browseui: Convert menu and string table resources to po files.
This commit is contained in:
parent
88daff74dc
commit
4447900540
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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@
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright 2003 Francois Gouget (for CodeWeavers)
|
||||
* Copyright 2007 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
|
|
@ -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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
|
4
po/ar.po
4
po/ar.po
|
@ -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 ""
|
||||
|
|
4
po/bg.po
4
po/bg.po
|
@ -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 ""
|
||||
|
|
4
po/cs.po
4
po/cs.po
|
@ -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 ""
|
||||
|
|
4
po/da.po
4
po/da.po
|
@ -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 ""
|
||||
|
|
4
po/de.po
4
po/de.po
|
@ -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"
|
||||
|
|
4
po/el.po
4
po/el.po
|
@ -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 ""
|
||||
|
|
4
po/en.po
4
po/en.po
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
4
po/eo.po
4
po/eo.po
|
@ -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 ""
|
||||
|
|
4
po/es.po
4
po/es.po
|
@ -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 ""
|
||||
|
|
4
po/fa.po
4
po/fa.po
|
@ -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 ""
|
||||
|
|
4
po/fi.po
4
po/fi.po
|
@ -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 ""
|
||||
|
|
4
po/fr.po
4
po/fr.po
|
@ -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é"
|
||||
|
|
4
po/he.po
4
po/he.po
|
@ -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 ""
|
||||
|
|
4
po/hi.po
4
po/hi.po
|
@ -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 ""
|
||||
|
|
4
po/hu.po
4
po/hu.po
|
@ -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ó"
|
||||
|
|
4
po/it.po
4
po/it.po
|
@ -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à"
|
||||
|
|
4
po/ja.po
4
po/ja.po
|
@ -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 "認証局鍵識別子"
|
||||
|
|
4
po/ko.po
4
po/ko.po
|
@ -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 "접근 키 식별자"
|
||||
|
|
4
po/lt.po
4
po/lt.po
|
@ -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"
|
||||
|
|
4
po/ml.po
4
po/ml.po
|
@ -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 ""
|
||||
|
|
|
@ -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"
|
||||
|
|
4
po/nl.po
4
po/nl.po
|
@ -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"
|
||||
|
|
4
po/or.po
4
po/or.po
|
@ -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 ""
|
||||
|
|
4
po/pa.po
4
po/pa.po
|
@ -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 ""
|
||||
|
|
4
po/pl.po
4
po/pl.po
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
4
po/rm.po
4
po/rm.po
|
@ -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 ""
|
||||
|
|
4
po/ro.po
4
po/ro.po
|
@ -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"
|
||||
|
|
4
po/ru.po
4
po/ru.po
|
@ -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 ""
|
||||
|
|
4
po/sk.po
4
po/sk.po
|
@ -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 ""
|
||||
|
|
4
po/sl.po
4
po/sl.po
|
@ -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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
|
4
po/sv.po
4
po/sv.po
|
@ -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"
|
||||
|
|
4
po/te.po
4
po/te.po
|
@ -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 ""
|
||||
|
|
4
po/th.po
4
po/th.po
|
@ -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 ""
|
||||
|
|
4
po/tr.po
4
po/tr.po
|
@ -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 ""
|
||||
|
|
4
po/uk.po
4
po/uk.po
|
@ -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 "Ідентифікатор ключа органу"
|
||||
|
|
4
po/wa.po
4
po/wa.po
|
@ -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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
|
Loading…
Reference in New Issue