Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
be52106c
Commit
be52106c
authored
Jan 12, 2011
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
inetcpl.cpl: Convert string table resources to po files.
parent
aa1bdef9
Hide whitespace changes
Inline
Side-by-side
Showing
63 changed files
with
369 additions
and
129 deletions
+369
-129
configure
configure
+1
-1
configure.ac
configure.ac
+1
-1
Makefile.in
dlls/inetcpl.cpl/Makefile.in
+2
-1
cpl_De.rc
dlls/inetcpl.cpl/cpl_De.rc
+0
-6
cpl_En.rc
dlls/inetcpl.cpl/cpl_En.rc
+0
-6
cpl_Fr.rc
dlls/inetcpl.cpl/cpl_Fr.rc
+0
-6
cpl_He.rc
dlls/inetcpl.cpl/cpl_He.rc
+0
-6
cpl_It.rc
dlls/inetcpl.cpl/cpl_It.rc
+0
-6
cpl_Ja.rc
dlls/inetcpl.cpl/cpl_Ja.rc
+0
-6
cpl_Ko.rc
dlls/inetcpl.cpl/cpl_Ko.rc
+0
-6
cpl_Lt.rc
dlls/inetcpl.cpl/cpl_Lt.rc
+0
-6
cpl_Nl.rc
dlls/inetcpl.cpl/cpl_Nl.rc
+0
-6
cpl_Pl.rc
dlls/inetcpl.cpl/cpl_Pl.rc
+0
-6
cpl_Pt.rc
dlls/inetcpl.cpl/cpl_Pt.rc
+0
-10
cpl_Si.rc
dlls/inetcpl.cpl/cpl_Si.rc
+0
-32
cpl_Sr.rc
dlls/inetcpl.cpl/cpl_Sr.rc
+0
-12
cpl_Sv.rc
dlls/inetcpl.cpl/cpl_Sv.rc
+0
-6
cpl_Uk.rc
dlls/inetcpl.cpl/cpl_Uk.rc
+0
-6
inetcpl.rc
dlls/inetcpl.cpl/inetcpl.rc
+10
-0
ar.po
po/ar.po
+8
-0
bg.po
po/bg.po
+8
-0
cs.po
po/cs.po
+8
-0
da.po
po/da.po
+8
-0
de.po
po/de.po
+8
-0
el.po
po/el.po
+8
-0
en.po
po/en.po
+8
-0
en_US.po
po/en_US.po
+8
-0
eo.po
po/eo.po
+8
-0
es.po
po/es.po
+8
-0
fa.po
po/fa.po
+8
-0
fi.po
po/fi.po
+8
-0
fr.po
po/fr.po
+9
-0
he.po
po/he.po
+8
-0
hi.po
po/hi.po
+8
-0
hu.po
po/hu.po
+8
-0
it.po
po/it.po
+8
-0
ja.po
po/ja.po
+8
-0
ko.po
po/ko.po
+8
-0
lt.po
po/lt.po
+8
-0
ml.po
po/ml.po
+8
-0
nb_NO.po
po/nb_NO.po
+8
-0
nl.po
po/nl.po
+8
-0
or.po
po/or.po
+8
-0
pa.po
po/pa.po
+8
-0
pl.po
po/pl.po
+10
-0
pt_BR.po
po/pt_BR.po
+8
-0
pt_PT.po
po/pt_PT.po
+8
-0
rm.po
po/rm.po
+8
-0
ro.po
po/ro.po
+8
-0
ru.po
po/ru.po
+8
-0
sk.po
po/sk.po
+8
-0
sl.po
po/sl.po
+8
-0
sr_RS@cyrillic.po
po/sr_RS@cyrillic.po
+8
-0
sr_RS@latin.po
po/sr_RS@latin.po
+8
-0
sv.po
po/sv.po
+8
-0
te.po
po/te.po
+8
-0
th.po
po/th.po
+8
-0
tr.po
po/tr.po
+8
-0
uk.po
po/uk.po
+8
-0
wa.po
po/wa.po
+8
-0
wine.pot
po/wine.pot
+8
-0
zh_CN.po
po/zh_CN.po
+8
-0
zh_TW.po
po/zh_TW.po
+8
-0
No files found.
configure
View file @
be52106c
...
...
@@ -14983,7 +14983,7 @@ wine_fn_config_dll imm32 enable_imm32 implib
wine_fn_config_test dlls/imm32/tests imm32_test
wine_fn_config_dll inetcomm enable_inetcomm implib
wine_fn_config_test dlls/inetcomm/tests inetcomm_test
wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl
wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl
po
wine_fn_config_dll inetmib1 enable_inetmib1
wine_fn_config_test dlls/inetmib1/tests inetmib1_test
wine_fn_config_dll infosoft enable_infosoft
...
...
configure.ac
View file @
be52106c
...
...
@@ -2512,7 +2512,7 @@ WINE_CONFIG_DLL(imm32,,[implib])
WINE_CONFIG_TEST(dlls/imm32/tests)
WINE_CONFIG_DLL(inetcomm,,[implib])
WINE_CONFIG_TEST(dlls/inetcomm/tests)
WINE_CONFIG_DLL(inetcpl.cpl)
WINE_CONFIG_DLL(inetcpl.cpl
,,[po]
)
WINE_CONFIG_DLL(inetmib1)
WINE_CONFIG_TEST(dlls/inetmib1/tests)
WINE_CONFIG_DLL(infosoft)
...
...
dlls/inetcpl.cpl/Makefile.in
View file @
be52106c
...
...
@@ -19,12 +19,13 @@ RC_SRCS = \
cpl_Nl.rc
\
cpl_Pl.rc
\
cpl_Pt.rc
\
cpl_Si.rc
\
cpl_Sr.rc
\
cpl_Sv.rc
\
cpl_Uk.rc
\
inetcpl.rc
PO_SRCS
=
inetcpl.rc
SVG_SRCS
=
\
inetcpl.svg
...
...
dlls/inetcpl.cpl/cpl_De.rc
View file @
be52106c
...
...
@@ -25,12 +25,6 @@
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE
BEGIN
IDS_CPL_NAME "Internet Einstellungen"
IDS_CPL_INFO "Wine Internet Browser und zugehörige Einstellungen anpassen."
END
/* "General" propsheet */
IDD_GENERAL DIALOG 0, 0, 320, 220
STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
...
...
dlls/inetcpl.cpl/cpl_En.rc
View file @
be52106c
...
...
@@ -23,12 +23,6 @@
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
BEGIN
IDS_CPL_NAME "Internet Settings"
IDS_CPL_INFO "Configure Wine Internet Browser and related settings"
END
/* "General" propsheet */
IDD_GENERAL DIALOG 0, 0, 320, 220
STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
...
...
dlls/inetcpl.cpl/cpl_Fr.rc
View file @
be52106c
...
...
@@ -27,12 +27,6 @@ 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
/* "General" propsheet */
IDD_GENERAL DIALOG 0, 0, 320, 220
STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
...
...
dlls/inetcpl.cpl/cpl_He.rc
View file @
be52106c
...
...
@@ -26,12 +26,6 @@
LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
BEGIN
IDS_CPL_NAME "הגדרות אינטרנט"
IDS_CPL_INFO "הגדרת דפדפן האינטרנט של Wine והגדרות שקשורות בו"
END
/* "General" propsheet */
IDD_GENERAL DIALOG 0, 0, 320, 220
STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
...
...
dlls/inetcpl.cpl/cpl_It.rc
View file @
be52106c
...
...
@@ -26,12 +26,6 @@
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE
BEGIN
IDS_CPL_NAME "Impostazioni di Internet"
IDS_CPL_INFO "Configura il browser Internet di Wine e le relative impostazioni"
END
/* "General" propsheet */
IDD_GENERAL DIALOG 0, 0, 320, 220
STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
...
...
dlls/inetcpl.cpl/cpl_Ja.rc
View file @
be52106c
...
...
@@ -27,12 +27,6 @@
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
BEGIN
IDS_CPL_NAME "インターネット設定"
IDS_CPL_INFO "Wine インターネット ブラウザや関連する設定を構成します"
END
/* "General" propsheet */
IDD_GENERAL DIALOG 0, 0, 320, 220
STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
...
...
dlls/inetcpl.cpl/cpl_Ko.rc
View file @
be52106c
...
...
@@ -26,12 +26,6 @@
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
BEGIN
IDS_CPL_NAME "인터넷 설정"
IDS_CPL_INFO "Wine 인터넷 브라우저와 관련 설정 처리"
END
/* "General" propsheet */
IDD_GENERAL DIALOG 0, 0, 320, 220
STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
...
...
dlls/inetcpl.cpl/cpl_Lt.rc
View file @
be52106c
...
...
@@ -26,12 +26,6 @@
LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE
BEGIN
IDS_CPL_NAME "Interneto nuostatos"
IDS_CPL_INFO "Konfigūruokite Wine interneto naršyklės ir susijusias nuostatas"
END
/* "General" propsheet */
IDD_GENERAL DIALOG 0, 0, 320, 220
STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
...
...
dlls/inetcpl.cpl/cpl_Nl.rc
View file @
be52106c
...
...
@@ -23,12 +23,6 @@
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE
BEGIN
IDS_CPL_NAME "Internet-instellingen"
IDS_CPL_INFO "Configureer Wine Internet Browser en gerelateerde instellingen"
END
/* "General" propsheet */
IDD_GENERAL DIALOG 0, 0, 320, 220
STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
...
...
dlls/inetcpl.cpl/cpl_Pl.rc
View file @
be52106c
...
...
@@ -23,12 +23,6 @@
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
BEGIN
IDS_CPL_NAME "Ustawienia internetowe"
IDS_CPL_INFO "Pozwala skonfigurowa przegldark internetow Wine i odpowiadajce jej ustawienia"
END
/* "General" propsheet */
IDD_GENERAL DIALOG 0, 0, 320, 220
STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
...
...
dlls/inetcpl.cpl/cpl_Pt.rc
View file @
be52106c
...
...
@@ -25,14 +25,6 @@
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
STRINGTABLE DISCARDABLE
BEGIN
IDS_CPL_NAME "Configurações da Internet"
IDS_CPL_INFO "Configurar o Wine Internet Browser e opções relacionadas"
END
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
/* "General" propsheet */
IDD_GENERAL DIALOG 0, 0, 320, 220
STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
...
...
@@ -50,8 +42,6 @@ BEGIN
END
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
/* "Content" propsheet */
IDD_CONTENT DIALOG 0, 0, 320, 220
STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
...
...
dlls/inetcpl.cpl/cpl_Si.rc
deleted
100644 → 0
View file @
aa1bdef9
/*
* 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
dlls/inetcpl.cpl/cpl_Sr.rc
View file @
be52106c
...
...
@@ -26,12 +26,6 @@
LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_CYRILLIC
STRINGTABLE DISCARDABLE
BEGIN
IDS_CPL_NAME "Поставке интернета"
IDS_CPL_INFO "Подеси Wine интернет прегледач и сродне поставке"
END
/* "General" propsheet */
IDD_GENERAL DIALOG 0, 0, 320, 220
STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
...
...
@@ -66,12 +60,6 @@ END
LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN
STRINGTABLE DISCARDABLE
BEGIN
IDS_CPL_NAME "Postavke interneta"
IDS_CPL_INFO "Podesi Wine internet pregledač i srodne postavke"
END
/* "General" propsheet */
IDD_GENERAL DIALOG 0, 0, 320, 220
STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
...
...
dlls/inetcpl.cpl/cpl_Sv.rc
View file @
be52106c
...
...
@@ -25,12 +25,6 @@
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE
BEGIN
IDS_CPL_NAME "Internetinställningar"
IDS_CPL_INFO "Konfigurera Wines webbläsare och tillhörande inställningar"
END
/* "General" propsheet */
IDD_GENERAL DIALOG 0, 0, 320, 220
STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
...
...
dlls/inetcpl.cpl/cpl_Uk.rc
View file @
be52106c
...
...
@@ -27,12 +27,6 @@
LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
BEGIN
IDS_CPL_NAME "Налаштування Інтернету"
IDS_CPL_INFO "Налаштувати Wine Internet Browser та пов'язані параметри"
END
/* "General" propsheet */
IDD_GENERAL DIALOG 0, 0, 320, 220
STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
...
...
dlls/inetcpl.cpl/inetcpl.rc
View file @
be52106c
...
...
@@ -21,6 +21,16 @@
#include "inetcpl.h"
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
BEGIN
IDS_CPL_NAME "Internet Settings"
IDS_CPL_INFO "Configure Wine Internet Browser and related settings"
END
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#define WINE_FILENAME_STR "inetcpl.cpl"
#define WINE_FILEDESCRIPTION_STR "Internet Control Panel"
...
...
po/ar.po
View file @
be52106c
...
...
@@ -1585,6 +1585,14 @@ msgstr ""
msgid "Cinepak Video codec"
msgstr ""
#: inetcpl.rc:28
msgid "Internet Settings"
msgstr ""
#: inetcpl.rc:29
msgid "Configure Wine Internet Browser and related settings"
msgstr ""
#: jscript.rc:25
msgid "Error converting object to primitive type"
msgstr ""
...
...
po/bg.po
View file @
be52106c
...
...
@@ -1585,6 +1585,14 @@ msgstr ""
msgid "Cinepak Video codec"
msgstr ""
#: inetcpl.rc:28
msgid "Internet Settings"
msgstr ""
#: inetcpl.rc:29
msgid "Configure Wine Internet Browser and related settings"
msgstr ""
#: jscript.rc:25
msgid "Error converting object to primitive type"
msgstr ""
...
...
po/cs.po
View file @
be52106c
...
...
@@ -1626,6 +1626,14 @@ msgstr "IDTB_TOC_PREV"
msgid "Cinepak Video codec"
msgstr ""
#: inetcpl.rc:28
msgid "Internet Settings"
msgstr ""
#: inetcpl.rc:29
msgid "Configure Wine Internet Browser and related settings"
msgstr ""
#: jscript.rc:25
msgid "Error converting object to primitive type"
msgstr ""
...
...
po/da.po
View file @
be52106c
...
...
@@ -1628,6 +1628,14 @@ msgstr "IDTB_TOC_PREV"
msgid "Cinepak Video codec"
msgstr ""
#: inetcpl.rc:28
msgid "Internet Settings"
msgstr ""
#: inetcpl.rc:29
msgid "Configure Wine Internet Browser and related settings"
msgstr ""
#: jscript.rc:25
msgid "Error converting object to primitive type"
msgstr "Fejl ved konvertering af objekt til primitiv type"
...
...
po/de.po
View file @
be52106c
...
...
@@ -1671,6 +1671,14 @@ msgstr "IDTB_TOC_PREV"
msgid "Cinepak Video codec"
msgstr "Cinepak Video Codec"
#: inetcpl.rc:28
msgid "Internet Settings"
msgstr "Internet Einstellungen"
#: inetcpl.rc:29
msgid "Configure Wine Internet Browser and related settings"
msgstr "Wine Internet Browser und zugehörige Einstellungen anpassen."
#: jscript.rc:25
msgid "Error converting object to primitive type"
msgstr "Fehler beim umwandeln des Objektes in einen Grundtyp"
...
...
po/el.po
View file @
be52106c
...
...
@@ -1582,6 +1582,14 @@ msgstr "IDTB_TOC_PREV"
msgid "Cinepak Video codec"
msgstr ""
#: inetcpl.rc:28
msgid "Internet Settings"
msgstr ""
#: inetcpl.rc:29
msgid "Configure Wine Internet Browser and related settings"
msgstr ""
#: jscript.rc:25
msgid "Error converting object to primitive type"
msgstr ""
...
...
po/en.po
View file @
be52106c
...
...
@@ -1610,6 +1610,14 @@ msgstr "IDTB_TOC_PREV"
msgid "Cinepak Video codec"
msgstr "Cinepak Video codec"
#: inetcpl.rc:28
msgid "Internet Settings"
msgstr ""
#: inetcpl.rc:29
msgid "Configure Wine Internet Browser and related settings"
msgstr ""
#: jscript.rc:25
msgid "Error converting object to primitive type"
msgstr "Error converting object to primitive type"
...
...
po/en_US.po
View file @
be52106c
...
...
@@ -1621,6 +1621,14 @@ msgstr "IDTB_TOC_PREV"
msgid "Cinepak Video codec"
msgstr "Cinepak Video codec"
#: inetcpl.rc:28
msgid "Internet Settings"
msgstr "Internet Settings"
#: inetcpl.rc:29
msgid "Configure Wine Internet Browser and related settings"
msgstr "Configure Wine Internet Browser and related settings"
#: jscript.rc:25
msgid "Error converting object to primitive type"
msgstr "Error converting object to primitive type"
...
...
po/eo.po
View file @
be52106c
...
...
@@ -1594,6 +1594,14 @@ msgstr ""
msgid "Cinepak Video codec"
msgstr ""
#: inetcpl.rc:28
msgid "Internet Settings"
msgstr ""
#: inetcpl.rc:29
msgid "Configure Wine Internet Browser and related settings"
msgstr ""
#: jscript.rc:25
msgid "Error converting object to primitive type"
msgstr ""
...
...
po/es.po
View file @
be52106c
...
...
@@ -1633,6 +1633,14 @@ msgstr "IDTB_TOC_PREV"
msgid "Cinepak Video codec"
msgstr ""
#: inetcpl.rc:28
msgid "Internet Settings"
msgstr ""
#: inetcpl.rc:29
msgid "Configure Wine Internet Browser and related settings"
msgstr ""
#: jscript.rc:25
msgid "Error converting object to primitive type"
msgstr "Error al convertir objeto a tipo primitivo"
...
...
po/fa.po
View file @
be52106c
...
...
@@ -1585,6 +1585,14 @@ msgstr ""
msgid "Cinepak Video codec"
msgstr ""
#: inetcpl.rc:28
msgid "Internet Settings"
msgstr ""
#: inetcpl.rc:29
msgid "Configure Wine Internet Browser and related settings"
msgstr ""
#: jscript.rc:25
msgid "Error converting object to primitive type"
msgstr ""
...
...
po/fi.po
View file @
be52106c
...
...
@@ -1607,6 +1607,14 @@ msgstr "IDTB_TOC_PREV"
msgid "Cinepak Video codec"
msgstr ""
#: inetcpl.rc:28
msgid "Internet Settings"
msgstr ""
#: inetcpl.rc:29
msgid "Configure Wine Internet Browser and related settings"
msgstr ""
#: jscript.rc:25
msgid "Error converting object to primitive type"
msgstr ""
...
...
po/fr.po
View file @
be52106c
...
...
@@ -1660,6 +1660,15 @@ msgstr "IDTB_TOC_PREV"
msgid "Cinepak Video codec"
msgstr ""
#: inetcpl.rc:28
msgid "Internet Settings"
msgstr "Paramètres Internet"
#: inetcpl.rc:29
msgid "Configure Wine Internet Browser and related settings"
msgstr ""
"Configurer le navigateur internet de Wine et d'autres paramètres associés"
#: jscript.rc:25
msgid "Error converting object to primitive type"
msgstr "Erreur lors de la conversion de l'objet vers un type primitif"
...
...
po/he.po
View file @
be52106c
...
...
@@ -1608,6 +1608,14 @@ msgstr "IDTB_TOC_PREV"
msgid "Cinepak Video codec"
msgstr ""
#: inetcpl.rc:28
msgid "Internet Settings"
msgstr "הגדרות אינטרנט"
#: inetcpl.rc:29
msgid "Configure Wine Internet Browser and related settings"
msgstr "הגדרת דפדפן האינטרנט של Wine והגדרות שקשורות בו"
#: jscript.rc:25
msgid "Error converting object to primitive type"
msgstr ""
...
...
po/hi.po
View file @
be52106c
...
...
@@ -1578,6 +1578,14 @@ msgstr ""
msgid "Cinepak Video codec"
msgstr ""
#: inetcpl.rc:28
msgid "Internet Settings"
msgstr ""
#: inetcpl.rc:29
msgid "Configure Wine Internet Browser and related settings"
msgstr ""
#: jscript.rc:25
msgid "Error converting object to primitive type"
msgstr ""
...
...
po/hu.po
View file @
be52106c
...
...
@@ -1638,6 +1638,14 @@ msgstr "IDTB_TOC_PREV"
msgid "Cinepak Video codec"
msgstr ""
#: inetcpl.rc:28
msgid "Internet Settings"
msgstr ""
#: inetcpl.rc:29
msgid "Configure Wine Internet Browser and related settings"
msgstr ""
#: jscript.rc:25
msgid "Error converting object to primitive type"
msgstr "Hiba az objektum primitív típusra való konvertálásánál"
...
...
po/it.po
View file @
be52106c
...
...
@@ -1704,6 +1704,14 @@ msgstr "IDTB_TOC_PREV"
msgid "Cinepak Video codec"
msgstr ""
#: inetcpl.rc:28
msgid "Internet Settings"
msgstr "Impostazioni di Internet"
#: inetcpl.rc:29
msgid "Configure Wine Internet Browser and related settings"
msgstr "Configura il browser Internet di Wine e le relative impostazioni"
#: jscript.rc:25
msgid "Error converting object to primitive type"
msgstr "Errore nel convertire un oggetto ad un tipo primitivo"
...
...
po/ja.po
View file @
be52106c
...
...
@@ -1628,6 +1628,14 @@ msgstr "IDTB_TOC_PREV"
msgid "Cinepak Video codec"
msgstr ""
#: inetcpl.rc:28
msgid "Internet Settings"
msgstr "インターネット設定"
#: inetcpl.rc:29
msgid "Configure Wine Internet Browser and related settings"
msgstr "Wine インターネット ブラウザや関連する設定を構成します"
#: jscript.rc:25
msgid "Error converting object to primitive type"
msgstr "オブジェクトを基本型に変換できません"
...
...
po/ko.po
View file @
be52106c
...
...
@@ -1686,6 +1686,14 @@ msgstr "IDTB_TOC_PREV"
msgid "Cinepak Video codec"
msgstr ""
#: inetcpl.rc:28
msgid "Internet Settings"
msgstr "인터넷 설정"
#: inetcpl.rc:29
msgid "Configure Wine Internet Browser and related settings"
msgstr "Wine 인터넷 브라우저와 관련 설정 처리"
#: jscript.rc:25
msgid "Error converting object to primitive type"
msgstr "객페를 기본 형식으로 변환하는 중에 에러 발생"
...
...
po/lt.po
View file @
be52106c
...
...
@@ -1633,6 +1633,14 @@ msgstr "IDTB_TOC_PREV"
msgid "Cinepak Video codec"
msgstr "Cinepak vaizdo kodekas"
#: inetcpl.rc:28
msgid "Internet Settings"
msgstr "Interneto nuostatos"
#: inetcpl.rc:29
msgid "Configure Wine Internet Browser and related settings"
msgstr "Konfigūruokite Wine interneto naršyklės ir susijusias nuostatas"
#: jscript.rc:25
msgid "Error converting object to primitive type"
msgstr "Klaida keičiant objektą į primityvų tipą"
...
...
po/ml.po
View file @
be52106c
...
...
@@ -1578,6 +1578,14 @@ msgstr ""
msgid "Cinepak Video codec"
msgstr ""
#: inetcpl.rc:28
msgid "Internet Settings"
msgstr ""
#: inetcpl.rc:29
msgid "Configure Wine Internet Browser and related settings"
msgstr ""
#: jscript.rc:25
msgid "Error converting object to primitive type"
msgstr ""
...
...
po/nb_NO.po
View file @
be52106c
...
...
@@ -1701,6 +1701,14 @@ msgstr "IDTB_TOC_PREV"
msgid "Cinepak Video codec"
msgstr ""
#: inetcpl.rc:28
msgid "Internet Settings"
msgstr ""
#: inetcpl.rc:29
msgid "Configure Wine Internet Browser and related settings"
msgstr ""
#: jscript.rc:25
msgid "Error converting object to primitive type"
msgstr "Klarte ikke konvertere objekt til primitiv type"
...
...
po/nl.po
View file @
be52106c
...
...
@@ -1719,6 +1719,14 @@ msgstr "IDTB_TOC_PREV"
msgid "Cinepak Video codec"
msgstr ""
#: inetcpl.rc:28
msgid "Internet Settings"
msgstr "Internet-instellingen"
#: inetcpl.rc:29
msgid "Configure Wine Internet Browser and related settings"
msgstr "Configureer Wine Internet Browser en gerelateerde instellingen"
#: jscript.rc:25
msgid "Error converting object to primitive type"
msgstr "Fout bij het omzetten van het object naar een primitief type"
...
...
po/or.po
View file @
be52106c
...
...
@@ -1578,6 +1578,14 @@ msgstr ""
msgid "Cinepak Video codec"
msgstr ""
#: inetcpl.rc:28
msgid "Internet Settings"
msgstr ""
#: inetcpl.rc:29
msgid "Configure Wine Internet Browser and related settings"
msgstr ""
#: jscript.rc:25
msgid "Error converting object to primitive type"
msgstr ""
...
...
po/pa.po
View file @
be52106c
...
...
@@ -1578,6 +1578,14 @@ msgstr ""
msgid "Cinepak Video codec"
msgstr ""
#: inetcpl.rc:28
msgid "Internet Settings"
msgstr ""
#: inetcpl.rc:29
msgid "Configure Wine Internet Browser and related settings"
msgstr ""
#: jscript.rc:25
msgid "Error converting object to primitive type"
msgstr ""
...
...
po/pl.po
View file @
be52106c
...
...
@@ -1654,6 +1654,16 @@ msgstr "IDTB_TOC_PREV"
msgid "Cinepak Video codec"
msgstr ""
#: inetcpl.rc:28
msgid "Internet Settings"
msgstr "Ustawienia internetowe"
#: inetcpl.rc:29
msgid "Configure Wine Internet Browser and related settings"
msgstr ""
"Pozwala skonfigurować przeglądarkę internetową Wine i odpowiadające jej "
"ustawienia"
#: jscript.rc:25
msgid "Error converting object to primitive type"
msgstr "Błąd przy przekształcaniu obiektu do typu podstawowego"
...
...
po/pt_BR.po
View file @
be52106c
...
...
@@ -1710,6 +1710,14 @@ msgstr "IDTB_TOC_PREV"
msgid "Cinepak Video codec"
msgstr ""
#: inetcpl.rc:28
msgid "Internet Settings"
msgstr "Configurações da Internet"
#: inetcpl.rc:29
msgid "Configure Wine Internet Browser and related settings"
msgstr "Configurar o Wine Internet Browser e opções relacionadas"
#: jscript.rc:25
msgid "Error converting object to primitive type"
msgstr "Erro ao converter objeto em tipo primitivo"
...
...
po/pt_PT.po
View file @
be52106c
...
...
@@ -1714,6 +1714,14 @@ msgstr "IDTB_TOC_PREV"
msgid "Cinepak Video codec"
msgstr ""
#: inetcpl.rc:28
msgid "Internet Settings"
msgstr ""
#: inetcpl.rc:29
msgid "Configure Wine Internet Browser and related settings"
msgstr ""
#: jscript.rc:25
msgid "Error converting object to primitive type"
msgstr "Erro ao converter objecto em tipo primitivo"
...
...
po/rm.po
View file @
be52106c
...
...
@@ -1587,6 +1587,14 @@ msgstr ""
msgid "Cinepak Video codec"
msgstr ""
#: inetcpl.rc:28
msgid "Internet Settings"
msgstr ""
#: inetcpl.rc:29
msgid "Configure Wine Internet Browser and related settings"
msgstr ""
#: jscript.rc:25
msgid "Error converting object to primitive type"
msgstr ""
...
...
po/ro.po
View file @
be52106c
...
...
@@ -1715,6 +1715,14 @@ msgstr "IDTB_TOC_PREV"
msgid "Cinepak Video codec"
msgstr ""
#: inetcpl.rc:28
msgid "Internet Settings"
msgstr ""
#: inetcpl.rc:29
msgid "Configure Wine Internet Browser and related settings"
msgstr ""
#: jscript.rc:25
msgid "Error converting object to primitive type"
msgstr "Eroare la convertirea obiectului la un tip primitiv"
...
...
po/ru.po
View file @
be52106c
...
...
@@ -1627,6 +1627,14 @@ msgstr "Предыдущая глава"
msgid "Cinepak Video codec"
msgstr ""
#: inetcpl.rc:28
msgid "Internet Settings"
msgstr ""
#: inetcpl.rc:29
msgid "Configure Wine Internet Browser and related settings"
msgstr ""
#: jscript.rc:25
msgid "Error converting object to primitive type"
msgstr "Ошибка конвертирования объекта в примитивный тип"
...
...
po/sk.po
View file @
be52106c
...
...
@@ -1585,6 +1585,14 @@ msgstr ""
msgid "Cinepak Video codec"
msgstr ""
#: inetcpl.rc:28
msgid "Internet Settings"
msgstr ""
#: inetcpl.rc:29
msgid "Configure Wine Internet Browser and related settings"
msgstr ""
#: jscript.rc:25
msgid "Error converting object to primitive type"
msgstr ""
...
...
po/sl.po
View file @
be52106c
...
...
@@ -1626,6 +1626,14 @@ msgstr "IDTB_TOC_PREV"
msgid "Cinepak Video codec"
msgstr ""
#: inetcpl.rc:28
msgid "Internet Settings"
msgstr "Internetne možnosti"
#: inetcpl.rc:29
msgid "Configure Wine Internet Browser and related settings"
msgstr "Konfiguriraj internetni brskalnik v Wine in sorodne nastavitve"
#: jscript.rc:25
msgid "Error converting object to primitive type"
msgstr "Napaka med spreminjanjem v primitivni tip"
...
...
po/sr_RS@cyrillic.po
View file @
be52106c
...
...
@@ -1608,6 +1608,14 @@ msgstr "IDTB_TOC_PREV"
msgid "Cinepak Video codec"
msgstr ""
#: inetcpl.rc:28
msgid "Internet Settings"
msgstr "Поставке интернета"
#: inetcpl.rc:29
msgid "Configure Wine Internet Browser and related settings"
msgstr "Подеси Wine интернет прегледач и сродне поставке"
#: jscript.rc:25
msgid "Error converting object to primitive type"
msgstr "Грешка у претварању објекта у основну врсту"
...
...
po/sr_RS@latin.po
View file @
be52106c
...
...
@@ -1620,6 +1620,14 @@ msgstr "IDTB_TOC_PREV"
msgid "Cinepak Video codec"
msgstr ""
#: inetcpl.rc:28
msgid "Internet Settings"
msgstr "Postavke interneta"
#: inetcpl.rc:29
msgid "Configure Wine Internet Browser and related settings"
msgstr "Podesi Wine internet pregledač i srodne postavke"
#: jscript.rc:25
msgid "Error converting object to primitive type"
msgstr "Greška u pretvaranju objekta u osnovnu vrstu"
...
...
po/sv.po
View file @
be52106c
...
...
@@ -1656,6 +1656,14 @@ msgstr "IDTB_TOC_PREV"
msgid "Cinepak Video codec"
msgstr ""
#: inetcpl.rc:28
msgid "Internet Settings"
msgstr "Internetinställningar"
#: inetcpl.rc:29
msgid "Configure Wine Internet Browser and related settings"
msgstr "Konfigurera Wines webbläsare och tillhörande inställningar"
#: jscript.rc:25
msgid "Error converting object to primitive type"
msgstr "Kunde inte konvertera objekt till primitiv typ"
...
...
po/te.po
View file @
be52106c
...
...
@@ -1578,6 +1578,14 @@ msgstr ""
msgid "Cinepak Video codec"
msgstr ""
#: inetcpl.rc:28
msgid "Internet Settings"
msgstr ""
#: inetcpl.rc:29
msgid "Configure Wine Internet Browser and related settings"
msgstr ""
#: jscript.rc:25
msgid "Error converting object to primitive type"
msgstr ""
...
...
po/th.po
View file @
be52106c
...
...
@@ -1584,6 +1584,14 @@ msgstr ""
msgid "Cinepak Video codec"
msgstr ""
#: inetcpl.rc:28
msgid "Internet Settings"
msgstr ""
#: inetcpl.rc:29
msgid "Configure Wine Internet Browser and related settings"
msgstr ""
#: jscript.rc:25
msgid "Error converting object to primitive type"
msgstr ""
...
...
po/tr.po
View file @
be52106c
...
...
@@ -1622,6 +1622,14 @@ msgstr "IDTB_TOC_PREV"
msgid "Cinepak Video codec"
msgstr ""
#: inetcpl.rc:28
msgid "Internet Settings"
msgstr ""
#: inetcpl.rc:29
msgid "Configure Wine Internet Browser and related settings"
msgstr ""
#: jscript.rc:25
msgid "Error converting object to primitive type"
msgstr ""
...
...
po/uk.po
View file @
be52106c
...
...
@@ -1630,6 +1630,14 @@ msgstr "IDTB_TOC_PREV"
msgid "Cinepak Video codec"
msgstr ""
#: inetcpl.rc:28
msgid "Internet Settings"
msgstr "Налаштування Інтернету"
#: inetcpl.rc:29
msgid "Configure Wine Internet Browser and related settings"
msgstr "Налаштувати Wine Internet Browser та пов'язані параметри"
#: jscript.rc:25
msgid "Error converting object to primitive type"
msgstr "Помилка конвертування об'єкту в примітивний тип"
...
...
po/wa.po
View file @
be52106c
...
...
@@ -1585,6 +1585,14 @@ msgstr ""
msgid "Cinepak Video codec"
msgstr ""
#: inetcpl.rc:28
msgid "Internet Settings"
msgstr ""
#: inetcpl.rc:29
msgid "Configure Wine Internet Browser and related settings"
msgstr ""
#: jscript.rc:25
msgid "Error converting object to primitive type"
msgstr ""
...
...
po/wine.pot
View file @
be52106c
...
...
@@ -1572,6 +1572,14 @@ msgstr ""
msgid "Cinepak Video codec"
msgstr ""
#: inetcpl.rc:28
msgid "Internet Settings"
msgstr ""
#: inetcpl.rc:29
msgid "Configure Wine Internet Browser and related settings"
msgstr ""
#: jscript.rc:25
msgid "Error converting object to primitive type"
msgstr ""
...
...
po/zh_CN.po
View file @
be52106c
...
...
@@ -1603,6 +1603,14 @@ msgstr "前一项"
msgid "Cinepak Video codec"
msgstr ""
#: inetcpl.rc:28
msgid "Internet Settings"
msgstr ""
#: inetcpl.rc:29
msgid "Configure Wine Internet Browser and related settings"
msgstr ""
#: jscript.rc:25
msgid "Error converting object to primitive type"
msgstr ""
...
...
po/zh_TW.po
View file @
be52106c
...
...
@@ -1602,6 +1602,14 @@ msgstr "前一項"
msgid "Cinepak Video codec"
msgstr ""
#: inetcpl.rc:28
msgid "Internet Settings"
msgstr ""
#: inetcpl.rc:29
msgid "Configure Wine Internet Browser and related settings"
msgstr ""
#: jscript.rc:25
msgid "Error converting object to primitive type"
msgstr ""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment