From 9de3477231325e0b62a9ee86ea94690071967a87 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sun, 5 Apr 2015 16:44:54 +0000 Subject: [PATCH] [SHELL32] Fix a label in the Open With dialog. Change Abort to Cancel for English in Extended Properties. Add a new icon to Extended Properties. By Jared Smudde. CORE-9488 svn path=/trunk/; revision=67063 --- reactos/dll/win32/shell32/icon_res.rc | 1 + reactos/dll/win32/shell32/lang/bg-BG.rc | 3 ++- reactos/dll/win32/shell32/lang/ca-ES.rc | 3 ++- reactos/dll/win32/shell32/lang/cs-CZ.rc | 3 ++- reactos/dll/win32/shell32/lang/da-DK.rc | 3 ++- reactos/dll/win32/shell32/lang/de-DE.rc | 1 + reactos/dll/win32/shell32/lang/el-GR.rc | 3 ++- reactos/dll/win32/shell32/lang/en-GB.rc | 3 ++- reactos/dll/win32/shell32/lang/en-US.rc | 5 +++-- reactos/dll/win32/shell32/lang/es-ES.rc | 3 ++- reactos/dll/win32/shell32/lang/fi-FI.rc | 3 ++- reactos/dll/win32/shell32/lang/fr-FR.rc | 3 ++- reactos/dll/win32/shell32/lang/he-IL.rc | 3 ++- reactos/dll/win32/shell32/lang/hu-HU.rc | 3 ++- reactos/dll/win32/shell32/lang/it-IT.rc | 3 ++- reactos/dll/win32/shell32/lang/ja-JP.rc | 3 ++- reactos/dll/win32/shell32/lang/ko-KR.rc | 3 ++- reactos/dll/win32/shell32/lang/nl-NL.rc | 3 ++- reactos/dll/win32/shell32/lang/no-NO.rc | 3 ++- reactos/dll/win32/shell32/lang/pl-PL.rc | 3 ++- reactos/dll/win32/shell32/lang/pt-BR.rc | 3 ++- reactos/dll/win32/shell32/lang/pt-PT.rc | 3 ++- reactos/dll/win32/shell32/lang/ro-RO.rc | 3 ++- reactos/dll/win32/shell32/lang/ru-RU.rc | 3 ++- reactos/dll/win32/shell32/lang/sk-SK.rc | 3 ++- reactos/dll/win32/shell32/lang/sl-SI.rc | 3 ++- reactos/dll/win32/shell32/lang/sq-AL.rc | 3 ++- reactos/dll/win32/shell32/lang/sv-SE.rc | 3 ++- reactos/dll/win32/shell32/lang/tr-TR.rc | 3 ++- reactos/dll/win32/shell32/lang/uk-UA.rc | 3 ++- reactos/dll/win32/shell32/lang/zh-CN.rc | 3 ++- reactos/dll/win32/shell32/lang/zh-TW.rc | 3 ++- reactos/dll/win32/shell32/res/icons/280.ico | Bin 0 -> 8302 bytes reactos/dll/win32/shell32/shresdef.h | 1 + 34 files changed, 64 insertions(+), 31 deletions(-) create mode 100644 reactos/dll/win32/shell32/res/icons/280.ico diff --git a/reactos/dll/win32/shell32/icon_res.rc b/reactos/dll/win32/shell32/icon_res.rc index cc762d708f6..5b0ccff634e 100644 --- a/reactos/dll/win32/shell32/icon_res.rc +++ b/reactos/dll/win32/shell32/icon_res.rc @@ -123,6 +123,7 @@ IDI_SHELL_ADD_REM_PROGRAMS ICON "res/icons/271.ico" IDI_SHELL_TUNES ICON "res/icons/277.ico" /* TODO: 278.ico */ IDI_SHELL_USER_ACCOUNTS ICON "res/icons/279.ico" +IDI_SHELL_EXTENDED_PROPERTIES ICON "res/icons/280.ico" /* TODO: 281.ico, 282.ico, 283.ico, 284.ico */ IDI_SHELL_HELP_FILE ICON "res/icons/289.ico" IDI_SHELL_GO ICON "res/icons/290.ico" diff --git a/reactos/dll/win32/shell32/lang/bg-BG.rc b/reactos/dll/win32/shell32/lang/bg-BG.rc index d51fdcf659b..3914458852f 100644 --- a/reactos/dll/win32/shell32/lang/bg-BG.rc +++ b/reactos/dll/win32/shell32/lang/bg-BG.rc @@ -198,6 +198,7 @@ STYLE DS_SHELLFONT | WS_POPUP | WS_CAPTION CAPTION "Допълнителни свойства" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN + ICON IDI_SHELL_EXTENDED_PROPERTIES, IDI_SHELL_EXTENDED_PROPERTIES, 5, 5, 21, 20, SS_ICON LTEXT "Укажете желаните допълнителни свойства за препратката.", -1, 5, 30, 246, 10 CHECKBOX "Изпълняване с различни правомощия", 14000, 30, 50, 150, 10 LTEXT "Тази възможност ви позволява да изпълните препратката като друг потребител или да продължите като себе си, като предпазвате компютъра и данните от неупълномощена дейност на приложенията.", -1, 50, 60, 200, 40 @@ -389,7 +390,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20 LTEXT "Изберете приложение, което да отвори този файл:", -1, 44, 12, 211, 10 - LTEXT "Файл: ", 14001, 44, 25, 188, 10 + LTEXT "Файл: ", 14001, 44, 25, 188, 20 GROUPBOX "&Приложения", -1, 7, 42, 249, 187 CONTROL "Programs", 14002, WC_TREEVIEW, WS_BORDER | WS_TABSTOP | TVS_SHOWSELALWAYS, 16 ,57, 230, 130 AUTOCHECKBOX "&Винаги избраното приложение да отваря този вид файлове.", 14003, 20, 193, 225, 10 diff --git a/reactos/dll/win32/shell32/lang/ca-ES.rc b/reactos/dll/win32/shell32/lang/ca-ES.rc index f54b6667d7d..1ae8a1c72a8 100644 --- a/reactos/dll/win32/shell32/lang/ca-ES.rc +++ b/reactos/dll/win32/shell32/lang/ca-ES.rc @@ -198,6 +198,7 @@ STYLE DS_SHELLFONT | WS_POPUP | WS_CAPTION CAPTION "Extended Properties" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN + ICON IDI_SHELL_EXTENDED_PROPERTIES, IDI_SHELL_EXTENDED_PROPERTIES, 5, 5, 21, 20, SS_ICON LTEXT "Choose the advanced properties you want for this shortcut.", -1, 5, 30, 210, 10 CHECKBOX "Run with different credentials", 14000, 25, 50, 150, 10 LTEXT "This option can allow you to run the this shortcut as another user, or continue as yourself while protecting your computer and data from unauthorized program activity.", -1, 50, 60, 175, 40 @@ -389,7 +390,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20 LTEXT "Choose the program you want to use to open this file:", -1, 44, 12, 211, 10 - LTEXT "File: ", 14001, 44, 25, 188, 10 + LTEXT "File: ", 14001, 44, 25, 188, 20 GROUPBOX "&Programs", -1, 7, 42, 249, 187 CONTROL "Programs", 14002, WC_TREEVIEW, WS_BORDER | WS_TABSTOP | TVS_SHOWSELALWAYS, 16 ,57, 230, 130 AUTOCHECKBOX "&Always use the selected program to open this kind of file", 14003, 20, 193, 225, 10 diff --git a/reactos/dll/win32/shell32/lang/cs-CZ.rc b/reactos/dll/win32/shell32/lang/cs-CZ.rc index bfa2ad1b122..1dee1ff9b08 100644 --- a/reactos/dll/win32/shell32/lang/cs-CZ.rc +++ b/reactos/dll/win32/shell32/lang/cs-CZ.rc @@ -204,6 +204,7 @@ STYLE DS_SHELLFONT | WS_POPUP | WS_CAPTION CAPTION "Rozšířené vlastnosti" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN + ICON IDI_SHELL_EXTENDED_PROPERTIES, IDI_SHELL_EXTENDED_PROPERTIES, 5, 5, 21, 20, SS_ICON LTEXT "Zvolte rozšířené vlastnosti, které požadujtete pro tohoto zástupce.", -1, 5, 30, 210, 10 CHECKBOX "Spustit s jinými pověřeními", 14000, 25, 50, 150, 10 LTEXT "Tato možnost umožní spustit tohoto zástupce jako jiný uživatel nebo při spuštění se současným uživatelem chránit počítač před nepovolenou aktivitou programu.", -1, 50, 60, 175, 40 @@ -395,7 +396,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20 LTEXT "Vyberte program, ve kterém chcete otevřít tento soubor: ", -1, 44, 12, 211, 10 - LTEXT "Soubor: ", 14001, 44, 25, 188, 10 + LTEXT "Soubor: ", 14001, 44, 25, 188, 20 GROUPBOX "&Programy", -1, 7, 42, 249, 187 CONTROL "Programy", 14002, WC_TREEVIEW, WS_BORDER | WS_TABSTOP | TVS_SHOWSELALWAYS, 16 ,57, 230, 130 AUTOCHECKBOX "&Vždy použít vybraný program k otevření tohoto typu souboru", 14003, 20, 193, 225, 10 diff --git a/reactos/dll/win32/shell32/lang/da-DK.rc b/reactos/dll/win32/shell32/lang/da-DK.rc index 6ace5d1361a..3945240b970 100644 --- a/reactos/dll/win32/shell32/lang/da-DK.rc +++ b/reactos/dll/win32/shell32/lang/da-DK.rc @@ -204,6 +204,7 @@ STYLE DS_SHELLFONT | WS_POPUP | WS_CAPTION CAPTION "Extended Properties" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN + ICON IDI_SHELL_EXTENDED_PROPERTIES, IDI_SHELL_EXTENDED_PROPERTIES, 5, 5, 21, 20, SS_ICON LTEXT "Choose the advanced properties you want for this shortcut.", -1, 5, 30, 210, 10 CHECKBOX "Run with different credentials", 14000, 25, 50, 150, 10 LTEXT "This option can allow you to run the this shortcut as another user, or continue as yourself while protecting your computer and data from unauthorized program activity.", -1, 50, 60, 175, 40 @@ -395,7 +396,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20 LTEXT "Choose the program you want to use to open this file:", -1, 44, 12, 211, 10 - LTEXT "File: ", 14001, 44, 25, 188, 10 + LTEXT "File: ", 14001, 44, 25, 188, 20 GROUPBOX "&Programs", -1, 7, 42, 249, 187 CONTROL "Programs", 14002, WC_TREEVIEW, WS_BORDER | WS_TABSTOP | TVS_SHOWSELALWAYS, 16 ,57, 230, 130 AUTOCHECKBOX "&Always use the selected program to open this kind of file", 14003, 20, 193, 225, 10 diff --git a/reactos/dll/win32/shell32/lang/de-DE.rc b/reactos/dll/win32/shell32/lang/de-DE.rc index 5627c6aecbc..916d45c4e3f 100644 --- a/reactos/dll/win32/shell32/lang/de-DE.rc +++ b/reactos/dll/win32/shell32/lang/de-DE.rc @@ -198,6 +198,7 @@ STYLE DS_SHELLFONT | WS_POPUP | WS_CAPTION CAPTION "Erweiterte Einstellungen" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN + ICON IDI_SHELL_EXTENDED_PROPERTIES, IDI_SHELL_EXTENDED_PROPERTIES, 5, 5, 21, 20, SS_ICON LTEXT "Wählen Sie die erweiterten Einstellungen für diese Verknüpfung.", -1, 5, 30, 210, 10 CHECKBOX "Als anderer Benutzer ausführen", 14000, 25, 50, 150, 10 LTEXT "Diese Einstellung ermöglicht es, diese Verknüpfung unter einem anderen oder Ihrem eigenen Benutzerkonto auszuführen während der Computer und Ihre Daten vor unautorisierten Programmaktivitäten geschützt werden können.", -1, 50, 60, 175, 40 diff --git a/reactos/dll/win32/shell32/lang/el-GR.rc b/reactos/dll/win32/shell32/lang/el-GR.rc index ff5ddbd4f45..b733180b862 100644 --- a/reactos/dll/win32/shell32/lang/el-GR.rc +++ b/reactos/dll/win32/shell32/lang/el-GR.rc @@ -198,6 +198,7 @@ STYLE DS_SHELLFONT | WS_POPUP | WS_CAPTION CAPTION "Πρόσθετες ιδιότητες" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN + ICON IDI_SHELL_EXTENDED_PROPERTIES, IDI_SHELL_EXTENDED_PROPERTIES, 5, 5, 21, 20, SS_ICON LTEXT "Επιλέξτε τις πρόσθετες ιδιότητες που θέλετε για αυτήν την συντόμευση.", -1, 5, 30, 210, 20 CHECKBOX "Εκτέλεση με διαφορετικά πιστοποιητικά", 14000, 25, 50, 150, 10 LTEXT "Αυτή η επιλογή θα σας επιτρέψει να εκτελέσετε την συντόμευση ως διαφορετικός χρήστης ή ως εσείς ο ίδιος προστατεύοντας τον υπολογιστή σας από μη εξουσιοδοτημένες ενέργειες προγραμμάτων.", -1, 50, 60, 175, 40 @@ -389,7 +390,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20 LTEXT "Επιλέξτε το πρόγραμμα με το οποίο θέλετε να ανοίξετε αυτό το αρχείο:", -1, 44, 12, 211, 10 - LTEXT "Αρχείο: %s", 14001, 44, 25, 188, 10 + LTEXT "Αρχείο: %s", 14001, 44, 25, 188, 20 GROUPBOX "Προγράμματα", -1, 7, 42, 249, 187 CONTROL "Programs", 14002, WC_TREEVIEW, WS_BORDER | WS_TABSTOP | TVS_SHOWSELALWAYS, 16 ,57, 230, 130 CHECKBOX "&Άνοιγμα αυτού του είδους αρχείου, πάντα με το επιλεγμένο πρόγραμμα", 14003, 20, 193, 225, 10 diff --git a/reactos/dll/win32/shell32/lang/en-GB.rc b/reactos/dll/win32/shell32/lang/en-GB.rc index b1c6b29e2b9..ab1328d417b 100644 --- a/reactos/dll/win32/shell32/lang/en-GB.rc +++ b/reactos/dll/win32/shell32/lang/en-GB.rc @@ -198,6 +198,7 @@ STYLE DS_SHELLFONT | WS_POPUP | WS_CAPTION CAPTION "Extended Properties" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN + ICON IDI_SHELL_EXTENDED_PROPERTIES, IDI_SHELL_EXTENDED_PROPERTIES, 5, 5, 21, 20, SS_ICON LTEXT "Choose the advanced properties you want for this shortcut.", -1, 5, 30, 210, 10 CHECKBOX "Run with different credentials", 14000, 25, 50, 150, 10 LTEXT "This option can allow you to run the this shortcut as another user, or continue as yourself while protecting your computer and data from unauthorized program activity.", -1, 50, 60, 175, 40 @@ -389,7 +390,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20 LTEXT "Choose the program you want to use to open this file:", -1, 44, 12, 211, 10 - LTEXT "File: ", 14001, 44, 25, 188, 10 + LTEXT "File: ", 14001, 44, 25, 188, 20 GROUPBOX "&Programs", -1, 7, 42, 249, 187 CONTROL "Programs", 14002, WC_TREEVIEW, WS_BORDER | WS_TABSTOP | TVS_SHOWSELALWAYS, 16 ,57, 230, 130 AUTOCHECKBOX "&Always use the selected program to open this kind of file", 14003, 20, 193, 225, 10 diff --git a/reactos/dll/win32/shell32/lang/en-US.rc b/reactos/dll/win32/shell32/lang/en-US.rc index b26b30aa9b0..b2c7a18efe6 100644 --- a/reactos/dll/win32/shell32/lang/en-US.rc +++ b/reactos/dll/win32/shell32/lang/en-US.rc @@ -198,12 +198,13 @@ STYLE DS_SHELLFONT | WS_POPUP | WS_CAPTION CAPTION "Extended Properties" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN + ICON IDI_SHELL_EXTENDED_PROPERTIES, IDI_SHELL_EXTENDED_PROPERTIES, 5, 5, 21, 20, SS_ICON LTEXT "Choose the advanced properties you want for this shortcut.", -1, 5, 30, 210, 10 CHECKBOX "Run with different credentials", 14000, 25, 50, 150, 10 LTEXT "This option can allow you to run the this shortcut as another user, or continue as yourself while protecting your computer and data from unauthorized program activity.", -1, 50, 60, 175, 40 CHECKBOX "Run in seperate memory space", 14001, 25, 100, 90, 10, WS_DISABLED PUSHBUTTON "OK", 1, 63, 124, 50, 15, WS_VISIBLE - PUSHBUTTON "Abort", 2, 120, 124, 50, 15, WS_VISIBLE + PUSHBUTTON "Cancel", 2, 120, 124, 50, 15, WS_VISIBLE END IDD_FOLDER_PROPERTIES DIALOGEX 0, 0, 240, 205 @@ -389,7 +390,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20 LTEXT "Choose the program you want to use to open this file:", -1, 44, 12, 211, 10 - LTEXT "File: ", 14001, 44, 25, 188, 10 + LTEXT "File: ", 14001, 44, 25, 188, 20 GROUPBOX "&Programs", -1, 7, 42, 249, 187 CONTROL "Programs", 14002, WC_TREEVIEW, WS_BORDER | WS_TABSTOP | TVS_SHOWSELALWAYS, 16 ,57, 230, 130 AUTOCHECKBOX "&Always use the selected program to open this kind of file", 14003, 20, 193, 225, 10 diff --git a/reactos/dll/win32/shell32/lang/es-ES.rc b/reactos/dll/win32/shell32/lang/es-ES.rc index 21f3f4b502b..f08e9221ca1 100644 --- a/reactos/dll/win32/shell32/lang/es-ES.rc +++ b/reactos/dll/win32/shell32/lang/es-ES.rc @@ -199,6 +199,7 @@ STYLE DS_SHELLFONT | WS_POPUP | WS_CAPTION CAPTION "Propiedades avanzadas" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN + ICON IDI_SHELL_EXTENDED_PROPERTIES, IDI_SHELL_EXTENDED_PROPERTIES, 5, 5, 21, 20, SS_ICON LTEXT "Elija las propiedades avanzadas que desee para este acceso directo.", -1, 5, 25, 210, 14 CHECKBOX "Ejecutar con credenciales diferentes", 14000, 25, 50, 150, 10 LTEXT "Esta opción puede permitirle ejecutar este acceso directo como otro usuario, o continuar como usted mismo mientras protege su equipo y datos de una actividad de programa no autorizada.", -1, 50, 60, 175, 40 @@ -390,7 +391,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20 LTEXT "Elija el programa que desea usar para abrir el siguiente archivo:", -1, 44, 12, 211, 10 - LTEXT "Archivo: ", 14001, 44, 25, 188, 10 + LTEXT "Archivo: ", 14001, 44, 25, 188, 20 GROUPBOX "&Programas ", -1, 7, 42, 269, 187 CONTROL "Programs", 14002, WC_TREEVIEW, WS_BORDER | WS_TABSTOP | TVS_SHOWSELALWAYS, 16 ,57, 230, 130 AUTOCHECKBOX "Utilizar &siempre el programa seleccionado para abrir este tipo de archivos", 14003, 15, 193, 250, 10 diff --git a/reactos/dll/win32/shell32/lang/fi-FI.rc b/reactos/dll/win32/shell32/lang/fi-FI.rc index 17c7490c8e5..3b69d46e689 100644 --- a/reactos/dll/win32/shell32/lang/fi-FI.rc +++ b/reactos/dll/win32/shell32/lang/fi-FI.rc @@ -198,6 +198,7 @@ STYLE DS_SHELLFONT | WS_POPUP | WS_CAPTION CAPTION "Extended Properties" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN + ICON IDI_SHELL_EXTENDED_PROPERTIES, IDI_SHELL_EXTENDED_PROPERTIES, 5, 5, 21, 20, SS_ICON LTEXT "Choose the advanced properties you want for this shortcut.", -1, 5, 30, 210, 10 CHECKBOX "Run with different credentials", 14000, 25, 50, 150, 10 LTEXT "This option can allow you to run the this shortcut as another user, or continue as yourself while protecting your computer and data from unauthorized program activity.", -1, 50, 60, 175, 40 @@ -389,7 +390,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20 LTEXT "Choose the program you want to use to open this file:", -1, 44, 12, 211, 10 - LTEXT "File: ", 14001, 44, 25, 188, 10 + LTEXT "File: ", 14001, 44, 25, 188, 20 GROUPBOX "&Programs", -1, 7, 42, 249, 187 CONTROL "Programs", 14002, WC_TREEVIEW, WS_BORDER | WS_TABSTOP | TVS_SHOWSELALWAYS, 16 ,57, 230, 130 AUTOCHECKBOX "&Always use the selected program to open this kind of file", 14003, 20, 193, 225, 10 diff --git a/reactos/dll/win32/shell32/lang/fr-FR.rc b/reactos/dll/win32/shell32/lang/fr-FR.rc index a12d1918543..c01ddfd7fed 100644 --- a/reactos/dll/win32/shell32/lang/fr-FR.rc +++ b/reactos/dll/win32/shell32/lang/fr-FR.rc @@ -198,6 +198,7 @@ STYLE DS_SHELLFONT | WS_POPUP | WS_CAPTION CAPTION "Propriétés étendues" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN + ICON IDI_SHELL_EXTENDED_PROPERTIES, IDI_SHELL_EXTENDED_PROPERTIES, 5, 5, 21, 20, SS_ICON LTEXT "Choisissez la propriété étendue que vous voulez pour ce raccourci.", -1, 5, 30, 210, 10 CHECKBOX "Exécuter avec des droits différents", 14000, 25, 50, 150, 10 LTEXT "Cette option peut vous permettre d'utiliser ce raccourci en tant qu'autre utilisateur ou de continuer vous-même en protégeant votre ordinateur et vos données des activés de programme non autorisées.", -1, 50, 60, 175, 40 @@ -389,7 +390,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20 LTEXT "Choisissez le programme que vous désirez utiliser pour ouvrir ce fichier :", -1, 44, 12, 211, 10 - LTEXT "Fichier : ", 14001, 44, 25, 188, 10 + LTEXT "Fichier : ", 14001, 44, 25, 188, 20 GROUPBOX "&Programmes", -1, 7, 42, 249, 187 CONTROL "Programmes", 14002, WC_TREEVIEW, WS_BORDER | WS_TABSTOP | TVS_SHOWSELALWAYS, 16 ,57, 230, 130 AUTOCHECKBOX "Toujours utiliser le progr&amme sélectionné pour ouvrir ce type de fichier", 14003, 20, 193, 225, 10 diff --git a/reactos/dll/win32/shell32/lang/he-IL.rc b/reactos/dll/win32/shell32/lang/he-IL.rc index dee756fadc6..b798d75c124 100644 --- a/reactos/dll/win32/shell32/lang/he-IL.rc +++ b/reactos/dll/win32/shell32/lang/he-IL.rc @@ -198,6 +198,7 @@ STYLE DS_SHELLFONT | WS_POPUP | WS_CAPTION CAPTION "מאפיינים מורחבים" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN + ICON IDI_SHELL_EXTENDED_PROPERTIES, IDI_SHELL_EXTENDED_PROPERTIES, 5, 5, 21, 20, SS_ICON LTEXT "Choose the advanced properties you want for this shortcut.", -1, 5, 30, 210, 10 CHECKBOX "Run with different credentials", 14000, 25, 50, 150, 10 LTEXT "This option can allow you to run the this shortcut as another user, or continue as yourself while protecting your computer and data from unauthorized program activity.", -1, 50, 60, 175, 40 @@ -389,7 +390,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20 LTEXT "Choose the program you want to use to open this file:", -1, 44, 12, 211, 10 - LTEXT "קובץ: ", 14001, 44, 25, 188, 10 + LTEXT "קובץ: ", 14001, 44, 25, 188, 20 GROUPBOX "תוכניות:", -1, 7, 42, 249, 187 CONTROL "Programs", 14002, WC_TREEVIEW, WS_BORDER | WS_TABSTOP | TVS_SHOWSELALWAYS, 16 ,57, 230, 130 AUTOCHECKBOX "&Always use the selected program to open this kind of file", 14003, 20, 193, 225, 10 diff --git a/reactos/dll/win32/shell32/lang/hu-HU.rc b/reactos/dll/win32/shell32/lang/hu-HU.rc index f17a92cf9d8..201ce2d70a6 100644 --- a/reactos/dll/win32/shell32/lang/hu-HU.rc +++ b/reactos/dll/win32/shell32/lang/hu-HU.rc @@ -198,6 +198,7 @@ STYLE DS_SHELLFONT | WS_POPUP | WS_CAPTION CAPTION "Extended Properties" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN + ICON IDI_SHELL_EXTENDED_PROPERTIES, IDI_SHELL_EXTENDED_PROPERTIES, 5, 5, 21, 20, SS_ICON LTEXT "Choose the advanced properties you want for this shortcut.", -1, 5, 30, 210, 10 CHECKBOX "Run with different credentials", 14000, 25, 50, 150, 10 LTEXT "This option can allow you to run the this shortcut as another user, or continue as yourself while protecting your computer and data from unauthorized program activity.", -1, 50, 60, 175, 40 @@ -389,7 +390,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20 LTEXT "Choose the program you want to use to open this file:", -1, 44, 12, 211, 10 - LTEXT "File: ", 14001, 44, 25, 188, 10 + LTEXT "File: ", 14001, 44, 25, 188, 20 GROUPBOX "&Programs", -1, 7, 42, 249, 187 CONTROL "Programs", 14002, WC_TREEVIEW, WS_BORDER | WS_TABSTOP | TVS_SHOWSELALWAYS, 16 ,57, 230, 130 AUTOCHECKBOX "&Always use the selected program to open this kind of file", 14003, 20, 193, 225, 10 diff --git a/reactos/dll/win32/shell32/lang/it-IT.rc b/reactos/dll/win32/shell32/lang/it-IT.rc index 20fc7d14c0f..7f7d3ee04d9 100644 --- a/reactos/dll/win32/shell32/lang/it-IT.rc +++ b/reactos/dll/win32/shell32/lang/it-IT.rc @@ -198,6 +198,7 @@ STYLE DS_SHELLFONT | WS_POPUP | WS_CAPTION CAPTION "Proprietà avanzate" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN + ICON IDI_SHELL_EXTENDED_PROPERTIES, IDI_SHELL_EXTENDED_PROPERTIES, 5, 5, 21, 20, SS_ICON LTEXT "Scegliere le impostazioni avanzate per questo collegamento.", -1, 5, 30, 210, 10 CHECKBOX "Eseguire con credenziali diverse", 14000, 25, 50, 150, 10 LTEXT "Questa opzione permette l'esecuzione del collegamento come se si fosse un altro utente o di proteggere il computer e i dati da attività non autorizzate del programma.", -1, 50, 60, 175, 40 @@ -389,7 +390,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20 LTEXT "Scegliere il programma che volete usare per aprire questo file:", -1, 44, 12, 211, 10 - LTEXT "File: ", 14001, 44, 25, 188, 10 + LTEXT "File: ", 14001, 44, 25, 188, 20 GROUPBOX "&Programmi", -1, 7, 42, 249, 187 CONTROL "Programs", 14002, WC_TREEVIEW, WS_BORDER | WS_TABSTOP | TVS_SHOWSELALWAYS, 16 ,57, 230, 130 AUTOCHECKBOX "&Usare sempre il programma selezionato per aprire questo tipo di file", 14003, 20, 193, 225, 10 diff --git a/reactos/dll/win32/shell32/lang/ja-JP.rc b/reactos/dll/win32/shell32/lang/ja-JP.rc index 327d5e3077e..88d7a141856 100644 --- a/reactos/dll/win32/shell32/lang/ja-JP.rc +++ b/reactos/dll/win32/shell32/lang/ja-JP.rc @@ -198,6 +198,7 @@ STYLE DS_SHELLFONT | WS_POPUP | WS_CAPTION CAPTION "拡張プロパティ" FONT 9, "MS UI Gothic", 0, 0, 0x0 BEGIN + ICON IDI_SHELL_EXTENDED_PROPERTIES, IDI_SHELL_EXTENDED_PROPERTIES, 5, 5, 21, 20, SS_ICON LTEXT "このショートカットに使用する拡張プロパティを選択してください。", -1, 5, 30, 210, 10 CHECKBOX "異なる人物証明情報で実行する", 14000, 25, 50, 150, 10 LTEXT "このオプションを使用するとこのショートカットを別のユーザーとして実行できます。また、自分自身で実行する場合、許可されていないプログラムの活動からコンピュータとデータを保護できます。", -1, 50, 60, 175, 40 @@ -389,7 +390,7 @@ FONT 9, "MS UI Gothic", 0, 0, 0x0 BEGIN ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20 LTEXT "このファイルを開くために使用するプログラムを選択してください:", -1, 44, 12, 211, 10 - LTEXT "ファイル: ", 14001, 44, 25, 188, 10 + LTEXT "ファイル: ", 14001, 44, 25, 188, 20 GROUPBOX "プログラムの一覧(&P)", -1, 7, 42, 249, 187 CONTROL "Programs", 14002, WC_TREEVIEW, WS_BORDER | WS_TABSTOP | TVS_SHOWSELALWAYS, 16 ,57, 230, 130 AUTOCHECKBOX "この種類のファイルを開くときは、常に選択したプログラムを使用する(&A)", 14003, 20, 193, 225, 10 diff --git a/reactos/dll/win32/shell32/lang/ko-KR.rc b/reactos/dll/win32/shell32/lang/ko-KR.rc index 282f235ef7b..64addd78390 100644 --- a/reactos/dll/win32/shell32/lang/ko-KR.rc +++ b/reactos/dll/win32/shell32/lang/ko-KR.rc @@ -198,6 +198,7 @@ STYLE DS_SHELLFONT | WS_POPUP | WS_CAPTION CAPTION "Extended Properties" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN + ICON IDI_SHELL_EXTENDED_PROPERTIES, IDI_SHELL_EXTENDED_PROPERTIES, 5, 5, 21, 20, SS_ICON LTEXT "Choose the advanced properties you want for this shortcut.", -1, 5, 30, 210, 10 CHECKBOX "Run with different credentials", 14000, 25, 50, 150, 10 LTEXT "This option can allow you to run the this shortcut as another user, or continue as yourself while protecting your computer and data from unauthorized program activity.", -1, 50, 60, 175, 40 @@ -389,7 +390,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20 LTEXT "Choose the program you want to use to open this file:", -1, 44, 12, 211, 10 - LTEXT "File: ", 14001, 44, 25, 188, 10 + LTEXT "File: ", 14001, 44, 25, 188, 20 GROUPBOX "&Programs", -1, 7, 42, 249, 187 CONTROL "Programs", 14002, WC_TREEVIEW, WS_BORDER | WS_TABSTOP | TVS_SHOWSELALWAYS, 16 ,57, 230, 130 AUTOCHECKBOX "&Always use the selected program to open this kind of file", 14003, 20, 193, 225, 10 diff --git a/reactos/dll/win32/shell32/lang/nl-NL.rc b/reactos/dll/win32/shell32/lang/nl-NL.rc index 351bb321632..19c792f6b61 100644 --- a/reactos/dll/win32/shell32/lang/nl-NL.rc +++ b/reactos/dll/win32/shell32/lang/nl-NL.rc @@ -198,6 +198,7 @@ STYLE DS_SHELLFONT | WS_POPUP | WS_CAPTION CAPTION "Extended Properties" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN + ICON IDI_SHELL_EXTENDED_PROPERTIES, IDI_SHELL_EXTENDED_PROPERTIES, 5, 5, 21, 20, SS_ICON LTEXT "Choose the advanced properties you want for this shortcut.", -1, 5, 30, 210, 10 CHECKBOX "Run with different credentials", 14000, 25, 50, 150, 10 LTEXT "This option can allow you to run the this shortcut as another user, or continue as yourself while protecting your computer and data from unauthorized program activity.", -1, 50, 60, 175, 40 @@ -389,7 +390,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20 LTEXT "Choose the program you want to use to open this file:", -1, 44, 12, 211, 10 - LTEXT "File: ", 14001, 44, 25, 188, 10 + LTEXT "File: ", 14001, 44, 25, 188, 20 GROUPBOX "&Programs", -1, 7, 42, 249, 187 CONTROL "Programs", 14002, WC_TREEVIEW, WS_BORDER | WS_TABSTOP | TVS_SHOWSELALWAYS, 16 ,57, 230, 130 AUTOCHECKBOX "&Always use the selected program to open this kind of file", 14003, 20, 193, 225, 10 diff --git a/reactos/dll/win32/shell32/lang/no-NO.rc b/reactos/dll/win32/shell32/lang/no-NO.rc index 58f6c31d662..6ee1298c5fd 100644 --- a/reactos/dll/win32/shell32/lang/no-NO.rc +++ b/reactos/dll/win32/shell32/lang/no-NO.rc @@ -198,6 +198,7 @@ STYLE DS_SHELLFONT | WS_POPUP | WS_CAPTION CAPTION "Avanserte egenskaper" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN + ICON IDI_SHELL_EXTENDED_PROPERTIES, IDI_SHELL_EXTENDED_PROPERTIES, 5, 5, 21, 20, SS_ICON LTEXT "Velg avansert egenskaper som du vil for denne snarveien.", -1, 5, 30, 210, 10 CHECKBOX "Kjør som administrator", 14000, 25, 50, 150, 10 LTEXT "Med dette valget kan du kjøre denne snarveien med som en administrator, mens du beskytter din datamaskin og data fra uautorisert program aktivitet.", -1, 50, 60, 175, 40 @@ -389,7 +390,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20 LTEXT "Velg programmet du vil bruke for å åpne denne filen:", -1, 44, 12, 211, 10 - LTEXT "Fil: ", 14001, 44, 25, 188, 10 + LTEXT "Fil: ", 14001, 44, 25, 188, 20 GROUPBOX "&Program", -1, 7, 42, 249, 187 CONTROL "Programs", 14002, WC_TREEVIEW, WS_BORDER | WS_TABSTOP | TVS_SHOWSELALWAYS, 16 ,57, 230, 130 AUTOCHECKBOX "&Alltid bruk valgte program for å åpne denne filtypen", 14003, 20, 193, 225, 10 diff --git a/reactos/dll/win32/shell32/lang/pl-PL.rc b/reactos/dll/win32/shell32/lang/pl-PL.rc index 96365207ba6..4d86f4c342a 100644 --- a/reactos/dll/win32/shell32/lang/pl-PL.rc +++ b/reactos/dll/win32/shell32/lang/pl-PL.rc @@ -198,6 +198,7 @@ STYLE DS_SHELLFONT | WS_POPUP | WS_CAPTION CAPTION "Właściwości zaawansowane" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN + ICON IDI_SHELL_EXTENDED_PROPERTIES, IDI_SHELL_EXTENDED_PROPERTIES, 5, 5, 21, 20, SS_ICON LTEXT "Wybierz właściwości zaawansowane dla tego skrótu.", -1, 5, 30, 210, 10 CHECKBOX "Uruchom z innym Użytkownikiem", 14000, 25, 50, 150, 10 LTEXT "Ta opcja pozwoli ci na uruchomienie skrótu jako inny użytkownik, do ochrony twoich danych przed niepowołanym dostępem.", -1, 50, 60, 175, 40 @@ -389,7 +390,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20 LTEXT "Wybierz program, którego chcesz użyć do otwarcia tego pliku:", -1, 44, 12, 211, 10 - LTEXT "Plik: ", 14001, 44, 25, 188, 10 + LTEXT "Plik: ", 14001, 44, 25, 188, 20 GROUPBOX "&Programy", -1, 7, 42, 249, 187 CONTROL "Programs", 14002, WC_TREEVIEW, WS_BORDER | WS_TABSTOP | TVS_SHOWSELALWAYS, 16 ,57, 230, 130 AUTOCHECKBOX "&Zawsze używaj danego programu do otwierania tego typu plików", 14003, 20, 193, 225, 10 diff --git a/reactos/dll/win32/shell32/lang/pt-BR.rc b/reactos/dll/win32/shell32/lang/pt-BR.rc index 90afe0fa913..eab87cd3ee1 100644 --- a/reactos/dll/win32/shell32/lang/pt-BR.rc +++ b/reactos/dll/win32/shell32/lang/pt-BR.rc @@ -198,6 +198,7 @@ STYLE DS_SHELLFONT | WS_POPUP | WS_CAPTION CAPTION "Propriedades Avançadas" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN + ICON IDI_SHELL_EXTENDED_PROPERTIES, IDI_SHELL_EXTENDED_PROPERTIES, 5, 5, 21, 20, SS_ICON LTEXT "Escolha as propriedades avançadas para este atalho.", -1, 5, 30, 210, 10 CHECKBOX "Executar com credenciais diferentes", 14000, 25, 50, 150, 10 LTEXT "Esta opção permite você executar este atalho como outro usuário, ou continuar como si próprio enquanto protege seu computador e dados de atividades de programas não autorizados.", -1, 50, 60, 175, 40 @@ -389,7 +390,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20 LTEXT "Escolha o programa para abrir este arquivo:", -1, 44, 12, 211, 10 - LTEXT "Arquivo: ", 14001, 44, 25, 188, 10 + LTEXT "Arquivo: ", 14001, 44, 25, 188, 20 GROUPBOX "&Programas", -1, 7, 42, 249, 187 CONTROL "Programas", 14002, WC_TREEVIEW, WS_BORDER | WS_TABSTOP | TVS_SHOWSELALWAYS, 16 ,57, 230, 130 AUTOCHECKBOX "&Sempre usar o programa selecionado para abrir este tipo de arquivo", 14003, 20, 193, 225, 10 diff --git a/reactos/dll/win32/shell32/lang/pt-PT.rc b/reactos/dll/win32/shell32/lang/pt-PT.rc index b2977fce80c..91cfc10e07f 100644 --- a/reactos/dll/win32/shell32/lang/pt-PT.rc +++ b/reactos/dll/win32/shell32/lang/pt-PT.rc @@ -198,6 +198,7 @@ STYLE DS_SHELLFONT | WS_POPUP | WS_CAPTION CAPTION "Propriedades Avançadas" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN + ICON IDI_SHELL_EXTENDED_PROPERTIES, IDI_SHELL_EXTENDED_PROPERTIES, 5, 5, 21, 20, SS_ICON LTEXT "Escolha as propriedades avançadas que quer para este atalho.", -1, 5, 30, 210, 10 CHECKBOX "Executar com diferentes credenciais", 14000, 25, 50, 150, 10 LTEXT "Esta opção permite executar este atalho como outro utilizador, ou continue com a sua conta enquanto protege o seu computador e dados contra actividade de programas não autorizados.", -1, 50, 60, 175, 40 @@ -389,7 +390,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20 LTEXT "Escolha o programa que quer utilizar para abrir este ficheiro:", -1, 44, 12, 211, 10 - LTEXT "Ficheiro: ", 14001, 44, 25, 188, 10 + LTEXT "Ficheiro: ", 14001, 44, 25, 188, 20 GROUPBOX "&Programas", -1, 7, 42, 249, 187 CONTROL "Programs", 14002, WC_TREEVIEW, WS_BORDER | WS_TABSTOP | TVS_SHOWSELALWAYS, 16 ,57, 230, 130 AUTOCHECKBOX "&Utilizar sempre o programa seleccionado para abrir este tipo de ficheiros", 14003, 20, 193, 225, 10 diff --git a/reactos/dll/win32/shell32/lang/ro-RO.rc b/reactos/dll/win32/shell32/lang/ro-RO.rc index 9b14c1467dc..fcb21dd58d0 100644 --- a/reactos/dll/win32/shell32/lang/ro-RO.rc +++ b/reactos/dll/win32/shell32/lang/ro-RO.rc @@ -200,6 +200,7 @@ STYLE DS_SHELLFONT | WS_POPUP | WS_CAPTION CAPTION "Proprietăți avansate" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN + ICON IDI_SHELL_EXTENDED_PROPERTIES, IDI_SHELL_EXTENDED_PROPERTIES, 5, 5, 21, 20, SS_ICON LTEXT "Specificați proprietățile avansate dorite pentru această scurtătură.", -1, 5, 30, 210, 10 CHECKBOX "Execută sub o identitate explicită", 14000, 25, 50, 150, 10 LTEXT "Această opțiune vă permite execuția scurtăturii sub autoritatea unui alt utilizator sau continuarea folosirii scurtăturii în mod securizat, protejând astfel calculatorul de activități neautorizate.", -1, 50, 60, 175, 40 @@ -391,7 +392,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20 LTEXT "Specificați programul folosit pentru deschiderea acestui fișier:", -1, 44, 12, 211, 10 - LTEXT "Fișier: ", 14001, 44, 25, 188, 10 + LTEXT "Fișier: ", 14001, 44, 25, 188, 20 GROUPBOX "&Programe", -1, 7, 42, 249, 187 CONTROL "Programs", 14002, WC_TREEVIEW, WS_BORDER | WS_TABSTOP | TVS_SHOWSELALWAYS, 16 ,57, 230, 130 AUTOCHECKBOX "&Utilizează întotdeauna această aplicație", 14003, 20, 198, 225, 10 diff --git a/reactos/dll/win32/shell32/lang/ru-RU.rc b/reactos/dll/win32/shell32/lang/ru-RU.rc index 7b8484a3939..ba14700537b 100644 --- a/reactos/dll/win32/shell32/lang/ru-RU.rc +++ b/reactos/dll/win32/shell32/lang/ru-RU.rc @@ -200,6 +200,7 @@ STYLE DS_SHELLFONT | WS_POPUP | WS_CAPTION CAPTION "Дополнительные свойства" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN + ICON IDI_SHELL_EXTENDED_PROPERTIES, IDI_SHELL_EXTENDED_PROPERTIES, 5, 5, 21, 20, SS_ICON LTEXT "Установите нужные свойства для этого ярлыка.", -1, 5, 30, 210, 10 CHECKBOX "Запускать с другими учетными данными", 14000, 25, 50, 150, 10 LTEXT "Позволяет использовать этот ярлык для запуска программы от &имени администратора, в то же время продолжая работу от своего имени, что защищает компьютер от несанкционированных действий других программ.", -1, 50, 60, 175, 40 @@ -391,7 +392,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20 LTEXT "Выберите программу для открытия этого файла.", -1, 44, 12, 211, 10 - LTEXT "Файл: ", 14001, 44, 25, 188, 10 + LTEXT "Файл: ", 14001, 44, 25, 188, 20 GROUPBOX "Программы", -1, 7, 42, 249, 187 CONTROL "Programs", 14002, WC_TREEVIEW, WS_BORDER | WS_TABSTOP | TVS_SHOWSELALWAYS, 16 ,57, 230, 130 AUTOCHECKBOX "&Использовать ее для всех файлов такого типа", 14003, 20, 193, 225, 10 diff --git a/reactos/dll/win32/shell32/lang/sk-SK.rc b/reactos/dll/win32/shell32/lang/sk-SK.rc index af60ef706af..1786e696039 100644 --- a/reactos/dll/win32/shell32/lang/sk-SK.rc +++ b/reactos/dll/win32/shell32/lang/sk-SK.rc @@ -198,6 +198,7 @@ STYLE DS_SHELLFONT | WS_POPUP | WS_CAPTION CAPTION "Rozšírené vlastnosti" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN + ICON IDI_SHELL_EXTENDED_PROPERTIES, IDI_SHELL_EXTENDED_PROPERTIES, 5, 5, 21, 20, SS_ICON LTEXT "Vyberte rozšírené vlastnosti určené pre tento odkaz.", -1, 5, 30, 210, 10 CHECKBOX "&Spustiť s inými povereniami", 14000, 25, 50, 150, 10 LTEXT "Táto možnosť umožňuje spustiť tento odkaz ako iný používateľ, alebo pokračovať so svojím používateľským oprávnením, ale s ochranou počítača a údajov pred neoprávnenými aktivitami programu.", -1, 50, 60, 170, 40 @@ -389,7 +390,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20 LTEXT "Vyberte program, v ktorom sa má otvoriť tento súbor:", -1, 44, 12, 211, 10 - LTEXT "Súbor: ", 14001, 44, 25, 188, 10 + LTEXT "Súbor: ", 14001, 44, 25, 188, 20 GROUPBOX "&Programy", -1, 7, 42, 249, 187 CONTROL "Programs", 14002, WC_TREEVIEW, WS_BORDER | WS_TABSTOP | TVS_SHOWSELALWAYS, 16 ,57, 230, 130 AUTOCHECKBOX "N&a otvorenie týchto súborov vždy použiť vybratý program", 14003, 20, 193, 225, 10 diff --git a/reactos/dll/win32/shell32/lang/sl-SI.rc b/reactos/dll/win32/shell32/lang/sl-SI.rc index a392f1d2f0d..3334ea1ed15 100644 --- a/reactos/dll/win32/shell32/lang/sl-SI.rc +++ b/reactos/dll/win32/shell32/lang/sl-SI.rc @@ -198,6 +198,7 @@ STYLE DS_SHELLFONT | WS_POPUP | WS_CAPTION CAPTION "Extended Properties" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN + ICON IDI_SHELL_EXTENDED_PROPERTIES, IDI_SHELL_EXTENDED_PROPERTIES, 5, 5, 21, 20, SS_ICON LTEXT "Choose the advanced properties you want for this shortcut.", -1, 5, 30, 210, 10 CHECKBOX "Run with different credentials", 14000, 25, 50, 150, 10 LTEXT "This option can allow you to run the this shortcut as another user, or continue as yourself while protecting your computer and data from unauthorized program activity.", -1, 50, 60, 175, 40 @@ -389,7 +390,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20 LTEXT "Choose the program you want to use to open this file:", -1, 44, 12, 211, 10 - LTEXT "File: ", 14001, 44, 25, 188, 10 + LTEXT "File: ", 14001, 44, 25, 188, 20 GROUPBOX "&Programs", -1, 7, 42, 249, 187 CONTROL "Programs", 14002, WC_TREEVIEW, WS_BORDER | WS_TABSTOP | TVS_SHOWSELALWAYS, 16 ,57, 230, 130 AUTOCHECKBOX "&Always use the selected program to open this kind of file", 14003, 20, 193, 225, 10 diff --git a/reactos/dll/win32/shell32/lang/sq-AL.rc b/reactos/dll/win32/shell32/lang/sq-AL.rc index 071c3314c98..14ec1bef823 100644 --- a/reactos/dll/win32/shell32/lang/sq-AL.rc +++ b/reactos/dll/win32/shell32/lang/sq-AL.rc @@ -202,6 +202,7 @@ STYLE DS_SHELLFONT | WS_POPUP | WS_CAPTION CAPTION "Karakteristika Zgjeruara" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN + ICON IDI_SHELL_EXTENDED_PROPERTIES, IDI_SHELL_EXTENDED_PROPERTIES, 5, 5, 21, 20, SS_ICON LTEXT "Zgjidhni karakteristikat e avancuara që ju dëshironi për këtë ikonë.", -1, 5, 30, 210, 10 CHECKBOX "Ekzekuto me kredenciale të ndryshme", 14000, 25, 50, 150, 10 LTEXT "Ky opsion mund të lejojë për të drejtuar këtë ikonë si një përdorues tjetër, ose të vazhdojë si veten tënde, duke mbrojtur kompjuterin tuaj dhe të dhënat nga aktiviteti i paautorizuar i programit.", -1, 50, 60, 175, 40 @@ -393,7 +394,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20 LTEXT "Zgjidhni programin që dëshironi të përdorni për të hapur këtë dokument:", -1, 44, 12, 211, 10 - LTEXT "Dokument: ", 14001, 44, 25, 188, 10 + LTEXT "Dokument: ", 14001, 44, 25, 188, 20 GROUPBOX "&Programe", -1, 7, 42, 249, 187 CONTROL "Programe", 14002, WC_TREEVIEW, WS_BORDER | WS_TABSTOP | TVS_SHOWSELALWAYS, 16 ,57, 230, 130 AUTOCHECKBOX "&Gjithmonë përdorni programin e përzgjedhur për të hapur këtë lloj dokumenti", 14003, 20, 193, 225, 10 diff --git a/reactos/dll/win32/shell32/lang/sv-SE.rc b/reactos/dll/win32/shell32/lang/sv-SE.rc index 817eb22804c..5bcc26eca2e 100644 --- a/reactos/dll/win32/shell32/lang/sv-SE.rc +++ b/reactos/dll/win32/shell32/lang/sv-SE.rc @@ -198,6 +198,7 @@ STYLE DS_SHELLFONT | WS_POPUP | WS_CAPTION CAPTION "Extended Properties" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN + ICON IDI_SHELL_EXTENDED_PROPERTIES, IDI_SHELL_EXTENDED_PROPERTIES, 5, 5, 21, 20, SS_ICON LTEXT "Choose the advanced properties you want for this shortcut.", -1, 5, 30, 210, 10 CHECKBOX "Run with different credentials", 14000, 25, 50, 150, 10 LTEXT "This option can allow you to run the this shortcut as another user, or continue as yourself while protecting your computer and data from unauthorized program activity.", -1, 50, 60, 175, 40 @@ -389,7 +390,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20 LTEXT "Choose the program you want to use to open this file:", -1, 44, 12, 211, 10 - LTEXT "File: ", 14001, 44, 25, 188, 10 + LTEXT "File: ", 14001, 44, 25, 188, 20 GROUPBOX "&Programs", -1, 7, 42, 249, 187 CONTROL "Programs", 14002, WC_TREEVIEW, WS_BORDER | WS_TABSTOP | TVS_SHOWSELALWAYS, 16 ,57, 230, 130 AUTOCHECKBOX "&Always use the selected program to open this kind of file", 14003, 20, 193, 225, 10 diff --git a/reactos/dll/win32/shell32/lang/tr-TR.rc b/reactos/dll/win32/shell32/lang/tr-TR.rc index 9ce2b45b335..722a95f0c69 100644 --- a/reactos/dll/win32/shell32/lang/tr-TR.rc +++ b/reactos/dll/win32/shell32/lang/tr-TR.rc @@ -198,6 +198,7 @@ STYLE DS_SHELLFONT | WS_POPUP | WS_CAPTION CAPTION "Gelişmiş Özellikler" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN + ICON IDI_SHELL_EXTENDED_PROPERTIES, IDI_SHELL_EXTENDED_PROPERTIES, 5, 5, 21, 20, SS_ICON LTEXT "Bu kısayolda istediğiniz gelişmiş özellikleri seçin.", -1, 5, 30, 210, 10 CHECKBOX "&Farklı kimlik bilgisiyle çalıştır", 14000, 25, 50, 150, 10 LTEXT "Bu seçenek bu kısayolu başka bir kullanıcı olarak çalıştırmanızı ya da bilgisayar ve verilerinizi yetkisiz program işlemlerinden korumak için kendiniz olarak devam etmenizi sağlar.", -1, 50, 60, 175, 40 @@ -389,7 +390,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20 LTEXT "Bu dosyayı açmak için kullanacağınız programı seçin:", -1, 44, 12, 211, 10 - LTEXT "Dosya: ", 14001, 44, 25, 188, 10 + LTEXT "Dosya: ", 14001, 44, 25, 188, 20 GROUPBOX "&Programlar", -1, 7, 42, 249, 187 CONTROL "Programlar", 14002, WC_TREEVIEW, WS_BORDER | WS_TABSTOP | TVS_SHOWSELALWAYS, 16 ,57, 230, 130 AUTOCHECKBOX "Bu tür dosyaları açmak içi&n her zaman seçili programı kullan", 14003, 20, 193, 225, 10 diff --git a/reactos/dll/win32/shell32/lang/uk-UA.rc b/reactos/dll/win32/shell32/lang/uk-UA.rc index 2e8d631d06c..989d8dda822 100644 --- a/reactos/dll/win32/shell32/lang/uk-UA.rc +++ b/reactos/dll/win32/shell32/lang/uk-UA.rc @@ -198,6 +198,7 @@ STYLE DS_SHELLFONT | WS_POPUP | WS_CAPTION CAPTION "Додаткові властивості" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN + ICON IDI_SHELL_EXTENDED_PROPERTIES, IDI_SHELL_EXTENDED_PROPERTIES, 5, 5, 21, 20, SS_ICON LTEXT "Виберіть потрібні властивості для цього ярлика.", -1, 5, 30, 210, 10 CHECKBOX "Запускати з іншими обліковими даними", 14000, 25, 50, 150, 10 LTEXT "Цей параметр дозволяє використовувати цей ярлик від імені іншого користувача або продовжувати роботу від свого імені, що захищає комп'ютер й дані від несанкціонованих дій програми.", -1, 50, 60, 175, 40 @@ -389,7 +390,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20 LTEXT "Виберіть програму, за допомогою якої слід відкрити цей файл.", -1, 44, 12, 234, 10 - LTEXT "Файл: ", 14001, 44, 25, 188, 10 + LTEXT "Файл: ", 14001, 44, 25, 188, 20 GROUPBOX "&Програми", -1, 7, 42, 249, 187 CONTROL "Programs", 14002, WC_TREEVIEW, WS_BORDER | WS_TABSTOP | TVS_SHOWSELALWAYS, 16 ,57, 230, 130 AUTOCHECKBOX "Завжд&и використовувати цю програму для файлів цього типу", 14003, 20, 193, 225, 10 diff --git a/reactos/dll/win32/shell32/lang/zh-CN.rc b/reactos/dll/win32/shell32/lang/zh-CN.rc index e2612c0ad3f..59a9d34486b 100644 --- a/reactos/dll/win32/shell32/lang/zh-CN.rc +++ b/reactos/dll/win32/shell32/lang/zh-CN.rc @@ -207,6 +207,7 @@ STYLE DS_SHELLFONT | WS_POPUP | WS_CAPTION CAPTION "Extended Properties" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN + ICON IDI_SHELL_EXTENDED_PROPERTIES, IDI_SHELL_EXTENDED_PROPERTIES, 5, 5, 21, 20, SS_ICON LTEXT "Choose the advanced properties you want for this shortcut.", -1, 5, 30, 210, 10 CHECKBOX "Run with different credentials", 14000, 25, 50, 150, 10 LTEXT "This option can allow you to run the this shortcut as another user, or continue as yourself while protecting your computer and data from unauthorized program activity.", -1, 50, 60, 175, 40 @@ -398,7 +399,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20 LTEXT "Choose the program you want to use to open this file:", -1, 44, 12, 211, 10 - LTEXT "File: ", 14001, 44, 25, 188, 10 + LTEXT "File: ", 14001, 44, 25, 188, 20 GROUPBOX "&Programs", -1, 7, 42, 249, 187 CONTROL "Programs", 14002, WC_TREEVIEW, WS_BORDER | WS_TABSTOP | TVS_SHOWSELALWAYS, 16 ,57, 230, 130 AUTOCHECKBOX "&Always use the selected program to open this kind of file", 14003, 20, 193, 225, 10 diff --git a/reactos/dll/win32/shell32/lang/zh-TW.rc b/reactos/dll/win32/shell32/lang/zh-TW.rc index 8292374a3f8..a7b1af20edb 100644 --- a/reactos/dll/win32/shell32/lang/zh-TW.rc +++ b/reactos/dll/win32/shell32/lang/zh-TW.rc @@ -206,6 +206,7 @@ STYLE DS_SHELLFONT | WS_POPUP | WS_CAPTION CAPTION "Extended Properties" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN + ICON IDI_SHELL_EXTENDED_PROPERTIES, IDI_SHELL_EXTENDED_PROPERTIES, 5, 5, 21, 20, SS_ICON LTEXT "Choose the advanced properties you want for this shortcut.", -1, 5, 30, 210, 10 CHECKBOX "Run with different credentials", 14000, 25, 50, 150, 10 LTEXT "This option can allow you to run the this shortcut as another user, or continue as yourself while protecting your computer and data from unauthorized program activity.", -1, 50, 60, 175, 40 @@ -397,7 +398,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20 LTEXT "Choose the program you want to use to open this file:", -1, 44, 12, 211, 10 - LTEXT "File: ", 14001, 44, 25, 188, 10 + LTEXT "File: ", 14001, 44, 25, 188, 20 GROUPBOX "&Programs", -1, 7, 42, 249, 187 CONTROL "Programs", 14002, WC_TREEVIEW, WS_BORDER | WS_TABSTOP | TVS_SHOWSELALWAYS, 16 ,57, 230, 130 AUTOCHECKBOX "&Always use the selected program to open this kind of file", 14003, 20, 193, 225, 10 diff --git a/reactos/dll/win32/shell32/res/icons/280.ico b/reactos/dll/win32/shell32/res/icons/280.ico new file mode 100644 index 0000000000000000000000000000000000000000..b2a828acb5caeb76dd5138f0fdb0e058d507f80f GIT binary patch literal 8302 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 XKvM|@;Mw_B`6kXl!>HkZAE*2iCs(El literal 0 HcmV?d00001 diff --git a/reactos/dll/win32/shell32/shresdef.h b/reactos/dll/win32/shell32/shresdef.h index dced58642c5..40106b3eecb 100644 --- a/reactos/dll/win32/shell32/shresdef.h +++ b/reactos/dll/win32/shell32/shresdef.h @@ -426,6 +426,7 @@ #define IDI_SHELL_TUNES 277 /* TODO: 278.ico */ #define IDI_SHELL_USER_ACCOUNTS 279 +#define IDI_SHELL_EXTENDED_PROPERTIES 280 /* TODO: 281.ico, 282.ico, 283.ico, 284.ico */ #define IDI_SHELL_HELP_FILE 289 #define IDI_SHELL_GO 290