diff --git a/configure b/configure
index 1c149b0069c8b3c0c5c7f6ebd846029dae0957ce..68df4dceb555ad87dfce280c9ae0bb30fb671658 100755
--- a/configure
+++ b/configure
@@ -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
diff --git a/configure.ac b/configure.ac
index 6946b2f7248873917db1576d5662495601bd2463..68844f0a2dbd290880b954c503bb64abd487cee8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)
diff --git a/dlls/browseui/Makefile.in b/dlls/browseui/Makefile.in
index 981237f1a067e5f21b2c681bf0f01b8e28175b51..ffb0469f6b81622cffddc8e30265c7d9e90674c1 100644
--- a/dlls/browseui/Makefile.in
+++ b/dlls/browseui/Makefile.in
@@ -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@
diff --git a/dlls/browseui/version.rc b/dlls/browseui/browseui.rc
similarity index 87%
rename from dlls/browseui/version.rc
rename to dlls/browseui/browseui.rc
index 731b5d34a0df4491c865ae96ab2c9d8844c6dd9f..23baddeb56e0dd684133d82ff646d112fe3b5af9 100644
--- a/dlls/browseui/version.rc
+++ b/dlls/browseui/browseui.rc
@@ -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
diff --git a/dlls/browseui/rsrc_Da.rc b/dlls/browseui/rsrc_Da.rc
index 6a0a340ef14a4685967e952aacda3b9dde0d6277..89d68ca20233b8ee4de14fca02fc3d9615f2e08d 100644
--- a/dlls/browseui/rsrc_Da.rc
+++ b/dlls/browseui/rsrc_Da.rc
@@ -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 ""
diff --git a/dlls/browseui/rsrc_De.rc b/dlls/browseui/rsrc_De.rc
index 9a0b78e81dea98fefb0c96a4deaff4d91bdc933f..4866062a9a0bd894a0d5dde12f45d2b731c54585 100644
--- a/dlls/browseui/rsrc_De.rc
+++ b/dlls/browseui/rsrc_De.rc
@@ -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 ""
diff --git a/dlls/browseui/rsrc_En.rc b/dlls/browseui/rsrc_En.rc
index c6f597e26cf849e0dc54c1fe45f1d60b31c6ab63..fcc193fa7769affb1adbb097648a5483659af550 100644
--- a/dlls/browseui/rsrc_En.rc
+++ b/dlls/browseui/rsrc_En.rc
@@ -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 ""
diff --git a/dlls/browseui/rsrc_Es.rc b/dlls/browseui/rsrc_Es.rc
index 0fe5d14bb12f6fa8559be8495f19921412c63bde..5799da447f67a87aacb4bb804a42c64d9880a8e3 100644
--- a/dlls/browseui/rsrc_Es.rc
+++ b/dlls/browseui/rsrc_Es.rc
@@ -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 ""
diff --git a/dlls/browseui/rsrc_Fr.rc b/dlls/browseui/rsrc_Fr.rc
index 5db8abc3b394eade38b51e806962a526917dc313..c57da50d3971ec0d81c1bf4f9a652bdd60d2491b 100644
--- a/dlls/browseui/rsrc_Fr.rc
+++ b/dlls/browseui/rsrc_Fr.rc
@@ -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 ""
diff --git a/dlls/browseui/rsrc_He.rc b/dlls/browseui/rsrc_He.rc
index b5adc3b6307bab711d01a661905037215e36d00f..458b97eb7eb4eef108c884d49bd8a73554f21319 100644
--- a/dlls/browseui/rsrc_He.rc
+++ b/dlls/browseui/rsrc_He.rc
@@ -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
diff --git a/dlls/browseui/rsrc_Hu.rc b/dlls/browseui/rsrc_Hu.rc
index dfae776a21e7ef9e7dbfda4d8a9a2e1caf66ae8d..3aca263703509e7b4d9e1e6c5e99a8452064f722 100644
--- a/dlls/browseui/rsrc_Hu.rc
+++ b/dlls/browseui/rsrc_Hu.rc
@@ -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 ""
diff --git a/dlls/browseui/rsrc_It.rc b/dlls/browseui/rsrc_It.rc
index 5323aa1955e03787ac5a45f85365614c55d9d98e..a369393acfc6924d39b2f39a55844ce418002fbd 100644
--- a/dlls/browseui/rsrc_It.rc
+++ b/dlls/browseui/rsrc_It.rc
@@ -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 ""
diff --git a/dlls/browseui/rsrc_Ja.rc b/dlls/browseui/rsrc_Ja.rc
index 9274c195eeb9699d9ec19161f6a596653f618f67..9c98f9d85bf2ac81efcd22a904e965936e1cc5b1 100644
--- a/dlls/browseui/rsrc_Ja.rc
+++ b/dlls/browseui/rsrc_Ja.rc
@@ -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 ""
diff --git a/dlls/browseui/rsrc_Ko.rc b/dlls/browseui/rsrc_Ko.rc
index ff427c0cc54c0190b3a3bf98a893e377a9835ff3..484f6a8949e6927c76e5a6f592725b1e85ceb192 100644
--- a/dlls/browseui/rsrc_Ko.rc
+++ b/dlls/browseui/rsrc_Ko.rc
@@ -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 ""
diff --git a/dlls/browseui/rsrc_Lt.rc b/dlls/browseui/rsrc_Lt.rc
index fabad168e700135a3a3ee1d24dedb7942fb0d8bc..f4bbe394b75d031df62c7ce03ec2e24a2cf053b7 100644
--- a/dlls/browseui/rsrc_Lt.rc
+++ b/dlls/browseui/rsrc_Lt.rc
@@ -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 ""
diff --git a/dlls/browseui/rsrc_Nl.rc b/dlls/browseui/rsrc_Nl.rc
index c15f63128dd44af5552926bdd4e7362eaef16201..27acc974a57bcf9ad14bf2259f640e57e9345275 100644
--- a/dlls/browseui/rsrc_Nl.rc
+++ b/dlls/browseui/rsrc_Nl.rc
@@ -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 ""
diff --git a/dlls/browseui/rsrc_No.rc b/dlls/browseui/rsrc_No.rc
index dc980765782d2e63315c133474a5deda2ade6c8e..43060402b1147e5591e6cb7f3385883613323a4c 100644
--- a/dlls/browseui/rsrc_No.rc
+++ b/dlls/browseui/rsrc_No.rc
@@ -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 ""
diff --git a/dlls/browseui/rsrc_Pl.rc b/dlls/browseui/rsrc_Pl.rc
index 1677c03bd6614255384fabdd72e82c02e6ceacdb..1669d401e0fb286a1db77eeb0f9c4cdec1ac4dba 100644
--- a/dlls/browseui/rsrc_Pl.rc
+++ b/dlls/browseui/rsrc_Pl.rc
@@ -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 ""
diff --git a/dlls/browseui/rsrc_Pt.rc b/dlls/browseui/rsrc_Pt.rc
index 53204242ccb11974f621968976a26ba65ced82cd..1d5d7b244536d8cf8d312752ec5c7ea9cca56984 100644
--- a/dlls/browseui/rsrc_Pt.rc
+++ b/dlls/browseui/rsrc_Pt.rc
@@ -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
diff --git a/dlls/browseui/rsrc_Ro.rc b/dlls/browseui/rsrc_Ro.rc
index 5da07e7582becb1a09b7d8f22fdb9d0403a6c0bc..2d3e11dbb4e1272e274f76eaa1cf9e833082fa31 100644
--- a/dlls/browseui/rsrc_Ro.rc
+++ b/dlls/browseui/rsrc_Ro.rc
@@ -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 ""
diff --git a/dlls/browseui/rsrc_Ru.rc b/dlls/browseui/rsrc_Ru.rc
index 31c9ec041110cd255c49735efc0ec890d02aa5d1..2ad9743001ec9257b7d4e4872d415f7637b6cd3e 100644
--- a/dlls/browseui/rsrc_Ru.rc
+++ b/dlls/browseui/rsrc_Ru.rc
@@ -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 ""
diff --git a/dlls/browseui/rsrc_Si.rc b/dlls/browseui/rsrc_Si.rc
index a4ca2ec0b9a8ad20748687c468a289837463f07f..e8e2524cef4f32419f56334092eed9cb0340beaa 100644
--- a/dlls/browseui/rsrc_Si.rc
+++ b/dlls/browseui/rsrc_Si.rc
@@ -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 ""
diff --git a/dlls/browseui/rsrc_Sr.rc b/dlls/browseui/rsrc_Sr.rc
index 8ff45cbe54a3015a4cf5ba352db1ce149a3c09b7..2de58695a5190a86b6ac7eea04c7e78ce33150a5 100644
--- a/dlls/browseui/rsrc_Sr.rc
+++ b/dlls/browseui/rsrc_Sr.rc
@@ -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 ""
diff --git a/dlls/browseui/rsrc_Sv.rc b/dlls/browseui/rsrc_Sv.rc
index 544d62ba6c8c8d9e9dd1bc038e95fc71457cd323..8288be574667150b7e89e15394be4ba0bb84a7db 100644
--- a/dlls/browseui/rsrc_Sv.rc
+++ b/dlls/browseui/rsrc_Sv.rc
@@ -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 ""
diff --git a/dlls/browseui/rsrc_Uk.rc b/dlls/browseui/rsrc_Uk.rc
index 376c7b94ee30896ade6765698b452c55b9037134..c3346d5a3ae6281b40664ae8d421b8de36d67bef 100644
--- a/dlls/browseui/rsrc_Uk.rc
+++ b/dlls/browseui/rsrc_Uk.rc
@@ -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 ""
diff --git a/dlls/browseui/rsrc_Zh.rc b/dlls/browseui/rsrc_Zh.rc
index 52c067256c0985b7362c3fe9361759ec8af967fd..87694b03a5efe55b39ddc1836c0c540febfd384b 100644
--- a/dlls/browseui/rsrc_Zh.rc
+++ b/dlls/browseui/rsrc_Zh.rc
@@ -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 ""
diff --git a/po/ar.po b/po/ar.po
index 11b43e60e43a615071f865094f0fd07aac2a2b43..5e4018962fef0771cc1c79af9ddd3eb94369fb05 100644
--- a/po/ar.po
+++ b/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 ""
diff --git a/po/bg.po b/po/bg.po
index b6927646eab3d7111edef3230328c2b9f4555070..6bdd2349a9f4630e6ecb73df145df7ea185a9e29 100644
--- a/po/bg.po
+++ b/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 ""
diff --git a/po/cs.po b/po/cs.po
index 3c2b4d505dace5db21d0f5a67b9f8ff932cc5fd2..572b55e334bd8db0534cf1fbcf803408f301b2de 100644
--- a/po/cs.po
+++ b/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 ""
diff --git a/po/da.po b/po/da.po
index 8a5b10ae6a535489403665fae28d15a3a570b1e1..5e7bd62d448a467f48162c5fd582ef3cb3268cc9 100644
--- a/po/da.po
+++ b/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 ""
diff --git a/po/de.po b/po/de.po
index dd0e11f7f143fddfa7ed71284df9609485355fdf..0ec37b4950b32850b26fae1c6489cb9170eeaeb0 100644
--- a/po/de.po
+++ b/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"
diff --git a/po/el.po b/po/el.po
index e2da9e48d8020598b19d5d7c7025b3e8b89fcfda..b90eb4c970152339e7b9cb04d3fc0bd039dc9255 100644
--- a/po/el.po
+++ b/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 ""
diff --git a/po/en.po b/po/en.po
index 11ba29904a7919bfa03f3ef771be3a46d388140a..1c6bd4cdb4f093dd5994c07346762a756c93540d 100644
--- a/po/en.po
+++ b/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"
diff --git a/po/en_US.po b/po/en_US.po
index 1dec782ec3d6f986dccb8821a118369e922a827c..b4cad80eabcb185ab63e8d0aba4d5f505da2348e 100644
--- a/po/en_US.po
+++ b/po/en_US.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 "Cancelling..."
+
 #: crypt32.rc:27
 msgid "Authority Key Identifier"
 msgstr "Authority Key Identifier"
