Author: gedmurphy
Date: Thu May 26 21:43:27 2011
New Revision: 51938
URL:
http://svn.reactos.org/svn/reactos?rev=51938&view=rev
Log:
[SHELL32_NEW]
- Merge 51586, 51592, 51596
Modified:
branches/shell32_new-bringup/dll/win32/shell32/folder_options.cpp
branches/shell32_new-bringup/dll/win32/shell32/lang/bg-BG.rc
branches/shell32_new-bringup/dll/win32/shell32/lang/ca-ES.rc
branches/shell32_new-bringup/dll/win32/shell32/lang/cs-CZ.rc
branches/shell32_new-bringup/dll/win32/shell32/lang/da-DK.rc
branches/shell32_new-bringup/dll/win32/shell32/lang/de-DE.rc
branches/shell32_new-bringup/dll/win32/shell32/lang/el-GR.rc
branches/shell32_new-bringup/dll/win32/shell32/lang/en-GB.rc
branches/shell32_new-bringup/dll/win32/shell32/lang/en-US.rc
branches/shell32_new-bringup/dll/win32/shell32/lang/es-ES.rc
branches/shell32_new-bringup/dll/win32/shell32/lang/fi-FI.rc
branches/shell32_new-bringup/dll/win32/shell32/lang/fr-FR.rc
branches/shell32_new-bringup/dll/win32/shell32/lang/hu-HU.rc
branches/shell32_new-bringup/dll/win32/shell32/lang/it-IT.rc
branches/shell32_new-bringup/dll/win32/shell32/lang/ja-JP.rc
branches/shell32_new-bringup/dll/win32/shell32/lang/ko-KR.rc
branches/shell32_new-bringup/dll/win32/shell32/lang/nl-NL.rc
branches/shell32_new-bringup/dll/win32/shell32/lang/no-NO.rc
branches/shell32_new-bringup/dll/win32/shell32/lang/pl-PL.rc
branches/shell32_new-bringup/dll/win32/shell32/lang/pt-BR.rc
branches/shell32_new-bringup/dll/win32/shell32/lang/pt-PT.rc
branches/shell32_new-bringup/dll/win32/shell32/lang/ro-RO.rc
branches/shell32_new-bringup/dll/win32/shell32/lang/ru-RU.rc
branches/shell32_new-bringup/dll/win32/shell32/lang/sk-SK.rc
branches/shell32_new-bringup/dll/win32/shell32/lang/sl-SI.rc
branches/shell32_new-bringup/dll/win32/shell32/lang/sv-SE.rc
branches/shell32_new-bringup/dll/win32/shell32/lang/tr-TR.rc
branches/shell32_new-bringup/dll/win32/shell32/lang/uk-UA.rc
branches/shell32_new-bringup/dll/win32/shell32/lang/zh-CN.rc
branches/shell32_new-bringup/dll/win32/shell32/lang/zh-TW.rc
branches/shell32_new-bringup/dll/win32/shell32/shresdef.h
Modified: branches/shell32_new-bringup/dll/win32/shell32/folder_options.cpp
URL:
http://svn.reactos.org/svn/reactos/branches/shell32_new-bringup/dll/win32/s…
==============================================================================
--- branches/shell32_new-bringup/dll/win32/shell32/folder_options.cpp [iso-8859-1]
(original)
+++ branches/shell32_new-bringup/dll/win32/shell32/folder_options.cpp [iso-8859-1] Thu May
26 21:43:27 2011
@@ -398,7 +398,7 @@
{
LPNMLISTVIEW lppl;
LVITEMW lvItem;
- WCHAR Buffer[200], FormatBuffer[100];
+ WCHAR Buffer[255], FormatBuffer[255];
PFOLDER_FILE_TYPE_ENTRY pItem;
OPENASINFO Info;
@@ -450,6 +450,16 @@
swprintf(Buffer, FormatBuffer, &pItem->FileExtension[1]);
/* update dialog */
SendDlgItemMessageW(hwndDlg, 14003, WM_SETTEXT, 0,
(LPARAM)Buffer);
+
+ if (!LoadStringW(shell32_hInstance, IDS_FILE_DETAILSADV,
FormatBuffer, sizeof(FormatBuffer) / sizeof(WCHAR)))
+ {
+ /* use default english format string */
+ wcscpy(FormatBuffer, L"Files with extension '%s'
are of type '%s'. To change settings that affect all '%s' files, click
Advanced.");
+ }
+ /* format buffer */
+ swprintf(Buffer, FormatBuffer, &pItem->FileExtension[1],
&pItem->FileDescription[0], &pItem->FileDescription[0]);
+ /* update dialog */
+ SendDlgItemMessageW(hwndDlg, 14007, WM_SETTEXT, 0,
(LPARAM)Buffer);
}
}
break;
Modified: branches/shell32_new-bringup/dll/win32/shell32/lang/bg-BG.rc
URL:
http://svn.reactos.org/svn/reactos/branches/shell32_new-bringup/dll/win32/s…
==============================================================================
--- branches/shell32_new-bringup/dll/win32/shell32/lang/bg-BG.rc [iso-8859-1] (original)
+++ branches/shell32_new-bringup/dll/win32/shell32/lang/bg-BG.rc [iso-8859-1] Thu May 26
21:43:27 2011
@@ -423,7 +423,7 @@
//ICON
LTEXT "Èìå íà ïðèëîæåíèå", 14005, 100, 140, 40, 10
PUSHBUTTON "Ïðî&ìÿíà...", 14006, 180, 140, 50, 14, WS_TABSTOP
-LTEXT "Ôàéëîâåòå ñ ðàçøèðåíèå '%s' ñà îò âèäà '%s'.\nÇà äà ïðîìåíèòå
íàñòðîéêèòå, çà âñè÷êè '%s'\nôàéëîâå, íàòèñíåòå Ðàçøèðåíè.", 14007, 12,
155, 160, 32
+LTEXT "", 14007, 12, 155, 160, 32
PUSHBUTTON "Ðàç&øèðåíè", 14008, 180, 175, 50, 14, WS_TABSTOP
END
@@ -759,8 +759,13 @@
IDS_COPY_OF "Ïðåçàïèñ íà"
IDS_SHLEXEC_NOASSOC "Íÿìà ïðèëîæåíèå çà Óèíäîóñ, íàñòðîåíî äà îòâàðÿ òîçè
âèä ôàéëîâå."
-END
-
-
-
-
+
+ IDS_FILE_DETAILS "Ïîäðîáíîñòè çà ðàçøèðåíèå '%s"
+ IDS_FILE_DETAILSADV "Ôàéëîâåòå ñ ðàçøèðåíèå '%s' ñà îò âèäà
'%s'. Çà äà ïðîìåíèòå íàñòðîéêèòå, çà âñè÷êè '%s' ôàéëîâå, íàòèñíåòå
Ðàçøèðåíè."
+ IDS_FILE_TYPES "FileTypes"
+ IDS_COLUMN_EXTENSION "Extensions"
+END
+
+
+
+
Modified: branches/shell32_new-bringup/dll/win32/shell32/lang/ca-ES.rc
URL:
http://svn.reactos.org/svn/reactos/branches/shell32_new-bringup/dll/win32/s…
==============================================================================
--- branches/shell32_new-bringup/dll/win32/shell32/lang/ca-ES.rc [iso-8859-1] (original)
+++ branches/shell32_new-bringup/dll/win32/shell32/lang/ca-ES.rc [iso-8859-1] Thu May 26
21:43:27 2011
@@ -424,7 +424,7 @@
//ICON
LTEXT "Appname", 14005, 100, 140, 40, 10
PUSHBUTTON "&Change...", 14006, 180, 140, 50, 14, WS_TABSTOP
-LTEXT "Files with extension '%s' are of type '%s'. To\nchange
settings that affect all '%s' files, click\nAdvanced.", 14007, 12, 155, 160,
30
+LTEXT "", 14007, 12, 155, 160, 30
PUSHBUTTON "Ad&vanced", 14008, 180, 175, 50, 14, WS_TABSTOP
END
@@ -758,4 +758,9 @@
IDS_COPY_OF "Copy of"
IDS_SHLEXEC_NOASSOC "There is no Windows program configured to open this
type of file."
-END
+
+ IDS_FILE_DETAILS "Details for '%s' extension"
+ IDS_FILE_DETAILSADV "Files with extension '%s' are of type
'%s'. To change settings that affect all '%s' files, click
Advanced."
+ IDS_FILE_TYPES "FileTypes"
+ IDS_COLUMN_EXTENSION "Extensions"
+END
Modified: branches/shell32_new-bringup/dll/win32/shell32/lang/cs-CZ.rc
URL:
http://svn.reactos.org/svn/reactos/branches/shell32_new-bringup/dll/win32/s…
==============================================================================
--- branches/shell32_new-bringup/dll/win32/shell32/lang/cs-CZ.rc [iso-8859-1] (original)
+++ branches/shell32_new-bringup/dll/win32/shell32/lang/cs-CZ.rc [iso-8859-1] Thu May 26
21:43:27 2011
@@ -412,7 +412,7 @@
//ICON
LTEXT "Appname", 14005, 100, 140, 40, 10
PUSHBUTTON "&Zmìnit...", 14006, 180, 140, 50, 14, WS_TABSTOP
-LTEXT "Soubory s pøíponou '%s' jsou typu '%s'. Kliknutím\nna
tlaèítko Pokroèilé lze zmìnit nastavení pro vechny\nsoubory '%s'.", 14007,
12, 155, 160, 30
+LTEXT "", 14007, 12, 155, 160, 30
PUSHBUTTON "&Pokroèilé", 14008, 180, 175, 50, 14, WS_TABSTOP
END
@@ -745,4 +745,9 @@
IDS_COPY_OF "Kopie "
IDS_SHLEXEC_NOASSOC "Pro otevøení tohoto souboru není nakonfigurován ádný
program."
-END
+
+ IDS_FILE_DETAILS "Podrobnosti pro typ souborù '%s'"
+ IDS_FILE_DETAILSADV "Soubory s pøíponou '%s' jsou typu
'%s'. Kliknutím na tlaèítko Pokroèilé lze zmìnit nastavení pro vechny soubory
'%s'."
+ IDS_FILE_TYPES "FileTypes"
+ IDS_COLUMN_EXTENSION "Extensions"
+END
Modified: branches/shell32_new-bringup/dll/win32/shell32/lang/da-DK.rc
URL:
http://svn.reactos.org/svn/reactos/branches/shell32_new-bringup/dll/win32/s…
==============================================================================
--- branches/shell32_new-bringup/dll/win32/shell32/lang/da-DK.rc [iso-8859-1] (original)
+++ branches/shell32_new-bringup/dll/win32/shell32/lang/da-DK.rc [iso-8859-1] Thu May 26
21:43:27 2011
@@ -413,7 +413,7 @@
//ICON
LTEXT "Appname", 14005, 100, 140, 40, 10
PUSHBUTTON "&Change...", 14006, 180, 140, 50, 14, WS_TABSTOP
-LTEXT "Files with extension '%s' are of type '%s'. To\nchange
settings that affect all '%s' files, click\nAdvanced.", 14007, 12, 155, 160,
30
+LTEXT "", 14007, 12, 155, 160, 30
PUSHBUTTON "Ad&vanced", 14008, 180, 175, 50, 14, WS_TABSTOP
END
@@ -747,4 +747,9 @@
IDS_COPY_OF "Copy of"
IDS_SHLEXEC_NOASSOC "There is no Windows program configured to open this
type of file."
-END
+
+ IDS_FILE_DETAILS "Details for '%s' extension"
+ IDS_FILE_DETAILSADV "Files with extension '%s' are of type
'%s'. To change settings that affect all '%s' files, click
Advanced."
+ IDS_FILE_TYPES "FileTypes"
+ IDS_COLUMN_EXTENSION "Extensions"
+END
Modified: branches/shell32_new-bringup/dll/win32/shell32/lang/de-DE.rc
URL:
http://svn.reactos.org/svn/reactos/branches/shell32_new-bringup/dll/win32/s…
==============================================================================
--- branches/shell32_new-bringup/dll/win32/shell32/lang/de-DE.rc [iso-8859-1] (original)
+++ branches/shell32_new-bringup/dll/win32/shell32/lang/de-DE.rc [iso-8859-1] Thu May 26
21:43:27 2011
@@ -427,7 +427,7 @@
//ICON
LTEXT "Anwendungsname", 14005, 100, 140, 40, 10
PUSHBUTTON "Än&dern...", 14006, 180, 140, 50, 14, WS_TABSTOP
- LTEXT "Um\ndie Einstellungen, die alle Dateien des Typs '%s' betreffen zu
ändern, klicken Sie auf Erweitert.", 14007, 12, 155, 160, 30
+ LTEXT "", 14007, 12, 155, 160, 30
PUSHBUTTON "&Erweitert", 14008, 180, 175, 50, 14, WS_TABSTOP
END
@@ -762,4 +762,9 @@
IDS_COPY_OF "Kopie von"
IDS_SHLEXEC_NOASSOC "Es ist kein Programm mit diesem Dateityp
verknüpft."
-END
+
+ IDS_FILE_DETAILS "Details zum Dateityp '%s'"
+ IDS_FILE_DETAILSADV "Um die Einstellungen, die alle Dateien des Typs
'%s' betreffen zu ändern, klicken Sie auf Erweitert."
+ IDS_FILE_TYPES "Dateitypen"
+ IDS_COLUMN_EXTENSION "Erweiterungen"
+END
Modified: branches/shell32_new-bringup/dll/win32/shell32/lang/el-GR.rc
URL:
http://svn.reactos.org/svn/reactos/branches/shell32_new-bringup/dll/win32/s…
==============================================================================
--- branches/shell32_new-bringup/dll/win32/shell32/lang/el-GR.rc [iso-8859-1] (original)
+++ branches/shell32_new-bringup/dll/win32/shell32/lang/el-GR.rc [iso-8859-1] Thu May 26
21:43:27 2011
@@ -424,7 +424,7 @@
//ICON
LTEXT "Appname", 14005, 100, 140, 40, 10
PUSHBUTTON "&Change...", 14006, 180, 140, 50, 14, WS_TABSTOP
-LTEXT "Files with extension '%s' are of type '%s'. To\nchange
settings that affect all '%s' files, click\nAdvanced.", 14007, 12, 155, 160,
30
+LTEXT "", 14007, 12, 155, 160, 30
PUSHBUTTON "Ad&vanced", 14008, 180, 175, 50, 14, WS_TABSTOP
END
@@ -759,4 +759,9 @@
IDS_COPY_OF "Copy of"
IDS_SHLEXEC_NOASSOC "There is no Windows program configured to open this
type of file."
-END
+
+ IDS_FILE_DETAILS "Details for '%s' extension"
+ IDS_FILE_DETAILSADV "Files with extension '%s' are of type
'%s'. To change settings that affect all '%s' files, click
Advanced."
+ IDS_FILE_TYPES "FileTypes"
+ IDS_COLUMN_EXTENSION "Extensions"
+END
Modified: branches/shell32_new-bringup/dll/win32/shell32/lang/en-GB.rc
URL:
http://svn.reactos.org/svn/reactos/branches/shell32_new-bringup/dll/win32/s…
==============================================================================
--- branches/shell32_new-bringup/dll/win32/shell32/lang/en-GB.rc [iso-8859-1] (original)
+++ branches/shell32_new-bringup/dll/win32/shell32/lang/en-GB.rc [iso-8859-1] Thu May 26
21:43:27 2011
@@ -424,7 +424,7 @@
//ICON
LTEXT "Appname", 14005, 100, 140, 40, 10
PUSHBUTTON "&Change...", 14006, 180, 140, 50, 14, WS_TABSTOP
-LTEXT "Files with extension '%s' are of type '%s'. To\nchange
settings that affect all '%s' files, click\nAdvanced.", 14007, 12, 155, 160,
30
+LTEXT "", 14007, 12, 155, 160, 30
PUSHBUTTON "Ad&vanced", 14008, 180, 175, 50, 14, WS_TABSTOP
END
@@ -758,4 +758,9 @@
IDS_COPY_OF "Copy of"
IDS_SHLEXEC_NOASSOC "There is no Windows program configured to open this
type of file."
-END
+
+ IDS_FILE_DETAILS "Details for '%s' extension"
+ IDS_FILE_DETAILSADV "Files with extension '%s' are of type
'%s'. To change settings that affect all '%s' files, click
Advanced."
+ IDS_FILE_TYPES "FileTypes"
+ IDS_COLUMN_EXTENSION "Extensions"
+END
Modified: branches/shell32_new-bringup/dll/win32/shell32/lang/en-US.rc
URL:
http://svn.reactos.org/svn/reactos/branches/shell32_new-bringup/dll/win32/s…
==============================================================================
--- branches/shell32_new-bringup/dll/win32/shell32/lang/en-US.rc [iso-8859-1] (original)
+++ branches/shell32_new-bringup/dll/win32/shell32/lang/en-US.rc [iso-8859-1] Thu May 26
21:43:27 2011
@@ -435,7 +435,7 @@
//ICON
LTEXT "Appname", 14005, 100, 140, 40, 10
PUSHBUTTON "&Change...", 14006, 180, 140, 50, 14, WS_TABSTOP
-LTEXT "Files with extension '%s' are of type '%s'. To\nchange
settings that affect all '%s' files, click\nAdvanced.", 14007, 12, 155, 160,
30
+LTEXT "", 14007, 12, 155, 160, 30
PUSHBUTTON "Ad&vanced", 14008, 180, 175, 50, 14, WS_TABSTOP
END
@@ -769,4 +769,9 @@
IDS_COPY_OF "Copy of"
IDS_SHLEXEC_NOASSOC "There is no Windows program configured to open this
type of file."
-END
+
+ IDS_FILE_DETAILS "Details for '%s' extension"
+ IDS_FILE_DETAILSADV "Files with extension '%s' are of type
'%s'. To change settings that affect all '%s' files, click
Advanced."
+ IDS_FILE_TYPES "FileTypes"
+ IDS_COLUMN_EXTENSION "Extensions"
+END
Modified: branches/shell32_new-bringup/dll/win32/shell32/lang/es-ES.rc
URL:
http://svn.reactos.org/svn/reactos/branches/shell32_new-bringup/dll/win32/s…
==============================================================================
--- branches/shell32_new-bringup/dll/win32/shell32/lang/es-ES.rc [iso-8859-1] (original)
+++ branches/shell32_new-bringup/dll/win32/shell32/lang/es-ES.rc [iso-8859-1] Thu May 26
21:43:27 2011
@@ -437,7 +437,7 @@
//ICON
LTEXT "Aplicación", 14005, 100, 140, 40, 10
PUSHBUTTON "Cam&biar...", 14006, 230, 140, 50, 14, WS_TABSTOP
-LTEXT "Archivos con extensión '%s' son del tipo '%s'. Para cambiar
la configuración de los archivos '%s', haga clic en Opciones avanzadas.",
14007, 12, 165, 220, 30
+LTEXT "", 14007, 12, 165, 220, 30
PUSHBUTTON "Opciones avanza&das", 14008, 190, 213, 90, 14, WS_TABSTOP
END
@@ -771,4 +771,9 @@
IDS_COPY_OF "Copia de"
IDS_SHLEXEC_NOASSOC "No hay ningún programa configurado en ReactOS para
abrir este tipo de archivo."
-END
+
+ IDS_FILE_DETAILS "Detalles para el tipo de archivo '%s'"
+ IDS_FILE_DETAILSADV "Los archivos con extensión '%s' son del tipo
'%s'. Para cambiar la configuración de los archivos '%s', haga clic en
Opciones avanzadas."
+ IDS_FILE_TYPES "FileTypes"
+ IDS_COLUMN_EXTENSION "Extensions"
+END
Modified: branches/shell32_new-bringup/dll/win32/shell32/lang/fi-FI.rc
URL:
http://svn.reactos.org/svn/reactos/branches/shell32_new-bringup/dll/win32/s…
==============================================================================
--- branches/shell32_new-bringup/dll/win32/shell32/lang/fi-FI.rc [iso-8859-1] (original)
+++ branches/shell32_new-bringup/dll/win32/shell32/lang/fi-FI.rc [iso-8859-1] Thu May 26
21:43:27 2011
@@ -424,7 +424,7 @@
//ICON
LTEXT "Appname", 14005, 100, 140, 40, 10
PUSHBUTTON "&Change...", 14006, 180, 140, 50, 14, WS_TABSTOP
-LTEXT "Files with extension '%s' are of type '%s'. To\nchange
settings that affect all '%s' files, click\nAdvanced.", 14007, 12, 155, 160,
30
+LTEXT "", 14007, 12, 155, 160, 30
PUSHBUTTON "Ad&vanced", 14008, 180, 175, 50, 14, WS_TABSTOP
END
@@ -758,4 +758,9 @@
IDS_COPY_OF "Copy of"
IDS_SHLEXEC_NOASSOC "There is no Windows program configured to open this
type of file."
-END
+
+ IDS_FILE_DETAILS "Details for '%s' extension"
+ IDS_FILE_DETAILSADV "Files with extension '%s' are of type
'%s'. To change settings that affect all '%s' files, click
Advanced."
+ IDS_FILE_TYPES "FileTypes"
+ IDS_COLUMN_EXTENSION "Extensions"
+END
Modified: branches/shell32_new-bringup/dll/win32/shell32/lang/fr-FR.rc
URL:
http://svn.reactos.org/svn/reactos/branches/shell32_new-bringup/dll/win32/s…
==============================================================================
--- branches/shell32_new-bringup/dll/win32/shell32/lang/fr-FR.rc [iso-8859-1] (original)
+++ branches/shell32_new-bringup/dll/win32/shell32/lang/fr-FR.rc [iso-8859-1] Thu May 26
21:43:27 2011
@@ -428,7 +428,7 @@
//ICON
LTEXT "Nom de l'application", 14005, 100, 140, 40, 10
PUSHBUTTON "&Modifier...", 14006, 180, 140, 50, 14, WS_TABSTOP
-LTEXT "Les fichiers avec l'extension '%s' sont de type '%s'.
Pour\nmodifier les paramètres qui concernent tous les fichiers '%s', cliquez\nsur
Avancé.", 14007, 12, 155, 160, 30
+LTEXT "", 14007, 12, 155, 160, 30
PUSHBUTTON "A&vancé", 14008, 180, 175, 50, 14, WS_TABSTOP
END
@@ -762,4 +762,9 @@
IDS_COPY_OF "Copie de"
IDS_SHLEXEC_NOASSOC "Aucun programme Windows n'est configuré pour
ouvrir ce type de fichier."
-END
+
+ IDS_FILE_DETAILS "Détails concernant l'extension '%s'"
+ IDS_FILE_DETAILSADV "Les fichiers avec l'extension '%s' sont de
type '%s'. Pour modifier les paramètres qui concernent tous les fichiers
'%s', cliquez sur Avancé."
+ IDS_FILE_TYPES "FileTypes"
+ IDS_COLUMN_EXTENSION "Extensions"
+END
Modified: branches/shell32_new-bringup/dll/win32/shell32/lang/hu-HU.rc
URL:
http://svn.reactos.org/svn/reactos/branches/shell32_new-bringup/dll/win32/s…
==============================================================================
--- branches/shell32_new-bringup/dll/win32/shell32/lang/hu-HU.rc [iso-8859-1] (original)
+++ branches/shell32_new-bringup/dll/win32/shell32/lang/hu-HU.rc [iso-8859-1] Thu May 26
21:43:27 2011
@@ -427,7 +427,7 @@
//ICON
LTEXT "Appname", 14005, 100, 140, 40, 10
PUSHBUTTON "&Change...", 14006, 180, 140, 50, 14, WS_TABSTOP
-LTEXT "Files with extension '%s' are of type '%s'. To\nchange
settings that affect all '%s' files, click\nAdvanced.", 14007, 12, 155, 160,
30
+LTEXT "", 14007, 12, 155, 160, 30
PUSHBUTTON "Ad&vanced", 14008, 180, 175, 50, 14, WS_TABSTOP
END
@@ -761,4 +761,9 @@
IDS_COPY_OF "Copy of"
IDS_SHLEXEC_NOASSOC "There is no Windows program configured to open this
type of file."
-END
+
+ IDS_FILE_DETAILS "Details for '%s' extension"
+ IDS_FILE_DETAILSADV "Files with extension '%s' are of type
'%s'. To change settings that affect all '%s' files, click
Advanced."
+ IDS_FILE_TYPES "FileTypes"
+ IDS_COLUMN_EXTENSION "Extensions"
+END
Modified: branches/shell32_new-bringup/dll/win32/shell32/lang/it-IT.rc
URL:
http://svn.reactos.org/svn/reactos/branches/shell32_new-bringup/dll/win32/s…
==============================================================================
--- branches/shell32_new-bringup/dll/win32/shell32/lang/it-IT.rc [iso-8859-1] (original)
+++ branches/shell32_new-bringup/dll/win32/shell32/lang/it-IT.rc [iso-8859-1] Thu May 26
21:43:27 2011
@@ -129,7 +129,7 @@
LTEXT "Versione " KERNEL_VERSION_STR " (" KERNEL_VERSION_BUILD_STR
")", IDC_STATIC, 35, 65, 235, 10
LTEXT REACTOS_DEFAULT_STR_LEGAL_COPYRIGHT, IDC_STATIC, 35, 75, 210, 10
LTEXT "", IDC_SHELL_ABOUT_OTHERSTUFF, 35, 90, 180, 20
- LTEXT "Questa versione di ReactOS è registrata da:", IDC_STATIC, 35, 115, 180,
10
+ LTEXT "Questa versione di ReactOS è registrata a nome di:", IDC_STATIC, 35,
115, 180, 10
LTEXT "", IDC_SHELL_ABOUT_REG_USERNAME, 45, 125, 180, 10
LTEXT "", IDC_SHELL_ABOUT_REG_ORGNAME, 45, 135, 180, 10
LTEXT "", IDC_STATIC, 35, 147, 235, 1, SS_ETCHEDHORZ
@@ -435,7 +435,7 @@
//ICON
LTEXT "Nome", 14005, 100, 140, 40, 10
PUSHBUTTON "&Cambia...", 14006, 180, 140, 50, 14, WS_TABSTOP
-LTEXT "I files con estensione '%s' sono di tipo '%s'.\nPer cambiare
le impostazioni che influenzano tutti i file '%s', cliccare\nAvanzate.",
14007, 12, 155, 160, 30
+LTEXT "", 14007, 12, 155, 160, 30
PUSHBUTTON "A&vanzate", 14008, 180, 175, 50, 14, WS_TABSTOP
END
@@ -769,4 +769,9 @@
IDS_COPY_OF "Copia di"
IDS_SHLEXEC_NOASSOC "Non c'è un programma configurato per aprire questo
tipo di file."
-END
+
+ IDS_FILE_DETAILS "Dettagli per l'estensione '%s'"
+ IDS_FILE_DETAILSADV "I files con estensione '%s' sono di tipo
'%s'. Per modificare le impostazioni per tutti i file '%s', cliccare su
Avanzate."
+ IDS_FILE_TYPES "FileTypes"
+ IDS_COLUMN_EXTENSION "Extensions"
+END
Modified: branches/shell32_new-bringup/dll/win32/shell32/lang/ja-JP.rc
URL:
http://svn.reactos.org/svn/reactos/branches/shell32_new-bringup/dll/win32/s…
==============================================================================
--- branches/shell32_new-bringup/dll/win32/shell32/lang/ja-JP.rc [iso-8859-1] (original)
+++ branches/shell32_new-bringup/dll/win32/shell32/lang/ja-JP.rc [iso-8859-1] Thu May 26
21:43:27 2011
@@ -424,7 +424,7 @@
//ICON
LTEXT "Av¼", 14005, 100, 140, 40, 10
PUSHBUTTON "ÏX(&C)...", 14006, 180, 140, 50, 14, WS_TABSTOP
-LTEXT "g£q '%s' Ìt@CÌíÞÍ'%s'Å·B\n'%s'
Ìt@C·×ÄÉηéÝèðÏX·éÉÍ\nÚ×ÝèðNbNµÄ¾³¢B", 14007,
12, 155, 160, 30
+LTEXT "", 14007, 12, 155, 160, 30
PUSHBUTTON "Ú×Ýè(&V)", 14008, 180, 175, 50, 14, WS_TABSTOP
END
@@ -757,4 +757,10 @@
IDS_DEFAULT_CLUSTER_SIZE "ftHg AP[V TCY"
IDS_COPY_OF "Rs[ `"
-END
+ IDS_SHLEXEC_NOASSOC "There is no Windows program configured to open this
type of file."
+
+ IDS_FILE_DETAILS "g£q '%s' ÌÚ×"
+ IDS_FILE_DETAILSADV "g£q '%s'
Ìt@CÌíÞÍ'%s'Å·B '%s'
Ìt@C·×ÄÉηéÝèðÏX·éÉÍ Ú×ÝèðNbNµÄ¾³¢B"
+ IDS_FILE_TYPES "FileTypes"
+ IDS_COLUMN_EXTENSION "Extensions"
+END
Modified: branches/shell32_new-bringup/dll/win32/shell32/lang/ko-KR.rc
URL:
http://svn.reactos.org/svn/reactos/branches/shell32_new-bringup/dll/win32/s…
==============================================================================
--- branches/shell32_new-bringup/dll/win32/shell32/lang/ko-KR.rc [iso-8859-1] (original)
+++ branches/shell32_new-bringup/dll/win32/shell32/lang/ko-KR.rc [iso-8859-1] Thu May 26
21:43:27 2011
@@ -424,7 +424,7 @@
//ICON
LTEXT "Appname", 14005, 100, 140, 40, 10
PUSHBUTTON "&Change...", 14006, 180, 140, 50, 14, WS_TABSTOP
-LTEXT "Files with extension '%s' are of type '%s'. To\nchange
settings that affect all '%s' files, click\nAdvanced.", 14007, 12, 155, 160,
30
+LTEXT "", 14007, 12, 155, 160, 30
PUSHBUTTON "Ad&vanced", 14008, 180, 175, 50, 14, WS_TABSTOP
END
@@ -758,4 +758,9 @@
IDS_COPY_OF "Copy of"
IDS_SHLEXEC_NOASSOC "There is no Windows program configured to open this
type of file."
-END
+
+ IDS_FILE_DETAILS "Details for '%s' extension"
+ IDS_FILE_DETAILSADV "Files with extension '%s' are of type
'%s'. To change settings that affect all '%s' files, click
Advanced."
+ IDS_FILE_TYPES "FileTypes"
+ IDS_COLUMN_EXTENSION "Extensions"
+END
Modified: branches/shell32_new-bringup/dll/win32/shell32/lang/nl-NL.rc
URL:
http://svn.reactos.org/svn/reactos/branches/shell32_new-bringup/dll/win32/s…
==============================================================================
--- branches/shell32_new-bringup/dll/win32/shell32/lang/nl-NL.rc [iso-8859-1] (original)
+++ branches/shell32_new-bringup/dll/win32/shell32/lang/nl-NL.rc [iso-8859-1] Thu May 26
21:43:27 2011
@@ -424,7 +424,7 @@
//ICON
LTEXT "Appname", 14005, 100, 140, 40, 10
PUSHBUTTON "&Change...", 14006, 180, 140, 50, 14, WS_TABSTOP
-LTEXT "Files with extension '%s' are of type '%s'. To\nchange
settings that affect all '%s' files, click\nAdvanced.", 14007, 12, 155, 160,
30
+LTEXT "", 14007, 12, 155, 160, 30
PUSHBUTTON "Ad&vanced", 14008, 180, 175, 50, 14, WS_TABSTOP
END
@@ -758,4 +758,9 @@
IDS_COPY_OF "Copy of"
IDS_SHLEXEC_NOASSOC "Er is geen Windows-programma geconfigureerd om dit
soort bestanden te openen."
-END
+
+ IDS_FILE_DETAILS "Details for '%s' extension"
+ IDS_FILE_DETAILSADV "Files with extension '%s' are of type
'%s'. To change settings that affect all '%s' files, click
Advanced."
+ IDS_FILE_TYPES "FileTypes"
+ IDS_COLUMN_EXTENSION "Extensions"
+END
Modified: branches/shell32_new-bringup/dll/win32/shell32/lang/no-NO.rc
URL:
http://svn.reactos.org/svn/reactos/branches/shell32_new-bringup/dll/win32/s…
==============================================================================
--- branches/shell32_new-bringup/dll/win32/shell32/lang/no-NO.rc [iso-8859-1] (original)
+++ branches/shell32_new-bringup/dll/win32/shell32/lang/no-NO.rc [iso-8859-1] Thu May 26
21:43:27 2011
@@ -425,7 +425,7 @@
//ICON
LTEXT "Appname", 14005, 100, 140, 40, 10
PUSHBUTTON "&Endre...", 14006, 180, 140, 50, 14, WS_TABSTOP
-LTEXT "Filer med utvidelser '%s' er av typen '%s'. For å\nendre
innstillingene som er av filen '%s', trykk på\navansert.", 14007, 12, 155,
160, 30
+LTEXT "", 14007, 12, 155, 160, 30
PUSHBUTTON "Av&ansert", 14008, 180, 175, 50, 14, WS_TABSTOP
END
@@ -761,4 +761,9 @@
IDS_COPY_OF "Copy of"
IDS_SHLEXEC_NOASSOC "Intet Windows-program er satt opp til å åpne denne
filtypen."
-END
+
+ IDS_FILE_DETAILS "Detailjer for '%s' utvidelser"
+ IDS_FILE_DETAILSADV "Filer med utvidelser '%s' er av typen
'%s'. For å endre innstillingene som er av filen '%s', trykk på
avansert."
+ IDS_FILE_TYPES "FileTypes"
+ IDS_COLUMN_EXTENSION "Extensions"
+END
Modified: branches/shell32_new-bringup/dll/win32/shell32/lang/pl-PL.rc
URL:
http://svn.reactos.org/svn/reactos/branches/shell32_new-bringup/dll/win32/s…
==============================================================================
--- branches/shell32_new-bringup/dll/win32/shell32/lang/pl-PL.rc [iso-8859-1] (original)
+++ branches/shell32_new-bringup/dll/win32/shell32/lang/pl-PL.rc [iso-8859-1] Thu May 26
21:43:27 2011
@@ -432,7 +432,7 @@
//ICON
LTEXT "Nazwa Aplikacji", 14005, 100, 140, 40, 10
PUSHBUTTON "Z&mieñ", 14006, 180, 140, 50, 14, WS_TABSTOP
-LTEXT "Pliki z rozszerzeniem '%s' nale¿¹ do typu: '%s'. Aby\nzmieniæ
ustawienia dotycz¹ce wszystkich plików '%s', wybierz\nZaawansowane.", 14007,
12, 155, 160, 30
+LTEXT "", 14007, 12, 155, 160, 30
PUSHBUTTON "Zaawa&nsowane", 14008, 180, 175, 50, 14, WS_TABSTOP
END
@@ -766,4 +766,9 @@
IDS_COPY_OF "Kopia"
IDS_SHLEXEC_NOASSOC "¯aden program nie jest skonfigurowany, by otwieraæ
pliki tego typu."
-END
+
+ IDS_FILE_DETAILS "Szczegó³y dla rozszerzenia '%s'"
+ IDS_FILE_DETAILSADV "Pliki z rozszerzeniem '%s' s¹ typu
'%s'. Aby zmieniæ ustawienia, które dotycz¹ wszystkich plików '%s',
kliknij przycisk Zaawansowane."
+ IDS_FILE_TYPES "FileTypes"
+ IDS_COLUMN_EXTENSION "Extensions"
+END
Modified: branches/shell32_new-bringup/dll/win32/shell32/lang/pt-BR.rc
URL:
http://svn.reactos.org/svn/reactos/branches/shell32_new-bringup/dll/win32/s…
==============================================================================
--- branches/shell32_new-bringup/dll/win32/shell32/lang/pt-BR.rc [iso-8859-1] (original)
+++ branches/shell32_new-bringup/dll/win32/shell32/lang/pt-BR.rc [iso-8859-1] Thu May 26
21:43:27 2011
@@ -426,7 +426,7 @@
//ICON
LTEXT "Appname", 14005, 100, 140, 40, 10
PUSHBUTTON "&Change...", 14006, 180, 140, 50, 14, WS_TABSTOP
-LTEXT "Files with extension '%s' are of type '%s'. To\nchange
settings that affect all '%s' files, click\nAdvanced.", 14007, 12, 155, 160,
30
+LTEXT "", 14007, 12, 155, 160, 30
PUSHBUTTON "Ad&vanced", 14008, 180, 175, 50, 14, WS_TABSTOP
END
@@ -760,4 +760,9 @@
IDS_COPY_OF "Copy of"
IDS_SHLEXEC_NOASSOC "Nici un program Windows nu este configurat sa deschida
fi?iere de acest tip."
-END
+
+ IDS_FILE_DETAILS "Details for '%s' extension"
+ IDS_FILE_DETAILSADV "Files with extension '%s' are of type
'%s'. To change settings that affect all '%s' files, click
Advanced."
+ IDS_FILE_TYPES "FileTypes"
+ IDS_COLUMN_EXTENSION "Extensions"
+END
Modified: branches/shell32_new-bringup/dll/win32/shell32/lang/pt-PT.rc
URL:
http://svn.reactos.org/svn/reactos/branches/shell32_new-bringup/dll/win32/s…
==============================================================================
--- branches/shell32_new-bringup/dll/win32/shell32/lang/pt-PT.rc [iso-8859-1] (original)
+++ branches/shell32_new-bringup/dll/win32/shell32/lang/pt-PT.rc [iso-8859-1] Thu May 26
21:43:27 2011
@@ -427,7 +427,7 @@
//ICON
LTEXT "Appnome", 14005, 100, 140, 40, 10
PUSHBUTTON "&Mudar...", 14006, 180, 140, 50, 14, WS_TABSTOP
-LTEXT "Ficheiros com extensão '%s' são do tipo '%s'. Para\nmudar
definições que afectam todos '%s' ficheiros, click\nAvançado.", 14007, 12,
155, 160, 30
+LTEXT "", 14007, 12, 155, 160, 30
PUSHBUTTON "A&vançado", 14008, 180, 175, 50, 14, WS_TABSTOP
END
@@ -761,4 +761,9 @@
IDS_COPY_OF "Cópia de"
IDS_SHLEXEC_NOASSOC "Não existe um programa Windows configurado para abrir
este tipo de ficheiro."
-END
+
+ IDS_FILE_DETAILS "Detalhes para '%s' extensão"
+ IDS_FILE_DETAILSADV "Ficheiros com extensão '%s' são do tipo
'%s'. Para mudar definições que afectam todos '%s' ficheiros, click
Avançado."
+ IDS_FILE_TYPES "FileTypes"
+ IDS_COLUMN_EXTENSION "Extensions"
+END
Modified: branches/shell32_new-bringup/dll/win32/shell32/lang/ro-RO.rc
URL:
http://svn.reactos.org/svn/reactos/branches/shell32_new-bringup/dll/win32/s…
==============================================================================
--- branches/shell32_new-bringup/dll/win32/shell32/lang/ro-RO.rc [iso-8859-1] (original)
+++ branches/shell32_new-bringup/dll/win32/shell32/lang/ro-RO.rc [iso-8859-1] Thu May 26
21:43:27 2011
@@ -427,7 +427,7 @@
//ICON
LTEXT "Nume ap.", 14005, 100, 140, 40, 10
PUSHBUTTON "&Schimbare", 14006, 180, 140, 50, 14, WS_TABSTOP
-LTEXT "FiÈierele cu extensia '%s' sunt de tipul '%s'. \nPentru a
schimbat setÄri care vor afecta\ntoate fiÈierele '%s', clic pe Avansat.",
14007, 12, 155, 160, 30
+LTEXT "", 14007, 12, 155, 160, 30
PUSHBUTTON "A&vansat", 14008, 180, 175, 50, 14, WS_TABSTOP
END
@@ -760,6 +760,11 @@
IDS_DEFAULT_CLUSTER_SIZE "MÄrime de alocare implicitÄ"
IDS_SHLEXEC_NOASSOC "There is no Windows program configured to open this
type of file."
+
+ IDS_FILE_DETAILS "Detalii pentru extensia '%s'"
+ IDS_FILE_DETAILSADV "FiÈierele cu extensia '%s' sunt de tipul
'%s'. Pentru a schimbat setÄri care vor afecta toate fiÈierele '%s',
clic pe Avansat."
+ IDS_FILE_TYPES "FileTypes"
+ IDS_COLUMN_EXTENSION "Extensions"
END
#pragma code_page(default)
Modified: branches/shell32_new-bringup/dll/win32/shell32/lang/ru-RU.rc
URL:
http://svn.reactos.org/svn/reactos/branches/shell32_new-bringup/dll/win32/s…
==============================================================================
--- branches/shell32_new-bringup/dll/win32/shell32/lang/ru-RU.rc [iso-8859-1] (original)
+++ branches/shell32_new-bringup/dll/win32/shell32/lang/ru-RU.rc [iso-8859-1] Thu May 26
21:43:27 2011
@@ -424,7 +424,7 @@
//ICON
LTEXT "Ïðèëîæåíèå:", 14005, 100, 142, 54, 10
PUSHBUTTON "&Èçìåíèòü...", 14006, 180, 140, 63, 14, WS_TABSTOP
-LTEXT "Ôàéëû ñ ðàñøèðåíèåì '%s' èìåþò òèï '%s'. Äëÿ èçìåíåíèÿ
ïàðàìåòðîâ âñåõ ôàéëîâ '%s', íàæìèòå ""Äîïîëíèòåëüíî"".",
14007, 12, 155, 162, 36
+LTEXT "", 14007, 12, 155, 162, 36
PUSHBUTTON "Äî&ïîëíèòåëüíî", 14008, 180, 175, 63, 14, WS_TABSTOP
END
@@ -757,4 +757,9 @@
IDS_COPY_OF "Copy of"
IDS_SHLEXEC_NOASSOC "There is no Windows program configured to open this
type of file."
-END
+
+ IDS_FILE_DETAILS "Îïèñàíèå ðàñøèðåíèÿ '%s'"
+ IDS_FILE_DETAILSADV "Ôàéëû ñ ðàñøèðåíèåì '%s' èìåþò òèï
'%s'. Äëÿ èçìåíåíèÿ ïàðàìåòðîâ âñåõ ôàéëîâ '%s', íàæìèòå
'Äîïîëíèòåëüíî'."
+ IDS_FILE_TYPES "Òèïû ôàéëîâ"
+ IDS_COLUMN_EXTENSION "Ðàñøèðåíèÿ"
+END
Modified: branches/shell32_new-bringup/dll/win32/shell32/lang/sk-SK.rc
URL:
http://svn.reactos.org/svn/reactos/branches/shell32_new-bringup/dll/win32/s…
==============================================================================
--- branches/shell32_new-bringup/dll/win32/shell32/lang/sk-SK.rc [iso-8859-1] (original)
+++ branches/shell32_new-bringup/dll/win32/shell32/lang/sk-SK.rc [iso-8859-1] Thu May 26
21:43:27 2011
@@ -1,7 +1,7 @@
/* TRANSLATOR : Mário Kaèmár /Mario Kacmar/ aka Kario (kario(a)szm.sk)
* NOTE : partially translated
* TRANSLATED : 26-12-2007
- * LAST CHANGE: 31-05-2010
+ * LAST CHANGE: 27-03-2011
*/
/*
@@ -336,7 +336,7 @@
LTEXT "Ktoré pouívate¾ské konto chcete poui k spusteniu tohto programu?",
-1, 10, 20, 220, 20
CHECKBOX "Aktuálny pouívate¾ %s", 14000, 10, 45, 150, 10
LTEXT "Chráni poèítaè a údaje pred neoprávnenými aktivitami programu", -1,
25, 57, 200, 10, WS_DISABLED
- CHECKBOX "This option can prevent computer viruses from harming your computer or
personal data, but selecting it might cause the program to function improperly.",
14001, 25, 68, 200, 30, WS_DISABLED | BS_MULTILINE
+ CHECKBOX "Táto monos môe zabráni poèítaèovým vírusom aby pokodili poèítaè
alebo osobné údaje, ale jej zvolenie môe spôsobi, e program nebude správne
fungova.", 14001, 25, 68, 200, 30, WS_DISABLED | BS_MULTILINE
CHECKBOX "Nasledujúci pouívate¾:", 14002, 10, 100, 90, 10
LTEXT "Meno pouívate¾a:", -1, 20, 118, 54, 10
COMBOBOX 14003, 75, 115, 100, 15, CBS_DROPDOWNLIST | WS_VSCROLL | WS_VISIBLE |
WS_TABSTOP
@@ -430,7 +430,7 @@
//ICON
LTEXT "Appname", 14005, 100, 140, 40, 10
PUSHBUTTON "&Zmeni...", 14006, 180, 140, 50, 14, WS_TABSTOP
-LTEXT "Files with extension '%s' are of type '%s'. To\nchange
settings that affect all '%s' files, click\nAdvanced.", 14007, 12, 155, 160,
30
+LTEXT "", 14007, 12, 155, 160, 30
PUSHBUTTON "Ad&vanced", 14008, 180, 175, 50, 14, WS_TABSTOP
END
@@ -675,10 +675,10 @@
IDS_LOGOFF_PROMPT "Naozaj sa chcete odhlási?"
/* Run File dialog */
- IDS_RUNDLG_ERROR "Unable to display Run File dialog box (internal
error)"
- IDS_RUNDLG_BROWSE_ERROR "Unable to display Browse dialog box (internal
error)"
- IDS_RUNDLG_BROWSE_CAPTION "Browse"
- IDS_RUNDLG_BROWSE_FILTER "Executable Files (*.exe)\0*.exe\0All Files
(*.*)\0*.*\0"
+ IDS_RUNDLG_ERROR "Nemono zobrazi dialogové okno Spusti súbor
(vnútorná chyba)"
+ IDS_RUNDLG_BROWSE_ERROR "Nemono zobrazi dialogové okno Preh¾adáva (vnútorná
chyba)"
+ IDS_RUNDLG_BROWSE_CAPTION "Preh¾adáva"
+ IDS_RUNDLG_BROWSE_FILTER "Spustite¾né súbory (*.exe)\0*.exe\0Vetky súbory
(*.*)\0*.*\0"
/* shell folder path default values */
IDS_PROGRAMS "Ponuka tart\\Programy"
@@ -729,10 +729,10 @@
IDS_RECYCLEBIN_DISKSPACE "Dostupné miesto"
IDS_EMPTY_BITBUCKET "Vyprázdni Kô"
IDS_PICK_ICON_TITLE "Choose Icon"
- IDS_PICK_ICON_FILTER "Súbory ikon (*.ico, *.icl, *.exe,
*.dll)\0*.ico;*.icl;*.exe;*.dll\0All Files (*.*)\0*.*\0"
- IDS_OPEN_WITH_FILTER "Spustite¾né súbory (*.exe)\0*.exe\0All Files
(*.*)\0*.*\0"
+ IDS_PICK_ICON_FILTER "Súbory ikon (*.ico, *.icl, *.exe,
*.dll)\0*.ico;*.icl;*.exe;*.dll\0Vetky súbory (*.*)\0*.*\0"
+ IDS_OPEN_WITH_FILTER "Spustite¾né súbory (*.exe)\0*.exe\0Vetky súbory
(*.*)\0*.*\0"
IDS_DIRECTORY "Prieèinok"
- IDS_VIRTUAL_DRIVER "Virtual Device Driver"
+ IDS_VIRTUAL_DRIVER "Ovládaè virtuálneho zariadenia"
IDS_BAT_FILE "Dávkový súbor systému ReactOS"
IDS_CMD_FILE "Príkazový skript systému ReactOS"
IDS_COM_FILE "DOS aplikácia"
@@ -766,4 +766,9 @@
// There is no Windows program configured to open this type of file.
IDS_SHLEXEC_NOASSOC "Neexistuje iadny program nakonfigurovaný tak, aby
otváral tento typ súborov."
// Na otváranie tohto typu súboru nie je nakonfigurovaný
iadny program systému Windows.
-END
+
+ IDS_FILE_DETAILS "Details for '%s' extension"
+ IDS_FILE_DETAILSADV "Files with extension '%s' are of type
'%s'. To change settings that affect all '%s' files, click
Advanced."
+ IDS_FILE_TYPES "FileTypes"
+ IDS_COLUMN_EXTENSION "Extensions"
+END
Modified: branches/shell32_new-bringup/dll/win32/shell32/lang/sl-SI.rc
URL:
http://svn.reactos.org/svn/reactos/branches/shell32_new-bringup/dll/win32/s…
==============================================================================
--- branches/shell32_new-bringup/dll/win32/shell32/lang/sl-SI.rc [iso-8859-1] (original)
+++ branches/shell32_new-bringup/dll/win32/shell32/lang/sl-SI.rc [iso-8859-1] Thu May 26
21:43:27 2011
@@ -424,7 +424,7 @@
//ICON
LTEXT "Appname", 14005, 100, 140, 40, 10
PUSHBUTTON "&Change...", 14006, 180, 140, 50, 14, WS_TABSTOP
-LTEXT "Files with extension '%s' are of type '%s'. To\nchange
settings that affect all '%s' files, click\nAdvanced.", 14007, 12, 155, 160,
30
+LTEXT "", 14007, 12, 155, 160, 30
PUSHBUTTON "Ad&vanced", 14008, 180, 175, 50, 14, WS_TABSTOP
END
@@ -758,4 +758,9 @@
IDS_COPY_OF "Copy of"
IDS_SHLEXEC_NOASSOC "Noben Okenski program ni nastavljen, da bi odpiral ta
tip datotek."
-END
+
+ IDS_FILE_DETAILS "Details for '%s' extension"
+ IDS_FILE_DETAILSADV "Files with extension '%s' are of type
'%s'. To change settings that affect all '%s' files, click
Advanced."
+ IDS_FILE_TYPES "FileTypes"
+ IDS_COLUMN_EXTENSION "Extensions"
+END
Modified: branches/shell32_new-bringup/dll/win32/shell32/lang/sv-SE.rc
URL:
http://svn.reactos.org/svn/reactos/branches/shell32_new-bringup/dll/win32/s…
==============================================================================
--- branches/shell32_new-bringup/dll/win32/shell32/lang/sv-SE.rc [iso-8859-1] (original)
+++ branches/shell32_new-bringup/dll/win32/shell32/lang/sv-SE.rc [iso-8859-1] Thu May 26
21:43:27 2011
@@ -424,7 +424,7 @@
//ICON
LTEXT "Appname", 14005, 100, 140, 40, 10
PUSHBUTTON "&Change...", 14006, 180, 140, 50, 14, WS_TABSTOP
-LTEXT "Files with extension '%s' are of type '%s'. To\nchange
settings that affect all '%s' files, click\nAdvanced.", 14007, 12, 155, 160,
30
+LTEXT "", 14007, 12, 155, 160, 30
PUSHBUTTON "Ad&vanced", 14008, 180, 175, 50, 14, WS_TABSTOP
END
@@ -758,4 +758,9 @@
IDS_COPY_OF "Copy of"
IDS_SHLEXEC_NOASSOC "There is no Windows program configured to open this
type of file."
-END
+
+ IDS_FILE_DETAILS "Details for '%s' extension"
+ IDS_FILE_DETAILSADV "Files with extension '%s' are of type
'%s'. To change settings that affect all '%s' files, click
Advanced."
+ IDS_FILE_TYPES "FileTypes"
+ IDS_COLUMN_EXTENSION "Extensions"
+END
Modified: branches/shell32_new-bringup/dll/win32/shell32/lang/tr-TR.rc
URL:
http://svn.reactos.org/svn/reactos/branches/shell32_new-bringup/dll/win32/s…
==============================================================================
--- branches/shell32_new-bringup/dll/win32/shell32/lang/tr-TR.rc [iso-8859-1] (original)
+++ branches/shell32_new-bringup/dll/win32/shell32/lang/tr-TR.rc [iso-8859-1] Thu May 26
21:43:27 2011
@@ -424,7 +424,7 @@
//ICON
LTEXT "Appname", 14005, 100, 140, 40, 10
PUSHBUTTON "&Change...", 14006, 180, 140, 50, 14, WS_TABSTOP
-LTEXT "Files with extension '%s' are of type '%s'. To\nchange
settings that affect all '%s' files, click\nAdvanced.", 14007, 12, 155, 160,
30
+LTEXT "", 14007, 12, 155, 160, 30
PUSHBUTTON "Ad&vanced", 14008, 180, 175, 50, 14, WS_TABSTOP
END
@@ -758,4 +758,9 @@
IDS_COPY_OF "Copy of"
IDS_SHLEXEC_NOASSOC "There is no Windows program configured to open this
type of file."
-END
+
+ IDS_FILE_DETAILS "Details for '%s' extension"
+ IDS_FILE_DETAILSADV "Files with extension '%s' are of type
'%s'. To change settings that affect all '%s' files, click
Advanced."
+ IDS_FILE_TYPES "FileTypes"
+ IDS_COLUMN_EXTENSION "Extensions"
+END
Modified: branches/shell32_new-bringup/dll/win32/shell32/lang/uk-UA.rc
URL:
http://svn.reactos.org/svn/reactos/branches/shell32_new-bringup/dll/win32/s…
==============================================================================
--- branches/shell32_new-bringup/dll/win32/shell32/lang/uk-UA.rc [iso-8859-1] (original)
+++ branches/shell32_new-bringup/dll/win32/shell32/lang/uk-UA.rc [iso-8859-1] Thu May 26
21:43:27 2011
@@ -437,7 +437,7 @@
//ICON
LTEXT "Äîäàòîê", 14005, 100, 140, 40, 10
PUSHBUTTON "&Çì³íèòè...", 14006, 180, 140, 50, 14, WS_TABSTOP
-LTEXT "Ôàéëè ç ðîçøèðåííÿì '%s' ìàþòü òèï '%s'.\nÙîá çì³íèòè
ïàðàìåòðè, ÿê³ âïëèâàòèìóòü\níà âñ³ ôàéëè '%s', íàòèñí³òü êíîïêó
""Äîäàòêîâî"".", 14007, 12, 155, 160, 30
+LTEXT "", 14007, 12, 155, 160, 40
PUSHBUTTON "&Äîäàòêîâî", 14008, 180, 175, 50, 14, WS_TABSTOP
END
@@ -771,4 +771,9 @@
IDS_COPY_OF "Êîï³ÿ"
IDS_SHLEXEC_NOASSOC "Íåìຠïðîãðàìè Windows, ñêîíô³ãóðîâàíî¿ äëÿ â³äêðèòòÿ
öüîãî òèïó ôàéë³â."
-END
+
+ IDS_FILE_DETAILS "Ïîäðîáèö³ äëÿ ðîçøèðåííÿ '%s'"
+ IDS_FILE_DETAILSADV "Ôàéëè ç ðîçøèðåííÿì '%s' ìàþòü òèï
'%s'. Ùîá çì³íèòè ïàðàìåòðè, ÿê³ âïëèâàòèìóòü íà âñ³ ôàéëè '%s', íàòèñí³òü
êíîïêó 'Äîäàòêîâî'."
+ IDS_FILE_TYPES "Òèïè Ôàéë³â"
+ IDS_COLUMN_EXTENSION "Ðîçøèðåííÿ"
+END
Modified: branches/shell32_new-bringup/dll/win32/shell32/lang/zh-CN.rc
URL:
http://svn.reactos.org/svn/reactos/branches/shell32_new-bringup/dll/win32/s…
==============================================================================
--- branches/shell32_new-bringup/dll/win32/shell32/lang/zh-CN.rc [iso-8859-1] (original)
+++ branches/shell32_new-bringup/dll/win32/shell32/lang/zh-CN.rc [iso-8859-1] Thu May 26
21:43:27 2011
@@ -413,7 +413,7 @@
//ICON
LTEXT "Appname", 14005, 100, 140, 40, 10
PUSHBUTTON "&Change...", 14006, 180, 140, 50, 14, WS_TABSTOP
-LTEXT "Files with extension '%s' are of type '%s'. To\nchange
settings that affect all '%s' files, click\nAdvanced.", 14007, 12, 155, 160,
30
+LTEXT "", 14007, 12, 155, 160, 30
PUSHBUTTON "Ad&vanced", 14008, 180, 175, 50, 14, WS_TABSTOP
END
@@ -746,5 +746,10 @@
IDS_COPY_OF "Copy of"
IDS_SHLEXEC_NOASSOC "There is no Windows program configured to open this
type of file."
-END
-
+
+ IDS_FILE_DETAILS "Details for '%s' extension"
+ IDS_FILE_DETAILSADV "Files with extension '%s' are of type
'%s'. To change settings that affect all '%s' files, click
Advanced."
+ IDS_FILE_TYPES "FileTypes"
+ IDS_COLUMN_EXTENSION "Extensions"
+END
+
Modified: branches/shell32_new-bringup/dll/win32/shell32/lang/zh-TW.rc
URL:
http://svn.reactos.org/svn/reactos/branches/shell32_new-bringup/dll/win32/s…
==============================================================================
--- branches/shell32_new-bringup/dll/win32/shell32/lang/zh-TW.rc [iso-8859-1] (original)
+++ branches/shell32_new-bringup/dll/win32/shell32/lang/zh-TW.rc [iso-8859-1] Thu May 26
21:43:27 2011
@@ -425,7 +425,7 @@
//ICON
LTEXT "Appname", 14005, 100, 140, 40, 10
PUSHBUTTON "&Change...", 14006, 180, 140, 50, 14, WS_TABSTOP
-LTEXT "Files with extension '%s' are of type '%s'. To\nchange
settings that affect all '%s' files, click\nAdvanced.", 14007, 12, 155, 160,
30
+LTEXT "", 14007, 12, 155, 160, 30
PUSHBUTTON "Ad&vanced", 14008, 180, 175, 50, 14, WS_TABSTOP
END
@@ -759,6 +759,11 @@
IDS_COPY_OF "Copy of"
IDS_SHLEXEC_NOASSOC "There is no Windows program configured to open this
type of file."
+
+ IDS_FILE_DETAILS "Details for '%s' extension"
+ IDS_FILE_DETAILSADV "Files with extension '%s' are of type
'%s'. To change settings that affect all '%s' files, click
Advanced."
+ IDS_FILE_TYPES "FileTypes"
+ IDS_COLUMN_EXTENSION "Extensions"
END
#pragma code_page(default)
Modified: branches/shell32_new-bringup/dll/win32/shell32/shresdef.h
URL:
http://svn.reactos.org/svn/reactos/branches/shell32_new-bringup/dll/win32/s…
==============================================================================
--- branches/shell32_new-bringup/dll/win32/shell32/shresdef.h [iso-8859-1] (original)
+++ branches/shell32_new-bringup/dll/win32/shell32/shresdef.h [iso-8859-1] Thu May 26
21:43:27 2011
@@ -141,6 +141,7 @@
#define IDS_SHLEXEC_NOASSOC 173
#define IDS_FILE_TYPES 174
#define IDS_FILE_DETAILS 175
+#define IDS_FILE_DETAILSADV 176
#define IDS_RUNDLG_ERROR 180
#define IDS_RUNDLG_BROWSE_ERROR 181