inetcpl.cpl: Convert string table resources to po files.
This commit is contained in:
parent
aa1bdef9a4
commit
be52106c54
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -23,12 +23,6 @@
|
|||
|
||||
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_CPL_NAME "Ustawienia internetowe"
|
||||
IDS_CPL_INFO "Pozwala skonfigurować przeglšdarkę internetowš Wine i odpowiadajšce jej ustawienia"
|
||||
END
|
||||
|
||||
/* "General" propsheet */
|
||||
IDD_GENERAL DIALOG 0, 0, 320, 220
|
||||
STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,32 +0,0 @@
|
|||
/*
|
||||
* 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
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
8
po/ar.po
8
po/ar.po
|
@ -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 ""
|
||||
|
|
8
po/bg.po
8
po/bg.po
|
@ -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 ""
|
||||
|
|
8
po/cs.po
8
po/cs.po
|
@ -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 ""
|
||||
|
|
8
po/da.po
8
po/da.po
|
@ -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"
|
||||
|
|
8
po/de.po
8
po/de.po
|
@ -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"
|
||||
|
|
8
po/el.po
8
po/el.po
|
@ -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 ""
|
||||
|
|
8
po/en.po
8
po/en.po
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
8
po/eo.po
8
po/eo.po
|
@ -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 ""
|
||||
|
|
8
po/es.po
8
po/es.po
|
@ -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"
|
||||
|
|
8
po/fa.po
8
po/fa.po
|
@ -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 ""
|
||||
|
|
8
po/fi.po
8
po/fi.po
|
@ -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 ""
|
||||
|
|
9
po/fr.po
9
po/fr.po
|
@ -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"
|
||||
|
|
8
po/he.po
8
po/he.po
|
@ -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 ""
|
||||
|
|
8
po/hi.po
8
po/hi.po
|
@ -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 ""
|
||||
|
|
8
po/hu.po
8
po/hu.po
|
@ -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"
|
||||
|
|
8
po/it.po
8
po/it.po
|
@ -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"
|
||||
|
|
8
po/ja.po
8
po/ja.po
|
@ -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 "オブジェクトを基本型に変換できません"
|
||||
|
|
8
po/ko.po
8
po/ko.po
|
@ -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 "객페를 기본 형식으로 변환하는 중에 에러 발생"
|
||||
|
|
8
po/lt.po
8
po/lt.po
|
@ -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ą"
|
||||
|
|
8
po/ml.po
8
po/ml.po
|
@ -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 ""
|
||||
|
|
|
@ -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"
|
||||
|
|
8
po/nl.po
8
po/nl.po
|
@ -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"
|
||||
|
|
8
po/or.po
8
po/or.po
|
@ -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 ""
|
||||
|
|
8
po/pa.po
8
po/pa.po
|
@ -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 ""
|
||||
|
|
10
po/pl.po
10
po/pl.po
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
8
po/rm.po
8
po/rm.po
|
@ -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 ""
|
||||
|
|
8
po/ro.po
8
po/ro.po
|
@ -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"
|
||||
|
|
8
po/ru.po
8
po/ru.po
|
@ -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 "Ошибка конвертирования объекта в примитивный тип"
|
||||
|
|
8
po/sk.po
8
po/sk.po
|
@ -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 ""
|
||||
|
|
8
po/sl.po
8
po/sl.po
|
@ -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"
|
||||
|
|
|
@ -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 "Грешка у претварању објекта у основну врсту"
|
||||
|
|
|
@ -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"
|
||||
|
|
8
po/sv.po
8
po/sv.po
|
@ -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"
|
||||
|
|
8
po/te.po
8
po/te.po
|
@ -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 ""
|
||||
|
|
8
po/th.po
8
po/th.po
|
@ -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 ""
|
||||
|
|
8
po/tr.po
8
po/tr.po
|
@ -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 ""
|
||||
|
|
8
po/uk.po
8
po/uk.po
|
@ -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 "Помилка конвертування об'єкту в примітивний тип"
|
||||
|
|
8
po/wa.po
8
po/wa.po
|
@ -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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
|
Loading…
Reference in New Issue