Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
44479005
Commit
44479005
authored
Jan 11, 2011
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
browseui: Convert menu and string table resources to po files.
parent
88daff74
Hide whitespace changes
Inline
Side-by-side
Showing
70 changed files
with
192 additions
and
135 deletions
+192
-135
configure
configure
+1
-1
configure.ac
configure.ac
+1
-1
Makefile.in
dlls/browseui/Makefile.in
+4
-2
browseui.rc
dlls/browseui/browseui.rc
+10
-1
rsrc_Da.rc
dlls/browseui/rsrc_Da.rc
+0
-5
rsrc_De.rc
dlls/browseui/rsrc_De.rc
+0
-5
rsrc_En.rc
dlls/browseui/rsrc_En.rc
+0
-5
rsrc_Es.rc
dlls/browseui/rsrc_Es.rc
+0
-5
rsrc_Fr.rc
dlls/browseui/rsrc_Fr.rc
+0
-5
rsrc_He.rc
dlls/browseui/rsrc_He.rc
+0
-5
rsrc_Hu.rc
dlls/browseui/rsrc_Hu.rc
+0
-5
rsrc_It.rc
dlls/browseui/rsrc_It.rc
+0
-5
rsrc_Ja.rc
dlls/browseui/rsrc_Ja.rc
+0
-5
rsrc_Ko.rc
dlls/browseui/rsrc_Ko.rc
+0
-5
rsrc_Lt.rc
dlls/browseui/rsrc_Lt.rc
+0
-5
rsrc_Nl.rc
dlls/browseui/rsrc_Nl.rc
+0
-5
rsrc_No.rc
dlls/browseui/rsrc_No.rc
+0
-5
rsrc_Pl.rc
dlls/browseui/rsrc_Pl.rc
+0
-5
rsrc_Pt.rc
dlls/browseui/rsrc_Pt.rc
+0
-15
rsrc_Ro.rc
dlls/browseui/rsrc_Ro.rc
+0
-5
rsrc_Ru.rc
dlls/browseui/rsrc_Ru.rc
+0
-5
rsrc_Si.rc
dlls/browseui/rsrc_Si.rc
+0
-5
rsrc_Sr.rc
dlls/browseui/rsrc_Sr.rc
+0
-10
rsrc_Sv.rc
dlls/browseui/rsrc_Sv.rc
+0
-5
rsrc_Uk.rc
dlls/browseui/rsrc_Uk.rc
+0
-5
rsrc_Zh.rc
dlls/browseui/rsrc_Zh.rc
+0
-10
ar.po
po/ar.po
+4
-0
bg.po
po/bg.po
+4
-0
cs.po
po/cs.po
+4
-0
da.po
po/da.po
+4
-0
de.po
po/de.po
+4
-0
el.po
po/el.po
+4
-0
en.po
po/en.po
+4
-0
en_US.po
po/en_US.po
+4
-0
eo.po
po/eo.po
+4
-0
es.po
po/es.po
+4
-0
fa.po
po/fa.po
+4
-0
fi.po
po/fi.po
+4
-0
fr.po
po/fr.po
+4
-0
he.po
po/he.po
+4
-0
hi.po
po/hi.po
+4
-0
hu.po
po/hu.po
+4
-0
it.po
po/it.po
+4
-0
ja.po
po/ja.po
+4
-0
ko.po
po/ko.po
+4
-0
lt.po
po/lt.po
+4
-0
ml.po
po/ml.po
+4
-0
nb_NO.po
po/nb_NO.po
+4
-0
nl.po
po/nl.po
+4
-0
or.po
po/or.po
+4
-0
pa.po
po/pa.po
+4
-0
pl.po
po/pl.po
+4
-0
pt_BR.po
po/pt_BR.po
+4
-0
pt_PT.po
po/pt_PT.po
+4
-0
rm.po
po/rm.po
+4
-0
ro.po
po/ro.po
+4
-0
ru.po
po/ru.po
+4
-0
sk.po
po/sk.po
+4
-0
sl.po
po/sl.po
+4
-0
sr_RS@cyrillic.po
po/sr_RS@cyrillic.po
+4
-0
sr_RS@latin.po
po/sr_RS@latin.po
+4
-0
sv.po
po/sv.po
+4
-0
te.po
po/te.po
+4
-0
th.po
po/th.po
+4
-0
tr.po
po/tr.po
+4
-0
uk.po
po/uk.po
+4
-0
wa.po
po/wa.po
+4
-0
wine.pot
po/wine.pot
+4
-0
zh_CN.po
po/zh_CN.po
+4
-0
zh_TW.po
po/zh_TW.po
+4
-0
No files found.
configure
View file @
44479005
...
...
@@ -14807,7 +14807,7 @@ wine_fn_config_test dlls/avifil32/tests avifil32_test
wine_fn_config_dll avifile.dll16 enable_win16
wine_fn_config_dll avrt enable_avrt implib
wine_fn_config_dll bcrypt enable_bcrypt
wine_fn_config_dll browseui enable_browseui
wine_fn_config_dll browseui enable_browseui
po
wine_fn_config_test dlls/browseui/tests browseui_test
wine_fn_config_dll cabinet enable_cabinet implib
wine_fn_config_test dlls/cabinet/tests cabinet_test
...
...
configure.ac
View file @
44479005
...
...
@@ -2336,7 +2336,7 @@ WINE_CONFIG_TEST(dlls/avifil32/tests)
WINE_CONFIG_DLL(avifile.dll16,enable_win16)
WINE_CONFIG_DLL(avrt,,[implib])
WINE_CONFIG_DLL(bcrypt)
WINE_CONFIG_DLL(browseui)
WINE_CONFIG_DLL(browseui
,,[po]
)
WINE_CONFIG_TEST(dlls/browseui/tests)
WINE_CONFIG_DLL(cabinet,,[implib])
WINE_CONFIG_TEST(dlls/cabinet/tests)
...
...
dlls/browseui/Makefile.in
View file @
44479005
...
...
@@ -12,6 +12,7 @@ C_SRCS = \
IDL_R_SRCS
=
browseui_classes.idl
RC_SRCS
=
\
browseui.rc
\
rsrc_Da.rc
\
rsrc_De.rc
\
rsrc_En.rc
\
...
...
@@ -33,7 +34,8 @@ RC_SRCS = \
rsrc_Sr.rc
\
rsrc_Sv.rc
\
rsrc_Uk.rc
\
rsrc_Zh.rc
\
version.rc
rsrc_Zh.rc
PO_SRCS
=
browseui.rc
@MAKE_DLL_RULES@
dlls/browseui/
version
.rc
→
dlls/browseui/
browseui
.rc
View file @
44479005
/*
* Copyright 200
3 Francois Gouget (for CodeWeavers)
* Copyright 200
7 Mikolaj Zalewski
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
@@ -16,6 +16,15 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resids.h"
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE
{
IDS_CANCELLING "Cancelling..."
}
#define WINE_FILEDESCRIPTION_STR "Wine core dll"
#define WINE_FILENAME_STR "browseui.dll"
#define WINE_FILEVERSION 6,0,2900,2180
...
...
dlls/browseui/rsrc_Da.rc
View file @
44479005
...
...
@@ -21,11 +21,6 @@
LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
STRINGTABLE
{
IDS_CANCELLING "Annullering..."
}
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION ""
...
...
dlls/browseui/rsrc_De.rc
View file @
44479005
...
...
@@ -23,11 +23,6 @@
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
STRINGTABLE
{
IDS_CANCELLING "Abbrechen..."
}
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION ""
...
...
dlls/browseui/rsrc_En.rc
View file @
44479005
...
...
@@ -20,11 +20,6 @@
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE
{
IDS_CANCELLING "Cancelling..."
}
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION ""
...
...
dlls/browseui/rsrc_Es.rc
View file @
44479005
...
...
@@ -20,11 +20,6 @@
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
STRINGTABLE
{
IDS_CANCELLING "Cancelando..."
}
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION ""
...
...
dlls/browseui/rsrc_Fr.rc
View file @
44479005
...
...
@@ -20,11 +20,6 @@
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
STRINGTABLE
{
IDS_CANCELLING "Annulation..."
}
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION ""
...
...
dlls/browseui/rsrc_He.rc
View file @
44479005
...
...
@@ -23,11 +23,6 @@
LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT
STRINGTABLE
{
IDS_CANCELLING "בהליכי ביטול..."
}
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_LAYOUTRTL
...
...
dlls/browseui/rsrc_Hu.rc
View file @
44479005
...
...
@@ -23,11 +23,6 @@
LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
STRINGTABLE
{
IDS_CANCELLING "Megszakítás..."
}
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION ""
...
...
dlls/browseui/rsrc_It.rc
View file @
44479005
...
...
@@ -23,11 +23,6 @@
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
STRINGTABLE
{
IDS_CANCELLING "Annullando..."
}
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION ""
...
...
dlls/browseui/rsrc_Ja.rc
View file @
44479005
...
...
@@ -23,11 +23,6 @@
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
STRINGTABLE
{
IDS_CANCELLING "キャンセル…"
}
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION ""
...
...
dlls/browseui/rsrc_Ko.rc
View file @
44479005
...
...
@@ -23,11 +23,6 @@
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
STRINGTABLE
{
IDS_CANCELLING "취소하는 중.."
}
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION ""
...
...
dlls/browseui/rsrc_Lt.rc
View file @
44479005
...
...
@@ -23,11 +23,6 @@
LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL
STRINGTABLE
{
IDS_CANCELLING "Atsisakoma..."
}
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION ""
...
...
dlls/browseui/rsrc_Nl.rc
View file @
44479005
...
...
@@ -20,11 +20,6 @@
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
STRINGTABLE
{
IDS_CANCELLING "Annuleren..."
}
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION ""
...
...
dlls/browseui/rsrc_No.rc
View file @
44479005
...
...
@@ -22,11 +22,6 @@
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
STRINGTABLE
{
IDS_CANCELLING "Avbryter..."
}
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION ""
...
...
dlls/browseui/rsrc_Pl.rc
View file @
44479005
...
...
@@ -20,11 +20,6 @@
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
STRINGTABLE
{
IDS_CANCELLING "Trwa anulowanie..."
}
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION ""
...
...
dlls/browseui/rsrc_Pt.rc
View file @
44479005
...
...
@@ -19,21 +19,6 @@
#include "resids.h"
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
STRINGTABLE
{
IDS_CANCELLING "Cancelando..."
}
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
STRINGTABLE
{
IDS_CANCELLING "A cancelar..."
}
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
...
...
dlls/browseui/rsrc_Ro.rc
View file @
44479005
...
...
@@ -23,11 +23,6 @@ LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
#pragma code_page(65001)
STRINGTABLE
{
IDS_CANCELLING "Renunț..."
}
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION ""
...
...
dlls/browseui/rsrc_Ru.rc
View file @
44479005
...
...
@@ -23,11 +23,6 @@
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
STRINGTABLE
{
IDS_CANCELLING "Отмена..."
}
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION ""
...
...
dlls/browseui/rsrc_Si.rc
View file @
44479005
...
...
@@ -22,11 +22,6 @@
LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
STRINGTABLE
{
IDS_CANCELLING "Preklicujem ..."
}
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION ""
...
...
dlls/browseui/rsrc_Sr.rc
View file @
44479005
...
...
@@ -24,11 +24,6 @@
LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_CYRILLIC
STRINGTABLE
{
IDS_CANCELLING "Отказивање..."
}
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION ""
...
...
@@ -44,11 +39,6 @@ FONT 8, "MS Shell Dlg"
LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN
STRINGTABLE
{
IDS_CANCELLING "Otkazivanje..."
}
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION ""
...
...
dlls/browseui/rsrc_Sv.rc
View file @
44479005
...
...
@@ -22,11 +22,6 @@
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
STRINGTABLE
{
IDS_CANCELLING "Avbryter..."
}
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION ""
...
...
dlls/browseui/rsrc_Uk.rc
View file @
44479005
...
...
@@ -24,11 +24,6 @@
LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
STRINGTABLE
{
IDS_CANCELLING "Скасування..."
}
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION ""
...
...
dlls/browseui/rsrc_Zh.rc
View file @
44479005
...
...
@@ -25,11 +25,6 @@
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
STRINGTABLE
{
IDS_CANCELLING "正在取消..."
}
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION ""
...
...
@@ -45,11 +40,6 @@ FONT 9, "MS Shell Dlg"
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
STRINGTABLE
{
IDS_CANCELLING "正在取消..."
}
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION ""
...
...
po/ar.po
View file @
44479005
...
...
@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
#: crypt32.rc:27
msgid "Authority Key Identifier"
msgstr ""
...
...
po/bg.po
View file @
44479005
...
...
@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
#: crypt32.rc:27
msgid "Authority Key Identifier"
msgstr ""
...
...
po/cs.po
View file @
44479005
...
...
@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
#: crypt32.rc:27
msgid "Authority Key Identifier"
msgstr ""
...
...
po/da.po
View file @
44479005
...
...
@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Annullering..."
#: crypt32.rc:27
msgid "Authority Key Identifier"
msgstr ""
...
...
po/de.po
View file @
44479005
...
...
@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Abbrechen..."
#: crypt32.rc:27
msgid "Authority Key Identifier"
msgstr "Autoritätsschlüsselkennung"
...
...
po/el.po
View file @
44479005
...
...
@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
#: crypt32.rc:27
msgid "Authority Key Identifier"
msgstr ""
...
...
po/en.po
View file @
44479005
...
...
@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
#: crypt32.rc:27
msgid "Authority Key Identifier"
msgstr "Authority Key Identifier"
...
...
po/en_US.po
View file @
44479005
...
...
@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Cancelling..."
#: crypt32.rc:27
msgid "Authority Key Identifier"
msgstr "Authority Key Identifier"
...
...
po/eo.po
View file @
44479005
...
...
@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
#: crypt32.rc:27
msgid "Authority Key Identifier"
msgstr ""
...
...
po/es.po
View file @
44479005
...
...
@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Cancelando..."
#: crypt32.rc:27
msgid "Authority Key Identifier"
msgstr ""
...
...
po/fa.po
View file @
44479005
...
...
@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
#: crypt32.rc:27
msgid "Authority Key Identifier"
msgstr ""
...
...
po/fi.po
View file @
44479005
...
...
@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
#: crypt32.rc:27
msgid "Authority Key Identifier"
msgstr ""
...
...
po/fr.po
View file @
44479005
...
...
@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Annulation..."
#: crypt32.rc:27
msgid "Authority Key Identifier"
msgstr "Identifiant de l'autorité de la clé"
...
...
po/he.po
View file @
44479005
...
...
@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "בהליכי ביטול..."
#: crypt32.rc:27
msgid "Authority Key Identifier"
msgstr ""
...
...
po/hi.po
View file @
44479005
...
...
@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
#: crypt32.rc:27
msgid "Authority Key Identifier"
msgstr ""
...
...
po/hu.po
View file @
44479005
...
...
@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Megszakítás..."
#: crypt32.rc:27
msgid "Authority Key Identifier"
msgstr "Hitelesítési kulcs azonosító"
...
...
po/it.po
View file @
44479005
...
...
@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Annullando..."
#: crypt32.rc:27
msgid "Authority Key Identifier"
msgstr "Identificatore chiave autorità"
...
...
po/ja.po
View file @
44479005
...
...
@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "キャンセル…"
#: crypt32.rc:27
msgid "Authority Key Identifier"
msgstr "認証局鍵識別子"
...
...
po/ko.po
View file @
44479005
...
...
@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "취소하는 중.."
#: crypt32.rc:27
msgid "Authority Key Identifier"
msgstr "접근 키 식별자"
...
...
po/lt.po
View file @
44479005
...
...
@@ -14,6 +14,10 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Virtaal 0.6.1\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Atsisakoma..."
#: crypt32.rc:27
msgid "Authority Key Identifier"
msgstr "Įstaigos rakto identifikatorius"
...
...
po/ml.po
View file @
44479005
...
...
@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
#: crypt32.rc:27
msgid "Authority Key Identifier"
msgstr ""
...
...
po/nb_NO.po
View file @
44479005
...
...
@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Avbryter..."
#: crypt32.rc:27
msgid "Authority Key Identifier"
msgstr "Identifikator for autentiseringsnøkkel"
...
...
po/nl.po
View file @
44479005
...
...
@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Annuleren..."
#: crypt32.rc:27
msgid "Authority Key Identifier"
msgstr "Autoriteits Sleutel Identificatie nummer"
...
...
po/or.po
View file @
44479005
...
...
@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
#: crypt32.rc:27
msgid "Authority Key Identifier"
msgstr ""
...
...
po/pa.po
View file @
44479005
...
...
@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
#: crypt32.rc:27
msgid "Authority Key Identifier"
msgstr ""
...
...
po/pl.po
View file @
44479005
...
...
@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Trwa anulowanie..."
#: crypt32.rc:27
msgid "Authority Key Identifier"
msgstr "Identyfikator klucza urzędu"
...
...
po/pt_BR.po
View file @
44479005
...
...
@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Cancelando..."
#: crypt32.rc:27
msgid "Authority Key Identifier"
msgstr "Identificador da Chave de Autoridade"
...
...
po/pt_PT.po
View file @
44479005
...
...
@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "A cancelar..."
#: crypt32.rc:27
msgid "Authority Key Identifier"
msgstr "Identificador da Chave de Autoridade"
...
...
po/rm.po
View file @
44479005
...
...
@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
#: crypt32.rc:27
msgid "Authority Key Identifier"
msgstr ""
...
...
po/ro.po
View file @
44479005
...
...
@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Renunț..."
#: crypt32.rc:27
msgid "Authority Key Identifier"
msgstr "Identificatorul cheii autorității"
...
...
po/ru.po
View file @
44479005
...
...
@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Отмена..."
#: crypt32.rc:27
msgid "Authority Key Identifier"
msgstr ""
...
...
po/sk.po
View file @
44479005
...
...
@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
#: crypt32.rc:27
msgid "Authority Key Identifier"
msgstr ""
...
...
po/sl.po
View file @
44479005
...
...
@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Preklicujem ..."
#: crypt32.rc:27
msgid "Authority Key Identifier"
msgstr ""
...
...
po/sr_RS@cyrillic.po
View file @
44479005
...
...
@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Отказивање..."
#: crypt32.rc:27
msgid "Authority Key Identifier"
msgstr ""
...
...
po/sr_RS@latin.po
View file @
44479005
...
...
@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Otkazivanje..."
#: crypt32.rc:27
msgid "Authority Key Identifier"
msgstr ""
...
...
po/sv.po
View file @
44479005
...
...
@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Avbryter..."
#: crypt32.rc:27
msgid "Authority Key Identifier"
msgstr "Authority Key Identifier"
...
...
po/te.po
View file @
44479005
...
...
@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
#: crypt32.rc:27
msgid "Authority Key Identifier"
msgstr ""
...
...
po/th.po
View file @
44479005
...
...
@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
#: crypt32.rc:27
msgid "Authority Key Identifier"
msgstr ""
...
...
po/tr.po
View file @
44479005
...
...
@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
#: crypt32.rc:27
msgid "Authority Key Identifier"
msgstr ""
...
...
po/uk.po
View file @
44479005
...
...
@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Скасування..."
#: crypt32.rc:27
msgid "Authority Key Identifier"
msgstr "Ідентифікатор ключа органу"
...
...
po/wa.po
View file @
44479005
...
...
@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
#: crypt32.rc:27
msgid "Authority Key Identifier"
msgstr ""
...
...
po/wine.pot
View file @
44479005
...
...
@@ -10,6 +10,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
#: crypt32.rc:27
msgid "Authority Key Identifier"
msgstr ""
...
...
po/zh_CN.po
View file @
44479005
...
...
@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "正在取消..."
#: crypt32.rc:27
msgid "Authority Key Identifier"
msgstr ""
...
...
po/zh_TW.po
View file @
44479005
...
...
@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "正在取消..."
#: crypt32.rc:27
msgid "Authority Key Identifier"
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