Module: wine
Branch: refs/heads/master
Commit: 4a0b6e9c116d6a6881d1f6e5dcc260a86db9f232
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=4a0b6e9c116d6a6881d1f6e…
Author: Antonio Codazzi <f_sophia(a)libero.it>
Date: Mon Apr 10 01:27:06 2006 +0200
shlwapi: Added Esperanto language.
---
dlls/shlwapi/shlwapi.rc | 1 +
dlls/shlwapi/shlwapi_Eo.rc | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+), 0 deletions(-)
create mode 100644 dlls/shlwapi/shlwapi_Eo.rc
diff --git a/dlls/shlwapi/shlwapi.rc b/dlls/shlwapi/shlwapi.rc
index b566177..771560b 100644
--- a/dlls/shlwapi/shlwapi.rc
+++ b/dlls/shlwapi/shlwapi.rc
@@ -27,6 +27,7 @@
#include "shlwapi_De.rc"
#include "shlwapi_En.rc"
+#include "shlwapi_Eo.rc"
#include "shlwapi_Es.rc"
#include "shlwapi_Fi.rc"
#include "shlwapi_Hu.rc"
diff --git a/dlls/shlwapi/shlwapi_Eo.rc b/dlls/shlwapi/shlwapi_Eo.rc
new file mode 100644
index 0000000..7abe848
--- /dev/null
+++ b/dlls/shlwapi/shlwapi_Eo.rc
@@ -0,0 +1,35 @@
+/*
+ * Shlwapi - Esperanto Language Support
+ *
+ * Copyright 2006 Antonio Codazzi
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
+LANGUAGE LANG_ESPERANTO, SUBLANG_DEFAULT
+
+IDD_ERR_DIALOG DIALOG MOVEABLE DISCARDABLE 0, 0, 220, 60
+STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "Eroro!"
+FONT 8, "MS Shell Dlg"
+{
+ LTEXT "", IDS_ERR_USER_MSG2, 15, 5, 28, 20
+ LTEXT "", IDS_ERR_USER_MSG, 15, 5, 210, 8
+ CHECKBOX "Ne elmontru ree &�i mesa�on", IDC_ERR_DONT_SHOW, 5, 20, 210, 10, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
+ PUSHBUTTON L"&Bone" IDOK, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
+ PUSHBUTTON L"&Rezigni" IDCANCEL, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
+ PUSHBUTTON L"&Jes" IDYES, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
+ PUSHBUTTON L"&Ne" IDNO, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
+}
Module: wine
Branch: refs/heads/master
Commit: 135ca99f88e32eb8e0b55add91f7d5752e9ba510
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=135ca99f88e32eb8e0b55ad…
Author: Antonio Codazzi <f_sophia(a)libero.it>
Date: Mon Apr 10 01:33:21 2006 +0200
oleaut32: Added Esperanto language.
---
dlls/oleaut32/oleaut32.rc | 1 +
dlls/oleaut32/oleaut32_Eo.rc | 31 +++++++++++++++++++++++++++++++
2 files changed, 32 insertions(+), 0 deletions(-)
create mode 100644 dlls/oleaut32/oleaut32_Eo.rc
diff --git a/dlls/oleaut32/oleaut32.rc b/dlls/oleaut32/oleaut32.rc
index 31dc309..c707637 100644
--- a/dlls/oleaut32/oleaut32.rc
+++ b/dlls/oleaut32/oleaut32.rc
@@ -28,6 +28,7 @@
#include "oleaut32_De.rc"
#include "oleaut32_Dk.rc"
#include "oleaut32_En.rc"
+#include "oleaut32_Eo.rc"
#include "oleaut32_Es.rc"
#include "oleaut32_Cz.rc"
#include "oleaut32_Fr.rc"
diff --git a/dlls/oleaut32/oleaut32_Eo.rc b/dlls/oleaut32/oleaut32_Eo.rc
new file mode 100644
index 0000000..1b24628
--- /dev/null
+++ b/dlls/oleaut32/oleaut32_Eo.rc
@@ -0,0 +1,31 @@
+/*
+ * Oleaut32 - Esperanto Language Support
+ *
+ * Copyright 2006 Antonio Codazzi
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
+LANGUAGE LANG_ESPERANTO, SUBLANG_DEFAULT
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_TRUE "Vere"
+ IDS_FALSE "False"
+ IDS_YES "Jes"
+ IDS_NO "Ne"
+ IDS_ON "Kondukta"
+ IDS_OFF "Elkluda"
+}
Module: wine
Branch: refs/heads/master
Commit: f4257157b2479d6ce00d52749307c9200f4e711f
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=f4257157b2479d6ce00d527…
Author: Antonio Codazzi <f_sophia(a)libero.it>
Date: Mon Apr 10 01:32:45 2006 +0200
view: Added Esperanto language.
---
programs/view/Eo.rc | 75 +++++++++++++++++++++++++++++++++++++++++++++++
programs/view/viewrc.rc | 1 +
2 files changed, 76 insertions(+), 0 deletions(-)
create mode 100644 programs/view/Eo.rc
diff --git a/programs/view/Eo.rc b/programs/view/Eo.rc
new file mode 100644
index 0000000..8ca5d1d
--- /dev/null
+++ b/programs/view/Eo.rc
@@ -0,0 +1,75 @@
+/*
+ * View - Resources
+ * Esperanto Language Support
+ *
+ * Copyright 2006 Antonio Codazzi
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
+LANGUAGE LANG_ESPERANTO, SUBLANG_DEFAULT
+
+/*
+ *
+ * Menu
+ *
+ */
+
+VIEW MENU
+BEGIN
+ POPUP "&Dosiero"
+ BEGIN
+ MENUITEM "&Malfermu", IDM_OPEN
+ MENUITEM "&Fermu", IDM_EXIT
+ END
+ POPUP "&Movo"
+ BEGIN
+ MENUITEM "&Al�ustigu la fenestron", IDM_SET_EXT_TO_WIN
+ MENUITEM SEPARATOR
+ MENUITEM "&Maldekstre", IDM_LEFT
+ MENUITEM "&Dekstre", IDM_RIGHT
+ MENUITEM "&Supre", IDM_UP
+ MENUITEM "&Sube", IDM_DOWN
+ END
+ POPUP "&Pri..."
+ BEGIN
+ MENUITEM "&Saluton", IDM_HELLO
+ END
+END
+
+
+/*
+ *
+ * Accelerator
+ *
+ */
+
+VIEW ACCELERATORS
+BEGIN
+ "Q", IDM_EXIT, VIRTKEY, CONTROL
+END
+
+
+/*
+ *
+ * String Table
+ *
+ */
+
+STRINGTABLE DISCARDABLE
+BEGIN
+ IDS_APPNAME "Videbligo"
+ IDS_DESCRIPTION "Videbligilo la� Regulaj Metadosieroj"
+END
diff --git a/programs/view/viewrc.rc b/programs/view/viewrc.rc
index 11cdd4f..30a1c2e 100644
--- a/programs/view/viewrc.rc
+++ b/programs/view/viewrc.rc
@@ -22,6 +22,7 @@
#include "Cs.rc"
#include "De.rc"
#include "En.rc"
+#include "Eo.rc"
#include "Es.rc"
#include "Fr.rc"
#include "It.rc"
Module: wine
Branch: refs/heads/master
Commit: 1347c1dfde1a3fe7384acc2c6ef7ddf14c427192
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=1347c1dfde1a3fe7384acc2…
Author: Antonio Codazzi <f_sophia(a)libero.it>
Date: Mon Apr 10 01:32:45 2006 +0200
serialui: Added Esperanto language.
---
dlls/serialui/Eo.rc | 43 ++++++++++++++++++++++++++++++++++++++++++
dlls/serialui/serialui_rc.rc | 1 +
2 files changed, 44 insertions(+), 0 deletions(-)
create mode 100644 dlls/serialui/Eo.rc
diff --git a/dlls/serialui/Eo.rc b/dlls/serialui/Eo.rc
new file mode 100644
index 0000000..d3d09c2
--- /dev/null
+++ b/dlls/serialui/Eo.rc
@@ -0,0 +1,43 @@
+/*
+ * Serialui - Esperanto Language Support
+ *
+ * Copyright 2006 Antonio Codazzi
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
+LANGUAGE LANG_ESPERANTO, SUBLANG_DEFAULT
+
+IDD_SERIALUICONFIG DIALOG DISCARDABLE 0, 0, 160, 159
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
+CAPTION "Ecoj de..."
+FONT 8, "MS Shell Dlg"
+BEGIN
+ LTEXT "Bitoj dum sekundo", 0,5,20,55,10
+ COMBOBOX IDC_BAUD, 60, 20, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
+ LTEXT "Pareco", 0,5,40,55,10
+ COMBOBOX IDC_PARITY, 60, 40, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
+ LTEXT "Fluksa Kontrolo", 0,5,60,55,10
+ COMBOBOX IDC_FLOW, 60, 60, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
+ LTEXT "Datenbitoj", 0,5,80,55,10
+ COMBOBOX IDC_DATA, 60, 80, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
+ LTEXT "Haltbitoj", 0,5,100,55,10
+ COMBOBOX IDC_STOP, 60, 100, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
+ DEFPUSHBUTTON "Bone", IDOK,30,138,50,14
+ PUSHBUTTON "Rezigni", IDCANCEL,85,138,50,14
+ /* these two buttons are for testing Get/SetDefaultCommConfig */
+ /* PUSHBUTTON "GetDefault", ID_GETDEFAULT,30,115,50,14 */
+ /* PUSHBUTTON "SetDefault", ID_SETDEFAULT,85,115,50,14 */
+END
diff --git a/dlls/serialui/serialui_rc.rc b/dlls/serialui/serialui_rc.rc
index 5ba59f0..b1c794f 100644
--- a/dlls/serialui/serialui_rc.rc
+++ b/dlls/serialui/serialui_rc.rc
@@ -25,6 +25,7 @@
#include "Cs.rc"
#include "De.rc"
#include "En.rc"
+#include "Eo.rc"
#include "Es.rc"
#include "Fi.rc"
#include "Fr.rc"