diff --git a/po/eo.po b/po/eo.po
index 6f6b1c5970c75b0419165e78828ffe562df9804a..ce2db4fd4edebe0e71daf6319d4293e5ab121c65 100644
--- a/po/eo.po
+++ b/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 ""
diff --git a/po/es.po b/po/es.po
index 911352ac1ac5fa68700a61a869482bc0fd1270e5..b936de1a9467411820df683d7572dcb37ca1b118 100644
--- a/po/es.po
+++ b/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 ""
diff --git a/po/fa.po b/po/fa.po
index 1e5aa1a00f59fdaf03aa216376ae8861a7c4ab0a..d34e60381fa23c349676590071024a054bc6bd5a 100644
--- a/po/fa.po
+++ b/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 ""
diff --git a/po/fi.po b/po/fi.po
index f0281baf6a91405f2ac12ec0a2cf4fb09550b412..25df821f72a13ec85daa564cf8c11e3b556085d0 100644
--- a/po/fi.po
+++ b/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 ""
diff --git a/po/fr.po b/po/fr.po
index 808c02af594415f6ddd309a6ae3272c31a2e6d44..b465612e541547543f5891ae9db1d228159409b4 100644
--- a/po/fr.po
+++ b/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é"
diff --git a/po/he.po b/po/he.po
index dd5c41807a36fedc597816a6bcab91df63ce639b..216474b836d017795c657dd74f176729b45a6e89 100644
--- a/po/he.po
+++ b/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 ""
diff --git a/po/hi.po b/po/hi.po
index 8e18c49a2a595abe2b6806ec157c09110187d0f5..77b2d01b1df3e6447ce80d2b50844c2685a3c636 100644
--- a/po/hi.po
+++ b/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 ""
diff --git a/po/hu.po b/po/hu.po
index 3bd472c392c7a758d5ba4afd6e3ef8eafb1c2025..ef6f48ebfbcf06dd76ac96c092f910a0208da0fe 100644
--- a/po/hu.po
+++ b/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ó"
diff --git a/po/it.po b/po/it.po
index dc3ca56e0f2c5a365c307909199b9562c00e94f0..37d6505465ffa80501408c50ece25783006d58e8 100644
--- a/po/it.po
+++ b/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à"
diff --git a/po/ja.po b/po/ja.po
index 203e7d6ce343c1d8d0fd8aca54603ca6db2791f8..b07928865e40ef8d0f6e6df405898ee38e4b2524 100644
--- a/po/ja.po
+++ b/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 "認証局鍵識別子"
diff --git a/po/ko.po b/po/ko.po
index b9e177bc88e5607ea5dbcbe6625645b3280af40c..ce113b34640cc26f7943afae9cd686384f2f02b7 100644
--- a/po/ko.po
+++ b/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 "접근 키 식별자"
diff --git a/po/lt.po b/po/lt.po
index 847c8c1dc460a2fc0346a283989064c3a1791823..9aa2b22a6645a6f88aa0777b9f56f84ac6c88ce9 100644
--- a/po/lt.po
+++ b/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"
diff --git a/po/ml.po b/po/ml.po
index 319bed06b12c5e57da2f05a2d21aaa666304333d..509e359688eeda2b17cf3fae2358545400047fe3 100644
--- a/po/ml.po
+++ b/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 ""
diff --git a/po/nb_NO.po b/po/nb_NO.po
index fac678c17ab27e8986270e630861367ef58fb1e4..75f6294de7c36c51b42ec0bf88fc50aaf421e608 100644
--- a/po/nb_NO.po
+++ b/po/nb_NO.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 "Identifikator for autentiseringsnøkkel"
diff --git a/po/nl.po b/po/nl.po
index 71fe150bfb2a4e2296a38e5ce4c49a2dfb40492c..53b329a72161d01950a2a796d2e64fefc3b93ee4 100644
--- a/po/nl.po
+++ b/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"
diff --git a/po/or.po b/po/or.po
index 1fe23ec11eea8467cf6332ad6a62c2d7cc091552..d8450f13c249318bd8609acf39836862907de7e4 100644
--- a/po/or.po
+++ b/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 ""
diff --git a/po/pa.po b/po/pa.po
index 26abf3d283a67d76d79c68d87ea777fbaa7b70fa..db6bfe892a3c2bed115f93bc507e62474c74d14d 100644
--- a/po/pa.po
+++ b/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 ""
diff --git a/po/pl.po b/po/pl.po
index 56be0c97f1e143cfe4393031556455f2f748d525..d35f2c3db08930aa8aff0122c1d683c9e29d00a7 100644
--- a/po/pl.po
+++ b/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"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 8fb9fc3bf01238a812277e92b1f0ad6cac27e44a..12a30a96d19893116aa648a8be4923b827e6437e 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.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 "Identificador da Chave de Autoridade"
diff --git a/po/pt_PT.po b/po/pt_PT.po
index 97aafbbcce98a73dae9adcbfb28096fab05e92b5..6dafff52567e852df886e21ae48e34cef7e79a8f 100644
--- a/po/pt_PT.po
+++ b/po/pt_PT.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 "A cancelar..."
+
 #: crypt32.rc:27
 msgid "Authority Key Identifier"
 msgstr "Identificador da Chave de Autoridade"
