Commit 44479005 authored by Alexandre Julliard's avatar Alexandre Julliard

browseui: Convert menu and string table resources to po files.

parent 88daff74
...@@ -14807,7 +14807,7 @@ wine_fn_config_test dlls/avifil32/tests avifil32_test ...@@ -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 avifile.dll16 enable_win16
wine_fn_config_dll avrt enable_avrt implib wine_fn_config_dll avrt enable_avrt implib
wine_fn_config_dll bcrypt enable_bcrypt 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_test dlls/browseui/tests browseui_test
wine_fn_config_dll cabinet enable_cabinet implib wine_fn_config_dll cabinet enable_cabinet implib
wine_fn_config_test dlls/cabinet/tests cabinet_test wine_fn_config_test dlls/cabinet/tests cabinet_test
......
...@@ -2336,7 +2336,7 @@ WINE_CONFIG_TEST(dlls/avifil32/tests) ...@@ -2336,7 +2336,7 @@ WINE_CONFIG_TEST(dlls/avifil32/tests)
WINE_CONFIG_DLL(avifile.dll16,enable_win16) WINE_CONFIG_DLL(avifile.dll16,enable_win16)
WINE_CONFIG_DLL(avrt,,[implib]) WINE_CONFIG_DLL(avrt,,[implib])
WINE_CONFIG_DLL(bcrypt) WINE_CONFIG_DLL(bcrypt)
WINE_CONFIG_DLL(browseui) WINE_CONFIG_DLL(browseui,,[po])
WINE_CONFIG_TEST(dlls/browseui/tests) WINE_CONFIG_TEST(dlls/browseui/tests)
WINE_CONFIG_DLL(cabinet,,[implib]) WINE_CONFIG_DLL(cabinet,,[implib])
WINE_CONFIG_TEST(dlls/cabinet/tests) WINE_CONFIG_TEST(dlls/cabinet/tests)
......
...@@ -12,6 +12,7 @@ C_SRCS = \ ...@@ -12,6 +12,7 @@ C_SRCS = \
IDL_R_SRCS = browseui_classes.idl IDL_R_SRCS = browseui_classes.idl
RC_SRCS = \ RC_SRCS = \
browseui.rc \
rsrc_Da.rc \ rsrc_Da.rc \
rsrc_De.rc \ rsrc_De.rc \
rsrc_En.rc \ rsrc_En.rc \
...@@ -33,7 +34,8 @@ RC_SRCS = \ ...@@ -33,7 +34,8 @@ RC_SRCS = \
rsrc_Sr.rc \ rsrc_Sr.rc \
rsrc_Sv.rc \ rsrc_Sv.rc \
rsrc_Uk.rc \ rsrc_Uk.rc \
rsrc_Zh.rc \ rsrc_Zh.rc
version.rc
PO_SRCS = browseui.rc
@MAKE_DLL_RULES@ @MAKE_DLL_RULES@
/* /*
* Copyright 2003 Francois Gouget (for CodeWeavers) * Copyright 2007 Mikolaj Zalewski
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
...@@ -16,6 +16,15 @@ ...@@ -16,6 +16,15 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * 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_FILEDESCRIPTION_STR "Wine core dll"
#define WINE_FILENAME_STR "browseui.dll" #define WINE_FILENAME_STR "browseui.dll"
#define WINE_FILEVERSION 6,0,2900,2180 #define WINE_FILEVERSION 6,0,2900,2180
......
...@@ -21,11 +21,6 @@ ...@@ -21,11 +21,6 @@
LANGUAGE LANG_DANISH, SUBLANG_DEFAULT LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
STRINGTABLE
{
IDS_CANCELLING "Annullering..."
}
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85 IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION "" CAPTION ""
......
...@@ -23,11 +23,6 @@ ...@@ -23,11 +23,6 @@
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
STRINGTABLE
{
IDS_CANCELLING "Abbrechen..."
}
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85 IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION "" CAPTION ""
......
...@@ -20,11 +20,6 @@ ...@@ -20,11 +20,6 @@
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE
{
IDS_CANCELLING "Cancelling..."
}
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85 IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION "" CAPTION ""
......
...@@ -20,11 +20,6 @@ ...@@ -20,11 +20,6 @@
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
STRINGTABLE
{
IDS_CANCELLING "Cancelando..."
}
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85 IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION "" CAPTION ""
......
...@@ -20,11 +20,6 @@ ...@@ -20,11 +20,6 @@
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
STRINGTABLE
{
IDS_CANCELLING "Annulation..."
}
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85 IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION "" CAPTION ""
......
...@@ -23,11 +23,6 @@ ...@@ -23,11 +23,6 @@
LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT
STRINGTABLE
{
IDS_CANCELLING "בהליכי ביטול..."
}
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85 IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_LAYOUTRTL EXSTYLE WS_EX_LAYOUTRTL
......
...@@ -23,11 +23,6 @@ ...@@ -23,11 +23,6 @@
LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
STRINGTABLE
{
IDS_CANCELLING "Megszakítás..."
}
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85 IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION "" CAPTION ""
......
...@@ -23,11 +23,6 @@ ...@@ -23,11 +23,6 @@
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
STRINGTABLE
{
IDS_CANCELLING "Annullando..."
}
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85 IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION "" CAPTION ""
......
...@@ -23,11 +23,6 @@ ...@@ -23,11 +23,6 @@
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
STRINGTABLE
{
IDS_CANCELLING "キャンセル…"
}
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85 IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION "" CAPTION ""
......
...@@ -23,11 +23,6 @@ ...@@ -23,11 +23,6 @@
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
STRINGTABLE
{
IDS_CANCELLING "취소하는 중.."
}
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85 IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION "" CAPTION ""
......
...@@ -23,11 +23,6 @@ ...@@ -23,11 +23,6 @@
LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL
STRINGTABLE
{
IDS_CANCELLING "Atsisakoma..."
}
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85 IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION "" CAPTION ""
......
...@@ -20,11 +20,6 @@ ...@@ -20,11 +20,6 @@
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
STRINGTABLE
{
IDS_CANCELLING "Annuleren..."
}
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85 IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION "" CAPTION ""
......
...@@ -22,11 +22,6 @@ ...@@ -22,11 +22,6 @@
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
STRINGTABLE
{
IDS_CANCELLING "Avbryter..."
}
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85 IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION "" CAPTION ""
......
...@@ -20,11 +20,6 @@ ...@@ -20,11 +20,6 @@
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
STRINGTABLE
{
IDS_CANCELLING "Trwa anulowanie..."
}
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85 IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION "" CAPTION ""
......
...@@ -19,21 +19,6 @@ ...@@ -19,21 +19,6 @@
#include "resids.h" #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 LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85 IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
......
...@@ -23,11 +23,6 @@ LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL ...@@ -23,11 +23,6 @@ LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
#pragma code_page(65001) #pragma code_page(65001)
STRINGTABLE
{
IDS_CANCELLING "Renunț..."
}
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85 IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION "" CAPTION ""
......
...@@ -23,11 +23,6 @@ ...@@ -23,11 +23,6 @@
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
STRINGTABLE
{
IDS_CANCELLING "Отмена..."
}
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85 IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION "" CAPTION ""
......
...@@ -22,11 +22,6 @@ ...@@ -22,11 +22,6 @@
LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
STRINGTABLE
{
IDS_CANCELLING "Preklicujem ..."
}
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85 IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION "" CAPTION ""
......
...@@ -24,11 +24,6 @@ ...@@ -24,11 +24,6 @@
LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_CYRILLIC LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_CYRILLIC
STRINGTABLE
{
IDS_CANCELLING "Отказивање..."
}
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85 IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION "" CAPTION ""
...@@ -44,11 +39,6 @@ FONT 8, "MS Shell Dlg" ...@@ -44,11 +39,6 @@ FONT 8, "MS Shell Dlg"
LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN
STRINGTABLE
{
IDS_CANCELLING "Otkazivanje..."
}
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85 IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION "" CAPTION ""
......
...@@ -22,11 +22,6 @@ ...@@ -22,11 +22,6 @@
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
STRINGTABLE
{
IDS_CANCELLING "Avbryter..."
}
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85 IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION "" CAPTION ""
......
...@@ -24,11 +24,6 @@ ...@@ -24,11 +24,6 @@
LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
STRINGTABLE
{
IDS_CANCELLING "Скасування..."
}
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85 IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION "" CAPTION ""
......
...@@ -25,11 +25,6 @@ ...@@ -25,11 +25,6 @@
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
STRINGTABLE
{
IDS_CANCELLING "正在取消..."
}
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85 IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION "" CAPTION ""
...@@ -45,11 +40,6 @@ FONT 9, "MS Shell Dlg" ...@@ -45,11 +40,6 @@ FONT 9, "MS Shell Dlg"
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
STRINGTABLE
{
IDS_CANCELLING "正在取消..."
}
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85 IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
CAPTION "" CAPTION ""
......
...@@ -13,6 +13,10 @@ msgstr "" ...@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
#: crypt32.rc:27 #: crypt32.rc:27
msgid "Authority Key Identifier" msgid "Authority Key Identifier"
msgstr "" msgstr ""
......
...@@ -13,6 +13,10 @@ msgstr "" ...@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
#: crypt32.rc:27 #: crypt32.rc:27
msgid "Authority Key Identifier" msgid "Authority Key Identifier"
msgstr "" msgstr ""
......
...@@ -13,6 +13,10 @@ msgstr "" ...@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
#: crypt32.rc:27 #: crypt32.rc:27
msgid "Authority Key Identifier" msgid "Authority Key Identifier"
msgstr "" msgstr ""
......
...@@ -13,6 +13,10 @@ msgstr "" ...@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Annullering..."
#: crypt32.rc:27 #: crypt32.rc:27
msgid "Authority Key Identifier" msgid "Authority Key Identifier"
msgstr "" msgstr ""
......
...@@ -13,6 +13,10 @@ msgstr "" ...@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Abbrechen..."
#: crypt32.rc:27 #: crypt32.rc:27
msgid "Authority Key Identifier" msgid "Authority Key Identifier"
msgstr "Autoritätsschlüsselkennung" msgstr "Autoritätsschlüsselkennung"
......
...@@ -13,6 +13,10 @@ msgstr "" ...@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
#: crypt32.rc:27 #: crypt32.rc:27
msgid "Authority Key Identifier" msgid "Authority Key Identifier"
msgstr "" msgstr ""
......
...@@ -13,6 +13,10 @@ msgstr "" ...@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
#: crypt32.rc:27 #: crypt32.rc:27
msgid "Authority Key Identifier" msgid "Authority Key Identifier"
msgstr "Authority Key Identifier" msgstr "Authority Key Identifier"
......
...@@ -13,6 +13,10 @@ msgstr "" ...@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Cancelling..."
#: crypt32.rc:27 #: crypt32.rc:27
msgid "Authority Key Identifier" msgid "Authority Key Identifier"
msgstr "Authority Key Identifier" msgstr "Authority Key Identifier"
......
...@@ -13,6 +13,10 @@ msgstr "" ...@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
#: crypt32.rc:27 #: crypt32.rc:27
msgid "Authority Key Identifier" msgid "Authority Key Identifier"
msgstr "" msgstr ""
......
...@@ -13,6 +13,10 @@ msgstr "" ...@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Cancelando..."
#: crypt32.rc:27 #: crypt32.rc:27
msgid "Authority Key Identifier" msgid "Authority Key Identifier"
msgstr "" msgstr ""
......
...@@ -13,6 +13,10 @@ msgstr "" ...@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
#: crypt32.rc:27 #: crypt32.rc:27
msgid "Authority Key Identifier" msgid "Authority Key Identifier"
msgstr "" msgstr ""
......
...@@ -13,6 +13,10 @@ msgstr "" ...@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
#: crypt32.rc:27 #: crypt32.rc:27
msgid "Authority Key Identifier" msgid "Authority Key Identifier"
msgstr "" msgstr ""
......
...@@ -13,6 +13,10 @@ msgstr "" ...@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Annulation..."
#: crypt32.rc:27 #: crypt32.rc:27
msgid "Authority Key Identifier" msgid "Authority Key Identifier"
msgstr "Identifiant de l'autorité de la clé" msgstr "Identifiant de l'autorité de la clé"
......
...@@ -13,6 +13,10 @@ msgstr "" ...@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "בהליכי ביטול..."
#: crypt32.rc:27 #: crypt32.rc:27
msgid "Authority Key Identifier" msgid "Authority Key Identifier"
msgstr "" msgstr ""
......
...@@ -13,6 +13,10 @@ msgstr "" ...@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
#: crypt32.rc:27 #: crypt32.rc:27
msgid "Authority Key Identifier" msgid "Authority Key Identifier"
msgstr "" msgstr ""
......
...@@ -13,6 +13,10 @@ msgstr "" ...@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Megszakítás..."
#: crypt32.rc:27 #: crypt32.rc:27
msgid "Authority Key Identifier" msgid "Authority Key Identifier"
msgstr "Hitelesítési kulcs azonosító" msgstr "Hitelesítési kulcs azonosító"
......
...@@ -13,6 +13,10 @@ msgstr "" ...@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Annullando..."
#: crypt32.rc:27 #: crypt32.rc:27
msgid "Authority Key Identifier" msgid "Authority Key Identifier"
msgstr "Identificatore chiave autorità" msgstr "Identificatore chiave autorità"
......
...@@ -13,6 +13,10 @@ msgstr "" ...@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "キャンセル…"
#: crypt32.rc:27 #: crypt32.rc:27
msgid "Authority Key Identifier" msgid "Authority Key Identifier"
msgstr "認証局鍵識別子" msgstr "認証局鍵識別子"
......
...@@ -13,6 +13,10 @@ msgstr "" ...@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "취소하는 중.."
#: crypt32.rc:27 #: crypt32.rc:27
msgid "Authority Key Identifier" msgid "Authority Key Identifier"
msgstr "접근 키 식별자" msgstr "접근 키 식별자"
......
...@@ -14,6 +14,10 @@ msgstr "" ...@@ -14,6 +14,10 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: Virtaal 0.6.1\n" "X-Generator: Virtaal 0.6.1\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Atsisakoma..."
#: crypt32.rc:27 #: crypt32.rc:27
msgid "Authority Key Identifier" msgid "Authority Key Identifier"
msgstr "Įstaigos rakto identifikatorius" msgstr "Įstaigos rakto identifikatorius"
......
...@@ -13,6 +13,10 @@ msgstr "" ...@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
#: crypt32.rc:27 #: crypt32.rc:27
msgid "Authority Key Identifier" msgid "Authority Key Identifier"
msgstr "" msgstr ""
......
...@@ -13,6 +13,10 @@ msgstr "" ...@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Avbryter..."
#: crypt32.rc:27 #: crypt32.rc:27
msgid "Authority Key Identifier" msgid "Authority Key Identifier"
msgstr "Identifikator for autentiseringsnøkkel" msgstr "Identifikator for autentiseringsnøkkel"
......
...@@ -13,6 +13,10 @@ msgstr "" ...@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Annuleren..."
#: crypt32.rc:27 #: crypt32.rc:27
msgid "Authority Key Identifier" msgid "Authority Key Identifier"
msgstr "Autoriteits Sleutel Identificatie nummer" msgstr "Autoriteits Sleutel Identificatie nummer"
......
...@@ -13,6 +13,10 @@ msgstr "" ...@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
#: crypt32.rc:27 #: crypt32.rc:27
msgid "Authority Key Identifier" msgid "Authority Key Identifier"
msgstr "" msgstr ""
......
...@@ -13,6 +13,10 @@ msgstr "" ...@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
#: crypt32.rc:27 #: crypt32.rc:27
msgid "Authority Key Identifier" msgid "Authority Key Identifier"
msgstr "" msgstr ""
......
...@@ -13,6 +13,10 @@ msgstr "" ...@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Trwa anulowanie..."
#: crypt32.rc:27 #: crypt32.rc:27
msgid "Authority Key Identifier" msgid "Authority Key Identifier"
msgstr "Identyfikator klucza urzędu" msgstr "Identyfikator klucza urzędu"
......
...@@ -13,6 +13,10 @@ msgstr "" ...@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Cancelando..."
#: crypt32.rc:27 #: crypt32.rc:27
msgid "Authority Key Identifier" msgid "Authority Key Identifier"
msgstr "Identificador da Chave de Autoridade" msgstr "Identificador da Chave de Autoridade"
......
...@@ -13,6 +13,10 @@ msgstr "" ...@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "A cancelar..."
#: crypt32.rc:27 #: crypt32.rc:27
msgid "Authority Key Identifier" msgid "Authority Key Identifier"
msgstr "Identificador da Chave de Autoridade" msgstr "Identificador da Chave de Autoridade"
......
...@@ -13,6 +13,10 @@ msgstr "" ...@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
#: crypt32.rc:27 #: crypt32.rc:27
msgid "Authority Key Identifier" msgid "Authority Key Identifier"
msgstr "" msgstr ""
......
...@@ -13,6 +13,10 @@ msgstr "" ...@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Renunț..."
#: crypt32.rc:27 #: crypt32.rc:27
msgid "Authority Key Identifier" msgid "Authority Key Identifier"
msgstr "Identificatorul cheii autorității" msgstr "Identificatorul cheii autorității"
......
...@@ -13,6 +13,10 @@ msgstr "" ...@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Отмена..."
#: crypt32.rc:27 #: crypt32.rc:27
msgid "Authority Key Identifier" msgid "Authority Key Identifier"
msgstr "" msgstr ""
......
...@@ -13,6 +13,10 @@ msgstr "" ...@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
#: crypt32.rc:27 #: crypt32.rc:27
msgid "Authority Key Identifier" msgid "Authority Key Identifier"
msgstr "" msgstr ""
......
...@@ -13,6 +13,10 @@ msgstr "" ...@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Preklicujem ..."
#: crypt32.rc:27 #: crypt32.rc:27
msgid "Authority Key Identifier" msgid "Authority Key Identifier"
msgstr "" msgstr ""
......
...@@ -13,6 +13,10 @@ msgstr "" ...@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Отказивање..."
#: crypt32.rc:27 #: crypt32.rc:27
msgid "Authority Key Identifier" msgid "Authority Key Identifier"
msgstr "" msgstr ""
......
...@@ -13,6 +13,10 @@ msgstr "" ...@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Otkazivanje..."
#: crypt32.rc:27 #: crypt32.rc:27
msgid "Authority Key Identifier" msgid "Authority Key Identifier"
msgstr "" msgstr ""
......
...@@ -13,6 +13,10 @@ msgstr "" ...@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Avbryter..."
#: crypt32.rc:27 #: crypt32.rc:27
msgid "Authority Key Identifier" msgid "Authority Key Identifier"
msgstr "Authority Key Identifier" msgstr "Authority Key Identifier"
......
...@@ -13,6 +13,10 @@ msgstr "" ...@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
#: crypt32.rc:27 #: crypt32.rc:27
msgid "Authority Key Identifier" msgid "Authority Key Identifier"
msgstr "" msgstr ""
......
...@@ -13,6 +13,10 @@ msgstr "" ...@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
#: crypt32.rc:27 #: crypt32.rc:27
msgid "Authority Key Identifier" msgid "Authority Key Identifier"
msgstr "" msgstr ""
......
...@@ -13,6 +13,10 @@ msgstr "" ...@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
#: crypt32.rc:27 #: crypt32.rc:27
msgid "Authority Key Identifier" msgid "Authority Key Identifier"
msgstr "" msgstr ""
......
...@@ -13,6 +13,10 @@ msgstr "" ...@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Скасування..."
#: crypt32.rc:27 #: crypt32.rc:27
msgid "Authority Key Identifier" msgid "Authority Key Identifier"
msgstr "Ідентифікатор ключа органу" msgstr "Ідентифікатор ключа органу"
......
...@@ -13,6 +13,10 @@ msgstr "" ...@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
#: crypt32.rc:27 #: crypt32.rc:27
msgid "Authority Key Identifier" msgid "Authority Key Identifier"
msgstr "" msgstr ""
......
...@@ -10,6 +10,10 @@ msgstr "" ...@@ -10,6 +10,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
#: crypt32.rc:27 #: crypt32.rc:27
msgid "Authority Key Identifier" msgid "Authority Key Identifier"
msgstr "" msgstr ""
......
...@@ -13,6 +13,10 @@ msgstr "" ...@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "正在取消..."
#: crypt32.rc:27 #: crypt32.rc:27
msgid "Authority Key Identifier" msgid "Authority Key Identifier"
msgstr "" msgstr ""
......
...@@ -13,6 +13,10 @@ msgstr "" ...@@ -13,6 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: browseui.rc:25
msgid "Cancelling..."
msgstr "正在取消..."
#: crypt32.rc:27 #: crypt32.rc:27
msgid "Authority Key Identifier" msgid "Authority Key Identifier"
msgstr "" msgstr ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment