Author: akhaldi
Date: Thu Apr 16 17:18:48 2015
New Revision: 67215
URL:
http://svn.reactos.org/svn/reactos?rev=67215&view=rev
Log:
[IEFRAME] Make ieframe translatable. Thanks to Jared Smudde, Radek Liska and all the other
translators mentioned in CORE-9544
Added:
trunk/reactos/dll/win32/ieframe/lang/
trunk/reactos/dll/win32/ieframe/lang/cs-CZ.rc (with props)
trunk/reactos/dll/win32/ieframe/lang/de-DE.rc (with props)
trunk/reactos/dll/win32/ieframe/lang/en-US.rc (with props)
trunk/reactos/dll/win32/ieframe/lang/es-ES.rc (with props)
trunk/reactos/dll/win32/ieframe/lang/it-IT.rc (with props)
trunk/reactos/dll/win32/ieframe/lang/ro-RO.rc (with props)
Modified:
trunk/reactos/dll/win32/ieframe/ieframe.rc
Modified: trunk/reactos/dll/win32/ieframe/ieframe.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/ieframe/ieframe.…
==============================================================================
--- trunk/reactos/dll/win32/ieframe/ieframe.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/ieframe/ieframe.rc [iso-8859-1] Thu Apr 16 17:18:48 2015
@@ -21,84 +21,28 @@
#include "resource.h"
-LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
-IDR_BROWSE_MAIN_MENU MENU
-{
- POPUP "&File"
- {
- POPUP "&New"
- {
- MENUITEM "&Window", ID_BROWSE_NEW_WINDOW
- }
- MENUITEM "&Open...", ID_BROWSE_OPEN
- MENUITEM "&Save", ID_BROWSE_SAVE
- MENUITEM "Save &as...", ID_BROWSE_SAVE_AS
- MENUITEM SEPARATOR
- MENUITEM "Print &format...", ID_BROWSE_PRINT_FORMAT
- MENUITEM "Pr&int...", ID_BROWSE_PRINT
- MENUITEM "Print previe&w", ID_BROWSE_PRINT_PREVIEW
- MENUITEM SEPARATOR
- MENUITEM "&Properties", ID_BROWSE_PROPERTIES
- MENUITEM "&Close", ID_BROWSE_QUIT
- }
- POPUP "&View"
- {
- POPUP "&Toolbars"
- {
- MENUITEM "&Standard bar", ID_BROWSE_BAR_STD
- MENUITEM "&Address bar", ID_BROWSE_BAR_ADDR
- }
- }
- POPUP "&Favorites"
- {
- MENUITEM "&Add to Favorites...", ID_BROWSE_ADDFAV
- MENUITEM SEPARATOR
- }
- POPUP "&Help"
- {
- MENUITEM "&About Internet Explorer", ID_BROWSE_ABOUT
- }
-}
+/* UTF-8 */
+#pragma code_page(65001)
-STRINGTABLE
-{
- IDS_TB_BACK "Back"
- IDS_TB_FORWARD "Forward"
- IDS_TB_STOP "Stop"
- IDS_TB_REFRESH "Refresh"
- IDS_TB_HOME "Home"
- IDS_TB_PRINT "Print..."
-}
-
-STRINGTABLE
-{
- IDS_ADDRESS "Address"
-}
-
-STRINGTABLE
-{
- IDS_FINDINGRESOURCE "Searching for %s"
- IDS_BEGINDOWNLOADDATA "Start downloading %s"
- IDS_ENDDOWNLOADDATA "Downloading %s"
- IDS_SENDINGREQUEST "Asking for %s"
-}
-
-
-IDD_BROWSE_OPEN DIALOG 10, 10, 200, 70
-STYLE DS_MODALFRAME | WS_CAPTION
-CAPTION "Open URL"
-FONT 8, "MS Shell Dlg"
-{
- LTEXT "Specify the URL you wish to open in Internet Explorer",-1,
35,5,160,25
- LTEXT "Open:", -1, 5, 32, 30, 15
-#ifdef __REACTOS__
- ICON IDC_PAGEICO, IDC_PAGEICO, 2, 5, 21, 20, SS_ICON
+#ifdef LANGUAGE_CS_CZ
+ #include "lang/cs-CZ.rc"
#endif
- EDITTEXT IDC_BROWSE_OPEN_URL, 35, 30, 160, 13
- DEFPUSHBUTTON "OK", IDOK, 90, 50, 50, 14
- PUSHBUTTON "Cancel", IDCANCEL, 145, 50, 50, 14
-}
+#ifdef LANGUAGE_DE_DE
+ #include "lang/de-DE.rc"
+#endif
+#ifdef LANGUAGE_EN_US
+ #include "lang/en-US.rc"
+#endif
+#ifdef LANGUAGE_ES_ES
+ #include "lang/es-ES.rc"
+#endif
+#ifdef LANGUAGE_IT_IT
+ #include "lang/it-IT.rc"
+#endif
+#ifdef LANGUAGE_RO_RO
+ #include "lang/ro-RO.rc"
+#endif
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
Added: trunk/reactos/dll/win32/ieframe/lang/cs-CZ.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/ieframe/lang/cs-…
==============================================================================
--- trunk/reactos/dll/win32/ieframe/lang/cs-CZ.rc (added)
+++ trunk/reactos/dll/win32/ieframe/lang/cs-CZ.rc [iso-8859-1] Thu Apr 16 17:18:48 2015
@@ -0,0 +1,83 @@
+/* FILE: dll/win32/ieframe/lang/cs-CZ.rc
+ * TRANSLATOR: Radek Liska aka Black_Fox (radekliska at gmail dot com)
+ * UPDATED: 2015-04-15
+ */
+
+LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
+
+IDR_BROWSE_MAIN_MENU MENU
+{
+ POPUP "&Soubor"
+ {
+ POPUP "&Nový"
+ {
+ MENUITEM "&Okno", ID_BROWSE_NEW_WINDOW
+ }
+ MENUITEM "&OtevÅÃt...", ID_BROWSE_OPEN
+ MENUITEM "&Uložit", ID_BROWSE_SAVE
+ MENUITEM "Uložit j&ako...", ID_BROWSE_SAVE_AS
+ MENUITEM SEPARATOR
+ MENUITEM "&Formát tisku...", ID_BROWSE_PRINT_FORMAT
+ MENUITEM "&Tisk...", ID_BROWSE_PRINT
+ MENUITEM "Náhle&d tisku", ID_BROWSE_PRINT_PREVIEW
+ MENUITEM SEPARATOR
+ MENUITEM "&Vlastnosti", ID_BROWSE_PROPERTIES
+ MENUITEM "&ZavÅÃt", ID_BROWSE_QUIT
+ }
+ POPUP "&Zobrazit"
+ {
+ POPUP "&Panely nástrojů"
+ {
+ MENUITEM "&Standardnà panel", ID_BROWSE_BAR_STD
+ MENUITEM "Panel &Adresa", ID_BROWSE_BAR_ADDR
+ }
+ }
+ POPUP "&OblÃbené"
+ {
+ MENUITEM "&PÅidat do OblÃbených...", ID_BROWSE_ADDFAV
+ MENUITEM SEPARATOR
+ }
+ POPUP "&NápovÄda"
+ {
+ MENUITEM "&O programu Internet Explorer", ID_BROWSE_ABOUT
+ }
+}
+
+STRINGTABLE
+{
+ IDS_TB_BACK "ZpÄt"
+ IDS_TB_FORWARD "VpÅed"
+ IDS_TB_STOP "Stop"
+ IDS_TB_REFRESH "Obnovit"
+ IDS_TB_HOME "Domů"
+ IDS_TB_PRINT "Tisk..."
+}
+
+STRINGTABLE
+{
+ IDS_ADDRESS "Adresa"
+}
+
+STRINGTABLE
+{
+ IDS_FINDINGRESOURCE "Hledánà %s"
+ IDS_BEGINDOWNLOADDATA "ZaÄátek stahovánà %s"
+ IDS_ENDDOWNLOADDATA "Stahovánà %s"
+ IDS_SENDINGREQUEST "Požadavek na %s"
+}
+
+
+IDD_BROWSE_OPEN DIALOGEX 10, 10, 200, 70
+STYLE DS_MODALFRAME | WS_CAPTION
+CAPTION "OtevÅÃt URL"
+FONT 8, "MS Shell Dlg"
+{
+ LTEXT "Zvolte URL, kterou si pÅejete otevÅÃt v Internet Exploreru",-1,
35,5,160,25
+ LTEXT "URL:", -1, 5, 32, 30, 15
+#ifdef __REACTOS__
+ ICON IDC_PAGEICO, IDC_PAGEICO, 2, 5, 21, 20, SS_ICON
+#endif
+ EDITTEXT IDC_BROWSE_OPEN_URL, 35, 30, 160, 13
+ DEFPUSHBUTTON "OK", IDOK, 90, 50, 50, 14
+ PUSHBUTTON "Storno", IDCANCEL, 145, 50, 50, 14
+}
Propchange: trunk/reactos/dll/win32/ieframe/lang/cs-CZ.rc
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/reactos/dll/win32/ieframe/lang/de-DE.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/ieframe/lang/de-…
==============================================================================
--- trunk/reactos/dll/win32/ieframe/lang/de-DE.rc (added)
+++ trunk/reactos/dll/win32/ieframe/lang/de-DE.rc [iso-8859-1] Thu Apr 16 17:18:48 2015
@@ -0,0 +1,78 @@
+LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
+
+IDR_BROWSE_MAIN_MENU MENU
+{
+ POPUP "&Datei"
+ {
+ POPUP "&Neu"
+ {
+ MENUITEM "&Fenster", ID_BROWSE_NEW_WINDOW
+ }
+ MENUITEM "Ö&ffnen...", ID_BROWSE_OPEN
+ MENUITEM "Spe&ichern", ID_BROWSE_SAVE
+ MENUITEM "Speichern &unter...", ID_BROWSE_SAVE_AS
+ MENUITEM SEPARATOR
+ MENUITEM "Seite ein&richten...", ID_BROWSE_PRINT_FORMAT
+ MENUITEM "&Drucken...", ID_BROWSE_PRINT
+ MENUITEM "Druck&vorschau", ID_BROWSE_PRINT_PREVIEW
+ MENUITEM SEPARATOR
+ MENUITEM "Eigen&schaften", ID_BROWSE_PROPERTIES
+ MENUITEM "B&eenden", ID_BROWSE_QUIT
+ }
+ POPUP "&Ansicht"
+ {
+ POPUP "S&ymbolleisten"
+ {
+ MENUITEM "&Standardleiste", ID_BROWSE_BAR_STD
+ MENUITEM "&Adressleiste", ID_BROWSE_BAR_ADDR
+ }
+ }
+ POPUP "&Favoriten"
+ {
+ MENUITEM "&Zu Favoriten hinzufügen...", ID_BROWSE_ADDFAV
+ MENUITEM SEPARATOR
+ }
+ POPUP "&Hilfe"
+ {
+ MENUITEM "&Über Internet Explorer", ID_BROWSE_ABOUT
+ }
+}
+
+STRINGTABLE
+{
+ IDS_TB_BACK "Zurück"
+ IDS_TB_FORWARD "Vorwärts"
+ IDS_TB_STOP "Stop"
+ IDS_TB_REFRESH "Aktualisieren"
+ IDS_TB_HOME "Startseite"
+ IDS_TB_PRINT "Drucken..."
+}
+
+STRINGTABLE
+{
+ IDS_ADDRESS "Adresse"
+}
+
+STRINGTABLE
+{
+ IDS_FINDINGRESOURCE "Suche nach %s"
+ IDS_BEGINDOWNLOADDATA "Beginne %s herunterzuladen"
+ IDS_ENDDOWNLOADDATA "Lade %s herunter"
+ IDS_SENDINGREQUEST "Frage %s an"
+}
+
+
+IDD_BROWSE_OPEN DIALOGEX 10, 10, 200, 70
+STYLE DS_MODALFRAME | WS_CAPTION
+CAPTION "URL öffnen"
+FONT 8, "MS Shell Dlg"
+{
+ LTEXT "Geben Sie die URL an, die Sie im Internet Explorer öffnen
möchten",-1, 35,5,160,25
+ LTEXT "Öffnen:", -1, 5, 32, 30, 15
+#ifdef __REACTOS__
+ ICON IDC_PAGEICO, IDC_PAGEICO, 2, 5, 21, 20, SS_ICON
+#endif
+ EDITTEXT IDC_BROWSE_OPEN_URL, 35, 30, 160, 13
+ DEFPUSHBUTTON "OK", IDOK, 90, 50, 50, 14
+ PUSHBUTTON "Abbrechen", IDCANCEL, 145, 50, 50, 14
+}
Propchange: trunk/reactos/dll/win32/ieframe/lang/de-DE.rc
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/reactos/dll/win32/ieframe/lang/en-US.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/ieframe/lang/en-…
==============================================================================
--- trunk/reactos/dll/win32/ieframe/lang/en-US.rc (added)
+++ trunk/reactos/dll/win32/ieframe/lang/en-US.rc [iso-8859-1] Thu Apr 16 17:18:48 2015
@@ -0,0 +1,78 @@
+LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
+
+IDR_BROWSE_MAIN_MENU MENU
+{
+ POPUP "&File"
+ {
+ POPUP "&New"
+ {
+ MENUITEM "&Window", ID_BROWSE_NEW_WINDOW
+ }
+ MENUITEM "&Open...", ID_BROWSE_OPEN
+ MENUITEM "&Save", ID_BROWSE_SAVE
+ MENUITEM "Save &as...", ID_BROWSE_SAVE_AS
+ MENUITEM SEPARATOR
+ MENUITEM "Print &Format...", ID_BROWSE_PRINT_FORMAT
+ MENUITEM "Pr&int...", ID_BROWSE_PRINT
+ MENUITEM "Print Previe&w", ID_BROWSE_PRINT_PREVIEW
+ MENUITEM SEPARATOR
+ MENUITEM "&Properties", ID_BROWSE_PROPERTIES
+ MENUITEM "&Close", ID_BROWSE_QUIT
+ }
+ POPUP "&View"
+ {
+ POPUP "&Toolbars"
+ {
+ MENUITEM "&Standard bar", ID_BROWSE_BAR_STD
+ MENUITEM "&Address bar", ID_BROWSE_BAR_ADDR
+ }
+ }
+ POPUP "&Favorites"
+ {
+ MENUITEM "&Add to Favorites...", ID_BROWSE_ADDFAV
+ MENUITEM SEPARATOR
+ }
+ POPUP "&Help"
+ {
+ MENUITEM "&About Internet Explorer", ID_BROWSE_ABOUT
+ }
+}
+
+STRINGTABLE
+{
+ IDS_TB_BACK "Back"
+ IDS_TB_FORWARD "Forward"
+ IDS_TB_STOP "Stop"
+ IDS_TB_REFRESH "Refresh"
+ IDS_TB_HOME "Home"
+ IDS_TB_PRINT "Print..."
+}
+
+STRINGTABLE
+{
+ IDS_ADDRESS "Address"
+}
+
+STRINGTABLE
+{
+ IDS_FINDINGRESOURCE "Searching for %s"
+ IDS_BEGINDOWNLOADDATA "Start downloading %s"
+ IDS_ENDDOWNLOADDATA "Downloading %s"
+ IDS_SENDINGREQUEST "Asking for %s"
+}
+
+
+IDD_BROWSE_OPEN DIALOGEX 10, 10, 200, 70
+STYLE DS_MODALFRAME | WS_CAPTION
+CAPTION "Open URL"
+FONT 8, "MS Shell Dlg"
+{
+ LTEXT "Specify the URL you wish to open in Internet Explorer",-1,
35,5,160,25
+ LTEXT "Open:", -1, 5, 32, 30, 15
+#ifdef __REACTOS__
+ ICON IDC_PAGEICO, IDC_PAGEICO, 2, 5, 21, 20, SS_ICON
+#endif
+ EDITTEXT IDC_BROWSE_OPEN_URL, 35, 30, 160, 13
+ DEFPUSHBUTTON "OK", IDOK, 90, 50, 50, 14
+ PUSHBUTTON "Cancel", IDCANCEL, 145, 50, 50, 14
+}
Propchange: trunk/reactos/dll/win32/ieframe/lang/en-US.rc
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/reactos/dll/win32/ieframe/lang/es-ES.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/ieframe/lang/es-…
==============================================================================
--- trunk/reactos/dll/win32/ieframe/lang/es-ES.rc (added)
+++ trunk/reactos/dll/win32/ieframe/lang/es-ES.rc [iso-8859-1] Thu Apr 16 17:18:48 2015
@@ -0,0 +1,80 @@
+/* 2015-04-15: Translated to Spanish by Ismael Ferreras Morezuelas
<swyterzone+ros(a)gmail.com> */
+
+LANGUAGE LANG_SPANISH, SUBLANG_DEFAULT
+
+IDR_BROWSE_MAIN_MENU MENU
+{
+ POPUP "&Archivo"
+ {
+ POPUP "&Nueva"
+ {
+ MENUITEM "&Ventana", ID_BROWSE_NEW_WINDOW
+ }
+ MENUITEM "&Abrir...", ID_BROWSE_OPEN
+ MENUITEM "&Guardar", ID_BROWSE_SAVE
+ MENUITEM "Guardar &como...", ID_BROWSE_SAVE_AS
+ MENUITEM SEPARATOR
+ MENUITEM "Imprimir con &formato...", ID_BROWSE_PRINT_FORMAT
+ MENUITEM "Imp&rimir...", ID_BROWSE_PRINT
+ MENUITEM "Imprimir &vista previa", ID_BROWSE_PRINT_PREVIEW
+ MENUITEM SEPARATOR
+ MENUITEM "&Propiedades", ID_BROWSE_PROPERTIES
+ MENUITEM "&Cerrar", ID_BROWSE_QUIT
+ }
+ POPUP "&Ver"
+ {
+ POPUP "&Barras"
+ {
+ MENUITEM "Barra de &navegación", ID_BROWSE_BAR_STD
+ MENUITEM "Barra de &dirección", ID_BROWSE_BAR_ADDR
+ }
+ }
+ POPUP "&Favoritos"
+ {
+ MENUITEM "&Añadir a favoritos...", ID_BROWSE_ADDFAV
+ MENUITEM SEPARATOR
+ }
+ POPUP "&Ayuda"
+ {
+ MENUITEM "&Acerca de Internet Explorer", ID_BROWSE_ABOUT
+ }
+}
+
+STRINGTABLE
+{
+ IDS_TB_BACK "Atrás"
+ IDS_TB_FORWARD "Adelante"
+ IDS_TB_STOP "Detener"
+ IDS_TB_REFRESH "Recargar"
+ IDS_TB_HOME "Inicio"
+ IDS_TB_PRINT "Imprimir..."
+}
+
+STRINGTABLE
+{
+ IDS_ADDRESS "Dirección"
+}
+
+STRINGTABLE
+{
+ IDS_FINDINGRESOURCE "Buscando %s"
+ IDS_BEGINDOWNLOADDATA "Comenzando la descarga de %s"
+ IDS_ENDDOWNLOADDATA "Descargando %s"
+ IDS_SENDINGREQUEST "Pidiendo %s"
+}
+
+
+IDD_BROWSE_OPEN DIALOGEX 10, 10, 200, 70
+STYLE DS_MODALFRAME | WS_CAPTION
+CAPTION "Abrir URL"
+FONT 8, "MS Shell Dlg"
+{
+ LTEXT "Dirección URL a abrir en Internet Explorer",-1, 35,5,160,25
+ LTEXT "Abrir:", -1, 5, 32, 30, 15
+#ifdef __REACTOS__
+ ICON IDC_PAGEICO, IDC_PAGEICO, 2, 5, 21, 20, SS_ICON
+#endif
+ EDITTEXT IDC_BROWSE_OPEN_URL, 35, 30, 160, 13
+ DEFPUSHBUTTON "Aceptar", IDOK, 90, 50, 50, 14
+ PUSHBUTTON "Cancelar", IDCANCEL, 145, 50, 50, 14
+}
Propchange: trunk/reactos/dll/win32/ieframe/lang/es-ES.rc
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/reactos/dll/win32/ieframe/lang/it-IT.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/ieframe/lang/it-…
==============================================================================
--- trunk/reactos/dll/win32/ieframe/lang/it-IT.rc (added)
+++ trunk/reactos/dll/win32/ieframe/lang/it-IT.rc [iso-8859-1] Thu Apr 16 17:18:48 2015
@@ -0,0 +1,78 @@
+LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
+
+IDR_BROWSE_MAIN_MENU MENU
+{
+ POPUP "&File"
+ {
+ POPUP "&Nuova"
+ {
+ MENUITEM "&Finestra", ID_BROWSE_NEW_WINDOW
+ }
+ MENUITEM "&Apri...", ID_BROWSE_OPEN
+ MENUITEM "&Salva", ID_BROWSE_SAVE
+ MENUITEM "Sal&va come...", ID_BROWSE_SAVE_AS
+ MENUITEM SEPARATOR
+ MENUITEM "&Imposta pagina...", ID_BROWSE_PRINT_FORMAT
+ MENUITEM "S&tampa...", ID_BROWSE_PRINT
+ MENUITEM "A&nteprima di Stampa",
ID_BROWSE_PRINT_PREVIEW
+ MENUITEM SEPARATOR
+ MENUITEM "&Propietà", ID_BROWSE_PROPERTIES
+ MENUITEM "&Chiudi", ID_BROWSE_QUIT
+ }
+ POPUP "&Visualizza"
+ {
+ POPUP "&Barre degli strumenti"
+ {
+ MENUITEM "&Pulsanti standard", ID_BROWSE_BAR_STD
+ MENUITEM "&Barra degli indirizzi",
ID_BROWSE_BAR_ADDR
+ }
+ }
+ POPUP "&Favoriti"
+ {
+ MENUITEM "&Aggiungi a Favoriti...", ID_BROWSE_ADDFAV
+ MENUITEM SEPARATOR
+ }
+ POPUP "&Help"
+ {
+ MENUITEM "&Informazioni su Internet Explorer", ID_BROWSE_ABOUT
+ }
+}
+
+STRINGTABLE
+{
+ IDS_TB_BACK "Indietro"
+ IDS_TB_FORWARD "Avanti"
+ IDS_TB_STOP "Interrompi"
+ IDS_TB_REFRESH "Aggiorna"
+ IDS_TB_HOME "Pagina iniziale"
+ IDS_TB_PRINT "Stampa..."
+}
+
+STRINGTABLE
+{
+ IDS_ADDRESS "Indirizzo"
+}
+
+STRINGTABLE
+{
+ IDS_FINDINGRESOURCE "Ricerca di %s"
+ IDS_BEGINDOWNLOADDATA "Inizio download %s"
+ IDS_ENDDOWNLOADDATA "Download %s completato"
+ IDS_SENDINGREQUEST "Richiesta di %s"
+}
+
+
+IDD_BROWSE_OPEN DIALOGEX 10, 10, 200, 70
+STYLE DS_MODALFRAME | WS_CAPTION
+CAPTION "Apri Indirizzo"
+FONT 8, "MS Shell Dlg"
+{
+ LTEXT "Specificare l'indirizzo URL da aprire in Internet Explorer",-1,
35,5,160,25
+ LTEXT "Apri:", -1, 5, 32, 30, 15
+#ifdef __REACTOS__
+ ICON IDC_PAGEICO, IDC_PAGEICO, 2, 5, 21, 20, SS_ICON
+#endif
+ EDITTEXT IDC_BROWSE_OPEN_URL, 35, 30, 160, 13
+ DEFPUSHBUTTON "Apri", IDOK, 90, 50, 50, 14
+ PUSHBUTTON "Annulla", IDCANCEL, 145, 50, 50, 14
+}
Propchange: trunk/reactos/dll/win32/ieframe/lang/it-IT.rc
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/reactos/dll/win32/ieframe/lang/ro-RO.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/ieframe/lang/ro-…
==============================================================================
--- trunk/reactos/dll/win32/ieframe/lang/ro-RO.rc (added)
+++ trunk/reactos/dll/win32/ieframe/lang/ro-RO.rc [iso-8859-1] Thu Apr 16 17:18:48 2015
@@ -0,0 +1,78 @@
+LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
+
+IDR_BROWSE_MAIN_MENU MENU
+{
+ POPUP "&Dosar"
+ {
+ POPUP "&Nou"
+ {
+ MENUITEM "&Fereastrã", ID_BROWSE_NEW_WINDOW
+ }
+ MENUITEM "&Deschide...", ID_BROWSE_OPEN
+ MENUITEM "&Salveazã", ID_BROWSE_SAVE
+ MENUITEM "Salveazã &ca...", ID_BROWSE_SAVE_AS
+ MENUITEM SEPARATOR
+ MENUITEM "Tipareate &formateazã...", ID_BROWSE_PRINT_FORMAT
+ MENUITEM "Tipã&reste...", ID_BROWSE_PRINT
+ MENUITEM "Previzualizare tipãri&re", ID_BROWSE_PRINT_PREVIEW
+ MENUITEM SEPARATOR
+ MENUITEM "&Proprietãti", ID_BROWSE_PROPERTIES
+ MENUITEM "&Inchide", ID_BROWSE_QUIT
+ }
+ POPUP "&View"
+ {
+ POPUP "&Toolbars"
+ {
+ MENUITEM "&Bara standard", ID_BROWSE_BAR_STD
+ MENUITEM "&Bara adresã", ID_BROWSE_BAR_ADDR
+ }
+ }
+ POPUP "&Favorites"
+ {
+ MENUITEM "&Adaugã la Favorite...", ID_BROWSE_ADDFAV
+ MENUITEM SEPARATOR
+ }
+ POPUP "&Ajutor"
+ {
+ MENUITEM "&Despre Internet Explorer", ID_BROWSE_ABOUT
+ }
+}
+
+STRINGTABLE
+{
+ IDS_TB_BACK "Inapoi"
+ IDS_TB_FORWARD "Inainte"
+ IDS_TB_STOP "Opreste"
+ IDS_TB_REFRESH "Improspateazã"
+ IDS_TB_HOME "Acasã"
+ IDS_TB_PRINT "Tipãreste..."
+}
+
+STRINGTABLE
+{
+ IDS_ADDRESS "Adresã"
+}
+
+STRINGTABLE
+{
+ IDS_FINDINGRESOURCE "Cautã %s"
+ IDS_BEGINDOWNLOADDATA "Porneste descãrcarea %s"
+ IDS_ENDDOWNLOADDATA "Descarcã %s"
+ IDS_SENDINGREQUEST "Intreabã de %s"
+}
+
+
+IDD_BROWSE_OPEN DIALOGEX 10, 10, 200, 70
+STYLE DS_MODALFRAME | WS_CAPTION
+CAPTION "Deschide URL"
+FONT 8, "MS Shell Dlg"
+{
+ LTEXT "Specificã adresa URL pe care vrei s-o deschizi in Internet
Explorer",-1, 35,5,160,25
+ LTEXT "Deschide:", -1, 5, 32, 30, 15
+#ifdef __REACTOS__
+ ICON IDC_PAGEICO, IDC_PAGEICO, 2, 5, 21, 20, SS_ICON
+#endif
+ EDITTEXT IDC_BROWSE_OPEN_URL, 35, 30, 160, 13
+ DEFPUSHBUTTON "Gata", IDOK, 90, 50, 50, 14
+ PUSHBUTTON "Renuntã", IDCANCEL, 145, 50, 50, 14
+}
Propchange: trunk/reactos/dll/win32/ieframe/lang/ro-RO.rc
------------------------------------------------------------------------------
svn:eol-style = native