diff --git a/po/rm.po b/po/rm.po
index d0b25fdbda27bbb3ebb296583fa3442019ef4d97..0b0af8119fc485dbffa65d9ec8130f6391d7c1b9 100644
--- a/po/rm.po
+++ b/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 ""
diff --git a/po/ro.po b/po/ro.po
index 0f0ea6a5299adf124900b65bb7dea638a6d8edd0..754550775974555a7037575f6e43f35e186624e2 100644
--- a/po/ro.po
+++ b/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"
diff --git a/po/ru.po b/po/ru.po
index 4173c46023d39b5171c508f949a83d196920bd6d..fa8cb267dc9dd8027a42d21f98f3a956d632f914 100644
--- a/po/ru.po
+++ b/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 ""
diff --git a/po/sk.po b/po/sk.po
index 1a10306c6832fc813889931a98d84ac45d02ff7d..f1f3ae1bc1d3b5b878042cab63bff5052ec142c8 100644
--- a/po/sk.po
+++ b/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 ""
diff --git a/po/sl.po b/po/sl.po
index 4fcc411be4d7f10c4d74c04046288c425dd110ea..006e329a9f89029b0785205aed417a5740ce9280 100644
--- a/po/sl.po
+++ b/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 ""
diff --git a/po/sr_RS@cyrillic.po b/po/sr_RS@cyrillic.po
index 6265dda84789e04a63ef9220935d1048ca3ac7b3..fcd63f8a6286aa112a6ef01c4252cb717722a74e 100644
--- a/po/sr_RS@cyrillic.po
+++ b/po/sr_RS@cyrillic.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 ""
diff --git a/po/sr_RS@latin.po b/po/sr_RS@latin.po
index 6cc7a3d98d4563d565e574f6f838a33b109e6d64..cfee21476a5ccc04b22e7f1e3a318df6e8b8ab89 100644
--- a/po/sr_RS@latin.po
+++ b/po/sr_RS@latin.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 "Otkazivanje..."
+
 #: crypt32.rc:27
 msgid "Authority Key Identifier"
 msgstr ""
