oleaut32: Add the Romanian translation.

Michael Stefaniuc mstefani at redhat.de
Thu Mar 20 17:14:19 CDT 2008


---
 dlls/oleaut32/oleaut32.rc    |    1 +
 dlls/oleaut32/oleaut32_Ro.rc |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+), 0 deletions(-)
 create mode 100644 dlls/oleaut32/oleaut32_Ro.rc

diff --git a/dlls/oleaut32/oleaut32.rc b/dlls/oleaut32/oleaut32.rc
index 565076d..52e5d8d 100644
--- a/dlls/oleaut32/oleaut32.rc
+++ b/dlls/oleaut32/oleaut32.rc
@@ -39,6 +39,7 @@
 #include "oleaut32_No.rc"
 #include "oleaut32_Pl.rc"
 #include "oleaut32_Pt.rc"
+#include "oleaut32_Ro.rc"
 #include "oleaut32_Ru.rc"
 #include "oleaut32_Sv.rc"
 #include "oleaut32_Th.rc"
diff --git a/dlls/oleaut32/oleaut32_Ro.rc b/dlls/oleaut32/oleaut32_Ro.rc
new file mode 100644
index 0000000..01faca9
--- /dev/null
+++ b/dlls/oleaut32/oleaut32_Ro.rc
@@ -0,0 +1,35 @@
+/*
+ * English resources for oleaut32
+ *
+ * Copyright 2003 Jon Griffiths
+ *
+ * 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
+ */
+
+LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
+
+#pragma code_page(65001)
+
+STRINGTABLE DISCARDABLE
+{
+  IDS_TRUE  "Adevărat"
+  IDS_FALSE "Fals"
+  IDS_YES   "Da"
+  IDS_NO    "Nu"
+  IDS_ON    "Activat"
+  IDS_OFF   "Dezactivat"
+}
+
+#pragma code_page(default)
-- 
1.5.4.4
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080320/efdb7944/attachment.pgp 


More information about the wine-patches mailing list