From bfaac96c64d933f5b0fb34ae49aec99076437f64 Mon Sep 17 00:00:00 2001 From: Viliam Lejcik Date: Sun, 22 Feb 2026 18:15:22 +0100 Subject: [PATCH] Refactored build toolchain for language modules updated sln file --- src/translator/dataprj.cpp | 128 +- src/translator/translator.cpp | 23 +- src/translator/translator.rc | 2 +- src/translator/trldata.cpp | 18 + src/vcxproj/salamand.sln | 12 - translations/!build_translations.cmd | 216 + .../!update_langs_from_translator.bat | 85 - translations/doc/checklist.txt | 16 + translations/doc/desktop1.png | Bin 0 -> 145092 bytes translations/doc/desktop2.png | Bin 0 -> 178363 bytes translations/doc/readme-old.txt | 541 +++ translations/projects/!setup_projects.bat | 296 ++ .../ChineseSimplified/!export_slt.bat | 1 + .../!export_slt_for_diff.bat | 1 + .../ChineseSimplified/!export_spellchck.bat | 1 + .../projects/ChineseSimplified/!import.bat | 1 + .../ChineseSimplified/!import_slt.bat | 1 + .../ChineseSimplified/!import_trlprop.bat | 1 + .../projects/ChineseSimplified/!open_all.bat | 1 + .../ChineseSimplified/!translate1.bat | 1 + .../ChineseSimplified/!translate2.bat | 1 + .../projects/ChineseSimplified/!validate1.bat | 1 + .../projects/ChineseSimplified/!validate2.bat | 1 + .../projects/ChineseSimplified/7zip.atp | 143 + .../projects/ChineseSimplified/automation.atp | 69 + .../projects/ChineseSimplified/checksum.atp | 104 + .../projects/ChineseSimplified/checkver.atp | 119 + .../projects/ChineseSimplified/dbviewer.atp | 184 + .../projects/ChineseSimplified/diskmap.atp | 80 + .../projects/ChineseSimplified/filecomp.atp | 245 + .../projects/ChineseSimplified/ftp.atp | 1482 ++++++ .../projects/ChineseSimplified/ieviewer.atp | 25 + .../projects/ChineseSimplified/mmviewer.atp | 233 + .../projects/ChineseSimplified/nethood.atp | 42 + .../projects/ChineseSimplified/pak.atp | 70 + .../projects/ChineseSimplified/peviewer.atp | 37 + .../projects/ChineseSimplified/pictview.atp | 590 +++ .../projects/ChineseSimplified/regedt.atp | 238 + .../projects/ChineseSimplified/renamer.atp | 370 ++ .../projects/ChineseSimplified/salamand.atp | 2505 ++++++++++ .../ChineseSimplified/slt}/7zip.slt | 2 +- .../ChineseSimplified/slt}/automation.slt | 2 +- .../ChineseSimplified/slt}/checksum.slt | 2 +- .../ChineseSimplified/slt}/checkver.slt | 2 +- .../ChineseSimplified/slt}/dbviewer.slt | 2 +- .../ChineseSimplified/slt}/diskmap.slt | 2 +- .../ChineseSimplified/slt}/filecomp.slt | 2 +- .../ChineseSimplified/slt}/ftp.slt | 2 +- .../ChineseSimplified/slt}/ieviewer.slt | 2 +- .../ChineseSimplified/slt}/mmviewer.slt | 2 +- .../ChineseSimplified/slt}/nethood.slt | 2 +- .../ChineseSimplified/slt}/pak.slt | 2 +- .../ChineseSimplified/slt}/peviewer.slt | 2 +- .../ChineseSimplified/slt}/pictview.slt | 2 +- .../ChineseSimplified/slt}/regedt.slt | 2 +- .../ChineseSimplified/slt}/renamer.slt | 2 +- .../ChineseSimplified/slt}/salamand.slt | 8 +- .../ChineseSimplified/slt}/splitcbn.slt | 2 +- .../ChineseSimplified/slt}/tar.slt | 2 +- .../ChineseSimplified/slt}/unarj.slt | 2 +- .../ChineseSimplified/slt}/uncab.slt | 2 +- .../ChineseSimplified/slt}/unchm.slt | 2 +- .../ChineseSimplified/slt}/undelete.slt | 2 +- .../ChineseSimplified/slt}/unfat.slt | 2 +- .../ChineseSimplified/slt}/uniso.slt | 2 +- .../ChineseSimplified/slt}/unlha.slt | 2 +- .../ChineseSimplified/slt}/unmime.slt | 2 +- .../ChineseSimplified/slt}/unrar.slt | 2 +- .../ChineseSimplified/slt}/wmobile.slt | 2 +- .../ChineseSimplified/slt}/zip.slt | 2 +- .../projects/ChineseSimplified/splitcbn.atp | 117 + .../projects/ChineseSimplified/tar.atp | 61 + .../projects/ChineseSimplified/unarj.atp | 78 + .../projects/ChineseSimplified/uncab.atp | 80 + .../projects/ChineseSimplified/unchm.atp | 46 + .../projects/ChineseSimplified/undelete.atp | 152 + .../projects/ChineseSimplified/unfat.atp | 33 + .../projects/ChineseSimplified/uniso.atp | 99 + .../projects/ChineseSimplified/unlha.atp | 41 + .../projects/ChineseSimplified/unmime.atp | 43 + .../projects/ChineseSimplified/unrar.atp | 93 + .../projects/ChineseSimplified/wmobile.atp | 88 + .../projects/ChineseSimplified/zip.atp | 441 ++ translations/projects/Czech/!export_slt.bat | 1 + .../projects/Czech/!export_slt_for_diff.bat | 1 + .../projects/Czech/!export_spellchck.bat | 1 + translations/projects/Czech/!import.bat | 1 + translations/projects/Czech/!import_slt.bat | 1 + .../projects/Czech/!import_trlprop.bat | 1 + translations/projects/Czech/!open_all.bat | 1 + translations/projects/Czech/!translate1.bat | 1 + translations/projects/Czech/!translate2.bat | 1 + translations/projects/Czech/!validate1.bat | 1 + translations/projects/Czech/!validate2.bat | 1 + translations/projects/Czech/7zip.atp | 143 + translations/projects/Czech/automation.atp | 69 + translations/projects/Czech/checksum.atp | 104 + translations/projects/Czech/checkver.atp | 119 + translations/projects/Czech/dbviewer.atp | 184 + translations/projects/Czech/diskmap.atp | 80 + translations/projects/Czech/filecomp.atp | 245 + translations/projects/Czech/ftp.atp | 1482 ++++++ translations/projects/Czech/ieviewer.atp | 25 + translations/projects/Czech/mmviewer.atp | 233 + translations/projects/Czech/nethood.atp | 42 + translations/projects/Czech/pak.atp | 70 + translations/projects/Czech/peviewer.atp | 37 + translations/projects/Czech/pictview.atp | 590 +++ translations/projects/Czech/regedt.atp | 238 + translations/projects/Czech/renamer.atp | 370 ++ translations/projects/Czech/salamand.atp | 2505 ++++++++++ .../{czech => projects/Czech/slt}/7zip.slt | 2 +- .../Czech/slt}/automation.slt | 2 +- .../Czech/slt}/checksum.slt | 2 +- .../Czech/slt}/checkver.slt | 2 +- .../Czech/slt}/dbviewer.slt | 2 +- .../{czech => projects/Czech/slt}/diskmap.slt | 2 +- .../Czech/slt}/filecomp.slt | 2 +- .../{czech => projects/Czech/slt}/ftp.slt | 2 +- .../Czech/slt}/ieviewer.slt | 2 +- .../Czech/slt}/mmviewer.slt | 2 +- .../{czech => projects/Czech/slt}/nethood.slt | 2 +- .../{czech => projects/Czech/slt}/pak.slt | 2 +- .../Czech/slt}/peviewer.slt | 2 +- .../Czech/slt}/pictview.slt | 2 +- .../{czech => projects/Czech/slt}/regedt.slt | 2 +- .../{czech => projects/Czech/slt}/renamer.slt | 2 +- .../Czech/slt}/salamand.slt | 8 +- .../Czech/slt}/splitcbn.slt | 2 +- .../{czech => projects/Czech/slt}/tar.slt | 2 +- .../{czech => projects/Czech/slt}/unarj.slt | 2 +- .../{czech => projects/Czech/slt}/uncab.slt | 2 +- .../{czech => projects/Czech/slt}/unchm.slt | 2 +- .../Czech/slt}/undelete.slt | 2 +- .../{czech => projects/Czech/slt}/unfat.slt | 2 +- .../{czech => projects/Czech/slt}/uniso.slt | 2 +- .../{czech => projects/Czech/slt}/unlha.slt | 2 +- .../{czech => projects/Czech/slt}/unmime.slt | 2 +- .../{czech => projects/Czech/slt}/unrar.slt | 2 +- .../{czech => projects/Czech/slt}/wmobile.slt | 2 +- .../{czech => projects/Czech/slt}/zip.slt | 2 +- translations/projects/Czech/splitcbn.atp | 117 + translations/projects/Czech/tar.atp | 61 + translations/projects/Czech/unarj.atp | 78 + translations/projects/Czech/uncab.atp | 80 + translations/projects/Czech/unchm.atp | 46 + translations/projects/Czech/undelete.atp | 152 + translations/projects/Czech/unfat.atp | 33 + translations/projects/Czech/uniso.atp | 99 + translations/projects/Czech/unlha.atp | 41 + translations/projects/Czech/unmime.atp | 43 + translations/projects/Czech/unrar.atp | 93 + translations/projects/Czech/wmobile.atp | 88 + translations/projects/Czech/zip.atp | 441 ++ translations/projects/Dutch/!export_slt.bat | 1 + .../projects/Dutch/!export_slt_for_diff.bat | 1 + .../projects/Dutch/!export_spellchck.bat | 1 + translations/projects/Dutch/!import.bat | 1 + translations/projects/Dutch/!import_slt.bat | 1 + .../projects/Dutch/!import_trlprop.bat | 1 + translations/projects/Dutch/!open_all.bat | 1 + translations/projects/Dutch/!translate1.bat | 1 + translations/projects/Dutch/!translate2.bat | 1 + translations/projects/Dutch/!validate1.bat | 1 + translations/projects/Dutch/!validate2.bat | 1 + translations/projects/Dutch/7zip.atp | 143 + translations/projects/Dutch/automation.atp | 69 + translations/projects/Dutch/checksum.atp | 104 + translations/projects/Dutch/checkver.atp | 119 + translations/projects/Dutch/dbviewer.atp | 184 + translations/projects/Dutch/diskmap.atp | 80 + translations/projects/Dutch/filecomp.atp | 245 + translations/projects/Dutch/ftp.atp | 1482 ++++++ translations/projects/Dutch/ieviewer.atp | 25 + translations/projects/Dutch/mmviewer.atp | 233 + translations/projects/Dutch/nethood.atp | 42 + translations/projects/Dutch/pak.atp | 70 + translations/projects/Dutch/peviewer.atp | 37 + translations/projects/Dutch/pictview.atp | 590 +++ translations/projects/Dutch/regedt.atp | 238 + translations/projects/Dutch/renamer.atp | 370 ++ translations/projects/Dutch/salamand.atp | 2505 ++++++++++ .../{dutch => projects/Dutch/slt}/7zip.slt | 2 +- .../Dutch/slt}/automation.slt | 2 +- .../Dutch/slt}/checksum.slt | 2 +- .../Dutch/slt}/checkver.slt | 2 +- .../Dutch/slt}/dbviewer.slt | 2 +- .../{dutch => projects/Dutch/slt}/diskmap.slt | 2 +- .../Dutch/slt}/filecomp.slt | 2 +- .../{dutch => projects/Dutch/slt}/ftp.slt | 2 +- .../Dutch/slt}/ieviewer.slt | 2 +- .../Dutch/slt}/mmviewer.slt | 2 +- .../{dutch => projects/Dutch/slt}/nethood.slt | 2 +- .../{dutch => projects/Dutch/slt}/pak.slt | 2 +- .../Dutch/slt}/peviewer.slt | 2 +- .../Dutch/slt}/pictview.slt | 2 +- .../{dutch => projects/Dutch/slt}/regedt.slt | 2 +- .../{dutch => projects/Dutch/slt}/renamer.slt | 2 +- .../Dutch/slt}/salamand.slt | 8 +- .../Dutch/slt}/splitcbn.slt | 2 +- .../{dutch => projects/Dutch/slt}/tar.slt | 2 +- .../{dutch => projects/Dutch/slt}/unarj.slt | 2 +- .../{dutch => projects/Dutch/slt}/uncab.slt | 2 +- .../{dutch => projects/Dutch/slt}/unchm.slt | 2 +- .../Dutch/slt}/undelete.slt | 2 +- .../{dutch => projects/Dutch/slt}/unfat.slt | 2 +- .../{dutch => projects/Dutch/slt}/uniso.slt | 2 +- .../{dutch => projects/Dutch/slt}/unlha.slt | 2 +- .../{dutch => projects/Dutch/slt}/unmime.slt | 2 +- .../{dutch => projects/Dutch/slt}/unrar.slt | 2 +- .../{dutch => projects/Dutch/slt}/wmobile.slt | 2 +- .../{dutch => projects/Dutch/slt}/zip.slt | 2 +- translations/projects/Dutch/splitcbn.atp | 117 + translations/projects/Dutch/tar.atp | 61 + translations/projects/Dutch/unarj.atp | 78 + translations/projects/Dutch/uncab.atp | 80 + translations/projects/Dutch/unchm.atp | 46 + translations/projects/Dutch/undelete.atp | 152 + translations/projects/Dutch/unfat.atp | 33 + translations/projects/Dutch/uniso.atp | 99 + translations/projects/Dutch/unlha.atp | 41 + translations/projects/Dutch/unmime.atp | 43 + translations/projects/Dutch/unrar.atp | 93 + translations/projects/Dutch/wmobile.atp | 88 + translations/projects/Dutch/zip.atp | 441 ++ translations/projects/English/!validate1.bat | 1 + translations/projects/English/!validate2.bat | 1 + translations/projects/English/7zip.atp | 12 + translations/projects/English/automation.atp | 11 + translations/projects/English/checksum.atp | 12 + translations/projects/English/checkver.atp | 11 + translations/projects/English/dbviewer.atp | 12 + translations/projects/English/diskmap.atp | 11 + translations/projects/English/filecomp.atp | 13 + translations/projects/English/ftp.atp | 13 + translations/projects/English/ieviewer.atp | 10 + translations/projects/English/mmviewer.atp | 12 + translations/projects/English/nethood.atp | 10 + translations/projects/English/pak.atp | 10 + translations/projects/English/peviewer.atp | 10 + translations/projects/English/pictview.atp | 13 + translations/projects/English/regedt.atp | 12 + translations/projects/English/renamer.atp | 13 + translations/projects/English/salamand.atp | 13 + translations/projects/English/splitcbn.atp | 13 + translations/projects/English/tar.atp | 10 + translations/projects/English/unarj.atp | 10 + translations/projects/English/uncab.atp | 10 + translations/projects/English/unchm.atp | 10 + translations/projects/English/undelete.atp | 12 + translations/projects/English/unfat.atp | 10 + translations/projects/English/uniso.atp | 10 + translations/projects/English/unlha.atp | 10 + translations/projects/English/unmime.atp | 10 + translations/projects/English/unrar.atp | 11 + translations/projects/English/wmobile.atp | 11 + translations/projects/English/zip.atp | 13 + translations/projects/French/!export_slt.bat | 1 + .../projects/French/!export_slt_for_diff.bat | 1 + .../projects/French/!export_spellchck.bat | 1 + translations/projects/French/!import.bat | 1 + translations/projects/French/!import_slt.bat | 1 + .../projects/French/!import_trlprop.bat | 1 + translations/projects/French/!open_all.bat | 1 + translations/projects/French/!translate1.bat | 1 + translations/projects/French/!translate2.bat | 1 + translations/projects/French/!validate1.bat | 1 + translations/projects/French/!validate2.bat | 1 + translations/projects/French/7zip.atp | 143 + translations/projects/French/automation.atp | 69 + translations/projects/French/checksum.atp | 104 + translations/projects/French/checkver.atp | 119 + translations/projects/French/dbviewer.atp | 184 + translations/projects/French/diskmap.atp | 80 + translations/projects/French/filecomp.atp | 245 + translations/projects/French/ftp.atp | 1482 ++++++ translations/projects/French/ieviewer.atp | 25 + translations/projects/French/mmviewer.atp | 233 + translations/projects/French/nethood.atp | 42 + translations/projects/French/pak.atp | 70 + translations/projects/French/peviewer.atp | 37 + translations/projects/French/pictview.atp | 590 +++ translations/projects/French/regedt.atp | 238 + translations/projects/French/renamer.atp | 370 ++ translations/projects/French/salamand.atp | 2505 ++++++++++ .../{french => projects/French/slt}/7zip.slt | 2 +- .../French/slt}/automation.slt | 2 +- .../French/slt}/checksum.slt | 2 +- .../French/slt}/checkver.slt | 2 +- .../French/slt}/dbviewer.slt | 2 +- .../French/slt}/diskmap.slt | 2 +- .../French/slt}/filecomp.slt | 2 +- .../{french => projects/French/slt}/ftp.slt | 2 +- .../French/slt}/ieviewer.slt | 2 +- .../French/slt}/mmviewer.slt | 2 +- .../French/slt}/nethood.slt | 2 +- .../{french => projects/French/slt}/pak.slt | 2 +- .../French/slt}/peviewer.slt | 2 +- .../French/slt}/pictview.slt | 2 +- .../French/slt}/regedt.slt | 2 +- .../French/slt}/renamer.slt | 2 +- .../French/slt}/salamand.slt | 8 +- .../French/slt}/splitcbn.slt | 2 +- .../{french => projects/French/slt}/tar.slt | 2 +- .../{french => projects/French/slt}/unarj.slt | 2 +- .../{french => projects/French/slt}/uncab.slt | 2 +- .../{french => projects/French/slt}/unchm.slt | 2 +- .../French/slt}/undelete.slt | 2 +- .../{french => projects/French/slt}/unfat.slt | 2 +- .../{french => projects/French/slt}/uniso.slt | 2 +- .../{french => projects/French/slt}/unlha.slt | 2 +- .../French/slt}/unmime.slt | 2 +- .../{french => projects/French/slt}/unrar.slt | 2 +- .../French/slt}/wmobile.slt | 2 +- .../{french => projects/French/slt}/zip.slt | 2 +- translations/projects/French/splitcbn.atp | 117 + translations/projects/French/tar.atp | 61 + translations/projects/French/unarj.atp | 78 + translations/projects/French/uncab.atp | 80 + translations/projects/French/unchm.atp | 46 + translations/projects/French/undelete.atp | 152 + translations/projects/French/unfat.atp | 33 + translations/projects/French/uniso.atp | 99 + translations/projects/French/unlha.atp | 41 + translations/projects/French/unmime.atp | 43 + translations/projects/French/unrar.atp | 93 + translations/projects/French/wmobile.atp | 88 + translations/projects/French/zip.atp | 441 ++ translations/projects/German/!export_slt.bat | 1 + .../projects/German/!export_slt_for_diff.bat | 1 + .../projects/German/!export_spellchck.bat | 1 + translations/projects/German/!import.bat | 1 + translations/projects/German/!import_slt.bat | 1 + .../projects/German/!import_trlprop.bat | 1 + translations/projects/German/!open_all.bat | 1 + translations/projects/German/!translate1.bat | 1 + translations/projects/German/!translate2.bat | 1 + translations/projects/German/!validate1.bat | 1 + translations/projects/German/!validate2.bat | 1 + translations/projects/German/7zip.atp | 143 + translations/projects/German/automation.atp | 69 + translations/projects/German/checksum.atp | 104 + translations/projects/German/checkver.atp | 119 + translations/projects/German/dbviewer.atp | 184 + translations/projects/German/diskmap.atp | 80 + translations/projects/German/filecomp.atp | 245 + translations/projects/German/ftp.atp | 1482 ++++++ translations/projects/German/ieviewer.atp | 25 + translations/projects/German/mmviewer.atp | 233 + translations/projects/German/nethood.atp | 42 + translations/projects/German/pak.atp | 70 + translations/projects/German/peviewer.atp | 37 + translations/projects/German/pictview.atp | 590 +++ translations/projects/German/regedt.atp | 238 + translations/projects/German/renamer.atp | 370 ++ translations/projects/German/salamand.atp | 2505 ++++++++++ .../{german => projects/German/slt}/7zip.slt | 2 +- .../German/slt}/automation.slt | 2 +- .../German/slt}/checksum.slt | 2 +- .../German/slt}/checkver.slt | 2 +- .../German/slt}/dbviewer.slt | 2 +- .../German/slt}/diskmap.slt | 2 +- .../German/slt}/filecomp.slt | 2 +- .../{german => projects/German/slt}/ftp.slt | 2 +- .../German/slt}/ieviewer.slt | 2 +- .../German/slt}/mmviewer.slt | 2 +- .../German/slt}/nethood.slt | 2 +- .../{german => projects/German/slt}/pak.slt | 2 +- .../German/slt}/peviewer.slt | 2 +- .../German/slt}/pictview.slt | 2 +- .../German/slt}/regedt.slt | 2 +- .../German/slt}/renamer.slt | 2 +- .../German/slt}/salamand.slt | 8 +- .../German/slt}/splitcbn.slt | 2 +- .../{german => projects/German/slt}/tar.slt | 2 +- .../{german => projects/German/slt}/unarj.slt | 2 +- .../{german => projects/German/slt}/uncab.slt | 2 +- .../{german => projects/German/slt}/unchm.slt | 2 +- .../German/slt}/undelete.slt | 2 +- .../{german => projects/German/slt}/unfat.slt | 2 +- .../{german => projects/German/slt}/uniso.slt | 2 +- .../{german => projects/German/slt}/unlha.slt | 2 +- .../German/slt}/unmime.slt | 2 +- .../{german => projects/German/slt}/unrar.slt | 2 +- .../German/slt}/wmobile.slt | 2 +- .../{german => projects/German/slt}/zip.slt | 2 +- translations/projects/German/splitcbn.atp | 117 + translations/projects/German/tar.atp | 61 + translations/projects/German/unarj.atp | 78 + translations/projects/German/uncab.atp | 80 + translations/projects/German/unchm.atp | 46 + translations/projects/German/undelete.atp | 152 + translations/projects/German/unfat.atp | 33 + translations/projects/German/uniso.atp | 99 + translations/projects/German/unlha.atp | 41 + translations/projects/German/unmime.atp | 43 + translations/projects/German/unrar.atp | 93 + translations/projects/German/wmobile.atp | 88 + translations/projects/German/zip.atp | 441 ++ .../projects/Hungarian/!export_slt.bat | 1 + .../Hungarian/!export_slt_for_diff.bat | 1 + .../projects/Hungarian/!export_spellchck.bat | 1 + translations/projects/Hungarian/!import.bat | 1 + .../projects/Hungarian/!import_slt.bat | 1 + .../projects/Hungarian/!import_trlprop.bat | 1 + translations/projects/Hungarian/!open_all.bat | 1 + .../projects/Hungarian/!translate1.bat | 1 + .../projects/Hungarian/!translate2.bat | 1 + .../projects/Hungarian/!validate1.bat | 1 + .../projects/Hungarian/!validate2.bat | 1 + translations/projects/Hungarian/7zip.atp | 143 + .../projects/Hungarian/automation.atp | 69 + translations/projects/Hungarian/checksum.atp | 104 + translations/projects/Hungarian/checkver.atp | 119 + translations/projects/Hungarian/dbviewer.atp | 184 + translations/projects/Hungarian/diskmap.atp | 80 + translations/projects/Hungarian/filecomp.atp | 245 + translations/projects/Hungarian/ftp.atp | 1482 ++++++ translations/projects/Hungarian/ieviewer.atp | 25 + translations/projects/Hungarian/mmviewer.atp | 233 + translations/projects/Hungarian/nethood.atp | 42 + translations/projects/Hungarian/pak.atp | 70 + translations/projects/Hungarian/peviewer.atp | 37 + translations/projects/Hungarian/pictview.atp | 590 +++ translations/projects/Hungarian/regedt.atp | 238 + translations/projects/Hungarian/renamer.atp | 370 ++ translations/projects/Hungarian/salamand.atp | 2505 ++++++++++ .../Hungarian/slt}/7zip.slt | 2 +- .../Hungarian/slt}/automation.slt | 2 +- .../Hungarian/slt}/checksum.slt | 2 +- .../Hungarian/slt}/checkver.slt | 2 +- .../Hungarian/slt}/dbviewer.slt | 2 +- .../Hungarian/slt}/diskmap.slt | 2 +- .../Hungarian/slt}/filecomp.slt | 2 +- .../Hungarian/slt}/ftp.slt | 2 +- .../Hungarian/slt}/ieviewer.slt | 2 +- .../Hungarian/slt}/mmviewer.slt | 2 +- .../Hungarian/slt}/nethood.slt | 2 +- .../Hungarian/slt}/pak.slt | 2 +- .../Hungarian/slt}/peviewer.slt | 2 +- .../Hungarian/slt}/pictview.slt | 2 +- .../Hungarian/slt}/regedt.slt | 2 +- .../Hungarian/slt}/renamer.slt | 2 +- .../Hungarian/slt}/salamand.slt | 8 +- .../Hungarian/slt}/splitcbn.slt | 2 +- .../Hungarian/slt}/tar.slt | 2 +- .../Hungarian/slt}/unarj.slt | 2 +- .../Hungarian/slt}/uncab.slt | 2 +- .../Hungarian/slt}/unchm.slt | 2 +- .../Hungarian/slt}/undelete.slt | 2 +- .../Hungarian/slt}/unfat.slt | 2 +- .../Hungarian/slt}/uniso.slt | 2 +- .../Hungarian/slt}/unlha.slt | 2 +- .../Hungarian/slt}/unmime.slt | 2 +- .../Hungarian/slt}/unrar.slt | 2 +- .../Hungarian/slt}/wmobile.slt | 2 +- .../Hungarian/slt}/zip.slt | 2 +- translations/projects/Hungarian/splitcbn.atp | 117 + translations/projects/Hungarian/tar.atp | 61 + translations/projects/Hungarian/unarj.atp | 78 + translations/projects/Hungarian/uncab.atp | 80 + translations/projects/Hungarian/unchm.atp | 46 + translations/projects/Hungarian/undelete.atp | 152 + translations/projects/Hungarian/unfat.atp | 33 + translations/projects/Hungarian/uniso.atp | 99 + translations/projects/Hungarian/unlha.atp | 41 + translations/projects/Hungarian/unmime.atp | 43 + translations/projects/Hungarian/unrar.atp | 93 + translations/projects/Hungarian/wmobile.atp | 88 + translations/projects/Hungarian/zip.atp | 441 ++ .../projects/Romanian/!export_slt.bat | 1 + .../Romanian/!export_slt_for_diff.bat | 1 + .../projects/Romanian/!export_spellchck.bat | 1 + translations/projects/Romanian/!import.bat | 1 + .../projects/Romanian/!import_slt.bat | 1 + .../projects/Romanian/!import_trlprop.bat | 1 + translations/projects/Romanian/!open_all.bat | 1 + .../projects/Romanian/!translate1.bat | 1 + .../projects/Romanian/!translate2.bat | 1 + translations/projects/Romanian/!validate1.bat | 1 + translations/projects/Romanian/!validate2.bat | 1 + translations/projects/Romanian/7zip.atp | 143 + translations/projects/Romanian/automation.atp | 69 + translations/projects/Romanian/checksum.atp | 104 + translations/projects/Romanian/checkver.atp | 119 + translations/projects/Romanian/dbviewer.atp | 184 + translations/projects/Romanian/diskmap.atp | 80 + translations/projects/Romanian/filecomp.atp | 245 + translations/projects/Romanian/ftp.atp | 1482 ++++++ translations/projects/Romanian/ieviewer.atp | 25 + translations/projects/Romanian/mmviewer.atp | 233 + translations/projects/Romanian/nethood.atp | 42 + translations/projects/Romanian/pak.atp | 70 + translations/projects/Romanian/peviewer.atp | 37 + translations/projects/Romanian/pictview.atp | 590 +++ translations/projects/Romanian/regedt.atp | 238 + translations/projects/Romanian/renamer.atp | 370 ++ translations/projects/Romanian/salamand.atp | 2505 ++++++++++ .../Romanian/slt}/7zip.slt | 2 +- .../Romanian/slt}/automation.slt | 2 +- .../Romanian/slt}/checksum.slt | 2 +- .../Romanian/slt}/checkver.slt | 2 +- .../Romanian/slt}/dbviewer.slt | 2 +- .../Romanian/slt}/diskmap.slt | 2 +- .../Romanian/slt}/filecomp.slt | 2 +- .../Romanian/slt}/ftp.slt | 2 +- .../Romanian/slt}/ieviewer.slt | 2 +- .../Romanian/slt}/mmviewer.slt | 2 +- .../Romanian/slt}/nethood.slt | 2 +- .../Romanian/slt}/pak.slt | 2 +- .../Romanian/slt}/peviewer.slt | 2 +- .../Romanian/slt}/pictview.slt | 2 +- .../Romanian/slt}/regedt.slt | 2 +- .../Romanian/slt}/renamer.slt | 2 +- .../Romanian/slt}/salamand.slt | 8 +- .../Romanian/slt}/splitcbn.slt | 2 +- .../Romanian/slt}/tar.slt | 2 +- .../Romanian/slt}/unarj.slt | 2 +- .../Romanian/slt}/uncab.slt | 2 +- .../Romanian/slt}/unchm.slt | 2 +- .../Romanian/slt}/undelete.slt | 2 +- .../Romanian/slt}/unfat.slt | 2 +- .../Romanian/slt}/uniso.slt | 2 +- .../Romanian/slt}/unlha.slt | 2 +- .../Romanian/slt}/unmime.slt | 2 +- .../Romanian/slt}/unrar.slt | 2 +- .../Romanian/slt}/wmobile.slt | 2 +- .../Romanian/slt}/zip.slt | 2 +- translations/projects/Romanian/splitcbn.atp | 117 + translations/projects/Romanian/tar.atp | 61 + translations/projects/Romanian/unarj.atp | 78 + translations/projects/Romanian/uncab.atp | 80 + translations/projects/Romanian/unchm.atp | 46 + translations/projects/Romanian/undelete.atp | 152 + translations/projects/Romanian/unfat.atp | 33 + translations/projects/Romanian/uniso.atp | 99 + translations/projects/Romanian/unlha.atp | 41 + translations/projects/Romanian/unmime.atp | 43 + translations/projects/Romanian/unrar.atp | 93 + translations/projects/Romanian/wmobile.atp | 88 + translations/projects/Romanian/zip.atp | 441 ++ translations/projects/Russian/!export_slt.bat | 1 + .../projects/Russian/!export_slt_for_diff.bat | 1 + .../projects/Russian/!export_spellchck.bat | 1 + translations/projects/Russian/!import.bat | 1 + translations/projects/Russian/!import_slt.bat | 1 + .../projects/Russian/!import_trlprop.bat | 1 + translations/projects/Russian/!open_all.bat | 1 + translations/projects/Russian/!translate1.bat | 1 + translations/projects/Russian/!translate2.bat | 1 + translations/projects/Russian/!validate1.bat | 1 + translations/projects/Russian/!validate2.bat | 1 + translations/projects/Russian/7zip.atp | 143 + translations/projects/Russian/automation.atp | 69 + translations/projects/Russian/checksum.atp | 104 + translations/projects/Russian/checkver.atp | 119 + translations/projects/Russian/dbviewer.atp | 184 + translations/projects/Russian/diskmap.atp | 80 + translations/projects/Russian/filecomp.atp | 245 + translations/projects/Russian/ftp.atp | 1482 ++++++ translations/projects/Russian/ieviewer.atp | 25 + translations/projects/Russian/mmviewer.atp | 233 + translations/projects/Russian/nethood.atp | 42 + translations/projects/Russian/pak.atp | 70 + translations/projects/Russian/peviewer.atp | 37 + translations/projects/Russian/pictview.atp | 590 +++ translations/projects/Russian/regedt.atp | 238 + translations/projects/Russian/renamer.atp | 370 ++ translations/projects/Russian/salamand.atp | 2505 ++++++++++ .../Russian/slt}/7zip.slt | 2 +- .../Russian/slt}/automation.slt | 2 +- .../Russian/slt}/checksum.slt | 2 +- .../Russian/slt}/checkver.slt | 2 +- .../Russian/slt}/dbviewer.slt | 2 +- .../Russian/slt}/diskmap.slt | 2 +- .../Russian/slt}/filecomp.slt | 2 +- .../{russian => projects/Russian/slt}/ftp.slt | 2 +- .../Russian/slt}/ieviewer.slt | 2 +- .../Russian/slt}/mmviewer.slt | 2 +- .../Russian/slt}/nethood.slt | 2 +- .../{russian => projects/Russian/slt}/pak.slt | 2 +- .../Russian/slt}/peviewer.slt | 2 +- .../Russian/slt}/pictview.slt | 2 +- .../Russian/slt}/regedt.slt | 2 +- .../Russian/slt}/renamer.slt | 2 +- .../Russian/slt}/salamand.slt | 8 +- .../Russian/slt}/splitcbn.slt | 2 +- .../{russian => projects/Russian/slt}/tar.slt | 2 +- .../Russian/slt}/unarj.slt | 2 +- .../Russian/slt}/uncab.slt | 2 +- .../Russian/slt}/unchm.slt | 2 +- .../Russian/slt}/undelete.slt | 2 +- .../Russian/slt}/unfat.slt | 2 +- .../Russian/slt}/uniso.slt | 2 +- .../Russian/slt}/unlha.slt | 2 +- .../Russian/slt}/unmime.slt | 2 +- .../Russian/slt}/unrar.slt | 2 +- .../Russian/slt}/wmobile.slt | 2 +- .../{russian => projects/Russian/slt}/zip.slt | 2 +- translations/projects/Russian/splitcbn.atp | 117 + translations/projects/Russian/tar.atp | 61 + translations/projects/Russian/unarj.atp | 78 + translations/projects/Russian/uncab.atp | 80 + translations/projects/Russian/unchm.atp | 46 + translations/projects/Russian/undelete.atp | 152 + translations/projects/Russian/unfat.atp | 33 + translations/projects/Russian/uniso.atp | 99 + translations/projects/Russian/unlha.atp | 41 + translations/projects/Russian/unmime.atp | 43 + translations/projects/Russian/unrar.atp | 93 + translations/projects/Russian/wmobile.atp | 88 + translations/projects/Russian/zip.atp | 441 ++ translations/projects/Slovak/!export_slt.bat | 1 + .../projects/Slovak/!export_slt_for_diff.bat | 1 + .../projects/Slovak/!export_spellchck.bat | 1 + translations/projects/Slovak/!import.bat | 1 + .../Slovak/!import_only_dialog_layouts.bat | 49 + translations/projects/Slovak/!import_slt.bat | 1 + .../projects/Slovak/!import_trlprop.bat | 1 + translations/projects/Slovak/!open_all.bat | 1 + translations/projects/Slovak/!translate1.bat | 1 + translations/projects/Slovak/!translate2.bat | 1 + translations/projects/Slovak/!validate1.bat | 1 + translations/projects/Slovak/!validate2.bat | 1 + translations/projects/Slovak/7zip.atp | 143 + translations/projects/Slovak/automation.atp | 69 + translations/projects/Slovak/checksum.atp | 104 + translations/projects/Slovak/checkver.atp | 119 + translations/projects/Slovak/dbviewer.atp | 184 + translations/projects/Slovak/diskmap.atp | 80 + translations/projects/Slovak/filecomp.atp | 245 + translations/projects/Slovak/ftp.atp | 1482 ++++++ translations/projects/Slovak/ieviewer.atp | 25 + translations/projects/Slovak/mmviewer.atp | 233 + translations/projects/Slovak/nethood.atp | 42 + translations/projects/Slovak/pak.atp | 70 + translations/projects/Slovak/peviewer.atp | 37 + translations/projects/Slovak/pictview.atp | 590 +++ translations/projects/Slovak/regedt.atp | 238 + translations/projects/Slovak/renamer.atp | 370 ++ translations/projects/Slovak/salamand.atp | 2505 ++++++++++ .../{slovak => projects/Slovak/slt}/7zip.slt | 2 +- .../Slovak/slt}/automation.slt | 2 +- .../Slovak/slt}/checksum.slt | 2 +- .../Slovak/slt}/checkver.slt | 2 +- .../Slovak/slt}/dbviewer.slt | 2 +- .../Slovak/slt}/diskmap.slt | 2 +- .../Slovak/slt}/filecomp.slt | 2 +- .../{slovak => projects/Slovak/slt}/ftp.slt | 2 +- .../Slovak/slt}/ieviewer.slt | 2 +- .../Slovak/slt}/mmviewer.slt | 2 +- .../Slovak/slt}/nethood.slt | 2 +- .../{slovak => projects/Slovak/slt}/pak.slt | 2 +- .../Slovak/slt}/peviewer.slt | 2 +- .../Slovak/slt}/pictview.slt | 2 +- .../Slovak/slt}/regedt.slt | 2 +- .../Slovak/slt}/renamer.slt | 2 +- .../Slovak/slt}/salamand.slt | 8 +- .../Slovak/slt}/splitcbn.slt | 2 +- .../{slovak => projects/Slovak/slt}/tar.slt | 2 +- .../{slovak => projects/Slovak/slt}/unarj.slt | 2 +- .../{slovak => projects/Slovak/slt}/uncab.slt | 2 +- .../{slovak => projects/Slovak/slt}/unchm.slt | 2 +- .../Slovak/slt}/undelete.slt | 2 +- .../{slovak => projects/Slovak/slt}/unfat.slt | 2 +- .../{slovak => projects/Slovak/slt}/uniso.slt | 2 +- .../{slovak => projects/Slovak/slt}/unlha.slt | 2 +- .../Slovak/slt}/unmime.slt | 2 +- .../{slovak => projects/Slovak/slt}/unrar.slt | 2 +- .../Slovak/slt}/wmobile.slt | 2 +- .../{slovak => projects/Slovak/slt}/zip.slt | 2 +- translations/projects/Slovak/splitcbn.atp | 117 + translations/projects/Slovak/tar.atp | 61 + translations/projects/Slovak/unarj.atp | 78 + translations/projects/Slovak/uncab.atp | 80 + translations/projects/Slovak/unchm.atp | 46 + translations/projects/Slovak/undelete.atp | 152 + translations/projects/Slovak/unfat.atp | 33 + translations/projects/Slovak/uniso.atp | 99 + translations/projects/Slovak/unlha.atp | 41 + translations/projects/Slovak/unmime.atp | 43 + translations/projects/Slovak/unrar.atp | 93 + translations/projects/Slovak/wmobile.atp | 88 + translations/projects/Slovak/zip.atp | 441 ++ translations/projects/Spanish/!export_slt.bat | 1 + .../projects/Spanish/!export_slt_for_diff.bat | 1 + .../projects/Spanish/!export_spellchck.bat | 1 + translations/projects/Spanish/!import.bat | 1 + translations/projects/Spanish/!import_slt.bat | 1 + .../projects/Spanish/!import_trlprop.bat | 1 + translations/projects/Spanish/!open_all.bat | 1 + translations/projects/Spanish/!translate1.bat | 1 + translations/projects/Spanish/!translate2.bat | 1 + translations/projects/Spanish/!validate1.bat | 1 + translations/projects/Spanish/!validate2.bat | 1 + translations/projects/Spanish/7zip.atp | 143 + translations/projects/Spanish/automation.atp | 69 + translations/projects/Spanish/checksum.atp | 104 + translations/projects/Spanish/checkver.atp | 119 + translations/projects/Spanish/dbviewer.atp | 184 + translations/projects/Spanish/diskmap.atp | 80 + translations/projects/Spanish/filecomp.atp | 245 + translations/projects/Spanish/ftp.atp | 1482 ++++++ translations/projects/Spanish/ieviewer.atp | 25 + translations/projects/Spanish/mmviewer.atp | 233 + translations/projects/Spanish/nethood.atp | 42 + translations/projects/Spanish/pak.atp | 70 + translations/projects/Spanish/peviewer.atp | 37 + translations/projects/Spanish/pictview.atp | 590 +++ translations/projects/Spanish/regedt.atp | 238 + translations/projects/Spanish/renamer.atp | 370 ++ translations/projects/Spanish/salamand.atp | 2505 ++++++++++ .../Spanish/slt}/7zip.slt | 2 +- .../Spanish/slt}/automation.slt | 2 +- .../Spanish/slt}/checksum.slt | 2 +- .../Spanish/slt}/checkver.slt | 2 +- .../Spanish/slt}/dbviewer.slt | 2 +- .../Spanish/slt}/diskmap.slt | 2 +- .../Spanish/slt}/filecomp.slt | 2 +- .../{spanish => projects/Spanish/slt}/ftp.slt | 2 +- .../Spanish/slt}/ieviewer.slt | 2 +- .../Spanish/slt}/mmviewer.slt | 2 +- .../Spanish/slt}/nethood.slt | 2 +- .../{spanish => projects/Spanish/slt}/pak.slt | 2 +- .../Spanish/slt}/peviewer.slt | 2 +- .../Spanish/slt}/pictview.slt | 2 +- .../Spanish/slt}/regedt.slt | 2 +- .../Spanish/slt}/renamer.slt | 2 +- .../Spanish/slt}/salamand.slt | 8 +- .../Spanish/slt}/splitcbn.slt | 2 +- .../{spanish => projects/Spanish/slt}/tar.slt | 2 +- .../Spanish/slt}/unarj.slt | 2 +- .../Spanish/slt}/uncab.slt | 2 +- .../Spanish/slt}/unchm.slt | 2 +- .../Spanish/slt}/undelete.slt | 2 +- .../Spanish/slt}/unfat.slt | 2 +- .../Spanish/slt}/uniso.slt | 2 +- .../Spanish/slt}/unlha.slt | 2 +- .../Spanish/slt}/unmime.slt | 2 +- .../Spanish/slt}/unrar.slt | 2 +- .../Spanish/slt}/wmobile.slt | 2 +- .../{spanish => projects/Spanish/slt}/zip.slt | 2 +- translations/projects/Spanish/splitcbn.atp | 117 + translations/projects/Spanish/tar.atp | 61 + translations/projects/Spanish/unarj.atp | 78 + translations/projects/Spanish/uncab.atp | 80 + translations/projects/Spanish/unchm.atp | 46 + translations/projects/Spanish/undelete.atp | 152 + translations/projects/Spanish/unfat.atp | 33 + translations/projects/Spanish/uniso.atp | 99 + translations/projects/Spanish/unlha.atp | 41 + translations/projects/Spanish/unmime.atp | 43 + translations/projects/Spanish/unrar.atp | 93 + translations/projects/Spanish/wmobile.atp | 88 + translations/projects/Spanish/zip.atp | 441 ++ translations/projects/tools/!export_slt.bat | 57 + .../projects/tools/!export_slt_for_diff.bat | 52 + .../projects/tools/!export_spellchck.bat | 52 + translations/projects/tools/!import.bat | 50 + translations/projects/tools/!import_slt.bat | 51 + .../projects/tools/!import_trlprop.bat | 50 + .../tools/!mark_ch_txt_translated.bat | 50 + translations/projects/tools/!open_all.bat | 41 + translations/projects/tools/!translate1.bat | 54 + translations/projects/tools/!translate2.bat | 56 + translations/projects/tools/!validate1.bat | 50 + .../projects/tools/!validate1_layout.bat | 50 + translations/projects/tools/!validate2.bat | 60 + .../projects/tools/!validate2_layout.bat | 60 + translations/readme.txt | 70 +- translations/symbols/check.lst | 51 + translations/symbols/ignore.lst | 137 + translations/symbols/plugins/7zip/check.lst | 2 + translations/symbols/plugins/7zip/salmenu.mnu | 17 + translations/symbols/plugins/7zip/symbols.inc | 219 + .../symbols/plugins/automation/salmenu.mnu | 11 + .../symbols/plugins/automation/symbols.inc | 93 + .../symbols/plugins/checksum/ignore.lst | 6 + .../symbols/plugins/checksum/salmenu.mnu | 16 + .../symbols/plugins/checksum/symbols.inc | 179 + .../symbols/plugins/checkver/salmenu.mnu | 25 + .../symbols/plugins/checkver/symbols.inc | 193 + .../symbols/plugins/dbviewer/ignore.lst | 1 + .../symbols/plugins/dbviewer/salmenu.mnu | 60 + .../symbols/plugins/dbviewer/symbols.inc | 349 ++ .../symbols/plugins/diskmap/salmenu.mnu | 5 + .../symbols/plugins/diskmap/symbols.inc | 196 + .../symbols/plugins/filecomp/check.lst | 10 + .../symbols/plugins/filecomp/ignore.lst | 5 + .../symbols/plugins/filecomp/salmenu.mnu | 21 + .../symbols/plugins/filecomp/symbols.inc | 302 ++ translations/symbols/plugins/ftp/check.lst | 62 + translations/symbols/plugins/ftp/ignore.lst | 30 + translations/symbols/plugins/ftp/salmenu.mnu | 45 + translations/symbols/plugins/ftp/symbols.inc | 2360 +++++++++ .../symbols/plugins/ieviewer/symbols.inc | 47 + .../symbols/plugins/mmviewer/check.lst | 1 + .../symbols/plugins/mmviewer/salmenu.mnu | 34 + .../symbols/plugins/mmviewer/symbols.inc | 332 ++ .../symbols/plugins/nethood/symbols.inc | 110 + translations/symbols/plugins/pak/symbols.inc | 137 + .../symbols/plugins/peviewer/symbols.inc | 111 + .../symbols/plugins/pictview/check.lst | 17 + .../symbols/plugins/pictview/ignore.lst | 11 + .../symbols/plugins/pictview/salmenu.mnu | 124 + .../symbols/plugins/pictview/symbols.inc | 861 ++++ .../symbols/plugins/regedt/ignore.lst | 2 + .../symbols/plugins/regedt/salmenu.mnu | 68 + .../symbols/plugins/regedt/symbols.inc | 307 ++ .../symbols/plugins/renamer/check.lst | 11 + .../symbols/plugins/renamer/ignore.lst | 24 + .../symbols/plugins/renamer/salmenu.mnu | 275 ++ .../symbols/plugins/renamer/symbols.inc | 459 ++ .../symbols/plugins/splitcbn/check.lst | 1 + .../symbols/plugins/splitcbn/ignore.lst | 4 + .../symbols/plugins/splitcbn/salmenu.mnu | 6 + .../symbols/plugins/splitcbn/symbols.inc | 196 + translations/symbols/plugins/tar/symbols.inc | 121 + .../symbols/plugins/unarj/symbols.inc | 126 + .../symbols/plugins/uncab/symbols.inc | 137 + .../symbols/plugins/unchm/symbols.inc | 70 + .../symbols/plugins/undelete/ignore.lst | 7 + .../symbols/plugins/undelete/salmenu.mnu | 6 + .../symbols/plugins/undelete/symbols.inc | 232 + .../symbols/plugins/unfat/symbols.inc | 66 + .../symbols/plugins/uniso/symbols.inc | 175 + .../symbols/plugins/unlha/symbols.inc | 60 + .../symbols/plugins/unmime/symbols.inc | 103 + translations/symbols/plugins/unrar/ignore.lst | 1 + .../symbols/plugins/unrar/symbols.inc | 146 + .../symbols/plugins/wmobile/ignore.lst | 5 + .../symbols/plugins/wmobile/symbols.inc | 150 + translations/symbols/plugins/zip/check.lst | 11 + translations/symbols/plugins/zip/ignore.lst | 57 + translations/symbols/plugins/zip/salmenu.mnu | 7 + translations/symbols/plugins/zip/symbols.inc | 486 ++ translations/symbols/salmenu.mnu | 736 +++ translations/symbols/symbols.inc | 4254 +++++++++++++++++ 838 files changed, 96430 insertions(+), 438 deletions(-) create mode 100644 translations/!build_translations.cmd delete mode 100644 translations/!update_langs_from_translator.bat create mode 100644 translations/doc/checklist.txt create mode 100644 translations/doc/desktop1.png create mode 100644 translations/doc/desktop2.png create mode 100644 translations/doc/readme-old.txt create mode 100644 translations/projects/!setup_projects.bat create mode 100644 translations/projects/ChineseSimplified/!export_slt.bat create mode 100644 translations/projects/ChineseSimplified/!export_slt_for_diff.bat create mode 100644 translations/projects/ChineseSimplified/!export_spellchck.bat create mode 100644 translations/projects/ChineseSimplified/!import.bat create mode 100644 translations/projects/ChineseSimplified/!import_slt.bat create mode 100644 translations/projects/ChineseSimplified/!import_trlprop.bat create mode 100644 translations/projects/ChineseSimplified/!open_all.bat create mode 100644 translations/projects/ChineseSimplified/!translate1.bat create mode 100644 translations/projects/ChineseSimplified/!translate2.bat create mode 100644 translations/projects/ChineseSimplified/!validate1.bat create mode 100644 translations/projects/ChineseSimplified/!validate2.bat create mode 100644 translations/projects/ChineseSimplified/7zip.atp create mode 100644 translations/projects/ChineseSimplified/automation.atp create mode 100644 translations/projects/ChineseSimplified/checksum.atp create mode 100644 translations/projects/ChineseSimplified/checkver.atp create mode 100644 translations/projects/ChineseSimplified/dbviewer.atp create mode 100644 translations/projects/ChineseSimplified/diskmap.atp create mode 100644 translations/projects/ChineseSimplified/filecomp.atp create mode 100644 translations/projects/ChineseSimplified/ftp.atp create mode 100644 translations/projects/ChineseSimplified/ieviewer.atp create mode 100644 translations/projects/ChineseSimplified/mmviewer.atp create mode 100644 translations/projects/ChineseSimplified/nethood.atp create mode 100644 translations/projects/ChineseSimplified/pak.atp create mode 100644 translations/projects/ChineseSimplified/peviewer.atp create mode 100644 translations/projects/ChineseSimplified/pictview.atp create mode 100644 translations/projects/ChineseSimplified/regedt.atp create mode 100644 translations/projects/ChineseSimplified/renamer.atp create mode 100644 translations/projects/ChineseSimplified/salamand.atp rename translations/{chinesesimplified => projects/ChineseSimplified/slt}/7zip.slt (98%) rename translations/{chinesesimplified => projects/ChineseSimplified/slt}/automation.slt (96%) rename translations/{chinesesimplified => projects/ChineseSimplified/slt}/checksum.slt (97%) rename translations/{chinesesimplified => projects/ChineseSimplified/slt}/checkver.slt (98%) rename translations/{chinesesimplified => projects/ChineseSimplified/slt}/dbviewer.slt (98%) rename translations/{chinesesimplified => projects/ChineseSimplified/slt}/diskmap.slt (96%) rename translations/{chinesesimplified => projects/ChineseSimplified/slt}/filecomp.slt (99%) rename translations/{chinesesimplified => projects/ChineseSimplified/slt}/ftp.slt (99%) rename translations/{chinesesimplified => projects/ChineseSimplified/slt}/ieviewer.slt (87%) rename translations/{chinesesimplified => projects/ChineseSimplified/slt}/mmviewer.slt (98%) rename translations/{chinesesimplified => projects/ChineseSimplified/slt}/nethood.slt (94%) rename translations/{chinesesimplified => projects/ChineseSimplified/slt}/pak.slt (97%) rename translations/{chinesesimplified => projects/ChineseSimplified/slt}/peviewer.slt (95%) rename translations/{chinesesimplified => projects/ChineseSimplified/slt}/pictview.slt (99%) rename translations/{chinesesimplified => projects/ChineseSimplified/slt}/regedt.slt (99%) rename translations/{chinesesimplified => projects/ChineseSimplified/slt}/renamer.slt (99%) rename translations/{chinesesimplified => projects/ChineseSimplified/slt}/salamand.slt (99%) rename translations/{chinesesimplified => projects/ChineseSimplified/slt}/splitcbn.slt (98%) rename translations/{chinesesimplified => projects/ChineseSimplified/slt}/tar.slt (97%) rename translations/{chinesesimplified => projects/ChineseSimplified/slt}/unarj.slt (97%) rename translations/{chinesesimplified => projects/ChineseSimplified/slt}/uncab.slt (97%) rename translations/{chinesesimplified => projects/ChineseSimplified/slt}/unchm.slt (94%) rename translations/{chinesesimplified => projects/ChineseSimplified/slt}/undelete.slt (98%) rename translations/{chinesesimplified => projects/ChineseSimplified/slt}/unfat.slt (93%) rename translations/{chinesesimplified => projects/ChineseSimplified/slt}/uniso.slt (98%) rename translations/{chinesesimplified => projects/ChineseSimplified/slt}/unlha.slt (94%) rename translations/{chinesesimplified => projects/ChineseSimplified/slt}/unmime.slt (95%) rename translations/{chinesesimplified => projects/ChineseSimplified/slt}/unrar.slt (98%) rename translations/{chinesesimplified => projects/ChineseSimplified/slt}/wmobile.slt (98%) rename translations/{chinesesimplified => projects/ChineseSimplified/slt}/zip.slt (99%) create mode 100644 translations/projects/ChineseSimplified/splitcbn.atp create mode 100644 translations/projects/ChineseSimplified/tar.atp create mode 100644 translations/projects/ChineseSimplified/unarj.atp create mode 100644 translations/projects/ChineseSimplified/uncab.atp create mode 100644 translations/projects/ChineseSimplified/unchm.atp create mode 100644 translations/projects/ChineseSimplified/undelete.atp create mode 100644 translations/projects/ChineseSimplified/unfat.atp create mode 100644 translations/projects/ChineseSimplified/uniso.atp create mode 100644 translations/projects/ChineseSimplified/unlha.atp create mode 100644 translations/projects/ChineseSimplified/unmime.atp create mode 100644 translations/projects/ChineseSimplified/unrar.atp create mode 100644 translations/projects/ChineseSimplified/wmobile.atp create mode 100644 translations/projects/ChineseSimplified/zip.atp create mode 100644 translations/projects/Czech/!export_slt.bat create mode 100644 translations/projects/Czech/!export_slt_for_diff.bat create mode 100644 translations/projects/Czech/!export_spellchck.bat create mode 100644 translations/projects/Czech/!import.bat create mode 100644 translations/projects/Czech/!import_slt.bat create mode 100644 translations/projects/Czech/!import_trlprop.bat create mode 100644 translations/projects/Czech/!open_all.bat create mode 100644 translations/projects/Czech/!translate1.bat create mode 100644 translations/projects/Czech/!translate2.bat create mode 100644 translations/projects/Czech/!validate1.bat create mode 100644 translations/projects/Czech/!validate2.bat create mode 100644 translations/projects/Czech/7zip.atp create mode 100644 translations/projects/Czech/automation.atp create mode 100644 translations/projects/Czech/checksum.atp create mode 100644 translations/projects/Czech/checkver.atp create mode 100644 translations/projects/Czech/dbviewer.atp create mode 100644 translations/projects/Czech/diskmap.atp create mode 100644 translations/projects/Czech/filecomp.atp create mode 100644 translations/projects/Czech/ftp.atp create mode 100644 translations/projects/Czech/ieviewer.atp create mode 100644 translations/projects/Czech/mmviewer.atp create mode 100644 translations/projects/Czech/nethood.atp create mode 100644 translations/projects/Czech/pak.atp create mode 100644 translations/projects/Czech/peviewer.atp create mode 100644 translations/projects/Czech/pictview.atp create mode 100644 translations/projects/Czech/regedt.atp create mode 100644 translations/projects/Czech/renamer.atp create mode 100644 translations/projects/Czech/salamand.atp rename translations/{czech => projects/Czech/slt}/7zip.slt (99%) rename translations/{czech => projects/Czech/slt}/automation.slt (97%) rename translations/{czech => projects/Czech/slt}/checksum.slt (98%) rename translations/{czech => projects/Czech/slt}/checkver.slt (98%) rename translations/{czech => projects/Czech/slt}/dbviewer.slt (98%) rename translations/{czech => projects/Czech/slt}/diskmap.slt (96%) rename translations/{czech => projects/Czech/slt}/filecomp.slt (99%) rename translations/{czech => projects/Czech/slt}/ftp.slt (99%) rename translations/{czech => projects/Czech/slt}/ieviewer.slt (88%) rename translations/{czech => projects/Czech/slt}/mmviewer.slt (98%) rename translations/{czech => projects/Czech/slt}/nethood.slt (94%) rename translations/{czech => projects/Czech/slt}/pak.slt (97%) rename translations/{czech => projects/Czech/slt}/peviewer.slt (95%) rename translations/{czech => projects/Czech/slt}/pictview.slt (99%) rename translations/{czech => projects/Czech/slt}/regedt.slt (99%) rename translations/{czech => projects/Czech/slt}/renamer.slt (99%) rename translations/{czech => projects/Czech/slt}/salamand.slt (99%) rename translations/{czech => projects/Czech/slt}/splitcbn.slt (98%) rename translations/{czech => projects/Czech/slt}/tar.slt (97%) rename translations/{czech => projects/Czech/slt}/unarj.slt (98%) rename translations/{czech => projects/Czech/slt}/uncab.slt (98%) rename translations/{czech => projects/Czech/slt}/unchm.slt (95%) rename translations/{czech => projects/Czech/slt}/undelete.slt (99%) rename translations/{czech => projects/Czech/slt}/unfat.slt (94%) rename translations/{czech => projects/Czech/slt}/uniso.slt (98%) rename translations/{czech => projects/Czech/slt}/unlha.slt (94%) rename translations/{czech => projects/Czech/slt}/unmime.slt (95%) rename translations/{czech => projects/Czech/slt}/unrar.slt (98%) rename translations/{czech => projects/Czech/slt}/wmobile.slt (98%) rename translations/{czech => projects/Czech/slt}/zip.slt (99%) create mode 100644 translations/projects/Czech/splitcbn.atp create mode 100644 translations/projects/Czech/tar.atp create mode 100644 translations/projects/Czech/unarj.atp create mode 100644 translations/projects/Czech/uncab.atp create mode 100644 translations/projects/Czech/unchm.atp create mode 100644 translations/projects/Czech/undelete.atp create mode 100644 translations/projects/Czech/unfat.atp create mode 100644 translations/projects/Czech/uniso.atp create mode 100644 translations/projects/Czech/unlha.atp create mode 100644 translations/projects/Czech/unmime.atp create mode 100644 translations/projects/Czech/unrar.atp create mode 100644 translations/projects/Czech/wmobile.atp create mode 100644 translations/projects/Czech/zip.atp create mode 100644 translations/projects/Dutch/!export_slt.bat create mode 100644 translations/projects/Dutch/!export_slt_for_diff.bat create mode 100644 translations/projects/Dutch/!export_spellchck.bat create mode 100644 translations/projects/Dutch/!import.bat create mode 100644 translations/projects/Dutch/!import_slt.bat create mode 100644 translations/projects/Dutch/!import_trlprop.bat create mode 100644 translations/projects/Dutch/!open_all.bat create mode 100644 translations/projects/Dutch/!translate1.bat create mode 100644 translations/projects/Dutch/!translate2.bat create mode 100644 translations/projects/Dutch/!validate1.bat create mode 100644 translations/projects/Dutch/!validate2.bat create mode 100644 translations/projects/Dutch/7zip.atp create mode 100644 translations/projects/Dutch/automation.atp create mode 100644 translations/projects/Dutch/checksum.atp create mode 100644 translations/projects/Dutch/checkver.atp create mode 100644 translations/projects/Dutch/dbviewer.atp create mode 100644 translations/projects/Dutch/diskmap.atp create mode 100644 translations/projects/Dutch/filecomp.atp create mode 100644 translations/projects/Dutch/ftp.atp create mode 100644 translations/projects/Dutch/ieviewer.atp create mode 100644 translations/projects/Dutch/mmviewer.atp create mode 100644 translations/projects/Dutch/nethood.atp create mode 100644 translations/projects/Dutch/pak.atp create mode 100644 translations/projects/Dutch/peviewer.atp create mode 100644 translations/projects/Dutch/pictview.atp create mode 100644 translations/projects/Dutch/regedt.atp create mode 100644 translations/projects/Dutch/renamer.atp create mode 100644 translations/projects/Dutch/salamand.atp rename translations/{dutch => projects/Dutch/slt}/7zip.slt (99%) rename translations/{dutch => projects/Dutch/slt}/automation.slt (97%) rename translations/{dutch => projects/Dutch/slt}/checksum.slt (98%) rename translations/{dutch => projects/Dutch/slt}/checkver.slt (98%) rename translations/{dutch => projects/Dutch/slt}/dbviewer.slt (98%) rename translations/{dutch => projects/Dutch/slt}/diskmap.slt (96%) rename translations/{dutch => projects/Dutch/slt}/filecomp.slt (99%) rename translations/{dutch => projects/Dutch/slt}/ftp.slt (99%) rename translations/{dutch => projects/Dutch/slt}/ieviewer.slt (88%) rename translations/{dutch => projects/Dutch/slt}/mmviewer.slt (99%) rename translations/{dutch => projects/Dutch/slt}/nethood.slt (94%) rename translations/{dutch => projects/Dutch/slt}/pak.slt (97%) rename translations/{dutch => projects/Dutch/slt}/peviewer.slt (95%) rename translations/{dutch => projects/Dutch/slt}/pictview.slt (99%) rename translations/{dutch => projects/Dutch/slt}/regedt.slt (99%) rename translations/{dutch => projects/Dutch/slt}/renamer.slt (99%) rename translations/{dutch => projects/Dutch/slt}/salamand.slt (99%) rename translations/{dutch => projects/Dutch/slt}/splitcbn.slt (98%) rename translations/{dutch => projects/Dutch/slt}/tar.slt (97%) rename translations/{dutch => projects/Dutch/slt}/unarj.slt (98%) rename translations/{dutch => projects/Dutch/slt}/uncab.slt (98%) rename translations/{dutch => projects/Dutch/slt}/unchm.slt (95%) rename translations/{dutch => projects/Dutch/slt}/undelete.slt (99%) rename translations/{dutch => projects/Dutch/slt}/unfat.slt (95%) rename translations/{dutch => projects/Dutch/slt}/uniso.slt (98%) rename translations/{dutch => projects/Dutch/slt}/unlha.slt (95%) rename translations/{dutch => projects/Dutch/slt}/unmime.slt (96%) rename translations/{dutch => projects/Dutch/slt}/unrar.slt (98%) rename translations/{dutch => projects/Dutch/slt}/wmobile.slt (98%) rename translations/{dutch => projects/Dutch/slt}/zip.slt (99%) create mode 100644 translations/projects/Dutch/splitcbn.atp create mode 100644 translations/projects/Dutch/tar.atp create mode 100644 translations/projects/Dutch/unarj.atp create mode 100644 translations/projects/Dutch/uncab.atp create mode 100644 translations/projects/Dutch/unchm.atp create mode 100644 translations/projects/Dutch/undelete.atp create mode 100644 translations/projects/Dutch/unfat.atp create mode 100644 translations/projects/Dutch/uniso.atp create mode 100644 translations/projects/Dutch/unlha.atp create mode 100644 translations/projects/Dutch/unmime.atp create mode 100644 translations/projects/Dutch/unrar.atp create mode 100644 translations/projects/Dutch/wmobile.atp create mode 100644 translations/projects/Dutch/zip.atp create mode 100644 translations/projects/English/!validate1.bat create mode 100644 translations/projects/English/!validate2.bat create mode 100644 translations/projects/English/7zip.atp create mode 100644 translations/projects/English/automation.atp create mode 100644 translations/projects/English/checksum.atp create mode 100644 translations/projects/English/checkver.atp create mode 100644 translations/projects/English/dbviewer.atp create mode 100644 translations/projects/English/diskmap.atp create mode 100644 translations/projects/English/filecomp.atp create mode 100644 translations/projects/English/ftp.atp create mode 100644 translations/projects/English/ieviewer.atp create mode 100644 translations/projects/English/mmviewer.atp create mode 100644 translations/projects/English/nethood.atp create mode 100644 translations/projects/English/pak.atp create mode 100644 translations/projects/English/peviewer.atp create mode 100644 translations/projects/English/pictview.atp create mode 100644 translations/projects/English/regedt.atp create mode 100644 translations/projects/English/renamer.atp create mode 100644 translations/projects/English/salamand.atp create mode 100644 translations/projects/English/splitcbn.atp create mode 100644 translations/projects/English/tar.atp create mode 100644 translations/projects/English/unarj.atp create mode 100644 translations/projects/English/uncab.atp create mode 100644 translations/projects/English/unchm.atp create mode 100644 translations/projects/English/undelete.atp create mode 100644 translations/projects/English/unfat.atp create mode 100644 translations/projects/English/uniso.atp create mode 100644 translations/projects/English/unlha.atp create mode 100644 translations/projects/English/unmime.atp create mode 100644 translations/projects/English/unrar.atp create mode 100644 translations/projects/English/wmobile.atp create mode 100644 translations/projects/English/zip.atp create mode 100644 translations/projects/French/!export_slt.bat create mode 100644 translations/projects/French/!export_slt_for_diff.bat create mode 100644 translations/projects/French/!export_spellchck.bat create mode 100644 translations/projects/French/!import.bat create mode 100644 translations/projects/French/!import_slt.bat create mode 100644 translations/projects/French/!import_trlprop.bat create mode 100644 translations/projects/French/!open_all.bat create mode 100644 translations/projects/French/!translate1.bat create mode 100644 translations/projects/French/!translate2.bat create mode 100644 translations/projects/French/!validate1.bat create mode 100644 translations/projects/French/!validate2.bat create mode 100644 translations/projects/French/7zip.atp create mode 100644 translations/projects/French/automation.atp create mode 100644 translations/projects/French/checksum.atp create mode 100644 translations/projects/French/checkver.atp create mode 100644 translations/projects/French/dbviewer.atp create mode 100644 translations/projects/French/diskmap.atp create mode 100644 translations/projects/French/filecomp.atp create mode 100644 translations/projects/French/ftp.atp create mode 100644 translations/projects/French/ieviewer.atp create mode 100644 translations/projects/French/mmviewer.atp create mode 100644 translations/projects/French/nethood.atp create mode 100644 translations/projects/French/pak.atp create mode 100644 translations/projects/French/peviewer.atp create mode 100644 translations/projects/French/pictview.atp create mode 100644 translations/projects/French/regedt.atp create mode 100644 translations/projects/French/renamer.atp create mode 100644 translations/projects/French/salamand.atp rename translations/{french => projects/French/slt}/7zip.slt (99%) rename translations/{french => projects/French/slt}/automation.slt (97%) rename translations/{french => projects/French/slt}/checksum.slt (98%) rename translations/{french => projects/French/slt}/checkver.slt (99%) rename translations/{french => projects/French/slt}/dbviewer.slt (98%) rename translations/{french => projects/French/slt}/diskmap.slt (96%) rename translations/{french => projects/French/slt}/filecomp.slt (99%) rename translations/{french => projects/French/slt}/ftp.slt (99%) rename translations/{french => projects/French/slt}/ieviewer.slt (89%) rename translations/{french => projects/French/slt}/mmviewer.slt (99%) rename translations/{french => projects/French/slt}/nethood.slt (95%) rename translations/{french => projects/French/slt}/pak.slt (97%) rename translations/{french => projects/French/slt}/peviewer.slt (95%) rename translations/{french => projects/French/slt}/pictview.slt (99%) rename translations/{french => projects/French/slt}/regedt.slt (99%) rename translations/{french => projects/French/slt}/renamer.slt (99%) rename translations/{french => projects/French/slt}/salamand.slt (99%) rename translations/{french => projects/French/slt}/splitcbn.slt (98%) rename translations/{french => projects/French/slt}/tar.slt (97%) rename translations/{french => projects/French/slt}/unarj.slt (98%) rename translations/{french => projects/French/slt}/uncab.slt (98%) rename translations/{french => projects/French/slt}/unchm.slt (95%) rename translations/{french => projects/French/slt}/undelete.slt (99%) rename translations/{french => projects/French/slt}/unfat.slt (94%) rename translations/{french => projects/French/slt}/uniso.slt (98%) rename translations/{french => projects/French/slt}/unlha.slt (95%) rename translations/{french => projects/French/slt}/unmime.slt (95%) rename translations/{french => projects/French/slt}/unrar.slt (98%) rename translations/{french => projects/French/slt}/wmobile.slt (98%) rename translations/{french => projects/French/slt}/zip.slt (99%) create mode 100644 translations/projects/French/splitcbn.atp create mode 100644 translations/projects/French/tar.atp create mode 100644 translations/projects/French/unarj.atp create mode 100644 translations/projects/French/uncab.atp create mode 100644 translations/projects/French/unchm.atp create mode 100644 translations/projects/French/undelete.atp create mode 100644 translations/projects/French/unfat.atp create mode 100644 translations/projects/French/uniso.atp create mode 100644 translations/projects/French/unlha.atp create mode 100644 translations/projects/French/unmime.atp create mode 100644 translations/projects/French/unrar.atp create mode 100644 translations/projects/French/wmobile.atp create mode 100644 translations/projects/French/zip.atp create mode 100644 translations/projects/German/!export_slt.bat create mode 100644 translations/projects/German/!export_slt_for_diff.bat create mode 100644 translations/projects/German/!export_spellchck.bat create mode 100644 translations/projects/German/!import.bat create mode 100644 translations/projects/German/!import_slt.bat create mode 100644 translations/projects/German/!import_trlprop.bat create mode 100644 translations/projects/German/!open_all.bat create mode 100644 translations/projects/German/!translate1.bat create mode 100644 translations/projects/German/!translate2.bat create mode 100644 translations/projects/German/!validate1.bat create mode 100644 translations/projects/German/!validate2.bat create mode 100644 translations/projects/German/7zip.atp create mode 100644 translations/projects/German/automation.atp create mode 100644 translations/projects/German/checksum.atp create mode 100644 translations/projects/German/checkver.atp create mode 100644 translations/projects/German/dbviewer.atp create mode 100644 translations/projects/German/diskmap.atp create mode 100644 translations/projects/German/filecomp.atp create mode 100644 translations/projects/German/ftp.atp create mode 100644 translations/projects/German/ieviewer.atp create mode 100644 translations/projects/German/mmviewer.atp create mode 100644 translations/projects/German/nethood.atp create mode 100644 translations/projects/German/pak.atp create mode 100644 translations/projects/German/peviewer.atp create mode 100644 translations/projects/German/pictview.atp create mode 100644 translations/projects/German/regedt.atp create mode 100644 translations/projects/German/renamer.atp create mode 100644 translations/projects/German/salamand.atp rename translations/{german => projects/German/slt}/7zip.slt (99%) rename translations/{german => projects/German/slt}/automation.slt (97%) rename translations/{german => projects/German/slt}/checksum.slt (98%) rename translations/{german => projects/German/slt}/checkver.slt (99%) rename translations/{german => projects/German/slt}/dbviewer.slt (98%) rename translations/{german => projects/German/slt}/diskmap.slt (96%) rename translations/{german => projects/German/slt}/filecomp.slt (99%) rename translations/{german => projects/German/slt}/ftp.slt (99%) rename translations/{german => projects/German/slt}/ieviewer.slt (89%) rename translations/{german => projects/German/slt}/mmviewer.slt (99%) rename translations/{german => projects/German/slt}/nethood.slt (95%) rename translations/{german => projects/German/slt}/pak.slt (97%) rename translations/{german => projects/German/slt}/peviewer.slt (95%) rename translations/{german => projects/German/slt}/pictview.slt (99%) rename translations/{german => projects/German/slt}/regedt.slt (99%) rename translations/{german => projects/German/slt}/renamer.slt (99%) rename translations/{german => projects/German/slt}/salamand.slt (99%) rename translations/{german => projects/German/slt}/splitcbn.slt (98%) rename translations/{german => projects/German/slt}/tar.slt (97%) rename translations/{german => projects/German/slt}/unarj.slt (98%) rename translations/{german => projects/German/slt}/uncab.slt (98%) rename translations/{german => projects/German/slt}/unchm.slt (95%) rename translations/{german => projects/German/slt}/undelete.slt (99%) rename translations/{german => projects/German/slt}/unfat.slt (94%) rename translations/{german => projects/German/slt}/uniso.slt (98%) rename translations/{german => projects/German/slt}/unlha.slt (95%) rename translations/{german => projects/German/slt}/unmime.slt (95%) rename translations/{german => projects/German/slt}/unrar.slt (98%) rename translations/{german => projects/German/slt}/wmobile.slt (98%) rename translations/{german => projects/German/slt}/zip.slt (99%) create mode 100644 translations/projects/German/splitcbn.atp create mode 100644 translations/projects/German/tar.atp create mode 100644 translations/projects/German/unarj.atp create mode 100644 translations/projects/German/uncab.atp create mode 100644 translations/projects/German/unchm.atp create mode 100644 translations/projects/German/undelete.atp create mode 100644 translations/projects/German/unfat.atp create mode 100644 translations/projects/German/uniso.atp create mode 100644 translations/projects/German/unlha.atp create mode 100644 translations/projects/German/unmime.atp create mode 100644 translations/projects/German/unrar.atp create mode 100644 translations/projects/German/wmobile.atp create mode 100644 translations/projects/German/zip.atp create mode 100644 translations/projects/Hungarian/!export_slt.bat create mode 100644 translations/projects/Hungarian/!export_slt_for_diff.bat create mode 100644 translations/projects/Hungarian/!export_spellchck.bat create mode 100644 translations/projects/Hungarian/!import.bat create mode 100644 translations/projects/Hungarian/!import_slt.bat create mode 100644 translations/projects/Hungarian/!import_trlprop.bat create mode 100644 translations/projects/Hungarian/!open_all.bat create mode 100644 translations/projects/Hungarian/!translate1.bat create mode 100644 translations/projects/Hungarian/!translate2.bat create mode 100644 translations/projects/Hungarian/!validate1.bat create mode 100644 translations/projects/Hungarian/!validate2.bat create mode 100644 translations/projects/Hungarian/7zip.atp create mode 100644 translations/projects/Hungarian/automation.atp create mode 100644 translations/projects/Hungarian/checksum.atp create mode 100644 translations/projects/Hungarian/checkver.atp create mode 100644 translations/projects/Hungarian/dbviewer.atp create mode 100644 translations/projects/Hungarian/diskmap.atp create mode 100644 translations/projects/Hungarian/filecomp.atp create mode 100644 translations/projects/Hungarian/ftp.atp create mode 100644 translations/projects/Hungarian/ieviewer.atp create mode 100644 translations/projects/Hungarian/mmviewer.atp create mode 100644 translations/projects/Hungarian/nethood.atp create mode 100644 translations/projects/Hungarian/pak.atp create mode 100644 translations/projects/Hungarian/peviewer.atp create mode 100644 translations/projects/Hungarian/pictview.atp create mode 100644 translations/projects/Hungarian/regedt.atp create mode 100644 translations/projects/Hungarian/renamer.atp create mode 100644 translations/projects/Hungarian/salamand.atp rename translations/{hungarian => projects/Hungarian/slt}/7zip.slt (99%) rename translations/{hungarian => projects/Hungarian/slt}/automation.slt (97%) rename translations/{hungarian => projects/Hungarian/slt}/checksum.slt (98%) rename translations/{hungarian => projects/Hungarian/slt}/checkver.slt (98%) rename translations/{hungarian => projects/Hungarian/slt}/dbviewer.slt (98%) rename translations/{hungarian => projects/Hungarian/slt}/diskmap.slt (96%) rename translations/{hungarian => projects/Hungarian/slt}/filecomp.slt (99%) rename translations/{hungarian => projects/Hungarian/slt}/ftp.slt (99%) rename translations/{hungarian => projects/Hungarian/slt}/ieviewer.slt (87%) rename translations/{hungarian => projects/Hungarian/slt}/mmviewer.slt (98%) rename translations/{hungarian => projects/Hungarian/slt}/nethood.slt (94%) rename translations/{hungarian => projects/Hungarian/slt}/pak.slt (97%) rename translations/{hungarian => projects/Hungarian/slt}/peviewer.slt (95%) rename translations/{hungarian => projects/Hungarian/slt}/pictview.slt (99%) rename translations/{hungarian => projects/Hungarian/slt}/regedt.slt (99%) rename translations/{hungarian => projects/Hungarian/slt}/renamer.slt (99%) rename translations/{hungarian => projects/Hungarian/slt}/salamand.slt (99%) rename translations/{hungarian => projects/Hungarian/slt}/splitcbn.slt (98%) rename translations/{hungarian => projects/Hungarian/slt}/tar.slt (97%) rename translations/{hungarian => projects/Hungarian/slt}/unarj.slt (98%) rename translations/{hungarian => projects/Hungarian/slt}/uncab.slt (98%) rename translations/{hungarian => projects/Hungarian/slt}/unchm.slt (95%) rename translations/{hungarian => projects/Hungarian/slt}/undelete.slt (99%) rename translations/{hungarian => projects/Hungarian/slt}/unfat.slt (94%) rename translations/{hungarian => projects/Hungarian/slt}/uniso.slt (98%) rename translations/{hungarian => projects/Hungarian/slt}/unlha.slt (94%) rename translations/{hungarian => projects/Hungarian/slt}/unmime.slt (95%) rename translations/{hungarian => projects/Hungarian/slt}/unrar.slt (98%) rename translations/{hungarian => projects/Hungarian/slt}/wmobile.slt (98%) rename translations/{hungarian => projects/Hungarian/slt}/zip.slt (99%) create mode 100644 translations/projects/Hungarian/splitcbn.atp create mode 100644 translations/projects/Hungarian/tar.atp create mode 100644 translations/projects/Hungarian/unarj.atp create mode 100644 translations/projects/Hungarian/uncab.atp create mode 100644 translations/projects/Hungarian/unchm.atp create mode 100644 translations/projects/Hungarian/undelete.atp create mode 100644 translations/projects/Hungarian/unfat.atp create mode 100644 translations/projects/Hungarian/uniso.atp create mode 100644 translations/projects/Hungarian/unlha.atp create mode 100644 translations/projects/Hungarian/unmime.atp create mode 100644 translations/projects/Hungarian/unrar.atp create mode 100644 translations/projects/Hungarian/wmobile.atp create mode 100644 translations/projects/Hungarian/zip.atp create mode 100644 translations/projects/Romanian/!export_slt.bat create mode 100644 translations/projects/Romanian/!export_slt_for_diff.bat create mode 100644 translations/projects/Romanian/!export_spellchck.bat create mode 100644 translations/projects/Romanian/!import.bat create mode 100644 translations/projects/Romanian/!import_slt.bat create mode 100644 translations/projects/Romanian/!import_trlprop.bat create mode 100644 translations/projects/Romanian/!open_all.bat create mode 100644 translations/projects/Romanian/!translate1.bat create mode 100644 translations/projects/Romanian/!translate2.bat create mode 100644 translations/projects/Romanian/!validate1.bat create mode 100644 translations/projects/Romanian/!validate2.bat create mode 100644 translations/projects/Romanian/7zip.atp create mode 100644 translations/projects/Romanian/automation.atp create mode 100644 translations/projects/Romanian/checksum.atp create mode 100644 translations/projects/Romanian/checkver.atp create mode 100644 translations/projects/Romanian/dbviewer.atp create mode 100644 translations/projects/Romanian/diskmap.atp create mode 100644 translations/projects/Romanian/filecomp.atp create mode 100644 translations/projects/Romanian/ftp.atp create mode 100644 translations/projects/Romanian/ieviewer.atp create mode 100644 translations/projects/Romanian/mmviewer.atp create mode 100644 translations/projects/Romanian/nethood.atp create mode 100644 translations/projects/Romanian/pak.atp create mode 100644 translations/projects/Romanian/peviewer.atp create mode 100644 translations/projects/Romanian/pictview.atp create mode 100644 translations/projects/Romanian/regedt.atp create mode 100644 translations/projects/Romanian/renamer.atp create mode 100644 translations/projects/Romanian/salamand.atp rename translations/{romanian => projects/Romanian/slt}/7zip.slt (98%) rename translations/{romanian => projects/Romanian/slt}/automation.slt (97%) rename translations/{romanian => projects/Romanian/slt}/checksum.slt (98%) rename translations/{romanian => projects/Romanian/slt}/checkver.slt (98%) rename translations/{romanian => projects/Romanian/slt}/dbviewer.slt (98%) rename translations/{romanian => projects/Romanian/slt}/diskmap.slt (96%) rename translations/{romanian => projects/Romanian/slt}/filecomp.slt (99%) rename translations/{romanian => projects/Romanian/slt}/ftp.slt (99%) rename translations/{romanian => projects/Romanian/slt}/ieviewer.slt (88%) rename translations/{romanian => projects/Romanian/slt}/mmviewer.slt (98%) rename translations/{romanian => projects/Romanian/slt}/nethood.slt (94%) rename translations/{romanian => projects/Romanian/slt}/pak.slt (97%) rename translations/{romanian => projects/Romanian/slt}/peviewer.slt (95%) rename translations/{romanian => projects/Romanian/slt}/pictview.slt (99%) rename translations/{romanian => projects/Romanian/slt}/regedt.slt (99%) rename translations/{romanian => projects/Romanian/slt}/renamer.slt (99%) rename translations/{romanian => projects/Romanian/slt}/salamand.slt (99%) rename translations/{romanian => projects/Romanian/slt}/splitcbn.slt (98%) rename translations/{romanian => projects/Romanian/slt}/tar.slt (97%) rename translations/{romanian => projects/Romanian/slt}/unarj.slt (98%) rename translations/{romanian => projects/Romanian/slt}/uncab.slt (98%) rename translations/{romanian => projects/Romanian/slt}/unchm.slt (95%) rename translations/{romanian => projects/Romanian/slt}/undelete.slt (99%) rename translations/{romanian => projects/Romanian/slt}/unfat.slt (94%) rename translations/{romanian => projects/Romanian/slt}/uniso.slt (98%) rename translations/{romanian => projects/Romanian/slt}/unlha.slt (94%) rename translations/{romanian => projects/Romanian/slt}/unmime.slt (95%) rename translations/{romanian => projects/Romanian/slt}/unrar.slt (98%) rename translations/{romanian => projects/Romanian/slt}/wmobile.slt (98%) rename translations/{romanian => projects/Romanian/slt}/zip.slt (99%) create mode 100644 translations/projects/Romanian/splitcbn.atp create mode 100644 translations/projects/Romanian/tar.atp create mode 100644 translations/projects/Romanian/unarj.atp create mode 100644 translations/projects/Romanian/uncab.atp create mode 100644 translations/projects/Romanian/unchm.atp create mode 100644 translations/projects/Romanian/undelete.atp create mode 100644 translations/projects/Romanian/unfat.atp create mode 100644 translations/projects/Romanian/uniso.atp create mode 100644 translations/projects/Romanian/unlha.atp create mode 100644 translations/projects/Romanian/unmime.atp create mode 100644 translations/projects/Romanian/unrar.atp create mode 100644 translations/projects/Romanian/wmobile.atp create mode 100644 translations/projects/Romanian/zip.atp create mode 100644 translations/projects/Russian/!export_slt.bat create mode 100644 translations/projects/Russian/!export_slt_for_diff.bat create mode 100644 translations/projects/Russian/!export_spellchck.bat create mode 100644 translations/projects/Russian/!import.bat create mode 100644 translations/projects/Russian/!import_slt.bat create mode 100644 translations/projects/Russian/!import_trlprop.bat create mode 100644 translations/projects/Russian/!open_all.bat create mode 100644 translations/projects/Russian/!translate1.bat create mode 100644 translations/projects/Russian/!translate2.bat create mode 100644 translations/projects/Russian/!validate1.bat create mode 100644 translations/projects/Russian/!validate2.bat create mode 100644 translations/projects/Russian/7zip.atp create mode 100644 translations/projects/Russian/automation.atp create mode 100644 translations/projects/Russian/checksum.atp create mode 100644 translations/projects/Russian/checkver.atp create mode 100644 translations/projects/Russian/dbviewer.atp create mode 100644 translations/projects/Russian/diskmap.atp create mode 100644 translations/projects/Russian/filecomp.atp create mode 100644 translations/projects/Russian/ftp.atp create mode 100644 translations/projects/Russian/ieviewer.atp create mode 100644 translations/projects/Russian/mmviewer.atp create mode 100644 translations/projects/Russian/nethood.atp create mode 100644 translations/projects/Russian/pak.atp create mode 100644 translations/projects/Russian/peviewer.atp create mode 100644 translations/projects/Russian/pictview.atp create mode 100644 translations/projects/Russian/regedt.atp create mode 100644 translations/projects/Russian/renamer.atp create mode 100644 translations/projects/Russian/salamand.atp rename translations/{russian => projects/Russian/slt}/7zip.slt (99%) rename translations/{russian => projects/Russian/slt}/automation.slt (98%) rename translations/{russian => projects/Russian/slt}/checksum.slt (98%) rename translations/{russian => projects/Russian/slt}/checkver.slt (99%) rename translations/{russian => projects/Russian/slt}/dbviewer.slt (99%) rename translations/{russian => projects/Russian/slt}/diskmap.slt (97%) rename translations/{russian => projects/Russian/slt}/filecomp.slt (99%) rename translations/{russian => projects/Russian/slt}/ftp.slt (99%) rename translations/{russian => projects/Russian/slt}/ieviewer.slt (90%) rename translations/{russian => projects/Russian/slt}/mmviewer.slt (99%) rename translations/{russian => projects/Russian/slt}/nethood.slt (96%) rename translations/{russian => projects/Russian/slt}/pak.slt (98%) rename translations/{russian => projects/Russian/slt}/peviewer.slt (96%) rename translations/{russian => projects/Russian/slt}/pictview.slt (99%) rename translations/{russian => projects/Russian/slt}/regedt.slt (99%) rename translations/{russian => projects/Russian/slt}/renamer.slt (99%) rename translations/{russian => projects/Russian/slt}/salamand.slt (99%) rename translations/{russian => projects/Russian/slt}/splitcbn.slt (98%) rename translations/{russian => projects/Russian/slt}/tar.slt (98%) rename translations/{russian => projects/Russian/slt}/unarj.slt (98%) rename translations/{russian => projects/Russian/slt}/uncab.slt (98%) rename translations/{russian => projects/Russian/slt}/unchm.slt (96%) rename translations/{russian => projects/Russian/slt}/undelete.slt (99%) rename translations/{russian => projects/Russian/slt}/unfat.slt (95%) rename translations/{russian => projects/Russian/slt}/uniso.slt (99%) rename translations/{russian => projects/Russian/slt}/unlha.slt (96%) rename translations/{russian => projects/Russian/slt}/unmime.slt (97%) rename translations/{russian => projects/Russian/slt}/unrar.slt (98%) rename translations/{russian => projects/Russian/slt}/wmobile.slt (98%) rename translations/{russian => projects/Russian/slt}/zip.slt (99%) create mode 100644 translations/projects/Russian/splitcbn.atp create mode 100644 translations/projects/Russian/tar.atp create mode 100644 translations/projects/Russian/unarj.atp create mode 100644 translations/projects/Russian/uncab.atp create mode 100644 translations/projects/Russian/unchm.atp create mode 100644 translations/projects/Russian/undelete.atp create mode 100644 translations/projects/Russian/unfat.atp create mode 100644 translations/projects/Russian/uniso.atp create mode 100644 translations/projects/Russian/unlha.atp create mode 100644 translations/projects/Russian/unmime.atp create mode 100644 translations/projects/Russian/unrar.atp create mode 100644 translations/projects/Russian/wmobile.atp create mode 100644 translations/projects/Russian/zip.atp create mode 100644 translations/projects/Slovak/!export_slt.bat create mode 100644 translations/projects/Slovak/!export_slt_for_diff.bat create mode 100644 translations/projects/Slovak/!export_spellchck.bat create mode 100644 translations/projects/Slovak/!import.bat create mode 100644 translations/projects/Slovak/!import_only_dialog_layouts.bat create mode 100644 translations/projects/Slovak/!import_slt.bat create mode 100644 translations/projects/Slovak/!import_trlprop.bat create mode 100644 translations/projects/Slovak/!open_all.bat create mode 100644 translations/projects/Slovak/!translate1.bat create mode 100644 translations/projects/Slovak/!translate2.bat create mode 100644 translations/projects/Slovak/!validate1.bat create mode 100644 translations/projects/Slovak/!validate2.bat create mode 100644 translations/projects/Slovak/7zip.atp create mode 100644 translations/projects/Slovak/automation.atp create mode 100644 translations/projects/Slovak/checksum.atp create mode 100644 translations/projects/Slovak/checkver.atp create mode 100644 translations/projects/Slovak/dbviewer.atp create mode 100644 translations/projects/Slovak/diskmap.atp create mode 100644 translations/projects/Slovak/filecomp.atp create mode 100644 translations/projects/Slovak/ftp.atp create mode 100644 translations/projects/Slovak/ieviewer.atp create mode 100644 translations/projects/Slovak/mmviewer.atp create mode 100644 translations/projects/Slovak/nethood.atp create mode 100644 translations/projects/Slovak/pak.atp create mode 100644 translations/projects/Slovak/peviewer.atp create mode 100644 translations/projects/Slovak/pictview.atp create mode 100644 translations/projects/Slovak/regedt.atp create mode 100644 translations/projects/Slovak/renamer.atp create mode 100644 translations/projects/Slovak/salamand.atp rename translations/{slovak => projects/Slovak/slt}/7zip.slt (99%) rename translations/{slovak => projects/Slovak/slt}/automation.slt (97%) rename translations/{slovak => projects/Slovak/slt}/checksum.slt (98%) rename translations/{slovak => projects/Slovak/slt}/checkver.slt (98%) rename translations/{slovak => projects/Slovak/slt}/dbviewer.slt (98%) rename translations/{slovak => projects/Slovak/slt}/diskmap.slt (96%) rename translations/{slovak => projects/Slovak/slt}/filecomp.slt (99%) rename translations/{slovak => projects/Slovak/slt}/ftp.slt (99%) rename translations/{slovak => projects/Slovak/slt}/ieviewer.slt (87%) rename translations/{slovak => projects/Slovak/slt}/mmviewer.slt (99%) rename translations/{slovak => projects/Slovak/slt}/nethood.slt (94%) rename translations/{slovak => projects/Slovak/slt}/pak.slt (97%) rename translations/{slovak => projects/Slovak/slt}/peviewer.slt (95%) rename translations/{slovak => projects/Slovak/slt}/pictview.slt (99%) rename translations/{slovak => projects/Slovak/slt}/regedt.slt (99%) rename translations/{slovak => projects/Slovak/slt}/renamer.slt (99%) rename translations/{slovak => projects/Slovak/slt}/salamand.slt (99%) rename translations/{slovak => projects/Slovak/slt}/splitcbn.slt (98%) rename translations/{slovak => projects/Slovak/slt}/tar.slt (97%) rename translations/{slovak => projects/Slovak/slt}/unarj.slt (98%) rename translations/{slovak => projects/Slovak/slt}/uncab.slt (98%) rename translations/{slovak => projects/Slovak/slt}/unchm.slt (95%) rename translations/{slovak => projects/Slovak/slt}/undelete.slt (99%) rename translations/{slovak => projects/Slovak/slt}/unfat.slt (94%) rename translations/{slovak => projects/Slovak/slt}/uniso.slt (98%) rename translations/{slovak => projects/Slovak/slt}/unlha.slt (95%) rename translations/{slovak => projects/Slovak/slt}/unmime.slt (95%) rename translations/{slovak => projects/Slovak/slt}/unrar.slt (98%) rename translations/{slovak => projects/Slovak/slt}/wmobile.slt (98%) rename translations/{slovak => projects/Slovak/slt}/zip.slt (99%) create mode 100644 translations/projects/Slovak/splitcbn.atp create mode 100644 translations/projects/Slovak/tar.atp create mode 100644 translations/projects/Slovak/unarj.atp create mode 100644 translations/projects/Slovak/uncab.atp create mode 100644 translations/projects/Slovak/unchm.atp create mode 100644 translations/projects/Slovak/undelete.atp create mode 100644 translations/projects/Slovak/unfat.atp create mode 100644 translations/projects/Slovak/uniso.atp create mode 100644 translations/projects/Slovak/unlha.atp create mode 100644 translations/projects/Slovak/unmime.atp create mode 100644 translations/projects/Slovak/unrar.atp create mode 100644 translations/projects/Slovak/wmobile.atp create mode 100644 translations/projects/Slovak/zip.atp create mode 100644 translations/projects/Spanish/!export_slt.bat create mode 100644 translations/projects/Spanish/!export_slt_for_diff.bat create mode 100644 translations/projects/Spanish/!export_spellchck.bat create mode 100644 translations/projects/Spanish/!import.bat create mode 100644 translations/projects/Spanish/!import_slt.bat create mode 100644 translations/projects/Spanish/!import_trlprop.bat create mode 100644 translations/projects/Spanish/!open_all.bat create mode 100644 translations/projects/Spanish/!translate1.bat create mode 100644 translations/projects/Spanish/!translate2.bat create mode 100644 translations/projects/Spanish/!validate1.bat create mode 100644 translations/projects/Spanish/!validate2.bat create mode 100644 translations/projects/Spanish/7zip.atp create mode 100644 translations/projects/Spanish/automation.atp create mode 100644 translations/projects/Spanish/checksum.atp create mode 100644 translations/projects/Spanish/checkver.atp create mode 100644 translations/projects/Spanish/dbviewer.atp create mode 100644 translations/projects/Spanish/diskmap.atp create mode 100644 translations/projects/Spanish/filecomp.atp create mode 100644 translations/projects/Spanish/ftp.atp create mode 100644 translations/projects/Spanish/ieviewer.atp create mode 100644 translations/projects/Spanish/mmviewer.atp create mode 100644 translations/projects/Spanish/nethood.atp create mode 100644 translations/projects/Spanish/pak.atp create mode 100644 translations/projects/Spanish/peviewer.atp create mode 100644 translations/projects/Spanish/pictview.atp create mode 100644 translations/projects/Spanish/regedt.atp create mode 100644 translations/projects/Spanish/renamer.atp create mode 100644 translations/projects/Spanish/salamand.atp rename translations/{spanish => projects/Spanish/slt}/7zip.slt (99%) rename translations/{spanish => projects/Spanish/slt}/automation.slt (97%) rename translations/{spanish => projects/Spanish/slt}/checksum.slt (98%) rename translations/{spanish => projects/Spanish/slt}/checkver.slt (98%) rename translations/{spanish => projects/Spanish/slt}/dbviewer.slt (98%) rename translations/{spanish => projects/Spanish/slt}/diskmap.slt (96%) rename translations/{spanish => projects/Spanish/slt}/filecomp.slt (99%) rename translations/{spanish => projects/Spanish/slt}/ftp.slt (99%) rename translations/{spanish => projects/Spanish/slt}/ieviewer.slt (87%) rename translations/{spanish => projects/Spanish/slt}/mmviewer.slt (98%) rename translations/{spanish => projects/Spanish/slt}/nethood.slt (94%) rename translations/{spanish => projects/Spanish/slt}/pak.slt (97%) rename translations/{spanish => projects/Spanish/slt}/peviewer.slt (95%) rename translations/{spanish => projects/Spanish/slt}/pictview.slt (99%) rename translations/{spanish => projects/Spanish/slt}/regedt.slt (99%) rename translations/{spanish => projects/Spanish/slt}/renamer.slt (99%) rename translations/{spanish => projects/Spanish/slt}/salamand.slt (99%) rename translations/{spanish => projects/Spanish/slt}/splitcbn.slt (98%) rename translations/{spanish => projects/Spanish/slt}/tar.slt (97%) rename translations/{spanish => projects/Spanish/slt}/unarj.slt (98%) rename translations/{spanish => projects/Spanish/slt}/uncab.slt (98%) rename translations/{spanish => projects/Spanish/slt}/unchm.slt (95%) rename translations/{spanish => projects/Spanish/slt}/undelete.slt (99%) rename translations/{spanish => projects/Spanish/slt}/unfat.slt (94%) rename translations/{spanish => projects/Spanish/slt}/uniso.slt (98%) rename translations/{spanish => projects/Spanish/slt}/unlha.slt (95%) rename translations/{spanish => projects/Spanish/slt}/unmime.slt (95%) rename translations/{spanish => projects/Spanish/slt}/unrar.slt (98%) rename translations/{spanish => projects/Spanish/slt}/wmobile.slt (98%) rename translations/{spanish => projects/Spanish/slt}/zip.slt (99%) create mode 100644 translations/projects/Spanish/splitcbn.atp create mode 100644 translations/projects/Spanish/tar.atp create mode 100644 translations/projects/Spanish/unarj.atp create mode 100644 translations/projects/Spanish/uncab.atp create mode 100644 translations/projects/Spanish/unchm.atp create mode 100644 translations/projects/Spanish/undelete.atp create mode 100644 translations/projects/Spanish/unfat.atp create mode 100644 translations/projects/Spanish/uniso.atp create mode 100644 translations/projects/Spanish/unlha.atp create mode 100644 translations/projects/Spanish/unmime.atp create mode 100644 translations/projects/Spanish/unrar.atp create mode 100644 translations/projects/Spanish/wmobile.atp create mode 100644 translations/projects/Spanish/zip.atp create mode 100644 translations/projects/tools/!export_slt.bat create mode 100644 translations/projects/tools/!export_slt_for_diff.bat create mode 100644 translations/projects/tools/!export_spellchck.bat create mode 100644 translations/projects/tools/!import.bat create mode 100644 translations/projects/tools/!import_slt.bat create mode 100644 translations/projects/tools/!import_trlprop.bat create mode 100644 translations/projects/tools/!mark_ch_txt_translated.bat create mode 100644 translations/projects/tools/!open_all.bat create mode 100644 translations/projects/tools/!translate1.bat create mode 100644 translations/projects/tools/!translate2.bat create mode 100644 translations/projects/tools/!validate1.bat create mode 100644 translations/projects/tools/!validate1_layout.bat create mode 100644 translations/projects/tools/!validate2.bat create mode 100644 translations/projects/tools/!validate2_layout.bat create mode 100644 translations/symbols/check.lst create mode 100644 translations/symbols/ignore.lst create mode 100644 translations/symbols/plugins/7zip/check.lst create mode 100644 translations/symbols/plugins/7zip/salmenu.mnu create mode 100644 translations/symbols/plugins/7zip/symbols.inc create mode 100644 translations/symbols/plugins/automation/salmenu.mnu create mode 100644 translations/symbols/plugins/automation/symbols.inc create mode 100644 translations/symbols/plugins/checksum/ignore.lst create mode 100644 translations/symbols/plugins/checksum/salmenu.mnu create mode 100644 translations/symbols/plugins/checksum/symbols.inc create mode 100644 translations/symbols/plugins/checkver/salmenu.mnu create mode 100644 translations/symbols/plugins/checkver/symbols.inc create mode 100644 translations/symbols/plugins/dbviewer/ignore.lst create mode 100644 translations/symbols/plugins/dbviewer/salmenu.mnu create mode 100644 translations/symbols/plugins/dbviewer/symbols.inc create mode 100644 translations/symbols/plugins/diskmap/salmenu.mnu create mode 100644 translations/symbols/plugins/diskmap/symbols.inc create mode 100644 translations/symbols/plugins/filecomp/check.lst create mode 100644 translations/symbols/plugins/filecomp/ignore.lst create mode 100644 translations/symbols/plugins/filecomp/salmenu.mnu create mode 100644 translations/symbols/plugins/filecomp/symbols.inc create mode 100644 translations/symbols/plugins/ftp/check.lst create mode 100644 translations/symbols/plugins/ftp/ignore.lst create mode 100644 translations/symbols/plugins/ftp/salmenu.mnu create mode 100644 translations/symbols/plugins/ftp/symbols.inc create mode 100644 translations/symbols/plugins/ieviewer/symbols.inc create mode 100644 translations/symbols/plugins/mmviewer/check.lst create mode 100644 translations/symbols/plugins/mmviewer/salmenu.mnu create mode 100644 translations/symbols/plugins/mmviewer/symbols.inc create mode 100644 translations/symbols/plugins/nethood/symbols.inc create mode 100644 translations/symbols/plugins/pak/symbols.inc create mode 100644 translations/symbols/plugins/peviewer/symbols.inc create mode 100644 translations/symbols/plugins/pictview/check.lst create mode 100644 translations/symbols/plugins/pictview/ignore.lst create mode 100644 translations/symbols/plugins/pictview/salmenu.mnu create mode 100644 translations/symbols/plugins/pictview/symbols.inc create mode 100644 translations/symbols/plugins/regedt/ignore.lst create mode 100644 translations/symbols/plugins/regedt/salmenu.mnu create mode 100644 translations/symbols/plugins/regedt/symbols.inc create mode 100644 translations/symbols/plugins/renamer/check.lst create mode 100644 translations/symbols/plugins/renamer/ignore.lst create mode 100644 translations/symbols/plugins/renamer/salmenu.mnu create mode 100644 translations/symbols/plugins/renamer/symbols.inc create mode 100644 translations/symbols/plugins/splitcbn/check.lst create mode 100644 translations/symbols/plugins/splitcbn/ignore.lst create mode 100644 translations/symbols/plugins/splitcbn/salmenu.mnu create mode 100644 translations/symbols/plugins/splitcbn/symbols.inc create mode 100644 translations/symbols/plugins/tar/symbols.inc create mode 100644 translations/symbols/plugins/unarj/symbols.inc create mode 100644 translations/symbols/plugins/uncab/symbols.inc create mode 100644 translations/symbols/plugins/unchm/symbols.inc create mode 100644 translations/symbols/plugins/undelete/ignore.lst create mode 100644 translations/symbols/plugins/undelete/salmenu.mnu create mode 100644 translations/symbols/plugins/undelete/symbols.inc create mode 100644 translations/symbols/plugins/unfat/symbols.inc create mode 100644 translations/symbols/plugins/uniso/symbols.inc create mode 100644 translations/symbols/plugins/unlha/symbols.inc create mode 100644 translations/symbols/plugins/unmime/symbols.inc create mode 100644 translations/symbols/plugins/unrar/ignore.lst create mode 100644 translations/symbols/plugins/unrar/symbols.inc create mode 100644 translations/symbols/plugins/wmobile/ignore.lst create mode 100644 translations/symbols/plugins/wmobile/symbols.inc create mode 100644 translations/symbols/plugins/zip/check.lst create mode 100644 translations/symbols/plugins/zip/ignore.lst create mode 100644 translations/symbols/plugins/zip/salmenu.mnu create mode 100644 translations/symbols/plugins/zip/symbols.inc create mode 100644 translations/symbols/salmenu.mnu create mode 100644 translations/symbols/symbols.inc diff --git a/src/translator/dataprj.cpp b/src/translator/dataprj.cpp index bc4750a12..d88c4ebf5 100644 --- a/src/translator/dataprj.cpp +++ b/src/translator/dataprj.cpp @@ -357,6 +357,115 @@ BOOL GetFileCRC(const char* fileName, DWORD* crc) // CData // +// List of environment variable names that are recognized in $VARNAME references +// within project file paths. Used by both ExpandEnvVarsInPath (on load) and +// CollapseEnvVarsInPath (on save) to keep the set of allowed variables consistent. +static const char* AllowedEnvVars[] = {"BUILD_DIR", NULL}; + +// Returns TRUE if 'varName' is listed in AllowedEnvVars (case-insensitive). +static BOOL IsEnvVarAllowed(const char* varName) +{ + for (int i = 0; AllowedEnvVars[i] != NULL; i++) + { + if (_stricmp(varName, AllowedEnvVars[i]) == 0) + return TRUE; + } + return FALSE; +} + +// Expands $VARNAME environment variable references in a path string. +// Only variables listed in AllowedEnvVars are expanded; unknown $VARNAME +// references are left as-is (the subsequent file-open will fail with a clear path). +// The expanded result is written back to the buffer. +// Returns TRUE on success. +static BOOL ExpandEnvVarsInPath(char* path, int pathSize) +{ + if (strchr(path, '$') == NULL) + return TRUE; // fast path: nothing to expand + + char temp[MAX_PATH]; + char* dst = temp; + char* dstEnd = temp + _countof(temp) - 1; + const char* src = path; + + while (*src != 0 && dst < dstEnd) + { + if (*src == '$') + { + // Extract variable name: sequence of alphanumeric chars and underscores + const char* varStart = src + 1; + const char* varEnd = varStart; + while (*varEnd == '_' || + (*varEnd >= 'A' && *varEnd <= 'Z') || + (*varEnd >= 'a' && *varEnd <= 'z') || + (*varEnd >= '0' && *varEnd <= '9')) + varEnd++; + + if (varEnd > varStart) + { + char varName[256]; + int varNameLen = (int)(varEnd - varStart); + if (varNameLen >= (int)_countof(varName)) + varNameLen = _countof(varName) - 1; + memcpy(varName, varStart, varNameLen); + varName[varNameLen] = 0; + + if (IsEnvVarAllowed(varName)) + { + char varValue[MAX_PATH]; + DWORD len = GetEnvironmentVariableA(varName, varValue, MAX_PATH); + if (len > 0 && len < MAX_PATH) + { + // Strip trailing backslash to avoid doubled separators + if (len > 0 && varValue[len - 1] == '\\') + varValue[--len] = 0; + + for (DWORD i = 0; i < len && dst < dstEnd; i++) + *dst++ = varValue[i]; + src = varEnd; + continue; + } + } + // Unsupported or undefined variable — leave the literal $VARNAME in the output; + // the file-open error will show the unexpanded path to the user. + } + } + *dst++ = *src++; + } + *dst = 0; + lstrcpyn(path, temp, pathSize); + return TRUE; +} + +// Replaces a leading portion of 'expandedPath' that matches the value of a +// known environment variable with the corresponding $VARNAME reference. +// This is the inverse of ExpandEnvVarsInPath: paths expanded on load are +// collapsed back so that the project file remains portable. +static void CollapseEnvVarsInPath(const char* expandedPath, char* outputPath, int outputSize) +{ + for (int i = 0; AllowedEnvVars[i] != NULL; i++) + { + char varValue[MAX_PATH]; + DWORD len = GetEnvironmentVariableA(AllowedEnvVars[i], varValue, MAX_PATH); + if (len > 0 && len < MAX_PATH) + { + // Strip trailing backslash to stay consistent with ExpandEnvVarsInPath + if (len > 0 && varValue[len - 1] == '\\') + varValue[--len] = 0; + + // Case-insensitive prefix match (paths on Windows are case-insensitive) + if (_strnicmp(expandedPath, varValue, len) == 0) + { + // Replace the matching prefix with $VARNAME + sprintf_s(outputPath, outputSize, "$%s%s", AllowedEnvVars[i], expandedPath + len); + return; + } + } + } + // No variable matched — keep the path unchanged + lstrcpyn(outputPath, expandedPath, outputSize); +} + BOOL CData::ProcessProjectLine(CProjectSectionEnum* section, const char* line, int row) { char identifier[100]; @@ -415,6 +524,7 @@ BOOL CData::ProcessProjectLine(CProjectSectionEnum* section, const char* line, i if (strcmp(identifier, "Original") == 0) { lstrcpyn(SourceFile, p, MAX_PATH); + ExpandEnvVarsInPath(SourceFile, MAX_PATH); lstrcpy(FullSourceFile, ProjectFile); PathRemoveFileSpec(FullSourceFile); @@ -426,6 +536,7 @@ BOOL CData::ProcessProjectLine(CProjectSectionEnum* section, const char* line, i if (strcmp(identifier, "Translated") == 0) { lstrcpyn(TargetFile, p, MAX_PATH); + ExpandEnvVarsInPath(TargetFile, MAX_PATH); lstrcpy(FullTargetFile, ProjectFile); PathRemoveFileSpec(FullTargetFile); @@ -481,6 +592,7 @@ BOOL CData::ProcessProjectLine(CProjectSectionEnum* section, const char* line, i if (strcmp(identifier, "SalamanderExe") == 0) { lstrcpyn(SalamanderExeFile, p, MAX_PATH); + ExpandEnvVarsInPath(SalamanderExeFile, MAX_PATH); lstrcpy(FullSalamanderExeFile, ProjectFile); PathRemoveFileSpec(FullSalamanderExeFile); @@ -834,10 +946,18 @@ BOOL CData::SaveProject() char buff[10000]; if (ret) ret &= WriteProjectLine(hFile, "[Files]"); - sprintf_s(buff, "Original=%s", Data.SourceFile); + { + char collapsedPath[MAX_PATH]; + CollapseEnvVarsInPath(Data.SourceFile, collapsedPath, MAX_PATH); + sprintf_s(buff, "Original=%s", collapsedPath); + } if (ret) ret &= WriteProjectLine(hFile, buff); - sprintf_s(buff, "Translated=%s", Data.TargetFile); + { + char collapsedPath[MAX_PATH]; + CollapseEnvVarsInPath(Data.TargetFile, collapsedPath, MAX_PATH); + sprintf_s(buff, "Translated=%s", collapsedPath); + } if (ret) ret &= WriteProjectLine(hFile, buff); sprintf_s(buff, "Include=%s", Data.IncludeFile); @@ -863,7 +983,9 @@ BOOL CData::SaveProject() } if (Data.SalamanderExeFile[0] != 0) { - sprintf_s(buff, "SalamanderExe=%s", Data.SalamanderExeFile); + char collapsedPath[MAX_PATH]; + CollapseEnvVarsInPath(Data.SalamanderExeFile, collapsedPath, MAX_PATH); + sprintf_s(buff, "SalamanderExe=%s", collapsedPath); if (ret) ret &= WriteProjectLine(hFile, buff); } diff --git a/src/translator/translator.cpp b/src/translator/translator.cpp index 86bfba66a..1b94e2e37 100644 --- a/src/translator/translator.cpp +++ b/src/translator/translator.cpp @@ -632,6 +632,22 @@ WinMain(HINSTANCE hInstance, HINSTANCE /*hPrevInstance*/, LPSTR cmdLine, int cmd BOOL cmdLineParamsUsed = FALSE; if (GetCmdLine(buf, MAX_PATH, argv, p, cmdLine)) { + // Extract optional -build-dir before processing other switches. + // Sets BUILD_DIR as a process environment variable so that $BUILD_DIR + // references in .atp project files are resolved by ExpandEnvVarsInPath. + for (int i = 0; i < p - 1; i++) + { + if (_stricmp(argv[i], "-build-dir") == 0) + { + SetEnvironmentVariableA("BUILD_DIR", argv[i + 1]); + // Remove -build-dir and its value from argv + for (int j = i; j < p - 2; j++) + argv[j] = argv[j + 2]; + p -= 2; + break; + } + } + if (p > 0) { if (p == 2 && _stricmp(argv[0], "-quiet-validate-all") != 0 && @@ -650,7 +666,12 @@ WinMain(HINSTANCE hInstance, HINSTANCE /*hPrevInstance*/, LPSTR cmdLine, int cmd p > 3) { MessageBox(FrameWindow.HWindow, "Unexpected command line arguments.\n\n" - "Usage: translator.exe [switch] [switch_param] project.atp \n\n" + "Usage: translator.exe [-build-dir path] [switch] [switch_param] project.atp \n\n" + "Options:\n" + "-build-dir: specifies full path to Open Salamander binaries " + "(e.g. C:\\OpenSalamander\\Release_x86). " + "The .atp project files may reference the binary files with" + "environment variable $BUILD_DIR.\n\n" "Switches:\n" "-quiet-validate-all: validates translation (using all tests) " "and if all is OK, closes Translator automatically.\n\n" diff --git a/src/translator/translator.rc b/src/translator/translator.rc index a32752d82..264fe42e0 100644 --- a/src/translator/translator.rc +++ b/src/translator/translator.rc @@ -328,7 +328,7 @@ CAPTION "About Translator" FONT 8, "MS Shell Dlg", 400, 0, 0x1 BEGIN DEFPUSHBUTTON "OK",IDOK,50,53,50,14 - LTEXT "Translator 1.24",IDC_STATIC,16,10,114,8 + LTEXT "Translator 1.25",IDC_STATIC,16,10,114,8 LTEXT "Copyright © 2010-2023 Open Salamander Authors",IDC_STATIC,15,22,107,8 END diff --git a/src/translator/trldata.cpp b/src/translator/trldata.cpp index 751b675ce..802d96b1b 100644 --- a/src/translator/trldata.cpp +++ b/src/translator/trldata.cpp @@ -835,6 +835,24 @@ BOOL CData::Load(const char* original, const char* translated, BOOL import) HINSTANCE hSrcModule = LoadLibraryEx(original, NULL, LOAD_LIBRARY_AS_DATAFILE); if (hSrcModule != NULL) { + // If the file to be translated doesn't exist, create it as a copy of the original (english.slg). + // This allows starting a new translation without manually copying the file first. + if (GetFileAttributes(translated) == INVALID_FILE_ATTRIBUTES) + { + wchar_t buff[2 * MAX_PATH]; + swprintf_s(buff, L"Target file does not exist, creating copy from original: %hs -> %hs", original, translated); + OutWindow.AddLine(buff, mteInfo); + if (!CopyFile(original, translated, FALSE)) + { + DWORD err = GetLastError(); + sprintf_s(errtext, "Error copying source file %s to %s.\n%s", original, translated, GetErrorText(err)); + MessageBox(GetMsgParent(), errtext, ERROR_TITLE, MB_OK | MB_ICONEXCLAMATION); + FreeLibrary(hSrcModule); + SetCursor(hOldCursor); + return FALSE; + } + } + HINSTANCE hDstModule = LoadLibraryEx(translated, NULL, LOAD_LIBRARY_AS_DATAFILE); if (hDstModule != NULL) { diff --git a/src/vcxproj/salamand.sln b/src/vcxproj/salamand.sln index f45010095..7935147ec 100644 --- a/src/vcxproj/salamand.sln +++ b/src/vcxproj/salamand.sln @@ -363,9 +363,7 @@ Global {694D8E3F-FCBD-4F88-AA49-FFAD994377CC}.Debug|x64.ActiveCfg = Debug|x64 {694D8E3F-FCBD-4F88-AA49-FFAD994377CC}.Debug|x64.Build.0 = Debug|x64 {694D8E3F-FCBD-4F88-AA49-FFAD994377CC}.Release|Win32.ActiveCfg = Release|Win32 - {694D8E3F-FCBD-4F88-AA49-FFAD994377CC}.Release|Win32.Build.0 = Release|Win32 {694D8E3F-FCBD-4F88-AA49-FFAD994377CC}.Release|x64.ActiveCfg = Release|x64 - {694D8E3F-FCBD-4F88-AA49-FFAD994377CC}.Release|x64.Build.0 = Release|x64 {694D8E3F-FCBD-4F88-AA49-FFAD994377CC}.Utils (Release)|Win32.ActiveCfg = Release|Win32 {694D8E3F-FCBD-4F88-AA49-FFAD994377CC}.Utils (Release)|x64.ActiveCfg = Release|x64 {3742BD58-B25B-46A6-9834-60FE8819E3D6}.Debug|Win32.ActiveCfg = Debug|Win32 @@ -373,9 +371,7 @@ Global {3742BD58-B25B-46A6-9834-60FE8819E3D6}.Debug|x64.ActiveCfg = Debug|x64 {3742BD58-B25B-46A6-9834-60FE8819E3D6}.Debug|x64.Build.0 = Debug|x64 {3742BD58-B25B-46A6-9834-60FE8819E3D6}.Release|Win32.ActiveCfg = Release|Win32 - {3742BD58-B25B-46A6-9834-60FE8819E3D6}.Release|Win32.Build.0 = Release|Win32 {3742BD58-B25B-46A6-9834-60FE8819E3D6}.Release|x64.ActiveCfg = Release|x64 - {3742BD58-B25B-46A6-9834-60FE8819E3D6}.Release|x64.Build.0 = Release|x64 {3742BD58-B25B-46A6-9834-60FE8819E3D6}.Utils (Release)|Win32.ActiveCfg = Release|Win32 {3742BD58-B25B-46A6-9834-60FE8819E3D6}.Utils (Release)|x64.ActiveCfg = Release|x64 {42D388F6-A8CC-4EA5-BE0F-15220B4BA200}.Debug|Win32.ActiveCfg = Debug|Win32 @@ -383,9 +379,7 @@ Global {42D388F6-A8CC-4EA5-BE0F-15220B4BA200}.Debug|x64.ActiveCfg = Debug|x64 {42D388F6-A8CC-4EA5-BE0F-15220B4BA200}.Debug|x64.Build.0 = Debug|x64 {42D388F6-A8CC-4EA5-BE0F-15220B4BA200}.Release|Win32.ActiveCfg = Release|Win32 - {42D388F6-A8CC-4EA5-BE0F-15220B4BA200}.Release|Win32.Build.0 = Release|Win32 {42D388F6-A8CC-4EA5-BE0F-15220B4BA200}.Release|x64.ActiveCfg = Release|x64 - {42D388F6-A8CC-4EA5-BE0F-15220B4BA200}.Release|x64.Build.0 = Release|x64 {42D388F6-A8CC-4EA5-BE0F-15220B4BA200}.Utils (Release)|Win32.ActiveCfg = Release|Win32 {42D388F6-A8CC-4EA5-BE0F-15220B4BA200}.Utils (Release)|x64.ActiveCfg = Release|x64 {6AC3F86C-9716-4065-96CB-E461A8632E04}.Debug|Win32.ActiveCfg = Debug|Win32 @@ -673,9 +667,7 @@ Global {9154D733-3414-41AB-8322-FD44D5BD311C}.Debug|x64.ActiveCfg = Debug|x64 {9154D733-3414-41AB-8322-FD44D5BD311C}.Debug|x64.Build.0 = Debug|x64 {9154D733-3414-41AB-8322-FD44D5BD311C}.Release|Win32.ActiveCfg = Release|Win32 - {9154D733-3414-41AB-8322-FD44D5BD311C}.Release|Win32.Build.0 = Release|Win32 {9154D733-3414-41AB-8322-FD44D5BD311C}.Release|x64.ActiveCfg = Release|x64 - {9154D733-3414-41AB-8322-FD44D5BD311C}.Release|x64.Build.0 = Release|x64 {9154D733-3414-41AB-8322-FD44D5BD311C}.Utils (Release)|Win32.ActiveCfg = Release|Win32 {9154D733-3414-41AB-8322-FD44D5BD311C}.Utils (Release)|x64.ActiveCfg = Release|x64 {C355231B-65C2-4826-B419-37518E187F78}.Debug|Win32.ActiveCfg = Debug|Win32 @@ -683,9 +675,7 @@ Global {C355231B-65C2-4826-B419-37518E187F78}.Debug|x64.ActiveCfg = Debug|x64 {C355231B-65C2-4826-B419-37518E187F78}.Debug|x64.Build.0 = Debug|x64 {C355231B-65C2-4826-B419-37518E187F78}.Release|Win32.ActiveCfg = Release|Win32 - {C355231B-65C2-4826-B419-37518E187F78}.Release|Win32.Build.0 = Release|Win32 {C355231B-65C2-4826-B419-37518E187F78}.Release|x64.ActiveCfg = Release|x64 - {C355231B-65C2-4826-B419-37518E187F78}.Release|x64.Build.0 = Release|x64 {C355231B-65C2-4826-B419-37518E187F78}.Utils (Release)|Win32.ActiveCfg = Release|Win32 {C355231B-65C2-4826-B419-37518E187F78}.Utils (Release)|x64.ActiveCfg = Release|x64 {B6636FCB-B76E-4DD5-8E08-350F2F8C5163}.Debug|Win32.ActiveCfg = Debug|Win32 @@ -693,9 +683,7 @@ Global {B6636FCB-B76E-4DD5-8E08-350F2F8C5163}.Debug|x64.ActiveCfg = Debug|x64 {B6636FCB-B76E-4DD5-8E08-350F2F8C5163}.Debug|x64.Build.0 = Debug|x64 {B6636FCB-B76E-4DD5-8E08-350F2F8C5163}.Release|Win32.ActiveCfg = Release|Win32 - {B6636FCB-B76E-4DD5-8E08-350F2F8C5163}.Release|Win32.Build.0 = Release|Win32 {B6636FCB-B76E-4DD5-8E08-350F2F8C5163}.Release|x64.ActiveCfg = Release|x64 - {B6636FCB-B76E-4DD5-8E08-350F2F8C5163}.Release|x64.Build.0 = Release|x64 {B6636FCB-B76E-4DD5-8E08-350F2F8C5163}.Utils (Release)|Win32.ActiveCfg = Release|Win32 {B6636FCB-B76E-4DD5-8E08-350F2F8C5163}.Utils (Release)|x64.ActiveCfg = Release|x64 {04BD79CF-4123-4D48-9E30-26943E2A5824}.Debug|Win32.ActiveCfg = Debug|Win32 diff --git a/translations/!build_translations.cmd b/translations/!build_translations.cmd new file mode 100644 index 000000000..c2d7ccbf6 --- /dev/null +++ b/translations/!build_translations.cmd @@ -0,0 +1,216 @@ +@echo off +setlocal EnableDelayedExpansion + +rem ========================================================================== +rem Build Translated SLG Files from SLT Text Archives +rem ========================================================================== +rem +rem Imports .slt text archives for all languages into .slg resource DLLs +rem using the Altap Translator tool (translator.exe). +rem +rem The .atp project files use relative paths (..\..\bin\, ..\..\symbols\). +rem Instead of creating directory junctions (which require admin privileges), +rem this script generates temporary .atp copies with absolute paths resolved +rem from OPENSAL_BUILD_DIR and the translations directory. +rem +rem Prerequisites: +rem - OPENSAL_BUILD_DIR environment variable must be set +rem - The main solution must be built (english.slg files must exist) +rem - translator.exe must be built (from translator.sln or the +rem "Utils (Release)" configuration in salamand.sln) +rem +rem Usage: +rem !build_translations.cmd [config] [arch] +rem +rem config - Build configuration: Release or Debug (default: Release) +rem arch - Target architecture: x86 or x64 (default: x86) +rem +rem Examples: +rem !build_translations.cmd Release x86 +rem !build_translations.cmd Debug x64 +rem ========================================================================== + +rem --- Check environment --- +if "%OPENSAL_BUILD_DIR%"=="" ( + echo ERROR: OPENSAL_BUILD_DIR environment variable is not set. + echo. + pause + exit /b 1 +) + +rem --- Parse arguments --- +set "CONFIG=%~1" +set "ARCH=%~2" +if "!CONFIG!"=="" set "CONFIG=Release" +if "!ARCH!"=="" set "ARCH=x86" + +if /I not "!CONFIG!"=="Release" if /I not "!CONFIG!"=="Debug" ( + echo ERROR: Invalid configuration "!CONFIG!". Use Release or Debug. + pause + exit /b 1 +) + +if /I not "!ARCH!"=="x86" if /I not "!ARCH!"=="x64" ( + echo ERROR: Invalid architecture "!ARCH!". Use x86 or x64. + pause + exit /b 1 +) + +rem --- Set paths --- +set "BUILD_DIR=%OPENSAL_BUILD_DIR%salamander\!CONFIG!_!ARCH!" +set "TRANSLATOR=%OPENSAL_BUILD_DIR%translator\Release\translator.exe" +set "SCRIPT_DIR=%~dp0" +set "PROJECTS_DIR=!SCRIPT_DIR!projects" +set "SYMBOLS_DIR=!SCRIPT_DIR!symbols" + +rem --- Verify prerequisites --- +if not exist "!TRANSLATOR!" ( + echo ERROR: translator.exe not found: + echo !TRANSLATOR! + echo. + echo Build it using the "Utils ^(Release^)" configuration in salamand.sln + echo or build translator.sln directly. + pause + exit /b 1 +) + +if not exist "!BUILD_DIR!" ( + echo ERROR: Build directory not found: + echo !BUILD_DIR! + pause + exit /b 1 +) + +if not exist "!BUILD_DIR!\lang\english.slg" ( + echo ERROR: english.slg not found: + echo !BUILD_DIR!\lang\english.slg + echo. + echo Build the main solution first. + pause + exit /b 1 +) + +if not exist "!BUILD_DIR!\salamand.exe" ( + echo ERROR: salamand.exe not found: + echo !BUILD_DIR!\salamand.exe + echo. + echo Build the main solution first. + pause + exit /b 1 +) + +if not exist "!PROJECTS_DIR!" ( + echo ERROR: Projects directory not found: + echo !PROJECTS_DIR! + pause + exit /b 1 +) + +if not exist "!SYMBOLS_DIR!" ( + echo ERROR: Symbols directory not found: + echo !SYMBOLS_DIR! + pause + exit /b 1 +) + +rem --- Print header --- +echo ========================================================================== +echo Building translations: !CONFIG!_!ARCH! +echo ========================================================================== +echo Build dir: !BUILD_DIR! +echo Translator: !TRANSLATOR! +echo Projects: !PROJECTS_DIR! +echo Symbols: !SYMBOLS_DIR! +echo. + +set "TOTAL=0" +set "OK_COUNT=0" +set "WARN_COUNT=0" + +rem --- Process each language directory --- +for /D %%L in ("!PROJECTS_DIR!\*") do ( + set "DNAME=%%~nxL" + rem Skip the shared tools directory and English (validate-only) + if /I "!DNAME!" neq "tools" if /I "!DNAME!" neq "English" ( + call :ProcessLanguage "%%L" "!DNAME!" + ) +) + +rem --- Print summary --- +echo ========================================================================== +echo Done. Modules: !TOTAL! total, !OK_COUNT! OK, !WARN_COUNT! warnings. +if !WARN_COUNT! gtr 0 ( + echo. + echo Some modules had warnings - check the output above. + pause + exit /b 1 +) +echo ========================================================================== +exit /b 0 + + +rem ========================================================================== +:ProcessLanguage +rem %~1 Full path to language project directory +rem %~2 Language name (directory name) +rem ========================================================================== +set "LANG_DIR=%~1" +set "LANG=%~2" + +echo -------------------------------------------------------------------------- +echo !LANG! +echo -------------------------------------------------------------------------- +echo. + +if not exist "!LANG_DIR!\slt" ( + echo No slt directory found - skipping. + echo. + exit /b 0 +) + +rem translator.exe resolves .atp paths from CWD +pushd "!LANG_DIR!" + +for %%A in ("*.atp") do ( + call :BuildModule "%%~nA" "%%A" +) + +popd +echo. +exit /b 0 + + +rem ========================================================================== +:BuildModule +rem %~1 Module name (without .atp extension) +rem %~2 ATP filename +rem CWD = language project directory +rem +rem Creates a temporary .atp with absolute paths, runs the SLT import, +rem then cleans up the temp file. +rem ========================================================================== +set "MOD=%~1" +set "ATP=%~2" + +echo !MOD! + +rem --- Skip modules without .slt source --- +if not exist "slt\!MOD!.slt" ( + echo !MOD! - skipped, no .slt file + exit /b 0 +) + +rem --- Run translator import --- +"!TRANSLATOR!" -build-dir "!BUILD_DIR!" -quiet-import-slt "slt" "%ATP%" +set "RC=!ERRORLEVEL!" + +rem translator.exe: 1 = success, 0 = issues found +if !RC! equ 1 ( + set /A OK_COUNT+=1 +) else ( + echo WARNING: issues found ^(exit code !RC!^) + set /A WARN_COUNT+=1 +) + +set /A TOTAL+=1 +exit /b 0 diff --git a/translations/!update_langs_from_translator.bat b/translations/!update_langs_from_translator.bat deleted file mode 100644 index 02bf776eb..000000000 --- a/translations/!update_langs_from_translator.bat +++ /dev/null @@ -1,85 +0,0 @@ -@echo off - - -echo This batch is outdated = needs to be fixed before using again. -echo. -pause -exit /b - - -if "%OPENSAL_BUILD_DIR%"=="" ( - echo Please set OPENSAL_BUILD_DIR environment variable. - echo. - pause - exit /b -) - -set TRLS_SOURCE=%OPENSAL_BUILD_DIR%salamander\translator\Salamand 4.0 - -echo This batch will update .slt files from: -echo %TRLS_SOURCE% -echo Please check if it is the last published version's directory. -echo. -pause -echo. - -if not exist "%TRLS_SOURCE%" ( - echo Source directory does not exist, unable to continue. - echo. - pause - exit /b -) - -if exist hg_status_result.txt ( - echo hg_status_result.txt exists, unable to continue. - echo. - pause - exit /b -) - -hg status -m -a -r -d "glob:**" -X "glob:!update_langs_from_translator.bat" >hg_status_result.txt -set status_ok=yes -call :test_hg_status_size hg_status_result.txt -del hg_status_result.txt -if %status_ok%==no exit /b - -for /D %%d in ("%TRLS_SOURCE%\projects\*") do ( - if /I "%%~nxd" neq "tools" ( - if /I "%%~nxd" neq "english" ( - if not exist "%%~nxd" ( - echo !!! %%~nxd was not found in translations directory on Hg - echo. - pause - echo. - ) - ) - ) -) - -for /D %%d in ("*") do ( - if not exist "%TRLS_SOURCE%\projects\%%~nxd" ( - echo !!! %%~nxd was not found in source directory - echo. - pause - echo. - ) else ( - echo Copying %%~nxd .slt files... - xcopy "%TRLS_SOURCE%\projects\%%~nxd\slt\*.slt" "%%~nxd\" /Q /E /Y - ) -) -echo. - -pause -exit /b - - -:test_hg_status_size -if not "%~z1"=="0" ( - type hg_status_result.txt - echo. - echo Uncommited changes found, please commit before running this batch. - echo. - pause - set status_ok=no -) -exit /b diff --git a/translations/doc/checklist.txt b/translations/doc/checklist.txt new file mode 100644 index 000000000..ef30be5be --- /dev/null +++ b/translations/doc/checklist.txt @@ -0,0 +1,16 @@ +Salamander: IDS_NEWNAME_COPY (12230) and IDS_NEWNAME_OF (12231) +=============================================================== + +Try to duplicate file twice: when file is focused in panel, press +Ctrl+C and then twice Ctrl+V. Then try it in Windows Explorer +(runninng in the same language). Names of duplicated files +should be the same. You should try it on Windows XP and then +on Vista or Windows 7. + +Sample on XP: "file.txt" -> "Copy of file.txt", "Copy (2) of file.txt" +Sample on Vista: "file.txt" -> "file - Copy.txt", "file - Copy (2).txt". + +IDS_NEWNAME_COPY (12230) contains "Copy" from "Copy (?) of file.txt" +and "file - Copy (?).txt". IDS_NEWNAME_OF (12231) contains "of" from +"Copy (?) of file.txt", if you do not want to use it, set it to single +space character (" "). diff --git a/translations/doc/desktop1.png b/translations/doc/desktop1.png new file mode 100644 index 0000000000000000000000000000000000000000..066ccb4c3ba30a8d069745506f84ead071920f49 GIT binary patch literal 145092 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

kSo)!}GeJQd&uQeSTY8eOvh#uDlVJ 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

j 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∈K`PgrPtMa2r>XmjRb<<=HXB!jigO5x9g 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 literal 0 HcmV?d00001 diff --git a/translations/doc/readme-old.txt b/translations/doc/readme-old.txt new file mode 100644 index 000000000..ffd449a52 --- /dev/null +++ b/translations/doc/readme-old.txt @@ -0,0 +1,541 @@ +What is desktop1.png and desktop2.png +===================================== + +This is the recommended placement of windows in Altap Translator. + + +What is shell.reg +================= + +This file contains registration of Altap Translator for opening of .atp project +files and its icon for these files to make finding project files easier. + +If you want to install it: If you have altaptrl.exe on path C:\ALTAPTRL, just +import shell.reg to your registry (double click on shell.reg). If not, first +edit path to altaptrl.exe in shell.reg (two occurences + be aware of doubled +backslashes), and then import shell.reg to your registry. + + +What is shell_uninstal.reg +========================== + +Execute this file to remove changes made by importing shell.reg (uninstall +Altap Translator registration from registry). + + +How to create new language version +================================== + +Go to projects directory (e.g. ALTAPTRL\Salamand 3.06\projects) and open +makelang.js in your text editor. Set 'language' variable to your language, +please use english name of language. Then start makelang.js script in +Automation plugin (Shift+Ctrl+A to open context menu, then click +Run Focused Script). It should create subdirectory named by your language +(e.g. "czech"), place all project files to this directory and clone all +english.slg modules to your language .slg modules (e.g. czech.slg) in +bin directory (e.g. ALTAPTRL\Salamand 3.06\bin). + +Copy needed batches from links directory (e.g. ALTAPTRL\Salamand 3.06\ +projects\tools\links) to directory with projects for your language (e.g. +ALTAPTRL\Salamand 3.06\projects\czech), we recommend at least: +!translate1.bat, !translate2.bat, !validate1.bat, and !validate2.bat. + +Open Salamander's project (e.g. ALTAPTRL\Salamand 3.06\projects\czech\ +salamand.atp). Use menu File / Translation Properties and choose appropriate +locale, enter your name as author, etc. + +If you want to copy Translation Properties also to all other modules +(plugins), copy !import_trlprop.bat batch from links directory (e.g. +ALTAPTRL\Salamand 3.06\projects\tools\links) to directory with projects +for your language (e.g. ALTAPTRL\Salamand 3.06\projects\czech) and run +this batch. + + +How to upgrade language version for new version of Salamander +============================================================= + +Go to the directory of new version, create new language version for your +language as if it is new, see previous section "How to create new language +version" and skip last two paragraphs concerning setting Translation +Properties (they will be imported from older language version). + +Then copy !import.bat batch file from links directory (e.g. ALTAPTRL\ +Salamand 3.06\projects\tools\links) to directory with projects for your +language (e.g. ALTAPTRL\Salamand 3.06\projects\czech). Open +!set_import_salver.bat from projects directory (e.g. ALTAPTRL\Salamand 3.06\ +projects) in text editor and check if the version in +IMPORT_MODULES_FROM_SALVER variable is correct, translated texts will be +imported from this older version, more precisely from its directory in +ALTAPTRL directory (e.g. ALTAPTRL\Salamand 3.05). Please check if +your older language version is placed in this directory. Run !import.bat, +if it reports some errors, let us know, it should import older texts without +any errors. + +If dialog layout does not change between old and new original version (English +version), Altap Translator copies dialog layout from old translated +version to new translated version. Otherwise, dialog layout is not copied +(so original dialog layout is used) because it probably needs to be revised +manually. Such dialogs are marked for relayouting and when you run validation, +they are reported as errors until you edit their layout. If no change is +needed, use menu Tools / Clear Dialog Relayout Flag (Ctrl+J). + + +How to open project in Altap Translator +======================================= + +If you have used shell.reg (see above), just double click project file. +Otherwise open Altap Translator and use menu File / Open Project. + + +How to translate +================ + +Go to Navigator window (Alt+1), choose dialog, menu, or string table you want +to translate. String tables contain up to 16 strings, each table is labeled +using identification number (ID) of the first string, if you need to find +string by ID, just find table with closest smaller or equal ID in label. + +When you choose dialog, menu, or string table to translate, go to Texts window +(Alt+2) where you can write translated version of original text (use F3 key to +focus Translated text editbox in Texts window from anywhere). Press Enter +to mark text as translated and to move to the next text in Texts window. Use +double click in list of IDs to toggle translated/untranslated state of text. + +Use menu Edit / Find Untranslated Texts (Ctrl+U) to find all texts which +need to be translated. They are displayed in Output window (Alt+4). Press +F4 key to move to next untranslated text, Shift+F4 key to prior. When you +translate text and press Ctrl+Enter in Texts window, text is marked as +translated and you will move to next untranslated text. + +If you are not sure what is the correct translation of the original English +text, you can try to search it (or its fragments) in MS Language Portal +(http://www.microsoft.com/Language/en-US/Search.aspx) or in Windows Server +2008 R2 / Windows 7 MUI Language Packs to see how experts in MS translates +it. It is described in section "How to search Windows Server 2008 R2 / +Windows 7 MUI Language Packs" later in this file. + +If you want to find already translated language modules with new or changed +strings to be translated or at least corrected, typically when new version +of Altap Salamander was released, you can use !translate1.bat or +!translate2.bat batch files placed in directory with projects (e.g. +ALTAPTRL\Salamand 3.06\projects\german). Batch !translate1.bat stops when +it finds first partially translated module, !translate2.bat does not, it is +designed to open all partially translated modules (one after another). When +such module is found, Altap Translator window is opened and you can finish +its translation. Otherwise, the window is not opened and searching continues +automatically on the next module. It also finds completely untranslated +modules and shows "FOUND" label in command prompt window, but it does not +open Altap Translator window for such modules, do it manually, see section +"How to open project in Altap Translator". + +When all texts in dialog, menu, or string table are marked as translated, +they have icon with green check sign in Navigator window. Otherwise +need-to-translate icon is displayed. + +Double click dialog in Navigator or Preview window to open it in Dialog +Layout Editor (also Ctrl+L). Editing is described in following section +"How to use Dialog Layout Editor". + + +How to validate translation +=========================== + +Go to menu Tools / Validate Translation (Ctrl+Q). It opens Validate +Translation dialog box, choose here what you want to validate, properly +translated module should pass all validations. Click OK to start validation, +errors are listed in Output window (Alt+4). Press F4 key to move to next +error, Shift+F4 key to prior error. + +It may happen that some error is irrelevant, we can add it to ignore list +for the validated module (see ignore.lst file in symbols subdirectory, +e.g. ALTAPTRL\Salamand 3.06\symbols\plugins\ftp\ignore.lst). Let us know, +we will patch it or tell you why we need to fix even such error. + +If you want to validate all language modules, you can use !validate1.bat +or !validate2.bat batch files placed in directory with projects (e.g. +ALTAPTRL\Salamand 3.06\projects\german). Batch !validate1.bat stops after +first module with validation error, !validate2.bat does not, it is designed +to validate all modules. When validation error is found, Altap Translator +window is opened and you can fix it. Otherwise, the window is not opened +and validation continues automatically on the next module. + +When you solve hotkeys conflicts, you should know that hotkey is preceeded +by ampersand (&) character, if you need to use ampersand character in text, +double it (&&). All items with the same hotkey are listed one after another, +you should choose one of them which can use the hotkey and change hotkey +for others. We recommend to use some of the suggested not conflicting keys +offered in HINT at the end of error message. Start validation again +(Ctrl+Q, Enter) after every change, some errors may cease to exist. When +there are no keys in HINT, try to choose any other key in text as hotkey +and start validation again, it will find item using your choosen key and +it may contain some not conflicting key in HINT which can be used to solve +the conflict. + +Format specifiers start with percent (%) character (e.g. %s (text), +%d (decimal number), %08X (hexadecimal number with 8 digits)). They are +places in text where Salamander fills various values at run time, e.g. +name of currently focused file in panel (e.g. Copy file "%s" to -> Copy +file "test.txt" to). You cannot change order of format specifiers nor +to add some or delete existing because it may crash Salamander e.g. due +to access to inaccesible memory location. That's why we validate them. + +Control characters start with backslash (\) character (e.g. \r (CR), +\n (LF), \t (TAB)). They control text flow, e.g. \r\n means end of line. +Sometimes it will not harm anything if you change them, but there are +also situations where it causes problems like "last line of text is not +displayed", etc. So that's the reason why we want you not to change them. + +Plural strings are described in following section "What is plural string". + +We are validating beginnings and endings of text because we sometimes +build texts from more single texts and it usually uses some presumptions, +e.g. that space ( ) character is at the end of text, so other text can +be added seamlessly. + +We have added also many validations for "good looking" dialogs, e.g. +buttons are spaced equally. To edit dialog layout, go to menu +Tools / Edit Dialog Layout (Ctrl+L). See also following section +"How to use Dialog Layout Editor". + + +How to test language version +============================ + +Go to menu Tools and click Save All and Restart Altap Salamander (F5 key). +You can see that started Salamander has green icon to be easily +distinguished from other instances. Then go to menu Options / +Configuration / Language, click Language button and select your language +version. Exit Salamander, it saves configuration (mainly that it should +start in your language). Start Salamander again using F5 key, it should +start in your language. + +After any change in strings or dialog layouts, press F5 key to kill +running "green" Salamander (if any), save changes to .slg module, and +start "green" Salamander with new .slg module. Use menu Tools / Kill +Altap Salamander (Shift+F5 key) if you just want to kill "green" +Salamander. + + +How to send language version to ALTAP +===================================== + +Please use !translate1.bat or !translate2.bat batch to check if you +have translated all texts in all language modules. If you have forgotten +to mark texts as translated, use Mark Changed Strings as Translated command +(Ctrl+K) from Tools menu. Then please check if all language modules are +valid, use !validate1.bat or !validate2.bat batch. + +We prefer receiving language version in .slt files. They contain +all your changes to English version, so we can build your language +version easily. Moreover they are Unicode (UTF8) text files, so it +is possible to compare them against older versions, merge versions +from more translators, etc. + +You can export .slt files simply by running !export_slt.bat batch from +directory with projects (e.g. ALTAPTRL\Salamand 3.06\projects\german). +Files are exported to slt directory. Pack slt directory and send it +as email attachment to support@altap.cz. + + +How to work in team on translation +================================== + +Easiest way is to divide modules (Salamander and plugins) among +translators. So no collision is possible because one module is not +edited by more translators. One translator should collect new versions +from all others and when the version is done, this translator should +send it to ALTAP. To send translated module to other translator, use +.slt files. + +You can export .slt files simply by running !export_slt.bat batch from +directory with projects (e.g. ALTAPTRL\Salamand 3.06\projects\german). +It will export complete translation - content of all .slg files from bin +directory and their appropriate project files. Files are exported to +slt directory. Each module has its own .slt file which is Unicode (UTF8) +text file containing all your changes to English version of this module. + +Scenario for getting new version of translated module from other translator +(translator 2 is getting new version from translator 1): +-Translator 1: export .slt files: run !export_slt.bat. +-Translator 1: send appropriate .slt file (salamand.slt for main Salamander + module, 7zip.slt for 7-ZIP plugin, etc.) to translator 2. +-Translator 2: export .slt files: run !export_slt.bat. +-Translator 2: overwrite (update) own version of .slt file received + from translator 1. +-Translator 2: import .slt files: run !import_slt.bat from the same + directory in which you started !export_slt.bat. + +IMPORTANT NOTE for translator 2: between calls to !export_slt.bat and to +!import_slt.bat you cannot make any changes to translation because calling +to !import_slt.bat overwrites any changes in .slg (language modules) and +.atp (projects) files and so your changes would be lost. + +If two or more translators want to work on one module, it is also possible. +We recommend to split work clearly, so they will work on different parts and +will not change the same text at the same time. + +Scenario for merging work of two translators: +-Translator 1: export .slt files: run !export_slt.bat. +-Translator 2: export .slt files: run !export_slt.bat. +-Translator 1: send appropriate .slt file (salamand.slt for main Salamander + module, 7zip.slt for 7-ZIP plugin, etc.) to translator 2. +-Translator 2: + -Create some new directory. + -Place received .slt file to this new directory and rename this .slt file, + e.g. add suffix "_1" (e.g. 7zip_1.slt). + -Copy own version of received .slt file to this new directory and rename + this .slt file, e.g. add suffix "_2" (e.g. 7zip_2.slt). + -Merge these two .slt files. Result should be stored into the same + directory, use original .slt filename (e.g. 7zip.slt). You can use e.g. + WinMerge (http://winmerge.org/) or if the merging is simple, you should + manage with File Comparator in Salamander and some simple text editor + supporting UTF8, e.g. SciTE (http://www.scintilla.org/SciTE.html). + Or use CVS, SVN, or other revision control system for automatic merging, + see later in this document. +-Translator 2: overwrite (update) own version of .slt file with resulting + .slt file which contains changes of both translators. +-Translator 2: import .slt files: run !import_slt.bat from the same + directory in which you started !export_slt.bat. +-Translator 2: if it all works well, send resulting .slt file to translator 1. +-Translator 1: overwrite (update) own version of .slt file with received + .slt file which contains changes of both translators. +-Translator 1: import .slt files: run !import_slt.bat from the same + directory in which you started !export_slt.bat. + +IMPORTANT NOTE: between calls to !export_slt.bat and to !import_slt.bat you +cannot make any changes to translation because calling to !import_slt.bat +overwrites any changes in .slg (language modules) and .atp (projects) files +and so your changes would be lost. + +Scenario for merging work of more translators using CVS, SVN, or other +revision control system: +-Setup - first translator: + -Create your language version. + -Export .slt files: run !export_slt.bat. + -Add and commit your .slt files to CVS/SVN server. Your working directory + should be the directory to which !export_slt.bat exports .slt files. +-Setup - other translators: + -Create your language version. + -Export .slt files: run !export_slt.bat. + -Go to directory with .slt files, delete them all and check out .slt + files from CVS/SVN server to this directory. + -Import .slt files: run !import_slt.bat from the same directory in which you + started !export_slt.bat. +-How to get new version of translation and commit your changes: + -Export .slt files: run !export_slt.bat. + -Update .slt files from CVS/SVN server. It should change .slt files exported + in previous step. Solve conflicts (if any). Conflicts should not occur if you + split the work on translation well. + -Import .slt files: run !import_slt.bat from the same directory in which you + started !export_slt.bat. + -If import was successful, commit your .slt files to CVS/SVN server. + + +How to check spelling of translated texts +========================================= + +Copy !export_spellchck.bat batch from links directory (e.g. ALTAPTRL\ +Salamand 3.06\projects\tools\links) to directory with projects for your +language (e.g. ALTAPTRL\Salamand 3.06\projects\czech) and run this batch. +It will export all texts from all modules to directory "texts". Use your +favourite text editor to open these text files and do spell checking. If you +find some typos, correct them directly in Altap Translator, use Find (Ctrl+F) +to find text with typo. + + +What is checklist.txt +===================== + +When you finish translation, please go through this file and test +potentially problematic places of your translated version. If you find +some other problematic places, please let us know, we will add them to +this file for other translators. + + +How to use Dialog Layout Editor +=============================== + +If you don't see outlines for all controls (editboxes, static texts, icons, +comboboxes, etc.), turn it on by pressing O key. Controls with clipped texts +(text is not fully visible due to small size of control) have red color of +outline, controls with sufficient size has blue outline. To select control +use Tab key or mouse, to select more controls use mouse while holding Shift +key. To move or resize controls use mouse or arrow keys. For advanced layout +commands see menu Position and Resize. Especially useful is command +Size to Content (S key), it sets width of all selected static texts, +checkboxes, and radio buttons according to contained text. We recommend to +select all controls (Ctrl+A) and use Size to Content (S key) before all other +changes to dialog layout. Use Undo (Ctrl+Z) and Redo (Ctrl+Y) commands to +revert or repeat your changes. See also following section "Dialog Layout +Editor Keyboard Shortcuts". + +Please try not to change left-hand indent and alignment of controls. When +enlarging dialog, enlarge also controls reaching right margin of dialog, +e.g. editboxes, comboboxes, groups, horizontal lines (to prevent blank space +on the right side of dialog; BUT: do not enlarge buttons, checkboxes, radio +buttons, static texts, etc.). Also shift buttons to the right or center them +to new dialog width (see menu Position / Center Horizontal to Dialog, or +use C key). + +All needed coordinates of selected control or dialog are located at bottom +of window, there are: Left, Top, Right, Bottom, Width, Height. Moreover +there is info about distances to other controls in dialog, see Margins line. + +If you want to see the original layout (e.g. to check distance of some +control to right side of dialog when you want to preserve it in your wider +version of dialog), press R key (menu Tools / Reset to Original Layout) +and then return to your layout by Ctrl+Z key (menu Edit / Undo). + + +Dialog Layout Editor Keyboard Shortcuts +======================================= + +* ESC or Alt+F4 or Ctrl+F4 - close Layout Editor, if you have changed layout, + you can choose if to use new layout or discard changes. +* Tab and Shift+Tab keys - focus next/previous control (editbox, static text, + icon, combobox, etc.), after last control in dialog you focus dialog itself + (it is needed when you want to change size of dialog). +* Arrows - move focused control or group of selected controls. +* Shift+Arrows - change size of control. +* Ctrl+Shift+Arrows - move left top corner of control. +* Arrows repeating (like in unix "vi"): e.g. to repeat left arrow 30 times, + just press: '3', '0', and Left Arrow; to repeat 30 times again, press 'a' + key and arrow in needed direction (Shift and Ctrl+Shift modifiers for arrows + can be used too) +* C - center selected controls horizontally to dialog +* H - equal horizontal spacing of selected controls, if you want exact spacing, + type width before pressing 'H', e.g. to make distance between controls 6 units + press: '6' and 'H' +* O - turn on/off outline for all controls, we recommend it to see all controls + (even that without specified text). +* R - use original dialog layout (mostly English layout), we recommend it in + connection with Undo (Ctrl+Z) to see how you have changed layout of dialog + (press R and Ctrl+Z and again R and Ctrl+Z to see both layouts). +* S - selected static texts, checkboxes, and radio buttons change their widths + to fit contained text, recommended as the first change of dialog layout. +* Shift+LClick on control - select or unselect control from selected group. +* Ctrl on beginning of selected controls move - controls will move right away; + the "unintentional move test" will be suppressed. +* Shift while moving controls - lock move in one axis (only horizontal or vertical). +* Alt while starting the cage selection - control below mouse cursor will be + ignored; cage could be started anywhere in dialog. + + +What is plural string +===================== + +Salamander contains support for parameter dependent strings (dealing with +singles/plurals). E.g. simple solution is to always use "file(s)", but +correct is "0 files", "1 file", "2 files", etc. Correct solution is +possible with plural strings, here: "{!}file{s|0||1|s}". + +Plural string format: +- each plural string starts with signature "{!}" +- plural string can contain following escape sequences (it allows to use special + character without its special meaning): "\\\\" = "\\" (it is single backslash in + resulting string because "\\" is common string escape sequence for backslash), + "\\{" = "{", "\\}" = "}", "\\:" = ":", and "\\|" = "|" +- text which is not placed in curly brackets goes directly to resulting string + (only escape sequences are handled) +- variable part (parameter dependent text) is placed in curly brackets +- each plural string is accepting predefined number of parameters (usually + numbers of files, directories, bytes, etc.), each variable part (parameter + dependent text) in curly brackets uses one of these parameters +- variable part contains more variants of resulting text, which variant + is used depends on parameter value, more precisely to which defined + interval the value belongs +- variants of resulting text and interval bounds are separated by "|" character +- first interval is from 0 to first interval bound +- last interval is from last interval bound plus one to infinity (2^64-1) +- if you need to skip one parameter, use variable part "{}" (nothing goes to + resulting string) +- you can specify which parameter you want to use in variable part, just place + its index (from one to number of parameters) to the beginning of variable part + and follow it by colon (':') +- if you don't specify index of parameter, it is assigned automatically (starting + from one to number of parameters) +- if you specify index of parameter, the next index which is assigned automatically + is not affected, e.g. in "{!}%d file{2:s|0||1|s} and %d director{y|1|ies}" the + first variable part uses parameter with index 2 and second uses parameter with + index 1 +- you can use any number of variable parts with specified index of parameter, + e.g. see translation from English to German: + English: {!}Do you want to shred %d temporary director{y|1|ies} used by previous + instances of the Encrypt & Decrypt plugin? + German: {!}Möchten Sie {das|1|die} %d temporäre Verzeichni{1:s|1|sse}, die + durch eine vorherige Instanz des Ver- & Entschüsselungsplugin erstellt + wurde{1:|1|n}, schreddern? + +Examples: +- "{!}director{y|1|ies}": for parameter values from 0 to 1 resulting string will be + "directory" and for parameter values from 2 to infinity (2^64-1) resulting string + will be "directories" +- "{!}%d soubor{u|0||1|y|4|u} a %d adresar{u|0||1|e|4|u}": it needs two parameters + because there are two variable parts (parameter dependent texts) in curly brackets, + resulting string for choosen pairs of parameters (I believe it is not needed to + show all possible variants): + 0, 0: "%d souboru a %d adresaru" + 1, 12: "%d soubor a %d adresaru" + 3, 4: "%d soubory a %d adresare" + 13, 1: "%d souboru a %d adresar" + + +How to search Windows Server 2008 R2 / Windows 7 MUI Language Packs +=================================================================== + +First try if MS Language Portal (http://www.microsoft.com/Language/en-US/Search.aspx) +is not working sufficiently for you. + +Start with downloading appropriate 32-bit (x86) language packs from this URL: +http://www.microsoft.com/downloads/details.aspx?familyid=3A7FB7A2-3519-495B-9BC5-2007082CA9A6&displaylang=en +Group 1 contains English, German, French, and Spanish versions and you will need it +as Original. For Czech translation download also Group 5. + +Another option is use Windows 7 MUI packs instead, but it contains only half +of Windows 2008 R2 MUI strings. +http://www.vista123.net/content/download-windows-7-mui-language-packs-official-32-bit-and-64-bit-direct-download-links +In this case you will need to rename downloaded ".exe" to ".cab". + +Extract downloaded DVD images and extract required .cab archive. In the second +step extract this CAB archive to some new empty directories (e.g. +C:\ALTAPTRL\R2_MUI\EN and C:\ALTAPTRL\R2_MUI\CZ). + +Start new instance of Altap Translator. Go to menu File / Open MUI Packages, +choose English version to Original editbox (e.g. C:\ALTAPTRL\R2_MUI\EN) and +your language version to Translated editbox (e.g. C:\ALTAPTRL\R2_MUI\CZ). +Click OK and wait, there are many dialogs, so it will take some time (e.g. +one minute). It should read approx 12000 dialogs, 1200 menus, and several +thousands of strings (IDs are not sequential). + +Then use Find (Ctrl+F) to search original and/or translated texts (see +"Look in Translated Texts" and "Look in Original Texts" checkboxes in Find +window). Use F4 key to move to next found occurence of searched text. + + +What is not covered by this package +=================================== + +Altap Self-Extractor packages (e.g. english.sfx and czech.sfx): if you want to +translate them, contact us, we will send you resource files to translate and then +we will build your language package from these translated resource files. + +Libexif library in PictView plugin: go to http://translationproject.org/domain/libexif.html +find your language version, download translation for last release version +and place it (e.g. cs.po file) to exif directory (e.g. ALTAPTRL\Salamand 3.06\ +bin\plugins\pictview\lang\exif). Then open PictView project in your language +directory (e.g. ALTAPTRL\Salamand 3.06\projects\czech\pictview.atp), find string +with ID 1142 (use Ctrl+F, "1142", Enter, F4) and change it to filename of +exif translation (e.g. cs.po). Use 'E' key in PictView when you have opened +.jpg file from digital camera to see translated strings from libexif library. + +WinSCP plugin: please contact us, we will send you two .ini files (texts for core and +for plugin) with texts to translate. Core is translated into many languages, so +you will probably translate only small .ini file for plugin. We will build your +language package from these .ini files. + + +Other Keyboard Shortcuts +======================== + +* Space in Resource Symbols ensures the selected row will be visible. +* Ctrl+Up/Down in Text windows switch to previous/next dialog/menu/string table. diff --git a/translations/projects/!setup_projects.bat b/translations/projects/!setup_projects.bat new file mode 100644 index 000000000..78e642851 --- /dev/null +++ b/translations/projects/!setup_projects.bat @@ -0,0 +1,296 @@ +@echo off +setlocal EnableDelayedExpansion + +rem ========================================================================== +rem Set Up Translator Project Directories +rem ========================================================================== +rem +rem This script creates the per-language translator project directories under +rem translations\projects\, generating .atp project files that point to the +rem built binaries and symbol files. +rem +rem Prerequisites: +rem - OPENSAL_BUILD_DIR environment variable must be set +rem - The main solution must be built (english.slg files must exist) +rem - translator.exe must be built +rem +rem Usage: +rem !setup_projects.bat [config] [arch] +rem +rem config - Build configuration: Release or Debug (default: Release) +rem arch - Target architecture: x86 or x64 (default: x86) +rem ========================================================================== + +if "%OPENSAL_BUILD_DIR%"=="" ( + echo ERROR: Please set OPENSAL_BUILD_DIR environment variable. + echo. + pause + exit /b 1 +) + +rem --- Parse arguments --- +set "BUILD_CONFIG=%~1" +set "BUILD_ARCH=%~2" +if "%BUILD_CONFIG%"=="" set "BUILD_CONFIG=Release" +if "%BUILD_ARCH%"=="" set "BUILD_ARCH=x86" + +rem --- Set paths --- +set "BUILD_DIR=%OPENSAL_BUILD_DIR%salamander\%BUILD_CONFIG%_%BUILD_ARCH%" +set "TRANSLATOR=%OPENSAL_BUILD_DIR%translator\Release\translator.exe" +set "SCRIPT_DIR=%~dp0" +set "SYMBOLS_DIR=%SCRIPT_DIR%..\symbols" +set "PROJ_BASE=%SCRIPT_DIR%" + +rem --- Verify prerequisites --- +if not exist "%TRANSLATOR%" ( + echo ERROR: translator.exe not found at: + echo %TRANSLATOR% + echo. + echo Build the translator first. + echo. + pause + exit /b 1 +) + +if not exist "%BUILD_DIR%\lang\english.slg" ( + echo ERROR: english.slg not found at: + echo %BUILD_DIR%\lang\english.slg + echo. + echo Build the main solution first. + echo. + pause + exit /b 1 +) + +rem --- Define modules --- +set "MAIN_MODULE=salamand" +set PLUGIN_MODULES=7zip automation checksum checkver dbviewer diskmap filecomp +set PLUGIN_MODULES=%PLUGIN_MODULES% ftp ieviewer mmviewer nethood pak peviewer +set PLUGIN_MODULES=%PLUGIN_MODULES% pictview regedt renamer splitcbn tar unarj +set PLUGIN_MODULES=%PLUGIN_MODULES% uncab unchm undelete unfat uniso unlha unmime +set PLUGIN_MODULES=%PLUGIN_MODULES% unrar wmobile zip + +rem --- Define languages (all directories under translations/ that contain .slt files) --- +set LANGUAGES=chinesesimplified czech dutch french german hungarian romanian russian slovak spanish + +echo ========================================================================== +echo Setting up translator projects for %BUILD_CONFIG%_%BUILD_ARCH% +echo ========================================================================== +echo Build dir: %BUILD_DIR% +echo Translator: %TRANSLATOR% +echo Symbols dir: %SYMBOLS_DIR% +echo. + +for %%L in (%LANGUAGES%) do ( + echo Setting up project: %%L + set "LANG_DIR=%PROJ_BASE%%%L" + + if not exist "!LANG_DIR!" mkdir "!LANG_DIR!" + + rem .slt files are stored directly in the language project directory + + rem --- Generate main module .atp --- + call :gen_main_atp "%%L" "!LANG_DIR!" + + rem --- Generate plugin module .atp files --- + for %%M in (%PLUGIN_MODULES%) do ( + if exist "%BUILD_DIR%\plugins\%%M\lang\english.slg" ( + call :gen_plugin_atp "%%L" "%%M" "!LANG_DIR!" + ) + ) + + rem --- Create per-language wrapper scripts --- + call :gen_wrapper_scripts "!LANG_DIR!" + + echo Done. +) + +echo. +echo ========================================================================== +echo Project setup complete. +echo. +echo To use the translator interactively: +echo 1. cd translations\projects\^ +echo 2. Run !open_all.bat to open all modules in the translator GUI +echo or open individual .atp files with translator.exe +echo. +echo To import/export SLT files: +echo 1. cd translations\projects\^ +echo 2. Run !import_slt.bat or !export_slt.bat +echo ========================================================================== +echo. +pause +exit /b 0 + + +rem ========================================================================== +rem :gen_main_atp +rem ========================================================================== +:gen_main_atp +set "G_LANG=%~1" +set "G_DIR=%~2" +set "G_ORIGINAL=%BUILD_DIR%\lang\english.slg" +set "G_TRANSLATED=%BUILD_DIR%\lang\%G_LANG%.slg" + +rem Copy english.slg if translated doesn't exist yet +if not exist "%G_TRANSLATED%" ( + copy /Y "%G_ORIGINAL%" "%G_TRANSLATED%" >nul 2>&1 +) + +( + echo [Files] + echo Original=%G_ORIGINAL% + echo Translated=%G_TRANSLATED% + echo Include=%SYMBOLS_DIR%\symbols.inc + echo SalMenu=%SYMBOLS_DIR%\salmenu.mnu + if exist "%SYMBOLS_DIR%\ignore.lst" echo IgnoreList=%SYMBOLS_DIR%\ignore.lst + if exist "%SYMBOLS_DIR%\check.lst" echo CheckList=%SYMBOLS_DIR%\check.lst + echo SalamanderExe=%BUILD_DIR%\salamand.exe + echo. + echo [Settings] + echo ExpandStrings=0 + echo ExpandMenus=0 + echo ExpandDialogs=0 + echo SelectedTreeItem=0 + echo. + echo [DialogsTranslation] + echo. + echo [MenusTranslation] + echo. + echo [StringsTranslation] + echo. + echo [Relayout] +) > "%G_DIR%\salamand.atp" +exit /b 0 + + +rem ========================================================================== +rem :gen_plugin_atp +rem ========================================================================== +:gen_plugin_atp +set "G_LANG=%~1" +set "G_PLUGIN=%~2" +set "G_DIR=%~3" +set "G_ORIGINAL=%BUILD_DIR%\plugins\%G_PLUGIN%\lang\english.slg" +set "G_TRANSLATED=%BUILD_DIR%\plugins\%G_PLUGIN%\lang\%G_LANG%.slg" +set "G_SYM_DIR=%SYMBOLS_DIR%\plugins\%G_PLUGIN%" + +rem Copy english.slg if translated doesn't exist yet +if not exist "%G_TRANSLATED%" ( + copy /Y "%G_ORIGINAL%" "%G_TRANSLATED%" >nul 2>&1 +) + +( + echo [Files] + echo Original=%G_ORIGINAL% + echo Translated=%G_TRANSLATED% + if exist "%G_SYM_DIR%\symbols.inc" echo Include=%G_SYM_DIR%\symbols.inc + if exist "%G_SYM_DIR%\salmenu.mnu" echo SalMenu=%G_SYM_DIR%\salmenu.mnu + if exist "%G_SYM_DIR%\ignore.lst" echo IgnoreList=%G_SYM_DIR%\ignore.lst + if exist "%G_SYM_DIR%\check.lst" echo CheckList=%G_SYM_DIR%\check.lst + echo SalamanderExe=%BUILD_DIR%\salamand.exe + echo. + echo [Settings] + echo ExpandStrings=0 + echo ExpandMenus=0 + echo ExpandDialogs=0 + echo SelectedTreeItem=0 + echo. + echo [DialogsTranslation] + echo. + echo [MenusTranslation] + echo. + echo [StringsTranslation] + echo. + echo [Relayout] +) > "%G_DIR%\%G_PLUGIN%.atp" +exit /b 0 + + +rem ========================================================================== +rem :gen_wrapper_scripts +rem ========================================================================== +:gen_wrapper_scripts +set "G_DIR=%~1" + +rem Create wrapper scripts that call the shared tools +rem Each sets TRANSLATOR_EXE and calls the corresponding tool + +if not exist "%G_DIR%\!import_slt.bat" ( + ( + echo @set "TRANSLATOR_EXE=%TRANSLATOR%" + echo @call ..\tools\!import_slt.bat + ) > "%G_DIR%\!import_slt.bat" +) + +if not exist "%G_DIR%\!export_slt.bat" ( + ( + echo @set "TRANSLATOR_EXE=%TRANSLATOR%" + echo @call ..\tools\!export_slt.bat + ) > "%G_DIR%\!export_slt.bat" +) + +if not exist "%G_DIR%\!export_slt_for_diff.bat" ( + ( + echo @set "TRANSLATOR_EXE=%TRANSLATOR%" + echo @call ..\tools\!export_slt_for_diff.bat + ) > "%G_DIR%\!export_slt_for_diff.bat" +) + +if not exist "%G_DIR%\!export_spellchck.bat" ( + ( + echo @set "TRANSLATOR_EXE=%TRANSLATOR%" + echo @call ..\tools\!export_spellchck.bat + ) > "%G_DIR%\!export_spellchck.bat" +) + +if not exist "%G_DIR%\!import.bat" ( + ( + echo @set "TRANSLATOR_EXE=%TRANSLATOR%" + echo @call ..\tools\!import.bat + ) > "%G_DIR%\!import.bat" +) + +if not exist "%G_DIR%\!import_trlprop.bat" ( + ( + echo @set "TRANSLATOR_EXE=%TRANSLATOR%" + echo @call ..\tools\!import_trlprop.bat + ) > "%G_DIR%\!import_trlprop.bat" +) + +if not exist "%G_DIR%\!open_all.bat" ( + ( + echo @set "TRANSLATOR_EXE=%TRANSLATOR%" + echo @call ..\tools\!open_all.bat + ) > "%G_DIR%\!open_all.bat" +) + +if not exist "%G_DIR%\!translate1.bat" ( + ( + echo @set "TRANSLATOR_EXE=%TRANSLATOR%" + echo @call ..\tools\!translate1.bat + ) > "%G_DIR%\!translate1.bat" +) + +if not exist "%G_DIR%\!translate2.bat" ( + ( + echo @set "TRANSLATOR_EXE=%TRANSLATOR%" + echo @call ..\tools\!translate2.bat + ) > "%G_DIR%\!translate2.bat" +) + +if not exist "%G_DIR%\!validate1.bat" ( + ( + echo @set "TRANSLATOR_EXE=%TRANSLATOR%" + echo @call ..\tools\!validate1.bat + ) > "%G_DIR%\!validate1.bat" +) + +if not exist "%G_DIR%\!validate2.bat" ( + ( + echo @set "TRANSLATOR_EXE=%TRANSLATOR%" + echo @call ..\tools\!validate2.bat + ) > "%G_DIR%\!validate2.bat" +) + +exit /b 0 diff --git a/translations/projects/ChineseSimplified/!export_slt.bat b/translations/projects/ChineseSimplified/!export_slt.bat new file mode 100644 index 000000000..75a98635f --- /dev/null +++ b/translations/projects/ChineseSimplified/!export_slt.bat @@ -0,0 +1 @@ +@call ..\tools\!export_slt.bat diff --git a/translations/projects/ChineseSimplified/!export_slt_for_diff.bat b/translations/projects/ChineseSimplified/!export_slt_for_diff.bat new file mode 100644 index 000000000..daa485f3a --- /dev/null +++ b/translations/projects/ChineseSimplified/!export_slt_for_diff.bat @@ -0,0 +1 @@ +@call ..\tools\!export_slt_for_diff.bat diff --git a/translations/projects/ChineseSimplified/!export_spellchck.bat b/translations/projects/ChineseSimplified/!export_spellchck.bat new file mode 100644 index 000000000..6b6d1b820 --- /dev/null +++ b/translations/projects/ChineseSimplified/!export_spellchck.bat @@ -0,0 +1 @@ +@call ..\tools\!export_spellchck.bat diff --git a/translations/projects/ChineseSimplified/!import.bat b/translations/projects/ChineseSimplified/!import.bat new file mode 100644 index 000000000..f0f5baed3 --- /dev/null +++ b/translations/projects/ChineseSimplified/!import.bat @@ -0,0 +1 @@ +@call ..\tools\!import.bat diff --git a/translations/projects/ChineseSimplified/!import_slt.bat b/translations/projects/ChineseSimplified/!import_slt.bat new file mode 100644 index 000000000..503436e3f --- /dev/null +++ b/translations/projects/ChineseSimplified/!import_slt.bat @@ -0,0 +1 @@ +@call ..\tools\!import_slt.bat diff --git a/translations/projects/ChineseSimplified/!import_trlprop.bat b/translations/projects/ChineseSimplified/!import_trlprop.bat new file mode 100644 index 000000000..5e4ebc9e1 --- /dev/null +++ b/translations/projects/ChineseSimplified/!import_trlprop.bat @@ -0,0 +1 @@ +@call ..\tools\!import_trlprop.bat diff --git a/translations/projects/ChineseSimplified/!open_all.bat b/translations/projects/ChineseSimplified/!open_all.bat new file mode 100644 index 000000000..0deb29b66 --- /dev/null +++ b/translations/projects/ChineseSimplified/!open_all.bat @@ -0,0 +1 @@ +@call ..\tools\!open_all.bat diff --git a/translations/projects/ChineseSimplified/!translate1.bat b/translations/projects/ChineseSimplified/!translate1.bat new file mode 100644 index 000000000..f3eca52df --- /dev/null +++ b/translations/projects/ChineseSimplified/!translate1.bat @@ -0,0 +1 @@ +@call ..\tools\!translate1.bat diff --git a/translations/projects/ChineseSimplified/!translate2.bat b/translations/projects/ChineseSimplified/!translate2.bat new file mode 100644 index 000000000..7534fa669 --- /dev/null +++ b/translations/projects/ChineseSimplified/!translate2.bat @@ -0,0 +1 @@ +@call ..\tools\!translate2.bat diff --git a/translations/projects/ChineseSimplified/!validate1.bat b/translations/projects/ChineseSimplified/!validate1.bat new file mode 100644 index 000000000..31509bdba --- /dev/null +++ b/translations/projects/ChineseSimplified/!validate1.bat @@ -0,0 +1 @@ +@call ..\tools\!validate1.bat diff --git a/translations/projects/ChineseSimplified/!validate2.bat b/translations/projects/ChineseSimplified/!validate2.bat new file mode 100644 index 000000000..92d2d8d79 --- /dev/null +++ b/translations/projects/ChineseSimplified/!validate2.bat @@ -0,0 +1 @@ +@call ..\tools\!validate2.bat diff --git a/translations/projects/ChineseSimplified/7zip.atp b/translations/projects/ChineseSimplified/7zip.atp new file mode 100644 index 000000000..a1a38f048 --- /dev/null +++ b/translations/projects/ChineseSimplified/7zip.atp @@ -0,0 +1,143 @@ +[Files] +Original=$BUILD_DIR\plugins\7zip\lang\english.slg +Translated=$BUILD_DIR\plugins\7zip\lang\chinesesimplified.slg +Include=..\..\symbols\plugins\7zip\symbols.inc +SalMenu=..\..\symbols\plugins\7zip\salmenu.mnu +CheckList=..\..\symbols\plugins\7zip\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +04b00000=1 +04b00001=1 +04b00003=1 +04b00004=1 +04b00005=1 +04b00006=1 +04b00007=1 +04b00009=1 +04b0000b=1 +04b0000d=1 +04b0000f=1 +04b00011=1 +04b00013=1 +04b00014=1 +04b00015=1 +04b10000=1 +04b10001=1 +04b10004=1 +04b10005=1 +04b10007=1 +04b10009=1 +04b1000b=1 +04b1000d=1 +04b1000f=1 +04b10011=1 +04b10013=1 +04b10015=1 +04b10016=1 +04b10017=1 +04b10018=1 +04b10019=1 +04b20000=1 +04b20002=1 +04b20003=1 +04b20005=1 +04b20006=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +00000418=1 +00000419=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +00000442=1 +00000443=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 + +[Relayout] + diff --git a/translations/projects/ChineseSimplified/automation.atp b/translations/projects/ChineseSimplified/automation.atp new file mode 100644 index 000000000..4ea36aca8 --- /dev/null +++ b/translations/projects/ChineseSimplified/automation.atp @@ -0,0 +1,69 @@ +[Files] +Original=$BUILD_DIR\plugins\automation\lang\english.slg +Translated=$BUILD_DIR\plugins\automation\lang\chinesesimplified.slg +Include=..\..\symbols\plugins\automation\symbols.inc +SalMenu=..\..\symbols\plugins\automation\salmenu.mnu +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640004=1 +00650000=1 +00650001=1 +00650003=1 +00650004=1 +00650005=1 +00650006=1 + +[MenusTranslation] +006a0000=1 +006a0001=1 +006a0003=1 +006a0004=1 + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000080=1 +00000081=1 +00000082=1 +00000083=1 +00000084=1 +00000086=1 +00000087=1 +00000088=1 +00000089=1 +0000008a=1 +0000008b=1 +0000008c=1 +0000008d=1 +0000008e=1 +0000008f=1 +00000090=1 +00000091=1 +00000092=1 +00000093=1 +00000100=1 +00000101=1 +00000102=1 +00000103=1 +00000104=1 +00000105=1 +00000106=1 +00000107=1 +00000108=1 +00000109=1 +0000010a=1 +0000010b=1 + +[Relayout] + diff --git a/translations/projects/ChineseSimplified/checksum.atp b/translations/projects/ChineseSimplified/checksum.atp new file mode 100644 index 000000000..85f2e612b --- /dev/null +++ b/translations/projects/ChineseSimplified/checksum.atp @@ -0,0 +1,104 @@ +[Files] +Original=$BUILD_DIR\plugins\checksum\lang\english.slg +Translated=$BUILD_DIR\plugins\checksum\lang\chinesesimplified.slg +Include=..\..\symbols\plugins\checksum\symbols.inc +SalMenu=..\..\symbols\plugins\checksum\salmenu.mnu +IgnoreList=..\..\symbols\plugins\checksum\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +03e80000=1 +03e80001=1 +03e80002=1 +03e80003=1 +03e80004=1 +03e80005=1 +03e80006=1 +03e80007=1 +03e90000=1 +03e90001=1 +03e90002=1 +03e90003=1 +03e90004=1 +03e90005=1 +03e90006=1 +03e90007=1 +03e90008=1 +03e90009=1 +07d00001=1 +07d00002=1 +07d00003=1 +07d00005=1 +07d00006=1 + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000005=1 +00000006=1 +00000007=1 +00000028=1 +00000029=1 +0000002a=1 +0000002b=1 +0000002c=1 +0000002d=1 +0000002e=1 +0000002f=1 +00000030=1 +00000035=1 +00000036=1 +00000037=1 +00000038=1 +00000039=1 +0000003a=1 +0000003b=1 +0000003c=1 +0000003d=1 +0000003e=1 +0000003f=1 +00000041=1 +00000042=1 +00000043=1 +00000044=1 +00000046=1 +00000047=1 +00000048=1 +0000004a=1 +0000004b=1 +0000004c=1 +0000004d=1 +0000004e=1 +0000004f=1 +00000050=1 +00000051=1 +00000052=1 +00000053=1 +00000054=1 +00000055=1 +00000056=1 +0000005a=1 +0000005b=1 +0000005c=1 +0000005d=1 +0000005e=1 +0000005f=1 +00000064=1 +00000065=1 +00000066=1 +00000067=1 +00000068=1 +00000078=1 + +[Relayout] + diff --git a/translations/projects/ChineseSimplified/checkver.atp b/translations/projects/ChineseSimplified/checkver.atp new file mode 100644 index 000000000..6f63dbd19 --- /dev/null +++ b/translations/projects/ChineseSimplified/checkver.atp @@ -0,0 +1,119 @@ +[Files] +Original=$BUILD_DIR\plugins\checkver\lang\english.slg +Translated=$BUILD_DIR\plugins\checkver\lang\chinesesimplified.slg +Include=..\..\symbols\plugins\checkver\symbols.inc +SalMenu=..\..\symbols\plugins\checkver\salmenu.mnu +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640002=1 +00640003=1 +00640005=1 +006e0000=1 +006e0001=1 +006e0003=1 +006e0004=1 +006e0005=1 +006e0006=1 +006e0007=1 +006e0008=1 +006e0009=1 +006e000a=1 +006e000b=1 +006e000c=1 +006e000d=1 +006e000e=1 +006e0010=1 +006e0011=1 +006e0012=1 +006e0013=1 +006e0014=1 +006e0015=1 +006e0016=1 +006e0017=1 +006e0018=1 +00820000=1 +00820002=1 +00820003=1 +00820004=1 +00820005=1 +00820006=1 +00820007=1 +00820008=1 +00820009=1 +0082000a=1 +0082000b=1 +0082000d=1 +0082000e=1 +0082000f=1 + +[MenusTranslation] + +[StringsTranslation] +000000be=1 +000000bf=1 +000000d2=1 +000000d3=1 +000000d4=1 +000000d5=1 +000000d6=1 +000000d7=1 +000000d8=1 +000000d9=1 +000000da=1 +000000dc=1 +000000dd=1 +000000de=1 +000000df=1 +000000e0=1 +000000e1=1 +000000e2=1 +000000e3=1 +000000e4=1 +000000e6=1 +000000e7=1 +000000e8=1 +000000e9=1 +000000ea=1 +000000eb=1 +000000f0=1 +000000f1=1 +000000f2=1 +000000f3=1 +000000f4=1 +000000f7=1 +000000f8=1 +000000fa=1 +000000fb=1 +000000fd=1 +000000fe=1 +000000ff=1 +00000100=1 +00000101=1 +00000102=1 +00000104=1 +0000010a=1 +0000010b=1 +0000010c=1 +0000010d=1 +0000010e=1 +0000010f=1 +00000110=1 +00000111=1 +00000112=1 +00000113=1 +00000114=1 +00000115=1 +00000116=1 +00000117=1 + +[Relayout] + diff --git a/translations/projects/ChineseSimplified/dbviewer.atp b/translations/projects/ChineseSimplified/dbviewer.atp new file mode 100644 index 000000000..f7b5de379 --- /dev/null +++ b/translations/projects/ChineseSimplified/dbviewer.atp @@ -0,0 +1,184 @@ +[Files] +Original=$BUILD_DIR\plugins\dbviewer\lang\english.slg +Translated=$BUILD_DIR\plugins\dbviewer\lang\chinesesimplified.slg +Include=..\..\symbols\plugins\dbviewer\symbols.inc +SalMenu=..\..\symbols\plugins\dbviewer\salmenu.mnu +IgnoreList=..\..\symbols\plugins\dbviewer\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +2fa80000=1 +2fa80001=1 +2fbc0000=1 +2fbc0001=1 +2fbc0002=1 +2fbc0004=1 +2fbc0005=1 +2fbc0006=1 +2fbc0007=1 +2fbc0008=1 +2fbc0009=1 +2fbc000a=1 +2fd00000=1 +2fd00003=1 +2fd00004=1 +2fd00005=1 +2fd00006=1 +2fda0000=1 +2fda0001=1 +2fda0002=1 +2fda0003=1 +2fda0004=1 +2fda0005=1 +2fda0006=1 +2fda0007=1 +2fda0009=1 +2fda000a=1 +2fda000b=1 +2fda000c=1 +2fda000d=1 +2fda000e=1 +2fda000f=1 +2fda0010=1 +2fda0011=1 +2fda0012=1 +2fda0013=1 +2fda0014=1 +2fda0015=1 +300c0000=1 +300c0002=1 +300c0005=1 +300c0006=1 +300c0007=1 +300c0008=1 +300c0009=1 +300c000a=1 +300c000c=1 +300c000d=1 +300c000e=1 +30700000=1 +30700001=1 +30700003=1 +30700004=1 + +[MenusTranslation] + +[StringsTranslation] +00002b51=1 +00002b52=1 +00002b54=1 +00002b5d=1 +00002b66=1 +00002b67=1 +00002b68=1 +00002b69=1 +00002b6a=1 +00002b6b=1 +00002b6c=1 +00002b6d=1 +00002b70=1 +00002b71=1 +00002b72=1 +00002b73=1 +00002b74=1 +00002b75=1 +00002b76=1 +00002b7a=1 +00002b7b=1 +00002b7c=1 +00002b7d=1 +00002b7e=1 +00002b7f=1 +00002b80=1 +00002b84=1 +00002b85=1 +00002b86=1 +00002b87=1 +00002b88=1 +00002b89=1 +00002b8a=1 +00002b8b=1 +00002b8c=1 +00002b8d=1 +00002b8e=1 +00002b8f=1 +00002b90=1 +00002b91=1 +00002b92=1 +00002b93=1 +00002b98=1 +00002b9a=1 +00002b9b=1 +00002b9c=1 +00002b9d=1 +00002b9e=1 +00002b9f=1 +00002ba0=1 +00002ba1=1 +00002ba2=1 +00002ba3=1 +00002ba4=1 +00002ba5=1 +00002bba=1 +00002bbb=1 +00002bbc=1 +00002bbd=1 +00002bc0=1 +00002bc1=1 +00002bc2=1 +00002bc3=1 +00002bc4=1 +00002bc5=1 +00002bc6=1 +00002bc7=1 +00002bc8=1 +00002bc9=1 +00002bca=1 +00002bcb=1 +00002bd1=1 +00002bd2=1 +00002bd3=1 +00002bd4=1 +00002bd5=1 +00002bd6=1 +00002bd7=1 +00002bd8=1 +00002bd9=1 +00002bda=1 +00002bde=1 +00002bdf=1 +00002be0=1 +00002be1=1 +00002bf2=1 +00002bf3=1 +00002bf4=1 +00002bf5=1 +00002bf6=1 +00002bf7=1 +00002c06=1 +00002c07=1 +00002c08=1 +00002c10=1 +00002c11=1 +00002c12=1 +00002c13=1 +00002c14=1 +00002cec=1 +00002ced=1 +00002cee=1 +00002cef=1 +00002cf0=1 +00002cf1=1 +00002d00=0 +00002d01=1 +00002d02=0 +00002d03=1 + +[Relayout] + diff --git a/translations/projects/ChineseSimplified/diskmap.atp b/translations/projects/ChineseSimplified/diskmap.atp new file mode 100644 index 000000000..f955e29ce --- /dev/null +++ b/translations/projects/ChineseSimplified/diskmap.atp @@ -0,0 +1,80 @@ +[Files] +Original=$BUILD_DIR\plugins\diskmap\lang\english.slg +Translated=$BUILD_DIR\plugins\diskmap\lang\chinesesimplified.slg +Include=..\..\symbols\plugins\diskmap\symbols.inc +SalMenu=..\..\symbols\plugins\diskmap\salmenu.mnu +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] +006d0000=1 +006d0001=1 +006d0002=1 +006d0004=1 +006d0005=1 +006d0007=1 +006d0008=1 +006d0009=1 +006d000a=1 +006d000b=1 +006d000d=1 +006d000e=1 +006d000f=1 +006d0010=1 +006d0011=1 +006d0012=1 +006d0013=1 +006d0014=1 +006d0016=1 +006d0017=1 +006d0018=1 + +[StringsTranslation] +00000020=1 +00000021=1 +00000022=1 +00000023=1 +00000028=1 +00000029=1 +00000030=1 +00000031=1 +00000032=1 +00000033=1 +00000034=1 +00000035=1 +00000036=1 +00000037=1 +00000038=1 +00000039=1 +0000003a=1 +0000003b=1 +0000003c=1 +0000003d=1 +0000003e=1 +0000003f=1 +00000040=1 +00000041=1 +00000042=1 +00000043=1 +00000044=1 +00000045=1 +00000046=1 +00000047=1 +00000048=1 +00000049=1 +0000004a=1 +0000004b=1 +0000004c=1 +0000004d=1 +0000004e=1 +0000004f=1 + +[Relayout] + diff --git a/translations/projects/ChineseSimplified/filecomp.atp b/translations/projects/ChineseSimplified/filecomp.atp new file mode 100644 index 000000000..3ebcc8905 --- /dev/null +++ b/translations/projects/ChineseSimplified/filecomp.atp @@ -0,0 +1,245 @@ +[Files] +Original=$BUILD_DIR\plugins\filecomp\lang\english.slg +Translated=$BUILD_DIR\plugins\filecomp\lang\chinesesimplified.slg +Include=..\..\symbols\plugins\filecomp\symbols.inc +SalMenu=..\..\symbols\plugins\filecomp\salmenu.mnu +IgnoreList=..\..\symbols\plugins\filecomp\ignore.lst +CheckList=..\..\symbols\plugins\filecomp\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640004=1 +00640006=1 +00640007=1 +00640008=1 +00640009=1 +00690000=1 +00690001=1 +00690003=1 +00690004=1 +00690009=1 +0069000a=1 +0069000b=1 +0069000c=1 +0069000d=1 +0069000e=1 +0069000f=1 +00690010=1 +00690011=1 +00690014=1 +00820000=1 +00820001=1 +00820003=1 +00820004=1 +00820005=1 +00820006=1 +00820008=1 +00820009=1 +0082000a=1 +0082000b=1 +0082000c=1 +0082000d=1 +00820012=1 +00820014=1 +00820015=1 +00820016=1 +00820017=1 +00820018=1 +00820019=1 +0082001a=1 +0082001b=1 +0082001c=1 +0082001d=1 +0082001e=1 +00820020=1 +00820022=1 +00820024=1 +00820025=1 +00820026=1 +008c0000=1 +008c0001=1 +008c0003=1 +008c0004=1 +008c0006=1 +008c0008=1 +008c000a=1 +008c000c=1 +008c000d=1 +008c000e=1 +008c0010=1 +008c0012=1 +008c0014=1 +00960000=1 +00960001=1 +00960003=1 +00960004=1 +00960005=1 +00960006=1 +00960008=1 +00960009=1 +0096000a=1 +0096000b=1 +0096000c=1 +0096000d=1 +00960012=1 +00960014=1 +00960015=1 +00960016=1 +00960017=1 +00960018=1 +00960019=1 +0096001a=1 +0096001b=1 +0096001c=1 +0096001d=1 +0096001e=1 +00960020=1 + +[MenusTranslation] +02580000=1 +02580001=1 +02580002=1 +02580004=1 +02580005=1 +02580006=1 +02580007=1 +02580008=1 +02580009=1 +0258000a=1 +0258000c=1 +0258000d=1 +0258000e=1 +0258000f=1 +02580011=1 +02580013=1 +02580014=1 +02580015=1 +02580016=1 +02580017=1 +02580018=1 +02580019=1 +0258001b=1 +0258001c=1 +0258001d=1 +0258001e=1 +02580020=1 +02590001=1 +02590002=1 +025a0001=1 +025a0002=1 +025b0001=1 +025b0002=1 +025b0004=1 +025b0005=1 +025c0001=1 +025c0002=1 + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +00000441=1 +00000442=1 +00000443=1 +00000444=1 +00000445=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000450=1 + +[Relayout] + diff --git a/translations/projects/ChineseSimplified/ftp.atp b/translations/projects/ChineseSimplified/ftp.atp new file mode 100644 index 000000000..5d33451e8 --- /dev/null +++ b/translations/projects/ChineseSimplified/ftp.atp @@ -0,0 +1,1482 @@ +[Files] +Original=$BUILD_DIR\plugins\ftp\lang\english.slg +Translated=$BUILD_DIR\plugins\ftp\lang\chinesesimplified.slg +Include=..\..\symbols\plugins\ftp\symbols.inc +SalMenu=..\..\symbols\plugins\ftp\salmenu.mnu +IgnoreList=..\..\symbols\plugins\ftp\ignore.lst +CheckList=..\..\symbols\plugins\ftp\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +01f40000=1 +01f40001=1 +01f40002=1 +01f40003=1 +01f40005=1 +01f40006=1 +01f40007=1 +01f40008=1 +01f40009=1 +02080000=1 +02080002=1 +02080003=1 +02080005=1 +02080006=1 +02080007=1 +02080008=1 +0208000a=1 +0208000c=1 +0208000d=1 +0208000e=1 +02080010=1 +02080011=1 +02080013=1 +02080015=1 +02080016=1 +02080018=1 +0208001a=1 +0208001b=1 +0208001c=1 +0208001d=1 +0208001f=1 +02170000=1 +02170001=1 +02170002=1 +02170003=1 +02170004=1 +02170005=1 +02170006=1 +02210000=1 +02210001=1 +02210003=1 +02210004=1 +02210006=1 +02210007=1 +02210009=1 +0221000a=1 +0221000c=1 +0221000e=1 +0221000f=1 +02210011=1 +02210012=1 +02210014=1 +02300000=1 +02300002=1 +02300004=1 +02300007=1 +02300008=1 +0230000a=1 +0230000d=1 +0230000e=1 +0230000f=1 +02300010=1 +02300012=1 +02300013=1 +02300014=1 +02300015=1 +02300016=1 +02300017=1 +02300018=1 +02440000=1 +02440001=1 +02440003=1 +02440004=1 +02440006=1 +02440007=1 +02440009=1 +0244000b=1 +0244000d=1 +0244000f=1 +02440011=1 +02440012=1 +02440013=1 +02440014=1 +02440016=1 +02440018=1 +02440019=1 +0244001b=1 +0244001c=1 +0244001d=1 +0244001f=1 +02440021=1 +02440022=1 +02440023=1 +02440024=1 +02440025=1 +02440026=1 +02440027=1 +02440028=1 +02440029=1 +02580000=1 +02580003=1 +02580004=1 +02620000=1 +02620001=1 +02620004=1 +02620005=1 +026c0000=1 +026c0002=1 +026c0004=1 +026c0005=1 +02760000=1 +02760001=1 +02760003=1 +02760005=1 +02760007=1 +02760008=1 +0276000a=1 +0276000b=1 +0276000d=1 +02800000=1 +02800002=1 +02800003=1 +028a0000=1 +028a0001=1 +028a0003=1 +028a0004=1 +028a0006=1 +028a0008=1 +02940000=1 +029e0000=1 +029e0001=1 +029e0004=1 +029e0005=1 +029e0006=1 +029e0007=1 +029e0008=1 +029e0009=1 +02a80000=1 +02a80002=1 +02a80004=1 +02a80006=1 +02a80008=1 +02b70000=1 +02b70001=1 +02b70003=1 +02b70004=1 +02b70005=1 +02b70006=1 +02b70007=1 +02c60000=1 +02c60001=1 +02c60004=1 +02c60005=1 +02c60007=1 +02c60008=1 +02c60009=1 +02c6000a=1 +02c6000b=1 +02c6000d=1 +02c6000e=1 +02c6000f=1 +02c60010=1 +02d50000=1 +02d50001=1 +02d50003=1 +02d50005=1 +02d50007=1 +02d5000a=1 +02d5000c=1 +02d5000e=1 +02d5000f=1 +02d50010=1 +02e40000=1 +02e40001=1 +02e40003=1 +02e40004=1 +02e40005=1 +02e40006=1 +02e40008=1 +02e40009=1 +02ee0005=1 +02ee0007=1 +02ee0009=1 +02ee000c=1 +02ee000d=1 +02ee000f=1 +02ee0010=1 +02ee0011=1 +02ee0012=1 +02ee0014=1 +02ee0016=1 +02ee0018=1 +02ee0019=1 +02ee001a=1 +02ee001b=1 +02ee001c=1 +02ee001e=1 +02ee001f=1 +02ee0020=1 +02ee0021=1 +02ee0022=1 +030b0003=1 +030b0004=1 +030b0005=1 +030b0006=1 +03110000=1 +03110001=1 +03110002=1 +03110005=1 +031b0000=1 +031b0002=1 +031b0003=1 +031b0004=1 +031b0005=1 +031b0006=1 +031b0007=1 +031b0008=1 +031b0009=1 +031b000a=1 +031b000b=1 +031b000c=1 +031b000d=1 +031b000e=1 +031b000f=1 +031b0011=1 +031b0013=1 +031b0014=1 +031b0015=1 +031b0016=1 +031b0017=1 +031b0018=1 +031b0019=1 +031b001a=1 +032f0000=1 +032f0002=1 +032f0003=1 +032f0005=1 +032f0007=1 +032f0009=1 +032f000b=1 +032f000d=1 +032f000f=1 +032f0012=1 +032f0013=1 +032f0016=1 +032f0017=1 +032f0019=1 +032f001b=1 +033e0001=1 +033e0002=1 +033e0003=1 +033e0004=1 +033e0006=1 +033e0007=1 +033e0009=1 +033e000b=1 +033e000d=1 +033e000f=1 +03480001=1 +03480002=1 +03480003=1 +03480004=1 +03480005=1 +03480006=1 +03480008=1 +03480009=1 +0348000b=1 +0348000d=1 +0348000f=1 +03480011=1 +03490001=1 +03490002=1 +03490003=1 +03490004=1 +03490006=1 +03490007=1 +03490009=1 +0349000b=1 +0349000d=1 +0349000f=1 +034b0000=1 +034b0001=1 +034b0002=1 +034b0003=1 +034b0004=1 +034b0006=1 +034b0007=1 +034b0009=1 +034b000b=1 +034b000d=1 +034b000f=1 +034c0000=1 +034c0001=1 +034c0002=1 +034c0003=1 +034c0004=1 +034c0005=1 +034c0006=1 +034c0008=1 +034c0009=1 +034c000b=1 +034c000d=1 +034c000f=1 +034c0011=1 +034d0001=1 +034d0002=1 +034d0003=1 +034d0004=1 +034d0006=1 +034d0007=1 +034d0009=1 +034d000b=1 +034d000d=1 +034f0001=1 +034f0002=1 +034f0003=1 +034f0004=1 +034f0005=1 +034f0006=1 +034f0008=1 +034f0009=1 +034f000b=1 +034f000d=1 +034f000f=1 +03520000=1 +03520001=1 +03520002=1 +03520003=1 +03520004=1 +03520006=1 +03520007=1 +03520009=1 +03570000=1 +03570001=1 +03570002=1 +03570003=1 +03570004=1 +03570006=1 +03570007=1 +03570009=1 +0357000b=1 +0357000d=1 +03610000=1 +03610001=1 +03610002=1 +03610003=1 +03610004=1 +03610005=1 +03610006=1 +03610007=1 +03610008=1 +03610009=1 +0361000a=1 +0361000b=1 +0361000c=1 +0361000d=1 +0361000f=1 +03610010=1 +03610011=1 +03610012=1 +03610014=1 +03610015=1 +03610017=1 +03610019=1 +03660001=1 +03660002=1 +03660003=1 +03660004=1 +03660006=1 +03660007=1 +03660009=1 +03700001=1 +03700002=1 +03700003=1 +03700004=1 +03700006=1 +03700007=1 +03700009=1 +0370000b=1 +037a0001=1 +037a0002=1 +037a0003=1 +037a0004=1 +037a0006=1 +037a0007=1 +037a0009=1 +037a000b=1 +037a000d=1 +037a000f=1 +03800001=1 +03800002=1 +03800003=1 +03800004=1 +03800005=1 +03800006=1 +03800008=1 +03800009=1 +0380000b=1 +0380000d=1 +0380000f=1 +03800011=1 +03820001=1 +03820002=1 +03820003=1 +03820004=1 +03820006=1 +03820007=1 +03820009=1 +03840000=1 +03840001=1 +03840002=1 +03840003=1 +03840004=1 +03840005=1 +03840007=1 +03840008=1 +0384000a=1 +0384000c=1 +0384000e=1 +038e0000=1 +038e0001=1 +038e0002=1 +038e0003=1 +038e0004=1 +038e0005=1 +038e0006=1 +038e0007=1 +03930000=1 +03930002=1 +03930003=1 +03930005=1 +03930007=1 +03930009=1 +0393000b=1 +0393000d=1 +0393000f=1 +03980000=1 +03980001=1 +03980003=1 +03980005=1 +03980007=1 +03980009=1 +0398000b=1 +0398000e=1 +0398000f=1 +03980010=1 +03980011=1 +03980013=1 +03980014=1 +03980015=1 +03a20000=1 +03a20001=1 +03a20003=1 +03a20005=1 +03a20007=1 +03a20009=1 +03a2000b=1 +03a2000c=1 +03a2000e=1 +03a2000f=1 +03a20011=1 +03ac0000=1 +03ac0001=1 +03ac0002=1 +03ac0004=1 +03ac0006=1 +03ac0007=1 +03ac0008=1 + +[MenusTranslation] +044c0001=1 +044c0003=1 +044c0004=1 +044c0005=1 +044c0006=1 +044c0008=1 +044c0009=1 +044d0001=1 +044d0002=1 +044d0003=1 +044d0004=1 +044d0006=1 +044d0007=1 +044e0001=1 +044e0002=1 +044e0003=1 +044e0004=1 +044e0005=1 +044e0006=1 +044e0007=1 +044e0009=1 +044e000a=1 +044e000b=1 +044e000c=1 +044e000d=1 +044f0001=1 +044f0002=1 +044f0003=1 +04500001=1 +04500003=1 +04500005=1 +04500006=1 +04510000=1 +04510001=1 +04510002=1 +04510004=1 +04510005=1 +04510007=1 +04510008=1 +04510009=1 +0451000b=1 +0451000c=1 +0451000d=1 +0451000e=1 +0451000f=1 +04520001=1 +04520002=1 +04520003=1 +04520005=1 +04520006=1 +04530001=1 +04530002=1 +04530003=1 +04530004=1 +04530005=1 +04530007=1 +04530008=1 +0453000a=1 +0453000b=1 +04540001=1 +04540002=1 +04550001=1 +04550002=1 +04550003=1 +04550004=1 +04550006=1 +04550007=1 +04550008=1 +04550009=1 +0455000a=1 +0455000b=1 +0455000c=1 +0455000d=1 +0455000e=1 +0455000f=1 +04550010=1 +04550011=1 +04550012=1 +04550013=1 +04550014=1 +04550015=1 +04550016=1 +04550017=1 +04550018=1 +04550019=1 +0455001a=1 +0455001b=1 +0455001c=1 +0455001d=1 +0455001e=1 +0455001f=1 +04550020=1 +04550021=1 +04550022=1 +04550023=1 +04550024=1 +04550025=1 +04550026=1 +04550027=1 +04550028=1 +04550029=1 +0455002a=1 +0455002b=1 +0455002c=1 +0455002d=1 +0455002e=1 +04550030=1 +04550031=1 +04550032=1 +04550033=1 +04550034=1 +04550035=1 +04550036=1 +04550037=1 +04550038=1 +04550039=1 +0455003a=1 +0455003b=1 +0455003c=1 +0455003e=1 +04550040=1 +04550041=1 +04550042=1 +04550043=1 +04550045=1 +04560001=1 +04560002=1 +04560003=1 +04560005=1 +04560006=1 +04570001=1 +04570002=1 +04570003=1 +04580001=1 +04580002=1 +04580003=1 +04580004=1 +04590001=1 +04590002=1 +04590003=1 +045a0001=1 +045a0002=1 +045b0001=1 +045b0002=1 +045c0001=1 +045c0002=1 +045c0003=1 +045d0001=1 +045d0002=1 +045d0003=1 +045d0004=1 +045e0001=1 +045e0002=1 +045f0001=1 +045f0002=1 +045f0003=1 +045f0005=1 +045f0006=1 +04600001=1 +04600002=1 +04600004=1 +04600005=1 +04600006=1 +04600007=1 +04600008=1 +04600009=1 +0460000a=1 +0460000b=1 +0460000c=1 +0460000e=1 +04600010=1 +04600011=1 +04600012=1 +04600013=1 +04600015=1 +04610001=1 +04610002=1 +04610003=1 +04610004=1 +04620001=1 +04620002=1 +04630001=1 +04630002=1 +04630003=1 +04640001=1 +04640002=1 + +[StringsTranslation] +00002710=1 +00002715=1 +0000271a=1 +0000271b=1 +00002724=1 +0000272e=1 +00002738=1 +00002739=1 +0000273a=1 +0000273b=1 +00002742=1 +00002747=1 +0000274c=1 +00002751=1 +00002756=1 +00002757=1 +00002758=1 +0000275b=1 +0000275c=1 +0000275d=1 +0000275e=1 +0000276a=1 +0000276b=1 +0000276c=1 +0000276d=1 +0000276e=1 +0000276f=1 +00002770=1 +00002771=1 +00002772=1 +00002773=1 +00002774=1 +00002779=1 +0000277a=1 +0000277b=1 +0000277c=1 +0000277d=1 +0000277e=1 +0000277f=1 +00002780=1 +00002781=1 +00002782=1 +00002783=1 +00002784=1 +00002785=1 +00002786=1 +00002787=1 +00002788=1 +00002789=1 +0000278a=1 +0000278b=1 +0000278c=1 +0000278d=1 +0000278e=1 +0000278f=1 +00002790=1 +00002791=1 +00002792=1 +00002795=1 +00002796=1 +00002797=1 +00002798=1 +0000279a=1 +0000279c=1 +0000279d=1 +0000279e=1 +0000279f=1 +000027a1=1 +000027a4=1 +000027a6=1 +000027a7=1 +000027a8=1 +000027a9=1 +000027ab=1 +000027ac=1 +000027b0=1 +000027b5=1 +000027b6=1 +000027ba=1 +000027bb=1 +000027bc=1 +000027bd=1 +000027be=1 +000027bf=1 +000027c0=1 +000027c1=1 +000027c2=1 +000027c3=1 +000027c4=1 +000027c5=1 +000027ce=1 +000027cf=1 +000027d0=1 +000027d1=1 +000027d2=1 +000027d3=1 +000027d4=1 +000027d5=1 +000027d6=1 +000027d7=1 +000027d8=1 +000027d9=1 +000027da=1 +000027db=1 +000027dc=1 +000027dd=1 +000027de=1 +000027df=1 +000027e0=1 +000027e1=1 +000027e2=1 +000027e3=1 +000027e4=1 +000027ec=1 +000027ed=1 +000027ee=1 +000027ef=1 +000027f0=1 +000027f1=1 +000027f2=1 +000027f3=1 +000027f4=1 +000027f5=1 +000027f6=1 +000027f7=1 +000027f8=1 +000027f9=1 +000027fa=1 +000027fb=1 +000027fc=1 +000027fd=1 +000027fe=1 +000027ff=1 +00002800=1 +00002803=1 +00002804=1 +00002805=1 +00002806=1 +00002807=1 +00002808=1 +0000280a=1 +0000280f=1 +00002810=1 +00002811=1 +00002812=1 +00002813=1 +0000283c=1 +0000283d=1 +0000283e=1 +0000283f=1 +00002841=1 +00002846=1 +00002847=1 +00002848=1 +00002849=1 +0000284a=1 +0000284b=1 +0000284c=1 +00002850=1 +00002855=1 +00002856=1 +00002857=1 +00002858=1 +00002859=1 +0000285a=1 +0000285b=1 +0000285c=1 +0000285d=1 +00002864=1 +00002865=1 +00002866=1 +00002867=1 +00002868=1 +0000286e=1 +0000286f=1 +00002870=1 +00002871=1 +00002872=1 +00002873=1 +00002874=1 +00002875=1 +00002876=1 +00002877=1 +00002878=1 +00002879=1 +0000287a=1 +0000287b=1 +0000287c=1 +0000287d=1 +0000287e=1 +0000287f=1 +00002880=1 +00002881=1 +00002882=1 +00002883=1 +00002884=1 +00002885=1 +00002886=1 +0000288c=1 +0000288d=1 +0000288e=1 +0000288f=1 +00002890=1 +00002891=1 +00002892=1 +00002893=1 +00002896=1 +00002897=1 +00002898=1 +00002899=1 +0000289a=1 +0000289b=1 +0000289c=1 +0000289d=1 +0000289e=1 +0000289f=1 +000028a0=1 +000028a1=1 +000028a2=1 +000028a3=1 +000028a4=1 +000028aa=1 +000028ab=1 +000028ac=1 +000028ad=1 +000028b4=1 +000028b5=1 +000028b6=1 +000028b7=1 +000028b8=1 +000028b9=1 +000028ba=1 +000028bb=1 +000028bc=1 +000028bd=1 +000028c1=1 +000028c2=1 +000028c3=1 +000028c4=1 +000028c5=1 +000028c8=1 +000028c9=1 +000028ca=1 +000028cb=1 +000028d2=1 +000028d3=1 +000028d4=1 +000028d5=1 +000028d6=1 +000028d7=1 +000028d8=1 +000028d9=1 +000028da=1 +000028db=1 +000028dc=1 +000028dd=1 +000028de=1 +000028df=1 +000028e0=1 +000028e1=1 +000028e2=1 +000028e6=1 +000028e7=1 +000028e8=1 +000028e9=1 +000028ea=1 +000028eb=1 +000028ec=1 +000028ed=1 +000028ee=1 +000028f0=1 +000028f1=1 +000028f2=1 +000028f3=1 +000028f4=1 +000028f5=1 +000028fa=1 +000028fb=1 +000028fc=1 +000028fd=1 +000028fe=1 +000028ff=1 +00002900=1 +00002901=1 +00002902=1 +00002903=1 +00002904=1 +00002905=1 +00002906=1 +00002907=1 +00002908=1 +00002909=1 +0000290a=1 +0000290b=1 +0000290c=1 +0000290d=1 +0000290e=1 +0000290f=1 +00002910=1 +00002911=1 +00002912=1 +00002913=1 +00002914=1 +00002915=1 +00002916=1 +00002917=1 +00002918=1 +00002919=1 +0000291a=1 +0000291b=1 +0000291c=1 +0000291d=1 +0000291e=1 +0000292c=1 +0000292d=1 +0000292e=1 +0000292f=1 +00002930=1 +00002931=1 +00002932=1 +00002933=1 +00002934=1 +00002935=1 +00002936=1 +00002937=1 +00002938=1 +00002939=1 +0000293a=1 +0000293b=1 +0000293c=1 +0000293d=1 +0000293e=1 +0000293f=1 +00002940=1 +00002941=1 +00002942=1 +00002943=1 +00002944=1 +00002945=1 +00002946=1 +00002947=1 +00002948=1 +0000294a=1 +0000294b=1 +0000294c=1 +0000294d=1 +0000294e=1 +0000294f=1 +00002950=1 +00002953=1 +0000295e=1 +0000295f=1 +00002960=1 +00002961=1 +00002962=1 +00002963=1 +00002964=1 +00002965=1 +00002966=1 +00002967=1 +00002972=1 +00002973=1 +00002974=1 +00002975=1 +00002976=1 +00002977=1 +00002978=1 +00002979=1 +0000297a=1 +0000297b=1 +0000297c=1 +0000297d=1 +00002981=1 +00002982=1 +00002983=1 +00002984=1 +00002985=1 +00002986=1 +00002987=1 +0000298b=1 +0000298c=1 +0000298d=1 +0000298e=1 +0000298f=1 +00002990=1 +00002995=1 +00002996=1 +00002997=1 +00002998=1 +00002999=1 +0000299a=1 +0000299b=1 +0000299c=1 +0000299d=1 +0000299e=1 +0000299f=1 +000029a0=1 +000029a1=1 +000029a2=1 +000029a3=1 +000029a4=1 +000029a5=1 +000029a6=1 +000029a7=1 +000029a8=1 +000029a9=1 +000029aa=1 +000029ab=1 +000029ac=1 +000029ad=1 +000029ae=1 +000029af=1 +000029b0=1 +000029b1=1 +000029b2=1 +000029b8=1 +000029bd=1 +000029be=1 +000029bf=1 +000029c0=1 +000029c1=1 +000029c2=1 +000029c7=1 +000029cc=1 +000029cd=1 +000029d6=1 +000029d7=1 +000029d8=1 +000029d9=1 +000029da=1 +000029db=1 +000029dc=1 +000029dd=1 +000029e0=1 +000029e1=1 +000029e2=1 +000029e3=1 +000029e7=1 +000029ea=1 +000029eb=1 +000029ec=1 +000029ed=1 +000029ee=1 +000029f4=1 +000029f5=1 +000029f6=1 +000029f7=1 +000029fe=1 +000029ff=1 +00002a00=1 +00002a01=1 +00002a02=1 +00002a03=1 +00002a04=1 +00002a05=1 +00002a06=1 +00002a07=1 +00002a10=1 +00002a12=1 +00002a13=1 +00002a14=1 +00002a15=1 +00002a16=1 +00002a17=1 +00002a18=1 +00002a19=1 +00002a1a=1 +00002a1b=1 +00002a1c=1 +00002a1d=1 +00002a1e=1 +00002a21=1 +00002a22=1 +00002a23=1 +00002a2b=1 +00002a2c=1 +00002a30=1 +00002a31=1 +00002a32=1 +00002a33=1 +00002a34=1 +00002a35=1 +00002a36=1 +00002a37=1 +00002a3a=1 +00002a3b=1 +00002a3c=1 +00002a3d=1 +00002a3e=1 +00002a3f=1 +00002a40=1 +00002a41=1 +00002a42=1 +00002a43=1 +00002a44=1 +00002a45=1 +00002a46=1 +00002a47=1 +00002a48=1 +00002a49=1 +00002a4a=1 +00002a4b=1 +00002a4c=1 +00002a4d=1 +00002a4e=1 +00002a53=1 +00002a54=1 +00002a55=1 +00002a56=1 +00002a57=1 +00002a58=1 +00002a59=1 +00002a5a=1 +00002a5b=1 +00002a5c=1 +00002a5d=1 +00002a5e=1 +00002a5f=1 +00002a60=1 +00002a61=1 +00002a62=1 +00002a63=1 +00002a64=1 +00002a65=1 +00002a66=1 +00002a67=1 +00002a68=1 +00002a69=1 +00002a6a=1 +00002a6b=1 +00002a6c=1 +00002a6d=1 +00002a6e=1 +00002a6f=1 +00002a70=1 +00002a71=1 +00002a72=1 +00002a73=1 +00002a76=1 +00002a77=1 +00002a78=1 +00002a79=1 +00002a7a=1 +00002a7b=1 +00002a7c=1 +00002a7d=1 +00002a7e=1 +00002a7f=1 +00002a80=1 +00002a81=1 +00002a8a=1 +00002a8b=1 +00002a8c=1 +00002a8d=1 +00002a8e=1 +00002a8f=1 +00002a90=1 +00002a9e=1 +00002a9f=1 +00002aa0=1 +00002aa1=1 +00002aa2=1 +00002aa5=1 +00002aa8=1 +00002aa9=1 +00002aaa=1 +00002aab=1 +00002aac=1 +00002aad=1 +00002ab2=1 +00002ab7=1 +00002ab8=1 +00002ab9=1 +00002aba=1 +00002abb=1 +00002ac6=1 +00002ac7=1 +00002ac8=1 +00002ac9=1 +00002aca=1 +00002acb=1 +00002acc=1 +00002ad5=1 +00002ad6=1 +00002ad7=1 +00002adf=1 +00002ae0=1 +00002ae9=1 +00002aea=1 +00002aeb=1 +00002aec=1 +00002aed=1 +00002aee=1 +00002aef=1 +00002af0=1 +00002af1=1 +00002af2=1 +00002af3=1 +00002af4=1 +00002af5=1 +00002af6=1 +00002af7=1 +00002af8=1 +00002af9=1 +00002afa=1 +00002afb=1 +00002afc=1 +00002afd=1 +00002afe=1 +00002aff=1 +00002b00=1 +00002b01=1 +00002b02=1 +00002b03=1 +00002b04=1 +00002b05=1 +00002b06=1 +00002b07=1 +00002b08=1 +00002b0c=1 +00002b0d=1 +00002b0e=1 +00002b0f=1 +00002b11=1 +00002b12=1 +00002b16=1 +00002b17=1 +00002b18=1 +00002b19=1 +00002b1a=1 +00002b1b=1 +00002b1f=1 +00002b20=1 +00002b21=1 +00002b2a=1 +00002b2b=1 +00002b2c=1 +00002b2d=1 +00002b2e=1 +00002b34=1 +00002b39=1 +00002b3e=1 +00002b3f=1 +00002b40=1 +00002b41=1 +00002b42=1 +00002b4d=1 +00002b4e=1 +00002b4f=1 +00002b5c=1 +00002b5d=1 +00002b5e=1 +00002b5f=1 +00002b60=1 +00002b61=1 +00002b62=1 +00002b63=1 +00002b64=1 +00002b65=1 +00002b66=1 +00002b67=1 +00002b68=1 +00002b69=1 +00002b6a=1 +00002b6b=1 +00002b6c=1 +00002b6d=1 +00002b6e=1 +00002b6f=1 +00002b70=1 +00002b71=1 +00002b72=1 +00002b73=1 +00002b74=1 +00002b75=1 +00002b76=1 +00002b8e=1 +00002b8f=1 +00002b90=1 +00002b91=1 +00002b92=1 +00002b93=1 +00002b94=1 +00002ba2=1 +00002ba3=1 +00002ba4=1 +00002ba5=1 +00002bac=1 +00002bad=1 +00002bb6=1 +00002bb7=1 +00002bb8=1 +00002bb9=1 +00002bba=1 +00002bbb=1 +00002bbc=1 +00002bbd=1 +00002bbe=1 +00002bbf=1 +00002bc0=1 +00002bc1=1 +00002bc2=1 +00002bc3=1 +00002bc4=1 +00002bc5=1 +00002bc6=1 +00002bc7=1 +00002bd4=1 +00002bd5=1 +00002bd6=1 +00002bd7=1 +00002bd8=1 +00002bd9=1 +00002bda=1 +00002bdb=1 +00002bde=1 +00002bdf=1 +00002be0=1 +00002be1=1 +00002be2=1 +00002be3=1 +00002be8=1 +00002bed=1 +00002bee=1 +00002bef=1 +00002bf0=1 +00002bf7=1 +00002bf8=1 +00002bf9=1 +00002c01=1 +00002c02=1 +00002c03=1 +00002c04=1 +00002c0b=1 +00002c0c=1 +00002c0d=1 +00002c0e=1 +00002c0f=1 +00002c10=1 +00002c11=1 +00002c12=1 +00002c13=1 +00002c14=1 +00002c15=1 +00002c1a=1 +00002c1b=1 +00002c1c=1 +00002c1d=1 +00002c1e=1 +00002c1f=1 +00002c20=1 +00002c24=1 +00002c25=1 +00002c26=1 +00002c27=1 +00002c28=1 +00002c29=1 +00002c2a=1 +00002c2b=1 +00002c38=1 +00002c39=1 +00002c3d=1 +00002c3e=1 +00002c42=1 +00002c43=1 +00002c44=1 +00002c45=1 +00002c46=1 +00002c47=1 +00002c48=1 +00002c49=1 +00002c4a=1 +00002c4b=1 +00002c4c=1 +00002c4e=1 +00002c4f=1 +00002c50=1 +00002c51=1 +00002c52=1 +00002c53=1 +00002c54=1 +00002c55=1 +00002c56=1 +00002c5e=1 +00002c5f=1 +00002c60=1 +00002c61=1 +00002c62=1 +00002c63=1 +00002c6a=1 +00002c6b=1 +00002c6c=1 +00002c6d=1 +00002c6e=1 +00002c74=1 +00002c79=1 +00002c7a=1 +00002c7b=1 +00002c7e=1 +00002c83=1 +00002c84=1 +00002c86=1 +00002c87=1 +00002c88=1 +00002c89=1 + +[Relayout] + diff --git a/translations/projects/ChineseSimplified/ieviewer.atp b/translations/projects/ChineseSimplified/ieviewer.atp new file mode 100644 index 000000000..2b99f1366 --- /dev/null +++ b/translations/projects/ChineseSimplified/ieviewer.atp @@ -0,0 +1,25 @@ +[Files] +Original=$BUILD_DIR\plugins\ieviewer\lang\english.slg +Translated=$BUILD_DIR\plugins\ieviewer\lang\chinesesimplified.slg +Include=..\..\symbols\plugins\ieviewer\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +00002774=1 +00002775=0 +00002776=1 +00002777=1 +00002779=1 + +[Relayout] + diff --git a/translations/projects/ChineseSimplified/mmviewer.atp b/translations/projects/ChineseSimplified/mmviewer.atp new file mode 100644 index 000000000..3e243036e --- /dev/null +++ b/translations/projects/ChineseSimplified/mmviewer.atp @@ -0,0 +1,233 @@ +[Files] +Original=$BUILD_DIR\plugins\mmviewer\lang\english.slg +Translated=$BUILD_DIR\plugins\mmviewer\lang\chinesesimplified.slg +Include=..\..\symbols\plugins\mmviewer\symbols.inc +SalMenu=..\..\symbols\plugins\mmviewer\salmenu.mnu +CheckList=..\..\symbols\plugins\mmviewer\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +29040000=1 +29040001=1 +29040003=1 +29040004=1 +29040006=1 +29040007=1 +29040008=1 +29040009=1 +2904000a=1 +2904000b=1 +2904000c=1 +2904000d=1 +2904000e=1 + +[MenusTranslation] + +[StringsTranslation] +00002b5c=1 +00002b5d=1 +00002b5e=1 +00002b5f=1 +00002b60=1 +00002b61=1 +00002b62=1 +00002b63=1 +00002b66=1 +00002b67=1 +00002b70=1 +00002b73=1 +00002b74=1 +00002b75=1 +00002b76=1 +00002b77=1 +00002b78=1 +00002b79=1 +00002b7a=1 +00002b7b=1 +00002b7c=1 +00002bc0=1 +00002bc1=1 +00002bc2=1 +00002bc4=1 +00002bc5=1 +00002bc6=1 +00002bc7=1 +00002bc8=1 +00002bc9=1 +00002bca=1 +00002bcb=1 +00002bde=1 +00002be0=1 +00002c06=1 +00002c07=1 +00002c10=1 +00002c11=1 +00002c1a=1 +00002cec=1 +00002ced=1 +00002cee=1 +00002cef=1 +00002cf0=1 +00002cf1=1 +00002cf2=1 +00002cf3=1 +00002ee1=1 +00002ee2=1 +00002ee9=1 +00002eea=1 +00002eeb=1 +00002eec=1 +00002eed=1 +00002eee=1 +00002eef=1 +00002ef0=1 +00002ef1=1 +00002ef2=1 +00002ef3=1 +00002ef4=1 +00002ef5=1 +00002ef6=1 +00002ef7=1 +00002ef8=1 +00002ef9=1 +00002efa=1 +00002efb=1 +00002efc=1 +00002efd=1 +00002f44=1 +00002f45=1 +00002f46=1 +00002f47=1 +00002f48=1 +00002f49=1 +00002f4a=1 +00002f4b=1 +00002f4c=1 +00002f4d=1 +00002f4e=1 +00002f4f=1 +00002f50=1 +00002f51=1 +00002f52=1 +00002f53=1 +00002f54=1 +00002f55=1 +00002f56=1 +00002f57=1 +00002f58=1 +00002f59=1 +00002f5a=1 +00002f5b=1 +00002f5c=1 +00002f5d=1 +00002f5e=1 +00002f5f=1 +00002f60=1 +00002f61=1 +00002f62=1 +00002fa8=1 +00002fa9=1 +00002faa=1 +00002fab=1 +00002fac=1 +0000300c=1 +0000300d=1 +0000300e=1 +0000300f=1 +00003010=1 +00003011=1 +00003012=1 +00003013=1 +00003014=1 +00003015=1 +00003016=1 +00003017=1 +00003018=1 +00003019=1 +0000301a=1 +0000301b=1 +0000301c=1 +0000301d=1 +0000301e=1 +0000301f=1 +00003020=1 +00003021=1 +00003022=1 +00003023=1 +00003024=1 +00003025=1 +00003026=1 +00003027=1 +00003070=1 +00003071=1 +00003072=1 +00003073=1 +00003074=1 +00003075=1 +00003076=1 +00003077=1 +000030d5=1 +000030d6=1 +000030d7=1 +000030d8=1 +000030d9=1 +000030da=1 +000030db=1 +000030dc=1 +000030dd=1 +000030de=1 +000030df=1 +000030e0=1 +000030e1=1 +000030e2=1 +000030e3=1 +000030e4=1 +000030e5=1 +000030e6=1 +000030e7=1 +000030e8=1 +000030e9=1 +000030ea=1 +000030eb=1 +000030ec=1 +000030ed=1 +000030ee=1 +000030ef=1 +000030f0=1 +000030f1=1 +000030f2=1 +000030f3=1 +000030f4=1 +000030f5=1 +000030f6=1 +000030f7=1 +000030f8=1 +000030f9=1 +000030fa=1 +000030fb=1 +000030fc=1 +000030fd=1 +000030fe=1 +00003138=1 +00003139=1 +0000313a=1 +0000313b=1 +0000313c=1 +0000313d=1 +0000313e=1 +0000313f=1 +00003140=1 +00003141=1 +00003142=1 +00003143=1 +00003144=1 +00003145=1 + +[Relayout] + diff --git a/translations/projects/ChineseSimplified/nethood.atp b/translations/projects/ChineseSimplified/nethood.atp new file mode 100644 index 000000000..f2c3b8ea2 --- /dev/null +++ b/translations/projects/ChineseSimplified/nethood.atp @@ -0,0 +1,42 @@ +[Files] +Original=$BUILD_DIR\plugins\nethood\lang\english.slg +Translated=$BUILD_DIR\plugins\nethood\lang\chinesesimplified.slg +Include=..\..\symbols\plugins\nethood\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00660000=1 +00660001=1 +00660002=1 +00660003=1 +00660004=1 +00660005=1 +00660006=1 +00660008=1 +00660009=1 +0066000a=1 + +[MenusTranslation] + +[StringsTranslation] +00000080=1 +00000081=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 + +[Relayout] + diff --git a/translations/projects/ChineseSimplified/pak.atp b/translations/projects/ChineseSimplified/pak.atp new file mode 100644 index 000000000..142e7e2ec --- /dev/null +++ b/translations/projects/ChineseSimplified/pak.atp @@ -0,0 +1,70 @@ +[Files] +Original=$BUILD_DIR\plugins\pak\lang\english.slg +Translated=$BUILD_DIR\plugins\pak\lang\chinesesimplified.slg +Include=..\..\symbols\plugins\pak\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640005=1 +00640008=1 +00640009=1 + +[MenusTranslation] + +[StringsTranslation] +000001f4=1 +000001f5=1 +000001f6=1 +000001f7=1 +000001f8=1 +000001f9=1 +000001fa=1 +000001fb=1 +000001fc=1 +000001fd=1 +000001fe=1 +000001ff=1 +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 + +[Relayout] + diff --git a/translations/projects/ChineseSimplified/peviewer.atp b/translations/projects/ChineseSimplified/peviewer.atp new file mode 100644 index 000000000..015bed7c6 --- /dev/null +++ b/translations/projects/ChineseSimplified/peviewer.atp @@ -0,0 +1,37 @@ +[Files] +Original=$BUILD_DIR\plugins\peviewer\lang\english.slg +Translated=$BUILD_DIR\plugins\peviewer\lang\chinesesimplified.slg +Include=..\..\symbols\plugins\peviewer\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +21350000=1 +21350001=1 +21350003=1 +21350004=1 +21350005=1 +21350007=1 +21350008=1 +21350009=1 +2135000a=1 +2135000b=1 + +[MenusTranslation] + +[StringsTranslation] +000003f8=1 +00002774=1 +00002775=1 +00002776=1 +00002777=1 +00002778=1 +00002786=1 + +[Relayout] + diff --git a/translations/projects/ChineseSimplified/pictview.atp b/translations/projects/ChineseSimplified/pictview.atp new file mode 100644 index 000000000..659b83e93 --- /dev/null +++ b/translations/projects/ChineseSimplified/pictview.atp @@ -0,0 +1,590 @@ +[Files] +Original=$BUILD_DIR\plugins\pictview\lang\english.slg +Translated=$BUILD_DIR\plugins\pictview\lang\chinesesimplified.slg +Include=..\..\symbols\plugins\pictview\symbols.inc +SalMenu=..\..\symbols\plugins\pictview\salmenu.mnu +IgnoreList=..\..\symbols\plugins\pictview\ignore.lst +CheckList=..\..\symbols\plugins\pictview\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +07d00000=1 +07d00001=1 +07d00003=1 +07d00005=1 +07d00006=1 +07d00007=1 +07d00008=1 +07d00009=1 +07d0000a=1 +07d0000b=1 +07e40000=1 +07e40001=1 +07e40002=1 +07e40003=1 +07e40004=1 +07e40005=1 +07e40006=1 +07e40007=1 +07e40008=1 +07e40009=1 +07e4000a=1 +07f80000=1 +07f80001=1 +07f80002=1 +07f80003=1 +07f80005=1 +07f80007=1 +07f80008=1 +07f80009=1 +07f8000a=1 +080c0000=1 +080c0001=1 +080c0002=1 +080c0003=1 +08160000=1 +08160001=1 +08160002=1 +08160003=1 +08160004=1 +08160005=1 +08160006=1 +08160007=1 +08160009=1 +0816000b=1 +08200000=1 +08200001=1 +08200002=1 +08200004=1 +08200006=1 +08200007=1 +08200009=1 +08340000=1 +08340001=1 +08340002=1 +08340003=1 +08340005=1 +08340007=1 +08340009=1 +0834000b=1 +0834000d=1 +0834000f=1 +08340011=1 +08340013=1 +08340015=1 +08480000=1 +08480003=1 +08480004=1 +08480005=1 +08480006=1 +08480007=1 +08480008=1 +08520000=1 +08520001=1 +08520003=1 +08520004=1 +08520005=1 +085c0000=1 +085c0001=1 +085c0003=1 +085c0004=1 +08660000=1 +08660001=1 +08660002=1 +08660003=1 +08660004=1 +08660005=1 +08660006=1 +08660007=1 +08660008=1 +08660009=1 +0866000c=1 +0866000d=1 +0866000f=1 +08660010=1 +08660011=1 +087a0000=1 +087a0003=1 +087a0004=1 +08840000=1 +08840001=1 +08840004=1 +08840007=1 +08840008=1 +08840009=1 +08fc0001=1 +08fc0003=1 +08fc0004=1 +08fc0006=1 +08fc0008=1 +08fc000a=1 +08fc000b=1 +08fc000d=1 +08fc000e=1 +08fc000f=1 +08fc0010=1 +08fc0011=1 +08fc0013=1 +08fc0014=1 +08fc0016=1 +08fc0017=1 +08fc0018=1 +08fc001a=1 +09600000=1 +09600001=1 +09600002=1 +09600003=1 +09600004=1 +09600005=1 +09600007=1 +09600009=1 +0960000b=1 +0960000d=1 +0960000f=1 +09600010=1 +09600011=1 +09600012=1 +09c40000=1 +09c40002=1 +09c40004=1 +09c40005=1 +09c40006=1 +09c40009=1 +09c4000c=1 +09c4000d=1 +09c4000e=1 +09c40010=1 +09c40011=1 +09c40012=1 +09c40013=1 +09c40016=1 +09c40019=1 +09c4001a=1 +09c4001b=1 +09c4001c=1 +09c4001d=1 +09e20000=1 +09e20001=1 + +[MenusTranslation] + +[StringsTranslation] +000001f4=1 +000001f5=1 +000001f6=1 +000001f7=1 +000001f8=1 +000001f9=1 +000001fa=1 +000001fb=1 +000001fc=1 +000001fd=1 +000001fe=1 +000001ff=1 +00000200=1 +00000201=1 +00000202=1 +00000203=1 +00000204=1 +00000205=1 +00000206=1 +00000207=1 +00000208=1 +00000209=1 +0000020a=1 +0000020b=1 +0000020c=1 +0000020d=1 +0000020e=1 +0000020f=1 +00000210=1 +00000211=1 +00000212=1 +00000213=1 +00000214=1 +00000215=1 +00000216=1 +00000217=1 +0000021d=1 +0000021e=1 +0000021f=1 +00000220=1 +00000221=1 +00000226=1 +00000227=1 +00000228=1 +00000230=1 +00000231=1 +00000232=1 +00000233=1 +00000234=1 +00000235=1 +00000236=1 +00000237=1 +00000238=1 +00000239=1 +0000023a=1 +00000244=1 +00000245=1 +00000246=1 +00000247=1 +00000248=1 +00000249=1 +0000024e=1 +0000024f=1 +00000250=1 +00000251=1 +00000254=1 +00000262=1 +00000263=1 +00000264=1 +00000265=1 +00000266=1 +00000267=1 +000003e7=1 +000003e8=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +00000418=1 +00000419=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +00000441=1 +00000442=1 +00000443=1 +00000444=1 +00000445=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +00000455=1 +00000456=1 +00000457=1 +00000458=1 +00000459=1 +0000045a=1 +0000045b=1 +0000045c=1 +0000045d=1 +0000045e=1 +0000045f=1 +00000460=1 +00000461=1 +00000462=1 +00000469=1 +0000046a=1 +0000046b=1 +0000046c=1 +0000046d=1 +00000474=1 +00000475=1 +00000476=1 +00000477=1 +00000479=1 +0000047a=1 +0000047b=1 +0000047c=1 +00000488=1 +00000489=1 +0000048a=1 +0000048b=1 +0000048c=1 +00000492=1 +00000898=1 +00000899=1 +0000089a=1 +0000089b=1 +0000089c=1 +0000089d=1 +0000089e=1 +0000089f=1 +000008a0=1 +000008a1=1 +000008a2=1 +000008a3=1 +000008a4=1 +000008a5=1 +000008a6=1 +000008a7=1 +000008a8=1 +000008a9=1 +000008aa=1 +000008ab=1 +000008ac=1 +000008ad=1 +000008ae=1 +000008af=1 +000008b0=1 +000008b5=1 +000008b6=1 +000008b7=1 +000008b8=1 +000008b9=1 +000008ba=1 +000008bb=1 +000008bc=1 +000008bd=1 +000008be=1 +000008bf=1 +000008c0=1 +000008c1=1 +000008c2=1 +000008c3=1 +000008c4=1 +000008c5=1 +000008c6=1 +000008c7=1 +000008c8=1 +000008c9=1 +000008ca=1 +000008cb=1 +000008e8=1 +000008e9=1 +000008ea=1 +000008eb=1 +000008ec=1 +000008f2=1 +000008f3=1 +000008f4=1 +000008f5=1 +000008f6=1 +000008f7=1 +000008f8=1 +00000902=1 +00000903=1 +00000fa3=1 +00000fa4=1 +00000fa6=1 +00000fa7=1 +00000fa9=1 +00000faf=1 +00000fb1=1 +00000fb3=1 +00000fb5=1 +00000fbb=1 +00000fbc=1 +00000fbd=1 +00000fbe=1 +00000fc5=1 +00000fc6=1 +00000fc7=1 +00000fca=1 +00000fcb=1 +00000fcc=1 +00000fd1=1 +00000fd4=1 +00000fd8=1 +00000fd9=1 +00000fda=1 +00000fdb=1 +00000fdf=1 +00000fe0=1 +00000fe1=1 +00000fe2=1 +00000fe3=1 +00000fe4=1 +00000fe5=1 +00000fe7=1 +00000fe9=1 +00000fea=1 +00000feb=1 +00000fec=1 +00000fed=1 +00000fee=1 +00000fef=1 +00000ff0=1 +00000ff1=1 +00000ff2=1 +00000ff3=1 +00000ff4=1 +00000ff5=1 +00000ff6=1 +00000ff7=1 +00000ff8=1 +00000ff9=1 +00000ffa=1 +00000ffb=1 +00000ffc=1 +00000ffd=1 +00000ffe=1 +00001000=1 +00001001=1 +00001003=1 +00001004=1 +00001006=1 +0000100b=1 +0000100c=1 +0000100f=1 +00001010=1 +00001013=1 +00001015=1 +00001017=1 +00001018=1 +00001019=1 +0000101a=1 +0000101b=1 +0000101c=1 +0000101d=1 +0000101e=1 +00001022=1 +00001045=1 +00001054=1 +00001063=1 +0000106d=1 +0000106e=1 +0000106f=1 +00001071=1 +00001072=1 +0000107b=1 +0000107c=1 +0000107f=1 +00001080=1 +00001088=1 +0000108c=1 +00001091=1 +00001092=1 +00001093=1 +00001094=1 +00001095=1 +00001096=1 +00001098=1 +0000109a=1 +0000109c=1 +0000109d=1 +0000109e=1 +000010a1=1 +000010a3=1 +000010a4=1 +000010a5=1 +000010a6=1 +000010a7=1 +000010a8=1 +000010a9=1 +000010aa=1 +000010ad=1 +000010ae=1 +000010af=1 +000010b8=1 +000010b9=1 +000010be=1 +000010bf=1 +000010c8=1 +000010c9=1 +000010ca=1 +000010cb=1 +000010cc=1 +000010cd=1 +000010ce=1 +000010cf=1 +000010d3=1 +000010d4=1 +000010d5=1 +000010d6=1 +000010d9=1 +000010db=1 +000010df=1 +000010e2=1 +000010e3=1 +000010e4=1 +000010e6=1 +000010e9=1 +000010ea=1 +000010eb=1 +000010ec=1 +000010f4=1 +000010f8=1 +000010f9=1 +000010fa=1 +000010fb=1 +00001142=1 + +[Relayout] + diff --git a/translations/projects/ChineseSimplified/regedt.atp b/translations/projects/ChineseSimplified/regedt.atp new file mode 100644 index 000000000..6756ff597 --- /dev/null +++ b/translations/projects/ChineseSimplified/regedt.atp @@ -0,0 +1,238 @@ +[Files] +Original=$BUILD_DIR\plugins\regedt\lang\english.slg +Translated=$BUILD_DIR\plugins\regedt\lang\chinesesimplified.slg +Include=..\..\symbols\plugins\regedt\symbols.inc +SalMenu=..\..\symbols\plugins\regedt\salmenu.mnu +IgnoreList=..\..\symbols\plugins\regedt\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640004=1 +00640005=1 +006e0000=1 +006e0001=1 +006e0003=1 +006e0004=1 +006e0006=1 +006e0007=1 +00780000=1 +00780002=1 +00780003=1 +00780004=1 +00780005=1 +00780006=1 +00780007=1 +00780009=1 +0078000b=1 +00820003=1 +00820004=1 +00820005=1 +00870000=1 +00870001=1 +00870003=1 +00870004=1 +00870006=1 +00870007=1 +00870008=1 +00870009=1 +0087000a=1 +0087000b=1 +0087000c=1 +0087000d=1 +0087000e=1 +0087000f=1 +00870010=1 +00870011=1 +00870012=1 +00870014=1 +00870015=1 +00870017=1 +00870018=1 +00a50000=1 +00a50001=1 +00a50003=1 +00a50005=1 +00a50006=1 +00a50007=1 +00a50008=1 +00a60000=1 +00a60001=1 +00a60002=1 +00a60005=1 +00a60008=1 +00a6000c=1 +00a6000d=1 +00af0003=1 +00af0004=1 +00b10000=1 +00b10001=1 +00b10003=1 +00b10005=1 +00b10006=1 +00b10007=1 + +[MenusTranslation] + +[StringsTranslation] +000000b0=1 +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fe=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000418=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +00000441=1 +00000442=1 +00000443=1 +00000444=1 +00000445=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000451=1 +00000453=1 +00000454=1 +00000455=1 +00000456=1 +00000457=1 +00000458=1 +00000459=1 +0000045a=1 +0000045b=1 +0000045c=1 +0000045d=1 +0000045e=1 +0000045f=1 +00000460=1 +00000461=1 +00000462=1 +00000463=1 +00000464=1 +00000465=1 +00000466=1 +00000467=1 +00000468=1 +00000469=1 +0000046a=1 +0000046b=1 +0000046c=1 +0000046d=1 +0000046e=1 +0000046f=1 +00000470=1 +00000471=1 +00000472=1 +00000473=1 +00000474=1 +00000475=1 +00000476=1 +00000477=1 +00000478=1 +00000479=1 +0000047a=1 +0000047b=1 +0000047c=1 +0000047d=1 +0000047e=1 +0000047f=1 +00000480=1 +00000481=1 +00000482=1 +00000486=1 +00000487=1 +00000488=1 +00000489=1 +0000048a=1 +0000048b=1 +0000048c=1 +0000048d=1 + +[Relayout] + diff --git a/translations/projects/ChineseSimplified/renamer.atp b/translations/projects/ChineseSimplified/renamer.atp new file mode 100644 index 000000000..5c866b9f2 --- /dev/null +++ b/translations/projects/ChineseSimplified/renamer.atp @@ -0,0 +1,370 @@ +[Files] +Original=$BUILD_DIR\plugins\renamer\lang\english.slg +Translated=$BUILD_DIR\plugins\renamer\lang\chinesesimplified.slg +Include=..\..\symbols\plugins\renamer\symbols.inc +SalMenu=..\..\symbols\plugins\renamer\salmenu.mnu +IgnoreList=..\..\symbols\plugins\renamer\ignore.lst +CheckList=..\..\symbols\plugins\renamer\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640002=1 +00640004=1 +00640005=1 +00640006=1 +00640009=1 +0064000c=1 +0064000e=1 +00640011=1 +00640014=1 +00640015=1 +00640016=1 +00640017=1 +00640018=1 +00640019=1 +0064001b=1 +0064001d=1 +0064001f=1 +00640020=1 +008c0000=1 +008c0001=1 +008c0003=1 +008c0005=1 +008c0007=1 +008c0009=1 +008c000b=1 +008c000c=1 +00960000=1 +00960001=1 +00960003=1 +00960005=1 +00960007=1 +00960009=1 +0096000b=1 +0096000c=1 +0096000d=1 +00a00000=1 +00a00001=1 +00a00003=1 +00a00004=1 +00a00005=1 +00a00006=1 +00a00007=1 +00aa0000=1 +00aa0001=1 +00aa0003=1 +00aa0004=1 +00aa0006=1 +00aa0007=1 +00af0000=1 +00af0003=1 +00b40000=1 +00b40001=1 +00b40003=1 +00b40004=1 +00b90000=1 +00b90001=1 +00b90002=1 +00b90004=1 +00b90006=1 +00b90008=1 +00b90009=1 +00be0000=1 +00be0001=1 +00be0002=1 +00be0005=1 +00be0008=1 +00be000b=1 +00be000c=1 +00be000d=1 +00be000e=1 +00be0010=1 +00be0011=1 +00be0012=1 + +[MenusTranslation] + +[StringsTranslation] +0000007a=1 +0000007b=1 +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=0 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +00000418=1 +00000419=1 +0000041a=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000439=1 +0000043b=1 +0000043d=1 +0000043f=1 +00000441=1 +00000443=1 +00000445=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000450=1 +00000451=1 +00000452=1 +00000453=1 +00000454=1 +00000455=1 +00000456=1 +00000457=1 +00000458=1 +00000459=1 +0000045a=1 +0000045b=1 +0000045c=1 +0000045d=1 +0000045e=1 +0000045f=1 +00000460=1 +00000461=1 +00000462=1 +00000463=1 +00000465=1 +00000466=1 +00000467=1 +00000468=1 +00000469=1 +0000046a=1 +0000046b=1 +0000046c=1 +0000046d=1 +0000046e=1 +0000046f=1 +00000470=1 +00000471=1 +00000472=1 +00000473=1 +00000474=1 +00000475=1 +00000476=1 +00000477=1 +00000478=1 +00000479=1 +0000047a=1 +0000047b=1 +0000047c=1 +0000047d=1 +0000047e=1 +0000047f=1 +00000480=1 +00000481=1 +00000482=1 +00000483=1 +00000484=1 +00000485=1 +00000486=1 +00000487=1 +00000488=1 +00000489=1 +0000048a=1 +0000048b=1 +0000048c=1 +0000048d=1 +0000048e=1 +0000048f=1 +00000490=1 +00000491=1 +00000492=1 +00000493=1 +00000494=1 +00000495=1 +00000496=1 +00000497=1 +00000498=1 +00000499=1 +0000049a=1 +0000049b=1 +0000049c=1 +0000049d=1 +0000049e=1 +0000049f=1 +000004a0=1 +000004a1=1 +000004a2=1 +000004a3=1 +000004a4=1 +000004a5=1 +000004a6=1 +000004a7=1 +000004a8=1 +000004a9=1 +000004aa=1 +000004ab=1 +000004ac=1 +000004ad=1 +000004ae=1 +000004af=1 +000004b0=1 +000004b1=1 +000004b2=1 +000004b3=1 +000004b4=1 +000004b5=1 +000004b6=1 +000004b7=1 +000004b8=1 +000004b9=1 +000004ba=1 +000004bb=1 +000004bc=1 +000004bd=1 +000004be=1 +000004bf=1 +000004c0=1 +000004c1=1 +000004c2=1 +000004c3=1 +000004c4=1 +000004c5=1 +000004c6=1 +000004c7=1 +000004c8=1 +000004c9=1 +000004ca=1 +000004cb=1 +000004cc=1 +000004cd=1 +000004ce=1 +000004cf=1 +000004d0=1 +000004d1=1 +000004d2=1 +000004d3=1 +000004d4=1 +000004d5=1 +000004d6=1 +000004d7=1 +000004d8=1 +000004d9=1 +000004da=1 +000004dc=1 +000004dd=1 +000004de=1 +000004df=1 +000004e0=1 +000004e1=1 +000004e2=1 +000004e3=1 +000004e4=1 +000004e5=1 +000004e6=1 +000004e7=1 +000004e8=1 +000004e9=1 +000004ea=1 +000004eb=1 +000004ec=1 +000004ed=1 +000004ee=1 +000004ef=1 +000004f0=1 +000004f1=1 +000004f2=1 +000004f3=1 +000004f4=1 +000004f5=1 +000004f6=1 +000004f7=1 +000004f8=1 +000004f9=1 +000004fa=1 +000004fb=1 +000004fc=1 +000004fd=1 +000004fe=1 +000004ff=1 +00000500=1 +00000501=1 +00000503=1 +00000504=1 +00000505=1 +00000506=1 + +[Relayout] + diff --git a/translations/projects/ChineseSimplified/salamand.atp b/translations/projects/ChineseSimplified/salamand.atp new file mode 100644 index 000000000..97c6b653f --- /dev/null +++ b/translations/projects/ChineseSimplified/salamand.atp @@ -0,0 +1,2505 @@ +[Files] +Original=$BUILD_DIR\lang\english.slg +Translated=$BUILD_DIR\lang\chinesesimplified.slg +Include=..\..\symbols\symbols.inc +SalMenu=..\..\symbols\salmenu.mnu +IgnoreList=..\..\symbols\ignore.lst +CheckList=..\..\symbols\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640004=1 +00640005=1 +00640006=1 +00680000=1 +00680001=1 +00680003=1 +00680004=1 +00680005=1 +00680006=1 +00940000=1 +00940001=1 +00940003=1 +00940005=1 +00940007=1 +00940009=1 +00950000=1 +00950001=1 +00950003=1 +00950005=1 +00960005=1 +00960007=1 +0096000a=1 +0096000c=1 +00aa0001=1 +00aa0003=1 +00aa0005=1 +00aa0006=1 +00aa0007=1 +00aa0008=1 +00b40000=1 +00b40001=1 +00b40004=1 +00b40007=1 +00b40008=1 +00b40009=1 +00b4000a=1 +00b4000b=1 +00be0001=1 +00be0004=1 +00be0005=1 +00be0006=1 +00be0007=1 +00be0008=1 +00bf0000=1 +00bf0001=1 +00bf0002=1 +00bf0003=1 +00bf0005=1 +00bf0006=1 +00bf0007=1 +00bf0008=1 +00bf0009=1 +00bf000a=1 +00bf000b=1 +00bf000c=1 +00bf000d=1 +00bf000f=1 +00bf0010=1 +00bf0011=1 +00bf0012=1 +00bf0013=1 +00bf0014=1 +00bf0015=1 +00bf0017=1 +00bf0019=1 +00bf001b=1 +00bf001d=1 +00bf001e=1 +00bf001f=1 +00bf0020=1 +00c80000=1 +00c80001=1 +00c80003=1 +00c80005=1 +00c80007=1 +00c80008=1 +00c80009=1 +00c8000a=1 +00cc0004=1 +00cc0005=1 +00cc0006=1 +00cd0004=1 +00cd0005=1 +00cd0006=1 +00cd0009=1 +00cd000a=1 +00cd000b=1 +00cd000c=1 +00cd000d=1 +00cd000e=1 +00cd0010=1 +00cd0011=1 +00cd0015=1 +00cd0016=1 +00cd0017=1 +00cd0018=1 +00ce0003=1 +00ce0004=1 +00ce0005=1 +00cf0003=1 +00cf0004=1 +00cf0005=1 +00d00004=1 +00d00005=1 +00d00006=1 +00e60001=1 +00e60003=1 +00e60005=1 +00e60006=1 +00f00000=1 +00f00001=1 +00f00003=1 +00f00005=1 +00f00007=1 +00f00008=1 +00f00009=1 +00f0000a=1 +00f10000=1 +00f10002=1 +00f10003=1 +00f10004=1 +00f10005=1 +00f10006=1 +00f10007=1 +00f10008=1 +00f1000a=1 +00f1000b=1 +00f1000e=1 +00f10011=1 +00f10014=1 +00f10016=1 +00f10017=1 +00f10019=1 +00f1001a=1 +00f1001b=1 +01040000=1 +01040001=1 +01040003=1 +01040005=1 +01040007=1 +01040009=1 +0104000b=1 +0104000d=1 +0104000f=1 +01040011=1 +01040013=1 +01040015=1 +01040016=1 +01040018=1 +0104001b=1 +0104001c=1 +010e0003=1 +010e0004=1 +010e0005=1 +010e0006=1 +010e0007=1 +010e0008=1 +010e0009=1 +012c0000=1 +012c0001=1 +012c0002=1 +012c0003=1 +012c0004=1 +012c0005=1 +012c0006=1 +012c0008=1 +012c0009=1 +012c000a=1 +012c000b=1 +012c000c=1 +012c000d=1 +012c000e=1 +012c000f=1 +01400000=1 +01400001=1 +01400003=1 +01400005=1 +01400006=1 +01400007=1 +01400008=1 +0140000a=1 +0140000b=1 +0140000d=1 +0140000e=1 +0140000f=1 +01400010=1 +01400011=1 +015e0000=1 +015e0001=1 +015e0003=1 +015e0004=1 +015e0005=1 +015e0006=1 +015e0009=1 +015e000c=1 +015e000f=1 +015e0010=1 +015e0011=1 +015e0012=1 +01720000=1 +01720002=1 +01720005=1 +01720006=1 +01720007=1 +01720008=1 +01810000=1 +01810001=1 +01810002=1 +01810004=1 +01810005=1 +01810006=1 +01810007=1 +01900000=1 +01900002=1 +01900003=1 +01900004=1 +01900005=1 +01900006=1 +01900008=1 +01900009=1 +0190000a=1 +0190000b=1 +0190000d=1 +0190000e=1 +01900010=1 +01900011=1 +01900012=1 +01940000=1 +01940001=1 +01940004=1 +01940007=1 +01940008=1 +01940009=1 +01950000=1 +01950001=1 +01950002=1 +01950004=1 +01950006=1 +01950007=1 +01950008=1 +01950009=1 +019a0000=1 +019a0001=1 +019a0003=1 +019a0005=1 +019a0007=1 +019a0009=1 +019a000b=1 +019a000d=1 +019a0010=1 +019a0011=1 +019a0013=1 +019a0014=1 +019a0015=1 +019a0016=1 +019a0017=1 +019a0018=1 +019a0019=1 +019a001a=1 +019a001b=1 +019a001c=1 +019a001e=1 +019a0020=1 +019a0022=1 +019a0024=1 +01c20000=1 +01c20001=1 +01c20003=1 +01c20004=1 +01c20005=1 +01c20007=1 +01c20009=1 +01c2000a=1 +01c2000b=1 +01c70000=1 +01c70001=1 +01c70004=1 +01c70005=1 +01c70006=1 +01c70007=1 +01c70008=1 +01cc0000=1 +01cc0002=1 +01cc0003=1 +01cc0004=1 +01dc0000=1 +01dc0001=1 +01dc0003=1 +01dc0004=1 +01dc0005=1 +01dc0007=1 +01dc0008=1 +01dc0009=1 +01dc000b=1 +01dc000c=1 +01dc000d=1 +01dc000f=1 +01dc0010=1 +01dc0011=1 +01dc0013=1 +01dc0014=1 +01dc0015=1 +01dc0016=1 +01dc0018=1 +01ea0006=1 +01ea0008=1 +01f10006=1 +01f10008=1 +01f1000a=1 +01fe0000=1 +01fe0003=1 +01fe0005=1 +01fe0006=1 +01fe0007=1 +01fe0008=1 +02080000=1 +02080003=1 +02080005=1 +02080006=1 +02080008=1 +02080009=1 +0208000a=1 +0208000b=1 +02120000=1 +02120001=1 +02120003=1 +02120006=1 +02120009=1 +02170000=1 +02170001=1 +02170002=1 +02170003=1 +02170004=1 +02170005=1 +02170006=1 +02170007=1 +02170008=1 +02170009=1 +0217000a=1 +0217000b=1 +0217000c=1 +0217000d=1 +0217000e=1 +0217000f=1 +02170011=1 +02260000=1 +02260002=1 +02260004=1 +02260006=1 +02260008=1 +0226000a=1 +0226000e=1 +02260013=1 +02260016=1 +0226001a=1 +0226001c=1 +0226001e=1 +02260020=1 +02260023=1 +02260025=1 +02260027=1 +0226002a=1 +0226002b=1 +0226002c=1 +023f0000=1 +023f0001=1 +02440000=1 +02440001=1 +02440003=1 +02440005=1 +02440006=1 +02440009=1 +0244000c=1 +024e0000=1 +024e0001=1 +024e0003=1 +024e0006=1 +024e0009=1 +02530000=1 +02530001=1 +02530002=1 +02530003=1 +02530004=1 +02530005=1 +02530006=1 +02530007=1 +02530008=1 +0253000a=1 +0253000d=1 +0253000e=1 +02530010=1 +02760000=1 +02760001=1 +02760003=1 +02760004=1 +02760005=1 +02760006=1 +02760007=1 +02760008=1 +02760009=1 +0276000a=1 +0276000c=1 +0276000d=1 +0276000e=1 +02760010=1 +02760011=1 +02760013=1 +02760015=1 +02760017=1 +02760019=1 +0276001a=1 +0276001c=1 +0276001e=1 +0276001f=1 +02760020=1 +02760021=1 +02940000=1 +02940001=1 +02940003=1 +02940004=1 +02940006=1 +02940007=1 +02940008=1 +029e0000=1 +029e0001=1 +029e0003=1 +029e0004=1 +029e0005=1 +029e0006=1 +029e0007=1 +029e0008=1 +02a80001=1 +02a80003=1 +02a80005=1 +02a80006=1 +02a80007=1 +02a90001=1 +02a90003=1 +02a90005=1 +02aa0001=1 +02aa0004=1 +02aa0005=1 +02aa0006=1 +02ab0001=1 +02ab0004=1 +02ab0005=1 +02ab0006=1 +03f20000=1 +03f20001=1 +03f20003=1 +03f20004=1 +03f20005=1 +03f20006=1 +03f20007=1 +03f20008=1 +03fe0000=1 +03fe0001=1 +03fe0003=1 +03fe0004=1 +03fe0005=1 +04030000=1 +04030001=1 +04030003=1 +04030004=1 +04030006=1 +04030008=1 +0403000a=1 +0403000b=1 +0403000c=1 +0403000d=1 +04060000=1 +04060001=1 +04060003=1 +04060004=1 +04060005=1 +04060006=1 +04060008=1 +0406000a=1 +0406000c=1 +0406000e=1 +0406000f=1 +04060010=1 +04060011=1 +04100000=1 +04100001=1 +04100003=1 +04100006=1 +04100007=1 +04100008=1 +04150000=1 +04150001=1 +04150003=1 +04150004=1 +04150005=1 +04150006=1 +04150007=1 +041a0000=1 +041a0001=1 +041a0002=1 +041a0003=1 +041a0004=1 +041a0005=1 +041a0006=1 +041a0007=1 +041a0008=1 +041a0009=1 +041a000a=1 +041a000b=1 +041f0000=1 +041f0001=1 +041f0003=1 +041f0004=1 +041f0005=1 +04240000=1 +04240001=1 +04240002=1 +04240004=1 +04240005=1 +04240006=1 +04290000=1 +04290001=1 +04290002=1 +04290003=1 +04290004=1 +042e0000=1 +042e0001=1 +042e0004=1 +042e0007=1 +042e0008=1 +042e0009=1 +042e000a=1 +042e000b=1 +04310000=1 +04310001=1 +04310003=1 +04310005=1 +04310007=1 +04310008=1 +04310009=1 +0431000a=1 +04380001=1 +04380003=1 +04380005=1 +04380006=1 +04380007=1 +04380008=1 +04380009=1 +043a0000=1 +043a0001=1 +043a0003=1 +043a0004=1 +043a0005=1 +043a0006=1 +043a0007=1 +043d0000=1 +043d0001=1 +043d0002=1 +043d0003=1 +043d0005=1 +043d0007=1 +043d0008=1 +043d0009=1 +043d000a=1 +043d000b=1 +043d000c=1 +043d000d=1 +043d000e=1 +043d000f=1 +043d0010=1 +04510000=1 +04510001=1 +04510002=1 +04510003=1 +04510005=1 +04510007=1 +04510009=1 +0451000a=1 +0451000b=1 +0451000d=1 +0451000e=1 +0451000f=1 +04510011=1 +04510012=1 +04510014=1 +04510015=1 +04510016=1 +04510017=1 +04510018=1 +04560000=1 +04560001=1 +04560002=1 +04560003=1 +04560004=1 +04600000=1 +04600001=1 +04600002=1 +04600003=1 +04600004=1 +04600006=1 +04600008=1 +046a0000=1 +046a0001=1 +046a0002=1 +046a0003=1 +046a0004=1 +046a0006=1 +046a0008=1 +046f0000=1 +046f0001=1 +046f0002=1 +046f0003=1 +046f0004=1 +046f0006=1 +04740000=1 +04740001=1 +04740002=1 +04740003=1 +04740004=1 +04740005=1 +08fc0000=1 +08fc0001=1 +08fc0003=1 +08fc0005=1 +08fc0007=1 +08fc0008=1 +08fc000b=1 +08fc000e=1 +08fc000f=1 +08fc0010=1 +08fc0013=1 +08fc0016=1 +08fc0017=1 +09100000=1 +09100001=1 +09100003=1 +09100005=1 +09100007=1 +09100008=1 +09100009=1 +0910000c=1 +0910000f=1 +09100010=1 +09240000=1 +09240001=1 +09240003=1 +09240008=1 +09240009=1 +0924000a=1 +092e0000=1 +092e0001=1 +092e0003=1 +092e0004=1 +092e0007=1 +092e0008=1 +094c0000=1 +094c0001=1 +094c0004=1 +094c0005=1 +094c0006=1 +094c0007=1 +094c0008=1 +094c000a=1 +094c000b=1 +094c000c=1 +094c000d=1 +094c000e=1 +099c0000=1 +099c0001=1 +099c0003=1 +099c0005=1 +099c0006=1 +09ba0000=1 +09ba0001=1 +09ba0003=1 +09ba0004=1 +09ba0006=1 +09ba0007=1 +09ba0008=1 +09ba000a=1 +09ba000b=1 +09ba000c=1 +09ba000d=1 +09ba000e=1 +09ba0010=1 +09ba0012=1 +09ba0013=1 +09ba0014=1 +09c40002=1 +09c40004=1 +09c40005=1 +09c40007=1 +09c40008=1 +09c40009=1 +09c4000a=1 +09c4000c=1 +09c4000f=1 +09c40010=1 +09c40011=1 +09c40012=1 +09c40014=1 +09c40016=1 +09e20000=1 +09e20001=1 +09e20003=1 +09e20004=1 +09e20005=1 +09e20006=1 +09e20007=1 +09e20008=1 +09ec0000=1 +09ec0001=1 +09ec0003=1 +09ec0005=1 +09ec0007=1 +09ec0009=1 +09ec000b=1 +09ec000d=1 +09ec000f=1 +09ec0010=1 +09ec0011=1 +09ec0012=1 +0a000000=1 +0a000002=1 +0a000003=1 +0a000004=1 +0a000005=1 +0a000006=1 +0a000007=1 +0a000008=1 +0a000009=1 +0a00000b=1 +0a00000c=1 +0a00000f=1 +0a000013=1 +0a000014=1 +0a000015=1 +0a000016=1 +0a00001b=1 +0a00001f=1 +0a000020=1 +0a000021=1 +0a000022=1 +0a000023=1 +0a280000=1 +0a280001=1 +0a280003=1 +0a280004=1 +0a280005=1 +0a280006=1 +0a280007=1 +0a280008=1 +0a280009=1 +0a28000a=1 +0a28000b=1 +0a28000c=1 +0a28000e=1 +0a280010=1 +0a280012=1 +0a280014=1 +0a280016=1 +0a280018=1 +0a28001a=1 +0a28001b=1 +0a28001c=1 +0a28001d=1 +0a4b0000=1 +0a4b0001=1 +0a4b0002=1 +0a4b0003=1 +0a4b0004=1 +0a4b0005=1 +0a4b0006=1 +0a4b0007=1 +0a4b0008=1 +0a550000=1 +0a550001=1 +0a550002=1 +0a550003=1 +0a550004=1 +0a550005=1 +0a550006=1 +0a550007=1 +0a550008=1 +0a640000=1 +0a640001=1 +0a640002=1 +0a640003=1 +0a640004=1 +0a640005=1 +0a640006=1 +0a640007=1 +0a640008=1 +0a640009=1 +0a64000a=1 +0a64000b=1 +0a6e0000=1 +0a6e0001=1 +0a6e0002=1 +0a6e0003=1 +0a6e0004=1 +0a6e0005=1 +0a6e0006=1 +0a780000=1 +0a780001=1 +0a780002=1 +0a780003=1 +0a780005=1 +0a780007=1 +0a780008=1 +0a78000a=1 +0a8c0000=1 +0a8c0001=1 +0a8c0002=1 +0a8c0003=1 +0a8c0004=1 +0aaa0000=1 +0aaa0001=1 +0aaa0003=1 +0aaa0005=1 +0aaa0006=1 +0aaa0007=1 +0aaa0008=1 +0aaa0009=1 +0ab40000=1 +0ab40001=1 +0ab40003=1 +0ab40004=1 +0ab40005=1 +0ab40007=1 +0ab40008=1 +0ab40009=1 +0ab4000a=1 +0ab4000b=1 +0abe0000=1 +0abe0001=1 +0abe0003=1 +0abe0004=1 +0abe0005=1 +0abe0007=1 +0abe0008=1 +0abe0009=1 +0ac30000=1 +0ac30001=1 +0ac30003=1 +0ac30004=1 +0ac30005=1 +0ac30006=1 +0ac80000=1 +0ac80001=1 +0ac80002=1 +0ac80003=1 +0ac80005=1 +0ac80006=1 +0ad20000=1 +0ad20001=1 +0ad20002=1 +0ad20003=1 +0ad20004=1 +0ad20006=1 +0ad20009=1 +0ad2000a=1 +0ad70000=1 +0ad70001=1 +0ad70002=1 +0ad70003=1 +0ad70005=1 +0ad70007=1 +0ad70008=1 +0adc0000=1 +0adc0003=1 +0adc0004=1 +0ae10000=1 +0ae10001=1 +0ae10004=1 +0ae10005=1 +0ae10006=1 +0ae10007=1 +0ae10008=1 +0ae60000=1 +0ae60001=1 +0ae60003=1 +0ae60005=1 +0ae60006=1 +0ae60009=1 +0ae6000a=1 +0ae6000b=1 +0ae6000c=1 +0af00000=1 +0af00001=1 +0af00003=1 +0af00004=1 +0af00006=1 +0af00007=1 +0af00008=1 +0af00009=1 +0af0000b=1 +0af0000c=1 +0b0e0000=1 +0b0e0001=1 +0b0e0002=1 +0b0e0006=1 +0b0e0007=1 +0b0e0008=1 +0b0e0009=1 +0b900000=1 +0b900001=1 +0b900002=1 +17de0000=1 +17de0002=1 +17de0005=1 +17de0007=1 +17de0008=1 +17de0009=1 +17de000a=1 +17de000b=1 +17de000c=1 +17de000e=1 +17de000f=1 +17de0010=1 +17f20000=1 +17f20001=1 +17f20002=1 +17f20003=1 +17f20004=1 +17f20005=1 +17f20006=1 +17f20008=1 +17f2000a=1 +17f2000b=1 +17f2000c=1 +18400000=1 +18400001=1 +18400002=1 +18400003=1 +18400004=1 +18400005=1 +18400006=1 +18400008=1 +1840000a=1 +1840000b=1 +184c0000=1 +184c0001=1 +184c0003=1 +184c0004=1 +184c0005=1 +184c0006=1 + +[MenusTranslation] +177a0000=1 +177a0001=1 +177a0002=1 +177a0004=1 +177a0005=1 +177a0006=1 +177a0008=1 +177a0009=1 +177a000b=1 +177a000c=1 +177a000e=1 +177a000f=1 +177a0010=1 +177a0011=1 +177a0013=1 +177a0014=1 +177a0015=1 +177a0016=1 +177a0017=1 +177a0018=1 +177a0019=1 +177a001b=1 +177a001c=1 +177a001e=1 +177a0020=1 +177a0022=1 +177a0024=1 +177a0025=1 +177a0026=1 +177a0028=1 +177a0029=1 +177a002a=1 +177a002b=1 +177b0001=1 +177b0002=1 +177b0004=1 +177b0006=1 +177b0007=1 +177b0008=1 +177b000a=1 +177b000b=1 +177b000d=1 +177b000f=1 + +[StringsTranslation] +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +00000401=1 +00000442=1 +00000443=1 +00002710=1 +00002711=1 +00002712=1 +00002713=1 +00002714=1 +00002715=1 +00002716=1 +00002717=1 +00002718=1 +0000271a=1 +0000271d=1 +0000271e=1 +00002720=1 +00002721=1 +00002722=1 +00002723=1 +00002724=1 +00002725=1 +00002726=1 +00002727=1 +00002728=1 +0000272a=1 +0000272b=1 +0000272c=1 +0000272d=1 +0000272e=1 +0000272f=1 +00002730=1 +00002731=1 +00002732=1 +00002733=1 +00002734=1 +00002735=1 +00002736=1 +00002737=1 +00002738=1 +00002739=1 +0000273b=1 +0000273c=1 +0000273d=1 +0000273e=1 +0000273f=1 +00002740=1 +00002743=1 +00002744=1 +00002745=1 +00002746=1 +00002747=1 +00002748=1 +00002749=1 +0000274a=1 +0000274b=1 +0000274c=1 +0000274d=1 +0000274e=1 +0000274f=1 +00002750=1 +00002751=1 +00002752=1 +00002753=1 +00002754=1 +00002755=1 +00002756=1 +00002757=1 +00002758=1 +00002759=1 +0000275a=1 +0000275b=1 +0000275c=1 +0000275d=1 +0000275f=1 +00002760=1 +00002761=1 +00002762=1 +00002763=1 +00002764=1 +00002765=1 +00002766=1 +00002767=1 +00002768=1 +00002769=1 +0000276a=1 +0000276b=1 +0000276c=1 +0000276d=1 +0000276e=1 +0000276f=1 +00002770=1 +00002771=1 +00002772=1 +00002773=1 +00002774=1 +00002775=1 +00002776=1 +00002777=1 +00002778=1 +00002779=1 +0000277a=1 +0000277b=1 +0000277c=1 +0000277d=1 +0000277f=1 +00002780=1 +00002781=1 +00002782=1 +00002783=1 +00002784=1 +00002785=1 +00002786=1 +00002787=1 +00002788=1 +00002789=1 +0000278a=1 +0000278b=1 +0000278c=1 +0000278d=1 +0000278e=1 +0000278f=1 +00002791=1 +00002792=1 +00002793=1 +00002794=1 +00002795=1 +00002796=1 +00002797=1 +00002798=1 +00002799=1 +0000279a=1 +0000279b=1 +0000279c=1 +0000279d=1 +0000279e=1 +0000279f=1 +000027a0=1 +000027a1=1 +000027a3=1 +000027a4=1 +000027a5=1 +000027a6=1 +000027a7=1 +000027a8=1 +000027a9=1 +000027aa=1 +000027ab=1 +000027ad=1 +000027ae=1 +000027b0=1 +000027b4=1 +000027b5=1 +000027b6=1 +000027b7=1 +000027b8=1 +000027b9=1 +000027ba=1 +000027bb=1 +000027bc=1 +000027bd=1 +000027be=1 +000027bf=1 +000027c0=1 +000027c1=1 +000027c2=1 +000027c3=1 +000027c4=1 +000027c5=1 +000027c6=1 +000027c7=1 +000027c8=1 +000027c9=1 +000027ca=1 +000027cb=1 +000027cc=1 +000027cd=1 +000027ce=1 +000027cf=1 +000027d0=1 +000027d1=1 +000027d2=1 +000027d3=1 +000027d4=1 +000027d6=1 +000027d7=1 +000027ec=1 +000027ed=1 +000027ee=1 +000027ef=1 +0000280e=1 +0000280f=1 +00002810=1 +00002811=1 +00002812=1 +00002814=1 +00002815=1 +00002816=1 +00002817=1 +00002818=1 +00002819=1 +0000281a=1 +0000281b=1 +0000281c=1 +0000281e=1 +0000281f=1 +00002820=1 +00002821=1 +00002822=1 +00002823=1 +00002824=1 +00002825=1 +00002826=1 +00002828=1 +00002829=0 +0000282a=1 +0000282d=1 +0000282e=1 +0000282f=1 +00002830=1 +00002831=1 +00002832=1 +00002833=1 +00002834=1 +00002835=1 +00002836=1 +00002837=1 +00002838=1 +00002839=1 +0000283a=1 +0000283b=1 +0000283c=1 +0000283d=1 +0000283e=1 +0000283f=1 +00002840=1 +00002843=1 +00002844=1 +00002845=1 +00002846=1 +00002847=1 +00002848=1 +00002849=1 +0000284a=1 +0000284b=1 +0000284c=1 +0000284d=1 +0000284e=1 +0000284f=1 +00002850=1 +00002851=1 +00002852=1 +00002853=1 +00002854=1 +00002855=1 +00002856=1 +00002857=1 +00002858=1 +00002859=1 +0000285a=1 +0000285e=1 +0000285f=1 +00002860=1 +00002861=1 +00002862=1 +00002863=1 +00002864=1 +00002867=1 +00002868=1 +00002869=1 +0000286a=1 +0000286b=1 +0000286c=1 +0000286d=1 +0000286e=1 +0000286f=1 +00002870=1 +00002871=1 +00002872=1 +00002873=1 +00002874=1 +00002875=1 +00002876=1 +00002877=1 +00002878=1 +00002879=1 +0000287a=1 +0000287c=1 +0000287d=1 +0000287e=1 +0000287f=1 +00002880=1 +00002881=1 +00002882=1 +00002883=1 +00002884=1 +00002885=1 +00002886=1 +00002887=1 +00002888=1 +00002889=1 +0000288a=1 +0000288b=1 +0000288c=1 +0000288d=1 +0000288e=1 +0000288f=1 +00002890=1 +00002891=1 +00002892=1 +00002893=1 +00002894=1 +00002895=1 +00002896=1 +000028a0=1 +000028a1=1 +000028a2=1 +000028a3=1 +000028a4=1 +000028a6=1 +000028a8=1 +000028b4=1 +000028b5=1 +000028b8=1 +000028b9=1 +000028ba=1 +000028bb=1 +000028bd=1 +000028be=1 +000028bf=1 +000028c0=1 +000028c1=1 +000028c2=1 +000028c3=1 +000028c4=1 +000028c5=1 +000028c6=1 +000028c7=1 +000028c8=1 +000028c9=1 +000028ca=1 +000028cb=1 +000028cc=1 +000028cd=1 +000028cf=1 +000028d0=1 +000028d1=1 +000028d2=1 +000028d3=1 +000028d4=1 +000028d5=1 +000028d6=1 +000028d7=1 +000028d8=1 +000028d9=1 +000028da=1 +000028dc=1 +000028dd=1 +000028de=1 +000028df=1 +000028e1=1 +000028e2=1 +000028e3=1 +000028e4=1 +000028e5=1 +000028e6=1 +000028e7=1 +000028e8=1 +000028e9=1 +000028ea=1 +000028eb=1 +000028ec=1 +000028ed=1 +000028ee=1 +000028ef=1 +000028f0=1 +000028f1=1 +000028f2=1 +000028f3=1 +000028f4=1 +000028f5=1 +000028f6=1 +000028f7=1 +000028f8=1 +000028f9=1 +000028fa=1 +000028fb=1 +000028fc=1 +000028fd=1 +000028fe=1 +000028ff=1 +00002900=1 +00002901=1 +00002902=1 +00002903=1 +00002904=1 +00002905=1 +00002906=1 +00002907=1 +00002908=1 +00002909=1 +0000290a=1 +0000290b=1 +0000290c=1 +0000290d=1 +0000290e=1 +0000290f=1 +00002910=1 +00002911=1 +00002912=1 +00002913=1 +00002914=1 +00002915=1 +00002916=1 +00002917=1 +00002918=1 +00002922=1 +00002923=1 +00002924=1 +00002925=1 +00002926=1 +00002927=1 +00002928=1 +00002929=1 +0000292a=1 +0000292b=1 +0000292c=1 +00002936=1 +00002937=1 +00002938=1 +00002939=1 +0000293a=1 +0000293b=1 +0000293c=1 +0000293d=1 +0000293e=1 +0000293f=1 +00002944=1 +00002945=1 +00002946=1 +00002947=1 +00002948=1 +00002949=1 +0000294a=1 +0000294b=1 +0000294c=1 +0000294d=1 +0000294e=1 +0000294f=1 +00002950=1 +00002951=1 +00002952=1 +00002953=1 +00002954=1 +00002955=1 +00002956=1 +00002957=1 +00002958=1 +00002959=1 +00002963=1 +00002968=1 +00002969=1 +0000296a=1 +0000296b=1 +0000296c=1 +000029a9=1 +000029aa=1 +000029ab=1 +000029af=1 +000029b0=1 +000029b1=1 +000029b2=1 +000029b3=1 +000029b8=1 +000029b9=1 +000029c6=1 +000029c8=1 +000029c9=1 +000029ca=1 +000029cb=1 +000029cc=1 +000029ce=1 +000029cf=1 +000029d0=1 +000029d2=1 +000029d3=1 +000029d4=1 +000029d5=1 +000029d6=1 +000029d7=1 +000029d8=1 +000029db=1 +000029dc=1 +000029dd=1 +000029e0=1 +000029e1=1 +000029e2=1 +000029e3=1 +000029e5=1 +000029e6=1 +000029ea=1 +000029eb=1 +000029ec=1 +000029ee=1 +000029ef=1 +000029f0=1 +000029f1=1 +000029f2=1 +000029f3=1 +000029f4=1 +000029f5=1 +000029f9=1 +000029fa=1 +000029fb=1 +000029fd=1 +000029fe=1 +000029ff=1 +00002a00=1 +00002a01=1 +00002a02=1 +00002a03=1 +00002a07=1 +00002a08=1 +00002a0a=1 +00002a0b=1 +00002a0c=1 +00002a0d=1 +00002a0e=1 +00002a0f=1 +00002a10=1 +00002a11=1 +00002a12=1 +00002a13=1 +00002a1b=1 +00002a1d=1 +00002a1e=1 +00002a1f=1 +00002a20=1 +00002a21=1 +00002a22=1 +00002a23=1 +00002a24=1 +00002a25=1 +00002a26=1 +00002a27=1 +00002a28=1 +00002a29=1 +00002a2a=1 +00002a2b=1 +00002a2c=1 +00002a2d=1 +00002a2e=1 +00002a2f=1 +00002a30=1 +00002a31=1 +00002a32=1 +00002a33=1 +00002a34=1 +00002a35=1 +00002a36=1 +00002a37=1 +00002a38=1 +00002a3a=1 +00002a3b=1 +00002a3c=1 +00002a3d=1 +00002a3e=1 +00002a3f=1 +00002a42=1 +00002a43=1 +00002a44=1 +00002a45=1 +00002a49=1 +00002a4a=1 +00002a4b=1 +00002a4c=1 +00002a4d=1 +00002a4e=1 +00002a4f=1 +00002a50=1 +00002a51=1 +00002a52=1 +00002a53=1 +00002a54=1 +00002a58=1 +00002a59=1 +00002a5a=1 +00002a5b=1 +00002a5c=1 +00002a5d=1 +00002a5e=1 +00002a5f=1 +00002a60=1 +00002a61=1 +00002a6c=1 +00002a6d=1 +00002a6e=1 +00002a6f=1 +00002a70=1 +00002a71=1 +00002a73=1 +00002a74=1 +00002a75=1 +00002a76=1 +00002a77=1 +00002a78=1 +00002a79=1 +00002a7a=1 +00002a7b=1 +00002a80=1 +00002a81=1 +00002a82=1 +00002a83=1 +00002a84=1 +00002a85=1 +00002a86=1 +00002a87=1 +00002a8a=1 +00002a8b=1 +00002a8c=1 +00002a8d=1 +00002a8e=1 +00002a94=1 +00002a99=1 +00002a9e=1 +00002a9f=1 +00002aa8=1 +00002aa9=1 +00002aaa=1 +00002aab=1 +00002aad=1 +00002aae=1 +00002aaf=1 +00002ab2=1 +00002ab3=1 +00002ab4=1 +00002abc=1 +00002ac1=1 +00002ac2=1 +00002ac6=1 +00002ac7=1 +00002ac8=1 +00002ac9=1 +00002acb=1 +00002ad0=1 +00002ad1=1 +00002ad2=1 +00002ad3=1 +00002ad4=1 +00002ad5=1 +00002ada=1 +00002ae4=1 +00002ae5=1 +00002ae6=1 +00002ae9=1 +00002aea=1 +00002aeb=1 +00002af2=1 +00002af3=1 +00002af4=1 +00002af5=1 +00002af6=1 +00002af8=1 +00002af9=1 +00002afa=1 +00002afb=1 +00002afc=1 +00002afd=1 +00002afe=1 +00002aff=1 +00002b00=1 +00002b01=1 +00002b02=1 +00002b03=1 +00002b04=1 +00002b05=1 +00002b06=1 +00002b07=1 +00002b08=1 +00002b09=1 +00002b0a=1 +00002b0b=1 +00002b0c=1 +00002b0d=1 +00002b11=1 +00002b12=1 +00002b13=1 +00002b14=1 +00002b15=1 +00002b16=1 +00002b17=1 +00002b18=1 +00002b19=1 +00002b1a=1 +00002b1b=1 +00002b1c=1 +00002b1d=1 +00002b1e=1 +00002b1f=1 +00002b20=1 +00002b21=1 +00002b22=1 +00002b23=1 +00002b24=1 +00002b25=1 +00002b26=1 +00002b27=1 +00002b28=1 +00002b29=1 +00002b2a=1 +00002b2b=1 +00002b2c=1 +00002b2d=1 +00002b2e=1 +00002b2f=1 +00002b30=1 +00002b31=1 +00002b32=1 +00002b33=1 +00002b34=1 +00002b35=1 +00002b36=1 +00002b37=1 +00002b38=1 +00002b39=1 +00002b3a=1 +00002b3b=1 +00002b3c=1 +00002b3e=1 +00002b5e=1 +00002b5f=1 +00002b60=1 +00002bc9=1 +00002bca=1 +00002bcb=1 +00002bcf=1 +00002bd4=1 +00002bd5=1 +00002bd6=1 +00002bd7=1 +00002bd8=1 +00002bd9=1 +00002bda=1 +00002bdb=1 +00002bdc=1 +00002bdd=1 +00002bdf=1 +00002be8=1 +00002be9=1 +00002bed=1 +00002bee=1 +00002bf2=1 +00002bf7=1 +00002bf8=1 +00002bf9=1 +00002bfa=1 +00002bfb=1 +00002bfc=1 +00002bfd=1 +00002bfe=1 +00002bff=1 +00002c00=1 +00002c01=1 +00002c02=1 +00002c03=1 +00002c04=1 +00002c05=1 +00002c06=1 +00002c07=1 +00002c08=1 +00002ee0=1 +00002ee1=1 +00002ee2=1 +00002ee3=1 +00002ee4=1 +00002ee5=1 +00002ee6=1 +00002ee7=1 +00002ee8=1 +00002eea=1 +00002eeb=1 +00002eef=1 +00002ef4=1 +00002ef5=1 +00002ef6=1 +00002ef7=1 +00002ef8=1 +00002ef9=1 +00002efa=1 +00002f01=1 +00002f07=1 +00002f08=1 +00002f09=1 +00002f0a=1 +00002f0b=1 +00002f0c=1 +00002f0d=1 +00002f0e=1 +00002f0f=1 +00002f10=1 +00002f11=1 +00002f12=1 +00002f13=1 +00002f14=1 +00002f15=1 +00002f16=1 +00002f17=1 +00002f18=1 +00002f1c=1 +00002f1d=1 +00002f30=1 +00002f31=1 +00002f35=1 +00002f36=1 +00002f37=1 +00002f38=1 +00002f39=1 +00002f3a=1 +00002f3b=1 +00002f3c=1 +00002f3d=1 +00002f3e=1 +00002f3f=1 +00002f40=1 +00002f41=1 +00002f42=1 +00002f43=1 +00002f44=1 +00002f45=1 +00002f46=1 +00002f47=1 +00002f48=1 +00002f49=1 +00002f4a=1 +00002f4b=1 +00002f4c=1 +00002f4d=1 +00002f4e=1 +00002f4f=1 +00002f50=1 +00002f51=1 +00002f52=1 +00002f53=1 +00002f54=1 +00002f57=1 +00002f58=1 +00002f59=1 +00002f5a=1 +00002f5c=1 +00002f5d=1 +00002f5e=1 +00002f62=1 +00002f63=1 +00002f64=1 +00002f65=1 +00002f66=1 +00002f67=1 +00002f68=1 +00002f69=1 +00002f6a=1 +00002f6b=1 +00002f6c=1 +00002f6d=1 +00002f6e=1 +00002f6f=1 +00002f71=1 +00002f72=1 +00002f73=1 +00002f74=1 +00002f80=1 +00002f85=1 +00002f8a=1 +00002f8b=1 +00002f8c=1 +00002f8d=1 +00002f94=1 +00002f95=1 +00002f9e=1 +00002fa8=1 +00002fa9=1 +00002fad=1 +00002fb2=1 +00002fb7=1 +00002fbc=1 +00002fc1=1 +00002fc2=1 +00002fc3=1 +00002fc6=1 +00002fc7=1 +00002fc9=1 +00002fcb=1 +00002fd0=1 +00002fd1=1 +00002fd2=1 +00002fd3=1 +00002fd4=1 +00002fd5=1 +00002fd6=1 +00002fd7=1 +00002fd8=1 +00002fd9=1 +00002fdf=1 +00002ffd=1 +00003002=1 +00003003=1 +00003007=1 +0000300c=1 +00003011=1 +00003012=1 +00003013=1 +00003014=1 +00003016=1 +00003017=1 +00003018=1 +00003019=1 +0000301a=1 +00003020=1 +00003025=1 +00003026=1 +0000302a=1 +0000302b=1 +0000302f=1 +00003034=1 +00003039=1 +0000303e=1 +0000303f=1 +00003040=1 +00003041=1 +00003042=1 +00003043=1 +00003044=1 +00003045=1 +00003048=1 +00003049=1 +0000304a=1 +0000304b=1 +0000304d=1 +00003052=1 +00003053=1 +00003054=1 +00003055=1 +0000305c=1 +0000305d=1 +0000305e=1 +0000305f=1 +00003060=1 +00003061=1 +00003062=1 +00003066=1 +00003067=1 +0000306b=1 +00003070=1 +00003071=1 +00003075=1 +00003076=1 +0000307a=1 +0000307b=1 +0000307c=1 +0000307d=1 +0000307e=1 +00003084=1 +00003085=1 +00003086=1 +00003089=1 +0000308a=1 +0000308e=1 +0000308f=1 +00003090=1 +00003091=1 +00003092=1 +00003093=1 +00003098=1 +00003099=1 +0000309a=1 +0000309b=1 +000030a2=1 +000030a3=1 +000030a4=1 +000030a5=1 +000030a6=1 +000030a7=1 +000030a8=1 +000030a9=1 +000030aa=1 +000030ab=1 +000030ac=1 +000030b1=1 +000030b2=1 +000030b3=1 +000030b4=1 +000030b5=1 +000030b6=1 +000030ba=1 +000030bb=1 +000030bc=1 +000030bd=1 +000030c0=1 +000030c1=1 +000030c2=1 +000030c3=1 +00003201=1 +00003202=1 +00003203=1 +00003204=1 +00003205=1 +00003206=1 +00003207=1 +00003208=1 +00003209=1 +0000320a=1 +0000320b=1 +0000320c=1 +0000320d=1 +0000320f=1 +00003210=1 +00003212=1 +00003214=1 +00003215=1 +00003216=1 +00003217=1 +00003218=1 +00003219=1 +0000321a=1 +0000321c=1 +0000321d=1 +0000321e=1 +0000321f=1 +00003220=1 +00003221=1 +00003222=1 +00003223=1 +00003224=1 +00003225=1 +00003226=1 +00003227=1 +00003228=1 +00003229=1 +0000322a=1 +0000322b=1 +0000322c=1 +0000322d=1 +000032c8=1 +000032c9=1 +000032ca=1 +000032cb=1 +000032cc=1 +000032cd=1 +000032ce=1 +000032cf=1 +000032d0=1 +000032d1=1 +000032d2=1 +000032d3=1 +000032d4=1 +000032d5=1 +000032d6=1 +000032d7=1 +000032d8=1 +000032d9=1 +000032da=1 +000032dc=1 +000032dd=1 +000032de=1 +000032df=1 +000032e0=1 +000032e1=1 +000032e2=1 +000032e3=1 +000032e4=1 +000032e5=1 +000032e6=1 +000032ea=1 +000032eb=1 +000032ec=1 +000032ed=1 +000032ee=1 +000032ef=1 +000032f0=1 +000032f1=1 +000032f2=1 +000032f3=1 +000032f4=1 +000032f5=1 +000032f6=1 +000032f7=1 +000032f8=1 +00003304=1 +00003305=1 +00003306=1 +00003307=1 +00003308=1 +00003309=1 +0000330a=1 +0000330b=1 +0000330c=1 +0000330d=1 +0000330e=1 +0000330f=1 +00003310=1 +00003311=1 +00003312=1 +00003313=1 +00003314=1 +00003315=1 +00003316=1 +00003317=1 +00003318=1 +00003319=1 +0000331a=1 +0000331b=1 +0000331c=1 +0000331d=1 +0000331e=1 +00003322=1 +00003323=1 +00003324=1 +00003325=1 +00003326=1 +00003327=1 +00003328=1 +00003329=1 +0000332a=1 +0000332b=1 +0000332c=1 +0000332d=1 +0000332e=1 +0000332f=1 +00003330=1 +00003331=1 +00003333=1 +00003335=1 +00003336=1 +00003337=1 +00003338=1 +00003339=1 +0000333a=1 +0000333b=1 +0000333c=1 +0000333d=1 +0000333e=1 +0000333f=1 +00003340=1 +00003341=1 +00003342=1 +00003343=1 +00003344=1 +00003345=1 +00003346=1 +00003347=1 +0000334a=1 +0000334b=1 +0000334c=1 +00003354=1 +00003355=1 +00003356=1 +00003357=1 +00003358=1 +00003359=1 +0000335a=1 +0000335b=1 +0000335c=1 +0000335d=1 +0000335e=1 +0000335f=1 +00003360=1 +00003361=1 +00003362=1 +00003363=1 +00003364=1 +00003365=1 +00003366=1 +00003367=1 +00003368=1 +00003369=1 +0000336a=1 +0000336b=1 +0000336c=1 +0000336d=1 +0000336e=1 +0000336f=1 +00003372=1 +00003373=1 +00003386=1 +00003387=1 +00003388=1 +00003389=1 +0000338a=1 +0000338c=1 +0000338d=1 +0000338f=1 +00003390=1 +00003392=1 +000033f4=1 +000033f5=1 +000033f6=1 +000033f7=1 +000033f8=1 +000033f9=1 +000033fa=1 +000033fb=1 +000033fc=1 +000033fd=1 +000033fe=1 +000033ff=1 +00003400=1 +00003401=1 +00003402=1 +00003403=1 +00003408=1 +00003409=1 +0000340a=1 +0000340b=1 +0000340c=1 +0000340d=1 +0000340e=1 +0000340f=1 +00003410=1 +00003412=1 +00003413=1 +00003414=1 +00003415=1 +00003416=1 +0000341c=1 +0000341d=1 +0000341e=1 +0000341f=1 +00003420=1 +00003421=1 +00003422=1 +00003423=1 +00003426=1 +0000342b=1 +0000342c=1 +0000342d=1 +0000342e=1 +0000342f=1 +00003430=1 +00003431=1 +00003432=1 +00003433=1 +00003434=1 +00003435=1 +00003436=1 +00003437=1 +00003438=1 +00003439=1 +00003444=1 +00003445=1 +00003446=1 +00003447=1 +00003448=1 +00003449=1 +0000344a=1 +0000344b=1 +0000344c=1 +00003458=1 +00003459=1 +0000345a=1 +0000345b=1 +0000345c=1 +00003485=1 +00003486=1 +0000348a=1 +0000348b=1 +0000348c=1 +0000348d=1 +0000348e=1 +0000348f=1 +00003490=1 +00003491=1 +00003492=1 +00003493=1 +00003494=1 +00003495=1 +00003496=1 +00003497=1 +0000349e=1 +0000349f=1 +000034a0=1 +000034a1=1 +000034a2=1 +000034a3=1 +000034a4=1 +000034a5=1 +000034a6=1 +000034ef=1 +000034f1=1 +000034f2=1 +000034f3=1 +000034f4=1 +000034f5=1 +000034f6=1 +000034f7=1 +000034f8=1 +000034f9=1 +000034fa=1 +000034fb=1 +000034fc=1 +00003566=1 +00003567=1 +00003568=1 +00003569=1 +0000356a=1 +0000356b=1 +0000356c=1 +00003570=1 +00003571=1 +00003572=1 +00003573=1 +00003574=1 +00003575=1 +00003576=1 +00003577=1 +00003584=1 +00003585=1 +0000358e=1 +0000358f=1 +00003590=1 +00003591=1 +00003598=1 +0000359d=1 +000035a2=1 +000035a3=1 +000035a7=1 +000035a8=1 +000035a9=1 +000035ac=1 +000035ad=1 +000035ae=1 +000035af=1 +000035b6=1 +000035b7=1 +000035b8=1 +000035bb=1 +000035bc=1 +000035bd=1 +000035c0=1 +000035c5=1 +000035ca=1 +000035cb=1 +000035cf=1 +000035d0=1 +000035d1=1 +000035d2=1 +000035d3=1 +000035e8=1 +000035e9=1 +000035ea=1 +000035ed=1 +000035ee=1 +000035ef=1 +000035f0=1 +000035f1=1 +000035f7=1 +000035fc=1 +000035fd=1 +00003601=1 +0000361a=1 +0000361f=1 +00003620=1 +00003621=1 +00003629=1 +0000362a=1 +0000362b=1 +0000362e=1 +0000362f=1 +00003630=1 +00003631=1 +00003638=1 +00003639=1 +0000363a=1 +0000363d=1 +0000363e=1 +00003642=1 +00003643=1 +0000364c=1 +0000364d=1 +0000364e=1 +0000364f=1 +00003650=1 +00003651=1 +00003652=1 +00003653=1 +00003656=0 +00003657=1 +0000365b=1 +0000365c=1 +00003660=1 +00003661=1 +00003665=1 +00003666=1 +00003667=1 +00003668=1 +00003669=1 +0000366c=1 +0000366d=1 +0000366e=1 +00003679=1 +0000367a=1 +0000367b=1 +0000367e=1 +0000367f=1 +00003680=1 +00003681=1 +00003682=1 +00003688=1 +0000368d=1 +0000368e=1 +00003692=1 +00003693=1 +00003694=1 +00003695=1 +00003696=1 +00003697=1 +00003698=1 +0000369c=1 +0000369d=1 +0000369e=1 +0000369f=1 +000036a0=1 +000036a1=1 +000036a2=1 +000036a6=1 +000036a7=1 +000036a8=1 +000036a9=1 +000036b0=1 +000036b5=1 +000036ba=1 +000036bb=1 +000036bc=1 +000036c4=1 +000036c5=1 +000036c6=1 +000036c7=1 +000036c8=1 +000036c9=1 +000036ca=1 +000036ce=1 +000036cf=1 +000036d0=1 +000036d8=1 +000036d9=1 +000036da=1 +000036db=1 +000036dc=1 +000036dd=1 +000036de=1 +000036e2=1 +000036e3=1 +000036e4=1 +000036e5=1 +000036ed=1 +000036ee=1 +000036ef=1 +000036f0=1 +000036f1=1 +000036f2=1 +000036f3=1 +000036f4=1 +000036f6=1 +000036f7=1 +000036f8=1 +000036f9=1 +000036fa=1 +000036fb=1 +00003714=1 +00003746=1 +00003747=1 +0000374b=1 +00003750=1 +00003755=1 +00003756=1 +00003757=1 +00003758=1 +0000375a=1 +0000375b=1 +00003764=1 +00003765=1 +00003769=1 +0000376a=1 +0000376b=1 +0000376c=1 +0000376d=1 +00003773=1 + +[Relayout] + diff --git a/translations/chinesesimplified/7zip.slt b/translations/projects/ChineseSimplified/slt/7zip.slt similarity index 98% rename from translations/chinesesimplified/7zip.slt rename to translations/projects/ChineseSimplified/slt/7zip.slt index c3904e788..ecd0caf4d 100644 --- a/translations/chinesesimplified/7zip.slt +++ b/translations/projects/ChineseSimplified/slt/7zip.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\7zip.atp" +PROJECTNAME,"translator\salamand 5.0\projects\chinesesimplified\7zip.atp" TEXTVERSION,"1.31 (x86)" VERSION,"1,3,1,180" diff --git a/translations/chinesesimplified/automation.slt b/translations/projects/ChineseSimplified/slt/automation.slt similarity index 96% rename from translations/chinesesimplified/automation.slt rename to translations/projects/ChineseSimplified/slt/automation.slt index 6aac64065..c31f16066 100644 --- a/translations/chinesesimplified/automation.slt +++ b/translations/projects/ChineseSimplified/slt/automation.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\automation.atp" +PROJECTNAME,"translator\salamand 5.0\projects\chinesesimplified\automation.atp" TEXTVERSION,"1.7 (x86)" VERSION,"1,7,0,180" diff --git a/translations/chinesesimplified/checksum.slt b/translations/projects/ChineseSimplified/slt/checksum.slt similarity index 97% rename from translations/chinesesimplified/checksum.slt rename to translations/projects/ChineseSimplified/slt/checksum.slt index b679a9634..4495feb4b 100644 --- a/translations/chinesesimplified/checksum.slt +++ b/translations/projects/ChineseSimplified/slt/checksum.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\checksum.atp" +PROJECTNAME,"translator\salamand 5.0\projects\chinesesimplified\checksum.atp" TEXTVERSION,"2.2 (x86)" VERSION,"2,2,0,180" diff --git a/translations/chinesesimplified/checkver.slt b/translations/projects/ChineseSimplified/slt/checkver.slt similarity index 98% rename from translations/chinesesimplified/checkver.slt rename to translations/projects/ChineseSimplified/slt/checkver.slt index 393bcddaf..326a9ae43 100644 --- a/translations/chinesesimplified/checkver.slt +++ b/translations/projects/ChineseSimplified/slt/checkver.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\checkver.atp" +PROJECTNAME,"translator\salamand 5.0\projects\chinesesimplified\checkver.atp" TEXTVERSION,"1.26 (x86)" VERSION,"1,2,6,180" diff --git a/translations/chinesesimplified/dbviewer.slt b/translations/projects/ChineseSimplified/slt/dbviewer.slt similarity index 98% rename from translations/chinesesimplified/dbviewer.slt rename to translations/projects/ChineseSimplified/slt/dbviewer.slt index cdd77d94e..d31b790e4 100644 --- a/translations/chinesesimplified/dbviewer.slt +++ b/translations/projects/ChineseSimplified/slt/dbviewer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\dbviewer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\chinesesimplified\dbviewer.atp" TEXTVERSION,"1.23 (x86)" VERSION,"1,2,3,180" diff --git a/translations/chinesesimplified/diskmap.slt b/translations/projects/ChineseSimplified/slt/diskmap.slt similarity index 96% rename from translations/chinesesimplified/diskmap.slt rename to translations/projects/ChineseSimplified/slt/diskmap.slt index 1d5bf31fa..8c5e703fd 100644 --- a/translations/chinesesimplified/diskmap.slt +++ b/translations/projects/ChineseSimplified/slt/diskmap.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\diskmap.atp" +PROJECTNAME,"translator\salamand 5.0\projects\chinesesimplified\diskmap.atp" TEXTVERSION,"1.12 (x86)" VERSION,"1,1,2,180" diff --git a/translations/chinesesimplified/filecomp.slt b/translations/projects/ChineseSimplified/slt/filecomp.slt similarity index 99% rename from translations/chinesesimplified/filecomp.slt rename to translations/projects/ChineseSimplified/slt/filecomp.slt index 70834110f..4b67d203d 100644 --- a/translations/chinesesimplified/filecomp.slt +++ b/translations/projects/ChineseSimplified/slt/filecomp.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\filecomp.atp" +PROJECTNAME,"translator\salamand 5.0\projects\chinesesimplified\filecomp.atp" TEXTVERSION,"1.19 (x86)" VERSION,"1,1,9,180" diff --git a/translations/chinesesimplified/ftp.slt b/translations/projects/ChineseSimplified/slt/ftp.slt similarity index 99% rename from translations/chinesesimplified/ftp.slt rename to translations/projects/ChineseSimplified/slt/ftp.slt index 4f78f9218..b92a3aa23 100644 --- a/translations/chinesesimplified/ftp.slt +++ b/translations/projects/ChineseSimplified/slt/ftp.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\ftp.atp" +PROJECTNAME,"translator\salamand 5.0\projects\chinesesimplified\ftp.atp" TEXTVERSION,"1.35 (x86)" VERSION,"1,3,5,180" diff --git a/translations/chinesesimplified/ieviewer.slt b/translations/projects/ChineseSimplified/slt/ieviewer.slt similarity index 87% rename from translations/chinesesimplified/ieviewer.slt rename to translations/projects/ChineseSimplified/slt/ieviewer.slt index 8ffdeb28f..3131449d8 100644 --- a/translations/chinesesimplified/ieviewer.slt +++ b/translations/projects/ChineseSimplified/slt/ieviewer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\ieviewer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\chinesesimplified\ieviewer.atp" TEXTVERSION,"1.12 (x86)" VERSION,"1,1,2,180" diff --git a/translations/chinesesimplified/mmviewer.slt b/translations/projects/ChineseSimplified/slt/mmviewer.slt similarity index 98% rename from translations/chinesesimplified/mmviewer.slt rename to translations/projects/ChineseSimplified/slt/mmviewer.slt index e861cf60b..a4b1857c0 100644 --- a/translations/chinesesimplified/mmviewer.slt +++ b/translations/projects/ChineseSimplified/slt/mmviewer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\mmviewer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\chinesesimplified\mmviewer.atp" TEXTVERSION,"1.16 (x86)" VERSION,"1,1,6,180" diff --git a/translations/chinesesimplified/nethood.slt b/translations/projects/ChineseSimplified/slt/nethood.slt similarity index 94% rename from translations/chinesesimplified/nethood.slt rename to translations/projects/ChineseSimplified/slt/nethood.slt index 20fda2ee5..6f6b2ee2b 100644 --- a/translations/chinesesimplified/nethood.slt +++ b/translations/projects/ChineseSimplified/slt/nethood.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\nethood.atp" +PROJECTNAME,"translator\salamand 5.0\projects\chinesesimplified\nethood.atp" TEXTVERSION,"1.08 (x86)" VERSION,"1,0,8,180" diff --git a/translations/chinesesimplified/pak.slt b/translations/projects/ChineseSimplified/slt/pak.slt similarity index 97% rename from translations/chinesesimplified/pak.slt rename to translations/projects/ChineseSimplified/slt/pak.slt index 1e6c6fb0b..05b19a084 100644 --- a/translations/chinesesimplified/pak.slt +++ b/translations/projects/ChineseSimplified/slt/pak.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\pak.atp" +PROJECTNAME,"translator\salamand 5.0\projects\chinesesimplified\pak.atp" TEXTVERSION,"1.71 (x86)" VERSION,"1,7,1,180" diff --git a/translations/chinesesimplified/peviewer.slt b/translations/projects/ChineseSimplified/slt/peviewer.slt similarity index 95% rename from translations/chinesesimplified/peviewer.slt rename to translations/projects/ChineseSimplified/slt/peviewer.slt index 1d82676b6..63b2b92da 100644 --- a/translations/chinesesimplified/peviewer.slt +++ b/translations/projects/ChineseSimplified/slt/peviewer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\peviewer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\chinesesimplified\peviewer.atp" TEXTVERSION,"3.0 (x86)" VERSION,"3,0,0,180" diff --git a/translations/chinesesimplified/pictview.slt b/translations/projects/ChineseSimplified/slt/pictview.slt similarity index 99% rename from translations/chinesesimplified/pictview.slt rename to translations/projects/ChineseSimplified/slt/pictview.slt index 3bf9c8402..3decceb30 100644 --- a/translations/chinesesimplified/pictview.slt +++ b/translations/projects/ChineseSimplified/slt/pictview.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\pictview.atp" +PROJECTNAME,"translator\salamand 5.0\projects\chinesesimplified\pictview.atp" TEXTVERSION,"2.13 (x86)" VERSION,"2,1,3,180" diff --git a/translations/chinesesimplified/regedt.slt b/translations/projects/ChineseSimplified/slt/regedt.slt similarity index 99% rename from translations/chinesesimplified/regedt.slt rename to translations/projects/ChineseSimplified/slt/regedt.slt index c47b1bd78..7112b5263 100644 --- a/translations/chinesesimplified/regedt.slt +++ b/translations/projects/ChineseSimplified/slt/regedt.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\regedt.atp" +PROJECTNAME,"translator\salamand 5.0\projects\chinesesimplified\regedt.atp" TEXTVERSION,"1.14 (x86)" VERSION,"1,1,4,180" diff --git a/translations/chinesesimplified/renamer.slt b/translations/projects/ChineseSimplified/slt/renamer.slt similarity index 99% rename from translations/chinesesimplified/renamer.slt rename to translations/projects/ChineseSimplified/slt/renamer.slt index 887965aa0..7064e022e 100644 --- a/translations/chinesesimplified/renamer.slt +++ b/translations/projects/ChineseSimplified/slt/renamer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\renamer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\chinesesimplified\renamer.atp" TEXTVERSION,"1.13 (x86)" VERSION,"1,1,3,180" diff --git a/translations/chinesesimplified/salamand.slt b/translations/projects/ChineseSimplified/slt/salamand.slt similarity index 99% rename from translations/chinesesimplified/salamand.slt rename to translations/projects/ChineseSimplified/slt/salamand.slt index b4a4602c3..1ce31eb16 100644 --- a/translations/chinesesimplified/salamand.slt +++ b/translations/projects/ChineseSimplified/slt/salamand.slt @@ -1,7 +1,7 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\salamand.atp" -TEXTVERSION,"4.0 (x86)" -VERSION,"4,0,0,180" +PROJECTNAME,"translator\salamand 5.0\projects\chinesesimplified\salamand.atp" +TEXTVERSION,"5.0 (x86)" +VERSION,"5,0,0,183" [TRANSLATION] LANGID,2052 @@ -302,6 +302,8 @@ SLGINCOMPLETE,"" 1150,10,97,196,8,1,"ç‰ˆæƒæ‰€æœ‰Â©1997-2023 Open Salamander Authors" 1152,10,108,22,8,1,"网站:" 272,32,108,64,8,1,"www.altap.cz" +1153,10,119,165,8,1,"Open Salamander is free software" +1154,10,130,214,8,1,"Licensed under GNU General Public License version 2 or later" 286,2,154,294,1,1,"" [DIALOG 300] diff --git a/translations/chinesesimplified/splitcbn.slt b/translations/projects/ChineseSimplified/slt/splitcbn.slt similarity index 98% rename from translations/chinesesimplified/splitcbn.slt rename to translations/projects/ChineseSimplified/slt/splitcbn.slt index 7f96f540e..dbe27f4ce 100644 --- a/translations/chinesesimplified/splitcbn.slt +++ b/translations/projects/ChineseSimplified/slt/splitcbn.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\splitcbn.atp" +PROJECTNAME,"translator\salamand 5.0\projects\chinesesimplified\splitcbn.atp" TEXTVERSION,"1.11 (x86)" VERSION,"1,1,1,180" diff --git a/translations/chinesesimplified/tar.slt b/translations/projects/ChineseSimplified/slt/tar.slt similarity index 97% rename from translations/chinesesimplified/tar.slt rename to translations/projects/ChineseSimplified/slt/tar.slt index 45c0c3d57..a64b4b346 100644 --- a/translations/chinesesimplified/tar.slt +++ b/translations/projects/ChineseSimplified/slt/tar.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\tar.atp" +PROJECTNAME,"translator\salamand 5.0\projects\chinesesimplified\tar.atp" TEXTVERSION,"3.34 (x86)" VERSION,"3,3,4,180" diff --git a/translations/chinesesimplified/unarj.slt b/translations/projects/ChineseSimplified/slt/unarj.slt similarity index 97% rename from translations/chinesesimplified/unarj.slt rename to translations/projects/ChineseSimplified/slt/unarj.slt index 71093b956..bbece669e 100644 --- a/translations/chinesesimplified/unarj.slt +++ b/translations/projects/ChineseSimplified/slt/unarj.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\unarj.atp" +PROJECTNAME,"translator\salamand 5.0\projects\chinesesimplified\unarj.atp" TEXTVERSION,"1.21 (x86)" VERSION,"1,2,1,180" diff --git a/translations/chinesesimplified/uncab.slt b/translations/projects/ChineseSimplified/slt/uncab.slt similarity index 97% rename from translations/chinesesimplified/uncab.slt rename to translations/projects/ChineseSimplified/slt/uncab.slt index f7420a3ed..c13ebd3ec 100644 --- a/translations/chinesesimplified/uncab.slt +++ b/translations/projects/ChineseSimplified/slt/uncab.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\uncab.atp" +PROJECTNAME,"translator\salamand 5.0\projects\chinesesimplified\uncab.atp" TEXTVERSION,"1.27 (x86)" VERSION,"1,2,7,180" diff --git a/translations/chinesesimplified/unchm.slt b/translations/projects/ChineseSimplified/slt/unchm.slt similarity index 94% rename from translations/chinesesimplified/unchm.slt rename to translations/projects/ChineseSimplified/slt/unchm.slt index f70fd3499..2b606f203 100644 --- a/translations/chinesesimplified/unchm.slt +++ b/translations/projects/ChineseSimplified/slt/unchm.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\unchm.atp" +PROJECTNAME,"translator\salamand 5.0\projects\chinesesimplified\unchm.atp" TEXTVERSION,"1.03 (x86)" VERSION,"1,0,3,180" diff --git a/translations/chinesesimplified/undelete.slt b/translations/projects/ChineseSimplified/slt/undelete.slt similarity index 98% rename from translations/chinesesimplified/undelete.slt rename to translations/projects/ChineseSimplified/slt/undelete.slt index adec751f7..06e7ca771 100644 --- a/translations/chinesesimplified/undelete.slt +++ b/translations/projects/ChineseSimplified/slt/undelete.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\undelete.atp" +PROJECTNAME,"translator\salamand 5.0\projects\chinesesimplified\undelete.atp" TEXTVERSION,"1.11 (x86)" VERSION,"1,1,1,180" diff --git a/translations/chinesesimplified/unfat.slt b/translations/projects/ChineseSimplified/slt/unfat.slt similarity index 93% rename from translations/chinesesimplified/unfat.slt rename to translations/projects/ChineseSimplified/slt/unfat.slt index f2ff516e6..acc89b40c 100644 --- a/translations/chinesesimplified/unfat.slt +++ b/translations/projects/ChineseSimplified/slt/unfat.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\unfat.atp" +PROJECTNAME,"translator\salamand 5.0\projects\chinesesimplified\unfat.atp" TEXTVERSION,"1.1 (x86)" VERSION,"1,1,0,180" diff --git a/translations/chinesesimplified/uniso.slt b/translations/projects/ChineseSimplified/slt/uniso.slt similarity index 98% rename from translations/chinesesimplified/uniso.slt rename to translations/projects/ChineseSimplified/slt/uniso.slt index daa38653f..5702c7234 100644 --- a/translations/chinesesimplified/uniso.slt +++ b/translations/projects/ChineseSimplified/slt/uniso.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\uniso.atp" +PROJECTNAME,"translator\salamand 5.0\projects\chinesesimplified\uniso.atp" TEXTVERSION,"1.37 (x86)" VERSION,"1,3,7,180" diff --git a/translations/chinesesimplified/unlha.slt b/translations/projects/ChineseSimplified/slt/unlha.slt similarity index 94% rename from translations/chinesesimplified/unlha.slt rename to translations/projects/ChineseSimplified/slt/unlha.slt index a2debd1c7..6b678d3af 100644 --- a/translations/chinesesimplified/unlha.slt +++ b/translations/projects/ChineseSimplified/slt/unlha.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\unlha.atp" +PROJECTNAME,"translator\salamand 5.0\projects\chinesesimplified\unlha.atp" TEXTVERSION,"1.13 (x86)" VERSION,"1,1,3,180" diff --git a/translations/chinesesimplified/unmime.slt b/translations/projects/ChineseSimplified/slt/unmime.slt similarity index 95% rename from translations/chinesesimplified/unmime.slt rename to translations/projects/ChineseSimplified/slt/unmime.slt index 5b4a91fdf..333d236fd 100644 --- a/translations/chinesesimplified/unmime.slt +++ b/translations/projects/ChineseSimplified/slt/unmime.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\unmime.atp" +PROJECTNAME,"translator\salamand 5.0\projects\chinesesimplified\unmime.atp" TEXTVERSION,"1.14 (x86)" VERSION,"1,1,4,180" diff --git a/translations/chinesesimplified/unrar.slt b/translations/projects/ChineseSimplified/slt/unrar.slt similarity index 98% rename from translations/chinesesimplified/unrar.slt rename to translations/projects/ChineseSimplified/slt/unrar.slt index 82c6c3e1a..32765b281 100644 --- a/translations/chinesesimplified/unrar.slt +++ b/translations/projects/ChineseSimplified/slt/unrar.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\unrar.atp" +PROJECTNAME,"translator\salamand 5.0\projects\chinesesimplified\unrar.atp" TEXTVERSION,"3.01 (x86)" VERSION,"3,0,1,180" diff --git a/translations/chinesesimplified/wmobile.slt b/translations/projects/ChineseSimplified/slt/wmobile.slt similarity index 98% rename from translations/chinesesimplified/wmobile.slt rename to translations/projects/ChineseSimplified/slt/wmobile.slt index 7d0b76ce6..680de1401 100644 --- a/translations/chinesesimplified/wmobile.slt +++ b/translations/projects/ChineseSimplified/slt/wmobile.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\wmobile.atp" +PROJECTNAME,"translator\salamand 5.0\projects\chinesesimplified\wmobile.atp" TEXTVERSION,"1.08 (x86)" VERSION,"1,0,8,180" diff --git a/translations/chinesesimplified/zip.slt b/translations/projects/ChineseSimplified/slt/zip.slt similarity index 99% rename from translations/chinesesimplified/zip.slt rename to translations/projects/ChineseSimplified/slt/zip.slt index 3081fca0a..60afa98c2 100644 --- a/translations/chinesesimplified/zip.slt +++ b/translations/projects/ChineseSimplified/slt/zip.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\zip.atp" +PROJECTNAME,"translator\salamand 5.0\projects\chinesesimplified\zip.atp" TEXTVERSION,"1.39 (x86)" VERSION,"1,3,9,180" diff --git a/translations/projects/ChineseSimplified/splitcbn.atp b/translations/projects/ChineseSimplified/splitcbn.atp new file mode 100644 index 000000000..eceb58b06 --- /dev/null +++ b/translations/projects/ChineseSimplified/splitcbn.atp @@ -0,0 +1,117 @@ +[Files] +Original=$BUILD_DIR\plugins\splitcbn\lang\english.slg +Translated=$BUILD_DIR\plugins\splitcbn\lang\chinesesimplified.slg +Include=..\..\symbols\plugins\splitcbn\symbols.inc +SalMenu=..\..\symbols\plugins\splitcbn\salmenu.mnu +IgnoreList=..\..\symbols\plugins\splitcbn\ignore.lst +CheckList=..\..\symbols\plugins\splitcbn\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00650000=1 +00650001=1 +00650002=1 +00650003=1 +00650004=1 +00650005=1 +00650007=1 +00650008=1 +00650009=1 +00660000=1 +00660004=1 +00660005=1 +00660006=1 +00660009=1 +0066000c=1 +0066000d=1 +0066000e=1 +0066000f=1 +00670000=1 +00670001=1 +00670003=1 +00670004=1 +00670005=1 +00670006=1 +00670007=1 +00670008=1 +0067000a=1 +0067000c=1 +0067000d=1 +0067000e=1 +00680000=1 +00680001=1 +00680002=1 +00680005=1 + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000005=1 +00000006=1 +00000007=1 +00000008=1 +00000009=1 +0000000a=1 +0000000b=1 +0000000c=1 +0000000d=1 +0000000e=1 +0000000f=1 +00000010=1 +00000011=1 +00000012=1 +00000013=1 +00000015=1 +00000016=1 +00000017=1 +00000018=1 +00000019=1 +0000001a=1 +0000001b=1 +0000001c=1 +0000001d=1 +0000001e=1 +0000001f=1 +00000020=1 +00000021=1 +00000022=1 +00000023=1 +00000024=1 +00000025=1 +00000026=1 +00000027=1 +00000028=1 +00000029=1 +0000002a=1 +0000002b=1 +0000003f=1 +00000040=1 +00000043=1 +00000044=1 +00000045=1 +00000046=1 +00000047=1 +00000048=1 +00000049=1 +0000004a=1 +0000004b=1 +0000004c=1 +0000004d=1 +0000004e=1 +0000004f=1 +00000050=1 +00000051=1 +00000052=1 + +[Relayout] + diff --git a/translations/projects/ChineseSimplified/tar.atp b/translations/projects/ChineseSimplified/tar.atp new file mode 100644 index 000000000..9176e6dd4 --- /dev/null +++ b/translations/projects/ChineseSimplified/tar.atp @@ -0,0 +1,61 @@ +[Files] +Original=$BUILD_DIR\plugins\tar\lang\english.slg +Translated=$BUILD_DIR\plugins\tar\lang\chinesesimplified.slg +Include=..\..\symbols\plugins\tar\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +00002bc0=1 +00002bc1=1 +00002bc2=1 +00002bc3=1 +00002bc4=1 +00002bc5=1 +00002bc6=1 +00002bc7=1 +00002be8=1 +00002bf2=1 +00002bf3=1 +00002bf4=1 +00002bfc=1 +00002bfd=1 +00002bfe=1 +00002bff=1 +00002c00=1 +00002c01=1 +00002c02=1 +00002c03=1 +00002c04=1 +00002c05=1 +00002c06=1 +00002c07=1 +00002c08=1 +00002c09=1 +00002c0a=1 +00002c0b=1 +00002c10=1 +00002c11=1 +00002c12=1 +00002c13=1 +00002c14=1 +00002c15=1 +00002c16=1 +00002c1b=1 +00002c1c=1 +00002c1d=1 +00002c23=1 +00002c24=1 +00002c25=1 + +[Relayout] + diff --git a/translations/projects/ChineseSimplified/unarj.atp b/translations/projects/ChineseSimplified/unarj.atp new file mode 100644 index 000000000..26f3c229b --- /dev/null +++ b/translations/projects/ChineseSimplified/unarj.atp @@ -0,0 +1,78 @@ +[Files] +Original=$BUILD_DIR\plugins\unarj\lang\english.slg +Translated=$BUILD_DIR\plugins\unarj\lang\chinesesimplified.slg +Include=..\..\symbols\plugins\unarj\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640002=1 +00640004=1 +00640006=1 +00640007=1 +00640008=1 +00670000=1 +00670001=1 +00670003=1 +00670004=1 +00670005=1 +00670006=1 +00670007=1 +006a0000=1 +006a0001=1 +006a0002=1 +006a0003=1 +006a0004=1 +006a0006=1 +006a0007=1 +00730000=1 +00730001=1 +00730002=1 +00730003=1 +00730005=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 + +[Relayout] + diff --git a/translations/projects/ChineseSimplified/uncab.atp b/translations/projects/ChineseSimplified/uncab.atp new file mode 100644 index 000000000..476900a9c --- /dev/null +++ b/translations/projects/ChineseSimplified/uncab.atp @@ -0,0 +1,80 @@ +[Files] +Original=$BUILD_DIR\plugins\uncab\lang\english.slg +Translated=$BUILD_DIR\plugins\uncab\lang\chinesesimplified.slg +Include=..\..\symbols\plugins\uncab\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640002=1 +00640004=1 +00640006=1 +00640008=1 +00640009=1 +0064000a=1 +00670000=1 +00670001=1 +00670003=1 +00670004=1 +00670005=1 +00670006=1 +00670007=1 +00670008=1 +006a0000=1 +006a0001=1 +006a0002=1 +006a0003=1 +006a0004=1 +006a0006=1 +006a0007=1 +00730000=1 +00730001=1 +00730002=1 +00730003=1 +00730005=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003f0=1 +000003f4=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 + +[Relayout] + diff --git a/translations/projects/ChineseSimplified/unchm.atp b/translations/projects/ChineseSimplified/unchm.atp new file mode 100644 index 000000000..42608db2e --- /dev/null +++ b/translations/projects/ChineseSimplified/unchm.atp @@ -0,0 +1,46 @@ +[Files] +Original=$BUILD_DIR\plugins\unchm\lang\english.slg +Translated=$BUILD_DIR\plugins\unchm\lang\chinesesimplified.slg +Include=..\..\symbols\plugins\unchm\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000408=1 +0000044c=1 +0000044d=1 +00000451=1 +00000452=1 +00000453=1 + +[Relayout] + diff --git a/translations/projects/ChineseSimplified/undelete.atp b/translations/projects/ChineseSimplified/undelete.atp new file mode 100644 index 000000000..6b6ead440 --- /dev/null +++ b/translations/projects/ChineseSimplified/undelete.atp @@ -0,0 +1,152 @@ +[Files] +Original=$BUILD_DIR\plugins\undelete\lang\english.slg +Translated=$BUILD_DIR\plugins\undelete\lang\chinesesimplified.slg +Include=..\..\symbols\plugins\undelete\symbols.inc +SalMenu=..\..\symbols\plugins\undelete\salmenu.mnu +IgnoreList=..\..\symbols\plugins\undelete\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +03e80000=1 +03e80003=1 +03e80004=1 +044c0000=1 +044c0001=1 +044c0003=1 +044c0005=1 +044c0006=1 +044c0007=1 +044c0008=1 +044c0009=1 +044c000a=1 +044c000b=1 +044c000c=1 +044c000d=1 +044c000e=1 +04b00000=1 +04b00001=1 +04b00003=1 +04b00005=1 +04b00007=1 +04b00009=1 +05140000=1 +05140001=1 +05140003=1 +05140004=1 +05140005=1 +05780000=1 +05780001=1 +05780003=1 +05780004=1 +05780005=1 +05780006=1 +05780007=1 +05780008=1 +05780009=1 +05dc0000=1 +05dc0001=1 +05dc0002=1 +05dc0004=1 +05dc0005=1 +05dc0006=1 +05dc0007=1 + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000006=1 +00000009=1 +0000000a=1 +0000000b=1 +0000000c=1 +0000000d=1 +0000000e=1 +0000000f=1 +00000011=1 +00000012=1 +00000013=1 +00000014=1 +00000015=1 +00000016=1 +00000017=1 +00000018=1 +00000019=1 +0000001a=1 +0000001b=1 +0000001c=1 +0000001d=1 +0000001e=1 +0000001f=1 +00000020=1 +00000021=1 +00000022=1 +00000023=1 +00000024=1 +00000025=1 +00000026=1 +00000027=1 +00000028=1 +00000029=1 +0000002a=1 +0000002b=1 +0000002c=1 +0000002d=1 +0000002e=1 +0000002f=1 +00000030=1 +00000031=1 +00000032=1 +0000003b=1 +0000003c=1 +0000003d=1 +0000003e=1 +0000003f=1 +00000040=1 +00000041=1 +00000042=1 +00000043=1 +00000044=1 +00000045=1 +00000046=1 +00000047=1 +00000048=1 +00000049=1 +0000004a=1 +0000004b=1 +0000004d=1 +00000050=1 +00000051=1 +00000052=1 +00000053=1 +00000054=1 +00000055=1 +00000056=1 +0000005a=1 +0000005b=1 +0000005c=1 +0000005d=1 +0000005e=1 +0000005f=1 +00000060=1 +00000061=1 +00000062=1 +00000063=1 +00000064=1 +00000065=1 +00000066=1 +00000067=1 +00000068=1 +00000069=1 + +[Relayout] + diff --git a/translations/projects/ChineseSimplified/unfat.atp b/translations/projects/ChineseSimplified/unfat.atp new file mode 100644 index 000000000..2faede253 --- /dev/null +++ b/translations/projects/ChineseSimplified/unfat.atp @@ -0,0 +1,33 @@ +[Files] +Original=$BUILD_DIR\plugins\unfat\lang\english.slg +Translated=$BUILD_DIR\plugins\unfat\lang\chinesesimplified.slg +Include=..\..\symbols\plugins\unfat\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003eb=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000450=1 +00000452=1 +00000453=1 +00000454=1 +00000455=1 +00000456=1 + +[Relayout] + diff --git a/translations/projects/ChineseSimplified/uniso.atp b/translations/projects/ChineseSimplified/uniso.atp new file mode 100644 index 000000000..a0bd265e9 --- /dev/null +++ b/translations/projects/ChineseSimplified/uniso.atp @@ -0,0 +1,99 @@ +[Files] +Original=$BUILD_DIR\plugins\uniso\lang\english.slg +Translated=$BUILD_DIR\plugins\uniso\lang\chinesesimplified.slg +Include=..\..\symbols\plugins\uniso\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +04b00000=1 +04b00001=1 +04b00002=1 +04b00003=1 +04b00005=1 +04b00006=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=0 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +0000047e=1 +0000047f=1 +00000480=1 +00000481=1 +00000482=1 +00000483=1 +00000484=1 + +[Relayout] + diff --git a/translations/projects/ChineseSimplified/unlha.atp b/translations/projects/ChineseSimplified/unlha.atp new file mode 100644 index 000000000..4bdba4e4f --- /dev/null +++ b/translations/projects/ChineseSimplified/unlha.atp @@ -0,0 +1,41 @@ +[Files] +Original=$BUILD_DIR\plugins\unlha\lang\english.slg +Translated=$BUILD_DIR\plugins\unlha\lang\chinesesimplified.slg +Include=..\..\symbols\plugins\unlha\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000005=1 +00000006=1 +00000007=1 +00000008=1 +0000000a=1 +0000000b=1 +0000000c=1 +0000000d=1 +0000000e=1 +0000000f=1 +00000010=1 +00000011=1 +00000012=1 +00000013=1 +00000014=1 +00000015=1 +00000016=1 + +[Relayout] + diff --git a/translations/projects/ChineseSimplified/unmime.atp b/translations/projects/ChineseSimplified/unmime.atp new file mode 100644 index 000000000..eecd29819 --- /dev/null +++ b/translations/projects/ChineseSimplified/unmime.atp @@ -0,0 +1,43 @@ +[Files] +Original=$BUILD_DIR\plugins\unmime\lang\english.slg +Translated=$BUILD_DIR\plugins\unmime\lang\chinesesimplified.slg +Include=..\..\symbols\plugins\unmime\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00650000=1 +00650001=1 +00650003=1 +00650004=1 +00650005=1 +00650006=1 +00650008=1 +00650009=1 + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000005=1 +00000006=1 +00000007=1 +00000008=1 +00000009=1 +0000000a=1 +0000000b=1 +0000000c=1 +0000000d=1 +0000000e=1 +0000000f=1 + +[Relayout] + diff --git a/translations/projects/ChineseSimplified/unrar.atp b/translations/projects/ChineseSimplified/unrar.atp new file mode 100644 index 000000000..a34e3efa6 --- /dev/null +++ b/translations/projects/ChineseSimplified/unrar.atp @@ -0,0 +1,93 @@ +[Files] +Original=$BUILD_DIR\plugins\unrar\lang\english.slg +Translated=$BUILD_DIR\plugins\unrar\lang\chinesesimplified.slg +Include=..\..\symbols\plugins\unrar\symbols.inc +IgnoreList=..\..\symbols\plugins\unrar\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640002=1 +00640004=1 +00640005=1 +00640006=1 +00670000=1 +00670001=1 +00670003=1 +00670004=1 +00670005=1 +00670006=1 +00670007=1 +006a0000=1 +006a0001=1 +006a0002=1 +006a0003=1 +006a0004=1 +006a0006=1 +006a0008=1 +006a0009=1 +006c0000=1 +006c0002=1 +006c0003=1 +006c0005=1 +006c0007=1 +006c0008=1 +006c0009=1 +006c000a=1 +006c000b=1 +00730000=1 +00730001=1 +00730002=1 +00730003=1 +00730005=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +00000410=1 +00000411=1 + +[Relayout] + diff --git a/translations/projects/ChineseSimplified/wmobile.atp b/translations/projects/ChineseSimplified/wmobile.atp new file mode 100644 index 000000000..318f1d02f --- /dev/null +++ b/translations/projects/ChineseSimplified/wmobile.atp @@ -0,0 +1,88 @@ +[Files] +Original=$BUILD_DIR\plugins\wmobile\lang\english.slg +Translated=$BUILD_DIR\plugins\wmobile\lang\chinesesimplified.slg +Include=..\..\symbols\plugins\wmobile\symbols.inc +IgnoreList=..\..\symbols\plugins\wmobile\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +01f40003=1 +01f40005=1 +01fe0005=1 +01fe0007=1 +01fe0009=1 +02080000=1 +02080002=1 +02080003=1 +02080004=1 +02080005=1 +02080006=1 +02080008=1 +02080009=1 +0208000c=1 +0208000f=1 +02080012=1 +02080014=1 +02080015=1 +02080017=1 +02080018=1 +02080019=1 + +[MenusTranslation] + +[StringsTranslation] +000007d0=1 +000007d1=1 +000007d2=1 +00000bb8=1 +00000bb9=1 +00000bba=1 +00000bbb=1 +00000bbc=1 +00000bbd=1 +00000bbe=1 +00000bbf=1 +00000bc0=1 +00000bc1=1 +00000bc2=1 +00000bc3=1 +00000bc4=1 +00000bc5=1 +00000bc6=1 +00000bc7=1 +00000bc8=1 +00000bc9=1 +00000bca=1 +00000bcb=1 +00000bcc=1 +00000bcd=1 +00000bce=1 +00000bcf=1 +00000bd0=1 +00000bd1=1 +00000bd2=1 +00000bd3=1 +00000bd4=1 +00000bd5=1 +00000bd6=1 +00000bd7=1 +00000bd8=1 +00000bd9=1 +00000bda=1 +00000bdb=1 +00000bdc=1 +00000bdd=1 +00000bde=1 +00000bdf=1 +00000be0=1 +00000be1=1 +00000be2=1 + +[Relayout] + diff --git a/translations/projects/ChineseSimplified/zip.atp b/translations/projects/ChineseSimplified/zip.atp new file mode 100644 index 000000000..6affa84af --- /dev/null +++ b/translations/projects/ChineseSimplified/zip.atp @@ -0,0 +1,441 @@ +[Files] +Original=$BUILD_DIR\plugins\zip\lang\english.slg +Translated=$BUILD_DIR\plugins\zip\lang\chinesesimplified.slg +Include=..\..\symbols\plugins\zip\symbols.inc +SalMenu=..\..\symbols\plugins\zip\salmenu.mnu +IgnoreList=..\..\symbols\plugins\zip\ignore.lst +CheckList=..\..\symbols\plugins\zip\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640004=1 +00640005=1 +00640008=1 +0064000a=1 +0064000b=1 +0064000d=1 +0064000e=1 +00640010=1 +00640012=1 +00640013=1 +00640014=1 +00640015=1 +00640017=1 +00640018=1 +00640019=1 +0064001a=1 +0064001b=1 +00700000=1 +00700001=1 +00700003=1 +00700004=1 +00700006=1 +00700007=1 +00700008=1 +00700009=1 +0070000a=1 +0070000b=1 +0070000d=1 +0070000f=1 +00700011=1 +00700012=1 +00700013=1 +00700014=1 +00700015=1 +00700016=1 +00700018=1 +0070001a=1 +0070001b=1 +0070001c=1 +0070001d=1 +007b0000=1 +007b0002=1 +007b0003=1 +007b0005=1 +007b0007=1 +007b0008=1 +007b0009=1 +007b000a=1 +007e0000=1 +007e0001=1 +007e0002=1 +007e0004=1 +007e0006=1 +007e0008=1 +007e0009=1 +007e000a=1 +007e000b=1 +00870000=1 +00870002=1 +00870003=1 +00870004=1 +00890000=1 +00890001=1 +00890004=1 +00890005=1 +00890006=1 +00890007=1 +00890008=1 +008d0000=1 +008d0001=1 +008d0002=1 +008d0003=1 +008d0005=1 +008d0006=1 +008d0007=1 +008e0000=1 +008e0002=1 +008e0003=1 +008e0004=1 +008e0005=1 +008e0006=1 +008e0008=1 +008e0009=1 +008e000a=1 +00920000=1 +00920002=1 +00920003=1 +00920005=1 +00920006=1 +00920007=1 +00920008=1 +0092000a=1 +0092000b=1 +0092000c=1 +0092000d=1 +0092000e=1 +00920010=1 +00920012=1 +00920013=1 +00920014=1 +00920015=1 +00920016=1 +00920017=1 +00920018=1 +00920019=1 +0092001a=1 +0092001b=1 +0092001c=1 +0092001d=1 +00980000=1 +00980001=1 +00980004=1 +00980005=1 +00980006=1 +00980007=1 +00a60000=1 +00a60001=1 +00a60003=1 +00a60005=1 +00a60006=1 +00aa0000=1 +00aa0001=1 +00aa0003=1 +00aa0005=1 +00aa0007=1 +00aa0008=1 +00aa0009=1 +00b40000=1 +00be0000=1 +00be0001=1 +00be0002=1 +00be0003=1 +00be0004=1 +00be0006=1 +00be0008=1 +00be000a=1 +00be000c=1 +00be000d=1 +00be000f=1 +00be0011=1 +00be0013=1 +00be0015=1 +00be0017=1 +00be0018=1 +00be0019=1 +00be001a=1 +00d20000=1 +00d20001=1 +00d20003=1 +00d20004=1 +00d20005=1 +00d20006=1 +00dc0000=1 +00dc0001=1 +00dc0002=1 +00dc0003=1 +00dc0006=1 +00dc0007=1 +00dc0008=1 +00fa0000=1 +00fa0001=1 +00fa0002=1 +00fa0003=1 +00fa0004=1 +00fa0006=1 +00fa0007=1 +00fa0008=1 + +[MenusTranslation] +01900000=1 +01900001=1 +01900002=1 +01900003=1 +01900004=1 +01900005=1 +01900006=1 +01900007=1 +01900008=1 +0190000a=1 +0190000b=1 +0190000d=1 +03200001=1 +03200002=1 +03200004=1 +03520000=1 +03520001=1 +03520003=1 +035c0001=1 +035c0002=1 +035c0003=1 +035c0004=1 +035c0006=1 +035c0007=1 + +[StringsTranslation] +0000008b=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +00000418=1 +00000419=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +00000441=1 +00000442=1 +00000443=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000450=1 +00000451=1 +00000452=1 +00000453=1 +00000454=1 +00000455=1 +00000456=1 +00000457=1 +00000458=1 +00000459=1 +0000045a=1 +0000045b=1 +0000045c=1 +0000045d=1 +0000045e=1 +0000045f=1 +00000460=1 +00000461=1 +00000462=1 +00000463=1 +00000464=1 +00000465=1 +00000466=1 +00000467=1 +00000468=1 +00000469=1 +0000046a=1 +0000046b=1 +0000046c=1 +0000046d=1 +0000046e=1 +0000046f=1 +00000470=1 +00000471=1 +00000472=1 +00000473=1 +00000474=1 +00000475=1 +00000476=1 +00000477=1 +00000478=1 +00000479=1 +0000047a=1 +0000047b=1 +0000047c=1 +0000047d=1 +0000047e=1 +0000047f=1 +00000480=1 +00000481=1 +00000482=1 +00000483=1 +00000484=1 +00000485=1 +00000486=1 +00000487=1 +00000488=1 +00000489=1 +0000048a=1 +0000048b=1 +0000048c=1 +0000048d=1 +0000048e=1 +00000490=1 +00000491=1 +00000492=1 +00000493=1 +00000499=1 +000004a1=1 +000004a4=1 +000004a5=1 +000004a6=1 +000004a7=1 +000004a8=1 +000004a9=1 +000004aa=1 +000004ab=1 +000004ac=1 +000004ad=1 +000004ae=1 +000004af=1 +000004b0=1 +000004b1=1 +000004b2=1 +000004b8=1 +000004b9=1 +000004ba=1 +000004bb=1 +000004bc=1 +000004bd=1 +000004be=1 +000004bf=1 +000004c0=1 +000004c1=1 +000004c2=1 +000004c3=1 +000004c4=1 +000004c5=1 +000004c6=1 +000004c7=1 +000004c8=1 +000004c9=1 +000004ca=1 +000004cb=1 +000004cc=1 +000004cd=1 +000004ce=1 +000004cf=1 +000004d0=1 +000004d1=1 +000004d2=1 +000004d3=1 +000004d4=1 +000004d5=1 +000004d6=1 +000004d7=1 +000004d8=1 +000004d9=1 +000004da=1 +000004db=1 +000004e2=1 +000004e3=1 +000004e4=1 +000004e5=1 +000004e6=1 + +[Relayout] + diff --git a/translations/projects/Czech/!export_slt.bat b/translations/projects/Czech/!export_slt.bat new file mode 100644 index 000000000..75a98635f --- /dev/null +++ b/translations/projects/Czech/!export_slt.bat @@ -0,0 +1 @@ +@call ..\tools\!export_slt.bat diff --git a/translations/projects/Czech/!export_slt_for_diff.bat b/translations/projects/Czech/!export_slt_for_diff.bat new file mode 100644 index 000000000..daa485f3a --- /dev/null +++ b/translations/projects/Czech/!export_slt_for_diff.bat @@ -0,0 +1 @@ +@call ..\tools\!export_slt_for_diff.bat diff --git a/translations/projects/Czech/!export_spellchck.bat b/translations/projects/Czech/!export_spellchck.bat new file mode 100644 index 000000000..6b6d1b820 --- /dev/null +++ b/translations/projects/Czech/!export_spellchck.bat @@ -0,0 +1 @@ +@call ..\tools\!export_spellchck.bat diff --git a/translations/projects/Czech/!import.bat b/translations/projects/Czech/!import.bat new file mode 100644 index 000000000..f0f5baed3 --- /dev/null +++ b/translations/projects/Czech/!import.bat @@ -0,0 +1 @@ +@call ..\tools\!import.bat diff --git a/translations/projects/Czech/!import_slt.bat b/translations/projects/Czech/!import_slt.bat new file mode 100644 index 000000000..503436e3f --- /dev/null +++ b/translations/projects/Czech/!import_slt.bat @@ -0,0 +1 @@ +@call ..\tools\!import_slt.bat diff --git a/translations/projects/Czech/!import_trlprop.bat b/translations/projects/Czech/!import_trlprop.bat new file mode 100644 index 000000000..5e4ebc9e1 --- /dev/null +++ b/translations/projects/Czech/!import_trlprop.bat @@ -0,0 +1 @@ +@call ..\tools\!import_trlprop.bat diff --git a/translations/projects/Czech/!open_all.bat b/translations/projects/Czech/!open_all.bat new file mode 100644 index 000000000..0deb29b66 --- /dev/null +++ b/translations/projects/Czech/!open_all.bat @@ -0,0 +1 @@ +@call ..\tools\!open_all.bat diff --git a/translations/projects/Czech/!translate1.bat b/translations/projects/Czech/!translate1.bat new file mode 100644 index 000000000..f3eca52df --- /dev/null +++ b/translations/projects/Czech/!translate1.bat @@ -0,0 +1 @@ +@call ..\tools\!translate1.bat diff --git a/translations/projects/Czech/!translate2.bat b/translations/projects/Czech/!translate2.bat new file mode 100644 index 000000000..7534fa669 --- /dev/null +++ b/translations/projects/Czech/!translate2.bat @@ -0,0 +1 @@ +@call ..\tools\!translate2.bat diff --git a/translations/projects/Czech/!validate1.bat b/translations/projects/Czech/!validate1.bat new file mode 100644 index 000000000..31509bdba --- /dev/null +++ b/translations/projects/Czech/!validate1.bat @@ -0,0 +1 @@ +@call ..\tools\!validate1.bat diff --git a/translations/projects/Czech/!validate2.bat b/translations/projects/Czech/!validate2.bat new file mode 100644 index 000000000..92d2d8d79 --- /dev/null +++ b/translations/projects/Czech/!validate2.bat @@ -0,0 +1 @@ +@call ..\tools\!validate2.bat diff --git a/translations/projects/Czech/7zip.atp b/translations/projects/Czech/7zip.atp new file mode 100644 index 000000000..0f0f14d55 --- /dev/null +++ b/translations/projects/Czech/7zip.atp @@ -0,0 +1,143 @@ +[Files] +Original=$BUILD_DIR\plugins\7zip\lang\english.slg +Translated=$BUILD_DIR\plugins\7zip\lang\czech.slg +Include=..\..\symbols\plugins\7zip\symbols.inc +SalMenu=..\..\symbols\plugins\7zip\salmenu.mnu +CheckList=..\..\symbols\plugins\7zip\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +04b00000=1 +04b00001=1 +04b00003=1 +04b00004=1 +04b00005=1 +04b00006=1 +04b00007=1 +04b00009=1 +04b0000b=1 +04b0000d=1 +04b0000f=1 +04b00011=1 +04b00013=1 +04b00014=1 +04b00015=1 +04b10000=1 +04b10001=1 +04b10004=1 +04b10005=1 +04b10007=1 +04b10009=1 +04b1000b=1 +04b1000d=1 +04b1000f=1 +04b10011=1 +04b10013=1 +04b10015=1 +04b10016=1 +04b10017=1 +04b10018=1 +04b10019=1 +04b20000=1 +04b20002=1 +04b20003=1 +04b20005=1 +04b20006=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +00000418=1 +00000419=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +00000442=1 +00000443=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 + +[Relayout] + diff --git a/translations/projects/Czech/automation.atp b/translations/projects/Czech/automation.atp new file mode 100644 index 000000000..4343459c0 --- /dev/null +++ b/translations/projects/Czech/automation.atp @@ -0,0 +1,69 @@ +[Files] +Original=$BUILD_DIR\plugins\automation\lang\english.slg +Translated=$BUILD_DIR\plugins\automation\lang\czech.slg +Include=..\..\symbols\plugins\automation\symbols.inc +SalMenu=..\..\symbols\plugins\automation\salmenu.mnu +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640004=1 +00650000=1 +00650001=1 +00650003=1 +00650004=1 +00650005=1 +00650006=1 + +[MenusTranslation] +006a0000=1 +006a0001=1 +006a0003=1 +006a0004=1 + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000080=1 +00000081=1 +00000082=1 +00000083=1 +00000084=1 +00000086=1 +00000087=1 +00000088=1 +00000089=1 +0000008a=1 +0000008b=1 +0000008c=1 +0000008d=1 +0000008e=1 +0000008f=1 +00000090=1 +00000091=1 +00000092=1 +00000093=1 +00000100=1 +00000101=1 +00000102=1 +00000103=1 +00000104=1 +00000105=1 +00000106=1 +00000107=1 +00000108=1 +00000109=1 +0000010a=1 +0000010b=1 + +[Relayout] + diff --git a/translations/projects/Czech/checksum.atp b/translations/projects/Czech/checksum.atp new file mode 100644 index 000000000..effa5753a --- /dev/null +++ b/translations/projects/Czech/checksum.atp @@ -0,0 +1,104 @@ +[Files] +Original=$BUILD_DIR\plugins\checksum\lang\english.slg +Translated=$BUILD_DIR\plugins\checksum\lang\czech.slg +Include=..\..\symbols\plugins\checksum\symbols.inc +SalMenu=..\..\symbols\plugins\checksum\salmenu.mnu +IgnoreList=..\..\symbols\plugins\checksum\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +03e80000=1 +03e80001=1 +03e80002=1 +03e80003=1 +03e80004=1 +03e80005=1 +03e80006=1 +03e80007=1 +03e90000=1 +03e90001=1 +03e90002=1 +03e90003=1 +03e90004=1 +03e90005=1 +03e90006=1 +03e90007=1 +03e90008=1 +03e90009=1 +07d00001=1 +07d00002=1 +07d00003=1 +07d00005=1 +07d00006=1 + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000005=1 +00000006=1 +00000007=1 +00000028=1 +00000029=1 +0000002a=1 +0000002b=1 +0000002c=1 +0000002d=1 +0000002e=1 +0000002f=1 +00000030=1 +00000035=1 +00000036=1 +00000037=1 +00000038=1 +00000039=1 +0000003a=1 +0000003b=1 +0000003c=1 +0000003d=1 +0000003e=1 +0000003f=1 +00000041=1 +00000042=1 +00000043=1 +00000044=1 +00000046=1 +00000047=1 +00000048=1 +0000004a=1 +0000004b=1 +0000004c=1 +0000004d=1 +0000004e=1 +0000004f=1 +00000050=1 +00000051=1 +00000052=1 +00000053=1 +00000054=1 +00000055=1 +00000056=1 +0000005a=1 +0000005b=1 +0000005c=1 +0000005d=1 +0000005e=1 +0000005f=1 +00000064=1 +00000065=1 +00000066=1 +00000067=1 +00000068=1 +00000078=1 + +[Relayout] + diff --git a/translations/projects/Czech/checkver.atp b/translations/projects/Czech/checkver.atp new file mode 100644 index 000000000..52baa2667 --- /dev/null +++ b/translations/projects/Czech/checkver.atp @@ -0,0 +1,119 @@ +[Files] +Original=$BUILD_DIR\plugins\checkver\lang\english.slg +Translated=$BUILD_DIR\plugins\checkver\lang\czech.slg +Include=..\..\symbols\plugins\checkver\symbols.inc +SalMenu=..\..\symbols\plugins\checkver\salmenu.mnu +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640002=1 +00640003=1 +00640005=1 +006e0000=1 +006e0001=1 +006e0003=1 +006e0004=1 +006e0005=1 +006e0006=1 +006e0007=1 +006e0008=1 +006e0009=1 +006e000a=1 +006e000b=1 +006e000c=1 +006e000d=1 +006e000e=1 +006e0010=1 +006e0011=1 +006e0012=1 +006e0013=1 +006e0014=1 +006e0015=1 +006e0016=1 +006e0017=1 +006e0018=1 +00820000=1 +00820002=1 +00820003=1 +00820004=1 +00820005=1 +00820006=1 +00820007=1 +00820008=1 +00820009=1 +0082000a=1 +0082000b=1 +0082000d=1 +0082000e=1 +0082000f=1 + +[MenusTranslation] + +[StringsTranslation] +000000be=1 +000000bf=1 +000000d2=1 +000000d3=1 +000000d4=1 +000000d5=1 +000000d6=1 +000000d7=1 +000000d8=1 +000000d9=1 +000000da=1 +000000dc=1 +000000dd=1 +000000de=1 +000000df=1 +000000e0=1 +000000e1=1 +000000e2=1 +000000e3=1 +000000e4=1 +000000e6=1 +000000e7=1 +000000e8=1 +000000e9=1 +000000ea=1 +000000eb=1 +000000f0=1 +000000f1=1 +000000f2=1 +000000f3=1 +000000f4=1 +000000f7=1 +000000f8=1 +000000fa=1 +000000fb=1 +000000fd=1 +000000fe=1 +000000ff=1 +00000100=1 +00000101=1 +00000102=1 +00000104=1 +0000010a=1 +0000010b=1 +0000010c=1 +0000010d=1 +0000010e=1 +0000010f=1 +00000110=1 +00000111=1 +00000112=1 +00000113=1 +00000114=1 +00000115=1 +00000116=1 +00000117=1 + +[Relayout] + diff --git a/translations/projects/Czech/dbviewer.atp b/translations/projects/Czech/dbviewer.atp new file mode 100644 index 000000000..fce55d114 --- /dev/null +++ b/translations/projects/Czech/dbviewer.atp @@ -0,0 +1,184 @@ +[Files] +Original=$BUILD_DIR\plugins\dbviewer\lang\english.slg +Translated=$BUILD_DIR\plugins\dbviewer\lang\czech.slg +Include=..\..\symbols\plugins\dbviewer\symbols.inc +SalMenu=..\..\symbols\plugins\dbviewer\salmenu.mnu +IgnoreList=..\..\symbols\plugins\dbviewer\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +2fa80000=1 +2fa80001=1 +2fbc0000=1 +2fbc0001=1 +2fbc0002=1 +2fbc0004=1 +2fbc0005=1 +2fbc0006=1 +2fbc0007=1 +2fbc0008=1 +2fbc0009=1 +2fbc000a=1 +2fd00000=1 +2fd00003=1 +2fd00004=1 +2fd00005=1 +2fd00006=1 +2fda0000=1 +2fda0001=1 +2fda0002=1 +2fda0003=1 +2fda0004=1 +2fda0005=1 +2fda0006=1 +2fda0007=1 +2fda0009=1 +2fda000a=1 +2fda000b=1 +2fda000c=1 +2fda000d=1 +2fda000e=1 +2fda000f=1 +2fda0010=1 +2fda0011=1 +2fda0012=1 +2fda0013=1 +2fda0014=1 +2fda0015=1 +300c0000=1 +300c0002=1 +300c0005=1 +300c0006=1 +300c0007=1 +300c0008=1 +300c0009=1 +300c000a=1 +300c000c=1 +300c000d=1 +300c000e=1 +30700000=1 +30700001=1 +30700003=1 +30700004=1 + +[MenusTranslation] + +[StringsTranslation] +00002b51=1 +00002b52=1 +00002b54=1 +00002b5d=1 +00002b66=1 +00002b67=1 +00002b68=1 +00002b69=1 +00002b6a=1 +00002b6b=1 +00002b6c=1 +00002b6d=1 +00002b70=1 +00002b71=1 +00002b72=1 +00002b73=1 +00002b74=1 +00002b75=1 +00002b76=1 +00002b7a=1 +00002b7b=1 +00002b7c=1 +00002b7d=1 +00002b7e=1 +00002b7f=1 +00002b80=1 +00002b84=1 +00002b85=1 +00002b86=1 +00002b87=1 +00002b88=1 +00002b89=1 +00002b8a=1 +00002b8b=1 +00002b8c=1 +00002b8d=1 +00002b8e=1 +00002b8f=1 +00002b90=1 +00002b91=1 +00002b92=1 +00002b93=1 +00002b98=1 +00002b9a=1 +00002b9b=1 +00002b9c=1 +00002b9d=1 +00002b9e=1 +00002b9f=1 +00002ba0=1 +00002ba1=1 +00002ba2=1 +00002ba3=1 +00002ba4=1 +00002ba5=1 +00002bba=1 +00002bbb=1 +00002bbc=1 +00002bbd=1 +00002bc0=1 +00002bc1=1 +00002bc2=1 +00002bc3=1 +00002bc4=1 +00002bc5=1 +00002bc6=1 +00002bc7=1 +00002bc8=1 +00002bc9=1 +00002bca=1 +00002bcb=1 +00002bd1=1 +00002bd2=1 +00002bd3=1 +00002bd4=1 +00002bd5=1 +00002bd6=1 +00002bd7=1 +00002bd8=1 +00002bd9=1 +00002bda=1 +00002bde=1 +00002bdf=1 +00002be0=1 +00002be1=1 +00002bf2=1 +00002bf3=1 +00002bf4=1 +00002bf5=1 +00002bf6=1 +00002bf7=1 +00002c06=1 +00002c07=1 +00002c08=1 +00002c10=1 +00002c11=1 +00002c12=1 +00002c13=1 +00002c14=1 +00002cec=1 +00002ced=1 +00002cee=1 +00002cef=1 +00002cf0=1 +00002cf1=1 +00002d00=1 +00002d01=1 +00002d02=1 +00002d03=1 + +[Relayout] + diff --git a/translations/projects/Czech/diskmap.atp b/translations/projects/Czech/diskmap.atp new file mode 100644 index 000000000..c53fe3583 --- /dev/null +++ b/translations/projects/Czech/diskmap.atp @@ -0,0 +1,80 @@ +[Files] +Original=$BUILD_DIR\plugins\diskmap\lang\english.slg +Translated=$BUILD_DIR\plugins\diskmap\lang\czech.slg +Include=..\..\symbols\plugins\diskmap\symbols.inc +SalMenu=..\..\symbols\plugins\diskmap\salmenu.mnu +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] +006d0000=1 +006d0001=1 +006d0002=1 +006d0004=1 +006d0005=1 +006d0007=1 +006d0008=1 +006d0009=1 +006d000a=1 +006d000b=1 +006d000d=1 +006d000e=1 +006d000f=1 +006d0010=1 +006d0011=1 +006d0012=1 +006d0013=1 +006d0014=1 +006d0016=1 +006d0017=1 +006d0018=1 + +[StringsTranslation] +00000020=1 +00000021=1 +00000022=1 +00000023=1 +00000028=1 +00000029=1 +00000030=1 +00000031=1 +00000032=1 +00000033=1 +00000034=1 +00000035=1 +00000036=1 +00000037=1 +00000038=1 +00000039=1 +0000003a=1 +0000003b=1 +0000003c=1 +0000003d=1 +0000003e=1 +0000003f=1 +00000040=1 +00000041=1 +00000042=1 +00000043=1 +00000044=1 +00000045=1 +00000046=1 +00000047=1 +00000048=1 +00000049=1 +0000004a=1 +0000004b=1 +0000004c=1 +0000004d=1 +0000004e=1 +0000004f=1 + +[Relayout] + diff --git a/translations/projects/Czech/filecomp.atp b/translations/projects/Czech/filecomp.atp new file mode 100644 index 000000000..3d8c75f8d --- /dev/null +++ b/translations/projects/Czech/filecomp.atp @@ -0,0 +1,245 @@ +[Files] +Original=$BUILD_DIR\plugins\filecomp\lang\english.slg +Translated=$BUILD_DIR\plugins\filecomp\lang\czech.slg +Include=..\..\symbols\plugins\filecomp\symbols.inc +SalMenu=..\..\symbols\plugins\filecomp\salmenu.mnu +IgnoreList=..\..\symbols\plugins\filecomp\ignore.lst +CheckList=..\..\symbols\plugins\filecomp\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640004=1 +00640006=1 +00640007=1 +00640008=1 +00640009=1 +00690000=1 +00690001=1 +00690003=1 +00690004=1 +00690009=1 +0069000a=1 +0069000b=1 +0069000c=1 +0069000d=1 +0069000e=1 +0069000f=1 +00690010=1 +00690011=1 +00690014=1 +00820000=1 +00820001=1 +00820003=1 +00820004=1 +00820005=1 +00820006=1 +00820008=1 +00820009=1 +0082000a=1 +0082000b=1 +0082000c=1 +0082000d=1 +00820012=1 +00820014=1 +00820015=1 +00820016=1 +00820017=1 +00820018=1 +00820019=1 +0082001a=1 +0082001b=1 +0082001c=1 +0082001d=1 +0082001e=1 +00820020=1 +00820022=1 +00820024=1 +00820025=1 +00820026=1 +008c0000=1 +008c0001=1 +008c0003=1 +008c0004=1 +008c0006=1 +008c0008=1 +008c000a=1 +008c000c=1 +008c000d=1 +008c000e=1 +008c0010=1 +008c0012=1 +008c0014=1 +00960000=1 +00960001=1 +00960003=1 +00960004=1 +00960005=1 +00960006=1 +00960008=1 +00960009=1 +0096000a=1 +0096000b=1 +0096000c=1 +0096000d=1 +00960012=1 +00960014=1 +00960015=1 +00960016=1 +00960017=1 +00960018=1 +00960019=1 +0096001a=1 +0096001b=1 +0096001c=1 +0096001d=1 +0096001e=1 +00960020=1 + +[MenusTranslation] +02580000=1 +02580001=1 +02580002=1 +02580004=1 +02580005=1 +02580006=1 +02580007=1 +02580008=1 +02580009=1 +0258000a=1 +0258000c=1 +0258000d=1 +0258000e=1 +0258000f=1 +02580011=1 +02580013=1 +02580014=1 +02580015=1 +02580016=1 +02580017=1 +02580018=1 +02580019=1 +0258001b=1 +0258001c=1 +0258001d=1 +0258001e=1 +02580020=1 +02590001=1 +02590002=1 +025a0001=1 +025a0002=1 +025b0001=1 +025b0002=1 +025b0004=1 +025b0005=1 +025c0001=1 +025c0002=1 + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +00000441=1 +00000442=1 +00000443=1 +00000444=1 +00000445=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000450=1 + +[Relayout] + diff --git a/translations/projects/Czech/ftp.atp b/translations/projects/Czech/ftp.atp new file mode 100644 index 000000000..05aca7e7f --- /dev/null +++ b/translations/projects/Czech/ftp.atp @@ -0,0 +1,1482 @@ +[Files] +Original=$BUILD_DIR\plugins\ftp\lang\english.slg +Translated=$BUILD_DIR\plugins\ftp\lang\czech.slg +Include=..\..\symbols\plugins\ftp\symbols.inc +SalMenu=..\..\symbols\plugins\ftp\salmenu.mnu +IgnoreList=..\..\symbols\plugins\ftp\ignore.lst +CheckList=..\..\symbols\plugins\ftp\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +01f40000=1 +01f40001=1 +01f40002=1 +01f40003=1 +01f40005=1 +01f40006=1 +01f40007=1 +01f40008=1 +01f40009=1 +02080000=1 +02080002=1 +02080003=1 +02080005=1 +02080006=1 +02080007=1 +02080008=1 +0208000a=1 +0208000c=1 +0208000d=1 +0208000e=1 +02080010=1 +02080011=1 +02080013=1 +02080015=1 +02080016=1 +02080018=1 +0208001a=1 +0208001b=1 +0208001c=1 +0208001d=1 +0208001f=1 +02170000=1 +02170001=1 +02170002=1 +02170003=1 +02170004=1 +02170005=1 +02170006=1 +02210000=1 +02210001=1 +02210003=1 +02210004=1 +02210006=1 +02210007=1 +02210009=1 +0221000a=1 +0221000c=1 +0221000e=1 +0221000f=1 +02210011=1 +02210012=1 +02210014=1 +02300000=1 +02300002=1 +02300004=1 +02300007=1 +02300008=1 +0230000a=1 +0230000d=1 +0230000e=1 +0230000f=1 +02300010=1 +02300012=1 +02300013=1 +02300014=1 +02300015=1 +02300016=1 +02300017=1 +02300018=1 +02440000=1 +02440001=1 +02440003=1 +02440004=1 +02440006=1 +02440007=1 +02440009=1 +0244000b=1 +0244000d=1 +0244000f=1 +02440011=1 +02440012=1 +02440013=1 +02440014=1 +02440016=1 +02440018=1 +02440019=1 +0244001b=1 +0244001c=1 +0244001d=1 +0244001f=1 +02440021=1 +02440022=1 +02440023=1 +02440024=1 +02440025=1 +02440026=1 +02440027=1 +02440028=1 +02440029=1 +02580000=1 +02580003=1 +02580004=1 +02620000=1 +02620001=1 +02620004=1 +02620005=1 +026c0000=1 +026c0002=1 +026c0004=1 +026c0005=1 +02760000=1 +02760001=1 +02760003=1 +02760005=1 +02760007=1 +02760008=1 +0276000a=1 +0276000b=1 +0276000d=1 +02800000=1 +02800002=1 +02800003=1 +028a0000=1 +028a0001=1 +028a0003=1 +028a0004=1 +028a0006=1 +028a0008=1 +02940000=1 +029e0000=1 +029e0001=1 +029e0004=1 +029e0005=1 +029e0006=1 +029e0007=1 +029e0008=1 +029e0009=1 +02a80000=1 +02a80002=1 +02a80004=1 +02a80006=1 +02a80008=1 +02b70000=1 +02b70001=1 +02b70003=1 +02b70004=1 +02b70005=1 +02b70006=1 +02b70007=1 +02c60000=1 +02c60001=1 +02c60004=1 +02c60005=1 +02c60007=1 +02c60008=1 +02c60009=1 +02c6000a=1 +02c6000b=1 +02c6000d=1 +02c6000e=1 +02c6000f=1 +02c60010=1 +02d50000=1 +02d50001=1 +02d50003=1 +02d50005=1 +02d50007=1 +02d5000a=1 +02d5000c=1 +02d5000e=1 +02d5000f=1 +02d50010=1 +02e40000=1 +02e40001=1 +02e40003=1 +02e40004=1 +02e40005=1 +02e40006=1 +02e40008=1 +02e40009=1 +02ee0005=1 +02ee0007=1 +02ee0009=1 +02ee000c=1 +02ee000d=1 +02ee000f=1 +02ee0010=1 +02ee0011=1 +02ee0012=1 +02ee0014=1 +02ee0016=1 +02ee0018=1 +02ee0019=1 +02ee001a=1 +02ee001b=1 +02ee001c=1 +02ee001e=1 +02ee001f=1 +02ee0020=1 +02ee0021=1 +02ee0022=1 +030b0003=1 +030b0004=1 +030b0005=1 +030b0006=1 +03110000=1 +03110001=1 +03110002=1 +03110005=1 +031b0000=1 +031b0002=1 +031b0003=1 +031b0004=1 +031b0005=1 +031b0006=1 +031b0007=1 +031b0008=1 +031b0009=1 +031b000a=1 +031b000b=1 +031b000c=1 +031b000d=1 +031b000e=1 +031b000f=1 +031b0011=1 +031b0013=1 +031b0014=1 +031b0015=1 +031b0016=1 +031b0017=1 +031b0018=1 +031b0019=1 +031b001a=1 +032f0000=1 +032f0002=1 +032f0003=1 +032f0005=1 +032f0007=1 +032f0009=1 +032f000b=1 +032f000d=1 +032f000f=1 +032f0012=1 +032f0013=1 +032f0016=1 +032f0017=1 +032f0019=1 +032f001b=1 +033e0001=1 +033e0002=1 +033e0003=1 +033e0004=1 +033e0006=1 +033e0007=1 +033e0009=1 +033e000b=1 +033e000d=1 +033e000f=1 +03480001=1 +03480002=1 +03480003=1 +03480004=1 +03480005=1 +03480006=1 +03480008=1 +03480009=1 +0348000b=1 +0348000d=1 +0348000f=1 +03480011=1 +03490001=1 +03490002=1 +03490003=1 +03490004=1 +03490006=1 +03490007=1 +03490009=1 +0349000b=1 +0349000d=1 +0349000f=1 +034b0000=1 +034b0001=1 +034b0002=1 +034b0003=1 +034b0004=1 +034b0006=1 +034b0007=1 +034b0009=1 +034b000b=1 +034b000d=1 +034b000f=1 +034c0000=1 +034c0001=1 +034c0002=1 +034c0003=1 +034c0004=1 +034c0005=1 +034c0006=1 +034c0008=1 +034c0009=1 +034c000b=1 +034c000d=1 +034c000f=1 +034c0011=1 +034d0001=1 +034d0002=1 +034d0003=1 +034d0004=1 +034d0006=1 +034d0007=1 +034d0009=1 +034d000b=1 +034d000d=1 +034f0001=1 +034f0002=1 +034f0003=1 +034f0004=1 +034f0005=1 +034f0006=1 +034f0008=1 +034f0009=1 +034f000b=1 +034f000d=1 +034f000f=1 +03520000=1 +03520001=1 +03520002=1 +03520003=1 +03520004=1 +03520006=1 +03520007=1 +03520009=1 +03570000=1 +03570001=1 +03570002=1 +03570003=1 +03570004=1 +03570006=1 +03570007=1 +03570009=1 +0357000b=1 +0357000d=1 +03610000=1 +03610001=1 +03610002=1 +03610003=1 +03610004=1 +03610005=1 +03610006=1 +03610007=1 +03610008=1 +03610009=1 +0361000a=1 +0361000b=1 +0361000c=1 +0361000d=1 +0361000f=1 +03610010=1 +03610011=1 +03610012=1 +03610014=1 +03610015=1 +03610017=1 +03610019=1 +03660001=1 +03660002=1 +03660003=1 +03660004=1 +03660006=1 +03660007=1 +03660009=1 +03700001=1 +03700002=1 +03700003=1 +03700004=1 +03700006=1 +03700007=1 +03700009=1 +0370000b=1 +037a0001=1 +037a0002=1 +037a0003=1 +037a0004=1 +037a0006=1 +037a0007=1 +037a0009=1 +037a000b=1 +037a000d=1 +037a000f=1 +03800001=1 +03800002=1 +03800003=1 +03800004=1 +03800005=1 +03800006=1 +03800008=1 +03800009=1 +0380000b=1 +0380000d=1 +0380000f=1 +03800011=1 +03820001=1 +03820002=1 +03820003=1 +03820004=1 +03820006=1 +03820007=1 +03820009=1 +03840000=1 +03840001=1 +03840002=1 +03840003=1 +03840004=1 +03840005=1 +03840007=1 +03840008=1 +0384000a=1 +0384000c=1 +0384000e=1 +038e0000=1 +038e0001=1 +038e0002=1 +038e0003=1 +038e0004=1 +038e0005=1 +038e0006=1 +038e0007=1 +03930000=1 +03930002=1 +03930003=1 +03930005=1 +03930007=1 +03930009=1 +0393000b=1 +0393000d=1 +0393000f=1 +03980000=1 +03980001=1 +03980003=1 +03980005=1 +03980007=1 +03980009=1 +0398000b=1 +0398000e=1 +0398000f=1 +03980010=1 +03980011=1 +03980013=1 +03980014=1 +03980015=1 +03a20000=1 +03a20001=1 +03a20003=1 +03a20005=1 +03a20007=1 +03a20009=1 +03a2000b=1 +03a2000c=1 +03a2000e=1 +03a2000f=1 +03a20011=1 +03ac0000=1 +03ac0001=1 +03ac0002=1 +03ac0004=1 +03ac0006=1 +03ac0007=1 +03ac0008=1 + +[MenusTranslation] +044c0001=1 +044c0003=1 +044c0004=1 +044c0005=1 +044c0006=1 +044c0008=1 +044c0009=1 +044d0001=1 +044d0002=1 +044d0003=1 +044d0004=1 +044d0006=1 +044d0007=1 +044e0001=1 +044e0002=1 +044e0003=1 +044e0004=1 +044e0005=1 +044e0006=1 +044e0007=1 +044e0009=1 +044e000a=1 +044e000b=1 +044e000c=1 +044e000d=1 +044f0001=1 +044f0002=1 +044f0003=1 +04500001=1 +04500003=1 +04500005=1 +04500006=1 +04510000=1 +04510001=1 +04510002=1 +04510004=1 +04510005=1 +04510007=1 +04510008=1 +04510009=1 +0451000b=1 +0451000c=1 +0451000d=1 +0451000e=1 +0451000f=1 +04520001=1 +04520002=1 +04520003=1 +04520005=1 +04520006=1 +04530001=1 +04530002=1 +04530003=1 +04530004=1 +04530005=1 +04530007=1 +04530008=1 +0453000a=1 +0453000b=1 +04540001=1 +04540002=1 +04550001=1 +04550002=1 +04550003=1 +04550004=1 +04550006=1 +04550007=1 +04550008=1 +04550009=1 +0455000a=1 +0455000b=1 +0455000c=1 +0455000d=1 +0455000e=1 +0455000f=1 +04550010=1 +04550011=1 +04550012=1 +04550013=1 +04550014=1 +04550015=1 +04550016=1 +04550017=1 +04550018=1 +04550019=1 +0455001a=1 +0455001b=1 +0455001c=1 +0455001d=1 +0455001e=1 +0455001f=1 +04550020=1 +04550021=1 +04550022=1 +04550023=1 +04550024=1 +04550025=1 +04550026=1 +04550027=1 +04550028=1 +04550029=1 +0455002a=1 +0455002b=1 +0455002c=1 +0455002d=1 +0455002e=1 +04550030=1 +04550031=1 +04550032=1 +04550033=1 +04550034=1 +04550035=1 +04550036=1 +04550037=1 +04550038=1 +04550039=1 +0455003a=1 +0455003b=1 +0455003c=1 +0455003e=1 +04550040=1 +04550041=1 +04550042=1 +04550043=1 +04550045=1 +04560001=1 +04560002=1 +04560003=1 +04560005=1 +04560006=1 +04570001=1 +04570002=1 +04570003=1 +04580001=1 +04580002=1 +04580003=1 +04580004=1 +04590001=1 +04590002=1 +04590003=1 +045a0001=1 +045a0002=1 +045b0001=1 +045b0002=1 +045c0001=1 +045c0002=1 +045c0003=1 +045d0001=1 +045d0002=1 +045d0003=1 +045d0004=1 +045e0001=1 +045e0002=1 +045f0001=1 +045f0002=1 +045f0003=1 +045f0005=1 +045f0006=1 +04600001=1 +04600002=1 +04600004=1 +04600005=1 +04600006=1 +04600007=1 +04600008=1 +04600009=1 +0460000a=1 +0460000b=1 +0460000c=1 +0460000e=1 +04600010=1 +04600011=1 +04600012=1 +04600013=1 +04600015=1 +04610001=1 +04610002=1 +04610003=1 +04610004=1 +04620001=1 +04620002=1 +04630001=1 +04630002=1 +04630003=1 +04640001=1 +04640002=1 + +[StringsTranslation] +00002710=1 +00002715=1 +0000271a=1 +0000271b=1 +00002724=1 +0000272e=1 +00002738=1 +00002739=1 +0000273a=1 +0000273b=1 +00002742=1 +00002747=1 +0000274c=1 +00002751=1 +00002756=1 +00002757=1 +00002758=1 +0000275b=1 +0000275c=1 +0000275d=1 +0000275e=1 +0000276a=1 +0000276b=1 +0000276c=1 +0000276d=1 +0000276e=1 +0000276f=1 +00002770=1 +00002771=1 +00002772=1 +00002773=1 +00002774=1 +00002779=1 +0000277a=1 +0000277b=1 +0000277c=1 +0000277d=1 +0000277e=1 +0000277f=1 +00002780=1 +00002781=1 +00002782=1 +00002783=1 +00002784=1 +00002785=1 +00002786=1 +00002787=1 +00002788=1 +00002789=1 +0000278a=1 +0000278b=1 +0000278c=1 +0000278d=1 +0000278e=1 +0000278f=1 +00002790=1 +00002791=1 +00002792=1 +00002795=1 +00002796=1 +00002797=1 +00002798=1 +0000279a=1 +0000279c=1 +0000279d=1 +0000279e=1 +0000279f=1 +000027a1=1 +000027a4=1 +000027a6=1 +000027a7=1 +000027a8=1 +000027a9=1 +000027ab=1 +000027ac=1 +000027b0=1 +000027b5=1 +000027b6=1 +000027ba=1 +000027bb=1 +000027bc=1 +000027bd=1 +000027be=1 +000027bf=1 +000027c0=1 +000027c1=1 +000027c2=1 +000027c3=1 +000027c4=1 +000027c5=1 +000027ce=1 +000027cf=1 +000027d0=1 +000027d1=1 +000027d2=1 +000027d3=1 +000027d4=1 +000027d5=1 +000027d6=1 +000027d7=1 +000027d8=1 +000027d9=1 +000027da=1 +000027db=1 +000027dc=1 +000027dd=1 +000027de=1 +000027df=1 +000027e0=1 +000027e1=1 +000027e2=1 +000027e3=1 +000027e4=1 +000027ec=1 +000027ed=1 +000027ee=1 +000027ef=1 +000027f0=1 +000027f1=1 +000027f2=1 +000027f3=1 +000027f4=1 +000027f5=1 +000027f6=1 +000027f7=1 +000027f8=1 +000027f9=1 +000027fa=1 +000027fb=1 +000027fc=1 +000027fd=1 +000027fe=1 +000027ff=1 +00002800=1 +00002803=1 +00002804=1 +00002805=1 +00002806=1 +00002807=1 +00002808=1 +0000280a=1 +0000280f=1 +00002810=1 +00002811=1 +00002812=1 +00002813=1 +0000283c=1 +0000283d=1 +0000283e=1 +0000283f=1 +00002841=1 +00002846=1 +00002847=1 +00002848=1 +00002849=1 +0000284a=1 +0000284b=1 +0000284c=1 +00002850=1 +00002855=1 +00002856=1 +00002857=1 +00002858=1 +00002859=1 +0000285a=1 +0000285b=1 +0000285c=1 +0000285d=1 +00002864=1 +00002865=1 +00002866=1 +00002867=1 +00002868=1 +0000286e=1 +0000286f=1 +00002870=1 +00002871=1 +00002872=1 +00002873=1 +00002874=1 +00002875=1 +00002876=1 +00002877=1 +00002878=1 +00002879=1 +0000287a=1 +0000287b=1 +0000287c=1 +0000287d=1 +0000287e=1 +0000287f=1 +00002880=1 +00002881=1 +00002882=1 +00002883=1 +00002884=1 +00002885=1 +00002886=1 +0000288c=1 +0000288d=1 +0000288e=1 +0000288f=1 +00002890=1 +00002891=1 +00002892=1 +00002893=1 +00002896=1 +00002897=1 +00002898=1 +00002899=1 +0000289a=1 +0000289b=1 +0000289c=1 +0000289d=1 +0000289e=1 +0000289f=1 +000028a0=1 +000028a1=1 +000028a2=1 +000028a3=1 +000028a4=1 +000028aa=1 +000028ab=1 +000028ac=1 +000028ad=1 +000028b4=1 +000028b5=1 +000028b6=1 +000028b7=1 +000028b8=1 +000028b9=1 +000028ba=1 +000028bb=1 +000028bc=1 +000028bd=1 +000028c1=1 +000028c2=1 +000028c3=1 +000028c4=1 +000028c5=1 +000028c8=1 +000028c9=1 +000028ca=1 +000028cb=1 +000028d2=1 +000028d3=1 +000028d4=1 +000028d5=1 +000028d6=1 +000028d7=1 +000028d8=1 +000028d9=1 +000028da=1 +000028db=1 +000028dc=1 +000028dd=1 +000028de=1 +000028df=1 +000028e0=1 +000028e1=1 +000028e2=1 +000028e6=1 +000028e7=1 +000028e8=1 +000028e9=1 +000028ea=1 +000028eb=1 +000028ec=1 +000028ed=1 +000028ee=1 +000028f0=1 +000028f1=1 +000028f2=1 +000028f3=1 +000028f4=1 +000028f5=1 +000028fa=1 +000028fb=1 +000028fc=1 +000028fd=1 +000028fe=1 +000028ff=1 +00002900=1 +00002901=1 +00002902=1 +00002903=1 +00002904=1 +00002905=1 +00002906=1 +00002907=1 +00002908=1 +00002909=1 +0000290a=1 +0000290b=1 +0000290c=1 +0000290d=1 +0000290e=1 +0000290f=1 +00002910=1 +00002911=1 +00002912=1 +00002913=1 +00002914=1 +00002915=1 +00002916=1 +00002917=1 +00002918=1 +00002919=1 +0000291a=1 +0000291b=1 +0000291c=1 +0000291d=1 +0000291e=1 +0000292c=1 +0000292d=1 +0000292e=1 +0000292f=1 +00002930=1 +00002931=1 +00002932=1 +00002933=1 +00002934=1 +00002935=1 +00002936=1 +00002937=1 +00002938=1 +00002939=1 +0000293a=1 +0000293b=1 +0000293c=1 +0000293d=1 +0000293e=1 +0000293f=1 +00002940=1 +00002941=1 +00002942=1 +00002943=1 +00002944=1 +00002945=1 +00002946=1 +00002947=1 +00002948=1 +0000294a=1 +0000294b=1 +0000294c=1 +0000294d=1 +0000294e=1 +0000294f=1 +00002950=1 +00002953=1 +0000295e=1 +0000295f=1 +00002960=1 +00002961=1 +00002962=1 +00002963=1 +00002964=1 +00002965=1 +00002966=1 +00002967=1 +00002972=1 +00002973=1 +00002974=1 +00002975=1 +00002976=1 +00002977=1 +00002978=1 +00002979=1 +0000297a=1 +0000297b=1 +0000297c=1 +0000297d=1 +00002981=1 +00002982=1 +00002983=1 +00002984=1 +00002985=1 +00002986=1 +00002987=1 +0000298b=1 +0000298c=1 +0000298d=1 +0000298e=1 +0000298f=1 +00002990=1 +00002995=1 +00002996=1 +00002997=1 +00002998=1 +00002999=1 +0000299a=1 +0000299b=1 +0000299c=1 +0000299d=1 +0000299e=1 +0000299f=1 +000029a0=1 +000029a1=1 +000029a2=1 +000029a3=1 +000029a4=1 +000029a5=1 +000029a6=1 +000029a7=1 +000029a8=1 +000029a9=1 +000029aa=1 +000029ab=1 +000029ac=1 +000029ad=1 +000029ae=1 +000029af=1 +000029b0=1 +000029b1=1 +000029b2=1 +000029b8=1 +000029bd=1 +000029be=1 +000029bf=1 +000029c0=1 +000029c1=1 +000029c2=1 +000029c7=1 +000029cc=1 +000029cd=1 +000029d6=1 +000029d7=1 +000029d8=1 +000029d9=1 +000029da=1 +000029db=1 +000029dc=1 +000029dd=1 +000029e0=1 +000029e1=1 +000029e2=1 +000029e3=1 +000029e7=1 +000029ea=1 +000029eb=1 +000029ec=1 +000029ed=1 +000029ee=1 +000029f4=1 +000029f5=1 +000029f6=1 +000029f7=1 +000029fe=1 +000029ff=1 +00002a00=1 +00002a01=1 +00002a02=1 +00002a03=1 +00002a04=1 +00002a05=1 +00002a06=1 +00002a07=1 +00002a10=1 +00002a12=1 +00002a13=1 +00002a14=1 +00002a15=1 +00002a16=1 +00002a17=1 +00002a18=1 +00002a19=1 +00002a1a=1 +00002a1b=1 +00002a1c=1 +00002a1d=1 +00002a1e=1 +00002a21=1 +00002a22=1 +00002a23=1 +00002a2b=1 +00002a2c=1 +00002a30=1 +00002a31=1 +00002a32=1 +00002a33=1 +00002a34=1 +00002a35=1 +00002a36=1 +00002a37=1 +00002a3a=1 +00002a3b=1 +00002a3c=1 +00002a3d=1 +00002a3e=1 +00002a3f=1 +00002a40=1 +00002a41=1 +00002a42=1 +00002a43=1 +00002a44=1 +00002a45=1 +00002a46=1 +00002a47=1 +00002a48=1 +00002a49=1 +00002a4a=1 +00002a4b=1 +00002a4c=1 +00002a4d=1 +00002a4e=1 +00002a53=1 +00002a54=1 +00002a55=1 +00002a56=1 +00002a57=1 +00002a58=1 +00002a59=1 +00002a5a=1 +00002a5b=1 +00002a5c=1 +00002a5d=1 +00002a5e=1 +00002a5f=1 +00002a60=1 +00002a61=1 +00002a62=1 +00002a63=1 +00002a64=1 +00002a65=1 +00002a66=1 +00002a67=1 +00002a68=1 +00002a69=1 +00002a6a=1 +00002a6b=1 +00002a6c=1 +00002a6d=1 +00002a6e=1 +00002a6f=1 +00002a70=1 +00002a71=1 +00002a72=1 +00002a73=1 +00002a76=1 +00002a77=1 +00002a78=1 +00002a79=1 +00002a7a=1 +00002a7b=1 +00002a7c=1 +00002a7d=1 +00002a7e=1 +00002a7f=1 +00002a80=1 +00002a81=1 +00002a8a=1 +00002a8b=1 +00002a8c=1 +00002a8d=1 +00002a8e=1 +00002a8f=1 +00002a90=1 +00002a9e=1 +00002a9f=1 +00002aa0=1 +00002aa1=1 +00002aa2=1 +00002aa5=1 +00002aa8=1 +00002aa9=1 +00002aaa=1 +00002aab=1 +00002aac=1 +00002aad=1 +00002ab2=1 +00002ab7=1 +00002ab8=1 +00002ab9=1 +00002aba=1 +00002abb=1 +00002ac6=1 +00002ac7=1 +00002ac8=1 +00002ac9=1 +00002aca=1 +00002acb=1 +00002acc=1 +00002ad5=1 +00002ad6=1 +00002ad7=1 +00002adf=1 +00002ae0=1 +00002ae9=1 +00002aea=1 +00002aeb=1 +00002aec=1 +00002aed=1 +00002aee=1 +00002aef=1 +00002af0=1 +00002af1=1 +00002af2=1 +00002af3=1 +00002af4=1 +00002af5=1 +00002af6=1 +00002af7=1 +00002af8=1 +00002af9=1 +00002afa=1 +00002afb=1 +00002afc=1 +00002afd=1 +00002afe=1 +00002aff=1 +00002b00=1 +00002b01=1 +00002b02=1 +00002b03=1 +00002b04=1 +00002b05=1 +00002b06=1 +00002b07=1 +00002b08=1 +00002b0c=1 +00002b0d=1 +00002b0e=1 +00002b0f=1 +00002b11=1 +00002b12=1 +00002b16=1 +00002b17=1 +00002b18=1 +00002b19=1 +00002b1a=1 +00002b1b=1 +00002b1f=1 +00002b20=1 +00002b21=1 +00002b2a=1 +00002b2b=1 +00002b2c=1 +00002b2d=1 +00002b2e=1 +00002b34=1 +00002b39=1 +00002b3e=1 +00002b3f=1 +00002b40=1 +00002b41=1 +00002b42=1 +00002b4d=1 +00002b4e=1 +00002b4f=1 +00002b5c=1 +00002b5d=1 +00002b5e=1 +00002b5f=1 +00002b60=1 +00002b61=1 +00002b62=1 +00002b63=1 +00002b64=1 +00002b65=1 +00002b66=1 +00002b67=1 +00002b68=1 +00002b69=1 +00002b6a=1 +00002b6b=1 +00002b6c=1 +00002b6d=1 +00002b6e=1 +00002b6f=1 +00002b70=1 +00002b71=1 +00002b72=1 +00002b73=1 +00002b74=1 +00002b75=1 +00002b76=1 +00002b8e=1 +00002b8f=1 +00002b90=1 +00002b91=1 +00002b92=1 +00002b93=1 +00002b94=1 +00002ba2=1 +00002ba3=1 +00002ba4=1 +00002ba5=1 +00002bac=1 +00002bad=1 +00002bb6=1 +00002bb7=1 +00002bb8=1 +00002bb9=1 +00002bba=1 +00002bbb=1 +00002bbc=1 +00002bbd=1 +00002bbe=1 +00002bbf=1 +00002bc0=1 +00002bc1=1 +00002bc2=1 +00002bc3=1 +00002bc4=1 +00002bc5=1 +00002bc6=1 +00002bc7=1 +00002bd4=1 +00002bd5=1 +00002bd6=1 +00002bd7=1 +00002bd8=1 +00002bd9=1 +00002bda=1 +00002bdb=1 +00002bde=1 +00002bdf=1 +00002be0=1 +00002be1=1 +00002be2=1 +00002be3=1 +00002be8=1 +00002bed=1 +00002bee=1 +00002bef=1 +00002bf0=1 +00002bf7=1 +00002bf8=1 +00002bf9=1 +00002c01=1 +00002c02=1 +00002c03=1 +00002c04=1 +00002c0b=1 +00002c0c=1 +00002c0d=1 +00002c0e=1 +00002c0f=1 +00002c10=1 +00002c11=1 +00002c12=1 +00002c13=1 +00002c14=1 +00002c15=1 +00002c1a=1 +00002c1b=1 +00002c1c=1 +00002c1d=1 +00002c1e=1 +00002c1f=1 +00002c20=1 +00002c24=1 +00002c25=1 +00002c26=1 +00002c27=1 +00002c28=1 +00002c29=1 +00002c2a=1 +00002c2b=1 +00002c38=1 +00002c39=1 +00002c3d=1 +00002c3e=1 +00002c42=1 +00002c43=1 +00002c44=1 +00002c45=1 +00002c46=1 +00002c47=1 +00002c48=1 +00002c49=1 +00002c4a=1 +00002c4b=1 +00002c4c=1 +00002c4e=1 +00002c4f=1 +00002c50=1 +00002c51=1 +00002c52=1 +00002c53=1 +00002c54=1 +00002c55=1 +00002c56=1 +00002c5e=1 +00002c5f=1 +00002c60=1 +00002c61=1 +00002c62=1 +00002c63=1 +00002c6a=1 +00002c6b=1 +00002c6c=1 +00002c6d=1 +00002c6e=1 +00002c74=1 +00002c79=1 +00002c7a=1 +00002c7b=1 +00002c7e=1 +00002c83=1 +00002c84=1 +00002c86=1 +00002c87=1 +00002c88=1 +00002c89=1 + +[Relayout] + diff --git a/translations/projects/Czech/ieviewer.atp b/translations/projects/Czech/ieviewer.atp new file mode 100644 index 000000000..389b84ab6 --- /dev/null +++ b/translations/projects/Czech/ieviewer.atp @@ -0,0 +1,25 @@ +[Files] +Original=$BUILD_DIR\plugins\ieviewer\lang\english.slg +Translated=$BUILD_DIR\plugins\ieviewer\lang\czech.slg +Include=..\..\symbols\plugins\ieviewer\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +00002774=1 +00002775=1 +00002776=1 +00002777=1 +00002779=1 + +[Relayout] + diff --git a/translations/projects/Czech/mmviewer.atp b/translations/projects/Czech/mmviewer.atp new file mode 100644 index 000000000..c6dadd8f8 --- /dev/null +++ b/translations/projects/Czech/mmviewer.atp @@ -0,0 +1,233 @@ +[Files] +Original=$BUILD_DIR\plugins\mmviewer\lang\english.slg +Translated=$BUILD_DIR\plugins\mmviewer\lang\czech.slg +Include=..\..\symbols\plugins\mmviewer\symbols.inc +SalMenu=..\..\symbols\plugins\mmviewer\salmenu.mnu +CheckList=..\..\symbols\plugins\mmviewer\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +29040000=1 +29040001=1 +29040003=1 +29040004=1 +29040006=1 +29040007=1 +29040008=1 +29040009=1 +2904000a=1 +2904000b=1 +2904000c=1 +2904000d=1 +2904000e=1 + +[MenusTranslation] + +[StringsTranslation] +00002b5c=1 +00002b5d=1 +00002b5e=1 +00002b5f=1 +00002b60=1 +00002b61=1 +00002b62=1 +00002b63=1 +00002b66=1 +00002b67=1 +00002b70=1 +00002b73=1 +00002b74=1 +00002b75=1 +00002b76=1 +00002b77=1 +00002b78=1 +00002b79=1 +00002b7a=1 +00002b7b=1 +00002b7c=1 +00002bc0=1 +00002bc1=1 +00002bc2=1 +00002bc4=1 +00002bc5=1 +00002bc6=1 +00002bc7=1 +00002bc8=1 +00002bc9=1 +00002bca=1 +00002bcb=1 +00002bde=1 +00002be0=1 +00002c06=1 +00002c07=1 +00002c10=1 +00002c11=1 +00002c1a=1 +00002cec=1 +00002ced=1 +00002cee=1 +00002cef=1 +00002cf0=1 +00002cf1=1 +00002cf2=1 +00002cf3=1 +00002ee1=1 +00002ee2=1 +00002ee9=1 +00002eea=1 +00002eeb=1 +00002eec=1 +00002eed=1 +00002eee=1 +00002eef=1 +00002ef0=1 +00002ef1=1 +00002ef2=1 +00002ef3=1 +00002ef4=1 +00002ef5=1 +00002ef6=1 +00002ef7=1 +00002ef8=1 +00002ef9=1 +00002efa=1 +00002efb=1 +00002efc=1 +00002efd=1 +00002f44=1 +00002f45=1 +00002f46=1 +00002f47=1 +00002f48=1 +00002f49=1 +00002f4a=1 +00002f4b=1 +00002f4c=1 +00002f4d=1 +00002f4e=1 +00002f4f=1 +00002f50=1 +00002f51=1 +00002f52=1 +00002f53=1 +00002f54=1 +00002f55=1 +00002f56=1 +00002f57=1 +00002f58=1 +00002f59=1 +00002f5a=1 +00002f5b=1 +00002f5c=1 +00002f5d=1 +00002f5e=1 +00002f5f=1 +00002f60=1 +00002f61=1 +00002f62=1 +00002fa8=1 +00002fa9=1 +00002faa=1 +00002fab=1 +00002fac=1 +0000300c=1 +0000300d=1 +0000300e=1 +0000300f=1 +00003010=1 +00003011=1 +00003012=1 +00003013=1 +00003014=1 +00003015=1 +00003016=1 +00003017=1 +00003018=1 +00003019=1 +0000301a=1 +0000301b=1 +0000301c=1 +0000301d=1 +0000301e=1 +0000301f=1 +00003020=1 +00003021=1 +00003022=1 +00003023=1 +00003024=1 +00003025=1 +00003026=1 +00003027=1 +00003070=1 +00003071=1 +00003072=1 +00003073=1 +00003074=1 +00003075=1 +00003076=1 +00003077=1 +000030d5=1 +000030d6=1 +000030d7=1 +000030d8=1 +000030d9=1 +000030da=1 +000030db=1 +000030dc=1 +000030dd=1 +000030de=1 +000030df=1 +000030e0=1 +000030e1=1 +000030e2=1 +000030e3=1 +000030e4=1 +000030e5=1 +000030e6=1 +000030e7=1 +000030e8=1 +000030e9=1 +000030ea=1 +000030eb=1 +000030ec=1 +000030ed=1 +000030ee=1 +000030ef=1 +000030f0=1 +000030f1=1 +000030f2=1 +000030f3=1 +000030f4=1 +000030f5=1 +000030f6=1 +000030f7=1 +000030f8=1 +000030f9=1 +000030fa=1 +000030fb=1 +000030fc=1 +000030fd=1 +000030fe=1 +00003138=1 +00003139=1 +0000313a=1 +0000313b=1 +0000313c=1 +0000313d=1 +0000313e=1 +0000313f=1 +00003140=1 +00003141=1 +00003142=1 +00003143=1 +00003144=1 +00003145=1 + +[Relayout] + diff --git a/translations/projects/Czech/nethood.atp b/translations/projects/Czech/nethood.atp new file mode 100644 index 000000000..8b27415b9 --- /dev/null +++ b/translations/projects/Czech/nethood.atp @@ -0,0 +1,42 @@ +[Files] +Original=$BUILD_DIR\plugins\nethood\lang\english.slg +Translated=$BUILD_DIR\plugins\nethood\lang\czech.slg +Include=..\..\symbols\plugins\nethood\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00660000=1 +00660001=1 +00660002=1 +00660003=1 +00660004=1 +00660005=1 +00660006=1 +00660008=1 +00660009=1 +0066000a=1 + +[MenusTranslation] + +[StringsTranslation] +00000080=1 +00000081=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 + +[Relayout] + diff --git a/translations/projects/Czech/pak.atp b/translations/projects/Czech/pak.atp new file mode 100644 index 000000000..382bf1e83 --- /dev/null +++ b/translations/projects/Czech/pak.atp @@ -0,0 +1,70 @@ +[Files] +Original=$BUILD_DIR\plugins\pak\lang\english.slg +Translated=$BUILD_DIR\plugins\pak\lang\czech.slg +Include=..\..\symbols\plugins\pak\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640005=1 +00640008=1 +00640009=1 + +[MenusTranslation] + +[StringsTranslation] +000001f4=1 +000001f5=1 +000001f6=1 +000001f7=1 +000001f8=1 +000001f9=1 +000001fa=1 +000001fb=1 +000001fc=1 +000001fd=1 +000001fe=1 +000001ff=1 +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 + +[Relayout] + diff --git a/translations/projects/Czech/peviewer.atp b/translations/projects/Czech/peviewer.atp new file mode 100644 index 000000000..325b673ea --- /dev/null +++ b/translations/projects/Czech/peviewer.atp @@ -0,0 +1,37 @@ +[Files] +Original=$BUILD_DIR\plugins\peviewer\lang\english.slg +Translated=$BUILD_DIR\plugins\peviewer\lang\czech.slg +Include=..\..\symbols\plugins\peviewer\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +21350000=1 +21350001=1 +21350003=1 +21350004=1 +21350005=1 +21350007=1 +21350008=1 +21350009=1 +2135000a=1 +2135000b=1 + +[MenusTranslation] + +[StringsTranslation] +000003f8=1 +00002774=1 +00002775=1 +00002776=1 +00002777=1 +00002778=1 +00002786=1 + +[Relayout] + diff --git a/translations/projects/Czech/pictview.atp b/translations/projects/Czech/pictview.atp new file mode 100644 index 000000000..d7bb54a2b --- /dev/null +++ b/translations/projects/Czech/pictview.atp @@ -0,0 +1,590 @@ +[Files] +Original=$BUILD_DIR\plugins\pictview\lang\english.slg +Translated=$BUILD_DIR\plugins\pictview\lang\czech.slg +Include=..\..\symbols\plugins\pictview\symbols.inc +SalMenu=..\..\symbols\plugins\pictview\salmenu.mnu +IgnoreList=..\..\symbols\plugins\pictview\ignore.lst +CheckList=..\..\symbols\plugins\pictview\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +07d00000=1 +07d00001=1 +07d00003=1 +07d00005=1 +07d00006=1 +07d00007=1 +07d00008=1 +07d00009=1 +07d0000a=1 +07d0000b=1 +07e40000=1 +07e40001=1 +07e40002=1 +07e40003=1 +07e40004=1 +07e40005=1 +07e40006=1 +07e40007=1 +07e40008=1 +07e40009=1 +07e4000a=1 +07f80000=1 +07f80001=1 +07f80002=1 +07f80003=1 +07f80005=1 +07f80007=1 +07f80008=1 +07f80009=1 +07f8000a=1 +080c0000=1 +080c0001=1 +080c0002=1 +080c0003=1 +08160000=1 +08160001=1 +08160002=1 +08160003=1 +08160004=1 +08160005=1 +08160006=1 +08160007=1 +08160009=1 +0816000b=1 +08200000=1 +08200001=1 +08200002=1 +08200004=1 +08200006=1 +08200007=1 +08200009=1 +08340000=1 +08340001=1 +08340002=1 +08340003=1 +08340005=1 +08340007=1 +08340009=1 +0834000b=1 +0834000d=1 +0834000f=1 +08340011=1 +08340013=1 +08340015=1 +08480000=1 +08480003=1 +08480004=1 +08480005=1 +08480006=1 +08480007=1 +08480008=1 +08520000=1 +08520001=1 +08520003=1 +08520004=1 +08520005=1 +085c0000=1 +085c0001=1 +085c0003=1 +085c0004=1 +08660000=1 +08660001=1 +08660002=1 +08660003=1 +08660004=1 +08660005=1 +08660006=1 +08660007=1 +08660008=1 +08660009=1 +0866000c=1 +0866000d=1 +0866000f=1 +08660010=1 +08660011=1 +087a0000=1 +087a0003=1 +087a0004=1 +08840000=1 +08840001=1 +08840004=1 +08840007=1 +08840008=1 +08840009=1 +08fc0001=1 +08fc0003=1 +08fc0004=1 +08fc0006=1 +08fc0008=1 +08fc000a=1 +08fc000b=1 +08fc000d=1 +08fc000e=1 +08fc000f=1 +08fc0010=1 +08fc0011=1 +08fc0013=1 +08fc0014=1 +08fc0016=1 +08fc0017=1 +08fc0018=1 +08fc001a=1 +09600000=1 +09600001=1 +09600002=1 +09600003=1 +09600004=1 +09600005=1 +09600007=1 +09600009=1 +0960000b=1 +0960000d=1 +0960000f=1 +09600010=1 +09600011=1 +09600012=1 +09c40000=1 +09c40002=1 +09c40004=1 +09c40005=1 +09c40006=1 +09c40009=1 +09c4000c=1 +09c4000d=1 +09c4000e=1 +09c40010=1 +09c40011=1 +09c40012=1 +09c40013=1 +09c40016=1 +09c40019=1 +09c4001a=1 +09c4001b=1 +09c4001c=1 +09c4001d=1 +09e20000=1 +09e20001=1 + +[MenusTranslation] + +[StringsTranslation] +000001f4=1 +000001f5=1 +000001f6=1 +000001f7=1 +000001f8=1 +000001f9=1 +000001fa=1 +000001fb=1 +000001fc=1 +000001fd=1 +000001fe=1 +000001ff=1 +00000200=1 +00000201=1 +00000202=1 +00000203=1 +00000204=1 +00000205=1 +00000206=1 +00000207=1 +00000208=1 +00000209=1 +0000020a=1 +0000020b=1 +0000020c=1 +0000020d=1 +0000020e=1 +0000020f=1 +00000210=1 +00000211=1 +00000212=1 +00000213=1 +00000214=1 +00000215=1 +00000216=1 +00000217=1 +0000021d=1 +0000021e=1 +0000021f=1 +00000220=1 +00000221=1 +00000226=1 +00000227=1 +00000228=1 +00000230=1 +00000231=1 +00000232=1 +00000233=1 +00000234=1 +00000235=1 +00000236=1 +00000237=1 +00000238=1 +00000239=1 +0000023a=1 +00000244=1 +00000245=1 +00000246=1 +00000247=1 +00000248=1 +00000249=1 +0000024e=1 +0000024f=1 +00000250=1 +00000251=1 +00000254=1 +00000262=1 +00000263=1 +00000264=1 +00000265=1 +00000266=1 +00000267=1 +000003e7=1 +000003e8=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +00000418=1 +00000419=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +00000441=1 +00000442=1 +00000443=1 +00000444=1 +00000445=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +00000455=1 +00000456=1 +00000457=1 +00000458=1 +00000459=1 +0000045a=1 +0000045b=1 +0000045c=1 +0000045d=1 +0000045e=1 +0000045f=1 +00000460=1 +00000461=1 +00000462=1 +00000469=1 +0000046a=1 +0000046b=1 +0000046c=1 +0000046d=1 +00000474=1 +00000475=1 +00000476=1 +00000477=1 +00000479=1 +0000047a=1 +0000047b=1 +0000047c=1 +00000488=1 +00000489=1 +0000048a=1 +0000048b=1 +0000048c=1 +00000492=1 +00000898=1 +00000899=1 +0000089a=1 +0000089b=1 +0000089c=1 +0000089d=1 +0000089e=1 +0000089f=1 +000008a0=1 +000008a1=1 +000008a2=1 +000008a3=1 +000008a4=1 +000008a5=1 +000008a6=1 +000008a7=1 +000008a8=1 +000008a9=1 +000008aa=1 +000008ab=1 +000008ac=1 +000008ad=1 +000008ae=1 +000008af=1 +000008b0=1 +000008b5=1 +000008b6=1 +000008b7=1 +000008b8=1 +000008b9=1 +000008ba=1 +000008bb=1 +000008bc=1 +000008bd=1 +000008be=1 +000008bf=1 +000008c0=1 +000008c1=1 +000008c2=1 +000008c3=1 +000008c4=1 +000008c5=1 +000008c6=1 +000008c7=1 +000008c8=1 +000008c9=1 +000008ca=1 +000008cb=1 +000008e8=1 +000008e9=1 +000008ea=1 +000008eb=1 +000008ec=1 +000008f2=1 +000008f3=1 +000008f4=1 +000008f5=1 +000008f6=1 +000008f7=1 +000008f8=1 +00000902=1 +00000903=1 +00000fa3=1 +00000fa4=1 +00000fa6=1 +00000fa7=1 +00000fa9=1 +00000faf=1 +00000fb1=1 +00000fb3=1 +00000fb5=1 +00000fbb=1 +00000fbc=1 +00000fbd=1 +00000fbe=1 +00000fc5=1 +00000fc6=1 +00000fc7=1 +00000fca=1 +00000fcb=1 +00000fcc=1 +00000fd1=1 +00000fd4=1 +00000fd8=1 +00000fd9=1 +00000fda=1 +00000fdb=1 +00000fdf=1 +00000fe0=1 +00000fe1=1 +00000fe2=1 +00000fe3=1 +00000fe4=1 +00000fe5=1 +00000fe7=1 +00000fe9=1 +00000fea=1 +00000feb=1 +00000fec=1 +00000fed=1 +00000fee=1 +00000fef=1 +00000ff0=1 +00000ff1=1 +00000ff2=1 +00000ff3=1 +00000ff4=1 +00000ff5=1 +00000ff6=1 +00000ff7=1 +00000ff8=1 +00000ff9=1 +00000ffa=1 +00000ffb=1 +00000ffc=1 +00000ffd=1 +00000ffe=1 +00001000=1 +00001001=1 +00001003=1 +00001004=1 +00001006=1 +0000100b=1 +0000100c=1 +0000100f=1 +00001010=1 +00001013=1 +00001015=1 +00001017=1 +00001018=1 +00001019=1 +0000101a=1 +0000101b=1 +0000101c=1 +0000101d=1 +0000101e=1 +00001022=1 +00001045=1 +00001054=1 +00001063=1 +0000106d=1 +0000106e=1 +0000106f=1 +00001071=1 +00001072=1 +0000107b=1 +0000107c=1 +0000107f=1 +00001080=1 +00001088=1 +0000108c=1 +00001091=1 +00001092=1 +00001093=1 +00001094=1 +00001095=1 +00001096=1 +00001098=1 +0000109a=1 +0000109c=1 +0000109d=1 +0000109e=1 +000010a1=1 +000010a3=1 +000010a4=1 +000010a5=1 +000010a6=1 +000010a7=1 +000010a8=1 +000010a9=1 +000010aa=1 +000010ad=1 +000010ae=1 +000010af=1 +000010b8=1 +000010b9=1 +000010be=1 +000010bf=1 +000010c8=1 +000010c9=1 +000010ca=1 +000010cb=1 +000010cc=1 +000010cd=1 +000010ce=1 +000010cf=1 +000010d3=1 +000010d4=1 +000010d5=1 +000010d6=1 +000010d9=1 +000010db=1 +000010df=1 +000010e2=1 +000010e3=1 +000010e4=1 +000010e6=1 +000010e9=1 +000010ea=1 +000010eb=1 +000010ec=1 +000010f4=1 +000010f8=1 +000010f9=1 +000010fa=1 +000010fb=1 +00001142=1 + +[Relayout] + diff --git a/translations/projects/Czech/regedt.atp b/translations/projects/Czech/regedt.atp new file mode 100644 index 000000000..1eb198a36 --- /dev/null +++ b/translations/projects/Czech/regedt.atp @@ -0,0 +1,238 @@ +[Files] +Original=$BUILD_DIR\plugins\regedt\lang\english.slg +Translated=$BUILD_DIR\plugins\regedt\lang\czech.slg +Include=..\..\symbols\plugins\regedt\symbols.inc +SalMenu=..\..\symbols\plugins\regedt\salmenu.mnu +IgnoreList=..\..\symbols\plugins\regedt\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640004=1 +00640005=1 +006e0000=1 +006e0001=1 +006e0003=1 +006e0004=1 +006e0006=1 +006e0007=1 +00780000=1 +00780002=1 +00780003=1 +00780004=1 +00780005=1 +00780006=1 +00780007=1 +00780009=1 +0078000b=1 +00820003=1 +00820004=1 +00820005=1 +00870000=1 +00870001=1 +00870003=1 +00870004=1 +00870006=1 +00870007=1 +00870008=1 +00870009=1 +0087000a=1 +0087000b=1 +0087000c=1 +0087000d=1 +0087000e=1 +0087000f=1 +00870010=1 +00870011=1 +00870012=1 +00870014=1 +00870015=1 +00870017=1 +00870018=1 +00a50000=1 +00a50001=1 +00a50003=1 +00a50005=1 +00a50006=1 +00a50007=1 +00a50008=1 +00a60000=1 +00a60001=1 +00a60002=1 +00a60005=1 +00a60008=1 +00a6000c=1 +00a6000d=1 +00af0003=1 +00af0004=1 +00b10000=1 +00b10001=1 +00b10003=1 +00b10005=1 +00b10006=1 +00b10007=1 + +[MenusTranslation] + +[StringsTranslation] +000000b0=1 +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fe=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000418=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +00000441=1 +00000442=1 +00000443=1 +00000444=1 +00000445=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000451=1 +00000453=1 +00000454=1 +00000455=1 +00000456=1 +00000457=1 +00000458=1 +00000459=1 +0000045a=1 +0000045b=1 +0000045c=1 +0000045d=1 +0000045e=1 +0000045f=1 +00000460=1 +00000461=1 +00000462=1 +00000463=1 +00000464=1 +00000465=1 +00000466=1 +00000467=1 +00000468=1 +00000469=1 +0000046a=1 +0000046b=1 +0000046c=1 +0000046d=1 +0000046e=1 +0000046f=1 +00000470=1 +00000471=1 +00000472=1 +00000473=1 +00000474=1 +00000475=1 +00000476=1 +00000477=1 +00000478=1 +00000479=1 +0000047a=1 +0000047b=1 +0000047c=1 +0000047d=1 +0000047e=1 +0000047f=1 +00000480=1 +00000481=1 +00000482=1 +00000486=1 +00000487=1 +00000488=1 +00000489=1 +0000048a=1 +0000048b=1 +0000048c=1 +0000048d=1 + +[Relayout] + diff --git a/translations/projects/Czech/renamer.atp b/translations/projects/Czech/renamer.atp new file mode 100644 index 000000000..dc276cd29 --- /dev/null +++ b/translations/projects/Czech/renamer.atp @@ -0,0 +1,370 @@ +[Files] +Original=$BUILD_DIR\plugins\renamer\lang\english.slg +Translated=$BUILD_DIR\plugins\renamer\lang\czech.slg +Include=..\..\symbols\plugins\renamer\symbols.inc +SalMenu=..\..\symbols\plugins\renamer\salmenu.mnu +IgnoreList=..\..\symbols\plugins\renamer\ignore.lst +CheckList=..\..\symbols\plugins\renamer\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640002=1 +00640004=1 +00640005=1 +00640006=1 +00640009=1 +0064000c=1 +0064000e=1 +00640011=1 +00640014=1 +00640015=1 +00640016=1 +00640017=1 +00640018=1 +00640019=1 +0064001b=1 +0064001d=1 +0064001f=1 +00640020=1 +008c0000=1 +008c0001=1 +008c0003=1 +008c0005=1 +008c0007=1 +008c0009=1 +008c000b=1 +008c000c=1 +00960000=1 +00960001=1 +00960003=1 +00960005=1 +00960007=1 +00960009=1 +0096000b=1 +0096000c=1 +0096000d=1 +00a00000=1 +00a00001=1 +00a00003=1 +00a00004=1 +00a00005=1 +00a00006=1 +00a00007=1 +00aa0000=1 +00aa0001=1 +00aa0003=1 +00aa0004=1 +00aa0006=1 +00aa0007=1 +00af0000=1 +00af0003=1 +00b40000=1 +00b40001=1 +00b40003=1 +00b40004=1 +00b90000=1 +00b90001=1 +00b90002=1 +00b90004=1 +00b90006=1 +00b90008=1 +00b90009=1 +00be0000=1 +00be0001=1 +00be0002=1 +00be0005=1 +00be0008=1 +00be000b=1 +00be000c=1 +00be000d=1 +00be000e=1 +00be0010=1 +00be0011=1 +00be0012=1 + +[MenusTranslation] + +[StringsTranslation] +0000007a=1 +0000007b=1 +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +00000418=1 +00000419=1 +0000041a=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000439=1 +0000043b=1 +0000043d=1 +0000043f=1 +00000441=1 +00000443=1 +00000445=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000450=1 +00000451=1 +00000452=1 +00000453=1 +00000454=1 +00000455=1 +00000456=1 +00000457=1 +00000458=1 +00000459=1 +0000045a=1 +0000045b=1 +0000045c=1 +0000045d=1 +0000045e=1 +0000045f=1 +00000460=1 +00000461=1 +00000462=1 +00000463=1 +00000465=1 +00000466=1 +00000467=1 +00000468=1 +00000469=1 +0000046a=1 +0000046b=1 +0000046c=1 +0000046d=1 +0000046e=1 +0000046f=1 +00000470=1 +00000471=1 +00000472=1 +00000473=1 +00000474=1 +00000475=1 +00000476=1 +00000477=1 +00000478=1 +00000479=1 +0000047a=1 +0000047b=1 +0000047c=1 +0000047d=1 +0000047e=1 +0000047f=1 +00000480=1 +00000481=1 +00000482=1 +00000483=1 +00000484=1 +00000485=1 +00000486=1 +00000487=1 +00000488=1 +00000489=1 +0000048a=1 +0000048b=1 +0000048c=1 +0000048d=1 +0000048e=1 +0000048f=1 +00000490=1 +00000491=1 +00000492=1 +00000493=1 +00000494=1 +00000495=1 +00000496=1 +00000497=1 +00000498=1 +00000499=1 +0000049a=1 +0000049b=1 +0000049c=1 +0000049d=1 +0000049e=1 +0000049f=1 +000004a0=1 +000004a1=1 +000004a2=1 +000004a3=1 +000004a4=1 +000004a5=1 +000004a6=1 +000004a7=1 +000004a8=1 +000004a9=1 +000004aa=1 +000004ab=1 +000004ac=1 +000004ad=1 +000004ae=1 +000004af=1 +000004b0=1 +000004b1=1 +000004b2=1 +000004b3=1 +000004b4=1 +000004b5=1 +000004b6=1 +000004b7=1 +000004b8=1 +000004b9=1 +000004ba=1 +000004bb=1 +000004bc=1 +000004bd=1 +000004be=1 +000004bf=1 +000004c0=1 +000004c1=1 +000004c2=1 +000004c3=1 +000004c4=1 +000004c5=1 +000004c6=1 +000004c7=1 +000004c8=1 +000004c9=1 +000004ca=1 +000004cb=1 +000004cc=1 +000004cd=1 +000004ce=1 +000004cf=1 +000004d0=1 +000004d1=1 +000004d2=1 +000004d3=1 +000004d4=1 +000004d5=1 +000004d6=1 +000004d7=1 +000004d8=1 +000004d9=1 +000004da=1 +000004dc=1 +000004dd=1 +000004de=1 +000004df=1 +000004e0=1 +000004e1=1 +000004e2=1 +000004e3=1 +000004e4=1 +000004e5=1 +000004e6=1 +000004e7=1 +000004e8=1 +000004e9=1 +000004ea=1 +000004eb=1 +000004ec=1 +000004ed=1 +000004ee=1 +000004ef=1 +000004f0=1 +000004f1=1 +000004f2=1 +000004f3=1 +000004f4=1 +000004f5=1 +000004f6=1 +000004f7=1 +000004f8=1 +000004f9=1 +000004fa=1 +000004fb=1 +000004fc=1 +000004fd=1 +000004fe=1 +000004ff=1 +00000500=1 +00000501=1 +00000503=1 +00000504=1 +00000505=1 +00000506=1 + +[Relayout] + diff --git a/translations/projects/Czech/salamand.atp b/translations/projects/Czech/salamand.atp new file mode 100644 index 000000000..7d16bdd13 --- /dev/null +++ b/translations/projects/Czech/salamand.atp @@ -0,0 +1,2505 @@ +[Files] +Original=$BUILD_DIR\lang\english.slg +Translated=$BUILD_DIR\lang\czech.slg +Include=..\..\symbols\symbols.inc +SalMenu=..\..\symbols\salmenu.mnu +IgnoreList=..\..\symbols\ignore.lst +CheckList=..\..\symbols\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640004=1 +00640005=1 +00640006=1 +00680000=1 +00680001=1 +00680003=1 +00680004=1 +00680005=1 +00680006=1 +00940000=1 +00940001=1 +00940003=1 +00940005=1 +00940007=1 +00940009=1 +00950000=1 +00950001=1 +00950003=1 +00950005=1 +00960005=1 +00960007=1 +0096000a=1 +0096000c=1 +00aa0001=1 +00aa0003=1 +00aa0005=1 +00aa0006=1 +00aa0007=1 +00aa0008=1 +00b40000=1 +00b40001=1 +00b40004=1 +00b40007=1 +00b40008=1 +00b40009=1 +00b4000a=1 +00b4000b=1 +00be0001=1 +00be0004=1 +00be0005=1 +00be0006=1 +00be0007=1 +00be0008=1 +00bf0000=1 +00bf0001=1 +00bf0002=1 +00bf0003=1 +00bf0005=1 +00bf0006=1 +00bf0007=1 +00bf0008=1 +00bf0009=1 +00bf000a=1 +00bf000b=1 +00bf000c=1 +00bf000d=1 +00bf000f=1 +00bf0010=1 +00bf0011=1 +00bf0012=1 +00bf0013=1 +00bf0014=1 +00bf0015=1 +00bf0017=1 +00bf0019=1 +00bf001b=1 +00bf001d=1 +00bf001e=1 +00bf001f=1 +00bf0020=1 +00c80000=1 +00c80001=1 +00c80003=1 +00c80005=1 +00c80007=1 +00c80008=1 +00c80009=1 +00c8000a=1 +00cc0004=1 +00cc0005=1 +00cc0006=1 +00cd0004=1 +00cd0005=1 +00cd0006=1 +00cd0009=1 +00cd000a=1 +00cd000b=1 +00cd000c=1 +00cd000d=1 +00cd000e=1 +00cd0010=1 +00cd0011=1 +00cd0015=1 +00cd0016=1 +00cd0017=1 +00cd0018=1 +00ce0003=1 +00ce0004=1 +00ce0005=1 +00cf0003=1 +00cf0004=1 +00cf0005=1 +00d00004=1 +00d00005=1 +00d00006=1 +00e60001=1 +00e60003=1 +00e60005=1 +00e60006=1 +00f00000=1 +00f00001=1 +00f00003=1 +00f00005=1 +00f00007=1 +00f00008=1 +00f00009=1 +00f0000a=1 +00f10000=1 +00f10002=1 +00f10003=1 +00f10004=1 +00f10005=1 +00f10006=1 +00f10007=1 +00f10008=1 +00f1000a=1 +00f1000b=1 +00f1000e=1 +00f10011=1 +00f10014=1 +00f10016=1 +00f10017=1 +00f10019=1 +00f1001a=1 +00f1001b=1 +01040000=1 +01040001=1 +01040003=1 +01040005=1 +01040007=1 +01040009=1 +0104000b=1 +0104000d=1 +0104000f=1 +01040011=1 +01040013=1 +01040015=1 +01040016=1 +01040018=1 +0104001b=1 +0104001c=1 +010e0003=1 +010e0004=1 +010e0005=1 +010e0006=1 +010e0007=1 +010e0008=1 +010e0009=1 +012c0000=1 +012c0001=1 +012c0002=1 +012c0003=1 +012c0004=1 +012c0005=1 +012c0006=1 +012c0008=1 +012c0009=1 +012c000a=1 +012c000b=1 +012c000c=1 +012c000d=1 +012c000e=1 +012c000f=1 +01400000=1 +01400001=1 +01400003=1 +01400005=1 +01400006=1 +01400007=1 +01400008=1 +0140000a=1 +0140000b=1 +0140000d=1 +0140000e=1 +0140000f=1 +01400010=1 +01400011=1 +015e0000=1 +015e0001=1 +015e0003=1 +015e0004=1 +015e0005=1 +015e0006=1 +015e0009=1 +015e000c=1 +015e000f=1 +015e0010=1 +015e0011=1 +015e0012=1 +01720000=1 +01720002=1 +01720005=1 +01720006=1 +01720007=1 +01720008=1 +01810000=1 +01810001=1 +01810002=1 +01810004=1 +01810005=1 +01810006=1 +01810007=1 +01900000=1 +01900002=1 +01900003=1 +01900004=1 +01900005=1 +01900006=1 +01900008=1 +01900009=1 +0190000a=1 +0190000b=1 +0190000d=1 +0190000e=1 +01900010=1 +01900011=1 +01900012=1 +01940000=1 +01940001=1 +01940004=1 +01940007=1 +01940008=1 +01940009=1 +01950000=1 +01950001=1 +01950002=1 +01950004=1 +01950006=1 +01950007=1 +01950008=1 +01950009=1 +019a0000=1 +019a0001=1 +019a0003=1 +019a0005=1 +019a0007=1 +019a0009=1 +019a000b=1 +019a000d=1 +019a0010=1 +019a0011=1 +019a0013=1 +019a0014=1 +019a0015=1 +019a0016=1 +019a0017=1 +019a0018=1 +019a0019=1 +019a001a=1 +019a001b=1 +019a001c=1 +019a001e=1 +019a0020=1 +019a0022=1 +019a0024=1 +01c20000=1 +01c20001=1 +01c20003=1 +01c20004=1 +01c20005=1 +01c20007=1 +01c20009=1 +01c2000a=1 +01c2000b=1 +01c70000=1 +01c70001=1 +01c70004=1 +01c70005=1 +01c70006=1 +01c70007=1 +01c70008=1 +01cc0000=1 +01cc0002=1 +01cc0003=1 +01cc0004=1 +01dc0000=1 +01dc0001=1 +01dc0003=1 +01dc0004=1 +01dc0005=1 +01dc0007=1 +01dc0008=1 +01dc0009=1 +01dc000b=1 +01dc000c=1 +01dc000d=1 +01dc000f=1 +01dc0010=1 +01dc0011=1 +01dc0013=1 +01dc0014=1 +01dc0015=1 +01dc0016=1 +01dc0018=1 +01ea0006=1 +01ea0008=1 +01f10006=1 +01f10008=1 +01f1000a=1 +01fe0000=1 +01fe0003=1 +01fe0005=1 +01fe0006=1 +01fe0007=1 +01fe0008=1 +02080000=1 +02080003=1 +02080005=1 +02080006=1 +02080008=1 +02080009=1 +0208000a=1 +0208000b=1 +02120000=1 +02120001=1 +02120003=1 +02120006=1 +02120009=1 +02170000=1 +02170001=1 +02170002=1 +02170003=1 +02170004=1 +02170005=1 +02170006=1 +02170007=1 +02170008=1 +02170009=1 +0217000a=1 +0217000b=1 +0217000c=1 +0217000d=1 +0217000e=1 +0217000f=1 +02170011=1 +02260000=1 +02260002=1 +02260004=1 +02260006=1 +02260008=1 +0226000a=1 +0226000e=1 +02260013=1 +02260016=1 +0226001a=1 +0226001c=1 +0226001e=1 +02260020=1 +02260023=1 +02260025=1 +02260027=1 +0226002a=1 +0226002b=1 +0226002c=1 +023f0000=1 +023f0001=1 +02440000=1 +02440001=1 +02440003=1 +02440005=1 +02440006=1 +02440009=1 +0244000c=1 +024e0000=1 +024e0001=1 +024e0003=1 +024e0006=1 +024e0009=1 +02530000=1 +02530001=1 +02530002=1 +02530003=1 +02530004=1 +02530005=1 +02530006=1 +02530007=1 +02530008=1 +0253000a=1 +0253000d=1 +0253000e=1 +02530010=1 +02760000=1 +02760001=1 +02760003=1 +02760004=1 +02760005=1 +02760006=1 +02760007=1 +02760008=1 +02760009=1 +0276000a=1 +0276000c=1 +0276000d=1 +0276000e=1 +02760010=1 +02760011=1 +02760013=1 +02760015=1 +02760017=1 +02760019=1 +0276001a=1 +0276001c=1 +0276001e=1 +0276001f=1 +02760020=1 +02760021=1 +02940000=1 +02940001=1 +02940003=1 +02940004=1 +02940006=1 +02940007=1 +02940008=1 +029e0000=1 +029e0001=1 +029e0003=1 +029e0004=1 +029e0005=1 +029e0006=1 +029e0007=1 +029e0008=1 +02a80001=1 +02a80003=1 +02a80005=1 +02a80006=1 +02a80007=1 +02a90001=1 +02a90003=1 +02a90005=1 +02aa0001=1 +02aa0004=1 +02aa0005=1 +02aa0006=1 +02ab0001=1 +02ab0004=1 +02ab0005=1 +02ab0006=1 +03f20000=1 +03f20001=1 +03f20003=1 +03f20004=1 +03f20005=1 +03f20006=1 +03f20007=1 +03f20008=1 +03fe0000=1 +03fe0001=1 +03fe0003=1 +03fe0004=1 +03fe0005=1 +04030000=1 +04030001=1 +04030003=1 +04030004=1 +04030006=1 +04030008=1 +0403000a=1 +0403000b=1 +0403000c=1 +0403000d=1 +04060000=1 +04060001=1 +04060003=1 +04060004=1 +04060005=1 +04060006=1 +04060008=1 +0406000a=1 +0406000c=1 +0406000e=1 +0406000f=1 +04060010=1 +04060011=1 +04100000=1 +04100001=1 +04100003=1 +04100006=1 +04100007=1 +04100008=1 +04150000=1 +04150001=1 +04150003=1 +04150004=1 +04150005=1 +04150006=1 +04150007=1 +041a0000=1 +041a0001=1 +041a0002=1 +041a0003=1 +041a0004=1 +041a0005=1 +041a0006=1 +041a0007=1 +041a0008=1 +041a0009=1 +041a000a=1 +041a000b=1 +041f0000=1 +041f0001=1 +041f0003=1 +041f0004=1 +041f0005=1 +04240000=1 +04240001=1 +04240002=1 +04240004=1 +04240005=1 +04240006=1 +04290000=1 +04290001=1 +04290002=1 +04290003=1 +04290004=1 +042e0000=1 +042e0001=1 +042e0004=1 +042e0007=1 +042e0008=1 +042e0009=1 +042e000a=1 +042e000b=1 +04310000=1 +04310001=1 +04310003=1 +04310005=1 +04310007=1 +04310008=1 +04310009=1 +0431000a=1 +04380001=1 +04380003=1 +04380005=1 +04380006=1 +04380007=1 +04380008=1 +04380009=1 +043a0000=1 +043a0001=1 +043a0003=1 +043a0004=1 +043a0005=1 +043a0006=1 +043a0007=1 +043d0000=1 +043d0001=1 +043d0002=1 +043d0003=1 +043d0005=1 +043d0007=1 +043d0008=1 +043d0009=1 +043d000a=1 +043d000b=1 +043d000c=1 +043d000d=1 +043d000e=1 +043d000f=1 +043d0010=1 +04510000=1 +04510001=1 +04510002=1 +04510003=1 +04510005=1 +04510007=1 +04510009=1 +0451000a=1 +0451000b=1 +0451000d=1 +0451000e=1 +0451000f=1 +04510011=1 +04510012=1 +04510014=1 +04510015=1 +04510016=1 +04510017=1 +04510018=1 +04560000=1 +04560001=1 +04560002=1 +04560003=1 +04560004=1 +04600000=1 +04600001=1 +04600002=1 +04600003=1 +04600004=1 +04600006=1 +04600008=1 +046a0000=1 +046a0001=1 +046a0002=1 +046a0003=1 +046a0004=1 +046a0006=1 +046a0008=1 +046f0000=1 +046f0001=1 +046f0002=1 +046f0003=1 +046f0004=1 +046f0006=1 +04740000=1 +04740001=1 +04740002=1 +04740003=1 +04740004=1 +04740005=1 +08fc0000=1 +08fc0001=1 +08fc0003=1 +08fc0005=1 +08fc0007=1 +08fc0008=1 +08fc000b=1 +08fc000e=1 +08fc000f=1 +08fc0010=1 +08fc0013=1 +08fc0016=1 +08fc0017=1 +09100000=1 +09100001=1 +09100003=1 +09100005=1 +09100007=1 +09100008=1 +09100009=1 +0910000c=1 +0910000f=1 +09100010=1 +09240000=1 +09240001=1 +09240003=1 +09240008=1 +09240009=1 +0924000a=1 +092e0000=1 +092e0001=1 +092e0003=1 +092e0004=1 +092e0007=1 +092e0008=1 +094c0000=1 +094c0001=1 +094c0004=1 +094c0005=1 +094c0006=1 +094c0007=1 +094c0008=1 +094c000a=1 +094c000b=1 +094c000c=1 +094c000d=1 +094c000e=1 +099c0000=1 +099c0001=1 +099c0003=1 +099c0005=1 +099c0006=1 +09ba0000=1 +09ba0001=1 +09ba0003=1 +09ba0004=1 +09ba0006=1 +09ba0007=1 +09ba0008=1 +09ba000a=1 +09ba000b=1 +09ba000c=1 +09ba000d=1 +09ba000e=1 +09ba0010=1 +09ba0012=1 +09ba0013=1 +09ba0014=1 +09c40002=1 +09c40004=1 +09c40005=1 +09c40007=1 +09c40008=1 +09c40009=1 +09c4000a=1 +09c4000c=1 +09c4000f=1 +09c40010=1 +09c40011=1 +09c40012=1 +09c40014=1 +09c40016=1 +09e20000=1 +09e20001=1 +09e20003=1 +09e20004=1 +09e20005=1 +09e20006=1 +09e20007=1 +09e20008=1 +09ec0000=1 +09ec0001=1 +09ec0003=1 +09ec0005=1 +09ec0007=1 +09ec0009=1 +09ec000b=1 +09ec000d=1 +09ec000f=1 +09ec0010=1 +09ec0011=1 +09ec0012=1 +0a000000=1 +0a000002=1 +0a000003=1 +0a000004=1 +0a000005=1 +0a000006=1 +0a000007=1 +0a000008=1 +0a000009=1 +0a00000b=1 +0a00000c=1 +0a00000f=1 +0a000013=1 +0a000014=1 +0a000015=1 +0a000016=1 +0a00001b=1 +0a00001f=1 +0a000020=1 +0a000021=1 +0a000022=1 +0a000023=1 +0a280000=1 +0a280001=1 +0a280003=1 +0a280004=1 +0a280005=1 +0a280006=1 +0a280007=1 +0a280008=1 +0a280009=1 +0a28000a=1 +0a28000b=1 +0a28000c=1 +0a28000e=1 +0a280010=1 +0a280012=1 +0a280014=1 +0a280016=1 +0a280018=1 +0a28001a=1 +0a28001b=1 +0a28001c=1 +0a28001d=1 +0a4b0000=1 +0a4b0001=1 +0a4b0002=1 +0a4b0003=1 +0a4b0004=1 +0a4b0005=1 +0a4b0006=1 +0a4b0007=1 +0a4b0008=1 +0a550000=1 +0a550001=1 +0a550002=1 +0a550003=1 +0a550004=1 +0a550005=1 +0a550006=1 +0a550007=1 +0a550008=1 +0a640000=1 +0a640001=1 +0a640002=1 +0a640003=1 +0a640004=1 +0a640005=1 +0a640006=1 +0a640007=1 +0a640008=1 +0a640009=1 +0a64000a=1 +0a64000b=1 +0a6e0000=1 +0a6e0001=1 +0a6e0002=1 +0a6e0003=1 +0a6e0004=1 +0a6e0005=1 +0a6e0006=1 +0a780000=1 +0a780001=1 +0a780002=1 +0a780003=1 +0a780005=1 +0a780007=1 +0a780008=1 +0a78000a=1 +0a8c0000=1 +0a8c0001=1 +0a8c0002=1 +0a8c0003=1 +0a8c0004=1 +0aaa0000=1 +0aaa0001=1 +0aaa0003=1 +0aaa0005=1 +0aaa0006=1 +0aaa0007=1 +0aaa0008=1 +0aaa0009=1 +0ab40000=1 +0ab40001=1 +0ab40003=1 +0ab40004=1 +0ab40005=1 +0ab40007=1 +0ab40008=1 +0ab40009=1 +0ab4000a=1 +0ab4000b=1 +0abe0000=1 +0abe0001=1 +0abe0003=1 +0abe0004=1 +0abe0005=1 +0abe0007=1 +0abe0008=1 +0abe0009=1 +0ac30000=1 +0ac30001=1 +0ac30003=1 +0ac30004=1 +0ac30005=1 +0ac30006=1 +0ac80000=1 +0ac80001=1 +0ac80002=1 +0ac80003=1 +0ac80005=1 +0ac80006=1 +0ad20000=1 +0ad20001=1 +0ad20002=1 +0ad20003=1 +0ad20004=1 +0ad20006=1 +0ad20009=1 +0ad2000a=1 +0ad70000=1 +0ad70001=1 +0ad70002=1 +0ad70003=1 +0ad70005=1 +0ad70007=1 +0ad70008=1 +0adc0000=1 +0adc0003=1 +0adc0004=1 +0ae10000=1 +0ae10001=1 +0ae10004=1 +0ae10005=1 +0ae10006=1 +0ae10007=1 +0ae10008=1 +0ae60000=1 +0ae60001=1 +0ae60003=1 +0ae60005=1 +0ae60006=1 +0ae60009=1 +0ae6000a=1 +0ae6000b=1 +0ae6000c=1 +0af00000=1 +0af00001=1 +0af00003=1 +0af00004=1 +0af00006=1 +0af00007=1 +0af00008=1 +0af00009=1 +0af0000b=1 +0af0000c=1 +0b0e0000=1 +0b0e0001=1 +0b0e0002=1 +0b0e0006=1 +0b0e0007=1 +0b0e0008=1 +0b0e0009=1 +0b900000=1 +0b900001=1 +0b900002=1 +17de0000=1 +17de0002=1 +17de0005=1 +17de0007=1 +17de0008=1 +17de0009=1 +17de000a=1 +17de000b=1 +17de000c=1 +17de000e=1 +17de000f=1 +17de0010=1 +17f20000=1 +17f20001=1 +17f20002=1 +17f20003=1 +17f20004=1 +17f20005=1 +17f20006=1 +17f20008=1 +17f2000a=1 +17f2000b=1 +17f2000c=1 +18400000=1 +18400001=1 +18400002=1 +18400003=1 +18400004=1 +18400005=1 +18400006=1 +18400008=1 +1840000a=1 +1840000b=1 +184c0000=1 +184c0001=1 +184c0003=1 +184c0004=1 +184c0005=1 +184c0006=1 + +[MenusTranslation] +177a0000=1 +177a0001=1 +177a0002=1 +177a0004=1 +177a0005=1 +177a0006=1 +177a0008=1 +177a0009=1 +177a000b=1 +177a000c=1 +177a000e=1 +177a000f=1 +177a0010=1 +177a0011=1 +177a0013=1 +177a0014=1 +177a0015=1 +177a0016=1 +177a0017=1 +177a0018=1 +177a0019=1 +177a001b=1 +177a001c=1 +177a001e=1 +177a0020=1 +177a0022=1 +177a0024=1 +177a0025=1 +177a0026=1 +177a0028=1 +177a0029=1 +177a002a=1 +177a002b=1 +177b0001=1 +177b0002=1 +177b0004=1 +177b0006=1 +177b0007=1 +177b0008=1 +177b000a=1 +177b000b=1 +177b000d=1 +177b000f=1 + +[StringsTranslation] +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +00000401=1 +00000442=1 +00000443=1 +00002710=1 +00002711=1 +00002712=1 +00002713=1 +00002714=1 +00002715=1 +00002716=1 +00002717=1 +00002718=1 +0000271a=1 +0000271d=1 +0000271e=1 +00002720=1 +00002721=1 +00002722=1 +00002723=1 +00002724=1 +00002725=1 +00002726=1 +00002727=1 +00002728=1 +0000272a=1 +0000272b=1 +0000272c=1 +0000272d=1 +0000272e=1 +0000272f=1 +00002730=1 +00002731=1 +00002732=1 +00002733=1 +00002734=1 +00002735=1 +00002736=1 +00002737=1 +00002738=1 +00002739=1 +0000273b=1 +0000273c=1 +0000273d=1 +0000273e=1 +0000273f=1 +00002740=1 +00002743=1 +00002744=1 +00002745=1 +00002746=1 +00002747=1 +00002748=1 +00002749=1 +0000274a=1 +0000274b=1 +0000274c=1 +0000274d=1 +0000274e=1 +0000274f=1 +00002750=1 +00002751=1 +00002752=1 +00002753=1 +00002754=1 +00002755=1 +00002756=1 +00002757=1 +00002758=1 +00002759=1 +0000275a=1 +0000275b=1 +0000275c=1 +0000275d=1 +0000275f=1 +00002760=1 +00002761=1 +00002762=1 +00002763=1 +00002764=1 +00002765=1 +00002766=1 +00002767=1 +00002768=1 +00002769=1 +0000276a=1 +0000276b=1 +0000276c=1 +0000276d=1 +0000276e=1 +0000276f=1 +00002770=1 +00002771=1 +00002772=1 +00002773=1 +00002774=1 +00002775=1 +00002776=1 +00002777=1 +00002778=1 +00002779=1 +0000277a=1 +0000277b=1 +0000277c=1 +0000277d=1 +0000277f=1 +00002780=1 +00002781=1 +00002782=1 +00002783=1 +00002784=1 +00002785=1 +00002786=1 +00002787=1 +00002788=1 +00002789=1 +0000278a=1 +0000278b=1 +0000278c=1 +0000278d=1 +0000278e=1 +0000278f=1 +00002791=1 +00002792=1 +00002793=1 +00002794=1 +00002795=1 +00002796=1 +00002797=1 +00002798=1 +00002799=1 +0000279a=1 +0000279b=1 +0000279c=1 +0000279d=1 +0000279e=1 +0000279f=1 +000027a0=1 +000027a1=1 +000027a3=1 +000027a4=1 +000027a5=1 +000027a6=1 +000027a7=1 +000027a8=1 +000027a9=1 +000027aa=1 +000027ab=1 +000027ad=1 +000027ae=1 +000027b0=1 +000027b4=1 +000027b5=1 +000027b6=1 +000027b7=1 +000027b8=1 +000027b9=1 +000027ba=1 +000027bb=1 +000027bc=1 +000027bd=1 +000027be=1 +000027bf=1 +000027c0=1 +000027c1=1 +000027c2=1 +000027c3=1 +000027c4=1 +000027c5=1 +000027c6=1 +000027c7=1 +000027c8=1 +000027c9=1 +000027ca=1 +000027cb=1 +000027cc=1 +000027cd=1 +000027ce=1 +000027cf=1 +000027d0=1 +000027d1=1 +000027d2=1 +000027d3=1 +000027d4=1 +000027d6=1 +000027d7=1 +000027ec=1 +000027ed=1 +000027ee=1 +000027ef=1 +0000280e=1 +0000280f=1 +00002810=1 +00002811=1 +00002812=1 +00002814=1 +00002815=1 +00002816=1 +00002817=1 +00002818=1 +00002819=1 +0000281a=1 +0000281b=1 +0000281c=1 +0000281e=1 +0000281f=1 +00002820=1 +00002821=1 +00002822=1 +00002823=1 +00002824=1 +00002825=1 +00002826=1 +00002828=1 +00002829=1 +0000282a=1 +0000282d=1 +0000282e=1 +0000282f=1 +00002830=1 +00002831=1 +00002832=1 +00002833=1 +00002834=1 +00002835=1 +00002836=1 +00002837=1 +00002838=1 +00002839=1 +0000283a=1 +0000283b=1 +0000283c=1 +0000283d=1 +0000283e=1 +0000283f=1 +00002840=1 +00002843=1 +00002844=1 +00002845=1 +00002846=1 +00002847=1 +00002848=1 +00002849=1 +0000284a=1 +0000284b=1 +0000284c=1 +0000284d=1 +0000284e=1 +0000284f=1 +00002850=1 +00002851=1 +00002852=1 +00002853=1 +00002854=1 +00002855=1 +00002856=1 +00002857=1 +00002858=1 +00002859=1 +0000285a=1 +0000285e=1 +0000285f=1 +00002860=1 +00002861=1 +00002862=1 +00002863=1 +00002864=1 +00002867=1 +00002868=1 +00002869=1 +0000286a=1 +0000286b=1 +0000286c=1 +0000286d=1 +0000286e=1 +0000286f=1 +00002870=1 +00002871=1 +00002872=1 +00002873=1 +00002874=1 +00002875=1 +00002876=1 +00002877=1 +00002878=1 +00002879=1 +0000287a=1 +0000287c=1 +0000287d=1 +0000287e=1 +0000287f=1 +00002880=1 +00002881=1 +00002882=1 +00002883=1 +00002884=1 +00002885=1 +00002886=1 +00002887=1 +00002888=1 +00002889=1 +0000288a=1 +0000288b=1 +0000288c=1 +0000288d=1 +0000288e=1 +0000288f=1 +00002890=1 +00002891=1 +00002892=1 +00002893=1 +00002894=1 +00002895=1 +00002896=1 +000028a0=1 +000028a1=1 +000028a2=1 +000028a3=1 +000028a4=1 +000028a6=1 +000028a8=1 +000028b4=1 +000028b5=1 +000028b8=1 +000028b9=1 +000028ba=1 +000028bb=1 +000028bd=1 +000028be=1 +000028bf=1 +000028c0=1 +000028c1=1 +000028c2=1 +000028c3=1 +000028c4=1 +000028c5=1 +000028c6=1 +000028c7=1 +000028c8=1 +000028c9=1 +000028ca=1 +000028cb=1 +000028cc=1 +000028cd=1 +000028cf=1 +000028d0=1 +000028d1=1 +000028d2=1 +000028d3=1 +000028d4=1 +000028d5=1 +000028d6=1 +000028d7=1 +000028d8=1 +000028d9=1 +000028da=1 +000028dc=1 +000028dd=1 +000028de=1 +000028df=1 +000028e1=1 +000028e2=1 +000028e3=1 +000028e4=1 +000028e5=1 +000028e6=1 +000028e7=1 +000028e8=1 +000028e9=1 +000028ea=1 +000028eb=1 +000028ec=1 +000028ed=1 +000028ee=1 +000028ef=1 +000028f0=1 +000028f1=1 +000028f2=1 +000028f3=1 +000028f4=1 +000028f5=1 +000028f6=1 +000028f7=1 +000028f8=1 +000028f9=1 +000028fa=1 +000028fb=1 +000028fc=1 +000028fd=1 +000028fe=1 +000028ff=1 +00002900=1 +00002901=1 +00002902=1 +00002903=1 +00002904=1 +00002905=1 +00002906=1 +00002907=1 +00002908=1 +00002909=1 +0000290a=1 +0000290b=1 +0000290c=1 +0000290d=1 +0000290e=1 +0000290f=1 +00002910=1 +00002911=1 +00002912=1 +00002913=1 +00002914=1 +00002915=1 +00002916=1 +00002917=1 +00002918=1 +00002922=1 +00002923=1 +00002924=1 +00002925=1 +00002926=1 +00002927=1 +00002928=1 +00002929=1 +0000292a=1 +0000292b=1 +0000292c=1 +00002936=1 +00002937=1 +00002938=1 +00002939=1 +0000293a=1 +0000293b=1 +0000293c=1 +0000293d=1 +0000293e=1 +0000293f=1 +00002944=1 +00002945=1 +00002946=1 +00002947=1 +00002948=1 +00002949=1 +0000294a=1 +0000294b=1 +0000294c=1 +0000294d=1 +0000294e=1 +0000294f=1 +00002950=1 +00002951=1 +00002952=1 +00002953=1 +00002954=1 +00002955=1 +00002956=1 +00002957=1 +00002958=1 +00002959=1 +00002963=1 +00002968=1 +00002969=1 +0000296a=1 +0000296b=1 +0000296c=1 +000029a9=1 +000029aa=1 +000029ab=1 +000029af=1 +000029b0=1 +000029b1=1 +000029b2=1 +000029b3=1 +000029b8=1 +000029b9=1 +000029c6=1 +000029c8=1 +000029c9=1 +000029ca=1 +000029cb=1 +000029cc=1 +000029ce=1 +000029cf=1 +000029d0=1 +000029d2=1 +000029d3=1 +000029d4=1 +000029d5=1 +000029d6=1 +000029d7=1 +000029d8=1 +000029db=1 +000029dc=1 +000029dd=1 +000029e0=1 +000029e1=1 +000029e2=1 +000029e3=1 +000029e5=1 +000029e6=1 +000029ea=1 +000029eb=1 +000029ec=1 +000029ee=1 +000029ef=1 +000029f0=1 +000029f1=1 +000029f2=1 +000029f3=1 +000029f4=1 +000029f5=1 +000029f9=1 +000029fa=1 +000029fb=1 +000029fd=1 +000029fe=1 +000029ff=1 +00002a00=1 +00002a01=1 +00002a02=1 +00002a03=1 +00002a07=1 +00002a08=1 +00002a0a=1 +00002a0b=1 +00002a0c=1 +00002a0d=1 +00002a0e=1 +00002a0f=1 +00002a10=1 +00002a11=1 +00002a12=1 +00002a13=1 +00002a1b=1 +00002a1d=1 +00002a1e=1 +00002a1f=1 +00002a20=1 +00002a21=1 +00002a22=1 +00002a23=1 +00002a24=1 +00002a25=1 +00002a26=1 +00002a27=1 +00002a28=1 +00002a29=1 +00002a2a=1 +00002a2b=1 +00002a2c=1 +00002a2d=1 +00002a2e=1 +00002a2f=1 +00002a30=1 +00002a31=1 +00002a32=1 +00002a33=1 +00002a34=1 +00002a35=1 +00002a36=1 +00002a37=1 +00002a38=1 +00002a3a=1 +00002a3b=1 +00002a3c=1 +00002a3d=1 +00002a3e=1 +00002a3f=1 +00002a42=1 +00002a43=1 +00002a44=1 +00002a45=1 +00002a49=1 +00002a4a=1 +00002a4b=1 +00002a4c=1 +00002a4d=1 +00002a4e=1 +00002a4f=1 +00002a50=1 +00002a51=1 +00002a52=1 +00002a53=1 +00002a54=1 +00002a58=1 +00002a59=1 +00002a5a=1 +00002a5b=1 +00002a5c=1 +00002a5d=1 +00002a5e=1 +00002a5f=1 +00002a60=1 +00002a61=1 +00002a6c=1 +00002a6d=1 +00002a6e=1 +00002a6f=1 +00002a70=1 +00002a71=1 +00002a73=1 +00002a74=1 +00002a75=1 +00002a76=1 +00002a77=1 +00002a78=1 +00002a79=1 +00002a7a=1 +00002a7b=1 +00002a80=1 +00002a81=1 +00002a82=1 +00002a83=1 +00002a84=1 +00002a85=1 +00002a86=1 +00002a87=1 +00002a8a=1 +00002a8b=1 +00002a8c=1 +00002a8d=1 +00002a8e=1 +00002a94=1 +00002a99=1 +00002a9e=1 +00002a9f=1 +00002aa8=1 +00002aa9=1 +00002aaa=1 +00002aab=1 +00002aad=1 +00002aae=1 +00002aaf=1 +00002ab2=1 +00002ab3=1 +00002ab4=1 +00002abc=1 +00002ac1=1 +00002ac2=1 +00002ac6=1 +00002ac7=1 +00002ac8=1 +00002ac9=1 +00002acb=1 +00002ad0=1 +00002ad1=1 +00002ad2=1 +00002ad3=1 +00002ad4=1 +00002ad5=1 +00002ada=1 +00002ae4=1 +00002ae5=1 +00002ae6=1 +00002ae9=1 +00002aea=1 +00002aeb=1 +00002af2=1 +00002af3=1 +00002af4=1 +00002af5=1 +00002af6=1 +00002af8=1 +00002af9=1 +00002afa=1 +00002afb=1 +00002afc=1 +00002afd=1 +00002afe=1 +00002aff=1 +00002b00=1 +00002b01=1 +00002b02=1 +00002b03=1 +00002b04=1 +00002b05=1 +00002b06=1 +00002b07=1 +00002b08=1 +00002b09=1 +00002b0a=1 +00002b0b=1 +00002b0c=1 +00002b0d=1 +00002b11=1 +00002b12=1 +00002b13=1 +00002b14=1 +00002b15=1 +00002b16=1 +00002b17=1 +00002b18=1 +00002b19=1 +00002b1a=1 +00002b1b=1 +00002b1c=1 +00002b1d=1 +00002b1e=1 +00002b1f=1 +00002b20=1 +00002b21=1 +00002b22=1 +00002b23=1 +00002b24=1 +00002b25=1 +00002b26=1 +00002b27=1 +00002b28=1 +00002b29=1 +00002b2a=1 +00002b2b=1 +00002b2c=1 +00002b2d=1 +00002b2e=1 +00002b2f=1 +00002b30=1 +00002b31=1 +00002b32=1 +00002b33=1 +00002b34=1 +00002b35=1 +00002b36=1 +00002b37=1 +00002b38=1 +00002b39=1 +00002b3a=1 +00002b3b=1 +00002b3c=1 +00002b3e=1 +00002b5e=1 +00002b5f=1 +00002b60=1 +00002bc9=1 +00002bca=1 +00002bcb=1 +00002bcf=1 +00002bd4=1 +00002bd5=1 +00002bd6=1 +00002bd7=1 +00002bd8=1 +00002bd9=1 +00002bda=1 +00002bdb=1 +00002bdc=1 +00002bdd=1 +00002bdf=1 +00002be8=1 +00002be9=1 +00002bed=1 +00002bee=1 +00002bf2=1 +00002bf7=1 +00002bf8=1 +00002bf9=1 +00002bfa=1 +00002bfb=1 +00002bfc=1 +00002bfd=1 +00002bfe=1 +00002bff=1 +00002c00=1 +00002c01=1 +00002c02=1 +00002c03=1 +00002c04=1 +00002c05=1 +00002c06=1 +00002c07=1 +00002c08=1 +00002ee0=1 +00002ee1=1 +00002ee2=1 +00002ee3=1 +00002ee4=1 +00002ee5=1 +00002ee6=1 +00002ee7=1 +00002ee8=1 +00002eea=1 +00002eeb=1 +00002eef=1 +00002ef4=1 +00002ef5=1 +00002ef6=1 +00002ef7=1 +00002ef8=1 +00002ef9=1 +00002efa=1 +00002f01=1 +00002f07=1 +00002f08=1 +00002f09=1 +00002f0a=1 +00002f0b=1 +00002f0c=1 +00002f0d=1 +00002f0e=1 +00002f0f=1 +00002f10=1 +00002f11=1 +00002f12=1 +00002f13=1 +00002f14=1 +00002f15=1 +00002f16=1 +00002f17=1 +00002f18=1 +00002f1c=1 +00002f1d=1 +00002f30=1 +00002f31=1 +00002f35=1 +00002f36=1 +00002f37=1 +00002f38=1 +00002f39=1 +00002f3a=1 +00002f3b=1 +00002f3c=1 +00002f3d=1 +00002f3e=1 +00002f3f=1 +00002f40=1 +00002f41=1 +00002f42=1 +00002f43=1 +00002f44=1 +00002f45=1 +00002f46=1 +00002f47=1 +00002f48=1 +00002f49=1 +00002f4a=1 +00002f4b=1 +00002f4c=1 +00002f4d=1 +00002f4e=1 +00002f4f=1 +00002f50=1 +00002f51=1 +00002f52=1 +00002f53=1 +00002f54=1 +00002f57=1 +00002f58=1 +00002f59=1 +00002f5a=1 +00002f5c=1 +00002f5d=1 +00002f5e=1 +00002f62=1 +00002f63=1 +00002f64=1 +00002f65=1 +00002f66=1 +00002f67=1 +00002f68=1 +00002f69=1 +00002f6a=1 +00002f6b=1 +00002f6c=1 +00002f6d=1 +00002f6e=1 +00002f6f=1 +00002f71=1 +00002f72=1 +00002f73=1 +00002f74=1 +00002f80=1 +00002f85=1 +00002f8a=1 +00002f8b=1 +00002f8c=1 +00002f8d=1 +00002f94=1 +00002f95=1 +00002f9e=1 +00002fa8=1 +00002fa9=1 +00002fad=1 +00002fb2=1 +00002fb7=1 +00002fbc=1 +00002fc1=1 +00002fc2=1 +00002fc3=1 +00002fc6=1 +00002fc7=1 +00002fc9=1 +00002fcb=1 +00002fd0=1 +00002fd1=1 +00002fd2=1 +00002fd3=1 +00002fd4=1 +00002fd5=1 +00002fd6=1 +00002fd7=1 +00002fd8=1 +00002fd9=1 +00002fdf=1 +00002ffd=1 +00003002=1 +00003003=1 +00003007=1 +0000300c=1 +00003011=1 +00003012=1 +00003013=1 +00003014=1 +00003016=1 +00003017=1 +00003018=1 +00003019=1 +0000301a=1 +00003020=1 +00003025=1 +00003026=1 +0000302a=1 +0000302b=1 +0000302f=1 +00003034=1 +00003039=1 +0000303e=1 +0000303f=1 +00003040=1 +00003041=1 +00003042=1 +00003043=1 +00003044=1 +00003045=1 +00003048=1 +00003049=1 +0000304a=1 +0000304b=1 +0000304d=1 +00003052=1 +00003053=1 +00003054=1 +00003055=1 +0000305c=1 +0000305d=1 +0000305e=1 +0000305f=1 +00003060=1 +00003061=1 +00003062=1 +00003066=1 +00003067=1 +0000306b=1 +00003070=1 +00003071=1 +00003075=1 +00003076=1 +0000307a=1 +0000307b=1 +0000307c=1 +0000307d=1 +0000307e=1 +00003084=1 +00003085=1 +00003086=1 +00003089=1 +0000308a=1 +0000308e=1 +0000308f=1 +00003090=1 +00003091=1 +00003092=1 +00003093=1 +00003098=1 +00003099=1 +0000309a=1 +0000309b=1 +000030a2=1 +000030a3=1 +000030a4=1 +000030a5=1 +000030a6=1 +000030a7=1 +000030a8=1 +000030a9=1 +000030aa=1 +000030ab=1 +000030ac=1 +000030b1=1 +000030b2=1 +000030b3=1 +000030b4=1 +000030b5=1 +000030b6=1 +000030ba=1 +000030bb=1 +000030bc=1 +000030bd=1 +000030c0=1 +000030c1=1 +000030c2=1 +000030c3=1 +00003201=1 +00003202=1 +00003203=1 +00003204=1 +00003205=1 +00003206=1 +00003207=1 +00003208=1 +00003209=1 +0000320a=1 +0000320b=1 +0000320c=1 +0000320d=1 +0000320f=1 +00003210=1 +00003212=1 +00003214=1 +00003215=1 +00003216=1 +00003217=1 +00003218=1 +00003219=1 +0000321a=1 +0000321c=1 +0000321d=1 +0000321e=1 +0000321f=1 +00003220=1 +00003221=1 +00003222=1 +00003223=1 +00003224=1 +00003225=1 +00003226=1 +00003227=1 +00003228=1 +00003229=1 +0000322a=1 +0000322b=1 +0000322c=1 +0000322d=1 +000032c8=1 +000032c9=1 +000032ca=1 +000032cb=1 +000032cc=1 +000032cd=1 +000032ce=1 +000032cf=1 +000032d0=1 +000032d1=1 +000032d2=1 +000032d3=1 +000032d4=1 +000032d5=1 +000032d6=1 +000032d7=1 +000032d8=1 +000032d9=1 +000032da=1 +000032dc=1 +000032dd=1 +000032de=1 +000032df=1 +000032e0=1 +000032e1=1 +000032e2=1 +000032e3=1 +000032e4=1 +000032e5=1 +000032e6=1 +000032ea=1 +000032eb=1 +000032ec=1 +000032ed=1 +000032ee=1 +000032ef=1 +000032f0=1 +000032f1=1 +000032f2=1 +000032f3=1 +000032f4=1 +000032f5=1 +000032f6=1 +000032f7=1 +000032f8=1 +00003304=1 +00003305=1 +00003306=1 +00003307=1 +00003308=1 +00003309=1 +0000330a=1 +0000330b=1 +0000330c=1 +0000330d=1 +0000330e=1 +0000330f=1 +00003310=1 +00003311=1 +00003312=1 +00003313=1 +00003314=1 +00003315=1 +00003316=1 +00003317=1 +00003318=1 +00003319=1 +0000331a=1 +0000331b=1 +0000331c=1 +0000331d=1 +0000331e=1 +00003322=1 +00003323=1 +00003324=1 +00003325=1 +00003326=1 +00003327=1 +00003328=1 +00003329=1 +0000332a=1 +0000332b=1 +0000332c=1 +0000332d=1 +0000332e=1 +0000332f=1 +00003330=1 +00003331=1 +00003333=1 +00003335=1 +00003336=1 +00003337=1 +00003338=1 +00003339=1 +0000333a=1 +0000333b=1 +0000333c=1 +0000333d=1 +0000333e=1 +0000333f=1 +00003340=1 +00003341=1 +00003342=1 +00003343=1 +00003344=1 +00003345=1 +00003346=1 +00003347=1 +0000334a=1 +0000334b=1 +0000334c=1 +00003354=1 +00003355=1 +00003356=1 +00003357=1 +00003358=1 +00003359=1 +0000335a=1 +0000335b=1 +0000335c=1 +0000335d=1 +0000335e=1 +0000335f=1 +00003360=1 +00003361=1 +00003362=1 +00003363=1 +00003364=1 +00003365=1 +00003366=1 +00003367=1 +00003368=1 +00003369=1 +0000336a=1 +0000336b=1 +0000336c=1 +0000336d=1 +0000336e=1 +0000336f=1 +00003372=1 +00003373=1 +00003386=1 +00003387=1 +00003388=1 +00003389=1 +0000338a=1 +0000338c=1 +0000338d=1 +0000338f=1 +00003390=1 +00003392=1 +000033f4=1 +000033f5=1 +000033f6=1 +000033f7=1 +000033f8=1 +000033f9=1 +000033fa=1 +000033fb=1 +000033fc=1 +000033fd=1 +000033fe=1 +000033ff=1 +00003400=1 +00003401=1 +00003402=1 +00003403=1 +00003408=1 +00003409=1 +0000340a=1 +0000340b=1 +0000340c=1 +0000340d=1 +0000340e=1 +0000340f=1 +00003410=1 +00003412=1 +00003413=1 +00003414=1 +00003415=1 +00003416=1 +0000341c=1 +0000341d=1 +0000341e=1 +0000341f=1 +00003420=1 +00003421=1 +00003422=1 +00003423=1 +00003426=1 +0000342b=1 +0000342c=1 +0000342d=1 +0000342e=1 +0000342f=1 +00003430=1 +00003431=1 +00003432=1 +00003433=1 +00003434=1 +00003435=1 +00003436=1 +00003437=1 +00003438=1 +00003439=1 +00003444=1 +00003445=1 +00003446=1 +00003447=1 +00003448=1 +00003449=1 +0000344a=1 +0000344b=1 +0000344c=1 +00003458=1 +00003459=1 +0000345a=1 +0000345b=1 +0000345c=1 +00003485=1 +00003486=1 +0000348a=1 +0000348b=1 +0000348c=1 +0000348d=1 +0000348e=1 +0000348f=1 +00003490=1 +00003491=1 +00003492=1 +00003493=1 +00003494=1 +00003495=1 +00003496=1 +00003497=1 +0000349e=1 +0000349f=1 +000034a0=1 +000034a1=1 +000034a2=1 +000034a3=1 +000034a4=1 +000034a5=1 +000034a6=1 +000034ef=1 +000034f1=1 +000034f2=1 +000034f3=1 +000034f4=1 +000034f5=1 +000034f6=1 +000034f7=1 +000034f8=1 +000034f9=1 +000034fa=1 +000034fb=1 +000034fc=1 +00003566=1 +00003567=1 +00003568=1 +00003569=1 +0000356a=1 +0000356b=1 +0000356c=1 +00003570=1 +00003571=1 +00003572=1 +00003573=1 +00003574=1 +00003575=1 +00003576=1 +00003577=1 +00003584=1 +00003585=1 +0000358e=1 +0000358f=1 +00003590=1 +00003591=1 +00003598=1 +0000359d=1 +000035a2=1 +000035a3=1 +000035a7=1 +000035a8=1 +000035a9=1 +000035ac=1 +000035ad=1 +000035ae=1 +000035af=1 +000035b6=1 +000035b7=1 +000035b8=1 +000035bb=1 +000035bc=1 +000035bd=1 +000035c0=1 +000035c5=1 +000035ca=1 +000035cb=1 +000035cf=1 +000035d0=1 +000035d1=1 +000035d2=1 +000035d3=1 +000035e8=1 +000035e9=1 +000035ea=1 +000035ed=1 +000035ee=1 +000035ef=1 +000035f0=1 +000035f1=1 +000035f7=1 +000035fc=1 +000035fd=1 +00003601=1 +0000361a=1 +0000361f=1 +00003620=1 +00003621=1 +00003629=1 +0000362a=1 +0000362b=1 +0000362e=1 +0000362f=1 +00003630=1 +00003631=1 +00003638=1 +00003639=1 +0000363a=1 +0000363d=1 +0000363e=1 +00003642=1 +00003643=1 +0000364c=1 +0000364d=1 +0000364e=1 +0000364f=1 +00003650=1 +00003651=1 +00003652=1 +00003653=1 +00003656=1 +00003657=1 +0000365b=1 +0000365c=1 +00003660=1 +00003661=1 +00003665=1 +00003666=1 +00003667=1 +00003668=1 +00003669=1 +0000366c=1 +0000366d=1 +0000366e=1 +00003679=1 +0000367a=1 +0000367b=1 +0000367e=1 +0000367f=1 +00003680=1 +00003681=1 +00003682=1 +00003688=1 +0000368d=1 +0000368e=1 +00003692=1 +00003693=1 +00003694=1 +00003695=1 +00003696=1 +00003697=1 +00003698=1 +0000369c=1 +0000369d=1 +0000369e=1 +0000369f=1 +000036a0=1 +000036a1=1 +000036a2=1 +000036a6=1 +000036a7=1 +000036a8=1 +000036a9=1 +000036b0=1 +000036b5=1 +000036ba=1 +000036bb=1 +000036bc=1 +000036c4=1 +000036c5=1 +000036c6=1 +000036c7=1 +000036c8=1 +000036c9=1 +000036ca=1 +000036ce=1 +000036cf=1 +000036d0=1 +000036d8=1 +000036d9=1 +000036da=1 +000036db=1 +000036dc=1 +000036dd=1 +000036de=1 +000036e2=1 +000036e3=1 +000036e4=1 +000036e5=1 +000036ed=1 +000036ee=1 +000036ef=1 +000036f0=1 +000036f1=1 +000036f2=1 +000036f3=1 +000036f4=1 +000036f6=1 +000036f7=1 +000036f8=1 +000036f9=1 +000036fa=1 +000036fb=1 +00003714=1 +00003746=1 +00003747=1 +0000374b=1 +00003750=1 +00003755=1 +00003756=1 +00003757=1 +00003758=1 +0000375a=1 +0000375b=1 +00003764=1 +00003765=1 +00003769=1 +0000376a=1 +0000376b=1 +0000376c=1 +0000376d=1 +00003773=1 + +[Relayout] + diff --git a/translations/czech/7zip.slt b/translations/projects/Czech/slt/7zip.slt similarity index 99% rename from translations/czech/7zip.slt rename to translations/projects/Czech/slt/7zip.slt index fe3f1203a..01745cb69 100644 --- a/translations/czech/7zip.slt +++ b/translations/projects/Czech/slt/7zip.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\czech\7zip.atp" +PROJECTNAME,"translator\salamand 5.0\projects\czech\7zip.atp" TEXTVERSION,"1.31 (x86)" VERSION,"1,3,1,180" diff --git a/translations/czech/automation.slt b/translations/projects/Czech/slt/automation.slt similarity index 97% rename from translations/czech/automation.slt rename to translations/projects/Czech/slt/automation.slt index 59a9b66ac..f0f88db9c 100644 --- a/translations/czech/automation.slt +++ b/translations/projects/Czech/slt/automation.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\czech\automation.atp" +PROJECTNAME,"translator\salamand 5.0\projects\czech\automation.atp" TEXTVERSION,"1.7 (x86)" VERSION,"1,7,0,180" diff --git a/translations/czech/checksum.slt b/translations/projects/Czech/slt/checksum.slt similarity index 98% rename from translations/czech/checksum.slt rename to translations/projects/Czech/slt/checksum.slt index 4796fa91e..cbcfae1c9 100644 --- a/translations/czech/checksum.slt +++ b/translations/projects/Czech/slt/checksum.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\czech\checksum.atp" +PROJECTNAME,"translator\salamand 5.0\projects\czech\checksum.atp" TEXTVERSION,"2.2 (x86)" VERSION,"2,2,0,180" diff --git a/translations/czech/checkver.slt b/translations/projects/Czech/slt/checkver.slt similarity index 98% rename from translations/czech/checkver.slt rename to translations/projects/Czech/slt/checkver.slt index ca61e6e41..8b56f0dd7 100644 --- a/translations/czech/checkver.slt +++ b/translations/projects/Czech/slt/checkver.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\czech\checkver.atp" +PROJECTNAME,"translator\salamand 5.0\projects\czech\checkver.atp" TEXTVERSION,"1.26 (x86)" VERSION,"1,2,6,180" diff --git a/translations/czech/dbviewer.slt b/translations/projects/Czech/slt/dbviewer.slt similarity index 98% rename from translations/czech/dbviewer.slt rename to translations/projects/Czech/slt/dbviewer.slt index 88695525e..65bf74830 100644 --- a/translations/czech/dbviewer.slt +++ b/translations/projects/Czech/slt/dbviewer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\czech\dbviewer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\czech\dbviewer.atp" TEXTVERSION,"1.23 (x86)" VERSION,"1,2,3,180" diff --git a/translations/czech/diskmap.slt b/translations/projects/Czech/slt/diskmap.slt similarity index 96% rename from translations/czech/diskmap.slt rename to translations/projects/Czech/slt/diskmap.slt index 120a0178b..015b0218f 100644 --- a/translations/czech/diskmap.slt +++ b/translations/projects/Czech/slt/diskmap.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\czech\diskmap.atp" +PROJECTNAME,"translator\salamand 5.0\projects\czech\diskmap.atp" TEXTVERSION,"1.12 (x86)" VERSION,"1,1,2,180" diff --git a/translations/czech/filecomp.slt b/translations/projects/Czech/slt/filecomp.slt similarity index 99% rename from translations/czech/filecomp.slt rename to translations/projects/Czech/slt/filecomp.slt index b36c4c921..d10caee19 100644 --- a/translations/czech/filecomp.slt +++ b/translations/projects/Czech/slt/filecomp.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\czech\filecomp.atp" +PROJECTNAME,"translator\salamand 5.0\projects\czech\filecomp.atp" TEXTVERSION,"1.19 (x86)" VERSION,"1,1,9,180" diff --git a/translations/czech/ftp.slt b/translations/projects/Czech/slt/ftp.slt similarity index 99% rename from translations/czech/ftp.slt rename to translations/projects/Czech/slt/ftp.slt index 9f05ef984..793b715c1 100644 --- a/translations/czech/ftp.slt +++ b/translations/projects/Czech/slt/ftp.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\czech\ftp.atp" +PROJECTNAME,"translator\salamand 5.0\projects\czech\ftp.atp" TEXTVERSION,"1.35 (x86)" VERSION,"1,3,5,180" diff --git a/translations/czech/ieviewer.slt b/translations/projects/Czech/slt/ieviewer.slt similarity index 88% rename from translations/czech/ieviewer.slt rename to translations/projects/Czech/slt/ieviewer.slt index 133c9b7b2..bbf4fb9e1 100644 --- a/translations/czech/ieviewer.slt +++ b/translations/projects/Czech/slt/ieviewer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\czech\ieviewer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\czech\ieviewer.atp" TEXTVERSION,"1.12 (x86)" VERSION,"1,1,2,180" diff --git a/translations/czech/mmviewer.slt b/translations/projects/Czech/slt/mmviewer.slt similarity index 98% rename from translations/czech/mmviewer.slt rename to translations/projects/Czech/slt/mmviewer.slt index 13bc1e56b..f9d4276e1 100644 --- a/translations/czech/mmviewer.slt +++ b/translations/projects/Czech/slt/mmviewer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\czech\mmviewer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\czech\mmviewer.atp" TEXTVERSION,"1.16 (x86)" VERSION,"1,1,6,180" diff --git a/translations/czech/nethood.slt b/translations/projects/Czech/slt/nethood.slt similarity index 94% rename from translations/czech/nethood.slt rename to translations/projects/Czech/slt/nethood.slt index e8e3552ab..e624643b1 100644 --- a/translations/czech/nethood.slt +++ b/translations/projects/Czech/slt/nethood.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\czech\nethood.atp" +PROJECTNAME,"translator\salamand 5.0\projects\czech\nethood.atp" TEXTVERSION,"1.08 (x86)" VERSION,"1,0,8,180" diff --git a/translations/czech/pak.slt b/translations/projects/Czech/slt/pak.slt similarity index 97% rename from translations/czech/pak.slt rename to translations/projects/Czech/slt/pak.slt index 7f9a8c343..53ae9ebe5 100644 --- a/translations/czech/pak.slt +++ b/translations/projects/Czech/slt/pak.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\czech\pak.atp" +PROJECTNAME,"translator\salamand 5.0\projects\czech\pak.atp" TEXTVERSION,"1.71 (x86)" VERSION,"1,7,1,180" diff --git a/translations/czech/peviewer.slt b/translations/projects/Czech/slt/peviewer.slt similarity index 95% rename from translations/czech/peviewer.slt rename to translations/projects/Czech/slt/peviewer.slt index 4aee45d82..16a98a47c 100644 --- a/translations/czech/peviewer.slt +++ b/translations/projects/Czech/slt/peviewer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\czech\peviewer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\czech\peviewer.atp" TEXTVERSION,"3.0 (x86)" VERSION,"3,0,0,180" diff --git a/translations/czech/pictview.slt b/translations/projects/Czech/slt/pictview.slt similarity index 99% rename from translations/czech/pictview.slt rename to translations/projects/Czech/slt/pictview.slt index b1c17f50d..50f7214b8 100644 --- a/translations/czech/pictview.slt +++ b/translations/projects/Czech/slt/pictview.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\czech\pictview.atp" +PROJECTNAME,"translator\salamand 5.0\projects\czech\pictview.atp" TEXTVERSION,"2.13 (x86)" VERSION,"2,1,3,180" diff --git a/translations/czech/regedt.slt b/translations/projects/Czech/slt/regedt.slt similarity index 99% rename from translations/czech/regedt.slt rename to translations/projects/Czech/slt/regedt.slt index 0fd55258d..c28d38d0f 100644 --- a/translations/czech/regedt.slt +++ b/translations/projects/Czech/slt/regedt.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\czech\regedt.atp" +PROJECTNAME,"translator\salamand 5.0\projects\czech\regedt.atp" TEXTVERSION,"1.14 (x86)" VERSION,"1,1,4,180" diff --git a/translations/czech/renamer.slt b/translations/projects/Czech/slt/renamer.slt similarity index 99% rename from translations/czech/renamer.slt rename to translations/projects/Czech/slt/renamer.slt index cbd057be3..c524e6a25 100644 --- a/translations/czech/renamer.slt +++ b/translations/projects/Czech/slt/renamer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\czech\renamer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\czech\renamer.atp" TEXTVERSION,"1.13 (x86)" VERSION,"1,1,3,180" diff --git a/translations/czech/salamand.slt b/translations/projects/Czech/slt/salamand.slt similarity index 99% rename from translations/czech/salamand.slt rename to translations/projects/Czech/slt/salamand.slt index f8555c206..b14b37623 100644 --- a/translations/czech/salamand.slt +++ b/translations/projects/Czech/slt/salamand.slt @@ -1,7 +1,7 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\czech\salamand.atp" -TEXTVERSION,"4.0 (x86)" -VERSION,"4,0,0,180" +PROJECTNAME,"translator\salamand 5.0\projects\czech\salamand.atp" +TEXTVERSION,"5.0 (x86)" +VERSION,"5,0,0,183" [TRANSLATION] LANGID,1029 @@ -302,6 +302,8 @@ SLGINCOMPLETE,"" 1150,10,97,200,8,1,"Copyright © 1997-2023 Open Salamander Authors" 1152,10,108,20,8,1,"Web:" 272,31,108,64,8,1,"www.altap.cz" +1153,10,119,165,8,1,"Open Salamander is free software" +1154,10,130,214,8,1,"Licensed under GNU General Public License version 2 or later" 286,2,154,294,1,1,"" [DIALOG 300] diff --git a/translations/czech/splitcbn.slt b/translations/projects/Czech/slt/splitcbn.slt similarity index 98% rename from translations/czech/splitcbn.slt rename to translations/projects/Czech/slt/splitcbn.slt index 6c6af6361..0dec572dc 100644 --- a/translations/czech/splitcbn.slt +++ b/translations/projects/Czech/slt/splitcbn.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\czech\splitcbn.atp" +PROJECTNAME,"translator\salamand 5.0\projects\czech\splitcbn.atp" TEXTVERSION,"1.11 (x86)" VERSION,"1,1,1,180" diff --git a/translations/czech/tar.slt b/translations/projects/Czech/slt/tar.slt similarity index 97% rename from translations/czech/tar.slt rename to translations/projects/Czech/slt/tar.slt index aae674681..4b6c70a7c 100644 --- a/translations/czech/tar.slt +++ b/translations/projects/Czech/slt/tar.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\czech\tar.atp" +PROJECTNAME,"translator\salamand 5.0\projects\czech\tar.atp" TEXTVERSION,"3.34 (x86)" VERSION,"3,3,4,180" diff --git a/translations/czech/unarj.slt b/translations/projects/Czech/slt/unarj.slt similarity index 98% rename from translations/czech/unarj.slt rename to translations/projects/Czech/slt/unarj.slt index c397fc78d..1aa352a15 100644 --- a/translations/czech/unarj.slt +++ b/translations/projects/Czech/slt/unarj.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\czech\unarj.atp" +PROJECTNAME,"translator\salamand 5.0\projects\czech\unarj.atp" TEXTVERSION,"1.21 (x86)" VERSION,"1,2,1,180" diff --git a/translations/czech/uncab.slt b/translations/projects/Czech/slt/uncab.slt similarity index 98% rename from translations/czech/uncab.slt rename to translations/projects/Czech/slt/uncab.slt index ae35c9f04..2363263a1 100644 --- a/translations/czech/uncab.slt +++ b/translations/projects/Czech/slt/uncab.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\czech\uncab.atp" +PROJECTNAME,"translator\salamand 5.0\projects\czech\uncab.atp" TEXTVERSION,"1.27 (x86)" VERSION,"1,2,7,180" diff --git a/translations/czech/unchm.slt b/translations/projects/Czech/slt/unchm.slt similarity index 95% rename from translations/czech/unchm.slt rename to translations/projects/Czech/slt/unchm.slt index ba484215e..3ce1d05f2 100644 --- a/translations/czech/unchm.slt +++ b/translations/projects/Czech/slt/unchm.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\czech\unchm.atp" +PROJECTNAME,"translator\salamand 5.0\projects\czech\unchm.atp" TEXTVERSION,"1.03 (x86)" VERSION,"1,0,3,180" diff --git a/translations/czech/undelete.slt b/translations/projects/Czech/slt/undelete.slt similarity index 99% rename from translations/czech/undelete.slt rename to translations/projects/Czech/slt/undelete.slt index b81728582..76653a65a 100644 --- a/translations/czech/undelete.slt +++ b/translations/projects/Czech/slt/undelete.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\czech\undelete.atp" +PROJECTNAME,"translator\salamand 5.0\projects\czech\undelete.atp" TEXTVERSION,"1.11 (x86)" VERSION,"1,1,1,180" diff --git a/translations/czech/unfat.slt b/translations/projects/Czech/slt/unfat.slt similarity index 94% rename from translations/czech/unfat.slt rename to translations/projects/Czech/slt/unfat.slt index 4d995376b..7e36b5a00 100644 --- a/translations/czech/unfat.slt +++ b/translations/projects/Czech/slt/unfat.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\czech\unfat.atp" +PROJECTNAME,"translator\salamand 5.0\projects\czech\unfat.atp" TEXTVERSION,"1.1 (x86)" VERSION,"1,1,0,180" diff --git a/translations/czech/uniso.slt b/translations/projects/Czech/slt/uniso.slt similarity index 98% rename from translations/czech/uniso.slt rename to translations/projects/Czech/slt/uniso.slt index 98afbba86..5aa4f9de4 100644 --- a/translations/czech/uniso.slt +++ b/translations/projects/Czech/slt/uniso.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\czech\uniso.atp" +PROJECTNAME,"translator\salamand 5.0\projects\czech\uniso.atp" TEXTVERSION,"1.37 (x86)" VERSION,"1,3,7,180" diff --git a/translations/czech/unlha.slt b/translations/projects/Czech/slt/unlha.slt similarity index 94% rename from translations/czech/unlha.slt rename to translations/projects/Czech/slt/unlha.slt index 3762247c6..943f013a9 100644 --- a/translations/czech/unlha.slt +++ b/translations/projects/Czech/slt/unlha.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\czech\unlha.atp" +PROJECTNAME,"translator\salamand 5.0\projects\czech\unlha.atp" TEXTVERSION,"1.13 (x86)" VERSION,"1,1,3,180" diff --git a/translations/czech/unmime.slt b/translations/projects/Czech/slt/unmime.slt similarity index 95% rename from translations/czech/unmime.slt rename to translations/projects/Czech/slt/unmime.slt index c658a3737..93d36a021 100644 --- a/translations/czech/unmime.slt +++ b/translations/projects/Czech/slt/unmime.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\czech\unmime.atp" +PROJECTNAME,"translator\salamand 5.0\projects\czech\unmime.atp" TEXTVERSION,"1.14 (x86)" VERSION,"1,1,4,180" diff --git a/translations/czech/unrar.slt b/translations/projects/Czech/slt/unrar.slt similarity index 98% rename from translations/czech/unrar.slt rename to translations/projects/Czech/slt/unrar.slt index a22ab0750..bb8fe3af8 100644 --- a/translations/czech/unrar.slt +++ b/translations/projects/Czech/slt/unrar.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\czech\unrar.atp" +PROJECTNAME,"translator\salamand 5.0\projects\czech\unrar.atp" TEXTVERSION,"3.01 (x86)" VERSION,"3,0,1,180" diff --git a/translations/czech/wmobile.slt b/translations/projects/Czech/slt/wmobile.slt similarity index 98% rename from translations/czech/wmobile.slt rename to translations/projects/Czech/slt/wmobile.slt index 51db7caa2..9f895a201 100644 --- a/translations/czech/wmobile.slt +++ b/translations/projects/Czech/slt/wmobile.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\czech\wmobile.atp" +PROJECTNAME,"translator\salamand 5.0\projects\czech\wmobile.atp" TEXTVERSION,"1.08 (x86)" VERSION,"1,0,8,180" diff --git a/translations/czech/zip.slt b/translations/projects/Czech/slt/zip.slt similarity index 99% rename from translations/czech/zip.slt rename to translations/projects/Czech/slt/zip.slt index 8940d349e..ec1870983 100644 --- a/translations/czech/zip.slt +++ b/translations/projects/Czech/slt/zip.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\czech\zip.atp" +PROJECTNAME,"translator\salamand 5.0\projects\czech\zip.atp" TEXTVERSION,"1.39 (x86)" VERSION,"1,3,9,180" diff --git a/translations/projects/Czech/splitcbn.atp b/translations/projects/Czech/splitcbn.atp new file mode 100644 index 000000000..38bed3c0c --- /dev/null +++ b/translations/projects/Czech/splitcbn.atp @@ -0,0 +1,117 @@ +[Files] +Original=$BUILD_DIR\plugins\splitcbn\lang\english.slg +Translated=$BUILD_DIR\plugins\splitcbn\lang\czech.slg +Include=..\..\symbols\plugins\splitcbn\symbols.inc +SalMenu=..\..\symbols\plugins\splitcbn\salmenu.mnu +IgnoreList=..\..\symbols\plugins\splitcbn\ignore.lst +CheckList=..\..\symbols\plugins\splitcbn\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00650000=1 +00650001=1 +00650002=1 +00650003=1 +00650004=1 +00650005=1 +00650007=1 +00650008=1 +00650009=1 +00660000=1 +00660004=1 +00660005=1 +00660006=1 +00660009=1 +0066000c=1 +0066000d=1 +0066000e=1 +0066000f=1 +00670000=1 +00670001=1 +00670003=1 +00670004=1 +00670005=1 +00670006=1 +00670007=1 +00670008=1 +0067000a=1 +0067000c=1 +0067000d=1 +0067000e=1 +00680000=1 +00680001=1 +00680002=1 +00680005=1 + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000005=1 +00000006=1 +00000007=1 +00000008=1 +00000009=1 +0000000a=1 +0000000b=1 +0000000c=1 +0000000d=1 +0000000e=1 +0000000f=1 +00000010=1 +00000011=1 +00000012=1 +00000013=1 +00000015=1 +00000016=1 +00000017=1 +00000018=1 +00000019=1 +0000001a=1 +0000001b=1 +0000001c=1 +0000001d=1 +0000001e=1 +0000001f=1 +00000020=1 +00000021=1 +00000022=1 +00000023=1 +00000024=1 +00000025=1 +00000026=1 +00000027=1 +00000028=1 +00000029=1 +0000002a=1 +0000002b=1 +0000003f=1 +00000040=1 +00000043=1 +00000044=1 +00000045=1 +00000046=1 +00000047=1 +00000048=1 +00000049=1 +0000004a=1 +0000004b=1 +0000004c=1 +0000004d=1 +0000004e=1 +0000004f=1 +00000050=1 +00000051=1 +00000052=1 + +[Relayout] + diff --git a/translations/projects/Czech/tar.atp b/translations/projects/Czech/tar.atp new file mode 100644 index 000000000..958920f25 --- /dev/null +++ b/translations/projects/Czech/tar.atp @@ -0,0 +1,61 @@ +[Files] +Original=$BUILD_DIR\plugins\tar\lang\english.slg +Translated=$BUILD_DIR\plugins\tar\lang\czech.slg +Include=..\..\symbols\plugins\tar\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +00002bc0=1 +00002bc1=1 +00002bc2=1 +00002bc3=1 +00002bc4=1 +00002bc5=1 +00002bc6=1 +00002bc7=1 +00002be8=1 +00002bf2=1 +00002bf3=1 +00002bf4=1 +00002bfc=1 +00002bfd=1 +00002bfe=1 +00002bff=1 +00002c00=1 +00002c01=1 +00002c02=1 +00002c03=1 +00002c04=1 +00002c05=1 +00002c06=1 +00002c07=1 +00002c08=1 +00002c09=1 +00002c0a=1 +00002c0b=1 +00002c10=1 +00002c11=1 +00002c12=1 +00002c13=1 +00002c14=1 +00002c15=1 +00002c16=1 +00002c1b=1 +00002c1c=1 +00002c1d=1 +00002c23=1 +00002c24=1 +00002c25=1 + +[Relayout] + diff --git a/translations/projects/Czech/unarj.atp b/translations/projects/Czech/unarj.atp new file mode 100644 index 000000000..9d7a90484 --- /dev/null +++ b/translations/projects/Czech/unarj.atp @@ -0,0 +1,78 @@ +[Files] +Original=$BUILD_DIR\plugins\unarj\lang\english.slg +Translated=$BUILD_DIR\plugins\unarj\lang\czech.slg +Include=..\..\symbols\plugins\unarj\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640002=1 +00640004=1 +00640006=1 +00640007=1 +00640008=1 +00670000=1 +00670001=1 +00670003=1 +00670004=1 +00670005=1 +00670006=1 +00670007=1 +006a0000=1 +006a0001=1 +006a0002=1 +006a0003=1 +006a0004=1 +006a0006=1 +006a0007=1 +00730000=1 +00730001=1 +00730002=1 +00730003=1 +00730005=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 + +[Relayout] + diff --git a/translations/projects/Czech/uncab.atp b/translations/projects/Czech/uncab.atp new file mode 100644 index 000000000..fe691a2e2 --- /dev/null +++ b/translations/projects/Czech/uncab.atp @@ -0,0 +1,80 @@ +[Files] +Original=$BUILD_DIR\plugins\uncab\lang\english.slg +Translated=$BUILD_DIR\plugins\uncab\lang\czech.slg +Include=..\..\symbols\plugins\uncab\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640002=1 +00640004=1 +00640006=1 +00640008=1 +00640009=1 +0064000a=1 +00670000=1 +00670001=1 +00670003=1 +00670004=1 +00670005=1 +00670006=1 +00670007=1 +00670008=1 +006a0000=1 +006a0001=1 +006a0002=1 +006a0003=1 +006a0004=1 +006a0006=1 +006a0007=1 +00730000=1 +00730001=1 +00730002=1 +00730003=1 +00730005=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003f0=1 +000003f4=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 + +[Relayout] + diff --git a/translations/projects/Czech/unchm.atp b/translations/projects/Czech/unchm.atp new file mode 100644 index 000000000..fdd225391 --- /dev/null +++ b/translations/projects/Czech/unchm.atp @@ -0,0 +1,46 @@ +[Files] +Original=$BUILD_DIR\plugins\unchm\lang\english.slg +Translated=$BUILD_DIR\plugins\unchm\lang\czech.slg +Include=..\..\symbols\plugins\unchm\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000408=1 +0000044c=1 +0000044d=1 +00000451=1 +00000452=1 +00000453=1 + +[Relayout] + diff --git a/translations/projects/Czech/undelete.atp b/translations/projects/Czech/undelete.atp new file mode 100644 index 000000000..d8d643c49 --- /dev/null +++ b/translations/projects/Czech/undelete.atp @@ -0,0 +1,152 @@ +[Files] +Original=$BUILD_DIR\plugins\undelete\lang\english.slg +Translated=$BUILD_DIR\plugins\undelete\lang\czech.slg +Include=..\..\symbols\plugins\undelete\symbols.inc +SalMenu=..\..\symbols\plugins\undelete\salmenu.mnu +IgnoreList=..\..\symbols\plugins\undelete\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +03e80000=1 +03e80003=1 +03e80004=1 +044c0000=1 +044c0001=1 +044c0003=1 +044c0005=1 +044c0006=1 +044c0007=1 +044c0008=1 +044c0009=1 +044c000a=1 +044c000b=1 +044c000c=1 +044c000d=1 +044c000e=1 +04b00000=1 +04b00001=1 +04b00003=1 +04b00005=1 +04b00007=1 +04b00009=1 +05140000=1 +05140001=1 +05140003=1 +05140004=1 +05140005=1 +05780000=1 +05780001=1 +05780003=1 +05780004=1 +05780005=1 +05780006=1 +05780007=1 +05780008=1 +05780009=1 +05dc0000=1 +05dc0001=1 +05dc0002=1 +05dc0004=1 +05dc0005=1 +05dc0006=1 +05dc0007=1 + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000006=1 +00000009=1 +0000000a=1 +0000000b=1 +0000000c=1 +0000000d=1 +0000000e=1 +0000000f=1 +00000011=1 +00000012=1 +00000013=1 +00000014=1 +00000015=1 +00000016=1 +00000017=1 +00000018=1 +00000019=1 +0000001a=1 +0000001b=1 +0000001c=1 +0000001d=1 +0000001e=1 +0000001f=1 +00000020=1 +00000021=1 +00000022=1 +00000023=1 +00000024=1 +00000025=1 +00000026=1 +00000027=1 +00000028=1 +00000029=1 +0000002a=1 +0000002b=1 +0000002c=1 +0000002d=1 +0000002e=1 +0000002f=1 +00000030=1 +00000031=1 +00000032=1 +0000003b=1 +0000003c=1 +0000003d=1 +0000003e=1 +0000003f=1 +00000040=1 +00000041=1 +00000042=1 +00000043=1 +00000044=1 +00000045=1 +00000046=1 +00000047=1 +00000048=1 +00000049=1 +0000004a=1 +0000004b=1 +0000004d=1 +00000050=1 +00000051=1 +00000052=1 +00000053=1 +00000054=1 +00000055=1 +00000056=1 +0000005a=1 +0000005b=1 +0000005c=1 +0000005d=1 +0000005e=1 +0000005f=1 +00000060=1 +00000061=1 +00000062=1 +00000063=1 +00000064=1 +00000065=1 +00000066=1 +00000067=1 +00000068=1 +00000069=1 + +[Relayout] + diff --git a/translations/projects/Czech/unfat.atp b/translations/projects/Czech/unfat.atp new file mode 100644 index 000000000..a75f821df --- /dev/null +++ b/translations/projects/Czech/unfat.atp @@ -0,0 +1,33 @@ +[Files] +Original=$BUILD_DIR\plugins\unfat\lang\english.slg +Translated=$BUILD_DIR\plugins\unfat\lang\czech.slg +Include=..\..\symbols\plugins\unfat\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003eb=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000450=1 +00000452=1 +00000453=1 +00000454=1 +00000455=1 +00000456=1 + +[Relayout] + diff --git a/translations/projects/Czech/uniso.atp b/translations/projects/Czech/uniso.atp new file mode 100644 index 000000000..4424dde40 --- /dev/null +++ b/translations/projects/Czech/uniso.atp @@ -0,0 +1,99 @@ +[Files] +Original=$BUILD_DIR\plugins\uniso\lang\english.slg +Translated=$BUILD_DIR\plugins\uniso\lang\czech.slg +Include=..\..\symbols\plugins\uniso\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +04b00000=1 +04b00001=1 +04b00002=1 +04b00003=1 +04b00005=1 +04b00006=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +0000047e=1 +0000047f=1 +00000480=1 +00000481=1 +00000482=1 +00000483=1 +00000484=1 + +[Relayout] + diff --git a/translations/projects/Czech/unlha.atp b/translations/projects/Czech/unlha.atp new file mode 100644 index 000000000..4038166a8 --- /dev/null +++ b/translations/projects/Czech/unlha.atp @@ -0,0 +1,41 @@ +[Files] +Original=$BUILD_DIR\plugins\unlha\lang\english.slg +Translated=$BUILD_DIR\plugins\unlha\lang\czech.slg +Include=..\..\symbols\plugins\unlha\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000005=1 +00000006=1 +00000007=1 +00000008=1 +0000000a=1 +0000000b=1 +0000000c=1 +0000000d=1 +0000000e=1 +0000000f=1 +00000010=1 +00000011=1 +00000012=1 +00000013=1 +00000014=1 +00000015=1 +00000016=1 + +[Relayout] + diff --git a/translations/projects/Czech/unmime.atp b/translations/projects/Czech/unmime.atp new file mode 100644 index 000000000..895c576a9 --- /dev/null +++ b/translations/projects/Czech/unmime.atp @@ -0,0 +1,43 @@ +[Files] +Original=$BUILD_DIR\plugins\unmime\lang\english.slg +Translated=$BUILD_DIR\plugins\unmime\lang\czech.slg +Include=..\..\symbols\plugins\unmime\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00650000=1 +00650001=1 +00650003=1 +00650004=1 +00650005=1 +00650006=1 +00650008=1 +00650009=1 + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000005=1 +00000006=1 +00000007=1 +00000008=1 +00000009=1 +0000000a=1 +0000000b=1 +0000000c=1 +0000000d=1 +0000000e=1 +0000000f=1 + +[Relayout] + diff --git a/translations/projects/Czech/unrar.atp b/translations/projects/Czech/unrar.atp new file mode 100644 index 000000000..cc125cec6 --- /dev/null +++ b/translations/projects/Czech/unrar.atp @@ -0,0 +1,93 @@ +[Files] +Original=$BUILD_DIR\plugins\unrar\lang\english.slg +Translated=$BUILD_DIR\plugins\unrar\lang\czech.slg +Include=..\..\symbols\plugins\unrar\symbols.inc +IgnoreList=..\..\symbols\plugins\unrar\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640002=1 +00640004=1 +00640005=1 +00640006=1 +00670000=1 +00670001=1 +00670003=1 +00670004=1 +00670005=1 +00670006=1 +00670007=1 +006a0000=1 +006a0001=1 +006a0002=1 +006a0003=1 +006a0004=1 +006a0006=1 +006a0008=1 +006a0009=1 +006c0000=1 +006c0002=1 +006c0003=1 +006c0005=1 +006c0007=1 +006c0008=1 +006c0009=1 +006c000a=1 +006c000b=1 +00730000=1 +00730001=1 +00730002=1 +00730003=1 +00730005=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +00000410=1 +00000411=1 + +[Relayout] + diff --git a/translations/projects/Czech/wmobile.atp b/translations/projects/Czech/wmobile.atp new file mode 100644 index 000000000..bb7c920d7 --- /dev/null +++ b/translations/projects/Czech/wmobile.atp @@ -0,0 +1,88 @@ +[Files] +Original=$BUILD_DIR\plugins\wmobile\lang\english.slg +Translated=$BUILD_DIR\plugins\wmobile\lang\czech.slg +Include=..\..\symbols\plugins\wmobile\symbols.inc +IgnoreList=..\..\symbols\plugins\wmobile\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +01f40003=1 +01f40005=1 +01fe0005=1 +01fe0007=1 +01fe0009=1 +02080000=1 +02080002=1 +02080003=1 +02080004=1 +02080005=1 +02080006=1 +02080008=1 +02080009=1 +0208000c=1 +0208000f=1 +02080012=1 +02080014=1 +02080015=1 +02080017=1 +02080018=1 +02080019=1 + +[MenusTranslation] + +[StringsTranslation] +000007d0=1 +000007d1=1 +000007d2=1 +00000bb8=1 +00000bb9=1 +00000bba=1 +00000bbb=1 +00000bbc=1 +00000bbd=1 +00000bbe=1 +00000bbf=1 +00000bc0=1 +00000bc1=1 +00000bc2=1 +00000bc3=1 +00000bc4=1 +00000bc5=1 +00000bc6=1 +00000bc7=1 +00000bc8=1 +00000bc9=1 +00000bca=1 +00000bcb=1 +00000bcc=1 +00000bcd=1 +00000bce=1 +00000bcf=1 +00000bd0=1 +00000bd1=1 +00000bd2=1 +00000bd3=1 +00000bd4=1 +00000bd5=1 +00000bd6=1 +00000bd7=1 +00000bd8=1 +00000bd9=1 +00000bda=1 +00000bdb=1 +00000bdc=1 +00000bdd=1 +00000bde=1 +00000bdf=1 +00000be0=1 +00000be1=1 +00000be2=1 + +[Relayout] + diff --git a/translations/projects/Czech/zip.atp b/translations/projects/Czech/zip.atp new file mode 100644 index 000000000..a54820a60 --- /dev/null +++ b/translations/projects/Czech/zip.atp @@ -0,0 +1,441 @@ +[Files] +Original=$BUILD_DIR\plugins\zip\lang\english.slg +Translated=$BUILD_DIR\plugins\zip\lang\czech.slg +Include=..\..\symbols\plugins\zip\symbols.inc +SalMenu=..\..\symbols\plugins\zip\salmenu.mnu +IgnoreList=..\..\symbols\plugins\zip\ignore.lst +CheckList=..\..\symbols\plugins\zip\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640004=1 +00640005=1 +00640008=1 +0064000a=1 +0064000b=1 +0064000d=1 +0064000e=1 +00640010=1 +00640012=1 +00640013=1 +00640014=1 +00640015=1 +00640017=1 +00640018=1 +00640019=1 +0064001a=1 +0064001b=1 +00700000=1 +00700001=1 +00700003=1 +00700004=1 +00700006=1 +00700007=1 +00700008=1 +00700009=1 +0070000a=1 +0070000b=1 +0070000d=1 +0070000f=1 +00700011=1 +00700012=1 +00700013=1 +00700014=1 +00700015=1 +00700016=1 +00700018=1 +0070001a=1 +0070001b=1 +0070001c=1 +0070001d=1 +007b0000=1 +007b0002=1 +007b0003=1 +007b0005=1 +007b0007=1 +007b0008=1 +007b0009=1 +007b000a=1 +007e0000=1 +007e0001=1 +007e0002=1 +007e0004=1 +007e0006=1 +007e0008=1 +007e0009=1 +007e000a=1 +007e000b=1 +00870000=1 +00870002=1 +00870003=1 +00870004=1 +00890000=1 +00890001=1 +00890004=1 +00890005=1 +00890006=1 +00890007=1 +00890008=1 +008d0000=1 +008d0001=1 +008d0002=1 +008d0003=1 +008d0005=1 +008d0006=1 +008d0007=1 +008e0000=1 +008e0002=1 +008e0003=1 +008e0004=1 +008e0005=1 +008e0006=1 +008e0008=1 +008e0009=1 +008e000a=1 +00920000=1 +00920002=1 +00920003=1 +00920005=1 +00920006=1 +00920007=1 +00920008=1 +0092000a=1 +0092000b=1 +0092000c=1 +0092000d=1 +0092000e=1 +00920010=1 +00920012=1 +00920013=1 +00920014=1 +00920015=1 +00920016=1 +00920017=1 +00920018=1 +00920019=1 +0092001a=1 +0092001b=1 +0092001c=1 +0092001d=1 +00980000=1 +00980001=1 +00980004=1 +00980005=1 +00980006=1 +00980007=1 +00a60000=1 +00a60001=1 +00a60003=1 +00a60005=1 +00a60006=1 +00aa0000=1 +00aa0001=1 +00aa0003=1 +00aa0005=1 +00aa0007=1 +00aa0008=1 +00aa0009=1 +00b40000=1 +00be0000=1 +00be0001=1 +00be0002=1 +00be0003=1 +00be0004=1 +00be0006=1 +00be0008=1 +00be000a=1 +00be000c=1 +00be000d=1 +00be000f=1 +00be0011=1 +00be0013=1 +00be0015=1 +00be0017=1 +00be0018=1 +00be0019=1 +00be001a=1 +00d20000=1 +00d20001=1 +00d20003=1 +00d20004=1 +00d20005=1 +00d20006=1 +00dc0000=1 +00dc0001=1 +00dc0002=1 +00dc0003=1 +00dc0006=1 +00dc0007=1 +00dc0008=1 +00fa0000=1 +00fa0001=1 +00fa0002=1 +00fa0003=1 +00fa0004=1 +00fa0006=1 +00fa0007=1 +00fa0008=1 + +[MenusTranslation] +01900000=1 +01900001=1 +01900002=1 +01900003=1 +01900004=1 +01900005=1 +01900006=1 +01900007=1 +01900008=1 +0190000a=1 +0190000b=1 +0190000d=1 +03200001=1 +03200002=1 +03200004=1 +03520000=1 +03520001=1 +03520003=1 +035c0001=1 +035c0002=1 +035c0003=1 +035c0004=1 +035c0006=1 +035c0007=1 + +[StringsTranslation] +0000008b=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +00000418=1 +00000419=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +00000441=1 +00000442=1 +00000443=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000450=1 +00000451=1 +00000452=1 +00000453=1 +00000454=1 +00000455=1 +00000456=1 +00000457=1 +00000458=1 +00000459=1 +0000045a=1 +0000045b=1 +0000045c=1 +0000045d=1 +0000045e=1 +0000045f=1 +00000460=1 +00000461=1 +00000462=1 +00000463=1 +00000464=1 +00000465=1 +00000466=1 +00000467=1 +00000468=1 +00000469=1 +0000046a=1 +0000046b=1 +0000046c=1 +0000046d=1 +0000046e=1 +0000046f=1 +00000470=1 +00000471=1 +00000472=1 +00000473=1 +00000474=1 +00000475=1 +00000476=1 +00000477=1 +00000478=1 +00000479=1 +0000047a=1 +0000047b=1 +0000047c=1 +0000047d=1 +0000047e=1 +0000047f=1 +00000480=1 +00000481=1 +00000482=1 +00000483=1 +00000484=1 +00000485=1 +00000486=1 +00000487=1 +00000488=1 +00000489=1 +0000048a=1 +0000048b=1 +0000048c=1 +0000048d=1 +0000048e=1 +00000490=1 +00000491=1 +00000492=1 +00000493=1 +00000499=1 +000004a1=1 +000004a4=1 +000004a5=1 +000004a6=1 +000004a7=1 +000004a8=1 +000004a9=1 +000004aa=1 +000004ab=1 +000004ac=1 +000004ad=1 +000004ae=1 +000004af=1 +000004b0=1 +000004b1=1 +000004b2=1 +000004b8=1 +000004b9=1 +000004ba=1 +000004bb=1 +000004bc=1 +000004bd=1 +000004be=1 +000004bf=1 +000004c0=1 +000004c1=1 +000004c2=1 +000004c3=1 +000004c4=1 +000004c5=1 +000004c6=1 +000004c7=1 +000004c8=1 +000004c9=1 +000004ca=1 +000004cb=1 +000004cc=1 +000004cd=1 +000004ce=1 +000004cf=1 +000004d0=1 +000004d1=1 +000004d2=1 +000004d3=1 +000004d4=1 +000004d5=1 +000004d6=1 +000004d7=1 +000004d8=1 +000004d9=1 +000004da=1 +000004db=1 +000004e2=1 +000004e3=1 +000004e4=1 +000004e5=1 +000004e6=1 + +[Relayout] + diff --git a/translations/projects/Dutch/!export_slt.bat b/translations/projects/Dutch/!export_slt.bat new file mode 100644 index 000000000..75a98635f --- /dev/null +++ b/translations/projects/Dutch/!export_slt.bat @@ -0,0 +1 @@ +@call ..\tools\!export_slt.bat diff --git a/translations/projects/Dutch/!export_slt_for_diff.bat b/translations/projects/Dutch/!export_slt_for_diff.bat new file mode 100644 index 000000000..daa485f3a --- /dev/null +++ b/translations/projects/Dutch/!export_slt_for_diff.bat @@ -0,0 +1 @@ +@call ..\tools\!export_slt_for_diff.bat diff --git a/translations/projects/Dutch/!export_spellchck.bat b/translations/projects/Dutch/!export_spellchck.bat new file mode 100644 index 000000000..6b6d1b820 --- /dev/null +++ b/translations/projects/Dutch/!export_spellchck.bat @@ -0,0 +1 @@ +@call ..\tools\!export_spellchck.bat diff --git a/translations/projects/Dutch/!import.bat b/translations/projects/Dutch/!import.bat new file mode 100644 index 000000000..f0f5baed3 --- /dev/null +++ b/translations/projects/Dutch/!import.bat @@ -0,0 +1 @@ +@call ..\tools\!import.bat diff --git a/translations/projects/Dutch/!import_slt.bat b/translations/projects/Dutch/!import_slt.bat new file mode 100644 index 000000000..503436e3f --- /dev/null +++ b/translations/projects/Dutch/!import_slt.bat @@ -0,0 +1 @@ +@call ..\tools\!import_slt.bat diff --git a/translations/projects/Dutch/!import_trlprop.bat b/translations/projects/Dutch/!import_trlprop.bat new file mode 100644 index 000000000..5e4ebc9e1 --- /dev/null +++ b/translations/projects/Dutch/!import_trlprop.bat @@ -0,0 +1 @@ +@call ..\tools\!import_trlprop.bat diff --git a/translations/projects/Dutch/!open_all.bat b/translations/projects/Dutch/!open_all.bat new file mode 100644 index 000000000..0deb29b66 --- /dev/null +++ b/translations/projects/Dutch/!open_all.bat @@ -0,0 +1 @@ +@call ..\tools\!open_all.bat diff --git a/translations/projects/Dutch/!translate1.bat b/translations/projects/Dutch/!translate1.bat new file mode 100644 index 000000000..f3eca52df --- /dev/null +++ b/translations/projects/Dutch/!translate1.bat @@ -0,0 +1 @@ +@call ..\tools\!translate1.bat diff --git a/translations/projects/Dutch/!translate2.bat b/translations/projects/Dutch/!translate2.bat new file mode 100644 index 000000000..7534fa669 --- /dev/null +++ b/translations/projects/Dutch/!translate2.bat @@ -0,0 +1 @@ +@call ..\tools\!translate2.bat diff --git a/translations/projects/Dutch/!validate1.bat b/translations/projects/Dutch/!validate1.bat new file mode 100644 index 000000000..31509bdba --- /dev/null +++ b/translations/projects/Dutch/!validate1.bat @@ -0,0 +1 @@ +@call ..\tools\!validate1.bat diff --git a/translations/projects/Dutch/!validate2.bat b/translations/projects/Dutch/!validate2.bat new file mode 100644 index 000000000..92d2d8d79 --- /dev/null +++ b/translations/projects/Dutch/!validate2.bat @@ -0,0 +1 @@ +@call ..\tools\!validate2.bat diff --git a/translations/projects/Dutch/7zip.atp b/translations/projects/Dutch/7zip.atp new file mode 100644 index 000000000..237906c45 --- /dev/null +++ b/translations/projects/Dutch/7zip.atp @@ -0,0 +1,143 @@ +[Files] +Original=$BUILD_DIR\plugins\7zip\lang\english.slg +Translated=$BUILD_DIR\plugins\7zip\lang\dutch.slg +Include=..\..\symbols\plugins\7zip\symbols.inc +SalMenu=..\..\symbols\plugins\7zip\salmenu.mnu +CheckList=..\..\symbols\plugins\7zip\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +04b00000=1 +04b00001=1 +04b00003=1 +04b00004=1 +04b00005=1 +04b00006=1 +04b00007=1 +04b00009=1 +04b0000b=1 +04b0000d=1 +04b0000f=1 +04b00011=1 +04b00013=1 +04b00014=1 +04b00015=1 +04b10000=1 +04b10001=1 +04b10004=1 +04b10005=1 +04b10007=1 +04b10009=1 +04b1000b=1 +04b1000d=1 +04b1000f=1 +04b10011=1 +04b10013=1 +04b10015=1 +04b10016=1 +04b10017=1 +04b10018=1 +04b10019=1 +04b20000=1 +04b20002=1 +04b20003=1 +04b20005=1 +04b20006=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +00000418=1 +00000419=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +00000442=1 +00000443=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 + +[Relayout] + diff --git a/translations/projects/Dutch/automation.atp b/translations/projects/Dutch/automation.atp new file mode 100644 index 000000000..03e25744a --- /dev/null +++ b/translations/projects/Dutch/automation.atp @@ -0,0 +1,69 @@ +[Files] +Original=$BUILD_DIR\plugins\automation\lang\english.slg +Translated=$BUILD_DIR\plugins\automation\lang\dutch.slg +Include=..\..\symbols\plugins\automation\symbols.inc +SalMenu=..\..\symbols\plugins\automation\salmenu.mnu +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640004=1 +00650000=1 +00650001=1 +00650003=1 +00650004=1 +00650005=1 +00650006=1 + +[MenusTranslation] +006a0000=1 +006a0001=1 +006a0003=1 +006a0004=1 + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000080=1 +00000081=1 +00000082=1 +00000083=1 +00000084=1 +00000086=1 +00000087=1 +00000088=1 +00000089=1 +0000008a=1 +0000008b=1 +0000008c=1 +0000008d=1 +0000008e=1 +0000008f=1 +00000090=1 +00000091=1 +00000092=1 +00000093=1 +00000100=1 +00000101=1 +00000102=1 +00000103=1 +00000104=1 +00000105=1 +00000106=1 +00000107=1 +00000108=1 +00000109=1 +0000010a=1 +0000010b=1 + +[Relayout] + diff --git a/translations/projects/Dutch/checksum.atp b/translations/projects/Dutch/checksum.atp new file mode 100644 index 000000000..ddbce3a03 --- /dev/null +++ b/translations/projects/Dutch/checksum.atp @@ -0,0 +1,104 @@ +[Files] +Original=$BUILD_DIR\plugins\checksum\lang\english.slg +Translated=$BUILD_DIR\plugins\checksum\lang\dutch.slg +Include=..\..\symbols\plugins\checksum\symbols.inc +SalMenu=..\..\symbols\plugins\checksum\salmenu.mnu +IgnoreList=..\..\symbols\plugins\checksum\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +03e80000=1 +03e80001=1 +03e80002=1 +03e80003=1 +03e80004=1 +03e80005=1 +03e80006=1 +03e80007=1 +03e90000=1 +03e90001=1 +03e90002=1 +03e90003=1 +03e90004=1 +03e90005=1 +03e90006=1 +03e90007=1 +03e90008=1 +03e90009=1 +07d00001=1 +07d00002=1 +07d00003=1 +07d00005=1 +07d00006=1 + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000005=1 +00000006=1 +00000007=1 +00000028=1 +00000029=1 +0000002a=1 +0000002b=1 +0000002c=1 +0000002d=1 +0000002e=1 +0000002f=1 +00000030=1 +00000035=1 +00000036=1 +00000037=1 +00000038=1 +00000039=1 +0000003a=1 +0000003b=1 +0000003c=1 +0000003d=1 +0000003e=1 +0000003f=1 +00000041=1 +00000042=1 +00000043=1 +00000044=1 +00000046=1 +00000047=1 +00000048=1 +0000004a=1 +0000004b=1 +0000004c=1 +0000004d=1 +0000004e=1 +0000004f=1 +00000050=1 +00000051=1 +00000052=1 +00000053=1 +00000054=1 +00000055=1 +00000056=1 +0000005a=1 +0000005b=1 +0000005c=1 +0000005d=1 +0000005e=1 +0000005f=1 +00000064=1 +00000065=1 +00000066=1 +00000067=1 +00000068=1 +00000078=1 + +[Relayout] + diff --git a/translations/projects/Dutch/checkver.atp b/translations/projects/Dutch/checkver.atp new file mode 100644 index 000000000..f1e704133 --- /dev/null +++ b/translations/projects/Dutch/checkver.atp @@ -0,0 +1,119 @@ +[Files] +Original=$BUILD_DIR\plugins\checkver\lang\english.slg +Translated=$BUILD_DIR\plugins\checkver\lang\dutch.slg +Include=..\..\symbols\plugins\checkver\symbols.inc +SalMenu=..\..\symbols\plugins\checkver\salmenu.mnu +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640002=1 +00640003=1 +00640005=1 +006e0000=1 +006e0001=1 +006e0003=1 +006e0004=1 +006e0005=1 +006e0006=1 +006e0007=1 +006e0008=1 +006e0009=1 +006e000a=1 +006e000b=1 +006e000c=1 +006e000d=1 +006e000e=1 +006e0010=1 +006e0011=1 +006e0012=1 +006e0013=1 +006e0014=1 +006e0015=1 +006e0016=1 +006e0017=1 +006e0018=1 +00820000=1 +00820002=1 +00820003=1 +00820004=1 +00820005=1 +00820006=1 +00820007=1 +00820008=1 +00820009=1 +0082000a=1 +0082000b=1 +0082000d=1 +0082000e=1 +0082000f=1 + +[MenusTranslation] + +[StringsTranslation] +000000be=1 +000000bf=1 +000000d2=1 +000000d3=1 +000000d4=1 +000000d5=1 +000000d6=1 +000000d7=1 +000000d8=1 +000000d9=1 +000000da=1 +000000dc=1 +000000dd=1 +000000de=1 +000000df=1 +000000e0=1 +000000e1=1 +000000e2=1 +000000e3=1 +000000e4=1 +000000e6=1 +000000e7=1 +000000e8=1 +000000e9=1 +000000ea=1 +000000eb=1 +000000f0=1 +000000f1=1 +000000f2=1 +000000f3=1 +000000f4=1 +000000f7=1 +000000f8=1 +000000fa=1 +000000fb=1 +000000fd=1 +000000fe=1 +000000ff=1 +00000100=1 +00000101=1 +00000102=1 +00000104=1 +0000010a=1 +0000010b=1 +0000010c=1 +0000010d=1 +0000010e=1 +0000010f=1 +00000110=1 +00000111=1 +00000112=1 +00000113=1 +00000114=1 +00000115=1 +00000116=1 +00000117=1 + +[Relayout] + diff --git a/translations/projects/Dutch/dbviewer.atp b/translations/projects/Dutch/dbviewer.atp new file mode 100644 index 000000000..47e422b59 --- /dev/null +++ b/translations/projects/Dutch/dbviewer.atp @@ -0,0 +1,184 @@ +[Files] +Original=$BUILD_DIR\plugins\dbviewer\lang\english.slg +Translated=$BUILD_DIR\plugins\dbviewer\lang\dutch.slg +Include=..\..\symbols\plugins\dbviewer\symbols.inc +SalMenu=..\..\symbols\plugins\dbviewer\salmenu.mnu +IgnoreList=..\..\symbols\plugins\dbviewer\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +2fa80000=1 +2fa80001=1 +2fbc0000=1 +2fbc0001=1 +2fbc0002=1 +2fbc0004=1 +2fbc0005=1 +2fbc0006=1 +2fbc0007=1 +2fbc0008=1 +2fbc0009=1 +2fbc000a=1 +2fd00000=1 +2fd00003=1 +2fd00004=1 +2fd00005=1 +2fd00006=1 +2fda0000=1 +2fda0001=1 +2fda0002=1 +2fda0003=1 +2fda0004=1 +2fda0005=1 +2fda0006=1 +2fda0007=1 +2fda0009=1 +2fda000a=1 +2fda000b=1 +2fda000c=1 +2fda000d=1 +2fda000e=1 +2fda000f=1 +2fda0010=1 +2fda0011=1 +2fda0012=1 +2fda0013=1 +2fda0014=1 +2fda0015=1 +300c0000=1 +300c0002=1 +300c0005=1 +300c0006=1 +300c0007=1 +300c0008=1 +300c0009=1 +300c000a=1 +300c000c=1 +300c000d=1 +300c000e=1 +30700000=1 +30700001=1 +30700003=1 +30700004=1 + +[MenusTranslation] + +[StringsTranslation] +00002b51=1 +00002b52=1 +00002b54=1 +00002b5d=1 +00002b66=1 +00002b67=1 +00002b68=1 +00002b69=1 +00002b6a=1 +00002b6b=1 +00002b6c=1 +00002b6d=1 +00002b70=1 +00002b71=1 +00002b72=1 +00002b73=1 +00002b74=1 +00002b75=1 +00002b76=1 +00002b7a=1 +00002b7b=1 +00002b7c=1 +00002b7d=1 +00002b7e=1 +00002b7f=1 +00002b80=1 +00002b84=1 +00002b85=1 +00002b86=1 +00002b87=1 +00002b88=1 +00002b89=1 +00002b8a=1 +00002b8b=1 +00002b8c=1 +00002b8d=1 +00002b8e=1 +00002b8f=1 +00002b90=1 +00002b91=1 +00002b92=1 +00002b93=1 +00002b98=1 +00002b9a=1 +00002b9b=1 +00002b9c=1 +00002b9d=1 +00002b9e=1 +00002b9f=1 +00002ba0=1 +00002ba1=1 +00002ba2=1 +00002ba3=1 +00002ba4=1 +00002ba5=1 +00002bba=1 +00002bbb=1 +00002bbc=1 +00002bbd=1 +00002bc0=1 +00002bc1=1 +00002bc2=1 +00002bc3=1 +00002bc4=1 +00002bc5=1 +00002bc6=1 +00002bc7=1 +00002bc8=1 +00002bc9=1 +00002bca=1 +00002bcb=1 +00002bd1=1 +00002bd2=1 +00002bd3=1 +00002bd4=1 +00002bd5=1 +00002bd6=1 +00002bd7=1 +00002bd8=1 +00002bd9=1 +00002bda=1 +00002bde=1 +00002bdf=1 +00002be0=1 +00002be1=1 +00002bf2=1 +00002bf3=1 +00002bf4=1 +00002bf5=1 +00002bf6=1 +00002bf7=1 +00002c06=1 +00002c07=1 +00002c08=1 +00002c10=1 +00002c11=1 +00002c12=1 +00002c13=1 +00002c14=1 +00002cec=1 +00002ced=1 +00002cee=1 +00002cef=1 +00002cf0=1 +00002cf1=1 +00002d00=0 +00002d01=1 +00002d02=0 +00002d03=1 + +[Relayout] + diff --git a/translations/projects/Dutch/diskmap.atp b/translations/projects/Dutch/diskmap.atp new file mode 100644 index 000000000..45a8b7b21 --- /dev/null +++ b/translations/projects/Dutch/diskmap.atp @@ -0,0 +1,80 @@ +[Files] +Original=$BUILD_DIR\plugins\diskmap\lang\english.slg +Translated=$BUILD_DIR\plugins\diskmap\lang\dutch.slg +Include=..\..\symbols\plugins\diskmap\symbols.inc +SalMenu=..\..\symbols\plugins\diskmap\salmenu.mnu +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] +006d0000=1 +006d0001=1 +006d0002=1 +006d0004=1 +006d0005=1 +006d0007=1 +006d0008=1 +006d0009=1 +006d000a=1 +006d000b=1 +006d000d=1 +006d000e=1 +006d000f=1 +006d0010=1 +006d0011=1 +006d0012=1 +006d0013=1 +006d0014=1 +006d0016=1 +006d0017=1 +006d0018=1 + +[StringsTranslation] +00000020=1 +00000021=1 +00000022=1 +00000023=1 +00000028=1 +00000029=1 +00000030=1 +00000031=1 +00000032=1 +00000033=1 +00000034=1 +00000035=1 +00000036=1 +00000037=1 +00000038=1 +00000039=1 +0000003a=1 +0000003b=1 +0000003c=1 +0000003d=1 +0000003e=1 +0000003f=1 +00000040=1 +00000041=1 +00000042=1 +00000043=1 +00000044=1 +00000045=1 +00000046=1 +00000047=1 +00000048=1 +00000049=1 +0000004a=1 +0000004b=1 +0000004c=1 +0000004d=1 +0000004e=1 +0000004f=1 + +[Relayout] + diff --git a/translations/projects/Dutch/filecomp.atp b/translations/projects/Dutch/filecomp.atp new file mode 100644 index 000000000..e2e8771e0 --- /dev/null +++ b/translations/projects/Dutch/filecomp.atp @@ -0,0 +1,245 @@ +[Files] +Original=$BUILD_DIR\plugins\filecomp\lang\english.slg +Translated=$BUILD_DIR\plugins\filecomp\lang\dutch.slg +Include=..\..\symbols\plugins\filecomp\symbols.inc +SalMenu=..\..\symbols\plugins\filecomp\salmenu.mnu +IgnoreList=..\..\symbols\plugins\filecomp\ignore.lst +CheckList=..\..\symbols\plugins\filecomp\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640004=1 +00640006=1 +00640007=1 +00640008=1 +00640009=1 +00690000=1 +00690001=1 +00690003=1 +00690004=1 +00690009=1 +0069000a=1 +0069000b=1 +0069000c=1 +0069000d=1 +0069000e=1 +0069000f=1 +00690010=1 +00690011=1 +00690014=1 +00820000=1 +00820001=1 +00820003=1 +00820004=1 +00820005=1 +00820006=1 +00820008=1 +00820009=1 +0082000a=1 +0082000b=1 +0082000c=1 +0082000d=1 +00820012=1 +00820014=1 +00820015=1 +00820016=1 +00820017=1 +00820018=1 +00820019=1 +0082001a=1 +0082001b=1 +0082001c=1 +0082001d=1 +0082001e=1 +00820020=1 +00820022=1 +00820024=1 +00820025=1 +00820026=1 +008c0000=1 +008c0001=1 +008c0003=1 +008c0004=1 +008c0006=1 +008c0008=1 +008c000a=1 +008c000c=1 +008c000d=1 +008c000e=1 +008c0010=1 +008c0012=1 +008c0014=1 +00960000=1 +00960001=1 +00960003=1 +00960004=1 +00960005=1 +00960006=1 +00960008=1 +00960009=1 +0096000a=1 +0096000b=1 +0096000c=1 +0096000d=1 +00960012=1 +00960014=1 +00960015=1 +00960016=1 +00960017=1 +00960018=1 +00960019=1 +0096001a=1 +0096001b=1 +0096001c=1 +0096001d=1 +0096001e=1 +00960020=1 + +[MenusTranslation] +02580000=1 +02580001=1 +02580002=1 +02580004=1 +02580005=1 +02580006=1 +02580007=1 +02580008=1 +02580009=1 +0258000a=1 +0258000c=1 +0258000d=1 +0258000e=1 +0258000f=1 +02580011=1 +02580013=1 +02580014=1 +02580015=1 +02580016=1 +02580017=1 +02580018=1 +02580019=1 +0258001b=1 +0258001c=1 +0258001d=1 +0258001e=1 +02580020=1 +02590001=1 +02590002=1 +025a0001=1 +025a0002=1 +025b0001=1 +025b0002=1 +025b0004=1 +025b0005=1 +025c0001=1 +025c0002=1 + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +00000441=1 +00000442=1 +00000443=1 +00000444=1 +00000445=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000450=1 + +[Relayout] + diff --git a/translations/projects/Dutch/ftp.atp b/translations/projects/Dutch/ftp.atp new file mode 100644 index 000000000..6b1e053a4 --- /dev/null +++ b/translations/projects/Dutch/ftp.atp @@ -0,0 +1,1482 @@ +[Files] +Original=$BUILD_DIR\plugins\ftp\lang\english.slg +Translated=$BUILD_DIR\plugins\ftp\lang\dutch.slg +Include=..\..\symbols\plugins\ftp\symbols.inc +SalMenu=..\..\symbols\plugins\ftp\salmenu.mnu +IgnoreList=..\..\symbols\plugins\ftp\ignore.lst +CheckList=..\..\symbols\plugins\ftp\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +01f40000=1 +01f40001=1 +01f40002=1 +01f40003=1 +01f40005=1 +01f40006=1 +01f40007=1 +01f40008=1 +01f40009=1 +02080000=1 +02080002=1 +02080003=1 +02080005=1 +02080006=1 +02080007=1 +02080008=1 +0208000a=1 +0208000c=1 +0208000d=1 +0208000e=1 +02080010=1 +02080011=1 +02080013=1 +02080015=1 +02080016=1 +02080018=1 +0208001a=1 +0208001b=1 +0208001c=1 +0208001d=1 +0208001f=1 +02170000=1 +02170001=1 +02170002=1 +02170003=1 +02170004=1 +02170005=1 +02170006=1 +02210000=1 +02210001=1 +02210003=1 +02210004=1 +02210006=1 +02210007=1 +02210009=1 +0221000a=1 +0221000c=1 +0221000e=1 +0221000f=1 +02210011=1 +02210012=1 +02210014=1 +02300000=1 +02300002=1 +02300004=1 +02300007=1 +02300008=1 +0230000a=1 +0230000d=1 +0230000e=1 +0230000f=1 +02300010=1 +02300012=1 +02300013=1 +02300014=1 +02300015=1 +02300016=1 +02300017=1 +02300018=1 +02440000=1 +02440001=1 +02440003=1 +02440004=1 +02440006=1 +02440007=1 +02440009=1 +0244000b=1 +0244000d=1 +0244000f=1 +02440011=1 +02440012=1 +02440013=1 +02440014=1 +02440016=1 +02440018=1 +02440019=1 +0244001b=1 +0244001c=1 +0244001d=1 +0244001f=1 +02440021=1 +02440022=1 +02440023=1 +02440024=1 +02440025=1 +02440026=1 +02440027=1 +02440028=1 +02440029=1 +02580000=1 +02580003=1 +02580004=1 +02620000=1 +02620001=1 +02620004=1 +02620005=1 +026c0000=1 +026c0002=1 +026c0004=1 +026c0005=1 +02760000=1 +02760001=1 +02760003=1 +02760005=1 +02760007=1 +02760008=1 +0276000a=1 +0276000b=1 +0276000d=1 +02800000=1 +02800002=1 +02800003=1 +028a0000=1 +028a0001=1 +028a0003=1 +028a0004=1 +028a0006=1 +028a0008=1 +02940000=1 +029e0000=1 +029e0001=1 +029e0004=1 +029e0005=1 +029e0006=1 +029e0007=1 +029e0008=1 +029e0009=1 +02a80000=1 +02a80002=1 +02a80004=1 +02a80006=1 +02a80008=1 +02b70000=1 +02b70001=1 +02b70003=1 +02b70004=1 +02b70005=1 +02b70006=1 +02b70007=1 +02c60000=1 +02c60001=1 +02c60004=1 +02c60005=1 +02c60007=1 +02c60008=1 +02c60009=1 +02c6000a=1 +02c6000b=1 +02c6000d=1 +02c6000e=1 +02c6000f=1 +02c60010=1 +02d50000=1 +02d50001=1 +02d50003=1 +02d50005=1 +02d50007=1 +02d5000a=1 +02d5000c=1 +02d5000e=1 +02d5000f=1 +02d50010=1 +02e40000=1 +02e40001=1 +02e40003=1 +02e40004=1 +02e40005=1 +02e40006=1 +02e40008=1 +02e40009=1 +02ee0005=1 +02ee0007=1 +02ee0009=1 +02ee000c=1 +02ee000d=1 +02ee000f=1 +02ee0010=1 +02ee0011=1 +02ee0012=1 +02ee0014=1 +02ee0016=1 +02ee0018=1 +02ee0019=1 +02ee001a=1 +02ee001b=1 +02ee001c=1 +02ee001e=1 +02ee001f=1 +02ee0020=1 +02ee0021=1 +02ee0022=1 +030b0003=1 +030b0004=1 +030b0005=1 +030b0006=1 +03110000=1 +03110001=1 +03110002=1 +03110005=1 +031b0000=1 +031b0002=1 +031b0003=1 +031b0004=1 +031b0005=1 +031b0006=1 +031b0007=1 +031b0008=1 +031b0009=1 +031b000a=1 +031b000b=1 +031b000c=1 +031b000d=1 +031b000e=1 +031b000f=1 +031b0011=1 +031b0013=1 +031b0014=1 +031b0015=1 +031b0016=1 +031b0017=1 +031b0018=1 +031b0019=1 +031b001a=1 +032f0000=1 +032f0002=1 +032f0003=1 +032f0005=1 +032f0007=1 +032f0009=1 +032f000b=1 +032f000d=1 +032f000f=1 +032f0012=1 +032f0013=1 +032f0016=1 +032f0017=1 +032f0019=1 +032f001b=1 +033e0001=1 +033e0002=1 +033e0003=1 +033e0004=1 +033e0006=1 +033e0007=1 +033e0009=1 +033e000b=1 +033e000d=1 +033e000f=1 +03480001=1 +03480002=1 +03480003=1 +03480004=1 +03480005=1 +03480006=1 +03480008=1 +03480009=1 +0348000b=1 +0348000d=1 +0348000f=1 +03480011=1 +03490001=1 +03490002=1 +03490003=1 +03490004=1 +03490006=1 +03490007=1 +03490009=1 +0349000b=1 +0349000d=1 +0349000f=1 +034b0000=1 +034b0001=1 +034b0002=1 +034b0003=1 +034b0004=1 +034b0006=1 +034b0007=1 +034b0009=1 +034b000b=1 +034b000d=1 +034b000f=1 +034c0000=1 +034c0001=1 +034c0002=1 +034c0003=1 +034c0004=1 +034c0005=1 +034c0006=1 +034c0008=1 +034c0009=1 +034c000b=1 +034c000d=1 +034c000f=1 +034c0011=1 +034d0001=1 +034d0002=1 +034d0003=1 +034d0004=1 +034d0006=1 +034d0007=1 +034d0009=1 +034d000b=1 +034d000d=1 +034f0001=1 +034f0002=1 +034f0003=1 +034f0004=1 +034f0005=1 +034f0006=1 +034f0008=1 +034f0009=1 +034f000b=1 +034f000d=1 +034f000f=1 +03520000=1 +03520001=1 +03520002=1 +03520003=1 +03520004=1 +03520006=1 +03520007=1 +03520009=1 +03570000=1 +03570001=1 +03570002=1 +03570003=1 +03570004=1 +03570006=1 +03570007=1 +03570009=1 +0357000b=1 +0357000d=1 +03610000=1 +03610001=1 +03610002=1 +03610003=1 +03610004=1 +03610005=1 +03610006=1 +03610007=1 +03610008=1 +03610009=1 +0361000a=1 +0361000b=1 +0361000c=1 +0361000d=1 +0361000f=1 +03610010=1 +03610011=1 +03610012=1 +03610014=1 +03610015=1 +03610017=1 +03610019=1 +03660001=1 +03660002=1 +03660003=1 +03660004=1 +03660006=1 +03660007=1 +03660009=1 +03700001=1 +03700002=1 +03700003=1 +03700004=1 +03700006=1 +03700007=1 +03700009=1 +0370000b=1 +037a0001=1 +037a0002=1 +037a0003=1 +037a0004=1 +037a0006=1 +037a0007=1 +037a0009=1 +037a000b=1 +037a000d=1 +037a000f=1 +03800001=1 +03800002=1 +03800003=1 +03800004=1 +03800005=1 +03800006=1 +03800008=1 +03800009=1 +0380000b=1 +0380000d=1 +0380000f=1 +03800011=1 +03820001=1 +03820002=1 +03820003=1 +03820004=1 +03820006=1 +03820007=1 +03820009=1 +03840000=1 +03840001=1 +03840002=1 +03840003=1 +03840004=1 +03840005=1 +03840007=1 +03840008=1 +0384000a=1 +0384000c=1 +0384000e=1 +038e0000=1 +038e0001=1 +038e0002=1 +038e0003=1 +038e0004=1 +038e0005=1 +038e0006=1 +038e0007=1 +03930000=1 +03930002=1 +03930003=1 +03930005=1 +03930007=1 +03930009=1 +0393000b=1 +0393000d=1 +0393000f=1 +03980000=1 +03980001=1 +03980003=1 +03980005=1 +03980007=1 +03980009=1 +0398000b=1 +0398000e=1 +0398000f=1 +03980010=1 +03980011=1 +03980013=1 +03980014=1 +03980015=1 +03a20000=1 +03a20001=1 +03a20003=1 +03a20005=1 +03a20007=1 +03a20009=1 +03a2000b=1 +03a2000c=1 +03a2000e=1 +03a2000f=1 +03a20011=1 +03ac0000=1 +03ac0001=1 +03ac0002=1 +03ac0004=1 +03ac0006=1 +03ac0007=1 +03ac0008=1 + +[MenusTranslation] +044c0001=1 +044c0003=1 +044c0004=1 +044c0005=1 +044c0006=1 +044c0008=1 +044c0009=1 +044d0001=1 +044d0002=1 +044d0003=1 +044d0004=1 +044d0006=1 +044d0007=1 +044e0001=1 +044e0002=1 +044e0003=1 +044e0004=1 +044e0005=1 +044e0006=1 +044e0007=1 +044e0009=1 +044e000a=1 +044e000b=1 +044e000c=1 +044e000d=1 +044f0001=1 +044f0002=1 +044f0003=1 +04500001=1 +04500003=1 +04500005=1 +04500006=1 +04510000=1 +04510001=1 +04510002=1 +04510004=1 +04510005=1 +04510007=1 +04510008=1 +04510009=1 +0451000b=1 +0451000c=1 +0451000d=1 +0451000e=1 +0451000f=1 +04520001=1 +04520002=1 +04520003=1 +04520005=1 +04520006=1 +04530001=1 +04530002=1 +04530003=1 +04530004=1 +04530005=1 +04530007=1 +04530008=1 +0453000a=1 +0453000b=1 +04540001=1 +04540002=1 +04550001=1 +04550002=1 +04550003=1 +04550004=1 +04550006=1 +04550007=1 +04550008=1 +04550009=1 +0455000a=1 +0455000b=1 +0455000c=1 +0455000d=1 +0455000e=1 +0455000f=1 +04550010=1 +04550011=1 +04550012=1 +04550013=1 +04550014=1 +04550015=1 +04550016=1 +04550017=1 +04550018=1 +04550019=1 +0455001a=1 +0455001b=1 +0455001c=1 +0455001d=1 +0455001e=1 +0455001f=1 +04550020=1 +04550021=1 +04550022=1 +04550023=1 +04550024=1 +04550025=1 +04550026=1 +04550027=1 +04550028=1 +04550029=1 +0455002a=1 +0455002b=1 +0455002c=1 +0455002d=1 +0455002e=1 +04550030=1 +04550031=1 +04550032=1 +04550033=1 +04550034=1 +04550035=1 +04550036=1 +04550037=1 +04550038=1 +04550039=1 +0455003a=1 +0455003b=1 +0455003c=1 +0455003e=1 +04550040=1 +04550041=1 +04550042=1 +04550043=1 +04550045=1 +04560001=1 +04560002=1 +04560003=1 +04560005=1 +04560006=1 +04570001=1 +04570002=1 +04570003=1 +04580001=1 +04580002=1 +04580003=1 +04580004=1 +04590001=1 +04590002=1 +04590003=1 +045a0001=1 +045a0002=1 +045b0001=1 +045b0002=1 +045c0001=1 +045c0002=1 +045c0003=1 +045d0001=1 +045d0002=1 +045d0003=1 +045d0004=1 +045e0001=1 +045e0002=1 +045f0001=1 +045f0002=1 +045f0003=1 +045f0005=1 +045f0006=1 +04600001=1 +04600002=1 +04600004=1 +04600005=1 +04600006=1 +04600007=1 +04600008=1 +04600009=1 +0460000a=1 +0460000b=1 +0460000c=1 +0460000e=1 +04600010=1 +04600011=1 +04600012=1 +04600013=1 +04600015=1 +04610001=1 +04610002=1 +04610003=1 +04610004=1 +04620001=1 +04620002=1 +04630001=1 +04630002=1 +04630003=1 +04640001=1 +04640002=1 + +[StringsTranslation] +00002710=1 +00002715=1 +0000271a=1 +0000271b=1 +00002724=1 +0000272e=1 +00002738=1 +00002739=1 +0000273a=1 +0000273b=1 +00002742=1 +00002747=1 +0000274c=1 +00002751=1 +00002756=1 +00002757=1 +00002758=1 +0000275b=1 +0000275c=1 +0000275d=1 +0000275e=1 +0000276a=1 +0000276b=1 +0000276c=1 +0000276d=1 +0000276e=1 +0000276f=1 +00002770=1 +00002771=1 +00002772=1 +00002773=1 +00002774=1 +00002779=1 +0000277a=1 +0000277b=1 +0000277c=1 +0000277d=1 +0000277e=1 +0000277f=1 +00002780=1 +00002781=1 +00002782=1 +00002783=1 +00002784=1 +00002785=1 +00002786=1 +00002787=1 +00002788=1 +00002789=1 +0000278a=1 +0000278b=1 +0000278c=1 +0000278d=1 +0000278e=1 +0000278f=1 +00002790=1 +00002791=1 +00002792=1 +00002795=1 +00002796=1 +00002797=1 +00002798=1 +0000279a=1 +0000279c=1 +0000279d=1 +0000279e=1 +0000279f=1 +000027a1=1 +000027a4=1 +000027a6=1 +000027a7=1 +000027a8=1 +000027a9=1 +000027ab=1 +000027ac=1 +000027b0=1 +000027b5=1 +000027b6=1 +000027ba=1 +000027bb=1 +000027bc=1 +000027bd=1 +000027be=1 +000027bf=1 +000027c0=1 +000027c1=1 +000027c2=1 +000027c3=1 +000027c4=1 +000027c5=1 +000027ce=1 +000027cf=1 +000027d0=1 +000027d1=1 +000027d2=1 +000027d3=1 +000027d4=1 +000027d5=1 +000027d6=1 +000027d7=1 +000027d8=1 +000027d9=1 +000027da=1 +000027db=1 +000027dc=1 +000027dd=1 +000027de=1 +000027df=1 +000027e0=1 +000027e1=1 +000027e2=1 +000027e3=1 +000027e4=1 +000027ec=1 +000027ed=1 +000027ee=1 +000027ef=1 +000027f0=1 +000027f1=1 +000027f2=1 +000027f3=1 +000027f4=1 +000027f5=1 +000027f6=1 +000027f7=1 +000027f8=1 +000027f9=1 +000027fa=1 +000027fb=1 +000027fc=1 +000027fd=1 +000027fe=1 +000027ff=1 +00002800=1 +00002803=1 +00002804=1 +00002805=1 +00002806=1 +00002807=1 +00002808=1 +0000280a=1 +0000280f=1 +00002810=1 +00002811=1 +00002812=1 +00002813=1 +0000283c=1 +0000283d=1 +0000283e=1 +0000283f=1 +00002841=1 +00002846=1 +00002847=1 +00002848=1 +00002849=1 +0000284a=1 +0000284b=1 +0000284c=1 +00002850=1 +00002855=1 +00002856=1 +00002857=1 +00002858=1 +00002859=1 +0000285a=1 +0000285b=1 +0000285c=1 +0000285d=1 +00002864=1 +00002865=1 +00002866=1 +00002867=1 +00002868=1 +0000286e=1 +0000286f=1 +00002870=1 +00002871=1 +00002872=1 +00002873=1 +00002874=1 +00002875=1 +00002876=1 +00002877=1 +00002878=1 +00002879=1 +0000287a=1 +0000287b=1 +0000287c=1 +0000287d=1 +0000287e=1 +0000287f=1 +00002880=1 +00002881=1 +00002882=1 +00002883=1 +00002884=1 +00002885=1 +00002886=1 +0000288c=1 +0000288d=1 +0000288e=1 +0000288f=1 +00002890=1 +00002891=1 +00002892=1 +00002893=1 +00002896=1 +00002897=1 +00002898=1 +00002899=1 +0000289a=1 +0000289b=1 +0000289c=1 +0000289d=1 +0000289e=1 +0000289f=1 +000028a0=1 +000028a1=1 +000028a2=1 +000028a3=1 +000028a4=1 +000028aa=1 +000028ab=1 +000028ac=1 +000028ad=1 +000028b4=1 +000028b5=1 +000028b6=1 +000028b7=1 +000028b8=1 +000028b9=1 +000028ba=1 +000028bb=1 +000028bc=1 +000028bd=1 +000028c1=1 +000028c2=1 +000028c3=1 +000028c4=1 +000028c5=1 +000028c8=1 +000028c9=1 +000028ca=1 +000028cb=1 +000028d2=1 +000028d3=1 +000028d4=1 +000028d5=1 +000028d6=1 +000028d7=1 +000028d8=1 +000028d9=1 +000028da=1 +000028db=1 +000028dc=1 +000028dd=1 +000028de=1 +000028df=1 +000028e0=1 +000028e1=1 +000028e2=1 +000028e6=1 +000028e7=1 +000028e8=1 +000028e9=1 +000028ea=1 +000028eb=1 +000028ec=1 +000028ed=1 +000028ee=1 +000028f0=1 +000028f1=1 +000028f2=1 +000028f3=1 +000028f4=1 +000028f5=1 +000028fa=1 +000028fb=1 +000028fc=1 +000028fd=1 +000028fe=1 +000028ff=1 +00002900=1 +00002901=1 +00002902=1 +00002903=1 +00002904=1 +00002905=1 +00002906=1 +00002907=1 +00002908=1 +00002909=1 +0000290a=1 +0000290b=1 +0000290c=1 +0000290d=1 +0000290e=1 +0000290f=1 +00002910=1 +00002911=1 +00002912=1 +00002913=1 +00002914=1 +00002915=1 +00002916=1 +00002917=1 +00002918=1 +00002919=1 +0000291a=1 +0000291b=1 +0000291c=1 +0000291d=1 +0000291e=1 +0000292c=1 +0000292d=1 +0000292e=1 +0000292f=1 +00002930=1 +00002931=1 +00002932=1 +00002933=1 +00002934=1 +00002935=1 +00002936=1 +00002937=1 +00002938=1 +00002939=1 +0000293a=1 +0000293b=1 +0000293c=1 +0000293d=1 +0000293e=1 +0000293f=1 +00002940=1 +00002941=1 +00002942=1 +00002943=1 +00002944=1 +00002945=1 +00002946=1 +00002947=1 +00002948=1 +0000294a=1 +0000294b=1 +0000294c=1 +0000294d=1 +0000294e=1 +0000294f=1 +00002950=1 +00002953=1 +0000295e=1 +0000295f=1 +00002960=1 +00002961=1 +00002962=1 +00002963=1 +00002964=1 +00002965=1 +00002966=1 +00002967=1 +00002972=1 +00002973=1 +00002974=1 +00002975=1 +00002976=1 +00002977=1 +00002978=1 +00002979=1 +0000297a=1 +0000297b=1 +0000297c=1 +0000297d=1 +00002981=1 +00002982=1 +00002983=1 +00002984=1 +00002985=1 +00002986=1 +00002987=1 +0000298b=1 +0000298c=1 +0000298d=1 +0000298e=1 +0000298f=1 +00002990=1 +00002995=1 +00002996=1 +00002997=1 +00002998=1 +00002999=1 +0000299a=1 +0000299b=1 +0000299c=1 +0000299d=1 +0000299e=1 +0000299f=1 +000029a0=1 +000029a1=1 +000029a2=1 +000029a3=1 +000029a4=1 +000029a5=1 +000029a6=1 +000029a7=1 +000029a8=1 +000029a9=1 +000029aa=1 +000029ab=1 +000029ac=1 +000029ad=1 +000029ae=1 +000029af=1 +000029b0=1 +000029b1=1 +000029b2=1 +000029b8=1 +000029bd=1 +000029be=1 +000029bf=1 +000029c0=1 +000029c1=1 +000029c2=1 +000029c7=1 +000029cc=1 +000029cd=1 +000029d6=1 +000029d7=1 +000029d8=1 +000029d9=1 +000029da=1 +000029db=1 +000029dc=1 +000029dd=1 +000029e0=1 +000029e1=1 +000029e2=1 +000029e3=1 +000029e7=1 +000029ea=1 +000029eb=1 +000029ec=1 +000029ed=1 +000029ee=1 +000029f4=1 +000029f5=1 +000029f6=1 +000029f7=1 +000029fe=1 +000029ff=1 +00002a00=1 +00002a01=1 +00002a02=1 +00002a03=1 +00002a04=1 +00002a05=1 +00002a06=1 +00002a07=1 +00002a10=1 +00002a12=1 +00002a13=1 +00002a14=1 +00002a15=1 +00002a16=1 +00002a17=1 +00002a18=1 +00002a19=1 +00002a1a=1 +00002a1b=1 +00002a1c=1 +00002a1d=1 +00002a1e=1 +00002a21=1 +00002a22=1 +00002a23=1 +00002a2b=1 +00002a2c=1 +00002a30=1 +00002a31=1 +00002a32=1 +00002a33=1 +00002a34=1 +00002a35=1 +00002a36=1 +00002a37=1 +00002a3a=1 +00002a3b=1 +00002a3c=1 +00002a3d=1 +00002a3e=1 +00002a3f=1 +00002a40=1 +00002a41=1 +00002a42=1 +00002a43=1 +00002a44=1 +00002a45=1 +00002a46=1 +00002a47=1 +00002a48=1 +00002a49=1 +00002a4a=1 +00002a4b=1 +00002a4c=1 +00002a4d=1 +00002a4e=1 +00002a53=1 +00002a54=1 +00002a55=1 +00002a56=1 +00002a57=1 +00002a58=1 +00002a59=1 +00002a5a=1 +00002a5b=1 +00002a5c=1 +00002a5d=1 +00002a5e=1 +00002a5f=1 +00002a60=1 +00002a61=1 +00002a62=1 +00002a63=1 +00002a64=1 +00002a65=1 +00002a66=1 +00002a67=1 +00002a68=1 +00002a69=1 +00002a6a=1 +00002a6b=1 +00002a6c=1 +00002a6d=1 +00002a6e=1 +00002a6f=1 +00002a70=1 +00002a71=1 +00002a72=1 +00002a73=1 +00002a76=1 +00002a77=1 +00002a78=1 +00002a79=1 +00002a7a=1 +00002a7b=1 +00002a7c=1 +00002a7d=1 +00002a7e=1 +00002a7f=1 +00002a80=1 +00002a81=1 +00002a8a=1 +00002a8b=1 +00002a8c=1 +00002a8d=1 +00002a8e=1 +00002a8f=1 +00002a90=1 +00002a9e=1 +00002a9f=1 +00002aa0=1 +00002aa1=1 +00002aa2=1 +00002aa5=1 +00002aa8=1 +00002aa9=1 +00002aaa=1 +00002aab=1 +00002aac=1 +00002aad=1 +00002ab2=1 +00002ab7=1 +00002ab8=1 +00002ab9=1 +00002aba=1 +00002abb=1 +00002ac6=1 +00002ac7=1 +00002ac8=1 +00002ac9=1 +00002aca=1 +00002acb=1 +00002acc=1 +00002ad5=1 +00002ad6=1 +00002ad7=1 +00002adf=1 +00002ae0=1 +00002ae9=1 +00002aea=1 +00002aeb=1 +00002aec=1 +00002aed=1 +00002aee=1 +00002aef=1 +00002af0=1 +00002af1=1 +00002af2=1 +00002af3=1 +00002af4=1 +00002af5=1 +00002af6=1 +00002af7=1 +00002af8=1 +00002af9=1 +00002afa=1 +00002afb=1 +00002afc=1 +00002afd=1 +00002afe=1 +00002aff=1 +00002b00=1 +00002b01=1 +00002b02=1 +00002b03=1 +00002b04=1 +00002b05=1 +00002b06=1 +00002b07=1 +00002b08=1 +00002b0c=1 +00002b0d=1 +00002b0e=1 +00002b0f=1 +00002b11=1 +00002b12=1 +00002b16=1 +00002b17=1 +00002b18=1 +00002b19=1 +00002b1a=1 +00002b1b=1 +00002b1f=1 +00002b20=1 +00002b21=1 +00002b2a=1 +00002b2b=1 +00002b2c=1 +00002b2d=1 +00002b2e=1 +00002b34=1 +00002b39=1 +00002b3e=1 +00002b3f=1 +00002b40=1 +00002b41=1 +00002b42=1 +00002b4d=1 +00002b4e=1 +00002b4f=1 +00002b5c=1 +00002b5d=1 +00002b5e=1 +00002b5f=1 +00002b60=1 +00002b61=1 +00002b62=1 +00002b63=1 +00002b64=1 +00002b65=1 +00002b66=1 +00002b67=1 +00002b68=1 +00002b69=1 +00002b6a=1 +00002b6b=1 +00002b6c=1 +00002b6d=1 +00002b6e=1 +00002b6f=1 +00002b70=1 +00002b71=1 +00002b72=1 +00002b73=1 +00002b74=1 +00002b75=1 +00002b76=1 +00002b8e=1 +00002b8f=1 +00002b90=1 +00002b91=1 +00002b92=1 +00002b93=1 +00002b94=1 +00002ba2=1 +00002ba3=1 +00002ba4=1 +00002ba5=1 +00002bac=1 +00002bad=1 +00002bb6=1 +00002bb7=1 +00002bb8=1 +00002bb9=1 +00002bba=1 +00002bbb=1 +00002bbc=1 +00002bbd=1 +00002bbe=1 +00002bbf=1 +00002bc0=1 +00002bc1=1 +00002bc2=1 +00002bc3=1 +00002bc4=1 +00002bc5=1 +00002bc6=1 +00002bc7=1 +00002bd4=1 +00002bd5=1 +00002bd6=1 +00002bd7=1 +00002bd8=1 +00002bd9=1 +00002bda=1 +00002bdb=1 +00002bde=1 +00002bdf=1 +00002be0=1 +00002be1=1 +00002be2=1 +00002be3=1 +00002be8=1 +00002bed=1 +00002bee=1 +00002bef=1 +00002bf0=1 +00002bf7=1 +00002bf8=1 +00002bf9=1 +00002c01=1 +00002c02=1 +00002c03=1 +00002c04=1 +00002c0b=1 +00002c0c=1 +00002c0d=1 +00002c0e=1 +00002c0f=1 +00002c10=1 +00002c11=1 +00002c12=1 +00002c13=1 +00002c14=1 +00002c15=1 +00002c1a=1 +00002c1b=1 +00002c1c=1 +00002c1d=1 +00002c1e=1 +00002c1f=1 +00002c20=1 +00002c24=1 +00002c25=1 +00002c26=1 +00002c27=1 +00002c28=1 +00002c29=1 +00002c2a=1 +00002c2b=1 +00002c38=1 +00002c39=1 +00002c3d=1 +00002c3e=1 +00002c42=1 +00002c43=1 +00002c44=1 +00002c45=1 +00002c46=1 +00002c47=1 +00002c48=1 +00002c49=1 +00002c4a=1 +00002c4b=1 +00002c4c=1 +00002c4e=1 +00002c4f=1 +00002c50=1 +00002c51=1 +00002c52=1 +00002c53=1 +00002c54=1 +00002c55=1 +00002c56=1 +00002c5e=1 +00002c5f=1 +00002c60=1 +00002c61=1 +00002c62=1 +00002c63=1 +00002c6a=1 +00002c6b=1 +00002c6c=1 +00002c6d=1 +00002c6e=1 +00002c74=1 +00002c79=1 +00002c7a=1 +00002c7b=1 +00002c7e=1 +00002c83=1 +00002c84=1 +00002c86=1 +00002c87=1 +00002c88=1 +00002c89=1 + +[Relayout] + diff --git a/translations/projects/Dutch/ieviewer.atp b/translations/projects/Dutch/ieviewer.atp new file mode 100644 index 000000000..6670ae679 --- /dev/null +++ b/translations/projects/Dutch/ieviewer.atp @@ -0,0 +1,25 @@ +[Files] +Original=$BUILD_DIR\plugins\ieviewer\lang\english.slg +Translated=$BUILD_DIR\plugins\ieviewer\lang\dutch.slg +Include=..\..\symbols\plugins\ieviewer\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +00002774=1 +00002775=0 +00002776=1 +00002777=1 +00002779=1 + +[Relayout] + diff --git a/translations/projects/Dutch/mmviewer.atp b/translations/projects/Dutch/mmviewer.atp new file mode 100644 index 000000000..2fa8b2788 --- /dev/null +++ b/translations/projects/Dutch/mmviewer.atp @@ -0,0 +1,233 @@ +[Files] +Original=$BUILD_DIR\plugins\mmviewer\lang\english.slg +Translated=$BUILD_DIR\plugins\mmviewer\lang\dutch.slg +Include=..\..\symbols\plugins\mmviewer\symbols.inc +SalMenu=..\..\symbols\plugins\mmviewer\salmenu.mnu +CheckList=..\..\symbols\plugins\mmviewer\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +29040000=1 +29040001=1 +29040003=1 +29040004=1 +29040006=1 +29040007=1 +29040008=1 +29040009=1 +2904000a=1 +2904000b=1 +2904000c=1 +2904000d=1 +2904000e=1 + +[MenusTranslation] + +[StringsTranslation] +00002b5c=1 +00002b5d=1 +00002b5e=1 +00002b5f=1 +00002b60=1 +00002b61=1 +00002b62=1 +00002b63=1 +00002b66=1 +00002b67=1 +00002b70=1 +00002b73=1 +00002b74=1 +00002b75=1 +00002b76=1 +00002b77=1 +00002b78=1 +00002b79=1 +00002b7a=1 +00002b7b=1 +00002b7c=1 +00002bc0=1 +00002bc1=1 +00002bc2=1 +00002bc4=1 +00002bc5=1 +00002bc6=1 +00002bc7=1 +00002bc8=1 +00002bc9=1 +00002bca=1 +00002bcb=1 +00002bde=1 +00002be0=1 +00002c06=1 +00002c07=1 +00002c10=1 +00002c11=1 +00002c1a=1 +00002cec=1 +00002ced=1 +00002cee=1 +00002cef=1 +00002cf0=1 +00002cf1=1 +00002cf2=1 +00002cf3=1 +00002ee1=1 +00002ee2=1 +00002ee9=1 +00002eea=1 +00002eeb=1 +00002eec=1 +00002eed=1 +00002eee=1 +00002eef=1 +00002ef0=1 +00002ef1=1 +00002ef2=1 +00002ef3=1 +00002ef4=1 +00002ef5=1 +00002ef6=1 +00002ef7=1 +00002ef8=1 +00002ef9=1 +00002efa=1 +00002efb=1 +00002efc=1 +00002efd=1 +00002f44=1 +00002f45=1 +00002f46=1 +00002f47=1 +00002f48=1 +00002f49=1 +00002f4a=1 +00002f4b=1 +00002f4c=1 +00002f4d=1 +00002f4e=1 +00002f4f=1 +00002f50=1 +00002f51=1 +00002f52=1 +00002f53=1 +00002f54=1 +00002f55=1 +00002f56=1 +00002f57=1 +00002f58=1 +00002f59=1 +00002f5a=1 +00002f5b=1 +00002f5c=1 +00002f5d=1 +00002f5e=1 +00002f5f=1 +00002f60=1 +00002f61=1 +00002f62=1 +00002fa8=1 +00002fa9=1 +00002faa=1 +00002fab=1 +00002fac=1 +0000300c=1 +0000300d=1 +0000300e=1 +0000300f=1 +00003010=1 +00003011=1 +00003012=1 +00003013=1 +00003014=1 +00003015=1 +00003016=1 +00003017=1 +00003018=1 +00003019=1 +0000301a=1 +0000301b=1 +0000301c=1 +0000301d=1 +0000301e=1 +0000301f=1 +00003020=1 +00003021=1 +00003022=1 +00003023=1 +00003024=1 +00003025=1 +00003026=1 +00003027=1 +00003070=1 +00003071=1 +00003072=1 +00003073=1 +00003074=1 +00003075=1 +00003076=1 +00003077=1 +000030d5=1 +000030d6=1 +000030d7=1 +000030d8=1 +000030d9=1 +000030da=1 +000030db=1 +000030dc=1 +000030dd=1 +000030de=1 +000030df=1 +000030e0=1 +000030e1=1 +000030e2=1 +000030e3=1 +000030e4=1 +000030e5=1 +000030e6=1 +000030e7=1 +000030e8=1 +000030e9=1 +000030ea=1 +000030eb=1 +000030ec=1 +000030ed=1 +000030ee=1 +000030ef=1 +000030f0=1 +000030f1=1 +000030f2=1 +000030f3=1 +000030f4=1 +000030f5=1 +000030f6=1 +000030f7=1 +000030f8=1 +000030f9=1 +000030fa=1 +000030fb=1 +000030fc=1 +000030fd=1 +000030fe=1 +00003138=1 +00003139=1 +0000313a=1 +0000313b=1 +0000313c=1 +0000313d=1 +0000313e=1 +0000313f=1 +00003140=1 +00003141=1 +00003142=1 +00003143=1 +00003144=1 +00003145=1 + +[Relayout] + diff --git a/translations/projects/Dutch/nethood.atp b/translations/projects/Dutch/nethood.atp new file mode 100644 index 000000000..9764d199c --- /dev/null +++ b/translations/projects/Dutch/nethood.atp @@ -0,0 +1,42 @@ +[Files] +Original=$BUILD_DIR\plugins\nethood\lang\english.slg +Translated=$BUILD_DIR\plugins\nethood\lang\dutch.slg +Include=..\..\symbols\plugins\nethood\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00660000=1 +00660001=1 +00660002=1 +00660003=1 +00660004=1 +00660005=1 +00660006=1 +00660008=1 +00660009=1 +0066000a=1 + +[MenusTranslation] + +[StringsTranslation] +00000080=1 +00000081=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 + +[Relayout] + diff --git a/translations/projects/Dutch/pak.atp b/translations/projects/Dutch/pak.atp new file mode 100644 index 000000000..195c9a753 --- /dev/null +++ b/translations/projects/Dutch/pak.atp @@ -0,0 +1,70 @@ +[Files] +Original=$BUILD_DIR\plugins\pak\lang\english.slg +Translated=$BUILD_DIR\plugins\pak\lang\dutch.slg +Include=..\..\symbols\plugins\pak\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640005=1 +00640008=1 +00640009=1 + +[MenusTranslation] + +[StringsTranslation] +000001f4=1 +000001f5=1 +000001f6=1 +000001f7=1 +000001f8=1 +000001f9=1 +000001fa=1 +000001fb=1 +000001fc=1 +000001fd=1 +000001fe=1 +000001ff=1 +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 + +[Relayout] + diff --git a/translations/projects/Dutch/peviewer.atp b/translations/projects/Dutch/peviewer.atp new file mode 100644 index 000000000..999b52a0a --- /dev/null +++ b/translations/projects/Dutch/peviewer.atp @@ -0,0 +1,37 @@ +[Files] +Original=$BUILD_DIR\plugins\peviewer\lang\english.slg +Translated=$BUILD_DIR\plugins\peviewer\lang\dutch.slg +Include=..\..\symbols\plugins\peviewer\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +21350000=1 +21350001=1 +21350003=1 +21350004=1 +21350005=1 +21350007=1 +21350008=1 +21350009=1 +2135000a=1 +2135000b=1 + +[MenusTranslation] + +[StringsTranslation] +000003f8=1 +00002774=1 +00002775=1 +00002776=1 +00002777=1 +00002778=1 +00002786=1 + +[Relayout] + diff --git a/translations/projects/Dutch/pictview.atp b/translations/projects/Dutch/pictview.atp new file mode 100644 index 000000000..5587e8bd2 --- /dev/null +++ b/translations/projects/Dutch/pictview.atp @@ -0,0 +1,590 @@ +[Files] +Original=$BUILD_DIR\plugins\pictview\lang\english.slg +Translated=$BUILD_DIR\plugins\pictview\lang\dutch.slg +Include=..\..\symbols\plugins\pictview\symbols.inc +SalMenu=..\..\symbols\plugins\pictview\salmenu.mnu +IgnoreList=..\..\symbols\plugins\pictview\ignore.lst +CheckList=..\..\symbols\plugins\pictview\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +07d00000=1 +07d00001=1 +07d00003=1 +07d00005=1 +07d00006=1 +07d00007=1 +07d00008=1 +07d00009=1 +07d0000a=1 +07d0000b=1 +07e40000=1 +07e40001=1 +07e40002=1 +07e40003=1 +07e40004=1 +07e40005=1 +07e40006=1 +07e40007=1 +07e40008=1 +07e40009=1 +07e4000a=1 +07f80000=1 +07f80001=1 +07f80002=1 +07f80003=1 +07f80005=1 +07f80007=1 +07f80008=1 +07f80009=1 +07f8000a=1 +080c0000=1 +080c0001=1 +080c0002=1 +080c0003=1 +08160000=1 +08160001=1 +08160002=1 +08160003=1 +08160004=1 +08160005=1 +08160006=1 +08160007=1 +08160009=1 +0816000b=1 +08200000=1 +08200001=1 +08200002=1 +08200004=1 +08200006=1 +08200007=1 +08200009=1 +08340000=1 +08340001=1 +08340002=1 +08340003=1 +08340005=1 +08340007=1 +08340009=1 +0834000b=1 +0834000d=1 +0834000f=1 +08340011=1 +08340013=1 +08340015=1 +08480000=1 +08480003=1 +08480004=1 +08480005=1 +08480006=1 +08480007=1 +08480008=1 +08520000=1 +08520001=1 +08520003=1 +08520004=1 +08520005=1 +085c0000=1 +085c0001=1 +085c0003=1 +085c0004=1 +08660000=1 +08660001=1 +08660002=1 +08660003=1 +08660004=1 +08660005=1 +08660006=1 +08660007=1 +08660008=1 +08660009=1 +0866000c=1 +0866000d=1 +0866000f=1 +08660010=1 +08660011=1 +087a0000=1 +087a0003=1 +087a0004=1 +08840000=1 +08840001=1 +08840004=1 +08840007=1 +08840008=1 +08840009=1 +08fc0001=1 +08fc0003=1 +08fc0004=1 +08fc0006=1 +08fc0008=1 +08fc000a=1 +08fc000b=1 +08fc000d=1 +08fc000e=1 +08fc000f=1 +08fc0010=1 +08fc0011=1 +08fc0013=1 +08fc0014=1 +08fc0016=1 +08fc0017=1 +08fc0018=1 +08fc001a=1 +09600000=1 +09600001=1 +09600002=1 +09600003=1 +09600004=1 +09600005=1 +09600007=1 +09600009=1 +0960000b=1 +0960000d=1 +0960000f=1 +09600010=1 +09600011=1 +09600012=1 +09c40000=1 +09c40002=1 +09c40004=1 +09c40005=1 +09c40006=1 +09c40009=1 +09c4000c=1 +09c4000d=1 +09c4000e=1 +09c40010=1 +09c40011=1 +09c40012=1 +09c40013=1 +09c40016=1 +09c40019=1 +09c4001a=1 +09c4001b=1 +09c4001c=1 +09c4001d=1 +09e20000=1 +09e20001=1 + +[MenusTranslation] + +[StringsTranslation] +000001f4=1 +000001f5=1 +000001f6=1 +000001f7=1 +000001f8=1 +000001f9=1 +000001fa=1 +000001fb=1 +000001fc=1 +000001fd=1 +000001fe=1 +000001ff=1 +00000200=1 +00000201=1 +00000202=1 +00000203=1 +00000204=1 +00000205=1 +00000206=1 +00000207=1 +00000208=1 +00000209=1 +0000020a=1 +0000020b=1 +0000020c=1 +0000020d=1 +0000020e=1 +0000020f=1 +00000210=1 +00000211=1 +00000212=1 +00000213=1 +00000214=1 +00000215=1 +00000216=1 +00000217=1 +0000021d=1 +0000021e=1 +0000021f=1 +00000220=1 +00000221=1 +00000226=1 +00000227=1 +00000228=1 +00000230=1 +00000231=1 +00000232=1 +00000233=1 +00000234=1 +00000235=1 +00000236=1 +00000237=1 +00000238=1 +00000239=1 +0000023a=1 +00000244=1 +00000245=1 +00000246=1 +00000247=1 +00000248=1 +00000249=1 +0000024e=1 +0000024f=1 +00000250=1 +00000251=1 +00000254=1 +00000262=1 +00000263=1 +00000264=1 +00000265=1 +00000266=1 +00000267=1 +000003e7=1 +000003e8=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +00000418=1 +00000419=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +00000441=1 +00000442=1 +00000443=1 +00000444=1 +00000445=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +00000455=1 +00000456=1 +00000457=1 +00000458=1 +00000459=1 +0000045a=1 +0000045b=1 +0000045c=1 +0000045d=1 +0000045e=1 +0000045f=1 +00000460=1 +00000461=1 +00000462=1 +00000469=1 +0000046a=1 +0000046b=1 +0000046c=1 +0000046d=1 +00000474=1 +00000475=1 +00000476=1 +00000477=1 +00000479=1 +0000047a=1 +0000047b=1 +0000047c=1 +00000488=1 +00000489=1 +0000048a=1 +0000048b=1 +0000048c=1 +00000492=1 +00000898=1 +00000899=1 +0000089a=1 +0000089b=1 +0000089c=1 +0000089d=1 +0000089e=1 +0000089f=1 +000008a0=1 +000008a1=1 +000008a2=1 +000008a3=1 +000008a4=1 +000008a5=1 +000008a6=1 +000008a7=1 +000008a8=1 +000008a9=1 +000008aa=1 +000008ab=1 +000008ac=1 +000008ad=1 +000008ae=1 +000008af=1 +000008b0=1 +000008b5=1 +000008b6=1 +000008b7=1 +000008b8=1 +000008b9=1 +000008ba=1 +000008bb=1 +000008bc=1 +000008bd=1 +000008be=1 +000008bf=1 +000008c0=1 +000008c1=1 +000008c2=1 +000008c3=1 +000008c4=1 +000008c5=1 +000008c6=1 +000008c7=1 +000008c8=1 +000008c9=1 +000008ca=1 +000008cb=1 +000008e8=1 +000008e9=1 +000008ea=1 +000008eb=1 +000008ec=1 +000008f2=1 +000008f3=1 +000008f4=1 +000008f5=1 +000008f6=1 +000008f7=1 +000008f8=1 +00000902=1 +00000903=1 +00000fa3=1 +00000fa4=1 +00000fa6=1 +00000fa7=1 +00000fa9=1 +00000faf=1 +00000fb1=1 +00000fb3=1 +00000fb5=1 +00000fbb=1 +00000fbc=1 +00000fbd=1 +00000fbe=1 +00000fc5=1 +00000fc6=1 +00000fc7=1 +00000fca=1 +00000fcb=1 +00000fcc=1 +00000fd1=1 +00000fd4=1 +00000fd8=1 +00000fd9=1 +00000fda=1 +00000fdb=1 +00000fdf=1 +00000fe0=1 +00000fe1=1 +00000fe2=1 +00000fe3=1 +00000fe4=1 +00000fe5=1 +00000fe7=1 +00000fe9=1 +00000fea=1 +00000feb=1 +00000fec=1 +00000fed=1 +00000fee=1 +00000fef=1 +00000ff0=1 +00000ff1=1 +00000ff2=1 +00000ff3=1 +00000ff4=1 +00000ff5=1 +00000ff6=1 +00000ff7=1 +00000ff8=1 +00000ff9=1 +00000ffa=1 +00000ffb=1 +00000ffc=1 +00000ffd=1 +00000ffe=1 +00001000=1 +00001001=1 +00001003=1 +00001004=1 +00001006=1 +0000100b=1 +0000100c=1 +0000100f=1 +00001010=1 +00001013=1 +00001015=1 +00001017=1 +00001018=1 +00001019=1 +0000101a=1 +0000101b=1 +0000101c=1 +0000101d=1 +0000101e=1 +00001022=1 +00001045=1 +00001054=1 +00001063=1 +0000106d=1 +0000106e=1 +0000106f=1 +00001071=1 +00001072=1 +0000107b=1 +0000107c=1 +0000107f=1 +00001080=1 +00001088=1 +0000108c=1 +00001091=1 +00001092=1 +00001093=1 +00001094=1 +00001095=1 +00001096=1 +00001098=1 +0000109a=1 +0000109c=1 +0000109d=1 +0000109e=1 +000010a1=1 +000010a3=1 +000010a4=1 +000010a5=1 +000010a6=1 +000010a7=1 +000010a8=1 +000010a9=1 +000010aa=1 +000010ad=1 +000010ae=1 +000010af=1 +000010b8=1 +000010b9=1 +000010be=1 +000010bf=1 +000010c8=1 +000010c9=1 +000010ca=1 +000010cb=1 +000010cc=1 +000010cd=1 +000010ce=1 +000010cf=1 +000010d3=1 +000010d4=1 +000010d5=1 +000010d6=1 +000010d9=1 +000010db=1 +000010df=1 +000010e2=1 +000010e3=1 +000010e4=1 +000010e6=1 +000010e9=1 +000010ea=1 +000010eb=1 +000010ec=1 +000010f4=1 +000010f8=1 +000010f9=1 +000010fa=1 +000010fb=1 +00001142=1 + +[Relayout] + diff --git a/translations/projects/Dutch/regedt.atp b/translations/projects/Dutch/regedt.atp new file mode 100644 index 000000000..5dc1ea38e --- /dev/null +++ b/translations/projects/Dutch/regedt.atp @@ -0,0 +1,238 @@ +[Files] +Original=$BUILD_DIR\plugins\regedt\lang\english.slg +Translated=$BUILD_DIR\plugins\regedt\lang\dutch.slg +Include=..\..\symbols\plugins\regedt\symbols.inc +SalMenu=..\..\symbols\plugins\regedt\salmenu.mnu +IgnoreList=..\..\symbols\plugins\regedt\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640004=1 +00640005=1 +006e0000=1 +006e0001=1 +006e0003=1 +006e0004=1 +006e0006=1 +006e0007=1 +00780000=1 +00780002=1 +00780003=1 +00780004=1 +00780005=1 +00780006=1 +00780007=1 +00780009=1 +0078000b=1 +00820003=1 +00820004=1 +00820005=1 +00870000=1 +00870001=1 +00870003=1 +00870004=1 +00870006=1 +00870007=1 +00870008=1 +00870009=1 +0087000a=1 +0087000b=1 +0087000c=1 +0087000d=1 +0087000e=1 +0087000f=1 +00870010=1 +00870011=1 +00870012=1 +00870014=1 +00870015=1 +00870017=1 +00870018=1 +00a50000=1 +00a50001=1 +00a50003=1 +00a50005=1 +00a50006=1 +00a50007=1 +00a50008=1 +00a60000=1 +00a60001=1 +00a60002=1 +00a60005=1 +00a60008=1 +00a6000c=1 +00a6000d=1 +00af0003=1 +00af0004=1 +00b10000=1 +00b10001=1 +00b10003=1 +00b10005=1 +00b10006=1 +00b10007=1 + +[MenusTranslation] + +[StringsTranslation] +000000b0=1 +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fe=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000418=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +00000441=1 +00000442=1 +00000443=1 +00000444=1 +00000445=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000451=1 +00000453=1 +00000454=1 +00000455=1 +00000456=1 +00000457=1 +00000458=1 +00000459=1 +0000045a=1 +0000045b=1 +0000045c=1 +0000045d=1 +0000045e=1 +0000045f=1 +00000460=1 +00000461=1 +00000462=1 +00000463=1 +00000464=1 +00000465=1 +00000466=1 +00000467=1 +00000468=1 +00000469=1 +0000046a=1 +0000046b=1 +0000046c=1 +0000046d=1 +0000046e=1 +0000046f=1 +00000470=1 +00000471=1 +00000472=1 +00000473=1 +00000474=1 +00000475=1 +00000476=1 +00000477=1 +00000478=1 +00000479=1 +0000047a=1 +0000047b=1 +0000047c=1 +0000047d=1 +0000047e=1 +0000047f=1 +00000480=1 +00000481=1 +00000482=1 +00000486=1 +00000487=1 +00000488=1 +00000489=1 +0000048a=1 +0000048b=1 +0000048c=1 +0000048d=1 + +[Relayout] + diff --git a/translations/projects/Dutch/renamer.atp b/translations/projects/Dutch/renamer.atp new file mode 100644 index 000000000..3507826ee --- /dev/null +++ b/translations/projects/Dutch/renamer.atp @@ -0,0 +1,370 @@ +[Files] +Original=$BUILD_DIR\plugins\renamer\lang\english.slg +Translated=$BUILD_DIR\plugins\renamer\lang\dutch.slg +Include=..\..\symbols\plugins\renamer\symbols.inc +SalMenu=..\..\symbols\plugins\renamer\salmenu.mnu +IgnoreList=..\..\symbols\plugins\renamer\ignore.lst +CheckList=..\..\symbols\plugins\renamer\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640002=1 +00640004=1 +00640005=1 +00640006=1 +00640009=1 +0064000c=1 +0064000e=1 +00640011=1 +00640014=1 +00640015=1 +00640016=1 +00640017=1 +00640018=1 +00640019=1 +0064001b=1 +0064001d=1 +0064001f=1 +00640020=1 +008c0000=1 +008c0001=1 +008c0003=1 +008c0005=1 +008c0007=1 +008c0009=1 +008c000b=1 +008c000c=1 +00960000=1 +00960001=1 +00960003=1 +00960005=1 +00960007=1 +00960009=1 +0096000b=1 +0096000c=1 +0096000d=1 +00a00000=1 +00a00001=1 +00a00003=1 +00a00004=1 +00a00005=1 +00a00006=1 +00a00007=1 +00aa0000=1 +00aa0001=1 +00aa0003=1 +00aa0004=1 +00aa0006=1 +00aa0007=1 +00af0000=1 +00af0003=1 +00b40000=1 +00b40001=1 +00b40003=1 +00b40004=1 +00b90000=1 +00b90001=1 +00b90002=1 +00b90004=1 +00b90006=1 +00b90008=1 +00b90009=1 +00be0000=1 +00be0001=1 +00be0002=1 +00be0005=1 +00be0008=1 +00be000b=1 +00be000c=1 +00be000d=1 +00be000e=1 +00be0010=1 +00be0011=1 +00be0012=1 + +[MenusTranslation] + +[StringsTranslation] +0000007a=1 +0000007b=1 +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=0 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +00000418=1 +00000419=1 +0000041a=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000439=1 +0000043b=1 +0000043d=1 +0000043f=1 +00000441=1 +00000443=1 +00000445=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000450=1 +00000451=1 +00000452=1 +00000453=1 +00000454=1 +00000455=1 +00000456=1 +00000457=1 +00000458=1 +00000459=1 +0000045a=1 +0000045b=1 +0000045c=1 +0000045d=1 +0000045e=1 +0000045f=1 +00000460=1 +00000461=1 +00000462=1 +00000463=1 +00000465=1 +00000466=1 +00000467=1 +00000468=1 +00000469=1 +0000046a=1 +0000046b=1 +0000046c=1 +0000046d=1 +0000046e=1 +0000046f=1 +00000470=1 +00000471=1 +00000472=1 +00000473=1 +00000474=1 +00000475=1 +00000476=1 +00000477=1 +00000478=1 +00000479=1 +0000047a=1 +0000047b=1 +0000047c=1 +0000047d=1 +0000047e=1 +0000047f=1 +00000480=1 +00000481=1 +00000482=1 +00000483=1 +00000484=1 +00000485=1 +00000486=1 +00000487=1 +00000488=1 +00000489=1 +0000048a=1 +0000048b=1 +0000048c=1 +0000048d=1 +0000048e=1 +0000048f=1 +00000490=1 +00000491=1 +00000492=1 +00000493=1 +00000494=1 +00000495=1 +00000496=1 +00000497=1 +00000498=1 +00000499=1 +0000049a=1 +0000049b=1 +0000049c=1 +0000049d=1 +0000049e=1 +0000049f=1 +000004a0=1 +000004a1=1 +000004a2=1 +000004a3=1 +000004a4=1 +000004a5=1 +000004a6=1 +000004a7=1 +000004a8=1 +000004a9=1 +000004aa=1 +000004ab=1 +000004ac=1 +000004ad=1 +000004ae=1 +000004af=1 +000004b0=1 +000004b1=1 +000004b2=1 +000004b3=1 +000004b4=1 +000004b5=1 +000004b6=1 +000004b7=1 +000004b8=1 +000004b9=1 +000004ba=1 +000004bb=1 +000004bc=1 +000004bd=1 +000004be=1 +000004bf=1 +000004c0=1 +000004c1=1 +000004c2=1 +000004c3=1 +000004c4=1 +000004c5=1 +000004c6=1 +000004c7=1 +000004c8=1 +000004c9=1 +000004ca=1 +000004cb=1 +000004cc=1 +000004cd=1 +000004ce=1 +000004cf=1 +000004d0=1 +000004d1=1 +000004d2=1 +000004d3=1 +000004d4=1 +000004d5=1 +000004d6=1 +000004d7=1 +000004d8=1 +000004d9=1 +000004da=1 +000004dc=1 +000004dd=1 +000004de=1 +000004df=1 +000004e0=1 +000004e1=1 +000004e2=1 +000004e3=1 +000004e4=1 +000004e5=1 +000004e6=1 +000004e7=1 +000004e8=1 +000004e9=1 +000004ea=1 +000004eb=1 +000004ec=1 +000004ed=1 +000004ee=1 +000004ef=1 +000004f0=1 +000004f1=1 +000004f2=1 +000004f3=1 +000004f4=1 +000004f5=1 +000004f6=1 +000004f7=1 +000004f8=1 +000004f9=1 +000004fa=1 +000004fb=1 +000004fc=1 +000004fd=1 +000004fe=1 +000004ff=1 +00000500=1 +00000501=1 +00000503=1 +00000504=1 +00000505=1 +00000506=1 + +[Relayout] + diff --git a/translations/projects/Dutch/salamand.atp b/translations/projects/Dutch/salamand.atp new file mode 100644 index 000000000..173f44b3c --- /dev/null +++ b/translations/projects/Dutch/salamand.atp @@ -0,0 +1,2505 @@ +[Files] +Original=$BUILD_DIR\lang\english.slg +Translated=$BUILD_DIR\lang\dutch.slg +Include=..\..\symbols\symbols.inc +SalMenu=..\..\symbols\salmenu.mnu +IgnoreList=..\..\symbols\ignore.lst +CheckList=..\..\symbols\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640004=1 +00640005=1 +00640006=1 +00680000=1 +00680001=1 +00680003=1 +00680004=1 +00680005=1 +00680006=1 +00940000=1 +00940001=1 +00940003=1 +00940005=1 +00940007=1 +00940009=1 +00950000=1 +00950001=1 +00950003=1 +00950005=1 +00960005=1 +00960007=1 +0096000a=1 +0096000c=1 +00aa0001=1 +00aa0003=1 +00aa0005=1 +00aa0006=1 +00aa0007=1 +00aa0008=1 +00b40000=1 +00b40001=1 +00b40004=1 +00b40007=1 +00b40008=1 +00b40009=1 +00b4000a=1 +00b4000b=1 +00be0001=1 +00be0004=1 +00be0005=1 +00be0006=1 +00be0007=1 +00be0008=1 +00bf0000=1 +00bf0001=1 +00bf0002=1 +00bf0003=1 +00bf0005=1 +00bf0006=1 +00bf0007=1 +00bf0008=1 +00bf0009=1 +00bf000a=1 +00bf000b=1 +00bf000c=1 +00bf000d=1 +00bf000f=1 +00bf0010=1 +00bf0011=1 +00bf0012=1 +00bf0013=1 +00bf0014=1 +00bf0015=1 +00bf0017=1 +00bf0019=1 +00bf001b=1 +00bf001d=1 +00bf001e=1 +00bf001f=1 +00bf0020=1 +00c80000=1 +00c80001=1 +00c80003=1 +00c80005=1 +00c80007=1 +00c80008=1 +00c80009=1 +00c8000a=1 +00cc0004=1 +00cc0005=1 +00cc0006=1 +00cd0004=1 +00cd0005=1 +00cd0006=1 +00cd0009=1 +00cd000a=1 +00cd000b=1 +00cd000c=1 +00cd000d=1 +00cd000e=1 +00cd0010=1 +00cd0011=1 +00cd0015=1 +00cd0016=1 +00cd0017=1 +00cd0018=1 +00ce0003=1 +00ce0004=1 +00ce0005=1 +00cf0003=1 +00cf0004=1 +00cf0005=1 +00d00004=1 +00d00005=1 +00d00006=1 +00e60001=1 +00e60003=1 +00e60005=1 +00e60006=1 +00f00000=1 +00f00001=1 +00f00003=1 +00f00005=1 +00f00007=1 +00f00008=1 +00f00009=1 +00f0000a=1 +00f10000=1 +00f10002=1 +00f10003=1 +00f10004=1 +00f10005=1 +00f10006=1 +00f10007=1 +00f10008=1 +00f1000a=1 +00f1000b=1 +00f1000e=1 +00f10011=1 +00f10014=1 +00f10016=1 +00f10017=1 +00f10019=1 +00f1001a=1 +00f1001b=1 +01040000=1 +01040001=1 +01040003=1 +01040005=1 +01040007=1 +01040009=1 +0104000b=1 +0104000d=1 +0104000f=1 +01040011=1 +01040013=1 +01040015=1 +01040016=1 +01040018=1 +0104001b=1 +0104001c=1 +010e0003=1 +010e0004=1 +010e0005=1 +010e0006=1 +010e0007=1 +010e0008=1 +010e0009=1 +012c0000=1 +012c0001=1 +012c0002=1 +012c0003=1 +012c0004=1 +012c0005=1 +012c0006=1 +012c0008=1 +012c0009=1 +012c000a=1 +012c000b=1 +012c000c=1 +012c000d=1 +012c000e=1 +012c000f=1 +01400000=1 +01400001=1 +01400003=1 +01400005=1 +01400006=1 +01400007=1 +01400008=1 +0140000a=1 +0140000b=1 +0140000d=1 +0140000e=1 +0140000f=1 +01400010=1 +01400011=1 +015e0000=1 +015e0001=1 +015e0003=1 +015e0004=1 +015e0005=1 +015e0006=1 +015e0009=1 +015e000c=1 +015e000f=1 +015e0010=1 +015e0011=1 +015e0012=1 +01720000=1 +01720002=1 +01720005=1 +01720006=1 +01720007=1 +01720008=1 +01810000=1 +01810001=1 +01810002=1 +01810004=1 +01810005=1 +01810006=1 +01810007=1 +01900000=1 +01900002=1 +01900003=1 +01900004=1 +01900005=1 +01900006=1 +01900008=1 +01900009=1 +0190000a=1 +0190000b=1 +0190000d=1 +0190000e=1 +01900010=1 +01900011=1 +01900012=1 +01940000=1 +01940001=1 +01940004=1 +01940007=1 +01940008=1 +01940009=1 +01950000=1 +01950001=1 +01950002=1 +01950004=1 +01950006=1 +01950007=1 +01950008=1 +01950009=1 +019a0000=1 +019a0001=1 +019a0003=1 +019a0005=1 +019a0007=1 +019a0009=1 +019a000b=1 +019a000d=1 +019a0010=1 +019a0011=1 +019a0013=1 +019a0014=1 +019a0015=1 +019a0016=1 +019a0017=1 +019a0018=1 +019a0019=1 +019a001a=1 +019a001b=1 +019a001c=1 +019a001e=1 +019a0020=1 +019a0022=1 +019a0024=1 +01c20000=1 +01c20001=1 +01c20003=1 +01c20004=1 +01c20005=1 +01c20007=1 +01c20009=1 +01c2000a=1 +01c2000b=1 +01c70000=1 +01c70001=1 +01c70004=1 +01c70005=1 +01c70006=1 +01c70007=1 +01c70008=1 +01cc0000=1 +01cc0002=1 +01cc0003=1 +01cc0004=1 +01dc0000=1 +01dc0001=1 +01dc0003=1 +01dc0004=1 +01dc0005=1 +01dc0007=1 +01dc0008=1 +01dc0009=1 +01dc000b=1 +01dc000c=1 +01dc000d=1 +01dc000f=1 +01dc0010=1 +01dc0011=1 +01dc0013=1 +01dc0014=1 +01dc0015=1 +01dc0016=1 +01dc0018=1 +01ea0006=1 +01ea0008=1 +01f10006=1 +01f10008=1 +01f1000a=1 +01fe0000=1 +01fe0003=1 +01fe0005=1 +01fe0006=1 +01fe0007=1 +01fe0008=1 +02080000=1 +02080003=1 +02080005=1 +02080006=1 +02080008=1 +02080009=1 +0208000a=1 +0208000b=1 +02120000=1 +02120001=1 +02120003=1 +02120006=1 +02120009=1 +02170000=1 +02170001=1 +02170002=1 +02170003=1 +02170004=1 +02170005=1 +02170006=1 +02170007=1 +02170008=1 +02170009=1 +0217000a=1 +0217000b=1 +0217000c=1 +0217000d=1 +0217000e=1 +0217000f=1 +02170011=1 +02260000=1 +02260002=1 +02260004=1 +02260006=1 +02260008=1 +0226000a=1 +0226000e=1 +02260013=1 +02260016=1 +0226001a=1 +0226001c=1 +0226001e=1 +02260020=1 +02260023=1 +02260025=1 +02260027=1 +0226002a=1 +0226002b=1 +0226002c=1 +023f0000=1 +023f0001=1 +02440000=1 +02440001=1 +02440003=1 +02440005=1 +02440006=1 +02440009=1 +0244000c=1 +024e0000=1 +024e0001=1 +024e0003=1 +024e0006=1 +024e0009=1 +02530000=1 +02530001=1 +02530002=1 +02530003=1 +02530004=1 +02530005=1 +02530006=1 +02530007=1 +02530008=1 +0253000a=1 +0253000d=1 +0253000e=1 +02530010=1 +02760000=1 +02760001=1 +02760003=1 +02760004=1 +02760005=1 +02760006=1 +02760007=1 +02760008=1 +02760009=1 +0276000a=1 +0276000c=1 +0276000d=1 +0276000e=1 +02760010=1 +02760011=1 +02760013=1 +02760015=1 +02760017=1 +02760019=1 +0276001a=1 +0276001c=1 +0276001e=1 +0276001f=1 +02760020=1 +02760021=1 +02940000=1 +02940001=1 +02940003=1 +02940004=1 +02940006=1 +02940007=1 +02940008=1 +029e0000=1 +029e0001=1 +029e0003=1 +029e0004=1 +029e0005=1 +029e0006=1 +029e0007=1 +029e0008=1 +02a80001=1 +02a80003=1 +02a80005=1 +02a80006=1 +02a80007=1 +02a90001=1 +02a90003=1 +02a90005=1 +02aa0001=1 +02aa0004=1 +02aa0005=1 +02aa0006=1 +02ab0001=1 +02ab0004=1 +02ab0005=1 +02ab0006=1 +03f20000=1 +03f20001=1 +03f20003=1 +03f20004=1 +03f20005=1 +03f20006=1 +03f20007=1 +03f20008=1 +03fe0000=1 +03fe0001=1 +03fe0003=1 +03fe0004=1 +03fe0005=1 +04030000=1 +04030001=1 +04030003=1 +04030004=1 +04030006=1 +04030008=1 +0403000a=1 +0403000b=1 +0403000c=1 +0403000d=1 +04060000=1 +04060001=1 +04060003=1 +04060004=1 +04060005=1 +04060006=1 +04060008=1 +0406000a=1 +0406000c=1 +0406000e=1 +0406000f=1 +04060010=1 +04060011=1 +04100000=1 +04100001=1 +04100003=1 +04100006=1 +04100007=1 +04100008=1 +04150000=1 +04150001=1 +04150003=1 +04150004=1 +04150005=1 +04150006=1 +04150007=1 +041a0000=1 +041a0001=1 +041a0002=1 +041a0003=1 +041a0004=1 +041a0005=1 +041a0006=1 +041a0007=1 +041a0008=1 +041a0009=1 +041a000a=1 +041a000b=1 +041f0000=1 +041f0001=1 +041f0003=1 +041f0004=1 +041f0005=1 +04240000=1 +04240001=1 +04240002=1 +04240004=1 +04240005=1 +04240006=1 +04290000=1 +04290001=1 +04290002=1 +04290003=1 +04290004=1 +042e0000=1 +042e0001=1 +042e0004=1 +042e0007=1 +042e0008=1 +042e0009=1 +042e000a=1 +042e000b=1 +04310000=1 +04310001=1 +04310003=1 +04310005=1 +04310007=1 +04310008=1 +04310009=1 +0431000a=1 +04380001=1 +04380003=1 +04380005=1 +04380006=1 +04380007=1 +04380008=1 +04380009=1 +043a0000=1 +043a0001=1 +043a0003=1 +043a0004=1 +043a0005=1 +043a0006=1 +043a0007=1 +043d0000=1 +043d0001=1 +043d0002=1 +043d0003=1 +043d0005=1 +043d0007=1 +043d0008=1 +043d0009=1 +043d000a=1 +043d000b=1 +043d000c=1 +043d000d=1 +043d000e=1 +043d000f=1 +043d0010=1 +04510000=1 +04510001=1 +04510002=1 +04510003=1 +04510005=1 +04510007=1 +04510009=1 +0451000a=1 +0451000b=1 +0451000d=1 +0451000e=1 +0451000f=1 +04510011=1 +04510012=1 +04510014=1 +04510015=1 +04510016=1 +04510017=1 +04510018=1 +04560000=1 +04560001=1 +04560002=1 +04560003=1 +04560004=1 +04600000=1 +04600001=1 +04600002=1 +04600003=1 +04600004=1 +04600006=1 +04600008=1 +046a0000=1 +046a0001=1 +046a0002=1 +046a0003=1 +046a0004=1 +046a0006=1 +046a0008=1 +046f0000=1 +046f0001=1 +046f0002=1 +046f0003=1 +046f0004=1 +046f0006=1 +04740000=1 +04740001=1 +04740002=1 +04740003=1 +04740004=1 +04740005=1 +08fc0000=1 +08fc0001=1 +08fc0003=1 +08fc0005=1 +08fc0007=1 +08fc0008=1 +08fc000b=1 +08fc000e=1 +08fc000f=1 +08fc0010=1 +08fc0013=1 +08fc0016=1 +08fc0017=1 +09100000=1 +09100001=1 +09100003=1 +09100005=1 +09100007=1 +09100008=1 +09100009=1 +0910000c=1 +0910000f=1 +09100010=1 +09240000=1 +09240001=1 +09240003=1 +09240008=1 +09240009=1 +0924000a=1 +092e0000=1 +092e0001=1 +092e0003=1 +092e0004=1 +092e0007=1 +092e0008=1 +094c0000=1 +094c0001=1 +094c0004=1 +094c0005=1 +094c0006=1 +094c0007=1 +094c0008=1 +094c000a=1 +094c000b=1 +094c000c=1 +094c000d=1 +094c000e=1 +099c0000=1 +099c0001=1 +099c0003=1 +099c0005=1 +099c0006=1 +09ba0000=1 +09ba0001=1 +09ba0003=1 +09ba0004=1 +09ba0006=1 +09ba0007=1 +09ba0008=1 +09ba000a=1 +09ba000b=1 +09ba000c=1 +09ba000d=1 +09ba000e=1 +09ba0010=1 +09ba0012=1 +09ba0013=1 +09ba0014=1 +09c40002=1 +09c40004=1 +09c40005=1 +09c40007=1 +09c40008=1 +09c40009=1 +09c4000a=1 +09c4000c=1 +09c4000f=1 +09c40010=1 +09c40011=1 +09c40012=1 +09c40014=1 +09c40016=1 +09e20000=1 +09e20001=1 +09e20003=1 +09e20004=1 +09e20005=1 +09e20006=1 +09e20007=1 +09e20008=1 +09ec0000=1 +09ec0001=1 +09ec0003=1 +09ec0005=1 +09ec0007=1 +09ec0009=1 +09ec000b=1 +09ec000d=1 +09ec000f=1 +09ec0010=1 +09ec0011=1 +09ec0012=1 +0a000000=1 +0a000002=1 +0a000003=1 +0a000004=1 +0a000005=1 +0a000006=1 +0a000007=1 +0a000008=1 +0a000009=1 +0a00000b=1 +0a00000c=1 +0a00000f=1 +0a000013=1 +0a000014=1 +0a000015=1 +0a000016=1 +0a00001b=1 +0a00001f=1 +0a000020=1 +0a000021=1 +0a000022=1 +0a000023=1 +0a280000=1 +0a280001=1 +0a280003=1 +0a280004=1 +0a280005=1 +0a280006=1 +0a280007=1 +0a280008=1 +0a280009=1 +0a28000a=1 +0a28000b=1 +0a28000c=1 +0a28000e=1 +0a280010=1 +0a280012=1 +0a280014=1 +0a280016=1 +0a280018=1 +0a28001a=1 +0a28001b=1 +0a28001c=1 +0a28001d=1 +0a4b0000=1 +0a4b0001=1 +0a4b0002=1 +0a4b0003=1 +0a4b0004=1 +0a4b0005=1 +0a4b0006=1 +0a4b0007=1 +0a4b0008=1 +0a550000=1 +0a550001=1 +0a550002=1 +0a550003=1 +0a550004=1 +0a550005=1 +0a550006=1 +0a550007=1 +0a550008=1 +0a640000=1 +0a640001=1 +0a640002=1 +0a640003=1 +0a640004=1 +0a640005=1 +0a640006=1 +0a640007=1 +0a640008=1 +0a640009=1 +0a64000a=1 +0a64000b=1 +0a6e0000=1 +0a6e0001=1 +0a6e0002=1 +0a6e0003=1 +0a6e0004=1 +0a6e0005=1 +0a6e0006=1 +0a780000=1 +0a780001=1 +0a780002=1 +0a780003=1 +0a780005=1 +0a780007=1 +0a780008=1 +0a78000a=1 +0a8c0000=1 +0a8c0001=1 +0a8c0002=1 +0a8c0003=1 +0a8c0004=1 +0aaa0000=1 +0aaa0001=1 +0aaa0003=1 +0aaa0005=1 +0aaa0006=1 +0aaa0007=1 +0aaa0008=1 +0aaa0009=1 +0ab40000=1 +0ab40001=1 +0ab40003=1 +0ab40004=1 +0ab40005=1 +0ab40007=1 +0ab40008=1 +0ab40009=1 +0ab4000a=1 +0ab4000b=1 +0abe0000=1 +0abe0001=1 +0abe0003=1 +0abe0004=1 +0abe0005=1 +0abe0007=1 +0abe0008=1 +0abe0009=1 +0ac30000=1 +0ac30001=1 +0ac30003=1 +0ac30004=1 +0ac30005=1 +0ac30006=1 +0ac80000=1 +0ac80001=1 +0ac80002=1 +0ac80003=1 +0ac80005=1 +0ac80006=1 +0ad20000=1 +0ad20001=1 +0ad20002=1 +0ad20003=1 +0ad20004=1 +0ad20006=1 +0ad20009=1 +0ad2000a=1 +0ad70000=1 +0ad70001=1 +0ad70002=1 +0ad70003=1 +0ad70005=1 +0ad70007=1 +0ad70008=1 +0adc0000=1 +0adc0003=1 +0adc0004=1 +0ae10000=1 +0ae10001=1 +0ae10004=1 +0ae10005=1 +0ae10006=1 +0ae10007=1 +0ae10008=1 +0ae60000=1 +0ae60001=1 +0ae60003=1 +0ae60005=1 +0ae60006=1 +0ae60009=1 +0ae6000a=1 +0ae6000b=1 +0ae6000c=1 +0af00000=1 +0af00001=1 +0af00003=1 +0af00004=1 +0af00006=1 +0af00007=1 +0af00008=1 +0af00009=1 +0af0000b=1 +0af0000c=1 +0b0e0000=1 +0b0e0001=1 +0b0e0002=1 +0b0e0006=1 +0b0e0007=1 +0b0e0008=1 +0b0e0009=1 +0b900000=1 +0b900001=1 +0b900002=1 +17de0000=1 +17de0002=1 +17de0005=1 +17de0007=1 +17de0008=1 +17de0009=1 +17de000a=1 +17de000b=1 +17de000c=1 +17de000e=1 +17de000f=1 +17de0010=1 +17f20000=1 +17f20001=1 +17f20002=1 +17f20003=1 +17f20004=1 +17f20005=1 +17f20006=1 +17f20008=1 +17f2000a=1 +17f2000b=1 +17f2000c=1 +18400000=1 +18400001=1 +18400002=1 +18400003=1 +18400004=1 +18400005=1 +18400006=1 +18400008=1 +1840000a=1 +1840000b=1 +184c0000=1 +184c0001=1 +184c0003=1 +184c0004=1 +184c0005=1 +184c0006=1 + +[MenusTranslation] +177a0000=1 +177a0001=1 +177a0002=1 +177a0004=1 +177a0005=1 +177a0006=1 +177a0008=1 +177a0009=1 +177a000b=1 +177a000c=1 +177a000e=1 +177a000f=1 +177a0010=1 +177a0011=1 +177a0013=1 +177a0014=1 +177a0015=1 +177a0016=1 +177a0017=1 +177a0018=1 +177a0019=1 +177a001b=1 +177a001c=1 +177a001e=1 +177a0020=1 +177a0022=1 +177a0024=1 +177a0025=1 +177a0026=1 +177a0028=1 +177a0029=1 +177a002a=1 +177a002b=1 +177b0001=1 +177b0002=1 +177b0004=1 +177b0006=1 +177b0007=1 +177b0008=1 +177b000a=1 +177b000b=1 +177b000d=1 +177b000f=1 + +[StringsTranslation] +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +00000401=1 +00000442=1 +00000443=1 +00002710=1 +00002711=1 +00002712=1 +00002713=1 +00002714=1 +00002715=1 +00002716=1 +00002717=1 +00002718=1 +0000271a=1 +0000271d=1 +0000271e=1 +00002720=1 +00002721=1 +00002722=1 +00002723=1 +00002724=1 +00002725=1 +00002726=1 +00002727=1 +00002728=1 +0000272a=1 +0000272b=1 +0000272c=1 +0000272d=1 +0000272e=1 +0000272f=1 +00002730=1 +00002731=1 +00002732=1 +00002733=1 +00002734=1 +00002735=1 +00002736=1 +00002737=1 +00002738=1 +00002739=1 +0000273b=1 +0000273c=1 +0000273d=1 +0000273e=1 +0000273f=1 +00002740=1 +00002743=1 +00002744=1 +00002745=1 +00002746=1 +00002747=1 +00002748=1 +00002749=1 +0000274a=1 +0000274b=1 +0000274c=1 +0000274d=1 +0000274e=1 +0000274f=1 +00002750=1 +00002751=1 +00002752=1 +00002753=1 +00002754=1 +00002755=1 +00002756=1 +00002757=1 +00002758=1 +00002759=1 +0000275a=1 +0000275b=1 +0000275c=1 +0000275d=1 +0000275f=1 +00002760=1 +00002761=1 +00002762=1 +00002763=1 +00002764=1 +00002765=1 +00002766=1 +00002767=1 +00002768=1 +00002769=1 +0000276a=1 +0000276b=1 +0000276c=1 +0000276d=1 +0000276e=1 +0000276f=1 +00002770=1 +00002771=1 +00002772=1 +00002773=1 +00002774=1 +00002775=1 +00002776=1 +00002777=1 +00002778=1 +00002779=1 +0000277a=1 +0000277b=1 +0000277c=1 +0000277d=1 +0000277f=1 +00002780=1 +00002781=1 +00002782=1 +00002783=1 +00002784=1 +00002785=1 +00002786=1 +00002787=1 +00002788=1 +00002789=1 +0000278a=1 +0000278b=1 +0000278c=1 +0000278d=1 +0000278e=1 +0000278f=1 +00002791=1 +00002792=1 +00002793=1 +00002794=1 +00002795=1 +00002796=1 +00002797=1 +00002798=1 +00002799=1 +0000279a=1 +0000279b=1 +0000279c=1 +0000279d=1 +0000279e=1 +0000279f=1 +000027a0=1 +000027a1=1 +000027a3=1 +000027a4=1 +000027a5=1 +000027a6=1 +000027a7=1 +000027a8=1 +000027a9=1 +000027aa=1 +000027ab=1 +000027ad=1 +000027ae=1 +000027b0=1 +000027b4=1 +000027b5=1 +000027b6=1 +000027b7=1 +000027b8=1 +000027b9=1 +000027ba=1 +000027bb=1 +000027bc=1 +000027bd=1 +000027be=1 +000027bf=1 +000027c0=1 +000027c1=1 +000027c2=1 +000027c3=1 +000027c4=1 +000027c5=1 +000027c6=1 +000027c7=1 +000027c8=1 +000027c9=1 +000027ca=1 +000027cb=1 +000027cc=1 +000027cd=1 +000027ce=1 +000027cf=1 +000027d0=1 +000027d1=1 +000027d2=1 +000027d3=1 +000027d4=1 +000027d6=1 +000027d7=1 +000027ec=1 +000027ed=1 +000027ee=1 +000027ef=1 +0000280e=1 +0000280f=1 +00002810=1 +00002811=1 +00002812=1 +00002814=1 +00002815=1 +00002816=1 +00002817=1 +00002818=1 +00002819=1 +0000281a=1 +0000281b=1 +0000281c=1 +0000281e=1 +0000281f=1 +00002820=1 +00002821=1 +00002822=1 +00002823=1 +00002824=1 +00002825=1 +00002826=1 +00002828=1 +00002829=0 +0000282a=1 +0000282d=1 +0000282e=1 +0000282f=1 +00002830=1 +00002831=1 +00002832=1 +00002833=1 +00002834=1 +00002835=1 +00002836=1 +00002837=1 +00002838=1 +00002839=1 +0000283a=1 +0000283b=1 +0000283c=1 +0000283d=1 +0000283e=1 +0000283f=1 +00002840=1 +00002843=1 +00002844=1 +00002845=1 +00002846=1 +00002847=1 +00002848=1 +00002849=1 +0000284a=1 +0000284b=1 +0000284c=1 +0000284d=1 +0000284e=1 +0000284f=1 +00002850=1 +00002851=1 +00002852=1 +00002853=1 +00002854=1 +00002855=1 +00002856=1 +00002857=1 +00002858=1 +00002859=1 +0000285a=1 +0000285e=1 +0000285f=1 +00002860=1 +00002861=1 +00002862=1 +00002863=1 +00002864=1 +00002867=1 +00002868=1 +00002869=1 +0000286a=1 +0000286b=1 +0000286c=1 +0000286d=1 +0000286e=1 +0000286f=1 +00002870=1 +00002871=1 +00002872=1 +00002873=1 +00002874=1 +00002875=1 +00002876=1 +00002877=1 +00002878=1 +00002879=1 +0000287a=1 +0000287c=1 +0000287d=1 +0000287e=1 +0000287f=1 +00002880=1 +00002881=1 +00002882=1 +00002883=1 +00002884=1 +00002885=1 +00002886=1 +00002887=1 +00002888=1 +00002889=1 +0000288a=1 +0000288b=1 +0000288c=1 +0000288d=1 +0000288e=1 +0000288f=1 +00002890=1 +00002891=1 +00002892=1 +00002893=1 +00002894=1 +00002895=1 +00002896=1 +000028a0=1 +000028a1=1 +000028a2=1 +000028a3=1 +000028a4=1 +000028a6=1 +000028a8=1 +000028b4=1 +000028b5=1 +000028b8=1 +000028b9=1 +000028ba=1 +000028bb=1 +000028bd=1 +000028be=1 +000028bf=1 +000028c0=1 +000028c1=1 +000028c2=1 +000028c3=1 +000028c4=1 +000028c5=1 +000028c6=1 +000028c7=1 +000028c8=1 +000028c9=1 +000028ca=1 +000028cb=1 +000028cc=1 +000028cd=1 +000028cf=1 +000028d0=1 +000028d1=1 +000028d2=1 +000028d3=1 +000028d4=1 +000028d5=1 +000028d6=1 +000028d7=1 +000028d8=1 +000028d9=1 +000028da=1 +000028dc=1 +000028dd=1 +000028de=1 +000028df=1 +000028e1=1 +000028e2=1 +000028e3=1 +000028e4=1 +000028e5=1 +000028e6=1 +000028e7=1 +000028e8=1 +000028e9=1 +000028ea=1 +000028eb=1 +000028ec=1 +000028ed=1 +000028ee=1 +000028ef=1 +000028f0=1 +000028f1=1 +000028f2=1 +000028f3=1 +000028f4=1 +000028f5=1 +000028f6=1 +000028f7=1 +000028f8=1 +000028f9=1 +000028fa=1 +000028fb=1 +000028fc=1 +000028fd=1 +000028fe=1 +000028ff=1 +00002900=1 +00002901=1 +00002902=1 +00002903=1 +00002904=1 +00002905=1 +00002906=1 +00002907=1 +00002908=1 +00002909=1 +0000290a=1 +0000290b=1 +0000290c=1 +0000290d=1 +0000290e=1 +0000290f=1 +00002910=1 +00002911=1 +00002912=1 +00002913=1 +00002914=1 +00002915=1 +00002916=1 +00002917=1 +00002918=1 +00002922=1 +00002923=1 +00002924=1 +00002925=1 +00002926=1 +00002927=1 +00002928=1 +00002929=1 +0000292a=1 +0000292b=1 +0000292c=1 +00002936=1 +00002937=1 +00002938=1 +00002939=1 +0000293a=1 +0000293b=1 +0000293c=1 +0000293d=1 +0000293e=1 +0000293f=1 +00002944=1 +00002945=1 +00002946=1 +00002947=1 +00002948=1 +00002949=1 +0000294a=1 +0000294b=1 +0000294c=1 +0000294d=1 +0000294e=1 +0000294f=1 +00002950=1 +00002951=1 +00002952=1 +00002953=1 +00002954=1 +00002955=1 +00002956=1 +00002957=1 +00002958=1 +00002959=1 +00002963=1 +00002968=1 +00002969=1 +0000296a=1 +0000296b=1 +0000296c=1 +000029a9=1 +000029aa=1 +000029ab=1 +000029af=1 +000029b0=1 +000029b1=1 +000029b2=1 +000029b3=1 +000029b8=1 +000029b9=1 +000029c6=1 +000029c8=1 +000029c9=1 +000029ca=1 +000029cb=1 +000029cc=1 +000029ce=1 +000029cf=1 +000029d0=1 +000029d2=1 +000029d3=1 +000029d4=1 +000029d5=1 +000029d6=1 +000029d7=1 +000029d8=1 +000029db=1 +000029dc=1 +000029dd=1 +000029e0=1 +000029e1=1 +000029e2=1 +000029e3=1 +000029e5=1 +000029e6=1 +000029ea=1 +000029eb=1 +000029ec=1 +000029ee=1 +000029ef=1 +000029f0=1 +000029f1=1 +000029f2=1 +000029f3=1 +000029f4=1 +000029f5=1 +000029f9=1 +000029fa=1 +000029fb=1 +000029fd=1 +000029fe=1 +000029ff=1 +00002a00=1 +00002a01=1 +00002a02=1 +00002a03=1 +00002a07=1 +00002a08=1 +00002a0a=1 +00002a0b=1 +00002a0c=1 +00002a0d=1 +00002a0e=1 +00002a0f=1 +00002a10=1 +00002a11=1 +00002a12=1 +00002a13=1 +00002a1b=1 +00002a1d=1 +00002a1e=1 +00002a1f=1 +00002a20=1 +00002a21=1 +00002a22=1 +00002a23=1 +00002a24=1 +00002a25=1 +00002a26=1 +00002a27=1 +00002a28=1 +00002a29=1 +00002a2a=1 +00002a2b=1 +00002a2c=1 +00002a2d=1 +00002a2e=1 +00002a2f=1 +00002a30=1 +00002a31=1 +00002a32=1 +00002a33=1 +00002a34=1 +00002a35=1 +00002a36=1 +00002a37=1 +00002a38=1 +00002a3a=1 +00002a3b=1 +00002a3c=1 +00002a3d=1 +00002a3e=1 +00002a3f=1 +00002a42=1 +00002a43=1 +00002a44=1 +00002a45=1 +00002a49=1 +00002a4a=1 +00002a4b=1 +00002a4c=1 +00002a4d=1 +00002a4e=1 +00002a4f=1 +00002a50=1 +00002a51=1 +00002a52=1 +00002a53=1 +00002a54=1 +00002a58=1 +00002a59=1 +00002a5a=1 +00002a5b=1 +00002a5c=1 +00002a5d=1 +00002a5e=1 +00002a5f=1 +00002a60=1 +00002a61=1 +00002a6c=1 +00002a6d=1 +00002a6e=1 +00002a6f=1 +00002a70=1 +00002a71=1 +00002a73=1 +00002a74=1 +00002a75=1 +00002a76=1 +00002a77=1 +00002a78=1 +00002a79=1 +00002a7a=1 +00002a7b=1 +00002a80=1 +00002a81=1 +00002a82=1 +00002a83=1 +00002a84=1 +00002a85=1 +00002a86=1 +00002a87=1 +00002a8a=1 +00002a8b=1 +00002a8c=1 +00002a8d=1 +00002a8e=1 +00002a94=1 +00002a99=1 +00002a9e=1 +00002a9f=1 +00002aa8=1 +00002aa9=1 +00002aaa=1 +00002aab=1 +00002aad=1 +00002aae=1 +00002aaf=1 +00002ab2=1 +00002ab3=1 +00002ab4=1 +00002abc=1 +00002ac1=1 +00002ac2=1 +00002ac6=1 +00002ac7=1 +00002ac8=1 +00002ac9=1 +00002acb=1 +00002ad0=1 +00002ad1=1 +00002ad2=1 +00002ad3=1 +00002ad4=1 +00002ad5=1 +00002ada=1 +00002ae4=1 +00002ae5=1 +00002ae6=1 +00002ae9=1 +00002aea=1 +00002aeb=1 +00002af2=1 +00002af3=1 +00002af4=1 +00002af5=1 +00002af6=1 +00002af8=1 +00002af9=1 +00002afa=1 +00002afb=1 +00002afc=1 +00002afd=1 +00002afe=1 +00002aff=1 +00002b00=1 +00002b01=1 +00002b02=1 +00002b03=1 +00002b04=1 +00002b05=1 +00002b06=1 +00002b07=1 +00002b08=1 +00002b09=1 +00002b0a=1 +00002b0b=1 +00002b0c=1 +00002b0d=1 +00002b11=1 +00002b12=1 +00002b13=1 +00002b14=1 +00002b15=1 +00002b16=1 +00002b17=1 +00002b18=1 +00002b19=1 +00002b1a=1 +00002b1b=1 +00002b1c=1 +00002b1d=1 +00002b1e=1 +00002b1f=1 +00002b20=1 +00002b21=1 +00002b22=1 +00002b23=1 +00002b24=1 +00002b25=1 +00002b26=1 +00002b27=1 +00002b28=1 +00002b29=1 +00002b2a=1 +00002b2b=1 +00002b2c=1 +00002b2d=1 +00002b2e=1 +00002b2f=1 +00002b30=1 +00002b31=1 +00002b32=1 +00002b33=1 +00002b34=1 +00002b35=1 +00002b36=1 +00002b37=1 +00002b38=1 +00002b39=1 +00002b3a=1 +00002b3b=1 +00002b3c=1 +00002b3e=1 +00002b5e=1 +00002b5f=1 +00002b60=1 +00002bc9=1 +00002bca=1 +00002bcb=1 +00002bcf=1 +00002bd4=1 +00002bd5=1 +00002bd6=1 +00002bd7=1 +00002bd8=1 +00002bd9=1 +00002bda=1 +00002bdb=1 +00002bdc=1 +00002bdd=1 +00002bdf=1 +00002be8=1 +00002be9=1 +00002bed=1 +00002bee=1 +00002bf2=1 +00002bf7=1 +00002bf8=1 +00002bf9=1 +00002bfa=1 +00002bfb=1 +00002bfc=1 +00002bfd=1 +00002bfe=1 +00002bff=1 +00002c00=1 +00002c01=1 +00002c02=1 +00002c03=1 +00002c04=1 +00002c05=1 +00002c06=1 +00002c07=1 +00002c08=1 +00002ee0=1 +00002ee1=1 +00002ee2=1 +00002ee3=1 +00002ee4=1 +00002ee5=1 +00002ee6=1 +00002ee7=1 +00002ee8=1 +00002eea=1 +00002eeb=1 +00002eef=1 +00002ef4=1 +00002ef5=1 +00002ef6=1 +00002ef7=1 +00002ef8=1 +00002ef9=1 +00002efa=1 +00002f01=1 +00002f07=1 +00002f08=1 +00002f09=1 +00002f0a=1 +00002f0b=1 +00002f0c=1 +00002f0d=1 +00002f0e=1 +00002f0f=1 +00002f10=1 +00002f11=1 +00002f12=1 +00002f13=1 +00002f14=1 +00002f15=1 +00002f16=1 +00002f17=1 +00002f18=1 +00002f1c=1 +00002f1d=1 +00002f30=1 +00002f31=1 +00002f35=1 +00002f36=1 +00002f37=1 +00002f38=1 +00002f39=1 +00002f3a=1 +00002f3b=1 +00002f3c=1 +00002f3d=1 +00002f3e=1 +00002f3f=1 +00002f40=1 +00002f41=1 +00002f42=1 +00002f43=1 +00002f44=1 +00002f45=1 +00002f46=1 +00002f47=1 +00002f48=1 +00002f49=1 +00002f4a=1 +00002f4b=1 +00002f4c=1 +00002f4d=1 +00002f4e=1 +00002f4f=1 +00002f50=1 +00002f51=1 +00002f52=1 +00002f53=1 +00002f54=1 +00002f57=1 +00002f58=1 +00002f59=1 +00002f5a=1 +00002f5c=1 +00002f5d=1 +00002f5e=1 +00002f62=1 +00002f63=1 +00002f64=1 +00002f65=1 +00002f66=1 +00002f67=1 +00002f68=1 +00002f69=1 +00002f6a=1 +00002f6b=1 +00002f6c=1 +00002f6d=1 +00002f6e=1 +00002f6f=1 +00002f71=1 +00002f72=1 +00002f73=1 +00002f74=1 +00002f80=1 +00002f85=1 +00002f8a=1 +00002f8b=1 +00002f8c=1 +00002f8d=1 +00002f94=1 +00002f95=1 +00002f9e=1 +00002fa8=1 +00002fa9=1 +00002fad=1 +00002fb2=1 +00002fb7=1 +00002fbc=1 +00002fc1=1 +00002fc2=1 +00002fc3=1 +00002fc6=1 +00002fc7=1 +00002fc9=1 +00002fcb=1 +00002fd0=1 +00002fd1=1 +00002fd2=1 +00002fd3=1 +00002fd4=1 +00002fd5=1 +00002fd6=1 +00002fd7=1 +00002fd8=1 +00002fd9=1 +00002fdf=1 +00002ffd=1 +00003002=1 +00003003=1 +00003007=1 +0000300c=1 +00003011=1 +00003012=1 +00003013=1 +00003014=1 +00003016=1 +00003017=1 +00003018=1 +00003019=1 +0000301a=1 +00003020=1 +00003025=1 +00003026=1 +0000302a=1 +0000302b=1 +0000302f=1 +00003034=1 +00003039=1 +0000303e=1 +0000303f=1 +00003040=1 +00003041=1 +00003042=1 +00003043=1 +00003044=1 +00003045=1 +00003048=1 +00003049=1 +0000304a=1 +0000304b=1 +0000304d=1 +00003052=1 +00003053=1 +00003054=1 +00003055=1 +0000305c=1 +0000305d=1 +0000305e=1 +0000305f=1 +00003060=1 +00003061=1 +00003062=1 +00003066=1 +00003067=1 +0000306b=1 +00003070=1 +00003071=1 +00003075=1 +00003076=1 +0000307a=1 +0000307b=1 +0000307c=1 +0000307d=1 +0000307e=1 +00003084=1 +00003085=1 +00003086=1 +00003089=1 +0000308a=1 +0000308e=1 +0000308f=1 +00003090=1 +00003091=1 +00003092=1 +00003093=1 +00003098=1 +00003099=1 +0000309a=1 +0000309b=1 +000030a2=1 +000030a3=1 +000030a4=1 +000030a5=1 +000030a6=1 +000030a7=1 +000030a8=1 +000030a9=1 +000030aa=1 +000030ab=1 +000030ac=1 +000030b1=1 +000030b2=1 +000030b3=1 +000030b4=1 +000030b5=1 +000030b6=1 +000030ba=1 +000030bb=1 +000030bc=1 +000030bd=1 +000030c0=1 +000030c1=1 +000030c2=1 +000030c3=1 +00003201=1 +00003202=1 +00003203=1 +00003204=1 +00003205=1 +00003206=1 +00003207=1 +00003208=1 +00003209=1 +0000320a=1 +0000320b=1 +0000320c=1 +0000320d=1 +0000320f=1 +00003210=1 +00003212=1 +00003214=1 +00003215=1 +00003216=1 +00003217=1 +00003218=1 +00003219=1 +0000321a=1 +0000321c=1 +0000321d=1 +0000321e=1 +0000321f=1 +00003220=1 +00003221=1 +00003222=1 +00003223=1 +00003224=1 +00003225=1 +00003226=1 +00003227=1 +00003228=1 +00003229=1 +0000322a=1 +0000322b=1 +0000322c=1 +0000322d=1 +000032c8=1 +000032c9=1 +000032ca=1 +000032cb=1 +000032cc=1 +000032cd=1 +000032ce=1 +000032cf=1 +000032d0=1 +000032d1=1 +000032d2=1 +000032d3=1 +000032d4=1 +000032d5=1 +000032d6=1 +000032d7=1 +000032d8=1 +000032d9=1 +000032da=1 +000032dc=1 +000032dd=1 +000032de=1 +000032df=1 +000032e0=1 +000032e1=1 +000032e2=1 +000032e3=1 +000032e4=1 +000032e5=1 +000032e6=1 +000032ea=1 +000032eb=1 +000032ec=1 +000032ed=1 +000032ee=1 +000032ef=1 +000032f0=1 +000032f1=1 +000032f2=1 +000032f3=1 +000032f4=1 +000032f5=1 +000032f6=1 +000032f7=1 +000032f8=1 +00003304=1 +00003305=1 +00003306=1 +00003307=1 +00003308=1 +00003309=1 +0000330a=1 +0000330b=1 +0000330c=1 +0000330d=1 +0000330e=1 +0000330f=1 +00003310=1 +00003311=1 +00003312=1 +00003313=1 +00003314=1 +00003315=1 +00003316=1 +00003317=1 +00003318=1 +00003319=1 +0000331a=1 +0000331b=1 +0000331c=1 +0000331d=1 +0000331e=1 +00003322=1 +00003323=1 +00003324=1 +00003325=1 +00003326=1 +00003327=1 +00003328=1 +00003329=1 +0000332a=1 +0000332b=1 +0000332c=1 +0000332d=1 +0000332e=1 +0000332f=1 +00003330=1 +00003331=1 +00003333=1 +00003335=1 +00003336=1 +00003337=1 +00003338=1 +00003339=1 +0000333a=1 +0000333b=1 +0000333c=1 +0000333d=1 +0000333e=1 +0000333f=1 +00003340=1 +00003341=1 +00003342=1 +00003343=1 +00003344=1 +00003345=1 +00003346=1 +00003347=1 +0000334a=1 +0000334b=1 +0000334c=1 +00003354=1 +00003355=1 +00003356=1 +00003357=1 +00003358=1 +00003359=1 +0000335a=1 +0000335b=1 +0000335c=1 +0000335d=1 +0000335e=1 +0000335f=1 +00003360=1 +00003361=1 +00003362=1 +00003363=1 +00003364=1 +00003365=1 +00003366=1 +00003367=1 +00003368=1 +00003369=1 +0000336a=1 +0000336b=1 +0000336c=1 +0000336d=1 +0000336e=1 +0000336f=1 +00003372=1 +00003373=1 +00003386=1 +00003387=1 +00003388=1 +00003389=1 +0000338a=1 +0000338c=1 +0000338d=1 +0000338f=1 +00003390=1 +00003392=1 +000033f4=1 +000033f5=1 +000033f6=1 +000033f7=1 +000033f8=1 +000033f9=1 +000033fa=1 +000033fb=1 +000033fc=1 +000033fd=1 +000033fe=1 +000033ff=1 +00003400=1 +00003401=1 +00003402=1 +00003403=1 +00003408=1 +00003409=1 +0000340a=1 +0000340b=1 +0000340c=1 +0000340d=1 +0000340e=1 +0000340f=1 +00003410=1 +00003412=1 +00003413=1 +00003414=1 +00003415=1 +00003416=1 +0000341c=1 +0000341d=1 +0000341e=1 +0000341f=1 +00003420=1 +00003421=1 +00003422=1 +00003423=1 +00003426=1 +0000342b=1 +0000342c=1 +0000342d=1 +0000342e=1 +0000342f=1 +00003430=1 +00003431=1 +00003432=1 +00003433=1 +00003434=1 +00003435=1 +00003436=1 +00003437=1 +00003438=1 +00003439=1 +00003444=1 +00003445=1 +00003446=1 +00003447=1 +00003448=1 +00003449=1 +0000344a=1 +0000344b=1 +0000344c=1 +00003458=1 +00003459=1 +0000345a=1 +0000345b=1 +0000345c=1 +00003485=1 +00003486=1 +0000348a=1 +0000348b=1 +0000348c=1 +0000348d=1 +0000348e=1 +0000348f=1 +00003490=1 +00003491=1 +00003492=1 +00003493=1 +00003494=1 +00003495=1 +00003496=1 +00003497=1 +0000349e=1 +0000349f=1 +000034a0=1 +000034a1=1 +000034a2=1 +000034a3=1 +000034a4=1 +000034a5=1 +000034a6=1 +000034ef=1 +000034f1=1 +000034f2=1 +000034f3=1 +000034f4=1 +000034f5=1 +000034f6=1 +000034f7=1 +000034f8=1 +000034f9=1 +000034fa=1 +000034fb=1 +000034fc=1 +00003566=1 +00003567=1 +00003568=1 +00003569=1 +0000356a=1 +0000356b=1 +0000356c=1 +00003570=1 +00003571=1 +00003572=1 +00003573=1 +00003574=1 +00003575=1 +00003576=1 +00003577=1 +00003584=1 +00003585=1 +0000358e=1 +0000358f=1 +00003590=1 +00003591=1 +00003598=1 +0000359d=1 +000035a2=1 +000035a3=1 +000035a7=1 +000035a8=1 +000035a9=1 +000035ac=1 +000035ad=1 +000035ae=1 +000035af=1 +000035b6=1 +000035b7=1 +000035b8=1 +000035bb=1 +000035bc=1 +000035bd=1 +000035c0=1 +000035c5=1 +000035ca=1 +000035cb=1 +000035cf=1 +000035d0=1 +000035d1=1 +000035d2=1 +000035d3=1 +000035e8=1 +000035e9=1 +000035ea=1 +000035ed=1 +000035ee=1 +000035ef=1 +000035f0=1 +000035f1=1 +000035f7=1 +000035fc=1 +000035fd=1 +00003601=1 +0000361a=1 +0000361f=1 +00003620=1 +00003621=1 +00003629=1 +0000362a=1 +0000362b=1 +0000362e=1 +0000362f=1 +00003630=1 +00003631=1 +00003638=1 +00003639=1 +0000363a=1 +0000363d=1 +0000363e=1 +00003642=1 +00003643=1 +0000364c=1 +0000364d=1 +0000364e=1 +0000364f=1 +00003650=1 +00003651=1 +00003652=1 +00003653=1 +00003656=0 +00003657=1 +0000365b=1 +0000365c=1 +00003660=1 +00003661=1 +00003665=1 +00003666=1 +00003667=1 +00003668=1 +00003669=1 +0000366c=1 +0000366d=1 +0000366e=1 +00003679=1 +0000367a=1 +0000367b=1 +0000367e=1 +0000367f=1 +00003680=1 +00003681=1 +00003682=1 +00003688=1 +0000368d=1 +0000368e=1 +00003692=1 +00003693=1 +00003694=1 +00003695=1 +00003696=1 +00003697=1 +00003698=1 +0000369c=1 +0000369d=1 +0000369e=1 +0000369f=1 +000036a0=1 +000036a1=1 +000036a2=1 +000036a6=1 +000036a7=1 +000036a8=1 +000036a9=1 +000036b0=1 +000036b5=1 +000036ba=1 +000036bb=1 +000036bc=1 +000036c4=1 +000036c5=1 +000036c6=1 +000036c7=1 +000036c8=1 +000036c9=1 +000036ca=1 +000036ce=1 +000036cf=1 +000036d0=1 +000036d8=1 +000036d9=1 +000036da=1 +000036db=1 +000036dc=1 +000036dd=1 +000036de=1 +000036e2=1 +000036e3=1 +000036e4=1 +000036e5=1 +000036ed=1 +000036ee=1 +000036ef=1 +000036f0=1 +000036f1=1 +000036f2=1 +000036f3=1 +000036f4=1 +000036f6=1 +000036f7=1 +000036f8=1 +000036f9=1 +000036fa=1 +000036fb=1 +00003714=1 +00003746=1 +00003747=1 +0000374b=1 +00003750=1 +00003755=1 +00003756=1 +00003757=1 +00003758=1 +0000375a=1 +0000375b=1 +00003764=1 +00003765=1 +00003769=1 +0000376a=1 +0000376b=1 +0000376c=1 +0000376d=1 +00003773=1 + +[Relayout] + diff --git a/translations/dutch/7zip.slt b/translations/projects/Dutch/slt/7zip.slt similarity index 99% rename from translations/dutch/7zip.slt rename to translations/projects/Dutch/slt/7zip.slt index ba07b7ab0..c3be24fff 100644 --- a/translations/dutch/7zip.slt +++ b/translations/projects/Dutch/slt/7zip.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\dutch\7zip.atp" +PROJECTNAME,"translator\salamand 5.0\projects\dutch\7zip.atp" TEXTVERSION,"1.31 (x86)" VERSION,"1,3,1,180" diff --git a/translations/dutch/automation.slt b/translations/projects/Dutch/slt/automation.slt similarity index 97% rename from translations/dutch/automation.slt rename to translations/projects/Dutch/slt/automation.slt index 06dc91682..21696a05c 100644 --- a/translations/dutch/automation.slt +++ b/translations/projects/Dutch/slt/automation.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\dutch\automation.atp" +PROJECTNAME,"translator\salamand 5.0\projects\dutch\automation.atp" TEXTVERSION,"1.7 (x86)" VERSION,"1,7,0,180" diff --git a/translations/dutch/checksum.slt b/translations/projects/Dutch/slt/checksum.slt similarity index 98% rename from translations/dutch/checksum.slt rename to translations/projects/Dutch/slt/checksum.slt index 3cb82c658..d4ba98de8 100644 --- a/translations/dutch/checksum.slt +++ b/translations/projects/Dutch/slt/checksum.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\dutch\checksum.atp" +PROJECTNAME,"translator\salamand 5.0\projects\dutch\checksum.atp" TEXTVERSION,"2.2 (x86)" VERSION,"2,2,0,180" diff --git a/translations/dutch/checkver.slt b/translations/projects/Dutch/slt/checkver.slt similarity index 98% rename from translations/dutch/checkver.slt rename to translations/projects/Dutch/slt/checkver.slt index ab37ef352..6a94168af 100644 --- a/translations/dutch/checkver.slt +++ b/translations/projects/Dutch/slt/checkver.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\dutch\checkver.atp" +PROJECTNAME,"translator\salamand 5.0\projects\dutch\checkver.atp" TEXTVERSION,"1.26 (x86)" VERSION,"1,2,6,180" diff --git a/translations/dutch/dbviewer.slt b/translations/projects/Dutch/slt/dbviewer.slt similarity index 98% rename from translations/dutch/dbviewer.slt rename to translations/projects/Dutch/slt/dbviewer.slt index 736027a01..9b913be92 100644 --- a/translations/dutch/dbviewer.slt +++ b/translations/projects/Dutch/slt/dbviewer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\dutch\dbviewer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\dutch\dbviewer.atp" TEXTVERSION,"1.23 (x86)" VERSION,"1,2,3,180" diff --git a/translations/dutch/diskmap.slt b/translations/projects/Dutch/slt/diskmap.slt similarity index 96% rename from translations/dutch/diskmap.slt rename to translations/projects/Dutch/slt/diskmap.slt index 1462e9734..f2c6c2433 100644 --- a/translations/dutch/diskmap.slt +++ b/translations/projects/Dutch/slt/diskmap.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\dutch\diskmap.atp" +PROJECTNAME,"translator\salamand 5.0\projects\dutch\diskmap.atp" TEXTVERSION,"1.12 (x86)" VERSION,"1,1,2,180" diff --git a/translations/dutch/filecomp.slt b/translations/projects/Dutch/slt/filecomp.slt similarity index 99% rename from translations/dutch/filecomp.slt rename to translations/projects/Dutch/slt/filecomp.slt index 2facd3626..07fd27937 100644 --- a/translations/dutch/filecomp.slt +++ b/translations/projects/Dutch/slt/filecomp.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\dutch\filecomp.atp" +PROJECTNAME,"translator\salamand 5.0\projects\dutch\filecomp.atp" TEXTVERSION,"1.19 (x86)" VERSION,"1,1,9,180" diff --git a/translations/dutch/ftp.slt b/translations/projects/Dutch/slt/ftp.slt similarity index 99% rename from translations/dutch/ftp.slt rename to translations/projects/Dutch/slt/ftp.slt index e043d2294..133a600ca 100644 --- a/translations/dutch/ftp.slt +++ b/translations/projects/Dutch/slt/ftp.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\dutch\ftp.atp" +PROJECTNAME,"translator\salamand 5.0\projects\dutch\ftp.atp" TEXTVERSION,"1.35 (x86)" VERSION,"1,3,5,180" diff --git a/translations/dutch/ieviewer.slt b/translations/projects/Dutch/slt/ieviewer.slt similarity index 88% rename from translations/dutch/ieviewer.slt rename to translations/projects/Dutch/slt/ieviewer.slt index 06e89110c..3dcf75b53 100644 --- a/translations/dutch/ieviewer.slt +++ b/translations/projects/Dutch/slt/ieviewer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\dutch\ieviewer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\dutch\ieviewer.atp" TEXTVERSION,"1.12 (x86)" VERSION,"1,1,2,180" diff --git a/translations/dutch/mmviewer.slt b/translations/projects/Dutch/slt/mmviewer.slt similarity index 99% rename from translations/dutch/mmviewer.slt rename to translations/projects/Dutch/slt/mmviewer.slt index 2c05b520b..8ee1c9185 100644 --- a/translations/dutch/mmviewer.slt +++ b/translations/projects/Dutch/slt/mmviewer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\dutch\mmviewer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\dutch\mmviewer.atp" TEXTVERSION,"1.16 (x86)" VERSION,"1,1,6,180" diff --git a/translations/dutch/nethood.slt b/translations/projects/Dutch/slt/nethood.slt similarity index 94% rename from translations/dutch/nethood.slt rename to translations/projects/Dutch/slt/nethood.slt index f2ffc19ff..036385e10 100644 --- a/translations/dutch/nethood.slt +++ b/translations/projects/Dutch/slt/nethood.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\dutch\nethood.atp" +PROJECTNAME,"translator\salamand 5.0\projects\dutch\nethood.atp" TEXTVERSION,"1.08 (x86)" VERSION,"1,0,8,180" diff --git a/translations/dutch/pak.slt b/translations/projects/Dutch/slt/pak.slt similarity index 97% rename from translations/dutch/pak.slt rename to translations/projects/Dutch/slt/pak.slt index 127f1ec54..67e9ee993 100644 --- a/translations/dutch/pak.slt +++ b/translations/projects/Dutch/slt/pak.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\dutch\pak.atp" +PROJECTNAME,"translator\salamand 5.0\projects\dutch\pak.atp" TEXTVERSION,"1.71 (x86)" VERSION,"1,7,1,180" diff --git a/translations/dutch/peviewer.slt b/translations/projects/Dutch/slt/peviewer.slt similarity index 95% rename from translations/dutch/peviewer.slt rename to translations/projects/Dutch/slt/peviewer.slt index 16a55ed1e..eeb212b60 100644 --- a/translations/dutch/peviewer.slt +++ b/translations/projects/Dutch/slt/peviewer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\dutch\peviewer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\dutch\peviewer.atp" TEXTVERSION,"3.0 (x86)" VERSION,"3,0,0,180" diff --git a/translations/dutch/pictview.slt b/translations/projects/Dutch/slt/pictview.slt similarity index 99% rename from translations/dutch/pictview.slt rename to translations/projects/Dutch/slt/pictview.slt index 930d7b368..9b08f9a23 100644 --- a/translations/dutch/pictview.slt +++ b/translations/projects/Dutch/slt/pictview.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\dutch\pictview.atp" +PROJECTNAME,"translator\salamand 5.0\projects\dutch\pictview.atp" TEXTVERSION,"2.13 (x86)" VERSION,"2,1,3,180" diff --git a/translations/dutch/regedt.slt b/translations/projects/Dutch/slt/regedt.slt similarity index 99% rename from translations/dutch/regedt.slt rename to translations/projects/Dutch/slt/regedt.slt index a5c0d2d83..20b224853 100644 --- a/translations/dutch/regedt.slt +++ b/translations/projects/Dutch/slt/regedt.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\dutch\regedt.atp" +PROJECTNAME,"translator\salamand 5.0\projects\dutch\regedt.atp" TEXTVERSION,"1.14 (x86)" VERSION,"1,1,4,180" diff --git a/translations/dutch/renamer.slt b/translations/projects/Dutch/slt/renamer.slt similarity index 99% rename from translations/dutch/renamer.slt rename to translations/projects/Dutch/slt/renamer.slt index feeedf37b..fad3df4f3 100644 --- a/translations/dutch/renamer.slt +++ b/translations/projects/Dutch/slt/renamer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\dutch\renamer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\dutch\renamer.atp" TEXTVERSION,"1.13 (x86)" VERSION,"1,1,3,180" diff --git a/translations/dutch/salamand.slt b/translations/projects/Dutch/slt/salamand.slt similarity index 99% rename from translations/dutch/salamand.slt rename to translations/projects/Dutch/slt/salamand.slt index 1a8862d19..47f40fb5e 100644 --- a/translations/dutch/salamand.slt +++ b/translations/projects/Dutch/slt/salamand.slt @@ -1,7 +1,7 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\dutch\salamand.atp" -TEXTVERSION,"4.0 (x86)" -VERSION,"4,0,0,180" +PROJECTNAME,"translator\salamand 5.0\projects\dutch\salamand.atp" +TEXTVERSION,"5.0 (x86)" +VERSION,"5,0,0,183" [TRANSLATION] LANGID,1043 @@ -302,6 +302,8 @@ SLGINCOMPLETE,"" 1150,10,97,204,8,1,"Copyright © 1997-2023 Open Salamander Authors" 1152,10,108,20,8,1,"Web:" 272,31,108,64,8,1,"www.altap.cz" +1153,10,119,165,8,1,"Open Salamander is free software" +1154,10,130,214,8,1,"Licensed under GNU General Public License version 2 or later" 286,2,154,294,1,1,"" [DIALOG 300] diff --git a/translations/dutch/splitcbn.slt b/translations/projects/Dutch/slt/splitcbn.slt similarity index 98% rename from translations/dutch/splitcbn.slt rename to translations/projects/Dutch/slt/splitcbn.slt index 652210ea3..b9edd56ec 100644 --- a/translations/dutch/splitcbn.slt +++ b/translations/projects/Dutch/slt/splitcbn.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\dutch\splitcbn.atp" +PROJECTNAME,"translator\salamand 5.0\projects\dutch\splitcbn.atp" TEXTVERSION,"1.11 (x86)" VERSION,"1,1,1,180" diff --git a/translations/dutch/tar.slt b/translations/projects/Dutch/slt/tar.slt similarity index 97% rename from translations/dutch/tar.slt rename to translations/projects/Dutch/slt/tar.slt index 9bda51911..d2412d875 100644 --- a/translations/dutch/tar.slt +++ b/translations/projects/Dutch/slt/tar.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\dutch\tar.atp" +PROJECTNAME,"translator\salamand 5.0\projects\dutch\tar.atp" TEXTVERSION,"3.34 (x86)" VERSION,"3,3,4,180" diff --git a/translations/dutch/unarj.slt b/translations/projects/Dutch/slt/unarj.slt similarity index 98% rename from translations/dutch/unarj.slt rename to translations/projects/Dutch/slt/unarj.slt index 29ccb1828..4d01faee1 100644 --- a/translations/dutch/unarj.slt +++ b/translations/projects/Dutch/slt/unarj.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\dutch\unarj.atp" +PROJECTNAME,"translator\salamand 5.0\projects\dutch\unarj.atp" TEXTVERSION,"1.21 (x86)" VERSION,"1,2,1,180" diff --git a/translations/dutch/uncab.slt b/translations/projects/Dutch/slt/uncab.slt similarity index 98% rename from translations/dutch/uncab.slt rename to translations/projects/Dutch/slt/uncab.slt index 2e9485fb5..15f571964 100644 --- a/translations/dutch/uncab.slt +++ b/translations/projects/Dutch/slt/uncab.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\dutch\uncab.atp" +PROJECTNAME,"translator\salamand 5.0\projects\dutch\uncab.atp" TEXTVERSION,"1.27 (x86)" VERSION,"1,2,7,180" diff --git a/translations/dutch/unchm.slt b/translations/projects/Dutch/slt/unchm.slt similarity index 95% rename from translations/dutch/unchm.slt rename to translations/projects/Dutch/slt/unchm.slt index ecbac4c2c..ae1db02e6 100644 --- a/translations/dutch/unchm.slt +++ b/translations/projects/Dutch/slt/unchm.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\dutch\unchm.atp" +PROJECTNAME,"translator\salamand 5.0\projects\dutch\unchm.atp" TEXTVERSION,"1.03 (x86)" VERSION,"1,0,3,180" diff --git a/translations/dutch/undelete.slt b/translations/projects/Dutch/slt/undelete.slt similarity index 99% rename from translations/dutch/undelete.slt rename to translations/projects/Dutch/slt/undelete.slt index 69ec0ff99..4f46dbcea 100644 --- a/translations/dutch/undelete.slt +++ b/translations/projects/Dutch/slt/undelete.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\dutch\undelete.atp" +PROJECTNAME,"translator\salamand 5.0\projects\dutch\undelete.atp" TEXTVERSION,"1.11 (x86)" VERSION,"1,1,1,180" diff --git a/translations/dutch/unfat.slt b/translations/projects/Dutch/slt/unfat.slt similarity index 95% rename from translations/dutch/unfat.slt rename to translations/projects/Dutch/slt/unfat.slt index f811c0f7e..6527796cf 100644 --- a/translations/dutch/unfat.slt +++ b/translations/projects/Dutch/slt/unfat.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\dutch\unfat.atp" +PROJECTNAME,"translator\salamand 5.0\projects\dutch\unfat.atp" TEXTVERSION,"1.1 (x86)" VERSION,"1,1,0,180" diff --git a/translations/dutch/uniso.slt b/translations/projects/Dutch/slt/uniso.slt similarity index 98% rename from translations/dutch/uniso.slt rename to translations/projects/Dutch/slt/uniso.slt index 5f6b634c6..f11de9fd8 100644 --- a/translations/dutch/uniso.slt +++ b/translations/projects/Dutch/slt/uniso.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\dutch\uniso.atp" +PROJECTNAME,"translator\salamand 5.0\projects\dutch\uniso.atp" TEXTVERSION,"1.37 (x86)" VERSION,"1,3,7,180" diff --git a/translations/dutch/unlha.slt b/translations/projects/Dutch/slt/unlha.slt similarity index 95% rename from translations/dutch/unlha.slt rename to translations/projects/Dutch/slt/unlha.slt index 537a1d1b7..40709cefb 100644 --- a/translations/dutch/unlha.slt +++ b/translations/projects/Dutch/slt/unlha.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\dutch\unlha.atp" +PROJECTNAME,"translator\salamand 5.0\projects\dutch\unlha.atp" TEXTVERSION,"1.13 (x86)" VERSION,"1,1,3,180" diff --git a/translations/dutch/unmime.slt b/translations/projects/Dutch/slt/unmime.slt similarity index 96% rename from translations/dutch/unmime.slt rename to translations/projects/Dutch/slt/unmime.slt index 0e61dc59f..babe82a51 100644 --- a/translations/dutch/unmime.slt +++ b/translations/projects/Dutch/slt/unmime.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\dutch\unmime.atp" +PROJECTNAME,"translator\salamand 5.0\projects\dutch\unmime.atp" TEXTVERSION,"1.14 (x86)" VERSION,"1,1,4,180" diff --git a/translations/dutch/unrar.slt b/translations/projects/Dutch/slt/unrar.slt similarity index 98% rename from translations/dutch/unrar.slt rename to translations/projects/Dutch/slt/unrar.slt index 79b432ea6..8623b24d8 100644 --- a/translations/dutch/unrar.slt +++ b/translations/projects/Dutch/slt/unrar.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\dutch\unrar.atp" +PROJECTNAME,"translator\salamand 5.0\projects\dutch\unrar.atp" TEXTVERSION,"3.01 (x86)" VERSION,"3,0,1,180" diff --git a/translations/dutch/wmobile.slt b/translations/projects/Dutch/slt/wmobile.slt similarity index 98% rename from translations/dutch/wmobile.slt rename to translations/projects/Dutch/slt/wmobile.slt index ac0321c4d..787d14af7 100644 --- a/translations/dutch/wmobile.slt +++ b/translations/projects/Dutch/slt/wmobile.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\dutch\wmobile.atp" +PROJECTNAME,"translator\salamand 5.0\projects\dutch\wmobile.atp" TEXTVERSION,"1.08 (x86)" VERSION,"1,0,8,180" diff --git a/translations/dutch/zip.slt b/translations/projects/Dutch/slt/zip.slt similarity index 99% rename from translations/dutch/zip.slt rename to translations/projects/Dutch/slt/zip.slt index cf6e46ab9..70e60d228 100644 --- a/translations/dutch/zip.slt +++ b/translations/projects/Dutch/slt/zip.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\dutch\zip.atp" +PROJECTNAME,"translator\salamand 5.0\projects\dutch\zip.atp" TEXTVERSION,"1.39 (x86)" VERSION,"1,3,9,180" diff --git a/translations/projects/Dutch/splitcbn.atp b/translations/projects/Dutch/splitcbn.atp new file mode 100644 index 000000000..d338228ef --- /dev/null +++ b/translations/projects/Dutch/splitcbn.atp @@ -0,0 +1,117 @@ +[Files] +Original=$BUILD_DIR\plugins\splitcbn\lang\english.slg +Translated=$BUILD_DIR\plugins\splitcbn\lang\dutch.slg +Include=..\..\symbols\plugins\splitcbn\symbols.inc +SalMenu=..\..\symbols\plugins\splitcbn\salmenu.mnu +IgnoreList=..\..\symbols\plugins\splitcbn\ignore.lst +CheckList=..\..\symbols\plugins\splitcbn\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00650000=1 +00650001=1 +00650002=1 +00650003=1 +00650004=1 +00650005=1 +00650007=1 +00650008=1 +00650009=1 +00660000=1 +00660004=1 +00660005=1 +00660006=1 +00660009=1 +0066000c=1 +0066000d=1 +0066000e=1 +0066000f=1 +00670000=1 +00670001=1 +00670003=1 +00670004=1 +00670005=1 +00670006=1 +00670007=1 +00670008=1 +0067000a=1 +0067000c=1 +0067000d=1 +0067000e=1 +00680000=1 +00680001=1 +00680002=1 +00680005=1 + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000005=1 +00000006=1 +00000007=1 +00000008=1 +00000009=1 +0000000a=1 +0000000b=1 +0000000c=1 +0000000d=1 +0000000e=1 +0000000f=1 +00000010=1 +00000011=1 +00000012=1 +00000013=1 +00000015=1 +00000016=1 +00000017=1 +00000018=1 +00000019=1 +0000001a=1 +0000001b=1 +0000001c=1 +0000001d=1 +0000001e=1 +0000001f=1 +00000020=1 +00000021=1 +00000022=1 +00000023=1 +00000024=1 +00000025=1 +00000026=1 +00000027=1 +00000028=1 +00000029=1 +0000002a=1 +0000002b=1 +0000003f=1 +00000040=1 +00000043=1 +00000044=1 +00000045=1 +00000046=1 +00000047=1 +00000048=1 +00000049=1 +0000004a=1 +0000004b=1 +0000004c=1 +0000004d=1 +0000004e=1 +0000004f=1 +00000050=1 +00000051=1 +00000052=1 + +[Relayout] + diff --git a/translations/projects/Dutch/tar.atp b/translations/projects/Dutch/tar.atp new file mode 100644 index 000000000..c75273974 --- /dev/null +++ b/translations/projects/Dutch/tar.atp @@ -0,0 +1,61 @@ +[Files] +Original=$BUILD_DIR\plugins\tar\lang\english.slg +Translated=$BUILD_DIR\plugins\tar\lang\dutch.slg +Include=..\..\symbols\plugins\tar\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +00002bc0=1 +00002bc1=1 +00002bc2=1 +00002bc3=1 +00002bc4=1 +00002bc5=1 +00002bc6=1 +00002bc7=1 +00002be8=1 +00002bf2=1 +00002bf3=1 +00002bf4=1 +00002bfc=1 +00002bfd=1 +00002bfe=1 +00002bff=1 +00002c00=1 +00002c01=1 +00002c02=1 +00002c03=1 +00002c04=1 +00002c05=1 +00002c06=1 +00002c07=1 +00002c08=1 +00002c09=1 +00002c0a=1 +00002c0b=1 +00002c10=1 +00002c11=1 +00002c12=1 +00002c13=1 +00002c14=1 +00002c15=1 +00002c16=1 +00002c1b=1 +00002c1c=1 +00002c1d=1 +00002c23=1 +00002c24=1 +00002c25=1 + +[Relayout] + diff --git a/translations/projects/Dutch/unarj.atp b/translations/projects/Dutch/unarj.atp new file mode 100644 index 000000000..a41192bc5 --- /dev/null +++ b/translations/projects/Dutch/unarj.atp @@ -0,0 +1,78 @@ +[Files] +Original=$BUILD_DIR\plugins\unarj\lang\english.slg +Translated=$BUILD_DIR\plugins\unarj\lang\dutch.slg +Include=..\..\symbols\plugins\unarj\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640002=1 +00640004=1 +00640006=1 +00640007=1 +00640008=1 +00670000=1 +00670001=1 +00670003=1 +00670004=1 +00670005=1 +00670006=1 +00670007=1 +006a0000=1 +006a0001=1 +006a0002=1 +006a0003=1 +006a0004=1 +006a0006=1 +006a0007=1 +00730000=1 +00730001=1 +00730002=1 +00730003=1 +00730005=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 + +[Relayout] + diff --git a/translations/projects/Dutch/uncab.atp b/translations/projects/Dutch/uncab.atp new file mode 100644 index 000000000..b91b1be98 --- /dev/null +++ b/translations/projects/Dutch/uncab.atp @@ -0,0 +1,80 @@ +[Files] +Original=$BUILD_DIR\plugins\uncab\lang\english.slg +Translated=$BUILD_DIR\plugins\uncab\lang\dutch.slg +Include=..\..\symbols\plugins\uncab\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640002=1 +00640004=1 +00640006=1 +00640008=1 +00640009=1 +0064000a=1 +00670000=1 +00670001=1 +00670003=1 +00670004=1 +00670005=1 +00670006=1 +00670007=1 +00670008=1 +006a0000=1 +006a0001=1 +006a0002=1 +006a0003=1 +006a0004=1 +006a0006=1 +006a0007=1 +00730000=1 +00730001=1 +00730002=1 +00730003=1 +00730005=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003f0=1 +000003f4=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 + +[Relayout] + diff --git a/translations/projects/Dutch/unchm.atp b/translations/projects/Dutch/unchm.atp new file mode 100644 index 000000000..caf6d4ab4 --- /dev/null +++ b/translations/projects/Dutch/unchm.atp @@ -0,0 +1,46 @@ +[Files] +Original=$BUILD_DIR\plugins\unchm\lang\english.slg +Translated=$BUILD_DIR\plugins\unchm\lang\dutch.slg +Include=..\..\symbols\plugins\unchm\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000408=1 +0000044c=1 +0000044d=1 +00000451=1 +00000452=1 +00000453=1 + +[Relayout] + diff --git a/translations/projects/Dutch/undelete.atp b/translations/projects/Dutch/undelete.atp new file mode 100644 index 000000000..838dc771f --- /dev/null +++ b/translations/projects/Dutch/undelete.atp @@ -0,0 +1,152 @@ +[Files] +Original=$BUILD_DIR\plugins\undelete\lang\english.slg +Translated=$BUILD_DIR\plugins\undelete\lang\dutch.slg +Include=..\..\symbols\plugins\undelete\symbols.inc +SalMenu=..\..\symbols\plugins\undelete\salmenu.mnu +IgnoreList=..\..\symbols\plugins\undelete\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +03e80000=1 +03e80003=1 +03e80004=1 +044c0000=1 +044c0001=1 +044c0003=1 +044c0005=1 +044c0006=1 +044c0007=1 +044c0008=1 +044c0009=1 +044c000a=1 +044c000b=1 +044c000c=1 +044c000d=1 +044c000e=1 +04b00000=1 +04b00001=1 +04b00003=1 +04b00005=1 +04b00007=1 +04b00009=1 +05140000=1 +05140001=1 +05140003=1 +05140004=1 +05140005=1 +05780000=1 +05780001=1 +05780003=1 +05780004=1 +05780005=1 +05780006=1 +05780007=1 +05780008=1 +05780009=1 +05dc0000=1 +05dc0001=1 +05dc0002=1 +05dc0004=1 +05dc0005=1 +05dc0006=1 +05dc0007=1 + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000006=1 +00000009=1 +0000000a=1 +0000000b=1 +0000000c=1 +0000000d=1 +0000000e=1 +0000000f=1 +00000011=1 +00000012=1 +00000013=1 +00000014=1 +00000015=1 +00000016=1 +00000017=1 +00000018=1 +00000019=1 +0000001a=1 +0000001b=1 +0000001c=1 +0000001d=1 +0000001e=1 +0000001f=1 +00000020=1 +00000021=1 +00000022=1 +00000023=1 +00000024=1 +00000025=1 +00000026=1 +00000027=1 +00000028=1 +00000029=1 +0000002a=1 +0000002b=1 +0000002c=1 +0000002d=1 +0000002e=1 +0000002f=1 +00000030=1 +00000031=1 +00000032=1 +0000003b=1 +0000003c=1 +0000003d=1 +0000003e=1 +0000003f=1 +00000040=1 +00000041=1 +00000042=1 +00000043=1 +00000044=1 +00000045=1 +00000046=1 +00000047=1 +00000048=1 +00000049=1 +0000004a=1 +0000004b=1 +0000004d=1 +00000050=1 +00000051=1 +00000052=1 +00000053=1 +00000054=1 +00000055=1 +00000056=1 +0000005a=1 +0000005b=1 +0000005c=1 +0000005d=1 +0000005e=1 +0000005f=1 +00000060=1 +00000061=1 +00000062=1 +00000063=1 +00000064=1 +00000065=1 +00000066=1 +00000067=1 +00000068=1 +00000069=1 + +[Relayout] + diff --git a/translations/projects/Dutch/unfat.atp b/translations/projects/Dutch/unfat.atp new file mode 100644 index 000000000..f1d3f87bc --- /dev/null +++ b/translations/projects/Dutch/unfat.atp @@ -0,0 +1,33 @@ +[Files] +Original=$BUILD_DIR\plugins\unfat\lang\english.slg +Translated=$BUILD_DIR\plugins\unfat\lang\dutch.slg +Include=..\..\symbols\plugins\unfat\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003eb=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000450=1 +00000452=1 +00000453=1 +00000454=1 +00000455=1 +00000456=1 + +[Relayout] + diff --git a/translations/projects/Dutch/uniso.atp b/translations/projects/Dutch/uniso.atp new file mode 100644 index 000000000..eae5fcde9 --- /dev/null +++ b/translations/projects/Dutch/uniso.atp @@ -0,0 +1,99 @@ +[Files] +Original=$BUILD_DIR\plugins\uniso\lang\english.slg +Translated=$BUILD_DIR\plugins\uniso\lang\dutch.slg +Include=..\..\symbols\plugins\uniso\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +04b00000=1 +04b00001=1 +04b00002=1 +04b00003=1 +04b00005=1 +04b00006=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=0 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +0000047e=1 +0000047f=1 +00000480=1 +00000481=1 +00000482=1 +00000483=1 +00000484=1 + +[Relayout] + diff --git a/translations/projects/Dutch/unlha.atp b/translations/projects/Dutch/unlha.atp new file mode 100644 index 000000000..73166ce77 --- /dev/null +++ b/translations/projects/Dutch/unlha.atp @@ -0,0 +1,41 @@ +[Files] +Original=$BUILD_DIR\plugins\unlha\lang\english.slg +Translated=$BUILD_DIR\plugins\unlha\lang\dutch.slg +Include=..\..\symbols\plugins\unlha\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000005=1 +00000006=1 +00000007=1 +00000008=1 +0000000a=1 +0000000b=1 +0000000c=1 +0000000d=1 +0000000e=1 +0000000f=1 +00000010=1 +00000011=1 +00000012=1 +00000013=1 +00000014=1 +00000015=1 +00000016=1 + +[Relayout] + diff --git a/translations/projects/Dutch/unmime.atp b/translations/projects/Dutch/unmime.atp new file mode 100644 index 000000000..fdf30118d --- /dev/null +++ b/translations/projects/Dutch/unmime.atp @@ -0,0 +1,43 @@ +[Files] +Original=$BUILD_DIR\plugins\unmime\lang\english.slg +Translated=$BUILD_DIR\plugins\unmime\lang\dutch.slg +Include=..\..\symbols\plugins\unmime\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00650000=1 +00650001=1 +00650003=1 +00650004=1 +00650005=1 +00650006=1 +00650008=1 +00650009=1 + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000005=1 +00000006=1 +00000007=1 +00000008=1 +00000009=1 +0000000a=1 +0000000b=1 +0000000c=1 +0000000d=1 +0000000e=1 +0000000f=1 + +[Relayout] + diff --git a/translations/projects/Dutch/unrar.atp b/translations/projects/Dutch/unrar.atp new file mode 100644 index 000000000..93da7dce4 --- /dev/null +++ b/translations/projects/Dutch/unrar.atp @@ -0,0 +1,93 @@ +[Files] +Original=$BUILD_DIR\plugins\unrar\lang\english.slg +Translated=$BUILD_DIR\plugins\unrar\lang\dutch.slg +Include=..\..\symbols\plugins\unrar\symbols.inc +IgnoreList=..\..\symbols\plugins\unrar\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640002=1 +00640004=1 +00640005=1 +00640006=1 +00670000=1 +00670001=1 +00670003=1 +00670004=1 +00670005=1 +00670006=1 +00670007=1 +006a0000=1 +006a0001=1 +006a0002=1 +006a0003=1 +006a0004=1 +006a0006=1 +006a0008=1 +006a0009=1 +006c0000=1 +006c0002=1 +006c0003=1 +006c0005=1 +006c0007=1 +006c0008=1 +006c0009=1 +006c000a=1 +006c000b=1 +00730000=1 +00730001=1 +00730002=1 +00730003=1 +00730005=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +00000410=1 +00000411=1 + +[Relayout] + diff --git a/translations/projects/Dutch/wmobile.atp b/translations/projects/Dutch/wmobile.atp new file mode 100644 index 000000000..2d05da3ac --- /dev/null +++ b/translations/projects/Dutch/wmobile.atp @@ -0,0 +1,88 @@ +[Files] +Original=$BUILD_DIR\plugins\wmobile\lang\english.slg +Translated=$BUILD_DIR\plugins\wmobile\lang\dutch.slg +Include=..\..\symbols\plugins\wmobile\symbols.inc +IgnoreList=..\..\symbols\plugins\wmobile\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +01f40003=1 +01f40005=1 +01fe0005=1 +01fe0007=1 +01fe0009=1 +02080000=1 +02080002=1 +02080003=1 +02080004=1 +02080005=1 +02080006=1 +02080008=1 +02080009=1 +0208000c=1 +0208000f=1 +02080012=1 +02080014=1 +02080015=1 +02080017=1 +02080018=1 +02080019=1 + +[MenusTranslation] + +[StringsTranslation] +000007d0=1 +000007d1=1 +000007d2=1 +00000bb8=1 +00000bb9=1 +00000bba=1 +00000bbb=1 +00000bbc=1 +00000bbd=1 +00000bbe=1 +00000bbf=1 +00000bc0=1 +00000bc1=1 +00000bc2=1 +00000bc3=1 +00000bc4=1 +00000bc5=1 +00000bc6=1 +00000bc7=1 +00000bc8=1 +00000bc9=1 +00000bca=1 +00000bcb=1 +00000bcc=1 +00000bcd=1 +00000bce=1 +00000bcf=1 +00000bd0=1 +00000bd1=1 +00000bd2=1 +00000bd3=1 +00000bd4=1 +00000bd5=1 +00000bd6=1 +00000bd7=1 +00000bd8=1 +00000bd9=1 +00000bda=1 +00000bdb=1 +00000bdc=1 +00000bdd=1 +00000bde=1 +00000bdf=1 +00000be0=1 +00000be1=1 +00000be2=1 + +[Relayout] + diff --git a/translations/projects/Dutch/zip.atp b/translations/projects/Dutch/zip.atp new file mode 100644 index 000000000..54ed983ba --- /dev/null +++ b/translations/projects/Dutch/zip.atp @@ -0,0 +1,441 @@ +[Files] +Original=$BUILD_DIR\plugins\zip\lang\english.slg +Translated=$BUILD_DIR\plugins\zip\lang\dutch.slg +Include=..\..\symbols\plugins\zip\symbols.inc +SalMenu=..\..\symbols\plugins\zip\salmenu.mnu +IgnoreList=..\..\symbols\plugins\zip\ignore.lst +CheckList=..\..\symbols\plugins\zip\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640004=1 +00640005=1 +00640008=1 +0064000a=1 +0064000b=1 +0064000d=1 +0064000e=1 +00640010=1 +00640012=1 +00640013=1 +00640014=1 +00640015=1 +00640017=1 +00640018=1 +00640019=1 +0064001a=1 +0064001b=1 +00700000=1 +00700001=1 +00700003=1 +00700004=1 +00700006=1 +00700007=1 +00700008=1 +00700009=1 +0070000a=1 +0070000b=1 +0070000d=1 +0070000f=1 +00700011=1 +00700012=1 +00700013=1 +00700014=1 +00700015=1 +00700016=1 +00700018=1 +0070001a=1 +0070001b=1 +0070001c=1 +0070001d=1 +007b0000=1 +007b0002=1 +007b0003=1 +007b0005=1 +007b0007=1 +007b0008=1 +007b0009=1 +007b000a=1 +007e0000=1 +007e0001=1 +007e0002=1 +007e0004=1 +007e0006=1 +007e0008=1 +007e0009=1 +007e000a=1 +007e000b=1 +00870000=1 +00870002=1 +00870003=1 +00870004=1 +00890000=1 +00890001=1 +00890004=1 +00890005=1 +00890006=1 +00890007=1 +00890008=1 +008d0000=1 +008d0001=1 +008d0002=1 +008d0003=1 +008d0005=1 +008d0006=1 +008d0007=1 +008e0000=1 +008e0002=1 +008e0003=1 +008e0004=1 +008e0005=1 +008e0006=1 +008e0008=1 +008e0009=1 +008e000a=1 +00920000=1 +00920002=1 +00920003=1 +00920005=1 +00920006=1 +00920007=1 +00920008=1 +0092000a=1 +0092000b=1 +0092000c=1 +0092000d=1 +0092000e=1 +00920010=1 +00920012=1 +00920013=1 +00920014=1 +00920015=1 +00920016=1 +00920017=1 +00920018=1 +00920019=1 +0092001a=1 +0092001b=1 +0092001c=1 +0092001d=1 +00980000=1 +00980001=1 +00980004=1 +00980005=1 +00980006=1 +00980007=1 +00a60000=1 +00a60001=1 +00a60003=1 +00a60005=1 +00a60006=1 +00aa0000=1 +00aa0001=1 +00aa0003=1 +00aa0005=1 +00aa0007=1 +00aa0008=1 +00aa0009=1 +00b40000=1 +00be0000=1 +00be0001=1 +00be0002=1 +00be0003=1 +00be0004=1 +00be0006=1 +00be0008=1 +00be000a=1 +00be000c=1 +00be000d=1 +00be000f=1 +00be0011=1 +00be0013=1 +00be0015=1 +00be0017=1 +00be0018=1 +00be0019=1 +00be001a=1 +00d20000=1 +00d20001=1 +00d20003=1 +00d20004=1 +00d20005=1 +00d20006=1 +00dc0000=1 +00dc0001=1 +00dc0002=1 +00dc0003=1 +00dc0006=1 +00dc0007=1 +00dc0008=1 +00fa0000=1 +00fa0001=1 +00fa0002=1 +00fa0003=1 +00fa0004=1 +00fa0006=1 +00fa0007=1 +00fa0008=1 + +[MenusTranslation] +01900000=1 +01900001=1 +01900002=1 +01900003=1 +01900004=1 +01900005=1 +01900006=1 +01900007=1 +01900008=1 +0190000a=1 +0190000b=1 +0190000d=1 +03200001=1 +03200002=1 +03200004=1 +03520000=1 +03520001=1 +03520003=1 +035c0001=1 +035c0002=1 +035c0003=1 +035c0004=1 +035c0006=1 +035c0007=1 + +[StringsTranslation] +0000008b=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +00000418=1 +00000419=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +00000441=1 +00000442=1 +00000443=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000450=1 +00000451=1 +00000452=1 +00000453=1 +00000454=1 +00000455=1 +00000456=1 +00000457=1 +00000458=1 +00000459=1 +0000045a=1 +0000045b=1 +0000045c=1 +0000045d=1 +0000045e=1 +0000045f=1 +00000460=1 +00000461=1 +00000462=1 +00000463=1 +00000464=1 +00000465=1 +00000466=1 +00000467=1 +00000468=1 +00000469=1 +0000046a=1 +0000046b=1 +0000046c=1 +0000046d=1 +0000046e=1 +0000046f=1 +00000470=1 +00000471=1 +00000472=1 +00000473=1 +00000474=1 +00000475=1 +00000476=1 +00000477=1 +00000478=1 +00000479=1 +0000047a=1 +0000047b=1 +0000047c=1 +0000047d=1 +0000047e=1 +0000047f=1 +00000480=1 +00000481=1 +00000482=1 +00000483=1 +00000484=1 +00000485=1 +00000486=1 +00000487=1 +00000488=1 +00000489=1 +0000048a=1 +0000048b=1 +0000048c=1 +0000048d=1 +0000048e=1 +00000490=1 +00000491=1 +00000492=1 +00000493=1 +00000499=1 +000004a1=1 +000004a4=1 +000004a5=1 +000004a6=1 +000004a7=1 +000004a8=1 +000004a9=1 +000004aa=1 +000004ab=1 +000004ac=1 +000004ad=1 +000004ae=1 +000004af=1 +000004b0=1 +000004b1=1 +000004b2=1 +000004b8=1 +000004b9=1 +000004ba=1 +000004bb=1 +000004bc=1 +000004bd=1 +000004be=1 +000004bf=1 +000004c0=1 +000004c1=1 +000004c2=1 +000004c3=1 +000004c4=1 +000004c5=1 +000004c6=1 +000004c7=1 +000004c8=1 +000004c9=1 +000004ca=1 +000004cb=1 +000004cc=1 +000004cd=1 +000004ce=1 +000004cf=1 +000004d0=1 +000004d1=1 +000004d2=1 +000004d3=1 +000004d4=1 +000004d5=1 +000004d6=1 +000004d7=1 +000004d8=1 +000004d9=1 +000004da=1 +000004db=1 +000004e2=1 +000004e3=1 +000004e4=1 +000004e5=1 +000004e6=1 + +[Relayout] + diff --git a/translations/projects/English/!validate1.bat b/translations/projects/English/!validate1.bat new file mode 100644 index 000000000..31509bdba --- /dev/null +++ b/translations/projects/English/!validate1.bat @@ -0,0 +1 @@ +@call ..\tools\!validate1.bat diff --git a/translations/projects/English/!validate2.bat b/translations/projects/English/!validate2.bat new file mode 100644 index 000000000..92d2d8d79 --- /dev/null +++ b/translations/projects/English/!validate2.bat @@ -0,0 +1 @@ +@call ..\tools\!validate2.bat diff --git a/translations/projects/English/7zip.atp b/translations/projects/English/7zip.atp new file mode 100644 index 000000000..ea96bf6fe --- /dev/null +++ b/translations/projects/English/7zip.atp @@ -0,0 +1,12 @@ +[Files] +Original=$BUILD_DIR\plugins\7zip\lang\english.slg +Translated=$BUILD_DIR\plugins\7zip\lang\english.slg +Include=..\..\symbols\plugins\7zip\symbols.inc +SalMenu=..\..\symbols\plugins\7zip\salmenu.mnu +CheckList=..\..\symbols\plugins\7zip\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 diff --git a/translations/projects/English/automation.atp b/translations/projects/English/automation.atp new file mode 100644 index 000000000..2a98cec5d --- /dev/null +++ b/translations/projects/English/automation.atp @@ -0,0 +1,11 @@ +[Files] +Original=$BUILD_DIR\plugins\automation\lang\english.slg +Translated=$BUILD_DIR\plugins\automation\lang\english.slg +Include=..\..\symbols\plugins\automation\symbols.inc +SalMenu=..\..\symbols\plugins\automation\salmenu.mnu +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 diff --git a/translations/projects/English/checksum.atp b/translations/projects/English/checksum.atp new file mode 100644 index 000000000..813a3fcfa --- /dev/null +++ b/translations/projects/English/checksum.atp @@ -0,0 +1,12 @@ +[Files] +Original=$BUILD_DIR\plugins\checksum\lang\english.slg +Translated=$BUILD_DIR\plugins\checksum\lang\english.slg +Include=..\..\symbols\plugins\checksum\symbols.inc +SalMenu=..\..\symbols\plugins\checksum\salmenu.mnu +IgnoreList=..\..\symbols\plugins\checksum\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 diff --git a/translations/projects/English/checkver.atp b/translations/projects/English/checkver.atp new file mode 100644 index 000000000..db2a80cf3 --- /dev/null +++ b/translations/projects/English/checkver.atp @@ -0,0 +1,11 @@ +[Files] +Original=$BUILD_DIR\plugins\checkver\lang\english.slg +Translated=$BUILD_DIR\plugins\checkver\lang\english.slg +Include=..\..\symbols\plugins\checkver\symbols.inc +SalMenu=..\..\symbols\plugins\checkver\salmenu.mnu +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 diff --git a/translations/projects/English/dbviewer.atp b/translations/projects/English/dbviewer.atp new file mode 100644 index 000000000..c9a1d438c --- /dev/null +++ b/translations/projects/English/dbviewer.atp @@ -0,0 +1,12 @@ +[Files] +Original=$BUILD_DIR\plugins\dbviewer\lang\english.slg +Translated=$BUILD_DIR\plugins\dbviewer\lang\english.slg +Include=..\..\symbols\plugins\dbviewer\symbols.inc +SalMenu=..\..\symbols\plugins\dbviewer\salmenu.mnu +IgnoreList=..\..\symbols\plugins\dbviewer\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 diff --git a/translations/projects/English/diskmap.atp b/translations/projects/English/diskmap.atp new file mode 100644 index 000000000..2c7f6c183 --- /dev/null +++ b/translations/projects/English/diskmap.atp @@ -0,0 +1,11 @@ +[Files] +Original=$BUILD_DIR\plugins\diskmap\lang\english.slg +Translated=$BUILD_DIR\plugins\diskmap\lang\english.slg +Include=..\..\symbols\plugins\diskmap\symbols.inc +SalMenu=..\..\symbols\plugins\diskmap\salmenu.mnu +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 diff --git a/translations/projects/English/filecomp.atp b/translations/projects/English/filecomp.atp new file mode 100644 index 000000000..ed73013dd --- /dev/null +++ b/translations/projects/English/filecomp.atp @@ -0,0 +1,13 @@ +[Files] +Original=$BUILD_DIR\plugins\filecomp\lang\english.slg +Translated=$BUILD_DIR\plugins\filecomp\lang\english.slg +Include=..\..\symbols\plugins\filecomp\symbols.inc +SalMenu=..\..\symbols\plugins\filecomp\salmenu.mnu +IgnoreList=..\..\symbols\plugins\filecomp\ignore.lst +CheckList=..\..\symbols\plugins\filecomp\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 diff --git a/translations/projects/English/ftp.atp b/translations/projects/English/ftp.atp new file mode 100644 index 000000000..cfc44c164 --- /dev/null +++ b/translations/projects/English/ftp.atp @@ -0,0 +1,13 @@ +[Files] +Original=$BUILD_DIR\plugins\ftp\lang\english.slg +Translated=$BUILD_DIR\plugins\ftp\lang\english.slg +Include=..\..\symbols\plugins\ftp\symbols.inc +SalMenu=..\..\symbols\plugins\ftp\salmenu.mnu +IgnoreList=..\..\symbols\plugins\ftp\ignore.lst +CheckList=..\..\symbols\plugins\ftp\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 diff --git a/translations/projects/English/ieviewer.atp b/translations/projects/English/ieviewer.atp new file mode 100644 index 000000000..76228df0b --- /dev/null +++ b/translations/projects/English/ieviewer.atp @@ -0,0 +1,10 @@ +[Files] +Original=$BUILD_DIR\plugins\ieviewer\lang\english.slg +Translated=$BUILD_DIR\plugins\ieviewer\lang\english.slg +Include=..\..\symbols\plugins\ieviewer\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 diff --git a/translations/projects/English/mmviewer.atp b/translations/projects/English/mmviewer.atp new file mode 100644 index 000000000..b4e3591a2 --- /dev/null +++ b/translations/projects/English/mmviewer.atp @@ -0,0 +1,12 @@ +[Files] +Original=$BUILD_DIR\plugins\mmviewer\lang\english.slg +Translated=$BUILD_DIR\plugins\mmviewer\lang\english.slg +Include=..\..\symbols\plugins\mmviewer\symbols.inc +SalMenu=..\..\symbols\plugins\mmviewer\salmenu.mnu +CheckList=..\..\symbols\plugins\mmviewer\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 diff --git a/translations/projects/English/nethood.atp b/translations/projects/English/nethood.atp new file mode 100644 index 000000000..499bcce74 --- /dev/null +++ b/translations/projects/English/nethood.atp @@ -0,0 +1,10 @@ +[Files] +Original=$BUILD_DIR\plugins\nethood\lang\english.slg +Translated=$BUILD_DIR\plugins\nethood\lang\english.slg +Include=..\..\symbols\plugins\nethood\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 diff --git a/translations/projects/English/pak.atp b/translations/projects/English/pak.atp new file mode 100644 index 000000000..7c6e0044a --- /dev/null +++ b/translations/projects/English/pak.atp @@ -0,0 +1,10 @@ +[Files] +Original=$BUILD_DIR\plugins\pak\lang\english.slg +Translated=$BUILD_DIR\plugins\pak\lang\english.slg +Include=..\..\symbols\plugins\pak\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 diff --git a/translations/projects/English/peviewer.atp b/translations/projects/English/peviewer.atp new file mode 100644 index 000000000..769e00ad8 --- /dev/null +++ b/translations/projects/English/peviewer.atp @@ -0,0 +1,10 @@ +[Files] +Original=$BUILD_DIR\plugins\peviewer\lang\english.slg +Translated=$BUILD_DIR\plugins\peviewer\lang\english.slg +Include=..\..\symbols\plugins\peviewer\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 diff --git a/translations/projects/English/pictview.atp b/translations/projects/English/pictview.atp new file mode 100644 index 000000000..faa2e24a4 --- /dev/null +++ b/translations/projects/English/pictview.atp @@ -0,0 +1,13 @@ +[Files] +Original=$BUILD_DIR\plugins\pictview\lang\english.slg +Translated=$BUILD_DIR\plugins\pictview\lang\english.slg +Include=..\..\symbols\plugins\pictview\symbols.inc +SalMenu=..\..\symbols\plugins\pictview\salmenu.mnu +IgnoreList=..\..\symbols\plugins\pictview\ignore.lst +CheckList=..\..\symbols\plugins\pictview\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 diff --git a/translations/projects/English/regedt.atp b/translations/projects/English/regedt.atp new file mode 100644 index 000000000..cea788c2b --- /dev/null +++ b/translations/projects/English/regedt.atp @@ -0,0 +1,12 @@ +[Files] +Original=$BUILD_DIR\plugins\regedt\lang\english.slg +Translated=$BUILD_DIR\plugins\regedt\lang\english.slg +Include=..\..\symbols\plugins\regedt\symbols.inc +SalMenu=..\..\symbols\plugins\regedt\salmenu.mnu +IgnoreList=..\..\symbols\plugins\regedt\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 diff --git a/translations/projects/English/renamer.atp b/translations/projects/English/renamer.atp new file mode 100644 index 000000000..9c8f57231 --- /dev/null +++ b/translations/projects/English/renamer.atp @@ -0,0 +1,13 @@ +[Files] +Original=$BUILD_DIR\plugins\renamer\lang\english.slg +Translated=$BUILD_DIR\plugins\renamer\lang\english.slg +Include=..\..\symbols\plugins\renamer\symbols.inc +SalMenu=..\..\symbols\plugins\renamer\salmenu.mnu +IgnoreList=..\..\symbols\plugins\renamer\ignore.lst +CheckList=..\..\symbols\plugins\renamer\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 diff --git a/translations/projects/English/salamand.atp b/translations/projects/English/salamand.atp new file mode 100644 index 000000000..1fb19b76c --- /dev/null +++ b/translations/projects/English/salamand.atp @@ -0,0 +1,13 @@ +[Files] +Original=$BUILD_DIR\lang\english.slg +Translated=$BUILD_DIR\lang\english.slg +Include=..\..\symbols\symbols.inc +SalMenu=..\..\symbols\salmenu.mnu +IgnoreList=..\..\symbols\ignore.lst +CheckList=..\..\symbols\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 diff --git a/translations/projects/English/splitcbn.atp b/translations/projects/English/splitcbn.atp new file mode 100644 index 000000000..caa95c4f4 --- /dev/null +++ b/translations/projects/English/splitcbn.atp @@ -0,0 +1,13 @@ +[Files] +Original=$BUILD_DIR\plugins\splitcbn\lang\english.slg +Translated=$BUILD_DIR\plugins\splitcbn\lang\english.slg +Include=..\..\symbols\plugins\splitcbn\symbols.inc +SalMenu=..\..\symbols\plugins\splitcbn\salmenu.mnu +IgnoreList=..\..\symbols\plugins\splitcbn\ignore.lst +CheckList=..\..\symbols\plugins\splitcbn\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 diff --git a/translations/projects/English/tar.atp b/translations/projects/English/tar.atp new file mode 100644 index 000000000..2b2a750c0 --- /dev/null +++ b/translations/projects/English/tar.atp @@ -0,0 +1,10 @@ +[Files] +Original=$BUILD_DIR\plugins\tar\lang\english.slg +Translated=$BUILD_DIR\plugins\tar\lang\english.slg +Include=..\..\symbols\plugins\tar\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 diff --git a/translations/projects/English/unarj.atp b/translations/projects/English/unarj.atp new file mode 100644 index 000000000..07a7e780c --- /dev/null +++ b/translations/projects/English/unarj.atp @@ -0,0 +1,10 @@ +[Files] +Original=$BUILD_DIR\plugins\unarj\lang\english.slg +Translated=$BUILD_DIR\plugins\unarj\lang\english.slg +Include=..\..\symbols\plugins\unarj\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 diff --git a/translations/projects/English/uncab.atp b/translations/projects/English/uncab.atp new file mode 100644 index 000000000..e475612cf --- /dev/null +++ b/translations/projects/English/uncab.atp @@ -0,0 +1,10 @@ +[Files] +Original=$BUILD_DIR\plugins\uncab\lang\english.slg +Translated=$BUILD_DIR\plugins\uncab\lang\english.slg +Include=..\..\symbols\plugins\uncab\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 diff --git a/translations/projects/English/unchm.atp b/translations/projects/English/unchm.atp new file mode 100644 index 000000000..1d1543bdb --- /dev/null +++ b/translations/projects/English/unchm.atp @@ -0,0 +1,10 @@ +[Files] +Original=$BUILD_DIR\plugins\unchm\lang\english.slg +Translated=$BUILD_DIR\plugins\unchm\lang\english.slg +Include=..\..\symbols\plugins\unchm\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 diff --git a/translations/projects/English/undelete.atp b/translations/projects/English/undelete.atp new file mode 100644 index 000000000..d11c2105b --- /dev/null +++ b/translations/projects/English/undelete.atp @@ -0,0 +1,12 @@ +[Files] +Original=$BUILD_DIR\plugins\undelete\lang\english.slg +Translated=$BUILD_DIR\plugins\undelete\lang\english.slg +Include=..\..\symbols\plugins\undelete\symbols.inc +SalMenu=..\..\symbols\plugins\undelete\salmenu.mnu +IgnoreList=..\..\symbols\plugins\undelete\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 diff --git a/translations/projects/English/unfat.atp b/translations/projects/English/unfat.atp new file mode 100644 index 000000000..9a26b9a6b --- /dev/null +++ b/translations/projects/English/unfat.atp @@ -0,0 +1,10 @@ +[Files] +Original=$BUILD_DIR\plugins\unfat\lang\english.slg +Translated=$BUILD_DIR\plugins\unfat\lang\english.slg +Include=..\..\symbols\plugins\unfat\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 diff --git a/translations/projects/English/uniso.atp b/translations/projects/English/uniso.atp new file mode 100644 index 000000000..03735c30a --- /dev/null +++ b/translations/projects/English/uniso.atp @@ -0,0 +1,10 @@ +[Files] +Original=$BUILD_DIR\plugins\uniso\lang\english.slg +Translated=$BUILD_DIR\plugins\uniso\lang\english.slg +Include=..\..\symbols\plugins\uniso\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 diff --git a/translations/projects/English/unlha.atp b/translations/projects/English/unlha.atp new file mode 100644 index 000000000..0d72705ec --- /dev/null +++ b/translations/projects/English/unlha.atp @@ -0,0 +1,10 @@ +[Files] +Original=$BUILD_DIR\plugins\unlha\lang\english.slg +Translated=$BUILD_DIR\plugins\unlha\lang\english.slg +Include=..\..\symbols\plugins\unlha\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 diff --git a/translations/projects/English/unmime.atp b/translations/projects/English/unmime.atp new file mode 100644 index 000000000..cafc96b68 --- /dev/null +++ b/translations/projects/English/unmime.atp @@ -0,0 +1,10 @@ +[Files] +Original=$BUILD_DIR\plugins\unmime\lang\english.slg +Translated=$BUILD_DIR\plugins\unmime\lang\english.slg +Include=..\..\symbols\plugins\unmime\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 diff --git a/translations/projects/English/unrar.atp b/translations/projects/English/unrar.atp new file mode 100644 index 000000000..344167c80 --- /dev/null +++ b/translations/projects/English/unrar.atp @@ -0,0 +1,11 @@ +[Files] +Original=$BUILD_DIR\plugins\unrar\lang\english.slg +Translated=$BUILD_DIR\plugins\unrar\lang\english.slg +Include=..\..\symbols\plugins\unrar\symbols.inc +IgnoreList=..\..\symbols\plugins\unrar\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 diff --git a/translations/projects/English/wmobile.atp b/translations/projects/English/wmobile.atp new file mode 100644 index 000000000..c7baff079 --- /dev/null +++ b/translations/projects/English/wmobile.atp @@ -0,0 +1,11 @@ +[Files] +Original=$BUILD_DIR\plugins\wmobile\lang\english.slg +Translated=$BUILD_DIR\plugins\wmobile\lang\english.slg +Include=..\..\symbols\plugins\wmobile\symbols.inc +IgnoreList=..\..\symbols\plugins\wmobile\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 diff --git a/translations/projects/English/zip.atp b/translations/projects/English/zip.atp new file mode 100644 index 000000000..cf0fb6c3c --- /dev/null +++ b/translations/projects/English/zip.atp @@ -0,0 +1,13 @@ +[Files] +Original=$BUILD_DIR\plugins\zip\lang\english.slg +Translated=$BUILD_DIR\plugins\zip\lang\english.slg +Include=..\..\symbols\plugins\zip\symbols.inc +SalMenu=..\..\symbols\plugins\zip\salmenu.mnu +IgnoreList=..\..\symbols\plugins\zip\ignore.lst +CheckList=..\..\symbols\plugins\zip\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 diff --git a/translations/projects/French/!export_slt.bat b/translations/projects/French/!export_slt.bat new file mode 100644 index 000000000..75a98635f --- /dev/null +++ b/translations/projects/French/!export_slt.bat @@ -0,0 +1 @@ +@call ..\tools\!export_slt.bat diff --git a/translations/projects/French/!export_slt_for_diff.bat b/translations/projects/French/!export_slt_for_diff.bat new file mode 100644 index 000000000..daa485f3a --- /dev/null +++ b/translations/projects/French/!export_slt_for_diff.bat @@ -0,0 +1 @@ +@call ..\tools\!export_slt_for_diff.bat diff --git a/translations/projects/French/!export_spellchck.bat b/translations/projects/French/!export_spellchck.bat new file mode 100644 index 000000000..6b6d1b820 --- /dev/null +++ b/translations/projects/French/!export_spellchck.bat @@ -0,0 +1 @@ +@call ..\tools\!export_spellchck.bat diff --git a/translations/projects/French/!import.bat b/translations/projects/French/!import.bat new file mode 100644 index 000000000..f0f5baed3 --- /dev/null +++ b/translations/projects/French/!import.bat @@ -0,0 +1 @@ +@call ..\tools\!import.bat diff --git a/translations/projects/French/!import_slt.bat b/translations/projects/French/!import_slt.bat new file mode 100644 index 000000000..503436e3f --- /dev/null +++ b/translations/projects/French/!import_slt.bat @@ -0,0 +1 @@ +@call ..\tools\!import_slt.bat diff --git a/translations/projects/French/!import_trlprop.bat b/translations/projects/French/!import_trlprop.bat new file mode 100644 index 000000000..5e4ebc9e1 --- /dev/null +++ b/translations/projects/French/!import_trlprop.bat @@ -0,0 +1 @@ +@call ..\tools\!import_trlprop.bat diff --git a/translations/projects/French/!open_all.bat b/translations/projects/French/!open_all.bat new file mode 100644 index 000000000..0deb29b66 --- /dev/null +++ b/translations/projects/French/!open_all.bat @@ -0,0 +1 @@ +@call ..\tools\!open_all.bat diff --git a/translations/projects/French/!translate1.bat b/translations/projects/French/!translate1.bat new file mode 100644 index 000000000..f3eca52df --- /dev/null +++ b/translations/projects/French/!translate1.bat @@ -0,0 +1 @@ +@call ..\tools\!translate1.bat diff --git a/translations/projects/French/!translate2.bat b/translations/projects/French/!translate2.bat new file mode 100644 index 000000000..7534fa669 --- /dev/null +++ b/translations/projects/French/!translate2.bat @@ -0,0 +1 @@ +@call ..\tools\!translate2.bat diff --git a/translations/projects/French/!validate1.bat b/translations/projects/French/!validate1.bat new file mode 100644 index 000000000..31509bdba --- /dev/null +++ b/translations/projects/French/!validate1.bat @@ -0,0 +1 @@ +@call ..\tools\!validate1.bat diff --git a/translations/projects/French/!validate2.bat b/translations/projects/French/!validate2.bat new file mode 100644 index 000000000..92d2d8d79 --- /dev/null +++ b/translations/projects/French/!validate2.bat @@ -0,0 +1 @@ +@call ..\tools\!validate2.bat diff --git a/translations/projects/French/7zip.atp b/translations/projects/French/7zip.atp new file mode 100644 index 000000000..72842f52f --- /dev/null +++ b/translations/projects/French/7zip.atp @@ -0,0 +1,143 @@ +[Files] +Original=$BUILD_DIR\plugins\7zip\lang\english.slg +Translated=$BUILD_DIR\plugins\7zip\lang\french.slg +Include=..\..\symbols\plugins\7zip\symbols.inc +SalMenu=..\..\symbols\plugins\7zip\salmenu.mnu +CheckList=..\..\symbols\plugins\7zip\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +04b00000=1 +04b00001=1 +04b00003=1 +04b00004=1 +04b00005=1 +04b00006=1 +04b00007=1 +04b00009=1 +04b0000b=1 +04b0000d=1 +04b0000f=1 +04b00011=1 +04b00013=1 +04b00014=1 +04b00015=1 +04b10000=1 +04b10001=1 +04b10004=1 +04b10005=1 +04b10007=1 +04b10009=1 +04b1000b=1 +04b1000d=1 +04b1000f=1 +04b10011=1 +04b10013=1 +04b10015=1 +04b10016=1 +04b10017=1 +04b10018=1 +04b10019=1 +04b20000=1 +04b20002=1 +04b20003=1 +04b20005=1 +04b20006=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +00000418=1 +00000419=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +00000442=1 +00000443=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 + +[Relayout] + diff --git a/translations/projects/French/automation.atp b/translations/projects/French/automation.atp new file mode 100644 index 000000000..045a252b7 --- /dev/null +++ b/translations/projects/French/automation.atp @@ -0,0 +1,69 @@ +[Files] +Original=$BUILD_DIR\plugins\automation\lang\english.slg +Translated=$BUILD_DIR\plugins\automation\lang\french.slg +Include=..\..\symbols\plugins\automation\symbols.inc +SalMenu=..\..\symbols\plugins\automation\salmenu.mnu +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640004=1 +00650000=1 +00650001=1 +00650003=1 +00650004=1 +00650005=1 +00650006=1 + +[MenusTranslation] +006a0000=1 +006a0001=1 +006a0003=1 +006a0004=1 + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000080=1 +00000081=1 +00000082=1 +00000083=1 +00000084=1 +00000086=1 +00000087=1 +00000088=1 +00000089=1 +0000008a=1 +0000008b=1 +0000008c=1 +0000008d=1 +0000008e=1 +0000008f=1 +00000090=1 +00000091=1 +00000092=1 +00000093=1 +00000100=1 +00000101=1 +00000102=1 +00000103=1 +00000104=1 +00000105=1 +00000106=1 +00000107=1 +00000108=1 +00000109=1 +0000010a=1 +0000010b=1 + +[Relayout] + diff --git a/translations/projects/French/checksum.atp b/translations/projects/French/checksum.atp new file mode 100644 index 000000000..a9541dd24 --- /dev/null +++ b/translations/projects/French/checksum.atp @@ -0,0 +1,104 @@ +[Files] +Original=$BUILD_DIR\plugins\checksum\lang\english.slg +Translated=$BUILD_DIR\plugins\checksum\lang\french.slg +Include=..\..\symbols\plugins\checksum\symbols.inc +SalMenu=..\..\symbols\plugins\checksum\salmenu.mnu +IgnoreList=..\..\symbols\plugins\checksum\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +03e80000=1 +03e80001=1 +03e80002=1 +03e80003=1 +03e80004=1 +03e80005=1 +03e80006=1 +03e80007=1 +03e90000=1 +03e90001=1 +03e90002=1 +03e90003=1 +03e90004=1 +03e90005=1 +03e90006=1 +03e90007=1 +03e90008=1 +03e90009=1 +07d00001=1 +07d00002=1 +07d00003=1 +07d00005=1 +07d00006=1 + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000005=1 +00000006=1 +00000007=1 +00000028=1 +00000029=1 +0000002a=1 +0000002b=1 +0000002c=1 +0000002d=1 +0000002e=1 +0000002f=1 +00000030=1 +00000035=1 +00000036=1 +00000037=1 +00000038=1 +00000039=1 +0000003a=1 +0000003b=1 +0000003c=1 +0000003d=1 +0000003e=1 +0000003f=1 +00000041=1 +00000042=1 +00000043=1 +00000044=1 +00000046=1 +00000047=1 +00000048=1 +0000004a=1 +0000004b=1 +0000004c=1 +0000004d=1 +0000004e=1 +0000004f=1 +00000050=1 +00000051=1 +00000052=1 +00000053=1 +00000054=1 +00000055=1 +00000056=1 +0000005a=1 +0000005b=1 +0000005c=1 +0000005d=1 +0000005e=1 +0000005f=1 +00000064=1 +00000065=1 +00000066=1 +00000067=1 +00000068=1 +00000078=1 + +[Relayout] + diff --git a/translations/projects/French/checkver.atp b/translations/projects/French/checkver.atp new file mode 100644 index 000000000..61f12b24c --- /dev/null +++ b/translations/projects/French/checkver.atp @@ -0,0 +1,119 @@ +[Files] +Original=$BUILD_DIR\plugins\checkver\lang\english.slg +Translated=$BUILD_DIR\plugins\checkver\lang\french.slg +Include=..\..\symbols\plugins\checkver\symbols.inc +SalMenu=..\..\symbols\plugins\checkver\salmenu.mnu +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640002=1 +00640003=1 +00640005=1 +006e0000=1 +006e0001=1 +006e0003=1 +006e0004=1 +006e0005=1 +006e0006=1 +006e0007=1 +006e0008=1 +006e0009=1 +006e000a=1 +006e000b=1 +006e000c=1 +006e000d=1 +006e000e=1 +006e0010=1 +006e0011=1 +006e0012=1 +006e0013=1 +006e0014=1 +006e0015=1 +006e0016=1 +006e0017=1 +006e0018=1 +00820000=1 +00820002=1 +00820003=1 +00820004=1 +00820005=1 +00820006=1 +00820007=1 +00820008=1 +00820009=1 +0082000a=1 +0082000b=1 +0082000d=1 +0082000e=1 +0082000f=1 + +[MenusTranslation] + +[StringsTranslation] +000000be=1 +000000bf=1 +000000d2=1 +000000d3=1 +000000d4=1 +000000d5=1 +000000d6=1 +000000d7=1 +000000d8=1 +000000d9=1 +000000da=1 +000000dc=1 +000000dd=1 +000000de=1 +000000df=1 +000000e0=1 +000000e1=1 +000000e2=1 +000000e3=1 +000000e4=1 +000000e6=1 +000000e7=1 +000000e8=1 +000000e9=1 +000000ea=1 +000000eb=1 +000000f0=1 +000000f1=1 +000000f2=1 +000000f3=1 +000000f4=1 +000000f7=1 +000000f8=1 +000000fa=1 +000000fb=1 +000000fd=1 +000000fe=1 +000000ff=1 +00000100=1 +00000101=1 +00000102=1 +00000104=1 +0000010a=1 +0000010b=1 +0000010c=1 +0000010d=1 +0000010e=1 +0000010f=1 +00000110=1 +00000111=1 +00000112=1 +00000113=1 +00000114=1 +00000115=1 +00000116=1 +00000117=1 + +[Relayout] + diff --git a/translations/projects/French/dbviewer.atp b/translations/projects/French/dbviewer.atp new file mode 100644 index 000000000..eca5c0c75 --- /dev/null +++ b/translations/projects/French/dbviewer.atp @@ -0,0 +1,184 @@ +[Files] +Original=$BUILD_DIR\plugins\dbviewer\lang\english.slg +Translated=$BUILD_DIR\plugins\dbviewer\lang\french.slg +Include=..\..\symbols\plugins\dbviewer\symbols.inc +SalMenu=..\..\symbols\plugins\dbviewer\salmenu.mnu +IgnoreList=..\..\symbols\plugins\dbviewer\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +2fa80000=1 +2fa80001=1 +2fbc0000=1 +2fbc0001=1 +2fbc0002=1 +2fbc0004=1 +2fbc0005=1 +2fbc0006=1 +2fbc0007=1 +2fbc0008=1 +2fbc0009=1 +2fbc000a=1 +2fd00000=1 +2fd00003=1 +2fd00004=1 +2fd00005=1 +2fd00006=1 +2fda0000=1 +2fda0001=1 +2fda0002=1 +2fda0003=1 +2fda0004=1 +2fda0005=1 +2fda0006=1 +2fda0007=1 +2fda0009=1 +2fda000a=1 +2fda000b=1 +2fda000c=1 +2fda000d=1 +2fda000e=1 +2fda000f=1 +2fda0010=1 +2fda0011=1 +2fda0012=1 +2fda0013=1 +2fda0014=1 +2fda0015=1 +300c0000=1 +300c0002=1 +300c0005=1 +300c0006=1 +300c0007=1 +300c0008=1 +300c0009=1 +300c000a=1 +300c000c=1 +300c000d=1 +300c000e=1 +30700000=1 +30700001=1 +30700003=1 +30700004=1 + +[MenusTranslation] + +[StringsTranslation] +00002b51=1 +00002b52=1 +00002b54=1 +00002b5d=1 +00002b66=1 +00002b67=1 +00002b68=1 +00002b69=1 +00002b6a=1 +00002b6b=1 +00002b6c=1 +00002b6d=1 +00002b70=1 +00002b71=1 +00002b72=1 +00002b73=1 +00002b74=1 +00002b75=1 +00002b76=1 +00002b7a=1 +00002b7b=1 +00002b7c=1 +00002b7d=1 +00002b7e=1 +00002b7f=1 +00002b80=1 +00002b84=1 +00002b85=1 +00002b86=1 +00002b87=1 +00002b88=1 +00002b89=1 +00002b8a=1 +00002b8b=1 +00002b8c=1 +00002b8d=1 +00002b8e=1 +00002b8f=1 +00002b90=1 +00002b91=1 +00002b92=1 +00002b93=1 +00002b98=1 +00002b9a=1 +00002b9b=1 +00002b9c=1 +00002b9d=1 +00002b9e=1 +00002b9f=1 +00002ba0=1 +00002ba1=1 +00002ba2=1 +00002ba3=1 +00002ba4=1 +00002ba5=1 +00002bba=1 +00002bbb=1 +00002bbc=1 +00002bbd=1 +00002bc0=1 +00002bc1=1 +00002bc2=1 +00002bc3=1 +00002bc4=1 +00002bc5=1 +00002bc6=1 +00002bc7=1 +00002bc8=1 +00002bc9=1 +00002bca=1 +00002bcb=1 +00002bd1=1 +00002bd2=1 +00002bd3=1 +00002bd4=1 +00002bd5=1 +00002bd6=1 +00002bd7=1 +00002bd8=1 +00002bd9=1 +00002bda=1 +00002bde=1 +00002bdf=1 +00002be0=1 +00002be1=1 +00002bf2=1 +00002bf3=1 +00002bf4=1 +00002bf5=1 +00002bf6=1 +00002bf7=1 +00002c06=1 +00002c07=1 +00002c08=1 +00002c10=1 +00002c11=1 +00002c12=1 +00002c13=1 +00002c14=1 +00002cec=1 +00002ced=1 +00002cee=1 +00002cef=1 +00002cf0=1 +00002cf1=1 +00002d00=0 +00002d01=1 +00002d02=0 +00002d03=1 + +[Relayout] + diff --git a/translations/projects/French/diskmap.atp b/translations/projects/French/diskmap.atp new file mode 100644 index 000000000..8d9f8a398 --- /dev/null +++ b/translations/projects/French/diskmap.atp @@ -0,0 +1,80 @@ +[Files] +Original=$BUILD_DIR\plugins\diskmap\lang\english.slg +Translated=$BUILD_DIR\plugins\diskmap\lang\french.slg +Include=..\..\symbols\plugins\diskmap\symbols.inc +SalMenu=..\..\symbols\plugins\diskmap\salmenu.mnu +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] +006d0000=1 +006d0001=1 +006d0002=1 +006d0004=1 +006d0005=1 +006d0007=1 +006d0008=1 +006d0009=1 +006d000a=1 +006d000b=1 +006d000d=1 +006d000e=1 +006d000f=1 +006d0010=1 +006d0011=1 +006d0012=1 +006d0013=1 +006d0014=1 +006d0016=1 +006d0017=1 +006d0018=1 + +[StringsTranslation] +00000020=1 +00000021=1 +00000022=1 +00000023=1 +00000028=1 +00000029=1 +00000030=1 +00000031=1 +00000032=1 +00000033=1 +00000034=1 +00000035=1 +00000036=1 +00000037=1 +00000038=1 +00000039=1 +0000003a=1 +0000003b=1 +0000003c=1 +0000003d=1 +0000003e=1 +0000003f=1 +00000040=1 +00000041=1 +00000042=1 +00000043=1 +00000044=1 +00000045=1 +00000046=1 +00000047=1 +00000048=1 +00000049=1 +0000004a=1 +0000004b=1 +0000004c=1 +0000004d=1 +0000004e=1 +0000004f=1 + +[Relayout] + diff --git a/translations/projects/French/filecomp.atp b/translations/projects/French/filecomp.atp new file mode 100644 index 000000000..bb67d46f0 --- /dev/null +++ b/translations/projects/French/filecomp.atp @@ -0,0 +1,245 @@ +[Files] +Original=$BUILD_DIR\plugins\filecomp\lang\english.slg +Translated=$BUILD_DIR\plugins\filecomp\lang\french.slg +Include=..\..\symbols\plugins\filecomp\symbols.inc +SalMenu=..\..\symbols\plugins\filecomp\salmenu.mnu +IgnoreList=..\..\symbols\plugins\filecomp\ignore.lst +CheckList=..\..\symbols\plugins\filecomp\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640004=1 +00640006=1 +00640007=1 +00640008=1 +00640009=1 +00690000=1 +00690001=1 +00690003=1 +00690004=1 +00690009=1 +0069000a=1 +0069000b=1 +0069000c=1 +0069000d=1 +0069000e=1 +0069000f=1 +00690010=1 +00690011=1 +00690014=1 +00820000=1 +00820001=1 +00820003=1 +00820004=1 +00820005=1 +00820006=1 +00820008=1 +00820009=1 +0082000a=1 +0082000b=1 +0082000c=1 +0082000d=1 +00820012=1 +00820014=1 +00820015=1 +00820016=1 +00820017=1 +00820018=1 +00820019=1 +0082001a=1 +0082001b=1 +0082001c=1 +0082001d=1 +0082001e=1 +00820020=1 +00820022=1 +00820024=1 +00820025=1 +00820026=1 +008c0000=1 +008c0001=1 +008c0003=1 +008c0004=1 +008c0006=1 +008c0008=1 +008c000a=1 +008c000c=1 +008c000d=1 +008c000e=1 +008c0010=1 +008c0012=1 +008c0014=1 +00960000=1 +00960001=1 +00960003=1 +00960004=1 +00960005=1 +00960006=1 +00960008=1 +00960009=1 +0096000a=1 +0096000b=1 +0096000c=1 +0096000d=1 +00960012=1 +00960014=1 +00960015=1 +00960016=1 +00960017=1 +00960018=1 +00960019=1 +0096001a=1 +0096001b=1 +0096001c=1 +0096001d=1 +0096001e=1 +00960020=1 + +[MenusTranslation] +02580000=1 +02580001=1 +02580002=1 +02580004=1 +02580005=1 +02580006=1 +02580007=1 +02580008=1 +02580009=1 +0258000a=1 +0258000c=1 +0258000d=1 +0258000e=1 +0258000f=1 +02580011=1 +02580013=1 +02580014=1 +02580015=1 +02580016=1 +02580017=1 +02580018=1 +02580019=1 +0258001b=1 +0258001c=1 +0258001d=1 +0258001e=1 +02580020=1 +02590001=1 +02590002=1 +025a0001=1 +025a0002=1 +025b0001=1 +025b0002=1 +025b0004=1 +025b0005=1 +025c0001=1 +025c0002=1 + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +00000441=1 +00000442=1 +00000443=1 +00000444=1 +00000445=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000450=1 + +[Relayout] + diff --git a/translations/projects/French/ftp.atp b/translations/projects/French/ftp.atp new file mode 100644 index 000000000..4268b8e06 --- /dev/null +++ b/translations/projects/French/ftp.atp @@ -0,0 +1,1482 @@ +[Files] +Original=$BUILD_DIR\plugins\ftp\lang\english.slg +Translated=$BUILD_DIR\plugins\ftp\lang\french.slg +Include=..\..\symbols\plugins\ftp\symbols.inc +SalMenu=..\..\symbols\plugins\ftp\salmenu.mnu +IgnoreList=..\..\symbols\plugins\ftp\ignore.lst +CheckList=..\..\symbols\plugins\ftp\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +01f40000=1 +01f40001=1 +01f40002=1 +01f40003=1 +01f40005=1 +01f40006=1 +01f40007=1 +01f40008=1 +01f40009=1 +02080000=1 +02080002=1 +02080003=1 +02080005=1 +02080006=1 +02080007=1 +02080008=1 +0208000a=1 +0208000c=1 +0208000d=1 +0208000e=1 +02080010=1 +02080011=1 +02080013=1 +02080015=1 +02080016=1 +02080018=1 +0208001a=1 +0208001b=1 +0208001c=1 +0208001d=1 +0208001f=1 +02170000=1 +02170001=1 +02170002=1 +02170003=1 +02170004=1 +02170005=1 +02170006=1 +02210000=1 +02210001=1 +02210003=1 +02210004=1 +02210006=1 +02210007=1 +02210009=1 +0221000a=1 +0221000c=1 +0221000e=1 +0221000f=1 +02210011=1 +02210012=1 +02210014=1 +02300000=1 +02300002=1 +02300004=1 +02300007=1 +02300008=1 +0230000a=1 +0230000d=1 +0230000e=1 +0230000f=1 +02300010=1 +02300012=1 +02300013=1 +02300014=1 +02300015=1 +02300016=1 +02300017=1 +02300018=1 +02440000=1 +02440001=1 +02440003=1 +02440004=1 +02440006=1 +02440007=1 +02440009=1 +0244000b=1 +0244000d=1 +0244000f=1 +02440011=1 +02440012=1 +02440013=1 +02440014=1 +02440016=1 +02440018=1 +02440019=1 +0244001b=1 +0244001c=1 +0244001d=1 +0244001f=1 +02440021=1 +02440022=1 +02440023=1 +02440024=1 +02440025=1 +02440026=1 +02440027=1 +02440028=1 +02440029=1 +02580000=1 +02580003=1 +02580004=1 +02620000=1 +02620001=1 +02620004=1 +02620005=1 +026c0000=1 +026c0002=1 +026c0004=1 +026c0005=1 +02760000=1 +02760001=1 +02760003=1 +02760005=1 +02760007=1 +02760008=1 +0276000a=1 +0276000b=1 +0276000d=1 +02800000=1 +02800002=1 +02800003=1 +028a0000=1 +028a0001=1 +028a0003=1 +028a0004=1 +028a0006=1 +028a0008=1 +02940000=1 +029e0000=1 +029e0001=1 +029e0004=1 +029e0005=1 +029e0006=1 +029e0007=1 +029e0008=1 +029e0009=1 +02a80000=1 +02a80002=1 +02a80004=1 +02a80006=1 +02a80008=1 +02b70000=1 +02b70001=1 +02b70003=1 +02b70004=1 +02b70005=1 +02b70006=1 +02b70007=1 +02c60000=1 +02c60001=1 +02c60004=1 +02c60005=1 +02c60007=1 +02c60008=1 +02c60009=1 +02c6000a=1 +02c6000b=1 +02c6000d=1 +02c6000e=1 +02c6000f=1 +02c60010=1 +02d50000=1 +02d50001=1 +02d50003=1 +02d50005=1 +02d50007=1 +02d5000a=1 +02d5000c=1 +02d5000e=1 +02d5000f=1 +02d50010=1 +02e40000=1 +02e40001=1 +02e40003=1 +02e40004=1 +02e40005=1 +02e40006=1 +02e40008=1 +02e40009=1 +02ee0005=1 +02ee0007=1 +02ee0009=1 +02ee000c=1 +02ee000d=1 +02ee000f=1 +02ee0010=1 +02ee0011=1 +02ee0012=1 +02ee0014=1 +02ee0016=1 +02ee0018=1 +02ee0019=1 +02ee001a=1 +02ee001b=1 +02ee001c=1 +02ee001e=1 +02ee001f=1 +02ee0020=1 +02ee0021=1 +02ee0022=1 +030b0003=1 +030b0004=1 +030b0005=1 +030b0006=1 +03110000=1 +03110001=1 +03110002=1 +03110005=1 +031b0000=1 +031b0002=1 +031b0003=1 +031b0004=1 +031b0005=1 +031b0006=1 +031b0007=1 +031b0008=1 +031b0009=1 +031b000a=1 +031b000b=1 +031b000c=1 +031b000d=1 +031b000e=1 +031b000f=1 +031b0011=1 +031b0013=1 +031b0014=1 +031b0015=1 +031b0016=1 +031b0017=1 +031b0018=1 +031b0019=1 +031b001a=1 +032f0000=1 +032f0002=1 +032f0003=1 +032f0005=1 +032f0007=1 +032f0009=1 +032f000b=1 +032f000d=1 +032f000f=1 +032f0012=1 +032f0013=1 +032f0016=1 +032f0017=1 +032f0019=1 +032f001b=1 +033e0001=1 +033e0002=1 +033e0003=1 +033e0004=1 +033e0006=1 +033e0007=1 +033e0009=1 +033e000b=1 +033e000d=1 +033e000f=1 +03480001=1 +03480002=1 +03480003=1 +03480004=1 +03480005=1 +03480006=1 +03480008=1 +03480009=1 +0348000b=1 +0348000d=1 +0348000f=1 +03480011=1 +03490001=1 +03490002=1 +03490003=1 +03490004=1 +03490006=1 +03490007=1 +03490009=1 +0349000b=1 +0349000d=1 +0349000f=1 +034b0000=1 +034b0001=1 +034b0002=1 +034b0003=1 +034b0004=1 +034b0006=1 +034b0007=1 +034b0009=1 +034b000b=1 +034b000d=1 +034b000f=1 +034c0000=1 +034c0001=1 +034c0002=1 +034c0003=1 +034c0004=1 +034c0005=1 +034c0006=1 +034c0008=1 +034c0009=1 +034c000b=1 +034c000d=1 +034c000f=1 +034c0011=1 +034d0001=1 +034d0002=1 +034d0003=1 +034d0004=1 +034d0006=1 +034d0007=1 +034d0009=1 +034d000b=1 +034d000d=1 +034f0001=1 +034f0002=1 +034f0003=1 +034f0004=1 +034f0005=1 +034f0006=1 +034f0008=1 +034f0009=1 +034f000b=1 +034f000d=1 +034f000f=1 +03520000=1 +03520001=1 +03520002=1 +03520003=1 +03520004=1 +03520006=1 +03520007=1 +03520009=1 +03570000=1 +03570001=1 +03570002=1 +03570003=1 +03570004=1 +03570006=1 +03570007=1 +03570009=1 +0357000b=1 +0357000d=1 +03610000=1 +03610001=1 +03610002=1 +03610003=1 +03610004=1 +03610005=1 +03610006=1 +03610007=1 +03610008=1 +03610009=1 +0361000a=1 +0361000b=1 +0361000c=1 +0361000d=1 +0361000f=1 +03610010=1 +03610011=1 +03610012=1 +03610014=1 +03610015=1 +03610017=1 +03610019=1 +03660001=1 +03660002=1 +03660003=1 +03660004=1 +03660006=1 +03660007=1 +03660009=1 +03700001=1 +03700002=1 +03700003=1 +03700004=1 +03700006=1 +03700007=1 +03700009=1 +0370000b=1 +037a0001=1 +037a0002=1 +037a0003=1 +037a0004=1 +037a0006=1 +037a0007=1 +037a0009=1 +037a000b=1 +037a000d=1 +037a000f=1 +03800001=1 +03800002=1 +03800003=1 +03800004=1 +03800005=1 +03800006=1 +03800008=1 +03800009=1 +0380000b=1 +0380000d=1 +0380000f=1 +03800011=1 +03820001=1 +03820002=1 +03820003=1 +03820004=1 +03820006=1 +03820007=1 +03820009=1 +03840000=1 +03840001=1 +03840002=1 +03840003=1 +03840004=1 +03840005=1 +03840007=1 +03840008=1 +0384000a=1 +0384000c=1 +0384000e=1 +038e0000=1 +038e0001=1 +038e0002=1 +038e0003=1 +038e0004=1 +038e0005=1 +038e0006=1 +038e0007=1 +03930000=1 +03930002=1 +03930003=1 +03930005=1 +03930007=1 +03930009=1 +0393000b=1 +0393000d=1 +0393000f=1 +03980000=1 +03980001=1 +03980003=1 +03980005=1 +03980007=1 +03980009=1 +0398000b=1 +0398000e=1 +0398000f=1 +03980010=1 +03980011=1 +03980013=1 +03980014=1 +03980015=1 +03a20000=1 +03a20001=1 +03a20003=1 +03a20005=1 +03a20007=1 +03a20009=1 +03a2000b=1 +03a2000c=1 +03a2000e=1 +03a2000f=1 +03a20011=1 +03ac0000=1 +03ac0001=1 +03ac0002=1 +03ac0004=1 +03ac0006=1 +03ac0007=1 +03ac0008=1 + +[MenusTranslation] +044c0001=1 +044c0003=1 +044c0004=1 +044c0005=1 +044c0006=1 +044c0008=1 +044c0009=1 +044d0001=1 +044d0002=1 +044d0003=1 +044d0004=1 +044d0006=1 +044d0007=1 +044e0001=1 +044e0002=1 +044e0003=1 +044e0004=1 +044e0005=1 +044e0006=1 +044e0007=1 +044e0009=1 +044e000a=1 +044e000b=1 +044e000c=1 +044e000d=1 +044f0001=1 +044f0002=1 +044f0003=1 +04500001=1 +04500003=1 +04500005=1 +04500006=1 +04510000=1 +04510001=1 +04510002=1 +04510004=1 +04510005=1 +04510007=1 +04510008=1 +04510009=1 +0451000b=1 +0451000c=1 +0451000d=1 +0451000e=1 +0451000f=1 +04520001=1 +04520002=1 +04520003=1 +04520005=1 +04520006=1 +04530001=1 +04530002=1 +04530003=1 +04530004=1 +04530005=1 +04530007=1 +04530008=1 +0453000a=1 +0453000b=1 +04540001=1 +04540002=1 +04550001=1 +04550002=1 +04550003=1 +04550004=1 +04550006=1 +04550007=1 +04550008=1 +04550009=1 +0455000a=1 +0455000b=1 +0455000c=1 +0455000d=1 +0455000e=1 +0455000f=1 +04550010=1 +04550011=1 +04550012=1 +04550013=1 +04550014=1 +04550015=1 +04550016=1 +04550017=1 +04550018=1 +04550019=1 +0455001a=1 +0455001b=1 +0455001c=1 +0455001d=1 +0455001e=1 +0455001f=1 +04550020=1 +04550021=1 +04550022=1 +04550023=1 +04550024=1 +04550025=1 +04550026=1 +04550027=1 +04550028=1 +04550029=1 +0455002a=1 +0455002b=1 +0455002c=1 +0455002d=1 +0455002e=1 +04550030=1 +04550031=1 +04550032=1 +04550033=1 +04550034=1 +04550035=1 +04550036=1 +04550037=1 +04550038=1 +04550039=1 +0455003a=1 +0455003b=1 +0455003c=1 +0455003e=1 +04550040=1 +04550041=1 +04550042=1 +04550043=1 +04550045=1 +04560001=1 +04560002=1 +04560003=1 +04560005=1 +04560006=1 +04570001=1 +04570002=1 +04570003=1 +04580001=1 +04580002=1 +04580003=1 +04580004=1 +04590001=1 +04590002=1 +04590003=1 +045a0001=1 +045a0002=1 +045b0001=1 +045b0002=1 +045c0001=1 +045c0002=1 +045c0003=1 +045d0001=1 +045d0002=1 +045d0003=1 +045d0004=1 +045e0001=1 +045e0002=1 +045f0001=1 +045f0002=1 +045f0003=1 +045f0005=1 +045f0006=1 +04600001=1 +04600002=1 +04600004=1 +04600005=1 +04600006=1 +04600007=1 +04600008=1 +04600009=1 +0460000a=1 +0460000b=1 +0460000c=1 +0460000e=1 +04600010=1 +04600011=1 +04600012=1 +04600013=1 +04600015=1 +04610001=1 +04610002=1 +04610003=1 +04610004=1 +04620001=1 +04620002=1 +04630001=1 +04630002=1 +04630003=1 +04640001=1 +04640002=1 + +[StringsTranslation] +00002710=1 +00002715=1 +0000271a=1 +0000271b=1 +00002724=1 +0000272e=1 +00002738=1 +00002739=1 +0000273a=1 +0000273b=1 +00002742=1 +00002747=1 +0000274c=1 +00002751=1 +00002756=1 +00002757=1 +00002758=1 +0000275b=1 +0000275c=1 +0000275d=1 +0000275e=1 +0000276a=1 +0000276b=1 +0000276c=1 +0000276d=1 +0000276e=1 +0000276f=1 +00002770=1 +00002771=1 +00002772=1 +00002773=1 +00002774=1 +00002779=1 +0000277a=1 +0000277b=1 +0000277c=1 +0000277d=1 +0000277e=1 +0000277f=1 +00002780=1 +00002781=1 +00002782=1 +00002783=1 +00002784=1 +00002785=1 +00002786=1 +00002787=1 +00002788=1 +00002789=1 +0000278a=1 +0000278b=1 +0000278c=1 +0000278d=1 +0000278e=1 +0000278f=1 +00002790=1 +00002791=1 +00002792=1 +00002795=1 +00002796=1 +00002797=1 +00002798=1 +0000279a=1 +0000279c=1 +0000279d=1 +0000279e=1 +0000279f=1 +000027a1=1 +000027a4=1 +000027a6=1 +000027a7=1 +000027a8=1 +000027a9=1 +000027ab=1 +000027ac=1 +000027b0=1 +000027b5=1 +000027b6=1 +000027ba=1 +000027bb=1 +000027bc=1 +000027bd=1 +000027be=1 +000027bf=1 +000027c0=1 +000027c1=1 +000027c2=1 +000027c3=1 +000027c4=1 +000027c5=1 +000027ce=1 +000027cf=1 +000027d0=1 +000027d1=1 +000027d2=1 +000027d3=1 +000027d4=1 +000027d5=1 +000027d6=1 +000027d7=1 +000027d8=1 +000027d9=1 +000027da=1 +000027db=1 +000027dc=1 +000027dd=1 +000027de=1 +000027df=1 +000027e0=1 +000027e1=1 +000027e2=1 +000027e3=1 +000027e4=1 +000027ec=1 +000027ed=1 +000027ee=1 +000027ef=1 +000027f0=1 +000027f1=1 +000027f2=1 +000027f3=1 +000027f4=1 +000027f5=1 +000027f6=1 +000027f7=1 +000027f8=1 +000027f9=1 +000027fa=1 +000027fb=1 +000027fc=1 +000027fd=1 +000027fe=1 +000027ff=1 +00002800=1 +00002803=1 +00002804=1 +00002805=1 +00002806=1 +00002807=1 +00002808=1 +0000280a=1 +0000280f=1 +00002810=1 +00002811=1 +00002812=1 +00002813=1 +0000283c=1 +0000283d=1 +0000283e=1 +0000283f=1 +00002841=1 +00002846=1 +00002847=1 +00002848=1 +00002849=1 +0000284a=1 +0000284b=1 +0000284c=1 +00002850=1 +00002855=1 +00002856=1 +00002857=1 +00002858=1 +00002859=1 +0000285a=1 +0000285b=1 +0000285c=1 +0000285d=1 +00002864=1 +00002865=1 +00002866=1 +00002867=1 +00002868=1 +0000286e=1 +0000286f=1 +00002870=1 +00002871=1 +00002872=1 +00002873=1 +00002874=1 +00002875=1 +00002876=1 +00002877=1 +00002878=1 +00002879=1 +0000287a=1 +0000287b=1 +0000287c=1 +0000287d=1 +0000287e=1 +0000287f=1 +00002880=1 +00002881=1 +00002882=1 +00002883=1 +00002884=1 +00002885=1 +00002886=1 +0000288c=1 +0000288d=1 +0000288e=1 +0000288f=1 +00002890=1 +00002891=1 +00002892=1 +00002893=1 +00002896=1 +00002897=1 +00002898=1 +00002899=1 +0000289a=1 +0000289b=1 +0000289c=1 +0000289d=1 +0000289e=1 +0000289f=1 +000028a0=1 +000028a1=1 +000028a2=1 +000028a3=1 +000028a4=1 +000028aa=1 +000028ab=1 +000028ac=1 +000028ad=1 +000028b4=1 +000028b5=1 +000028b6=1 +000028b7=1 +000028b8=1 +000028b9=1 +000028ba=1 +000028bb=1 +000028bc=1 +000028bd=1 +000028c1=1 +000028c2=1 +000028c3=1 +000028c4=1 +000028c5=1 +000028c8=1 +000028c9=1 +000028ca=1 +000028cb=1 +000028d2=1 +000028d3=1 +000028d4=1 +000028d5=1 +000028d6=1 +000028d7=1 +000028d8=1 +000028d9=1 +000028da=1 +000028db=1 +000028dc=1 +000028dd=1 +000028de=1 +000028df=1 +000028e0=1 +000028e1=1 +000028e2=1 +000028e6=1 +000028e7=1 +000028e8=1 +000028e9=1 +000028ea=1 +000028eb=1 +000028ec=1 +000028ed=1 +000028ee=1 +000028f0=1 +000028f1=1 +000028f2=1 +000028f3=1 +000028f4=1 +000028f5=1 +000028fa=1 +000028fb=1 +000028fc=1 +000028fd=1 +000028fe=1 +000028ff=1 +00002900=1 +00002901=1 +00002902=1 +00002903=1 +00002904=1 +00002905=1 +00002906=1 +00002907=1 +00002908=1 +00002909=1 +0000290a=1 +0000290b=1 +0000290c=1 +0000290d=1 +0000290e=1 +0000290f=1 +00002910=1 +00002911=1 +00002912=1 +00002913=1 +00002914=1 +00002915=1 +00002916=1 +00002917=1 +00002918=1 +00002919=1 +0000291a=1 +0000291b=1 +0000291c=1 +0000291d=1 +0000291e=1 +0000292c=1 +0000292d=1 +0000292e=1 +0000292f=1 +00002930=1 +00002931=1 +00002932=1 +00002933=1 +00002934=1 +00002935=1 +00002936=1 +00002937=1 +00002938=1 +00002939=1 +0000293a=1 +0000293b=1 +0000293c=1 +0000293d=1 +0000293e=1 +0000293f=1 +00002940=1 +00002941=1 +00002942=1 +00002943=1 +00002944=1 +00002945=1 +00002946=1 +00002947=1 +00002948=1 +0000294a=1 +0000294b=1 +0000294c=1 +0000294d=1 +0000294e=1 +0000294f=1 +00002950=1 +00002953=1 +0000295e=1 +0000295f=1 +00002960=1 +00002961=1 +00002962=1 +00002963=1 +00002964=1 +00002965=1 +00002966=1 +00002967=1 +00002972=1 +00002973=1 +00002974=1 +00002975=1 +00002976=1 +00002977=1 +00002978=1 +00002979=1 +0000297a=1 +0000297b=1 +0000297c=1 +0000297d=1 +00002981=1 +00002982=1 +00002983=1 +00002984=1 +00002985=1 +00002986=1 +00002987=1 +0000298b=1 +0000298c=1 +0000298d=1 +0000298e=1 +0000298f=1 +00002990=1 +00002995=1 +00002996=1 +00002997=1 +00002998=1 +00002999=1 +0000299a=1 +0000299b=1 +0000299c=1 +0000299d=1 +0000299e=1 +0000299f=1 +000029a0=1 +000029a1=1 +000029a2=1 +000029a3=1 +000029a4=1 +000029a5=1 +000029a6=1 +000029a7=1 +000029a8=1 +000029a9=1 +000029aa=1 +000029ab=1 +000029ac=1 +000029ad=1 +000029ae=1 +000029af=1 +000029b0=1 +000029b1=1 +000029b2=1 +000029b8=1 +000029bd=1 +000029be=1 +000029bf=1 +000029c0=1 +000029c1=1 +000029c2=1 +000029c7=1 +000029cc=1 +000029cd=1 +000029d6=1 +000029d7=1 +000029d8=1 +000029d9=1 +000029da=1 +000029db=1 +000029dc=1 +000029dd=1 +000029e0=1 +000029e1=1 +000029e2=1 +000029e3=1 +000029e7=1 +000029ea=1 +000029eb=1 +000029ec=1 +000029ed=1 +000029ee=1 +000029f4=1 +000029f5=1 +000029f6=1 +000029f7=1 +000029fe=1 +000029ff=1 +00002a00=1 +00002a01=1 +00002a02=1 +00002a03=1 +00002a04=1 +00002a05=1 +00002a06=1 +00002a07=1 +00002a10=1 +00002a12=1 +00002a13=1 +00002a14=1 +00002a15=1 +00002a16=1 +00002a17=1 +00002a18=1 +00002a19=1 +00002a1a=1 +00002a1b=1 +00002a1c=1 +00002a1d=1 +00002a1e=1 +00002a21=1 +00002a22=1 +00002a23=1 +00002a2b=1 +00002a2c=1 +00002a30=1 +00002a31=1 +00002a32=1 +00002a33=1 +00002a34=1 +00002a35=1 +00002a36=1 +00002a37=1 +00002a3a=1 +00002a3b=1 +00002a3c=1 +00002a3d=1 +00002a3e=1 +00002a3f=1 +00002a40=1 +00002a41=1 +00002a42=1 +00002a43=1 +00002a44=1 +00002a45=1 +00002a46=1 +00002a47=1 +00002a48=1 +00002a49=1 +00002a4a=1 +00002a4b=1 +00002a4c=1 +00002a4d=1 +00002a4e=1 +00002a53=1 +00002a54=1 +00002a55=1 +00002a56=1 +00002a57=1 +00002a58=1 +00002a59=1 +00002a5a=1 +00002a5b=1 +00002a5c=1 +00002a5d=1 +00002a5e=1 +00002a5f=1 +00002a60=1 +00002a61=1 +00002a62=1 +00002a63=1 +00002a64=1 +00002a65=1 +00002a66=1 +00002a67=1 +00002a68=1 +00002a69=1 +00002a6a=1 +00002a6b=1 +00002a6c=1 +00002a6d=1 +00002a6e=1 +00002a6f=1 +00002a70=1 +00002a71=1 +00002a72=1 +00002a73=1 +00002a76=1 +00002a77=1 +00002a78=1 +00002a79=1 +00002a7a=1 +00002a7b=1 +00002a7c=1 +00002a7d=1 +00002a7e=1 +00002a7f=1 +00002a80=1 +00002a81=1 +00002a8a=1 +00002a8b=1 +00002a8c=1 +00002a8d=1 +00002a8e=1 +00002a8f=1 +00002a90=1 +00002a9e=1 +00002a9f=1 +00002aa0=1 +00002aa1=1 +00002aa2=1 +00002aa5=1 +00002aa8=1 +00002aa9=1 +00002aaa=1 +00002aab=1 +00002aac=1 +00002aad=1 +00002ab2=1 +00002ab7=1 +00002ab8=1 +00002ab9=1 +00002aba=1 +00002abb=1 +00002ac6=1 +00002ac7=1 +00002ac8=1 +00002ac9=1 +00002aca=1 +00002acb=1 +00002acc=1 +00002ad5=1 +00002ad6=1 +00002ad7=1 +00002adf=1 +00002ae0=1 +00002ae9=1 +00002aea=1 +00002aeb=1 +00002aec=1 +00002aed=1 +00002aee=1 +00002aef=1 +00002af0=1 +00002af1=1 +00002af2=1 +00002af3=1 +00002af4=1 +00002af5=1 +00002af6=1 +00002af7=1 +00002af8=1 +00002af9=1 +00002afa=1 +00002afb=1 +00002afc=1 +00002afd=1 +00002afe=1 +00002aff=1 +00002b00=1 +00002b01=1 +00002b02=1 +00002b03=1 +00002b04=1 +00002b05=1 +00002b06=1 +00002b07=1 +00002b08=1 +00002b0c=1 +00002b0d=1 +00002b0e=1 +00002b0f=1 +00002b11=1 +00002b12=1 +00002b16=1 +00002b17=1 +00002b18=1 +00002b19=1 +00002b1a=1 +00002b1b=1 +00002b1f=1 +00002b20=1 +00002b21=1 +00002b2a=1 +00002b2b=1 +00002b2c=1 +00002b2d=1 +00002b2e=1 +00002b34=1 +00002b39=1 +00002b3e=1 +00002b3f=1 +00002b40=1 +00002b41=1 +00002b42=1 +00002b4d=1 +00002b4e=1 +00002b4f=1 +00002b5c=1 +00002b5d=1 +00002b5e=1 +00002b5f=1 +00002b60=1 +00002b61=1 +00002b62=1 +00002b63=1 +00002b64=1 +00002b65=1 +00002b66=1 +00002b67=1 +00002b68=1 +00002b69=1 +00002b6a=1 +00002b6b=1 +00002b6c=1 +00002b6d=1 +00002b6e=1 +00002b6f=1 +00002b70=1 +00002b71=1 +00002b72=1 +00002b73=1 +00002b74=1 +00002b75=1 +00002b76=1 +00002b8e=1 +00002b8f=1 +00002b90=1 +00002b91=1 +00002b92=1 +00002b93=1 +00002b94=1 +00002ba2=1 +00002ba3=1 +00002ba4=1 +00002ba5=1 +00002bac=1 +00002bad=1 +00002bb6=1 +00002bb7=1 +00002bb8=1 +00002bb9=1 +00002bba=1 +00002bbb=1 +00002bbc=1 +00002bbd=1 +00002bbe=1 +00002bbf=1 +00002bc0=1 +00002bc1=1 +00002bc2=1 +00002bc3=1 +00002bc4=1 +00002bc5=1 +00002bc6=1 +00002bc7=1 +00002bd4=1 +00002bd5=1 +00002bd6=1 +00002bd7=1 +00002bd8=1 +00002bd9=1 +00002bda=1 +00002bdb=1 +00002bde=1 +00002bdf=1 +00002be0=1 +00002be1=1 +00002be2=1 +00002be3=1 +00002be8=1 +00002bed=1 +00002bee=1 +00002bef=1 +00002bf0=1 +00002bf7=1 +00002bf8=1 +00002bf9=1 +00002c01=1 +00002c02=1 +00002c03=1 +00002c04=1 +00002c0b=1 +00002c0c=1 +00002c0d=1 +00002c0e=1 +00002c0f=1 +00002c10=1 +00002c11=1 +00002c12=1 +00002c13=1 +00002c14=1 +00002c15=1 +00002c1a=1 +00002c1b=1 +00002c1c=1 +00002c1d=1 +00002c1e=1 +00002c1f=1 +00002c20=1 +00002c24=1 +00002c25=1 +00002c26=1 +00002c27=1 +00002c28=1 +00002c29=1 +00002c2a=1 +00002c2b=1 +00002c38=1 +00002c39=1 +00002c3d=1 +00002c3e=1 +00002c42=1 +00002c43=1 +00002c44=1 +00002c45=1 +00002c46=1 +00002c47=1 +00002c48=1 +00002c49=1 +00002c4a=1 +00002c4b=1 +00002c4c=1 +00002c4e=1 +00002c4f=1 +00002c50=1 +00002c51=1 +00002c52=1 +00002c53=1 +00002c54=1 +00002c55=1 +00002c56=1 +00002c5e=1 +00002c5f=1 +00002c60=1 +00002c61=1 +00002c62=1 +00002c63=1 +00002c6a=1 +00002c6b=1 +00002c6c=1 +00002c6d=1 +00002c6e=1 +00002c74=1 +00002c79=1 +00002c7a=1 +00002c7b=1 +00002c7e=1 +00002c83=1 +00002c84=1 +00002c86=1 +00002c87=1 +00002c88=1 +00002c89=1 + +[Relayout] + diff --git a/translations/projects/French/ieviewer.atp b/translations/projects/French/ieviewer.atp new file mode 100644 index 000000000..3d72914c3 --- /dev/null +++ b/translations/projects/French/ieviewer.atp @@ -0,0 +1,25 @@ +[Files] +Original=$BUILD_DIR\plugins\ieviewer\lang\english.slg +Translated=$BUILD_DIR\plugins\ieviewer\lang\french.slg +Include=..\..\symbols\plugins\ieviewer\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +00002774=1 +00002775=0 +00002776=1 +00002777=1 +00002779=1 + +[Relayout] + diff --git a/translations/projects/French/mmviewer.atp b/translations/projects/French/mmviewer.atp new file mode 100644 index 000000000..0a4c4df68 --- /dev/null +++ b/translations/projects/French/mmviewer.atp @@ -0,0 +1,233 @@ +[Files] +Original=$BUILD_DIR\plugins\mmviewer\lang\english.slg +Translated=$BUILD_DIR\plugins\mmviewer\lang\french.slg +Include=..\..\symbols\plugins\mmviewer\symbols.inc +SalMenu=..\..\symbols\plugins\mmviewer\salmenu.mnu +CheckList=..\..\symbols\plugins\mmviewer\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +29040000=1 +29040001=1 +29040003=1 +29040004=1 +29040006=1 +29040007=1 +29040008=1 +29040009=1 +2904000a=1 +2904000b=1 +2904000c=1 +2904000d=1 +2904000e=1 + +[MenusTranslation] + +[StringsTranslation] +00002b5c=1 +00002b5d=1 +00002b5e=1 +00002b5f=1 +00002b60=1 +00002b61=1 +00002b62=1 +00002b63=1 +00002b66=1 +00002b67=1 +00002b70=1 +00002b73=1 +00002b74=1 +00002b75=1 +00002b76=1 +00002b77=1 +00002b78=1 +00002b79=1 +00002b7a=1 +00002b7b=1 +00002b7c=1 +00002bc0=1 +00002bc1=1 +00002bc2=1 +00002bc4=1 +00002bc5=1 +00002bc6=1 +00002bc7=1 +00002bc8=1 +00002bc9=1 +00002bca=1 +00002bcb=1 +00002bde=1 +00002be0=1 +00002c06=1 +00002c07=1 +00002c10=1 +00002c11=1 +00002c1a=1 +00002cec=1 +00002ced=1 +00002cee=1 +00002cef=1 +00002cf0=1 +00002cf1=1 +00002cf2=1 +00002cf3=1 +00002ee1=1 +00002ee2=1 +00002ee9=1 +00002eea=1 +00002eeb=1 +00002eec=1 +00002eed=1 +00002eee=1 +00002eef=1 +00002ef0=1 +00002ef1=1 +00002ef2=1 +00002ef3=1 +00002ef4=1 +00002ef5=1 +00002ef6=1 +00002ef7=1 +00002ef8=1 +00002ef9=1 +00002efa=1 +00002efb=1 +00002efc=1 +00002efd=1 +00002f44=1 +00002f45=1 +00002f46=1 +00002f47=1 +00002f48=1 +00002f49=1 +00002f4a=1 +00002f4b=1 +00002f4c=1 +00002f4d=1 +00002f4e=1 +00002f4f=1 +00002f50=1 +00002f51=1 +00002f52=1 +00002f53=1 +00002f54=1 +00002f55=1 +00002f56=1 +00002f57=1 +00002f58=1 +00002f59=1 +00002f5a=1 +00002f5b=1 +00002f5c=1 +00002f5d=1 +00002f5e=1 +00002f5f=1 +00002f60=1 +00002f61=1 +00002f62=1 +00002fa8=1 +00002fa9=1 +00002faa=1 +00002fab=1 +00002fac=1 +0000300c=1 +0000300d=1 +0000300e=1 +0000300f=1 +00003010=1 +00003011=1 +00003012=1 +00003013=1 +00003014=1 +00003015=1 +00003016=1 +00003017=1 +00003018=1 +00003019=1 +0000301a=1 +0000301b=1 +0000301c=1 +0000301d=1 +0000301e=1 +0000301f=1 +00003020=1 +00003021=1 +00003022=1 +00003023=1 +00003024=1 +00003025=1 +00003026=1 +00003027=1 +00003070=1 +00003071=1 +00003072=1 +00003073=1 +00003074=1 +00003075=1 +00003076=1 +00003077=1 +000030d5=1 +000030d6=1 +000030d7=1 +000030d8=1 +000030d9=1 +000030da=1 +000030db=1 +000030dc=1 +000030dd=1 +000030de=1 +000030df=1 +000030e0=1 +000030e1=1 +000030e2=1 +000030e3=1 +000030e4=1 +000030e5=1 +000030e6=1 +000030e7=1 +000030e8=1 +000030e9=1 +000030ea=1 +000030eb=1 +000030ec=1 +000030ed=1 +000030ee=1 +000030ef=1 +000030f0=1 +000030f1=1 +000030f2=1 +000030f3=1 +000030f4=1 +000030f5=1 +000030f6=1 +000030f7=1 +000030f8=1 +000030f9=1 +000030fa=1 +000030fb=1 +000030fc=1 +000030fd=1 +000030fe=1 +00003138=1 +00003139=1 +0000313a=1 +0000313b=1 +0000313c=1 +0000313d=1 +0000313e=1 +0000313f=1 +00003140=1 +00003141=1 +00003142=1 +00003143=1 +00003144=1 +00003145=1 + +[Relayout] + diff --git a/translations/projects/French/nethood.atp b/translations/projects/French/nethood.atp new file mode 100644 index 000000000..1c365c16c --- /dev/null +++ b/translations/projects/French/nethood.atp @@ -0,0 +1,42 @@ +[Files] +Original=$BUILD_DIR\plugins\nethood\lang\english.slg +Translated=$BUILD_DIR\plugins\nethood\lang\french.slg +Include=..\..\symbols\plugins\nethood\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00660000=1 +00660001=1 +00660002=1 +00660003=1 +00660004=1 +00660005=1 +00660006=1 +00660008=1 +00660009=1 +0066000a=1 + +[MenusTranslation] + +[StringsTranslation] +00000080=1 +00000081=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 + +[Relayout] + diff --git a/translations/projects/French/pak.atp b/translations/projects/French/pak.atp new file mode 100644 index 000000000..d940b5f35 --- /dev/null +++ b/translations/projects/French/pak.atp @@ -0,0 +1,70 @@ +[Files] +Original=$BUILD_DIR\plugins\pak\lang\english.slg +Translated=$BUILD_DIR\plugins\pak\lang\french.slg +Include=..\..\symbols\plugins\pak\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640005=1 +00640008=1 +00640009=1 + +[MenusTranslation] + +[StringsTranslation] +000001f4=1 +000001f5=1 +000001f6=1 +000001f7=1 +000001f8=1 +000001f9=1 +000001fa=1 +000001fb=1 +000001fc=1 +000001fd=1 +000001fe=1 +000001ff=1 +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 + +[Relayout] + diff --git a/translations/projects/French/peviewer.atp b/translations/projects/French/peviewer.atp new file mode 100644 index 000000000..0127d3264 --- /dev/null +++ b/translations/projects/French/peviewer.atp @@ -0,0 +1,37 @@ +[Files] +Original=$BUILD_DIR\plugins\peviewer\lang\english.slg +Translated=$BUILD_DIR\plugins\peviewer\lang\french.slg +Include=..\..\symbols\plugins\peviewer\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +21350000=1 +21350001=1 +21350003=1 +21350004=1 +21350005=1 +21350007=1 +21350008=1 +21350009=1 +2135000a=1 +2135000b=1 + +[MenusTranslation] + +[StringsTranslation] +000003f8=1 +00002774=1 +00002775=1 +00002776=1 +00002777=1 +00002778=1 +00002786=1 + +[Relayout] + diff --git a/translations/projects/French/pictview.atp b/translations/projects/French/pictview.atp new file mode 100644 index 000000000..64538ce41 --- /dev/null +++ b/translations/projects/French/pictview.atp @@ -0,0 +1,590 @@ +[Files] +Original=$BUILD_DIR\plugins\pictview\lang\english.slg +Translated=$BUILD_DIR\plugins\pictview\lang\french.slg +Include=..\..\symbols\plugins\pictview\symbols.inc +SalMenu=..\..\symbols\plugins\pictview\salmenu.mnu +IgnoreList=..\..\symbols\plugins\pictview\ignore.lst +CheckList=..\..\symbols\plugins\pictview\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +07d00000=1 +07d00001=1 +07d00003=1 +07d00005=1 +07d00006=1 +07d00007=1 +07d00008=1 +07d00009=1 +07d0000a=1 +07d0000b=1 +07e40000=1 +07e40001=1 +07e40002=1 +07e40003=1 +07e40004=1 +07e40005=1 +07e40006=1 +07e40007=1 +07e40008=1 +07e40009=1 +07e4000a=1 +07f80000=1 +07f80001=1 +07f80002=1 +07f80003=1 +07f80005=1 +07f80007=1 +07f80008=1 +07f80009=1 +07f8000a=1 +080c0000=1 +080c0001=1 +080c0002=1 +080c0003=1 +08160000=1 +08160001=1 +08160002=1 +08160003=1 +08160004=1 +08160005=1 +08160006=1 +08160007=1 +08160009=1 +0816000b=1 +08200000=1 +08200001=1 +08200002=1 +08200004=1 +08200006=1 +08200007=1 +08200009=1 +08340000=1 +08340001=1 +08340002=1 +08340003=1 +08340005=1 +08340007=1 +08340009=1 +0834000b=1 +0834000d=1 +0834000f=1 +08340011=1 +08340013=1 +08340015=1 +08480000=1 +08480003=1 +08480004=1 +08480005=1 +08480006=1 +08480007=1 +08480008=1 +08520000=1 +08520001=1 +08520003=1 +08520004=1 +08520005=1 +085c0000=1 +085c0001=1 +085c0003=1 +085c0004=1 +08660000=1 +08660001=1 +08660002=1 +08660003=1 +08660004=1 +08660005=1 +08660006=1 +08660007=1 +08660008=1 +08660009=1 +0866000c=1 +0866000d=1 +0866000f=1 +08660010=1 +08660011=1 +087a0000=1 +087a0003=1 +087a0004=1 +08840000=1 +08840001=1 +08840004=1 +08840007=1 +08840008=1 +08840009=1 +08fc0001=1 +08fc0003=1 +08fc0004=1 +08fc0006=1 +08fc0008=1 +08fc000a=1 +08fc000b=1 +08fc000d=1 +08fc000e=1 +08fc000f=1 +08fc0010=1 +08fc0011=1 +08fc0013=1 +08fc0014=1 +08fc0016=1 +08fc0017=1 +08fc0018=1 +08fc001a=1 +09600000=1 +09600001=1 +09600002=1 +09600003=1 +09600004=1 +09600005=1 +09600007=1 +09600009=1 +0960000b=1 +0960000d=1 +0960000f=1 +09600010=1 +09600011=1 +09600012=1 +09c40000=1 +09c40002=1 +09c40004=1 +09c40005=1 +09c40006=1 +09c40009=1 +09c4000c=1 +09c4000d=1 +09c4000e=1 +09c40010=1 +09c40011=1 +09c40012=1 +09c40013=1 +09c40016=1 +09c40019=1 +09c4001a=1 +09c4001b=1 +09c4001c=1 +09c4001d=1 +09e20000=1 +09e20001=1 + +[MenusTranslation] + +[StringsTranslation] +000001f4=1 +000001f5=1 +000001f6=1 +000001f7=1 +000001f8=1 +000001f9=1 +000001fa=1 +000001fb=1 +000001fc=1 +000001fd=1 +000001fe=1 +000001ff=1 +00000200=1 +00000201=1 +00000202=1 +00000203=1 +00000204=1 +00000205=1 +00000206=1 +00000207=1 +00000208=1 +00000209=1 +0000020a=1 +0000020b=1 +0000020c=1 +0000020d=1 +0000020e=1 +0000020f=1 +00000210=1 +00000211=1 +00000212=1 +00000213=1 +00000214=1 +00000215=1 +00000216=1 +00000217=1 +0000021d=1 +0000021e=1 +0000021f=1 +00000220=1 +00000221=1 +00000226=1 +00000227=1 +00000228=1 +00000230=1 +00000231=1 +00000232=1 +00000233=1 +00000234=1 +00000235=1 +00000236=1 +00000237=1 +00000238=1 +00000239=1 +0000023a=1 +00000244=1 +00000245=1 +00000246=1 +00000247=1 +00000248=1 +00000249=1 +0000024e=1 +0000024f=1 +00000250=1 +00000251=1 +00000254=1 +00000262=1 +00000263=1 +00000264=1 +00000265=1 +00000266=1 +00000267=1 +000003e7=1 +000003e8=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +00000418=1 +00000419=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +00000441=1 +00000442=1 +00000443=1 +00000444=1 +00000445=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +00000455=1 +00000456=1 +00000457=1 +00000458=1 +00000459=1 +0000045a=1 +0000045b=1 +0000045c=1 +0000045d=1 +0000045e=1 +0000045f=1 +00000460=1 +00000461=1 +00000462=1 +00000469=1 +0000046a=1 +0000046b=1 +0000046c=1 +0000046d=1 +00000474=1 +00000475=1 +00000476=1 +00000477=1 +00000479=1 +0000047a=1 +0000047b=1 +0000047c=1 +00000488=1 +00000489=1 +0000048a=1 +0000048b=1 +0000048c=1 +00000492=1 +00000898=1 +00000899=1 +0000089a=1 +0000089b=1 +0000089c=1 +0000089d=1 +0000089e=1 +0000089f=1 +000008a0=1 +000008a1=1 +000008a2=1 +000008a3=1 +000008a4=1 +000008a5=1 +000008a6=1 +000008a7=1 +000008a8=1 +000008a9=1 +000008aa=1 +000008ab=1 +000008ac=1 +000008ad=1 +000008ae=1 +000008af=1 +000008b0=1 +000008b5=1 +000008b6=1 +000008b7=1 +000008b8=1 +000008b9=1 +000008ba=1 +000008bb=1 +000008bc=1 +000008bd=1 +000008be=1 +000008bf=1 +000008c0=1 +000008c1=1 +000008c2=1 +000008c3=1 +000008c4=1 +000008c5=1 +000008c6=1 +000008c7=1 +000008c8=1 +000008c9=1 +000008ca=1 +000008cb=1 +000008e8=1 +000008e9=1 +000008ea=1 +000008eb=1 +000008ec=1 +000008f2=1 +000008f3=1 +000008f4=1 +000008f5=1 +000008f6=1 +000008f7=1 +000008f8=1 +00000902=1 +00000903=1 +00000fa3=1 +00000fa4=1 +00000fa6=1 +00000fa7=1 +00000fa9=1 +00000faf=1 +00000fb1=1 +00000fb3=1 +00000fb5=1 +00000fbb=1 +00000fbc=1 +00000fbd=1 +00000fbe=1 +00000fc5=1 +00000fc6=1 +00000fc7=1 +00000fca=1 +00000fcb=1 +00000fcc=1 +00000fd1=1 +00000fd4=1 +00000fd8=1 +00000fd9=1 +00000fda=1 +00000fdb=1 +00000fdf=1 +00000fe0=1 +00000fe1=1 +00000fe2=1 +00000fe3=1 +00000fe4=1 +00000fe5=1 +00000fe7=1 +00000fe9=1 +00000fea=1 +00000feb=1 +00000fec=1 +00000fed=1 +00000fee=1 +00000fef=1 +00000ff0=1 +00000ff1=1 +00000ff2=1 +00000ff3=1 +00000ff4=1 +00000ff5=1 +00000ff6=1 +00000ff7=1 +00000ff8=1 +00000ff9=1 +00000ffa=1 +00000ffb=1 +00000ffc=1 +00000ffd=1 +00000ffe=1 +00001000=1 +00001001=1 +00001003=1 +00001004=1 +00001006=1 +0000100b=1 +0000100c=1 +0000100f=1 +00001010=1 +00001013=1 +00001015=1 +00001017=1 +00001018=1 +00001019=1 +0000101a=1 +0000101b=1 +0000101c=1 +0000101d=1 +0000101e=1 +00001022=1 +00001045=1 +00001054=1 +00001063=1 +0000106d=1 +0000106e=1 +0000106f=1 +00001071=1 +00001072=1 +0000107b=1 +0000107c=1 +0000107f=1 +00001080=1 +00001088=1 +0000108c=1 +00001091=1 +00001092=1 +00001093=1 +00001094=1 +00001095=1 +00001096=1 +00001098=1 +0000109a=1 +0000109c=1 +0000109d=1 +0000109e=1 +000010a1=1 +000010a3=1 +000010a4=1 +000010a5=1 +000010a6=1 +000010a7=1 +000010a8=1 +000010a9=1 +000010aa=1 +000010ad=1 +000010ae=1 +000010af=1 +000010b8=1 +000010b9=1 +000010be=1 +000010bf=1 +000010c8=1 +000010c9=1 +000010ca=1 +000010cb=1 +000010cc=1 +000010cd=1 +000010ce=1 +000010cf=1 +000010d3=1 +000010d4=1 +000010d5=1 +000010d6=1 +000010d9=1 +000010db=1 +000010df=1 +000010e2=1 +000010e3=1 +000010e4=1 +000010e6=1 +000010e9=1 +000010ea=1 +000010eb=1 +000010ec=1 +000010f4=1 +000010f8=1 +000010f9=1 +000010fa=1 +000010fb=1 +00001142=1 + +[Relayout] + diff --git a/translations/projects/French/regedt.atp b/translations/projects/French/regedt.atp new file mode 100644 index 000000000..e3645b7fe --- /dev/null +++ b/translations/projects/French/regedt.atp @@ -0,0 +1,238 @@ +[Files] +Original=$BUILD_DIR\plugins\regedt\lang\english.slg +Translated=$BUILD_DIR\plugins\regedt\lang\french.slg +Include=..\..\symbols\plugins\regedt\symbols.inc +SalMenu=..\..\symbols\plugins\regedt\salmenu.mnu +IgnoreList=..\..\symbols\plugins\regedt\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640004=1 +00640005=1 +006e0000=1 +006e0001=1 +006e0003=1 +006e0004=1 +006e0006=1 +006e0007=1 +00780000=1 +00780002=1 +00780003=1 +00780004=1 +00780005=1 +00780006=1 +00780007=1 +00780009=1 +0078000b=1 +00820003=1 +00820004=1 +00820005=1 +00870000=1 +00870001=1 +00870003=1 +00870004=1 +00870006=1 +00870007=1 +00870008=1 +00870009=1 +0087000a=1 +0087000b=1 +0087000c=1 +0087000d=1 +0087000e=1 +0087000f=1 +00870010=1 +00870011=1 +00870012=1 +00870014=1 +00870015=1 +00870017=1 +00870018=1 +00a50000=1 +00a50001=1 +00a50003=1 +00a50005=1 +00a50006=1 +00a50007=1 +00a50008=1 +00a60000=1 +00a60001=1 +00a60002=1 +00a60005=1 +00a60008=1 +00a6000c=1 +00a6000d=1 +00af0003=1 +00af0004=1 +00b10000=1 +00b10001=1 +00b10003=1 +00b10005=1 +00b10006=1 +00b10007=1 + +[MenusTranslation] + +[StringsTranslation] +000000b0=1 +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fe=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000418=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +00000441=1 +00000442=1 +00000443=1 +00000444=1 +00000445=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000451=1 +00000453=1 +00000454=1 +00000455=1 +00000456=1 +00000457=1 +00000458=1 +00000459=1 +0000045a=1 +0000045b=1 +0000045c=1 +0000045d=1 +0000045e=1 +0000045f=1 +00000460=1 +00000461=1 +00000462=1 +00000463=1 +00000464=1 +00000465=1 +00000466=1 +00000467=1 +00000468=1 +00000469=1 +0000046a=1 +0000046b=1 +0000046c=1 +0000046d=1 +0000046e=1 +0000046f=1 +00000470=1 +00000471=1 +00000472=1 +00000473=1 +00000474=1 +00000475=1 +00000476=1 +00000477=1 +00000478=1 +00000479=1 +0000047a=1 +0000047b=1 +0000047c=1 +0000047d=1 +0000047e=1 +0000047f=1 +00000480=1 +00000481=1 +00000482=1 +00000486=1 +00000487=1 +00000488=1 +00000489=1 +0000048a=1 +0000048b=1 +0000048c=1 +0000048d=1 + +[Relayout] + diff --git a/translations/projects/French/renamer.atp b/translations/projects/French/renamer.atp new file mode 100644 index 000000000..70d4e3cb5 --- /dev/null +++ b/translations/projects/French/renamer.atp @@ -0,0 +1,370 @@ +[Files] +Original=$BUILD_DIR\plugins\renamer\lang\english.slg +Translated=$BUILD_DIR\plugins\renamer\lang\french.slg +Include=..\..\symbols\plugins\renamer\symbols.inc +SalMenu=..\..\symbols\plugins\renamer\salmenu.mnu +IgnoreList=..\..\symbols\plugins\renamer\ignore.lst +CheckList=..\..\symbols\plugins\renamer\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640002=1 +00640004=1 +00640005=1 +00640006=1 +00640009=1 +0064000c=1 +0064000e=1 +00640011=1 +00640014=1 +00640015=1 +00640016=1 +00640017=1 +00640018=1 +00640019=1 +0064001b=1 +0064001d=1 +0064001f=1 +00640020=1 +008c0000=1 +008c0001=1 +008c0003=1 +008c0005=1 +008c0007=1 +008c0009=1 +008c000b=1 +008c000c=1 +00960000=1 +00960001=1 +00960003=1 +00960005=1 +00960007=1 +00960009=1 +0096000b=1 +0096000c=1 +0096000d=1 +00a00000=1 +00a00001=1 +00a00003=1 +00a00004=1 +00a00005=1 +00a00006=1 +00a00007=1 +00aa0000=1 +00aa0001=1 +00aa0003=1 +00aa0004=1 +00aa0006=1 +00aa0007=1 +00af0000=1 +00af0003=1 +00b40000=1 +00b40001=1 +00b40003=1 +00b40004=1 +00b90000=1 +00b90001=1 +00b90002=1 +00b90004=1 +00b90006=1 +00b90008=1 +00b90009=1 +00be0000=1 +00be0001=1 +00be0002=1 +00be0005=1 +00be0008=1 +00be000b=1 +00be000c=1 +00be000d=1 +00be000e=1 +00be0010=1 +00be0011=1 +00be0012=1 + +[MenusTranslation] + +[StringsTranslation] +0000007a=1 +0000007b=1 +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=0 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +00000418=1 +00000419=1 +0000041a=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000439=1 +0000043b=1 +0000043d=1 +0000043f=1 +00000441=1 +00000443=1 +00000445=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000450=1 +00000451=1 +00000452=1 +00000453=1 +00000454=1 +00000455=1 +00000456=1 +00000457=1 +00000458=1 +00000459=1 +0000045a=1 +0000045b=1 +0000045c=1 +0000045d=1 +0000045e=1 +0000045f=1 +00000460=1 +00000461=1 +00000462=1 +00000463=1 +00000465=1 +00000466=1 +00000467=1 +00000468=1 +00000469=1 +0000046a=1 +0000046b=1 +0000046c=1 +0000046d=1 +0000046e=1 +0000046f=1 +00000470=1 +00000471=1 +00000472=1 +00000473=1 +00000474=1 +00000475=1 +00000476=1 +00000477=1 +00000478=1 +00000479=1 +0000047a=1 +0000047b=1 +0000047c=1 +0000047d=1 +0000047e=1 +0000047f=1 +00000480=1 +00000481=1 +00000482=1 +00000483=1 +00000484=1 +00000485=1 +00000486=1 +00000487=1 +00000488=1 +00000489=1 +0000048a=1 +0000048b=1 +0000048c=1 +0000048d=1 +0000048e=1 +0000048f=1 +00000490=1 +00000491=1 +00000492=1 +00000493=1 +00000494=1 +00000495=1 +00000496=1 +00000497=1 +00000498=1 +00000499=1 +0000049a=1 +0000049b=1 +0000049c=1 +0000049d=1 +0000049e=1 +0000049f=1 +000004a0=1 +000004a1=1 +000004a2=1 +000004a3=1 +000004a4=1 +000004a5=1 +000004a6=1 +000004a7=1 +000004a8=1 +000004a9=1 +000004aa=1 +000004ab=1 +000004ac=1 +000004ad=1 +000004ae=1 +000004af=1 +000004b0=1 +000004b1=1 +000004b2=1 +000004b3=1 +000004b4=1 +000004b5=1 +000004b6=1 +000004b7=1 +000004b8=1 +000004b9=1 +000004ba=1 +000004bb=1 +000004bc=1 +000004bd=1 +000004be=1 +000004bf=1 +000004c0=1 +000004c1=1 +000004c2=1 +000004c3=1 +000004c4=1 +000004c5=1 +000004c6=1 +000004c7=1 +000004c8=1 +000004c9=1 +000004ca=1 +000004cb=1 +000004cc=1 +000004cd=1 +000004ce=1 +000004cf=1 +000004d0=1 +000004d1=1 +000004d2=1 +000004d3=1 +000004d4=1 +000004d5=1 +000004d6=1 +000004d7=1 +000004d8=1 +000004d9=1 +000004da=1 +000004dc=1 +000004dd=1 +000004de=1 +000004df=1 +000004e0=1 +000004e1=1 +000004e2=1 +000004e3=1 +000004e4=1 +000004e5=1 +000004e6=1 +000004e7=1 +000004e8=1 +000004e9=1 +000004ea=1 +000004eb=1 +000004ec=1 +000004ed=1 +000004ee=1 +000004ef=1 +000004f0=1 +000004f1=1 +000004f2=1 +000004f3=1 +000004f4=1 +000004f5=1 +000004f6=1 +000004f7=1 +000004f8=1 +000004f9=1 +000004fa=1 +000004fb=1 +000004fc=1 +000004fd=1 +000004fe=1 +000004ff=1 +00000500=1 +00000501=1 +00000503=1 +00000504=1 +00000505=1 +00000506=1 + +[Relayout] + diff --git a/translations/projects/French/salamand.atp b/translations/projects/French/salamand.atp new file mode 100644 index 000000000..7e8a6100b --- /dev/null +++ b/translations/projects/French/salamand.atp @@ -0,0 +1,2505 @@ +[Files] +Original=$BUILD_DIR\lang\english.slg +Translated=$BUILD_DIR\lang\french.slg +Include=..\..\symbols\symbols.inc +SalMenu=..\..\symbols\salmenu.mnu +IgnoreList=..\..\symbols\ignore.lst +CheckList=..\..\symbols\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640004=1 +00640005=1 +00640006=1 +00680000=1 +00680001=1 +00680003=1 +00680004=1 +00680005=1 +00680006=1 +00940000=1 +00940001=1 +00940003=1 +00940005=1 +00940007=1 +00940009=1 +00950000=1 +00950001=1 +00950003=1 +00950005=1 +00960005=1 +00960007=1 +0096000a=1 +0096000c=1 +00aa0001=1 +00aa0003=1 +00aa0005=1 +00aa0006=1 +00aa0007=1 +00aa0008=1 +00b40000=1 +00b40001=1 +00b40004=1 +00b40007=1 +00b40008=1 +00b40009=1 +00b4000a=1 +00b4000b=1 +00be0001=1 +00be0004=1 +00be0005=1 +00be0006=1 +00be0007=1 +00be0008=1 +00bf0000=1 +00bf0001=1 +00bf0002=1 +00bf0003=1 +00bf0005=1 +00bf0006=1 +00bf0007=1 +00bf0008=1 +00bf0009=1 +00bf000a=1 +00bf000b=1 +00bf000c=1 +00bf000d=1 +00bf000f=1 +00bf0010=1 +00bf0011=1 +00bf0012=1 +00bf0013=1 +00bf0014=1 +00bf0015=1 +00bf0017=1 +00bf0019=1 +00bf001b=1 +00bf001d=1 +00bf001e=1 +00bf001f=1 +00bf0020=1 +00c80000=1 +00c80001=1 +00c80003=1 +00c80005=1 +00c80007=1 +00c80008=1 +00c80009=1 +00c8000a=1 +00cc0004=1 +00cc0005=1 +00cc0006=1 +00cd0004=1 +00cd0005=1 +00cd0006=1 +00cd0009=1 +00cd000a=1 +00cd000b=1 +00cd000c=1 +00cd000d=1 +00cd000e=1 +00cd0010=1 +00cd0011=1 +00cd0015=1 +00cd0016=1 +00cd0017=1 +00cd0018=1 +00ce0003=1 +00ce0004=1 +00ce0005=1 +00cf0003=1 +00cf0004=1 +00cf0005=1 +00d00004=1 +00d00005=1 +00d00006=1 +00e60001=1 +00e60003=1 +00e60005=1 +00e60006=1 +00f00000=1 +00f00001=1 +00f00003=1 +00f00005=1 +00f00007=1 +00f00008=1 +00f00009=1 +00f0000a=1 +00f10000=1 +00f10002=1 +00f10003=1 +00f10004=1 +00f10005=1 +00f10006=1 +00f10007=1 +00f10008=1 +00f1000a=1 +00f1000b=1 +00f1000e=1 +00f10011=1 +00f10014=1 +00f10016=1 +00f10017=1 +00f10019=1 +00f1001a=1 +00f1001b=1 +01040000=1 +01040001=1 +01040003=1 +01040005=1 +01040007=1 +01040009=1 +0104000b=1 +0104000d=1 +0104000f=1 +01040011=1 +01040013=1 +01040015=1 +01040016=1 +01040018=1 +0104001b=1 +0104001c=1 +010e0003=1 +010e0004=1 +010e0005=1 +010e0006=1 +010e0007=1 +010e0008=1 +010e0009=1 +012c0000=1 +012c0001=1 +012c0002=1 +012c0003=1 +012c0004=1 +012c0005=1 +012c0006=1 +012c0008=1 +012c0009=1 +012c000a=1 +012c000b=1 +012c000c=1 +012c000d=1 +012c000e=1 +012c000f=1 +01400000=1 +01400001=1 +01400003=1 +01400005=1 +01400006=1 +01400007=1 +01400008=1 +0140000a=1 +0140000b=1 +0140000d=1 +0140000e=1 +0140000f=1 +01400010=1 +01400011=1 +015e0000=1 +015e0001=1 +015e0003=1 +015e0004=1 +015e0005=1 +015e0006=1 +015e0009=1 +015e000c=1 +015e000f=1 +015e0010=1 +015e0011=1 +015e0012=1 +01720000=1 +01720002=1 +01720005=1 +01720006=1 +01720007=1 +01720008=1 +01810000=1 +01810001=1 +01810002=1 +01810004=1 +01810005=1 +01810006=1 +01810007=1 +01900000=1 +01900002=1 +01900003=1 +01900004=1 +01900005=1 +01900006=1 +01900008=1 +01900009=1 +0190000a=1 +0190000b=1 +0190000d=1 +0190000e=1 +01900010=1 +01900011=1 +01900012=1 +01940000=1 +01940001=1 +01940004=1 +01940007=1 +01940008=1 +01940009=1 +01950000=1 +01950001=1 +01950002=1 +01950004=1 +01950006=1 +01950007=1 +01950008=1 +01950009=1 +019a0000=1 +019a0001=1 +019a0003=1 +019a0005=1 +019a0007=1 +019a0009=1 +019a000b=1 +019a000d=1 +019a0010=1 +019a0011=1 +019a0013=1 +019a0014=1 +019a0015=1 +019a0016=1 +019a0017=1 +019a0018=1 +019a0019=1 +019a001a=1 +019a001b=1 +019a001c=1 +019a001e=1 +019a0020=1 +019a0022=1 +019a0024=1 +01c20000=1 +01c20001=1 +01c20003=1 +01c20004=1 +01c20005=1 +01c20007=1 +01c20009=1 +01c2000a=1 +01c2000b=1 +01c70000=1 +01c70001=1 +01c70004=1 +01c70005=1 +01c70006=1 +01c70007=1 +01c70008=1 +01cc0000=1 +01cc0002=1 +01cc0003=1 +01cc0004=1 +01dc0000=1 +01dc0001=1 +01dc0003=1 +01dc0004=1 +01dc0005=1 +01dc0007=1 +01dc0008=1 +01dc0009=1 +01dc000b=1 +01dc000c=1 +01dc000d=1 +01dc000f=1 +01dc0010=1 +01dc0011=1 +01dc0013=1 +01dc0014=1 +01dc0015=1 +01dc0016=1 +01dc0018=1 +01ea0006=1 +01ea0008=1 +01f10006=1 +01f10008=1 +01f1000a=1 +01fe0000=1 +01fe0003=1 +01fe0005=1 +01fe0006=1 +01fe0007=1 +01fe0008=1 +02080000=1 +02080003=1 +02080005=1 +02080006=1 +02080008=1 +02080009=1 +0208000a=1 +0208000b=1 +02120000=1 +02120001=1 +02120003=1 +02120006=1 +02120009=1 +02170000=1 +02170001=1 +02170002=1 +02170003=1 +02170004=1 +02170005=1 +02170006=1 +02170007=1 +02170008=1 +02170009=1 +0217000a=1 +0217000b=1 +0217000c=1 +0217000d=1 +0217000e=1 +0217000f=1 +02170011=1 +02260000=1 +02260002=1 +02260004=1 +02260006=1 +02260008=1 +0226000a=1 +0226000e=1 +02260013=1 +02260016=1 +0226001a=1 +0226001c=1 +0226001e=1 +02260020=1 +02260023=1 +02260025=1 +02260027=1 +0226002a=1 +0226002b=1 +0226002c=1 +023f0000=1 +023f0001=1 +02440000=1 +02440001=1 +02440003=1 +02440005=1 +02440006=1 +02440009=1 +0244000c=1 +024e0000=1 +024e0001=1 +024e0003=1 +024e0006=1 +024e0009=1 +02530000=1 +02530001=1 +02530002=1 +02530003=1 +02530004=1 +02530005=1 +02530006=1 +02530007=1 +02530008=1 +0253000a=1 +0253000d=1 +0253000e=1 +02530010=1 +02760000=1 +02760001=1 +02760003=1 +02760004=1 +02760005=1 +02760006=1 +02760007=1 +02760008=1 +02760009=1 +0276000a=1 +0276000c=1 +0276000d=1 +0276000e=1 +02760010=1 +02760011=1 +02760013=1 +02760015=1 +02760017=1 +02760019=1 +0276001a=1 +0276001c=1 +0276001e=1 +0276001f=1 +02760020=1 +02760021=1 +02940000=1 +02940001=1 +02940003=1 +02940004=1 +02940006=1 +02940007=1 +02940008=1 +029e0000=1 +029e0001=1 +029e0003=1 +029e0004=1 +029e0005=1 +029e0006=1 +029e0007=1 +029e0008=1 +02a80001=1 +02a80003=1 +02a80005=1 +02a80006=1 +02a80007=1 +02a90001=1 +02a90003=1 +02a90005=1 +02aa0001=1 +02aa0004=1 +02aa0005=1 +02aa0006=1 +02ab0001=1 +02ab0004=1 +02ab0005=1 +02ab0006=1 +03f20000=1 +03f20001=1 +03f20003=1 +03f20004=1 +03f20005=1 +03f20006=1 +03f20007=1 +03f20008=1 +03fe0000=1 +03fe0001=1 +03fe0003=1 +03fe0004=1 +03fe0005=1 +04030000=1 +04030001=1 +04030003=1 +04030004=1 +04030006=1 +04030008=1 +0403000a=1 +0403000b=1 +0403000c=1 +0403000d=1 +04060000=1 +04060001=1 +04060003=1 +04060004=1 +04060005=1 +04060006=1 +04060008=1 +0406000a=1 +0406000c=1 +0406000e=1 +0406000f=1 +04060010=1 +04060011=1 +04100000=1 +04100001=1 +04100003=1 +04100006=1 +04100007=1 +04100008=1 +04150000=1 +04150001=1 +04150003=1 +04150004=1 +04150005=1 +04150006=1 +04150007=1 +041a0000=1 +041a0001=1 +041a0002=1 +041a0003=1 +041a0004=1 +041a0005=1 +041a0006=1 +041a0007=1 +041a0008=1 +041a0009=1 +041a000a=1 +041a000b=1 +041f0000=1 +041f0001=1 +041f0003=1 +041f0004=1 +041f0005=1 +04240000=1 +04240001=1 +04240002=1 +04240004=1 +04240005=1 +04240006=1 +04290000=1 +04290001=1 +04290002=1 +04290003=1 +04290004=1 +042e0000=1 +042e0001=1 +042e0004=1 +042e0007=1 +042e0008=1 +042e0009=1 +042e000a=1 +042e000b=1 +04310000=1 +04310001=1 +04310003=1 +04310005=1 +04310007=1 +04310008=1 +04310009=1 +0431000a=1 +04380001=1 +04380003=1 +04380005=1 +04380006=1 +04380007=1 +04380008=1 +04380009=1 +043a0000=1 +043a0001=1 +043a0003=1 +043a0004=1 +043a0005=1 +043a0006=1 +043a0007=1 +043d0000=1 +043d0001=1 +043d0002=1 +043d0003=1 +043d0005=1 +043d0007=1 +043d0008=1 +043d0009=1 +043d000a=1 +043d000b=1 +043d000c=1 +043d000d=1 +043d000e=1 +043d000f=1 +043d0010=1 +04510000=1 +04510001=1 +04510002=1 +04510003=1 +04510005=1 +04510007=1 +04510009=1 +0451000a=1 +0451000b=1 +0451000d=1 +0451000e=1 +0451000f=1 +04510011=1 +04510012=1 +04510014=1 +04510015=1 +04510016=1 +04510017=1 +04510018=1 +04560000=1 +04560001=1 +04560002=1 +04560003=1 +04560004=1 +04600000=1 +04600001=1 +04600002=1 +04600003=1 +04600004=1 +04600006=1 +04600008=1 +046a0000=1 +046a0001=1 +046a0002=1 +046a0003=1 +046a0004=1 +046a0006=1 +046a0008=1 +046f0000=1 +046f0001=1 +046f0002=1 +046f0003=1 +046f0004=1 +046f0006=1 +04740000=1 +04740001=1 +04740002=1 +04740003=1 +04740004=1 +04740005=1 +08fc0000=1 +08fc0001=1 +08fc0003=1 +08fc0005=1 +08fc0007=1 +08fc0008=1 +08fc000b=1 +08fc000e=1 +08fc000f=1 +08fc0010=1 +08fc0013=1 +08fc0016=1 +08fc0017=1 +09100000=1 +09100001=1 +09100003=1 +09100005=1 +09100007=1 +09100008=1 +09100009=1 +0910000c=1 +0910000f=1 +09100010=1 +09240000=1 +09240001=1 +09240003=1 +09240008=1 +09240009=1 +0924000a=1 +092e0000=1 +092e0001=1 +092e0003=1 +092e0004=1 +092e0007=1 +092e0008=1 +094c0000=1 +094c0001=1 +094c0004=1 +094c0005=1 +094c0006=1 +094c0007=1 +094c0008=1 +094c000a=1 +094c000b=1 +094c000c=1 +094c000d=1 +094c000e=1 +099c0000=1 +099c0001=1 +099c0003=1 +099c0005=1 +099c0006=1 +09ba0000=1 +09ba0001=1 +09ba0003=1 +09ba0004=1 +09ba0006=1 +09ba0007=1 +09ba0008=1 +09ba000a=1 +09ba000b=1 +09ba000c=1 +09ba000d=1 +09ba000e=1 +09ba0010=1 +09ba0012=1 +09ba0013=1 +09ba0014=1 +09c40002=1 +09c40004=1 +09c40005=1 +09c40007=1 +09c40008=1 +09c40009=1 +09c4000a=1 +09c4000c=1 +09c4000f=1 +09c40010=1 +09c40011=1 +09c40012=1 +09c40014=1 +09c40016=1 +09e20000=1 +09e20001=1 +09e20003=1 +09e20004=1 +09e20005=1 +09e20006=1 +09e20007=1 +09e20008=1 +09ec0000=1 +09ec0001=1 +09ec0003=1 +09ec0005=1 +09ec0007=1 +09ec0009=1 +09ec000b=1 +09ec000d=1 +09ec000f=1 +09ec0010=1 +09ec0011=1 +09ec0012=1 +0a000000=1 +0a000002=1 +0a000003=1 +0a000004=1 +0a000005=1 +0a000006=1 +0a000007=1 +0a000008=1 +0a000009=1 +0a00000b=1 +0a00000c=1 +0a00000f=1 +0a000013=1 +0a000014=1 +0a000015=1 +0a000016=1 +0a00001b=1 +0a00001f=1 +0a000020=1 +0a000021=1 +0a000022=1 +0a000023=1 +0a280000=1 +0a280001=1 +0a280003=1 +0a280004=1 +0a280005=1 +0a280006=1 +0a280007=1 +0a280008=1 +0a280009=1 +0a28000a=1 +0a28000b=1 +0a28000c=1 +0a28000e=1 +0a280010=1 +0a280012=1 +0a280014=1 +0a280016=1 +0a280018=1 +0a28001a=1 +0a28001b=1 +0a28001c=1 +0a28001d=1 +0a4b0000=1 +0a4b0001=1 +0a4b0002=1 +0a4b0003=1 +0a4b0004=1 +0a4b0005=1 +0a4b0006=1 +0a4b0007=1 +0a4b0008=1 +0a550000=1 +0a550001=1 +0a550002=1 +0a550003=1 +0a550004=1 +0a550005=1 +0a550006=1 +0a550007=1 +0a550008=1 +0a640000=1 +0a640001=1 +0a640002=1 +0a640003=1 +0a640004=1 +0a640005=1 +0a640006=1 +0a640007=1 +0a640008=1 +0a640009=1 +0a64000a=1 +0a64000b=1 +0a6e0000=1 +0a6e0001=1 +0a6e0002=1 +0a6e0003=1 +0a6e0004=1 +0a6e0005=1 +0a6e0006=1 +0a780000=1 +0a780001=1 +0a780002=1 +0a780003=1 +0a780005=1 +0a780007=1 +0a780008=1 +0a78000a=1 +0a8c0000=1 +0a8c0001=1 +0a8c0002=1 +0a8c0003=1 +0a8c0004=1 +0aaa0000=1 +0aaa0001=1 +0aaa0003=1 +0aaa0005=1 +0aaa0006=1 +0aaa0007=1 +0aaa0008=1 +0aaa0009=1 +0ab40000=1 +0ab40001=1 +0ab40003=1 +0ab40004=1 +0ab40005=1 +0ab40007=1 +0ab40008=1 +0ab40009=1 +0ab4000a=1 +0ab4000b=1 +0abe0000=1 +0abe0001=1 +0abe0003=1 +0abe0004=1 +0abe0005=1 +0abe0007=1 +0abe0008=1 +0abe0009=1 +0ac30000=1 +0ac30001=1 +0ac30003=1 +0ac30004=1 +0ac30005=1 +0ac30006=1 +0ac80000=1 +0ac80001=1 +0ac80002=1 +0ac80003=1 +0ac80005=1 +0ac80006=1 +0ad20000=1 +0ad20001=1 +0ad20002=1 +0ad20003=1 +0ad20004=1 +0ad20006=1 +0ad20009=1 +0ad2000a=1 +0ad70000=1 +0ad70001=1 +0ad70002=1 +0ad70003=1 +0ad70005=1 +0ad70007=1 +0ad70008=1 +0adc0000=1 +0adc0003=1 +0adc0004=1 +0ae10000=1 +0ae10001=1 +0ae10004=1 +0ae10005=1 +0ae10006=1 +0ae10007=1 +0ae10008=1 +0ae60000=1 +0ae60001=1 +0ae60003=1 +0ae60005=1 +0ae60006=1 +0ae60009=1 +0ae6000a=1 +0ae6000b=1 +0ae6000c=1 +0af00000=1 +0af00001=1 +0af00003=1 +0af00004=1 +0af00006=1 +0af00007=1 +0af00008=1 +0af00009=1 +0af0000b=1 +0af0000c=1 +0b0e0000=1 +0b0e0001=1 +0b0e0002=1 +0b0e0006=1 +0b0e0007=1 +0b0e0008=1 +0b0e0009=1 +0b900000=1 +0b900001=1 +0b900002=1 +17de0000=1 +17de0002=1 +17de0005=1 +17de0007=1 +17de0008=1 +17de0009=1 +17de000a=1 +17de000b=1 +17de000c=1 +17de000e=1 +17de000f=1 +17de0010=1 +17f20000=1 +17f20001=1 +17f20002=1 +17f20003=1 +17f20004=1 +17f20005=1 +17f20006=1 +17f20008=1 +17f2000a=1 +17f2000b=1 +17f2000c=1 +18400000=1 +18400001=1 +18400002=1 +18400003=1 +18400004=1 +18400005=1 +18400006=1 +18400008=1 +1840000a=1 +1840000b=1 +184c0000=1 +184c0001=1 +184c0003=1 +184c0004=1 +184c0005=1 +184c0006=1 + +[MenusTranslation] +177a0000=1 +177a0001=1 +177a0002=1 +177a0004=1 +177a0005=1 +177a0006=1 +177a0008=1 +177a0009=1 +177a000b=1 +177a000c=1 +177a000e=1 +177a000f=1 +177a0010=1 +177a0011=1 +177a0013=1 +177a0014=1 +177a0015=1 +177a0016=1 +177a0017=1 +177a0018=1 +177a0019=1 +177a001b=1 +177a001c=1 +177a001e=1 +177a0020=1 +177a0022=1 +177a0024=1 +177a0025=1 +177a0026=1 +177a0028=1 +177a0029=1 +177a002a=1 +177a002b=1 +177b0001=1 +177b0002=1 +177b0004=1 +177b0006=1 +177b0007=1 +177b0008=1 +177b000a=1 +177b000b=1 +177b000d=1 +177b000f=1 + +[StringsTranslation] +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +00000401=1 +00000442=1 +00000443=1 +00002710=1 +00002711=1 +00002712=1 +00002713=1 +00002714=1 +00002715=1 +00002716=1 +00002717=1 +00002718=1 +0000271a=1 +0000271d=1 +0000271e=1 +00002720=1 +00002721=1 +00002722=1 +00002723=1 +00002724=1 +00002725=1 +00002726=1 +00002727=1 +00002728=1 +0000272a=1 +0000272b=1 +0000272c=1 +0000272d=1 +0000272e=1 +0000272f=1 +00002730=1 +00002731=1 +00002732=1 +00002733=1 +00002734=1 +00002735=1 +00002736=1 +00002737=1 +00002738=1 +00002739=1 +0000273b=1 +0000273c=1 +0000273d=1 +0000273e=1 +0000273f=1 +00002740=1 +00002743=1 +00002744=1 +00002745=1 +00002746=1 +00002747=1 +00002748=1 +00002749=1 +0000274a=1 +0000274b=1 +0000274c=1 +0000274d=1 +0000274e=1 +0000274f=1 +00002750=1 +00002751=1 +00002752=1 +00002753=1 +00002754=1 +00002755=1 +00002756=1 +00002757=1 +00002758=1 +00002759=1 +0000275a=1 +0000275b=1 +0000275c=1 +0000275d=1 +0000275f=1 +00002760=1 +00002761=1 +00002762=1 +00002763=1 +00002764=1 +00002765=1 +00002766=1 +00002767=1 +00002768=1 +00002769=1 +0000276a=1 +0000276b=1 +0000276c=1 +0000276d=1 +0000276e=1 +0000276f=1 +00002770=1 +00002771=1 +00002772=1 +00002773=1 +00002774=1 +00002775=1 +00002776=1 +00002777=1 +00002778=1 +00002779=1 +0000277a=1 +0000277b=1 +0000277c=1 +0000277d=1 +0000277f=1 +00002780=1 +00002781=1 +00002782=1 +00002783=1 +00002784=1 +00002785=1 +00002786=1 +00002787=1 +00002788=1 +00002789=1 +0000278a=1 +0000278b=1 +0000278c=1 +0000278d=1 +0000278e=1 +0000278f=1 +00002791=1 +00002792=1 +00002793=1 +00002794=1 +00002795=1 +00002796=1 +00002797=1 +00002798=1 +00002799=1 +0000279a=1 +0000279b=1 +0000279c=1 +0000279d=1 +0000279e=1 +0000279f=1 +000027a0=1 +000027a1=1 +000027a3=1 +000027a4=1 +000027a5=1 +000027a6=1 +000027a7=1 +000027a8=1 +000027a9=1 +000027aa=1 +000027ab=1 +000027ad=1 +000027ae=1 +000027b0=1 +000027b4=1 +000027b5=1 +000027b6=1 +000027b7=1 +000027b8=1 +000027b9=1 +000027ba=1 +000027bb=1 +000027bc=1 +000027bd=1 +000027be=1 +000027bf=1 +000027c0=1 +000027c1=1 +000027c2=1 +000027c3=1 +000027c4=1 +000027c5=1 +000027c6=1 +000027c7=1 +000027c8=1 +000027c9=1 +000027ca=1 +000027cb=1 +000027cc=1 +000027cd=1 +000027ce=1 +000027cf=1 +000027d0=1 +000027d1=1 +000027d2=1 +000027d3=1 +000027d4=1 +000027d6=1 +000027d7=1 +000027ec=1 +000027ed=1 +000027ee=1 +000027ef=1 +0000280e=1 +0000280f=1 +00002810=1 +00002811=1 +00002812=1 +00002814=1 +00002815=1 +00002816=1 +00002817=1 +00002818=1 +00002819=1 +0000281a=1 +0000281b=1 +0000281c=1 +0000281e=1 +0000281f=1 +00002820=1 +00002821=1 +00002822=1 +00002823=1 +00002824=1 +00002825=1 +00002826=1 +00002828=1 +00002829=0 +0000282a=1 +0000282d=1 +0000282e=1 +0000282f=1 +00002830=1 +00002831=1 +00002832=1 +00002833=1 +00002834=1 +00002835=1 +00002836=1 +00002837=1 +00002838=1 +00002839=1 +0000283a=1 +0000283b=1 +0000283c=1 +0000283d=1 +0000283e=1 +0000283f=1 +00002840=1 +00002843=1 +00002844=1 +00002845=1 +00002846=1 +00002847=1 +00002848=1 +00002849=1 +0000284a=1 +0000284b=1 +0000284c=1 +0000284d=1 +0000284e=1 +0000284f=1 +00002850=1 +00002851=1 +00002852=1 +00002853=1 +00002854=1 +00002855=1 +00002856=1 +00002857=1 +00002858=1 +00002859=1 +0000285a=1 +0000285e=1 +0000285f=1 +00002860=1 +00002861=1 +00002862=1 +00002863=1 +00002864=1 +00002867=1 +00002868=1 +00002869=1 +0000286a=1 +0000286b=1 +0000286c=1 +0000286d=1 +0000286e=1 +0000286f=1 +00002870=1 +00002871=1 +00002872=1 +00002873=1 +00002874=1 +00002875=1 +00002876=1 +00002877=1 +00002878=1 +00002879=1 +0000287a=1 +0000287c=1 +0000287d=1 +0000287e=1 +0000287f=1 +00002880=1 +00002881=1 +00002882=1 +00002883=1 +00002884=1 +00002885=1 +00002886=1 +00002887=1 +00002888=1 +00002889=1 +0000288a=1 +0000288b=1 +0000288c=1 +0000288d=1 +0000288e=1 +0000288f=1 +00002890=1 +00002891=1 +00002892=1 +00002893=1 +00002894=1 +00002895=1 +00002896=1 +000028a0=1 +000028a1=1 +000028a2=1 +000028a3=1 +000028a4=1 +000028a6=1 +000028a8=1 +000028b4=1 +000028b5=1 +000028b8=1 +000028b9=1 +000028ba=1 +000028bb=1 +000028bd=1 +000028be=1 +000028bf=1 +000028c0=1 +000028c1=1 +000028c2=1 +000028c3=1 +000028c4=1 +000028c5=1 +000028c6=1 +000028c7=1 +000028c8=1 +000028c9=1 +000028ca=1 +000028cb=1 +000028cc=1 +000028cd=1 +000028cf=1 +000028d0=1 +000028d1=1 +000028d2=1 +000028d3=1 +000028d4=1 +000028d5=1 +000028d6=1 +000028d7=1 +000028d8=1 +000028d9=1 +000028da=1 +000028dc=1 +000028dd=1 +000028de=1 +000028df=1 +000028e1=1 +000028e2=1 +000028e3=1 +000028e4=1 +000028e5=1 +000028e6=1 +000028e7=1 +000028e8=1 +000028e9=1 +000028ea=1 +000028eb=1 +000028ec=1 +000028ed=1 +000028ee=1 +000028ef=1 +000028f0=1 +000028f1=1 +000028f2=1 +000028f3=1 +000028f4=1 +000028f5=1 +000028f6=1 +000028f7=1 +000028f8=1 +000028f9=1 +000028fa=1 +000028fb=1 +000028fc=1 +000028fd=1 +000028fe=1 +000028ff=1 +00002900=1 +00002901=1 +00002902=1 +00002903=1 +00002904=1 +00002905=1 +00002906=1 +00002907=1 +00002908=1 +00002909=1 +0000290a=1 +0000290b=1 +0000290c=1 +0000290d=1 +0000290e=1 +0000290f=1 +00002910=1 +00002911=1 +00002912=1 +00002913=1 +00002914=1 +00002915=1 +00002916=1 +00002917=1 +00002918=1 +00002922=1 +00002923=1 +00002924=1 +00002925=1 +00002926=1 +00002927=1 +00002928=1 +00002929=1 +0000292a=1 +0000292b=1 +0000292c=1 +00002936=1 +00002937=1 +00002938=1 +00002939=1 +0000293a=1 +0000293b=1 +0000293c=1 +0000293d=1 +0000293e=1 +0000293f=1 +00002944=1 +00002945=1 +00002946=1 +00002947=1 +00002948=1 +00002949=1 +0000294a=1 +0000294b=1 +0000294c=1 +0000294d=1 +0000294e=1 +0000294f=1 +00002950=1 +00002951=1 +00002952=1 +00002953=1 +00002954=1 +00002955=1 +00002956=1 +00002957=1 +00002958=1 +00002959=1 +00002963=1 +00002968=1 +00002969=1 +0000296a=1 +0000296b=1 +0000296c=1 +000029a9=1 +000029aa=1 +000029ab=1 +000029af=1 +000029b0=1 +000029b1=1 +000029b2=1 +000029b3=1 +000029b8=1 +000029b9=1 +000029c6=1 +000029c8=1 +000029c9=1 +000029ca=1 +000029cb=1 +000029cc=1 +000029ce=1 +000029cf=1 +000029d0=1 +000029d2=1 +000029d3=1 +000029d4=1 +000029d5=1 +000029d6=1 +000029d7=1 +000029d8=1 +000029db=1 +000029dc=1 +000029dd=1 +000029e0=1 +000029e1=1 +000029e2=1 +000029e3=1 +000029e5=1 +000029e6=1 +000029ea=1 +000029eb=1 +000029ec=1 +000029ee=1 +000029ef=1 +000029f0=1 +000029f1=1 +000029f2=1 +000029f3=1 +000029f4=1 +000029f5=1 +000029f9=1 +000029fa=1 +000029fb=1 +000029fd=1 +000029fe=1 +000029ff=1 +00002a00=1 +00002a01=1 +00002a02=1 +00002a03=1 +00002a07=1 +00002a08=1 +00002a0a=1 +00002a0b=1 +00002a0c=1 +00002a0d=1 +00002a0e=1 +00002a0f=1 +00002a10=1 +00002a11=1 +00002a12=1 +00002a13=1 +00002a1b=1 +00002a1d=1 +00002a1e=1 +00002a1f=1 +00002a20=1 +00002a21=1 +00002a22=1 +00002a23=1 +00002a24=1 +00002a25=1 +00002a26=1 +00002a27=1 +00002a28=1 +00002a29=1 +00002a2a=1 +00002a2b=1 +00002a2c=1 +00002a2d=1 +00002a2e=1 +00002a2f=1 +00002a30=1 +00002a31=1 +00002a32=1 +00002a33=1 +00002a34=1 +00002a35=1 +00002a36=1 +00002a37=1 +00002a38=1 +00002a3a=1 +00002a3b=1 +00002a3c=1 +00002a3d=1 +00002a3e=1 +00002a3f=1 +00002a42=1 +00002a43=1 +00002a44=1 +00002a45=1 +00002a49=1 +00002a4a=1 +00002a4b=1 +00002a4c=1 +00002a4d=1 +00002a4e=1 +00002a4f=1 +00002a50=1 +00002a51=1 +00002a52=1 +00002a53=1 +00002a54=1 +00002a58=1 +00002a59=1 +00002a5a=1 +00002a5b=1 +00002a5c=1 +00002a5d=1 +00002a5e=1 +00002a5f=1 +00002a60=1 +00002a61=1 +00002a6c=1 +00002a6d=1 +00002a6e=1 +00002a6f=1 +00002a70=1 +00002a71=1 +00002a73=1 +00002a74=1 +00002a75=1 +00002a76=1 +00002a77=1 +00002a78=1 +00002a79=1 +00002a7a=1 +00002a7b=1 +00002a80=1 +00002a81=1 +00002a82=1 +00002a83=1 +00002a84=1 +00002a85=1 +00002a86=1 +00002a87=1 +00002a8a=1 +00002a8b=1 +00002a8c=1 +00002a8d=1 +00002a8e=1 +00002a94=1 +00002a99=1 +00002a9e=1 +00002a9f=1 +00002aa8=1 +00002aa9=1 +00002aaa=1 +00002aab=1 +00002aad=1 +00002aae=1 +00002aaf=1 +00002ab2=1 +00002ab3=1 +00002ab4=1 +00002abc=1 +00002ac1=1 +00002ac2=1 +00002ac6=1 +00002ac7=1 +00002ac8=1 +00002ac9=1 +00002acb=1 +00002ad0=1 +00002ad1=1 +00002ad2=1 +00002ad3=1 +00002ad4=1 +00002ad5=1 +00002ada=1 +00002ae4=1 +00002ae5=1 +00002ae6=1 +00002ae9=1 +00002aea=1 +00002aeb=1 +00002af2=1 +00002af3=1 +00002af4=1 +00002af5=1 +00002af6=1 +00002af8=1 +00002af9=1 +00002afa=1 +00002afb=1 +00002afc=1 +00002afd=1 +00002afe=1 +00002aff=1 +00002b00=1 +00002b01=1 +00002b02=1 +00002b03=1 +00002b04=1 +00002b05=1 +00002b06=1 +00002b07=1 +00002b08=1 +00002b09=1 +00002b0a=1 +00002b0b=1 +00002b0c=1 +00002b0d=1 +00002b11=1 +00002b12=1 +00002b13=1 +00002b14=1 +00002b15=1 +00002b16=1 +00002b17=1 +00002b18=1 +00002b19=1 +00002b1a=1 +00002b1b=1 +00002b1c=1 +00002b1d=1 +00002b1e=1 +00002b1f=1 +00002b20=1 +00002b21=1 +00002b22=1 +00002b23=1 +00002b24=1 +00002b25=1 +00002b26=1 +00002b27=1 +00002b28=1 +00002b29=1 +00002b2a=1 +00002b2b=1 +00002b2c=1 +00002b2d=1 +00002b2e=1 +00002b2f=1 +00002b30=1 +00002b31=1 +00002b32=1 +00002b33=1 +00002b34=1 +00002b35=1 +00002b36=1 +00002b37=1 +00002b38=1 +00002b39=1 +00002b3a=1 +00002b3b=1 +00002b3c=1 +00002b3e=1 +00002b5e=1 +00002b5f=1 +00002b60=1 +00002bc9=1 +00002bca=1 +00002bcb=1 +00002bcf=1 +00002bd4=1 +00002bd5=1 +00002bd6=1 +00002bd7=1 +00002bd8=1 +00002bd9=1 +00002bda=1 +00002bdb=1 +00002bdc=1 +00002bdd=1 +00002bdf=1 +00002be8=1 +00002be9=1 +00002bed=1 +00002bee=1 +00002bf2=1 +00002bf7=1 +00002bf8=1 +00002bf9=1 +00002bfa=1 +00002bfb=1 +00002bfc=1 +00002bfd=1 +00002bfe=1 +00002bff=1 +00002c00=1 +00002c01=1 +00002c02=1 +00002c03=1 +00002c04=1 +00002c05=1 +00002c06=1 +00002c07=1 +00002c08=1 +00002ee0=1 +00002ee1=1 +00002ee2=1 +00002ee3=1 +00002ee4=1 +00002ee5=1 +00002ee6=1 +00002ee7=1 +00002ee8=1 +00002eea=1 +00002eeb=1 +00002eef=1 +00002ef4=1 +00002ef5=1 +00002ef6=1 +00002ef7=1 +00002ef8=1 +00002ef9=1 +00002efa=1 +00002f01=1 +00002f07=1 +00002f08=1 +00002f09=1 +00002f0a=1 +00002f0b=1 +00002f0c=1 +00002f0d=1 +00002f0e=1 +00002f0f=1 +00002f10=1 +00002f11=1 +00002f12=1 +00002f13=1 +00002f14=1 +00002f15=1 +00002f16=1 +00002f17=1 +00002f18=1 +00002f1c=1 +00002f1d=1 +00002f30=1 +00002f31=1 +00002f35=1 +00002f36=1 +00002f37=1 +00002f38=1 +00002f39=1 +00002f3a=1 +00002f3b=1 +00002f3c=1 +00002f3d=1 +00002f3e=1 +00002f3f=1 +00002f40=1 +00002f41=1 +00002f42=1 +00002f43=1 +00002f44=1 +00002f45=1 +00002f46=1 +00002f47=1 +00002f48=1 +00002f49=1 +00002f4a=1 +00002f4b=1 +00002f4c=1 +00002f4d=1 +00002f4e=1 +00002f4f=1 +00002f50=1 +00002f51=1 +00002f52=1 +00002f53=1 +00002f54=1 +00002f57=1 +00002f58=1 +00002f59=1 +00002f5a=1 +00002f5c=1 +00002f5d=1 +00002f5e=1 +00002f62=1 +00002f63=1 +00002f64=1 +00002f65=1 +00002f66=1 +00002f67=1 +00002f68=1 +00002f69=1 +00002f6a=1 +00002f6b=1 +00002f6c=1 +00002f6d=1 +00002f6e=1 +00002f6f=1 +00002f71=1 +00002f72=1 +00002f73=1 +00002f74=1 +00002f80=1 +00002f85=1 +00002f8a=1 +00002f8b=1 +00002f8c=1 +00002f8d=1 +00002f94=1 +00002f95=1 +00002f9e=1 +00002fa8=1 +00002fa9=1 +00002fad=1 +00002fb2=1 +00002fb7=1 +00002fbc=1 +00002fc1=1 +00002fc2=1 +00002fc3=1 +00002fc6=1 +00002fc7=1 +00002fc9=1 +00002fcb=1 +00002fd0=1 +00002fd1=1 +00002fd2=1 +00002fd3=1 +00002fd4=1 +00002fd5=1 +00002fd6=1 +00002fd7=1 +00002fd8=1 +00002fd9=1 +00002fdf=1 +00002ffd=1 +00003002=1 +00003003=1 +00003007=1 +0000300c=1 +00003011=1 +00003012=1 +00003013=1 +00003014=1 +00003016=1 +00003017=1 +00003018=1 +00003019=1 +0000301a=1 +00003020=1 +00003025=1 +00003026=1 +0000302a=1 +0000302b=1 +0000302f=1 +00003034=1 +00003039=1 +0000303e=1 +0000303f=1 +00003040=1 +00003041=1 +00003042=1 +00003043=1 +00003044=1 +00003045=1 +00003048=1 +00003049=1 +0000304a=1 +0000304b=1 +0000304d=1 +00003052=1 +00003053=1 +00003054=1 +00003055=1 +0000305c=1 +0000305d=1 +0000305e=1 +0000305f=1 +00003060=1 +00003061=1 +00003062=1 +00003066=1 +00003067=1 +0000306b=1 +00003070=1 +00003071=1 +00003075=1 +00003076=1 +0000307a=1 +0000307b=1 +0000307c=1 +0000307d=1 +0000307e=1 +00003084=1 +00003085=1 +00003086=1 +00003089=1 +0000308a=1 +0000308e=1 +0000308f=1 +00003090=1 +00003091=1 +00003092=1 +00003093=1 +00003098=1 +00003099=1 +0000309a=1 +0000309b=1 +000030a2=1 +000030a3=1 +000030a4=1 +000030a5=1 +000030a6=1 +000030a7=1 +000030a8=1 +000030a9=1 +000030aa=1 +000030ab=1 +000030ac=1 +000030b1=1 +000030b2=1 +000030b3=1 +000030b4=1 +000030b5=1 +000030b6=1 +000030ba=1 +000030bb=1 +000030bc=1 +000030bd=1 +000030c0=1 +000030c1=1 +000030c2=1 +000030c3=1 +00003201=1 +00003202=1 +00003203=1 +00003204=1 +00003205=1 +00003206=1 +00003207=1 +00003208=1 +00003209=1 +0000320a=1 +0000320b=1 +0000320c=1 +0000320d=1 +0000320f=1 +00003210=1 +00003212=1 +00003214=1 +00003215=1 +00003216=1 +00003217=1 +00003218=1 +00003219=1 +0000321a=1 +0000321c=1 +0000321d=1 +0000321e=1 +0000321f=1 +00003220=1 +00003221=1 +00003222=1 +00003223=1 +00003224=1 +00003225=1 +00003226=1 +00003227=1 +00003228=1 +00003229=1 +0000322a=1 +0000322b=1 +0000322c=1 +0000322d=1 +000032c8=1 +000032c9=1 +000032ca=1 +000032cb=1 +000032cc=1 +000032cd=1 +000032ce=1 +000032cf=1 +000032d0=1 +000032d1=1 +000032d2=1 +000032d3=1 +000032d4=1 +000032d5=1 +000032d6=1 +000032d7=1 +000032d8=1 +000032d9=1 +000032da=1 +000032dc=1 +000032dd=1 +000032de=1 +000032df=1 +000032e0=1 +000032e1=1 +000032e2=1 +000032e3=1 +000032e4=1 +000032e5=1 +000032e6=1 +000032ea=1 +000032eb=1 +000032ec=1 +000032ed=1 +000032ee=1 +000032ef=1 +000032f0=1 +000032f1=1 +000032f2=1 +000032f3=1 +000032f4=1 +000032f5=1 +000032f6=1 +000032f7=1 +000032f8=1 +00003304=1 +00003305=1 +00003306=1 +00003307=1 +00003308=1 +00003309=1 +0000330a=1 +0000330b=1 +0000330c=1 +0000330d=1 +0000330e=1 +0000330f=1 +00003310=1 +00003311=1 +00003312=1 +00003313=1 +00003314=1 +00003315=1 +00003316=1 +00003317=1 +00003318=1 +00003319=1 +0000331a=1 +0000331b=1 +0000331c=1 +0000331d=1 +0000331e=1 +00003322=1 +00003323=1 +00003324=1 +00003325=1 +00003326=1 +00003327=1 +00003328=1 +00003329=1 +0000332a=1 +0000332b=1 +0000332c=1 +0000332d=1 +0000332e=1 +0000332f=1 +00003330=1 +00003331=1 +00003333=1 +00003335=1 +00003336=1 +00003337=1 +00003338=1 +00003339=1 +0000333a=1 +0000333b=1 +0000333c=1 +0000333d=1 +0000333e=1 +0000333f=1 +00003340=1 +00003341=1 +00003342=1 +00003343=1 +00003344=1 +00003345=1 +00003346=1 +00003347=1 +0000334a=1 +0000334b=1 +0000334c=1 +00003354=1 +00003355=1 +00003356=1 +00003357=1 +00003358=1 +00003359=1 +0000335a=1 +0000335b=1 +0000335c=1 +0000335d=1 +0000335e=1 +0000335f=1 +00003360=1 +00003361=1 +00003362=1 +00003363=1 +00003364=1 +00003365=1 +00003366=1 +00003367=1 +00003368=1 +00003369=1 +0000336a=1 +0000336b=1 +0000336c=1 +0000336d=1 +0000336e=1 +0000336f=1 +00003372=1 +00003373=1 +00003386=1 +00003387=1 +00003388=1 +00003389=1 +0000338a=1 +0000338c=1 +0000338d=1 +0000338f=1 +00003390=1 +00003392=1 +000033f4=1 +000033f5=1 +000033f6=1 +000033f7=1 +000033f8=1 +000033f9=1 +000033fa=1 +000033fb=1 +000033fc=1 +000033fd=1 +000033fe=1 +000033ff=1 +00003400=1 +00003401=1 +00003402=1 +00003403=1 +00003408=1 +00003409=1 +0000340a=1 +0000340b=1 +0000340c=1 +0000340d=1 +0000340e=1 +0000340f=1 +00003410=1 +00003412=1 +00003413=1 +00003414=1 +00003415=1 +00003416=1 +0000341c=1 +0000341d=1 +0000341e=1 +0000341f=1 +00003420=1 +00003421=1 +00003422=1 +00003423=1 +00003426=1 +0000342b=1 +0000342c=1 +0000342d=1 +0000342e=1 +0000342f=1 +00003430=1 +00003431=1 +00003432=1 +00003433=1 +00003434=1 +00003435=1 +00003436=1 +00003437=1 +00003438=1 +00003439=1 +00003444=1 +00003445=1 +00003446=1 +00003447=1 +00003448=1 +00003449=1 +0000344a=1 +0000344b=1 +0000344c=1 +00003458=1 +00003459=1 +0000345a=1 +0000345b=1 +0000345c=1 +00003485=1 +00003486=1 +0000348a=1 +0000348b=1 +0000348c=1 +0000348d=1 +0000348e=1 +0000348f=1 +00003490=1 +00003491=1 +00003492=1 +00003493=1 +00003494=1 +00003495=1 +00003496=1 +00003497=1 +0000349e=1 +0000349f=1 +000034a0=1 +000034a1=1 +000034a2=1 +000034a3=1 +000034a4=1 +000034a5=1 +000034a6=1 +000034ef=1 +000034f1=1 +000034f2=1 +000034f3=1 +000034f4=1 +000034f5=1 +000034f6=1 +000034f7=1 +000034f8=1 +000034f9=1 +000034fa=1 +000034fb=1 +000034fc=1 +00003566=1 +00003567=1 +00003568=1 +00003569=1 +0000356a=1 +0000356b=1 +0000356c=1 +00003570=1 +00003571=1 +00003572=1 +00003573=1 +00003574=1 +00003575=1 +00003576=1 +00003577=1 +00003584=1 +00003585=1 +0000358e=1 +0000358f=1 +00003590=1 +00003591=1 +00003598=1 +0000359d=1 +000035a2=1 +000035a3=1 +000035a7=1 +000035a8=1 +000035a9=1 +000035ac=1 +000035ad=1 +000035ae=1 +000035af=1 +000035b6=1 +000035b7=1 +000035b8=1 +000035bb=1 +000035bc=1 +000035bd=1 +000035c0=1 +000035c5=1 +000035ca=1 +000035cb=1 +000035cf=1 +000035d0=1 +000035d1=1 +000035d2=1 +000035d3=1 +000035e8=1 +000035e9=1 +000035ea=1 +000035ed=1 +000035ee=1 +000035ef=1 +000035f0=1 +000035f1=1 +000035f7=1 +000035fc=1 +000035fd=1 +00003601=1 +0000361a=1 +0000361f=1 +00003620=1 +00003621=1 +00003629=1 +0000362a=1 +0000362b=1 +0000362e=1 +0000362f=1 +00003630=1 +00003631=1 +00003638=1 +00003639=1 +0000363a=1 +0000363d=1 +0000363e=1 +00003642=1 +00003643=1 +0000364c=1 +0000364d=1 +0000364e=1 +0000364f=1 +00003650=1 +00003651=1 +00003652=1 +00003653=1 +00003656=0 +00003657=1 +0000365b=1 +0000365c=1 +00003660=1 +00003661=1 +00003665=1 +00003666=1 +00003667=1 +00003668=1 +00003669=1 +0000366c=1 +0000366d=1 +0000366e=1 +00003679=1 +0000367a=1 +0000367b=1 +0000367e=1 +0000367f=1 +00003680=1 +00003681=1 +00003682=1 +00003688=1 +0000368d=1 +0000368e=1 +00003692=1 +00003693=1 +00003694=1 +00003695=1 +00003696=1 +00003697=1 +00003698=1 +0000369c=1 +0000369d=1 +0000369e=1 +0000369f=1 +000036a0=1 +000036a1=1 +000036a2=1 +000036a6=1 +000036a7=1 +000036a8=1 +000036a9=1 +000036b0=1 +000036b5=1 +000036ba=1 +000036bb=1 +000036bc=1 +000036c4=1 +000036c5=1 +000036c6=1 +000036c7=1 +000036c8=1 +000036c9=1 +000036ca=1 +000036ce=1 +000036cf=1 +000036d0=1 +000036d8=1 +000036d9=1 +000036da=1 +000036db=1 +000036dc=1 +000036dd=1 +000036de=1 +000036e2=1 +000036e3=1 +000036e4=1 +000036e5=1 +000036ed=1 +000036ee=1 +000036ef=1 +000036f0=1 +000036f1=1 +000036f2=1 +000036f3=1 +000036f4=1 +000036f6=1 +000036f7=1 +000036f8=1 +000036f9=1 +000036fa=1 +000036fb=1 +00003714=1 +00003746=1 +00003747=1 +0000374b=1 +00003750=1 +00003755=1 +00003756=1 +00003757=1 +00003758=1 +0000375a=1 +0000375b=1 +00003764=1 +00003765=1 +00003769=1 +0000376a=1 +0000376b=1 +0000376c=1 +0000376d=1 +00003773=1 + +[Relayout] + diff --git a/translations/french/7zip.slt b/translations/projects/French/slt/7zip.slt similarity index 99% rename from translations/french/7zip.slt rename to translations/projects/French/slt/7zip.slt index 7c31598e0..13dab9c45 100644 --- a/translations/french/7zip.slt +++ b/translations/projects/French/slt/7zip.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\french\7zip.atp" +PROJECTNAME,"translator\salamand 5.0\projects\french\7zip.atp" TEXTVERSION,"1.31 (x86)" VERSION,"1,3,1,180" diff --git a/translations/french/automation.slt b/translations/projects/French/slt/automation.slt similarity index 97% rename from translations/french/automation.slt rename to translations/projects/French/slt/automation.slt index 4ea2ba0be..5c0629025 100644 --- a/translations/french/automation.slt +++ b/translations/projects/French/slt/automation.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\french\automation.atp" +PROJECTNAME,"translator\salamand 5.0\projects\french\automation.atp" TEXTVERSION,"1.7 (x86)" VERSION,"1,7,0,180" diff --git a/translations/french/checksum.slt b/translations/projects/French/slt/checksum.slt similarity index 98% rename from translations/french/checksum.slt rename to translations/projects/French/slt/checksum.slt index 9bb48de92..4429e5a05 100644 --- a/translations/french/checksum.slt +++ b/translations/projects/French/slt/checksum.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\french\checksum.atp" +PROJECTNAME,"translator\salamand 5.0\projects\french\checksum.atp" TEXTVERSION,"2.2 (x86)" VERSION,"2,2,0,180" diff --git a/translations/french/checkver.slt b/translations/projects/French/slt/checkver.slt similarity index 99% rename from translations/french/checkver.slt rename to translations/projects/French/slt/checkver.slt index 76b7bb6c8..f9d50329b 100644 --- a/translations/french/checkver.slt +++ b/translations/projects/French/slt/checkver.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\french\checkver.atp" +PROJECTNAME,"translator\salamand 5.0\projects\french\checkver.atp" TEXTVERSION,"1.26 (x86)" VERSION,"1,2,6,180" diff --git a/translations/french/dbviewer.slt b/translations/projects/French/slt/dbviewer.slt similarity index 98% rename from translations/french/dbviewer.slt rename to translations/projects/French/slt/dbviewer.slt index a58ff9183..7ec34d0fd 100644 --- a/translations/french/dbviewer.slt +++ b/translations/projects/French/slt/dbviewer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\french\dbviewer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\french\dbviewer.atp" TEXTVERSION,"1.23 (x86)" VERSION,"1,2,3,180" diff --git a/translations/french/diskmap.slt b/translations/projects/French/slt/diskmap.slt similarity index 96% rename from translations/french/diskmap.slt rename to translations/projects/French/slt/diskmap.slt index bbca16c69..9c7a425a9 100644 --- a/translations/french/diskmap.slt +++ b/translations/projects/French/slt/diskmap.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\french\diskmap.atp" +PROJECTNAME,"translator\salamand 5.0\projects\french\diskmap.atp" TEXTVERSION,"1.12 (x86)" VERSION,"1,1,2,180" diff --git a/translations/french/filecomp.slt b/translations/projects/French/slt/filecomp.slt similarity index 99% rename from translations/french/filecomp.slt rename to translations/projects/French/slt/filecomp.slt index 657d8ed30..3b50b3bae 100644 --- a/translations/french/filecomp.slt +++ b/translations/projects/French/slt/filecomp.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\french\filecomp.atp" +PROJECTNAME,"translator\salamand 5.0\projects\french\filecomp.atp" TEXTVERSION,"1.19 (x86)" VERSION,"1,1,9,180" diff --git a/translations/french/ftp.slt b/translations/projects/French/slt/ftp.slt similarity index 99% rename from translations/french/ftp.slt rename to translations/projects/French/slt/ftp.slt index ef3f23cac..9ed32802a 100644 --- a/translations/french/ftp.slt +++ b/translations/projects/French/slt/ftp.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\french\ftp.atp" +PROJECTNAME,"translator\salamand 5.0\projects\french\ftp.atp" TEXTVERSION,"1.35 (x86)" VERSION,"1,3,5,180" diff --git a/translations/french/ieviewer.slt b/translations/projects/French/slt/ieviewer.slt similarity index 89% rename from translations/french/ieviewer.slt rename to translations/projects/French/slt/ieviewer.slt index 747d89b2c..df6bcf11c 100644 --- a/translations/french/ieviewer.slt +++ b/translations/projects/French/slt/ieviewer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\french\ieviewer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\french\ieviewer.atp" TEXTVERSION,"1.12 (x86)" VERSION,"1,1,2,180" diff --git a/translations/french/mmviewer.slt b/translations/projects/French/slt/mmviewer.slt similarity index 99% rename from translations/french/mmviewer.slt rename to translations/projects/French/slt/mmviewer.slt index c91b665b1..e54473a04 100644 --- a/translations/french/mmviewer.slt +++ b/translations/projects/French/slt/mmviewer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\french\mmviewer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\french\mmviewer.atp" TEXTVERSION,"1.16 (x86)" VERSION,"1,1,6,180" diff --git a/translations/french/nethood.slt b/translations/projects/French/slt/nethood.slt similarity index 95% rename from translations/french/nethood.slt rename to translations/projects/French/slt/nethood.slt index 328588b56..464c988a8 100644 --- a/translations/french/nethood.slt +++ b/translations/projects/French/slt/nethood.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\french\nethood.atp" +PROJECTNAME,"translator\salamand 5.0\projects\french\nethood.atp" TEXTVERSION,"1.08 (x86)" VERSION,"1,0,8,180" diff --git a/translations/french/pak.slt b/translations/projects/French/slt/pak.slt similarity index 97% rename from translations/french/pak.slt rename to translations/projects/French/slt/pak.slt index c87f379cf..86f0e5546 100644 --- a/translations/french/pak.slt +++ b/translations/projects/French/slt/pak.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\french\pak.atp" +PROJECTNAME,"translator\salamand 5.0\projects\french\pak.atp" TEXTVERSION,"1.71 (x86)" VERSION,"1,7,1,180" diff --git a/translations/french/peviewer.slt b/translations/projects/French/slt/peviewer.slt similarity index 95% rename from translations/french/peviewer.slt rename to translations/projects/French/slt/peviewer.slt index 2eaf776cb..79f112df3 100644 --- a/translations/french/peviewer.slt +++ b/translations/projects/French/slt/peviewer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\french\peviewer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\french\peviewer.atp" TEXTVERSION,"3.0 (x86)" VERSION,"3,0,0,180" diff --git a/translations/french/pictview.slt b/translations/projects/French/slt/pictview.slt similarity index 99% rename from translations/french/pictview.slt rename to translations/projects/French/slt/pictview.slt index 6466a39df..06001cc65 100644 --- a/translations/french/pictview.slt +++ b/translations/projects/French/slt/pictview.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\french\pictview.atp" +PROJECTNAME,"translator\salamand 5.0\projects\french\pictview.atp" TEXTVERSION,"2.13 (x86)" VERSION,"2,1,3,180" diff --git a/translations/french/regedt.slt b/translations/projects/French/slt/regedt.slt similarity index 99% rename from translations/french/regedt.slt rename to translations/projects/French/slt/regedt.slt index 202e94301..ed102d27f 100644 --- a/translations/french/regedt.slt +++ b/translations/projects/French/slt/regedt.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\french\regedt.atp" +PROJECTNAME,"translator\salamand 5.0\projects\french\regedt.atp" TEXTVERSION,"1.14 (x86)" VERSION,"1,1,4,180" diff --git a/translations/french/renamer.slt b/translations/projects/French/slt/renamer.slt similarity index 99% rename from translations/french/renamer.slt rename to translations/projects/French/slt/renamer.slt index f91a8a788..b1c25d158 100644 --- a/translations/french/renamer.slt +++ b/translations/projects/French/slt/renamer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\french\renamer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\french\renamer.atp" TEXTVERSION,"1.13 (x86)" VERSION,"1,1,3,180" diff --git a/translations/french/salamand.slt b/translations/projects/French/slt/salamand.slt similarity index 99% rename from translations/french/salamand.slt rename to translations/projects/French/slt/salamand.slt index e459b5ff2..edb632a1d 100644 --- a/translations/french/salamand.slt +++ b/translations/projects/French/slt/salamand.slt @@ -1,7 +1,7 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\french\salamand.atp" -TEXTVERSION,"4.0 (x86)" -VERSION,"4,0,0,180" +PROJECTNAME,"translator\salamand 5.0\projects\french\salamand.atp" +TEXTVERSION,"5.0 (x86)" +VERSION,"5,0,0,183" [TRANSLATION] LANGID,1036 @@ -302,6 +302,8 @@ SLGINCOMPLETE,"" 1150,10,97,196,8,1,"Copyright © 1997-2023 Open Salamander Authors" 1152,10,108,20,8,1,"Site:" 272,31,108,64,8,1,"www.altap.cz" +1153,10,119,165,8,1,"Open Salamander is free software" +1154,10,130,214,8,1,"Licensed under GNU General Public License version 2 or later" 286,2,154,294,1,1,"" [DIALOG 300] diff --git a/translations/french/splitcbn.slt b/translations/projects/French/slt/splitcbn.slt similarity index 98% rename from translations/french/splitcbn.slt rename to translations/projects/French/slt/splitcbn.slt index 32d03f0e3..c05001854 100644 --- a/translations/french/splitcbn.slt +++ b/translations/projects/French/slt/splitcbn.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\french\splitcbn.atp" +PROJECTNAME,"translator\salamand 5.0\projects\french\splitcbn.atp" TEXTVERSION,"1.11 (x86)" VERSION,"1,1,1,180" diff --git a/translations/french/tar.slt b/translations/projects/French/slt/tar.slt similarity index 97% rename from translations/french/tar.slt rename to translations/projects/French/slt/tar.slt index ebad66c46..1ec0cd373 100644 --- a/translations/french/tar.slt +++ b/translations/projects/French/slt/tar.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\french\tar.atp" +PROJECTNAME,"translator\salamand 5.0\projects\french\tar.atp" TEXTVERSION,"3.34 (x86)" VERSION,"3,3,4,180" diff --git a/translations/french/unarj.slt b/translations/projects/French/slt/unarj.slt similarity index 98% rename from translations/french/unarj.slt rename to translations/projects/French/slt/unarj.slt index c0abf0129..0944f3d05 100644 --- a/translations/french/unarj.slt +++ b/translations/projects/French/slt/unarj.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\french\unarj.atp" +PROJECTNAME,"translator\salamand 5.0\projects\french\unarj.atp" TEXTVERSION,"1.21 (x86)" VERSION,"1,2,1,180" diff --git a/translations/french/uncab.slt b/translations/projects/French/slt/uncab.slt similarity index 98% rename from translations/french/uncab.slt rename to translations/projects/French/slt/uncab.slt index 82ef06c05..044eca63f 100644 --- a/translations/french/uncab.slt +++ b/translations/projects/French/slt/uncab.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\french\uncab.atp" +PROJECTNAME,"translator\salamand 5.0\projects\french\uncab.atp" TEXTVERSION,"1.27 (x86)" VERSION,"1,2,7,180" diff --git a/translations/french/unchm.slt b/translations/projects/French/slt/unchm.slt similarity index 95% rename from translations/french/unchm.slt rename to translations/projects/French/slt/unchm.slt index ef64d3000..c565a8764 100644 --- a/translations/french/unchm.slt +++ b/translations/projects/French/slt/unchm.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\french\unchm.atp" +PROJECTNAME,"translator\salamand 5.0\projects\french\unchm.atp" TEXTVERSION,"1.03 (x86)" VERSION,"1,0,3,180" diff --git a/translations/french/undelete.slt b/translations/projects/French/slt/undelete.slt similarity index 99% rename from translations/french/undelete.slt rename to translations/projects/French/slt/undelete.slt index eccad7661..c51fa1b4d 100644 --- a/translations/french/undelete.slt +++ b/translations/projects/French/slt/undelete.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\french\undelete.atp" +PROJECTNAME,"translator\salamand 5.0\projects\french\undelete.atp" TEXTVERSION,"1.11 (x86)" VERSION,"1,1,1,180" diff --git a/translations/french/unfat.slt b/translations/projects/French/slt/unfat.slt similarity index 94% rename from translations/french/unfat.slt rename to translations/projects/French/slt/unfat.slt index 10b3247a5..2f62b83a8 100644 --- a/translations/french/unfat.slt +++ b/translations/projects/French/slt/unfat.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\french\unfat.atp" +PROJECTNAME,"translator\salamand 5.0\projects\french\unfat.atp" TEXTVERSION,"1.1 (x86)" VERSION,"1,1,0,180" diff --git a/translations/french/uniso.slt b/translations/projects/French/slt/uniso.slt similarity index 98% rename from translations/french/uniso.slt rename to translations/projects/French/slt/uniso.slt index a63d46361..caf8ba7d4 100644 --- a/translations/french/uniso.slt +++ b/translations/projects/French/slt/uniso.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\french\uniso.atp" +PROJECTNAME,"translator\salamand 5.0\projects\french\uniso.atp" TEXTVERSION,"1.37 (x86)" VERSION,"1,3,7,180" diff --git a/translations/french/unlha.slt b/translations/projects/French/slt/unlha.slt similarity index 95% rename from translations/french/unlha.slt rename to translations/projects/French/slt/unlha.slt index 0f4f184d2..68b5f0608 100644 --- a/translations/french/unlha.slt +++ b/translations/projects/French/slt/unlha.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\french\unlha.atp" +PROJECTNAME,"translator\salamand 5.0\projects\french\unlha.atp" TEXTVERSION,"1.13 (x86)" VERSION,"1,1,3,180" diff --git a/translations/french/unmime.slt b/translations/projects/French/slt/unmime.slt similarity index 95% rename from translations/french/unmime.slt rename to translations/projects/French/slt/unmime.slt index b4cd0cb47..ab1a66131 100644 --- a/translations/french/unmime.slt +++ b/translations/projects/French/slt/unmime.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\french\unmime.atp" +PROJECTNAME,"translator\salamand 5.0\projects\french\unmime.atp" TEXTVERSION,"1.14 (x86)" VERSION,"1,1,4,180" diff --git a/translations/french/unrar.slt b/translations/projects/French/slt/unrar.slt similarity index 98% rename from translations/french/unrar.slt rename to translations/projects/French/slt/unrar.slt index 3e09292a8..4105a28c6 100644 --- a/translations/french/unrar.slt +++ b/translations/projects/French/slt/unrar.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\french\unrar.atp" +PROJECTNAME,"translator\salamand 5.0\projects\french\unrar.atp" TEXTVERSION,"3.01 (x86)" VERSION,"3,0,1,180" diff --git a/translations/french/wmobile.slt b/translations/projects/French/slt/wmobile.slt similarity index 98% rename from translations/french/wmobile.slt rename to translations/projects/French/slt/wmobile.slt index c7c2cc9f2..cfb7002f5 100644 --- a/translations/french/wmobile.slt +++ b/translations/projects/French/slt/wmobile.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\french\wmobile.atp" +PROJECTNAME,"translator\salamand 5.0\projects\french\wmobile.atp" TEXTVERSION,"1.08 (x86)" VERSION,"1,0,8,180" diff --git a/translations/french/zip.slt b/translations/projects/French/slt/zip.slt similarity index 99% rename from translations/french/zip.slt rename to translations/projects/French/slt/zip.slt index 21e36add1..fddffb5e6 100644 --- a/translations/french/zip.slt +++ b/translations/projects/French/slt/zip.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\french\zip.atp" +PROJECTNAME,"translator\salamand 5.0\projects\french\zip.atp" TEXTVERSION,"1.39 (x86)" VERSION,"1,3,9,180" diff --git a/translations/projects/French/splitcbn.atp b/translations/projects/French/splitcbn.atp new file mode 100644 index 000000000..53205eefe --- /dev/null +++ b/translations/projects/French/splitcbn.atp @@ -0,0 +1,117 @@ +[Files] +Original=$BUILD_DIR\plugins\splitcbn\lang\english.slg +Translated=$BUILD_DIR\plugins\splitcbn\lang\french.slg +Include=..\..\symbols\plugins\splitcbn\symbols.inc +SalMenu=..\..\symbols\plugins\splitcbn\salmenu.mnu +IgnoreList=..\..\symbols\plugins\splitcbn\ignore.lst +CheckList=..\..\symbols\plugins\splitcbn\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00650000=1 +00650001=1 +00650002=1 +00650003=1 +00650004=1 +00650005=1 +00650007=1 +00650008=1 +00650009=1 +00660000=1 +00660004=1 +00660005=1 +00660006=1 +00660009=1 +0066000c=1 +0066000d=1 +0066000e=1 +0066000f=1 +00670000=1 +00670001=1 +00670003=1 +00670004=1 +00670005=1 +00670006=1 +00670007=1 +00670008=1 +0067000a=1 +0067000c=1 +0067000d=1 +0067000e=1 +00680000=1 +00680001=1 +00680002=1 +00680005=1 + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000005=1 +00000006=1 +00000007=1 +00000008=1 +00000009=1 +0000000a=1 +0000000b=1 +0000000c=1 +0000000d=1 +0000000e=1 +0000000f=1 +00000010=1 +00000011=1 +00000012=1 +00000013=1 +00000015=1 +00000016=1 +00000017=1 +00000018=1 +00000019=1 +0000001a=1 +0000001b=1 +0000001c=1 +0000001d=1 +0000001e=1 +0000001f=1 +00000020=1 +00000021=1 +00000022=1 +00000023=1 +00000024=1 +00000025=1 +00000026=1 +00000027=1 +00000028=1 +00000029=1 +0000002a=1 +0000002b=1 +0000003f=1 +00000040=1 +00000043=1 +00000044=1 +00000045=1 +00000046=1 +00000047=1 +00000048=1 +00000049=1 +0000004a=1 +0000004b=1 +0000004c=1 +0000004d=1 +0000004e=1 +0000004f=1 +00000050=1 +00000051=1 +00000052=1 + +[Relayout] + diff --git a/translations/projects/French/tar.atp b/translations/projects/French/tar.atp new file mode 100644 index 000000000..bd5d63160 --- /dev/null +++ b/translations/projects/French/tar.atp @@ -0,0 +1,61 @@ +[Files] +Original=$BUILD_DIR\plugins\tar\lang\english.slg +Translated=$BUILD_DIR\plugins\tar\lang\french.slg +Include=..\..\symbols\plugins\tar\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +00002bc0=1 +00002bc1=1 +00002bc2=1 +00002bc3=1 +00002bc4=1 +00002bc5=1 +00002bc6=1 +00002bc7=1 +00002be8=1 +00002bf2=1 +00002bf3=1 +00002bf4=1 +00002bfc=1 +00002bfd=1 +00002bfe=1 +00002bff=1 +00002c00=1 +00002c01=1 +00002c02=1 +00002c03=1 +00002c04=1 +00002c05=1 +00002c06=1 +00002c07=1 +00002c08=1 +00002c09=1 +00002c0a=1 +00002c0b=1 +00002c10=1 +00002c11=1 +00002c12=1 +00002c13=1 +00002c14=1 +00002c15=1 +00002c16=1 +00002c1b=1 +00002c1c=1 +00002c1d=1 +00002c23=1 +00002c24=1 +00002c25=1 + +[Relayout] + diff --git a/translations/projects/French/unarj.atp b/translations/projects/French/unarj.atp new file mode 100644 index 000000000..506dd6866 --- /dev/null +++ b/translations/projects/French/unarj.atp @@ -0,0 +1,78 @@ +[Files] +Original=$BUILD_DIR\plugins\unarj\lang\english.slg +Translated=$BUILD_DIR\plugins\unarj\lang\french.slg +Include=..\..\symbols\plugins\unarj\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640002=1 +00640004=1 +00640006=1 +00640007=1 +00640008=1 +00670000=1 +00670001=1 +00670003=1 +00670004=1 +00670005=1 +00670006=1 +00670007=1 +006a0000=1 +006a0001=1 +006a0002=1 +006a0003=1 +006a0004=1 +006a0006=1 +006a0007=1 +00730000=1 +00730001=1 +00730002=1 +00730003=1 +00730005=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 + +[Relayout] + diff --git a/translations/projects/French/uncab.atp b/translations/projects/French/uncab.atp new file mode 100644 index 000000000..50ee5d627 --- /dev/null +++ b/translations/projects/French/uncab.atp @@ -0,0 +1,80 @@ +[Files] +Original=$BUILD_DIR\plugins\uncab\lang\english.slg +Translated=$BUILD_DIR\plugins\uncab\lang\french.slg +Include=..\..\symbols\plugins\uncab\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640002=1 +00640004=1 +00640006=1 +00640008=1 +00640009=1 +0064000a=1 +00670000=1 +00670001=1 +00670003=1 +00670004=1 +00670005=1 +00670006=1 +00670007=1 +00670008=1 +006a0000=1 +006a0001=1 +006a0002=1 +006a0003=1 +006a0004=1 +006a0006=1 +006a0007=1 +00730000=1 +00730001=1 +00730002=1 +00730003=1 +00730005=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003f0=1 +000003f4=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 + +[Relayout] + diff --git a/translations/projects/French/unchm.atp b/translations/projects/French/unchm.atp new file mode 100644 index 000000000..41fd18e51 --- /dev/null +++ b/translations/projects/French/unchm.atp @@ -0,0 +1,46 @@ +[Files] +Original=$BUILD_DIR\plugins\unchm\lang\english.slg +Translated=$BUILD_DIR\plugins\unchm\lang\french.slg +Include=..\..\symbols\plugins\unchm\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000408=1 +0000044c=1 +0000044d=1 +00000451=1 +00000452=1 +00000453=1 + +[Relayout] + diff --git a/translations/projects/French/undelete.atp b/translations/projects/French/undelete.atp new file mode 100644 index 000000000..2a4e46b1e --- /dev/null +++ b/translations/projects/French/undelete.atp @@ -0,0 +1,152 @@ +[Files] +Original=$BUILD_DIR\plugins\undelete\lang\english.slg +Translated=$BUILD_DIR\plugins\undelete\lang\french.slg +Include=..\..\symbols\plugins\undelete\symbols.inc +SalMenu=..\..\symbols\plugins\undelete\salmenu.mnu +IgnoreList=..\..\symbols\plugins\undelete\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +03e80000=1 +03e80003=1 +03e80004=1 +044c0000=1 +044c0001=1 +044c0003=1 +044c0005=1 +044c0006=1 +044c0007=1 +044c0008=1 +044c0009=1 +044c000a=1 +044c000b=1 +044c000c=1 +044c000d=1 +044c000e=1 +04b00000=1 +04b00001=1 +04b00003=1 +04b00005=1 +04b00007=1 +04b00009=1 +05140000=1 +05140001=1 +05140003=1 +05140004=1 +05140005=1 +05780000=1 +05780001=1 +05780003=1 +05780004=1 +05780005=1 +05780006=1 +05780007=1 +05780008=1 +05780009=1 +05dc0000=1 +05dc0001=1 +05dc0002=1 +05dc0004=1 +05dc0005=1 +05dc0006=1 +05dc0007=1 + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000006=1 +00000009=1 +0000000a=1 +0000000b=1 +0000000c=1 +0000000d=1 +0000000e=1 +0000000f=1 +00000011=1 +00000012=1 +00000013=1 +00000014=1 +00000015=1 +00000016=1 +00000017=1 +00000018=1 +00000019=1 +0000001a=1 +0000001b=1 +0000001c=1 +0000001d=1 +0000001e=1 +0000001f=1 +00000020=1 +00000021=1 +00000022=1 +00000023=1 +00000024=1 +00000025=1 +00000026=1 +00000027=1 +00000028=1 +00000029=1 +0000002a=1 +0000002b=1 +0000002c=1 +0000002d=1 +0000002e=1 +0000002f=1 +00000030=1 +00000031=1 +00000032=1 +0000003b=1 +0000003c=1 +0000003d=1 +0000003e=1 +0000003f=1 +00000040=1 +00000041=1 +00000042=1 +00000043=1 +00000044=1 +00000045=1 +00000046=1 +00000047=1 +00000048=1 +00000049=1 +0000004a=1 +0000004b=1 +0000004d=1 +00000050=1 +00000051=1 +00000052=1 +00000053=1 +00000054=1 +00000055=1 +00000056=1 +0000005a=1 +0000005b=1 +0000005c=1 +0000005d=1 +0000005e=1 +0000005f=1 +00000060=1 +00000061=1 +00000062=1 +00000063=1 +00000064=1 +00000065=1 +00000066=1 +00000067=1 +00000068=1 +00000069=1 + +[Relayout] + diff --git a/translations/projects/French/unfat.atp b/translations/projects/French/unfat.atp new file mode 100644 index 000000000..3df8c918f --- /dev/null +++ b/translations/projects/French/unfat.atp @@ -0,0 +1,33 @@ +[Files] +Original=$BUILD_DIR\plugins\unfat\lang\english.slg +Translated=$BUILD_DIR\plugins\unfat\lang\french.slg +Include=..\..\symbols\plugins\unfat\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003eb=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000450=1 +00000452=1 +00000453=1 +00000454=1 +00000455=1 +00000456=1 + +[Relayout] + diff --git a/translations/projects/French/uniso.atp b/translations/projects/French/uniso.atp new file mode 100644 index 000000000..921fe6e03 --- /dev/null +++ b/translations/projects/French/uniso.atp @@ -0,0 +1,99 @@ +[Files] +Original=$BUILD_DIR\plugins\uniso\lang\english.slg +Translated=$BUILD_DIR\plugins\uniso\lang\french.slg +Include=..\..\symbols\plugins\uniso\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +04b00000=1 +04b00001=1 +04b00002=1 +04b00003=1 +04b00005=1 +04b00006=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=0 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +0000047e=1 +0000047f=1 +00000480=1 +00000481=1 +00000482=1 +00000483=1 +00000484=1 + +[Relayout] + diff --git a/translations/projects/French/unlha.atp b/translations/projects/French/unlha.atp new file mode 100644 index 000000000..6d55864e7 --- /dev/null +++ b/translations/projects/French/unlha.atp @@ -0,0 +1,41 @@ +[Files] +Original=$BUILD_DIR\plugins\unlha\lang\english.slg +Translated=$BUILD_DIR\plugins\unlha\lang\french.slg +Include=..\..\symbols\plugins\unlha\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000005=1 +00000006=1 +00000007=1 +00000008=1 +0000000a=1 +0000000b=1 +0000000c=1 +0000000d=1 +0000000e=1 +0000000f=1 +00000010=1 +00000011=1 +00000012=1 +00000013=1 +00000014=1 +00000015=1 +00000016=1 + +[Relayout] + diff --git a/translations/projects/French/unmime.atp b/translations/projects/French/unmime.atp new file mode 100644 index 000000000..ee1e56a1a --- /dev/null +++ b/translations/projects/French/unmime.atp @@ -0,0 +1,43 @@ +[Files] +Original=$BUILD_DIR\plugins\unmime\lang\english.slg +Translated=$BUILD_DIR\plugins\unmime\lang\french.slg +Include=..\..\symbols\plugins\unmime\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00650000=1 +00650001=1 +00650003=1 +00650004=1 +00650005=1 +00650006=1 +00650008=1 +00650009=1 + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000005=1 +00000006=1 +00000007=1 +00000008=1 +00000009=1 +0000000a=1 +0000000b=1 +0000000c=1 +0000000d=1 +0000000e=1 +0000000f=1 + +[Relayout] + diff --git a/translations/projects/French/unrar.atp b/translations/projects/French/unrar.atp new file mode 100644 index 000000000..5130d720c --- /dev/null +++ b/translations/projects/French/unrar.atp @@ -0,0 +1,93 @@ +[Files] +Original=$BUILD_DIR\plugins\unrar\lang\english.slg +Translated=$BUILD_DIR\plugins\unrar\lang\french.slg +Include=..\..\symbols\plugins\unrar\symbols.inc +IgnoreList=..\..\symbols\plugins\unrar\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640002=1 +00640004=1 +00640005=1 +00640006=1 +00670000=1 +00670001=1 +00670003=1 +00670004=1 +00670005=1 +00670006=1 +00670007=1 +006a0000=1 +006a0001=1 +006a0002=1 +006a0003=1 +006a0004=1 +006a0006=1 +006a0008=1 +006a0009=1 +006c0000=1 +006c0002=1 +006c0003=1 +006c0005=1 +006c0007=1 +006c0008=1 +006c0009=1 +006c000a=1 +006c000b=1 +00730000=1 +00730001=1 +00730002=1 +00730003=1 +00730005=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +00000410=1 +00000411=1 + +[Relayout] + diff --git a/translations/projects/French/wmobile.atp b/translations/projects/French/wmobile.atp new file mode 100644 index 000000000..438a2561e --- /dev/null +++ b/translations/projects/French/wmobile.atp @@ -0,0 +1,88 @@ +[Files] +Original=$BUILD_DIR\plugins\wmobile\lang\english.slg +Translated=$BUILD_DIR\plugins\wmobile\lang\french.slg +Include=..\..\symbols\plugins\wmobile\symbols.inc +IgnoreList=..\..\symbols\plugins\wmobile\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +01f40003=1 +01f40005=1 +01fe0005=1 +01fe0007=1 +01fe0009=1 +02080000=1 +02080002=1 +02080003=1 +02080004=1 +02080005=1 +02080006=1 +02080008=1 +02080009=1 +0208000c=1 +0208000f=1 +02080012=1 +02080014=1 +02080015=1 +02080017=1 +02080018=1 +02080019=1 + +[MenusTranslation] + +[StringsTranslation] +000007d0=1 +000007d1=1 +000007d2=1 +00000bb8=1 +00000bb9=1 +00000bba=1 +00000bbb=1 +00000bbc=1 +00000bbd=1 +00000bbe=1 +00000bbf=1 +00000bc0=1 +00000bc1=1 +00000bc2=1 +00000bc3=1 +00000bc4=1 +00000bc5=1 +00000bc6=1 +00000bc7=1 +00000bc8=1 +00000bc9=1 +00000bca=1 +00000bcb=1 +00000bcc=1 +00000bcd=1 +00000bce=1 +00000bcf=1 +00000bd0=1 +00000bd1=1 +00000bd2=1 +00000bd3=1 +00000bd4=1 +00000bd5=1 +00000bd6=1 +00000bd7=1 +00000bd8=1 +00000bd9=1 +00000bda=1 +00000bdb=1 +00000bdc=1 +00000bdd=1 +00000bde=1 +00000bdf=1 +00000be0=1 +00000be1=1 +00000be2=1 + +[Relayout] + diff --git a/translations/projects/French/zip.atp b/translations/projects/French/zip.atp new file mode 100644 index 000000000..488ba10ae --- /dev/null +++ b/translations/projects/French/zip.atp @@ -0,0 +1,441 @@ +[Files] +Original=$BUILD_DIR\plugins\zip\lang\english.slg +Translated=$BUILD_DIR\plugins\zip\lang\french.slg +Include=..\..\symbols\plugins\zip\symbols.inc +SalMenu=..\..\symbols\plugins\zip\salmenu.mnu +IgnoreList=..\..\symbols\plugins\zip\ignore.lst +CheckList=..\..\symbols\plugins\zip\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640004=1 +00640005=1 +00640008=1 +0064000a=1 +0064000b=1 +0064000d=1 +0064000e=1 +00640010=1 +00640012=1 +00640013=1 +00640014=1 +00640015=1 +00640017=1 +00640018=1 +00640019=1 +0064001a=1 +0064001b=1 +00700000=1 +00700001=1 +00700003=1 +00700004=1 +00700006=1 +00700007=1 +00700008=1 +00700009=1 +0070000a=1 +0070000b=1 +0070000d=1 +0070000f=1 +00700011=1 +00700012=1 +00700013=1 +00700014=1 +00700015=1 +00700016=1 +00700018=1 +0070001a=1 +0070001b=1 +0070001c=1 +0070001d=1 +007b0000=1 +007b0002=1 +007b0003=1 +007b0005=1 +007b0007=1 +007b0008=1 +007b0009=1 +007b000a=1 +007e0000=1 +007e0001=1 +007e0002=1 +007e0004=1 +007e0006=1 +007e0008=1 +007e0009=1 +007e000a=1 +007e000b=1 +00870000=1 +00870002=1 +00870003=1 +00870004=1 +00890000=1 +00890001=1 +00890004=1 +00890005=1 +00890006=1 +00890007=1 +00890008=1 +008d0000=1 +008d0001=1 +008d0002=1 +008d0003=1 +008d0005=1 +008d0006=1 +008d0007=1 +008e0000=1 +008e0002=1 +008e0003=1 +008e0004=1 +008e0005=1 +008e0006=1 +008e0008=1 +008e0009=1 +008e000a=1 +00920000=1 +00920002=1 +00920003=1 +00920005=1 +00920006=1 +00920007=1 +00920008=1 +0092000a=1 +0092000b=1 +0092000c=1 +0092000d=1 +0092000e=1 +00920010=1 +00920012=1 +00920013=1 +00920014=1 +00920015=1 +00920016=1 +00920017=1 +00920018=1 +00920019=1 +0092001a=1 +0092001b=1 +0092001c=1 +0092001d=1 +00980000=1 +00980001=1 +00980004=1 +00980005=1 +00980006=1 +00980007=1 +00a60000=1 +00a60001=1 +00a60003=1 +00a60005=1 +00a60006=1 +00aa0000=1 +00aa0001=1 +00aa0003=1 +00aa0005=1 +00aa0007=1 +00aa0008=1 +00aa0009=1 +00b40000=1 +00be0000=1 +00be0001=1 +00be0002=1 +00be0003=1 +00be0004=1 +00be0006=1 +00be0008=1 +00be000a=1 +00be000c=1 +00be000d=1 +00be000f=1 +00be0011=1 +00be0013=1 +00be0015=1 +00be0017=1 +00be0018=1 +00be0019=1 +00be001a=1 +00d20000=1 +00d20001=1 +00d20003=1 +00d20004=1 +00d20005=1 +00d20006=1 +00dc0000=1 +00dc0001=1 +00dc0002=1 +00dc0003=1 +00dc0006=1 +00dc0007=1 +00dc0008=1 +00fa0000=1 +00fa0001=1 +00fa0002=1 +00fa0003=1 +00fa0004=1 +00fa0006=1 +00fa0007=1 +00fa0008=1 + +[MenusTranslation] +01900000=1 +01900001=1 +01900002=1 +01900003=1 +01900004=1 +01900005=1 +01900006=1 +01900007=1 +01900008=1 +0190000a=1 +0190000b=1 +0190000d=1 +03200001=1 +03200002=1 +03200004=1 +03520000=1 +03520001=1 +03520003=1 +035c0001=1 +035c0002=1 +035c0003=1 +035c0004=1 +035c0006=1 +035c0007=1 + +[StringsTranslation] +0000008b=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +00000418=1 +00000419=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +00000441=1 +00000442=1 +00000443=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000450=1 +00000451=1 +00000452=1 +00000453=1 +00000454=1 +00000455=1 +00000456=1 +00000457=1 +00000458=1 +00000459=1 +0000045a=1 +0000045b=1 +0000045c=1 +0000045d=1 +0000045e=1 +0000045f=1 +00000460=1 +00000461=1 +00000462=1 +00000463=1 +00000464=1 +00000465=1 +00000466=1 +00000467=1 +00000468=1 +00000469=1 +0000046a=1 +0000046b=1 +0000046c=1 +0000046d=1 +0000046e=1 +0000046f=1 +00000470=1 +00000471=1 +00000472=1 +00000473=1 +00000474=1 +00000475=1 +00000476=1 +00000477=1 +00000478=1 +00000479=1 +0000047a=1 +0000047b=1 +0000047c=1 +0000047d=1 +0000047e=1 +0000047f=1 +00000480=1 +00000481=1 +00000482=1 +00000483=1 +00000484=1 +00000485=1 +00000486=1 +00000487=1 +00000488=1 +00000489=1 +0000048a=1 +0000048b=1 +0000048c=1 +0000048d=1 +0000048e=1 +00000490=1 +00000491=1 +00000492=1 +00000493=1 +00000499=1 +000004a1=1 +000004a4=1 +000004a5=1 +000004a6=1 +000004a7=1 +000004a8=1 +000004a9=1 +000004aa=1 +000004ab=1 +000004ac=1 +000004ad=1 +000004ae=1 +000004af=1 +000004b0=1 +000004b1=1 +000004b2=1 +000004b8=1 +000004b9=1 +000004ba=1 +000004bb=1 +000004bc=1 +000004bd=1 +000004be=1 +000004bf=1 +000004c0=1 +000004c1=1 +000004c2=1 +000004c3=1 +000004c4=1 +000004c5=1 +000004c6=1 +000004c7=1 +000004c8=1 +000004c9=1 +000004ca=1 +000004cb=1 +000004cc=1 +000004cd=1 +000004ce=1 +000004cf=1 +000004d0=1 +000004d1=1 +000004d2=1 +000004d3=1 +000004d4=1 +000004d5=1 +000004d6=1 +000004d7=1 +000004d8=1 +000004d9=1 +000004da=1 +000004db=1 +000004e2=1 +000004e3=1 +000004e4=1 +000004e5=1 +000004e6=1 + +[Relayout] + diff --git a/translations/projects/German/!export_slt.bat b/translations/projects/German/!export_slt.bat new file mode 100644 index 000000000..75a98635f --- /dev/null +++ b/translations/projects/German/!export_slt.bat @@ -0,0 +1 @@ +@call ..\tools\!export_slt.bat diff --git a/translations/projects/German/!export_slt_for_diff.bat b/translations/projects/German/!export_slt_for_diff.bat new file mode 100644 index 000000000..daa485f3a --- /dev/null +++ b/translations/projects/German/!export_slt_for_diff.bat @@ -0,0 +1 @@ +@call ..\tools\!export_slt_for_diff.bat diff --git a/translations/projects/German/!export_spellchck.bat b/translations/projects/German/!export_spellchck.bat new file mode 100644 index 000000000..6b6d1b820 --- /dev/null +++ b/translations/projects/German/!export_spellchck.bat @@ -0,0 +1 @@ +@call ..\tools\!export_spellchck.bat diff --git a/translations/projects/German/!import.bat b/translations/projects/German/!import.bat new file mode 100644 index 000000000..f0f5baed3 --- /dev/null +++ b/translations/projects/German/!import.bat @@ -0,0 +1 @@ +@call ..\tools\!import.bat diff --git a/translations/projects/German/!import_slt.bat b/translations/projects/German/!import_slt.bat new file mode 100644 index 000000000..503436e3f --- /dev/null +++ b/translations/projects/German/!import_slt.bat @@ -0,0 +1 @@ +@call ..\tools\!import_slt.bat diff --git a/translations/projects/German/!import_trlprop.bat b/translations/projects/German/!import_trlprop.bat new file mode 100644 index 000000000..5e4ebc9e1 --- /dev/null +++ b/translations/projects/German/!import_trlprop.bat @@ -0,0 +1 @@ +@call ..\tools\!import_trlprop.bat diff --git a/translations/projects/German/!open_all.bat b/translations/projects/German/!open_all.bat new file mode 100644 index 000000000..0deb29b66 --- /dev/null +++ b/translations/projects/German/!open_all.bat @@ -0,0 +1 @@ +@call ..\tools\!open_all.bat diff --git a/translations/projects/German/!translate1.bat b/translations/projects/German/!translate1.bat new file mode 100644 index 000000000..f3eca52df --- /dev/null +++ b/translations/projects/German/!translate1.bat @@ -0,0 +1 @@ +@call ..\tools\!translate1.bat diff --git a/translations/projects/German/!translate2.bat b/translations/projects/German/!translate2.bat new file mode 100644 index 000000000..7534fa669 --- /dev/null +++ b/translations/projects/German/!translate2.bat @@ -0,0 +1 @@ +@call ..\tools\!translate2.bat diff --git a/translations/projects/German/!validate1.bat b/translations/projects/German/!validate1.bat new file mode 100644 index 000000000..31509bdba --- /dev/null +++ b/translations/projects/German/!validate1.bat @@ -0,0 +1 @@ +@call ..\tools\!validate1.bat diff --git a/translations/projects/German/!validate2.bat b/translations/projects/German/!validate2.bat new file mode 100644 index 000000000..92d2d8d79 --- /dev/null +++ b/translations/projects/German/!validate2.bat @@ -0,0 +1 @@ +@call ..\tools\!validate2.bat diff --git a/translations/projects/German/7zip.atp b/translations/projects/German/7zip.atp new file mode 100644 index 000000000..6f6232def --- /dev/null +++ b/translations/projects/German/7zip.atp @@ -0,0 +1,143 @@ +[Files] +Original=$BUILD_DIR\plugins\7zip\lang\english.slg +Translated=$BUILD_DIR\plugins\7zip\lang\german.slg +Include=..\..\symbols\plugins\7zip\symbols.inc +SalMenu=..\..\symbols\plugins\7zip\salmenu.mnu +CheckList=..\..\symbols\plugins\7zip\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +04b00000=1 +04b00001=1 +04b00003=1 +04b00004=1 +04b00005=1 +04b00006=1 +04b00007=1 +04b00009=1 +04b0000b=1 +04b0000d=1 +04b0000f=1 +04b00011=1 +04b00013=1 +04b00014=1 +04b00015=1 +04b10000=1 +04b10001=1 +04b10004=1 +04b10005=1 +04b10007=1 +04b10009=1 +04b1000b=1 +04b1000d=1 +04b1000f=1 +04b10011=1 +04b10013=1 +04b10015=1 +04b10016=1 +04b10017=1 +04b10018=1 +04b10019=1 +04b20000=1 +04b20002=1 +04b20003=1 +04b20005=1 +04b20006=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +00000418=1 +00000419=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +00000442=1 +00000443=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 + +[Relayout] + diff --git a/translations/projects/German/automation.atp b/translations/projects/German/automation.atp new file mode 100644 index 000000000..4be15cec6 --- /dev/null +++ b/translations/projects/German/automation.atp @@ -0,0 +1,69 @@ +[Files] +Original=$BUILD_DIR\plugins\automation\lang\english.slg +Translated=$BUILD_DIR\plugins\automation\lang\german.slg +Include=..\..\symbols\plugins\automation\symbols.inc +SalMenu=..\..\symbols\plugins\automation\salmenu.mnu +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640004=1 +00650000=1 +00650001=1 +00650003=1 +00650004=1 +00650005=1 +00650006=1 + +[MenusTranslation] +006a0000=1 +006a0001=1 +006a0003=1 +006a0004=1 + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000080=1 +00000081=1 +00000082=1 +00000083=1 +00000084=1 +00000086=1 +00000087=1 +00000088=1 +00000089=1 +0000008a=1 +0000008b=1 +0000008c=1 +0000008d=1 +0000008e=1 +0000008f=1 +00000090=1 +00000091=1 +00000092=1 +00000093=1 +00000100=1 +00000101=1 +00000102=1 +00000103=1 +00000104=1 +00000105=1 +00000106=1 +00000107=1 +00000108=1 +00000109=1 +0000010a=1 +0000010b=1 + +[Relayout] + diff --git a/translations/projects/German/checksum.atp b/translations/projects/German/checksum.atp new file mode 100644 index 000000000..9c47b4ef6 --- /dev/null +++ b/translations/projects/German/checksum.atp @@ -0,0 +1,104 @@ +[Files] +Original=$BUILD_DIR\plugins\checksum\lang\english.slg +Translated=$BUILD_DIR\plugins\checksum\lang\german.slg +Include=..\..\symbols\plugins\checksum\symbols.inc +SalMenu=..\..\symbols\plugins\checksum\salmenu.mnu +IgnoreList=..\..\symbols\plugins\checksum\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +03e80000=1 +03e80001=1 +03e80002=1 +03e80003=1 +03e80004=1 +03e80005=1 +03e80006=1 +03e80007=1 +03e90000=1 +03e90001=1 +03e90002=1 +03e90003=1 +03e90004=1 +03e90005=1 +03e90006=1 +03e90007=1 +03e90008=1 +03e90009=1 +07d00001=1 +07d00002=1 +07d00003=1 +07d00005=1 +07d00006=1 + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000005=1 +00000006=1 +00000007=1 +00000028=1 +00000029=1 +0000002a=1 +0000002b=1 +0000002c=1 +0000002d=1 +0000002e=1 +0000002f=1 +00000030=1 +00000035=1 +00000036=1 +00000037=1 +00000038=1 +00000039=1 +0000003a=1 +0000003b=1 +0000003c=1 +0000003d=1 +0000003e=1 +0000003f=1 +00000041=1 +00000042=1 +00000043=1 +00000044=1 +00000046=1 +00000047=1 +00000048=1 +0000004a=1 +0000004b=1 +0000004c=1 +0000004d=1 +0000004e=1 +0000004f=1 +00000050=1 +00000051=1 +00000052=1 +00000053=1 +00000054=1 +00000055=1 +00000056=1 +0000005a=1 +0000005b=1 +0000005c=1 +0000005d=1 +0000005e=1 +0000005f=1 +00000064=1 +00000065=1 +00000066=1 +00000067=1 +00000068=1 +00000078=1 + +[Relayout] + diff --git a/translations/projects/German/checkver.atp b/translations/projects/German/checkver.atp new file mode 100644 index 000000000..c9ebbf671 --- /dev/null +++ b/translations/projects/German/checkver.atp @@ -0,0 +1,119 @@ +[Files] +Original=$BUILD_DIR\plugins\checkver\lang\english.slg +Translated=$BUILD_DIR\plugins\checkver\lang\german.slg +Include=..\..\symbols\plugins\checkver\symbols.inc +SalMenu=..\..\symbols\plugins\checkver\salmenu.mnu +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640002=1 +00640003=1 +00640005=1 +006e0000=1 +006e0001=1 +006e0003=1 +006e0004=1 +006e0005=1 +006e0006=1 +006e0007=1 +006e0008=1 +006e0009=1 +006e000a=1 +006e000b=1 +006e000c=1 +006e000d=1 +006e000e=1 +006e0010=1 +006e0011=1 +006e0012=1 +006e0013=1 +006e0014=1 +006e0015=1 +006e0016=1 +006e0017=1 +006e0018=1 +00820000=1 +00820002=1 +00820003=1 +00820004=1 +00820005=1 +00820006=1 +00820007=1 +00820008=1 +00820009=1 +0082000a=1 +0082000b=1 +0082000d=1 +0082000e=1 +0082000f=1 + +[MenusTranslation] + +[StringsTranslation] +000000be=1 +000000bf=1 +000000d2=1 +000000d3=1 +000000d4=1 +000000d5=1 +000000d6=1 +000000d7=1 +000000d8=1 +000000d9=1 +000000da=1 +000000dc=1 +000000dd=1 +000000de=1 +000000df=1 +000000e0=1 +000000e1=1 +000000e2=1 +000000e3=1 +000000e4=1 +000000e6=1 +000000e7=1 +000000e8=1 +000000e9=1 +000000ea=1 +000000eb=1 +000000f0=1 +000000f1=1 +000000f2=1 +000000f3=1 +000000f4=1 +000000f7=1 +000000f8=1 +000000fa=1 +000000fb=1 +000000fd=1 +000000fe=1 +000000ff=1 +00000100=1 +00000101=1 +00000102=1 +00000104=1 +0000010a=1 +0000010b=1 +0000010c=1 +0000010d=1 +0000010e=1 +0000010f=1 +00000110=1 +00000111=1 +00000112=1 +00000113=1 +00000114=1 +00000115=1 +00000116=1 +00000117=1 + +[Relayout] + diff --git a/translations/projects/German/dbviewer.atp b/translations/projects/German/dbviewer.atp new file mode 100644 index 000000000..b4f4eebc3 --- /dev/null +++ b/translations/projects/German/dbviewer.atp @@ -0,0 +1,184 @@ +[Files] +Original=$BUILD_DIR\plugins\dbviewer\lang\english.slg +Translated=$BUILD_DIR\plugins\dbviewer\lang\german.slg +Include=..\..\symbols\plugins\dbviewer\symbols.inc +SalMenu=..\..\symbols\plugins\dbviewer\salmenu.mnu +IgnoreList=..\..\symbols\plugins\dbviewer\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +2fa80000=1 +2fa80001=1 +2fbc0000=1 +2fbc0001=1 +2fbc0002=1 +2fbc0004=1 +2fbc0005=1 +2fbc0006=1 +2fbc0007=1 +2fbc0008=1 +2fbc0009=1 +2fbc000a=1 +2fd00000=1 +2fd00003=1 +2fd00004=1 +2fd00005=1 +2fd00006=1 +2fda0000=1 +2fda0001=1 +2fda0002=1 +2fda0003=1 +2fda0004=1 +2fda0005=1 +2fda0006=1 +2fda0007=1 +2fda0009=1 +2fda000a=1 +2fda000b=1 +2fda000c=1 +2fda000d=1 +2fda000e=1 +2fda000f=1 +2fda0010=1 +2fda0011=1 +2fda0012=1 +2fda0013=1 +2fda0014=1 +2fda0015=1 +300c0000=1 +300c0002=1 +300c0005=1 +300c0006=1 +300c0007=1 +300c0008=1 +300c0009=1 +300c000a=1 +300c000c=1 +300c000d=1 +300c000e=1 +30700000=1 +30700001=1 +30700003=1 +30700004=1 + +[MenusTranslation] + +[StringsTranslation] +00002b51=1 +00002b52=1 +00002b54=1 +00002b5d=1 +00002b66=1 +00002b67=1 +00002b68=1 +00002b69=1 +00002b6a=1 +00002b6b=1 +00002b6c=1 +00002b6d=1 +00002b70=1 +00002b71=1 +00002b72=1 +00002b73=1 +00002b74=1 +00002b75=1 +00002b76=1 +00002b7a=1 +00002b7b=1 +00002b7c=1 +00002b7d=1 +00002b7e=1 +00002b7f=1 +00002b80=1 +00002b84=1 +00002b85=1 +00002b86=1 +00002b87=1 +00002b88=1 +00002b89=1 +00002b8a=1 +00002b8b=1 +00002b8c=1 +00002b8d=1 +00002b8e=1 +00002b8f=1 +00002b90=1 +00002b91=1 +00002b92=1 +00002b93=1 +00002b98=1 +00002b9a=1 +00002b9b=1 +00002b9c=1 +00002b9d=1 +00002b9e=1 +00002b9f=1 +00002ba0=1 +00002ba1=1 +00002ba2=1 +00002ba3=1 +00002ba4=1 +00002ba5=1 +00002bba=1 +00002bbb=1 +00002bbc=1 +00002bbd=1 +00002bc0=1 +00002bc1=1 +00002bc2=1 +00002bc3=1 +00002bc4=1 +00002bc5=1 +00002bc6=1 +00002bc7=1 +00002bc8=1 +00002bc9=1 +00002bca=1 +00002bcb=1 +00002bd1=1 +00002bd2=1 +00002bd3=1 +00002bd4=1 +00002bd5=1 +00002bd6=1 +00002bd7=1 +00002bd8=1 +00002bd9=1 +00002bda=1 +00002bde=1 +00002bdf=1 +00002be0=1 +00002be1=1 +00002bf2=1 +00002bf3=1 +00002bf4=1 +00002bf5=1 +00002bf6=1 +00002bf7=1 +00002c06=1 +00002c07=1 +00002c08=1 +00002c10=1 +00002c11=1 +00002c12=1 +00002c13=1 +00002c14=1 +00002cec=1 +00002ced=1 +00002cee=1 +00002cef=1 +00002cf0=1 +00002cf1=1 +00002d00=0 +00002d01=1 +00002d02=0 +00002d03=1 + +[Relayout] + diff --git a/translations/projects/German/diskmap.atp b/translations/projects/German/diskmap.atp new file mode 100644 index 000000000..bcd2cd919 --- /dev/null +++ b/translations/projects/German/diskmap.atp @@ -0,0 +1,80 @@ +[Files] +Original=$BUILD_DIR\plugins\diskmap\lang\english.slg +Translated=$BUILD_DIR\plugins\diskmap\lang\german.slg +Include=..\..\symbols\plugins\diskmap\symbols.inc +SalMenu=..\..\symbols\plugins\diskmap\salmenu.mnu +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] +006d0000=1 +006d0001=1 +006d0002=1 +006d0004=1 +006d0005=1 +006d0007=1 +006d0008=1 +006d0009=1 +006d000a=1 +006d000b=1 +006d000d=1 +006d000e=1 +006d000f=1 +006d0010=1 +006d0011=1 +006d0012=1 +006d0013=1 +006d0014=1 +006d0016=1 +006d0017=1 +006d0018=1 + +[StringsTranslation] +00000020=1 +00000021=1 +00000022=1 +00000023=1 +00000028=1 +00000029=1 +00000030=1 +00000031=1 +00000032=1 +00000033=1 +00000034=1 +00000035=1 +00000036=1 +00000037=1 +00000038=1 +00000039=1 +0000003a=1 +0000003b=1 +0000003c=1 +0000003d=1 +0000003e=1 +0000003f=1 +00000040=1 +00000041=1 +00000042=1 +00000043=1 +00000044=1 +00000045=1 +00000046=1 +00000047=1 +00000048=1 +00000049=1 +0000004a=1 +0000004b=1 +0000004c=1 +0000004d=1 +0000004e=1 +0000004f=1 + +[Relayout] + diff --git a/translations/projects/German/filecomp.atp b/translations/projects/German/filecomp.atp new file mode 100644 index 000000000..786f41033 --- /dev/null +++ b/translations/projects/German/filecomp.atp @@ -0,0 +1,245 @@ +[Files] +Original=$BUILD_DIR\plugins\filecomp\lang\english.slg +Translated=$BUILD_DIR\plugins\filecomp\lang\german.slg +Include=..\..\symbols\plugins\filecomp\symbols.inc +SalMenu=..\..\symbols\plugins\filecomp\salmenu.mnu +IgnoreList=..\..\symbols\plugins\filecomp\ignore.lst +CheckList=..\..\symbols\plugins\filecomp\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640004=1 +00640006=1 +00640007=1 +00640008=1 +00640009=1 +00690000=1 +00690001=1 +00690003=1 +00690004=1 +00690009=1 +0069000a=1 +0069000b=1 +0069000c=1 +0069000d=1 +0069000e=1 +0069000f=1 +00690010=1 +00690011=1 +00690014=1 +00820000=1 +00820001=1 +00820003=1 +00820004=1 +00820005=1 +00820006=1 +00820008=1 +00820009=1 +0082000a=1 +0082000b=1 +0082000c=1 +0082000d=1 +00820012=1 +00820014=1 +00820015=1 +00820016=1 +00820017=1 +00820018=1 +00820019=1 +0082001a=1 +0082001b=1 +0082001c=1 +0082001d=1 +0082001e=1 +00820020=1 +00820022=1 +00820024=1 +00820025=1 +00820026=1 +008c0000=1 +008c0001=1 +008c0003=1 +008c0004=1 +008c0006=1 +008c0008=1 +008c000a=1 +008c000c=1 +008c000d=1 +008c000e=1 +008c0010=1 +008c0012=1 +008c0014=1 +00960000=1 +00960001=1 +00960003=1 +00960004=1 +00960005=1 +00960006=1 +00960008=1 +00960009=1 +0096000a=1 +0096000b=1 +0096000c=1 +0096000d=1 +00960012=1 +00960014=1 +00960015=1 +00960016=1 +00960017=1 +00960018=1 +00960019=1 +0096001a=1 +0096001b=1 +0096001c=1 +0096001d=1 +0096001e=1 +00960020=1 + +[MenusTranslation] +02580000=1 +02580001=1 +02580002=1 +02580004=1 +02580005=1 +02580006=1 +02580007=1 +02580008=1 +02580009=1 +0258000a=1 +0258000c=1 +0258000d=1 +0258000e=1 +0258000f=1 +02580011=1 +02580013=1 +02580014=1 +02580015=1 +02580016=1 +02580017=1 +02580018=1 +02580019=1 +0258001b=1 +0258001c=1 +0258001d=1 +0258001e=1 +02580020=1 +02590001=1 +02590002=1 +025a0001=1 +025a0002=1 +025b0001=1 +025b0002=1 +025b0004=1 +025b0005=1 +025c0001=1 +025c0002=1 + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +00000441=1 +00000442=1 +00000443=1 +00000444=1 +00000445=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000450=1 + +[Relayout] + diff --git a/translations/projects/German/ftp.atp b/translations/projects/German/ftp.atp new file mode 100644 index 000000000..2df5865ef --- /dev/null +++ b/translations/projects/German/ftp.atp @@ -0,0 +1,1482 @@ +[Files] +Original=$BUILD_DIR\plugins\ftp\lang\english.slg +Translated=$BUILD_DIR\plugins\ftp\lang\german.slg +Include=..\..\symbols\plugins\ftp\symbols.inc +SalMenu=..\..\symbols\plugins\ftp\salmenu.mnu +IgnoreList=..\..\symbols\plugins\ftp\ignore.lst +CheckList=..\..\symbols\plugins\ftp\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +01f40000=1 +01f40001=1 +01f40002=1 +01f40003=1 +01f40005=1 +01f40006=1 +01f40007=1 +01f40008=1 +01f40009=1 +02080000=1 +02080002=1 +02080003=1 +02080005=1 +02080006=1 +02080007=1 +02080008=1 +0208000a=1 +0208000c=1 +0208000d=1 +0208000e=1 +02080010=1 +02080011=1 +02080013=1 +02080015=1 +02080016=1 +02080018=1 +0208001a=1 +0208001b=1 +0208001c=1 +0208001d=1 +0208001f=1 +02170000=1 +02170001=1 +02170002=1 +02170003=1 +02170004=1 +02170005=1 +02170006=1 +02210000=1 +02210001=1 +02210003=1 +02210004=1 +02210006=1 +02210007=1 +02210009=1 +0221000a=1 +0221000c=1 +0221000e=1 +0221000f=1 +02210011=1 +02210012=1 +02210014=1 +02300000=1 +02300002=1 +02300004=1 +02300007=1 +02300008=1 +0230000a=1 +0230000d=1 +0230000e=1 +0230000f=1 +02300010=1 +02300012=1 +02300013=1 +02300014=1 +02300015=1 +02300016=1 +02300017=1 +02300018=1 +02440000=1 +02440001=1 +02440003=1 +02440004=1 +02440006=1 +02440007=1 +02440009=1 +0244000b=1 +0244000d=1 +0244000f=1 +02440011=1 +02440012=1 +02440013=1 +02440014=1 +02440016=1 +02440018=1 +02440019=1 +0244001b=1 +0244001c=1 +0244001d=1 +0244001f=1 +02440021=1 +02440022=1 +02440023=1 +02440024=1 +02440025=1 +02440026=1 +02440027=1 +02440028=1 +02440029=1 +02580000=1 +02580003=1 +02580004=1 +02620000=1 +02620001=1 +02620004=1 +02620005=1 +026c0000=1 +026c0002=1 +026c0004=1 +026c0005=1 +02760000=1 +02760001=1 +02760003=1 +02760005=1 +02760007=1 +02760008=1 +0276000a=1 +0276000b=1 +0276000d=1 +02800000=1 +02800002=1 +02800003=1 +028a0000=1 +028a0001=1 +028a0003=1 +028a0004=1 +028a0006=1 +028a0008=1 +02940000=1 +029e0000=1 +029e0001=1 +029e0004=1 +029e0005=1 +029e0006=1 +029e0007=1 +029e0008=1 +029e0009=1 +02a80000=1 +02a80002=1 +02a80004=1 +02a80006=1 +02a80008=1 +02b70000=1 +02b70001=1 +02b70003=1 +02b70004=1 +02b70005=1 +02b70006=1 +02b70007=1 +02c60000=1 +02c60001=1 +02c60004=1 +02c60005=1 +02c60007=1 +02c60008=1 +02c60009=1 +02c6000a=1 +02c6000b=1 +02c6000d=1 +02c6000e=1 +02c6000f=1 +02c60010=1 +02d50000=1 +02d50001=1 +02d50003=1 +02d50005=1 +02d50007=1 +02d5000a=1 +02d5000c=1 +02d5000e=1 +02d5000f=1 +02d50010=1 +02e40000=1 +02e40001=1 +02e40003=1 +02e40004=1 +02e40005=1 +02e40006=1 +02e40008=1 +02e40009=1 +02ee0005=1 +02ee0007=1 +02ee0009=1 +02ee000c=1 +02ee000d=1 +02ee000f=1 +02ee0010=1 +02ee0011=1 +02ee0012=1 +02ee0014=1 +02ee0016=1 +02ee0018=1 +02ee0019=1 +02ee001a=1 +02ee001b=1 +02ee001c=1 +02ee001e=1 +02ee001f=1 +02ee0020=1 +02ee0021=1 +02ee0022=1 +030b0003=1 +030b0004=1 +030b0005=1 +030b0006=1 +03110000=1 +03110001=1 +03110002=1 +03110005=1 +031b0000=1 +031b0002=1 +031b0003=1 +031b0004=1 +031b0005=1 +031b0006=1 +031b0007=1 +031b0008=1 +031b0009=1 +031b000a=1 +031b000b=1 +031b000c=1 +031b000d=1 +031b000e=1 +031b000f=1 +031b0011=1 +031b0013=1 +031b0014=1 +031b0015=1 +031b0016=1 +031b0017=1 +031b0018=1 +031b0019=1 +031b001a=1 +032f0000=1 +032f0002=1 +032f0003=1 +032f0005=1 +032f0007=1 +032f0009=1 +032f000b=1 +032f000d=1 +032f000f=1 +032f0012=1 +032f0013=1 +032f0016=1 +032f0017=1 +032f0019=1 +032f001b=1 +033e0001=1 +033e0002=1 +033e0003=1 +033e0004=1 +033e0006=1 +033e0007=1 +033e0009=1 +033e000b=1 +033e000d=1 +033e000f=1 +03480001=1 +03480002=1 +03480003=1 +03480004=1 +03480005=1 +03480006=1 +03480008=1 +03480009=1 +0348000b=1 +0348000d=1 +0348000f=1 +03480011=1 +03490001=1 +03490002=1 +03490003=1 +03490004=1 +03490006=1 +03490007=1 +03490009=1 +0349000b=1 +0349000d=1 +0349000f=1 +034b0000=1 +034b0001=1 +034b0002=1 +034b0003=1 +034b0004=1 +034b0006=1 +034b0007=1 +034b0009=1 +034b000b=1 +034b000d=1 +034b000f=1 +034c0000=1 +034c0001=1 +034c0002=1 +034c0003=1 +034c0004=1 +034c0005=1 +034c0006=1 +034c0008=1 +034c0009=1 +034c000b=1 +034c000d=1 +034c000f=1 +034c0011=1 +034d0001=1 +034d0002=1 +034d0003=1 +034d0004=1 +034d0006=1 +034d0007=1 +034d0009=1 +034d000b=1 +034d000d=1 +034f0001=1 +034f0002=1 +034f0003=1 +034f0004=1 +034f0005=1 +034f0006=1 +034f0008=1 +034f0009=1 +034f000b=1 +034f000d=1 +034f000f=1 +03520000=1 +03520001=1 +03520002=1 +03520003=1 +03520004=1 +03520006=1 +03520007=1 +03520009=1 +03570000=1 +03570001=1 +03570002=1 +03570003=1 +03570004=1 +03570006=1 +03570007=1 +03570009=1 +0357000b=1 +0357000d=1 +03610000=1 +03610001=1 +03610002=1 +03610003=1 +03610004=1 +03610005=1 +03610006=1 +03610007=1 +03610008=1 +03610009=1 +0361000a=1 +0361000b=1 +0361000c=1 +0361000d=1 +0361000f=1 +03610010=1 +03610011=1 +03610012=1 +03610014=1 +03610015=1 +03610017=1 +03610019=1 +03660001=1 +03660002=1 +03660003=1 +03660004=1 +03660006=1 +03660007=1 +03660009=1 +03700001=1 +03700002=1 +03700003=1 +03700004=1 +03700006=1 +03700007=1 +03700009=1 +0370000b=1 +037a0001=1 +037a0002=1 +037a0003=1 +037a0004=1 +037a0006=1 +037a0007=1 +037a0009=1 +037a000b=1 +037a000d=1 +037a000f=1 +03800001=1 +03800002=1 +03800003=1 +03800004=1 +03800005=1 +03800006=1 +03800008=1 +03800009=1 +0380000b=1 +0380000d=1 +0380000f=1 +03800011=1 +03820001=1 +03820002=1 +03820003=1 +03820004=1 +03820006=1 +03820007=1 +03820009=1 +03840000=1 +03840001=1 +03840002=1 +03840003=1 +03840004=1 +03840005=1 +03840007=1 +03840008=1 +0384000a=1 +0384000c=1 +0384000e=1 +038e0000=1 +038e0001=1 +038e0002=1 +038e0003=1 +038e0004=1 +038e0005=1 +038e0006=1 +038e0007=1 +03930000=1 +03930002=1 +03930003=1 +03930005=1 +03930007=1 +03930009=1 +0393000b=1 +0393000d=1 +0393000f=1 +03980000=1 +03980001=1 +03980003=1 +03980005=1 +03980007=1 +03980009=1 +0398000b=1 +0398000e=1 +0398000f=1 +03980010=1 +03980011=1 +03980013=1 +03980014=1 +03980015=1 +03a20000=1 +03a20001=1 +03a20003=1 +03a20005=1 +03a20007=1 +03a20009=1 +03a2000b=1 +03a2000c=1 +03a2000e=1 +03a2000f=1 +03a20011=1 +03ac0000=1 +03ac0001=1 +03ac0002=1 +03ac0004=1 +03ac0006=1 +03ac0007=1 +03ac0008=1 + +[MenusTranslation] +044c0001=1 +044c0003=1 +044c0004=1 +044c0005=1 +044c0006=1 +044c0008=1 +044c0009=1 +044d0001=1 +044d0002=1 +044d0003=1 +044d0004=1 +044d0006=1 +044d0007=1 +044e0001=1 +044e0002=1 +044e0003=1 +044e0004=1 +044e0005=1 +044e0006=1 +044e0007=1 +044e0009=1 +044e000a=1 +044e000b=1 +044e000c=1 +044e000d=1 +044f0001=1 +044f0002=1 +044f0003=1 +04500001=1 +04500003=1 +04500005=1 +04500006=1 +04510000=1 +04510001=1 +04510002=1 +04510004=1 +04510005=1 +04510007=1 +04510008=1 +04510009=1 +0451000b=1 +0451000c=1 +0451000d=1 +0451000e=1 +0451000f=1 +04520001=1 +04520002=1 +04520003=1 +04520005=1 +04520006=1 +04530001=1 +04530002=1 +04530003=1 +04530004=1 +04530005=1 +04530007=1 +04530008=1 +0453000a=1 +0453000b=1 +04540001=1 +04540002=1 +04550001=1 +04550002=1 +04550003=1 +04550004=1 +04550006=1 +04550007=1 +04550008=1 +04550009=1 +0455000a=1 +0455000b=1 +0455000c=1 +0455000d=1 +0455000e=1 +0455000f=1 +04550010=1 +04550011=1 +04550012=1 +04550013=1 +04550014=1 +04550015=1 +04550016=1 +04550017=1 +04550018=1 +04550019=1 +0455001a=1 +0455001b=1 +0455001c=1 +0455001d=1 +0455001e=1 +0455001f=1 +04550020=1 +04550021=1 +04550022=1 +04550023=1 +04550024=1 +04550025=1 +04550026=1 +04550027=1 +04550028=1 +04550029=1 +0455002a=1 +0455002b=1 +0455002c=1 +0455002d=1 +0455002e=1 +04550030=1 +04550031=1 +04550032=1 +04550033=1 +04550034=1 +04550035=1 +04550036=1 +04550037=1 +04550038=1 +04550039=1 +0455003a=1 +0455003b=1 +0455003c=1 +0455003e=1 +04550040=1 +04550041=1 +04550042=1 +04550043=1 +04550045=1 +04560001=1 +04560002=1 +04560003=1 +04560005=1 +04560006=1 +04570001=1 +04570002=1 +04570003=1 +04580001=1 +04580002=1 +04580003=1 +04580004=1 +04590001=1 +04590002=1 +04590003=1 +045a0001=1 +045a0002=1 +045b0001=1 +045b0002=1 +045c0001=1 +045c0002=1 +045c0003=1 +045d0001=1 +045d0002=1 +045d0003=1 +045d0004=1 +045e0001=1 +045e0002=1 +045f0001=1 +045f0002=1 +045f0003=1 +045f0005=1 +045f0006=1 +04600001=1 +04600002=1 +04600004=1 +04600005=1 +04600006=1 +04600007=1 +04600008=1 +04600009=1 +0460000a=1 +0460000b=1 +0460000c=1 +0460000e=1 +04600010=1 +04600011=1 +04600012=1 +04600013=1 +04600015=1 +04610001=1 +04610002=1 +04610003=1 +04610004=1 +04620001=1 +04620002=1 +04630001=1 +04630002=1 +04630003=1 +04640001=1 +04640002=1 + +[StringsTranslation] +00002710=1 +00002715=1 +0000271a=1 +0000271b=1 +00002724=1 +0000272e=1 +00002738=1 +00002739=1 +0000273a=1 +0000273b=1 +00002742=1 +00002747=1 +0000274c=1 +00002751=1 +00002756=1 +00002757=1 +00002758=1 +0000275b=1 +0000275c=1 +0000275d=1 +0000275e=1 +0000276a=1 +0000276b=1 +0000276c=1 +0000276d=1 +0000276e=1 +0000276f=1 +00002770=1 +00002771=1 +00002772=1 +00002773=1 +00002774=1 +00002779=1 +0000277a=1 +0000277b=1 +0000277c=1 +0000277d=1 +0000277e=1 +0000277f=1 +00002780=1 +00002781=1 +00002782=1 +00002783=1 +00002784=1 +00002785=1 +00002786=1 +00002787=1 +00002788=1 +00002789=1 +0000278a=1 +0000278b=1 +0000278c=1 +0000278d=1 +0000278e=1 +0000278f=1 +00002790=1 +00002791=1 +00002792=1 +00002795=1 +00002796=1 +00002797=1 +00002798=1 +0000279a=1 +0000279c=1 +0000279d=1 +0000279e=1 +0000279f=1 +000027a1=1 +000027a4=1 +000027a6=1 +000027a7=1 +000027a8=1 +000027a9=1 +000027ab=1 +000027ac=1 +000027b0=1 +000027b5=1 +000027b6=1 +000027ba=1 +000027bb=1 +000027bc=1 +000027bd=1 +000027be=1 +000027bf=1 +000027c0=1 +000027c1=1 +000027c2=1 +000027c3=1 +000027c4=1 +000027c5=1 +000027ce=1 +000027cf=1 +000027d0=1 +000027d1=1 +000027d2=1 +000027d3=1 +000027d4=1 +000027d5=1 +000027d6=1 +000027d7=1 +000027d8=1 +000027d9=1 +000027da=1 +000027db=1 +000027dc=1 +000027dd=1 +000027de=1 +000027df=1 +000027e0=1 +000027e1=1 +000027e2=1 +000027e3=1 +000027e4=1 +000027ec=1 +000027ed=1 +000027ee=1 +000027ef=1 +000027f0=1 +000027f1=1 +000027f2=1 +000027f3=1 +000027f4=1 +000027f5=1 +000027f6=1 +000027f7=1 +000027f8=1 +000027f9=1 +000027fa=1 +000027fb=1 +000027fc=1 +000027fd=1 +000027fe=1 +000027ff=1 +00002800=1 +00002803=1 +00002804=1 +00002805=1 +00002806=1 +00002807=1 +00002808=1 +0000280a=1 +0000280f=1 +00002810=1 +00002811=1 +00002812=1 +00002813=1 +0000283c=1 +0000283d=1 +0000283e=1 +0000283f=1 +00002841=1 +00002846=1 +00002847=1 +00002848=1 +00002849=1 +0000284a=1 +0000284b=1 +0000284c=1 +00002850=1 +00002855=1 +00002856=1 +00002857=1 +00002858=1 +00002859=1 +0000285a=1 +0000285b=1 +0000285c=1 +0000285d=1 +00002864=1 +00002865=1 +00002866=1 +00002867=1 +00002868=1 +0000286e=1 +0000286f=1 +00002870=1 +00002871=1 +00002872=1 +00002873=1 +00002874=1 +00002875=1 +00002876=1 +00002877=1 +00002878=1 +00002879=1 +0000287a=1 +0000287b=1 +0000287c=1 +0000287d=1 +0000287e=1 +0000287f=1 +00002880=1 +00002881=1 +00002882=1 +00002883=1 +00002884=1 +00002885=1 +00002886=1 +0000288c=1 +0000288d=1 +0000288e=1 +0000288f=1 +00002890=1 +00002891=1 +00002892=1 +00002893=1 +00002896=1 +00002897=1 +00002898=1 +00002899=1 +0000289a=1 +0000289b=1 +0000289c=1 +0000289d=1 +0000289e=1 +0000289f=1 +000028a0=1 +000028a1=1 +000028a2=1 +000028a3=1 +000028a4=1 +000028aa=1 +000028ab=1 +000028ac=1 +000028ad=1 +000028b4=1 +000028b5=1 +000028b6=1 +000028b7=1 +000028b8=1 +000028b9=1 +000028ba=1 +000028bb=1 +000028bc=1 +000028bd=1 +000028c1=1 +000028c2=1 +000028c3=1 +000028c4=1 +000028c5=1 +000028c8=1 +000028c9=1 +000028ca=1 +000028cb=1 +000028d2=1 +000028d3=1 +000028d4=1 +000028d5=1 +000028d6=1 +000028d7=1 +000028d8=1 +000028d9=1 +000028da=1 +000028db=1 +000028dc=1 +000028dd=1 +000028de=1 +000028df=1 +000028e0=1 +000028e1=1 +000028e2=1 +000028e6=1 +000028e7=1 +000028e8=1 +000028e9=1 +000028ea=1 +000028eb=1 +000028ec=1 +000028ed=1 +000028ee=1 +000028f0=1 +000028f1=1 +000028f2=1 +000028f3=1 +000028f4=1 +000028f5=1 +000028fa=1 +000028fb=1 +000028fc=1 +000028fd=1 +000028fe=1 +000028ff=1 +00002900=1 +00002901=1 +00002902=1 +00002903=1 +00002904=1 +00002905=1 +00002906=1 +00002907=1 +00002908=1 +00002909=1 +0000290a=1 +0000290b=1 +0000290c=1 +0000290d=1 +0000290e=1 +0000290f=1 +00002910=1 +00002911=1 +00002912=1 +00002913=1 +00002914=1 +00002915=1 +00002916=1 +00002917=1 +00002918=1 +00002919=1 +0000291a=1 +0000291b=1 +0000291c=1 +0000291d=1 +0000291e=1 +0000292c=1 +0000292d=1 +0000292e=1 +0000292f=1 +00002930=1 +00002931=1 +00002932=1 +00002933=1 +00002934=1 +00002935=1 +00002936=1 +00002937=1 +00002938=1 +00002939=1 +0000293a=1 +0000293b=1 +0000293c=1 +0000293d=1 +0000293e=1 +0000293f=1 +00002940=1 +00002941=1 +00002942=1 +00002943=1 +00002944=1 +00002945=1 +00002946=1 +00002947=1 +00002948=1 +0000294a=1 +0000294b=1 +0000294c=1 +0000294d=1 +0000294e=1 +0000294f=1 +00002950=1 +00002953=1 +0000295e=1 +0000295f=1 +00002960=1 +00002961=1 +00002962=1 +00002963=1 +00002964=1 +00002965=1 +00002966=1 +00002967=1 +00002972=1 +00002973=1 +00002974=1 +00002975=1 +00002976=1 +00002977=1 +00002978=1 +00002979=1 +0000297a=1 +0000297b=1 +0000297c=1 +0000297d=1 +00002981=1 +00002982=1 +00002983=1 +00002984=1 +00002985=1 +00002986=1 +00002987=1 +0000298b=1 +0000298c=1 +0000298d=1 +0000298e=1 +0000298f=1 +00002990=1 +00002995=1 +00002996=1 +00002997=1 +00002998=1 +00002999=1 +0000299a=1 +0000299b=1 +0000299c=1 +0000299d=1 +0000299e=1 +0000299f=1 +000029a0=1 +000029a1=1 +000029a2=1 +000029a3=1 +000029a4=1 +000029a5=1 +000029a6=1 +000029a7=1 +000029a8=1 +000029a9=1 +000029aa=1 +000029ab=1 +000029ac=1 +000029ad=1 +000029ae=1 +000029af=1 +000029b0=1 +000029b1=1 +000029b2=1 +000029b8=1 +000029bd=1 +000029be=1 +000029bf=1 +000029c0=1 +000029c1=1 +000029c2=1 +000029c7=1 +000029cc=1 +000029cd=1 +000029d6=1 +000029d7=1 +000029d8=1 +000029d9=1 +000029da=1 +000029db=1 +000029dc=1 +000029dd=1 +000029e0=1 +000029e1=1 +000029e2=1 +000029e3=1 +000029e7=1 +000029ea=1 +000029eb=1 +000029ec=1 +000029ed=1 +000029ee=1 +000029f4=1 +000029f5=1 +000029f6=1 +000029f7=1 +000029fe=1 +000029ff=1 +00002a00=1 +00002a01=1 +00002a02=1 +00002a03=1 +00002a04=1 +00002a05=1 +00002a06=1 +00002a07=1 +00002a10=1 +00002a12=1 +00002a13=1 +00002a14=1 +00002a15=1 +00002a16=1 +00002a17=1 +00002a18=1 +00002a19=1 +00002a1a=1 +00002a1b=1 +00002a1c=1 +00002a1d=1 +00002a1e=1 +00002a21=1 +00002a22=1 +00002a23=1 +00002a2b=1 +00002a2c=1 +00002a30=1 +00002a31=1 +00002a32=1 +00002a33=1 +00002a34=1 +00002a35=1 +00002a36=1 +00002a37=1 +00002a3a=1 +00002a3b=1 +00002a3c=1 +00002a3d=1 +00002a3e=1 +00002a3f=1 +00002a40=1 +00002a41=1 +00002a42=1 +00002a43=1 +00002a44=1 +00002a45=1 +00002a46=1 +00002a47=1 +00002a48=1 +00002a49=1 +00002a4a=1 +00002a4b=1 +00002a4c=1 +00002a4d=1 +00002a4e=1 +00002a53=1 +00002a54=1 +00002a55=1 +00002a56=1 +00002a57=1 +00002a58=1 +00002a59=1 +00002a5a=1 +00002a5b=1 +00002a5c=1 +00002a5d=1 +00002a5e=1 +00002a5f=1 +00002a60=1 +00002a61=1 +00002a62=1 +00002a63=1 +00002a64=1 +00002a65=1 +00002a66=1 +00002a67=1 +00002a68=1 +00002a69=1 +00002a6a=1 +00002a6b=1 +00002a6c=1 +00002a6d=1 +00002a6e=1 +00002a6f=1 +00002a70=1 +00002a71=1 +00002a72=1 +00002a73=1 +00002a76=1 +00002a77=1 +00002a78=1 +00002a79=1 +00002a7a=1 +00002a7b=1 +00002a7c=1 +00002a7d=1 +00002a7e=1 +00002a7f=1 +00002a80=1 +00002a81=1 +00002a8a=1 +00002a8b=1 +00002a8c=1 +00002a8d=1 +00002a8e=1 +00002a8f=1 +00002a90=1 +00002a9e=1 +00002a9f=1 +00002aa0=1 +00002aa1=1 +00002aa2=1 +00002aa5=1 +00002aa8=1 +00002aa9=1 +00002aaa=1 +00002aab=1 +00002aac=1 +00002aad=1 +00002ab2=1 +00002ab7=1 +00002ab8=1 +00002ab9=1 +00002aba=1 +00002abb=1 +00002ac6=1 +00002ac7=1 +00002ac8=1 +00002ac9=1 +00002aca=1 +00002acb=1 +00002acc=1 +00002ad5=1 +00002ad6=1 +00002ad7=1 +00002adf=1 +00002ae0=1 +00002ae9=1 +00002aea=1 +00002aeb=1 +00002aec=1 +00002aed=1 +00002aee=1 +00002aef=1 +00002af0=1 +00002af1=1 +00002af2=1 +00002af3=1 +00002af4=1 +00002af5=1 +00002af6=1 +00002af7=1 +00002af8=1 +00002af9=1 +00002afa=1 +00002afb=1 +00002afc=1 +00002afd=1 +00002afe=1 +00002aff=1 +00002b00=1 +00002b01=1 +00002b02=1 +00002b03=1 +00002b04=1 +00002b05=1 +00002b06=1 +00002b07=1 +00002b08=1 +00002b0c=1 +00002b0d=1 +00002b0e=1 +00002b0f=1 +00002b11=1 +00002b12=1 +00002b16=1 +00002b17=1 +00002b18=1 +00002b19=1 +00002b1a=1 +00002b1b=1 +00002b1f=1 +00002b20=1 +00002b21=1 +00002b2a=1 +00002b2b=1 +00002b2c=1 +00002b2d=1 +00002b2e=1 +00002b34=1 +00002b39=1 +00002b3e=1 +00002b3f=1 +00002b40=1 +00002b41=1 +00002b42=1 +00002b4d=1 +00002b4e=1 +00002b4f=1 +00002b5c=1 +00002b5d=1 +00002b5e=1 +00002b5f=1 +00002b60=1 +00002b61=1 +00002b62=1 +00002b63=1 +00002b64=1 +00002b65=1 +00002b66=1 +00002b67=1 +00002b68=1 +00002b69=1 +00002b6a=1 +00002b6b=1 +00002b6c=1 +00002b6d=1 +00002b6e=1 +00002b6f=1 +00002b70=1 +00002b71=1 +00002b72=1 +00002b73=1 +00002b74=1 +00002b75=1 +00002b76=1 +00002b8e=1 +00002b8f=1 +00002b90=1 +00002b91=1 +00002b92=1 +00002b93=1 +00002b94=1 +00002ba2=1 +00002ba3=1 +00002ba4=1 +00002ba5=1 +00002bac=1 +00002bad=1 +00002bb6=1 +00002bb7=1 +00002bb8=1 +00002bb9=1 +00002bba=1 +00002bbb=1 +00002bbc=1 +00002bbd=1 +00002bbe=1 +00002bbf=1 +00002bc0=1 +00002bc1=1 +00002bc2=1 +00002bc3=1 +00002bc4=1 +00002bc5=1 +00002bc6=1 +00002bc7=1 +00002bd4=1 +00002bd5=1 +00002bd6=1 +00002bd7=1 +00002bd8=1 +00002bd9=1 +00002bda=1 +00002bdb=1 +00002bde=1 +00002bdf=1 +00002be0=1 +00002be1=1 +00002be2=1 +00002be3=1 +00002be8=1 +00002bed=1 +00002bee=1 +00002bef=1 +00002bf0=1 +00002bf7=1 +00002bf8=1 +00002bf9=1 +00002c01=1 +00002c02=1 +00002c03=1 +00002c04=1 +00002c0b=1 +00002c0c=1 +00002c0d=1 +00002c0e=1 +00002c0f=1 +00002c10=1 +00002c11=1 +00002c12=1 +00002c13=1 +00002c14=1 +00002c15=1 +00002c1a=1 +00002c1b=1 +00002c1c=1 +00002c1d=1 +00002c1e=1 +00002c1f=1 +00002c20=1 +00002c24=1 +00002c25=1 +00002c26=1 +00002c27=1 +00002c28=1 +00002c29=1 +00002c2a=1 +00002c2b=1 +00002c38=1 +00002c39=1 +00002c3d=1 +00002c3e=1 +00002c42=1 +00002c43=1 +00002c44=1 +00002c45=1 +00002c46=1 +00002c47=1 +00002c48=1 +00002c49=1 +00002c4a=1 +00002c4b=1 +00002c4c=1 +00002c4e=1 +00002c4f=1 +00002c50=1 +00002c51=1 +00002c52=1 +00002c53=1 +00002c54=1 +00002c55=1 +00002c56=1 +00002c5e=1 +00002c5f=1 +00002c60=1 +00002c61=1 +00002c62=1 +00002c63=1 +00002c6a=1 +00002c6b=1 +00002c6c=1 +00002c6d=1 +00002c6e=1 +00002c74=1 +00002c79=1 +00002c7a=1 +00002c7b=1 +00002c7e=1 +00002c83=1 +00002c84=1 +00002c86=1 +00002c87=1 +00002c88=1 +00002c89=1 + +[Relayout] + diff --git a/translations/projects/German/ieviewer.atp b/translations/projects/German/ieviewer.atp new file mode 100644 index 000000000..c9803976c --- /dev/null +++ b/translations/projects/German/ieviewer.atp @@ -0,0 +1,25 @@ +[Files] +Original=$BUILD_DIR\plugins\ieviewer\lang\english.slg +Translated=$BUILD_DIR\plugins\ieviewer\lang\german.slg +Include=..\..\symbols\plugins\ieviewer\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +00002774=1 +00002775=0 +00002776=1 +00002777=1 +00002779=1 + +[Relayout] + diff --git a/translations/projects/German/mmviewer.atp b/translations/projects/German/mmviewer.atp new file mode 100644 index 000000000..ca3829c4d --- /dev/null +++ b/translations/projects/German/mmviewer.atp @@ -0,0 +1,233 @@ +[Files] +Original=$BUILD_DIR\plugins\mmviewer\lang\english.slg +Translated=$BUILD_DIR\plugins\mmviewer\lang\german.slg +Include=..\..\symbols\plugins\mmviewer\symbols.inc +SalMenu=..\..\symbols\plugins\mmviewer\salmenu.mnu +CheckList=..\..\symbols\plugins\mmviewer\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +29040000=1 +29040001=1 +29040003=1 +29040004=1 +29040006=1 +29040007=1 +29040008=1 +29040009=1 +2904000a=1 +2904000b=1 +2904000c=1 +2904000d=1 +2904000e=1 + +[MenusTranslation] + +[StringsTranslation] +00002b5c=1 +00002b5d=1 +00002b5e=1 +00002b5f=1 +00002b60=1 +00002b61=1 +00002b62=1 +00002b63=1 +00002b66=1 +00002b67=1 +00002b70=1 +00002b73=1 +00002b74=1 +00002b75=1 +00002b76=1 +00002b77=1 +00002b78=1 +00002b79=1 +00002b7a=1 +00002b7b=1 +00002b7c=1 +00002bc0=1 +00002bc1=1 +00002bc2=1 +00002bc4=1 +00002bc5=1 +00002bc6=1 +00002bc7=1 +00002bc8=1 +00002bc9=1 +00002bca=1 +00002bcb=1 +00002bde=1 +00002be0=1 +00002c06=1 +00002c07=1 +00002c10=1 +00002c11=1 +00002c1a=1 +00002cec=1 +00002ced=1 +00002cee=1 +00002cef=1 +00002cf0=1 +00002cf1=1 +00002cf2=1 +00002cf3=1 +00002ee1=1 +00002ee2=1 +00002ee9=1 +00002eea=1 +00002eeb=1 +00002eec=1 +00002eed=1 +00002eee=1 +00002eef=1 +00002ef0=1 +00002ef1=1 +00002ef2=1 +00002ef3=1 +00002ef4=1 +00002ef5=1 +00002ef6=1 +00002ef7=1 +00002ef8=1 +00002ef9=1 +00002efa=1 +00002efb=1 +00002efc=1 +00002efd=1 +00002f44=1 +00002f45=1 +00002f46=1 +00002f47=1 +00002f48=1 +00002f49=1 +00002f4a=1 +00002f4b=1 +00002f4c=1 +00002f4d=1 +00002f4e=1 +00002f4f=1 +00002f50=1 +00002f51=1 +00002f52=1 +00002f53=1 +00002f54=1 +00002f55=1 +00002f56=1 +00002f57=1 +00002f58=1 +00002f59=1 +00002f5a=1 +00002f5b=1 +00002f5c=1 +00002f5d=1 +00002f5e=1 +00002f5f=1 +00002f60=1 +00002f61=1 +00002f62=1 +00002fa8=1 +00002fa9=1 +00002faa=1 +00002fab=1 +00002fac=1 +0000300c=1 +0000300d=1 +0000300e=1 +0000300f=1 +00003010=1 +00003011=1 +00003012=1 +00003013=1 +00003014=1 +00003015=1 +00003016=1 +00003017=1 +00003018=1 +00003019=1 +0000301a=1 +0000301b=1 +0000301c=1 +0000301d=1 +0000301e=1 +0000301f=1 +00003020=1 +00003021=1 +00003022=1 +00003023=1 +00003024=1 +00003025=1 +00003026=1 +00003027=1 +00003070=1 +00003071=1 +00003072=1 +00003073=1 +00003074=1 +00003075=1 +00003076=1 +00003077=1 +000030d5=1 +000030d6=1 +000030d7=1 +000030d8=1 +000030d9=1 +000030da=1 +000030db=1 +000030dc=1 +000030dd=1 +000030de=1 +000030df=1 +000030e0=1 +000030e1=1 +000030e2=1 +000030e3=1 +000030e4=1 +000030e5=1 +000030e6=1 +000030e7=1 +000030e8=1 +000030e9=1 +000030ea=1 +000030eb=1 +000030ec=1 +000030ed=1 +000030ee=1 +000030ef=1 +000030f0=1 +000030f1=1 +000030f2=1 +000030f3=1 +000030f4=1 +000030f5=1 +000030f6=1 +000030f7=1 +000030f8=1 +000030f9=1 +000030fa=1 +000030fb=1 +000030fc=1 +000030fd=1 +000030fe=1 +00003138=1 +00003139=1 +0000313a=1 +0000313b=1 +0000313c=1 +0000313d=1 +0000313e=1 +0000313f=1 +00003140=1 +00003141=1 +00003142=1 +00003143=1 +00003144=1 +00003145=1 + +[Relayout] + diff --git a/translations/projects/German/nethood.atp b/translations/projects/German/nethood.atp new file mode 100644 index 000000000..b83c97f6d --- /dev/null +++ b/translations/projects/German/nethood.atp @@ -0,0 +1,42 @@ +[Files] +Original=$BUILD_DIR\plugins\nethood\lang\english.slg +Translated=$BUILD_DIR\plugins\nethood\lang\german.slg +Include=..\..\symbols\plugins\nethood\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00660000=1 +00660001=1 +00660002=1 +00660003=1 +00660004=1 +00660005=1 +00660006=1 +00660008=1 +00660009=1 +0066000a=1 + +[MenusTranslation] + +[StringsTranslation] +00000080=1 +00000081=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 + +[Relayout] + diff --git a/translations/projects/German/pak.atp b/translations/projects/German/pak.atp new file mode 100644 index 000000000..7e70ae125 --- /dev/null +++ b/translations/projects/German/pak.atp @@ -0,0 +1,70 @@ +[Files] +Original=$BUILD_DIR\plugins\pak\lang\english.slg +Translated=$BUILD_DIR\plugins\pak\lang\german.slg +Include=..\..\symbols\plugins\pak\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640005=1 +00640008=1 +00640009=1 + +[MenusTranslation] + +[StringsTranslation] +000001f4=1 +000001f5=1 +000001f6=1 +000001f7=1 +000001f8=1 +000001f9=1 +000001fa=1 +000001fb=1 +000001fc=1 +000001fd=1 +000001fe=1 +000001ff=1 +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 + +[Relayout] + diff --git a/translations/projects/German/peviewer.atp b/translations/projects/German/peviewer.atp new file mode 100644 index 000000000..68007680e --- /dev/null +++ b/translations/projects/German/peviewer.atp @@ -0,0 +1,37 @@ +[Files] +Original=$BUILD_DIR\plugins\peviewer\lang\english.slg +Translated=$BUILD_DIR\plugins\peviewer\lang\german.slg +Include=..\..\symbols\plugins\peviewer\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +21350000=1 +21350001=1 +21350003=1 +21350004=1 +21350005=1 +21350007=1 +21350008=1 +21350009=1 +2135000a=1 +2135000b=1 + +[MenusTranslation] + +[StringsTranslation] +000003f8=1 +00002774=1 +00002775=1 +00002776=1 +00002777=1 +00002778=1 +00002786=1 + +[Relayout] + diff --git a/translations/projects/German/pictview.atp b/translations/projects/German/pictview.atp new file mode 100644 index 000000000..a3410c415 --- /dev/null +++ b/translations/projects/German/pictview.atp @@ -0,0 +1,590 @@ +[Files] +Original=$BUILD_DIR\plugins\pictview\lang\english.slg +Translated=$BUILD_DIR\plugins\pictview\lang\german.slg +Include=..\..\symbols\plugins\pictview\symbols.inc +SalMenu=..\..\symbols\plugins\pictview\salmenu.mnu +IgnoreList=..\..\symbols\plugins\pictview\ignore.lst +CheckList=..\..\symbols\plugins\pictview\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +07d00000=1 +07d00001=1 +07d00003=1 +07d00005=1 +07d00006=1 +07d00007=1 +07d00008=1 +07d00009=1 +07d0000a=1 +07d0000b=1 +07e40000=1 +07e40001=1 +07e40002=1 +07e40003=1 +07e40004=1 +07e40005=1 +07e40006=1 +07e40007=1 +07e40008=1 +07e40009=1 +07e4000a=1 +07f80000=1 +07f80001=1 +07f80002=1 +07f80003=1 +07f80005=1 +07f80007=1 +07f80008=1 +07f80009=1 +07f8000a=1 +080c0000=1 +080c0001=1 +080c0002=1 +080c0003=1 +08160000=1 +08160001=1 +08160002=1 +08160003=1 +08160004=1 +08160005=1 +08160006=1 +08160007=1 +08160009=1 +0816000b=1 +08200000=1 +08200001=1 +08200002=1 +08200004=1 +08200006=1 +08200007=1 +08200009=1 +08340000=1 +08340001=1 +08340002=1 +08340003=1 +08340005=1 +08340007=1 +08340009=1 +0834000b=1 +0834000d=1 +0834000f=1 +08340011=1 +08340013=1 +08340015=1 +08480000=1 +08480003=1 +08480004=1 +08480005=1 +08480006=1 +08480007=1 +08480008=1 +08520000=1 +08520001=1 +08520003=1 +08520004=1 +08520005=1 +085c0000=1 +085c0001=1 +085c0003=1 +085c0004=1 +08660000=1 +08660001=1 +08660002=1 +08660003=1 +08660004=1 +08660005=1 +08660006=1 +08660007=1 +08660008=1 +08660009=1 +0866000c=1 +0866000d=1 +0866000f=1 +08660010=1 +08660011=1 +087a0000=1 +087a0003=1 +087a0004=1 +08840000=1 +08840001=1 +08840004=1 +08840007=1 +08840008=1 +08840009=1 +08fc0001=1 +08fc0003=1 +08fc0004=1 +08fc0006=1 +08fc0008=1 +08fc000a=1 +08fc000b=1 +08fc000d=1 +08fc000e=1 +08fc000f=1 +08fc0010=1 +08fc0011=1 +08fc0013=1 +08fc0014=1 +08fc0016=1 +08fc0017=1 +08fc0018=1 +08fc001a=1 +09600000=1 +09600001=1 +09600002=1 +09600003=1 +09600004=1 +09600005=1 +09600007=1 +09600009=1 +0960000b=1 +0960000d=1 +0960000f=1 +09600010=1 +09600011=1 +09600012=1 +09c40000=1 +09c40002=1 +09c40004=1 +09c40005=1 +09c40006=1 +09c40009=1 +09c4000c=1 +09c4000d=1 +09c4000e=1 +09c40010=1 +09c40011=1 +09c40012=1 +09c40013=1 +09c40016=1 +09c40019=1 +09c4001a=1 +09c4001b=1 +09c4001c=1 +09c4001d=1 +09e20000=1 +09e20001=1 + +[MenusTranslation] + +[StringsTranslation] +000001f4=1 +000001f5=1 +000001f6=1 +000001f7=1 +000001f8=1 +000001f9=1 +000001fa=1 +000001fb=1 +000001fc=1 +000001fd=1 +000001fe=1 +000001ff=1 +00000200=1 +00000201=1 +00000202=1 +00000203=1 +00000204=1 +00000205=1 +00000206=1 +00000207=1 +00000208=1 +00000209=1 +0000020a=1 +0000020b=1 +0000020c=1 +0000020d=1 +0000020e=1 +0000020f=1 +00000210=1 +00000211=1 +00000212=1 +00000213=1 +00000214=1 +00000215=1 +00000216=1 +00000217=1 +0000021d=1 +0000021e=1 +0000021f=1 +00000220=1 +00000221=1 +00000226=1 +00000227=1 +00000228=1 +00000230=1 +00000231=1 +00000232=1 +00000233=1 +00000234=1 +00000235=1 +00000236=1 +00000237=1 +00000238=1 +00000239=1 +0000023a=1 +00000244=1 +00000245=1 +00000246=1 +00000247=1 +00000248=1 +00000249=1 +0000024e=1 +0000024f=1 +00000250=1 +00000251=1 +00000254=1 +00000262=1 +00000263=1 +00000264=1 +00000265=1 +00000266=1 +00000267=1 +000003e7=1 +000003e8=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +00000418=1 +00000419=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +00000441=1 +00000442=1 +00000443=1 +00000444=1 +00000445=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +00000455=1 +00000456=1 +00000457=1 +00000458=1 +00000459=1 +0000045a=1 +0000045b=1 +0000045c=1 +0000045d=1 +0000045e=1 +0000045f=1 +00000460=1 +00000461=1 +00000462=1 +00000469=1 +0000046a=1 +0000046b=1 +0000046c=1 +0000046d=1 +00000474=1 +00000475=1 +00000476=1 +00000477=1 +00000479=1 +0000047a=1 +0000047b=1 +0000047c=1 +00000488=1 +00000489=1 +0000048a=1 +0000048b=1 +0000048c=1 +00000492=1 +00000898=1 +00000899=1 +0000089a=1 +0000089b=1 +0000089c=1 +0000089d=1 +0000089e=1 +0000089f=1 +000008a0=1 +000008a1=1 +000008a2=1 +000008a3=1 +000008a4=1 +000008a5=1 +000008a6=1 +000008a7=1 +000008a8=1 +000008a9=1 +000008aa=1 +000008ab=1 +000008ac=1 +000008ad=1 +000008ae=1 +000008af=1 +000008b0=1 +000008b5=1 +000008b6=1 +000008b7=1 +000008b8=1 +000008b9=1 +000008ba=1 +000008bb=1 +000008bc=1 +000008bd=1 +000008be=1 +000008bf=1 +000008c0=1 +000008c1=1 +000008c2=1 +000008c3=1 +000008c4=1 +000008c5=1 +000008c6=1 +000008c7=1 +000008c8=1 +000008c9=1 +000008ca=1 +000008cb=1 +000008e8=1 +000008e9=1 +000008ea=1 +000008eb=1 +000008ec=1 +000008f2=1 +000008f3=1 +000008f4=1 +000008f5=1 +000008f6=1 +000008f7=1 +000008f8=1 +00000902=1 +00000903=1 +00000fa3=1 +00000fa4=1 +00000fa6=1 +00000fa7=1 +00000fa9=1 +00000faf=1 +00000fb1=1 +00000fb3=1 +00000fb5=1 +00000fbb=1 +00000fbc=1 +00000fbd=1 +00000fbe=1 +00000fc5=1 +00000fc6=1 +00000fc7=1 +00000fca=1 +00000fcb=1 +00000fcc=1 +00000fd1=1 +00000fd4=1 +00000fd8=1 +00000fd9=1 +00000fda=1 +00000fdb=1 +00000fdf=1 +00000fe0=1 +00000fe1=1 +00000fe2=1 +00000fe3=1 +00000fe4=1 +00000fe5=1 +00000fe7=1 +00000fe9=1 +00000fea=1 +00000feb=1 +00000fec=1 +00000fed=1 +00000fee=1 +00000fef=1 +00000ff0=1 +00000ff1=1 +00000ff2=1 +00000ff3=1 +00000ff4=1 +00000ff5=1 +00000ff6=1 +00000ff7=1 +00000ff8=1 +00000ff9=1 +00000ffa=1 +00000ffb=1 +00000ffc=1 +00000ffd=1 +00000ffe=1 +00001000=1 +00001001=1 +00001003=1 +00001004=1 +00001006=1 +0000100b=1 +0000100c=1 +0000100f=1 +00001010=1 +00001013=1 +00001015=1 +00001017=1 +00001018=1 +00001019=1 +0000101a=1 +0000101b=1 +0000101c=1 +0000101d=1 +0000101e=1 +00001022=1 +00001045=1 +00001054=1 +00001063=1 +0000106d=1 +0000106e=1 +0000106f=1 +00001071=1 +00001072=1 +0000107b=1 +0000107c=1 +0000107f=1 +00001080=1 +00001088=1 +0000108c=1 +00001091=1 +00001092=1 +00001093=1 +00001094=1 +00001095=1 +00001096=1 +00001098=1 +0000109a=1 +0000109c=1 +0000109d=1 +0000109e=1 +000010a1=1 +000010a3=1 +000010a4=1 +000010a5=1 +000010a6=1 +000010a7=1 +000010a8=1 +000010a9=1 +000010aa=1 +000010ad=1 +000010ae=1 +000010af=1 +000010b8=1 +000010b9=1 +000010be=1 +000010bf=1 +000010c8=1 +000010c9=1 +000010ca=1 +000010cb=1 +000010cc=1 +000010cd=1 +000010ce=1 +000010cf=1 +000010d3=1 +000010d4=1 +000010d5=1 +000010d6=1 +000010d9=1 +000010db=1 +000010df=1 +000010e2=1 +000010e3=1 +000010e4=1 +000010e6=1 +000010e9=1 +000010ea=1 +000010eb=1 +000010ec=1 +000010f4=1 +000010f8=1 +000010f9=1 +000010fa=1 +000010fb=1 +00001142=1 + +[Relayout] + diff --git a/translations/projects/German/regedt.atp b/translations/projects/German/regedt.atp new file mode 100644 index 000000000..54c31482c --- /dev/null +++ b/translations/projects/German/regedt.atp @@ -0,0 +1,238 @@ +[Files] +Original=$BUILD_DIR\plugins\regedt\lang\english.slg +Translated=$BUILD_DIR\plugins\regedt\lang\german.slg +Include=..\..\symbols\plugins\regedt\symbols.inc +SalMenu=..\..\symbols\plugins\regedt\salmenu.mnu +IgnoreList=..\..\symbols\plugins\regedt\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640004=1 +00640005=1 +006e0000=1 +006e0001=1 +006e0003=1 +006e0004=1 +006e0006=1 +006e0007=1 +00780000=1 +00780002=1 +00780003=1 +00780004=1 +00780005=1 +00780006=1 +00780007=1 +00780009=1 +0078000b=1 +00820003=1 +00820004=1 +00820005=1 +00870000=1 +00870001=1 +00870003=1 +00870004=1 +00870006=1 +00870007=1 +00870008=1 +00870009=1 +0087000a=1 +0087000b=1 +0087000c=1 +0087000d=1 +0087000e=1 +0087000f=1 +00870010=1 +00870011=1 +00870012=1 +00870014=1 +00870015=1 +00870017=1 +00870018=1 +00a50000=1 +00a50001=1 +00a50003=1 +00a50005=1 +00a50006=1 +00a50007=1 +00a50008=1 +00a60000=1 +00a60001=1 +00a60002=1 +00a60005=1 +00a60008=1 +00a6000c=1 +00a6000d=1 +00af0003=1 +00af0004=1 +00b10000=1 +00b10001=1 +00b10003=1 +00b10005=1 +00b10006=1 +00b10007=1 + +[MenusTranslation] + +[StringsTranslation] +000000b0=1 +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fe=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000418=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +00000441=1 +00000442=1 +00000443=1 +00000444=1 +00000445=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000451=1 +00000453=1 +00000454=1 +00000455=1 +00000456=1 +00000457=1 +00000458=1 +00000459=1 +0000045a=1 +0000045b=1 +0000045c=1 +0000045d=1 +0000045e=1 +0000045f=1 +00000460=1 +00000461=1 +00000462=1 +00000463=1 +00000464=1 +00000465=1 +00000466=1 +00000467=1 +00000468=1 +00000469=1 +0000046a=1 +0000046b=1 +0000046c=1 +0000046d=1 +0000046e=1 +0000046f=1 +00000470=1 +00000471=1 +00000472=1 +00000473=1 +00000474=1 +00000475=1 +00000476=1 +00000477=1 +00000478=1 +00000479=1 +0000047a=1 +0000047b=1 +0000047c=1 +0000047d=1 +0000047e=1 +0000047f=1 +00000480=1 +00000481=1 +00000482=1 +00000486=1 +00000487=1 +00000488=1 +00000489=1 +0000048a=1 +0000048b=1 +0000048c=1 +0000048d=1 + +[Relayout] + diff --git a/translations/projects/German/renamer.atp b/translations/projects/German/renamer.atp new file mode 100644 index 000000000..c3c8d86bf --- /dev/null +++ b/translations/projects/German/renamer.atp @@ -0,0 +1,370 @@ +[Files] +Original=$BUILD_DIR\plugins\renamer\lang\english.slg +Translated=$BUILD_DIR\plugins\renamer\lang\german.slg +Include=..\..\symbols\plugins\renamer\symbols.inc +SalMenu=..\..\symbols\plugins\renamer\salmenu.mnu +IgnoreList=..\..\symbols\plugins\renamer\ignore.lst +CheckList=..\..\symbols\plugins\renamer\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640002=1 +00640004=1 +00640005=1 +00640006=1 +00640009=1 +0064000c=1 +0064000e=1 +00640011=1 +00640014=1 +00640015=1 +00640016=1 +00640017=1 +00640018=1 +00640019=1 +0064001b=1 +0064001d=1 +0064001f=1 +00640020=1 +008c0000=1 +008c0001=1 +008c0003=1 +008c0005=1 +008c0007=1 +008c0009=1 +008c000b=1 +008c000c=1 +00960000=1 +00960001=1 +00960003=1 +00960005=1 +00960007=1 +00960009=1 +0096000b=1 +0096000c=1 +0096000d=1 +00a00000=1 +00a00001=1 +00a00003=1 +00a00004=1 +00a00005=1 +00a00006=1 +00a00007=1 +00aa0000=1 +00aa0001=1 +00aa0003=1 +00aa0004=1 +00aa0006=1 +00aa0007=1 +00af0000=1 +00af0003=1 +00b40000=1 +00b40001=1 +00b40003=1 +00b40004=1 +00b90000=1 +00b90001=1 +00b90002=1 +00b90004=1 +00b90006=1 +00b90008=1 +00b90009=1 +00be0000=1 +00be0001=1 +00be0002=1 +00be0005=1 +00be0008=1 +00be000b=1 +00be000c=1 +00be000d=1 +00be000e=1 +00be0010=1 +00be0011=1 +00be0012=1 + +[MenusTranslation] + +[StringsTranslation] +0000007a=1 +0000007b=1 +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=0 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +00000418=1 +00000419=1 +0000041a=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000439=1 +0000043b=1 +0000043d=1 +0000043f=1 +00000441=1 +00000443=1 +00000445=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000450=1 +00000451=1 +00000452=1 +00000453=1 +00000454=1 +00000455=1 +00000456=1 +00000457=1 +00000458=1 +00000459=1 +0000045a=1 +0000045b=1 +0000045c=1 +0000045d=1 +0000045e=1 +0000045f=1 +00000460=1 +00000461=1 +00000462=1 +00000463=1 +00000465=1 +00000466=1 +00000467=1 +00000468=1 +00000469=1 +0000046a=1 +0000046b=1 +0000046c=1 +0000046d=1 +0000046e=1 +0000046f=1 +00000470=1 +00000471=1 +00000472=1 +00000473=1 +00000474=1 +00000475=1 +00000476=1 +00000477=1 +00000478=1 +00000479=1 +0000047a=1 +0000047b=1 +0000047c=1 +0000047d=1 +0000047e=1 +0000047f=1 +00000480=1 +00000481=1 +00000482=1 +00000483=1 +00000484=1 +00000485=1 +00000486=1 +00000487=1 +00000488=1 +00000489=1 +0000048a=1 +0000048b=1 +0000048c=1 +0000048d=1 +0000048e=1 +0000048f=1 +00000490=1 +00000491=1 +00000492=1 +00000493=1 +00000494=1 +00000495=1 +00000496=1 +00000497=1 +00000498=1 +00000499=1 +0000049a=1 +0000049b=1 +0000049c=1 +0000049d=1 +0000049e=1 +0000049f=1 +000004a0=1 +000004a1=1 +000004a2=1 +000004a3=1 +000004a4=1 +000004a5=1 +000004a6=1 +000004a7=1 +000004a8=1 +000004a9=1 +000004aa=1 +000004ab=1 +000004ac=1 +000004ad=1 +000004ae=1 +000004af=1 +000004b0=1 +000004b1=1 +000004b2=1 +000004b3=1 +000004b4=1 +000004b5=1 +000004b6=1 +000004b7=1 +000004b8=1 +000004b9=1 +000004ba=1 +000004bb=1 +000004bc=1 +000004bd=1 +000004be=1 +000004bf=1 +000004c0=1 +000004c1=1 +000004c2=1 +000004c3=1 +000004c4=1 +000004c5=1 +000004c6=1 +000004c7=1 +000004c8=1 +000004c9=1 +000004ca=1 +000004cb=1 +000004cc=1 +000004cd=1 +000004ce=1 +000004cf=1 +000004d0=1 +000004d1=1 +000004d2=1 +000004d3=1 +000004d4=1 +000004d5=1 +000004d6=1 +000004d7=1 +000004d8=1 +000004d9=1 +000004da=1 +000004dc=1 +000004dd=1 +000004de=1 +000004df=1 +000004e0=1 +000004e1=1 +000004e2=1 +000004e3=1 +000004e4=1 +000004e5=1 +000004e6=1 +000004e7=1 +000004e8=1 +000004e9=1 +000004ea=1 +000004eb=1 +000004ec=1 +000004ed=1 +000004ee=1 +000004ef=1 +000004f0=1 +000004f1=1 +000004f2=1 +000004f3=1 +000004f4=1 +000004f5=1 +000004f6=1 +000004f7=1 +000004f8=1 +000004f9=1 +000004fa=1 +000004fb=1 +000004fc=1 +000004fd=1 +000004fe=1 +000004ff=1 +00000500=1 +00000501=1 +00000503=1 +00000504=1 +00000505=1 +00000506=1 + +[Relayout] + diff --git a/translations/projects/German/salamand.atp b/translations/projects/German/salamand.atp new file mode 100644 index 000000000..0f860370d --- /dev/null +++ b/translations/projects/German/salamand.atp @@ -0,0 +1,2505 @@ +[Files] +Original=$BUILD_DIR\lang\english.slg +Translated=$BUILD_DIR\lang\german.slg +Include=..\..\symbols\symbols.inc +SalMenu=..\..\symbols\salmenu.mnu +IgnoreList=..\..\symbols\ignore.lst +CheckList=..\..\symbols\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640004=1 +00640005=1 +00640006=1 +00680000=1 +00680001=1 +00680003=1 +00680004=1 +00680005=1 +00680006=1 +00940000=1 +00940001=1 +00940003=1 +00940005=1 +00940007=1 +00940009=1 +00950000=1 +00950001=1 +00950003=1 +00950005=1 +00960005=1 +00960007=1 +0096000a=1 +0096000c=1 +00aa0001=1 +00aa0003=1 +00aa0005=1 +00aa0006=1 +00aa0007=1 +00aa0008=1 +00b40000=1 +00b40001=1 +00b40004=1 +00b40007=1 +00b40008=1 +00b40009=1 +00b4000a=1 +00b4000b=1 +00be0001=1 +00be0004=1 +00be0005=1 +00be0006=1 +00be0007=1 +00be0008=1 +00bf0000=1 +00bf0001=1 +00bf0002=1 +00bf0003=1 +00bf0005=1 +00bf0006=1 +00bf0007=1 +00bf0008=1 +00bf0009=1 +00bf000a=1 +00bf000b=1 +00bf000c=1 +00bf000d=1 +00bf000f=1 +00bf0010=1 +00bf0011=1 +00bf0012=1 +00bf0013=1 +00bf0014=1 +00bf0015=1 +00bf0017=1 +00bf0019=1 +00bf001b=1 +00bf001d=1 +00bf001e=1 +00bf001f=1 +00bf0020=1 +00c80000=1 +00c80001=1 +00c80003=1 +00c80005=1 +00c80007=1 +00c80008=1 +00c80009=1 +00c8000a=1 +00cc0004=1 +00cc0005=1 +00cc0006=1 +00cd0004=1 +00cd0005=1 +00cd0006=1 +00cd0009=1 +00cd000a=1 +00cd000b=1 +00cd000c=1 +00cd000d=1 +00cd000e=1 +00cd0010=1 +00cd0011=1 +00cd0015=1 +00cd0016=1 +00cd0017=1 +00cd0018=1 +00ce0003=1 +00ce0004=1 +00ce0005=1 +00cf0003=1 +00cf0004=1 +00cf0005=1 +00d00004=1 +00d00005=1 +00d00006=1 +00e60001=1 +00e60003=1 +00e60005=1 +00e60006=1 +00f00000=1 +00f00001=1 +00f00003=1 +00f00005=1 +00f00007=1 +00f00008=1 +00f00009=1 +00f0000a=1 +00f10000=1 +00f10002=1 +00f10003=1 +00f10004=1 +00f10005=1 +00f10006=1 +00f10007=1 +00f10008=1 +00f1000a=1 +00f1000b=1 +00f1000e=1 +00f10011=1 +00f10014=1 +00f10016=1 +00f10017=1 +00f10019=1 +00f1001a=1 +00f1001b=1 +01040000=1 +01040001=1 +01040003=1 +01040005=1 +01040007=1 +01040009=1 +0104000b=1 +0104000d=1 +0104000f=1 +01040011=1 +01040013=1 +01040015=1 +01040016=1 +01040018=1 +0104001b=1 +0104001c=1 +010e0003=1 +010e0004=1 +010e0005=1 +010e0006=1 +010e0007=1 +010e0008=1 +010e0009=1 +012c0000=1 +012c0001=1 +012c0002=1 +012c0003=1 +012c0004=1 +012c0005=1 +012c0006=1 +012c0008=1 +012c0009=1 +012c000a=1 +012c000b=1 +012c000c=1 +012c000d=1 +012c000e=1 +012c000f=1 +01400000=1 +01400001=1 +01400003=1 +01400005=1 +01400006=1 +01400007=1 +01400008=1 +0140000a=1 +0140000b=1 +0140000d=1 +0140000e=1 +0140000f=1 +01400010=1 +01400011=1 +015e0000=1 +015e0001=1 +015e0003=1 +015e0004=1 +015e0005=1 +015e0006=1 +015e0009=1 +015e000c=1 +015e000f=1 +015e0010=1 +015e0011=1 +015e0012=1 +01720000=1 +01720002=1 +01720005=1 +01720006=1 +01720007=1 +01720008=1 +01810000=1 +01810001=1 +01810002=1 +01810004=1 +01810005=1 +01810006=1 +01810007=1 +01900000=1 +01900002=1 +01900003=1 +01900004=1 +01900005=1 +01900006=1 +01900008=1 +01900009=1 +0190000a=1 +0190000b=1 +0190000d=1 +0190000e=1 +01900010=1 +01900011=1 +01900012=1 +01940000=1 +01940001=1 +01940004=1 +01940007=1 +01940008=1 +01940009=1 +01950000=1 +01950001=1 +01950002=1 +01950004=1 +01950006=1 +01950007=1 +01950008=1 +01950009=1 +019a0000=1 +019a0001=1 +019a0003=1 +019a0005=1 +019a0007=1 +019a0009=1 +019a000b=1 +019a000d=1 +019a0010=1 +019a0011=1 +019a0013=1 +019a0014=1 +019a0015=1 +019a0016=1 +019a0017=1 +019a0018=1 +019a0019=1 +019a001a=1 +019a001b=1 +019a001c=1 +019a001e=1 +019a0020=1 +019a0022=1 +019a0024=1 +01c20000=1 +01c20001=1 +01c20003=1 +01c20004=1 +01c20005=1 +01c20007=1 +01c20009=1 +01c2000a=1 +01c2000b=1 +01c70000=1 +01c70001=1 +01c70004=1 +01c70005=1 +01c70006=1 +01c70007=1 +01c70008=1 +01cc0000=1 +01cc0002=1 +01cc0003=1 +01cc0004=1 +01dc0000=1 +01dc0001=1 +01dc0003=1 +01dc0004=1 +01dc0005=1 +01dc0007=1 +01dc0008=1 +01dc0009=1 +01dc000b=1 +01dc000c=1 +01dc000d=1 +01dc000f=1 +01dc0010=1 +01dc0011=1 +01dc0013=1 +01dc0014=1 +01dc0015=1 +01dc0016=1 +01dc0018=1 +01ea0006=1 +01ea0008=1 +01f10006=1 +01f10008=1 +01f1000a=1 +01fe0000=1 +01fe0003=1 +01fe0005=1 +01fe0006=1 +01fe0007=1 +01fe0008=1 +02080000=1 +02080003=1 +02080005=1 +02080006=1 +02080008=1 +02080009=1 +0208000a=1 +0208000b=1 +02120000=1 +02120001=1 +02120003=1 +02120006=1 +02120009=1 +02170000=1 +02170001=1 +02170002=1 +02170003=1 +02170004=1 +02170005=1 +02170006=1 +02170007=1 +02170008=1 +02170009=1 +0217000a=1 +0217000b=1 +0217000c=1 +0217000d=1 +0217000e=1 +0217000f=1 +02170011=1 +02260000=1 +02260002=1 +02260004=1 +02260006=1 +02260008=1 +0226000a=1 +0226000e=1 +02260013=1 +02260016=1 +0226001a=1 +0226001c=1 +0226001e=1 +02260020=1 +02260023=1 +02260025=1 +02260027=1 +0226002a=1 +0226002b=1 +0226002c=1 +023f0000=1 +023f0001=1 +02440000=1 +02440001=1 +02440003=1 +02440005=1 +02440006=1 +02440009=1 +0244000c=1 +024e0000=1 +024e0001=1 +024e0003=1 +024e0006=1 +024e0009=1 +02530000=1 +02530001=1 +02530002=1 +02530003=1 +02530004=1 +02530005=1 +02530006=1 +02530007=1 +02530008=1 +0253000a=1 +0253000d=1 +0253000e=1 +02530010=1 +02760000=1 +02760001=1 +02760003=1 +02760004=1 +02760005=1 +02760006=1 +02760007=1 +02760008=1 +02760009=1 +0276000a=1 +0276000c=1 +0276000d=1 +0276000e=1 +02760010=1 +02760011=1 +02760013=1 +02760015=1 +02760017=1 +02760019=1 +0276001a=1 +0276001c=1 +0276001e=1 +0276001f=1 +02760020=1 +02760021=1 +02940000=1 +02940001=1 +02940003=1 +02940004=1 +02940006=1 +02940007=1 +02940008=1 +029e0000=1 +029e0001=1 +029e0003=1 +029e0004=1 +029e0005=1 +029e0006=1 +029e0007=1 +029e0008=1 +02a80001=1 +02a80003=1 +02a80005=1 +02a80006=1 +02a80007=1 +02a90001=1 +02a90003=1 +02a90005=1 +02aa0001=1 +02aa0004=1 +02aa0005=1 +02aa0006=1 +02ab0001=1 +02ab0004=1 +02ab0005=1 +02ab0006=1 +03f20000=1 +03f20001=1 +03f20003=1 +03f20004=1 +03f20005=1 +03f20006=1 +03f20007=1 +03f20008=1 +03fe0000=1 +03fe0001=1 +03fe0003=1 +03fe0004=1 +03fe0005=1 +04030000=1 +04030001=1 +04030003=1 +04030004=1 +04030006=1 +04030008=1 +0403000a=1 +0403000b=1 +0403000c=1 +0403000d=1 +04060000=1 +04060001=1 +04060003=1 +04060004=1 +04060005=1 +04060006=1 +04060008=1 +0406000a=1 +0406000c=1 +0406000e=1 +0406000f=1 +04060010=1 +04060011=1 +04100000=1 +04100001=1 +04100003=1 +04100006=1 +04100007=1 +04100008=1 +04150000=1 +04150001=1 +04150003=1 +04150004=1 +04150005=1 +04150006=1 +04150007=1 +041a0000=1 +041a0001=1 +041a0002=1 +041a0003=1 +041a0004=1 +041a0005=1 +041a0006=1 +041a0007=1 +041a0008=1 +041a0009=1 +041a000a=1 +041a000b=1 +041f0000=1 +041f0001=1 +041f0003=1 +041f0004=1 +041f0005=1 +04240000=1 +04240001=1 +04240002=1 +04240004=1 +04240005=1 +04240006=1 +04290000=1 +04290001=1 +04290002=1 +04290003=1 +04290004=1 +042e0000=1 +042e0001=1 +042e0004=1 +042e0007=1 +042e0008=1 +042e0009=1 +042e000a=1 +042e000b=1 +04310000=1 +04310001=1 +04310003=1 +04310005=1 +04310007=1 +04310008=1 +04310009=1 +0431000a=1 +04380001=1 +04380003=1 +04380005=1 +04380006=1 +04380007=1 +04380008=1 +04380009=1 +043a0000=1 +043a0001=1 +043a0003=1 +043a0004=1 +043a0005=1 +043a0006=1 +043a0007=1 +043d0000=1 +043d0001=1 +043d0002=1 +043d0003=1 +043d0005=1 +043d0007=1 +043d0008=1 +043d0009=1 +043d000a=1 +043d000b=1 +043d000c=1 +043d000d=1 +043d000e=1 +043d000f=1 +043d0010=1 +04510000=1 +04510001=1 +04510002=1 +04510003=1 +04510005=1 +04510007=1 +04510009=1 +0451000a=1 +0451000b=1 +0451000d=1 +0451000e=1 +0451000f=1 +04510011=1 +04510012=1 +04510014=1 +04510015=1 +04510016=1 +04510017=1 +04510018=1 +04560000=1 +04560001=1 +04560002=1 +04560003=1 +04560004=1 +04600000=1 +04600001=1 +04600002=1 +04600003=1 +04600004=1 +04600006=1 +04600008=1 +046a0000=1 +046a0001=1 +046a0002=1 +046a0003=1 +046a0004=1 +046a0006=1 +046a0008=1 +046f0000=1 +046f0001=1 +046f0002=1 +046f0003=1 +046f0004=1 +046f0006=1 +04740000=1 +04740001=1 +04740002=1 +04740003=1 +04740004=1 +04740005=1 +08fc0000=1 +08fc0001=1 +08fc0003=1 +08fc0005=1 +08fc0007=1 +08fc0008=1 +08fc000b=1 +08fc000e=1 +08fc000f=1 +08fc0010=1 +08fc0013=1 +08fc0016=1 +08fc0017=1 +09100000=1 +09100001=1 +09100003=1 +09100005=1 +09100007=1 +09100008=1 +09100009=1 +0910000c=1 +0910000f=1 +09100010=1 +09240000=1 +09240001=1 +09240003=1 +09240008=1 +09240009=1 +0924000a=1 +092e0000=1 +092e0001=1 +092e0003=1 +092e0004=1 +092e0007=1 +092e0008=1 +094c0000=1 +094c0001=1 +094c0004=1 +094c0005=1 +094c0006=1 +094c0007=1 +094c0008=1 +094c000a=1 +094c000b=1 +094c000c=1 +094c000d=1 +094c000e=1 +099c0000=1 +099c0001=1 +099c0003=1 +099c0005=1 +099c0006=1 +09ba0000=1 +09ba0001=1 +09ba0003=1 +09ba0004=1 +09ba0006=1 +09ba0007=1 +09ba0008=1 +09ba000a=1 +09ba000b=1 +09ba000c=1 +09ba000d=1 +09ba000e=1 +09ba0010=1 +09ba0012=1 +09ba0013=1 +09ba0014=1 +09c40002=1 +09c40004=1 +09c40005=1 +09c40007=1 +09c40008=1 +09c40009=1 +09c4000a=1 +09c4000c=1 +09c4000f=1 +09c40010=1 +09c40011=1 +09c40012=1 +09c40014=1 +09c40016=1 +09e20000=1 +09e20001=1 +09e20003=1 +09e20004=1 +09e20005=1 +09e20006=1 +09e20007=1 +09e20008=1 +09ec0000=1 +09ec0001=1 +09ec0003=1 +09ec0005=1 +09ec0007=1 +09ec0009=1 +09ec000b=1 +09ec000d=1 +09ec000f=1 +09ec0010=1 +09ec0011=1 +09ec0012=1 +0a000000=1 +0a000002=1 +0a000003=1 +0a000004=1 +0a000005=1 +0a000006=1 +0a000007=1 +0a000008=1 +0a000009=1 +0a00000b=1 +0a00000c=1 +0a00000f=1 +0a000013=1 +0a000014=1 +0a000015=1 +0a000016=1 +0a00001b=1 +0a00001f=1 +0a000020=1 +0a000021=1 +0a000022=1 +0a000023=1 +0a280000=1 +0a280001=1 +0a280003=1 +0a280004=1 +0a280005=1 +0a280006=1 +0a280007=1 +0a280008=1 +0a280009=1 +0a28000a=1 +0a28000b=1 +0a28000c=1 +0a28000e=1 +0a280010=1 +0a280012=1 +0a280014=1 +0a280016=1 +0a280018=1 +0a28001a=1 +0a28001b=1 +0a28001c=1 +0a28001d=1 +0a4b0000=1 +0a4b0001=1 +0a4b0002=1 +0a4b0003=1 +0a4b0004=1 +0a4b0005=1 +0a4b0006=1 +0a4b0007=1 +0a4b0008=1 +0a550000=1 +0a550001=1 +0a550002=1 +0a550003=1 +0a550004=1 +0a550005=1 +0a550006=1 +0a550007=1 +0a550008=1 +0a640000=1 +0a640001=1 +0a640002=1 +0a640003=1 +0a640004=1 +0a640005=1 +0a640006=1 +0a640007=1 +0a640008=1 +0a640009=1 +0a64000a=1 +0a64000b=1 +0a6e0000=1 +0a6e0001=1 +0a6e0002=1 +0a6e0003=1 +0a6e0004=1 +0a6e0005=1 +0a6e0006=1 +0a780000=1 +0a780001=1 +0a780002=1 +0a780003=1 +0a780005=1 +0a780007=1 +0a780008=1 +0a78000a=1 +0a8c0000=1 +0a8c0001=1 +0a8c0002=1 +0a8c0003=1 +0a8c0004=1 +0aaa0000=1 +0aaa0001=1 +0aaa0003=1 +0aaa0005=1 +0aaa0006=1 +0aaa0007=1 +0aaa0008=1 +0aaa0009=1 +0ab40000=1 +0ab40001=1 +0ab40003=1 +0ab40004=1 +0ab40005=1 +0ab40007=1 +0ab40008=1 +0ab40009=1 +0ab4000a=1 +0ab4000b=1 +0abe0000=1 +0abe0001=1 +0abe0003=1 +0abe0004=1 +0abe0005=1 +0abe0007=1 +0abe0008=1 +0abe0009=1 +0ac30000=1 +0ac30001=1 +0ac30003=1 +0ac30004=1 +0ac30005=1 +0ac30006=1 +0ac80000=1 +0ac80001=1 +0ac80002=1 +0ac80003=1 +0ac80005=1 +0ac80006=1 +0ad20000=1 +0ad20001=1 +0ad20002=1 +0ad20003=1 +0ad20004=1 +0ad20006=1 +0ad20009=1 +0ad2000a=1 +0ad70000=1 +0ad70001=1 +0ad70002=1 +0ad70003=1 +0ad70005=1 +0ad70007=1 +0ad70008=1 +0adc0000=1 +0adc0003=1 +0adc0004=1 +0ae10000=1 +0ae10001=1 +0ae10004=1 +0ae10005=1 +0ae10006=1 +0ae10007=1 +0ae10008=1 +0ae60000=1 +0ae60001=1 +0ae60003=1 +0ae60005=1 +0ae60006=1 +0ae60009=1 +0ae6000a=1 +0ae6000b=1 +0ae6000c=1 +0af00000=1 +0af00001=1 +0af00003=1 +0af00004=1 +0af00006=1 +0af00007=1 +0af00008=1 +0af00009=1 +0af0000b=1 +0af0000c=1 +0b0e0000=1 +0b0e0001=1 +0b0e0002=1 +0b0e0006=1 +0b0e0007=1 +0b0e0008=1 +0b0e0009=1 +0b900000=1 +0b900001=1 +0b900002=1 +17de0000=1 +17de0002=1 +17de0005=1 +17de0007=1 +17de0008=1 +17de0009=1 +17de000a=1 +17de000b=1 +17de000c=1 +17de000e=1 +17de000f=1 +17de0010=1 +17f20000=1 +17f20001=1 +17f20002=1 +17f20003=1 +17f20004=1 +17f20005=1 +17f20006=1 +17f20008=1 +17f2000a=1 +17f2000b=1 +17f2000c=1 +18400000=1 +18400001=1 +18400002=1 +18400003=1 +18400004=1 +18400005=1 +18400006=1 +18400008=1 +1840000a=1 +1840000b=1 +184c0000=1 +184c0001=1 +184c0003=1 +184c0004=1 +184c0005=1 +184c0006=1 + +[MenusTranslation] +177a0000=1 +177a0001=1 +177a0002=1 +177a0004=1 +177a0005=1 +177a0006=1 +177a0008=1 +177a0009=1 +177a000b=1 +177a000c=1 +177a000e=1 +177a000f=1 +177a0010=1 +177a0011=1 +177a0013=1 +177a0014=1 +177a0015=1 +177a0016=1 +177a0017=1 +177a0018=1 +177a0019=1 +177a001b=1 +177a001c=1 +177a001e=1 +177a0020=1 +177a0022=1 +177a0024=1 +177a0025=1 +177a0026=1 +177a0028=1 +177a0029=1 +177a002a=1 +177a002b=1 +177b0001=1 +177b0002=1 +177b0004=1 +177b0006=1 +177b0007=1 +177b0008=1 +177b000a=1 +177b000b=1 +177b000d=1 +177b000f=1 + +[StringsTranslation] +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +00000401=1 +00000442=1 +00000443=1 +00002710=1 +00002711=1 +00002712=1 +00002713=1 +00002714=1 +00002715=1 +00002716=1 +00002717=1 +00002718=1 +0000271a=1 +0000271d=1 +0000271e=1 +00002720=1 +00002721=1 +00002722=1 +00002723=1 +00002724=1 +00002725=1 +00002726=1 +00002727=1 +00002728=1 +0000272a=1 +0000272b=1 +0000272c=1 +0000272d=1 +0000272e=1 +0000272f=1 +00002730=1 +00002731=1 +00002732=1 +00002733=1 +00002734=1 +00002735=1 +00002736=1 +00002737=1 +00002738=1 +00002739=1 +0000273b=1 +0000273c=1 +0000273d=1 +0000273e=1 +0000273f=1 +00002740=1 +00002743=1 +00002744=1 +00002745=1 +00002746=1 +00002747=1 +00002748=1 +00002749=1 +0000274a=1 +0000274b=1 +0000274c=1 +0000274d=1 +0000274e=1 +0000274f=1 +00002750=1 +00002751=1 +00002752=1 +00002753=1 +00002754=1 +00002755=1 +00002756=1 +00002757=1 +00002758=1 +00002759=1 +0000275a=1 +0000275b=1 +0000275c=1 +0000275d=1 +0000275f=1 +00002760=1 +00002761=1 +00002762=1 +00002763=1 +00002764=1 +00002765=1 +00002766=1 +00002767=1 +00002768=1 +00002769=1 +0000276a=1 +0000276b=1 +0000276c=1 +0000276d=1 +0000276e=1 +0000276f=1 +00002770=1 +00002771=1 +00002772=1 +00002773=1 +00002774=1 +00002775=1 +00002776=1 +00002777=1 +00002778=1 +00002779=1 +0000277a=1 +0000277b=1 +0000277c=1 +0000277d=1 +0000277f=1 +00002780=1 +00002781=1 +00002782=1 +00002783=1 +00002784=1 +00002785=1 +00002786=1 +00002787=1 +00002788=1 +00002789=1 +0000278a=1 +0000278b=1 +0000278c=1 +0000278d=1 +0000278e=1 +0000278f=1 +00002791=1 +00002792=1 +00002793=1 +00002794=1 +00002795=1 +00002796=1 +00002797=1 +00002798=1 +00002799=1 +0000279a=1 +0000279b=1 +0000279c=1 +0000279d=1 +0000279e=1 +0000279f=1 +000027a0=1 +000027a1=1 +000027a3=1 +000027a4=1 +000027a5=1 +000027a6=1 +000027a7=1 +000027a8=1 +000027a9=1 +000027aa=1 +000027ab=1 +000027ad=1 +000027ae=1 +000027b0=1 +000027b4=1 +000027b5=1 +000027b6=1 +000027b7=1 +000027b8=1 +000027b9=1 +000027ba=1 +000027bb=1 +000027bc=1 +000027bd=1 +000027be=1 +000027bf=1 +000027c0=1 +000027c1=1 +000027c2=1 +000027c3=1 +000027c4=1 +000027c5=1 +000027c6=1 +000027c7=1 +000027c8=1 +000027c9=1 +000027ca=1 +000027cb=1 +000027cc=1 +000027cd=1 +000027ce=1 +000027cf=1 +000027d0=1 +000027d1=1 +000027d2=1 +000027d3=1 +000027d4=1 +000027d6=1 +000027d7=1 +000027ec=1 +000027ed=1 +000027ee=1 +000027ef=1 +0000280e=1 +0000280f=1 +00002810=1 +00002811=1 +00002812=1 +00002814=1 +00002815=1 +00002816=1 +00002817=1 +00002818=1 +00002819=1 +0000281a=1 +0000281b=1 +0000281c=1 +0000281e=1 +0000281f=1 +00002820=1 +00002821=1 +00002822=1 +00002823=1 +00002824=1 +00002825=1 +00002826=1 +00002828=1 +00002829=0 +0000282a=1 +0000282d=1 +0000282e=1 +0000282f=1 +00002830=1 +00002831=1 +00002832=1 +00002833=1 +00002834=1 +00002835=1 +00002836=1 +00002837=1 +00002838=1 +00002839=1 +0000283a=1 +0000283b=1 +0000283c=1 +0000283d=1 +0000283e=1 +0000283f=1 +00002840=1 +00002843=1 +00002844=1 +00002845=1 +00002846=1 +00002847=1 +00002848=1 +00002849=1 +0000284a=1 +0000284b=1 +0000284c=1 +0000284d=1 +0000284e=1 +0000284f=1 +00002850=1 +00002851=1 +00002852=1 +00002853=1 +00002854=1 +00002855=1 +00002856=1 +00002857=1 +00002858=1 +00002859=1 +0000285a=1 +0000285e=1 +0000285f=1 +00002860=1 +00002861=1 +00002862=1 +00002863=1 +00002864=1 +00002867=1 +00002868=1 +00002869=1 +0000286a=1 +0000286b=1 +0000286c=1 +0000286d=1 +0000286e=1 +0000286f=1 +00002870=1 +00002871=1 +00002872=1 +00002873=1 +00002874=1 +00002875=1 +00002876=1 +00002877=1 +00002878=1 +00002879=1 +0000287a=1 +0000287c=1 +0000287d=1 +0000287e=1 +0000287f=1 +00002880=1 +00002881=1 +00002882=1 +00002883=1 +00002884=1 +00002885=1 +00002886=1 +00002887=1 +00002888=1 +00002889=1 +0000288a=1 +0000288b=1 +0000288c=1 +0000288d=1 +0000288e=1 +0000288f=1 +00002890=1 +00002891=1 +00002892=1 +00002893=1 +00002894=1 +00002895=1 +00002896=1 +000028a0=1 +000028a1=1 +000028a2=1 +000028a3=1 +000028a4=1 +000028a6=1 +000028a8=1 +000028b4=1 +000028b5=1 +000028b8=1 +000028b9=1 +000028ba=1 +000028bb=1 +000028bd=1 +000028be=1 +000028bf=1 +000028c0=1 +000028c1=1 +000028c2=1 +000028c3=1 +000028c4=1 +000028c5=1 +000028c6=1 +000028c7=1 +000028c8=1 +000028c9=1 +000028ca=1 +000028cb=1 +000028cc=1 +000028cd=1 +000028cf=1 +000028d0=1 +000028d1=1 +000028d2=1 +000028d3=1 +000028d4=1 +000028d5=1 +000028d6=1 +000028d7=1 +000028d8=1 +000028d9=1 +000028da=1 +000028dc=1 +000028dd=1 +000028de=1 +000028df=1 +000028e1=1 +000028e2=1 +000028e3=1 +000028e4=1 +000028e5=1 +000028e6=1 +000028e7=1 +000028e8=1 +000028e9=1 +000028ea=1 +000028eb=1 +000028ec=1 +000028ed=1 +000028ee=1 +000028ef=1 +000028f0=1 +000028f1=1 +000028f2=1 +000028f3=1 +000028f4=1 +000028f5=1 +000028f6=1 +000028f7=1 +000028f8=1 +000028f9=1 +000028fa=1 +000028fb=1 +000028fc=1 +000028fd=1 +000028fe=1 +000028ff=1 +00002900=1 +00002901=1 +00002902=1 +00002903=1 +00002904=1 +00002905=1 +00002906=1 +00002907=1 +00002908=1 +00002909=1 +0000290a=1 +0000290b=1 +0000290c=1 +0000290d=1 +0000290e=1 +0000290f=1 +00002910=1 +00002911=1 +00002912=1 +00002913=1 +00002914=1 +00002915=1 +00002916=1 +00002917=1 +00002918=1 +00002922=1 +00002923=1 +00002924=1 +00002925=1 +00002926=1 +00002927=1 +00002928=1 +00002929=1 +0000292a=1 +0000292b=1 +0000292c=1 +00002936=1 +00002937=1 +00002938=1 +00002939=1 +0000293a=1 +0000293b=1 +0000293c=1 +0000293d=1 +0000293e=1 +0000293f=1 +00002944=1 +00002945=1 +00002946=1 +00002947=1 +00002948=1 +00002949=1 +0000294a=1 +0000294b=1 +0000294c=1 +0000294d=1 +0000294e=1 +0000294f=1 +00002950=1 +00002951=1 +00002952=1 +00002953=1 +00002954=1 +00002955=1 +00002956=1 +00002957=1 +00002958=1 +00002959=1 +00002963=1 +00002968=1 +00002969=1 +0000296a=1 +0000296b=1 +0000296c=1 +000029a9=1 +000029aa=1 +000029ab=1 +000029af=1 +000029b0=1 +000029b1=1 +000029b2=1 +000029b3=1 +000029b8=1 +000029b9=1 +000029c6=1 +000029c8=1 +000029c9=1 +000029ca=1 +000029cb=1 +000029cc=1 +000029ce=1 +000029cf=1 +000029d0=1 +000029d2=1 +000029d3=1 +000029d4=1 +000029d5=1 +000029d6=1 +000029d7=1 +000029d8=1 +000029db=1 +000029dc=1 +000029dd=1 +000029e0=1 +000029e1=1 +000029e2=1 +000029e3=1 +000029e5=1 +000029e6=1 +000029ea=1 +000029eb=1 +000029ec=1 +000029ee=1 +000029ef=1 +000029f0=1 +000029f1=1 +000029f2=1 +000029f3=1 +000029f4=1 +000029f5=1 +000029f9=1 +000029fa=1 +000029fb=1 +000029fd=1 +000029fe=1 +000029ff=1 +00002a00=1 +00002a01=1 +00002a02=1 +00002a03=1 +00002a07=1 +00002a08=1 +00002a0a=1 +00002a0b=1 +00002a0c=1 +00002a0d=1 +00002a0e=1 +00002a0f=1 +00002a10=1 +00002a11=1 +00002a12=1 +00002a13=1 +00002a1b=1 +00002a1d=1 +00002a1e=1 +00002a1f=1 +00002a20=1 +00002a21=1 +00002a22=1 +00002a23=1 +00002a24=1 +00002a25=1 +00002a26=1 +00002a27=1 +00002a28=1 +00002a29=1 +00002a2a=1 +00002a2b=1 +00002a2c=1 +00002a2d=1 +00002a2e=1 +00002a2f=1 +00002a30=1 +00002a31=1 +00002a32=1 +00002a33=1 +00002a34=1 +00002a35=1 +00002a36=1 +00002a37=1 +00002a38=1 +00002a3a=1 +00002a3b=1 +00002a3c=1 +00002a3d=1 +00002a3e=1 +00002a3f=1 +00002a42=1 +00002a43=1 +00002a44=1 +00002a45=1 +00002a49=1 +00002a4a=1 +00002a4b=1 +00002a4c=1 +00002a4d=1 +00002a4e=1 +00002a4f=1 +00002a50=1 +00002a51=1 +00002a52=1 +00002a53=1 +00002a54=1 +00002a58=1 +00002a59=1 +00002a5a=1 +00002a5b=1 +00002a5c=1 +00002a5d=1 +00002a5e=1 +00002a5f=1 +00002a60=1 +00002a61=1 +00002a6c=1 +00002a6d=1 +00002a6e=1 +00002a6f=1 +00002a70=1 +00002a71=1 +00002a73=1 +00002a74=1 +00002a75=1 +00002a76=1 +00002a77=1 +00002a78=1 +00002a79=1 +00002a7a=1 +00002a7b=1 +00002a80=1 +00002a81=1 +00002a82=1 +00002a83=1 +00002a84=1 +00002a85=1 +00002a86=1 +00002a87=1 +00002a8a=1 +00002a8b=1 +00002a8c=1 +00002a8d=1 +00002a8e=1 +00002a94=1 +00002a99=1 +00002a9e=1 +00002a9f=1 +00002aa8=1 +00002aa9=1 +00002aaa=1 +00002aab=1 +00002aad=1 +00002aae=1 +00002aaf=1 +00002ab2=1 +00002ab3=1 +00002ab4=1 +00002abc=1 +00002ac1=1 +00002ac2=1 +00002ac6=1 +00002ac7=1 +00002ac8=1 +00002ac9=1 +00002acb=1 +00002ad0=1 +00002ad1=1 +00002ad2=1 +00002ad3=1 +00002ad4=1 +00002ad5=1 +00002ada=1 +00002ae4=1 +00002ae5=1 +00002ae6=1 +00002ae9=1 +00002aea=1 +00002aeb=1 +00002af2=1 +00002af3=1 +00002af4=1 +00002af5=1 +00002af6=1 +00002af8=1 +00002af9=1 +00002afa=1 +00002afb=1 +00002afc=1 +00002afd=1 +00002afe=1 +00002aff=1 +00002b00=1 +00002b01=1 +00002b02=1 +00002b03=1 +00002b04=1 +00002b05=1 +00002b06=1 +00002b07=1 +00002b08=1 +00002b09=1 +00002b0a=1 +00002b0b=1 +00002b0c=1 +00002b0d=1 +00002b11=1 +00002b12=1 +00002b13=1 +00002b14=1 +00002b15=1 +00002b16=1 +00002b17=1 +00002b18=1 +00002b19=1 +00002b1a=1 +00002b1b=1 +00002b1c=1 +00002b1d=1 +00002b1e=1 +00002b1f=1 +00002b20=1 +00002b21=1 +00002b22=1 +00002b23=1 +00002b24=1 +00002b25=1 +00002b26=1 +00002b27=1 +00002b28=1 +00002b29=1 +00002b2a=1 +00002b2b=1 +00002b2c=1 +00002b2d=1 +00002b2e=1 +00002b2f=1 +00002b30=1 +00002b31=1 +00002b32=1 +00002b33=1 +00002b34=1 +00002b35=1 +00002b36=1 +00002b37=1 +00002b38=1 +00002b39=1 +00002b3a=1 +00002b3b=1 +00002b3c=1 +00002b3e=1 +00002b5e=1 +00002b5f=1 +00002b60=1 +00002bc9=1 +00002bca=1 +00002bcb=1 +00002bcf=1 +00002bd4=1 +00002bd5=1 +00002bd6=1 +00002bd7=1 +00002bd8=1 +00002bd9=1 +00002bda=1 +00002bdb=1 +00002bdc=1 +00002bdd=1 +00002bdf=1 +00002be8=1 +00002be9=1 +00002bed=1 +00002bee=1 +00002bf2=1 +00002bf7=1 +00002bf8=1 +00002bf9=1 +00002bfa=1 +00002bfb=1 +00002bfc=1 +00002bfd=1 +00002bfe=1 +00002bff=1 +00002c00=1 +00002c01=1 +00002c02=1 +00002c03=1 +00002c04=1 +00002c05=1 +00002c06=1 +00002c07=1 +00002c08=1 +00002ee0=1 +00002ee1=1 +00002ee2=1 +00002ee3=1 +00002ee4=1 +00002ee5=1 +00002ee6=1 +00002ee7=1 +00002ee8=1 +00002eea=1 +00002eeb=1 +00002eef=1 +00002ef4=1 +00002ef5=1 +00002ef6=1 +00002ef7=1 +00002ef8=1 +00002ef9=1 +00002efa=1 +00002f01=1 +00002f07=1 +00002f08=1 +00002f09=1 +00002f0a=1 +00002f0b=1 +00002f0c=1 +00002f0d=1 +00002f0e=1 +00002f0f=1 +00002f10=1 +00002f11=1 +00002f12=1 +00002f13=1 +00002f14=1 +00002f15=1 +00002f16=1 +00002f17=1 +00002f18=1 +00002f1c=1 +00002f1d=1 +00002f30=1 +00002f31=1 +00002f35=1 +00002f36=1 +00002f37=1 +00002f38=1 +00002f39=1 +00002f3a=1 +00002f3b=1 +00002f3c=1 +00002f3d=1 +00002f3e=1 +00002f3f=1 +00002f40=1 +00002f41=1 +00002f42=1 +00002f43=1 +00002f44=1 +00002f45=1 +00002f46=1 +00002f47=1 +00002f48=1 +00002f49=1 +00002f4a=1 +00002f4b=1 +00002f4c=1 +00002f4d=1 +00002f4e=1 +00002f4f=1 +00002f50=1 +00002f51=1 +00002f52=1 +00002f53=1 +00002f54=1 +00002f57=1 +00002f58=1 +00002f59=1 +00002f5a=1 +00002f5c=1 +00002f5d=1 +00002f5e=1 +00002f62=1 +00002f63=1 +00002f64=1 +00002f65=1 +00002f66=1 +00002f67=1 +00002f68=1 +00002f69=1 +00002f6a=1 +00002f6b=1 +00002f6c=1 +00002f6d=1 +00002f6e=1 +00002f6f=1 +00002f71=1 +00002f72=1 +00002f73=1 +00002f74=1 +00002f80=1 +00002f85=1 +00002f8a=1 +00002f8b=1 +00002f8c=1 +00002f8d=1 +00002f94=1 +00002f95=1 +00002f9e=1 +00002fa8=1 +00002fa9=1 +00002fad=1 +00002fb2=1 +00002fb7=1 +00002fbc=1 +00002fc1=1 +00002fc2=1 +00002fc3=1 +00002fc6=1 +00002fc7=1 +00002fc9=1 +00002fcb=1 +00002fd0=1 +00002fd1=1 +00002fd2=1 +00002fd3=1 +00002fd4=1 +00002fd5=1 +00002fd6=1 +00002fd7=1 +00002fd8=1 +00002fd9=1 +00002fdf=1 +00002ffd=1 +00003002=1 +00003003=1 +00003007=1 +0000300c=1 +00003011=1 +00003012=1 +00003013=1 +00003014=1 +00003016=1 +00003017=1 +00003018=1 +00003019=1 +0000301a=1 +00003020=1 +00003025=1 +00003026=1 +0000302a=1 +0000302b=1 +0000302f=1 +00003034=1 +00003039=1 +0000303e=1 +0000303f=1 +00003040=1 +00003041=1 +00003042=1 +00003043=1 +00003044=1 +00003045=1 +00003048=1 +00003049=1 +0000304a=1 +0000304b=1 +0000304d=1 +00003052=1 +00003053=1 +00003054=1 +00003055=1 +0000305c=1 +0000305d=1 +0000305e=1 +0000305f=1 +00003060=1 +00003061=1 +00003062=1 +00003066=1 +00003067=1 +0000306b=1 +00003070=1 +00003071=1 +00003075=1 +00003076=1 +0000307a=1 +0000307b=1 +0000307c=1 +0000307d=1 +0000307e=1 +00003084=1 +00003085=1 +00003086=1 +00003089=1 +0000308a=1 +0000308e=1 +0000308f=1 +00003090=1 +00003091=1 +00003092=1 +00003093=1 +00003098=1 +00003099=1 +0000309a=1 +0000309b=1 +000030a2=1 +000030a3=1 +000030a4=1 +000030a5=1 +000030a6=1 +000030a7=1 +000030a8=1 +000030a9=1 +000030aa=1 +000030ab=1 +000030ac=1 +000030b1=1 +000030b2=1 +000030b3=1 +000030b4=1 +000030b5=1 +000030b6=1 +000030ba=1 +000030bb=1 +000030bc=1 +000030bd=1 +000030c0=1 +000030c1=1 +000030c2=1 +000030c3=1 +00003201=1 +00003202=1 +00003203=1 +00003204=1 +00003205=1 +00003206=1 +00003207=1 +00003208=1 +00003209=1 +0000320a=1 +0000320b=1 +0000320c=1 +0000320d=1 +0000320f=1 +00003210=1 +00003212=1 +00003214=1 +00003215=1 +00003216=1 +00003217=1 +00003218=1 +00003219=1 +0000321a=1 +0000321c=1 +0000321d=1 +0000321e=1 +0000321f=1 +00003220=1 +00003221=1 +00003222=1 +00003223=1 +00003224=1 +00003225=1 +00003226=1 +00003227=1 +00003228=1 +00003229=1 +0000322a=1 +0000322b=1 +0000322c=1 +0000322d=1 +000032c8=1 +000032c9=1 +000032ca=1 +000032cb=1 +000032cc=1 +000032cd=1 +000032ce=1 +000032cf=1 +000032d0=1 +000032d1=1 +000032d2=1 +000032d3=1 +000032d4=1 +000032d5=1 +000032d6=1 +000032d7=1 +000032d8=1 +000032d9=1 +000032da=1 +000032dc=1 +000032dd=1 +000032de=1 +000032df=1 +000032e0=1 +000032e1=1 +000032e2=1 +000032e3=1 +000032e4=1 +000032e5=1 +000032e6=1 +000032ea=1 +000032eb=1 +000032ec=1 +000032ed=1 +000032ee=1 +000032ef=1 +000032f0=1 +000032f1=1 +000032f2=1 +000032f3=1 +000032f4=1 +000032f5=1 +000032f6=1 +000032f7=1 +000032f8=1 +00003304=1 +00003305=1 +00003306=1 +00003307=1 +00003308=1 +00003309=1 +0000330a=1 +0000330b=1 +0000330c=1 +0000330d=1 +0000330e=1 +0000330f=1 +00003310=1 +00003311=1 +00003312=1 +00003313=1 +00003314=1 +00003315=1 +00003316=1 +00003317=1 +00003318=1 +00003319=1 +0000331a=1 +0000331b=1 +0000331c=1 +0000331d=1 +0000331e=1 +00003322=1 +00003323=1 +00003324=1 +00003325=1 +00003326=1 +00003327=1 +00003328=1 +00003329=1 +0000332a=1 +0000332b=1 +0000332c=1 +0000332d=1 +0000332e=1 +0000332f=1 +00003330=1 +00003331=1 +00003333=1 +00003335=1 +00003336=1 +00003337=1 +00003338=1 +00003339=1 +0000333a=1 +0000333b=1 +0000333c=1 +0000333d=1 +0000333e=1 +0000333f=1 +00003340=1 +00003341=1 +00003342=1 +00003343=1 +00003344=1 +00003345=1 +00003346=1 +00003347=1 +0000334a=1 +0000334b=1 +0000334c=1 +00003354=1 +00003355=1 +00003356=1 +00003357=1 +00003358=1 +00003359=1 +0000335a=1 +0000335b=1 +0000335c=1 +0000335d=1 +0000335e=1 +0000335f=1 +00003360=1 +00003361=1 +00003362=1 +00003363=1 +00003364=1 +00003365=1 +00003366=1 +00003367=1 +00003368=1 +00003369=1 +0000336a=1 +0000336b=1 +0000336c=1 +0000336d=1 +0000336e=1 +0000336f=1 +00003372=1 +00003373=1 +00003386=1 +00003387=1 +00003388=1 +00003389=1 +0000338a=1 +0000338c=1 +0000338d=1 +0000338f=1 +00003390=1 +00003392=1 +000033f4=1 +000033f5=1 +000033f6=1 +000033f7=1 +000033f8=1 +000033f9=1 +000033fa=1 +000033fb=1 +000033fc=1 +000033fd=1 +000033fe=1 +000033ff=1 +00003400=1 +00003401=1 +00003402=1 +00003403=1 +00003408=1 +00003409=1 +0000340a=1 +0000340b=1 +0000340c=1 +0000340d=1 +0000340e=1 +0000340f=1 +00003410=1 +00003412=1 +00003413=1 +00003414=1 +00003415=1 +00003416=1 +0000341c=1 +0000341d=1 +0000341e=1 +0000341f=1 +00003420=1 +00003421=1 +00003422=1 +00003423=1 +00003426=1 +0000342b=1 +0000342c=1 +0000342d=1 +0000342e=1 +0000342f=1 +00003430=1 +00003431=1 +00003432=1 +00003433=1 +00003434=1 +00003435=1 +00003436=1 +00003437=1 +00003438=1 +00003439=1 +00003444=1 +00003445=1 +00003446=1 +00003447=1 +00003448=1 +00003449=1 +0000344a=1 +0000344b=1 +0000344c=1 +00003458=1 +00003459=1 +0000345a=1 +0000345b=1 +0000345c=1 +00003485=1 +00003486=1 +0000348a=1 +0000348b=1 +0000348c=1 +0000348d=1 +0000348e=1 +0000348f=1 +00003490=1 +00003491=1 +00003492=1 +00003493=1 +00003494=1 +00003495=1 +00003496=1 +00003497=1 +0000349e=1 +0000349f=1 +000034a0=1 +000034a1=1 +000034a2=1 +000034a3=1 +000034a4=1 +000034a5=1 +000034a6=1 +000034ef=1 +000034f1=1 +000034f2=1 +000034f3=1 +000034f4=1 +000034f5=1 +000034f6=1 +000034f7=1 +000034f8=1 +000034f9=1 +000034fa=1 +000034fb=1 +000034fc=1 +00003566=1 +00003567=1 +00003568=1 +00003569=1 +0000356a=1 +0000356b=1 +0000356c=1 +00003570=1 +00003571=1 +00003572=1 +00003573=1 +00003574=1 +00003575=1 +00003576=1 +00003577=1 +00003584=1 +00003585=1 +0000358e=1 +0000358f=1 +00003590=1 +00003591=1 +00003598=1 +0000359d=1 +000035a2=1 +000035a3=1 +000035a7=1 +000035a8=1 +000035a9=1 +000035ac=1 +000035ad=1 +000035ae=1 +000035af=1 +000035b6=1 +000035b7=1 +000035b8=1 +000035bb=1 +000035bc=1 +000035bd=1 +000035c0=1 +000035c5=1 +000035ca=1 +000035cb=1 +000035cf=1 +000035d0=1 +000035d1=1 +000035d2=1 +000035d3=1 +000035e8=1 +000035e9=1 +000035ea=1 +000035ed=1 +000035ee=1 +000035ef=1 +000035f0=1 +000035f1=1 +000035f7=1 +000035fc=1 +000035fd=1 +00003601=1 +0000361a=1 +0000361f=1 +00003620=1 +00003621=1 +00003629=1 +0000362a=1 +0000362b=1 +0000362e=1 +0000362f=1 +00003630=1 +00003631=1 +00003638=1 +00003639=1 +0000363a=1 +0000363d=1 +0000363e=1 +00003642=1 +00003643=1 +0000364c=1 +0000364d=1 +0000364e=1 +0000364f=1 +00003650=1 +00003651=1 +00003652=1 +00003653=1 +00003656=0 +00003657=1 +0000365b=1 +0000365c=1 +00003660=1 +00003661=1 +00003665=1 +00003666=1 +00003667=1 +00003668=1 +00003669=1 +0000366c=1 +0000366d=1 +0000366e=1 +00003679=1 +0000367a=1 +0000367b=1 +0000367e=1 +0000367f=1 +00003680=1 +00003681=1 +00003682=1 +00003688=1 +0000368d=1 +0000368e=1 +00003692=1 +00003693=1 +00003694=1 +00003695=1 +00003696=1 +00003697=1 +00003698=1 +0000369c=1 +0000369d=1 +0000369e=1 +0000369f=1 +000036a0=1 +000036a1=1 +000036a2=1 +000036a6=1 +000036a7=1 +000036a8=1 +000036a9=1 +000036b0=1 +000036b5=1 +000036ba=1 +000036bb=1 +000036bc=1 +000036c4=1 +000036c5=1 +000036c6=1 +000036c7=1 +000036c8=1 +000036c9=1 +000036ca=1 +000036ce=1 +000036cf=1 +000036d0=1 +000036d8=1 +000036d9=1 +000036da=1 +000036db=1 +000036dc=1 +000036dd=1 +000036de=1 +000036e2=1 +000036e3=1 +000036e4=1 +000036e5=1 +000036ed=1 +000036ee=1 +000036ef=1 +000036f0=1 +000036f1=1 +000036f2=1 +000036f3=1 +000036f4=1 +000036f6=1 +000036f7=1 +000036f8=1 +000036f9=1 +000036fa=1 +000036fb=1 +00003714=1 +00003746=1 +00003747=1 +0000374b=1 +00003750=1 +00003755=1 +00003756=1 +00003757=1 +00003758=1 +0000375a=1 +0000375b=1 +00003764=1 +00003765=1 +00003769=1 +0000376a=1 +0000376b=1 +0000376c=1 +0000376d=1 +00003773=1 + +[Relayout] + diff --git a/translations/german/7zip.slt b/translations/projects/German/slt/7zip.slt similarity index 99% rename from translations/german/7zip.slt rename to translations/projects/German/slt/7zip.slt index b6b94e9ec..7bae6a22d 100644 --- a/translations/german/7zip.slt +++ b/translations/projects/German/slt/7zip.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\german\7zip.atp" +PROJECTNAME,"translator\salamand 5.0\projects\german\7zip.atp" TEXTVERSION,"1.31 (x86)" VERSION,"1,3,1,180" diff --git a/translations/german/automation.slt b/translations/projects/German/slt/automation.slt similarity index 97% rename from translations/german/automation.slt rename to translations/projects/German/slt/automation.slt index 1c7a2de8e..640fe3b10 100644 --- a/translations/german/automation.slt +++ b/translations/projects/German/slt/automation.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\german\automation.atp" +PROJECTNAME,"translator\salamand 5.0\projects\german\automation.atp" TEXTVERSION,"1.7 (x86)" VERSION,"1,7,0,180" diff --git a/translations/german/checksum.slt b/translations/projects/German/slt/checksum.slt similarity index 98% rename from translations/german/checksum.slt rename to translations/projects/German/slt/checksum.slt index 8e7b82f56..d7efc5aa5 100644 --- a/translations/german/checksum.slt +++ b/translations/projects/German/slt/checksum.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\german\checksum.atp" +PROJECTNAME,"translator\salamand 5.0\projects\german\checksum.atp" TEXTVERSION,"2.2 (x86)" VERSION,"2,2,0,180" diff --git a/translations/german/checkver.slt b/translations/projects/German/slt/checkver.slt similarity index 99% rename from translations/german/checkver.slt rename to translations/projects/German/slt/checkver.slt index 9972ae8be..4e7c2179e 100644 --- a/translations/german/checkver.slt +++ b/translations/projects/German/slt/checkver.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\german\checkver.atp" +PROJECTNAME,"translator\salamand 5.0\projects\german\checkver.atp" TEXTVERSION,"1.26 (x86)" VERSION,"1,2,6,180" diff --git a/translations/german/dbviewer.slt b/translations/projects/German/slt/dbviewer.slt similarity index 98% rename from translations/german/dbviewer.slt rename to translations/projects/German/slt/dbviewer.slt index 388383464..0ec41a363 100644 --- a/translations/german/dbviewer.slt +++ b/translations/projects/German/slt/dbviewer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\german\dbviewer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\german\dbviewer.atp" TEXTVERSION,"1.23 (x86)" VERSION,"1,2,3,180" diff --git a/translations/german/diskmap.slt b/translations/projects/German/slt/diskmap.slt similarity index 96% rename from translations/german/diskmap.slt rename to translations/projects/German/slt/diskmap.slt index 072437a67..8aafb02a8 100644 --- a/translations/german/diskmap.slt +++ b/translations/projects/German/slt/diskmap.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\german\diskmap.atp" +PROJECTNAME,"translator\salamand 5.0\projects\german\diskmap.atp" TEXTVERSION,"1.12 (x86)" VERSION,"1,1,2,180" diff --git a/translations/german/filecomp.slt b/translations/projects/German/slt/filecomp.slt similarity index 99% rename from translations/german/filecomp.slt rename to translations/projects/German/slt/filecomp.slt index db8e88442..43f93e821 100644 --- a/translations/german/filecomp.slt +++ b/translations/projects/German/slt/filecomp.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\german\filecomp.atp" +PROJECTNAME,"translator\salamand 5.0\projects\german\filecomp.atp" TEXTVERSION,"1.19 (x86)" VERSION,"1,1,9,180" diff --git a/translations/german/ftp.slt b/translations/projects/German/slt/ftp.slt similarity index 99% rename from translations/german/ftp.slt rename to translations/projects/German/slt/ftp.slt index f61fa7c4a..55726f67a 100644 --- a/translations/german/ftp.slt +++ b/translations/projects/German/slt/ftp.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\german\ftp.atp" +PROJECTNAME,"translator\salamand 5.0\projects\german\ftp.atp" TEXTVERSION,"1.35 (x86)" VERSION,"1,3,5,180" diff --git a/translations/german/ieviewer.slt b/translations/projects/German/slt/ieviewer.slt similarity index 89% rename from translations/german/ieviewer.slt rename to translations/projects/German/slt/ieviewer.slt index adac28648..1475fe658 100644 --- a/translations/german/ieviewer.slt +++ b/translations/projects/German/slt/ieviewer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\german\ieviewer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\german\ieviewer.atp" TEXTVERSION,"1.12 (x86)" VERSION,"1,1,2,180" diff --git a/translations/german/mmviewer.slt b/translations/projects/German/slt/mmviewer.slt similarity index 99% rename from translations/german/mmviewer.slt rename to translations/projects/German/slt/mmviewer.slt index fb2374f7b..466d35a9b 100644 --- a/translations/german/mmviewer.slt +++ b/translations/projects/German/slt/mmviewer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\german\mmviewer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\german\mmviewer.atp" TEXTVERSION,"1.16 (x86)" VERSION,"1,1,6,180" diff --git a/translations/german/nethood.slt b/translations/projects/German/slt/nethood.slt similarity index 95% rename from translations/german/nethood.slt rename to translations/projects/German/slt/nethood.slt index 815de6d9b..7b5694259 100644 --- a/translations/german/nethood.slt +++ b/translations/projects/German/slt/nethood.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\german\nethood.atp" +PROJECTNAME,"translator\salamand 5.0\projects\german\nethood.atp" TEXTVERSION,"1.08 (x86)" VERSION,"1,0,8,180" diff --git a/translations/german/pak.slt b/translations/projects/German/slt/pak.slt similarity index 97% rename from translations/german/pak.slt rename to translations/projects/German/slt/pak.slt index 3caf6018f..6ed5972ce 100644 --- a/translations/german/pak.slt +++ b/translations/projects/German/slt/pak.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\german\pak.atp" +PROJECTNAME,"translator\salamand 5.0\projects\german\pak.atp" TEXTVERSION,"1.71 (x86)" VERSION,"1,7,1,180" diff --git a/translations/german/peviewer.slt b/translations/projects/German/slt/peviewer.slt similarity index 95% rename from translations/german/peviewer.slt rename to translations/projects/German/slt/peviewer.slt index 4b0623bca..ec94c5f07 100644 --- a/translations/german/peviewer.slt +++ b/translations/projects/German/slt/peviewer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\german\peviewer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\german\peviewer.atp" TEXTVERSION,"3.0 (x86)" VERSION,"3,0,0,180" diff --git a/translations/german/pictview.slt b/translations/projects/German/slt/pictview.slt similarity index 99% rename from translations/german/pictview.slt rename to translations/projects/German/slt/pictview.slt index 95e77790c..f19466989 100644 --- a/translations/german/pictview.slt +++ b/translations/projects/German/slt/pictview.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\german\pictview.atp" +PROJECTNAME,"translator\salamand 5.0\projects\german\pictview.atp" TEXTVERSION,"2.13 (x86)" VERSION,"2,1,3,180" diff --git a/translations/german/regedt.slt b/translations/projects/German/slt/regedt.slt similarity index 99% rename from translations/german/regedt.slt rename to translations/projects/German/slt/regedt.slt index 6b4ac032b..a5d1e4cc0 100644 --- a/translations/german/regedt.slt +++ b/translations/projects/German/slt/regedt.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\german\regedt.atp" +PROJECTNAME,"translator\salamand 5.0\projects\german\regedt.atp" TEXTVERSION,"1.14 (x86)" VERSION,"1,1,4,180" diff --git a/translations/german/renamer.slt b/translations/projects/German/slt/renamer.slt similarity index 99% rename from translations/german/renamer.slt rename to translations/projects/German/slt/renamer.slt index 9f7ee482f..aacd95c87 100644 --- a/translations/german/renamer.slt +++ b/translations/projects/German/slt/renamer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\german\renamer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\german\renamer.atp" TEXTVERSION,"1.13 (x86)" VERSION,"1,1,3,180" diff --git a/translations/german/salamand.slt b/translations/projects/German/slt/salamand.slt similarity index 99% rename from translations/german/salamand.slt rename to translations/projects/German/slt/salamand.slt index 186384a02..fca3acbfd 100644 --- a/translations/german/salamand.slt +++ b/translations/projects/German/slt/salamand.slt @@ -1,7 +1,7 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\german\salamand.atp" -TEXTVERSION,"4.0 (x86)" -VERSION,"4,0,0,180" +PROJECTNAME,"translator\salamand 5.0\projects\german\salamand.atp" +TEXTVERSION,"5.0 (x86)" +VERSION,"5,0,0,183" [TRANSLATION] LANGID,1031 @@ -302,6 +302,8 @@ SLGINCOMPLETE,"" 1150,10,97,196,8,1,"Copyright © 1997-2023 Open Salamander Authors" 1152,10,108,20,8,1,"Web:" 272,31,108,64,8,1,"www.altap.cz" +1153,10,119,165,8,1,"Open Salamander is free software" +1154,10,130,214,8,1,"Licensed under GNU General Public License version 2 or later" 286,2,154,294,1,1,"" [DIALOG 300] diff --git a/translations/german/splitcbn.slt b/translations/projects/German/slt/splitcbn.slt similarity index 98% rename from translations/german/splitcbn.slt rename to translations/projects/German/slt/splitcbn.slt index 5c70a4e94..ff0752c3d 100644 --- a/translations/german/splitcbn.slt +++ b/translations/projects/German/slt/splitcbn.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\german\splitcbn.atp" +PROJECTNAME,"translator\salamand 5.0\projects\german\splitcbn.atp" TEXTVERSION,"1.11 (x86)" VERSION,"1,1,1,180" diff --git a/translations/german/tar.slt b/translations/projects/German/slt/tar.slt similarity index 97% rename from translations/german/tar.slt rename to translations/projects/German/slt/tar.slt index dada45f87..655ed9c57 100644 --- a/translations/german/tar.slt +++ b/translations/projects/German/slt/tar.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\german\tar.atp" +PROJECTNAME,"translator\salamand 5.0\projects\german\tar.atp" TEXTVERSION,"3.34 (x86)" VERSION,"3,3,4,180" diff --git a/translations/german/unarj.slt b/translations/projects/German/slt/unarj.slt similarity index 98% rename from translations/german/unarj.slt rename to translations/projects/German/slt/unarj.slt index fc515e57f..a3c42ae01 100644 --- a/translations/german/unarj.slt +++ b/translations/projects/German/slt/unarj.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\german\unarj.atp" +PROJECTNAME,"translator\salamand 5.0\projects\german\unarj.atp" TEXTVERSION,"1.21 (x86)" VERSION,"1,2,1,180" diff --git a/translations/german/uncab.slt b/translations/projects/German/slt/uncab.slt similarity index 98% rename from translations/german/uncab.slt rename to translations/projects/German/slt/uncab.slt index fcaa3f17d..5ae685a47 100644 --- a/translations/german/uncab.slt +++ b/translations/projects/German/slt/uncab.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\german\uncab.atp" +PROJECTNAME,"translator\salamand 5.0\projects\german\uncab.atp" TEXTVERSION,"1.27 (x86)" VERSION,"1,2,7,180" diff --git a/translations/german/unchm.slt b/translations/projects/German/slt/unchm.slt similarity index 95% rename from translations/german/unchm.slt rename to translations/projects/German/slt/unchm.slt index f915c0a25..abbbf475c 100644 --- a/translations/german/unchm.slt +++ b/translations/projects/German/slt/unchm.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\german\unchm.atp" +PROJECTNAME,"translator\salamand 5.0\projects\german\unchm.atp" TEXTVERSION,"1.03 (x86)" VERSION,"1,0,3,180" diff --git a/translations/german/undelete.slt b/translations/projects/German/slt/undelete.slt similarity index 99% rename from translations/german/undelete.slt rename to translations/projects/German/slt/undelete.slt index 84d1b6d71..61b21abfa 100644 --- a/translations/german/undelete.slt +++ b/translations/projects/German/slt/undelete.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\german\undelete.atp" +PROJECTNAME,"translator\salamand 5.0\projects\german\undelete.atp" TEXTVERSION,"1.11 (x86)" VERSION,"1,1,1,180" diff --git a/translations/german/unfat.slt b/translations/projects/German/slt/unfat.slt similarity index 94% rename from translations/german/unfat.slt rename to translations/projects/German/slt/unfat.slt index 9ff94e288..3f9c61a14 100644 --- a/translations/german/unfat.slt +++ b/translations/projects/German/slt/unfat.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\german\unfat.atp" +PROJECTNAME,"translator\salamand 5.0\projects\german\unfat.atp" TEXTVERSION,"1.1 (x86)" VERSION,"1,1,0,180" diff --git a/translations/german/uniso.slt b/translations/projects/German/slt/uniso.slt similarity index 98% rename from translations/german/uniso.slt rename to translations/projects/German/slt/uniso.slt index 7f538130a..8e8d5862d 100644 --- a/translations/german/uniso.slt +++ b/translations/projects/German/slt/uniso.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\german\uniso.atp" +PROJECTNAME,"translator\salamand 5.0\projects\german\uniso.atp" TEXTVERSION,"1.37 (x86)" VERSION,"1,3,7,180" diff --git a/translations/german/unlha.slt b/translations/projects/German/slt/unlha.slt similarity index 95% rename from translations/german/unlha.slt rename to translations/projects/German/slt/unlha.slt index 2caa5dded..e387414e7 100644 --- a/translations/german/unlha.slt +++ b/translations/projects/German/slt/unlha.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\german\unlha.atp" +PROJECTNAME,"translator\salamand 5.0\projects\german\unlha.atp" TEXTVERSION,"1.13 (x86)" VERSION,"1,1,3,180" diff --git a/translations/german/unmime.slt b/translations/projects/German/slt/unmime.slt similarity index 95% rename from translations/german/unmime.slt rename to translations/projects/German/slt/unmime.slt index f280192da..d2f71a4e3 100644 --- a/translations/german/unmime.slt +++ b/translations/projects/German/slt/unmime.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\german\unmime.atp" +PROJECTNAME,"translator\salamand 5.0\projects\german\unmime.atp" TEXTVERSION,"1.14 (x86)" VERSION,"1,1,4,180" diff --git a/translations/german/unrar.slt b/translations/projects/German/slt/unrar.slt similarity index 98% rename from translations/german/unrar.slt rename to translations/projects/German/slt/unrar.slt index 1ef4f8a2a..15c917a9e 100644 --- a/translations/german/unrar.slt +++ b/translations/projects/German/slt/unrar.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\german\unrar.atp" +PROJECTNAME,"translator\salamand 5.0\projects\german\unrar.atp" TEXTVERSION,"3.01 (x86)" VERSION,"3,0,1,180" diff --git a/translations/german/wmobile.slt b/translations/projects/German/slt/wmobile.slt similarity index 98% rename from translations/german/wmobile.slt rename to translations/projects/German/slt/wmobile.slt index 1c49d9b47..0b074a0a2 100644 --- a/translations/german/wmobile.slt +++ b/translations/projects/German/slt/wmobile.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\german\wmobile.atp" +PROJECTNAME,"translator\salamand 5.0\projects\german\wmobile.atp" TEXTVERSION,"1.08 (x86)" VERSION,"1,0,8,180" diff --git a/translations/german/zip.slt b/translations/projects/German/slt/zip.slt similarity index 99% rename from translations/german/zip.slt rename to translations/projects/German/slt/zip.slt index dc5be3fa1..d61dbaa62 100644 --- a/translations/german/zip.slt +++ b/translations/projects/German/slt/zip.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\german\zip.atp" +PROJECTNAME,"translator\salamand 5.0\projects\german\zip.atp" TEXTVERSION,"1.39 (x86)" VERSION,"1,3,9,180" diff --git a/translations/projects/German/splitcbn.atp b/translations/projects/German/splitcbn.atp new file mode 100644 index 000000000..7dad66de4 --- /dev/null +++ b/translations/projects/German/splitcbn.atp @@ -0,0 +1,117 @@ +[Files] +Original=$BUILD_DIR\plugins\splitcbn\lang\english.slg +Translated=$BUILD_DIR\plugins\splitcbn\lang\german.slg +Include=..\..\symbols\plugins\splitcbn\symbols.inc +SalMenu=..\..\symbols\plugins\splitcbn\salmenu.mnu +IgnoreList=..\..\symbols\plugins\splitcbn\ignore.lst +CheckList=..\..\symbols\plugins\splitcbn\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00650000=1 +00650001=1 +00650002=1 +00650003=1 +00650004=1 +00650005=1 +00650007=1 +00650008=1 +00650009=1 +00660000=1 +00660004=1 +00660005=1 +00660006=1 +00660009=1 +0066000c=1 +0066000d=1 +0066000e=1 +0066000f=1 +00670000=1 +00670001=1 +00670003=1 +00670004=1 +00670005=1 +00670006=1 +00670007=1 +00670008=1 +0067000a=1 +0067000c=1 +0067000d=1 +0067000e=1 +00680000=1 +00680001=1 +00680002=1 +00680005=1 + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000005=1 +00000006=1 +00000007=1 +00000008=1 +00000009=1 +0000000a=1 +0000000b=1 +0000000c=1 +0000000d=1 +0000000e=1 +0000000f=1 +00000010=1 +00000011=1 +00000012=1 +00000013=1 +00000015=1 +00000016=1 +00000017=1 +00000018=1 +00000019=1 +0000001a=1 +0000001b=1 +0000001c=1 +0000001d=1 +0000001e=1 +0000001f=1 +00000020=1 +00000021=1 +00000022=1 +00000023=1 +00000024=1 +00000025=1 +00000026=1 +00000027=1 +00000028=1 +00000029=1 +0000002a=1 +0000002b=1 +0000003f=1 +00000040=1 +00000043=1 +00000044=1 +00000045=1 +00000046=1 +00000047=1 +00000048=1 +00000049=1 +0000004a=1 +0000004b=1 +0000004c=1 +0000004d=1 +0000004e=1 +0000004f=1 +00000050=1 +00000051=1 +00000052=1 + +[Relayout] + diff --git a/translations/projects/German/tar.atp b/translations/projects/German/tar.atp new file mode 100644 index 000000000..cdc54f229 --- /dev/null +++ b/translations/projects/German/tar.atp @@ -0,0 +1,61 @@ +[Files] +Original=$BUILD_DIR\plugins\tar\lang\english.slg +Translated=$BUILD_DIR\plugins\tar\lang\german.slg +Include=..\..\symbols\plugins\tar\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +00002bc0=1 +00002bc1=1 +00002bc2=1 +00002bc3=1 +00002bc4=1 +00002bc5=1 +00002bc6=1 +00002bc7=1 +00002be8=1 +00002bf2=1 +00002bf3=1 +00002bf4=1 +00002bfc=1 +00002bfd=1 +00002bfe=1 +00002bff=1 +00002c00=1 +00002c01=1 +00002c02=1 +00002c03=1 +00002c04=1 +00002c05=1 +00002c06=1 +00002c07=1 +00002c08=1 +00002c09=1 +00002c0a=1 +00002c0b=1 +00002c10=1 +00002c11=1 +00002c12=1 +00002c13=1 +00002c14=1 +00002c15=1 +00002c16=1 +00002c1b=1 +00002c1c=1 +00002c1d=1 +00002c23=1 +00002c24=1 +00002c25=1 + +[Relayout] + diff --git a/translations/projects/German/unarj.atp b/translations/projects/German/unarj.atp new file mode 100644 index 000000000..b66892d10 --- /dev/null +++ b/translations/projects/German/unarj.atp @@ -0,0 +1,78 @@ +[Files] +Original=$BUILD_DIR\plugins\unarj\lang\english.slg +Translated=$BUILD_DIR\plugins\unarj\lang\german.slg +Include=..\..\symbols\plugins\unarj\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640002=1 +00640004=1 +00640006=1 +00640007=1 +00640008=1 +00670000=1 +00670001=1 +00670003=1 +00670004=1 +00670005=1 +00670006=1 +00670007=1 +006a0000=1 +006a0001=1 +006a0002=1 +006a0003=1 +006a0004=1 +006a0006=1 +006a0007=1 +00730000=1 +00730001=1 +00730002=1 +00730003=1 +00730005=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 + +[Relayout] + diff --git a/translations/projects/German/uncab.atp b/translations/projects/German/uncab.atp new file mode 100644 index 000000000..3c989eaf7 --- /dev/null +++ b/translations/projects/German/uncab.atp @@ -0,0 +1,80 @@ +[Files] +Original=$BUILD_DIR\plugins\uncab\lang\english.slg +Translated=$BUILD_DIR\plugins\uncab\lang\german.slg +Include=..\..\symbols\plugins\uncab\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640002=1 +00640004=1 +00640006=1 +00640008=1 +00640009=1 +0064000a=1 +00670000=1 +00670001=1 +00670003=1 +00670004=1 +00670005=1 +00670006=1 +00670007=1 +00670008=1 +006a0000=1 +006a0001=1 +006a0002=1 +006a0003=1 +006a0004=1 +006a0006=1 +006a0007=1 +00730000=1 +00730001=1 +00730002=1 +00730003=1 +00730005=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003f0=1 +000003f4=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 + +[Relayout] + diff --git a/translations/projects/German/unchm.atp b/translations/projects/German/unchm.atp new file mode 100644 index 000000000..63a6baae9 --- /dev/null +++ b/translations/projects/German/unchm.atp @@ -0,0 +1,46 @@ +[Files] +Original=$BUILD_DIR\plugins\unchm\lang\english.slg +Translated=$BUILD_DIR\plugins\unchm\lang\german.slg +Include=..\..\symbols\plugins\unchm\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000408=1 +0000044c=1 +0000044d=1 +00000451=1 +00000452=1 +00000453=1 + +[Relayout] + diff --git a/translations/projects/German/undelete.atp b/translations/projects/German/undelete.atp new file mode 100644 index 000000000..e2b3df07c --- /dev/null +++ b/translations/projects/German/undelete.atp @@ -0,0 +1,152 @@ +[Files] +Original=$BUILD_DIR\plugins\undelete\lang\english.slg +Translated=$BUILD_DIR\plugins\undelete\lang\german.slg +Include=..\..\symbols\plugins\undelete\symbols.inc +SalMenu=..\..\symbols\plugins\undelete\salmenu.mnu +IgnoreList=..\..\symbols\plugins\undelete\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +03e80000=1 +03e80003=1 +03e80004=1 +044c0000=1 +044c0001=1 +044c0003=1 +044c0005=1 +044c0006=1 +044c0007=1 +044c0008=1 +044c0009=1 +044c000a=1 +044c000b=1 +044c000c=1 +044c000d=1 +044c000e=1 +04b00000=1 +04b00001=1 +04b00003=1 +04b00005=1 +04b00007=1 +04b00009=1 +05140000=1 +05140001=1 +05140003=1 +05140004=1 +05140005=1 +05780000=1 +05780001=1 +05780003=1 +05780004=1 +05780005=1 +05780006=1 +05780007=1 +05780008=1 +05780009=1 +05dc0000=1 +05dc0001=1 +05dc0002=1 +05dc0004=1 +05dc0005=1 +05dc0006=1 +05dc0007=1 + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000006=1 +00000009=1 +0000000a=1 +0000000b=1 +0000000c=1 +0000000d=1 +0000000e=1 +0000000f=1 +00000011=1 +00000012=1 +00000013=1 +00000014=1 +00000015=1 +00000016=1 +00000017=1 +00000018=1 +00000019=1 +0000001a=1 +0000001b=1 +0000001c=1 +0000001d=1 +0000001e=1 +0000001f=1 +00000020=1 +00000021=1 +00000022=1 +00000023=1 +00000024=1 +00000025=1 +00000026=1 +00000027=1 +00000028=1 +00000029=1 +0000002a=1 +0000002b=1 +0000002c=1 +0000002d=1 +0000002e=1 +0000002f=1 +00000030=1 +00000031=1 +00000032=1 +0000003b=1 +0000003c=1 +0000003d=1 +0000003e=1 +0000003f=1 +00000040=1 +00000041=1 +00000042=1 +00000043=1 +00000044=1 +00000045=1 +00000046=1 +00000047=1 +00000048=1 +00000049=1 +0000004a=1 +0000004b=1 +0000004d=1 +00000050=1 +00000051=1 +00000052=1 +00000053=1 +00000054=1 +00000055=1 +00000056=1 +0000005a=1 +0000005b=1 +0000005c=1 +0000005d=1 +0000005e=1 +0000005f=1 +00000060=1 +00000061=1 +00000062=1 +00000063=1 +00000064=1 +00000065=1 +00000066=1 +00000067=1 +00000068=1 +00000069=1 + +[Relayout] + diff --git a/translations/projects/German/unfat.atp b/translations/projects/German/unfat.atp new file mode 100644 index 000000000..b6df2b208 --- /dev/null +++ b/translations/projects/German/unfat.atp @@ -0,0 +1,33 @@ +[Files] +Original=$BUILD_DIR\plugins\unfat\lang\english.slg +Translated=$BUILD_DIR\plugins\unfat\lang\german.slg +Include=..\..\symbols\plugins\unfat\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003eb=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000450=1 +00000452=1 +00000453=1 +00000454=1 +00000455=1 +00000456=1 + +[Relayout] + diff --git a/translations/projects/German/uniso.atp b/translations/projects/German/uniso.atp new file mode 100644 index 000000000..95ce04738 --- /dev/null +++ b/translations/projects/German/uniso.atp @@ -0,0 +1,99 @@ +[Files] +Original=$BUILD_DIR\plugins\uniso\lang\english.slg +Translated=$BUILD_DIR\plugins\uniso\lang\german.slg +Include=..\..\symbols\plugins\uniso\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +04b00000=1 +04b00001=1 +04b00002=1 +04b00003=1 +04b00005=1 +04b00006=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=0 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +0000047e=1 +0000047f=1 +00000480=1 +00000481=1 +00000482=1 +00000483=1 +00000484=1 + +[Relayout] + diff --git a/translations/projects/German/unlha.atp b/translations/projects/German/unlha.atp new file mode 100644 index 000000000..979f72a7c --- /dev/null +++ b/translations/projects/German/unlha.atp @@ -0,0 +1,41 @@ +[Files] +Original=$BUILD_DIR\plugins\unlha\lang\english.slg +Translated=$BUILD_DIR\plugins\unlha\lang\german.slg +Include=..\..\symbols\plugins\unlha\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000005=1 +00000006=1 +00000007=1 +00000008=1 +0000000a=1 +0000000b=1 +0000000c=1 +0000000d=1 +0000000e=1 +0000000f=1 +00000010=1 +00000011=1 +00000012=1 +00000013=1 +00000014=1 +00000015=1 +00000016=1 + +[Relayout] + diff --git a/translations/projects/German/unmime.atp b/translations/projects/German/unmime.atp new file mode 100644 index 000000000..3d2f324cd --- /dev/null +++ b/translations/projects/German/unmime.atp @@ -0,0 +1,43 @@ +[Files] +Original=$BUILD_DIR\plugins\unmime\lang\english.slg +Translated=$BUILD_DIR\plugins\unmime\lang\german.slg +Include=..\..\symbols\plugins\unmime\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00650000=1 +00650001=1 +00650003=1 +00650004=1 +00650005=1 +00650006=1 +00650008=1 +00650009=1 + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000005=1 +00000006=1 +00000007=1 +00000008=1 +00000009=1 +0000000a=1 +0000000b=1 +0000000c=1 +0000000d=1 +0000000e=1 +0000000f=1 + +[Relayout] + diff --git a/translations/projects/German/unrar.atp b/translations/projects/German/unrar.atp new file mode 100644 index 000000000..2814e2372 --- /dev/null +++ b/translations/projects/German/unrar.atp @@ -0,0 +1,93 @@ +[Files] +Original=$BUILD_DIR\plugins\unrar\lang\english.slg +Translated=$BUILD_DIR\plugins\unrar\lang\german.slg +Include=..\..\symbols\plugins\unrar\symbols.inc +IgnoreList=..\..\symbols\plugins\unrar\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640002=1 +00640004=1 +00640005=1 +00640006=1 +00670000=1 +00670001=1 +00670003=1 +00670004=1 +00670005=1 +00670006=1 +00670007=1 +006a0000=1 +006a0001=1 +006a0002=1 +006a0003=1 +006a0004=1 +006a0006=1 +006a0008=1 +006a0009=1 +006c0000=1 +006c0002=1 +006c0003=1 +006c0005=1 +006c0007=1 +006c0008=1 +006c0009=1 +006c000a=1 +006c000b=1 +00730000=1 +00730001=1 +00730002=1 +00730003=1 +00730005=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +00000410=1 +00000411=1 + +[Relayout] + diff --git a/translations/projects/German/wmobile.atp b/translations/projects/German/wmobile.atp new file mode 100644 index 000000000..b4e80b841 --- /dev/null +++ b/translations/projects/German/wmobile.atp @@ -0,0 +1,88 @@ +[Files] +Original=$BUILD_DIR\plugins\wmobile\lang\english.slg +Translated=$BUILD_DIR\plugins\wmobile\lang\german.slg +Include=..\..\symbols\plugins\wmobile\symbols.inc +IgnoreList=..\..\symbols\plugins\wmobile\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +01f40003=1 +01f40005=1 +01fe0005=1 +01fe0007=1 +01fe0009=1 +02080000=1 +02080002=1 +02080003=1 +02080004=1 +02080005=1 +02080006=1 +02080008=1 +02080009=1 +0208000c=1 +0208000f=1 +02080012=1 +02080014=1 +02080015=1 +02080017=1 +02080018=1 +02080019=1 + +[MenusTranslation] + +[StringsTranslation] +000007d0=1 +000007d1=1 +000007d2=1 +00000bb8=1 +00000bb9=1 +00000bba=1 +00000bbb=1 +00000bbc=1 +00000bbd=1 +00000bbe=1 +00000bbf=1 +00000bc0=1 +00000bc1=1 +00000bc2=1 +00000bc3=1 +00000bc4=1 +00000bc5=1 +00000bc6=1 +00000bc7=1 +00000bc8=1 +00000bc9=1 +00000bca=1 +00000bcb=1 +00000bcc=1 +00000bcd=1 +00000bce=1 +00000bcf=1 +00000bd0=1 +00000bd1=1 +00000bd2=1 +00000bd3=1 +00000bd4=1 +00000bd5=1 +00000bd6=1 +00000bd7=1 +00000bd8=1 +00000bd9=1 +00000bda=1 +00000bdb=1 +00000bdc=1 +00000bdd=1 +00000bde=1 +00000bdf=1 +00000be0=1 +00000be1=1 +00000be2=1 + +[Relayout] + diff --git a/translations/projects/German/zip.atp b/translations/projects/German/zip.atp new file mode 100644 index 000000000..0c686c5b5 --- /dev/null +++ b/translations/projects/German/zip.atp @@ -0,0 +1,441 @@ +[Files] +Original=$BUILD_DIR\plugins\zip\lang\english.slg +Translated=$BUILD_DIR\plugins\zip\lang\german.slg +Include=..\..\symbols\plugins\zip\symbols.inc +SalMenu=..\..\symbols\plugins\zip\salmenu.mnu +IgnoreList=..\..\symbols\plugins\zip\ignore.lst +CheckList=..\..\symbols\plugins\zip\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640004=1 +00640005=1 +00640008=1 +0064000a=1 +0064000b=1 +0064000d=1 +0064000e=1 +00640010=1 +00640012=1 +00640013=1 +00640014=1 +00640015=1 +00640017=1 +00640018=1 +00640019=1 +0064001a=1 +0064001b=1 +00700000=1 +00700001=1 +00700003=1 +00700004=1 +00700006=1 +00700007=1 +00700008=1 +00700009=1 +0070000a=1 +0070000b=1 +0070000d=1 +0070000f=1 +00700011=1 +00700012=1 +00700013=1 +00700014=1 +00700015=1 +00700016=1 +00700018=1 +0070001a=1 +0070001b=1 +0070001c=1 +0070001d=1 +007b0000=1 +007b0002=1 +007b0003=1 +007b0005=1 +007b0007=1 +007b0008=1 +007b0009=1 +007b000a=1 +007e0000=1 +007e0001=1 +007e0002=1 +007e0004=1 +007e0006=1 +007e0008=1 +007e0009=1 +007e000a=1 +007e000b=1 +00870000=1 +00870002=1 +00870003=1 +00870004=1 +00890000=1 +00890001=1 +00890004=1 +00890005=1 +00890006=1 +00890007=1 +00890008=1 +008d0000=1 +008d0001=1 +008d0002=1 +008d0003=1 +008d0005=1 +008d0006=1 +008d0007=1 +008e0000=1 +008e0002=1 +008e0003=1 +008e0004=1 +008e0005=1 +008e0006=1 +008e0008=1 +008e0009=1 +008e000a=1 +00920000=1 +00920002=1 +00920003=1 +00920005=1 +00920006=1 +00920007=1 +00920008=1 +0092000a=1 +0092000b=1 +0092000c=1 +0092000d=1 +0092000e=1 +00920010=1 +00920012=1 +00920013=1 +00920014=1 +00920015=1 +00920016=1 +00920017=1 +00920018=1 +00920019=1 +0092001a=1 +0092001b=1 +0092001c=1 +0092001d=1 +00980000=1 +00980001=1 +00980004=1 +00980005=1 +00980006=1 +00980007=1 +00a60000=1 +00a60001=1 +00a60003=1 +00a60005=1 +00a60006=1 +00aa0000=1 +00aa0001=1 +00aa0003=1 +00aa0005=1 +00aa0007=1 +00aa0008=1 +00aa0009=1 +00b40000=1 +00be0000=1 +00be0001=1 +00be0002=1 +00be0003=1 +00be0004=1 +00be0006=1 +00be0008=1 +00be000a=1 +00be000c=1 +00be000d=1 +00be000f=1 +00be0011=1 +00be0013=1 +00be0015=1 +00be0017=1 +00be0018=1 +00be0019=1 +00be001a=1 +00d20000=1 +00d20001=1 +00d20003=1 +00d20004=1 +00d20005=1 +00d20006=1 +00dc0000=1 +00dc0001=1 +00dc0002=1 +00dc0003=1 +00dc0006=1 +00dc0007=1 +00dc0008=1 +00fa0000=1 +00fa0001=1 +00fa0002=1 +00fa0003=1 +00fa0004=1 +00fa0006=1 +00fa0007=1 +00fa0008=1 + +[MenusTranslation] +01900000=1 +01900001=1 +01900002=1 +01900003=1 +01900004=1 +01900005=1 +01900006=1 +01900007=1 +01900008=1 +0190000a=1 +0190000b=1 +0190000d=1 +03200001=1 +03200002=1 +03200004=1 +03520000=1 +03520001=1 +03520003=1 +035c0001=1 +035c0002=1 +035c0003=1 +035c0004=1 +035c0006=1 +035c0007=1 + +[StringsTranslation] +0000008b=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +00000418=1 +00000419=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +00000441=1 +00000442=1 +00000443=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000450=1 +00000451=1 +00000452=1 +00000453=1 +00000454=1 +00000455=1 +00000456=1 +00000457=1 +00000458=1 +00000459=1 +0000045a=1 +0000045b=1 +0000045c=1 +0000045d=1 +0000045e=1 +0000045f=1 +00000460=1 +00000461=1 +00000462=1 +00000463=1 +00000464=1 +00000465=1 +00000466=1 +00000467=1 +00000468=1 +00000469=1 +0000046a=1 +0000046b=1 +0000046c=1 +0000046d=1 +0000046e=1 +0000046f=1 +00000470=1 +00000471=1 +00000472=1 +00000473=1 +00000474=1 +00000475=1 +00000476=1 +00000477=1 +00000478=1 +00000479=1 +0000047a=1 +0000047b=1 +0000047c=1 +0000047d=1 +0000047e=1 +0000047f=1 +00000480=1 +00000481=1 +00000482=1 +00000483=1 +00000484=1 +00000485=1 +00000486=1 +00000487=1 +00000488=1 +00000489=1 +0000048a=1 +0000048b=1 +0000048c=1 +0000048d=1 +0000048e=1 +00000490=1 +00000491=1 +00000492=1 +00000493=1 +00000499=1 +000004a1=1 +000004a4=1 +000004a5=1 +000004a6=1 +000004a7=1 +000004a8=1 +000004a9=1 +000004aa=1 +000004ab=1 +000004ac=1 +000004ad=1 +000004ae=1 +000004af=1 +000004b0=1 +000004b1=1 +000004b2=1 +000004b8=1 +000004b9=1 +000004ba=1 +000004bb=1 +000004bc=1 +000004bd=1 +000004be=1 +000004bf=1 +000004c0=1 +000004c1=1 +000004c2=1 +000004c3=1 +000004c4=1 +000004c5=1 +000004c6=1 +000004c7=1 +000004c8=1 +000004c9=1 +000004ca=1 +000004cb=1 +000004cc=1 +000004cd=1 +000004ce=1 +000004cf=1 +000004d0=1 +000004d1=1 +000004d2=1 +000004d3=1 +000004d4=1 +000004d5=1 +000004d6=1 +000004d7=1 +000004d8=1 +000004d9=1 +000004da=1 +000004db=1 +000004e2=1 +000004e3=1 +000004e4=1 +000004e5=1 +000004e6=1 + +[Relayout] + diff --git a/translations/projects/Hungarian/!export_slt.bat b/translations/projects/Hungarian/!export_slt.bat new file mode 100644 index 000000000..75a98635f --- /dev/null +++ b/translations/projects/Hungarian/!export_slt.bat @@ -0,0 +1 @@ +@call ..\tools\!export_slt.bat diff --git a/translations/projects/Hungarian/!export_slt_for_diff.bat b/translations/projects/Hungarian/!export_slt_for_diff.bat new file mode 100644 index 000000000..daa485f3a --- /dev/null +++ b/translations/projects/Hungarian/!export_slt_for_diff.bat @@ -0,0 +1 @@ +@call ..\tools\!export_slt_for_diff.bat diff --git a/translations/projects/Hungarian/!export_spellchck.bat b/translations/projects/Hungarian/!export_spellchck.bat new file mode 100644 index 000000000..6b6d1b820 --- /dev/null +++ b/translations/projects/Hungarian/!export_spellchck.bat @@ -0,0 +1 @@ +@call ..\tools\!export_spellchck.bat diff --git a/translations/projects/Hungarian/!import.bat b/translations/projects/Hungarian/!import.bat new file mode 100644 index 000000000..f0f5baed3 --- /dev/null +++ b/translations/projects/Hungarian/!import.bat @@ -0,0 +1 @@ +@call ..\tools\!import.bat diff --git a/translations/projects/Hungarian/!import_slt.bat b/translations/projects/Hungarian/!import_slt.bat new file mode 100644 index 000000000..503436e3f --- /dev/null +++ b/translations/projects/Hungarian/!import_slt.bat @@ -0,0 +1 @@ +@call ..\tools\!import_slt.bat diff --git a/translations/projects/Hungarian/!import_trlprop.bat b/translations/projects/Hungarian/!import_trlprop.bat new file mode 100644 index 000000000..5e4ebc9e1 --- /dev/null +++ b/translations/projects/Hungarian/!import_trlprop.bat @@ -0,0 +1 @@ +@call ..\tools\!import_trlprop.bat diff --git a/translations/projects/Hungarian/!open_all.bat b/translations/projects/Hungarian/!open_all.bat new file mode 100644 index 000000000..0deb29b66 --- /dev/null +++ b/translations/projects/Hungarian/!open_all.bat @@ -0,0 +1 @@ +@call ..\tools\!open_all.bat diff --git a/translations/projects/Hungarian/!translate1.bat b/translations/projects/Hungarian/!translate1.bat new file mode 100644 index 000000000..f3eca52df --- /dev/null +++ b/translations/projects/Hungarian/!translate1.bat @@ -0,0 +1 @@ +@call ..\tools\!translate1.bat diff --git a/translations/projects/Hungarian/!translate2.bat b/translations/projects/Hungarian/!translate2.bat new file mode 100644 index 000000000..7534fa669 --- /dev/null +++ b/translations/projects/Hungarian/!translate2.bat @@ -0,0 +1 @@ +@call ..\tools\!translate2.bat diff --git a/translations/projects/Hungarian/!validate1.bat b/translations/projects/Hungarian/!validate1.bat new file mode 100644 index 000000000..31509bdba --- /dev/null +++ b/translations/projects/Hungarian/!validate1.bat @@ -0,0 +1 @@ +@call ..\tools\!validate1.bat diff --git a/translations/projects/Hungarian/!validate2.bat b/translations/projects/Hungarian/!validate2.bat new file mode 100644 index 000000000..92d2d8d79 --- /dev/null +++ b/translations/projects/Hungarian/!validate2.bat @@ -0,0 +1 @@ +@call ..\tools\!validate2.bat diff --git a/translations/projects/Hungarian/7zip.atp b/translations/projects/Hungarian/7zip.atp new file mode 100644 index 000000000..27c9ea0a8 --- /dev/null +++ b/translations/projects/Hungarian/7zip.atp @@ -0,0 +1,143 @@ +[Files] +Original=$BUILD_DIR\plugins\7zip\lang\english.slg +Translated=$BUILD_DIR\plugins\7zip\lang\hungarian.slg +Include=..\..\symbols\plugins\7zip\symbols.inc +SalMenu=..\..\symbols\plugins\7zip\salmenu.mnu +CheckList=..\..\symbols\plugins\7zip\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +04b00000=1 +04b00001=1 +04b00003=1 +04b00004=1 +04b00005=1 +04b00006=1 +04b00007=1 +04b00009=1 +04b0000b=1 +04b0000d=1 +04b0000f=1 +04b00011=1 +04b00013=1 +04b00014=1 +04b00015=1 +04b10000=1 +04b10001=1 +04b10004=1 +04b10005=1 +04b10007=1 +04b10009=1 +04b1000b=1 +04b1000d=1 +04b1000f=1 +04b10011=1 +04b10013=1 +04b10015=1 +04b10016=1 +04b10017=1 +04b10018=1 +04b10019=1 +04b20000=1 +04b20002=1 +04b20003=1 +04b20005=1 +04b20006=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +00000418=1 +00000419=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +00000442=1 +00000443=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 + +[Relayout] + diff --git a/translations/projects/Hungarian/automation.atp b/translations/projects/Hungarian/automation.atp new file mode 100644 index 000000000..549b4b94d --- /dev/null +++ b/translations/projects/Hungarian/automation.atp @@ -0,0 +1,69 @@ +[Files] +Original=$BUILD_DIR\plugins\automation\lang\english.slg +Translated=$BUILD_DIR\plugins\automation\lang\hungarian.slg +Include=..\..\symbols\plugins\automation\symbols.inc +SalMenu=..\..\symbols\plugins\automation\salmenu.mnu +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640004=1 +00650000=1 +00650001=1 +00650003=1 +00650004=1 +00650005=1 +00650006=1 + +[MenusTranslation] +006a0000=1 +006a0001=1 +006a0003=1 +006a0004=1 + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000080=1 +00000081=1 +00000082=1 +00000083=1 +00000084=1 +00000086=1 +00000087=1 +00000088=1 +00000089=1 +0000008a=1 +0000008b=1 +0000008c=1 +0000008d=1 +0000008e=1 +0000008f=1 +00000090=1 +00000091=1 +00000092=1 +00000093=1 +00000100=1 +00000101=1 +00000102=1 +00000103=1 +00000104=1 +00000105=1 +00000106=1 +00000107=1 +00000108=1 +00000109=1 +0000010a=1 +0000010b=1 + +[Relayout] + diff --git a/translations/projects/Hungarian/checksum.atp b/translations/projects/Hungarian/checksum.atp new file mode 100644 index 000000000..7a72a5700 --- /dev/null +++ b/translations/projects/Hungarian/checksum.atp @@ -0,0 +1,104 @@ +[Files] +Original=$BUILD_DIR\plugins\checksum\lang\english.slg +Translated=$BUILD_DIR\plugins\checksum\lang\hungarian.slg +Include=..\..\symbols\plugins\checksum\symbols.inc +SalMenu=..\..\symbols\plugins\checksum\salmenu.mnu +IgnoreList=..\..\symbols\plugins\checksum\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +03e80000=1 +03e80001=1 +03e80002=1 +03e80003=1 +03e80004=1 +03e80005=1 +03e80006=1 +03e80007=1 +03e90000=1 +03e90001=1 +03e90002=1 +03e90003=1 +03e90004=1 +03e90005=1 +03e90006=1 +03e90007=1 +03e90008=1 +03e90009=1 +07d00001=1 +07d00002=1 +07d00003=1 +07d00005=1 +07d00006=1 + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000005=1 +00000006=1 +00000007=1 +00000028=1 +00000029=1 +0000002a=1 +0000002b=1 +0000002c=1 +0000002d=1 +0000002e=1 +0000002f=1 +00000030=1 +00000035=1 +00000036=1 +00000037=1 +00000038=1 +00000039=1 +0000003a=1 +0000003b=1 +0000003c=1 +0000003d=1 +0000003e=1 +0000003f=1 +00000041=1 +00000042=1 +00000043=1 +00000044=1 +00000046=1 +00000047=1 +00000048=1 +0000004a=1 +0000004b=1 +0000004c=1 +0000004d=1 +0000004e=1 +0000004f=1 +00000050=1 +00000051=1 +00000052=1 +00000053=1 +00000054=1 +00000055=1 +00000056=1 +0000005a=1 +0000005b=1 +0000005c=1 +0000005d=1 +0000005e=1 +0000005f=1 +00000064=1 +00000065=1 +00000066=1 +00000067=1 +00000068=1 +00000078=1 + +[Relayout] + diff --git a/translations/projects/Hungarian/checkver.atp b/translations/projects/Hungarian/checkver.atp new file mode 100644 index 000000000..366ec683b --- /dev/null +++ b/translations/projects/Hungarian/checkver.atp @@ -0,0 +1,119 @@ +[Files] +Original=$BUILD_DIR\plugins\checkver\lang\english.slg +Translated=$BUILD_DIR\plugins\checkver\lang\hungarian.slg +Include=..\..\symbols\plugins\checkver\symbols.inc +SalMenu=..\..\symbols\plugins\checkver\salmenu.mnu +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640002=1 +00640003=1 +00640005=1 +006e0000=1 +006e0001=1 +006e0003=1 +006e0004=1 +006e0005=1 +006e0006=1 +006e0007=1 +006e0008=1 +006e0009=1 +006e000a=1 +006e000b=1 +006e000c=1 +006e000d=1 +006e000e=1 +006e0010=1 +006e0011=1 +006e0012=1 +006e0013=1 +006e0014=1 +006e0015=1 +006e0016=1 +006e0017=1 +006e0018=1 +00820000=1 +00820002=1 +00820003=1 +00820004=1 +00820005=1 +00820006=1 +00820007=1 +00820008=1 +00820009=1 +0082000a=1 +0082000b=1 +0082000d=1 +0082000e=1 +0082000f=1 + +[MenusTranslation] + +[StringsTranslation] +000000be=1 +000000bf=1 +000000d2=1 +000000d3=1 +000000d4=1 +000000d5=1 +000000d6=1 +000000d7=1 +000000d8=1 +000000d9=1 +000000da=1 +000000dc=1 +000000dd=1 +000000de=1 +000000df=1 +000000e0=1 +000000e1=1 +000000e2=1 +000000e3=1 +000000e4=1 +000000e6=1 +000000e7=1 +000000e8=1 +000000e9=1 +000000ea=1 +000000eb=1 +000000f0=1 +000000f1=1 +000000f2=1 +000000f3=1 +000000f4=1 +000000f7=1 +000000f8=1 +000000fa=1 +000000fb=1 +000000fd=1 +000000fe=1 +000000ff=1 +00000100=1 +00000101=1 +00000102=1 +00000104=1 +0000010a=1 +0000010b=1 +0000010c=1 +0000010d=1 +0000010e=1 +0000010f=1 +00000110=1 +00000111=1 +00000112=1 +00000113=1 +00000114=1 +00000115=1 +00000116=1 +00000117=1 + +[Relayout] + diff --git a/translations/projects/Hungarian/dbviewer.atp b/translations/projects/Hungarian/dbviewer.atp new file mode 100644 index 000000000..58d6683dc --- /dev/null +++ b/translations/projects/Hungarian/dbviewer.atp @@ -0,0 +1,184 @@ +[Files] +Original=$BUILD_DIR\plugins\dbviewer\lang\english.slg +Translated=$BUILD_DIR\plugins\dbviewer\lang\hungarian.slg +Include=..\..\symbols\plugins\dbviewer\symbols.inc +SalMenu=..\..\symbols\plugins\dbviewer\salmenu.mnu +IgnoreList=..\..\symbols\plugins\dbviewer\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +2fa80000=1 +2fa80001=1 +2fbc0000=1 +2fbc0001=1 +2fbc0002=1 +2fbc0004=1 +2fbc0005=1 +2fbc0006=1 +2fbc0007=1 +2fbc0008=1 +2fbc0009=1 +2fbc000a=1 +2fd00000=1 +2fd00003=1 +2fd00004=1 +2fd00005=1 +2fd00006=1 +2fda0000=1 +2fda0001=1 +2fda0002=1 +2fda0003=1 +2fda0004=1 +2fda0005=1 +2fda0006=1 +2fda0007=1 +2fda0009=1 +2fda000a=1 +2fda000b=1 +2fda000c=1 +2fda000d=1 +2fda000e=1 +2fda000f=1 +2fda0010=1 +2fda0011=1 +2fda0012=1 +2fda0013=1 +2fda0014=1 +2fda0015=1 +300c0000=1 +300c0002=1 +300c0005=1 +300c0006=1 +300c0007=1 +300c0008=1 +300c0009=1 +300c000a=1 +300c000c=1 +300c000d=1 +300c000e=1 +30700000=1 +30700001=1 +30700003=1 +30700004=1 + +[MenusTranslation] + +[StringsTranslation] +00002b51=1 +00002b52=1 +00002b54=1 +00002b5d=1 +00002b66=1 +00002b67=1 +00002b68=1 +00002b69=1 +00002b6a=1 +00002b6b=1 +00002b6c=1 +00002b6d=1 +00002b70=1 +00002b71=1 +00002b72=1 +00002b73=1 +00002b74=1 +00002b75=1 +00002b76=1 +00002b7a=1 +00002b7b=1 +00002b7c=1 +00002b7d=1 +00002b7e=1 +00002b7f=1 +00002b80=1 +00002b84=1 +00002b85=1 +00002b86=1 +00002b87=1 +00002b88=1 +00002b89=1 +00002b8a=1 +00002b8b=1 +00002b8c=1 +00002b8d=1 +00002b8e=1 +00002b8f=1 +00002b90=1 +00002b91=1 +00002b92=1 +00002b93=1 +00002b98=1 +00002b9a=1 +00002b9b=1 +00002b9c=1 +00002b9d=1 +00002b9e=1 +00002b9f=1 +00002ba0=1 +00002ba1=1 +00002ba2=1 +00002ba3=1 +00002ba4=1 +00002ba5=1 +00002bba=1 +00002bbb=1 +00002bbc=1 +00002bbd=1 +00002bc0=1 +00002bc1=1 +00002bc2=1 +00002bc3=1 +00002bc4=1 +00002bc5=1 +00002bc6=1 +00002bc7=1 +00002bc8=1 +00002bc9=1 +00002bca=1 +00002bcb=1 +00002bd1=1 +00002bd2=1 +00002bd3=1 +00002bd4=1 +00002bd5=1 +00002bd6=1 +00002bd7=1 +00002bd8=1 +00002bd9=1 +00002bda=1 +00002bde=1 +00002bdf=1 +00002be0=1 +00002be1=1 +00002bf2=1 +00002bf3=1 +00002bf4=1 +00002bf5=1 +00002bf6=1 +00002bf7=1 +00002c06=1 +00002c07=1 +00002c08=1 +00002c10=1 +00002c11=1 +00002c12=1 +00002c13=1 +00002c14=1 +00002cec=1 +00002ced=1 +00002cee=1 +00002cef=1 +00002cf0=1 +00002cf1=1 +00002d00=0 +00002d01=1 +00002d02=0 +00002d03=1 + +[Relayout] + diff --git a/translations/projects/Hungarian/diskmap.atp b/translations/projects/Hungarian/diskmap.atp new file mode 100644 index 000000000..fea1c1aa5 --- /dev/null +++ b/translations/projects/Hungarian/diskmap.atp @@ -0,0 +1,80 @@ +[Files] +Original=$BUILD_DIR\plugins\diskmap\lang\english.slg +Translated=$BUILD_DIR\plugins\diskmap\lang\hungarian.slg +Include=..\..\symbols\plugins\diskmap\symbols.inc +SalMenu=..\..\symbols\plugins\diskmap\salmenu.mnu +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] +006d0000=1 +006d0001=1 +006d0002=1 +006d0004=1 +006d0005=1 +006d0007=1 +006d0008=1 +006d0009=1 +006d000a=1 +006d000b=1 +006d000d=1 +006d000e=1 +006d000f=1 +006d0010=1 +006d0011=1 +006d0012=1 +006d0013=1 +006d0014=1 +006d0016=1 +006d0017=1 +006d0018=1 + +[StringsTranslation] +00000020=1 +00000021=1 +00000022=1 +00000023=1 +00000028=1 +00000029=1 +00000030=1 +00000031=1 +00000032=1 +00000033=1 +00000034=1 +00000035=1 +00000036=1 +00000037=1 +00000038=1 +00000039=1 +0000003a=1 +0000003b=1 +0000003c=1 +0000003d=1 +0000003e=1 +0000003f=1 +00000040=1 +00000041=1 +00000042=1 +00000043=1 +00000044=1 +00000045=1 +00000046=1 +00000047=1 +00000048=1 +00000049=1 +0000004a=1 +0000004b=1 +0000004c=1 +0000004d=1 +0000004e=1 +0000004f=1 + +[Relayout] + diff --git a/translations/projects/Hungarian/filecomp.atp b/translations/projects/Hungarian/filecomp.atp new file mode 100644 index 000000000..4385e4fa6 --- /dev/null +++ b/translations/projects/Hungarian/filecomp.atp @@ -0,0 +1,245 @@ +[Files] +Original=$BUILD_DIR\plugins\filecomp\lang\english.slg +Translated=$BUILD_DIR\plugins\filecomp\lang\hungarian.slg +Include=..\..\symbols\plugins\filecomp\symbols.inc +SalMenu=..\..\symbols\plugins\filecomp\salmenu.mnu +IgnoreList=..\..\symbols\plugins\filecomp\ignore.lst +CheckList=..\..\symbols\plugins\filecomp\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640004=1 +00640006=1 +00640007=1 +00640008=1 +00640009=1 +00690000=1 +00690001=1 +00690003=1 +00690004=1 +00690009=1 +0069000a=1 +0069000b=1 +0069000c=1 +0069000d=1 +0069000e=1 +0069000f=1 +00690010=1 +00690011=1 +00690014=1 +00820000=1 +00820001=1 +00820003=1 +00820004=1 +00820005=1 +00820006=1 +00820008=1 +00820009=1 +0082000a=1 +0082000b=1 +0082000c=1 +0082000d=1 +00820012=1 +00820014=1 +00820015=1 +00820016=1 +00820017=1 +00820018=1 +00820019=1 +0082001a=1 +0082001b=1 +0082001c=1 +0082001d=1 +0082001e=1 +00820020=1 +00820022=1 +00820024=1 +00820025=1 +00820026=1 +008c0000=1 +008c0001=1 +008c0003=1 +008c0004=1 +008c0006=1 +008c0008=1 +008c000a=1 +008c000c=1 +008c000d=1 +008c000e=1 +008c0010=1 +008c0012=1 +008c0014=1 +00960000=1 +00960001=1 +00960003=1 +00960004=1 +00960005=1 +00960006=1 +00960008=1 +00960009=1 +0096000a=1 +0096000b=1 +0096000c=1 +0096000d=1 +00960012=1 +00960014=1 +00960015=1 +00960016=1 +00960017=1 +00960018=1 +00960019=1 +0096001a=1 +0096001b=1 +0096001c=1 +0096001d=1 +0096001e=1 +00960020=1 + +[MenusTranslation] +02580000=1 +02580001=1 +02580002=1 +02580004=1 +02580005=1 +02580006=1 +02580007=1 +02580008=1 +02580009=1 +0258000a=1 +0258000c=1 +0258000d=1 +0258000e=1 +0258000f=1 +02580011=1 +02580013=1 +02580014=1 +02580015=1 +02580016=1 +02580017=1 +02580018=1 +02580019=1 +0258001b=1 +0258001c=1 +0258001d=1 +0258001e=1 +02580020=1 +02590001=1 +02590002=1 +025a0001=1 +025a0002=1 +025b0001=1 +025b0002=1 +025b0004=1 +025b0005=1 +025c0001=1 +025c0002=1 + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +00000441=1 +00000442=1 +00000443=1 +00000444=1 +00000445=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000450=1 + +[Relayout] + diff --git a/translations/projects/Hungarian/ftp.atp b/translations/projects/Hungarian/ftp.atp new file mode 100644 index 000000000..a2f1c98f6 --- /dev/null +++ b/translations/projects/Hungarian/ftp.atp @@ -0,0 +1,1482 @@ +[Files] +Original=$BUILD_DIR\plugins\ftp\lang\english.slg +Translated=$BUILD_DIR\plugins\ftp\lang\hungarian.slg +Include=..\..\symbols\plugins\ftp\symbols.inc +SalMenu=..\..\symbols\plugins\ftp\salmenu.mnu +IgnoreList=..\..\symbols\plugins\ftp\ignore.lst +CheckList=..\..\symbols\plugins\ftp\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +01f40000=1 +01f40001=1 +01f40002=1 +01f40003=1 +01f40005=1 +01f40006=1 +01f40007=1 +01f40008=1 +01f40009=1 +02080000=1 +02080002=1 +02080003=1 +02080005=1 +02080006=1 +02080007=1 +02080008=1 +0208000a=1 +0208000c=1 +0208000d=1 +0208000e=1 +02080010=1 +02080011=1 +02080013=1 +02080015=1 +02080016=1 +02080018=1 +0208001a=1 +0208001b=1 +0208001c=1 +0208001d=1 +0208001f=1 +02170000=1 +02170001=1 +02170002=1 +02170003=1 +02170004=1 +02170005=1 +02170006=1 +02210000=1 +02210001=1 +02210003=1 +02210004=1 +02210006=1 +02210007=1 +02210009=1 +0221000a=1 +0221000c=1 +0221000e=1 +0221000f=1 +02210011=1 +02210012=1 +02210014=1 +02300000=1 +02300002=1 +02300004=1 +02300007=1 +02300008=1 +0230000a=1 +0230000d=1 +0230000e=1 +0230000f=1 +02300010=1 +02300012=1 +02300013=1 +02300014=1 +02300015=1 +02300016=1 +02300017=1 +02300018=1 +02440000=1 +02440001=1 +02440003=1 +02440004=1 +02440006=1 +02440007=1 +02440009=1 +0244000b=1 +0244000d=1 +0244000f=1 +02440011=1 +02440012=1 +02440013=1 +02440014=1 +02440016=1 +02440018=1 +02440019=1 +0244001b=1 +0244001c=1 +0244001d=1 +0244001f=1 +02440021=1 +02440022=1 +02440023=1 +02440024=1 +02440025=1 +02440026=1 +02440027=1 +02440028=1 +02440029=1 +02580000=1 +02580003=1 +02580004=1 +02620000=1 +02620001=1 +02620004=1 +02620005=1 +026c0000=1 +026c0002=1 +026c0004=1 +026c0005=1 +02760000=1 +02760001=1 +02760003=1 +02760005=1 +02760007=1 +02760008=1 +0276000a=1 +0276000b=1 +0276000d=1 +02800000=1 +02800002=1 +02800003=1 +028a0000=1 +028a0001=1 +028a0003=1 +028a0004=1 +028a0006=1 +028a0008=1 +02940000=1 +029e0000=1 +029e0001=1 +029e0004=1 +029e0005=1 +029e0006=1 +029e0007=1 +029e0008=1 +029e0009=1 +02a80000=1 +02a80002=1 +02a80004=1 +02a80006=1 +02a80008=1 +02b70000=1 +02b70001=1 +02b70003=1 +02b70004=1 +02b70005=1 +02b70006=1 +02b70007=1 +02c60000=1 +02c60001=1 +02c60004=1 +02c60005=1 +02c60007=1 +02c60008=1 +02c60009=1 +02c6000a=1 +02c6000b=1 +02c6000d=1 +02c6000e=1 +02c6000f=1 +02c60010=1 +02d50000=1 +02d50001=1 +02d50003=1 +02d50005=1 +02d50007=1 +02d5000a=1 +02d5000c=1 +02d5000e=1 +02d5000f=1 +02d50010=1 +02e40000=1 +02e40001=1 +02e40003=1 +02e40004=1 +02e40005=1 +02e40006=1 +02e40008=1 +02e40009=1 +02ee0005=1 +02ee0007=1 +02ee0009=1 +02ee000c=1 +02ee000d=1 +02ee000f=1 +02ee0010=1 +02ee0011=1 +02ee0012=1 +02ee0014=1 +02ee0016=1 +02ee0018=1 +02ee0019=1 +02ee001a=1 +02ee001b=1 +02ee001c=1 +02ee001e=1 +02ee001f=1 +02ee0020=1 +02ee0021=1 +02ee0022=1 +030b0003=1 +030b0004=1 +030b0005=1 +030b0006=1 +03110000=1 +03110001=1 +03110002=1 +03110005=1 +031b0000=1 +031b0002=1 +031b0003=1 +031b0004=1 +031b0005=1 +031b0006=1 +031b0007=1 +031b0008=1 +031b0009=1 +031b000a=1 +031b000b=1 +031b000c=1 +031b000d=1 +031b000e=1 +031b000f=1 +031b0011=1 +031b0013=1 +031b0014=1 +031b0015=1 +031b0016=1 +031b0017=1 +031b0018=1 +031b0019=1 +031b001a=1 +032f0000=1 +032f0002=1 +032f0003=1 +032f0005=1 +032f0007=1 +032f0009=1 +032f000b=1 +032f000d=1 +032f000f=1 +032f0012=1 +032f0013=1 +032f0016=1 +032f0017=1 +032f0019=1 +032f001b=1 +033e0001=1 +033e0002=1 +033e0003=1 +033e0004=1 +033e0006=1 +033e0007=1 +033e0009=1 +033e000b=1 +033e000d=1 +033e000f=1 +03480001=1 +03480002=1 +03480003=1 +03480004=1 +03480005=1 +03480006=1 +03480008=1 +03480009=1 +0348000b=1 +0348000d=1 +0348000f=1 +03480011=1 +03490001=1 +03490002=1 +03490003=1 +03490004=1 +03490006=1 +03490007=1 +03490009=1 +0349000b=1 +0349000d=1 +0349000f=1 +034b0000=1 +034b0001=1 +034b0002=1 +034b0003=1 +034b0004=1 +034b0006=1 +034b0007=1 +034b0009=1 +034b000b=1 +034b000d=1 +034b000f=1 +034c0000=1 +034c0001=1 +034c0002=1 +034c0003=1 +034c0004=1 +034c0005=1 +034c0006=1 +034c0008=1 +034c0009=1 +034c000b=1 +034c000d=1 +034c000f=1 +034c0011=1 +034d0001=1 +034d0002=1 +034d0003=1 +034d0004=1 +034d0006=1 +034d0007=1 +034d0009=1 +034d000b=1 +034d000d=1 +034f0001=1 +034f0002=1 +034f0003=1 +034f0004=1 +034f0005=1 +034f0006=1 +034f0008=1 +034f0009=1 +034f000b=1 +034f000d=1 +034f000f=1 +03520000=1 +03520001=1 +03520002=1 +03520003=1 +03520004=1 +03520006=1 +03520007=1 +03520009=1 +03570000=1 +03570001=1 +03570002=1 +03570003=1 +03570004=1 +03570006=1 +03570007=1 +03570009=1 +0357000b=1 +0357000d=1 +03610000=1 +03610001=1 +03610002=1 +03610003=1 +03610004=1 +03610005=1 +03610006=1 +03610007=1 +03610008=1 +03610009=1 +0361000a=1 +0361000b=1 +0361000c=1 +0361000d=1 +0361000f=1 +03610010=1 +03610011=1 +03610012=1 +03610014=1 +03610015=1 +03610017=1 +03610019=1 +03660001=1 +03660002=1 +03660003=1 +03660004=1 +03660006=1 +03660007=1 +03660009=1 +03700001=1 +03700002=1 +03700003=1 +03700004=1 +03700006=1 +03700007=1 +03700009=1 +0370000b=1 +037a0001=1 +037a0002=1 +037a0003=1 +037a0004=1 +037a0006=1 +037a0007=1 +037a0009=1 +037a000b=1 +037a000d=1 +037a000f=1 +03800001=1 +03800002=1 +03800003=1 +03800004=1 +03800005=1 +03800006=1 +03800008=1 +03800009=1 +0380000b=1 +0380000d=1 +0380000f=1 +03800011=1 +03820001=1 +03820002=1 +03820003=1 +03820004=1 +03820006=1 +03820007=1 +03820009=1 +03840000=1 +03840001=1 +03840002=1 +03840003=1 +03840004=1 +03840005=1 +03840007=1 +03840008=1 +0384000a=1 +0384000c=1 +0384000e=1 +038e0000=1 +038e0001=1 +038e0002=1 +038e0003=1 +038e0004=1 +038e0005=1 +038e0006=1 +038e0007=1 +03930000=1 +03930002=1 +03930003=1 +03930005=1 +03930007=1 +03930009=1 +0393000b=1 +0393000d=1 +0393000f=1 +03980000=1 +03980001=1 +03980003=1 +03980005=1 +03980007=1 +03980009=1 +0398000b=1 +0398000e=1 +0398000f=1 +03980010=1 +03980011=1 +03980013=1 +03980014=1 +03980015=1 +03a20000=1 +03a20001=1 +03a20003=1 +03a20005=1 +03a20007=1 +03a20009=1 +03a2000b=1 +03a2000c=1 +03a2000e=1 +03a2000f=1 +03a20011=1 +03ac0000=1 +03ac0001=1 +03ac0002=1 +03ac0004=1 +03ac0006=1 +03ac0007=1 +03ac0008=1 + +[MenusTranslation] +044c0001=1 +044c0003=1 +044c0004=1 +044c0005=1 +044c0006=1 +044c0008=1 +044c0009=1 +044d0001=1 +044d0002=1 +044d0003=1 +044d0004=1 +044d0006=1 +044d0007=1 +044e0001=1 +044e0002=1 +044e0003=1 +044e0004=1 +044e0005=1 +044e0006=1 +044e0007=1 +044e0009=1 +044e000a=1 +044e000b=1 +044e000c=1 +044e000d=1 +044f0001=1 +044f0002=1 +044f0003=1 +04500001=1 +04500003=1 +04500005=1 +04500006=1 +04510000=1 +04510001=1 +04510002=1 +04510004=1 +04510005=1 +04510007=1 +04510008=1 +04510009=1 +0451000b=1 +0451000c=1 +0451000d=1 +0451000e=1 +0451000f=1 +04520001=1 +04520002=1 +04520003=1 +04520005=1 +04520006=1 +04530001=1 +04530002=1 +04530003=1 +04530004=1 +04530005=1 +04530007=1 +04530008=1 +0453000a=1 +0453000b=1 +04540001=1 +04540002=1 +04550001=1 +04550002=1 +04550003=1 +04550004=1 +04550006=1 +04550007=1 +04550008=1 +04550009=1 +0455000a=1 +0455000b=1 +0455000c=1 +0455000d=1 +0455000e=1 +0455000f=1 +04550010=1 +04550011=1 +04550012=1 +04550013=1 +04550014=1 +04550015=1 +04550016=1 +04550017=1 +04550018=1 +04550019=1 +0455001a=1 +0455001b=1 +0455001c=1 +0455001d=1 +0455001e=1 +0455001f=1 +04550020=1 +04550021=1 +04550022=1 +04550023=1 +04550024=1 +04550025=1 +04550026=1 +04550027=1 +04550028=1 +04550029=1 +0455002a=1 +0455002b=1 +0455002c=1 +0455002d=1 +0455002e=1 +04550030=1 +04550031=1 +04550032=1 +04550033=1 +04550034=1 +04550035=1 +04550036=1 +04550037=1 +04550038=1 +04550039=1 +0455003a=1 +0455003b=1 +0455003c=1 +0455003e=1 +04550040=1 +04550041=1 +04550042=1 +04550043=1 +04550045=1 +04560001=1 +04560002=1 +04560003=1 +04560005=1 +04560006=1 +04570001=1 +04570002=1 +04570003=1 +04580001=1 +04580002=1 +04580003=1 +04580004=1 +04590001=1 +04590002=1 +04590003=1 +045a0001=1 +045a0002=1 +045b0001=1 +045b0002=1 +045c0001=1 +045c0002=1 +045c0003=1 +045d0001=1 +045d0002=1 +045d0003=1 +045d0004=1 +045e0001=1 +045e0002=1 +045f0001=1 +045f0002=1 +045f0003=1 +045f0005=1 +045f0006=1 +04600001=1 +04600002=1 +04600004=1 +04600005=1 +04600006=1 +04600007=1 +04600008=1 +04600009=1 +0460000a=1 +0460000b=1 +0460000c=1 +0460000e=1 +04600010=1 +04600011=1 +04600012=1 +04600013=1 +04600015=1 +04610001=1 +04610002=1 +04610003=1 +04610004=1 +04620001=1 +04620002=1 +04630001=1 +04630002=1 +04630003=1 +04640001=1 +04640002=1 + +[StringsTranslation] +00002710=1 +00002715=1 +0000271a=1 +0000271b=1 +00002724=1 +0000272e=1 +00002738=1 +00002739=1 +0000273a=1 +0000273b=1 +00002742=1 +00002747=1 +0000274c=1 +00002751=1 +00002756=1 +00002757=1 +00002758=1 +0000275b=1 +0000275c=1 +0000275d=1 +0000275e=1 +0000276a=1 +0000276b=1 +0000276c=1 +0000276d=1 +0000276e=1 +0000276f=1 +00002770=1 +00002771=1 +00002772=1 +00002773=1 +00002774=1 +00002779=1 +0000277a=1 +0000277b=1 +0000277c=1 +0000277d=1 +0000277e=1 +0000277f=1 +00002780=1 +00002781=1 +00002782=1 +00002783=1 +00002784=1 +00002785=1 +00002786=1 +00002787=1 +00002788=1 +00002789=1 +0000278a=1 +0000278b=1 +0000278c=1 +0000278d=1 +0000278e=1 +0000278f=1 +00002790=1 +00002791=1 +00002792=1 +00002795=1 +00002796=1 +00002797=1 +00002798=1 +0000279a=1 +0000279c=1 +0000279d=1 +0000279e=1 +0000279f=1 +000027a1=1 +000027a4=1 +000027a6=1 +000027a7=1 +000027a8=1 +000027a9=1 +000027ab=1 +000027ac=1 +000027b0=1 +000027b5=1 +000027b6=1 +000027ba=1 +000027bb=1 +000027bc=1 +000027bd=1 +000027be=1 +000027bf=1 +000027c0=1 +000027c1=1 +000027c2=1 +000027c3=1 +000027c4=1 +000027c5=1 +000027ce=1 +000027cf=1 +000027d0=1 +000027d1=1 +000027d2=1 +000027d3=1 +000027d4=1 +000027d5=1 +000027d6=1 +000027d7=1 +000027d8=1 +000027d9=1 +000027da=1 +000027db=1 +000027dc=1 +000027dd=1 +000027de=1 +000027df=1 +000027e0=1 +000027e1=1 +000027e2=1 +000027e3=1 +000027e4=1 +000027ec=1 +000027ed=1 +000027ee=1 +000027ef=1 +000027f0=1 +000027f1=1 +000027f2=1 +000027f3=1 +000027f4=1 +000027f5=1 +000027f6=1 +000027f7=1 +000027f8=1 +000027f9=1 +000027fa=1 +000027fb=1 +000027fc=1 +000027fd=1 +000027fe=1 +000027ff=1 +00002800=1 +00002803=1 +00002804=1 +00002805=1 +00002806=1 +00002807=1 +00002808=1 +0000280a=1 +0000280f=1 +00002810=1 +00002811=1 +00002812=1 +00002813=1 +0000283c=1 +0000283d=1 +0000283e=1 +0000283f=1 +00002841=1 +00002846=1 +00002847=1 +00002848=1 +00002849=1 +0000284a=1 +0000284b=1 +0000284c=1 +00002850=1 +00002855=1 +00002856=1 +00002857=1 +00002858=1 +00002859=1 +0000285a=1 +0000285b=1 +0000285c=1 +0000285d=1 +00002864=1 +00002865=1 +00002866=1 +00002867=1 +00002868=1 +0000286e=1 +0000286f=1 +00002870=1 +00002871=1 +00002872=1 +00002873=1 +00002874=1 +00002875=1 +00002876=1 +00002877=1 +00002878=1 +00002879=1 +0000287a=1 +0000287b=1 +0000287c=1 +0000287d=1 +0000287e=1 +0000287f=1 +00002880=1 +00002881=1 +00002882=1 +00002883=1 +00002884=1 +00002885=1 +00002886=1 +0000288c=1 +0000288d=1 +0000288e=1 +0000288f=1 +00002890=1 +00002891=1 +00002892=1 +00002893=1 +00002896=1 +00002897=1 +00002898=1 +00002899=1 +0000289a=1 +0000289b=1 +0000289c=1 +0000289d=1 +0000289e=1 +0000289f=1 +000028a0=1 +000028a1=1 +000028a2=1 +000028a3=1 +000028a4=1 +000028aa=1 +000028ab=1 +000028ac=1 +000028ad=1 +000028b4=1 +000028b5=1 +000028b6=1 +000028b7=1 +000028b8=1 +000028b9=1 +000028ba=1 +000028bb=1 +000028bc=1 +000028bd=1 +000028c1=1 +000028c2=1 +000028c3=1 +000028c4=1 +000028c5=1 +000028c8=1 +000028c9=1 +000028ca=1 +000028cb=1 +000028d2=1 +000028d3=1 +000028d4=1 +000028d5=1 +000028d6=1 +000028d7=1 +000028d8=1 +000028d9=1 +000028da=1 +000028db=1 +000028dc=1 +000028dd=1 +000028de=1 +000028df=1 +000028e0=1 +000028e1=1 +000028e2=1 +000028e6=1 +000028e7=1 +000028e8=1 +000028e9=1 +000028ea=1 +000028eb=1 +000028ec=1 +000028ed=1 +000028ee=1 +000028f0=1 +000028f1=1 +000028f2=1 +000028f3=1 +000028f4=1 +000028f5=1 +000028fa=1 +000028fb=1 +000028fc=1 +000028fd=1 +000028fe=1 +000028ff=1 +00002900=1 +00002901=1 +00002902=1 +00002903=1 +00002904=1 +00002905=1 +00002906=1 +00002907=1 +00002908=1 +00002909=1 +0000290a=1 +0000290b=1 +0000290c=1 +0000290d=1 +0000290e=1 +0000290f=1 +00002910=1 +00002911=1 +00002912=1 +00002913=1 +00002914=1 +00002915=1 +00002916=1 +00002917=1 +00002918=1 +00002919=1 +0000291a=1 +0000291b=1 +0000291c=1 +0000291d=1 +0000291e=1 +0000292c=1 +0000292d=1 +0000292e=1 +0000292f=1 +00002930=1 +00002931=1 +00002932=1 +00002933=1 +00002934=1 +00002935=1 +00002936=1 +00002937=1 +00002938=1 +00002939=1 +0000293a=1 +0000293b=1 +0000293c=1 +0000293d=1 +0000293e=1 +0000293f=1 +00002940=1 +00002941=1 +00002942=1 +00002943=1 +00002944=1 +00002945=1 +00002946=1 +00002947=1 +00002948=1 +0000294a=1 +0000294b=1 +0000294c=1 +0000294d=1 +0000294e=1 +0000294f=1 +00002950=1 +00002953=1 +0000295e=1 +0000295f=1 +00002960=1 +00002961=1 +00002962=1 +00002963=1 +00002964=1 +00002965=1 +00002966=1 +00002967=1 +00002972=1 +00002973=1 +00002974=1 +00002975=1 +00002976=1 +00002977=1 +00002978=1 +00002979=1 +0000297a=1 +0000297b=1 +0000297c=1 +0000297d=1 +00002981=1 +00002982=1 +00002983=1 +00002984=1 +00002985=1 +00002986=1 +00002987=1 +0000298b=1 +0000298c=1 +0000298d=1 +0000298e=1 +0000298f=1 +00002990=1 +00002995=1 +00002996=1 +00002997=1 +00002998=1 +00002999=1 +0000299a=1 +0000299b=1 +0000299c=1 +0000299d=1 +0000299e=1 +0000299f=1 +000029a0=1 +000029a1=1 +000029a2=1 +000029a3=1 +000029a4=1 +000029a5=1 +000029a6=1 +000029a7=1 +000029a8=1 +000029a9=1 +000029aa=1 +000029ab=1 +000029ac=1 +000029ad=1 +000029ae=1 +000029af=1 +000029b0=1 +000029b1=1 +000029b2=1 +000029b8=1 +000029bd=1 +000029be=1 +000029bf=1 +000029c0=1 +000029c1=1 +000029c2=1 +000029c7=1 +000029cc=1 +000029cd=1 +000029d6=1 +000029d7=1 +000029d8=1 +000029d9=1 +000029da=1 +000029db=1 +000029dc=1 +000029dd=1 +000029e0=1 +000029e1=1 +000029e2=1 +000029e3=1 +000029e7=1 +000029ea=1 +000029eb=1 +000029ec=1 +000029ed=1 +000029ee=1 +000029f4=1 +000029f5=1 +000029f6=1 +000029f7=1 +000029fe=1 +000029ff=1 +00002a00=1 +00002a01=1 +00002a02=1 +00002a03=1 +00002a04=1 +00002a05=1 +00002a06=1 +00002a07=1 +00002a10=1 +00002a12=1 +00002a13=1 +00002a14=1 +00002a15=1 +00002a16=1 +00002a17=1 +00002a18=1 +00002a19=1 +00002a1a=1 +00002a1b=1 +00002a1c=1 +00002a1d=1 +00002a1e=1 +00002a21=1 +00002a22=1 +00002a23=1 +00002a2b=1 +00002a2c=1 +00002a30=1 +00002a31=1 +00002a32=1 +00002a33=1 +00002a34=1 +00002a35=1 +00002a36=1 +00002a37=1 +00002a3a=1 +00002a3b=1 +00002a3c=1 +00002a3d=1 +00002a3e=1 +00002a3f=1 +00002a40=1 +00002a41=1 +00002a42=1 +00002a43=1 +00002a44=1 +00002a45=1 +00002a46=1 +00002a47=1 +00002a48=1 +00002a49=1 +00002a4a=1 +00002a4b=1 +00002a4c=1 +00002a4d=1 +00002a4e=1 +00002a53=1 +00002a54=1 +00002a55=1 +00002a56=1 +00002a57=1 +00002a58=1 +00002a59=1 +00002a5a=1 +00002a5b=1 +00002a5c=1 +00002a5d=1 +00002a5e=1 +00002a5f=1 +00002a60=1 +00002a61=1 +00002a62=1 +00002a63=1 +00002a64=1 +00002a65=1 +00002a66=1 +00002a67=1 +00002a68=1 +00002a69=1 +00002a6a=1 +00002a6b=1 +00002a6c=1 +00002a6d=1 +00002a6e=1 +00002a6f=1 +00002a70=1 +00002a71=1 +00002a72=1 +00002a73=1 +00002a76=1 +00002a77=1 +00002a78=1 +00002a79=1 +00002a7a=1 +00002a7b=1 +00002a7c=1 +00002a7d=1 +00002a7e=1 +00002a7f=1 +00002a80=1 +00002a81=1 +00002a8a=1 +00002a8b=1 +00002a8c=1 +00002a8d=1 +00002a8e=1 +00002a8f=1 +00002a90=1 +00002a9e=1 +00002a9f=1 +00002aa0=1 +00002aa1=1 +00002aa2=1 +00002aa5=1 +00002aa8=1 +00002aa9=1 +00002aaa=1 +00002aab=1 +00002aac=1 +00002aad=1 +00002ab2=1 +00002ab7=1 +00002ab8=1 +00002ab9=1 +00002aba=1 +00002abb=1 +00002ac6=1 +00002ac7=1 +00002ac8=1 +00002ac9=1 +00002aca=1 +00002acb=1 +00002acc=1 +00002ad5=1 +00002ad6=1 +00002ad7=1 +00002adf=1 +00002ae0=1 +00002ae9=1 +00002aea=1 +00002aeb=1 +00002aec=1 +00002aed=1 +00002aee=1 +00002aef=1 +00002af0=1 +00002af1=1 +00002af2=1 +00002af3=1 +00002af4=1 +00002af5=1 +00002af6=1 +00002af7=1 +00002af8=1 +00002af9=1 +00002afa=1 +00002afb=1 +00002afc=1 +00002afd=1 +00002afe=1 +00002aff=1 +00002b00=1 +00002b01=1 +00002b02=1 +00002b03=1 +00002b04=1 +00002b05=1 +00002b06=1 +00002b07=1 +00002b08=1 +00002b0c=1 +00002b0d=1 +00002b0e=1 +00002b0f=1 +00002b11=1 +00002b12=1 +00002b16=1 +00002b17=1 +00002b18=1 +00002b19=1 +00002b1a=1 +00002b1b=1 +00002b1f=1 +00002b20=1 +00002b21=1 +00002b2a=1 +00002b2b=1 +00002b2c=1 +00002b2d=1 +00002b2e=1 +00002b34=1 +00002b39=1 +00002b3e=1 +00002b3f=1 +00002b40=1 +00002b41=1 +00002b42=1 +00002b4d=1 +00002b4e=1 +00002b4f=1 +00002b5c=1 +00002b5d=1 +00002b5e=1 +00002b5f=1 +00002b60=1 +00002b61=1 +00002b62=1 +00002b63=1 +00002b64=1 +00002b65=1 +00002b66=1 +00002b67=1 +00002b68=1 +00002b69=1 +00002b6a=1 +00002b6b=1 +00002b6c=1 +00002b6d=1 +00002b6e=1 +00002b6f=1 +00002b70=1 +00002b71=1 +00002b72=1 +00002b73=1 +00002b74=1 +00002b75=1 +00002b76=1 +00002b8e=1 +00002b8f=1 +00002b90=1 +00002b91=1 +00002b92=1 +00002b93=1 +00002b94=1 +00002ba2=1 +00002ba3=1 +00002ba4=1 +00002ba5=1 +00002bac=1 +00002bad=1 +00002bb6=1 +00002bb7=1 +00002bb8=1 +00002bb9=1 +00002bba=1 +00002bbb=1 +00002bbc=1 +00002bbd=1 +00002bbe=1 +00002bbf=1 +00002bc0=1 +00002bc1=1 +00002bc2=1 +00002bc3=1 +00002bc4=1 +00002bc5=1 +00002bc6=1 +00002bc7=1 +00002bd4=1 +00002bd5=1 +00002bd6=1 +00002bd7=1 +00002bd8=1 +00002bd9=1 +00002bda=1 +00002bdb=1 +00002bde=1 +00002bdf=1 +00002be0=1 +00002be1=1 +00002be2=1 +00002be3=1 +00002be8=1 +00002bed=1 +00002bee=1 +00002bef=1 +00002bf0=1 +00002bf7=1 +00002bf8=1 +00002bf9=1 +00002c01=1 +00002c02=1 +00002c03=1 +00002c04=1 +00002c0b=1 +00002c0c=1 +00002c0d=1 +00002c0e=1 +00002c0f=1 +00002c10=1 +00002c11=1 +00002c12=1 +00002c13=1 +00002c14=1 +00002c15=1 +00002c1a=1 +00002c1b=1 +00002c1c=1 +00002c1d=1 +00002c1e=1 +00002c1f=1 +00002c20=1 +00002c24=1 +00002c25=1 +00002c26=1 +00002c27=1 +00002c28=1 +00002c29=1 +00002c2a=1 +00002c2b=1 +00002c38=1 +00002c39=1 +00002c3d=1 +00002c3e=1 +00002c42=1 +00002c43=1 +00002c44=1 +00002c45=1 +00002c46=1 +00002c47=1 +00002c48=1 +00002c49=1 +00002c4a=1 +00002c4b=1 +00002c4c=1 +00002c4e=1 +00002c4f=1 +00002c50=1 +00002c51=1 +00002c52=1 +00002c53=1 +00002c54=1 +00002c55=1 +00002c56=1 +00002c5e=1 +00002c5f=1 +00002c60=1 +00002c61=1 +00002c62=1 +00002c63=1 +00002c6a=1 +00002c6b=1 +00002c6c=1 +00002c6d=1 +00002c6e=1 +00002c74=1 +00002c79=1 +00002c7a=1 +00002c7b=1 +00002c7e=1 +00002c83=1 +00002c84=1 +00002c86=1 +00002c87=1 +00002c88=1 +00002c89=1 + +[Relayout] + diff --git a/translations/projects/Hungarian/ieviewer.atp b/translations/projects/Hungarian/ieviewer.atp new file mode 100644 index 000000000..34e676845 --- /dev/null +++ b/translations/projects/Hungarian/ieviewer.atp @@ -0,0 +1,25 @@ +[Files] +Original=$BUILD_DIR\plugins\ieviewer\lang\english.slg +Translated=$BUILD_DIR\plugins\ieviewer\lang\hungarian.slg +Include=..\..\symbols\plugins\ieviewer\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +00002774=1 +00002775=0 +00002776=1 +00002777=1 +00002779=1 + +[Relayout] + diff --git a/translations/projects/Hungarian/mmviewer.atp b/translations/projects/Hungarian/mmviewer.atp new file mode 100644 index 000000000..2d980bc7f --- /dev/null +++ b/translations/projects/Hungarian/mmviewer.atp @@ -0,0 +1,233 @@ +[Files] +Original=$BUILD_DIR\plugins\mmviewer\lang\english.slg +Translated=$BUILD_DIR\plugins\mmviewer\lang\hungarian.slg +Include=..\..\symbols\plugins\mmviewer\symbols.inc +SalMenu=..\..\symbols\plugins\mmviewer\salmenu.mnu +CheckList=..\..\symbols\plugins\mmviewer\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +29040000=1 +29040001=1 +29040003=1 +29040004=1 +29040006=1 +29040007=1 +29040008=1 +29040009=1 +2904000a=1 +2904000b=1 +2904000c=1 +2904000d=1 +2904000e=1 + +[MenusTranslation] + +[StringsTranslation] +00002b5c=1 +00002b5d=1 +00002b5e=1 +00002b5f=1 +00002b60=1 +00002b61=1 +00002b62=1 +00002b63=1 +00002b66=1 +00002b67=1 +00002b70=1 +00002b73=1 +00002b74=1 +00002b75=1 +00002b76=1 +00002b77=1 +00002b78=1 +00002b79=1 +00002b7a=1 +00002b7b=1 +00002b7c=1 +00002bc0=1 +00002bc1=1 +00002bc2=1 +00002bc4=1 +00002bc5=1 +00002bc6=1 +00002bc7=1 +00002bc8=1 +00002bc9=1 +00002bca=1 +00002bcb=1 +00002bde=1 +00002be0=1 +00002c06=1 +00002c07=1 +00002c10=1 +00002c11=1 +00002c1a=1 +00002cec=1 +00002ced=1 +00002cee=1 +00002cef=1 +00002cf0=1 +00002cf1=1 +00002cf2=1 +00002cf3=1 +00002ee1=1 +00002ee2=1 +00002ee9=1 +00002eea=1 +00002eeb=1 +00002eec=1 +00002eed=1 +00002eee=1 +00002eef=1 +00002ef0=1 +00002ef1=1 +00002ef2=1 +00002ef3=1 +00002ef4=1 +00002ef5=1 +00002ef6=1 +00002ef7=1 +00002ef8=1 +00002ef9=1 +00002efa=1 +00002efb=1 +00002efc=1 +00002efd=1 +00002f44=1 +00002f45=1 +00002f46=1 +00002f47=1 +00002f48=1 +00002f49=1 +00002f4a=1 +00002f4b=1 +00002f4c=1 +00002f4d=1 +00002f4e=1 +00002f4f=1 +00002f50=1 +00002f51=1 +00002f52=1 +00002f53=1 +00002f54=1 +00002f55=1 +00002f56=1 +00002f57=1 +00002f58=1 +00002f59=1 +00002f5a=1 +00002f5b=1 +00002f5c=1 +00002f5d=1 +00002f5e=1 +00002f5f=1 +00002f60=1 +00002f61=1 +00002f62=1 +00002fa8=1 +00002fa9=1 +00002faa=1 +00002fab=1 +00002fac=1 +0000300c=1 +0000300d=1 +0000300e=1 +0000300f=1 +00003010=1 +00003011=1 +00003012=1 +00003013=1 +00003014=1 +00003015=1 +00003016=1 +00003017=1 +00003018=1 +00003019=1 +0000301a=1 +0000301b=1 +0000301c=1 +0000301d=1 +0000301e=1 +0000301f=1 +00003020=1 +00003021=1 +00003022=1 +00003023=1 +00003024=1 +00003025=1 +00003026=1 +00003027=1 +00003070=1 +00003071=1 +00003072=1 +00003073=1 +00003074=1 +00003075=1 +00003076=1 +00003077=1 +000030d5=1 +000030d6=1 +000030d7=1 +000030d8=1 +000030d9=1 +000030da=1 +000030db=1 +000030dc=1 +000030dd=1 +000030de=1 +000030df=1 +000030e0=1 +000030e1=1 +000030e2=1 +000030e3=1 +000030e4=1 +000030e5=1 +000030e6=1 +000030e7=1 +000030e8=1 +000030e9=1 +000030ea=1 +000030eb=1 +000030ec=1 +000030ed=1 +000030ee=1 +000030ef=1 +000030f0=1 +000030f1=1 +000030f2=1 +000030f3=1 +000030f4=1 +000030f5=1 +000030f6=1 +000030f7=1 +000030f8=1 +000030f9=1 +000030fa=1 +000030fb=1 +000030fc=1 +000030fd=1 +000030fe=1 +00003138=1 +00003139=1 +0000313a=1 +0000313b=1 +0000313c=1 +0000313d=1 +0000313e=1 +0000313f=1 +00003140=1 +00003141=1 +00003142=1 +00003143=1 +00003144=1 +00003145=1 + +[Relayout] + diff --git a/translations/projects/Hungarian/nethood.atp b/translations/projects/Hungarian/nethood.atp new file mode 100644 index 000000000..99fce59aa --- /dev/null +++ b/translations/projects/Hungarian/nethood.atp @@ -0,0 +1,42 @@ +[Files] +Original=$BUILD_DIR\plugins\nethood\lang\english.slg +Translated=$BUILD_DIR\plugins\nethood\lang\hungarian.slg +Include=..\..\symbols\plugins\nethood\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00660000=1 +00660001=1 +00660002=1 +00660003=1 +00660004=1 +00660005=1 +00660006=1 +00660008=1 +00660009=1 +0066000a=1 + +[MenusTranslation] + +[StringsTranslation] +00000080=1 +00000081=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 + +[Relayout] + diff --git a/translations/projects/Hungarian/pak.atp b/translations/projects/Hungarian/pak.atp new file mode 100644 index 000000000..e9a9cb9fe --- /dev/null +++ b/translations/projects/Hungarian/pak.atp @@ -0,0 +1,70 @@ +[Files] +Original=$BUILD_DIR\plugins\pak\lang\english.slg +Translated=$BUILD_DIR\plugins\pak\lang\hungarian.slg +Include=..\..\symbols\plugins\pak\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640005=1 +00640008=1 +00640009=1 + +[MenusTranslation] + +[StringsTranslation] +000001f4=1 +000001f5=1 +000001f6=1 +000001f7=1 +000001f8=1 +000001f9=1 +000001fa=1 +000001fb=1 +000001fc=1 +000001fd=1 +000001fe=1 +000001ff=1 +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 + +[Relayout] + diff --git a/translations/projects/Hungarian/peviewer.atp b/translations/projects/Hungarian/peviewer.atp new file mode 100644 index 000000000..4fa2eaf51 --- /dev/null +++ b/translations/projects/Hungarian/peviewer.atp @@ -0,0 +1,37 @@ +[Files] +Original=$BUILD_DIR\plugins\peviewer\lang\english.slg +Translated=$BUILD_DIR\plugins\peviewer\lang\hungarian.slg +Include=..\..\symbols\plugins\peviewer\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +21350000=1 +21350001=1 +21350003=1 +21350004=1 +21350005=1 +21350007=1 +21350008=1 +21350009=1 +2135000a=1 +2135000b=1 + +[MenusTranslation] + +[StringsTranslation] +000003f8=1 +00002774=1 +00002775=1 +00002776=1 +00002777=1 +00002778=1 +00002786=1 + +[Relayout] + diff --git a/translations/projects/Hungarian/pictview.atp b/translations/projects/Hungarian/pictview.atp new file mode 100644 index 000000000..1b40d7570 --- /dev/null +++ b/translations/projects/Hungarian/pictview.atp @@ -0,0 +1,590 @@ +[Files] +Original=$BUILD_DIR\plugins\pictview\lang\english.slg +Translated=$BUILD_DIR\plugins\pictview\lang\hungarian.slg +Include=..\..\symbols\plugins\pictview\symbols.inc +SalMenu=..\..\symbols\plugins\pictview\salmenu.mnu +IgnoreList=..\..\symbols\plugins\pictview\ignore.lst +CheckList=..\..\symbols\plugins\pictview\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +07d00000=1 +07d00001=1 +07d00003=1 +07d00005=1 +07d00006=1 +07d00007=1 +07d00008=1 +07d00009=1 +07d0000a=1 +07d0000b=1 +07e40000=1 +07e40001=1 +07e40002=1 +07e40003=1 +07e40004=1 +07e40005=1 +07e40006=1 +07e40007=1 +07e40008=1 +07e40009=1 +07e4000a=1 +07f80000=1 +07f80001=1 +07f80002=1 +07f80003=1 +07f80005=1 +07f80007=1 +07f80008=1 +07f80009=1 +07f8000a=1 +080c0000=1 +080c0001=1 +080c0002=1 +080c0003=1 +08160000=1 +08160001=1 +08160002=1 +08160003=1 +08160004=1 +08160005=1 +08160006=1 +08160007=1 +08160009=1 +0816000b=1 +08200000=1 +08200001=1 +08200002=1 +08200004=1 +08200006=1 +08200007=1 +08200009=1 +08340000=1 +08340001=1 +08340002=1 +08340003=1 +08340005=1 +08340007=1 +08340009=1 +0834000b=1 +0834000d=1 +0834000f=1 +08340011=1 +08340013=1 +08340015=1 +08480000=1 +08480003=1 +08480004=1 +08480005=1 +08480006=1 +08480007=1 +08480008=1 +08520000=1 +08520001=1 +08520003=1 +08520004=1 +08520005=1 +085c0000=1 +085c0001=1 +085c0003=1 +085c0004=1 +08660000=1 +08660001=1 +08660002=1 +08660003=1 +08660004=1 +08660005=1 +08660006=1 +08660007=1 +08660008=1 +08660009=1 +0866000c=1 +0866000d=1 +0866000f=1 +08660010=1 +08660011=1 +087a0000=1 +087a0003=1 +087a0004=1 +08840000=1 +08840001=1 +08840004=1 +08840007=1 +08840008=1 +08840009=1 +08fc0001=1 +08fc0003=1 +08fc0004=1 +08fc0006=1 +08fc0008=1 +08fc000a=1 +08fc000b=1 +08fc000d=1 +08fc000e=1 +08fc000f=1 +08fc0010=1 +08fc0011=1 +08fc0013=1 +08fc0014=1 +08fc0016=1 +08fc0017=1 +08fc0018=1 +08fc001a=1 +09600000=1 +09600001=1 +09600002=1 +09600003=1 +09600004=1 +09600005=1 +09600007=1 +09600009=1 +0960000b=1 +0960000d=1 +0960000f=1 +09600010=1 +09600011=1 +09600012=1 +09c40000=1 +09c40002=1 +09c40004=1 +09c40005=1 +09c40006=1 +09c40009=1 +09c4000c=1 +09c4000d=1 +09c4000e=1 +09c40010=1 +09c40011=1 +09c40012=1 +09c40013=1 +09c40016=1 +09c40019=1 +09c4001a=1 +09c4001b=1 +09c4001c=1 +09c4001d=1 +09e20000=1 +09e20001=1 + +[MenusTranslation] + +[StringsTranslation] +000001f4=1 +000001f5=1 +000001f6=1 +000001f7=1 +000001f8=1 +000001f9=1 +000001fa=1 +000001fb=1 +000001fc=1 +000001fd=1 +000001fe=1 +000001ff=1 +00000200=1 +00000201=1 +00000202=1 +00000203=1 +00000204=1 +00000205=1 +00000206=1 +00000207=1 +00000208=1 +00000209=1 +0000020a=1 +0000020b=1 +0000020c=1 +0000020d=1 +0000020e=1 +0000020f=1 +00000210=1 +00000211=1 +00000212=1 +00000213=1 +00000214=1 +00000215=1 +00000216=1 +00000217=1 +0000021d=1 +0000021e=1 +0000021f=1 +00000220=1 +00000221=1 +00000226=1 +00000227=1 +00000228=1 +00000230=1 +00000231=1 +00000232=1 +00000233=1 +00000234=1 +00000235=1 +00000236=1 +00000237=1 +00000238=1 +00000239=1 +0000023a=1 +00000244=1 +00000245=1 +00000246=1 +00000247=1 +00000248=1 +00000249=1 +0000024e=1 +0000024f=1 +00000250=1 +00000251=1 +00000254=1 +00000262=1 +00000263=1 +00000264=1 +00000265=1 +00000266=1 +00000267=1 +000003e7=1 +000003e8=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +00000418=1 +00000419=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +00000441=1 +00000442=1 +00000443=1 +00000444=1 +00000445=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +00000455=1 +00000456=1 +00000457=1 +00000458=1 +00000459=1 +0000045a=1 +0000045b=1 +0000045c=1 +0000045d=1 +0000045e=1 +0000045f=1 +00000460=1 +00000461=1 +00000462=1 +00000469=1 +0000046a=1 +0000046b=1 +0000046c=1 +0000046d=1 +00000474=1 +00000475=1 +00000476=1 +00000477=1 +00000479=1 +0000047a=1 +0000047b=1 +0000047c=1 +00000488=1 +00000489=1 +0000048a=1 +0000048b=1 +0000048c=1 +00000492=1 +00000898=1 +00000899=1 +0000089a=1 +0000089b=1 +0000089c=1 +0000089d=1 +0000089e=1 +0000089f=1 +000008a0=1 +000008a1=1 +000008a2=1 +000008a3=1 +000008a4=1 +000008a5=1 +000008a6=1 +000008a7=1 +000008a8=1 +000008a9=1 +000008aa=1 +000008ab=1 +000008ac=1 +000008ad=1 +000008ae=1 +000008af=1 +000008b0=1 +000008b5=1 +000008b6=1 +000008b7=1 +000008b8=1 +000008b9=1 +000008ba=1 +000008bb=1 +000008bc=1 +000008bd=1 +000008be=1 +000008bf=1 +000008c0=1 +000008c1=1 +000008c2=1 +000008c3=1 +000008c4=1 +000008c5=1 +000008c6=1 +000008c7=1 +000008c8=1 +000008c9=1 +000008ca=1 +000008cb=1 +000008e8=1 +000008e9=1 +000008ea=1 +000008eb=1 +000008ec=1 +000008f2=1 +000008f3=1 +000008f4=1 +000008f5=1 +000008f6=1 +000008f7=1 +000008f8=1 +00000902=1 +00000903=1 +00000fa3=1 +00000fa4=1 +00000fa6=1 +00000fa7=1 +00000fa9=1 +00000faf=1 +00000fb1=1 +00000fb3=1 +00000fb5=1 +00000fbb=1 +00000fbc=1 +00000fbd=1 +00000fbe=1 +00000fc5=1 +00000fc6=1 +00000fc7=1 +00000fca=1 +00000fcb=1 +00000fcc=1 +00000fd1=1 +00000fd4=1 +00000fd8=1 +00000fd9=1 +00000fda=1 +00000fdb=1 +00000fdf=1 +00000fe0=1 +00000fe1=1 +00000fe2=1 +00000fe3=1 +00000fe4=1 +00000fe5=1 +00000fe7=1 +00000fe9=1 +00000fea=1 +00000feb=1 +00000fec=1 +00000fed=1 +00000fee=1 +00000fef=1 +00000ff0=1 +00000ff1=1 +00000ff2=1 +00000ff3=1 +00000ff4=1 +00000ff5=1 +00000ff6=1 +00000ff7=1 +00000ff8=1 +00000ff9=1 +00000ffa=1 +00000ffb=1 +00000ffc=1 +00000ffd=1 +00000ffe=1 +00001000=1 +00001001=1 +00001003=1 +00001004=1 +00001006=1 +0000100b=1 +0000100c=1 +0000100f=1 +00001010=1 +00001013=1 +00001015=1 +00001017=1 +00001018=1 +00001019=1 +0000101a=1 +0000101b=1 +0000101c=1 +0000101d=1 +0000101e=1 +00001022=1 +00001045=1 +00001054=1 +00001063=1 +0000106d=1 +0000106e=1 +0000106f=1 +00001071=1 +00001072=1 +0000107b=1 +0000107c=1 +0000107f=1 +00001080=1 +00001088=1 +0000108c=1 +00001091=1 +00001092=1 +00001093=1 +00001094=1 +00001095=1 +00001096=1 +00001098=1 +0000109a=1 +0000109c=1 +0000109d=1 +0000109e=1 +000010a1=1 +000010a3=1 +000010a4=1 +000010a5=1 +000010a6=1 +000010a7=1 +000010a8=1 +000010a9=1 +000010aa=1 +000010ad=1 +000010ae=1 +000010af=1 +000010b8=1 +000010b9=1 +000010be=1 +000010bf=1 +000010c8=1 +000010c9=1 +000010ca=1 +000010cb=1 +000010cc=1 +000010cd=1 +000010ce=1 +000010cf=1 +000010d3=1 +000010d4=1 +000010d5=1 +000010d6=1 +000010d9=1 +000010db=1 +000010df=1 +000010e2=1 +000010e3=1 +000010e4=1 +000010e6=1 +000010e9=1 +000010ea=1 +000010eb=1 +000010ec=1 +000010f4=1 +000010f8=1 +000010f9=1 +000010fa=1 +000010fb=1 +00001142=1 + +[Relayout] + diff --git a/translations/projects/Hungarian/regedt.atp b/translations/projects/Hungarian/regedt.atp new file mode 100644 index 000000000..890776683 --- /dev/null +++ b/translations/projects/Hungarian/regedt.atp @@ -0,0 +1,238 @@ +[Files] +Original=$BUILD_DIR\plugins\regedt\lang\english.slg +Translated=$BUILD_DIR\plugins\regedt\lang\hungarian.slg +Include=..\..\symbols\plugins\regedt\symbols.inc +SalMenu=..\..\symbols\plugins\regedt\salmenu.mnu +IgnoreList=..\..\symbols\plugins\regedt\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640004=1 +00640005=1 +006e0000=1 +006e0001=1 +006e0003=1 +006e0004=1 +006e0006=1 +006e0007=1 +00780000=1 +00780002=1 +00780003=1 +00780004=1 +00780005=1 +00780006=1 +00780007=1 +00780009=1 +0078000b=1 +00820003=1 +00820004=1 +00820005=1 +00870000=1 +00870001=1 +00870003=1 +00870004=1 +00870006=1 +00870007=1 +00870008=1 +00870009=1 +0087000a=1 +0087000b=1 +0087000c=1 +0087000d=1 +0087000e=1 +0087000f=1 +00870010=1 +00870011=1 +00870012=1 +00870014=1 +00870015=1 +00870017=1 +00870018=1 +00a50000=1 +00a50001=1 +00a50003=1 +00a50005=1 +00a50006=1 +00a50007=1 +00a50008=1 +00a60000=1 +00a60001=1 +00a60002=1 +00a60005=1 +00a60008=1 +00a6000c=1 +00a6000d=1 +00af0003=1 +00af0004=1 +00b10000=1 +00b10001=1 +00b10003=1 +00b10005=1 +00b10006=1 +00b10007=1 + +[MenusTranslation] + +[StringsTranslation] +000000b0=1 +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fe=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000418=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +00000441=1 +00000442=1 +00000443=1 +00000444=1 +00000445=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000451=1 +00000453=1 +00000454=1 +00000455=1 +00000456=1 +00000457=1 +00000458=1 +00000459=1 +0000045a=1 +0000045b=1 +0000045c=1 +0000045d=1 +0000045e=1 +0000045f=1 +00000460=1 +00000461=1 +00000462=1 +00000463=1 +00000464=1 +00000465=1 +00000466=1 +00000467=1 +00000468=1 +00000469=1 +0000046a=1 +0000046b=1 +0000046c=1 +0000046d=1 +0000046e=1 +0000046f=1 +00000470=1 +00000471=1 +00000472=1 +00000473=1 +00000474=1 +00000475=1 +00000476=1 +00000477=1 +00000478=1 +00000479=1 +0000047a=1 +0000047b=1 +0000047c=1 +0000047d=1 +0000047e=1 +0000047f=1 +00000480=1 +00000481=1 +00000482=1 +00000486=1 +00000487=1 +00000488=1 +00000489=1 +0000048a=1 +0000048b=1 +0000048c=1 +0000048d=1 + +[Relayout] + diff --git a/translations/projects/Hungarian/renamer.atp b/translations/projects/Hungarian/renamer.atp new file mode 100644 index 000000000..20f407e8e --- /dev/null +++ b/translations/projects/Hungarian/renamer.atp @@ -0,0 +1,370 @@ +[Files] +Original=$BUILD_DIR\plugins\renamer\lang\english.slg +Translated=$BUILD_DIR\plugins\renamer\lang\hungarian.slg +Include=..\..\symbols\plugins\renamer\symbols.inc +SalMenu=..\..\symbols\plugins\renamer\salmenu.mnu +IgnoreList=..\..\symbols\plugins\renamer\ignore.lst +CheckList=..\..\symbols\plugins\renamer\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640002=1 +00640004=1 +00640005=1 +00640006=1 +00640009=1 +0064000c=1 +0064000e=1 +00640011=1 +00640014=1 +00640015=1 +00640016=1 +00640017=1 +00640018=1 +00640019=1 +0064001b=1 +0064001d=1 +0064001f=1 +00640020=1 +008c0000=1 +008c0001=1 +008c0003=1 +008c0005=1 +008c0007=1 +008c0009=1 +008c000b=1 +008c000c=1 +00960000=1 +00960001=1 +00960003=1 +00960005=1 +00960007=1 +00960009=1 +0096000b=1 +0096000c=1 +0096000d=1 +00a00000=1 +00a00001=1 +00a00003=1 +00a00004=1 +00a00005=1 +00a00006=1 +00a00007=1 +00aa0000=1 +00aa0001=1 +00aa0003=1 +00aa0004=1 +00aa0006=1 +00aa0007=1 +00af0000=1 +00af0003=1 +00b40000=1 +00b40001=1 +00b40003=1 +00b40004=1 +00b90000=1 +00b90001=1 +00b90002=1 +00b90004=1 +00b90006=1 +00b90008=1 +00b90009=1 +00be0000=1 +00be0001=1 +00be0002=1 +00be0005=1 +00be0008=1 +00be000b=1 +00be000c=1 +00be000d=1 +00be000e=1 +00be0010=1 +00be0011=1 +00be0012=1 + +[MenusTranslation] + +[StringsTranslation] +0000007a=1 +0000007b=1 +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=0 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +00000418=1 +00000419=1 +0000041a=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000439=1 +0000043b=1 +0000043d=1 +0000043f=1 +00000441=1 +00000443=1 +00000445=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000450=1 +00000451=1 +00000452=1 +00000453=1 +00000454=1 +00000455=1 +00000456=1 +00000457=1 +00000458=1 +00000459=1 +0000045a=1 +0000045b=1 +0000045c=1 +0000045d=1 +0000045e=1 +0000045f=1 +00000460=1 +00000461=1 +00000462=1 +00000463=1 +00000465=1 +00000466=1 +00000467=1 +00000468=1 +00000469=1 +0000046a=1 +0000046b=1 +0000046c=1 +0000046d=1 +0000046e=1 +0000046f=1 +00000470=1 +00000471=1 +00000472=1 +00000473=1 +00000474=1 +00000475=1 +00000476=1 +00000477=1 +00000478=1 +00000479=1 +0000047a=1 +0000047b=1 +0000047c=1 +0000047d=1 +0000047e=1 +0000047f=1 +00000480=1 +00000481=1 +00000482=1 +00000483=1 +00000484=1 +00000485=1 +00000486=1 +00000487=1 +00000488=1 +00000489=1 +0000048a=1 +0000048b=1 +0000048c=1 +0000048d=1 +0000048e=1 +0000048f=1 +00000490=1 +00000491=1 +00000492=1 +00000493=1 +00000494=1 +00000495=1 +00000496=1 +00000497=1 +00000498=1 +00000499=1 +0000049a=1 +0000049b=1 +0000049c=1 +0000049d=1 +0000049e=1 +0000049f=1 +000004a0=1 +000004a1=1 +000004a2=1 +000004a3=1 +000004a4=1 +000004a5=1 +000004a6=1 +000004a7=1 +000004a8=1 +000004a9=1 +000004aa=1 +000004ab=1 +000004ac=1 +000004ad=1 +000004ae=1 +000004af=1 +000004b0=1 +000004b1=1 +000004b2=1 +000004b3=1 +000004b4=1 +000004b5=1 +000004b6=1 +000004b7=1 +000004b8=1 +000004b9=1 +000004ba=1 +000004bb=1 +000004bc=1 +000004bd=1 +000004be=1 +000004bf=1 +000004c0=1 +000004c1=1 +000004c2=1 +000004c3=1 +000004c4=1 +000004c5=1 +000004c6=1 +000004c7=1 +000004c8=1 +000004c9=1 +000004ca=1 +000004cb=1 +000004cc=1 +000004cd=1 +000004ce=1 +000004cf=1 +000004d0=1 +000004d1=1 +000004d2=1 +000004d3=1 +000004d4=1 +000004d5=1 +000004d6=1 +000004d7=1 +000004d8=1 +000004d9=1 +000004da=1 +000004dc=1 +000004dd=1 +000004de=1 +000004df=1 +000004e0=1 +000004e1=1 +000004e2=1 +000004e3=1 +000004e4=1 +000004e5=1 +000004e6=1 +000004e7=1 +000004e8=1 +000004e9=1 +000004ea=1 +000004eb=1 +000004ec=1 +000004ed=1 +000004ee=1 +000004ef=1 +000004f0=1 +000004f1=1 +000004f2=1 +000004f3=1 +000004f4=1 +000004f5=1 +000004f6=1 +000004f7=1 +000004f8=1 +000004f9=1 +000004fa=1 +000004fb=1 +000004fc=1 +000004fd=1 +000004fe=1 +000004ff=1 +00000500=1 +00000501=1 +00000503=1 +00000504=1 +00000505=1 +00000506=1 + +[Relayout] + diff --git a/translations/projects/Hungarian/salamand.atp b/translations/projects/Hungarian/salamand.atp new file mode 100644 index 000000000..efaa3f087 --- /dev/null +++ b/translations/projects/Hungarian/salamand.atp @@ -0,0 +1,2505 @@ +[Files] +Original=$BUILD_DIR\lang\english.slg +Translated=$BUILD_DIR\lang\hungarian.slg +Include=..\..\symbols\symbols.inc +SalMenu=..\..\symbols\salmenu.mnu +IgnoreList=..\..\symbols\ignore.lst +CheckList=..\..\symbols\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640004=1 +00640005=1 +00640006=1 +00680000=1 +00680001=1 +00680003=1 +00680004=1 +00680005=1 +00680006=1 +00940000=1 +00940001=1 +00940003=1 +00940005=1 +00940007=1 +00940009=1 +00950000=1 +00950001=1 +00950003=1 +00950005=1 +00960005=1 +00960007=1 +0096000a=1 +0096000c=1 +00aa0001=1 +00aa0003=1 +00aa0005=1 +00aa0006=1 +00aa0007=1 +00aa0008=1 +00b40000=1 +00b40001=1 +00b40004=1 +00b40007=1 +00b40008=1 +00b40009=1 +00b4000a=1 +00b4000b=1 +00be0001=1 +00be0004=1 +00be0005=1 +00be0006=1 +00be0007=1 +00be0008=1 +00bf0000=1 +00bf0001=1 +00bf0002=1 +00bf0003=1 +00bf0005=1 +00bf0006=1 +00bf0007=1 +00bf0008=1 +00bf0009=1 +00bf000a=1 +00bf000b=1 +00bf000c=1 +00bf000d=1 +00bf000f=1 +00bf0010=1 +00bf0011=1 +00bf0012=1 +00bf0013=1 +00bf0014=1 +00bf0015=1 +00bf0017=1 +00bf0019=1 +00bf001b=1 +00bf001d=1 +00bf001e=1 +00bf001f=1 +00bf0020=1 +00c80000=1 +00c80001=1 +00c80003=1 +00c80005=1 +00c80007=1 +00c80008=1 +00c80009=1 +00c8000a=1 +00cc0004=1 +00cc0005=1 +00cc0006=1 +00cd0004=1 +00cd0005=1 +00cd0006=1 +00cd0009=1 +00cd000a=1 +00cd000b=1 +00cd000c=1 +00cd000d=1 +00cd000e=1 +00cd0010=1 +00cd0011=1 +00cd0015=1 +00cd0016=1 +00cd0017=1 +00cd0018=1 +00ce0003=1 +00ce0004=1 +00ce0005=1 +00cf0003=1 +00cf0004=1 +00cf0005=1 +00d00004=1 +00d00005=1 +00d00006=1 +00e60001=1 +00e60003=1 +00e60005=1 +00e60006=1 +00f00000=1 +00f00001=1 +00f00003=1 +00f00005=1 +00f00007=1 +00f00008=1 +00f00009=1 +00f0000a=1 +00f10000=1 +00f10002=1 +00f10003=1 +00f10004=1 +00f10005=1 +00f10006=1 +00f10007=1 +00f10008=1 +00f1000a=1 +00f1000b=1 +00f1000e=1 +00f10011=1 +00f10014=1 +00f10016=1 +00f10017=1 +00f10019=1 +00f1001a=1 +00f1001b=1 +01040000=1 +01040001=1 +01040003=1 +01040005=1 +01040007=1 +01040009=1 +0104000b=1 +0104000d=1 +0104000f=1 +01040011=1 +01040013=1 +01040015=1 +01040016=1 +01040018=1 +0104001b=1 +0104001c=1 +010e0003=1 +010e0004=1 +010e0005=1 +010e0006=1 +010e0007=1 +010e0008=1 +010e0009=1 +012c0000=1 +012c0001=1 +012c0002=1 +012c0003=1 +012c0004=1 +012c0005=1 +012c0006=1 +012c0008=1 +012c0009=1 +012c000a=1 +012c000b=1 +012c000c=1 +012c000d=1 +012c000e=1 +012c000f=1 +01400000=1 +01400001=1 +01400003=1 +01400005=1 +01400006=1 +01400007=1 +01400008=1 +0140000a=1 +0140000b=1 +0140000d=1 +0140000e=1 +0140000f=1 +01400010=1 +01400011=1 +015e0000=1 +015e0001=1 +015e0003=1 +015e0004=1 +015e0005=1 +015e0006=1 +015e0009=1 +015e000c=1 +015e000f=1 +015e0010=1 +015e0011=1 +015e0012=1 +01720000=1 +01720002=1 +01720005=1 +01720006=1 +01720007=1 +01720008=1 +01810000=1 +01810001=1 +01810002=1 +01810004=1 +01810005=1 +01810006=1 +01810007=1 +01900000=1 +01900002=1 +01900003=1 +01900004=1 +01900005=1 +01900006=1 +01900008=1 +01900009=1 +0190000a=1 +0190000b=1 +0190000d=1 +0190000e=1 +01900010=1 +01900011=1 +01900012=1 +01940000=1 +01940001=1 +01940004=1 +01940007=1 +01940008=1 +01940009=1 +01950000=1 +01950001=1 +01950002=1 +01950004=1 +01950006=1 +01950007=1 +01950008=1 +01950009=1 +019a0000=1 +019a0001=1 +019a0003=1 +019a0005=1 +019a0007=1 +019a0009=1 +019a000b=1 +019a000d=1 +019a0010=1 +019a0011=1 +019a0013=1 +019a0014=1 +019a0015=1 +019a0016=1 +019a0017=1 +019a0018=1 +019a0019=1 +019a001a=1 +019a001b=1 +019a001c=1 +019a001e=1 +019a0020=1 +019a0022=1 +019a0024=1 +01c20000=1 +01c20001=1 +01c20003=1 +01c20004=1 +01c20005=1 +01c20007=1 +01c20009=1 +01c2000a=1 +01c2000b=1 +01c70000=1 +01c70001=1 +01c70004=1 +01c70005=1 +01c70006=1 +01c70007=1 +01c70008=1 +01cc0000=1 +01cc0002=1 +01cc0003=1 +01cc0004=1 +01dc0000=1 +01dc0001=1 +01dc0003=1 +01dc0004=1 +01dc0005=1 +01dc0007=1 +01dc0008=1 +01dc0009=1 +01dc000b=1 +01dc000c=1 +01dc000d=1 +01dc000f=1 +01dc0010=1 +01dc0011=1 +01dc0013=1 +01dc0014=1 +01dc0015=1 +01dc0016=1 +01dc0018=1 +01ea0006=1 +01ea0008=1 +01f10006=1 +01f10008=1 +01f1000a=1 +01fe0000=1 +01fe0003=1 +01fe0005=1 +01fe0006=1 +01fe0007=1 +01fe0008=1 +02080000=1 +02080003=1 +02080005=1 +02080006=1 +02080008=1 +02080009=1 +0208000a=1 +0208000b=1 +02120000=1 +02120001=1 +02120003=1 +02120006=1 +02120009=1 +02170000=1 +02170001=1 +02170002=1 +02170003=1 +02170004=1 +02170005=1 +02170006=1 +02170007=1 +02170008=1 +02170009=1 +0217000a=1 +0217000b=1 +0217000c=1 +0217000d=1 +0217000e=1 +0217000f=1 +02170011=1 +02260000=1 +02260002=1 +02260004=1 +02260006=1 +02260008=1 +0226000a=1 +0226000e=1 +02260013=1 +02260016=1 +0226001a=1 +0226001c=1 +0226001e=1 +02260020=1 +02260023=1 +02260025=1 +02260027=1 +0226002a=1 +0226002b=1 +0226002c=1 +023f0000=1 +023f0001=1 +02440000=1 +02440001=1 +02440003=1 +02440005=1 +02440006=1 +02440009=1 +0244000c=1 +024e0000=1 +024e0001=1 +024e0003=1 +024e0006=1 +024e0009=1 +02530000=1 +02530001=1 +02530002=1 +02530003=1 +02530004=1 +02530005=1 +02530006=1 +02530007=1 +02530008=1 +0253000a=1 +0253000d=1 +0253000e=1 +02530010=1 +02760000=1 +02760001=1 +02760003=1 +02760004=1 +02760005=1 +02760006=1 +02760007=1 +02760008=1 +02760009=1 +0276000a=1 +0276000c=1 +0276000d=1 +0276000e=1 +02760010=1 +02760011=1 +02760013=1 +02760015=1 +02760017=1 +02760019=1 +0276001a=1 +0276001c=1 +0276001e=1 +0276001f=1 +02760020=1 +02760021=1 +02940000=1 +02940001=1 +02940003=1 +02940004=1 +02940006=1 +02940007=1 +02940008=1 +029e0000=1 +029e0001=1 +029e0003=1 +029e0004=1 +029e0005=1 +029e0006=1 +029e0007=1 +029e0008=1 +02a80001=1 +02a80003=1 +02a80005=1 +02a80006=1 +02a80007=1 +02a90001=1 +02a90003=1 +02a90005=1 +02aa0001=1 +02aa0004=1 +02aa0005=1 +02aa0006=1 +02ab0001=1 +02ab0004=1 +02ab0005=1 +02ab0006=1 +03f20000=1 +03f20001=1 +03f20003=1 +03f20004=1 +03f20005=1 +03f20006=1 +03f20007=1 +03f20008=1 +03fe0000=1 +03fe0001=1 +03fe0003=1 +03fe0004=1 +03fe0005=1 +04030000=1 +04030001=1 +04030003=1 +04030004=1 +04030006=1 +04030008=1 +0403000a=1 +0403000b=1 +0403000c=1 +0403000d=1 +04060000=1 +04060001=1 +04060003=1 +04060004=1 +04060005=1 +04060006=1 +04060008=1 +0406000a=1 +0406000c=1 +0406000e=1 +0406000f=1 +04060010=1 +04060011=1 +04100000=1 +04100001=1 +04100003=1 +04100006=1 +04100007=1 +04100008=1 +04150000=1 +04150001=1 +04150003=1 +04150004=1 +04150005=1 +04150006=1 +04150007=1 +041a0000=1 +041a0001=1 +041a0002=1 +041a0003=1 +041a0004=1 +041a0005=1 +041a0006=1 +041a0007=1 +041a0008=1 +041a0009=1 +041a000a=1 +041a000b=1 +041f0000=1 +041f0001=1 +041f0003=1 +041f0004=1 +041f0005=1 +04240000=1 +04240001=1 +04240002=1 +04240004=1 +04240005=1 +04240006=1 +04290000=1 +04290001=1 +04290002=1 +04290003=1 +04290004=1 +042e0000=1 +042e0001=1 +042e0004=1 +042e0007=1 +042e0008=1 +042e0009=1 +042e000a=1 +042e000b=1 +04310000=1 +04310001=1 +04310003=1 +04310005=1 +04310007=1 +04310008=1 +04310009=1 +0431000a=1 +04380001=1 +04380003=1 +04380005=1 +04380006=1 +04380007=1 +04380008=1 +04380009=1 +043a0000=1 +043a0001=1 +043a0003=1 +043a0004=1 +043a0005=1 +043a0006=1 +043a0007=1 +043d0000=1 +043d0001=1 +043d0002=1 +043d0003=1 +043d0005=1 +043d0007=1 +043d0008=1 +043d0009=1 +043d000a=1 +043d000b=1 +043d000c=1 +043d000d=1 +043d000e=1 +043d000f=1 +043d0010=1 +04510000=1 +04510001=1 +04510002=1 +04510003=1 +04510005=1 +04510007=1 +04510009=1 +0451000a=1 +0451000b=1 +0451000d=1 +0451000e=1 +0451000f=1 +04510011=1 +04510012=1 +04510014=1 +04510015=1 +04510016=1 +04510017=1 +04510018=1 +04560000=1 +04560001=1 +04560002=1 +04560003=1 +04560004=1 +04600000=1 +04600001=1 +04600002=1 +04600003=1 +04600004=1 +04600006=1 +04600008=1 +046a0000=1 +046a0001=1 +046a0002=1 +046a0003=1 +046a0004=1 +046a0006=1 +046a0008=1 +046f0000=1 +046f0001=1 +046f0002=1 +046f0003=1 +046f0004=1 +046f0006=1 +04740000=1 +04740001=1 +04740002=1 +04740003=1 +04740004=1 +04740005=1 +08fc0000=1 +08fc0001=1 +08fc0003=1 +08fc0005=1 +08fc0007=1 +08fc0008=1 +08fc000b=1 +08fc000e=1 +08fc000f=1 +08fc0010=1 +08fc0013=1 +08fc0016=1 +08fc0017=1 +09100000=1 +09100001=1 +09100003=1 +09100005=1 +09100007=1 +09100008=1 +09100009=1 +0910000c=1 +0910000f=1 +09100010=1 +09240000=1 +09240001=1 +09240003=1 +09240008=1 +09240009=1 +0924000a=1 +092e0000=1 +092e0001=1 +092e0003=1 +092e0004=1 +092e0007=1 +092e0008=1 +094c0000=1 +094c0001=1 +094c0004=1 +094c0005=1 +094c0006=1 +094c0007=1 +094c0008=1 +094c000a=1 +094c000b=1 +094c000c=1 +094c000d=1 +094c000e=1 +099c0000=1 +099c0001=1 +099c0003=1 +099c0005=1 +099c0006=1 +09ba0000=1 +09ba0001=1 +09ba0003=1 +09ba0004=1 +09ba0006=1 +09ba0007=1 +09ba0008=1 +09ba000a=1 +09ba000b=1 +09ba000c=1 +09ba000d=1 +09ba000e=1 +09ba0010=1 +09ba0012=1 +09ba0013=1 +09ba0014=1 +09c40002=1 +09c40004=1 +09c40005=1 +09c40007=1 +09c40008=1 +09c40009=1 +09c4000a=1 +09c4000c=1 +09c4000f=1 +09c40010=1 +09c40011=1 +09c40012=1 +09c40014=1 +09c40016=1 +09e20000=1 +09e20001=1 +09e20003=1 +09e20004=1 +09e20005=1 +09e20006=1 +09e20007=1 +09e20008=1 +09ec0000=1 +09ec0001=1 +09ec0003=1 +09ec0005=1 +09ec0007=1 +09ec0009=1 +09ec000b=1 +09ec000d=1 +09ec000f=1 +09ec0010=1 +09ec0011=1 +09ec0012=1 +0a000000=1 +0a000002=1 +0a000003=1 +0a000004=1 +0a000005=1 +0a000006=1 +0a000007=1 +0a000008=1 +0a000009=1 +0a00000b=1 +0a00000c=1 +0a00000f=1 +0a000013=1 +0a000014=1 +0a000015=1 +0a000016=1 +0a00001b=1 +0a00001f=1 +0a000020=1 +0a000021=1 +0a000022=1 +0a000023=1 +0a280000=1 +0a280001=1 +0a280003=1 +0a280004=1 +0a280005=1 +0a280006=1 +0a280007=1 +0a280008=1 +0a280009=1 +0a28000a=1 +0a28000b=1 +0a28000c=1 +0a28000e=1 +0a280010=1 +0a280012=1 +0a280014=1 +0a280016=1 +0a280018=1 +0a28001a=1 +0a28001b=1 +0a28001c=1 +0a28001d=1 +0a4b0000=1 +0a4b0001=1 +0a4b0002=1 +0a4b0003=1 +0a4b0004=1 +0a4b0005=1 +0a4b0006=1 +0a4b0007=1 +0a4b0008=1 +0a550000=1 +0a550001=1 +0a550002=1 +0a550003=1 +0a550004=1 +0a550005=1 +0a550006=1 +0a550007=1 +0a550008=1 +0a640000=1 +0a640001=1 +0a640002=1 +0a640003=1 +0a640004=1 +0a640005=1 +0a640006=1 +0a640007=1 +0a640008=1 +0a640009=1 +0a64000a=1 +0a64000b=1 +0a6e0000=1 +0a6e0001=1 +0a6e0002=1 +0a6e0003=1 +0a6e0004=1 +0a6e0005=1 +0a6e0006=1 +0a780000=1 +0a780001=1 +0a780002=1 +0a780003=1 +0a780005=1 +0a780007=1 +0a780008=1 +0a78000a=1 +0a8c0000=1 +0a8c0001=1 +0a8c0002=1 +0a8c0003=1 +0a8c0004=1 +0aaa0000=1 +0aaa0001=1 +0aaa0003=1 +0aaa0005=1 +0aaa0006=1 +0aaa0007=1 +0aaa0008=1 +0aaa0009=1 +0ab40000=1 +0ab40001=1 +0ab40003=1 +0ab40004=1 +0ab40005=1 +0ab40007=1 +0ab40008=1 +0ab40009=1 +0ab4000a=1 +0ab4000b=1 +0abe0000=1 +0abe0001=1 +0abe0003=1 +0abe0004=1 +0abe0005=1 +0abe0007=1 +0abe0008=1 +0abe0009=1 +0ac30000=1 +0ac30001=1 +0ac30003=1 +0ac30004=1 +0ac30005=1 +0ac30006=1 +0ac80000=1 +0ac80001=1 +0ac80002=1 +0ac80003=1 +0ac80005=1 +0ac80006=1 +0ad20000=1 +0ad20001=1 +0ad20002=1 +0ad20003=1 +0ad20004=1 +0ad20006=1 +0ad20009=1 +0ad2000a=1 +0ad70000=1 +0ad70001=1 +0ad70002=1 +0ad70003=1 +0ad70005=1 +0ad70007=1 +0ad70008=1 +0adc0000=1 +0adc0003=1 +0adc0004=1 +0ae10000=1 +0ae10001=1 +0ae10004=1 +0ae10005=1 +0ae10006=1 +0ae10007=1 +0ae10008=1 +0ae60000=1 +0ae60001=1 +0ae60003=1 +0ae60005=1 +0ae60006=1 +0ae60009=1 +0ae6000a=1 +0ae6000b=1 +0ae6000c=1 +0af00000=1 +0af00001=1 +0af00003=1 +0af00004=1 +0af00006=1 +0af00007=1 +0af00008=1 +0af00009=1 +0af0000b=1 +0af0000c=1 +0b0e0000=1 +0b0e0001=1 +0b0e0002=1 +0b0e0006=1 +0b0e0007=1 +0b0e0008=1 +0b0e0009=1 +0b900000=1 +0b900001=1 +0b900002=1 +17de0000=1 +17de0002=1 +17de0005=1 +17de0007=1 +17de0008=1 +17de0009=1 +17de000a=1 +17de000b=1 +17de000c=1 +17de000e=1 +17de000f=1 +17de0010=1 +17f20000=1 +17f20001=1 +17f20002=1 +17f20003=1 +17f20004=1 +17f20005=1 +17f20006=1 +17f20008=1 +17f2000a=1 +17f2000b=1 +17f2000c=1 +18400000=1 +18400001=1 +18400002=1 +18400003=1 +18400004=1 +18400005=1 +18400006=1 +18400008=1 +1840000a=1 +1840000b=1 +184c0000=1 +184c0001=1 +184c0003=1 +184c0004=1 +184c0005=1 +184c0006=1 + +[MenusTranslation] +177a0000=1 +177a0001=1 +177a0002=1 +177a0004=1 +177a0005=1 +177a0006=1 +177a0008=1 +177a0009=1 +177a000b=1 +177a000c=1 +177a000e=1 +177a000f=1 +177a0010=1 +177a0011=1 +177a0013=1 +177a0014=1 +177a0015=1 +177a0016=1 +177a0017=1 +177a0018=1 +177a0019=1 +177a001b=1 +177a001c=1 +177a001e=1 +177a0020=1 +177a0022=1 +177a0024=1 +177a0025=1 +177a0026=1 +177a0028=1 +177a0029=1 +177a002a=1 +177a002b=1 +177b0001=1 +177b0002=1 +177b0004=1 +177b0006=1 +177b0007=1 +177b0008=1 +177b000a=1 +177b000b=1 +177b000d=1 +177b000f=1 + +[StringsTranslation] +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +00000401=1 +00000442=1 +00000443=1 +00002710=1 +00002711=1 +00002712=1 +00002713=1 +00002714=1 +00002715=1 +00002716=1 +00002717=1 +00002718=1 +0000271a=1 +0000271d=1 +0000271e=1 +00002720=1 +00002721=1 +00002722=1 +00002723=1 +00002724=1 +00002725=1 +00002726=1 +00002727=1 +00002728=1 +0000272a=1 +0000272b=1 +0000272c=1 +0000272d=1 +0000272e=1 +0000272f=1 +00002730=1 +00002731=1 +00002732=1 +00002733=1 +00002734=1 +00002735=1 +00002736=1 +00002737=1 +00002738=1 +00002739=1 +0000273b=1 +0000273c=1 +0000273d=1 +0000273e=1 +0000273f=1 +00002740=1 +00002743=1 +00002744=1 +00002745=1 +00002746=1 +00002747=1 +00002748=1 +00002749=1 +0000274a=1 +0000274b=1 +0000274c=1 +0000274d=1 +0000274e=1 +0000274f=1 +00002750=1 +00002751=1 +00002752=1 +00002753=1 +00002754=1 +00002755=1 +00002756=1 +00002757=1 +00002758=1 +00002759=1 +0000275a=1 +0000275b=1 +0000275c=1 +0000275d=1 +0000275f=1 +00002760=1 +00002761=1 +00002762=1 +00002763=1 +00002764=1 +00002765=1 +00002766=1 +00002767=1 +00002768=1 +00002769=1 +0000276a=1 +0000276b=1 +0000276c=1 +0000276d=1 +0000276e=1 +0000276f=1 +00002770=1 +00002771=1 +00002772=1 +00002773=1 +00002774=1 +00002775=1 +00002776=1 +00002777=1 +00002778=1 +00002779=1 +0000277a=1 +0000277b=1 +0000277c=1 +0000277d=1 +0000277f=1 +00002780=1 +00002781=1 +00002782=1 +00002783=1 +00002784=1 +00002785=1 +00002786=1 +00002787=1 +00002788=1 +00002789=1 +0000278a=1 +0000278b=1 +0000278c=1 +0000278d=1 +0000278e=1 +0000278f=1 +00002791=1 +00002792=1 +00002793=1 +00002794=1 +00002795=1 +00002796=1 +00002797=1 +00002798=1 +00002799=1 +0000279a=1 +0000279b=1 +0000279c=1 +0000279d=1 +0000279e=1 +0000279f=1 +000027a0=1 +000027a1=1 +000027a3=1 +000027a4=1 +000027a5=1 +000027a6=1 +000027a7=1 +000027a8=1 +000027a9=1 +000027aa=1 +000027ab=1 +000027ad=1 +000027ae=1 +000027b0=1 +000027b4=1 +000027b5=1 +000027b6=1 +000027b7=1 +000027b8=1 +000027b9=1 +000027ba=1 +000027bb=1 +000027bc=1 +000027bd=1 +000027be=1 +000027bf=1 +000027c0=1 +000027c1=1 +000027c2=1 +000027c3=1 +000027c4=1 +000027c5=1 +000027c6=1 +000027c7=1 +000027c8=1 +000027c9=1 +000027ca=1 +000027cb=1 +000027cc=1 +000027cd=1 +000027ce=1 +000027cf=1 +000027d0=1 +000027d1=1 +000027d2=1 +000027d3=1 +000027d4=1 +000027d6=1 +000027d7=1 +000027ec=1 +000027ed=1 +000027ee=1 +000027ef=1 +0000280e=1 +0000280f=1 +00002810=1 +00002811=1 +00002812=1 +00002814=1 +00002815=1 +00002816=1 +00002817=1 +00002818=1 +00002819=1 +0000281a=1 +0000281b=1 +0000281c=1 +0000281e=1 +0000281f=1 +00002820=1 +00002821=1 +00002822=1 +00002823=1 +00002824=1 +00002825=1 +00002826=1 +00002828=1 +00002829=0 +0000282a=1 +0000282d=1 +0000282e=1 +0000282f=1 +00002830=1 +00002831=1 +00002832=1 +00002833=1 +00002834=1 +00002835=1 +00002836=1 +00002837=1 +00002838=1 +00002839=1 +0000283a=1 +0000283b=1 +0000283c=1 +0000283d=1 +0000283e=1 +0000283f=1 +00002840=1 +00002843=1 +00002844=1 +00002845=1 +00002846=1 +00002847=1 +00002848=1 +00002849=1 +0000284a=1 +0000284b=1 +0000284c=1 +0000284d=1 +0000284e=1 +0000284f=1 +00002850=1 +00002851=1 +00002852=1 +00002853=1 +00002854=1 +00002855=1 +00002856=1 +00002857=1 +00002858=1 +00002859=1 +0000285a=1 +0000285e=1 +0000285f=1 +00002860=1 +00002861=1 +00002862=1 +00002863=1 +00002864=1 +00002867=1 +00002868=1 +00002869=1 +0000286a=1 +0000286b=1 +0000286c=1 +0000286d=1 +0000286e=1 +0000286f=1 +00002870=1 +00002871=1 +00002872=1 +00002873=1 +00002874=1 +00002875=1 +00002876=1 +00002877=1 +00002878=1 +00002879=1 +0000287a=1 +0000287c=1 +0000287d=1 +0000287e=1 +0000287f=1 +00002880=1 +00002881=1 +00002882=1 +00002883=1 +00002884=1 +00002885=1 +00002886=1 +00002887=1 +00002888=1 +00002889=1 +0000288a=1 +0000288b=1 +0000288c=1 +0000288d=1 +0000288e=1 +0000288f=1 +00002890=1 +00002891=1 +00002892=1 +00002893=1 +00002894=1 +00002895=1 +00002896=1 +000028a0=1 +000028a1=1 +000028a2=1 +000028a3=1 +000028a4=1 +000028a6=1 +000028a8=1 +000028b4=1 +000028b5=1 +000028b8=1 +000028b9=1 +000028ba=1 +000028bb=1 +000028bd=1 +000028be=1 +000028bf=1 +000028c0=1 +000028c1=1 +000028c2=1 +000028c3=1 +000028c4=1 +000028c5=1 +000028c6=1 +000028c7=1 +000028c8=1 +000028c9=1 +000028ca=1 +000028cb=1 +000028cc=1 +000028cd=1 +000028cf=1 +000028d0=1 +000028d1=1 +000028d2=1 +000028d3=1 +000028d4=1 +000028d5=1 +000028d6=1 +000028d7=1 +000028d8=1 +000028d9=1 +000028da=1 +000028dc=1 +000028dd=1 +000028de=1 +000028df=1 +000028e1=1 +000028e2=1 +000028e3=1 +000028e4=1 +000028e5=1 +000028e6=1 +000028e7=1 +000028e8=1 +000028e9=1 +000028ea=1 +000028eb=1 +000028ec=1 +000028ed=1 +000028ee=1 +000028ef=1 +000028f0=1 +000028f1=1 +000028f2=1 +000028f3=1 +000028f4=1 +000028f5=1 +000028f6=1 +000028f7=1 +000028f8=1 +000028f9=1 +000028fa=1 +000028fb=1 +000028fc=1 +000028fd=1 +000028fe=1 +000028ff=1 +00002900=1 +00002901=1 +00002902=1 +00002903=1 +00002904=1 +00002905=1 +00002906=1 +00002907=1 +00002908=1 +00002909=1 +0000290a=1 +0000290b=1 +0000290c=1 +0000290d=1 +0000290e=1 +0000290f=1 +00002910=1 +00002911=1 +00002912=1 +00002913=1 +00002914=1 +00002915=1 +00002916=1 +00002917=1 +00002918=1 +00002922=1 +00002923=1 +00002924=1 +00002925=1 +00002926=1 +00002927=1 +00002928=1 +00002929=1 +0000292a=1 +0000292b=1 +0000292c=1 +00002936=1 +00002937=1 +00002938=1 +00002939=1 +0000293a=1 +0000293b=1 +0000293c=1 +0000293d=1 +0000293e=1 +0000293f=1 +00002944=1 +00002945=1 +00002946=1 +00002947=1 +00002948=1 +00002949=1 +0000294a=1 +0000294b=1 +0000294c=1 +0000294d=1 +0000294e=1 +0000294f=1 +00002950=1 +00002951=1 +00002952=1 +00002953=1 +00002954=1 +00002955=1 +00002956=1 +00002957=1 +00002958=1 +00002959=1 +00002963=1 +00002968=1 +00002969=1 +0000296a=1 +0000296b=1 +0000296c=1 +000029a9=1 +000029aa=1 +000029ab=1 +000029af=1 +000029b0=1 +000029b1=1 +000029b2=1 +000029b3=1 +000029b8=1 +000029b9=1 +000029c6=1 +000029c8=1 +000029c9=1 +000029ca=1 +000029cb=1 +000029cc=1 +000029ce=1 +000029cf=1 +000029d0=1 +000029d2=1 +000029d3=1 +000029d4=1 +000029d5=1 +000029d6=1 +000029d7=1 +000029d8=1 +000029db=1 +000029dc=1 +000029dd=1 +000029e0=1 +000029e1=1 +000029e2=1 +000029e3=1 +000029e5=1 +000029e6=1 +000029ea=1 +000029eb=1 +000029ec=1 +000029ee=1 +000029ef=1 +000029f0=1 +000029f1=1 +000029f2=1 +000029f3=1 +000029f4=1 +000029f5=1 +000029f9=1 +000029fa=1 +000029fb=1 +000029fd=1 +000029fe=1 +000029ff=1 +00002a00=1 +00002a01=1 +00002a02=1 +00002a03=1 +00002a07=1 +00002a08=1 +00002a0a=1 +00002a0b=1 +00002a0c=1 +00002a0d=1 +00002a0e=1 +00002a0f=1 +00002a10=1 +00002a11=1 +00002a12=1 +00002a13=1 +00002a1b=1 +00002a1d=1 +00002a1e=1 +00002a1f=1 +00002a20=1 +00002a21=1 +00002a22=1 +00002a23=1 +00002a24=1 +00002a25=1 +00002a26=1 +00002a27=1 +00002a28=1 +00002a29=1 +00002a2a=1 +00002a2b=1 +00002a2c=1 +00002a2d=1 +00002a2e=1 +00002a2f=1 +00002a30=1 +00002a31=1 +00002a32=1 +00002a33=1 +00002a34=1 +00002a35=1 +00002a36=1 +00002a37=1 +00002a38=1 +00002a3a=1 +00002a3b=1 +00002a3c=1 +00002a3d=1 +00002a3e=1 +00002a3f=1 +00002a42=1 +00002a43=1 +00002a44=1 +00002a45=1 +00002a49=1 +00002a4a=1 +00002a4b=1 +00002a4c=1 +00002a4d=1 +00002a4e=1 +00002a4f=1 +00002a50=1 +00002a51=1 +00002a52=1 +00002a53=1 +00002a54=1 +00002a58=1 +00002a59=1 +00002a5a=1 +00002a5b=1 +00002a5c=1 +00002a5d=1 +00002a5e=1 +00002a5f=1 +00002a60=1 +00002a61=1 +00002a6c=1 +00002a6d=1 +00002a6e=1 +00002a6f=1 +00002a70=1 +00002a71=1 +00002a73=1 +00002a74=1 +00002a75=1 +00002a76=1 +00002a77=1 +00002a78=1 +00002a79=1 +00002a7a=1 +00002a7b=1 +00002a80=1 +00002a81=1 +00002a82=1 +00002a83=1 +00002a84=1 +00002a85=1 +00002a86=1 +00002a87=1 +00002a8a=1 +00002a8b=1 +00002a8c=1 +00002a8d=1 +00002a8e=1 +00002a94=1 +00002a99=1 +00002a9e=1 +00002a9f=1 +00002aa8=1 +00002aa9=1 +00002aaa=1 +00002aab=1 +00002aad=1 +00002aae=1 +00002aaf=1 +00002ab2=1 +00002ab3=1 +00002ab4=1 +00002abc=1 +00002ac1=1 +00002ac2=1 +00002ac6=1 +00002ac7=1 +00002ac8=1 +00002ac9=1 +00002acb=1 +00002ad0=1 +00002ad1=1 +00002ad2=1 +00002ad3=1 +00002ad4=1 +00002ad5=1 +00002ada=1 +00002ae4=1 +00002ae5=1 +00002ae6=1 +00002ae9=1 +00002aea=1 +00002aeb=1 +00002af2=1 +00002af3=1 +00002af4=1 +00002af5=1 +00002af6=1 +00002af8=1 +00002af9=1 +00002afa=1 +00002afb=1 +00002afc=1 +00002afd=1 +00002afe=1 +00002aff=1 +00002b00=1 +00002b01=1 +00002b02=1 +00002b03=1 +00002b04=1 +00002b05=1 +00002b06=1 +00002b07=1 +00002b08=1 +00002b09=1 +00002b0a=1 +00002b0b=1 +00002b0c=1 +00002b0d=1 +00002b11=1 +00002b12=1 +00002b13=1 +00002b14=1 +00002b15=1 +00002b16=1 +00002b17=1 +00002b18=1 +00002b19=1 +00002b1a=1 +00002b1b=1 +00002b1c=1 +00002b1d=1 +00002b1e=1 +00002b1f=1 +00002b20=1 +00002b21=1 +00002b22=1 +00002b23=1 +00002b24=1 +00002b25=1 +00002b26=1 +00002b27=1 +00002b28=1 +00002b29=1 +00002b2a=1 +00002b2b=1 +00002b2c=1 +00002b2d=1 +00002b2e=1 +00002b2f=1 +00002b30=1 +00002b31=1 +00002b32=1 +00002b33=1 +00002b34=1 +00002b35=1 +00002b36=1 +00002b37=1 +00002b38=1 +00002b39=1 +00002b3a=1 +00002b3b=1 +00002b3c=1 +00002b3e=1 +00002b5e=1 +00002b5f=1 +00002b60=1 +00002bc9=1 +00002bca=1 +00002bcb=1 +00002bcf=1 +00002bd4=1 +00002bd5=1 +00002bd6=1 +00002bd7=1 +00002bd8=1 +00002bd9=1 +00002bda=1 +00002bdb=1 +00002bdc=1 +00002bdd=1 +00002bdf=1 +00002be8=1 +00002be9=1 +00002bed=1 +00002bee=1 +00002bf2=1 +00002bf7=1 +00002bf8=1 +00002bf9=1 +00002bfa=1 +00002bfb=1 +00002bfc=1 +00002bfd=1 +00002bfe=1 +00002bff=1 +00002c00=1 +00002c01=1 +00002c02=1 +00002c03=1 +00002c04=1 +00002c05=1 +00002c06=1 +00002c07=1 +00002c08=1 +00002ee0=1 +00002ee1=1 +00002ee2=1 +00002ee3=1 +00002ee4=1 +00002ee5=1 +00002ee6=1 +00002ee7=1 +00002ee8=1 +00002eea=1 +00002eeb=1 +00002eef=1 +00002ef4=1 +00002ef5=1 +00002ef6=1 +00002ef7=1 +00002ef8=1 +00002ef9=1 +00002efa=1 +00002f01=1 +00002f07=1 +00002f08=1 +00002f09=1 +00002f0a=1 +00002f0b=1 +00002f0c=1 +00002f0d=1 +00002f0e=1 +00002f0f=1 +00002f10=1 +00002f11=1 +00002f12=1 +00002f13=1 +00002f14=1 +00002f15=1 +00002f16=1 +00002f17=1 +00002f18=1 +00002f1c=1 +00002f1d=1 +00002f30=1 +00002f31=1 +00002f35=1 +00002f36=1 +00002f37=1 +00002f38=1 +00002f39=1 +00002f3a=1 +00002f3b=1 +00002f3c=1 +00002f3d=1 +00002f3e=1 +00002f3f=1 +00002f40=1 +00002f41=1 +00002f42=1 +00002f43=1 +00002f44=1 +00002f45=1 +00002f46=1 +00002f47=1 +00002f48=1 +00002f49=1 +00002f4a=1 +00002f4b=1 +00002f4c=1 +00002f4d=1 +00002f4e=1 +00002f4f=1 +00002f50=1 +00002f51=1 +00002f52=1 +00002f53=1 +00002f54=1 +00002f57=1 +00002f58=1 +00002f59=1 +00002f5a=1 +00002f5c=1 +00002f5d=1 +00002f5e=1 +00002f62=1 +00002f63=1 +00002f64=1 +00002f65=1 +00002f66=1 +00002f67=1 +00002f68=1 +00002f69=1 +00002f6a=1 +00002f6b=1 +00002f6c=1 +00002f6d=1 +00002f6e=1 +00002f6f=1 +00002f71=1 +00002f72=1 +00002f73=1 +00002f74=1 +00002f80=1 +00002f85=1 +00002f8a=1 +00002f8b=1 +00002f8c=1 +00002f8d=1 +00002f94=1 +00002f95=1 +00002f9e=1 +00002fa8=1 +00002fa9=1 +00002fad=1 +00002fb2=1 +00002fb7=1 +00002fbc=1 +00002fc1=1 +00002fc2=1 +00002fc3=1 +00002fc6=1 +00002fc7=1 +00002fc9=1 +00002fcb=1 +00002fd0=1 +00002fd1=1 +00002fd2=1 +00002fd3=1 +00002fd4=1 +00002fd5=1 +00002fd6=1 +00002fd7=1 +00002fd8=1 +00002fd9=1 +00002fdf=1 +00002ffd=1 +00003002=1 +00003003=1 +00003007=1 +0000300c=1 +00003011=1 +00003012=1 +00003013=1 +00003014=1 +00003016=1 +00003017=1 +00003018=1 +00003019=1 +0000301a=1 +00003020=1 +00003025=1 +00003026=1 +0000302a=1 +0000302b=1 +0000302f=1 +00003034=1 +00003039=1 +0000303e=1 +0000303f=1 +00003040=1 +00003041=1 +00003042=1 +00003043=1 +00003044=1 +00003045=1 +00003048=1 +00003049=1 +0000304a=1 +0000304b=1 +0000304d=1 +00003052=1 +00003053=1 +00003054=1 +00003055=1 +0000305c=1 +0000305d=1 +0000305e=1 +0000305f=1 +00003060=1 +00003061=1 +00003062=1 +00003066=1 +00003067=1 +0000306b=1 +00003070=1 +00003071=1 +00003075=1 +00003076=1 +0000307a=1 +0000307b=1 +0000307c=1 +0000307d=1 +0000307e=1 +00003084=1 +00003085=1 +00003086=1 +00003089=1 +0000308a=1 +0000308e=1 +0000308f=1 +00003090=1 +00003091=1 +00003092=1 +00003093=1 +00003098=1 +00003099=1 +0000309a=1 +0000309b=1 +000030a2=1 +000030a3=1 +000030a4=1 +000030a5=1 +000030a6=1 +000030a7=1 +000030a8=1 +000030a9=1 +000030aa=1 +000030ab=1 +000030ac=1 +000030b1=1 +000030b2=1 +000030b3=1 +000030b4=1 +000030b5=1 +000030b6=1 +000030ba=1 +000030bb=1 +000030bc=1 +000030bd=1 +000030c0=1 +000030c1=1 +000030c2=1 +000030c3=1 +00003201=1 +00003202=1 +00003203=1 +00003204=1 +00003205=1 +00003206=1 +00003207=1 +00003208=1 +00003209=1 +0000320a=1 +0000320b=1 +0000320c=1 +0000320d=1 +0000320f=1 +00003210=1 +00003212=1 +00003214=1 +00003215=1 +00003216=1 +00003217=1 +00003218=1 +00003219=1 +0000321a=1 +0000321c=1 +0000321d=1 +0000321e=1 +0000321f=1 +00003220=1 +00003221=1 +00003222=1 +00003223=1 +00003224=1 +00003225=1 +00003226=1 +00003227=1 +00003228=1 +00003229=1 +0000322a=1 +0000322b=1 +0000322c=1 +0000322d=1 +000032c8=1 +000032c9=1 +000032ca=1 +000032cb=1 +000032cc=1 +000032cd=1 +000032ce=1 +000032cf=1 +000032d0=1 +000032d1=1 +000032d2=1 +000032d3=1 +000032d4=1 +000032d5=1 +000032d6=1 +000032d7=1 +000032d8=1 +000032d9=1 +000032da=1 +000032dc=1 +000032dd=1 +000032de=1 +000032df=1 +000032e0=1 +000032e1=1 +000032e2=1 +000032e3=1 +000032e4=1 +000032e5=1 +000032e6=1 +000032ea=1 +000032eb=1 +000032ec=1 +000032ed=1 +000032ee=1 +000032ef=1 +000032f0=1 +000032f1=1 +000032f2=1 +000032f3=1 +000032f4=1 +000032f5=1 +000032f6=1 +000032f7=1 +000032f8=1 +00003304=1 +00003305=1 +00003306=1 +00003307=1 +00003308=1 +00003309=1 +0000330a=1 +0000330b=1 +0000330c=1 +0000330d=1 +0000330e=1 +0000330f=1 +00003310=1 +00003311=1 +00003312=1 +00003313=1 +00003314=1 +00003315=1 +00003316=1 +00003317=1 +00003318=1 +00003319=1 +0000331a=1 +0000331b=1 +0000331c=1 +0000331d=1 +0000331e=1 +00003322=1 +00003323=1 +00003324=1 +00003325=1 +00003326=1 +00003327=1 +00003328=1 +00003329=1 +0000332a=1 +0000332b=1 +0000332c=1 +0000332d=1 +0000332e=1 +0000332f=1 +00003330=1 +00003331=1 +00003333=1 +00003335=1 +00003336=1 +00003337=1 +00003338=1 +00003339=1 +0000333a=1 +0000333b=1 +0000333c=1 +0000333d=1 +0000333e=1 +0000333f=1 +00003340=1 +00003341=1 +00003342=1 +00003343=1 +00003344=1 +00003345=1 +00003346=1 +00003347=1 +0000334a=1 +0000334b=1 +0000334c=1 +00003354=1 +00003355=1 +00003356=1 +00003357=1 +00003358=1 +00003359=1 +0000335a=1 +0000335b=1 +0000335c=1 +0000335d=1 +0000335e=1 +0000335f=1 +00003360=1 +00003361=1 +00003362=1 +00003363=1 +00003364=1 +00003365=1 +00003366=1 +00003367=1 +00003368=1 +00003369=1 +0000336a=1 +0000336b=1 +0000336c=1 +0000336d=1 +0000336e=1 +0000336f=1 +00003372=1 +00003373=1 +00003386=1 +00003387=1 +00003388=1 +00003389=1 +0000338a=1 +0000338c=1 +0000338d=1 +0000338f=1 +00003390=1 +00003392=1 +000033f4=1 +000033f5=1 +000033f6=1 +000033f7=1 +000033f8=1 +000033f9=1 +000033fa=1 +000033fb=1 +000033fc=1 +000033fd=1 +000033fe=1 +000033ff=1 +00003400=1 +00003401=1 +00003402=1 +00003403=1 +00003408=1 +00003409=1 +0000340a=1 +0000340b=1 +0000340c=1 +0000340d=1 +0000340e=1 +0000340f=1 +00003410=1 +00003412=1 +00003413=1 +00003414=1 +00003415=1 +00003416=1 +0000341c=1 +0000341d=1 +0000341e=1 +0000341f=1 +00003420=1 +00003421=1 +00003422=1 +00003423=1 +00003426=1 +0000342b=1 +0000342c=1 +0000342d=1 +0000342e=1 +0000342f=1 +00003430=1 +00003431=1 +00003432=1 +00003433=1 +00003434=1 +00003435=1 +00003436=1 +00003437=1 +00003438=1 +00003439=1 +00003444=1 +00003445=1 +00003446=1 +00003447=1 +00003448=1 +00003449=1 +0000344a=1 +0000344b=1 +0000344c=1 +00003458=1 +00003459=1 +0000345a=1 +0000345b=1 +0000345c=1 +00003485=1 +00003486=1 +0000348a=1 +0000348b=1 +0000348c=1 +0000348d=1 +0000348e=1 +0000348f=1 +00003490=1 +00003491=1 +00003492=1 +00003493=1 +00003494=1 +00003495=1 +00003496=1 +00003497=1 +0000349e=1 +0000349f=1 +000034a0=1 +000034a1=1 +000034a2=1 +000034a3=1 +000034a4=1 +000034a5=1 +000034a6=1 +000034ef=1 +000034f1=1 +000034f2=1 +000034f3=1 +000034f4=1 +000034f5=1 +000034f6=1 +000034f7=1 +000034f8=1 +000034f9=1 +000034fa=1 +000034fb=1 +000034fc=1 +00003566=1 +00003567=1 +00003568=1 +00003569=1 +0000356a=1 +0000356b=1 +0000356c=1 +00003570=1 +00003571=1 +00003572=1 +00003573=1 +00003574=1 +00003575=1 +00003576=1 +00003577=1 +00003584=1 +00003585=1 +0000358e=1 +0000358f=1 +00003590=1 +00003591=1 +00003598=1 +0000359d=1 +000035a2=1 +000035a3=1 +000035a7=1 +000035a8=1 +000035a9=1 +000035ac=1 +000035ad=1 +000035ae=1 +000035af=1 +000035b6=1 +000035b7=1 +000035b8=1 +000035bb=1 +000035bc=1 +000035bd=1 +000035c0=1 +000035c5=1 +000035ca=1 +000035cb=1 +000035cf=1 +000035d0=1 +000035d1=1 +000035d2=1 +000035d3=1 +000035e8=1 +000035e9=1 +000035ea=1 +000035ed=1 +000035ee=1 +000035ef=1 +000035f0=1 +000035f1=1 +000035f7=1 +000035fc=1 +000035fd=1 +00003601=1 +0000361a=1 +0000361f=1 +00003620=1 +00003621=1 +00003629=1 +0000362a=1 +0000362b=1 +0000362e=1 +0000362f=1 +00003630=1 +00003631=1 +00003638=1 +00003639=1 +0000363a=1 +0000363d=1 +0000363e=1 +00003642=1 +00003643=1 +0000364c=1 +0000364d=1 +0000364e=1 +0000364f=1 +00003650=1 +00003651=1 +00003652=1 +00003653=1 +00003656=0 +00003657=1 +0000365b=1 +0000365c=1 +00003660=1 +00003661=1 +00003665=1 +00003666=1 +00003667=1 +00003668=1 +00003669=1 +0000366c=1 +0000366d=1 +0000366e=1 +00003679=1 +0000367a=1 +0000367b=1 +0000367e=1 +0000367f=1 +00003680=1 +00003681=1 +00003682=1 +00003688=1 +0000368d=1 +0000368e=1 +00003692=1 +00003693=1 +00003694=1 +00003695=1 +00003696=1 +00003697=1 +00003698=1 +0000369c=1 +0000369d=1 +0000369e=1 +0000369f=1 +000036a0=1 +000036a1=1 +000036a2=1 +000036a6=1 +000036a7=1 +000036a8=1 +000036a9=1 +000036b0=1 +000036b5=1 +000036ba=1 +000036bb=1 +000036bc=1 +000036c4=1 +000036c5=1 +000036c6=1 +000036c7=1 +000036c8=1 +000036c9=1 +000036ca=1 +000036ce=1 +000036cf=1 +000036d0=1 +000036d8=1 +000036d9=1 +000036da=1 +000036db=1 +000036dc=1 +000036dd=1 +000036de=1 +000036e2=1 +000036e3=1 +000036e4=1 +000036e5=1 +000036ed=1 +000036ee=1 +000036ef=1 +000036f0=1 +000036f1=1 +000036f2=1 +000036f3=1 +000036f4=1 +000036f6=1 +000036f7=1 +000036f8=1 +000036f9=1 +000036fa=1 +000036fb=1 +00003714=1 +00003746=1 +00003747=1 +0000374b=1 +00003750=1 +00003755=1 +00003756=1 +00003757=1 +00003758=1 +0000375a=1 +0000375b=1 +00003764=1 +00003765=1 +00003769=1 +0000376a=1 +0000376b=1 +0000376c=1 +0000376d=1 +00003773=1 + +[Relayout] + diff --git a/translations/hungarian/7zip.slt b/translations/projects/Hungarian/slt/7zip.slt similarity index 99% rename from translations/hungarian/7zip.slt rename to translations/projects/Hungarian/slt/7zip.slt index b76074160..6d6b6f281 100644 --- a/translations/hungarian/7zip.slt +++ b/translations/projects/Hungarian/slt/7zip.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\hungarian\7zip.atp" +PROJECTNAME,"translator\salamand 5.0\projects\hungarian\7zip.atp" TEXTVERSION,"1.31 (x86)" VERSION,"1,3,1,180" diff --git a/translations/hungarian/automation.slt b/translations/projects/Hungarian/slt/automation.slt similarity index 97% rename from translations/hungarian/automation.slt rename to translations/projects/Hungarian/slt/automation.slt index ad0740519..d580bb87a 100644 --- a/translations/hungarian/automation.slt +++ b/translations/projects/Hungarian/slt/automation.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\hungarian\automation.atp" +PROJECTNAME,"translator\salamand 5.0\projects\hungarian\automation.atp" TEXTVERSION,"1.7 (x86)" VERSION,"1,7,0,180" diff --git a/translations/hungarian/checksum.slt b/translations/projects/Hungarian/slt/checksum.slt similarity index 98% rename from translations/hungarian/checksum.slt rename to translations/projects/Hungarian/slt/checksum.slt index 61efe7301..271c805b6 100644 --- a/translations/hungarian/checksum.slt +++ b/translations/projects/Hungarian/slt/checksum.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\hungarian\checksum.atp" +PROJECTNAME,"translator\salamand 5.0\projects\hungarian\checksum.atp" TEXTVERSION,"2.2 (x86)" VERSION,"2,2,0,180" diff --git a/translations/hungarian/checkver.slt b/translations/projects/Hungarian/slt/checkver.slt similarity index 98% rename from translations/hungarian/checkver.slt rename to translations/projects/Hungarian/slt/checkver.slt index 89ae91071..f66d90f22 100644 --- a/translations/hungarian/checkver.slt +++ b/translations/projects/Hungarian/slt/checkver.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\hungarian\checkver.atp" +PROJECTNAME,"translator\salamand 5.0\projects\hungarian\checkver.atp" TEXTVERSION,"1.26 (x86)" VERSION,"1,2,6,180" diff --git a/translations/hungarian/dbviewer.slt b/translations/projects/Hungarian/slt/dbviewer.slt similarity index 98% rename from translations/hungarian/dbviewer.slt rename to translations/projects/Hungarian/slt/dbviewer.slt index d07b5ba4f..e96535292 100644 --- a/translations/hungarian/dbviewer.slt +++ b/translations/projects/Hungarian/slt/dbviewer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\hungarian\dbviewer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\hungarian\dbviewer.atp" TEXTVERSION,"1.23 (x86)" VERSION,"1,2,3,180" diff --git a/translations/hungarian/diskmap.slt b/translations/projects/Hungarian/slt/diskmap.slt similarity index 96% rename from translations/hungarian/diskmap.slt rename to translations/projects/Hungarian/slt/diskmap.slt index c26faf6b8..d0f4e6fc5 100644 --- a/translations/hungarian/diskmap.slt +++ b/translations/projects/Hungarian/slt/diskmap.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\hungarian\diskmap.atp" +PROJECTNAME,"translator\salamand 5.0\projects\hungarian\diskmap.atp" TEXTVERSION,"1.12 (x86)" VERSION,"1,1,2,180" diff --git a/translations/hungarian/filecomp.slt b/translations/projects/Hungarian/slt/filecomp.slt similarity index 99% rename from translations/hungarian/filecomp.slt rename to translations/projects/Hungarian/slt/filecomp.slt index 10ef1fe88..46c013967 100644 --- a/translations/hungarian/filecomp.slt +++ b/translations/projects/Hungarian/slt/filecomp.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\hungarian\filecomp.atp" +PROJECTNAME,"translator\salamand 5.0\projects\hungarian\filecomp.atp" TEXTVERSION,"1.19 (x86)" VERSION,"1,1,9,180" diff --git a/translations/hungarian/ftp.slt b/translations/projects/Hungarian/slt/ftp.slt similarity index 99% rename from translations/hungarian/ftp.slt rename to translations/projects/Hungarian/slt/ftp.slt index 16cb07817..2643552ea 100644 --- a/translations/hungarian/ftp.slt +++ b/translations/projects/Hungarian/slt/ftp.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\hungarian\ftp.atp" +PROJECTNAME,"translator\salamand 5.0\projects\hungarian\ftp.atp" TEXTVERSION,"1.35 (x86)" VERSION,"1,3,5,180" diff --git a/translations/hungarian/ieviewer.slt b/translations/projects/Hungarian/slt/ieviewer.slt similarity index 87% rename from translations/hungarian/ieviewer.slt rename to translations/projects/Hungarian/slt/ieviewer.slt index 64eda816b..d44bb4ae3 100644 --- a/translations/hungarian/ieviewer.slt +++ b/translations/projects/Hungarian/slt/ieviewer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\hungarian\ieviewer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\hungarian\ieviewer.atp" TEXTVERSION,"1.12 (x86)" VERSION,"1,1,2,180" diff --git a/translations/hungarian/mmviewer.slt b/translations/projects/Hungarian/slt/mmviewer.slt similarity index 98% rename from translations/hungarian/mmviewer.slt rename to translations/projects/Hungarian/slt/mmviewer.slt index b06477ed4..60f35b27c 100644 --- a/translations/hungarian/mmviewer.slt +++ b/translations/projects/Hungarian/slt/mmviewer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\hungarian\mmviewer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\hungarian\mmviewer.atp" TEXTVERSION,"1.16 (x86)" VERSION,"1,1,6,180" diff --git a/translations/hungarian/nethood.slt b/translations/projects/Hungarian/slt/nethood.slt similarity index 94% rename from translations/hungarian/nethood.slt rename to translations/projects/Hungarian/slt/nethood.slt index 11f68fd0e..b523e8c64 100644 --- a/translations/hungarian/nethood.slt +++ b/translations/projects/Hungarian/slt/nethood.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\hungarian\nethood.atp" +PROJECTNAME,"translator\salamand 5.0\projects\hungarian\nethood.atp" TEXTVERSION,"1.08 (x86)" VERSION,"1,0,8,180" diff --git a/translations/hungarian/pak.slt b/translations/projects/Hungarian/slt/pak.slt similarity index 97% rename from translations/hungarian/pak.slt rename to translations/projects/Hungarian/slt/pak.slt index c2674bc1b..d4b375de6 100644 --- a/translations/hungarian/pak.slt +++ b/translations/projects/Hungarian/slt/pak.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\hungarian\pak.atp" +PROJECTNAME,"translator\salamand 5.0\projects\hungarian\pak.atp" TEXTVERSION,"1.71 (x86)" VERSION,"1,7,1,180" diff --git a/translations/hungarian/peviewer.slt b/translations/projects/Hungarian/slt/peviewer.slt similarity index 95% rename from translations/hungarian/peviewer.slt rename to translations/projects/Hungarian/slt/peviewer.slt index 683b60446..d4371146b 100644 --- a/translations/hungarian/peviewer.slt +++ b/translations/projects/Hungarian/slt/peviewer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\hungarian\peviewer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\hungarian\peviewer.atp" TEXTVERSION,"3.0 (x86)" VERSION,"3,0,0,180" diff --git a/translations/hungarian/pictview.slt b/translations/projects/Hungarian/slt/pictview.slt similarity index 99% rename from translations/hungarian/pictview.slt rename to translations/projects/Hungarian/slt/pictview.slt index 7c97c5266..a0db0dae0 100644 --- a/translations/hungarian/pictview.slt +++ b/translations/projects/Hungarian/slt/pictview.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\hungarian\pictview.atp" +PROJECTNAME,"translator\salamand 5.0\projects\hungarian\pictview.atp" TEXTVERSION,"2.13 (x86)" VERSION,"2,1,3,180" diff --git a/translations/hungarian/regedt.slt b/translations/projects/Hungarian/slt/regedt.slt similarity index 99% rename from translations/hungarian/regedt.slt rename to translations/projects/Hungarian/slt/regedt.slt index 65086e359..34d5b95c4 100644 --- a/translations/hungarian/regedt.slt +++ b/translations/projects/Hungarian/slt/regedt.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\hungarian\regedt.atp" +PROJECTNAME,"translator\salamand 5.0\projects\hungarian\regedt.atp" TEXTVERSION,"1.14 (x86)" VERSION,"1,1,4,180" diff --git a/translations/hungarian/renamer.slt b/translations/projects/Hungarian/slt/renamer.slt similarity index 99% rename from translations/hungarian/renamer.slt rename to translations/projects/Hungarian/slt/renamer.slt index b400421d4..027d84bb8 100644 --- a/translations/hungarian/renamer.slt +++ b/translations/projects/Hungarian/slt/renamer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\hungarian\renamer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\hungarian\renamer.atp" TEXTVERSION,"1.13 (x86)" VERSION,"1,1,3,180" diff --git a/translations/hungarian/salamand.slt b/translations/projects/Hungarian/slt/salamand.slt similarity index 99% rename from translations/hungarian/salamand.slt rename to translations/projects/Hungarian/slt/salamand.slt index 3dd9fbeae..f22d1a72f 100644 --- a/translations/hungarian/salamand.slt +++ b/translations/projects/Hungarian/slt/salamand.slt @@ -1,7 +1,7 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\hungarian\salamand.atp" -TEXTVERSION,"4.0 (x86)" -VERSION,"4,0,0,180" +PROJECTNAME,"translator\salamand 5.0\projects\hungarian\salamand.atp" +TEXTVERSION,"5.0 (x86)" +VERSION,"5,0,0,183" [TRANSLATION] LANGID,1038 @@ -302,6 +302,8 @@ SLGINCOMPLETE,"" 1150,10,97,196,8,1,"Copyright © 1997-2023 Open Salamander Authors" 1152,10,108,20,8,1,"Web:" 272,31,108,64,8,1,"www.altap.cz" +1153,10,119,165,8,1,"Open Salamander is free software" +1154,10,130,214,8,1,"Licensed under GNU General Public License version 2 or later" 286,2,154,294,1,1,"" [DIALOG 300] diff --git a/translations/hungarian/splitcbn.slt b/translations/projects/Hungarian/slt/splitcbn.slt similarity index 98% rename from translations/hungarian/splitcbn.slt rename to translations/projects/Hungarian/slt/splitcbn.slt index f1dbca41f..169e35729 100644 --- a/translations/hungarian/splitcbn.slt +++ b/translations/projects/Hungarian/slt/splitcbn.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\hungarian\splitcbn.atp" +PROJECTNAME,"translator\salamand 5.0\projects\hungarian\splitcbn.atp" TEXTVERSION,"1.11 (x86)" VERSION,"1,1,1,180" diff --git a/translations/hungarian/tar.slt b/translations/projects/Hungarian/slt/tar.slt similarity index 97% rename from translations/hungarian/tar.slt rename to translations/projects/Hungarian/slt/tar.slt index d43a71a12..e46328795 100644 --- a/translations/hungarian/tar.slt +++ b/translations/projects/Hungarian/slt/tar.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\hungarian\tar.atp" +PROJECTNAME,"translator\salamand 5.0\projects\hungarian\tar.atp" TEXTVERSION,"3.34 (x86)" VERSION,"3,3,4,180" diff --git a/translations/hungarian/unarj.slt b/translations/projects/Hungarian/slt/unarj.slt similarity index 98% rename from translations/hungarian/unarj.slt rename to translations/projects/Hungarian/slt/unarj.slt index 464610760..df9cfda64 100644 --- a/translations/hungarian/unarj.slt +++ b/translations/projects/Hungarian/slt/unarj.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\hungarian\unarj.atp" +PROJECTNAME,"translator\salamand 5.0\projects\hungarian\unarj.atp" TEXTVERSION,"1.21 (x86)" VERSION,"1,2,1,180" diff --git a/translations/hungarian/uncab.slt b/translations/projects/Hungarian/slt/uncab.slt similarity index 98% rename from translations/hungarian/uncab.slt rename to translations/projects/Hungarian/slt/uncab.slt index d15c0e4a4..7e5fb36bd 100644 --- a/translations/hungarian/uncab.slt +++ b/translations/projects/Hungarian/slt/uncab.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\hungarian\uncab.atp" +PROJECTNAME,"translator\salamand 5.0\projects\hungarian\uncab.atp" TEXTVERSION,"1.27 (x86)" VERSION,"1,2,7,180" diff --git a/translations/hungarian/unchm.slt b/translations/projects/Hungarian/slt/unchm.slt similarity index 95% rename from translations/hungarian/unchm.slt rename to translations/projects/Hungarian/slt/unchm.slt index 9381604e6..5c2b466e0 100644 --- a/translations/hungarian/unchm.slt +++ b/translations/projects/Hungarian/slt/unchm.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\hungarian\unchm.atp" +PROJECTNAME,"translator\salamand 5.0\projects\hungarian\unchm.atp" TEXTVERSION,"1.03 (x86)" VERSION,"1,0,3,180" diff --git a/translations/hungarian/undelete.slt b/translations/projects/Hungarian/slt/undelete.slt similarity index 99% rename from translations/hungarian/undelete.slt rename to translations/projects/Hungarian/slt/undelete.slt index 7ba5ad2f8..ffda8823e 100644 --- a/translations/hungarian/undelete.slt +++ b/translations/projects/Hungarian/slt/undelete.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\hungarian\undelete.atp" +PROJECTNAME,"translator\salamand 5.0\projects\hungarian\undelete.atp" TEXTVERSION,"1.11 (x86)" VERSION,"1,1,1,180" diff --git a/translations/hungarian/unfat.slt b/translations/projects/Hungarian/slt/unfat.slt similarity index 94% rename from translations/hungarian/unfat.slt rename to translations/projects/Hungarian/slt/unfat.slt index bbc376bdd..9ae8fc2a1 100644 --- a/translations/hungarian/unfat.slt +++ b/translations/projects/Hungarian/slt/unfat.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\hungarian\unfat.atp" +PROJECTNAME,"translator\salamand 5.0\projects\hungarian\unfat.atp" TEXTVERSION,"1.1 (x86)" VERSION,"1,1,0,180" diff --git a/translations/hungarian/uniso.slt b/translations/projects/Hungarian/slt/uniso.slt similarity index 98% rename from translations/hungarian/uniso.slt rename to translations/projects/Hungarian/slt/uniso.slt index 29e2cf5eb..61151c2c0 100644 --- a/translations/hungarian/uniso.slt +++ b/translations/projects/Hungarian/slt/uniso.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\hungarian\uniso.atp" +PROJECTNAME,"translator\salamand 5.0\projects\hungarian\uniso.atp" TEXTVERSION,"1.37 (x86)" VERSION,"1,3,7,180" diff --git a/translations/hungarian/unlha.slt b/translations/projects/Hungarian/slt/unlha.slt similarity index 94% rename from translations/hungarian/unlha.slt rename to translations/projects/Hungarian/slt/unlha.slt index 5edbc402e..5cbc7ff5b 100644 --- a/translations/hungarian/unlha.slt +++ b/translations/projects/Hungarian/slt/unlha.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\hungarian\unlha.atp" +PROJECTNAME,"translator\salamand 5.0\projects\hungarian\unlha.atp" TEXTVERSION,"1.13 (x86)" VERSION,"1,1,3,180" diff --git a/translations/hungarian/unmime.slt b/translations/projects/Hungarian/slt/unmime.slt similarity index 95% rename from translations/hungarian/unmime.slt rename to translations/projects/Hungarian/slt/unmime.slt index 3f9b10f63..1a2314bbd 100644 --- a/translations/hungarian/unmime.slt +++ b/translations/projects/Hungarian/slt/unmime.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\hungarian\unmime.atp" +PROJECTNAME,"translator\salamand 5.0\projects\hungarian\unmime.atp" TEXTVERSION,"1.14 (x86)" VERSION,"1,1,4,180" diff --git a/translations/hungarian/unrar.slt b/translations/projects/Hungarian/slt/unrar.slt similarity index 98% rename from translations/hungarian/unrar.slt rename to translations/projects/Hungarian/slt/unrar.slt index beb760ecd..aebdfb75e 100644 --- a/translations/hungarian/unrar.slt +++ b/translations/projects/Hungarian/slt/unrar.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\hungarian\unrar.atp" +PROJECTNAME,"translator\salamand 5.0\projects\hungarian\unrar.atp" TEXTVERSION,"3.01 (x86)" VERSION,"3,0,1,180" diff --git a/translations/hungarian/wmobile.slt b/translations/projects/Hungarian/slt/wmobile.slt similarity index 98% rename from translations/hungarian/wmobile.slt rename to translations/projects/Hungarian/slt/wmobile.slt index 8eddd21c7..54367a42a 100644 --- a/translations/hungarian/wmobile.slt +++ b/translations/projects/Hungarian/slt/wmobile.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\hungarian\wmobile.atp" +PROJECTNAME,"translator\salamand 5.0\projects\hungarian\wmobile.atp" TEXTVERSION,"1.08 (x86)" VERSION,"1,0,8,180" diff --git a/translations/hungarian/zip.slt b/translations/projects/Hungarian/slt/zip.slt similarity index 99% rename from translations/hungarian/zip.slt rename to translations/projects/Hungarian/slt/zip.slt index 825727cb2..7af7242e5 100644 --- a/translations/hungarian/zip.slt +++ b/translations/projects/Hungarian/slt/zip.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\hungarian\zip.atp" +PROJECTNAME,"translator\salamand 5.0\projects\hungarian\zip.atp" TEXTVERSION,"1.39 (x86)" VERSION,"1,3,9,180" diff --git a/translations/projects/Hungarian/splitcbn.atp b/translations/projects/Hungarian/splitcbn.atp new file mode 100644 index 000000000..2c44a4468 --- /dev/null +++ b/translations/projects/Hungarian/splitcbn.atp @@ -0,0 +1,117 @@ +[Files] +Original=$BUILD_DIR\plugins\splitcbn\lang\english.slg +Translated=$BUILD_DIR\plugins\splitcbn\lang\hungarian.slg +Include=..\..\symbols\plugins\splitcbn\symbols.inc +SalMenu=..\..\symbols\plugins\splitcbn\salmenu.mnu +IgnoreList=..\..\symbols\plugins\splitcbn\ignore.lst +CheckList=..\..\symbols\plugins\splitcbn\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00650000=1 +00650001=1 +00650002=1 +00650003=1 +00650004=1 +00650005=1 +00650007=1 +00650008=1 +00650009=1 +00660000=1 +00660004=1 +00660005=1 +00660006=1 +00660009=1 +0066000c=1 +0066000d=1 +0066000e=1 +0066000f=1 +00670000=1 +00670001=1 +00670003=1 +00670004=1 +00670005=1 +00670006=1 +00670007=1 +00670008=1 +0067000a=1 +0067000c=1 +0067000d=1 +0067000e=1 +00680000=1 +00680001=1 +00680002=1 +00680005=1 + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000005=1 +00000006=1 +00000007=1 +00000008=1 +00000009=1 +0000000a=1 +0000000b=1 +0000000c=1 +0000000d=1 +0000000e=1 +0000000f=1 +00000010=1 +00000011=1 +00000012=1 +00000013=1 +00000015=1 +00000016=1 +00000017=1 +00000018=1 +00000019=1 +0000001a=1 +0000001b=1 +0000001c=1 +0000001d=1 +0000001e=1 +0000001f=1 +00000020=1 +00000021=1 +00000022=1 +00000023=1 +00000024=1 +00000025=1 +00000026=1 +00000027=1 +00000028=1 +00000029=1 +0000002a=1 +0000002b=1 +0000003f=1 +00000040=1 +00000043=1 +00000044=1 +00000045=1 +00000046=1 +00000047=1 +00000048=1 +00000049=1 +0000004a=1 +0000004b=1 +0000004c=1 +0000004d=1 +0000004e=1 +0000004f=1 +00000050=1 +00000051=1 +00000052=1 + +[Relayout] + diff --git a/translations/projects/Hungarian/tar.atp b/translations/projects/Hungarian/tar.atp new file mode 100644 index 000000000..864d650ae --- /dev/null +++ b/translations/projects/Hungarian/tar.atp @@ -0,0 +1,61 @@ +[Files] +Original=$BUILD_DIR\plugins\tar\lang\english.slg +Translated=$BUILD_DIR\plugins\tar\lang\hungarian.slg +Include=..\..\symbols\plugins\tar\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +00002bc0=1 +00002bc1=1 +00002bc2=1 +00002bc3=1 +00002bc4=1 +00002bc5=1 +00002bc6=1 +00002bc7=1 +00002be8=1 +00002bf2=1 +00002bf3=1 +00002bf4=1 +00002bfc=1 +00002bfd=1 +00002bfe=1 +00002bff=1 +00002c00=1 +00002c01=1 +00002c02=1 +00002c03=1 +00002c04=1 +00002c05=1 +00002c06=1 +00002c07=1 +00002c08=1 +00002c09=1 +00002c0a=1 +00002c0b=1 +00002c10=1 +00002c11=1 +00002c12=1 +00002c13=1 +00002c14=1 +00002c15=1 +00002c16=1 +00002c1b=1 +00002c1c=1 +00002c1d=1 +00002c23=1 +00002c24=1 +00002c25=1 + +[Relayout] + diff --git a/translations/projects/Hungarian/unarj.atp b/translations/projects/Hungarian/unarj.atp new file mode 100644 index 000000000..4cb4e70ac --- /dev/null +++ b/translations/projects/Hungarian/unarj.atp @@ -0,0 +1,78 @@ +[Files] +Original=$BUILD_DIR\plugins\unarj\lang\english.slg +Translated=$BUILD_DIR\plugins\unarj\lang\hungarian.slg +Include=..\..\symbols\plugins\unarj\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640002=1 +00640004=1 +00640006=1 +00640007=1 +00640008=1 +00670000=1 +00670001=1 +00670003=1 +00670004=1 +00670005=1 +00670006=1 +00670007=1 +006a0000=1 +006a0001=1 +006a0002=1 +006a0003=1 +006a0004=1 +006a0006=1 +006a0007=1 +00730000=1 +00730001=1 +00730002=1 +00730003=1 +00730005=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 + +[Relayout] + diff --git a/translations/projects/Hungarian/uncab.atp b/translations/projects/Hungarian/uncab.atp new file mode 100644 index 000000000..c4d76e2a4 --- /dev/null +++ b/translations/projects/Hungarian/uncab.atp @@ -0,0 +1,80 @@ +[Files] +Original=$BUILD_DIR\plugins\uncab\lang\english.slg +Translated=$BUILD_DIR\plugins\uncab\lang\hungarian.slg +Include=..\..\symbols\plugins\uncab\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640002=1 +00640004=1 +00640006=1 +00640008=1 +00640009=1 +0064000a=1 +00670000=1 +00670001=1 +00670003=1 +00670004=1 +00670005=1 +00670006=1 +00670007=1 +00670008=1 +006a0000=1 +006a0001=1 +006a0002=1 +006a0003=1 +006a0004=1 +006a0006=1 +006a0007=1 +00730000=1 +00730001=1 +00730002=1 +00730003=1 +00730005=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003f0=1 +000003f4=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 + +[Relayout] + diff --git a/translations/projects/Hungarian/unchm.atp b/translations/projects/Hungarian/unchm.atp new file mode 100644 index 000000000..a57acbfb8 --- /dev/null +++ b/translations/projects/Hungarian/unchm.atp @@ -0,0 +1,46 @@ +[Files] +Original=$BUILD_DIR\plugins\unchm\lang\english.slg +Translated=$BUILD_DIR\plugins\unchm\lang\hungarian.slg +Include=..\..\symbols\plugins\unchm\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000408=1 +0000044c=1 +0000044d=1 +00000451=1 +00000452=1 +00000453=1 + +[Relayout] + diff --git a/translations/projects/Hungarian/undelete.atp b/translations/projects/Hungarian/undelete.atp new file mode 100644 index 000000000..8137d620b --- /dev/null +++ b/translations/projects/Hungarian/undelete.atp @@ -0,0 +1,152 @@ +[Files] +Original=$BUILD_DIR\plugins\undelete\lang\english.slg +Translated=$BUILD_DIR\plugins\undelete\lang\hungarian.slg +Include=..\..\symbols\plugins\undelete\symbols.inc +SalMenu=..\..\symbols\plugins\undelete\salmenu.mnu +IgnoreList=..\..\symbols\plugins\undelete\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +03e80000=1 +03e80003=1 +03e80004=1 +044c0000=1 +044c0001=1 +044c0003=1 +044c0005=1 +044c0006=1 +044c0007=1 +044c0008=1 +044c0009=1 +044c000a=1 +044c000b=1 +044c000c=1 +044c000d=1 +044c000e=1 +04b00000=1 +04b00001=1 +04b00003=1 +04b00005=1 +04b00007=1 +04b00009=1 +05140000=1 +05140001=1 +05140003=1 +05140004=1 +05140005=1 +05780000=1 +05780001=1 +05780003=1 +05780004=1 +05780005=1 +05780006=1 +05780007=1 +05780008=1 +05780009=1 +05dc0000=1 +05dc0001=1 +05dc0002=1 +05dc0004=1 +05dc0005=1 +05dc0006=1 +05dc0007=1 + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000006=1 +00000009=1 +0000000a=1 +0000000b=1 +0000000c=1 +0000000d=1 +0000000e=1 +0000000f=1 +00000011=1 +00000012=1 +00000013=1 +00000014=1 +00000015=1 +00000016=1 +00000017=1 +00000018=1 +00000019=1 +0000001a=1 +0000001b=1 +0000001c=1 +0000001d=1 +0000001e=1 +0000001f=1 +00000020=1 +00000021=1 +00000022=1 +00000023=1 +00000024=1 +00000025=1 +00000026=1 +00000027=1 +00000028=1 +00000029=1 +0000002a=1 +0000002b=1 +0000002c=1 +0000002d=1 +0000002e=1 +0000002f=1 +00000030=1 +00000031=1 +00000032=1 +0000003b=1 +0000003c=1 +0000003d=1 +0000003e=1 +0000003f=1 +00000040=1 +00000041=1 +00000042=1 +00000043=1 +00000044=1 +00000045=1 +00000046=1 +00000047=1 +00000048=1 +00000049=1 +0000004a=1 +0000004b=1 +0000004d=1 +00000050=1 +00000051=1 +00000052=1 +00000053=1 +00000054=1 +00000055=1 +00000056=1 +0000005a=1 +0000005b=1 +0000005c=1 +0000005d=1 +0000005e=1 +0000005f=1 +00000060=1 +00000061=1 +00000062=1 +00000063=1 +00000064=1 +00000065=1 +00000066=1 +00000067=1 +00000068=1 +00000069=1 + +[Relayout] + diff --git a/translations/projects/Hungarian/unfat.atp b/translations/projects/Hungarian/unfat.atp new file mode 100644 index 000000000..b9006d4f4 --- /dev/null +++ b/translations/projects/Hungarian/unfat.atp @@ -0,0 +1,33 @@ +[Files] +Original=$BUILD_DIR\plugins\unfat\lang\english.slg +Translated=$BUILD_DIR\plugins\unfat\lang\hungarian.slg +Include=..\..\symbols\plugins\unfat\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003eb=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000450=1 +00000452=1 +00000453=1 +00000454=1 +00000455=1 +00000456=1 + +[Relayout] + diff --git a/translations/projects/Hungarian/uniso.atp b/translations/projects/Hungarian/uniso.atp new file mode 100644 index 000000000..13148aa4b --- /dev/null +++ b/translations/projects/Hungarian/uniso.atp @@ -0,0 +1,99 @@ +[Files] +Original=$BUILD_DIR\plugins\uniso\lang\english.slg +Translated=$BUILD_DIR\plugins\uniso\lang\hungarian.slg +Include=..\..\symbols\plugins\uniso\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +04b00000=1 +04b00001=1 +04b00002=1 +04b00003=1 +04b00005=1 +04b00006=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=0 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +0000047e=1 +0000047f=1 +00000480=1 +00000481=1 +00000482=1 +00000483=1 +00000484=1 + +[Relayout] + diff --git a/translations/projects/Hungarian/unlha.atp b/translations/projects/Hungarian/unlha.atp new file mode 100644 index 000000000..8585ac072 --- /dev/null +++ b/translations/projects/Hungarian/unlha.atp @@ -0,0 +1,41 @@ +[Files] +Original=$BUILD_DIR\plugins\unlha\lang\english.slg +Translated=$BUILD_DIR\plugins\unlha\lang\hungarian.slg +Include=..\..\symbols\plugins\unlha\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000005=1 +00000006=1 +00000007=1 +00000008=1 +0000000a=1 +0000000b=1 +0000000c=1 +0000000d=1 +0000000e=1 +0000000f=1 +00000010=1 +00000011=1 +00000012=1 +00000013=1 +00000014=1 +00000015=1 +00000016=1 + +[Relayout] + diff --git a/translations/projects/Hungarian/unmime.atp b/translations/projects/Hungarian/unmime.atp new file mode 100644 index 000000000..7a3a36ddd --- /dev/null +++ b/translations/projects/Hungarian/unmime.atp @@ -0,0 +1,43 @@ +[Files] +Original=$BUILD_DIR\plugins\unmime\lang\english.slg +Translated=$BUILD_DIR\plugins\unmime\lang\hungarian.slg +Include=..\..\symbols\plugins\unmime\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00650000=1 +00650001=1 +00650003=1 +00650004=1 +00650005=1 +00650006=1 +00650008=1 +00650009=1 + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000005=1 +00000006=1 +00000007=1 +00000008=1 +00000009=1 +0000000a=1 +0000000b=1 +0000000c=1 +0000000d=1 +0000000e=1 +0000000f=1 + +[Relayout] + diff --git a/translations/projects/Hungarian/unrar.atp b/translations/projects/Hungarian/unrar.atp new file mode 100644 index 000000000..10f143e7a --- /dev/null +++ b/translations/projects/Hungarian/unrar.atp @@ -0,0 +1,93 @@ +[Files] +Original=$BUILD_DIR\plugins\unrar\lang\english.slg +Translated=$BUILD_DIR\plugins\unrar\lang\hungarian.slg +Include=..\..\symbols\plugins\unrar\symbols.inc +IgnoreList=..\..\symbols\plugins\unrar\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640002=1 +00640004=1 +00640005=1 +00640006=1 +00670000=1 +00670001=1 +00670003=1 +00670004=1 +00670005=1 +00670006=1 +00670007=1 +006a0000=1 +006a0001=1 +006a0002=1 +006a0003=1 +006a0004=1 +006a0006=1 +006a0008=1 +006a0009=1 +006c0000=1 +006c0002=1 +006c0003=1 +006c0005=1 +006c0007=1 +006c0008=1 +006c0009=1 +006c000a=1 +006c000b=1 +00730000=1 +00730001=1 +00730002=1 +00730003=1 +00730005=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +00000410=1 +00000411=1 + +[Relayout] + diff --git a/translations/projects/Hungarian/wmobile.atp b/translations/projects/Hungarian/wmobile.atp new file mode 100644 index 000000000..cf55030a2 --- /dev/null +++ b/translations/projects/Hungarian/wmobile.atp @@ -0,0 +1,88 @@ +[Files] +Original=$BUILD_DIR\plugins\wmobile\lang\english.slg +Translated=$BUILD_DIR\plugins\wmobile\lang\hungarian.slg +Include=..\..\symbols\plugins\wmobile\symbols.inc +IgnoreList=..\..\symbols\plugins\wmobile\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +01f40003=1 +01f40005=1 +01fe0005=1 +01fe0007=1 +01fe0009=1 +02080000=1 +02080002=1 +02080003=1 +02080004=1 +02080005=1 +02080006=1 +02080008=1 +02080009=1 +0208000c=1 +0208000f=1 +02080012=1 +02080014=1 +02080015=1 +02080017=1 +02080018=1 +02080019=1 + +[MenusTranslation] + +[StringsTranslation] +000007d0=1 +000007d1=1 +000007d2=1 +00000bb8=1 +00000bb9=1 +00000bba=1 +00000bbb=1 +00000bbc=1 +00000bbd=1 +00000bbe=1 +00000bbf=1 +00000bc0=1 +00000bc1=1 +00000bc2=1 +00000bc3=1 +00000bc4=1 +00000bc5=1 +00000bc6=1 +00000bc7=1 +00000bc8=1 +00000bc9=1 +00000bca=1 +00000bcb=1 +00000bcc=1 +00000bcd=1 +00000bce=1 +00000bcf=1 +00000bd0=1 +00000bd1=1 +00000bd2=1 +00000bd3=1 +00000bd4=1 +00000bd5=1 +00000bd6=1 +00000bd7=1 +00000bd8=1 +00000bd9=1 +00000bda=1 +00000bdb=1 +00000bdc=1 +00000bdd=1 +00000bde=1 +00000bdf=1 +00000be0=1 +00000be1=1 +00000be2=1 + +[Relayout] + diff --git a/translations/projects/Hungarian/zip.atp b/translations/projects/Hungarian/zip.atp new file mode 100644 index 000000000..d506119ce --- /dev/null +++ b/translations/projects/Hungarian/zip.atp @@ -0,0 +1,441 @@ +[Files] +Original=$BUILD_DIR\plugins\zip\lang\english.slg +Translated=$BUILD_DIR\plugins\zip\lang\hungarian.slg +Include=..\..\symbols\plugins\zip\symbols.inc +SalMenu=..\..\symbols\plugins\zip\salmenu.mnu +IgnoreList=..\..\symbols\plugins\zip\ignore.lst +CheckList=..\..\symbols\plugins\zip\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640004=1 +00640005=1 +00640008=1 +0064000a=1 +0064000b=1 +0064000d=1 +0064000e=1 +00640010=1 +00640012=1 +00640013=1 +00640014=1 +00640015=1 +00640017=1 +00640018=1 +00640019=1 +0064001a=1 +0064001b=1 +00700000=1 +00700001=1 +00700003=1 +00700004=1 +00700006=1 +00700007=1 +00700008=1 +00700009=1 +0070000a=1 +0070000b=1 +0070000d=1 +0070000f=1 +00700011=1 +00700012=1 +00700013=1 +00700014=1 +00700015=1 +00700016=1 +00700018=1 +0070001a=1 +0070001b=1 +0070001c=1 +0070001d=1 +007b0000=1 +007b0002=1 +007b0003=1 +007b0005=1 +007b0007=1 +007b0008=1 +007b0009=1 +007b000a=1 +007e0000=1 +007e0001=1 +007e0002=1 +007e0004=1 +007e0006=1 +007e0008=1 +007e0009=1 +007e000a=1 +007e000b=1 +00870000=1 +00870002=1 +00870003=1 +00870004=1 +00890000=1 +00890001=1 +00890004=1 +00890005=1 +00890006=1 +00890007=1 +00890008=1 +008d0000=1 +008d0001=1 +008d0002=1 +008d0003=1 +008d0005=1 +008d0006=1 +008d0007=1 +008e0000=1 +008e0002=1 +008e0003=1 +008e0004=1 +008e0005=1 +008e0006=1 +008e0008=1 +008e0009=1 +008e000a=1 +00920000=1 +00920002=1 +00920003=1 +00920005=1 +00920006=1 +00920007=1 +00920008=1 +0092000a=1 +0092000b=1 +0092000c=1 +0092000d=1 +0092000e=1 +00920010=1 +00920012=1 +00920013=1 +00920014=1 +00920015=1 +00920016=1 +00920017=1 +00920018=1 +00920019=1 +0092001a=1 +0092001b=1 +0092001c=1 +0092001d=1 +00980000=1 +00980001=1 +00980004=1 +00980005=1 +00980006=1 +00980007=1 +00a60000=1 +00a60001=1 +00a60003=1 +00a60005=1 +00a60006=1 +00aa0000=1 +00aa0001=1 +00aa0003=1 +00aa0005=1 +00aa0007=1 +00aa0008=1 +00aa0009=1 +00b40000=1 +00be0000=1 +00be0001=1 +00be0002=1 +00be0003=1 +00be0004=1 +00be0006=1 +00be0008=1 +00be000a=1 +00be000c=1 +00be000d=1 +00be000f=1 +00be0011=1 +00be0013=1 +00be0015=1 +00be0017=1 +00be0018=1 +00be0019=1 +00be001a=1 +00d20000=1 +00d20001=1 +00d20003=1 +00d20004=1 +00d20005=1 +00d20006=1 +00dc0000=1 +00dc0001=1 +00dc0002=1 +00dc0003=1 +00dc0006=1 +00dc0007=1 +00dc0008=1 +00fa0000=1 +00fa0001=1 +00fa0002=1 +00fa0003=1 +00fa0004=1 +00fa0006=1 +00fa0007=1 +00fa0008=1 + +[MenusTranslation] +01900000=1 +01900001=1 +01900002=1 +01900003=1 +01900004=1 +01900005=1 +01900006=1 +01900007=1 +01900008=1 +0190000a=1 +0190000b=1 +0190000d=1 +03200001=1 +03200002=1 +03200004=1 +03520000=1 +03520001=1 +03520003=1 +035c0001=1 +035c0002=1 +035c0003=1 +035c0004=1 +035c0006=1 +035c0007=1 + +[StringsTranslation] +0000008b=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +00000418=1 +00000419=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +00000441=1 +00000442=1 +00000443=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000450=1 +00000451=1 +00000452=1 +00000453=1 +00000454=1 +00000455=1 +00000456=1 +00000457=1 +00000458=1 +00000459=1 +0000045a=1 +0000045b=1 +0000045c=1 +0000045d=1 +0000045e=1 +0000045f=1 +00000460=1 +00000461=1 +00000462=1 +00000463=1 +00000464=1 +00000465=1 +00000466=1 +00000467=1 +00000468=1 +00000469=1 +0000046a=1 +0000046b=1 +0000046c=1 +0000046d=1 +0000046e=1 +0000046f=1 +00000470=1 +00000471=1 +00000472=1 +00000473=1 +00000474=1 +00000475=1 +00000476=1 +00000477=1 +00000478=1 +00000479=1 +0000047a=1 +0000047b=1 +0000047c=1 +0000047d=1 +0000047e=1 +0000047f=1 +00000480=1 +00000481=1 +00000482=1 +00000483=1 +00000484=1 +00000485=1 +00000486=1 +00000487=1 +00000488=1 +00000489=1 +0000048a=1 +0000048b=1 +0000048c=1 +0000048d=1 +0000048e=1 +00000490=1 +00000491=1 +00000492=1 +00000493=1 +00000499=1 +000004a1=1 +000004a4=1 +000004a5=1 +000004a6=1 +000004a7=1 +000004a8=1 +000004a9=1 +000004aa=1 +000004ab=1 +000004ac=1 +000004ad=1 +000004ae=1 +000004af=1 +000004b0=1 +000004b1=1 +000004b2=1 +000004b8=1 +000004b9=1 +000004ba=1 +000004bb=1 +000004bc=1 +000004bd=0 +000004be=0 +000004bf=0 +000004c0=0 +000004c1=0 +000004c2=0 +000004c3=0 +000004c4=0 +000004c5=0 +000004c6=0 +000004c7=0 +000004c8=0 +000004c9=0 +000004ca=0 +000004cb=0 +000004cc=0 +000004cd=0 +000004ce=0 +000004cf=0 +000004d0=0 +000004d1=0 +000004d2=0 +000004d3=0 +000004d4=0 +000004d5=0 +000004d6=0 +000004d7=0 +000004d8=0 +000004d9=0 +000004da=0 +000004db=0 +000004e2=1 +000004e3=1 +000004e4=1 +000004e5=1 +000004e6=1 + +[Relayout] + diff --git a/translations/projects/Romanian/!export_slt.bat b/translations/projects/Romanian/!export_slt.bat new file mode 100644 index 000000000..75a98635f --- /dev/null +++ b/translations/projects/Romanian/!export_slt.bat @@ -0,0 +1 @@ +@call ..\tools\!export_slt.bat diff --git a/translations/projects/Romanian/!export_slt_for_diff.bat b/translations/projects/Romanian/!export_slt_for_diff.bat new file mode 100644 index 000000000..daa485f3a --- /dev/null +++ b/translations/projects/Romanian/!export_slt_for_diff.bat @@ -0,0 +1 @@ +@call ..\tools\!export_slt_for_diff.bat diff --git a/translations/projects/Romanian/!export_spellchck.bat b/translations/projects/Romanian/!export_spellchck.bat new file mode 100644 index 000000000..6b6d1b820 --- /dev/null +++ b/translations/projects/Romanian/!export_spellchck.bat @@ -0,0 +1 @@ +@call ..\tools\!export_spellchck.bat diff --git a/translations/projects/Romanian/!import.bat b/translations/projects/Romanian/!import.bat new file mode 100644 index 000000000..f0f5baed3 --- /dev/null +++ b/translations/projects/Romanian/!import.bat @@ -0,0 +1 @@ +@call ..\tools\!import.bat diff --git a/translations/projects/Romanian/!import_slt.bat b/translations/projects/Romanian/!import_slt.bat new file mode 100644 index 000000000..503436e3f --- /dev/null +++ b/translations/projects/Romanian/!import_slt.bat @@ -0,0 +1 @@ +@call ..\tools\!import_slt.bat diff --git a/translations/projects/Romanian/!import_trlprop.bat b/translations/projects/Romanian/!import_trlprop.bat new file mode 100644 index 000000000..5e4ebc9e1 --- /dev/null +++ b/translations/projects/Romanian/!import_trlprop.bat @@ -0,0 +1 @@ +@call ..\tools\!import_trlprop.bat diff --git a/translations/projects/Romanian/!open_all.bat b/translations/projects/Romanian/!open_all.bat new file mode 100644 index 000000000..0deb29b66 --- /dev/null +++ b/translations/projects/Romanian/!open_all.bat @@ -0,0 +1 @@ +@call ..\tools\!open_all.bat diff --git a/translations/projects/Romanian/!translate1.bat b/translations/projects/Romanian/!translate1.bat new file mode 100644 index 000000000..f3eca52df --- /dev/null +++ b/translations/projects/Romanian/!translate1.bat @@ -0,0 +1 @@ +@call ..\tools\!translate1.bat diff --git a/translations/projects/Romanian/!translate2.bat b/translations/projects/Romanian/!translate2.bat new file mode 100644 index 000000000..7534fa669 --- /dev/null +++ b/translations/projects/Romanian/!translate2.bat @@ -0,0 +1 @@ +@call ..\tools\!translate2.bat diff --git a/translations/projects/Romanian/!validate1.bat b/translations/projects/Romanian/!validate1.bat new file mode 100644 index 000000000..31509bdba --- /dev/null +++ b/translations/projects/Romanian/!validate1.bat @@ -0,0 +1 @@ +@call ..\tools\!validate1.bat diff --git a/translations/projects/Romanian/!validate2.bat b/translations/projects/Romanian/!validate2.bat new file mode 100644 index 000000000..92d2d8d79 --- /dev/null +++ b/translations/projects/Romanian/!validate2.bat @@ -0,0 +1 @@ +@call ..\tools\!validate2.bat diff --git a/translations/projects/Romanian/7zip.atp b/translations/projects/Romanian/7zip.atp new file mode 100644 index 000000000..48ace6755 --- /dev/null +++ b/translations/projects/Romanian/7zip.atp @@ -0,0 +1,143 @@ +[Files] +Original=$BUILD_DIR\plugins\7zip\lang\english.slg +Translated=$BUILD_DIR\plugins\7zip\lang\romanian.slg +Include=..\..\symbols\plugins\7zip\symbols.inc +SalMenu=..\..\symbols\plugins\7zip\salmenu.mnu +CheckList=..\..\symbols\plugins\7zip\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +04b00000=1 +04b00001=1 +04b00003=1 +04b00004=1 +04b00005=1 +04b00006=1 +04b00007=1 +04b00009=1 +04b0000b=1 +04b0000d=1 +04b0000f=1 +04b00011=1 +04b00013=1 +04b00014=1 +04b00015=1 +04b10000=1 +04b10001=1 +04b10004=1 +04b10005=1 +04b10007=1 +04b10009=1 +04b1000b=1 +04b1000d=1 +04b1000f=1 +04b10011=1 +04b10013=1 +04b10015=1 +04b10016=1 +04b10017=1 +04b10018=1 +04b10019=1 +04b20000=1 +04b20002=1 +04b20003=1 +04b20005=1 +04b20006=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +00000418=1 +00000419=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +00000442=1 +00000443=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 + +[Relayout] + diff --git a/translations/projects/Romanian/automation.atp b/translations/projects/Romanian/automation.atp new file mode 100644 index 000000000..62033fe2d --- /dev/null +++ b/translations/projects/Romanian/automation.atp @@ -0,0 +1,69 @@ +[Files] +Original=$BUILD_DIR\plugins\automation\lang\english.slg +Translated=$BUILD_DIR\plugins\automation\lang\romanian.slg +Include=..\..\symbols\plugins\automation\symbols.inc +SalMenu=..\..\symbols\plugins\automation\salmenu.mnu +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640004=1 +00650000=1 +00650001=1 +00650003=1 +00650004=1 +00650005=1 +00650006=1 + +[MenusTranslation] +006a0000=1 +006a0001=1 +006a0003=1 +006a0004=1 + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000080=1 +00000081=1 +00000082=1 +00000083=1 +00000084=1 +00000086=1 +00000087=1 +00000088=1 +00000089=1 +0000008a=1 +0000008b=1 +0000008c=1 +0000008d=1 +0000008e=1 +0000008f=1 +00000090=1 +00000091=1 +00000092=1 +00000093=1 +00000100=1 +00000101=1 +00000102=1 +00000103=1 +00000104=1 +00000105=1 +00000106=1 +00000107=1 +00000108=1 +00000109=1 +0000010a=1 +0000010b=1 + +[Relayout] + diff --git a/translations/projects/Romanian/checksum.atp b/translations/projects/Romanian/checksum.atp new file mode 100644 index 000000000..d60412dee --- /dev/null +++ b/translations/projects/Romanian/checksum.atp @@ -0,0 +1,104 @@ +[Files] +Original=$BUILD_DIR\plugins\checksum\lang\english.slg +Translated=$BUILD_DIR\plugins\checksum\lang\romanian.slg +Include=..\..\symbols\plugins\checksum\symbols.inc +SalMenu=..\..\symbols\plugins\checksum\salmenu.mnu +IgnoreList=..\..\symbols\plugins\checksum\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +03e80000=1 +03e80001=1 +03e80002=1 +03e80003=1 +03e80004=1 +03e80005=1 +03e80006=1 +03e80007=1 +03e90000=1 +03e90001=1 +03e90002=1 +03e90003=1 +03e90004=1 +03e90005=1 +03e90006=1 +03e90007=1 +03e90008=1 +03e90009=1 +07d00001=1 +07d00002=1 +07d00003=1 +07d00005=1 +07d00006=1 + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000005=1 +00000006=1 +00000007=1 +00000028=1 +00000029=1 +0000002a=1 +0000002b=1 +0000002c=1 +0000002d=1 +0000002e=1 +0000002f=1 +00000030=1 +00000035=1 +00000036=1 +00000037=1 +00000038=1 +00000039=1 +0000003a=1 +0000003b=1 +0000003c=1 +0000003d=1 +0000003e=1 +0000003f=1 +00000041=1 +00000042=1 +00000043=1 +00000044=1 +00000046=1 +00000047=1 +00000048=1 +0000004a=1 +0000004b=1 +0000004c=1 +0000004d=1 +0000004e=1 +0000004f=1 +00000050=1 +00000051=1 +00000052=1 +00000053=1 +00000054=1 +00000055=1 +00000056=1 +0000005a=1 +0000005b=1 +0000005c=1 +0000005d=1 +0000005e=1 +0000005f=1 +00000064=1 +00000065=1 +00000066=1 +00000067=1 +00000068=1 +00000078=1 + +[Relayout] + diff --git a/translations/projects/Romanian/checkver.atp b/translations/projects/Romanian/checkver.atp new file mode 100644 index 000000000..5c1016800 --- /dev/null +++ b/translations/projects/Romanian/checkver.atp @@ -0,0 +1,119 @@ +[Files] +Original=$BUILD_DIR\plugins\checkver\lang\english.slg +Translated=$BUILD_DIR\plugins\checkver\lang\romanian.slg +Include=..\..\symbols\plugins\checkver\symbols.inc +SalMenu=..\..\symbols\plugins\checkver\salmenu.mnu +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640002=1 +00640003=1 +00640005=1 +006e0000=1 +006e0001=1 +006e0003=1 +006e0004=1 +006e0005=1 +006e0006=1 +006e0007=1 +006e0008=1 +006e0009=1 +006e000a=1 +006e000b=1 +006e000c=1 +006e000d=1 +006e000e=1 +006e0010=1 +006e0011=1 +006e0012=1 +006e0013=1 +006e0014=1 +006e0015=1 +006e0016=1 +006e0017=1 +006e0018=1 +00820000=1 +00820002=1 +00820003=1 +00820004=1 +00820005=1 +00820006=1 +00820007=1 +00820008=1 +00820009=1 +0082000a=1 +0082000b=1 +0082000d=1 +0082000e=1 +0082000f=1 + +[MenusTranslation] + +[StringsTranslation] +000000be=1 +000000bf=1 +000000d2=1 +000000d3=1 +000000d4=1 +000000d5=1 +000000d6=1 +000000d7=1 +000000d8=1 +000000d9=1 +000000da=1 +000000dc=1 +000000dd=1 +000000de=1 +000000df=1 +000000e0=1 +000000e1=1 +000000e2=1 +000000e3=1 +000000e4=1 +000000e6=1 +000000e7=1 +000000e8=1 +000000e9=1 +000000ea=1 +000000eb=1 +000000f0=1 +000000f1=1 +000000f2=1 +000000f3=1 +000000f4=1 +000000f7=1 +000000f8=1 +000000fa=1 +000000fb=1 +000000fd=1 +000000fe=1 +000000ff=1 +00000100=1 +00000101=1 +00000102=1 +00000104=1 +0000010a=1 +0000010b=1 +0000010c=1 +0000010d=1 +0000010e=1 +0000010f=1 +00000110=1 +00000111=1 +00000112=1 +00000113=1 +00000114=1 +00000115=1 +00000116=1 +00000117=1 + +[Relayout] + diff --git a/translations/projects/Romanian/dbviewer.atp b/translations/projects/Romanian/dbviewer.atp new file mode 100644 index 000000000..bce78cc68 --- /dev/null +++ b/translations/projects/Romanian/dbviewer.atp @@ -0,0 +1,184 @@ +[Files] +Original=$BUILD_DIR\plugins\dbviewer\lang\english.slg +Translated=$BUILD_DIR\plugins\dbviewer\lang\romanian.slg +Include=..\..\symbols\plugins\dbviewer\symbols.inc +SalMenu=..\..\symbols\plugins\dbviewer\salmenu.mnu +IgnoreList=..\..\symbols\plugins\dbviewer\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +2fa80000=1 +2fa80001=1 +2fbc0000=1 +2fbc0001=1 +2fbc0002=1 +2fbc0004=1 +2fbc0005=1 +2fbc0006=1 +2fbc0007=1 +2fbc0008=1 +2fbc0009=1 +2fbc000a=1 +2fd00000=1 +2fd00003=1 +2fd00004=1 +2fd00005=1 +2fd00006=1 +2fda0000=1 +2fda0001=1 +2fda0002=1 +2fda0003=1 +2fda0004=1 +2fda0005=1 +2fda0006=1 +2fda0007=1 +2fda0009=1 +2fda000a=1 +2fda000b=1 +2fda000c=1 +2fda000d=1 +2fda000e=1 +2fda000f=1 +2fda0010=1 +2fda0011=1 +2fda0012=1 +2fda0013=1 +2fda0014=1 +2fda0015=1 +300c0000=1 +300c0002=1 +300c0005=1 +300c0006=1 +300c0007=1 +300c0008=1 +300c0009=1 +300c000a=1 +300c000c=1 +300c000d=1 +300c000e=1 +30700000=1 +30700001=1 +30700003=1 +30700004=1 + +[MenusTranslation] + +[StringsTranslation] +00002b51=1 +00002b52=1 +00002b54=1 +00002b5d=1 +00002b66=1 +00002b67=1 +00002b68=1 +00002b69=1 +00002b6a=1 +00002b6b=1 +00002b6c=1 +00002b6d=1 +00002b70=1 +00002b71=1 +00002b72=1 +00002b73=1 +00002b74=1 +00002b75=1 +00002b76=1 +00002b7a=1 +00002b7b=1 +00002b7c=1 +00002b7d=1 +00002b7e=1 +00002b7f=1 +00002b80=1 +00002b84=1 +00002b85=1 +00002b86=1 +00002b87=1 +00002b88=1 +00002b89=1 +00002b8a=1 +00002b8b=1 +00002b8c=1 +00002b8d=1 +00002b8e=1 +00002b8f=1 +00002b90=1 +00002b91=1 +00002b92=1 +00002b93=1 +00002b98=1 +00002b9a=1 +00002b9b=1 +00002b9c=1 +00002b9d=1 +00002b9e=1 +00002b9f=1 +00002ba0=1 +00002ba1=1 +00002ba2=1 +00002ba3=1 +00002ba4=1 +00002ba5=1 +00002bba=1 +00002bbb=1 +00002bbc=1 +00002bbd=1 +00002bc0=1 +00002bc1=1 +00002bc2=1 +00002bc3=1 +00002bc4=1 +00002bc5=1 +00002bc6=1 +00002bc7=1 +00002bc8=1 +00002bc9=1 +00002bca=1 +00002bcb=1 +00002bd1=1 +00002bd2=1 +00002bd3=1 +00002bd4=1 +00002bd5=1 +00002bd6=1 +00002bd7=1 +00002bd8=1 +00002bd9=1 +00002bda=1 +00002bde=1 +00002bdf=1 +00002be0=1 +00002be1=1 +00002bf2=1 +00002bf3=1 +00002bf4=1 +00002bf5=1 +00002bf6=1 +00002bf7=1 +00002c06=1 +00002c07=1 +00002c08=1 +00002c10=1 +00002c11=1 +00002c12=1 +00002c13=1 +00002c14=1 +00002cec=1 +00002ced=1 +00002cee=1 +00002cef=1 +00002cf0=1 +00002cf1=1 +00002d00=0 +00002d01=1 +00002d02=0 +00002d03=1 + +[Relayout] + diff --git a/translations/projects/Romanian/diskmap.atp b/translations/projects/Romanian/diskmap.atp new file mode 100644 index 000000000..4a4f5c788 --- /dev/null +++ b/translations/projects/Romanian/diskmap.atp @@ -0,0 +1,80 @@ +[Files] +Original=$BUILD_DIR\plugins\diskmap\lang\english.slg +Translated=$BUILD_DIR\plugins\diskmap\lang\romanian.slg +Include=..\..\symbols\plugins\diskmap\symbols.inc +SalMenu=..\..\symbols\plugins\diskmap\salmenu.mnu +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] +006d0000=1 +006d0001=1 +006d0002=1 +006d0004=1 +006d0005=1 +006d0007=1 +006d0008=1 +006d0009=1 +006d000a=1 +006d000b=1 +006d000d=1 +006d000e=1 +006d000f=1 +006d0010=1 +006d0011=1 +006d0012=1 +006d0013=1 +006d0014=1 +006d0016=1 +006d0017=1 +006d0018=1 + +[StringsTranslation] +00000020=1 +00000021=1 +00000022=1 +00000023=1 +00000028=1 +00000029=1 +00000030=1 +00000031=1 +00000032=1 +00000033=1 +00000034=1 +00000035=1 +00000036=1 +00000037=1 +00000038=1 +00000039=1 +0000003a=1 +0000003b=1 +0000003c=1 +0000003d=1 +0000003e=1 +0000003f=1 +00000040=1 +00000041=1 +00000042=1 +00000043=1 +00000044=1 +00000045=1 +00000046=1 +00000047=1 +00000048=1 +00000049=1 +0000004a=1 +0000004b=1 +0000004c=1 +0000004d=1 +0000004e=1 +0000004f=1 + +[Relayout] + diff --git a/translations/projects/Romanian/filecomp.atp b/translations/projects/Romanian/filecomp.atp new file mode 100644 index 000000000..247dfb8c9 --- /dev/null +++ b/translations/projects/Romanian/filecomp.atp @@ -0,0 +1,245 @@ +[Files] +Original=$BUILD_DIR\plugins\filecomp\lang\english.slg +Translated=$BUILD_DIR\plugins\filecomp\lang\romanian.slg +Include=..\..\symbols\plugins\filecomp\symbols.inc +SalMenu=..\..\symbols\plugins\filecomp\salmenu.mnu +IgnoreList=..\..\symbols\plugins\filecomp\ignore.lst +CheckList=..\..\symbols\plugins\filecomp\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640004=1 +00640006=1 +00640007=1 +00640008=1 +00640009=1 +00690000=1 +00690001=1 +00690003=1 +00690004=1 +00690009=1 +0069000a=1 +0069000b=1 +0069000c=1 +0069000d=1 +0069000e=1 +0069000f=1 +00690010=1 +00690011=1 +00690014=1 +00820000=1 +00820001=1 +00820003=1 +00820004=1 +00820005=1 +00820006=1 +00820008=1 +00820009=1 +0082000a=1 +0082000b=1 +0082000c=1 +0082000d=1 +00820012=1 +00820014=1 +00820015=1 +00820016=1 +00820017=1 +00820018=1 +00820019=1 +0082001a=1 +0082001b=1 +0082001c=1 +0082001d=1 +0082001e=1 +00820020=1 +00820022=1 +00820024=1 +00820025=1 +00820026=1 +008c0000=1 +008c0001=1 +008c0003=1 +008c0004=1 +008c0006=1 +008c0008=1 +008c000a=1 +008c000c=1 +008c000d=1 +008c000e=1 +008c0010=1 +008c0012=1 +008c0014=1 +00960000=1 +00960001=1 +00960003=1 +00960004=1 +00960005=1 +00960006=1 +00960008=1 +00960009=1 +0096000a=1 +0096000b=1 +0096000c=1 +0096000d=1 +00960012=1 +00960014=1 +00960015=1 +00960016=1 +00960017=1 +00960018=1 +00960019=1 +0096001a=1 +0096001b=1 +0096001c=1 +0096001d=1 +0096001e=1 +00960020=1 + +[MenusTranslation] +02580000=1 +02580001=1 +02580002=1 +02580004=1 +02580005=1 +02580006=1 +02580007=1 +02580008=1 +02580009=1 +0258000a=1 +0258000c=1 +0258000d=1 +0258000e=1 +0258000f=1 +02580011=1 +02580013=1 +02580014=1 +02580015=1 +02580016=1 +02580017=1 +02580018=1 +02580019=1 +0258001b=1 +0258001c=1 +0258001d=1 +0258001e=1 +02580020=1 +02590001=1 +02590002=1 +025a0001=1 +025a0002=1 +025b0001=1 +025b0002=1 +025b0004=1 +025b0005=1 +025c0001=1 +025c0002=1 + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +00000441=1 +00000442=1 +00000443=1 +00000444=1 +00000445=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000450=1 + +[Relayout] + diff --git a/translations/projects/Romanian/ftp.atp b/translations/projects/Romanian/ftp.atp new file mode 100644 index 000000000..b205290a3 --- /dev/null +++ b/translations/projects/Romanian/ftp.atp @@ -0,0 +1,1482 @@ +[Files] +Original=$BUILD_DIR\plugins\ftp\lang\english.slg +Translated=$BUILD_DIR\plugins\ftp\lang\romanian.slg +Include=..\..\symbols\plugins\ftp\symbols.inc +SalMenu=..\..\symbols\plugins\ftp\salmenu.mnu +IgnoreList=..\..\symbols\plugins\ftp\ignore.lst +CheckList=..\..\symbols\plugins\ftp\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +01f40000=1 +01f40001=1 +01f40002=1 +01f40003=1 +01f40005=1 +01f40006=1 +01f40007=1 +01f40008=1 +01f40009=1 +02080000=1 +02080002=1 +02080003=1 +02080005=1 +02080006=1 +02080007=1 +02080008=1 +0208000a=1 +0208000c=1 +0208000d=1 +0208000e=1 +02080010=1 +02080011=1 +02080013=1 +02080015=1 +02080016=1 +02080018=1 +0208001a=1 +0208001b=1 +0208001c=1 +0208001d=1 +0208001f=1 +02170000=1 +02170001=1 +02170002=1 +02170003=1 +02170004=1 +02170005=1 +02170006=1 +02210000=1 +02210001=1 +02210003=1 +02210004=1 +02210006=1 +02210007=1 +02210009=1 +0221000a=1 +0221000c=1 +0221000e=1 +0221000f=1 +02210011=1 +02210012=1 +02210014=1 +02300000=1 +02300002=1 +02300004=1 +02300007=1 +02300008=1 +0230000a=1 +0230000d=1 +0230000e=1 +0230000f=1 +02300010=1 +02300012=1 +02300013=1 +02300014=1 +02300015=1 +02300016=1 +02300017=1 +02300018=1 +02440000=1 +02440001=1 +02440003=1 +02440004=1 +02440006=1 +02440007=1 +02440009=1 +0244000b=1 +0244000d=1 +0244000f=1 +02440011=1 +02440012=1 +02440013=1 +02440014=1 +02440016=1 +02440018=1 +02440019=1 +0244001b=1 +0244001c=1 +0244001d=1 +0244001f=1 +02440021=1 +02440022=1 +02440023=1 +02440024=1 +02440025=1 +02440026=1 +02440027=1 +02440028=1 +02440029=1 +02580000=1 +02580003=1 +02580004=1 +02620000=1 +02620001=1 +02620004=1 +02620005=1 +026c0000=1 +026c0002=1 +026c0004=1 +026c0005=1 +02760000=1 +02760001=1 +02760003=1 +02760005=1 +02760007=1 +02760008=1 +0276000a=1 +0276000b=1 +0276000d=1 +02800000=1 +02800002=1 +02800003=1 +028a0000=1 +028a0001=1 +028a0003=1 +028a0004=1 +028a0006=1 +028a0008=1 +02940000=1 +029e0000=1 +029e0001=1 +029e0004=1 +029e0005=1 +029e0006=1 +029e0007=1 +029e0008=1 +029e0009=1 +02a80000=1 +02a80002=1 +02a80004=1 +02a80006=1 +02a80008=1 +02b70000=1 +02b70001=1 +02b70003=1 +02b70004=1 +02b70005=1 +02b70006=1 +02b70007=1 +02c60000=1 +02c60001=1 +02c60004=1 +02c60005=1 +02c60007=1 +02c60008=1 +02c60009=1 +02c6000a=1 +02c6000b=1 +02c6000d=1 +02c6000e=1 +02c6000f=1 +02c60010=1 +02d50000=1 +02d50001=1 +02d50003=1 +02d50005=1 +02d50007=1 +02d5000a=1 +02d5000c=1 +02d5000e=1 +02d5000f=1 +02d50010=1 +02e40000=1 +02e40001=1 +02e40003=1 +02e40004=1 +02e40005=1 +02e40006=1 +02e40008=1 +02e40009=1 +02ee0005=1 +02ee0007=1 +02ee0009=1 +02ee000c=1 +02ee000d=1 +02ee000f=1 +02ee0010=1 +02ee0011=1 +02ee0012=1 +02ee0014=1 +02ee0016=1 +02ee0018=1 +02ee0019=1 +02ee001a=1 +02ee001b=1 +02ee001c=1 +02ee001e=1 +02ee001f=1 +02ee0020=1 +02ee0021=1 +02ee0022=1 +030b0003=1 +030b0004=1 +030b0005=1 +030b0006=1 +03110000=1 +03110001=1 +03110002=1 +03110005=1 +031b0000=1 +031b0002=1 +031b0003=1 +031b0004=1 +031b0005=1 +031b0006=1 +031b0007=1 +031b0008=1 +031b0009=1 +031b000a=1 +031b000b=1 +031b000c=1 +031b000d=1 +031b000e=1 +031b000f=1 +031b0011=1 +031b0013=1 +031b0014=1 +031b0015=1 +031b0016=1 +031b0017=1 +031b0018=1 +031b0019=1 +031b001a=1 +032f0000=1 +032f0002=1 +032f0003=1 +032f0005=1 +032f0007=1 +032f0009=1 +032f000b=1 +032f000d=1 +032f000f=1 +032f0012=1 +032f0013=1 +032f0016=1 +032f0017=1 +032f0019=1 +032f001b=1 +033e0001=1 +033e0002=1 +033e0003=1 +033e0004=1 +033e0006=1 +033e0007=1 +033e0009=1 +033e000b=1 +033e000d=1 +033e000f=1 +03480001=1 +03480002=1 +03480003=1 +03480004=1 +03480005=1 +03480006=1 +03480008=1 +03480009=1 +0348000b=1 +0348000d=1 +0348000f=1 +03480011=1 +03490001=1 +03490002=1 +03490003=1 +03490004=1 +03490006=1 +03490007=1 +03490009=1 +0349000b=1 +0349000d=1 +0349000f=1 +034b0000=1 +034b0001=1 +034b0002=1 +034b0003=1 +034b0004=1 +034b0006=1 +034b0007=1 +034b0009=1 +034b000b=1 +034b000d=1 +034b000f=1 +034c0000=1 +034c0001=1 +034c0002=1 +034c0003=1 +034c0004=1 +034c0005=1 +034c0006=1 +034c0008=1 +034c0009=1 +034c000b=1 +034c000d=1 +034c000f=1 +034c0011=1 +034d0001=1 +034d0002=1 +034d0003=1 +034d0004=1 +034d0006=1 +034d0007=1 +034d0009=1 +034d000b=1 +034d000d=1 +034f0001=1 +034f0002=1 +034f0003=1 +034f0004=1 +034f0005=1 +034f0006=1 +034f0008=1 +034f0009=1 +034f000b=1 +034f000d=1 +034f000f=1 +03520000=1 +03520001=1 +03520002=1 +03520003=1 +03520004=1 +03520006=1 +03520007=1 +03520009=1 +03570000=1 +03570001=1 +03570002=1 +03570003=1 +03570004=1 +03570006=1 +03570007=1 +03570009=1 +0357000b=1 +0357000d=1 +03610000=1 +03610001=1 +03610002=1 +03610003=1 +03610004=1 +03610005=1 +03610006=1 +03610007=1 +03610008=1 +03610009=1 +0361000a=1 +0361000b=1 +0361000c=1 +0361000d=1 +0361000f=1 +03610010=1 +03610011=1 +03610012=1 +03610014=1 +03610015=1 +03610017=1 +03610019=1 +03660001=1 +03660002=1 +03660003=1 +03660004=1 +03660006=1 +03660007=1 +03660009=1 +03700001=1 +03700002=1 +03700003=1 +03700004=1 +03700006=1 +03700007=1 +03700009=1 +0370000b=1 +037a0001=1 +037a0002=1 +037a0003=1 +037a0004=1 +037a0006=1 +037a0007=1 +037a0009=1 +037a000b=1 +037a000d=1 +037a000f=1 +03800001=1 +03800002=1 +03800003=1 +03800004=1 +03800005=1 +03800006=1 +03800008=1 +03800009=1 +0380000b=1 +0380000d=1 +0380000f=1 +03800011=1 +03820001=1 +03820002=1 +03820003=1 +03820004=1 +03820006=1 +03820007=1 +03820009=1 +03840000=1 +03840001=1 +03840002=1 +03840003=1 +03840004=1 +03840005=1 +03840007=1 +03840008=1 +0384000a=1 +0384000c=1 +0384000e=1 +038e0000=1 +038e0001=1 +038e0002=1 +038e0003=1 +038e0004=1 +038e0005=1 +038e0006=1 +038e0007=1 +03930000=1 +03930002=1 +03930003=1 +03930005=1 +03930007=1 +03930009=1 +0393000b=1 +0393000d=1 +0393000f=1 +03980000=1 +03980001=1 +03980003=1 +03980005=1 +03980007=1 +03980009=1 +0398000b=1 +0398000e=1 +0398000f=1 +03980010=1 +03980011=1 +03980013=1 +03980014=1 +03980015=1 +03a20000=1 +03a20001=1 +03a20003=1 +03a20005=1 +03a20007=1 +03a20009=1 +03a2000b=1 +03a2000c=1 +03a2000e=1 +03a2000f=1 +03a20011=1 +03ac0000=1 +03ac0001=1 +03ac0002=1 +03ac0004=1 +03ac0006=1 +03ac0007=1 +03ac0008=1 + +[MenusTranslation] +044c0001=1 +044c0003=1 +044c0004=1 +044c0005=1 +044c0006=1 +044c0008=1 +044c0009=1 +044d0001=1 +044d0002=1 +044d0003=1 +044d0004=1 +044d0006=1 +044d0007=1 +044e0001=1 +044e0002=1 +044e0003=1 +044e0004=1 +044e0005=1 +044e0006=1 +044e0007=1 +044e0009=1 +044e000a=1 +044e000b=1 +044e000c=1 +044e000d=1 +044f0001=1 +044f0002=1 +044f0003=1 +04500001=1 +04500003=1 +04500005=1 +04500006=1 +04510000=1 +04510001=1 +04510002=1 +04510004=1 +04510005=1 +04510007=1 +04510008=1 +04510009=1 +0451000b=1 +0451000c=1 +0451000d=1 +0451000e=1 +0451000f=1 +04520001=1 +04520002=1 +04520003=1 +04520005=1 +04520006=1 +04530001=1 +04530002=1 +04530003=1 +04530004=1 +04530005=1 +04530007=1 +04530008=1 +0453000a=1 +0453000b=1 +04540001=1 +04540002=1 +04550001=1 +04550002=1 +04550003=1 +04550004=1 +04550006=1 +04550007=1 +04550008=1 +04550009=1 +0455000a=1 +0455000b=1 +0455000c=1 +0455000d=1 +0455000e=1 +0455000f=1 +04550010=1 +04550011=1 +04550012=1 +04550013=1 +04550014=1 +04550015=1 +04550016=1 +04550017=1 +04550018=1 +04550019=1 +0455001a=1 +0455001b=1 +0455001c=1 +0455001d=1 +0455001e=1 +0455001f=1 +04550020=1 +04550021=1 +04550022=1 +04550023=1 +04550024=1 +04550025=1 +04550026=1 +04550027=1 +04550028=1 +04550029=1 +0455002a=1 +0455002b=1 +0455002c=1 +0455002d=1 +0455002e=1 +04550030=1 +04550031=1 +04550032=1 +04550033=1 +04550034=1 +04550035=1 +04550036=1 +04550037=1 +04550038=1 +04550039=1 +0455003a=1 +0455003b=1 +0455003c=1 +0455003e=1 +04550040=1 +04550041=1 +04550042=1 +04550043=1 +04550045=1 +04560001=1 +04560002=1 +04560003=1 +04560005=1 +04560006=1 +04570001=1 +04570002=1 +04570003=1 +04580001=1 +04580002=1 +04580003=1 +04580004=1 +04590001=1 +04590002=1 +04590003=1 +045a0001=1 +045a0002=1 +045b0001=1 +045b0002=1 +045c0001=1 +045c0002=1 +045c0003=1 +045d0001=1 +045d0002=1 +045d0003=1 +045d0004=1 +045e0001=1 +045e0002=1 +045f0001=1 +045f0002=1 +045f0003=1 +045f0005=1 +045f0006=1 +04600001=1 +04600002=1 +04600004=1 +04600005=1 +04600006=1 +04600007=1 +04600008=1 +04600009=1 +0460000a=1 +0460000b=1 +0460000c=1 +0460000e=1 +04600010=1 +04600011=1 +04600012=1 +04600013=1 +04600015=1 +04610001=1 +04610002=1 +04610003=1 +04610004=1 +04620001=1 +04620002=1 +04630001=1 +04630002=1 +04630003=1 +04640001=1 +04640002=1 + +[StringsTranslation] +00002710=1 +00002715=1 +0000271a=1 +0000271b=1 +00002724=1 +0000272e=1 +00002738=1 +00002739=1 +0000273a=1 +0000273b=1 +00002742=1 +00002747=1 +0000274c=1 +00002751=1 +00002756=1 +00002757=1 +00002758=1 +0000275b=1 +0000275c=1 +0000275d=1 +0000275e=1 +0000276a=1 +0000276b=1 +0000276c=1 +0000276d=1 +0000276e=1 +0000276f=1 +00002770=1 +00002771=1 +00002772=1 +00002773=1 +00002774=1 +00002779=1 +0000277a=1 +0000277b=1 +0000277c=1 +0000277d=1 +0000277e=1 +0000277f=1 +00002780=1 +00002781=1 +00002782=1 +00002783=1 +00002784=1 +00002785=1 +00002786=1 +00002787=1 +00002788=1 +00002789=1 +0000278a=1 +0000278b=1 +0000278c=1 +0000278d=1 +0000278e=1 +0000278f=1 +00002790=1 +00002791=1 +00002792=1 +00002795=1 +00002796=1 +00002797=1 +00002798=1 +0000279a=1 +0000279c=1 +0000279d=1 +0000279e=1 +0000279f=1 +000027a1=1 +000027a4=1 +000027a6=1 +000027a7=1 +000027a8=1 +000027a9=1 +000027ab=1 +000027ac=1 +000027b0=1 +000027b5=1 +000027b6=1 +000027ba=1 +000027bb=1 +000027bc=1 +000027bd=1 +000027be=1 +000027bf=1 +000027c0=1 +000027c1=1 +000027c2=1 +000027c3=1 +000027c4=1 +000027c5=1 +000027ce=1 +000027cf=1 +000027d0=1 +000027d1=1 +000027d2=1 +000027d3=1 +000027d4=1 +000027d5=1 +000027d6=1 +000027d7=1 +000027d8=1 +000027d9=1 +000027da=1 +000027db=1 +000027dc=1 +000027dd=1 +000027de=1 +000027df=1 +000027e0=1 +000027e1=1 +000027e2=1 +000027e3=1 +000027e4=1 +000027ec=1 +000027ed=1 +000027ee=1 +000027ef=1 +000027f0=1 +000027f1=1 +000027f2=1 +000027f3=1 +000027f4=1 +000027f5=1 +000027f6=1 +000027f7=1 +000027f8=1 +000027f9=1 +000027fa=1 +000027fb=1 +000027fc=1 +000027fd=1 +000027fe=1 +000027ff=1 +00002800=1 +00002803=1 +00002804=1 +00002805=1 +00002806=1 +00002807=1 +00002808=1 +0000280a=1 +0000280f=1 +00002810=1 +00002811=1 +00002812=1 +00002813=1 +0000283c=1 +0000283d=1 +0000283e=1 +0000283f=1 +00002841=1 +00002846=1 +00002847=1 +00002848=1 +00002849=1 +0000284a=1 +0000284b=1 +0000284c=1 +00002850=1 +00002855=1 +00002856=1 +00002857=1 +00002858=1 +00002859=1 +0000285a=1 +0000285b=1 +0000285c=1 +0000285d=1 +00002864=1 +00002865=1 +00002866=1 +00002867=1 +00002868=1 +0000286e=1 +0000286f=1 +00002870=1 +00002871=1 +00002872=1 +00002873=1 +00002874=1 +00002875=1 +00002876=1 +00002877=1 +00002878=1 +00002879=1 +0000287a=1 +0000287b=1 +0000287c=1 +0000287d=1 +0000287e=1 +0000287f=1 +00002880=1 +00002881=1 +00002882=1 +00002883=1 +00002884=1 +00002885=1 +00002886=1 +0000288c=1 +0000288d=1 +0000288e=1 +0000288f=1 +00002890=1 +00002891=1 +00002892=1 +00002893=1 +00002896=1 +00002897=1 +00002898=1 +00002899=1 +0000289a=1 +0000289b=1 +0000289c=1 +0000289d=1 +0000289e=1 +0000289f=1 +000028a0=1 +000028a1=1 +000028a2=1 +000028a3=1 +000028a4=1 +000028aa=1 +000028ab=1 +000028ac=1 +000028ad=1 +000028b4=1 +000028b5=1 +000028b6=1 +000028b7=1 +000028b8=1 +000028b9=1 +000028ba=1 +000028bb=1 +000028bc=1 +000028bd=1 +000028c1=1 +000028c2=1 +000028c3=1 +000028c4=1 +000028c5=1 +000028c8=1 +000028c9=1 +000028ca=1 +000028cb=1 +000028d2=1 +000028d3=1 +000028d4=1 +000028d5=1 +000028d6=1 +000028d7=1 +000028d8=1 +000028d9=1 +000028da=1 +000028db=1 +000028dc=1 +000028dd=1 +000028de=1 +000028df=1 +000028e0=1 +000028e1=1 +000028e2=1 +000028e6=1 +000028e7=1 +000028e8=1 +000028e9=1 +000028ea=1 +000028eb=1 +000028ec=1 +000028ed=1 +000028ee=1 +000028f0=1 +000028f1=1 +000028f2=1 +000028f3=1 +000028f4=1 +000028f5=1 +000028fa=1 +000028fb=1 +000028fc=1 +000028fd=1 +000028fe=1 +000028ff=1 +00002900=1 +00002901=1 +00002902=1 +00002903=1 +00002904=1 +00002905=1 +00002906=1 +00002907=1 +00002908=1 +00002909=1 +0000290a=1 +0000290b=1 +0000290c=1 +0000290d=1 +0000290e=1 +0000290f=1 +00002910=1 +00002911=1 +00002912=1 +00002913=1 +00002914=1 +00002915=1 +00002916=1 +00002917=1 +00002918=1 +00002919=1 +0000291a=1 +0000291b=1 +0000291c=1 +0000291d=1 +0000291e=1 +0000292c=1 +0000292d=1 +0000292e=1 +0000292f=1 +00002930=1 +00002931=1 +00002932=1 +00002933=1 +00002934=1 +00002935=1 +00002936=1 +00002937=1 +00002938=1 +00002939=1 +0000293a=1 +0000293b=1 +0000293c=1 +0000293d=1 +0000293e=1 +0000293f=1 +00002940=1 +00002941=1 +00002942=1 +00002943=1 +00002944=1 +00002945=1 +00002946=1 +00002947=1 +00002948=1 +0000294a=1 +0000294b=1 +0000294c=1 +0000294d=1 +0000294e=1 +0000294f=1 +00002950=1 +00002953=1 +0000295e=1 +0000295f=1 +00002960=1 +00002961=1 +00002962=1 +00002963=1 +00002964=1 +00002965=1 +00002966=1 +00002967=1 +00002972=1 +00002973=1 +00002974=1 +00002975=1 +00002976=1 +00002977=1 +00002978=1 +00002979=1 +0000297a=1 +0000297b=1 +0000297c=1 +0000297d=1 +00002981=1 +00002982=1 +00002983=1 +00002984=1 +00002985=1 +00002986=1 +00002987=1 +0000298b=1 +0000298c=1 +0000298d=1 +0000298e=1 +0000298f=1 +00002990=1 +00002995=1 +00002996=1 +00002997=1 +00002998=1 +00002999=1 +0000299a=1 +0000299b=1 +0000299c=1 +0000299d=1 +0000299e=1 +0000299f=1 +000029a0=1 +000029a1=1 +000029a2=1 +000029a3=1 +000029a4=1 +000029a5=1 +000029a6=1 +000029a7=1 +000029a8=1 +000029a9=1 +000029aa=1 +000029ab=1 +000029ac=1 +000029ad=1 +000029ae=1 +000029af=1 +000029b0=1 +000029b1=1 +000029b2=1 +000029b8=1 +000029bd=1 +000029be=1 +000029bf=1 +000029c0=1 +000029c1=1 +000029c2=1 +000029c7=1 +000029cc=1 +000029cd=1 +000029d6=1 +000029d7=1 +000029d8=1 +000029d9=1 +000029da=1 +000029db=1 +000029dc=1 +000029dd=1 +000029e0=1 +000029e1=1 +000029e2=1 +000029e3=1 +000029e7=1 +000029ea=1 +000029eb=1 +000029ec=1 +000029ed=1 +000029ee=1 +000029f4=1 +000029f5=1 +000029f6=1 +000029f7=1 +000029fe=1 +000029ff=1 +00002a00=1 +00002a01=1 +00002a02=1 +00002a03=1 +00002a04=1 +00002a05=1 +00002a06=1 +00002a07=1 +00002a10=1 +00002a12=1 +00002a13=1 +00002a14=1 +00002a15=1 +00002a16=1 +00002a17=1 +00002a18=1 +00002a19=1 +00002a1a=1 +00002a1b=1 +00002a1c=1 +00002a1d=1 +00002a1e=1 +00002a21=1 +00002a22=1 +00002a23=1 +00002a2b=1 +00002a2c=1 +00002a30=1 +00002a31=1 +00002a32=1 +00002a33=1 +00002a34=1 +00002a35=1 +00002a36=1 +00002a37=1 +00002a3a=1 +00002a3b=1 +00002a3c=1 +00002a3d=1 +00002a3e=1 +00002a3f=1 +00002a40=1 +00002a41=1 +00002a42=1 +00002a43=1 +00002a44=1 +00002a45=1 +00002a46=1 +00002a47=1 +00002a48=1 +00002a49=1 +00002a4a=1 +00002a4b=1 +00002a4c=1 +00002a4d=1 +00002a4e=1 +00002a53=1 +00002a54=1 +00002a55=1 +00002a56=1 +00002a57=1 +00002a58=1 +00002a59=1 +00002a5a=1 +00002a5b=1 +00002a5c=1 +00002a5d=1 +00002a5e=1 +00002a5f=1 +00002a60=1 +00002a61=1 +00002a62=1 +00002a63=1 +00002a64=1 +00002a65=1 +00002a66=1 +00002a67=1 +00002a68=1 +00002a69=1 +00002a6a=1 +00002a6b=1 +00002a6c=1 +00002a6d=1 +00002a6e=1 +00002a6f=1 +00002a70=1 +00002a71=1 +00002a72=1 +00002a73=1 +00002a76=1 +00002a77=1 +00002a78=1 +00002a79=1 +00002a7a=1 +00002a7b=1 +00002a7c=1 +00002a7d=1 +00002a7e=1 +00002a7f=1 +00002a80=1 +00002a81=1 +00002a8a=1 +00002a8b=1 +00002a8c=1 +00002a8d=1 +00002a8e=1 +00002a8f=1 +00002a90=1 +00002a9e=1 +00002a9f=1 +00002aa0=1 +00002aa1=1 +00002aa2=1 +00002aa5=1 +00002aa8=1 +00002aa9=1 +00002aaa=1 +00002aab=1 +00002aac=1 +00002aad=1 +00002ab2=1 +00002ab7=1 +00002ab8=1 +00002ab9=1 +00002aba=1 +00002abb=1 +00002ac6=1 +00002ac7=1 +00002ac8=1 +00002ac9=1 +00002aca=1 +00002acb=1 +00002acc=1 +00002ad5=1 +00002ad6=1 +00002ad7=1 +00002adf=1 +00002ae0=1 +00002ae9=1 +00002aea=1 +00002aeb=1 +00002aec=1 +00002aed=1 +00002aee=1 +00002aef=1 +00002af0=1 +00002af1=1 +00002af2=1 +00002af3=1 +00002af4=1 +00002af5=1 +00002af6=1 +00002af7=1 +00002af8=1 +00002af9=1 +00002afa=1 +00002afb=1 +00002afc=1 +00002afd=1 +00002afe=1 +00002aff=1 +00002b00=1 +00002b01=1 +00002b02=1 +00002b03=1 +00002b04=1 +00002b05=1 +00002b06=1 +00002b07=1 +00002b08=1 +00002b0c=1 +00002b0d=1 +00002b0e=1 +00002b0f=1 +00002b11=1 +00002b12=1 +00002b16=1 +00002b17=1 +00002b18=1 +00002b19=1 +00002b1a=1 +00002b1b=1 +00002b1f=1 +00002b20=1 +00002b21=1 +00002b2a=1 +00002b2b=1 +00002b2c=1 +00002b2d=1 +00002b2e=1 +00002b34=1 +00002b39=1 +00002b3e=1 +00002b3f=1 +00002b40=1 +00002b41=1 +00002b42=1 +00002b4d=1 +00002b4e=1 +00002b4f=1 +00002b5c=1 +00002b5d=1 +00002b5e=1 +00002b5f=1 +00002b60=1 +00002b61=1 +00002b62=1 +00002b63=1 +00002b64=1 +00002b65=1 +00002b66=1 +00002b67=1 +00002b68=1 +00002b69=1 +00002b6a=1 +00002b6b=1 +00002b6c=1 +00002b6d=1 +00002b6e=1 +00002b6f=1 +00002b70=1 +00002b71=1 +00002b72=1 +00002b73=1 +00002b74=1 +00002b75=1 +00002b76=1 +00002b8e=1 +00002b8f=1 +00002b90=1 +00002b91=1 +00002b92=1 +00002b93=1 +00002b94=1 +00002ba2=1 +00002ba3=1 +00002ba4=1 +00002ba5=1 +00002bac=1 +00002bad=1 +00002bb6=1 +00002bb7=1 +00002bb8=1 +00002bb9=1 +00002bba=1 +00002bbb=1 +00002bbc=1 +00002bbd=1 +00002bbe=1 +00002bbf=1 +00002bc0=1 +00002bc1=1 +00002bc2=1 +00002bc3=1 +00002bc4=1 +00002bc5=1 +00002bc6=1 +00002bc7=1 +00002bd4=1 +00002bd5=1 +00002bd6=1 +00002bd7=1 +00002bd8=1 +00002bd9=1 +00002bda=1 +00002bdb=1 +00002bde=1 +00002bdf=1 +00002be0=1 +00002be1=1 +00002be2=1 +00002be3=1 +00002be8=1 +00002bed=1 +00002bee=1 +00002bef=1 +00002bf0=1 +00002bf7=1 +00002bf8=1 +00002bf9=1 +00002c01=1 +00002c02=1 +00002c03=1 +00002c04=1 +00002c0b=1 +00002c0c=1 +00002c0d=1 +00002c0e=1 +00002c0f=1 +00002c10=1 +00002c11=1 +00002c12=1 +00002c13=1 +00002c14=1 +00002c15=1 +00002c1a=1 +00002c1b=1 +00002c1c=1 +00002c1d=1 +00002c1e=1 +00002c1f=1 +00002c20=1 +00002c24=1 +00002c25=1 +00002c26=1 +00002c27=1 +00002c28=1 +00002c29=1 +00002c2a=1 +00002c2b=1 +00002c38=1 +00002c39=1 +00002c3d=1 +00002c3e=1 +00002c42=1 +00002c43=1 +00002c44=1 +00002c45=1 +00002c46=1 +00002c47=1 +00002c48=1 +00002c49=1 +00002c4a=1 +00002c4b=1 +00002c4c=1 +00002c4e=1 +00002c4f=1 +00002c50=1 +00002c51=1 +00002c52=1 +00002c53=1 +00002c54=1 +00002c55=1 +00002c56=1 +00002c5e=1 +00002c5f=1 +00002c60=1 +00002c61=1 +00002c62=1 +00002c63=1 +00002c6a=1 +00002c6b=1 +00002c6c=1 +00002c6d=1 +00002c6e=1 +00002c74=1 +00002c79=1 +00002c7a=1 +00002c7b=1 +00002c7e=1 +00002c83=1 +00002c84=1 +00002c86=1 +00002c87=1 +00002c88=1 +00002c89=1 + +[Relayout] + diff --git a/translations/projects/Romanian/ieviewer.atp b/translations/projects/Romanian/ieviewer.atp new file mode 100644 index 000000000..f19cdc21a --- /dev/null +++ b/translations/projects/Romanian/ieviewer.atp @@ -0,0 +1,25 @@ +[Files] +Original=$BUILD_DIR\plugins\ieviewer\lang\english.slg +Translated=$BUILD_DIR\plugins\ieviewer\lang\romanian.slg +Include=..\..\symbols\plugins\ieviewer\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +00002774=1 +00002775=0 +00002776=1 +00002777=1 +00002779=1 + +[Relayout] + diff --git a/translations/projects/Romanian/mmviewer.atp b/translations/projects/Romanian/mmviewer.atp new file mode 100644 index 000000000..866be109f --- /dev/null +++ b/translations/projects/Romanian/mmviewer.atp @@ -0,0 +1,233 @@ +[Files] +Original=$BUILD_DIR\plugins\mmviewer\lang\english.slg +Translated=$BUILD_DIR\plugins\mmviewer\lang\romanian.slg +Include=..\..\symbols\plugins\mmviewer\symbols.inc +SalMenu=..\..\symbols\plugins\mmviewer\salmenu.mnu +CheckList=..\..\symbols\plugins\mmviewer\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +29040000=1 +29040001=1 +29040003=1 +29040004=1 +29040006=1 +29040007=1 +29040008=1 +29040009=1 +2904000a=1 +2904000b=1 +2904000c=1 +2904000d=1 +2904000e=1 + +[MenusTranslation] + +[StringsTranslation] +00002b5c=1 +00002b5d=1 +00002b5e=1 +00002b5f=1 +00002b60=1 +00002b61=1 +00002b62=1 +00002b63=1 +00002b66=1 +00002b67=1 +00002b70=1 +00002b73=1 +00002b74=1 +00002b75=1 +00002b76=1 +00002b77=1 +00002b78=1 +00002b79=1 +00002b7a=1 +00002b7b=1 +00002b7c=1 +00002bc0=1 +00002bc1=1 +00002bc2=1 +00002bc4=1 +00002bc5=1 +00002bc6=1 +00002bc7=1 +00002bc8=1 +00002bc9=1 +00002bca=1 +00002bcb=1 +00002bde=1 +00002be0=1 +00002c06=1 +00002c07=1 +00002c10=1 +00002c11=1 +00002c1a=1 +00002cec=1 +00002ced=1 +00002cee=1 +00002cef=1 +00002cf0=1 +00002cf1=1 +00002cf2=1 +00002cf3=1 +00002ee1=1 +00002ee2=1 +00002ee9=1 +00002eea=1 +00002eeb=1 +00002eec=1 +00002eed=1 +00002eee=1 +00002eef=1 +00002ef0=1 +00002ef1=1 +00002ef2=1 +00002ef3=1 +00002ef4=1 +00002ef5=1 +00002ef6=1 +00002ef7=1 +00002ef8=1 +00002ef9=1 +00002efa=1 +00002efb=1 +00002efc=1 +00002efd=1 +00002f44=1 +00002f45=1 +00002f46=1 +00002f47=1 +00002f48=1 +00002f49=1 +00002f4a=1 +00002f4b=1 +00002f4c=1 +00002f4d=1 +00002f4e=1 +00002f4f=1 +00002f50=1 +00002f51=1 +00002f52=1 +00002f53=1 +00002f54=1 +00002f55=1 +00002f56=1 +00002f57=1 +00002f58=1 +00002f59=1 +00002f5a=1 +00002f5b=1 +00002f5c=1 +00002f5d=1 +00002f5e=1 +00002f5f=1 +00002f60=1 +00002f61=1 +00002f62=1 +00002fa8=1 +00002fa9=1 +00002faa=1 +00002fab=1 +00002fac=1 +0000300c=1 +0000300d=1 +0000300e=1 +0000300f=1 +00003010=1 +00003011=1 +00003012=1 +00003013=1 +00003014=1 +00003015=1 +00003016=1 +00003017=1 +00003018=1 +00003019=1 +0000301a=1 +0000301b=1 +0000301c=1 +0000301d=1 +0000301e=1 +0000301f=1 +00003020=1 +00003021=1 +00003022=1 +00003023=1 +00003024=1 +00003025=1 +00003026=1 +00003027=1 +00003070=1 +00003071=1 +00003072=1 +00003073=1 +00003074=1 +00003075=1 +00003076=1 +00003077=1 +000030d5=1 +000030d6=1 +000030d7=1 +000030d8=1 +000030d9=1 +000030da=1 +000030db=1 +000030dc=1 +000030dd=1 +000030de=1 +000030df=1 +000030e0=1 +000030e1=1 +000030e2=1 +000030e3=1 +000030e4=1 +000030e5=1 +000030e6=1 +000030e7=1 +000030e8=1 +000030e9=1 +000030ea=1 +000030eb=1 +000030ec=1 +000030ed=1 +000030ee=1 +000030ef=1 +000030f0=1 +000030f1=1 +000030f2=1 +000030f3=1 +000030f4=1 +000030f5=1 +000030f6=1 +000030f7=1 +000030f8=1 +000030f9=1 +000030fa=1 +000030fb=1 +000030fc=1 +000030fd=1 +000030fe=1 +00003138=1 +00003139=1 +0000313a=1 +0000313b=1 +0000313c=1 +0000313d=1 +0000313e=1 +0000313f=1 +00003140=1 +00003141=1 +00003142=1 +00003143=1 +00003144=1 +00003145=1 + +[Relayout] + diff --git a/translations/projects/Romanian/nethood.atp b/translations/projects/Romanian/nethood.atp new file mode 100644 index 000000000..994a93fe0 --- /dev/null +++ b/translations/projects/Romanian/nethood.atp @@ -0,0 +1,42 @@ +[Files] +Original=$BUILD_DIR\plugins\nethood\lang\english.slg +Translated=$BUILD_DIR\plugins\nethood\lang\romanian.slg +Include=..\..\symbols\plugins\nethood\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00660000=1 +00660001=1 +00660002=1 +00660003=1 +00660004=1 +00660005=1 +00660006=1 +00660008=1 +00660009=1 +0066000a=1 + +[MenusTranslation] + +[StringsTranslation] +00000080=1 +00000081=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 + +[Relayout] + diff --git a/translations/projects/Romanian/pak.atp b/translations/projects/Romanian/pak.atp new file mode 100644 index 000000000..199eafa7d --- /dev/null +++ b/translations/projects/Romanian/pak.atp @@ -0,0 +1,70 @@ +[Files] +Original=$BUILD_DIR\plugins\pak\lang\english.slg +Translated=$BUILD_DIR\plugins\pak\lang\romanian.slg +Include=..\..\symbols\plugins\pak\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640005=1 +00640008=1 +00640009=1 + +[MenusTranslation] + +[StringsTranslation] +000001f4=1 +000001f5=1 +000001f6=1 +000001f7=1 +000001f8=1 +000001f9=1 +000001fa=1 +000001fb=1 +000001fc=1 +000001fd=1 +000001fe=1 +000001ff=1 +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 + +[Relayout] + diff --git a/translations/projects/Romanian/peviewer.atp b/translations/projects/Romanian/peviewer.atp new file mode 100644 index 000000000..270a0a7cc --- /dev/null +++ b/translations/projects/Romanian/peviewer.atp @@ -0,0 +1,37 @@ +[Files] +Original=$BUILD_DIR\plugins\peviewer\lang\english.slg +Translated=$BUILD_DIR\plugins\peviewer\lang\romanian.slg +Include=..\..\symbols\plugins\peviewer\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +21350000=1 +21350001=1 +21350003=1 +21350004=1 +21350005=1 +21350007=1 +21350008=1 +21350009=1 +2135000a=1 +2135000b=1 + +[MenusTranslation] + +[StringsTranslation] +000003f8=1 +00002774=1 +00002775=1 +00002776=1 +00002777=1 +00002778=1 +00002786=1 + +[Relayout] + diff --git a/translations/projects/Romanian/pictview.atp b/translations/projects/Romanian/pictview.atp new file mode 100644 index 000000000..137af0a27 --- /dev/null +++ b/translations/projects/Romanian/pictview.atp @@ -0,0 +1,590 @@ +[Files] +Original=$BUILD_DIR\plugins\pictview\lang\english.slg +Translated=$BUILD_DIR\plugins\pictview\lang\romanian.slg +Include=..\..\symbols\plugins\pictview\symbols.inc +SalMenu=..\..\symbols\plugins\pictview\salmenu.mnu +IgnoreList=..\..\symbols\plugins\pictview\ignore.lst +CheckList=..\..\symbols\plugins\pictview\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +07d00000=1 +07d00001=1 +07d00003=1 +07d00005=1 +07d00006=1 +07d00007=1 +07d00008=1 +07d00009=1 +07d0000a=1 +07d0000b=1 +07e40000=1 +07e40001=1 +07e40002=1 +07e40003=1 +07e40004=1 +07e40005=1 +07e40006=1 +07e40007=1 +07e40008=1 +07e40009=1 +07e4000a=1 +07f80000=1 +07f80001=1 +07f80002=1 +07f80003=1 +07f80005=1 +07f80007=1 +07f80008=1 +07f80009=1 +07f8000a=1 +080c0000=1 +080c0001=1 +080c0002=1 +080c0003=1 +08160000=1 +08160001=1 +08160002=1 +08160003=1 +08160004=1 +08160005=1 +08160006=1 +08160007=1 +08160009=1 +0816000b=1 +08200000=1 +08200001=1 +08200002=1 +08200004=1 +08200006=1 +08200007=1 +08200009=1 +08340000=1 +08340001=1 +08340002=1 +08340003=1 +08340005=1 +08340007=1 +08340009=1 +0834000b=1 +0834000d=1 +0834000f=1 +08340011=1 +08340013=1 +08340015=1 +08480000=1 +08480003=1 +08480004=1 +08480005=1 +08480006=1 +08480007=1 +08480008=1 +08520000=1 +08520001=1 +08520003=1 +08520004=1 +08520005=1 +085c0000=1 +085c0001=1 +085c0003=1 +085c0004=1 +08660000=1 +08660001=1 +08660002=1 +08660003=1 +08660004=1 +08660005=1 +08660006=1 +08660007=1 +08660008=1 +08660009=1 +0866000c=1 +0866000d=1 +0866000f=1 +08660010=1 +08660011=1 +087a0000=1 +087a0003=1 +087a0004=1 +08840000=1 +08840001=1 +08840004=1 +08840007=1 +08840008=1 +08840009=1 +08fc0001=1 +08fc0003=1 +08fc0004=1 +08fc0006=1 +08fc0008=1 +08fc000a=1 +08fc000b=1 +08fc000d=1 +08fc000e=1 +08fc000f=1 +08fc0010=1 +08fc0011=1 +08fc0013=1 +08fc0014=1 +08fc0016=1 +08fc0017=1 +08fc0018=1 +08fc001a=1 +09600000=1 +09600001=1 +09600002=1 +09600003=1 +09600004=1 +09600005=1 +09600007=1 +09600009=1 +0960000b=1 +0960000d=1 +0960000f=1 +09600010=1 +09600011=1 +09600012=1 +09c40000=1 +09c40002=1 +09c40004=1 +09c40005=1 +09c40006=1 +09c40009=1 +09c4000c=1 +09c4000d=1 +09c4000e=1 +09c40010=1 +09c40011=1 +09c40012=1 +09c40013=1 +09c40016=1 +09c40019=1 +09c4001a=1 +09c4001b=1 +09c4001c=1 +09c4001d=1 +09e20000=1 +09e20001=1 + +[MenusTranslation] + +[StringsTranslation] +000001f4=1 +000001f5=1 +000001f6=1 +000001f7=1 +000001f8=1 +000001f9=1 +000001fa=1 +000001fb=1 +000001fc=1 +000001fd=1 +000001fe=1 +000001ff=1 +00000200=1 +00000201=1 +00000202=1 +00000203=1 +00000204=1 +00000205=1 +00000206=1 +00000207=1 +00000208=1 +00000209=1 +0000020a=1 +0000020b=1 +0000020c=1 +0000020d=1 +0000020e=1 +0000020f=1 +00000210=1 +00000211=1 +00000212=1 +00000213=1 +00000214=1 +00000215=1 +00000216=1 +00000217=1 +0000021d=1 +0000021e=1 +0000021f=1 +00000220=1 +00000221=1 +00000226=1 +00000227=1 +00000228=1 +00000230=1 +00000231=1 +00000232=1 +00000233=1 +00000234=1 +00000235=1 +00000236=1 +00000237=1 +00000238=1 +00000239=1 +0000023a=1 +00000244=1 +00000245=1 +00000246=1 +00000247=1 +00000248=1 +00000249=1 +0000024e=1 +0000024f=1 +00000250=1 +00000251=1 +00000254=1 +00000262=1 +00000263=1 +00000264=1 +00000265=1 +00000266=1 +00000267=1 +000003e7=1 +000003e8=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +00000418=1 +00000419=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +00000441=1 +00000442=1 +00000443=1 +00000444=1 +00000445=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +00000455=1 +00000456=1 +00000457=1 +00000458=1 +00000459=1 +0000045a=1 +0000045b=1 +0000045c=1 +0000045d=1 +0000045e=1 +0000045f=1 +00000460=1 +00000461=1 +00000462=1 +00000469=1 +0000046a=1 +0000046b=1 +0000046c=1 +0000046d=1 +00000474=1 +00000475=1 +00000476=1 +00000477=1 +00000479=1 +0000047a=1 +0000047b=1 +0000047c=1 +00000488=1 +00000489=1 +0000048a=1 +0000048b=1 +0000048c=1 +00000492=1 +00000898=1 +00000899=1 +0000089a=1 +0000089b=1 +0000089c=1 +0000089d=1 +0000089e=1 +0000089f=1 +000008a0=1 +000008a1=1 +000008a2=1 +000008a3=1 +000008a4=1 +000008a5=1 +000008a6=1 +000008a7=1 +000008a8=1 +000008a9=1 +000008aa=1 +000008ab=1 +000008ac=1 +000008ad=1 +000008ae=1 +000008af=1 +000008b0=1 +000008b5=1 +000008b6=1 +000008b7=1 +000008b8=1 +000008b9=1 +000008ba=1 +000008bb=1 +000008bc=1 +000008bd=1 +000008be=1 +000008bf=1 +000008c0=1 +000008c1=1 +000008c2=1 +000008c3=1 +000008c4=1 +000008c5=1 +000008c6=1 +000008c7=1 +000008c8=1 +000008c9=1 +000008ca=1 +000008cb=1 +000008e8=1 +000008e9=1 +000008ea=1 +000008eb=1 +000008ec=1 +000008f2=1 +000008f3=1 +000008f4=1 +000008f5=1 +000008f6=1 +000008f7=1 +000008f8=1 +00000902=1 +00000903=1 +00000fa3=1 +00000fa4=1 +00000fa6=1 +00000fa7=1 +00000fa9=1 +00000faf=1 +00000fb1=1 +00000fb3=1 +00000fb5=1 +00000fbb=1 +00000fbc=1 +00000fbd=1 +00000fbe=1 +00000fc5=1 +00000fc6=1 +00000fc7=1 +00000fca=1 +00000fcb=1 +00000fcc=1 +00000fd1=1 +00000fd4=1 +00000fd8=1 +00000fd9=1 +00000fda=1 +00000fdb=1 +00000fdf=1 +00000fe0=1 +00000fe1=1 +00000fe2=1 +00000fe3=1 +00000fe4=1 +00000fe5=1 +00000fe7=1 +00000fe9=1 +00000fea=1 +00000feb=1 +00000fec=1 +00000fed=1 +00000fee=1 +00000fef=1 +00000ff0=1 +00000ff1=1 +00000ff2=1 +00000ff3=1 +00000ff4=1 +00000ff5=1 +00000ff6=1 +00000ff7=1 +00000ff8=1 +00000ff9=1 +00000ffa=1 +00000ffb=1 +00000ffc=1 +00000ffd=1 +00000ffe=1 +00001000=1 +00001001=1 +00001003=1 +00001004=1 +00001006=1 +0000100b=1 +0000100c=1 +0000100f=1 +00001010=1 +00001013=1 +00001015=1 +00001017=1 +00001018=1 +00001019=1 +0000101a=1 +0000101b=1 +0000101c=1 +0000101d=1 +0000101e=1 +00001022=1 +00001045=1 +00001054=1 +00001063=1 +0000106d=1 +0000106e=1 +0000106f=1 +00001071=1 +00001072=1 +0000107b=1 +0000107c=1 +0000107f=1 +00001080=1 +00001088=1 +0000108c=1 +00001091=1 +00001092=1 +00001093=1 +00001094=1 +00001095=1 +00001096=1 +00001098=1 +0000109a=1 +0000109c=1 +0000109d=1 +0000109e=1 +000010a1=1 +000010a3=1 +000010a4=1 +000010a5=1 +000010a6=1 +000010a7=1 +000010a8=1 +000010a9=1 +000010aa=1 +000010ad=1 +000010ae=1 +000010af=1 +000010b8=1 +000010b9=1 +000010be=1 +000010bf=1 +000010c8=1 +000010c9=1 +000010ca=1 +000010cb=1 +000010cc=1 +000010cd=1 +000010ce=1 +000010cf=1 +000010d3=1 +000010d4=1 +000010d5=1 +000010d6=1 +000010d9=1 +000010db=1 +000010df=1 +000010e2=1 +000010e3=1 +000010e4=1 +000010e6=1 +000010e9=1 +000010ea=1 +000010eb=1 +000010ec=1 +000010f4=1 +000010f8=1 +000010f9=1 +000010fa=1 +000010fb=1 +00001142=1 + +[Relayout] + diff --git a/translations/projects/Romanian/regedt.atp b/translations/projects/Romanian/regedt.atp new file mode 100644 index 000000000..569f13b8b --- /dev/null +++ b/translations/projects/Romanian/regedt.atp @@ -0,0 +1,238 @@ +[Files] +Original=$BUILD_DIR\plugins\regedt\lang\english.slg +Translated=$BUILD_DIR\plugins\regedt\lang\romanian.slg +Include=..\..\symbols\plugins\regedt\symbols.inc +SalMenu=..\..\symbols\plugins\regedt\salmenu.mnu +IgnoreList=..\..\symbols\plugins\regedt\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640004=1 +00640005=1 +006e0000=1 +006e0001=1 +006e0003=1 +006e0004=1 +006e0006=1 +006e0007=1 +00780000=1 +00780002=1 +00780003=1 +00780004=1 +00780005=1 +00780006=1 +00780007=1 +00780009=1 +0078000b=1 +00820003=1 +00820004=1 +00820005=1 +00870000=1 +00870001=1 +00870003=1 +00870004=1 +00870006=1 +00870007=1 +00870008=1 +00870009=1 +0087000a=1 +0087000b=1 +0087000c=1 +0087000d=1 +0087000e=1 +0087000f=1 +00870010=1 +00870011=1 +00870012=1 +00870014=1 +00870015=1 +00870017=1 +00870018=1 +00a50000=1 +00a50001=1 +00a50003=1 +00a50005=1 +00a50006=1 +00a50007=1 +00a50008=1 +00a60000=1 +00a60001=1 +00a60002=1 +00a60005=1 +00a60008=1 +00a6000c=1 +00a6000d=1 +00af0003=1 +00af0004=1 +00b10000=1 +00b10001=1 +00b10003=1 +00b10005=1 +00b10006=1 +00b10007=1 + +[MenusTranslation] + +[StringsTranslation] +000000b0=1 +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fe=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000418=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +00000441=1 +00000442=1 +00000443=1 +00000444=1 +00000445=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000451=1 +00000453=1 +00000454=1 +00000455=1 +00000456=1 +00000457=1 +00000458=1 +00000459=1 +0000045a=1 +0000045b=1 +0000045c=1 +0000045d=1 +0000045e=1 +0000045f=1 +00000460=1 +00000461=1 +00000462=1 +00000463=1 +00000464=1 +00000465=1 +00000466=1 +00000467=1 +00000468=1 +00000469=1 +0000046a=1 +0000046b=1 +0000046c=1 +0000046d=1 +0000046e=1 +0000046f=1 +00000470=1 +00000471=1 +00000472=1 +00000473=1 +00000474=1 +00000475=1 +00000476=1 +00000477=1 +00000478=1 +00000479=1 +0000047a=1 +0000047b=1 +0000047c=1 +0000047d=1 +0000047e=1 +0000047f=1 +00000480=1 +00000481=1 +00000482=1 +00000486=1 +00000487=1 +00000488=1 +00000489=1 +0000048a=1 +0000048b=1 +0000048c=1 +0000048d=1 + +[Relayout] + diff --git a/translations/projects/Romanian/renamer.atp b/translations/projects/Romanian/renamer.atp new file mode 100644 index 000000000..28ee8dd02 --- /dev/null +++ b/translations/projects/Romanian/renamer.atp @@ -0,0 +1,370 @@ +[Files] +Original=$BUILD_DIR\plugins\renamer\lang\english.slg +Translated=$BUILD_DIR\plugins\renamer\lang\romanian.slg +Include=..\..\symbols\plugins\renamer\symbols.inc +SalMenu=..\..\symbols\plugins\renamer\salmenu.mnu +IgnoreList=..\..\symbols\plugins\renamer\ignore.lst +CheckList=..\..\symbols\plugins\renamer\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640002=1 +00640004=1 +00640005=1 +00640006=1 +00640009=1 +0064000c=1 +0064000e=1 +00640011=1 +00640014=1 +00640015=1 +00640016=1 +00640017=1 +00640018=1 +00640019=1 +0064001b=1 +0064001d=1 +0064001f=1 +00640020=1 +008c0000=1 +008c0001=1 +008c0003=1 +008c0005=1 +008c0007=1 +008c0009=1 +008c000b=1 +008c000c=1 +00960000=1 +00960001=1 +00960003=1 +00960005=1 +00960007=1 +00960009=1 +0096000b=1 +0096000c=1 +0096000d=1 +00a00000=1 +00a00001=1 +00a00003=1 +00a00004=1 +00a00005=1 +00a00006=1 +00a00007=1 +00aa0000=1 +00aa0001=1 +00aa0003=1 +00aa0004=1 +00aa0006=1 +00aa0007=1 +00af0000=1 +00af0003=1 +00b40000=1 +00b40001=1 +00b40003=1 +00b40004=1 +00b90000=1 +00b90001=1 +00b90002=1 +00b90004=1 +00b90006=1 +00b90008=1 +00b90009=1 +00be0000=1 +00be0001=1 +00be0002=1 +00be0005=1 +00be0008=1 +00be000b=1 +00be000c=1 +00be000d=1 +00be000e=1 +00be0010=1 +00be0011=1 +00be0012=1 + +[MenusTranslation] + +[StringsTranslation] +0000007a=1 +0000007b=1 +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=0 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +00000418=1 +00000419=1 +0000041a=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000439=1 +0000043b=1 +0000043d=1 +0000043f=1 +00000441=1 +00000443=1 +00000445=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000450=1 +00000451=1 +00000452=1 +00000453=1 +00000454=1 +00000455=1 +00000456=1 +00000457=1 +00000458=1 +00000459=1 +0000045a=1 +0000045b=1 +0000045c=1 +0000045d=1 +0000045e=1 +0000045f=1 +00000460=1 +00000461=1 +00000462=1 +00000463=1 +00000465=1 +00000466=1 +00000467=1 +00000468=1 +00000469=1 +0000046a=1 +0000046b=1 +0000046c=1 +0000046d=1 +0000046e=1 +0000046f=1 +00000470=1 +00000471=1 +00000472=1 +00000473=1 +00000474=1 +00000475=1 +00000476=1 +00000477=1 +00000478=1 +00000479=1 +0000047a=1 +0000047b=1 +0000047c=1 +0000047d=1 +0000047e=1 +0000047f=1 +00000480=1 +00000481=1 +00000482=1 +00000483=1 +00000484=1 +00000485=1 +00000486=1 +00000487=1 +00000488=1 +00000489=1 +0000048a=1 +0000048b=1 +0000048c=1 +0000048d=1 +0000048e=1 +0000048f=1 +00000490=1 +00000491=1 +00000492=1 +00000493=1 +00000494=1 +00000495=1 +00000496=1 +00000497=1 +00000498=1 +00000499=1 +0000049a=1 +0000049b=1 +0000049c=1 +0000049d=1 +0000049e=1 +0000049f=1 +000004a0=1 +000004a1=1 +000004a2=1 +000004a3=1 +000004a4=1 +000004a5=1 +000004a6=1 +000004a7=1 +000004a8=1 +000004a9=1 +000004aa=1 +000004ab=1 +000004ac=1 +000004ad=1 +000004ae=1 +000004af=1 +000004b0=1 +000004b1=1 +000004b2=1 +000004b3=1 +000004b4=1 +000004b5=1 +000004b6=1 +000004b7=1 +000004b8=1 +000004b9=1 +000004ba=1 +000004bb=1 +000004bc=1 +000004bd=1 +000004be=1 +000004bf=1 +000004c0=1 +000004c1=1 +000004c2=1 +000004c3=1 +000004c4=1 +000004c5=1 +000004c6=1 +000004c7=1 +000004c8=1 +000004c9=1 +000004ca=1 +000004cb=1 +000004cc=1 +000004cd=1 +000004ce=1 +000004cf=1 +000004d0=1 +000004d1=1 +000004d2=1 +000004d3=1 +000004d4=1 +000004d5=1 +000004d6=1 +000004d7=1 +000004d8=1 +000004d9=1 +000004da=1 +000004dc=1 +000004dd=1 +000004de=1 +000004df=1 +000004e0=1 +000004e1=1 +000004e2=1 +000004e3=1 +000004e4=1 +000004e5=1 +000004e6=1 +000004e7=1 +000004e8=1 +000004e9=1 +000004ea=1 +000004eb=1 +000004ec=1 +000004ed=1 +000004ee=1 +000004ef=1 +000004f0=1 +000004f1=1 +000004f2=1 +000004f3=1 +000004f4=1 +000004f5=1 +000004f6=1 +000004f7=1 +000004f8=1 +000004f9=1 +000004fa=1 +000004fb=1 +000004fc=1 +000004fd=1 +000004fe=1 +000004ff=1 +00000500=1 +00000501=1 +00000503=1 +00000504=1 +00000505=1 +00000506=1 + +[Relayout] + diff --git a/translations/projects/Romanian/salamand.atp b/translations/projects/Romanian/salamand.atp new file mode 100644 index 000000000..22bb9ebe0 --- /dev/null +++ b/translations/projects/Romanian/salamand.atp @@ -0,0 +1,2505 @@ +[Files] +Original=$BUILD_DIR\lang\english.slg +Translated=$BUILD_DIR\lang\romanian.slg +Include=..\..\symbols\symbols.inc +SalMenu=..\..\symbols\salmenu.mnu +IgnoreList=..\..\symbols\ignore.lst +CheckList=..\..\symbols\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640004=1 +00640005=1 +00640006=1 +00680000=1 +00680001=1 +00680003=1 +00680004=1 +00680005=1 +00680006=1 +00940000=1 +00940001=1 +00940003=1 +00940005=1 +00940007=1 +00940009=1 +00950000=1 +00950001=1 +00950003=1 +00950005=1 +00960005=1 +00960007=1 +0096000a=1 +0096000c=1 +00aa0001=1 +00aa0003=1 +00aa0005=1 +00aa0006=1 +00aa0007=1 +00aa0008=1 +00b40000=1 +00b40001=1 +00b40004=1 +00b40007=1 +00b40008=1 +00b40009=1 +00b4000a=1 +00b4000b=1 +00be0001=1 +00be0004=1 +00be0005=1 +00be0006=1 +00be0007=1 +00be0008=1 +00bf0000=1 +00bf0001=1 +00bf0002=1 +00bf0003=1 +00bf0005=1 +00bf0006=1 +00bf0007=1 +00bf0008=1 +00bf0009=1 +00bf000a=1 +00bf000b=1 +00bf000c=1 +00bf000d=1 +00bf000f=1 +00bf0010=1 +00bf0011=1 +00bf0012=1 +00bf0013=1 +00bf0014=1 +00bf0015=1 +00bf0017=1 +00bf0019=1 +00bf001b=1 +00bf001d=1 +00bf001e=1 +00bf001f=1 +00bf0020=1 +00c80000=1 +00c80001=1 +00c80003=1 +00c80005=1 +00c80007=1 +00c80008=1 +00c80009=1 +00c8000a=1 +00cc0004=1 +00cc0005=1 +00cc0006=1 +00cd0004=1 +00cd0005=1 +00cd0006=1 +00cd0009=1 +00cd000a=1 +00cd000b=1 +00cd000c=1 +00cd000d=1 +00cd000e=1 +00cd0010=1 +00cd0011=1 +00cd0015=1 +00cd0016=1 +00cd0017=1 +00cd0018=1 +00ce0003=1 +00ce0004=1 +00ce0005=1 +00cf0003=1 +00cf0004=1 +00cf0005=1 +00d00004=1 +00d00005=1 +00d00006=1 +00e60001=1 +00e60003=1 +00e60005=1 +00e60006=1 +00f00000=1 +00f00001=1 +00f00003=1 +00f00005=1 +00f00007=1 +00f00008=1 +00f00009=1 +00f0000a=1 +00f10000=1 +00f10002=1 +00f10003=1 +00f10004=1 +00f10005=1 +00f10006=1 +00f10007=1 +00f10008=1 +00f1000a=1 +00f1000b=1 +00f1000e=1 +00f10011=1 +00f10014=1 +00f10016=1 +00f10017=1 +00f10019=1 +00f1001a=1 +00f1001b=1 +01040000=1 +01040001=1 +01040003=1 +01040005=1 +01040007=1 +01040009=1 +0104000b=1 +0104000d=1 +0104000f=1 +01040011=1 +01040013=1 +01040015=1 +01040016=1 +01040018=1 +0104001b=1 +0104001c=1 +010e0003=1 +010e0004=1 +010e0005=1 +010e0006=1 +010e0007=1 +010e0008=1 +010e0009=1 +012c0000=1 +012c0001=1 +012c0002=1 +012c0003=1 +012c0004=1 +012c0005=1 +012c0006=1 +012c0008=1 +012c0009=1 +012c000a=1 +012c000b=1 +012c000c=1 +012c000d=1 +012c000e=1 +012c000f=1 +01400000=1 +01400001=1 +01400003=1 +01400005=1 +01400006=1 +01400007=1 +01400008=1 +0140000a=1 +0140000b=1 +0140000d=1 +0140000e=1 +0140000f=1 +01400010=1 +01400011=1 +015e0000=1 +015e0001=1 +015e0003=1 +015e0004=1 +015e0005=1 +015e0006=1 +015e0009=1 +015e000c=1 +015e000f=1 +015e0010=1 +015e0011=1 +015e0012=1 +01720000=1 +01720002=1 +01720005=1 +01720006=1 +01720007=1 +01720008=1 +01810000=1 +01810001=1 +01810002=1 +01810004=1 +01810005=1 +01810006=1 +01810007=1 +01900000=1 +01900002=1 +01900003=1 +01900004=1 +01900005=1 +01900006=1 +01900008=1 +01900009=1 +0190000a=1 +0190000b=1 +0190000d=1 +0190000e=1 +01900010=1 +01900011=1 +01900012=1 +01940000=1 +01940001=1 +01940004=1 +01940007=1 +01940008=1 +01940009=1 +01950000=1 +01950001=1 +01950002=1 +01950004=1 +01950006=1 +01950007=1 +01950008=1 +01950009=1 +019a0000=1 +019a0001=1 +019a0003=1 +019a0005=1 +019a0007=1 +019a0009=1 +019a000b=1 +019a000d=1 +019a0010=1 +019a0011=1 +019a0013=1 +019a0014=1 +019a0015=1 +019a0016=1 +019a0017=1 +019a0018=1 +019a0019=1 +019a001a=1 +019a001b=1 +019a001c=1 +019a001e=1 +019a0020=1 +019a0022=1 +019a0024=1 +01c20000=1 +01c20001=1 +01c20003=1 +01c20004=1 +01c20005=1 +01c20007=1 +01c20009=1 +01c2000a=1 +01c2000b=1 +01c70000=1 +01c70001=1 +01c70004=1 +01c70005=1 +01c70006=1 +01c70007=1 +01c70008=1 +01cc0000=1 +01cc0002=1 +01cc0003=1 +01cc0004=1 +01dc0000=1 +01dc0001=1 +01dc0003=1 +01dc0004=1 +01dc0005=1 +01dc0007=1 +01dc0008=1 +01dc0009=1 +01dc000b=1 +01dc000c=1 +01dc000d=1 +01dc000f=1 +01dc0010=1 +01dc0011=1 +01dc0013=1 +01dc0014=1 +01dc0015=1 +01dc0016=1 +01dc0018=1 +01ea0006=1 +01ea0008=1 +01f10006=1 +01f10008=1 +01f1000a=1 +01fe0000=1 +01fe0003=1 +01fe0005=1 +01fe0006=1 +01fe0007=1 +01fe0008=1 +02080000=1 +02080003=1 +02080005=1 +02080006=1 +02080008=1 +02080009=1 +0208000a=1 +0208000b=1 +02120000=1 +02120001=1 +02120003=1 +02120006=1 +02120009=1 +02170000=1 +02170001=1 +02170002=1 +02170003=1 +02170004=1 +02170005=1 +02170006=1 +02170007=1 +02170008=1 +02170009=1 +0217000a=1 +0217000b=1 +0217000c=1 +0217000d=1 +0217000e=1 +0217000f=1 +02170011=1 +02260000=1 +02260002=1 +02260004=1 +02260006=1 +02260008=1 +0226000a=1 +0226000e=1 +02260013=1 +02260016=1 +0226001a=1 +0226001c=1 +0226001e=1 +02260020=1 +02260023=1 +02260025=1 +02260027=1 +0226002a=1 +0226002b=1 +0226002c=1 +023f0000=1 +023f0001=1 +02440000=1 +02440001=1 +02440003=1 +02440005=1 +02440006=1 +02440009=1 +0244000c=1 +024e0000=1 +024e0001=1 +024e0003=1 +024e0006=1 +024e0009=1 +02530000=1 +02530001=1 +02530002=1 +02530003=1 +02530004=1 +02530005=1 +02530006=1 +02530007=1 +02530008=1 +0253000a=1 +0253000d=1 +0253000e=1 +02530010=1 +02760000=1 +02760001=1 +02760003=1 +02760004=1 +02760005=1 +02760006=1 +02760007=1 +02760008=1 +02760009=1 +0276000a=1 +0276000c=1 +0276000d=1 +0276000e=1 +02760010=1 +02760011=1 +02760013=1 +02760015=1 +02760017=1 +02760019=1 +0276001a=1 +0276001c=1 +0276001e=1 +0276001f=1 +02760020=1 +02760021=1 +02940000=1 +02940001=1 +02940003=1 +02940004=1 +02940006=1 +02940007=1 +02940008=1 +029e0000=1 +029e0001=1 +029e0003=1 +029e0004=1 +029e0005=1 +029e0006=1 +029e0007=1 +029e0008=1 +02a80001=1 +02a80003=1 +02a80005=1 +02a80006=1 +02a80007=1 +02a90001=1 +02a90003=1 +02a90005=1 +02aa0001=1 +02aa0004=1 +02aa0005=1 +02aa0006=1 +02ab0001=1 +02ab0004=1 +02ab0005=1 +02ab0006=1 +03f20000=1 +03f20001=1 +03f20003=1 +03f20004=1 +03f20005=1 +03f20006=1 +03f20007=1 +03f20008=1 +03fe0000=1 +03fe0001=1 +03fe0003=1 +03fe0004=1 +03fe0005=1 +04030000=1 +04030001=1 +04030003=1 +04030004=1 +04030006=1 +04030008=1 +0403000a=1 +0403000b=1 +0403000c=1 +0403000d=1 +04060000=1 +04060001=1 +04060003=1 +04060004=1 +04060005=1 +04060006=1 +04060008=1 +0406000a=1 +0406000c=1 +0406000e=1 +0406000f=1 +04060010=1 +04060011=1 +04100000=1 +04100001=1 +04100003=1 +04100006=1 +04100007=1 +04100008=1 +04150000=1 +04150001=1 +04150003=1 +04150004=1 +04150005=1 +04150006=1 +04150007=1 +041a0000=1 +041a0001=1 +041a0002=1 +041a0003=1 +041a0004=1 +041a0005=1 +041a0006=1 +041a0007=1 +041a0008=1 +041a0009=1 +041a000a=1 +041a000b=1 +041f0000=1 +041f0001=1 +041f0003=1 +041f0004=1 +041f0005=1 +04240000=1 +04240001=1 +04240002=1 +04240004=1 +04240005=1 +04240006=1 +04290000=1 +04290001=1 +04290002=1 +04290003=1 +04290004=1 +042e0000=1 +042e0001=1 +042e0004=1 +042e0007=1 +042e0008=1 +042e0009=1 +042e000a=1 +042e000b=1 +04310000=1 +04310001=1 +04310003=1 +04310005=1 +04310007=1 +04310008=1 +04310009=1 +0431000a=1 +04380001=1 +04380003=1 +04380005=1 +04380006=1 +04380007=1 +04380008=1 +04380009=1 +043a0000=1 +043a0001=1 +043a0003=1 +043a0004=1 +043a0005=1 +043a0006=1 +043a0007=1 +043d0000=1 +043d0001=1 +043d0002=1 +043d0003=1 +043d0005=1 +043d0007=1 +043d0008=1 +043d0009=1 +043d000a=1 +043d000b=1 +043d000c=1 +043d000d=1 +043d000e=1 +043d000f=1 +043d0010=1 +04510000=1 +04510001=1 +04510002=1 +04510003=1 +04510005=1 +04510007=1 +04510009=1 +0451000a=1 +0451000b=1 +0451000d=1 +0451000e=1 +0451000f=1 +04510011=1 +04510012=1 +04510014=1 +04510015=1 +04510016=1 +04510017=1 +04510018=1 +04560000=1 +04560001=1 +04560002=1 +04560003=1 +04560004=1 +04600000=1 +04600001=1 +04600002=1 +04600003=1 +04600004=1 +04600006=1 +04600008=1 +046a0000=1 +046a0001=1 +046a0002=1 +046a0003=1 +046a0004=1 +046a0006=1 +046a0008=1 +046f0000=1 +046f0001=1 +046f0002=1 +046f0003=1 +046f0004=1 +046f0006=1 +04740000=1 +04740001=1 +04740002=1 +04740003=1 +04740004=1 +04740005=1 +08fc0000=1 +08fc0001=1 +08fc0003=1 +08fc0005=1 +08fc0007=1 +08fc0008=1 +08fc000b=1 +08fc000e=1 +08fc000f=1 +08fc0010=1 +08fc0013=1 +08fc0016=1 +08fc0017=1 +09100000=1 +09100001=1 +09100003=1 +09100005=1 +09100007=1 +09100008=1 +09100009=1 +0910000c=1 +0910000f=1 +09100010=1 +09240000=1 +09240001=1 +09240003=1 +09240008=1 +09240009=1 +0924000a=1 +092e0000=1 +092e0001=1 +092e0003=1 +092e0004=1 +092e0007=1 +092e0008=1 +094c0000=1 +094c0001=1 +094c0004=1 +094c0005=1 +094c0006=1 +094c0007=1 +094c0008=1 +094c000a=1 +094c000b=1 +094c000c=1 +094c000d=1 +094c000e=1 +099c0000=1 +099c0001=1 +099c0003=1 +099c0005=1 +099c0006=1 +09ba0000=1 +09ba0001=1 +09ba0003=1 +09ba0004=1 +09ba0006=1 +09ba0007=1 +09ba0008=1 +09ba000a=1 +09ba000b=1 +09ba000c=1 +09ba000d=1 +09ba000e=1 +09ba0010=1 +09ba0012=1 +09ba0013=1 +09ba0014=1 +09c40002=1 +09c40004=1 +09c40005=1 +09c40007=1 +09c40008=1 +09c40009=1 +09c4000a=1 +09c4000c=1 +09c4000f=1 +09c40010=1 +09c40011=1 +09c40012=1 +09c40014=1 +09c40016=1 +09e20000=1 +09e20001=1 +09e20003=1 +09e20004=1 +09e20005=1 +09e20006=1 +09e20007=1 +09e20008=1 +09ec0000=1 +09ec0001=1 +09ec0003=1 +09ec0005=1 +09ec0007=1 +09ec0009=1 +09ec000b=1 +09ec000d=1 +09ec000f=1 +09ec0010=1 +09ec0011=1 +09ec0012=1 +0a000000=1 +0a000002=1 +0a000003=1 +0a000004=1 +0a000005=1 +0a000006=1 +0a000007=1 +0a000008=1 +0a000009=1 +0a00000b=1 +0a00000c=1 +0a00000f=1 +0a000013=1 +0a000014=1 +0a000015=1 +0a000016=1 +0a00001b=1 +0a00001f=1 +0a000020=1 +0a000021=1 +0a000022=1 +0a000023=1 +0a280000=1 +0a280001=1 +0a280003=1 +0a280004=1 +0a280005=1 +0a280006=1 +0a280007=1 +0a280008=1 +0a280009=1 +0a28000a=1 +0a28000b=1 +0a28000c=1 +0a28000e=1 +0a280010=1 +0a280012=1 +0a280014=1 +0a280016=1 +0a280018=1 +0a28001a=1 +0a28001b=1 +0a28001c=1 +0a28001d=1 +0a4b0000=1 +0a4b0001=1 +0a4b0002=1 +0a4b0003=1 +0a4b0004=1 +0a4b0005=1 +0a4b0006=1 +0a4b0007=1 +0a4b0008=1 +0a550000=1 +0a550001=1 +0a550002=1 +0a550003=1 +0a550004=1 +0a550005=1 +0a550006=1 +0a550007=1 +0a550008=1 +0a640000=1 +0a640001=1 +0a640002=1 +0a640003=1 +0a640004=1 +0a640005=1 +0a640006=1 +0a640007=1 +0a640008=1 +0a640009=1 +0a64000a=1 +0a64000b=1 +0a6e0000=1 +0a6e0001=1 +0a6e0002=1 +0a6e0003=1 +0a6e0004=1 +0a6e0005=1 +0a6e0006=1 +0a780000=1 +0a780001=1 +0a780002=1 +0a780003=1 +0a780005=1 +0a780007=1 +0a780008=1 +0a78000a=1 +0a8c0000=1 +0a8c0001=1 +0a8c0002=1 +0a8c0003=1 +0a8c0004=1 +0aaa0000=1 +0aaa0001=1 +0aaa0003=1 +0aaa0005=1 +0aaa0006=1 +0aaa0007=1 +0aaa0008=1 +0aaa0009=1 +0ab40000=1 +0ab40001=1 +0ab40003=1 +0ab40004=1 +0ab40005=1 +0ab40007=1 +0ab40008=1 +0ab40009=1 +0ab4000a=1 +0ab4000b=1 +0abe0000=1 +0abe0001=1 +0abe0003=1 +0abe0004=1 +0abe0005=1 +0abe0007=1 +0abe0008=1 +0abe0009=1 +0ac30000=1 +0ac30001=1 +0ac30003=1 +0ac30004=1 +0ac30005=1 +0ac30006=1 +0ac80000=1 +0ac80001=1 +0ac80002=1 +0ac80003=1 +0ac80005=1 +0ac80006=1 +0ad20000=1 +0ad20001=1 +0ad20002=1 +0ad20003=1 +0ad20004=1 +0ad20006=1 +0ad20009=1 +0ad2000a=1 +0ad70000=1 +0ad70001=1 +0ad70002=1 +0ad70003=1 +0ad70005=1 +0ad70007=1 +0ad70008=1 +0adc0000=1 +0adc0003=1 +0adc0004=1 +0ae10000=1 +0ae10001=1 +0ae10004=1 +0ae10005=1 +0ae10006=1 +0ae10007=1 +0ae10008=1 +0ae60000=1 +0ae60001=1 +0ae60003=1 +0ae60005=1 +0ae60006=1 +0ae60009=1 +0ae6000a=1 +0ae6000b=1 +0ae6000c=1 +0af00000=1 +0af00001=1 +0af00003=1 +0af00004=1 +0af00006=1 +0af00007=1 +0af00008=1 +0af00009=1 +0af0000b=1 +0af0000c=1 +0b0e0000=1 +0b0e0001=1 +0b0e0002=1 +0b0e0006=1 +0b0e0007=1 +0b0e0008=1 +0b0e0009=1 +0b900000=1 +0b900001=1 +0b900002=1 +17de0000=1 +17de0002=1 +17de0005=1 +17de0007=1 +17de0008=1 +17de0009=1 +17de000a=1 +17de000b=1 +17de000c=1 +17de000e=1 +17de000f=1 +17de0010=1 +17f20000=1 +17f20001=1 +17f20002=1 +17f20003=1 +17f20004=1 +17f20005=1 +17f20006=1 +17f20008=1 +17f2000a=1 +17f2000b=1 +17f2000c=1 +18400000=1 +18400001=1 +18400002=1 +18400003=1 +18400004=1 +18400005=1 +18400006=1 +18400008=1 +1840000a=1 +1840000b=1 +184c0000=1 +184c0001=1 +184c0003=1 +184c0004=1 +184c0005=1 +184c0006=1 + +[MenusTranslation] +177a0000=1 +177a0001=1 +177a0002=1 +177a0004=1 +177a0005=1 +177a0006=1 +177a0008=1 +177a0009=1 +177a000b=1 +177a000c=1 +177a000e=1 +177a000f=1 +177a0010=1 +177a0011=1 +177a0013=1 +177a0014=1 +177a0015=1 +177a0016=1 +177a0017=1 +177a0018=1 +177a0019=1 +177a001b=1 +177a001c=1 +177a001e=1 +177a0020=1 +177a0022=1 +177a0024=1 +177a0025=1 +177a0026=1 +177a0028=1 +177a0029=1 +177a002a=1 +177a002b=1 +177b0001=1 +177b0002=1 +177b0004=1 +177b0006=1 +177b0007=1 +177b0008=1 +177b000a=1 +177b000b=1 +177b000d=1 +177b000f=1 + +[StringsTranslation] +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +00000401=1 +00000442=1 +00000443=1 +00002710=1 +00002711=1 +00002712=1 +00002713=1 +00002714=1 +00002715=1 +00002716=1 +00002717=1 +00002718=1 +0000271a=1 +0000271d=1 +0000271e=1 +00002720=1 +00002721=1 +00002722=1 +00002723=1 +00002724=1 +00002725=1 +00002726=1 +00002727=1 +00002728=1 +0000272a=1 +0000272b=1 +0000272c=1 +0000272d=1 +0000272e=1 +0000272f=1 +00002730=1 +00002731=1 +00002732=1 +00002733=1 +00002734=1 +00002735=1 +00002736=1 +00002737=1 +00002738=1 +00002739=1 +0000273b=1 +0000273c=1 +0000273d=1 +0000273e=1 +0000273f=1 +00002740=1 +00002743=1 +00002744=1 +00002745=1 +00002746=1 +00002747=1 +00002748=1 +00002749=1 +0000274a=1 +0000274b=1 +0000274c=1 +0000274d=1 +0000274e=1 +0000274f=1 +00002750=1 +00002751=1 +00002752=1 +00002753=1 +00002754=1 +00002755=1 +00002756=1 +00002757=1 +00002758=1 +00002759=1 +0000275a=1 +0000275b=1 +0000275c=1 +0000275d=1 +0000275f=1 +00002760=1 +00002761=1 +00002762=1 +00002763=1 +00002764=1 +00002765=1 +00002766=1 +00002767=1 +00002768=1 +00002769=1 +0000276a=1 +0000276b=1 +0000276c=1 +0000276d=1 +0000276e=1 +0000276f=1 +00002770=1 +00002771=1 +00002772=1 +00002773=1 +00002774=1 +00002775=1 +00002776=1 +00002777=1 +00002778=1 +00002779=1 +0000277a=1 +0000277b=1 +0000277c=1 +0000277d=1 +0000277f=1 +00002780=1 +00002781=1 +00002782=1 +00002783=1 +00002784=1 +00002785=1 +00002786=1 +00002787=1 +00002788=1 +00002789=1 +0000278a=1 +0000278b=1 +0000278c=1 +0000278d=1 +0000278e=1 +0000278f=1 +00002791=1 +00002792=1 +00002793=1 +00002794=1 +00002795=1 +00002796=1 +00002797=1 +00002798=1 +00002799=1 +0000279a=1 +0000279b=1 +0000279c=1 +0000279d=1 +0000279e=1 +0000279f=1 +000027a0=1 +000027a1=1 +000027a3=1 +000027a4=1 +000027a5=1 +000027a6=1 +000027a7=1 +000027a8=1 +000027a9=1 +000027aa=1 +000027ab=1 +000027ad=1 +000027ae=1 +000027b0=1 +000027b4=1 +000027b5=1 +000027b6=1 +000027b7=1 +000027b8=1 +000027b9=1 +000027ba=1 +000027bb=1 +000027bc=1 +000027bd=1 +000027be=1 +000027bf=1 +000027c0=1 +000027c1=1 +000027c2=1 +000027c3=1 +000027c4=1 +000027c5=1 +000027c6=1 +000027c7=1 +000027c8=1 +000027c9=1 +000027ca=1 +000027cb=1 +000027cc=1 +000027cd=1 +000027ce=1 +000027cf=1 +000027d0=1 +000027d1=1 +000027d2=1 +000027d3=1 +000027d4=1 +000027d6=1 +000027d7=1 +000027ec=1 +000027ed=1 +000027ee=1 +000027ef=1 +0000280e=1 +0000280f=1 +00002810=1 +00002811=1 +00002812=1 +00002814=1 +00002815=1 +00002816=1 +00002817=1 +00002818=1 +00002819=1 +0000281a=1 +0000281b=1 +0000281c=1 +0000281e=1 +0000281f=1 +00002820=1 +00002821=1 +00002822=1 +00002823=1 +00002824=1 +00002825=1 +00002826=1 +00002828=1 +00002829=0 +0000282a=1 +0000282d=1 +0000282e=1 +0000282f=1 +00002830=1 +00002831=1 +00002832=1 +00002833=1 +00002834=1 +00002835=1 +00002836=1 +00002837=1 +00002838=1 +00002839=1 +0000283a=1 +0000283b=1 +0000283c=1 +0000283d=1 +0000283e=1 +0000283f=1 +00002840=1 +00002843=1 +00002844=1 +00002845=1 +00002846=1 +00002847=1 +00002848=1 +00002849=1 +0000284a=1 +0000284b=1 +0000284c=1 +0000284d=1 +0000284e=1 +0000284f=1 +00002850=1 +00002851=1 +00002852=1 +00002853=1 +00002854=1 +00002855=1 +00002856=1 +00002857=1 +00002858=1 +00002859=1 +0000285a=1 +0000285e=1 +0000285f=1 +00002860=1 +00002861=1 +00002862=1 +00002863=1 +00002864=1 +00002867=1 +00002868=1 +00002869=1 +0000286a=1 +0000286b=1 +0000286c=1 +0000286d=1 +0000286e=1 +0000286f=1 +00002870=1 +00002871=1 +00002872=1 +00002873=1 +00002874=1 +00002875=1 +00002876=1 +00002877=1 +00002878=1 +00002879=1 +0000287a=1 +0000287c=1 +0000287d=1 +0000287e=1 +0000287f=1 +00002880=1 +00002881=1 +00002882=1 +00002883=1 +00002884=1 +00002885=1 +00002886=1 +00002887=1 +00002888=1 +00002889=1 +0000288a=1 +0000288b=1 +0000288c=1 +0000288d=1 +0000288e=1 +0000288f=1 +00002890=1 +00002891=1 +00002892=1 +00002893=1 +00002894=1 +00002895=1 +00002896=1 +000028a0=1 +000028a1=1 +000028a2=1 +000028a3=1 +000028a4=1 +000028a6=1 +000028a8=1 +000028b4=1 +000028b5=1 +000028b8=1 +000028b9=1 +000028ba=1 +000028bb=1 +000028bd=1 +000028be=1 +000028bf=1 +000028c0=1 +000028c1=1 +000028c2=1 +000028c3=1 +000028c4=1 +000028c5=1 +000028c6=1 +000028c7=1 +000028c8=1 +000028c9=1 +000028ca=1 +000028cb=1 +000028cc=1 +000028cd=1 +000028cf=1 +000028d0=1 +000028d1=1 +000028d2=1 +000028d3=1 +000028d4=1 +000028d5=1 +000028d6=1 +000028d7=1 +000028d8=1 +000028d9=1 +000028da=1 +000028dc=1 +000028dd=1 +000028de=1 +000028df=1 +000028e1=1 +000028e2=1 +000028e3=1 +000028e4=1 +000028e5=1 +000028e6=1 +000028e7=1 +000028e8=1 +000028e9=1 +000028ea=1 +000028eb=1 +000028ec=1 +000028ed=1 +000028ee=1 +000028ef=1 +000028f0=1 +000028f1=1 +000028f2=1 +000028f3=1 +000028f4=1 +000028f5=1 +000028f6=1 +000028f7=1 +000028f8=1 +000028f9=1 +000028fa=1 +000028fb=1 +000028fc=1 +000028fd=1 +000028fe=1 +000028ff=1 +00002900=1 +00002901=1 +00002902=1 +00002903=1 +00002904=1 +00002905=1 +00002906=1 +00002907=1 +00002908=1 +00002909=1 +0000290a=1 +0000290b=1 +0000290c=1 +0000290d=1 +0000290e=1 +0000290f=1 +00002910=1 +00002911=1 +00002912=1 +00002913=1 +00002914=1 +00002915=1 +00002916=1 +00002917=1 +00002918=1 +00002922=1 +00002923=1 +00002924=1 +00002925=1 +00002926=1 +00002927=1 +00002928=1 +00002929=1 +0000292a=1 +0000292b=1 +0000292c=1 +00002936=1 +00002937=1 +00002938=1 +00002939=1 +0000293a=1 +0000293b=1 +0000293c=1 +0000293d=1 +0000293e=1 +0000293f=1 +00002944=1 +00002945=1 +00002946=1 +00002947=1 +00002948=1 +00002949=1 +0000294a=1 +0000294b=1 +0000294c=1 +0000294d=1 +0000294e=1 +0000294f=1 +00002950=1 +00002951=1 +00002952=1 +00002953=1 +00002954=1 +00002955=1 +00002956=1 +00002957=1 +00002958=1 +00002959=1 +00002963=1 +00002968=1 +00002969=1 +0000296a=1 +0000296b=1 +0000296c=1 +000029a9=1 +000029aa=1 +000029ab=1 +000029af=1 +000029b0=1 +000029b1=1 +000029b2=1 +000029b3=1 +000029b8=1 +000029b9=1 +000029c6=1 +000029c8=1 +000029c9=1 +000029ca=1 +000029cb=1 +000029cc=1 +000029ce=1 +000029cf=1 +000029d0=1 +000029d2=1 +000029d3=1 +000029d4=1 +000029d5=1 +000029d6=1 +000029d7=1 +000029d8=1 +000029db=1 +000029dc=1 +000029dd=1 +000029e0=1 +000029e1=1 +000029e2=1 +000029e3=1 +000029e5=1 +000029e6=1 +000029ea=1 +000029eb=1 +000029ec=1 +000029ee=1 +000029ef=1 +000029f0=1 +000029f1=1 +000029f2=1 +000029f3=1 +000029f4=1 +000029f5=1 +000029f9=1 +000029fa=1 +000029fb=1 +000029fd=1 +000029fe=1 +000029ff=1 +00002a00=1 +00002a01=1 +00002a02=1 +00002a03=1 +00002a07=1 +00002a08=1 +00002a0a=1 +00002a0b=1 +00002a0c=1 +00002a0d=1 +00002a0e=1 +00002a0f=1 +00002a10=1 +00002a11=1 +00002a12=1 +00002a13=1 +00002a1b=1 +00002a1d=1 +00002a1e=1 +00002a1f=1 +00002a20=1 +00002a21=1 +00002a22=1 +00002a23=1 +00002a24=1 +00002a25=1 +00002a26=1 +00002a27=1 +00002a28=1 +00002a29=1 +00002a2a=1 +00002a2b=1 +00002a2c=1 +00002a2d=1 +00002a2e=1 +00002a2f=1 +00002a30=1 +00002a31=1 +00002a32=1 +00002a33=1 +00002a34=1 +00002a35=1 +00002a36=1 +00002a37=1 +00002a38=1 +00002a3a=1 +00002a3b=1 +00002a3c=1 +00002a3d=1 +00002a3e=1 +00002a3f=1 +00002a42=1 +00002a43=1 +00002a44=1 +00002a45=1 +00002a49=1 +00002a4a=1 +00002a4b=1 +00002a4c=1 +00002a4d=1 +00002a4e=1 +00002a4f=1 +00002a50=1 +00002a51=1 +00002a52=1 +00002a53=1 +00002a54=1 +00002a58=1 +00002a59=1 +00002a5a=1 +00002a5b=1 +00002a5c=1 +00002a5d=1 +00002a5e=1 +00002a5f=1 +00002a60=1 +00002a61=1 +00002a6c=1 +00002a6d=1 +00002a6e=1 +00002a6f=1 +00002a70=1 +00002a71=1 +00002a73=1 +00002a74=1 +00002a75=1 +00002a76=1 +00002a77=1 +00002a78=1 +00002a79=1 +00002a7a=1 +00002a7b=1 +00002a80=1 +00002a81=1 +00002a82=1 +00002a83=1 +00002a84=1 +00002a85=1 +00002a86=1 +00002a87=1 +00002a8a=1 +00002a8b=1 +00002a8c=1 +00002a8d=1 +00002a8e=1 +00002a94=1 +00002a99=1 +00002a9e=1 +00002a9f=1 +00002aa8=1 +00002aa9=1 +00002aaa=1 +00002aab=1 +00002aad=1 +00002aae=1 +00002aaf=1 +00002ab2=1 +00002ab3=1 +00002ab4=1 +00002abc=1 +00002ac1=1 +00002ac2=1 +00002ac6=1 +00002ac7=1 +00002ac8=1 +00002ac9=1 +00002acb=1 +00002ad0=1 +00002ad1=1 +00002ad2=1 +00002ad3=1 +00002ad4=1 +00002ad5=1 +00002ada=1 +00002ae4=1 +00002ae5=1 +00002ae6=1 +00002ae9=1 +00002aea=1 +00002aeb=1 +00002af2=1 +00002af3=1 +00002af4=1 +00002af5=1 +00002af6=1 +00002af8=1 +00002af9=1 +00002afa=1 +00002afb=1 +00002afc=1 +00002afd=1 +00002afe=1 +00002aff=1 +00002b00=1 +00002b01=1 +00002b02=1 +00002b03=1 +00002b04=1 +00002b05=1 +00002b06=1 +00002b07=1 +00002b08=1 +00002b09=1 +00002b0a=1 +00002b0b=1 +00002b0c=1 +00002b0d=1 +00002b11=1 +00002b12=1 +00002b13=1 +00002b14=1 +00002b15=1 +00002b16=1 +00002b17=1 +00002b18=1 +00002b19=1 +00002b1a=1 +00002b1b=1 +00002b1c=1 +00002b1d=1 +00002b1e=1 +00002b1f=1 +00002b20=1 +00002b21=1 +00002b22=1 +00002b23=1 +00002b24=1 +00002b25=1 +00002b26=1 +00002b27=1 +00002b28=1 +00002b29=1 +00002b2a=1 +00002b2b=1 +00002b2c=1 +00002b2d=1 +00002b2e=1 +00002b2f=1 +00002b30=1 +00002b31=1 +00002b32=1 +00002b33=1 +00002b34=1 +00002b35=1 +00002b36=1 +00002b37=1 +00002b38=1 +00002b39=1 +00002b3a=1 +00002b3b=1 +00002b3c=1 +00002b3e=1 +00002b5e=1 +00002b5f=1 +00002b60=1 +00002bc9=1 +00002bca=1 +00002bcb=1 +00002bcf=1 +00002bd4=1 +00002bd5=1 +00002bd6=1 +00002bd7=1 +00002bd8=1 +00002bd9=1 +00002bda=1 +00002bdb=1 +00002bdc=1 +00002bdd=1 +00002bdf=1 +00002be8=1 +00002be9=1 +00002bed=1 +00002bee=1 +00002bf2=1 +00002bf7=1 +00002bf8=1 +00002bf9=1 +00002bfa=1 +00002bfb=1 +00002bfc=1 +00002bfd=1 +00002bfe=1 +00002bff=1 +00002c00=1 +00002c01=1 +00002c02=1 +00002c03=1 +00002c04=1 +00002c05=1 +00002c06=1 +00002c07=1 +00002c08=1 +00002ee0=1 +00002ee1=1 +00002ee2=1 +00002ee3=1 +00002ee4=1 +00002ee5=1 +00002ee6=1 +00002ee7=1 +00002ee8=1 +00002eea=1 +00002eeb=1 +00002eef=1 +00002ef4=1 +00002ef5=1 +00002ef6=1 +00002ef7=1 +00002ef8=1 +00002ef9=1 +00002efa=1 +00002f01=1 +00002f07=1 +00002f08=1 +00002f09=1 +00002f0a=1 +00002f0b=1 +00002f0c=1 +00002f0d=1 +00002f0e=1 +00002f0f=1 +00002f10=1 +00002f11=1 +00002f12=1 +00002f13=1 +00002f14=1 +00002f15=1 +00002f16=1 +00002f17=1 +00002f18=1 +00002f1c=1 +00002f1d=1 +00002f30=1 +00002f31=1 +00002f35=1 +00002f36=1 +00002f37=1 +00002f38=1 +00002f39=1 +00002f3a=1 +00002f3b=1 +00002f3c=1 +00002f3d=1 +00002f3e=1 +00002f3f=1 +00002f40=1 +00002f41=1 +00002f42=1 +00002f43=1 +00002f44=1 +00002f45=1 +00002f46=1 +00002f47=1 +00002f48=1 +00002f49=1 +00002f4a=1 +00002f4b=1 +00002f4c=1 +00002f4d=1 +00002f4e=1 +00002f4f=1 +00002f50=1 +00002f51=1 +00002f52=1 +00002f53=1 +00002f54=1 +00002f57=1 +00002f58=1 +00002f59=1 +00002f5a=1 +00002f5c=1 +00002f5d=1 +00002f5e=1 +00002f62=1 +00002f63=1 +00002f64=1 +00002f65=1 +00002f66=1 +00002f67=1 +00002f68=1 +00002f69=1 +00002f6a=1 +00002f6b=1 +00002f6c=1 +00002f6d=1 +00002f6e=1 +00002f6f=1 +00002f71=1 +00002f72=1 +00002f73=1 +00002f74=1 +00002f80=1 +00002f85=1 +00002f8a=1 +00002f8b=1 +00002f8c=1 +00002f8d=1 +00002f94=1 +00002f95=1 +00002f9e=1 +00002fa8=1 +00002fa9=1 +00002fad=1 +00002fb2=1 +00002fb7=1 +00002fbc=1 +00002fc1=1 +00002fc2=1 +00002fc3=1 +00002fc6=1 +00002fc7=1 +00002fc9=1 +00002fcb=1 +00002fd0=1 +00002fd1=1 +00002fd2=1 +00002fd3=1 +00002fd4=1 +00002fd5=1 +00002fd6=1 +00002fd7=1 +00002fd8=1 +00002fd9=1 +00002fdf=1 +00002ffd=1 +00003002=1 +00003003=1 +00003007=1 +0000300c=1 +00003011=1 +00003012=1 +00003013=1 +00003014=1 +00003016=1 +00003017=1 +00003018=1 +00003019=1 +0000301a=1 +00003020=1 +00003025=1 +00003026=1 +0000302a=1 +0000302b=1 +0000302f=1 +00003034=1 +00003039=1 +0000303e=1 +0000303f=1 +00003040=1 +00003041=1 +00003042=1 +00003043=1 +00003044=1 +00003045=1 +00003048=1 +00003049=1 +0000304a=1 +0000304b=1 +0000304d=1 +00003052=1 +00003053=1 +00003054=1 +00003055=1 +0000305c=1 +0000305d=1 +0000305e=1 +0000305f=1 +00003060=1 +00003061=1 +00003062=1 +00003066=1 +00003067=1 +0000306b=1 +00003070=1 +00003071=1 +00003075=1 +00003076=1 +0000307a=1 +0000307b=1 +0000307c=1 +0000307d=1 +0000307e=1 +00003084=1 +00003085=1 +00003086=1 +00003089=1 +0000308a=1 +0000308e=1 +0000308f=1 +00003090=1 +00003091=1 +00003092=1 +00003093=1 +00003098=1 +00003099=1 +0000309a=1 +0000309b=1 +000030a2=1 +000030a3=1 +000030a4=1 +000030a5=1 +000030a6=1 +000030a7=1 +000030a8=1 +000030a9=1 +000030aa=1 +000030ab=1 +000030ac=1 +000030b1=1 +000030b2=1 +000030b3=1 +000030b4=1 +000030b5=1 +000030b6=1 +000030ba=1 +000030bb=1 +000030bc=1 +000030bd=1 +000030c0=1 +000030c1=1 +000030c2=1 +000030c3=1 +00003201=1 +00003202=1 +00003203=1 +00003204=1 +00003205=1 +00003206=1 +00003207=1 +00003208=1 +00003209=1 +0000320a=1 +0000320b=1 +0000320c=1 +0000320d=1 +0000320f=1 +00003210=1 +00003212=1 +00003214=1 +00003215=1 +00003216=1 +00003217=1 +00003218=1 +00003219=1 +0000321a=1 +0000321c=1 +0000321d=1 +0000321e=1 +0000321f=1 +00003220=1 +00003221=1 +00003222=1 +00003223=1 +00003224=1 +00003225=1 +00003226=1 +00003227=1 +00003228=1 +00003229=1 +0000322a=1 +0000322b=1 +0000322c=1 +0000322d=1 +000032c8=1 +000032c9=1 +000032ca=1 +000032cb=1 +000032cc=1 +000032cd=1 +000032ce=1 +000032cf=1 +000032d0=1 +000032d1=1 +000032d2=1 +000032d3=1 +000032d4=1 +000032d5=1 +000032d6=1 +000032d7=1 +000032d8=1 +000032d9=1 +000032da=1 +000032dc=1 +000032dd=1 +000032de=1 +000032df=1 +000032e0=1 +000032e1=1 +000032e2=1 +000032e3=1 +000032e4=1 +000032e5=1 +000032e6=1 +000032ea=1 +000032eb=1 +000032ec=1 +000032ed=1 +000032ee=1 +000032ef=1 +000032f0=1 +000032f1=1 +000032f2=1 +000032f3=1 +000032f4=1 +000032f5=1 +000032f6=1 +000032f7=1 +000032f8=1 +00003304=1 +00003305=1 +00003306=1 +00003307=1 +00003308=1 +00003309=1 +0000330a=1 +0000330b=1 +0000330c=1 +0000330d=1 +0000330e=1 +0000330f=1 +00003310=1 +00003311=1 +00003312=1 +00003313=1 +00003314=1 +00003315=1 +00003316=1 +00003317=1 +00003318=1 +00003319=1 +0000331a=1 +0000331b=1 +0000331c=1 +0000331d=1 +0000331e=1 +00003322=1 +00003323=1 +00003324=1 +00003325=1 +00003326=1 +00003327=1 +00003328=1 +00003329=1 +0000332a=1 +0000332b=1 +0000332c=1 +0000332d=1 +0000332e=1 +0000332f=1 +00003330=1 +00003331=1 +00003333=1 +00003335=1 +00003336=1 +00003337=1 +00003338=1 +00003339=1 +0000333a=1 +0000333b=1 +0000333c=1 +0000333d=1 +0000333e=1 +0000333f=1 +00003340=1 +00003341=1 +00003342=1 +00003343=1 +00003344=1 +00003345=1 +00003346=1 +00003347=1 +0000334a=1 +0000334b=1 +0000334c=1 +00003354=1 +00003355=1 +00003356=1 +00003357=1 +00003358=1 +00003359=1 +0000335a=1 +0000335b=1 +0000335c=1 +0000335d=1 +0000335e=1 +0000335f=1 +00003360=1 +00003361=1 +00003362=1 +00003363=1 +00003364=1 +00003365=1 +00003366=1 +00003367=1 +00003368=1 +00003369=1 +0000336a=1 +0000336b=1 +0000336c=1 +0000336d=1 +0000336e=1 +0000336f=1 +00003372=1 +00003373=1 +00003386=1 +00003387=1 +00003388=1 +00003389=1 +0000338a=1 +0000338c=1 +0000338d=1 +0000338f=1 +00003390=1 +00003392=1 +000033f4=1 +000033f5=1 +000033f6=1 +000033f7=1 +000033f8=1 +000033f9=1 +000033fa=1 +000033fb=1 +000033fc=1 +000033fd=1 +000033fe=1 +000033ff=1 +00003400=1 +00003401=1 +00003402=1 +00003403=1 +00003408=1 +00003409=1 +0000340a=1 +0000340b=1 +0000340c=1 +0000340d=1 +0000340e=1 +0000340f=1 +00003410=1 +00003412=1 +00003413=1 +00003414=1 +00003415=1 +00003416=1 +0000341c=1 +0000341d=1 +0000341e=1 +0000341f=1 +00003420=1 +00003421=1 +00003422=1 +00003423=1 +00003426=1 +0000342b=1 +0000342c=1 +0000342d=1 +0000342e=1 +0000342f=1 +00003430=1 +00003431=1 +00003432=1 +00003433=1 +00003434=1 +00003435=1 +00003436=1 +00003437=1 +00003438=1 +00003439=1 +00003444=1 +00003445=1 +00003446=1 +00003447=1 +00003448=1 +00003449=1 +0000344a=1 +0000344b=1 +0000344c=1 +00003458=1 +00003459=1 +0000345a=1 +0000345b=1 +0000345c=1 +00003485=1 +00003486=1 +0000348a=1 +0000348b=1 +0000348c=1 +0000348d=1 +0000348e=1 +0000348f=1 +00003490=1 +00003491=1 +00003492=1 +00003493=1 +00003494=1 +00003495=1 +00003496=1 +00003497=1 +0000349e=1 +0000349f=1 +000034a0=1 +000034a1=1 +000034a2=1 +000034a3=1 +000034a4=1 +000034a5=1 +000034a6=1 +000034ef=1 +000034f1=1 +000034f2=1 +000034f3=1 +000034f4=1 +000034f5=1 +000034f6=1 +000034f7=1 +000034f8=1 +000034f9=1 +000034fa=1 +000034fb=1 +000034fc=1 +00003566=1 +00003567=1 +00003568=1 +00003569=1 +0000356a=1 +0000356b=1 +0000356c=1 +00003570=1 +00003571=1 +00003572=1 +00003573=1 +00003574=1 +00003575=1 +00003576=1 +00003577=1 +00003584=1 +00003585=1 +0000358e=1 +0000358f=1 +00003590=1 +00003591=1 +00003598=1 +0000359d=1 +000035a2=1 +000035a3=1 +000035a7=1 +000035a8=1 +000035a9=1 +000035ac=1 +000035ad=1 +000035ae=1 +000035af=1 +000035b6=1 +000035b7=1 +000035b8=1 +000035bb=1 +000035bc=1 +000035bd=1 +000035c0=1 +000035c5=1 +000035ca=1 +000035cb=1 +000035cf=1 +000035d0=1 +000035d1=1 +000035d2=1 +000035d3=1 +000035e8=1 +000035e9=1 +000035ea=1 +000035ed=1 +000035ee=1 +000035ef=1 +000035f0=1 +000035f1=1 +000035f7=1 +000035fc=1 +000035fd=1 +00003601=1 +0000361a=1 +0000361f=1 +00003620=1 +00003621=1 +00003629=1 +0000362a=1 +0000362b=1 +0000362e=1 +0000362f=1 +00003630=1 +00003631=1 +00003638=1 +00003639=1 +0000363a=1 +0000363d=1 +0000363e=1 +00003642=1 +00003643=1 +0000364c=1 +0000364d=1 +0000364e=1 +0000364f=1 +00003650=1 +00003651=1 +00003652=1 +00003653=1 +00003656=0 +00003657=1 +0000365b=1 +0000365c=1 +00003660=1 +00003661=1 +00003665=1 +00003666=1 +00003667=1 +00003668=1 +00003669=1 +0000366c=1 +0000366d=1 +0000366e=1 +00003679=1 +0000367a=1 +0000367b=1 +0000367e=1 +0000367f=1 +00003680=1 +00003681=1 +00003682=1 +00003688=1 +0000368d=1 +0000368e=1 +00003692=1 +00003693=1 +00003694=1 +00003695=1 +00003696=1 +00003697=1 +00003698=1 +0000369c=1 +0000369d=1 +0000369e=1 +0000369f=1 +000036a0=1 +000036a1=1 +000036a2=1 +000036a6=1 +000036a7=1 +000036a8=1 +000036a9=1 +000036b0=1 +000036b5=1 +000036ba=1 +000036bb=1 +000036bc=1 +000036c4=1 +000036c5=1 +000036c6=1 +000036c7=1 +000036c8=1 +000036c9=1 +000036ca=1 +000036ce=1 +000036cf=1 +000036d0=1 +000036d8=1 +000036d9=1 +000036da=1 +000036db=1 +000036dc=1 +000036dd=1 +000036de=1 +000036e2=1 +000036e3=1 +000036e4=1 +000036e5=1 +000036ed=1 +000036ee=1 +000036ef=1 +000036f0=1 +000036f1=1 +000036f2=1 +000036f3=1 +000036f4=1 +000036f6=1 +000036f7=1 +000036f8=1 +000036f9=1 +000036fa=1 +000036fb=1 +00003714=1 +00003746=1 +00003747=1 +0000374b=1 +00003750=1 +00003755=1 +00003756=1 +00003757=1 +00003758=1 +0000375a=1 +0000375b=1 +00003764=1 +00003765=1 +00003769=1 +0000376a=1 +0000376b=1 +0000376c=1 +0000376d=1 +00003773=1 + +[Relayout] + diff --git a/translations/romanian/7zip.slt b/translations/projects/Romanian/slt/7zip.slt similarity index 98% rename from translations/romanian/7zip.slt rename to translations/projects/Romanian/slt/7zip.slt index d4c9dc2b2..c7fc376d9 100644 --- a/translations/romanian/7zip.slt +++ b/translations/projects/Romanian/slt/7zip.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\romanian\7zip.atp" +PROJECTNAME,"translator\salamand 5.0\projects\romanian\7zip.atp" TEXTVERSION,"1.31 (x86)" VERSION,"1,3,1,180" diff --git a/translations/romanian/automation.slt b/translations/projects/Romanian/slt/automation.slt similarity index 97% rename from translations/romanian/automation.slt rename to translations/projects/Romanian/slt/automation.slt index 0bcb80238..2dc59065b 100644 --- a/translations/romanian/automation.slt +++ b/translations/projects/Romanian/slt/automation.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\romanian\automation.atp" +PROJECTNAME,"translator\salamand 5.0\projects\romanian\automation.atp" TEXTVERSION,"1.7 (x86)" VERSION,"1,7,0,180" diff --git a/translations/romanian/checksum.slt b/translations/projects/Romanian/slt/checksum.slt similarity index 98% rename from translations/romanian/checksum.slt rename to translations/projects/Romanian/slt/checksum.slt index 121249c82..575fe7615 100644 --- a/translations/romanian/checksum.slt +++ b/translations/projects/Romanian/slt/checksum.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\romanian\checksum.atp" +PROJECTNAME,"translator\salamand 5.0\projects\romanian\checksum.atp" TEXTVERSION,"2.2 (x86)" VERSION,"2,2,0,180" diff --git a/translations/romanian/checkver.slt b/translations/projects/Romanian/slt/checkver.slt similarity index 98% rename from translations/romanian/checkver.slt rename to translations/projects/Romanian/slt/checkver.slt index 45e47f589..ce1f4d756 100644 --- a/translations/romanian/checkver.slt +++ b/translations/projects/Romanian/slt/checkver.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\romanian\checkver.atp" +PROJECTNAME,"translator\salamand 5.0\projects\romanian\checkver.atp" TEXTVERSION,"1.26 (x86)" VERSION,"1,2,6,180" diff --git a/translations/romanian/dbviewer.slt b/translations/projects/Romanian/slt/dbviewer.slt similarity index 98% rename from translations/romanian/dbviewer.slt rename to translations/projects/Romanian/slt/dbviewer.slt index 8c61f919d..3e1e7253c 100644 --- a/translations/romanian/dbviewer.slt +++ b/translations/projects/Romanian/slt/dbviewer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\romanian\dbviewer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\romanian\dbviewer.atp" TEXTVERSION,"1.23 (x86)" VERSION,"1,2,3,180" diff --git a/translations/romanian/diskmap.slt b/translations/projects/Romanian/slt/diskmap.slt similarity index 96% rename from translations/romanian/diskmap.slt rename to translations/projects/Romanian/slt/diskmap.slt index 1b78ac50c..eb47b722e 100644 --- a/translations/romanian/diskmap.slt +++ b/translations/projects/Romanian/slt/diskmap.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\romanian\diskmap.atp" +PROJECTNAME,"translator\salamand 5.0\projects\romanian\diskmap.atp" TEXTVERSION,"1.12 (x86)" VERSION,"1,1,2,180" diff --git a/translations/romanian/filecomp.slt b/translations/projects/Romanian/slt/filecomp.slt similarity index 99% rename from translations/romanian/filecomp.slt rename to translations/projects/Romanian/slt/filecomp.slt index ecc17a3c8..2f18f9b16 100644 --- a/translations/romanian/filecomp.slt +++ b/translations/projects/Romanian/slt/filecomp.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\romanian\filecomp.atp" +PROJECTNAME,"translator\salamand 5.0\projects\romanian\filecomp.atp" TEXTVERSION,"1.19 (x86)" VERSION,"1,1,9,180" diff --git a/translations/romanian/ftp.slt b/translations/projects/Romanian/slt/ftp.slt similarity index 99% rename from translations/romanian/ftp.slt rename to translations/projects/Romanian/slt/ftp.slt index 3cd59a24b..b9e7ce7ba 100644 --- a/translations/romanian/ftp.slt +++ b/translations/projects/Romanian/slt/ftp.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\romanian\ftp.atp" +PROJECTNAME,"translator\salamand 5.0\projects\romanian\ftp.atp" TEXTVERSION,"1.35 (x86)" VERSION,"1,3,5,180" diff --git a/translations/romanian/ieviewer.slt b/translations/projects/Romanian/slt/ieviewer.slt similarity index 88% rename from translations/romanian/ieviewer.slt rename to translations/projects/Romanian/slt/ieviewer.slt index b5013271f..b29602702 100644 --- a/translations/romanian/ieviewer.slt +++ b/translations/projects/Romanian/slt/ieviewer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\romanian\ieviewer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\romanian\ieviewer.atp" TEXTVERSION,"1.12 (x86)" VERSION,"1,1,2,180" diff --git a/translations/romanian/mmviewer.slt b/translations/projects/Romanian/slt/mmviewer.slt similarity index 98% rename from translations/romanian/mmviewer.slt rename to translations/projects/Romanian/slt/mmviewer.slt index 9a2df3020..a6b73c135 100644 --- a/translations/romanian/mmviewer.slt +++ b/translations/projects/Romanian/slt/mmviewer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\romanian\mmviewer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\romanian\mmviewer.atp" TEXTVERSION,"1.16 (x86)" VERSION,"1,1,6,180" diff --git a/translations/romanian/nethood.slt b/translations/projects/Romanian/slt/nethood.slt similarity index 94% rename from translations/romanian/nethood.slt rename to translations/projects/Romanian/slt/nethood.slt index 8c05ced84..d4b6130ce 100644 --- a/translations/romanian/nethood.slt +++ b/translations/projects/Romanian/slt/nethood.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\romanian\nethood.atp" +PROJECTNAME,"translator\salamand 5.0\projects\romanian\nethood.atp" TEXTVERSION,"1.08 (x86)" VERSION,"1,0,8,180" diff --git a/translations/romanian/pak.slt b/translations/projects/Romanian/slt/pak.slt similarity index 97% rename from translations/romanian/pak.slt rename to translations/projects/Romanian/slt/pak.slt index f97f64465..063e13da2 100644 --- a/translations/romanian/pak.slt +++ b/translations/projects/Romanian/slt/pak.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\romanian\pak.atp" +PROJECTNAME,"translator\salamand 5.0\projects\romanian\pak.atp" TEXTVERSION,"1.71 (x86)" VERSION,"1,7,1,180" diff --git a/translations/romanian/peviewer.slt b/translations/projects/Romanian/slt/peviewer.slt similarity index 95% rename from translations/romanian/peviewer.slt rename to translations/projects/Romanian/slt/peviewer.slt index fb4e04e25..0cd1d200a 100644 --- a/translations/romanian/peviewer.slt +++ b/translations/projects/Romanian/slt/peviewer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\romanian\peviewer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\romanian\peviewer.atp" TEXTVERSION,"3.0 (x86)" VERSION,"3,0,0,180" diff --git a/translations/romanian/pictview.slt b/translations/projects/Romanian/slt/pictview.slt similarity index 99% rename from translations/romanian/pictview.slt rename to translations/projects/Romanian/slt/pictview.slt index c59f98123..1a74a1a46 100644 --- a/translations/romanian/pictview.slt +++ b/translations/projects/Romanian/slt/pictview.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\romanian\pictview.atp" +PROJECTNAME,"translator\salamand 5.0\projects\romanian\pictview.atp" TEXTVERSION,"2.13 (x86)" VERSION,"2,1,3,180" diff --git a/translations/romanian/regedt.slt b/translations/projects/Romanian/slt/regedt.slt similarity index 99% rename from translations/romanian/regedt.slt rename to translations/projects/Romanian/slt/regedt.slt index 399009385..ee1755d0b 100644 --- a/translations/romanian/regedt.slt +++ b/translations/projects/Romanian/slt/regedt.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\romanian\regedt.atp" +PROJECTNAME,"translator\salamand 5.0\projects\romanian\regedt.atp" TEXTVERSION,"1.14 (x86)" VERSION,"1,1,4,180" diff --git a/translations/romanian/renamer.slt b/translations/projects/Romanian/slt/renamer.slt similarity index 99% rename from translations/romanian/renamer.slt rename to translations/projects/Romanian/slt/renamer.slt index 7cef4252f..fee453666 100644 --- a/translations/romanian/renamer.slt +++ b/translations/projects/Romanian/slt/renamer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\romanian\renamer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\romanian\renamer.atp" TEXTVERSION,"1.13 (x86)" VERSION,"1,1,3,180" diff --git a/translations/romanian/salamand.slt b/translations/projects/Romanian/slt/salamand.slt similarity index 99% rename from translations/romanian/salamand.slt rename to translations/projects/Romanian/slt/salamand.slt index 4a2b9944b..f1e1ad3d6 100644 --- a/translations/romanian/salamand.slt +++ b/translations/projects/Romanian/slt/salamand.slt @@ -1,7 +1,7 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\romanian\salamand.atp" -TEXTVERSION,"4.0 (x86)" -VERSION,"4,0,0,180" +PROJECTNAME,"translator\salamand 5.0\projects\romanian\salamand.atp" +TEXTVERSION,"5.0 (x86)" +VERSION,"5,0,0,183" [TRANSLATION] LANGID,1048 @@ -302,6 +302,8 @@ SLGINCOMPLETE,"" 1150,10,97,204,8,1,"Copyright © 1997-2023 Open Salamander Authors" 1152,10,108,20,8,1,"Web:" 272,31,108,64,8,1,"www.altap.cz" +1153,10,119,165,8,1,"Open Salamander is free software" +1154,10,130,214,8,1,"Licensed under GNU General Public License version 2 or later" 286,2,154,294,1,1,"" [DIALOG 300] diff --git a/translations/romanian/splitcbn.slt b/translations/projects/Romanian/slt/splitcbn.slt similarity index 98% rename from translations/romanian/splitcbn.slt rename to translations/projects/Romanian/slt/splitcbn.slt index c417e07c1..30519ed34 100644 --- a/translations/romanian/splitcbn.slt +++ b/translations/projects/Romanian/slt/splitcbn.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\romanian\splitcbn.atp" +PROJECTNAME,"translator\salamand 5.0\projects\romanian\splitcbn.atp" TEXTVERSION,"1.11 (x86)" VERSION,"1,1,1,180" diff --git a/translations/romanian/tar.slt b/translations/projects/Romanian/slt/tar.slt similarity index 97% rename from translations/romanian/tar.slt rename to translations/projects/Romanian/slt/tar.slt index 7d0375f20..b119d43cd 100644 --- a/translations/romanian/tar.slt +++ b/translations/projects/Romanian/slt/tar.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\romanian\tar.atp" +PROJECTNAME,"translator\salamand 5.0\projects\romanian\tar.atp" TEXTVERSION,"3.34 (x86)" VERSION,"3,3,4,180" diff --git a/translations/romanian/unarj.slt b/translations/projects/Romanian/slt/unarj.slt similarity index 98% rename from translations/romanian/unarj.slt rename to translations/projects/Romanian/slt/unarj.slt index 73be2b760..0bc24a421 100644 --- a/translations/romanian/unarj.slt +++ b/translations/projects/Romanian/slt/unarj.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\romanian\unarj.atp" +PROJECTNAME,"translator\salamand 5.0\projects\romanian\unarj.atp" TEXTVERSION,"1.21 (x86)" VERSION,"1,2,1,180" diff --git a/translations/romanian/uncab.slt b/translations/projects/Romanian/slt/uncab.slt similarity index 98% rename from translations/romanian/uncab.slt rename to translations/projects/Romanian/slt/uncab.slt index 336dc2391..a16f58107 100644 --- a/translations/romanian/uncab.slt +++ b/translations/projects/Romanian/slt/uncab.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\romanian\uncab.atp" +PROJECTNAME,"translator\salamand 5.0\projects\romanian\uncab.atp" TEXTVERSION,"1.27 (x86)" VERSION,"1,2,7,180" diff --git a/translations/romanian/unchm.slt b/translations/projects/Romanian/slt/unchm.slt similarity index 95% rename from translations/romanian/unchm.slt rename to translations/projects/Romanian/slt/unchm.slt index 86fcc7b0a..5a5b9cd0d 100644 --- a/translations/romanian/unchm.slt +++ b/translations/projects/Romanian/slt/unchm.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\romanian\unchm.atp" +PROJECTNAME,"translator\salamand 5.0\projects\romanian\unchm.atp" TEXTVERSION,"1.03 (x86)" VERSION,"1,0,3,180" diff --git a/translations/romanian/undelete.slt b/translations/projects/Romanian/slt/undelete.slt similarity index 99% rename from translations/romanian/undelete.slt rename to translations/projects/Romanian/slt/undelete.slt index 0c6261a1c..a63c73957 100644 --- a/translations/romanian/undelete.slt +++ b/translations/projects/Romanian/slt/undelete.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\romanian\undelete.atp" +PROJECTNAME,"translator\salamand 5.0\projects\romanian\undelete.atp" TEXTVERSION,"1.11 (x86)" VERSION,"1,1,1,180" diff --git a/translations/romanian/unfat.slt b/translations/projects/Romanian/slt/unfat.slt similarity index 94% rename from translations/romanian/unfat.slt rename to translations/projects/Romanian/slt/unfat.slt index 0e5ef55aa..bf65af3ad 100644 --- a/translations/romanian/unfat.slt +++ b/translations/projects/Romanian/slt/unfat.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\romanian\unfat.atp" +PROJECTNAME,"translator\salamand 5.0\projects\romanian\unfat.atp" TEXTVERSION,"1.1 (x86)" VERSION,"1,1,0,180" diff --git a/translations/romanian/uniso.slt b/translations/projects/Romanian/slt/uniso.slt similarity index 98% rename from translations/romanian/uniso.slt rename to translations/projects/Romanian/slt/uniso.slt index ee88981c7..4d8c46d59 100644 --- a/translations/romanian/uniso.slt +++ b/translations/projects/Romanian/slt/uniso.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\romanian\uniso.atp" +PROJECTNAME,"translator\salamand 5.0\projects\romanian\uniso.atp" TEXTVERSION,"1.37 (x86)" VERSION,"1,3,7,180" diff --git a/translations/romanian/unlha.slt b/translations/projects/Romanian/slt/unlha.slt similarity index 94% rename from translations/romanian/unlha.slt rename to translations/projects/Romanian/slt/unlha.slt index 0a9c3654a..d6beacb60 100644 --- a/translations/romanian/unlha.slt +++ b/translations/projects/Romanian/slt/unlha.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\romanian\unlha.atp" +PROJECTNAME,"translator\salamand 5.0\projects\romanian\unlha.atp" TEXTVERSION,"1.13 (x86)" VERSION,"1,1,3,180" diff --git a/translations/romanian/unmime.slt b/translations/projects/Romanian/slt/unmime.slt similarity index 95% rename from translations/romanian/unmime.slt rename to translations/projects/Romanian/slt/unmime.slt index e9e7c2386..8a53be0c4 100644 --- a/translations/romanian/unmime.slt +++ b/translations/projects/Romanian/slt/unmime.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\romanian\unmime.atp" +PROJECTNAME,"translator\salamand 5.0\projects\romanian\unmime.atp" TEXTVERSION,"1.14 (x86)" VERSION,"1,1,4,180" diff --git a/translations/romanian/unrar.slt b/translations/projects/Romanian/slt/unrar.slt similarity index 98% rename from translations/romanian/unrar.slt rename to translations/projects/Romanian/slt/unrar.slt index 768782403..0419572c0 100644 --- a/translations/romanian/unrar.slt +++ b/translations/projects/Romanian/slt/unrar.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\romanian\unrar.atp" +PROJECTNAME,"translator\salamand 5.0\projects\romanian\unrar.atp" TEXTVERSION,"3.01 (x86)" VERSION,"3,0,1,180" diff --git a/translations/romanian/wmobile.slt b/translations/projects/Romanian/slt/wmobile.slt similarity index 98% rename from translations/romanian/wmobile.slt rename to translations/projects/Romanian/slt/wmobile.slt index b53eb51dc..751fb6f96 100644 --- a/translations/romanian/wmobile.slt +++ b/translations/projects/Romanian/slt/wmobile.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\romanian\wmobile.atp" +PROJECTNAME,"translator\salamand 5.0\projects\romanian\wmobile.atp" TEXTVERSION,"1.08 (x86)" VERSION,"1,0,8,180" diff --git a/translations/romanian/zip.slt b/translations/projects/Romanian/slt/zip.slt similarity index 99% rename from translations/romanian/zip.slt rename to translations/projects/Romanian/slt/zip.slt index 43d980e42..7146d8bed 100644 --- a/translations/romanian/zip.slt +++ b/translations/projects/Romanian/slt/zip.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\romanian\zip.atp" +PROJECTNAME,"translator\salamand 5.0\projects\romanian\zip.atp" TEXTVERSION,"1.39 (x86)" VERSION,"1,3,9,180" diff --git a/translations/projects/Romanian/splitcbn.atp b/translations/projects/Romanian/splitcbn.atp new file mode 100644 index 000000000..5159a1429 --- /dev/null +++ b/translations/projects/Romanian/splitcbn.atp @@ -0,0 +1,117 @@ +[Files] +Original=$BUILD_DIR\plugins\splitcbn\lang\english.slg +Translated=$BUILD_DIR\plugins\splitcbn\lang\romanian.slg +Include=..\..\symbols\plugins\splitcbn\symbols.inc +SalMenu=..\..\symbols\plugins\splitcbn\salmenu.mnu +IgnoreList=..\..\symbols\plugins\splitcbn\ignore.lst +CheckList=..\..\symbols\plugins\splitcbn\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00650000=1 +00650001=1 +00650002=1 +00650003=1 +00650004=1 +00650005=1 +00650007=1 +00650008=1 +00650009=1 +00660000=1 +00660004=1 +00660005=1 +00660006=1 +00660009=1 +0066000c=1 +0066000d=1 +0066000e=1 +0066000f=1 +00670000=1 +00670001=1 +00670003=1 +00670004=1 +00670005=1 +00670006=1 +00670007=1 +00670008=1 +0067000a=1 +0067000c=1 +0067000d=1 +0067000e=1 +00680000=1 +00680001=1 +00680002=1 +00680005=1 + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000005=1 +00000006=1 +00000007=1 +00000008=1 +00000009=1 +0000000a=1 +0000000b=1 +0000000c=1 +0000000d=1 +0000000e=1 +0000000f=1 +00000010=1 +00000011=1 +00000012=1 +00000013=1 +00000015=1 +00000016=1 +00000017=1 +00000018=1 +00000019=1 +0000001a=1 +0000001b=1 +0000001c=1 +0000001d=1 +0000001e=1 +0000001f=1 +00000020=1 +00000021=1 +00000022=1 +00000023=1 +00000024=1 +00000025=1 +00000026=1 +00000027=1 +00000028=1 +00000029=1 +0000002a=1 +0000002b=1 +0000003f=1 +00000040=1 +00000043=1 +00000044=1 +00000045=1 +00000046=1 +00000047=1 +00000048=1 +00000049=1 +0000004a=1 +0000004b=1 +0000004c=1 +0000004d=1 +0000004e=1 +0000004f=1 +00000050=1 +00000051=1 +00000052=1 + +[Relayout] + diff --git a/translations/projects/Romanian/tar.atp b/translations/projects/Romanian/tar.atp new file mode 100644 index 000000000..1b14e7b9c --- /dev/null +++ b/translations/projects/Romanian/tar.atp @@ -0,0 +1,61 @@ +[Files] +Original=$BUILD_DIR\plugins\tar\lang\english.slg +Translated=$BUILD_DIR\plugins\tar\lang\romanian.slg +Include=..\..\symbols\plugins\tar\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +00002bc0=1 +00002bc1=1 +00002bc2=1 +00002bc3=1 +00002bc4=1 +00002bc5=1 +00002bc6=1 +00002bc7=1 +00002be8=1 +00002bf2=1 +00002bf3=1 +00002bf4=1 +00002bfc=1 +00002bfd=1 +00002bfe=1 +00002bff=1 +00002c00=1 +00002c01=1 +00002c02=1 +00002c03=1 +00002c04=1 +00002c05=1 +00002c06=1 +00002c07=1 +00002c08=1 +00002c09=1 +00002c0a=1 +00002c0b=1 +00002c10=1 +00002c11=1 +00002c12=1 +00002c13=1 +00002c14=1 +00002c15=1 +00002c16=1 +00002c1b=1 +00002c1c=1 +00002c1d=1 +00002c23=1 +00002c24=1 +00002c25=1 + +[Relayout] + diff --git a/translations/projects/Romanian/unarj.atp b/translations/projects/Romanian/unarj.atp new file mode 100644 index 000000000..dc3042921 --- /dev/null +++ b/translations/projects/Romanian/unarj.atp @@ -0,0 +1,78 @@ +[Files] +Original=$BUILD_DIR\plugins\unarj\lang\english.slg +Translated=$BUILD_DIR\plugins\unarj\lang\romanian.slg +Include=..\..\symbols\plugins\unarj\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640002=1 +00640004=1 +00640006=1 +00640007=1 +00640008=1 +00670000=1 +00670001=1 +00670003=1 +00670004=1 +00670005=1 +00670006=1 +00670007=1 +006a0000=1 +006a0001=1 +006a0002=1 +006a0003=1 +006a0004=1 +006a0006=1 +006a0007=1 +00730000=1 +00730001=1 +00730002=1 +00730003=1 +00730005=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 + +[Relayout] + diff --git a/translations/projects/Romanian/uncab.atp b/translations/projects/Romanian/uncab.atp new file mode 100644 index 000000000..bdbd743a7 --- /dev/null +++ b/translations/projects/Romanian/uncab.atp @@ -0,0 +1,80 @@ +[Files] +Original=$BUILD_DIR\plugins\uncab\lang\english.slg +Translated=$BUILD_DIR\plugins\uncab\lang\romanian.slg +Include=..\..\symbols\plugins\uncab\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640002=1 +00640004=1 +00640006=1 +00640008=1 +00640009=1 +0064000a=1 +00670000=1 +00670001=1 +00670003=1 +00670004=1 +00670005=1 +00670006=1 +00670007=1 +00670008=1 +006a0000=1 +006a0001=1 +006a0002=1 +006a0003=1 +006a0004=1 +006a0006=1 +006a0007=1 +00730000=1 +00730001=1 +00730002=1 +00730003=1 +00730005=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003f0=1 +000003f4=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 + +[Relayout] + diff --git a/translations/projects/Romanian/unchm.atp b/translations/projects/Romanian/unchm.atp new file mode 100644 index 000000000..7e2c59831 --- /dev/null +++ b/translations/projects/Romanian/unchm.atp @@ -0,0 +1,46 @@ +[Files] +Original=$BUILD_DIR\plugins\unchm\lang\english.slg +Translated=$BUILD_DIR\plugins\unchm\lang\romanian.slg +Include=..\..\symbols\plugins\unchm\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000408=1 +0000044c=1 +0000044d=1 +00000451=1 +00000452=1 +00000453=1 + +[Relayout] + diff --git a/translations/projects/Romanian/undelete.atp b/translations/projects/Romanian/undelete.atp new file mode 100644 index 000000000..89894250f --- /dev/null +++ b/translations/projects/Romanian/undelete.atp @@ -0,0 +1,152 @@ +[Files] +Original=$BUILD_DIR\plugins\undelete\lang\english.slg +Translated=$BUILD_DIR\plugins\undelete\lang\romanian.slg +Include=..\..\symbols\plugins\undelete\symbols.inc +SalMenu=..\..\symbols\plugins\undelete\salmenu.mnu +IgnoreList=..\..\symbols\plugins\undelete\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +03e80000=1 +03e80003=1 +03e80004=1 +044c0000=1 +044c0001=1 +044c0003=1 +044c0005=1 +044c0006=1 +044c0007=1 +044c0008=1 +044c0009=1 +044c000a=1 +044c000b=1 +044c000c=1 +044c000d=1 +044c000e=1 +04b00000=1 +04b00001=1 +04b00003=1 +04b00005=1 +04b00007=1 +04b00009=1 +05140000=1 +05140001=1 +05140003=1 +05140004=1 +05140005=1 +05780000=1 +05780001=1 +05780003=1 +05780004=1 +05780005=1 +05780006=1 +05780007=1 +05780008=1 +05780009=1 +05dc0000=1 +05dc0001=1 +05dc0002=1 +05dc0004=1 +05dc0005=1 +05dc0006=1 +05dc0007=1 + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000006=1 +00000009=1 +0000000a=1 +0000000b=1 +0000000c=1 +0000000d=1 +0000000e=1 +0000000f=1 +00000011=1 +00000012=1 +00000013=1 +00000014=1 +00000015=1 +00000016=1 +00000017=1 +00000018=1 +00000019=1 +0000001a=1 +0000001b=1 +0000001c=1 +0000001d=1 +0000001e=1 +0000001f=1 +00000020=1 +00000021=1 +00000022=1 +00000023=1 +00000024=1 +00000025=1 +00000026=1 +00000027=1 +00000028=1 +00000029=1 +0000002a=1 +0000002b=1 +0000002c=1 +0000002d=1 +0000002e=1 +0000002f=1 +00000030=1 +00000031=1 +00000032=1 +0000003b=1 +0000003c=1 +0000003d=1 +0000003e=1 +0000003f=1 +00000040=1 +00000041=1 +00000042=1 +00000043=1 +00000044=1 +00000045=1 +00000046=1 +00000047=1 +00000048=1 +00000049=1 +0000004a=1 +0000004b=1 +0000004d=1 +00000050=1 +00000051=1 +00000052=1 +00000053=1 +00000054=1 +00000055=1 +00000056=1 +0000005a=1 +0000005b=1 +0000005c=1 +0000005d=1 +0000005e=1 +0000005f=1 +00000060=1 +00000061=1 +00000062=1 +00000063=1 +00000064=1 +00000065=1 +00000066=1 +00000067=1 +00000068=1 +00000069=1 + +[Relayout] + diff --git a/translations/projects/Romanian/unfat.atp b/translations/projects/Romanian/unfat.atp new file mode 100644 index 000000000..49205189e --- /dev/null +++ b/translations/projects/Romanian/unfat.atp @@ -0,0 +1,33 @@ +[Files] +Original=$BUILD_DIR\plugins\unfat\lang\english.slg +Translated=$BUILD_DIR\plugins\unfat\lang\romanian.slg +Include=..\..\symbols\plugins\unfat\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003eb=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000450=1 +00000452=1 +00000453=1 +00000454=1 +00000455=1 +00000456=1 + +[Relayout] + diff --git a/translations/projects/Romanian/uniso.atp b/translations/projects/Romanian/uniso.atp new file mode 100644 index 000000000..93e15c1be --- /dev/null +++ b/translations/projects/Romanian/uniso.atp @@ -0,0 +1,99 @@ +[Files] +Original=$BUILD_DIR\plugins\uniso\lang\english.slg +Translated=$BUILD_DIR\plugins\uniso\lang\romanian.slg +Include=..\..\symbols\plugins\uniso\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +04b00000=1 +04b00001=1 +04b00002=1 +04b00003=1 +04b00005=1 +04b00006=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=0 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +0000047e=1 +0000047f=1 +00000480=1 +00000481=1 +00000482=1 +00000483=1 +00000484=1 + +[Relayout] + diff --git a/translations/projects/Romanian/unlha.atp b/translations/projects/Romanian/unlha.atp new file mode 100644 index 000000000..54b760b3a --- /dev/null +++ b/translations/projects/Romanian/unlha.atp @@ -0,0 +1,41 @@ +[Files] +Original=$BUILD_DIR\plugins\unlha\lang\english.slg +Translated=$BUILD_DIR\plugins\unlha\lang\romanian.slg +Include=..\..\symbols\plugins\unlha\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000005=1 +00000006=1 +00000007=1 +00000008=1 +0000000a=1 +0000000b=1 +0000000c=1 +0000000d=1 +0000000e=1 +0000000f=1 +00000010=1 +00000011=1 +00000012=1 +00000013=1 +00000014=1 +00000015=1 +00000016=1 + +[Relayout] + diff --git a/translations/projects/Romanian/unmime.atp b/translations/projects/Romanian/unmime.atp new file mode 100644 index 000000000..091af8766 --- /dev/null +++ b/translations/projects/Romanian/unmime.atp @@ -0,0 +1,43 @@ +[Files] +Original=$BUILD_DIR\plugins\unmime\lang\english.slg +Translated=$BUILD_DIR\plugins\unmime\lang\romanian.slg +Include=..\..\symbols\plugins\unmime\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00650000=1 +00650001=1 +00650003=1 +00650004=1 +00650005=1 +00650006=1 +00650008=1 +00650009=1 + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000005=1 +00000006=1 +00000007=1 +00000008=1 +00000009=1 +0000000a=1 +0000000b=1 +0000000c=1 +0000000d=1 +0000000e=1 +0000000f=1 + +[Relayout] + diff --git a/translations/projects/Romanian/unrar.atp b/translations/projects/Romanian/unrar.atp new file mode 100644 index 000000000..9ef0db76f --- /dev/null +++ b/translations/projects/Romanian/unrar.atp @@ -0,0 +1,93 @@ +[Files] +Original=$BUILD_DIR\plugins\unrar\lang\english.slg +Translated=$BUILD_DIR\plugins\unrar\lang\romanian.slg +Include=..\..\symbols\plugins\unrar\symbols.inc +IgnoreList=..\..\symbols\plugins\unrar\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640002=1 +00640004=1 +00640005=1 +00640006=1 +00670000=1 +00670001=1 +00670003=1 +00670004=1 +00670005=1 +00670006=1 +00670007=1 +006a0000=1 +006a0001=1 +006a0002=1 +006a0003=1 +006a0004=1 +006a0006=1 +006a0008=1 +006a0009=1 +006c0000=1 +006c0002=1 +006c0003=1 +006c0005=1 +006c0007=1 +006c0008=1 +006c0009=1 +006c000a=1 +006c000b=1 +00730000=1 +00730001=1 +00730002=1 +00730003=1 +00730005=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +00000410=1 +00000411=1 + +[Relayout] + diff --git a/translations/projects/Romanian/wmobile.atp b/translations/projects/Romanian/wmobile.atp new file mode 100644 index 000000000..b624ca682 --- /dev/null +++ b/translations/projects/Romanian/wmobile.atp @@ -0,0 +1,88 @@ +[Files] +Original=$BUILD_DIR\plugins\wmobile\lang\english.slg +Translated=$BUILD_DIR\plugins\wmobile\lang\romanian.slg +Include=..\..\symbols\plugins\wmobile\symbols.inc +IgnoreList=..\..\symbols\plugins\wmobile\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +01f40003=1 +01f40005=1 +01fe0005=1 +01fe0007=1 +01fe0009=1 +02080000=1 +02080002=1 +02080003=1 +02080004=1 +02080005=1 +02080006=1 +02080008=1 +02080009=1 +0208000c=1 +0208000f=1 +02080012=1 +02080014=1 +02080015=1 +02080017=1 +02080018=1 +02080019=1 + +[MenusTranslation] + +[StringsTranslation] +000007d0=1 +000007d1=1 +000007d2=1 +00000bb8=1 +00000bb9=1 +00000bba=1 +00000bbb=1 +00000bbc=1 +00000bbd=1 +00000bbe=1 +00000bbf=1 +00000bc0=1 +00000bc1=1 +00000bc2=1 +00000bc3=1 +00000bc4=1 +00000bc5=1 +00000bc6=1 +00000bc7=1 +00000bc8=1 +00000bc9=1 +00000bca=1 +00000bcb=1 +00000bcc=1 +00000bcd=1 +00000bce=1 +00000bcf=1 +00000bd0=1 +00000bd1=1 +00000bd2=1 +00000bd3=1 +00000bd4=1 +00000bd5=1 +00000bd6=1 +00000bd7=1 +00000bd8=1 +00000bd9=1 +00000bda=1 +00000bdb=1 +00000bdc=1 +00000bdd=1 +00000bde=1 +00000bdf=1 +00000be0=1 +00000be1=1 +00000be2=1 + +[Relayout] + diff --git a/translations/projects/Romanian/zip.atp b/translations/projects/Romanian/zip.atp new file mode 100644 index 000000000..0771a6091 --- /dev/null +++ b/translations/projects/Romanian/zip.atp @@ -0,0 +1,441 @@ +[Files] +Original=$BUILD_DIR\plugins\zip\lang\english.slg +Translated=$BUILD_DIR\plugins\zip\lang\romanian.slg +Include=..\..\symbols\plugins\zip\symbols.inc +SalMenu=..\..\symbols\plugins\zip\salmenu.mnu +IgnoreList=..\..\symbols\plugins\zip\ignore.lst +CheckList=..\..\symbols\plugins\zip\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640004=1 +00640005=1 +00640008=1 +0064000a=1 +0064000b=1 +0064000d=1 +0064000e=1 +00640010=1 +00640012=1 +00640013=1 +00640014=1 +00640015=1 +00640017=1 +00640018=1 +00640019=1 +0064001a=1 +0064001b=1 +00700000=1 +00700001=1 +00700003=1 +00700004=1 +00700006=1 +00700007=1 +00700008=1 +00700009=1 +0070000a=1 +0070000b=1 +0070000d=1 +0070000f=1 +00700011=1 +00700012=1 +00700013=1 +00700014=1 +00700015=1 +00700016=1 +00700018=1 +0070001a=1 +0070001b=1 +0070001c=1 +0070001d=1 +007b0000=1 +007b0002=1 +007b0003=1 +007b0005=1 +007b0007=1 +007b0008=1 +007b0009=1 +007b000a=1 +007e0000=1 +007e0001=1 +007e0002=1 +007e0004=1 +007e0006=1 +007e0008=1 +007e0009=1 +007e000a=1 +007e000b=1 +00870000=1 +00870002=1 +00870003=1 +00870004=1 +00890000=1 +00890001=1 +00890004=1 +00890005=1 +00890006=1 +00890007=1 +00890008=1 +008d0000=1 +008d0001=1 +008d0002=1 +008d0003=1 +008d0005=1 +008d0006=1 +008d0007=1 +008e0000=1 +008e0002=1 +008e0003=1 +008e0004=1 +008e0005=1 +008e0006=1 +008e0008=1 +008e0009=1 +008e000a=1 +00920000=1 +00920002=1 +00920003=1 +00920005=1 +00920006=1 +00920007=1 +00920008=1 +0092000a=1 +0092000b=1 +0092000c=1 +0092000d=1 +0092000e=1 +00920010=1 +00920012=1 +00920013=1 +00920014=1 +00920015=1 +00920016=1 +00920017=1 +00920018=1 +00920019=1 +0092001a=1 +0092001b=1 +0092001c=1 +0092001d=1 +00980000=1 +00980001=1 +00980004=1 +00980005=1 +00980006=1 +00980007=1 +00a60000=1 +00a60001=1 +00a60003=1 +00a60005=1 +00a60006=1 +00aa0000=1 +00aa0001=1 +00aa0003=1 +00aa0005=1 +00aa0007=1 +00aa0008=1 +00aa0009=1 +00b40000=1 +00be0000=1 +00be0001=1 +00be0002=1 +00be0003=1 +00be0004=1 +00be0006=1 +00be0008=1 +00be000a=1 +00be000c=1 +00be000d=1 +00be000f=1 +00be0011=1 +00be0013=1 +00be0015=1 +00be0017=1 +00be0018=1 +00be0019=1 +00be001a=1 +00d20000=1 +00d20001=1 +00d20003=1 +00d20004=1 +00d20005=1 +00d20006=1 +00dc0000=1 +00dc0001=1 +00dc0002=1 +00dc0003=1 +00dc0006=1 +00dc0007=1 +00dc0008=1 +00fa0000=1 +00fa0001=1 +00fa0002=1 +00fa0003=1 +00fa0004=1 +00fa0006=1 +00fa0007=1 +00fa0008=1 + +[MenusTranslation] +01900000=1 +01900001=1 +01900002=1 +01900003=1 +01900004=1 +01900005=1 +01900006=1 +01900007=1 +01900008=1 +0190000a=1 +0190000b=1 +0190000d=1 +03200001=1 +03200002=1 +03200004=1 +03520000=1 +03520001=1 +03520003=1 +035c0001=1 +035c0002=1 +035c0003=1 +035c0004=1 +035c0006=1 +035c0007=1 + +[StringsTranslation] +0000008b=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +00000418=1 +00000419=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +00000441=1 +00000442=1 +00000443=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000450=1 +00000451=1 +00000452=1 +00000453=1 +00000454=1 +00000455=1 +00000456=1 +00000457=1 +00000458=1 +00000459=1 +0000045a=1 +0000045b=1 +0000045c=1 +0000045d=1 +0000045e=1 +0000045f=1 +00000460=1 +00000461=1 +00000462=1 +00000463=1 +00000464=1 +00000465=1 +00000466=1 +00000467=1 +00000468=1 +00000469=1 +0000046a=1 +0000046b=1 +0000046c=1 +0000046d=1 +0000046e=1 +0000046f=1 +00000470=1 +00000471=1 +00000472=1 +00000473=1 +00000474=1 +00000475=1 +00000476=1 +00000477=1 +00000478=1 +00000479=1 +0000047a=1 +0000047b=1 +0000047c=1 +0000047d=1 +0000047e=1 +0000047f=1 +00000480=1 +00000481=1 +00000482=1 +00000483=1 +00000484=1 +00000485=1 +00000486=1 +00000487=1 +00000488=1 +00000489=1 +0000048a=1 +0000048b=1 +0000048c=1 +0000048d=1 +0000048e=1 +00000490=1 +00000491=1 +00000492=1 +00000493=1 +00000499=1 +000004a1=1 +000004a4=1 +000004a5=1 +000004a6=1 +000004a7=1 +000004a8=1 +000004a9=1 +000004aa=1 +000004ab=1 +000004ac=1 +000004ad=1 +000004ae=1 +000004af=1 +000004b0=1 +000004b1=1 +000004b2=1 +000004b8=1 +000004b9=1 +000004ba=1 +000004bb=1 +000004bc=1 +000004bd=1 +000004be=1 +000004bf=1 +000004c0=1 +000004c1=1 +000004c2=1 +000004c3=1 +000004c4=1 +000004c5=1 +000004c6=1 +000004c7=1 +000004c8=1 +000004c9=1 +000004ca=1 +000004cb=1 +000004cc=1 +000004cd=1 +000004ce=1 +000004cf=1 +000004d0=1 +000004d1=1 +000004d2=1 +000004d3=1 +000004d4=1 +000004d5=1 +000004d6=1 +000004d7=1 +000004d8=1 +000004d9=1 +000004da=1 +000004db=1 +000004e2=1 +000004e3=1 +000004e4=1 +000004e5=1 +000004e6=1 + +[Relayout] + diff --git a/translations/projects/Russian/!export_slt.bat b/translations/projects/Russian/!export_slt.bat new file mode 100644 index 000000000..75a98635f --- /dev/null +++ b/translations/projects/Russian/!export_slt.bat @@ -0,0 +1 @@ +@call ..\tools\!export_slt.bat diff --git a/translations/projects/Russian/!export_slt_for_diff.bat b/translations/projects/Russian/!export_slt_for_diff.bat new file mode 100644 index 000000000..daa485f3a --- /dev/null +++ b/translations/projects/Russian/!export_slt_for_diff.bat @@ -0,0 +1 @@ +@call ..\tools\!export_slt_for_diff.bat diff --git a/translations/projects/Russian/!export_spellchck.bat b/translations/projects/Russian/!export_spellchck.bat new file mode 100644 index 000000000..6b6d1b820 --- /dev/null +++ b/translations/projects/Russian/!export_spellchck.bat @@ -0,0 +1 @@ +@call ..\tools\!export_spellchck.bat diff --git a/translations/projects/Russian/!import.bat b/translations/projects/Russian/!import.bat new file mode 100644 index 000000000..f0f5baed3 --- /dev/null +++ b/translations/projects/Russian/!import.bat @@ -0,0 +1 @@ +@call ..\tools\!import.bat diff --git a/translations/projects/Russian/!import_slt.bat b/translations/projects/Russian/!import_slt.bat new file mode 100644 index 000000000..503436e3f --- /dev/null +++ b/translations/projects/Russian/!import_slt.bat @@ -0,0 +1 @@ +@call ..\tools\!import_slt.bat diff --git a/translations/projects/Russian/!import_trlprop.bat b/translations/projects/Russian/!import_trlprop.bat new file mode 100644 index 000000000..5e4ebc9e1 --- /dev/null +++ b/translations/projects/Russian/!import_trlprop.bat @@ -0,0 +1 @@ +@call ..\tools\!import_trlprop.bat diff --git a/translations/projects/Russian/!open_all.bat b/translations/projects/Russian/!open_all.bat new file mode 100644 index 000000000..0deb29b66 --- /dev/null +++ b/translations/projects/Russian/!open_all.bat @@ -0,0 +1 @@ +@call ..\tools\!open_all.bat diff --git a/translations/projects/Russian/!translate1.bat b/translations/projects/Russian/!translate1.bat new file mode 100644 index 000000000..f3eca52df --- /dev/null +++ b/translations/projects/Russian/!translate1.bat @@ -0,0 +1 @@ +@call ..\tools\!translate1.bat diff --git a/translations/projects/Russian/!translate2.bat b/translations/projects/Russian/!translate2.bat new file mode 100644 index 000000000..7534fa669 --- /dev/null +++ b/translations/projects/Russian/!translate2.bat @@ -0,0 +1 @@ +@call ..\tools\!translate2.bat diff --git a/translations/projects/Russian/!validate1.bat b/translations/projects/Russian/!validate1.bat new file mode 100644 index 000000000..31509bdba --- /dev/null +++ b/translations/projects/Russian/!validate1.bat @@ -0,0 +1 @@ +@call ..\tools\!validate1.bat diff --git a/translations/projects/Russian/!validate2.bat b/translations/projects/Russian/!validate2.bat new file mode 100644 index 000000000..92d2d8d79 --- /dev/null +++ b/translations/projects/Russian/!validate2.bat @@ -0,0 +1 @@ +@call ..\tools\!validate2.bat diff --git a/translations/projects/Russian/7zip.atp b/translations/projects/Russian/7zip.atp new file mode 100644 index 000000000..aa12d24a7 --- /dev/null +++ b/translations/projects/Russian/7zip.atp @@ -0,0 +1,143 @@ +[Files] +Original=$BUILD_DIR\plugins\7zip\lang\english.slg +Translated=$BUILD_DIR\plugins\7zip\lang\russian.slg +Include=..\..\symbols\plugins\7zip\symbols.inc +SalMenu=..\..\symbols\plugins\7zip\salmenu.mnu +CheckList=..\..\symbols\plugins\7zip\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +04b00000=1 +04b00001=1 +04b00003=1 +04b00004=1 +04b00005=1 +04b00006=1 +04b00007=1 +04b00009=1 +04b0000b=1 +04b0000d=1 +04b0000f=1 +04b00011=1 +04b00013=1 +04b00014=1 +04b00015=1 +04b10000=1 +04b10001=1 +04b10004=1 +04b10005=1 +04b10007=1 +04b10009=1 +04b1000b=1 +04b1000d=1 +04b1000f=1 +04b10011=1 +04b10013=1 +04b10015=1 +04b10016=1 +04b10017=1 +04b10018=1 +04b10019=1 +04b20000=1 +04b20002=1 +04b20003=1 +04b20005=1 +04b20006=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +00000418=1 +00000419=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +00000442=1 +00000443=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 + +[Relayout] + diff --git a/translations/projects/Russian/automation.atp b/translations/projects/Russian/automation.atp new file mode 100644 index 000000000..b61d39e69 --- /dev/null +++ b/translations/projects/Russian/automation.atp @@ -0,0 +1,69 @@ +[Files] +Original=$BUILD_DIR\plugins\automation\lang\english.slg +Translated=$BUILD_DIR\plugins\automation\lang\russian.slg +Include=..\..\symbols\plugins\automation\symbols.inc +SalMenu=..\..\symbols\plugins\automation\salmenu.mnu +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640004=1 +00650000=1 +00650001=1 +00650003=1 +00650004=1 +00650005=1 +00650006=1 + +[MenusTranslation] +006a0000=1 +006a0001=1 +006a0003=1 +006a0004=1 + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000080=1 +00000081=1 +00000082=1 +00000083=1 +00000084=1 +00000086=1 +00000087=1 +00000088=1 +00000089=1 +0000008a=1 +0000008b=1 +0000008c=1 +0000008d=1 +0000008e=1 +0000008f=1 +00000090=1 +00000091=1 +00000092=1 +00000093=1 +00000100=1 +00000101=1 +00000102=1 +00000103=1 +00000104=1 +00000105=1 +00000106=1 +00000107=1 +00000108=1 +00000109=1 +0000010a=1 +0000010b=1 + +[Relayout] + diff --git a/translations/projects/Russian/checksum.atp b/translations/projects/Russian/checksum.atp new file mode 100644 index 000000000..52e175bbd --- /dev/null +++ b/translations/projects/Russian/checksum.atp @@ -0,0 +1,104 @@ +[Files] +Original=$BUILD_DIR\plugins\checksum\lang\english.slg +Translated=$BUILD_DIR\plugins\checksum\lang\russian.slg +Include=..\..\symbols\plugins\checksum\symbols.inc +SalMenu=..\..\symbols\plugins\checksum\salmenu.mnu +IgnoreList=..\..\symbols\plugins\checksum\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +03e80000=1 +03e80001=1 +03e80002=1 +03e80003=1 +03e80004=1 +03e80005=1 +03e80006=1 +03e80007=1 +03e90000=1 +03e90001=1 +03e90002=1 +03e90003=1 +03e90004=1 +03e90005=1 +03e90006=1 +03e90007=1 +03e90008=1 +03e90009=1 +07d00001=1 +07d00002=1 +07d00003=1 +07d00005=1 +07d00006=1 + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000005=1 +00000006=1 +00000007=1 +00000028=1 +00000029=1 +0000002a=1 +0000002b=1 +0000002c=1 +0000002d=1 +0000002e=1 +0000002f=1 +00000030=1 +00000035=1 +00000036=1 +00000037=1 +00000038=1 +00000039=1 +0000003a=1 +0000003b=1 +0000003c=1 +0000003d=1 +0000003e=1 +0000003f=1 +00000041=1 +00000042=1 +00000043=1 +00000044=1 +00000046=1 +00000047=1 +00000048=1 +0000004a=1 +0000004b=1 +0000004c=1 +0000004d=1 +0000004e=1 +0000004f=1 +00000050=1 +00000051=1 +00000052=1 +00000053=1 +00000054=1 +00000055=1 +00000056=1 +0000005a=1 +0000005b=1 +0000005c=1 +0000005d=1 +0000005e=1 +0000005f=1 +00000064=1 +00000065=1 +00000066=1 +00000067=1 +00000068=1 +00000078=1 + +[Relayout] + diff --git a/translations/projects/Russian/checkver.atp b/translations/projects/Russian/checkver.atp new file mode 100644 index 000000000..843d2d2d5 --- /dev/null +++ b/translations/projects/Russian/checkver.atp @@ -0,0 +1,119 @@ +[Files] +Original=$BUILD_DIR\plugins\checkver\lang\english.slg +Translated=$BUILD_DIR\plugins\checkver\lang\russian.slg +Include=..\..\symbols\plugins\checkver\symbols.inc +SalMenu=..\..\symbols\plugins\checkver\salmenu.mnu +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640002=1 +00640003=1 +00640005=1 +006e0000=1 +006e0001=1 +006e0003=1 +006e0004=1 +006e0005=1 +006e0006=1 +006e0007=1 +006e0008=1 +006e0009=1 +006e000a=1 +006e000b=1 +006e000c=1 +006e000d=1 +006e000e=1 +006e0010=1 +006e0011=1 +006e0012=1 +006e0013=1 +006e0014=1 +006e0015=1 +006e0016=1 +006e0017=1 +006e0018=1 +00820000=1 +00820002=1 +00820003=1 +00820004=1 +00820005=1 +00820006=1 +00820007=1 +00820008=1 +00820009=1 +0082000a=1 +0082000b=1 +0082000d=1 +0082000e=1 +0082000f=1 + +[MenusTranslation] + +[StringsTranslation] +000000be=1 +000000bf=1 +000000d2=1 +000000d3=1 +000000d4=1 +000000d5=1 +000000d6=1 +000000d7=1 +000000d8=1 +000000d9=1 +000000da=1 +000000dc=1 +000000dd=1 +000000de=1 +000000df=1 +000000e0=1 +000000e1=1 +000000e2=1 +000000e3=1 +000000e4=1 +000000e6=1 +000000e7=1 +000000e8=1 +000000e9=1 +000000ea=1 +000000eb=1 +000000f0=1 +000000f1=1 +000000f2=1 +000000f3=1 +000000f4=1 +000000f7=1 +000000f8=1 +000000fa=1 +000000fb=1 +000000fd=1 +000000fe=1 +000000ff=1 +00000100=1 +00000101=1 +00000102=1 +00000104=1 +0000010a=1 +0000010b=1 +0000010c=1 +0000010d=1 +0000010e=1 +0000010f=1 +00000110=1 +00000111=1 +00000112=1 +00000113=1 +00000114=1 +00000115=1 +00000116=1 +00000117=1 + +[Relayout] + diff --git a/translations/projects/Russian/dbviewer.atp b/translations/projects/Russian/dbviewer.atp new file mode 100644 index 000000000..77782fad1 --- /dev/null +++ b/translations/projects/Russian/dbviewer.atp @@ -0,0 +1,184 @@ +[Files] +Original=$BUILD_DIR\plugins\dbviewer\lang\english.slg +Translated=$BUILD_DIR\plugins\dbviewer\lang\russian.slg +Include=..\..\symbols\plugins\dbviewer\symbols.inc +SalMenu=..\..\symbols\plugins\dbviewer\salmenu.mnu +IgnoreList=..\..\symbols\plugins\dbviewer\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +2fa80000=1 +2fa80001=1 +2fbc0000=1 +2fbc0001=1 +2fbc0002=1 +2fbc0004=1 +2fbc0005=1 +2fbc0006=1 +2fbc0007=1 +2fbc0008=1 +2fbc0009=1 +2fbc000a=1 +2fd00000=1 +2fd00003=1 +2fd00004=1 +2fd00005=1 +2fd00006=1 +2fda0000=1 +2fda0001=1 +2fda0002=1 +2fda0003=1 +2fda0004=1 +2fda0005=1 +2fda0006=1 +2fda0007=1 +2fda0009=1 +2fda000a=1 +2fda000b=1 +2fda000c=1 +2fda000d=1 +2fda000e=1 +2fda000f=1 +2fda0010=1 +2fda0011=1 +2fda0012=1 +2fda0013=1 +2fda0014=1 +2fda0015=1 +300c0000=1 +300c0002=1 +300c0005=1 +300c0006=1 +300c0007=1 +300c0008=1 +300c0009=1 +300c000a=1 +300c000c=1 +300c000d=1 +300c000e=1 +30700000=1 +30700001=1 +30700003=1 +30700004=1 + +[MenusTranslation] + +[StringsTranslation] +00002b51=1 +00002b52=1 +00002b54=1 +00002b5d=1 +00002b66=1 +00002b67=1 +00002b68=1 +00002b69=1 +00002b6a=1 +00002b6b=1 +00002b6c=1 +00002b6d=1 +00002b70=1 +00002b71=1 +00002b72=1 +00002b73=1 +00002b74=1 +00002b75=1 +00002b76=1 +00002b7a=1 +00002b7b=1 +00002b7c=1 +00002b7d=1 +00002b7e=1 +00002b7f=1 +00002b80=1 +00002b84=1 +00002b85=1 +00002b86=1 +00002b87=1 +00002b88=1 +00002b89=1 +00002b8a=1 +00002b8b=1 +00002b8c=1 +00002b8d=1 +00002b8e=1 +00002b8f=1 +00002b90=1 +00002b91=1 +00002b92=1 +00002b93=1 +00002b98=1 +00002b9a=1 +00002b9b=1 +00002b9c=1 +00002b9d=1 +00002b9e=1 +00002b9f=1 +00002ba0=1 +00002ba1=1 +00002ba2=1 +00002ba3=1 +00002ba4=1 +00002ba5=1 +00002bba=1 +00002bbb=1 +00002bbc=1 +00002bbd=1 +00002bc0=1 +00002bc1=1 +00002bc2=1 +00002bc3=1 +00002bc4=1 +00002bc5=1 +00002bc6=1 +00002bc7=1 +00002bc8=1 +00002bc9=1 +00002bca=1 +00002bcb=1 +00002bd1=1 +00002bd2=1 +00002bd3=1 +00002bd4=1 +00002bd5=1 +00002bd6=1 +00002bd7=1 +00002bd8=1 +00002bd9=1 +00002bda=1 +00002bde=1 +00002bdf=1 +00002be0=1 +00002be1=1 +00002bf2=1 +00002bf3=1 +00002bf4=1 +00002bf5=1 +00002bf6=1 +00002bf7=1 +00002c06=1 +00002c07=1 +00002c08=1 +00002c10=1 +00002c11=1 +00002c12=1 +00002c13=1 +00002c14=1 +00002cec=1 +00002ced=1 +00002cee=1 +00002cef=1 +00002cf0=1 +00002cf1=1 +00002d00=0 +00002d01=1 +00002d02=0 +00002d03=1 + +[Relayout] + diff --git a/translations/projects/Russian/diskmap.atp b/translations/projects/Russian/diskmap.atp new file mode 100644 index 000000000..2c81a3d8c --- /dev/null +++ b/translations/projects/Russian/diskmap.atp @@ -0,0 +1,80 @@ +[Files] +Original=$BUILD_DIR\plugins\diskmap\lang\english.slg +Translated=$BUILD_DIR\plugins\diskmap\lang\russian.slg +Include=..\..\symbols\plugins\diskmap\symbols.inc +SalMenu=..\..\symbols\plugins\diskmap\salmenu.mnu +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] +006d0000=1 +006d0001=1 +006d0002=1 +006d0004=1 +006d0005=1 +006d0007=1 +006d0008=1 +006d0009=1 +006d000a=1 +006d000b=1 +006d000d=1 +006d000e=1 +006d000f=1 +006d0010=1 +006d0011=1 +006d0012=1 +006d0013=1 +006d0014=1 +006d0016=1 +006d0017=1 +006d0018=1 + +[StringsTranslation] +00000020=1 +00000021=1 +00000022=1 +00000023=1 +00000028=1 +00000029=1 +00000030=1 +00000031=1 +00000032=1 +00000033=1 +00000034=1 +00000035=1 +00000036=1 +00000037=1 +00000038=1 +00000039=1 +0000003a=1 +0000003b=1 +0000003c=1 +0000003d=1 +0000003e=1 +0000003f=1 +00000040=1 +00000041=1 +00000042=1 +00000043=1 +00000044=1 +00000045=1 +00000046=1 +00000047=1 +00000048=1 +00000049=1 +0000004a=1 +0000004b=1 +0000004c=1 +0000004d=1 +0000004e=1 +0000004f=1 + +[Relayout] + diff --git a/translations/projects/Russian/filecomp.atp b/translations/projects/Russian/filecomp.atp new file mode 100644 index 000000000..db29b82f5 --- /dev/null +++ b/translations/projects/Russian/filecomp.atp @@ -0,0 +1,245 @@ +[Files] +Original=$BUILD_DIR\plugins\filecomp\lang\english.slg +Translated=$BUILD_DIR\plugins\filecomp\lang\russian.slg +Include=..\..\symbols\plugins\filecomp\symbols.inc +SalMenu=..\..\symbols\plugins\filecomp\salmenu.mnu +IgnoreList=..\..\symbols\plugins\filecomp\ignore.lst +CheckList=..\..\symbols\plugins\filecomp\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640004=1 +00640006=1 +00640007=1 +00640008=1 +00640009=1 +00690000=1 +00690001=1 +00690003=1 +00690004=1 +00690009=1 +0069000a=1 +0069000b=1 +0069000c=1 +0069000d=1 +0069000e=1 +0069000f=1 +00690010=1 +00690011=1 +00690014=1 +00820000=1 +00820001=1 +00820003=1 +00820004=1 +00820005=1 +00820006=1 +00820008=1 +00820009=1 +0082000a=1 +0082000b=1 +0082000c=1 +0082000d=1 +00820012=1 +00820014=1 +00820015=1 +00820016=1 +00820017=1 +00820018=1 +00820019=1 +0082001a=1 +0082001b=1 +0082001c=1 +0082001d=1 +0082001e=1 +00820020=1 +00820022=1 +00820024=1 +00820025=1 +00820026=1 +008c0000=1 +008c0001=1 +008c0003=1 +008c0004=1 +008c0006=1 +008c0008=1 +008c000a=1 +008c000c=1 +008c000d=1 +008c000e=1 +008c0010=1 +008c0012=1 +008c0014=1 +00960000=1 +00960001=1 +00960003=1 +00960004=1 +00960005=1 +00960006=1 +00960008=1 +00960009=1 +0096000a=1 +0096000b=1 +0096000c=1 +0096000d=1 +00960012=1 +00960014=1 +00960015=1 +00960016=1 +00960017=1 +00960018=1 +00960019=1 +0096001a=1 +0096001b=1 +0096001c=1 +0096001d=1 +0096001e=1 +00960020=1 + +[MenusTranslation] +02580000=1 +02580001=1 +02580002=1 +02580004=1 +02580005=1 +02580006=1 +02580007=1 +02580008=1 +02580009=1 +0258000a=1 +0258000c=1 +0258000d=1 +0258000e=1 +0258000f=1 +02580011=1 +02580013=1 +02580014=1 +02580015=1 +02580016=1 +02580017=1 +02580018=1 +02580019=1 +0258001b=1 +0258001c=1 +0258001d=1 +0258001e=1 +02580020=1 +02590001=1 +02590002=1 +025a0001=1 +025a0002=1 +025b0001=1 +025b0002=1 +025b0004=1 +025b0005=1 +025c0001=1 +025c0002=1 + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +00000441=1 +00000442=1 +00000443=1 +00000444=1 +00000445=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000450=1 + +[Relayout] + diff --git a/translations/projects/Russian/ftp.atp b/translations/projects/Russian/ftp.atp new file mode 100644 index 000000000..cd5800344 --- /dev/null +++ b/translations/projects/Russian/ftp.atp @@ -0,0 +1,1482 @@ +[Files] +Original=$BUILD_DIR\plugins\ftp\lang\english.slg +Translated=$BUILD_DIR\plugins\ftp\lang\russian.slg +Include=..\..\symbols\plugins\ftp\symbols.inc +SalMenu=..\..\symbols\plugins\ftp\salmenu.mnu +IgnoreList=..\..\symbols\plugins\ftp\ignore.lst +CheckList=..\..\symbols\plugins\ftp\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +01f40000=1 +01f40001=1 +01f40002=1 +01f40003=1 +01f40005=1 +01f40006=1 +01f40007=1 +01f40008=1 +01f40009=1 +02080000=1 +02080002=1 +02080003=1 +02080005=1 +02080006=1 +02080007=1 +02080008=1 +0208000a=1 +0208000c=1 +0208000d=1 +0208000e=1 +02080010=1 +02080011=1 +02080013=1 +02080015=1 +02080016=1 +02080018=1 +0208001a=1 +0208001b=1 +0208001c=1 +0208001d=1 +0208001f=1 +02170000=1 +02170001=1 +02170002=1 +02170003=1 +02170004=1 +02170005=1 +02170006=1 +02210000=1 +02210001=1 +02210003=1 +02210004=1 +02210006=1 +02210007=1 +02210009=1 +0221000a=1 +0221000c=1 +0221000e=1 +0221000f=1 +02210011=1 +02210012=1 +02210014=1 +02300000=1 +02300002=1 +02300004=1 +02300007=1 +02300008=1 +0230000a=1 +0230000d=1 +0230000e=1 +0230000f=1 +02300010=1 +02300012=1 +02300013=1 +02300014=1 +02300015=1 +02300016=1 +02300017=1 +02300018=1 +02440000=1 +02440001=1 +02440003=1 +02440004=1 +02440006=1 +02440007=1 +02440009=1 +0244000b=1 +0244000d=1 +0244000f=1 +02440011=1 +02440012=1 +02440013=1 +02440014=1 +02440016=1 +02440018=1 +02440019=1 +0244001b=1 +0244001c=1 +0244001d=1 +0244001f=1 +02440021=1 +02440022=1 +02440023=1 +02440024=1 +02440025=1 +02440026=1 +02440027=1 +02440028=1 +02440029=1 +02580000=1 +02580003=1 +02580004=1 +02620000=1 +02620001=1 +02620004=1 +02620005=1 +026c0000=1 +026c0002=1 +026c0004=1 +026c0005=1 +02760000=1 +02760001=1 +02760003=1 +02760005=1 +02760007=1 +02760008=1 +0276000a=1 +0276000b=1 +0276000d=1 +02800000=1 +02800002=1 +02800003=1 +028a0000=1 +028a0001=1 +028a0003=1 +028a0004=1 +028a0006=1 +028a0008=1 +02940000=1 +029e0000=1 +029e0001=1 +029e0004=1 +029e0005=1 +029e0006=1 +029e0007=1 +029e0008=1 +029e0009=1 +02a80000=1 +02a80002=1 +02a80004=1 +02a80006=1 +02a80008=1 +02b70000=1 +02b70001=1 +02b70003=1 +02b70004=1 +02b70005=1 +02b70006=1 +02b70007=1 +02c60000=1 +02c60001=1 +02c60004=1 +02c60005=1 +02c60007=1 +02c60008=1 +02c60009=1 +02c6000a=1 +02c6000b=1 +02c6000d=1 +02c6000e=1 +02c6000f=1 +02c60010=1 +02d50000=1 +02d50001=1 +02d50003=1 +02d50005=1 +02d50007=1 +02d5000a=1 +02d5000c=1 +02d5000e=1 +02d5000f=1 +02d50010=1 +02e40000=1 +02e40001=1 +02e40003=1 +02e40004=1 +02e40005=1 +02e40006=1 +02e40008=1 +02e40009=1 +02ee0005=1 +02ee0007=1 +02ee0009=1 +02ee000c=1 +02ee000d=1 +02ee000f=1 +02ee0010=1 +02ee0011=1 +02ee0012=1 +02ee0014=1 +02ee0016=1 +02ee0018=1 +02ee0019=1 +02ee001a=1 +02ee001b=1 +02ee001c=1 +02ee001e=1 +02ee001f=1 +02ee0020=1 +02ee0021=1 +02ee0022=1 +030b0003=1 +030b0004=1 +030b0005=1 +030b0006=1 +03110000=1 +03110001=1 +03110002=1 +03110005=1 +031b0000=1 +031b0002=1 +031b0003=1 +031b0004=1 +031b0005=1 +031b0006=1 +031b0007=1 +031b0008=1 +031b0009=1 +031b000a=1 +031b000b=1 +031b000c=1 +031b000d=1 +031b000e=1 +031b000f=1 +031b0011=1 +031b0013=1 +031b0014=1 +031b0015=1 +031b0016=1 +031b0017=1 +031b0018=1 +031b0019=1 +031b001a=1 +032f0000=1 +032f0002=1 +032f0003=1 +032f0005=1 +032f0007=1 +032f0009=1 +032f000b=1 +032f000d=1 +032f000f=1 +032f0012=1 +032f0013=1 +032f0016=1 +032f0017=1 +032f0019=1 +032f001b=1 +033e0001=1 +033e0002=1 +033e0003=1 +033e0004=1 +033e0006=1 +033e0007=1 +033e0009=1 +033e000b=1 +033e000d=1 +033e000f=1 +03480001=1 +03480002=1 +03480003=1 +03480004=1 +03480005=1 +03480006=1 +03480008=1 +03480009=1 +0348000b=1 +0348000d=1 +0348000f=1 +03480011=1 +03490001=1 +03490002=1 +03490003=1 +03490004=1 +03490006=1 +03490007=1 +03490009=1 +0349000b=1 +0349000d=1 +0349000f=1 +034b0000=1 +034b0001=1 +034b0002=1 +034b0003=1 +034b0004=1 +034b0006=1 +034b0007=1 +034b0009=1 +034b000b=1 +034b000d=1 +034b000f=1 +034c0000=1 +034c0001=1 +034c0002=1 +034c0003=1 +034c0004=1 +034c0005=1 +034c0006=1 +034c0008=1 +034c0009=1 +034c000b=1 +034c000d=1 +034c000f=1 +034c0011=1 +034d0001=1 +034d0002=1 +034d0003=1 +034d0004=1 +034d0006=1 +034d0007=1 +034d0009=1 +034d000b=1 +034d000d=1 +034f0001=1 +034f0002=1 +034f0003=1 +034f0004=1 +034f0005=1 +034f0006=1 +034f0008=1 +034f0009=1 +034f000b=1 +034f000d=1 +034f000f=1 +03520000=1 +03520001=1 +03520002=1 +03520003=1 +03520004=1 +03520006=1 +03520007=1 +03520009=1 +03570000=1 +03570001=1 +03570002=1 +03570003=1 +03570004=1 +03570006=1 +03570007=1 +03570009=1 +0357000b=1 +0357000d=1 +03610000=1 +03610001=1 +03610002=1 +03610003=1 +03610004=1 +03610005=1 +03610006=1 +03610007=1 +03610008=1 +03610009=1 +0361000a=1 +0361000b=1 +0361000c=1 +0361000d=1 +0361000f=1 +03610010=1 +03610011=1 +03610012=1 +03610014=1 +03610015=1 +03610017=1 +03610019=1 +03660001=1 +03660002=1 +03660003=1 +03660004=1 +03660006=1 +03660007=1 +03660009=1 +03700001=1 +03700002=1 +03700003=1 +03700004=1 +03700006=1 +03700007=1 +03700009=1 +0370000b=1 +037a0001=1 +037a0002=1 +037a0003=1 +037a0004=1 +037a0006=1 +037a0007=1 +037a0009=1 +037a000b=1 +037a000d=1 +037a000f=1 +03800001=1 +03800002=1 +03800003=1 +03800004=1 +03800005=1 +03800006=1 +03800008=1 +03800009=1 +0380000b=1 +0380000d=1 +0380000f=1 +03800011=1 +03820001=1 +03820002=1 +03820003=1 +03820004=1 +03820006=1 +03820007=1 +03820009=1 +03840000=1 +03840001=1 +03840002=1 +03840003=1 +03840004=1 +03840005=1 +03840007=1 +03840008=1 +0384000a=1 +0384000c=1 +0384000e=1 +038e0000=1 +038e0001=1 +038e0002=1 +038e0003=1 +038e0004=1 +038e0005=1 +038e0006=1 +038e0007=1 +03930000=1 +03930002=1 +03930003=1 +03930005=1 +03930007=1 +03930009=1 +0393000b=1 +0393000d=1 +0393000f=1 +03980000=1 +03980001=1 +03980003=1 +03980005=1 +03980007=1 +03980009=1 +0398000b=1 +0398000e=1 +0398000f=1 +03980010=1 +03980011=1 +03980013=1 +03980014=1 +03980015=1 +03a20000=1 +03a20001=1 +03a20003=1 +03a20005=1 +03a20007=1 +03a20009=1 +03a2000b=1 +03a2000c=1 +03a2000e=1 +03a2000f=1 +03a20011=1 +03ac0000=1 +03ac0001=1 +03ac0002=1 +03ac0004=1 +03ac0006=1 +03ac0007=1 +03ac0008=1 + +[MenusTranslation] +044c0001=1 +044c0003=1 +044c0004=1 +044c0005=1 +044c0006=1 +044c0008=1 +044c0009=1 +044d0001=1 +044d0002=1 +044d0003=1 +044d0004=1 +044d0006=1 +044d0007=1 +044e0001=1 +044e0002=1 +044e0003=1 +044e0004=1 +044e0005=1 +044e0006=1 +044e0007=1 +044e0009=1 +044e000a=1 +044e000b=1 +044e000c=1 +044e000d=1 +044f0001=1 +044f0002=1 +044f0003=1 +04500001=1 +04500003=1 +04500005=1 +04500006=1 +04510000=1 +04510001=1 +04510002=1 +04510004=1 +04510005=1 +04510007=1 +04510008=1 +04510009=1 +0451000b=1 +0451000c=1 +0451000d=1 +0451000e=1 +0451000f=1 +04520001=1 +04520002=1 +04520003=1 +04520005=1 +04520006=1 +04530001=1 +04530002=1 +04530003=1 +04530004=1 +04530005=1 +04530007=1 +04530008=1 +0453000a=1 +0453000b=1 +04540001=1 +04540002=1 +04550001=1 +04550002=1 +04550003=1 +04550004=1 +04550006=1 +04550007=1 +04550008=1 +04550009=1 +0455000a=1 +0455000b=1 +0455000c=1 +0455000d=1 +0455000e=1 +0455000f=1 +04550010=1 +04550011=1 +04550012=1 +04550013=1 +04550014=1 +04550015=1 +04550016=1 +04550017=1 +04550018=1 +04550019=1 +0455001a=1 +0455001b=1 +0455001c=1 +0455001d=1 +0455001e=1 +0455001f=1 +04550020=1 +04550021=1 +04550022=1 +04550023=1 +04550024=1 +04550025=1 +04550026=1 +04550027=1 +04550028=1 +04550029=1 +0455002a=1 +0455002b=1 +0455002c=1 +0455002d=1 +0455002e=1 +04550030=1 +04550031=1 +04550032=1 +04550033=1 +04550034=1 +04550035=1 +04550036=1 +04550037=1 +04550038=1 +04550039=1 +0455003a=1 +0455003b=1 +0455003c=1 +0455003e=1 +04550040=1 +04550041=1 +04550042=1 +04550043=1 +04550045=1 +04560001=1 +04560002=1 +04560003=1 +04560005=1 +04560006=1 +04570001=1 +04570002=1 +04570003=1 +04580001=1 +04580002=1 +04580003=1 +04580004=1 +04590001=1 +04590002=1 +04590003=1 +045a0001=1 +045a0002=1 +045b0001=1 +045b0002=1 +045c0001=1 +045c0002=1 +045c0003=1 +045d0001=1 +045d0002=1 +045d0003=1 +045d0004=1 +045e0001=1 +045e0002=1 +045f0001=1 +045f0002=1 +045f0003=1 +045f0005=1 +045f0006=1 +04600001=1 +04600002=1 +04600004=1 +04600005=1 +04600006=1 +04600007=1 +04600008=1 +04600009=1 +0460000a=1 +0460000b=1 +0460000c=1 +0460000e=1 +04600010=1 +04600011=1 +04600012=1 +04600013=1 +04600015=1 +04610001=1 +04610002=1 +04610003=1 +04610004=1 +04620001=1 +04620002=1 +04630001=1 +04630002=1 +04630003=1 +04640001=1 +04640002=1 + +[StringsTranslation] +00002710=1 +00002715=1 +0000271a=1 +0000271b=1 +00002724=1 +0000272e=1 +00002738=1 +00002739=1 +0000273a=1 +0000273b=1 +00002742=1 +00002747=1 +0000274c=1 +00002751=1 +00002756=1 +00002757=1 +00002758=1 +0000275b=1 +0000275c=1 +0000275d=1 +0000275e=1 +0000276a=1 +0000276b=1 +0000276c=1 +0000276d=1 +0000276e=1 +0000276f=1 +00002770=1 +00002771=1 +00002772=1 +00002773=1 +00002774=1 +00002779=1 +0000277a=1 +0000277b=1 +0000277c=1 +0000277d=1 +0000277e=1 +0000277f=1 +00002780=1 +00002781=1 +00002782=1 +00002783=1 +00002784=1 +00002785=1 +00002786=1 +00002787=1 +00002788=1 +00002789=1 +0000278a=1 +0000278b=1 +0000278c=1 +0000278d=1 +0000278e=1 +0000278f=1 +00002790=1 +00002791=1 +00002792=1 +00002795=1 +00002796=1 +00002797=1 +00002798=1 +0000279a=1 +0000279c=1 +0000279d=1 +0000279e=1 +0000279f=1 +000027a1=1 +000027a4=1 +000027a6=1 +000027a7=1 +000027a8=1 +000027a9=1 +000027ab=1 +000027ac=1 +000027b0=1 +000027b5=1 +000027b6=1 +000027ba=1 +000027bb=1 +000027bc=1 +000027bd=1 +000027be=1 +000027bf=1 +000027c0=1 +000027c1=1 +000027c2=1 +000027c3=1 +000027c4=1 +000027c5=1 +000027ce=1 +000027cf=1 +000027d0=1 +000027d1=1 +000027d2=1 +000027d3=1 +000027d4=1 +000027d5=1 +000027d6=1 +000027d7=1 +000027d8=1 +000027d9=1 +000027da=1 +000027db=1 +000027dc=1 +000027dd=1 +000027de=1 +000027df=1 +000027e0=1 +000027e1=1 +000027e2=1 +000027e3=1 +000027e4=1 +000027ec=1 +000027ed=1 +000027ee=1 +000027ef=1 +000027f0=1 +000027f1=1 +000027f2=1 +000027f3=1 +000027f4=1 +000027f5=1 +000027f6=1 +000027f7=1 +000027f8=1 +000027f9=1 +000027fa=1 +000027fb=1 +000027fc=1 +000027fd=1 +000027fe=1 +000027ff=1 +00002800=1 +00002803=1 +00002804=1 +00002805=1 +00002806=1 +00002807=1 +00002808=1 +0000280a=1 +0000280f=1 +00002810=1 +00002811=1 +00002812=1 +00002813=1 +0000283c=1 +0000283d=1 +0000283e=1 +0000283f=1 +00002841=1 +00002846=1 +00002847=1 +00002848=1 +00002849=1 +0000284a=1 +0000284b=1 +0000284c=1 +00002850=1 +00002855=1 +00002856=1 +00002857=1 +00002858=1 +00002859=1 +0000285a=1 +0000285b=1 +0000285c=1 +0000285d=1 +00002864=1 +00002865=1 +00002866=1 +00002867=1 +00002868=1 +0000286e=1 +0000286f=1 +00002870=1 +00002871=1 +00002872=1 +00002873=1 +00002874=1 +00002875=1 +00002876=1 +00002877=1 +00002878=1 +00002879=1 +0000287a=1 +0000287b=1 +0000287c=1 +0000287d=1 +0000287e=1 +0000287f=1 +00002880=1 +00002881=1 +00002882=1 +00002883=1 +00002884=1 +00002885=1 +00002886=1 +0000288c=1 +0000288d=1 +0000288e=1 +0000288f=1 +00002890=1 +00002891=1 +00002892=1 +00002893=1 +00002896=1 +00002897=1 +00002898=1 +00002899=1 +0000289a=1 +0000289b=1 +0000289c=1 +0000289d=1 +0000289e=1 +0000289f=1 +000028a0=1 +000028a1=1 +000028a2=1 +000028a3=1 +000028a4=1 +000028aa=1 +000028ab=1 +000028ac=1 +000028ad=1 +000028b4=1 +000028b5=1 +000028b6=1 +000028b7=1 +000028b8=1 +000028b9=1 +000028ba=1 +000028bb=1 +000028bc=1 +000028bd=1 +000028c1=1 +000028c2=1 +000028c3=1 +000028c4=1 +000028c5=1 +000028c8=1 +000028c9=1 +000028ca=1 +000028cb=1 +000028d2=1 +000028d3=1 +000028d4=1 +000028d5=1 +000028d6=1 +000028d7=1 +000028d8=1 +000028d9=1 +000028da=1 +000028db=1 +000028dc=1 +000028dd=1 +000028de=1 +000028df=1 +000028e0=1 +000028e1=1 +000028e2=1 +000028e6=1 +000028e7=1 +000028e8=1 +000028e9=1 +000028ea=1 +000028eb=1 +000028ec=1 +000028ed=1 +000028ee=1 +000028f0=1 +000028f1=1 +000028f2=1 +000028f3=1 +000028f4=1 +000028f5=1 +000028fa=1 +000028fb=1 +000028fc=1 +000028fd=1 +000028fe=1 +000028ff=1 +00002900=1 +00002901=1 +00002902=1 +00002903=1 +00002904=1 +00002905=1 +00002906=1 +00002907=1 +00002908=1 +00002909=1 +0000290a=1 +0000290b=1 +0000290c=1 +0000290d=1 +0000290e=1 +0000290f=1 +00002910=1 +00002911=1 +00002912=1 +00002913=1 +00002914=1 +00002915=1 +00002916=1 +00002917=1 +00002918=1 +00002919=1 +0000291a=1 +0000291b=1 +0000291c=1 +0000291d=1 +0000291e=1 +0000292c=1 +0000292d=1 +0000292e=1 +0000292f=1 +00002930=1 +00002931=1 +00002932=1 +00002933=1 +00002934=1 +00002935=1 +00002936=1 +00002937=1 +00002938=1 +00002939=1 +0000293a=1 +0000293b=1 +0000293c=1 +0000293d=1 +0000293e=1 +0000293f=1 +00002940=1 +00002941=1 +00002942=1 +00002943=1 +00002944=1 +00002945=1 +00002946=1 +00002947=1 +00002948=1 +0000294a=1 +0000294b=1 +0000294c=1 +0000294d=1 +0000294e=1 +0000294f=1 +00002950=1 +00002953=1 +0000295e=1 +0000295f=1 +00002960=1 +00002961=1 +00002962=1 +00002963=1 +00002964=1 +00002965=1 +00002966=1 +00002967=1 +00002972=1 +00002973=1 +00002974=1 +00002975=1 +00002976=1 +00002977=1 +00002978=1 +00002979=1 +0000297a=1 +0000297b=1 +0000297c=1 +0000297d=1 +00002981=1 +00002982=1 +00002983=1 +00002984=1 +00002985=1 +00002986=1 +00002987=1 +0000298b=1 +0000298c=1 +0000298d=1 +0000298e=1 +0000298f=1 +00002990=1 +00002995=1 +00002996=1 +00002997=1 +00002998=1 +00002999=1 +0000299a=1 +0000299b=1 +0000299c=1 +0000299d=1 +0000299e=1 +0000299f=1 +000029a0=1 +000029a1=1 +000029a2=1 +000029a3=1 +000029a4=1 +000029a5=1 +000029a6=1 +000029a7=1 +000029a8=1 +000029a9=1 +000029aa=1 +000029ab=1 +000029ac=1 +000029ad=1 +000029ae=1 +000029af=1 +000029b0=1 +000029b1=1 +000029b2=1 +000029b8=1 +000029bd=1 +000029be=1 +000029bf=1 +000029c0=1 +000029c1=1 +000029c2=1 +000029c7=1 +000029cc=1 +000029cd=1 +000029d6=1 +000029d7=1 +000029d8=1 +000029d9=1 +000029da=1 +000029db=1 +000029dc=1 +000029dd=1 +000029e0=1 +000029e1=1 +000029e2=1 +000029e3=1 +000029e7=1 +000029ea=1 +000029eb=1 +000029ec=1 +000029ed=1 +000029ee=1 +000029f4=1 +000029f5=1 +000029f6=1 +000029f7=1 +000029fe=1 +000029ff=1 +00002a00=1 +00002a01=1 +00002a02=1 +00002a03=1 +00002a04=1 +00002a05=1 +00002a06=1 +00002a07=1 +00002a10=1 +00002a12=1 +00002a13=1 +00002a14=1 +00002a15=1 +00002a16=1 +00002a17=1 +00002a18=1 +00002a19=1 +00002a1a=1 +00002a1b=1 +00002a1c=1 +00002a1d=1 +00002a1e=1 +00002a21=1 +00002a22=1 +00002a23=1 +00002a2b=1 +00002a2c=1 +00002a30=1 +00002a31=1 +00002a32=1 +00002a33=1 +00002a34=1 +00002a35=1 +00002a36=1 +00002a37=1 +00002a3a=1 +00002a3b=1 +00002a3c=1 +00002a3d=1 +00002a3e=1 +00002a3f=1 +00002a40=1 +00002a41=1 +00002a42=1 +00002a43=1 +00002a44=1 +00002a45=1 +00002a46=1 +00002a47=1 +00002a48=1 +00002a49=1 +00002a4a=1 +00002a4b=1 +00002a4c=1 +00002a4d=1 +00002a4e=1 +00002a53=1 +00002a54=1 +00002a55=1 +00002a56=1 +00002a57=1 +00002a58=1 +00002a59=1 +00002a5a=1 +00002a5b=1 +00002a5c=1 +00002a5d=1 +00002a5e=1 +00002a5f=1 +00002a60=1 +00002a61=1 +00002a62=1 +00002a63=1 +00002a64=1 +00002a65=1 +00002a66=1 +00002a67=1 +00002a68=1 +00002a69=1 +00002a6a=1 +00002a6b=1 +00002a6c=1 +00002a6d=1 +00002a6e=1 +00002a6f=1 +00002a70=1 +00002a71=1 +00002a72=1 +00002a73=1 +00002a76=1 +00002a77=1 +00002a78=1 +00002a79=1 +00002a7a=1 +00002a7b=1 +00002a7c=1 +00002a7d=1 +00002a7e=1 +00002a7f=1 +00002a80=1 +00002a81=1 +00002a8a=1 +00002a8b=1 +00002a8c=1 +00002a8d=1 +00002a8e=1 +00002a8f=1 +00002a90=1 +00002a9e=1 +00002a9f=1 +00002aa0=1 +00002aa1=1 +00002aa2=1 +00002aa5=1 +00002aa8=1 +00002aa9=1 +00002aaa=1 +00002aab=1 +00002aac=1 +00002aad=1 +00002ab2=1 +00002ab7=1 +00002ab8=1 +00002ab9=1 +00002aba=1 +00002abb=1 +00002ac6=1 +00002ac7=1 +00002ac8=1 +00002ac9=1 +00002aca=1 +00002acb=1 +00002acc=1 +00002ad5=1 +00002ad6=1 +00002ad7=1 +00002adf=1 +00002ae0=1 +00002ae9=1 +00002aea=1 +00002aeb=1 +00002aec=1 +00002aed=1 +00002aee=1 +00002aef=1 +00002af0=1 +00002af1=1 +00002af2=1 +00002af3=1 +00002af4=1 +00002af5=1 +00002af6=1 +00002af7=1 +00002af8=1 +00002af9=1 +00002afa=1 +00002afb=1 +00002afc=1 +00002afd=1 +00002afe=1 +00002aff=1 +00002b00=1 +00002b01=1 +00002b02=1 +00002b03=1 +00002b04=1 +00002b05=1 +00002b06=1 +00002b07=1 +00002b08=1 +00002b0c=1 +00002b0d=1 +00002b0e=1 +00002b0f=1 +00002b11=1 +00002b12=1 +00002b16=1 +00002b17=1 +00002b18=1 +00002b19=1 +00002b1a=1 +00002b1b=1 +00002b1f=1 +00002b20=1 +00002b21=1 +00002b2a=1 +00002b2b=1 +00002b2c=1 +00002b2d=1 +00002b2e=1 +00002b34=1 +00002b39=1 +00002b3e=1 +00002b3f=1 +00002b40=1 +00002b41=1 +00002b42=1 +00002b4d=1 +00002b4e=1 +00002b4f=1 +00002b5c=1 +00002b5d=1 +00002b5e=1 +00002b5f=1 +00002b60=1 +00002b61=1 +00002b62=1 +00002b63=1 +00002b64=1 +00002b65=1 +00002b66=1 +00002b67=1 +00002b68=1 +00002b69=1 +00002b6a=1 +00002b6b=1 +00002b6c=1 +00002b6d=1 +00002b6e=1 +00002b6f=1 +00002b70=1 +00002b71=1 +00002b72=1 +00002b73=1 +00002b74=1 +00002b75=1 +00002b76=1 +00002b8e=1 +00002b8f=1 +00002b90=1 +00002b91=1 +00002b92=1 +00002b93=1 +00002b94=1 +00002ba2=1 +00002ba3=1 +00002ba4=1 +00002ba5=1 +00002bac=1 +00002bad=1 +00002bb6=1 +00002bb7=1 +00002bb8=1 +00002bb9=1 +00002bba=1 +00002bbb=1 +00002bbc=1 +00002bbd=1 +00002bbe=1 +00002bbf=1 +00002bc0=1 +00002bc1=1 +00002bc2=1 +00002bc3=1 +00002bc4=1 +00002bc5=1 +00002bc6=1 +00002bc7=1 +00002bd4=1 +00002bd5=1 +00002bd6=1 +00002bd7=1 +00002bd8=1 +00002bd9=1 +00002bda=1 +00002bdb=1 +00002bde=1 +00002bdf=1 +00002be0=1 +00002be1=1 +00002be2=1 +00002be3=1 +00002be8=1 +00002bed=1 +00002bee=1 +00002bef=1 +00002bf0=1 +00002bf7=1 +00002bf8=1 +00002bf9=1 +00002c01=1 +00002c02=1 +00002c03=1 +00002c04=1 +00002c0b=1 +00002c0c=1 +00002c0d=1 +00002c0e=1 +00002c0f=1 +00002c10=1 +00002c11=1 +00002c12=1 +00002c13=1 +00002c14=1 +00002c15=1 +00002c1a=1 +00002c1b=1 +00002c1c=1 +00002c1d=1 +00002c1e=1 +00002c1f=1 +00002c20=1 +00002c24=1 +00002c25=1 +00002c26=1 +00002c27=1 +00002c28=1 +00002c29=1 +00002c2a=1 +00002c2b=1 +00002c38=1 +00002c39=1 +00002c3d=1 +00002c3e=1 +00002c42=1 +00002c43=1 +00002c44=1 +00002c45=1 +00002c46=1 +00002c47=1 +00002c48=1 +00002c49=1 +00002c4a=1 +00002c4b=1 +00002c4c=1 +00002c4e=1 +00002c4f=1 +00002c50=1 +00002c51=1 +00002c52=1 +00002c53=1 +00002c54=1 +00002c55=1 +00002c56=1 +00002c5e=1 +00002c5f=1 +00002c60=1 +00002c61=1 +00002c62=1 +00002c63=1 +00002c6a=1 +00002c6b=1 +00002c6c=1 +00002c6d=1 +00002c6e=1 +00002c74=1 +00002c79=1 +00002c7a=1 +00002c7b=1 +00002c7e=1 +00002c83=1 +00002c84=1 +00002c86=1 +00002c87=1 +00002c88=1 +00002c89=1 + +[Relayout] + diff --git a/translations/projects/Russian/ieviewer.atp b/translations/projects/Russian/ieviewer.atp new file mode 100644 index 000000000..486e7d9a0 --- /dev/null +++ b/translations/projects/Russian/ieviewer.atp @@ -0,0 +1,25 @@ +[Files] +Original=$BUILD_DIR\plugins\ieviewer\lang\english.slg +Translated=$BUILD_DIR\plugins\ieviewer\lang\russian.slg +Include=..\..\symbols\plugins\ieviewer\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +00002774=1 +00002775=0 +00002776=1 +00002777=1 +00002779=1 + +[Relayout] + diff --git a/translations/projects/Russian/mmviewer.atp b/translations/projects/Russian/mmviewer.atp new file mode 100644 index 000000000..0f7a42f65 --- /dev/null +++ b/translations/projects/Russian/mmviewer.atp @@ -0,0 +1,233 @@ +[Files] +Original=$BUILD_DIR\plugins\mmviewer\lang\english.slg +Translated=$BUILD_DIR\plugins\mmviewer\lang\russian.slg +Include=..\..\symbols\plugins\mmviewer\symbols.inc +SalMenu=..\..\symbols\plugins\mmviewer\salmenu.mnu +CheckList=..\..\symbols\plugins\mmviewer\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +29040000=1 +29040001=1 +29040003=1 +29040004=1 +29040006=1 +29040007=1 +29040008=1 +29040009=1 +2904000a=1 +2904000b=1 +2904000c=1 +2904000d=1 +2904000e=1 + +[MenusTranslation] + +[StringsTranslation] +00002b5c=1 +00002b5d=1 +00002b5e=1 +00002b5f=1 +00002b60=1 +00002b61=1 +00002b62=1 +00002b63=1 +00002b66=1 +00002b67=1 +00002b70=1 +00002b73=1 +00002b74=1 +00002b75=1 +00002b76=1 +00002b77=1 +00002b78=1 +00002b79=1 +00002b7a=1 +00002b7b=1 +00002b7c=1 +00002bc0=1 +00002bc1=1 +00002bc2=1 +00002bc4=1 +00002bc5=1 +00002bc6=1 +00002bc7=1 +00002bc8=1 +00002bc9=1 +00002bca=1 +00002bcb=1 +00002bde=1 +00002be0=1 +00002c06=1 +00002c07=1 +00002c10=1 +00002c11=1 +00002c1a=1 +00002cec=1 +00002ced=1 +00002cee=1 +00002cef=1 +00002cf0=1 +00002cf1=1 +00002cf2=1 +00002cf3=1 +00002ee1=1 +00002ee2=1 +00002ee9=1 +00002eea=1 +00002eeb=1 +00002eec=1 +00002eed=1 +00002eee=1 +00002eef=1 +00002ef0=1 +00002ef1=1 +00002ef2=1 +00002ef3=1 +00002ef4=1 +00002ef5=1 +00002ef6=1 +00002ef7=1 +00002ef8=1 +00002ef9=1 +00002efa=1 +00002efb=1 +00002efc=1 +00002efd=1 +00002f44=1 +00002f45=1 +00002f46=1 +00002f47=1 +00002f48=1 +00002f49=1 +00002f4a=1 +00002f4b=1 +00002f4c=1 +00002f4d=1 +00002f4e=1 +00002f4f=1 +00002f50=1 +00002f51=1 +00002f52=1 +00002f53=1 +00002f54=1 +00002f55=1 +00002f56=1 +00002f57=1 +00002f58=1 +00002f59=1 +00002f5a=1 +00002f5b=1 +00002f5c=1 +00002f5d=1 +00002f5e=1 +00002f5f=1 +00002f60=1 +00002f61=1 +00002f62=1 +00002fa8=1 +00002fa9=1 +00002faa=1 +00002fab=1 +00002fac=1 +0000300c=1 +0000300d=1 +0000300e=1 +0000300f=1 +00003010=1 +00003011=1 +00003012=1 +00003013=1 +00003014=1 +00003015=1 +00003016=1 +00003017=1 +00003018=1 +00003019=1 +0000301a=1 +0000301b=1 +0000301c=1 +0000301d=1 +0000301e=1 +0000301f=1 +00003020=1 +00003021=1 +00003022=1 +00003023=1 +00003024=1 +00003025=1 +00003026=1 +00003027=1 +00003070=1 +00003071=1 +00003072=1 +00003073=1 +00003074=1 +00003075=1 +00003076=1 +00003077=1 +000030d5=1 +000030d6=1 +000030d7=1 +000030d8=1 +000030d9=1 +000030da=1 +000030db=1 +000030dc=1 +000030dd=1 +000030de=1 +000030df=1 +000030e0=1 +000030e1=1 +000030e2=1 +000030e3=1 +000030e4=1 +000030e5=1 +000030e6=1 +000030e7=1 +000030e8=1 +000030e9=1 +000030ea=1 +000030eb=1 +000030ec=1 +000030ed=1 +000030ee=1 +000030ef=1 +000030f0=1 +000030f1=1 +000030f2=1 +000030f3=1 +000030f4=1 +000030f5=1 +000030f6=1 +000030f7=1 +000030f8=1 +000030f9=1 +000030fa=1 +000030fb=1 +000030fc=1 +000030fd=1 +000030fe=1 +00003138=1 +00003139=1 +0000313a=1 +0000313b=1 +0000313c=1 +0000313d=1 +0000313e=1 +0000313f=1 +00003140=1 +00003141=1 +00003142=1 +00003143=1 +00003144=1 +00003145=1 + +[Relayout] + diff --git a/translations/projects/Russian/nethood.atp b/translations/projects/Russian/nethood.atp new file mode 100644 index 000000000..da17803d0 --- /dev/null +++ b/translations/projects/Russian/nethood.atp @@ -0,0 +1,42 @@ +[Files] +Original=$BUILD_DIR\plugins\nethood\lang\english.slg +Translated=$BUILD_DIR\plugins\nethood\lang\russian.slg +Include=..\..\symbols\plugins\nethood\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00660000=1 +00660001=1 +00660002=1 +00660003=1 +00660004=1 +00660005=1 +00660006=1 +00660008=1 +00660009=1 +0066000a=1 + +[MenusTranslation] + +[StringsTranslation] +00000080=1 +00000081=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 + +[Relayout] + diff --git a/translations/projects/Russian/pak.atp b/translations/projects/Russian/pak.atp new file mode 100644 index 000000000..42bf83b82 --- /dev/null +++ b/translations/projects/Russian/pak.atp @@ -0,0 +1,70 @@ +[Files] +Original=$BUILD_DIR\plugins\pak\lang\english.slg +Translated=$BUILD_DIR\plugins\pak\lang\russian.slg +Include=..\..\symbols\plugins\pak\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640005=1 +00640008=1 +00640009=1 + +[MenusTranslation] + +[StringsTranslation] +000001f4=1 +000001f5=1 +000001f6=1 +000001f7=1 +000001f8=1 +000001f9=1 +000001fa=1 +000001fb=1 +000001fc=1 +000001fd=1 +000001fe=1 +000001ff=1 +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 + +[Relayout] + diff --git a/translations/projects/Russian/peviewer.atp b/translations/projects/Russian/peviewer.atp new file mode 100644 index 000000000..caab334d8 --- /dev/null +++ b/translations/projects/Russian/peviewer.atp @@ -0,0 +1,37 @@ +[Files] +Original=$BUILD_DIR\plugins\peviewer\lang\english.slg +Translated=$BUILD_DIR\plugins\peviewer\lang\russian.slg +Include=..\..\symbols\plugins\peviewer\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +21350000=1 +21350001=1 +21350003=1 +21350004=1 +21350005=1 +21350007=1 +21350008=1 +21350009=1 +2135000a=1 +2135000b=1 + +[MenusTranslation] + +[StringsTranslation] +000003f8=1 +00002774=1 +00002775=1 +00002776=1 +00002777=1 +00002778=1 +00002786=1 + +[Relayout] + diff --git a/translations/projects/Russian/pictview.atp b/translations/projects/Russian/pictview.atp new file mode 100644 index 000000000..ad095d962 --- /dev/null +++ b/translations/projects/Russian/pictview.atp @@ -0,0 +1,590 @@ +[Files] +Original=$BUILD_DIR\plugins\pictview\lang\english.slg +Translated=$BUILD_DIR\plugins\pictview\lang\russian.slg +Include=..\..\symbols\plugins\pictview\symbols.inc +SalMenu=..\..\symbols\plugins\pictview\salmenu.mnu +IgnoreList=..\..\symbols\plugins\pictview\ignore.lst +CheckList=..\..\symbols\plugins\pictview\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +07d00000=1 +07d00001=1 +07d00003=1 +07d00005=1 +07d00006=1 +07d00007=1 +07d00008=1 +07d00009=1 +07d0000a=1 +07d0000b=1 +07e40000=1 +07e40001=1 +07e40002=1 +07e40003=1 +07e40004=1 +07e40005=1 +07e40006=1 +07e40007=1 +07e40008=1 +07e40009=1 +07e4000a=1 +07f80000=1 +07f80001=1 +07f80002=1 +07f80003=1 +07f80005=1 +07f80007=1 +07f80008=1 +07f80009=1 +07f8000a=1 +080c0000=1 +080c0001=1 +080c0002=1 +080c0003=1 +08160000=1 +08160001=1 +08160002=1 +08160003=1 +08160004=1 +08160005=1 +08160006=1 +08160007=1 +08160009=1 +0816000b=1 +08200000=1 +08200001=1 +08200002=1 +08200004=1 +08200006=1 +08200007=1 +08200009=1 +08340000=1 +08340001=1 +08340002=1 +08340003=1 +08340005=1 +08340007=1 +08340009=1 +0834000b=1 +0834000d=1 +0834000f=1 +08340011=1 +08340013=1 +08340015=1 +08480000=1 +08480003=1 +08480004=1 +08480005=1 +08480006=1 +08480007=1 +08480008=1 +08520000=1 +08520001=1 +08520003=1 +08520004=1 +08520005=1 +085c0000=1 +085c0001=1 +085c0003=1 +085c0004=1 +08660000=1 +08660001=1 +08660002=1 +08660003=1 +08660004=1 +08660005=1 +08660006=1 +08660007=1 +08660008=1 +08660009=1 +0866000c=1 +0866000d=1 +0866000f=1 +08660010=1 +08660011=1 +087a0000=1 +087a0003=1 +087a0004=1 +08840000=1 +08840001=1 +08840004=1 +08840007=1 +08840008=1 +08840009=1 +08fc0001=1 +08fc0003=1 +08fc0004=1 +08fc0006=1 +08fc0008=1 +08fc000a=1 +08fc000b=1 +08fc000d=1 +08fc000e=1 +08fc000f=1 +08fc0010=1 +08fc0011=1 +08fc0013=1 +08fc0014=1 +08fc0016=1 +08fc0017=1 +08fc0018=1 +08fc001a=1 +09600000=1 +09600001=1 +09600002=1 +09600003=1 +09600004=1 +09600005=1 +09600007=1 +09600009=1 +0960000b=1 +0960000d=1 +0960000f=1 +09600010=1 +09600011=1 +09600012=1 +09c40000=1 +09c40002=1 +09c40004=1 +09c40005=1 +09c40006=1 +09c40009=1 +09c4000c=1 +09c4000d=1 +09c4000e=1 +09c40010=1 +09c40011=1 +09c40012=1 +09c40013=1 +09c40016=1 +09c40019=1 +09c4001a=1 +09c4001b=1 +09c4001c=1 +09c4001d=1 +09e20000=1 +09e20001=1 + +[MenusTranslation] + +[StringsTranslation] +000001f4=1 +000001f5=1 +000001f6=1 +000001f7=1 +000001f8=1 +000001f9=1 +000001fa=1 +000001fb=1 +000001fc=1 +000001fd=1 +000001fe=1 +000001ff=1 +00000200=1 +00000201=1 +00000202=1 +00000203=1 +00000204=1 +00000205=1 +00000206=1 +00000207=1 +00000208=1 +00000209=1 +0000020a=1 +0000020b=1 +0000020c=1 +0000020d=1 +0000020e=1 +0000020f=1 +00000210=1 +00000211=1 +00000212=1 +00000213=1 +00000214=1 +00000215=1 +00000216=1 +00000217=1 +0000021d=1 +0000021e=1 +0000021f=1 +00000220=1 +00000221=1 +00000226=1 +00000227=1 +00000228=1 +00000230=1 +00000231=1 +00000232=1 +00000233=1 +00000234=1 +00000235=1 +00000236=1 +00000237=1 +00000238=1 +00000239=1 +0000023a=1 +00000244=1 +00000245=1 +00000246=1 +00000247=1 +00000248=1 +00000249=1 +0000024e=1 +0000024f=1 +00000250=1 +00000251=1 +00000254=1 +00000262=1 +00000263=1 +00000264=1 +00000265=1 +00000266=1 +00000267=1 +000003e7=1 +000003e8=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +00000418=1 +00000419=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +00000441=1 +00000442=1 +00000443=1 +00000444=1 +00000445=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +00000455=1 +00000456=1 +00000457=1 +00000458=1 +00000459=1 +0000045a=1 +0000045b=1 +0000045c=1 +0000045d=1 +0000045e=1 +0000045f=1 +00000460=1 +00000461=1 +00000462=1 +00000469=1 +0000046a=1 +0000046b=1 +0000046c=1 +0000046d=1 +00000474=1 +00000475=1 +00000476=1 +00000477=1 +00000479=1 +0000047a=1 +0000047b=1 +0000047c=1 +00000488=1 +00000489=1 +0000048a=1 +0000048b=1 +0000048c=1 +00000492=1 +00000898=1 +00000899=1 +0000089a=1 +0000089b=1 +0000089c=1 +0000089d=1 +0000089e=1 +0000089f=1 +000008a0=1 +000008a1=1 +000008a2=1 +000008a3=1 +000008a4=1 +000008a5=1 +000008a6=1 +000008a7=1 +000008a8=1 +000008a9=1 +000008aa=1 +000008ab=1 +000008ac=1 +000008ad=1 +000008ae=1 +000008af=1 +000008b0=1 +000008b5=1 +000008b6=1 +000008b7=1 +000008b8=1 +000008b9=1 +000008ba=1 +000008bb=1 +000008bc=1 +000008bd=1 +000008be=1 +000008bf=1 +000008c0=1 +000008c1=1 +000008c2=1 +000008c3=1 +000008c4=1 +000008c5=1 +000008c6=1 +000008c7=1 +000008c8=1 +000008c9=1 +000008ca=1 +000008cb=1 +000008e8=1 +000008e9=1 +000008ea=1 +000008eb=1 +000008ec=1 +000008f2=1 +000008f3=1 +000008f4=1 +000008f5=1 +000008f6=1 +000008f7=1 +000008f8=1 +00000902=1 +00000903=1 +00000fa3=1 +00000fa4=1 +00000fa6=1 +00000fa7=1 +00000fa9=1 +00000faf=1 +00000fb1=1 +00000fb3=1 +00000fb5=1 +00000fbb=1 +00000fbc=1 +00000fbd=1 +00000fbe=1 +00000fc5=1 +00000fc6=1 +00000fc7=1 +00000fca=1 +00000fcb=1 +00000fcc=1 +00000fd1=1 +00000fd4=1 +00000fd8=1 +00000fd9=1 +00000fda=1 +00000fdb=1 +00000fdf=1 +00000fe0=1 +00000fe1=1 +00000fe2=1 +00000fe3=1 +00000fe4=1 +00000fe5=1 +00000fe7=1 +00000fe9=1 +00000fea=1 +00000feb=1 +00000fec=1 +00000fed=1 +00000fee=1 +00000fef=1 +00000ff0=1 +00000ff1=1 +00000ff2=1 +00000ff3=1 +00000ff4=1 +00000ff5=1 +00000ff6=1 +00000ff7=1 +00000ff8=1 +00000ff9=1 +00000ffa=1 +00000ffb=1 +00000ffc=1 +00000ffd=1 +00000ffe=1 +00001000=1 +00001001=1 +00001003=1 +00001004=1 +00001006=1 +0000100b=1 +0000100c=1 +0000100f=1 +00001010=1 +00001013=1 +00001015=1 +00001017=1 +00001018=1 +00001019=1 +0000101a=1 +0000101b=1 +0000101c=1 +0000101d=1 +0000101e=1 +00001022=1 +00001045=1 +00001054=1 +00001063=1 +0000106d=1 +0000106e=1 +0000106f=1 +00001071=1 +00001072=1 +0000107b=1 +0000107c=1 +0000107f=1 +00001080=1 +00001088=1 +0000108c=1 +00001091=1 +00001092=1 +00001093=1 +00001094=1 +00001095=1 +00001096=1 +00001098=1 +0000109a=1 +0000109c=1 +0000109d=1 +0000109e=1 +000010a1=1 +000010a3=1 +000010a4=1 +000010a5=1 +000010a6=1 +000010a7=1 +000010a8=1 +000010a9=1 +000010aa=1 +000010ad=1 +000010ae=1 +000010af=1 +000010b8=1 +000010b9=1 +000010be=1 +000010bf=1 +000010c8=1 +000010c9=1 +000010ca=1 +000010cb=1 +000010cc=1 +000010cd=1 +000010ce=1 +000010cf=1 +000010d3=1 +000010d4=1 +000010d5=1 +000010d6=1 +000010d9=1 +000010db=1 +000010df=1 +000010e2=1 +000010e3=1 +000010e4=1 +000010e6=1 +000010e9=1 +000010ea=1 +000010eb=1 +000010ec=1 +000010f4=1 +000010f8=1 +000010f9=1 +000010fa=1 +000010fb=1 +00001142=1 + +[Relayout] + diff --git a/translations/projects/Russian/regedt.atp b/translations/projects/Russian/regedt.atp new file mode 100644 index 000000000..e746e842f --- /dev/null +++ b/translations/projects/Russian/regedt.atp @@ -0,0 +1,238 @@ +[Files] +Original=$BUILD_DIR\plugins\regedt\lang\english.slg +Translated=$BUILD_DIR\plugins\regedt\lang\russian.slg +Include=..\..\symbols\plugins\regedt\symbols.inc +SalMenu=..\..\symbols\plugins\regedt\salmenu.mnu +IgnoreList=..\..\symbols\plugins\regedt\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640004=1 +00640005=1 +006e0000=1 +006e0001=1 +006e0003=1 +006e0004=1 +006e0006=1 +006e0007=1 +00780000=1 +00780002=1 +00780003=1 +00780004=1 +00780005=1 +00780006=1 +00780007=1 +00780009=1 +0078000b=1 +00820003=1 +00820004=1 +00820005=1 +00870000=1 +00870001=1 +00870003=1 +00870004=1 +00870006=1 +00870007=1 +00870008=1 +00870009=1 +0087000a=1 +0087000b=1 +0087000c=1 +0087000d=1 +0087000e=1 +0087000f=1 +00870010=1 +00870011=1 +00870012=1 +00870014=1 +00870015=1 +00870017=1 +00870018=1 +00a50000=1 +00a50001=1 +00a50003=1 +00a50005=1 +00a50006=1 +00a50007=1 +00a50008=1 +00a60000=1 +00a60001=1 +00a60002=1 +00a60005=1 +00a60008=1 +00a6000c=1 +00a6000d=1 +00af0003=1 +00af0004=1 +00b10000=1 +00b10001=1 +00b10003=1 +00b10005=1 +00b10006=1 +00b10007=1 + +[MenusTranslation] + +[StringsTranslation] +000000b0=1 +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fe=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000418=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +00000441=1 +00000442=1 +00000443=1 +00000444=1 +00000445=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000451=1 +00000453=1 +00000454=1 +00000455=1 +00000456=1 +00000457=1 +00000458=1 +00000459=1 +0000045a=1 +0000045b=1 +0000045c=1 +0000045d=1 +0000045e=1 +0000045f=1 +00000460=1 +00000461=1 +00000462=1 +00000463=1 +00000464=1 +00000465=1 +00000466=1 +00000467=1 +00000468=1 +00000469=1 +0000046a=1 +0000046b=1 +0000046c=1 +0000046d=1 +0000046e=1 +0000046f=1 +00000470=1 +00000471=1 +00000472=1 +00000473=1 +00000474=1 +00000475=1 +00000476=1 +00000477=1 +00000478=1 +00000479=1 +0000047a=1 +0000047b=1 +0000047c=1 +0000047d=1 +0000047e=1 +0000047f=1 +00000480=1 +00000481=1 +00000482=1 +00000486=1 +00000487=1 +00000488=1 +00000489=1 +0000048a=1 +0000048b=1 +0000048c=1 +0000048d=1 + +[Relayout] + diff --git a/translations/projects/Russian/renamer.atp b/translations/projects/Russian/renamer.atp new file mode 100644 index 000000000..182fec915 --- /dev/null +++ b/translations/projects/Russian/renamer.atp @@ -0,0 +1,370 @@ +[Files] +Original=$BUILD_DIR\plugins\renamer\lang\english.slg +Translated=$BUILD_DIR\plugins\renamer\lang\russian.slg +Include=..\..\symbols\plugins\renamer\symbols.inc +SalMenu=..\..\symbols\plugins\renamer\salmenu.mnu +IgnoreList=..\..\symbols\plugins\renamer\ignore.lst +CheckList=..\..\symbols\plugins\renamer\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640002=1 +00640004=1 +00640005=1 +00640006=1 +00640009=1 +0064000c=1 +0064000e=1 +00640011=1 +00640014=1 +00640015=1 +00640016=1 +00640017=1 +00640018=1 +00640019=1 +0064001b=1 +0064001d=1 +0064001f=1 +00640020=1 +008c0000=1 +008c0001=1 +008c0003=1 +008c0005=1 +008c0007=1 +008c0009=1 +008c000b=1 +008c000c=1 +00960000=1 +00960001=1 +00960003=1 +00960005=1 +00960007=1 +00960009=1 +0096000b=1 +0096000c=1 +0096000d=1 +00a00000=1 +00a00001=1 +00a00003=1 +00a00004=1 +00a00005=1 +00a00006=1 +00a00007=1 +00aa0000=1 +00aa0001=1 +00aa0003=1 +00aa0004=1 +00aa0006=1 +00aa0007=1 +00af0000=1 +00af0003=1 +00b40000=1 +00b40001=1 +00b40003=1 +00b40004=1 +00b90000=1 +00b90001=1 +00b90002=1 +00b90004=1 +00b90006=1 +00b90008=1 +00b90009=1 +00be0000=1 +00be0001=1 +00be0002=1 +00be0005=1 +00be0008=1 +00be000b=1 +00be000c=1 +00be000d=1 +00be000e=1 +00be0010=1 +00be0011=1 +00be0012=1 + +[MenusTranslation] + +[StringsTranslation] +0000007a=1 +0000007b=1 +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=0 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +00000418=1 +00000419=1 +0000041a=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000439=1 +0000043b=1 +0000043d=1 +0000043f=1 +00000441=1 +00000443=1 +00000445=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000450=1 +00000451=1 +00000452=1 +00000453=1 +00000454=1 +00000455=1 +00000456=1 +00000457=1 +00000458=1 +00000459=1 +0000045a=1 +0000045b=1 +0000045c=1 +0000045d=1 +0000045e=1 +0000045f=1 +00000460=1 +00000461=1 +00000462=1 +00000463=1 +00000465=1 +00000466=1 +00000467=1 +00000468=1 +00000469=1 +0000046a=1 +0000046b=1 +0000046c=1 +0000046d=1 +0000046e=1 +0000046f=1 +00000470=1 +00000471=1 +00000472=1 +00000473=1 +00000474=1 +00000475=1 +00000476=1 +00000477=1 +00000478=1 +00000479=1 +0000047a=1 +0000047b=1 +0000047c=1 +0000047d=1 +0000047e=1 +0000047f=1 +00000480=1 +00000481=1 +00000482=1 +00000483=1 +00000484=1 +00000485=1 +00000486=1 +00000487=1 +00000488=1 +00000489=1 +0000048a=1 +0000048b=1 +0000048c=1 +0000048d=1 +0000048e=1 +0000048f=1 +00000490=1 +00000491=1 +00000492=1 +00000493=1 +00000494=1 +00000495=1 +00000496=1 +00000497=1 +00000498=1 +00000499=1 +0000049a=1 +0000049b=1 +0000049c=1 +0000049d=1 +0000049e=1 +0000049f=1 +000004a0=1 +000004a1=1 +000004a2=1 +000004a3=1 +000004a4=1 +000004a5=1 +000004a6=1 +000004a7=1 +000004a8=1 +000004a9=1 +000004aa=1 +000004ab=1 +000004ac=1 +000004ad=1 +000004ae=1 +000004af=1 +000004b0=1 +000004b1=1 +000004b2=1 +000004b3=1 +000004b4=1 +000004b5=1 +000004b6=1 +000004b7=1 +000004b8=1 +000004b9=1 +000004ba=1 +000004bb=1 +000004bc=1 +000004bd=1 +000004be=1 +000004bf=1 +000004c0=1 +000004c1=1 +000004c2=1 +000004c3=1 +000004c4=1 +000004c5=1 +000004c6=1 +000004c7=1 +000004c8=1 +000004c9=1 +000004ca=1 +000004cb=1 +000004cc=1 +000004cd=1 +000004ce=1 +000004cf=1 +000004d0=1 +000004d1=1 +000004d2=1 +000004d3=1 +000004d4=1 +000004d5=1 +000004d6=1 +000004d7=1 +000004d8=1 +000004d9=1 +000004da=1 +000004dc=1 +000004dd=1 +000004de=1 +000004df=1 +000004e0=1 +000004e1=1 +000004e2=1 +000004e3=1 +000004e4=1 +000004e5=1 +000004e6=1 +000004e7=1 +000004e8=1 +000004e9=1 +000004ea=1 +000004eb=1 +000004ec=1 +000004ed=1 +000004ee=1 +000004ef=1 +000004f0=1 +000004f1=1 +000004f2=1 +000004f3=1 +000004f4=1 +000004f5=1 +000004f6=1 +000004f7=1 +000004f8=1 +000004f9=1 +000004fa=1 +000004fb=1 +000004fc=1 +000004fd=1 +000004fe=1 +000004ff=1 +00000500=1 +00000501=1 +00000503=1 +00000504=1 +00000505=1 +00000506=1 + +[Relayout] + diff --git a/translations/projects/Russian/salamand.atp b/translations/projects/Russian/salamand.atp new file mode 100644 index 000000000..0b5638027 --- /dev/null +++ b/translations/projects/Russian/salamand.atp @@ -0,0 +1,2505 @@ +[Files] +Original=$BUILD_DIR\lang\english.slg +Translated=$BUILD_DIR\lang\russian.slg +Include=..\..\symbols\symbols.inc +SalMenu=..\..\symbols\salmenu.mnu +IgnoreList=..\..\symbols\ignore.lst +CheckList=..\..\symbols\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640004=1 +00640005=1 +00640006=1 +00680000=1 +00680001=1 +00680003=1 +00680004=1 +00680005=1 +00680006=1 +00940000=1 +00940001=1 +00940003=1 +00940005=1 +00940007=1 +00940009=1 +00950000=1 +00950001=1 +00950003=1 +00950005=1 +00960005=1 +00960007=1 +0096000a=1 +0096000c=1 +00aa0001=1 +00aa0003=1 +00aa0005=1 +00aa0006=1 +00aa0007=1 +00aa0008=1 +00b40000=1 +00b40001=1 +00b40004=1 +00b40007=1 +00b40008=1 +00b40009=1 +00b4000a=1 +00b4000b=1 +00be0001=1 +00be0004=1 +00be0005=1 +00be0006=1 +00be0007=1 +00be0008=1 +00bf0000=1 +00bf0001=1 +00bf0002=1 +00bf0003=1 +00bf0005=1 +00bf0006=1 +00bf0007=1 +00bf0008=1 +00bf0009=1 +00bf000a=1 +00bf000b=1 +00bf000c=1 +00bf000d=1 +00bf000f=1 +00bf0010=1 +00bf0011=1 +00bf0012=1 +00bf0013=1 +00bf0014=1 +00bf0015=1 +00bf0017=1 +00bf0019=1 +00bf001b=1 +00bf001d=1 +00bf001e=1 +00bf001f=1 +00bf0020=1 +00c80000=1 +00c80001=1 +00c80003=1 +00c80005=1 +00c80007=1 +00c80008=1 +00c80009=1 +00c8000a=1 +00cc0004=1 +00cc0005=1 +00cc0006=1 +00cd0004=1 +00cd0005=1 +00cd0006=1 +00cd0009=1 +00cd000a=1 +00cd000b=1 +00cd000c=1 +00cd000d=1 +00cd000e=1 +00cd0010=1 +00cd0011=1 +00cd0015=1 +00cd0016=1 +00cd0017=1 +00cd0018=1 +00ce0003=1 +00ce0004=1 +00ce0005=1 +00cf0003=1 +00cf0004=1 +00cf0005=1 +00d00004=1 +00d00005=1 +00d00006=1 +00e60001=1 +00e60003=1 +00e60005=1 +00e60006=1 +00f00000=1 +00f00001=1 +00f00003=1 +00f00005=1 +00f00007=1 +00f00008=1 +00f00009=1 +00f0000a=1 +00f10000=1 +00f10002=1 +00f10003=1 +00f10004=1 +00f10005=1 +00f10006=1 +00f10007=1 +00f10008=1 +00f1000a=1 +00f1000b=1 +00f1000e=1 +00f10011=1 +00f10014=1 +00f10016=1 +00f10017=1 +00f10019=1 +00f1001a=1 +00f1001b=1 +01040000=1 +01040001=1 +01040003=1 +01040005=1 +01040007=1 +01040009=1 +0104000b=1 +0104000d=1 +0104000f=1 +01040011=1 +01040013=1 +01040015=1 +01040016=1 +01040018=1 +0104001b=1 +0104001c=1 +010e0003=1 +010e0004=1 +010e0005=1 +010e0006=1 +010e0007=1 +010e0008=1 +010e0009=1 +012c0000=1 +012c0001=1 +012c0002=1 +012c0003=1 +012c0004=1 +012c0005=1 +012c0006=1 +012c0008=1 +012c0009=1 +012c000a=1 +012c000b=1 +012c000c=1 +012c000d=1 +012c000e=1 +012c000f=1 +01400000=1 +01400001=1 +01400003=1 +01400005=1 +01400006=1 +01400007=1 +01400008=1 +0140000a=1 +0140000b=1 +0140000d=1 +0140000e=1 +0140000f=1 +01400010=1 +01400011=1 +015e0000=1 +015e0001=1 +015e0003=1 +015e0004=1 +015e0005=1 +015e0006=1 +015e0009=1 +015e000c=1 +015e000f=1 +015e0010=1 +015e0011=1 +015e0012=1 +01720000=1 +01720002=1 +01720005=1 +01720006=1 +01720007=1 +01720008=1 +01810000=1 +01810001=1 +01810002=1 +01810004=1 +01810005=1 +01810006=1 +01810007=1 +01900000=1 +01900002=1 +01900003=1 +01900004=1 +01900005=1 +01900006=1 +01900008=1 +01900009=1 +0190000a=1 +0190000b=1 +0190000d=1 +0190000e=1 +01900010=1 +01900011=1 +01900012=1 +01940000=1 +01940001=1 +01940004=1 +01940007=1 +01940008=1 +01940009=1 +01950000=1 +01950001=1 +01950002=1 +01950004=1 +01950006=1 +01950007=1 +01950008=1 +01950009=1 +019a0000=1 +019a0001=1 +019a0003=1 +019a0005=1 +019a0007=1 +019a0009=1 +019a000b=1 +019a000d=1 +019a0010=1 +019a0011=1 +019a0013=1 +019a0014=1 +019a0015=1 +019a0016=1 +019a0017=1 +019a0018=1 +019a0019=1 +019a001a=1 +019a001b=1 +019a001c=1 +019a001e=1 +019a0020=1 +019a0022=1 +019a0024=1 +01c20000=1 +01c20001=1 +01c20003=1 +01c20004=1 +01c20005=1 +01c20007=1 +01c20009=1 +01c2000a=1 +01c2000b=1 +01c70000=1 +01c70001=1 +01c70004=1 +01c70005=1 +01c70006=1 +01c70007=1 +01c70008=1 +01cc0000=1 +01cc0002=1 +01cc0003=1 +01cc0004=1 +01dc0000=1 +01dc0001=1 +01dc0003=1 +01dc0004=1 +01dc0005=1 +01dc0007=1 +01dc0008=1 +01dc0009=1 +01dc000b=1 +01dc000c=1 +01dc000d=1 +01dc000f=1 +01dc0010=1 +01dc0011=1 +01dc0013=1 +01dc0014=1 +01dc0015=1 +01dc0016=1 +01dc0018=1 +01ea0006=1 +01ea0008=1 +01f10006=1 +01f10008=1 +01f1000a=1 +01fe0000=1 +01fe0003=1 +01fe0005=1 +01fe0006=1 +01fe0007=1 +01fe0008=1 +02080000=1 +02080003=1 +02080005=1 +02080006=1 +02080008=1 +02080009=1 +0208000a=1 +0208000b=1 +02120000=1 +02120001=1 +02120003=1 +02120006=1 +02120009=1 +02170000=1 +02170001=1 +02170002=1 +02170003=1 +02170004=1 +02170005=1 +02170006=1 +02170007=1 +02170008=1 +02170009=1 +0217000a=1 +0217000b=1 +0217000c=1 +0217000d=1 +0217000e=1 +0217000f=1 +02170011=1 +02260000=1 +02260002=1 +02260004=1 +02260006=1 +02260008=1 +0226000a=1 +0226000e=1 +02260013=1 +02260016=1 +0226001a=1 +0226001c=1 +0226001e=1 +02260020=1 +02260023=1 +02260025=1 +02260027=1 +0226002a=1 +0226002b=1 +0226002c=1 +023f0000=1 +023f0001=1 +02440000=1 +02440001=1 +02440003=1 +02440005=1 +02440006=1 +02440009=1 +0244000c=1 +024e0000=1 +024e0001=1 +024e0003=1 +024e0006=1 +024e0009=1 +02530000=1 +02530001=1 +02530002=1 +02530003=1 +02530004=1 +02530005=1 +02530006=1 +02530007=1 +02530008=1 +0253000a=1 +0253000d=1 +0253000e=1 +02530010=1 +02760000=1 +02760001=1 +02760003=1 +02760004=1 +02760005=1 +02760006=1 +02760007=1 +02760008=1 +02760009=1 +0276000a=1 +0276000c=1 +0276000d=1 +0276000e=1 +02760010=1 +02760011=1 +02760013=1 +02760015=1 +02760017=1 +02760019=1 +0276001a=1 +0276001c=1 +0276001e=1 +0276001f=1 +02760020=1 +02760021=1 +02940000=1 +02940001=1 +02940003=1 +02940004=1 +02940006=1 +02940007=1 +02940008=1 +029e0000=1 +029e0001=1 +029e0003=1 +029e0004=1 +029e0005=1 +029e0006=1 +029e0007=1 +029e0008=1 +02a80001=1 +02a80003=1 +02a80005=1 +02a80006=1 +02a80007=1 +02a90001=1 +02a90003=1 +02a90005=1 +02aa0001=1 +02aa0004=1 +02aa0005=1 +02aa0006=1 +02ab0001=1 +02ab0004=1 +02ab0005=1 +02ab0006=1 +03f20000=1 +03f20001=1 +03f20003=1 +03f20004=1 +03f20005=1 +03f20006=1 +03f20007=1 +03f20008=1 +03fe0000=1 +03fe0001=1 +03fe0003=1 +03fe0004=1 +03fe0005=1 +04030000=1 +04030001=1 +04030003=1 +04030004=1 +04030006=1 +04030008=1 +0403000a=1 +0403000b=1 +0403000c=1 +0403000d=1 +04060000=1 +04060001=1 +04060003=1 +04060004=1 +04060005=1 +04060006=1 +04060008=1 +0406000a=1 +0406000c=1 +0406000e=1 +0406000f=1 +04060010=1 +04060011=1 +04100000=1 +04100001=1 +04100003=1 +04100006=1 +04100007=1 +04100008=1 +04150000=1 +04150001=1 +04150003=1 +04150004=1 +04150005=1 +04150006=1 +04150007=1 +041a0000=1 +041a0001=1 +041a0002=1 +041a0003=1 +041a0004=1 +041a0005=1 +041a0006=1 +041a0007=1 +041a0008=1 +041a0009=1 +041a000a=1 +041a000b=1 +041f0000=1 +041f0001=1 +041f0003=1 +041f0004=1 +041f0005=1 +04240000=1 +04240001=1 +04240002=1 +04240004=1 +04240005=1 +04240006=1 +04290000=1 +04290001=1 +04290002=1 +04290003=1 +04290004=1 +042e0000=1 +042e0001=1 +042e0004=1 +042e0007=1 +042e0008=1 +042e0009=1 +042e000a=1 +042e000b=1 +04310000=1 +04310001=1 +04310003=1 +04310005=1 +04310007=1 +04310008=1 +04310009=1 +0431000a=1 +04380001=1 +04380003=1 +04380005=1 +04380006=1 +04380007=1 +04380008=1 +04380009=1 +043a0000=1 +043a0001=1 +043a0003=1 +043a0004=1 +043a0005=1 +043a0006=1 +043a0007=1 +043d0000=1 +043d0001=1 +043d0002=1 +043d0003=1 +043d0005=1 +043d0007=1 +043d0008=1 +043d0009=1 +043d000a=1 +043d000b=1 +043d000c=1 +043d000d=1 +043d000e=1 +043d000f=1 +043d0010=1 +04510000=1 +04510001=1 +04510002=1 +04510003=1 +04510005=1 +04510007=1 +04510009=1 +0451000a=1 +0451000b=1 +0451000d=1 +0451000e=1 +0451000f=1 +04510011=1 +04510012=1 +04510014=1 +04510015=1 +04510016=1 +04510017=1 +04510018=1 +04560000=1 +04560001=1 +04560002=1 +04560003=1 +04560004=1 +04600000=1 +04600001=1 +04600002=1 +04600003=1 +04600004=1 +04600006=1 +04600008=1 +046a0000=1 +046a0001=1 +046a0002=1 +046a0003=1 +046a0004=1 +046a0006=1 +046a0008=1 +046f0000=1 +046f0001=1 +046f0002=1 +046f0003=1 +046f0004=1 +046f0006=1 +04740000=1 +04740001=1 +04740002=1 +04740003=1 +04740004=1 +04740005=1 +08fc0000=1 +08fc0001=1 +08fc0003=1 +08fc0005=1 +08fc0007=1 +08fc0008=1 +08fc000b=1 +08fc000e=1 +08fc000f=1 +08fc0010=1 +08fc0013=1 +08fc0016=1 +08fc0017=1 +09100000=1 +09100001=1 +09100003=1 +09100005=1 +09100007=1 +09100008=1 +09100009=1 +0910000c=1 +0910000f=1 +09100010=1 +09240000=1 +09240001=1 +09240003=1 +09240008=1 +09240009=1 +0924000a=1 +092e0000=1 +092e0001=1 +092e0003=1 +092e0004=1 +092e0007=1 +092e0008=1 +094c0000=1 +094c0001=1 +094c0004=1 +094c0005=1 +094c0006=1 +094c0007=1 +094c0008=1 +094c000a=1 +094c000b=1 +094c000c=1 +094c000d=1 +094c000e=1 +099c0000=1 +099c0001=1 +099c0003=1 +099c0005=1 +099c0006=1 +09ba0000=1 +09ba0001=1 +09ba0003=1 +09ba0004=1 +09ba0006=1 +09ba0007=1 +09ba0008=1 +09ba000a=1 +09ba000b=1 +09ba000c=1 +09ba000d=1 +09ba000e=1 +09ba0010=1 +09ba0012=1 +09ba0013=1 +09ba0014=1 +09c40002=1 +09c40004=1 +09c40005=1 +09c40007=1 +09c40008=1 +09c40009=1 +09c4000a=1 +09c4000c=1 +09c4000f=1 +09c40010=1 +09c40011=1 +09c40012=1 +09c40014=1 +09c40016=1 +09e20000=1 +09e20001=1 +09e20003=1 +09e20004=1 +09e20005=1 +09e20006=1 +09e20007=1 +09e20008=1 +09ec0000=1 +09ec0001=1 +09ec0003=1 +09ec0005=1 +09ec0007=1 +09ec0009=1 +09ec000b=1 +09ec000d=1 +09ec000f=1 +09ec0010=1 +09ec0011=1 +09ec0012=1 +0a000000=1 +0a000002=1 +0a000003=1 +0a000004=1 +0a000005=1 +0a000006=1 +0a000007=1 +0a000008=1 +0a000009=1 +0a00000b=1 +0a00000c=1 +0a00000f=1 +0a000013=1 +0a000014=1 +0a000015=1 +0a000016=1 +0a00001b=1 +0a00001f=1 +0a000020=1 +0a000021=1 +0a000022=1 +0a000023=1 +0a280000=1 +0a280001=1 +0a280003=1 +0a280004=1 +0a280005=1 +0a280006=1 +0a280007=1 +0a280008=1 +0a280009=1 +0a28000a=1 +0a28000b=1 +0a28000c=1 +0a28000e=1 +0a280010=1 +0a280012=1 +0a280014=1 +0a280016=1 +0a280018=1 +0a28001a=1 +0a28001b=1 +0a28001c=1 +0a28001d=1 +0a4b0000=1 +0a4b0001=1 +0a4b0002=1 +0a4b0003=1 +0a4b0004=1 +0a4b0005=1 +0a4b0006=1 +0a4b0007=1 +0a4b0008=1 +0a550000=1 +0a550001=1 +0a550002=1 +0a550003=1 +0a550004=1 +0a550005=1 +0a550006=1 +0a550007=1 +0a550008=1 +0a640000=1 +0a640001=1 +0a640002=1 +0a640003=1 +0a640004=1 +0a640005=1 +0a640006=1 +0a640007=1 +0a640008=1 +0a640009=1 +0a64000a=1 +0a64000b=1 +0a6e0000=1 +0a6e0001=1 +0a6e0002=1 +0a6e0003=1 +0a6e0004=1 +0a6e0005=1 +0a6e0006=1 +0a780000=1 +0a780001=1 +0a780002=1 +0a780003=1 +0a780005=1 +0a780007=1 +0a780008=1 +0a78000a=1 +0a8c0000=1 +0a8c0001=1 +0a8c0002=1 +0a8c0003=1 +0a8c0004=1 +0aaa0000=1 +0aaa0001=1 +0aaa0003=1 +0aaa0005=1 +0aaa0006=1 +0aaa0007=1 +0aaa0008=1 +0aaa0009=1 +0ab40000=1 +0ab40001=1 +0ab40003=1 +0ab40004=1 +0ab40005=1 +0ab40007=1 +0ab40008=1 +0ab40009=1 +0ab4000a=1 +0ab4000b=1 +0abe0000=1 +0abe0001=1 +0abe0003=1 +0abe0004=1 +0abe0005=1 +0abe0007=1 +0abe0008=1 +0abe0009=1 +0ac30000=1 +0ac30001=1 +0ac30003=1 +0ac30004=1 +0ac30005=1 +0ac30006=1 +0ac80000=1 +0ac80001=1 +0ac80002=1 +0ac80003=1 +0ac80005=1 +0ac80006=1 +0ad20000=1 +0ad20001=1 +0ad20002=1 +0ad20003=1 +0ad20004=1 +0ad20006=1 +0ad20009=1 +0ad2000a=1 +0ad70000=1 +0ad70001=1 +0ad70002=1 +0ad70003=1 +0ad70005=1 +0ad70007=1 +0ad70008=1 +0adc0000=1 +0adc0003=1 +0adc0004=1 +0ae10000=1 +0ae10001=1 +0ae10004=1 +0ae10005=1 +0ae10006=1 +0ae10007=1 +0ae10008=1 +0ae60000=1 +0ae60001=1 +0ae60003=1 +0ae60005=1 +0ae60006=1 +0ae60009=1 +0ae6000a=1 +0ae6000b=1 +0ae6000c=1 +0af00000=1 +0af00001=1 +0af00003=1 +0af00004=1 +0af00006=1 +0af00007=1 +0af00008=1 +0af00009=1 +0af0000b=1 +0af0000c=1 +0b0e0000=1 +0b0e0001=1 +0b0e0002=1 +0b0e0006=1 +0b0e0007=1 +0b0e0008=1 +0b0e0009=1 +0b900000=1 +0b900001=1 +0b900002=1 +17de0000=1 +17de0002=1 +17de0005=1 +17de0007=1 +17de0008=1 +17de0009=1 +17de000a=1 +17de000b=1 +17de000c=1 +17de000e=1 +17de000f=1 +17de0010=1 +17f20000=1 +17f20001=1 +17f20002=1 +17f20003=1 +17f20004=1 +17f20005=1 +17f20006=1 +17f20008=1 +17f2000a=1 +17f2000b=1 +17f2000c=1 +18400000=1 +18400001=1 +18400002=1 +18400003=1 +18400004=1 +18400005=1 +18400006=1 +18400008=1 +1840000a=1 +1840000b=1 +184c0000=1 +184c0001=1 +184c0003=1 +184c0004=1 +184c0005=1 +184c0006=1 + +[MenusTranslation] +177a0000=1 +177a0001=1 +177a0002=1 +177a0004=1 +177a0005=1 +177a0006=1 +177a0008=1 +177a0009=1 +177a000b=1 +177a000c=1 +177a000e=1 +177a000f=1 +177a0010=1 +177a0011=1 +177a0013=1 +177a0014=1 +177a0015=1 +177a0016=1 +177a0017=1 +177a0018=1 +177a0019=1 +177a001b=1 +177a001c=1 +177a001e=1 +177a0020=1 +177a0022=1 +177a0024=1 +177a0025=1 +177a0026=1 +177a0028=1 +177a0029=1 +177a002a=1 +177a002b=1 +177b0001=1 +177b0002=1 +177b0004=1 +177b0006=1 +177b0007=1 +177b0008=1 +177b000a=1 +177b000b=1 +177b000d=1 +177b000f=1 + +[StringsTranslation] +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +00000401=1 +00000442=1 +00000443=1 +00002710=1 +00002711=1 +00002712=1 +00002713=1 +00002714=1 +00002715=1 +00002716=1 +00002717=1 +00002718=1 +0000271a=1 +0000271d=1 +0000271e=1 +00002720=1 +00002721=1 +00002722=1 +00002723=1 +00002724=1 +00002725=1 +00002726=1 +00002727=1 +00002728=1 +0000272a=1 +0000272b=1 +0000272c=1 +0000272d=1 +0000272e=1 +0000272f=1 +00002730=1 +00002731=1 +00002732=1 +00002733=1 +00002734=1 +00002735=1 +00002736=1 +00002737=1 +00002738=1 +00002739=1 +0000273b=1 +0000273c=1 +0000273d=1 +0000273e=1 +0000273f=1 +00002740=1 +00002743=1 +00002744=1 +00002745=1 +00002746=1 +00002747=1 +00002748=1 +00002749=1 +0000274a=1 +0000274b=1 +0000274c=1 +0000274d=1 +0000274e=1 +0000274f=1 +00002750=1 +00002751=1 +00002752=1 +00002753=1 +00002754=1 +00002755=1 +00002756=1 +00002757=1 +00002758=1 +00002759=1 +0000275a=1 +0000275b=1 +0000275c=1 +0000275d=1 +0000275f=1 +00002760=1 +00002761=1 +00002762=1 +00002763=1 +00002764=1 +00002765=1 +00002766=1 +00002767=1 +00002768=1 +00002769=1 +0000276a=1 +0000276b=1 +0000276c=1 +0000276d=1 +0000276e=1 +0000276f=1 +00002770=1 +00002771=1 +00002772=1 +00002773=1 +00002774=1 +00002775=1 +00002776=1 +00002777=1 +00002778=1 +00002779=1 +0000277a=1 +0000277b=1 +0000277c=1 +0000277d=1 +0000277f=1 +00002780=1 +00002781=1 +00002782=1 +00002783=1 +00002784=1 +00002785=1 +00002786=1 +00002787=1 +00002788=1 +00002789=1 +0000278a=1 +0000278b=1 +0000278c=1 +0000278d=1 +0000278e=1 +0000278f=1 +00002791=1 +00002792=1 +00002793=1 +00002794=1 +00002795=1 +00002796=1 +00002797=1 +00002798=1 +00002799=1 +0000279a=1 +0000279b=1 +0000279c=1 +0000279d=1 +0000279e=1 +0000279f=1 +000027a0=1 +000027a1=1 +000027a3=1 +000027a4=1 +000027a5=1 +000027a6=1 +000027a7=1 +000027a8=1 +000027a9=1 +000027aa=1 +000027ab=1 +000027ad=1 +000027ae=1 +000027b0=1 +000027b4=1 +000027b5=1 +000027b6=1 +000027b7=1 +000027b8=1 +000027b9=1 +000027ba=1 +000027bb=1 +000027bc=1 +000027bd=1 +000027be=1 +000027bf=1 +000027c0=1 +000027c1=1 +000027c2=1 +000027c3=1 +000027c4=1 +000027c5=1 +000027c6=1 +000027c7=1 +000027c8=1 +000027c9=1 +000027ca=1 +000027cb=1 +000027cc=1 +000027cd=1 +000027ce=1 +000027cf=1 +000027d0=1 +000027d1=1 +000027d2=1 +000027d3=1 +000027d4=1 +000027d6=1 +000027d7=1 +000027ec=1 +000027ed=1 +000027ee=1 +000027ef=1 +0000280e=1 +0000280f=1 +00002810=1 +00002811=1 +00002812=1 +00002814=1 +00002815=1 +00002816=1 +00002817=1 +00002818=1 +00002819=1 +0000281a=1 +0000281b=1 +0000281c=1 +0000281e=1 +0000281f=1 +00002820=1 +00002821=1 +00002822=1 +00002823=1 +00002824=1 +00002825=1 +00002826=1 +00002828=1 +00002829=0 +0000282a=1 +0000282d=1 +0000282e=1 +0000282f=1 +00002830=1 +00002831=1 +00002832=1 +00002833=1 +00002834=1 +00002835=1 +00002836=1 +00002837=1 +00002838=1 +00002839=1 +0000283a=1 +0000283b=1 +0000283c=1 +0000283d=1 +0000283e=1 +0000283f=1 +00002840=1 +00002843=1 +00002844=1 +00002845=1 +00002846=1 +00002847=1 +00002848=1 +00002849=1 +0000284a=1 +0000284b=1 +0000284c=1 +0000284d=1 +0000284e=1 +0000284f=1 +00002850=1 +00002851=1 +00002852=1 +00002853=1 +00002854=1 +00002855=1 +00002856=1 +00002857=1 +00002858=1 +00002859=1 +0000285a=1 +0000285e=1 +0000285f=1 +00002860=1 +00002861=1 +00002862=1 +00002863=1 +00002864=1 +00002867=1 +00002868=1 +00002869=1 +0000286a=1 +0000286b=1 +0000286c=1 +0000286d=1 +0000286e=1 +0000286f=1 +00002870=1 +00002871=1 +00002872=1 +00002873=1 +00002874=1 +00002875=1 +00002876=1 +00002877=1 +00002878=1 +00002879=1 +0000287a=1 +0000287c=1 +0000287d=1 +0000287e=1 +0000287f=1 +00002880=1 +00002881=1 +00002882=1 +00002883=1 +00002884=1 +00002885=1 +00002886=1 +00002887=1 +00002888=1 +00002889=1 +0000288a=1 +0000288b=1 +0000288c=1 +0000288d=1 +0000288e=1 +0000288f=1 +00002890=1 +00002891=1 +00002892=1 +00002893=1 +00002894=1 +00002895=1 +00002896=1 +000028a0=1 +000028a1=1 +000028a2=1 +000028a3=1 +000028a4=1 +000028a6=1 +000028a8=1 +000028b4=1 +000028b5=1 +000028b8=1 +000028b9=1 +000028ba=1 +000028bb=1 +000028bd=1 +000028be=1 +000028bf=1 +000028c0=1 +000028c1=1 +000028c2=1 +000028c3=1 +000028c4=1 +000028c5=1 +000028c6=1 +000028c7=1 +000028c8=1 +000028c9=1 +000028ca=1 +000028cb=1 +000028cc=1 +000028cd=1 +000028cf=1 +000028d0=1 +000028d1=1 +000028d2=1 +000028d3=1 +000028d4=1 +000028d5=1 +000028d6=1 +000028d7=1 +000028d8=1 +000028d9=1 +000028da=1 +000028dc=1 +000028dd=1 +000028de=1 +000028df=1 +000028e1=1 +000028e2=1 +000028e3=1 +000028e4=1 +000028e5=1 +000028e6=1 +000028e7=1 +000028e8=1 +000028e9=1 +000028ea=1 +000028eb=1 +000028ec=1 +000028ed=1 +000028ee=1 +000028ef=1 +000028f0=1 +000028f1=1 +000028f2=1 +000028f3=1 +000028f4=1 +000028f5=1 +000028f6=1 +000028f7=1 +000028f8=1 +000028f9=1 +000028fa=1 +000028fb=1 +000028fc=1 +000028fd=1 +000028fe=1 +000028ff=1 +00002900=1 +00002901=1 +00002902=1 +00002903=1 +00002904=1 +00002905=1 +00002906=1 +00002907=1 +00002908=1 +00002909=1 +0000290a=1 +0000290b=1 +0000290c=1 +0000290d=1 +0000290e=1 +0000290f=1 +00002910=1 +00002911=1 +00002912=1 +00002913=1 +00002914=1 +00002915=1 +00002916=1 +00002917=1 +00002918=1 +00002922=1 +00002923=1 +00002924=1 +00002925=1 +00002926=1 +00002927=1 +00002928=1 +00002929=1 +0000292a=1 +0000292b=1 +0000292c=1 +00002936=1 +00002937=1 +00002938=1 +00002939=1 +0000293a=1 +0000293b=1 +0000293c=1 +0000293d=1 +0000293e=1 +0000293f=1 +00002944=1 +00002945=1 +00002946=1 +00002947=1 +00002948=1 +00002949=1 +0000294a=1 +0000294b=1 +0000294c=1 +0000294d=1 +0000294e=1 +0000294f=1 +00002950=1 +00002951=1 +00002952=1 +00002953=1 +00002954=1 +00002955=1 +00002956=1 +00002957=1 +00002958=1 +00002959=1 +00002963=1 +00002968=1 +00002969=1 +0000296a=1 +0000296b=1 +0000296c=1 +000029a9=1 +000029aa=1 +000029ab=1 +000029af=1 +000029b0=1 +000029b1=1 +000029b2=1 +000029b3=1 +000029b8=1 +000029b9=1 +000029c6=1 +000029c8=1 +000029c9=1 +000029ca=1 +000029cb=1 +000029cc=1 +000029ce=1 +000029cf=1 +000029d0=1 +000029d2=1 +000029d3=1 +000029d4=1 +000029d5=1 +000029d6=1 +000029d7=1 +000029d8=1 +000029db=1 +000029dc=1 +000029dd=1 +000029e0=1 +000029e1=1 +000029e2=1 +000029e3=1 +000029e5=1 +000029e6=1 +000029ea=1 +000029eb=1 +000029ec=1 +000029ee=1 +000029ef=1 +000029f0=1 +000029f1=1 +000029f2=1 +000029f3=1 +000029f4=1 +000029f5=1 +000029f9=1 +000029fa=1 +000029fb=1 +000029fd=1 +000029fe=1 +000029ff=1 +00002a00=1 +00002a01=1 +00002a02=1 +00002a03=1 +00002a07=1 +00002a08=1 +00002a0a=1 +00002a0b=1 +00002a0c=1 +00002a0d=1 +00002a0e=1 +00002a0f=1 +00002a10=1 +00002a11=1 +00002a12=1 +00002a13=1 +00002a1b=1 +00002a1d=1 +00002a1e=1 +00002a1f=1 +00002a20=1 +00002a21=1 +00002a22=1 +00002a23=1 +00002a24=1 +00002a25=1 +00002a26=1 +00002a27=1 +00002a28=1 +00002a29=1 +00002a2a=1 +00002a2b=1 +00002a2c=1 +00002a2d=1 +00002a2e=1 +00002a2f=1 +00002a30=1 +00002a31=1 +00002a32=1 +00002a33=1 +00002a34=1 +00002a35=1 +00002a36=1 +00002a37=1 +00002a38=1 +00002a3a=1 +00002a3b=1 +00002a3c=1 +00002a3d=1 +00002a3e=1 +00002a3f=1 +00002a42=1 +00002a43=1 +00002a44=1 +00002a45=1 +00002a49=1 +00002a4a=1 +00002a4b=1 +00002a4c=1 +00002a4d=1 +00002a4e=1 +00002a4f=1 +00002a50=1 +00002a51=1 +00002a52=1 +00002a53=1 +00002a54=1 +00002a58=1 +00002a59=1 +00002a5a=1 +00002a5b=1 +00002a5c=1 +00002a5d=1 +00002a5e=1 +00002a5f=1 +00002a60=1 +00002a61=1 +00002a6c=1 +00002a6d=1 +00002a6e=1 +00002a6f=1 +00002a70=1 +00002a71=1 +00002a73=1 +00002a74=1 +00002a75=1 +00002a76=1 +00002a77=1 +00002a78=1 +00002a79=1 +00002a7a=1 +00002a7b=1 +00002a80=1 +00002a81=1 +00002a82=1 +00002a83=1 +00002a84=1 +00002a85=1 +00002a86=1 +00002a87=1 +00002a8a=1 +00002a8b=1 +00002a8c=1 +00002a8d=1 +00002a8e=1 +00002a94=1 +00002a99=1 +00002a9e=1 +00002a9f=1 +00002aa8=1 +00002aa9=1 +00002aaa=1 +00002aab=1 +00002aad=1 +00002aae=1 +00002aaf=1 +00002ab2=1 +00002ab3=1 +00002ab4=1 +00002abc=1 +00002ac1=1 +00002ac2=1 +00002ac6=1 +00002ac7=1 +00002ac8=1 +00002ac9=1 +00002acb=1 +00002ad0=1 +00002ad1=1 +00002ad2=1 +00002ad3=1 +00002ad4=1 +00002ad5=1 +00002ada=1 +00002ae4=1 +00002ae5=1 +00002ae6=1 +00002ae9=1 +00002aea=1 +00002aeb=1 +00002af2=1 +00002af3=1 +00002af4=1 +00002af5=1 +00002af6=1 +00002af8=1 +00002af9=1 +00002afa=1 +00002afb=1 +00002afc=1 +00002afd=1 +00002afe=1 +00002aff=1 +00002b00=1 +00002b01=1 +00002b02=1 +00002b03=1 +00002b04=1 +00002b05=1 +00002b06=1 +00002b07=1 +00002b08=1 +00002b09=1 +00002b0a=1 +00002b0b=1 +00002b0c=1 +00002b0d=1 +00002b11=1 +00002b12=1 +00002b13=1 +00002b14=1 +00002b15=1 +00002b16=1 +00002b17=1 +00002b18=1 +00002b19=1 +00002b1a=1 +00002b1b=1 +00002b1c=1 +00002b1d=1 +00002b1e=1 +00002b1f=1 +00002b20=1 +00002b21=1 +00002b22=1 +00002b23=1 +00002b24=1 +00002b25=1 +00002b26=1 +00002b27=1 +00002b28=1 +00002b29=1 +00002b2a=1 +00002b2b=1 +00002b2c=1 +00002b2d=1 +00002b2e=1 +00002b2f=1 +00002b30=1 +00002b31=1 +00002b32=1 +00002b33=1 +00002b34=1 +00002b35=1 +00002b36=1 +00002b37=1 +00002b38=1 +00002b39=1 +00002b3a=1 +00002b3b=1 +00002b3c=1 +00002b3e=1 +00002b5e=1 +00002b5f=1 +00002b60=1 +00002bc9=1 +00002bca=1 +00002bcb=1 +00002bcf=1 +00002bd4=1 +00002bd5=1 +00002bd6=1 +00002bd7=1 +00002bd8=1 +00002bd9=1 +00002bda=1 +00002bdb=1 +00002bdc=1 +00002bdd=1 +00002bdf=1 +00002be8=1 +00002be9=1 +00002bed=1 +00002bee=1 +00002bf2=1 +00002bf7=1 +00002bf8=1 +00002bf9=1 +00002bfa=1 +00002bfb=1 +00002bfc=1 +00002bfd=1 +00002bfe=1 +00002bff=1 +00002c00=1 +00002c01=1 +00002c02=1 +00002c03=1 +00002c04=1 +00002c05=1 +00002c06=1 +00002c07=1 +00002c08=1 +00002ee0=1 +00002ee1=1 +00002ee2=1 +00002ee3=1 +00002ee4=1 +00002ee5=1 +00002ee6=1 +00002ee7=1 +00002ee8=1 +00002eea=1 +00002eeb=1 +00002eef=1 +00002ef4=1 +00002ef5=1 +00002ef6=1 +00002ef7=1 +00002ef8=1 +00002ef9=1 +00002efa=1 +00002f01=1 +00002f07=1 +00002f08=1 +00002f09=1 +00002f0a=1 +00002f0b=1 +00002f0c=1 +00002f0d=1 +00002f0e=1 +00002f0f=1 +00002f10=1 +00002f11=1 +00002f12=1 +00002f13=1 +00002f14=1 +00002f15=1 +00002f16=1 +00002f17=1 +00002f18=1 +00002f1c=1 +00002f1d=1 +00002f30=1 +00002f31=1 +00002f35=1 +00002f36=1 +00002f37=1 +00002f38=1 +00002f39=1 +00002f3a=1 +00002f3b=1 +00002f3c=1 +00002f3d=1 +00002f3e=1 +00002f3f=1 +00002f40=1 +00002f41=1 +00002f42=1 +00002f43=1 +00002f44=1 +00002f45=1 +00002f46=1 +00002f47=1 +00002f48=1 +00002f49=1 +00002f4a=1 +00002f4b=1 +00002f4c=1 +00002f4d=1 +00002f4e=1 +00002f4f=1 +00002f50=1 +00002f51=1 +00002f52=1 +00002f53=1 +00002f54=1 +00002f57=1 +00002f58=1 +00002f59=1 +00002f5a=1 +00002f5c=1 +00002f5d=1 +00002f5e=1 +00002f62=1 +00002f63=1 +00002f64=1 +00002f65=1 +00002f66=1 +00002f67=1 +00002f68=1 +00002f69=1 +00002f6a=1 +00002f6b=1 +00002f6c=1 +00002f6d=1 +00002f6e=1 +00002f6f=1 +00002f71=1 +00002f72=1 +00002f73=1 +00002f74=1 +00002f80=1 +00002f85=1 +00002f8a=1 +00002f8b=1 +00002f8c=1 +00002f8d=1 +00002f94=1 +00002f95=1 +00002f9e=1 +00002fa8=1 +00002fa9=1 +00002fad=1 +00002fb2=1 +00002fb7=1 +00002fbc=1 +00002fc1=1 +00002fc2=1 +00002fc3=1 +00002fc6=1 +00002fc7=1 +00002fc9=1 +00002fcb=1 +00002fd0=1 +00002fd1=1 +00002fd2=1 +00002fd3=1 +00002fd4=1 +00002fd5=1 +00002fd6=1 +00002fd7=1 +00002fd8=1 +00002fd9=1 +00002fdf=1 +00002ffd=1 +00003002=1 +00003003=1 +00003007=1 +0000300c=1 +00003011=1 +00003012=1 +00003013=1 +00003014=1 +00003016=1 +00003017=1 +00003018=1 +00003019=1 +0000301a=1 +00003020=1 +00003025=1 +00003026=1 +0000302a=1 +0000302b=1 +0000302f=1 +00003034=1 +00003039=1 +0000303e=1 +0000303f=1 +00003040=1 +00003041=1 +00003042=1 +00003043=1 +00003044=1 +00003045=1 +00003048=1 +00003049=1 +0000304a=1 +0000304b=1 +0000304d=1 +00003052=1 +00003053=1 +00003054=1 +00003055=1 +0000305c=1 +0000305d=1 +0000305e=1 +0000305f=1 +00003060=1 +00003061=1 +00003062=1 +00003066=1 +00003067=1 +0000306b=1 +00003070=1 +00003071=1 +00003075=1 +00003076=1 +0000307a=1 +0000307b=1 +0000307c=1 +0000307d=1 +0000307e=1 +00003084=1 +00003085=1 +00003086=1 +00003089=1 +0000308a=1 +0000308e=1 +0000308f=1 +00003090=1 +00003091=1 +00003092=1 +00003093=1 +00003098=1 +00003099=1 +0000309a=1 +0000309b=1 +000030a2=1 +000030a3=1 +000030a4=1 +000030a5=1 +000030a6=1 +000030a7=1 +000030a8=1 +000030a9=1 +000030aa=1 +000030ab=1 +000030ac=1 +000030b1=1 +000030b2=1 +000030b3=1 +000030b4=1 +000030b5=1 +000030b6=1 +000030ba=1 +000030bb=1 +000030bc=1 +000030bd=1 +000030c0=1 +000030c1=1 +000030c2=1 +000030c3=1 +00003201=1 +00003202=1 +00003203=1 +00003204=1 +00003205=1 +00003206=1 +00003207=1 +00003208=1 +00003209=1 +0000320a=1 +0000320b=1 +0000320c=1 +0000320d=1 +0000320f=1 +00003210=1 +00003212=1 +00003214=1 +00003215=1 +00003216=1 +00003217=1 +00003218=1 +00003219=1 +0000321a=1 +0000321c=1 +0000321d=1 +0000321e=1 +0000321f=1 +00003220=1 +00003221=1 +00003222=1 +00003223=1 +00003224=1 +00003225=1 +00003226=1 +00003227=1 +00003228=1 +00003229=1 +0000322a=1 +0000322b=1 +0000322c=1 +0000322d=1 +000032c8=1 +000032c9=1 +000032ca=1 +000032cb=1 +000032cc=1 +000032cd=1 +000032ce=1 +000032cf=1 +000032d0=1 +000032d1=1 +000032d2=1 +000032d3=1 +000032d4=1 +000032d5=1 +000032d6=1 +000032d7=1 +000032d8=1 +000032d9=1 +000032da=1 +000032dc=1 +000032dd=1 +000032de=1 +000032df=1 +000032e0=1 +000032e1=1 +000032e2=1 +000032e3=1 +000032e4=1 +000032e5=1 +000032e6=1 +000032ea=1 +000032eb=1 +000032ec=1 +000032ed=1 +000032ee=1 +000032ef=1 +000032f0=1 +000032f1=1 +000032f2=1 +000032f3=1 +000032f4=1 +000032f5=1 +000032f6=1 +000032f7=1 +000032f8=1 +00003304=1 +00003305=1 +00003306=1 +00003307=1 +00003308=1 +00003309=1 +0000330a=1 +0000330b=1 +0000330c=1 +0000330d=1 +0000330e=1 +0000330f=1 +00003310=1 +00003311=1 +00003312=1 +00003313=1 +00003314=1 +00003315=1 +00003316=1 +00003317=1 +00003318=1 +00003319=1 +0000331a=1 +0000331b=1 +0000331c=1 +0000331d=1 +0000331e=1 +00003322=1 +00003323=1 +00003324=1 +00003325=1 +00003326=1 +00003327=1 +00003328=1 +00003329=1 +0000332a=1 +0000332b=1 +0000332c=1 +0000332d=1 +0000332e=1 +0000332f=1 +00003330=1 +00003331=1 +00003333=1 +00003335=1 +00003336=1 +00003337=1 +00003338=1 +00003339=1 +0000333a=1 +0000333b=1 +0000333c=1 +0000333d=1 +0000333e=1 +0000333f=1 +00003340=1 +00003341=1 +00003342=1 +00003343=1 +00003344=1 +00003345=1 +00003346=1 +00003347=1 +0000334a=1 +0000334b=1 +0000334c=1 +00003354=1 +00003355=1 +00003356=1 +00003357=1 +00003358=1 +00003359=1 +0000335a=1 +0000335b=1 +0000335c=1 +0000335d=1 +0000335e=1 +0000335f=1 +00003360=1 +00003361=1 +00003362=1 +00003363=1 +00003364=1 +00003365=1 +00003366=1 +00003367=1 +00003368=1 +00003369=1 +0000336a=1 +0000336b=1 +0000336c=1 +0000336d=1 +0000336e=1 +0000336f=1 +00003372=1 +00003373=1 +00003386=1 +00003387=1 +00003388=1 +00003389=1 +0000338a=1 +0000338c=1 +0000338d=1 +0000338f=1 +00003390=1 +00003392=1 +000033f4=1 +000033f5=1 +000033f6=1 +000033f7=1 +000033f8=1 +000033f9=1 +000033fa=1 +000033fb=1 +000033fc=1 +000033fd=1 +000033fe=1 +000033ff=1 +00003400=1 +00003401=1 +00003402=1 +00003403=1 +00003408=1 +00003409=1 +0000340a=1 +0000340b=1 +0000340c=1 +0000340d=1 +0000340e=1 +0000340f=1 +00003410=1 +00003412=1 +00003413=1 +00003414=1 +00003415=1 +00003416=1 +0000341c=1 +0000341d=1 +0000341e=1 +0000341f=1 +00003420=1 +00003421=1 +00003422=1 +00003423=1 +00003426=1 +0000342b=1 +0000342c=1 +0000342d=1 +0000342e=1 +0000342f=1 +00003430=1 +00003431=1 +00003432=1 +00003433=1 +00003434=1 +00003435=1 +00003436=1 +00003437=1 +00003438=1 +00003439=1 +00003444=1 +00003445=1 +00003446=1 +00003447=1 +00003448=1 +00003449=1 +0000344a=1 +0000344b=1 +0000344c=1 +00003458=1 +00003459=1 +0000345a=1 +0000345b=1 +0000345c=1 +00003485=1 +00003486=1 +0000348a=1 +0000348b=1 +0000348c=1 +0000348d=1 +0000348e=1 +0000348f=1 +00003490=1 +00003491=1 +00003492=1 +00003493=1 +00003494=1 +00003495=1 +00003496=1 +00003497=1 +0000349e=1 +0000349f=1 +000034a0=1 +000034a1=1 +000034a2=1 +000034a3=1 +000034a4=1 +000034a5=1 +000034a6=1 +000034ef=1 +000034f1=1 +000034f2=1 +000034f3=1 +000034f4=1 +000034f5=1 +000034f6=1 +000034f7=1 +000034f8=1 +000034f9=1 +000034fa=1 +000034fb=1 +000034fc=1 +00003566=1 +00003567=1 +00003568=1 +00003569=1 +0000356a=1 +0000356b=1 +0000356c=1 +00003570=1 +00003571=1 +00003572=1 +00003573=1 +00003574=1 +00003575=1 +00003576=1 +00003577=1 +00003584=1 +00003585=1 +0000358e=1 +0000358f=1 +00003590=1 +00003591=1 +00003598=1 +0000359d=1 +000035a2=1 +000035a3=1 +000035a7=1 +000035a8=1 +000035a9=1 +000035ac=1 +000035ad=1 +000035ae=1 +000035af=1 +000035b6=1 +000035b7=1 +000035b8=1 +000035bb=1 +000035bc=1 +000035bd=1 +000035c0=1 +000035c5=1 +000035ca=1 +000035cb=1 +000035cf=1 +000035d0=1 +000035d1=1 +000035d2=1 +000035d3=1 +000035e8=1 +000035e9=1 +000035ea=1 +000035ed=1 +000035ee=1 +000035ef=1 +000035f0=1 +000035f1=1 +000035f7=1 +000035fc=1 +000035fd=1 +00003601=1 +0000361a=1 +0000361f=1 +00003620=1 +00003621=1 +00003629=1 +0000362a=1 +0000362b=1 +0000362e=1 +0000362f=1 +00003630=1 +00003631=1 +00003638=1 +00003639=1 +0000363a=1 +0000363d=1 +0000363e=1 +00003642=1 +00003643=1 +0000364c=1 +0000364d=1 +0000364e=1 +0000364f=1 +00003650=1 +00003651=1 +00003652=1 +00003653=1 +00003656=0 +00003657=1 +0000365b=1 +0000365c=1 +00003660=1 +00003661=1 +00003665=1 +00003666=1 +00003667=1 +00003668=1 +00003669=1 +0000366c=1 +0000366d=1 +0000366e=1 +00003679=1 +0000367a=1 +0000367b=1 +0000367e=1 +0000367f=1 +00003680=1 +00003681=1 +00003682=1 +00003688=1 +0000368d=1 +0000368e=1 +00003692=1 +00003693=1 +00003694=1 +00003695=1 +00003696=1 +00003697=1 +00003698=1 +0000369c=1 +0000369d=1 +0000369e=1 +0000369f=1 +000036a0=1 +000036a1=1 +000036a2=1 +000036a6=1 +000036a7=1 +000036a8=1 +000036a9=1 +000036b0=1 +000036b5=1 +000036ba=1 +000036bb=1 +000036bc=1 +000036c4=1 +000036c5=1 +000036c6=1 +000036c7=1 +000036c8=1 +000036c9=1 +000036ca=1 +000036ce=1 +000036cf=1 +000036d0=1 +000036d8=1 +000036d9=1 +000036da=1 +000036db=1 +000036dc=1 +000036dd=1 +000036de=1 +000036e2=1 +000036e3=1 +000036e4=1 +000036e5=1 +000036ed=1 +000036ee=1 +000036ef=1 +000036f0=1 +000036f1=1 +000036f2=1 +000036f3=1 +000036f4=1 +000036f6=1 +000036f7=1 +000036f8=1 +000036f9=1 +000036fa=1 +000036fb=1 +00003714=1 +00003746=1 +00003747=1 +0000374b=1 +00003750=1 +00003755=1 +00003756=1 +00003757=1 +00003758=1 +0000375a=1 +0000375b=1 +00003764=1 +00003765=1 +00003769=1 +0000376a=1 +0000376b=1 +0000376c=1 +0000376d=1 +00003773=1 + +[Relayout] + diff --git a/translations/russian/7zip.slt b/translations/projects/Russian/slt/7zip.slt similarity index 99% rename from translations/russian/7zip.slt rename to translations/projects/Russian/slt/7zip.slt index e1793da07..2804ef519 100644 --- a/translations/russian/7zip.slt +++ b/translations/projects/Russian/slt/7zip.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\russian\7zip.atp" +PROJECTNAME,"translator\salamand 5.0\projects\russian\7zip.atp" TEXTVERSION,"1.31 (x86)" VERSION,"1,3,1,180" diff --git a/translations/russian/automation.slt b/translations/projects/Russian/slt/automation.slt similarity index 98% rename from translations/russian/automation.slt rename to translations/projects/Russian/slt/automation.slt index f50279509..d25716269 100644 --- a/translations/russian/automation.slt +++ b/translations/projects/Russian/slt/automation.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\russian\automation.atp" +PROJECTNAME,"translator\salamand 5.0\projects\russian\automation.atp" TEXTVERSION,"1.7 (x86)" VERSION,"1,7,0,180" diff --git a/translations/russian/checksum.slt b/translations/projects/Russian/slt/checksum.slt similarity index 98% rename from translations/russian/checksum.slt rename to translations/projects/Russian/slt/checksum.slt index 35906236a..f19c18dc8 100644 --- a/translations/russian/checksum.slt +++ b/translations/projects/Russian/slt/checksum.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\russian\checksum.atp" +PROJECTNAME,"translator\salamand 5.0\projects\russian\checksum.atp" TEXTVERSION,"2.2 (x86)" VERSION,"2,2,0,180" diff --git a/translations/russian/checkver.slt b/translations/projects/Russian/slt/checkver.slt similarity index 99% rename from translations/russian/checkver.slt rename to translations/projects/Russian/slt/checkver.slt index ea79f78be..98d103e86 100644 --- a/translations/russian/checkver.slt +++ b/translations/projects/Russian/slt/checkver.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\russian\checkver.atp" +PROJECTNAME,"translator\salamand 5.0\projects\russian\checkver.atp" TEXTVERSION,"1.26 (x86)" VERSION,"1,2,6,180" diff --git a/translations/russian/dbviewer.slt b/translations/projects/Russian/slt/dbviewer.slt similarity index 99% rename from translations/russian/dbviewer.slt rename to translations/projects/Russian/slt/dbviewer.slt index 394edaa36..8a145e6e1 100644 --- a/translations/russian/dbviewer.slt +++ b/translations/projects/Russian/slt/dbviewer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\russian\dbviewer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\russian\dbviewer.atp" TEXTVERSION,"1.23 (x86)" VERSION,"1,2,3,180" diff --git a/translations/russian/diskmap.slt b/translations/projects/Russian/slt/diskmap.slt similarity index 97% rename from translations/russian/diskmap.slt rename to translations/projects/Russian/slt/diskmap.slt index 9a66d3659..7eb01beb1 100644 --- a/translations/russian/diskmap.slt +++ b/translations/projects/Russian/slt/diskmap.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\russian\diskmap.atp" +PROJECTNAME,"translator\salamand 5.0\projects\russian\diskmap.atp" TEXTVERSION,"1.12 (x86)" VERSION,"1,1,2,180" diff --git a/translations/russian/filecomp.slt b/translations/projects/Russian/slt/filecomp.slt similarity index 99% rename from translations/russian/filecomp.slt rename to translations/projects/Russian/slt/filecomp.slt index e64f8221b..54484745c 100644 --- a/translations/russian/filecomp.slt +++ b/translations/projects/Russian/slt/filecomp.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\russian\filecomp.atp" +PROJECTNAME,"translator\salamand 5.0\projects\russian\filecomp.atp" TEXTVERSION,"1.19 (x86)" VERSION,"1,1,9,180" diff --git a/translations/russian/ftp.slt b/translations/projects/Russian/slt/ftp.slt similarity index 99% rename from translations/russian/ftp.slt rename to translations/projects/Russian/slt/ftp.slt index c72f499bb..8e0023689 100644 --- a/translations/russian/ftp.slt +++ b/translations/projects/Russian/slt/ftp.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\russian\ftp.atp" +PROJECTNAME,"translator\salamand 5.0\projects\russian\ftp.atp" TEXTVERSION,"1.35 (x86)" VERSION,"1,3,5,180" diff --git a/translations/russian/ieviewer.slt b/translations/projects/Russian/slt/ieviewer.slt similarity index 90% rename from translations/russian/ieviewer.slt rename to translations/projects/Russian/slt/ieviewer.slt index 15c6c989f..9bfe8d7f4 100644 --- a/translations/russian/ieviewer.slt +++ b/translations/projects/Russian/slt/ieviewer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\russian\ieviewer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\russian\ieviewer.atp" TEXTVERSION,"1.12 (x86)" VERSION,"1,1,2,180" diff --git a/translations/russian/mmviewer.slt b/translations/projects/Russian/slt/mmviewer.slt similarity index 99% rename from translations/russian/mmviewer.slt rename to translations/projects/Russian/slt/mmviewer.slt index 3ab8648be..4a8d50d9e 100644 --- a/translations/russian/mmviewer.slt +++ b/translations/projects/Russian/slt/mmviewer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\russian\mmviewer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\russian\mmviewer.atp" TEXTVERSION,"1.16 (x86)" VERSION,"1,1,6,180" diff --git a/translations/russian/nethood.slt b/translations/projects/Russian/slt/nethood.slt similarity index 96% rename from translations/russian/nethood.slt rename to translations/projects/Russian/slt/nethood.slt index bd3ef4844..26df3e010 100644 --- a/translations/russian/nethood.slt +++ b/translations/projects/Russian/slt/nethood.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\russian\nethood.atp" +PROJECTNAME,"translator\salamand 5.0\projects\russian\nethood.atp" TEXTVERSION,"1.08 (x86)" VERSION,"1,0,8,180" diff --git a/translations/russian/pak.slt b/translations/projects/Russian/slt/pak.slt similarity index 98% rename from translations/russian/pak.slt rename to translations/projects/Russian/slt/pak.slt index 6c63a8231..4f4feaf9d 100644 --- a/translations/russian/pak.slt +++ b/translations/projects/Russian/slt/pak.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\russian\pak.atp" +PROJECTNAME,"translator\salamand 5.0\projects\russian\pak.atp" TEXTVERSION,"1.71 (x86)" VERSION,"1,7,1,180" diff --git a/translations/russian/peviewer.slt b/translations/projects/Russian/slt/peviewer.slt similarity index 96% rename from translations/russian/peviewer.slt rename to translations/projects/Russian/slt/peviewer.slt index 2a4a42627..6db3cf71e 100644 --- a/translations/russian/peviewer.slt +++ b/translations/projects/Russian/slt/peviewer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\russian\peviewer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\russian\peviewer.atp" TEXTVERSION,"3.0 (x86)" VERSION,"3,0,0,180" diff --git a/translations/russian/pictview.slt b/translations/projects/Russian/slt/pictview.slt similarity index 99% rename from translations/russian/pictview.slt rename to translations/projects/Russian/slt/pictview.slt index 0060a8750..13466d459 100644 --- a/translations/russian/pictview.slt +++ b/translations/projects/Russian/slt/pictview.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\russian\pictview.atp" +PROJECTNAME,"translator\salamand 5.0\projects\russian\pictview.atp" TEXTVERSION,"2.13 (x86)" VERSION,"2,1,3,180" diff --git a/translations/russian/regedt.slt b/translations/projects/Russian/slt/regedt.slt similarity index 99% rename from translations/russian/regedt.slt rename to translations/projects/Russian/slt/regedt.slt index 749ed1056..e6464ef52 100644 --- a/translations/russian/regedt.slt +++ b/translations/projects/Russian/slt/regedt.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\russian\regedt.atp" +PROJECTNAME,"translator\salamand 5.0\projects\russian\regedt.atp" TEXTVERSION,"1.14 (x86)" VERSION,"1,1,4,180" diff --git a/translations/russian/renamer.slt b/translations/projects/Russian/slt/renamer.slt similarity index 99% rename from translations/russian/renamer.slt rename to translations/projects/Russian/slt/renamer.slt index c4580c0f9..44a095f26 100644 --- a/translations/russian/renamer.slt +++ b/translations/projects/Russian/slt/renamer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\russian\renamer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\russian\renamer.atp" TEXTVERSION,"1.13 (x86)" VERSION,"1,1,3,180" diff --git a/translations/russian/salamand.slt b/translations/projects/Russian/slt/salamand.slt similarity index 99% rename from translations/russian/salamand.slt rename to translations/projects/Russian/slt/salamand.slt index 7d18a1f3d..cd2d5c685 100644 --- a/translations/russian/salamand.slt +++ b/translations/projects/Russian/slt/salamand.slt @@ -1,7 +1,7 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\russian\salamand.atp" -TEXTVERSION,"4.0 (x86)" -VERSION,"4,0,0,180" +PROJECTNAME,"translator\salamand 5.0\projects\russian\salamand.atp" +TEXTVERSION,"5.0 (x86)" +VERSION,"5,0,0,183" [TRANSLATION] LANGID,1049 @@ -302,6 +302,8 @@ SLGINCOMPLETE,"" 1150,10,97,196,8,1,"© 1997-2023 Open Salamander Authors" 1152,10,108,22,8,1,"Сайт:" 272,32,108,64,8,1,"www.altap.cz" +1153,10,119,165,8,1,"Open Salamander is free software" +1154,10,130,214,8,1,"Licensed under GNU General Public License version 2 or later" 286,2,154,294,1,1,"" [DIALOG 300] diff --git a/translations/russian/splitcbn.slt b/translations/projects/Russian/slt/splitcbn.slt similarity index 98% rename from translations/russian/splitcbn.slt rename to translations/projects/Russian/slt/splitcbn.slt index 5f3562d41..e8052416c 100644 --- a/translations/russian/splitcbn.slt +++ b/translations/projects/Russian/slt/splitcbn.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\russian\splitcbn.atp" +PROJECTNAME,"translator\salamand 5.0\projects\russian\splitcbn.atp" TEXTVERSION,"1.11 (x86)" VERSION,"1,1,1,180" diff --git a/translations/russian/tar.slt b/translations/projects/Russian/slt/tar.slt similarity index 98% rename from translations/russian/tar.slt rename to translations/projects/Russian/slt/tar.slt index 9ad82103c..c3f8b3c96 100644 --- a/translations/russian/tar.slt +++ b/translations/projects/Russian/slt/tar.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\russian\tar.atp" +PROJECTNAME,"translator\salamand 5.0\projects\russian\tar.atp" TEXTVERSION,"3.34 (x86)" VERSION,"3,3,4,180" diff --git a/translations/russian/unarj.slt b/translations/projects/Russian/slt/unarj.slt similarity index 98% rename from translations/russian/unarj.slt rename to translations/projects/Russian/slt/unarj.slt index d6e2a412e..a4990a7e0 100644 --- a/translations/russian/unarj.slt +++ b/translations/projects/Russian/slt/unarj.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\russian\unarj.atp" +PROJECTNAME,"translator\salamand 5.0\projects\russian\unarj.atp" TEXTVERSION,"1.21 (x86)" VERSION,"1,2,1,180" diff --git a/translations/russian/uncab.slt b/translations/projects/Russian/slt/uncab.slt similarity index 98% rename from translations/russian/uncab.slt rename to translations/projects/Russian/slt/uncab.slt index 6bec20e3e..a753a14fa 100644 --- a/translations/russian/uncab.slt +++ b/translations/projects/Russian/slt/uncab.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\russian\uncab.atp" +PROJECTNAME,"translator\salamand 5.0\projects\russian\uncab.atp" TEXTVERSION,"1.27 (x86)" VERSION,"1,2,7,180" diff --git a/translations/russian/unchm.slt b/translations/projects/Russian/slt/unchm.slt similarity index 96% rename from translations/russian/unchm.slt rename to translations/projects/Russian/slt/unchm.slt index 76ece0e47..da9fdbce3 100644 --- a/translations/russian/unchm.slt +++ b/translations/projects/Russian/slt/unchm.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\russian\unchm.atp" +PROJECTNAME,"translator\salamand 5.0\projects\russian\unchm.atp" TEXTVERSION,"1.03 (x86)" VERSION,"1,0,3,180" diff --git a/translations/russian/undelete.slt b/translations/projects/Russian/slt/undelete.slt similarity index 99% rename from translations/russian/undelete.slt rename to translations/projects/Russian/slt/undelete.slt index 3eecb77cd..4df4bc7b6 100644 --- a/translations/russian/undelete.slt +++ b/translations/projects/Russian/slt/undelete.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\russian\undelete.atp" +PROJECTNAME,"translator\salamand 5.0\projects\russian\undelete.atp" TEXTVERSION,"1.11 (x86)" VERSION,"1,1,1,180" diff --git a/translations/russian/unfat.slt b/translations/projects/Russian/slt/unfat.slt similarity index 95% rename from translations/russian/unfat.slt rename to translations/projects/Russian/slt/unfat.slt index 0a827ef37..a96a2fb96 100644 --- a/translations/russian/unfat.slt +++ b/translations/projects/Russian/slt/unfat.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\russian\unfat.atp" +PROJECTNAME,"translator\salamand 5.0\projects\russian\unfat.atp" TEXTVERSION,"1.1 (x86)" VERSION,"1,1,0,180" diff --git a/translations/russian/uniso.slt b/translations/projects/Russian/slt/uniso.slt similarity index 99% rename from translations/russian/uniso.slt rename to translations/projects/Russian/slt/uniso.slt index 184c48c46..d4249a9a5 100644 --- a/translations/russian/uniso.slt +++ b/translations/projects/Russian/slt/uniso.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\russian\uniso.atp" +PROJECTNAME,"translator\salamand 5.0\projects\russian\uniso.atp" TEXTVERSION,"1.37 (x86)" VERSION,"1,3,7,180" diff --git a/translations/russian/unlha.slt b/translations/projects/Russian/slt/unlha.slt similarity index 96% rename from translations/russian/unlha.slt rename to translations/projects/Russian/slt/unlha.slt index f63db983c..ee2f0e5e8 100644 --- a/translations/russian/unlha.slt +++ b/translations/projects/Russian/slt/unlha.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\russian\unlha.atp" +PROJECTNAME,"translator\salamand 5.0\projects\russian\unlha.atp" TEXTVERSION,"1.13 (x86)" VERSION,"1,1,3,180" diff --git a/translations/russian/unmime.slt b/translations/projects/Russian/slt/unmime.slt similarity index 97% rename from translations/russian/unmime.slt rename to translations/projects/Russian/slt/unmime.slt index 992811815..a9c1e9e6e 100644 --- a/translations/russian/unmime.slt +++ b/translations/projects/Russian/slt/unmime.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\russian\unmime.atp" +PROJECTNAME,"translator\salamand 5.0\projects\russian\unmime.atp" TEXTVERSION,"1.14 (x86)" VERSION,"1,1,4,180" diff --git a/translations/russian/unrar.slt b/translations/projects/Russian/slt/unrar.slt similarity index 98% rename from translations/russian/unrar.slt rename to translations/projects/Russian/slt/unrar.slt index 1d91a5089..b3a7436d6 100644 --- a/translations/russian/unrar.slt +++ b/translations/projects/Russian/slt/unrar.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\russian\unrar.atp" +PROJECTNAME,"translator\salamand 5.0\projects\russian\unrar.atp" TEXTVERSION,"3.01 (x86)" VERSION,"3,0,1,180" diff --git a/translations/russian/wmobile.slt b/translations/projects/Russian/slt/wmobile.slt similarity index 98% rename from translations/russian/wmobile.slt rename to translations/projects/Russian/slt/wmobile.slt index cd887426e..9b3ac346c 100644 --- a/translations/russian/wmobile.slt +++ b/translations/projects/Russian/slt/wmobile.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\russian\wmobile.atp" +PROJECTNAME,"translator\salamand 5.0\projects\russian\wmobile.atp" TEXTVERSION,"1.08 (x86)" VERSION,"1,0,8,180" diff --git a/translations/russian/zip.slt b/translations/projects/Russian/slt/zip.slt similarity index 99% rename from translations/russian/zip.slt rename to translations/projects/Russian/slt/zip.slt index 11148e21e..70b239c1f 100644 --- a/translations/russian/zip.slt +++ b/translations/projects/Russian/slt/zip.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\russian\zip.atp" +PROJECTNAME,"translator\salamand 5.0\projects\russian\zip.atp" TEXTVERSION,"1.39 (x86)" VERSION,"1,3,9,180" diff --git a/translations/projects/Russian/splitcbn.atp b/translations/projects/Russian/splitcbn.atp new file mode 100644 index 000000000..05870c2a0 --- /dev/null +++ b/translations/projects/Russian/splitcbn.atp @@ -0,0 +1,117 @@ +[Files] +Original=$BUILD_DIR\plugins\splitcbn\lang\english.slg +Translated=$BUILD_DIR\plugins\splitcbn\lang\russian.slg +Include=..\..\symbols\plugins\splitcbn\symbols.inc +SalMenu=..\..\symbols\plugins\splitcbn\salmenu.mnu +IgnoreList=..\..\symbols\plugins\splitcbn\ignore.lst +CheckList=..\..\symbols\plugins\splitcbn\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00650000=1 +00650001=1 +00650002=1 +00650003=1 +00650004=1 +00650005=1 +00650007=1 +00650008=1 +00650009=1 +00660000=1 +00660004=1 +00660005=1 +00660006=1 +00660009=1 +0066000c=1 +0066000d=1 +0066000e=1 +0066000f=1 +00670000=1 +00670001=1 +00670003=1 +00670004=1 +00670005=1 +00670006=1 +00670007=1 +00670008=1 +0067000a=1 +0067000c=1 +0067000d=1 +0067000e=1 +00680000=1 +00680001=1 +00680002=1 +00680005=1 + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000005=1 +00000006=1 +00000007=1 +00000008=1 +00000009=1 +0000000a=1 +0000000b=1 +0000000c=1 +0000000d=1 +0000000e=1 +0000000f=1 +00000010=1 +00000011=1 +00000012=1 +00000013=1 +00000015=1 +00000016=1 +00000017=1 +00000018=1 +00000019=1 +0000001a=1 +0000001b=1 +0000001c=1 +0000001d=1 +0000001e=1 +0000001f=1 +00000020=1 +00000021=1 +00000022=1 +00000023=1 +00000024=1 +00000025=1 +00000026=1 +00000027=1 +00000028=1 +00000029=1 +0000002a=1 +0000002b=1 +0000003f=1 +00000040=1 +00000043=1 +00000044=1 +00000045=1 +00000046=1 +00000047=1 +00000048=1 +00000049=1 +0000004a=1 +0000004b=1 +0000004c=1 +0000004d=1 +0000004e=1 +0000004f=1 +00000050=1 +00000051=1 +00000052=1 + +[Relayout] + diff --git a/translations/projects/Russian/tar.atp b/translations/projects/Russian/tar.atp new file mode 100644 index 000000000..2693b945f --- /dev/null +++ b/translations/projects/Russian/tar.atp @@ -0,0 +1,61 @@ +[Files] +Original=$BUILD_DIR\plugins\tar\lang\english.slg +Translated=$BUILD_DIR\plugins\tar\lang\russian.slg +Include=..\..\symbols\plugins\tar\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +00002bc0=1 +00002bc1=1 +00002bc2=1 +00002bc3=1 +00002bc4=1 +00002bc5=1 +00002bc6=1 +00002bc7=1 +00002be8=1 +00002bf2=1 +00002bf3=1 +00002bf4=1 +00002bfc=1 +00002bfd=1 +00002bfe=1 +00002bff=1 +00002c00=1 +00002c01=1 +00002c02=1 +00002c03=1 +00002c04=1 +00002c05=1 +00002c06=1 +00002c07=1 +00002c08=1 +00002c09=1 +00002c0a=1 +00002c0b=1 +00002c10=1 +00002c11=1 +00002c12=1 +00002c13=1 +00002c14=1 +00002c15=1 +00002c16=1 +00002c1b=1 +00002c1c=1 +00002c1d=1 +00002c23=1 +00002c24=1 +00002c25=1 + +[Relayout] + diff --git a/translations/projects/Russian/unarj.atp b/translations/projects/Russian/unarj.atp new file mode 100644 index 000000000..f9274c076 --- /dev/null +++ b/translations/projects/Russian/unarj.atp @@ -0,0 +1,78 @@ +[Files] +Original=$BUILD_DIR\plugins\unarj\lang\english.slg +Translated=$BUILD_DIR\plugins\unarj\lang\russian.slg +Include=..\..\symbols\plugins\unarj\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640002=1 +00640004=1 +00640006=1 +00640007=1 +00640008=1 +00670000=1 +00670001=1 +00670003=1 +00670004=1 +00670005=1 +00670006=1 +00670007=1 +006a0000=1 +006a0001=1 +006a0002=1 +006a0003=1 +006a0004=1 +006a0006=1 +006a0007=1 +00730000=1 +00730001=1 +00730002=1 +00730003=1 +00730005=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 + +[Relayout] + diff --git a/translations/projects/Russian/uncab.atp b/translations/projects/Russian/uncab.atp new file mode 100644 index 000000000..b359be271 --- /dev/null +++ b/translations/projects/Russian/uncab.atp @@ -0,0 +1,80 @@ +[Files] +Original=$BUILD_DIR\plugins\uncab\lang\english.slg +Translated=$BUILD_DIR\plugins\uncab\lang\russian.slg +Include=..\..\symbols\plugins\uncab\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640002=1 +00640004=1 +00640006=1 +00640008=1 +00640009=1 +0064000a=1 +00670000=1 +00670001=1 +00670003=1 +00670004=1 +00670005=1 +00670006=1 +00670007=1 +00670008=1 +006a0000=1 +006a0001=1 +006a0002=1 +006a0003=1 +006a0004=1 +006a0006=1 +006a0007=1 +00730000=1 +00730001=1 +00730002=1 +00730003=1 +00730005=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003f0=1 +000003f4=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 + +[Relayout] + diff --git a/translations/projects/Russian/unchm.atp b/translations/projects/Russian/unchm.atp new file mode 100644 index 000000000..50260bcdc --- /dev/null +++ b/translations/projects/Russian/unchm.atp @@ -0,0 +1,46 @@ +[Files] +Original=$BUILD_DIR\plugins\unchm\lang\english.slg +Translated=$BUILD_DIR\plugins\unchm\lang\russian.slg +Include=..\..\symbols\plugins\unchm\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000408=1 +0000044c=1 +0000044d=1 +00000451=1 +00000452=1 +00000453=1 + +[Relayout] + diff --git a/translations/projects/Russian/undelete.atp b/translations/projects/Russian/undelete.atp new file mode 100644 index 000000000..49620c12a --- /dev/null +++ b/translations/projects/Russian/undelete.atp @@ -0,0 +1,152 @@ +[Files] +Original=$BUILD_DIR\plugins\undelete\lang\english.slg +Translated=$BUILD_DIR\plugins\undelete\lang\russian.slg +Include=..\..\symbols\plugins\undelete\symbols.inc +SalMenu=..\..\symbols\plugins\undelete\salmenu.mnu +IgnoreList=..\..\symbols\plugins\undelete\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +03e80000=1 +03e80003=1 +03e80004=1 +044c0000=1 +044c0001=1 +044c0003=1 +044c0005=1 +044c0006=1 +044c0007=1 +044c0008=1 +044c0009=1 +044c000a=1 +044c000b=1 +044c000c=1 +044c000d=1 +044c000e=1 +04b00000=1 +04b00001=1 +04b00003=1 +04b00005=1 +04b00007=1 +04b00009=1 +05140000=1 +05140001=1 +05140003=1 +05140004=1 +05140005=1 +05780000=1 +05780001=1 +05780003=1 +05780004=1 +05780005=1 +05780006=1 +05780007=1 +05780008=1 +05780009=1 +05dc0000=1 +05dc0001=1 +05dc0002=1 +05dc0004=1 +05dc0005=1 +05dc0006=1 +05dc0007=1 + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000006=1 +00000009=1 +0000000a=1 +0000000b=1 +0000000c=1 +0000000d=1 +0000000e=1 +0000000f=1 +00000011=1 +00000012=1 +00000013=1 +00000014=1 +00000015=1 +00000016=1 +00000017=1 +00000018=1 +00000019=1 +0000001a=1 +0000001b=1 +0000001c=1 +0000001d=1 +0000001e=1 +0000001f=1 +00000020=1 +00000021=1 +00000022=1 +00000023=1 +00000024=1 +00000025=1 +00000026=1 +00000027=1 +00000028=1 +00000029=1 +0000002a=1 +0000002b=1 +0000002c=1 +0000002d=1 +0000002e=1 +0000002f=1 +00000030=1 +00000031=1 +00000032=1 +0000003b=1 +0000003c=1 +0000003d=1 +0000003e=1 +0000003f=1 +00000040=1 +00000041=1 +00000042=1 +00000043=1 +00000044=1 +00000045=1 +00000046=1 +00000047=1 +00000048=1 +00000049=1 +0000004a=1 +0000004b=1 +0000004d=1 +00000050=1 +00000051=1 +00000052=1 +00000053=1 +00000054=1 +00000055=1 +00000056=1 +0000005a=1 +0000005b=1 +0000005c=1 +0000005d=1 +0000005e=1 +0000005f=1 +00000060=1 +00000061=1 +00000062=1 +00000063=1 +00000064=1 +00000065=1 +00000066=1 +00000067=1 +00000068=1 +00000069=1 + +[Relayout] + diff --git a/translations/projects/Russian/unfat.atp b/translations/projects/Russian/unfat.atp new file mode 100644 index 000000000..7f1ead140 --- /dev/null +++ b/translations/projects/Russian/unfat.atp @@ -0,0 +1,33 @@ +[Files] +Original=$BUILD_DIR\plugins\unfat\lang\english.slg +Translated=$BUILD_DIR\plugins\unfat\lang\russian.slg +Include=..\..\symbols\plugins\unfat\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003eb=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000450=1 +00000452=1 +00000453=1 +00000454=1 +00000455=1 +00000456=1 + +[Relayout] + diff --git a/translations/projects/Russian/uniso.atp b/translations/projects/Russian/uniso.atp new file mode 100644 index 000000000..8fc865ad0 --- /dev/null +++ b/translations/projects/Russian/uniso.atp @@ -0,0 +1,99 @@ +[Files] +Original=$BUILD_DIR\plugins\uniso\lang\english.slg +Translated=$BUILD_DIR\plugins\uniso\lang\russian.slg +Include=..\..\symbols\plugins\uniso\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +04b00000=1 +04b00001=1 +04b00002=1 +04b00003=1 +04b00005=1 +04b00006=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=0 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +0000047e=1 +0000047f=1 +00000480=1 +00000481=1 +00000482=1 +00000483=1 +00000484=1 + +[Relayout] + diff --git a/translations/projects/Russian/unlha.atp b/translations/projects/Russian/unlha.atp new file mode 100644 index 000000000..d7c22b8b9 --- /dev/null +++ b/translations/projects/Russian/unlha.atp @@ -0,0 +1,41 @@ +[Files] +Original=$BUILD_DIR\plugins\unlha\lang\english.slg +Translated=$BUILD_DIR\plugins\unlha\lang\russian.slg +Include=..\..\symbols\plugins\unlha\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000005=1 +00000006=1 +00000007=1 +00000008=1 +0000000a=1 +0000000b=1 +0000000c=1 +0000000d=1 +0000000e=1 +0000000f=1 +00000010=1 +00000011=1 +00000012=1 +00000013=1 +00000014=1 +00000015=1 +00000016=1 + +[Relayout] + diff --git a/translations/projects/Russian/unmime.atp b/translations/projects/Russian/unmime.atp new file mode 100644 index 000000000..4aef98df0 --- /dev/null +++ b/translations/projects/Russian/unmime.atp @@ -0,0 +1,43 @@ +[Files] +Original=$BUILD_DIR\plugins\unmime\lang\english.slg +Translated=$BUILD_DIR\plugins\unmime\lang\russian.slg +Include=..\..\symbols\plugins\unmime\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00650000=1 +00650001=1 +00650003=1 +00650004=1 +00650005=1 +00650006=1 +00650008=1 +00650009=1 + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000005=1 +00000006=1 +00000007=1 +00000008=1 +00000009=1 +0000000a=1 +0000000b=1 +0000000c=1 +0000000d=1 +0000000e=1 +0000000f=1 + +[Relayout] + diff --git a/translations/projects/Russian/unrar.atp b/translations/projects/Russian/unrar.atp new file mode 100644 index 000000000..7dce1640d --- /dev/null +++ b/translations/projects/Russian/unrar.atp @@ -0,0 +1,93 @@ +[Files] +Original=$BUILD_DIR\plugins\unrar\lang\english.slg +Translated=$BUILD_DIR\plugins\unrar\lang\russian.slg +Include=..\..\symbols\plugins\unrar\symbols.inc +IgnoreList=..\..\symbols\plugins\unrar\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640002=1 +00640004=1 +00640005=1 +00640006=1 +00670000=1 +00670001=1 +00670003=1 +00670004=1 +00670005=1 +00670006=1 +00670007=1 +006a0000=1 +006a0001=1 +006a0002=1 +006a0003=1 +006a0004=1 +006a0006=1 +006a0008=1 +006a0009=1 +006c0000=1 +006c0002=1 +006c0003=1 +006c0005=1 +006c0007=1 +006c0008=1 +006c0009=1 +006c000a=1 +006c000b=1 +00730000=1 +00730001=1 +00730002=1 +00730003=1 +00730005=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +00000410=1 +00000411=1 + +[Relayout] + diff --git a/translations/projects/Russian/wmobile.atp b/translations/projects/Russian/wmobile.atp new file mode 100644 index 000000000..3913d69c6 --- /dev/null +++ b/translations/projects/Russian/wmobile.atp @@ -0,0 +1,88 @@ +[Files] +Original=$BUILD_DIR\plugins\wmobile\lang\english.slg +Translated=$BUILD_DIR\plugins\wmobile\lang\russian.slg +Include=..\..\symbols\plugins\wmobile\symbols.inc +IgnoreList=..\..\symbols\plugins\wmobile\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +01f40003=1 +01f40005=1 +01fe0005=1 +01fe0007=1 +01fe0009=1 +02080000=1 +02080002=1 +02080003=1 +02080004=1 +02080005=1 +02080006=1 +02080008=1 +02080009=1 +0208000c=1 +0208000f=1 +02080012=1 +02080014=1 +02080015=1 +02080017=1 +02080018=1 +02080019=1 + +[MenusTranslation] + +[StringsTranslation] +000007d0=1 +000007d1=1 +000007d2=1 +00000bb8=1 +00000bb9=1 +00000bba=1 +00000bbb=1 +00000bbc=1 +00000bbd=1 +00000bbe=1 +00000bbf=1 +00000bc0=1 +00000bc1=1 +00000bc2=1 +00000bc3=1 +00000bc4=1 +00000bc5=1 +00000bc6=1 +00000bc7=1 +00000bc8=1 +00000bc9=1 +00000bca=1 +00000bcb=1 +00000bcc=1 +00000bcd=1 +00000bce=1 +00000bcf=1 +00000bd0=1 +00000bd1=1 +00000bd2=1 +00000bd3=1 +00000bd4=1 +00000bd5=1 +00000bd6=1 +00000bd7=1 +00000bd8=1 +00000bd9=1 +00000bda=1 +00000bdb=1 +00000bdc=1 +00000bdd=1 +00000bde=1 +00000bdf=1 +00000be0=1 +00000be1=1 +00000be2=1 + +[Relayout] + diff --git a/translations/projects/Russian/zip.atp b/translations/projects/Russian/zip.atp new file mode 100644 index 000000000..28ce93884 --- /dev/null +++ b/translations/projects/Russian/zip.atp @@ -0,0 +1,441 @@ +[Files] +Original=$BUILD_DIR\plugins\zip\lang\english.slg +Translated=$BUILD_DIR\plugins\zip\lang\russian.slg +Include=..\..\symbols\plugins\zip\symbols.inc +SalMenu=..\..\symbols\plugins\zip\salmenu.mnu +IgnoreList=..\..\symbols\plugins\zip\ignore.lst +CheckList=..\..\symbols\plugins\zip\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640004=1 +00640005=1 +00640008=1 +0064000a=1 +0064000b=1 +0064000d=1 +0064000e=1 +00640010=1 +00640012=1 +00640013=1 +00640014=1 +00640015=1 +00640017=1 +00640018=1 +00640019=1 +0064001a=1 +0064001b=1 +00700000=1 +00700001=1 +00700003=1 +00700004=1 +00700006=1 +00700007=1 +00700008=1 +00700009=1 +0070000a=1 +0070000b=1 +0070000d=1 +0070000f=1 +00700011=1 +00700012=1 +00700013=1 +00700014=1 +00700015=1 +00700016=1 +00700018=1 +0070001a=1 +0070001b=1 +0070001c=1 +0070001d=1 +007b0000=1 +007b0002=1 +007b0003=1 +007b0005=1 +007b0007=1 +007b0008=1 +007b0009=1 +007b000a=1 +007e0000=1 +007e0001=1 +007e0002=1 +007e0004=1 +007e0006=1 +007e0008=1 +007e0009=1 +007e000a=1 +007e000b=1 +00870000=1 +00870002=1 +00870003=1 +00870004=1 +00890000=1 +00890001=1 +00890004=1 +00890005=1 +00890006=1 +00890007=1 +00890008=1 +008d0000=1 +008d0001=1 +008d0002=1 +008d0003=1 +008d0005=1 +008d0006=1 +008d0007=1 +008e0000=1 +008e0002=1 +008e0003=1 +008e0004=1 +008e0005=1 +008e0006=1 +008e0008=1 +008e0009=1 +008e000a=1 +00920000=1 +00920002=1 +00920003=1 +00920005=1 +00920006=1 +00920007=1 +00920008=1 +0092000a=1 +0092000b=1 +0092000c=1 +0092000d=1 +0092000e=1 +00920010=1 +00920012=1 +00920013=1 +00920014=1 +00920015=1 +00920016=1 +00920017=1 +00920018=1 +00920019=1 +0092001a=1 +0092001b=1 +0092001c=1 +0092001d=1 +00980000=1 +00980001=1 +00980004=1 +00980005=1 +00980006=1 +00980007=1 +00a60000=1 +00a60001=1 +00a60003=1 +00a60005=1 +00a60006=1 +00aa0000=1 +00aa0001=1 +00aa0003=1 +00aa0005=1 +00aa0007=1 +00aa0008=1 +00aa0009=1 +00b40000=1 +00be0000=1 +00be0001=1 +00be0002=1 +00be0003=1 +00be0004=1 +00be0006=1 +00be0008=1 +00be000a=1 +00be000c=1 +00be000d=1 +00be000f=1 +00be0011=1 +00be0013=1 +00be0015=1 +00be0017=1 +00be0018=1 +00be0019=1 +00be001a=1 +00d20000=1 +00d20001=1 +00d20003=1 +00d20004=1 +00d20005=1 +00d20006=1 +00dc0000=1 +00dc0001=1 +00dc0002=1 +00dc0003=1 +00dc0006=1 +00dc0007=1 +00dc0008=1 +00fa0000=1 +00fa0001=1 +00fa0002=1 +00fa0003=1 +00fa0004=1 +00fa0006=1 +00fa0007=1 +00fa0008=1 + +[MenusTranslation] +01900000=1 +01900001=1 +01900002=1 +01900003=1 +01900004=1 +01900005=1 +01900006=1 +01900007=1 +01900008=1 +0190000a=1 +0190000b=1 +0190000d=1 +03200001=1 +03200002=1 +03200004=1 +03520000=1 +03520001=1 +03520003=1 +035c0001=1 +035c0002=1 +035c0003=1 +035c0004=1 +035c0006=1 +035c0007=1 + +[StringsTranslation] +0000008b=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +00000418=1 +00000419=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +00000441=1 +00000442=1 +00000443=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000450=1 +00000451=1 +00000452=1 +00000453=1 +00000454=1 +00000455=1 +00000456=1 +00000457=1 +00000458=1 +00000459=1 +0000045a=1 +0000045b=1 +0000045c=1 +0000045d=1 +0000045e=1 +0000045f=1 +00000460=1 +00000461=1 +00000462=1 +00000463=1 +00000464=1 +00000465=1 +00000466=1 +00000467=1 +00000468=1 +00000469=1 +0000046a=1 +0000046b=1 +0000046c=1 +0000046d=1 +0000046e=1 +0000046f=1 +00000470=1 +00000471=1 +00000472=1 +00000473=1 +00000474=1 +00000475=1 +00000476=1 +00000477=1 +00000478=1 +00000479=1 +0000047a=1 +0000047b=1 +0000047c=1 +0000047d=1 +0000047e=1 +0000047f=1 +00000480=1 +00000481=1 +00000482=1 +00000483=1 +00000484=1 +00000485=1 +00000486=1 +00000487=1 +00000488=1 +00000489=1 +0000048a=1 +0000048b=1 +0000048c=1 +0000048d=1 +0000048e=1 +00000490=1 +00000491=1 +00000492=1 +00000493=1 +00000499=1 +000004a1=1 +000004a4=1 +000004a5=1 +000004a6=1 +000004a7=1 +000004a8=1 +000004a9=1 +000004aa=1 +000004ab=1 +000004ac=1 +000004ad=1 +000004ae=1 +000004af=1 +000004b0=1 +000004b1=1 +000004b2=1 +000004b8=1 +000004b9=1 +000004ba=1 +000004bb=1 +000004bc=1 +000004bd=1 +000004be=1 +000004bf=1 +000004c0=1 +000004c1=1 +000004c2=1 +000004c3=1 +000004c4=1 +000004c5=1 +000004c6=1 +000004c7=1 +000004c8=1 +000004c9=1 +000004ca=1 +000004cb=1 +000004cc=1 +000004cd=1 +000004ce=1 +000004cf=1 +000004d0=1 +000004d1=1 +000004d2=1 +000004d3=1 +000004d4=1 +000004d5=1 +000004d6=1 +000004d7=1 +000004d8=1 +000004d9=1 +000004da=1 +000004db=1 +000004e2=1 +000004e3=1 +000004e4=1 +000004e5=1 +000004e6=1 + +[Relayout] + diff --git a/translations/projects/Slovak/!export_slt.bat b/translations/projects/Slovak/!export_slt.bat new file mode 100644 index 000000000..75a98635f --- /dev/null +++ b/translations/projects/Slovak/!export_slt.bat @@ -0,0 +1 @@ +@call ..\tools\!export_slt.bat diff --git a/translations/projects/Slovak/!export_slt_for_diff.bat b/translations/projects/Slovak/!export_slt_for_diff.bat new file mode 100644 index 000000000..daa485f3a --- /dev/null +++ b/translations/projects/Slovak/!export_slt_for_diff.bat @@ -0,0 +1 @@ +@call ..\tools\!export_slt_for_diff.bat diff --git a/translations/projects/Slovak/!export_spellchck.bat b/translations/projects/Slovak/!export_spellchck.bat new file mode 100644 index 000000000..6b6d1b820 --- /dev/null +++ b/translations/projects/Slovak/!export_spellchck.bat @@ -0,0 +1 @@ +@call ..\tools\!export_spellchck.bat diff --git a/translations/projects/Slovak/!import.bat b/translations/projects/Slovak/!import.bat new file mode 100644 index 000000000..f0f5baed3 --- /dev/null +++ b/translations/projects/Slovak/!import.bat @@ -0,0 +1 @@ +@call ..\tools\!import.bat diff --git a/translations/projects/Slovak/!import_only_dialog_layouts.bat b/translations/projects/Slovak/!import_only_dialog_layouts.bat new file mode 100644 index 000000000..d49c272c0 --- /dev/null +++ b/translations/projects/Slovak/!import_only_dialog_layouts.bat @@ -0,0 +1,49 @@ +@rem This batch stops on the first module which import has failed. + +@set IMPORT_MODULES_FROM_SALVER=Salamand 2.55 beta 1 (IB 74)\projects\Czech + +@call :run_import 7zip.atp +@call :run_import automation.atp +@call :run_import dbviewer.atp +@call :run_import diskmap.atp +@call :run_import filecomp.atp +@call :run_import ftp.atp +@call :run_import checksum.atp +@call :run_import checkver.atp +@call :run_import ieviewer.atp +@call :run_import mmviewer.atp +@call :run_import nethood.atp +@call :run_import pak.atp +@call :run_import peviewer.atp +@call :run_import pictview.atp +@call :run_import regedt.atp +@call :run_import renamer.atp +@call :run_import salamand.atp +@call :run_import splitcbn.atp +@call :run_import tar.atp +@call :run_import unarj.atp +@call :run_import uncab.atp +@call :run_import undelete.atp +@call :run_import unfat.atp +@call :run_import unchm.atp +@call :run_import uniso.atp +@call :run_import unlha.atp +@call :run_import unmime.atp +@call :run_import unrar.atp +@call :run_import wmobile.atp +@call :run_import zip.atp + +@echo. +@echo Dialog layouts imported for all modules. +@echo. + +@pause + +@exit /b + + +:run_import +@echo Importing dialog layouts from %1 ... +@call ..\..\..\altaptrl.exe -quiet-import-only-dialog-layout "%IMPORT_MODULES_FROM_SALVER%" %1 +@if %ERRORLEVEL% EQU 0 @exit +@exit /b diff --git a/translations/projects/Slovak/!import_slt.bat b/translations/projects/Slovak/!import_slt.bat new file mode 100644 index 000000000..503436e3f --- /dev/null +++ b/translations/projects/Slovak/!import_slt.bat @@ -0,0 +1 @@ +@call ..\tools\!import_slt.bat diff --git a/translations/projects/Slovak/!import_trlprop.bat b/translations/projects/Slovak/!import_trlprop.bat new file mode 100644 index 000000000..5e4ebc9e1 --- /dev/null +++ b/translations/projects/Slovak/!import_trlprop.bat @@ -0,0 +1 @@ +@call ..\tools\!import_trlprop.bat diff --git a/translations/projects/Slovak/!open_all.bat b/translations/projects/Slovak/!open_all.bat new file mode 100644 index 000000000..0deb29b66 --- /dev/null +++ b/translations/projects/Slovak/!open_all.bat @@ -0,0 +1 @@ +@call ..\tools\!open_all.bat diff --git a/translations/projects/Slovak/!translate1.bat b/translations/projects/Slovak/!translate1.bat new file mode 100644 index 000000000..f3eca52df --- /dev/null +++ b/translations/projects/Slovak/!translate1.bat @@ -0,0 +1 @@ +@call ..\tools\!translate1.bat diff --git a/translations/projects/Slovak/!translate2.bat b/translations/projects/Slovak/!translate2.bat new file mode 100644 index 000000000..7534fa669 --- /dev/null +++ b/translations/projects/Slovak/!translate2.bat @@ -0,0 +1 @@ +@call ..\tools\!translate2.bat diff --git a/translations/projects/Slovak/!validate1.bat b/translations/projects/Slovak/!validate1.bat new file mode 100644 index 000000000..31509bdba --- /dev/null +++ b/translations/projects/Slovak/!validate1.bat @@ -0,0 +1 @@ +@call ..\tools\!validate1.bat diff --git a/translations/projects/Slovak/!validate2.bat b/translations/projects/Slovak/!validate2.bat new file mode 100644 index 000000000..92d2d8d79 --- /dev/null +++ b/translations/projects/Slovak/!validate2.bat @@ -0,0 +1 @@ +@call ..\tools\!validate2.bat diff --git a/translations/projects/Slovak/7zip.atp b/translations/projects/Slovak/7zip.atp new file mode 100644 index 000000000..0dbe8d060 --- /dev/null +++ b/translations/projects/Slovak/7zip.atp @@ -0,0 +1,143 @@ +[Files] +Original=$BUILD_DIR\plugins\7zip\lang\english.slg +Translated=$BUILD_DIR\plugins\7zip\lang\slovak.slg +Include=..\..\symbols\plugins\7zip\symbols.inc +SalMenu=..\..\symbols\plugins\7zip\salmenu.mnu +CheckList=..\..\symbols\plugins\7zip\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +04b00000=1 +04b00001=1 +04b00003=1 +04b00004=1 +04b00005=1 +04b00006=1 +04b00007=1 +04b00009=1 +04b0000b=1 +04b0000d=1 +04b0000f=1 +04b00011=1 +04b00013=1 +04b00014=1 +04b00015=1 +04b10000=1 +04b10001=1 +04b10004=1 +04b10005=1 +04b10007=1 +04b10009=1 +04b1000b=1 +04b1000d=1 +04b1000f=1 +04b10011=1 +04b10013=1 +04b10015=1 +04b10016=1 +04b10017=1 +04b10018=1 +04b10019=1 +04b20000=1 +04b20002=1 +04b20003=1 +04b20005=1 +04b20006=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +00000418=1 +00000419=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +00000442=1 +00000443=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 + +[Relayout] + diff --git a/translations/projects/Slovak/automation.atp b/translations/projects/Slovak/automation.atp new file mode 100644 index 000000000..89581680c --- /dev/null +++ b/translations/projects/Slovak/automation.atp @@ -0,0 +1,69 @@ +[Files] +Original=$BUILD_DIR\plugins\automation\lang\english.slg +Translated=$BUILD_DIR\plugins\automation\lang\slovak.slg +Include=..\..\symbols\plugins\automation\symbols.inc +SalMenu=..\..\symbols\plugins\automation\salmenu.mnu +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640004=1 +00650000=1 +00650001=1 +00650003=1 +00650004=1 +00650005=1 +00650006=1 + +[MenusTranslation] +006a0000=1 +006a0001=1 +006a0003=1 +006a0004=1 + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000080=1 +00000081=1 +00000082=1 +00000083=1 +00000084=1 +00000086=1 +00000087=1 +00000088=1 +00000089=1 +0000008a=1 +0000008b=1 +0000008c=1 +0000008d=1 +0000008e=1 +0000008f=1 +00000090=1 +00000091=1 +00000092=1 +00000093=1 +00000100=1 +00000101=1 +00000102=1 +00000103=1 +00000104=1 +00000105=1 +00000106=1 +00000107=1 +00000108=1 +00000109=1 +0000010a=1 +0000010b=1 + +[Relayout] + diff --git a/translations/projects/Slovak/checksum.atp b/translations/projects/Slovak/checksum.atp new file mode 100644 index 000000000..db89751ab --- /dev/null +++ b/translations/projects/Slovak/checksum.atp @@ -0,0 +1,104 @@ +[Files] +Original=$BUILD_DIR\plugins\checksum\lang\english.slg +Translated=$BUILD_DIR\plugins\checksum\lang\slovak.slg +Include=..\..\symbols\plugins\checksum\symbols.inc +SalMenu=..\..\symbols\plugins\checksum\salmenu.mnu +IgnoreList=..\..\symbols\plugins\checksum\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +03e80000=1 +03e80001=1 +03e80002=1 +03e80003=1 +03e80004=1 +03e80005=1 +03e80006=1 +03e80007=1 +03e90000=1 +03e90001=1 +03e90002=1 +03e90003=1 +03e90004=1 +03e90005=1 +03e90006=1 +03e90007=1 +03e90008=1 +03e90009=1 +07d00001=1 +07d00002=1 +07d00003=1 +07d00005=1 +07d00006=1 + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000005=1 +00000006=1 +00000007=1 +00000028=1 +00000029=1 +0000002a=1 +0000002b=1 +0000002c=1 +0000002d=1 +0000002e=1 +0000002f=1 +00000030=1 +00000035=1 +00000036=1 +00000037=1 +00000038=1 +00000039=1 +0000003a=1 +0000003b=1 +0000003c=1 +0000003d=1 +0000003e=1 +0000003f=1 +00000041=1 +00000042=1 +00000043=1 +00000044=1 +00000046=1 +00000047=1 +00000048=1 +0000004a=1 +0000004b=1 +0000004c=1 +0000004d=1 +0000004e=1 +0000004f=1 +00000050=1 +00000051=1 +00000052=1 +00000053=1 +00000054=1 +00000055=1 +00000056=1 +0000005a=1 +0000005b=1 +0000005c=1 +0000005d=1 +0000005e=1 +0000005f=1 +00000064=1 +00000065=1 +00000066=1 +00000067=1 +00000068=1 +00000078=1 + +[Relayout] + diff --git a/translations/projects/Slovak/checkver.atp b/translations/projects/Slovak/checkver.atp new file mode 100644 index 000000000..00ac36ae9 --- /dev/null +++ b/translations/projects/Slovak/checkver.atp @@ -0,0 +1,119 @@ +[Files] +Original=$BUILD_DIR\plugins\checkver\lang\english.slg +Translated=$BUILD_DIR\plugins\checkver\lang\slovak.slg +Include=..\..\symbols\plugins\checkver\symbols.inc +SalMenu=..\..\symbols\plugins\checkver\salmenu.mnu +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640002=1 +00640003=1 +00640005=1 +006e0000=1 +006e0001=1 +006e0003=1 +006e0004=1 +006e0005=1 +006e0006=1 +006e0007=1 +006e0008=1 +006e0009=1 +006e000a=1 +006e000b=1 +006e000c=1 +006e000d=1 +006e000e=1 +006e0010=1 +006e0011=1 +006e0012=1 +006e0013=1 +006e0014=1 +006e0015=1 +006e0016=1 +006e0017=1 +006e0018=1 +00820000=1 +00820002=1 +00820003=1 +00820004=1 +00820005=1 +00820006=1 +00820007=1 +00820008=1 +00820009=1 +0082000a=1 +0082000b=1 +0082000d=1 +0082000e=1 +0082000f=1 + +[MenusTranslation] + +[StringsTranslation] +000000be=1 +000000bf=1 +000000d2=1 +000000d3=1 +000000d4=1 +000000d5=1 +000000d6=1 +000000d7=1 +000000d8=1 +000000d9=1 +000000da=1 +000000dc=1 +000000dd=1 +000000de=1 +000000df=1 +000000e0=1 +000000e1=1 +000000e2=1 +000000e3=1 +000000e4=1 +000000e6=1 +000000e7=1 +000000e8=1 +000000e9=1 +000000ea=1 +000000eb=1 +000000f0=1 +000000f1=1 +000000f2=1 +000000f3=1 +000000f4=1 +000000f7=1 +000000f8=1 +000000fa=1 +000000fb=1 +000000fd=1 +000000fe=1 +000000ff=1 +00000100=1 +00000101=1 +00000102=1 +00000104=1 +0000010a=1 +0000010b=1 +0000010c=1 +0000010d=1 +0000010e=1 +0000010f=1 +00000110=1 +00000111=1 +00000112=1 +00000113=1 +00000114=1 +00000115=1 +00000116=1 +00000117=1 + +[Relayout] + diff --git a/translations/projects/Slovak/dbviewer.atp b/translations/projects/Slovak/dbviewer.atp new file mode 100644 index 000000000..072bd8789 --- /dev/null +++ b/translations/projects/Slovak/dbviewer.atp @@ -0,0 +1,184 @@ +[Files] +Original=$BUILD_DIR\plugins\dbviewer\lang\english.slg +Translated=$BUILD_DIR\plugins\dbviewer\lang\slovak.slg +Include=..\..\symbols\plugins\dbviewer\symbols.inc +SalMenu=..\..\symbols\plugins\dbviewer\salmenu.mnu +IgnoreList=..\..\symbols\plugins\dbviewer\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +2fa80000=1 +2fa80001=1 +2fbc0000=1 +2fbc0001=1 +2fbc0002=1 +2fbc0004=1 +2fbc0005=1 +2fbc0006=1 +2fbc0007=1 +2fbc0008=1 +2fbc0009=1 +2fbc000a=1 +2fd00000=1 +2fd00003=1 +2fd00004=1 +2fd00005=1 +2fd00006=1 +2fda0000=1 +2fda0001=1 +2fda0002=1 +2fda0003=1 +2fda0004=1 +2fda0005=1 +2fda0006=1 +2fda0007=1 +2fda0009=1 +2fda000a=1 +2fda000b=1 +2fda000c=1 +2fda000d=1 +2fda000e=1 +2fda000f=1 +2fda0010=1 +2fda0011=1 +2fda0012=1 +2fda0013=1 +2fda0014=1 +2fda0015=1 +300c0000=1 +300c0002=1 +300c0005=1 +300c0006=1 +300c0007=1 +300c0008=1 +300c0009=1 +300c000a=1 +300c000c=1 +300c000d=1 +300c000e=1 +30700000=1 +30700001=1 +30700003=1 +30700004=1 + +[MenusTranslation] + +[StringsTranslation] +00002b51=1 +00002b52=1 +00002b54=1 +00002b5d=1 +00002b66=1 +00002b67=1 +00002b68=1 +00002b69=1 +00002b6a=1 +00002b6b=1 +00002b6c=1 +00002b6d=1 +00002b70=1 +00002b71=1 +00002b72=1 +00002b73=1 +00002b74=1 +00002b75=1 +00002b76=1 +00002b7a=1 +00002b7b=1 +00002b7c=1 +00002b7d=1 +00002b7e=1 +00002b7f=1 +00002b80=1 +00002b84=1 +00002b85=1 +00002b86=1 +00002b87=1 +00002b88=1 +00002b89=1 +00002b8a=1 +00002b8b=1 +00002b8c=1 +00002b8d=1 +00002b8e=1 +00002b8f=1 +00002b90=1 +00002b91=1 +00002b92=1 +00002b93=1 +00002b98=1 +00002b9a=1 +00002b9b=1 +00002b9c=1 +00002b9d=1 +00002b9e=1 +00002b9f=1 +00002ba0=1 +00002ba1=1 +00002ba2=1 +00002ba3=1 +00002ba4=1 +00002ba5=1 +00002bba=1 +00002bbb=1 +00002bbc=1 +00002bbd=1 +00002bc0=1 +00002bc1=1 +00002bc2=1 +00002bc3=1 +00002bc4=1 +00002bc5=1 +00002bc6=1 +00002bc7=1 +00002bc8=1 +00002bc9=1 +00002bca=1 +00002bcb=1 +00002bd1=1 +00002bd2=1 +00002bd3=1 +00002bd4=1 +00002bd5=1 +00002bd6=1 +00002bd7=1 +00002bd8=1 +00002bd9=1 +00002bda=1 +00002bde=1 +00002bdf=1 +00002be0=1 +00002be1=1 +00002bf2=1 +00002bf3=1 +00002bf4=1 +00002bf5=1 +00002bf6=1 +00002bf7=1 +00002c06=1 +00002c07=1 +00002c08=1 +00002c10=1 +00002c11=1 +00002c12=1 +00002c13=1 +00002c14=1 +00002cec=1 +00002ced=1 +00002cee=1 +00002cef=1 +00002cf0=1 +00002cf1=1 +00002d00=0 +00002d01=1 +00002d02=0 +00002d03=1 + +[Relayout] + diff --git a/translations/projects/Slovak/diskmap.atp b/translations/projects/Slovak/diskmap.atp new file mode 100644 index 000000000..160c94ab9 --- /dev/null +++ b/translations/projects/Slovak/diskmap.atp @@ -0,0 +1,80 @@ +[Files] +Original=$BUILD_DIR\plugins\diskmap\lang\english.slg +Translated=$BUILD_DIR\plugins\diskmap\lang\slovak.slg +Include=..\..\symbols\plugins\diskmap\symbols.inc +SalMenu=..\..\symbols\plugins\diskmap\salmenu.mnu +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] +006d0000=1 +006d0001=1 +006d0002=1 +006d0004=1 +006d0005=1 +006d0007=1 +006d0008=1 +006d0009=1 +006d000a=1 +006d000b=1 +006d000d=1 +006d000e=1 +006d000f=1 +006d0010=1 +006d0011=1 +006d0012=1 +006d0013=1 +006d0014=1 +006d0016=1 +006d0017=1 +006d0018=1 + +[StringsTranslation] +00000020=1 +00000021=1 +00000022=1 +00000023=1 +00000028=1 +00000029=1 +00000030=1 +00000031=1 +00000032=1 +00000033=1 +00000034=1 +00000035=1 +00000036=1 +00000037=1 +00000038=1 +00000039=1 +0000003a=1 +0000003b=1 +0000003c=1 +0000003d=1 +0000003e=1 +0000003f=1 +00000040=1 +00000041=1 +00000042=1 +00000043=1 +00000044=1 +00000045=1 +00000046=1 +00000047=1 +00000048=1 +00000049=1 +0000004a=1 +0000004b=1 +0000004c=1 +0000004d=1 +0000004e=1 +0000004f=1 + +[Relayout] + diff --git a/translations/projects/Slovak/filecomp.atp b/translations/projects/Slovak/filecomp.atp new file mode 100644 index 000000000..1e484ab00 --- /dev/null +++ b/translations/projects/Slovak/filecomp.atp @@ -0,0 +1,245 @@ +[Files] +Original=$BUILD_DIR\plugins\filecomp\lang\english.slg +Translated=$BUILD_DIR\plugins\filecomp\lang\slovak.slg +Include=..\..\symbols\plugins\filecomp\symbols.inc +SalMenu=..\..\symbols\plugins\filecomp\salmenu.mnu +IgnoreList=..\..\symbols\plugins\filecomp\ignore.lst +CheckList=..\..\symbols\plugins\filecomp\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640004=1 +00640006=1 +00640007=1 +00640008=1 +00640009=1 +00690000=1 +00690001=1 +00690003=1 +00690004=1 +00690009=1 +0069000a=1 +0069000b=1 +0069000c=1 +0069000d=1 +0069000e=1 +0069000f=1 +00690010=1 +00690011=1 +00690014=1 +00820000=1 +00820001=1 +00820003=1 +00820004=1 +00820005=1 +00820006=1 +00820008=1 +00820009=1 +0082000a=1 +0082000b=1 +0082000c=1 +0082000d=1 +00820012=1 +00820014=1 +00820015=1 +00820016=1 +00820017=1 +00820018=1 +00820019=1 +0082001a=1 +0082001b=1 +0082001c=1 +0082001d=1 +0082001e=1 +00820020=1 +00820022=1 +00820024=1 +00820025=1 +00820026=1 +008c0000=1 +008c0001=1 +008c0003=1 +008c0004=1 +008c0006=1 +008c0008=1 +008c000a=1 +008c000c=1 +008c000d=1 +008c000e=1 +008c0010=1 +008c0012=1 +008c0014=1 +00960000=1 +00960001=1 +00960003=1 +00960004=1 +00960005=1 +00960006=1 +00960008=1 +00960009=1 +0096000a=1 +0096000b=1 +0096000c=1 +0096000d=1 +00960012=1 +00960014=1 +00960015=1 +00960016=1 +00960017=1 +00960018=1 +00960019=1 +0096001a=1 +0096001b=1 +0096001c=1 +0096001d=1 +0096001e=1 +00960020=1 + +[MenusTranslation] +02580000=1 +02580001=1 +02580002=1 +02580004=1 +02580005=1 +02580006=1 +02580007=1 +02580008=1 +02580009=1 +0258000a=1 +0258000c=1 +0258000d=1 +0258000e=1 +0258000f=1 +02580011=1 +02580013=1 +02580014=1 +02580015=1 +02580016=1 +02580017=1 +02580018=1 +02580019=1 +0258001b=1 +0258001c=1 +0258001d=1 +0258001e=1 +02580020=1 +02590001=1 +02590002=1 +025a0001=1 +025a0002=1 +025b0001=1 +025b0002=1 +025b0004=1 +025b0005=1 +025c0001=1 +025c0002=1 + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +00000441=1 +00000442=1 +00000443=1 +00000444=1 +00000445=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000450=1 + +[Relayout] + diff --git a/translations/projects/Slovak/ftp.atp b/translations/projects/Slovak/ftp.atp new file mode 100644 index 000000000..9421a7325 --- /dev/null +++ b/translations/projects/Slovak/ftp.atp @@ -0,0 +1,1482 @@ +[Files] +Original=$BUILD_DIR\plugins\ftp\lang\english.slg +Translated=$BUILD_DIR\plugins\ftp\lang\slovak.slg +Include=..\..\symbols\plugins\ftp\symbols.inc +SalMenu=..\..\symbols\plugins\ftp\salmenu.mnu +IgnoreList=..\..\symbols\plugins\ftp\ignore.lst +CheckList=..\..\symbols\plugins\ftp\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +01f40000=1 +01f40001=1 +01f40002=1 +01f40003=1 +01f40005=1 +01f40006=1 +01f40007=1 +01f40008=1 +01f40009=1 +02080000=1 +02080002=1 +02080003=1 +02080005=1 +02080006=1 +02080007=1 +02080008=1 +0208000a=1 +0208000c=1 +0208000d=1 +0208000e=1 +02080010=1 +02080011=1 +02080013=1 +02080015=1 +02080016=1 +02080018=1 +0208001a=1 +0208001b=1 +0208001c=1 +0208001d=1 +0208001f=1 +02170000=1 +02170001=1 +02170002=1 +02170003=1 +02170004=1 +02170005=1 +02170006=1 +02210000=1 +02210001=1 +02210003=1 +02210004=1 +02210006=1 +02210007=1 +02210009=1 +0221000a=1 +0221000c=1 +0221000e=1 +0221000f=1 +02210011=1 +02210012=1 +02210014=1 +02300000=1 +02300002=1 +02300004=1 +02300007=1 +02300008=1 +0230000a=1 +0230000d=1 +0230000e=1 +0230000f=1 +02300010=1 +02300012=1 +02300013=1 +02300014=1 +02300015=1 +02300016=1 +02300017=1 +02300018=1 +02440000=1 +02440001=1 +02440003=1 +02440004=1 +02440006=1 +02440007=1 +02440009=1 +0244000b=1 +0244000d=1 +0244000f=1 +02440011=1 +02440012=1 +02440013=1 +02440014=1 +02440016=1 +02440018=1 +02440019=1 +0244001b=1 +0244001c=1 +0244001d=1 +0244001f=1 +02440021=1 +02440022=1 +02440023=1 +02440024=1 +02440025=1 +02440026=1 +02440027=1 +02440028=1 +02440029=1 +02580000=1 +02580003=1 +02580004=1 +02620000=1 +02620001=1 +02620004=1 +02620005=1 +026c0000=1 +026c0002=1 +026c0004=1 +026c0005=1 +02760000=1 +02760001=1 +02760003=1 +02760005=1 +02760007=1 +02760008=1 +0276000a=1 +0276000b=1 +0276000d=1 +02800000=1 +02800002=1 +02800003=1 +028a0000=1 +028a0001=1 +028a0003=1 +028a0004=1 +028a0006=1 +028a0008=1 +02940000=1 +029e0000=1 +029e0001=1 +029e0004=1 +029e0005=1 +029e0006=1 +029e0007=1 +029e0008=1 +029e0009=1 +02a80000=1 +02a80002=1 +02a80004=1 +02a80006=1 +02a80008=1 +02b70000=1 +02b70001=1 +02b70003=1 +02b70004=1 +02b70005=1 +02b70006=1 +02b70007=1 +02c60000=1 +02c60001=1 +02c60004=1 +02c60005=1 +02c60007=1 +02c60008=1 +02c60009=1 +02c6000a=1 +02c6000b=1 +02c6000d=1 +02c6000e=1 +02c6000f=1 +02c60010=1 +02d50000=1 +02d50001=1 +02d50003=1 +02d50005=1 +02d50007=1 +02d5000a=1 +02d5000c=1 +02d5000e=1 +02d5000f=1 +02d50010=1 +02e40000=1 +02e40001=1 +02e40003=1 +02e40004=1 +02e40005=1 +02e40006=1 +02e40008=1 +02e40009=1 +02ee0005=1 +02ee0007=1 +02ee0009=1 +02ee000c=1 +02ee000d=1 +02ee000f=1 +02ee0010=1 +02ee0011=1 +02ee0012=1 +02ee0014=1 +02ee0016=1 +02ee0018=1 +02ee0019=1 +02ee001a=1 +02ee001b=1 +02ee001c=1 +02ee001e=1 +02ee001f=1 +02ee0020=1 +02ee0021=1 +02ee0022=1 +030b0003=1 +030b0004=1 +030b0005=1 +030b0006=1 +03110000=1 +03110001=1 +03110002=1 +03110005=1 +031b0000=1 +031b0002=1 +031b0003=1 +031b0004=1 +031b0005=1 +031b0006=1 +031b0007=1 +031b0008=1 +031b0009=1 +031b000a=1 +031b000b=1 +031b000c=1 +031b000d=1 +031b000e=1 +031b000f=1 +031b0011=1 +031b0013=1 +031b0014=1 +031b0015=1 +031b0016=1 +031b0017=1 +031b0018=1 +031b0019=1 +031b001a=1 +032f0000=1 +032f0002=1 +032f0003=1 +032f0005=1 +032f0007=1 +032f0009=1 +032f000b=1 +032f000d=1 +032f000f=1 +032f0012=1 +032f0013=1 +032f0016=1 +032f0017=1 +032f0019=1 +032f001b=1 +033e0001=1 +033e0002=1 +033e0003=1 +033e0004=1 +033e0006=1 +033e0007=1 +033e0009=1 +033e000b=1 +033e000d=1 +033e000f=1 +03480001=1 +03480002=1 +03480003=1 +03480004=1 +03480005=1 +03480006=1 +03480008=1 +03480009=1 +0348000b=1 +0348000d=1 +0348000f=1 +03480011=1 +03490001=1 +03490002=1 +03490003=1 +03490004=1 +03490006=1 +03490007=1 +03490009=1 +0349000b=1 +0349000d=1 +0349000f=1 +034b0000=1 +034b0001=1 +034b0002=1 +034b0003=1 +034b0004=1 +034b0006=1 +034b0007=1 +034b0009=1 +034b000b=1 +034b000d=1 +034b000f=1 +034c0000=1 +034c0001=1 +034c0002=1 +034c0003=1 +034c0004=1 +034c0005=1 +034c0006=1 +034c0008=1 +034c0009=1 +034c000b=1 +034c000d=1 +034c000f=1 +034c0011=1 +034d0001=1 +034d0002=1 +034d0003=1 +034d0004=1 +034d0006=1 +034d0007=1 +034d0009=1 +034d000b=1 +034d000d=1 +034f0001=1 +034f0002=1 +034f0003=1 +034f0004=1 +034f0005=1 +034f0006=1 +034f0008=1 +034f0009=1 +034f000b=1 +034f000d=1 +034f000f=1 +03520000=1 +03520001=1 +03520002=1 +03520003=1 +03520004=1 +03520006=1 +03520007=1 +03520009=1 +03570000=1 +03570001=1 +03570002=1 +03570003=1 +03570004=1 +03570006=1 +03570007=1 +03570009=1 +0357000b=1 +0357000d=1 +03610000=1 +03610001=1 +03610002=1 +03610003=1 +03610004=1 +03610005=1 +03610006=1 +03610007=1 +03610008=1 +03610009=1 +0361000a=1 +0361000b=1 +0361000c=1 +0361000d=1 +0361000f=1 +03610010=1 +03610011=1 +03610012=1 +03610014=1 +03610015=1 +03610017=1 +03610019=1 +03660001=1 +03660002=1 +03660003=1 +03660004=1 +03660006=1 +03660007=1 +03660009=1 +03700001=1 +03700002=1 +03700003=1 +03700004=1 +03700006=1 +03700007=1 +03700009=1 +0370000b=1 +037a0001=1 +037a0002=1 +037a0003=1 +037a0004=1 +037a0006=1 +037a0007=1 +037a0009=1 +037a000b=1 +037a000d=1 +037a000f=1 +03800001=1 +03800002=1 +03800003=1 +03800004=1 +03800005=1 +03800006=1 +03800008=1 +03800009=1 +0380000b=1 +0380000d=1 +0380000f=1 +03800011=1 +03820001=1 +03820002=1 +03820003=1 +03820004=1 +03820006=1 +03820007=1 +03820009=1 +03840000=1 +03840001=1 +03840002=1 +03840003=1 +03840004=1 +03840005=1 +03840007=1 +03840008=1 +0384000a=1 +0384000c=1 +0384000e=1 +038e0000=1 +038e0001=1 +038e0002=1 +038e0003=1 +038e0004=1 +038e0005=1 +038e0006=1 +038e0007=1 +03930000=1 +03930002=1 +03930003=1 +03930005=1 +03930007=1 +03930009=1 +0393000b=1 +0393000d=1 +0393000f=1 +03980000=1 +03980001=1 +03980003=1 +03980005=1 +03980007=1 +03980009=1 +0398000b=1 +0398000e=1 +0398000f=1 +03980010=1 +03980011=1 +03980013=1 +03980014=1 +03980015=1 +03a20000=1 +03a20001=1 +03a20003=1 +03a20005=1 +03a20007=1 +03a20009=1 +03a2000b=1 +03a2000c=1 +03a2000e=1 +03a2000f=1 +03a20011=1 +03ac0000=1 +03ac0001=1 +03ac0002=1 +03ac0004=1 +03ac0006=1 +03ac0007=1 +03ac0008=1 + +[MenusTranslation] +044c0001=1 +044c0003=1 +044c0004=1 +044c0005=1 +044c0006=1 +044c0008=1 +044c0009=1 +044d0001=1 +044d0002=1 +044d0003=1 +044d0004=1 +044d0006=1 +044d0007=1 +044e0001=1 +044e0002=1 +044e0003=1 +044e0004=1 +044e0005=1 +044e0006=1 +044e0007=1 +044e0009=1 +044e000a=1 +044e000b=1 +044e000c=1 +044e000d=1 +044f0001=1 +044f0002=1 +044f0003=1 +04500001=1 +04500003=1 +04500005=1 +04500006=1 +04510000=1 +04510001=1 +04510002=1 +04510004=1 +04510005=1 +04510007=1 +04510008=1 +04510009=1 +0451000b=1 +0451000c=1 +0451000d=1 +0451000e=1 +0451000f=1 +04520001=1 +04520002=1 +04520003=1 +04520005=1 +04520006=1 +04530001=1 +04530002=1 +04530003=1 +04530004=1 +04530005=1 +04530007=1 +04530008=1 +0453000a=1 +0453000b=1 +04540001=1 +04540002=1 +04550001=1 +04550002=1 +04550003=1 +04550004=1 +04550006=1 +04550007=1 +04550008=1 +04550009=1 +0455000a=1 +0455000b=1 +0455000c=1 +0455000d=1 +0455000e=1 +0455000f=1 +04550010=1 +04550011=1 +04550012=1 +04550013=1 +04550014=1 +04550015=1 +04550016=1 +04550017=1 +04550018=1 +04550019=1 +0455001a=1 +0455001b=1 +0455001c=1 +0455001d=1 +0455001e=1 +0455001f=1 +04550020=1 +04550021=1 +04550022=1 +04550023=1 +04550024=1 +04550025=1 +04550026=1 +04550027=1 +04550028=1 +04550029=1 +0455002a=1 +0455002b=1 +0455002c=1 +0455002d=1 +0455002e=1 +04550030=1 +04550031=1 +04550032=1 +04550033=1 +04550034=1 +04550035=1 +04550036=1 +04550037=1 +04550038=1 +04550039=1 +0455003a=1 +0455003b=1 +0455003c=1 +0455003e=1 +04550040=1 +04550041=1 +04550042=1 +04550043=1 +04550045=1 +04560001=1 +04560002=1 +04560003=1 +04560005=1 +04560006=1 +04570001=1 +04570002=1 +04570003=1 +04580001=1 +04580002=1 +04580003=1 +04580004=1 +04590001=1 +04590002=1 +04590003=1 +045a0001=1 +045a0002=1 +045b0001=1 +045b0002=1 +045c0001=1 +045c0002=1 +045c0003=1 +045d0001=1 +045d0002=1 +045d0003=1 +045d0004=1 +045e0001=1 +045e0002=1 +045f0001=1 +045f0002=1 +045f0003=1 +045f0005=1 +045f0006=1 +04600001=1 +04600002=1 +04600004=1 +04600005=1 +04600006=1 +04600007=1 +04600008=1 +04600009=1 +0460000a=1 +0460000b=1 +0460000c=1 +0460000e=1 +04600010=1 +04600011=1 +04600012=1 +04600013=1 +04600015=1 +04610001=1 +04610002=1 +04610003=1 +04610004=1 +04620001=1 +04620002=1 +04630001=1 +04630002=1 +04630003=1 +04640001=1 +04640002=1 + +[StringsTranslation] +00002710=1 +00002715=1 +0000271a=1 +0000271b=1 +00002724=1 +0000272e=1 +00002738=1 +00002739=1 +0000273a=1 +0000273b=1 +00002742=1 +00002747=1 +0000274c=1 +00002751=1 +00002756=1 +00002757=1 +00002758=1 +0000275b=1 +0000275c=1 +0000275d=1 +0000275e=1 +0000276a=1 +0000276b=1 +0000276c=1 +0000276d=1 +0000276e=1 +0000276f=1 +00002770=1 +00002771=1 +00002772=1 +00002773=1 +00002774=1 +00002779=1 +0000277a=1 +0000277b=1 +0000277c=1 +0000277d=1 +0000277e=1 +0000277f=1 +00002780=1 +00002781=1 +00002782=1 +00002783=1 +00002784=1 +00002785=1 +00002786=1 +00002787=1 +00002788=1 +00002789=1 +0000278a=1 +0000278b=1 +0000278c=1 +0000278d=1 +0000278e=1 +0000278f=1 +00002790=1 +00002791=1 +00002792=1 +00002795=1 +00002796=1 +00002797=1 +00002798=1 +0000279a=1 +0000279c=1 +0000279d=1 +0000279e=1 +0000279f=1 +000027a1=1 +000027a4=1 +000027a6=1 +000027a7=1 +000027a8=1 +000027a9=1 +000027ab=1 +000027ac=1 +000027b0=1 +000027b5=1 +000027b6=1 +000027ba=1 +000027bb=1 +000027bc=1 +000027bd=1 +000027be=1 +000027bf=1 +000027c0=1 +000027c1=1 +000027c2=1 +000027c3=1 +000027c4=1 +000027c5=1 +000027ce=1 +000027cf=1 +000027d0=1 +000027d1=1 +000027d2=1 +000027d3=1 +000027d4=1 +000027d5=1 +000027d6=1 +000027d7=1 +000027d8=1 +000027d9=1 +000027da=1 +000027db=1 +000027dc=1 +000027dd=1 +000027de=1 +000027df=1 +000027e0=1 +000027e1=1 +000027e2=1 +000027e3=1 +000027e4=1 +000027ec=1 +000027ed=1 +000027ee=1 +000027ef=1 +000027f0=1 +000027f1=1 +000027f2=1 +000027f3=1 +000027f4=1 +000027f5=1 +000027f6=1 +000027f7=1 +000027f8=1 +000027f9=1 +000027fa=1 +000027fb=1 +000027fc=1 +000027fd=1 +000027fe=1 +000027ff=1 +00002800=1 +00002803=1 +00002804=1 +00002805=1 +00002806=1 +00002807=1 +00002808=1 +0000280a=1 +0000280f=1 +00002810=1 +00002811=1 +00002812=1 +00002813=1 +0000283c=1 +0000283d=1 +0000283e=1 +0000283f=1 +00002841=1 +00002846=1 +00002847=1 +00002848=1 +00002849=1 +0000284a=1 +0000284b=1 +0000284c=1 +00002850=1 +00002855=1 +00002856=1 +00002857=1 +00002858=1 +00002859=1 +0000285a=1 +0000285b=1 +0000285c=1 +0000285d=1 +00002864=1 +00002865=1 +00002866=1 +00002867=1 +00002868=1 +0000286e=1 +0000286f=1 +00002870=1 +00002871=1 +00002872=1 +00002873=1 +00002874=1 +00002875=1 +00002876=1 +00002877=1 +00002878=1 +00002879=1 +0000287a=1 +0000287b=1 +0000287c=1 +0000287d=1 +0000287e=1 +0000287f=1 +00002880=1 +00002881=1 +00002882=1 +00002883=1 +00002884=1 +00002885=1 +00002886=1 +0000288c=1 +0000288d=1 +0000288e=1 +0000288f=1 +00002890=1 +00002891=1 +00002892=1 +00002893=1 +00002896=1 +00002897=1 +00002898=1 +00002899=1 +0000289a=1 +0000289b=1 +0000289c=1 +0000289d=1 +0000289e=1 +0000289f=1 +000028a0=1 +000028a1=1 +000028a2=1 +000028a3=1 +000028a4=1 +000028aa=1 +000028ab=1 +000028ac=1 +000028ad=1 +000028b4=1 +000028b5=1 +000028b6=1 +000028b7=1 +000028b8=1 +000028b9=1 +000028ba=1 +000028bb=1 +000028bc=1 +000028bd=1 +000028c1=1 +000028c2=1 +000028c3=1 +000028c4=1 +000028c5=1 +000028c8=1 +000028c9=1 +000028ca=1 +000028cb=1 +000028d2=1 +000028d3=1 +000028d4=1 +000028d5=1 +000028d6=1 +000028d7=1 +000028d8=1 +000028d9=1 +000028da=1 +000028db=1 +000028dc=1 +000028dd=1 +000028de=1 +000028df=1 +000028e0=1 +000028e1=1 +000028e2=1 +000028e6=1 +000028e7=1 +000028e8=1 +000028e9=1 +000028ea=1 +000028eb=1 +000028ec=1 +000028ed=1 +000028ee=1 +000028f0=1 +000028f1=1 +000028f2=1 +000028f3=1 +000028f4=1 +000028f5=1 +000028fa=1 +000028fb=1 +000028fc=1 +000028fd=1 +000028fe=1 +000028ff=1 +00002900=1 +00002901=1 +00002902=1 +00002903=1 +00002904=1 +00002905=1 +00002906=1 +00002907=1 +00002908=1 +00002909=1 +0000290a=1 +0000290b=1 +0000290c=1 +0000290d=1 +0000290e=1 +0000290f=1 +00002910=1 +00002911=1 +00002912=1 +00002913=1 +00002914=1 +00002915=1 +00002916=1 +00002917=1 +00002918=1 +00002919=1 +0000291a=1 +0000291b=1 +0000291c=1 +0000291d=1 +0000291e=1 +0000292c=1 +0000292d=1 +0000292e=1 +0000292f=1 +00002930=1 +00002931=1 +00002932=1 +00002933=1 +00002934=1 +00002935=1 +00002936=1 +00002937=1 +00002938=1 +00002939=1 +0000293a=1 +0000293b=1 +0000293c=1 +0000293d=1 +0000293e=1 +0000293f=1 +00002940=1 +00002941=1 +00002942=1 +00002943=1 +00002944=1 +00002945=1 +00002946=1 +00002947=1 +00002948=1 +0000294a=1 +0000294b=1 +0000294c=1 +0000294d=1 +0000294e=1 +0000294f=1 +00002950=1 +00002953=1 +0000295e=1 +0000295f=1 +00002960=1 +00002961=1 +00002962=1 +00002963=1 +00002964=1 +00002965=1 +00002966=1 +00002967=1 +00002972=1 +00002973=1 +00002974=1 +00002975=1 +00002976=1 +00002977=1 +00002978=1 +00002979=1 +0000297a=1 +0000297b=1 +0000297c=1 +0000297d=1 +00002981=1 +00002982=1 +00002983=1 +00002984=1 +00002985=1 +00002986=1 +00002987=1 +0000298b=1 +0000298c=1 +0000298d=1 +0000298e=1 +0000298f=1 +00002990=1 +00002995=1 +00002996=1 +00002997=1 +00002998=1 +00002999=1 +0000299a=1 +0000299b=1 +0000299c=1 +0000299d=1 +0000299e=1 +0000299f=1 +000029a0=1 +000029a1=1 +000029a2=1 +000029a3=1 +000029a4=1 +000029a5=1 +000029a6=1 +000029a7=1 +000029a8=1 +000029a9=1 +000029aa=1 +000029ab=1 +000029ac=1 +000029ad=1 +000029ae=1 +000029af=1 +000029b0=1 +000029b1=1 +000029b2=1 +000029b8=1 +000029bd=1 +000029be=1 +000029bf=1 +000029c0=1 +000029c1=1 +000029c2=1 +000029c7=1 +000029cc=1 +000029cd=1 +000029d6=1 +000029d7=1 +000029d8=1 +000029d9=1 +000029da=1 +000029db=1 +000029dc=1 +000029dd=1 +000029e0=1 +000029e1=1 +000029e2=1 +000029e3=1 +000029e7=1 +000029ea=1 +000029eb=1 +000029ec=1 +000029ed=1 +000029ee=1 +000029f4=1 +000029f5=1 +000029f6=1 +000029f7=1 +000029fe=1 +000029ff=1 +00002a00=1 +00002a01=1 +00002a02=1 +00002a03=1 +00002a04=1 +00002a05=1 +00002a06=1 +00002a07=1 +00002a10=1 +00002a12=1 +00002a13=1 +00002a14=1 +00002a15=1 +00002a16=1 +00002a17=1 +00002a18=1 +00002a19=1 +00002a1a=1 +00002a1b=1 +00002a1c=1 +00002a1d=1 +00002a1e=1 +00002a21=1 +00002a22=1 +00002a23=1 +00002a2b=1 +00002a2c=1 +00002a30=1 +00002a31=1 +00002a32=1 +00002a33=1 +00002a34=1 +00002a35=1 +00002a36=1 +00002a37=1 +00002a3a=1 +00002a3b=1 +00002a3c=1 +00002a3d=1 +00002a3e=1 +00002a3f=1 +00002a40=1 +00002a41=1 +00002a42=1 +00002a43=1 +00002a44=1 +00002a45=1 +00002a46=1 +00002a47=1 +00002a48=1 +00002a49=1 +00002a4a=1 +00002a4b=1 +00002a4c=1 +00002a4d=1 +00002a4e=1 +00002a53=1 +00002a54=1 +00002a55=1 +00002a56=1 +00002a57=1 +00002a58=1 +00002a59=1 +00002a5a=1 +00002a5b=1 +00002a5c=1 +00002a5d=1 +00002a5e=1 +00002a5f=1 +00002a60=1 +00002a61=1 +00002a62=1 +00002a63=1 +00002a64=1 +00002a65=1 +00002a66=1 +00002a67=1 +00002a68=1 +00002a69=1 +00002a6a=1 +00002a6b=1 +00002a6c=1 +00002a6d=1 +00002a6e=1 +00002a6f=1 +00002a70=1 +00002a71=1 +00002a72=1 +00002a73=1 +00002a76=1 +00002a77=1 +00002a78=1 +00002a79=1 +00002a7a=1 +00002a7b=1 +00002a7c=1 +00002a7d=1 +00002a7e=1 +00002a7f=1 +00002a80=1 +00002a81=1 +00002a8a=1 +00002a8b=1 +00002a8c=1 +00002a8d=1 +00002a8e=1 +00002a8f=1 +00002a90=1 +00002a9e=1 +00002a9f=1 +00002aa0=1 +00002aa1=1 +00002aa2=1 +00002aa5=1 +00002aa8=1 +00002aa9=1 +00002aaa=1 +00002aab=1 +00002aac=1 +00002aad=1 +00002ab2=1 +00002ab7=1 +00002ab8=1 +00002ab9=1 +00002aba=1 +00002abb=1 +00002ac6=1 +00002ac7=1 +00002ac8=1 +00002ac9=1 +00002aca=1 +00002acb=1 +00002acc=1 +00002ad5=1 +00002ad6=1 +00002ad7=1 +00002adf=1 +00002ae0=1 +00002ae9=1 +00002aea=1 +00002aeb=1 +00002aec=1 +00002aed=1 +00002aee=1 +00002aef=1 +00002af0=1 +00002af1=1 +00002af2=1 +00002af3=1 +00002af4=1 +00002af5=1 +00002af6=1 +00002af7=1 +00002af8=1 +00002af9=1 +00002afa=1 +00002afb=1 +00002afc=1 +00002afd=1 +00002afe=1 +00002aff=1 +00002b00=1 +00002b01=1 +00002b02=1 +00002b03=1 +00002b04=1 +00002b05=1 +00002b06=1 +00002b07=1 +00002b08=1 +00002b0c=1 +00002b0d=1 +00002b0e=1 +00002b0f=1 +00002b11=1 +00002b12=1 +00002b16=1 +00002b17=1 +00002b18=1 +00002b19=1 +00002b1a=1 +00002b1b=1 +00002b1f=1 +00002b20=1 +00002b21=1 +00002b2a=1 +00002b2b=1 +00002b2c=1 +00002b2d=1 +00002b2e=1 +00002b34=1 +00002b39=1 +00002b3e=1 +00002b3f=1 +00002b40=1 +00002b41=1 +00002b42=1 +00002b4d=1 +00002b4e=1 +00002b4f=1 +00002b5c=1 +00002b5d=1 +00002b5e=1 +00002b5f=1 +00002b60=1 +00002b61=1 +00002b62=1 +00002b63=1 +00002b64=1 +00002b65=1 +00002b66=1 +00002b67=1 +00002b68=1 +00002b69=1 +00002b6a=1 +00002b6b=1 +00002b6c=1 +00002b6d=1 +00002b6e=1 +00002b6f=1 +00002b70=1 +00002b71=1 +00002b72=1 +00002b73=1 +00002b74=1 +00002b75=1 +00002b76=1 +00002b8e=1 +00002b8f=1 +00002b90=1 +00002b91=1 +00002b92=1 +00002b93=1 +00002b94=1 +00002ba2=1 +00002ba3=1 +00002ba4=1 +00002ba5=1 +00002bac=1 +00002bad=1 +00002bb6=1 +00002bb7=1 +00002bb8=1 +00002bb9=1 +00002bba=1 +00002bbb=1 +00002bbc=1 +00002bbd=1 +00002bbe=1 +00002bbf=1 +00002bc0=1 +00002bc1=1 +00002bc2=1 +00002bc3=1 +00002bc4=1 +00002bc5=1 +00002bc6=1 +00002bc7=1 +00002bd4=1 +00002bd5=1 +00002bd6=1 +00002bd7=1 +00002bd8=1 +00002bd9=1 +00002bda=1 +00002bdb=1 +00002bde=1 +00002bdf=1 +00002be0=1 +00002be1=1 +00002be2=1 +00002be3=1 +00002be8=1 +00002bed=1 +00002bee=1 +00002bef=1 +00002bf0=1 +00002bf7=1 +00002bf8=1 +00002bf9=1 +00002c01=1 +00002c02=1 +00002c03=1 +00002c04=1 +00002c0b=1 +00002c0c=1 +00002c0d=1 +00002c0e=1 +00002c0f=1 +00002c10=1 +00002c11=1 +00002c12=1 +00002c13=1 +00002c14=1 +00002c15=1 +00002c1a=1 +00002c1b=1 +00002c1c=1 +00002c1d=1 +00002c1e=1 +00002c1f=1 +00002c20=1 +00002c24=1 +00002c25=1 +00002c26=1 +00002c27=1 +00002c28=1 +00002c29=1 +00002c2a=1 +00002c2b=1 +00002c38=1 +00002c39=1 +00002c3d=1 +00002c3e=1 +00002c42=1 +00002c43=1 +00002c44=1 +00002c45=1 +00002c46=1 +00002c47=1 +00002c48=1 +00002c49=1 +00002c4a=1 +00002c4b=1 +00002c4c=1 +00002c4e=1 +00002c4f=1 +00002c50=1 +00002c51=1 +00002c52=1 +00002c53=1 +00002c54=1 +00002c55=1 +00002c56=1 +00002c5e=1 +00002c5f=1 +00002c60=1 +00002c61=1 +00002c62=1 +00002c63=1 +00002c6a=1 +00002c6b=1 +00002c6c=1 +00002c6d=1 +00002c6e=1 +00002c74=1 +00002c79=1 +00002c7a=1 +00002c7b=1 +00002c7e=1 +00002c83=1 +00002c84=1 +00002c86=1 +00002c87=1 +00002c88=1 +00002c89=1 + +[Relayout] + diff --git a/translations/projects/Slovak/ieviewer.atp b/translations/projects/Slovak/ieviewer.atp new file mode 100644 index 000000000..f34b26f5b --- /dev/null +++ b/translations/projects/Slovak/ieviewer.atp @@ -0,0 +1,25 @@ +[Files] +Original=$BUILD_DIR\plugins\ieviewer\lang\english.slg +Translated=$BUILD_DIR\plugins\ieviewer\lang\slovak.slg +Include=..\..\symbols\plugins\ieviewer\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +00002774=1 +00002775=0 +00002776=1 +00002777=1 +00002779=1 + +[Relayout] + diff --git a/translations/projects/Slovak/mmviewer.atp b/translations/projects/Slovak/mmviewer.atp new file mode 100644 index 000000000..a517503df --- /dev/null +++ b/translations/projects/Slovak/mmviewer.atp @@ -0,0 +1,233 @@ +[Files] +Original=$BUILD_DIR\plugins\mmviewer\lang\english.slg +Translated=$BUILD_DIR\plugins\mmviewer\lang\slovak.slg +Include=..\..\symbols\plugins\mmviewer\symbols.inc +SalMenu=..\..\symbols\plugins\mmviewer\salmenu.mnu +CheckList=..\..\symbols\plugins\mmviewer\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +29040000=1 +29040001=1 +29040003=1 +29040004=1 +29040006=1 +29040007=1 +29040008=1 +29040009=1 +2904000a=1 +2904000b=1 +2904000c=1 +2904000d=1 +2904000e=1 + +[MenusTranslation] + +[StringsTranslation] +00002b5c=1 +00002b5d=1 +00002b5e=1 +00002b5f=1 +00002b60=1 +00002b61=1 +00002b62=1 +00002b63=1 +00002b66=1 +00002b67=1 +00002b70=1 +00002b73=1 +00002b74=1 +00002b75=1 +00002b76=1 +00002b77=1 +00002b78=1 +00002b79=1 +00002b7a=1 +00002b7b=1 +00002b7c=1 +00002bc0=1 +00002bc1=1 +00002bc2=1 +00002bc4=1 +00002bc5=1 +00002bc6=1 +00002bc7=1 +00002bc8=1 +00002bc9=1 +00002bca=1 +00002bcb=1 +00002bde=1 +00002be0=1 +00002c06=1 +00002c07=1 +00002c10=1 +00002c11=1 +00002c1a=1 +00002cec=1 +00002ced=1 +00002cee=1 +00002cef=1 +00002cf0=1 +00002cf1=1 +00002cf2=1 +00002cf3=1 +00002ee1=1 +00002ee2=1 +00002ee9=1 +00002eea=1 +00002eeb=1 +00002eec=1 +00002eed=1 +00002eee=1 +00002eef=1 +00002ef0=1 +00002ef1=1 +00002ef2=1 +00002ef3=1 +00002ef4=1 +00002ef5=1 +00002ef6=1 +00002ef7=1 +00002ef8=1 +00002ef9=1 +00002efa=1 +00002efb=1 +00002efc=1 +00002efd=1 +00002f44=1 +00002f45=1 +00002f46=1 +00002f47=1 +00002f48=1 +00002f49=1 +00002f4a=1 +00002f4b=1 +00002f4c=1 +00002f4d=1 +00002f4e=1 +00002f4f=1 +00002f50=1 +00002f51=1 +00002f52=1 +00002f53=1 +00002f54=1 +00002f55=1 +00002f56=1 +00002f57=1 +00002f58=1 +00002f59=1 +00002f5a=1 +00002f5b=1 +00002f5c=1 +00002f5d=1 +00002f5e=1 +00002f5f=1 +00002f60=1 +00002f61=1 +00002f62=1 +00002fa8=1 +00002fa9=1 +00002faa=1 +00002fab=1 +00002fac=1 +0000300c=1 +0000300d=1 +0000300e=1 +0000300f=1 +00003010=1 +00003011=1 +00003012=1 +00003013=1 +00003014=1 +00003015=1 +00003016=1 +00003017=1 +00003018=1 +00003019=1 +0000301a=1 +0000301b=1 +0000301c=1 +0000301d=1 +0000301e=1 +0000301f=1 +00003020=1 +00003021=1 +00003022=1 +00003023=1 +00003024=1 +00003025=1 +00003026=1 +00003027=1 +00003070=1 +00003071=1 +00003072=1 +00003073=1 +00003074=1 +00003075=1 +00003076=1 +00003077=1 +000030d5=1 +000030d6=1 +000030d7=1 +000030d8=1 +000030d9=1 +000030da=1 +000030db=1 +000030dc=1 +000030dd=1 +000030de=1 +000030df=1 +000030e0=1 +000030e1=1 +000030e2=1 +000030e3=1 +000030e4=1 +000030e5=1 +000030e6=1 +000030e7=1 +000030e8=1 +000030e9=1 +000030ea=1 +000030eb=1 +000030ec=1 +000030ed=1 +000030ee=1 +000030ef=1 +000030f0=1 +000030f1=1 +000030f2=1 +000030f3=1 +000030f4=1 +000030f5=1 +000030f6=1 +000030f7=1 +000030f8=1 +000030f9=1 +000030fa=1 +000030fb=1 +000030fc=1 +000030fd=1 +000030fe=1 +00003138=1 +00003139=1 +0000313a=1 +0000313b=1 +0000313c=1 +0000313d=1 +0000313e=1 +0000313f=1 +00003140=1 +00003141=1 +00003142=1 +00003143=1 +00003144=1 +00003145=1 + +[Relayout] + diff --git a/translations/projects/Slovak/nethood.atp b/translations/projects/Slovak/nethood.atp new file mode 100644 index 000000000..1ae6663c2 --- /dev/null +++ b/translations/projects/Slovak/nethood.atp @@ -0,0 +1,42 @@ +[Files] +Original=$BUILD_DIR\plugins\nethood\lang\english.slg +Translated=$BUILD_DIR\plugins\nethood\lang\slovak.slg +Include=..\..\symbols\plugins\nethood\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00660000=1 +00660001=1 +00660002=1 +00660003=1 +00660004=1 +00660005=1 +00660006=1 +00660008=1 +00660009=1 +0066000a=1 + +[MenusTranslation] + +[StringsTranslation] +00000080=1 +00000081=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 + +[Relayout] + diff --git a/translations/projects/Slovak/pak.atp b/translations/projects/Slovak/pak.atp new file mode 100644 index 000000000..03a29ba65 --- /dev/null +++ b/translations/projects/Slovak/pak.atp @@ -0,0 +1,70 @@ +[Files] +Original=$BUILD_DIR\plugins\pak\lang\english.slg +Translated=$BUILD_DIR\plugins\pak\lang\slovak.slg +Include=..\..\symbols\plugins\pak\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640005=1 +00640008=1 +00640009=1 + +[MenusTranslation] + +[StringsTranslation] +000001f4=1 +000001f5=1 +000001f6=1 +000001f7=1 +000001f8=1 +000001f9=1 +000001fa=1 +000001fb=1 +000001fc=1 +000001fd=1 +000001fe=1 +000001ff=1 +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 + +[Relayout] + diff --git a/translations/projects/Slovak/peviewer.atp b/translations/projects/Slovak/peviewer.atp new file mode 100644 index 000000000..246833054 --- /dev/null +++ b/translations/projects/Slovak/peviewer.atp @@ -0,0 +1,37 @@ +[Files] +Original=$BUILD_DIR\plugins\peviewer\lang\english.slg +Translated=$BUILD_DIR\plugins\peviewer\lang\slovak.slg +Include=..\..\symbols\plugins\peviewer\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +21350000=1 +21350001=1 +21350003=1 +21350004=1 +21350005=1 +21350007=1 +21350008=1 +21350009=1 +2135000a=1 +2135000b=1 + +[MenusTranslation] + +[StringsTranslation] +000003f8=1 +00002774=1 +00002775=1 +00002776=1 +00002777=1 +00002778=1 +00002786=1 + +[Relayout] + diff --git a/translations/projects/Slovak/pictview.atp b/translations/projects/Slovak/pictview.atp new file mode 100644 index 000000000..754054da5 --- /dev/null +++ b/translations/projects/Slovak/pictview.atp @@ -0,0 +1,590 @@ +[Files] +Original=$BUILD_DIR\plugins\pictview\lang\english.slg +Translated=$BUILD_DIR\plugins\pictview\lang\slovak.slg +Include=..\..\symbols\plugins\pictview\symbols.inc +SalMenu=..\..\symbols\plugins\pictview\salmenu.mnu +IgnoreList=..\..\symbols\plugins\pictview\ignore.lst +CheckList=..\..\symbols\plugins\pictview\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +07d00000=1 +07d00001=1 +07d00003=1 +07d00005=1 +07d00006=1 +07d00007=1 +07d00008=1 +07d00009=1 +07d0000a=1 +07d0000b=1 +07e40000=1 +07e40001=1 +07e40002=1 +07e40003=1 +07e40004=1 +07e40005=1 +07e40006=1 +07e40007=1 +07e40008=1 +07e40009=1 +07e4000a=1 +07f80000=1 +07f80001=1 +07f80002=1 +07f80003=1 +07f80005=1 +07f80007=1 +07f80008=1 +07f80009=1 +07f8000a=1 +080c0000=1 +080c0001=1 +080c0002=1 +080c0003=1 +08160000=1 +08160001=1 +08160002=1 +08160003=1 +08160004=1 +08160005=1 +08160006=1 +08160007=1 +08160009=1 +0816000b=1 +08200000=1 +08200001=1 +08200002=1 +08200004=1 +08200006=1 +08200007=1 +08200009=1 +08340000=1 +08340001=1 +08340002=1 +08340003=1 +08340005=1 +08340007=1 +08340009=1 +0834000b=1 +0834000d=1 +0834000f=1 +08340011=1 +08340013=1 +08340015=1 +08480000=1 +08480003=1 +08480004=1 +08480005=1 +08480006=1 +08480007=1 +08480008=1 +08520000=1 +08520001=1 +08520003=1 +08520004=1 +08520005=1 +085c0000=1 +085c0001=1 +085c0003=1 +085c0004=1 +08660000=1 +08660001=1 +08660002=1 +08660003=1 +08660004=1 +08660005=1 +08660006=1 +08660007=1 +08660008=1 +08660009=1 +0866000c=1 +0866000d=1 +0866000f=1 +08660010=1 +08660011=1 +087a0000=1 +087a0003=1 +087a0004=1 +08840000=1 +08840001=1 +08840004=1 +08840007=1 +08840008=1 +08840009=1 +08fc0001=1 +08fc0003=1 +08fc0004=1 +08fc0006=1 +08fc0008=1 +08fc000a=1 +08fc000b=1 +08fc000d=1 +08fc000e=1 +08fc000f=1 +08fc0010=1 +08fc0011=1 +08fc0013=1 +08fc0014=1 +08fc0016=1 +08fc0017=1 +08fc0018=1 +08fc001a=1 +09600000=1 +09600001=1 +09600002=1 +09600003=1 +09600004=1 +09600005=1 +09600007=1 +09600009=1 +0960000b=1 +0960000d=1 +0960000f=1 +09600010=1 +09600011=1 +09600012=1 +09c40000=1 +09c40002=1 +09c40004=1 +09c40005=1 +09c40006=1 +09c40009=1 +09c4000c=1 +09c4000d=1 +09c4000e=1 +09c40010=1 +09c40011=1 +09c40012=1 +09c40013=1 +09c40016=1 +09c40019=1 +09c4001a=1 +09c4001b=1 +09c4001c=1 +09c4001d=1 +09e20000=1 +09e20001=1 + +[MenusTranslation] + +[StringsTranslation] +000001f4=1 +000001f5=1 +000001f6=1 +000001f7=1 +000001f8=1 +000001f9=1 +000001fa=1 +000001fb=1 +000001fc=1 +000001fd=1 +000001fe=1 +000001ff=1 +00000200=1 +00000201=1 +00000202=1 +00000203=1 +00000204=1 +00000205=1 +00000206=1 +00000207=1 +00000208=1 +00000209=1 +0000020a=1 +0000020b=1 +0000020c=1 +0000020d=1 +0000020e=1 +0000020f=1 +00000210=1 +00000211=1 +00000212=1 +00000213=1 +00000214=1 +00000215=1 +00000216=1 +00000217=1 +0000021d=1 +0000021e=1 +0000021f=1 +00000220=1 +00000221=1 +00000226=1 +00000227=1 +00000228=1 +00000230=1 +00000231=1 +00000232=1 +00000233=1 +00000234=1 +00000235=1 +00000236=1 +00000237=1 +00000238=1 +00000239=1 +0000023a=1 +00000244=1 +00000245=1 +00000246=1 +00000247=1 +00000248=1 +00000249=1 +0000024e=1 +0000024f=1 +00000250=1 +00000251=1 +00000254=1 +00000262=1 +00000263=1 +00000264=1 +00000265=1 +00000266=1 +00000267=1 +000003e7=1 +000003e8=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +00000418=1 +00000419=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +00000441=1 +00000442=1 +00000443=1 +00000444=1 +00000445=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +00000455=1 +00000456=1 +00000457=1 +00000458=1 +00000459=1 +0000045a=1 +0000045b=1 +0000045c=1 +0000045d=1 +0000045e=1 +0000045f=1 +00000460=1 +00000461=1 +00000462=1 +00000469=1 +0000046a=1 +0000046b=1 +0000046c=1 +0000046d=1 +00000474=1 +00000475=1 +00000476=1 +00000477=1 +00000479=1 +0000047a=1 +0000047b=1 +0000047c=1 +00000488=1 +00000489=1 +0000048a=1 +0000048b=1 +0000048c=1 +00000492=1 +00000898=1 +00000899=1 +0000089a=1 +0000089b=1 +0000089c=1 +0000089d=1 +0000089e=1 +0000089f=1 +000008a0=1 +000008a1=1 +000008a2=1 +000008a3=1 +000008a4=1 +000008a5=1 +000008a6=1 +000008a7=1 +000008a8=1 +000008a9=1 +000008aa=1 +000008ab=1 +000008ac=1 +000008ad=1 +000008ae=1 +000008af=1 +000008b0=1 +000008b5=1 +000008b6=1 +000008b7=1 +000008b8=1 +000008b9=1 +000008ba=1 +000008bb=1 +000008bc=1 +000008bd=1 +000008be=1 +000008bf=1 +000008c0=1 +000008c1=1 +000008c2=1 +000008c3=1 +000008c4=1 +000008c5=1 +000008c6=1 +000008c7=1 +000008c8=1 +000008c9=1 +000008ca=1 +000008cb=1 +000008e8=1 +000008e9=1 +000008ea=1 +000008eb=1 +000008ec=1 +000008f2=1 +000008f3=1 +000008f4=1 +000008f5=1 +000008f6=1 +000008f7=1 +000008f8=1 +00000902=1 +00000903=1 +00000fa3=1 +00000fa4=1 +00000fa6=1 +00000fa7=1 +00000fa9=1 +00000faf=1 +00000fb1=1 +00000fb3=1 +00000fb5=1 +00000fbb=1 +00000fbc=1 +00000fbd=1 +00000fbe=1 +00000fc5=1 +00000fc6=1 +00000fc7=1 +00000fca=1 +00000fcb=1 +00000fcc=1 +00000fd1=1 +00000fd4=1 +00000fd8=1 +00000fd9=1 +00000fda=1 +00000fdb=1 +00000fdf=1 +00000fe0=1 +00000fe1=1 +00000fe2=1 +00000fe3=1 +00000fe4=1 +00000fe5=1 +00000fe7=1 +00000fe9=1 +00000fea=1 +00000feb=1 +00000fec=1 +00000fed=1 +00000fee=1 +00000fef=1 +00000ff0=1 +00000ff1=1 +00000ff2=1 +00000ff3=1 +00000ff4=1 +00000ff5=1 +00000ff6=1 +00000ff7=1 +00000ff8=1 +00000ff9=1 +00000ffa=1 +00000ffb=1 +00000ffc=1 +00000ffd=1 +00000ffe=1 +00001000=1 +00001001=1 +00001003=1 +00001004=1 +00001006=1 +0000100b=1 +0000100c=1 +0000100f=1 +00001010=1 +00001013=1 +00001015=1 +00001017=1 +00001018=1 +00001019=1 +0000101a=1 +0000101b=1 +0000101c=1 +0000101d=1 +0000101e=1 +00001022=1 +00001045=1 +00001054=1 +00001063=1 +0000106d=1 +0000106e=1 +0000106f=1 +00001071=1 +00001072=1 +0000107b=1 +0000107c=1 +0000107f=1 +00001080=1 +00001088=1 +0000108c=1 +00001091=1 +00001092=1 +00001093=1 +00001094=1 +00001095=1 +00001096=1 +00001098=1 +0000109a=1 +0000109c=1 +0000109d=1 +0000109e=1 +000010a1=1 +000010a3=1 +000010a4=1 +000010a5=1 +000010a6=1 +000010a7=1 +000010a8=1 +000010a9=1 +000010aa=1 +000010ad=1 +000010ae=1 +000010af=1 +000010b8=1 +000010b9=1 +000010be=1 +000010bf=1 +000010c8=1 +000010c9=1 +000010ca=1 +000010cb=1 +000010cc=1 +000010cd=1 +000010ce=1 +000010cf=1 +000010d3=1 +000010d4=1 +000010d5=1 +000010d6=1 +000010d9=1 +000010db=1 +000010df=1 +000010e2=1 +000010e3=1 +000010e4=1 +000010e6=1 +000010e9=1 +000010ea=1 +000010eb=1 +000010ec=1 +000010f4=1 +000010f8=1 +000010f9=1 +000010fa=1 +000010fb=1 +00001142=1 + +[Relayout] + diff --git a/translations/projects/Slovak/regedt.atp b/translations/projects/Slovak/regedt.atp new file mode 100644 index 000000000..6c14e6927 --- /dev/null +++ b/translations/projects/Slovak/regedt.atp @@ -0,0 +1,238 @@ +[Files] +Original=$BUILD_DIR\plugins\regedt\lang\english.slg +Translated=$BUILD_DIR\plugins\regedt\lang\slovak.slg +Include=..\..\symbols\plugins\regedt\symbols.inc +SalMenu=..\..\symbols\plugins\regedt\salmenu.mnu +IgnoreList=..\..\symbols\plugins\regedt\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640004=1 +00640005=1 +006e0000=1 +006e0001=1 +006e0003=1 +006e0004=1 +006e0006=1 +006e0007=1 +00780000=1 +00780002=1 +00780003=1 +00780004=1 +00780005=1 +00780006=1 +00780007=1 +00780009=1 +0078000b=1 +00820003=1 +00820004=1 +00820005=1 +00870000=1 +00870001=1 +00870003=1 +00870004=1 +00870006=1 +00870007=1 +00870008=1 +00870009=1 +0087000a=1 +0087000b=1 +0087000c=1 +0087000d=1 +0087000e=1 +0087000f=1 +00870010=1 +00870011=1 +00870012=1 +00870014=1 +00870015=1 +00870017=1 +00870018=1 +00a50000=1 +00a50001=1 +00a50003=1 +00a50005=1 +00a50006=1 +00a50007=1 +00a50008=1 +00a60000=1 +00a60001=1 +00a60002=1 +00a60005=1 +00a60008=1 +00a6000c=1 +00a6000d=1 +00af0003=1 +00af0004=1 +00b10000=1 +00b10001=1 +00b10003=1 +00b10005=1 +00b10006=1 +00b10007=1 + +[MenusTranslation] + +[StringsTranslation] +000000b0=1 +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fe=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000418=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +00000441=1 +00000442=1 +00000443=1 +00000444=1 +00000445=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000451=1 +00000453=1 +00000454=1 +00000455=1 +00000456=1 +00000457=1 +00000458=1 +00000459=1 +0000045a=1 +0000045b=1 +0000045c=1 +0000045d=1 +0000045e=1 +0000045f=1 +00000460=1 +00000461=1 +00000462=1 +00000463=1 +00000464=1 +00000465=1 +00000466=1 +00000467=1 +00000468=1 +00000469=1 +0000046a=1 +0000046b=1 +0000046c=1 +0000046d=1 +0000046e=1 +0000046f=1 +00000470=1 +00000471=1 +00000472=1 +00000473=1 +00000474=1 +00000475=1 +00000476=1 +00000477=1 +00000478=1 +00000479=1 +0000047a=1 +0000047b=1 +0000047c=1 +0000047d=1 +0000047e=1 +0000047f=1 +00000480=1 +00000481=1 +00000482=1 +00000486=1 +00000487=1 +00000488=1 +00000489=1 +0000048a=1 +0000048b=1 +0000048c=1 +0000048d=1 + +[Relayout] + diff --git a/translations/projects/Slovak/renamer.atp b/translations/projects/Slovak/renamer.atp new file mode 100644 index 000000000..9da29e7db --- /dev/null +++ b/translations/projects/Slovak/renamer.atp @@ -0,0 +1,370 @@ +[Files] +Original=$BUILD_DIR\plugins\renamer\lang\english.slg +Translated=$BUILD_DIR\plugins\renamer\lang\slovak.slg +Include=..\..\symbols\plugins\renamer\symbols.inc +SalMenu=..\..\symbols\plugins\renamer\salmenu.mnu +IgnoreList=..\..\symbols\plugins\renamer\ignore.lst +CheckList=..\..\symbols\plugins\renamer\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640002=1 +00640004=1 +00640005=1 +00640006=1 +00640009=1 +0064000c=1 +0064000e=1 +00640011=1 +00640014=1 +00640015=1 +00640016=1 +00640017=1 +00640018=1 +00640019=1 +0064001b=1 +0064001d=1 +0064001f=1 +00640020=1 +008c0000=1 +008c0001=1 +008c0003=1 +008c0005=1 +008c0007=1 +008c0009=1 +008c000b=1 +008c000c=1 +00960000=1 +00960001=1 +00960003=1 +00960005=1 +00960007=1 +00960009=1 +0096000b=1 +0096000c=1 +0096000d=1 +00a00000=1 +00a00001=1 +00a00003=1 +00a00004=1 +00a00005=1 +00a00006=1 +00a00007=1 +00aa0000=1 +00aa0001=1 +00aa0003=1 +00aa0004=1 +00aa0006=1 +00aa0007=1 +00af0000=1 +00af0003=1 +00b40000=1 +00b40001=1 +00b40003=1 +00b40004=1 +00b90000=1 +00b90001=1 +00b90002=1 +00b90004=1 +00b90006=1 +00b90008=1 +00b90009=1 +00be0000=1 +00be0001=1 +00be0002=1 +00be0005=1 +00be0008=1 +00be000b=1 +00be000c=1 +00be000d=1 +00be000e=1 +00be0010=1 +00be0011=1 +00be0012=1 + +[MenusTranslation] + +[StringsTranslation] +0000007a=1 +0000007b=1 +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=0 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +00000418=1 +00000419=1 +0000041a=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000439=1 +0000043b=1 +0000043d=1 +0000043f=1 +00000441=1 +00000443=1 +00000445=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000450=1 +00000451=1 +00000452=1 +00000453=1 +00000454=1 +00000455=1 +00000456=1 +00000457=1 +00000458=1 +00000459=1 +0000045a=1 +0000045b=1 +0000045c=1 +0000045d=1 +0000045e=1 +0000045f=1 +00000460=1 +00000461=1 +00000462=1 +00000463=1 +00000465=1 +00000466=1 +00000467=1 +00000468=1 +00000469=1 +0000046a=1 +0000046b=1 +0000046c=1 +0000046d=1 +0000046e=1 +0000046f=1 +00000470=1 +00000471=1 +00000472=1 +00000473=1 +00000474=1 +00000475=1 +00000476=1 +00000477=1 +00000478=1 +00000479=1 +0000047a=1 +0000047b=1 +0000047c=1 +0000047d=1 +0000047e=1 +0000047f=1 +00000480=1 +00000481=1 +00000482=1 +00000483=1 +00000484=1 +00000485=1 +00000486=1 +00000487=1 +00000488=1 +00000489=1 +0000048a=1 +0000048b=1 +0000048c=1 +0000048d=1 +0000048e=1 +0000048f=1 +00000490=1 +00000491=1 +00000492=1 +00000493=1 +00000494=1 +00000495=1 +00000496=1 +00000497=1 +00000498=1 +00000499=1 +0000049a=1 +0000049b=1 +0000049c=1 +0000049d=1 +0000049e=1 +0000049f=1 +000004a0=1 +000004a1=1 +000004a2=1 +000004a3=1 +000004a4=1 +000004a5=1 +000004a6=1 +000004a7=1 +000004a8=1 +000004a9=1 +000004aa=1 +000004ab=1 +000004ac=1 +000004ad=1 +000004ae=1 +000004af=1 +000004b0=1 +000004b1=1 +000004b2=1 +000004b3=1 +000004b4=1 +000004b5=1 +000004b6=1 +000004b7=1 +000004b8=1 +000004b9=1 +000004ba=1 +000004bb=1 +000004bc=1 +000004bd=1 +000004be=1 +000004bf=1 +000004c0=1 +000004c1=1 +000004c2=1 +000004c3=1 +000004c4=1 +000004c5=1 +000004c6=1 +000004c7=1 +000004c8=1 +000004c9=1 +000004ca=1 +000004cb=1 +000004cc=1 +000004cd=1 +000004ce=1 +000004cf=1 +000004d0=1 +000004d1=1 +000004d2=1 +000004d3=1 +000004d4=1 +000004d5=1 +000004d6=1 +000004d7=1 +000004d8=1 +000004d9=1 +000004da=1 +000004dc=1 +000004dd=1 +000004de=1 +000004df=1 +000004e0=1 +000004e1=1 +000004e2=1 +000004e3=1 +000004e4=1 +000004e5=1 +000004e6=1 +000004e7=1 +000004e8=1 +000004e9=1 +000004ea=1 +000004eb=1 +000004ec=1 +000004ed=1 +000004ee=1 +000004ef=1 +000004f0=1 +000004f1=1 +000004f2=1 +000004f3=1 +000004f4=1 +000004f5=1 +000004f6=1 +000004f7=1 +000004f8=1 +000004f9=1 +000004fa=1 +000004fb=1 +000004fc=1 +000004fd=1 +000004fe=1 +000004ff=1 +00000500=1 +00000501=1 +00000503=1 +00000504=1 +00000505=1 +00000506=1 + +[Relayout] + diff --git a/translations/projects/Slovak/salamand.atp b/translations/projects/Slovak/salamand.atp new file mode 100644 index 000000000..9981eb19d --- /dev/null +++ b/translations/projects/Slovak/salamand.atp @@ -0,0 +1,2505 @@ +[Files] +Original=$BUILD_DIR\lang\english.slg +Translated=$BUILD_DIR\lang\slovak.slg +Include=..\..\symbols\symbols.inc +SalMenu=..\..\symbols\salmenu.mnu +IgnoreList=..\..\symbols\ignore.lst +CheckList=..\..\symbols\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640004=1 +00640005=1 +00640006=1 +00680000=1 +00680001=1 +00680003=1 +00680004=1 +00680005=1 +00680006=1 +00940000=1 +00940001=1 +00940003=1 +00940005=1 +00940007=1 +00940009=1 +00950000=1 +00950001=1 +00950003=1 +00950005=1 +00960005=1 +00960007=1 +0096000a=1 +0096000c=1 +00aa0001=1 +00aa0003=1 +00aa0005=1 +00aa0006=1 +00aa0007=1 +00aa0008=1 +00b40000=1 +00b40001=1 +00b40004=1 +00b40007=1 +00b40008=1 +00b40009=1 +00b4000a=1 +00b4000b=1 +00be0001=1 +00be0004=1 +00be0005=1 +00be0006=1 +00be0007=1 +00be0008=1 +00bf0000=1 +00bf0001=1 +00bf0002=1 +00bf0003=1 +00bf0005=1 +00bf0006=1 +00bf0007=1 +00bf0008=1 +00bf0009=1 +00bf000a=1 +00bf000b=1 +00bf000c=1 +00bf000d=1 +00bf000f=1 +00bf0010=1 +00bf0011=1 +00bf0012=1 +00bf0013=1 +00bf0014=1 +00bf0015=1 +00bf0017=1 +00bf0019=1 +00bf001b=1 +00bf001d=1 +00bf001e=1 +00bf001f=1 +00bf0020=1 +00c80000=1 +00c80001=1 +00c80003=1 +00c80005=1 +00c80007=1 +00c80008=1 +00c80009=1 +00c8000a=1 +00cc0004=1 +00cc0005=1 +00cc0006=1 +00cd0004=1 +00cd0005=1 +00cd0006=1 +00cd0009=1 +00cd000a=1 +00cd000b=1 +00cd000c=1 +00cd000d=1 +00cd000e=1 +00cd0010=1 +00cd0011=1 +00cd0015=1 +00cd0016=1 +00cd0017=1 +00cd0018=1 +00ce0003=1 +00ce0004=1 +00ce0005=1 +00cf0003=1 +00cf0004=1 +00cf0005=1 +00d00004=1 +00d00005=1 +00d00006=1 +00e60001=1 +00e60003=1 +00e60005=1 +00e60006=1 +00f00000=1 +00f00001=1 +00f00003=1 +00f00005=1 +00f00007=1 +00f00008=1 +00f00009=1 +00f0000a=1 +00f10000=1 +00f10002=1 +00f10003=1 +00f10004=1 +00f10005=1 +00f10006=1 +00f10007=1 +00f10008=1 +00f1000a=1 +00f1000b=1 +00f1000e=1 +00f10011=1 +00f10014=1 +00f10016=1 +00f10017=1 +00f10019=1 +00f1001a=1 +00f1001b=1 +01040000=1 +01040001=1 +01040003=1 +01040005=1 +01040007=1 +01040009=1 +0104000b=1 +0104000d=1 +0104000f=1 +01040011=1 +01040013=1 +01040015=1 +01040016=1 +01040018=1 +0104001b=1 +0104001c=1 +010e0003=1 +010e0004=1 +010e0005=1 +010e0006=1 +010e0007=1 +010e0008=1 +010e0009=1 +012c0000=1 +012c0001=1 +012c0002=1 +012c0003=1 +012c0004=1 +012c0005=1 +012c0006=1 +012c0008=1 +012c0009=1 +012c000a=1 +012c000b=1 +012c000c=1 +012c000d=1 +012c000e=1 +012c000f=1 +01400000=1 +01400001=1 +01400003=1 +01400005=1 +01400006=1 +01400007=1 +01400008=1 +0140000a=1 +0140000b=1 +0140000d=1 +0140000e=1 +0140000f=1 +01400010=1 +01400011=1 +015e0000=1 +015e0001=1 +015e0003=1 +015e0004=1 +015e0005=1 +015e0006=1 +015e0009=1 +015e000c=1 +015e000f=1 +015e0010=1 +015e0011=1 +015e0012=1 +01720000=1 +01720002=1 +01720005=1 +01720006=1 +01720007=1 +01720008=1 +01810000=1 +01810001=1 +01810002=1 +01810004=1 +01810005=1 +01810006=1 +01810007=1 +01900000=1 +01900002=1 +01900003=1 +01900004=1 +01900005=1 +01900006=1 +01900008=1 +01900009=1 +0190000a=1 +0190000b=1 +0190000d=1 +0190000e=1 +01900010=1 +01900011=1 +01900012=1 +01940000=1 +01940001=1 +01940004=1 +01940007=1 +01940008=1 +01940009=1 +01950000=1 +01950001=1 +01950002=1 +01950004=1 +01950006=1 +01950007=1 +01950008=1 +01950009=1 +019a0000=1 +019a0001=1 +019a0003=1 +019a0005=1 +019a0007=1 +019a0009=1 +019a000b=1 +019a000d=1 +019a0010=1 +019a0011=1 +019a0013=1 +019a0014=1 +019a0015=1 +019a0016=1 +019a0017=1 +019a0018=1 +019a0019=1 +019a001a=1 +019a001b=1 +019a001c=1 +019a001e=1 +019a0020=1 +019a0022=1 +019a0024=1 +01c20000=1 +01c20001=1 +01c20003=1 +01c20004=1 +01c20005=1 +01c20007=1 +01c20009=1 +01c2000a=1 +01c2000b=1 +01c70000=1 +01c70001=1 +01c70004=1 +01c70005=1 +01c70006=1 +01c70007=1 +01c70008=1 +01cc0000=1 +01cc0002=1 +01cc0003=1 +01cc0004=1 +01dc0000=1 +01dc0001=1 +01dc0003=1 +01dc0004=1 +01dc0005=1 +01dc0007=1 +01dc0008=1 +01dc0009=1 +01dc000b=1 +01dc000c=1 +01dc000d=1 +01dc000f=1 +01dc0010=1 +01dc0011=1 +01dc0013=1 +01dc0014=1 +01dc0015=1 +01dc0016=1 +01dc0018=1 +01ea0006=1 +01ea0008=1 +01f10006=1 +01f10008=1 +01f1000a=1 +01fe0000=1 +01fe0003=1 +01fe0005=1 +01fe0006=1 +01fe0007=1 +01fe0008=1 +02080000=1 +02080003=1 +02080005=1 +02080006=1 +02080008=1 +02080009=1 +0208000a=1 +0208000b=1 +02120000=1 +02120001=1 +02120003=1 +02120006=1 +02120009=1 +02170000=1 +02170001=1 +02170002=1 +02170003=1 +02170004=1 +02170005=1 +02170006=1 +02170007=1 +02170008=1 +02170009=1 +0217000a=1 +0217000b=1 +0217000c=1 +0217000d=1 +0217000e=1 +0217000f=1 +02170011=1 +02260000=1 +02260002=1 +02260004=1 +02260006=1 +02260008=1 +0226000a=1 +0226000e=1 +02260013=1 +02260016=1 +0226001a=1 +0226001c=1 +0226001e=1 +02260020=1 +02260023=1 +02260025=1 +02260027=1 +0226002a=1 +0226002b=1 +0226002c=1 +023f0000=1 +023f0001=1 +02440000=1 +02440001=1 +02440003=1 +02440005=1 +02440006=1 +02440009=1 +0244000c=1 +024e0000=1 +024e0001=1 +024e0003=1 +024e0006=1 +024e0009=1 +02530000=1 +02530001=1 +02530002=1 +02530003=1 +02530004=1 +02530005=1 +02530006=1 +02530007=1 +02530008=1 +0253000a=1 +0253000d=1 +0253000e=1 +02530010=1 +02760000=1 +02760001=1 +02760003=1 +02760004=1 +02760005=1 +02760006=1 +02760007=1 +02760008=1 +02760009=1 +0276000a=1 +0276000c=1 +0276000d=1 +0276000e=1 +02760010=1 +02760011=1 +02760013=1 +02760015=1 +02760017=1 +02760019=1 +0276001a=1 +0276001c=1 +0276001e=1 +0276001f=1 +02760020=1 +02760021=1 +02940000=1 +02940001=1 +02940003=1 +02940004=1 +02940006=1 +02940007=1 +02940008=1 +029e0000=1 +029e0001=1 +029e0003=1 +029e0004=1 +029e0005=1 +029e0006=1 +029e0007=1 +029e0008=1 +02a80001=1 +02a80003=1 +02a80005=1 +02a80006=1 +02a80007=1 +02a90001=1 +02a90003=1 +02a90005=1 +02aa0001=1 +02aa0004=1 +02aa0005=1 +02aa0006=1 +02ab0001=1 +02ab0004=1 +02ab0005=1 +02ab0006=1 +03f20000=1 +03f20001=1 +03f20003=1 +03f20004=1 +03f20005=1 +03f20006=1 +03f20007=1 +03f20008=1 +03fe0000=1 +03fe0001=1 +03fe0003=1 +03fe0004=1 +03fe0005=1 +04030000=1 +04030001=1 +04030003=1 +04030004=1 +04030006=1 +04030008=1 +0403000a=1 +0403000b=1 +0403000c=1 +0403000d=1 +04060000=1 +04060001=1 +04060003=1 +04060004=1 +04060005=1 +04060006=1 +04060008=1 +0406000a=1 +0406000c=1 +0406000e=1 +0406000f=1 +04060010=1 +04060011=1 +04100000=1 +04100001=1 +04100003=1 +04100006=1 +04100007=1 +04100008=1 +04150000=1 +04150001=1 +04150003=1 +04150004=1 +04150005=1 +04150006=1 +04150007=1 +041a0000=1 +041a0001=1 +041a0002=1 +041a0003=1 +041a0004=1 +041a0005=1 +041a0006=1 +041a0007=1 +041a0008=1 +041a0009=1 +041a000a=1 +041a000b=1 +041f0000=1 +041f0001=1 +041f0003=1 +041f0004=1 +041f0005=1 +04240000=1 +04240001=1 +04240002=1 +04240004=1 +04240005=1 +04240006=1 +04290000=1 +04290001=1 +04290002=1 +04290003=1 +04290004=1 +042e0000=1 +042e0001=1 +042e0004=1 +042e0007=1 +042e0008=1 +042e0009=1 +042e000a=1 +042e000b=1 +04310000=1 +04310001=1 +04310003=1 +04310005=1 +04310007=1 +04310008=1 +04310009=1 +0431000a=1 +04380001=1 +04380003=1 +04380005=1 +04380006=1 +04380007=1 +04380008=1 +04380009=1 +043a0000=1 +043a0001=1 +043a0003=1 +043a0004=1 +043a0005=1 +043a0006=1 +043a0007=1 +043d0000=1 +043d0001=1 +043d0002=1 +043d0003=1 +043d0005=1 +043d0007=1 +043d0008=1 +043d0009=1 +043d000a=1 +043d000b=1 +043d000c=1 +043d000d=1 +043d000e=1 +043d000f=1 +043d0010=1 +04510000=1 +04510001=1 +04510002=1 +04510003=1 +04510005=1 +04510007=1 +04510009=1 +0451000a=1 +0451000b=1 +0451000d=1 +0451000e=1 +0451000f=1 +04510011=1 +04510012=1 +04510014=1 +04510015=1 +04510016=1 +04510017=1 +04510018=1 +04560000=1 +04560001=1 +04560002=1 +04560003=1 +04560004=1 +04600000=1 +04600001=1 +04600002=1 +04600003=1 +04600004=1 +04600006=1 +04600008=1 +046a0000=1 +046a0001=1 +046a0002=1 +046a0003=1 +046a0004=1 +046a0006=1 +046a0008=1 +046f0000=1 +046f0001=1 +046f0002=1 +046f0003=1 +046f0004=1 +046f0006=1 +04740000=1 +04740001=1 +04740002=1 +04740003=1 +04740004=1 +04740005=1 +08fc0000=1 +08fc0001=1 +08fc0003=1 +08fc0005=1 +08fc0007=1 +08fc0008=1 +08fc000b=1 +08fc000e=1 +08fc000f=1 +08fc0010=1 +08fc0013=1 +08fc0016=1 +08fc0017=1 +09100000=1 +09100001=1 +09100003=1 +09100005=1 +09100007=1 +09100008=1 +09100009=1 +0910000c=1 +0910000f=1 +09100010=1 +09240000=1 +09240001=1 +09240003=1 +09240008=1 +09240009=1 +0924000a=1 +092e0000=1 +092e0001=1 +092e0003=1 +092e0004=1 +092e0007=1 +092e0008=1 +094c0000=1 +094c0001=1 +094c0004=1 +094c0005=1 +094c0006=1 +094c0007=1 +094c0008=1 +094c000a=1 +094c000b=1 +094c000c=1 +094c000d=1 +094c000e=1 +099c0000=1 +099c0001=1 +099c0003=1 +099c0005=1 +099c0006=1 +09ba0000=1 +09ba0001=1 +09ba0003=1 +09ba0004=1 +09ba0006=1 +09ba0007=1 +09ba0008=1 +09ba000a=1 +09ba000b=1 +09ba000c=1 +09ba000d=1 +09ba000e=1 +09ba0010=1 +09ba0012=1 +09ba0013=1 +09ba0014=1 +09c40002=1 +09c40004=1 +09c40005=1 +09c40007=1 +09c40008=1 +09c40009=1 +09c4000a=1 +09c4000c=1 +09c4000f=1 +09c40010=1 +09c40011=1 +09c40012=1 +09c40014=1 +09c40016=1 +09e20000=1 +09e20001=1 +09e20003=1 +09e20004=1 +09e20005=1 +09e20006=1 +09e20007=1 +09e20008=1 +09ec0000=1 +09ec0001=1 +09ec0003=1 +09ec0005=1 +09ec0007=1 +09ec0009=1 +09ec000b=1 +09ec000d=1 +09ec000f=1 +09ec0010=1 +09ec0011=1 +09ec0012=1 +0a000000=1 +0a000002=1 +0a000003=1 +0a000004=1 +0a000005=1 +0a000006=1 +0a000007=1 +0a000008=1 +0a000009=1 +0a00000b=1 +0a00000c=1 +0a00000f=1 +0a000013=1 +0a000014=1 +0a000015=1 +0a000016=1 +0a00001b=1 +0a00001f=1 +0a000020=1 +0a000021=1 +0a000022=1 +0a000023=1 +0a280000=1 +0a280001=1 +0a280003=1 +0a280004=1 +0a280005=1 +0a280006=1 +0a280007=1 +0a280008=1 +0a280009=1 +0a28000a=1 +0a28000b=1 +0a28000c=1 +0a28000e=1 +0a280010=1 +0a280012=1 +0a280014=1 +0a280016=1 +0a280018=1 +0a28001a=1 +0a28001b=1 +0a28001c=1 +0a28001d=1 +0a4b0000=1 +0a4b0001=1 +0a4b0002=1 +0a4b0003=1 +0a4b0004=1 +0a4b0005=1 +0a4b0006=1 +0a4b0007=1 +0a4b0008=1 +0a550000=1 +0a550001=1 +0a550002=1 +0a550003=1 +0a550004=1 +0a550005=1 +0a550006=1 +0a550007=1 +0a550008=1 +0a640000=1 +0a640001=1 +0a640002=1 +0a640003=1 +0a640004=1 +0a640005=1 +0a640006=1 +0a640007=1 +0a640008=1 +0a640009=1 +0a64000a=1 +0a64000b=1 +0a6e0000=1 +0a6e0001=1 +0a6e0002=1 +0a6e0003=1 +0a6e0004=1 +0a6e0005=1 +0a6e0006=1 +0a780000=1 +0a780001=1 +0a780002=1 +0a780003=1 +0a780005=1 +0a780007=1 +0a780008=1 +0a78000a=1 +0a8c0000=1 +0a8c0001=1 +0a8c0002=1 +0a8c0003=1 +0a8c0004=1 +0aaa0000=1 +0aaa0001=1 +0aaa0003=1 +0aaa0005=1 +0aaa0006=1 +0aaa0007=1 +0aaa0008=1 +0aaa0009=1 +0ab40000=1 +0ab40001=1 +0ab40003=1 +0ab40004=1 +0ab40005=1 +0ab40007=1 +0ab40008=1 +0ab40009=1 +0ab4000a=1 +0ab4000b=1 +0abe0000=1 +0abe0001=1 +0abe0003=1 +0abe0004=1 +0abe0005=1 +0abe0007=1 +0abe0008=1 +0abe0009=1 +0ac30000=1 +0ac30001=1 +0ac30003=1 +0ac30004=1 +0ac30005=1 +0ac30006=1 +0ac80000=1 +0ac80001=1 +0ac80002=1 +0ac80003=1 +0ac80005=1 +0ac80006=1 +0ad20000=1 +0ad20001=1 +0ad20002=1 +0ad20003=1 +0ad20004=1 +0ad20006=1 +0ad20009=1 +0ad2000a=1 +0ad70000=1 +0ad70001=1 +0ad70002=1 +0ad70003=1 +0ad70005=1 +0ad70007=1 +0ad70008=1 +0adc0000=1 +0adc0003=1 +0adc0004=1 +0ae10000=1 +0ae10001=1 +0ae10004=1 +0ae10005=1 +0ae10006=1 +0ae10007=1 +0ae10008=1 +0ae60000=1 +0ae60001=1 +0ae60003=1 +0ae60005=1 +0ae60006=1 +0ae60009=1 +0ae6000a=1 +0ae6000b=1 +0ae6000c=1 +0af00000=1 +0af00001=1 +0af00003=1 +0af00004=1 +0af00006=1 +0af00007=1 +0af00008=1 +0af00009=1 +0af0000b=1 +0af0000c=1 +0b0e0000=1 +0b0e0001=1 +0b0e0002=1 +0b0e0006=1 +0b0e0007=1 +0b0e0008=1 +0b0e0009=1 +0b900000=1 +0b900001=1 +0b900002=1 +17de0000=1 +17de0002=1 +17de0005=1 +17de0007=1 +17de0008=1 +17de0009=1 +17de000a=1 +17de000b=1 +17de000c=1 +17de000e=1 +17de000f=1 +17de0010=1 +17f20000=1 +17f20001=1 +17f20002=1 +17f20003=1 +17f20004=1 +17f20005=1 +17f20006=1 +17f20008=1 +17f2000a=1 +17f2000b=1 +17f2000c=1 +18400000=1 +18400001=1 +18400002=1 +18400003=1 +18400004=1 +18400005=1 +18400006=1 +18400008=1 +1840000a=1 +1840000b=1 +184c0000=1 +184c0001=1 +184c0003=1 +184c0004=1 +184c0005=1 +184c0006=1 + +[MenusTranslation] +177a0000=1 +177a0001=1 +177a0002=1 +177a0004=1 +177a0005=1 +177a0006=1 +177a0008=1 +177a0009=1 +177a000b=1 +177a000c=1 +177a000e=1 +177a000f=1 +177a0010=1 +177a0011=1 +177a0013=1 +177a0014=1 +177a0015=1 +177a0016=1 +177a0017=1 +177a0018=1 +177a0019=1 +177a001b=1 +177a001c=1 +177a001e=1 +177a0020=1 +177a0022=1 +177a0024=1 +177a0025=1 +177a0026=1 +177a0028=1 +177a0029=1 +177a002a=1 +177a002b=1 +177b0001=1 +177b0002=1 +177b0004=1 +177b0006=1 +177b0007=1 +177b0008=1 +177b000a=1 +177b000b=1 +177b000d=1 +177b000f=1 + +[StringsTranslation] +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +00000401=1 +00000442=1 +00000443=1 +00002710=1 +00002711=1 +00002712=1 +00002713=1 +00002714=1 +00002715=1 +00002716=1 +00002717=1 +00002718=1 +0000271a=1 +0000271d=1 +0000271e=1 +00002720=1 +00002721=1 +00002722=1 +00002723=1 +00002724=1 +00002725=1 +00002726=1 +00002727=1 +00002728=1 +0000272a=1 +0000272b=1 +0000272c=1 +0000272d=1 +0000272e=1 +0000272f=1 +00002730=1 +00002731=1 +00002732=1 +00002733=1 +00002734=1 +00002735=1 +00002736=1 +00002737=1 +00002738=1 +00002739=1 +0000273b=1 +0000273c=1 +0000273d=1 +0000273e=1 +0000273f=1 +00002740=1 +00002743=1 +00002744=1 +00002745=1 +00002746=1 +00002747=1 +00002748=1 +00002749=1 +0000274a=1 +0000274b=1 +0000274c=1 +0000274d=1 +0000274e=1 +0000274f=1 +00002750=1 +00002751=1 +00002752=1 +00002753=1 +00002754=1 +00002755=1 +00002756=1 +00002757=1 +00002758=1 +00002759=1 +0000275a=1 +0000275b=1 +0000275c=1 +0000275d=1 +0000275f=1 +00002760=1 +00002761=1 +00002762=1 +00002763=1 +00002764=1 +00002765=1 +00002766=1 +00002767=1 +00002768=1 +00002769=1 +0000276a=1 +0000276b=1 +0000276c=1 +0000276d=1 +0000276e=1 +0000276f=1 +00002770=1 +00002771=1 +00002772=1 +00002773=1 +00002774=1 +00002775=1 +00002776=1 +00002777=1 +00002778=1 +00002779=1 +0000277a=1 +0000277b=1 +0000277c=1 +0000277d=1 +0000277f=1 +00002780=1 +00002781=1 +00002782=1 +00002783=1 +00002784=1 +00002785=1 +00002786=1 +00002787=1 +00002788=1 +00002789=1 +0000278a=1 +0000278b=1 +0000278c=1 +0000278d=1 +0000278e=1 +0000278f=1 +00002791=1 +00002792=1 +00002793=1 +00002794=1 +00002795=1 +00002796=1 +00002797=1 +00002798=1 +00002799=1 +0000279a=1 +0000279b=1 +0000279c=1 +0000279d=1 +0000279e=1 +0000279f=1 +000027a0=1 +000027a1=1 +000027a3=1 +000027a4=1 +000027a5=1 +000027a6=1 +000027a7=1 +000027a8=1 +000027a9=1 +000027aa=1 +000027ab=1 +000027ad=1 +000027ae=1 +000027b0=1 +000027b4=1 +000027b5=1 +000027b6=1 +000027b7=1 +000027b8=1 +000027b9=1 +000027ba=1 +000027bb=1 +000027bc=1 +000027bd=1 +000027be=1 +000027bf=1 +000027c0=1 +000027c1=1 +000027c2=1 +000027c3=1 +000027c4=1 +000027c5=1 +000027c6=1 +000027c7=1 +000027c8=1 +000027c9=1 +000027ca=1 +000027cb=1 +000027cc=1 +000027cd=1 +000027ce=1 +000027cf=1 +000027d0=1 +000027d1=1 +000027d2=1 +000027d3=1 +000027d4=1 +000027d6=1 +000027d7=1 +000027ec=1 +000027ed=1 +000027ee=1 +000027ef=1 +0000280e=1 +0000280f=1 +00002810=1 +00002811=1 +00002812=1 +00002814=1 +00002815=1 +00002816=1 +00002817=1 +00002818=1 +00002819=1 +0000281a=1 +0000281b=1 +0000281c=1 +0000281e=1 +0000281f=1 +00002820=1 +00002821=1 +00002822=1 +00002823=1 +00002824=1 +00002825=1 +00002826=1 +00002828=1 +00002829=0 +0000282a=1 +0000282d=1 +0000282e=1 +0000282f=1 +00002830=1 +00002831=1 +00002832=1 +00002833=1 +00002834=1 +00002835=1 +00002836=1 +00002837=1 +00002838=1 +00002839=1 +0000283a=1 +0000283b=1 +0000283c=1 +0000283d=1 +0000283e=1 +0000283f=1 +00002840=1 +00002843=1 +00002844=1 +00002845=1 +00002846=1 +00002847=1 +00002848=1 +00002849=1 +0000284a=1 +0000284b=1 +0000284c=1 +0000284d=1 +0000284e=1 +0000284f=1 +00002850=1 +00002851=1 +00002852=1 +00002853=1 +00002854=1 +00002855=1 +00002856=1 +00002857=1 +00002858=1 +00002859=1 +0000285a=1 +0000285e=1 +0000285f=1 +00002860=1 +00002861=1 +00002862=1 +00002863=1 +00002864=1 +00002867=1 +00002868=1 +00002869=1 +0000286a=1 +0000286b=1 +0000286c=1 +0000286d=1 +0000286e=1 +0000286f=1 +00002870=1 +00002871=1 +00002872=1 +00002873=1 +00002874=1 +00002875=1 +00002876=1 +00002877=1 +00002878=1 +00002879=1 +0000287a=1 +0000287c=1 +0000287d=1 +0000287e=1 +0000287f=1 +00002880=1 +00002881=1 +00002882=1 +00002883=1 +00002884=1 +00002885=1 +00002886=1 +00002887=1 +00002888=1 +00002889=1 +0000288a=1 +0000288b=1 +0000288c=1 +0000288d=1 +0000288e=1 +0000288f=1 +00002890=1 +00002891=1 +00002892=1 +00002893=1 +00002894=1 +00002895=1 +00002896=1 +000028a0=1 +000028a1=1 +000028a2=1 +000028a3=1 +000028a4=1 +000028a6=1 +000028a8=1 +000028b4=1 +000028b5=1 +000028b8=1 +000028b9=1 +000028ba=1 +000028bb=1 +000028bd=1 +000028be=1 +000028bf=1 +000028c0=1 +000028c1=1 +000028c2=1 +000028c3=1 +000028c4=1 +000028c5=1 +000028c6=1 +000028c7=1 +000028c8=1 +000028c9=1 +000028ca=1 +000028cb=1 +000028cc=1 +000028cd=1 +000028cf=1 +000028d0=1 +000028d1=1 +000028d2=1 +000028d3=1 +000028d4=1 +000028d5=1 +000028d6=1 +000028d7=1 +000028d8=1 +000028d9=1 +000028da=1 +000028dc=1 +000028dd=1 +000028de=1 +000028df=1 +000028e1=1 +000028e2=1 +000028e3=1 +000028e4=1 +000028e5=1 +000028e6=1 +000028e7=1 +000028e8=1 +000028e9=1 +000028ea=1 +000028eb=1 +000028ec=1 +000028ed=1 +000028ee=1 +000028ef=1 +000028f0=1 +000028f1=1 +000028f2=1 +000028f3=1 +000028f4=1 +000028f5=1 +000028f6=1 +000028f7=1 +000028f8=1 +000028f9=1 +000028fa=1 +000028fb=1 +000028fc=1 +000028fd=1 +000028fe=1 +000028ff=1 +00002900=1 +00002901=1 +00002902=1 +00002903=1 +00002904=1 +00002905=1 +00002906=1 +00002907=1 +00002908=1 +00002909=1 +0000290a=1 +0000290b=1 +0000290c=1 +0000290d=1 +0000290e=1 +0000290f=1 +00002910=1 +00002911=1 +00002912=1 +00002913=1 +00002914=1 +00002915=1 +00002916=1 +00002917=1 +00002918=1 +00002922=1 +00002923=1 +00002924=1 +00002925=1 +00002926=1 +00002927=1 +00002928=1 +00002929=1 +0000292a=1 +0000292b=1 +0000292c=1 +00002936=1 +00002937=1 +00002938=1 +00002939=1 +0000293a=1 +0000293b=1 +0000293c=1 +0000293d=1 +0000293e=1 +0000293f=1 +00002944=1 +00002945=1 +00002946=1 +00002947=1 +00002948=1 +00002949=1 +0000294a=1 +0000294b=1 +0000294c=1 +0000294d=1 +0000294e=1 +0000294f=1 +00002950=1 +00002951=1 +00002952=1 +00002953=1 +00002954=1 +00002955=1 +00002956=1 +00002957=1 +00002958=1 +00002959=1 +00002963=1 +00002968=1 +00002969=1 +0000296a=1 +0000296b=1 +0000296c=1 +000029a9=1 +000029aa=1 +000029ab=1 +000029af=1 +000029b0=1 +000029b1=1 +000029b2=1 +000029b3=1 +000029b8=1 +000029b9=1 +000029c6=1 +000029c8=1 +000029c9=1 +000029ca=1 +000029cb=1 +000029cc=1 +000029ce=1 +000029cf=1 +000029d0=1 +000029d2=1 +000029d3=1 +000029d4=1 +000029d5=1 +000029d6=1 +000029d7=1 +000029d8=1 +000029db=1 +000029dc=1 +000029dd=1 +000029e0=1 +000029e1=1 +000029e2=1 +000029e3=1 +000029e5=1 +000029e6=1 +000029ea=1 +000029eb=1 +000029ec=1 +000029ee=1 +000029ef=1 +000029f0=1 +000029f1=1 +000029f2=1 +000029f3=1 +000029f4=1 +000029f5=1 +000029f9=1 +000029fa=1 +000029fb=1 +000029fd=1 +000029fe=1 +000029ff=1 +00002a00=1 +00002a01=1 +00002a02=1 +00002a03=1 +00002a07=1 +00002a08=1 +00002a0a=1 +00002a0b=1 +00002a0c=1 +00002a0d=1 +00002a0e=1 +00002a0f=1 +00002a10=1 +00002a11=1 +00002a12=1 +00002a13=1 +00002a1b=1 +00002a1d=1 +00002a1e=1 +00002a1f=1 +00002a20=1 +00002a21=1 +00002a22=1 +00002a23=1 +00002a24=1 +00002a25=1 +00002a26=1 +00002a27=1 +00002a28=1 +00002a29=1 +00002a2a=1 +00002a2b=1 +00002a2c=1 +00002a2d=1 +00002a2e=1 +00002a2f=1 +00002a30=1 +00002a31=1 +00002a32=1 +00002a33=1 +00002a34=1 +00002a35=1 +00002a36=1 +00002a37=1 +00002a38=1 +00002a3a=1 +00002a3b=1 +00002a3c=1 +00002a3d=1 +00002a3e=1 +00002a3f=1 +00002a42=1 +00002a43=1 +00002a44=1 +00002a45=1 +00002a49=1 +00002a4a=1 +00002a4b=1 +00002a4c=1 +00002a4d=1 +00002a4e=1 +00002a4f=1 +00002a50=1 +00002a51=1 +00002a52=1 +00002a53=1 +00002a54=1 +00002a58=1 +00002a59=1 +00002a5a=1 +00002a5b=1 +00002a5c=1 +00002a5d=1 +00002a5e=1 +00002a5f=1 +00002a60=1 +00002a61=1 +00002a6c=1 +00002a6d=1 +00002a6e=1 +00002a6f=1 +00002a70=1 +00002a71=1 +00002a73=1 +00002a74=1 +00002a75=1 +00002a76=1 +00002a77=1 +00002a78=1 +00002a79=1 +00002a7a=1 +00002a7b=1 +00002a80=1 +00002a81=1 +00002a82=1 +00002a83=1 +00002a84=1 +00002a85=1 +00002a86=1 +00002a87=1 +00002a8a=1 +00002a8b=1 +00002a8c=1 +00002a8d=1 +00002a8e=1 +00002a94=1 +00002a99=1 +00002a9e=1 +00002a9f=1 +00002aa8=1 +00002aa9=1 +00002aaa=1 +00002aab=1 +00002aad=1 +00002aae=1 +00002aaf=1 +00002ab2=1 +00002ab3=1 +00002ab4=1 +00002abc=1 +00002ac1=1 +00002ac2=1 +00002ac6=1 +00002ac7=1 +00002ac8=1 +00002ac9=1 +00002acb=1 +00002ad0=1 +00002ad1=1 +00002ad2=1 +00002ad3=1 +00002ad4=1 +00002ad5=1 +00002ada=1 +00002ae4=1 +00002ae5=1 +00002ae6=1 +00002ae9=1 +00002aea=1 +00002aeb=1 +00002af2=1 +00002af3=1 +00002af4=1 +00002af5=1 +00002af6=1 +00002af8=1 +00002af9=1 +00002afa=1 +00002afb=1 +00002afc=1 +00002afd=1 +00002afe=1 +00002aff=1 +00002b00=1 +00002b01=1 +00002b02=1 +00002b03=1 +00002b04=1 +00002b05=1 +00002b06=1 +00002b07=1 +00002b08=1 +00002b09=1 +00002b0a=1 +00002b0b=1 +00002b0c=1 +00002b0d=1 +00002b11=1 +00002b12=1 +00002b13=1 +00002b14=1 +00002b15=1 +00002b16=1 +00002b17=1 +00002b18=1 +00002b19=1 +00002b1a=1 +00002b1b=1 +00002b1c=1 +00002b1d=1 +00002b1e=1 +00002b1f=1 +00002b20=1 +00002b21=1 +00002b22=1 +00002b23=1 +00002b24=1 +00002b25=1 +00002b26=1 +00002b27=1 +00002b28=1 +00002b29=1 +00002b2a=1 +00002b2b=1 +00002b2c=1 +00002b2d=1 +00002b2e=1 +00002b2f=1 +00002b30=1 +00002b31=1 +00002b32=1 +00002b33=1 +00002b34=1 +00002b35=1 +00002b36=1 +00002b37=1 +00002b38=1 +00002b39=1 +00002b3a=1 +00002b3b=1 +00002b3c=1 +00002b3e=1 +00002b5e=1 +00002b5f=1 +00002b60=1 +00002bc9=1 +00002bca=1 +00002bcb=1 +00002bcf=1 +00002bd4=1 +00002bd5=1 +00002bd6=1 +00002bd7=1 +00002bd8=1 +00002bd9=1 +00002bda=1 +00002bdb=1 +00002bdc=1 +00002bdd=1 +00002bdf=1 +00002be8=1 +00002be9=1 +00002bed=1 +00002bee=1 +00002bf2=1 +00002bf7=1 +00002bf8=1 +00002bf9=1 +00002bfa=1 +00002bfb=1 +00002bfc=1 +00002bfd=1 +00002bfe=1 +00002bff=1 +00002c00=1 +00002c01=1 +00002c02=1 +00002c03=1 +00002c04=1 +00002c05=1 +00002c06=1 +00002c07=1 +00002c08=1 +00002ee0=1 +00002ee1=1 +00002ee2=1 +00002ee3=1 +00002ee4=1 +00002ee5=1 +00002ee6=1 +00002ee7=1 +00002ee8=1 +00002eea=1 +00002eeb=1 +00002eef=1 +00002ef4=1 +00002ef5=1 +00002ef6=1 +00002ef7=1 +00002ef8=1 +00002ef9=1 +00002efa=1 +00002f01=1 +00002f07=1 +00002f08=1 +00002f09=1 +00002f0a=1 +00002f0b=1 +00002f0c=1 +00002f0d=1 +00002f0e=1 +00002f0f=1 +00002f10=1 +00002f11=1 +00002f12=1 +00002f13=1 +00002f14=1 +00002f15=1 +00002f16=1 +00002f17=1 +00002f18=1 +00002f1c=1 +00002f1d=1 +00002f30=1 +00002f31=1 +00002f35=1 +00002f36=1 +00002f37=1 +00002f38=1 +00002f39=1 +00002f3a=1 +00002f3b=1 +00002f3c=1 +00002f3d=1 +00002f3e=1 +00002f3f=1 +00002f40=1 +00002f41=1 +00002f42=1 +00002f43=1 +00002f44=1 +00002f45=1 +00002f46=1 +00002f47=1 +00002f48=1 +00002f49=1 +00002f4a=1 +00002f4b=1 +00002f4c=1 +00002f4d=1 +00002f4e=1 +00002f4f=1 +00002f50=1 +00002f51=1 +00002f52=1 +00002f53=1 +00002f54=1 +00002f57=1 +00002f58=1 +00002f59=1 +00002f5a=1 +00002f5c=1 +00002f5d=1 +00002f5e=1 +00002f62=1 +00002f63=1 +00002f64=1 +00002f65=1 +00002f66=1 +00002f67=1 +00002f68=1 +00002f69=1 +00002f6a=1 +00002f6b=1 +00002f6c=1 +00002f6d=1 +00002f6e=1 +00002f6f=1 +00002f71=1 +00002f72=1 +00002f73=1 +00002f74=1 +00002f80=1 +00002f85=1 +00002f8a=1 +00002f8b=1 +00002f8c=1 +00002f8d=1 +00002f94=1 +00002f95=1 +00002f9e=1 +00002fa8=1 +00002fa9=1 +00002fad=1 +00002fb2=1 +00002fb7=1 +00002fbc=1 +00002fc1=1 +00002fc2=1 +00002fc3=1 +00002fc6=1 +00002fc7=1 +00002fc9=1 +00002fcb=1 +00002fd0=1 +00002fd1=1 +00002fd2=1 +00002fd3=1 +00002fd4=1 +00002fd5=1 +00002fd6=1 +00002fd7=1 +00002fd8=1 +00002fd9=1 +00002fdf=1 +00002ffd=1 +00003002=1 +00003003=1 +00003007=1 +0000300c=1 +00003011=1 +00003012=1 +00003013=1 +00003014=1 +00003016=1 +00003017=1 +00003018=1 +00003019=1 +0000301a=1 +00003020=1 +00003025=1 +00003026=1 +0000302a=1 +0000302b=1 +0000302f=1 +00003034=1 +00003039=1 +0000303e=1 +0000303f=1 +00003040=1 +00003041=1 +00003042=1 +00003043=1 +00003044=1 +00003045=1 +00003048=1 +00003049=1 +0000304a=1 +0000304b=1 +0000304d=1 +00003052=1 +00003053=1 +00003054=1 +00003055=1 +0000305c=1 +0000305d=1 +0000305e=1 +0000305f=1 +00003060=1 +00003061=1 +00003062=1 +00003066=1 +00003067=1 +0000306b=1 +00003070=1 +00003071=1 +00003075=1 +00003076=1 +0000307a=1 +0000307b=1 +0000307c=1 +0000307d=1 +0000307e=1 +00003084=1 +00003085=1 +00003086=1 +00003089=1 +0000308a=1 +0000308e=1 +0000308f=1 +00003090=1 +00003091=1 +00003092=1 +00003093=1 +00003098=1 +00003099=1 +0000309a=1 +0000309b=1 +000030a2=1 +000030a3=1 +000030a4=1 +000030a5=1 +000030a6=1 +000030a7=1 +000030a8=1 +000030a9=1 +000030aa=1 +000030ab=1 +000030ac=1 +000030b1=1 +000030b2=1 +000030b3=1 +000030b4=1 +000030b5=1 +000030b6=1 +000030ba=1 +000030bb=1 +000030bc=1 +000030bd=1 +000030c0=1 +000030c1=1 +000030c2=1 +000030c3=1 +00003201=1 +00003202=1 +00003203=1 +00003204=1 +00003205=1 +00003206=1 +00003207=1 +00003208=1 +00003209=1 +0000320a=1 +0000320b=1 +0000320c=1 +0000320d=1 +0000320f=1 +00003210=1 +00003212=1 +00003214=1 +00003215=1 +00003216=1 +00003217=1 +00003218=1 +00003219=1 +0000321a=1 +0000321c=1 +0000321d=1 +0000321e=1 +0000321f=1 +00003220=1 +00003221=1 +00003222=1 +00003223=1 +00003224=1 +00003225=1 +00003226=1 +00003227=1 +00003228=1 +00003229=1 +0000322a=1 +0000322b=1 +0000322c=1 +0000322d=1 +000032c8=1 +000032c9=1 +000032ca=1 +000032cb=1 +000032cc=1 +000032cd=1 +000032ce=1 +000032cf=1 +000032d0=1 +000032d1=1 +000032d2=1 +000032d3=1 +000032d4=1 +000032d5=1 +000032d6=1 +000032d7=1 +000032d8=1 +000032d9=1 +000032da=1 +000032dc=1 +000032dd=1 +000032de=1 +000032df=1 +000032e0=1 +000032e1=1 +000032e2=1 +000032e3=1 +000032e4=1 +000032e5=1 +000032e6=1 +000032ea=1 +000032eb=1 +000032ec=1 +000032ed=1 +000032ee=1 +000032ef=1 +000032f0=1 +000032f1=1 +000032f2=1 +000032f3=1 +000032f4=1 +000032f5=1 +000032f6=1 +000032f7=1 +000032f8=1 +00003304=1 +00003305=1 +00003306=1 +00003307=1 +00003308=1 +00003309=1 +0000330a=1 +0000330b=1 +0000330c=1 +0000330d=1 +0000330e=1 +0000330f=1 +00003310=1 +00003311=1 +00003312=1 +00003313=1 +00003314=1 +00003315=1 +00003316=1 +00003317=1 +00003318=1 +00003319=1 +0000331a=1 +0000331b=1 +0000331c=1 +0000331d=1 +0000331e=1 +00003322=1 +00003323=1 +00003324=1 +00003325=1 +00003326=1 +00003327=1 +00003328=1 +00003329=1 +0000332a=1 +0000332b=1 +0000332c=1 +0000332d=1 +0000332e=1 +0000332f=1 +00003330=1 +00003331=1 +00003333=1 +00003335=1 +00003336=1 +00003337=1 +00003338=1 +00003339=1 +0000333a=1 +0000333b=1 +0000333c=1 +0000333d=1 +0000333e=1 +0000333f=1 +00003340=1 +00003341=1 +00003342=1 +00003343=1 +00003344=1 +00003345=1 +00003346=1 +00003347=1 +0000334a=1 +0000334b=1 +0000334c=1 +00003354=1 +00003355=1 +00003356=1 +00003357=1 +00003358=1 +00003359=1 +0000335a=1 +0000335b=1 +0000335c=1 +0000335d=1 +0000335e=1 +0000335f=1 +00003360=1 +00003361=1 +00003362=1 +00003363=1 +00003364=1 +00003365=1 +00003366=1 +00003367=1 +00003368=1 +00003369=1 +0000336a=1 +0000336b=1 +0000336c=1 +0000336d=1 +0000336e=1 +0000336f=1 +00003372=1 +00003373=1 +00003386=1 +00003387=1 +00003388=1 +00003389=1 +0000338a=1 +0000338c=1 +0000338d=1 +0000338f=1 +00003390=1 +00003392=1 +000033f4=1 +000033f5=1 +000033f6=1 +000033f7=1 +000033f8=1 +000033f9=1 +000033fa=1 +000033fb=1 +000033fc=1 +000033fd=1 +000033fe=1 +000033ff=1 +00003400=1 +00003401=1 +00003402=1 +00003403=1 +00003408=1 +00003409=1 +0000340a=1 +0000340b=1 +0000340c=1 +0000340d=1 +0000340e=1 +0000340f=1 +00003410=1 +00003412=1 +00003413=1 +00003414=1 +00003415=1 +00003416=1 +0000341c=1 +0000341d=1 +0000341e=1 +0000341f=1 +00003420=1 +00003421=1 +00003422=1 +00003423=1 +00003426=1 +0000342b=1 +0000342c=1 +0000342d=1 +0000342e=1 +0000342f=1 +00003430=1 +00003431=1 +00003432=1 +00003433=1 +00003434=1 +00003435=1 +00003436=1 +00003437=1 +00003438=1 +00003439=1 +00003444=1 +00003445=1 +00003446=1 +00003447=1 +00003448=1 +00003449=1 +0000344a=1 +0000344b=1 +0000344c=1 +00003458=1 +00003459=1 +0000345a=1 +0000345b=1 +0000345c=1 +00003485=1 +00003486=1 +0000348a=1 +0000348b=1 +0000348c=1 +0000348d=1 +0000348e=1 +0000348f=1 +00003490=1 +00003491=1 +00003492=1 +00003493=1 +00003494=1 +00003495=1 +00003496=1 +00003497=1 +0000349e=1 +0000349f=1 +000034a0=1 +000034a1=1 +000034a2=1 +000034a3=1 +000034a4=1 +000034a5=1 +000034a6=1 +000034ef=1 +000034f1=1 +000034f2=1 +000034f3=1 +000034f4=1 +000034f5=1 +000034f6=1 +000034f7=1 +000034f8=1 +000034f9=1 +000034fa=1 +000034fb=1 +000034fc=1 +00003566=1 +00003567=1 +00003568=1 +00003569=1 +0000356a=1 +0000356b=1 +0000356c=1 +00003570=1 +00003571=1 +00003572=1 +00003573=1 +00003574=1 +00003575=1 +00003576=1 +00003577=1 +00003584=1 +00003585=1 +0000358e=1 +0000358f=1 +00003590=1 +00003591=1 +00003598=1 +0000359d=1 +000035a2=1 +000035a3=1 +000035a7=1 +000035a8=1 +000035a9=1 +000035ac=1 +000035ad=1 +000035ae=1 +000035af=1 +000035b6=1 +000035b7=1 +000035b8=1 +000035bb=1 +000035bc=1 +000035bd=1 +000035c0=1 +000035c5=1 +000035ca=1 +000035cb=1 +000035cf=1 +000035d0=1 +000035d1=1 +000035d2=1 +000035d3=1 +000035e8=1 +000035e9=1 +000035ea=1 +000035ed=1 +000035ee=1 +000035ef=1 +000035f0=1 +000035f1=1 +000035f7=1 +000035fc=1 +000035fd=1 +00003601=1 +0000361a=1 +0000361f=1 +00003620=1 +00003621=1 +00003629=1 +0000362a=1 +0000362b=1 +0000362e=1 +0000362f=1 +00003630=1 +00003631=1 +00003638=1 +00003639=1 +0000363a=1 +0000363d=1 +0000363e=1 +00003642=1 +00003643=1 +0000364c=1 +0000364d=1 +0000364e=1 +0000364f=1 +00003650=1 +00003651=1 +00003652=1 +00003653=1 +00003656=0 +00003657=1 +0000365b=1 +0000365c=1 +00003660=1 +00003661=1 +00003665=1 +00003666=1 +00003667=1 +00003668=1 +00003669=1 +0000366c=1 +0000366d=1 +0000366e=1 +00003679=1 +0000367a=1 +0000367b=1 +0000367e=1 +0000367f=1 +00003680=1 +00003681=1 +00003682=1 +00003688=1 +0000368d=1 +0000368e=1 +00003692=1 +00003693=1 +00003694=1 +00003695=1 +00003696=1 +00003697=1 +00003698=1 +0000369c=1 +0000369d=1 +0000369e=1 +0000369f=1 +000036a0=1 +000036a1=1 +000036a2=1 +000036a6=1 +000036a7=1 +000036a8=1 +000036a9=1 +000036b0=1 +000036b5=1 +000036ba=1 +000036bb=1 +000036bc=1 +000036c4=1 +000036c5=1 +000036c6=1 +000036c7=1 +000036c8=1 +000036c9=1 +000036ca=1 +000036ce=1 +000036cf=1 +000036d0=1 +000036d8=1 +000036d9=1 +000036da=1 +000036db=1 +000036dc=1 +000036dd=1 +000036de=1 +000036e2=1 +000036e3=1 +000036e4=1 +000036e5=1 +000036ed=1 +000036ee=1 +000036ef=1 +000036f0=1 +000036f1=1 +000036f2=1 +000036f3=1 +000036f4=1 +000036f6=1 +000036f7=1 +000036f8=1 +000036f9=1 +000036fa=1 +000036fb=1 +00003714=1 +00003746=1 +00003747=1 +0000374b=1 +00003750=1 +00003755=1 +00003756=1 +00003757=1 +00003758=1 +0000375a=1 +0000375b=1 +00003764=1 +00003765=1 +00003769=1 +0000376a=1 +0000376b=1 +0000376c=1 +0000376d=1 +00003773=1 + +[Relayout] + diff --git a/translations/slovak/7zip.slt b/translations/projects/Slovak/slt/7zip.slt similarity index 99% rename from translations/slovak/7zip.slt rename to translations/projects/Slovak/slt/7zip.slt index df4b49b8e..6321d1fda 100644 --- a/translations/slovak/7zip.slt +++ b/translations/projects/Slovak/slt/7zip.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\slovak\7zip.atp" +PROJECTNAME,"translator\salamand 5.0\projects\slovak\7zip.atp" TEXTVERSION,"1.31 (x86)" VERSION,"1,3,1,180" diff --git a/translations/slovak/automation.slt b/translations/projects/Slovak/slt/automation.slt similarity index 97% rename from translations/slovak/automation.slt rename to translations/projects/Slovak/slt/automation.slt index 558fb3c48..a45193006 100644 --- a/translations/slovak/automation.slt +++ b/translations/projects/Slovak/slt/automation.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\slovak\automation.atp" +PROJECTNAME,"translator\salamand 5.0\projects\slovak\automation.atp" TEXTVERSION,"1.7 (x86)" VERSION,"1,7,0,180" diff --git a/translations/slovak/checksum.slt b/translations/projects/Slovak/slt/checksum.slt similarity index 98% rename from translations/slovak/checksum.slt rename to translations/projects/Slovak/slt/checksum.slt index b2e28af97..ade6d23c3 100644 --- a/translations/slovak/checksum.slt +++ b/translations/projects/Slovak/slt/checksum.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\slovak\checksum.atp" +PROJECTNAME,"translator\salamand 5.0\projects\slovak\checksum.atp" TEXTVERSION,"2.2 (x86)" VERSION,"2,2,0,180" diff --git a/translations/slovak/checkver.slt b/translations/projects/Slovak/slt/checkver.slt similarity index 98% rename from translations/slovak/checkver.slt rename to translations/projects/Slovak/slt/checkver.slt index cf60451dd..ed4935243 100644 --- a/translations/slovak/checkver.slt +++ b/translations/projects/Slovak/slt/checkver.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\slovak\checkver.atp" +PROJECTNAME,"translator\salamand 5.0\projects\slovak\checkver.atp" TEXTVERSION,"1.26 (x86)" VERSION,"1,2,6,180" diff --git a/translations/slovak/dbviewer.slt b/translations/projects/Slovak/slt/dbviewer.slt similarity index 98% rename from translations/slovak/dbviewer.slt rename to translations/projects/Slovak/slt/dbviewer.slt index 266872b3b..86c402a2a 100644 --- a/translations/slovak/dbviewer.slt +++ b/translations/projects/Slovak/slt/dbviewer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\slovak\dbviewer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\slovak\dbviewer.atp" TEXTVERSION,"1.23 (x86)" VERSION,"1,2,3,180" diff --git a/translations/slovak/diskmap.slt b/translations/projects/Slovak/slt/diskmap.slt similarity index 96% rename from translations/slovak/diskmap.slt rename to translations/projects/Slovak/slt/diskmap.slt index 2a0472a8e..66d2032bb 100644 --- a/translations/slovak/diskmap.slt +++ b/translations/projects/Slovak/slt/diskmap.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\slovak\diskmap.atp" +PROJECTNAME,"translator\salamand 5.0\projects\slovak\diskmap.atp" TEXTVERSION,"1.12 (x86)" VERSION,"1,1,2,180" diff --git a/translations/slovak/filecomp.slt b/translations/projects/Slovak/slt/filecomp.slt similarity index 99% rename from translations/slovak/filecomp.slt rename to translations/projects/Slovak/slt/filecomp.slt index 77c88f7ee..bc30f90d5 100644 --- a/translations/slovak/filecomp.slt +++ b/translations/projects/Slovak/slt/filecomp.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\slovak\filecomp.atp" +PROJECTNAME,"translator\salamand 5.0\projects\slovak\filecomp.atp" TEXTVERSION,"1.19 (x86)" VERSION,"1,1,9,180" diff --git a/translations/slovak/ftp.slt b/translations/projects/Slovak/slt/ftp.slt similarity index 99% rename from translations/slovak/ftp.slt rename to translations/projects/Slovak/slt/ftp.slt index da6c09998..7d0c16a27 100644 --- a/translations/slovak/ftp.slt +++ b/translations/projects/Slovak/slt/ftp.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\slovak\ftp.atp" +PROJECTNAME,"translator\salamand 5.0\projects\slovak\ftp.atp" TEXTVERSION,"1.35 (x86)" VERSION,"1,3,5,180" diff --git a/translations/slovak/ieviewer.slt b/translations/projects/Slovak/slt/ieviewer.slt similarity index 87% rename from translations/slovak/ieviewer.slt rename to translations/projects/Slovak/slt/ieviewer.slt index 90f2c6fd2..9643ab42a 100644 --- a/translations/slovak/ieviewer.slt +++ b/translations/projects/Slovak/slt/ieviewer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\slovak\ieviewer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\slovak\ieviewer.atp" TEXTVERSION,"1.12 (x86)" VERSION,"1,1,2,180" diff --git a/translations/slovak/mmviewer.slt b/translations/projects/Slovak/slt/mmviewer.slt similarity index 99% rename from translations/slovak/mmviewer.slt rename to translations/projects/Slovak/slt/mmviewer.slt index 9c21ecae5..a4b656101 100644 --- a/translations/slovak/mmviewer.slt +++ b/translations/projects/Slovak/slt/mmviewer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\slovak\mmviewer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\slovak\mmviewer.atp" TEXTVERSION,"1.16 (x86)" VERSION,"1,1,6,180" diff --git a/translations/slovak/nethood.slt b/translations/projects/Slovak/slt/nethood.slt similarity index 94% rename from translations/slovak/nethood.slt rename to translations/projects/Slovak/slt/nethood.slt index fd9747e17..8948e62f6 100644 --- a/translations/slovak/nethood.slt +++ b/translations/projects/Slovak/slt/nethood.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\slovak\nethood.atp" +PROJECTNAME,"translator\salamand 5.0\projects\slovak\nethood.atp" TEXTVERSION,"1.08 (x86)" VERSION,"1,0,8,180" diff --git a/translations/slovak/pak.slt b/translations/projects/Slovak/slt/pak.slt similarity index 97% rename from translations/slovak/pak.slt rename to translations/projects/Slovak/slt/pak.slt index 53e265790..9e3742629 100644 --- a/translations/slovak/pak.slt +++ b/translations/projects/Slovak/slt/pak.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\slovak\pak.atp" +PROJECTNAME,"translator\salamand 5.0\projects\slovak\pak.atp" TEXTVERSION,"1.71 (x86)" VERSION,"1,7,1,180" diff --git a/translations/slovak/peviewer.slt b/translations/projects/Slovak/slt/peviewer.slt similarity index 95% rename from translations/slovak/peviewer.slt rename to translations/projects/Slovak/slt/peviewer.slt index 7b9d528ab..cdd7b80e3 100644 --- a/translations/slovak/peviewer.slt +++ b/translations/projects/Slovak/slt/peviewer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\slovak\peviewer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\slovak\peviewer.atp" TEXTVERSION,"3.0 (x86)" VERSION,"3,0,0,180" diff --git a/translations/slovak/pictview.slt b/translations/projects/Slovak/slt/pictview.slt similarity index 99% rename from translations/slovak/pictview.slt rename to translations/projects/Slovak/slt/pictview.slt index 3fbae3887..82016d1dc 100644 --- a/translations/slovak/pictview.slt +++ b/translations/projects/Slovak/slt/pictview.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\slovak\pictview.atp" +PROJECTNAME,"translator\salamand 5.0\projects\slovak\pictview.atp" TEXTVERSION,"2.13 (x86)" VERSION,"2,1,3,180" diff --git a/translations/slovak/regedt.slt b/translations/projects/Slovak/slt/regedt.slt similarity index 99% rename from translations/slovak/regedt.slt rename to translations/projects/Slovak/slt/regedt.slt index 4a4d95ce8..a52a36c03 100644 --- a/translations/slovak/regedt.slt +++ b/translations/projects/Slovak/slt/regedt.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\slovak\regedt.atp" +PROJECTNAME,"translator\salamand 5.0\projects\slovak\regedt.atp" TEXTVERSION,"1.14 (x86)" VERSION,"1,1,4,180" diff --git a/translations/slovak/renamer.slt b/translations/projects/Slovak/slt/renamer.slt similarity index 99% rename from translations/slovak/renamer.slt rename to translations/projects/Slovak/slt/renamer.slt index 535bf9292..30434f49d 100644 --- a/translations/slovak/renamer.slt +++ b/translations/projects/Slovak/slt/renamer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\slovak\renamer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\slovak\renamer.atp" TEXTVERSION,"1.13 (x86)" VERSION,"1,1,3,180" diff --git a/translations/slovak/salamand.slt b/translations/projects/Slovak/slt/salamand.slt similarity index 99% rename from translations/slovak/salamand.slt rename to translations/projects/Slovak/slt/salamand.slt index a5b25b611..4b8dbe265 100644 --- a/translations/slovak/salamand.slt +++ b/translations/projects/Slovak/slt/salamand.slt @@ -1,7 +1,7 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\slovak\salamand.atp" -TEXTVERSION,"4.0 (x86)" -VERSION,"4,0,0,180" +PROJECTNAME,"translator\salamand 5.0\projects\slovak\salamand.atp" +TEXTVERSION,"5.0 (x86)" +VERSION,"5,0,0,183" [TRANSLATION] LANGID,1051 @@ -302,6 +302,8 @@ SLGINCOMPLETE,"" 1150,10,97,196,8,1,"Copyright © 1997-2023 Open Salamander Authors" 1152,10,108,20,8,1,"Web:" 272,31,108,64,8,1,"www.altap.cz" +1153,10,119,165,8,1,"Open Salamander is free software" +1154,10,130,214,8,1,"Licensed under GNU General Public License version 2 or later" 286,2,154,294,1,1,"" [DIALOG 300] diff --git a/translations/slovak/splitcbn.slt b/translations/projects/Slovak/slt/splitcbn.slt similarity index 98% rename from translations/slovak/splitcbn.slt rename to translations/projects/Slovak/slt/splitcbn.slt index e804e4fb5..2451ed937 100644 --- a/translations/slovak/splitcbn.slt +++ b/translations/projects/Slovak/slt/splitcbn.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\slovak\splitcbn.atp" +PROJECTNAME,"translator\salamand 5.0\projects\slovak\splitcbn.atp" TEXTVERSION,"1.11 (x86)" VERSION,"1,1,1,180" diff --git a/translations/slovak/tar.slt b/translations/projects/Slovak/slt/tar.slt similarity index 97% rename from translations/slovak/tar.slt rename to translations/projects/Slovak/slt/tar.slt index 76a6c8cf0..9036dab60 100644 --- a/translations/slovak/tar.slt +++ b/translations/projects/Slovak/slt/tar.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\slovak\tar.atp" +PROJECTNAME,"translator\salamand 5.0\projects\slovak\tar.atp" TEXTVERSION,"3.34 (x86)" VERSION,"3,3,4,180" diff --git a/translations/slovak/unarj.slt b/translations/projects/Slovak/slt/unarj.slt similarity index 98% rename from translations/slovak/unarj.slt rename to translations/projects/Slovak/slt/unarj.slt index 7ae7f511b..34a214f50 100644 --- a/translations/slovak/unarj.slt +++ b/translations/projects/Slovak/slt/unarj.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\slovak\unarj.atp" +PROJECTNAME,"translator\salamand 5.0\projects\slovak\unarj.atp" TEXTVERSION,"1.21 (x86)" VERSION,"1,2,1,180" diff --git a/translations/slovak/uncab.slt b/translations/projects/Slovak/slt/uncab.slt similarity index 98% rename from translations/slovak/uncab.slt rename to translations/projects/Slovak/slt/uncab.slt index ff1fd5246..02f668803 100644 --- a/translations/slovak/uncab.slt +++ b/translations/projects/Slovak/slt/uncab.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\slovak\uncab.atp" +PROJECTNAME,"translator\salamand 5.0\projects\slovak\uncab.atp" TEXTVERSION,"1.27 (x86)" VERSION,"1,2,7,180" diff --git a/translations/slovak/unchm.slt b/translations/projects/Slovak/slt/unchm.slt similarity index 95% rename from translations/slovak/unchm.slt rename to translations/projects/Slovak/slt/unchm.slt index 3d4848228..376be896c 100644 --- a/translations/slovak/unchm.slt +++ b/translations/projects/Slovak/slt/unchm.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\slovak\unchm.atp" +PROJECTNAME,"translator\salamand 5.0\projects\slovak\unchm.atp" TEXTVERSION,"1.03 (x86)" VERSION,"1,0,3,180" diff --git a/translations/slovak/undelete.slt b/translations/projects/Slovak/slt/undelete.slt similarity index 99% rename from translations/slovak/undelete.slt rename to translations/projects/Slovak/slt/undelete.slt index 9c81d2d39..17a619b74 100644 --- a/translations/slovak/undelete.slt +++ b/translations/projects/Slovak/slt/undelete.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\slovak\undelete.atp" +PROJECTNAME,"translator\salamand 5.0\projects\slovak\undelete.atp" TEXTVERSION,"1.11 (x86)" VERSION,"1,1,1,180" diff --git a/translations/slovak/unfat.slt b/translations/projects/Slovak/slt/unfat.slt similarity index 94% rename from translations/slovak/unfat.slt rename to translations/projects/Slovak/slt/unfat.slt index b259e37a0..93a042fdf 100644 --- a/translations/slovak/unfat.slt +++ b/translations/projects/Slovak/slt/unfat.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\slovak\unfat.atp" +PROJECTNAME,"translator\salamand 5.0\projects\slovak\unfat.atp" TEXTVERSION,"1.1 (x86)" VERSION,"1,1,0,180" diff --git a/translations/slovak/uniso.slt b/translations/projects/Slovak/slt/uniso.slt similarity index 98% rename from translations/slovak/uniso.slt rename to translations/projects/Slovak/slt/uniso.slt index fce0061d2..6f8da3d54 100644 --- a/translations/slovak/uniso.slt +++ b/translations/projects/Slovak/slt/uniso.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\slovak\uniso.atp" +PROJECTNAME,"translator\salamand 5.0\projects\slovak\uniso.atp" TEXTVERSION,"1.37 (x86)" VERSION,"1,3,7,180" diff --git a/translations/slovak/unlha.slt b/translations/projects/Slovak/slt/unlha.slt similarity index 95% rename from translations/slovak/unlha.slt rename to translations/projects/Slovak/slt/unlha.slt index 2f3f73a0f..cced807b4 100644 --- a/translations/slovak/unlha.slt +++ b/translations/projects/Slovak/slt/unlha.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\slovak\unlha.atp" +PROJECTNAME,"translator\salamand 5.0\projects\slovak\unlha.atp" TEXTVERSION,"1.13 (x86)" VERSION,"1,1,3,180" diff --git a/translations/slovak/unmime.slt b/translations/projects/Slovak/slt/unmime.slt similarity index 95% rename from translations/slovak/unmime.slt rename to translations/projects/Slovak/slt/unmime.slt index 476ab9342..0c0770a10 100644 --- a/translations/slovak/unmime.slt +++ b/translations/projects/Slovak/slt/unmime.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\slovak\unmime.atp" +PROJECTNAME,"translator\salamand 5.0\projects\slovak\unmime.atp" TEXTVERSION,"1.14 (x86)" VERSION,"1,1,4,180" diff --git a/translations/slovak/unrar.slt b/translations/projects/Slovak/slt/unrar.slt similarity index 98% rename from translations/slovak/unrar.slt rename to translations/projects/Slovak/slt/unrar.slt index b301916d0..d7cec3b4e 100644 --- a/translations/slovak/unrar.slt +++ b/translations/projects/Slovak/slt/unrar.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\slovak\unrar.atp" +PROJECTNAME,"translator\salamand 5.0\projects\slovak\unrar.atp" TEXTVERSION,"3.01 (x86)" VERSION,"3,0,1,180" diff --git a/translations/slovak/wmobile.slt b/translations/projects/Slovak/slt/wmobile.slt similarity index 98% rename from translations/slovak/wmobile.slt rename to translations/projects/Slovak/slt/wmobile.slt index 8b5f764bd..8995b948a 100644 --- a/translations/slovak/wmobile.slt +++ b/translations/projects/Slovak/slt/wmobile.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\slovak\wmobile.atp" +PROJECTNAME,"translator\salamand 5.0\projects\slovak\wmobile.atp" TEXTVERSION,"1.08 (x86)" VERSION,"1,0,8,180" diff --git a/translations/slovak/zip.slt b/translations/projects/Slovak/slt/zip.slt similarity index 99% rename from translations/slovak/zip.slt rename to translations/projects/Slovak/slt/zip.slt index 17d3ee72e..6609ad94d 100644 --- a/translations/slovak/zip.slt +++ b/translations/projects/Slovak/slt/zip.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\slovak\zip.atp" +PROJECTNAME,"translator\salamand 5.0\projects\slovak\zip.atp" TEXTVERSION,"1.39 (x86)" VERSION,"1,3,9,180" diff --git a/translations/projects/Slovak/splitcbn.atp b/translations/projects/Slovak/splitcbn.atp new file mode 100644 index 000000000..65495cb39 --- /dev/null +++ b/translations/projects/Slovak/splitcbn.atp @@ -0,0 +1,117 @@ +[Files] +Original=$BUILD_DIR\plugins\splitcbn\lang\english.slg +Translated=$BUILD_DIR\plugins\splitcbn\lang\slovak.slg +Include=..\..\symbols\plugins\splitcbn\symbols.inc +SalMenu=..\..\symbols\plugins\splitcbn\salmenu.mnu +IgnoreList=..\..\symbols\plugins\splitcbn\ignore.lst +CheckList=..\..\symbols\plugins\splitcbn\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00650000=1 +00650001=1 +00650002=1 +00650003=1 +00650004=1 +00650005=1 +00650007=1 +00650008=1 +00650009=1 +00660000=1 +00660004=1 +00660005=1 +00660006=1 +00660009=1 +0066000c=1 +0066000d=1 +0066000e=1 +0066000f=1 +00670000=1 +00670001=1 +00670003=1 +00670004=1 +00670005=1 +00670006=1 +00670007=1 +00670008=1 +0067000a=1 +0067000c=1 +0067000d=1 +0067000e=1 +00680000=1 +00680001=1 +00680002=1 +00680005=1 + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000005=1 +00000006=1 +00000007=1 +00000008=1 +00000009=1 +0000000a=1 +0000000b=1 +0000000c=1 +0000000d=1 +0000000e=1 +0000000f=1 +00000010=1 +00000011=1 +00000012=1 +00000013=1 +00000015=1 +00000016=1 +00000017=1 +00000018=1 +00000019=1 +0000001a=1 +0000001b=1 +0000001c=1 +0000001d=1 +0000001e=1 +0000001f=1 +00000020=1 +00000021=1 +00000022=1 +00000023=1 +00000024=1 +00000025=1 +00000026=1 +00000027=1 +00000028=1 +00000029=1 +0000002a=1 +0000002b=1 +0000003f=1 +00000040=1 +00000043=1 +00000044=1 +00000045=1 +00000046=1 +00000047=1 +00000048=1 +00000049=1 +0000004a=1 +0000004b=1 +0000004c=1 +0000004d=1 +0000004e=1 +0000004f=1 +00000050=1 +00000051=1 +00000052=1 + +[Relayout] + diff --git a/translations/projects/Slovak/tar.atp b/translations/projects/Slovak/tar.atp new file mode 100644 index 000000000..27b894bd6 --- /dev/null +++ b/translations/projects/Slovak/tar.atp @@ -0,0 +1,61 @@ +[Files] +Original=$BUILD_DIR\plugins\tar\lang\english.slg +Translated=$BUILD_DIR\plugins\tar\lang\slovak.slg +Include=..\..\symbols\plugins\tar\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +00002bc0=1 +00002bc1=1 +00002bc2=1 +00002bc3=1 +00002bc4=1 +00002bc5=1 +00002bc6=1 +00002bc7=1 +00002be8=1 +00002bf2=1 +00002bf3=1 +00002bf4=1 +00002bfc=1 +00002bfd=1 +00002bfe=1 +00002bff=1 +00002c00=1 +00002c01=1 +00002c02=1 +00002c03=1 +00002c04=1 +00002c05=1 +00002c06=1 +00002c07=1 +00002c08=1 +00002c09=1 +00002c0a=1 +00002c0b=1 +00002c10=1 +00002c11=1 +00002c12=1 +00002c13=1 +00002c14=1 +00002c15=1 +00002c16=1 +00002c1b=1 +00002c1c=1 +00002c1d=1 +00002c23=1 +00002c24=1 +00002c25=1 + +[Relayout] + diff --git a/translations/projects/Slovak/unarj.atp b/translations/projects/Slovak/unarj.atp new file mode 100644 index 000000000..fa3f8789d --- /dev/null +++ b/translations/projects/Slovak/unarj.atp @@ -0,0 +1,78 @@ +[Files] +Original=$BUILD_DIR\plugins\unarj\lang\english.slg +Translated=$BUILD_DIR\plugins\unarj\lang\slovak.slg +Include=..\..\symbols\plugins\unarj\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640002=1 +00640004=1 +00640006=1 +00640007=1 +00640008=1 +00670000=1 +00670001=1 +00670003=1 +00670004=1 +00670005=1 +00670006=1 +00670007=1 +006a0000=1 +006a0001=1 +006a0002=1 +006a0003=1 +006a0004=1 +006a0006=1 +006a0007=1 +00730000=1 +00730001=1 +00730002=1 +00730003=1 +00730005=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 + +[Relayout] + diff --git a/translations/projects/Slovak/uncab.atp b/translations/projects/Slovak/uncab.atp new file mode 100644 index 000000000..5e5521e11 --- /dev/null +++ b/translations/projects/Slovak/uncab.atp @@ -0,0 +1,80 @@ +[Files] +Original=$BUILD_DIR\plugins\uncab\lang\english.slg +Translated=$BUILD_DIR\plugins\uncab\lang\slovak.slg +Include=..\..\symbols\plugins\uncab\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640002=1 +00640004=1 +00640006=1 +00640008=1 +00640009=1 +0064000a=1 +00670000=1 +00670001=1 +00670003=1 +00670004=1 +00670005=1 +00670006=1 +00670007=1 +00670008=1 +006a0000=1 +006a0001=1 +006a0002=1 +006a0003=1 +006a0004=1 +006a0006=1 +006a0007=1 +00730000=1 +00730001=1 +00730002=1 +00730003=1 +00730005=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003f0=1 +000003f4=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 + +[Relayout] + diff --git a/translations/projects/Slovak/unchm.atp b/translations/projects/Slovak/unchm.atp new file mode 100644 index 000000000..a622ed564 --- /dev/null +++ b/translations/projects/Slovak/unchm.atp @@ -0,0 +1,46 @@ +[Files] +Original=$BUILD_DIR\plugins\unchm\lang\english.slg +Translated=$BUILD_DIR\plugins\unchm\lang\slovak.slg +Include=..\..\symbols\plugins\unchm\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000408=1 +0000044c=1 +0000044d=1 +00000451=1 +00000452=1 +00000453=1 + +[Relayout] + diff --git a/translations/projects/Slovak/undelete.atp b/translations/projects/Slovak/undelete.atp new file mode 100644 index 000000000..21ed44638 --- /dev/null +++ b/translations/projects/Slovak/undelete.atp @@ -0,0 +1,152 @@ +[Files] +Original=$BUILD_DIR\plugins\undelete\lang\english.slg +Translated=$BUILD_DIR\plugins\undelete\lang\slovak.slg +Include=..\..\symbols\plugins\undelete\symbols.inc +SalMenu=..\..\symbols\plugins\undelete\salmenu.mnu +IgnoreList=..\..\symbols\plugins\undelete\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +03e80000=1 +03e80003=1 +03e80004=1 +044c0000=1 +044c0001=1 +044c0003=1 +044c0005=1 +044c0006=1 +044c0007=1 +044c0008=1 +044c0009=1 +044c000a=1 +044c000b=1 +044c000c=1 +044c000d=1 +044c000e=1 +04b00000=1 +04b00001=1 +04b00003=1 +04b00005=1 +04b00007=1 +04b00009=1 +05140000=1 +05140001=1 +05140003=1 +05140004=1 +05140005=1 +05780000=1 +05780001=1 +05780003=1 +05780004=1 +05780005=1 +05780006=1 +05780007=1 +05780008=1 +05780009=1 +05dc0000=1 +05dc0001=1 +05dc0002=1 +05dc0004=1 +05dc0005=1 +05dc0006=1 +05dc0007=1 + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000006=1 +00000009=1 +0000000a=1 +0000000b=1 +0000000c=1 +0000000d=1 +0000000e=1 +0000000f=1 +00000011=1 +00000012=1 +00000013=1 +00000014=1 +00000015=1 +00000016=1 +00000017=1 +00000018=1 +00000019=1 +0000001a=1 +0000001b=1 +0000001c=1 +0000001d=1 +0000001e=1 +0000001f=1 +00000020=1 +00000021=1 +00000022=1 +00000023=1 +00000024=1 +00000025=1 +00000026=1 +00000027=1 +00000028=1 +00000029=1 +0000002a=1 +0000002b=1 +0000002c=1 +0000002d=1 +0000002e=1 +0000002f=1 +00000030=1 +00000031=1 +00000032=1 +0000003b=1 +0000003c=1 +0000003d=1 +0000003e=1 +0000003f=1 +00000040=1 +00000041=1 +00000042=1 +00000043=1 +00000044=1 +00000045=1 +00000046=1 +00000047=1 +00000048=1 +00000049=1 +0000004a=1 +0000004b=1 +0000004d=1 +00000050=1 +00000051=1 +00000052=1 +00000053=1 +00000054=1 +00000055=1 +00000056=1 +0000005a=1 +0000005b=1 +0000005c=1 +0000005d=1 +0000005e=1 +0000005f=1 +00000060=1 +00000061=1 +00000062=1 +00000063=1 +00000064=1 +00000065=1 +00000066=1 +00000067=1 +00000068=1 +00000069=1 + +[Relayout] + diff --git a/translations/projects/Slovak/unfat.atp b/translations/projects/Slovak/unfat.atp new file mode 100644 index 000000000..9301120f8 --- /dev/null +++ b/translations/projects/Slovak/unfat.atp @@ -0,0 +1,33 @@ +[Files] +Original=$BUILD_DIR\plugins\unfat\lang\english.slg +Translated=$BUILD_DIR\plugins\unfat\lang\slovak.slg +Include=..\..\symbols\plugins\unfat\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003eb=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000450=1 +00000452=1 +00000453=1 +00000454=1 +00000455=1 +00000456=1 + +[Relayout] + diff --git a/translations/projects/Slovak/uniso.atp b/translations/projects/Slovak/uniso.atp new file mode 100644 index 000000000..5a85e8f7e --- /dev/null +++ b/translations/projects/Slovak/uniso.atp @@ -0,0 +1,99 @@ +[Files] +Original=$BUILD_DIR\plugins\uniso\lang\english.slg +Translated=$BUILD_DIR\plugins\uniso\lang\slovak.slg +Include=..\..\symbols\plugins\uniso\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +04b00000=1 +04b00001=1 +04b00002=1 +04b00003=1 +04b00005=1 +04b00006=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=0 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +0000047e=1 +0000047f=1 +00000480=1 +00000481=1 +00000482=1 +00000483=1 +00000484=1 + +[Relayout] + diff --git a/translations/projects/Slovak/unlha.atp b/translations/projects/Slovak/unlha.atp new file mode 100644 index 000000000..12ff58979 --- /dev/null +++ b/translations/projects/Slovak/unlha.atp @@ -0,0 +1,41 @@ +[Files] +Original=$BUILD_DIR\plugins\unlha\lang\english.slg +Translated=$BUILD_DIR\plugins\unlha\lang\slovak.slg +Include=..\..\symbols\plugins\unlha\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000005=1 +00000006=1 +00000007=1 +00000008=1 +0000000a=1 +0000000b=1 +0000000c=1 +0000000d=1 +0000000e=1 +0000000f=1 +00000010=1 +00000011=1 +00000012=1 +00000013=1 +00000014=1 +00000015=1 +00000016=1 + +[Relayout] + diff --git a/translations/projects/Slovak/unmime.atp b/translations/projects/Slovak/unmime.atp new file mode 100644 index 000000000..27599ed73 --- /dev/null +++ b/translations/projects/Slovak/unmime.atp @@ -0,0 +1,43 @@ +[Files] +Original=$BUILD_DIR\plugins\unmime\lang\english.slg +Translated=$BUILD_DIR\plugins\unmime\lang\slovak.slg +Include=..\..\symbols\plugins\unmime\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00650000=1 +00650001=1 +00650003=1 +00650004=1 +00650005=1 +00650006=1 +00650008=1 +00650009=1 + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000005=1 +00000006=1 +00000007=1 +00000008=1 +00000009=1 +0000000a=1 +0000000b=1 +0000000c=1 +0000000d=1 +0000000e=1 +0000000f=1 + +[Relayout] + diff --git a/translations/projects/Slovak/unrar.atp b/translations/projects/Slovak/unrar.atp new file mode 100644 index 000000000..5a894d9a6 --- /dev/null +++ b/translations/projects/Slovak/unrar.atp @@ -0,0 +1,93 @@ +[Files] +Original=$BUILD_DIR\plugins\unrar\lang\english.slg +Translated=$BUILD_DIR\plugins\unrar\lang\slovak.slg +Include=..\..\symbols\plugins\unrar\symbols.inc +IgnoreList=..\..\symbols\plugins\unrar\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640002=1 +00640004=1 +00640005=1 +00640006=1 +00670000=1 +00670001=1 +00670003=1 +00670004=1 +00670005=1 +00670006=1 +00670007=1 +006a0000=1 +006a0001=1 +006a0002=1 +006a0003=1 +006a0004=1 +006a0006=1 +006a0008=1 +006a0009=1 +006c0000=1 +006c0002=1 +006c0003=1 +006c0005=1 +006c0007=1 +006c0008=1 +006c0009=1 +006c000a=1 +006c000b=1 +00730000=1 +00730001=1 +00730002=1 +00730003=1 +00730005=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +00000410=1 +00000411=1 + +[Relayout] + diff --git a/translations/projects/Slovak/wmobile.atp b/translations/projects/Slovak/wmobile.atp new file mode 100644 index 000000000..6dbb56703 --- /dev/null +++ b/translations/projects/Slovak/wmobile.atp @@ -0,0 +1,88 @@ +[Files] +Original=$BUILD_DIR\plugins\wmobile\lang\english.slg +Translated=$BUILD_DIR\plugins\wmobile\lang\slovak.slg +Include=..\..\symbols\plugins\wmobile\symbols.inc +IgnoreList=..\..\symbols\plugins\wmobile\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +01f40003=1 +01f40005=1 +01fe0005=1 +01fe0007=1 +01fe0009=1 +02080000=1 +02080002=1 +02080003=1 +02080004=1 +02080005=1 +02080006=1 +02080008=1 +02080009=1 +0208000c=1 +0208000f=1 +02080012=1 +02080014=1 +02080015=1 +02080017=1 +02080018=1 +02080019=1 + +[MenusTranslation] + +[StringsTranslation] +000007d0=1 +000007d1=1 +000007d2=1 +00000bb8=1 +00000bb9=1 +00000bba=1 +00000bbb=1 +00000bbc=1 +00000bbd=1 +00000bbe=1 +00000bbf=1 +00000bc0=1 +00000bc1=1 +00000bc2=1 +00000bc3=1 +00000bc4=1 +00000bc5=1 +00000bc6=1 +00000bc7=1 +00000bc8=1 +00000bc9=1 +00000bca=1 +00000bcb=1 +00000bcc=1 +00000bcd=1 +00000bce=1 +00000bcf=1 +00000bd0=1 +00000bd1=1 +00000bd2=1 +00000bd3=1 +00000bd4=1 +00000bd5=1 +00000bd6=1 +00000bd7=1 +00000bd8=1 +00000bd9=1 +00000bda=1 +00000bdb=1 +00000bdc=1 +00000bdd=1 +00000bde=1 +00000bdf=1 +00000be0=1 +00000be1=1 +00000be2=1 + +[Relayout] + diff --git a/translations/projects/Slovak/zip.atp b/translations/projects/Slovak/zip.atp new file mode 100644 index 000000000..ca9f2cf6c --- /dev/null +++ b/translations/projects/Slovak/zip.atp @@ -0,0 +1,441 @@ +[Files] +Original=$BUILD_DIR\plugins\zip\lang\english.slg +Translated=$BUILD_DIR\plugins\zip\lang\slovak.slg +Include=..\..\symbols\plugins\zip\symbols.inc +SalMenu=..\..\symbols\plugins\zip\salmenu.mnu +IgnoreList=..\..\symbols\plugins\zip\ignore.lst +CheckList=..\..\symbols\plugins\zip\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640004=1 +00640005=1 +00640008=1 +0064000a=1 +0064000b=1 +0064000d=1 +0064000e=1 +00640010=1 +00640012=1 +00640013=1 +00640014=1 +00640015=1 +00640017=1 +00640018=1 +00640019=1 +0064001a=1 +0064001b=1 +00700000=1 +00700001=1 +00700003=1 +00700004=1 +00700006=1 +00700007=1 +00700008=1 +00700009=1 +0070000a=1 +0070000b=1 +0070000d=1 +0070000f=1 +00700011=1 +00700012=1 +00700013=1 +00700014=1 +00700015=1 +00700016=1 +00700018=1 +0070001a=1 +0070001b=1 +0070001c=1 +0070001d=1 +007b0000=1 +007b0002=1 +007b0003=1 +007b0005=1 +007b0007=1 +007b0008=1 +007b0009=1 +007b000a=1 +007e0000=1 +007e0001=1 +007e0002=1 +007e0004=1 +007e0006=1 +007e0008=1 +007e0009=1 +007e000a=1 +007e000b=1 +00870000=1 +00870002=1 +00870003=1 +00870004=1 +00890000=1 +00890001=1 +00890004=1 +00890005=1 +00890006=1 +00890007=1 +00890008=1 +008d0000=1 +008d0001=1 +008d0002=1 +008d0003=1 +008d0005=1 +008d0006=1 +008d0007=1 +008e0000=1 +008e0002=1 +008e0003=1 +008e0004=1 +008e0005=1 +008e0006=1 +008e0008=1 +008e0009=1 +008e000a=1 +00920000=1 +00920002=1 +00920003=1 +00920005=1 +00920006=1 +00920007=1 +00920008=1 +0092000a=1 +0092000b=1 +0092000c=1 +0092000d=1 +0092000e=1 +00920010=1 +00920012=1 +00920013=1 +00920014=1 +00920015=1 +00920016=1 +00920017=1 +00920018=1 +00920019=1 +0092001a=1 +0092001b=1 +0092001c=1 +0092001d=1 +00980000=1 +00980001=1 +00980004=1 +00980005=1 +00980006=1 +00980007=1 +00a60000=1 +00a60001=1 +00a60003=1 +00a60005=1 +00a60006=1 +00aa0000=1 +00aa0001=1 +00aa0003=1 +00aa0005=1 +00aa0007=1 +00aa0008=1 +00aa0009=1 +00b40000=1 +00be0000=1 +00be0001=1 +00be0002=1 +00be0003=1 +00be0004=1 +00be0006=1 +00be0008=1 +00be000a=1 +00be000c=1 +00be000d=1 +00be000f=1 +00be0011=1 +00be0013=1 +00be0015=1 +00be0017=1 +00be0018=1 +00be0019=1 +00be001a=1 +00d20000=1 +00d20001=1 +00d20003=1 +00d20004=1 +00d20005=1 +00d20006=1 +00dc0000=1 +00dc0001=1 +00dc0002=1 +00dc0003=1 +00dc0006=1 +00dc0007=1 +00dc0008=1 +00fa0000=1 +00fa0001=1 +00fa0002=1 +00fa0003=1 +00fa0004=1 +00fa0006=1 +00fa0007=1 +00fa0008=1 + +[MenusTranslation] +01900000=1 +01900001=1 +01900002=1 +01900003=1 +01900004=1 +01900005=1 +01900006=1 +01900007=1 +01900008=1 +0190000a=1 +0190000b=1 +0190000d=1 +03200001=1 +03200002=1 +03200004=1 +03520000=1 +03520001=1 +03520003=1 +035c0001=1 +035c0002=1 +035c0003=1 +035c0004=1 +035c0006=1 +035c0007=1 + +[StringsTranslation] +0000008b=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +00000418=1 +00000419=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +00000441=1 +00000442=1 +00000443=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000450=1 +00000451=1 +00000452=1 +00000453=1 +00000454=1 +00000455=1 +00000456=1 +00000457=1 +00000458=1 +00000459=1 +0000045a=1 +0000045b=1 +0000045c=1 +0000045d=1 +0000045e=1 +0000045f=1 +00000460=1 +00000461=1 +00000462=1 +00000463=1 +00000464=1 +00000465=1 +00000466=1 +00000467=1 +00000468=1 +00000469=1 +0000046a=1 +0000046b=1 +0000046c=1 +0000046d=1 +0000046e=1 +0000046f=1 +00000470=1 +00000471=1 +00000472=1 +00000473=1 +00000474=1 +00000475=1 +00000476=1 +00000477=1 +00000478=1 +00000479=1 +0000047a=1 +0000047b=1 +0000047c=1 +0000047d=1 +0000047e=1 +0000047f=1 +00000480=1 +00000481=1 +00000482=1 +00000483=1 +00000484=1 +00000485=1 +00000486=1 +00000487=1 +00000488=1 +00000489=1 +0000048a=1 +0000048b=1 +0000048c=1 +0000048d=1 +0000048e=1 +00000490=1 +00000491=1 +00000492=1 +00000493=1 +00000499=1 +000004a1=1 +000004a4=1 +000004a5=1 +000004a6=1 +000004a7=1 +000004a8=1 +000004a9=1 +000004aa=1 +000004ab=1 +000004ac=1 +000004ad=1 +000004ae=1 +000004af=1 +000004b0=1 +000004b1=1 +000004b2=1 +000004b8=1 +000004b9=1 +000004ba=1 +000004bb=1 +000004bc=1 +000004bd=1 +000004be=1 +000004bf=1 +000004c0=1 +000004c1=1 +000004c2=1 +000004c3=1 +000004c4=1 +000004c5=1 +000004c6=1 +000004c7=1 +000004c8=1 +000004c9=1 +000004ca=1 +000004cb=1 +000004cc=1 +000004cd=1 +000004ce=1 +000004cf=1 +000004d0=1 +000004d1=1 +000004d2=1 +000004d3=1 +000004d4=1 +000004d5=1 +000004d6=1 +000004d7=1 +000004d8=1 +000004d9=1 +000004da=1 +000004db=1 +000004e2=1 +000004e3=1 +000004e4=1 +000004e5=1 +000004e6=1 + +[Relayout] + diff --git a/translations/projects/Spanish/!export_slt.bat b/translations/projects/Spanish/!export_slt.bat new file mode 100644 index 000000000..75a98635f --- /dev/null +++ b/translations/projects/Spanish/!export_slt.bat @@ -0,0 +1 @@ +@call ..\tools\!export_slt.bat diff --git a/translations/projects/Spanish/!export_slt_for_diff.bat b/translations/projects/Spanish/!export_slt_for_diff.bat new file mode 100644 index 000000000..daa485f3a --- /dev/null +++ b/translations/projects/Spanish/!export_slt_for_diff.bat @@ -0,0 +1 @@ +@call ..\tools\!export_slt_for_diff.bat diff --git a/translations/projects/Spanish/!export_spellchck.bat b/translations/projects/Spanish/!export_spellchck.bat new file mode 100644 index 000000000..6b6d1b820 --- /dev/null +++ b/translations/projects/Spanish/!export_spellchck.bat @@ -0,0 +1 @@ +@call ..\tools\!export_spellchck.bat diff --git a/translations/projects/Spanish/!import.bat b/translations/projects/Spanish/!import.bat new file mode 100644 index 000000000..f0f5baed3 --- /dev/null +++ b/translations/projects/Spanish/!import.bat @@ -0,0 +1 @@ +@call ..\tools\!import.bat diff --git a/translations/projects/Spanish/!import_slt.bat b/translations/projects/Spanish/!import_slt.bat new file mode 100644 index 000000000..503436e3f --- /dev/null +++ b/translations/projects/Spanish/!import_slt.bat @@ -0,0 +1 @@ +@call ..\tools\!import_slt.bat diff --git a/translations/projects/Spanish/!import_trlprop.bat b/translations/projects/Spanish/!import_trlprop.bat new file mode 100644 index 000000000..5e4ebc9e1 --- /dev/null +++ b/translations/projects/Spanish/!import_trlprop.bat @@ -0,0 +1 @@ +@call ..\tools\!import_trlprop.bat diff --git a/translations/projects/Spanish/!open_all.bat b/translations/projects/Spanish/!open_all.bat new file mode 100644 index 000000000..0deb29b66 --- /dev/null +++ b/translations/projects/Spanish/!open_all.bat @@ -0,0 +1 @@ +@call ..\tools\!open_all.bat diff --git a/translations/projects/Spanish/!translate1.bat b/translations/projects/Spanish/!translate1.bat new file mode 100644 index 000000000..f3eca52df --- /dev/null +++ b/translations/projects/Spanish/!translate1.bat @@ -0,0 +1 @@ +@call ..\tools\!translate1.bat diff --git a/translations/projects/Spanish/!translate2.bat b/translations/projects/Spanish/!translate2.bat new file mode 100644 index 000000000..7534fa669 --- /dev/null +++ b/translations/projects/Spanish/!translate2.bat @@ -0,0 +1 @@ +@call ..\tools\!translate2.bat diff --git a/translations/projects/Spanish/!validate1.bat b/translations/projects/Spanish/!validate1.bat new file mode 100644 index 000000000..31509bdba --- /dev/null +++ b/translations/projects/Spanish/!validate1.bat @@ -0,0 +1 @@ +@call ..\tools\!validate1.bat diff --git a/translations/projects/Spanish/!validate2.bat b/translations/projects/Spanish/!validate2.bat new file mode 100644 index 000000000..92d2d8d79 --- /dev/null +++ b/translations/projects/Spanish/!validate2.bat @@ -0,0 +1 @@ +@call ..\tools\!validate2.bat diff --git a/translations/projects/Spanish/7zip.atp b/translations/projects/Spanish/7zip.atp new file mode 100644 index 000000000..19185e315 --- /dev/null +++ b/translations/projects/Spanish/7zip.atp @@ -0,0 +1,143 @@ +[Files] +Original=$BUILD_DIR\plugins\7zip\lang\english.slg +Translated=$BUILD_DIR\plugins\7zip\lang\spanish.slg +Include=..\..\symbols\plugins\7zip\symbols.inc +SalMenu=..\..\symbols\plugins\7zip\salmenu.mnu +CheckList=..\..\symbols\plugins\7zip\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +04b00000=1 +04b00001=1 +04b00003=1 +04b00004=1 +04b00005=1 +04b00006=1 +04b00007=1 +04b00009=1 +04b0000b=1 +04b0000d=1 +04b0000f=1 +04b00011=1 +04b00013=1 +04b00014=1 +04b00015=1 +04b10000=1 +04b10001=1 +04b10004=1 +04b10005=1 +04b10007=1 +04b10009=1 +04b1000b=1 +04b1000d=1 +04b1000f=1 +04b10011=1 +04b10013=1 +04b10015=1 +04b10016=1 +04b10017=1 +04b10018=1 +04b10019=1 +04b20000=1 +04b20002=1 +04b20003=1 +04b20005=1 +04b20006=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +00000418=1 +00000419=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +00000442=1 +00000443=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 + +[Relayout] + diff --git a/translations/projects/Spanish/automation.atp b/translations/projects/Spanish/automation.atp new file mode 100644 index 000000000..5c2d341d5 --- /dev/null +++ b/translations/projects/Spanish/automation.atp @@ -0,0 +1,69 @@ +[Files] +Original=$BUILD_DIR\plugins\automation\lang\english.slg +Translated=$BUILD_DIR\plugins\automation\lang\spanish.slg +Include=..\..\symbols\plugins\automation\symbols.inc +SalMenu=..\..\symbols\plugins\automation\salmenu.mnu +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640004=1 +00650000=1 +00650001=1 +00650003=1 +00650004=1 +00650005=1 +00650006=1 + +[MenusTranslation] +006a0000=1 +006a0001=1 +006a0003=1 +006a0004=1 + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000080=1 +00000081=1 +00000082=1 +00000083=1 +00000084=1 +00000086=1 +00000087=1 +00000088=1 +00000089=1 +0000008a=1 +0000008b=1 +0000008c=1 +0000008d=1 +0000008e=1 +0000008f=1 +00000090=1 +00000091=1 +00000092=1 +00000093=1 +00000100=1 +00000101=1 +00000102=1 +00000103=1 +00000104=1 +00000105=1 +00000106=1 +00000107=1 +00000108=1 +00000109=1 +0000010a=1 +0000010b=1 + +[Relayout] + diff --git a/translations/projects/Spanish/checksum.atp b/translations/projects/Spanish/checksum.atp new file mode 100644 index 000000000..475655800 --- /dev/null +++ b/translations/projects/Spanish/checksum.atp @@ -0,0 +1,104 @@ +[Files] +Original=$BUILD_DIR\plugins\checksum\lang\english.slg +Translated=$BUILD_DIR\plugins\checksum\lang\spanish.slg +Include=..\..\symbols\plugins\checksum\symbols.inc +SalMenu=..\..\symbols\plugins\checksum\salmenu.mnu +IgnoreList=..\..\symbols\plugins\checksum\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +03e80000=1 +03e80001=1 +03e80002=1 +03e80003=1 +03e80004=1 +03e80005=1 +03e80006=1 +03e80007=1 +03e90000=1 +03e90001=1 +03e90002=1 +03e90003=1 +03e90004=1 +03e90005=1 +03e90006=1 +03e90007=1 +03e90008=1 +03e90009=1 +07d00001=1 +07d00002=1 +07d00003=1 +07d00005=1 +07d00006=1 + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000005=1 +00000006=1 +00000007=1 +00000028=1 +00000029=1 +0000002a=1 +0000002b=1 +0000002c=1 +0000002d=1 +0000002e=1 +0000002f=1 +00000030=1 +00000035=1 +00000036=1 +00000037=1 +00000038=1 +00000039=1 +0000003a=1 +0000003b=1 +0000003c=1 +0000003d=1 +0000003e=1 +0000003f=1 +00000041=1 +00000042=1 +00000043=1 +00000044=1 +00000046=1 +00000047=1 +00000048=1 +0000004a=1 +0000004b=1 +0000004c=1 +0000004d=1 +0000004e=1 +0000004f=1 +00000050=1 +00000051=1 +00000052=1 +00000053=1 +00000054=1 +00000055=1 +00000056=1 +0000005a=1 +0000005b=1 +0000005c=1 +0000005d=1 +0000005e=1 +0000005f=1 +00000064=1 +00000065=1 +00000066=1 +00000067=1 +00000068=1 +00000078=1 + +[Relayout] + diff --git a/translations/projects/Spanish/checkver.atp b/translations/projects/Spanish/checkver.atp new file mode 100644 index 000000000..318c0641a --- /dev/null +++ b/translations/projects/Spanish/checkver.atp @@ -0,0 +1,119 @@ +[Files] +Original=$BUILD_DIR\plugins\checkver\lang\english.slg +Translated=$BUILD_DIR\plugins\checkver\lang\spanish.slg +Include=..\..\symbols\plugins\checkver\symbols.inc +SalMenu=..\..\symbols\plugins\checkver\salmenu.mnu +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640002=1 +00640003=1 +00640005=1 +006e0000=1 +006e0001=1 +006e0003=1 +006e0004=1 +006e0005=1 +006e0006=1 +006e0007=1 +006e0008=1 +006e0009=1 +006e000a=1 +006e000b=1 +006e000c=1 +006e000d=1 +006e000e=1 +006e0010=1 +006e0011=1 +006e0012=1 +006e0013=1 +006e0014=1 +006e0015=1 +006e0016=1 +006e0017=1 +006e0018=1 +00820000=1 +00820002=1 +00820003=1 +00820004=1 +00820005=1 +00820006=1 +00820007=1 +00820008=1 +00820009=1 +0082000a=1 +0082000b=1 +0082000d=1 +0082000e=1 +0082000f=1 + +[MenusTranslation] + +[StringsTranslation] +000000be=1 +000000bf=1 +000000d2=1 +000000d3=1 +000000d4=1 +000000d5=1 +000000d6=1 +000000d7=1 +000000d8=1 +000000d9=1 +000000da=1 +000000dc=1 +000000dd=1 +000000de=1 +000000df=1 +000000e0=1 +000000e1=1 +000000e2=1 +000000e3=1 +000000e4=1 +000000e6=1 +000000e7=1 +000000e8=1 +000000e9=1 +000000ea=1 +000000eb=1 +000000f0=1 +000000f1=1 +000000f2=1 +000000f3=1 +000000f4=1 +000000f7=1 +000000f8=1 +000000fa=1 +000000fb=1 +000000fd=1 +000000fe=1 +000000ff=1 +00000100=1 +00000101=1 +00000102=1 +00000104=1 +0000010a=1 +0000010b=1 +0000010c=1 +0000010d=1 +0000010e=1 +0000010f=1 +00000110=1 +00000111=1 +00000112=1 +00000113=1 +00000114=1 +00000115=1 +00000116=1 +00000117=1 + +[Relayout] + diff --git a/translations/projects/Spanish/dbviewer.atp b/translations/projects/Spanish/dbviewer.atp new file mode 100644 index 000000000..9fb58c87c --- /dev/null +++ b/translations/projects/Spanish/dbviewer.atp @@ -0,0 +1,184 @@ +[Files] +Original=$BUILD_DIR\plugins\dbviewer\lang\english.slg +Translated=$BUILD_DIR\plugins\dbviewer\lang\spanish.slg +Include=..\..\symbols\plugins\dbviewer\symbols.inc +SalMenu=..\..\symbols\plugins\dbviewer\salmenu.mnu +IgnoreList=..\..\symbols\plugins\dbviewer\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +2fa80000=1 +2fa80001=1 +2fbc0000=1 +2fbc0001=1 +2fbc0002=1 +2fbc0004=1 +2fbc0005=1 +2fbc0006=1 +2fbc0007=1 +2fbc0008=1 +2fbc0009=1 +2fbc000a=1 +2fd00000=1 +2fd00003=1 +2fd00004=1 +2fd00005=1 +2fd00006=1 +2fda0000=1 +2fda0001=1 +2fda0002=1 +2fda0003=1 +2fda0004=1 +2fda0005=1 +2fda0006=1 +2fda0007=1 +2fda0009=1 +2fda000a=1 +2fda000b=1 +2fda000c=1 +2fda000d=1 +2fda000e=1 +2fda000f=1 +2fda0010=1 +2fda0011=1 +2fda0012=1 +2fda0013=1 +2fda0014=1 +2fda0015=1 +300c0000=1 +300c0002=1 +300c0005=1 +300c0006=1 +300c0007=1 +300c0008=1 +300c0009=1 +300c000a=1 +300c000c=1 +300c000d=1 +300c000e=1 +30700000=1 +30700001=1 +30700003=1 +30700004=1 + +[MenusTranslation] + +[StringsTranslation] +00002b51=1 +00002b52=1 +00002b54=1 +00002b5d=1 +00002b66=1 +00002b67=1 +00002b68=1 +00002b69=1 +00002b6a=1 +00002b6b=1 +00002b6c=1 +00002b6d=1 +00002b70=1 +00002b71=1 +00002b72=1 +00002b73=1 +00002b74=1 +00002b75=1 +00002b76=1 +00002b7a=1 +00002b7b=1 +00002b7c=1 +00002b7d=1 +00002b7e=1 +00002b7f=1 +00002b80=1 +00002b84=1 +00002b85=1 +00002b86=1 +00002b87=1 +00002b88=1 +00002b89=1 +00002b8a=1 +00002b8b=1 +00002b8c=1 +00002b8d=1 +00002b8e=1 +00002b8f=1 +00002b90=1 +00002b91=1 +00002b92=1 +00002b93=1 +00002b98=1 +00002b9a=1 +00002b9b=1 +00002b9c=1 +00002b9d=1 +00002b9e=1 +00002b9f=1 +00002ba0=1 +00002ba1=1 +00002ba2=1 +00002ba3=1 +00002ba4=1 +00002ba5=1 +00002bba=1 +00002bbb=1 +00002bbc=1 +00002bbd=1 +00002bc0=1 +00002bc1=1 +00002bc2=1 +00002bc3=1 +00002bc4=1 +00002bc5=1 +00002bc6=1 +00002bc7=1 +00002bc8=1 +00002bc9=1 +00002bca=1 +00002bcb=1 +00002bd1=1 +00002bd2=1 +00002bd3=1 +00002bd4=1 +00002bd5=1 +00002bd6=1 +00002bd7=1 +00002bd8=1 +00002bd9=1 +00002bda=1 +00002bde=1 +00002bdf=1 +00002be0=1 +00002be1=1 +00002bf2=1 +00002bf3=1 +00002bf4=1 +00002bf5=1 +00002bf6=1 +00002bf7=1 +00002c06=1 +00002c07=1 +00002c08=1 +00002c10=1 +00002c11=1 +00002c12=1 +00002c13=1 +00002c14=1 +00002cec=1 +00002ced=1 +00002cee=1 +00002cef=1 +00002cf0=1 +00002cf1=1 +00002d00=0 +00002d01=1 +00002d02=0 +00002d03=1 + +[Relayout] + diff --git a/translations/projects/Spanish/diskmap.atp b/translations/projects/Spanish/diskmap.atp new file mode 100644 index 000000000..4bce814f4 --- /dev/null +++ b/translations/projects/Spanish/diskmap.atp @@ -0,0 +1,80 @@ +[Files] +Original=$BUILD_DIR\plugins\diskmap\lang\english.slg +Translated=$BUILD_DIR\plugins\diskmap\lang\spanish.slg +Include=..\..\symbols\plugins\diskmap\symbols.inc +SalMenu=..\..\symbols\plugins\diskmap\salmenu.mnu +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] +006d0000=1 +006d0001=1 +006d0002=1 +006d0004=1 +006d0005=1 +006d0007=1 +006d0008=1 +006d0009=1 +006d000a=1 +006d000b=1 +006d000d=1 +006d000e=1 +006d000f=1 +006d0010=1 +006d0011=1 +006d0012=1 +006d0013=1 +006d0014=1 +006d0016=1 +006d0017=1 +006d0018=1 + +[StringsTranslation] +00000020=1 +00000021=1 +00000022=1 +00000023=1 +00000028=1 +00000029=1 +00000030=1 +00000031=1 +00000032=1 +00000033=1 +00000034=1 +00000035=1 +00000036=1 +00000037=1 +00000038=1 +00000039=1 +0000003a=1 +0000003b=1 +0000003c=1 +0000003d=1 +0000003e=1 +0000003f=1 +00000040=1 +00000041=1 +00000042=1 +00000043=1 +00000044=1 +00000045=1 +00000046=1 +00000047=1 +00000048=1 +00000049=1 +0000004a=1 +0000004b=1 +0000004c=1 +0000004d=1 +0000004e=1 +0000004f=1 + +[Relayout] + diff --git a/translations/projects/Spanish/filecomp.atp b/translations/projects/Spanish/filecomp.atp new file mode 100644 index 000000000..85cea2649 --- /dev/null +++ b/translations/projects/Spanish/filecomp.atp @@ -0,0 +1,245 @@ +[Files] +Original=$BUILD_DIR\plugins\filecomp\lang\english.slg +Translated=$BUILD_DIR\plugins\filecomp\lang\spanish.slg +Include=..\..\symbols\plugins\filecomp\symbols.inc +SalMenu=..\..\symbols\plugins\filecomp\salmenu.mnu +IgnoreList=..\..\symbols\plugins\filecomp\ignore.lst +CheckList=..\..\symbols\plugins\filecomp\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640004=1 +00640006=1 +00640007=1 +00640008=1 +00640009=1 +00690000=1 +00690001=1 +00690003=1 +00690004=1 +00690009=1 +0069000a=1 +0069000b=1 +0069000c=1 +0069000d=1 +0069000e=1 +0069000f=1 +00690010=1 +00690011=1 +00690014=1 +00820000=1 +00820001=1 +00820003=1 +00820004=1 +00820005=1 +00820006=1 +00820008=1 +00820009=1 +0082000a=1 +0082000b=1 +0082000c=1 +0082000d=1 +00820012=1 +00820014=1 +00820015=1 +00820016=1 +00820017=1 +00820018=1 +00820019=1 +0082001a=1 +0082001b=1 +0082001c=1 +0082001d=1 +0082001e=1 +00820020=1 +00820022=1 +00820024=1 +00820025=1 +00820026=1 +008c0000=1 +008c0001=1 +008c0003=1 +008c0004=1 +008c0006=1 +008c0008=1 +008c000a=1 +008c000c=1 +008c000d=1 +008c000e=1 +008c0010=1 +008c0012=1 +008c0014=1 +00960000=1 +00960001=1 +00960003=1 +00960004=1 +00960005=1 +00960006=1 +00960008=1 +00960009=1 +0096000a=1 +0096000b=1 +0096000c=1 +0096000d=1 +00960012=1 +00960014=1 +00960015=1 +00960016=1 +00960017=1 +00960018=1 +00960019=1 +0096001a=1 +0096001b=1 +0096001c=1 +0096001d=1 +0096001e=1 +00960020=1 + +[MenusTranslation] +02580000=1 +02580001=1 +02580002=1 +02580004=1 +02580005=1 +02580006=1 +02580007=1 +02580008=1 +02580009=1 +0258000a=1 +0258000c=1 +0258000d=1 +0258000e=1 +0258000f=1 +02580011=1 +02580013=1 +02580014=1 +02580015=1 +02580016=1 +02580017=1 +02580018=1 +02580019=1 +0258001b=1 +0258001c=1 +0258001d=1 +0258001e=1 +02580020=1 +02590001=1 +02590002=1 +025a0001=1 +025a0002=1 +025b0001=1 +025b0002=1 +025b0004=1 +025b0005=1 +025c0001=1 +025c0002=1 + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +00000441=1 +00000442=1 +00000443=1 +00000444=1 +00000445=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000450=1 + +[Relayout] + diff --git a/translations/projects/Spanish/ftp.atp b/translations/projects/Spanish/ftp.atp new file mode 100644 index 000000000..e77818676 --- /dev/null +++ b/translations/projects/Spanish/ftp.atp @@ -0,0 +1,1482 @@ +[Files] +Original=$BUILD_DIR\plugins\ftp\lang\english.slg +Translated=$BUILD_DIR\plugins\ftp\lang\spanish.slg +Include=..\..\symbols\plugins\ftp\symbols.inc +SalMenu=..\..\symbols\plugins\ftp\salmenu.mnu +IgnoreList=..\..\symbols\plugins\ftp\ignore.lst +CheckList=..\..\symbols\plugins\ftp\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +01f40000=1 +01f40001=1 +01f40002=1 +01f40003=1 +01f40005=1 +01f40006=1 +01f40007=1 +01f40008=1 +01f40009=1 +02080000=1 +02080002=1 +02080003=1 +02080005=1 +02080006=1 +02080007=1 +02080008=1 +0208000a=1 +0208000c=1 +0208000d=1 +0208000e=1 +02080010=1 +02080011=1 +02080013=1 +02080015=1 +02080016=1 +02080018=1 +0208001a=1 +0208001b=1 +0208001c=1 +0208001d=1 +0208001f=1 +02170000=1 +02170001=1 +02170002=1 +02170003=1 +02170004=1 +02170005=1 +02170006=1 +02210000=1 +02210001=1 +02210003=1 +02210004=1 +02210006=1 +02210007=1 +02210009=1 +0221000a=1 +0221000c=1 +0221000e=1 +0221000f=1 +02210011=1 +02210012=1 +02210014=1 +02300000=1 +02300002=1 +02300004=1 +02300007=1 +02300008=1 +0230000a=1 +0230000d=1 +0230000e=1 +0230000f=1 +02300010=1 +02300012=1 +02300013=1 +02300014=1 +02300015=1 +02300016=1 +02300017=1 +02300018=1 +02440000=1 +02440001=1 +02440003=1 +02440004=1 +02440006=1 +02440007=1 +02440009=1 +0244000b=1 +0244000d=1 +0244000f=1 +02440011=1 +02440012=1 +02440013=1 +02440014=1 +02440016=1 +02440018=1 +02440019=1 +0244001b=1 +0244001c=1 +0244001d=1 +0244001f=1 +02440021=1 +02440022=1 +02440023=1 +02440024=1 +02440025=1 +02440026=1 +02440027=1 +02440028=1 +02440029=1 +02580000=1 +02580003=1 +02580004=1 +02620000=1 +02620001=1 +02620004=1 +02620005=1 +026c0000=1 +026c0002=1 +026c0004=1 +026c0005=1 +02760000=1 +02760001=1 +02760003=1 +02760005=1 +02760007=1 +02760008=1 +0276000a=1 +0276000b=1 +0276000d=1 +02800000=1 +02800002=1 +02800003=1 +028a0000=1 +028a0001=1 +028a0003=1 +028a0004=1 +028a0006=1 +028a0008=1 +02940000=1 +029e0000=1 +029e0001=1 +029e0004=1 +029e0005=1 +029e0006=1 +029e0007=1 +029e0008=1 +029e0009=1 +02a80000=1 +02a80002=1 +02a80004=1 +02a80006=1 +02a80008=1 +02b70000=1 +02b70001=1 +02b70003=1 +02b70004=1 +02b70005=1 +02b70006=1 +02b70007=1 +02c60000=1 +02c60001=1 +02c60004=1 +02c60005=1 +02c60007=1 +02c60008=1 +02c60009=1 +02c6000a=1 +02c6000b=1 +02c6000d=1 +02c6000e=1 +02c6000f=1 +02c60010=1 +02d50000=1 +02d50001=1 +02d50003=1 +02d50005=1 +02d50007=1 +02d5000a=1 +02d5000c=1 +02d5000e=1 +02d5000f=1 +02d50010=1 +02e40000=1 +02e40001=1 +02e40003=1 +02e40004=1 +02e40005=1 +02e40006=1 +02e40008=1 +02e40009=1 +02ee0005=1 +02ee0007=1 +02ee0009=1 +02ee000c=1 +02ee000d=1 +02ee000f=1 +02ee0010=1 +02ee0011=1 +02ee0012=1 +02ee0014=1 +02ee0016=1 +02ee0018=1 +02ee0019=1 +02ee001a=1 +02ee001b=1 +02ee001c=1 +02ee001e=1 +02ee001f=1 +02ee0020=1 +02ee0021=1 +02ee0022=1 +030b0003=1 +030b0004=1 +030b0005=1 +030b0006=1 +03110000=1 +03110001=1 +03110002=1 +03110005=1 +031b0000=1 +031b0002=1 +031b0003=1 +031b0004=1 +031b0005=1 +031b0006=1 +031b0007=1 +031b0008=1 +031b0009=1 +031b000a=1 +031b000b=1 +031b000c=1 +031b000d=1 +031b000e=1 +031b000f=1 +031b0011=1 +031b0013=1 +031b0014=1 +031b0015=1 +031b0016=1 +031b0017=1 +031b0018=1 +031b0019=1 +031b001a=1 +032f0000=1 +032f0002=1 +032f0003=1 +032f0005=1 +032f0007=1 +032f0009=1 +032f000b=1 +032f000d=1 +032f000f=1 +032f0012=1 +032f0013=1 +032f0016=1 +032f0017=1 +032f0019=1 +032f001b=1 +033e0001=1 +033e0002=1 +033e0003=1 +033e0004=1 +033e0006=1 +033e0007=1 +033e0009=1 +033e000b=1 +033e000d=1 +033e000f=1 +03480001=1 +03480002=1 +03480003=1 +03480004=1 +03480005=1 +03480006=1 +03480008=1 +03480009=1 +0348000b=1 +0348000d=1 +0348000f=1 +03480011=1 +03490001=1 +03490002=1 +03490003=1 +03490004=1 +03490006=1 +03490007=1 +03490009=1 +0349000b=1 +0349000d=1 +0349000f=1 +034b0000=1 +034b0001=1 +034b0002=1 +034b0003=1 +034b0004=1 +034b0006=1 +034b0007=1 +034b0009=1 +034b000b=1 +034b000d=1 +034b000f=1 +034c0000=1 +034c0001=1 +034c0002=1 +034c0003=1 +034c0004=1 +034c0005=1 +034c0006=1 +034c0008=1 +034c0009=1 +034c000b=1 +034c000d=1 +034c000f=1 +034c0011=1 +034d0001=1 +034d0002=1 +034d0003=1 +034d0004=1 +034d0006=1 +034d0007=1 +034d0009=1 +034d000b=1 +034d000d=1 +034f0001=1 +034f0002=1 +034f0003=1 +034f0004=1 +034f0005=1 +034f0006=1 +034f0008=1 +034f0009=1 +034f000b=1 +034f000d=1 +034f000f=1 +03520000=1 +03520001=1 +03520002=1 +03520003=1 +03520004=1 +03520006=1 +03520007=1 +03520009=1 +03570000=1 +03570001=1 +03570002=1 +03570003=1 +03570004=1 +03570006=1 +03570007=1 +03570009=1 +0357000b=1 +0357000d=1 +03610000=1 +03610001=1 +03610002=1 +03610003=1 +03610004=1 +03610005=1 +03610006=1 +03610007=1 +03610008=1 +03610009=1 +0361000a=1 +0361000b=1 +0361000c=1 +0361000d=1 +0361000f=1 +03610010=1 +03610011=1 +03610012=1 +03610014=1 +03610015=1 +03610017=1 +03610019=1 +03660001=1 +03660002=1 +03660003=1 +03660004=1 +03660006=1 +03660007=1 +03660009=1 +03700001=1 +03700002=1 +03700003=1 +03700004=1 +03700006=1 +03700007=1 +03700009=1 +0370000b=1 +037a0001=1 +037a0002=1 +037a0003=1 +037a0004=1 +037a0006=1 +037a0007=1 +037a0009=1 +037a000b=1 +037a000d=1 +037a000f=1 +03800001=1 +03800002=1 +03800003=1 +03800004=1 +03800005=1 +03800006=1 +03800008=1 +03800009=1 +0380000b=1 +0380000d=1 +0380000f=1 +03800011=1 +03820001=1 +03820002=1 +03820003=1 +03820004=1 +03820006=1 +03820007=1 +03820009=1 +03840000=1 +03840001=1 +03840002=1 +03840003=1 +03840004=1 +03840005=1 +03840007=1 +03840008=1 +0384000a=1 +0384000c=1 +0384000e=1 +038e0000=1 +038e0001=1 +038e0002=1 +038e0003=1 +038e0004=1 +038e0005=1 +038e0006=1 +038e0007=1 +03930000=1 +03930002=1 +03930003=1 +03930005=1 +03930007=1 +03930009=1 +0393000b=1 +0393000d=1 +0393000f=1 +03980000=1 +03980001=1 +03980003=1 +03980005=1 +03980007=1 +03980009=1 +0398000b=1 +0398000e=1 +0398000f=1 +03980010=1 +03980011=1 +03980013=1 +03980014=1 +03980015=1 +03a20000=1 +03a20001=1 +03a20003=1 +03a20005=1 +03a20007=1 +03a20009=1 +03a2000b=1 +03a2000c=1 +03a2000e=1 +03a2000f=1 +03a20011=1 +03ac0000=1 +03ac0001=1 +03ac0002=1 +03ac0004=1 +03ac0006=1 +03ac0007=1 +03ac0008=1 + +[MenusTranslation] +044c0001=1 +044c0003=1 +044c0004=1 +044c0005=1 +044c0006=1 +044c0008=1 +044c0009=1 +044d0001=1 +044d0002=1 +044d0003=1 +044d0004=1 +044d0006=1 +044d0007=1 +044e0001=1 +044e0002=1 +044e0003=1 +044e0004=1 +044e0005=1 +044e0006=1 +044e0007=1 +044e0009=1 +044e000a=1 +044e000b=1 +044e000c=1 +044e000d=1 +044f0001=1 +044f0002=1 +044f0003=1 +04500001=1 +04500003=1 +04500005=1 +04500006=1 +04510000=1 +04510001=1 +04510002=1 +04510004=1 +04510005=1 +04510007=1 +04510008=1 +04510009=1 +0451000b=1 +0451000c=1 +0451000d=1 +0451000e=1 +0451000f=1 +04520001=1 +04520002=1 +04520003=1 +04520005=1 +04520006=1 +04530001=1 +04530002=1 +04530003=1 +04530004=1 +04530005=1 +04530007=1 +04530008=1 +0453000a=1 +0453000b=1 +04540001=1 +04540002=1 +04550001=1 +04550002=1 +04550003=1 +04550004=1 +04550006=1 +04550007=1 +04550008=1 +04550009=1 +0455000a=1 +0455000b=1 +0455000c=1 +0455000d=1 +0455000e=1 +0455000f=1 +04550010=1 +04550011=1 +04550012=1 +04550013=1 +04550014=1 +04550015=1 +04550016=1 +04550017=1 +04550018=1 +04550019=1 +0455001a=1 +0455001b=1 +0455001c=1 +0455001d=1 +0455001e=1 +0455001f=1 +04550020=1 +04550021=1 +04550022=1 +04550023=1 +04550024=1 +04550025=1 +04550026=1 +04550027=1 +04550028=1 +04550029=1 +0455002a=1 +0455002b=1 +0455002c=1 +0455002d=1 +0455002e=1 +04550030=1 +04550031=1 +04550032=1 +04550033=1 +04550034=1 +04550035=1 +04550036=1 +04550037=1 +04550038=1 +04550039=1 +0455003a=1 +0455003b=1 +0455003c=1 +0455003e=1 +04550040=1 +04550041=1 +04550042=1 +04550043=1 +04550045=1 +04560001=1 +04560002=1 +04560003=1 +04560005=1 +04560006=1 +04570001=1 +04570002=1 +04570003=1 +04580001=1 +04580002=1 +04580003=1 +04580004=1 +04590001=1 +04590002=1 +04590003=1 +045a0001=1 +045a0002=1 +045b0001=1 +045b0002=1 +045c0001=1 +045c0002=1 +045c0003=1 +045d0001=1 +045d0002=1 +045d0003=1 +045d0004=1 +045e0001=1 +045e0002=1 +045f0001=1 +045f0002=1 +045f0003=1 +045f0005=1 +045f0006=1 +04600001=1 +04600002=1 +04600004=1 +04600005=1 +04600006=1 +04600007=1 +04600008=1 +04600009=1 +0460000a=1 +0460000b=1 +0460000c=1 +0460000e=1 +04600010=1 +04600011=1 +04600012=1 +04600013=1 +04600015=1 +04610001=1 +04610002=1 +04610003=1 +04610004=1 +04620001=1 +04620002=1 +04630001=1 +04630002=1 +04630003=1 +04640001=1 +04640002=1 + +[StringsTranslation] +00002710=1 +00002715=1 +0000271a=1 +0000271b=1 +00002724=1 +0000272e=1 +00002738=1 +00002739=1 +0000273a=1 +0000273b=1 +00002742=1 +00002747=1 +0000274c=1 +00002751=1 +00002756=1 +00002757=1 +00002758=1 +0000275b=1 +0000275c=1 +0000275d=1 +0000275e=1 +0000276a=1 +0000276b=1 +0000276c=1 +0000276d=1 +0000276e=1 +0000276f=1 +00002770=1 +00002771=1 +00002772=1 +00002773=1 +00002774=1 +00002779=1 +0000277a=1 +0000277b=1 +0000277c=1 +0000277d=1 +0000277e=1 +0000277f=1 +00002780=1 +00002781=1 +00002782=1 +00002783=1 +00002784=1 +00002785=1 +00002786=1 +00002787=1 +00002788=1 +00002789=1 +0000278a=1 +0000278b=1 +0000278c=1 +0000278d=1 +0000278e=1 +0000278f=1 +00002790=1 +00002791=1 +00002792=1 +00002795=1 +00002796=1 +00002797=1 +00002798=1 +0000279a=1 +0000279c=1 +0000279d=1 +0000279e=1 +0000279f=1 +000027a1=1 +000027a4=1 +000027a6=1 +000027a7=1 +000027a8=1 +000027a9=1 +000027ab=1 +000027ac=1 +000027b0=1 +000027b5=1 +000027b6=1 +000027ba=1 +000027bb=1 +000027bc=1 +000027bd=1 +000027be=1 +000027bf=1 +000027c0=1 +000027c1=1 +000027c2=1 +000027c3=1 +000027c4=1 +000027c5=1 +000027ce=1 +000027cf=1 +000027d0=1 +000027d1=1 +000027d2=1 +000027d3=1 +000027d4=1 +000027d5=1 +000027d6=1 +000027d7=1 +000027d8=1 +000027d9=1 +000027da=1 +000027db=1 +000027dc=1 +000027dd=1 +000027de=1 +000027df=1 +000027e0=1 +000027e1=1 +000027e2=1 +000027e3=1 +000027e4=1 +000027ec=1 +000027ed=1 +000027ee=1 +000027ef=1 +000027f0=1 +000027f1=1 +000027f2=1 +000027f3=1 +000027f4=1 +000027f5=1 +000027f6=1 +000027f7=1 +000027f8=1 +000027f9=1 +000027fa=1 +000027fb=1 +000027fc=1 +000027fd=1 +000027fe=1 +000027ff=1 +00002800=1 +00002803=1 +00002804=1 +00002805=1 +00002806=1 +00002807=1 +00002808=1 +0000280a=1 +0000280f=1 +00002810=1 +00002811=1 +00002812=1 +00002813=1 +0000283c=1 +0000283d=1 +0000283e=1 +0000283f=1 +00002841=1 +00002846=1 +00002847=1 +00002848=1 +00002849=1 +0000284a=1 +0000284b=1 +0000284c=1 +00002850=1 +00002855=1 +00002856=1 +00002857=1 +00002858=1 +00002859=1 +0000285a=1 +0000285b=1 +0000285c=1 +0000285d=1 +00002864=1 +00002865=1 +00002866=1 +00002867=1 +00002868=1 +0000286e=1 +0000286f=1 +00002870=1 +00002871=1 +00002872=1 +00002873=1 +00002874=1 +00002875=1 +00002876=1 +00002877=1 +00002878=1 +00002879=1 +0000287a=1 +0000287b=1 +0000287c=1 +0000287d=1 +0000287e=1 +0000287f=1 +00002880=1 +00002881=1 +00002882=1 +00002883=1 +00002884=1 +00002885=1 +00002886=1 +0000288c=1 +0000288d=1 +0000288e=1 +0000288f=1 +00002890=1 +00002891=1 +00002892=1 +00002893=1 +00002896=1 +00002897=1 +00002898=1 +00002899=1 +0000289a=1 +0000289b=1 +0000289c=1 +0000289d=1 +0000289e=1 +0000289f=1 +000028a0=1 +000028a1=1 +000028a2=1 +000028a3=1 +000028a4=1 +000028aa=1 +000028ab=1 +000028ac=1 +000028ad=1 +000028b4=1 +000028b5=1 +000028b6=1 +000028b7=1 +000028b8=1 +000028b9=1 +000028ba=1 +000028bb=1 +000028bc=1 +000028bd=1 +000028c1=1 +000028c2=1 +000028c3=1 +000028c4=1 +000028c5=1 +000028c8=1 +000028c9=1 +000028ca=1 +000028cb=1 +000028d2=1 +000028d3=1 +000028d4=1 +000028d5=1 +000028d6=1 +000028d7=1 +000028d8=1 +000028d9=1 +000028da=1 +000028db=1 +000028dc=1 +000028dd=1 +000028de=1 +000028df=1 +000028e0=1 +000028e1=1 +000028e2=1 +000028e6=1 +000028e7=1 +000028e8=1 +000028e9=1 +000028ea=1 +000028eb=1 +000028ec=1 +000028ed=1 +000028ee=1 +000028f0=1 +000028f1=1 +000028f2=1 +000028f3=1 +000028f4=1 +000028f5=1 +000028fa=1 +000028fb=1 +000028fc=1 +000028fd=1 +000028fe=1 +000028ff=1 +00002900=1 +00002901=1 +00002902=1 +00002903=1 +00002904=1 +00002905=1 +00002906=1 +00002907=1 +00002908=1 +00002909=1 +0000290a=1 +0000290b=1 +0000290c=1 +0000290d=1 +0000290e=1 +0000290f=1 +00002910=1 +00002911=1 +00002912=1 +00002913=1 +00002914=1 +00002915=1 +00002916=1 +00002917=1 +00002918=1 +00002919=1 +0000291a=1 +0000291b=1 +0000291c=1 +0000291d=1 +0000291e=1 +0000292c=1 +0000292d=1 +0000292e=1 +0000292f=1 +00002930=1 +00002931=1 +00002932=1 +00002933=1 +00002934=1 +00002935=1 +00002936=1 +00002937=1 +00002938=1 +00002939=1 +0000293a=1 +0000293b=1 +0000293c=1 +0000293d=1 +0000293e=1 +0000293f=1 +00002940=1 +00002941=1 +00002942=1 +00002943=1 +00002944=1 +00002945=1 +00002946=1 +00002947=1 +00002948=1 +0000294a=1 +0000294b=1 +0000294c=1 +0000294d=1 +0000294e=1 +0000294f=1 +00002950=1 +00002953=1 +0000295e=1 +0000295f=1 +00002960=1 +00002961=1 +00002962=1 +00002963=1 +00002964=1 +00002965=1 +00002966=1 +00002967=1 +00002972=1 +00002973=1 +00002974=1 +00002975=1 +00002976=1 +00002977=1 +00002978=1 +00002979=1 +0000297a=1 +0000297b=1 +0000297c=1 +0000297d=1 +00002981=1 +00002982=1 +00002983=1 +00002984=1 +00002985=1 +00002986=1 +00002987=1 +0000298b=1 +0000298c=1 +0000298d=1 +0000298e=1 +0000298f=1 +00002990=1 +00002995=1 +00002996=1 +00002997=1 +00002998=1 +00002999=1 +0000299a=1 +0000299b=1 +0000299c=1 +0000299d=1 +0000299e=1 +0000299f=1 +000029a0=1 +000029a1=1 +000029a2=1 +000029a3=1 +000029a4=1 +000029a5=1 +000029a6=1 +000029a7=1 +000029a8=1 +000029a9=1 +000029aa=1 +000029ab=1 +000029ac=1 +000029ad=1 +000029ae=1 +000029af=1 +000029b0=1 +000029b1=1 +000029b2=1 +000029b8=1 +000029bd=1 +000029be=1 +000029bf=1 +000029c0=1 +000029c1=1 +000029c2=1 +000029c7=1 +000029cc=1 +000029cd=1 +000029d6=1 +000029d7=1 +000029d8=1 +000029d9=1 +000029da=1 +000029db=1 +000029dc=1 +000029dd=1 +000029e0=1 +000029e1=1 +000029e2=1 +000029e3=1 +000029e7=1 +000029ea=1 +000029eb=1 +000029ec=1 +000029ed=1 +000029ee=1 +000029f4=1 +000029f5=1 +000029f6=1 +000029f7=1 +000029fe=1 +000029ff=1 +00002a00=1 +00002a01=1 +00002a02=1 +00002a03=1 +00002a04=1 +00002a05=1 +00002a06=1 +00002a07=1 +00002a10=1 +00002a12=1 +00002a13=1 +00002a14=1 +00002a15=1 +00002a16=1 +00002a17=1 +00002a18=1 +00002a19=1 +00002a1a=1 +00002a1b=1 +00002a1c=1 +00002a1d=1 +00002a1e=1 +00002a21=1 +00002a22=1 +00002a23=1 +00002a2b=1 +00002a2c=1 +00002a30=1 +00002a31=1 +00002a32=1 +00002a33=1 +00002a34=1 +00002a35=1 +00002a36=1 +00002a37=1 +00002a3a=1 +00002a3b=1 +00002a3c=1 +00002a3d=1 +00002a3e=1 +00002a3f=1 +00002a40=1 +00002a41=1 +00002a42=1 +00002a43=1 +00002a44=1 +00002a45=1 +00002a46=1 +00002a47=1 +00002a48=1 +00002a49=1 +00002a4a=1 +00002a4b=1 +00002a4c=1 +00002a4d=1 +00002a4e=1 +00002a53=1 +00002a54=1 +00002a55=1 +00002a56=1 +00002a57=1 +00002a58=1 +00002a59=1 +00002a5a=1 +00002a5b=1 +00002a5c=1 +00002a5d=1 +00002a5e=1 +00002a5f=1 +00002a60=1 +00002a61=1 +00002a62=1 +00002a63=1 +00002a64=1 +00002a65=1 +00002a66=1 +00002a67=1 +00002a68=1 +00002a69=1 +00002a6a=1 +00002a6b=1 +00002a6c=1 +00002a6d=1 +00002a6e=1 +00002a6f=1 +00002a70=1 +00002a71=1 +00002a72=1 +00002a73=1 +00002a76=1 +00002a77=1 +00002a78=1 +00002a79=1 +00002a7a=1 +00002a7b=1 +00002a7c=1 +00002a7d=1 +00002a7e=1 +00002a7f=1 +00002a80=1 +00002a81=1 +00002a8a=1 +00002a8b=1 +00002a8c=1 +00002a8d=1 +00002a8e=1 +00002a8f=1 +00002a90=1 +00002a9e=1 +00002a9f=1 +00002aa0=1 +00002aa1=1 +00002aa2=1 +00002aa5=1 +00002aa8=1 +00002aa9=1 +00002aaa=1 +00002aab=1 +00002aac=1 +00002aad=1 +00002ab2=1 +00002ab7=1 +00002ab8=1 +00002ab9=1 +00002aba=1 +00002abb=1 +00002ac6=1 +00002ac7=1 +00002ac8=1 +00002ac9=1 +00002aca=1 +00002acb=1 +00002acc=1 +00002ad5=1 +00002ad6=1 +00002ad7=1 +00002adf=1 +00002ae0=1 +00002ae9=1 +00002aea=1 +00002aeb=1 +00002aec=1 +00002aed=1 +00002aee=1 +00002aef=1 +00002af0=1 +00002af1=1 +00002af2=1 +00002af3=1 +00002af4=1 +00002af5=1 +00002af6=1 +00002af7=1 +00002af8=1 +00002af9=1 +00002afa=1 +00002afb=1 +00002afc=1 +00002afd=1 +00002afe=1 +00002aff=1 +00002b00=1 +00002b01=1 +00002b02=1 +00002b03=1 +00002b04=1 +00002b05=1 +00002b06=1 +00002b07=1 +00002b08=1 +00002b0c=1 +00002b0d=1 +00002b0e=1 +00002b0f=1 +00002b11=1 +00002b12=1 +00002b16=1 +00002b17=1 +00002b18=1 +00002b19=1 +00002b1a=1 +00002b1b=1 +00002b1f=1 +00002b20=1 +00002b21=1 +00002b2a=1 +00002b2b=1 +00002b2c=1 +00002b2d=1 +00002b2e=1 +00002b34=1 +00002b39=1 +00002b3e=1 +00002b3f=1 +00002b40=1 +00002b41=1 +00002b42=1 +00002b4d=1 +00002b4e=1 +00002b4f=1 +00002b5c=1 +00002b5d=1 +00002b5e=1 +00002b5f=1 +00002b60=1 +00002b61=1 +00002b62=1 +00002b63=1 +00002b64=1 +00002b65=1 +00002b66=1 +00002b67=1 +00002b68=1 +00002b69=1 +00002b6a=1 +00002b6b=1 +00002b6c=1 +00002b6d=1 +00002b6e=1 +00002b6f=1 +00002b70=1 +00002b71=1 +00002b72=1 +00002b73=1 +00002b74=1 +00002b75=1 +00002b76=1 +00002b8e=1 +00002b8f=1 +00002b90=1 +00002b91=1 +00002b92=1 +00002b93=1 +00002b94=1 +00002ba2=1 +00002ba3=1 +00002ba4=1 +00002ba5=1 +00002bac=1 +00002bad=1 +00002bb6=1 +00002bb7=1 +00002bb8=1 +00002bb9=1 +00002bba=1 +00002bbb=1 +00002bbc=1 +00002bbd=1 +00002bbe=1 +00002bbf=1 +00002bc0=1 +00002bc1=1 +00002bc2=1 +00002bc3=1 +00002bc4=1 +00002bc5=1 +00002bc6=1 +00002bc7=1 +00002bd4=1 +00002bd5=1 +00002bd6=1 +00002bd7=1 +00002bd8=1 +00002bd9=1 +00002bda=1 +00002bdb=1 +00002bde=1 +00002bdf=1 +00002be0=1 +00002be1=1 +00002be2=1 +00002be3=1 +00002be8=1 +00002bed=1 +00002bee=1 +00002bef=1 +00002bf0=1 +00002bf7=1 +00002bf8=1 +00002bf9=1 +00002c01=1 +00002c02=1 +00002c03=1 +00002c04=1 +00002c0b=1 +00002c0c=1 +00002c0d=1 +00002c0e=1 +00002c0f=1 +00002c10=1 +00002c11=1 +00002c12=1 +00002c13=1 +00002c14=1 +00002c15=1 +00002c1a=1 +00002c1b=1 +00002c1c=1 +00002c1d=1 +00002c1e=1 +00002c1f=1 +00002c20=1 +00002c24=1 +00002c25=1 +00002c26=1 +00002c27=1 +00002c28=1 +00002c29=1 +00002c2a=1 +00002c2b=1 +00002c38=1 +00002c39=1 +00002c3d=1 +00002c3e=1 +00002c42=1 +00002c43=1 +00002c44=1 +00002c45=1 +00002c46=1 +00002c47=1 +00002c48=1 +00002c49=1 +00002c4a=1 +00002c4b=1 +00002c4c=1 +00002c4e=1 +00002c4f=1 +00002c50=1 +00002c51=1 +00002c52=1 +00002c53=1 +00002c54=1 +00002c55=1 +00002c56=1 +00002c5e=1 +00002c5f=1 +00002c60=1 +00002c61=1 +00002c62=1 +00002c63=1 +00002c6a=1 +00002c6b=1 +00002c6c=1 +00002c6d=1 +00002c6e=1 +00002c74=1 +00002c79=1 +00002c7a=1 +00002c7b=1 +00002c7e=1 +00002c83=1 +00002c84=1 +00002c86=1 +00002c87=1 +00002c88=1 +00002c89=1 + +[Relayout] + diff --git a/translations/projects/Spanish/ieviewer.atp b/translations/projects/Spanish/ieviewer.atp new file mode 100644 index 000000000..ea6da38e2 --- /dev/null +++ b/translations/projects/Spanish/ieviewer.atp @@ -0,0 +1,25 @@ +[Files] +Original=$BUILD_DIR\plugins\ieviewer\lang\english.slg +Translated=$BUILD_DIR\plugins\ieviewer\lang\spanish.slg +Include=..\..\symbols\plugins\ieviewer\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +00002774=1 +00002775=0 +00002776=1 +00002777=1 +00002779=1 + +[Relayout] + diff --git a/translations/projects/Spanish/mmviewer.atp b/translations/projects/Spanish/mmviewer.atp new file mode 100644 index 000000000..2a4f95b81 --- /dev/null +++ b/translations/projects/Spanish/mmviewer.atp @@ -0,0 +1,233 @@ +[Files] +Original=$BUILD_DIR\plugins\mmviewer\lang\english.slg +Translated=$BUILD_DIR\plugins\mmviewer\lang\spanish.slg +Include=..\..\symbols\plugins\mmviewer\symbols.inc +SalMenu=..\..\symbols\plugins\mmviewer\salmenu.mnu +CheckList=..\..\symbols\plugins\mmviewer\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +29040000=1 +29040001=1 +29040003=1 +29040004=1 +29040006=1 +29040007=1 +29040008=1 +29040009=1 +2904000a=1 +2904000b=1 +2904000c=1 +2904000d=1 +2904000e=1 + +[MenusTranslation] + +[StringsTranslation] +00002b5c=1 +00002b5d=1 +00002b5e=1 +00002b5f=1 +00002b60=1 +00002b61=1 +00002b62=1 +00002b63=1 +00002b66=1 +00002b67=1 +00002b70=1 +00002b73=1 +00002b74=1 +00002b75=1 +00002b76=1 +00002b77=1 +00002b78=1 +00002b79=1 +00002b7a=1 +00002b7b=1 +00002b7c=1 +00002bc0=1 +00002bc1=1 +00002bc2=1 +00002bc4=1 +00002bc5=1 +00002bc6=1 +00002bc7=1 +00002bc8=1 +00002bc9=1 +00002bca=1 +00002bcb=1 +00002bde=1 +00002be0=1 +00002c06=1 +00002c07=1 +00002c10=1 +00002c11=1 +00002c1a=1 +00002cec=1 +00002ced=1 +00002cee=1 +00002cef=1 +00002cf0=1 +00002cf1=1 +00002cf2=1 +00002cf3=1 +00002ee1=1 +00002ee2=1 +00002ee9=1 +00002eea=1 +00002eeb=1 +00002eec=1 +00002eed=1 +00002eee=1 +00002eef=1 +00002ef0=1 +00002ef1=1 +00002ef2=1 +00002ef3=1 +00002ef4=1 +00002ef5=1 +00002ef6=1 +00002ef7=1 +00002ef8=1 +00002ef9=1 +00002efa=1 +00002efb=1 +00002efc=1 +00002efd=1 +00002f44=1 +00002f45=1 +00002f46=1 +00002f47=1 +00002f48=1 +00002f49=1 +00002f4a=1 +00002f4b=1 +00002f4c=1 +00002f4d=1 +00002f4e=1 +00002f4f=1 +00002f50=1 +00002f51=1 +00002f52=1 +00002f53=1 +00002f54=1 +00002f55=1 +00002f56=1 +00002f57=1 +00002f58=1 +00002f59=1 +00002f5a=1 +00002f5b=1 +00002f5c=1 +00002f5d=1 +00002f5e=1 +00002f5f=1 +00002f60=1 +00002f61=1 +00002f62=1 +00002fa8=1 +00002fa9=1 +00002faa=1 +00002fab=1 +00002fac=1 +0000300c=1 +0000300d=1 +0000300e=1 +0000300f=1 +00003010=1 +00003011=1 +00003012=1 +00003013=1 +00003014=1 +00003015=1 +00003016=1 +00003017=1 +00003018=1 +00003019=1 +0000301a=1 +0000301b=1 +0000301c=1 +0000301d=1 +0000301e=1 +0000301f=1 +00003020=1 +00003021=1 +00003022=1 +00003023=1 +00003024=1 +00003025=1 +00003026=1 +00003027=1 +00003070=1 +00003071=1 +00003072=1 +00003073=1 +00003074=1 +00003075=1 +00003076=1 +00003077=1 +000030d5=1 +000030d6=1 +000030d7=1 +000030d8=1 +000030d9=1 +000030da=1 +000030db=1 +000030dc=1 +000030dd=1 +000030de=1 +000030df=1 +000030e0=1 +000030e1=1 +000030e2=1 +000030e3=1 +000030e4=1 +000030e5=1 +000030e6=1 +000030e7=1 +000030e8=1 +000030e9=1 +000030ea=1 +000030eb=1 +000030ec=1 +000030ed=1 +000030ee=1 +000030ef=1 +000030f0=1 +000030f1=1 +000030f2=1 +000030f3=1 +000030f4=1 +000030f5=1 +000030f6=1 +000030f7=1 +000030f8=1 +000030f9=1 +000030fa=1 +000030fb=1 +000030fc=1 +000030fd=1 +000030fe=1 +00003138=1 +00003139=1 +0000313a=1 +0000313b=1 +0000313c=1 +0000313d=1 +0000313e=1 +0000313f=1 +00003140=1 +00003141=1 +00003142=1 +00003143=1 +00003144=1 +00003145=1 + +[Relayout] + diff --git a/translations/projects/Spanish/nethood.atp b/translations/projects/Spanish/nethood.atp new file mode 100644 index 000000000..55326e230 --- /dev/null +++ b/translations/projects/Spanish/nethood.atp @@ -0,0 +1,42 @@ +[Files] +Original=$BUILD_DIR\plugins\nethood\lang\english.slg +Translated=$BUILD_DIR\plugins\nethood\lang\spanish.slg +Include=..\..\symbols\plugins\nethood\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00660000=1 +00660001=1 +00660002=1 +00660003=1 +00660004=1 +00660005=1 +00660006=1 +00660008=1 +00660009=1 +0066000a=1 + +[MenusTranslation] + +[StringsTranslation] +00000080=1 +00000081=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 + +[Relayout] + diff --git a/translations/projects/Spanish/pak.atp b/translations/projects/Spanish/pak.atp new file mode 100644 index 000000000..c4524bb65 --- /dev/null +++ b/translations/projects/Spanish/pak.atp @@ -0,0 +1,70 @@ +[Files] +Original=$BUILD_DIR\plugins\pak\lang\english.slg +Translated=$BUILD_DIR\plugins\pak\lang\spanish.slg +Include=..\..\symbols\plugins\pak\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640005=1 +00640008=1 +00640009=1 + +[MenusTranslation] + +[StringsTranslation] +000001f4=1 +000001f5=1 +000001f6=1 +000001f7=1 +000001f8=1 +000001f9=1 +000001fa=1 +000001fb=1 +000001fc=1 +000001fd=1 +000001fe=1 +000001ff=1 +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 + +[Relayout] + diff --git a/translations/projects/Spanish/peviewer.atp b/translations/projects/Spanish/peviewer.atp new file mode 100644 index 000000000..aefbde15b --- /dev/null +++ b/translations/projects/Spanish/peviewer.atp @@ -0,0 +1,37 @@ +[Files] +Original=$BUILD_DIR\plugins\peviewer\lang\english.slg +Translated=$BUILD_DIR\plugins\peviewer\lang\spanish.slg +Include=..\..\symbols\plugins\peviewer\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +21350000=1 +21350001=1 +21350003=1 +21350004=1 +21350005=1 +21350007=1 +21350008=1 +21350009=1 +2135000a=1 +2135000b=1 + +[MenusTranslation] + +[StringsTranslation] +000003f8=1 +00002774=1 +00002775=1 +00002776=1 +00002777=1 +00002778=1 +00002786=1 + +[Relayout] + diff --git a/translations/projects/Spanish/pictview.atp b/translations/projects/Spanish/pictview.atp new file mode 100644 index 000000000..2c530dc96 --- /dev/null +++ b/translations/projects/Spanish/pictview.atp @@ -0,0 +1,590 @@ +[Files] +Original=$BUILD_DIR\plugins\pictview\lang\english.slg +Translated=$BUILD_DIR\plugins\pictview\lang\spanish.slg +Include=..\..\symbols\plugins\pictview\symbols.inc +SalMenu=..\..\symbols\plugins\pictview\salmenu.mnu +IgnoreList=..\..\symbols\plugins\pictview\ignore.lst +CheckList=..\..\symbols\plugins\pictview\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +07d00000=1 +07d00001=1 +07d00003=1 +07d00005=1 +07d00006=1 +07d00007=1 +07d00008=1 +07d00009=1 +07d0000a=1 +07d0000b=1 +07e40000=1 +07e40001=1 +07e40002=1 +07e40003=1 +07e40004=1 +07e40005=1 +07e40006=1 +07e40007=1 +07e40008=1 +07e40009=1 +07e4000a=1 +07f80000=1 +07f80001=1 +07f80002=1 +07f80003=1 +07f80005=1 +07f80007=1 +07f80008=1 +07f80009=1 +07f8000a=1 +080c0000=1 +080c0001=1 +080c0002=1 +080c0003=1 +08160000=1 +08160001=1 +08160002=1 +08160003=1 +08160004=1 +08160005=1 +08160006=1 +08160007=1 +08160009=1 +0816000b=1 +08200000=1 +08200001=1 +08200002=1 +08200004=1 +08200006=1 +08200007=1 +08200009=1 +08340000=1 +08340001=1 +08340002=1 +08340003=1 +08340005=1 +08340007=1 +08340009=1 +0834000b=1 +0834000d=1 +0834000f=1 +08340011=1 +08340013=1 +08340015=1 +08480000=1 +08480003=1 +08480004=1 +08480005=1 +08480006=1 +08480007=1 +08480008=1 +08520000=1 +08520001=1 +08520003=1 +08520004=1 +08520005=1 +085c0000=1 +085c0001=1 +085c0003=1 +085c0004=1 +08660000=1 +08660001=1 +08660002=1 +08660003=1 +08660004=1 +08660005=1 +08660006=1 +08660007=1 +08660008=1 +08660009=1 +0866000c=1 +0866000d=1 +0866000f=1 +08660010=1 +08660011=1 +087a0000=1 +087a0003=1 +087a0004=1 +08840000=1 +08840001=1 +08840004=1 +08840007=1 +08840008=1 +08840009=1 +08fc0001=1 +08fc0003=1 +08fc0004=1 +08fc0006=1 +08fc0008=1 +08fc000a=1 +08fc000b=1 +08fc000d=1 +08fc000e=1 +08fc000f=1 +08fc0010=1 +08fc0011=1 +08fc0013=1 +08fc0014=1 +08fc0016=1 +08fc0017=1 +08fc0018=1 +08fc001a=1 +09600000=1 +09600001=1 +09600002=1 +09600003=1 +09600004=1 +09600005=1 +09600007=1 +09600009=1 +0960000b=1 +0960000d=1 +0960000f=1 +09600010=1 +09600011=1 +09600012=1 +09c40000=1 +09c40002=1 +09c40004=1 +09c40005=1 +09c40006=1 +09c40009=1 +09c4000c=1 +09c4000d=1 +09c4000e=1 +09c40010=1 +09c40011=1 +09c40012=1 +09c40013=1 +09c40016=1 +09c40019=1 +09c4001a=1 +09c4001b=1 +09c4001c=1 +09c4001d=1 +09e20000=1 +09e20001=1 + +[MenusTranslation] + +[StringsTranslation] +000001f4=1 +000001f5=1 +000001f6=1 +000001f7=1 +000001f8=1 +000001f9=1 +000001fa=1 +000001fb=1 +000001fc=1 +000001fd=1 +000001fe=1 +000001ff=1 +00000200=1 +00000201=1 +00000202=1 +00000203=1 +00000204=1 +00000205=1 +00000206=1 +00000207=1 +00000208=1 +00000209=1 +0000020a=1 +0000020b=1 +0000020c=1 +0000020d=1 +0000020e=1 +0000020f=1 +00000210=1 +00000211=1 +00000212=1 +00000213=1 +00000214=1 +00000215=1 +00000216=1 +00000217=1 +0000021d=1 +0000021e=1 +0000021f=1 +00000220=1 +00000221=1 +00000226=1 +00000227=1 +00000228=1 +00000230=1 +00000231=1 +00000232=1 +00000233=1 +00000234=1 +00000235=1 +00000236=1 +00000237=1 +00000238=1 +00000239=1 +0000023a=1 +00000244=1 +00000245=1 +00000246=1 +00000247=1 +00000248=1 +00000249=1 +0000024e=1 +0000024f=1 +00000250=1 +00000251=1 +00000254=1 +00000262=1 +00000263=1 +00000264=1 +00000265=1 +00000266=1 +00000267=1 +000003e7=1 +000003e8=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +00000418=1 +00000419=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +00000441=1 +00000442=1 +00000443=1 +00000444=1 +00000445=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +00000455=1 +00000456=1 +00000457=1 +00000458=1 +00000459=1 +0000045a=1 +0000045b=1 +0000045c=1 +0000045d=1 +0000045e=1 +0000045f=1 +00000460=1 +00000461=1 +00000462=1 +00000469=1 +0000046a=1 +0000046b=1 +0000046c=1 +0000046d=1 +00000474=1 +00000475=1 +00000476=1 +00000477=1 +00000479=1 +0000047a=1 +0000047b=1 +0000047c=1 +00000488=1 +00000489=1 +0000048a=1 +0000048b=1 +0000048c=1 +00000492=1 +00000898=1 +00000899=1 +0000089a=1 +0000089b=1 +0000089c=1 +0000089d=1 +0000089e=1 +0000089f=1 +000008a0=1 +000008a1=1 +000008a2=1 +000008a3=1 +000008a4=1 +000008a5=1 +000008a6=1 +000008a7=1 +000008a8=1 +000008a9=1 +000008aa=1 +000008ab=1 +000008ac=1 +000008ad=1 +000008ae=1 +000008af=1 +000008b0=1 +000008b5=1 +000008b6=1 +000008b7=1 +000008b8=1 +000008b9=1 +000008ba=1 +000008bb=1 +000008bc=1 +000008bd=1 +000008be=1 +000008bf=1 +000008c0=1 +000008c1=1 +000008c2=1 +000008c3=1 +000008c4=1 +000008c5=1 +000008c6=1 +000008c7=1 +000008c8=1 +000008c9=1 +000008ca=1 +000008cb=1 +000008e8=1 +000008e9=1 +000008ea=1 +000008eb=1 +000008ec=1 +000008f2=1 +000008f3=1 +000008f4=1 +000008f5=1 +000008f6=1 +000008f7=1 +000008f8=1 +00000902=1 +00000903=1 +00000fa3=1 +00000fa4=1 +00000fa6=1 +00000fa7=1 +00000fa9=1 +00000faf=1 +00000fb1=1 +00000fb3=1 +00000fb5=1 +00000fbb=1 +00000fbc=1 +00000fbd=1 +00000fbe=1 +00000fc5=1 +00000fc6=1 +00000fc7=1 +00000fca=1 +00000fcb=1 +00000fcc=1 +00000fd1=1 +00000fd4=1 +00000fd8=1 +00000fd9=1 +00000fda=1 +00000fdb=1 +00000fdf=1 +00000fe0=1 +00000fe1=1 +00000fe2=1 +00000fe3=1 +00000fe4=1 +00000fe5=1 +00000fe7=1 +00000fe9=1 +00000fea=1 +00000feb=1 +00000fec=1 +00000fed=1 +00000fee=1 +00000fef=1 +00000ff0=1 +00000ff1=1 +00000ff2=1 +00000ff3=1 +00000ff4=1 +00000ff5=1 +00000ff6=1 +00000ff7=1 +00000ff8=1 +00000ff9=1 +00000ffa=1 +00000ffb=1 +00000ffc=1 +00000ffd=1 +00000ffe=1 +00001000=1 +00001001=1 +00001003=1 +00001004=1 +00001006=1 +0000100b=1 +0000100c=1 +0000100f=1 +00001010=1 +00001013=1 +00001015=1 +00001017=1 +00001018=1 +00001019=1 +0000101a=1 +0000101b=1 +0000101c=1 +0000101d=1 +0000101e=1 +00001022=1 +00001045=1 +00001054=1 +00001063=1 +0000106d=1 +0000106e=1 +0000106f=1 +00001071=1 +00001072=1 +0000107b=1 +0000107c=1 +0000107f=1 +00001080=1 +00001088=1 +0000108c=1 +00001091=1 +00001092=1 +00001093=1 +00001094=1 +00001095=1 +00001096=1 +00001098=1 +0000109a=1 +0000109c=1 +0000109d=1 +0000109e=1 +000010a1=1 +000010a3=1 +000010a4=1 +000010a5=1 +000010a6=1 +000010a7=1 +000010a8=1 +000010a9=1 +000010aa=1 +000010ad=1 +000010ae=1 +000010af=1 +000010b8=1 +000010b9=1 +000010be=1 +000010bf=1 +000010c8=1 +000010c9=1 +000010ca=1 +000010cb=1 +000010cc=1 +000010cd=1 +000010ce=1 +000010cf=1 +000010d3=1 +000010d4=1 +000010d5=1 +000010d6=1 +000010d9=1 +000010db=1 +000010df=1 +000010e2=1 +000010e3=1 +000010e4=1 +000010e6=1 +000010e9=1 +000010ea=1 +000010eb=1 +000010ec=1 +000010f4=1 +000010f8=1 +000010f9=1 +000010fa=1 +000010fb=1 +00001142=1 + +[Relayout] + diff --git a/translations/projects/Spanish/regedt.atp b/translations/projects/Spanish/regedt.atp new file mode 100644 index 000000000..a64a86160 --- /dev/null +++ b/translations/projects/Spanish/regedt.atp @@ -0,0 +1,238 @@ +[Files] +Original=$BUILD_DIR\plugins\regedt\lang\english.slg +Translated=$BUILD_DIR\plugins\regedt\lang\spanish.slg +Include=..\..\symbols\plugins\regedt\symbols.inc +SalMenu=..\..\symbols\plugins\regedt\salmenu.mnu +IgnoreList=..\..\symbols\plugins\regedt\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640004=1 +00640005=1 +006e0000=1 +006e0001=1 +006e0003=1 +006e0004=1 +006e0006=1 +006e0007=1 +00780000=1 +00780002=1 +00780003=1 +00780004=1 +00780005=1 +00780006=1 +00780007=1 +00780009=1 +0078000b=1 +00820003=1 +00820004=1 +00820005=1 +00870000=1 +00870001=1 +00870003=1 +00870004=1 +00870006=1 +00870007=1 +00870008=1 +00870009=1 +0087000a=1 +0087000b=1 +0087000c=1 +0087000d=1 +0087000e=1 +0087000f=1 +00870010=1 +00870011=1 +00870012=1 +00870014=1 +00870015=1 +00870017=1 +00870018=1 +00a50000=1 +00a50001=1 +00a50003=1 +00a50005=1 +00a50006=1 +00a50007=1 +00a50008=1 +00a60000=1 +00a60001=1 +00a60002=1 +00a60005=1 +00a60008=1 +00a6000c=1 +00a6000d=1 +00af0003=1 +00af0004=1 +00b10000=1 +00b10001=1 +00b10003=1 +00b10005=1 +00b10006=1 +00b10007=1 + +[MenusTranslation] + +[StringsTranslation] +000000b0=1 +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fe=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000418=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +00000441=1 +00000442=1 +00000443=1 +00000444=1 +00000445=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000451=1 +00000453=1 +00000454=1 +00000455=1 +00000456=1 +00000457=1 +00000458=1 +00000459=1 +0000045a=1 +0000045b=1 +0000045c=1 +0000045d=1 +0000045e=1 +0000045f=1 +00000460=1 +00000461=1 +00000462=1 +00000463=1 +00000464=1 +00000465=1 +00000466=1 +00000467=1 +00000468=1 +00000469=1 +0000046a=1 +0000046b=1 +0000046c=1 +0000046d=1 +0000046e=1 +0000046f=1 +00000470=1 +00000471=1 +00000472=1 +00000473=1 +00000474=1 +00000475=1 +00000476=1 +00000477=1 +00000478=1 +00000479=1 +0000047a=1 +0000047b=1 +0000047c=1 +0000047d=1 +0000047e=1 +0000047f=1 +00000480=1 +00000481=1 +00000482=1 +00000486=1 +00000487=1 +00000488=1 +00000489=1 +0000048a=1 +0000048b=1 +0000048c=1 +0000048d=1 + +[Relayout] + diff --git a/translations/projects/Spanish/renamer.atp b/translations/projects/Spanish/renamer.atp new file mode 100644 index 000000000..aca1fae24 --- /dev/null +++ b/translations/projects/Spanish/renamer.atp @@ -0,0 +1,370 @@ +[Files] +Original=$BUILD_DIR\plugins\renamer\lang\english.slg +Translated=$BUILD_DIR\plugins\renamer\lang\spanish.slg +Include=..\..\symbols\plugins\renamer\symbols.inc +SalMenu=..\..\symbols\plugins\renamer\salmenu.mnu +IgnoreList=..\..\symbols\plugins\renamer\ignore.lst +CheckList=..\..\symbols\plugins\renamer\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640002=1 +00640004=1 +00640005=1 +00640006=1 +00640009=1 +0064000c=1 +0064000e=1 +00640011=1 +00640014=1 +00640015=1 +00640016=1 +00640017=1 +00640018=1 +00640019=1 +0064001b=1 +0064001d=1 +0064001f=1 +00640020=1 +008c0000=1 +008c0001=1 +008c0003=1 +008c0005=1 +008c0007=1 +008c0009=1 +008c000b=1 +008c000c=1 +00960000=1 +00960001=1 +00960003=1 +00960005=1 +00960007=1 +00960009=1 +0096000b=1 +0096000c=1 +0096000d=1 +00a00000=1 +00a00001=1 +00a00003=1 +00a00004=1 +00a00005=1 +00a00006=1 +00a00007=1 +00aa0000=1 +00aa0001=1 +00aa0003=1 +00aa0004=1 +00aa0006=1 +00aa0007=1 +00af0000=1 +00af0003=1 +00b40000=1 +00b40001=1 +00b40003=1 +00b40004=1 +00b90000=1 +00b90001=1 +00b90002=1 +00b90004=1 +00b90006=1 +00b90008=1 +00b90009=1 +00be0000=1 +00be0001=1 +00be0002=1 +00be0005=1 +00be0008=1 +00be000b=1 +00be000c=1 +00be000d=1 +00be000e=1 +00be0010=1 +00be0011=1 +00be0012=1 + +[MenusTranslation] + +[StringsTranslation] +0000007a=1 +0000007b=1 +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=0 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +00000418=1 +00000419=1 +0000041a=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000439=1 +0000043b=1 +0000043d=1 +0000043f=1 +00000441=1 +00000443=1 +00000445=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000450=1 +00000451=1 +00000452=1 +00000453=1 +00000454=1 +00000455=1 +00000456=1 +00000457=1 +00000458=1 +00000459=1 +0000045a=1 +0000045b=1 +0000045c=1 +0000045d=1 +0000045e=1 +0000045f=1 +00000460=1 +00000461=1 +00000462=1 +00000463=1 +00000465=1 +00000466=1 +00000467=1 +00000468=1 +00000469=1 +0000046a=1 +0000046b=1 +0000046c=1 +0000046d=1 +0000046e=1 +0000046f=1 +00000470=1 +00000471=1 +00000472=1 +00000473=1 +00000474=1 +00000475=1 +00000476=1 +00000477=1 +00000478=1 +00000479=1 +0000047a=1 +0000047b=1 +0000047c=1 +0000047d=1 +0000047e=1 +0000047f=1 +00000480=1 +00000481=1 +00000482=1 +00000483=1 +00000484=1 +00000485=1 +00000486=1 +00000487=1 +00000488=1 +00000489=1 +0000048a=1 +0000048b=1 +0000048c=1 +0000048d=1 +0000048e=1 +0000048f=1 +00000490=1 +00000491=1 +00000492=1 +00000493=1 +00000494=1 +00000495=1 +00000496=1 +00000497=1 +00000498=1 +00000499=1 +0000049a=1 +0000049b=1 +0000049c=1 +0000049d=1 +0000049e=1 +0000049f=1 +000004a0=1 +000004a1=1 +000004a2=1 +000004a3=1 +000004a4=1 +000004a5=1 +000004a6=1 +000004a7=1 +000004a8=1 +000004a9=1 +000004aa=1 +000004ab=1 +000004ac=1 +000004ad=1 +000004ae=1 +000004af=1 +000004b0=1 +000004b1=1 +000004b2=1 +000004b3=1 +000004b4=1 +000004b5=1 +000004b6=1 +000004b7=1 +000004b8=1 +000004b9=1 +000004ba=1 +000004bb=1 +000004bc=1 +000004bd=1 +000004be=1 +000004bf=1 +000004c0=1 +000004c1=1 +000004c2=1 +000004c3=1 +000004c4=1 +000004c5=1 +000004c6=1 +000004c7=1 +000004c8=1 +000004c9=1 +000004ca=1 +000004cb=1 +000004cc=1 +000004cd=1 +000004ce=1 +000004cf=1 +000004d0=1 +000004d1=1 +000004d2=1 +000004d3=1 +000004d4=1 +000004d5=1 +000004d6=1 +000004d7=1 +000004d8=1 +000004d9=1 +000004da=1 +000004dc=1 +000004dd=1 +000004de=1 +000004df=1 +000004e0=1 +000004e1=1 +000004e2=1 +000004e3=1 +000004e4=1 +000004e5=1 +000004e6=1 +000004e7=1 +000004e8=1 +000004e9=1 +000004ea=1 +000004eb=1 +000004ec=1 +000004ed=1 +000004ee=1 +000004ef=1 +000004f0=1 +000004f1=1 +000004f2=1 +000004f3=1 +000004f4=1 +000004f5=1 +000004f6=1 +000004f7=1 +000004f8=1 +000004f9=1 +000004fa=1 +000004fb=1 +000004fc=1 +000004fd=1 +000004fe=1 +000004ff=1 +00000500=1 +00000501=1 +00000503=1 +00000504=1 +00000505=1 +00000506=1 + +[Relayout] + diff --git a/translations/projects/Spanish/salamand.atp b/translations/projects/Spanish/salamand.atp new file mode 100644 index 000000000..0efddcc96 --- /dev/null +++ b/translations/projects/Spanish/salamand.atp @@ -0,0 +1,2505 @@ +[Files] +Original=$BUILD_DIR\lang\english.slg +Translated=$BUILD_DIR\lang\spanish.slg +Include=..\..\symbols\symbols.inc +SalMenu=..\..\symbols\salmenu.mnu +IgnoreList=..\..\symbols\ignore.lst +CheckList=..\..\symbols\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640003=1 +00640004=1 +00640005=1 +00640006=1 +00680000=1 +00680001=1 +00680003=1 +00680004=1 +00680005=1 +00680006=1 +00940000=1 +00940001=1 +00940003=1 +00940005=1 +00940007=1 +00940009=1 +00950000=1 +00950001=1 +00950003=1 +00950005=1 +00960005=1 +00960007=1 +0096000a=1 +0096000c=1 +00aa0001=1 +00aa0003=1 +00aa0005=1 +00aa0006=1 +00aa0007=1 +00aa0008=1 +00b40000=1 +00b40001=1 +00b40004=1 +00b40007=1 +00b40008=1 +00b40009=1 +00b4000a=1 +00b4000b=1 +00be0001=1 +00be0004=1 +00be0005=1 +00be0006=1 +00be0007=1 +00be0008=1 +00bf0000=1 +00bf0001=1 +00bf0002=1 +00bf0003=1 +00bf0005=1 +00bf0006=1 +00bf0007=1 +00bf0008=1 +00bf0009=1 +00bf000a=1 +00bf000b=1 +00bf000c=1 +00bf000d=1 +00bf000f=1 +00bf0010=1 +00bf0011=1 +00bf0012=1 +00bf0013=1 +00bf0014=1 +00bf0015=1 +00bf0017=1 +00bf0019=1 +00bf001b=1 +00bf001d=1 +00bf001e=1 +00bf001f=1 +00bf0020=1 +00c80000=1 +00c80001=1 +00c80003=1 +00c80005=1 +00c80007=1 +00c80008=1 +00c80009=1 +00c8000a=1 +00cc0004=1 +00cc0005=1 +00cc0006=1 +00cd0004=1 +00cd0005=1 +00cd0006=1 +00cd0009=1 +00cd000a=1 +00cd000b=1 +00cd000c=1 +00cd000d=1 +00cd000e=1 +00cd0010=1 +00cd0011=1 +00cd0015=1 +00cd0016=1 +00cd0017=1 +00cd0018=1 +00ce0003=1 +00ce0004=1 +00ce0005=1 +00cf0003=1 +00cf0004=1 +00cf0005=1 +00d00004=1 +00d00005=1 +00d00006=1 +00e60001=1 +00e60003=1 +00e60005=1 +00e60006=1 +00f00000=1 +00f00001=1 +00f00003=1 +00f00005=1 +00f00007=1 +00f00008=1 +00f00009=1 +00f0000a=1 +00f10000=1 +00f10002=1 +00f10003=1 +00f10004=1 +00f10005=1 +00f10006=1 +00f10007=1 +00f10008=1 +00f1000a=1 +00f1000b=1 +00f1000e=1 +00f10011=1 +00f10014=1 +00f10016=1 +00f10017=1 +00f10019=1 +00f1001a=1 +00f1001b=1 +01040000=1 +01040001=1 +01040003=1 +01040005=1 +01040007=1 +01040009=1 +0104000b=1 +0104000d=1 +0104000f=1 +01040011=1 +01040013=1 +01040015=1 +01040016=1 +01040018=1 +0104001b=1 +0104001c=1 +010e0003=1 +010e0004=1 +010e0005=1 +010e0006=1 +010e0007=1 +010e0008=1 +010e0009=1 +012c0000=1 +012c0001=1 +012c0002=1 +012c0003=1 +012c0004=1 +012c0005=1 +012c0006=1 +012c0008=1 +012c0009=1 +012c000a=1 +012c000b=1 +012c000c=1 +012c000d=1 +012c000e=1 +012c000f=1 +01400000=1 +01400001=1 +01400003=1 +01400005=1 +01400006=1 +01400007=1 +01400008=1 +0140000a=1 +0140000b=1 +0140000d=1 +0140000e=1 +0140000f=1 +01400010=1 +01400011=1 +015e0000=1 +015e0001=1 +015e0003=1 +015e0004=1 +015e0005=1 +015e0006=1 +015e0009=1 +015e000c=1 +015e000f=1 +015e0010=1 +015e0011=1 +015e0012=1 +01720000=1 +01720002=1 +01720005=1 +01720006=1 +01720007=1 +01720008=1 +01810000=1 +01810001=1 +01810002=1 +01810004=1 +01810005=1 +01810006=1 +01810007=1 +01900000=1 +01900002=1 +01900003=1 +01900004=1 +01900005=1 +01900006=1 +01900008=1 +01900009=1 +0190000a=1 +0190000b=1 +0190000d=1 +0190000e=1 +01900010=1 +01900011=1 +01900012=1 +01940000=1 +01940001=1 +01940004=1 +01940007=1 +01940008=1 +01940009=1 +01950000=1 +01950001=1 +01950002=1 +01950004=1 +01950006=1 +01950007=1 +01950008=1 +01950009=1 +019a0000=1 +019a0001=1 +019a0003=1 +019a0005=1 +019a0007=1 +019a0009=1 +019a000b=1 +019a000d=1 +019a0010=1 +019a0011=1 +019a0013=1 +019a0014=1 +019a0015=1 +019a0016=1 +019a0017=1 +019a0018=1 +019a0019=1 +019a001a=1 +019a001b=1 +019a001c=1 +019a001e=1 +019a0020=1 +019a0022=1 +019a0024=1 +01c20000=1 +01c20001=1 +01c20003=1 +01c20004=1 +01c20005=1 +01c20007=1 +01c20009=1 +01c2000a=1 +01c2000b=1 +01c70000=1 +01c70001=1 +01c70004=1 +01c70005=1 +01c70006=1 +01c70007=1 +01c70008=1 +01cc0000=1 +01cc0002=1 +01cc0003=1 +01cc0004=1 +01dc0000=1 +01dc0001=1 +01dc0003=1 +01dc0004=1 +01dc0005=1 +01dc0007=1 +01dc0008=1 +01dc0009=1 +01dc000b=1 +01dc000c=1 +01dc000d=1 +01dc000f=1 +01dc0010=1 +01dc0011=1 +01dc0013=1 +01dc0014=1 +01dc0015=1 +01dc0016=1 +01dc0018=1 +01ea0006=1 +01ea0008=1 +01f10006=1 +01f10008=1 +01f1000a=1 +01fe0000=1 +01fe0003=1 +01fe0005=1 +01fe0006=1 +01fe0007=1 +01fe0008=1 +02080000=1 +02080003=1 +02080005=1 +02080006=1 +02080008=1 +02080009=1 +0208000a=1 +0208000b=1 +02120000=1 +02120001=1 +02120003=1 +02120006=1 +02120009=1 +02170000=1 +02170001=1 +02170002=1 +02170003=1 +02170004=1 +02170005=1 +02170006=1 +02170007=1 +02170008=1 +02170009=1 +0217000a=1 +0217000b=1 +0217000c=1 +0217000d=1 +0217000e=1 +0217000f=1 +02170011=1 +02260000=1 +02260002=1 +02260004=1 +02260006=1 +02260008=1 +0226000a=1 +0226000e=1 +02260013=1 +02260016=1 +0226001a=1 +0226001c=1 +0226001e=1 +02260020=1 +02260023=1 +02260025=1 +02260027=1 +0226002a=1 +0226002b=1 +0226002c=1 +023f0000=1 +023f0001=1 +02440000=1 +02440001=1 +02440003=1 +02440005=1 +02440006=1 +02440009=1 +0244000c=1 +024e0000=1 +024e0001=1 +024e0003=1 +024e0006=1 +024e0009=1 +02530000=1 +02530001=1 +02530002=1 +02530003=1 +02530004=1 +02530005=1 +02530006=1 +02530007=1 +02530008=1 +0253000a=1 +0253000d=1 +0253000e=1 +02530010=1 +02760000=1 +02760001=1 +02760003=1 +02760004=1 +02760005=1 +02760006=1 +02760007=1 +02760008=1 +02760009=1 +0276000a=1 +0276000c=1 +0276000d=1 +0276000e=1 +02760010=1 +02760011=1 +02760013=1 +02760015=1 +02760017=1 +02760019=1 +0276001a=1 +0276001c=1 +0276001e=1 +0276001f=1 +02760020=1 +02760021=1 +02940000=1 +02940001=1 +02940003=1 +02940004=1 +02940006=1 +02940007=1 +02940008=1 +029e0000=1 +029e0001=1 +029e0003=1 +029e0004=1 +029e0005=1 +029e0006=1 +029e0007=1 +029e0008=1 +02a80001=1 +02a80003=1 +02a80005=1 +02a80006=1 +02a80007=1 +02a90001=1 +02a90003=1 +02a90005=1 +02aa0001=1 +02aa0004=1 +02aa0005=1 +02aa0006=1 +02ab0001=1 +02ab0004=1 +02ab0005=1 +02ab0006=1 +03f20000=1 +03f20001=1 +03f20003=1 +03f20004=1 +03f20005=1 +03f20006=1 +03f20007=1 +03f20008=1 +03fe0000=1 +03fe0001=1 +03fe0003=1 +03fe0004=1 +03fe0005=1 +04030000=1 +04030001=1 +04030003=1 +04030004=1 +04030006=1 +04030008=1 +0403000a=1 +0403000b=1 +0403000c=1 +0403000d=1 +04060000=1 +04060001=1 +04060003=1 +04060004=1 +04060005=1 +04060006=1 +04060008=1 +0406000a=1 +0406000c=1 +0406000e=1 +0406000f=1 +04060010=1 +04060011=1 +04100000=1 +04100001=1 +04100003=1 +04100006=1 +04100007=1 +04100008=1 +04150000=1 +04150001=1 +04150003=1 +04150004=1 +04150005=1 +04150006=1 +04150007=1 +041a0000=1 +041a0001=1 +041a0002=1 +041a0003=1 +041a0004=1 +041a0005=1 +041a0006=1 +041a0007=1 +041a0008=1 +041a0009=1 +041a000a=1 +041a000b=1 +041f0000=1 +041f0001=1 +041f0003=1 +041f0004=1 +041f0005=1 +04240000=1 +04240001=1 +04240002=1 +04240004=1 +04240005=1 +04240006=1 +04290000=1 +04290001=1 +04290002=1 +04290003=1 +04290004=1 +042e0000=1 +042e0001=1 +042e0004=1 +042e0007=1 +042e0008=1 +042e0009=1 +042e000a=1 +042e000b=1 +04310000=1 +04310001=1 +04310003=1 +04310005=1 +04310007=1 +04310008=1 +04310009=1 +0431000a=1 +04380001=1 +04380003=1 +04380005=1 +04380006=1 +04380007=1 +04380008=1 +04380009=1 +043a0000=1 +043a0001=1 +043a0003=1 +043a0004=1 +043a0005=1 +043a0006=1 +043a0007=1 +043d0000=1 +043d0001=1 +043d0002=1 +043d0003=1 +043d0005=1 +043d0007=1 +043d0008=1 +043d0009=1 +043d000a=1 +043d000b=1 +043d000c=1 +043d000d=1 +043d000e=1 +043d000f=1 +043d0010=1 +04510000=1 +04510001=1 +04510002=1 +04510003=1 +04510005=1 +04510007=1 +04510009=1 +0451000a=1 +0451000b=1 +0451000d=1 +0451000e=1 +0451000f=1 +04510011=1 +04510012=1 +04510014=1 +04510015=1 +04510016=1 +04510017=1 +04510018=1 +04560000=1 +04560001=1 +04560002=1 +04560003=1 +04560004=1 +04600000=1 +04600001=1 +04600002=1 +04600003=1 +04600004=1 +04600006=1 +04600008=1 +046a0000=1 +046a0001=1 +046a0002=1 +046a0003=1 +046a0004=1 +046a0006=1 +046a0008=1 +046f0000=1 +046f0001=1 +046f0002=1 +046f0003=1 +046f0004=1 +046f0006=1 +04740000=1 +04740001=1 +04740002=1 +04740003=1 +04740004=1 +04740005=1 +08fc0000=1 +08fc0001=1 +08fc0003=1 +08fc0005=1 +08fc0007=1 +08fc0008=1 +08fc000b=1 +08fc000e=1 +08fc000f=1 +08fc0010=1 +08fc0013=1 +08fc0016=1 +08fc0017=1 +09100000=1 +09100001=1 +09100003=1 +09100005=1 +09100007=1 +09100008=1 +09100009=1 +0910000c=1 +0910000f=1 +09100010=1 +09240000=1 +09240001=1 +09240003=1 +09240008=1 +09240009=1 +0924000a=1 +092e0000=1 +092e0001=1 +092e0003=1 +092e0004=1 +092e0007=1 +092e0008=1 +094c0000=1 +094c0001=1 +094c0004=1 +094c0005=1 +094c0006=1 +094c0007=1 +094c0008=1 +094c000a=1 +094c000b=1 +094c000c=1 +094c000d=1 +094c000e=1 +099c0000=1 +099c0001=1 +099c0003=1 +099c0005=1 +099c0006=1 +09ba0000=1 +09ba0001=1 +09ba0003=1 +09ba0004=1 +09ba0006=1 +09ba0007=1 +09ba0008=1 +09ba000a=1 +09ba000b=1 +09ba000c=1 +09ba000d=1 +09ba000e=1 +09ba0010=1 +09ba0012=1 +09ba0013=1 +09ba0014=1 +09c40002=1 +09c40004=1 +09c40005=1 +09c40007=1 +09c40008=1 +09c40009=1 +09c4000a=1 +09c4000c=1 +09c4000f=1 +09c40010=1 +09c40011=1 +09c40012=1 +09c40014=1 +09c40016=1 +09e20000=1 +09e20001=1 +09e20003=1 +09e20004=1 +09e20005=1 +09e20006=1 +09e20007=1 +09e20008=1 +09ec0000=1 +09ec0001=1 +09ec0003=1 +09ec0005=1 +09ec0007=1 +09ec0009=1 +09ec000b=1 +09ec000d=1 +09ec000f=1 +09ec0010=1 +09ec0011=1 +09ec0012=1 +0a000000=1 +0a000002=1 +0a000003=1 +0a000004=1 +0a000005=1 +0a000006=1 +0a000007=1 +0a000008=1 +0a000009=1 +0a00000b=1 +0a00000c=1 +0a00000f=1 +0a000013=1 +0a000014=1 +0a000015=1 +0a000016=1 +0a00001b=1 +0a00001f=1 +0a000020=1 +0a000021=1 +0a000022=1 +0a000023=1 +0a280000=1 +0a280001=1 +0a280003=1 +0a280004=1 +0a280005=1 +0a280006=1 +0a280007=1 +0a280008=1 +0a280009=1 +0a28000a=1 +0a28000b=1 +0a28000c=1 +0a28000e=1 +0a280010=1 +0a280012=1 +0a280014=1 +0a280016=1 +0a280018=1 +0a28001a=1 +0a28001b=1 +0a28001c=1 +0a28001d=1 +0a4b0000=1 +0a4b0001=1 +0a4b0002=1 +0a4b0003=1 +0a4b0004=1 +0a4b0005=1 +0a4b0006=1 +0a4b0007=1 +0a4b0008=1 +0a550000=1 +0a550001=1 +0a550002=1 +0a550003=1 +0a550004=1 +0a550005=1 +0a550006=1 +0a550007=1 +0a550008=1 +0a640000=1 +0a640001=1 +0a640002=1 +0a640003=1 +0a640004=1 +0a640005=1 +0a640006=1 +0a640007=1 +0a640008=1 +0a640009=1 +0a64000a=1 +0a64000b=1 +0a6e0000=1 +0a6e0001=1 +0a6e0002=1 +0a6e0003=1 +0a6e0004=1 +0a6e0005=1 +0a6e0006=1 +0a780000=1 +0a780001=1 +0a780002=1 +0a780003=1 +0a780005=1 +0a780007=1 +0a780008=1 +0a78000a=1 +0a8c0000=1 +0a8c0001=1 +0a8c0002=1 +0a8c0003=1 +0a8c0004=1 +0aaa0000=1 +0aaa0001=1 +0aaa0003=1 +0aaa0005=1 +0aaa0006=1 +0aaa0007=1 +0aaa0008=1 +0aaa0009=1 +0ab40000=1 +0ab40001=1 +0ab40003=1 +0ab40004=1 +0ab40005=1 +0ab40007=1 +0ab40008=1 +0ab40009=1 +0ab4000a=1 +0ab4000b=1 +0abe0000=1 +0abe0001=1 +0abe0003=1 +0abe0004=1 +0abe0005=1 +0abe0007=1 +0abe0008=1 +0abe0009=1 +0ac30000=1 +0ac30001=1 +0ac30003=1 +0ac30004=1 +0ac30005=1 +0ac30006=1 +0ac80000=1 +0ac80001=1 +0ac80002=1 +0ac80003=1 +0ac80005=1 +0ac80006=1 +0ad20000=1 +0ad20001=1 +0ad20002=1 +0ad20003=1 +0ad20004=1 +0ad20006=1 +0ad20009=1 +0ad2000a=1 +0ad70000=1 +0ad70001=1 +0ad70002=1 +0ad70003=1 +0ad70005=1 +0ad70007=1 +0ad70008=1 +0adc0000=1 +0adc0003=1 +0adc0004=1 +0ae10000=1 +0ae10001=1 +0ae10004=1 +0ae10005=1 +0ae10006=1 +0ae10007=1 +0ae10008=1 +0ae60000=1 +0ae60001=1 +0ae60003=1 +0ae60005=1 +0ae60006=1 +0ae60009=1 +0ae6000a=1 +0ae6000b=1 +0ae6000c=1 +0af00000=1 +0af00001=1 +0af00003=1 +0af00004=1 +0af00006=1 +0af00007=1 +0af00008=1 +0af00009=1 +0af0000b=1 +0af0000c=1 +0b0e0000=1 +0b0e0001=1 +0b0e0002=1 +0b0e0006=1 +0b0e0007=1 +0b0e0008=1 +0b0e0009=1 +0b900000=1 +0b900001=1 +0b900002=1 +17de0000=1 +17de0002=1 +17de0005=1 +17de0007=1 +17de0008=1 +17de0009=1 +17de000a=1 +17de000b=1 +17de000c=1 +17de000e=1 +17de000f=1 +17de0010=1 +17f20000=1 +17f20001=1 +17f20002=1 +17f20003=1 +17f20004=1 +17f20005=1 +17f20006=1 +17f20008=1 +17f2000a=1 +17f2000b=1 +17f2000c=1 +18400000=1 +18400001=1 +18400002=1 +18400003=1 +18400004=1 +18400005=1 +18400006=1 +18400008=1 +1840000a=1 +1840000b=1 +184c0000=1 +184c0001=1 +184c0003=1 +184c0004=1 +184c0005=1 +184c0006=1 + +[MenusTranslation] +177a0000=1 +177a0001=1 +177a0002=1 +177a0004=1 +177a0005=1 +177a0006=1 +177a0008=1 +177a0009=1 +177a000b=1 +177a000c=1 +177a000e=1 +177a000f=1 +177a0010=1 +177a0011=1 +177a0013=1 +177a0014=1 +177a0015=1 +177a0016=1 +177a0017=1 +177a0018=1 +177a0019=1 +177a001b=1 +177a001c=1 +177a001e=1 +177a0020=1 +177a0022=1 +177a0024=1 +177a0025=1 +177a0026=1 +177a0028=1 +177a0029=1 +177a002a=1 +177a002b=1 +177b0001=1 +177b0002=1 +177b0004=1 +177b0006=1 +177b0007=1 +177b0008=1 +177b000a=1 +177b000b=1 +177b000d=1 +177b000f=1 + +[StringsTranslation] +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +00000401=1 +00000442=1 +00000443=1 +00002710=1 +00002711=1 +00002712=1 +00002713=1 +00002714=1 +00002715=1 +00002716=1 +00002717=1 +00002718=1 +0000271a=1 +0000271d=1 +0000271e=1 +00002720=1 +00002721=1 +00002722=1 +00002723=1 +00002724=1 +00002725=1 +00002726=1 +00002727=1 +00002728=1 +0000272a=1 +0000272b=1 +0000272c=1 +0000272d=1 +0000272e=1 +0000272f=1 +00002730=1 +00002731=1 +00002732=1 +00002733=1 +00002734=1 +00002735=1 +00002736=1 +00002737=1 +00002738=1 +00002739=1 +0000273b=1 +0000273c=1 +0000273d=1 +0000273e=1 +0000273f=1 +00002740=1 +00002743=1 +00002744=1 +00002745=1 +00002746=1 +00002747=1 +00002748=1 +00002749=1 +0000274a=1 +0000274b=1 +0000274c=1 +0000274d=1 +0000274e=1 +0000274f=1 +00002750=1 +00002751=1 +00002752=1 +00002753=1 +00002754=1 +00002755=1 +00002756=1 +00002757=1 +00002758=1 +00002759=1 +0000275a=1 +0000275b=1 +0000275c=1 +0000275d=1 +0000275f=1 +00002760=1 +00002761=1 +00002762=1 +00002763=1 +00002764=1 +00002765=1 +00002766=1 +00002767=1 +00002768=1 +00002769=1 +0000276a=1 +0000276b=1 +0000276c=1 +0000276d=1 +0000276e=1 +0000276f=1 +00002770=1 +00002771=1 +00002772=1 +00002773=1 +00002774=1 +00002775=1 +00002776=1 +00002777=1 +00002778=1 +00002779=1 +0000277a=1 +0000277b=1 +0000277c=1 +0000277d=1 +0000277f=1 +00002780=1 +00002781=1 +00002782=1 +00002783=1 +00002784=1 +00002785=1 +00002786=1 +00002787=1 +00002788=1 +00002789=1 +0000278a=1 +0000278b=1 +0000278c=1 +0000278d=1 +0000278e=1 +0000278f=1 +00002791=1 +00002792=1 +00002793=1 +00002794=1 +00002795=1 +00002796=1 +00002797=1 +00002798=1 +00002799=1 +0000279a=1 +0000279b=1 +0000279c=1 +0000279d=1 +0000279e=1 +0000279f=1 +000027a0=1 +000027a1=1 +000027a3=1 +000027a4=1 +000027a5=1 +000027a6=1 +000027a7=1 +000027a8=1 +000027a9=1 +000027aa=1 +000027ab=1 +000027ad=1 +000027ae=1 +000027b0=1 +000027b4=1 +000027b5=1 +000027b6=1 +000027b7=1 +000027b8=1 +000027b9=1 +000027ba=1 +000027bb=1 +000027bc=1 +000027bd=1 +000027be=1 +000027bf=1 +000027c0=1 +000027c1=1 +000027c2=1 +000027c3=1 +000027c4=1 +000027c5=1 +000027c6=1 +000027c7=1 +000027c8=1 +000027c9=1 +000027ca=1 +000027cb=1 +000027cc=1 +000027cd=1 +000027ce=1 +000027cf=1 +000027d0=1 +000027d1=1 +000027d2=1 +000027d3=1 +000027d4=1 +000027d6=1 +000027d7=1 +000027ec=1 +000027ed=1 +000027ee=1 +000027ef=1 +0000280e=1 +0000280f=1 +00002810=1 +00002811=1 +00002812=1 +00002814=1 +00002815=1 +00002816=1 +00002817=1 +00002818=1 +00002819=1 +0000281a=1 +0000281b=1 +0000281c=1 +0000281e=1 +0000281f=1 +00002820=1 +00002821=1 +00002822=1 +00002823=1 +00002824=1 +00002825=1 +00002826=1 +00002828=1 +00002829=0 +0000282a=1 +0000282d=1 +0000282e=1 +0000282f=1 +00002830=1 +00002831=1 +00002832=1 +00002833=1 +00002834=1 +00002835=1 +00002836=1 +00002837=1 +00002838=1 +00002839=1 +0000283a=1 +0000283b=1 +0000283c=1 +0000283d=1 +0000283e=1 +0000283f=1 +00002840=1 +00002843=1 +00002844=1 +00002845=1 +00002846=1 +00002847=1 +00002848=1 +00002849=1 +0000284a=1 +0000284b=1 +0000284c=1 +0000284d=1 +0000284e=1 +0000284f=1 +00002850=1 +00002851=1 +00002852=1 +00002853=1 +00002854=1 +00002855=1 +00002856=1 +00002857=1 +00002858=1 +00002859=1 +0000285a=1 +0000285e=1 +0000285f=1 +00002860=1 +00002861=1 +00002862=1 +00002863=1 +00002864=1 +00002867=1 +00002868=1 +00002869=1 +0000286a=1 +0000286b=1 +0000286c=1 +0000286d=1 +0000286e=1 +0000286f=1 +00002870=1 +00002871=1 +00002872=1 +00002873=1 +00002874=1 +00002875=1 +00002876=1 +00002877=1 +00002878=1 +00002879=1 +0000287a=1 +0000287c=1 +0000287d=1 +0000287e=1 +0000287f=1 +00002880=1 +00002881=1 +00002882=1 +00002883=1 +00002884=1 +00002885=1 +00002886=1 +00002887=1 +00002888=1 +00002889=1 +0000288a=1 +0000288b=1 +0000288c=1 +0000288d=1 +0000288e=1 +0000288f=1 +00002890=1 +00002891=1 +00002892=1 +00002893=1 +00002894=1 +00002895=1 +00002896=1 +000028a0=1 +000028a1=1 +000028a2=1 +000028a3=1 +000028a4=1 +000028a6=1 +000028a8=1 +000028b4=1 +000028b5=1 +000028b8=1 +000028b9=1 +000028ba=1 +000028bb=1 +000028bd=1 +000028be=1 +000028bf=1 +000028c0=1 +000028c1=1 +000028c2=1 +000028c3=1 +000028c4=1 +000028c5=1 +000028c6=1 +000028c7=1 +000028c8=1 +000028c9=1 +000028ca=1 +000028cb=1 +000028cc=1 +000028cd=1 +000028cf=1 +000028d0=1 +000028d1=1 +000028d2=1 +000028d3=1 +000028d4=1 +000028d5=1 +000028d6=1 +000028d7=1 +000028d8=1 +000028d9=1 +000028da=1 +000028dc=1 +000028dd=1 +000028de=1 +000028df=1 +000028e1=1 +000028e2=1 +000028e3=1 +000028e4=1 +000028e5=1 +000028e6=1 +000028e7=1 +000028e8=1 +000028e9=1 +000028ea=1 +000028eb=1 +000028ec=1 +000028ed=1 +000028ee=1 +000028ef=1 +000028f0=1 +000028f1=1 +000028f2=1 +000028f3=1 +000028f4=1 +000028f5=1 +000028f6=1 +000028f7=1 +000028f8=1 +000028f9=1 +000028fa=1 +000028fb=1 +000028fc=1 +000028fd=1 +000028fe=1 +000028ff=1 +00002900=1 +00002901=1 +00002902=1 +00002903=1 +00002904=1 +00002905=1 +00002906=1 +00002907=1 +00002908=1 +00002909=1 +0000290a=1 +0000290b=1 +0000290c=1 +0000290d=1 +0000290e=1 +0000290f=1 +00002910=1 +00002911=1 +00002912=1 +00002913=1 +00002914=1 +00002915=1 +00002916=1 +00002917=1 +00002918=1 +00002922=1 +00002923=1 +00002924=1 +00002925=1 +00002926=1 +00002927=1 +00002928=1 +00002929=1 +0000292a=1 +0000292b=1 +0000292c=1 +00002936=1 +00002937=1 +00002938=1 +00002939=1 +0000293a=1 +0000293b=1 +0000293c=1 +0000293d=1 +0000293e=1 +0000293f=1 +00002944=1 +00002945=1 +00002946=1 +00002947=1 +00002948=1 +00002949=1 +0000294a=1 +0000294b=1 +0000294c=1 +0000294d=1 +0000294e=1 +0000294f=1 +00002950=1 +00002951=1 +00002952=1 +00002953=1 +00002954=1 +00002955=1 +00002956=1 +00002957=1 +00002958=1 +00002959=1 +00002963=1 +00002968=1 +00002969=1 +0000296a=1 +0000296b=1 +0000296c=1 +000029a9=1 +000029aa=1 +000029ab=1 +000029af=1 +000029b0=1 +000029b1=1 +000029b2=1 +000029b3=1 +000029b8=1 +000029b9=1 +000029c6=1 +000029c8=1 +000029c9=1 +000029ca=1 +000029cb=1 +000029cc=1 +000029ce=1 +000029cf=1 +000029d0=1 +000029d2=1 +000029d3=1 +000029d4=1 +000029d5=1 +000029d6=1 +000029d7=1 +000029d8=1 +000029db=1 +000029dc=1 +000029dd=1 +000029e0=1 +000029e1=1 +000029e2=1 +000029e3=1 +000029e5=1 +000029e6=1 +000029ea=1 +000029eb=1 +000029ec=1 +000029ee=1 +000029ef=1 +000029f0=1 +000029f1=1 +000029f2=1 +000029f3=1 +000029f4=1 +000029f5=1 +000029f9=1 +000029fa=1 +000029fb=1 +000029fd=1 +000029fe=1 +000029ff=1 +00002a00=1 +00002a01=1 +00002a02=1 +00002a03=1 +00002a07=1 +00002a08=1 +00002a0a=1 +00002a0b=1 +00002a0c=1 +00002a0d=1 +00002a0e=1 +00002a0f=1 +00002a10=1 +00002a11=1 +00002a12=1 +00002a13=1 +00002a1b=1 +00002a1d=1 +00002a1e=1 +00002a1f=1 +00002a20=1 +00002a21=1 +00002a22=1 +00002a23=1 +00002a24=1 +00002a25=1 +00002a26=1 +00002a27=1 +00002a28=1 +00002a29=1 +00002a2a=1 +00002a2b=1 +00002a2c=1 +00002a2d=1 +00002a2e=1 +00002a2f=1 +00002a30=1 +00002a31=1 +00002a32=1 +00002a33=1 +00002a34=1 +00002a35=1 +00002a36=1 +00002a37=1 +00002a38=1 +00002a3a=1 +00002a3b=1 +00002a3c=1 +00002a3d=1 +00002a3e=1 +00002a3f=1 +00002a42=1 +00002a43=1 +00002a44=1 +00002a45=1 +00002a49=1 +00002a4a=1 +00002a4b=1 +00002a4c=1 +00002a4d=1 +00002a4e=1 +00002a4f=1 +00002a50=1 +00002a51=1 +00002a52=1 +00002a53=1 +00002a54=1 +00002a58=1 +00002a59=1 +00002a5a=1 +00002a5b=1 +00002a5c=1 +00002a5d=1 +00002a5e=1 +00002a5f=1 +00002a60=1 +00002a61=1 +00002a6c=1 +00002a6d=1 +00002a6e=1 +00002a6f=1 +00002a70=1 +00002a71=1 +00002a73=1 +00002a74=1 +00002a75=1 +00002a76=1 +00002a77=1 +00002a78=1 +00002a79=1 +00002a7a=1 +00002a7b=1 +00002a80=1 +00002a81=1 +00002a82=1 +00002a83=1 +00002a84=1 +00002a85=1 +00002a86=1 +00002a87=1 +00002a8a=1 +00002a8b=1 +00002a8c=1 +00002a8d=1 +00002a8e=1 +00002a94=1 +00002a99=1 +00002a9e=1 +00002a9f=1 +00002aa8=1 +00002aa9=1 +00002aaa=1 +00002aab=1 +00002aad=1 +00002aae=1 +00002aaf=1 +00002ab2=1 +00002ab3=1 +00002ab4=1 +00002abc=1 +00002ac1=1 +00002ac2=1 +00002ac6=1 +00002ac7=1 +00002ac8=1 +00002ac9=1 +00002acb=1 +00002ad0=1 +00002ad1=1 +00002ad2=1 +00002ad3=1 +00002ad4=1 +00002ad5=1 +00002ada=1 +00002ae4=1 +00002ae5=1 +00002ae6=1 +00002ae9=1 +00002aea=1 +00002aeb=1 +00002af2=1 +00002af3=1 +00002af4=1 +00002af5=1 +00002af6=1 +00002af8=1 +00002af9=1 +00002afa=1 +00002afb=1 +00002afc=1 +00002afd=1 +00002afe=1 +00002aff=1 +00002b00=1 +00002b01=1 +00002b02=1 +00002b03=1 +00002b04=1 +00002b05=1 +00002b06=1 +00002b07=1 +00002b08=1 +00002b09=1 +00002b0a=1 +00002b0b=1 +00002b0c=1 +00002b0d=1 +00002b11=1 +00002b12=1 +00002b13=1 +00002b14=1 +00002b15=1 +00002b16=1 +00002b17=1 +00002b18=1 +00002b19=1 +00002b1a=1 +00002b1b=1 +00002b1c=1 +00002b1d=1 +00002b1e=1 +00002b1f=1 +00002b20=1 +00002b21=1 +00002b22=1 +00002b23=1 +00002b24=1 +00002b25=1 +00002b26=1 +00002b27=1 +00002b28=1 +00002b29=1 +00002b2a=1 +00002b2b=1 +00002b2c=1 +00002b2d=1 +00002b2e=1 +00002b2f=1 +00002b30=1 +00002b31=1 +00002b32=1 +00002b33=1 +00002b34=1 +00002b35=1 +00002b36=1 +00002b37=1 +00002b38=1 +00002b39=1 +00002b3a=1 +00002b3b=1 +00002b3c=1 +00002b3e=1 +00002b5e=1 +00002b5f=1 +00002b60=1 +00002bc9=1 +00002bca=1 +00002bcb=1 +00002bcf=1 +00002bd4=1 +00002bd5=1 +00002bd6=1 +00002bd7=1 +00002bd8=1 +00002bd9=1 +00002bda=1 +00002bdb=1 +00002bdc=1 +00002bdd=1 +00002bdf=1 +00002be8=1 +00002be9=1 +00002bed=1 +00002bee=1 +00002bf2=1 +00002bf7=1 +00002bf8=1 +00002bf9=1 +00002bfa=1 +00002bfb=1 +00002bfc=1 +00002bfd=1 +00002bfe=1 +00002bff=1 +00002c00=1 +00002c01=1 +00002c02=1 +00002c03=1 +00002c04=1 +00002c05=1 +00002c06=1 +00002c07=1 +00002c08=1 +00002ee0=1 +00002ee1=1 +00002ee2=1 +00002ee3=1 +00002ee4=1 +00002ee5=1 +00002ee6=1 +00002ee7=1 +00002ee8=1 +00002eea=1 +00002eeb=1 +00002eef=1 +00002ef4=1 +00002ef5=1 +00002ef6=1 +00002ef7=1 +00002ef8=1 +00002ef9=1 +00002efa=1 +00002f01=1 +00002f07=1 +00002f08=1 +00002f09=1 +00002f0a=1 +00002f0b=1 +00002f0c=1 +00002f0d=1 +00002f0e=1 +00002f0f=1 +00002f10=1 +00002f11=1 +00002f12=1 +00002f13=1 +00002f14=1 +00002f15=1 +00002f16=1 +00002f17=1 +00002f18=1 +00002f1c=1 +00002f1d=1 +00002f30=1 +00002f31=1 +00002f35=1 +00002f36=1 +00002f37=1 +00002f38=1 +00002f39=1 +00002f3a=1 +00002f3b=1 +00002f3c=1 +00002f3d=1 +00002f3e=1 +00002f3f=1 +00002f40=1 +00002f41=1 +00002f42=1 +00002f43=1 +00002f44=1 +00002f45=1 +00002f46=1 +00002f47=1 +00002f48=1 +00002f49=1 +00002f4a=1 +00002f4b=1 +00002f4c=1 +00002f4d=1 +00002f4e=1 +00002f4f=1 +00002f50=1 +00002f51=1 +00002f52=1 +00002f53=1 +00002f54=1 +00002f57=1 +00002f58=1 +00002f59=1 +00002f5a=1 +00002f5c=1 +00002f5d=1 +00002f5e=1 +00002f62=1 +00002f63=1 +00002f64=1 +00002f65=1 +00002f66=1 +00002f67=1 +00002f68=1 +00002f69=1 +00002f6a=1 +00002f6b=1 +00002f6c=1 +00002f6d=1 +00002f6e=1 +00002f6f=1 +00002f71=1 +00002f72=1 +00002f73=1 +00002f74=1 +00002f80=1 +00002f85=1 +00002f8a=1 +00002f8b=1 +00002f8c=1 +00002f8d=1 +00002f94=1 +00002f95=1 +00002f9e=1 +00002fa8=1 +00002fa9=1 +00002fad=1 +00002fb2=1 +00002fb7=1 +00002fbc=1 +00002fc1=1 +00002fc2=1 +00002fc3=1 +00002fc6=1 +00002fc7=1 +00002fc9=1 +00002fcb=1 +00002fd0=1 +00002fd1=1 +00002fd2=1 +00002fd3=1 +00002fd4=1 +00002fd5=1 +00002fd6=1 +00002fd7=1 +00002fd8=1 +00002fd9=1 +00002fdf=1 +00002ffd=1 +00003002=1 +00003003=1 +00003007=1 +0000300c=1 +00003011=1 +00003012=1 +00003013=1 +00003014=1 +00003016=1 +00003017=1 +00003018=1 +00003019=1 +0000301a=1 +00003020=1 +00003025=1 +00003026=1 +0000302a=1 +0000302b=1 +0000302f=1 +00003034=1 +00003039=1 +0000303e=1 +0000303f=1 +00003040=1 +00003041=1 +00003042=1 +00003043=1 +00003044=1 +00003045=1 +00003048=1 +00003049=1 +0000304a=1 +0000304b=1 +0000304d=1 +00003052=1 +00003053=1 +00003054=1 +00003055=1 +0000305c=1 +0000305d=1 +0000305e=1 +0000305f=1 +00003060=1 +00003061=1 +00003062=1 +00003066=1 +00003067=1 +0000306b=1 +00003070=1 +00003071=1 +00003075=1 +00003076=1 +0000307a=1 +0000307b=1 +0000307c=1 +0000307d=1 +0000307e=1 +00003084=1 +00003085=1 +00003086=1 +00003089=1 +0000308a=1 +0000308e=1 +0000308f=1 +00003090=1 +00003091=1 +00003092=1 +00003093=1 +00003098=1 +00003099=1 +0000309a=1 +0000309b=1 +000030a2=1 +000030a3=1 +000030a4=1 +000030a5=1 +000030a6=1 +000030a7=1 +000030a8=1 +000030a9=1 +000030aa=1 +000030ab=1 +000030ac=1 +000030b1=1 +000030b2=1 +000030b3=1 +000030b4=1 +000030b5=1 +000030b6=1 +000030ba=1 +000030bb=1 +000030bc=1 +000030bd=1 +000030c0=1 +000030c1=1 +000030c2=1 +000030c3=1 +00003201=1 +00003202=1 +00003203=1 +00003204=1 +00003205=1 +00003206=1 +00003207=1 +00003208=1 +00003209=1 +0000320a=1 +0000320b=1 +0000320c=1 +0000320d=1 +0000320f=1 +00003210=1 +00003212=1 +00003214=1 +00003215=1 +00003216=1 +00003217=1 +00003218=1 +00003219=1 +0000321a=1 +0000321c=1 +0000321d=1 +0000321e=1 +0000321f=1 +00003220=1 +00003221=1 +00003222=1 +00003223=1 +00003224=1 +00003225=1 +00003226=1 +00003227=1 +00003228=1 +00003229=1 +0000322a=1 +0000322b=1 +0000322c=1 +0000322d=1 +000032c8=1 +000032c9=1 +000032ca=1 +000032cb=1 +000032cc=1 +000032cd=1 +000032ce=1 +000032cf=1 +000032d0=1 +000032d1=1 +000032d2=1 +000032d3=1 +000032d4=1 +000032d5=1 +000032d6=1 +000032d7=1 +000032d8=1 +000032d9=1 +000032da=1 +000032dc=1 +000032dd=1 +000032de=1 +000032df=1 +000032e0=1 +000032e1=1 +000032e2=1 +000032e3=1 +000032e4=1 +000032e5=1 +000032e6=1 +000032ea=1 +000032eb=1 +000032ec=1 +000032ed=1 +000032ee=1 +000032ef=1 +000032f0=1 +000032f1=1 +000032f2=1 +000032f3=1 +000032f4=1 +000032f5=1 +000032f6=1 +000032f7=1 +000032f8=1 +00003304=1 +00003305=1 +00003306=1 +00003307=1 +00003308=1 +00003309=1 +0000330a=1 +0000330b=1 +0000330c=1 +0000330d=1 +0000330e=1 +0000330f=1 +00003310=1 +00003311=1 +00003312=1 +00003313=1 +00003314=1 +00003315=1 +00003316=1 +00003317=1 +00003318=1 +00003319=1 +0000331a=1 +0000331b=1 +0000331c=1 +0000331d=1 +0000331e=1 +00003322=1 +00003323=1 +00003324=1 +00003325=1 +00003326=1 +00003327=1 +00003328=1 +00003329=1 +0000332a=1 +0000332b=1 +0000332c=1 +0000332d=1 +0000332e=1 +0000332f=1 +00003330=1 +00003331=1 +00003333=1 +00003335=1 +00003336=1 +00003337=1 +00003338=1 +00003339=1 +0000333a=1 +0000333b=1 +0000333c=1 +0000333d=1 +0000333e=1 +0000333f=1 +00003340=1 +00003341=1 +00003342=1 +00003343=1 +00003344=1 +00003345=1 +00003346=1 +00003347=1 +0000334a=1 +0000334b=1 +0000334c=1 +00003354=1 +00003355=1 +00003356=1 +00003357=1 +00003358=1 +00003359=1 +0000335a=1 +0000335b=1 +0000335c=1 +0000335d=1 +0000335e=1 +0000335f=1 +00003360=1 +00003361=1 +00003362=1 +00003363=1 +00003364=1 +00003365=1 +00003366=1 +00003367=1 +00003368=1 +00003369=1 +0000336a=1 +0000336b=1 +0000336c=1 +0000336d=1 +0000336e=1 +0000336f=1 +00003372=1 +00003373=1 +00003386=1 +00003387=1 +00003388=1 +00003389=1 +0000338a=1 +0000338c=1 +0000338d=1 +0000338f=1 +00003390=1 +00003392=1 +000033f4=1 +000033f5=1 +000033f6=1 +000033f7=1 +000033f8=1 +000033f9=1 +000033fa=1 +000033fb=1 +000033fc=1 +000033fd=1 +000033fe=1 +000033ff=1 +00003400=1 +00003401=1 +00003402=1 +00003403=1 +00003408=1 +00003409=1 +0000340a=1 +0000340b=1 +0000340c=1 +0000340d=1 +0000340e=1 +0000340f=1 +00003410=1 +00003412=1 +00003413=1 +00003414=1 +00003415=1 +00003416=1 +0000341c=1 +0000341d=1 +0000341e=1 +0000341f=1 +00003420=1 +00003421=1 +00003422=1 +00003423=1 +00003426=1 +0000342b=1 +0000342c=1 +0000342d=1 +0000342e=1 +0000342f=1 +00003430=1 +00003431=1 +00003432=1 +00003433=1 +00003434=1 +00003435=1 +00003436=1 +00003437=1 +00003438=1 +00003439=1 +00003444=1 +00003445=1 +00003446=1 +00003447=1 +00003448=1 +00003449=1 +0000344a=1 +0000344b=1 +0000344c=1 +00003458=1 +00003459=1 +0000345a=1 +0000345b=1 +0000345c=1 +00003485=1 +00003486=1 +0000348a=1 +0000348b=1 +0000348c=1 +0000348d=1 +0000348e=1 +0000348f=1 +00003490=1 +00003491=1 +00003492=1 +00003493=1 +00003494=1 +00003495=1 +00003496=1 +00003497=1 +0000349e=1 +0000349f=1 +000034a0=1 +000034a1=1 +000034a2=1 +000034a3=1 +000034a4=1 +000034a5=1 +000034a6=1 +000034ef=1 +000034f1=1 +000034f2=1 +000034f3=1 +000034f4=1 +000034f5=1 +000034f6=1 +000034f7=1 +000034f8=1 +000034f9=1 +000034fa=1 +000034fb=1 +000034fc=1 +00003566=1 +00003567=1 +00003568=1 +00003569=1 +0000356a=1 +0000356b=1 +0000356c=1 +00003570=1 +00003571=1 +00003572=1 +00003573=1 +00003574=1 +00003575=1 +00003576=1 +00003577=1 +00003584=1 +00003585=1 +0000358e=1 +0000358f=1 +00003590=1 +00003591=1 +00003598=1 +0000359d=1 +000035a2=1 +000035a3=1 +000035a7=1 +000035a8=1 +000035a9=1 +000035ac=1 +000035ad=1 +000035ae=1 +000035af=1 +000035b6=1 +000035b7=1 +000035b8=1 +000035bb=1 +000035bc=1 +000035bd=1 +000035c0=1 +000035c5=1 +000035ca=1 +000035cb=1 +000035cf=1 +000035d0=1 +000035d1=1 +000035d2=1 +000035d3=1 +000035e8=1 +000035e9=1 +000035ea=1 +000035ed=1 +000035ee=1 +000035ef=1 +000035f0=1 +000035f1=1 +000035f7=1 +000035fc=1 +000035fd=1 +00003601=1 +0000361a=1 +0000361f=1 +00003620=1 +00003621=1 +00003629=1 +0000362a=1 +0000362b=1 +0000362e=1 +0000362f=1 +00003630=1 +00003631=1 +00003638=1 +00003639=1 +0000363a=1 +0000363d=1 +0000363e=1 +00003642=1 +00003643=1 +0000364c=1 +0000364d=1 +0000364e=1 +0000364f=1 +00003650=1 +00003651=1 +00003652=1 +00003653=1 +00003656=0 +00003657=1 +0000365b=1 +0000365c=1 +00003660=1 +00003661=1 +00003665=1 +00003666=1 +00003667=1 +00003668=1 +00003669=1 +0000366c=1 +0000366d=1 +0000366e=1 +00003679=1 +0000367a=1 +0000367b=1 +0000367e=1 +0000367f=1 +00003680=1 +00003681=1 +00003682=1 +00003688=1 +0000368d=1 +0000368e=1 +00003692=1 +00003693=1 +00003694=1 +00003695=1 +00003696=1 +00003697=1 +00003698=1 +0000369c=1 +0000369d=1 +0000369e=1 +0000369f=1 +000036a0=1 +000036a1=1 +000036a2=1 +000036a6=1 +000036a7=1 +000036a8=1 +000036a9=1 +000036b0=1 +000036b5=1 +000036ba=1 +000036bb=1 +000036bc=1 +000036c4=1 +000036c5=1 +000036c6=1 +000036c7=1 +000036c8=1 +000036c9=1 +000036ca=1 +000036ce=1 +000036cf=1 +000036d0=1 +000036d8=1 +000036d9=1 +000036da=1 +000036db=1 +000036dc=1 +000036dd=1 +000036de=1 +000036e2=1 +000036e3=1 +000036e4=1 +000036e5=1 +000036ed=1 +000036ee=1 +000036ef=1 +000036f0=1 +000036f1=1 +000036f2=1 +000036f3=1 +000036f4=1 +000036f6=1 +000036f7=1 +000036f8=1 +000036f9=1 +000036fa=1 +000036fb=1 +00003714=1 +00003746=1 +00003747=1 +0000374b=1 +00003750=1 +00003755=1 +00003756=1 +00003757=1 +00003758=1 +0000375a=1 +0000375b=1 +00003764=1 +00003765=1 +00003769=1 +0000376a=1 +0000376b=1 +0000376c=1 +0000376d=1 +00003773=1 + +[Relayout] + diff --git a/translations/spanish/7zip.slt b/translations/projects/Spanish/slt/7zip.slt similarity index 99% rename from translations/spanish/7zip.slt rename to translations/projects/Spanish/slt/7zip.slt index 88da7487a..9e9506efb 100644 --- a/translations/spanish/7zip.slt +++ b/translations/projects/Spanish/slt/7zip.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\spanish\7zip.atp" +PROJECTNAME,"translator\salamand 5.0\projects\spanish\7zip.atp" TEXTVERSION,"1.31 (x86)" VERSION,"1,3,1,180" diff --git a/translations/spanish/automation.slt b/translations/projects/Spanish/slt/automation.slt similarity index 97% rename from translations/spanish/automation.slt rename to translations/projects/Spanish/slt/automation.slt index 8186a9b4d..3dccce54e 100644 --- a/translations/spanish/automation.slt +++ b/translations/projects/Spanish/slt/automation.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\spanish\automation.atp" +PROJECTNAME,"translator\salamand 5.0\projects\spanish\automation.atp" TEXTVERSION,"1.7 (x86)" VERSION,"1,7,0,180" diff --git a/translations/spanish/checksum.slt b/translations/projects/Spanish/slt/checksum.slt similarity index 98% rename from translations/spanish/checksum.slt rename to translations/projects/Spanish/slt/checksum.slt index 25803646d..7a3ecc98c 100644 --- a/translations/spanish/checksum.slt +++ b/translations/projects/Spanish/slt/checksum.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\spanish\checksum.atp" +PROJECTNAME,"translator\salamand 5.0\projects\spanish\checksum.atp" TEXTVERSION,"2.2 (x86)" VERSION,"2,2,0,180" diff --git a/translations/spanish/checkver.slt b/translations/projects/Spanish/slt/checkver.slt similarity index 98% rename from translations/spanish/checkver.slt rename to translations/projects/Spanish/slt/checkver.slt index dcfe11612..d8159efaf 100644 --- a/translations/spanish/checkver.slt +++ b/translations/projects/Spanish/slt/checkver.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\spanish\checkver.atp" +PROJECTNAME,"translator\salamand 5.0\projects\spanish\checkver.atp" TEXTVERSION,"1.26 (x86)" VERSION,"1,2,6,180" diff --git a/translations/spanish/dbviewer.slt b/translations/projects/Spanish/slt/dbviewer.slt similarity index 98% rename from translations/spanish/dbviewer.slt rename to translations/projects/Spanish/slt/dbviewer.slt index f9f3dcfbd..10d5c7fa7 100644 --- a/translations/spanish/dbviewer.slt +++ b/translations/projects/Spanish/slt/dbviewer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\spanish\dbviewer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\spanish\dbviewer.atp" TEXTVERSION,"1.23 (x86)" VERSION,"1,2,3,180" diff --git a/translations/spanish/diskmap.slt b/translations/projects/Spanish/slt/diskmap.slt similarity index 96% rename from translations/spanish/diskmap.slt rename to translations/projects/Spanish/slt/diskmap.slt index e8bbc405f..729437903 100644 --- a/translations/spanish/diskmap.slt +++ b/translations/projects/Spanish/slt/diskmap.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\spanish\diskmap.atp" +PROJECTNAME,"translator\salamand 5.0\projects\spanish\diskmap.atp" TEXTVERSION,"1.12 (x86)" VERSION,"1,1,2,180" diff --git a/translations/spanish/filecomp.slt b/translations/projects/Spanish/slt/filecomp.slt similarity index 99% rename from translations/spanish/filecomp.slt rename to translations/projects/Spanish/slt/filecomp.slt index ebfb05678..f5bf94d65 100644 --- a/translations/spanish/filecomp.slt +++ b/translations/projects/Spanish/slt/filecomp.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\spanish\filecomp.atp" +PROJECTNAME,"translator\salamand 5.0\projects\spanish\filecomp.atp" TEXTVERSION,"1.19 (x86)" VERSION,"1,1,9,180" diff --git a/translations/spanish/ftp.slt b/translations/projects/Spanish/slt/ftp.slt similarity index 99% rename from translations/spanish/ftp.slt rename to translations/projects/Spanish/slt/ftp.slt index 9b1ecf5b9..4230bb24b 100644 --- a/translations/spanish/ftp.slt +++ b/translations/projects/Spanish/slt/ftp.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\spanish\ftp.atp" +PROJECTNAME,"translator\salamand 5.0\projects\spanish\ftp.atp" TEXTVERSION,"1.35 (x86)" VERSION,"1,3,5,180" diff --git a/translations/spanish/ieviewer.slt b/translations/projects/Spanish/slt/ieviewer.slt similarity index 87% rename from translations/spanish/ieviewer.slt rename to translations/projects/Spanish/slt/ieviewer.slt index 89e4c3d1e..b1d0b8e8a 100644 --- a/translations/spanish/ieviewer.slt +++ b/translations/projects/Spanish/slt/ieviewer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\spanish\ieviewer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\spanish\ieviewer.atp" TEXTVERSION,"1.12 (x86)" VERSION,"1,1,2,180" diff --git a/translations/spanish/mmviewer.slt b/translations/projects/Spanish/slt/mmviewer.slt similarity index 98% rename from translations/spanish/mmviewer.slt rename to translations/projects/Spanish/slt/mmviewer.slt index 8ff76cbcd..062cce850 100644 --- a/translations/spanish/mmviewer.slt +++ b/translations/projects/Spanish/slt/mmviewer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\spanish\mmviewer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\spanish\mmviewer.atp" TEXTVERSION,"1.16 (x86)" VERSION,"1,1,6,180" diff --git a/translations/spanish/nethood.slt b/translations/projects/Spanish/slt/nethood.slt similarity index 94% rename from translations/spanish/nethood.slt rename to translations/projects/Spanish/slt/nethood.slt index 86a4c5a02..b9b8ad79d 100644 --- a/translations/spanish/nethood.slt +++ b/translations/projects/Spanish/slt/nethood.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\spanish\nethood.atp" +PROJECTNAME,"translator\salamand 5.0\projects\spanish\nethood.atp" TEXTVERSION,"1.08 (x86)" VERSION,"1,0,8,180" diff --git a/translations/spanish/pak.slt b/translations/projects/Spanish/slt/pak.slt similarity index 97% rename from translations/spanish/pak.slt rename to translations/projects/Spanish/slt/pak.slt index 6594e0cae..a500e9eb3 100644 --- a/translations/spanish/pak.slt +++ b/translations/projects/Spanish/slt/pak.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\spanish\pak.atp" +PROJECTNAME,"translator\salamand 5.0\projects\spanish\pak.atp" TEXTVERSION,"1.71 (x86)" VERSION,"1,7,1,180" diff --git a/translations/spanish/peviewer.slt b/translations/projects/Spanish/slt/peviewer.slt similarity index 95% rename from translations/spanish/peviewer.slt rename to translations/projects/Spanish/slt/peviewer.slt index 09d89f203..ff646b311 100644 --- a/translations/spanish/peviewer.slt +++ b/translations/projects/Spanish/slt/peviewer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\spanish\peviewer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\spanish\peviewer.atp" TEXTVERSION,"3.0 (x86)" VERSION,"3,0,0,180" diff --git a/translations/spanish/pictview.slt b/translations/projects/Spanish/slt/pictview.slt similarity index 99% rename from translations/spanish/pictview.slt rename to translations/projects/Spanish/slt/pictview.slt index 52ac47686..fccf0e25f 100644 --- a/translations/spanish/pictview.slt +++ b/translations/projects/Spanish/slt/pictview.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\spanish\pictview.atp" +PROJECTNAME,"translator\salamand 5.0\projects\spanish\pictview.atp" TEXTVERSION,"2.13 (x86)" VERSION,"2,1,3,180" diff --git a/translations/spanish/regedt.slt b/translations/projects/Spanish/slt/regedt.slt similarity index 99% rename from translations/spanish/regedt.slt rename to translations/projects/Spanish/slt/regedt.slt index 642f0201f..20c8169cb 100644 --- a/translations/spanish/regedt.slt +++ b/translations/projects/Spanish/slt/regedt.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\spanish\regedt.atp" +PROJECTNAME,"translator\salamand 5.0\projects\spanish\regedt.atp" TEXTVERSION,"1.14 (x86)" VERSION,"1,1,4,180" diff --git a/translations/spanish/renamer.slt b/translations/projects/Spanish/slt/renamer.slt similarity index 99% rename from translations/spanish/renamer.slt rename to translations/projects/Spanish/slt/renamer.slt index cced3d0f0..6c23e6a00 100644 --- a/translations/spanish/renamer.slt +++ b/translations/projects/Spanish/slt/renamer.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\spanish\renamer.atp" +PROJECTNAME,"translator\salamand 5.0\projects\spanish\renamer.atp" TEXTVERSION,"1.13 (x86)" VERSION,"1,1,3,180" diff --git a/translations/spanish/salamand.slt b/translations/projects/Spanish/slt/salamand.slt similarity index 99% rename from translations/spanish/salamand.slt rename to translations/projects/Spanish/slt/salamand.slt index 378c71604..1932dceb8 100644 --- a/translations/spanish/salamand.slt +++ b/translations/projects/Spanish/slt/salamand.slt @@ -1,7 +1,7 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\spanish\salamand.atp" -TEXTVERSION,"4.0 (x86)" -VERSION,"4,0,0,180" +PROJECTNAME,"translator\salamand 5.0\projects\spanish\salamand.atp" +TEXTVERSION,"5.0 (x86)" +VERSION,"5,0,0,183" [TRANSLATION] LANGID,3082 @@ -302,6 +302,8 @@ SLGINCOMPLETE,"" 1150,10,97,216,8,1,"Copyright © 1997-2023 Open Salamander Authors" 1152,10,108,20,8,1,"Web:" 272,31,108,64,8,1,"www.altap.cz" +1153,10,119,165,8,1,"Open Salamander is free software" +1154,10,130,214,8,1,"Licensed under GNU General Public License version 2 or later" 286,2,154,294,1,1,"" [DIALOG 300] diff --git a/translations/spanish/splitcbn.slt b/translations/projects/Spanish/slt/splitcbn.slt similarity index 98% rename from translations/spanish/splitcbn.slt rename to translations/projects/Spanish/slt/splitcbn.slt index cf56a4d35..9921cab97 100644 --- a/translations/spanish/splitcbn.slt +++ b/translations/projects/Spanish/slt/splitcbn.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\spanish\splitcbn.atp" +PROJECTNAME,"translator\salamand 5.0\projects\spanish\splitcbn.atp" TEXTVERSION,"1.11 (x86)" VERSION,"1,1,1,180" diff --git a/translations/spanish/tar.slt b/translations/projects/Spanish/slt/tar.slt similarity index 97% rename from translations/spanish/tar.slt rename to translations/projects/Spanish/slt/tar.slt index 1e8dd830f..fc4a8dd80 100644 --- a/translations/spanish/tar.slt +++ b/translations/projects/Spanish/slt/tar.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\spanish\tar.atp" +PROJECTNAME,"translator\salamand 5.0\projects\spanish\tar.atp" TEXTVERSION,"3.34 (x86)" VERSION,"3,3,4,180" diff --git a/translations/spanish/unarj.slt b/translations/projects/Spanish/slt/unarj.slt similarity index 98% rename from translations/spanish/unarj.slt rename to translations/projects/Spanish/slt/unarj.slt index 6c8381fbb..b7a0d813f 100644 --- a/translations/spanish/unarj.slt +++ b/translations/projects/Spanish/slt/unarj.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\spanish\unarj.atp" +PROJECTNAME,"translator\salamand 5.0\projects\spanish\unarj.atp" TEXTVERSION,"1.21 (x86)" VERSION,"1,2,1,180" diff --git a/translations/spanish/uncab.slt b/translations/projects/Spanish/slt/uncab.slt similarity index 98% rename from translations/spanish/uncab.slt rename to translations/projects/Spanish/slt/uncab.slt index 5b56bb725..7264b4ae0 100644 --- a/translations/spanish/uncab.slt +++ b/translations/projects/Spanish/slt/uncab.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\spanish\uncab.atp" +PROJECTNAME,"translator\salamand 5.0\projects\spanish\uncab.atp" TEXTVERSION,"1.27 (x86)" VERSION,"1,2,7,180" diff --git a/translations/spanish/unchm.slt b/translations/projects/Spanish/slt/unchm.slt similarity index 95% rename from translations/spanish/unchm.slt rename to translations/projects/Spanish/slt/unchm.slt index 8c142c3a5..2e28cbb29 100644 --- a/translations/spanish/unchm.slt +++ b/translations/projects/Spanish/slt/unchm.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\spanish\unchm.atp" +PROJECTNAME,"translator\salamand 5.0\projects\spanish\unchm.atp" TEXTVERSION,"1.03 (x86)" VERSION,"1,0,3,180" diff --git a/translations/spanish/undelete.slt b/translations/projects/Spanish/slt/undelete.slt similarity index 99% rename from translations/spanish/undelete.slt rename to translations/projects/Spanish/slt/undelete.slt index e380c6eb1..ccdacdaa0 100644 --- a/translations/spanish/undelete.slt +++ b/translations/projects/Spanish/slt/undelete.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\spanish\undelete.atp" +PROJECTNAME,"translator\salamand 5.0\projects\spanish\undelete.atp" TEXTVERSION,"1.11 (x86)" VERSION,"1,1,1,180" diff --git a/translations/spanish/unfat.slt b/translations/projects/Spanish/slt/unfat.slt similarity index 94% rename from translations/spanish/unfat.slt rename to translations/projects/Spanish/slt/unfat.slt index f5bb326e7..81e5d6320 100644 --- a/translations/spanish/unfat.slt +++ b/translations/projects/Spanish/slt/unfat.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\spanish\unfat.atp" +PROJECTNAME,"translator\salamand 5.0\projects\spanish\unfat.atp" TEXTVERSION,"1.1 (x86)" VERSION,"1,1,0,180" diff --git a/translations/spanish/uniso.slt b/translations/projects/Spanish/slt/uniso.slt similarity index 98% rename from translations/spanish/uniso.slt rename to translations/projects/Spanish/slt/uniso.slt index 8e4a5439f..f2cb317fc 100644 --- a/translations/spanish/uniso.slt +++ b/translations/projects/Spanish/slt/uniso.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\spanish\uniso.atp" +PROJECTNAME,"translator\salamand 5.0\projects\spanish\uniso.atp" TEXTVERSION,"1.37 (x86)" VERSION,"1,3,7,180" diff --git a/translations/spanish/unlha.slt b/translations/projects/Spanish/slt/unlha.slt similarity index 95% rename from translations/spanish/unlha.slt rename to translations/projects/Spanish/slt/unlha.slt index 3688351b7..22f993d93 100644 --- a/translations/spanish/unlha.slt +++ b/translations/projects/Spanish/slt/unlha.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\spanish\unlha.atp" +PROJECTNAME,"translator\salamand 5.0\projects\spanish\unlha.atp" TEXTVERSION,"1.13 (x86)" VERSION,"1,1,3,180" diff --git a/translations/spanish/unmime.slt b/translations/projects/Spanish/slt/unmime.slt similarity index 95% rename from translations/spanish/unmime.slt rename to translations/projects/Spanish/slt/unmime.slt index 065b98948..6b4d4faae 100644 --- a/translations/spanish/unmime.slt +++ b/translations/projects/Spanish/slt/unmime.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\spanish\unmime.atp" +PROJECTNAME,"translator\salamand 5.0\projects\spanish\unmime.atp" TEXTVERSION,"1.14 (x86)" VERSION,"1,1,4,180" diff --git a/translations/spanish/unrar.slt b/translations/projects/Spanish/slt/unrar.slt similarity index 98% rename from translations/spanish/unrar.slt rename to translations/projects/Spanish/slt/unrar.slt index fab13cce6..dace78e1a 100644 --- a/translations/spanish/unrar.slt +++ b/translations/projects/Spanish/slt/unrar.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\spanish\unrar.atp" +PROJECTNAME,"translator\salamand 5.0\projects\spanish\unrar.atp" TEXTVERSION,"3.01 (x86)" VERSION,"3,0,1,180" diff --git a/translations/spanish/wmobile.slt b/translations/projects/Spanish/slt/wmobile.slt similarity index 98% rename from translations/spanish/wmobile.slt rename to translations/projects/Spanish/slt/wmobile.slt index 9814a8ae4..8b46ee7c3 100644 --- a/translations/spanish/wmobile.slt +++ b/translations/projects/Spanish/slt/wmobile.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\spanish\wmobile.atp" +PROJECTNAME,"translator\salamand 5.0\projects\spanish\wmobile.atp" TEXTVERSION,"1.08 (x86)" VERSION,"1,0,8,180" diff --git a/translations/spanish/zip.slt b/translations/projects/Spanish/slt/zip.slt similarity index 99% rename from translations/spanish/zip.slt rename to translations/projects/Spanish/slt/zip.slt index 9f41b6581..dac124279 100644 --- a/translations/spanish/zip.slt +++ b/translations/projects/Spanish/slt/zip.slt @@ -1,5 +1,5 @@ [EXPORTINFO] -PROJECTNAME,"translator\salamand 4.0\projects\spanish\zip.atp" +PROJECTNAME,"translator\salamand 5.0\projects\spanish\zip.atp" TEXTVERSION,"1.39 (x86)" VERSION,"1,3,9,180" diff --git a/translations/projects/Spanish/splitcbn.atp b/translations/projects/Spanish/splitcbn.atp new file mode 100644 index 000000000..1c9b73044 --- /dev/null +++ b/translations/projects/Spanish/splitcbn.atp @@ -0,0 +1,117 @@ +[Files] +Original=$BUILD_DIR\plugins\splitcbn\lang\english.slg +Translated=$BUILD_DIR\plugins\splitcbn\lang\spanish.slg +Include=..\..\symbols\plugins\splitcbn\symbols.inc +SalMenu=..\..\symbols\plugins\splitcbn\salmenu.mnu +IgnoreList=..\..\symbols\plugins\splitcbn\ignore.lst +CheckList=..\..\symbols\plugins\splitcbn\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00650000=1 +00650001=1 +00650002=1 +00650003=1 +00650004=1 +00650005=1 +00650007=1 +00650008=1 +00650009=1 +00660000=1 +00660004=1 +00660005=1 +00660006=1 +00660009=1 +0066000c=1 +0066000d=1 +0066000e=1 +0066000f=1 +00670000=1 +00670001=1 +00670003=1 +00670004=1 +00670005=1 +00670006=1 +00670007=1 +00670008=1 +0067000a=1 +0067000c=1 +0067000d=1 +0067000e=1 +00680000=1 +00680001=1 +00680002=1 +00680005=1 + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000005=1 +00000006=1 +00000007=1 +00000008=1 +00000009=1 +0000000a=1 +0000000b=1 +0000000c=1 +0000000d=1 +0000000e=1 +0000000f=1 +00000010=1 +00000011=1 +00000012=1 +00000013=1 +00000015=1 +00000016=1 +00000017=1 +00000018=1 +00000019=1 +0000001a=1 +0000001b=1 +0000001c=1 +0000001d=1 +0000001e=1 +0000001f=1 +00000020=1 +00000021=1 +00000022=1 +00000023=1 +00000024=1 +00000025=1 +00000026=1 +00000027=1 +00000028=1 +00000029=1 +0000002a=1 +0000002b=1 +0000003f=1 +00000040=1 +00000043=1 +00000044=1 +00000045=1 +00000046=1 +00000047=1 +00000048=1 +00000049=1 +0000004a=1 +0000004b=1 +0000004c=1 +0000004d=1 +0000004e=1 +0000004f=1 +00000050=1 +00000051=1 +00000052=1 + +[Relayout] + diff --git a/translations/projects/Spanish/tar.atp b/translations/projects/Spanish/tar.atp new file mode 100644 index 000000000..32a75c48e --- /dev/null +++ b/translations/projects/Spanish/tar.atp @@ -0,0 +1,61 @@ +[Files] +Original=$BUILD_DIR\plugins\tar\lang\english.slg +Translated=$BUILD_DIR\plugins\tar\lang\spanish.slg +Include=..\..\symbols\plugins\tar\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +00002bc0=1 +00002bc1=1 +00002bc2=1 +00002bc3=1 +00002bc4=1 +00002bc5=1 +00002bc6=1 +00002bc7=1 +00002be8=1 +00002bf2=1 +00002bf3=1 +00002bf4=1 +00002bfc=1 +00002bfd=1 +00002bfe=1 +00002bff=1 +00002c00=1 +00002c01=1 +00002c02=1 +00002c03=1 +00002c04=1 +00002c05=1 +00002c06=1 +00002c07=1 +00002c08=1 +00002c09=1 +00002c0a=1 +00002c0b=1 +00002c10=1 +00002c11=1 +00002c12=1 +00002c13=1 +00002c14=1 +00002c15=1 +00002c16=1 +00002c1b=1 +00002c1c=1 +00002c1d=1 +00002c23=1 +00002c24=1 +00002c25=1 + +[Relayout] + diff --git a/translations/projects/Spanish/unarj.atp b/translations/projects/Spanish/unarj.atp new file mode 100644 index 000000000..ae3db7b3d --- /dev/null +++ b/translations/projects/Spanish/unarj.atp @@ -0,0 +1,78 @@ +[Files] +Original=$BUILD_DIR\plugins\unarj\lang\english.slg +Translated=$BUILD_DIR\plugins\unarj\lang\spanish.slg +Include=..\..\symbols\plugins\unarj\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640002=1 +00640004=1 +00640006=1 +00640007=1 +00640008=1 +00670000=1 +00670001=1 +00670003=1 +00670004=1 +00670005=1 +00670006=1 +00670007=1 +006a0000=1 +006a0001=1 +006a0002=1 +006a0003=1 +006a0004=1 +006a0006=1 +006a0007=1 +00730000=1 +00730001=1 +00730002=1 +00730003=1 +00730005=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 + +[Relayout] + diff --git a/translations/projects/Spanish/uncab.atp b/translations/projects/Spanish/uncab.atp new file mode 100644 index 000000000..4267fb95c --- /dev/null +++ b/translations/projects/Spanish/uncab.atp @@ -0,0 +1,80 @@ +[Files] +Original=$BUILD_DIR\plugins\uncab\lang\english.slg +Translated=$BUILD_DIR\plugins\uncab\lang\spanish.slg +Include=..\..\symbols\plugins\uncab\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640002=1 +00640004=1 +00640006=1 +00640008=1 +00640009=1 +0064000a=1 +00670000=1 +00670001=1 +00670003=1 +00670004=1 +00670005=1 +00670006=1 +00670007=1 +00670008=1 +006a0000=1 +006a0001=1 +006a0002=1 +006a0003=1 +006a0004=1 +006a0006=1 +006a0007=1 +00730000=1 +00730001=1 +00730002=1 +00730003=1 +00730005=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003f0=1 +000003f4=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 + +[Relayout] + diff --git a/translations/projects/Spanish/unchm.atp b/translations/projects/Spanish/unchm.atp new file mode 100644 index 000000000..33699dc36 --- /dev/null +++ b/translations/projects/Spanish/unchm.atp @@ -0,0 +1,46 @@ +[Files] +Original=$BUILD_DIR\plugins\unchm\lang\english.slg +Translated=$BUILD_DIR\plugins\unchm\lang\spanish.slg +Include=..\..\symbols\plugins\unchm\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000408=1 +0000044c=1 +0000044d=1 +00000451=1 +00000452=1 +00000453=1 + +[Relayout] + diff --git a/translations/projects/Spanish/undelete.atp b/translations/projects/Spanish/undelete.atp new file mode 100644 index 000000000..1ca18453f --- /dev/null +++ b/translations/projects/Spanish/undelete.atp @@ -0,0 +1,152 @@ +[Files] +Original=$BUILD_DIR\plugins\undelete\lang\english.slg +Translated=$BUILD_DIR\plugins\undelete\lang\spanish.slg +Include=..\..\symbols\plugins\undelete\symbols.inc +SalMenu=..\..\symbols\plugins\undelete\salmenu.mnu +IgnoreList=..\..\symbols\plugins\undelete\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +03e80000=1 +03e80003=1 +03e80004=1 +044c0000=1 +044c0001=1 +044c0003=1 +044c0005=1 +044c0006=1 +044c0007=1 +044c0008=1 +044c0009=1 +044c000a=1 +044c000b=1 +044c000c=1 +044c000d=1 +044c000e=1 +04b00000=1 +04b00001=1 +04b00003=1 +04b00005=1 +04b00007=1 +04b00009=1 +05140000=1 +05140001=1 +05140003=1 +05140004=1 +05140005=1 +05780000=1 +05780001=1 +05780003=1 +05780004=1 +05780005=1 +05780006=1 +05780007=1 +05780008=1 +05780009=1 +05dc0000=1 +05dc0001=1 +05dc0002=1 +05dc0004=1 +05dc0005=1 +05dc0006=1 +05dc0007=1 + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000006=1 +00000009=1 +0000000a=1 +0000000b=1 +0000000c=1 +0000000d=1 +0000000e=1 +0000000f=1 +00000011=1 +00000012=1 +00000013=1 +00000014=1 +00000015=1 +00000016=1 +00000017=1 +00000018=1 +00000019=1 +0000001a=1 +0000001b=1 +0000001c=1 +0000001d=1 +0000001e=1 +0000001f=1 +00000020=1 +00000021=1 +00000022=1 +00000023=1 +00000024=1 +00000025=1 +00000026=1 +00000027=1 +00000028=1 +00000029=1 +0000002a=1 +0000002b=1 +0000002c=1 +0000002d=1 +0000002e=1 +0000002f=1 +00000030=1 +00000031=1 +00000032=1 +0000003b=1 +0000003c=1 +0000003d=1 +0000003e=1 +0000003f=1 +00000040=1 +00000041=1 +00000042=1 +00000043=1 +00000044=1 +00000045=1 +00000046=1 +00000047=1 +00000048=1 +00000049=1 +0000004a=1 +0000004b=1 +0000004d=1 +00000050=1 +00000051=1 +00000052=1 +00000053=1 +00000054=1 +00000055=1 +00000056=1 +0000005a=1 +0000005b=1 +0000005c=1 +0000005d=1 +0000005e=1 +0000005f=1 +00000060=1 +00000061=1 +00000062=1 +00000063=1 +00000064=1 +00000065=1 +00000066=1 +00000067=1 +00000068=1 +00000069=1 + +[Relayout] + diff --git a/translations/projects/Spanish/unfat.atp b/translations/projects/Spanish/unfat.atp new file mode 100644 index 000000000..8e8b39119 --- /dev/null +++ b/translations/projects/Spanish/unfat.atp @@ -0,0 +1,33 @@ +[Files] +Original=$BUILD_DIR\plugins\unfat\lang\english.slg +Translated=$BUILD_DIR\plugins\unfat\lang\spanish.slg +Include=..\..\symbols\plugins\unfat\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003eb=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000450=1 +00000452=1 +00000453=1 +00000454=1 +00000455=1 +00000456=1 + +[Relayout] + diff --git a/translations/projects/Spanish/uniso.atp b/translations/projects/Spanish/uniso.atp new file mode 100644 index 000000000..a7d5ef5bd --- /dev/null +++ b/translations/projects/Spanish/uniso.atp @@ -0,0 +1,99 @@ +[Files] +Original=$BUILD_DIR\plugins\uniso\lang\english.slg +Translated=$BUILD_DIR\plugins\uniso\lang\spanish.slg +Include=..\..\symbols\plugins\uniso\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +04b00000=1 +04b00001=1 +04b00002=1 +04b00003=1 +04b00005=1 +04b00006=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=0 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +0000041f=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000434=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +0000047e=1 +0000047f=1 +00000480=1 +00000481=1 +00000482=1 +00000483=1 +00000484=1 + +[Relayout] + diff --git a/translations/projects/Spanish/unlha.atp b/translations/projects/Spanish/unlha.atp new file mode 100644 index 000000000..0c2ed053f --- /dev/null +++ b/translations/projects/Spanish/unlha.atp @@ -0,0 +1,41 @@ +[Files] +Original=$BUILD_DIR\plugins\unlha\lang\english.slg +Translated=$BUILD_DIR\plugins\unlha\lang\spanish.slg +Include=..\..\symbols\plugins\unlha\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000005=1 +00000006=1 +00000007=1 +00000008=1 +0000000a=1 +0000000b=1 +0000000c=1 +0000000d=1 +0000000e=1 +0000000f=1 +00000010=1 +00000011=1 +00000012=1 +00000013=1 +00000014=1 +00000015=1 +00000016=1 + +[Relayout] + diff --git a/translations/projects/Spanish/unmime.atp b/translations/projects/Spanish/unmime.atp new file mode 100644 index 000000000..7dd6fd662 --- /dev/null +++ b/translations/projects/Spanish/unmime.atp @@ -0,0 +1,43 @@ +[Files] +Original=$BUILD_DIR\plugins\unmime\lang\english.slg +Translated=$BUILD_DIR\plugins\unmime\lang\spanish.slg +Include=..\..\symbols\plugins\unmime\symbols.inc +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00650000=1 +00650001=1 +00650003=1 +00650004=1 +00650005=1 +00650006=1 +00650008=1 +00650009=1 + +[MenusTranslation] + +[StringsTranslation] +00000001=1 +00000002=1 +00000003=1 +00000004=1 +00000005=1 +00000006=1 +00000007=1 +00000008=1 +00000009=1 +0000000a=1 +0000000b=1 +0000000c=1 +0000000d=1 +0000000e=1 +0000000f=1 + +[Relayout] + diff --git a/translations/projects/Spanish/unrar.atp b/translations/projects/Spanish/unrar.atp new file mode 100644 index 000000000..3981bd949 --- /dev/null +++ b/translations/projects/Spanish/unrar.atp @@ -0,0 +1,93 @@ +[Files] +Original=$BUILD_DIR\plugins\unrar\lang\english.slg +Translated=$BUILD_DIR\plugins\unrar\lang\spanish.slg +Include=..\..\symbols\plugins\unrar\symbols.inc +IgnoreList=..\..\symbols\plugins\unrar\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640002=1 +00640004=1 +00640005=1 +00640006=1 +00670000=1 +00670001=1 +00670003=1 +00670004=1 +00670005=1 +00670006=1 +00670007=1 +006a0000=1 +006a0001=1 +006a0002=1 +006a0003=1 +006a0004=1 +006a0006=1 +006a0008=1 +006a0009=1 +006c0000=1 +006c0002=1 +006c0003=1 +006c0005=1 +006c0007=1 +006c0008=1 +006c0009=1 +006c000a=1 +006c000b=1 +00730000=1 +00730001=1 +00730002=1 +00730003=1 +00730005=1 + +[MenusTranslation] + +[StringsTranslation] +000003e8=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +00000410=1 +00000411=1 + +[Relayout] + diff --git a/translations/projects/Spanish/wmobile.atp b/translations/projects/Spanish/wmobile.atp new file mode 100644 index 000000000..1f68a6438 --- /dev/null +++ b/translations/projects/Spanish/wmobile.atp @@ -0,0 +1,88 @@ +[Files] +Original=$BUILD_DIR\plugins\wmobile\lang\english.slg +Translated=$BUILD_DIR\plugins\wmobile\lang\spanish.slg +Include=..\..\symbols\plugins\wmobile\symbols.inc +IgnoreList=..\..\symbols\plugins\wmobile\ignore.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +01f40003=1 +01f40005=1 +01fe0005=1 +01fe0007=1 +01fe0009=1 +02080000=1 +02080002=1 +02080003=1 +02080004=1 +02080005=1 +02080006=1 +02080008=1 +02080009=1 +0208000c=1 +0208000f=1 +02080012=1 +02080014=1 +02080015=1 +02080017=1 +02080018=1 +02080019=1 + +[MenusTranslation] + +[StringsTranslation] +000007d0=1 +000007d1=1 +000007d2=1 +00000bb8=1 +00000bb9=1 +00000bba=1 +00000bbb=1 +00000bbc=1 +00000bbd=1 +00000bbe=1 +00000bbf=1 +00000bc0=1 +00000bc1=1 +00000bc2=1 +00000bc3=1 +00000bc4=1 +00000bc5=1 +00000bc6=1 +00000bc7=1 +00000bc8=1 +00000bc9=1 +00000bca=1 +00000bcb=1 +00000bcc=1 +00000bcd=1 +00000bce=1 +00000bcf=1 +00000bd0=1 +00000bd1=1 +00000bd2=1 +00000bd3=1 +00000bd4=1 +00000bd5=1 +00000bd6=1 +00000bd7=1 +00000bd8=1 +00000bd9=1 +00000bda=1 +00000bdb=1 +00000bdc=1 +00000bdd=1 +00000bde=1 +00000bdf=1 +00000be0=1 +00000be1=1 +00000be2=1 + +[Relayout] + diff --git a/translations/projects/Spanish/zip.atp b/translations/projects/Spanish/zip.atp new file mode 100644 index 000000000..7a808d690 --- /dev/null +++ b/translations/projects/Spanish/zip.atp @@ -0,0 +1,441 @@ +[Files] +Original=$BUILD_DIR\plugins\zip\lang\english.slg +Translated=$BUILD_DIR\plugins\zip\lang\spanish.slg +Include=..\..\symbols\plugins\zip\symbols.inc +SalMenu=..\..\symbols\plugins\zip\salmenu.mnu +IgnoreList=..\..\symbols\plugins\zip\ignore.lst +CheckList=..\..\symbols\plugins\zip\check.lst +SalamanderExe=$BUILD_DIR\salamand.exe + +[Settings] +ExpandStrings=0 +ExpandMenus=0 +ExpandDialogs=0 +SelectedTreeItem=0 + +[DialogsTranslation] +00640000=1 +00640001=1 +00640004=1 +00640005=1 +00640008=1 +0064000a=1 +0064000b=1 +0064000d=1 +0064000e=1 +00640010=1 +00640012=1 +00640013=1 +00640014=1 +00640015=1 +00640017=1 +00640018=1 +00640019=1 +0064001a=1 +0064001b=1 +00700000=1 +00700001=1 +00700003=1 +00700004=1 +00700006=1 +00700007=1 +00700008=1 +00700009=1 +0070000a=1 +0070000b=1 +0070000d=1 +0070000f=1 +00700011=1 +00700012=1 +00700013=1 +00700014=1 +00700015=1 +00700016=1 +00700018=1 +0070001a=1 +0070001b=1 +0070001c=1 +0070001d=1 +007b0000=1 +007b0002=1 +007b0003=1 +007b0005=1 +007b0007=1 +007b0008=1 +007b0009=1 +007b000a=1 +007e0000=1 +007e0001=1 +007e0002=1 +007e0004=1 +007e0006=1 +007e0008=1 +007e0009=1 +007e000a=1 +007e000b=1 +00870000=1 +00870002=1 +00870003=1 +00870004=1 +00890000=1 +00890001=1 +00890004=1 +00890005=1 +00890006=1 +00890007=1 +00890008=1 +008d0000=1 +008d0001=1 +008d0002=1 +008d0003=1 +008d0005=1 +008d0006=1 +008d0007=1 +008e0000=1 +008e0002=1 +008e0003=1 +008e0004=1 +008e0005=1 +008e0006=1 +008e0008=1 +008e0009=1 +008e000a=1 +00920000=1 +00920002=1 +00920003=1 +00920005=1 +00920006=1 +00920007=1 +00920008=1 +0092000a=1 +0092000b=1 +0092000c=1 +0092000d=1 +0092000e=1 +00920010=1 +00920012=1 +00920013=1 +00920014=1 +00920015=1 +00920016=1 +00920017=1 +00920018=1 +00920019=1 +0092001a=1 +0092001b=1 +0092001c=1 +0092001d=1 +00980000=1 +00980001=1 +00980004=1 +00980005=1 +00980006=1 +00980007=1 +00a60000=1 +00a60001=1 +00a60003=1 +00a60005=1 +00a60006=1 +00aa0000=1 +00aa0001=1 +00aa0003=1 +00aa0005=1 +00aa0007=1 +00aa0008=1 +00aa0009=1 +00b40000=1 +00be0000=1 +00be0001=1 +00be0002=1 +00be0003=1 +00be0004=1 +00be0006=1 +00be0008=1 +00be000a=1 +00be000c=1 +00be000d=1 +00be000f=1 +00be0011=1 +00be0013=1 +00be0015=1 +00be0017=1 +00be0018=1 +00be0019=1 +00be001a=1 +00d20000=1 +00d20001=1 +00d20003=1 +00d20004=1 +00d20005=1 +00d20006=1 +00dc0000=1 +00dc0001=1 +00dc0002=1 +00dc0003=1 +00dc0006=1 +00dc0007=1 +00dc0008=1 +00fa0000=1 +00fa0001=1 +00fa0002=1 +00fa0003=1 +00fa0004=1 +00fa0006=1 +00fa0007=1 +00fa0008=1 + +[MenusTranslation] +01900000=1 +01900001=1 +01900002=1 +01900003=1 +01900004=1 +01900005=1 +01900006=1 +01900007=1 +01900008=1 +0190000a=1 +0190000b=1 +0190000d=1 +03200001=1 +03200002=1 +03200004=1 +03520000=1 +03520001=1 +03520003=1 +035c0001=1 +035c0002=1 +035c0003=1 +035c0004=1 +035c0006=1 +035c0007=1 + +[StringsTranslation] +0000008b=1 +000003e9=1 +000003ea=1 +000003eb=1 +000003ec=1 +000003ed=1 +000003ee=1 +000003ef=1 +000003f0=1 +000003f1=1 +000003f2=1 +000003f3=1 +000003f4=1 +000003f5=1 +000003f6=1 +000003f7=1 +000003f8=1 +000003f9=1 +000003fa=1 +000003fb=1 +000003fc=1 +000003fd=1 +000003fe=1 +000003ff=1 +00000400=1 +00000401=1 +00000402=1 +00000403=1 +00000404=1 +00000405=1 +00000406=1 +00000407=1 +00000408=1 +00000409=1 +0000040a=1 +0000040b=1 +0000040c=1 +0000040d=1 +0000040e=1 +0000040f=1 +00000410=1 +00000411=1 +00000412=1 +00000413=1 +00000414=1 +00000415=1 +00000416=1 +00000417=1 +00000418=1 +00000419=1 +0000041a=1 +0000041b=1 +0000041c=1 +0000041d=1 +0000041e=1 +00000420=1 +00000421=1 +00000422=1 +00000423=1 +00000424=1 +00000425=1 +00000426=1 +00000427=1 +00000428=1 +00000429=1 +0000042a=1 +0000042b=1 +0000042c=1 +0000042d=1 +0000042e=1 +0000042f=1 +00000430=1 +00000431=1 +00000432=1 +00000433=1 +00000435=1 +00000436=1 +00000437=1 +00000438=1 +00000439=1 +0000043a=1 +0000043b=1 +0000043c=1 +0000043d=1 +0000043e=1 +0000043f=1 +00000440=1 +00000441=1 +00000442=1 +00000443=1 +00000446=1 +00000447=1 +00000448=1 +00000449=1 +0000044a=1 +0000044b=1 +0000044c=1 +0000044d=1 +0000044e=1 +0000044f=1 +00000450=1 +00000451=1 +00000452=1 +00000453=1 +00000454=1 +00000455=1 +00000456=1 +00000457=1 +00000458=1 +00000459=1 +0000045a=1 +0000045b=1 +0000045c=1 +0000045d=1 +0000045e=1 +0000045f=1 +00000460=1 +00000461=1 +00000462=1 +00000463=1 +00000464=1 +00000465=1 +00000466=1 +00000467=1 +00000468=1 +00000469=1 +0000046a=1 +0000046b=1 +0000046c=1 +0000046d=1 +0000046e=1 +0000046f=1 +00000470=1 +00000471=1 +00000472=1 +00000473=1 +00000474=1 +00000475=1 +00000476=1 +00000477=1 +00000478=1 +00000479=1 +0000047a=1 +0000047b=1 +0000047c=1 +0000047d=1 +0000047e=1 +0000047f=1 +00000480=1 +00000481=1 +00000482=1 +00000483=1 +00000484=1 +00000485=1 +00000486=1 +00000487=1 +00000488=1 +00000489=1 +0000048a=1 +0000048b=1 +0000048c=1 +0000048d=1 +0000048e=1 +00000490=1 +00000491=1 +00000492=1 +00000493=1 +00000499=1 +000004a1=1 +000004a4=1 +000004a5=1 +000004a6=1 +000004a7=1 +000004a8=1 +000004a9=1 +000004aa=1 +000004ab=1 +000004ac=1 +000004ad=1 +000004ae=1 +000004af=1 +000004b0=1 +000004b1=1 +000004b2=1 +000004b8=1 +000004b9=1 +000004ba=1 +000004bb=1 +000004bc=1 +000004bd=1 +000004be=1 +000004bf=1 +000004c0=1 +000004c1=1 +000004c2=1 +000004c3=1 +000004c4=1 +000004c5=1 +000004c6=1 +000004c7=1 +000004c8=1 +000004c9=1 +000004ca=1 +000004cb=1 +000004cc=1 +000004cd=1 +000004ce=1 +000004cf=1 +000004d0=1 +000004d1=1 +000004d2=1 +000004d3=1 +000004d4=1 +000004d5=1 +000004d6=1 +000004d7=1 +000004d8=1 +000004d9=1 +000004da=1 +000004db=1 +000004e2=1 +000004e3=1 +000004e4=1 +000004e5=1 +000004e6=1 + +[Relayout] + diff --git a/translations/projects/tools/!export_slt.bat b/translations/projects/tools/!export_slt.bat new file mode 100644 index 000000000..3929f948e --- /dev/null +++ b/translations/projects/tools/!export_slt.bat @@ -0,0 +1,57 @@ +@rem Export SLT text archives from all module .atp projects. +@rem This batch stops on the first module where export fails. +@rem Run from a language project directory (e.g., translations\projects\Czech\). + +@if not exist slt @mkdir slt + +@call :run_export 7zip.atp +@call :run_export automation.atp +@call :run_export checksum.atp +@call :run_export checkver.atp +@call :run_export dbviewer.atp +@call :run_export diskmap.atp +@call :run_export filecomp.atp +@call :run_export ftp.atp +@call :run_export ieviewer.atp +@call :run_export mmviewer.atp +@call :run_export nethood.atp +@call :run_export pak.atp +@call :run_export peviewer.atp +@call :run_export pictview.atp +@call :run_export regedt.atp +@call :run_export renamer.atp +@call :run_export salamand.atp +@call :run_export splitcbn.atp +@call :run_export tar.atp +@call :run_export unarj.atp +@call :run_export uncab.atp +@call :run_export unchm.atp +@call :run_export undelete.atp +@call :run_export unfat.atp +@call :run_export uniso.atp +@call :run_export unlha.atp +@call :run_export unmime.atp +@call :run_export unrar.atp +@call :run_export wmobile.atp +@call :run_export zip.atp + +@echo. +@echo SLT exported for all modules. +@echo. + +@if NOT "%CALLED_FROM_MAKE_ALL%" == "" goto SKIP_PAUSE; +@pause +:SKIP_PAUSE + +@exit /b + + +:run_export +@echo Exporting SLT for %1 ... +@if not exist "%1" ( + @echo Skipping %1 - project file not found. + @exit /b +) +@call "%TRANSLATOR_EXE%" -build-dir "%BUILD_DIR%" -quiet-export-slt "slt" %1 +@if %ERRORLEVEL% EQU 0 @exit +@exit /b diff --git a/translations/projects/tools/!export_slt_for_diff.bat b/translations/projects/tools/!export_slt_for_diff.bat new file mode 100644 index 000000000..55937c0bf --- /dev/null +++ b/translations/projects/tools/!export_slt_for_diff.bat @@ -0,0 +1,52 @@ +@rem Export SLT text archives for diff (without layout info). +@rem Run from a language project directory. + +@if not exist slt @mkdir slt + +@call :run_export 7zip.atp +@call :run_export automation.atp +@call :run_export checksum.atp +@call :run_export checkver.atp +@call :run_export dbviewer.atp +@call :run_export diskmap.atp +@call :run_export filecomp.atp +@call :run_export ftp.atp +@call :run_export ieviewer.atp +@call :run_export mmviewer.atp +@call :run_export nethood.atp +@call :run_export pak.atp +@call :run_export peviewer.atp +@call :run_export pictview.atp +@call :run_export regedt.atp +@call :run_export renamer.atp +@call :run_export salamand.atp +@call :run_export splitcbn.atp +@call :run_export tar.atp +@call :run_export unarj.atp +@call :run_export uncab.atp +@call :run_export unchm.atp +@call :run_export undelete.atp +@call :run_export unfat.atp +@call :run_export uniso.atp +@call :run_export unlha.atp +@call :run_export unmime.atp +@call :run_export unrar.atp +@call :run_export wmobile.atp +@call :run_export zip.atp + +@echo. +@echo SLT (for diff) exported for all modules. +@echo. +@pause +@exit /b + + +:run_export +@echo Exporting SLT (for diff) for %1 ... +@if not exist "%1" ( + @echo Skipping %1 - project file not found. + @exit /b +) +@call "%TRANSLATOR_EXE%" -build-dir "%BUILD_DIR%" -quiet-export-slt-for-diff "slt" %1 +@if %ERRORLEVEL% EQU 0 @exit +@exit /b diff --git a/translations/projects/tools/!export_spellchck.bat b/translations/projects/tools/!export_spellchck.bat new file mode 100644 index 000000000..9e4554e60 --- /dev/null +++ b/translations/projects/tools/!export_spellchck.bat @@ -0,0 +1,52 @@ +@rem Export spellcheck data from all module .atp projects. +@rem Run from a language project directory. + +@if not exist spellcheck @mkdir spellcheck + +@call :run_export 7zip.atp +@call :run_export automation.atp +@call :run_export checksum.atp +@call :run_export checkver.atp +@call :run_export dbviewer.atp +@call :run_export diskmap.atp +@call :run_export filecomp.atp +@call :run_export ftp.atp +@call :run_export ieviewer.atp +@call :run_export mmviewer.atp +@call :run_export nethood.atp +@call :run_export pak.atp +@call :run_export peviewer.atp +@call :run_export pictview.atp +@call :run_export regedt.atp +@call :run_export renamer.atp +@call :run_export salamand.atp +@call :run_export splitcbn.atp +@call :run_export tar.atp +@call :run_export unarj.atp +@call :run_export uncab.atp +@call :run_export unchm.atp +@call :run_export undelete.atp +@call :run_export unfat.atp +@call :run_export uniso.atp +@call :run_export unlha.atp +@call :run_export unmime.atp +@call :run_export unrar.atp +@call :run_export wmobile.atp +@call :run_export zip.atp + +@echo. +@echo Spellcheck exported for all modules. +@echo. +@pause +@exit /b + + +:run_export +@echo Exporting spellcheck for %1 ... +@if not exist "%1" ( + @echo Skipping %1 - project file not found. + @exit /b +) +@call "%TRANSLATOR_EXE%" -build-dir "%BUILD_DIR%" -quiet-export-spellcheck "spellcheck" %1 +@if %ERRORLEVEL% EQU 0 @exit +@exit /b diff --git a/translations/projects/tools/!import.bat b/translations/projects/tools/!import.bat new file mode 100644 index 000000000..a00782604 --- /dev/null +++ b/translations/projects/tools/!import.bat @@ -0,0 +1,50 @@ +@rem Import translated resources from binary SLGs for all modules. +@rem Run from a language project directory. + +@call :run_import 7zip.atp +@call :run_import automation.atp +@call :run_import checksum.atp +@call :run_import checkver.atp +@call :run_import dbviewer.atp +@call :run_import diskmap.atp +@call :run_import filecomp.atp +@call :run_import ftp.atp +@call :run_import ieviewer.atp +@call :run_import mmviewer.atp +@call :run_import nethood.atp +@call :run_import pak.atp +@call :run_import peviewer.atp +@call :run_import pictview.atp +@call :run_import regedt.atp +@call :run_import renamer.atp +@call :run_import salamand.atp +@call :run_import splitcbn.atp +@call :run_import tar.atp +@call :run_import unarj.atp +@call :run_import uncab.atp +@call :run_import unchm.atp +@call :run_import undelete.atp +@call :run_import unfat.atp +@call :run_import uniso.atp +@call :run_import unlha.atp +@call :run_import unmime.atp +@call :run_import unrar.atp +@call :run_import wmobile.atp +@call :run_import zip.atp + +@echo. +@echo Binary import done for all modules. +@echo. +@if not "%do_not_pause_import_bat%"=="yes" @pause +@exit /b + + +:run_import +@echo Importing binary for %1 ... +@if not exist "%1" ( + @echo Skipping %1 - project file not found. + @exit /b +) +@call "%TRANSLATOR_EXE%" -build-dir "%BUILD_DIR%" -quiet-import %1 +@if %ERRORLEVEL% EQU 0 @exit 1 +@exit /b diff --git a/translations/projects/tools/!import_slt.bat b/translations/projects/tools/!import_slt.bat new file mode 100644 index 000000000..db846f51e --- /dev/null +++ b/translations/projects/tools/!import_slt.bat @@ -0,0 +1,51 @@ +@rem Import SLT text archives into all module .atp projects. +@rem This batch stops on the first module where import fails. +@rem Run from a language project directory (e.g., translations\projects\Czech\). + +@call :run_import 7zip.atp +@call :run_import automation.atp +@call :run_import checksum.atp +@call :run_import checkver.atp +@call :run_import dbviewer.atp +@call :run_import diskmap.atp +@call :run_import filecomp.atp +@call :run_import ftp.atp +@call :run_import ieviewer.atp +@call :run_import mmviewer.atp +@call :run_import nethood.atp +@call :run_import pak.atp +@call :run_import peviewer.atp +@call :run_import pictview.atp +@call :run_import regedt.atp +@call :run_import renamer.atp +@call :run_import salamand.atp +@call :run_import splitcbn.atp +@call :run_import tar.atp +@call :run_import unarj.atp +@call :run_import uncab.atp +@call :run_import unchm.atp +@call :run_import undelete.atp +@call :run_import unfat.atp +@call :run_import uniso.atp +@call :run_import unlha.atp +@call :run_import unmime.atp +@call :run_import unrar.atp +@call :run_import wmobile.atp +@call :run_import zip.atp + +@echo. +@echo SLT imported for all modules. +@echo. +@if not "%do_not_pause_import_slt_bat%"=="yes" @pause +@exit /b + + +:run_import +@echo Importing SLT for %1 ... +@if not exist "%1" ( + @echo Skipping %1 - project file not found. + @exit /b +) +@call "%TRANSLATOR_EXE%" -build-dir "%BUILD_DIR%" -quiet-import-slt "slt" %1 +@if %ERRORLEVEL% EQU 0 @exit 1 +@exit /b diff --git a/translations/projects/tools/!import_trlprop.bat b/translations/projects/tools/!import_trlprop.bat new file mode 100644 index 000000000..08e218b73 --- /dev/null +++ b/translations/projects/tools/!import_trlprop.bat @@ -0,0 +1,50 @@ +@rem Import translation properties from binary SLGs for all modules. +@rem Run from a language project directory. + +@call :run_import 7zip.atp +@call :run_import automation.atp +@call :run_import checksum.atp +@call :run_import checkver.atp +@call :run_import dbviewer.atp +@call :run_import diskmap.atp +@call :run_import filecomp.atp +@call :run_import ftp.atp +@call :run_import ieviewer.atp +@call :run_import mmviewer.atp +@call :run_import nethood.atp +@call :run_import pak.atp +@call :run_import peviewer.atp +@call :run_import pictview.atp +@call :run_import regedt.atp +@call :run_import renamer.atp +@call :run_import salamand.atp +@call :run_import splitcbn.atp +@call :run_import tar.atp +@call :run_import unarj.atp +@call :run_import uncab.atp +@call :run_import unchm.atp +@call :run_import undelete.atp +@call :run_import unfat.atp +@call :run_import uniso.atp +@call :run_import unlha.atp +@call :run_import unmime.atp +@call :run_import unrar.atp +@call :run_import wmobile.atp +@call :run_import zip.atp + +@echo. +@echo Translation properties imported for all modules. +@echo. +@pause +@exit /b + + +:run_import +@echo Importing trlprop for %1 ... +@if not exist "%1" ( + @echo Skipping %1 - project file not found. + @exit /b +) +@call "%TRANSLATOR_EXE%" -build-dir "%BUILD_DIR%" -quiet-import-trlprop %1 +@if %ERRORLEVEL% EQU 0 @exit 1 +@exit /b diff --git a/translations/projects/tools/!mark_ch_txt_translated.bat b/translations/projects/tools/!mark_ch_txt_translated.bat new file mode 100644 index 000000000..d51ce9ce4 --- /dev/null +++ b/translations/projects/tools/!mark_ch_txt_translated.bat @@ -0,0 +1,50 @@ +@rem Mark all changed texts as translated for all modules. +@rem Run from a language project directory. + +@call :run_mark 7zip.atp +@call :run_mark automation.atp +@call :run_mark checksum.atp +@call :run_mark checkver.atp +@call :run_mark dbviewer.atp +@call :run_mark diskmap.atp +@call :run_mark filecomp.atp +@call :run_mark ftp.atp +@call :run_mark ieviewer.atp +@call :run_mark mmviewer.atp +@call :run_mark nethood.atp +@call :run_mark pak.atp +@call :run_mark peviewer.atp +@call :run_mark pictview.atp +@call :run_mark regedt.atp +@call :run_mark renamer.atp +@call :run_mark salamand.atp +@call :run_mark splitcbn.atp +@call :run_mark tar.atp +@call :run_mark unarj.atp +@call :run_mark uncab.atp +@call :run_mark unchm.atp +@call :run_mark undelete.atp +@call :run_mark unfat.atp +@call :run_mark uniso.atp +@call :run_mark unlha.atp +@call :run_mark unmime.atp +@call :run_mark unrar.atp +@call :run_mark wmobile.atp +@call :run_mark zip.atp + +@echo. +@echo Changed texts marked as translated for all modules. +@echo. +@pause +@exit /b + + +:run_mark +@echo Marking changed texts as translated in %1 ... +@if not exist "%1" ( + @echo Skipping %1 - project file not found. + @exit /b +) +@call "%TRANSLATOR_EXE%" -build-dir "%BUILD_DIR%" -quiet-mark-changed-as-translated %1 +@if %ERRORLEVEL% EQU 0 @exit 1 +@exit /b diff --git a/translations/projects/tools/!open_all.bat b/translations/projects/tools/!open_all.bat new file mode 100644 index 000000000..0d32f3031 --- /dev/null +++ b/translations/projects/tools/!open_all.bat @@ -0,0 +1,41 @@ +@rem Open all module .atp projects in the translator GUI. +@rem Run from a language project directory. + +@if not exist 7zip.atp goto :skip +@start "" "%TRANSLATOR_EXE%" 7zip.atp +@start "" "%TRANSLATOR_EXE%" automation.atp +@start "" "%TRANSLATOR_EXE%" checksum.atp +@start "" "%TRANSLATOR_EXE%" checkver.atp +@start "" "%TRANSLATOR_EXE%" dbviewer.atp +@start "" "%TRANSLATOR_EXE%" diskmap.atp +@start "" "%TRANSLATOR_EXE%" filecomp.atp +@start "" "%TRANSLATOR_EXE%" ftp.atp +@start "" "%TRANSLATOR_EXE%" ieviewer.atp +@start "" "%TRANSLATOR_EXE%" mmviewer.atp +@start "" "%TRANSLATOR_EXE%" nethood.atp +@start "" "%TRANSLATOR_EXE%" pak.atp +@start "" "%TRANSLATOR_EXE%" peviewer.atp +@start "" "%TRANSLATOR_EXE%" pictview.atp +@start "" "%TRANSLATOR_EXE%" regedt.atp +@start "" "%TRANSLATOR_EXE%" renamer.atp +@start "" "%TRANSLATOR_EXE%" salamand.atp +@start "" "%TRANSLATOR_EXE%" splitcbn.atp +@start "" "%TRANSLATOR_EXE%" tar.atp +@start "" "%TRANSLATOR_EXE%" unarj.atp +@start "" "%TRANSLATOR_EXE%" uncab.atp +@start "" "%TRANSLATOR_EXE%" unchm.atp +@start "" "%TRANSLATOR_EXE%" undelete.atp +@start "" "%TRANSLATOR_EXE%" unfat.atp +@start "" "%TRANSLATOR_EXE%" uniso.atp +@start "" "%TRANSLATOR_EXE%" unlha.atp +@start "" "%TRANSLATOR_EXE%" unmime.atp +@start "" "%TRANSLATOR_EXE%" unrar.atp +@start "" "%TRANSLATOR_EXE%" wmobile.atp +@start "" "%TRANSLATOR_EXE%" zip.atp +@exit /b + +:skip +@echo No .atp project files found in the current directory. +@echo Please run !setup_projects.bat first to generate project files. +@echo. +@pause diff --git a/translations/projects/tools/!translate1.bat b/translations/projects/tools/!translate1.bat new file mode 100644 index 000000000..b3d17d2b4 --- /dev/null +++ b/translations/projects/tools/!translate1.bat @@ -0,0 +1,54 @@ +@rem Search for untranslated strings in all modules - stops on first module with untranslated items. +@rem Run from a language project directory. + +@call :run_translate 7zip.atp +@call :run_translate automation.atp +@call :run_translate checksum.atp +@call :run_translate checkver.atp +@call :run_translate dbviewer.atp +@call :run_translate diskmap.atp +@call :run_translate filecomp.atp +@call :run_translate ftp.atp +@call :run_translate ieviewer.atp +@call :run_translate mmviewer.atp +@call :run_translate nethood.atp +@call :run_translate pak.atp +@call :run_translate peviewer.atp +@call :run_translate pictview.atp +@call :run_translate regedt.atp +@call :run_translate renamer.atp +@call :run_translate salamand.atp +@call :run_translate splitcbn.atp +@call :run_translate tar.atp +@call :run_translate unarj.atp +@call :run_translate uncab.atp +@call :run_translate unchm.atp +@call :run_translate undelete.atp +@call :run_translate unfat.atp +@call :run_translate uniso.atp +@call :run_translate unlha.atp +@call :run_translate unmime.atp +@call :run_translate unrar.atp +@call :run_translate wmobile.atp +@call :run_translate zip.atp + +@echo. +@echo All modules are completely translated. +@echo. +@pause +@exit + + +:run_translate +@echo Searching untranslated strings in %1 ... +@if not exist "%1" ( + @echo Skipping %1 - project file not found. + @exit /b +) +@call "%TRANSLATOR_EXE%" -build-dir "%BUILD_DIR%" -quiet-translate %1 +@if %ERRORLEVEL% EQU 0 ( + @echo ... FOUND, exiting... + @pause + @exit +) +@exit /b diff --git a/translations/projects/tools/!translate2.bat b/translations/projects/tools/!translate2.bat new file mode 100644 index 000000000..38dc75565 --- /dev/null +++ b/translations/projects/tools/!translate2.bat @@ -0,0 +1,56 @@ +@rem Search for untranslated strings in all modules - reports all modules. +@rem Run from a language project directory. + +@set all_sal_trl_modules_translated=1 +@call :run_translate 7zip.atp +@call :run_translate automation.atp +@call :run_translate checksum.atp +@call :run_translate checkver.atp +@call :run_translate dbviewer.atp +@call :run_translate diskmap.atp +@call :run_translate filecomp.atp +@call :run_translate ftp.atp +@call :run_translate ieviewer.atp +@call :run_translate mmviewer.atp +@call :run_translate nethood.atp +@call :run_translate pak.atp +@call :run_translate peviewer.atp +@call :run_translate pictview.atp +@call :run_translate regedt.atp +@call :run_translate renamer.atp +@call :run_translate salamand.atp +@call :run_translate splitcbn.atp +@call :run_translate tar.atp +@call :run_translate unarj.atp +@call :run_translate uncab.atp +@call :run_translate unchm.atp +@call :run_translate undelete.atp +@call :run_translate unfat.atp +@call :run_translate uniso.atp +@call :run_translate unlha.atp +@call :run_translate unmime.atp +@call :run_translate unrar.atp +@call :run_translate wmobile.atp +@call :run_translate zip.atp + +@echo. +@if %all_sal_trl_modules_translated% equ 1 @echo All modules are completely translated. +@if %all_sal_trl_modules_translated% equ 0 @echo Untranslated strings FOUND in at least one module. +@echo. +@pause +@exit /b + + +:run_translate +@echo Searching untranslated strings in %1 ... +@if not exist "%1" ( + @echo Skipping %1 - project file not found. + @exit /b +) +@call "%TRANSLATOR_EXE%" -build-dir "%BUILD_DIR%" -quiet-translate %1 +@if %ERRORLEVEL% EQU 0 goto FOUND +@exit /b +:FOUND +@set all_sal_trl_modules_translated=0 +@echo ... FOUND untranslated strings +@exit /b diff --git a/translations/projects/tools/!validate1.bat b/translations/projects/tools/!validate1.bat new file mode 100644 index 000000000..63c2f370a --- /dev/null +++ b/translations/projects/tools/!validate1.bat @@ -0,0 +1,50 @@ +@rem Validate all modules - strict mode (stops on first failure). +@rem Run from a language project directory. + +@call :run_validation 7zip.atp +@call :run_validation automation.atp +@call :run_validation checksum.atp +@call :run_validation checkver.atp +@call :run_validation dbviewer.atp +@call :run_validation diskmap.atp +@call :run_validation filecomp.atp +@call :run_validation ftp.atp +@call :run_validation ieviewer.atp +@call :run_validation mmviewer.atp +@call :run_validation nethood.atp +@call :run_validation pak.atp +@call :run_validation peviewer.atp +@call :run_validation pictview.atp +@call :run_validation regedt.atp +@call :run_validation renamer.atp +@call :run_validation salamand.atp +@call :run_validation splitcbn.atp +@call :run_validation tar.atp +@call :run_validation unarj.atp +@call :run_validation uncab.atp +@call :run_validation unchm.atp +@call :run_validation undelete.atp +@call :run_validation unfat.atp +@call :run_validation uniso.atp +@call :run_validation unlha.atp +@call :run_validation unmime.atp +@call :run_validation unrar.atp +@call :run_validation wmobile.atp +@call :run_validation zip.atp + +@echo. +@echo All validated modules are OK. +@echo. +@pause +@exit + + +:run_validation +@echo Validating %1 ... +@if not exist "%1" ( + @echo Skipping %1 - project file not found. + @exit /b +) +@call "%TRANSLATOR_EXE%" -build-dir "%BUILD_DIR%" -quiet-validate-all %1 +@if %ERRORLEVEL% EQU 0 @exit +@exit /b diff --git a/translations/projects/tools/!validate1_layout.bat b/translations/projects/tools/!validate1_layout.bat new file mode 100644 index 000000000..9a07422dc --- /dev/null +++ b/translations/projects/tools/!validate1_layout.bat @@ -0,0 +1,50 @@ +@rem Validate layout for all modules - strict mode (stops on first failure). +@rem Run from a language project directory. + +@call :run_validation 7zip.atp +@call :run_validation automation.atp +@call :run_validation checksum.atp +@call :run_validation checkver.atp +@call :run_validation dbviewer.atp +@call :run_validation diskmap.atp +@call :run_validation filecomp.atp +@call :run_validation ftp.atp +@call :run_validation ieviewer.atp +@call :run_validation mmviewer.atp +@call :run_validation nethood.atp +@call :run_validation pak.atp +@call :run_validation peviewer.atp +@call :run_validation pictview.atp +@call :run_validation regedt.atp +@call :run_validation renamer.atp +@call :run_validation salamand.atp +@call :run_validation splitcbn.atp +@call :run_validation tar.atp +@call :run_validation unarj.atp +@call :run_validation uncab.atp +@call :run_validation unchm.atp +@call :run_validation undelete.atp +@call :run_validation unfat.atp +@call :run_validation uniso.atp +@call :run_validation unlha.atp +@call :run_validation unmime.atp +@call :run_validation unrar.atp +@call :run_validation wmobile.atp +@call :run_validation zip.atp + +@echo. +@echo All validated module layouts are OK. +@echo. +@pause +@exit + + +:run_validation +@echo Validating layout %1 ... +@if not exist "%1" ( + @echo Skipping %1 - project file not found. + @exit /b +) +@call "%TRANSLATOR_EXE%" -build-dir "%BUILD_DIR%" -quiet-validate-layout %1 +@if %ERRORLEVEL% EQU 0 @exit +@exit /b diff --git a/translations/projects/tools/!validate2.bat b/translations/projects/tools/!validate2.bat new file mode 100644 index 000000000..2ed67608e --- /dev/null +++ b/translations/projects/tools/!validate2.bat @@ -0,0 +1,60 @@ +@rem Validate all modules - reports all failures without stopping. +@rem Run from a language project directory. + +@set all_sal_trl_modules_validated=1 +@call :run_validation 7zip.atp +@call :run_validation automation.atp +@call :run_validation checksum.atp +@call :run_validation checkver.atp +@call :run_validation dbviewer.atp +@call :run_validation diskmap.atp +@call :run_validation filecomp.atp +@call :run_validation ftp.atp +@call :run_validation ieviewer.atp +@call :run_validation mmviewer.atp +@call :run_validation nethood.atp +@call :run_validation pak.atp +@call :run_validation peviewer.atp +@call :run_validation pictview.atp +@call :run_validation regedt.atp +@call :run_validation renamer.atp +@call :run_validation salamand.atp +@call :run_validation splitcbn.atp +@call :run_validation tar.atp +@call :run_validation unarj.atp +@call :run_validation uncab.atp +@call :run_validation unchm.atp +@call :run_validation undelete.atp +@call :run_validation unfat.atp +@call :run_validation uniso.atp +@call :run_validation unlha.atp +@call :run_validation unmime.atp +@call :run_validation unrar.atp +@call :run_validation wmobile.atp +@call :run_validation zip.atp + +@echo. +@if %all_sal_trl_modules_validated% equ 1 @echo All validated modules are OK. +@if %all_sal_trl_modules_validated% equ 0 @echo Validation FAILED for at least one module. +@echo. + +@if NOT "%CALLED_FROM_MAKE_ALL%" == "" goto SKIP_PAUSE; +@pause +:SKIP_PAUSE + +@exit /b + + +:run_validation +@echo Validating %1 ... +@if not exist "%1" ( + @echo Skipping %1 - project file not found. + @exit /b +) +@call "%TRANSLATOR_EXE%" -build-dir "%BUILD_DIR%" -quiet-validate-all %1 +@if %ERRORLEVEL% EQU 0 goto FAILED +@exit /b +:FAILED +@set all_sal_trl_modules_validated=0 +@echo ... FAILED +@exit /b diff --git a/translations/projects/tools/!validate2_layout.bat b/translations/projects/tools/!validate2_layout.bat new file mode 100644 index 000000000..33291d65d --- /dev/null +++ b/translations/projects/tools/!validate2_layout.bat @@ -0,0 +1,60 @@ +@rem Validate layout for all modules - reports all failures. +@rem Run from a language project directory. + +@set all_sal_trl_modules_validated=1 +@call :run_validation 7zip.atp +@call :run_validation automation.atp +@call :run_validation checksum.atp +@call :run_validation checkver.atp +@call :run_validation dbviewer.atp +@call :run_validation diskmap.atp +@call :run_validation filecomp.atp +@call :run_validation ftp.atp +@call :run_validation ieviewer.atp +@call :run_validation mmviewer.atp +@call :run_validation nethood.atp +@call :run_validation pak.atp +@call :run_validation peviewer.atp +@call :run_validation pictview.atp +@call :run_validation regedt.atp +@call :run_validation renamer.atp +@call :run_validation salamand.atp +@call :run_validation splitcbn.atp +@call :run_validation tar.atp +@call :run_validation unarj.atp +@call :run_validation uncab.atp +@call :run_validation unchm.atp +@call :run_validation undelete.atp +@call :run_validation unfat.atp +@call :run_validation uniso.atp +@call :run_validation unlha.atp +@call :run_validation unmime.atp +@call :run_validation unrar.atp +@call :run_validation wmobile.atp +@call :run_validation zip.atp + +@echo. +@if %all_sal_trl_modules_validated% equ 1 @echo All validated module layouts are OK. +@if %all_sal_trl_modules_validated% equ 0 @echo Layout validation FAILED for at least one module. +@echo. + +@if NOT "%CALLED_FROM_MAKE_ALL%" == "" goto SKIP_PAUSE; +@pause +:SKIP_PAUSE + +@exit /b + + +:run_validation +@echo Validating layout %1 ... +@if not exist "%1" ( + @echo Skipping %1 - project file not found. + @exit /b +) +@call "%TRANSLATOR_EXE%" -build-dir "%BUILD_DIR%" -quiet-validate-layout %1 +@if %ERRORLEVEL% EQU 0 goto FAILED +@exit /b +:FAILED +@set all_sal_trl_modules_validated=0 +@echo ... FAILED +@exit /b diff --git a/translations/readme.txt b/translations/readme.txt index f8b919493..270f3fd16 100644 --- a/translations/readme.txt +++ b/translations/readme.txt @@ -1,23 +1,61 @@ -In the subdirectories salamand\translations, there are current translations of the latest version -published on the forum. This is a version that translators can work on, and it is available for -download at the Translators section on the forum. +Open Salamander Translation System +==================================== -ATTENTION: These are not the language versions for the current Salamander build!!! +This directory contains the translation infrastructure for Open Salamander. -All translation modifications are made exclusively on the last published version. -ATTENTION: After each translation change, release a new version of Translator with the current -translation versions to avoid confusion. +Directory Structure +------------------- -Maintain consistency in this directory and the directory of the last released version in salbin -in the subdirectory translator. + translations/ + | + +-- !build_translations.cmd - Main script: builds translated .slg files + | from .slt text archives + +-- doc/ - Documentation and reference materials for translator tool + +-- projects/ - Translator project directories (.atp and .slt files) + +-- symbols/ - Symbol files for translator (Resource IDs, check and ignore lists, etc.) -As soon as the current Salamander build is mature enough for a "translation-ready" release (any type, -even just EAP; it must run at least until the next released version for Translators), prepare a version -of Translator for the new version on the web for translators. -Further translation modifications will only be accepted for this new version. +Automated Build Workflow +------------------------ -If someone provides a modified old version and the translation of the new version has not yet been -changed, do a new import of the old version into the new one (no conflict will arise). Then naturally -release a new version of Translator with the current translation versions. \ No newline at end of file + 1. Build the main solution (salamand.sln) - produces english.slg files + 2. Build the translator ("Utils (Release)" config or translator.sln) + 3. Run: !build_translations.cmd [config] [arch] + + config - Release or Debug (default: Release) + arch - x86 or x64 (default: x86) + + This script invokes translator tool for all `.atp` project files. Translator + then reads binary `english.slg` file, makes its copy, and merges all the + translated strings, menus, dialogs into it, as defined in `.slt` file. + + That's why translator needs to have the english .slg files to be compiled. + + +Interactive Translation Workflow (for translators) +-------------------------------------------------- + + 1. Build the main solution and translator as above + 2. Run: projects\!setup_projects.bat [config] [arch] + This generates .atp project files and per-language wrapper scripts. + 3. cd projects\ + 4. Run !open_all.bat to open all modules in the translator GUI + Or open individual .atp files with translator.exe + 5. After translating, run !export_slt.bat to export .slt files + + +File Formats +------------ + + .atp Translator project files. Define the source (english.slg), + target (e.g. czech.slg), symbol files, and SLT archive paths + for a single module in a single language. + + .slt Text-based translation archives that can be version-controlled + and diffed. They contain all translatable strings, menus, and + dialog resources for a single module (main app or plugin). + + .slg Binary resource DLLs loaded by Salamander at runtime. + Produced by importing .slt files into english.slg (the original) + using translator.exe. diff --git a/translations/symbols/check.lst b/translations/symbols/check.lst new file mode 100644 index 000000000..4c9e55dab --- /dev/null +++ b/translations/symbols/check.lst @@ -0,0 +1,51 @@ +Same Size of Property Pages: 300 1105 2645 535 385 2680 595 410 1110 460 1085 476 320 350 370 1065 2960 575 580 590 630 2700 2350 2340 2300 2320 + +Multi-Text Control: 150: 158: 10920 10921 +Multi-Text Control: 150: 151: 13712 10149 10151 10153 10154 12087 10155 +Multi-Text Control: 150: 153: 13713 10150 10152 + +Multi-Text Control: 270: 280: 14176 +Multi-Text Control: 270: 288: 10778 + +Text Control Bold: 294: 297 +Text Control Bold: 295: 297 + +Multi-Text Control Bold: 385: 6205: 14150 +Multi-Text Control: 385: 6206: 14151 + +Multi-Text Control: 410: 413: 10574 10570 10575 10578 10580 10582 +Multi-Text Control: 410: 414: 10571 10576 10579 10581 10583 +Multi-Text Control: 410: 415: 10575 10572 10577 10584 +Multi-Text Control: 410: 416: 10577 10573 +Multi-Text Control: 410: 417: 10585 + +Multi-Text Control: 410: 440: 10574 +Multi-Text Control: 410: 441: 10576 +Multi-Text Control: 410: 442: 10575 +Multi-Text Control: 410: 443: 10577 +Multi-Text Control: 410: 444: 10585 + +Drop-Down Button: 150: 158 +Drop-Down Button: 595: 611 +Drop-Down Button: 1080: 2776 +Drop-Down Button: 2490: 2491 +Drop-Down Button: 2500: 1 +Drop-Down Button: 2500: 2502 +Drop-Down Button: 2600: 2603 + +More Button: 205: 212 +More Button: 191: 212 + +Combo Box: 2830: 2834: 13990 13991 13992 13993 +Combo Box: 205: 227: 13990 13991 13992 13993 +Combo Box: 2460: 2461: 10970 +Combo Box: 2460: 2462: 10972 10971 +Combo Box: 410: 411: 10601 10602 10603 10604 10600 +Combo Box: 410: 412: 10564 10565 10595 10566 10567 10568 10569 +Combo Box: 580: 586: 10681 10680 +Combo Box: 2680: 2684: 10864 10865 10863 +Combo Box: 1105: 393: 10960 10961 10962 10963 10964 10965 +Combo Box: 1105: 394: 10985 10986 10987 +Combo Box: 2300: 2311: 10550 +Combo Box: 2320: 2326: 10550 +Combo Box: 2350: 2352: 10551 diff --git a/translations/symbols/ignore.lst b/translations/symbols/ignore.lst new file mode 100644 index 000000000..6ea5ba9b9 --- /dev/null +++ b/translations/symbols/ignore.lst @@ -0,0 +1,137 @@ +Overlap in dialog: 1027: 1034 x 1031 +Overlap in dialog: 1027: 1035 x 1031 +Overlap in dialog: 1030: 1034 x 1031 +Overlap in dialog: 1030: 1035 x 1031 +Overlap in dialog: 2500: 2520 x 2511 + +Clipped text in dialog: 2600: 2619 +Clipped text in dialog: 1022: 1024 + +Too close to dialog frame: 2500: 2510 + +Misaligned controls in dialog: 150: 152 x 159 +Misaligned controls in dialog: 150: 154 x 159 +Misaligned controls in dialog: 550: 566 x 567 +Misaligned controls in dialog: 2490: 2491 x 1 +Misaligned controls in dialog: 550: 571 x 555 +Misaligned controls in dialog: 550: 571 x 556 +Misaligned controls in dialog: 550: 571 x 554 +Misaligned controls in dialog: 550: 555 x 562 +Misaligned controls in dialog: 550: 556 x 562 +Misaligned controls in dialog: 550: 554 x 562 +Misaligned controls in dialog: 550: 572 x 555 +Misaligned controls in dialog: 550: 572 x 556 +Misaligned controls in dialog: 550: 572 x 554 +Misaligned controls in dialog: 550: 553 x 555 +Misaligned controls in dialog: 550: 553 x 556 +Misaligned controls in dialog: 550: 553 x 554 +Misaligned controls in dialog: 550: 551 x 555 +Misaligned controls in dialog: 550: 551 x 556 +Misaligned controls in dialog: 550: 551 x 554 +Misaligned controls in dialog: 550: 555 x 573 +Misaligned controls in dialog: 550: 555 x 557 +Misaligned controls in dialog: 550: 555 x 558 +Misaligned controls in dialog: 550: 555 x 560 +Misaligned controls in dialog: 550: 555 x 561 +Misaligned controls in dialog: 550: 555 x 563 +Misaligned controls in dialog: 550: 556 x 573 +Misaligned controls in dialog: 550: 556 x 557 +Misaligned controls in dialog: 550: 556 x 558 +Misaligned controls in dialog: 550: 556 x 560 +Misaligned controls in dialog: 550: 556 x 561 +Misaligned controls in dialog: 550: 556 x 563 +Misaligned controls in dialog: 550: 554 x 573 +Misaligned controls in dialog: 550: 554 x 557 +Misaligned controls in dialog: 550: 554 x 558 +Misaligned controls in dialog: 550: 554 x 560 +Misaligned controls in dialog: 550: 554 x 561 +Misaligned controls in dialog: 550: 554 x 563 + +Misaligned controls in dialog: 385: 1152 x 6205 +Misaligned controls in dialog: 385: 1152 x 6206 +Misaligned controls in dialog: 385: 1152 x 6207 +Misaligned controls in dialog: 385: 1153 x 6205 +Misaligned controls in dialog: 385: 1153 x 6206 +Misaligned controls in dialog: 385: 1153 x 6207 + +Different sized controls in dialog: 595: 1151 x 1152 +Different sized controls in dialog: 595: 1151 x 1153 +Different sized controls in dialog: 2440: 2446 x 1 +Different sized controls in dialog: 2440: 2446 x 2450 +Different sized controls in dialog: 2500: 1 x 2506 +Different sized controls in dialog: 2500: 2502 x 2506 + +Different spacing between controls: 191: 195 +Different spacing between controls: 550: 571 +Different spacing between controls: 595: 606 + +Incorrectly placed label: 370: 1152 x 374 +Incorrectly placed label: 410: 1152 x 440 +Incorrectly placed label: 2530: 1151 x 2533 +Incorrectly placed label: 2540: 1154 x 2549 +Incorrectly placed label: 2600: 2610 x 2607 +Incorrectly placed label: 2600: 2615 x 2617 +Incorrectly placed label: 2600: 2621 x 1 +Incorrectly placed label: 2770: 171 x 2772 +Incorrectly placed label: 455: 456 x 457 +Incorrectly placed label: 2645: 1152 x 2647 +Incorrectly placed label: 150: 159 x 157 +Incorrectly placed label: 535: 1150 x 539 +Incorrectly placed label: 6208: 171 x 6209 + +Inconsistent text endings in control: 191: 1157 +Inconsistent text endings in control: 535: 1153 +Inconsistent text endings in control: 535: 1154 +Inconsistent text endings in control: 535: 1155 +Inconsistent text endings in control: 535: 1151 +Inconsistent text endings in control: 535: 1157 +Inconsistent text endings in control: 2370: 1150 +Inconsistent text endings in control: 2370: 1151 +Inconsistent text endings in control: 2370: 1152 +Inconsistent text endings in control: 2400: 1150 +Inconsistent text endings in control: 2400: 1151 +Inconsistent text endings in control: 2400: 1152 +Inconsistent text endings in control: 2695: 1152 +Inconsistent text endings in control: 2695: 1153 +Inconsistent text endings in control: 2695: 1154 +Inconsistent text endings in control: 2695: 1155 +Inconsistent text endings in control: 270: 277 +Inconsistent text endings in control: 270: 278 +Inconsistent text endings in control: 270: 1153 +Inconsistent text endings in control: 270: 1154 +Inconsistent text endings in control: 270: 1155 +Inconsistent text endings in control: 270: 1156 +Inconsistent text endings in control: 270: 1157 +Inconsistent text endings in control: 294: 1150 +Inconsistent text endings in control: 294: 1151 +Inconsistent text endings in control: 294: 1152 +Inconsistent text endings in control: 294: 1153 +Inconsistent text endings in control: 2440: 2443 +Inconsistent text endings in control: 2440: 1153 +Inconsistent text endings in control: 2440: 1154 +Inconsistent text endings in control: 2440: 1155 +Inconsistent text endings in control: 2440: 1159 +Inconsistent text endings in control: 2440: 1160 +Inconsistent text endings in control: 2440: 1161 +Inconsistent text endings in control: 2440: 1162 +Inconsistent text endings in control: 2440: 1163 +Inconsistent text endings in control: 1050: 1150 + +Inconsistent text endings in string: 10401 +Inconsistent text endings in string: 12231 +Inconsistent text beginnings in string: 12231 + +Inconsistent hot keys in string: 12039 +Inconsistent hot keys in string: 12137 +Inconsistent hot keys in string: 12401 +Inconsistent hot keys in string: 13775 + +Control is progress bar: 150: 155 +Control is progress bar: 150: 156 +Control is progress bar: 490: 496 +Control is progress bar: 497: 496 +Control is progress bar: 497: 498 +Control is progress bar: 148: 155 +Control is progress bar: 148: 156 + +Inconsistent format specifier in control: 260: 1157 diff --git a/translations/symbols/plugins/7zip/check.lst b/translations/symbols/plugins/7zip/check.lst new file mode 100644 index 000000000..96ef5321d --- /dev/null +++ b/translations/symbols/plugins/7zip/check.lst @@ -0,0 +1,2 @@ +Combo Box: 1200: 1205: 1060 1061 1062 1063 1064 1065 +Combo Box: 1201: 1205: 1060 1061 1062 1063 1064 1065 diff --git a/translations/symbols/plugins/7zip/salmenu.mnu b/translations/symbols/plugins/7zip/salmenu.mnu new file mode 100644 index 000000000..753582ef7 --- /dev/null +++ b/translations/symbols/plugins/7zip/salmenu.mnu @@ -0,0 +1,17 @@ +PluginMenu= +{ +IDS_TESTARCHIVE +} + +MsgBoxButtons= +{ +IDS_BTN_DELETE +IDS_BTN_KEEP +} + +MsgBoxButtons= +{ +IDS_BTN_RETRY +IDS_BTN_ABORT +} + diff --git a/translations/symbols/plugins/7zip/symbols.inc b/translations/symbols/plugins/7zip/symbols.inc new file mode 100644 index 000000000..80b5e11af --- /dev/null +++ b/translations/symbols/plugins/7zip/symbols.inc @@ -0,0 +1,219 @@ +// Defines for Altap Translator +#define IDOK 1 +#define IDCANCEL 2 +#define IDABORT 3 +#define IDRETRY 4 +#define IDIGNORE 5 +#define IDYES 6 +#define IDNO 7 +#define IDCLOSE 8 +#define IDHELP 9 + +///* X:\ALTAP\PETR\salamand\plugins\7zip\lang\lang.rh +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by lang.rc +// +#define IDD_CONFIGURATION 1200 +#define IDD_NEWARCHIVE 1201 +#define IDC_CFG_SHOWEXTENDEDOPTIONS 1201 +#define IDD_ENTERPASSWORD 1202 +#define IDC_CFG_EXTENDEDLISTINFO 1202 +#define IDC_CFG_LISTINFOPACKEDSIZE 1203 +#define IDC_CFG_LISTINFOMETHOD 1204 +#define IDC_CFG_COMPRESS_LEVEL 1205 +#define IDC_CFG_COMPRESS_METHOD 1206 +#define IDC_CFG_DICT_SIZE 1207 +#define IDC_CFG_WORD_SIZE 1208 +#define IDC_CFG_SOLID_ARCHIVE 1209 +#define IDC_NA_ARCHIVE 1210 +#define IDC_NA_ENCRYPTFILES 1211 +#define IDC_NA_PASSWORD 1212 +#define IDC_NA_CONFIRMPASSWORD 1213 +#define IDC_NA_NOTAGAIN 1214 +#define IDC_NA_PASSWORD_TXT 1215 +#define IDC_NA_CONFIRMPASSWORD_TXT 1216 +#define IDC_SHOW_CONFIG 1217 +#define IDC_PASSWORD 1220 +#define IDC_SKIP 1221 +#define IDC_SKIPALL 1222 +#define IDC_FILE 1223 +#define IDC_LOCK_ICON 1224 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 8500 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 8700 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif +///* X:\ALTAP\PETR\salamand\plugins\7zip\7zip.rh2 +#pragma once + +#if defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) +#error this file is not editable by Microsoft Visual C++ +#endif //defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) + +#define IDC_STATIC_1 1300 +#include "statics.rh2" // 1300 az 1339 jsou timto zabrane !!! + +//*********************************************************************************** +// +// ikony, bitmapy, kurzory +// + +#define IDB_7ZIP 900 +#define IDI_LOCK 901 + +//*********************************************************************************** +// +// texty +// + +#define IDS_PLUGINNAME 1000 +#define IDS_ABOUT 1001 +#define IDS_PLUGIN_DESCRIPTION 1002 +#define IDS_INSUFFICIENT_MEMORY 1003 +#define IDS_CANT_LOAD_LIBRARY 1004 +#define IDS_CANT_GET_CRATEOBJECT 1005 +#define IDS_CANT_GET_CLASS_OBJECT 1006 +#define IDS_CANT_OPEN_ARCHIVE 1007 +#define IDS_CANT_OPEN_ARCHIVE_PWD 1008 +#define IDS_ERROR 1009 +#define IDS_PACKING_ARCHIVE 1010 +#define IDS_UNPACKING_ARCHIVE 1011 +#define IDS_READING_DIRTREE 1012 +#define IDS_CANT_CREATE_ARCHIVE 1013 +#define IDS_REMOVING 1014 +#define IDS_TESTARCHIVE 1015 +#define IDS_TESTARCHIVECORRUPTED 1017 +#define IDS_TESTARCHIVEOK 1018 +#define IDS_TESTING_ARCHIVE 1019 +#define IDS_INCORRECTPASSWORD 1020 +#define IDS_INCORRECTPASSWORDBODY 1021 +#define IDS_PASSWORDSNOTMATCH 1022 +#define IDS_EMPTYPASSWORD 1023 +#define IDS_UPDATE_NOT_SUPPORTED 1024 +#define IDS_CANT_MOVE_TMPARCHIVE 1025 +#define IDS_CANT_DELETE_TMPARCHIVE 1026 +#define IDS_7Z_UPDATE_ERROR 1027 +#define IDS_7Z_SOLID_DELETE_UNSUP 1028 +#define IDS_CANT_UPDATE_ARCHIVE 1029 +#define IDS_CANT_CREATE_TMPFILE 1030 +//#define IDS_CANT_CREATEMUTEX 1030 +#define IDS_ARCHIVE_CHANGED 1031 +#define IDS_DELETE_ERROR 1032 +#define IDS_ADD_FILES_TO_ARCHIVE 1033 +#define IDS_CREATE_NEW_ARCHIVE 1034 +#define IDS_REMOVING_FILES 1035 +#define IDS_READING_ARCHIVEITEMS 1036 +#define IDS_UNPACKING 1037 +#define IDS_PACKING 1038 +#define IDS_UPDATING_ARCHIVE 1039 +#define IDS_CANCELING_OPERATION 1040 +#define IDS_UNSUPPORTED_METHOD 1041 +#define IDS_CRC_FAILED 1042 +#define IDS_UNKNOWN_ERROR 1043 +#define IDS_DATA_ERROR 1044 +#define IDS_DATA_ERROR_PWD 1045 +#define IDS_BTN_DELETE 1046 +#define IDS_BTN_DELETE_ALL 1047 +#define IDS_BTN_KEEP 1048 +#define IDS_BTN_KEEP_ALL 1049 +#define IDS_ERROR_PROCESSING_FILE 1050 +#define IDS_ERROR_PROCESSING_FILE_PWD 1051 +#define IDS_OVERWRITE_FILE 1052 +#define IDS_UPDATING 1053 +#define IDS_READONLY_ARCHIVE 1054 +#define IDS_CANT_REMOVE_DIRECTORY 1055 +#define IDS_CANT_READ 1056 +#define IDS_CANT_READ_ARCHIVE 1057 +#define IDS_CANT_WRITE 1058 + +#define IDS_STORE 1060 +#define IDS_FASTEST 1061 +#define IDS_FAST 1062 +#define IDS_NORMAL 1063 +#define IDS_MAXIMUM 1064 +#define IDS_ULTRA 1065 + +#define IDS_METHOD_LZMA2 1069 +#define IDS_METHOD_LZMA 1070 +#define IDS_METHOD_PPMD 1071 + +#define IDS_PACK_UPDATE_ERROR 1072 +#define IDS_UNPACK_ERROR 1073 +#define IDS_TEST_ERROR 1074 +#define IDS_UNSUPPORTED_ARCHIVE 1075 + +#define IDS_7Z_FATAL_ERROR 1076 +#define IDS_7Z_UPDATE_UNKNOWN_ERROR 1077 +//#define IDS_7Z_SOLID_UPDATE_UNSUP 1078 +#define IDS_7Z_CREATE_UNKNOWN_ERROR 1079 + +#define IDS_LISTINFO_PAKEDSIZE 1080 +#define IDS_LISTINFO_PAKEDSIZE_DESC 1081 +#define IDS_LISTINFO_METHOD 1082 +#define IDS_LISTINFO_METHOD_DESC 1083 + +#define IDS_TESTING_ARCHIVE_NAME 1084 + +#define IDS_BTN_RETRY 1090 +#define IDS_BTN_ABORT 1091 + +#define IDS_ARCLOCK_ERROR 1095 + +#define IDS_ERRADDFILE_TOOLONG 1096 +#define IDS_ERRADDDIR_TOOLONG 1097 +#define IDS_NAMEISTOOLONG 1098 + +//*********************************************************************************** +// +// help IDs +// + +#define IDH_TESTARCHIVE 1500 +///* X:\ALTAP\PETR\salamand\plugins\shared\statics.rh2 +//#define IDC_STATIC_1 (IDC_STATIC_1+0) // definovano v nadrazenem headru +#define IDC_STATIC_2 (IDC_STATIC_1+1) +#define IDC_STATIC_3 (IDC_STATIC_1+2) +#define IDC_STATIC_4 (IDC_STATIC_1+3) +#define IDC_STATIC_5 (IDC_STATIC_1+4) +#define IDC_STATIC_6 (IDC_STATIC_1+5) +#define IDC_STATIC_7 (IDC_STATIC_1+6) +#define IDC_STATIC_8 (IDC_STATIC_1+7) +#define IDC_STATIC_9 (IDC_STATIC_1+8) +#define IDC_STATIC_10 (IDC_STATIC_1+9) +#define IDC_STATIC_11 (IDC_STATIC_1+10) +#define IDC_STATIC_12 (IDC_STATIC_1+11) +#define IDC_STATIC_13 (IDC_STATIC_1+12) +#define IDC_STATIC_14 (IDC_STATIC_1+13) +#define IDC_STATIC_15 (IDC_STATIC_1+14) +#define IDC_STATIC_16 (IDC_STATIC_1+15) +#define IDC_STATIC_17 (IDC_STATIC_1+16) +#define IDC_STATIC_18 (IDC_STATIC_1+17) +#define IDC_STATIC_19 (IDC_STATIC_1+18) +#define IDC_STATIC_20 (IDC_STATIC_1+19) +#define IDC_STATIC_21 (IDC_STATIC_1+20) +#define IDC_STATIC_22 (IDC_STATIC_1+21) +#define IDC_STATIC_23 (IDC_STATIC_1+22) +#define IDC_STATIC_24 (IDC_STATIC_1+23) +#define IDC_STATIC_25 (IDC_STATIC_1+24) +#define IDC_STATIC_26 (IDC_STATIC_1+25) +#define IDC_STATIC_27 (IDC_STATIC_1+26) +#define IDC_STATIC_28 (IDC_STATIC_1+27) +#define IDC_STATIC_29 (IDC_STATIC_1+28) +#define IDC_STATIC_30 (IDC_STATIC_1+29) +#define IDC_STATIC_31 (IDC_STATIC_1+30) +#define IDC_STATIC_32 (IDC_STATIC_1+31) +#define IDC_STATIC_33 (IDC_STATIC_1+32) +#define IDC_STATIC_34 (IDC_STATIC_1+33) +#define IDC_STATIC_35 (IDC_STATIC_1+34) +#define IDC_STATIC_36 (IDC_STATIC_1+35) +#define IDC_STATIC_37 (IDC_STATIC_1+36) +#define IDC_STATIC_38 (IDC_STATIC_1+37) +#define IDC_STATIC_39 (IDC_STATIC_1+38) +#define IDC_STATIC_40 (IDC_STATIC_1+39) diff --git a/translations/symbols/plugins/automation/salmenu.mnu b/translations/symbols/plugins/automation/salmenu.mnu new file mode 100644 index 000000000..a1cd83b7e --- /dev/null +++ b/translations/symbols/plugins/automation/salmenu.mnu @@ -0,0 +1,11 @@ +ExecuteScriptMenu= +{ +IDS_RUNFOCUSED +} + +PluginMenu= +{ +IDS_RUNFOCUSED +IDS_SCRIPTPOPUPMENU +} + diff --git a/translations/symbols/plugins/automation/symbols.inc b/translations/symbols/plugins/automation/symbols.inc new file mode 100644 index 000000000..42dfa817b --- /dev/null +++ b/translations/symbols/plugins/automation/symbols.inc @@ -0,0 +1,93 @@ +// Defines for Altap Translator +#define IDOK 1 +#define IDCANCEL 2 +#define IDABORT 3 +#define IDRETRY 4 +#define IDIGNORE 5 +#define IDYES 6 +#define IDNO 7 +#define IDCLOSE 8 +#define IDHELP 9 + +///* X:\ALTAP\PETR\salamand\plugins\automation\lang\lang.rh +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by lang.rc +// +#define IDS_PLUGINNAME 1 +#define IDS_DESCRIPTION 2 +#define IDS_ABOUT 3 +#define IDD_INPUTBOX 100 +#define IDC_INPUTBOX 101 +#define IDD_CONFIG 101 +#define IDM_BROWSE 106 +#define IDS_SCRIPTERROR 128 +#define IDS_LINE 129 +#define IDS_COLUMN 130 +#define IDS_ERROR 131 +#define IDS_RUNFOCUSED 132 +#define IDS_PROGRESSTITLE 134 +#define IDS_SOURCE 135 +#define IDS_SCRIPTPOPUPMENU 136 +#define IDS_MENUEMPTY 137 +#define IDS_LOADERRFMT 138 +#define IDS_UNKERROR 139 +#define IDS_ABORT 140 +#define IDS_DEBUGABORT 141 +#define IDS_ADDDIRTITLE 142 +#define IDS_ADDDIRDESCR 143 +#define IDS_ABORTCAPTION 144 +#define IDS_ABORTTIP 145 +#define IDS_MAINWINDOWLOCKED 146 +#define IDS_ENGINECREATEFAIL 147 +#define IDS_E_INVALIDARCHIVE 256 +#define IDS_E_CANNOTCLOSEPATH 257 +#define IDS_E_SHORTERPATH 258 +#define IDS_E_READONLYWHILEPROGRESSSHOWN 259 +#define IDS_E_READONLYWHILEPROGRESSHIDDEN 260 +#define IDS_E_PLUGLOADFAIL 261 +#define IDS_E_PLUGERROR 262 +#define IDS_E_CACHEERROR 263 +#define IDS_E_FILEMASKSYNTAX 264 +#define IDS_E_NOTCOMPONENT 265 +#define IDS_E_FORMPUT 266 +#define IDS_E_SCRIPTABORTED 267 +#define IDC_DIRLIST 371 +#define IDC_DIRLISTHEADER 375 +#define IDC_ENABLEDBG 1001 +#define IDC_STATIC_1 1003 +#define IDC_PROMPT 1150 +#define ID__BROWSE 40010 +#define ID__SALAMANDERDIRECTORY 40011 +#define ID__ENVIRONMENTVARIABLE 40012 +#define ID_BROWSE 40013 +#define ID_SALDIR 40014 +#define ID_ENVVAR 40015 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 107 +#define _APS_NEXT_COMMAND_VALUE 40016 +#define _APS_NEXT_CONTROL_VALUE 1004 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif +///* X:\ALTAP\PETR\salamand\plugins\automation\automation.rh2 +// Automation Plugin for Altap Salamander +// +// Copyright (c) 2009-2016 Milan Kase +// Copyright (c) 2010-2016 ALTAP, spol. s r.o. +// +// automation.rh2 +// Resources Microsoft Visual C++ does not edit directly. + +#pragma once + +#if defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) +#error this file is not editable by Microsoft Visual C++ +#endif //defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) + +#define IDI_MAIN 1 +#define IDB_ICONSTRIP 128 diff --git a/translations/symbols/plugins/checksum/ignore.lst b/translations/symbols/plugins/checksum/ignore.lst new file mode 100644 index 000000000..df94c8258 --- /dev/null +++ b/translations/symbols/plugins/checksum/ignore.lst @@ -0,0 +1,6 @@ +Overlap in dialog: 2000: 1007 x 2002 +Overlap in dialog: 2000: 1006 x 2002 +Overlap in dialog: 1000: 1006 x 1005 +Overlap in dialog: 1000: 1007 x 1005 + +Hotkeys collision in dialog: 1000: 1004 x 1003 diff --git a/translations/symbols/plugins/checksum/salmenu.mnu b/translations/symbols/plugins/checksum/salmenu.mnu new file mode 100644 index 000000000..a1048784e --- /dev/null +++ b/translations/symbols/plugins/checksum/salmenu.mnu @@ -0,0 +1,16 @@ +PluginMenu= +{ +IDS_MENU_VERIFY +IDS_MENU_CALCULATE +} + +CalculateDialogMenu= +{ +IDS_COPYTOCBOARD_CRC +IDS_COPYTOCBOARD_MD5 +IDS_COPYTOCBOARD_SHA1 +IDS_COPYTOCBOARD_SHA256 +IDS_COPYTOCBOARD_SHA512 +IDS_REMOVEITEM +} + diff --git a/translations/symbols/plugins/checksum/symbols.inc b/translations/symbols/plugins/checksum/symbols.inc new file mode 100644 index 000000000..2714fe9b1 --- /dev/null +++ b/translations/symbols/plugins/checksum/symbols.inc @@ -0,0 +1,179 @@ +// Defines for Altap Translator +#define IDOK 1 +#define IDCANCEL 2 +#define IDABORT 3 +#define IDRETRY 4 +#define IDIGNORE 5 +#define IDYES 6 +#define IDNO 7 +#define IDCLOSE 8 +#define IDHELP 9 + +///* X:\ALTAP\PETR\salamand\plugins\checksum\lang\lang.rh +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by lang.rc +// +#define IDD_CALCULATE 1000 +#define IDC_LIST_FILES 1001 +#define IDD_CONFIGURATION 1001 +#define IDC_BUTTON_CONFIGURE 1002 +#define IDC_BUTTON_SAVE 1003 +#define IDC_BUTTON_CLOSE 1004 +#define IDC_LABEL_HINT 1005 +#define IDC_PROGRESS 1006 +#define IDC_LABEL 1007 +#define IDD_VERIFY 2000 +#define IDC_BUTTON_FOCUS 2001 +#define IDC_LABEL_RESULT 2002 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 8500 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 8700 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif +///* X:\ALTAP\PETR\salamand\plugins\checksum\checksum.rh2 +#pragma once + +#if defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) +#error this file is not editable by Microsoft Visual C++ +#endif //defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) + +#define IDC_STATIC_1 300 +#include "statics.rh2" // 300 az 339 jsou timto zabrane !!! + +#define IDS_PLUGINNAME 1 +#define IDS_ABOUTTITLE 2 +#define IDS_PLUGIN_DESCRIPTION 3 +#define IDS_OUTOFMEM 4 +#define IDS_ERROROPENING 5 +#define IDS_READERROR 6 +#define IDS_WRITEERROR 7 +#define IDS_SKIPPED 40 +#define IDS_CALCULATING 41 +#define IDS_CANCELED 42 +#define IDS_HINT 43 +#define IDS_COPYTOCBOARD_CRC 44 +#define IDS_COPYTOCBOARD_MD5 45 +#define IDS_COPYTOCBOARD_SHA1 46 +#define IDS_COPYTOCBOARD_SHA256 47 +#define IDS_COPYTOCBOARD_SHA512 48 +// 49-52 Reserved for other IDS_COPYTOCBOARD_xxx +#define IDS_REMOVEITEM 53 +#define IDS_SAVE_OVERWRITE 54 +#define IDS_ERRORCREATINGFILE 55 +#define IDS_SKIPPEDFILES 56 +#define IDS_ERROROPENING2 57 +#define IDS_MISSING 58 +#define IDS_BADEXT 59 +#define IDS_BADFILE 60 +#define IDS_VERIFYING 61 +#define IDS_OK 62 +#define IDS_CORRUPT 63 +#define IDS_MENU_VERIFY 65 +#define IDS_MENU_CALCULATE 66 +#define IDS_CONFIG_CONFLICT 67 +#define IDS_CONFIG_CHANGES_EFFECT 68 +#define IDS_ALLOK 70 +#define IDS_RESULT 71 +#define IDS_BUSY 72 +#define IDS_CLOSE 74 +#define IDS_READINGTREE 75 +#define IDS_ERRORREADINGDIR 76 +#define IDS_NOFILES 77 +#define IDS_VERIFYTITLE 78 +#define IDS_COLUMN_FILE 79 +#define IDS_COLUMN_SIZE 80 +#define IDS_COLUMN_STATUS 81 +#define IDS_COLUMN_CRC 82 +#define IDS_COLUMN_MD5 83 +#define IDS_COLUMN_SHA1 84 +#define IDS_COLUMN_SHA256 85 +#define IDS_COLUMN_SHA512 86 +// 87-89 Reserved for other IDS_COLUMN_xxx +#define IDS_SAVE_TITLE 90 +#define IDS_SAVE_FILTER_CRC 91 +#define IDS_SAVE_FILTER_MD5 92 +#define IDS_SAVE_FILTER_SHA1 93 +#define IDS_SAVE_FILTER_SHA256 94 +#define IDS_SAVE_FILTER_SHA512 95 +// 96-99 Reserved for other IDS_SAVE_FILTER_xxx +#define IDS_VERIFY_CRC 100 +#define IDS_VERIFY_MD5 101 +#define IDS_VERIFY_SHA1 102 +#define IDS_VERIFY_SHA256 103 +#define IDS_VERIFY_SHA512 104 +// 105-110 Reserved for other IDS_VERIFY_xxx +#define IDS_TOOLONGNAME 120 + +#define IDI_FILE1 10001 +#define IDI_FILE2 10002 +#define IDI_FILE3 10003 +#define IDI_FILE4 10004 +#define IDI_CHECKMARK 10005 +#define IDB_CHECKSUM 10006 + + +#define IDH_CALCCHKSUM 3000 +#define IDH_VERIFYCHKSUM 3001 + + +#define IDC_CFG_SUM_1 100 +//#define IDC_CFG_CRC IDC_CFG_SUM_1 // tenhle zapis nezkompiluje HTML Help Compiler +#define IDC_CFG_CRC 100 +//#define IDC_CFG_MD5 (IDC_CFG_CRC+1) // tenhle zapis nezkompiluje HTML Help Compiler +#define IDC_CFG_MD5 101 +//#define IDC_CFG_SHA1 (IDC_CFG_MD5+1) // tenhle zapis nezkompiluje HTML Help Compiler +#define IDC_CFG_SHA1 102 +//#define IDC_CFG_SHA256 (IDC_CFG_SHA1+1) // tenhle zapis nezkompiluje HTML Help Compiler +#define IDC_CFG_SHA256 103 +//#define IDC_CFG_SHA512 (IDC_CFG_SHA256+1) // tenhle zapis nezkompiluje HTML Help Compiler +#define IDC_CFG_SHA512 104 +//#define IDC_CFG_SUM_COUNT (IDC_CFG_SHA512+1) // tenhle zapis nezkompiluje HTML Help Compiler +#define IDC_CFG_SUM_COUNT 105 +///* X:\ALTAP\PETR\salamand\plugins\shared\statics.rh2 +//#define IDC_STATIC_1 (IDC_STATIC_1+0) // definovano v nadrazenem headru +#define IDC_STATIC_2 (IDC_STATIC_1+1) +#define IDC_STATIC_3 (IDC_STATIC_1+2) +#define IDC_STATIC_4 (IDC_STATIC_1+3) +#define IDC_STATIC_5 (IDC_STATIC_1+4) +#define IDC_STATIC_6 (IDC_STATIC_1+5) +#define IDC_STATIC_7 (IDC_STATIC_1+6) +#define IDC_STATIC_8 (IDC_STATIC_1+7) +#define IDC_STATIC_9 (IDC_STATIC_1+8) +#define IDC_STATIC_10 (IDC_STATIC_1+9) +#define IDC_STATIC_11 (IDC_STATIC_1+10) +#define IDC_STATIC_12 (IDC_STATIC_1+11) +#define IDC_STATIC_13 (IDC_STATIC_1+12) +#define IDC_STATIC_14 (IDC_STATIC_1+13) +#define IDC_STATIC_15 (IDC_STATIC_1+14) +#define IDC_STATIC_16 (IDC_STATIC_1+15) +#define IDC_STATIC_17 (IDC_STATIC_1+16) +#define IDC_STATIC_18 (IDC_STATIC_1+17) +#define IDC_STATIC_19 (IDC_STATIC_1+18) +#define IDC_STATIC_20 (IDC_STATIC_1+19) +#define IDC_STATIC_21 (IDC_STATIC_1+20) +#define IDC_STATIC_22 (IDC_STATIC_1+21) +#define IDC_STATIC_23 (IDC_STATIC_1+22) +#define IDC_STATIC_24 (IDC_STATIC_1+23) +#define IDC_STATIC_25 (IDC_STATIC_1+24) +#define IDC_STATIC_26 (IDC_STATIC_1+25) +#define IDC_STATIC_27 (IDC_STATIC_1+26) +#define IDC_STATIC_28 (IDC_STATIC_1+27) +#define IDC_STATIC_29 (IDC_STATIC_1+28) +#define IDC_STATIC_30 (IDC_STATIC_1+29) +#define IDC_STATIC_31 (IDC_STATIC_1+30) +#define IDC_STATIC_32 (IDC_STATIC_1+31) +#define IDC_STATIC_33 (IDC_STATIC_1+32) +#define IDC_STATIC_34 (IDC_STATIC_1+33) +#define IDC_STATIC_35 (IDC_STATIC_1+34) +#define IDC_STATIC_36 (IDC_STATIC_1+35) +#define IDC_STATIC_37 (IDC_STATIC_1+36) +#define IDC_STATIC_38 (IDC_STATIC_1+37) +#define IDC_STATIC_39 (IDC_STATIC_1+38) +#define IDC_STATIC_40 (IDC_STATIC_1+39) diff --git a/translations/symbols/plugins/checkver/salmenu.mnu b/translations/symbols/plugins/checkver/salmenu.mnu new file mode 100644 index 000000000..209706cbf --- /dev/null +++ b/translations/symbols/plugins/checkver/salmenu.mnu @@ -0,0 +1,25 @@ +PluginMenu= +{ +IDS_CHECK_FOR_NEW_VER +} + +AppendToSystemMenu= +{ +IDS_MENU_OPENFILE +IDS_MENU_ABOUT +} + +LogWindowMenu1= +{ +IDS_CTXMENU_OPEN +IDS_CTXMENU_COPY +IDS_CTXMENU_FILTER +} + +LogWindowMenu2= +{ +IDS_CTXMENU_DOWNLOAD +IDS_CTXMENU_COPY +IDS_CTXMENU_FILTER +} + diff --git a/translations/symbols/plugins/checkver/symbols.inc b/translations/symbols/plugins/checkver/symbols.inc new file mode 100644 index 000000000..96f3381d1 --- /dev/null +++ b/translations/symbols/plugins/checkver/symbols.inc @@ -0,0 +1,193 @@ +// Defines for Altap Translator +#define IDOK 1 +#define IDCANCEL 2 +#define IDABORT 3 +#define IDRETRY 4 +#define IDIGNORE 5 +#define IDYES 6 +#define IDNO 7 +#define IDCLOSE 8 +#define IDHELP 9 + +///* X:\ALTAP\PETR\salamand\plugins\checkver\lang\lang.rh +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by lang.rc +// +#define IDD_MAIN 100 +#define IDC_MAIN_LOG 101 +#define IDC_MAIN_CFG 102 +#define IDC_MAIN_CHECK 103 +#define IDD_CONFIGURATION 110 +#define IDC_CFG_AUTOCLOSE 111 +#define IDC_CFG_BETA 112 +#define IDC_CFG_AUTOCONNECT 113 +#define IDC_CFG_NEVER 114 +#define IDC_CFG_DAY 115 +#define IDC_CFG_WEEK 116 +#define IDC_CFG_MONTH 117 +#define IDC_CFG_3MONTHS 118 +#define IDC_CFG_6MONTHS 119 +#define IDC_CFG_FILTER 120 +#define IDC_CFG_REMOVE 121 +#define IDC_CFG_DEFAULTS 122 +#define IDC_CFG_CHANGE 123 +#define IDC_CFG_INTERNET 124 +#define IDC_CFG_PB 125 +#define IDC_CFG_RELEASE 126 +#define IDD_INTERNET 130 +#define IDC_INET_LAN 131 +#define IDC_INET_NONE 132 +#define IDC_INET_PHONE 133 +#define IDC_INET_FTP 134 +#define IDC_INET_FTP_PASSIVE 135 +#define IDC_INET_HTTP 136 +#define IDC_INTERNET_ICON 137 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 8500 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 8700 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif +///* X:\ALTAP\PETR\salamand\plugins\checkver\checkver.rh2 +#pragma once + +#if defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) +#error this file is not editable by Microsoft Visual C++ +#endif //defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) + +#define IDC_STATIC_1 400 +#include "statics.rh2" // 400 az 439 jsou timto zabrane !!! + +// icons, cursors, bitmaps +#define IDI_CHECKVER 80 +#define IDI_INTERNET 81 +#define IDB_CHECKVER 84 + +// commands +#define CM_CHECK_VERSION 90 +#define CM_AUTOCHECK_VERSION 91 +#define CM_ENUMMODULES 92 +#define CM_FIRSTCHECK_VERSION 93 +#define CM_OPENFILE 94 // pouze v debug verzi - v systemovem menu +#define CM_ABOUT 95 // vyvola about dialog +#define CM_CHECK_FIRSTLOAD 96 // pousti se pokud jde o prvni check z prave nainstalovaneho Salamandera (okno checkveru je zobrazene kvuli firewallu, aby user pochopil proc jdeme na internet) + +// texts +#define IDS_PLUGIN_DESCRIPTION 190 +#define IDS_ABOUT 191 + +#define IDS_CTXMENU_OPEN 210 +#define IDS_CTXMENU_COPY 211 +#define IDS_CTXMENU_FILTER 212 +#define IDS_PLUGINNAME 213 +#define IDS_FILTER_CONFIRM 214 +#define IDS_REMOVE_CNFRM 215 +#define IDS_SETDEF_CNFRM 216 +#define IDS_OPENED_WINDOWS 217 +#define IDS_ABORT_DOWNLOAD 218 + +#define IDS_INET_INIT 220 +#define IDS_INET_INIT_FAILED 221 +#define IDS_INET_CONNECT 222 +#define IDS_INET_CONNECT_FAILED 223 +#define IDS_INET_READ 224 +#define IDS_INET_READ_FAILED 225 +#define IDS_INET_SUCCESS 226 +#define IDS_INET_ABORTED 227 +#define IDS_INET_PROTOCOL 228 + +#define IDS_CFG_CONFLICT1 230 +#define IDS_CFG_CONFLICT2 231 +#define IDS_CFG_CONFLICT3 232 + +#define IDS_CLOSE_CONFLICT 233 +#define IDS_PLUGIN_BUSY 234 +#define IDS_INFO_CORRUPTED 235 + +#define IDS_FILTERED_MODULES 240 +#define IDS_INSTALLED_MODULES 241 +#define IDS_NEWREL_MODULES 242 +#define IDS_NEWBETA_MODULES 243 +#define IDS_NONEW_MODULES 244 + +#define IDS_BTN_CHECK 247 +#define IDS_BTN_STOP 248 + +#define IDS_COPYRIGHT1 250 +#define IDS_COPYRIGHT2 251 + +#define IDS_MENU_ABOUT 253 +#define IDS_LAST_CHECK 254 + +#define IDS_INTERNET_PHONE 255 +#define IDS_INTERNET_LAN 256 +#define IDS_INTERNET_NONE 257 + +#define IDS_SKIP_CHECK 258 +#define IDS_CHECK_FOR_NEW_VER 260 +#define IDS_UPDATE_SCRIPT_LANG 266 +#define IDS_DONOTUSEFTP 267 +#define IDS_LOGWNDHELP1 268 +#define IDS_LOGWNDHELP2 269 +#define IDS_SHOWDETAILS 270 +#define IDS_HIDEDETAILS 271 +#define IDS_NEWPB_MODULES 272 +#define IDS_CTXMENU_DOWNLOAD 273 +#define IDS_FILTERVER_CONFIRM 274 +#define IDS_FILTERTHISVER 275 + +#define IDS_MENU_OPENFILE 276 +#define IDS_FILE_OPENERROR 277 +#define IDS_FILE_READERROR 278 +#define IDS_FILE_OPENED 279 + +// help IDs + +#define IDH_CHECKVER 500 +///* X:\ALTAP\PETR\salamand\plugins\shared\statics.rh2 +//#define IDC_STATIC_1 (IDC_STATIC_1+0) // definovano v nadrazenem headru +#define IDC_STATIC_2 (IDC_STATIC_1+1) +#define IDC_STATIC_3 (IDC_STATIC_1+2) +#define IDC_STATIC_4 (IDC_STATIC_1+3) +#define IDC_STATIC_5 (IDC_STATIC_1+4) +#define IDC_STATIC_6 (IDC_STATIC_1+5) +#define IDC_STATIC_7 (IDC_STATIC_1+6) +#define IDC_STATIC_8 (IDC_STATIC_1+7) +#define IDC_STATIC_9 (IDC_STATIC_1+8) +#define IDC_STATIC_10 (IDC_STATIC_1+9) +#define IDC_STATIC_11 (IDC_STATIC_1+10) +#define IDC_STATIC_12 (IDC_STATIC_1+11) +#define IDC_STATIC_13 (IDC_STATIC_1+12) +#define IDC_STATIC_14 (IDC_STATIC_1+13) +#define IDC_STATIC_15 (IDC_STATIC_1+14) +#define IDC_STATIC_16 (IDC_STATIC_1+15) +#define IDC_STATIC_17 (IDC_STATIC_1+16) +#define IDC_STATIC_18 (IDC_STATIC_1+17) +#define IDC_STATIC_19 (IDC_STATIC_1+18) +#define IDC_STATIC_20 (IDC_STATIC_1+19) +#define IDC_STATIC_21 (IDC_STATIC_1+20) +#define IDC_STATIC_22 (IDC_STATIC_1+21) +#define IDC_STATIC_23 (IDC_STATIC_1+22) +#define IDC_STATIC_24 (IDC_STATIC_1+23) +#define IDC_STATIC_25 (IDC_STATIC_1+24) +#define IDC_STATIC_26 (IDC_STATIC_1+25) +#define IDC_STATIC_27 (IDC_STATIC_1+26) +#define IDC_STATIC_28 (IDC_STATIC_1+27) +#define IDC_STATIC_29 (IDC_STATIC_1+28) +#define IDC_STATIC_30 (IDC_STATIC_1+29) +#define IDC_STATIC_31 (IDC_STATIC_1+30) +#define IDC_STATIC_32 (IDC_STATIC_1+31) +#define IDC_STATIC_33 (IDC_STATIC_1+32) +#define IDC_STATIC_34 (IDC_STATIC_1+33) +#define IDC_STATIC_35 (IDC_STATIC_1+34) +#define IDC_STATIC_36 (IDC_STATIC_1+35) +#define IDC_STATIC_37 (IDC_STATIC_1+36) +#define IDC_STATIC_38 (IDC_STATIC_1+37) +#define IDC_STATIC_39 (IDC_STATIC_1+38) +#define IDC_STATIC_40 (IDC_STATIC_1+39) diff --git a/translations/symbols/plugins/dbviewer/ignore.lst b/translations/symbols/plugins/dbviewer/ignore.lst new file mode 100644 index 000000000..41dcd3f15 --- /dev/null +++ b/translations/symbols/plugins/dbviewer/ignore.lst @@ -0,0 +1 @@ +Incorrectly placed label: 12300: 13001 x 12301 diff --git a/translations/symbols/plugins/dbviewer/salmenu.mnu b/translations/symbols/plugins/dbviewer/salmenu.mnu new file mode 100644 index 000000000..b75b86112 --- /dev/null +++ b/translations/symbols/plugins/dbviewer/salmenu.mnu @@ -0,0 +1,60 @@ +MenuTemplate= +{ +IDS_MENU_FILE_PREV +IDS_MENU_FILE_NEXT +IDS_MENU_FILE_PREVSEL +IDS_MENU_FILE_NEXTSEL +IDS_MENU_FILE_FIRST +IDS_MENU_FILE_LAST + +IDS_MENU_FILE_OPEN +IDS_MENU_FILE_REFRESH +IDS_MENU_FILE_PROPERTIES +IDS_MENU_FILE_OTHER +IDS_MENU_FILE_EXIT + +IDS_MENU_EDIT_COPY +IDS_MENU_EDIT_SELECT_ALL +IDS_MENU_EDIT_FIND +IDS_MENU_EDIT_FIND_NEXT +IDS_MENU_EDIT_FIND_PREV +IDS_MENU_EDIT_TOGGLE_BM +IDS_MENU_EDIT_NEXT_BM +IDS_MENU_EDIT_PREV_BM +IDS_MENU_EDIT_CLEAR_ALL_BM + +IDS_MENU_VIEW_GOTO +IDS_MENU_VIEW_FIELDS +IDS_MENU_VIEW_FULLSCREEN + +IDS_MENU_CONVERT_RECOGNIZE +IDS_MENU_CONVERT_CODING_FIRST +IDS_MENU_CONVERT_CODING_DEF +IDS_MENU_CONVERT_CODING_NEXT +IDS_MENU_CONVERT_CODING_PREV + +IDS_MENU_OPTIONS_CSV_OPTIONS +IDS_MENU_OPTIONS_CONFIG + +IDS_MENU_HELP_CONTENTS +IDS_MENU_HELP_INDEX +IDS_MENU_HELP_SEARCH +IDS_MENU_HELP_ABOUT + +IDS_MENU_FILE +IDS_MENU_EDIT +IDS_MENU_VIEW +IDS_MENU_CONVERT +IDS_MENU_OPTIONS +IDS_MENU_HELP +} + +PopupMenuTemplate= +{ +IDS_MENU_EDIT_COPY +IDS_MENU_EDIT_SELECT_ALL +IDS_MENU_EDIT_FIND +IDS_MENU_EDIT_FIND_NEXT +IDS_MENU_EDIT_FIND_PREV +} + diff --git a/translations/symbols/plugins/dbviewer/symbols.inc b/translations/symbols/plugins/dbviewer/symbols.inc new file mode 100644 index 000000000..ce7b23e4d --- /dev/null +++ b/translations/symbols/plugins/dbviewer/symbols.inc @@ -0,0 +1,349 @@ +// Defines for Altap Translator +#define IDOK 1 +#define IDCANCEL 2 +#define IDABORT 3 +#define IDRETRY 4 +#define IDIGNORE 5 +#define IDYES 6 +#define IDNO 7 +#define IDCLOSE 8 +#define IDHELP 9 + +///* X:\ALTAP\PETR\salamand\plugins\dbviewer\lang\lang.rh +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by lang.rc +// +#define IDC_GOTO_RECORD 100 +#define IDD_PROPERTIES 12200 +#define IDC_PROP_INFO 12201 +#define IDD_CONFIGURATION 12220 +#define IDB_CFG_FONT 12221 +#define IDE_CFG_FONT 12222 +#define IDC_CFG_SAVEPOSONCLOSE 12223 +#define IDC_CFG_SETBYMAINWINDOW 12224 +#define IDB_CFG_CSVOPTIONS 12225 +#define IDD_COLUMNS 12240 +#define IDC_COL_LV 12241 +#define IDC_COL_RESTORE 12242 +#define IDD_CSV_CONFIG 12250 +#define IDC_CSV_SETDEF 12252 +#define IDC_CSV_NONE 12253 +#define IDC_CSV_QUOTES 12254 +#define IDC_CSV_DOUBLE 12255 +#define IDE_CSV_OTHER 12256 +#define IDC_CSV_OTHER 12257 +#define IDC_CSV_SPACE 12258 +#define IDC_CSV_COMMA 12259 +#define IDC_CSV_SEMICOLON 12260 +#define IDC_CSV_TABULATOR 12261 +#define IDC_CSV_AS_TQ 12262 +#define IDC_CSV_AS_FR 12263 +#define IDC_CSV_AS_SEP 12264 +#define IDC_CSV_ASHEADER 12265 +#define IDC_CSV_ASDATA 12266 +#define IDD_FIND 12300 +#define IDC_FIND_TEXT 12301 +#define IDC_FIND_SFORWARD 12302 +#define IDC_FIND_SBACKWARD 12303 +#define IDC_FIND_WHOLEWORDS 12304 +#define IDC_FIND_CASESENSITIVE 12305 +#define IDC_FIND_REGEXP 12306 +#define IDD_GOTO 12400 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 8500 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 8700 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif +///* X:\ALTAP\PETR\salamand\plugins\dbviewer\dbviewer.rh2 +#pragma once + +#if defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) +#error this file is not editable by Microsoft Visual C++ +#endif //defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) + +#define IDC_STATIC_1 13000 +#include "statics.rh2" // 13000 az 13039 jsou timto zabrane !!! + +// Bitmaps +#define IDB_TOOLBAR16 9970 +#define IDB_TOOLBAR256 9971 + +// Cursors +#define IDC_SELECT 9980 +#define IDC_SPLIT 9981 + +// Icons +#define IDI_DELETED 9990 +#define IDI_MAIN 9991 +#define IDI_MARKED 9992 + +// Accelerators +#define IDA_ACCELERATORS 9998 + +// Menu +#define CM_FILE_OPEN 10001 +#define CM_FIELDS 10002 +#define CM_PROPERTIES 10003 +#define CM_EXIT 10004 +#define CM_ABOUT 10005 +#define CM_COPY 10006 +#define CM_FIND 10007 +#define CM_FIND_NEXT 10008 +#define CM_FIND_PREV 10009 +#define CM_GOTO 10010 +#define CM_TOGGLE_BOOKMARK 10011 +#define CM_NEXT_BOOKMARK 10012 +#define CM_PREV_BOOKMARK 10013 +#define CM_FULLSCREEN 10014 +#define CM_VIEW_NORMAL 10015 +#define CM_VIEW_RECORD 10016 +#define CM_VIEW_WATCH 10017 +#define CM_CONFIGURATION 10018 +#define CM_SHOW_ALL 10019 +#define CM_HIDE_DELETED 10020 +#define CM_SORT_BY_DELETED 10021 +#define CM_SORT_BY_ORIGINAL 10022 +#define CM_SORT_ASCEND 10023 +#define CM_SORT_DESCEND 10024 +#define CM_CLEAR_ALL_BOOKMARKS 10025 +#define CM_SELECT_ALL 10026 +#define CM_CODING_RECOGNIZE 10027 +#define CM_CODING_DEFAULT 10028 +#define CM_CODING_NEXT 10029 +#define CM_CODING_PREV 10030 +#define CM_CSV_OPTIONS 10031 +#define CM_FILE_REFRESH 10032 +#define CM_HELP_CONTENTS 10033 +#define CM_HELP_INDEX 10034 +#define CM_HELP_SEARCH 10035 +#define CM_FILE_PREV 10036 +#define CM_FILE_NEXT 10037 +#define CM_FILE_PREVSELFILE 10038 +#define CM_FILE_NEXTSELFILE 10039 +#define CM_FILE_FIRST 10040 +#define CM_FILE_LAST 10041 + +// for Coversion submenu +#define CM_CODING_FIRST 10050 +#define CM_CODING_LAST 10250 + +#define CML_FILES 10251 +#define CML_OTHERFILES 10252 +#define CML_EDIT 10253 +#define CML_VIEW 10254 +#define CML_CONVERT 10255 +#define CML_OPTIONS 10256 +#define CML_HELP 10257 + +// Strings +#define IDS_PLUGINNAME 11089 +#define IDS_PLUGIN_DESCRIPTION 11090 +#define IDS_ABOUT 11092 + +#define IDS_OPENED_WINDOWS 11101 + +#define IDS_DBFE_OOM 11110 +#define IDS_DBFE_NOT_XBASE 11111 +#define IDS_DBFE_FILE_NOT_FOUND 11112 +#define IDS_DBFE_READ_ERROR 11113 +#define IDS_DBFE_WRITE_ERROR 11114 +#define IDS_DBFE_SEEK_ERROR 11115 +#define IDS_DBFE_NO_MEMO_FILE 11116 +#define IDS_DBFE_INVALID_BLOCK 11117 + +#define IDS_VIEWERFILTER 11120 + + // font description in configuration dialog "10 pt. MS Shell Dlg" +#define IDS_FONTDESCRIPTION 11121 + +// The configuration is already opened. +#define IDS_CFG_CONFLICT 11122 + +// Fields: Name column +#define IDS_COLUMNS_NAME 11123 +// Fields:Type column +#define IDS_COLUMNS_TYPE 11124 +// Fields: Length column +#define IDS_COLUMNS_LENGTH 11125 +// Fields: Decimals column +#define IDS_COLUMNS_DECIMALS 11126 + +// dBase versions +#define IDS_FILEVER_DBASE2 11130 +#define IDS_FILEVER_DBASE3 11131 +#define IDS_FILEVER_DBASE4 11132 +#define IDS_FILEVER_DBASE5 11133 +#define IDS_FILEVER_VISUALDBASE7 11134 +#define IDS_FILEVER_FOXPRO 11135 +#define IDS_FILEVER_UNKNOWN 11136 + +// Field Type +#define IDS_FTYPE_CHAR 11140 +#define IDS_FTYPE_NUM 11141 +#define IDS_FTYPE_LOGICAL 11142 +#define IDS_FTYPE_DATE 11143 +#define IDS_FTYPE_MEMO 11144 +#define IDS_FTYPE_FLOAT 11145 +#define IDS_FTYPE_BIN 11146 +#define IDS_FTYPE_GEN 11147 +#define IDS_FTYPE_PIC 11148 +#define IDS_FTYPE_CUR 11149 +#define IDS_FTYPE_DTIME 11150 +#define IDS_FTYPE_INT 11151 +#define IDS_FTYPE_UNKOWN 11152 +#define IDS_FTYPE_DOUBLE 11153 +#define IDS_FTYPE_TSTAMP 11154 +#define IDS_FTYPE_AUTOINC 11155 + +// At least on of the fields must be visible. +#define IDS_NOVISIBLE_FIELD 11160 + +// There is no valid field in this database. +#define IDS_NOVALIDCOLUMN 11162 + +// True/False for logical column +#define IDS_TRUE 11163 +#define IDS_FALSE 11164 + +// file information +#define IDS_FINFO_MODIFIED 11165 +#define IDS_FINFO_SIZE 11166 +#define IDS_FINFO_VERSION 11167 +#define IDS_FINFO_RECCOUNT 11168 +#define IDS_FINFO_FIELDCOUNT 11169 +#define IDS_FINFO_MEMOCOUNT 11170 +#define IDS_FINFO_HDRSIZE 11171 +#define IDS_FINFO_RECSIZE 11172 +#define IDS_FINFO_CODEPAGE 11173 + +// Coding +#define IDS_CODING_MENU 11190 +// None +#define IDS_NONE_CODING 11191 +// Next +#define IDS_NEXT_CODING 11192 +// Previous +#define IDS_PREV_CODING 11193 + +// Regular Expression Error +#define IDS_REGEXP_ERROR 11194 +// Messagebox title +#define IDS_FIND 11195 +// Unable to match: %s +#define IDS_FIND_NOMATCH 11196 +// Unable to match regular expression: %s +#define IDS_FIND_NOREGEXPMATCH 11197 + +// Main Menu + +// File +#define IDS_MENU_FILE 11200 +#define IDS_MENU_FILE_OPEN 11201 +#define IDS_MENU_FILE_REFRESH 11202 +#define IDS_MENU_FILE_PROPERTIES 11203 +#define IDS_MENU_FILE_OTHER 11204 +#define IDS_MENU_FILE_PREV 11205 +#define IDS_MENU_FILE_NEXT 11206 +#define IDS_MENU_FILE_PREVSEL 11207 +#define IDS_MENU_FILE_NEXTSEL 11208 +#define IDS_MENU_FILE_FIRST 11209 +#define IDS_MENU_FILE_LAST 11210 +#define IDS_MENU_FILE_EXIT 11211 + +// Edit +#define IDS_MENU_EDIT 11217 +#define IDS_MENU_EDIT_COPY 11218 +#define IDS_MENU_EDIT_SELECT_ALL 11219 +#define IDS_MENU_EDIT_FIND 11220 +#define IDS_MENU_EDIT_FIND_NEXT 11221 +#define IDS_MENU_EDIT_FIND_PREV 11222 +#define IDS_MENU_EDIT_TOGGLE_BM 11223 +#define IDS_MENU_EDIT_NEXT_BM 11224 +#define IDS_MENU_EDIT_PREV_BM 11225 +#define IDS_MENU_EDIT_CLEAR_ALL_BM 11226 + +// View +#define IDS_MENU_VIEW 11230 +#define IDS_MENU_VIEW_GOTO 11231 +#define IDS_MENU_VIEW_FIELDS 11232 +#define IDS_MENU_VIEW_FULLSCREEN 11233 + +// Convert +#define IDS_MENU_CONVERT 11250 +#define IDS_MENU_CONVERT_RECOGNIZE 11251 +#define IDS_MENU_CONVERT_CODING_FIRST 11252 +#define IDS_MENU_CONVERT_CODING_DEF 11253 +#define IDS_MENU_CONVERT_CODING_NEXT 11254 +#define IDS_MENU_CONVERT_CODING_PREV 11255 + +// Options +#define IDS_MENU_OPTIONS 11270 +#define IDS_MENU_OPTIONS_CSV_OPTIONS 11271 +#define IDS_MENU_OPTIONS_CONFIG 11272 + +// Help +#define IDS_MENU_HELP 11280 +#define IDS_MENU_HELP_ABOUT 11281 +#define IDS_MENU_HELP_CONTENTS 11282 +#define IDS_MENU_HELP_INDEX 11283 +#define IDS_MENU_HELP_SEARCH 11284 + +// Toolbar Tooltips +#define IDS_TBTT_COPY 11500 +#define IDS_TBTT_OPEN 11501 +#define IDS_TBTT_FIND 11502 +#define IDS_TBTT_PROPERTIES 11503 +#define IDS_TBTT_FULLSCREEN 11504 +#define IDS_TBTT_GOTO 11505 + +// help IDs + +#define IDH_INTRODUCTION 9000 +///* X:\ALTAP\PETR\salamand\plugins\shared\statics.rh2 +//#define IDC_STATIC_1 (IDC_STATIC_1+0) // definovano v nadrazenem headru +#define IDC_STATIC_2 (IDC_STATIC_1+1) +#define IDC_STATIC_3 (IDC_STATIC_1+2) +#define IDC_STATIC_4 (IDC_STATIC_1+3) +#define IDC_STATIC_5 (IDC_STATIC_1+4) +#define IDC_STATIC_6 (IDC_STATIC_1+5) +#define IDC_STATIC_7 (IDC_STATIC_1+6) +#define IDC_STATIC_8 (IDC_STATIC_1+7) +#define IDC_STATIC_9 (IDC_STATIC_1+8) +#define IDC_STATIC_10 (IDC_STATIC_1+9) +#define IDC_STATIC_11 (IDC_STATIC_1+10) +#define IDC_STATIC_12 (IDC_STATIC_1+11) +#define IDC_STATIC_13 (IDC_STATIC_1+12) +#define IDC_STATIC_14 (IDC_STATIC_1+13) +#define IDC_STATIC_15 (IDC_STATIC_1+14) +#define IDC_STATIC_16 (IDC_STATIC_1+15) +#define IDC_STATIC_17 (IDC_STATIC_1+16) +#define IDC_STATIC_18 (IDC_STATIC_1+17) +#define IDC_STATIC_19 (IDC_STATIC_1+18) +#define IDC_STATIC_20 (IDC_STATIC_1+19) +#define IDC_STATIC_21 (IDC_STATIC_1+20) +#define IDC_STATIC_22 (IDC_STATIC_1+21) +#define IDC_STATIC_23 (IDC_STATIC_1+22) +#define IDC_STATIC_24 (IDC_STATIC_1+23) +#define IDC_STATIC_25 (IDC_STATIC_1+24) +#define IDC_STATIC_26 (IDC_STATIC_1+25) +#define IDC_STATIC_27 (IDC_STATIC_1+26) +#define IDC_STATIC_28 (IDC_STATIC_1+27) +#define IDC_STATIC_29 (IDC_STATIC_1+28) +#define IDC_STATIC_30 (IDC_STATIC_1+29) +#define IDC_STATIC_31 (IDC_STATIC_1+30) +#define IDC_STATIC_32 (IDC_STATIC_1+31) +#define IDC_STATIC_33 (IDC_STATIC_1+32) +#define IDC_STATIC_34 (IDC_STATIC_1+33) +#define IDC_STATIC_35 (IDC_STATIC_1+34) +#define IDC_STATIC_36 (IDC_STATIC_1+35) +#define IDC_STATIC_37 (IDC_STATIC_1+36) +#define IDC_STATIC_38 (IDC_STATIC_1+37) +#define IDC_STATIC_39 (IDC_STATIC_1+38) +#define IDC_STATIC_40 (IDC_STATIC_1+39) diff --git a/translations/symbols/plugins/diskmap/salmenu.mnu b/translations/symbols/plugins/diskmap/salmenu.mnu new file mode 100644 index 000000000..07216e0e7 --- /dev/null +++ b/translations/symbols/plugins/diskmap/salmenu.mnu @@ -0,0 +1,5 @@ +PluginMenu= +{ +IDS_PLUGIN_MENU +} + diff --git a/translations/symbols/plugins/diskmap/symbols.inc b/translations/symbols/plugins/diskmap/symbols.inc new file mode 100644 index 000000000..369cacfb3 --- /dev/null +++ b/translations/symbols/plugins/diskmap/symbols.inc @@ -0,0 +1,196 @@ +// Defines for Altap Translator +#define IDOK 1 +#define IDCANCEL 2 +#define IDABORT 3 +#define IDRETRY 4 +#define IDIGNORE 5 +#define IDYES 6 +#define IDNO 7 +#define IDCLOSE 8 +#define IDHELP 9 + +///* X:\ALTAP\PETR\salamand\plugins\diskmap\lang\lang.rh +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by lang.rc +// + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 8500 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 8700 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif +///* X:\ALTAP\PETR\salamand\plugins\diskmap\zarevak.altap.diskmap\resources\zarevak.altap.diskmap.rh2 +// Used by Zarevak.Altap.DiskMapPlugin.rc2 and lang.rc2 +// + +#pragma once + +#if defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) +#error this file is not editable by Microsoft Visual C++ +#endif //defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) + + +// statics +#define IDC_STATIC_1 3000 +#include "statics.rh2" // 3000 az 3039 jsou timto zabrane !!! + + +//Dialog: +#define IDD_ABOUTBOX 103 +//Dialog Control: +#define IDC_MYICON 2 //ID ikony na About Dialogu + + +//Icon: +#define IDI_ZAREVAKALTAPDISKMAP 107 + + +#define IDC_ZAREVAKALTAPDISKMAP 109 //ID hlavniho menu + + +//Menu: +#define IDM_FILE_OPEN 111 +#define IDM_FILE_FOCUSINSALAMANDER 112 +#define IDM_FILE_ABORT 113 +#define IDM_FILE_REFRESH 114 +#define IDM_FILE_EXIT 115 + +#define IDM_VIEW_ZOOMIN 121 +#define IDM_VIEW_ZOOMOUT 122 +#define IDM_VIEW_GOTOROOT 123 +#define IDM_VIEW_LOG 124 + +#define IDM_OPTIONS_CONSFIRMCLOSE 141 +#define IDM_OPTIONS_SHOWFOLDERS 142 +#define IDM_OPTIONS_SHOWTOOLTIP 143 + +#define IDM_HELP_ABOUT 131 + +#define IDM_DEBUG_EXPORTDIR 191 + +#define IDM_DESIGN_FIRST 200 +#define IDM_DESIGN_BASIC 200 +#define IDM_DESIGN_PLASTIC 201 +#define IDM_DESIGN_GLASS 202 +#define IDM_DESIGN_SLEEK 203 +#define IDM_DESIGN_TEST 204 +#define IDM_DESIGN_LAST 204 + +#define IDM_PATHFORMAT_FIRST 300 +#define IDM_PATHFORMAT_ABSOLUTE 300 +#define IDM_PATHFORMAT_RELATIVEROOT 301 +#define IDM_PATHFORMAT_RELATIVEVIEW 302 +#define IDM_PATHFORMAT_FILENAME 303 +#define IDM_PATHFORMAT_LAST 303 + +//Retezce pluginu - nacitane pomoci LoadStr() v Zarevak.Altap.DiskMapPlugin.cpp +#define IDS_PLUGIN_NAME 32 +#define IDS_PLUGIN_DESCRIPTION 33 +#define IDS_PLUGIN_ABOUT 34 +#define IDS_PLUGIN_MENU 35 +#define IDS_CLOSE_CONFIRMATION 40 +#define IDS_CLOSE_CONFIRMATION_CHECKBOX 41 + +//Retezce DiskMapy - nacitane pomoci CZLocalizer a CZResourceString +#define IDS_DISKMAP_FIRST 48 + +//Main Window +#define IDS_DISKMAP_TITLE 48 +#define IDS_DISKMAP_TITLEPREFIX 49 +//Load animation +#define IDS_DISKMAP_LOAD_TITLE 50 +#define IDS_DISKMAP_LOAD_FOOTER 51 +#define IDS_DISKMAP_LOAD_HSIZE 52 +#define IDS_DISKMAP_LOAD_HFILE 53 +#define IDS_DISKMAP_LOAD_HDIRS 54 +//Abort info +#define IDS_DISKMAP_ABORT_TITLE 55 +#define IDS_DISKMAP_ABORT_FOOTER 56 +//Log Window +#define IDS_DISKMAP_LOG_TITLE 57 +#define IDS_DISKMAP_LOG_HTYPE 58 +#define IDS_DISKMAP_LOG_HTEXT 59 +#define IDS_DISKMAP_LOG_HFILE 60 +#define IDS_DISKMAP_LOG_LINFO 61 +#define IDS_DISKMAP_LOG_LWARN 62 +#define IDS_DISKMAP_LOG_LERROR 63 + +//Shell menu +#define IDS_DISKMAP_SHELL_FOCUS 64 +#define IDS_DISKMAP_SHELL_ZOOMIN 65 +#define IDS_DISKMAP_SHELL_ZOOMOUT 66 +#define IDS_DISKMAP_SHELL_DIROPEN 67 +#define IDS_DISKMAP_SHELL_DIRCHANGE 68 + +//Tooltip +#define IDS_DISKMAP_TTIP_TIMECREATE 69 +#define IDS_DISKMAP_TTIP_TIMEMODIFY 70 +#define IDS_DISKMAP_TTIP_TIMEACCESS 71 +#define IDS_DISKMAP_TTIP_SIZEDATA 72 +#define IDS_DISKMAP_TTIP_SIZEREAL 73 +#define IDS_DISKMAP_TTIP_SIZEDISK 74 +#define IDS_DISKMAP_TTIP_COUNTFILE 75 +#define IDS_DISKMAP_TTIP_COUNTDIRS 76 + +//General +#define IDS_DISKMAP_FORMAT_BYTE0 77 //pro "0 bajtu" +#define IDS_DISKMAP_FORMAT_BYTE1 78 //pro "1 bajt" +#define IDS_DISKMAP_FORMAT_BYTEN 79 //pro "n bajtu + +#define IDS_DISKMAP_LAST 79 + + +#define IDR_CUSHIONDATA_LEGACY 1 +#define IDR_CUSHIONDATA_GLASS 2 +#define IDR_CUSHIONDATA_SLEEK 3 +#define IDR_CUSHIONDATA_TEST 4 + +// help IDs +#define IDH_SHOWDISKMAP 500 +///* X:\ALTAP\PETR\salamand\plugins\shared\statics.rh2 +//#define IDC_STATIC_1 (IDC_STATIC_1+0) // definovano v nadrazenem headru +#define IDC_STATIC_2 (IDC_STATIC_1+1) +#define IDC_STATIC_3 (IDC_STATIC_1+2) +#define IDC_STATIC_4 (IDC_STATIC_1+3) +#define IDC_STATIC_5 (IDC_STATIC_1+4) +#define IDC_STATIC_6 (IDC_STATIC_1+5) +#define IDC_STATIC_7 (IDC_STATIC_1+6) +#define IDC_STATIC_8 (IDC_STATIC_1+7) +#define IDC_STATIC_9 (IDC_STATIC_1+8) +#define IDC_STATIC_10 (IDC_STATIC_1+9) +#define IDC_STATIC_11 (IDC_STATIC_1+10) +#define IDC_STATIC_12 (IDC_STATIC_1+11) +#define IDC_STATIC_13 (IDC_STATIC_1+12) +#define IDC_STATIC_14 (IDC_STATIC_1+13) +#define IDC_STATIC_15 (IDC_STATIC_1+14) +#define IDC_STATIC_16 (IDC_STATIC_1+15) +#define IDC_STATIC_17 (IDC_STATIC_1+16) +#define IDC_STATIC_18 (IDC_STATIC_1+17) +#define IDC_STATIC_19 (IDC_STATIC_1+18) +#define IDC_STATIC_20 (IDC_STATIC_1+19) +#define IDC_STATIC_21 (IDC_STATIC_1+20) +#define IDC_STATIC_22 (IDC_STATIC_1+21) +#define IDC_STATIC_23 (IDC_STATIC_1+22) +#define IDC_STATIC_24 (IDC_STATIC_1+23) +#define IDC_STATIC_25 (IDC_STATIC_1+24) +#define IDC_STATIC_26 (IDC_STATIC_1+25) +#define IDC_STATIC_27 (IDC_STATIC_1+26) +#define IDC_STATIC_28 (IDC_STATIC_1+27) +#define IDC_STATIC_29 (IDC_STATIC_1+28) +#define IDC_STATIC_30 (IDC_STATIC_1+29) +#define IDC_STATIC_31 (IDC_STATIC_1+30) +#define IDC_STATIC_32 (IDC_STATIC_1+31) +#define IDC_STATIC_33 (IDC_STATIC_1+32) +#define IDC_STATIC_34 (IDC_STATIC_1+33) +#define IDC_STATIC_35 (IDC_STATIC_1+34) +#define IDC_STATIC_36 (IDC_STATIC_1+35) +#define IDC_STATIC_37 (IDC_STATIC_1+36) +#define IDC_STATIC_38 (IDC_STATIC_1+37) +#define IDC_STATIC_39 (IDC_STATIC_1+38) +#define IDC_STATIC_40 (IDC_STATIC_1+39) diff --git a/translations/symbols/plugins/filecomp/check.lst b/translations/symbols/plugins/filecomp/check.lst new file mode 100644 index 000000000..48cdd5327 --- /dev/null +++ b/translations/symbols/plugins/filecomp/check.lst @@ -0,0 +1,10 @@ +Same Size of Property Pages: 105 140 150 + +Drop-Down Button: 140: 137 + +Combo Box: 105: 106: 1032 1033 1034 + +Multi-Text Control: 105: 107: 1027 1029 +Multi-Text Control: 105: 108: 1028 1030 +Multi-Text Control: 105: 109: 1070 +Multi-Text Control: 105: 110: 1031 diff --git a/translations/symbols/plugins/filecomp/ignore.lst b/translations/symbols/plugins/filecomp/ignore.lst new file mode 100644 index 000000000..c1f588071 --- /dev/null +++ b/translations/symbols/plugins/filecomp/ignore.lst @@ -0,0 +1,5 @@ +Misaligned controls in dialog: 130: 153 x 9 +Misaligned controls in dialog: 130: 154 x 9 + +Not standard control size: 105: 121 +Not standard control size: 105: 122 diff --git a/translations/symbols/plugins/filecomp/salmenu.mnu b/translations/symbols/plugins/filecomp/salmenu.mnu new file mode 100644 index 000000000..549b43699 --- /dev/null +++ b/translations/symbols/plugins/filecomp/salmenu.mnu @@ -0,0 +1,21 @@ +menuTemplate= +{ +IDS_ENCMENU_ASCII8NOINPUTENC +IDS_ENCMENU_ASCII8AUTOINPUTENC + +IDS_ENCMENU_UTF8 +IDS_ENCMENU_UTF16LE +IDS_ENCMENU_UTF16BE +IDS_ENCMENU_UTF32LE +IDS_ENCMENU_UTF32BE + +IDS_ENCMENU_AUTO +IDS_ENCMENU_ASCII8 +IDS_ENCMENU_UNICODE +} + +PluginMenu= +{ +IDS_COMPAREFILES +} + diff --git a/translations/symbols/plugins/filecomp/symbols.inc b/translations/symbols/plugins/filecomp/symbols.inc new file mode 100644 index 000000000..545cf625c --- /dev/null +++ b/translations/symbols/plugins/filecomp/symbols.inc @@ -0,0 +1,302 @@ +// Defines for Altap Translator +#define IDOK 1 +#define IDCANCEL 2 +#define IDABORT 3 +#define IDRETRY 4 +#define IDIGNORE 5 +#define IDYES 6 +#define IDNO 7 +#define IDCLOSE 8 +#define IDHELP 9 + +///* X:\ALTAP\PETR\salamand\plugins\filecomp\lang\lang.rh +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by lang.rc +// +#define IDD_COMPAREFILES 100 +#define IDE_PATH1 101 +#define IDE_PATH2 102 +#define IDADVANCED 103 +#define IDB_BROWSE1 104 +#define IDB_BROWSE2 105 +#define IDD_CFGCOLORS 105 +#define IDC_ITEMS 106 +#define IDS_DESCRIPTION1 107 +#define IDS_DESCRIPTION2 108 +#define IDS_DESCRIPTION3 109 +#define IDS_DESCRIPTION4 110 +#define IDB_LINENUM1 111 +#define IDB_LINENUM2 112 +#define IDB_LINENUM3 113 +#define IDB_LINENUM4 114 +#define IDB_TEXT1 115 +#define IDB_TEXT2 116 +#define IDB_TEXT3 117 +#define IDB_TEXT4 118 +#define IDB_DEFAULT 120 +#define IDS_PREVIEW2 121 +#define IDS_PREVIEW1 122 +#define IDD_ADVANCEDOPTIONS 130 +#define IDC_IGNOREALLSPACE 131 +#define IDC_IGNORESPACECHANGE 132 +#define IDC_IGNOREBLANKS 133 +#define IDC_IGNORECASE 134 +#define IDR_ALWAYSTEXT 135 +#define IDC_USEINFUTURE 136 +#define IDE_FONT 136 +#define IDR_ALWAYSBINARY 137 +#define IDB_FONT 137 +#define IDR_AUTO 138 +#define IDC_WHITESPACE 138 +#define IDC_CRLF1 139 +#define IDC_DETAILDIFFS 139 +#define IDC_CRLF2 140 +#define IDD_CFGGENERAL 140 +#define IDC_VIEW_HORIZONTAL 140 +#define IDC_CR1 141 +#define IDE_CONTEXT 141 +#define IDC_CR2 142 +#define IDC_CONFIRM 142 +#define IDC_LF1 143 +#define IDE_TABSIZE 143 +#define IDC_LF2 144 +#define IDC_LOADONSTART 144 +#define IDC_NULL1 145 +#define IDC_NULL2 146 +#define IDC_NORMALIZATION_FORM 147 +#define IDD_CFGDEFOPTIONS 150 +#define IDE_LEFTENC 151 +#define IDE_RIGHTENC 152 +#define IDB_LEFTENC 153 +#define IDB_RIGHTENC 154 +#define IDM_MENU 600 +#define IDM_CTX_MENU 601 +#define IDM_CTX_1COLOR_MENU 602 +#define IDM_CTX_2COLOR_MENU 603 +#define IDM_CTX_FONT_MENU 604 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 8500 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 8700 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif +///* X:\ALTAP\PETR\salamand\plugins\filecomp\filecomp.rh2 +#pragma once + +#if defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) +#error this file is not editable by Microsoft Visual C++ +#endif //defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) + +#define IDC_STATIC_1 300 +#include "statics.rh2" // 300 az 339 jsou timto zabrane !!! + +#define IDI_FCICO 500 +#define IDC_SPLIT_VERT 501 +#define IDC_SPLIT_HOR 502 +#define IDB_TOOLBAR 502 +#define IDI_BROWSE 503 +#define IDB_FILECOMP 504 + +//*********************************************************************************** +// +// texty +// + +#define IDS_PLUGINNAME 1000 +#define IDS_LOWMEM 1001 +#define IDS_COMPAREFILES 1002 +//#define IDS_SOMEWINDOWSOPEN 1003 +#define IDS_READFILE 1004 +#define IDS_ACCESFILE 1005 +#define IDS_INTERNALERROR 1006 +#define IDS_LARGEFILE 1007 +#define IDS_OPEN 1008 +#define IDS_NODIFFERRENCE 1009 +#define IDS_BINARYDIFFER 1010 +#define IDS_MAXLINES 1011 +#define IDS_MAINWNDHEADER 1035 +#define IDS_MAINWNDHEADER_NODIF 1036 +#define IDS_DIFFERENCES 1012 +#define IDS_DIFFERENCES2 1013 +#define IDS_MISSINGPATH 1014 +#define IDS_ERROR 1015 +#define IDS_SELECTALL 1016 +#define IDS_RECOMPARE 1017 +#define IDS_COPY 1018 +#define IDS_COPYCLIP 1019 +#define IDS_FIRSTDIFF 1020 +#define IDS_PREVDIFF 1021 +#define IDS_NEXTDIFF 1022 +#define IDS_LASTDIFF 1023 +#define IDS_CANCELED 1025 +#define IDS_CLOSEDIFF 1026 +#define IDS_COMMONTEXT 1027 +#define IDS_SELECTEDTEXT 1028 +#define IDS_CHANGEDTEXT 1029 +#define IDS_FOCUSEDCHANGE 1030 +#define IDS_FOCUSEDFRAME 1031 +#define IDS_COMMONCOLORS 1032 +#define IDS_LEFTCOLORS 1033 +#define IDS_RIGHTCOLORS 1034 +#define IDS_POSITIVEVALUE 1041 +#define IDS_SELECTFIRST 1042 +#define IDS_SELECTSECOND 1043 +#define IDS_FILEDOESNOTEXIST 1044 +#define IDS_ALLFILES 1045 +#define IDS_CONFIGURATION 1046 +#define IDS_FONTDESCRIPTION 1047 +#define IDS_ACCESFILE2 1050 +#define IDS_BINREPORT1 1051 +#define IDS_BINREPORT2 1052 +#define IDS_ADD1 1053 +#define IDS_ADD2 1054 +#define IDS_DELETE1 1055 +#define IDS_DELETE2 1056 +#define IDS_CHANGEFROM1 1057 +#define IDS_CHANGEFROM2 1058 +#define IDS_CHANGETO1 1059 +#define IDS_CHANGETO2 1060 +#define IDS_MAINWNDHEADERCOMPUTING 1061 +#define IDS_MAINWNDHEADERCOMPUTING2 1062 +#define IDS_MAINWNDHEADERCOMPUTING_PROGRESS 1063 +#define IDS_MAINWNDHEADERCOMPUTING_PROGRESS_FOUND 1064 +#define IDS_MAINWNDHEADERTOOMANY 1065 +#define IDS_OK 1066 +#define IDS_CANCEL 1067 +#define IDS_OPTIONSCHANGED 1068 +#define IDS_FOCUSEDCHANGE2 1069 +#define IDS_COMMONFOCUSED 1070 +#define IDS_COMMONFOCUSED2 1071 +#define IDS_DETAILCANCEL 1072 +#define IDS_INVALIDNUMBER 1073 +#define IDS_NOTVALIDFILE 1074 +#define IDS_SPLERROR 1075 +#define IDS_INVALIDARGS 1076 +#define IDS_MSGERR 1077 +#define IDS_LAUNCHSAL 1078 +#define IDS_MSGERR2 1079 +#define IDS_PLUGIN_DESCRIPTION 1080 +#define IDS_CONFIGURATIONTITLE 1081 +#define IDS_ABOUT 1082 +#define IDS_ERRORUNICODE 1083 +#define IDS_ENCMENU_AUTO 1084 +#define IDS_ENCMENU_ASCII8 1085 +#define IDS_ENCMENU_ASCII8NOINPUTENC 1086 +#define IDS_ENCMENU_ASCII8AUTOINPUTENC 1087 +#define IDS_ENCMENU_UNICODE 1088 +#define IDS_ENCMENU_UTF8 1089 +#define IDS_ENCMENU_UTF16LE 1090 +#define IDS_ENCMENU_UTF16BE 1091 +#define IDS_ENCMENU_UTF32LE 1092 +#define IDS_ENCMENU_UTF32BE 1093 +#define IDS_AUTOINPUTENC 1094 +#define IDS_NOINPUTENC 1095 +#define IDS_MAXLEFTVIEW 1096 +#define IDS_MAXTOPVIEW 1097 +#define IDS_MAXRIGHTVIEW 1098 +#define IDS_MAXBOTTOMVIEW 1099 +#define IDS_ERROR_COPY_LARGE_SELECTION 1100 +#define IDS_ERROR_COPY_OOM 1101 +#define IDS_ERROR_COPY_FAILED 1102 +#define IDS_LOWMEM_TRY_BINARY 1103 +#define IDS_ALLDIFFSIGNORED 1104 + +//*********************************************************************************** +// +// virtualni IDcka - pouze pro vazbu s helpem +// + +#define IDH_KEYBOARD 400 +#define IDH_COMPAREFILES 401 +#define IDH_INTRODUCTION 402 + +//*********************************************************************************** +// +// commands +// + +#define CM_EXIT 601 +#define CM_MAXIMIZE 602 +#define CM_VIEW_HORIZONTAL 603 +#define CM_COPY 604 +#define CM_FIRSTDIFF 605 +#define CM_PREVDIFF 606 +#define CM_NEXTDIFF 607 +#define CM_LASTDIFF 608 +#define CM_SELECTALL 609 +#define CM_COMPARE 610 +#define CM_RECOMPARE 611 +#define CM_CANCEL 612 +//#define CM_COLORS 613 +#define CM_CUSTOMTEXT 614 +#define CM_AUTOTEXT 615 +#define CM_CUSTOMBACKGROUND 616 +#define CM_AUTOBACKGROUND 617 +#define CM_ONLYDIFFERENCES 618 +#define CM_OPTIONS 619 +#define CM_AUTOCOPY 638 +#define CM_SHOWWHITESPACE 620 +#define CM_SHOWCARET 621 +#define CM_CBACTIVATE 622 +#define CM_SWITCHWINDOW 623 +#define CM_CUSTOMFONT 624 +#define CM_AUTOFONT 625 +#define CM_CLOSEFILES 626 +#define CM_ALTDOWN 627 +#define CM_ALTUP 628 +#define CM_HELP 629 +#define CM_ABOUT 630 +#define CM_DETAILDIFF 631 +#define CM_MAXLEFTVIEW 632 +#define CM_MAXRIGHTVIEW 633 +#define CM_SAMESIZEVIEW 634 +#define CM_CYCLEVIEW 635 +#define CM_ANTICYCLEVIEW 636 +#define CM_HELPKEYBOARD 637 +///* X:\ALTAP\PETR\salamand\plugins\shared\statics.rh2 +//#define IDC_STATIC_1 (IDC_STATIC_1+0) // definovano v nadrazenem headru +#define IDC_STATIC_2 (IDC_STATIC_1+1) +#define IDC_STATIC_3 (IDC_STATIC_1+2) +#define IDC_STATIC_4 (IDC_STATIC_1+3) +#define IDC_STATIC_5 (IDC_STATIC_1+4) +#define IDC_STATIC_6 (IDC_STATIC_1+5) +#define IDC_STATIC_7 (IDC_STATIC_1+6) +#define IDC_STATIC_8 (IDC_STATIC_1+7) +#define IDC_STATIC_9 (IDC_STATIC_1+8) +#define IDC_STATIC_10 (IDC_STATIC_1+9) +#define IDC_STATIC_11 (IDC_STATIC_1+10) +#define IDC_STATIC_12 (IDC_STATIC_1+11) +#define IDC_STATIC_13 (IDC_STATIC_1+12) +#define IDC_STATIC_14 (IDC_STATIC_1+13) +#define IDC_STATIC_15 (IDC_STATIC_1+14) +#define IDC_STATIC_16 (IDC_STATIC_1+15) +#define IDC_STATIC_17 (IDC_STATIC_1+16) +#define IDC_STATIC_18 (IDC_STATIC_1+17) +#define IDC_STATIC_19 (IDC_STATIC_1+18) +#define IDC_STATIC_20 (IDC_STATIC_1+19) +#define IDC_STATIC_21 (IDC_STATIC_1+20) +#define IDC_STATIC_22 (IDC_STATIC_1+21) +#define IDC_STATIC_23 (IDC_STATIC_1+22) +#define IDC_STATIC_24 (IDC_STATIC_1+23) +#define IDC_STATIC_25 (IDC_STATIC_1+24) +#define IDC_STATIC_26 (IDC_STATIC_1+25) +#define IDC_STATIC_27 (IDC_STATIC_1+26) +#define IDC_STATIC_28 (IDC_STATIC_1+27) +#define IDC_STATIC_29 (IDC_STATIC_1+28) +#define IDC_STATIC_30 (IDC_STATIC_1+29) +#define IDC_STATIC_31 (IDC_STATIC_1+30) +#define IDC_STATIC_32 (IDC_STATIC_1+31) +#define IDC_STATIC_33 (IDC_STATIC_1+32) +#define IDC_STATIC_34 (IDC_STATIC_1+33) +#define IDC_STATIC_35 (IDC_STATIC_1+34) +#define IDC_STATIC_36 (IDC_STATIC_1+35) +#define IDC_STATIC_37 (IDC_STATIC_1+36) +#define IDC_STATIC_38 (IDC_STATIC_1+37) +#define IDC_STATIC_39 (IDC_STATIC_1+38) +#define IDC_STATIC_40 (IDC_STATIC_1+39) diff --git a/translations/symbols/plugins/ftp/check.lst b/translations/symbols/plugins/ftp/check.lst new file mode 100644 index 000000000..abd7530d5 --- /dev/null +++ b/translations/symbols/plugins/ftp/check.lst @@ -0,0 +1,62 @@ +Same Size of Property Pages: 500 520 535 815 915 545 650 695 + +Drop-Down Button: 520: 532 +Drop-Down Button: 560: 579 +Drop-Down Button: 580: 532 +Drop-Down Button: 695: 701 +Drop-Down Button: 710: 717 +Drop-Down Button: 920: 935 +Drop-Down Button: 830: 1 +Drop-Down Button: 840: 1 +Drop-Down Button: 841: 1 +Drop-Down Button: 843: 1 +Drop-Down Button: 844: 1 +Drop-Down Button: 845: 1 +Drop-Down Button: 847: 1 +Drop-Down Button: 850: 1 +Drop-Down Button: 855: 1 +Drop-Down Button: 865: 1 +Drop-Down Button: 870: 1 +Drop-Down Button: 880: 1 +Drop-Down Button: 890: 1 +Drop-Down Button: 896: 1 +Drop-Down Button: 898: 1 +Drop-Down Button: 900: 1 + +Combo Box: 520: 527: 10075 10076 10077 10078 +Combo Box: 725: 732: 10630 10631 +Combo Box: 815: 816: 10750 10751 10752 10753 10754 10755 +Combo Box: 815: 817: 10750 10751 10756 10755 +Combo Box: 815: 818: 10750 10751 10755 +Combo Box: 815: 819: 10750 10751 10755 +Combo Box: 815: 820: 10750 10751 10752 10753 10754 10755 +Combo Box: 815: 821: 10750 10751 10752 10753 10754 10755 +Combo Box: 815: 822: 10750 10757 10758 10755 +Combo Box: 815: 823: 10750 10757 10755 +Combo Box: 815: 824: 10750 10759 10755 +Combo Box: 815: 825: 10750 10759 10755 +Combo Box: 815: 826: 10750 10759 10755 + +Combo Box: 915: 816: 10750 10751 10752 10753 10754 10755 +Combo Box: 915: 817: 10750 10751 10756 10755 +Combo Box: 915: 818: 10750 10751 10755 +Combo Box: 915: 819: 10750 10751 10755 +Combo Box: 915: 820: 10750 10751 10752 10753 10754 10755 +Combo Box: 915: 821: 10750 10751 10752 10753 10754 10755 +Combo Box: 915: 822: 10750 10757 10758 10755 + +Combo Box: 580: 583: 10130 +Combo Box: 580: 584: 10133 10134 10135 10136 +Combo Box: 580: 527: 10075 10076 10077 10078 +Combo Box: 580: 531: 11190 11191 +Combo Box: 920: 922: 11193 11194 11195 11196 11197 11198 11199 11200 11201 11202 11203 11204 11205 11206 11207 11192 +Combo Box: 520: 531: 11190 + +Multi-Text Control: 560: 578: 11390 +Multi-Text Control: 725: 730: 10627 10626 10628 10629 +Multi-Text Control: 750: 2: 10780 10781 +Multi-Text Control: 750: 751: 10776 10778 +Multi-Text Control: 750: 753: 10777 +Multi-Text Control: 750: 761: 11180 +Multi-Text Control: 750: 767: 11181 +Multi-Text Control: 920: 936: 11390 diff --git a/translations/symbols/plugins/ftp/ignore.lst b/translations/symbols/plugins/ftp/ignore.lst new file mode 100644 index 000000000..a53c94bf5 --- /dev/null +++ b/translations/symbols/plugins/ftp/ignore.lst @@ -0,0 +1,30 @@ +Overlap in dialog: 500: 503 x 504 +Overlap in dialog: 500: 503 x 3000 +Overlap in dialog: 520: 588 x 589 +Overlap in dialog: 520: 590 x 591 +Overlap in dialog: 520: 590 x 3003 +Overlap in dialog: 580: 588 x 589 +Overlap in dialog: 580: 590 x 591 +Overlap in dialog: 750: 756 x 777 +Overlap in dialog: 750: 756 x 776 + +Clipped text in dialog: 500: 502 +Clipped text in dialog: 500: 503 +Clipped text in dialog: 520: 588 +Clipped text in dialog: 520: 590 +Clipped text in dialog: 580: 588 +Clipped text in dialog: 580: 590 +Clipped text in dialog: 779: 782 +Clipped text in dialog: 785: 787 +Clipped text in dialog: 795: 810 + +Size of icon is small: 750: 776 + +Misaligned controls in dialog: 560: 567 x 571 +Misaligned controls in dialog: 560: 568 x 571 +Misaligned controls in dialog: 740: 744 x 1 + +Different sized controls in dialog: 560: 567 x 571 + +Control is progress bar: 680: 690 +Control is progress bar: 750: 757 diff --git a/translations/symbols/plugins/ftp/salmenu.mnu b/translations/symbols/plugins/ftp/salmenu.mnu new file mode 100644 index 000000000..611d1573e --- /dev/null +++ b/translations/symbols/plugins/ftp/salmenu.mnu @@ -0,0 +1,45 @@ +MsgBoxButtons= +{ +IDS_WAITRETRESCABORTBTN +IDS_WAITRETRESCRETRYBTN +IDS_WAITRETRESCWAITBTN +} + +EditServerTypeADCondMenu= +{ +IDS_ADCSTR_AND +IDS_ADCSTR_OR +IDS_ADCSTR_NOT +IDS_ADCSTR_LEFTPAR +IDS_ADCSTR_RIGHTPAR +IDS_ADCSTR_SYSTCONTAINS +IDS_ADCSTR_WELMSGCONTAINS +IDS_ADCSTR_SYSTCONTAINSREG +IDS_ADCSTR_WELMSGCONTAINSREG +} + +MsgBoxButtons= +{ +IDS_DISCONNECTBUTTON +IDS_KEEPCONBUTTON +} + +PluginMenu= +{ +IDS_MENUTRMODEAUTO +IDS_MENUTRMODEASCII +IDS_MENUTRMODEBINARY + +IDS_CONNECTFTPSERVER +IDS_ORGBOOKMARKSCMD +IDS_SHOWLOGS +IDS_DISCONNECT +IDS_SHOWCERT +IDS_MENUTRANSFERMODE +IDS_REFRESHPATH +IDS_ADDBOOKMARK +IDS_SENDFTPCOMMAND +IDS_SHOWRAWLISTING +IDS_LISTHIDDENFILES +} + diff --git a/translations/symbols/plugins/ftp/symbols.inc b/translations/symbols/plugins/ftp/symbols.inc new file mode 100644 index 000000000..33233a2f6 --- /dev/null +++ b/translations/symbols/plugins/ftp/symbols.inc @@ -0,0 +1,2360 @@ +// Defines for Altap Translator +#define IDOK 1 +#define IDCANCEL 2 +#define IDABORT 3 +#define IDRETRY 4 +#define IDIGNORE 5 +#define IDYES 6 +#define IDNO 7 +#define IDCLOSE 8 +#define IDHELP 9 + +///* X:\ALTAP\PETR\salamand\plugins\ftp\lang\lang.rh +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by lang.rc +// +#define IDD_CFGGENERAL 500 +#define IDC_WELCOMEMESSAGE 501 +#define IDC_PRIORITYTOPANELCON 502 +#define IDC_ENABLETOTSPEEDLIM 503 +#define IDE_TOTALSPEEDLIMIT 504 +#define IDE_ANONYMOUSPASSWD 505 +#define IDC_ACCEPTHEXESCSEQ 506 +#define IDC_CLOSEOPERDLGIFSUCCESS 507 +#define IDC_OPENSOLVEERRIFIDLE 508 +#define IDD_CFGDEFAULTS 520 +#define IDC_PASSIVE 521 +#define IDC_KEEPALIVE 522 +#define IDC_BINARYMODE 523 +#define IDC_ASCIIMODE 524 +#define IDC_AUTODETECT 525 +#define IDE_ASCIIMASKS 526 +#define IDC_KEEPALIVESEND 527 +#define IDE_KEEPALIVEEVERY 528 +#define IDE_KEEPALIVESTOPAFTER 529 +#define IDT_ASCIIMASKHINTS 530 +#define IDC_PROXYSERVER 531 +#define IDB_ADDPROXYSRV 532 +#define IDD_CFGCONFIRMATIONS 535 +#define IDC_ALWAYSNOTCLOSE 536 +#define IDC_ALWAYSDISCONNECT 537 +#define IDC_ALWAYSRECONNECT 538 +#define IDC_ALWAYSOVERWRITE 539 +#define IDC_WARNWHENCONLOST 540 +#define IDC_HINTLISTHIDDENFILES 541 +#define IDD_CFGADVANCED 545 +#define IDE_SRVREPLIESTIMEOUT 546 +#define IDE_DELAYBETWCONRETR 547 +#define IDE_CONNECTRETRIES 548 +#define IDE_RESUMEMINFILESIZE 549 +#define IDE_RESUMEOVERLAP 550 +#define IDE_MEMCACHESIZELIMIT 551 +#define IDE_NODATATRTIMEOUT 552 +#define IDE_PASSWORD_LOCKED 559 +#define IDD_CONNECT 560 +#define IDL_BOOKMARKS 561 +#define IDT_HOSTADDRESS 562 +#define IDE_HOSTADDRESS 563 +#define IDT_INITIALPATH 564 +#define IDE_INITIALPATH 565 +#define IDC_ANONYMOUSLOGIN 566 +#define IDE_USERNAME 567 +#define IDE_PASSWORD 568 +#define IDC_SAVEPASSWORD 569 +#define IDB_ADVACED 570 +#define IDE_ADVANCEDINFO 571 +#define IDB_NEWBOOKMARK 572 +#define IDB_RENAMEBOOKMARK 573 +#define IDB_REMOVEBOOKMARK 574 +#define IDB_CLOSE 575 +#define IDT_USERNAME 576 +#define IDT_PASSWORD 577 +#define IDC_SAVEPASSWORD_HINT 578 +#define IDB_PASSWORD_CHANGE 579 +#define IDD_CONNECTADVANCED 580 +#define IDE_TARGETPATH 581 +#define IDB_BROWSE 582 +#define IDC_SERVERTYPE 583 +#define IDC_TRANSFERMODE 584 +#define IDC_CONNECTTOPORT 585 +#define IDC_USEKEEPALIVE 586 +#define IDC_USEPASSIVEMODE 587 +#define IDC_MAXCONCURRENTCON 588 +#define IDE_MAXCONCURRENTCON 589 +#define IDC_SRVSPEEDLIMIT 590 +#define IDE_SRVSPEEDLIMIT 591 +#define IDE_INITFTPCOMMANDS 592 +#define IDC_USELISTINGSCACHE 593 +#define IDC_LISTCOMMAND 594 +#define IDC_ENCRYPTCONTROLCONN 596 +#define IDC_ENCRYPTDATACONN 597 +#define IDC_COMPRESSDATA 598 +#define IDD_RENAMEDLG 600 +#define IDT_SUBJECT 601 +#define IDE_NAME 602 +#define IDD_NEWBOOKMARKDLG 610 +#define IDC_COPYFOCUSEDSRV 611 +#define IDT_NEWNAME 612 +#define IDD_ENTERSTRDLG 620 +#define IDT_STRING 621 +#define IDE_STRING 622 +#define IDT_CONNECTINGTOAS 623 +#define IDD_LOGINERRORDLG 630 +#define IDE_ACCOUNT 631 +#define IDC_RETRYWITHOUTASK 632 +#define IDE_SERVERREPLY 633 +#define IDT_CONNECTINGTO 634 +#define IDT_ERRORTITLE 635 +#define IDC_APPLYTOALL 636 +#define IDD_WELCOMEMSGDLG 640 +#define IDE_WELCOMEMSG 641 +#define IDB_SAVEMSGAS 642 +#define IDD_CFGLOGS 650 +#define IDC_ENABLELOGGING 651 +#define IDC_LOGMAXSIZE 652 +#define IDE_LOGMAXSIZE 653 +#define IDC_MAXCLOSEDCONLOGS 654 +#define IDE_MAXCLOSEDCONLOGS 655 +#define IDC_DISABLELOGWORKERS 656 +#define IDE_FTPCOMMAND_PASSWD 657 +#define IDD_LOGSDLG 660 +#define IDC_LISTOFLOGS 661 +#define IDE_SERVERLOG 662 +#define IDC_MENULINE 663 +#define IDD_SENDCOMMANDDLG 670 +#define IDC_FTPCOMMAND 671 +#define IDC_SECRETCOMMAND 672 +#define IDC_CHANGEPATHINPANEL 673 +#define IDC_REFRESHWORKINGPATH 674 +#define IDD_LISTWAITDLG 680 +#define IDT_ACTION 681 +#define IDT_PATHONFTP1 682 +#define IDT_PATHONFTP2 683 +#define IDT_ESTIMATEDTIME1 684 +#define IDT_ESTIMATEDTIME2 685 +#define IDT_ELAPSEDTIME1 686 +#define IDT_ELAPSEDTIME2 687 +#define IDT_OPERSTATUS1 688 +#define IDT_OPERSTATUS2 689 +#define IDC_OPERPROGRESS 690 +#define IDD_CFGSERVERTYPES 695 +#define IDL_SUPPORTEDSERVERS 696 +#define IDB_NEWSERVER 697 +#define IDB_EDITSERVER 698 +#define IDB_MOVESERVERUP 699 +#define IDB_MOVESERVERDOWN 700 +#define IDB_OTHERSERVERACT 701 +#define IDD_EDITSERVERTYPE 710 +#define IDE_AUTODETECTCOND 711 +#define IDB_ADCONDINSERT 712 +#define IDL_SRVTYPECOLUMNS 713 +#define IDB_NEWCOLUMN 714 +#define IDB_EDITCOLUMN 715 +#define IDB_REMOVECOLUMN 716 +#define IDB_MOVECOLUMN 717 +#define IDE_PARSINGRULES 718 +#define IDB_TESTPARSER 719 +#define IDD_EDITSRVTYCOLUMN 725 +#define IDE_COL_ID 726 +#define IDC_COL_NAME 727 +#define IDC_COL_TYPE 728 +#define IDE_COL_EMPTY 729 +#define IDT_COL_FORMHELP 730 +#define IDC_COL_DESCR 731 +#define IDC_COL_ALIGNMENT 732 +#define IDD_SRVTYPETESTPARSER 740 +#define IDE_PARSER_RAWLIST 741 +#define IDC_PARSER_LISTINCOMPL 742 +#define IDB_PARSER_PARSELIST 743 +#define IDB_PARSER_LOADLIST 744 +#define IDL_PARSER_COLUMNS 745 +#define IDD_OPERATIONDLG 750 +#define IDT_OPSOURCETITLE 751 +#define IDT_OPSOURCETEXT 752 +#define IDT_OPTARGETTITLE 753 +#define IDT_OPTARGETTEXT 754 +#define IDT_OPTIMELEFT 755 +#define IDT_OPSTATUS 756 +#define IDC_OPPROGRESS 757 +#define IDB_SHOWDETAILS 758 +#define IDB_SHOWERRORS 759 +#define IDB_HIDE 760 +#define IDB_PAUSERESUME 761 +#define IDC_DLGSPLITBAR 762 +#define IDL_CONNECTIONS 763 +#define IDB_OPCONSSOLVEERROR 764 +#define IDB_OPCONSADD 765 +#define IDB_OPCONSSTOP 766 +#define IDB_OPCONSPAUSERESUME 767 +#define IDT_OPERATIONSTEXT 768 +#define IDL_OPERATIONS 769 +#define IDB_OPOPERSSHOWONLYERR 770 +#define IDB_OPOPERSSOLVEERROR 771 +#define IDB_OPOPERSRETRY 772 +#define IDB_OPOPERSSKIP 773 +#define IDT_CONNECTIONS 774 +#define IDT_OPELAPSEDTIME 775 +#define IDI_ERRORICON 776 +#define IDT_ERRORMSG 777 +#define IDC_OPCLOSEWINWHENDONE 778 +#define IDD_COPYMOVEDLG 779 +#define IDT_TGTPATHSUBJECT 780 +#define IDC_TGTPATH 781 +#define IDC_ADDTOQUEUE 782 +#define IDD_CONFIRMDELETEDLG 785 +#define IDT_DELSUBJECT 786 +#define IDC_DELADDTOQUEUE 787 +#define IDC_DELICON 788 +#define IDD_CHANGEATTRSDLG 795 +#define IDT_CHATTRSUBJECT 796 +#define IDC_READOWNER 797 +#define IDC_WRITEOWNER 798 +#define IDC_EXECUTEOWNER 799 +#define IDC_READGROUP 800 +#define IDC_WRITEGROUP 801 +#define IDC_EXECUTEGROUP 802 +#define IDC_READOTHERS 803 +#define IDC_WRITEOTHERS 804 +#define IDC_EXECUTEOTHERS 805 +#define IDE_NUMATTRVALUE 806 +#define IDC_CHATTRSETFILES 807 +#define IDC_CHATTRSETDIRS 808 +#define IDC_INCLUDESUBDIRS 809 +#define IDC_CHATTRADDTOQUEUE 810 +#define IDD_CFGOPERATIONS 815 +#define IDC_FILEALREADYEXISTS 816 +#define IDC_DIRALREADYEXISTS 817 +#define IDC_CANNOTCREATEFILE 818 +#define IDC_CANNOTCREATEDIR 819 +#define IDC_RETRYONCREATED 820 +#define IDC_RETRYONRESUMED 821 +#define IDC_ASCIITRFORBINFILE 822 +#define IDC_UNKNOWNATTRS 823 +#define IDC_NONEMPTYDIRDEL 824 +#define IDC_HIDDENFILEDEL 825 +#define IDC_HIDDENDIRDEL 826 +#define IDD_SOLVEITEMERRDETAILED 830 +#define IDE_SCRD_TGTNAME 831 +#define IDB_SCRD_SKIP 832 +#define IDC_SCRD_APPLYTOALL 833 +#define IDE_SCRD_DETAILS 834 +#define IDE_SCRD_SRCPATH 835 +#define IDE_SCRD_SRCNAME 836 +#define IDE_SCRD_TGTPATH 837 +#define IDD_SOLVEITEMERRDETAILEDEX 840 +#define IDD_SOLVEITEMERRDETAILED2 841 +#define IDD_SOLVEITEMERRDETAILED3 843 +#define IDD_SOLVEITEMERRDETAILED3EX 844 +#define IDD_SOLVEITEMERRSIMPLE 845 +#define IDD_SOLVEITEMERRSIMPLEEX 847 +#define IDD_SOLVELOWMEMORYERR 850 +#define IDD_SOLVEITEMERRUNKATTR 855 +#define IDE_SCRD_CURATTR 856 +#define IDE_SCRD_NEWATTR 857 +#define IDD_SOLVEITEMSETNEWATTR 865 +#define IDD_SOLVEITEMSIMPLEERR 870 +#define IDB_SISE_SKIP 871 +#define IDC_SISE_APPLYTOALL 872 +#define IDE_SISE_PATH 873 +#define IDE_SISE_NAME 874 +#define IDD_SOLVESERVERCMDERR 880 +#define IDB_SSCD_SKIP 881 +#define IDC_SSCD_APPLYTOALL 882 +#define IDE_SSCD_PATH 883 +#define IDE_SSCD_NAME 884 +#define IDE_SSCD_ERRDSCR 885 +#define IDD_SOLVESERVERCMDERR2 890 +#define IDE_SSCD_SRCPATH 891 +#define IDE_SSCD_SRCNAME 892 +#define IDE_SSCD_TGTPATH 893 +#define IDE_SSCD_TGTNAME 894 +#define IDD_SOLVESERVERCMDERR2EX 896 +#define IDD_SOLVESERVERCMDERR3 898 +#define IDD_SOLVEITEMERRASCIITR 900 +#define IDD_VIEWERRASCIITRFORBINFILE 910 +#define IDI_INFOICON 911 +#define IDD_CFGOPERATIONS2 915 +#define IDD_PROXYSERVER 920 +#define IDE_PRXSRV_NAME 921 +#define IDC_PRXSRV_TYPE 922 +#define IDE_PRXSRV_ADDRESS 923 +#define IDE_PRXSRV_PORT 924 +#define IDE_PRXSRV_USER 925 +#define IDE_PRXSRV_PASSWD 926 +#define IDC_PRXSRV_SAVEPASSWD 927 +#define IDE_PRXSRV_SCRIPT 928 +#define IDE_PRXSRV_PASSWD_LOCKED 929 +#define IDD_LOGINERRORDLGEX 930 +#define IDE_PROXYUSER 931 +#define IDE_PROXYPASSWD 932 +#define IDB_PRXSRV_PASSWD_CHANGE 935 +#define IDC_PRXSRV_SAVEPASSWD_HINT 936 +#define IDD_CERTIFICATE 940 +#define IDT_CERTIFICATE_ERROR 941 +#define IDB_CERTIFICATE_VIEW 942 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 8500 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 8700 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif +///* X:\ALTAP\PETR\salamand\plugins\ftp\ftp.rh2 +#pragma once + +#if defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) +#error this file is not editable by Microsoft Visual C++ +#endif //defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) + +#define IDC_STATIC_1 3000 +#include "statics.rh2" // 3000 az 3039 jsou timto zabrane !!! + + +// ICONS/CURSORS/BITMAPS: + + +#define IDC_FTPICON 1000 +#define IDC_FTPLOGICON 1001 +#define IDC_DRAGCURSOR 1002 +#define IDC_FTPOPERICON 1003 +#define IDC_FTPICONBMP 1004 +#define IDC_WARNINGICON 1005 + + +// MENU: + + +// context menu in Connect to FTP Server dialog - in listbox with bookmarks +#define IDM_SRVCONTEXTMENU 1100 +// context menu in Connect to FTP Server dialog (in "Organize Bookmarks" mode) - in listbox with bookmarks +#define IDM_SRVCONTEXTMENU2 1101 +// context menu in Alt+F1/F2 (for active FS) and for change drive button in panel toolbar and for panel (behind items) +#define IDM_ACTPATHCONTEXTMENU 1102 +// context menu in Alt+F1/F2 (for FS item - "FTP Client") +#define IDM_CHNGDRVCONTMENU 1103 +// context menu in Alt+F1/F2 (for detached FS) +#define IDM_DETPATHCONTEXTMENU 1104 +// menu in Logs dialog +#define IDM_LOGSMENU 1105 +// menu in Configuration dialog on page Servers on button Other +#define IDM_SERVERSOTHERACT 1106 +// menu in Configuration dialog on page Servers in listbox Supported Servers +#define IDM_SERVERSACTIONS 1107 +// menu in Configuration/Servers/Edit on button Move +#define IDM_SRVTYPEMOVECOLUMN 1108 +// menu in Configuration/Servers/Edit in edit Rules for Parsing +#define IDM_SRVTYPERULESMENU 1109 +// menu in Configuration/Servers/Edit in listview Columns +#define IDM_SRVTYPECOLUMNS 1110 +// menu on button Retry in Error Creating Target Directory dialog and Target Directory Already Exists dialogs (see Solve Error button in operation dialog) +#define IDM_DIREXISTSERRRETRY 1111 +// menu on button Retry in Target File Already Exists dialog (see second Solve Error button in operation dialog) +#define IDM_FILEEXISTSERRRETRY 1112 +// menu on button Ignore in Some of Existing Attributes Cannot be Preserved dialog (see second Solve Error button in operation dialog) +#define IDM_UNKATTRSERRIGNORE 1113 +// menu on button Retry in Confirm Deleting of Hidden Directory, Confirm Deleting of Hidden File, and Confirm Deleting of Non-Empty Directory dialogs (see Solve Error button in operation dialog) +#define IDM_DELETEERRORRETRY 1114 +// menu on button Retry in Error Deleting File or Link and Error Deleting Directory dialogs (see Solve Error button in operation dialog) +#define IDM_DELETEERRORONSRVRETRY 1115 +// menu on button Retry in Error Resuming File dialog (see Solve Error button in operation dialog) +#define IDM_RESUMEERRORONRETRY 1116 +// menu on button Retry in Error Resuming File dialog (see Solve Error button in operation dialog) +#define IDM_RESUMETESTFAILEDONRETRY 1117 +// menu on button Use Binary Mode in ASCII Transfer Mode is Set for File with Binary Content dialog (see Solve Error button in operation dialog) +#define IDM_ASCIITRFORBINFILE 1118 +// menu on Add button in FTP Configuration > General (Proxy Server combobox) +#define IDM_ADDPROXYSERVER 1119 +// menu in Proxy Server dialog, in Script editbox +#define IDM_PRXSRVSCRIPTMENU 1120 +// menu on button Retry in Error Testing File dialog (see Solve Error button in operation dialog) +#define IDM_UPLTESTIFFINISHEDONRETRY 1121 +// menu on button Retry in Error Creating Target File dialog (see second Solve Error button in operation dialog) +#define IDM_CANTCRFILEERRRETRY 1122 +// menu on button Retry in Transfer Has Failed dialogs (see second Solve Error button in operation dialog) +#define IDM_TRANSFERFAILEDERRRETRY 1123 +// menu in Connect dialog and Proxy Server dialog on the (password) Unlock button +#define IDM_UNLOCKPASSWORD 1124 + + +// COMMANDS: + + +#define CM_MOVEUPBOOKMARK 1200 +#define CM_MOVEDOWNBOOKMARK 1201 +#define CM_COPYSRVTO 1202 +#define CM_DISCONNECTSRV 1203 +#define CM_ADDBOOKMARK 1204 +#define CM_CONNECTSRV 1205 +#define CM_OPENDETACHED 1206 +#define CM_SAVELOG 1207 +#define CM_SAVEALLLOGS 1208 +#define CM_COPYLOG 1209 +#define CM_COPYALLLOGS 1210 +#define CM_CLEARLOG 1211 +#define CM_REMOVELOG 1212 +#define CM_REMOVEALLLOGS 1213 +#define CM_SHOWLOG 1214 +#define CM_SENDFTPCOMMAND 1215 +#define CM_SHOWLOGFORPANEL 1216 +#define CM_ORGBOOKMARKS 1217 +#define CM_SHOWLOGS 1218 +#define CM_SHOWRAWLISTING 1219 +#define CM_COPYSERVERTO 1220 +#define CM_RENAMESERVER 1221 +#define CM_REMOVESERVER 1222 +#define CM_IMPORTSERVER 1223 +#define CM_EXPORTSERVER 1224 +#define CM_MOVECOLUMNUP 1225 +#define CM_MOVECOLUMNDOWN 1226 + +#define CM_STRM_UNDO 1227 +#define CM_STRM_CUT 1228 +#define CM_STRM_COPY 1229 +#define CM_STRM_PASTE 1230 +#define CM_STRM_DELETE 1231 +#define CM_STRM_SELECTALL 1232 +#define CM_STRM_RULESTART 1233 +#define CM_STRM_RULEEND 1234 +#define CM_STRM_COMMENT 1235 +#define CM_STRM_SKIPWSIFANY 1236 +#define CM_STRM_SKIPWS 1237 +#define CM_STRM_SKIPNUMOFWS 1238 +#define CM_STRM_SKIPWSENDEOLS 1239 +#define CM_STRM_SKIPRESTOFLINE 1240 +#define CM_STRM_SKIPWORD 1241 +#define CM_STRM_SKIPNUMOFLETTERS 1242 +#define CM_STRM_SKIPALLTO 1243 +#define CM_STRM_ASGNRESTOFLINE 1244 +#define CM_STRM_ASGNWORD 1245 +#define CM_STRM_ASGNNUM 1246 +#define CM_STRM_ASGNNUMWITHSEP 1247 +#define CM_STRM_ASGN3LETTERMONTH 1248 +#define CM_STRM_ASGNMONTH 1249 +#define CM_STRM_ASGNDAY 1250 +#define CM_STRM_ASGNYEAR 1251 +#define CM_STRM_ASGNTIME 1252 +#define CM_STRM_ASGNYEARORTIME 1253 +#define CM_STRM_ASGNNUMOFLETTERS 1254 +#define CM_STRM_ASGNALLTO 1255 +#define CM_STRM_ASGNALLUPTO 1256 +#define CM_STRM_ASGNUNIXLINK 1257 +#define CM_STRM_ASGNUNIXDEV 1258 +#define CM_STRM_ASGNEXPR 1259 +#define CM_STRM_CUTWSINIT 1260 +#define CM_STRM_CUTWSTRAIL 1261 +#define CM_STRM_CUTWSBOTH 1262 +#define CM_STRM_STVARISFIRSTNELINE 1263 +#define CM_STRM_STVARISLASTNELINE 1264 +#define CM_STRM_STVARNEXTCHAR 1265 +#define CM_STRM_STVARNEXTWORD 1266 +#define CM_STRM_STVARRESTOFLINE 1267 +#define CM_STRM_OPEREQUAL 1268 +#define CM_STRM_OPERNOTEQUAL 1269 +#define CM_STRM_OPERSTREQUAL 1270 +#define CM_STRM_OPERSTRNOTEQUAL 1271 +#define CM_STRM_OPERISINSTR 1272 +#define CM_STRM_OPERISNOTINSTR 1273 +#define CM_STRM_IF 1274 +#define CM_STRM_BACK 1275 +#define CM_STRM_ADDSTRTOCOL 1276 +#define CM_STRM_ASGN3LETMONTHGEN 1277 +#define CM_STRM_ASGNTEXTMONTH 1278 +#define CM_STRM_ASGNTEXTMONTHGEN 1279 +#define CM_STRM_ASGNPOSNUM 1280 +#define CM_STRM_OPERENDWITH 1281 +#define CM_STRM_OPERNOTENDWITH 1282 +#define CM_STRM_CUTENDOFSTR 1283 +#define CM_STRM_SKIPALLTONUMBER 1284 + +#define CM_TRMODEAUTO 1300 +#define CM_TRMODEASCII 1301 +#define CM_TRMODEBINARY 1302 +#define CM_REFRESHPATH 1303 +#define CM_SCRD_USEALTNAME 1304 +#define CM_SDEX_USEEXISTINGDIR 1305 +#define CM_SIED_RESUME 1306 +#define CM_SIED_RESUMEOROVR 1307 +#define CM_SIED_OVERWRITE 1308 +#define CM_SIED_OVERWRITEALL 1309 +#define CM_SIEA_RETRY 1310 +#define CM_SIEA_SETNEWATTRS 1311 +#define CM_SISE_RETRY 1312 +#define CM_SSCD_MARKASDELETED 1313 +#define CM_SSCD_USEALTNAME 1314 +#define CM_SSCD_RESUME 1315 +#define CM_SSCD_RESUMEOROVR 1316 +#define CM_SSCD_OVERWRITE 1317 +#define CM_SSCD_REDUCEFILESIZE 1318 +#define CM_SSCD_MARKASUPLOADED 1319 +#define CM_SATR_RETRY 1320 +#define CM_SATR_IGNORE 1321 + +#define CM_EDITPROXYSRV 1330 +#define CM_DELETEPROXYSRV 1331 +#define CM_MOVEUPPROXYSRV 1332 +#define CM_MOVEDOWNPROXYSRV 1333 + +#define CM_PSS_3XX 1340 +#define CM_PSS_PROXYHOST 1341 +#define CM_PSS_PROXYPORT 1342 +#define CM_PSS_PROXYUSER 1343 +#define CM_PSS_PROXYPASSWD 1344 +#define CM_PSS_HOST 1345 +#define CM_PSS_PORT 1346 +#define CM_PSS_USER 1347 +#define CM_PSS_PASSWD 1348 +#define CM_PSS_ACCOUNT 1349 +#define CM_PSS_UNDO 1350 +#define CM_PSS_CUT 1351 +#define CM_PSS_COPY 1352 +#define CM_PSS_PASTE 1353 +#define CM_PSS_DELETE 1354 +#define CM_PSS_SELECTALL 1355 + +#define CM_LISTHIDDENFILES 1356 + +#define CM_HELPFORLOGSWND 1357 + +#define CM_SHOWCERT 1358 + +#define CM_UNLOCKPASSWORD 1360 +#define CM_CLEARPASSWORD 1361 + + +// IDs for addressing html help pages + + +#define IDH_CONNECTFTPSERVER 2000 +#define IDH_ORGANIZEBOOKMARKS 2001 +#define IDH_SHOWLOGS 2002 +#define IDH_DISCONNECT_F12 2003 +#define IDH_TRMODESUBMENU 2004 +#define IDH_REFRESHPATH 2005 +#define IDH_ADDBOOKMARK 2006 +#define IDH_SENDFTPCOMMAND 2007 +#define IDH_SHOWRAWLISTING 2008 +#define IDH_LISTHIDDENFILES 2009 +#define IDH_MOVEDLG 2010 +#define IDH_ORGBOOKMARKSDLG 2011 +#define IDH_FTPLOGSWINDOW 2012 +#define IDH_SOLVEERROR 2013 +#define IDH_SHOWCERT 2014 + + +// TEXTS: + + +// title of messageboxes +#define IDS_FTPPLUGINTITLE 10000 + +// WinLibLT error message: invalid number! (it's shown in dialogs when invalid number is entered to edit line) +#define IDS_INVALIDNUMBER 10005 + +// information about this plug-in to the Plug-ins dialog (name, version, copyright, description) +#define IDS_PLUGINNAME 10010 +#define IDS_PLUGINDESCR 10011 + +// About dialog (title + text): +#define IDS_ABOUTPLUGINTITLE 10020 + +// change drive menu (Alt+F1/F2) item name +#define IDS_FTPCHNGDRVITEM 10030 + +// general error box title +#define IDS_FTPERRORTITLE 10040 +// error text: unable to finish operation because of too long path +#define IDS_TOOLONGPATH 10041 +// error text: A host name is missing in the path specified +#define IDS_HOSTNAMEMISSING 10042 +// error text: Port is not a number or is not in range 1 to 65535 in the path specified +#define IDS_INVALIDPORT 10043 + +// configuration dialog title +#define IDS_CONFIGTITLE 10050 + +// error message for group masks: file mask is syntactically incorrect +#define IDS_INCORRECTSYNTAX 10055 + +// error message for edit line with number: the number must be positive +#define IDS_MUSTBEPOSITIVE 10060 + +// error message for edit line with number: the number must be greater than zero +#define IDS_MUSTBEGRTHANZERO 10065 + +// error message in configuration/advanced - keep alive settings: stop time may not be less than sending period +#define IDS_KAEVERYGRTHSTOP 10070 +// error message in configuration/advanced - keep alive settings: the sending period may not be greater than 10000 seconds +#define IDS_KAEVERYTOOBIG 10071 +// error message in configuration/advanced - keep alive settings: stop time may not be greater than 10000 minutes +#define IDS_KASTOPTOOBIG 10072 + +// keep alive settings: name of commands to send +#define IDS_KEEPALIVECMDNOOP 10075 +#define IDS_KEEPALIVECMDPWD 10076 +#define IDS_KEEPALIVECMDNLST 10077 +#define IDS_KEEPALIVECMDLIST 10078 + +// menu command name: Connect FTP Server... +#define IDS_CONNECTFTPSERVER 10090 +// menu command name: Disconnect...\tF12 +#define IDS_DISCONNECT 10091 +// menu command name: Add Bookmark... +#define IDS_ADDBOOKMARK 10092 +// menu command name: Show Logs... +#define IDS_SHOWLOGS 10093 +// menu command name: Send FTP Command... +#define IDS_SENDFTPCOMMAND 10094 +// menu command name: Organize Bookmarks... +#define IDS_ORGBOOKMARKSCMD 10095 +// menu command name: Show Raw Listing... +#define IDS_SHOWRAWLISTING 10096 +// menu command name: Refresh +#define IDS_REFRESHPATH 10097 +// menu command name: List Hidden Files and Directories (Unix) +#define IDS_LISTHIDDENFILES 10098 +// menu command name: Show Certificate +#define IDS_SHOWCERT 10099 + +// Connect to FTP Server dialog: first item in listbox - Quick Connect +#define IDS_QUICKCONNECT 10100 + +// Connect to FTP Server dialog: texts for editline with short description of Advanced features +// no advaced options +#define IDS_ADVSTRNONE 10105 +// target path is set +#define IDS_ADVSTRTARGETPATH 10106 +// server type is set +#define IDS_ADVSTRSERVERTYPE 10107 +// port is set +#define IDS_ADVSTRPORT 10108 +// passive mode is ON +#define IDS_ADVSTRSERVERPASVYES 10109 +// passive mode is OFF +#define IDS_ADVSTRSERVERPASVNO 10110 +// keep alive is ON (uses own keep-alive settings) +#define IDS_ADVSTRKEEPALIVEYES 10111 +// keep alive is OFF +#define IDS_ADVSTRKEEPALIVENO 10112 +// maximal number of concurrent connections is set (uses other number than default) +#define IDS_ADVSTRMAXCONCURCON 10113 +// unlimited number of concurrent connections +#define IDS_ADVSTRUNLIMITEDCON 10114 +// server speed limit is set (uses other number than default) +#define IDS_ADVSTRSPEEDLIM 10115 +// unlimited server speed +#define IDS_ADVSTRUNLIMITEDSPEED 10116 +// transfer mode: binary +#define IDS_ADVSTRTRMODBINARY 10117 +// transfer mode: ASCII +#define IDS_ADVSTRTRMODASCII 10118 +// transfer mode: automatic +#define IDS_ADVSTRTRMODAUTO 10119 +// store lists of files and directories to cache is ON +#define IDS_ADVSTRUSECACHEYES 10120 +// store lists of files and directories to cache is OFF +#define IDS_ADVSTRUSECACHENO 10121 +// initial FTP commands are set +#define IDS_ADVSTRINITFTPCMDS 10122 +// FTP command for listing +#define IDS_ADVSTRLISTCOMMAND 10123 +// Proxy: %s +#define IDS_ADVSTRPROXYSRV 10124 +// if no proxy server is used (direct connection): Not Used +#define IDS_ADVSTRPROXYNOTUSED 10125 +// Only control connection encrypted +#define IDS_ADVSTRSSLCONTRONLY 10126 +// Both control and data connections encrypted +#define IDS_ADVSTRSSLCONTRDATA 10127 +// Data transfers are compressed (MODE Z) +#define IDS_ADVSTRMODEZ 10128 +// Data transfers are not compressed (no MODE Z) +#define IDS_ADVSTRNOMODEZ 10129 + +// Connect to FTP Server dialog: Advanced Options: Server Type: text for Autodetect +#define IDS_SRVTYPEAUTODETECT 10130 + +// Connect to FTP Server dialog: Advanced Options: File transfer mode: combo box values +// default mode from configuration +#define IDS_TRANSFMODEDEFAULT 10133 +// binary mode +#define IDS_TRANSFMODEBINARY 10134 +// ASCII mode +#define IDS_TRANSFMODEASCII 10135 +// automatic - masks for ASCII mode is in Configuration +#define IDS_TRANSFMODEAUTO 10136 + +// Connect to FTP Server dialog: Advanced Options: browse for directory to target panel - comment +#define IDS_SELECTTARGETDIR 10138 + +// Connect to FTP Server dialog + Configuration/Servers page: Rename: text - Rename XXX to +#define IDS_RENAMESRVTO 10140 +// Connect to FTP Server dialog: New: checkbox - Copy data from XXX bookmark +#define IDS_COPYDATAFROM 10141 +// bookmark and user name: error - empty value is not allowed here +#define IDS_MAYNOTBEEMPTY 10142 +// Connect to FTP Server dialog: Remove: confirmation - Do you really want to remove bookmark XXX? +#define IDS_REMOVECONFIRM 10143 + +// Connect to FTP Server dialog: unable to connect because server address is empty +#define IDS_HOSTMAYNOTBEEMPTY 10145 + +// Connect to FTP Server dialog: title when used in "Organize Bookmarks" mode (after "Add Bookmark" command) +#define IDS_ORGANIZEBOOKMARKS 10148 + +// when changing path in panel with FTP connection: do you want to close connection in panel? if you choose not to close it, you can access it later from change drive menu +#define IDS_CLOSECONINPANEL 10150 +// when changing path in panel with FTP connection: Always choose No - not to disconnect (adjustable on Confirmations page in FTP Configuration) +#define IDS_ALWAYSNOTCLOSE 10151 +// when changing path in panel with FTP connection: first button: Disconnect +#define IDS_DISCONNECTBUTTON 10152 +// when changing path in panel with FTP connection: second button: Keep +#define IDS_KEEPCONBUTTON 10153 + +// Add Bookmark: title of dialog +#define IDS_ADDBOOKMARKTITLE 10155 +// Add Bookmark: text - New bookmark name: +#define IDS_ADDBOOKMARKTEXT 10156 + +// Windows Sockets Library: unable to initialize, error: %s +#define IDS_WINSOCKETSERROR 10160 + +// Disconnect command: Do you want to close connection? +#define IDS_WANTDISCONNECT 10165 +// Disconnect command: Close connection without asking next time (adjustable on Confirmations page in Configuration) +#define IDS_ALWAYSCLOSE 10166 + +// wait window: (messages during connecting/disconnecting/sending_commands to FTP server) +// Getting IP address of server "%s", press the ESC key to cancel... +#define IDS_GETTINGIPOFSERVER 10170 +// Opening connection to FTP server "%s" (IP: %s, port: %d).\nPress the ESC key to cancel... +#define IDS_OPENINGCONTOSERVER 10171 +// Unable to connect to server "%s" (IP: %s, port: %d).\nError: %s +#define IDS_WAITINGTORETRY 10172 +// Unable to connect to server ""%s"" (port: %d).\nError: %s +#define IDS_WAITINGTORETRY2 10173 +// suffix for error message displayed while waiting to reconnect (first %s is for error message): %s\n\nWaiting %d seconds to reconnect (attempt no. %d of %d), press the ESC key to cancel... +#define IDS_WAITINGTORETRYSUF 10174 +// Waiting for login prompt, press the ESC key to cancel... +#define IDS_WAITINGFORLOGIN 10175 +// Sending command "%s", press the ESC key to cancel... +#define IDS_SENDINGLOGINCMD 10176 +// Closing connection to "%s", press the ESC key to terminate it... +#define IDS_CLOSINGCONNECTION 10177 +// Sending command "%s", press the ESC key to abort it... +#define IDS_SENDINGCOMMAND 10178 +// Aborting FTP command, press the ESC key to cancel... +#define IDS_ABORTINGCOMMAND 10179 +// Opening connection to FTP server ""%s"" (port: %d),\npress the ESC key to cancel... +#define IDS_OPENINGCONTOSERVER2 10180 +// Preparing active data connection, press the ESC key to cancel... +#define IDS_PREPARINGACTDATACON 10181 + +// messages when trying to connect or send command to FTP/Proxy server and ESC was pressed or operation has timed out: +// Do you want to cancel getting of IP address of server? +#define IDS_GETIPESC 10190 +// Getting of IP address of server has timed out +#define IDS_GETIPTIMEOUT 10191 +// Do you want to cancel opening of connection to server? +#define IDS_OPENCONESC 10192 +// Opening of connection to FTP server has timed out +#define IDS_OPENCONTIMEOUT 10193 +// Do you want to cancel waiting for login prompt? +#define IDS_WAITFORLOGESC 10194 +// Waiting for login prompt has timed out +#define IDS_WAITFORLOGTIMEOUT 10195 +// Do you want to terminate connection immediately? +#define IDS_CLOSECONESC 10196 +// message to log when user cancels any operation (connect, disconnect, etc.): Operation canceled by user. +#define IDS_LOGMSGACTIONCANCELED 10197 +// message to log: Disconnecting from server has timed out. Connection has been terminated. +#define IDS_LOGMSGDISCONTIMEOUT 10198 +// first ESC when sending FTP command: Do you want to abort FTP command? +#define IDS_SENDCOMMANDESC 10199 +// first ESC when sending FTP command and abort isn't possible: Do you want to cancel FTP command? Connection to FTP server will be terminated. +#define IDS_SENDCOMMANDESC2 10200 +// second ESC when sending FTP command: Do you want to cancel aborting of FTP command? Connection to FTP server will be terminated. +#define IDS_ABORTCOMMANDESC 10201 +// Sending or aborting of FTP command has timed out +#define IDS_SNDORABORCMDTIMEOUT 10202 +// Sending or aborting of list command has timed out. Note: if data transfer was not started, try to\nchange transfer mode (see Connect to FTP Server dialog > Advanced > Use passive transfer mode) +#define IDS_LISTCMDTIMEOUT 10203 +// unexpected error: Fatal error in communication with server. Connection has been terminated.\r\n +#define IDS_LOGMSGFATALERROR 10204 +// unexpected error (internal): Fatal error has occurred. Connection has been terminated.\r\n +#define IDS_LOGMSGFATALERROR2 10205 +// Press the Abort button to give up all next login attempts. Press the Retry button to skip waiting before next login attempt. Press the Wait button to continue waiting before next login attempt. +#define IDS_WAITRETRESC 10206 +// Abort button name: Abort +#define IDS_WAITRETRESCABORTBTN 10207 +// Retry button name: Retry +#define IDS_WAITRETRESCRETRYBTN 10208 +// Wait button name: Wait +#define IDS_WAITRETRESCWAITBTN 10209 +// Opening of connection to proxy server has timed out. +#define IDS_OPENPROXYSRVCONTIMEOUT 10210 +// ESC when preparing active data connection: Do you want to cancel preparing of active data connection? Connection to FTP server will be terminated. +#define IDS_PREPACTDATACONESC 10211 +// Preparing of active data connection has timed out +#define IDS_PREPACTDATACONTIMEOUT 10212 + +// error messages when trying to connect to FTP/Proxy server: +// unknown error (includes all errors which are likely to never occur - e.g. insufficient system resources) +#define IDS_UNKNOWNERROR 10220 +// some error when getting IP: Unable to get IP address of server "%s"\nError: %%s +#define IDS_GETIPERROR 10221 +// some error when opening connection: Unable to open connection to server "%s" (IP: %s, port: %d).\nError: %%s +#define IDS_OPENCONERROR 10222 +// Connection to server has been unexpectedly lost +#define IDS_CONNECTIONLOSTERROR 10223 +// Connection to server has failed. Most likely, it is not FTP server nor FTP proxy server.\nServer reply: %s +#define IDS_NOTFTPSERVERERROR 10224 +// Unable to send command to server.\nError: %s +#define IDS_SENDCOMMANDERROR 10225 +// after error reply from FTP or proxy server when sending user/password/account: Unable to login to FTP server or FTP proxy server.\nError: %s +#define IDS_LOGINERROR 10226 +// sending FTP command: aborting command: error: Unable to abort command.\nError: %s +#define IDS_ABORTCOMMANDERROR 10227 +// getting current working path: error: Unable to get current working path on FTP server.\nServer reply: %s +#define IDS_GETCURWORKPATHERROR 10228 +// sending "change of working path" FTP command: error: Unable to change path on FTP server.\nPath: %s\nServer reply: %s +#define IDS_CHANGEWORKPATHERROR 10229 +// sending "create directory" FTP command: error: Unable to create directory on FTP server.\n\nDirectory: %s\nServer reply: %s +#define IDS_CREATEDIRERROR 10230 +// sending "rename from" and "rename to" FTP commands: error: Unable to rename file or directory on FTP server.\n\nName: %s\nRename to: %s\nServer reply: %s +#define IDS_QUICKRENAMEERROR 10231 +// quick rename for file: source or target file is locked: Unable to rename file on FTP server.\n\nName: %s\nRename to: %s\n" +#define IDS_QUICKRENAMEFILEERR 10232 +// suffix for IDS_QUICKRENAMEFILEERR: Error: Source file is locked by another operation." +#define IDS_QUICKRENAMEFILEERRSUF1 10233 +// suffix for IDS_QUICKRENAMEFILEERR: Error: Target file is locked by another operation." +#define IDS_QUICKRENAMEFILEERRSUF2 10234 +// proxy script error: Error has occured while processing proxy server script.\n\nError: %s +#define IDS_ERRINPROXYSCRIPT 10235 +// Proxy server address is empty. +#define IDS_PROXYSRVADREMPTY 10236 +// proxy server reports some error when opening connection to FTP server: Proxy server is not able to open connection to FTP server ""%s"" (port: %d).\n\nError: %%s +#define IDS_PROXYOPENCONERROR 10237 +// Unable to send request to proxy server.\n\nError: %%s +#define IDS_PROXYSENDREQERROR 10238 +// Unable to receive reply from proxy server.\n\nError: %%s +#define IDS_PROXYRECVREPERROR 10239 +// Unexpected reply received from proxy server. You have probably specified incorrect type of proxy server. +#define IDS_PROXYUNEXPECTEDREPLY 10240 + +// Enter Password dialog: title: Enter Password +#define IDS_ENTERPASSTITLE 10243 +// Enter Password dialog: text: &Password: +#define IDS_ENTERPASSTEXT 10244 +// Enter Account dialog: title: Enter Account +#define IDS_ENTERACCTTITLE 10245 +// Enter Account dialog: text: &Account: +#define IDS_ENTERACCTTEXT 10246 +// Enter User name dialog: info: Connecting to "%s". +#define IDS_CONNECTINGTOAS1 10247 +// Enter Password/Acount dialog: info: Connecting to "%s" as "%s". +#define IDS_CONNECTINGTOAS2 10248 + +// word "hidden" instead of real password or account in log-file or welcome message +#define IDS_HIDDENPASSWORD 10250 + +// in idle state: we received "connection lost" for connection in panel - notification for user: +// Connection to FTP server in left panel has been lost.\nServer reply: %s +#define IDS_LCONLOSTFORMATERROR 10255 +// Connection to FTP server in right panel has been lost.\nServer reply: %s +#define IDS_RCONLOSTFORMATERROR 10256 +// detached FS is entering panel + "connection lost" detected: Connection to FTP server has been lost.\nServer reply: %s +#define IDS_DCONLOSTFORMATERROR 10257 +// "(none)" - none reply from server +#define IDS_NONEREPLY 10258 +// checkbox to skip this warning message: Do not show this message next time\thow to revert\tYou can change this option later on Confirmations page in FTP Configuration +#define IDS_WARNWHENCONLOST 10259 + +// header of log messages for connecting: Connecting to "%s" (%s) on port %d.\r\nLog UID is %d, time is %s.\r\n\r\n +#define IDS_LOGHEADER 10300 +// header of log messages for reconnecting: \r\n-----\r\n\r\nReconnecting to "%s" (%s) on port %d (attempt %d).\r\nTime is %s.\r\n\r\n +#define IDS_RECONLOGHEADER 10301 +// header of log messages for connecting with proxy server: FTP server address: %s, port: %d, user: %s\r\nProxy server name: %s, type: %s\r\nProxy server address: %s, port: %d, user: %s\r\nConnecting to ""%s"" (%s) on port %d.\r\nLog UID is %d, time is %s.\r\n\r\n +#define IDS_PRXSRVLOGHEADER 10302 +// header of log messages for reconnecting with proxy server: \r\n-----\r\n\r\nFTP server address: %s, port: %d, user: %s\r\nProxy server name: %s, type: %s\r\nProxy server address: %s, port: %d, user: %s\r\nReconnecting to ""%s"" (%s) on port %d (attempt no. %d).\r\nTime is %s.\r\n\r\n +#define IDS_PRXSRVRECONLOGHEADER 10303 + +// FTP Logs window + no log exists: There are no logs to view +#define IDS_NOLOGS 10305 + +// FTP Logs window: position of logged connection: +// in left panel +#define IDS_FTPINLEFTPANEL 10310 +// in right panel +#define IDS_FTPINRIGHTPANEL 10311 +// not in panel (not disconnected, still accessible from Alt+F1/F2 menu) +#define IDS_FTPNOTINPANEL 10312 +// used for operation +#define IDS_FTPOPERATION 10313 +// disconnected +#define IDS_FTPDISCONNECTED 10314 +// stopped (connection was used for operation) +#define IDS_OPERSTOPPED 10315 +// additional information for left/right/not_in_panel/operation positions: connection inactive (internet connection not opened) +#define IDS_FTPINACTIVE 10316 + +// Show Log command from context menu - error: no log, probably disabled logging in configuration +#define IDS_FSHAVENOLOG 10320 + +// Logs dialog: texts for commands +// Are you sure you want to clear log "%s"? +#define IDS_CLEARLOGQUESTION 10325 +// Are you sure you want to remove log "%s"? +#define IDS_REMOVELOGQUESTION 10326 +// Are you sure you want to remove all logs? +#define IDS_REMOVEALLLOGSQUESTION 10327 +// Text was successfully copied to clipboard. +#define IDS_TEXTCOPIEDTOCLIPBOARD 10328 +// Unable to copy text to clipboard. +#define IDS_COPYTOCLIPBOARDERROR 10329 +// file filter for saving log as: Log files (*.log)|*.log|All files (*.*)|*.*| +#define IDS_SAVELOGFILTER 10330 +// saving log as dialog title: Save Log As +#define IDS_SAVEASTITLE 10331 +// saving all logs as dialog title: Save All Logs As +#define IDS_SAVEALLASTITLE 10332 +// saving error: Unable to save log to file.\nError: %s +#define IDS_SAVELOGERROR 10333 + +// Send FTP Command dialog: error: Empty command is not allowed +#define IDS_CMDMAYNOTBEEMPTY 10340 +// Send FTP Command: message for log when sending secret FTP command: (secret command) +#define IDS_SECRETFTPCOMMAND 10341 +// Send FTP Command: title of dialog box with FTP server reply: FTP Server Reply to "%s" +#define IDS_SERVERREPLYTITLE 10342 + +// when connection is lost and user asks some FTP command: Connection to FTP server is closed. Do you want to reconnect to FTP server? +#define IDS_RECONNECTTOSRV 10343 +// when connection is lost and user asks some FTP command: checkbox to skip this warning message: Reconnect without asking next time\thow to revert\tYou can change this option later on Confirmations page in FTP Configuration +#define IDS_ALWAYSRECONNECT 10344 + +// Status messages to Log: +// after login: Logged in successfully, getting system information...\r\n +#define IDS_LOGMSGLOGINSUCCESS 10350 +// before changing path on FTP server: Changing path to "%s"...\r\n +#define IDS_LOGMSGCHANGINGPATH 10351 +// before sending of user command: Sending user command "%s"...\r\n +#define IDS_LOGMSGSENDINGUSRCMD 10352 +// before refreshing path on FTP server: Refreshing path "%s"...\r\n +#define IDS_LOGMSGREFRESHINGPATH 10353 +// after detaching FTP connection from panel: Connection has left panel...\r\n +#define IDS_LOGMSGDETACHED 10354 +// after attaching FTP connection to panel: Connection has returned to panel...\r\n +#define IDS_LOGMSGATTACHED 10355 +// before disconnecting: Disconnecting from server...\r\n +#define IDS_LOGMSGDISCONNECT 10356 +// before listing path from cache: Listing path "%s" from cache...\r\n +#define IDS_LOGMSGLISTINGCACHEDPATH 10357 +// before listing path: Listing path "%s"...\r\n +#define IDS_LOGMSGLISTINGPATH 10358 +// before trying if link is directory or file (resolving link): Resolving link "%s"...\r\n +#define IDS_LOGMSGRESOLVINGLINK 10359 +// before viewing file from disk-cache: Viewing file ""%s"" from cache...\r\n +#define IDS_LOGMSGVIEWCACHEDFILE 10360 +// before getting (downloading) file for viewer: Getting file ""%s"" for viewer...\r\n +#define IDS_LOGMSGVIEWFILE 10361 +// before creating directory (user command - F7 key): Creating directory ""%s""...\r\n +#define IDS_LOGMSGCREATEDIR 10362 +// Renaming ""%s"" to ""%s""...\r\n +#define IDS_LOGMSGQUICKRENAME 10363 +// before downloading file (Copy/Move operation): Downloading file ""%s""...\r\n +#define IDS_LOGMSGDOWNLOADFILE 10364 +// before uploading file (Copy/Move operation): Uploading file ""%s""...\r\n +#define IDS_LOGMSGUPLOADFILE 10365 +// when user press Pause button in operation dialog: User wants to pause this connection...\r\n +#define IDS_LOGMSGPAUSE 10366 +// when user press Resume button in operation dialog: User wants to resume this paused connection...\r\n +#define IDS_LOGMSGRESUME 10367 +// upload failed only due to missing server reply to STOR command - we have tested file size and it's OK: File ""%s"" was uploaded completely (file size on server is %s)...\r\n +#define IDS_LOGMSGUPLOADISCOMPL 10368 +// upload failed only due to missing server reply to STOR command - we have tested text file size and it's OK: Text file ""%s"" was uploaded completely...\r\n +#define IDS_LOGMSGUPLOADISCOMPL2 10369 +// upload failed only due to missing server reply to STOR command - we have tested file size and it's NOT OK: File ""%s"" was not uploaded completely (file size on server is not %s)...\r\n +#define IDS_LOGMSGUPLOADISNOTCOMPL 10370 +// upload failed only due to missing server reply to STOR command - we have tested text file size and it's NOT OK: Text file ""%s"" was not uploaded completely...\r\n +#define IDS_LOGMSGUPLOADISNOTCOMPL2 10371 +// download failed only due to missing server reply to RETR command - file is probably OK, so it worths to Resume it: Forcing Resume for file ""%s"" (file content was successfully received but server did not confirm successful sending of this file).\r\n +#define IDS_LOGMSGDWNLOADFORCRESUM 10372 +// upload: autorename tryies to upload file to newly generated name: Renaming file for upload to ""%s""...\r\n +#define IDS_LOGMSGUPLOADRENFILE 10373 +// Downloading file ""%s"" to ""%s""...\r\n +#define IDS_LOGMSGDOWNLOADFILE2 10374 + +// error: unable to reconnect during listing of path: Unable to read the whole list of files and directories from server. The list displayed in panel can be incomplete. +#define IDS_UNABLETOREADLIST 10380 +// suffix for IDS_UNABLETOREADLIST - when we know other reason (system error) than reconnect failure, we append it: \n\nError: %s +#define IDS_UNABLETOREADLISTSUFFIX 10381 +// suffix for IDS_UNABLETOREADLIST - when we know other reason (server reply) than reconnect failure, we append it: \n\nServer reply: %s +#define IDS_UNABLETOREADLISTSUFFIX2 10382 +// suffix for IDS_UNABLETOREADLIST - when we know other reason (timeout) than reconnect failure, we append it: \n\nError: %s\nNote: if data transfer was not started, try to change transfer mode (see Connect to FTP Server dialog > Advanced > Use passive transfer mode) +#define IDS_UNABLETOREADLISTSUFFIX3 10383 +// suffix for IDS_UNABLETOREADLIST - when we know other reason (server reply) than reconnect failure, we append it: \n\nServer reply: %s\nNote: if data transfer was not started, try to change transfer mode (see Connect to FTP Server dialog > Advanced > Use passive transfer mode) +#define IDS_UNABLETOREADLISTSUFFIX4 10384 +// error to log: Passive mode is not supported on this site, trying active mode...\r\n +#define IDS_LOGMSGPASVNOTSUPPORTED 10385 +// list command returned error: Unable to read the list of files and directories for new path on server.\nDo you want to show this path in panel anyway?\n\nPath: %s\nServer reply: %s +#define IDS_LISTPATHERROR 10386 +// error when trying to prepare active data connection (unable to listen on socket): Unable to prepare active data connection.\n\nError: %s +#define IDS_OPENACTDATACONERROR 10387 + +// data connection errors and messages to log: +// Unable to open passive data connection (IP: %s, port: %d)...\r\n +#define IDS_LOGMSGUNABLETOOPEN 10390 +// Unable to open passive data connection (IP: %s, port: %d), error: %s...\r\n +#define IDS_LOGMSGUNABLETOOPEN2 10391 +// Data connection was terminated on user demand...\r\n +#define IDS_LOGMSGDATACONTERMINATED 10392 +// preliminar attempt to open passive data con. has failed, reconnecting (after sending of FTP transfer command): Reconnecting data connection...\r\n +#define IDS_LOGMSGDATACONRECON 10393 +// some error has occured in data connection: Data connection error: %s\r\n +#define IDS_LOGMSGDATCONERROR 10394 +// unexpected server reply (some extra reply received before sending of next command): Unexpected reply: +#define IDS_LOGMSGUNEXPREPLY 10395 +// Data connection was terminated because it's too long idle...\r\n +#define IDS_LOGMSGNODATATRTIMEOUT 10396 +// Data connection was not opened...\r\n +#define IDS_LOGMSGDATACONNOTOPENED 10397 +// Data connection was terminated because it's too long idle. +#define IDS_ERRDATACONNODATATRTIMEOUT 10398 +// Data connection was not opened. +#define IDS_ERRDATACONNOTOPENED 10399 +// Unable to open connection to proxy server (IP: %s, port: %d)...\r\n +#define IDS_LOGMSGUNABLETOCONPRX 10400 +// Unable to open connection to proxy server (IP: %s, port: %d), error: %s...\r\n +#define IDS_LOGMSGUNABLETOCONPRX2 10401 +// Unable to establish encrypted data connection (SSL). +#define IDS_ERRDATACONSSLCONNECTERROR 10402 +// Data is corrupted or incomplete so it cannot be properly decompressed (MODE Z). +#define IDS_ERRDATACONDECOMPRERROR 10403 +// Unable to decompress data (MODE Z), it is corrupted. +#define IDS_LOGMSGDECOMPRERROR 10404 + +// name of column in panel with line numbers of raw (as it comes from server) listing: Line +#define IDS_LINENUMCOLUMN 10410 +// description of column in panel with line numbers of raw (as it comes from server) listing: Line Numbers of Raw FTP Server Listing +#define IDS_LINENUMCOLUMNDESC 10411 +// name of column in panel with raw (as it comes from server) listing: Listing +#define IDS_RAWLISTCOLUMN 10412 +// description of column in panel with raw (as it comes from server) listing: Raw FTP Server Listing +#define IDS_RAWLISTCOLUMNDESC 10413 + +// texts in wait-window displayed when downloading list of files and directories from server: +// normal text: Downloading the list of files and directories from %s, press the ESC key to cancel... +#define IDS_LISTWNDDOWNLOADING 10420 +// download speed (e.g. "at 4.5 KB/s"): at %s/s +#define IDS_LISTWNDDOWNLOADSPEED 10421 +// when data connection is idle for more than 30 seconds, replace "speed" by ("%s" is idle time, e.g. "1 hr 45 min 34 secs"): connection idle for %s +#define IDS_LISTWNDCONNECTIONIDLE 10422 +// operation status when total size is known (e.g. "4 KB of 234 KB (at 8 KB/s)"): %s of %s (%s) +#define IDS_LISTWNDSTATUS1 10423 +// operation status when total size is unknown (e.g. "4 KB (at 8 KB/s)"): %s (%s) +#define IDS_LISTWNDSTATUS2 10424 +// when it's not possible to estimate time left: (unknown) +#define IDS_LISTWNDESTIMTIMEUNKNOWN 10425 +// text when aborting: Aborting download of the list of files and directories, press the ESC key to cancel... +#define IDS_LISTWNDABORTINGCOMMAND 10426 +// first ESC: if abort is possible: Do you want to abort downloading of the list? It may cause the list of files and directories in panel will be incomplete.\n\nNote: if data transfer was not started, try to change transfer mode (see Connect to FTP Server dialog > Advanced > Use passive transfer mode) +#define IDS_LISTWNDSENDCOMMANDESC 10427 +// first ESC: if abort is not possible (terminating of connection is the only way): Do you want to cancel download of the list? Connection to FTP server will be terminated. It may cause the list of files and directories in panel will be incomplete.\n\nNote: if data transfer was not started, try to change transfer mode (see Connect to FTP Server dialog > Advanced > Use passive transfer mode) +#define IDS_LISTWNDSENDCOMMANDESC2 10428 +// second ESC: if abort is in progress: Do you want to cancel aborting? Connection to FTP server will be terminated. +#define IDS_LISTWNDABORTCOMMANDESC 10429 + +// downloading file for View command: Downloading file %s from %s, press the ESC key to cancel... +#define IDS_LISTWNDDOWNLOADINGFILE 10433 +// text when aborting: Aborting file download, press the ESC key to cancel... +#define IDS_LISTWNDDOWNLFILEABORTING 10434 +// first ESC: if abort is possible: Do you want to abort downloading? It may cause viewing of incomplete file. +#define IDS_LISTWNDDOWNLFILESENDCMDESC 10435 +// first ESC: if abort is not possible (terminating of connection is the only way): Do you want to cancel downloading? Connection to FTP server will be terminated. It may cause viewing of incomplete file. +#define IDS_LISTWNDDOWNLFILESENDCMDESC2 10436 +// Downloading has timed out. +#define IDS_LISTWNDDOWNLFILETIMEOUT 10437 + +// dialog title (for Show Raw Listing command): Raw Listing +#define IDS_RAWLISTINGTITLE 10440 +// Show Raw Listing command (and Load Listing from File in Configuration/Servers/Edit/Test of Parser): Save As (and Load) filter: Listing files (*.txt)|*.txt|All files (*.*)|*.*| +#define IDS_RAWLISTINGFILTER 10441 +// Show Raw Listing command: Save As dialog title: Save Raw Listing As +#define IDS_RAWLISTSAVEASTITLE 10442 +// Show Raw Listing command: Save As error: Unable to save raw listing to file.\nError: %s +#define IDS_RAWLISTSAVEERROR 10443 + +// Configuration/Servers: confirmation for remove: Are you sure you want to remove support for servers of type "%s"? +#define IDS_SRVTYPEREMOVECONF 10450 +// Configuration/Servers: title of New Server Type dialog: New Server Type +#define IDS_SRVTYPENEWTITLE 10451 +// Configuration/Servers: subject in New Server Type dialog: &Name of server type: +#define IDS_SRVTYPENEWSUBJECT 10452 +// Configuration/Servers: title of Rename Server Type dialog: Rename Server Type +#define IDS_SRVTYPERENAMETITLE 10453 +// Configuration/Servers: checkbox in Rename Server Type dialog: &Copy data from server type "%s" +#define IDS_SRVTYPECOPYFROM 10454 +// Configuration/Servers: suffix for user defined server types: (user defined) +#define IDS_SRVTYPEUSERDEF 10455 +// Configuration/Servers: New/Rename/CopyTo server type name is not unique: Server type "%s" already exists, please choose other name. +#define IDS_SRVTYPENOTUNIQUE 10456 +// Configuration/Servers: file filter for exported server types: Server type files (*.str)|*.str|All files (*.*)|*.*| +#define IDS_SRVTYPEFILEFILTER 10457 +// Configuration/Servers: export server type dialog title: Export Server Type to +#define IDS_SRVTYPESAVEASTITLE 10458 +// Configuration/Servers: error when exporting server type: Unable to export server type to file.\n\nError: %s +#define IDS_SRVTYPEEXPORTERROR 10459 +// Configuration/Servers: error when importing server type: Unable to import server type from file.\n\nError: %s +#define IDS_SRVTYPEIMPORTERROR 10460 +// Configuration/Servers: error when importing server type: too long line or file: File contains too long line or more data than expected. +#define IDS_SRVTYPEIMPMOREDATA 10461 +// Configuration/Servers: error when importing server type: File is corrupted or not valid server type file. +#define IDS_SRVTYPEIMPNOTSTRFILE 10462 +// Configuration/Servers: error when importing server type: Unexpected format of file or insufficient system resources. +#define IDS_SRVTYPEIMPSYNERR 10463 +// Configuration/Servers: import of existing server type: Server type "%s" already exists. Do you want to replace it? +#define IDS_SRVTYPEOVERWRITE 10464 +// Configuration/Servers: import of existing server type: Rules for parsing contain error +#define IDS_SRVTYPEIMPERRINRULES 10465 +// Configuration/Servers: import of existing server type: Autodetect condition contains error +#define IDS_SRVTYPEIMPERRINACOND 10466 + +// Configuration/Servers/Edit: items (strings to insert) in button-menu after editline "Autodetect condition" +// boolean operator: And +#define IDS_ADCSTR_AND 10470 +// boolean operator: Or +#define IDS_ADCSTR_OR 10471 +// boolean operator: Not +#define IDS_ADCSTR_NOT 10472 +// start of subexpression +#define IDS_ADCSTR_LEFTPAR 10473 +// end of subexpression +#define IDS_ADCSTR_RIGHTPAR 10474 +// true if FTP server SYST reply contains user defined string: SYST Reply Contains +#define IDS_ADCSTR_SYSTCONTAINS 10475 +// true if welcome (first) FTP server reply contains user defined string: Welcome Reply Contains +#define IDS_ADCSTR_WELMSGCONTAINS 10476 +// true if user defined regular expression is found in FTP server SYST reply: Regular Expression Found in SYST Reply +#define IDS_ADCSTR_SYSTCONTAINSREG 10477 +// true if user defined regular expression is found in welcome (first) FTP server reply: Regular Expression Found in Welcome Reply +#define IDS_ADCSTR_WELMSGCONTAINSREG 10478 + +// Configuration/Servers/Edit: Columns listview: names of columns: +// column identifier name +#define IDS_SRVTYPECOL_ID 10480 +// name of column in panel +#define IDS_SRVTYPECOL_NAME 10481 +// description (tooltip) for column in panel +#define IDS_SRVTYPECOL_DESCR 10482 +// type of data in column +#define IDS_SRVTYPECOL_TYPE 10483 +// empty value (if listing parser doesn't get any value for column, use "empty value") +#define IDS_SRVTYPECOL_EMPTYVAL 10484 +// alignment of data in column (left or right) +#define IDS_SRVTYPECOL_ALIGN 10485 + +// predefined names for columns in panel (used e.g. in Configuration/Servers/Edit: Columns listview/Edit) +// name +#define IDS_STC_STDNAME_NAME 10490 +// extension +#define IDS_STC_STDNAME_EXT 10491 +// size +#define IDS_STC_STDNAME_SIZE 10492 +// date +#define IDS_STC_STDNAME_DATE 10493 +// time +#define IDS_STC_STDNAME_TIME 10494 +// type +#define IDS_STC_STDNAME_TYPE 10495 +// Access Rights +#define IDS_STC_STDNAME_RIGHTS 10496 +// user +#define IDS_STC_STDNAME_USER 10497 +// group +#define IDS_STC_STDNAME_GROUP 10498 +// Major and Minor Device Numbers +#define IDS_STC_STDNAME_DEVICE 10499 +// size in block +#define IDS_STC_STDNAME_BLKSIZE 10500 +// allocated blocks +#define IDS_STC_STDNAME_ALLOCBLKS 10501 +// link target +#define IDS_STC_STDNAME_LINKTGT 10502 +// format (used in IBM z/VM (CMS)) +#define IDS_STC_STDNAME_FORMAT 10503 +// logical record length (used in IBM z/VM (CMS)) +#define IDS_STC_STDNAME_LRECL 10504 +// number of records (used in IBM z/VM (CMS)) +#define IDS_STC_STDNAME_RECORDS 10505 +// filemode (used in IBM z/VM (CMS)) +#define IDS_STC_STDNAME_FILEMODE 10506 +// Volume (used in MVS) +#define IDS_STC_STDNAME_VOLUME 10507 +// Unit (used in MVS) +#define IDS_STC_STDNAME_UNIT 10508 +// Extents (used in MVS) +#define IDS_STC_STDNAME_EXTENTS 10509 +// Used (used in MVS) +#define IDS_STC_STDNAME_USED 10510 +// Record Format (used in MVS) +#define IDS_STC_STDNAME_RECFM 10511 +// Physical Block Length (used in MVS) +#define IDS_STC_STDNAME_BLKSZ 10512 +// Data Set Organization (used in MVS) +#define IDS_STC_STDNAME_DSORG 10513 +// VV.MM (used in MVS) +#define IDS_STC_STDNAME_VVMM 10514 +// Created (used in MVS) +#define IDS_STC_STDNAME_CREATED 10515 +// Initial Size (used in MVS) +#define IDS_STC_STDNAME_INIT 10516 +// Mod (used in MVS) +#define IDS_STC_STDNAME_MOD 10517 +// Id (used in MVS) +#define IDS_STC_STDNAME_ID 10518 +// TTR (used in MVS) +#define IDS_STC_STDNAME_TTR 10519 +// Alias-of (used in MVS) +#define IDS_STC_STDNAME_ALIASOF 10520 +// AC (used in MVS) +#define IDS_STC_STDNAME_AC 10521 +// Attributes (used in MVS) +#define IDS_STC_STDNAME_ATTR 10522 +// Amode (used in MVS) +#define IDS_STC_STDNAME_AMODE 10523 +// Rmode (used in MVS) +#define IDS_STC_STDNAME_RMODE 10524 +// Code (used in Tandem) +#define IDS_STC_STDNAME_CODE 10525 +// RWEP (used in Tandem) +#define IDS_STC_STDNAME_RWEP 10526 + +// predefined descriptions for columns in panel (used e.g. in Configuration/Servers/Edit: Columns listview/Edit) +// name +#define IDS_STC_STDDESCR_NAME 10540 +// extension +#define IDS_STC_STDDESCR_EXT 10541 +// size +#define IDS_STC_STDDESCR_SIZE 10542 +// date +#define IDS_STC_STDDESCR_DATE 10543 +// time +#define IDS_STC_STDDESCR_TIME 10544 +// type +#define IDS_STC_STDDESCR_TYPE 10545 +// Access Rights +#define IDS_STC_STDDESCR_RIGHTS 10546 +// User +#define IDS_STC_STDDESCR_USER 10547 +// group +#define IDS_STC_STDDESCR_GROUP 10548 +// Major and Minor Device Numbers +#define IDS_STC_STDDESCR_DEVICE 10549 +// size in block +#define IDS_STC_STDDESCR_BLKSIZE 10550 +// allocated blocks +#define IDS_STC_STDDESCR_ALLOCBLKS 10551 +// link target +#define IDS_STC_STDDESCR_LINKTGT 10552 +// format (used in IBM z/VM (CMS)) +#define IDS_STC_STDDESCR_FORMAT 10553 +// logical record length (used in IBM z/VM (CMS)) +#define IDS_STC_STDDESCR_LRECL 10554 +// number of records (used in IBM z/VM (CMS)) +#define IDS_STC_STDDESCR_RECORDS 10555 +// filemode (used in IBM z/VM (CMS)) +#define IDS_STC_STDDESCR_FILEMODE 10556 +// Volume (used in MVS) +#define IDS_STC_STDDESCR_VOLUME 10557 +// Unit (used in MVS) +#define IDS_STC_STDDESCR_UNIT 10558 +// Extents (used in MVS) +#define IDS_STC_STDDESCR_EXTENTS 10559 +// Used (used in MVS) +#define IDS_STC_STDDESCR_USED 10560 +// Record Format (used in MVS) +#define IDS_STC_STDDESCR_RECFM 10561 +// Physical Block Length (used in MVS) +#define IDS_STC_STDDESCR_BLKSZ 10562 +// Data Set Organization (used in MVS) +#define IDS_STC_STDDESCR_DSORG 10563 +// VV.MM (used in MVS) +#define IDS_STC_STDDESCR_VVMM 10564 +// Created (used in MVS) +#define IDS_STC_STDDESCR_CREATED 10565 +// Initial Size (used in MVS) +#define IDS_STC_STDDESCR_INIT 10566 +// Mod (used in MVS) +#define IDS_STC_STDDESCR_MOD 10567 +// Id (used in MVS) +#define IDS_STC_STDDESCR_ID 10568 +// TTR (used in MVS) +#define IDS_STC_STDDESCR_TTR 10579 +// Alias-of (used in MVS) +#define IDS_STC_STDDESCR_ALIASOF 10570 +// AC (used in MVS) +#define IDS_STC_STDDESCR_AC 10571 +// Attributes (used in MVS) +#define IDS_STC_STDDESCR_ATTR 10572 +// Amode (used in MVS) +#define IDS_STC_STDDESCR_AMODE 10573 +// Rmode (used in MVS) +#define IDS_STC_STDDESCR_RMODE 10574 +// Code (used in Tandem) +#define IDS_STC_STDDESCR_CODE 10575 +// RWEP (used in Tandem) +#define IDS_STC_STDDESCR_RWEP 10576 + +// types for data in columns in panel (used e.g. in Configuration/Servers/Edit: Columns listview/Edit) +// Name (required) +#define IDS_STC_TYPE_NAME 10590 +// Extension (generated from file name) +#define IDS_STC_TYPE_EXT 10591 +// File Size in Bytes +#define IDS_STC_TYPE_SIZE 10592 +// Last Write Date +#define IDS_STC_TYPE_DATE 10593 +// Last Write Time +#define IDS_STC_TYPE_TIME 10594 +// File Type (generated from extension) +#define IDS_STC_TYPE_TYPE 10595 +// Any Text +#define IDS_STC_TYPE_ANYTEXT 10596 +// Any Date +#define IDS_STC_TYPE_ANYDATE 10597 +// Any Time +#define IDS_STC_TYPE_ANYTIME 10598 +// Any Number +#define IDS_STC_TYPE_ANYNUM 10599 + +// errors when loading/editing columns in server type: +// The first column in server type must be visible and has type "Name" +#define IDS_STC_ERR_NAMEERR 10610 +// The column with type "Extension" in server type must follow column with type "Name" and must be visible +#define IDS_STC_ERR_EXTERR 10611 +// Column identifier in server type may not be empty +#define IDS_STC_ERR_IDEMPTY 10612 +// Format of column identifier in server type is invalid. It must start on letter or underscore and contain only letters, numbers, and underscores. +#define IDS_STC_ERR_IDINVALID 10613 +// Column identifier in server type may not use reserved names ("is_dir", "is_hidden", and "is_link") +#define IDS_STC_ERR_IDRESERVED 10614 +// The same identifier for two columns in server type is not allowed +#define IDS_STC_ERR_IDNOTUNIQUE 10615 +// Incorrect (repeated) use of column types in server type +#define IDS_STC_ERR_TYPEERR 10616 +// Invalid empty value for column in server type +#define IDS_STC_ERR_INVALEMPTY 10617 +// Column name in server type may not be empty +#define IDS_STC_ERR_EMPTYNAME 10618 +// Column description in server type may not be empty +#define IDS_STC_ERR_EMPTYDESCR 10619 + +// Configuration/Servers/Edit: confirmation for column remove: Are you sure you want to remove column "%s"? +#define IDS_SRVTYPECOL_REMOVECONF 10620 +// Configuration/Servers/Edit: confirmation for ESC: You have made some changes. Do you really want to ignore these changes and close dialog? +#define IDS_SRVTYPE_EXITCONF 10621 + +// Configuration/Servers/Edit/New - dialog title +#define IDS_SRVTYPECOL_NEWTITLE 10625 +// Configuration/Servers/Edit: Edit or New: expected format of "Empty Value" +// date +#define IDS_SRVTYPECOL_FORMDATE 10626 +// time +#define IDS_SRVTYPECOL_FORMTIME 10627 +// number +#define IDS_SRVTYPECOL_FORMNUM 10628 +// string +#define IDS_SRVTYPECOL_FORMSTR 10629 +// Configuration/Servers/Edit/Edit column type: Alignment: Left + used also in Configuration/Servers/Edit: value "left" for listview column Alignment +#define IDS_SRVTYPECOL_ALIGNLEFT 10630 +// Configuration/Servers/Edit/Edit column type: Alignment: Right + used also in Configuration/Servers/Edit: value "right" for listview column Alignment +#define IDS_SRVTYPECOL_ALIGNRIGHT 10631 + +// Configuration/Servers/Edit/Test of Parser: error when reading raw listing from file: Unable to read raw listing from file.\n\nError: %s +#define IDS_SRVTYPE_READRAWLISTERR 10635 +// Configuration/Servers/Edit/Test of Parser: reading raw listing from big file: Warning: reading only first 1 MB of text from the file. +#define IDS_SRVTYPE_READRAWLISTLIMIT 10636 +// Configuration/Servers/Edit/Test of Parser: listview with columns: columns of type Extension and Type can be generated and displayed only in panel: (only in panel) +#define IDS_SRVTYPE_ONLYINPANEL 10637 +// Configuration/Servers/Edit/Test of Parser: listview with columns: column of type Size on directory (see column Size for some directory on disk in panel): DIR +// +infoline: value for column of type Size on directory (see column Size for some directory on disk in panel) +#define IDS_SRVTYPE_SIZEISDIR 10638 +// Configuration/Servers/Edit: error when preparing rules for parsing for use in Test of Parser dialog: Unable to compile parser. Rules for parsing contain error.\n\nError: %s +#define IDS_STPAR_UNABLECOMPPARSER 10639 +// Configuration/Servers/Edit/Test of Parser: error during parsing of listing (button Parse Raw Listing): Unable to parse whole raw listing. +#define IDS_SRVTYPE_PARSEERROR 10640 + +// Errors connected with analyzing of "rules for parser" and "autodetect condition" in server types: +// Unexpected symbol has been found +#define IDS_STPAR_ERR_UNEXPSYM 10645 +// Missing end of rule (symbol ';') +#define IDS_STPAR_ERR_MISSINGRULEEND 10646 +// Invalid function name +#define IDS_STPAR_ERR_INVALIDFUNCNAME 10647 +// Missing function parameters (symbol '(') +#define IDS_STPAR_ERR_MISSINGFUNCPARS 10648 +// Function name has not been found (maybe superfluous symbol ',') +#define IDS_STPAR_ERR_FUNCEXPECTED 10649 +// Unknown function has been found +#define IDS_STPAR_ERR_UNKNOWNFUNC 10650 +// Missing end of function parameters (symbol ')') +#define IDS_STPAR_ERR_MISSINGPAREND 10651 +// Function parameter has not been found (maybe superfluous symbol ',') +#define IDS_STPAR_ERR_PAREXPECTED 10652 +// Missing column identifier +#define IDS_STPAR_ERR_MISSINGCOLUMNID 10653 +// Invalid column identifier +#define IDS_STPAR_ERR_INVALIDCOLUMNID 10654 +// Unknown column identifier has been found +#define IDS_STPAR_ERR_UNKNOWNCOLUMN 10655 +// Column with type "Extension" or "Type" can't be used in rules for parsing +#define IDS_STPAR_ERR_GENERCOLUMN 10656 +// Missing end of column identifier (symbol '>') +#define IDS_STPAR_ERR_MISSINGCOLIDEND 10657 +// Missing end of string (symbol '"') +#define IDS_STPAR_ERR_MISSINGSTREND 10658 +// Unknown escape sequence used in string (use escape sequence "\\" for backslash character) +#define IDS_STPAR_ERR_STRUNKNESCSEQ 10659 +// Invalid number +#define IDS_STPAR_ERR_INVALIDNUMBER 10660 +// Unexpected symbol has been found (maybe invalid state variable or boolean value) +#define IDS_STPAR_ERR_INVALVARORBOOL 10661 +// Unknown state variable has been found +#define IDS_STPAR_ERR_UNKNOWNSTVAR 10662 +// Right operand in expression has not been found +#define IDS_STPAR_ERR_RIGHTPAREXPECT 10663 +// Unexpected symbol or unknown operator has been found +#define IDS_STPAR_ERR_UNEXPSYORUNKNOP 10664 +// Unsupported expression. Only one operator is allowed. +#define IDS_STPAR_ERR_UNSUPEXPRESSION 10665 +// Incorrect use of operator. Mismatch in types of operands or unexpected types of operands. +#define IDS_STPAR_ERR_UNEXPTYPESINEXP 10666 +// Incorrect use of function. Unexpected count or types of parameters. +#define IDS_STPAR_ERR_BADPARINFUNC 10667 +// Incorrect use of column identifier. You need to assign some value to column before you use it. +#define IDS_STPAR_ERR_BADUSEOFCOLID 10668 +// Invalid string with three-letter months (format: 12 three-letter months separated with spaces) +#define IDS_STPAR_ERR_BADMONTH3STR 10669 +// Missing string parameter (symbol '"') +#define IDS_STPAR_ERR_MISSINGSTRPAR 10670 +// Missing end of subexpression (symbol ')') +#define IDS_STPAR_ERR_MISSINGRIGHTPAR 10671 +// Invalid regular expression: %s +#define IDS_STPAR_ERR_INVALREGEXP 10672 +// Invalid regular expression +#define IDS_STPAR_ERR_INVALREGEXP2 10673 +// Invalid string with text months (format: 12 months separated with spaces). +#define IDS_STPAR_ERR_BADMONTHTXTSTR 10674 + +// Configuration/Servers/Edit: error in autodetect condition: Autodetect condition contains error.\n\nError: %s +#define IDS_STPAR_UNABLECOMPAUTODCOND 10680 + +// message to Log when it's not possible to find parser for text listing (autodetecting server type): Unknown server type, unable to parse text listing...\r\n +#define IDS_LOGMSGUNKNOWNSRVTYPE 10685 +// message for user when it's not possible to find parser for text listing (autodetecting server type): Unable to parse listing of files and directories from server. Only plain text of listing will be displayed in panel.\n\nPlease check our web pages for newer version of Altap Salamander. If you are using the latest version, please send us raw listing (if not confidential; right click in panel > Show Raw Listing > Save As) to email support@altap.cz. Please help us to support as many types of servers as possible. +#define IDS_UNKNOWNSRVTYPEINFO 10686 +// message to Log when it's not possible to use selected parser for text listing: Unable to parse text listing using selected server type...\r\n +#define IDS_LOGMSGUNKNOWNSRVTYPE2 10687 +// message for user when it's not possible to use selected parser for text listing: Unable to parse listing of files and directories from server. Only plain text of listing will be displayed in panel.\n\nTry to select different server type or let FTP client to autodetect it (use Advanced button in Connect to FTP Server dialog). +#define IDS_UNKNOWNSRVTYPEINFO2 10688 +// message to Log when parser for text listing was found: Text listing was parsed by "%s" server type...\r\n +#define IDS_LOGMSGPARSEDBYSRVTYPE 10689 +// wait window during parsing of text listing: Parsing listing of files and directories from server, please wait... +#define IDS_WAITWNDPARSINGLST 10690 + +// for listings with "Blocks" and without "Size" column: when files are selected in panel: plural string for infoline: {!}<%s> block{s|0||1|s} in <%s> selected file{s|0||1|s} +#define IDS_PLSTR_BLOCKSINSELFILES 10695 + +// Configuration/Advanced: error message for edit line with Size limit for memory cache: The size limit must be at least 100KB and at most 1GB +#define IDS_INVALIDMEMCACHESIZE 10700 +// Configuration/Advanced: error message for edit line with Number of bytes to verify when resuming: The number of verified bytes can be at most 1GB +#define IDS_INVALIDRESUMEOVERLAP 10701 + +// when there is nothing to display in panel (no accessible path or user don't want to reconnect to server): No path is accessible on this FTP server. Do you wish to disconnect from this server? +//#define IDS_NOPATHACCESSINPANEL 10705 + +// Keep Alive message to log: Sending command to keep the connection alive...\r\n +#define IDS_LOGMSGKEEPALIVE 10710 +// wait window: message displayed if keep alive command is processing: Finishing command sent to keep the connection alive, press the ESC key to cancel... +#define IDS_FINISHINGKEEPALIVECMD 10711 +// when keep alive command is processing and user press ESC: Do you want to cancel command sent to keep the connection alive? Connection to FTP server will be terminated. +#define IDS_KEEPALIVECMDESC 10712 +// message to log: when keep alive command is processing and FTP client want to send another command and when timeout occures: Sending of command to keep the connection alive has timed out.\r\n +#define IDS_LOGMSGKEEPALIVECMDTIMEOUT 10713 +// message to log: NLST/LIST keep-alive command: error when trying to prepare active data connection (unable to listen on socket): Unable to prepare active data connection.\r\n +#define IDS_LOGMSGOPENACTDATACONERROR 10714 +// message to log (note: keep-alive doesn't try to use active mode if passive fails): Passive mode is not supported on this site.\r\n +#define IDS_LOGMSGKAPASVNOTSUPPORTED 10715 +// Sending of commands to keep the connection alive was stopped...\r\n +#define IDS_LOGMSGKASTOPPED 10716 +// message to log: NLST/LIST keep-alive command: error when trying to prepare active data connection through proxy server: Unable to connect to proxy server.\r\n +#define IDS_LOGMSGOPENACTDATACONERROR2 10717 + +// resources for description of edit-box with target path in Copy/Move dialog +// Copy %s from FTP server to +#define IDS_COPYFROMFTP 10720 +// Move %s from FTP server to +#define IDS_MOVEFROMFTP 10721 +// title of Copy dialog: Copy +#define IDS_COPYTITLE 10722 +// title of Move dialog: Move +#define IDS_MOVETITLE 10723 + +// Confirmation in Delete files/dirs dialog: Are you sure you want to delete %s from FTP server? +#define IDS_DELETEFROMFTP 10727 + +// warning before opening of Change Attributes dialog for other than UNIX-type servers with traditional permission model: Change Attributes command will probably not work on this server. It works only on UNIX servers with traditional permission model.\n\nDo you still want to use Change Attributes command? +#define IDS_CHATTRNOTUNIXSRV 10730 +// subject in Change Attributes dialog: Change attributes of %s to +#define IDS_CHANGEATTRSONFTP 10731 +// Change Attributes dialog: checkboxes for files and directories are cleared: Nothing to do. Please select changing of attributes for files or directories. +#define IDS_CHATTRNOTHINGTODO 10732 +// Change Attributes dialog: Numeric value must have three digits +#define IDS_CHATTRNUMVAL3DIGITS 10733 +// Change Attributes dialog: all attributes (rights) should be remain unchanged: Nothing to do. Please select changing of some attributes. +#define IDS_CHATTRNOTHINGTODO2 10734 + +// main menu - submenu name: &Transfer Mode +#define IDS_MENUTRANSFERMODE 10740 +// main menu - submenu Transfer Mode: &Automatic +#define IDS_MENUTRMODEAUTO 10741 +// main menu - submenu Transfer Mode: A&SCII +#define IDS_MENUTRMODEASCII 10742 +// main menu - submenu Transfer Mode: &Binary +#define IDS_MENUTRMODEBINARY 10743 + +// combo box values in Configuration on page Operations: +// Ask User +#define IDS_OPERATIONSUSERPROMPT 10750 +// Use Alternate Name +#define IDS_OPERATIONSAUTORENAME 10751 +// Resume +#define IDS_OPERATIONSRESUME 10752 +// Resume or Overwrite +#define IDS_OPERATIONSRESUMEOROVERWR 10753 +// Overwrite +#define IDS_OPERATIONSOVERWRITE 10754 +// Skip +#define IDS_OPERATIONSSKIP 10755 +// Use Existing Directory +#define IDS_OPERATIONSUSEEXISTINGDIR 10756 +// Ignore +#define IDS_OPERATIONSIGNORE 10757 +// Use Binary Mode +#define IDS_OPERATIONSINBINMODE 10758 +// Delete +#define IDS_OPERATIONSDELETE 10759 + +// Configuration: Defaults: ASCII masks hint: '*' stands for any number of characters. '?' stands for any character.\nExample: *.a? (.a1, anything.ai, etc)\nMasks are separated by semi-colon. Example: *.txt;*.doc (a.txt, b.doc, etc)\nExcluded masks are placed after '|'. Example: |*.txt;*.doc (anything except *.txt;*.doc)\nIf you need semi-colon inside mask, type it twice. Example: one;;mask +#define IDS_MASKS_HINT 10768 + +// title of FTP operation dialog (for each operation type): +// Delete: Delete %s from %s +#define IDS_OPERDLGDELETETITLE 10770 +// Copy: Copy %s from %s +#define IDS_OPERDLGCOPYDOWNLOADTITLE 10771 +// Move: Move %s from %s +#define IDS_OPERDLGMOVEDOWNLOADTITLE 10772 +// Copy: Copy %s to %s +#define IDS_OPERDLGCOPYUPLOADTITLE 10773 +// Move: Move %s to %s +#define IDS_OPERDLGMOVEUPLOADTITLE 10774 +// Change Attributes: Change Attributes of %s from %s +#define IDS_OPERDLGCHATTRSTITLE 10775 + +// FTP operation dialog texts: +// copy & move, operation source title: Source path: +#define IDS_OPERDLGSRCPATH 10776 +// copy & move, operation target title: Target path: +#define IDS_OPERDLGTGTPATH 10777 +// delete & change-attrs, operation path title: Path: +#define IDS_OPERDLGPATH 10778 +// cancel confirmation: Do you really want to cancel operation? +#define IDS_OPERDLGCONFIRMCANCEL 10779 +// text on Close/Cancel button when operation is finished (even with errors/skips): Close +#define IDS_OPERDLGCLOSEBUTTON1 10780 +// text on Close/Cancel button when operation is in progress: Cancel +#define IDS_OPERDLGCLOSEBUTTON2 10781 +// close confirmation (only if there are some errors/skips): Some parts of operation were not finished successfully.\n\nDo you really want to close unfinished operation? +#define IDS_OPERDLGCONFIRMCLOSE 10782 + +// Connections listview: first column: ID +#define IDS_OPERDLGCONS_ID 10785 +// Connections listview: second column: Action +#define IDS_OPERDLGCONS_ACTION 10786 +// Connections listview: third column: Status +#define IDS_OPERDLGCONS_STATUS 10787 + +// Operations listview: first column: Description +#define IDS_OPERDLGOPERS_DESCR 10795 +// Operations listview: second column: Status +#define IDS_OPERDLGOPERS_STATUS 10796 + +// second column in Operations listview (status) values: +// Finished +#define IDS_OPERDLGOPSTS_FINISHED 10800 +// Skipped: %s +#define IDS_OPERDLGOPSTS_SKIPPED 10801 +// error which could not be solved by user, but automatic solution failed (e.g. error during searching for alternate name): Error: %s +#define IDS_OPERDLGOPSTS_FAILED 10802 +// error which should be solved by user (option "Ask User"): Ask user: %s, what to do? +#define IDS_OPERDLGOPSTS_WAITUSER 10803 +// Waiting +#define IDS_OPERDLGOPSTS_WAITING 10804 +// Processing +#define IDS_OPERDLGOPSTS_PROCESSING 10805 +// Postponed: subitems are not finished yet +#define IDS_OPERDLGOPSTS_DELAYED 10806 +// Failed: subitems were not successfully finished +#define IDS_OPERDLGOPSTS_FORCEDTOFAIL 10807 + +// FTP operations descriptions: +// Delete link %s from %s +#define IDS_OPERDOPDS_DELLINK 10810 +// Delete file %s from %s +#define IDS_OPERDOPDS_DELFILE 10811 +// Delete directory %s from %s +#define IDS_OPERDOPDS_DELDIR 10812 +// Explore directory %s from %s for changing of attributes +#define IDS_OPERDOPDS_CHATTREXPLDIR 10813 +// Resolve link %s from %s +#define IDS_OPERDOPDS_RESLINK 10814 +// Copy %s%s from %s to %s in %s transfer mode (%s meaning: name, size, path, target path, transfer mode) +#define IDS_OPERDOPDS_COPY1 10815 +// Copy %s%s from %s to %s as %s in %s transfer mode (%s meaning: name, size, path, target path, target name, transfer mode) +#define IDS_OPERDOPDS_COPY2 10816 +// Move %s%s from %s to %s in %s transfer mode (%s meaning: name, size, path, target path, transfer mode) +#define IDS_OPERDOPDS_MOVE1 10817 +// Move %s%s from %s to %s as %s in %s transfer mode (%s meaning: name, size, path, target path, target name, transfer mode) +#define IDS_OPERDOPDS_MOVE2 10818 +// ASCII transfer mode: ASCII +#define IDS_OPERDOPDS_ASCIITRMODE 10819 +// binary transfer mode: binary +#define IDS_OPERDOPDS_BINARYTRMODE 10820 +// if size is in blocks, append word: blocks +#define IDS_OPERDOPDS_SIZEINBLOCKS 10821 +// Delete directory %s from %s after moving of its content +#define IDS_OPERDOPDS_MOVEDELDIR 10822 +// Delete directory link %s from %s after moving of its content +#define IDS_OPERDOPDS_MOVEDELDIRLNK 10823 +// Explore directory %s from %s for copying to %s as %s +#define IDS_OPERDOPDS_COPYEXPLDIR 10824 +// Explore directory %s from %s for moving to %s as %s +#define IDS_OPERDOPDS_MOVEEXPLDIR 10825 +// Explore directory link %s from %s for moving to %s as %s +#define IDS_OPERDOPDS_MOVEEXPLDIRLNK 10826 +// Change attributes of file %s from %s to %s +#define IDS_OPERDOPDS_CHATTRFILE 10827 +// Change attributes of directory %s from %s to %s +#define IDS_OPERDOPDS_CHATTRDIR 10828 +// Explore directory link %s from %s for changing of attributes +#define IDS_OPERDOPDS_CHATTREXPLDIRLNK 10829 +// Explore directory %s from %s for delete +#define IDS_OPERDOPDS_DELEXPLDIR 10830 + +// FTP operation problems (errors) descriptions: +// Success +#define IDS_OPERDOPPR_OK 10835 +// Insufficient system resources +#define IDS_OPERDOPPR_LOWMEM 10836 +// Target file cannot be created or opened, system error: %s +#define IDS_OPERDOPPR_CANTCRTGTFILE 10837 +// Target directory cannot be created, system error: %s +#define IDS_OPERDOPPR_CANTCRTGTDIR 10838 +// Target file already exists +#define IDS_OPERDOPPR_TGTFILEEXISTS 10839 +// Target directory already exists +#define IDS_OPERDOPPR_TGTDIREXISTS 10840 +// Transfer has failed +#define IDS_OPERDOPPR_TRANSFERFAILED 10841 +// ASCII transfer mode is set for file with binary content +#define IDS_OPERDOPPR_ASCIITRBINFILE 10842 +// Some of existing attributes (%s) cannot be preserved +#define IDS_OPERDOPPR_UNKNOWNATTRS 10843 +// unknown value of existing attributes: unknown +#define IDS_OPERDOPPR_UNKEXISTATTR 10844 +// Path to directory is too long or invalid +#define IDS_OPERDOPPR_INVALIDPATHTODIR 10845 +// Unable to change working path, server reply: +#define IDS_OPERDOPPR_UNABLETOCWD 10846 +// Unable to get working path, server reply: +#define IDS_OPERDOPPR_UNABLETOPWD 10847 +// Exploring of this directory would start endless loop +#define IDS_OPERDOPPR_DIREXPLENDLESSLOOP 10848 +// Unable to prepare active data connection: %s +#define IDS_OPERDOPPR_LISTENFAILURE 10849 +// Unable to read the whole list of files and directories from server, error: +#define IDS_OPERDOPPR_INCOMPLLISTING1 10850 +// Unable to read the whole list of files and directories from server, server reply: +#define IDS_OPERDOPPR_INCOMPLLISTING2 10851 +// Unable to parse listing of files and directories from server +#define IDS_OPERDOPPR_UNABLETOPARSELISTING 10852 +// Directory is hidden +#define IDS_OPERDOPPR_DIRISHIDDEN 10853 +// Directory is not empty +#define IDS_OPERDOPPR_DIRISNOTEMPTY 10854 +// File is hidden +#define IDS_OPERDOPPR_FILEISHIDDEN 10855 +// Full name of link is too long or invalid +#define IDS_OPERDOPPR_INVALIDPATHTOLINK 10856 +// Unable to resolve if link is to directory or to file, server reply: +#define IDS_OPERDOPPR_UNABLETORESOLVELNK 10857 +// Unable to delete file or link, server reply: +#define IDS_OPERDOPPR_UNABLETODELFILE 10858 +// Unable to delete directory, server reply: +#define IDS_OPERDOPPR_UNABLETODELDIR 10859 +// Unable to change attributes, server reply: +#define IDS_OPERDOPPR_UNABLETOCHATTRS 10860 +// Unable to resume file transfer (server does not support resuming) +#define IDS_OPERDOPPR_UNABLETORESUME 10861 +// Unable to resume file transfer, unexpected tail of file (file has changed or server fails to resume correctly if you are using ASCII transfer mode) +#define IDS_OPERDOPPR_RESUMETESTFAILED 10862 +// Unable to read target file, system error: %s +#define IDS_OPERDOPPR_TGTFILEREADERROR 10863 +// Unable to write target file, system error: %s +#define IDS_OPERDOPPR_TGTFILEWRITEERROR 10864 +// Unable to retrieve file from server, error: %s +#define IDS_OPERDOPPR_INCOMPLDOWNLOAD1 10865 +// Unable to retrieve file from server, server reply: +#define IDS_OPERDOPPR_INCOMPLDOWNLOAD2 10866 +// Move operation: Unable to delete source file or link after successful transfer, server reply: +#define IDS_OPERDOPPR_UNABLETODELSRCFILE 10867 +// dalsi viz IDS_OPERDOPPR_UPLCANTCRTGTDIR + +// second column in Connections listview (Action) values: +// Stopping +#define IDS_OPERDLGCOACT_STOPPING 10870 +// Looking for operation to process +#define IDS_OPERDLGCOACT_LOOKFORWORK 10871 +// Idle +#define IDS_OPERDLGCOACT_SLEEPING 10872 +// Waiting for user assistance +#define IDS_OPERDLGCOACT_WAITFORUSER 10873 +// Deleting link %s +#define IDS_OPERDLGCOACT_DELLINK 10874 +// Deleting file %s +#define IDS_OPERDLGCOACT_DELFILE 10875 +// Deleting directory %s +#define IDS_OPERDLGCOACT_DELDIR 10876 +// Exploring directory %s +#define IDS_OPERDLGCOACT_EXPLDIR 10877 +// Resolving link %s +#define IDS_OPERDLGCOACT_RESLINK 10878 +// Copying %s +#define IDS_OPERDLGCOACT_COPY 10879 +// Moving %s +#define IDS_OPERDLGCOACT_MOVE 10880 +// Changing attributes of %s +#define IDS_OPERDLGCOACT_CHATTR 10881 + +// third column in Connections listview (Status) values: +// Preparing operation +#define IDS_OPERDLGCOACT_PREPARING 10890 +// Connecting +#define IDS_OPERDLGCOACT_CONNECTING 10891 +// Unable to connect, waiting %d seconds to retry (attempt no. %d of %d): %s +#define IDS_OPERDLGCOACT_WAITRECON 10892 +// no more attemps to reconnect (%s is description of error of last attempt to open connection): Unable to connect: %s +#define IDS_OPERDLGCOACT_CONERROR 10893 +// when downloading file, estimated time left: time left: +#define IDS_OPERDLGCOACT_TIMELEFT 10894 +// when uploading file: connection needs target path listing, but some other connection is already listing this path, so we are only waiting for result: Waiting for target path listing +#define IDS_OPERDLGCOACT_WAITFORLIST 10895 +// prefix when current work processing in connection is paused: paused +#define IDS_OPERDLGCOACT_PAUSED 10896 + +// header of log messages for operation connection: Host: ""%s"", port: %d.\r\nLog UID is %d, time is %s.\r\n\r\n +#define IDS_WORKERLOGHEADER 10910 +// message from panel connection to Log: Connection was detached from panel to be used for operation... +#define IDS_LOGMSGCONINWORKER 10911 +// message from panel connection to Log: Connection was attached to panel (it was used for operation)... +#define IDS_LOGMSGCONFROMWORKER 10912 +// message from operation connection to Log: Using connection from panel... +#define IDS_LOGMSGWORKERUSECON 10913 +// message from operation connection to Log: Connection was returned to panel... +#define IDS_LOGMSGWORKERRETCON 10914 + +// when unloading FTP plugin: Queue still contains some unfinished FTP operations. Do you want to cancel them? +#define IDS_CANCELEXISTINGOPER 10917 + +// wait window: message is displayed when stopping connection, cancelling operation, or unloading plugin: +// Closing connection used for operation, press ESC key to terminate it... +#define IDS_CLOSINGOPERCONS1 10920 +// Closing all connections used for operation, press ESC key to terminate them... +#define IDS_CLOSINGOPERCONS2 10921 +// Closing all connections used for all operations, press ESC key to terminate them... +#define IDS_CLOSINGOPERCONS3 10922 +// when ESC key is pressed when stopping connection, cancelling operation, or unloading plugin: +// Do you want to terminate connection used for operation? +#define IDS_TERMCONFOROPER1 10923 +// Do you want to terminate all connections used for operation? +#define IDS_TERMCONFOROPER2 10924 +// Do you want to terminate all connections used for all operations? +#define IDS_TERMCONFOROPER3 10925 + +// operation dialog: Stop (connection) button: Do you really want to stop connection "%d"? +#define IDS_WANTTOSTOPCON 10930 + +// messages from operation connection to Log: +// Sending of FTP command has timed out.\r\n +#define IDS_LOGMSGCMDTIMEOUT 10935 +// first connect attempt: Connecting to ""%s"" (%s) on port %d...\r\n\r\n +#define IDS_WORKERCONLOGHDR 10936 +// Waiting for login prompt has timed out.\r\n +#define IDS_WORKERWAITLOGTIM 10937 +// after user changes password/account or SSL server certificate is accepted or verified (using Solve Error button) +#define IDS_WORKERLOGPARCHANGED 10938 +// first connect attempt with proxy server: FTP server address: %s, port: %d, user: %s\r\nProxy server name: %s, type: %s\r\nProxy server address: %s, port: %d, user: %s\r\nConnecting to ""%s"" (%s) on port %d...\r\n\r\n +#define IDS_PRXSRVWORKERCONLOGHDR 10939 + +// error descriptions used in operation dialog in listview Connections as reasons why to reconnect or why connect attempts failed +// Error getting IP address: %s +#define IDS_WORKERGETIPERROR 10950 +// Error opening connection: %s +#define IDS_WORKEROPENCONERR 10951 +// Proxy server address is required but it has not been specified yet +#define IDS_WORKERUNKNOWNPROXYHOST 10952 +// Proxy server password is required but it has not been specified yet +#define IDS_WORKERUNKNOWNPROXYPASSWORD 10953 +// Password is required but it has not been specified yet +#define IDS_WORKERUNKNOWNPASSWD 10954 +// Account is required but it has not been specified yet +#define IDS_WORKERUNKNOWNACCOUNT 10955 +// Login error: %s +#define IDS_WORKERLOGINERR 10956 + +// resources for dialog (IDD_LOGINERRORDLG) opened on Solve Error button (under Connections listview) in operation dialog: +// first line in dialog: All connections used for this operation share following parameters. +#define IDS_SOLVEERRSUBJECT 10965 +// new text for bottom checkbox: Al&ways try to reconnect (even if permanent login error occurs) +#define IDS_SOLVEERRRETRY 10966 +// new text for error description subject: Error description: +#define IDS_SOLVEERRREPLY 10967 + +// on plugin unload: Closing disk operations thread, press ESC key to terminate it... +#define IDS_CLOSINGDISKTHREAD 10975 +// on plugin unload, when ESC pressed: Do you really want to terminate disk operations thread?\n\nWarning: some disk files may remain opened after termination of this thread. +#define IDS_CANCELDISKTHREAD 10976 + +// titles of Solve Error dialogs opened from operation dialog (see Operations listview in this dialog) +// Error Creating Target Directory +#define IDS_SIED_TITLE1 10985 +// Target Directory Already Exists +#define IDS_SIED_TITLE2 10986 +// Error Creating Target File +#define IDS_SIED_TITLE3 10987 +// Target File Already Exists +#define IDS_SIED_TITLE4 10988 +// Transfer Has Failed +#define IDS_SIED_TITLE5 10989 +// Target Directory or Link to Directory Already Exists +#define IDS_SIED_TITLE6 10990 +// Confirm Deleting of Hidden Directory +#define IDS_SISE_TITLE1 10991 +// Confirm Deleting of Hidden File +#define IDS_SISE_TITLE2 10992 +// Confirm Deleting of Non-Empty Directory +#define IDS_SISE_TITLE3 10993 +// Error Changing Working Path On Server +#define IDS_SSCD_TITLE1 10994 +// Error Getting Working Path On Server +#define IDS_SSCD_TITLE2 10995 +// Error Reading List of Files and Directories from Server +#define IDS_SSCD_TITLE3 10996 +// Error Preparing Active Data Connection +#define IDS_SSCD_TITLE4 10997 +// Error Resolving Link +#define IDS_SSCD_TITLE5 10998 +// Error Changing Attributes +#define IDS_SSCD_TITLE6 10999 +// Error Deleting File or Link +#define IDS_SSCD_TITLE7 11000 +// Error Deleting Directory +#define IDS_SSCD_TITLE8 11001 +// Error Parsing Listing of Files and Directories from Server +#define IDS_SCRD_TITLE1 11002 +// Error Resuming File +#define IDS_SSCD2_TITLE1 11003 +// Error Reading Target File +#define IDS_SSCD2_TITLE2 11004 +// Error Writing Target File +#define IDS_SSCD2_TITLE3 11005 +// Error Retrieving File from Server +#define IDS_SSCD2_TITLE4 11006 +// Error Deleting Source File After Successful Transfer +#define IDS_SSCD2_TITLE5 11007 +// Error Listing Target Path +#define IDS_SSCD_TITLE9 11008 +// Error Reading List of Files and Directories from Disk +#define IDS_SSCD_TITLE10 11009 +// Error Opening Source File +#define IDS_SSCD_TITLE11 11010 +// Target File Is Locked By Another Operation +#define IDS_SCRD_TITLE2 11011 +// Error Reading Source File +#define IDS_SSCD_TITLE12 11012 +// Error Storing File to Server +#define IDS_SIED_TITLE8 11013 +// Error Creating Target File with Alternate Name +#define IDS_SIED_TITLE7 11014 +// Source File Is Locked By Another Operation +#define IDS_SCRD_TITLE3 11015 +// Error Testing File +#define IDS_SSCD2_TITLE7 11016 + +// texts for editbox Details in Solve Error dialogs opened from operation dialog (see Operations listview in this dialog) +// error: transfer has failed, details: Target file was created or overwritten +#define IDS_SIED_DETAIL1 11020 +// error: transfer has failed, details: Target file was resumed +#define IDS_SIED_DETAIL2 11021 +// error: Server probably does not support resuming +#define IDS_SSCD2_UNABLETORESUME 11022 +// error: Unexpected tail of file. File has changed or server fails to resume correctly\r\nif you are using ASCII transfer mode. +#define IDS_SSCD2_RESUMETESTFAILED 11023 + +// Drag&Drop target path doesn't exist (unexpected): Target path doesn't exist and creating of target path is not supported +#define IDS_DRAGDROP_TGTNOTEXIST 11025 +// Drag&Drop from FTP to archive or file-system plugin: Copying and moving to archives or plugin file-systems are not supported +#define IDS_DRAGDROP_TGTARCORFS 11026 + +// Operation dialog: Copy & Move: status when all connections are idle too long (e.g. more than 30 sec), "%s" is idle time (e.g. "1 hr 23 min 21 secs"): no data transfer for %s +#define IDS_OPERDLGCONNECTIONSIDLE 11030 +// Operation dialog: status: total transfer rate: %s/s +#define IDS_OPERDLGSTATUS1 11031 +// Operation dialog: status (first %s is downloaded_bytes and second %s is total_bytes): %s of %s +#define IDS_OPERDLGSTATUS2 11032 +// Operation dialog: status (first %d is number_of_done_or_skipped_operations and second %d is number_of_operations): {!}%d of %d operation{|1|s} +#define IDS_OPERDLGSTATUS3 11033 +// Operation dialog: status: {!}%d operation{|1|s} with unknown size +#define IDS_OPERDLGSTATUS4 11034 +// Operation dialog: status: {!}%d error{|1|s} +#define IDS_OPERDLGSTATUS5 11035 +// Operation dialog: time left: operation is not in progress, waiting for user actions: (waiting for user) +#define IDS_OPERDLGTIMLEFTWAIT 11039 +// Operation dialog: time left: operation is done: (done) +#define IDS_OPERDLGTIMLEFTDONE 11040 +// Operation dialog: Delete & Change Attributes: status when all connections are idle too long (e.g. more than 30 sec), "%s" is idle time (e.g. "1 hr 23 min 21 secs"): idle for %s +#define IDS_OPERDLGCONNECTIONSIDLE2 11041 + +// Operation dialog: title when done: done +#define IDS_OPERDLGTITLE_DONE 11050 +// Operation dialog: title when all items were processed and some items are not done nor skipped: errors +#define IDS_OPERDLGTITLE_ERRORS 11051 +// Operation dialog: title when some items were not processed yet, but user had stopped all connections: stopped +#define IDS_OPERDLGTITLE_STOPPED 11052 +// Operation dialog: title when all connections are paused: paused +#define IDS_OPERDLGTITLE_PAUSED 11053 +// Operation dialog: title when all connections are waiting for user (e.g. password has changed or SSL server certificate has changed and its verification has failed) +#define IDS_OPERDLGTITLE_WAITING 11054 + +// Operation dialog: text of "low disk space" hint: There doesn't seem to be enough disk space on target path.\nRequired space: %s\nAvailable space: %s\nMissing disk space: %s +#define IDS_LOWDISKSPACEONTGTPATH 11060 + +// Copy/Move/Delete/Change Attributes: if raw listing was not parsed, operation fails: This operation is not prepared to work without properly parsed listing of files and directories from server. +#define IDS_NEEDPARSEDLISTING 11065 + +// downloading file for viewer: error occurs: Unable to download file from server.\n\nName: %s\nPath: %s\n +#define IDS_DOWNLOADFILEERROR 11070 +// suffix for IDS_DOWNLOADFILEERROR: when have system error: Error: %s +#define IDS_DOWNLOADFILEERRORSUFIX1 11071 +// suffix for IDS_DOWNLOADFILEERROR: when have server reply with error description: Server reply: %s +#define IDS_DOWNLOADFILEERRORSUFIX2 11072 +// suffix for IDS_DOWNLOADFILEERROR: when have error when writing target file: Error writing target file: %s +#define IDS_DOWNLOADFILEERRORSUFIX3 11073 +// suffix for IDS_DOWNLOADFILEERROR: when file is locked by another operation: Error: The file is locked by another operation +#define IDS_DOWNLOADFILEERRORSUFIX4 11074 + +// Copy/Move from disk to FTP (upload): You have specified home directory as target path, but home directory is not defined for\nthis connection to FTP server. Please specify some other target path on FTP server." +#define IDS_HOMEDIRNOTDEFINED 11085 +// Copy/Move from disk to FTP (upload): The path specified is invalid. +#define IDS_INVALIDPATH 11086 +// Copy/Move from disk to FTP (upload): This operation has probably no sense. All selected files and directories have the same target name (they would overwrite one another).\nDo you want to continue with this operation? +#define IDS_COPYMOVE_NONSENSE 11087 + +// FTP operation problems (errors) descriptions - second part (see IDS_OPERDOPPR_OK for first part): +// Target directory cannot be created, its name is invalid on this server +#define IDS_OPERDOPPR_UPLCANTCRTGTDIRINV 11100 +// Target directory cannot be created, its name is already used for file or link to file +#define IDS_OPERDOPPR_UPLCANTCRTGTDIRFILEEX 11101 +// Target directory cannot be created, server reply: +#define IDS_OPERDOPPR_UPLCANTCRTGTDIR 11102 +// Unable to list target path on server to detect file name collisions +#define IDS_OPERDOPPR_UPLCANTLISTTGTPATH 11103 +// Unable to list target path on server to detect file name collisions, server reply: +#define IDS_OPERDOPPR_UPLCANTLISTTGTPATH2 11104 +// Unable to list target path on server to detect file name collisions, error: %s +#define IDS_OPERDOPPR_UPLCANTLISTTGTPATH3 11105 +// Unable to list source path, system error: %s +#define IDS_OPERDOPPR_UPLCANTLISTSRCPATH 11106 +// failure of auto-rename for target directory: Unable to create target directory with alternate name, server reply: +#define IDS_OPERDOPPR_UPLCRDIRAUTORENFAILED 11107 +// Unable to delete directory, system error: %s +#define IDS_OPERDOPPR_UPLCANTDELSRCDISKDIR 11108 +// Target file cannot be created or opened, its name is invalid on this server +#define IDS_OPERDOPPR_UPLCANTCRTGTFILEINV 11109 +// Target file cannot be created or opened, its name is already used for directory or link to directory +#define IDS_OPERDOPPR_UPLCANTCRTGTFILEDIREX 11110 +// Target file cannot be created or opened, server reply: +#define IDS_OPERDOPPR_UPLCANTCRTGTFILE 11111 +// Source file cannot be opened, system error: %s +#define IDS_OPERDOPPR_UPLCANNOTOPENSRCFILE 11112 +// Target file or link to file already exists +#define IDS_OPERDOPPR_UPLTGTFILEEXISTS 11113 +// Target directory or link to directory already exists +#define IDS_OPERDOPPR_UPLTGTDIREXISTS 11114 +// Source file or link is locked by another operation +#define IDS_OPERDOPPR_SRCFILEINUSE 11115 +// Target file or link is locked by another operation +#define IDS_OPERDOPPR_TGTFILEINUSE 11116 +// Unable to read source file, system error: %s +#define IDS_OPERDOPPR_SRCFILEREADERROR 11117 +// Unable to store file to server, error: %s +#define IDS_OPERDOPPR_INCOMPLUPLOAD1 11118 +// Unable to store file to server, server reply: +#define IDS_OPERDOPPR_INCOMPLUPLOAD2 11119 +// Unable to delete source file after successful transfer, system error: %s +#define IDS_OPERDOPPR_UPLCANTDELSRCDISKFILE 11120 +// Resume is not supported in ASCII transfer mode (hint: upload file in binary mode if you need to resume) +#define IDS_OPERDOPPR_UPLASCIIRESNOTSUP 11121 +// Unable to resume file because target file byte size is unknown +#define IDS_OPERDOPPR_UPUNABLERESUNKSIZ 11122 +// Unable to resume file because target file is bigger than source file (file has changed) +#define IDS_OPERDOPPR_UPUNABLERESBIGTGT 11123 +// failure of auto-rename for target file: Unable to create target file with alternate name, server reply: +#define IDS_OPERDOPPR_UPLFILEAUTORENFAILED 11124 +// after user presses Skip button on waiting item in Operation dialog: Skipped by user +#define IDS_OPERDOPPR_SKIPPEDBYUSER 11125 +// Unable to get file byte-size to test if file upload was successful (whole file was sent but server did not confirm receiving of this file) +#define IDS_OPERDOPPR_UPLTESTIFFINNOTSUP 11126 + + +// Error descriptions for Solve Error dialogs for Upload operation: +// Target directory name is invalid on this server. +#define IDS_UPLERR_CANTCRTGTDIRINV 11150 +// Target directory name is already used for file or link to file. +#define IDS_UPLERR_CANTCRTGTDIRFILEEX 11151 +// Target file name is invalid on this server. +#define IDS_UPLERR_CANTCRTGTFILEINV 11152 +// Target file name is already used for directory or link to directory. +#define IDS_UPLERR_CANTCRTGTFILEDIREX 11153 +// Resume is not supported in ASCII transfer mode.\r\nHint: upload file again in binary mode if you need to resume. +#define IDS_UPLERR_UPLCANTRESUMINASC 11154 +// Unable to resume file because target file is bigger than source file\r\n(file has changed). +#define IDS_UPLERR_UPLCANTRESUMBIGTGT 11155 +// Unable to get file byte-size to test if file upload was successful (whole\r\nfile was sent but server did not confirm receiving of this file)." +#define IDS_UPLERR_UPLTESTIFFINNOTSUP 11156 + +// Quick Rename: questions following test if target name is not already used +// Target name is already used for file. Do you want to overwrite it? +#define IDS_RENAME_FILEEXISTS 11170 +// Target name is already used for directory. Do you want to continue? +#define IDS_RENAME_DIREXISTS 11171 +// Unable to check if target name is not already used. Do you want to continue? +#define IDS_RENAME_UNABLETOGETLIST 11172 +// when renaming directory to existing file: Target name is already used for file. Do you want to continue? +#define IDS_RENAME_FILEEXISTS2 11173 + +// text for "Resume" button above "Connections" listview in operation progress +// dialog - assign hotkey not conflicting with other controls in dialog: Resu&me +#define IDS_OPERDLGRESUMEBUTTON 11180 +// text for "Resume" button under "Connections" listview in operation progress +// dialog - assign hotkey not conflicting with other controls in dialog: Res&ume +#define IDS_OPERDLGRESUMECONBUTTON 11181 + +// texts for "Proxy Server" combo in Configuration/Defaults and Connect to FTP Server dialog +// Not Used (direct connection) +#define IDS_PROXYSERVER_NOTUSED 11190 +// Default (see Configuration/Defaults) +#define IDS_PROXYSERVER_DEFAULT 11191 +// User Defined +#define IDS_PROXYSERVER_USERDEF 11192 +// SOCKS 4 +#define IDS_PROXYSERVER_SOCKS4 11193 +// SOCKS 4A +#define IDS_PROXYSERVER_SOCKS4A 11194 +// SOCKS 5 +#define IDS_PROXYSERVER_SOCKS5 11195 +// HTTP 1.1 +#define IDS_PROXYSERVER_HTTP11 11196 +// SITE host:port +#define IDS_PROXYSERVER_SITE1 11197 +// SITE host port +#define IDS_PROXYSERVER_SITE2 11198 +// SITE user@host:port +#define IDS_PROXYSERVER_SITE3 11199 +// SITE user@host port +#define IDS_PROXYSERVER_SITE4 11200 +// OPEN host:port +#define IDS_PROXYSERVER_OPEN 11201 +// Transparent +#define IDS_PROXYSERVER_TRANSPAR 11202 +// USER user@host:port +#define IDS_PROXYSERVER_USER1 11203 +// USER user@host port +#define IDS_PROXYSERVER_USER2 11204 +// USER proxy-user@host:port +#define IDS_PROXYSERVER_USER3 11205 +// USER user@host:port proxy-user +#define IDS_PROXYSERVER_USER4 11206 +// USER user@proxy-user@host:port +#define IDS_PROXYSERVER_USER5 11207 + +// Proxy Script error descriptions: +// Script must begin with ""Connect to:"". +#define IDS_PRXSCRERR_INVSTART 11220 +// when server address (follows "Connect to:") is empty: Host may not be empty. +#define IDS_PRXSCRERR_HOSTEMPTY 11221 +// invalid format of server address (follows "Connect to:"): Invalid host or port specified (use ""host"" or ""host:port"" format). +#define IDS_PRXSCRERR_INVHOSTORPORT 11222 +// Script contains unknown variable. +#define IDS_PRXSCRERR_UNKNOWNVAR 11223 +// not all variables can be used in server address (follows "Connect to:"): You can use only $(ProxyHost) or $(Host) variables here. +#define IDS_PRXSCRERR_HOSTVARSONLY 11224 +// invalid port definition in server address (follows "Connect to:"): You can set port only as number or as $(ProxyPort) or $(Port) variable. +#define IDS_PRXSCRERR_INVPORT 11225 +// note: do not translate "USER" (it's FTP command): You cannot use ""3xx:"" condition for the first command, some preceeding command (typically ""USER"") is neccessary. +#define IDS_PRXSCRERR_3XXONFIRSTLINE 11226 +// Proxy script must contain at least one command. +#define IDS_PRXSCRERR_NONECMDS 11227 + +// Edit Proxy Server dialog title: Edit Proxy Server +#define IDS_EDITPROXYSRVTITLE 11230 +// Proxy Server dialog: error descriptions: +// (used also in Connect to FTP Server / Advanced dialog + as Proxy Script error descriptions): Port number must be in range 1 to 65535. +#define IDS_PORTISUSHORT 11231 +// Proxy name specified is either empty or used for some other proxy server. Please change it. +#define IDS_INVPROXYNAME 11232 +// Proxy address cannot contain ':' character (hint: specify port number in next editbox). +#define IDS_INVPROXYADDRESS 11233 +// Proxy address cannot be empty. +#define IDS_EMPTYPROXYADDRESS 11234 +// Transparent proxy with empty user name has no sense. Please enter user name or connect without setting proxy server. +#define IDS_EMPTYUSERFORTRANSPRX 11235 + +// confirmation for delete of proxy server: Do you really want to delete ""%s"" proxy server? +#define IDS_WANTDELPRXSRV 11240 + +// Enter Proxy Server Address dialog: title: Enter Proxy Server Address +#define IDS_ENTERPRXHOSTTITLE 11245 +// Enter Proxy Server Address dialog: text: &Proxy server address: +#define IDS_ENTERPRXHOSTTEXT 11246 +// Enter Proxy Server Password dialog: title: Enter Proxy Server Password +#define IDS_ENTERPRXPASSTITLE 11247 +// Enter Proxy Server Password dialog: text: &Proxy server password: +#define IDS_ENTERPRXPASSTEXT 11248 + +// when connecting and server demands more commands than is supplied in proxy script (text for messagebox): Proxy script is probably incomplete. See server reply to last script command for details.\r\n\r\nServer reply: %s +#define IDS_INCOMPLETEPRXSCR 11255 +// when connecting and all commands from proxy script were skipped (text for messagebox and for Solve Error dialog in operation dialog): Proxy script is probably incomplete. All commands from script were skipped. +#define IDS_INCOMPLETEPRXSCR2 11256 +// when connecting and server demands more commands than is supplied in proxy script (text for Solve Error dialog in operation dialog): Proxy script is probably incomplete. See server reply to last script command for details: %s +#define IDS_INCOMPLETEPRXSCR3 11257 + +// proxy server error codes (when proxy server tryies to connect to FTP server): +// Connection was rejected or failed. +#define IDS_PROXYERRREJORFAIL 11265 +// Unable to connect to identd on client (you probably need to install identd service). +#define IDS_PROXYERRNEEDIDENTD 11266 +// Connection was rejected because proxy user name and user name returned by identd are different. +#define IDS_PROXYERRDIFFUSERS 11267 +// proxy server error codes (when proxy server prepares for inbound connection from FTP server): +// Connection from unknown IP address cannot be accepted. +#define IDS_PROXYERRINVHOST 11268 + +// error messages when connecting through proxy server +// Error getting IP address of ""%s"": %s +#define IDS_PROXYERRGETIP 11275 +// Error sending request to proxy server: %s +#define IDS_PROXYERRSENDREQ 11276 +// Error receiving reply from proxy server: %s +#define IDS_PROXYERRRECVREP 11277 +// Proxy server is not able to open connection to FTP server ""%s"" (port: %d), error: %s +#define IDS_PROXYERROPENCON 11278 +// Unable to connect to proxy server. +#define IDS_PROXYERRUNABLETOCON 11279 +// Unable to connect to proxy server or proxy server rejects opening of active data connection. +#define IDS_PROXYERROPENACTDATA 11280 +// Unable to connect to proxy server, error: %s +#define IDS_PROXYERRUNABLETOCON2 11281 +// Proxy server rejects anonymous users, please add your username and password to proxy server definition. +#define IDS_PROXYERRNOAUTHUNSUP 11282 +// Proxy server does not support username+password authentification, please try anonymous access (clear username and password in proxy server definition). +#define IDS_PROXYERRUSERPASSAUTHUNSUP 11283 +// Proxy server rejects your username and password. +#define IDS_PROXYERRUSERPASSFAIL 11284 +// Proxy server does not support opening of active data connection. +#define IDS_PROXYERRLISTENUNSUP 11285 + +// Status messages to Log: +// Deleting file ""%s""...\r\n +#define IDS_LOGMSGDELETEFILE 11290 +// Deleting link ""%s""...\r\n +#define IDS_LOGMSGDELETELINK 11291 +// Deleting directory ""%s""...\r\n +#define IDS_LOGMSGDELETEDIR 11292 +// Deleting directory link ""%s""...\r\n +#define IDS_LOGMSGDELETEDIRLINK 11293 +// Changing attributes of file ""%s""...\r\n +#define IDS_LOGMSGCHATTRSFILE 11294 +// Changing attributes of directory ""%s""...\r\n +#define IDS_LOGMSGCHATTRSDIR 11295 +// Exploring directory ""%s"" on path ""%s""...\r\n +#define IDS_LOGMSGEXPLORINGDIR 11296 + +// SOCKS 5 error messages: +// General SOCKS server failure. +#define IDS_PROXYERRGENFAIL 11300 +// Connection not allowed by ruleset. +#define IDS_PROXYERRRULESET 11301 +// Network unreachable. +#define IDS_PROXYERRNETUNR 11302 +// Host unreachable. +#define IDS_PROXYERRHOSTUNR 11303 +// Connection refused. +#define IDS_PROXYERRCONREF 11304 +// TTL expired. +#define IDS_PROXYERRTTLEXP 11305 +// Command not supported. +#define IDS_PROXYERRCMDNOTSUP 11306 +// Address type not supported. +#define IDS_PROXYERRADRTYPEUNSUP 11307 + +// FTP configuration: page Defaults: +// Type of your default proxy server is HTTP 1.1. It supports only passive transfer mode. Please change your default transfer mode to passive (or change your default proxy server). +#define IDS_HTTPNEEDPASSIVETRMODE 11320 +// Connect FTP Server dialog: after click on Connect button: +// You are connecting to FTP server through proxy server. Type of this proxy server is HTTP 1.1. It supports only passive transfer mode. Please change transfer mode to passive (click Advaced button, see Use passive transfer mode checkbox). +#define IDS_HTTPNEEDPASSIVETRMODE2 11321 + +// Hint "How to list hidden files and directories (unix)": (to display it, go to menu Plugins > FTP Client > List Hidden Files and Directories (Unix)) +// If you always want to list hidden files and directories on this FTP server, go to menu Plugins/FTP Client/Connect to FTP Server, find this server in bookmarks, click Advanced button, and set Command for listing to ""LIST -a"". +#define IDS_HINTLISTHIDDENFILES 11325 +// &Do not show this hint next time\thow to revert\tYou can change this option later on Confirmations page in FTP Configuration +#define IDS_DONOTSHOWHINTLISTHF 11326 + +// Information messages to Log: +// download: Unable to resume the file because verification of its tail has failed (file has changed). +#define IDS_LOGMSGUNABLETORESUME 11330 +// download and upload: Trying to overwrite the target file (to copy/move the entire file again). +#define IDS_LOGMSGOVERWRTGTFILE 11331 +// download and upload: Too small file for resume, the target file will be overwritten. +#define IDS_LOGMSGRESUMEUSELESS 11332 +// download: Resume: getting file from the beginning to verify already downloaded part. +#define IDS_LOGMSGRESUMEFROMBEG 11333 +// download and upload: Unable to resume the file (resume is not supported by server). +#define IDS_LOGMSGRESUMENOTSUP 11334 +// download and upload: Unable to resume the file because it is shorter than already copied/moved part of file (file has changed). +#define IDS_LOGMSGUNABLETORESUME2 11335 +// upload: Unable to resume (append) the file (append is not supported by server or you are uploading in ASCII transfer mode). +#define IDS_LOGMSGUPLRESUMENOTSUP 11336 +// upload: Unable to get size (in bytes) of already copied/moved part of the target file. +#define IDS_LOGMSGUPLUNABLETOGETSIZE 11337 +// upload: Unable to resume (append) the file (unexpected error). +#define IDS_LOGMSGUPLRESUMEERR 11338 +// upload: Entire file was sent but server did not confirm its receiving.\r\nGoing to get file size (in bytes) to test if file was successfully copied/moved. +#define IDS_LOGMSGUPLNOTCONFIRMED 11339 + +#define IDS_SSL_ERR_OPENSSLNOTFOUND 11340 +#define IDS_SSL_ERR_NEW 11342 +#define IDS_SSL_ERR_NEW_LOG 11343 +#define IDS_SSL_ERR_CONNECT 11344 +#define IDS_SSL_ERR_CONNECT_ERR 11345 +#define IDS_SSL_ERR_CONNECT_LOG 11346 +#define IDS_SSL_ERR_CONTRENCUNSUP 11347 +#define IDS_SSL_ERR_DATAENCUNSUP 11348 +#define IDS_SSL_ERR_NOTYETVALID 11349 +#define IDS_SSL_ERR_EXPIRED 11350 + +// tooltips on lock icon in Directory line (first in locked state, second in unlocked state) +#define IDS_SSL_SECURITY_OK 11358 +#define IDS_SSL_SECURITY_UNVERIFIED 11359 + +#define IDS_SSL_LOG_ALGO 11360 +#define IDS_SSL_LOG_OSSL_CERT_VERIFY 11361 +#define IDS_SSL_LOG_ISSUER 11362 +#define IDS_SSL_LOG_SUBJECT 11363 + +// log message when server certificate was validated by its certification authority +#define IDS_SSL_LOG_CERTVERIFIED 11370 +// log message when server certificate was not validated by its certification authority +#define IDS_SSL_LOG_CERTNOTVERIFIED 11371 +// log messages with user choice in Server Identity Problem dialog (when server certificate was not validated by any certification authority) +#define IDS_SSL_LOG_CERTACCEPTED 11372 +#define IDS_SSL_LOG_CERTREJECTED 11373 +// log message when server certificate has changed +#define IDS_SSL_LOG_CERTCHANGED 11374 + +#define IDS_MODEZ_LOG_UNSUPBYSERVER 11380 + +// SSL error message when downloading listing of current directory in panel +#define IDS_LISTCOMMANDERROR 11385 +// SSL error message when downloading file for viewing (F3 in panel) +#define IDS_DOWNLOADONEFILEERROR 11386 +// SSL: connection state in progress dialog: when server certificate has changed and new certificate verification has failed (we need user to accept or reject the certificate) +#define IDS_SSLNEWUNVERIFIEDCERT 11387 + +// Connect dialog / Save password checkbox: "Protected by Master Password" when password is stored in the password manager (AES) +#define IDS_SAVEPASSWORD_PROTECTED 11390 + +// Some FTP passwords are not secured. Please enter the Master Password into the following dialog box.\n\nNote: if you click the Cancel button, these passwords will be stored unsecured. +#define IDS_PASSWORD_UNSECURED 11395 + +// Some FTP passwords cannot be decrypted.\n\nThey were probably encrypted using another Master Password.\nTry to change the Master Password to decrypt such passwords. +#define IDS_CANNOT_DECRYPT_SOMEPASSWORDS 11396 + +// The password cannot be decrypted.\n\nThe password was probably encrypted using another Master Password.\nTry to change the Master Password to decrypt this password.\nAlternatively you can clear it.\n\nDo you want to clear this password? +#define IDS_CANNOT_DECRYPT_PASSWORD_DELETE 11398 + +// Are you sure you wish to clear this password? +#define IDS_CLEARPASSWORD_CONFIRMATION 11399 + +// Are you sure you wish to show this password? +#define IDS_SHOWPASSWORD_CONFIRMATION 11400 +// The password is: +#define IDS_PASSWORDIS 11401 +///* X:\ALTAP\PETR\salamand\plugins\shared\statics.rh2 +//#define IDC_STATIC_1 (IDC_STATIC_1+0) // definovano v nadrazenem headru +#define IDC_STATIC_2 (IDC_STATIC_1+1) +#define IDC_STATIC_3 (IDC_STATIC_1+2) +#define IDC_STATIC_4 (IDC_STATIC_1+3) +#define IDC_STATIC_5 (IDC_STATIC_1+4) +#define IDC_STATIC_6 (IDC_STATIC_1+5) +#define IDC_STATIC_7 (IDC_STATIC_1+6) +#define IDC_STATIC_8 (IDC_STATIC_1+7) +#define IDC_STATIC_9 (IDC_STATIC_1+8) +#define IDC_STATIC_10 (IDC_STATIC_1+9) +#define IDC_STATIC_11 (IDC_STATIC_1+10) +#define IDC_STATIC_12 (IDC_STATIC_1+11) +#define IDC_STATIC_13 (IDC_STATIC_1+12) +#define IDC_STATIC_14 (IDC_STATIC_1+13) +#define IDC_STATIC_15 (IDC_STATIC_1+14) +#define IDC_STATIC_16 (IDC_STATIC_1+15) +#define IDC_STATIC_17 (IDC_STATIC_1+16) +#define IDC_STATIC_18 (IDC_STATIC_1+17) +#define IDC_STATIC_19 (IDC_STATIC_1+18) +#define IDC_STATIC_20 (IDC_STATIC_1+19) +#define IDC_STATIC_21 (IDC_STATIC_1+20) +#define IDC_STATIC_22 (IDC_STATIC_1+21) +#define IDC_STATIC_23 (IDC_STATIC_1+22) +#define IDC_STATIC_24 (IDC_STATIC_1+23) +#define IDC_STATIC_25 (IDC_STATIC_1+24) +#define IDC_STATIC_26 (IDC_STATIC_1+25) +#define IDC_STATIC_27 (IDC_STATIC_1+26) +#define IDC_STATIC_28 (IDC_STATIC_1+27) +#define IDC_STATIC_29 (IDC_STATIC_1+28) +#define IDC_STATIC_30 (IDC_STATIC_1+29) +#define IDC_STATIC_31 (IDC_STATIC_1+30) +#define IDC_STATIC_32 (IDC_STATIC_1+31) +#define IDC_STATIC_33 (IDC_STATIC_1+32) +#define IDC_STATIC_34 (IDC_STATIC_1+33) +#define IDC_STATIC_35 (IDC_STATIC_1+34) +#define IDC_STATIC_36 (IDC_STATIC_1+35) +#define IDC_STATIC_37 (IDC_STATIC_1+36) +#define IDC_STATIC_38 (IDC_STATIC_1+37) +#define IDC_STATIC_39 (IDC_STATIC_1+38) +#define IDC_STATIC_40 (IDC_STATIC_1+39) diff --git a/translations/symbols/plugins/ieviewer/symbols.inc b/translations/symbols/plugins/ieviewer/symbols.inc new file mode 100644 index 000000000..a1e5ce4d7 --- /dev/null +++ b/translations/symbols/plugins/ieviewer/symbols.inc @@ -0,0 +1,47 @@ +// Defines for Altap Translator +#define IDOK 1 +#define IDCANCEL 2 +#define IDABORT 3 +#define IDRETRY 4 +#define IDIGNORE 5 +#define IDYES 6 +#define IDNO 7 +#define IDCLOSE 8 +#define IDHELP 9 + +///* X:\ALTAP\PETR\salamand\plugins\ieviewer\lang\lang.rh +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by lang.rc +// + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 8500 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 8700 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif +///* X:\ALTAP\PETR\salamand\plugins\ieviewer\ieviewer.rh2 +#pragma once + +#if defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) +#error this file is not editable by Microsoft Visual C++ +#endif //defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) + +#define IDI_IEVIEWER 10000 + +// IEViewer - plugin name and windows title +#define IDS_PLUGINNAME 10100 + +// Unable to open Interner Explore +#define IDS_UNABLETOOPENIE 10101 + +// widely used title for error boxes +#define IDS_ERRORTITLE 10102 + +#define IDS_PLUGIN_DESCRIPTION 10103 +#define IDS_ABOUT 10105 diff --git a/translations/symbols/plugins/mmviewer/check.lst b/translations/symbols/plugins/mmviewer/check.lst new file mode 100644 index 000000000..4bcef3122 --- /dev/null +++ b/translations/symbols/plugins/mmviewer/check.lst @@ -0,0 +1 @@ +About Dialog Title: 10500: 10501 diff --git a/translations/symbols/plugins/mmviewer/salmenu.mnu b/translations/symbols/plugins/mmviewer/salmenu.mnu new file mode 100644 index 000000000..fd28407e7 --- /dev/null +++ b/translations/symbols/plugins/mmviewer/salmenu.mnu @@ -0,0 +1,34 @@ +MenuTemplate= +{ +IDS_MENU_FILE_PREV +IDS_MENU_FILE_NEXT +IDS_MENU_FILE_FIRST +IDS_MENU_FILE_LAST + +IDS_MENU_FILES_OPEN +IDS_MENU_FILES_EXPORT_HTML +IDS_MENU_FILE_OTHER +IDS_MENU_FILES_EXIT + +IDS_MENU_EDIT_COPY + +IDS_MENU_VIEW_FULLSCREEN + +IDS_MENU_HELP_ABOUT + +IDS_MENU_FILES +IDS_MENU_EDIT +IDS_MENU_VIEW +IDS_MENU_HELP +} + +PopupMenuTemplate= +{ +IDS_MENU_EDIT_COPY +} + +PluginMenu= +{ +IDS_EXPORTHTML +} + diff --git a/translations/symbols/plugins/mmviewer/symbols.inc b/translations/symbols/plugins/mmviewer/symbols.inc new file mode 100644 index 000000000..567d0e613 --- /dev/null +++ b/translations/symbols/plugins/mmviewer/symbols.inc @@ -0,0 +1,332 @@ +// Defines for Altap Translator +#define IDOK 1 +#define IDCANCEL 2 +#define IDABORT 3 +#define IDRETRY 4 +#define IDIGNORE 5 +#define IDYES 6 +#define IDNO 7 +#define IDCLOSE 8 +#define IDHELP 9 + +///* X:\ALTAP\PETR\salamand\plugins\mmviewer\lang\lang.rh +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by lang.rc +// +#define IDD_ABOUT 10500 +#define IDC_ABOUT_TITLE 10501 +#define IDC_ABOUT_EMAIL 10502 +#define IDC_ABOUT_WWW 10503 +#define IDC_ABOUT_DEPRO 10504 +#define IDC_ABOUT_COPYRIGHT 10505 +#define IDC_MAIN_ICON 10506 +#define IDC_DISKEXPLORER_ICON 10507 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 8500 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 8700 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif +///* X:\ALTAP\PETR\salamand\plugins\mmviewer\mmviewer.rh2 +#pragma once + +#if defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) +#error this file is not editable by Microsoft Visual C++ +#endif //defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) + +#define IDC_STATIC_1 13000 +#include "statics.rh2" // 13000 az 13039 jsou timto zabrane !!! + +#define IDI_MAIN 9991 +#define IDI_DISKEXPLORER 9992 + +#define IDB_TOOLBAR16 9970 +#define IDB_TOOLBAR256 9971 +#define IDB_TOOLBARMAIN 9972 + +#define IDA_ACCELERATORS 9998 + +#define CM_FILES_OPEN 10001 +#define CM_PROPERTIES 10003 +#define CM_EXIT 10004 +#define CM_ABOUT 10005 +#define CM_COPY 10006 +#define CM_FULLSCREEN 10014 +#define CM_CONFIGURATION 10018 +#define CM_FILE_PREV 10019 +#define CM_FILE_NEXT 10020 +#define CM_FILE_FIRST 10021 +#define CM_FILE_LAST 10022 +#define CM_FILES_EXPORT_HTML 10300 +#define CM_FILES_EXPORT_XML 10301 +#define CML_FILES 10251 +#define CML_EDIT 10252 +#define CML_VIEW 10253 +#define CML_OPTIONS 10255 +#define CML_HELP 10256 +#define CML_OTHERFILES 10257 + +#define IDS_MMV_OOM 11100 +#define IDS_MMV_UNKNOWN_FILE 11101 +#define IDS_MMV_OPEN_ERROR 11102 +#define IDS_MMV_READ_ERROR 11103 +#define IDS_MMV_WRITE_ERROR 11104 +#define IDS_MMV_SEEK_ERROR 11105 +#define IDS_MMV_CORRUPTED_FILE 11106 +#define IDS_MMV_EXTENSION_ERROR 11107 + +#define IDS_PLUGIN_NAME 11110 +#define IDS_OPENED_WINDOWS 11111 +#define IDS_VIEWERFILTER 11120 +#define IDS_FONTDESCRIPTION 11121 +#define IDS_CFG_CONFLICT 11122 +#define IDS_ERROR_OPENING 11123 +#define IDS_HTMLEXPFILTER 11124 +#define IDS_EXPORTOPEN 11125 +#define IDS_EXPORTHTML 11126 +#define IDS_AUDIOINFO 11127 +#define IDS_HTMLEXT 11128 +#define IDS_PROCESSINGFILES 11129 +#define IDS_FILESPROCESSED 11130 +#define IDS_PLUGIN_DESCRIPTION 11131 +#define IDS_ABOUT 11132 + +#define IDS_MENU_FILES 11200 +#define IDS_MENU_FILES_OPEN 11201 +#define IDS_MENU_FILES_PROPERTIES 11202 +#define IDS_MENU_FILES_EXIT 11204 +#define IDS_MENU_FILE_OTHER 11205 +#define IDS_MENU_FILE_FIRST 11206 +#define IDS_MENU_FILE_LAST 11207 +#define IDS_MENU_FILE_PREV 11208 +#define IDS_MENU_FILE_NEXT 11209 +#define IDS_MENU_FILES_EXPORT_HTML 11290 +#define IDS_MENU_FILES_EXPORT_XML 11291 + +#define IDS_MENU_EDIT 11210 +#define IDS_MENU_EDIT_COPY 11211 +#define IDS_MENU_EDIT_SELECT_ALL 11212 +#define IDS_MENU_VIEW 11230 +#define IDS_MENU_VIEW_FULLSCREEN 11232 +#define IDS_MENU_OPTIONS 11270 +#define IDS_MENU_OPTIONS_CONFIG 11271 +#define IDS_MENU_HELP 11280 +#define IDS_MENU_HELP_ABOUT 11281 + +#define IDS_TBTT_COPY 11500 +#define IDS_TBTT_OPEN 11501 +#define IDS_TBTT_FIND 11502 +#define IDS_TBTT_PROPERTIES 11503 +#define IDS_TBTT_FULLSCREEN 11504 +#define IDS_TBTT_PREV 11505 +#define IDS_TBTT_NEXT 11506 +#define IDS_TBTT_EXP_HTML 11507 +#define IDS_TBTT_EXP_XML 11508 + +#define IDS_YES 12001 +#define IDS_NO 12002 +#define IDS_VQF_INFO 12009 +#define IDS_VQF_COPYRIGHT 12010 +#define IDS_VQF_AUTHOR 12011 +#define IDS_VQF_TITLE 12012 +#define IDS_VQF_COMMENTS 12013 +#define IDS_VQF_YEAR 12014 +#define IDS_VQF_ALBUM 12015 +#define IDS_VQF_TRACK 12016 +#define IDS_VQF_ORIGFILENAME 12017 +#define IDS_VQF_LYRC 12018 +#define IDS_VQF_WORD 12019 +#define IDS_VQF_MUSC 12020 +#define IDS_VQF_ARNG 12021 +#define IDS_VQF_PROD 12022 +#define IDS_VQF_REMX 12023 +#define IDS_VQF_CDCT 12024 +#define IDS_VQF_SING 12025 +#define IDS_VQF_LABL 12026 +#define IDS_VQF_NOTE 12027 +#define IDS_VQF_PRSN 12028 +#define IDS_VQF_BAND 12029 + +#define IDS_WMA_INFO 12100 +#define IDS_WMA_BINARY 12101 +#define IDS_WMA_DURATION 12102 +#define IDS_WMA_BITRATE 12103 +#define IDS_WMA_SEEKABLE 12104 +#define IDS_WMA_STRIDABLE 12105 +#define IDS_WMA_BROADCAST 12106 +#define IDS_WMA_PROTECTED 12107 +#define IDS_WMA_TRUSTED 12108 +#define IDS_WMA_SIGNATURENAME 12109 +#define IDS_WMA_TITLE 12110 +#define IDS_WMA_AUTHOR 12111 +#define IDS_WMA_DESCRIPTION 12112 +#define IDS_WMA_RATING 12113 +#define IDS_WMA_COPYRIGHT 12114 +#define IDS_WMA_ALBUMTITLE 12115 +#define IDS_WMA_TRACK 12116 +#define IDS_WMA_PROMOTIONURL 12117 +#define IDS_WMA_ALBUMCOVERURL 12118 +#define IDS_WMA_GENRE 12119 +#define IDS_WMA_YEAR 12120 +#define IDS_WMA_MCDI 12121 +#define IDS_WMA_BANNERIMAGETYPE 12122 +#define IDS_WMA_BANNERIMAGEDATA 12123 +#define IDS_WMA_BANNERIMAGEURL 12124 +#define IDS_WMA_COPYRIGHTURL 12125 +#define IDS_WMA_NSCNAME 12126 +#define IDS_WMA_NSCADDRESS 12127 +#define IDS_WMA_NSCPHONE 12128 +#define IDS_WMA_NSCEMAIL 12129 +#define IDS_WMA_NSCDESCRIPTION 12130 + +#define IDS_MOD_INFO 12200 +#define IDS_MOD_PATTERNS 12201 +#define IDS_MOD_SAMPLES 12202 +#define IDS_MOD_INSTRUMENTS 12203 +#define IDS_MOD_TITLE 12204 + +#define IDS_OGG_INFO 12300 +#define IDS_OGG_VERSION 12301 +#define IDS_OGG_BITRATE 12302 +#define IDS_OGG_FREQUENCY 12303 +#define IDS_OGG_CHANNELS 12304 +#define IDS_OGG_COPYRIGHT 12305 +#define IDS_OGG_VERSIONS 12306 +#define IDS_OGG_CONTACT 12307 +#define IDS_OGG_ISRC 12308 +#define IDS_OGG_AUTHOR 12309 +#define IDS_OGG_TITLE 12310 +#define IDS_OGG_GENRE 12311 +#define IDS_OGG_COMMENTS 12312 +#define IDS_OGG_DATE 12313 +#define IDS_OGG_ALBUM 12314 +#define IDS_OGG_TRACK 12315 +#define IDS_OGG_PERFORMER 12316 +#define IDS_OGG_ORGANIZATION 12317 +#define IDS_OGG_DESCRIPTION 12318 +#define IDS_OGG_DETAILS 12319 +#define IDS_OGG_LOCATION 12320 +#define IDS_OGG_SAMPLES 12321 +#define IDS_OGG_LENGTH 12322 +#define IDS_OGG_ADDINFO 12323 +#define IDS_OGG_DISCID 12324 +#define IDS_OGG_VENDOR 12325 +#define IDS_OGG_STDTAGS 12326 +#define IDS_OGG_OTHERTAG 12327 + +#define IDS_WAV_INFO 12400 +#define IDS_WAV_BITRATE 12401 +#define IDS_WAV_FREQUENCY 12402 +#define IDS_WAV_MODE 12403 +#define IDS_WAV_COMPRESSION 12404 +#define IDS_WAV_STEREO 12405 +#define IDS_WAV_MONO 12406 +#define IDS_WAV_LENGTH 12407 + +#define IDS_MP3_MP3VERSION 12501 +#define IDS_MP3_MP3VERSIONFMT 12502 +#define IDS_MP3_BITRATE 12503 +#define IDS_MP3_FREQUENCY 12504 +#define IDS_MP3_MODE 12505 +#define IDS_MP3_COPYRIGHT 12506 +#define IDS_MP3_ORIGINAL 12507 +#define IDS_MP3_AUTHOR 12508 +#define IDS_MP3_TITLE 12509 +#define IDS_MP3_GENRE 12510 +#define IDS_MP3_COMMENTS 12511 +#define IDS_MP3_YEAR 12512 +#define IDS_MP3_ALBUM 12513 +#define IDS_MP3_EMPHASIS 12514 +#define IDS_MP3_ID3TAGV 12515 +#define IDS_MP3_MP3INFO 12516 +#define IDS_MP3_FRAMES 12517 +#define IDS_MP3_LENGTH 12518 +#define IDS_MP3_AVERAGE 12519 +#define IDS_MP3_TRACK 12520 +#define IDS_MP3_DASH 12521 +#define IDS_MP3_5015MS 12522 +#define IDS_MP3_CCITTJ17 12523 +#define IDS_MP3_QUESTIONMARK 12524 +#define IDS_MP3_STEREO 12525 +#define IDS_MP3_JSTEREO 12526 +#define IDS_MP3_DCHANNEL 12527 +#define IDS_MP3_SCHANNEL 12528 +#define IDS_MP3_COMPOSER 12529 +#define IDS_MP3_ORIGARTIST 12530 +#define IDS_MP3_ENCODEDBY 12531 +#define IDS_MP3_URL_COMINFO 12532 +#define IDS_MP3_URL_COPYRIGHT 12533 +#define IDS_MP3_URL_OFFICIAL 12534 +#define IDS_MP3_URL_ARTIST 12535 +#define IDS_MP3_URL_ASOURCE 12536 +#define IDS_MP3_URL_IRADIO 12537 +#define IDS_MP3_URL_PAYMENT 12538 +#define IDS_MP3_URL_PUBLISHER 12539 +#define IDS_MP3_PUBLISHER 12540 +#define IDS_MP3_USERURL 12541 +#define IDS_MP3_USERTEXT 12542 + +#define IDS_MP4_AACINFO 12600 +#define IDS_MP4_BITRATE 12601 +#define IDS_MP4_SAMPLINGRATE 12602 +#define IDS_MP4_CHANNELS 12603 +#define IDS_MP4_DURATION 12604 +#define IDS_MP4_AACHEADERTYPE 12605 +#define IDS_MP4_MPEGVERSION 12606 +#define IDS_MP4_OBJTYPE_MAIN 12607 +#define IDS_MP4_OBJTYPE_LC 12608 +#define IDS_MP4_OBJTYPE_SSR 12609 +#define IDS_MP4_OBJTYPE_LTP 12610 +#define IDS_MP4_HEADTYPE_RAW 12611 +#define IDS_MP4_HEADTYPE_ADIF 12612 +#define IDS_MP4_HEADTYPE_ADTS 12613 + +// help IDs +#define IDH_EXPORT 13500 +///* X:\ALTAP\PETR\salamand\plugins\shared\statics.rh2 +//#define IDC_STATIC_1 (IDC_STATIC_1+0) // definovano v nadrazenem headru +#define IDC_STATIC_2 (IDC_STATIC_1+1) +#define IDC_STATIC_3 (IDC_STATIC_1+2) +#define IDC_STATIC_4 (IDC_STATIC_1+3) +#define IDC_STATIC_5 (IDC_STATIC_1+4) +#define IDC_STATIC_6 (IDC_STATIC_1+5) +#define IDC_STATIC_7 (IDC_STATIC_1+6) +#define IDC_STATIC_8 (IDC_STATIC_1+7) +#define IDC_STATIC_9 (IDC_STATIC_1+8) +#define IDC_STATIC_10 (IDC_STATIC_1+9) +#define IDC_STATIC_11 (IDC_STATIC_1+10) +#define IDC_STATIC_12 (IDC_STATIC_1+11) +#define IDC_STATIC_13 (IDC_STATIC_1+12) +#define IDC_STATIC_14 (IDC_STATIC_1+13) +#define IDC_STATIC_15 (IDC_STATIC_1+14) +#define IDC_STATIC_16 (IDC_STATIC_1+15) +#define IDC_STATIC_17 (IDC_STATIC_1+16) +#define IDC_STATIC_18 (IDC_STATIC_1+17) +#define IDC_STATIC_19 (IDC_STATIC_1+18) +#define IDC_STATIC_20 (IDC_STATIC_1+19) +#define IDC_STATIC_21 (IDC_STATIC_1+20) +#define IDC_STATIC_22 (IDC_STATIC_1+21) +#define IDC_STATIC_23 (IDC_STATIC_1+22) +#define IDC_STATIC_24 (IDC_STATIC_1+23) +#define IDC_STATIC_25 (IDC_STATIC_1+24) +#define IDC_STATIC_26 (IDC_STATIC_1+25) +#define IDC_STATIC_27 (IDC_STATIC_1+26) +#define IDC_STATIC_28 (IDC_STATIC_1+27) +#define IDC_STATIC_29 (IDC_STATIC_1+28) +#define IDC_STATIC_30 (IDC_STATIC_1+29) +#define IDC_STATIC_31 (IDC_STATIC_1+30) +#define IDC_STATIC_32 (IDC_STATIC_1+31) +#define IDC_STATIC_33 (IDC_STATIC_1+32) +#define IDC_STATIC_34 (IDC_STATIC_1+33) +#define IDC_STATIC_35 (IDC_STATIC_1+34) +#define IDC_STATIC_36 (IDC_STATIC_1+35) +#define IDC_STATIC_37 (IDC_STATIC_1+36) +#define IDC_STATIC_38 (IDC_STATIC_1+37) +#define IDC_STATIC_39 (IDC_STATIC_1+38) +#define IDC_STATIC_40 (IDC_STATIC_1+39) diff --git a/translations/symbols/plugins/nethood/symbols.inc b/translations/symbols/plugins/nethood/symbols.inc new file mode 100644 index 000000000..4ec7f9bb7 --- /dev/null +++ b/translations/symbols/plugins/nethood/symbols.inc @@ -0,0 +1,110 @@ +// Defines for Altap Translator +#define IDOK 1 +#define IDCANCEL 2 +#define IDABORT 3 +#define IDRETRY 4 +#define IDIGNORE 5 +#define IDYES 6 +#define IDNO 7 +#define IDCLOSE 8 +#define IDHELP 9 + +///* X:\ALTAP\PETR\salamand\plugins\nethood\lang\lang.rh +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by lang.rc +// +#define IDD_CONFIG 102 +#define IDC_SYSSHARES 1201 +#define IDC_NETSHORTCUTS 1202 +#define IDC_HIDESYSSHARES 1203 +#define IDC_SHOWWORKGRP 1204 +#define IDC_PRELOAD 1205 +#define IDC_SHOWTSC 1206 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 8500 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 8700 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif +///* X:\ALTAP\PETR\salamand\plugins\nethood\nethood.rh2 +//**************************************************************************** +// +// Copyright (c) ALTAP, spol. s r.o. All rights reserved. +// +// This is a part of the Altap Salamander SDK library. +// +// The SDK is provided "AS IS" and without warranty of any kind and +// ALTAP EXPRESSLY DISCLAIMS ALL WARRANTIES, EXPRESS AND IMPLIED, INCLUDING, +// BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS +// FOR A PARTICULAR PURPOSE and NON-INFRINGEMENT. +// +//**************************************************************************** + +#pragma once + +#if defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) +#error this file is not editable by Microsoft Visual C++ +#endif //defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) + +#define IDC_STATIC_1 3000 +#include "statics.rh2" // 3000 az 3039 jsou timto zabrane !!! + +#define IDS_PLUGIN_NAME 128 +#define IDS_DESCRIPTION 129 +#define IDS_COLUMN_COMMENTS 1024 +#define IDS_INFOLINE_SELECTION_PLURAL 1025 +#define IDS_MENUITEM 1026 +#define IDS_REFRESHING 1027 +#define IDS_NETWORK_UNAVAILABLE 1028 +#define IDS_ABOUT 1029 +#define IDS_TSCLIENT 1030 +#define IDS_TSFOLDER 1031 +#define IDS_TSHOST 1032 +#define IDS_TSFOLDERCOMMENT 1033 +///* X:\ALTAP\PETR\salamand\plugins\shared\statics.rh2 +//#define IDC_STATIC_1 (IDC_STATIC_1+0) // definovano v nadrazenem headru +#define IDC_STATIC_2 (IDC_STATIC_1+1) +#define IDC_STATIC_3 (IDC_STATIC_1+2) +#define IDC_STATIC_4 (IDC_STATIC_1+3) +#define IDC_STATIC_5 (IDC_STATIC_1+4) +#define IDC_STATIC_6 (IDC_STATIC_1+5) +#define IDC_STATIC_7 (IDC_STATIC_1+6) +#define IDC_STATIC_8 (IDC_STATIC_1+7) +#define IDC_STATIC_9 (IDC_STATIC_1+8) +#define IDC_STATIC_10 (IDC_STATIC_1+9) +#define IDC_STATIC_11 (IDC_STATIC_1+10) +#define IDC_STATIC_12 (IDC_STATIC_1+11) +#define IDC_STATIC_13 (IDC_STATIC_1+12) +#define IDC_STATIC_14 (IDC_STATIC_1+13) +#define IDC_STATIC_15 (IDC_STATIC_1+14) +#define IDC_STATIC_16 (IDC_STATIC_1+15) +#define IDC_STATIC_17 (IDC_STATIC_1+16) +#define IDC_STATIC_18 (IDC_STATIC_1+17) +#define IDC_STATIC_19 (IDC_STATIC_1+18) +#define IDC_STATIC_20 (IDC_STATIC_1+19) +#define IDC_STATIC_21 (IDC_STATIC_1+20) +#define IDC_STATIC_22 (IDC_STATIC_1+21) +#define IDC_STATIC_23 (IDC_STATIC_1+22) +#define IDC_STATIC_24 (IDC_STATIC_1+23) +#define IDC_STATIC_25 (IDC_STATIC_1+24) +#define IDC_STATIC_26 (IDC_STATIC_1+25) +#define IDC_STATIC_27 (IDC_STATIC_1+26) +#define IDC_STATIC_28 (IDC_STATIC_1+27) +#define IDC_STATIC_29 (IDC_STATIC_1+28) +#define IDC_STATIC_30 (IDC_STATIC_1+29) +#define IDC_STATIC_31 (IDC_STATIC_1+30) +#define IDC_STATIC_32 (IDC_STATIC_1+31) +#define IDC_STATIC_33 (IDC_STATIC_1+32) +#define IDC_STATIC_34 (IDC_STATIC_1+33) +#define IDC_STATIC_35 (IDC_STATIC_1+34) +#define IDC_STATIC_36 (IDC_STATIC_1+35) +#define IDC_STATIC_37 (IDC_STATIC_1+36) +#define IDC_STATIC_38 (IDC_STATIC_1+37) +#define IDC_STATIC_39 (IDC_STATIC_1+38) +#define IDC_STATIC_40 (IDC_STATIC_1+39) diff --git a/translations/symbols/plugins/pak/symbols.inc b/translations/symbols/plugins/pak/symbols.inc new file mode 100644 index 000000000..e944f1ba0 --- /dev/null +++ b/translations/symbols/plugins/pak/symbols.inc @@ -0,0 +1,137 @@ +// Defines for Altap Translator +#define IDOK 1 +#define IDCANCEL 2 +#define IDABORT 3 +#define IDRETRY 4 +#define IDIGNORE 5 +#define IDYES 6 +#define IDNO 7 +#define IDCLOSE 8 +#define IDHELP 9 + +///* X:\ALTAP\PETR\salamand\plugins\pak\spl\lang\lang.rh +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by lang.rc +// +#define IDD_OPTIMIZE 100 +#define IDC_VALIDSIZE 101 +#define IDC_TOTALSIZE 102 +#define IDC_WASTEDSPACE 103 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 8500 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 8700 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif +///* X:\ALTAP\PETR\salamand\plugins\pak\dll\texts.rh2 +#pragma once + +#if defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) +#error this file is not editable by Microsoft Visual C++ +#endif //defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) + +#define IDS_PAK_ERROPEN 500 +#define IDS_PAK_ERRINIT 501 +#define IDS_PAK_ERROPEN2 502 +#define IDS_PAK_ERRGETFILESIZE 503 +#define IDS_PAK_INVLAIDDATA 504 +#define IDS_PAK_LOWMEMORY 505 +#define IDS_PAK_CENTRDIR 506 +#define IDS_PAK_ERRSETFILEPTR 507 +#define IDS_PAK_ERRREADFILE 508 +#define IDS_PAK_ERRGETFILEPTR 509 +#define IDS_PAK_ERRWRITEFILE 510 +#define IDS_PAK_TOOLONGNAME 511 +///* X:\ALTAP\PETR\salamand\plugins\pak\spl\pak.rh2 +#pragma once + +#if defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) +#error this file is not editable by Microsoft Visual C++ +#endif //defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) + +#define IDC_STATIC_1 300 +#include "statics.rh2" // 300 az 339 jsou timto zabrane !!! + +#define IDB_PAK 104 + +#define IDS_PLUGINNAME 1000 +#define IDS_LOWMEM 1001 +#define IDS_ERRLIST 1002 +#define IDS_ERRLOADPAKLIB 1003 +#define IDS_EXTRPROGTITLE 1004 +#define IDS_PREPAREDATA 1005 +#define IDS_EXTRACTFILES 1006 +#define IDS_EXTRACTING 1007 +#define IDS_TOOLONGNAME 1008 +#define IDS_UNABLESEEK 1009 +#define IDS_UNABLEGETFIELPOS 1010 +#define IDS_UNABLEWRITE 1011 +#define IDS_ERROPEN 1013 +#define IDS_TOOLONGMASK 1014 +#define IDS_DELPROGTITLE 1015 +#define IDS_DELFILES 1016 +#define IDS_DELETING 1017 +#define IDS_CANCELING 1018 +#define IDS_ADDPROGTITLE 1019 +#define IDS_TOOLARGE 1020 +#define IDS_ADDFILES 1021 +#define IDS_TOOLONGNAME2 1022 +#define IDS_PACKING 1023 +#define IDS_UNABLEREAD 1024 +#define IDS_ERRCONNECT 1025 +#define IDS_OPTIMIZING 1026 +#define IDS_OPTPROGTITLE 1027 +#define IDS_NEEDOPT 1028 +#define IDS_MENUOPTIMIZE 1029 +#define IDS_EXPIRE 1030 +#define IDS_PLUGIN_DESCRIPTION 1031 +#define IDS_ABOUT 1032 + +#define IDH_OPTIMIZE 2000 +///* X:\ALTAP\PETR\salamand\plugins\shared\statics.rh2 +//#define IDC_STATIC_1 (IDC_STATIC_1+0) // definovano v nadrazenem headru +#define IDC_STATIC_2 (IDC_STATIC_1+1) +#define IDC_STATIC_3 (IDC_STATIC_1+2) +#define IDC_STATIC_4 (IDC_STATIC_1+3) +#define IDC_STATIC_5 (IDC_STATIC_1+4) +#define IDC_STATIC_6 (IDC_STATIC_1+5) +#define IDC_STATIC_7 (IDC_STATIC_1+6) +#define IDC_STATIC_8 (IDC_STATIC_1+7) +#define IDC_STATIC_9 (IDC_STATIC_1+8) +#define IDC_STATIC_10 (IDC_STATIC_1+9) +#define IDC_STATIC_11 (IDC_STATIC_1+10) +#define IDC_STATIC_12 (IDC_STATIC_1+11) +#define IDC_STATIC_13 (IDC_STATIC_1+12) +#define IDC_STATIC_14 (IDC_STATIC_1+13) +#define IDC_STATIC_15 (IDC_STATIC_1+14) +#define IDC_STATIC_16 (IDC_STATIC_1+15) +#define IDC_STATIC_17 (IDC_STATIC_1+16) +#define IDC_STATIC_18 (IDC_STATIC_1+17) +#define IDC_STATIC_19 (IDC_STATIC_1+18) +#define IDC_STATIC_20 (IDC_STATIC_1+19) +#define IDC_STATIC_21 (IDC_STATIC_1+20) +#define IDC_STATIC_22 (IDC_STATIC_1+21) +#define IDC_STATIC_23 (IDC_STATIC_1+22) +#define IDC_STATIC_24 (IDC_STATIC_1+23) +#define IDC_STATIC_25 (IDC_STATIC_1+24) +#define IDC_STATIC_26 (IDC_STATIC_1+25) +#define IDC_STATIC_27 (IDC_STATIC_1+26) +#define IDC_STATIC_28 (IDC_STATIC_1+27) +#define IDC_STATIC_29 (IDC_STATIC_1+28) +#define IDC_STATIC_30 (IDC_STATIC_1+29) +#define IDC_STATIC_31 (IDC_STATIC_1+30) +#define IDC_STATIC_32 (IDC_STATIC_1+31) +#define IDC_STATIC_33 (IDC_STATIC_1+32) +#define IDC_STATIC_34 (IDC_STATIC_1+33) +#define IDC_STATIC_35 (IDC_STATIC_1+34) +#define IDC_STATIC_36 (IDC_STATIC_1+35) +#define IDC_STATIC_37 (IDC_STATIC_1+36) +#define IDC_STATIC_38 (IDC_STATIC_1+37) +#define IDC_STATIC_39 (IDC_STATIC_1+38) +#define IDC_STATIC_40 (IDC_STATIC_1+39) diff --git a/translations/symbols/plugins/peviewer/symbols.inc b/translations/symbols/plugins/peviewer/symbols.inc new file mode 100644 index 000000000..fac499edb --- /dev/null +++ b/translations/symbols/plugins/peviewer/symbols.inc @@ -0,0 +1,111 @@ +// Defines for Altap Translator +#define IDOK 1 +#define IDCANCEL 2 +#define IDABORT 3 +#define IDRETRY 4 +#define IDIGNORE 5 +#define IDYES 6 +#define IDNO 7 +#define IDCLOSE 8 +#define IDHELP 9 + +///* X:\ALTAP\PETR\salamand\plugins\peviewer\lang\lang.rh +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by lang.rc +// +#define IDD_CONFIG 8501 +#define IDC_AVAILABLELB 8700 +#define IDC_SELECTEDLB 8701 +#define IDC_ADD 8702 +#define IDC_REMOVE 8703 +#define IDC_UP 8704 +#define IDC_DOWN 8705 +#define IDC_RESET 8706 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 8502 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 8707 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif +///* X:\ALTAP\PETR\salamand\plugins\peviewer\peviewer.rh2 +#pragma once + +#if defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) +#error this file is not editable by Microsoft Visual C++ +#endif //defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) + +#define IDC_STATIC_1 1300 +#include "statics.rh2" // 1300 az 1339 jsou timto zabrane !!! + +// Strings +#define IDS_PLUGIN_NAME 10100 +#define IDS_ERR_OPEN_FILE 10101 +#define IDS_ERR_TMP 10102 +#define IDS_EXCEPTION 10103 +#define IDS_PLUGIN_DESCRIPTION 10104 +#define IDS_ABOUT 1016 + +// hlavicky sekci nejsou v resourcech, protoze je neprekladame (generovany report se tez nepreklada) +#define IDS_DUMPER_FILETYPE 10105 +#define IDS_DUMPER_FILEVERSIONRESOURCE 10106 +#define IDS_DUMPER_FILEHEADER 10107 +#define IDS_DUMPER_OPTIONALFILEHEADER 10108 +#define IDS_DUMPER_EXPORTTABLE 10109 +#define IDS_DUMPER_IMPORTTABLE 10110 +#define IDS_DUMPER_SECTIONTABLE 10111 +#define IDS_DUMPER_DEBUGDIRECTORY 10112 +#define IDS_DUMPER_RESOURCEDIRECTORY 10113 +#define IDS_DUMPER_LOADCONFIG 10114 +#define IDS_DUMPER_MANIFEST 10115 +#define IDS_DUMPER_CORHEADER 10116 +#define IDS_DUMPER_CORMETADATA 10117 +// konec sekci, dal uz jsou zase normalni stringy, co se prekladaji + +#define IDS_HIDDEN_SECTIONS 10118 +///* X:\ALTAP\PETR\salamand\plugins\shared\statics.rh2 +//#define IDC_STATIC_1 (IDC_STATIC_1+0) // definovano v nadrazenem headru +#define IDC_STATIC_2 (IDC_STATIC_1+1) +#define IDC_STATIC_3 (IDC_STATIC_1+2) +#define IDC_STATIC_4 (IDC_STATIC_1+3) +#define IDC_STATIC_5 (IDC_STATIC_1+4) +#define IDC_STATIC_6 (IDC_STATIC_1+5) +#define IDC_STATIC_7 (IDC_STATIC_1+6) +#define IDC_STATIC_8 (IDC_STATIC_1+7) +#define IDC_STATIC_9 (IDC_STATIC_1+8) +#define IDC_STATIC_10 (IDC_STATIC_1+9) +#define IDC_STATIC_11 (IDC_STATIC_1+10) +#define IDC_STATIC_12 (IDC_STATIC_1+11) +#define IDC_STATIC_13 (IDC_STATIC_1+12) +#define IDC_STATIC_14 (IDC_STATIC_1+13) +#define IDC_STATIC_15 (IDC_STATIC_1+14) +#define IDC_STATIC_16 (IDC_STATIC_1+15) +#define IDC_STATIC_17 (IDC_STATIC_1+16) +#define IDC_STATIC_18 (IDC_STATIC_1+17) +#define IDC_STATIC_19 (IDC_STATIC_1+18) +#define IDC_STATIC_20 (IDC_STATIC_1+19) +#define IDC_STATIC_21 (IDC_STATIC_1+20) +#define IDC_STATIC_22 (IDC_STATIC_1+21) +#define IDC_STATIC_23 (IDC_STATIC_1+22) +#define IDC_STATIC_24 (IDC_STATIC_1+23) +#define IDC_STATIC_25 (IDC_STATIC_1+24) +#define IDC_STATIC_26 (IDC_STATIC_1+25) +#define IDC_STATIC_27 (IDC_STATIC_1+26) +#define IDC_STATIC_28 (IDC_STATIC_1+27) +#define IDC_STATIC_29 (IDC_STATIC_1+28) +#define IDC_STATIC_30 (IDC_STATIC_1+29) +#define IDC_STATIC_31 (IDC_STATIC_1+30) +#define IDC_STATIC_32 (IDC_STATIC_1+31) +#define IDC_STATIC_33 (IDC_STATIC_1+32) +#define IDC_STATIC_34 (IDC_STATIC_1+33) +#define IDC_STATIC_35 (IDC_STATIC_1+34) +#define IDC_STATIC_36 (IDC_STATIC_1+35) +#define IDC_STATIC_37 (IDC_STATIC_1+36) +#define IDC_STATIC_38 (IDC_STATIC_1+37) +#define IDC_STATIC_39 (IDC_STATIC_1+38) +#define IDC_STATIC_40 (IDC_STATIC_1+39) diff --git a/translations/symbols/plugins/pictview/check.lst b/translations/symbols/plugins/pictview/check.lst new file mode 100644 index 000000000..5eb62a58e --- /dev/null +++ b/translations/symbols/plugins/pictview/check.lst @@ -0,0 +1,17 @@ +Same Size of Property Pages: 2020 2080 2060 2070 2040 + +More Button: 2300: 2302 + +About Dialog Title: 2000: 2007 + +Combo Box: 2500: 2504: 2280 2281 2282 2283 2284 +Combo Box: 2500: 2502: 2280 2281 2282 2283 2284 +Combo Box: 2500: 2511: 2280 2281 2282 2283 2284 +Combo Box: 2500: 2509: 2280 2281 2282 2283 2284 + +Combo Box: 2300: 2304: 1082 1083 1084 1085 +Combo Box: 2300: 2305: 1079 1080 1081 +Combo Box: 2300: 2303: 1072 1073 1078 1074 1075 1076 1077 + +Multi-Text Control: 2530: 2: 1161 +Multi-Text Control: 2530: 2531: 1162 1163 1164 diff --git a/translations/symbols/plugins/pictview/ignore.lst b/translations/symbols/plugins/pictview/ignore.lst new file mode 100644 index 000000000..5e9edc78a --- /dev/null +++ b/translations/symbols/plugins/pictview/ignore.lst @@ -0,0 +1,11 @@ +Overlap in dialog: 2000: 2001 x 2002 +Overlap in dialog: 2000: 2001 x 2004 +Overlap in dialog: 2000: 2001 x 2005 +Overlap in dialog: 2000: 2001 x 2006 + +Different spacing between controls: 2500: 2510 + +Not standard control size: 2000: 2001 + +Inconsistent text endings in control: 2000: 2002 +Inconsistent text endings in control: 2000: 2004 diff --git a/translations/symbols/plugins/pictview/salmenu.mnu b/translations/symbols/plugins/pictview/salmenu.mnu new file mode 100644 index 000000000..f6058bc82 --- /dev/null +++ b/translations/symbols/plugins/pictview/salmenu.mnu @@ -0,0 +1,124 @@ +ConfigPageColorsMenu= +{ +IDS_CUSTOM_COLOR +IDS_AUTOMATIC_COLOR +} + +templ= +{ +IDS_HIST_MENU_LUMINOSITY +IDS_HIST_MENU_RGBSUM +IDS_HIST_MENU_RED +IDS_HIST_MENU_GREEN +IDS_HIST_MENU_BLUE +} + +MenuTemplate= +{ +IDS_MENU_WALLPARER_CENTER +IDS_MENU_WALLPARER_TILE +IDS_MENU_WALLPARER_STRETCH +IDS_MENU_WALLPARER_RESTORE +IDS_MENU_WALLPARER_NONE + +IDS_MENU_FILE_PREV +IDS_MENU_FILE_NEXT +IDS_MENU_FILE_PREVSEL +IDS_MENU_FILE_NEXTSEL +IDS_MENU_FILE_FIRST +IDS_MENU_FILE_LAST + +IDS_MENU_FILE_OPEN +IDS_MENU_FILE_REFRESH +IDS_MENU_FILE_SAVEAS +IDS_MENU_FILE_CAPTURE +IDS_MENU_FILE_SCAN +IDS_MENU_FILE_SCAN_SOURCE +IDS_MENU_FILE_WALLPAPER +IDS_MENU_FILE_PROP +IDS_MENU_FILE_EXIF +IDS_MENU_FILE_HISTOGRAM +IDS_MENU_FILE_FOCUS +IDS_MENU_FILE_SELCRCFILE +IDS_MENU_FILE_RENAME +IDS_MENU_FILE_COPYTO +IDS_MENU_FILE_DELETE +IDS_MENU_FILE_PRINT +IDS_MENU_FILE_OTHER +IDS_MENU_FILE_FILES +IDS_MENU_FILE_DIRS +IDS_MENU_FILE_EXIT + +IDS_MENU_EDIT_COPY +IDS_MENU_EDIT_PASTE +IDS_MENU_EDIT_SELECTALL +IDS_MENU_EDIT_DESELECT +IDS_MENU_EDIT_CROP +IDS_MENU_EDIT_LEFT +IDS_MENU_EDIT_RIGHT +IDS_MENU_EDIT_180 +IDS_MENU_EDIT_FLIPH +IDS_MENU_EDIT_FLIPV + +IDS_MENU_PREVPAGE +IDS_MENU_NEXTPAGE +IDS_MENU_FIRSTPAGE +IDS_MENU_LASTPAGE +IDS_MENU_PAGE + +IDS_MENU_VIEW_ZOOMIN +IDS_MENU_VIEW_ZOOMOUT +IDS_MENU_VIEW_ZOOM +IDS_MENU_VIEW_WHOLE +IDS_MENU_VIEW_WIDTH +IDS_MENU_VIEW_ACTUAL +IDS_MENU_VIEW_TOOLBAR +IDS_MENU_VIEW_STATUSBAR +IDS_MENU_VIEW_FULLSCREEN +IDS_MENU_MULTIPAGE + +IDS_MENU_TOOLS_HAND +IDS_MENU_TOOLS_ZOOM +IDS_MENU_TOOLS_SELECT +IDS_MENU_TOOLS_PICK +IDS_MENU_TOOLS_OPTIONS + +IDS_MENU_HELP_CONTENTS +IDS_MENU_HELP_INDEX +IDS_MENU_HELP_SEARCH +IDS_MENU_HELP_ABOUT + +IDS_MENU_FILE +IDS_MENU_EDIT +IDS_MENU_VIEW +IDS_MENU_TOOLS +IDS_MENU_HELP +} + +PopupMenuTemplate= +{ +IDS_MENU_FILE_PREV +IDS_MENU_FILE_NEXT +IDS_MENU_EDIT_COPY +IDS_MENU_EDIT_PASTE +IDS_MENU_FILE_PROP +IDS_MENU_FILE_EXIF +IDS_MENU_FILE_HISTOGRAM +IDS_MENU_FILE_SELCRCFILE +IDS_MENU_FILE_PREVSEL +IDS_MENU_FILE_NEXTSEL +IDS_MENU_FILE_FOCUS +IDS_MENU_FILE_RENAME +IDS_MENU_FILE_DELETE +IDS_MENU_VIEW_FULLSCREEN +} + +PluginMenu= +{ +IDS_VIEW_BMP_IN_CLIPBOARD +IDS_PLUGINSMENU_SCREEN_CAPTURE +IDS_PLUGINSMENU_REGENERATE_THUMBNAIL +IDS_PLUGINSMENU_SCAN +IDS_MENU_FILE_SCAN_SOURCE +} + diff --git a/translations/symbols/plugins/pictview/symbols.inc b/translations/symbols/plugins/pictview/symbols.inc new file mode 100644 index 000000000..4817a3540 --- /dev/null +++ b/translations/symbols/plugins/pictview/symbols.inc @@ -0,0 +1,861 @@ +// Defines for Altap Translator +#define IDOK 1 +#define IDCANCEL 2 +#define IDABORT 3 +#define IDRETRY 4 +#define IDIGNORE 5 +#define IDYES 6 +#define IDNO 7 +#define IDCLOSE 8 +#define IDHELP 9 + +///* X:\ALTAP\PETR\salamand\plugins\pictview\lang\lang.rh +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by lang.rc +// +#define DLG_ABOUT 2000 +#define IDC_ABOUT_FRAME 2001 +#define IDC_ABOUT_L1 2002 +#define IDC_ABOUT_L2 2004 +#define IDC_ABOUT_L3 2005 +#define IDC_ABOUT_L4 2006 +#define IDC_ABOUT_TITLE 2007 +#define IDC_ABOUT_PVW32 2008 +#define IDC_ABOUT_EMAIL 2009 +#define IDC_ABOUT_WWW 2010 +#define IDC_ABOUT_COPYRIGHT 2011 +#define IDC_ABOUT_ICON 2013 +#define DLG_CFGPAGE_APPEARANCE 2020 +#define IDC_CFGAPP_WINPOS_SAME 2021 +#define IDC_CFGAPP_WINPOS_LARGER 2022 +#define IDC_CFGAPP_WINPOS_ANY 2023 +#define IDC_CFGAPP_ZOOM_WHOLE 2024 +#define IDC_CFGAPP_ZOOM_WIDTH 2025 +#define IDC_CFGAPP_ZOOM_ORIG 2026 +#define IDC_CFGAPP_ZOOM_FSCREEN 2027 +#define IDC_CFGAPP_PATH 2030 +#define DLG_CFGPAGE_ADVANCED 2040 +#define IDC_CFGADV_CREATE_THUMBNAILS 2050 +#define IDC_CFGADV_THUMB_MP 2051 +#define IDC_CFGADV_AUTOROTATE 2052 +#define IDC_CFGADV_SAVE 2053 +#define IDC_CFGADV_REMEMBER_PATH 2054 +#define DLG_CFGPAGE_KEYBOARD 2060 +#define IDC_CFGKBD_PGDNUP_SCR 2061 +#define IDC_CFGKBD_PGDNUP_PREV 2062 +#define DLG_CFGPAGE_TOOLS 2070 +#define IDC_CFGTOOLS_SQUARE 2071 +#define IDC_CFGTOOLS_4_3 2072 +#define IDC_CFGTOOLS_3_2 2073 +#define IDC_CFGTOOLS_16_9 2074 +#define IDC_CFGTOOLS_OTHER 2075 +#define IDC_CFGTOOLS_RATIO_X 2076 +#define IDC_CFGTOOLS_RATIO_Y 2077 +#define IDC_CFGTOOLS_PIPHEX 2078 +#define DLG_CFGPAGE_COLORS 2080 +#define IDC_CFGCLR_BKGND 2081 +#define IDC_CFGCLR_BORDER 2082 +#define IDC_CFGCLR_FS_BKGND 2083 +#define IDC_CFGCLR_FS_BORDER 2084 +#define DLG_IMGPROP 2100 +#define IDC_IMGPROP_FNAME 2101 +#define IDC_IMGPROP_PAGENUM_LBL 2102 +#define IDC_IMGPROP_PAGENUM 2103 +#define IDC_IMGPROP_WIDTH 2104 +#define IDC_IMGPROP_HEIGHT 2105 +#define IDC_IMGPROP_COLORS 2106 +#define IDC_IMGPROP_SIZE 2107 +#define IDC_IMGPROP_FSIZE 2108 +#define IDC_IMGPROP_DPI 2109 +#define IDC_IMGPROP_FMT 2110 +#define IDC_IMGPROP_COMPR 2111 +#define IDC_IMGPROP_COMMENT 2112 +#define DLG_IMGEXIF 2120 +#define IDC_IMGEXIF_LIST 2121 +#define IDC_IMGEXIF_COPY 2122 +#define IDC_IMGEXIF_HIGHLIGHT 2123 +#define IDC_IMGEXIF_INFO 2124 +#define IDC_IMGEXIF_GROUP 2125 +#define DLG_ZOOM 2130 +#define IDC_ZOOM_ZOOM 2131 +#define DLG_PAGE 2140 +#define IDC_PAGE_PAGE 2141 +#define DLG_CAPTURE 2150 +#define IDC_CAPTURE_TIMER_VAL 2151 +#define IDC_CAPTURE_CURSOR 2152 +#define IDC_CAPTURE_TIMER 2153 +#define IDC_CAPTURE_HOTKEY_VAL 2154 +#define IDC_CAPTURE_HOTKEY 2155 +#define IDC_CAPTURE_CLIENT 2156 +#define IDC_CAPTURE_WINDOW 2157 +#define IDC_CAPTURE_FULL 2158 +#define IDC_CAPTURE_VIRTUAL 2159 +#define IDC_CAPTURE_APPL 2160 +#define IDD_RENAMEDIALOG 2170 +#define IDS_SUBJECT 2171 +#define IDE_PATH 2172 +#define IDD_OVERWRITE 2180 +#define IDS_SOURCENAME 2181 +#define IDS_SOURCEATTR 2182 +#define IDS_TARGETNAME 2183 +#define IDS_TARGETATTR 2184 +#define IDD_COPYTO 2400 +#define IDC_COPYTO_RB_1 2401 +#define IDC_COPYTO_RB_2 2402 +#define IDC_COPYTO_RB_3 2403 +#define IDC_COPYTO_RB_4 2404 +#define IDC_COPYTO_RB_5 2405 +#define IDC_COPYTO_EL_1 2406 +#define IDC_COPYTO_EL_2 2407 +#define IDC_COPYTO_EL_3 2408 +#define IDC_COPYTO_EL_4 2409 +#define IDC_COPYTO_EL_5 2410 +#define IDC_COPYTO_BR_1 2411 +#define IDC_COPYTO_BR_2 2412 +#define IDC_COPYTO_BR_3 2413 +#define IDC_COPYTO_BR_4 2414 +#define IDC_COPYTO_BR_5 2415 +#define IDD_PRINT 2500 +#define IDC_PRINT_TOP 2501 +#define IDC_PRINT_TOP_UNITS 2502 +#define IDC_PRINT_LEFT 2503 +#define IDC_PRINT_LEFT_UNITS 2504 +#define IDC_PRINT_SCALE 2505 +#define IDC_PRINT_FIT 2506 +#define IDC_PRINT_ASPECT 2507 +#define IDC_PRINT_HEIGHT 2508 +#define IDC_PRINT_HEIGHT_UNITS 2509 +#define IDC_PRINT_WIDTH 2510 +#define IDC_PRINT_WIDTH_UNITS 2511 +#define IDC_PRINT_BOX 2512 +#define IDC_PRINT_SELECTION 2513 +#define IDC_PRINT_PRINTER 2514 +#define IDC_PRINT_SETUP 2515 +#define IDC_PRINT_CENTER 2516 +#define IDC_PRINT_PREVIEW 2517 +#define DLG_WIAPROGRESS 2530 +#define IDC_WIAPROGR_MESSAGE 2531 +#define IDC_WIAPROGR_BAR 2532 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 8500 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 8700 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif +///* X:\ALTAP\PETR\salamand\plugins\pictview\pictview.rh2 +#pragma once + +#if defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) +#error this file is not editable by Microsoft Visual C++ +#endif //defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) + +#define IDC_STATIC_1 3000 +#include "statics.rh2" // 3000 az 3039 jsou timto zabrane !!! + +// ikona pro hlavni okno +#define IDI_WINDOW_ICON 70 +#define IDI_SB_ANCHOR 71 +#define IDI_SB_CURSOR 72 +#define IDI_SB_PIPETTE 73 +#define IDI_SB_SIZE 74 + +// kruzory: normalni a sevrena ruka +#define IDC_HAND1 80 +#define IDC_HAND2 81 +#define IDC_PIPETA 82 +#define IDC_ZOOMIN 83 +#define IDC_ZOOMOUT 84 +#define IDC_SELECT 85 + +#define IDA_ACCELERATORS 90 + +// nastrojove listy +#define IDB_TOOLBAR16 95 +#define IDB_TOOLBAR256 96 +#define IDB_PICTVIEW 97 + +// +// Commands +// + +#define IDM_CTX_MENU 100 +#define CMD_ZOOM_TO 101 +#define CMD_ZOOM_IN 102 +#define CMD_ZOOM_OUT 103 +#define CMD_COPY 104 +#define CMD_PASTE 105 +#define CMD_ABOUT 106 +#define CMD_CFG 112 +#define CMD_RELOAD 113 +#define CMD_IMG_PROP 114 +#define CMD_IMG_EXIF 115 +#define CMD_MIRROR_HOR 120 +#define CMD_MIRROR_VERT 121 +#define CMD_OPEN 122 +#define CMD_SAVEAS 124 +#define CMD_EXIT 125 +#define CMD_ROTATE180 126 +#define CMD_ROTATE_RIGHT 127 +#define CMD_ROTATE_LEFT 128 +#define CMD_FULLSCREEN 129 +#define CMD_NEXTPAGE 130 +#define CMD_PREVPAGE 131 +#define CMD_FIRSTPAGE 132 +#define CMD_LASTPAGE 133 +#define CMD_PAGE 134 +#define CMD_ZOOMWHOLE 135 +#define CMD_ZOOMWIDTH 136 +#define CMD_ZOOMACTUAL 137 +#define CMD_ZOOMWINDOW 138 +#define CMD_SELECTALL 139 +#define CMD_DESELECT 140 +#define CMD_HELP_CONTENTS 141 +#define CMD_HELP_INDEX 142 +#define CMD_HELP_SEARCH 143 +//#define CMD_HELP_KEYBOARD 144 +//#define CMD_HELP_MOUSE 145 +#define CMD_FILE_PREV 146 +#define CMD_FILE_NEXT 147 +#define CMD_CAPTURE 148 +#define CMD_TOOLS_HAND 149 +#define CMD_TOOLS_ZOOM 150 +#define CMD_TOOLS_SELECT 151 +#define CMD_TOOLS_PIPETTE 152 +#define CMD_PAGE_SETUP 153 +#define CMD_PRINT 154 +#define CMD_CROP 155 +#define CMD_OPENREGISTRATION 156 +#define CMD_TOOLBAR 157 +#define CMD_STATUSBAR 158 +#define CMD_CAPTURE_INTERNAL 159 +#define CMD_V_PAGEUP 160 +#define CMD_V_PAGEDOWN 161 +#define CMD_V_HOME 162 +#define CMD_V_END 163 +#define CMD_H_PAGEUP 164 +#define CMD_H_PAGEDOWN 165 +#define CMD_H_HOME 166 +#define CMD_H_END 167 +#define CMD_CLOSE 168 +#define CMD_UP 169 +#define CMD_DOWN 170 +#define CMD_LEFT 171 +#define CMD_RIGHT 172 +#define CMD_PAGE_INTERNAL 173 +#define CMD_CAPTURE_CANCELED 174 +#define CMD_WALLPAPER_CENTER 175 +#define CMD_WALLPAPER_TILE 176 +#define CMD_WALLPAPER_STRETCH 177 +#define CMD_WALLPAPER_RESTORE 178 +#define CMD_WALLPAPER_NONE 179 +#define CMD_SCAN 180 +#define CMD_SCAN_SOURCE 181 +#define CMD_FILE_FIRST 182 +#define CMD_FILE_LAST 183 +#define CMD_IMG_FOCUS 184 +#define CMD_IMG_RENAME 185 +#define CMD_IMG_DELETE 186 +#define CMD_INTERNAL_FOCUS 187 +#define CMD_REGENERATE_THUMBNAIL 188 +#define CMD_IMG_HISTOGRAM 189 +#define CMD_FILE_TOGGLESELECT 190 +#define CMD_FILE_PREVSELFILE 191 +#define CMD_FILE_NEXTSELFILE 192 +#define CMD_ZOOM_INMAX 193 +#define CMD_IMG_COPYTO 194 + +// Petr: zakomentoval jsem, uz snad nebude nikdy potreba... +//#define CMD_INTERNAL_REFRESHLPANEL 195 +//#define CMD_INTERNAL_REFRESHRPANEL 196 + +#define CMD_INTERNAL_REREADTHUMBS 197 +#define CMD_INTERNAL_SAVEAS 198 +#define CMD_INTERNAL_SCAN_EXTRA_IMAGES 199 + +// intervaly pro Recent Files/Directories +#define CMD_RECENTFILES_FIRST 460 +#define CMD_RECENTFILES_LAST 469 +#define CMD_RECENRDIRS_FIRST 470 +#define CMD_RECENTDIRS_LAST 479 + +// +// Menu Helpers IDs +// + +#define CML_FILE 480 +#define CML_EDIT 481 +#define CML_IMAGE 482 +#define CML_VIEW 483 +#define CML_TOOLS 484 +#define CML_HELP 485 +#define CML_MULTIPAGE 486 +#define CML_RECENTFILES 487 +#define CML_RECENTDIRS 488 +#define CML_WALLPAPER 489 +#define CML_OTHERFILES 490 +#define CML_CONTEXT 491 + +// +// String Tables +// + +#define IDS_MENU_FILE 500 +#define IDS_MENU_FILE_OPEN 501 +#define IDS_MENU_FILE_REFRESH 502 +#define IDS_MENU_FILE_WALLPAPER 503 +#define IDS_MENU_WALLPARER_CENTER 504 +#define IDS_MENU_WALLPARER_TILE 505 +#define IDS_MENU_WALLPARER_STRETCH 506 +#define IDS_MENU_WALLPARER_RESTORE 507 +#define IDS_MENU_WALLPARER_NONE 508 +#define IDS_MENU_FILE_SAVEAS 509 +#define IDS_MENU_FILE_PREV 510 +#define IDS_MENU_FILE_NEXT 511 +#define IDS_MENU_FILE_CAPTURE 512 +#define IDS_MENU_FILE_PROP 513 +#define IDS_MENU_FILE_PAGE 514 +#define IDS_MENU_FILE_PRINT 515 +#define IDS_MENU_FILE_FILES 516 +#define IDS_MENU_FILE_DIRS 517 +#define IDS_MENU_FILE_EXIT 518 +#define IDS_MENU_FILE_SCAN 519 +#define IDS_MENU_FILE_SCAN_SOURCE 520 +#define IDS_MENU_FILE_OTHER 521 +#define IDS_MENU_FILE_FIRST 522 +#define IDS_MENU_FILE_LAST 523 +#define IDS_MENU_FILE_FOCUS 524 +#define IDS_MENU_FILE_RENAME 525 +#define IDS_MENU_FILE_DELETE 526 +#define IDS_MENU_FILE_EXIF 527 +#define IDS_MENU_FILE_HISTOGRAM 528 +#define IDS_MENU_FILE_SELCRCFILE 529 +#define IDS_MENU_FILE_PREVSEL 550 +#define IDS_MENU_FILE_NEXTSEL 551 +#define IDS_MENU_FILE_COPYTO 552 + +#define IDS_MENU_EDIT 530 +#define IDS_MENU_EDIT_COPY 531 +#define IDS_MENU_EDIT_PASTE 532 +#define IDS_MENU_EDIT_SELECTALL 533 +#define IDS_MENU_EDIT_DESELECT 534 +#define IDS_MENU_EDIT_CROP 535 +#define IDS_MENU_EDIT_180 541 +#define IDS_MENU_EDIT_RIGHT 542 +#define IDS_MENU_EDIT_LEFT 543 +#define IDS_MENU_EDIT_FLIPV 544 +#define IDS_MENU_EDIT_FLIPH 545 +// 550 az 552 jsou zabrane + +#define IDS_MENU_VIEW 560 +#define IDS_MENU_VIEW_ZOOMIN 561 +#define IDS_MENU_VIEW_ZOOMOUT 562 +#define IDS_MENU_VIEW_ZOOM 563 +#define IDS_MENU_VIEW_FULLSCREEN 564 +#define IDS_MENU_VIEW_WHOLE 565 +#define IDS_MENU_VIEW_WIDTH 566 +#define IDS_MENU_VIEW_ACTUAL 567 +#define IDS_MENU_VIEW_WINDOW 568 +#define IDS_MENU_VIEW_TOOLBAR 569 +#define IDS_MENU_VIEW_STATUSBAR 570 + +#define IDS_MENU_TOOLS 580 +#define IDS_MENU_TOOLS_HAND 581 +#define IDS_MENU_TOOLS_ZOOM 582 +#define IDS_MENU_TOOLS_SELECT 583 +#define IDS_MENU_TOOLS_PICK 584 +#define IDS_MENU_TOOLS_OPTIONS 585 + +#define IDS_MENU_HELP 590 +#define IDS_MENU_HELP_CONTENTS 591 +#define IDS_MENU_HELP_INDEX 592 +#define IDS_MENU_HELP_SEARCH 593 +#define IDS_MENU_HELP_KEYBOARD 594 +#define IDS_MENU_HELP_MOUSE 595 +#define IDS_MENU_HELP_ABOUT 596 + +#define IDS_MENU_MULTIPAGE 610 +#define IDS_MENU_FIRSTPAGE 611 +#define IDS_MENU_LASTPAGE 612 +#define IDS_MENU_PAGE 613 +#define IDS_MENU_NEXTPAGE 614 +#define IDS_MENU_PREVPAGE 615 + +#define IDS_PLUGINNAME 999 +#define IDS_LOWMEMORY 1000 +#define IDS_SOME_WINS_OPENED 1002 +#define IDS_ERROR_OPENING 1003 +#define IDS_TITLE 1004 +#define IDS_TITLE_MULTI 1005 +#define IDS_NCOLORS 1006 +#define IDS_NCOLORS_CMYK 1007 +#define IDS_NCOLORS_LAB 1008 +#define IDS_ERROR_CALLING_PVW32_DLL 1009 +#define IDS_RGB 1010 +#define IDS_RGB_HEX 1011 +#define IDS_RGBXY 1012 +#define IDS_RGBXY_HEX 1013 +#define IDS_REGISTRATION_NUMOFLIC 1014 +#define IDS_REGISTRATION_UNLIMITED 1015 +#define IDS_REGISTRATION_EXPIRATION 1016 +#define IDS_REGISTRATION_PRODUCTID 1017 +#define IDS_REGISTRATION_EDUVERSION 1018 +#define IDS_INDEX 1019 +#define IDS_VIEW_BMP_IN_CLIPBOARD 1020 +#define IDS_PIXELS 1021 +#define IDS_BYTES 1022 +#define IDS_OF 1023 +#define IDS_FRAMES 1024 +#define IDS_UNKNOWN 1025 +#define IDS_CFG_CONFLICT 1026 +#define IDS_CONFIGURATION_TITLE 1027 +#define IDS_PLUGINSMENU_SCREEN_CAPTURE 1028 +#define IDS_ERRORTITLE 1029 +#define IDS_BADTIMER 1030 +#define IDS_BADHOTKEY 1031 +#define IDS_CAPTURECANCELED 1032 +#define IDS_CAPTURING 1033 +#define IDS_CLIPBOARD_TITLE 1034 +#define IDS_CAPTURE_TITLE 1035 +#define IDS_EMPTY 1036 +#define IDS_OPENFILTER 1037 +#define IDS_SCAN_TITLE 1038 +#define IDS_SAVEASFILTERMONO 1039 +#define IDS_SAVEASFILTERCOLOR 1040 +#define IDS_SAVEERROR 1041 +#define IDS_SAVE_AS_SUCCESS 1042 +#define IDS_SAVE_LOST_ALPHA 1143 +#define IDS_CUSTOM_COLOR 1043 +#define IDS_AUTOMATIC_COLOR 1044 +#define IDS_SAL_IS_BUSY 1045 +#define IDS_RENAME_TO 1046 +#define IDS_ERRORRENAMINGFILE 1047 +#define IDS_TOOLONGNAME 1048 +#define IDS_DELETED_TITLE 1049 +#define IDS_LOADEXIF 1050 +#define IDS_EXIF_TAG 1051 +#define IDS_EXIF_VALUE 1052 +#define IDS_EXIF_LOCALIZATION_FNAME 1142 +#define IDS_CLIPBOARD_FNAME 1053 +#define IDS_CAPTURE_FNAME 1054 +#define IDS_SCAN_FNAME 1055 +// Tooltips for capture dialog +#define IDS_CAPTHINT_APPL 1056 +#define IDS_CAPTHINT_WINDOW 1057 +#define IDS_CAPTHINT_CLIENT 1058 + +#define IDS_DONT_SHOW_AGAIN 1059 +#define IDS_PLUGINSMENU_REGENERATE_THUMBNAIL 1060 +#define IDS_REGENERATE_THUMBNAIL_TITLE 1061 +#define IDS_REGENERATE_THUMB_WARNING 1062 +#define IDS_REGENERATE_THUMB_WRITEFILE 1063 + +#define IDS_N_OF_N_FILES_PROCESSED 1064 +#define IDS_NO_FILES_FOUND 1065 +#define IDS_NOT_JPEG_FILE 1066 +#define IDS_NOT_EXIF_CREATE_JFXX 1067 +#define IDS_ERROR_OPENING_CONTINUE 1068 +#define IDS_READ_ONLY_MODIFY 1069 +#define IDS_READ_ONLY_REWRITE 1070 + +#define IDS_CLRS_MONO 1071 +#define IDS_CLRS_16 1072 +#define IDS_CLRS_256 1073 +#define IDS_CLRS_HC15 1074 +#define IDS_CLRS_HC16 1075 +#define IDS_CLRS_TC24 1076 +#define IDS_CLRS_TC32 1077 +#define IDS_CLRS_256GR 1078 + +#define IDS_FLIP_NONE 1079 +#define IDS_FLIP_VERT 1080 +#define IDS_FLIP_HOR 1081 + +#define IDS_ROT_NONE 1082 +#define IDS_ROT_90 1083 +#define IDS_ROT_180 1084 +#define IDS_ROT_270 1085 + +#define IDS_HIST_HISTOGRAM 1086 +#define IDS_HIST_LUMINOSITY 1087 +#define IDS_HIST_RED 1088 +#define IDS_HIST_GREEN 1089 +#define IDS_HIST_BLUE 1090 +#define IDS_HIST_RGBSUM 1091 +#define IDS_HIST_MENU_LUMINOSITY 1092 +#define IDS_HIST_MENU_RED 1093 +#define IDS_HIST_MENU_GREEN 1094 +#define IDS_HIST_MENU_BLUE 1095 +#define IDS_HIST_MENU_RGBSUM 1096 +#define IDS_HIST_TIP_LUMINOSITY 1097 +#define IDS_HIST_TIP_RED 1098 +#define IDS_HIST_TIP_GREEN 1099 +#define IDS_HIST_TIP_BLUE 1100 +#define IDS_HIST_TIP_RGBSUM 1101 +#define IDS_HIST_TIP_OTHERCHANELS 1102 + +#define IDS_DLL_NOTFOUND 1109 +#define IDS_DLL_WRONG_VERSION 1110 +#define IDS_SELECT_REGION 1111 + +#define IDS_SAVE_DEFAULT 1112 +#define IDS_SAVE_ERR_EXISTS_OVERWRITE 1113 + +#define IDS_PLUGIN_DESCRIPTION 1114 + +#define IDS_CANCELED_BY_USER 1115 + +#define IDS_NO_MORE_IMAGES 1116 +#define IDS_IMGPROP_GRAY_NBIT 1117 +#define IDS_UNSUPPORTED_IMAGE_TYPE 1118 +#define IDS_MUSTBEPOSITIVE 1119 + +#define IDS_SB_XY 1120 +#define IDS_SB_WH 1121 +#define IDS_SB_RGB 1122 +#define IDS_SB_TIP_SELECT_SQUARE 1129 +#define IDS_SB_CAGE 1130 +#define IDS_SB_ZOOM 1131 +#define IDS_SB_HAND 1132 + +#define IDS_SB_AUTOROTATING 1133 + +// for Copy To dialog box +#define IDS_SELECTTARGETDIR 1140 +#define IDS_SPECIFYPATH 1141 + +#define IDS_PICTVIEWPLUGINNAME 1145 + +#define IDS_DONT_SHOW_AGAIN_SLA 1146 +#define IDS_DONT_SHOW_AGAIN_UTH 1147 + +#define IDS_PLUGINSMENU_SCAN 1148 + +#define IDS_WIA_ERROR_ACQUIREIMG 1160 +#define IDS_WIA_WAIT 1161 +#define IDS_WIA_STATUS_TRANSFER_FROM_DEVICE 1162 +#define IDS_WIA_STATUS_PROCESSING_DATA 1163 +#define IDS_WIA_STATUS_TRANSFER_TO_CLIENT 1164 + +#define IDS_SCAN_OPEN_EXTRA_IMGS 1170 + +// Toolbar Tooltips +#define IDS_TT_OPEN 2200 +#define IDS_TT_SAVE 2201 +#define IDS_TT_PREV 2202 +#define IDS_TT_NEXT 2203 +#define IDS_TT_COPY 2204 +#define IDS_TT_PASTE 2205 +#define IDS_TT_TOOL_HAND 2206 +#define IDS_TT_TOOL_ZOOM 2207 +#define IDS_TT_TOOL_SELECT 2208 +#define IDS_TT_TOOL_PIPETTE 2209 +#define IDS_TT_LEFT 2210 +#define IDS_TT_RIGHT 2211 +#define IDS_TT_ZOOM_OUT 2212 +#define IDS_TT_ZOOM_IN 2213 +#define IDS_TT_ZOOM_TO 2214 +#define IDS_TT_ZOOM_WIDTH 2215 +#define IDS_TT_ZOOM_WHOLE 2216 +#define IDS_TT_ZOOM_ACTUAL 2217 +#define IDS_TT_FULL_SCREEN 2218 +#define IDS_TT_PROPERTIES 2219 +#define IDS_TT_SELSRCFILE 2220 +#define IDS_TT_PREVSELFILE 2221 +#define IDS_TT_NEXTSELFILE 2222 +#define IDS_TT_CROP 2223 +#define IDS_TT_PRINT 2224 + +// Twain strings +#define IDS_TWAIN_ERROR 2229 +#define IDS_TWAIN_OPEN 2230 +#define IDS_TWCC_BUMMER 2231 /* Failure due to unknown causes */ +#define IDS_TWCC_LOWMEMORY 2232 /* Not enough memory to perform operation */ +#define IDS_TWCC_NODS 2233 /* No Data Source */ +#define IDS_TWCC_MAXCONNECTIONS 2234 /* DS is connected to max possible applications */ +#define IDS_TWCC_OPERATIONERROR 2235 /* DS or DSM reported error, application shouldn't */ +#define IDS_TWCC_BADCAP 2236 /* Unknown capability */ +#define IDS_TWCC_BADPROTOCOL 2237 /* Unrecognized MSG DG DAT combination */ +#define IDS_TWCC_BADVALUE 2238 /* Data parameter out of range */ +#define IDS_TWCC_SEQERROR 2239 /* DG DAT MSG out of expected sequence */ +#define IDS_TWCC_BADDEST 2240 /* Unknown destination Application/Source in DSM_Entry */ +#define IDS_TWCC_CAPUNSUPPORTED 2241 /* Capability not supported by source */ +#define IDS_TWCC_CAPBADOPERATION 2242 /* Operation not supported by capability */ +#define IDS_TWCC_CAPSEQERROR 2243 /* Capability has dependancy on other capability */ +#define IDS_TWCC_DENIED 2244 /* File System operation is denied (file is protected) */ +#define IDS_TWCC_FILEEXISTS 2245 /* Operation failed because file already exists. */ +#define IDS_TWCC_FILENOTFOUND 2246 /* File not found */ +#define IDS_TWCC_NOTEMPTY 2247 /* Operation failed because directory is not empty */ +#define IDS_TWCC_PAPERJAM 2248 /* The feeder is jammed */ +#define IDS_TWCC_PAPERDOUBLEFEED 2249 /* The feeder detected multiple pages */ +#define IDS_TWCC_FILEWRITEERROR 2250 /* Error writing the file (meant for things like disk full conditions) */ +#define IDS_TWCC_CHECKDEVICEONLINE 2251 /* The device went offline prior to or during this operation */ + +// print units +#define IDS_UNIT_INCHES 2280 +#define IDS_UNIT_CM 2281 +#define IDS_UNIT_MM 2282 +#define IDS_UNIT_POINTS 2283 +#define IDS_UNIT_PICAS 2284 + + +// print dialog messages +#define IDS_PRINT_NODEFPRINTER 2290 +#define IDS_PRINT_NOPRINTERS 2291 +#define IDS_PRINT_SETUPFAILED 2292 +#define IDS_PRINTING 2293 +#define IDS_PRINTING_FAILED 2294 +#define IDS_CHECK_EVENTLOG 2295 +#define IDS_UNKNOWN_ERROR 2296 + +// licensing messages +#define IDS_LIC_CORRUPTED 2300 +#define IDS_LIC_REG_ERROR 2301 +#define IDS_LIC_EXPIRED 2302 +#define IDS_LIC_SAL_UNREGISTERED 2303 +#define IDS_LIC_WRONG_KEY 2304 +#define IDS_EXCEPT_INFO1 2306 +#define IDS_EXCEPT_INFO2 2307 + +// Texts for PVW32Cnv.dll - reserved IDs 4000-4999 !!! +#define IDS_DLL 4000 + +// IDcka stranek v html helpu +#define IDH_INTRODUCTION 3500 +#define IDH_SCANIMAGE 3501 +#define IDH_SCREENCAPTURE 3502 +#define IDH_SELSCANNERSOURCE 3503 +#define IDH_UPDATETHUMBNAIL 3504 +#define IDH_VIEWBMPFROMCLIP 3505 + +// Save as dialog +#define IDD_SAVEEX 2300 +#define IDC_SAVE_COMPRESSION_LABEL 2300 +#define IDC_SAVE_COMPRESSION 2301 +#define IDC_SAVE_ADVANCED 2302 +#define IDC_SAVE_BIT_DEPTH 2303 +#define IDC_SAVE_ROTATION 2304 +#define IDC_SAVE_FLIP 2305 +#define IDC_SAVE_INVERT 2307 +#define IDC_SAVE_COMMENT_STATIC 2308 +#define IDC_SAVE_COMMENT 2309 +#define IDC_SAVE_COMMENT_FIRST 2308 // IDC_SAVE_COMMENT_STATIC +#define IDC_SAVE_COMMENT_LAST 2309 // IDC_SAVE_COMMENT +#define IDC_SAVE_GROUP_GIF 2310 +#define IDC_SAVE_GIF_FIRST 2310 // IDC_SAVE_GROUP_GIF +#define IDC_SAVE_GIF_INTERLACED 2311 +#define IDC_SAVE_GIF_89a 2312 +#define IDC_SAVE_GIF_LAST 2312 // IDC_SAVE_GIF_89a +#define IDC_SAVE_GROUP_JPEG 2313 +#define IDC_SAVE_JPEG_FIRST 2313 // IDC_SAVE_GROUP_JPEG +#define IDC_SAVE_JPEG_STATIC1 2314 +#define IDC_SAVE_JPEG_QUALITY 2315 +#define IDC_SAVE_JPEG_STATIC2 2316 +#define IDC_SAVE_JPEG_STATIC3 2317 +#define IDC_SAVE_JPEG_SUBSAMPLING 2318 +#define IDC_SAVE_JPEG_LAST 2318 // IDC_SAVE_JPEG_SUBSAMPLING +#define IDC_SAVE_GROUP_TIFF 2319 +#define IDC_SAVE_TIFF_FIRST 2319 // IDC_SAVE_GROUP_TIFF +#define IDC_SAVE_TIFF_MAKE_STRIPS 2320 +#define IDC_SAVE_TIFF_STATIC1 2321 +#define IDC_SAVE_TIFF_STRIP_SIZE 2322 +#define IDC_SAVE_TIFF_STATIC2 2323 +#define IDC_SAVE_TIFF_LAST 2323 // IDC_SAVE_TIFF_STATIC2 +#define IDC_SAVE_LOWEST 2319 // IDC_SAVE_GROUP_TIFF +#define IDC_SAVE_ADVANCED_FIRST 2303 // IDC_SAVE_BIT_DEPTH +#define IDC_SAVE_ADVANCED_LAST 2323 // IDC_SAVE_TIFF_STATIC2 +///* X:\ALTAP\PETR\salamand\plugins\pictview\pvw32cnv.rh2 +// Petr: tento soubor existuje jen pro generovani symbols\plugins\pictview\symbols.inc davkou tools\export_altaptrl\export_inc.py + +// Petr: pridal jsem IDS_PVW32Cnv_XXXX, aby nervala quiet-validace v Altap Translatoru +#define IDS_PVW32Cnv_4003 4003 +#define IDS_PVW32Cnv_4004 4004 +#define IDS_PVW32Cnv_4006 4006 +#define IDS_PVW32Cnv_4007 4007 +#define IDS_PVW32Cnv_4009 4009 +#define IDS_PVW32Cnv_4015 4015 +#define IDS_PVW32Cnv_4017 4017 +#define IDS_PVW32Cnv_4019 4019 +#define IDS_PVW32Cnv_4021 4021 +#define IDS_PVW32Cnv_4027 4027 +#define IDS_PVW32Cnv_4028 4028 +#define IDS_PVW32Cnv_4029 4029 +#define IDS_PVW32Cnv_4030 4030 +#define IDS_PVW32Cnv_4037 4037 +#define IDS_PVW32Cnv_4038 4038 +#define IDS_PVW32Cnv_4039 4039 +#define IDS_PVW32Cnv_4042 4042 +#define IDS_PVW32Cnv_4043 4043 +#define IDS_PVW32Cnv_4044 4044 +#define IDS_PVW32Cnv_4049 4049 +#define IDS_PVW32Cnv_4052 4052 +#define IDS_PVW32Cnv_4056 4056 +#define IDS_PVW32Cnv_4057 4057 +#define IDS_PVW32Cnv_4058 4058 +#define IDS_PVW32Cnv_4059 4059 +#define IDS_PVW32Cnv_4063 4063 +#define IDS_PVW32Cnv_4064 4064 +#define IDS_PVW32Cnv_4065 4065 +#define IDS_PVW32Cnv_4066 4066 +#define IDS_PVW32Cnv_4067 4067 +#define IDS_PVW32Cnv_4068 4068 +#define IDS_PVW32Cnv_4069 4069 +#define IDS_PVW32Cnv_4071 4071 +#define IDS_PVW32Cnv_4073 4073 +#define IDS_PVW32Cnv_4074 4074 +#define IDS_PVW32Cnv_4075 4075 +#define IDS_PVW32Cnv_4076 4076 +#define IDS_PVW32Cnv_4077 4077 +#define IDS_PVW32Cnv_4078 4078 +#define IDS_PVW32Cnv_4079 4079 +#define IDS_PVW32Cnv_4080 4080 +#define IDS_PVW32Cnv_4081 4081 +#define IDS_PVW32Cnv_4082 4082 +#define IDS_PVW32Cnv_4083 4083 +#define IDS_PVW32Cnv_4084 4084 +#define IDS_PVW32Cnv_4085 4085 +#define IDS_PVW32Cnv_4086 4086 +#define IDS_PVW32Cnv_4087 4087 +#define IDS_PVW32Cnv_4088 4088 +#define IDS_PVW32Cnv_4089 4089 +#define IDS_PVW32Cnv_4090 4090 +#define IDS_PVW32Cnv_4091 4091 +#define IDS_PVW32Cnv_4092 4092 +#define IDS_PVW32Cnv_4093 4093 +#define IDS_PVW32Cnv_4094 4094 +#define IDS_PVW32Cnv_4096 4096 +#define IDS_PVW32Cnv_4097 4097 +#define IDS_PVW32Cnv_4099 4099 +#define IDS_PVW32Cnv_4100 4100 +#define IDS_PVW32Cnv_4102 4102 +#define IDS_PVW32Cnv_4107 4107 +#define IDS_PVW32Cnv_4108 4108 +#define IDS_PVW32Cnv_4111 4111 +#define IDS_PVW32Cnv_4112 4112 +#define IDS_PVW32Cnv_4115 4115 +#define IDS_PVW32Cnv_4117 4117 +#define IDS_PVW32Cnv_4119 4119 +#define IDS_PVW32Cnv_4120 4120 +#define IDS_PVW32Cnv_4121 4121 +#define IDS_PVW32Cnv_4122 4122 +#define IDS_PVW32Cnv_4123 4123 +#define IDS_PVW32Cnv_4124 4124 +#define IDS_PVW32Cnv_4125 4125 +#define IDS_PVW32Cnv_4126 4126 +#define IDS_PVW32Cnv_4130 4130 +#define IDS_PVW32Cnv_4165 4165 +#define IDS_PVW32Cnv_4180 4180 +#define IDS_PVW32Cnv_4195 4195 +#define IDS_PVW32Cnv_4205 4205 +#define IDS_PVW32Cnv_4206 4206 +#define IDS_PVW32Cnv_4207 4207 +#define IDS_PVW32Cnv_4209 4209 +#define IDS_PVW32Cnv_4210 4210 +#define IDS_PVW32Cnv_4219 4219 +#define IDS_PVW32Cnv_4220 4220 +#define IDS_PVW32Cnv_4223 4223 +#define IDS_PVW32Cnv_4224 4224 +#define IDS_PVW32Cnv_4232 4232 +#define IDS_PVW32Cnv_4236 4236 +#define IDS_PVW32Cnv_4241 4241 +#define IDS_PVW32Cnv_4242 4242 +#define IDS_PVW32Cnv_4243 4243 +#define IDS_PVW32Cnv_4244 4244 +#define IDS_PVW32Cnv_4245 4245 +#define IDS_PVW32Cnv_4246 4246 +#define IDS_PVW32Cnv_4248 4248 +#define IDS_PVW32Cnv_4250 4250 +#define IDS_PVW32Cnv_4252 4252 +#define IDS_PVW32Cnv_4253 4253 +#define IDS_PVW32Cnv_4254 4254 +#define IDS_PVW32Cnv_4257 4257 +#define IDS_PVW32Cnv_4259 4259 +#define IDS_PVW32Cnv_4260 4260 +#define IDS_PVW32Cnv_4261 4261 +#define IDS_PVW32Cnv_4262 4262 +#define IDS_PVW32Cnv_4263 4263 +#define IDS_PVW32Cnv_4264 4264 +#define IDS_PVW32Cnv_4265 4265 +#define IDS_PVW32Cnv_4266 4266 +#define IDS_PVW32Cnv_4269 4269 +#define IDS_PVW32Cnv_4270 4270 +#define IDS_PVW32Cnv_4271 4271 +#define IDS_PVW32Cnv_4280 4280 +#define IDS_PVW32Cnv_4281 4281 +#define IDS_PVW32Cnv_4286 4286 +#define IDS_PVW32Cnv_4287 4287 +#define IDS_PVW32Cnv_4296 4296 +#define IDS_PVW32Cnv_4297 4297 +#define IDS_PVW32Cnv_4298 4298 +#define IDS_PVW32Cnv_4299 4299 +#define IDS_PVW32Cnv_4300 4300 +#define IDS_PVW32Cnv_4301 4301 +#define IDS_PVW32Cnv_4302 4302 +#define IDS_PVW32Cnv_4303 4303 +#define IDS_PVW32Cnv_4307 4307 +#define IDS_PVW32Cnv_4308 4308 +#define IDS_PVW32Cnv_4309 4309 +#define IDS_PVW32Cnv_4310 4310 +#define IDS_PVW32Cnv_4313 4313 +#define IDS_PVW32Cnv_4315 4315 +#define IDS_PVW32Cnv_4319 4319 +#define IDS_PVW32Cnv_4322 4322 +#define IDS_PVW32Cnv_4323 4323 +#define IDS_PVW32Cnv_4324 4324 +#define IDS_PVW32Cnv_4326 4326 +#define IDS_PVW32Cnv_4329 4329 +#define IDS_PVW32Cnv_4330 4330 +#define IDS_PVW32Cnv_4331 4331 +#define IDS_PVW32Cnv_4332 4332 +#define IDS_PVW32Cnv_4340 4340 +#define IDS_PVW32Cnv_4344 4344 +#define IDS_PVW32Cnv_4345 4345 +#define IDS_PVW32Cnv_4346 4346 +#define IDS_PVW32Cnv_4347 4347 +#define IDS_PVW32Cnv_4418 4418 +///* X:\ALTAP\PETR\salamand\plugins\shared\statics.rh2 +//#define IDC_STATIC_1 (IDC_STATIC_1+0) // definovano v nadrazenem headru +#define IDC_STATIC_2 (IDC_STATIC_1+1) +#define IDC_STATIC_3 (IDC_STATIC_1+2) +#define IDC_STATIC_4 (IDC_STATIC_1+3) +#define IDC_STATIC_5 (IDC_STATIC_1+4) +#define IDC_STATIC_6 (IDC_STATIC_1+5) +#define IDC_STATIC_7 (IDC_STATIC_1+6) +#define IDC_STATIC_8 (IDC_STATIC_1+7) +#define IDC_STATIC_9 (IDC_STATIC_1+8) +#define IDC_STATIC_10 (IDC_STATIC_1+9) +#define IDC_STATIC_11 (IDC_STATIC_1+10) +#define IDC_STATIC_12 (IDC_STATIC_1+11) +#define IDC_STATIC_13 (IDC_STATIC_1+12) +#define IDC_STATIC_14 (IDC_STATIC_1+13) +#define IDC_STATIC_15 (IDC_STATIC_1+14) +#define IDC_STATIC_16 (IDC_STATIC_1+15) +#define IDC_STATIC_17 (IDC_STATIC_1+16) +#define IDC_STATIC_18 (IDC_STATIC_1+17) +#define IDC_STATIC_19 (IDC_STATIC_1+18) +#define IDC_STATIC_20 (IDC_STATIC_1+19) +#define IDC_STATIC_21 (IDC_STATIC_1+20) +#define IDC_STATIC_22 (IDC_STATIC_1+21) +#define IDC_STATIC_23 (IDC_STATIC_1+22) +#define IDC_STATIC_24 (IDC_STATIC_1+23) +#define IDC_STATIC_25 (IDC_STATIC_1+24) +#define IDC_STATIC_26 (IDC_STATIC_1+25) +#define IDC_STATIC_27 (IDC_STATIC_1+26) +#define IDC_STATIC_28 (IDC_STATIC_1+27) +#define IDC_STATIC_29 (IDC_STATIC_1+28) +#define IDC_STATIC_30 (IDC_STATIC_1+29) +#define IDC_STATIC_31 (IDC_STATIC_1+30) +#define IDC_STATIC_32 (IDC_STATIC_1+31) +#define IDC_STATIC_33 (IDC_STATIC_1+32) +#define IDC_STATIC_34 (IDC_STATIC_1+33) +#define IDC_STATIC_35 (IDC_STATIC_1+34) +#define IDC_STATIC_36 (IDC_STATIC_1+35) +#define IDC_STATIC_37 (IDC_STATIC_1+36) +#define IDC_STATIC_38 (IDC_STATIC_1+37) +#define IDC_STATIC_39 (IDC_STATIC_1+38) +#define IDC_STATIC_40 (IDC_STATIC_1+39) diff --git a/translations/symbols/plugins/regedt/ignore.lst b/translations/symbols/plugins/regedt/ignore.lst new file mode 100644 index 000000000..ea759323e --- /dev/null +++ b/translations/symbols/plugins/regedt/ignore.lst @@ -0,0 +1,2 @@ +Overlap in dialog: 120: 122 x 121 +Overlap in dialog: 120: 123 x 121 diff --git a/translations/symbols/plugins/regedt/salmenu.mnu b/translations/symbols/plugins/regedt/salmenu.mnu new file mode 100644 index 000000000..a898e80e7 --- /dev/null +++ b/translations/symbols/plugins/regedt/salmenu.mnu @@ -0,0 +1,68 @@ +templ= +{ +IDS_EXP_BROWSE +IDS_EXP_WINDIR +IDS_EXP_SYSDIR +IDS_EXP_SALDIR +IDS_EXP_ENVVAR +} + +templ= +{ +IDS_EXP_FULLNAME +IDS_EXP_DRIVE +IDS_EXP_PATH +IDS_EXP_NAME +IDS_EXP_NAMEPART +IDS_EXP_EXTPART +IDS_EXP_FULLPATH +IDS_EXP_WINDIR +IDS_EXP_SYSDIR +IDS_EXP_DOSFULLNAME +IDS_EXP_DOSDRIVE +IDS_EXP_DOSPATH +IDS_EXP_DOSNAME +IDS_EXP_DOSNAMEPART +IDS_EXP_DOSEXTPART +IDS_EXP_DOSFULLPATH +IDS_EXP_DOSWINDIR +IDS_EXP_DOSSYSDIR +IDS_EXP_ENVVAR +} + +templ= +{ +IDS_EXP_DRIVE +IDS_EXP_PATH +IDS_EXP_FULLPATH +IDS_EXP_WINDIR +IDS_EXP_SYSDIR +IDS_EXP_ENVVAR +} + +ItemsInPanelMenu= +{ +IDS_RAWEDIT +IDS_EXPORT +IDS_SEARCH +IDS_COPYFULLNAME +IDS_COPYNAME +} + +PanelMenu= +{ +IDS_MENUNEWKEY +IDS_MENUNEWVAL +IDS_EXPORT +IDS_SEARCH +IDS_COPYPATH +} + +PluginMenu= +{ +IDS_FIND +IDS_MENUNEWKEY +IDS_MENUNEWVAL +IDS_EXPORT +} + diff --git a/translations/symbols/plugins/regedt/symbols.inc b/translations/symbols/plugins/regedt/symbols.inc new file mode 100644 index 000000000..96d5af388 --- /dev/null +++ b/translations/symbols/plugins/regedt/symbols.inc @@ -0,0 +1,307 @@ +// Defines for Altap Translator +#define IDOK 1 +#define IDCANCEL 2 +#define IDABORT 3 +#define IDRETRY 4 +#define IDIGNORE 5 +#define IDYES 6 +#define IDNO 7 +#define IDCLOSE 8 +#define IDHELP 9 + +///* X:\ALTAP\PETR\salamand\plugins\regedt\lang\lang.rh +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by lang.rc +// +#define IDD_CREATEKEY 100 +#define IDE_NAME 101 +#define IDS_TEXT 102 +#define IDE_FILE 102 +#define IDC_DIRECT 103 +#define IDD_NEWVALUE 110 +#define IDC_TYPE 111 +#define IDD_EDITVAL 120 +#define IDE_DATA 121 +#define IDR_HEX 122 +#define IDR_DEC 123 +#define IDC_BASE 124 +#define IDS_BASE 124 +#define IDD_COPY 130 +#define IDD_SEARCH 135 +#define IDC_PATTERN 136 +#define IDC_LOOKIN 137 +#define IDC_OPTIONS 139 +#define IDC_SUBDIRS 140 +#define IDS_LOOKAT 141 +#define IDC_KEYS 142 +#define IDC_CASE 143 +#define IDC_WHOLEWORDS 144 +#define IDC_VALUES 145 +#define IDC_DATA 146 +#define IDC_HEX 147 +#define IDC_FOUND_FILES 148 +#define IDC_RESULTS 149 +#define IDC_REGEXP 150 +#define IDC_MINTIME 152 +#define IDC_MAXTIME 153 +#define IDS_OPTIONS 154 +#define IDS_NEWER 155 +#define IDS_OLDER 156 +#define IDS_FORMAT1 157 +#define IDS_FORMAT2 158 +#define IDC_STATUS 159 +#define IDD_RAWEDITVAL 165 +#define IDS_MESSAGE 166 +#define IDD_CONFIG 166 +#define IDB_EDIT 167 +#define IDE_INITDIR 167 +#define IDB_INITDIRHELP 168 +#define IDB_ARGHELP 169 +#define IDE_ARGUMENTS 170 +#define IDB_BROWSE 171 +#define IDE_COMMAND 172 +#define IDD_RENAME 175 +#define IDS_NOTDWORD 176 +#define IDD_EXPORT 177 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 8500 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 8700 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif +///* X:\ALTAP\PETR\salamand\plugins\regedt\regedt.rh2 +#pragma once + +#if defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) +#error this file is not editable by Microsoft Visual C++ +#endif //defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) + +#define IDC_STATIC_1 700 +#include "statics.rh2" // 700 az 739 jsou timto zabrane !!! + +#define IDI_REGEDT 500 +#define IDI_SZ 501 +#define IDI_BIN 502 +#define IDI_UNKNOWN 503 +#define IDI_FIND 504 +#define IDB_REGEDT 505 + +// menu commandy +#define CMD_EXPORT 800 +#define CMD_SEARCH 801 +#define CMD_NEWVALUE 802 +#define CMD_RAWEDIT 803 +#define CMD_COPYNAME 804 +#define CMD_COPYFULLNAME 805 +#define CMD_COPYPATH 806 + +#define CMD_FINDFOCUS 850 + +#define IDS_PLUGINNAME 1000 +#define IDS_LOWMEM 1001 +#define IDS_DRIVEMENUTEXT 1002 +#define IDS_DEFAULTVALUE 1003 +#define IDS_TYPE 1004 +#define IDS_DATA 1005 +#define IDS_SIZE 1006 +#define IDS_KEY 1007 +#define IDS_EMPTY 1008 +#define IDS_ERROR 1009 +#define IDS_NEWKEYINROOT 1010 +#define IDS_LONGNAME 1011 +#define IDS_NEWKEY 1012 +#define IDS_KEYEXISTS 1013 +#define IDS_DELVAL 1014 +#define IDS_DELKEY 1015 +#define IDS_CONFIRNNONEMPTYDELETE 1016 +#define IDS_QUESTION 1017 +#define IDS_DELKEYINROOT 1018 +#define IDS_MENUNEWKEY 1019 +#define IDS_MENUNEWVAL 1020 +#define IDS_EDIT 1022 +#define IDS_NEWVALINROOT 1028 +#define IDS_NEWVAL 1029 +#define IDS_REPLACEVAL 1030 +#define IDS_INVALIDHEXVALUE 1031 +#define IDS_INVALIDDECVALUE 1032 +#define IDS_REGEDTERR 1033 +#define IDS_QUERYVAL 1034 +#define IDS_SETVAL 1035 +#define IDS_BADPATH 1036 +#define IDS_OPENKEY 1037 +#define IDS_ENUMSUBKEY 1038 +#define IDS_ENUMVALUE 1039 +#define IDS_ENUMKEY 1040 +#define IDS_EXPORT 1041 +#define IDS_SEARCH 1042 +#define IDS_QUICKRENAMEKEY 1043 +#define IDS_QUICKRENAMEVAL 1044 +#define IDS_QUICKRENAME 1045 +#define IDS_COPY 1046 +#define IDS_COPY1 1047 +#define IDS_MOVE 1048 +#define IDS_MOVE1 1049 +#define IDS_SAMETARGET 1050 +#define IDS_OPENKEY2 1051 +#define IDS_ACCESS 1052 +#define IDS_CANTCOPYTOITSELF 1053 +#define IDS_CREATE 1054 +#define IDS_OPEN 1055 +#define IDS_ACCESS2 1056 +#define IDS_DELETE 1057 +#define IDS_COPYKEY 1058 +#define IDS_MOVEKEY 1059 +#define IDS_SETVAL2 1060 +#define IDS_REMOVESOURCE 1061 +#define IDS_COPYVALUE 1062 +#define IDS_MOVEVALUE 1063 +#define IDS_REMOVESOURCE2 1064 +#define IDS_CANTCOPYTOITSELF2 1065 +#define IDS_CANTMOVETOITSELF 1066 +#define IDS_CANTMOVETOITSELF2 1067 +#define IDS_COPYCLASSNAME 1068 +#define IDS_WARNING 1069 +#define IDS_CANNOTRENAME 1070 +#define IDS_RENAMEKEY 1071 +#define IDS_SAMECASE 1072 +#define IDS_RENAMEVAL 1073 +#define IDS_SAMECASEKEY 1074 +#define IDS_SAMECASEVAL 1075 +#define IDS_SYNTAX 1076 +#define IDS_CREATETARGET 1077 +#define IDS_COPYORMOVE1 1078 +#define IDS_COPYORMOVE2 1079 +#define IDS_COPYORMOVE3 1080 +#define IDS_COPYORMOVE4 1081 +#define IDS_COPYORMOVE5 1082 +#define IDS_MOVERENAME 1083 +#define IDS_COPYPROGRESS 1084 +#define IDS_MOVEPROGRESS 1085 +#define IDS_DELETEPROGRESS 1086 +#define IDS_CANCEL 1087 +#define IDS_COPYTOTROOT 1088 +#define IDS_STOP 1089 +#define IDS_START 1090 +#define IDS_FOUNDITEMS1 1091 +#define IDS_FOUNDITEMS2 1092 +#define IDS_NOFILESFOUND 1093 +#define IDS_STOPPED 1094 +#define IDS_NAME_COLUMN 1095 +#define IDS_TYPE_COLUMN 1096 +#define IDS_DATA_COLUMN 1097 +#define IDS_PATH_COLUMN 1098 +#define IDS_SIZE_COLUMN 1099 +#define IDS_DATE_COLUMN 1100 +#define IDS_TIME_COLUMN 1101 +#define IDS_FIND 1102 +#define IDS_DESCRIPTION 1103 +#define IDS_ABOUT 1105 +#define IDS_SEARCHERROR 1107 +#define IDS_BADHEXSTRING 1108 +#define IDS_REGEXPERR 1109 +#define IDS_SEARCHING 1110 +#define IDS_SUBSTRINGHELP 1111 +#define IDS_HEXHELP 1112 +#define IDS_REGEXPHELP 1113 +#define IDS_LONGDATA 1114 +#define IDS_BADTIMEFORMAT 1115 +#define IDS_CREATETEMP 1116 +#define IDS_WRITETEMP 1117 +#define IDS_RAWEDIT 1118 +#define IDS_EXP_FULLNAME 1119 +#define IDS_EXP_DRIVE 1120 +#define IDS_EXP_PATH 1121 +#define IDS_EXP_NAME 1122 +#define IDS_EXP_NAMEPART 1123 +#define IDS_EXP_EXTPART 1124 +#define IDS_EXP_FULLPATH 1125 +#define IDS_EXP_WINDIR 1126 +#define IDS_EXP_SYSDIR 1127 +#define IDS_EXP_DOSFULLNAME 1128 +#define IDS_EXP_DOSDRIVE 1129 +#define IDS_EXP_DOSPATH 1130 +#define IDS_EXP_DOSNAME 1131 +#define IDS_EXP_DOSNAMEPART 1132 +#define IDS_EXP_DOSEXTPART 1133 +#define IDS_EXP_DOSFULLPATH 1134 +#define IDS_EXP_DOSWINDIR 1135 +#define IDS_EXP_DOSSYSDIR 1136 +#define IDS_EXP_ENVVAR 1137 +#define IDS_EXEFILES 1138 +#define IDS_OPENTEMP 1139 +#define IDS_READTEMP 1140 +#define IDS_SIZEOFTEMP 1141 +#define IDS_PROCESS 1142 +#define IDS_REGFILES 1143 +#define IDS_FILENAMEISDIR 1144 +#define IDS_OVERWRITE 1145 +#define IDS_OVERWRITETITLE 1146 +#define IDS_REPLACEERROR 1147 +#define IDS_PROCESS2 1148 +#define IDS_BADEXPORT 1149 +#define IDS_EXPORTING 1150 +#define IDS_SELECTED1 1151 +#define IDS_SELECTED2 1152 +#define IDS_SELECTED3 1153 +#define IDS_SELECTEDSIZE 1154 +#define IDS_CANNOTRENAMEDEFVAL 1158 +#define IDS_COPYNAME 1159 +#define IDS_COPYFULLNAME 1160 +#define IDS_COPYPATH 1161 +#define IDS_BUSY 1162 +#define IDS_NOTREGEDTPATH 1163 +#define IDS_EXP_BROWSE 1164 +#define IDS_EXP_SALDIR 1165 + +// IDcka pro propojeni s helpem +#define IDH_SEARCHREG 1500 +#define IDH_NEWKEY 1501 +#define IDH_NEWVALUE 1502 +#define IDH_EXPORT 1503 +///* X:\ALTAP\PETR\salamand\plugins\shared\statics.rh2 +//#define IDC_STATIC_1 (IDC_STATIC_1+0) // definovano v nadrazenem headru +#define IDC_STATIC_2 (IDC_STATIC_1+1) +#define IDC_STATIC_3 (IDC_STATIC_1+2) +#define IDC_STATIC_4 (IDC_STATIC_1+3) +#define IDC_STATIC_5 (IDC_STATIC_1+4) +#define IDC_STATIC_6 (IDC_STATIC_1+5) +#define IDC_STATIC_7 (IDC_STATIC_1+6) +#define IDC_STATIC_8 (IDC_STATIC_1+7) +#define IDC_STATIC_9 (IDC_STATIC_1+8) +#define IDC_STATIC_10 (IDC_STATIC_1+9) +#define IDC_STATIC_11 (IDC_STATIC_1+10) +#define IDC_STATIC_12 (IDC_STATIC_1+11) +#define IDC_STATIC_13 (IDC_STATIC_1+12) +#define IDC_STATIC_14 (IDC_STATIC_1+13) +#define IDC_STATIC_15 (IDC_STATIC_1+14) +#define IDC_STATIC_16 (IDC_STATIC_1+15) +#define IDC_STATIC_17 (IDC_STATIC_1+16) +#define IDC_STATIC_18 (IDC_STATIC_1+17) +#define IDC_STATIC_19 (IDC_STATIC_1+18) +#define IDC_STATIC_20 (IDC_STATIC_1+19) +#define IDC_STATIC_21 (IDC_STATIC_1+20) +#define IDC_STATIC_22 (IDC_STATIC_1+21) +#define IDC_STATIC_23 (IDC_STATIC_1+22) +#define IDC_STATIC_24 (IDC_STATIC_1+23) +#define IDC_STATIC_25 (IDC_STATIC_1+24) +#define IDC_STATIC_26 (IDC_STATIC_1+25) +#define IDC_STATIC_27 (IDC_STATIC_1+26) +#define IDC_STATIC_28 (IDC_STATIC_1+27) +#define IDC_STATIC_29 (IDC_STATIC_1+28) +#define IDC_STATIC_30 (IDC_STATIC_1+29) +#define IDC_STATIC_31 (IDC_STATIC_1+30) +#define IDC_STATIC_32 (IDC_STATIC_1+31) +#define IDC_STATIC_33 (IDC_STATIC_1+32) +#define IDC_STATIC_34 (IDC_STATIC_1+33) +#define IDC_STATIC_35 (IDC_STATIC_1+34) +#define IDC_STATIC_36 (IDC_STATIC_1+35) +#define IDC_STATIC_37 (IDC_STATIC_1+36) +#define IDC_STATIC_38 (IDC_STATIC_1+37) +#define IDC_STATIC_39 (IDC_STATIC_1+38) +#define IDC_STATIC_40 (IDC_STATIC_1+39) diff --git a/translations/symbols/plugins/renamer/check.lst b/translations/symbols/plugins/renamer/check.lst new file mode 100644 index 000000000..40ce58fff --- /dev/null +++ b/translations/symbols/plugins/renamer/check.lst @@ -0,0 +1,11 @@ +Drop-Down Button: 100: 1 +Drop-Down Button: 190: 147 + +Combo Box: 140: 141: 1050 1055 1056 1057 1058 1059 1060 +Combo Box: 140: 143: 1070 1071 +Combo Box: 140: 145: 1070 1071 +Combo Box: 150: 143: 1073 1074 1075 +Combo Box: 150: 144: 1076 1077 1078 +Combo Box: 170: 143: 1036 1037 1038 1039 +Combo Box: 100: 116: 1036 1037 1038 1039 +Combo Box: 100: 117: 1036 1037 1038 1039 diff --git a/translations/symbols/plugins/renamer/ignore.lst b/translations/symbols/plugins/renamer/ignore.lst new file mode 100644 index 000000000..aab67b47e --- /dev/null +++ b/translations/symbols/plugins/renamer/ignore.lst @@ -0,0 +1,24 @@ +Overlap in dialog: 100: 126 x 125 +Overlap in dialog: 100: 127 x 125 +Overlap in dialog: 100: 128 x 125 +Overlap in dialog: 100: 129 x 125 +Overlap in dialog: 100: 112 x 125 +Overlap in dialog: 100: 114 x 125 +Overlap in dialog: 100: 113 x 125 +Overlap in dialog: 100: 115 x 125 +Overlap in dialog: 100: 123 x 125 +Overlap in dialog: 100: 130 x 125 +Overlap in dialog: 100: 131 x 125 +Overlap in dialog: 100: 132 x 125 +Overlap in dialog: 100: 118 x 125 + +Too close to dialog frame: 100: 104 + +Different sized controls in dialog: 100: 101 x 116 +Different sized controls in dialog: 100: 101 x 117 + +Different spacing between controls: 100: 106 + +Not standard control size: 175: 176 + +Incorrectly placed label: 100: 103 x 104 diff --git a/translations/symbols/plugins/renamer/salmenu.mnu b/translations/symbols/plugins/renamer/salmenu.mnu new file mode 100644 index 000000000..0bc839d48 --- /dev/null +++ b/translations/symbols/plugins/renamer/salmenu.mnu @@ -0,0 +1,275 @@ +templ= +{ +IDS_EXP_BROWSE +IDS_EXP_WINDIR +IDS_EXP_SYSDIR +IDS_EXP_SALDIR +IDS_EXP_ENVVAR +} + +templ= +{ +IDS_EXP_FULLNAME +IDS_EXP_DRIVE +IDS_EXP_PATH +IDS_EXP_NAME +IDS_EXP_NAMEPART +IDS_EXP_EXTPART +IDS_EXP_FULLPATH +IDS_EXP_WINDIR +IDS_EXP_SYSDIR +IDS_EXP_DOSFULLNAME +IDS_EXP_DOSDRIVE +IDS_EXP_DOSPATH +IDS_EXP_DOSNAME +IDS_EXP_DOSNAMEPART +IDS_EXP_DOSEXTPART +IDS_EXP_DOSFULLPATH +IDS_EXP_DOSWINDIR +IDS_EXP_DOSSYSDIR +IDS_EXP_ENVVAR +} + +templ= +{ +IDS_EXP_DRIVE +IDS_EXP_PATH +IDS_EXP_FULLPATH +IDS_EXP_WINDIR +IDS_EXP_SYSDIR +IDS_EXP_ENVVAR +} + +templ= +{ +IDS_MENU_CUSTOMFONT +IDS_MENU_AUTOFONT +} + +PluginMenu= +{ +IDS_PLUGMENU_RENAME +} + +MenuTemplate= +{ +IDS_MENU_RENAME +IDS_MENU_VALIDATE +IDS_MENU_UNDO +IDS_MENU_EXIT + +IDS_MENU_STORELIST +IDS_MENU_LOADLIST +IDS_MENU_EDITLIST +IDS_MENU_FILTER + +IDS_MENU_SORTOLD +IDS_MENU_SORTSIZE +IDS_MENU_SORTTIME +IDS_MENU_SORTPATH +IDS_MENU_ALLFILES +IDS_MENU_RENAMED +IDS_MENU_NOTRENAMED + +IDS_MENU_FILENAMES +IDS_MENU_RELATIVEPATH +IDS_MENU_FULLPATH +IDS_MENU_REMOVESOURCEPATH +IDS_MENU_LAST +IDS_MENU_RESET +IDS_MENU_ADVANCED + +IDS_MENU_BATCHRENDLG +IDS_MENU_REGEXP + +Dialog: IDD_RENAME +IDS_MENU_FILE +IDS_MENU_EDIT +IDS_MENU_VIEW +IDS_MENU_OPTIONS +IDS_MENU_HELP +} + +RenameButtonMenuTemplate= +{ +IDS_MENU_RENAME +IDS_MENU_VALIDATE +IDS_MENU_UNDO +} + +NewNameLowerHelpMenu= +{ +IDS_VAR_ORIGINALNAME +IDS_VAR_DRIVE +IDS_VAR_PATH +IDS_VAR_RELATIVEPATH +IDS_VAR_NAME +IDS_VAR_NAMEPART +IDS_VAR_EXTPART +IDS_VAR_CUT +} + +NewNameUpperHelpMenu= +{ +IDS_VAR_ORIGINALNAME +IDS_VAR_DRIVE +IDS_VAR_PATH +IDS_VAR_RELATIVEPATH +IDS_VAR_NAME +IDS_VAR_NAMEPART +IDS_VAR_EXTPART +IDS_VAR_CUT +} + +NewNameMixedHelpMenu= +{ +IDS_VAR_ORIGINALNAME +IDS_VAR_DRIVE +IDS_VAR_PATH +IDS_VAR_RELATIVEPATH +IDS_VAR_NAME +IDS_VAR_NAMEPART +IDS_VAR_EXTPART +IDS_VAR_CUT +} + +NewNameStripDiaHelpMenu= +{ +IDS_VAR_ORIGINALNAME +IDS_VAR_DRIVE +IDS_VAR_PATH +IDS_VAR_RELATIVEPATH +IDS_VAR_NAME +IDS_VAR_NAMEPART +IDS_VAR_EXTPART +IDS_VAR_CUT +} + +NewNameHelpMenu= +{ +IDS_VAR_ORIGINALNAME +IDS_VAR_DRIVE +IDS_VAR_PATH +IDS_VAR_RELATIVEPATH +IDS_VAR_NAME +IDS_VAR_NAMEPART +IDS_VAR_EXTPART +IDS_VAR_CUT +IDS_VAR_LOWER +IDS_VAR_UPPER +IDS_VAR_MIXED +IDS_VAR_STRIPDIA +IDS_VAR_SIZE +IDS_VAR_TIME +IDS_VAR_DATE +IDS_VAR_COUNTER +} + +LiteralsHelpMenu= +{ +IDS_RE_LEFTPAREN +IDS_RE_RIGHTPAREN +IDS_RE_LEFTBRACKET +IDS_RE_CIRCUMFLEX +IDS_RE_DOLLAR +IDS_RE_DOT +IDS_RE_PIPE +IDS_RE_ASTERISK +IDS_RE_PLUS +IDS_RE_QUESTIONMARK +IDS_RE_BACKSLASH +} + +AnyFromHelpMenu= +{ +IDS_RE_POSIX_ALPHA +IDS_RE_POSIX_ALNUM +IDS_RE_POSIX_ASCII +IDS_RE_POSIX_CNTRL +IDS_RE_POSIX_DIGIT +IDS_RE_POSIX_GRAPH +IDS_RE_POSIX_LOWER +IDS_RE_POSIX_PRINT +IDS_RE_POSIX_PUNCT +IDS_RE_POSIX_SPACE +IDS_RE_POSIX_UPPER +IDS_RE_POSIX_WORD +IDS_RE_POSIX_XDIGIT +IDS_RE_DEFINESET +} + +AnyButHelpMenu= +{ +IDS_RE_POSIX_ALPHA +IDS_RE_POSIX_ALNUM +IDS_RE_POSIX_ASCII +IDS_RE_POSIX_CNTRL +IDS_RE_POSIX_DIGIT +IDS_RE_POSIX_GRAPH +IDS_RE_POSIX_LOWER +IDS_RE_POSIX_PRINT +IDS_RE_POSIX_PUNCT +IDS_RE_POSIX_SPACE +IDS_RE_POSIX_UPPER +IDS_RE_POSIX_WORD +IDS_RE_POSIX_XDIGIT +IDS_RE_DEFINESET +} + +ZeroWidthAssertions= +{ +IDS_RE_BOL +IDS_RE_EOL +IDS_RE_WORDB +IDS_RE_NONWORDB +IDS_RE_PLOOKA +IDS_RE_NLOOKA +IDS_RE_PLOOKB +IDS_RE_NLOOKB +} + +IterationHelpMenu= +{ +IDS_RE_ITERATION_GREEDY +IDS_RE_ITERATION_UNGREEDY +} + +PositiveIterationHelpMenu= +{ +IDS_RE_ITERATION_GREEDY +IDS_RE_ITERATION_UNGREEDY +} + +RegExpHelpMenu= +{ +IDS_RE_ANYCHAR +IDS_RE_ANYFROM +IDS_RE_ANYBUT +IDS_RE_ZEROWIDTHASSERT +IDS_RE_OR +IDS_RE_ITERATION +IDS_RE_POSITIVEITERATION +IDS_RE_ONEORZERO +IDS_RE_ZEROORONE +IDS_RE_SUBEXPRESSION +IDS_RE_NOTCAPTURESUBEXP +IDS_RE_LITERALS +IDS_RE_WORDCHAR +IDS_RE_NONWORDCHAR +IDS_RE_SPACE +IDS_RE_NONSPACE +IDS_RE_DIGIT +IDS_RE_NONDIGIT +IDS_RE_NUMBER +IDS_RE_HEXNUMBER +IDS_RE_WORD +IDS_RE_PATHCOMPONENT +IDS_RE_FILENAME +} + +ReplaceHelpMenu= +{ +IDS_RE_DOLLAR +IDS_RE_MATCHEDSUBEXP +} + diff --git a/translations/symbols/plugins/renamer/symbols.inc b/translations/symbols/plugins/renamer/symbols.inc new file mode 100644 index 000000000..3717c8f8b --- /dev/null +++ b/translations/symbols/plugins/renamer/symbols.inc @@ -0,0 +1,459 @@ +// Defines for Altap Translator +#define IDOK 1 +#define IDCANCEL 2 +#define IDABORT 3 +#define IDRETRY 4 +#define IDIGNORE 5 +#define IDYES 6 +#define IDNO 7 +#define IDCLOSE 8 +#define IDHELP 9 + +///* X:\ALTAP\PETR\salamand\plugins\renamer\lang\lang.rh +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by lang.rc +// +#define IDD_RENAME 100 +#define IDC_MASK 101 +#define IDE_START 101 +#define IDE_SET 101 +#define IDC_SUBDIRS 102 +#define IDE_STEP 102 +#define IDS_PREVIEW 103 +#define IDE_MINWIDTH 103 +#define IDL_PREVIEW 104 +#define IDC_LEFT 104 +#define IDC_MANUAL 105 +#define IDC_NEWNAME 106 +#define IDB_NEWNAME 107 +#define IDC_SEARCH 108 +#define IDC_REPLACE 109 +#define IDB_SEARCH 110 +#define IDB_REPLACE 111 +#define IDC_CASESENSITIVE 112 +#define IDC_WHOLEWORDS 113 +#define IDC_GLOBAL 114 +#define IDC_REGEXP 115 +#define IDC_NAMECASE 116 +#define IDC_EXTCASE 117 +#define IDC_PATHPART 118 +#define IDS_CHANGECASESEP 119 +#define IDS_MANSEP 120 +#define IDS_REPLACESEP 121 +#define IDS_COUNT 122 +#define IDS_RENAME 122 +#define IDC_EXCLUDEEXT 123 +#define IDS_VALIDATE 123 +#define IDS_MENUSEP 124 +#define IDE_MANUAL 125 +#define IDS_LABELNEWNAME 126 +#define IDS_LABELREPLACE 127 +#define IDS_LABELSEARCHFOR 128 +#define IDS_LABELREPLACEWITH 129 +#define IDS_LABELCASE 130 +#define IDS_LABELNAME 131 +#define IDS_LABELEXT 132 +#define IDD_CUT 140 +#define IDC_CUTFROM 141 +#define IDC_START 143 +#define IDC_CASE 143 +#define IDC_BASE 143 +#define IDC_COMMAND 144 +#define IDC_NUMBER 144 +#define IDE_END 144 +#define IDC_FILL 144 +#define IDC_END 145 +#define IDE_STDERR 145 +#define IDC_PUSHBUTTON1 146 +#define IDE_COMMAND 146 +#define IDB_FONT 147 +#define IDC_CONFIRMESCCLOSE 148 +#define IDD_COUNTER 150 +#define IDD_DEFINESET 160 +#define IDD_SUBEXPRESSION 170 +#define IDD_PROGRESS 175 +#define IDS_PROGRESS 176 +#define IDS_MESSAGE 177 +#define IDD_COMMAND 180 +#define IDD_ERROR 185 +#define IDS_EXITCODE 186 +#define IDD_CONFIG 190 +#define IDB_BROWSE 191 +#define IDE_ARGUMENTS 192 +#define IDB_ARGHELP 193 +#define IDE_INITDIR 194 +#define IDB_INITDIRHELP 195 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 8500 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 8700 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif +///* X:\ALTAP\PETR\salamand\plugins\renamer\renamer.rh2 +#pragma once + +#if defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) +#error this file is not editable by Microsoft Visual C++ +#endif //defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) + +#define IDC_STATIC_1 300 +#include "statics.rh2" // 300 az 339 jsou timto zabrane !!! + +#define IDI_RENAMER 500 +#define IDB_RENAMER 510 + +#define IDS_PLUGINNAME 1000 +#define IDS_DESCRIPTION 1001 +#define IDS_MENU_BATCHRENDLG 1002 +#define IDS_ABOUT 1003 +#define IDS_RENAMERERR 1005 +#define IDS_LOWMEM 1006 +#define IDS_PLUGMENU_RENAME 1007 +#define IDS_PLUGMENU_UNDO 1008 +#define IDS_ORIGNAME_COLUMN 1009 +#define IDS_NEWNAME_COLUMN 1010 +#define IDS_SIZE_COLUMN 1011 +#define IDS_DATE_COLUMN 1012 +#define IDS_TIME_COLUMN 1013 +#define IDS_PATH_COLUMN 1014 +#define IDS_MENU_FILE 1015 +#define IDS_MENU_VIEW 1016 +#define IDS_MENU_OPTIONS 1017 +#define IDS_MENU_FILTER 1018 +#define IDS_MENU_SORTOLD 1020 +#define IDS_MENU_SORTNEW 1021 +#define IDS_MENU_SORTSIZE 1022 +#define IDS_MENU_SORTTIME 1023 +#define IDS_MENU_SORTPATH 1024 +#define IDS_MENU_FILENAMES 1025 +#define IDS_MENU_RELATIVEPATH 1026 +#define IDS_MENU_FULLPATH 1027 +#define IDS_MENU_FONT 1028 +#define IDS_MENU_RESET 1029 +#define IDS_MENU_REGEXP 1030 +#define IDS_MENU_HELP 1031 +#define IDS_MENU_EXIT 1032 +#define IDS_MENU_CUSTOMFONT 1033 +#define IDS_MENU_AUTOFONT 1034 +#define IDS_VAR_ORIGNAME 1035 +#define IDS_CASE_DONTCHANGE 1036 +#define IDS_CASE_LOWER 1037 +#define IDS_CASE_UPPER 1038 +#define IDS_CASE_MIXED 1039 +#define IDS_MENU_LAST 1040 +#define IDS_INVALIDMASK 1041 +#define IDS_TOOLONGPATH 1042 +#define IDS_ERRREADDIR 1043 +#define IDS_ERROR 1044 +#define IDS_DIRTEXT 1045 +#define IDS_CANCELCNFRM 1046 +#define IDS_QUESTION 1047 +#define IDS_MENU_RENAME 1048 +#define IDS_MENU_VALIDATE 1049 +#define IDS_VAR_ORIGINALNAME 1050 +#define IDS_VAR_DRIVE 1055 +#define IDS_VAR_PATH 1056 +#define IDS_VAR_RELATIVEPATH 1057 +#define IDS_VAR_NAME 1058 +#define IDS_VAR_NAMEPART 1059 +#define IDS_VAR_EXTPART 1060 +#define IDS_VAR_SIZE 1061 +#define IDS_VAR_TIME 1062 +#define IDS_VAR_DATE 1063 +#define IDS_VAR_COUNTER 1064 +#define IDS_VAR_LOWER 1065 +#define IDS_VAR_UPPER 1066 +#define IDS_VAR_MIXED 1067 +#define IDS_VAR_STRIPDIA 1068 +#define IDS_VAR_CUT 1069 +#define IDS_LEFT 1070 +#define IDS_RIGHT 1071 +#define IDS_BADCUTOFFSET 1072 +#define IDS_DECIMAL 1073 +#define IDS_HEX_LOWER 1074 +#define IDS_HEX_UPPER 1075 +#define IDS_FILL_SPACES 1076 +#define IDS_FILL_ZEROS 1077 +#define IDS_FILL_UNDERSCORES 1078 +#define IDS_EXP_UNMATCHEDPAR 1079 +#define IDS_EXP_VARNOTFOUND 1081 +#define IDS_EXP_UNEXPECTEDCHAR 1083 +#define IDS_EXP_SMALLBUFFER 1085 +#define IDS_EXP_TRAILINGDOLLAR 1087 +#define IDS_EXP_EMPTYSTR 1089 +#define IDS_EXP_UNEXPECTARG 1091 +#define IDS_EXP_EXPECTCUTORCASE 1093 +#define IDS_EXP_EXPECTENDCUT 1094 +#define IDS_EXP_UNEXPECTEDARGUMENT 1095 +#define IDS_EXP_MISTIMEFORMAT 1096 +#define IDS_EXP_INVALIDTIMEFMT 1097 +#define IDS_EXP_MISDATEFORMAT 1098 +#define IDS_EXP_INVALIDDATEFMT 1099 +#define IDS_EXP_TOOMUCHARGUMENTS 1100 +#define IDS_EXP_EXPECTSTART 1101 +#define IDS_EXP_EXPECTSTEP 1102 +#define IDS_EXP_EXPECTBASEALIGNWIDTH 1103 +#define IDS_EXP_EXPECTALIGNWIDTH 1104 +#define IDS_EXP_EXPECTWIDTH 1105 +#define IDS_EXP_EXPECTFILL 1106 +#define IDS_NEWNAMEERR 1107 +#define IDS_TRANSFERERROR 1108 +#define IDS_REGEXPERR 1109 +#define IDS_BMERR 1110 +#define IDS_GENERICERR 1111 +#define IDS_REENOERROR 1112 +#define IDS_REELOWMEMORY 1113 +#define IDS_REEEMPTY 1114 +#define IDS_REETOOBIG 1115 +#define IDS_REETOOMANYPARENTHESISES 1116 +#define IDS_REEUNMATCHEDPARENTHESIS 1117 +#define IDS_REEOPERANDCOULDBEEMPTY 1118 +#define IDS_REENESTED 1119 +#define IDS_REEUNMATCHEDBRACKET 1120 +#define IDS_REEFOLLOWSNOTHING 1121 +#define IDS_REETRAILINGBACKSLASH 1122 +#define IDS_REEINTERNALDISASTER 1123 +#define IDS_REEINVALIDPOSIXCLASS 1125 +#define IDS_REEEXPECTINGXDIGIT 1126 +#define IDS_REESTACKOVERFLOW 1127 +#define IDS_REENOPATTERN 1128 +#define IDS_REEERRORSTARTINGTHREAD 1129 +#define IDS_REPLACEERR 1130 +#define IDS_REP_EXPCLOSEPAR1 1131 +#define IDS_REP_EXPCLOSEPAR2 1132 +#define IDS_REP_EXPCLOSEPAR3 1133 +#define IDS_REP_BADREF 1134 +#define IDS_EXP_EXPECTSUBNUM1 1135 +#define IDS_EXP_EXPECTSUBNUM2 1136 +#define IDS_EXP_TRAILINGBACKSLASH 1137 + +#define IDS_RE_POSIX_ALPHA 1138 +#define IDS_RE_POSIX_ALNUM 1139 +#define IDS_RE_POSIX_ASCII 1140 +#define IDS_RE_POSIX_CNTRL 1141 +#define IDS_RE_POSIX_DIGIT 1142 +#define IDS_RE_POSIX_GRAPH 1143 +#define IDS_RE_POSIX_LOWER 1144 +#define IDS_RE_POSIX_PRINT 1145 +#define IDS_RE_POSIX_PUNCT 1146 +#define IDS_RE_POSIX_SPACE 1147 +#define IDS_RE_POSIX_UPPER 1148 +#define IDS_RE_POSIX_WORD 1149 +#define IDS_RE_POSIX_XDIGIT 1150 +#define IDS_RE_LEFTPAREN 1151 +#define IDS_RE_RIGHTPAREN 1152 +#define IDS_RE_LEFTBRACKET 1153 +#define IDS_RE_CIRCUMFLEX 1154 +#define IDS_RE_DOLLAR 1155 +#define IDS_RE_DOT 1156 +#define IDS_RE_PIPE 1157 +#define IDS_RE_ASTERISK 1158 +#define IDS_RE_PLUS 1159 +#define IDS_RE_QUESTIONMARK 1160 +#define IDS_RE_BACKSLASH 1161 +#define IDS_RE_ANYCHAR 1162 +#define IDS_RE_ANYFROM 1163 +#define IDS_RE_ANYBUT 1164 +#define IDS_RE_ANYFROMPOSIX 1165 +#define IDS_RE_ANYBUTPOSIX 1166 +#define IDS_RE_BOL 1167 +#define IDS_RE_EOL 1168 +#define IDS_RE_OR 1169 +#define IDS_RE_ITERATION 1170 +#define IDS_RE_POSITIVEITERATION 1171 +#define IDS_RE_ITERATION_GREEDY 1172 +#define IDS_RE_ITERATION_UNGREEDY 1173 +#define IDS_RE_ONEORZERO 1174 +#define IDS_RE_ZEROORONE 1175 +#define IDS_RE_SUBEXPRESSION 1176 +#define IDS_RE_NOTCAPTURESUBEXP 1177 +#define IDS_RE_LITERALS 1178 +#define IDS_RE_WORDCHAR 1179 +#define IDS_RE_NONWORDCHAR 1180 +#define IDS_RE_SPACE 1181 +#define IDS_RE_NONSPACE 1182 +#define IDS_RE_DIGIT 1183 +#define IDS_RE_NONDIGIT 1184 +#define IDS_RE_WORDB 1185 +#define IDS_RE_NONWORDB 1186 +#define IDS_RE_NUMBER 1187 +#define IDS_RE_HEXNUMBER 1188 +#define IDS_RE_WORD 1189 +#define IDS_RE_PATHCOMPONENT 1190 +#define IDS_RE_FILENAME 1191 +#define IDS_RE_DEFINESET 1192 +#define IDS_RE_MATCHEDEXPR 1193 +#define IDS_RE_MATCHEDSUBEXP 1194 +#define IDS_EMPTYSTR 1195 +#define IDS_CNFRM_CLOSE 1196 +#define IDS_EMPTYMSG_DEF 1197 +#define IDS_EMPTYMSG_NOMATCH 1198 +#define IDS_EMPTYMSG_BADMASK 1199 +#define IDS_EMPTYMSG_GENERATING 1200 +#define IDS_EMPTYMSG_ERROR 1201 +#define IDS_REEEXPECTINGEXTENDEDPATTERN1 1202 +#define IDS_REEEXPECTINGEXTENDEDPATTERN2 1203 +#define IDS_REEBADFIXEDWIDTHLOOKBEHIND 1204 +#define IDS_RE_PLOOKA 1205 +#define IDS_RE_NLOOKA 1206 +#define IDS_RE_PLOOKB 1207 +#define IDS_RE_NLOOKB 1208 +#define IDS_RE_ZEROWIDTHASSERT 1209 +#define IDS_MENU_RENAMED 1210 +#define IDS_MENU_NOTRENAMED 1211 +#define IDS_MENU_ALLFILES 1212 +#define IDS_CANCELING 1213 +#define IDS_NOTVALID_FILENAME 1214 +#define IDS_NOTVALID_RELATIVEPATH 1215 +#define IDS_NOTVALID_FULLPATH 1216 +#define IDS_DUPLICATENAME 1217 +#define IDS_DEPENDENCE 1218 +#define IDS_RENAMING 1219 +#define IDS_PREPARING 1220 +#define IDS_DIRNOTSAMEROOT 1221 +#define IDS_DIRDIR 1222 +#define IDS_FILEDIR 1223 +#define IDS_CNFRM_SHOVERWRITE 1224 +#define IDS_OVEWWRITETITLE 1225 +#define IDS_OVERWRITEERROR 1226 +#define IDS_MOVEERROR 1227 +#define IDS_DELETEERROR 1228 +#define IDS_WRITEERROR 1229 +#define IDS_READERROR 1230 +#define IDS_OPENFILEERROR 1231 +#define IDS_DIRCASEERROR 1232 +#define IDS_CREATEDIR 1233 +#define IDS_MENU_REMOVESOURCEPATH 1234 +#define IDS_UNDOING 1235 +#define IDS_REMOVEDIR 1236 +#define IDS_MENU_UNDO 1237 +#define IDS_UNDOQUEST 1238 +#define IDS_SOMEERRORS 1239 +#define IDS_VALIDATEOK 1240 +#define IDS_NOTTODO 1241 +#define IDS_WAITINGFORWINDOWS 1242 +#define IDS_MISLINES 1244 +#define IDS_BADLINECOUNT 1245 +#define IDS_MENU_EDIT 1246 +#define IDS_MENU_STORELIST 1247 +#define IDS_MENU_LOADLIST 1248 +#define IDS_MENU_EDITLIST 1249 +#define IDS_CREATETEMP 1250 +#define IDS_WRITETEMP 1251 +#define IDS_OPENTEMP 1252 +#define IDS_SIZEOFTEMP 1253 +#define IDS_READTEMP 1254 +#define IDS_PROCESS 1255 +#define IDS_LONGDATA 1256 +#define IDS_EXTEDIT 1257 +#define IDS_ERRLAUNCHEDIT 1258 +#define IDS_CREATEPIPE 1259 +#define IDS_WRITEPIPE 1260 +#define IDS_MENU_ADVANCED 1261 +#define IDS_EXEFILES 1262 +#define IDS_EXP_FULLNAME 1263 +#define IDS_EXP_DRIVE 1264 +#define IDS_EXP_PATH 1265 +#define IDS_EXP_NAME 1266 +#define IDS_EXP_NAMEPART 1267 +#define IDS_EXP_EXTPART 1268 +#define IDS_EXP_FULLPATH 1269 +#define IDS_EXP_WINDIR 1270 +#define IDS_EXP_SYSDIR 1271 +#define IDS_EXP_DOSFULLNAME 1272 +#define IDS_EXP_DOSDRIVE 1273 +#define IDS_EXP_DOSPATH 1274 +#define IDS_EXP_DOSNAME 1275 +#define IDS_EXP_DOSNAMEPART 1276 +#define IDS_EXP_DOSEXTPART 1277 +#define IDS_EXP_DOSFULLPATH 1278 +#define IDS_EXP_DOSWINDIR 1279 +#define IDS_EXP_DOSSYSDIR 1280 +#define IDS_EXP_ENVVAR 1281 +#define IDS_CFG_CONFLICT 1283 +#define IDS_EXP_BROWSE 1284 +#define IDS_EXP_SALDIR 1285 +#define IDS_CNFRM_ESC_CLOSE2 1286 + +// commands +#define CMD_VALIDATE 600 +#define CMD_FILTER 601 +#define CMD_SORTOLD 602 +//#define CMD_SORTNEW 603 +#define CMD_SORTSIZE 604 +#define CMD_SORTTIME 605 +#define CMD_SORTPATH 606 +#define CMD_FILENAMES 607 +#define CMD_RELATIVEPATH 608 +#define CMD_FULLPATH 609 +#define CMD_FONT 610 +#define CMD_RESET 611 +#define CMD_HELPREGEXP 612 +#define CMD_AUTOFONT 613 +#define CMD_LAST 614 +#define CMD_OPTIONSPOPUP 614 +#define CMD_FONTPOPUP 614 +#define CMD_FOCUS 615 +#define CMD_VIEWPOPUP 616 +#define CMD_ALLFILES 617 +#define CMD_RENAMED 618 +#define CMD_NOTRENAMED 619 +#define CMD_RMSOURCEPATH 620 +#define CMD_UNDO 621 +#define CMD_FILEPOPUP 622 +#define CMD_EDITPOPUP 623 +#define CMD_STORELIST 624 +#define CMD_LOADLIST 625 +#define CMD_EDIT 626 +#define CMD_ADVANCED 627 + +// IDs for linking to help +#define IDH_BATCHRENAME 2000 +#define IDH_REGEXP 2001 +///* X:\ALTAP\PETR\salamand\plugins\shared\statics.rh2 +//#define IDC_STATIC_1 (IDC_STATIC_1+0) // definovano v nadrazenem headru +#define IDC_STATIC_2 (IDC_STATIC_1+1) +#define IDC_STATIC_3 (IDC_STATIC_1+2) +#define IDC_STATIC_4 (IDC_STATIC_1+3) +#define IDC_STATIC_5 (IDC_STATIC_1+4) +#define IDC_STATIC_6 (IDC_STATIC_1+5) +#define IDC_STATIC_7 (IDC_STATIC_1+6) +#define IDC_STATIC_8 (IDC_STATIC_1+7) +#define IDC_STATIC_9 (IDC_STATIC_1+8) +#define IDC_STATIC_10 (IDC_STATIC_1+9) +#define IDC_STATIC_11 (IDC_STATIC_1+10) +#define IDC_STATIC_12 (IDC_STATIC_1+11) +#define IDC_STATIC_13 (IDC_STATIC_1+12) +#define IDC_STATIC_14 (IDC_STATIC_1+13) +#define IDC_STATIC_15 (IDC_STATIC_1+14) +#define IDC_STATIC_16 (IDC_STATIC_1+15) +#define IDC_STATIC_17 (IDC_STATIC_1+16) +#define IDC_STATIC_18 (IDC_STATIC_1+17) +#define IDC_STATIC_19 (IDC_STATIC_1+18) +#define IDC_STATIC_20 (IDC_STATIC_1+19) +#define IDC_STATIC_21 (IDC_STATIC_1+20) +#define IDC_STATIC_22 (IDC_STATIC_1+21) +#define IDC_STATIC_23 (IDC_STATIC_1+22) +#define IDC_STATIC_24 (IDC_STATIC_1+23) +#define IDC_STATIC_25 (IDC_STATIC_1+24) +#define IDC_STATIC_26 (IDC_STATIC_1+25) +#define IDC_STATIC_27 (IDC_STATIC_1+26) +#define IDC_STATIC_28 (IDC_STATIC_1+27) +#define IDC_STATIC_29 (IDC_STATIC_1+28) +#define IDC_STATIC_30 (IDC_STATIC_1+29) +#define IDC_STATIC_31 (IDC_STATIC_1+30) +#define IDC_STATIC_32 (IDC_STATIC_1+31) +#define IDC_STATIC_33 (IDC_STATIC_1+32) +#define IDC_STATIC_34 (IDC_STATIC_1+33) +#define IDC_STATIC_35 (IDC_STATIC_1+34) +#define IDC_STATIC_36 (IDC_STATIC_1+35) +#define IDC_STATIC_37 (IDC_STATIC_1+36) +#define IDC_STATIC_38 (IDC_STATIC_1+37) +#define IDC_STATIC_39 (IDC_STATIC_1+38) +#define IDC_STATIC_40 (IDC_STATIC_1+39) diff --git a/translations/symbols/plugins/splitcbn/check.lst b/translations/symbols/plugins/splitcbn/check.lst new file mode 100644 index 000000000..54ceaccae --- /dev/null +++ b/translations/symbols/plugins/splitcbn/check.lst @@ -0,0 +1 @@ +Combo Box: 102: 1003: 31 32 33 34 77 78 79 80 81 35 diff --git a/translations/symbols/plugins/splitcbn/ignore.lst b/translations/symbols/plugins/splitcbn/ignore.lst new file mode 100644 index 000000000..fef4a8004 --- /dev/null +++ b/translations/symbols/plugins/splitcbn/ignore.lst @@ -0,0 +1,4 @@ +Incorrectly placed label: 104: 3000 x 1013 +Incorrectly placed label: 104: 3001 x 1016 + +Inconsistent hot keys in string: 1 diff --git a/translations/symbols/plugins/splitcbn/salmenu.mnu b/translations/symbols/plugins/splitcbn/salmenu.mnu new file mode 100644 index 000000000..39e959c8e --- /dev/null +++ b/translations/symbols/plugins/splitcbn/salmenu.mnu @@ -0,0 +1,6 @@ +PluginMenu= +{ +IDS_MENU1 +IDS_MENU2 +} + diff --git a/translations/symbols/plugins/splitcbn/symbols.inc b/translations/symbols/plugins/splitcbn/symbols.inc new file mode 100644 index 000000000..69b5f0782 --- /dev/null +++ b/translations/symbols/plugins/splitcbn/symbols.inc @@ -0,0 +1,196 @@ +// Defines for Altap Translator +#define IDOK 1 +#define IDCANCEL 2 +#define IDABORT 3 +#define IDRETRY 4 +#define IDIGNORE 5 +#define IDYES 6 +#define IDNO 7 +#define IDCLOSE 8 +#define IDHELP 9 + +///* X:\ALTAP\PETR\salamand\plugins\splitcbn\lang\lang.rh +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by lang.rc +// +#define IDD_CONFIG 101 +#define IDD_SPLIT 102 +#define IDD_COMBINE 103 +#define IDD_CRC 104 +#define IDC_EDIT_DIR 1000 +#define IDC_EDIT_TARGET 1000 +#define IDC_BUTTON_BROWSE 1001 +#define IDC_BUTTON_UP 1001 +#define IDC_RADIO_SIZE 1002 +#define IDC_BUTTON_DOWN 1002 +#define IDC_COMBO_SIZE 1003 +#define IDC_BUTTON_ADD 1003 +#define IDC_RADIO_NUMBER 1004 +#define IDC_BUTTON_REMOVE 1004 +#define IDC_EDIT_LASTPART 1005 +#define IDC_BUTTON_CRC 1005 +#define IDC_EDIT_NUMBER 1006 +#define IDC_BUTTON_BROWSE2 1006 +#define IDC_BUTTON_CONFIG 1007 +#define IDC_STATIC_TITLE 1009 +#define IDC_CHECK_INCLUDE 1010 +#define IDC_CHECK_CREATE 1011 +#define IDC_LIST_FILES 1011 +#define IDC_CHECK_SPLITOTHER 1012 +#define IDC_CHECK_COMBINEOTHER 1013 +#define IDC_EDIT_CRC1 1013 +#define IDC_CHECK_SPLITSUB 1014 +#define IDC_ICON_WARN 1014 +#define IDC_EDIT_CRC2 1015 +#define IDC_EDIT_CRC3 1016 +#define IDC_STATIC_CRCTITLE 1016 +#define IDC_EDIT_CRC4 1017 +#define IDC_ICON_OK 1018 +#define IDC_SPLIT_ICON 1019 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 8500 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 8700 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif +///* X:\ALTAP\PETR\salamand\plugins\splitcbn\splitcbn.rh2 +#pragma once + +#if defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) +#error this file is not editable by Microsoft Visual C++ +#endif //defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) + +#define IDC_STATIC_1 3000 +#include "statics.rh2" // 3000 az 3039 jsou timto zabrane !!! + +// IDcka pro propojeni s helpem +#define IDH_COMBINE 2500 +#define IDH_SPLIT 2501 +#define IDH_SPLIT2 2502 // obchazime chybu Resource Workshopu (jinak nejde .rc otevrit, tragedie) +#define IDH_SPLIT3 2503 // obchazime chybu Resource Workshopu (jinak nejde .rc otevrit, tragedie) +#define IDH_SPLIT4 2504 // obchazime chybu Resource Workshopu (jinak nejde .rc otevrit, tragedie) + +// ******************************************************************************** +// +// TEXTY +// + +#define IDS_PLUGINNAME 1 +#define IDS_OPENERROR 2 +#define IDS_SELECTDIR 3 +#define IDS_ZEROSIZE 4 +#define IDS_INSERTDISK 5 +#define IDS_FIXEDNOSENSE 6 +#define IDS_OUTOFSPACE 7 +#define IDS_OUTOFMEM 8 +#define IDS_READERROR 9 +#define IDS_WRITEERROR 10 +#define IDS_INSERTNEXT 11 +#define IDS_SPLIT 12 +#define IDS_COMBINE 13 +#define IDS_TOOMANYPARTS 14 +#define IDS_WRITING 15 +#define IDS_TOOLONGNAME 16 +#define IDS_ADDFILTER 17 +#define IDS_ADDTITLE 18 +#define IDS_BROWSETITLE 19 +#define IDS_CRCERROR 21 +#define IDS_PROCESSING 22 +#define IDS_ZEROFILES 23 +#define IDS_CANCEL 24 +#define IDS_CRCTITLE 25 +#define IDS_CRCDEC 26 +#define IDS_CRCHEX 27 +#define IDS_CRCNOTFOUND 28 +#define IDS_CALCCRC 29 +#define IDS_SPLITTITLE 30 +#define IDS_144FLOPPY 31 +#define IDS_720FLOPPY 32 +#define IDS_12FLOPPY 33 +#define IDS_360FLOPPY 34 +#define IDS_AUTODETECT 35 +#define IDS_FILECRCTITLE 36 +#define IDS_BATTOOLONG 37 +#define IDS_BYTES 38 // used when checking IDC_COMBO_SIZE syntax +#define IDS_BYTE 39 // used when checking IDC_COMBO_SIZE syntax +#define IDS_PATHERROR 40 +#define IDS_TARGETPATHEXIST 41 +#define IDS_WINPATH 42 +#define IDS_SPECIFYFILE 43 +#define IDS_MENU1 63 +#define IDS_MENU2 64 +#define IDS_ABOUTTITLE 67 +#define IDS_PLUGIN_DESCRIPTION 68 +#define IDS_BATFILE_GENBYSAL 69 +#define IDS_BATFILE_CTRL_C_TO_QUIT 70 +#define IDS_BATFILE_DESCR 71 +#define IDS_SIZE_B 72 +#define IDS_SIZE_KB 73 +#define IDS_SIZE_K 74 +#define IDS_SIZE_MB 75 +#define IDS_SIZE_GB 76 +#define IDS_100MB_ZIP 77 +#define IDS_250MB_ZIP 78 +#define IDS_120MB_LS120 79 +#define IDS_650MB_CDR 80 +#define IDS_700MB_CDR 81 +#define IDS_TOOLONGNAME2 82 + +// ******************************************************************************** +// +// IKONY +// + +#define IDI_SPLIT 2000 +#define IDI_FILE 2001 +#define IDI_WARN 2002 +#define IDI_OK 2003 +#define IDC_DRAG 2005 +#define IDB_SPLIT 2010 +///* X:\ALTAP\PETR\salamand\plugins\shared\statics.rh2 +//#define IDC_STATIC_1 (IDC_STATIC_1+0) // definovano v nadrazenem headru +#define IDC_STATIC_2 (IDC_STATIC_1+1) +#define IDC_STATIC_3 (IDC_STATIC_1+2) +#define IDC_STATIC_4 (IDC_STATIC_1+3) +#define IDC_STATIC_5 (IDC_STATIC_1+4) +#define IDC_STATIC_6 (IDC_STATIC_1+5) +#define IDC_STATIC_7 (IDC_STATIC_1+6) +#define IDC_STATIC_8 (IDC_STATIC_1+7) +#define IDC_STATIC_9 (IDC_STATIC_1+8) +#define IDC_STATIC_10 (IDC_STATIC_1+9) +#define IDC_STATIC_11 (IDC_STATIC_1+10) +#define IDC_STATIC_12 (IDC_STATIC_1+11) +#define IDC_STATIC_13 (IDC_STATIC_1+12) +#define IDC_STATIC_14 (IDC_STATIC_1+13) +#define IDC_STATIC_15 (IDC_STATIC_1+14) +#define IDC_STATIC_16 (IDC_STATIC_1+15) +#define IDC_STATIC_17 (IDC_STATIC_1+16) +#define IDC_STATIC_18 (IDC_STATIC_1+17) +#define IDC_STATIC_19 (IDC_STATIC_1+18) +#define IDC_STATIC_20 (IDC_STATIC_1+19) +#define IDC_STATIC_21 (IDC_STATIC_1+20) +#define IDC_STATIC_22 (IDC_STATIC_1+21) +#define IDC_STATIC_23 (IDC_STATIC_1+22) +#define IDC_STATIC_24 (IDC_STATIC_1+23) +#define IDC_STATIC_25 (IDC_STATIC_1+24) +#define IDC_STATIC_26 (IDC_STATIC_1+25) +#define IDC_STATIC_27 (IDC_STATIC_1+26) +#define IDC_STATIC_28 (IDC_STATIC_1+27) +#define IDC_STATIC_29 (IDC_STATIC_1+28) +#define IDC_STATIC_30 (IDC_STATIC_1+29) +#define IDC_STATIC_31 (IDC_STATIC_1+30) +#define IDC_STATIC_32 (IDC_STATIC_1+31) +#define IDC_STATIC_33 (IDC_STATIC_1+32) +#define IDC_STATIC_34 (IDC_STATIC_1+33) +#define IDC_STATIC_35 (IDC_STATIC_1+34) +#define IDC_STATIC_36 (IDC_STATIC_1+35) +#define IDC_STATIC_37 (IDC_STATIC_1+36) +#define IDC_STATIC_38 (IDC_STATIC_1+37) +#define IDC_STATIC_39 (IDC_STATIC_1+38) +#define IDC_STATIC_40 (IDC_STATIC_1+39) diff --git a/translations/symbols/plugins/tar/symbols.inc b/translations/symbols/plugins/tar/symbols.inc new file mode 100644 index 000000000..706a3f883 --- /dev/null +++ b/translations/symbols/plugins/tar/symbols.inc @@ -0,0 +1,121 @@ +// Defines for Altap Translator +#define IDOK 1 +#define IDCANCEL 2 +#define IDABORT 3 +#define IDRETRY 4 +#define IDIGNORE 5 +#define IDYES 6 +#define IDNO 7 +#define IDCLOSE 8 +#define IDHELP 9 + +///* X:\ALTAP\PETR\salamand\plugins\tar\lang\lang.rh +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by lang.rc +// + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 8500 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 8700 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif +///* X:\ALTAP\PETR\salamand\plugins\tar\tar.rh2 +#pragma once + +#if defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) +#error this file is not editable by Microsoft Visual C++ +#endif //defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) + +// Title of tar errors +#define IDS_TARERR_TITLE 11200 +// file is not any supported archive +#define IDS_TARERR_UNKNOWN 11201 +// error in TAR header +#define IDS_TARERR_HEADER 11202 +// bad checksum +#define IDS_TARERR_CHECKSUM 11203 +// error accessing file-data object +#define IDS_TARERR_FDATA 11204 +// unknown block type +#define IDS_TARERR_BADSIG 11205 +// no file found in archive +#define IDS_TARERR_NOTFOUND 11206 +// no file found in archive +#define IDS_TARERR_MEMORY 11207 + +#define IDS_LZH_NOT_IMPLEMENTED 11240 + +// title of extracting progressbar +#define IDS_UNPACKPROGRESS_TITLE 11250 +// text of extracting progressbar - extract +#define IDS_UNPACKPROGRESS_TEXT 11251 +// text of extracting progressbar - skip +#define IDS_SKIPPROGRESS_TEXT 11252 + +// title of gzip errors +#define IDS_GZERR_TITLE 11260 +// unknown compression method used +#define IDS_GZERR_BADMETHOD 11261 +// file is encrypted - not supported +#define IDS_GZERR_ENCRYPTED 11262 +// file is part of a multipart archive - not supported +#define IDS_GZERR_MULTIPART 11263 +// unknown flags in header used +#define IDS_GZERR_BADFLAGS 11264 +// can't open archive file +#define IDS_GZERR_FOPEN 11265 +// premature end of file +#define IDS_ERR_EOF 11266 +// error reading archive file +#define IDS_ERR_FREAD 11267 +// error writing output file +#define IDS_TARERR_FWRITE 11268 +// not all the data written to the disk +#define IDS_TARERR_WRSIZE 11269 +// invalid block type in gzip stream +#define IDS_GZERR_BADBLOCKTYPE 11270 +// internal error +#define IDS_ERR_INTERNAL 11271 +// memry allocation error +#define IDS_ERR_MEMORY 11272 +// CRC error +#define IDS_GZERR_CRC 11273 +// unexpected data in compressed stream +#define IDS_ERR_CORRUPT 11274 +// error seeking +#define IDS_GZERR_SEEK 11275 + +// title for rpm errors +#define IDS_RPM_VIEWTITLE 11280 +// title for rpm errors +#define IDS_ERR_RPMTITLE 11281 +// error creating temporary file name +#define IDS_RPMERR_TMPNAME 11282 +// error creating temporary file +#define IDS_RPMERR_TMPFILE 11283 +// file is not an RPM archive +#define IDS_ERR_NORPM 11284 +// the version reported is not supported +#define IDS_ERR_BADRPMVERSION 11285 +// unknown RPM signature +#define IDS_ERR_BADSIGNATURE 11286 + +// cpio record has a bad signature +#define IDS_CPIOERR_BADSIG 11291 +// data error in cpio header +#define IDS_CPIOERR_HEADER 11292 +// unknown format of cpio header +#define IDS_CPIOERR_FORMAT 11293 + +// plugin name +#define IDS_PLUGINNAME 11299 +// description for About and Plugins Manager +#define IDS_PLUGIN_DESCRIPTION 11300 +// title of About message box +#define IDS_ABOUT 11301 diff --git a/translations/symbols/plugins/unarj/symbols.inc b/translations/symbols/plugins/unarj/symbols.inc new file mode 100644 index 000000000..02345117b --- /dev/null +++ b/translations/symbols/plugins/unarj/symbols.inc @@ -0,0 +1,126 @@ +// Defines for Altap Translator +#define IDOK 1 +#define IDCANCEL 2 +#define IDABORT 3 +#define IDRETRY 4 +#define IDIGNORE 5 +#define IDYES 6 +#define IDNO 7 +#define IDCLOSE 8 +#define IDHELP 9 + +///* X:\ALTAP\PETR\salamand\plugins\unarj\lang\lang.rh +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by lang.rc +// +#define IDD_CHANGEDISK 100 +#define IDC_FILENAME 101 +#define IDC_BROWSE 102 +#define IDC_PREVVOL 103 +#define IDD_ERROR 103 +#define IDS_FILENAME 104 +#define IDC_DONTSHOW 105 +#define IDD_CONFIG 106 +#define IDC_SKIPCONTINUED 107 +#define IDD_WARNING 115 +#define IDC_NOVOLATTENTION 116 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 8500 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 8700 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif +///* X:\ALTAP\PETR\salamand\plugins\unarj\unarj.rh2 +#pragma once + +#if defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) +#error this file is not editable by Microsoft Visual C++ +#endif //defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) + +#define IDC_STATIC_1 300 +#include "statics.rh2" // 300 az 339 jsou timto zabrane !!! + +//*********************************************************************************** +// +// texty +// + +#define IDS_PLUGINNAME 1000 +#define IDS_LOWMEM 1001 +#define IDS_ARCEOF 1002 +#define IDS_BADDATA 1005 +#define IDS_BADARC 1006 +#define IDS_ERROPENARC 1007 +#define IDS_UNKNOWN 1008 +#define IDS_ERRACCESSARC 1010 +#define IDS_ARJARCHIVES 1011 +#define IDS_BROWSEARCHIVETITLE 1012 +#define IDS_CRC 1013 +#define IDS_LIST 1014 +#define IDS_EXTRPROGTITLE 1015 +#define IDS_PREPAREDATA 1016 +#define IDS_EXTRACTFILES 1017 +#define IDS_EXTRACTING 1018 +#define IDS_UNABLEGETFIELPOS 1019 +#define IDS_UNABLEWRITE 1020 +#define IDS_UNABLESEEK 1021 +#define IDS_TOOLONGNAME 1022 +#define IDS_TOOLONGMASK 1023 +#define IDS_VERSION 1024 +#define IDS_TYPE 1025 +#define IDS_METHOD 1026 +#define IDS_ENCRYPT 1027 +#define IDS_BADVOL 1028 +#define IDS_EXPIRE 1029 +#define IDS_NOTFOUND 1030 +#define IDS_ERROR 1031 +#define IDS_ALLFILES 1032 +#define IDS_PLUGIN_DESCRIPTION 1033 +#define IDS_ABOUT 1034 +///* X:\ALTAP\PETR\salamand\plugins\shared\statics.rh2 +//#define IDC_STATIC_1 (IDC_STATIC_1+0) // definovano v nadrazenem headru +#define IDC_STATIC_2 (IDC_STATIC_1+1) +#define IDC_STATIC_3 (IDC_STATIC_1+2) +#define IDC_STATIC_4 (IDC_STATIC_1+3) +#define IDC_STATIC_5 (IDC_STATIC_1+4) +#define IDC_STATIC_6 (IDC_STATIC_1+5) +#define IDC_STATIC_7 (IDC_STATIC_1+6) +#define IDC_STATIC_8 (IDC_STATIC_1+7) +#define IDC_STATIC_9 (IDC_STATIC_1+8) +#define IDC_STATIC_10 (IDC_STATIC_1+9) +#define IDC_STATIC_11 (IDC_STATIC_1+10) +#define IDC_STATIC_12 (IDC_STATIC_1+11) +#define IDC_STATIC_13 (IDC_STATIC_1+12) +#define IDC_STATIC_14 (IDC_STATIC_1+13) +#define IDC_STATIC_15 (IDC_STATIC_1+14) +#define IDC_STATIC_16 (IDC_STATIC_1+15) +#define IDC_STATIC_17 (IDC_STATIC_1+16) +#define IDC_STATIC_18 (IDC_STATIC_1+17) +#define IDC_STATIC_19 (IDC_STATIC_1+18) +#define IDC_STATIC_20 (IDC_STATIC_1+19) +#define IDC_STATIC_21 (IDC_STATIC_1+20) +#define IDC_STATIC_22 (IDC_STATIC_1+21) +#define IDC_STATIC_23 (IDC_STATIC_1+22) +#define IDC_STATIC_24 (IDC_STATIC_1+23) +#define IDC_STATIC_25 (IDC_STATIC_1+24) +#define IDC_STATIC_26 (IDC_STATIC_1+25) +#define IDC_STATIC_27 (IDC_STATIC_1+26) +#define IDC_STATIC_28 (IDC_STATIC_1+27) +#define IDC_STATIC_29 (IDC_STATIC_1+28) +#define IDC_STATIC_30 (IDC_STATIC_1+29) +#define IDC_STATIC_31 (IDC_STATIC_1+30) +#define IDC_STATIC_32 (IDC_STATIC_1+31) +#define IDC_STATIC_33 (IDC_STATIC_1+32) +#define IDC_STATIC_34 (IDC_STATIC_1+33) +#define IDC_STATIC_35 (IDC_STATIC_1+34) +#define IDC_STATIC_36 (IDC_STATIC_1+35) +#define IDC_STATIC_37 (IDC_STATIC_1+36) +#define IDC_STATIC_38 (IDC_STATIC_1+37) +#define IDC_STATIC_39 (IDC_STATIC_1+38) +#define IDC_STATIC_40 (IDC_STATIC_1+39) diff --git a/translations/symbols/plugins/uncab/symbols.inc b/translations/symbols/plugins/uncab/symbols.inc new file mode 100644 index 000000000..5382fc0e3 --- /dev/null +++ b/translations/symbols/plugins/uncab/symbols.inc @@ -0,0 +1,137 @@ +// Defines for Altap Translator +#define IDOK 1 +#define IDCANCEL 2 +#define IDABORT 3 +#define IDRETRY 4 +#define IDIGNORE 5 +#define IDYES 6 +#define IDNO 7 +#define IDCLOSE 8 +#define IDHELP 9 + +///* X:\ALTAP\PETR\salamand\plugins\uncab\lang\lang.rh +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by lang.rc +// +#define IDD_CHANGEDISK 100 +#define IDC_FILENAME 101 +#define IDC_BROWSE 102 +#define IDD_ERROR 103 +#define IDS_FILENAME 104 +#define IDC_DONTSHOW 105 +#define IDD_CONFIG 106 +#define IDC_SKIPCONTINUED 107 +#define IDSKIP 108 +#define IDALL 109 +#define IDC_DISKNAME 110 +#define IDC_CABNAME 111 +#define IDC_TEXT 112 +#define IDD_WARNING 115 +#define IDC_NOVOLATTENTION 116 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 8500 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 8700 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif +///* X:\ALTAP\PETR\salamand\plugins\uncab\uncab.rh2 +#pragma once + +#if defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) +#error this file is not editable by Microsoft Visual C++ +#endif //defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) + +#define IDC_STATIC_1 300 +#include "statics.rh2" // 300 az 339 jsou timto zabrane !!! + +//*********************************************************************************** +// +// texty +// + +#define IDS_PLUGINNAME 1000 +#define IDS_LOWMEM 1001 +#define IDS_UNKNOWN 1008 +#define IDS_BROWSEARCHIVETITLE 1012 +#define IDS_LIST 1014 +#define IDS_EXTRPROGTITLE 1015 +#define IDS_PREPAREDATA 1016 +#define IDS_EXTRACTFILES 1017 +#define IDS_EXTRACTING 1018 +#define IDS_UNABLEGETFIELPOS 1019 +#define IDS_UNABLEWRITE 1020 +#define IDS_UNABLESEEK 1021 +#define IDS_TOOLONGNAME 1022 +#define IDS_TOOLONGMASK 1023 +#define IDS_EXPIRE 1025 +#define IDS_UNABLECREATE 1026 +#define IDS_UNABLEREAD 1027 +#define IDS_CABINET_NOT_FOUND 1028 +#define IDS_NOT_A_CABINET 1029 +#define IDS_UNKNOWN_CABINET_VERSION 1030 +#define IDS_CORRUPT_CABINET 1031 +#define IDS_BAD_COMPR_TYPE 1032 +#define IDS_MDI_FAIL 1033 +#define IDS_RESERVE_MISMATCH 1034 +#define IDS_USER_ABORT 1035 +#define IDS_BROWSEFOLDERTEXT 1036 +#define IDS_WRONG_CABINET 1037 +#define IDS_NOTFOUND 1038 +#define IDS_SKIPPING 1039 +#define IDS_NEXTVOLTEXT 1040 +#define IDS_ERROR 1041 +#define IDS_PLUGIN_DESCRIPTION 1042 +#define IDS_ABOUT 1043 + +//*********************************************************************************** +// +// ikony +// +#define IDI_LOCK 500 +///* X:\ALTAP\PETR\salamand\plugins\shared\statics.rh2 +//#define IDC_STATIC_1 (IDC_STATIC_1+0) // definovano v nadrazenem headru +#define IDC_STATIC_2 (IDC_STATIC_1+1) +#define IDC_STATIC_3 (IDC_STATIC_1+2) +#define IDC_STATIC_4 (IDC_STATIC_1+3) +#define IDC_STATIC_5 (IDC_STATIC_1+4) +#define IDC_STATIC_6 (IDC_STATIC_1+5) +#define IDC_STATIC_7 (IDC_STATIC_1+6) +#define IDC_STATIC_8 (IDC_STATIC_1+7) +#define IDC_STATIC_9 (IDC_STATIC_1+8) +#define IDC_STATIC_10 (IDC_STATIC_1+9) +#define IDC_STATIC_11 (IDC_STATIC_1+10) +#define IDC_STATIC_12 (IDC_STATIC_1+11) +#define IDC_STATIC_13 (IDC_STATIC_1+12) +#define IDC_STATIC_14 (IDC_STATIC_1+13) +#define IDC_STATIC_15 (IDC_STATIC_1+14) +#define IDC_STATIC_16 (IDC_STATIC_1+15) +#define IDC_STATIC_17 (IDC_STATIC_1+16) +#define IDC_STATIC_18 (IDC_STATIC_1+17) +#define IDC_STATIC_19 (IDC_STATIC_1+18) +#define IDC_STATIC_20 (IDC_STATIC_1+19) +#define IDC_STATIC_21 (IDC_STATIC_1+20) +#define IDC_STATIC_22 (IDC_STATIC_1+21) +#define IDC_STATIC_23 (IDC_STATIC_1+22) +#define IDC_STATIC_24 (IDC_STATIC_1+23) +#define IDC_STATIC_25 (IDC_STATIC_1+24) +#define IDC_STATIC_26 (IDC_STATIC_1+25) +#define IDC_STATIC_27 (IDC_STATIC_1+26) +#define IDC_STATIC_28 (IDC_STATIC_1+27) +#define IDC_STATIC_29 (IDC_STATIC_1+28) +#define IDC_STATIC_30 (IDC_STATIC_1+29) +#define IDC_STATIC_31 (IDC_STATIC_1+30) +#define IDC_STATIC_32 (IDC_STATIC_1+31) +#define IDC_STATIC_33 (IDC_STATIC_1+32) +#define IDC_STATIC_34 (IDC_STATIC_1+33) +#define IDC_STATIC_35 (IDC_STATIC_1+34) +#define IDC_STATIC_36 (IDC_STATIC_1+35) +#define IDC_STATIC_37 (IDC_STATIC_1+36) +#define IDC_STATIC_38 (IDC_STATIC_1+37) +#define IDC_STATIC_39 (IDC_STATIC_1+38) +#define IDC_STATIC_40 (IDC_STATIC_1+39) diff --git a/translations/symbols/plugins/unchm/symbols.inc b/translations/symbols/plugins/unchm/symbols.inc new file mode 100644 index 000000000..b94cc7f08 --- /dev/null +++ b/translations/symbols/plugins/unchm/symbols.inc @@ -0,0 +1,70 @@ +// Defines for Altap Translator +#define IDOK 1 +#define IDCANCEL 2 +#define IDABORT 3 +#define IDRETRY 4 +#define IDIGNORE 5 +#define IDYES 6 +#define IDNO 7 +#define IDCLOSE 8 +#define IDHELP 9 + +///* X:\ALTAP\PETR\salamand\plugins\unchm\lang\lang.rh +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by lang.rc +// + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 8500 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 8700 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif +///* X:\ALTAP\PETR\salamand\plugins\unchm\unchm.rh2 +#pragma once + +#if defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) +#error this file is not editable by Microsoft Visual C++ +#endif //defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) + +//*********************************************************************************** +// +// texty +// + +#define IDS_PLUGINNAME 1000 +#define IDS_CANT_OPEN 1001 + +#define IDS_UNKNOW_ERROR 1002 +#define IDS_UNPACKING_ARCHIVE 1003 +#define IDS_ERROR_UNPACKING 1004 +#define IDS_CANT_HANDLE_FILE 1005 +#define IDS_INSUFFICIENT_MEMORY 1006 + +#define IDS_ABOUT 1007 +#define IDS_PLUGIN_DESCRIPTION 1009 +#define IDS_CANT_CREATE_TEMP 1010 +#define IDS_CANT_DELETE_TEMP_FILE 1011 +#define IDS_UNKNOWN_FILE_FORMAT 1012 +#define IDS_CANT_OPEN_FILE 1013 +#define IDS_ERR_TMP 1014 +#define IDS_CANT_SET_ATTRS 1015 +#define IDS_CANT_CREATE_DIR 1016 +#define IDS_YES 1020 +#define IDS_NO 1021 +#define IDS_ERROR 1022 +#define IDS_WARNING 1023 +#define IDS_INTERNAL_PLUGIN_ERROR 1032 + +#define IDS_READERROR 1100 +#define IDS_WRITEERROR 1101 + +#define IDS_INVALIDNUMBER 1105 +#define IDS_CANCELOPER 1106 + +#define IDS_CHMLIBCOPYRIGHT 1107 diff --git a/translations/symbols/plugins/undelete/ignore.lst b/translations/symbols/plugins/undelete/ignore.lst new file mode 100644 index 000000000..5a2a849f0 --- /dev/null +++ b/translations/symbols/plugins/undelete/ignore.lst @@ -0,0 +1,7 @@ +Incorrectly placed label: 1100: 1102 x 1 + +Control is progress bar: 1000: 1002 +Control is progress bar: 1200: 1203 +Control is progress bar: 1200: 1204 + +Inconsistent format specifier in string: 85 diff --git a/translations/symbols/plugins/undelete/salmenu.mnu b/translations/symbols/plugins/undelete/salmenu.mnu new file mode 100644 index 000000000..13395db1e --- /dev/null +++ b/translations/symbols/plugins/undelete/salmenu.mnu @@ -0,0 +1,6 @@ +PluginMenu= +{ +IDS_UNDELETECMD +IDS_RESTORECMD +} + diff --git a/translations/symbols/plugins/undelete/symbols.inc b/translations/symbols/plugins/undelete/symbols.inc new file mode 100644 index 000000000..62f283c7c --- /dev/null +++ b/translations/symbols/plugins/undelete/symbols.inc @@ -0,0 +1,232 @@ +// Defines for Altap Translator +#define IDOK 1 +#define IDCANCEL 2 +#define IDABORT 3 +#define IDRETRY 4 +#define IDIGNORE 5 +#define IDYES 6 +#define IDNO 7 +#define IDCLOSE 8 +#define IDHELP 9 + +///* X:\ALTAP\PETR\salamand\plugins\undelete\lang\lang.rh +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by lang.rc +// +#define IDD_SNAPSHOTPROGRESSDLG 1000 +#define IDC_LABEL_FILENAME 1001 +#define IDC_PROGRESSBAR 1002 +#define IDD_CONNECT 1100 +#define IDC_CHECK_SCANVACANT 1101 +#define IDC_CHECK_SHOWEXISTING 1102 +#define IDC_LIST_VOLUMES 1103 +#define IDC_CHECK_IMAGE 1104 +#define IDC_EDIT_IMAGE 1105 +#define IDC_CHECK_SHOWZEROFILES 1106 +#define IDC_CHECK_SHOWEMPTYDIRS 1107 +#define IDC_CHECK_SHOWMETAFILES 1108 +#define IDC_CHECK_ESTIMATEDAMAGE 1109 +#define IDD_COPYPROGRESSDLG 1200 +#define IDC_LABEL_SOURCE 1201 +#define IDC_LABEL_DEST 1202 +#define IDC_PROGRESS_FILE 1203 +#define IDC_PROGRESS_TOTAL 1204 +#define IDC_LABEL_UNDELETING 1205 +#define IDD_FILENAME 1300 +#define IDC_EDIT_FILENAME 1301 +#define IDC_BUTTON_ALL 1302 +#define IDD_CONFIG 1400 +#define IDC_EDIT_TEMPPATH 1401 +#define IDC_BUTTON_BROWSE 1402 +#define IDC_CHECK_ALWAYSREUSE 1403 +#define IDC_CHECK_SAMEPARTITION 1404 +#define IDC_CHECK_EFS 1405 +#define IDD_RESTORE 1500 +#define IDC_EDIT_TARGET 1501 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 8501 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 8700 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif +///* X:\ALTAP\PETR\salamand\plugins\undelete\undelete.rh2 +#pragma once + +#if defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) +#error this file is not editable by Microsoft Visual C++ +#endif //defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) + +#define IDC_STATIC_1 3000 +#include "statics.rh2" // 3000 to 3039 are occupied! + +#include "library\UndeleteDLL\texts.rh2" + +#define IDS_UNDELETE 1 +#define IDS_DESCRIPTION 3 +#define IDS_ABOUTTITLE 4 +//#define IDS_ERRORMETADAMAGED 8 +#define IDS_PATHDISK 18 +#define IDS_PATHNOTFOUND 19 +#define IDS_PATHFILE 20 +#define IDS_ERROROPENINGPROGRESS 22 +#define IDS_OPENINGVOLUME 23 +#define IDS_SCANNINGFOUND 32 +#define IDS_ALWAYSCHOOSEYES 34 +#define IDS_PATHTOOLONG 42 +#define IDS_QUESTION 43 +#define IDS_WANTCANCEL 44 +#define IDS_BADPATH 45 +#define IDS_ERROR 46 +#define IDS_VIEW 47 +#define IDS_TEMPDIR 48 +#define IDS_VOLENUMERATE 49 +#define IDS_IMAGENOTFOUND 50 +#define IDS_WAIT 59 +#define IDS_ENCRYPTEDWARNING 60 +#define IDS_DONTSHOWAGAIN 61 +#define IDS_CHOOSETEMPDIR 62 +#define IDS_SAMEPARTITION 63 +#define IDS_UNDELETECMD 65 +#define IDS_ERRORENCRYPTED 66 +#define IDS_RESTORECMD 67 +#define IDS_CANNOTVIEW 68 +#define IDS_CHOOSETARGET 69 +#define IDS_READINGTREE 70 +#define IDS_RESTORE 71 +#define IDS_RESTORING 72 +#define IDS_NOEFS 73 +#define IDS_VOLUME_MOUNT 80 +#define IDS_VOLUME_NAME 81 +#define IDS_VOLUME_FORMAT 82 +#define IDS_VOLUME_SIZE 83 +#define IDS_VOLUME_FREE 84 +#define IDS_VOLUME_FREEPROC 85 +#define IDS_VOLUME_VOLID 86 +//#define IDS_VOLUME_ 87, 88, 89, 90 +#define IDS_CONDITION 95 +#define IDS_CONDITIONDESC 96 +#define IDS_CONDITION_GOOD 97 +#define IDS_CONDITION_FAIR 98 +#define IDS_CONDITION_POOR 99 +#define IDS_CONDITION_LOST 100 +#define IDS_CONDITION_UNKNOWN 101 +#define IDS_UNDELETEINCHDRVMENU 102 +#define IDS_PARTIALRECOVER 103 +#define IDS_PARTIALRECOVER_DONTASK 104 +#define IDS_ERRORRECOVER 105 + +#define IDH_UNDELETE 2000 +#define IDH_RESTOREENCRFILES 2001 + +#define IDI_FS 30000 +#define IDB_FS 30001 +#define IDI_DELETED 30002 +///* X:\ALTAP\PETR\salamand\plugins\undelete\library\undeletedll\texts.rh2 +// **************************************************************************** +// +// TEXTS.RH2 +// +// Copyright (c) 2004-2016 ALTAP, spol. s r.o. +// +// This file and all others associated with it contains trade secrets and +// information that is proprietary to ALTAP, spol. s r.o. It may not be copied or +// distributed to any person or firm without the express written permission +// of ALTAP Ltd. This permission is available only in the form of a Software +// License Agreement. +// +// **************************************************************************** + + +#ifndef __TEXTS_RH2 +#define __TEXTS_RH2 + +#if defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) +#error this file is not editable by Microsoft Visual C++ +#endif //defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) + +// here are texts shared between Undelete plugin and DLL +#define IDS_LOWMEM 2 +#define IDS_ERRORREADINGMFT 6 +#define IDS_MFTRECORDDAMAGED 9 +#define IDS_ROOTNOTFOUND 10 +#define IDS_VDIRECTORY 11 +#define IDS_ERRORNOTNTFS 12 +#define IDS_ERRORNOTOPEN 13 +#define IDS_ERROROPENINGVOLUME 14 +#define IDS_ERRORREADINGBOOT 15 +#define IDS_ALLDELETEDFILES 17 +#define IDS_READINGMFT 21 +#define IDS_ERRORVOLUMETYPE 24 +#define IDS_ERRORREADINGFAT 25 +#define IDS_ERRORREADINGDIRCLUSTERS 26 +#define IDS_ERRORNOTFAT 27 +#define IDS_READINGEXISTINGDIRS 28 +#define IDS_LOADINGFAT 29 +#define IDS_READINGDELETEDDIRS 30 +#define IDS_SCANNINGVACANTCLUSTERS 31 +#define IDS_REUSESCANNEDINFO 33 +#define IDS_RELOADINGCLUSTERS 35 +#define IDS_FLOPPY350 36 +#define IDS_FLOPPY525 37 +#define IDS_FLOPPY800 38 +#define IDS_COMPACT_DISK 39 +#define IDS_LOCAL_DISK 40 +#define IDS_REMOVABLE_DISK 41 +#define IDS_ANALYZINGDIRS 64 +#define IDS_READINGDIRS 74 +#define IDS_METAFILES 75 +#define IDS_INCOMPLETEMFT 77 +#define IDS_BITMAPISEMPTY 90 +#define IDS_BITMAPNOTFOUND 91 +#define IDS_BITMAPNOSTREAM 92 +#define IDS_LOWMEMBITMAP 93 +#define IDS_ERRORREADINGBMP 94 + +#endif +///* X:\ALTAP\PETR\salamand\plugins\shared\statics.rh2 +//#define IDC_STATIC_1 (IDC_STATIC_1+0) // definovano v nadrazenem headru +#define IDC_STATIC_2 (IDC_STATIC_1+1) +#define IDC_STATIC_3 (IDC_STATIC_1+2) +#define IDC_STATIC_4 (IDC_STATIC_1+3) +#define IDC_STATIC_5 (IDC_STATIC_1+4) +#define IDC_STATIC_6 (IDC_STATIC_1+5) +#define IDC_STATIC_7 (IDC_STATIC_1+6) +#define IDC_STATIC_8 (IDC_STATIC_1+7) +#define IDC_STATIC_9 (IDC_STATIC_1+8) +#define IDC_STATIC_10 (IDC_STATIC_1+9) +#define IDC_STATIC_11 (IDC_STATIC_1+10) +#define IDC_STATIC_12 (IDC_STATIC_1+11) +#define IDC_STATIC_13 (IDC_STATIC_1+12) +#define IDC_STATIC_14 (IDC_STATIC_1+13) +#define IDC_STATIC_15 (IDC_STATIC_1+14) +#define IDC_STATIC_16 (IDC_STATIC_1+15) +#define IDC_STATIC_17 (IDC_STATIC_1+16) +#define IDC_STATIC_18 (IDC_STATIC_1+17) +#define IDC_STATIC_19 (IDC_STATIC_1+18) +#define IDC_STATIC_20 (IDC_STATIC_1+19) +#define IDC_STATIC_21 (IDC_STATIC_1+20) +#define IDC_STATIC_22 (IDC_STATIC_1+21) +#define IDC_STATIC_23 (IDC_STATIC_1+22) +#define IDC_STATIC_24 (IDC_STATIC_1+23) +#define IDC_STATIC_25 (IDC_STATIC_1+24) +#define IDC_STATIC_26 (IDC_STATIC_1+25) +#define IDC_STATIC_27 (IDC_STATIC_1+26) +#define IDC_STATIC_28 (IDC_STATIC_1+27) +#define IDC_STATIC_29 (IDC_STATIC_1+28) +#define IDC_STATIC_30 (IDC_STATIC_1+29) +#define IDC_STATIC_31 (IDC_STATIC_1+30) +#define IDC_STATIC_32 (IDC_STATIC_1+31) +#define IDC_STATIC_33 (IDC_STATIC_1+32) +#define IDC_STATIC_34 (IDC_STATIC_1+33) +#define IDC_STATIC_35 (IDC_STATIC_1+34) +#define IDC_STATIC_36 (IDC_STATIC_1+35) +#define IDC_STATIC_37 (IDC_STATIC_1+36) +#define IDC_STATIC_38 (IDC_STATIC_1+37) +#define IDC_STATIC_39 (IDC_STATIC_1+38) +#define IDC_STATIC_40 (IDC_STATIC_1+39) diff --git a/translations/symbols/plugins/unfat/symbols.inc b/translations/symbols/plugins/unfat/symbols.inc new file mode 100644 index 000000000..0991218d2 --- /dev/null +++ b/translations/symbols/plugins/unfat/symbols.inc @@ -0,0 +1,66 @@ +// Defines for Altap Translator +#define IDOK 1 +#define IDCANCEL 2 +#define IDABORT 3 +#define IDRETRY 4 +#define IDIGNORE 5 +#define IDYES 6 +#define IDNO 7 +#define IDCLOSE 8 +#define IDHELP 9 + +///* X:\ALTAP\PETR\salamand\plugins\unfat\lang\lang.rh +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by lang.rc +// + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 8500 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 8700 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif +///* X:\ALTAP\PETR\salamand\plugins\unfat\unfat.rh2 +//**************************************************************************** +// +// Copyright (c) ALTAP, spol. s r.o. All rights reserved. +// +// This is a part of the Altap Salamander SDK library. +// +// The SDK is provided "AS IS" and without warranty of any kind and +// ALTAP EXPRESSLY DISCLAIMS ALL WARRANTIES, EXPRESS AND IMPLIED, INCLUDING, +// BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS +// FOR A PARTICULAR PURPOSE and NON-INFRINGEMENT. +// +//**************************************************************************** + +#pragma once + +#if defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) +#error this file is not editable by Microsoft Visual C++ +#endif //defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) + +//*********************************************************************************** +// +// texty +// + +#define IDS_PLUGINNAME 1000 +#define IDS_ABOUT 1001 +#define IDS_PLUGIN_DESCRIPTION 1003 + +#define IDS_ERROR_OPENING_FILE 1100 +#define IDS_ERROR_READING_FILE 1101 +#define IDS_ERROR_PARSING_FILE 1102 +#define IDS_ERROR_BS_CORRUPTED 1103 +#define IDS_ERROR_READING_DIR 1104 +#define IDS_ERROR_READING_FILE2 1106 +#define IDS_ERROR_WRITE 1107 +#define IDS_ERROR_MBR_UNSUPPORTED 1108 +#define IDS_EXTRACTING_ARCHIVE 1109 +#define IDS_EXTRACTING 1110 diff --git a/translations/symbols/plugins/uniso/symbols.inc b/translations/symbols/plugins/uniso/symbols.inc new file mode 100644 index 000000000..4816dbe2f --- /dev/null +++ b/translations/symbols/plugins/uniso/symbols.inc @@ -0,0 +1,175 @@ +// Defines for Altap Translator +#define IDOK 1 +#define IDCANCEL 2 +#define IDABORT 3 +#define IDRETRY 4 +#define IDIGNORE 5 +#define IDYES 6 +#define IDNO 7 +#define IDCLOSE 8 +#define IDHELP 9 + +///* X:\ALTAP\PETR\salamand\plugins\uniso\lang\lang.rh +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by lang.rc +// +#define IDD_CONFIGURATION 1200 +#define IDC_CFG_READONLY 1201 +#define IDC_CFG_SESSIONASDIR 1202 +#define IDC_CFG_BOOTIMAGEASFILE 1203 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 8500 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 8700 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif +///* X:\ALTAP\PETR\salamand\plugins\uniso\uniso.rh2 +#pragma once + +#if defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) +#error this file is not editable by Microsoft Visual C++ +#endif //defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) + +#define IDC_STATIC_1 3000 +#include "statics.rh2" // 3000 az 3039 jsou timto zabrane !!! + +//*********************************************************************************** +// +// ikony, bitmapy, kurzory +// + +#define IDB_UNISO 900 + +//*********************************************************************************** +// +// texty +// + +#define IDS_PLUGINNAME 1000 +#define IDS_CANT_OPEN 1001 + +#define IDS_UNKNOW_ERROR 1002 +#define IDS_UNPACKING_ARCHIVE 1003 +#define IDS_ERROR_UNPACKING 1004 +#define IDS_CANT_HANDLE_FILE 1005 +#define IDS_INSUFFICIENT_MEMORY 1006 + +#define IDS_ABOUT 1007 +#define IDS_PLUGIN_DESCRIPTION 1009 +#define IDS_CANT_CREATE_TEMP 1010 +#define IDS_CANT_DELETE_TEMP_FILE 1011 +#define IDS_UNKNOWN_FILE_FORMAT 1012 +#define IDS_CANT_OPEN_FILE 1013 +#define IDS_ERR_TMP 1014 +#define IDS_CANT_SET_ATTRS 1015 +#define IDS_CANT_CREATE_DIR 1016 +#define IDS_YES 1020 +#define IDS_NO 1021 +#define IDS_ERROR 1022 +#define IDS_WARNING 1023 +#define IDS_ERROR_OPENING_MULTISESSION 1024 +#define IDS_UNKNOWN_TRACK_TYPE 1025 +#define IDS_UDF_UNKNOWN_ALLOCATION_STRATEGY 1026 +#define IDS_CCD_BAD_FORMAT 1027 +#define IDS_CCD_MISSING 1028 +#define IDS_ERROR_READING_SECTOR 1029 +#define IDS_UDF_INVALID_TAG_ID 1030 +#define IDS_ERROR_LISTING_IMAGE 1031 +#define IDS_INTERNAL_PLUGIN_ERROR 1032 +#define IDS_UDF_ERROR_READING_VAT 1033 +#define IDS_UDF_MISSING_VAT 1034 +#define IDS_UDF_BAD_ROOT_ICB 1035 +#define IDS_UDF_ICB_AND_FILESIZE_MISMATCH 1036 +#define IDS_CANT_OPEN_TRACK 1037 +#define IDS_BOOT_OR_MBR 1038 + +#define IDS_ERR_HFS_READ 1050 +#define IDS_ERR_HFS_INVALID_PARTITION 1051 +#define IDS_ERR_HFS_UNRECOGNIZED 1052 +#define IDS_ERR_HFS_ORIGINAL_HFS 1053 +#define IDS_ERR_HFS_SEEK_BLOCK_EXTR 1054 +#define IDS_ERR_HFS_SEEK 1055 +#define IDS_ERR_HFS_BTREE_NODETYPE 1056 +#define IDS_ERR_HFS_BTREE_FRAGMENTED 1057 +#define IDS_ERR_HFS_FILE_FRAGMENTED 1058 + +#define IDS_ERR_TOO_LONG_PATH 1059 +#define IDS_ERR_TOO_LONG_NAME 1060 + +#define IDS_ERR_DMG_READ_HDR 1070 +#define IDS_ERR_DMG_ENCRYPTED 1071 +#define IDS_ERR_DMG_NO_FOOTER 1072 +#define IDS_ERR_DMG_PLIST 1073 +#define IDS_ERR_DMG_BLOCK_UNDEFINED 1074 + +#define IDS_ERR_BF_READ 1075 +#define IDS_ERR_BF_SEEK 1076 +#define IDS_ERR_BF_UNSUPPORTED_SEEK_METHOD 1077 +#define IDS_ERR_BF_BLOCK_UNK_TYPE 1078 +#define IDS_ERR_BF_ZLIB 1079 +#define IDS_ERR_BF_BZIP2 1080 + +#define IDS_ERR_ISZ_NO_HEADER 1085 +#define IDS_ERR_ISZ_READ_HDR 1086 +#define IDS_ERR_ISZ_SEGMENTED 1087 +#define IDS_ERR_ISZ_ENCRYPTED 1088 + +#define IDS_READERROR 1100 +#define IDS_WRITEERROR 1101 +#define IDS_AUDIO_NOT_EXTRACTABLE 1102 +#define IDS_CANCELING_OPERATION 1103 + +#define IDS_INFO_LABEL 1150 +#define IDS_INFO_LABEL_LABEL 1151 +#define IDS_INFO_CNT_SESSIONS 1152 +#define IDS_INFO_SESSION_NUM 1153 +#define IDS_INFO_CNT_TRACKS 1154 +#define IDS_INFO_TRACK_TYPE_SIZE 1155 +#define IDS_INFO_TRACK_TYPE_SIZE_LABEL 1156 +///* X:\ALTAP\PETR\salamand\plugins\shared\statics.rh2 +//#define IDC_STATIC_1 (IDC_STATIC_1+0) // definovano v nadrazenem headru +#define IDC_STATIC_2 (IDC_STATIC_1+1) +#define IDC_STATIC_3 (IDC_STATIC_1+2) +#define IDC_STATIC_4 (IDC_STATIC_1+3) +#define IDC_STATIC_5 (IDC_STATIC_1+4) +#define IDC_STATIC_6 (IDC_STATIC_1+5) +#define IDC_STATIC_7 (IDC_STATIC_1+6) +#define IDC_STATIC_8 (IDC_STATIC_1+7) +#define IDC_STATIC_9 (IDC_STATIC_1+8) +#define IDC_STATIC_10 (IDC_STATIC_1+9) +#define IDC_STATIC_11 (IDC_STATIC_1+10) +#define IDC_STATIC_12 (IDC_STATIC_1+11) +#define IDC_STATIC_13 (IDC_STATIC_1+12) +#define IDC_STATIC_14 (IDC_STATIC_1+13) +#define IDC_STATIC_15 (IDC_STATIC_1+14) +#define IDC_STATIC_16 (IDC_STATIC_1+15) +#define IDC_STATIC_17 (IDC_STATIC_1+16) +#define IDC_STATIC_18 (IDC_STATIC_1+17) +#define IDC_STATIC_19 (IDC_STATIC_1+18) +#define IDC_STATIC_20 (IDC_STATIC_1+19) +#define IDC_STATIC_21 (IDC_STATIC_1+20) +#define IDC_STATIC_22 (IDC_STATIC_1+21) +#define IDC_STATIC_23 (IDC_STATIC_1+22) +#define IDC_STATIC_24 (IDC_STATIC_1+23) +#define IDC_STATIC_25 (IDC_STATIC_1+24) +#define IDC_STATIC_26 (IDC_STATIC_1+25) +#define IDC_STATIC_27 (IDC_STATIC_1+26) +#define IDC_STATIC_28 (IDC_STATIC_1+27) +#define IDC_STATIC_29 (IDC_STATIC_1+28) +#define IDC_STATIC_30 (IDC_STATIC_1+29) +#define IDC_STATIC_31 (IDC_STATIC_1+30) +#define IDC_STATIC_32 (IDC_STATIC_1+31) +#define IDC_STATIC_33 (IDC_STATIC_1+32) +#define IDC_STATIC_34 (IDC_STATIC_1+33) +#define IDC_STATIC_35 (IDC_STATIC_1+34) +#define IDC_STATIC_36 (IDC_STATIC_1+35) +#define IDC_STATIC_37 (IDC_STATIC_1+36) +#define IDC_STATIC_38 (IDC_STATIC_1+37) +#define IDC_STATIC_39 (IDC_STATIC_1+38) +#define IDC_STATIC_40 (IDC_STATIC_1+39) diff --git a/translations/symbols/plugins/unlha/symbols.inc b/translations/symbols/plugins/unlha/symbols.inc new file mode 100644 index 000000000..ad85af9d2 --- /dev/null +++ b/translations/symbols/plugins/unlha/symbols.inc @@ -0,0 +1,60 @@ +// Defines for Altap Translator +#define IDOK 1 +#define IDCANCEL 2 +#define IDABORT 3 +#define IDRETRY 4 +#define IDIGNORE 5 +#define IDYES 6 +#define IDNO 7 +#define IDCLOSE 8 +#define IDHELP 9 + +///* X:\ALTAP\PETR\salamand\plugins\unlha\lang\lang.rh +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by lang.rc +// + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 8500 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 8700 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif +///* X:\ALTAP\PETR\salamand\plugins\unlha\unlha.rh2 +#pragma once + +#if defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) +#error this file is not editable by Microsoft Visual C++ +#endif //defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) + +// ******************************************************************************** +// +// TEXTY +// + +#define IDS_FILECORRUPT 1 +#define IDS_CHECKSUMERROR 2 +#define IDS_LOWMEM 3 +#define IDS_WRITEERROR 4 +#define IDS_PLUGINNAME 5 +#define IDS_OPENERROR 6 +#define IDS_LIST 7 +#define IDS_SYMLINK 8 +#define IDS_UNPACKERROR 10 +#define IDS_CRCERROR 11 +#define IDS_READERROR 12 +#define IDS_EXTRPROGTITLE 13 +#define IDS_PREPAREDATA 14 +#define IDS_UNPACKING 15 +#define IDS_EXTRACTFILES 16 +#define IDS_TOOLONGNAME 17 +#define IDS_TOOLONGMASK 18 +#define IDS_METHOD 19 +#define IDS_METHOD2 20 +#define IDS_PLUGIN_DESCRIPTION 21 +#define IDS_ABOUT 22 diff --git a/translations/symbols/plugins/unmime/symbols.inc b/translations/symbols/plugins/unmime/symbols.inc new file mode 100644 index 000000000..a31ac2b37 --- /dev/null +++ b/translations/symbols/plugins/unmime/symbols.inc @@ -0,0 +1,103 @@ +// Defines for Altap Translator +#define IDOK 1 +#define IDCANCEL 2 +#define IDABORT 3 +#define IDRETRY 4 +#define IDIGNORE 5 +#define IDYES 6 +#define IDNO 7 +#define IDCLOSE 8 +#define IDHELP 9 + +///* X:\ALTAP\PETR\salamand\plugins\unmime\lang\lang.rh +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by lang.rc +// +#define IDD_CONFIG 101 +#define IDC_CHECK_HEADERS 1000 +#define IDC_CHECK_BODIES 1001 +#define IDC_CHECK_ATTACHMENTS 1002 +#define IDC_CHECK_APPEND 1003 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 8500 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 8700 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif +///* X:\ALTAP\PETR\salamand\plugins\unmime\unmime.rh2 +#pragma once + +#if defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) +#error this file is not editable by Microsoft Visual C++ +#endif //defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) + +#define IDC_STATIC_1 2000 +#include "statics.rh2" // 2000 az 2039 jsou timto zabrane !!! + +// ******************************************************************************** +// +// TEXTY +// + +#define IDS_PLUGINNAME 1 +#define IDS_OPENERROR 2 +#define IDS_LOWMEM 3 +#define IDS_LIST 4 +#define IDS_UNKNOWN 5 +#define IDS_WRITEERROR 6 +#define IDS_EXTRTITLE 7 +#define IDS_UNPACKING 8 +#define IDS_PARSE 9 +#define IDS_BADBLOCK_DAMAGED 10 +#define IDS_BADBLOCK_CRC 11 +#define IDS_PLUGIN_DESCRIPTION 12 +#define IDS_ABOUT_TITLE 13 +#define IDS_RESOURCE_FORK_LOST 14 +#define IDS_DONT_SHOW_AGAIN 15 +///* X:\ALTAP\PETR\salamand\plugins\shared\statics.rh2 +//#define IDC_STATIC_1 (IDC_STATIC_1+0) // definovano v nadrazenem headru +#define IDC_STATIC_2 (IDC_STATIC_1+1) +#define IDC_STATIC_3 (IDC_STATIC_1+2) +#define IDC_STATIC_4 (IDC_STATIC_1+3) +#define IDC_STATIC_5 (IDC_STATIC_1+4) +#define IDC_STATIC_6 (IDC_STATIC_1+5) +#define IDC_STATIC_7 (IDC_STATIC_1+6) +#define IDC_STATIC_8 (IDC_STATIC_1+7) +#define IDC_STATIC_9 (IDC_STATIC_1+8) +#define IDC_STATIC_10 (IDC_STATIC_1+9) +#define IDC_STATIC_11 (IDC_STATIC_1+10) +#define IDC_STATIC_12 (IDC_STATIC_1+11) +#define IDC_STATIC_13 (IDC_STATIC_1+12) +#define IDC_STATIC_14 (IDC_STATIC_1+13) +#define IDC_STATIC_15 (IDC_STATIC_1+14) +#define IDC_STATIC_16 (IDC_STATIC_1+15) +#define IDC_STATIC_17 (IDC_STATIC_1+16) +#define IDC_STATIC_18 (IDC_STATIC_1+17) +#define IDC_STATIC_19 (IDC_STATIC_1+18) +#define IDC_STATIC_20 (IDC_STATIC_1+19) +#define IDC_STATIC_21 (IDC_STATIC_1+20) +#define IDC_STATIC_22 (IDC_STATIC_1+21) +#define IDC_STATIC_23 (IDC_STATIC_1+22) +#define IDC_STATIC_24 (IDC_STATIC_1+23) +#define IDC_STATIC_25 (IDC_STATIC_1+24) +#define IDC_STATIC_26 (IDC_STATIC_1+25) +#define IDC_STATIC_27 (IDC_STATIC_1+26) +#define IDC_STATIC_28 (IDC_STATIC_1+27) +#define IDC_STATIC_29 (IDC_STATIC_1+28) +#define IDC_STATIC_30 (IDC_STATIC_1+29) +#define IDC_STATIC_31 (IDC_STATIC_1+30) +#define IDC_STATIC_32 (IDC_STATIC_1+31) +#define IDC_STATIC_33 (IDC_STATIC_1+32) +#define IDC_STATIC_34 (IDC_STATIC_1+33) +#define IDC_STATIC_35 (IDC_STATIC_1+34) +#define IDC_STATIC_36 (IDC_STATIC_1+35) +#define IDC_STATIC_37 (IDC_STATIC_1+36) +#define IDC_STATIC_38 (IDC_STATIC_1+37) +#define IDC_STATIC_39 (IDC_STATIC_1+38) +#define IDC_STATIC_40 (IDC_STATIC_1+39) diff --git a/translations/symbols/plugins/unrar/ignore.lst b/translations/symbols/plugins/unrar/ignore.lst new file mode 100644 index 000000000..457efd09f --- /dev/null +++ b/translations/symbols/plugins/unrar/ignore.lst @@ -0,0 +1 @@ +Incorrectly placed label: 108: 104 x 110 diff --git a/translations/symbols/plugins/unrar/symbols.inc b/translations/symbols/plugins/unrar/symbols.inc new file mode 100644 index 000000000..13d86a81b --- /dev/null +++ b/translations/symbols/plugins/unrar/symbols.inc @@ -0,0 +1,146 @@ +// Defines for Altap Translator +#define IDOK 1 +#define IDCANCEL 2 +#define IDABORT 3 +#define IDRETRY 4 +#define IDIGNORE 5 +#define IDYES 6 +#define IDNO 7 +#define IDCLOSE 8 +#define IDHELP 9 + +///* X:\ALTAP\PETR\salamand\plugins\unrar\lang\lang.rh +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by lang.rc +// +#define IDD_CHANGEDISK 100 +#define IDC_FILENAME 101 +#define IDC_BROWSE 102 +#define IDD_ERROR 103 +#define IDS_FILENAME 104 +#define IDC_DONTSHOW 105 +#define IDD_CONFIG 106 +#define IDC_SKIPCONTINUED 107 +#define IDD_PASSWORD 108 +#define IDSKIP 109 +#define IDC_PASSWORD 110 +#define IDSKIPALL 111 +#define IDALL 112 +#define IDC_LOCK_ICON 113 +#define IDD_WARNING 115 +#define IDC_NOVOLATTENTION 116 +#define IDS_NEXTDISK 117 +#define IDC_CFG_LISTINFOPACKEDSIZE 117 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 8500 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 8700 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif +///* X:\ALTAP\PETR\salamand\plugins\unrar\unrar.rh2 +#pragma once + +#if defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) +#error this file is not editable by Microsoft Visual C++ +#endif //defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) + +#define IDC_STATIC_1 300 +#include "statics.rh2" // 300 az 339 jsou timto zabrane !!! + +//*********************************************************************************** +// +// texty +// + +#define IDS_PLUGINNAME 1000 +#define IDS_LOWMEM 1001 +#define IDS_ERRMODULEFN 1002 +#define IDS_ERRLOADLIB 1003 +#define IDS_ERRGETPROCADDR 1004 +#define IDS_BADDATA 1005 +#define IDS_BADARC 1006 +#define IDS_ERROPENARC 1007 +#define IDS_UNKNOWN 1008 +#define IDS_VOLUMEERR 1009 +#define IDS_ERRREADARC 1010 +#define IDS_RARARCHIVES 1011 +#define IDS_BROWSEARCHIVETITLE 1012 +#define IDS_CRC 1013 +#define IDS_LIST 1014 +#define IDS_EXTRPROGTITLE 1015 +#define IDS_PREPAREDATA 1016 +#define IDS_EXTRACTFILES 1017 +#define IDS_EXTRACTING 1018 +#define IDS_UNABLEGETFIELPOS 1019 +#define IDS_UNABLEWRITE 1020 +#define IDS_UNABLESEEK 1021 +#define IDS_TOOLONGNAME 1022 +#define IDS_TOOLONGMASK 1023 +#define IDS_ENTERPWD 1024 +#define IDS_ALLFILES 1027 +#define IDS_ERROR 1028 +#define IDS_NOTFOUND 1029 +#define IDS_BADDLL 1030 +#define IDS_SELECTFIRST 1031 +#define IDS_SELECTFIRSTTITLE 1032 +#define IDS_PLUGIN_DESCRIPTION 1033 +#define IDS_ABOUT 1034 +#define IDS_FILENOTFOUND 1035 +#define IDS_BADPASSWORD 1036 + +#define IDS_LISTINFO_PAKEDSIZE 1040 +#define IDS_LISTINFO_PAKEDSIZE_DESC 1041 + +//*********************************************************************************** +// +// ikony +// + +#define IDI_LOCK 500 +///* X:\ALTAP\PETR\salamand\plugins\shared\statics.rh2 +//#define IDC_STATIC_1 (IDC_STATIC_1+0) // definovano v nadrazenem headru +#define IDC_STATIC_2 (IDC_STATIC_1+1) +#define IDC_STATIC_3 (IDC_STATIC_1+2) +#define IDC_STATIC_4 (IDC_STATIC_1+3) +#define IDC_STATIC_5 (IDC_STATIC_1+4) +#define IDC_STATIC_6 (IDC_STATIC_1+5) +#define IDC_STATIC_7 (IDC_STATIC_1+6) +#define IDC_STATIC_8 (IDC_STATIC_1+7) +#define IDC_STATIC_9 (IDC_STATIC_1+8) +#define IDC_STATIC_10 (IDC_STATIC_1+9) +#define IDC_STATIC_11 (IDC_STATIC_1+10) +#define IDC_STATIC_12 (IDC_STATIC_1+11) +#define IDC_STATIC_13 (IDC_STATIC_1+12) +#define IDC_STATIC_14 (IDC_STATIC_1+13) +#define IDC_STATIC_15 (IDC_STATIC_1+14) +#define IDC_STATIC_16 (IDC_STATIC_1+15) +#define IDC_STATIC_17 (IDC_STATIC_1+16) +#define IDC_STATIC_18 (IDC_STATIC_1+17) +#define IDC_STATIC_19 (IDC_STATIC_1+18) +#define IDC_STATIC_20 (IDC_STATIC_1+19) +#define IDC_STATIC_21 (IDC_STATIC_1+20) +#define IDC_STATIC_22 (IDC_STATIC_1+21) +#define IDC_STATIC_23 (IDC_STATIC_1+22) +#define IDC_STATIC_24 (IDC_STATIC_1+23) +#define IDC_STATIC_25 (IDC_STATIC_1+24) +#define IDC_STATIC_26 (IDC_STATIC_1+25) +#define IDC_STATIC_27 (IDC_STATIC_1+26) +#define IDC_STATIC_28 (IDC_STATIC_1+27) +#define IDC_STATIC_29 (IDC_STATIC_1+28) +#define IDC_STATIC_30 (IDC_STATIC_1+29) +#define IDC_STATIC_31 (IDC_STATIC_1+30) +#define IDC_STATIC_32 (IDC_STATIC_1+31) +#define IDC_STATIC_33 (IDC_STATIC_1+32) +#define IDC_STATIC_34 (IDC_STATIC_1+33) +#define IDC_STATIC_35 (IDC_STATIC_1+34) +#define IDC_STATIC_36 (IDC_STATIC_1+35) +#define IDC_STATIC_37 (IDC_STATIC_1+36) +#define IDC_STATIC_38 (IDC_STATIC_1+37) +#define IDC_STATIC_39 (IDC_STATIC_1+38) +#define IDC_STATIC_40 (IDC_STATIC_1+39) diff --git a/translations/symbols/plugins/wmobile/ignore.lst b/translations/symbols/plugins/wmobile/ignore.lst new file mode 100644 index 000000000..996a792a4 --- /dev/null +++ b/translations/symbols/plugins/wmobile/ignore.lst @@ -0,0 +1,5 @@ +Misaligned controls in dialog: 520: 532 x 9 + +Control is progress bar: 500: 503 +Control is progress bar: 510: 513 +Control is progress bar: 510: 503 diff --git a/translations/symbols/plugins/wmobile/symbols.inc b/translations/symbols/plugins/wmobile/symbols.inc new file mode 100644 index 000000000..a8829e479 --- /dev/null +++ b/translations/symbols/plugins/wmobile/symbols.inc @@ -0,0 +1,150 @@ +// Defines for Altap Translator +#define IDOK 1 +#define IDCANCEL 2 +#define IDABORT 3 +#define IDRETRY 4 +#define IDIGNORE 5 +#define IDYES 6 +#define IDNO 7 +#define IDCLOSE 8 +#define IDHELP 9 + +///* X:\ALTAP\PETR\salamand\plugins\wmobile\lang\lang.rh +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by lang.rc +// +#define IDD_PROGRESSDLG 500 +#define IDT_OPERATION 501 +#define IDT_FILENAME 502 +#define IDP_PROGRESSBAR 503 +#define IDD_PROGRESS2DLG 510 +#define IDT_OPERATION2 511 +#define IDT_FILENAME2 512 +#define IDP_PROGRESSBAR2 513 +#define IDD_ATTRIBUTES 520 +#define IDC_ARCHIVE 521 +#define IDC_HIDDEN 522 +#define IDC_READONLY 523 +#define IDC_SYSTEM 524 +#define IDC_ATTR_MODIFIED_DATE 526 +#define IDC_ATTR_MODIFIED_TIME 527 +#define IDC_ATTR_CREATED_DATE 528 +#define IDC_ATTR_CREATED_TIME 529 +#define IDC_ATTR_ACCESSED_DATE 530 +#define IDC_ATTR_ACCESSED_TIME 531 +#define IDC_ATTR_CURRENT 532 +#define IDC_RECURSESUBDIRS 533 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 8500 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 8700 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif +///* X:\ALTAP\PETR\salamand\plugins\wmobile\wmobile.rh2 +#pragma once + +#if defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) +#error this file is not editable by Microsoft Visual C++ +#endif //defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) + +#define IDC_STATIC_1 900 +#include "statics.rh2" // 900 az 939 jsou timto zabrane !!! + +#define IDI_FS 1002 + +#define IDS_PLUGINNAME 2000 +#define IDS_PLUGIN_DESCRIPTION 2001 +#define IDS_ABOUT 2002 + + +#define IDS_WMPLUGINTITLE 3000 +#define IDS_WMPLUGINTITLE_ERROR 3001 +#define IDS_WMPLUGINTITLE_QUESTION 3002 + +#define IDS_ERR_CONNECTION 3003 +#define IDS_CONNECTING 3004 +#define IDS_PATH_ERROR 3005 +#define IDS_YESNO_CANCEL 3006 +#define IDS_ERR_MEMORYLOW 3007 +#define IDS_ERR_PATHTOOLONG 3008 +#define IDS_ERR_CREATEDIR 3009 +#define IDS_YESNO_CREATEDIR 3010 +#define IDS_ERR_DIRNAMEISFILE 3011 +#define IDS_ERR_INVALIDDATEFORMAT 3012 +#define IDS_ERR_NAMETOOLONG 3013 +#define IDS_ERR_FILEINPATH 3014 +#define IDS_YESNO_CONNETCLOSEPLUGIN 3015 +#define IDS_SORRY_CREATEDIR1 3016 +#define IDS_SORRY_CREATEDIR2 3017 +#define IDS_SORRY_CREATEDIR3 3018 +#define IDS_ERR_INVALIDPATH 3019 +#define IDS_READ 3020 +#define IDS_READING 3021 +#define IDS_WAIT_READINGDIRTREE 3022 +#define IDS_DELETE 3023 +#define IDS_DELETING 3024 +#define IDS_YESNO_DELETENOEMPTYDIR 3025 +#define IDS_YESNO_DELETEHIDDENFILE 3026 +#define IDS_YESNO_DELETEHIDDENDIR 3027 +#define IDS_ERR_TARGETPATHNOEXISTS 3028 +#define IDS_ERR_COPYTOOTHERFS 3029 +#define IDS_ERR_COPYTOARCHIVES 3030 +#define IDS_COPY 3031 +#define IDS_COPYING 3032 +#define IDS_MOVE 3033 +#define IDS_MOVING 3034 +#define IDS_TO 3035 +#define IDS_ERR_COPYDIRTOITSELF 3036 +#define IDS_ERR_COPYFILETOITSELF 3037 +#define IDS_YESNO_OVERWRITEHIDDENFILE 3038 +#define IDS_ERR_MOVEDIRTOITSELF 3039 +#define IDS_ERR_MOVEFILETOITSELF 3040 +#define IDS_ATTRIBUTES 3041 +#define IDS_CHANGING 3042 +///* X:\ALTAP\PETR\salamand\plugins\shared\statics.rh2 +//#define IDC_STATIC_1 (IDC_STATIC_1+0) // definovano v nadrazenem headru +#define IDC_STATIC_2 (IDC_STATIC_1+1) +#define IDC_STATIC_3 (IDC_STATIC_1+2) +#define IDC_STATIC_4 (IDC_STATIC_1+3) +#define IDC_STATIC_5 (IDC_STATIC_1+4) +#define IDC_STATIC_6 (IDC_STATIC_1+5) +#define IDC_STATIC_7 (IDC_STATIC_1+6) +#define IDC_STATIC_8 (IDC_STATIC_1+7) +#define IDC_STATIC_9 (IDC_STATIC_1+8) +#define IDC_STATIC_10 (IDC_STATIC_1+9) +#define IDC_STATIC_11 (IDC_STATIC_1+10) +#define IDC_STATIC_12 (IDC_STATIC_1+11) +#define IDC_STATIC_13 (IDC_STATIC_1+12) +#define IDC_STATIC_14 (IDC_STATIC_1+13) +#define IDC_STATIC_15 (IDC_STATIC_1+14) +#define IDC_STATIC_16 (IDC_STATIC_1+15) +#define IDC_STATIC_17 (IDC_STATIC_1+16) +#define IDC_STATIC_18 (IDC_STATIC_1+17) +#define IDC_STATIC_19 (IDC_STATIC_1+18) +#define IDC_STATIC_20 (IDC_STATIC_1+19) +#define IDC_STATIC_21 (IDC_STATIC_1+20) +#define IDC_STATIC_22 (IDC_STATIC_1+21) +#define IDC_STATIC_23 (IDC_STATIC_1+22) +#define IDC_STATIC_24 (IDC_STATIC_1+23) +#define IDC_STATIC_25 (IDC_STATIC_1+24) +#define IDC_STATIC_26 (IDC_STATIC_1+25) +#define IDC_STATIC_27 (IDC_STATIC_1+26) +#define IDC_STATIC_28 (IDC_STATIC_1+27) +#define IDC_STATIC_29 (IDC_STATIC_1+28) +#define IDC_STATIC_30 (IDC_STATIC_1+29) +#define IDC_STATIC_31 (IDC_STATIC_1+30) +#define IDC_STATIC_32 (IDC_STATIC_1+31) +#define IDC_STATIC_33 (IDC_STATIC_1+32) +#define IDC_STATIC_34 (IDC_STATIC_1+33) +#define IDC_STATIC_35 (IDC_STATIC_1+34) +#define IDC_STATIC_36 (IDC_STATIC_1+35) +#define IDC_STATIC_37 (IDC_STATIC_1+36) +#define IDC_STATIC_38 (IDC_STATIC_1+37) +#define IDC_STATIC_39 (IDC_STATIC_1+38) +#define IDC_STATIC_40 (IDC_STATIC_1+39) diff --git a/translations/symbols/plugins/zip/check.lst b/translations/symbols/plugins/zip/check.lst new file mode 100644 index 000000000..451027507 --- /dev/null +++ b/translations/symbols/plugins/zip/check.lst @@ -0,0 +1,11 @@ +Multi-Text Control: 233: 239: 1186 1173 1205 +Multi-Text Control: 233: 257: 1187 1206 +Multi-Text Control: 233: 238: 1206 + +Multi-Text Control: 135: 136: 1062 1068 1168 +Multi-Text Control: 142: 136: 1068 + +Combo Box: 100: 111: 1252 1253 +Combo Box: 100: 103: 1046 +Combo Box: 190: 196: 1148 1149 1150 1191 +Combo Box: 190: 197: 1151 1152 1153 1154 1192 diff --git a/translations/symbols/plugins/zip/ignore.lst b/translations/symbols/plugins/zip/ignore.lst new file mode 100644 index 000000000..a6ccb2dd5 --- /dev/null +++ b/translations/symbols/plugins/zip/ignore.lst @@ -0,0 +1,57 @@ +Overlap in dialog: 233: 241 x 238 +Overlap in dialog: 233: 241 x 257 +Overlap in dialog: 233: 241 x 258 +Overlap in dialog: 233: 258 x 238 + +Too close to dialog frame: 180: 181 + +Misaligned controls in dialog: 170: 105 x 9 + +Different sized controls in dialog: 146: 3005 x 3008 +Different sized controls in dialog: 146: 3005 x 3009 + +Different spacing between controls: 100: 104 +Different spacing between controls: 190: 134 + +Not standard control size: 146: 159 +Not standard control size: 233: 241 + +Incorrectly placed label: 137: 3001 x 138 +Incorrectly placed label: 142: 3000 x 125 +Incorrectly placed label: 123: 121 x 120 +Incorrectly placed label: 152: 3001 x 138 + +Inconsistent control characters in string: 1210 +Inconsistent control characters in string: 1211 +Inconsistent control characters in string: 1212 +Inconsistent control characters in string: 1213 +Inconsistent control characters in string: 1214 +Inconsistent control characters in string: 1215 +Inconsistent control characters in string: 1216 +Inconsistent control characters in string: 1217 +Inconsistent control characters in string: 1218 +Inconsistent control characters in string: 1219 +Inconsistent control characters in string: 1220 +Inconsistent control characters in string: 1221 +Inconsistent control characters in string: 1222 +Inconsistent control characters in string: 1223 +Inconsistent control characters in string: 1224 +Inconsistent control characters in string: 1225 +Inconsistent control characters in string: 1226 +Inconsistent control characters in string: 1227 +Inconsistent control characters in string: 1228 +Inconsistent control characters in string: 1229 +Inconsistent control characters in string: 1230 +Inconsistent control characters in string: 1231 +Inconsistent control characters in string: 1232 +Inconsistent control characters in string: 1233 +Inconsistent control characters in string: 1234 +Inconsistent control characters in string: 1235 +Inconsistent control characters in string: 1236 +Inconsistent control characters in string: 1237 +Inconsistent control characters in string: 1238 +Inconsistent control characters in string: 1239 +Inconsistent control characters in string: 1240 +Inconsistent control characters in string: 1241 +Inconsistent control characters in string: 1242 +Inconsistent control characters in string: 1243 diff --git a/translations/symbols/plugins/zip/salmenu.mnu b/translations/symbols/plugins/zip/salmenu.mnu new file mode 100644 index 000000000..501d78c78 --- /dev/null +++ b/translations/symbols/plugins/zip/salmenu.mnu @@ -0,0 +1,7 @@ +PluginMenu= +{ +IDS_MENUCOMMENT +IDS_MENUCREATESFX +IDS_MENUTEST +} + diff --git a/translations/symbols/plugins/zip/symbols.inc b/translations/symbols/plugins/zip/symbols.inc new file mode 100644 index 000000000..a21bc1be0 --- /dev/null +++ b/translations/symbols/plugins/zip/symbols.inc @@ -0,0 +1,486 @@ +// Defines for Altap Translator +#define IDOK 1 +#define IDCANCEL 2 +#define IDABORT 3 +#define IDRETRY 4 +#define IDIGNORE 5 +#define IDYES 6 +#define IDNO 7 +#define IDCLOSE 8 +#define IDHELP 9 + +///* X:\ALTAP\PETR\salamand\plugins\zip\lang\lang.rh +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by lang.rc +// +#define IDC_MBOXTEXT 11 +#define IDD_EXPACKOPTIONS 100 +#define IDC_ARCHIVE 101 +#define IDC_MULTIVOL 102 +#define IDC_VOLSIZE 103 +#define IDC_SELFEXTR 104 +#define IDC_ADVANCED 105 +#define IDC_ENCRYPT 106 +#define IDC_PASSWORD1 107 +#define IDC_PASSWORD2 108 +#define IDC_CONFIG 109 +#define IDC_DONTSHOW 110 +#define IDC_UNITS 111 +#define IDD_CONFIG 112 +#define IDC_DEFAULT 113 +#define IDC_BACKUP 114 +#define IDC_NOEMPTYDIRS 115 +#define IDC_LEVEL 116 +#define IDC_SHOWEXOPTIONS 117 +#define IDC_SKIP 118 +#define IDC_WINZIPNAMES 118 +#define IDC_SKIPALL 119 +#define IDC_PASSWORD 120 +#define IDC_FILE 121 +#define IDC_ENC_ZIP20 121 +#define IDC_ENC_AES128 122 +#define IDD_PASSWORD 123 +#define IDC_CFG_LISTINFOPACKEDSIZE 123 +#define IDC_ENC_AES256 123 +#define IDC_LOCK 124 +#define IDC_SEQNAME 125 +#define IDC_WINZIP 126 +#define IDD_LOWFREESPACE 126 +#define IDC_IGNORE 127 +#define IDC_ALL 128 +#define IDC_RETRY 129 +#define IDC_PATH 130 +#define IDC_FREESPACE 131 +#define IDC_VOLUMESIZE 133 +#define IDC_TEXT 134 +#define IDD_CHANGEDISK 135 +#define IDC_CHDISKTEXT 136 +#define IDD_OVERWRITE 137 +#define IDC_YES 138 +#define IDC_FILEATTR 140 +#define IDD_CHANGEDISK2 141 +#define IDC_BROWSE 141 +#define IDD_CHANGEDISK3 142 +#define IDC_FILENAME 142 +#define IDC_PROCEEDALL 143 +#define IDC_AUTOEXPANDMV 145 +#define IDD_ADVANCEDSE 146 +#define IDC_EXECUTE 150 +#define IDD_OVERWRITE2 152 +#define IDC_NO_ 153 +#define IDC_OVEWRITE 154 +#define IDC_AUTO 155 +#define IDC_HIDEMAINDLG 157 +#define IDC_SUMDLG 158 +#define IDC_EXEICON 159 +#define IDC_CHANGEICON 160 +#define IDC_AUTODIR 161 +#define IDC_TITLE 161 +#define IDC_ALLOWUSER 162 +#define IDC_LANGUAGE 163 +#define IDC_BUTTONTEXT 165 +#define IDD_RENAMEFAVSET 166 +#define IDC_NAME 167 +#define IDD_CREATESFX 170 +#define IDC_NEWARCHIVE 171 +#define IDC_SOURCE 172 +#define IDC_TARGET 173 +#define IDC_SETFILETIME 174 +#define IDD_COMMENT 180 +#define IDC_COMMENT 181 +#define IDD_SFXTEXTS 190 +#define IDC_TEXTS 191 +#define IDC_WAITFOR 192 +#define IDC_TARGETDIR 193 +#define IDC_MBOXTITLE 194 +#define IDS_VENDOR 195 +#define IDC_MBOXBUTTONS 196 +#define IDC_MBOXICON 197 +#define IDC_RESET 198 +#define IDE_VENDOR 199 +#define IDC_SPECDIR 200 +#define IDS_WWW 201 +#define IDE_WWW 202 +#define IDD_MANFAVS 210 +#define IDC_FAVORITIES 211 +#define IDC_RENAME 212 +#define IDC_REMOVE 213 +#define IDC_REMOVEALL 214 +#define IDD_WAITFOR 220 +#define IDD_SFXLICENSE 230 +#define IDC_ACCEPT 231 +#define IDC_LICENSE 232 +#define IDD_ABOUT 233 +#define IDC_EMAIL1 234 +#define IDC_WWW 236 +#define IDC_ZIPPLUGIN 237 +#define IDC_REGISTEREDTO 238 +#define IDC_SFXLICENSE 239 +#define IDC_REGFILE 240 +#define IDC_FRAME 241 +#define IDD_CHANGELANG 250 +#define IDC_ASK 251 +#define IDC_REPLACE 252 +#define IDC_LEAVE 253 +#define IDC_COPYRIGHT 254 +#define IDC_SFXICON 255 +#define IDC_REQSADMIN 256 +#define IDC_REGISTEREDTO2 257 +#define IDC_HOWTOPURCHASE 258 +#define IDC_BUYNOW 259 +#define IDM_SFXMENU 400 +#define IDM_FAVMANMENU 800 +#define IDM_COMMENTMENU 850 +#define IDM_SPECDIR 860 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 8500 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 8700 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif +///* X:\ALTAP\PETR\salamand\plugins\zip\zip.rh2 +#pragma once + +#if defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) +#error this file is not editable by Microsoft Visual C++ +#endif //defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) + +#define IDC_STATIC_1 3000 +#include "statics.rh2" // 3000 az 3039 jsou timto zabrane !!! + +//ikony +#define IDI_SFXICON 500 +#define IDI_LOCK 501 +#define IDI_COMMENT 502 + +//bitmapy +#define IDB_ZIP 505 + +//data +#define ID_SFX_MANIFEST_REGULAR 550 +#define ID_SFX_MANIFEST_ADMIN 551 + +//commandy +#define CM_SFX_FAVORITE 420 +#define CM_SFX_MANAGE 411 +#define CM_SFX_LASTUSED 409 +#define CM_SFX_FAVORITIES 408 +#define CM_SFX_ADD 407 +#define CM_SFX_RESETTEXTS 406 +#define CM_SFX_RESETVALUES 405 +#define CM_SFX_RESETALL 404 +#define CM_SFX_PREVIEW 403 +#define CM_SFX_IMPORT 402 +#define CM_SFX_EXPORT 401 +#define CM_FAVREMOVEALL 803 +#define CM_FAVDELETE 802 +#define CM_FAVRENAME 801 +#define CM_SAVE 851 +#define CM_CLOSE 852 +#define CM_TEMP 861 +#define CM_PROGFILES 862 +#define CM_WINDIR 863 +#define CM_SYSDIR 864 +#define CM_ENVVAR 865 +#define CM_REGENTRY 866 +#define CM_OPENPURCHASEWEB 870 + +// virtualni IDcka - pouze pro vazbu s helpem +#define IDH_COMMENT 1000 +#define IDH_CREATESFX 1001 +#define IDH_TEST 1002 + +//texty +#define IDS_ERROPEN 1001 +#define IDS_ERRFORMAT 1002 +#define IDS_ERREOCENTRDIR 1003 +#define IDS_LOWMEM 1004 +#define IDS_ERRADDFILE 1005 +#define IDS_ERRADDDIR 1006 +#define IDS_PLUGINNAME 1007 +#define IDS_TOOBIG 1008 +#define IDS_ERRACCESS 1009 +#define IDS_ERRREAD 1010 +#define IDS_EOF 1011 +#define IDS_NODISPLAY 1012 +#define IDS_ERRCREATE 1013 +#define IDS_MULDISK 1014 +#define IDS_TOOLONGNAME 1015 +#define IDS_TOOLONGNAME2 1016 +#define IDS_PREPAREDATA 1017 +#define IDS_EXTRPROGTITLE 1018 +#define IDS_ERRTEMPDIR 1019 +#define IDS_EXTRACTING 1020 +#define IDS_TOOLONGNAME3 1021 +#define IDS_ERRADDDIR_TOOLONG 1022 +#define IDS_ERRCOMPDATA 1023 +#define IDS_BADMETHOD 1024 +#define IDS_ERRCRC 1025 +#define IDS_ERRWRITE 1026 +#define IDS_TOOLONGMASK 1027 +#define IDS_EXTRACTFILES 1028 +#define IDS_BADPACKLEVEL 1029 +#define IDS_BLOCKVANISHED 1030 +#define IDS_DELPROGTITLE 1031 +#define IDS_DELETEFILES 1032 +#define IDS_DELETING 1033 +#define IDS_CANCELING 1034 +#define IDS_ERRTEMP 1035 +#define IDS_USERBREAK 1037 +#define IDS_ADDFILES 1039 +#define IDS_ADDING 1040 +#define IDS_BACKUPING 1041 +#define IDS_SKIP 1042 +#define IDS_ERRACCESDIR 1043 +#define IDS_REMOVING 1044 +#define IDS_ERRRESTORE 1045 +#define IDS_AUTO 1046 +#define IDS_BADLEVEL 1047 +#define IDS_BADVOLSIZE 1049 +#define IDS_PWDDONTMATCH 1050 +#define IDS_PWDTOOSHORT 1051 +#define IDS_BADPWD 1052 +#define IDS_BADPWDTITLE 1053 +#define IDS_ADDPROGTITLE 1054 +#define IDS_PACKLEVELSTORE 1055 +#define IDS_ERRRECOVER 1056 +#define IDS_ECRYPTSTORED 1057 +#define IDS_ECRYPTSFX 1058 +#define IDS_ERRCREATEDIR 1059 +#define IDS_CANTMULTIVOL 1060 +#define IDS_FILEEXIST 1061 +#define IDS_CHDISKTEXT 1062 +#define IDS_BYTES 1063 +#define IDS_TOOLOWSPACE 1064 +#define IDS_LOWSPACE 1065 +#define IDS_LOWSPACE2 1066 +#define IDS_MULTISTORED 1067 +#define IDS_CHDISKTEXT2 1068 +#define IDS_ZIPARCHIVES 1069 +#define IDS_BROWSEARCHIVETITLE 1070 +#define IDS_ZIPARCHIVESEXTS 1071 +#define IDS_ERRMULTIVOL 1072 +#define IDS_MISSLHSIG 1073 +#define IDS_ERRGETDISKFREESP 1074 +#define IDS_MISSCHSIG 1075 +#define IDS_WRITINGEXE 1077 +#define IDS_TOOLONGZIPNAME 1078 +#define IDS_ERRGETMODULENAME 1079 +#define IDS_CREAETARCH 1081 +#define IDS_ADDTOARCHIVE 1082 +#define IDS_DEFSFXTITLE 1083 +#define IDS_ERRBADTITLE 1084 +#define IDS_ERRLAODSHELLDLL 1085 +#define IDS_ERRGETPROCADDRESS 1086 +#define IDS_ERRLOADICON 1088 +#define IDS_ERRLOADLIB 1089 +#define IDS_ERRLOADLIB2 1090 +#define IDS_ERRLOADSFXICON 1091 +#define IDS_EXPIRE 1094 +#define IDS_UNDERCOSTRUCT 1095 +#define IDS_NOSFXINSTALLED 1096 +#define IDS_UNABLEREADSFXDIR 1097 +#define IDS_UNABLEREADALLSFX 1098 +#define IDS_UNABLEREADSFX 1099 +#define IDS_UNABLEREADSFX2 1100 +#define IDS_CORRUPTSFX 1101 +#define IDS_CORRUPTSFX2 1102 +#define IDS_ERRLOADMENU 1103 +#define IDS_ERRLOADACCELS 1104 +#define IDS_NODEFSFX 1105 +#define IDS_ERRLOADCONFIG 1106 +#define IDS_EMPTY 1107 +#define IDS_RENAMEFAVSET 1108 +#define IDS_USEDNAME 1109 +#define IDS_NOLANGFILE 1110 +#define IDS_SETTINGSFILE 1111 +#define IDS_DEFEXTRBUTTON 1112 +#define IDS_EXPORTOVEWRITE 1113 +#define IDS_ERRGETTEMP 1114 +#define IDS_SFXABOUTBTN1 1115 +#define IDS_SFXABOUTBTN2 1116 +#define IDS_MENUCREATESFX 1117 +#define IDS_MENUTEST 1118 +#define IDS_MENUREPAIR 1119 +#define IDS_CONTINUE 1120 +#define IDS_NOARCHIVETYPED 1121 +#define IDS_NOEXETYPED 1122 +#define IDS_SFXPROGTITLE 1123 +#define IDS_COPYDATA 1124 +#define IDS_EMPTYARCHIVE 1125 +#define IDS_BADMETHODSFX 1126 +#define IDS_TESTPROGTITLE 1127 +#define IDS_TESTFILES 1128 +#define IDS_TESTING 1129 +#define IDS_TESTOK 1130 +#define IDS_TESTKO 1131 +#define IDS_MENUCOMMENT 1132 +#define IDS_COMMENTMODIFIED 1133 +#define IDS_COMMENTDLGTITLE 1134 +#define IDS_ERRREADCOMMENT 1135 +#define IDS_COMMENTMV 1136 +#define IDS_RECOVERARCHIVETITLE 1137 +#define IDS_SOURCEHEADING 1138 +#define IDS_TARGETHEADING 1139 +#define IDS_REPAIRPROGTITLE 1140 +#define IDS_SAVING 1141 +#define IDS_REPAIRING 1142 +#define IDS_ERROPENICO 1143 +#define IDS_BADBUTTONTEXT 1144 +#define IDS_READONLY 1036 +#define IDS_ERRADDICON 1087 +#define IDS_DEFAULTTEXT 1080 +#define IDS_ERROR 1048 +#define IDS_REMOVEFILES 1038 +#define IDS_ERRBADMBOXTITLE 1145 +#define IDS_BADTEMP 1147 +#define IDS_MISBAR 1146 +#define IDS_BADVAR 1155 +#define IDS_MBOK 1148 +#define IDS_MBOKCANCEL 1149 +#define IDS_MBYESNO 1150 +#define IDS_MBNOICON 1151 +#define IDS_MBEXCLAMATION 1152 +#define IDS_MBINFORMATION 1153 +#define IDS_MBQUESTION 1154 +#define IDS_BADKEY 1156 +#define IDS_MANAGE 1157 +#define IDS_REMOVEWARNTITLE 1158 +#define IDS_REMOVEWARN 1159 +#define IDS_REMOVEALLWARN 1160 +#define IDS_MISSINGVERSION 1161 +#define IDS_BADVERSION 1162 +#define IDS_BADTEMP2 1163 +#define IDS_MISBAR2 1164 +#define IDS_BADVAR2 1165 +#define IDS_BADKEY2 1166 +#define IDS_LICENSE 1167 +#define IDS_CHDISKTEXT3 1168 +#define IDS_NONTEXT 1169 +#define IDS_BADSFXVER 1170 +#define IDS_BADSFXVER2 1171 +#define IDS_BADLICENSEKEY 1172 +#define IDS_UNREGISTEREDSFX 1173 +#define IDS_REGISTEREDTO 1174 +#define IDS_REGISTRATION_EDUVERSION 1175 +#define IDS_BADLICENSEKEY_TITLE 1178 +#define IDS_EXPIRED 1179 +#define IDS_SALNOTREG 1180 +#define IDS_BADKEYUSE 1181 +#define IDS_UNLIMITED 1182 +#define IDS_KEYNOTFOUND 1183 +#define IDS_EXPIRATION 1184 +#define IDS_TOOBIG2 1185 +#define IDS_UNREGISTEREDBOXTEXT 1187 +#define IDS_LICENSEDTO 1186 +#define IDS_FILENOTFOUND 1188 +#define IDS_ALLFILES 1189 +#define IDS_NOTFOUND 1190 +#define IDS_MBAGREEDISAGREE 1191 +#define IDS_LONGMESSAGE 1192 +#define IDS_BADMSGBOXTYPE 1193 +#define IDS_LOTFILES 1194 +#define IDS_LOTFILESSFX 1195 +#define IDS_BADAES 1196 +#define IDS_PWDTOOLONG 1197 +#define IDS_AESERROR 1198 +#define IDS_MACERROR 1199 +#define IDS_ERRZIP64 1200 +#define IDS_ONLYFULLVERSION 1201 +#define IDS_PLUGIN_DESCRIPTION 1202 +#define IDS_EVALUEATETITLE 1203 +#define IDS_EVALUEATETEXT 1204 +#define IDS_SFXUNINSTALLED 1205 +#define IDS_UNINSTALLEDSFXBOXTEXT 1206 +#define IDS_SFXCOMPONENTNAME 1207 +#define IDS_ERRBZIP2 1208 +#define IDS_UNSUP_CD_ENCRYPTION 1209 +#define IDS_ERRADDFILE_TOOLONG 1177 +#define IDS_MODIFICATION_NOT_SUPPORTED 1254 + +#define IDS_SFX_COMMENT_HEAD1 1210 +#define IDS_SFX_COMMENT_HEAD2 1211 +#define IDS_SFX_COMMENT_HEAD3 1212 +#define IDS_SFX_COMMENT_HEAD4 1213 +#define IDS_SFX_COMMENT_VERSION 1214 +#define IDS_SFX_COMMENT_TARGDIR1 1215 +#define IDS_SFX_COMMENT_TARGDIR2 1216 +#define IDS_SFX_COMMENT_TARGDIR3 1217 +#define IDS_SFX_COMMENT_TARGDIR4 1218 +#define IDS_SFX_COMMENT_TARGDIR5 1219 +#define IDS_SFX_COMMENT_ALLOWCHANGE 1220 +#define IDS_SFX_COMMENT_REMOVE1 1221 +#define IDS_SFX_COMMENT_REMOVE2 1222 +#define IDS_SFX_COMMENT_AUTO 1223 +#define IDS_SFX_COMMENT_SUMMARY 1224 +#define IDS_SFX_COMMENT_HIDE 1225 +#define IDS_SFX_COMMENT_OVERWRITE 1226 +#define IDS_SFX_COMMENT_AUTODIR 1227 +#define IDS_SFX_COMMENT_COMMAND 1228 +#define IDS_SFX_COMMENT_PACKAGE 1229 +#define IDS_SFX_COMMENT_MBUT 1230 +#define IDS_SFX_COMMENT_MICO 1231 +#define IDS_SFX_COMMENT_MBOX 1232 +#define IDS_SFX_COMMENT_TEXT 1233 +#define IDS_SFX_COMMENT_TITLE 1234 +#define IDS_SFX_COMMENT_BUTTON 1235 +#define IDS_SFX_COMMENT_VENDOR 1236 +#define IDS_SFX_COMMENT_WWW 1237 +#define IDS_SFX_COMMENT_ICOFILE 1238 +#define IDS_SFX_COMMENT_ICOINDEX 1239 +#define IDS_SFX_COMMENT_WAITFOR1 1240 +#define IDS_SFX_COMMENT_WAITFOR2 1241 +#define IDS_SFX_COMMENT_WAITFOR3 1242 +#define IDS_SFX_COMMENT_REQUIRESADMIN 1243 + +#define IDS_LISTINFO_PAKEDSIZE 1250 +#define IDS_LISTINFO_PAKEDSIZE_DESC 1251 +#define IDS_SIZE_KB 1252 +#define IDS_SIZE_MB 1253 +///* X:\ALTAP\PETR\salamand\plugins\shared\statics.rh2 +//#define IDC_STATIC_1 (IDC_STATIC_1+0) // definovano v nadrazenem headru +#define IDC_STATIC_2 (IDC_STATIC_1+1) +#define IDC_STATIC_3 (IDC_STATIC_1+2) +#define IDC_STATIC_4 (IDC_STATIC_1+3) +#define IDC_STATIC_5 (IDC_STATIC_1+4) +#define IDC_STATIC_6 (IDC_STATIC_1+5) +#define IDC_STATIC_7 (IDC_STATIC_1+6) +#define IDC_STATIC_8 (IDC_STATIC_1+7) +#define IDC_STATIC_9 (IDC_STATIC_1+8) +#define IDC_STATIC_10 (IDC_STATIC_1+9) +#define IDC_STATIC_11 (IDC_STATIC_1+10) +#define IDC_STATIC_12 (IDC_STATIC_1+11) +#define IDC_STATIC_13 (IDC_STATIC_1+12) +#define IDC_STATIC_14 (IDC_STATIC_1+13) +#define IDC_STATIC_15 (IDC_STATIC_1+14) +#define IDC_STATIC_16 (IDC_STATIC_1+15) +#define IDC_STATIC_17 (IDC_STATIC_1+16) +#define IDC_STATIC_18 (IDC_STATIC_1+17) +#define IDC_STATIC_19 (IDC_STATIC_1+18) +#define IDC_STATIC_20 (IDC_STATIC_1+19) +#define IDC_STATIC_21 (IDC_STATIC_1+20) +#define IDC_STATIC_22 (IDC_STATIC_1+21) +#define IDC_STATIC_23 (IDC_STATIC_1+22) +#define IDC_STATIC_24 (IDC_STATIC_1+23) +#define IDC_STATIC_25 (IDC_STATIC_1+24) +#define IDC_STATIC_26 (IDC_STATIC_1+25) +#define IDC_STATIC_27 (IDC_STATIC_1+26) +#define IDC_STATIC_28 (IDC_STATIC_1+27) +#define IDC_STATIC_29 (IDC_STATIC_1+28) +#define IDC_STATIC_30 (IDC_STATIC_1+29) +#define IDC_STATIC_31 (IDC_STATIC_1+30) +#define IDC_STATIC_32 (IDC_STATIC_1+31) +#define IDC_STATIC_33 (IDC_STATIC_1+32) +#define IDC_STATIC_34 (IDC_STATIC_1+33) +#define IDC_STATIC_35 (IDC_STATIC_1+34) +#define IDC_STATIC_36 (IDC_STATIC_1+35) +#define IDC_STATIC_37 (IDC_STATIC_1+36) +#define IDC_STATIC_38 (IDC_STATIC_1+37) +#define IDC_STATIC_39 (IDC_STATIC_1+38) +#define IDC_STATIC_40 (IDC_STATIC_1+39) diff --git a/translations/symbols/salmenu.mnu b/translations/symbols/salmenu.mnu new file mode 100644 index 000000000..943acef0a --- /dev/null +++ b/translations/symbols/salmenu.mnu @@ -0,0 +1,736 @@ +MsgBoxButtons= +{ +IDS_ICONOVRLS_DISTHIS +IDS_ICONOVRLS_DISALL +} + +ProgressDialogMenu1= +{ +IDS_PROGDLGPAUSE +IDS_PROGDLGSETSPLIM +IDS_PROGDLGAUTOPAUSE +} + +ProgressDialogMenu2= +{ +IDS_PROGDLGRESUME +IDS_PROGDLGSETSPLIM +IDS_PROGDLGAUTOPAUSE +} + +FileErrorDlgMenu= +{ +Control: IDD_CANNOTOPENADS IDB_IGNORE +IDS_ERROPENADS_IGNOREALL +} + +EditNewFileDialogMenu= +{ +IDS_EDITNEWFILE_SAVEASDEFAULT +IDS_EDITNEWFILE_REVERTDEFAULT +} + +CopyMoveMoreDialogMenu= +{ +IDS_COPYMOVE_RESETHIDE +IDS_COPYMOVE_SAVEASDEF +IDS_COPYMOVE_RESETDEFS +} + +CfgPageViewerMenu= +{ +IDS_SETCOLOR_CUSTOM_FG +IDS_SETCOLOR_SYSTEM_FG +IDS_SETCOLOR_CUSTOM_BK +IDS_SETCOLOR_SYSTEM_BK +} + +CfgPageColorsMenu1= +{ +IDS_SETCOLOR_CUSTOM +IDS_SETCOLOR_SYSTEM +} + +CfgPageColorsMenu2= +{ +IDS_SETCOLOR_CUSTOM_FG +IDS_SETCOLOR_SYSTEM_FG +IDS_SETCOLOR_CUSTOM_BK +IDS_SETCOLOR_SYSTEM_BK +} + +CfgPageColorsMenu3= +{ +IDS_SETCOLOR_CUSTOM_FG +IDS_SETCOLOR_DEFAULT_FG +IDS_SETCOLOR_CUSTOM_BK +IDS_SETCOLOR_DEFAULT_BK +} + +PluginsDlgRemoveMenu= +{ +Control: IDD_PLUGINS IDB_PLUGINREMOVE +IDS_UNINSTALLUNREGCOMPONENTS +} + +CfgPageAppearanceMenu= +{ +IDS_USESTDSYSFONT +IDS_USECUSTOMFONT +} + +UserMenuArgsExecutes= +{ +IDS_EXECUTE_FULLPATHINACTIVE +IDS_EXECUTE_FULLPATHLEFT +IDS_EXECUTE_FULLPATHRIGHT +IDS_EXECUTE_COMPAREDFILELEFT +IDS_EXECUTE_COMPAREDFILERIGHT +IDS_EXECUTE_COMPAREDDIRLEFT +IDS_EXECUTE_COMPAREDDIRRIGHT +IDS_EXECUTE_COMPAREDLEFT +IDS_EXECUTE_COMPAREDRIGHT +IDS_EXECUTE_COMPAREDFILEACT +IDS_EXECUTE_COMPAREDFILEINACT +IDS_EXECUTE_COMPAREDDIRACT +IDS_EXECUTE_COMPAREDDIRINACT +IDS_EXECUTE_COMPAREDACT +IDS_EXECUTE_COMPAREDINACT +IDS_EXECUTE_LISTOFSELNAMES +IDS_EXECUTE_LISTOFSELFULLNAMES + +IDS_EXECUTE_FULLNAME +IDS_EXECUTE_DRIVE +IDS_EXECUTE_PATH +IDS_EXECUTE_NAME +IDS_EXECUTE_NAMEPART +IDS_EXECUTE_EXTPART +IDS_EXECUTE_FULLPATH +IDS_EXECUTE_WINDIR +IDS_EXECUTE_SYSDIR +IDS_EXECUTE_DOSFULLNAME +IDS_EXECUTE_DOSPATH +IDS_EXECUTE_DOSNAME +IDS_EXECUTE_DOSNAMEPART +IDS_EXECUTE_DOSEXTPART +IDS_EXECUTE_DOSFULLPATH +IDS_EXECUTE_DOSWINDIR +IDS_EXECUTE_DOSSYSDIR +IDS_EXECUTE_ENV +IDS_EXECUTE_ADVANCEDMENU +} + +HotPathItems= +{ +IDS_EXECUTE_BROWSE +IDS_EXECUTE_WINDIR +IDS_EXECUTE_SYSDIR +IDS_EXECUTE_SALDIR +IDS_EXECUTE_ENV +} + +CommandExecutes= +{ +IDS_EXECUTE_BROWSE +IDS_EXECUTE_WINDIR +IDS_EXECUTE_SYSDIR +IDS_EXECUTE_SALDIR +IDS_EXECUTE_ENV +} + +ArgumentsExecutes= +{ +IDS_EXECUTE_FULLNAME +IDS_EXECUTE_DRIVE +IDS_EXECUTE_PATH +IDS_EXECUTE_NAME +IDS_EXECUTE_NAMEPART +IDS_EXECUTE_EXTPART +IDS_EXECUTE_FULLPATH +IDS_EXECUTE_WINDIR +IDS_EXECUTE_SYSDIR +IDS_EXECUTE_DOSFULLNAME +IDS_EXECUTE_DOSPATH +IDS_EXECUTE_DOSNAME +IDS_EXECUTE_DOSNAMEPART +IDS_EXECUTE_DOSEXTPART +IDS_EXECUTE_DOSFULLPATH +IDS_EXECUTE_DOSWINDIR +IDS_EXECUTE_DOSSYSDIR +IDS_EXECUTE_ENV +} + +InitDirExecutes= +{ +IDS_EXECUTE_FULLPATH +IDS_EXECUTE_WINDIR +IDS_EXECUTE_SYSDIR +IDS_EXECUTE_SALDIR +IDS_EXECUTE_DRIVE +IDS_EXECUTE_PATH +IDS_EXECUTE_ENV +} + +InfoLineContentItems= +{ +IDS_FILEDATA_FILENAME +IDS_FILEDATA_FILESIZE +IDS_FILEDATA_FILEDATE +IDS_FILEDATA_FILETIME +IDS_FILEDATA_FILEATTR +IDS_FILEDATA_FILEDOSNAME +} + +MakeFileListItems= +{ +IDS_FILEDATA_FILENAME +IDS_FILEDATA_FILENAMEPART +IDS_FILEDATA_FILEEXTENSION +IDS_FILEDATA_FILESIZE +IDS_FILEDATA_FILEDATE +IDS_FILEDATA_FILETIME +IDS_FILEDATA_FILEATTR +IDS_FILEDATA_FILEDOSNAME +IDS_EXECUTE_DRIVE +IDS_EXECUTE_PATH +IDS_EXECUTE_DOSPATH +IDS_FILEDATA_LF +IDS_FILEDATA_CR +IDS_FILEDATA_CRLF +IDS_FILEDATA_TAB +IDS_EXECUTE_ENV +} + +RegularExpressionItems= +{ +IDS_REGEXP_ANYCHAR +IDS_REGEXP_SETOFCHAR +IDS_REGEXP_NOTSETOFCHAR +IDS_REGEXP_RANGEOFCHAR +IDS_REGEXP_BEGINOFLINE +IDS_REGEXP_ENDOFLINE +IDS_REGEXP_OR +IDS_REGEXP_0ORMORE +IDS_REGEXP_1ORMORE +IDS_REGEXP_0OR1 +IDS_REGEXP_PARENTHESIS_L_CHAR +IDS_REGEXP_PARENTHESIS_R_CHAR +IDS_REGEXP_DOT_CHAR +IDS_REGEXP_PLUS_CHAR +IDS_REGEXP_ASTERISK_CHAR +IDS_REGEXP_ALPHANUMERIC_CHAR +IDS_REGEXP_ALPHABETIC_CHAR +IDS_REGEXP_DECIMAL_DIGIT +IDS_REGEXP_DECIMAL_NUMBER +IDS_REGEXP_HEXADECIMAL_NUMBER +IDS_REGEXP_REAL_NUMBER +IDS_REGEXP_ALPHABETIC_STRING +IDS_REGEXP_IDENTIFIER +IDS_REGEXP_QUOTED_STRING +IDS_REGEXP_HELP +} + +MsgBoxButtons= +{ +IDS_MSGBOXBTN_SKIP +IDS_MSGBOXBTN_SKIPALL +IDS_MSGBOXBTN_FOCUS +} + +MsgBoxButtons= +{ +IDS_MSGBOXBTN_SKIP +IDS_MSGBOXBTN_SKIPALL +IDS_MSGBOXBTN_FOCUS +} + +MsgBoxButtons= +{ +IDS_MSGBOXBTN_SKIP +IDS_MSGBOXBTN_SKIPALL +} + +MsgBoxButtons= +{ +IDS_MSGBOXBTN_SKIP +IDS_MSGBOXBTN_SKIPALL +} + +MsgBoxButtons= +{ +IDS_MSGBOXBTN_SKIP +IDS_MSGBOXBTN_SKIPALL +} + +MsgBoxButtons= +{ +IDS_MSGBOXBTN_SKIP +IDS_MSGBOXBTN_SKIPALL +} + +StopFilterMenu= +{ +IDS_HIDDEN_ATTRIBUTE +IDS_HIDDEN_FILTER +IDS_HIDDEN_HIDECMD +} + +SortByMenu= +{ +IDS_COLUMN_MENU_NAME +IDS_COLUMN_MENU_EXT +IDS_COLUMN_MENU_TIME +IDS_COLUMN_MENU_SIZE +IDS_COLUMN_MENU_ATTR +IDS_MENU_LEFT_SORTOPTIONS +} + +FindLookInBrowseMenu= +{ +IDS_FF_BROWSE +IDS_FF_LOCALDRIVES +IDS_FF_ALLDRIVES +} + +HyperLinkMenu= +{ +IDS_COPYTOCLIPBOARD +} + +ToolbarsCtxMenu= +{ +IDS_TOPTOOLBAR +IDS_PLUGINSBAR +IDS_UMTOOLBAR +IDS_HPTOOLBAR +IDS_DRIVEBAR +IDS_DRIVEBAR2 +IDS_MIDDLETOOLBAR +IDS_COMMANDLINE +IDS_BOTTOMTOOLBAR +IDS_GRIPSINTOOLBAR +IDS_SHOWLABELS +IDS_CUSTOMIZE +} + +DirLineHeaderLineMenu= +{ +IDS_HDR_ELASTIC +IDS_HDR_SMARTMODE +IDS_MENU_LEFT_VIEW +IDS_DIRECTORYLINE +IDS_HEADERLINE +IDS_INFORMATIONLINE +IDS_CUSTOMIZEPANEL +} + +DirLinePathMenu= +{ +IDS_CHANGEDIRECTORY +IDS_SETHOTPATH +IDS_COPYTOCLIPBOARD +IDS_DIRECTORYLINE +IDS_HEADERLINE +IDS_INFORMATIONLINE +IDS_CUSTOMIZEPANEL +} + +InfoLineMenu= +{ +IDS_COPYTOCLIPBOARD +IDS_DIRECTORYLINE +IDS_HEADERLINE +IDS_INFORMATIONLINE +IDS_CUSTOMIZEPANEL +} + +MsgBoxButtons= +{ +IDS_CORRUPTEDCONFIGREMOVEBTN +IDS_SELLANGEXITBUTTON +} + +AddToSystemMenu= +{ +IDS_ALWAYSONTOP +} + +TaskBarIconMenu= +{ +IDS_CONTEXTMENU_EXIT +} + +MsgBoxButtons= +{ +IDS_MSGBOXBTN_FILES +IDS_MSGBOXBTN_DIRS +} + +MainMenuTemplate= +{ +IDS_MENU_LEFT_GO_BACK +IDS_MENU_LEFT_GO_FORWARD +IDS_MENU_LEFT_GO_UPDIR +IDS_MENU_LEFT_GO_ROOT +IDS_MENU_LEFT_GO_OTHER + +IDS_MENU_LEFT_VSB_DIRLINE +IDS_MENU_LEFT_VSB_HDRLINE +IDS_MENU_LEFT_VSB_INFOLINE + +IDS_MENU_LEFT_CHANGEDRIVE +IDS_MENU_LEFT_GO +IDS_BRIEF_VIEW +IDS_DETAILED_VIEW +IDS_ICONS_VIEW +IDS_THUMBNAILS_VIEW +IDS_TILES_VIEW +IDS_TYPES_VIEW +IDS_MENU_LEFT_SORTBY +IDS_MENU_LEFT_VSB +IDS_MENU_LEFT_VIEW +IDS_MENU_LEFT_ZOOM +IDS_MENU_LEFT_SWAPPANELS +IDS_MENU_LEFT_FILTER +IDS_MENU_LEFT_REFRESH + +IDS_MENU_FILES_COMPRESS +IDS_MENU_FILES_UNCOMPRESS +IDS_MENU_FILES_ENCRYPT +IDS_MENU_FILES_DECRYPT + +IDS_MENU_FILES_RENAME +IDS_MENU_FILES_VIEW +IDS_MENU_FILES_ALTVIEW +IDS_MENU_FILES_VIEWWITH +IDS_MENU_FILES_EDIT +IDS_MENU_FILES_EDITWITH +IDS_MENU_FILES_EDITNEW +IDS_MENU_FILES_COPY +IDS_MENU_FILES_MOVE +IDS_MENU_FILES_EMAIL +IDS_MENU_FILES_DELETE +IDS_MENU_FILES_PROPERTIES +IDS_MENU_FILES_SECURITY +IDS_MENU_FILES_CHANGEATTR +IDS_MENU_FILES_NTFS +IDS_MENU_FILES_CHANGECASE +IDS_MENU_FILES_CONVERT +IDS_MENU_FILES_PACK +IDS_MENU_FILES_UNPACK +IDS_MENU_FILES_NEW +IDS_MENU_FILES_EXIT + +IDS_MENU_EDIT_STORESEL +IDS_MENU_EDIT_RESTORESEL +IDS_MENU_EDIT_BY_SELEXT +IDS_MENU_EDIT_BY_UNSELEXT +IDS_MENU_EDIT_BY_SELNAME +IDS_MENU_EDIT_BY_UNSELNAME +IDS_MENU_EDIT_HIDE_SEL +IDS_MENU_EDIT_HIDE_UNSEL +IDS_MENU_EDIT_SHOW_ALL +IDS_MENU_EDIT_PREVSEL +IDS_MENU_EDIT_NEXTSEL + +IDS_MENU_EDIT_CUT +IDS_MENU_EDIT_COPY +IDS_MENU_EDIT_PASTE +IDS_MENU_EDIT_PASTELINKS +IDS_MENU_EDIT_COPYFULLNAME +IDS_MENU_EDIT_COPYNAME +IDS_MENU_EDIT_COPYFULLPATH +IDS_MENU_EDIT_COPYUNCNAME +IDS_MENU_EDIT_SELECT +IDS_MENU_EDIT_UNSELECT +IDS_MENU_EDIT_INVERTSEL +IDS_MENU_EDIT_SELECTALL +IDS_MENU_EDIT_UNSELECTALL +IDS_MENU_EDIT_RESELECT +IDS_MENU_EDIT_ADVANCED + +IDS_MENU_CMD_FLD_ACTUAL +IDS_MENU_CMD_FLD_DESKTOP +IDS_MENU_CMD_FLD_MYCOMP +IDS_MENU_CMD_FLD_CTRLPANEL +IDS_MENU_CMD_FLD_NET +IDS_MENU_CMD_FLD_BIN +IDS_MENU_CMD_FLD_FONTS +IDS_MENU_CMD_FLD_PRINTERS +IDS_MENU_CMD_FLD_RECENT +IDS_MENU_CMD_FLD_PERSONAL +IDS_MENU_CMD_FLD_TEMPLATES +IDS_MENU_CMD_FLD_SENDTO +IDS_MENU_CMD_FLD_DESKTOPDIR +IDS_MENU_CMD_FLD_STARTMENU +IDS_MENU_CMD_FLD_PROGRAMS +IDS_MENU_CMD_FLD_STARTUP + +IDS_MENU_CMD_CREATEDIR +IDS_MENU_CMD_CHANGEDIR +IDS_MENU_CMD_COMPAREDIR +IDS_MENU_CMD_OCCUPIED +IDS_MENU_CMD_CALCDIRSIZES +IDS_MENU_CMD_DRIVEINFO +IDS_MENU_CMD_FINDFILE +IDS_MENU_CMD_FILELIST +IDS_MENU_CMD_FOCUSLNK +IDS_MENU_CMD_FILEHISTORY +IDS_MENU_CMD_DIRHISTORY +IDS_MENU_CMD_CONNECTNET +IDS_MENU_CMD_DISCONNECTNET +IDS_MENU_CMD_SHARES +IDS_MENU_CMD_SHELL +IDS_MENU_CMD_REFRESHASSOC +IDS_MENU_CMD_USERMENU +IDS_MENU_CMD_FLD + +IDS_MENU_PLG_PLUGINS +IDS_MENU_PLG_LASTCMD + +IDS_MENU_OPT_VSB_TOP +IDS_MENU_OPT_VSB_PLG +IDS_MENU_OPT_VSB_UM +IDS_MENU_OPT_VSB_HP +IDS_MENU_OPT_VSB_DB +IDS_MENU_OPT_VSB_DB2 +IDS_MENU_OPT_VSB_MID +IDS_MENU_OPT_VSB_EDIT +IDS_MENU_OPT_VSB_BOTTOM +IDS_MENU_OPT_VSB_GRIPS +IDS_MENU_OPT_VSB_UMLABELS + +IDS_MENU_OPT_CST_TOP +IDS_MENU_OPT_CST_PLG +IDS_MENU_OPT_CST_UM +IDS_MENU_OPT_CST_HP +IDS_MENU_OPT_CST_LEFT +IDS_MENU_OPT_CST_RIGHT +IDS_MENU_OPT_CST_MID + +IDS_MENU_OPT_CONFIGURATION +IDS_MENU_OPT_PLUGINS_CFG +IDS_MENU_OPT_SKILLLEVEL +IDS_MENU_OPT_ARCHAUTOCFG +IDS_MENU_OPT_VSB +IDS_MENU_OPT_CST +IDS_ALWAYSONTOP +IDS_MENU_OPT_SAVECONFIG +IDS_MENU_OPT_EXPORTCONFIG +IDS_MENU_OPT_IMPORTCONFIG + +IDS_MENU_LEFT_GO_BACK +IDS_MENU_LEFT_GO_FORWARD +IDS_MENU_LEFT_GO_UPDIR +IDS_MENU_LEFT_GO_ROOT +IDS_MENU_LEFT_GO_OTHER + +IDS_MENU_LEFT_VSB_DIRLINE +IDS_MENU_LEFT_VSB_HDRLINE +IDS_MENU_LEFT_VSB_INFOLINE + +IDS_MENU_RIGHT_CHANGEDRIVE +IDS_MENU_LEFT_GO +IDS_BRIEF_VIEW +IDS_DETAILED_VIEW +IDS_ICONS_VIEW +IDS_THUMBNAILS_VIEW +IDS_TILES_VIEW +IDS_TYPES_VIEW +IDS_MENU_LEFT_SORTBY +IDS_MENU_LEFT_VSB +IDS_MENU_LEFT_VIEW +IDS_MENU_LEFT_ZOOM +IDS_MENU_LEFT_SWAPPANELS +IDS_MENU_LEFT_FILTER +IDS_MENU_LEFT_REFRESH + +IDS_MENU_HELP_CONTENTS +IDS_MENU_HELP_INDEX +IDS_MENU_HELP_SEARCH +IDS_MENU_HELP_KEYBOARD +IDS_MENU_HELP_CONTEXT +IDS_MENU_HELP_FORUM +IDS_MENU_HELP_TASKLIST +IDS_MENU_HELP_IMPORTKEYS +IDS_MENU_HELP_ABOUTPLUGINS +IDS_MENU_HELP_ABOUT + +IDS_MENU_LEFT +IDS_MENU_FILES +IDS_MENU_EDIT +IDS_MENU_CMD +IDS_MENU_PLG +IDS_MENU_OPT +IDS_MENU_RIGHT +IDS_MENU_HELP +} + +FindMenuTemplate= +{ +IDS_FFMENU_FILES_OPEN +IDS_FFMENU_FILES_OPENSEL +IDS_FFMENU_FILES_FOCUS +IDS_FFMENU_FILES_HIDE +IDS_FFMENU_FILES_HIDE_DUP +IDS_FFMENU_FILES_VIEW +IDS_FFMENU_FILES_VIEWWITH +IDS_FFMENU_FILES_ALT_VIEW +IDS_FFMENU_FILES_EDIT +IDS_FFMENU_FILES_EDITWITH +IDS_FFMENU_FILES_DELETE +IDS_FFMENU_FILES_USERMENU +IDS_FFMENU_FILES_PROP +IDS_FFMENU_FILES_CLOSE + +IDS_FFMENU_FIND_NOW +IDS_FFMENU_FIND_INTERSECT +IDS_FFMENU_FIND_SUBTRACT +IDS_FFMENU_FIND_APPEND +IDS_FFMENU_FIND_DUPLICATES +IDS_FFMENU_OPT_ERRORS + +IDS_FFMENU_EDIT_CUT +IDS_FFMENU_EDIT_COPY +IDS_FFMENU_EDIT_COPYFULLNAME +IDS_FFMENU_EDIT_COPYNAME +IDS_FFMENU_EDIT_COPYFULLPATH +IDS_FFMENU_EDIT_COPYUNCNAME +IDS_FFMENU_EDIT_SELALL +IDS_FFMENU_EDIT_INVERTSEL + +IDS_FFMENU_VIEW_NAME +IDS_FFMENU_VIEW_PATH +IDS_FFMENU_VIEW_TIME +IDS_FFMENU_VIEW_SIZE + +IDS_FFMENU_OPT_SHOWERRORS +IDS_FFMENU_OPT_FULLROWSEL +IDS_FFMENU_OPT_IGNORE +IDS_FFMENU_OPT_ADD +IDS_FFMENU_OPT_MANAGE + +IDS_MENU_HELP_CONTENTS +IDS_MENU_HELP_INDEX +IDS_MENU_HELP_SEARCH + +Dialog: IDD_FIND +IDS_FFMENU_FILES +IDS_FFMENU_FILES_FIND +IDS_FFMENU_EDIT +IDS_FFMENU_VIEW +IDS_FFMENU_OPTIONS +IDS_FFMENU_HELP +} + +ArchiveMenuTemplate= +{ +IDS_ARCHIVEMENU_OPEN +IDS_ARCHIVEMENU_VIEW +IDS_ARCHIVEMENU_VIEWWITH +IDS_ARCHIVEMENU_ALT_VIEW +IDS_ARCHIVEMENU_EDIT +IDS_ARCHIVEMENU_EDITWITH +IDS_ARCHIVEMENU_COPY +IDS_ARCHIVEMENU_DELETE +IDS_ARCHIVEMENU_CLIPCOPY +} + +ArchivePanelMenuTemplate= +{ +IDS_ARCHIVEMENU_CLIPPASTE +} + +CmdCustomPackers= +{ +IDS_PACK_EXE_JAR32 +IDS_PACK_EXE_JAR16 +IDS_PACK_EXE_RAR32 +IDS_PACK_EXE_RAR16 +IDS_PACK_EXE_ARJ32 +IDS_PACK_EXE_ARJ16 +IDS_PACK_EXE_ACE32 +IDS_PACK_EXE_ACE16 +IDS_PACK_EXE_LHA16 +IDS_PACK_EXE_UC216 +IDS_PACK_EXE_ZIP32 +IDS_PACK_EXE_ZIP16 +IDS_PACK_EXE_UZP16 +IDS_PACK_EXE_BROWSE +} + +ArgsCustomPackers= +{ +IDS_PACK_ARC_NAME +IDS_PACK_ARC_FILE +IDS_PACK_ARC_PATH +IDS_PACK_LST_NAME +IDS_PACK_ARC_DOSNAME +IDS_PACK_ARC_DOSFILE +IDS_PACK_LST_DOSNAME +} + +MsgBoxButtons= +{ +IDS_UNINSTELEV_CONTBTN +} + +MsgBoxButtons= +{ +IDS_MSGBOXBTN_SKIP +IDS_MSGBOXBTN_SKIPALL +IDS_MSGBOXBTN_FOCUS +} + +MsgBoxButtons= +{ +IDS_STARTWITHOUTMISSINGPLUGINS +IDS_SELLANGEXITBUTTON +} + +MsgBoxButtons= +{ +IDS_SELLANGEXITBUTTON +} + +MsgBoxButtons= +{ +IDS_BUTTON_IGNORE +} + +CopyMoveBrowseMenu= +{ +IDS_PATHMENU_BROWSE +IDS_PATHMENU_LEFT +IDS_PATHMENU_RIGHT +} + +MouseDropMenu1= +{ +IDS_DROPMOVE +IDS_DROPCOPY +IDS_DROPLINK +IDS_DROPCANCEL +} + +MouseDropMenu2= +{ +IDS_DROPUNKNOWN +IDS_DROPCANCEL +} + +PanelBkgndMenu= +{ +IDS_MENU_EDIT_PASTE +IDS_PASTE_CHANGE_DIRECTORY +IDS_MENU_EDIT_PASTELINKS +} + +ViewerCodingMenu= +{ +IDS_VIEWERAUTOCODING +IDS_VIEWERSETDEFAULTCODING +IDS_VIEWERNEXTCODING +IDS_VIEWERPREVIOUSCODING +} + diff --git a/translations/symbols/symbols.inc b/translations/symbols/symbols.inc new file mode 100644 index 000000000..0163195cf --- /dev/null +++ b/translations/symbols/symbols.inc @@ -0,0 +1,4254 @@ +// Defines for Altap Translator +#define IDOK 1 +#define IDCANCEL 2 +#define IDABORT 3 +#define IDRETRY 4 +#define IDIGNORE 5 +#define IDYES 6 +#define IDNO 7 +#define IDCLOSE 8 +#define IDHELP 9 + +///* X:\ALTAP\PETR\salamand\lang\lang.rh +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by lang.rc +// +#define IDD_SELECTMASK 100 +#define IDE_FILEMASK 101 +#define IDC_FILEMASK_HINT 102 +#define IDD_DESELECTMASK 104 +#define IDD_CMPDIR_PROGRESS 148 +#define IDD_CMPDIR_PROGRESS2 149 +#define IDD_PROGRESSDLG 150 +#define IDS_OPERATION 151 +#define IDS_SOURCE 152 +#define IDS_PREPOSITION 153 +#define IDS_TARGET 154 +#define IDF_OPERATION 155 +#define IDF_SUMMARY 156 +#define IDB_MINIMIZE 157 +#define IDB_PAUSERESUME 158 +#define IDT_STATUS 159 +#define IDD_CANNOTOPEN 170 +#define IDS_FILENAME 171 +#define IDS_ERROR 172 +#define IDB_SKIP 173 +#define IDB_SKIPALL 174 +#define IDD_OVERWRITE 180 +#define IDS_SOURCENAME 181 +#define IDS_SOURCEATTR 182 +#define IDS_TARGETNAME 183 +#define IDS_TARGETATTR 184 +#define IDB_ALL 185 +#define IDD_SYSTEMORHIDDEN 190 +#define IDD_COMPAREDIRS 191 +#define IDC_COMPARE_BYTIME 192 +#define IDC_COMPARE_BYCONTENT 193 +#define IDC_COMPARE_BYATTR 194 +#define IDC_COMPARE_SUBDIRS 195 +#define IDC_COMPARE_SUBDIRS_ATTR 196 +#define IDC_COMPARE_BYSIZE 197 +#define IDC_COMPARE_SUBDIRS_ATTR_DESCR 198 +#define IDD_CANNOTMOVE 200 +#define IDD_COPYMOVEDIALOG_CB_BTSML 204 +#define IDD_COPYMOVEMOREDIALOG 205 +#define IDD_COPYMOVEDIALOG 206 +#define IDD_COPYMOVEDIALOG_CB 207 +#define IDD_COPYMOVEDIALOG_CB_BT 208 +#define IDS_SUBJECT 209 +#define IDE_PATH 210 +#define IDC_DIRECTORY 211 +#define IDC_MORE 212 +#define IDC_CM_NEWER 213 +#define IDC_CM_SECURITY 214 +#define IDC_CM_EMPTY 215 +#define IDC_CM_NAMED_MASK 216 +#define IDC_CM_NAMED 217 +#define IDC_CM_ADVANCED 218 +#define IDC_CM_ADVANCED_INFO 219 +#define IDC_CM_SPACER 220 +#define IDC_CM_SEPARATOR 221 +#define IDC_CM_STARTONIDLE 222 +#define IDC_CM_COPYATTRS 223 +#define IDC_CM_DIRTIME 224 +#define IDC_CM_SPEEDLIMIT 225 +#define IDE_CM_SPEEDLIMIT 226 +#define IDC_CM_SPEEDLIMITUNITS 227 +#define IDC_CM_IGNADS 228 +#define IDD_CREATEDIRERR 230 +#define IDC_COMPARE_ONE_PANEL_DIRS 231 +#define IDC_COMPARE_MORE_OPTIONS 232 +#define IDC_COMPARE_MORE_OPTIONS_SEP 233 +#define IDC_COMPARE_IGNORE_FILES 234 +#define IDE_COMPARE_IGNORE_FILES 235 +#define IDC_COMPARE_IGNORE_DIRS 236 +#define IDE_COMPARE_IGNORE_DIRS 237 +#define IDC_COMPARE_BUTTONS_SEP 238 +#define IDD_RENAMEDIR 240 +#define IDD_ATTRIBUTES 241 +#define IDC_ARCHIVE 242 +#define IDC_HIDDEN 243 +#define IDC_READONLY 244 +#define IDC_SYSTEM 245 +#define IDC_COMPRESSED 246 +#define IDC_CHANGEDATETIME 247 +#define IDC_RECURSESUBDIRS 248 +#define IDC_ATTR_MODIFIED_TIME 249 +#define IDC_ATTR_MODIFIED_DATE 250 +#define IDC_ATTR_CREATED_TIME 251 +#define IDC_ATTR_CREATED_DATE 252 +#define IDC_ATTR_ACCESSED_TIME 253 +#define IDC_ATTR_ACCESSED_DATE 254 +#define IDC_ATTR_CURRENT 255 +#define IDC_ENCRYPTED 256 +#define IDC_EST_CLUSTER 259 +#define IDD_SIZERESULTS 260 +#define IDS_SIZE 261 +#define IDS_COMPSIZE 262 +#define IDS_COMPRATIO 263 +#define IDS_OCCUPIED 264 +#define IDS_FILESCOUNT 265 +#define IDS_DIRSCOUNT 266 +#define IDS_DISKUTILIZATION 267 +#define IDC_EST_SIZE 268 +#define IDC_EST_UTIL 269 +#define IDD_ABOUT 270 +#define IDS_ABOUT_SALAMANDER 271 +#define IDC_ABOUT_WWW 272 +#define IDS_ABOUT_L 275 +#define IDS_ABOUT_LBK 276 +#define IDS_ABOUT_L1 277 +#define IDS_ABOUT_L2 278 +#define IDS_ABOUT_L3 279 +#define IDS_ABOUT_L4 280 +#define IDC_ABOUT_KEY 281 +#define IDC_ABOUT_KEY_LABEL 283 +#define IDC_ABOUT_CODE_LABEL 284 +#define IDC_ABOUT_CODE 285 +#define IDC_ABOUT_BOTTOM 286 +#define IDC_ABOUT_SPACER 287 +#define IDS_ABOUT_L5 288 +#define IDD_EVALREMINDERUPGRADE 294 +#define IDD_EVALREMINDER 295 +#define IDC_EVALREMINDER_BUY 296 +#define IDC_EVALREMINDER_CAPTION 297 +#define IDD_CFGPAGE_GENERAL 300 +#define IDC_AUTOSAVE 301 +#define IDC_INCLUDEDIRS 302 +#define IDC_MINBEEPWHENDONE 303 +#define IDC_CLEARREADONLY 304 +#define IDC_QUICKSEARCH_ALT 305 +#define IDC_CLICKTORENAME 306 +#define IDC_SELECTIONBOX 309 +#define IDC_DISABLEDANDD 310 +#define IDC_SPACESELECTING 311 +#define IDC_TIMERESOLUTION 312 +#define IDE_TIMERESOLUTION 313 +#define IDE_DRAGDROPDELAY 314 +#define IDE_PRIMARYCTXMENU 315 +#define IDC_IGNOREDSTSHIFTS 316 +#define IDD_CFGPAGE_VIEWS 320 +#define IDC_VIEWLIST_HEADER 321 +#define IDC_VIEW_LIST 322 +#define IDC_VIEWLIST_HEADER2 323 +#define IDC_VIEW_LIST2 324 +#define IDC_VIEW_LEFT_FIXED 325 +#define IDC_VIEW_RIGHT_FIXED 326 +#define IDC_VIEW_LEFT_WIDTH 327 +#define IDC_VIEW_RIGHT_WIDTH 328 +#define IDC_VIEW_TEXT2 329 +#define IDC_VIEW_TEXT1 330 +#define IDC_VIEW_TEXT3 331 +#define IDC_VIEW_TEXT4 332 +#define IDC_VIEW_TEXT5 333 +#define IDC_VIEW_TEXT6 334 +#define IDC_VIEW_TEXT7 335 +#define IDC_VIEW_LEFT_SMARTMODE 336 +#define IDC_VIEW_RIGHT_SMARTMODE 337 +#define IDD_CFGPAGE_USERMENU 350 +#define IDL_MENUITEMS 351 +#define IDE_COMMAND 352 +#define IDC_THROUGHSHELL 353 +#define IDC_CLOSESHELL 354 +#define IDC_OUTPUTWND 355 +#define IDB_BROWSEINITDIR 356 +#define IDE_INITDIR 357 +#define IDB_BROWSEARGUMENTS 358 +#define IDE_ARGUMENTS 359 +#define IDB_BROWSECOMMAND 360 +#define IDS_USHEADER 361 +#define IDB_BROWSE 362 +#define IDC_UM_TOOLBAR 363 +#define IDC_UM_SEPARATOR 364 +#define IDB_UM_CHANGEICON 365 +#define IDC_UM_SUBMENU 366 +#define IDD_CFGPAGE_HOTPATH 370 +#define IDC_HOTPATH_LIST 371 +#define IDC_HOTPATH_BROWSE 372 +#define IDC_HOTPATH_PATH 373 +#define IDC_HOTPATH_AUTOCONFIG 374 +#define IDC_HOTPATH_HEADER 375 +#define IDD_CFGPAGE_REGIONAL 385 +#define IDC_SORTUSESLOCALE 386 +#define IDB_LANGUAGE 387 +#define IDE_LANGUAGE 388 +#define IDB_CONVERSION 389 +#define IDC_SORTDETECTNUMBERS 390 +#define IDC_SORTNEWERONTOP 391 +#define IDC_SORTDIRSBYEXT 392 +#define IDC_NAMEMANGLE 393 +#define IDC_SIZEFORMAT 394 +#define IDC_SORTDIRSBYNAME 395 +#define IDD_CHANGECASE 400 +#define IDC_WHOLENAME 401 +#define IDC_ONLYNAME 402 +#define IDC_ONLYEXT 403 +#define IDD_OVERWRITE2 404 +#define IDD_CHANGEFILTER 405 +#define IDC_DONTUSEFILTER 406 +#define IDC_USEFILTER 407 +#define IDC_INVERSEFILTER 408 +#define IDE_FILTER 409 +#define IDD_CFGPAGE_COLORS 410 +#define IDC_C_SCHEME 411 +#define IDC_C_ITEM 412 +#define IDC_C_ITEM1_L 413 +#define IDC_C_ITEM2_L 414 +#define IDC_C_ITEM3_L 415 +#define IDC_C_ITEM4_L 416 +#define IDC_C_ITEM5_L 417 +#define IDC_C_ITEM1_C 418 +#define IDC_C_ITEM2_C 419 +#define IDC_C_ITEM3_C 420 +#define IDC_C_ITEM4_C 421 +#define IDC_C_ITEM5_C 422 +#define IDC_C_ARCHIVE 427 +#define IDC_C_READONLY 428 +#define IDC_C_HIDDEN 429 +#define IDC_C_SYSTEM 430 +#define IDC_C_COMPRESSED 431 +#define IDC_C_DIRECTORY 432 +#define IDC_C_LIST_HEADER 433 +#define IDC_C_LIST 434 +#define IDC_C_ENCRYPTED 435 +#define IDC_C_MASK1_L 440 +#define IDC_C_MASK2_L 441 +#define IDC_C_MASK3_L 442 +#define IDC_C_MASK4_L 443 +#define IDC_C_MASK5_L 444 +#define IDC_C_MASK1_C 445 +#define IDC_C_MASK2_C 446 +#define IDC_C_MASK3_C 447 +#define IDC_C_MASK4_C 448 +#define IDC_C_MASK5_C 449 +#define IDD_ENTERPASSWD 450 +#define IDS_NETPATH 451 +#define IDE_NETPASSWD 452 +#define IDE_NETUSER 453 +#define IDD_CHANGEDIR 455 +#define IDC_SENDDIRECTTOPLG 456 +#define IDC_CHANGEDIR_HINT 457 +#define IDD_CFGPAGE_CONFIRMATIONS 460 +#define IDC_CNFRM_TREE 461 +#define IDD_CFGPAGE_DRIVES 476 +#define IDC_DRVSPEC_FLOPPYMON 477 +#define IDC_DRVSPEC_FLOPPYSIMPLE 478 +#define IDC_DRVSPEC_REMOVABLEMON 479 +#define IDC_DRVSPEC_REMOVABLESIMPLE 480 +#define IDC_DRVSPEC_FIXEDMON 481 +#define IDC_DRVSPEC_FIXEDSIMPLE 482 +#define IDC_DRVSPEC_REMOTEMON 483 +#define IDC_DRVSPEC_REMOTESIMPLE 484 +#define IDC_DRVSPEC_CDROMMON 485 +#define IDC_DRVSPEC_CDROMSIMPLE 486 +#define IDC_DRVSPEC_REMOTEACT 487 +#define IDE_DRVSPEC_ONERRGOTO 488 +#define IDD_ZIPUNPACKPROG 490 +#define IDC_ZIPSUMMARY 496 +#define IDD_ZIPUNPACKPROG2 497 +#define IDC_ZIPSUMMARY2 498 +#define IDT_PROGTITLE 499 +#define IDD_PACK 510 +#define IDC_PACKER 511 +#define IDC_MOVEFILES 512 +#define IDD_UNPACK 520 +#define IDE_MASK 521 +#define IDD_ZIPSIZERESULTS 530 +#define IDD_CFGPAGE_SYSTEM 535 +#define IDR_CONTEXTMENU 536 +#define IDR_SELECTFILES 537 +#define IDR_RECYCLE1 538 +#define IDR_RECYCLE2 539 +#define IDR_RECYCLE3 540 +#define IDE_RECYCLEMASKS 541 +#define IDC_CAPITALIZE 542 +#define IDC_LOWERCASE 543 +#define IDC_UPPERCASE 544 +#define IDC_PARTMIXEDCASE 548 +#define IDD_DRIVEINFO 550 +#define IDT_DRIVETYPE 551 +#define IDE_VOLNAME 552 +#define IDT_VOLSERNUM 553 +#define IDT_CAPACITY 554 +#define IDT_USEDSPACE 555 +#define IDT_FREESPACE 556 +#define IDT_BPS 557 +#define IDT_SPC 558 +#define IDT_NOC 560 +#define IDT_FILESYSTEMNAME 561 +#define IDT_LONGNAMES 562 +#define IDT_FILESYSTEMFLAGS 563 +#define IDI_DI_DRIVE 564 +#define IDB_FREESPACE 565 +#define IDB_USEDSPACE 566 +#define IDB_GRAPH 567 +#define IDT_CAPACITY_SHORT 568 +#define IDT_FREESPACE_SHORT 569 +#define IDT_USEDSPACE_SHORT 570 +#define IDT_MOUNTPOINT 571 +#define IDT_GUIDPATH 572 +#define IDT_BPC 573 +#define IDD_CFGPAGE_VIEWEDIT 575 +#define IDD_CFGPAGE_VIEWERS 580 +#define IDL_FILEMASKS 584 +#define IDS_MASKSHDR 585 +#define IDC_VIEW_TYPE 586 +#define IDD_CFGPAGE_EDITORS 590 +#define IDD_CFGPAGE_APPEARANCE 595 +#define IDC_NOTHIDDENSYSTEM 596 +#define IDC_USESALOPEN 597 +#define IDC_FULLROWHIGHLIGHT 601 +#define IDC_CHD_SHOWMYDOC 602 +#define IDC_QUICKRENAME_SELALL 603 +#define IDC_ONLYONEINSTANCE 604 +#define IDC_FULLROWSELECT 605 +#define IDC_INFOLINECONTENT 606 +#define IDC_INFOLINEBROWSE 607 +#define IDC_SINGLECLICK 608 +#define IDC_CHD_SHOWANOTHER 610 +#define IDB_PANELFONT 611 +#define IDE_PANELFONT 612 +#define IDC_ICONTINCTURE 613 +#define IDC_PANELCAPTION 614 +#define IDC_SHIFTFORHOTPATHS 615 +#define IDC_PANELZOOM 616 +#define IDC_CHD_SHOWNET 619 +#define IDC_THUMBNAILSIZE 620 +#define IDC_THUMBNAILSIZE_UPDOWN 621 +#define IDC_NETWAREFASTDIRMOVE 622 +#define IDC_EDITNEW_SELALL 623 +#define IDC_ASYNCCOPYALG 624 +#define IDC_RELOADENVVARS 625 +#define IDD_CFGPAGE_VIEWER 630 +#define IDC_COPYFINDTEXT 631 +#define IDC_NULLEOL 632 +#define IDC_CRLFEOL 633 +#define IDC_CREOL 634 +#define IDC_LFEOL 635 +#define IDC_TABSIZE 636 +#define IDC_SAVEONCLOSE 637 +#define IDC_SETBYMAINWINDOW 638 +#define IDB_VIEWERFONT 639 +#define IDE_VIEWERFONT 640 +#define IDC_IV_NORMAL_TEXT 641 +#define IDC_IV_SELECTED_TEXT 642 +#define IDC_VIEW_INTEXT 643 +#define IDC_VIEW_INHEX 644 +#define IDD_CHANGEICON 660 +#define IDE_CHI_FILENAME 661 +#define IDL_CHI_LIST 662 +#define IDL_CHI_BROWSE 663 +#define IDD_TASKLIST 670 +#define IDC_SALAMLIST 671 +#define IDB_BREAKTASK 672 +#define IDB_KILLTASK 673 +#define IDB_SHOWTASK 674 +#define IDB_REFRESHLIST 675 +#define IDD_ERROR2 680 +#define IDD_ERROR3 681 +#define IDD_QUESTION2 682 +#define IDD_QUESTION3 683 +#define IDC_CHD_SHOWCLOUDSTORAGE 684 +#define IDD_AUTOCONF 1010 +#define IDS_ACCOLUMN1 1011 +#define IDS_ACCOLUMN2 1012 +#define IDS_ACCOLUMN3 1013 +#define IDS_ACCOLUMN4 1014 +#define IDS_ACBUTTON_STOP 1015 +#define IDS_ACBUTTON_RESCAN 1016 +#define IDC_ACLIST 1017 +#define IDC_ACMODCUSTOM 1018 +#define IDC_ACSTATUS 1019 +#define IDB_ACDRIVES 1020 +#define IDB_ACSTOP 1021 +#define IDD_ACDRIVES 1022 +#define IDC_ACDRVLIST 1023 +#define IDS_ACDRVHDR 1024 +#define IDS_ACSTATUSDONE 1025 +#define IDD_SLGSELECTORPLUG 1027 +#define IDB_REFRESHLANGS 1028 +#define IDB_GETMORELANGS 1029 +#define IDD_SLGSELECTOR 1030 +#define IDC_SLG_LIST 1031 +#define IDC_SLG_AUTHOR 1032 +#define IDC_SLG_DESCR 1034 +#define IDC_SLG_PATH 1035 +#define IDC_SLG_COMMENT 1036 +#define IDC_SLG_WEB 1037 +#define IDC_SLG_HELPDIR 1038 +#define IDC_USESAMESLGINOTHERPLUGINS 1039 +#define IDD_CONVERSION_TABLES 1040 +#define IDC_CT_LIST 1041 +#define IDC_CT_CODEPAGE 1042 +#define IDD_SHARES 1045 +#define IDC_SHARES_LIST 1046 +#define IDC_SHARES_STOP 1047 +#define IDC_SHARES_REFRESH 1048 +#define IDD_COMPATIBILITY_MODE 1050 +#define IDD_ENTER_MASTERPWD 1055 +#define IDC_MPR_PASSWORD 1056 +#define IDD_DISCONNECT 1060 +#define IDC_DISCONNECT_LIST 1061 +#define IDD_CFGPAGE_SECURITY 1065 +#define IDC_SEC_ENABLE_MASTERPWD 1066 +#define IDC_SEC_CHANGE_MASTERPWD 1067 +#define IDD_DIROVERWRITE 1070 +#define IDD_CHANGE_MASTERPWD 1073 +#define IDC_CHMP_CURRENTPWD 1074 +#define IDC_CHMP_NEWPWD 1075 +#define IDC_CHMP_RETYPEPWD 1076 +#define IDC_CHMP_WARNING 1077 +#define IDD_CANNOTOPENADS 1080 +#define IDD_REMOVE_MASTERPWD 1082 +#define IDC_RMP_CURRENTPWD 1083 +#define IDD_CFGPAGE_CHANGEDRIVE 1085 +#define IDL_CHD_DRIVES 1086 +#define IDL_CHD_SEPARATORS 1087 +#define IDS_CHD_HOTPATHS 1088 +#define IDS_CHD_PLUGINS 1089 +#define IDS_CHDHOTPATHS_HINT 1090 +#define IDS_CHDPLUGINS_HINT 1091 +#define IDD_CFGPAGE_PANELS 1105 +#define IDD_CFGPAGE_KEYBOARD 1110 +#define IDC_KEYBOARD_SHORTCUTS 1111 +#define IDD_CANNOTSETATTRSINFO 1120 +#define IDS_NEEDEDATTRS 1121 +#define IDS_CURRENTATTRS 1122 +#define IDD_CANNOTCOPYPERMISSIONS 1130 +#define IDD_CANNOTCOPYDIRTIME 1135 +#define IDD_BETAEXPIRED 1140 +#define IDC_BETAEXPIREDDATE 1141 +#define IDC_BETAEXPIREDURL 1142 +#define IDD_CFGPAGE_PACKERS 2300 +#define IDC_P1_MVARG_BROWSE 2301 +#define IDC_P1_MVARG 2302 +#define IDC_P1_MVCMD_BROWSE 2303 +#define IDC_P1_MVCMD 2304 +#define IDC_P1_MOVE 2305 +#define IDC_P1_CPARG_BROWSE 2306 +#define IDC_P1_CPARG 2307 +#define IDC_P1_CPCMD_BROWSE 2308 +#define IDC_P1_CPCMD 2309 +#define IDC_P1_LONG 2310 +#define IDC_P1_TYPE 2311 +#define IDC_P1_EXT 2312 +#define IDC_P1_LIST 2314 +#define IDC_P1_NAME 2315 +#define IDC_P1_ANSI 2316 +#define IDD_CFGPAGE_UNPACKERS 2320 +#define IDC_P2_EXARG 2321 +#define IDC_P2_EXARG_BROWSE 2322 +#define IDC_P2_EXCMD_BROWSE 2323 +#define IDC_P2_EXCMD 2324 +#define IDC_P2_LONG 2325 +#define IDC_P2_TYPE 2326 +#define IDC_P2_EXT 2327 +#define IDC_P2_LIST 2328 +#define IDC_P2_NAME 2329 +#define IDC_P2_ANSI 2330 +#define IDD_CFGPAGE_ARCHIVERSLOCATIONS 2340 +#define IDC_P3_LIST 2342 +#define IDC_P3_NAME 2343 +#define IDC_P3_VIEW 2344 +#define IDC_P3_EDIT 2345 +#define IDC_P3_VIEW_BROWSE 2346 +#define IDC_P3_EDIT_BROWSE 2347 +#define IDD_CFGPAGE_ASSOCIATIONS 2350 +#define IDC_P4_EDIT 2352 +#define IDC_P4_VIEW 2353 +#define IDC_P4_LIST 2354 +#define IDC_P4_NAME 2355 +#define IDD_FILELIST 2380 +#define IDC_FL_LINEBROWSE 2381 +#define IDC_FL_LINE 2382 +#define IDC_FL_FNBROWSE 2383 +#define IDC_FL_FILENAME 2384 +#define IDC_FL_APPEND 2386 +#define IDC_FL_LINE_HINT 2387 +#define IDC_FL_CLIPBOARD 2388 +#define IDC_FL_VIEWER 2389 +#define IDC_FL_FILE 2390 +#define IDD_SALEVAL 2440 +#define IDI_SALEVAL_ICON 2441 +#define IDS_SALEVAL_SALAMANDER 2442 +#define IDS_SALEVAL_FIRM 2443 +#define IDC_SALEVAL_EMAIL 2444 +#define IDC_SALEVAL_WWW 2445 +#define IDC_SALEVAL_REGISTER 2446 +#define IDC_SALEVAL_IMPORT 2447 +#define IDC_SALEVAL_DAY 2448 +#define IDC_SALEVAL_PROGESS 2449 +#define IDB_SALEVAL_EXIT 2450 +#define IDC_SALEVAL_USAGE 2451 +#define IDC_READLICAGREEMENT 2452 +#define IDD_IMPORTCONFIG 2460 +#define IDC_IMPORTCONFIG 2461 +#define IDC_IMPORTKEYS 2462 +#define IDC_REMOVECONFIG 2463 +#define IDD_CHANGECODING 2490 +#define IDC_CHC_CHANGECODING 2491 +#define IDC_CHC_CODING 2492 +#define IDC_CHC_EOFNONE 2493 +#define IDC_CHC_EOFCRLF 2494 +#define IDC_CHC_EOFLF 2495 +#define IDC_CHC_EOFCR 2496 +#define IDD_FIND 2500 +#define IDC_FIND_LOOKIN 2501 +#define IDC_FIND_LOOKIN_BROWSE 2502 +#define IDC_FIND_INCLUDE_SUBDIR 2503 +#define IDC_FIND_CONTAINING 2504 +#define IDC_FIND_NAMED 2505 +#define IDC_FIND_ADVANCED 2506 +#define IDC_FIND_ADVANCED_TEXT 2507 +#define IDC_FIND_GREP 2508 +#define IDC_FIND_FINDNOW 2509 +#define IDC_FIND_RESULTS 2510 +#define IDC_FIND_SPACER 2511 +#define IDC_FIND_FOUND_FILES 2512 +#define IDC_FIND_REGULAR 2513 +#define IDC_FIND_WHOLE 2514 +#define IDC_FIND_CASE 2515 +#define IDC_FIND_HEX 2516 +#define IDC_FIND_STATUS 2517 +#define IDC_FIND_LINE1 2518 +#define IDC_FIND_LINE2 2519 +#define IDC_FIND_CONTAINING_TEXT 2520 +#define IDC_FIND_STOP 2521 +#define IDC_FIND_INCLUDE_ARCHIVES 2522 +#define IDC_FIND_REGEXP_BROWSE 2523 +#define IDD_FINDIGNORE 2530 +#define IDC_FFI_NAMES 2531 +#define IDC_FFI_NAMESLABEL 2532 +#define IDC_FFI_RESET 2533 +#define IDD_FINDSETTINGS 2540 +#define IDC_FFS_ADD 2541 +#define IDC_FFS_ADVANCED 2542 +#define IDC_FFS_CONTAINING 2543 +#define IDC_FFS_LOOKIN 2544 +#define IDC_FFS_NAMED 2545 +#define IDC_FFS_NAMES 2546 +#define IDC_FFS_NAMESLABEL 2547 +#define IDC_FFS_SUBDIRS 2548 +#define IDC_FFS_AUTOLOAD 2549 +#define IDD_FINDADVANCED 2560 +#define IDC_FFA_ATTRARCHIVE 2561 +#define IDC_FFA_ATTRREADONLY 2562 +#define IDC_FFA_ATTRHIDDEN 2563 +#define IDC_FFA_ATTRSYSTEM 2564 +#define IDC_FFA_ATTRCOMPRESSED 2565 +#define IDC_FFA_ATTRDIRECTORY 2566 +#define IDC_FFA_SIZEMIN 2567 +#define IDC_FFA_SIZEMIN_VALUE 2568 +#define IDC_FFA_SIZEMIN_UPDOWN 2569 +#define IDC_FFA_SIZEMIN_UNITS 2570 +#define IDC_FFA_SIZEMAX 2571 +#define IDC_FFA_SIZEMAX_VALUE 2572 +#define IDC_FFA_SIZEMAX_UPDOWN 2573 +#define IDC_FFA_SIZEMAX_UNITS 2574 +#define IDC_FFA_TIMEIGNORE 2575 +#define IDC_FFA_TIMEDURING 2576 +#define IDC_FFA_TIMEFROMTO 2577 +#define IDC_FFA_TIMEDURING_VALUE 2578 +#define IDC_FFA_TIMEDURING_UPDOWN 2579 +#define IDC_FFA_TIMEDURING_UNITS 2580 +#define IDC_FFA_FROM_DATE 2581 +#define IDC_FFA_FROM_TIME 2582 +#define IDC_FFA_TO_DATE 2583 +#define IDC_FFA_TO_TIME 2584 +#define IDC_FFA_DEFAULTVALS 2585 +#define IDC_FFA_ATTRENCRYPTED 2586 +#define IDD_PLUGINS 2600 +#define IDL_PLUGINS 2601 +#define IDB_PLUGINADD 2602 +#define IDB_PLUGINREMOVE 2603 +#define IDB_PLUGINTEST 2604 +#define IDB_PLUGINUNLOAD 2605 +#define IDB_PLUGINCONFIG 2606 +#define IDB_PLUGINABOUT 2607 +#define IDB_PLUGINFOCUS 2608 +#define IDC_PLUGINDESCRIPTION 2610 +#define IDC_PLUGINCOPYRIGHT 2611 +#define IDC_PLUGINEXTENSIONS 2612 +#define IDC_PLUGINFUNCTIONS 2613 +#define IDC_PLUGINFSNAME 2615 +#define IDB_PLUGINTESTALL 2616 +#define IDC_PLUGINTHUMBNAILS 2617 +#define IDC_PLUGINWWW 2618 +#define IDC_PLUGINHEADER 2619 +#define IDC_PLUGINSHOWINBAR 2620 +#define IDC_PLUGINSHOWINCHDRV 2621 +#define IDB_PLUGINKEYS 2622 +#define IDB_PLUGINUNINSTUNREGCOM 2623 +#define IDD_IMPORTKEYS 2630 +#define IDE_KEYSCONTENT 2631 +#define IDI_KES_ICON 2632 +#define IDD_SKILLLEVEL 2635 +#define IDC_SL_BEGINNER 2636 +#define IDC_SL_INTERMEDIATE 2637 +#define IDC_SL_ADVANCED 2638 +#define IDD_CFGPAGE_HISTORY 2645 +#define IDC_HISTORY_SAVEHISTORY 2646 +#define IDC_HISTORY_ENABLECMDLINE 2647 +#define IDC_HISTORY_SAVECMDLINE 2648 +#define IDC_HISTORY_CLEARHISTORY 2649 +#define IDC_HISTORY_WORKDIRS 2650 +#define IDD_LOADSELECTION 2660 +#define IDC_LOADSEL_COPY 2661 +#define IDC_LOADSEL_OR 2662 +#define IDC_LOADSEL_DIFF 2663 +#define IDC_LOADSEL_AND 2664 +#define IDC_LOADSEL_MEMORY 2665 +#define IDC_LOADSEL_CLIPBOARD 2666 +#define IDD_SAVESELECTION 2670 +#define IDC_SAVESEL_MEMORY 2671 +#define IDC_SAVESEL_CLIPBOARD 2672 +#define IDD_CFGPAGE_MAINWINDOW 2680 +#define IDC_SPLASHSCREEN 2681 +#define IDC_STATUSAREA 2682 +#define IDC_TITLEBAR_PATH 2683 +#define IDC_TITLEBAR_MODE 2684 +#define IDC_TITLEBAR_PREFIX 2685 +#define IDC_TITLEBAR_PREFIX_TEXT 2686 +#define IDC_TITLEBAR_ICON 2687 +#define IDC_TITLEBAR_ICON_INDEX 2688 +#define IDD_UNINSTALLUNREGCOMP 2695 +#define IDL_COMPSTOUNINSTALL 2696 +#define IDE_FILESTOUNINSTALL 2697 +#define IDB_WHOLELICAGREEMENT 2698 +#define IDB_BUYADDLICNOW 2699 +#define IDD_CFGPAGE_ARCHIVERS 2700 +#define IDC_ARCH_SIMPLEICONS 2701 +#define IDC_ARCH_ANOTHERPANELP 2702 +#define IDC_ARCH_ANOTHERPANELU 2703 +#define IDC_ARCH_ARCHIVENAME 2704 +#define IDC_TOD_TIP 2721 +#define IDC_TOD_SHOW 2722 +#define IDC_TOD_NEXT 2723 +#define IDD_ARCHIVEUPDATE 2730 +#define IDT_ARCHIVENAME 2731 +#define IDL_UPDATEDFILES 2732 +#define IDB_COPYSELTO 2733 +#define IDB_IGNORESEL 2734 +#define IDD_CUSTOMIZETOOLBAR 2740 +#define IDL_CTB_AVAILABLE_ITEMS 2741 +#define IDL_CTB_CURRENT_ITEMS 2742 +#define IDB_CTB_ADD 2743 +#define IDB_CTB_REMOVE 2744 +#define IDB_CTB_RESET 2745 +#define IDB_CTB_UP 2746 +#define IDB_CTB_DOWN 2747 +#define IDD_FIND_DUPLICATE 2750 +#define IDC_FD_SAME_NAME 2751 +#define IDC_FD_SAME_SIZE 2752 +#define IDC_FD_SAME_CONTENT 2753 +#define IDD_FIND_LOG 2755 +#define IDC_FINDLOG_LIST 2756 +#define IDC_FINDLOG_FOCUS 2757 +#define IDC_FINDLOG_IGNORE 2758 +#define IDD_EXITINGALTAPSAL 2760 +#define IDT_RUNNINGOPERS 2761 +#define IDB_CANCELALLOPERS 2762 +#define IDB_FOCUSNEXTOPER 2763 +#define IDD_CONFIRMADSLOSS 2770 +#define IDT_FILEORDIR 2771 +#define IDE_ALTSTREAMS 2772 +#define IDD_CANNOTGETADSINFO 2775 +#define IDB_IGNORE 2776 +#define IDB_IGNOREALL 2777 +#define IDD_DRIVESELECTERR 2780 +#define IDT_ERRTEXT 2781 +#define IDI_EXCLAMATIONICON 2782 +#define IDD_CONFIRMENCRYPTLOSS 2785 +#define IDD_PLUGINKEYS 2790 +#define IDL_COMMANDS 2791 +#define IDC_PLUGINKEY 2792 +#define IDC_ASSIGN 2793 +#define IDC_REMOVE 2794 +#define IDC_RESET 2795 +#define IDC_CONFLICT_WARNING 2796 +#define IDD_USERMENUCOMPAREARGS 2800 +#define IDT_UMC_NAME1 2801 +#define IDT_UMC_NAME2 2802 +#define IDE_UMC_NAME1 2803 +#define IDE_UMC_NAME2 2804 +#define IDB_UMC_BROWSENAME1 2805 +#define IDB_UMC_BROWSENAME2 2806 +#define IDC_UMC_SHOWTHISDLG 2807 +#define IDT_UMC_HOWTOREVERT 2808 +#define IDD_PLUGINISNOTREG 2815 +#define IDI_PLNOTREG_ICON 2816 +#define IDT_PLNOTREG_VERNAME 2817 +#define IDT_PLNOTREG_COPYRIGHT 2818 +#define IDT_PLNOTREG_HOMEPAGE 2819 +#define IDT_PLNOTREG_TEXT 2820 +#define IDB_PLNOTREG_REGISTER 2821 +#define IDB_PLNOTREG_BLOCK 2822 +#define IDD_SETSPEEDLIM 2830 +#define IDC_SETSPLIMDONTUSE 2831 +#define IDC_SETSPLIMUSE 2832 +#define IDE_SETSPLIMNUMBER 2833 +#define IDC_SETSPLIMUNITS 2834 +#define IDD_CFGPAGE_ICONOVRLS 2960 +#define IDC_ICONOVRLS_ENABLE 2961 +#define IDC_ICONOVRLS_LIST 2962 +#define IDC_ICONOVRLS_HEADER 2963 +#define IDD_FINDSET 6110 +#define IDC_SFORWARD 6120 +#define IDC_SBACKWARD 6121 +#define IDC_WHOLEWORDS 6122 +#define IDC_CASESENSITIVE 6123 +#define IDC_VIEWREGEXP 6124 +#define IDC_FINDTEXT 6125 +#define IDT_FINDTEXT 6126 +#define IDC_FINDHEX 6127 +#define IDC_REGEXP_BROWSE 6128 +#define IDD_SALMON_MAIN 6130 +#define IDC_SALMON_INTRO 6131 +#define IDC_SALMON_PRIVACY 6132 +#define IDC_SALMON_VIEW 6133 +#define IDC_SALMON_DESCRIPTION 6134 +#define IDC_SALMON_ACTION_LABEL 6135 +#define IDC_SALMON_ACTION 6136 +#define IDC_SALMON_EMAIL_LABEL 6137 +#define IDC_SALMON_EMAIL 6138 +#define IDC_SALMON_RESTART 6139 +#define IDC_SALMON_UPLOADING 6140 +#define IDC_CFGREG_INCOMPLETE_TITLE 6205 +#define IDC_CFGREG_INCOMPLETE_TEXT 6206 +#define IDC_CFGREG_INCOMPLETE_URL 6207 +#define IDD_CONFIRMLINKTGTCOPY 6208 +#define IDS_DETAILS 6209 +#define IDC_DELETEARCHIVEFILES 6210 +#define IDD_VIEWERGOTOOFFSET 6220 +#define IDE_VGTO_OFFSET 6221 +#define IDC_VGTO_HEX 6222 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 8200 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 6223 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif +///* X:\ALTAP\PETR\salamand\resource.rh2 +#pragma once + +#if defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) +#error this file is not editable by Microsoft Visual C++ +#endif //defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) + +#define IDC_STATIC_1 1150 +#include "plugins\shared\statics.rh2" + +// virtualni IDcka - pouze pro vazbu mezi dialogem a helpem +#define IDD_COPYDIALOG 105 +#define IDD_MOVEDIALOG 106 +#define IDD_EDITNEWDIALOG 107 +#define IDD_RENAMEDIALOG 108 +#define IDD_CREATEDIRDIALOG 109 +#define IDH_TOPTOOLBAR 117 +#define IDH_UMTOOLBAR 118 +#define IDH_MENUBAR 119 +#define IDH_SPLITBAR 120 +#define IDH_COMMANDLINE 121 +#define IDH_BOTTOMTOOLBAR 122 +#define IDH_DIRECTORYLINE 123 +#define IDH_HEADERLINE 124 +#define IDH_WORKINGAREA 125 +#define IDH_INFOLINE 126 +#define IDH_LICENSE 127 +#define IDH_REGISTRATION 128 +#define IDH_VIEWERKEYBOARD 129 +#define IDH_REGEXP 130 +#define IDH_DRIVEBAR 131 +#define IDH_MIDDLETOOLBAR 132 +#define IDH_HPTOOLBAR 133 +#define IDH_PLUGINSBAR 134 +#define IDH_INTRODUCTION 135 +#define IDH_USERMENUCOMPAREARGS_F 136 +#define IDH_USERMENUCOMPAREARGS_D 137 +#define IDH_SYSMENUCMDS 138 +#define IDH_MINMAXCLOSEBTNS 139 +#define IDH_VIEWERINTRO 140 +#define IDH_GROUPPOLICY 141 +#define IDH_PWDMANAGER 142 +// virtualni IDcka - END + +// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! FREESPACE + +#define IDS_ZIPLINE1 491 // IDS_ZIPLINE1 .. IDS_ZIPLINE5 musi byt zasebou +#define IDS_ZIPLINE2 492 +#define IDS_ZIPLINE3 493 +#define IDS_ZIPLINE4 494 +#define IDS_ZIPLINE5 495 + +// commands +#define CM_AUTOCONFIG 685 // KICKER - zatim jen pro ladeni... +#define CM_CONFIGURATION 686 +#define CM_SAVECONFIG 687 + +#define CM_LEFTNAME 688 +#define CM_LEFTEXT 689 +#define CM_LEFTTIME 690 +#define CM_LEFTSIZE 691 +#define CM_LEFTATTR 692 +#define CM_LEFTTYPE 693 + +#define CM_RIGHTNAME 694 +#define CM_RIGHTEXT 695 +#define CM_RIGHTTIME 696 +#define CM_RIGHTSIZE 697 +#define CM_RIGHTATTR 698 +#define CM_RIGHTTYPE 699 + +#define CM_ACTIVENAME 700 +#define CM_ACTIVEEXT 701 +#define CM_ACTIVETIME 702 +#define CM_ACTIVESIZE 703 +#define CM_ACTIVEATTR 704 +#define CM_ACTIVETYPE 705 + +#define CM_LCHANGEDRIVE 707 +#define CM_RCHANGEDRIVE 708 + +#define CM_CLIPCOPYFULLNAME 709 +#define CM_CLIPCOPYNAME 710 +#define CM_CLIPCOPYFULLPATH 711 +#define CM_CLIPCOPYUNCNAME 712 + +#define CM_FOCULICENSEKEY 713 +#define CM_OPENREGISTRATION 714 + +#define CM_SORTOPTIONS 715 + +#define CM_READLICAGREEMENT 716 + +#define CM_STARTTRACESERVER 717 +#define CM_TRACEMSGSTOFILE 718 + +#define CM_LEFTSTATUS 720 +#define CM_RIGHTSTATUS 721 +#define CM_LEFTDIRLINE 722 +#define CM_RIGHTDIRLINE 723 + +#define CM_LEFTREFRESH 724 +#define CM_RIGHTREFRESH 725 + +#define CM_REFRESHASSOC 726 + +#define CM_COPYFILES 727 +#define CM_MOVEFILES 728 +#define CM_DELETEFILES 729 +#define CM_CREATEDIR 730 +#define CM_USERMENUDROP 731 +#define CM_OPEN 732 +#define CM_EMAILFILES 733 + +#define CM_EXIT 734 + +#define CM_CONNECTNET 735 +#define CM_DISCONNECTNET 736 + +#define CM_COMPAREDIRS 737 +#define CM_DOSSHELL 738 +#define CM_OCCUPIEDSPACE 739 +#define CM_ACTIVEREFRESH 740 +#define CM_FINDFILE 741 + +#define CM_VIEW 742 +#define CM_EDIT 743 +#define CM_EDITNEW 744 + +#define CM_EDITLINE 745 +#define CM_TOGGLEEDITLINE 746 + +#define CM_CHANGECASE 747 +#define CM_CHANGEATTR 748 +#define CM_COMPRESS 749 +#define CM_UNCOMPRESS 750 + +#define CM_USERMENU 751 +#define CM_DRIVEINFO 752 +#define CM_ALTVIEW 753 +#define CM_RENAMEFILE 754 + +#define CM_TOGGLEDRIVEBAR 755 +#define CM_TOGGLEDRIVEBAR2 756 + +#define CM_OPENACTUALFOLDER 757 +#define CM_OPENRECYCLEBIN 758 +#define CM_OPENCONROLPANEL 759 +#define CM_OPENDESKTOP 760 +#define CM_OPENMYCOMP 761 +#define CM_OPENNETNEIGHBOR 762 +#define CM_OPENFONTS 763 +#define CM_OPENPRINTERS 764 +#define CM_OPENDESKTOPDIR 765 +#define CM_OPENPERSONAL 766 +#define CM_OPENPROGRAMS 767 +#define CM_OPENRECENT 768 +#define CM_OPENSENDTO 769 +#define CM_OPENSTARTMENU 770 +#define CM_OPENSTARTUP 771 +#define CM_OPENTEMPLATES 772 +#define CM_CLIPCOPY 773 +#define CM_CLIPCUT 774 +#define CM_CLIPPASTE 775 +#define CM_CLIPPASTELINKS 776 +#define CM_LCHANGEFILTER 777 +#define CM_RCHANGEFILTER 778 +#define CM_CHANGEFILTER 779 +#define CM_OPENHOTPATHS 780 +#define CM_OPENHOTPATHSDROP 781 +#define CM_OPEN_FOLDER_DROP 782 +#define CM_SWAPPANELS 783 +#define CM_ALWAYSONTOP 784 + +#define CM_LAST_PLUGIN_CMD 785 + +#define CM_LCUSTOMIZEVIEW 786 +#define CM_RCUSTOMIZEVIEW 787 + +#define CM_SELECTBYFOCUSEDNAME 788 +#define CM_UNSELECTBYFOCUSEDNAME 789 +#define CM_SELECTBYFOCUSEDEXT 790 +#define CM_UNSELECTBYFOCUSEDEXT 791 + +#define CM_TOGGLE_GRIPS 792 +#define CM_TOGGLE_UMLABELS 793 + +#define CM_CUSTOMIZEHP 794 +#define CM_TOGGLEHOTPATHSBAR 795 + +#define CM_TOGGLETOPTOOLBAR 801 +#define CM_TOGGLEBOTTOMTOOLBAR 802 +#define CM_TOGGLEUSERMENUTOOLBAR 803 +#define CM_CUSTOMIZETOP 804 +#define CM_CUSTOMIZELEFT 805 +#define CM_CUSTOMIZERIGHT 806 +#define CM_CUSTOMIZEUM 807 + +#define CM_NEWMENU 808 +#define CM_SETENVFONT 809 + +#define CM_FILELIST 811 +#define CM_PROPERTIES 812 +#define CM_CALCDIRSIZES 813 + +#define CM_CONVERTFILES 814 + +#define CM_PLUGINS 815 + +#define CM_VIEW_WITH 816 +#define CM_EDIT_WITH 817 + +#define CM_TOGGLEADVERTISINGBAR 818 + +#define CM_DIRHISTORY 819 +#define CM_FILEHISTORY 820 + +#define CM_MINIMIZE 821 + +// for toolbars +#define CM_ACTIVEPARENTDIR 822 +#define CM_ACTIVEROOTDIR 823 +#define CM_LPARENTDIR 824 +#define CM_LROOTDIR 825 +#define CM_RPARENTDIR 826 +#define CM_RROOTDIR 827 +#define CM_LDRIVEINFO 828 +#define CM_RDRIVEINFO 829 + +#define CM_LEFTHEADER 830 +#define CM_RIGHTHEADER 831 + +#define CM_ACTIVEBACK 832 +#define CM_ACTIVEFORWARD 833 +#define CM_LBACK 834 +#define CM_LFORWARD 835 +#define CM_RBACK 836 +#define CM_RFORWARD 837 + +#define CM_AFOCUSSHORTCUT 838 + +#define CM_ACTIVESELECT 841 +#define CM_ACTIVESELECTALL 842 + +#define CM_ACTIVEUNSELECT 843 +#define CM_ACTIVEUNSELECTALL 844 + +#define CM_ACTIVEINVERTSEL 845 +#define CM_ACTIVEINVERTSELALL 846 + +#define CM_ACTIVE_AS_OTHER 847 +#define CM_LEFT_AS_OTHER 848 +#define CM_RIGHT_AS_OTHER 849 + +#define CM_PACK 850 +#define CM_UNPACK 851 + +#define CM_TOGGLEELASTICSMART 852 +#define CM_TOGGLEHIDDENFILES 853 +#define CM_TOGGLEEXTENSION 854 + +#define CM_EXPORTCONFIG 855 + +#define CM_TASKLIST 856 + +#define CM_MENU 857 // vstoupi do MenuLoop (F10 || Alt || BottomTooblar) +#define CM_CONTEXTMENU 858 // otevre context menu k focusu/selectu (Shift+F10 || VK_APPS) + +#define CM_SHARES 859 // zobrazi seznam sdilenych adresaru + +#define CM_TOGGLEMIDDLETOOLBAR 860 +#define CM_CUSTOMIZEMIDDLE 861 + +#define CM_ACTIVE_CHANGEDIR 862 +#define CM_LEFT_CHANGEDIR 863 +#define CM_RIGHT_CHANGEDIR 864 + +#define CM_RESELECT 865 + +#define CM_STORESEL 866 +#define CM_RESTORESEL 867 + +#define CM_NEWDROP 870 + +// characters coding +#define CM_CODING_MIN 871 +// rezervovat az do 920 (vcetne) +#define CM_CODING_MAX 920 + +#define CM_SEC_PERMISSIONS 921 + +#define CM_DIRMENU 924 // otevre CtxMenu pro aktualni adresar aktivniho panelu + +#define CM_CUSTOMIZE_HOTPATHS 925 +#define CM_CUSTOMIZE_USERMENU 926 + +#define CM_REMEMBERDIRSIZES 927 + +#define CM_ENCRYPT 928 +#define CM_DECRYPT 929 + +#define CM_CUSTOMIZEPLUGINS 930 + +#define CM_RESUMEOPER 931 + +#define CM_FORUM 932 + +#define CM_SETSPLIMOPER 933 + +#define CM_IMPORTCONFIG 934 + +// accelerators +#define IDA_MAINACCELS1 935 // pouzitelne i v editacnim modu +#define IDA_MAINACCELS2 936 // zbytek +#define IDA_FINDDIALOGACCELS 937 + +// cursors +#define IDC_SPLIT 940 +#define IDC_TOOLBAR_MOVE 942 +#define IDC_TOOLBAR_DEL 943 +#define IDC_TOOLBAR_ADD 944 +#define IDC_DRAGCOPYEFFECT 945 + +// window controls +#define IDC_FILES 950 +#define IDC_STATUSLINE 951 +#define IDC_DIRECTORYLINE 952 +#define IDC_HEADERLINE 953 +#define IDC_HEADERHOLDER 954 +#define IDC_EDITWINDOW 955 +#define IDC_EDITLINE 956 +#define IDC_DIRTEXT 957 + +// icons +#define IDI_SALAMANDER 960 +#define IDI_SALAMANDER_RED 961 +#define IDI_SALAMANDER_GREEN 962 +#define IDI_SALAMANDER_BLUE 963 + +#define IDI_SALAMANDER2 965 +#define IDI_SALAMANDER3 966 +#define IDI_UPPERDIR 967 +#define IDI_ARCHIVE 968 +#define IDI_SALAMANDER4 969 +#define IDI_FAVORIT 970 +#define IDI_FIND 971 +//#define IDI_TIPOFTHEDAY 972 +#define IDI_PLUGINFS 973 +#define IDI_DIRECTORY 975 +#define IDI_SALWARNING 976 +#define IDI_PLUGIN 977 +#define IDI_SALQUESTION 978 +#define IDI_SALINFO 979 + +#define IDI_EMPTY 980 + +#define IDI_GOOGLEDRIVE 981 +#define IDI_DROPBOX 982 +#define IDI_ONEDRIVE 983 + +// bitmaps +#define IDB_LOCK 990 +#define IDB_TOOLBAR_16 991 +#define IDB_TOOLBAR_256 992 +#define IDB_BOTTOMTOOLBAR 993 +#define IDB_HEADER 994 // header: Up/Down +#define IDB_MENU 995 // menu: Dot/Up/Down +#define IDB_EDTLBTB 996 // EditListBox - bitmapy pro toolbaru +#define IDB_FILTER 997 +#define IDB_DROPDOWN 998 // ToolBar/DropDown arrow +#define IDB_UPDOWN 999 // Menu popup/Up Down arrow +#define IDB_ZOOM 1000 // Zoom Panel +//#define IDB_WORKER 1001 // worker bitmap +#define IDB_THROBBER 1001 +#define IDB_CHECKBOX 1002 +#define IDB_MENUITEMS 1003 +#define IDB_LOGO_HAND 1004 +#define IDB_LOGO_LINE 1005 +#define IDB_LOGO_TEXT 1006 +#define IDB_BUTTONITEMS 1007 +#define IDB_COLORS_ABC 1008 + +#define IDC_COLORTABLE 1009 + +#define CM_NEWMENU_MIN 1200 // interval vyhrazeny pro prikazy menu New +#define CM_NEWMENU_MAX 2200 + +#define CM_HELP_CONTENTS 2210 +#define CM_HELP_INDEX 2211 +#define CM_HELP_SEARCH 2212 +#define CM_HELP_KEYBOARD 2213 +#define CM_HELP_CONTEXT 2214 +//#define CM_HELP_TIP 2215 +#define CM_HELP_ABOUT 2216 +#define CM_HELP_IMPORTKEYS 2217 + +// commands pro find dialog +#define CM_FIND_EXIT 2220 +#define CM_FIND_VIEW 2221 +#define CM_FIND_ALTVIEW 2222 +#define CM_FIND_EDIT 2223 +#define CM_FIND_USERMENU 2224 +#define CM_FIND_FOCUS 2225 +#define CM_FIND_VIEW_WITH 2226 +#define CM_FIND_EDIT_WITH 2227 +#define CM_FIND_OPEN 2228 +#define CM_FIND_CLIPCUT 2229 +#define CM_FIND_CLIPCOPY 2230 +#define CM_FIND_SELECTALL 2231 +#define CM_FIND_INVERTSEL 2232 +#define CM_FIND_MESSAGES 2233 +#define CM_FIND_SHOWERRORS 2236 +#define CM_FIND_NAME 2237 +#define CM_FIND_EXT 2238 +#define CM_FIND_TIME 2239 +#define CM_FIND_SIZE 2240 +#define CM_FIND_PATH 2241 +#define CM_FIND_OPENSEL 2242 +#define CM_FIND_ADD_CURRENT 2247 +#define CM_FIND_MANAGE 2248 +#define CM_FIND_PROPERTIES 2249 +#define CM_FIND_OPTIONS_FIRST 2250 // prvnich tricet polozek z options +#define CM_FIND_OPTIONS_LAST 2280 +#define CM_FIND_HIDESEL 2281 +#define CM_FIND_DELETE 2282 +#define CM_FIND_CLIPCOPYFULLNAME 2283 +#define CM_FIND_CLIPCOPYNAME 2284 +#define CM_FIND_CLIPCOPYFULLPATH 2285 +#define CM_FIND_CLIPCOPYUNCNAME 2286 +#define CM_FIND_HIDE_DUP 2287 +#define CM_FIND_NOW 2288 +#define CM_FIND_INTERSECT 2289 +#define CM_FIND_SUBTRACT 2290 +#define CM_FIND_APPEND 2291 +#define CM_FIND_DUPLICATES 2292 +#define CM_FIND_IGNORE 2293 +#define CM_FIND_FULLROWSEL 2294 + +#define CM_ACTIVEHOTPATH_MIN 2400 // goto hot path X (rezervace pro HOT_PATHS_COUNT) +#define CM_ACTIVEHOTPATH_MAX 2429 +#define CM_LEFTHOTPATH_MIN 2430 // goto hot path X (rezervace pro HOT_PATHS_COUNT) +#define CM_LEFTHOTPATH_MAX 2469 +#define CM_RIGHTHOTPATH_MIN 2470 // goto hot path X (rezervace pro HOT_PATHS_COUNT) +#define CM_RIGHTHOTPATH_MAX 2499 + +//#define IDD_TIPOFTHEDAY 2720 + +#define CM_LEFTHISTORYPATH_MIN 2840 // historie adresaru pro menu Go To +#define CM_LEFTHISTORYPATH_MAX 2849 +#define CM_RIGHTHISTORYPATH_MIN 2850 // historie adresaru pro menu Go To +#define CM_RIGHTHISTORYPATH_MAX 2859 + +// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! FREESPACE + +// vyhrazene intervaly pro SortBy a FixedWidth po 20 polozkach; vic proste nezobrazime +#define CM_LEFTSORTBY_MIN 2890 +#define CM_LEFTSORTBY_MAX 2909 +#define CM_RIGHTSORTBY_MIN 2910 +#define CM_RIGHTSORTBY_MAX 2929 + +#define CM_SKILLLEVEL 2930 + +#define CM_ACTIVEVIEWMODE 2931 +#define CM_LEFTVIEWMODE 2932 +#define CM_RIGHTVIEWMODE 2933 + +#define CM_ACTIVEZOOMPANEL 2934 // maximalizuje aktivni panel nebo ho vraci zpet +#define CM_LEFTZOOMPANEL 2935 +#define CM_RIGHTZOOMPANEL 2936 + +#define CM_FULLSCREEN 2937 // maximalizuje hlavni okno a vraci ho zpet + +#define CM_GOTO_PREV_SEL 2938 +#define CM_GOTO_NEXT_SEL 2939 + +#define CM_OPEN_IN_OTHER_PANEL 2940 // otevre focusene jmeno v druhem panelu +#define CM_OPEN_IN_OTHER_PANEL_ACT 2941 // zaroven aktivuje druhy panel + +// nechat rezervu + +#define CM_HIDE_SELECTED_NAMES 2945 // schova z panelu oznacena jmena +#define CM_HIDE_UNSELECTED_NAMES 2946 // schova z panelu neoznacena jmena +#define CM_SHOW_ALL_NAME 2947 // zobrazi v panelu vsechna jmena + +#define CM_TOGGLEPLUGINSBAR 2950 + +#define CM_ACTIVE_SMARTMODE 2951 +#define CM_LEFT_SMARTMODE 2952 +#define CM_RIGHT_SMARTMODE 2953 + +#define CM_ACTIVEMODE_1 2970 // Alt+1..0 pro volbu rezimu aktivniho pohledu +#define CM_ACTIVEMODE_2 2971 +#define CM_ACTIVEMODE_3 2972 +#define CM_ACTIVEMODE_10 2979 +#define CM_LEFTMODE_1 2980 // volba rezimu leveho pohledu +#define CM_LEFTMODE_2 2981 +#define CM_LEFTMODE_3 2982 +#define CM_LEFTMODE_10 2989 +#define CM_RIGHTMODE_1 2990 // volba rezimu praveho pohledu +#define CM_RIGHTMODE_2 2991 +#define CM_RIGHTMODE_3 2992 +#define CM_RIGHTMODE_10 2999 + +#define CM_USERMENU_MIN 3000 // interval vyhrazeny pro prikazy user-menu +#define CM_USERMENU_MAX 3499 + +#define CM_DRIVEBAR_MIN 3500 // interval vyhrazeny pro drive bar +#define CM_DRIVEBAR_MAX 3749 + +#define CM_DRIVEBAR2_MIN 3750 // interval vyhrazeny pro drive bar 2 +#define CM_DRIVEBAR2_MAX 4000 + +#define CM_PLUGINCMD_MIN 4001 // interval vyhrazeny pro prikazy z plug-inu +#define CM_PLUGINCMD_MAX 4700 + +#define CM_VIEWWITH_MIN 4701 // interval vyhrazeny pro prikazy view-with +#define CM_VIEWWITH_MAX 5000 + +#define CM_PLUGINABOUT_MIN 5001 // interval vyhrazeny pro abouty plug-inu +#define CM_PLUGINABOUT_MAX 5500 + +// command labels CML_xxx - nejde o normalni commandy, ale o pomocne identifikatory +// separatoru a popup menu, pomoci kterych lze snadno identifikovat a lokalizovat +// polozku menu +#define CML_LEFT 5501 +#define CML_LEFT_CHANGEDRIVE 5502 +#define CML_LEFT_VIEWS1 5503 +#define CML_LEFT_VIEWS2 5504 +#define CML_LEFT_SORTBY 5505 +#define CML_LEFT_VISIBLE 5506 +#define CML_LEFT_GO 5507 + + +#define CML_FILES 5509 +#define CML_FILES_NEW 5511 +#define CML_FILES_VIEWWITH 5512 +#define CML_FILES_EDITWITH 5513 +#define CML_FILES_NTFS 5514 + +#define CML_EDIT 5515 +#define CML_EDIT_ADVANCED 5516 + +#define CML_COMMANDS 5520 +#define CML_COMMANDS_USERMENU 5521 +#define CML_COMMANDS_FOLDERS 5523 + +#define CML_PLUGINS 5530 +#define CML_PLUGINS_SUBMENU 5531 + +#define CML_OPTIONS 5535 +#define CML_OPTIONS_VISIBLE 5536 +#define CML_OPTIONS_PLUGINS 5537 + +#define CML_RIGHT 5540 +#define CML_RIGHT_CHANGEDRIVE 5541 +#define CML_RIGHT_VIEWS1 5542 +#define CML_RIGHT_VIEWS2 5543 +#define CML_RIGHT_SORTBY 5544 +#define CML_RIGHT_VISIBLE 5545 +#define CML_RIGHT_GO 5546 + +#define CML_HELP 5550 +#define CML_HELP_ABOUTPLUGINS 5551 + +#define CML_FIND_FILES 5950 +#define CML_FIND_EDIT 5951 +#define CML_FIND_VIEW 5952 +#define CML_FIND_OPTIONS 5953 +#define CML_FIND_HELP 5954 +#define CML_FIND_FIND 5955 + +#define CML_LAST 5999 + +#define CM_PLUGINCFG_MIN 7001 // interval vyhrazeny pro konfiguraci plug-inu +#define CM_PLUGINCFG_MAX 7500 + +#define CM_EDITWITH_MIN 7501 // interval vyhrazeny pro prikazy edit-with +#define CM_EDITWITH_MAX 7800 + +//#define CM_INTERNALVIEWER_MIN 6000 // interval vyhrazeny pro internal viewer +//#define CM_INTERNALVIEWER_MAX 6300 + +// icons +#define IDI_VIEWER 6000 + +// accelerators +#define IDA_VIEWERACCELS 6005 + +// menus +#define IDM_VIEWERMENU 6010 +#define IDM_VIEWERCONTEXTMENU 6011 + +// commands +#define CM_OPENFILE 6050 +#if !defined(INSIDE_SALAMANDER) && !defined(CM_EXIT) +#define CM_EXIT 6051 +#endif +#define CM_LINEUP 6052 +#define CM_LINEDOWN 6053 +#define CM_PAGEUP 6054 +#define CM_PAGEDOWN 6055 +#define CM_FILEBEGIN 6056 +#define CM_FILEEND 6057 +#define CM_LEFT 6058 +#define CM_RIGHT 6059 +#define CM_TO_HEX 6060 // pozor - musi byt o 1 mensi nez CM_TO_TEXT +#define CM_TO_TEXT 6061 // pozor - musi byt o 1 vetsi nez CM_TO_HEX +#define CM_COPYTOCLIP 6062 +#define CM_FINDSET 6063 +#define CM_FINDNEXT 6064 +#define CM_FINDPREV 6065 +#define CM_SELECTALLTEXT 6066 +#define CM_COPYTOFILE 6067 +#define CM_WRAPED 6068 +#define CM_REREADFILE 6069 +#define CM_NEXTCODING 6070 +#define CM_PREVCODING 6071 +#define CM_FASTLEFT 6072 +#define CM_FASTRIGHT 6073 +#define CM_VIEWER_CONFIG 6074 +#define CM_VIEWERHLP_KEYBOARD 6078 +#define CM_RECOGNIZE_CODEPAGE 6079 +#define CM_SETDEFAULT_CODING 6080 +#define CM_VIEW_AUTOSEL 6081 +#define CM_VIEW_SETDEFAULT 6082 +#define CM_VIEW_FULLSCREEN 6083 +#define CM_VIEWER_AUTOCOPY 6084 +#define CM_PREVFILE 6085 +#define CM_NEXTFILE 6086 +#define CM_PREVSELFILE 6087 +#define CM_NEXTSELFILE 6088 +#define CM_FIRSTFILE 6089 +#define CM_LASTFILE 6090 +#define CM_VIEWERHLP_INTRO 6091 +#define CM_GOTOOFFSET 6092 +#define CM_EXTSEL_LEFT 6093 +#define CM_EXTSEL_RIGHT 6094 +#define CM_EXTSEL_UP 6095 +#define CM_EXTSEL_DOWN 6096 +#define CM_EXTSEL_HOME 6097 +#define CM_EXTSEL_END 6098 +#define CM_EXTSEL_FILEBEG 6099 +#define CM_EXTSEL_FILEEND 6100 + + +// timers +#define IDT_AUTOSCROLL 6200 +#define IDT_THUMBSCROLL 6201 + +//#define CM_TEXTS_MIN 10000 // interval vyhrazeny pro texty +//#define CM_TEXTS_MAX 18000 +///* X:\ALTAP\PETR\salamand\texts.rh2 +#pragma once + +#if defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) +#error this file is not editable by Microsoft Visual C++ +#endif //defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) + +//#define CM_TEXTS_MIN 10000 // minimal texts id + +// after Cancel in copy/move progress dialog +#define IDS_QUESTION 10000 +#define IDS_CANCELOPERATION 10001 + +// column names in user menu listview - Configuration dialog/User Menu +#define IDS_USERITEMNAME 10002 +#define IDS_USERITEMCOMMAND 10003 + +// all-files filter for Browse buttons +#define IDS_ALLFILTER 10004 + +// executable-files filter for Browse buttons in Configuration dialog +#define IDS_EXEFILTER 10005 + +// registry filter +#define IDS_REGFILTER 10006 + +// icons filter +#define IDS_ICOFILTER 10007 + +// title of network error message-boxes +#define IDS_NETWORKERROR 10008 + +// error in syntax of Recycle Bin masks on page Configuration dialog/System +#define IDS_INCORRECTSYNTAX 10010 + +// user terminates checking of new hot-path on page Configuration dialog/Hot Paths +#define IDS_CANNOTCHECKPATH 10013 + +// path has invalid format +#define IDS_PATHINVALID 10014 + +// title of Configuration dialog +#define IDS_CONFIGURATION 10016 + +// positive reply to supports long filenames? in Drive Information dialog +#define IDS_INFODLGYES 10017 + +// negative reply to supports long filenames? in Drive Information dialog +#define IDS_INFODLGNO 10018 + +// file system flags in Drive Information dialog: +// the file system preserves the case of filenames when it places a name on disk +#define IDS_INFODLGFLAG1 10019 +// the file system supports case-sensitive filenames +#define IDS_INFODLGFLAG2 10020 +// the file system supports Unicode in filenames as they appear on disk +#define IDS_INFODLGFLAG3 10021 +// the file system preserves and enforces ACLs (Access Control Lists - user rights to files). +#define IDS_INFODLGFLAG4 10022 +// the file system supports file-based compression +#define IDS_INFODLGFLAG5 10023 +// the specified volume is a compressed volume; for example, a DoubleSpace volume +#define IDS_INFODLGFLAG6 10024 + +// drive types in Drive Information dialog: +// the drive can be removed from the drive +#define IDS_INFODLGTYPE1 10026 +// the disk cannot be removed from the drive +#define IDS_INFODLGTYPE2 10027 +// the drive is a remote (network) drive +#define IDS_INFODLGTYPE3 10028 +// the drive is a CD-ROM drive +#define IDS_INFODLGTYPE4 10029 +// the drive is a RAM disk +#define IDS_INFODLGTYPE5 10030 +// the drive type cannot be determined +#define IDS_INFODLGTYPE6 10031 + +// message box: no file can be selected by the mask (no one matches) +// text +#define IDS_NOMATCHESFOUND 10032 +// title +#define IDS_INFOTITLE 10033 + +// error box: Salamander can't read information about associations from Registry +// text +#define IDS_UNABLETOGETASSOC 10034 +// title +#define IDS_UNABLETOGETASSOCTITLE 10035 + +// error box: operation produces too long name +#define IDS_TOOLONGNAME 10036 + +// widely used title for error boxes +#define IDS_ERRORTITLE 10037 + +// widely used title for error boxes during finding file in Find Files dialog +#define IDS_ERRORFINDINGFILE 10038 + +// Find Files dialog: state of "Reading:" after stopping of search operation +#define IDS_STOPPED 10039 + +// Find Files dialog: title of Add path+mask dialog +#define IDS_FINDFILESADD 10040 + +// Find Files dialog: title of Edit path+mask dialog +#define IDS_FINDFILESEDIT 10041 + +// message box: Find Files dialog: after stop signal +// question +#define IDS_WANTTOSTOP 10043 +// title +#define IDS_WANTTOSTOPTITLE 10044 + +// error box: Find Files dialog: unable to add found file to list with results +#define IDS_CANTSHOWRESULTS 10045 + +// Find Files dialog: include subdirectories ? +// yes +#define IDS_INCLUDESUBDIRSYES 10046 +// no +#define IDS_INCLUDESUBDIRSNO 10047 + +// format string for common file errors +#define IDS_FILEERRORFORMAT 10048 + +// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! FREESPACE + +// error message: Find Files/Advanced Find dialog: negative file size +#define IDS_SIZEMUSTBEPOSITIVE 10051 + +// error message: Find Files/Advanced Find dialog: invalid format of date +#define IDS_INVALIDDATE 10052 + +// Find/Advanced Options +// Size must be less than 16 EB. +#define IDS_SIZE_LIMIT_16EB 10053 +// Second size cannot be less than first size. +#define IDS_SIZE_MAX_MIN 10054 +// Minimum value is 1 second. +#define IDS_TIME_MIN 10055 +// Maximum value is 300 years. +#define IDS_TIME_MAX 10056 +// At least one date must be specified. +#define IDS_SPECIFY_DATE 10057 +// Second time cannot be less than first time. +#define IDS_TIME_MAX_MIN 10058 + +// Find Files dialog box/find duplicate files: Preparing results... +#define IDS_FIND_DUPS_RESULTS 10059 +// Find Files dialog box/find result: No files or directories found +#define IDS_FIND_NO_FILES_FOUND 10060 +// Find Files dialog box/find duplicate files result: No duplicate files found +#define IDS_FIND_NO_DUPS_FOUND 10061 +// Find Files dialog box: Specify find options and click Find Now +#define IDS_FIND_INIT_HINT 10062 +// Find Duplicate Files: At least one option must be selected +#define IDS_FIND_DUPS_NO_OPTION 10063 + +// At least one convert action must be specified +#define IDS_SPECIFY_CONVERT_ACTION 10064 +// There is no file that matches the specified file mask. +#define IDS_NOFILE_MATCHEDMASK 10065 + +// Error opening file +#define IDS_ERROR_OPENING_FILE 10066 +// Error reading file +#define IDS_ERROR_READING_FILE 10067 + +// Find Files dialog: columns in Search for listview +// mask +#define IDS_SEARCHFORCOLUMN1 10068 +// path +#define IDS_SEARCHFORCOLUMN2 10069 +// include subdirectories +#define IDS_SEARCHFORCOLUMN3 10070 + +// Executing UserMenu item +#define IDS_EXECERROR 10071 + +// Find Files dialog: columns in Search for listview +// name +#define IDS_FOUNDFILESCOLUMN1 10072 +// path +#define IDS_FOUNDFILESCOLUMN2 10073 +// size +#define IDS_FOUNDFILESCOLUMN3 10074 +// date +#define IDS_FOUNDFILESCOLUMN4 10075 +// time +#define IDS_FOUNDFILESCOLUMN5 10076 +// attr +#define IDS_FOUNDFILESCOLUMN6 10077 + +// Find Files dialog: common prefix not found +#define IDS_COMMONPREFIXNOTFOUND 10079 + +#define IDS_FOUNDITEMNOTFOUND 10080 + +// Do you want to close Find? +#define IDS_WANTTOCLOSEFIND 10081 + +// Don't show this message again +#define IDS_DONTSHOWAGAIN 10082 + +#define IDS_SAVECFG_EXPFILEEXISTS 10083 + +// error box: operation produces too long path +#define IDS_TOOLONGPATH 10084 + +// error box title: some error during execution of viewer +#define IDS_ERROREXECVIEW 10085 + +// error box title: some error during execution of editor +#define IDS_ERROREXECEDIT 10086 + +// title of command shell window +#define IDS_COMMANDSHELL 10087 + +// error box title: some error during reading file +#define IDS_ERRORREADINGFILE 10088 + +// title of internal viewer +#define IDS_VIEWERTITLE 10089 + +// error box title: some error during loading configuration from Registry +#define IDS_ERRORLOADCONFIG 10090 + +// error box title: some error during saving configuration to Registry +#define IDS_ERRORSAVECONFIG 10091 + +// error message: loading configuration from Registry +// unexpected value type +#define IDS_UNEXPECTEDVALUETYPE 10092 +// unexpected value +#define IDS_UNEXPECTEDVALUE 10093 + +// error box title: some error during renaming file +#define IDS_ERRORRENAMINGFILE 10094 + +// error box title: some error during opening file +#define IDS_ERROROPENINGFILE 10095 + +// error box title: some error during writing file +#define IDS_ERRORWRITINGFILE 10096 + +// error box title: some error during overwriting file +#define IDS_ERROROVERWRITINGFILE 10097 + +// error box title: some error during deleting file +#define IDS_ERRORDELETINGFILE 10098 + +// error box title: some error during creating directory +#define IDS_ERRORCREATINGDIR 10099 + +// error box title: some error during deleting directory +#define IDS_ERRORDELETINGDIR 10100 + +// error box title: some error during changing attributes +#define IDS_ERRORCHANGINGATTRS 10101 + +// error box title: some error during changing compression on NTFS +#define IDS_ERRORCOMPRESSING 10102 + +// message box title: confirm file overwriting +#define IDS_CONFIRMFILEOVERWRITING 10103 + +// question: do you want to overwrite system or hidden file? +#define IDS_WANTOVERWRITESHFILE 10104 + +// message: after ESC during switching to some drive (inaccessible network volume) +#define IDS_TERMINATEDBYUSER 10105 + +// message: no disk in drive (floppy disk not ready) +#define IDS_NODISKINDRIVE 10106 + +// error box title: some error during deleting reparse point (junction point, volume mount point, etc.) +#define IDS_ERRORDELETINGDIRLINK 10107 + +// message: switch to drive with invalid actual directory +#define IDS_DIRNAMEINVALID 10108 + +// message: actual drive doesn't contain any file nor directory +#define IDS_NOFILESFOUND 10109 + +// panels - detail view - next to each directory name (in size column) +#define IDS_DIRCOLUMN 10111 + +// Progress dialog: title +#define IDS_CHANGECASE 10112 + +// error message: Change Attributes dialog: date or time is invalid +#define IDS_DATEORTIMEINVALID 10113 + +// title of progress dialog when changing attributes +#define IDS_CHANGEATTRSTITLE 10114 + +// default filename for new edited file (Shift+F4) +#define IDS_EDITNEWFILE_DEFAULTNAME 10115 + +// title of Edit New File dialog (Shift+F4) +#define IDS_EDITNEWFILE 10116 +// title of editline in Edit New File dialog +#define IDS_NEWFILENAME 10117 + +// error in path specified - UNC name contains no server name (\\server\share\directory) +#define IDS_SERVERNAMEMISSING 10118 +// error in path specified - UNC name contains no share name (\\server\share\directory) +#define IDS_SHARENAMEMISSING 10119 +// error in path specified - invalid drive +#define IDS_INVALIDDRIVE 10120 + +// message: comparing directories: dirs are identical +#define IDS_COMPAREDIR_ARE_IDENTICAL 10121 +// message: comparing directories: dirs seems identical +#define IDS_COMPAREDIR_SEEMS_IDENTICAL 10122 +// title +#define IDS_COMPAREDIRSTITLE 10123 + +// title of error box: some error during command line's command execution +#define IDS_ERROREXECCMDLINE 10124 + +// title of error box: some error during executing command prompt (console window) +#define IDS_ERROREXECPROMPT 10125 + +// Rename dialog (F2) +// title +#define IDS_RENAME_TITLE 10126 +// text for directory +#define IDS_RENAME_TO 10127 + +// Copy and progress dialogs: title +#define IDS_COPY 10129 + +// Move and progress dialogs: title +#define IDS_MOVE 10130 + +// Delete: progress dialog title +#define IDS_DELETE 10131 + +// error message: copy/move operations: target path is invalid +#define IDS_PATHISINVALID 10132 + +// copy operation: title of error boxs +#define IDS_ERRORCOPY 10133 + +// move operation: title of error boxs +#define IDS_ERRORMOVE 10134 + +// error message: file operation would produce too long full name +#define IDS_NAMEISTOOLONG 10135 + +// title of error box: some error during building subsidary script fop copy/move/... +#define IDS_ERRORBUILDINGSCRIPT 10136 + +// error message: error during building subsidary script: cannot open dir for reading +#define IDS_CANNOTREADDIR 10137 + +// error message: error during building subsidary script: cannot copy file to itself +#define IDS_CANNOTCOPYFILETOITSELF 10138 + +// error message: internal viewer/Find Files dialog: invalid hex pattern (find) +#define IDS_STRINGISNOTHEX 10139 + +// error message: internal viewer: bad tab size (out of range 1-30) +#define IDS_BADTABSIZE 10140 + +// error message: internal viewer: file must be smaller than 8 EB (8E+18 bytes) on NT +#define IDS_UNABLETOVIEWFILENT 10141 + +// internal viewer: all-files filter for file open dialog +#define IDS_VIEWERFILTER 10142 + +// message box: worker: before deleting file with system or hidden attribute +// title +#define IDS_CONFIRMSHFILEDELETE 10143 +// text +#define IDS_DELETESHFILE 10144 + +// error message: worker: create dir: can't create dir - file with same name exists +#define IDS_NAMEALREADYUSED 10145 + +// File operation - delete: directory has system or hidden attribute, do you still want to delete it? +#define IDS_DELETESHDIR 10147 + +// error message: worker: compressing on disk or system, which doesn't support it (e.g. FAT) +#define IDS_COMPRNOTSUPPORTED 10148 + +// texts in progress dialog +// copy: operation +#define IDS_COPYING 10149 +// copy: preposition +#define IDS_COPYINGPREP 10150 +// move: operation +#define IDS_MOVING 10151 +// move: preposition +#define IDS_MOVINGPREP 10152 +// creating dir: operation +#define IDS_CREATINGDIR 10153 +// delete: operation +#define IDS_DELETING 10154 +// change file/dir attributes: operation +#define IDS_CHANGINGATTRS 10155 + +// File Masks Help +#define IDS_MASKS_HINT 10157 +#define IDS_EXTENDED_MASKS_HINT 10158 + +#define IDS_FILELISTLINE_HINT 10160 + +// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! FREESPACE + +// internal viewer: find info title +#define IDS_FINDTITLE 10164 + +// internal viewer: info: regular expression matches empty string +#define IDS_EMPTYMATCH 10165 + +// regular expression: possible errors +#define IDS_REGEXPERROR1 10166 +#define IDS_REGEXPERROR2 10167 +#define IDS_REGEXPERROR3 10168 +#define IDS_REGEXPERROR4 10169 +#define IDS_REGEXPERROR5 10170 +#define IDS_REGEXPERROR6 10171 +#define IDS_REGEXPERROR7 10172 +#define IDS_REGEXPERROR8 10173 +#define IDS_REGEXPERROR9 10174 +#define IDS_REGEXPERROR10 10175 +#define IDS_REGEXPERROR11 10176 +#define IDS_REGEXPERROR12 10177 +#define IDS_REGEXPERROR13 10178 + +// error message: error during building subsidary script: cannot move file to itself +#define IDS_CANNOTMOVEFILETOITSELF 10179 + +// error message: error during building subsidary script: cannot move dir to itself +#define IDS_CANNOTMOVEDIRTOITSELF 10180 + +// error message: before copy or move: probably not enough space on target drive +#define IDS_NOTENOUGHSPACE 10181 + +// title of Change directory dialog +#define IDS_ERRORCHANGINGDIR 10182 + +// warning: Configuration/User Menu: do you want to lost your changes in temporary data? +#define IDS_LOSTCHANGEDDATA1 10183 + +// warning: Configuration/Hot Paths: do you want to lost your changes in temporary data? +#define IDS_LOSTCHANGEDDATA2 10184 + +// error in Viewer/Copy to: name already used for directory +#define IDS_NAMEALREADYUSEDFORDIR 10185 + +// question in Viewer/Copy to: file already exist, do you want to replace it? +#define IDS_FILEALREADYEXIST 10186 + +// main window system menu: Always On Top +#define IDS_ALWAYSONTOP 10187 + +// (Change Directory) string appended to the menu command Edit/Paste or toolbar tooltip +#define IDS_PASTE_CHANGE_DIRECTORY 10188 + +// menu Go to Hot Path problem: none hot-path defined (text for one disabled menu item) +#define IDS_EMPTYHOTPATHS 10189 + +// menu User Menu problem: none user-menu-item defined (text for one disabled menu item) +#define IDS_EMPTYUSERMENU 10190 + +// Change Drive window: text of Network item +#define IDS_NETWORKDRIVE 10191 + +// Change Drive window: text of Another Panel item +#define IDS_ANOTHERPANEL 10192 + +// Change Drive window: title of Network dialog +#define IDS_CHANGEDRIVE 10193 + +// Change Drive window: text in Network dialog +#define IDS_CHANGEDRIVETEXT 10194 + +// Assign Hot Path helper text (assign Hot Path to empty item) +#define IDS_NEWHOTPATH 10195 + +// Browse dialog in Change Directory dialog: comment +#define IDS_BROWSECHANGEDIRTEXT 10196 + +// Browse dialog Copy/Move/Unpack: comment +#define IDS_BROWSETARGETDIRECTORY 10198 + +// internal viewer: hex mode: tooltip with file-offset under mouse cursor +#define IDS_VIEWEROFFSETTIP 10199 + +// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! FREESPACE + +// ZIP archiver: unpack: copy from archive (title) +#define IDS_UNPACKCOPY 10220 +// ZIP archiver: unpack: copy from archive (title) +#define IDS_PACKTITLE 10221 +// ZIP archiver: unpack: moving from temporary directory to unpack-target directory (title) +#define IDS_UNPACKTMPMOVE 10222 +// ZIP archiver: unpack: some error +#define IDS_ERRORUNPACK 10223 + +// default filename (without extension) for new archive (Alt+F5) +#define IDS_NEW_ARCHIVE 10254 + +// Text in the Unpack dialog (Alt+F6) +#define IDS_UNPACKARCHIVE 10255 + +// question: the directory doesn't exist, do you want to create it? +#define IDS_CREATEDIRECTORY 10256 +// message: target directory name is already used for file +#define IDS_NAMEUSEDFORFILE 10257 +// message: unable to create target directory (unknown error) +#define IDS_CREATEDIRFAILED 10258 + +// column names in panel +#define IDS_COLUMN_NAME_NAME 10260 +#define IDS_COLUMN_NAME_EXT 10261 +#define IDS_COLUMN_NAME_DOSNAME 10262 +#define IDS_COLUMN_NAME_SIZE 10263 +#define IDS_COLUMN_NAME_TYPE 10264 +#define IDS_COLUMN_NAME_DATE 10265 +#define IDS_COLUMN_NAME_TIME 10266 +#define IDS_COLUMN_NAME_ATTR 10267 +#define IDS_COLUMN_NAME_DESC 10268 + +// column descriptions in panel +#define IDS_COLUMN_DESC_NAME 10270 +#define IDS_COLUMN_DESC_EXT 10271 +#define IDS_COLUMN_DESC_DOSNAME 10272 +#define IDS_COLUMN_DESC_SIZE 10273 +#define IDS_COLUMN_DESC_TYPE 10274 +#define IDS_COLUMN_DESC_DATE 10275 +#define IDS_COLUMN_DESC_TIME 10276 +#define IDS_COLUMN_DESC_ATTR 10277 +#define IDS_COLUMN_DESC_DESC 10278 + +// font description in configuration dialog "10 pt. MS Shell Dlg" +#define IDS_FONTDESCRIPTION 10280 +#define IDS_FONTDESCRIPTION_STD 10281 +#define IDS_FONTDESCRIPTION_CST 10282 + +// default user defined packers +#define IDS_DP_JAR_E 10285 +#define IDS_DP_JARV_E 10286 +#define IDS_DP_RAR_E 10287 +#define IDS_DP_RARV_E 10288 +#define IDS_DP_ARJ16_E 10289 +#define IDS_DP_ARJ16V_E 10290 +#define IDS_DP_LHA_E 10291 +#define IDS_DP_UC2_E 10292 +#define IDS_DP_ARJ32_E 10293 +#define IDS_DP_ARJ32V_E 10294 +#define IDS_DP_ACE_E 10295 +#define IDS_DP_ACEV_E 10296 +#define IDS_DP_ACE16_E 10297 +#define IDS_DP_ACE16V_E 10298 +#define IDS_DP_JAR16_E 10299 +#define IDS_DP_JAR16V_E 10300 +#define IDS_DP_RAR16_E 10301 +#define IDS_DP_RAR16V_E 10302 +#define IDS_DP_ZIP32_E 10303 +#define IDS_DP_ZIP16_E 10304 + +// default user defined unpackers +#define IDS_DU_JAR_E 10307 +#define IDS_DU_RAR_E 10308 +#define IDS_DU_ARJ16_E 10309 +#define IDS_DU_LHA_E 10310 +#define IDS_DU_UC2_E 10311 +#define IDS_DU_ARJ32_E 10312 +#define IDS_DU_ACE_E 10313 + +#define IDS_DU_ACE16_E 10314 +#define IDS_DU_JAR16_E 10315 +#define IDS_DU_RAR16_E 10316 +#define IDS_DU_ZIP32_E 10317 +#define IDS_DU_ZIP16_E 10318 + +// supported external archivers +#define IDS_EXT_JAR32 10319 +#define IDS_EXT_RAR32 10320 +#define IDS_EXT_ARJ16 10321 +#define IDS_EXT_LHA16 10322 +#define IDS_EXT_UC216 10323 +#define IDS_EXT_JAR16 10324 +#define IDS_EXT_RAR16 10325 +#define IDS_EXT_ZIP32 10326 +#define IDS_EXT_ZIP16 10327 +#define IDS_EXT_ARJ32 10328 +#define IDS_EXT_ACE32 10329 +#define IDS_EXT_ACE16 10330 + +// buttons for Edit ListBox ToolBar +#define IDS_EDTLB_MODIFY 10334 +#define IDS_EDTLB_NEW 10335 +#define IDS_EDTLB_DELETE 10336 +#define IDS_EDTLB_UP 10337 +#define IDS_EDTLB_DOWN 10338 +#define IDS_EDTLB_SORT 10339 + +// name of configuration page Alternative Viewers +#define IDS_ALTVIEWERS 10340 + +// items for Command, Arguments and InitialDirectory menus +#define IDS_EXECUTE_SALDIR 10343 +#define IDS_EXECUTE_BROWSE 10344 +#define IDS_EXECUTE_DRIVE 10345 +#define IDS_EXECUTE_PATH 10346 +#define IDS_EXECUTE_DOSPATH 10347 +#define IDS_EXECUTE_NAME 10348 +#define IDS_EXECUTE_DOSNAME 10349 +#define IDS_EXECUTE_ENV 10350 +#define IDS_EXECUTE_FULLNAME 10351 +#define IDS_EXECUTE_DOSFULLNAME 10352 +#define IDS_EXECUTE_FULLPATH 10353 +#define IDS_EXECUTE_WINDIR 10354 +#define IDS_EXECUTE_SYSDIR 10355 +#define IDS_EXECUTE_DOSFULLPATH 10356 +#define IDS_EXECUTE_DOSWINDIR 10357 +#define IDS_EXECUTE_DOSSYSDIR 10358 +#define IDS_EXECUTE_NAMEPART 10359 +#define IDS_EXECUTE_EXTPART 10360 +#define IDS_EXECUTE_DOSNAMEPART 10361 +#define IDS_EXECUTE_DOSEXTPART 10362 + +// File operation - delete: directory is not empty, do you still want to delete it? +#define IDS_NONEMPTYDIRDELCONFIRM 10364 + +// ESC pressed during reading of directory content: Yes to cancel (incomplete listing), No to continue and suppress use of automatic refresh for current path, Cancel to continue +#define IDS_READDIRTERMINATED 10365 + +// error message: time resolution for file compare: (out of range 0-3600s) +#define IDS_BADTIMERESOLUTION 10366 + +// context menu items +#define IDS_PLUGINSBAR 10367 +#define IDS_UMTOOLBAR 10368 +#define IDS_TOPTOOLBAR 10369 +#define IDS_HPTOOLBAR 10370 +#define IDS_COMMANDLINE 10371 +#define IDS_BOTTOMTOOLBAR 10372 +#define IDS_DIRECTORYLINE 10373 +#define IDS_HEADERLINE 10374 +#define IDS_INFORMATIONLINE 10375 +#define IDS_CUSTOMIZE 10376 +#define IDS_SHOWLABELS 10377 +#define IDS_HDR_ELASTIC 10378 +#define IDS_HDR_EXTENSION 10379 +#define IDS_HDR_DOS 10380 +#define IDS_HDR_SIZE 10381 +#define IDS_HDR_DATE 10382 +#define IDS_HDR_TIME 10383 +#define IDS_HDR_ATTR 10384 +#define IDS_CUSTOMIZEPANEL 10385 +#define IDS_SETHOTPATH 10386 +#define IDS_DRIVEBAR 10387 +#define IDS_DRIVEBAR2 10388 +#define IDS_GRIPSINTOOLBAR 10389 +#define IDS_HDR_SMARTMODE 10390 + +// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! FREESPACE + +// +// ToolBars +// + +// ToolBar Texts +// Bottom ToolBar Texts for F1 - F12 +#define IDS_BTBTEXTS 10400 // F1-F12 +#define IDS_BTBTEXTS_A 10401 // Alt +#define IDS_BTBTEXTS_C 10402 // Ctrl +#define IDS_BTBTEXTS_S 10403 // Shift +#define IDS_BTBTEXTS_CS 10404 // Ctrl+Shift +#define IDS_BTBTEXTS_CA 10405 // Ctrl+Alt +#define IDS_BTBTEXTS_AS 10406 // Alt+Shift +#define IDS_BTBTEXTS_CAS 10407 // Ctrl+Alt+Shift +#define IDS_BTBTEXTS_MENU 10408 // MenuLoop + +// ToolBar ToolTips +#define IDS_TBTT_CONNECTNET 10420 // Connect Network Drive +#define IDS_TBTT_DISCONNECTNET 10421 // Disconnect Network Drive +// 2x not used +#define IDS_TBTT_CREATEDIR 10424 // Create Directory +#define IDS_TBTT_NEW 10425 // New +#define IDS_TBTT_FINDFILE 10426 // Find Files +#define IDS_TBTT_VIEW_MODE 10427 // View Mode +// 1x not used +#define IDS_TBTT_SORTBYNAME 10429 // Sort by Name +#define IDS_TBTT_SORTBYEXT 10430 // Sort by Extension +#define IDS_TBTT_SORTBYSIZE 10431 // Sort by Size +#define IDS_TBTT_SORTBYDATE 10432 // Sort by Date +#define IDS_TBTT_PARENTDIR 10433 // Parent Directory +#define IDS_TBTT_ROOTDIR 10434 // Root Directory +#define IDS_TBTT_FILTER 10435 // Filter +#define IDS_TBTT_BACK 10436 // Back +#define IDS_TBTT_FORWARD 10437 // Forward +#define IDS_TBTT_REFRESH 10438 // Refresh +#define IDS_TBTT_SWAPPANELS 10439 // Swap Panels +#define IDS_TBTT_CHANGEATTR 10440 // Change Attributes +#define IDS_TBTT_USERMENU 10441 // User Menu +#define IDS_TBTT_COMMANDSHELL 10442 // Command Shell +#define IDS_TBTT_COPY 10443 // Copy +#define IDS_TBTT_MOVE 10444 // Move +#define IDS_TBTT_DELETE 10445 // Delete +// 1x not used +#define IDS_TBTT_COMPRESS 10447 // Compress +#define IDS_TBTT_UNCOMPRESS 10448 // UnCompress +#define IDS_TBTT_QUICKRENAME 10449 // Quick Rename +#define IDS_TBTT_CHANGECASE 10450 // Change Case +#define IDS_TBTT_VIEW 10451 // View +#define IDS_TBTT_CLIPBOARDCUT 10452 // Clipboard Cut +#define IDS_TBTT_CLIPBOARDCOPY 10453 // Clipboard Copy +#define IDS_TBTT_CLIPBOARDPASTE 10454 // Clipboard Paste +#define IDS_TBTT_PERMISSIONS 10455 // Permissions +#define IDS_TBTT_PROPERTIES 10456 // Properties +#define IDS_TBTT_COMPAREDIR 10457 // Comapare Directories +#define IDS_TBTT_DRIVEINFO 10458 // Drive Information +#define IDS_TBTT_HELP 10460 // Help +#define IDS_TBTT_CONTEXTHELP 10461 // Context Help +#define IDS_TBTT_CHANGEDRIVE 10462 // Change Drive +#define IDS_TBTT_EDIT 10463 // Edit + +#define IDS_TBTT_SORTBYATTR 10464 // Sort by Attr +#define IDS_TBTT_SELECT 10465 // Select +#define IDS_TBTT_UNSELECT 10466 // Unselect +#define IDS_TBTT_INVERTSEL 10467 // Invert Selection +#define IDS_TBTT_SELECTALL 10468 // Select All + +#define IDS_TBTT_PACK 10469 // Pack +#define IDS_TBTT_UNPACK 10470 // Unpack + +#define IDS_TBTT_OPENACTIVE 10471 // Open Active Folder +#define IDS_TBTT_OPENDESKTOP 10472 // Open Desktop +#define IDS_TBTT_OPENMYCOMP 10473 // Open Computer +#define IDS_TBTT_OPENCONTROL 10474 // Open Control Panel +#define IDS_TBTT_OPENPRINTERS 10475 // Open Printers +#define IDS_TBTT_OPENNETWORK 10476 // Open Network +#define IDS_TBTT_OPENRECYCLE 10477 // Open Recycle Bin +#define IDS_TBTT_OPENFONTS 10478 // Open Fonts + +#define IDS_TBTT_CONVERT 10479 // Convert +#define IDS_TBTT_UNSELECTALL 10480 // Unselect All + +#define IDS_TBTT_MENU 10481 // Enter/Leave Menu +#define IDS_TBTT_ALTVIEW 10482 // Alternate View +#define IDS_TBTT_EXIT 10483 // Exit Salamander +#define IDS_TBTT_OCCUPIEDSPACE 10484 // Calculate Occupied Space +#define IDS_TBTT_EDITNEW 10485 // Edit New +#define IDS_TBTT_CHANGEDIR 10486 // Change Directory +#define IDS_TBTT_HOTPATHS 10487 // Display Hot Paths +#define IDS_TBTT_CONTEXTMENU 10488 // Display Context Menu +#define IDS_TBTT_VIEWWITH 10489 // View With +#define IDS_TBTT_EDITWITH 10490 // Edit With +#define IDS_TBTT_CALCDIRSIZES 10491 // Calculate Directory Sizes +#define IDS_TBTT_FILEHISTORY 10492 // Directory History +#define IDS_TBTT_DIRHISTORY 10493 // View Edit History +#define IDS_TBTT_HOTPATHSDROP 10494 // Hot Paths +#define IDS_TBTT_EMAIL 10495 // Email Files +#define IDS_TBTT_ZOOMPANEL 10496 // Zoom Panel +#define IDS_TBTT_SHARES 10497 // Shared Directories +#define IDS_TBTT_FULLSCREEN 10498 // Full Screen +#define IDS_TBTT_PREV_SEL 10499 // Previous Selected Name +#define IDS_TBTT_NEXT_SEL 10500 // Next Selected Name +#define IDS_TBTT_RESELECT 10501 // Reselect +#define IDS_TBTT_PASTESHORTCUT 10502 // Paste Shortcut +#define IDS_TBTT_FOCUSSHORTCUT 10503 // Focus Shortcut or Link Target +#define IDS_TBTT_SAVESELECTION 10504 // Save Selection +#define IDS_TBTT_LOADSELECTION 10505 // Load Selection +#define IDS_TBTT_SEL_BY_EXT 10506 // Select Files With Same Extension +#define IDS_TBTT_UNSEL_BY_EXT 10507 // Unselect Files With Same Extension +#define IDS_TBTT_SEL_BY_NAME 10508 // Select Files With Same Name +#define IDS_TBTT_UNSEL_BY_NAME 10509 // Unselect Files With Same Name +#define IDS_TBTT_OPEN_FOLDER 10510 // Open Folder +#define IDS_TBTT_CONFIGURATION 10511 // Configuration +#define IDS_TBTT_DIRMENU 10512 // Current Directory Context Menu +#define IDS_TBTT_OPENINOTHER_A 10513 // Focus Name in Other Panel +#define IDS_TBTT_OPENINOTHER 10514 // Open Name in Other Panel +#define IDS_TBTT_ASOTHERPANEL 10515 // Go To Path From Other Panel +#define IDS_TBTT_HIDE_SELECTED 10516 // Hide Selected Names +#define IDS_TBTT_HIDE_UNSELECTED 10517 // Hide Unselected Names +#define IDS_TBTT_SHOW_ALL 10518 // Show All Names + +#define IDS_TBTT_OPENMYDOC 10519 // Open Documents +#define IDS_TBTT_SMARTMODE 10520 // Smart Column Mode + +// Error codes for variable strings +#define IDS_EXP_UNMATCHEDPAR 10530 // unmatched '(' +#define IDS_EXP_INTERNALERR 10531 // implementation error +#define IDS_EXP_VARNOTFOUND 10532 // variable not found: %s +#define IDS_EXP_ENVVARNOTFOUND 10533 // environment variable %s not found +#define IDS_EXP_ENVVARTOOLARGE 10534 // value of environment variable %s is too large +#define IDS_EXP_UNMATCHEDBRACKET 10535 // unmatched '[' +#define IDS_EXP_UNEXPECTEDCHAR 10536 // unexpected char following $ +#define IDS_EXP_SMALLBUFFER 10537 // small buffer +#define IDS_EXP_TRAILINGDOLLAR 10538 // trailing $ +#define IDS_EXP_EMPTYSTR 10539 // empty string not allowed +#define IDS_EXP_INVALIDVARWIDTH 10540 // invalid variable width (<1,9999> or "max") + +// packer/unpacker type +#define IDS_PUT_EXTERNAL 10550 +#define IDS_PUT_NONE 10551 + +// choose color context menu items +#define IDS_SETCOLOR_CUSTOM 10552 +#define IDS_SETCOLOR_SYSTEM 10553 +#define IDS_SETCOLOR_CUSTOM_FG 10554 +#define IDS_SETCOLOR_CUSTOM_BK 10555 +#define IDS_SETCOLOR_SYSTEM_FG 10556 +#define IDS_SETCOLOR_SYSTEM_BK 10557 +#define IDS_SETCOLOR_DEFAULT_FG 10558 +#define IDS_SETCOLOR_DEFAULT_BK 10559 + +// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! FREESPACE + +// Color Item +#define IDS_COLORITEM_PANELITEM 10564 +#define IDS_COLORITEM_FOCUSEDFRAME 10565 +#define IDS_COLORITEM_BLENDEDICONS 10566 +#define IDS_COLORITEM_PROGRESS 10567 +#define IDS_COLORITEM_CAPTION 10568 +#define IDS_COLORITEM_HOT 10569 + +// Color Label +#define IDS_COLORLABEL_ACTIVENORMAL 10570 +#define IDS_COLORLABEL_ACTIVESELECTED 10571 +#define IDS_COLORLABEL_INACTIVENORMAL 10572 +#define IDS_COLORLABEL_INACTIVESELECTED 10573 +#define IDS_COLORLABEL_NORMAL 10574 +#define IDS_COLORLABEL_SELECTED 10575 +#define IDS_COLORLABEL_FOCUSED 10576 +#define IDS_COLORLABEL_FOCUSEDSELECTED 10577 +#define IDS_COLORLABEL_LEFTPART 10578 +#define IDS_COLORLABEL_RIGHTPART 10579 +#define IDS_COLORLABEL_ACTIVE 10580 +#define IDS_COLORLABEL_INACTIVE 10581 +#define IDS_COLORLABEL_HOTPANEL 10582 +#define IDS_COLORLABEL_HOTACTIVE 10583 +#define IDS_COLORLABEL_HOTINACTIVE 10584 +#define IDS_COLORLABEL_HIGHLIGHTED 10585 + +// Color Item +#define IDS_COLORITEM_THUMBNAILFRAME 10595 + +// Color Scheme +#define IDS_COLORSCHEME_CUSTOM 10600 +#define IDS_COLORSCHEME_SALAMANDER 10601 +#define IDS_COLORSCHEME_EXPLORER 10602 +#define IDS_COLORSCHEME_NORTON 10603 +#define IDS_COLORSCHEME_NAVIGATOR 10604 + +// ConfigPage5 - HotPaths +#define IDS_HOTPATH_NAME 10665 +#define IDS_HOTPATH_HOTKEY 10666 +#define IDS_COLUMN_NAME 10667 + +// Directory and Status line Tooltips +#define IDS_PANELFILTER 10671 +#define IDS_FREESPACE 10672 +#define IDS_DIRHISTORY 10673 +#define IDS_ZOOMPANEL 10674 + +// wait window +#define IDS_ANALYSINGDIRTREEESC 10675 + +// viewers name +#define IDS_VIEWER_INTERNAL 10680 +#define IDS_VIEWER_EXTERNAL 10681 + + +// "Unable to change drive label.\nError: %s" +#define IDS_UNABLETOCHANGEDRIVELABEL 10694 + +// Ctrl modifier for string substitutions +#define IDS_CTRL 10696 + +// Ctrl modifier for string substitutions +#define IDS_SHIFT 10697 + +// text was successfully copied to clipboard +#define IDS_TEXTCOPIED 10698 + +// Copy To Clipboard +#define IDS_COPYTOCLIPBOARD 10699 + +// The path is invalid +#define IDS_THEPATHISINVALID 10700 + +// The command '%s' is invalid. Would you like to change the command? +//#define IDS_THECOMMANDISINVALID 10701 + +// A filename is invalid +#define IDS_COMDLG_INVALIDFILENAME 10702 + +// The file '' contains no icons +#define IDS_NOICONS 10703 + +// Cannot find the file "". +#define IDS_CANNONTFINDFILE 10704 + +// ViewWith, EditWith: +#define IDS_VIEWWITH_EXTERNAL 10706 +#define IDS_VIEWWITH_INTERNAL 10707 +#define IDS_EDITWITH_EXTERNAL 10708 + +// Customize... +#define IDS_CUSTOMIZE_HOTPATHS 10709 + +// Invalid submenu name. Empty string is not allowed here. +#define IDS_SE_INVALIDSUBMENUNAME 10710 +#define IDS_SE_INVALIDOPTIONS 10711 +#define IDS_SE_INVALIDOPTIONSCOMB 10712 + +#define IDS_FILEHISTORY_VIEW 10715 +#define IDS_FILEHISTORY_EDIT 10716 +#define IDS_FILEHISTORY_OPEN 10717 + +// Find File Advanced Dialog +#define IDS_FFA_ATTRIBUTES 10720 +#define IDS_FFA_SIZE 10721 +#define IDS_FFA_DATE 10722 +#define IDS_FFA_TIME 10723 +#define IDS_FFA_NONE 10725 +#define IDS_FFA_OPTIONS 10726 + +// Find Files Dialog +#define IDS_CHANGE_DIRECTORY 10730 + +// "*.cpp" in "C:\" +#define IDS_FF_IN 10731 +#define IDS_FF_STOP 10732 + +#define IDS_FF_SEARCHING 10734 +#define IDS_FF_NAME 10735 +#define IDS_FF_NAMED 10736 +#define IDS_FF_EMPTYSTRING 10737 +#define IDS_FF_AUTOLOAD 10738 +#define IDS_FF_BROWSE 10739 +#define IDS_FF_LOCALDRIVES 10740 +#define IDS_FF_ALLDRIVES 10741 + +// View/Edit - can't view/edit +#define IDS_CANT_VIEW_FILE 10745 +#define IDS_CANT_VIEW_FILE_ALT 10746 +#define IDS_CANT_EDIT_FILE 10747 + +// Separator +#define IDS_SEPARATOR 10749 + +// Startup +#define IDS_STARTUP_DATA 10750 +#define IDS_STARTUP_SHARES 10751 +#define IDS_STARTUP_CONFIG 10752 +#define IDS_STARTUP_IMPORT_CONFIG 10753 +#define IDS_STARTUP_ASSOCIATIONS 10754 +#define IDS_STARTUP_USERMENU 10755 + + +// trim path +#define IDS_TRIM_DRAG_PATH 10759 + +//copy or drag item +#define IDS_COPY_DRAG_TEXT 10760 + +//tip of the day +//#define IDS_TOD_DIDYOUKNOW 10761 + +// Find Files/Log window: listview column name +#define IDS_FINDLOG_TYPE 10762 +#define IDS_FINDLOG_TEXT 10763 +#define IDS_FINDLOG_PATH 10764 +#define IDS_FINDLOG_ERROR 10765 +#define IDS_FINDLOG_INFO 10766 +#define IDS_FINDLOG_SKIP 10767 +#define IDS_FINDLOG_IGNORE 10768 +// Find Files/Log window: Skipping %d errors... +#define IDS_FINDERRORS_SKIPPING 10769 +// Find Files/Error message box/check box: Defer following error messages +#define IDS_FINDERRORS_DEFER 10770 + +#define IDS_CONTEXTMENU_EXIT 10771 + +// Evaluation Mode +#define IDS_EVALUATION_MODE 10772 +// Licensed to: +#define IDS_REGISTRATION_LICENSEDTO 10773 +// Number of licences: +#define IDS_REGISTRATION_NUMOFLIC 10774 +// unlimited +#define IDS_REGISTRATION_UNLIMITED 10775 +// expiration on +#define IDS_REGISTRATION_EXPIRATION 10776 +// Product ID: +#define IDS_REGISTRATION_PRODUCTID 10777 +// Educational License +#define IDS_REGISTRATION_EDUVERSION 10778 + +// Always on Top prevents other application windows from open above Altap Salamander windows. You will not be able to open these windows on top until you turn off Always on Top. +#define IDS_WANTALWAYSONTOP 10779 + +// regular expressions menu +#define IDS_REGEXP_ANYCHAR 10781 +#define IDS_REGEXP_SETOFCHAR 10782 +#define IDS_REGEXP_NOTSETOFCHAR 10783 +#define IDS_REGEXP_RANGEOFCHAR 10784 +#define IDS_REGEXP_BEGINOFLINE 10785 +#define IDS_REGEXP_ENDOFLINE 10786 +#define IDS_REGEXP_OR 10787 +#define IDS_REGEXP_0ORMORE 10788 +#define IDS_REGEXP_1ORMORE 10789 +#define IDS_REGEXP_0OR1 10790 + +#define IDS_REGEXP_PARENTHESIS_L_CHAR 10791 +#define IDS_REGEXP_PARENTHESIS_R_CHAR 10792 +#define IDS_REGEXP_DOT_CHAR 10793 +#define IDS_REGEXP_PLUS_CHAR 10794 +#define IDS_REGEXP_ASTERISK_CHAR 10795 + +#define IDS_REGEXP_ALPHANUMERIC_CHAR 10796 +#define IDS_REGEXP_ALPHABETIC_CHAR 10797 +#define IDS_REGEXP_DECIMAL_DIGIT 10798 + +#define IDS_REGEXP_DECIMAL_NUMBER 10799 +#define IDS_REGEXP_HEXADECIMAL_NUMBER 10800 +#define IDS_REGEXP_REAL_NUMBER 10801 + +#define IDS_REGEXP_QUOTED_STRING 10802 +#define IDS_REGEXP_ALPHABETIC_STRING 10803 +#define IDS_REGEXP_IDENTIFIER 10804 + +#define IDS_REGEXP_HELP 10805 + +// Restrictions +#define IDS_POLICIESRESTRICTION_TITLE 10806 +// This operation has been cancelled due to restrictions in effect on this +// computer. Please contact your system administrator. +#define IDS_POLICIESRESTRICTION 10807 +// Reading Group Policy from registry... +#define IDS_STARTUP_POLICY 10808 + +// Conversion Tables dialog +#define IDS_CONVERSION_DESCRIPTION 10810 +#define IDS_CONVERSION_CODEPAGE 10811 +#define IDS_CONVERSION_PATH 10812 + +// description of Compact Disk in Alt+F1/F2 menus (change drive) +#define IDS_COMPACT_DISK 10813 +// description of Local Disk +#define IDS_LOCAL_DISK 10814 +// description of Removable Disk +#define IDS_REMOVABLE_DISK 10815 + +// sending files through e-mail +#define IDS_EMAILFILES_SUBJECT 10818 +#define IDS_EMAILFILES_BODY 10819 +#define IDS_EMAILFILES_MAPIERROR 10820 + +// Find Files/Ignore Directory: Reset confirmation +#define IDS_FINDIGNORE_RESET 10821 + +// error message: Find Files dialog: cannot find files in the directory (access denied, etc.) +#define IDS_DIRERRORFORMAT 10825 +#define IDS_ERROR_OPENING_FILE2 10826 +#define IDS_ERROR_READING_FILE2 10827 +#define IDS_FILEREADERROR2 10828 +#define IDS_GETLINKTGTFILESIZEERROR 10829 + +// Help/About Plugin when no plugin is available (text for one disabled menu item) +#define IDS_EMPTYPLUGINSMENU1 10830 +// Options/Plugin Configuration when no plugin with configuration is available (text for one disabled menu item) +#define IDS_EMPTYPLUGINSMENU2 10831 + +// cannot conver local path to UNC format +#define IDS_CANNOT_CREATE_UNC_NAME 10832 + +// strings for Shared Directories dialog +#define IDS_CONFIRM_STOPSHARE 10833 +#define IDS_SHARES_NAME 10834 +#define IDS_SHARES_PATH 10835 +#define IDS_SHARES_COMMENT 10836 + +// buttons for dialog +#define IDS_BUTTON_OK 10840 +#define IDS_BUTTON_CANCEL 10841 +#define IDS_BUTTON_HELP 10842 +#define IDS_BUTTON_ABORT 10843 +#define IDS_BUTTON_RETRY 10844 +#define IDS_BUTTON_IGNORE 10845 +#define IDS_BUTTON_TRY 10846 +#define IDS_BUTTON_CONTINUE 10847 +#define IDS_BUTTON_YES 10848 +#define IDS_BUTTON_NO 10849 +// nechat jeste par polozek rezervu + +#define IDS_ESCAPE 10860 +#define IDS_F11 10861 + +#define IDS_MIDDLETOOLBAR 10862 + +// Configuration/Appearance/Show the current path in title bar +#define IDS_TITLEBAR_FULLPATH 10863 +#define IDS_TITLEBAR_DIRECTORY 10864 +#define IDS_TITLEBAR_COMPOSITE 10865 + +#define IDS_CREATEDIRECTORY_TITLE 10867 +#define IDS_CREATEDIRECTORY_TEXT 10868 + +#define IDS_CHANGEDIRECTORY 10869 + +// Empty (Use Configuration to define viewers) +#define IDS_VIEWWITH_EMPTY 10870 +// Empty (Use Configuration to define editors) +#define IDS_EDITWITH_EMPTY 10871 + +// The file '%s' is not valid shortcut nor link. +#define IDS_SHORTCUT_INVALID 10872 +// Cannot obtain shortcut target or target path is not accessible. +#define IDS_SHORTCUT_WRONG_PATH 10873 +// Cannot get link target. +#define IDS_DIRLINK_WRONG_PATH 10874 +// This link is volume mount point. Unable to show it in panel.\nPath: %s +#define IDS_DIRLINK_MOUNT_POINT 10875 + + +// Find File Advanced Dialog +#define IDS_FFA_SECONDS 10880 +#define IDS_FFA_MINUTES 10881 +#define IDS_FFA_HOURS 10882 +#define IDS_FFA_DAYS 10883 +#define IDS_FFA_WEEKS 10884 +#define IDS_FFA_MONTHS 10885 +#define IDS_FFA_YEARS 10886 +#define IDS_FFA_BYTES 10887 + +// Context menu items (displayed below filter symbol in the Directory Line). +#define IDS_HIDDEN_ATTRIBUTE 10890 +#define IDS_HIDDEN_FILTER 10891 +#define IDS_HIDDEN_HIDECMD 10892 + +// Comparing with plugin file-system is not supported yet. +#define IDS_COMPARE_FS 10893 +// There is same path in the left and right panel. +#define IDS_COMPARE_SAMEPATH 10894 + +// error message: worker: encrypting on disk or system, which doesn't support it (e.g. FAT) +#define IDS_ENCRYPNOTSUPPORTED 10900 + +// error box title: some error during changing encryption on NTFS 5.0 +#define IDS_ERRORENCRYPTING 10905 + +// message box: worker: before encrypting file with system attribute +// title +#define IDS_CONFIRMSFILEENCRYPT 10910 +// text +#define IDS_ENCRYPTSFILE 10911 + +// disk operations progress dialog, button Pause states: +// Pause +#define IDS_PROGDLGPAUSE 10920 +// Resume (after Pause button was clicked) +#define IDS_PROGDLGRESUME 10921 + +// disk operations progress dialog: substitution for number of percents in window caption when operation is paused (after Pause button was clicked) +#define IDS_PROGDLGPAUSED 10922 +// disk operations progress dialog: substitution for number of percents in window caption when operation is waiting in queue (it will be resumed when running operation in queue ends) +#define IDS_PROGDLGQUEUEPAUSED 10923 + +// Subst x: +#define IDS_INFODLGTYPE7 10925 +// name and user for network drive +#define IDS_INFODLGTYPE8 10926 +// junction to: %s +#define IDS_INFODLGTYPE9 10952 +// symbolic link to: %s +#define IDS_INFODLGTYPE10 10953 + +// Change Drive window: text of Documents item +#define IDS_MYDOCUMENTS 10927 + +// strings for Diconnect Network Drives dialog +#define IDS_DISCONNECT_NAME 10930 +#define IDS_DISCONNECT_PATH 10931 +#define IDS_DISCONNECT_NODRIVES 10932 + +// Plugins Manager dialog: plugin's home page (Internet) is empty string: "(none)" +#define IDS_PLUGINURLNONE 10940 + +// F3/F4/Enter on file from archive: file can't be unpacked to TEMP directory because of too long filename +#define IDS_UNPACKTOOLONGNAME 10945 +// F3 on file from archive: Unable to unpack file from archive because its name is invalid on Windows file systems and archiver plugin does not support unpacking to another file name. +#define IDS_UNPACKINVNAMERENUNSUP 10946 + +// Configuration: Drives: title of Browse (...) path window: Select Path +#define IDS_BROWSEONERRGOTOTITLE 10950 +// Configuration: Drives: text of Browse (...) path window: Select the path you want to visit when current path in panel is inaccessible +#define IDS_BROWSEONERRGOTOTEXT 10951 +// 10952 je uz pouzite + +// Error Opening Alternate Data Stream dialog: second item in menu on Ignore button: Ignore &All +#define IDS_ERROPENADS_IGNOREALL 10955 + +// Show names -- mangle +#define IDS_NAMEMANGLE_ONTHEDISK 10960 +#define IDS_NAMEMANGLE_EXPLORER 10961 +#define IDS_NAMEMANGLE_VC 10962 +#define IDS_NAMEMANGLE_PARTMIXEDCASE 10963 +#define IDS_NAMEMANGLE_LOWERCASE 10964 +#define IDS_NAMEMANGLE_UPPERCASE 10965 + +#define IDS_IMPORTCFG_DEFCFG 10970 +#define IDS_IMPORTCFG_NOKEYS 10971 +#define IDS_IMPORTCFG_NOKEYS2 10972 + +// Copy/Move dialog box: menu for right-arrow +#define IDS_PATHMENU_BROWSE 10980 +#define IDS_PATHMENU_LEFT 10981 +#define IDS_PATHMENU_RIGHT 10982 + +// Panel > Size Column > Display mode +#define IDS_SIZEMODE_BYTES 10985 +#define IDS_SIZEMODE_KB 10986 +#define IDS_SIZEMODE_MIXED 10987 + +#define IDS_EVALUATION_EXPIRED 10990 + +#define IDS_SHELLEXTBREAK4 10994 +#define IDS_SHELLEXTBREAK3 10995 +#define IDS_SHELLEXTCRASH 10996 +#define IDS_SHELLEXTBREAK 10997 +#define IDS_SHELLEXTBREAK2 10998 + +// Title of packer errors +#define IDS_PACKERR_TITLE 11000 + +// low memory +#define IDS_PACKERR_NOMEM 11001 +// archive type is not supported +#define IDS_PACKERR_ARCNAME_UNSUP 11002 +// for this archive type are not supported operations modifying the archive +#define IDS_PACKERR_PACKER_UNSUP 11003 +// some general error, e.g. system error +#define IDS_PACKERR_GENERAL 11004 +// unable to execute new process +#define IDS_PACKERR_PROCESS 11005 +// external archiver returns error +#define IDS_PACKERR_RETURN 11006 +// external archiver not found +#define IDS_PACKERR_NOTFOUND 11007 +// invalid temporary file +#define IDS_PACKERR_FILE 11008 +// invalid path to file - too long +#define IDS_PACKERR_PATH 11009 +// invalid command line - wrong variables ? +#define IDS_PACKERR_CMDLNERR 11010 +// invalid command line - wrong variables ? +#define IDS_PACKERR_IDIRERR 11011 +// invalid command line - too long +#define IDS_PACKERR_CMDLNLEN 11012 +// not enough memory to create virtual file system with content of archive +#define IDS_PACKERR_FDATA 11013 +// environment variable COMSPEC was not found +#define IDS_PACKERR_COMSPEC 11014 +// error moving file to target path (from temporary path) +#define IDS_PACKERR_MOVE 11015 +// error parsing archive listing +#define IDS_PACKERR_PARSE 11016 +// error in archiver configuration - no name field found +#define IDS_PACKERR_ARCCFG 11017 +// error in archive: date and/or time reported by archiver is invalid +#define IDS_PACKERR_DATETIME 11018 +// error reading archive output - no output got +#define IDS_PACKERR_NOOUTPUT 11019 +// error using external archiver - unable to rename temporary file (%1) to archive name (%2) +#define IDS_PACKERR_UNABLETOREN 11020 +// error using external archiver - This file name is invalid on Windows file systems. External archivers do not support unpacking to another file name so it's not possible to unpack this file. +#define IDS_PACKERR_INVALIDNAME 11021 + +// Return codes of archivers +// Message for displaying error number +#define IDS_PACKRET_GENERAL 11025 +// Warning (Non fatal error) +#define IDS_PACKRET_WARNING 11026 +// Extraction error +#define IDS_PACKRET_EXTRACT 11027 +// Fatal error +#define IDS_PACKRET_FATAL 11028 +// CRC error +#define IDS_PACKRET_CRC 11029 +// Security error or modification of secured archive +#define IDS_PACKRET_SECURITY 11030 +// Disk full or write error +#define IDS_PACKRET_DISK 11031 +// Error opening archive or file +#define IDS_PACKRET_FOPEN 11032 +// User error - bad parameters +#define IDS_PACKRET_PARAMS 11033 +// Not enough memmory +#define IDS_PACKRET_MEMORY 11034 +// File is not an archive file +#define IDS_PACKRET_NOTARC 11035 +// XMS memmory error +#define IDS_PACKRET_XMSMEM 11036 +// User break +#define IDS_PACKRET_BREAK 11037 +// User break - ACE - maybe archiver have waited for your answer in its window (click on "salspawn.exe" window on taskbar to see archiver question) +#define IDS_PACKRET_BREAK2 11070 +// Too many chapters +#define IDS_PACKRET_CHAPTERS 11038 +// Failed to rename temporary file to archive file +#define IDS_PACKRET_TEMP 11039 +// Internal error +#define IDS_PACKRET_INTERN 11040 +// Undefined error +#define IDS_PACKRET_UNKNOWN 11041 +// Skipped a file +#define IDS_PACKRET_SKIPPED 11042 +// Archive damaged +#define IDS_PACKRET_DAMAGED 11043 +// Virus detected +#define IDS_PACKRET_VIRUS 11044 +// Error of salspawn.exe +#define IDS_PACKRET_SPAWN 11045 +// Extraction error or if you are deleting from archive, please ignore this error message +#define IDS_PACKRET_EXTRACT_LHA 11046 + +// Full name of archive +#define IDS_PACK_ARC_NAME 11047 +// Name of archive +#define IDS_PACK_ARC_FILE 11048 +// Path to archive +#define IDS_PACK_ARC_PATH 11049 +// Full name of list of files +#define IDS_PACK_LST_NAME 11050 +// DOS full name of archive +#define IDS_PACK_ARC_DOSNAME 11051 +// DOS name of archive +#define IDS_PACK_ARC_DOSFILE 11052 +// DOS full name of list of files +#define IDS_PACK_LST_DOSNAME 11053 +// Text in window while executing external unpacker +#define IDS_PACK_EXECUTING 11054 +// paths to packer executables +#define IDS_PACK_EXE_JAR32 11055 +#define IDS_PACK_EXE_JAR16 11056 +#define IDS_PACK_EXE_RAR32 11057 +#define IDS_PACK_EXE_RAR16 11058 +#define IDS_PACK_EXE_ARJ32 11059 +#define IDS_PACK_EXE_ARJ16 11060 +#define IDS_PACK_EXE_ACE32 11061 +#define IDS_PACK_EXE_ACE16 11062 +#define IDS_PACK_EXE_LHA16 11063 +#define IDS_PACK_EXE_UC216 11064 +#define IDS_PACK_EXE_ZIP32 11065 +#define IDS_PACK_EXE_ZIP16 11066 +#define IDS_PACK_EXE_UZP16 11067 +#define IDS_PACK_EXE_BROWSE 11068 + +// 11070 je zabrany pro IDS_PACKRET_BREAK2 + +#define IDS_PACKQRY_PREFIX 11101 +// User query, whether discard root dir in archive while compressing +#define IDS_PACKQRY_ARCPATH 11102 +// User query, whether use copy instead of move if not supported +#define IDS_PACKQRY_NOMOVE 11103 + +// Requested drive in Autoconfig dialog is invalid +#define IDS_ACBADDRIVE 11104 + +// Change end of line characters +// not to change +//#define IDS_EOF_NONE 11200 +// CR +//#define IDS_EOF_CR 11201 +// LF +//#define IDS_EOF_LF 11202 +// CRLF +//#define IDS_EOF_CRLF 11203 + +#define IDS_HELPERROR 11209 +#define IDS_FAILED_TO_LAUNCH_HELP 11210 +#define IDS_FAILED_TO_FIND_HELP 11211 + +#define IDS_BROWSE_BTN_TIP 11215 + +// Find Files dialog: toolbar labels +#define IDS_FINDTB_FOCUS 11220 +#define IDS_FINDTBTT_FOCUS 11221 +#define IDS_FINDTBTT_VIEW 11222 +#define IDS_FINDTBTT_EDIT 11223 +#define IDS_FINDTBTT_DELETE 11224 +#define IDS_FINDTBTT_USERMENU 11225 +#define IDS_FINDTBTT_CUT 11226 +#define IDS_FINDTBTT_COPY 11227 +#define IDS_FINDTBTT_STOP 11228 +#define IDS_FINDTBTT_MESSAGES 11229 +#define IDS_FINDTBTT_PROPERTIES 11231 + +#define IDS_MOVECOPY_OPTIONS_NOTSUPPORTED 11240 +#define IDS_MOVECOPY_OPTIONS_NOTSUPPORTED_AGAIN 11241 + +// Make File List values +#define IDS_FILEDATA_FILENAMEPART 11245 +#define IDS_FILEDATA_FILEEXTENSION 11246 + +// error box: disk operation produces too long target directory name, path+name is displayed in message +#define IDS_TOOLONGNAME2 11250 + +// Configuration > User Menu > Arguments > menu: Advanced submenu (name + items) +#define IDS_EXECUTE_ADVANCEDMENU 11255 +#define IDS_EXECUTE_FULLPATHINACTIVE 11256 +#define IDS_EXECUTE_FULLPATHLEFT 11257 +#define IDS_EXECUTE_FULLPATHRIGHT 11258 +#define IDS_EXECUTE_COMPAREDFILELEFT 11259 +#define IDS_EXECUTE_COMPAREDFILERIGHT 11260 +#define IDS_EXECUTE_COMPAREDDIRLEFT 11261 +#define IDS_EXECUTE_COMPAREDDIRRIGHT 11262 +#define IDS_EXECUTE_COMPAREDFILEACT 11263 +#define IDS_EXECUTE_COMPAREDFILEINACT 11264 +#define IDS_EXECUTE_COMPAREDDIRACT 11265 +#define IDS_EXECUTE_COMPAREDDIRINACT 11266 +#define IDS_EXECUTE_LISTOFSELNAMES 11267 +#define IDS_EXECUTE_LISTOFSELFULLNAMES 11268 +#define IDS_EXECUTE_COMPAREDLEFT 11269 +#define IDS_EXECUTE_COMPAREDRIGHT 11270 +#define IDS_EXECUTE_COMPAREDACT 11271 +#define IDS_EXECUTE_COMPAREDINACT 11272 + + +// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! FREESPACE + + +// panel context menu: title of submenu New (system menu New) +#define IDS_MENUNEWTITLE 12000 + +// Unable to launch default mailer +#define IDS_MAILERFAILED 12001 + +// NTFS compress/uncompress: confirmation dialog title +#define IDS_CONFIRM_NTFSCOMPRESS_TITLE 12002 +#define IDS_CONFIRM_NTFSUNCOMPRESS_TITLE 12003 + +// confirmation menu: drag&drop operation +// move ? +#define IDS_DROPMOVE 12004 +// copy ? +#define IDS_DROPCOPY 12005 +// link ? +#define IDS_DROPLINK 12006 +// do something else ? +#define IDS_DROPUNKNOWN 12007 +// cancel +#define IDS_DROPCANCEL 12008 + +//Configuration was successfully exported +#define IDS_CONFIGEXPORTED 12010 +//save config before export? +#define IDS_PREDCONFIGEXPORT 12011 + +// help: how to import configuration +#define IDS_CONFIGHOWTOIMPORT 12015 + +// error loading plug-in DLL (general - file is missing or something like this) +#define IDS_UNABLETOLOADPLUGIN 12020 +// error loading plug-in DLL: unable to find entry point (it is not Salamander plug-in) +#define IDS_UNABLETOFINDPLUGINENTRY 12021 +// error loading plug-in DLL: DLL file has changed, please reinstall plug-in ... +#define IDS_REINSTALLPLUGIN 12022 +// error loading plug-in DLL: plug-in is not valid and its name is known +#define IDS_PLUGININVALID 12023 +// error loading plug-in DLL: this plug-in version is not supported (old plug-in) +#define IDS_OLDPLUGINVERSION 12024 +// error loading plug-in DLL: plug-in is not valid and its name is unknown +#define IDS_PLUGININVALID2 12025 +// error loading plug-in DLL: this plug-in (with unknown name) version is not supported (old plug-in) +#define IDS_OLDPLUGINVERSION2 12026 + +// edit or assoc from archive: update failed, do you want to try it again? +#define IDS_UPDATEFAILED 12033 + +// internal text/hex viewer: selected block is too big (over 100MB), copying to clipboard or drag&drop may be slow, do you want to skip such operations? +#define IDS_VIEWER_BLOCKTOOBIG 12039 +// internal text/hex viewer: unknown error +#define IDS_VIEWER_UNKNOWNERR 12040 +// internal text/hex viewer: probably binary file, do you want switch to hex mode? +#define IDS_VIEWER_BINFILE 12041 +// internal text/hex viewer: text search was terminated by ESC +#define IDS_FINDTERMINATEDBYUSER 12042 +// internal text/hex viewer: menu 'Convert' title +#define IDS_VIEWERCODINGMENU 12043 +// internal text/hex viewer: menu 'Convert': 'none' item name +#define IDS_VIEWERNONECODING 12044 +// internal text/hex viewer: menu 'Convert': 'ANSI->OEM' item name +#define IDS_VIEWERANSI2OEMCODING 12045 +// internal text/hex viewer: menu 'Convert': 'OEM->ANSI' item name +#define IDS_VIEWEROEM2ANSICODING 12046 +// internal text/hex viewer: menu 'Convert': incorrect size of file with code table +#define IDS_VIEWERBADFILESIZE 12047 +// internal text/hex viewer: menu 'Convert': error while opening file with code table +#define IDS_VIEWERERROPENFILE 12048 +// internal text/hex viewer: menu 'Convert': incorrect internal coding name (neither ansi->oem nor oem->ansi) +#define IDS_VIEWERBADINTCODING 12049 +// internal text/hex viewer: menu 'Convert': invalid line in file convert.cfg +#define IDS_VIEWERINVALIDLINE 12050 +// internal text/hex viewer: menu 'Convert': error while opening file convert.cfg +#define IDS_VIEWERERROPENCODES 12051 +// internal text/hex viewer: menu 'Convert': 'next' item name +#define IDS_VIEWERNEXTCODING 12052 +// internal text/hex viewer: menu 'Convert': 'previous' item name +#define IDS_VIEWERPREVIOUSCODING 12053 +// internal text/hex viewer: menu 'Convert': 'Recognize Code Page' item name +#define IDS_VIEWERAUTOCODING 12054 +// internal text/hex viewer: menu 'Convert': 'Set as Default' item name +#define IDS_VIEWERSETDEFAULTCODING 12055 +// internal text/hex viewer: menu 'Convert': 'ANSI' code page name +#define IDS_VIEWERANSICODEPAGE 12056 + +// general file name input: empty file name has no sence here ... +#define IDS_EMPTYNAMENOTALLOWED 12060 +// general file name input: incomplete path, please specify full path +#define IDS_INCOMLETEFILENAME 12061 + +// Salamander starts with only-one-instance "on": running instance is busy: do you want to run another instance? +#define IDS_SALAMANDBUSY 12080 + +// salamander is busy and Find dialog requests command execution - requested +// command cannot be accomplished, try again later +#define IDS_SALAMANDBUSY2 12081 + +// Internal text/hex viewer: Edit/Copy to file: title of window +#define IDS_VIEWERCOPYTOFILE 12085 + +// title of progress dialog when converting +#define IDS_CONVERTTITLE 12086 +// converting: operation +#define IDS_CONVERTING 12087 +// error box title: some error during creating temporary file for converting +#define IDS_ERRORCREATINGTMPFILE 12088 + +// plugins manager/hot keys: reset confirmation +#define IDS_PLUGINRESETKEYS 12089 +// plugins manager/functions: panel archiver list and unpack +#define IDS_PLUGINFUNCVIEW 12090 +// plugins manager/functions: panel archiver delete and pack +#define IDS_PLUGINFUNCEDIT 12091 +// plugins manager/functions: custom archiver pack +#define IDS_PLUGINFUNCCUSTPACK 12092 +// plugins manager/functions: custom archiver unpack +#define IDS_PLUGINFUNCCUSTUNPACK 12093 +// plugins manager/functions: file viewer +#define IDS_PLUGINFUNCFILEVIEWER 12094 +// plugins manager/functions: menu extension +#define IDS_PLUGINFUNCMENUEXTENSION 12095 +// plugins manager/functions: file system +#define IDS_PLUGINFUNCFILESYSTEM 12096 +// plugins manager/functions: thumbnail loader +#define IDS_PLUGINFUNCTHUMBLOADER 12109 +// plugins manager/column loaded: yes/no +#define IDS_PLUGINS_LOADED_YES 12097 +#define IDS_PLUGINS_LOADED_NO 12098 +// plugins manager/add: plug-in file-open-dialog filter +#define IDS_PLUGINFILTER 12099 +// plugins manager/add: file-open-dialog title +#define IDS_PLUGINADDTITLE 12100 +// plugins manager/test: plugin seems to work correctly +#define IDS_PLUGINTESTOK 12101 +// plugins manager/unload: plugin is about to unload, do you want to save its configuration? +#define IDS_PLUGINSAVECONFIG 12102 +// plugins manager/remove: do you really want to remove plugin? +#define IDS_PLUGINREMOVEOK 12103 +// plugins manager/add: plug-in is already installed. you can't add it once more. +#define IDS_PLUGINEXISTS 12104 +// plugins manager/unload: plug-in don't want to unload, do you want to force unload? +#define IDS_PLUGINFORCEUNLOAD 12105 +// plugins manager: archives (extensions) is empty string: "(none)" +#define IDS_PLUGINEXTNONE 12106 +// plugins manager: file system name (FS Name) is empty string: "(none)" +#define IDS_PLUGINFSNONE 12107 +// plugins manager/test all: all plugins seem to work correctly +#define IDS_PLUGINTESTALLOK 12108 + +// 12109 je zabrane !!! + +// plugins manager/column name +#define IDS_PLUGINS_NAME 12110 +// plugins manager/column name +#define IDS_PLUGINS_LOADED 12111 +// plugins manager/column name +#define IDS_PLUGINS_VERSION 12112 +// plugins manager/column name +#define IDS_PLUGINS_LOCATION 12113 +// plugins manager: thumbnail extensions is empty string: "(none)" +#define IDS_PLUGINTHUMBNONE 12114 + +// pluing shortcuts dialog box: Command +#define IDS_PLUGIN_COMMAND 12115 +// pluing shortcuts dialog box: Shortcut Keys +#define IDS_PLUGIN_KEY 12116 + +// command line parameters of Salamander: invalid parameters, usage: ... +#define IDS_INVALIDCMDLINE 12119 + +// unable to read file %s +#define IDS_FILEREADERROR 12120 +// unable to write file %s +#define IDS_FILEWRITEERROR 12121 + +// confirm file overwrite with A NEWLY CREATED FILE +#define IDS_NEWLYCREATEDFILE 12122 + +// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +// error creating root directory +#define IDS_ERRORCREATINGROOTDIR 12124 + +// error creating file +#define IDS_ERRORCREATINGFILE 12125 +// error opening existing file to get file info +#define IDS_ERR_FILEOPEN 12126 + +// changing path in panel: path not found +#define IDS_PATHNOTFOUND 12130 +// changing path in panel: path to some file, which is not archive - don't know how to open it +#define IDS_NOTARCHIVEPATH 12131 +// changing path in panel: path to unknown plugin file-system +#define IDS_NOTPLUGINFS 12132 + +// closing salamander with archive in panel: archive don't want to be closed, force close? +#define IDS_ARCHIVEFORCECLOSE 12133 +// archive file has changed, so archive in panel will be reopened +#define IDS_ARCHIVEREFRESHEDIT 12134 +// before closing archive in panel: if you are editing some files from archive, save changes and close files in editors +#define IDS_ARCHIVECLOSEEDIT 12135 +// before copy, delete, calculate occupied space, and clipboard copy+cut: if you are editing some files from archive, save changes and close files in editors, then check selection in refreshed panel and repeat your command +#define IDS_ARCHIVECLOSEEDIT2 12136 +// before drag&drop from archive: if you are editing some files from archive, save changes and close files in editors, then check selection in refreshed panel and start drag&drop again +#define IDS_ARCHIVECLOSEEDIT3 12137 + +// changing path to file on plugin FS (from Change Directory command): file should be focused, but it's not found +#define IDS_UNABLETOFOCUSFILEONFS 12138 + +// wait window: Salamander searches for plugins, init phase +#define IDS_AUTOINSTALLPLUGINS_INIT 12139 + +// wait window: after first start of Salamander - Salamander searches for plugins +#define IDS_AUTOINSTALLPLUGINS 12140 + +// wait window: Reading associations from registry, please wait... +#define IDS_READINGASSOCIATIONS 12141 + +// wait window: Trying to reconnect network drive, please wait... +#define IDS_TRYINGRECONNECTESC 12142 + +// wait window: Saving configuration to registry, please wait... +#define IDS_SAVINGCONFIGURATION 12143 + +// wait window: Deleting old configuration from registry, please wait... +#define IDS_DELETINGCONFIGURATION 12145 + +// wait window: Unpacking file from archive, please wait... +#define IDS_UNPACKINGFILEFROMARC 12146 + +// wait window: Reading list of files and directories from archive, please wait... +#define IDS_LISTINGARCHIVE 12147 + +// wait window: first start of Salamander with changed language or after importing registration keys - Salamander is loading plugins (to check if they contain chosen language version or if they need to uninstall unregistered components) +#define IDS_LOADINGPLUGINS 12148 + +// closing salamander with FS in panel: FS don't want to be closed, force close? +#define IDS_FSFORCECLOSE 12160 + +// error during reconnecting network drive: see ERROR_SESSION_CREDENTIAL_CONFLICT (used text is from XP/Vista system error description, previous versions of Windows have too short description) +#define IDS_CREDENTIALCONFLICT 12165 + +// archive update dialog: confirmation for "ignore selected" button +#define IDS_ARCREALLYIGNORESEL 12170 +// archive update dialog: confirmation for "ignore all" button +#define IDS_ARCREALLYIGNOREALL 12171 +// archive update dialog: "copy selected to": title of browse dialog +#define IDS_BROWSEARCUPDATE 12172 +// archive update dialog: "copy selected to": text of browse dialog +#define IDS_BROWSEARCUPDATETEXT 12173 +// during path checking: "checking path %s, press ESC to cancel..." +#define IDS_CHECKINGPATHESC 12180 +// during path listing (reading): "reading path %s, press ESC to cancel..." +#define IDS_READINGPATHESC 12181 + +// during text searching: "searching text, press ESC to cancel..." +#define IDS_SEARCHINGTEXTESC 12190 + +// format string for common path errors +#define IDS_PATHERRORFORMAT 12200 +// error during changing of path in panel: path %s doesn't exist in archive +#define IDS_PATHINARCHIVENOTFOUND 12201 + +// Connect To Network Path dialog: empty username is not allowed +#define IDS_EMPTYUSERNAME 12205 + +// Menu New is not available +#define IDS_NEWISNOTAVAILABLE 12210 + +// directory specified by TMP or TEMP env. variable doesn't exist +#define IDS_TMPDIRERROR 12215 + +// file-type for up-dir symbol ("..") +#define IDS_UPDIRTYPENAME 12220 + +// Change Drive window (menu): floppy media types (3.5", 5.25", 8") +#define IDS_FLOPPY350 12225 +#define IDS_FLOPPY525 12226 +#define IDS_FLOPPY800 12227 + +// Copy & Paste: when target file exists we create "copy (x) of name.ext" (XP and earlier) or "name - Copy (x).ext" (Vista) automatically +// "copy" from "copy (x) of name.ext" and "name - Copy (x).ext" +#define IDS_NEWNAME_COPY 12230 +// "of" from "copy (x) of name.ext", if you do not want to use it, set it to single space character (" ") +#define IDS_NEWNAME_OF 12231 + +// There are no items in this panel. +#define IDS_NOITEMSINPANEL 12233 + +// text, ktery je pridan ke jmenu plug-inu, aby zvyraznil ze jde o plug-in - " (Plug-in)" +#define IDS_PLUGINSUFFIX 12235 + +// task list dialog: You cannot break this task. Use another +// Altap Salamander task to break this one. +#define IDS_CURRENTPROCESSBREAK 12240 +// task list dialog: You cannot terminate this task. Use another +// Altap Salamander task to terminate this one. +#define IDS_CURRENTPROCESSTERMINATE 12241 +// task list dialog: process terminate confirmation +#define IDS_CONFIRM_TERMINATE 12242 + +// Do you want to email selected files? +#define IDS_CONFIRM_EMAIL 12243 + +// There is no file selected +#define IDS_WANTEMAIL_NOFILE 12244 + +// The file ""%s"" already exists.\n\nDo you want to add %s into existing archive or overwrite existing one? +#define IDS_CONFIRM_ADDTOARCHIVE 12245 +#define IDS_CONFIRM_ADDTOARCHIVE_ADD 12246 // alias button "&Add" +#define IDS_CONFIRM_ADDTOARCHIVE_OVER 12247 // alias button "&Overwrite" +#define IDS_CONFIRM_ADDTOARCHIVE_NOASK 12248 + +// task list dialog: process break confirmation +#define IDS_CONFIRM_BREAK 12249 + +// registration key is invalid - please contact ALTAP, Salamander will run in evaluation mode +#define IDS_REGKEYERROR 12250 + +// error message: Unable to read file +#define IDS_UNABLETOREADFILE 12255 + +// messages connected with importing of registration keys to Salamander +#define IDS_KEYS_NOTKEYFILE 12259 +#define IDS_KEYS_TITLE 12260 +#define IDS_KEYS_OPEN 12261 +#define IDS_KEYS_ACCES 12262 +#define IDS_KEYS_TOOBIG 12263 +#define IDS_KEYS_MAPPING 12264 +#define IDS_KEYS_VIEW 12265 +#define IDS_KEYS_BADFILE 12266 +#define IDS_KEYS_ENCRYPT 12267 +#define IDS_KEYS_METHOD 12268 +#define IDS_KEYS_LOWMEM 12269 + +// file filter for importing keys (*.zip; salamand.key) +#define IDS_IMPORTKEYFILTER 12270 + +// Registration Keys were successfully imported. Restart Altap Salamander to test new keys. +#define IDS_IMPORTKEYSUCCESS 12271 +// Unable to import Registration Keys. +#define IDS_IMPORTKEYFAIL 12272 +// This file doesn't contain ALTAP Registration Keys. +#define IDS_IMPORTKEYNOTKEYS 12273 +// Unable to import Registration Keys. +#define IDS_IMPORTKEYFAIL2 12274 +// Some Registration Keys file has been already imported. Do you want to overwrite it? +#define IDS_IMPORTKEYALEXISTS 12276 +// Unable to import Registration Keys file.\n\nSource File: %s\nTarget File: %s\nError: %s +#define IDS_IMPORTKEYERROR 12277 +// Please find SALAMAND.KEY file to import all installed Registration Keys.\n\nNote: it is better to import KEYS*.ZIP files (if you have one of them). +#define IDS_IMPORTKEYFAIL3 12278 + +// registration key has expired - please contact ALTAP, Salamander will run in evaluation mode +#define IDS_REGKEYEXPIRED 12280 + +// this x86/x64 version of Salamander is not registered (keys not found), but version for +// other platform (x64/x86) uses registration keys, do you want to import them? Message: +// Altap Salamander (x86/x64) is running in evaluation mode (no registration key found). +// Do you want to import registration keys from Altap Salamander (x64/x86)? +#define IDS_IMPORTREGKEYSFROMOP 12281 + +// copy/move operation - all files and directories has the same target name (they would overwrite one another), do you want to continue? +#define IDS_MOVECOPY_NONSENSE 12285 + +// copy/move operation - target path doesn't exist, do you want to create it? +#define IDS_MOVECOPY_CREATEPATH 12290 +// copy/move operation - create target path without asking next time... +#define IDS_MOVECOPY_CREATEPATH_CNFRM 12291 + +// copy/move operation - operation masks are not supported in archives +#define IDS_MOVECOPY_OPMASKSNOTSUP 12295 + +// edit controls in dialog boxes - when number is required - error text: invalid number +#define IDS_INVALIDNUMBER 12300 + +// unpacking from archives - unpacking to archives or plug-in FS is not supported yet +#define IDS_UNPACK_ONLYDISK 12305 +// unpacking from archives - operation masks are not supported when unpacking from archives +#define IDS_UNPACK_OPMASKSNOTSUP 12306 + +// Language changes do not take affect until the Altap Salamander is restarted. +#define IDS_LANGUAGE_CHANGE 12307 + +// Conversion Table changes do not take affect until the Altap Salamander is restarted. +#define IDS_CONVERSION_CHANGE 12308 + +// copying/moving from FS - this plug-in FS doesn't support copying/moving to archives and general support for these operations is not implemented yet +#define IDS_FSCOPYMOVE_ONLYDISK_A 12310 +// copying/moving from FS - this plug-in FS doesn't support copying/moving to FS and general support for these operations is not implemented yet +#define IDS_FSCOPYMOVE_ONLYDISK_FS 12311 +// copying/moving from FS - this plug-in FS doesn't support operation masks +#define IDS_FSCOPYMOVE_OPMASKSNOTSUP 12312 +// copying/moving from FS - copying/moving inside this plug-in FS is not supported +#define IDS_FSCOPYMOVE_INCOMPLETEPATH 12313 +// copying/moving from disk to FS - copying/moving to this plugin FS are not supported +#define IDS_FSCOPYMOVE_TOFS_NOTSUP 12314 + +// calculating occupied space: format string: unable to get compressed file size + file + error + do you want to skip all other errors? +#define IDS_GETCOMPRFILESIZEERROR 12320 + +// copy/move operations from plug-in FS: target paths to archives are not supported here +#define IDS_ARCPATHNOTSUPPORTED 12325 +// copy/move operations from plug-in FS: target path must exist (creating of target path is not supported here) +#define IDS_TARGETPATHMUSTEXIST 12326 + +// edit/open from archive: Unable to edit or open file from archive. Name of this file is used for more than one file in archive (such files can be opened only in viewers). +#define IDS_UNABLETOEDITDUPFILES 12330 +// edit/open from archive: Unable to edit or open file from archive. Name of this file is invalid on Windows file systems (such files can be opened only in viewers). +#define IDS_UNABLETOEDITINVFILES 12331 + +// edit from archive: packing to archive is not supported, so Salamander will not be able to update changed file. Do you still want to edit this file? +#define IDS_EDITPACKNOTSUPPORTED 12335 + +// message box title: Warning +#define IDS_WARNINGTITLE 12340 + +// error in regular expression (Find or Internal Viewer): The string %s is not a valid regular expression. Error: %s. +#define IDS_INVALIDREGEXP 12345 + +// Salamander Commands (not included in main menu) called from plugins: +#define IDS_SALCMD_VIEWWITH 12350 +#define IDS_SALCMD_EDITWITH 12351 +#define IDS_SALCMD_OPEN 12352 + +#define IDS_FIND_NOMATCH 12353 +#define IDS_FIND_NOREGEXPMATCH 12354 + +#define IDS_CLEARHISTORY_CNFRM 12355 +#define IDS_HISTORY_WAS_CLEARED 12356 + +// Options/Configuration/User Menu; (Submenu End) +#define IDS_ENDUSERSUBMENU 12357 + +// start of first instance of Altap Salamander: it has found Salamander's +// temporary files in TEMP directory: Do you want to delete %d temporary +// directories used by previous instances of Altap Salamander? +#define IDS_DELETETMPSALDIRS 12360 +// Yes/No/Focus buttons for message box +#define IDS_DELETETMPSALDIRS_YES 12361 +#define IDS_DELETETMPSALDIRS_NO 12362 +#define IDS_DELETETMPSALDIRS_FOCUS 12363 + +// Unpack dialog: description for progress-bar showing progress on each file separatelly (no total progress) +#define IDS_UNPACKFILEPROGRESS 12365 + +// Copy&Paste from archive: specified files and directories (names are placed in clipboard) were not found in archive +#define IDS_ARCFILESNOTFOUND 12370 +// Copy&Paste from archive: some of specified files or directories (names are placed in clipboard) were not found in archive, do you want to continue? +#define IDS_ARCFILESNOTFOUND2 12371 +// Copy&Paste from archive: Unable to paste files and directories from clipboard here. Altap Salamander's main window must be accessible to process Paste command +#define IDS_ARCUNABLETOPASTE1 12372 +// Copy&Paste from archive: Unable to paste files and directories from clipboard now. Altap Salamander's\nmain window must be accessible to process Paste command +#define IDS_ARCUNABLETOPASTE2 12373 + +// file system flags for NTFS 5.0 in Drive Information dialog: +// supports named streams +#define IDS_INFODLGFLAG7 12380 +// volume is read-only +#define IDS_INFODLGFLAG8 12381 +// supports the Encrypting File System (EFS) +#define IDS_INFODLGFLAG9 12382 +// supports object identifiers +#define IDS_INFODLGFLAG10 12383 +// supports reparse points +#define IDS_INFODLGFLAG11 12384 +// supports sparse files +#define IDS_INFODLGFLAG12 12385 +// supports disk quotas +#define IDS_INFODLGFLAG13 12386 + +// NTFS encrypt/decrypt: confirmation dialog title +#define IDS_CONFIRM_NTFSENCRYPT_TITLE 12390 +#define IDS_CONFIRM_NTFSDECRYPT_TITLE 12391 + +// Edit New File: File already exists. Do you want to edit existing file? +#define IDS_EDITNEWALREADYEX 12395 + +// drag&drop to archive or FS: Source path can't be translated from Unicode to multibyte, so Altap Salamander is not able to work on it +#define IDS_SRCPATHUNICODEONLY 12400 +// drag&drop or Paste to archive or FS: Some files or directories specified in drag&drop or clipboard operation were not found.\n\nDo you want to continue? +#define IDS_SRCFILESNOTFOUND 12401 + +// plugin tryies to open Pack dialog for its packer, but its packer is not found: Unable to found packer for %s plugin (see Packers in Pack Dialog Box page in Configuration) +#define IDS_PLUGINPACKERNOTFOUND 12405 +// plugin tryies to open Unpack dialog for its unpacker, but its unpacker is not found: Unable to found unpacker for %s plugin (see Unpackers in Unpack Dialog Box page in Configuration) +#define IDS_PLUGINUNPACKERNOTFOUND 12406 + +// dialog Confirm ADS Loss: when working with file (instead of directory): "File:" +#define IDS_FILETITLE 12410 +// dialog Confirm ADS Loss: warning for Move File: +#define IDS_CONFADSLOSS_WARNING_MOVE_FILE 12411 +// dialog Confirm ADS Loss: warning for Move Dir: +#define IDS_CONFADSLOSS_WARNING_MOVE_DIR 12412 +// dialog Confirm ADS Loss: warning for Copy File: +#define IDS_CONFADSLOSS_WARNING_COPY_FILE 12413 +// dialog Confirm ADS Loss: warning for Copy Dir: +#define IDS_CONFADSLOSS_WARNING_COPY_DIR 12414 + +// error box title: some error during opening Alternate Data Stream +#define IDS_ERROROPENINGADS 12420 +// error box title: some error during reading Alternate Data Stream +#define IDS_ERRORREADINGADS 12421 +// error box title: some error during writing Alternate Data Stream +#define IDS_ERRORWRITINGADS 12422 + +// error box title during Copy: some error during getting source file time +#define IDS_ERRORGETTINGFILETIME 12425 +// error box title during Copy: some error during setting target file time +#define IDS_ERRORSETTINGFILETIME 12426 + +// items Status Line Content menus +#define IDS_FILEDATA_FILENAME 12430 +#define IDS_FILEDATA_FILESIZE 12431 +#define IDS_FILEDATA_FILEDATE 12432 +#define IDS_FILEDATA_FILETIME 12433 +#define IDS_FILEDATA_FILEATTR 12434 +#define IDS_FILEDATA_FILEDOSNAME 12435 + +#define IDS_FILEDATA_LF 12440 +#define IDS_FILEDATA_CR 12441 +#define IDS_FILEDATA_CRLF 12442 +#define IDS_FILEDATA_TAB 12443 + +// User Menu: errors while expanding command arguments: +#define IDS_USERMENUERROR 12450 +#define IDS_TOOLONGLISTOFSELNAMES 12451 +#define IDS_EMPTYLISTOFSELNAMES 12452 +#define IDS_COMPAREARGSCOLISION 12453 +#define IDS_COMPARENEEDSBOTHARGS 12454 +#define IDS_INCOMPATIBLEARGS 12455 +#define IDS_NOTDEFFULLPATHLEFT 12456 +#define IDS_NOTDEFFULLPATHRIGHT 12457 +#define IDS_NOTDEFFULLPATHINACTIVE 12458 +#define IDS_TOOLONGLISTOFSELFULLNAMES 12459 +#define IDS_EMPTYLISTOFSELFULLNAMES 12460 + +#define IDS_USERMENUCOMPAREARGSTITLE 12465 +#define IDS_USERMENUCOMPAREARG1 12466 +#define IDS_USERMENUCOMPAREARG2 12467 +#define IDS_BROWSEUMCDIRTITLE 12468 +#define IDS_BROWSEUMCDIRTEXT 12469 +#define IDS_UMCCONFIRMHOWTOREV 12470 + +// User Menu: unable to execute because of too long command or arguments (max. length depends on Windows version) +#define IDS_USRMNUTOOLONGCMDORARGS 12474 + +// volume mount point "%s" +#define IDS_QUESTION_VOLMOUNTPOINT 12475 +// junction "%s" +#define IDS_QUESTION_JUNCTION 12476 +// symbolic link "%s" +#define IDS_QUESTION_SYMLINK 12477 + +// dialog Confirm Encryption Loss: warning for Move File: +#define IDS_CONFENCLOSS_WARNING_MOVE_FILE 12480 +// dialog Confirm Encryption Loss: warning for Move Dir: +#define IDS_CONFENCLOSS_WARNING_MOVE_DIR 12481 +// dialog Confirm Encryption Loss: warning for Copy File: +#define IDS_CONFENCLOSS_WARNING_COPY_FILE 12482 +// dialog Confirm Encryption Loss: warning for Copy Dir: +#define IDS_CONFENCLOSS_WARNING_COPY_DIR 12483 + + + +// **************************************************************************** +// **************************************************************************** +// konec sekce obycejnych textu (misto pro vkladani dalsich obyc. textu) +// **************************************************************************** +// **************************************************************************** + +// file "%s" +#define IDS_QUESTION_FILE 12801 +// directory "%s" +#define IDS_QUESTION_DIRECTORY 12802 + +// Are you sure you want to compress %s? +#define IDS_CONFIRM_NTFSCOMPRESS 12803 +// Are you sure you want to uncompress %s? +#define IDS_CONFIRM_NTFSUNCOMPRESS 12804 +// Are you sure you want to delete %s from archive? +#define IDS_CONFIRM_DELETEFROMARCHIVE 12805 +// Copy %s from archive to +#define IDS_COPYFROMARCHIVETO 12806 +// Pack %s to archive +#define IDS_PACKTOARCHIVE 12807 +// &Copy %s to (Note: ampersand must be defined for this string) +#define IDS_COPYTO 12808 +// &Move %s to (Note: ampersand must be defined for this string) +#define IDS_MOVETO 12809 +// Are you sure you want to delete %s? +#define IDS_CONFIRM_DELETE 12810 +// Are you sure you want to delete %s?\n\nAll files matching recycle masks will be sent to the Recycle Bin. +#define IDS_CONFIRM_DELETE2 12811 +// Are you sure you want to encrypt %s? +#define IDS_CONFIRM_NTFSENCRYPT 12812 +// Are you sure you want to decrypt %s? +#define IDS_CONFIRM_NTFSDECRYPT 12813 + +// Variants for dialog captions (first letters must be in upper case) +// File "%s" +#define IDS_DLG_QUESTION_FILE 12815 +// Directory "%s" +#define IDS_DLG_QUESTION_DIRECTORY 12816 + +// Confirm Delete +#define IDS_CONFIRM_DELETE_TITLE 12818 + +// +// plural strings -- begin +// + +// x byte(s) x >= 0 +#define IDS_PLURAL_X_BYTES 12820 + +// x selected file(s) x >= 1 +#define IDS_PLURAL_X_SEL_FILES 12821 +// x selected directory(ies) x >= 1 +#define IDS_PLURAL_X_SEL_DIRS 12822 +// x selected file(s) and y selected directory(ies) x >= 1, y >= 1 +#define IDS_PLURAL_X_SEL_FILES_Y_SEL_DIRS 12823 + +// x hidden file(s) x >= 1 +#define IDS_PLURAL_X_HID_FILES 12824 +// x hidden directory(ies) x >= 1 +#define IDS_PLURAL_X_HID_DIRS 12825 +// x hidden file(s) and y hidden directory(ies) x >= 1, y >= 1 +#define IDS_PLURAL_X_HID_FILES_Y_HID_DIRS 12826 +// to show/hide it/them use Ctrl+H x >= 1 +#define IDS_PLURAL_SWITCH_HIDDEN 12827 + +// x byte(s) in y selected file(s) x >= 0, y >= 1 +#define IDS_PLURAL_X_BYTES_Y_SEL_FILES 12828 +// x byte(s) in y selected directory(ies) x >= 0, y >= 1 +#define IDS_PLURAL_X_BYTES_Y_SEL_DIRS 12829 +// x byte(s) in y selected file(s) and z selected directory(ies) x >= 0, y >= 1, z >= 1 +#define IDS_PLURAL_X_BYTES_Y_SEL_FILES_Z_SEL_DIRS 12830 + +// x file(s) x >= 1 +#define IDS_PLURAL_X_FILES 12831 +// x directory(ies) x >= 1 +#define IDS_PLURAL_X_DIRS 12832 +// x file(s) and y directory(ies) x >= 1, y >= 1 +#define IDS_PLURAL_X_FILES_Y_DIRS 12833 + +// x byte(s) in y selected file(s) (for information line) x >= 0, y >= 1 +#define IDS_PLURAL_X_BYTES_Y_SEL_FILES2 12834 +// x byte(s) in y selected directory(ies) (for information line) x >= 0, y >= 1 +#define IDS_PLURAL_X_BYTES_Y_SEL_DIRS2 12835 +// x byte(s) in y selected file(s) and z selected directory(ies) (for information line) x >= 0, y >= 1, z >= 1 +#define IDS_PLURAL_X_BYTES_Y_SEL_FILES_Z_SEL_DIRS2 12836 + +// Variants for use in dialog captions (first letters must be in upper case) +// x File(s) x >= 1 +#define IDS_DLG_PLURAL_X_FILES 12837 +// x Directory(ies) x >= 1 +#define IDS_DLG_PLURAL_X_DIRS 12838 +// x File(s) and y Directory(ies) x >= 1, y >= 1 +#define IDS_DLG_PLURAL_X_FILES_Y_DIRS 12839 +// x Selected File(s) x >= 1 +#define IDS_DLG_PLURAL_X_SEL_FILES 12840 +// x Selected Directory(ies) x >= 1 +#define IDS_DLG_PLURAL_X_SEL_DIRS 12841 +// x Selected File(s) and y Selected Directory(ies) x >= 1, y >= 1 +#define IDS_DLG_PLURAL_X_SEL_FILES_Y_SEL_DIRS 12842 +// x Hidden File(s) x >= 1 +#define IDS_DLG_PLURAL_X_HID_FILES 12843 +// x Hidden Directory(ies) x >= 1 +#define IDS_DLG_PLURAL_X_HID_DIRS 12844 +// x Hidden File(s) and y Hidden Directory(ies) x >= 1, y >= 1 +#define IDS_DLG_PLURAL_X_HID_FILES_Y_HID_DIRS 12845 + +// +// plural strings -- end +// + +// +// menu +// + +#define IDS_MENU_LEFT 13000 +#define IDS_MENU_LEFT_CHANGEDRIVE 13001 +#define IDS_MENU_LEFT_FILTER 13002 +#define IDS_MENU_LEFT_SORTBY 13003 +#define IDS_MENU_LEFT_VIEW 13004 +#define IDS_MENU_LEFT_VSB 13005 +#define IDS_MENU_LEFT_VSB_DIRLINE 13006 +#define IDS_MENU_LEFT_VSB_HDRLINE 13007 +#define IDS_MENU_LEFT_VSB_INFOLINE 13008 +#define IDS_MENU_LEFT_REFRESH 13009 +#define IDS_MENU_LEFT_GO 13010 +#define IDS_MENU_LEFT_GO_BACK 13011 +#define IDS_MENU_LEFT_GO_FORWARD 13012 +#define IDS_MENU_LEFT_GO_UPDIR 13013 +#define IDS_MENU_LEFT_GO_ROOT 13014 +#define IDS_MENU_LEFT_GO_OTHER 13015 +#define IDS_MENU_LEFT_ZOOM 13016 +#define IDS_MENU_LEFT_SWAPPANELS 13017 +#define IDS_MENU_LEFT_SORTOPTIONS 13018 + +#define IDS_MENU_FILES 13020 +#define IDS_MENU_FILES_RENAME 13021 +#define IDS_MENU_FILES_VIEW 13022 +#define IDS_MENU_FILES_ALTVIEW 13023 +#define IDS_MENU_FILES_EDIT 13024 +#define IDS_MENU_FILES_EDITNEW 13025 +#define IDS_MENU_FILES_COPY 13026 +#define IDS_MENU_FILES_MOVE 13027 +#define IDS_MENU_FILES_DELETE 13028 +#define IDS_MENU_FILES_PROPERTIES 13029 +#define IDS_MENU_FILES_SECURITY 13030 +#define IDS_MENU_FILES_SEC_PERM 13031 + + +#define IDS_MENU_FILES_CHANGEATTR 13034 +#define IDS_MENU_FILES_CHANGECASE 13035 +#define IDS_MENU_FILES_CONVERT 13036 +#define IDS_MENU_FILES_COMPRESS 13037 +#define IDS_MENU_FILES_UNCOMPRESS 13038 +#define IDS_MENU_FILES_PACK 13039 +#define IDS_MENU_FILES_UNPACK 13040 +#define IDS_MENU_FILES_NEW 13041 +#define IDS_MENU_FILES_EXIT 13042 +#define IDS_MENU_FILES_EMAIL 13043 +#define IDS_MENU_FILES_VIEWWITH 13044 +#define IDS_MENU_FILES_EDITWITH 13045 +#define IDS_MENU_FILES_ENCRYPT 13046 +#define IDS_MENU_FILES_DECRYPT 13047 +#define IDS_MENU_FILES_NTFS 13048 + +#define IDS_MENU_EDIT 13060 +#define IDS_MENU_EDIT_CUT 13061 +#define IDS_MENU_EDIT_COPY 13062 +#define IDS_MENU_EDIT_COPYFULLNAME 13063 +#define IDS_MENU_EDIT_COPYNAME 13064 +#define IDS_MENU_EDIT_COPYFULLPATH 13065 +#define IDS_MENU_EDIT_PASTE 13066 +#define IDS_MENU_EDIT_PASTELINKS 13067 +#define IDS_MENU_EDIT_SELECT 13068 +#define IDS_MENU_EDIT_UNSELECT 13069 +#define IDS_MENU_EDIT_INVERTSEL 13070 +#define IDS_MENU_EDIT_SELECTALL 13071 +#define IDS_MENU_EDIT_UNSELECTALL 13072 +#define IDS_MENU_EDIT_STORESEL 13073 +#define IDS_MENU_EDIT_RESTORESEL 13074 +#define IDS_MENU_EDIT_COPYUNCNAME 13075 +#define IDS_MENU_EDIT_PREVSEL 13076 +#define IDS_MENU_EDIT_NEXTSEL 13077 +#define IDS_MENU_EDIT_RESELECT 13078 +#define IDS_MENU_EDIT_ADVANCED 13079 +#define IDS_MENU_EDIT_BY_SELEXT 13080 +#define IDS_MENU_EDIT_BY_UNSELEXT 13081 +#define IDS_MENU_EDIT_BY_SELNAME 13082 +#define IDS_MENU_EDIT_BY_UNSELNAME 13083 +#define IDS_MENU_EDIT_HIDE_SEL 13084 +#define IDS_MENU_EDIT_HIDE_UNSEL 13085 +#define IDS_MENU_EDIT_SHOW_ALL 13086 + +#define IDS_MENU_CMD 13090 +#define IDS_MENU_CMD_CREATEDIR 13091 +#define IDS_MENU_CMD_CHANGEDIR 13092 +#define IDS_MENU_CMD_COMPAREDIR 13093 +#define IDS_MENU_CMD_OCCUPIED 13094 +#define IDS_MENU_CMD_MEMDIRSIZES 13095 +#define IDS_MENU_CMD_CALCDIRSIZES 13096 +#define IDS_MENU_CMD_DRIVEINFO 13097 +#define IDS_MENU_CMD_FINDFILE 13098 +#define IDS_MENU_CMD_FILELIST 13099 +#define IDS_MENU_CMD_FILEHISTORY 13100 +#define IDS_MENU_CMD_DIRHISTORY 13101 +#define IDS_MENU_CMD_CONNECTNET 13102 +#define IDS_MENU_CMD_DISCONNECTNET 13103 +#define IDS_MENU_CMD_SHELL 13104 +#define IDS_MENU_CMD_REFRESHASSOC 13105 +// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! FREESPACE +#define IDS_MENU_CMD_USERMENU 13107 +#define IDS_MENU_CMD_FLD 13109 +#define IDS_MENU_CMD_FLD_ACTUAL 13110 +#define IDS_MENU_CMD_FLD_DESKTOP 13111 +#define IDS_MENU_CMD_FLD_MYCOMP 13112 +#define IDS_MENU_CMD_FLD_CTRLPANEL 13113 +#define IDS_MENU_CMD_FLD_NET 13114 +#define IDS_MENU_CMD_FLD_BIN 13115 +#define IDS_MENU_CMD_FLD_FONTS 13116 +#define IDS_MENU_CMD_FLD_PRINTERS 13117 +#define IDS_MENU_CMD_FLD_RECENT 13118 +#define IDS_MENU_CMD_FLD_PERSONAL 13119 +#define IDS_MENU_CMD_FLD_TEMPLATES 13120 +#define IDS_MENU_CMD_FLD_SENDTO 13121 +#define IDS_MENU_CMD_FLD_DESKTOPDIR 13122 +#define IDS_MENU_CMD_FLD_STARTMENU 13123 +#define IDS_MENU_CMD_FLD_PROGRAMS 13124 +#define IDS_MENU_CMD_FLD_STARTUP 13125 +#define IDS_MENU_CMD_SHARES 13126 +#define IDS_MENU_CMD_FOCUSLNK 13127 + +#define IDS_MENU_PLG 13130 +#define IDS_MENU_PLG_PLUGINS 13131 +#define IDS_MENU_PLG_LASTCMD 13132 + +#define IDS_MENU_OPT 13140 +#define IDS_MENU_OPT_CONFIGURATION 13141 +#define IDS_MENU_OPT_ARCHAUTOCFG 13142 +#define IDS_MENU_OPT_CST 13143 +#define IDS_MENU_OPT_CST_TOP 13144 +#define IDS_MENU_OPT_CST_UM 13145 +#define IDS_MENU_OPT_CST_LEFT 13146 +#define IDS_MENU_OPT_CST_RIGHT 13147 +#define IDS_MENU_OPT_VSB 13148 +#define IDS_MENU_OPT_VSB_TOP 13149 +#define IDS_MENU_OPT_VSB_UM 13150 +#define IDS_MENU_OPT_VSB_EDIT 13151 +#define IDS_MENU_OPT_VSB_BOTTOM 13152 +#define IDS_MENU_OPT_SAVECONFIG 13153 +#define IDS_MENU_OPT_EXPORTCONFIG 13154 +#define IDS_MENU_OPT_VSB_DB 13155 +#define IDS_MENU_OPT_VSB_DB2 13156 +#define IDS_MENU_OPT_SKILLLEVEL 13157 +#define IDS_MENU_OPT_VSB_UMLABELS 13158 +#define IDS_MENU_OPT_VSB_GRIPS 13159 +#define IDS_MENU_OPT_PLUGINS_CFG 13160 +#define IDS_MENU_OPT_VSB_MID 13161 +#define IDS_MENU_OPT_CST_MID 13162 +#define IDS_MENU_OPT_VSB_HP 13163 +#define IDS_MENU_OPT_CST_HP 13164 +#define IDS_MENU_OPT_VSB_PLG 13165 +#define IDS_MENU_OPT_CST_PLG 13166 +#define IDS_MENU_OPT_IMPORTCONFIG 13167 + +#define IDS_MENU_RIGHT 13170 +#define IDS_MENU_RIGHT_CHANGEDRIVE 13171 + +#define IDS_MENU_HELP 13190 +#define IDS_MENU_HELP_CONTENTS 13191 +#define IDS_MENU_HELP_SEARCH 13192 +#define IDS_MENU_HELP_CONTEXT 13193 +#define IDS_MENU_HELP_KEYBOARD 13194 +//#define IDS_MENU_HELP_TIP 13195 +#define IDS_MENU_HELP_INDEX 13196 +#define IDS_MENU_HELP_TASKLIST 13197 +#define IDS_MENU_HELP_ABOUTPLUGINS 13199 +#define IDS_MENU_HELP_ABOUT 13200 +#define IDS_MENU_HELP_IMPORTKEYS 13201 +#define IDS_MENU_HELP_FORUM 13202 + +// +// find file menu +// + +#define IDS_FFMENU_FILES 13300 +#define IDS_FFMENU_FILES_OPEN 13301 +#define IDS_FFMENU_FILES_FOCUS 13302 +#define IDS_FFMENU_FILES_HIDE 13303 +#define IDS_FFMENU_FILES_VIEW 13304 +#define IDS_FFMENU_FILES_VIEWWITH 13305 +#define IDS_FFMENU_FILES_ALT_VIEW 13306 +#define IDS_FFMENU_FILES_EDIT 13307 +#define IDS_FFMENU_FILES_EDITWITH 13308 +#define IDS_FFMENU_FILES_DELETE 13309 +#define IDS_FFMENU_FILES_USERMENU 13310 +#define IDS_FFMENU_FILES_CLOSE 13311 +#define IDS_FFMENU_FILES_HIDE_DUP 13312 +#define IDS_FFMENU_FILES_FIND 13313 +#define IDS_FFMENU_FILES_PROP 13314 +#define IDS_FFMENU_FILES_OPENSEL 13315 + +#define IDS_FFMENU_EDIT 13320 +#define IDS_FFMENU_EDIT_CUT 13321 +#define IDS_FFMENU_EDIT_COPY 13322 +#define IDS_FFMENU_EDIT_SELALL 13323 +#define IDS_FFMENU_EDIT_INVERTSEL 13324 +#define IDS_FFMENU_EDIT_COPYFULLNAME 13325 +#define IDS_FFMENU_EDIT_COPYNAME 13326 +#define IDS_FFMENU_EDIT_COPYFULLPATH 13327 +#define IDS_FFMENU_EDIT_COPYUNCNAME 13328 + +#define IDS_FFMENU_VIEW 13330 +#define IDS_FFMENU_VIEW_NAME 13331 +#define IDS_FFMENU_VIEW_PATH 13332 +#define IDS_FFMENU_VIEW_TIME 13333 +#define IDS_FFMENU_VIEW_SIZE 13334 + +#define IDS_FFMENU_OPTIONS 13340 +#define IDS_FFMENU_OPT_SHOWERRORS 13341 +#define IDS_FFMENU_OPT_ADD 13342 +#define IDS_FFMENU_OPT_MANAGE 13343 +#define IDS_FFMENU_OPT_ONEINSTANCE 13344 +#define IDS_FFMENU_OPT_ERRORS 13345 +#define IDS_FFMENU_OPT_IGNORE 13346 +#define IDS_FFMENU_OPT_FULLROWSEL 13347 + +#define IDS_FFMENU_HELP 13350 + +#define IDS_FFMENU_FIND_NOW 13355 +#define IDS_FFMENU_FIND_INTERSECT 13356 +#define IDS_FFMENU_FIND_SUBTRACT 13357 +#define IDS_FFMENU_FIND_APPEND 13358 +#define IDS_FFMENU_FIND_DUPLICATES 13359 + +// +// archiv context menu +// + +#define IDS_ARCHIVEMENU_OPEN 13360 +#define IDS_ARCHIVEMENU_VIEW 13361 +#define IDS_ARCHIVEMENU_VIEWWITH 13362 +#define IDS_ARCHIVEMENU_ALT_VIEW 13363 +#define IDS_ARCHIVEMENU_EDIT 13364 +#define IDS_ARCHIVEMENU_EDITWITH 13365 +#define IDS_ARCHIVEMENU_COPY 13366 +#define IDS_ARCHIVEMENU_DELETE 13367 +#define IDS_ARCHIVEMENU_CLIPCOPY 13368 +#define IDS_ARCHIVEMENU_CLIPPASTE 13369 + +// column names in view configuration dialog +#define IDS_COLUMN_CFG_NAME 13380 +#define IDS_COLUMN_CFG_EXT 13381 +#define IDS_COLUMN_CFG_DOSNAME 13382 +#define IDS_COLUMN_CFG_SIZE 13383 +#define IDS_COLUMN_CFG_TYPE 13384 +#define IDS_COLUMN_CFG_DATE 13385 +#define IDS_COLUMN_CFG_TIME 13386 +#define IDS_COLUMN_CFG_ATTR 13387 +#define IDS_COLUMN_CFG_DESC 13388 + +// column names in menu +#define IDS_COLUMN_MENU_NAME 13400 +#define IDS_COLUMN_MENU_EXT 13401 +#define IDS_COLUMN_MENU_SIZE 13402 +#define IDS_COLUMN_MENU_TIME 13403 +#define IDS_COLUMN_MENU_ATTR 13404 + +// confirmations: groups +#define IDS_CNFRM_CONFIRMON 13445 +#define IDS_CNFRM_SHOWMESSAGE 13446 +// confirmations: confirm on +#define IDS_CNFRM_FILEDIRDEL 13450 +#define IDS_CNFRM_NEDIRDEL 13451 +#define IDS_CNFRM_FILEOVER 13452 +#define IDS_CNFRM_SHFILEDEL 13453 +#define IDS_CNFRM_SHDIRDEL 13454 +#define IDS_CNFRM_SHFILEOVER 13455 +#define IDS_CNFRM_NTFSPRESS 13456 +#define IDS_CNFRM_NTFSCRYPT 13457 +#define IDS_CNFRM_DAD 13458 +#define IDS_CNFRM_DIRALREADYEXISTS 13459 +#define IDS_CNFRM_UMDIFFDLG 13460 +#define IDS_CNFRM_DSTIGNORED 13461 +#define IDS_CNFRM_DSTCANIGN 13462 +#define IDS_CNFRM_COPYMOVEOPTNS 13463 +// confirmations: show message +#define IDS_CNFRM_CLOSEFIND 13470 +#define IDS_CNFRM_CREATEPATH 13471 +#define IDS_CNFRM_ALWAYSONTOP 13472 +#define IDS_CNFRM_ONSALCLOSE 13473 +#define IDS_CNFRM_ONSENDEMAIL 13474 +#define IDS_CNFRM_ONADDTOARCHIVE 13475 +#define IDS_CNFRM_STOPFIND 13476 +#define IDS_CNFRM_CLOSEARCHIVE 13477 +#define IDS_CNFRM_ONCREATEDIR 13478 + +// rezervovat do 13550 +#define IDS_CANCLOSESALAMANDER 13551 + +// Do you want to close Find? +#define IDS_WANTTOSTOPFIND 13552 + +// Disconnect: (none) +#define IDS_NETWORK_NONE 13553 +#define IDS_NETWORK_NETWORK 13554 +#define IDS_NETWORK_PLUGINS 13555 + +// Change Directory (Shift+F7) hint +#define IDS_CHANGEDIR_HINT 13556 + +// Use the Change Directory command +#define IDS_CHANGEDIR_TC_HINT 13557 + +// Don't show this message again +#define IDS_DONTSHOWAGAIN2 13558 +// Files/Email command confirmation +#define IDS_DONTSHOWAGAINSE 13559 +// Find: stop searching confirmation +#define IDS_DONTSHOWAGAINSS 13560 +// Find: close window confirmation +#define IDS_DONTSHOWAGAINCF 13561 +// Always on Top: turning on confirmation +#define IDS_DONTSHOWAGAINAT 13562 +// Close Altap Salamander confirmation +#define IDS_DONTSHOWAGAINCS 13563 +// create non-existing directory confirmation +#define IDS_DONTSHOWAGAINCD 13564 + +//view types +#define IDS_VIEW_MODE 13670 +#define IDS_THUMBNAILS_VIEW_NAME 13671 +#define IDS_BRIEF_VIEW_NAME 13672 +#define IDS_DETAILED_VIEW_NAME 13673 +#define IDS_ICONS_VIEW_NAME 13674 +#define IDS_TREE_VIEW_NAME 13675 +#define IDS_TILES_VIEW_NAME 13676 + +#define IDS_THUMBNAILS_VIEW 13680 +#define IDS_BRIEF_VIEW 13681 +#define IDS_DETAILED_VIEW 13682 +#define IDS_TYPES_VIEW 13683 +#define IDS_DESCRIPTIONS_VIEW 13684 +#define IDS_ICONS_VIEW 13685 +#define IDS_TREE_VIEW 13686 +#define IDS_TILES_VIEW 13687 + +#define IDS_HOTKEY_PLUGIN_CONFLICT 13700 +#define IDS_HOTKEY_SAL_CONFLICT 13701 + +#define IDS_COPYDLGTITLE 13710 +#define IDS_MOVEDLGTITLE 13711 +#define IDS_COPYINGFROM 13712 +#define IDS_COPYINGTO 13713 + +#define IDS_MAKEFILELIST_OUTPUT 13720 + +#define IDS_ACLNOTSUPPORTEDONTGTPATH 13725 + +#define IDS_BUGREPORTCNFRM_TITLE 13730 +#define IDS_BUGREPORTCNFRM_TEXT 13731 + +// too long name in disk operation: error messagebox buttons: +#define IDS_MSGBOXBTN_SKIP 13735 +#define IDS_MSGBOXBTN_SKIPALL 13736 +#define IDS_MSGBOXBTN_FOCUS 13737 + +#define IDS_CANTLOADPLUGINSLG1 13740 +#define IDS_CANTLOADPLUGINSLG2 13741 +#define IDS_PLUGINSLGNOTFOUND 13742 +#define IDS_DONOTSHOWCANTLOADPLUGINSLG 13743 + +// we have found out that configuration stored in registry is corrupted +#define IDS_CORRUPTEDCONFIGFOUND 13750 +// current shutdown parameters (WaitToKillAppTimeout and AutoEndTasks) were changed, it probably causes problems with configuration (it was corrupted during last save) +#define IDS_CHANGEDSHUTDOWNPARS 13751 +// we have found out that configuration stored in registry is corrupted: label of Remove Configuration button +#define IDS_CORRUPTEDCONFIGREMOVEBTN 13752 + +#define IDS_COMPAREFILESORDIRS 13755 +#define IDS_MSGBOXBTN_FILES 13756 +#define IDS_MSGBOXBTN_DIRS 13757 + +#define IDS_FILEISTOOBIGFORFAT32 13760 + +#define IDS_INVALIDESCAPEPATH 13765 + +// putting file to temp directory failed +#define IDS_VIEWFILEFAILED 13770 +#define IDS_VIEWFILETOOLONGNAME 13771 + +// drag&drop from archive or plugin FS to Explorer: shellext.dll is not loaded yet +#define IDS_SHEXT_NOTLOADEDYET 13775 + +// Main Window icon colors +#define IDS_SALAMANDERICON_DEFAULT 13776 +#define IDS_SALAMANDERICON_RED 13777 +#define IDS_SALAMANDERICON_GREEN 13778 +#define IDS_SALAMANDERICON_BLUE 13779 + +// licensed Salamander is loading plugin which is unlicensed (no registration key found and the right to use the plugin is not included in license of Salamander) +#define IDS_PLUGINISNOTREG 13790 + +// registered Salamander is loading blocked plugin (it is blocked by user) +#define IDS_PLUGINISBLOCKED 13795 + +// Copy/Move progress dialog: number of hours in "time left": %d hr +#define IDS_PROGDLGHOURS 13800 +// Copy/Move progress dialog: number of minutes in "time left": %d min +#define IDS_PROGDLGMINUTES 13801 +// Copy/Move progress dialog: number of seconds in "time left": %d sec +#define IDS_PROGDLGSECS 13802 + +// Copy/Move progress dialog: status of operation: +// copy operation status in bytes (e.g. "200MB of 4GB copied") +#define IDS_PROGDLGSTATUSCOPY 13805 +// move operation status in bytes (e.g. "200MB of 4GB moved") +#define IDS_PROGDLGSTATUSMOVE 13806 +// speed (transfer rate) (e.g. "5 MB/sec") +#define IDS_PROGDLGTRRATE 13807 +// speed (transfer rate) with speed limit (e.g. "5 MB/s (limit: 5MB/s)") +#define IDS_PROGDLGTRRATELIM 13808 +// time left (e.g. "1 min 43 sec") +#define IDS_PROGDLGTIMELEFT 13809 + +// Copy/Move dialog, Options, Speed limit: range error +#define IDS_SPEEDLIMITSIZE 13815 + +// Copy/Move progress dialog: menu on Pause/Resume button: Set Speed Limit command +#define IDS_PROGDLGSETSPLIM 13820 +// Wait Until All Other Copy/Move Operations Are Finished command +#define IDS_PROGDLGAUTOPAUSE 13821 + +// Select Language dialog opened on first start of Salamander and Corrupted Configuration Found messagebox: label of Exit button +#define IDS_SELLANGEXITBUTTON 13825 + +// Plugins Manager dialog: dropdown on Remove button: command name for Uninstall Unregistered Components (plugins or their parts) +#define IDS_UNINSTALLUNREGCOMPONENTS 13830 +// nothing to uninstall (all installed components (plugins or their parts) are registered) +#define IDS_NOTHINGTOUNINSTALL 13831 +// Uninstall Unregistered Components dialog: column name in Unregistered components listview +#define IDS_UUC_NAMECOL 13832 +// unable to uninstall selected components (some plugin rejected to unload) +#define IDS_UNABLETOUNINSTALL 13833 +// only info after uninstalling: Unable to uninstall all specified components because of too long file names. +#define IDS_UNINSTERRTOOLONGNAME 13834 +// unable to uninstall all selected components (some error during deleting files and directories) +#define IDS_UNINSTERRTEXT 13835 +// uninstallation of specified components has failed (unknown or already displayed reasons) +#define IDS_UNINSTFAILED 13836 +// after uninstallation of plugins it's necessary to save configuration - do you want to do it now? +#define IDS_UNINSTSAVECFG 13837 +// uninstallation was successfully done +#define IDS_UNINSTDONE 13838 + +// Unable to Uninstall Unregistered Components: elevation prompt on Vista +#define IDS_UNINSTELEV_TITLE 13845 +#define IDS_UNINSTELEV_TEXT 13846 +#define IDS_UNINSTELEV_CONTBTN 13847 + +// plugins manager/unload: unable to save plugin's configuration +#define IDS_PLUGINSAVEFAILED 13850 + +// Configuration: Icon Overlays: listview Icon Overlay Handlers: name of first column: Name +#define IDS_ICONOVRLS_NAME 13855 +// Configuration: Icon Overlays: listview Icon Overlay Handlers: name of second column: Description +#define IDS_ICONOVRLS_DESCR 13856 +// Configuration: Icon Overlays: settings were changed, you must restart Salamander to use new settings +#define IDS_ICONOVRLS_CHANGE 13857 + +// message displayed when some icon overlay handler crashes, button labels from this dialog follows: +#define IDS_ICONOVRLS_CRASH 13865 +// button label: &This +#define IDS_ICONOVRLS_DISTHIS 13866 +// button label: &All +#define IDS_ICONOVRLS_DISALL 13867 + +// message displayed when Salamander is started for the first time after UPGRADE (new version installed over older version) with '-c' parameter or existing config.reg file (configuration should be imported from .reg file to registry before loading configuration): The config.reg file (or other file specified with -c parameter) was not imported to registry due to import of the configuration from the older version of Salamander. Please exit Salamander now and start it again to solve this problem. +#define IDS_IMPORTCFGFROMFILESKIPPED 13870 +// message displayed when Salamander is started for the first time after UPGRADE (new version installed over older version) if older version contained some plugins not contained in new version - their configuration cannot be imported +#define IDS_NOTALLPLUGINSCFGIMPORTED 13871 +// if there is more than 10 missing plugins, it displays first 10 and on extra row: (%d more plugins skipped) +#define IDS_NUMOFSKIPPEDPLUGINNAMES 13872 +// button in messagebox with IDS_NOTALLPLUGINSCFGIMPORTED message: Start Without Missing Plugins +#define IDS_STARTWITHOUTMISSINGPLUGINS 13873 + +// memory allocation handler: message displayed when there is insufficient memory to allocate requested new block +#define IDS_ALLOCHANDLER_MSG 13880 +// memory allocation handler: warning displayed when user chooses to pass memory allocation error to application +#define IDS_ALLOCHANDLER_WRNIGNORE 13881 +// memory allocation handler: warning displayed when user chooses to terminate application +#define IDS_ALLOCHANDLER_WRNABORT 13882 + +// reconnect network mapped drive: title +#define IDS_RECONNET_TITLE 13885 +// reconnect network mapped drive: text +#define IDS_RECONNET_TEXT 13886 + +// file type (text displayed in Type column in panel) for common files without predefined +// file type (text for non-associated file extensions): +// if file extension contains space (e.g. "file.ext with spaces") +#define IDS_COMMONFILETYPE 13890 +// if file extension does not contain space (e.g. "file.ext_without_spaces") +#define IDS_COMMONFILETYPE2 13891 + +// the password is not strong enough +#define IDS_INSECUREPASSWORD 13900 +// master password is not set +#define IDS_MASTERPASSWORD_NOTSET 13901 + +// Password Change Succeeded +#define IDS_MASTERPASSWORD_CHANGED_TITLE 13902 + +// You have deleted your Master Password. Your stored passwords (for example FTP and WinSCP) will not be protected. +#define IDS_MASTERPASSWORD_REMOVED 13903 + +// Master Password successfully changed +#define IDS_MASTERPASSWORD_SET 13904 + +// You did not enter the correct Master Password. Please try again. +#define IDS_WRONG_MASTERPASSWORD 13905 + +// Browse Directory +#define IDS_BROWSEDIRECTORY_TITLE 13906 +// Choose the directory you want to use +#define IDS_BROWSEDIRECTORY_TEXT 13907 + +// Configuration/Appearance/Font: items in submenu +#define IDS_USESTDSYSFONT 13910 +#define IDS_USECUSTOMFONT 13911 + +// Help/Task List: format of lines +#define IDS_TASKLISTLINE 13915 +// Help/Task List: suffix is the process is the current one +#define IDS_TASKLISTCURLINE 13916 + +// Edit New File: Save current filename as default +#define IDS_EDITNEWFILE_SAVEASDEFAULT 13920 +// Edit New File: Revert default filename to +#define IDS_EDITNEWFILE_REVERTDEFAULT 13921 + +// Compare Directories: after comparing: if some pairs of files were different exactly one or two hours, this message informs user that these differences (at least X differences) were ignored +#define IDS_CMPDIRS_IGNDSTDIFFS 13925 +// Compare Directories: after comparing: if some pairs of files were different exactly one or two hours, this message informs user that these differences can be ignored (see options in Configuration / General) +#define IDS_CMPDIRS_FOUNDDSTDIFFS 13926 +// Compare Directories: when no differences was found and moreover we need to display IDS_CMPDIRS_IGNDSTDIFFS (some DST time differences were ignored): prefix of IDS_CMPDIRS_IGNDSTDIFFS +#define IDS_CMPDIRS_NOTE 13927 +// Compare Directories: when no differences was found and moreover we need to display IDS_CMPDIRS_IGNDSTDIFFS (some DST time differences were ignored): checkbox text +#define IDS_CMPDIRS_DONTSHOWNOTEAG 13928 +// Compare Directories: after comparing: if some pairs of files were different exactly one or two hours, this message informs user that these differences (exact number) were ignored +#define IDS_CMPDIRS_IGNDSTDIFFSEXACT 13929 + +// Copy/Move dialog box options drop down menu: Reset and hide options +#define IDS_COPYMOVE_RESETHIDE 13932 +// Copy/Move dialog box options drop down menu: Save options as defaults +#define IDS_COPYMOVE_SAVEASDEF 13933 +// Copy/Move dialog box options drop down menu: Reset options and defaults +#define IDS_COPYMOVE_RESETDEFS 13934 + +// information: rename config_.reg to config.reg + why to clear key with configuration before import +// version for W2K and XP +#define IDS_CONFIGEXPUPTOXP 13945 +// version for Vista and later +#define IDS_CONFIGEXPVISTA 13946 +// checkbox: clear key with configuration before import +#define IDS_CONFIGEXPCLEARKEY 13947 + +// Import configuration file to registry: error messages: +#define IDS_IMPORTCFG_OPENERR 13950 +#define IDS_IMPORTCFG_TOOBIG 13951 +#define IDS_IMPORTCFG_NOTREG 13952 +#define IDS_IMPORTCFG_INVALIDFORMAT 13953 +#define IDS_IMPORTCFG_REGERR 13954 + +// Import configuration file to registry: configuration file does not contain configuration for this version of Salamander, import anyway? +#define IDS_IMPORTCFG_NOTOURVER 13960 + +// Export configuration from registry to file: error messages: +#define IDS_EXPORTCFG_REGERR 13965 +#define IDS_EXPORTCFG_FILEERR 13966 + +// Unable to open context menu for panel with e.g. C:\Windows\Sysnative path which is only pseudo-directory, not a real directory. +#define IDS_ERROPENMENUFORW64ALIAS 13970 +// Unable to open context menu for current selection because it contains pseudo-directory "%s". +#define IDS_ERROPENMENUSELCONTW64ALIAS 13971 +// Unable to Properties window for current selection because it contains pseudo-directory "%s". +#define IDS_ERROPENPROPSELCONTW64ALIAS 13972 +// Unable to rename pseudo-directory "%s". +#define IDS_ERRRENAMINGW64ALIAS 13973 +// Unable to move current selection because it contains pseudo-directory "%s". +#define IDS_ERRMOVESELCONTW64ALIAS 13974 +// Unable to delete current selection because it contains pseudo-directory "%s". +#define IDS_ERRDELETESELCONTW64ALIAS 13975 +// Unable to cut current selection because it contains pseudo-directory "%s". +#define IDS_ERRCUTSELCONTW64ALIAS 13976 + +// file size units +#define IDS_SIZE_B 13980 +#define IDS_SIZE_KB 13981 +#define IDS_SIZE_MB 13982 +#define IDS_SIZE_GB 13983 +#define IDS_SIZE_TB 13984 +#define IDS_SIZE_PB 13985 +#define IDS_SIZE_EB 13986 + +// speed limit units +#define IDS_SPEED_B_per_s 13990 +#define IDS_SPEED_KB_per_s 13991 +#define IDS_SPEED_MB_per_s 13992 +#define IDS_SPEED_GB_per_s 13993 + +// date or time is invalid +#define IDS_INVALID_DATEORTIME 14000 + +// when Salamander runs "As Admin", display in main window title: Administrator +#define IDS_AS_ADMIN_TITLE 14005 + +// Altap Salamander Bug Reporter +#define IDS_SALMON_INVALIDEMAIL 14010 +#define IDS_SALMON_WAITFORUPLOAD 14011 +#define IDS_SALMON_CONFIRMEXIT 14012 +#define IDS_SALMON_ERR_INI_SIZE 14020 +#define IDS_SALMON_ERR_PARTIAL 14021 +#define IDS_SALMON_ERR_NO_FILE 14022 +#define IDS_SALMON_ERR_NO_TMP_DIR 14023 +#define IDS_SALMON_ERR_CANT_WRITE 14024 +#define IDS_SALMON_ERR_EXTENSION 14025 +#define IDS_SALMON_ERR_UNKNOWN 14026 +#define IDS_SALMON_SYNTAX_ERROR_OPEN 14030 +#define IDS_SALMON_SYNTAX_ERROR_CLOSE 14031 +#define IDS_SALMON_SYNTAX_ERROR_VALUE 14032 +#define IDS_SALMON_SOCK_ERR_RECV 14040 +#define IDS_SALMON_SOCK_ERR_SHUTDOWN 14041 +#define IDS_SALMON_SOCK_ERR_SEND 14042 +#define IDS_SALMON_SOCK_ERR_CONNECT 14043 +#define IDS_SALMON_SOCK_ERR_SOCKET 14044 +#define IDS_SALMON_SOCK_ERR_HOST 14045 +#define IDS_SALMON_SOCK_ERR_INIT 14046 +#define IDS_SALMON_READING_FILE 14050 +#define IDS_SALMON_OUT_OF_MEMORY 14051 +#define IDS_SALMON_FILE_SIZE 14052 +#define IDS_SALMON_FILE_OPEN 14053 +#define IDS_SALMON_MORE_REPORTS 14061 +#define IDS_SALMON_TITLE 14062 +#define IDS_SALMON_COMPRESSING 14063 +#define IDS_SALMON_UPLOADING 14064 +#define IDS_SALMON_UPLOADSUCCESS 14065 +#define IDS_SALMON_UPLOADFAILED 14066 +#define IDS_SALMON_COMPRESSFAILED 14067 +#define IDS_SALMON_LOAD_FAILED 14068 +#define IDS_SALMON_WRONG_CMDLINE 14070 +#define IDS_SALMON_WRONG_VERSION 14071 +#define IDS_SALMON_MINIDUMP 14072 +#define IDS_SALMON_BUGREPORT_PROBLEM 14073 +#define IDS_SALMON_MINIDUMP_CREATE 14074 +#define IDS_SALMON_MINIDUMP_CALL 14075 + +// salmon.exe is not running +#define IDS_SALMON_NOT_RUNNING 14100 + +// Translation of Altap Salamander into your language is not finished. Please join the translation effort. +#define IDS_SLGINCOMPLETE_TITLE 14150 +#define IDS_SLGINCOMPLETE_TEXT 14151 + +// deleting to Recycle Bin does not support invalid names (names ending with space or dot), displaying invalid part of name, hint: rename it or delete permanently +#define IDS_RECYCLEBINERROR 14155 + +// Salamander is trying to load plugin which is available only in 32-bit (x86) version, +// inform user to use x86 version of Salamander to work with this plugin +#define IDS_PLUGINISX86ONLY 14160 + +// Change Drive window: text of Google Drive item +#define IDS_GOOGLEDRIVE 14165 +// Change Drive window: text of Dropbox item +#define IDS_DROPBOX 14166 +// Change Drive window: text of OneDrive item +#define IDS_ONEDRIVE 14167 +// Change Drive window: text of OneDrive Personal item (displayed as: OneDrive - Personal) +#define IDS_ONEDRIVEPERSONAL 14168 + +// Copy/Move operation: when it founds link, it tries to resolve it (junction/symlink/volume-mount-point + get target path): what's displayed if it fails +#define IDS_UNABLETORESOLVELINK 14170 +// Copy/Move operation: when it founds link and it is volume mount point +#define IDS_VOLMOUNTPOINT 14171 + +// About dialog: hyperlink for purchasing of upgrade +#define IDS_UPGRADELINK 14176 + +// error box title: some error during getting file size of link target +#define IDS_ERRORGETTINGLINKTGTSIZE 14180 + +// Pack: Option "Delete files from disk after packing to archive" can be used only if selection contains no links to directories +#define IDS_DELFILESAFTERPACKINGNOLINKS 14181 + +// Shutdown or Log Off: blocking reason: Disk operation is in progress. (e.g. Copy, Move, Delete files on disk running on background) +#define IDS_BLOCKSHUTDOWNDISKOPER 14185 +// Shutdown or Log Off: blocking reason: Searching is in progress. (Find Files and Directories, Alt+F7) +#define IDS_BLOCKSHUTDOWNFINDFILES 14186 +// Shutdown or Log Off: blocking reason: Saving configuration, please wait few seconds. +#define IDS_BLOCKSHUTDOWNSAVECFG 14187 +// Shutdown or Log Off: we want to abort shutdown, but system does not allow it, user can abort it manually +#define IDS_FORCEDSHUTDOWN 14188 +// Shutdown or Log Off: some disk operations are in progress, we want to abort shutdown, but system does not allow it, user can abort it manually +#define IDS_FORCEDSHUTDOWNDISKOPER 14189 + +// shutdown: wait window: Closing Find windows, please wait... +#define IDS_CLOSINGFINDWINDOWS 14195 + +//#define CM_TEXTS_MAX 18000 // maximal texts id +///* X:\ALTAP\PETR\salamand\plugins\shared\statics.rh2 +//#define IDC_STATIC_1 (IDC_STATIC_1+0) // definovano v nadrazenem headru +#define IDC_STATIC_2 (IDC_STATIC_1+1) +#define IDC_STATIC_3 (IDC_STATIC_1+2) +#define IDC_STATIC_4 (IDC_STATIC_1+3) +#define IDC_STATIC_5 (IDC_STATIC_1+4) +#define IDC_STATIC_6 (IDC_STATIC_1+5) +#define IDC_STATIC_7 (IDC_STATIC_1+6) +#define IDC_STATIC_8 (IDC_STATIC_1+7) +#define IDC_STATIC_9 (IDC_STATIC_1+8) +#define IDC_STATIC_10 (IDC_STATIC_1+9) +#define IDC_STATIC_11 (IDC_STATIC_1+10) +#define IDC_STATIC_12 (IDC_STATIC_1+11) +#define IDC_STATIC_13 (IDC_STATIC_1+12) +#define IDC_STATIC_14 (IDC_STATIC_1+13) +#define IDC_STATIC_15 (IDC_STATIC_1+14) +#define IDC_STATIC_16 (IDC_STATIC_1+15) +#define IDC_STATIC_17 (IDC_STATIC_1+16) +#define IDC_STATIC_18 (IDC_STATIC_1+17) +#define IDC_STATIC_19 (IDC_STATIC_1+18) +#define IDC_STATIC_20 (IDC_STATIC_1+19) +#define IDC_STATIC_21 (IDC_STATIC_1+20) +#define IDC_STATIC_22 (IDC_STATIC_1+21) +#define IDC_STATIC_23 (IDC_STATIC_1+22) +#define IDC_STATIC_24 (IDC_STATIC_1+23) +#define IDC_STATIC_25 (IDC_STATIC_1+24) +#define IDC_STATIC_26 (IDC_STATIC_1+25) +#define IDC_STATIC_27 (IDC_STATIC_1+26) +#define IDC_STATIC_28 (IDC_STATIC_1+27) +#define IDC_STATIC_29 (IDC_STATIC_1+28) +#define IDC_STATIC_30 (IDC_STATIC_1+29) +#define IDC_STATIC_31 (IDC_STATIC_1+30) +#define IDC_STATIC_32 (IDC_STATIC_1+31) +#define IDC_STATIC_33 (IDC_STATIC_1+32) +#define IDC_STATIC_34 (IDC_STATIC_1+33) +#define IDC_STATIC_35 (IDC_STATIC_1+34) +#define IDC_STATIC_36 (IDC_STATIC_1+35) +#define IDC_STATIC_37 (IDC_STATIC_1+36) +#define IDC_STATIC_38 (IDC_STATIC_1+37) +#define IDC_STATIC_39 (IDC_STATIC_1+38) +#define IDC_STATIC_40 (IDC_STATIC_1+39)