diff --git a/po/sv.po b/po/sv.po
index 3c9feb9da21f087f21f5a10aa87d6bf8c9f84a7c..b3fa10285f34b06a3a0332730b1923d9dca1d28e 100644
--- a/po/sv.po
+++ b/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"
diff --git a/po/te.po b/po/te.po
index 7c194e0d2f93a223d6c6d82fe141fc83702a5c0a..33f095ad3eb90dcca19e9c0e5f65020b244d86ca 100644
--- a/po/te.po
+++ b/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 ""
diff --git a/po/th.po b/po/th.po
index aa9824bd267effb4faabba732b91a6c8377699f7..115bcd87d8c228c7c2520e92d28f74e54ad0e9f3 100644
--- a/po/th.po
+++ b/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 ""
diff --git a/po/tr.po b/po/tr.po
index 61eae3c77df3ac0a478c1ca4919b3b98cdaa646d..598ad77d4ce8cf0979269b9a8b956c5054d8f389 100644
--- a/po/tr.po
+++ b/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 ""
diff --git a/po/uk.po b/po/uk.po
index 791aacddf70ebf60c1d085fde7a314f231229092..5b023003e3d92358622a692e7538a4cad851c9e1 100644
--- a/po/uk.po
+++ b/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 "Ідентифікатор ключа органу"
diff --git a/po/wa.po b/po/wa.po
index a7f9c01aa7a6a0f011108d6345a7f2dc1211a8a3..f420c9a72894906a9214c895c11cd88c774fac42 100644
--- a/po/wa.po
+++ b/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 ""
diff --git a/po/wine.pot b/po/wine.pot
index 375177e6e973c6fcdd829b584f962f9cbec35f77..41b5ba017183ccc4ac7fec11e0f3d817fcd986a9 100644
--- a/po/wine.pot
+++ b/po/wine.pot
@@ -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 ""
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 37c71e67c2e86fda7b066204d718fa7174878811..5556e2afb726eed42eef1ffbdd9f6955a5ee77bc 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.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 ""
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 348f96528dcd327e8023781355fc74ac5f00ce00..4eb5106c14797b227f817a791a49cb1cee8b7668 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.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 ""