Index: reactos/CMakeLists.txt =================================================================== --- reactos/CMakeLists.txt (revision 75549) +++ reactos/CMakeLists.txt (working copy) @@ -110,9 +110,9 @@ if(NOT NEW_STYLE_BUILD) if(NOT MSVC) - export(TARGETS bin2c widl gendib cabman fatten hpp isohybrid mkhive mkisofs obj2bin spec2def geninc rsym mkshelllink utf16le xml2sdb FILE ${CMAKE_BINARY_DIR}/ImportExecutables.cmake NAMESPACE native- ) + export(TARGETS bin2c widl gendib cabman fatten hpp isohybrid mkhive mkisofs obj2bin po2rc spec2def geninc rsym mkshelllink utf16le xml2sdb FILE ${CMAKE_BINARY_DIR}/ImportExecutables.cmake NAMESPACE native- ) else() - export(TARGETS bin2c widl gendib cabman fatten hpp isohybrid mkhive mkisofs obj2bin spec2def geninc mkshelllink utf16le xml2sdb FILE ${CMAKE_BINARY_DIR}/ImportExecutables.cmake NAMESPACE native- ) + export(TARGETS bin2c widl gendib cabman fatten hpp isohybrid mkhive mkisofs obj2bin po2rc spec2def geninc mkshelllink utf16le xml2sdb FILE ${CMAKE_BINARY_DIR}/ImportExecutables.cmake NAMESPACE native- ) endif() endif() Index: reactos/dll/shellext/acppage/CMakeLists.txt =================================================================== --- reactos/dll/shellext/acppage/CMakeLists.txt (revision 75549) +++ reactos/dll/shellext/acppage/CMakeLists.txt (working copy) @@ -12,9 +12,43 @@ include_directories( ${REACTOS_SOURCE_DIR}/sdk/lib/atl ${REACTOS_SOURCE_DIR}/dll/appcompat/apphelp - ${REACTOS_SOURCE_DIR}) + ${REACTOS_SOURCE_DIR} + ${REACTOS_BINARY_DIR}) + spec2def(acppage.dll acppage.spec ADD_IMPORTLIB) +# The 'parent' RC file where all resources will be included +add_translatable_rc(ACPPage.rc) + +add_translations(TEMPLATE template TRANSLATIONS + cs-CZ + de-DE + en-US + es-ES + eu-ES + fr-FR + hu-HU + id-ID + it-IT + nl-NL + no-NO + pl-PL + ro-RO + ru-RU + sk-SK + sq-AL + sv-SE + tr-TR + uk-UA + zh-CN + zh-TW) + +# bg-BG and he-IL are included like before, since they have different dimensions / options. +# If we add support to automatically add RTL options to the dialog, we could include he-IL in the po files as well. +# If there are multiple languages that need a changed themplate, we can just repeat the 'add_translations' command with a different template. +# add_translations(TEMPLATE template_rtl TRANSLATIONS he-IL) + + list(APPEND SOURCE ACPPage.cpp CLayerUIPropPage.cpp Index: reactos/dll/shellext/acppage/lang/he-IL.rc =================================================================== --- reactos/dll/shellext/acppage/lang/he-IL.rc (revision 75549) +++ reactos/dll/shellext/acppage/lang/he-IL.rc (working copy) @@ -6,7 +6,7 @@ CAPTION "תאימות" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN - LTEXT "אם הנך נתקל בבעיות בהפעלת התכנית בReactOS, אנא בחר את מערכת ההפעלה שReactOS תדווח לתכנית.", -1, 7,7,210,31 + LTEXT "אם הנך נתקל בבעיות בהפעלת התכנית בReactOS, אנא בחר את מערכת ההפעלה שReactOS תדווח לתכנית.", IDC_EXPLANATION, 7, 7, 210, 31 GROUPBOX "מצב תאימות", IDC_COMPATGROUP, 7, 41, 210, 49 CHECKBOX "הפעל תוכנית זו במצב תאימות עבור:", IDC_CHKRUNCOMPATIBILITY, 18, 57, 188, 10, BS_AUTOCHECKBOX | WS_TABSTOP COMBOBOX IDC_COMPATIBILITYMODE, 18, 70, 188, 85, CBS_HASSTRINGS | CBS_DROPDOWNLIST | WS_TABSTOP | WS_DISABLED Index: reactos/dll/shellext/acppage/lang/template.rc =================================================================== --- reactos/dll/shellext/acppage/lang/template.rc (nonexistent) +++ reactos/dll/shellext/acppage/lang/template.rc (working copy) @@ -0,0 +1,41 @@ +LANGUAGE LANG_PLACEHOLDER, SUBLANG_PLACEHOLDER + +IDD_ACPPAGESHEET DIALOGEX 0, 0, 224, 226 +STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION +CAPTION "Compatibility" +FONT 8, "MS Shell Dlg", 0, 0, 0x0 +BEGIN + LTEXT "If you have problems running this program in ReactOS, select an operating system ReactOS should report to the application.\nPlease note that this is a work in progress.", IDC_EXPLANATION, 7, 7, 210, 31 + GROUPBOX "Compatibility mode", IDC_COMPATGROUP, 7, 41, 210, 49 + CHECKBOX "Run this program in compatibility mode for:", IDC_CHKRUNCOMPATIBILITY, 18, 57, 188, 10, BS_AUTOCHECKBOX | WS_TABSTOP + COMBOBOX IDC_COMPATIBILITYMODE, 18, 70, 188, 85, CBS_HASSTRINGS | CBS_DROPDOWNLIST | WS_TABSTOP | WS_DISABLED + GROUPBOX "Display settings", -1, 7, 99, 210, 61, BS_GROUPBOX + CHECKBOX "Run in 256 colors", IDC_CHKRUNIN256COLORS, 18, 114, 188, 10, BS_AUTOCHECKBOX | WS_TABSTOP + CHECKBOX "Run in 640x480 screenresolution", IDC_CHKRUNIN640480RES, 18, 129, 188, 10, BS_AUTOCHECKBOX | WS_TABSTOP + CHECKBOX "Disable visual themes", IDC_CHKDISABLEVISUALTHEMES, 18, 144, 188, 10, BS_AUTOCHECKBOX | WS_TABSTOP + PUSHBUTTON "E&dit compatibility modes...", IDC_EDITCOMPATIBILITYMODES, 117, 167, 100, 15 + CONTROL "Learn more about program compatibility.", IDC_INFOLINK, "SysLink", WS_CHILD | WS_TABSTOP | WS_VISIBLE, 7, 207, 210, 10, WS_EX_NOPARENTNOTIFY +END + +IDD_EDITCOMPATIBILITYMODES DIALOGEX 0, 0, 230, 139 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "Edit Compatibility Modes" +FONT 8, "MS Shell Dlg", 0, 0, 0x0 +BEGIN + COMBOBOX IDC_NEWCOMPATIBILITYMODE, 9, 6, 148, 14, CBS_HASSTRINGS | CBS_DROPDOWN | WS_VSCROLL + LISTBOX IDC_COMPATIBILITYMODE, 9, 25, 148, 86, LBS_NOTIFY | LBS_NOINTEGRALHEIGHT | LBS_WANTKEYBOARDINPUT | WS_BORDER + PUSHBUTTON "&Add...", IDC_ADD, 162, 6, 60, 14, WS_DISABLED + PUSHBUTTON "&Edit...", IDC_EDIT, 162, 24, 60, 14, WS_DISABLED + PUSHBUTTON "&Delete", IDC_DELETE, 162, 42, 60, 14, WS_DISABLED + PUSHBUTTON "&OK", IDOK, 95, 116, 60, 14 + PUSHBUTTON "&Cancel", IDCANCEL, 162, 116, 60, 14 +END + +STRINGTABLE +BEGIN + IDS_TABTITLE "Compatibility" + IDS_FAILED_NETWORK "Compatibility modes cannot be set on this program because it is on a network drive." + IDS_FAILED_PROTECTED "Compatibility modes cannot be set on this program because it is a part of ReactOS." + IDS_YOU_DID_NOT_ADD "You did not add the mode, do you want to add it now?" +END + Index: reactos/dll/shellext/acppage/output.rc =================================================================== --- reactos/dll/shellext/acppage/output.rc (nonexistent) +++ reactos/dll/shellext/acppage/output.rc (working copy) @@ -0,0 +1,41 @@ +LANGUAGE LANG_PLACEHOLDER, SUBLANG_PLACEHOLDER + +IDD_ACPPAGESHEET DIALOGEX 0, 0, 224, 226 +STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION +CAPTION "Съвместимост" +FONT 8, "MS Shell Dlg", 0, 0, 0x0 +BEGIN + LTEXT "Ако имате затруднения при работата на приложението с РеактОС, изберете като коя операционна система да му се представя РеактОС.\nPlease note that this is a work in progress.", IDC_EXPLANATION, 7, 7, 210, 31 + GROUPBOX "Режими на съвместимост", IDC_COMPATGROUP, 7, 41, 210, 49 + CHECKBOX "Изпълняване на приложението в режим на съвместимост за:", IDC_CHKRUNCOMPATIBILITY, 18, 57, 188, 10, BS_AUTOCHECKBOX | WS_TABSTOP + COMBOBOX IDC_COMPATIBILITYMODE, 18, 70, 188, 85, CBS_HASSTRINGS | CBS_DROPDOWNLIST | WS_TABSTOP | WS_DISABLED + GROUPBOX "Настройки на екрана", -1, 7, 99, 210, 61, BS_GROUPBOX + CHECKBOX "Работа с 256 цвята", IDC_CHKRUNIN256COLORS, 18, 114, 188, 10, BS_AUTOCHECKBOX | WS_TABSTOP + CHECKBOX "Разделителна способност 640х480", IDC_CHKRUNIN640480RES, 18, 129, 188, 10, BS_AUTOCHECKBOX | WS_TABSTOP + CHECKBOX "Изключване на разцветките", IDC_CHKDISABLEVISUALTHEMES, 18, 144, 188, 10, BS_AUTOCHECKBOX | WS_TABSTOP + PUSHBUTTON "Про&мяна на режимите за съвместимост...", IDC_EDITCOMPATIBILITYMODES, 117, 167, 100, 15 + CONTROL "Learn more about program compatibility.", IDC_INFOLINK, "SysLink", WS_CHILD | WS_TABSTOP | WS_VISIBLE, 7, 207, 210, 10, WS_EX_NOPARENTNOTIFY +END + +IDD_EDITCOMPATIBILITYMODES DIALOGEX 0, 0, 230, 139 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "Промяна на режимите за съвместимост" +FONT 8, "MS Shell Dlg", 0, 0, 0x0 +BEGIN + COMBOBOX IDC_NEWCOMPATIBILITYMODE, 9, 6, 148, 14, CBS_HASSTRINGS | CBS_DROPDOWN | WS_VSCROLL + LISTBOX IDC_COMPATIBILITYMODE, 9, 25, 148, 86, LBS_NOTIFY | LBS_NOINTEGRALHEIGHT | LBS_WANTKEYBOARDINPUT | WS_BORDER + PUSHBUTTON "&Добавяне...", IDC_ADD, 162, 6, 60, 14, WS_DISABLED + PUSHBUTTON "&Обработка...", IDC_EDIT, 162, 24, 60, 14, WS_DISABLED + PUSHBUTTON "Из&триване", IDC_DELETE, 162, 42, 60, 14, WS_DISABLED + PUSHBUTTON "&Добре", IDOK, 95, 116, 60, 14 + PUSHBUTTON "&Отказ", IDCANCEL, 162, 116, 60, 14 +END + +STRINGTABLE +BEGIN + IDS_TABTITLE "Compatibility" + IDS_FAILED_NETWORK "Compatibility modes cannot be set on this program because it is on a network drive." + IDS_FAILED_PROTECTED "Compatibility modes cannot be set on this program because it is a part of ReactOS." + IDS_YOU_DID_NOT_ADD "You did not add the mode, do you want to add it now?" +END + Index: reactos/dll/shellext/acppage/pot/cs-CZ.po =================================================================== --- reactos/dll/shellext/acppage/pot/cs-CZ.po (nonexistent) +++ reactos/dll/shellext/acppage/pot/cs-CZ.po (working copy) @@ -0,0 +1,108 @@ +#. extracted from lang/en-US.rc, lang/cs-CZ.rc +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: 2010-05-25\n" +"Last-Translator: Radek Liska aka Black_Fox\n" +"Language-Team: radekliska at gmail dot com\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Accelerator-Marker: &\n" +"X-Generator: Translate Toolkit 2.2.4\n" +"X-Merge-On: location\n" + +#: DIALOGEX.IDD_ACPPAGESHEET.CAPTION +msgctxt "DIALOGEX.IDD_ACPPAGESHEET.CAPTION" +msgid "Compatibility" +msgstr "Kompatibilita" + +#: DIALOGEX.IDD_ACPPAGESHEET.LTEXT.IDC_EXPLANATION +msgid "" +"If you have problems running this program in ReactOS, select an operating " +"system ReactOS should report to the application.\n" +"Please note that this is a work in progress." +msgstr "Pokud jsou problémy se spouštěním tohoto programu v systému ReactOS, zvolte operační systém, který ReactOS tomuto programu sdělí.\nPlease note that this is a work in progress." + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.IDC_COMPATGROUP +msgid "Compatibility mode" +msgstr "Režim kompatibility" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNCOMPATIBILITY +msgid "Run this program in compatibility mode for:" +msgstr "Spustit tento program v režimu kompatibility pro:" + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.Display_settings +msgid "Display settings" +msgstr "Nastavení zobrazení" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN256COLORS +msgid "Run in 256 colors" +msgstr "Spustit v 256 barvách" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN640480RES +msgid "Run in 640x480 screenresolution" +msgstr "Spustit v rozlišení 640x480" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKDISABLEVISUALTHEMES +msgid "Disable visual themes" +msgstr "Vypnout vizuální motivy" + +#: DIALOGEX.IDD_ACPPAGESHEET.PUSHBUTTON.IDC_EDITCOMPATIBILITYMODES +msgid "E&dit compatibility modes..." +msgstr "Up&ravit režimy kompatibility..." + +#: DIALOGEX.IDD_ACPPAGESHEET.CONTROL.IDC_INFOLINK +msgid "Learn more about program compatibility." +msgstr "Další informace o kompatibilitě programů." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.CAPTION +msgid "Edit Compatibility Modes" +msgstr "Upravit režimy kompatibility" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_ADD +msgid "&Add..." +msgstr "&Přidat..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_EDIT +msgid "&Edit..." +msgstr "&Upravit..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_DELETE +msgid "&Delete" +msgstr "S&mazat" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDOK +msgid "&OK" +msgstr "&OK" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDCANCEL +msgid "&Cancel" +msgstr "Storno" + +#: STRINGTABLE.IDS_TABTITLE +msgctxt "STRINGTABLE.IDS_TABTITLE" +msgid "Compatibility" +msgstr "Compatibility" + +#: STRINGTABLE.IDS_FAILED_NETWORK +msgid "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." +msgstr "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." + +#: STRINGTABLE.IDS_FAILED_PROTECTED +msgid "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." +msgstr "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." + +#: STRINGTABLE.IDS_YOU_DID_NOT_ADD +msgid "You did not add the mode, do you want to add it now?" +msgstr "You did not add the mode, do you want to add it now?" Index: reactos/dll/shellext/acppage/pot/de-DE.po =================================================================== --- reactos/dll/shellext/acppage/pot/de-DE.po (nonexistent) +++ reactos/dll/shellext/acppage/pot/de-DE.po (working copy) @@ -0,0 +1,109 @@ +#. extracted from lang/en-US.rc, lang/de-DE.rc +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-14 12:07+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Accelerator-Marker: &\n" +"X-Generator: Translate Toolkit 2.2.4\n" +"X-Merge-On: location\n" + +#: DIALOGEX.IDD_ACPPAGESHEET.CAPTION +msgctxt "DIALOGEX.IDD_ACPPAGESHEET.CAPTION" +msgid "Compatibility" +msgstr "Kompatibilität" + +#: DIALOGEX.IDD_ACPPAGESHEET.LTEXT.IDC_EXPLANATION +msgid "" +"If you have problems running this program in ReactOS, select an operating " +"system ReactOS should report to the application.\n" +"Please note that this is a work in progress." +msgstr "Falls dieses Programm Probleme verursacht, wählen Sie einen Kompatibilitätsmodus, unter dem das Programm möglicherweise korrekt funktioniert.\nBitte beachten Sie dass sich diese Funktion aktuell in Entwicklung befindet." + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.IDC_COMPATGROUP +msgid "Compatibility mode" +msgstr "Kompatibilitätsmodus" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNCOMPATIBILITY +msgid "Run this program in compatibility mode for:" +msgstr "Programm im Kompatibilitätsmodus ausführen für:" + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.Display_settings +msgid "Display settings" +msgstr "Anzeigeeinstellungen" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN256COLORS +msgid "Run in 256 colors" +msgstr "Mit 256 Farben ausführen" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN640480RES +msgid "Run in 640x480 screenresolution" +msgstr "In Bildschirmauflösung 640 x 480 ausführen" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKDISABLEVISUALTHEMES +msgid "Disable visual themes" +msgstr "Visuelle Designs deaktivieren" + +#: DIALOGEX.IDD_ACPPAGESHEET.PUSHBUTTON.IDC_EDITCOMPATIBILITYMODES +msgid "E&dit compatibility modes..." +msgstr "Kompatibilitätsmodus ändern" + +#: DIALOGEX.IDD_ACPPAGESHEET.CONTROL.IDC_INFOLINK +msgid "Learn more about program compatibility." +msgstr "Weitere Informationen über Programmkompatibilität." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.CAPTION +msgid "Edit Compatibility Modes" +msgstr "Kompatibilitätsmodus ändern" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_ADD +msgid "&Add..." +msgstr "&Hinzufügen..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_EDIT +msgid "&Edit..." +msgstr "&Ändern..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_DELETE +msgid "&Delete" +msgstr "&Löschen" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDOK +msgid "&OK" +msgstr "&OK" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDCANCEL +msgid "&Cancel" +msgstr "&Abbrechen" + +#: STRINGTABLE.IDS_TABTITLE +msgctxt "STRINGTABLE.IDS_TABTITLE" +msgid "Compatibility" +msgstr "Kompatibilität" + +#: STRINGTABLE.IDS_FAILED_NETWORK +msgid "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." +msgstr "" +"Kompatibilitätsmodi können auf diesem Programm nicht angewendet werden, da " +"es sich auf einem Netzlaufwerk befindet." + +#: STRINGTABLE.IDS_FAILED_PROTECTED +msgid "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." +msgstr "" +"Kompatibilitätsmodi können auf diesem Programm nicht angewendet werden, da " +"es Teil von ReactOS ist." + +#: STRINGTABLE.IDS_YOU_DID_NOT_ADD +msgid "You did not add the mode, do you want to add it now?" +msgstr "" +"Sie haben den Modus nicht hinzugefügt, möchten Sie ihn jetzt hinzufügen?" Index: reactos/dll/shellext/acppage/pot/en-US.po =================================================================== --- reactos/dll/shellext/acppage/pot/en-US.po (nonexistent) +++ reactos/dll/shellext/acppage/pot/en-US.po (working copy) @@ -0,0 +1,111 @@ +#. extracted from lang/en-US.rc, lang/en-US.rc +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-14 12:07+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Accelerator-Marker: &\n" +"X-Generator: Translate Toolkit 2.2.4\n" +"X-Merge-On: location\n" + +#: DIALOGEX.IDD_ACPPAGESHEET.CAPTION +msgctxt "DIALOGEX.IDD_ACPPAGESHEET.CAPTION" +msgid "Compatibility" +msgstr "Compatibility" + +#: DIALOGEX.IDD_ACPPAGESHEET.LTEXT.IDC_EXPLANATION +msgid "" +"If you have problems running this program in ReactOS, select an operating " +"system ReactOS should report to the application.\n" +"Please note that this is a work in progress." +msgstr "" +"If you have problems running this program in ReactOS, select an operating " +"system ReactOS should report to the application.\n" +"Please note that this is a work in progress." + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.IDC_COMPATGROUP +msgid "Compatibility mode" +msgstr "Compatibility mode" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNCOMPATIBILITY +msgid "Run this program in compatibility mode for:" +msgstr "Run this program in compatibility mode for:" + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.Display_settings +msgid "Display settings" +msgstr "Display settings" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN256COLORS +msgid "Run in 256 colors" +msgstr "Run in 256 colors" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN640480RES +msgid "Run in 640x480 screenresolution" +msgstr "Run in 640x480 screenresolution" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKDISABLEVISUALTHEMES +msgid "Disable visual themes" +msgstr "Disable visual themes" + +#: DIALOGEX.IDD_ACPPAGESHEET.PUSHBUTTON.IDC_EDITCOMPATIBILITYMODES +msgid "E&dit compatibility modes..." +msgstr "E&dit compatibility modes..." + +#: DIALOGEX.IDD_ACPPAGESHEET.CONTROL.IDC_INFOLINK +msgid "Learn more about program compatibility." +msgstr "Learn more about program compatibility." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.CAPTION +msgid "Edit Compatibility Modes" +msgstr "Edit Compatibility Modes" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_ADD +msgid "&Add..." +msgstr "&Add..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_EDIT +msgid "&Edit..." +msgstr "&Edit..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_DELETE +msgid "&Delete" +msgstr "&Delete" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDOK +msgid "&OK" +msgstr "&OK" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDCANCEL +msgid "&Cancel" +msgstr "&Cancel" + +#: STRINGTABLE.IDS_TABTITLE +msgctxt "STRINGTABLE.IDS_TABTITLE" +msgid "Compatibility" +msgstr "Compatibility" + +#: STRINGTABLE.IDS_FAILED_NETWORK +msgid "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." +msgstr "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." + +#: STRINGTABLE.IDS_FAILED_PROTECTED +msgid "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." +msgstr "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." + +#: STRINGTABLE.IDS_YOU_DID_NOT_ADD +msgid "You did not add the mode, do you want to add it now?" +msgstr "You did not add the mode, do you want to add it now?" Index: reactos/dll/shellext/acppage/pot/es-ES.po =================================================================== --- reactos/dll/shellext/acppage/pot/es-ES.po (nonexistent) +++ reactos/dll/shellext/acppage/pot/es-ES.po (working copy) @@ -0,0 +1,111 @@ +#. extracted from lang/en-US.rc, lang/es-ES.rc +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-14 12:07+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Samuel Serapión Vega\n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Accelerator-Marker: &\n" +"X-Generator: Translate Toolkit 2.2.4\n" +"X-Merge-On: location\n" + +#: DIALOGEX.IDD_ACPPAGESHEET.CAPTION +msgctxt "DIALOGEX.IDD_ACPPAGESHEET.CAPTION" +msgid "Compatibility" +msgstr "Compatibilidad" + +#: DIALOGEX.IDD_ACPPAGESHEET.LTEXT.IDC_EXPLANATION +msgid "" +"If you have problems running this program in ReactOS, select an operating " +"system ReactOS should report to the application.\n" +"Please note that this is a work in progress." +msgstr "" +"Si tiene problemas ejecutando este programa en ReactOS, seleccione el modo " +"de compatibilidad que coincida con otro sistema operativo en el que funciona.\n" +"Please note that this is a work in progress." + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.IDC_COMPATGROUP +msgid "Compatibility mode" +msgstr "Modo de compatibilidad" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNCOMPATIBILITY +msgid "Run this program in compatibility mode for:" +msgstr "Ejecutar este programa en modo de compatibilidad para:" + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.Display_settings +msgid "Display settings" +msgstr "Configuración de pantalla" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN256COLORS +msgid "Run in 256 colors" +msgstr "Ejecutar con 256 colores" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN640480RES +msgid "Run in 640x480 screenresolution" +msgstr "Ejecutar con resolución de pantalla de 640x480" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKDISABLEVISUALTHEMES +msgid "Disable visual themes" +msgstr "Deshabilitar temas visuales" + +#: DIALOGEX.IDD_ACPPAGESHEET.PUSHBUTTON.IDC_EDITCOMPATIBILITYMODES +msgid "E&dit compatibility modes..." +msgstr "E&ditar modos de compatibilidad..." + +#: DIALOGEX.IDD_ACPPAGESHEET.CONTROL.IDC_INFOLINK +msgid "Learn more about program compatibility." +msgstr "Saber más acerca de compatibilidad de programas." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.CAPTION +msgid "Edit Compatibility Modes" +msgstr "Editar modos de compatibilidad" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_ADD +msgid "&Add..." +msgstr "&Añadir..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_EDIT +msgid "&Edit..." +msgstr "&Editar..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_DELETE +msgid "&Delete" +msgstr "&Borrar" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDOK +msgid "&OK" +msgstr "&Aceptar" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDCANCEL +msgid "&Cancel" +msgstr "&Cancelar" + +#: STRINGTABLE.IDS_TABTITLE +msgctxt "STRINGTABLE.IDS_TABTITLE" +msgid "Compatibility" +msgstr "Compatibility" + +#: STRINGTABLE.IDS_FAILED_NETWORK +msgid "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." +msgstr "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." + +#: STRINGTABLE.IDS_FAILED_PROTECTED +msgid "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." +msgstr "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." + +#: STRINGTABLE.IDS_YOU_DID_NOT_ADD +msgid "You did not add the mode, do you want to add it now?" +msgstr "You did not add the mode, do you want to add it now?" Index: reactos/dll/shellext/acppage/pot/eu-ES.po =================================================================== --- reactos/dll/shellext/acppage/pot/eu-ES.po (nonexistent) +++ reactos/dll/shellext/acppage/pot/eu-ES.po (working copy) @@ -0,0 +1,108 @@ +#. extracted from lang/en-US.rc, lang/eu-ES.rc +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-14 12:07+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Accelerator-Marker: &\n" +"X-Generator: Translate Toolkit 2.2.4\n" +"X-Merge-On: location\n" + +#: DIALOGEX.IDD_ACPPAGESHEET.CAPTION +msgctxt "DIALOGEX.IDD_ACPPAGESHEET.CAPTION" +msgid "Compatibility" +msgstr "Konpatibilitatea" + +#: DIALOGEX.IDD_ACPPAGESHEET.LTEXT.IDC_EXPLANATION +msgid "" +"If you have problems running this program in ReactOS, select an operating " +"system ReactOS should report to the application.\n" +"Please note that this is a work in progress." +msgstr "ReactOS programa hau exekutatzean arazoak badituzu, hautatu konpatibilitate aukera bat jada funtzionatzen duen beste sistema operatibo batekin\nPlease note that this is a work in progress." + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.IDC_COMPATGROUP +msgid "Compatibility mode" +msgstr "Konpatibilitate Modua " + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNCOMPATIBILITY +msgid "Run this program in compatibility mode for:" +msgstr "Programa hau exekutatu konpatibilizatzeko moduan honekin:" + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.Display_settings +msgid "Display settings" +msgstr "Pantaila konfiguratu " + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN256COLORS +msgid "Run in 256 colors" +msgstr "Exekutatu 256 kolorerekin" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN640480RES +msgid "Run in 640x480 screenresolution" +msgstr "640x480 pantaila erresoluzioarekin exekutatu" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKDISABLEVISUALTHEMES +msgid "Disable visual themes" +msgstr "Ezgaitu gai bisualak" + +#: DIALOGEX.IDD_ACPPAGESHEET.PUSHBUTTON.IDC_EDITCOMPATIBILITYMODES +msgid "E&dit compatibility modes..." +msgstr "Konpatibilitate moduan editatu..." + +#: DIALOGEX.IDD_ACPPAGESHEET.CONTROL.IDC_INFOLINK +msgid "Learn more about program compatibility." +msgstr " Programen konpatibilitateari buruz gehiago." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.CAPTION +msgid "Edit Compatibility Modes" +msgstr "Konpatibilitate moduak editatu" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_ADD +msgid "&Add..." +msgstr "&Gehitu..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_EDIT +msgid "&Edit..." +msgstr "&Editatu..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_DELETE +msgid "&Delete" +msgstr "&Ezabatu" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDOK +msgid "&OK" +msgstr "&Ados" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDCANCEL +msgid "&Cancel" +msgstr "&Utzi" + +#: STRINGTABLE.IDS_TABTITLE +msgctxt "STRINGTABLE.IDS_TABTITLE" +msgid "Compatibility" +msgstr "Compatibility" + +#: STRINGTABLE.IDS_FAILED_NETWORK +msgid "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." +msgstr "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." + +#: STRINGTABLE.IDS_FAILED_PROTECTED +msgid "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." +msgstr "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." + +#: STRINGTABLE.IDS_YOU_DID_NOT_ADD +msgid "You did not add the mode, do you want to add it now?" +msgstr "You did not add the mode, do you want to add it now?" Index: reactos/dll/shellext/acppage/pot/fr-FR.po =================================================================== --- reactos/dll/shellext/acppage/pot/fr-FR.po (nonexistent) +++ reactos/dll/shellext/acppage/pot/fr-FR.po (working copy) @@ -0,0 +1,108 @@ +#. extracted from lang/en-US.rc, lang/fr-FR.rc +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-14 12:07+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Accelerator-Marker: &\n" +"X-Generator: Translate Toolkit 2.2.4\n" +"X-Merge-On: location\n" + +#: DIALOGEX.IDD_ACPPAGESHEET.CAPTION +msgctxt "DIALOGEX.IDD_ACPPAGESHEET.CAPTION" +msgid "Compatibility" +msgstr "Compatibilité" + +#: DIALOGEX.IDD_ACPPAGESHEET.LTEXT.IDC_EXPLANATION +msgid "" +"If you have problems running this program in ReactOS, select an operating " +"system ReactOS should report to the application.\n" +"Please note that this is a work in progress." +msgstr "Si vous avez des difficultés à lancer ce programme sous ReactOS, sélectionner le système d'exploitation que ReactOS montrera à l'application.\nPlease note that this is a work in progress." + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.IDC_COMPATGROUP +msgid "Compatibility mode" +msgstr "Mode de compatibilité" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNCOMPATIBILITY +msgid "Run this program in compatibility mode for:" +msgstr "Lancer ce programme en mode de compatibilité pour:" + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.Display_settings +msgid "Display settings" +msgstr "Réglages de l'écran" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN256COLORS +msgid "Run in 256 colors" +msgstr "Lancer en 256 colors" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN640480RES +msgid "Run in 640x480 screenresolution" +msgstr "Lancer en resolution d'écran 640x480 " + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKDISABLEVISUALTHEMES +msgid "Disable visual themes" +msgstr "Désactiver les thèmes visuels" + +#: DIALOGEX.IDD_ACPPAGESHEET.PUSHBUTTON.IDC_EDITCOMPATIBILITYMODES +msgid "E&dit compatibility modes..." +msgstr "E&diter les Modes de compatibilité" + +#: DIALOGEX.IDD_ACPPAGESHEET.CONTROL.IDC_INFOLINK +msgid "Learn more about program compatibility." +msgstr "Learn more about program compatibility." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.CAPTION +msgid "Edit Compatibility Modes" +msgstr "Editer les Modes de compatibilité" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_ADD +msgid "&Add..." +msgstr "&Ajouter..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_EDIT +msgid "&Edit..." +msgstr "&Editer..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_DELETE +msgid "&Delete" +msgstr "&Supprimer" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDOK +msgid "&OK" +msgstr "&OK" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDCANCEL +msgid "&Cancel" +msgstr "&Annuler" + +#: STRINGTABLE.IDS_TABTITLE +msgctxt "STRINGTABLE.IDS_TABTITLE" +msgid "Compatibility" +msgstr "Compatibility" + +#: STRINGTABLE.IDS_FAILED_NETWORK +msgid "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." +msgstr "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." + +#: STRINGTABLE.IDS_FAILED_PROTECTED +msgid "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." +msgstr "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." + +#: STRINGTABLE.IDS_YOU_DID_NOT_ADD +msgid "You did not add the mode, do you want to add it now?" +msgstr "You did not add the mode, do you want to add it now?" Index: reactos/dll/shellext/acppage/pot/hu-HU.po =================================================================== --- reactos/dll/shellext/acppage/pot/hu-HU.po (nonexistent) +++ reactos/dll/shellext/acppage/pot/hu-HU.po (working copy) @@ -0,0 +1,108 @@ +#. extracted from lang/en-US.rc, lang/hu-HU.rc +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-14 12:07+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Robert Horvath - talley at cubeclub.hu\n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Accelerator-Marker: &\n" +"X-Generator: Translate Toolkit 2.2.4\n" +"X-Merge-On: location\n" + +#: DIALOGEX.IDD_ACPPAGESHEET.CAPTION +msgctxt "DIALOGEX.IDD_ACPPAGESHEET.CAPTION" +msgid "Compatibility" +msgstr "Kompatibilitás" + +#: DIALOGEX.IDD_ACPPAGESHEET.LTEXT.IDC_EXPLANATION +msgid "" +"If you have problems running this program in ReactOS, select an operating " +"system ReactOS should report to the application.\n" +"Please note that this is a work in progress." +msgstr "Ha probléma van, válassz ki egy operációs rendszert amit a ReactOS színlelni fog\nPlease note that this is a work in progress." + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.IDC_COMPATGROUP +msgid "Compatibility mode" +msgstr "Kompatibilitási mód" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNCOMPATIBILITY +msgid "Run this program in compatibility mode for:" +msgstr "Ez a program kompatibilitási módban fut:" + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.Display_settings +msgid "Display settings" +msgstr "Megjelenitői beállítások" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN256COLORS +msgid "Run in 256 colors" +msgstr "256 szín" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN640480RES +msgid "Run in 640x480 screenresolution" +msgstr "640x480-as felbontás" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKDISABLEVISUALTHEMES +msgid "Disable visual themes" +msgstr "Témák kikapcsolása" + +#: DIALOGEX.IDD_ACPPAGESHEET.PUSHBUTTON.IDC_EDITCOMPATIBILITYMODES +msgid "E&dit compatibility modes..." +msgstr "Sémák szerkesztése..." + +#: DIALOGEX.IDD_ACPPAGESHEET.CONTROL.IDC_INFOLINK +msgid "Learn more about program compatibility." +msgstr "Learn more about program compatibility." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.CAPTION +msgid "Edit Compatibility Modes" +msgstr "Sémák szerkesztése" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_ADD +msgid "&Add..." +msgstr "&Hozzáadás..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_EDIT +msgid "&Edit..." +msgstr "&Szerkesztés..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_DELETE +msgid "&Delete" +msgstr "&Törlés" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDOK +msgid "&OK" +msgstr "&OK" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDCANCEL +msgid "&Cancel" +msgstr "&Mégse" + +#: STRINGTABLE.IDS_TABTITLE +msgctxt "STRINGTABLE.IDS_TABTITLE" +msgid "Compatibility" +msgstr "Compatibility" + +#: STRINGTABLE.IDS_FAILED_NETWORK +msgid "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." +msgstr "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." + +#: STRINGTABLE.IDS_FAILED_PROTECTED +msgid "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." +msgstr "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." + +#: STRINGTABLE.IDS_YOU_DID_NOT_ADD +msgid "You did not add the mode, do you want to add it now?" +msgstr "You did not add the mode, do you want to add it now?" Index: reactos/dll/shellext/acppage/pot/id-ID.po =================================================================== --- reactos/dll/shellext/acppage/pot/id-ID.po (nonexistent) +++ reactos/dll/shellext/acppage/pot/id-ID.po (working copy) @@ -0,0 +1,108 @@ +#. extracted from lang/en-US.rc, lang/id-ID.rc +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-14 12:07+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Accelerator-Marker: &\n" +"X-Generator: Translate Toolkit 2.2.4\n" +"X-Merge-On: location\n" + +#: DIALOGEX.IDD_ACPPAGESHEET.CAPTION +msgctxt "DIALOGEX.IDD_ACPPAGESHEET.CAPTION" +msgid "Compatibility" +msgstr "Kompatibilitas" + +#: DIALOGEX.IDD_ACPPAGESHEET.LTEXT.IDC_EXPLANATION +msgid "" +"If you have problems running this program in ReactOS, select an operating " +"system ReactOS should report to the application.\n" +"Please note that this is a work in progress." +msgstr "Jika anda mempunyai masalah menjalan program ini dalam ReactOS, pilih sistem operasi ReactOS seharusnya melaporkan atas aplikasi ini.\nPlease note that this is a work in progress." + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.IDC_COMPATGROUP +msgid "Compatibility mode" +msgstr "Mode Kompatibilitas" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNCOMPATIBILITY +msgid "Run this program in compatibility mode for:" +msgstr "Jalankan program ini dalam mode kompatibilitas:" + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.Display_settings +msgid "Display settings" +msgstr "Setelan tampilan" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN256COLORS +msgid "Run in 256 colors" +msgstr "Jalankan dalam 256 warna" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN640480RES +msgid "Run in 640x480 screenresolution" +msgstr "Jalankan dalam resolusi layar 640x480" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKDISABLEVISUALTHEMES +msgid "Disable visual themes" +msgstr "Matikan tema visual" + +#: DIALOGEX.IDD_ACPPAGESHEET.PUSHBUTTON.IDC_EDITCOMPATIBILITYMODES +msgid "E&dit compatibility modes..." +msgstr "E&dit mode kompatibilitas..." + +#: DIALOGEX.IDD_ACPPAGESHEET.CONTROL.IDC_INFOLINK +msgid "Learn more about program compatibility." +msgstr "Learn more about program compatibility." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.CAPTION +msgid "Edit Compatibility Modes" +msgstr "Edit Mode Kompatibilitas" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_ADD +msgid "&Add..." +msgstr "&Tambah..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_EDIT +msgid "&Edit..." +msgstr "&Edit..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_DELETE +msgid "&Delete" +msgstr "&Hapus" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDOK +msgid "&OK" +msgstr "&OK" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDCANCEL +msgid "&Cancel" +msgstr "&Batal" + +#: STRINGTABLE.IDS_TABTITLE +msgctxt "STRINGTABLE.IDS_TABTITLE" +msgid "Compatibility" +msgstr "Compatibility" + +#: STRINGTABLE.IDS_FAILED_NETWORK +msgid "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." +msgstr "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." + +#: STRINGTABLE.IDS_FAILED_PROTECTED +msgid "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." +msgstr "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." + +#: STRINGTABLE.IDS_YOU_DID_NOT_ADD +msgid "You did not add the mode, do you want to add it now?" +msgstr "You did not add the mode, do you want to add it now?" Index: reactos/dll/shellext/acppage/pot/it-IT.po =================================================================== --- reactos/dll/shellext/acppage/pot/it-IT.po (nonexistent) +++ reactos/dll/shellext/acppage/pot/it-IT.po (working copy) @@ -0,0 +1,108 @@ +#. extracted from lang/en-US.rc, lang/it-IT.rc +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-14 12:07+0200\n" +"PO-Revision-Date: 2007-01-11\n" +"Last-Translator: Paolo Devoti, devotip@tiscali.it\n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Accelerator-Marker: &\n" +"X-Generator: Translate Toolkit 2.2.4\n" +"X-Merge-On: location\n" + +#: DIALOGEX.IDD_ACPPAGESHEET.CAPTION +msgctxt "DIALOGEX.IDD_ACPPAGESHEET.CAPTION" +msgid "Compatibility" +msgstr "Compatibilità" + +#: DIALOGEX.IDD_ACPPAGESHEET.LTEXT.IDC_EXPLANATION +msgid "" +"If you have problems running this program in ReactOS, select an operating " +"system ReactOS should report to the application.\n" +"Please note that this is a work in progress." +msgstr "Se ci sono problemi ad eseguire questo programma in ReactOS potete scegliere un sistema operativo da segnalare all'applicazione.\nPlease note that this is a work in progress." + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.IDC_COMPATGROUP +msgid "Compatibility mode" +msgstr "Modalità compatibile" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNCOMPATIBILITY +msgid "Run this program in compatibility mode for:" +msgstr "Esegui questo programma in modalità compatibile per:" + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.Display_settings +msgid "Display settings" +msgstr "Impostazioni del monitor" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN256COLORS +msgid "Run in 256 colors" +msgstr "Esegui con 256 colori" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN640480RES +msgid "Run in 640x480 screenresolution" +msgstr "Esegui con schermo a risoluzione 640x480" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKDISABLEVISUALTHEMES +msgid "Disable visual themes" +msgstr "Disabilita gli schemi di visualizzazione" + +#: DIALOGEX.IDD_ACPPAGESHEET.PUSHBUTTON.IDC_EDITCOMPATIBILITYMODES +msgid "E&dit compatibility modes..." +msgstr "Modifica la modalità compatibile..." + +#: DIALOGEX.IDD_ACPPAGESHEET.CONTROL.IDC_INFOLINK +msgid "Learn more about program compatibility." +msgstr "Ulteriori informazioni sulla compatibilità dei programmi." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.CAPTION +msgid "Edit Compatibility Modes" +msgstr "Modifica la modalità compatibile" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_ADD +msgid "&Add..." +msgstr "&Aggiungi..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_EDIT +msgid "&Edit..." +msgstr "&Modifica..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_DELETE +msgid "&Delete" +msgstr "&Cancella" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDOK +msgid "&OK" +msgstr "&OK" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDCANCEL +msgid "&Cancel" +msgstr "A&nnulla" + +#: STRINGTABLE.IDS_TABTITLE +msgctxt "STRINGTABLE.IDS_TABTITLE" +msgid "Compatibility" +msgstr "Compatibility" + +#: STRINGTABLE.IDS_FAILED_NETWORK +msgid "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." +msgstr "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." + +#: STRINGTABLE.IDS_FAILED_PROTECTED +msgid "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." +msgstr "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." + +#: STRINGTABLE.IDS_YOU_DID_NOT_ADD +msgid "You did not add the mode, do you want to add it now?" +msgstr "You did not add the mode, do you want to add it now?" Index: reactos/dll/shellext/acppage/pot/nl-NL.po =================================================================== --- reactos/dll/shellext/acppage/pot/nl-NL.po (nonexistent) +++ reactos/dll/shellext/acppage/pot/nl-NL.po (working copy) @@ -0,0 +1,108 @@ +#. extracted from lang/en-US.rc, lang/nl-NL.rc +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-14 12:07+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Accelerator-Marker: &\n" +"X-Generator: Translate Toolkit 2.2.4\n" +"X-Merge-On: location\n" + +#: DIALOGEX.IDD_ACPPAGESHEET.CAPTION +msgctxt "DIALOGEX.IDD_ACPPAGESHEET.CAPTION" +msgid "Compatibility" +msgstr "Compatibiliteit" + +#: DIALOGEX.IDD_ACPPAGESHEET.LTEXT.IDC_EXPLANATION +msgid "" +"If you have problems running this program in ReactOS, select an operating " +"system ReactOS should report to the application.\n" +"Please note that this is a work in progress." +msgstr "If you have problems running this program in ReactOS, select an operating system ReactOS should report to the application.\nPlease note that this is a work in progress." + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.IDC_COMPATGROUP +msgid "Compatibility mode" +msgstr "Compatibility mode" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNCOMPATIBILITY +msgid "Run this program in compatibility mode for:" +msgstr "Run this program in compatibility mode for:" + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.Display_settings +msgid "Display settings" +msgstr "Display settings" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN256COLORS +msgid "Run in 256 colors" +msgstr "Run in 256 colors" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN640480RES +msgid "Run in 640x480 screenresolution" +msgstr "Run in 640x480 screenresolution" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKDISABLEVISUALTHEMES +msgid "Disable visual themes" +msgstr "Disable visual themes" + +#: DIALOGEX.IDD_ACPPAGESHEET.PUSHBUTTON.IDC_EDITCOMPATIBILITYMODES +msgid "E&dit compatibility modes..." +msgstr "E&dit compatibility modes..." + +#: DIALOGEX.IDD_ACPPAGESHEET.CONTROL.IDC_INFOLINK +msgid "Learn more about program compatibility." +msgstr "Learn more about program compatibility." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.CAPTION +msgid "Edit Compatibility Modes" +msgstr "Edit Compatibility Modes" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_ADD +msgid "&Add..." +msgstr "&Add..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_EDIT +msgid "&Edit..." +msgstr "&Edit..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_DELETE +msgid "&Delete" +msgstr "&Delete" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDOK +msgid "&OK" +msgstr "&OK" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDCANCEL +msgid "&Cancel" +msgstr "&Cancel" + +#: STRINGTABLE.IDS_TABTITLE +msgctxt "STRINGTABLE.IDS_TABTITLE" +msgid "Compatibility" +msgstr "Compatibility" + +#: STRINGTABLE.IDS_FAILED_NETWORK +msgid "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." +msgstr "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." + +#: STRINGTABLE.IDS_FAILED_PROTECTED +msgid "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." +msgstr "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." + +#: STRINGTABLE.IDS_YOU_DID_NOT_ADD +msgid "You did not add the mode, do you want to add it now?" +msgstr "You did not add the mode, do you want to add it now?" Index: reactos/dll/shellext/acppage/pot/no-NO.po =================================================================== --- reactos/dll/shellext/acppage/pot/no-NO.po (nonexistent) +++ reactos/dll/shellext/acppage/pot/no-NO.po (working copy) @@ -0,0 +1,108 @@ +#. extracted from lang/en-US.rc, lang/no-NO.rc +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-14 12:07+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Accelerator-Marker: &\n" +"X-Generator: Translate Toolkit 2.2.4\n" +"X-Merge-On: location\n" + +#: DIALOGEX.IDD_ACPPAGESHEET.CAPTION +msgctxt "DIALOGEX.IDD_ACPPAGESHEET.CAPTION" +msgid "Compatibility" +msgstr "Kompaktibilitet" + +#: DIALOGEX.IDD_ACPPAGESHEET.LTEXT.IDC_EXPLANATION +msgid "" +"If you have problems running this program in ReactOS, select an operating " +"system ReactOS should report to the application.\n" +"Please note that this is a work in progress." +msgstr "Hvis du har problemer med å kjøre programmer i ReactOS, velg et operativsystem ReactOS skulle fungere for programmet.\nPlease note that this is a work in progress." + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.IDC_COMPATGROUP +msgid "Compatibility mode" +msgstr "Kompaktibilitetsmodus" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNCOMPATIBILITY +msgid "Run this program in compatibility mode for:" +msgstr "Kjør dette programmet i kompaktibilitetsmodus for:" + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.Display_settings +msgid "Display settings" +msgstr "Skjerminnstillinger" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN256COLORS +msgid "Run in 256 colors" +msgstr "Kjør i 256 farger" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN640480RES +msgid "Run in 640x480 screenresolution" +msgstr "Kjør med skjermoppløsning på 640x480" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKDISABLEVISUALTHEMES +msgid "Disable visual themes" +msgstr "Deaktiver visuelle temaer" + +#: DIALOGEX.IDD_ACPPAGESHEET.PUSHBUTTON.IDC_EDITCOMPATIBILITYMODES +msgid "E&dit compatibility modes..." +msgstr "E&dit compatibility modes..." + +#: DIALOGEX.IDD_ACPPAGESHEET.CONTROL.IDC_INFOLINK +msgid "Learn more about program compatibility." +msgstr "Lær mere om program kompaktibilitet." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.CAPTION +msgid "Edit Compatibility Modes" +msgstr "Rediger kompaktibilitetsmodus" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_ADD +msgid "&Add..." +msgstr "&Legg til..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_EDIT +msgid "&Edit..." +msgstr "&Rediger..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_DELETE +msgid "&Delete" +msgstr "&Slett" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDOK +msgid "&OK" +msgstr "&OK" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDCANCEL +msgid "&Cancel" +msgstr "&Avbryt" + +#: STRINGTABLE.IDS_TABTITLE +msgctxt "STRINGTABLE.IDS_TABTITLE" +msgid "Compatibility" +msgstr "Compatibility" + +#: STRINGTABLE.IDS_FAILED_NETWORK +msgid "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." +msgstr "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." + +#: STRINGTABLE.IDS_FAILED_PROTECTED +msgid "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." +msgstr "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." + +#: STRINGTABLE.IDS_YOU_DID_NOT_ADD +msgid "You did not add the mode, do you want to add it now?" +msgstr "You did not add the mode, do you want to add it now?" Index: reactos/dll/shellext/acppage/pot/pl-PL.po =================================================================== --- reactos/dll/shellext/acppage/pot/pl-PL.po (nonexistent) +++ reactos/dll/shellext/acppage/pot/pl-PL.po (working copy) @@ -0,0 +1,108 @@ +#. extracted from lang/en-US.rc, lang/pl-PL.rc +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-14 12:07+0200\n" +"PO-Revision-Date: 2011\n" +"Last-Translator: Sebastian Gasiorek, UTF-8 conversion by Caemyr\n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Accelerator-Marker: &\n" +"X-Generator: Translate Toolkit 2.2.4\n" +"X-Merge-On: location\n" + +#: DIALOGEX.IDD_ACPPAGESHEET.CAPTION +msgctxt "DIALOGEX.IDD_ACPPAGESHEET.CAPTION" +msgid "Compatibility" +msgstr "Zgodność" + +#: DIALOGEX.IDD_ACPPAGESHEET.LTEXT.IDC_EXPLANATION +msgid "" +"If you have problems running this program in ReactOS, select an operating " +"system ReactOS should report to the application.\n" +"Please note that this is a work in progress." +msgstr "Jeżeli masz problemy z uruchamianiem tego programu w ReactOS, wybierz system operacyjny, który ReactOS powinien zgłaszać aplikacji.\nPlease note that this is a work in progress." + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.IDC_COMPATGROUP +msgid "Compatibility mode" +msgstr "Tryb zgodności" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNCOMPATIBILITY +msgid "Run this program in compatibility mode for:" +msgstr "Uruchom ten program w trybie zgodności z:" + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.Display_settings +msgid "Display settings" +msgstr "Ustawienia ekranu" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN256COLORS +msgid "Run in 256 colors" +msgstr "Uruchom w 256 kolorach" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN640480RES +msgid "Run in 640x480 screenresolution" +msgstr "Uruchom w rozdzielczości ekranu 640x480" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKDISABLEVISUALTHEMES +msgid "Disable visual themes" +msgstr "Wyłącz kompozycje wizualne" + +#: DIALOGEX.IDD_ACPPAGESHEET.PUSHBUTTON.IDC_EDITCOMPATIBILITYMODES +msgid "E&dit compatibility modes..." +msgstr "E&dytuj tryby zgodności..." + +#: DIALOGEX.IDD_ACPPAGESHEET.CONTROL.IDC_INFOLINK +msgid "Learn more about program compatibility." +msgstr "Dowiedz się więcej o zgodności programów." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.CAPTION +msgid "Edit Compatibility Modes" +msgstr "Edycja trybów zgodności" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_ADD +msgid "&Add..." +msgstr "&Dodaj..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_EDIT +msgid "&Edit..." +msgstr "&Edytuj..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_DELETE +msgid "&Delete" +msgstr "&Usuń" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDOK +msgid "&OK" +msgstr "&OK" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDCANCEL +msgid "&Cancel" +msgstr "&Anuluj" + +#: STRINGTABLE.IDS_TABTITLE +msgctxt "STRINGTABLE.IDS_TABTITLE" +msgid "Compatibility" +msgstr "Compatibility" + +#: STRINGTABLE.IDS_FAILED_NETWORK +msgid "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." +msgstr "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." + +#: STRINGTABLE.IDS_FAILED_PROTECTED +msgid "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." +msgstr "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." + +#: STRINGTABLE.IDS_YOU_DID_NOT_ADD +msgid "You did not add the mode, do you want to add it now?" +msgstr "You did not add the mode, do you want to add it now?" Index: reactos/dll/shellext/acppage/pot/ro-RO.po =================================================================== --- reactos/dll/shellext/acppage/pot/ro-RO.po (nonexistent) +++ reactos/dll/shellext/acppage/pot/ro-RO.po (working copy) @@ -0,0 +1,111 @@ +#. extracted from lang/en-US.rc, lang/ro-RO.rc +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-14 12:07+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Ștefan Fulea (stefan dot fulea at mail dot md)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Accelerator-Marker: &\n" +"X-Generator: Translate Toolkit 2.2.4\n" +"X-Merge-On: location\n" + +#: DIALOGEX.IDD_ACPPAGESHEET.CAPTION +msgctxt "DIALOGEX.IDD_ACPPAGESHEET.CAPTION" +msgid "Compatibility" +msgstr "Compatibilitate" + +#: DIALOGEX.IDD_ACPPAGESHEET.LTEXT.IDC_EXPLANATION +msgid "" +"If you have problems running this program in ReactOS, select an operating " +"system ReactOS should report to the application.\n" +"Please note that this is a work in progress." +msgstr "" +"Dacă aveți probleme cu acest program în ReactOS, selectați un sistem de " +"operare care să fie raportat aplicației.\nConștientizați că aceasta este " +"o funcționalitate în dezvoltare." + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.IDC_COMPATGROUP +msgid "Compatibility mode" +msgstr "Modul de compatibilitate" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNCOMPATIBILITY +msgid "Run this program in compatibility mode for:" +msgstr "Lansați acest program în modul de compatibilitate pentru:" + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.Display_settings +msgid "Display settings" +msgstr "Configurația de afișare" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN256COLORS +msgid "Run in 256 colors" +msgstr "Lansează în 256 culori" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN640480RES +msgid "Run in 640x480 screenresolution" +msgstr "Lansează în rezoluție de 640x480 pixeli" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKDISABLEVISUALTHEMES +msgid "Disable visual themes" +msgstr "Dezactivează temele vizuale" + +#: DIALOGEX.IDD_ACPPAGESHEET.PUSHBUTTON.IDC_EDITCOMPATIBILITYMODES +msgid "E&dit compatibility modes..." +msgstr "E&ditează modurile de compatibilitate…" + +#: DIALOGEX.IDD_ACPPAGESHEET.CONTROL.IDC_INFOLINK +msgid "Learn more about program compatibility." +msgstr "Aflați mai multe despre compatibilitate de program." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.CAPTION +msgid "Edit Compatibility Modes" +msgstr "Modurile de compatibilitate" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_ADD +msgid "&Add..." +msgstr "&Adăugare…" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_EDIT +msgid "&Edit..." +msgstr "E&ditare…" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_DELETE +msgid "&Delete" +msgstr "&Elimnă" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDOK +msgid "&OK" +msgstr "Con&firmă" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDCANCEL +msgid "&Cancel" +msgstr "A&nulează" + +#: STRINGTABLE.IDS_TABTITLE +msgctxt "STRINGTABLE.IDS_TABTITLE" +msgid "Compatibility" +msgstr "Compatibilitate" + +#: STRINGTABLE.IDS_FAILED_NETWORK +msgid "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." +msgstr "" +"Modurile de compatibilitate nu pot fi instituite pentru acest program " +"deoarece rezidă pe o unitate de stocare în rețea." + +#: STRINGTABLE.IDS_FAILED_PROTECTED +msgid "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." +msgstr "" +"Modurile de compatibilitate nu pot fi instituite pentru acest program " +"deoarece este parte din ReactOS." + +#: STRINGTABLE.IDS_YOU_DID_NOT_ADD +msgid "You did not add the mode, do you want to add it now?" +msgstr "Nu ați specificat un mod. Doriți să specificați unul?" Index: reactos/dll/shellext/acppage/pot/ru-RU.po =================================================================== --- reactos/dll/shellext/acppage/pot/ru-RU.po (nonexistent) +++ reactos/dll/shellext/acppage/pot/ru-RU.po (working copy) @@ -0,0 +1,109 @@ +#. extracted from lang/en-US.rc, lang/ru-RU.rc +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-14 12:07+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Stopkin Sergey (stopkin.sergey@gmail.com)\n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Accelerator-Marker: &\n" +"X-Generator: Translate Toolkit 2.2.4\n" +"X-Merge-On: location\n" + +#: DIALOGEX.IDD_ACPPAGESHEET.CAPTION +msgctxt "DIALOGEX.IDD_ACPPAGESHEET.CAPTION" +msgid "Compatibility" +msgstr "Совместимость" + +#: DIALOGEX.IDD_ACPPAGESHEET.LTEXT.IDC_EXPLANATION +msgid "" +"If you have problems running this program in ReactOS, select an operating " +"system ReactOS should report to the application.\n" +"Please note that this is a work in progress." +msgstr "" +"Если у вас есть проблемы с запуском этой программы в ReactOS, выберите " +"операционную систему, которой ReactOS будет представляться приложению.\n" +"Please note that this is a work in progress." + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.IDC_COMPATGROUP +msgid "Compatibility mode" +msgstr "Режим совместимости" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNCOMPATIBILITY +msgid "Run this program in compatibility mode for:" +msgstr "Запустить программу в режиме совместимости с:" + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.Display_settings +msgid "Display settings" +msgstr "Параметры экрана" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN256COLORS +msgid "Run in 256 colors" +msgstr "Использовать 256 цветов" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN640480RES +msgid "Run in 640x480 screenresolution" +msgstr "Использовать разрешение экрана 640x480" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKDISABLEVISUALTHEMES +msgid "Disable visual themes" +msgstr "Отключить визуальное оформление" + +#: DIALOGEX.IDD_ACPPAGESHEET.PUSHBUTTON.IDC_EDITCOMPATIBILITYMODES +msgid "E&dit compatibility modes..." +msgstr "Настроить режимы совместимости..." + +#: DIALOGEX.IDD_ACPPAGESHEET.CONTROL.IDC_INFOLINK +msgid "Learn more about program compatibility." +msgstr "Узнать больше о совместимости программ." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.CAPTION +msgid "Edit Compatibility Modes" +msgstr "Изменить режимы совместимости" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_ADD +msgid "&Add..." +msgstr "&Добавить..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_EDIT +msgid "&Edit..." +msgstr "&Редактировать..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_DELETE +msgid "&Delete" +msgstr "&Удалить" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDOK +msgid "&OK" +msgstr "&OK" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDCANCEL +msgid "&Cancel" +msgstr "&Отмена" + +#: STRINGTABLE.IDS_TABTITLE +msgctxt "STRINGTABLE.IDS_TABTITLE" +msgid "Compatibility" +msgstr "Совместимость" + +#: STRINGTABLE.IDS_FAILED_NETWORK +msgid "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." +msgstr "" +"Режим совместимости не может быть установлен для этой программы, потому что " +"она находится на сетевом диске." + +#: STRINGTABLE.IDS_FAILED_PROTECTED +msgid "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." +msgstr "Режим совместимости не может быть использован для компонентов ReactOS." + +#: STRINGTABLE.IDS_YOU_DID_NOT_ADD +msgid "You did not add the mode, do you want to add it now?" +msgstr "Вы не добавили режим, добавить его сейчас?" Index: reactos/dll/shellext/acppage/pot/sk-SK.po =================================================================== --- reactos/dll/shellext/acppage/pot/sk-SK.po (nonexistent) +++ reactos/dll/shellext/acppage/pot/sk-SK.po (working copy) @@ -0,0 +1,108 @@ +#. extracted from lang/en-US.rc, lang/sk-SK.rc +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-14 12:07+0200\n" +"PO-Revision-Date: 30-09-2007\n" +"Last-Translator: Kario \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Accelerator-Marker: &\n" +"X-Generator: Translate Toolkit 2.2.4\n" +"X-Merge-On: location\n" + +#: DIALOGEX.IDD_ACPPAGESHEET.CAPTION +msgctxt "DIALOGEX.IDD_ACPPAGESHEET.CAPTION" +msgid "Compatibility" +msgstr "Kompatibilita" + +#: DIALOGEX.IDD_ACPPAGESHEET.LTEXT.IDC_EXPLANATION +msgid "" +"If you have problems running this program in ReactOS, select an operating " +"system ReactOS should report to the application.\n" +"Please note that this is a work in progress." +msgstr "Ak máte problémy so spustením tohto programu v systéme ReactOS, vyberte operačný systém, pod názvom ktorého sa systém ReactOS ohlási programu.\nPlease note that this is a work in progress." + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.IDC_COMPATGROUP +msgid "Compatibility mode" +msgstr "Kompatibilný režim" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNCOMPATIBILITY +msgid "Run this program in compatibility mode for:" +msgstr "Tento program spustiť v režime kompatibilnom so systémom:" + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.Display_settings +msgid "Display settings" +msgstr "Nastavenia obrazovky" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN256COLORS +msgid "Run in 256 colors" +msgstr "Spustiť v režime 256 farieb" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN640480RES +msgid "Run in 640x480 screenresolution" +msgstr "Spustiť s rozlíšením obrazovky 640x480" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKDISABLEVISUALTHEMES +msgid "Disable visual themes" +msgstr "Vypnúť vizuálne motívy" + +#: DIALOGEX.IDD_ACPPAGESHEET.PUSHBUTTON.IDC_EDITCOMPATIBILITYMODES +msgid "E&dit compatibility modes..." +msgstr "&Upraviť režimy kompatibility..." + +#: DIALOGEX.IDD_ACPPAGESHEET.CONTROL.IDC_INFOLINK +msgid "Learn more about program compatibility." +msgstr "Ďalšie informácie o kompatibilite programov." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.CAPTION +msgid "Edit Compatibility Modes" +msgstr "Úprava režimov kompatibility" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_ADD +msgid "&Add..." +msgstr "Prid&ať..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_EDIT +msgid "&Edit..." +msgstr "&Upraviť..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_DELETE +msgid "&Delete" +msgstr "O&dstrániť" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDOK +msgid "&OK" +msgstr "&OK" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDCANCEL +msgid "&Cancel" +msgstr "&Zrušiť" + +#: STRINGTABLE.IDS_TABTITLE +msgctxt "STRINGTABLE.IDS_TABTITLE" +msgid "Compatibility" +msgstr "Compatibility" + +#: STRINGTABLE.IDS_FAILED_NETWORK +msgid "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." +msgstr "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." + +#: STRINGTABLE.IDS_FAILED_PROTECTED +msgid "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." +msgstr "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." + +#: STRINGTABLE.IDS_YOU_DID_NOT_ADD +msgid "You did not add the mode, do you want to add it now?" +msgstr "You did not add the mode, do you want to add it now?" Index: reactos/dll/shellext/acppage/pot/sq-AL.po =================================================================== --- reactos/dll/shellext/acppage/pot/sq-AL.po (nonexistent) +++ reactos/dll/shellext/acppage/pot/sq-AL.po (working copy) @@ -0,0 +1,108 @@ +#. extracted from lang/en-US.rc, lang/sq-AL.rc +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-14 12:07+0200\n" +"PO-Revision-Date: 29-11-2013\n" +"Last-Translator: Ardit Dani (Ard1t) (ardit.dani@gmail.com)\n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Accelerator-Marker: &\n" +"X-Generator: Translate Toolkit 2.2.4\n" +"X-Merge-On: location\n" + +#: DIALOGEX.IDD_ACPPAGESHEET.CAPTION +msgctxt "DIALOGEX.IDD_ACPPAGESHEET.CAPTION" +msgid "Compatibility" +msgstr "Pajtueshmëri" + +#: DIALOGEX.IDD_ACPPAGESHEET.LTEXT.IDC_EXPLANATION +msgid "" +"If you have problems running this program in ReactOS, select an operating " +"system ReactOS should report to the application.\n" +"Please note that this is a work in progress." +msgstr "Nëse keni probleme ne ekzekutimin e këtij programi në ReactOS, përzgjidhni një sistem operativ ReactOS duhet të raportojë për zbatimin.\nPlease note that this is a work in progress." + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.IDC_COMPATGROUP +msgid "Compatibility mode" +msgstr "Mjeti Pajtueshmërise" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNCOMPATIBILITY +msgid "Run this program in compatibility mode for:" +msgstr "Ekzekuto kete program ne menyre pajtueshmerie per:" + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.Display_settings +msgid "Display settings" +msgstr "Shfaq konfigurimet" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN256COLORS +msgid "Run in 256 colors" +msgstr "Ekzekuto ne 256 colors" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN640480RES +msgid "Run in 640x480 screenresolution" +msgstr "Ekzekuto ne 640x480 screenresolution" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKDISABLEVISUALTHEMES +msgid "Disable visual themes" +msgstr "Çaktivizo themat vizuale" + +#: DIALOGEX.IDD_ACPPAGESHEET.PUSHBUTTON.IDC_EDITCOMPATIBILITYMODES +msgid "E&dit compatibility modes..." +msgstr "Modifiko mjetin e pajtueshmerise..." + +#: DIALOGEX.IDD_ACPPAGESHEET.CONTROL.IDC_INFOLINK +msgid "Learn more about program compatibility." +msgstr "Learn more about program compatibility." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.CAPTION +msgid "Edit Compatibility Modes" +msgstr "Modifiko Mjetin e Pajtueshmerise" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_ADD +msgid "&Add..." +msgstr "Shto..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_EDIT +msgid "&Edit..." +msgstr "Modifiko..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_DELETE +msgid "&Delete" +msgstr "Fshi" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDOK +msgid "&OK" +msgstr "&OK" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDCANCEL +msgid "&Cancel" +msgstr "Anulo" + +#: STRINGTABLE.IDS_TABTITLE +msgctxt "STRINGTABLE.IDS_TABTITLE" +msgid "Compatibility" +msgstr "Compatibility" + +#: STRINGTABLE.IDS_FAILED_NETWORK +msgid "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." +msgstr "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." + +#: STRINGTABLE.IDS_FAILED_PROTECTED +msgid "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." +msgstr "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." + +#: STRINGTABLE.IDS_YOU_DID_NOT_ADD +msgid "You did not add the mode, do you want to add it now?" +msgstr "You did not add the mode, do you want to add it now?" Index: reactos/dll/shellext/acppage/pot/sv-SE.po =================================================================== --- reactos/dll/shellext/acppage/pot/sv-SE.po (nonexistent) +++ reactos/dll/shellext/acppage/pot/sv-SE.po (working copy) @@ -0,0 +1,108 @@ +#. extracted from lang/en-US.rc, lang/sv-SE.rc +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-14 12:07+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Andreas Bjerkeholt (harteex@gmail.com)\n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Accelerator-Marker: &\n" +"X-Generator: Translate Toolkit 2.2.4\n" +"X-Merge-On: location\n" + +#: DIALOGEX.IDD_ACPPAGESHEET.CAPTION +msgctxt "DIALOGEX.IDD_ACPPAGESHEET.CAPTION" +msgid "Compatibility" +msgstr "Kompatibilitet" + +#: DIALOGEX.IDD_ACPPAGESHEET.LTEXT.IDC_EXPLANATION +msgid "" +"If you have problems running this program in ReactOS, select an operating " +"system ReactOS should report to the application.\n" +"Please note that this is a work in progress." +msgstr "Ifall du har problem med att köra det här programmet i ReactOS, välj det operativsystem som ReactOS ska rapportera till programmet.\nPlease note that this is a work in progress." + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.IDC_COMPATGROUP +msgid "Compatibility mode" +msgstr "Kompatibilitetsläge" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNCOMPATIBILITY +msgid "Run this program in compatibility mode for:" +msgstr "Kör det här programmet i kompatibilitetsläge för:" + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.Display_settings +msgid "Display settings" +msgstr "Inställningar" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN256COLORS +msgid "Run in 256 colors" +msgstr "Använd 256 färger" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN640480RES +msgid "Run in 640x480 screenresolution" +msgstr "Kör i skärmupplösningen 640 x 480" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKDISABLEVISUALTHEMES +msgid "Disable visual themes" +msgstr "Inaktivera teman" + +#: DIALOGEX.IDD_ACPPAGESHEET.PUSHBUTTON.IDC_EDITCOMPATIBILITYMODES +msgid "E&dit compatibility modes..." +msgstr "&Redigera kompatibilitetslägen..." + +#: DIALOGEX.IDD_ACPPAGESHEET.CONTROL.IDC_INFOLINK +msgid "Learn more about program compatibility." +msgstr "Lär dig mer om program-kompatibilitet." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.CAPTION +msgid "Edit Compatibility Modes" +msgstr "Redigera kompatibilitetslägen" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_ADD +msgid "&Add..." +msgstr "&Lägg till..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_EDIT +msgid "&Edit..." +msgstr "&Ändra..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_DELETE +msgid "&Delete" +msgstr "&Ta bort" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDOK +msgid "&OK" +msgstr "&OK" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDCANCEL +msgid "&Cancel" +msgstr "&Avbryt" + +#: STRINGTABLE.IDS_TABTITLE +msgctxt "STRINGTABLE.IDS_TABTITLE" +msgid "Compatibility" +msgstr "Compatibility" + +#: STRINGTABLE.IDS_FAILED_NETWORK +msgid "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." +msgstr "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." + +#: STRINGTABLE.IDS_FAILED_PROTECTED +msgid "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." +msgstr "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." + +#: STRINGTABLE.IDS_YOU_DID_NOT_ADD +msgid "You did not add the mode, do you want to add it now?" +msgstr "You did not add the mode, do you want to add it now?" Index: reactos/dll/shellext/acppage/pot/tr-TR.po =================================================================== --- reactos/dll/shellext/acppage/pot/tr-TR.po (nonexistent) +++ reactos/dll/shellext/acppage/pot/tr-TR.po (working copy) @@ -0,0 +1,110 @@ +#. extracted from lang/en-US.rc, lang/tr-TR.rc +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-14 12:07+0200\n" +"PO-Revision-Date: 2016\n" +"Last-Translator: Erdem Ersoy (eersoy93) (erdemersoy@live.com)\n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Accelerator-Marker: &\n" +"X-Generator: Translate Toolkit 2.2.4\n" +"X-Merge-On: location\n" + +#: DIALOGEX.IDD_ACPPAGESHEET.CAPTION +msgctxt "DIALOGEX.IDD_ACPPAGESHEET.CAPTION" +msgid "Compatibility" +msgstr "Uyumluluk" + +#: DIALOGEX.IDD_ACPPAGESHEET.LTEXT.IDC_EXPLANATION +msgid "" +"If you have problems running this program in ReactOS, select an operating " +"system ReactOS should report to the application.\n" +"Please note that this is a work in progress." +msgstr "" +"ReactOS'ta bu izlenceyi çalıştırırken sorunlarınız oluyorsa ReactOS'un " +"uygulamaya bildireceği bir işletim dizgesi seçiniz.\n" +"Please note that this is a work in progress." + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.IDC_COMPATGROUP +msgid "Compatibility mode" +msgstr "Uyumluluk Kipi" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNCOMPATIBILITY +msgid "Run this program in compatibility mode for:" +msgstr "Bu izlenceyi şu uyumluluk kipinde çalıştır:" + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.Display_settings +msgid "Display settings" +msgstr "Görüntü Ayarları" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN256COLORS +msgid "Run in 256 colors" +msgstr "256 Renkte Çalıştır" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN640480RES +msgid "Run in 640x480 screenresolution" +msgstr "640x480 Görüntülük Çözünürlüğünde Çalıştır" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKDISABLEVISUALTHEMES +msgid "Disable visual themes" +msgstr "Görmelik Temaları Edilginleştir" + +#: DIALOGEX.IDD_ACPPAGESHEET.PUSHBUTTON.IDC_EDITCOMPATIBILITYMODES +msgid "E&dit compatibility modes..." +msgstr "&Uyumluluk Kiplerini Düzenle..." + +#: DIALOGEX.IDD_ACPPAGESHEET.CONTROL.IDC_INFOLINK +msgid "Learn more about program compatibility." +msgstr "İzlence uyumluluğu konusunda daha çok öğren." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.CAPTION +msgid "Edit Compatibility Modes" +msgstr "Uyumluluk Kiplerini Düzenle" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_ADD +msgid "&Add..." +msgstr "&Ekle..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_EDIT +msgid "&Edit..." +msgstr "&Düzenle..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_DELETE +msgid "&Delete" +msgstr "&Sil" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDOK +msgid "&OK" +msgstr "Tamam" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDCANCEL +msgid "&Cancel" +msgstr "İptal" + +#: STRINGTABLE.IDS_TABTITLE +msgctxt "STRINGTABLE.IDS_TABTITLE" +msgid "Compatibility" +msgstr "Uyumluluk" + +#: STRINGTABLE.IDS_FAILED_NETWORK +msgid "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." +msgstr "" +"Bir ağ sürücüsü üzerinde olduğundan bu izlencede uyumluluk kipleri " +"ayarlanamaz." + +#: STRINGTABLE.IDS_FAILED_PROTECTED +msgid "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." +msgstr "" +"ReactOS'un bir parçası olduğundan bu izlencede uyumluluk kipleri ayarlanamaz." + +#: STRINGTABLE.IDS_YOU_DID_NOT_ADD +msgid "You did not add the mode, do you want to add it now?" +msgstr "You did not add the mode, do you want to add it now?" Index: reactos/dll/shellext/acppage/pot/uk-UA.po =================================================================== --- reactos/dll/shellext/acppage/pot/uk-UA.po (nonexistent) +++ reactos/dll/shellext/acppage/pot/uk-UA.po (working copy) @@ -0,0 +1,108 @@ +#. extracted from lang/en-US.rc, lang/uk-UA.rc +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-14 12:07+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Artem Reznikov\n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Accelerator-Marker: &\n" +"X-Generator: Translate Toolkit 2.2.4\n" +"X-Merge-On: location\n" + +#: DIALOGEX.IDD_ACPPAGESHEET.CAPTION +msgctxt "DIALOGEX.IDD_ACPPAGESHEET.CAPTION" +msgid "Compatibility" +msgstr "Сумісність" + +#: DIALOGEX.IDD_ACPPAGESHEET.LTEXT.IDC_EXPLANATION +msgid "" +"If you have problems running this program in ReactOS, select an operating " +"system ReactOS should report to the application.\n" +"Please note that this is a work in progress." +msgstr "Якщо у Вас виникли проблеми із запуском цієї програми у ReactOS, виберіть режим сумісності з потрібною версією ОС.\nPlease note that this is a work in progress." + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.IDC_COMPATGROUP +msgid "Compatibility mode" +msgstr "Режим сумісності" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNCOMPATIBILITY +msgid "Run this program in compatibility mode for:" +msgstr "Запускати програму в режимі сумісності для:" + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.Display_settings +msgid "Display settings" +msgstr "Настройки екрану" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN256COLORS +msgid "Run in 256 colors" +msgstr "256 кольорів" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN640480RES +msgid "Run in 640x480 screenresolution" +msgstr "Роздільна здатність 640x480" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKDISABLEVISUALTHEMES +msgid "Disable visual themes" +msgstr "Вимикати візуальні теми" + +#: DIALOGEX.IDD_ACPPAGESHEET.PUSHBUTTON.IDC_EDITCOMPATIBILITYMODES +msgid "E&dit compatibility modes..." +msgstr "&Режими сумісності..." + +#: DIALOGEX.IDD_ACPPAGESHEET.CONTROL.IDC_INFOLINK +msgid "Learn more about program compatibility." +msgstr "Learn more about program compatibility." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.CAPTION +msgid "Edit Compatibility Modes" +msgstr "Редагування режимів сумісності" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_ADD +msgid "&Add..." +msgstr "&Додати..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_EDIT +msgid "&Edit..." +msgstr "&Редагувати..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_DELETE +msgid "&Delete" +msgstr "В&идалити" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDOK +msgid "&OK" +msgstr "&OK" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDCANCEL +msgid "&Cancel" +msgstr "&Скасувати" + +#: STRINGTABLE.IDS_TABTITLE +msgctxt "STRINGTABLE.IDS_TABTITLE" +msgid "Compatibility" +msgstr "Compatibility" + +#: STRINGTABLE.IDS_FAILED_NETWORK +msgid "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." +msgstr "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." + +#: STRINGTABLE.IDS_FAILED_PROTECTED +msgid "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." +msgstr "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." + +#: STRINGTABLE.IDS_YOU_DID_NOT_ADD +msgid "You did not add the mode, do you want to add it now?" +msgstr "You did not add the mode, do you want to add it now?" Index: reactos/dll/shellext/acppage/pot/zh-CN.po =================================================================== --- reactos/dll/shellext/acppage/pot/zh-CN.po (nonexistent) +++ reactos/dll/shellext/acppage/pot/zh-CN.po (working copy) @@ -0,0 +1,108 @@ +#. extracted from lang/en-US.rc, lang/zh-CN.rc +msgid "" +msgstr "" +"Project-Id-Version: Simplified Chinese translation\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-14 12:07+0200\n" +"PO-Revision-Date: 2015\n" +"Last-Translator: Henry Tang Ih (henrytang2@hotmail.com)\n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Accelerator-Marker: &\n" +"X-Generator: Translate Toolkit 2.2.4\n" +"X-Merge-On: location\n" + +#: DIALOGEX.IDD_ACPPAGESHEET.CAPTION +msgctxt "DIALOGEX.IDD_ACPPAGESHEET.CAPTION" +msgid "Compatibility" +msgstr "兼容性" + +#: DIALOGEX.IDD_ACPPAGESHEET.LTEXT.IDC_EXPLANATION +msgid "" +"If you have problems running this program in ReactOS, select an operating " +"system ReactOS should report to the application.\n" +"Please note that this is a work in progress." +msgstr "如果您有问题在 ReactOS 中运行此程序,选择 ReactOS 应报告给应用程序的操作系统。\nPlease note that this is a work in progress." + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.IDC_COMPATGROUP +msgid "Compatibility mode" +msgstr "兼容模式" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNCOMPATIBILITY +msgid "Run this program in compatibility mode for:" +msgstr "用兼容模式运行这个程序:" + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.Display_settings +msgid "Display settings" +msgstr "显示设置" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN256COLORS +msgid "Run in 256 colors" +msgstr "以 256 色运行" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN640480RES +msgid "Run in 640x480 screenresolution" +msgstr "在 640 x 480 屏幕分辨率运行" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKDISABLEVISUALTHEMES +msgid "Disable visual themes" +msgstr "禁用视觉主题" + +#: DIALOGEX.IDD_ACPPAGESHEET.PUSHBUTTON.IDC_EDITCOMPATIBILITYMODES +msgid "E&dit compatibility modes..." +msgstr "编辑兼容模式...(&D)" + +#: DIALOGEX.IDD_ACPPAGESHEET.CONTROL.IDC_INFOLINK +msgid "Learn more about program compatibility." +msgstr "Learn more about program compatibility." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.CAPTION +msgid "Edit Compatibility Modes" +msgstr "编辑兼容模式" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_ADD +msgid "&Add..." +msgstr "添加...(&A)" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_EDIT +msgid "&Edit..." +msgstr "编辑...(&E)" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_DELETE +msgid "&Delete" +msgstr "删除(&D)" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDOK +msgid "&OK" +msgstr "确定(&O)" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDCANCEL +msgid "&Cancel" +msgstr "取消(&C)" + +#: STRINGTABLE.IDS_TABTITLE +msgctxt "STRINGTABLE.IDS_TABTITLE" +msgid "Compatibility" +msgstr "Compatibility" + +#: STRINGTABLE.IDS_FAILED_NETWORK +msgid "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." +msgstr "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." + +#: STRINGTABLE.IDS_FAILED_PROTECTED +msgid "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." +msgstr "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." + +#: STRINGTABLE.IDS_YOU_DID_NOT_ADD +msgid "You did not add the mode, do you want to add it now?" +msgstr "You did not add the mode, do you want to add it now?" Index: reactos/dll/shellext/acppage/pot/zh-TW.po =================================================================== --- reactos/dll/shellext/acppage/pot/zh-TW.po (nonexistent) +++ reactos/dll/shellext/acppage/pot/zh-TW.po (working copy) @@ -0,0 +1,108 @@ +#. extracted from lang/en-US.rc, lang/zh-TW.rc +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-14 12:07+0200\n" +"PO-Revision-Date: 2016\n" +"Last-Translator: Henry Tang Ih (henrytang2@hotmail.com)\n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Accelerator-Marker: &\n" +"X-Generator: Translate Toolkit 2.2.4\n" +"X-Merge-On: location\n" + +#: DIALOGEX.IDD_ACPPAGESHEET.CAPTION +msgctxt "DIALOGEX.IDD_ACPPAGESHEET.CAPTION" +msgid "Compatibility" +msgstr "相容性" + +#: DIALOGEX.IDD_ACPPAGESHEET.LTEXT.IDC_EXPLANATION +msgid "" +"If you have problems running this program in ReactOS, select an operating " +"system ReactOS should report to the application.\n" +"Please note that this is a work in progress." +msgstr "如果您有問題在 ReactOS 中運行此程式,選擇 ReactOS 應報告給應用程式的作業系統。\nPlease note that this is a work in progress." + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.IDC_COMPATGROUP +msgid "Compatibility mode" +msgstr "相容模式" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNCOMPATIBILITY +msgid "Run this program in compatibility mode for:" +msgstr "用相容模式運行這個程式:" + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.Display_settings +msgid "Display settings" +msgstr "顯示設定" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN256COLORS +msgid "Run in 256 colors" +msgstr "以 256 色運行" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN640480RES +msgid "Run in 640x480 screenresolution" +msgstr "在 640 x 480 螢幕解析度運行" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKDISABLEVISUALTHEMES +msgid "Disable visual themes" +msgstr "禁用視覺主題" + +#: DIALOGEX.IDD_ACPPAGESHEET.PUSHBUTTON.IDC_EDITCOMPATIBILITYMODES +msgid "E&dit compatibility modes..." +msgstr "編輯相容模式...(&D)" + +#: DIALOGEX.IDD_ACPPAGESHEET.CONTROL.IDC_INFOLINK +msgid "Learn more about program compatibility." +msgstr "Learn more about program compatibility." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.CAPTION +msgid "Edit Compatibility Modes" +msgstr "編輯相容模式" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_ADD +msgid "&Add..." +msgstr "添加...(&A)" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_EDIT +msgid "&Edit..." +msgstr "編輯...(&E)" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_DELETE +msgid "&Delete" +msgstr "刪除(&D)" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDOK +msgid "&OK" +msgstr "確定(&O)" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDCANCEL +msgid "&Cancel" +msgstr "取消(&C)" + +#: STRINGTABLE.IDS_TABTITLE +msgctxt "STRINGTABLE.IDS_TABTITLE" +msgid "Compatibility" +msgstr "Compatibility" + +#: STRINGTABLE.IDS_FAILED_NETWORK +msgid "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." +msgstr "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." + +#: STRINGTABLE.IDS_FAILED_PROTECTED +msgid "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." +msgstr "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." + +#: STRINGTABLE.IDS_YOU_DID_NOT_ADD +msgid "You did not add the mode, do you want to add it now?" +msgstr "You did not add the mode, do you want to add it now?" Index: reactos/dll/shellext/acppage/pot/cs-CZ.po =================================================================== --- reactos/dll/shellext/acppage/pot/cs-CZ.po (nonexistent) +++ reactos/dll/shellext/acppage/pot/cs-CZ.po (working copy) @@ -0,0 +1,108 @@ +#. extracted from lang/en-US.rc, lang/cs-CZ.rc +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: 2010-05-25\n" +"Last-Translator: Radek Liska aka Black_Fox\n" +"Language-Team: radekliska at gmail dot com\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Accelerator-Marker: &\n" +"X-Generator: Translate Toolkit 2.2.4\n" +"X-Merge-On: location\n" + +#: DIALOGEX.IDD_ACPPAGESHEET.CAPTION +msgctxt "DIALOGEX.IDD_ACPPAGESHEET.CAPTION" +msgid "Compatibility" +msgstr "Kompatibilita" + +#: DIALOGEX.IDD_ACPPAGESHEET.LTEXT.IDC_EXPLANATION +msgid "" +"If you have problems running this program in ReactOS, select an operating " +"system ReactOS should report to the application.\n" +"Please note that this is a work in progress." +msgstr "Pokud jsou problémy se spouštěním tohoto programu v systému ReactOS, zvolte operační systém, který ReactOS tomuto programu sdělí.\nPlease note that this is a work in progress." + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.IDC_COMPATGROUP +msgid "Compatibility mode" +msgstr "Režim kompatibility" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNCOMPATIBILITY +msgid "Run this program in compatibility mode for:" +msgstr "Spustit tento program v režimu kompatibility pro:" + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.Display_settings +msgid "Display settings" +msgstr "Nastavení zobrazení" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN256COLORS +msgid "Run in 256 colors" +msgstr "Spustit v 256 barvách" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN640480RES +msgid "Run in 640x480 screenresolution" +msgstr "Spustit v rozlišení 640x480" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKDISABLEVISUALTHEMES +msgid "Disable visual themes" +msgstr "Vypnout vizuální motivy" + +#: DIALOGEX.IDD_ACPPAGESHEET.PUSHBUTTON.IDC_EDITCOMPATIBILITYMODES +msgid "E&dit compatibility modes..." +msgstr "Up&ravit režimy kompatibility..." + +#: DIALOGEX.IDD_ACPPAGESHEET.CONTROL.IDC_INFOLINK +msgid "Learn more about program compatibility." +msgstr "Další informace o kompatibilitě programů." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.CAPTION +msgid "Edit Compatibility Modes" +msgstr "Upravit režimy kompatibility" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_ADD +msgid "&Add..." +msgstr "&Přidat..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_EDIT +msgid "&Edit..." +msgstr "&Upravit..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_DELETE +msgid "&Delete" +msgstr "S&mazat" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDOK +msgid "&OK" +msgstr "&OK" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDCANCEL +msgid "&Cancel" +msgstr "Storno" + +#: STRINGTABLE.IDS_TABTITLE +msgctxt "STRINGTABLE.IDS_TABTITLE" +msgid "Compatibility" +msgstr "Compatibility" + +#: STRINGTABLE.IDS_FAILED_NETWORK +msgid "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." +msgstr "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." + +#: STRINGTABLE.IDS_FAILED_PROTECTED +msgid "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." +msgstr "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." + +#: STRINGTABLE.IDS_YOU_DID_NOT_ADD +msgid "You did not add the mode, do you want to add it now?" +msgstr "You did not add the mode, do you want to add it now?" Index: reactos/dll/shellext/acppage/pot/de-DE.po =================================================================== --- reactos/dll/shellext/acppage/pot/de-DE.po (nonexistent) +++ reactos/dll/shellext/acppage/pot/de-DE.po (working copy) @@ -0,0 +1,109 @@ +#. extracted from lang/en-US.rc, lang/de-DE.rc +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-14 12:07+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Accelerator-Marker: &\n" +"X-Generator: Translate Toolkit 2.2.4\n" +"X-Merge-On: location\n" + +#: DIALOGEX.IDD_ACPPAGESHEET.CAPTION +msgctxt "DIALOGEX.IDD_ACPPAGESHEET.CAPTION" +msgid "Compatibility" +msgstr "Kompatibilität" + +#: DIALOGEX.IDD_ACPPAGESHEET.LTEXT.IDC_EXPLANATION +msgid "" +"If you have problems running this program in ReactOS, select an operating " +"system ReactOS should report to the application.\n" +"Please note that this is a work in progress." +msgstr "Falls dieses Programm Probleme verursacht, wählen Sie einen Kompatibilitätsmodus, unter dem das Programm möglicherweise korrekt funktioniert.\nBitte beachten Sie dass sich diese Funktion aktuell in Entwicklung befindet." + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.IDC_COMPATGROUP +msgid "Compatibility mode" +msgstr "Kompatibilitätsmodus" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNCOMPATIBILITY +msgid "Run this program in compatibility mode for:" +msgstr "Programm im Kompatibilitätsmodus ausführen für:" + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.Display_settings +msgid "Display settings" +msgstr "Anzeigeeinstellungen" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN256COLORS +msgid "Run in 256 colors" +msgstr "Mit 256 Farben ausführen" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN640480RES +msgid "Run in 640x480 screenresolution" +msgstr "In Bildschirmauflösung 640 x 480 ausführen" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKDISABLEVISUALTHEMES +msgid "Disable visual themes" +msgstr "Visuelle Designs deaktivieren" + +#: DIALOGEX.IDD_ACPPAGESHEET.PUSHBUTTON.IDC_EDITCOMPATIBILITYMODES +msgid "E&dit compatibility modes..." +msgstr "Kompatibilitätsmodus ändern" + +#: DIALOGEX.IDD_ACPPAGESHEET.CONTROL.IDC_INFOLINK +msgid "Learn more about program compatibility." +msgstr "Weitere Informationen über Programmkompatibilität." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.CAPTION +msgid "Edit Compatibility Modes" +msgstr "Kompatibilitätsmodus ändern" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_ADD +msgid "&Add..." +msgstr "&Hinzufügen..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_EDIT +msgid "&Edit..." +msgstr "&Ändern..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_DELETE +msgid "&Delete" +msgstr "&Löschen" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDOK +msgid "&OK" +msgstr "&OK" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDCANCEL +msgid "&Cancel" +msgstr "&Abbrechen" + +#: STRINGTABLE.IDS_TABTITLE +msgctxt "STRINGTABLE.IDS_TABTITLE" +msgid "Compatibility" +msgstr "Kompatibilität" + +#: STRINGTABLE.IDS_FAILED_NETWORK +msgid "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." +msgstr "" +"Kompatibilitätsmodi können auf diesem Programm nicht angewendet werden, da " +"es sich auf einem Netzlaufwerk befindet." + +#: STRINGTABLE.IDS_FAILED_PROTECTED +msgid "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." +msgstr "" +"Kompatibilitätsmodi können auf diesem Programm nicht angewendet werden, da " +"es Teil von ReactOS ist." + +#: STRINGTABLE.IDS_YOU_DID_NOT_ADD +msgid "You did not add the mode, do you want to add it now?" +msgstr "" +"Sie haben den Modus nicht hinzugefügt, möchten Sie ihn jetzt hinzufügen?" Index: reactos/dll/shellext/acppage/pot/en-US.po =================================================================== --- reactos/dll/shellext/acppage/pot/en-US.po (nonexistent) +++ reactos/dll/shellext/acppage/pot/en-US.po (working copy) @@ -0,0 +1,111 @@ +#. extracted from lang/en-US.rc, lang/en-US.rc +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-14 12:07+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Accelerator-Marker: &\n" +"X-Generator: Translate Toolkit 2.2.4\n" +"X-Merge-On: location\n" + +#: DIALOGEX.IDD_ACPPAGESHEET.CAPTION +msgctxt "DIALOGEX.IDD_ACPPAGESHEET.CAPTION" +msgid "Compatibility" +msgstr "Compatibility" + +#: DIALOGEX.IDD_ACPPAGESHEET.LTEXT.IDC_EXPLANATION +msgid "" +"If you have problems running this program in ReactOS, select an operating " +"system ReactOS should report to the application.\n" +"Please note that this is a work in progress." +msgstr "" +"If you have problems running this program in ReactOS, select an operating " +"system ReactOS should report to the application.\n" +"Please note that this is a work in progress." + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.IDC_COMPATGROUP +msgid "Compatibility mode" +msgstr "Compatibility mode" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNCOMPATIBILITY +msgid "Run this program in compatibility mode for:" +msgstr "Run this program in compatibility mode for:" + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.Display_settings +msgid "Display settings" +msgstr "Display settings" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN256COLORS +msgid "Run in 256 colors" +msgstr "Run in 256 colors" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN640480RES +msgid "Run in 640x480 screenresolution" +msgstr "Run in 640x480 screenresolution" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKDISABLEVISUALTHEMES +msgid "Disable visual themes" +msgstr "Disable visual themes" + +#: DIALOGEX.IDD_ACPPAGESHEET.PUSHBUTTON.IDC_EDITCOMPATIBILITYMODES +msgid "E&dit compatibility modes..." +msgstr "E&dit compatibility modes..." + +#: DIALOGEX.IDD_ACPPAGESHEET.CONTROL.IDC_INFOLINK +msgid "Learn more about program compatibility." +msgstr "Learn more about program compatibility." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.CAPTION +msgid "Edit Compatibility Modes" +msgstr "Edit Compatibility Modes" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_ADD +msgid "&Add..." +msgstr "&Add..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_EDIT +msgid "&Edit..." +msgstr "&Edit..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_DELETE +msgid "&Delete" +msgstr "&Delete" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDOK +msgid "&OK" +msgstr "&OK" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDCANCEL +msgid "&Cancel" +msgstr "&Cancel" + +#: STRINGTABLE.IDS_TABTITLE +msgctxt "STRINGTABLE.IDS_TABTITLE" +msgid "Compatibility" +msgstr "Compatibility" + +#: STRINGTABLE.IDS_FAILED_NETWORK +msgid "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." +msgstr "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." + +#: STRINGTABLE.IDS_FAILED_PROTECTED +msgid "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." +msgstr "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." + +#: STRINGTABLE.IDS_YOU_DID_NOT_ADD +msgid "You did not add the mode, do you want to add it now?" +msgstr "You did not add the mode, do you want to add it now?" Index: reactos/dll/shellext/acppage/pot/es-ES.po =================================================================== --- reactos/dll/shellext/acppage/pot/es-ES.po (nonexistent) +++ reactos/dll/shellext/acppage/pot/es-ES.po (working copy) @@ -0,0 +1,111 @@ +#. extracted from lang/en-US.rc, lang/es-ES.rc +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-14 12:07+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Samuel Serapión Vega\n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Accelerator-Marker: &\n" +"X-Generator: Translate Toolkit 2.2.4\n" +"X-Merge-On: location\n" + +#: DIALOGEX.IDD_ACPPAGESHEET.CAPTION +msgctxt "DIALOGEX.IDD_ACPPAGESHEET.CAPTION" +msgid "Compatibility" +msgstr "Compatibilidad" + +#: DIALOGEX.IDD_ACPPAGESHEET.LTEXT.IDC_EXPLANATION +msgid "" +"If you have problems running this program in ReactOS, select an operating " +"system ReactOS should report to the application.\n" +"Please note that this is a work in progress." +msgstr "" +"Si tiene problemas ejecutando este programa en ReactOS, seleccione el modo " +"de compatibilidad que coincida con otro sistema operativo en el que funciona.\n" +"Please note that this is a work in progress." + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.IDC_COMPATGROUP +msgid "Compatibility mode" +msgstr "Modo de compatibilidad" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNCOMPATIBILITY +msgid "Run this program in compatibility mode for:" +msgstr "Ejecutar este programa en modo de compatibilidad para:" + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.Display_settings +msgid "Display settings" +msgstr "Configuración de pantalla" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN256COLORS +msgid "Run in 256 colors" +msgstr "Ejecutar con 256 colores" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN640480RES +msgid "Run in 640x480 screenresolution" +msgstr "Ejecutar con resolución de pantalla de 640x480" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKDISABLEVISUALTHEMES +msgid "Disable visual themes" +msgstr "Deshabilitar temas visuales" + +#: DIALOGEX.IDD_ACPPAGESHEET.PUSHBUTTON.IDC_EDITCOMPATIBILITYMODES +msgid "E&dit compatibility modes..." +msgstr "E&ditar modos de compatibilidad..." + +#: DIALOGEX.IDD_ACPPAGESHEET.CONTROL.IDC_INFOLINK +msgid "Learn more about program compatibility." +msgstr "Saber más acerca de compatibilidad de programas." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.CAPTION +msgid "Edit Compatibility Modes" +msgstr "Editar modos de compatibilidad" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_ADD +msgid "&Add..." +msgstr "&Añadir..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_EDIT +msgid "&Edit..." +msgstr "&Editar..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_DELETE +msgid "&Delete" +msgstr "&Borrar" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDOK +msgid "&OK" +msgstr "&Aceptar" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDCANCEL +msgid "&Cancel" +msgstr "&Cancelar" + +#: STRINGTABLE.IDS_TABTITLE +msgctxt "STRINGTABLE.IDS_TABTITLE" +msgid "Compatibility" +msgstr "Compatibility" + +#: STRINGTABLE.IDS_FAILED_NETWORK +msgid "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." +msgstr "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." + +#: STRINGTABLE.IDS_FAILED_PROTECTED +msgid "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." +msgstr "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." + +#: STRINGTABLE.IDS_YOU_DID_NOT_ADD +msgid "You did not add the mode, do you want to add it now?" +msgstr "You did not add the mode, do you want to add it now?" Index: reactos/dll/shellext/acppage/pot/eu-ES.po =================================================================== --- reactos/dll/shellext/acppage/pot/eu-ES.po (nonexistent) +++ reactos/dll/shellext/acppage/pot/eu-ES.po (working copy) @@ -0,0 +1,108 @@ +#. extracted from lang/en-US.rc, lang/eu-ES.rc +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-14 12:07+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Accelerator-Marker: &\n" +"X-Generator: Translate Toolkit 2.2.4\n" +"X-Merge-On: location\n" + +#: DIALOGEX.IDD_ACPPAGESHEET.CAPTION +msgctxt "DIALOGEX.IDD_ACPPAGESHEET.CAPTION" +msgid "Compatibility" +msgstr "Konpatibilitatea" + +#: DIALOGEX.IDD_ACPPAGESHEET.LTEXT.IDC_EXPLANATION +msgid "" +"If you have problems running this program in ReactOS, select an operating " +"system ReactOS should report to the application.\n" +"Please note that this is a work in progress." +msgstr "ReactOS programa hau exekutatzean arazoak badituzu, hautatu konpatibilitate aukera bat jada funtzionatzen duen beste sistema operatibo batekin\nPlease note that this is a work in progress." + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.IDC_COMPATGROUP +msgid "Compatibility mode" +msgstr "Konpatibilitate Modua " + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNCOMPATIBILITY +msgid "Run this program in compatibility mode for:" +msgstr "Programa hau exekutatu konpatibilizatzeko moduan honekin:" + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.Display_settings +msgid "Display settings" +msgstr "Pantaila konfiguratu " + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN256COLORS +msgid "Run in 256 colors" +msgstr "Exekutatu 256 kolorerekin" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN640480RES +msgid "Run in 640x480 screenresolution" +msgstr "640x480 pantaila erresoluzioarekin exekutatu" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKDISABLEVISUALTHEMES +msgid "Disable visual themes" +msgstr "Ezgaitu gai bisualak" + +#: DIALOGEX.IDD_ACPPAGESHEET.PUSHBUTTON.IDC_EDITCOMPATIBILITYMODES +msgid "E&dit compatibility modes..." +msgstr "Konpatibilitate moduan editatu..." + +#: DIALOGEX.IDD_ACPPAGESHEET.CONTROL.IDC_INFOLINK +msgid "Learn more about program compatibility." +msgstr " Programen konpatibilitateari buruz gehiago." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.CAPTION +msgid "Edit Compatibility Modes" +msgstr "Konpatibilitate moduak editatu" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_ADD +msgid "&Add..." +msgstr "&Gehitu..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_EDIT +msgid "&Edit..." +msgstr "&Editatu..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_DELETE +msgid "&Delete" +msgstr "&Ezabatu" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDOK +msgid "&OK" +msgstr "&Ados" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDCANCEL +msgid "&Cancel" +msgstr "&Utzi" + +#: STRINGTABLE.IDS_TABTITLE +msgctxt "STRINGTABLE.IDS_TABTITLE" +msgid "Compatibility" +msgstr "Compatibility" + +#: STRINGTABLE.IDS_FAILED_NETWORK +msgid "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." +msgstr "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." + +#: STRINGTABLE.IDS_FAILED_PROTECTED +msgid "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." +msgstr "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." + +#: STRINGTABLE.IDS_YOU_DID_NOT_ADD +msgid "You did not add the mode, do you want to add it now?" +msgstr "You did not add the mode, do you want to add it now?" Index: reactos/dll/shellext/acppage/pot/fr-FR.po =================================================================== --- reactos/dll/shellext/acppage/pot/fr-FR.po (nonexistent) +++ reactos/dll/shellext/acppage/pot/fr-FR.po (working copy) @@ -0,0 +1,108 @@ +#. extracted from lang/en-US.rc, lang/fr-FR.rc +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-14 12:07+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Accelerator-Marker: &\n" +"X-Generator: Translate Toolkit 2.2.4\n" +"X-Merge-On: location\n" + +#: DIALOGEX.IDD_ACPPAGESHEET.CAPTION +msgctxt "DIALOGEX.IDD_ACPPAGESHEET.CAPTION" +msgid "Compatibility" +msgstr "Compatibilité" + +#: DIALOGEX.IDD_ACPPAGESHEET.LTEXT.IDC_EXPLANATION +msgid "" +"If you have problems running this program in ReactOS, select an operating " +"system ReactOS should report to the application.\n" +"Please note that this is a work in progress." +msgstr "Si vous avez des difficultés à lancer ce programme sous ReactOS, sélectionner le système d'exploitation que ReactOS montrera à l'application.\nPlease note that this is a work in progress." + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.IDC_COMPATGROUP +msgid "Compatibility mode" +msgstr "Mode de compatibilité" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNCOMPATIBILITY +msgid "Run this program in compatibility mode for:" +msgstr "Lancer ce programme en mode de compatibilité pour:" + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.Display_settings +msgid "Display settings" +msgstr "Réglages de l'écran" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN256COLORS +msgid "Run in 256 colors" +msgstr "Lancer en 256 colors" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN640480RES +msgid "Run in 640x480 screenresolution" +msgstr "Lancer en resolution d'écran 640x480 " + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKDISABLEVISUALTHEMES +msgid "Disable visual themes" +msgstr "Désactiver les thèmes visuels" + +#: DIALOGEX.IDD_ACPPAGESHEET.PUSHBUTTON.IDC_EDITCOMPATIBILITYMODES +msgid "E&dit compatibility modes..." +msgstr "E&diter les Modes de compatibilité" + +#: DIALOGEX.IDD_ACPPAGESHEET.CONTROL.IDC_INFOLINK +msgid "Learn more about program compatibility." +msgstr "Learn more about program compatibility." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.CAPTION +msgid "Edit Compatibility Modes" +msgstr "Editer les Modes de compatibilité" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_ADD +msgid "&Add..." +msgstr "&Ajouter..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_EDIT +msgid "&Edit..." +msgstr "&Editer..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_DELETE +msgid "&Delete" +msgstr "&Supprimer" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDOK +msgid "&OK" +msgstr "&OK" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDCANCEL +msgid "&Cancel" +msgstr "&Annuler" + +#: STRINGTABLE.IDS_TABTITLE +msgctxt "STRINGTABLE.IDS_TABTITLE" +msgid "Compatibility" +msgstr "Compatibility" + +#: STRINGTABLE.IDS_FAILED_NETWORK +msgid "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." +msgstr "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." + +#: STRINGTABLE.IDS_FAILED_PROTECTED +msgid "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." +msgstr "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." + +#: STRINGTABLE.IDS_YOU_DID_NOT_ADD +msgid "You did not add the mode, do you want to add it now?" +msgstr "You did not add the mode, do you want to add it now?" Index: reactos/dll/shellext/acppage/pot/hu-HU.po =================================================================== --- reactos/dll/shellext/acppage/pot/hu-HU.po (nonexistent) +++ reactos/dll/shellext/acppage/pot/hu-HU.po (working copy) @@ -0,0 +1,108 @@ +#. extracted from lang/en-US.rc, lang/hu-HU.rc +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-14 12:07+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Robert Horvath - talley at cubeclub.hu\n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Accelerator-Marker: &\n" +"X-Generator: Translate Toolkit 2.2.4\n" +"X-Merge-On: location\n" + +#: DIALOGEX.IDD_ACPPAGESHEET.CAPTION +msgctxt "DIALOGEX.IDD_ACPPAGESHEET.CAPTION" +msgid "Compatibility" +msgstr "Kompatibilitás" + +#: DIALOGEX.IDD_ACPPAGESHEET.LTEXT.IDC_EXPLANATION +msgid "" +"If you have problems running this program in ReactOS, select an operating " +"system ReactOS should report to the application.\n" +"Please note that this is a work in progress." +msgstr "Ha probléma van, válassz ki egy operációs rendszert amit a ReactOS színlelni fog\nPlease note that this is a work in progress." + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.IDC_COMPATGROUP +msgid "Compatibility mode" +msgstr "Kompatibilitási mód" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNCOMPATIBILITY +msgid "Run this program in compatibility mode for:" +msgstr "Ez a program kompatibilitási módban fut:" + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.Display_settings +msgid "Display settings" +msgstr "Megjelenitői beállítások" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN256COLORS +msgid "Run in 256 colors" +msgstr "256 szín" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN640480RES +msgid "Run in 640x480 screenresolution" +msgstr "640x480-as felbontás" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKDISABLEVISUALTHEMES +msgid "Disable visual themes" +msgstr "Témák kikapcsolása" + +#: DIALOGEX.IDD_ACPPAGESHEET.PUSHBUTTON.IDC_EDITCOMPATIBILITYMODES +msgid "E&dit compatibility modes..." +msgstr "Sémák szerkesztése..." + +#: DIALOGEX.IDD_ACPPAGESHEET.CONTROL.IDC_INFOLINK +msgid "Learn more about program compatibility." +msgstr "Learn more about program compatibility." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.CAPTION +msgid "Edit Compatibility Modes" +msgstr "Sémák szerkesztése" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_ADD +msgid "&Add..." +msgstr "&Hozzáadás..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_EDIT +msgid "&Edit..." +msgstr "&Szerkesztés..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_DELETE +msgid "&Delete" +msgstr "&Törlés" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDOK +msgid "&OK" +msgstr "&OK" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDCANCEL +msgid "&Cancel" +msgstr "&Mégse" + +#: STRINGTABLE.IDS_TABTITLE +msgctxt "STRINGTABLE.IDS_TABTITLE" +msgid "Compatibility" +msgstr "Compatibility" + +#: STRINGTABLE.IDS_FAILED_NETWORK +msgid "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." +msgstr "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." + +#: STRINGTABLE.IDS_FAILED_PROTECTED +msgid "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." +msgstr "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." + +#: STRINGTABLE.IDS_YOU_DID_NOT_ADD +msgid "You did not add the mode, do you want to add it now?" +msgstr "You did not add the mode, do you want to add it now?" Index: reactos/dll/shellext/acppage/pot/id-ID.po =================================================================== --- reactos/dll/shellext/acppage/pot/id-ID.po (nonexistent) +++ reactos/dll/shellext/acppage/pot/id-ID.po (working copy) @@ -0,0 +1,108 @@ +#. extracted from lang/en-US.rc, lang/id-ID.rc +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-14 12:07+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Accelerator-Marker: &\n" +"X-Generator: Translate Toolkit 2.2.4\n" +"X-Merge-On: location\n" + +#: DIALOGEX.IDD_ACPPAGESHEET.CAPTION +msgctxt "DIALOGEX.IDD_ACPPAGESHEET.CAPTION" +msgid "Compatibility" +msgstr "Kompatibilitas" + +#: DIALOGEX.IDD_ACPPAGESHEET.LTEXT.IDC_EXPLANATION +msgid "" +"If you have problems running this program in ReactOS, select an operating " +"system ReactOS should report to the application.\n" +"Please note that this is a work in progress." +msgstr "Jika anda mempunyai masalah menjalan program ini dalam ReactOS, pilih sistem operasi ReactOS seharusnya melaporkan atas aplikasi ini.\nPlease note that this is a work in progress." + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.IDC_COMPATGROUP +msgid "Compatibility mode" +msgstr "Mode Kompatibilitas" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNCOMPATIBILITY +msgid "Run this program in compatibility mode for:" +msgstr "Jalankan program ini dalam mode kompatibilitas:" + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.Display_settings +msgid "Display settings" +msgstr "Setelan tampilan" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN256COLORS +msgid "Run in 256 colors" +msgstr "Jalankan dalam 256 warna" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN640480RES +msgid "Run in 640x480 screenresolution" +msgstr "Jalankan dalam resolusi layar 640x480" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKDISABLEVISUALTHEMES +msgid "Disable visual themes" +msgstr "Matikan tema visual" + +#: DIALOGEX.IDD_ACPPAGESHEET.PUSHBUTTON.IDC_EDITCOMPATIBILITYMODES +msgid "E&dit compatibility modes..." +msgstr "E&dit mode kompatibilitas..." + +#: DIALOGEX.IDD_ACPPAGESHEET.CONTROL.IDC_INFOLINK +msgid "Learn more about program compatibility." +msgstr "Learn more about program compatibility." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.CAPTION +msgid "Edit Compatibility Modes" +msgstr "Edit Mode Kompatibilitas" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_ADD +msgid "&Add..." +msgstr "&Tambah..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_EDIT +msgid "&Edit..." +msgstr "&Edit..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_DELETE +msgid "&Delete" +msgstr "&Hapus" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDOK +msgid "&OK" +msgstr "&OK" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDCANCEL +msgid "&Cancel" +msgstr "&Batal" + +#: STRINGTABLE.IDS_TABTITLE +msgctxt "STRINGTABLE.IDS_TABTITLE" +msgid "Compatibility" +msgstr "Compatibility" + +#: STRINGTABLE.IDS_FAILED_NETWORK +msgid "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." +msgstr "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." + +#: STRINGTABLE.IDS_FAILED_PROTECTED +msgid "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." +msgstr "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." + +#: STRINGTABLE.IDS_YOU_DID_NOT_ADD +msgid "You did not add the mode, do you want to add it now?" +msgstr "You did not add the mode, do you want to add it now?" Index: reactos/dll/shellext/acppage/pot/it-IT.po =================================================================== --- reactos/dll/shellext/acppage/pot/it-IT.po (nonexistent) +++ reactos/dll/shellext/acppage/pot/it-IT.po (working copy) @@ -0,0 +1,108 @@ +#. extracted from lang/en-US.rc, lang/it-IT.rc +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-14 12:07+0200\n" +"PO-Revision-Date: 2007-01-11\n" +"Last-Translator: Paolo Devoti, devotip@tiscali.it\n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Accelerator-Marker: &\n" +"X-Generator: Translate Toolkit 2.2.4\n" +"X-Merge-On: location\n" + +#: DIALOGEX.IDD_ACPPAGESHEET.CAPTION +msgctxt "DIALOGEX.IDD_ACPPAGESHEET.CAPTION" +msgid "Compatibility" +msgstr "Compatibilità" + +#: DIALOGEX.IDD_ACPPAGESHEET.LTEXT.IDC_EXPLANATION +msgid "" +"If you have problems running this program in ReactOS, select an operating " +"system ReactOS should report to the application.\n" +"Please note that this is a work in progress." +msgstr "Se ci sono problemi ad eseguire questo programma in ReactOS potete scegliere un sistema operativo da segnalare all'applicazione.\nPlease note that this is a work in progress." + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.IDC_COMPATGROUP +msgid "Compatibility mode" +msgstr "Modalità compatibile" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNCOMPATIBILITY +msgid "Run this program in compatibility mode for:" +msgstr "Esegui questo programma in modalità compatibile per:" + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.Display_settings +msgid "Display settings" +msgstr "Impostazioni del monitor" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN256COLORS +msgid "Run in 256 colors" +msgstr "Esegui con 256 colori" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN640480RES +msgid "Run in 640x480 screenresolution" +msgstr "Esegui con schermo a risoluzione 640x480" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKDISABLEVISUALTHEMES +msgid "Disable visual themes" +msgstr "Disabilita gli schemi di visualizzazione" + +#: DIALOGEX.IDD_ACPPAGESHEET.PUSHBUTTON.IDC_EDITCOMPATIBILITYMODES +msgid "E&dit compatibility modes..." +msgstr "Modifica la modalità compatibile..." + +#: DIALOGEX.IDD_ACPPAGESHEET.CONTROL.IDC_INFOLINK +msgid "Learn more about program compatibility." +msgstr "Ulteriori informazioni sulla compatibilità dei programmi." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.CAPTION +msgid "Edit Compatibility Modes" +msgstr "Modifica la modalità compatibile" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_ADD +msgid "&Add..." +msgstr "&Aggiungi..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_EDIT +msgid "&Edit..." +msgstr "&Modifica..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_DELETE +msgid "&Delete" +msgstr "&Cancella" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDOK +msgid "&OK" +msgstr "&OK" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDCANCEL +msgid "&Cancel" +msgstr "A&nnulla" + +#: STRINGTABLE.IDS_TABTITLE +msgctxt "STRINGTABLE.IDS_TABTITLE" +msgid "Compatibility" +msgstr "Compatibility" + +#: STRINGTABLE.IDS_FAILED_NETWORK +msgid "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." +msgstr "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." + +#: STRINGTABLE.IDS_FAILED_PROTECTED +msgid "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." +msgstr "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." + +#: STRINGTABLE.IDS_YOU_DID_NOT_ADD +msgid "You did not add the mode, do you want to add it now?" +msgstr "You did not add the mode, do you want to add it now?" Index: reactos/dll/shellext/acppage/pot/nl-NL.po =================================================================== --- reactos/dll/shellext/acppage/pot/nl-NL.po (nonexistent) +++ reactos/dll/shellext/acppage/pot/nl-NL.po (working copy) @@ -0,0 +1,108 @@ +#. extracted from lang/en-US.rc, lang/nl-NL.rc +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-14 12:07+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Accelerator-Marker: &\n" +"X-Generator: Translate Toolkit 2.2.4\n" +"X-Merge-On: location\n" + +#: DIALOGEX.IDD_ACPPAGESHEET.CAPTION +msgctxt "DIALOGEX.IDD_ACPPAGESHEET.CAPTION" +msgid "Compatibility" +msgstr "Compatibiliteit" + +#: DIALOGEX.IDD_ACPPAGESHEET.LTEXT.IDC_EXPLANATION +msgid "" +"If you have problems running this program in ReactOS, select an operating " +"system ReactOS should report to the application.\n" +"Please note that this is a work in progress." +msgstr "If you have problems running this program in ReactOS, select an operating system ReactOS should report to the application.\nPlease note that this is a work in progress." + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.IDC_COMPATGROUP +msgid "Compatibility mode" +msgstr "Compatibility mode" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNCOMPATIBILITY +msgid "Run this program in compatibility mode for:" +msgstr "Run this program in compatibility mode for:" + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.Display_settings +msgid "Display settings" +msgstr "Display settings" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN256COLORS +msgid "Run in 256 colors" +msgstr "Run in 256 colors" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN640480RES +msgid "Run in 640x480 screenresolution" +msgstr "Run in 640x480 screenresolution" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKDISABLEVISUALTHEMES +msgid "Disable visual themes" +msgstr "Disable visual themes" + +#: DIALOGEX.IDD_ACPPAGESHEET.PUSHBUTTON.IDC_EDITCOMPATIBILITYMODES +msgid "E&dit compatibility modes..." +msgstr "E&dit compatibility modes..." + +#: DIALOGEX.IDD_ACPPAGESHEET.CONTROL.IDC_INFOLINK +msgid "Learn more about program compatibility." +msgstr "Learn more about program compatibility." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.CAPTION +msgid "Edit Compatibility Modes" +msgstr "Edit Compatibility Modes" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_ADD +msgid "&Add..." +msgstr "&Add..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_EDIT +msgid "&Edit..." +msgstr "&Edit..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_DELETE +msgid "&Delete" +msgstr "&Delete" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDOK +msgid "&OK" +msgstr "&OK" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDCANCEL +msgid "&Cancel" +msgstr "&Cancel" + +#: STRINGTABLE.IDS_TABTITLE +msgctxt "STRINGTABLE.IDS_TABTITLE" +msgid "Compatibility" +msgstr "Compatibility" + +#: STRINGTABLE.IDS_FAILED_NETWORK +msgid "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." +msgstr "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." + +#: STRINGTABLE.IDS_FAILED_PROTECTED +msgid "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." +msgstr "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." + +#: STRINGTABLE.IDS_YOU_DID_NOT_ADD +msgid "You did not add the mode, do you want to add it now?" +msgstr "You did not add the mode, do you want to add it now?" Index: reactos/dll/shellext/acppage/pot/no-NO.po =================================================================== --- reactos/dll/shellext/acppage/pot/no-NO.po (nonexistent) +++ reactos/dll/shellext/acppage/pot/no-NO.po (working copy) @@ -0,0 +1,108 @@ +#. extracted from lang/en-US.rc, lang/no-NO.rc +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-14 12:07+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Accelerator-Marker: &\n" +"X-Generator: Translate Toolkit 2.2.4\n" +"X-Merge-On: location\n" + +#: DIALOGEX.IDD_ACPPAGESHEET.CAPTION +msgctxt "DIALOGEX.IDD_ACPPAGESHEET.CAPTION" +msgid "Compatibility" +msgstr "Kompaktibilitet" + +#: DIALOGEX.IDD_ACPPAGESHEET.LTEXT.IDC_EXPLANATION +msgid "" +"If you have problems running this program in ReactOS, select an operating " +"system ReactOS should report to the application.\n" +"Please note that this is a work in progress." +msgstr "Hvis du har problemer med å kjøre programmer i ReactOS, velg et operativsystem ReactOS skulle fungere for programmet.\nPlease note that this is a work in progress." + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.IDC_COMPATGROUP +msgid "Compatibility mode" +msgstr "Kompaktibilitetsmodus" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNCOMPATIBILITY +msgid "Run this program in compatibility mode for:" +msgstr "Kjør dette programmet i kompaktibilitetsmodus for:" + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.Display_settings +msgid "Display settings" +msgstr "Skjerminnstillinger" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN256COLORS +msgid "Run in 256 colors" +msgstr "Kjør i 256 farger" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN640480RES +msgid "Run in 640x480 screenresolution" +msgstr "Kjør med skjermoppløsning på 640x480" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKDISABLEVISUALTHEMES +msgid "Disable visual themes" +msgstr "Deaktiver visuelle temaer" + +#: DIALOGEX.IDD_ACPPAGESHEET.PUSHBUTTON.IDC_EDITCOMPATIBILITYMODES +msgid "E&dit compatibility modes..." +msgstr "E&dit compatibility modes..." + +#: DIALOGEX.IDD_ACPPAGESHEET.CONTROL.IDC_INFOLINK +msgid "Learn more about program compatibility." +msgstr "Lær mere om program kompaktibilitet." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.CAPTION +msgid "Edit Compatibility Modes" +msgstr "Rediger kompaktibilitetsmodus" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_ADD +msgid "&Add..." +msgstr "&Legg til..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_EDIT +msgid "&Edit..." +msgstr "&Rediger..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_DELETE +msgid "&Delete" +msgstr "&Slett" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDOK +msgid "&OK" +msgstr "&OK" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDCANCEL +msgid "&Cancel" +msgstr "&Avbryt" + +#: STRINGTABLE.IDS_TABTITLE +msgctxt "STRINGTABLE.IDS_TABTITLE" +msgid "Compatibility" +msgstr "Compatibility" + +#: STRINGTABLE.IDS_FAILED_NETWORK +msgid "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." +msgstr "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." + +#: STRINGTABLE.IDS_FAILED_PROTECTED +msgid "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." +msgstr "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." + +#: STRINGTABLE.IDS_YOU_DID_NOT_ADD +msgid "You did not add the mode, do you want to add it now?" +msgstr "You did not add the mode, do you want to add it now?" Index: reactos/dll/shellext/acppage/pot/pl-PL.po =================================================================== --- reactos/dll/shellext/acppage/pot/pl-PL.po (nonexistent) +++ reactos/dll/shellext/acppage/pot/pl-PL.po (working copy) @@ -0,0 +1,108 @@ +#. extracted from lang/en-US.rc, lang/pl-PL.rc +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-14 12:07+0200\n" +"PO-Revision-Date: 2011\n" +"Last-Translator: Sebastian Gasiorek, UTF-8 conversion by Caemyr\n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Accelerator-Marker: &\n" +"X-Generator: Translate Toolkit 2.2.4\n" +"X-Merge-On: location\n" + +#: DIALOGEX.IDD_ACPPAGESHEET.CAPTION +msgctxt "DIALOGEX.IDD_ACPPAGESHEET.CAPTION" +msgid "Compatibility" +msgstr "Zgodność" + +#: DIALOGEX.IDD_ACPPAGESHEET.LTEXT.IDC_EXPLANATION +msgid "" +"If you have problems running this program in ReactOS, select an operating " +"system ReactOS should report to the application.\n" +"Please note that this is a work in progress." +msgstr "Jeżeli masz problemy z uruchamianiem tego programu w ReactOS, wybierz system operacyjny, który ReactOS powinien zgłaszać aplikacji.\nPlease note that this is a work in progress." + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.IDC_COMPATGROUP +msgid "Compatibility mode" +msgstr "Tryb zgodności" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNCOMPATIBILITY +msgid "Run this program in compatibility mode for:" +msgstr "Uruchom ten program w trybie zgodności z:" + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.Display_settings +msgid "Display settings" +msgstr "Ustawienia ekranu" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN256COLORS +msgid "Run in 256 colors" +msgstr "Uruchom w 256 kolorach" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN640480RES +msgid "Run in 640x480 screenresolution" +msgstr "Uruchom w rozdzielczości ekranu 640x480" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKDISABLEVISUALTHEMES +msgid "Disable visual themes" +msgstr "Wyłącz kompozycje wizualne" + +#: DIALOGEX.IDD_ACPPAGESHEET.PUSHBUTTON.IDC_EDITCOMPATIBILITYMODES +msgid "E&dit compatibility modes..." +msgstr "E&dytuj tryby zgodności..." + +#: DIALOGEX.IDD_ACPPAGESHEET.CONTROL.IDC_INFOLINK +msgid "Learn more about program compatibility." +msgstr "Dowiedz się więcej o zgodności programów." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.CAPTION +msgid "Edit Compatibility Modes" +msgstr "Edycja trybów zgodności" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_ADD +msgid "&Add..." +msgstr "&Dodaj..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_EDIT +msgid "&Edit..." +msgstr "&Edytuj..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_DELETE +msgid "&Delete" +msgstr "&Usuń" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDOK +msgid "&OK" +msgstr "&OK" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDCANCEL +msgid "&Cancel" +msgstr "&Anuluj" + +#: STRINGTABLE.IDS_TABTITLE +msgctxt "STRINGTABLE.IDS_TABTITLE" +msgid "Compatibility" +msgstr "Compatibility" + +#: STRINGTABLE.IDS_FAILED_NETWORK +msgid "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." +msgstr "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." + +#: STRINGTABLE.IDS_FAILED_PROTECTED +msgid "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." +msgstr "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." + +#: STRINGTABLE.IDS_YOU_DID_NOT_ADD +msgid "You did not add the mode, do you want to add it now?" +msgstr "You did not add the mode, do you want to add it now?" Index: reactos/dll/shellext/acppage/pot/ro-RO.po =================================================================== --- reactos/dll/shellext/acppage/pot/ro-RO.po (nonexistent) +++ reactos/dll/shellext/acppage/pot/ro-RO.po (working copy) @@ -0,0 +1,111 @@ +#. extracted from lang/en-US.rc, lang/ro-RO.rc +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-14 12:07+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Ștefan Fulea (stefan dot fulea at mail dot md)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Accelerator-Marker: &\n" +"X-Generator: Translate Toolkit 2.2.4\n" +"X-Merge-On: location\n" + +#: DIALOGEX.IDD_ACPPAGESHEET.CAPTION +msgctxt "DIALOGEX.IDD_ACPPAGESHEET.CAPTION" +msgid "Compatibility" +msgstr "Compatibilitate" + +#: DIALOGEX.IDD_ACPPAGESHEET.LTEXT.IDC_EXPLANATION +msgid "" +"If you have problems running this program in ReactOS, select an operating " +"system ReactOS should report to the application.\n" +"Please note that this is a work in progress." +msgstr "" +"Dacă aveți probleme cu acest program în ReactOS, selectați un sistem de " +"operare care să fie raportat aplicației.\nConștientizați că aceasta este " +"o funcționalitate în dezvoltare." + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.IDC_COMPATGROUP +msgid "Compatibility mode" +msgstr "Modul de compatibilitate" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNCOMPATIBILITY +msgid "Run this program in compatibility mode for:" +msgstr "Lansați acest program în modul de compatibilitate pentru:" + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.Display_settings +msgid "Display settings" +msgstr "Configurația de afișare" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN256COLORS +msgid "Run in 256 colors" +msgstr "Lansează în 256 culori" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN640480RES +msgid "Run in 640x480 screenresolution" +msgstr "Lansează în rezoluție de 640x480 pixeli" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKDISABLEVISUALTHEMES +msgid "Disable visual themes" +msgstr "Dezactivează temele vizuale" + +#: DIALOGEX.IDD_ACPPAGESHEET.PUSHBUTTON.IDC_EDITCOMPATIBILITYMODES +msgid "E&dit compatibility modes..." +msgstr "E&ditează modurile de compatibilitate…" + +#: DIALOGEX.IDD_ACPPAGESHEET.CONTROL.IDC_INFOLINK +msgid "Learn more about program compatibility." +msgstr "Aflați mai multe despre compatibilitate de program." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.CAPTION +msgid "Edit Compatibility Modes" +msgstr "Modurile de compatibilitate" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_ADD +msgid "&Add..." +msgstr "&Adăugare…" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_EDIT +msgid "&Edit..." +msgstr "E&ditare…" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_DELETE +msgid "&Delete" +msgstr "&Elimnă" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDOK +msgid "&OK" +msgstr "Con&firmă" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDCANCEL +msgid "&Cancel" +msgstr "A&nulează" + +#: STRINGTABLE.IDS_TABTITLE +msgctxt "STRINGTABLE.IDS_TABTITLE" +msgid "Compatibility" +msgstr "Compatibilitate" + +#: STRINGTABLE.IDS_FAILED_NETWORK +msgid "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." +msgstr "" +"Modurile de compatibilitate nu pot fi instituite pentru acest program " +"deoarece rezidă pe o unitate de stocare în rețea." + +#: STRINGTABLE.IDS_FAILED_PROTECTED +msgid "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." +msgstr "" +"Modurile de compatibilitate nu pot fi instituite pentru acest program " +"deoarece este parte din ReactOS." + +#: STRINGTABLE.IDS_YOU_DID_NOT_ADD +msgid "You did not add the mode, do you want to add it now?" +msgstr "Nu ați specificat un mod. Doriți să specificați unul?" Index: reactos/dll/shellext/acppage/pot/ru-RU.po =================================================================== --- reactos/dll/shellext/acppage/pot/ru-RU.po (nonexistent) +++ reactos/dll/shellext/acppage/pot/ru-RU.po (working copy) @@ -0,0 +1,109 @@ +#. extracted from lang/en-US.rc, lang/ru-RU.rc +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-14 12:07+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Stopkin Sergey (stopkin.sergey@gmail.com)\n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Accelerator-Marker: &\n" +"X-Generator: Translate Toolkit 2.2.4\n" +"X-Merge-On: location\n" + +#: DIALOGEX.IDD_ACPPAGESHEET.CAPTION +msgctxt "DIALOGEX.IDD_ACPPAGESHEET.CAPTION" +msgid "Compatibility" +msgstr "Совместимость" + +#: DIALOGEX.IDD_ACPPAGESHEET.LTEXT.IDC_EXPLANATION +msgid "" +"If you have problems running this program in ReactOS, select an operating " +"system ReactOS should report to the application.\n" +"Please note that this is a work in progress." +msgstr "" +"Если у вас есть проблемы с запуском этой программы в ReactOS, выберите " +"операционную систему, которой ReactOS будет представляться приложению.\n" +"Please note that this is a work in progress." + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.IDC_COMPATGROUP +msgid "Compatibility mode" +msgstr "Режим совместимости" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNCOMPATIBILITY +msgid "Run this program in compatibility mode for:" +msgstr "Запустить программу в режиме совместимости с:" + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.Display_settings +msgid "Display settings" +msgstr "Параметры экрана" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN256COLORS +msgid "Run in 256 colors" +msgstr "Использовать 256 цветов" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN640480RES +msgid "Run in 640x480 screenresolution" +msgstr "Использовать разрешение экрана 640x480" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKDISABLEVISUALTHEMES +msgid "Disable visual themes" +msgstr "Отключить визуальное оформление" + +#: DIALOGEX.IDD_ACPPAGESHEET.PUSHBUTTON.IDC_EDITCOMPATIBILITYMODES +msgid "E&dit compatibility modes..." +msgstr "Настроить режимы совместимости..." + +#: DIALOGEX.IDD_ACPPAGESHEET.CONTROL.IDC_INFOLINK +msgid "Learn more about program compatibility." +msgstr "Узнать больше о совместимости программ." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.CAPTION +msgid "Edit Compatibility Modes" +msgstr "Изменить режимы совместимости" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_ADD +msgid "&Add..." +msgstr "&Добавить..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_EDIT +msgid "&Edit..." +msgstr "&Редактировать..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_DELETE +msgid "&Delete" +msgstr "&Удалить" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDOK +msgid "&OK" +msgstr "&OK" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDCANCEL +msgid "&Cancel" +msgstr "&Отмена" + +#: STRINGTABLE.IDS_TABTITLE +msgctxt "STRINGTABLE.IDS_TABTITLE" +msgid "Compatibility" +msgstr "Совместимость" + +#: STRINGTABLE.IDS_FAILED_NETWORK +msgid "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." +msgstr "" +"Режим совместимости не может быть установлен для этой программы, потому что " +"она находится на сетевом диске." + +#: STRINGTABLE.IDS_FAILED_PROTECTED +msgid "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." +msgstr "Режим совместимости не может быть использован для компонентов ReactOS." + +#: STRINGTABLE.IDS_YOU_DID_NOT_ADD +msgid "You did not add the mode, do you want to add it now?" +msgstr "Вы не добавили режим, добавить его сейчас?" Index: reactos/dll/shellext/acppage/pot/sk-SK.po =================================================================== --- reactos/dll/shellext/acppage/pot/sk-SK.po (nonexistent) +++ reactos/dll/shellext/acppage/pot/sk-SK.po (working copy) @@ -0,0 +1,108 @@ +#. extracted from lang/en-US.rc, lang/sk-SK.rc +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-14 12:07+0200\n" +"PO-Revision-Date: 30-09-2007\n" +"Last-Translator: Kario \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Accelerator-Marker: &\n" +"X-Generator: Translate Toolkit 2.2.4\n" +"X-Merge-On: location\n" + +#: DIALOGEX.IDD_ACPPAGESHEET.CAPTION +msgctxt "DIALOGEX.IDD_ACPPAGESHEET.CAPTION" +msgid "Compatibility" +msgstr "Kompatibilita" + +#: DIALOGEX.IDD_ACPPAGESHEET.LTEXT.IDC_EXPLANATION +msgid "" +"If you have problems running this program in ReactOS, select an operating " +"system ReactOS should report to the application.\n" +"Please note that this is a work in progress." +msgstr "Ak máte problémy so spustením tohto programu v systéme ReactOS, vyberte operačný systém, pod názvom ktorého sa systém ReactOS ohlási programu.\nPlease note that this is a work in progress." + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.IDC_COMPATGROUP +msgid "Compatibility mode" +msgstr "Kompatibilný režim" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNCOMPATIBILITY +msgid "Run this program in compatibility mode for:" +msgstr "Tento program spustiť v režime kompatibilnom so systémom:" + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.Display_settings +msgid "Display settings" +msgstr "Nastavenia obrazovky" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN256COLORS +msgid "Run in 256 colors" +msgstr "Spustiť v režime 256 farieb" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN640480RES +msgid "Run in 640x480 screenresolution" +msgstr "Spustiť s rozlíšením obrazovky 640x480" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKDISABLEVISUALTHEMES +msgid "Disable visual themes" +msgstr "Vypnúť vizuálne motívy" + +#: DIALOGEX.IDD_ACPPAGESHEET.PUSHBUTTON.IDC_EDITCOMPATIBILITYMODES +msgid "E&dit compatibility modes..." +msgstr "&Upraviť režimy kompatibility..." + +#: DIALOGEX.IDD_ACPPAGESHEET.CONTROL.IDC_INFOLINK +msgid "Learn more about program compatibility." +msgstr "Ďalšie informácie o kompatibilite programov." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.CAPTION +msgid "Edit Compatibility Modes" +msgstr "Úprava režimov kompatibility" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_ADD +msgid "&Add..." +msgstr "Prid&ať..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_EDIT +msgid "&Edit..." +msgstr "&Upraviť..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_DELETE +msgid "&Delete" +msgstr "O&dstrániť" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDOK +msgid "&OK" +msgstr "&OK" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDCANCEL +msgid "&Cancel" +msgstr "&Zrušiť" + +#: STRINGTABLE.IDS_TABTITLE +msgctxt "STRINGTABLE.IDS_TABTITLE" +msgid "Compatibility" +msgstr "Compatibility" + +#: STRINGTABLE.IDS_FAILED_NETWORK +msgid "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." +msgstr "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." + +#: STRINGTABLE.IDS_FAILED_PROTECTED +msgid "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." +msgstr "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." + +#: STRINGTABLE.IDS_YOU_DID_NOT_ADD +msgid "You did not add the mode, do you want to add it now?" +msgstr "You did not add the mode, do you want to add it now?" Index: reactos/dll/shellext/acppage/pot/sq-AL.po =================================================================== --- reactos/dll/shellext/acppage/pot/sq-AL.po (nonexistent) +++ reactos/dll/shellext/acppage/pot/sq-AL.po (working copy) @@ -0,0 +1,108 @@ +#. extracted from lang/en-US.rc, lang/sq-AL.rc +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-14 12:07+0200\n" +"PO-Revision-Date: 29-11-2013\n" +"Last-Translator: Ardit Dani (Ard1t) (ardit.dani@gmail.com)\n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Accelerator-Marker: &\n" +"X-Generator: Translate Toolkit 2.2.4\n" +"X-Merge-On: location\n" + +#: DIALOGEX.IDD_ACPPAGESHEET.CAPTION +msgctxt "DIALOGEX.IDD_ACPPAGESHEET.CAPTION" +msgid "Compatibility" +msgstr "Pajtueshmëri" + +#: DIALOGEX.IDD_ACPPAGESHEET.LTEXT.IDC_EXPLANATION +msgid "" +"If you have problems running this program in ReactOS, select an operating " +"system ReactOS should report to the application.\n" +"Please note that this is a work in progress." +msgstr "Nëse keni probleme ne ekzekutimin e këtij programi në ReactOS, përzgjidhni një sistem operativ ReactOS duhet të raportojë për zbatimin.\nPlease note that this is a work in progress." + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.IDC_COMPATGROUP +msgid "Compatibility mode" +msgstr "Mjeti Pajtueshmërise" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNCOMPATIBILITY +msgid "Run this program in compatibility mode for:" +msgstr "Ekzekuto kete program ne menyre pajtueshmerie per:" + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.Display_settings +msgid "Display settings" +msgstr "Shfaq konfigurimet" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN256COLORS +msgid "Run in 256 colors" +msgstr "Ekzekuto ne 256 colors" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN640480RES +msgid "Run in 640x480 screenresolution" +msgstr "Ekzekuto ne 640x480 screenresolution" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKDISABLEVISUALTHEMES +msgid "Disable visual themes" +msgstr "Çaktivizo themat vizuale" + +#: DIALOGEX.IDD_ACPPAGESHEET.PUSHBUTTON.IDC_EDITCOMPATIBILITYMODES +msgid "E&dit compatibility modes..." +msgstr "Modifiko mjetin e pajtueshmerise..." + +#: DIALOGEX.IDD_ACPPAGESHEET.CONTROL.IDC_INFOLINK +msgid "Learn more about program compatibility." +msgstr "Learn more about program compatibility." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.CAPTION +msgid "Edit Compatibility Modes" +msgstr "Modifiko Mjetin e Pajtueshmerise" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_ADD +msgid "&Add..." +msgstr "Shto..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_EDIT +msgid "&Edit..." +msgstr "Modifiko..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_DELETE +msgid "&Delete" +msgstr "Fshi" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDOK +msgid "&OK" +msgstr "&OK" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDCANCEL +msgid "&Cancel" +msgstr "Anulo" + +#: STRINGTABLE.IDS_TABTITLE +msgctxt "STRINGTABLE.IDS_TABTITLE" +msgid "Compatibility" +msgstr "Compatibility" + +#: STRINGTABLE.IDS_FAILED_NETWORK +msgid "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." +msgstr "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." + +#: STRINGTABLE.IDS_FAILED_PROTECTED +msgid "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." +msgstr "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." + +#: STRINGTABLE.IDS_YOU_DID_NOT_ADD +msgid "You did not add the mode, do you want to add it now?" +msgstr "You did not add the mode, do you want to add it now?" Index: reactos/dll/shellext/acppage/pot/sv-SE.po =================================================================== --- reactos/dll/shellext/acppage/pot/sv-SE.po (nonexistent) +++ reactos/dll/shellext/acppage/pot/sv-SE.po (working copy) @@ -0,0 +1,108 @@ +#. extracted from lang/en-US.rc, lang/sv-SE.rc +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-14 12:07+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Andreas Bjerkeholt (harteex@gmail.com)\n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Accelerator-Marker: &\n" +"X-Generator: Translate Toolkit 2.2.4\n" +"X-Merge-On: location\n" + +#: DIALOGEX.IDD_ACPPAGESHEET.CAPTION +msgctxt "DIALOGEX.IDD_ACPPAGESHEET.CAPTION" +msgid "Compatibility" +msgstr "Kompatibilitet" + +#: DIALOGEX.IDD_ACPPAGESHEET.LTEXT.IDC_EXPLANATION +msgid "" +"If you have problems running this program in ReactOS, select an operating " +"system ReactOS should report to the application.\n" +"Please note that this is a work in progress." +msgstr "Ifall du har problem med att köra det här programmet i ReactOS, välj det operativsystem som ReactOS ska rapportera till programmet.\nPlease note that this is a work in progress." + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.IDC_COMPATGROUP +msgid "Compatibility mode" +msgstr "Kompatibilitetsläge" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNCOMPATIBILITY +msgid "Run this program in compatibility mode for:" +msgstr "Kör det här programmet i kompatibilitetsläge för:" + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.Display_settings +msgid "Display settings" +msgstr "Inställningar" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN256COLORS +msgid "Run in 256 colors" +msgstr "Använd 256 färger" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN640480RES +msgid "Run in 640x480 screenresolution" +msgstr "Kör i skärmupplösningen 640 x 480" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKDISABLEVISUALTHEMES +msgid "Disable visual themes" +msgstr "Inaktivera teman" + +#: DIALOGEX.IDD_ACPPAGESHEET.PUSHBUTTON.IDC_EDITCOMPATIBILITYMODES +msgid "E&dit compatibility modes..." +msgstr "&Redigera kompatibilitetslägen..." + +#: DIALOGEX.IDD_ACPPAGESHEET.CONTROL.IDC_INFOLINK +msgid "Learn more about program compatibility." +msgstr "Lär dig mer om program-kompatibilitet." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.CAPTION +msgid "Edit Compatibility Modes" +msgstr "Redigera kompatibilitetslägen" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_ADD +msgid "&Add..." +msgstr "&Lägg till..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_EDIT +msgid "&Edit..." +msgstr "&Ändra..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_DELETE +msgid "&Delete" +msgstr "&Ta bort" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDOK +msgid "&OK" +msgstr "&OK" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDCANCEL +msgid "&Cancel" +msgstr "&Avbryt" + +#: STRINGTABLE.IDS_TABTITLE +msgctxt "STRINGTABLE.IDS_TABTITLE" +msgid "Compatibility" +msgstr "Compatibility" + +#: STRINGTABLE.IDS_FAILED_NETWORK +msgid "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." +msgstr "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." + +#: STRINGTABLE.IDS_FAILED_PROTECTED +msgid "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." +msgstr "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." + +#: STRINGTABLE.IDS_YOU_DID_NOT_ADD +msgid "You did not add the mode, do you want to add it now?" +msgstr "You did not add the mode, do you want to add it now?" Index: reactos/dll/shellext/acppage/pot/tr-TR.po =================================================================== --- reactos/dll/shellext/acppage/pot/tr-TR.po (nonexistent) +++ reactos/dll/shellext/acppage/pot/tr-TR.po (working copy) @@ -0,0 +1,110 @@ +#. extracted from lang/en-US.rc, lang/tr-TR.rc +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-14 12:07+0200\n" +"PO-Revision-Date: 2016\n" +"Last-Translator: Erdem Ersoy (eersoy93) (erdemersoy@live.com)\n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Accelerator-Marker: &\n" +"X-Generator: Translate Toolkit 2.2.4\n" +"X-Merge-On: location\n" + +#: DIALOGEX.IDD_ACPPAGESHEET.CAPTION +msgctxt "DIALOGEX.IDD_ACPPAGESHEET.CAPTION" +msgid "Compatibility" +msgstr "Uyumluluk" + +#: DIALOGEX.IDD_ACPPAGESHEET.LTEXT.IDC_EXPLANATION +msgid "" +"If you have problems running this program in ReactOS, select an operating " +"system ReactOS should report to the application.\n" +"Please note that this is a work in progress." +msgstr "" +"ReactOS'ta bu izlenceyi çalıştırırken sorunlarınız oluyorsa ReactOS'un " +"uygulamaya bildireceği bir işletim dizgesi seçiniz.\n" +"Please note that this is a work in progress." + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.IDC_COMPATGROUP +msgid "Compatibility mode" +msgstr "Uyumluluk Kipi" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNCOMPATIBILITY +msgid "Run this program in compatibility mode for:" +msgstr "Bu izlenceyi şu uyumluluk kipinde çalıştır:" + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.Display_settings +msgid "Display settings" +msgstr "Görüntü Ayarları" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN256COLORS +msgid "Run in 256 colors" +msgstr "256 Renkte Çalıştır" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN640480RES +msgid "Run in 640x480 screenresolution" +msgstr "640x480 Görüntülük Çözünürlüğünde Çalıştır" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKDISABLEVISUALTHEMES +msgid "Disable visual themes" +msgstr "Görmelik Temaları Edilginleştir" + +#: DIALOGEX.IDD_ACPPAGESHEET.PUSHBUTTON.IDC_EDITCOMPATIBILITYMODES +msgid "E&dit compatibility modes..." +msgstr "&Uyumluluk Kiplerini Düzenle..." + +#: DIALOGEX.IDD_ACPPAGESHEET.CONTROL.IDC_INFOLINK +msgid "Learn more about program compatibility." +msgstr "İzlence uyumluluğu konusunda daha çok öğren." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.CAPTION +msgid "Edit Compatibility Modes" +msgstr "Uyumluluk Kiplerini Düzenle" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_ADD +msgid "&Add..." +msgstr "&Ekle..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_EDIT +msgid "&Edit..." +msgstr "&Düzenle..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_DELETE +msgid "&Delete" +msgstr "&Sil" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDOK +msgid "&OK" +msgstr "Tamam" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDCANCEL +msgid "&Cancel" +msgstr "İptal" + +#: STRINGTABLE.IDS_TABTITLE +msgctxt "STRINGTABLE.IDS_TABTITLE" +msgid "Compatibility" +msgstr "Uyumluluk" + +#: STRINGTABLE.IDS_FAILED_NETWORK +msgid "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." +msgstr "" +"Bir ağ sürücüsü üzerinde olduğundan bu izlencede uyumluluk kipleri " +"ayarlanamaz." + +#: STRINGTABLE.IDS_FAILED_PROTECTED +msgid "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." +msgstr "" +"ReactOS'un bir parçası olduğundan bu izlencede uyumluluk kipleri ayarlanamaz." + +#: STRINGTABLE.IDS_YOU_DID_NOT_ADD +msgid "You did not add the mode, do you want to add it now?" +msgstr "You did not add the mode, do you want to add it now?" Index: reactos/dll/shellext/acppage/pot/uk-UA.po =================================================================== --- reactos/dll/shellext/acppage/pot/uk-UA.po (nonexistent) +++ reactos/dll/shellext/acppage/pot/uk-UA.po (working copy) @@ -0,0 +1,108 @@ +#. extracted from lang/en-US.rc, lang/uk-UA.rc +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-14 12:07+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Artem Reznikov\n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Accelerator-Marker: &\n" +"X-Generator: Translate Toolkit 2.2.4\n" +"X-Merge-On: location\n" + +#: DIALOGEX.IDD_ACPPAGESHEET.CAPTION +msgctxt "DIALOGEX.IDD_ACPPAGESHEET.CAPTION" +msgid "Compatibility" +msgstr "Сумісність" + +#: DIALOGEX.IDD_ACPPAGESHEET.LTEXT.IDC_EXPLANATION +msgid "" +"If you have problems running this program in ReactOS, select an operating " +"system ReactOS should report to the application.\n" +"Please note that this is a work in progress." +msgstr "Якщо у Вас виникли проблеми із запуском цієї програми у ReactOS, виберіть режим сумісності з потрібною версією ОС.\nPlease note that this is a work in progress." + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.IDC_COMPATGROUP +msgid "Compatibility mode" +msgstr "Режим сумісності" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNCOMPATIBILITY +msgid "Run this program in compatibility mode for:" +msgstr "Запускати програму в режимі сумісності для:" + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.Display_settings +msgid "Display settings" +msgstr "Настройки екрану" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN256COLORS +msgid "Run in 256 colors" +msgstr "256 кольорів" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN640480RES +msgid "Run in 640x480 screenresolution" +msgstr "Роздільна здатність 640x480" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKDISABLEVISUALTHEMES +msgid "Disable visual themes" +msgstr "Вимикати візуальні теми" + +#: DIALOGEX.IDD_ACPPAGESHEET.PUSHBUTTON.IDC_EDITCOMPATIBILITYMODES +msgid "E&dit compatibility modes..." +msgstr "&Режими сумісності..." + +#: DIALOGEX.IDD_ACPPAGESHEET.CONTROL.IDC_INFOLINK +msgid "Learn more about program compatibility." +msgstr "Learn more about program compatibility." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.CAPTION +msgid "Edit Compatibility Modes" +msgstr "Редагування режимів сумісності" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_ADD +msgid "&Add..." +msgstr "&Додати..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_EDIT +msgid "&Edit..." +msgstr "&Редагувати..." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_DELETE +msgid "&Delete" +msgstr "В&идалити" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDOK +msgid "&OK" +msgstr "&OK" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDCANCEL +msgid "&Cancel" +msgstr "&Скасувати" + +#: STRINGTABLE.IDS_TABTITLE +msgctxt "STRINGTABLE.IDS_TABTITLE" +msgid "Compatibility" +msgstr "Compatibility" + +#: STRINGTABLE.IDS_FAILED_NETWORK +msgid "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." +msgstr "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." + +#: STRINGTABLE.IDS_FAILED_PROTECTED +msgid "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." +msgstr "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." + +#: STRINGTABLE.IDS_YOU_DID_NOT_ADD +msgid "You did not add the mode, do you want to add it now?" +msgstr "You did not add the mode, do you want to add it now?" Index: reactos/dll/shellext/acppage/pot/zh-CN.po =================================================================== --- reactos/dll/shellext/acppage/pot/zh-CN.po (nonexistent) +++ reactos/dll/shellext/acppage/pot/zh-CN.po (working copy) @@ -0,0 +1,108 @@ +#. extracted from lang/en-US.rc, lang/zh-CN.rc +msgid "" +msgstr "" +"Project-Id-Version: Simplified Chinese translation\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-14 12:07+0200\n" +"PO-Revision-Date: 2015\n" +"Last-Translator: Henry Tang Ih (henrytang2@hotmail.com)\n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Accelerator-Marker: &\n" +"X-Generator: Translate Toolkit 2.2.4\n" +"X-Merge-On: location\n" + +#: DIALOGEX.IDD_ACPPAGESHEET.CAPTION +msgctxt "DIALOGEX.IDD_ACPPAGESHEET.CAPTION" +msgid "Compatibility" +msgstr "兼容性" + +#: DIALOGEX.IDD_ACPPAGESHEET.LTEXT.IDC_EXPLANATION +msgid "" +"If you have problems running this program in ReactOS, select an operating " +"system ReactOS should report to the application.\n" +"Please note that this is a work in progress." +msgstr "如果您有问题在 ReactOS 中运行此程序,选择 ReactOS 应报告给应用程序的操作系统。\nPlease note that this is a work in progress." + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.IDC_COMPATGROUP +msgid "Compatibility mode" +msgstr "兼容模式" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNCOMPATIBILITY +msgid "Run this program in compatibility mode for:" +msgstr "用兼容模式运行这个程序:" + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.Display_settings +msgid "Display settings" +msgstr "显示设置" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN256COLORS +msgid "Run in 256 colors" +msgstr "以 256 色运行" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN640480RES +msgid "Run in 640x480 screenresolution" +msgstr "在 640 x 480 屏幕分辨率运行" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKDISABLEVISUALTHEMES +msgid "Disable visual themes" +msgstr "禁用视觉主题" + +#: DIALOGEX.IDD_ACPPAGESHEET.PUSHBUTTON.IDC_EDITCOMPATIBILITYMODES +msgid "E&dit compatibility modes..." +msgstr "编辑兼容模式...(&D)" + +#: DIALOGEX.IDD_ACPPAGESHEET.CONTROL.IDC_INFOLINK +msgid "Learn more about program compatibility." +msgstr "Learn more about program compatibility." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.CAPTION +msgid "Edit Compatibility Modes" +msgstr "编辑兼容模式" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_ADD +msgid "&Add..." +msgstr "添加...(&A)" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_EDIT +msgid "&Edit..." +msgstr "编辑...(&E)" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_DELETE +msgid "&Delete" +msgstr "删除(&D)" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDOK +msgid "&OK" +msgstr "确定(&O)" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDCANCEL +msgid "&Cancel" +msgstr "取消(&C)" + +#: STRINGTABLE.IDS_TABTITLE +msgctxt "STRINGTABLE.IDS_TABTITLE" +msgid "Compatibility" +msgstr "Compatibility" + +#: STRINGTABLE.IDS_FAILED_NETWORK +msgid "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." +msgstr "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." + +#: STRINGTABLE.IDS_FAILED_PROTECTED +msgid "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." +msgstr "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." + +#: STRINGTABLE.IDS_YOU_DID_NOT_ADD +msgid "You did not add the mode, do you want to add it now?" +msgstr "You did not add the mode, do you want to add it now?" Index: reactos/dll/shellext/acppage/pot/zh-TW.po =================================================================== --- reactos/dll/shellext/acppage/pot/zh-TW.po (nonexistent) +++ reactos/dll/shellext/acppage/pot/zh-TW.po (working copy) @@ -0,0 +1,108 @@ +#. extracted from lang/en-US.rc, lang/zh-TW.rc +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-14 12:07+0200\n" +"PO-Revision-Date: 2016\n" +"Last-Translator: Henry Tang Ih (henrytang2@hotmail.com)\n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Accelerator-Marker: &\n" +"X-Generator: Translate Toolkit 2.2.4\n" +"X-Merge-On: location\n" + +#: DIALOGEX.IDD_ACPPAGESHEET.CAPTION +msgctxt "DIALOGEX.IDD_ACPPAGESHEET.CAPTION" +msgid "Compatibility" +msgstr "相容性" + +#: DIALOGEX.IDD_ACPPAGESHEET.LTEXT.IDC_EXPLANATION +msgid "" +"If you have problems running this program in ReactOS, select an operating " +"system ReactOS should report to the application.\n" +"Please note that this is a work in progress." +msgstr "如果您有問題在 ReactOS 中運行此程式,選擇 ReactOS 應報告給應用程式的作業系統。\nPlease note that this is a work in progress." + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.IDC_COMPATGROUP +msgid "Compatibility mode" +msgstr "相容模式" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNCOMPATIBILITY +msgid "Run this program in compatibility mode for:" +msgstr "用相容模式運行這個程式:" + +#: DIALOGEX.IDD_ACPPAGESHEET.GROUPBOX.Display_settings +msgid "Display settings" +msgstr "顯示設定" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN256COLORS +msgid "Run in 256 colors" +msgstr "以 256 色運行" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKRUNIN640480RES +msgid "Run in 640x480 screenresolution" +msgstr "在 640 x 480 螢幕解析度運行" + +#: DIALOGEX.IDD_ACPPAGESHEET.CHECKBOX.IDC_CHKDISABLEVISUALTHEMES +msgid "Disable visual themes" +msgstr "禁用視覺主題" + +#: DIALOGEX.IDD_ACPPAGESHEET.PUSHBUTTON.IDC_EDITCOMPATIBILITYMODES +msgid "E&dit compatibility modes..." +msgstr "編輯相容模式...(&D)" + +#: DIALOGEX.IDD_ACPPAGESHEET.CONTROL.IDC_INFOLINK +msgid "Learn more about program compatibility." +msgstr "Learn more about program compatibility." + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.CAPTION +msgid "Edit Compatibility Modes" +msgstr "編輯相容模式" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_ADD +msgid "&Add..." +msgstr "添加...(&A)" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_EDIT +msgid "&Edit..." +msgstr "編輯...(&E)" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDC_DELETE +msgid "&Delete" +msgstr "刪除(&D)" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDOK +msgid "&OK" +msgstr "確定(&O)" + +#: DIALOGEX.IDD_EDITCOMPATIBILITYMODES.PUSHBUTTON.IDCANCEL +msgid "&Cancel" +msgstr "取消(&C)" + +#: STRINGTABLE.IDS_TABTITLE +msgctxt "STRINGTABLE.IDS_TABTITLE" +msgid "Compatibility" +msgstr "Compatibility" + +#: STRINGTABLE.IDS_FAILED_NETWORK +msgid "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." +msgstr "" +"Compatibility modes cannot be set on this program because it is on a network " +"drive." + +#: STRINGTABLE.IDS_FAILED_PROTECTED +msgid "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." +msgstr "" +"Compatibility modes cannot be set on this program because it is a part of " +"ReactOS." + +#: STRINGTABLE.IDS_YOU_DID_NOT_ADD +msgid "You did not add the mode, do you want to add it now?" +msgstr "You did not add the mode, do you want to add it now?" Index: reactos/sdk/cmake/CMakeMacros.cmake =================================================================== --- reactos/sdk/cmake/CMakeMacros.cmake (revision 75549) +++ reactos/sdk/cmake/CMakeMacros.cmake (working copy) @@ -722,6 +722,39 @@ set(${OUTPUT_VAR} ${__tmp_var} PARENT_SCOPE) endfunction() +function(add_translatable_rc main_rc) + set(_CURRENT_TRANSLATION_MODULE ${main_rc} PARENT_SCOPE) + file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/lang) +endfunction() + + +function(add_translations) + cmake_parse_arguments(__TRANSLATE "" "TEMPLATE" "TRANSLATIONS" ${ARGN}) + set(__TRANSLATE_TEMPLATE_NAME ${__TRANSLATE_TEMPLATE}) + set(__TRANSLATE_TEMPLATE ${CMAKE_CURRENT_SOURCE_DIR}/lang/${__TRANSLATE_TEMPLATE}.rc) + foreach(target_lang ${__TRANSLATE_TRANSLATIONS}) + set(_TARGET_FILE ${CMAKE_CURRENT_BINARY_DIR}/lang/${target_lang}.rc) + set(_POFILE ${CMAKE_CURRENT_SOURCE_DIR}/pot/${target_lang}.po) + add_custom_command(OUTPUT ${_TARGET_FILE} + COMMAND native-po2rc -t ${__TRANSLATE_TEMPLATE} -p ${_POFILE} -o ${_TARGET_FILE} -l ${target_lang} + DEPENDS native-po2rc ${__TRANSLATE_TEMPLATE} ${_POFILE}) + list(APPEND _ALL_LANGUAGE_RC ${_TARGET_FILE}) + endforeach() + add_custom_target(${_CURRENT_TRANSLATION_MODULE}_LANG_${__TRANSLATE_TEMPLATE_NAME} DEPENDS ${_ALL_LANGUAGE_RC}) + + # add_rc_deps does not really add rc deps, it replaces them. + # So we first have to query the current dependencies, and append the new ones + get_source_file_property(_deps ${_CURRENT_TRANSLATION_MODULE} OBJECT_DEPENDS) + if (_deps) + set(_deps ${_deps} ${_CURRENT_TRANSLATION_MODULE}_LANG_${__TRANSLATE_TEMPLATE_NAME}) + else () + set(_deps ${_CURRENT_TRANSLATION_MODULE}_LANG_${__TRANSLATE_TEMPLATE_NAME}) + endif () + + add_rc_deps(${_CURRENT_TRANSLATION_MODULE} ${_deps}) +endfunction() + + if(NOT MSVC) function(add_object_library _target) add_library(${_target} OBJECT ${ARGN}) Index: reactos/sdk/cmake/host-tools.cmake =================================================================== --- reactos/sdk/cmake/host-tools.cmake (revision 75549) +++ reactos/sdk/cmake/host-tools.cmake (working copy) @@ -6,7 +6,7 @@ string(TOUPPER ${CMAKE_BUILD_TYPE} _build_type) # List of host tools -list(APPEND host_tools_list bin2c hpp widl gendib cabman fatten isohybrid mkhive mkisofs obj2bin spec2def geninc mkshelllink utf16le xml2sdb) +list(APPEND host_tools_list bin2c hpp widl gendib cabman fatten isohybrid mkhive mkisofs obj2bin po2rc spec2def geninc mkshelllink utf16le xml2sdb) if(NOT MSVC) list(APPEND host_tools_list rsym) endif() Index: reactos/sdk/tools/CMakeLists.txt =================================================================== --- reactos/sdk/tools/CMakeLists.txt (revision 75549) +++ reactos/sdk/tools/CMakeLists.txt (working copy) @@ -29,6 +29,7 @@ add_subdirectory(kbdtool) add_subdirectory(mkhive) add_subdirectory(mkisofs) +add_subdirectory(po2rc) add_subdirectory(unicode) add_subdirectory(widl) add_subdirectory(wpp) Index: reactos/sdk/tools/po2rc/CMakeLists.txt =================================================================== --- reactos/sdk/tools/po2rc/CMakeLists.txt (nonexistent) +++ reactos/sdk/tools/po2rc/CMakeLists.txt (working copy) @@ -0,0 +1,6 @@ + +list(APPEND SOURCE + main.cpp) + +#include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/libs/zlib) +add_host_tool(po2rc ${SOURCE}) Index: reactos/sdk/tools/po2rc/main.cpp =================================================================== --- reactos/sdk/tools/po2rc/main.cpp (nonexistent) +++ reactos/sdk/tools/po2rc/main.cpp (working copy) @@ -0,0 +1,569 @@ + +// Rafał Harabień + + +#include +#include +#include +#include +#include +#include +#include +#include + +using namespace std; + +struct SLangInfo +{ + const char *pszIdentifier; + const char *pszLang; + const char *pszSublang; +} g_Languages[] = { + { "ar-DZ", "LANG_ARABIC", "SUBLANG_DEFAULT" }, + { "bg-BG", "LANG_BULGARIAN", "SUBLANG_DEFAULT" }, + { "ca-ES", "LANG_CATALAN", "SUBLANG_DEFAULT" }, + { "cs-CZ", "LANG_CZECH", "SUBLANG_DEFAULT" }, + { "da-DK", "LANG_DANISH", "SUBLANG_DEFAULT" }, + { "de-DE", "LANG_GERMAN", "SUBLANG_NEUTRAL" }, + { "el-GR", "LANG_GREEK", "SUBLANG_DEFAULT" }, + { "en-GB", "LANG_ENGLISH", "SUBLANG_ENGLISH_UK" }, + //{ "en-US", "LANG_ENGLISH", "SUBLANG_DEFAULT" }, + { "en-US", "LANG_ENGLISH", "SUBLANG_ENGLISH_US" }, + { "es-ES", "LANG_SPANISH", "SUBLANG_SPANISH" }, + //{ "es-ES", "LANG_SPANISH", "SUBLANG_NEUTRAL" }, + { "eu-ES", "LANG_BASQUE", "SUBLANG_DEFAULT" }, + { "fi-FI", "LANG_FINNISH", "SUBLANG_DEFAULT" }, + { "fr-CA", "LANG_FRENCH", "SUBLANG_FRENCH_CANADIAN" }, + //{ "fr-FR", "LANG_FRENCH", "SUBLANG_DEFAULT" }, + { "fr-FR", "LANG_FRENCH", "SUBLANG_FRENCH" }, + //{ "fr-FR", "LANG_FRENCH", "SUBLANG_NEUTRAL" }, + { "he-IL", "LANG_HEBREW", "SUBLANG_DEFAULT" }, + { "hu-HU", "LANG_HUNGARIAN", "SUBLANG_DEFAULT" }, + { "hy-AM", "LANG_ARMENIAN", "SUBLANG_DEFAULT" }, + { "id-ID", "LANG_INDONESIAN", "SUBLANG_DEFAULT" }, + { "it-IT", "LANG_ITALIAN", "SUBLANG_DEFAULT" }, + //{ "it-IT", "LANG_ITALIAN", "SUBLANG_NEUTRAL" }, + { "ja-JP", "LANG_JAPANESE", "SUBLANG_DEFAULT" }, + { "ko-KR", "LANG_KOREAN", "SUBLANG_DEFAULT" }, + { "lt-LT", "LANG_LITHUANIAN", "SUBLANG_DEFAULT" }, + //{ "lt-LT", "LANG_LITHUANIAN", "SUBLANG_NEUTRAL" }, + { "ms-MY", "LANG_MALAY", "SUBLANG_DEFAULT" }, + { "nl-NL", "LANG_DUTCH", "SUBLANG_NEUTRAL" }, + //{ "no-NO", "LANG_NORWEGIAN", "SUBLANG_NEUTRAL" }, + { "no-NO", "LANG_NORWEGIAN", "SUBLANG_NORWEGIAN_BOKMAL" }, + { "pl-PL", "LANG_POLISH", "SUBLANG_DEFAULT" }, + //{ "pl-PL", "LANG_POLISH", "SUBLANG_NEUTRAL" }, + //{ "pt-BR", "LANG_PORTUGUESE", "SUBLANG_NEUTRAL" }, + { "pt-BR", "LANG_PORTUGUESE", "SUBLANG_PORTUGUESE_BRAZILIAN" }, + //{ "pt-PT", "LANG_PORTUGUESE", "SUBLANG_NEUTRAL" }, + { "pt-PT", "LANG_PORTUGUESE", "SUBLANG_PORTUGUESE" }, + //{ "pt-PT", "LANG_PORTUGUESE", "SUBLANG_PORTUGUESE_BRAZILIAN" }, + { "ro-RO", "LANG_ROMANIAN", "SUBLANG_DEFAULT" }, + //{ "ro-RO", "LANG_ROMANIAN", "SUBLANG_NEUTRAL" }, + { "ru-RU", "LANG_RUSSIAN", "SUBLANG_DEFAULT" }, + //{ "ru-RU", "LANG_RUSSIAN", "SUBLANG_NEUTRAL" }, + { "sk-SK", "LANG_SLOVAK", "SUBLANG_DEFAULT" }, + { "sl-SI", "LANG_SLOVENIAN", "SUBLANG_DEFAULT" }, + { "sq-AL", "LANG_ALBANIAN", "SUBLANG_NEUTRAL" }, + { "sr-SP", "LANG_SERBIAN", "SUBLANG_SERBIAN_CYRILLIC" }, + { "sv-SE", "LANG_SWEDISH", "SUBLANG_NEUTRAL" }, + { "th-TH", "LANG_THAI", "SUBLANG_DEFAULT" }, + { "tr-TR", "LANG_TURKISH", "SUBLANG_DEFAULT" }, + { "tr-TR", "LANG_TURKISH", "SUBLANG_NEUTRAL" }, + { "uk-UA", "LANG_UKRAINIAN", "SUBLANG_DEFAULT" }, + { "uz-UZ", "LANG_UZBEK", "SUBLANG_UZBEK_LATIN" }, + { "zh-CN", "LANG_CHINESE", "SUBLANG_CHINESE_SIMPLIFIED" }, + { "zh-TW", "LANG_CHINESE", "SUBLANG_CHINESE_TRADITIONAL" }, +}; + +class CPoParser +{ +public: + CPoParser(ifstream &Stream) + { + Load(Stream); + } + + void Load(ifstream &Stream) + { + m_Line = 0; + m_szBuf = ""; + m_Ptr = m_szBuf.c_str(); + + while (Stream.good()) + { + string strName, strMsgId, strCtxt, strMsg; + + if (!GetEntry(Stream, strName, strMsgId)) + break; + + if (strName == "msgctxt") + { + strCtxt = strMsgId; + if (!GetEntry(Stream, strName, strMsgId)) + break; + } + + if (strName != "msgid") + { + cerr << "Expected msgid at line " << m_Line << ", got " << strName << "\n"; + continue; + } + + if (!GetEntry(Stream, strName, strMsg) || strName != "msgstr") + { + cerr << "Expected msgstr at line " << m_Line << ", got " << strName << "\n"; + continue; + } + + if (!strCtxt.empty()) + strMsgId = string("#msgctxt#") + strCtxt + "#" + strMsgId; + m_Messages[strMsgId] = strMsg; + } + } + + const char *GetMsg(const char *pszMsgId) + { + map::iterator it = m_Messages.find(pszMsgId); + if (it == m_Messages.end()) + return NULL; + return it->second.c_str(); + } + +private: + map m_Messages; + unsigned m_Line; + string m_szBuf; + const char *m_Ptr; + + bool GetEntry(ifstream &Stream, string &strName, string &strValue) + { + if (!GetToken(Stream, strName, false)) + return false; + + if (!GetToken(Stream, strValue, true)) + { + cerr << "Expected string at line " << m_Line << ", got " << m_Ptr << "\n"; + return false; + } + + string strTemp; + while (GetToken(Stream, strTemp, true)) + strValue += strTemp; + + return true; + } + + bool LoadNextLine(ifstream &Stream) + { + while (Stream.good()) + { + std::getline(Stream, m_szBuf); + ++m_Line; + m_Ptr = m_szBuf.c_str(); + + IgnoreWhiteChars(); + if (m_Ptr[0] != '#') + return true; + } + + return false; + } + + void IgnoreWhiteChars() + { + while (isspace(*m_Ptr)) + ++m_Ptr; + } + + bool GetToken(ifstream &Stream, string &strResult, bool bStr) + { + IgnoreWhiteChars(); + if (!m_Ptr[0] && !LoadNextLine(Stream)) + return false; + + bool bIsStr = (*m_Ptr == '"'); + if (bStr != bIsStr) + return false; + + strResult = ""; + + if (bIsStr) + { + ++m_Ptr; + while (*m_Ptr) + { + if (*m_Ptr == '"') + { + ++m_Ptr; + break; + } + if (m_Ptr[0] == '\\' && m_Ptr[1] == '"') + { + strResult += '"'; + m_Ptr += 2; + } + else + strResult += *(m_Ptr++); + } + } + else + { + while (*m_Ptr && !isspace(*m_Ptr)) + strResult += *(m_Ptr++); + } + + return true; + } +}; + + +enum Context +{ + Invalid, + None, + Dialog_Begin, + Dialog, + Stringtable_Begin, + Stringtable, + Menu_Begin, + Menu, +}; + + +class CRcTranslator +{ +public: + void Define(const char *pszName, const char *pszValue) + { + m_Defines[pszName] = pszValue; + } + + void Process(istream &Input, ostream &Output, CPoParser &PoParser) + { + LoadNextLine(Input); + string strTemp; + + while (Input.good()) + { + if (!m_Ptr[0]) + { + Output << "\n"; + if (!LoadNextLine(Input)) + break; + continue; + } + + if (IgnoreShortComment(Input, Output)) + continue; + + if (IgnoreLongComment(Input, Output)) + continue; + + if (GetString(Input, strTemp)) + { + OutputTranslatedString(Output, PoParser, strTemp.c_str()); + continue; + } + + if (GetIdentifier(Input, strTemp)) + { + map::iterator it = m_Defines.find(strTemp); + if (it == m_Defines.end()) + { + Output << strTemp; + UpdateActiveContext(strTemp); + } + else + { + Output << it->second; + } + continue; + } + + Output << *(m_Ptr++); + } + } + +private: + char m_szBuf[256], *m_Ptr; + map m_Defines; + Context m_Context; + string m_ContextName; + string m_PreviousToken; + + bool IgnoreShortComment(istream &Input, ostream &Output) + { + if (m_Ptr[0] != '/' || m_Ptr[1] != '/') + return false; + + Output << m_Ptr << "\n"; + LoadNextLine(Input); + return true; + } + + bool IgnoreLongComment(istream &Input, ostream &Output) + { + if (m_Ptr[0] != '/' || m_Ptr[1] != '*') + return false; + + m_Ptr += 2; + Output << "/*"; + + while (true) + { + if (!m_Ptr[0]) + { + Output << "\n"; + if (!LoadNextLine(Input)) + break; + } + else if (m_Ptr[0] == '*' && m_Ptr[1] == '/') + { + m_Ptr += 2; + break; + } + else + Output << *(m_Ptr++); + } + Output << "*/"; + return true; + } + + bool GetString(istream &Input, string &strResult) + { + if (m_Ptr[0] != '"') + return false; + + ++m_Ptr; + strResult = ""; + while (true) + { + if (m_Ptr[0] == '\\' && !m_Ptr[1]) + { + if (!LoadNextLine(Input)) + break; + } + else if (!m_Ptr[0]) + return false; + else if (m_Ptr[0] == '"') + { + m_Ptr++; + break; + } + else + strResult += *(m_Ptr++); + } + + return true; + } + + bool GetIdentifier(istream &Input, string &strResult) + { + strResult = ""; + while (isalnum(*m_Ptr) || *m_Ptr == '_') + strResult += *(m_Ptr++); + + return !strResult.empty(); + } + + bool LoadNextLine(istream &Stream) + { + if (!Stream.good()) + return false; + Stream.getline(m_szBuf, sizeof(m_szBuf)); + m_Ptr = m_szBuf; + return true; + } + + void OutputTranslatedString(ostream &Output, CPoParser &PoParser, const char *pszStr) + { + const char *pszMsg = pszStr[0] ? PoParser.GetMsg(pszStr) : NULL; + if (!pszMsg && pszStr[0]) + { + string tmp = "#msgctxt#" + m_ContextName; + if (m_Context == Dialog_Begin || m_Context == Stringtable) + tmp += "." + m_PreviousToken; + tmp += "#"; + tmp += pszStr; + pszMsg = PoParser.GetMsg(tmp.c_str()); + } + if (!pszMsg || (pszStr[0] && !pszMsg[0])) + pszMsg = pszStr; + + static char szSpecialCtxt[] = "#msgctxt#do not translate#"; + if (strncmp(pszMsg, szSpecialCtxt, sizeof(szSpecialCtxt) - 1) == 0) + pszMsg += sizeof(szSpecialCtxt) - 1; + Output << '"'; + Output << pszMsg; + Output << '"'; + } + + void UpdateActiveContext(const string& token) + { + Context ctx = Invalid; + string ctxname = m_ContextName; + + if (token == "DIALOG" || token == "DIALOGEX") + { + ctx = Dialog_Begin; + ctxname = token + "." + m_PreviousToken; + } + else if (token == "MENU" || token == "MENUEX") + { + ctx = Menu_Begin; + ctxname = m_PreviousToken; + } + if (ctx == Invalid) + { + if (token == "STRINGTABLE") + { + ctx = Stringtable_Begin; + ctxname = token; + } + else if (token == "BEGIN") + { + switch (m_Context) + { + case Dialog_Begin: + ctx = Dialog; + break; + case Stringtable_Begin: + ctx = Stringtable; + break; + case Menu_Begin: + ctx = Menu; + break; + default: + cerr << "Unexpected BEGIN tag" << std::endl; + break; + } + } + else if (token == "END") + { + switch (m_Context) + { + case Dialog: + case Stringtable: + case Menu: + ctx = None; + ctxname.clear(); + break; + default: + cerr << "Unexpected END tag" << std::endl; + break; + } + } + } + + if (ctx != Invalid) + { + m_Context = ctx; + m_ContextName = ctxname; + } + + m_PreviousToken = token; + } + +}; + +int main(int argc, const char *argv[]) +{ + const char *pszPoPath = NULL, *pszTemplatePath = NULL, *pszOutputPath = "output.rc"; + bool bUsage = false; + CRcTranslator Translator; + + for (int i = 1; i < argc; ++i) + { + const char *pszArg = argv[i]; + if (pszArg[0] == '/' || pszArg[0] == '-') + ++pszArg; + + char chOpt = tolower(pszArg[0]); + if (chOpt && pszArg[1]) + chOpt = 0; + + if (chOpt == 'p' && i + 1 < argc) + pszPoPath = argv[++i]; + else if (chOpt == 't' && i + 1 < argc) + pszTemplatePath = argv[++i]; + else if (chOpt == 'o' && i + 1 < argc) + pszOutputPath = argv[++i]; + else if (chOpt == 'l' && i + 1 < argc) + { + const char* templateLang = argv[++i]; + bool found = false; + for (size_t n = 0; n < (sizeof(g_Languages) / sizeof(g_Languages[0])); ++n) + { + if (!strcmp(g_Languages[n].pszIdentifier, templateLang)) + { + Translator.Define("LANG_PLACEHOLDER", g_Languages[n].pszLang); + Translator.Define("SUBLANG_PLACEHOLDER", g_Languages[n].pszSublang); + found = true; + break; + } + } + if (!found) + cerr << "Identifier " << templateLang << " unknown" << std::endl; + } + else if (chOpt == 'h') + bUsage = true; + else if (tolower(pszArg[0]) == 'd') + { + const char *pszDef = pszArg + 1; + if (!pszDef[0] && i + 1 < argc) + pszDef = argv[++i]; + + const char *pszVal = strchr(pszDef, '='); + string strName; + if (pszVal) + { + string strName(pszDef, pszVal - pszDef); + Translator.Define(strName.c_str(), pszVal + 1); + } + else + Translator.Define(pszDef, "1"); + } + else + cerr << "Warning! Unknown option: " << argv[i] << ".\n"; + } + + if (!pszPoPath || !pszTemplatePath || !pszOutputPath || bUsage) + { + cout << "Usage:\n"; + cout << argv[0] << " -t template_path -p po_path [-o output_path] [-Dname=value]\n"; + cout << "\t-r rc_path\tSets path of rc file to process\n"; + cout << "\t-p po_path\tSets path to a po file for translation\n"; + cout << "\t-o output_path\tSets path to output rc file\n"; + cout << "\t-d name=value\tReplaces specified identifier in rc file\n"; + cout << "\t-l Use the specified language identifier (f.e. en-US)\n"; + + return 0; + } + + ifstream RcFile(pszTemplatePath); + if (!RcFile.good()) + { + cerr << "Error! Cannot open " << pszTemplatePath << ".\n"; + return -1; + } + + ifstream PoFile(pszPoPath); + if (!PoFile.good()) + { + cerr << "Error! Cannot open " << pszPoPath << ".\n"; + return -1; + } + + ofstream OutputFile(pszOutputPath); + if (!RcFile.good()) + { + cerr << "Error! Cannot open " << pszOutputPath << ".\n"; + return -1; + } + + CPoParser PoParser(PoFile); + Translator.Process(RcFile, OutputFile, PoParser); + + return 0; +} Index: reactos/sdk/tools/po2rc/CMakeLists.txt =================================================================== --- reactos/sdk/tools/po2rc/CMakeLists.txt (nonexistent) +++ reactos/sdk/tools/po2rc/CMakeLists.txt (working copy) @@ -0,0 +1,6 @@ + +list(APPEND SOURCE + main.cpp) + +#include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/libs/zlib) +add_host_tool(po2rc ${SOURCE}) Index: reactos/sdk/tools/po2rc/main.cpp =================================================================== --- reactos/sdk/tools/po2rc/main.cpp (nonexistent) +++ reactos/sdk/tools/po2rc/main.cpp (working copy) @@ -0,0 +1,569 @@ + +// Rafał Harabień + + +#include +#include +#include +#include +#include +#include +#include +#include + +using namespace std; + +struct SLangInfo +{ + const char *pszIdentifier; + const char *pszLang; + const char *pszSublang; +} g_Languages[] = { + { "ar-DZ", "LANG_ARABIC", "SUBLANG_DEFAULT" }, + { "bg-BG", "LANG_BULGARIAN", "SUBLANG_DEFAULT" }, + { "ca-ES", "LANG_CATALAN", "SUBLANG_DEFAULT" }, + { "cs-CZ", "LANG_CZECH", "SUBLANG_DEFAULT" }, + { "da-DK", "LANG_DANISH", "SUBLANG_DEFAULT" }, + { "de-DE", "LANG_GERMAN", "SUBLANG_NEUTRAL" }, + { "el-GR", "LANG_GREEK", "SUBLANG_DEFAULT" }, + { "en-GB", "LANG_ENGLISH", "SUBLANG_ENGLISH_UK" }, + //{ "en-US", "LANG_ENGLISH", "SUBLANG_DEFAULT" }, + { "en-US", "LANG_ENGLISH", "SUBLANG_ENGLISH_US" }, + { "es-ES", "LANG_SPANISH", "SUBLANG_SPANISH" }, + //{ "es-ES", "LANG_SPANISH", "SUBLANG_NEUTRAL" }, + { "eu-ES", "LANG_BASQUE", "SUBLANG_DEFAULT" }, + { "fi-FI", "LANG_FINNISH", "SUBLANG_DEFAULT" }, + { "fr-CA", "LANG_FRENCH", "SUBLANG_FRENCH_CANADIAN" }, + //{ "fr-FR", "LANG_FRENCH", "SUBLANG_DEFAULT" }, + { "fr-FR", "LANG_FRENCH", "SUBLANG_FRENCH" }, + //{ "fr-FR", "LANG_FRENCH", "SUBLANG_NEUTRAL" }, + { "he-IL", "LANG_HEBREW", "SUBLANG_DEFAULT" }, + { "hu-HU", "LANG_HUNGARIAN", "SUBLANG_DEFAULT" }, + { "hy-AM", "LANG_ARMENIAN", "SUBLANG_DEFAULT" }, + { "id-ID", "LANG_INDONESIAN", "SUBLANG_DEFAULT" }, + { "it-IT", "LANG_ITALIAN", "SUBLANG_DEFAULT" }, + //{ "it-IT", "LANG_ITALIAN", "SUBLANG_NEUTRAL" }, + { "ja-JP", "LANG_JAPANESE", "SUBLANG_DEFAULT" }, + { "ko-KR", "LANG_KOREAN", "SUBLANG_DEFAULT" }, + { "lt-LT", "LANG_LITHUANIAN", "SUBLANG_DEFAULT" }, + //{ "lt-LT", "LANG_LITHUANIAN", "SUBLANG_NEUTRAL" }, + { "ms-MY", "LANG_MALAY", "SUBLANG_DEFAULT" }, + { "nl-NL", "LANG_DUTCH", "SUBLANG_NEUTRAL" }, + //{ "no-NO", "LANG_NORWEGIAN", "SUBLANG_NEUTRAL" }, + { "no-NO", "LANG_NORWEGIAN", "SUBLANG_NORWEGIAN_BOKMAL" }, + { "pl-PL", "LANG_POLISH", "SUBLANG_DEFAULT" }, + //{ "pl-PL", "LANG_POLISH", "SUBLANG_NEUTRAL" }, + //{ "pt-BR", "LANG_PORTUGUESE", "SUBLANG_NEUTRAL" }, + { "pt-BR", "LANG_PORTUGUESE", "SUBLANG_PORTUGUESE_BRAZILIAN" }, + //{ "pt-PT", "LANG_PORTUGUESE", "SUBLANG_NEUTRAL" }, + { "pt-PT", "LANG_PORTUGUESE", "SUBLANG_PORTUGUESE" }, + //{ "pt-PT", "LANG_PORTUGUESE", "SUBLANG_PORTUGUESE_BRAZILIAN" }, + { "ro-RO", "LANG_ROMANIAN", "SUBLANG_DEFAULT" }, + //{ "ro-RO", "LANG_ROMANIAN", "SUBLANG_NEUTRAL" }, + { "ru-RU", "LANG_RUSSIAN", "SUBLANG_DEFAULT" }, + //{ "ru-RU", "LANG_RUSSIAN", "SUBLANG_NEUTRAL" }, + { "sk-SK", "LANG_SLOVAK", "SUBLANG_DEFAULT" }, + { "sl-SI", "LANG_SLOVENIAN", "SUBLANG_DEFAULT" }, + { "sq-AL", "LANG_ALBANIAN", "SUBLANG_NEUTRAL" }, + { "sr-SP", "LANG_SERBIAN", "SUBLANG_SERBIAN_CYRILLIC" }, + { "sv-SE", "LANG_SWEDISH", "SUBLANG_NEUTRAL" }, + { "th-TH", "LANG_THAI", "SUBLANG_DEFAULT" }, + { "tr-TR", "LANG_TURKISH", "SUBLANG_DEFAULT" }, + { "tr-TR", "LANG_TURKISH", "SUBLANG_NEUTRAL" }, + { "uk-UA", "LANG_UKRAINIAN", "SUBLANG_DEFAULT" }, + { "uz-UZ", "LANG_UZBEK", "SUBLANG_UZBEK_LATIN" }, + { "zh-CN", "LANG_CHINESE", "SUBLANG_CHINESE_SIMPLIFIED" }, + { "zh-TW", "LANG_CHINESE", "SUBLANG_CHINESE_TRADITIONAL" }, +}; + +class CPoParser +{ +public: + CPoParser(ifstream &Stream) + { + Load(Stream); + } + + void Load(ifstream &Stream) + { + m_Line = 0; + m_szBuf = ""; + m_Ptr = m_szBuf.c_str(); + + while (Stream.good()) + { + string strName, strMsgId, strCtxt, strMsg; + + if (!GetEntry(Stream, strName, strMsgId)) + break; + + if (strName == "msgctxt") + { + strCtxt = strMsgId; + if (!GetEntry(Stream, strName, strMsgId)) + break; + } + + if (strName != "msgid") + { + cerr << "Expected msgid at line " << m_Line << ", got " << strName << "\n"; + continue; + } + + if (!GetEntry(Stream, strName, strMsg) || strName != "msgstr") + { + cerr << "Expected msgstr at line " << m_Line << ", got " << strName << "\n"; + continue; + } + + if (!strCtxt.empty()) + strMsgId = string("#msgctxt#") + strCtxt + "#" + strMsgId; + m_Messages[strMsgId] = strMsg; + } + } + + const char *GetMsg(const char *pszMsgId) + { + map::iterator it = m_Messages.find(pszMsgId); + if (it == m_Messages.end()) + return NULL; + return it->second.c_str(); + } + +private: + map m_Messages; + unsigned m_Line; + string m_szBuf; + const char *m_Ptr; + + bool GetEntry(ifstream &Stream, string &strName, string &strValue) + { + if (!GetToken(Stream, strName, false)) + return false; + + if (!GetToken(Stream, strValue, true)) + { + cerr << "Expected string at line " << m_Line << ", got " << m_Ptr << "\n"; + return false; + } + + string strTemp; + while (GetToken(Stream, strTemp, true)) + strValue += strTemp; + + return true; + } + + bool LoadNextLine(ifstream &Stream) + { + while (Stream.good()) + { + std::getline(Stream, m_szBuf); + ++m_Line; + m_Ptr = m_szBuf.c_str(); + + IgnoreWhiteChars(); + if (m_Ptr[0] != '#') + return true; + } + + return false; + } + + void IgnoreWhiteChars() + { + while (isspace(*m_Ptr)) + ++m_Ptr; + } + + bool GetToken(ifstream &Stream, string &strResult, bool bStr) + { + IgnoreWhiteChars(); + if (!m_Ptr[0] && !LoadNextLine(Stream)) + return false; + + bool bIsStr = (*m_Ptr == '"'); + if (bStr != bIsStr) + return false; + + strResult = ""; + + if (bIsStr) + { + ++m_Ptr; + while (*m_Ptr) + { + if (*m_Ptr == '"') + { + ++m_Ptr; + break; + } + if (m_Ptr[0] == '\\' && m_Ptr[1] == '"') + { + strResult += '"'; + m_Ptr += 2; + } + else + strResult += *(m_Ptr++); + } + } + else + { + while (*m_Ptr && !isspace(*m_Ptr)) + strResult += *(m_Ptr++); + } + + return true; + } +}; + + +enum Context +{ + Invalid, + None, + Dialog_Begin, + Dialog, + Stringtable_Begin, + Stringtable, + Menu_Begin, + Menu, +}; + + +class CRcTranslator +{ +public: + void Define(const char *pszName, const char *pszValue) + { + m_Defines[pszName] = pszValue; + } + + void Process(istream &Input, ostream &Output, CPoParser &PoParser) + { + LoadNextLine(Input); + string strTemp; + + while (Input.good()) + { + if (!m_Ptr[0]) + { + Output << "\n"; + if (!LoadNextLine(Input)) + break; + continue; + } + + if (IgnoreShortComment(Input, Output)) + continue; + + if (IgnoreLongComment(Input, Output)) + continue; + + if (GetString(Input, strTemp)) + { + OutputTranslatedString(Output, PoParser, strTemp.c_str()); + continue; + } + + if (GetIdentifier(Input, strTemp)) + { + map::iterator it = m_Defines.find(strTemp); + if (it == m_Defines.end()) + { + Output << strTemp; + UpdateActiveContext(strTemp); + } + else + { + Output << it->second; + } + continue; + } + + Output << *(m_Ptr++); + } + } + +private: + char m_szBuf[256], *m_Ptr; + map m_Defines; + Context m_Context; + string m_ContextName; + string m_PreviousToken; + + bool IgnoreShortComment(istream &Input, ostream &Output) + { + if (m_Ptr[0] != '/' || m_Ptr[1] != '/') + return false; + + Output << m_Ptr << "\n"; + LoadNextLine(Input); + return true; + } + + bool IgnoreLongComment(istream &Input, ostream &Output) + { + if (m_Ptr[0] != '/' || m_Ptr[1] != '*') + return false; + + m_Ptr += 2; + Output << "/*"; + + while (true) + { + if (!m_Ptr[0]) + { + Output << "\n"; + if (!LoadNextLine(Input)) + break; + } + else if (m_Ptr[0] == '*' && m_Ptr[1] == '/') + { + m_Ptr += 2; + break; + } + else + Output << *(m_Ptr++); + } + Output << "*/"; + return true; + } + + bool GetString(istream &Input, string &strResult) + { + if (m_Ptr[0] != '"') + return false; + + ++m_Ptr; + strResult = ""; + while (true) + { + if (m_Ptr[0] == '\\' && !m_Ptr[1]) + { + if (!LoadNextLine(Input)) + break; + } + else if (!m_Ptr[0]) + return false; + else if (m_Ptr[0] == '"') + { + m_Ptr++; + break; + } + else + strResult += *(m_Ptr++); + } + + return true; + } + + bool GetIdentifier(istream &Input, string &strResult) + { + strResult = ""; + while (isalnum(*m_Ptr) || *m_Ptr == '_') + strResult += *(m_Ptr++); + + return !strResult.empty(); + } + + bool LoadNextLine(istream &Stream) + { + if (!Stream.good()) + return false; + Stream.getline(m_szBuf, sizeof(m_szBuf)); + m_Ptr = m_szBuf; + return true; + } + + void OutputTranslatedString(ostream &Output, CPoParser &PoParser, const char *pszStr) + { + const char *pszMsg = pszStr[0] ? PoParser.GetMsg(pszStr) : NULL; + if (!pszMsg && pszStr[0]) + { + string tmp = "#msgctxt#" + m_ContextName; + if (m_Context == Dialog_Begin || m_Context == Stringtable) + tmp += "." + m_PreviousToken; + tmp += "#"; + tmp += pszStr; + pszMsg = PoParser.GetMsg(tmp.c_str()); + } + if (!pszMsg || (pszStr[0] && !pszMsg[0])) + pszMsg = pszStr; + + static char szSpecialCtxt[] = "#msgctxt#do not translate#"; + if (strncmp(pszMsg, szSpecialCtxt, sizeof(szSpecialCtxt) - 1) == 0) + pszMsg += sizeof(szSpecialCtxt) - 1; + Output << '"'; + Output << pszMsg; + Output << '"'; + } + + void UpdateActiveContext(const string& token) + { + Context ctx = Invalid; + string ctxname = m_ContextName; + + if (token == "DIALOG" || token == "DIALOGEX") + { + ctx = Dialog_Begin; + ctxname = token + "." + m_PreviousToken; + } + else if (token == "MENU" || token == "MENUEX") + { + ctx = Menu_Begin; + ctxname = m_PreviousToken; + } + if (ctx == Invalid) + { + if (token == "STRINGTABLE") + { + ctx = Stringtable_Begin; + ctxname = token; + } + else if (token == "BEGIN") + { + switch (m_Context) + { + case Dialog_Begin: + ctx = Dialog; + break; + case Stringtable_Begin: + ctx = Stringtable; + break; + case Menu_Begin: + ctx = Menu; + break; + default: + cerr << "Unexpected BEGIN tag" << std::endl; + break; + } + } + else if (token == "END") + { + switch (m_Context) + { + case Dialog: + case Stringtable: + case Menu: + ctx = None; + ctxname.clear(); + break; + default: + cerr << "Unexpected END tag" << std::endl; + break; + } + } + } + + if (ctx != Invalid) + { + m_Context = ctx; + m_ContextName = ctxname; + } + + m_PreviousToken = token; + } + +}; + +int main(int argc, const char *argv[]) +{ + const char *pszPoPath = NULL, *pszTemplatePath = NULL, *pszOutputPath = "output.rc"; + bool bUsage = false; + CRcTranslator Translator; + + for (int i = 1; i < argc; ++i) + { + const char *pszArg = argv[i]; + if (pszArg[0] == '/' || pszArg[0] == '-') + ++pszArg; + + char chOpt = tolower(pszArg[0]); + if (chOpt && pszArg[1]) + chOpt = 0; + + if (chOpt == 'p' && i + 1 < argc) + pszPoPath = argv[++i]; + else if (chOpt == 't' && i + 1 < argc) + pszTemplatePath = argv[++i]; + else if (chOpt == 'o' && i + 1 < argc) + pszOutputPath = argv[++i]; + else if (chOpt == 'l' && i + 1 < argc) + { + const char* templateLang = argv[++i]; + bool found = false; + for (size_t n = 0; n < (sizeof(g_Languages) / sizeof(g_Languages[0])); ++n) + { + if (!strcmp(g_Languages[n].pszIdentifier, templateLang)) + { + Translator.Define("LANG_PLACEHOLDER", g_Languages[n].pszLang); + Translator.Define("SUBLANG_PLACEHOLDER", g_Languages[n].pszSublang); + found = true; + break; + } + } + if (!found) + cerr << "Identifier " << templateLang << " unknown" << std::endl; + } + else if (chOpt == 'h') + bUsage = true; + else if (tolower(pszArg[0]) == 'd') + { + const char *pszDef = pszArg + 1; + if (!pszDef[0] && i + 1 < argc) + pszDef = argv[++i]; + + const char *pszVal = strchr(pszDef, '='); + string strName; + if (pszVal) + { + string strName(pszDef, pszVal - pszDef); + Translator.Define(strName.c_str(), pszVal + 1); + } + else + Translator.Define(pszDef, "1"); + } + else + cerr << "Warning! Unknown option: " << argv[i] << ".\n"; + } + + if (!pszPoPath || !pszTemplatePath || !pszOutputPath || bUsage) + { + cout << "Usage:\n"; + cout << argv[0] << " -t template_path -p po_path [-o output_path] [-Dname=value]\n"; + cout << "\t-r rc_path\tSets path of rc file to process\n"; + cout << "\t-p po_path\tSets path to a po file for translation\n"; + cout << "\t-o output_path\tSets path to output rc file\n"; + cout << "\t-d name=value\tReplaces specified identifier in rc file\n"; + cout << "\t-l Use the specified language identifier (f.e. en-US)\n"; + + return 0; + } + + ifstream RcFile(pszTemplatePath); + if (!RcFile.good()) + { + cerr << "Error! Cannot open " << pszTemplatePath << ".\n"; + return -1; + } + + ifstream PoFile(pszPoPath); + if (!PoFile.good()) + { + cerr << "Error! Cannot open " << pszPoPath << ".\n"; + return -1; + } + + ofstream OutputFile(pszOutputPath); + if (!RcFile.good()) + { + cerr << "Error! Cannot open " << pszOutputPath << ".\n"; + return -1; + } + + CPoParser PoParser(PoFile); + Translator.Process(RcFile, OutputFile, PoParser); + + return 0; +}