Changeset 51 for branches/ByteArray/Languages
- Timestamp:
- Nov 3, 2023, 11:15:31 AM (13 months ago)
- Location:
- branches/ByteArray
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ByteArray
- Property svn:ignore
-
old new 6 6 ByteArray.res 7 7 ByteArray.dbg 8 Storage.dat
-
- Property svn:ignore
-
branches/ByteArray/Languages
-
Property svn:ignore
set to
*.mo
-
Property svn:ignore
set to
-
branches/ByteArray/Languages/ByteArray.cs.po
r50 r51 17 17 18 18 #: device.sconsole 19 #, fuzzy20 19 msgctxt "device.sconsole" 21 20 msgid "Console" … … 24 23 #: device.skeyboard 25 24 msgid "Keyboard" 26 msgstr " "25 msgstr "Klávesnice" 27 26 28 27 #: device.smouse 29 28 msgid "Mouse" 30 msgstr " "29 msgstr "Myš" 31 30 32 31 #: device.snone 33 32 msgid "None" 34 msgstr " "33 msgstr "Žádné" 35 34 36 35 #: device.sscreen 37 36 msgctxt "device.sscreen" 38 37 msgid "Screen" 39 msgstr " "38 msgstr "Obrazovka" 40 39 41 40 #: device.sstorage 42 41 msgctxt "device.sstorage" 43 42 msgid "Storage" 44 msgstr " "43 msgstr "Úložiště" 45 44 46 45 #: device.stimer 47 46 msgid "Timer" 48 msgstr " "47 msgstr "Časovač" 49 48 50 49 #: memory.soutofrange … … 58 57 59 58 #: tformmain.aconsole.caption 60 #, fuzzy61 59 msgctxt "tformmain.aconsole.caption" 62 60 msgid "Console" … … 90 88 91 89 #: tformmain.ascreen.caption 92 #, fuzzy93 90 msgctxt "tformmain.ascreen.caption" 94 91 msgid "Screen" … … 101 98 102 99 #: tformmain.astorage.caption 103 #, fuzzy104 100 msgctxt "tformmain.astorage.caption" 105 101 msgid "Storage" … … 124 120 125 121 #: tformmemory.caption 126 #, fuzzy127 122 msgctxt "tformmemory.caption" 128 123 msgid "Memory" … … 132 127 msgctxt "tformmemory.listviewmemory.columns[0].caption" 133 128 msgid "Address" 134 msgstr " "129 msgstr "Adresa" 135 130 136 131 #: tformmemory.listviewmemory.columns[1].caption 137 132 msgctxt "tformmemory.listviewmemory.columns[1].caption" 138 133 msgid "Data" 139 msgstr " "134 msgstr "Data" 140 135 141 136 #: tformmemory.listviewmemory.columns[2].caption 137 msgctxt "tformmemory.listviewmemory.columns[2].caption" 142 138 msgid "ASCII" 143 msgstr " "139 msgstr "ASCII" 144 140 145 141 #: tformsourceeditor.aclose.caption … … 223 219 msgctxt "tformstorage.caption" 224 220 msgid "Storage" 225 msgstr " "221 msgstr "Úložiště" 226 222 227 223 #: tformstorage.listview1.columns[0].caption 228 224 msgctxt "tformstorage.listview1.columns[0].caption" 229 225 msgid "Address" 230 msgstr " "226 msgstr "Adresa" 231 227 232 228 #: tformstorage.listview1.columns[1].caption 233 229 msgctxt "tformstorage.listview1.columns[1].caption" 234 230 msgid "Data" 235 msgstr "" 236 231 msgstr "Data" 232 233 #: tformstorage.listview1.columns[2].caption 234 msgctxt "tformstorage.listview1.columns[2].caption" 235 msgid "ASCII" 236 msgstr "ASCII" -
branches/ByteArray/Languages/ByteArray.pot
r50 r51 125 125 126 126 #: tformmemory.listviewmemory.columns[2].caption 127 msgctxt "tformmemory.listviewmemory.columns[2].caption" 127 128 msgid "ASCII" 128 129 msgstr "" … … 220 221 msgstr "" 221 222 223 #: tformstorage.listview1.columns[2].caption 224 msgctxt "tformstorage.listview1.columns[2].caption" 225 msgid "ASCII" 226 msgstr "" 227
Note:
See TracChangeset
for help on using the changeset viewer.