Module: wine
Branch: master
Commit: 5349897afc12ca350a8e35fc116526f5ba836528
URL: http://source.winehq.org/git/wine.git/?a=commit;h=5349897afc12ca350a8e35fc1…
Author: Matej Spindler <spindler.matej(a)gmail.com>
Date: Thu Sep 16 16:44:03 2010 +0200
inetcpl.cpl: Add Slovenian translation.
---
dlls/inetcpl.cpl/Makefile.in | 1 +
dlls/inetcpl.cpl/cpl_Si.rc | 32 ++++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+), 0 deletions(-)
diff --git a/dlls/inetcpl.cpl/Makefile.in b/dlls/inetcpl.cpl/Makefile.in
index 2c4b5b2..4965a0a 100644
--- a/dlls/inetcpl.cpl/Makefile.in
+++ b/dlls/inetcpl.cpl/Makefile.in
@@ -13,6 +13,7 @@ RC_SRCS = \
cpl_Fr.rc \
cpl_It.rc \
cpl_Ko.rc \
+ cpl_Si.rc \
inetcpl.rc
SVG_SRCS = \
diff --git a/dlls/inetcpl.cpl/cpl_Si.rc b/dlls/inetcpl.cpl/cpl_Si.rc
new file mode 100644
index 0000000..2ffc2fe
--- /dev/null
+++ b/dlls/inetcpl.cpl/cpl_Si.rc
@@ -0,0 +1,32 @@
+/*
+ * Internet control panel applet
+ *
+ * Copyright 2010 Matej Špindler
+ *
+ * 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 "inetcpl.h"
+
+#pragma code_page(65001)
+
+LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
+
+STRINGTABLE DISCARDABLE
+BEGIN
+ IDS_CPL_NAME "Internetne možnosti"
+ IDS_CPL_INFO "Konfiguriraj internetni brskalnik v Wine in sorodne nastavitve"
+END
Module: wine
Branch: master
Commit: 9cbf3bd3cbd65339b2f8b7f276d9061823926d0e
URL: http://source.winehq.org/git/wine.git/?a=commit;h=9cbf3bd3cbd65339b2f8b7f27…
Author: Matej Spindler <spindler.matej(a)gmail.com>
Date: Thu Sep 16 16:45:14 2010 +0200
ipconfig: Add Slovenian translation.
---
programs/ipconfig/Makefile.in | 1 +
programs/ipconfig/Si.rc | 49 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 50 insertions(+), 0 deletions(-)
diff --git a/programs/ipconfig/Makefile.in b/programs/ipconfig/Makefile.in
index 40966a9..c599edf 100644
--- a/programs/ipconfig/Makefile.in
+++ b/programs/ipconfig/Makefile.in
@@ -17,6 +17,7 @@ RC_SRCS = \
Ko.rc \
Lt.rc \
Nl.rc \
+ Si.rc \
Sv.rc \
Uk.rc
diff --git a/programs/ipconfig/Si.rc b/programs/ipconfig/Si.rc
new file mode 100644
index 0000000..43f34d1
--- /dev/null
+++ b/programs/ipconfig/Si.rc
@@ -0,0 +1,49 @@
+/*
+ * IP configuration utility
+ * Slovenian language support
+ *
+ * Copyright 2010 Matej Špindler
+ *
+ * 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 "ipconfig.h"
+
+#pragma code_page(65001)
+
+LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
+
+STRINGTABLE
+{
+ STRING_USAGE, "Uporaba: ipconfig [ /? | /all ]\n"
+ STRING_INVALID_CMDLINE, "Napaka: Nepoznana ali nepopolna ukazna vrstica\n"
+ STRING_ADAPTER_FRIENDLY, "%s kartica %s\n"
+ STRING_ETHERNET, "Ethernet"
+ STRING_UNKNOWN, "Nepoznano"
+ STRING_CONN_DNS_SUFFIX, "S povezavo določena DNS pripona"
+ STRING_IP_ADDRESS, "IP naslov"
+ STRING_HOSTNAME, "Ime gostitelja"
+ STRING_NODE_TYPE, "Tip vozlišča"
+ STRING_BROADCAST, "Broadcast"
+ STRING_PEER_TO_PEER, "Vsak z vsakim"
+ STRING_MIXED, "Mešan"
+ STRING_HYBRID, "Hibriden"
+ STRING_IP_ROUTING, "IP usmerjanje omogočeno"
+ STRING_DESCRIPTION, "Opis"
+ STRING_PHYS_ADDR, "Fizični naslov"
+ STRING_DHCP_ENABLED, "DHCP omogočen"
+ STRING_YES, "Da"
+ STRING_NO, "Ne"
+}
Module: wine
Branch: master
Commit: c6f876f4a60cc3de63f5d6ac4be06db13f679e0f
URL: http://source.winehq.org/git/wine.git/?a=commit;h=c6f876f4a60cc3de63f5d6ac4…
Author: Hwang YunSong <hys545(a)dreamwiz.com>
Date: Thu Sep 16 17:34:21 2010 +0900
inetcpl.cpl: New Korean resource.
---
dlls/inetcpl.cpl/Makefile.in | 1 +
dlls/inetcpl.cpl/cpl_Ko.rc | 33 +++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+), 0 deletions(-)
diff --git a/dlls/inetcpl.cpl/Makefile.in b/dlls/inetcpl.cpl/Makefile.in
index 4952db9..2c4b5b2 100644
--- a/dlls/inetcpl.cpl/Makefile.in
+++ b/dlls/inetcpl.cpl/Makefile.in
@@ -12,6 +12,7 @@ RC_SRCS = \
cpl_En.rc \
cpl_Fr.rc \
cpl_It.rc \
+ cpl_Ko.rc \
inetcpl.rc
SVG_SRCS = \
diff --git a/dlls/inetcpl.cpl/cpl_Ko.rc b/dlls/inetcpl.cpl/cpl_Ko.rc
new file mode 100644
index 0000000..f6aa9ae
--- /dev/null
+++ b/dlls/inetcpl.cpl/cpl_Ko.rc
@@ -0,0 +1,33 @@
+/*
+ * Internet control panel applet
+ *
+ * Copyright 2010 Detlef Riekenberg
+ * Copyright 2010 YunSong Hwang
+ *
+ * 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 "inetcpl.h"
+
+#pragma code_page(65001)
+
+LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
+
+STRINGTABLE DISCARDABLE
+BEGIN
+ IDS_CPL_NAME "인터넷 설정"
+ IDS_CPL_INFO "Wine 인터넷 브라우저와 관련 설정 처리"
+END
Module: wine
Branch: master
Commit: aea961c1564a988f398f4d756c40e443344fdcc1
URL: http://source.winehq.org/git/wine.git/?a=commit;h=aea961c1564a988f398f4d756…
Author: Frédéric Delanoy <frederic.delanoy(a)gmail.com>
Date: Thu Sep 16 12:12:40 2010 +0200
inetcpl.cpl: Add French translation.
---
dlls/inetcpl.cpl/Makefile.in | 1 +
dlls/inetcpl.cpl/cpl_Fr.rc | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/dlls/inetcpl.cpl/Makefile.in b/dlls/inetcpl.cpl/Makefile.in
index 66151e7..4952db9 100644
--- a/dlls/inetcpl.cpl/Makefile.in
+++ b/dlls/inetcpl.cpl/Makefile.in
@@ -10,6 +10,7 @@ C_SRCS = \
RC_SRCS = \
cpl_De.rc \
cpl_En.rc \
+ cpl_Fr.rc \
cpl_It.rc \
inetcpl.rc
diff --git a/dlls/inetcpl.cpl/cpl_Fr.rc b/dlls/inetcpl.cpl/cpl_Fr.rc
new file mode 100644
index 0000000..aeedb73
--- /dev/null
+++ b/dlls/inetcpl.cpl/cpl_Fr.rc
@@ -0,0 +1,34 @@
+/*
+ * Internet control panel applet
+ * French language support
+ *
+ * Copyright 2010 Frédéric Delanoy
+ *
+ * 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 "inetcpl.h"
+
+LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
+
+/* UTF-8 */
+#pragma code_page(65001)
+
+STRINGTABLE DISCARDABLE
+BEGIN
+ IDS_CPL_NAME "Paramètres Internet"
+ IDS_CPL_INFO "Configurer le navigateur internet de Wine et d'autres paramètres associés"
+END