Module: wine
Branch: master
Commit: 0e63d955d6fe7f4cf61cd1d0dd4865a25f14ddd0
URL: http://source.winehq.org/git/wine.git/?a=commit;h=0e63d955d6fe7f4cf61cd1d0d…
Author: Luca Bennati <lucak3(a)gmail.com>
Date: Tue Jun 22 23:38:53 2010 +0200
cmd: Update Italian translation.
---
programs/cmd/It.rc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/programs/cmd/It.rc b/programs/cmd/It.rc
index ecccebe..c503cd1 100644
--- a/programs/cmd/It.rc
+++ b/programs/cmd/It.rc
@@ -113,8 +113,8 @@ MOVE fallisce se la nuova e la vecchia locazione sono su lettere di unità DOS d
WCMD_PATH,
"PATH mostra o cambia il percorso di ricerca di cmd.\n\
\n\
-Usando PATH, verrà mostrato la configurazione corrente di PATH (inizialmente questa è\n\
-il valore nel tuo file wine.conf). Per cambiarla, fai seguire al\n\
+Usando PATH, verrà mostrato l'impostazione corrente di PATH (il cui valore è preso\n\
+inizialmente dal registro). Per cambiarla, fai seguire al\n\
comando PATH il nuovo valore.\n\
\n\
È anche possibile modificare il PATH usando la variabile d'ambiente\n\
Module: wine
Branch: master
Commit: 65cebf3ae23b89b67d3861231d317f2017fef068
URL: http://source.winehq.org/git/wine.git/?a=commit;h=65cebf3ae23b89b67d3861231…
Author: Michael Stefaniuc <mstefani(a)redhat.com>
Date: Wed Jun 23 01:14:48 2010 +0200
gphoto.ds: Add the Romanian translation.
Translation by Claudia Cotună.
---
dlls/gphoto2.ds/Makefile.in | 1 +
dlls/gphoto2.ds/gphoto2_Ro.rc | 57 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 58 insertions(+), 0 deletions(-)
diff --git a/dlls/gphoto2.ds/Makefile.in b/dlls/gphoto2.ds/Makefile.in
index 63d1b68..5cbde22 100644
--- a/dlls/gphoto2.ds/Makefile.in
+++ b/dlls/gphoto2.ds/Makefile.in
@@ -27,6 +27,7 @@ RC_SRCS = \
gphoto2_No.rc \
gphoto2_Pl.rc \
gphoto2_Pt.rc \
+ gphoto2_Ro.rc \
gphoto2_Ru.rc \
gphoto2_Si.rc \
gphoto2_Sv.rc \
diff --git a/dlls/gphoto2.ds/gphoto2_Ro.rc b/dlls/gphoto2.ds/gphoto2_Ro.rc
new file mode 100644
index 0000000..9cfe1b2
--- /dev/null
+++ b/dlls/gphoto2.ds/gphoto2_Ro.rc
@@ -0,0 +1,57 @@
+/*
+ * Copyright 2006 CodeWeavers, Aric Stewart
+ * Copyright 2010 Claudia Cotună
+ * Michael Stefaniuc
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+#include "resource.h"
+
+LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
+
+#pragma code_page(65001)
+
+IDD_CAMERAUI DIALOG DISCARDABLE 0, 0, 372, 273
+STYLE DS_MODALFRAME | DS_SETFOREGROUND | DS_CENTER | WS_POPUP | WS_VISIBLE |
+ WS_CAPTION | WS_SYSMENU
+CAPTION "Fișiere în aparatul foto"
+FONT 8, "MS Sans Serif"
+BEGIN
+ CONTROL "Lista1",IDC_LIST1,"SysListView32", LVS_ICON | WS_BORDER |
+WS_TABSTOP,7,7,358,229
+ DEFPUSHBUTTON "Importă selecția",IDC_IMPORT,152,252,72,14
+ PUSHBUTTON "Previzualizare",IDC_FETCH,7,252,64,14
+ PUSHBUTTON "Importă tot",IDC_IMPORTALL,80,252,64,14
+ CONTROL "Omite acest dialog",IDC_SKIP,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,230,252,76,14
+ PUSHBUTTON "Ieșire",IDC_EXIT,315,252,50,14
+END
+
+IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 46
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE | DS_CENTER | DS_SETFOREGROUND
+CAPTION "Transferare"
+FONT 8, "MS Sans Serif"
+BEGIN
+ LTEXT "Se transferă... Așteptați",IDC_STATIC,5,19,176,8, SS_CENTER
+END
+
+IDD_CONNECTING DIALOG DISCARDABLE 0, 0, 280, 116
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU| WS_VISIBLE | DS_CENTER
+CAPTION "Conectare la cameră"
+FONT 8, "MS Sans Serif"
+BEGIN
+ CONTROL "",IDC_BITMAP,"Static",SS_BITMAP|SS_CENTERIMAGE,4,4,110,110
+ LTEXT "Se conectează la cameră... Așteptați",IDC_STATIC,128,58,116,8
+END
Module: wine
Branch: master
Commit: fb5ef1c6c648ad443b3fdc4015f7cd5bd0cff548
URL: http://source.winehq.org/git/wine.git/?a=commit;h=fb5ef1c6c648ad443b3fdc401…
Author: Michael Stefaniuc <mstefani(a)redhat.com>
Date: Wed Jun 23 01:14:28 2010 +0200
hhctrl.ocx: Add the Romanian translation.
Translation by Claudia Cotună.
---
dlls/hhctrl.ocx/Makefile.in | 1 +
dlls/hhctrl.ocx/Ro.rc | 63 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 64 insertions(+), 0 deletions(-)
diff --git a/dlls/hhctrl.ocx/Makefile.in b/dlls/hhctrl.ocx/Makefile.in
index 5561f42..1dd511b 100644
--- a/dlls/hhctrl.ocx/Makefile.in
+++ b/dlls/hhctrl.ocx/Makefile.in
@@ -34,6 +34,7 @@ RC_SRCS = \
No.rc \
Pl.rc \
Pt.rc \
+ Ro.rc \
Ru.rc \
Si.rc \
Sv.rc \
diff --git a/dlls/hhctrl.ocx/Ro.rc b/dlls/hhctrl.ocx/Ro.rc
new file mode 100644
index 0000000..28f7569
--- /dev/null
+++ b/dlls/hhctrl.ocx/Ro.rc
@@ -0,0 +1,63 @@
+/*
+ * HTML Help resources
+ *
+ * Copyright 2005 James Hawkins
+ * Copyright 2010 Claudia Cotună
+ * Michael Stefaniuc
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+#include "resource.h"
+
+LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
+
+#pragma code_page(65001)
+
+STRINGTABLE
+BEGIN
+ IDS_CONTENTS "&Cuprins"
+ IDS_INDEX "I&ndex"
+ IDS_SEARCH "C&aută"
+ IDS_FAVORITES "Favor&ite"
+END
+
+STRINGTABLE
+BEGIN
+ IDTB_EXPAND "Afișează"
+ IDTB_CONTRACT "Ascunde"
+ IDTB_STOP "Oprește"
+ IDTB_REFRESH "Actualizează"
+ IDTB_BACK "Înapoi"
+ IDTB_HOME "Acasă"
+ IDTB_SYNC "Sincronizează"
+ IDTB_PRINT "Imprimă"
+ IDTB_OPTIONS "Opțiuni"
+ IDTB_FORWARD "Înainte"
+ IDTB_NOTES "IDTB_NOTES"
+ IDTB_BROWSE_FWD "IDTB_BROWSE_FWD"
+ IDTB_BROWSE_BACK "IDT_BROWSE_BACK"
+ IDTB_CONTENTS "IDTB_CONTENTS"
+ IDTB_INDEX "IDTB_INDEX"
+ IDTB_SEARCH "IDTB_SEARCH"
+ IDTB_HISTORY "IDTB_HISTORY"
+ IDTB_FAVORITES "IDTB_FAVORITES"
+ IDTB_JUMP1 "Salt1"
+ IDTB_JUMP2 "Salt2"
+ IDTB_CUSTOMIZE "Personalizare"
+ IDTB_ZOOM "Zoom"
+ IDTB_TOC_NEXT "IDTB_TOC_NEXT"
+ IDTB_TOC_PREV "IDTB_TOC_PREV"
+END
Module: wine
Branch: master
Commit: ea8313b1c1e9bb44253e0889893f2e6b89bf4385
URL: http://source.winehq.org/git/wine.git/?a=commit;h=ea8313b1c1e9bb44253e08898…
Author: Michael Stefaniuc <mstefani(a)redhat.com>
Date: Wed Jun 23 01:14:16 2010 +0200
serialui: Add the Romanian translation.
Translations by Claudia Cotună and Paul Chitescu.
---
dlls/serialui/Makefile.in | 1 +
dlls/serialui/Ro.rc | 45 +++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+), 0 deletions(-)
diff --git a/dlls/serialui/Makefile.in b/dlls/serialui/Makefile.in
index 95a04f3..b293921 100644
--- a/dlls/serialui/Makefile.in
+++ b/dlls/serialui/Makefile.in
@@ -28,6 +28,7 @@ RC_SRCS = \
No.rc \
Pl.rc \
Pt.rc \
+ Ro.rc \
Ru.rc \
Si.rc \
Sv.rc \
diff --git a/dlls/serialui/Ro.rc b/dlls/serialui/Ro.rc
new file mode 100644
index 0000000..1fe3981
--- /dev/null
+++ b/dlls/serialui/Ro.rc
@@ -0,0 +1,45 @@
+/*
+ * Copyright 2000 Mike McCormack
+ * Copyright 2010 Claudia Cotună
+ * Paul Chitescu
+ * Michael Stefaniuc
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+#include "serialui.h"
+
+LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
+
+#pragma code_page(65001)
+
+IDD_SERIALUICONFIG DIALOG DISCARDABLE 0, 0, 160, 159
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
+CAPTION "Proprietăți pentru "
+FONT 8, "MS Shell Dlg"
+BEGIN
+ LTEXT "Rata de transfer", -1,5,20,55,10
+ COMBOBOX IDC_BAUD, 60, 20, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
+ LTEXT "Paritate", -1,5,40,55,10
+ COMBOBOX IDC_PARITY, 60, 40, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
+ LTEXT "Controlul fluxului", -1,5,60,55,10
+ COMBOBOX IDC_FLOW, 60, 60, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
+ LTEXT "Biţi de date", -1,5,80,55,10
+ COMBOBOX IDC_DATA, 60, 80, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
+ LTEXT "Biţi de stop", -1,5,100,55,10
+ COMBOBOX IDC_STOP, 60, 100, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
+ DEFPUSHBUTTON "OK", IDOK,30,138,50,14
+ PUSHBUTTON "Renunță", IDCANCEL,85,138,50,14
+END