shlwapi: Convert string table resources to po files.
diff --git a/configure b/configure
index fd039e4..4a8ed4f 100755
--- a/configure
+++ b/configure
@@ -15190,7 +15190,7 @@
 wine_fn_config_dll shell32 enable_shell32 implib
 wine_fn_config_test dlls/shell32/tests shell32_test
 wine_fn_config_dll shfolder enable_shfolder implib
-wine_fn_config_dll shlwapi enable_shlwapi implib
+wine_fn_config_dll shlwapi enable_shlwapi po,implib
 wine_fn_config_test dlls/shlwapi/tests shlwapi_test
 wine_fn_config_dll slbcsp enable_slbcsp
 wine_fn_config_dll slc enable_slc implib
diff --git a/configure.ac b/configure.ac
index 180b29c..a3e4635 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2719,7 +2719,7 @@
 WINE_CONFIG_DLL(shell32,,[implib])
 WINE_CONFIG_TEST(dlls/shell32/tests)
 WINE_CONFIG_DLL(shfolder,,[implib])
-WINE_CONFIG_DLL(shlwapi,,[implib])
+WINE_CONFIG_DLL(shlwapi,,[po,implib])
 WINE_CONFIG_TEST(dlls/shlwapi/tests)
 WINE_CONFIG_DLL(slbcsp)
 WINE_CONFIG_DLL(slc,,[implib])
diff --git a/dlls/shlwapi/Makefile.in b/dlls/shlwapi/Makefile.in
index a005881..0cdc41a 100644
--- a/dlls/shlwapi/Makefile.in
+++ b/dlls/shlwapi/Makefile.in
@@ -21,6 +21,7 @@
 	wsprintf.c
 
 RC_SRCS = \
+	shlwapi.rc \
 	shlwapi_Da.rc \
 	shlwapi_De.rc \
 	shlwapi_En.rc \
@@ -46,7 +47,8 @@
 	shlwapi_Sv.rc \
 	shlwapi_Tr.rc \
 	shlwapi_Uk.rc \
-	shlwapi_Zh.rc \
-	version.rc
+	shlwapi_Zh.rc
+
+PO_SRCS = shlwapi.rc
 
 @MAKE_DLL_RULES@
diff --git a/dlls/shlwapi/version.rc b/dlls/shlwapi/shlwapi.rc
similarity index 77%
rename from dlls/shlwapi/version.rc
rename to dlls/shlwapi/shlwapi.rc
index 9862067..5ff2dda 100644
--- a/dlls/shlwapi/version.rc
+++ b/dlls/shlwapi/shlwapi.rc
@@ -1,7 +1,7 @@
 /*
- * Copyright 2005
+ * Resources for shlwapi
  *
- * Stefan Leichter
+ * Copyright 2004 Jon Griffiths
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -18,6 +18,18 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
+#include "resource.h"
+
+LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
+
+STRINGTABLE
+{
+    IDS_BYTES_FORMAT    "%ld bytes"
+    IDS_TIME_INTERVAL_HOURS    " hr"
+    IDS_TIME_INTERVAL_MINUTES  " min"
+    IDS_TIME_INTERVAL_SECONDS  " sec"
+}
+
 #define WINE_FILENAME_STR "shlwapi.dll"
 #define WINE_FILEVERSION 6,0,2800,1692
 #define WINE_FILEVERSION_STR "6.0.2800.1692"
diff --git a/dlls/shlwapi/shlwapi_Da.rc b/dlls/shlwapi/shlwapi_Da.rc
index 13a3b60..a060571 100644
--- a/dlls/shlwapi/shlwapi_Da.rc
+++ b/dlls/shlwapi/shlwapi_Da.rc
@@ -35,11 +35,3 @@
  PUSHBUTTON "&Ja", IDYES, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
  PUSHBUTTON "&Nej", IDNO, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
 }
-
-STRINGTABLE
-{
-    IDS_BYTES_FORMAT    "%ld bytes"
-    IDS_TIME_INTERVAL_HOURS    " hr"
-    IDS_TIME_INTERVAL_MINUTES  " min"
-    IDS_TIME_INTERVAL_SECONDS  " sec"
-}
diff --git a/dlls/shlwapi/shlwapi_De.rc b/dlls/shlwapi/shlwapi_De.rc
index ac172b8..6038429 100644
--- a/dlls/shlwapi/shlwapi_De.rc
+++ b/dlls/shlwapi/shlwapi_De.rc
@@ -37,11 +37,3 @@
  PUSHBUTTON "&Ja", IDYES, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
  PUSHBUTTON "&Nein", IDNO, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
 }
-
-STRINGTABLE
-{
-    IDS_BYTES_FORMAT    "%ld Bytes"
-    IDS_TIME_INTERVAL_HOURS    " Std"
-    IDS_TIME_INTERVAL_MINUTES  " Min"
-    IDS_TIME_INTERVAL_SECONDS  " Sek"
-}
diff --git a/dlls/shlwapi/shlwapi_En.rc b/dlls/shlwapi/shlwapi_En.rc
index 31fec04..94fdbd6 100644
--- a/dlls/shlwapi/shlwapi_En.rc
+++ b/dlls/shlwapi/shlwapi_En.rc
@@ -35,11 +35,3 @@
  PUSHBUTTON "&Yes", IDYES, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
  PUSHBUTTON "&No", IDNO, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
 }
-
-STRINGTABLE
-{
-    IDS_BYTES_FORMAT    "%ld bytes"
-    IDS_TIME_INTERVAL_HOURS    " hr"
-    IDS_TIME_INTERVAL_MINUTES  " min"
-    IDS_TIME_INTERVAL_SECONDS  " sec"
-}
diff --git a/dlls/shlwapi/shlwapi_Eo.rc b/dlls/shlwapi/shlwapi_Eo.rc
index 9ef7a10..c90606f 100644
--- a/dlls/shlwapi/shlwapi_Eo.rc
+++ b/dlls/shlwapi/shlwapi_Eo.rc
@@ -35,11 +35,3 @@
  PUSHBUTTON "&Jes", IDYES, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
  PUSHBUTTON "&Ne", IDNO, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
 }
-
-STRINGTABLE
-{
-    IDS_BYTES_FORMAT    "%ld bytes"
-    IDS_TIME_INTERVAL_HOURS    " hr"
-    IDS_TIME_INTERVAL_MINUTES  " min"
-    IDS_TIME_INTERVAL_SECONDS  " sec"
-}
diff --git a/dlls/shlwapi/shlwapi_Es.rc b/dlls/shlwapi/shlwapi_Es.rc
index 16c9d52..f5eb647 100644
--- a/dlls/shlwapi/shlwapi_Es.rc
+++ b/dlls/shlwapi/shlwapi_Es.rc
@@ -35,11 +35,3 @@
  PUSHBUTTON "&Sí", IDYES, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
  PUSHBUTTON "&No", IDNO, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
 }
-
-STRINGTABLE
-{
-    IDS_BYTES_FORMAT    "%ld bytes"
-    IDS_TIME_INTERVAL_HOURS    " hr"
-    IDS_TIME_INTERVAL_MINUTES  " min"
-    IDS_TIME_INTERVAL_SECONDS  " sec"
-}
diff --git a/dlls/shlwapi/shlwapi_Fi.rc b/dlls/shlwapi/shlwapi_Fi.rc
index 293a9e2..a5c1031 100644
--- a/dlls/shlwapi/shlwapi_Fi.rc
+++ b/dlls/shlwapi/shlwapi_Fi.rc
@@ -35,11 +35,3 @@
  PUSHBUTTON "&Kyllä", IDYES, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
  PUSHBUTTON "&Ei", IDNO, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
 }
-
-STRINGTABLE
-{
-    IDS_BYTES_FORMAT    "%ld tavua"
-    IDS_TIME_INTERVAL_HOURS    " h"
-    IDS_TIME_INTERVAL_MINUTES  " min"
-    IDS_TIME_INTERVAL_SECONDS  " s"
-}
diff --git a/dlls/shlwapi/shlwapi_Fr.rc b/dlls/shlwapi/shlwapi_Fr.rc
index 781cab9..566e758 100644
--- a/dlls/shlwapi/shlwapi_Fr.rc
+++ b/dlls/shlwapi/shlwapi_Fr.rc
@@ -38,11 +38,3 @@
  PUSHBUTTON "&Oui", IDYES, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
  PUSHBUTTON "&Non", IDNO, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
 }
-
-STRINGTABLE
-{
-    IDS_BYTES_FORMAT    "%ld bytes"
-    IDS_TIME_INTERVAL_HOURS    " h"
-    IDS_TIME_INTERVAL_MINUTES  " min"
-    IDS_TIME_INTERVAL_SECONDS  " s"
-}
diff --git a/dlls/shlwapi/shlwapi_He.rc b/dlls/shlwapi/shlwapi_He.rc
index 2f2bf0b..c9fc1d0 100644
--- a/dlls/shlwapi/shlwapi_He.rc
+++ b/dlls/shlwapi/shlwapi_He.rc
@@ -39,11 +39,3 @@
  PUSHBUTTON "&כן", IDYES, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
  PUSHBUTTON "&לא", IDNO, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
 }
-
-STRINGTABLE
-{
-    IDS_BYTES_FORMAT    "%ld בתים"
-    IDS_TIME_INTERVAL_HOURS    " שעות"
-    IDS_TIME_INTERVAL_MINUTES  " דקות"
-    IDS_TIME_INTERVAL_SECONDS  " שניות"
-}
diff --git a/dlls/shlwapi/shlwapi_Hu.rc b/dlls/shlwapi/shlwapi_Hu.rc
index c279b7c..625b28c 100644
--- a/dlls/shlwapi/shlwapi_Hu.rc
+++ b/dlls/shlwapi/shlwapi_Hu.rc
@@ -38,11 +38,3 @@
  PUSHBUTTON "&Igen", IDYES, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
  PUSHBUTTON "&Nem", IDNO, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
 }
-
-STRINGTABLE
-{
-    IDS_BYTES_FORMAT    "%ld bájt"
-    IDS_TIME_INTERVAL_HOURS    " óra"
-    IDS_TIME_INTERVAL_MINUTES  " perc"
-    IDS_TIME_INTERVAL_SECONDS  " mp"
-}
diff --git a/dlls/shlwapi/shlwapi_It.rc b/dlls/shlwapi/shlwapi_It.rc
index ebfcc78..2467c47 100644
--- a/dlls/shlwapi/shlwapi_It.rc
+++ b/dlls/shlwapi/shlwapi_It.rc
@@ -37,11 +37,3 @@
  PUSHBUTTON "&Sì", IDYES, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
  PUSHBUTTON "&No", IDNO, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
 }
-
-STRINGTABLE
-{
-    IDS_BYTES_FORMAT    "%ld byte"
-    IDS_TIME_INTERVAL_HOURS    " ore"
-    IDS_TIME_INTERVAL_MINUTES  " min"
-    IDS_TIME_INTERVAL_SECONDS  " sec"
-}
diff --git a/dlls/shlwapi/shlwapi_Ja.rc b/dlls/shlwapi/shlwapi_Ja.rc
index 722a01b..bdb4f5b 100644
--- a/dlls/shlwapi/shlwapi_Ja.rc
+++ b/dlls/shlwapi/shlwapi_Ja.rc
@@ -38,11 +38,3 @@
  PUSHBUTTON "はい(&Y)", IDYES, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
  PUSHBUTTON "いいえ(&N)", IDNO, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
 }
-
-STRINGTABLE
-{
-    IDS_BYTES_FORMAT    "%ld bytes"
-    IDS_TIME_INTERVAL_HOURS    " hr"
-    IDS_TIME_INTERVAL_MINUTES  " min"
-    IDS_TIME_INTERVAL_SECONDS  " sec"
-}
diff --git a/dlls/shlwapi/shlwapi_Ko.rc b/dlls/shlwapi/shlwapi_Ko.rc
index 1f926e8..04ba75c 100644
--- a/dlls/shlwapi/shlwapi_Ko.rc
+++ b/dlls/shlwapi/shlwapi_Ko.rc
@@ -37,12 +37,3 @@
  PUSHBUTTON "예(&Y)", IDYES, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
  PUSHBUTTON "아니오(&N)", IDNO, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
 }
-
-
-STRINGTABLE
-{
-    IDS_BYTES_FORMAT    "%ld 바이트"
-    IDS_TIME_INTERVAL_HOURS    "시"
-    IDS_TIME_INTERVAL_MINUTES  " 분"
-    IDS_TIME_INTERVAL_SECONDS  " 초"
-}
diff --git a/dlls/shlwapi/shlwapi_Lt.rc b/dlls/shlwapi/shlwapi_Lt.rc
index 6157327..778d60c 100644
--- a/dlls/shlwapi/shlwapi_Lt.rc
+++ b/dlls/shlwapi/shlwapi_Lt.rc
@@ -38,11 +38,3 @@
  PUSHBUTTON "&Taip", IDYES, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
  PUSHBUTTON "&Ne", IDNO, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
 }
-
-STRINGTABLE
-{
-    IDS_BYTES_FORMAT    "%ld baitai"
-    IDS_TIME_INTERVAL_HOURS    " val"
-    IDS_TIME_INTERVAL_MINUTES  " min"
-    IDS_TIME_INTERVAL_SECONDS  " sek"
-}
diff --git a/dlls/shlwapi/shlwapi_Nl.rc b/dlls/shlwapi/shlwapi_Nl.rc
index 36d0893..c496ad7 100644
--- a/dlls/shlwapi/shlwapi_Nl.rc
+++ b/dlls/shlwapi/shlwapi_Nl.rc
@@ -35,11 +35,3 @@
  PUSHBUTTON "&Ja", IDYES, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
  PUSHBUTTON "&Nee", IDNO, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
 }
-
-STRINGTABLE
-{
-    IDS_BYTES_FORMAT    "%ld bytes"
-    IDS_TIME_INTERVAL_HOURS    " hr"
-    IDS_TIME_INTERVAL_MINUTES  " min"
-    IDS_TIME_INTERVAL_SECONDS  " sec"
-}
diff --git a/dlls/shlwapi/shlwapi_No.rc b/dlls/shlwapi/shlwapi_No.rc
index 4df02a7..bf482e2 100644
--- a/dlls/shlwapi/shlwapi_No.rc
+++ b/dlls/shlwapi/shlwapi_No.rc
@@ -35,11 +35,3 @@
  PUSHBUTTON "&Ja", IDYES, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
  PUSHBUTTON "&Nei", IDNO, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
 }
-
-STRINGTABLE
-{
-    IDS_BYTES_FORMAT    "%ld byte"
-    IDS_TIME_INTERVAL_HOURS    " hr"
-    IDS_TIME_INTERVAL_MINUTES  " min"
-    IDS_TIME_INTERVAL_SECONDS  " sec"
-}
diff --git a/dlls/shlwapi/shlwapi_Pl.rc b/dlls/shlwapi/shlwapi_Pl.rc
index 0df3d3b..4d89a90 100644
--- a/dlls/shlwapi/shlwapi_Pl.rc
+++ b/dlls/shlwapi/shlwapi_Pl.rc
@@ -36,11 +36,3 @@
  PUSHBUTTON "&Tak", IDYES, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
  PUSHBUTTON "&Nie", IDNO, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
 }
-
-STRINGTABLE
-{
-    IDS_BYTES_FORMAT    "%ld bajtów"
-    IDS_TIME_INTERVAL_HOURS    " godz."
-    IDS_TIME_INTERVAL_MINUTES  " min."
-    IDS_TIME_INTERVAL_SECONDS  " s"
-}
diff --git a/dlls/shlwapi/shlwapi_Pt.rc b/dlls/shlwapi/shlwapi_Pt.rc
index f976aae..6977793 100644
--- a/dlls/shlwapi/shlwapi_Pt.rc
+++ b/dlls/shlwapi/shlwapi_Pt.rc
@@ -39,11 +39,3 @@
  PUSHBUTTON "&Sim", IDYES, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
  PUSHBUTTON "&Não", IDNO, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
 }
-
-STRINGTABLE
-{
-    IDS_BYTES_FORMAT    "%ld bytes"
-    IDS_TIME_INTERVAL_HOURS    " hr"
-    IDS_TIME_INTERVAL_MINUTES  " min"
-    IDS_TIME_INTERVAL_SECONDS  " seg"
-}
diff --git a/dlls/shlwapi/shlwapi_Ro.rc b/dlls/shlwapi/shlwapi_Ro.rc
index d59a92f..ad73132 100644
--- a/dlls/shlwapi/shlwapi_Ro.rc
+++ b/dlls/shlwapi/shlwapi_Ro.rc
@@ -36,11 +36,3 @@
  PUSHBUTTON "&Da", IDYES, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
  PUSHBUTTON "&Nu", IDNO, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
 }
-
-STRINGTABLE
-{
-    IDS_BYTES_FORMAT    "%ld octeți"
-    IDS_TIME_INTERVAL_HOURS    " ore"
-    IDS_TIME_INTERVAL_MINUTES  " min"
-    IDS_TIME_INTERVAL_SECONDS  " sec"
-}
diff --git a/dlls/shlwapi/shlwapi_Ru.rc b/dlls/shlwapi/shlwapi_Ru.rc
index 8d833b1..80a396a 100644
--- a/dlls/shlwapi/shlwapi_Ru.rc
+++ b/dlls/shlwapi/shlwapi_Ru.rc
@@ -38,11 +38,3 @@
  PUSHBUTTON "&Да", IDYES, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
  PUSHBUTTON "&Нет", IDNO, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
 }
-
-STRINGTABLE
-{
-    IDS_BYTES_FORMAT    "%ld байт"
-    IDS_TIME_INTERVAL_HOURS    " час"
-    IDS_TIME_INTERVAL_MINUTES  " мин"
-    IDS_TIME_INTERVAL_SECONDS  " сек"
-}
diff --git a/dlls/shlwapi/shlwapi_Si.rc b/dlls/shlwapi/shlwapi_Si.rc
index 9264601..69796cd 100644
--- a/dlls/shlwapi/shlwapi_Si.rc
+++ b/dlls/shlwapi/shlwapi_Si.rc
@@ -37,11 +37,3 @@
  PUSHBUTTON "&Da", IDYES, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
  PUSHBUTTON "&Ne", IDNO, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
 }
-
-STRINGTABLE
-{
-    IDS_BYTES_FORMAT    "%ld bajtov"
-    IDS_TIME_INTERVAL_HOURS    " ur"
-    IDS_TIME_INTERVAL_MINUTES  " min"
-    IDS_TIME_INTERVAL_SECONDS  " sek"
-}
diff --git a/dlls/shlwapi/shlwapi_Sk.rc b/dlls/shlwapi/shlwapi_Sk.rc
index 6f2354b..244babb 100644
--- a/dlls/shlwapi/shlwapi_Sk.rc
+++ b/dlls/shlwapi/shlwapi_Sk.rc
@@ -35,11 +35,3 @@
  PUSHBUTTON "Án&o", IDYES, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
  PUSHBUTTON "&Nie", IDNO, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
 }
-
-STRINGTABLE
-{
-    IDS_BYTES_FORMAT    "%ld bajtov"
-    IDS_TIME_INTERVAL_HOURS    " hod."
-    IDS_TIME_INTERVAL_MINUTES  " min."
-    IDS_TIME_INTERVAL_SECONDS  " s"
-}
diff --git a/dlls/shlwapi/shlwapi_Sr.rc b/dlls/shlwapi/shlwapi_Sr.rc
index 4fd5eed..30e34d0 100644
--- a/dlls/shlwapi/shlwapi_Sr.rc
+++ b/dlls/shlwapi/shlwapi_Sr.rc
@@ -39,14 +39,6 @@
     PUSHBUTTON "&Не", IDNO, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
 }
 
-STRINGTABLE
-{
-    IDS_BYTES_FORMAT    "%ld бајтова"
-    IDS_TIME_INTERVAL_HOURS    " ч."
-    IDS_TIME_INTERVAL_MINUTES  " мин."
-    IDS_TIME_INTERVAL_SECONDS  " сек."
-}
-
 LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN
 
 IDD_ERR_DIALOG DIALOG 0, 0, 220, 60
@@ -62,11 +54,3 @@
     PUSHBUTTON "&Da", IDYES, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
     PUSHBUTTON "&Ne", IDNO, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
 }
-
-STRINGTABLE
-{
-    IDS_BYTES_FORMAT    "%ld bajtova"
-    IDS_TIME_INTERVAL_HOURS    " č."
-    IDS_TIME_INTERVAL_MINUTES  " min."
-    IDS_TIME_INTERVAL_SECONDS  " sek."
-}
diff --git a/dlls/shlwapi/shlwapi_Sv.rc b/dlls/shlwapi/shlwapi_Sv.rc
index c55b1d3..6fba1a0 100644
--- a/dlls/shlwapi/shlwapi_Sv.rc
+++ b/dlls/shlwapi/shlwapi_Sv.rc
@@ -35,11 +35,3 @@
  PUSHBUTTON "&Ja", IDYES, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
  PUSHBUTTON "&Nej", IDNO, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
 }
-
-STRINGTABLE
-{
-    IDS_BYTES_FORMAT    "%ld byte"
-    IDS_TIME_INTERVAL_HOURS    " h"
-    IDS_TIME_INTERVAL_MINUTES  " min"
-    IDS_TIME_INTERVAL_SECONDS  " s"
-}
diff --git a/dlls/shlwapi/shlwapi_Tr.rc b/dlls/shlwapi/shlwapi_Tr.rc
index c51e80a..84f88a7 100644
--- a/dlls/shlwapi/shlwapi_Tr.rc
+++ b/dlls/shlwapi/shlwapi_Tr.rc
@@ -35,11 +35,3 @@
  PUSHBUTTON "&Evet", IDYES, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
  PUSHBUTTON "&Hayýr", IDNO, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
 }
-
-STRINGTABLE
-{
-    IDS_BYTES_FORMAT    "%ld bytes"
-    IDS_TIME_INTERVAL_HOURS    " hr"
-    IDS_TIME_INTERVAL_MINUTES  " min"
-    IDS_TIME_INTERVAL_SECONDS  " sec"
-}
diff --git a/dlls/shlwapi/shlwapi_Uk.rc b/dlls/shlwapi/shlwapi_Uk.rc
index dccc9e2..b773e9b 100644
--- a/dlls/shlwapi/shlwapi_Uk.rc
+++ b/dlls/shlwapi/shlwapi_Uk.rc
@@ -35,11 +35,3 @@
  PUSHBUTTON "&Òàê", IDYES, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
  PUSHBUTTON "&ͳ", IDNO, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
 }
-
-STRINGTABLE
-{
-    IDS_BYTES_FORMAT    "%ld áàéò"
-    IDS_TIME_INTERVAL_HOURS    " ãîä"
-    IDS_TIME_INTERVAL_MINUTES  " õâ"
-    IDS_TIME_INTERVAL_SECONDS  " ñåê."
-}
diff --git a/dlls/shlwapi/shlwapi_Zh.rc b/dlls/shlwapi/shlwapi_Zh.rc
index 77d6f3a..8d6c21b 100644
--- a/dlls/shlwapi/shlwapi_Zh.rc
+++ b/dlls/shlwapi/shlwapi_Zh.rc
@@ -39,14 +39,6 @@
  PUSHBUTTON "否(&N)", IDNO, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
 }
 
-STRINGTABLE
-{
-    IDS_BYTES_FORMAT    "%ld 字节"
-    IDS_TIME_INTERVAL_HOURS    " 小时"
-    IDS_TIME_INTERVAL_MINUTES  " 分"
-    IDS_TIME_INTERVAL_SECONDS  " 秒"
-}
-
 LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
 
 IDD_ERR_DIALOG DIALOG 0, 0, 220, 60
@@ -62,11 +54,3 @@
  PUSHBUTTON "是(&Y)", IDYES, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
  PUSHBUTTON "否(&N)", IDNO, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
 }
-
-STRINGTABLE
-{
-    IDS_BYTES_FORMAT    "%ld 字節"
-    IDS_TIME_INTERVAL_HOURS    " 小時"
-    IDS_TIME_INTERVAL_MINUTES  " 分"
-    IDS_TIME_INTERVAL_SECONDS  " 秒"
-}
diff --git a/po/ar.po b/po/ar.po
index d315416..69b77d0 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -2338,6 +2338,22 @@
 msgid "Address"
 msgstr ""
 
+#: shlwapi.rc:27
+msgid "%ld bytes"
+msgstr ""
+
+#: shlwapi.rc:28
+msgid " hr"
+msgstr ""
+
+#: shlwapi.rc:29
+msgid " min"
+msgstr ""
+
+#: shlwapi.rc:30
+msgid " sec"
+msgstr ""
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr ""
diff --git a/po/bg.po b/po/bg.po
index 0261562..3b03d3b 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -2368,6 +2368,22 @@
 msgid "Address"
 msgstr ""
 
+#: shlwapi.rc:27
+msgid "%ld bytes"
+msgstr ""
+
+#: shlwapi.rc:28
+msgid " hr"
+msgstr ""
+
+#: shlwapi.rc:29
+msgid " min"
+msgstr ""
+
+#: shlwapi.rc:30
+msgid " sec"
+msgstr ""
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr ""
diff --git a/po/cs.po b/po/cs.po
index d406d7e..c5b5435 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -2399,6 +2399,22 @@
 msgid "Address"
 msgstr ""
 
+#: shlwapi.rc:27
+msgid "%ld bytes"
+msgstr ""
+
+#: shlwapi.rc:28
+msgid " hr"
+msgstr ""
+
+#: shlwapi.rc:29
+msgid " min"
+msgstr ""
+
+#: shlwapi.rc:30
+msgid " sec"
+msgstr ""
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr "Určený příkaz byl proveden."
diff --git a/po/da.po b/po/da.po
index 0a320f7..798dc7f 100644
--- a/po/da.po
+++ b/po/da.po
@@ -2455,6 +2455,22 @@
 msgid "Address"
 msgstr ""
 
+#: shlwapi.rc:27
+msgid "%ld bytes"
+msgstr "%ld bytes"
+
+#: shlwapi.rc:28
+msgid " hr"
+msgstr " hr"
+
+#: shlwapi.rc:29
+msgid " min"
+msgstr " min"
+
+#: shlwapi.rc:30
+msgid " sec"
+msgstr " sec"
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr "Den specificerede kommando blev udført."
diff --git a/po/de.po b/po/de.po
index 995b0b4..aad79b4 100644
--- a/po/de.po
+++ b/po/de.po
@@ -2465,6 +2465,22 @@
 msgid "Address"
 msgstr "Adresse"
 
+#: shlwapi.rc:27
+msgid "%ld bytes"
+msgstr "%ld Bytes"
+
+#: shlwapi.rc:28
+msgid " hr"
+msgstr " Std"
+
+#: shlwapi.rc:29
+msgid " min"
+msgstr " Min"
+
+#: shlwapi.rc:30
+msgid " sec"
+msgstr " Sek"
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr "Der angeforderte Befehl wurde ausgeführt."
diff --git a/po/el.po b/po/el.po
index 921d263..67438db 100644
--- a/po/el.po
+++ b/po/el.po
@@ -2328,6 +2328,22 @@
 msgid "Address"
 msgstr ""
 
+#: shlwapi.rc:27
+msgid "%ld bytes"
+msgstr ""
+
+#: shlwapi.rc:28
+msgid " hr"
+msgstr ""
+
+#: shlwapi.rc:29
+msgid " min"
+msgstr ""
+
+#: shlwapi.rc:30
+msgid " sec"
+msgstr ""
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr ""
diff --git a/po/en.po b/po/en.po
index f077e8b..2b5eae9 100644
--- a/po/en.po
+++ b/po/en.po
@@ -2391,6 +2391,22 @@
 msgid "Address"
 msgstr "IP Address="
 
+#: shlwapi.rc:27
+msgid "%ld bytes"
+msgstr ""
+
+#: shlwapi.rc:28
+msgid " hr"
+msgstr ""
+
+#: shlwapi.rc:29
+msgid " min"
+msgstr ""
+
+#: shlwapi.rc:30
+msgid " sec"
+msgstr ""
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr "The specified command was carried out."
diff --git a/po/en_US.po b/po/en_US.po
index 38bd82f..4a0af7c 100644
--- a/po/en_US.po
+++ b/po/en_US.po
@@ -2388,6 +2388,22 @@
 msgid "Address"
 msgstr "Address"
 
+#: shlwapi.rc:27
+msgid "%ld bytes"
+msgstr "%ld bytes"
+
+#: shlwapi.rc:28
+msgid " hr"
+msgstr " hr"
+
+#: shlwapi.rc:29
+msgid " min"
+msgstr " min"
+
+#: shlwapi.rc:30
+msgid " sec"
+msgstr " sec"
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr "The specified command was carried out."
diff --git a/po/eo.po b/po/eo.po
index aaf97ae..672eeee 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -2383,6 +2383,22 @@
 msgid "Address"
 msgstr ""
 
+#: shlwapi.rc:27
+msgid "%ld bytes"
+msgstr "%ld bytes"
+
+#: shlwapi.rc:28
+msgid " hr"
+msgstr " hr"
+
+#: shlwapi.rc:29
+msgid " min"
+msgstr " min"
+
+#: shlwapi.rc:30
+msgid " sec"
+msgstr " sec"
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr ""
diff --git a/po/es.po b/po/es.po
index 0738dcd..0dbdfe0 100644
--- a/po/es.po
+++ b/po/es.po
@@ -2420,6 +2420,22 @@
 msgid "Address"
 msgstr "Dirección"
 
+#: shlwapi.rc:27
+msgid "%ld bytes"
+msgstr "%ld bytes"
+
+#: shlwapi.rc:28
+msgid " hr"
+msgstr " hr"
+
+#: shlwapi.rc:29
+msgid " min"
+msgstr " min"
+
+#: shlwapi.rc:30
+msgid " sec"
+msgstr " sec"
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr "El comando especificado fue ejecutado."
diff --git a/po/fa.po b/po/fa.po
index 1e9689f..0df7cc5 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -2338,6 +2338,22 @@
 msgid "Address"
 msgstr ""
 
+#: shlwapi.rc:27
+msgid "%ld bytes"
+msgstr ""
+
+#: shlwapi.rc:28
+msgid " hr"
+msgstr ""
+
+#: shlwapi.rc:29
+msgid " min"
+msgstr ""
+
+#: shlwapi.rc:30
+msgid " sec"
+msgstr ""
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr ""
diff --git a/po/fi.po b/po/fi.po
index aaf2cd4..f7bd8ec 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -2411,6 +2411,22 @@
 msgid "Address"
 msgstr ""
 
+#: shlwapi.rc:27
+msgid "%ld bytes"
+msgstr "%ld tavua"
+
+#: shlwapi.rc:28
+msgid " hr"
+msgstr " h"
+
+#: shlwapi.rc:29
+msgid " min"
+msgstr " min"
+
+#: shlwapi.rc:30
+msgid " sec"
+msgstr " s"
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr ""
diff --git a/po/fr.po b/po/fr.po
index 4f1858b..183941a 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -2485,6 +2485,22 @@
 msgid "Address"
 msgstr "Adresse"
 
+#: shlwapi.rc:27
+msgid "%ld bytes"
+msgstr "%ld bytes"
+
+#: shlwapi.rc:28
+msgid " hr"
+msgstr " h"
+
+#: shlwapi.rc:29
+msgid " min"
+msgstr " min"
+
+#: shlwapi.rc:30
+msgid " sec"
+msgstr " s"
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr "La commande spécifiée a été exécutée."
diff --git a/po/he.po b/po/he.po
index 07eed97..f248c79 100644
--- a/po/he.po
+++ b/po/he.po
@@ -2380,6 +2380,22 @@
 msgid "Address"
 msgstr "כתובת"
 
+#: shlwapi.rc:27
+msgid "%ld bytes"
+msgstr "%ld בתים"
+
+#: shlwapi.rc:28
+msgid " hr"
+msgstr " שעות"
+
+#: shlwapi.rc:29
+msgid " min"
+msgstr " דקות"
+
+#: shlwapi.rc:30
+msgid " sec"
+msgstr " שניות"
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr ""
diff --git a/po/hi.po b/po/hi.po
index d699286..3af0799 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -2320,6 +2320,22 @@
 msgid "Address"
 msgstr ""
 
+#: shlwapi.rc:27
+msgid "%ld bytes"
+msgstr ""
+
+#: shlwapi.rc:28
+msgid " hr"
+msgstr ""
+
+#: shlwapi.rc:29
+msgid " min"
+msgstr ""
+
+#: shlwapi.rc:30
+msgid " sec"
+msgstr ""
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr ""
diff --git a/po/hu.po b/po/hu.po
index 492f3bb..d6538d7 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -2474,6 +2474,22 @@
 msgid "Address"
 msgstr "IP cím="
 
+#: shlwapi.rc:27
+msgid "%ld bytes"
+msgstr "%ld bájt"
+
+#: shlwapi.rc:28
+msgid " hr"
+msgstr " óra"
+
+#: shlwapi.rc:29
+msgid " min"
+msgstr " perc"
+
+#: shlwapi.rc:30
+msgid " sec"
+msgstr " mp"
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr ""
diff --git a/po/it.po b/po/it.po
index 78af229..4461877 100644
--- a/po/it.po
+++ b/po/it.po
@@ -2513,6 +2513,22 @@
 msgid "Address"
 msgstr "Indirizzo"
 
+#: shlwapi.rc:27
+msgid "%ld bytes"
+msgstr "%ld byte"
+
+#: shlwapi.rc:28
+msgid " hr"
+msgstr " ore"
+
+#: shlwapi.rc:29
+msgid " min"
+msgstr " min"
+
+#: shlwapi.rc:30
+msgid " sec"
+msgstr " sec"
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr "Il comando specificato è stato eseguito."
diff --git a/po/ja.po b/po/ja.po
index 0bbec27..9bc30dd 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -2379,6 +2379,22 @@
 msgid "Address"
 msgstr "IP Address="
 
+#: shlwapi.rc:27
+msgid "%ld bytes"
+msgstr "%ld bytes"
+
+#: shlwapi.rc:28
+msgid " hr"
+msgstr " hr"
+
+#: shlwapi.rc:29
+msgid " min"
+msgstr " min"
+
+#: shlwapi.rc:30
+msgid " sec"
+msgstr " sec"
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr "指定されたコマンドを実行できませんでした。"
diff --git a/po/ko.po b/po/ko.po
index 14defad..9495651 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -2472,6 +2472,22 @@
 msgid "Address"
 msgstr "주소"
 
+#: shlwapi.rc:27
+msgid "%ld bytes"
+msgstr "%ld 바이트"
+
+#: shlwapi.rc:28
+msgid " hr"
+msgstr "시"
+
+#: shlwapi.rc:29
+msgid " min"
+msgstr " 분"
+
+#: shlwapi.rc:30
+msgid " sec"
+msgstr " 초"
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr "지정된 명령이 실행되었습니다."
diff --git a/po/lt.po b/po/lt.po
index 55826a6..c02e79b 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -2415,6 +2415,22 @@
 msgid "Address"
 msgstr "Adresas"
 
+#: shlwapi.rc:27
+msgid "%ld bytes"
+msgstr "%ld baitai"
+
+#: shlwapi.rc:28
+msgid " hr"
+msgstr " val"
+
+#: shlwapi.rc:29
+msgid " min"
+msgstr " min"
+
+#: shlwapi.rc:30
+msgid " sec"
+msgstr " sek"
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr "Nurodyta komanda buvo atlikta."
diff --git a/po/ml.po b/po/ml.po
index 19bf5a7..3aaa5af 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -2320,6 +2320,22 @@
 msgid "Address"
 msgstr ""
 
+#: shlwapi.rc:27
+msgid "%ld bytes"
+msgstr ""
+
+#: shlwapi.rc:28
+msgid " hr"
+msgstr ""
+
+#: shlwapi.rc:29
+msgid " min"
+msgstr ""
+
+#: shlwapi.rc:30
+msgid " sec"
+msgstr ""
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr ""
diff --git a/po/nb_NO.po b/po/nb_NO.po
index 49d009b..cfebd7d 100644
--- a/po/nb_NO.po
+++ b/po/nb_NO.po
@@ -2501,6 +2501,22 @@
 msgid "Address"
 msgstr "IP-adresse="
 
+#: shlwapi.rc:27
+msgid "%ld bytes"
+msgstr "%ld byte"
+
+#: shlwapi.rc:28
+msgid " hr"
+msgstr " hr"
+
+#: shlwapi.rc:29
+msgid " min"
+msgstr " min"
+
+#: shlwapi.rc:30
+msgid " sec"
+msgstr " sec"
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr "Den oppgitte kommandoen ble utført."
diff --git a/po/nl.po b/po/nl.po
index 9172be5..702a76a 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -2508,6 +2508,22 @@
 msgid "Address"
 msgstr "Adres"
 
+#: shlwapi.rc:27
+msgid "%ld bytes"
+msgstr "%ld bytes"
+
+#: shlwapi.rc:28
+msgid " hr"
+msgstr " hr"
+
+#: shlwapi.rc:29
+msgid " min"
+msgstr " min"
+
+#: shlwapi.rc:30
+msgid " sec"
+msgstr " sec"
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr "De gespecificeerde opdracht is uitgevoerd."
diff --git a/po/or.po b/po/or.po
index 51d2fd6..fe98023 100644
--- a/po/or.po
+++ b/po/or.po
@@ -2320,6 +2320,22 @@
 msgid "Address"
 msgstr ""
 
+#: shlwapi.rc:27
+msgid "%ld bytes"
+msgstr ""
+
+#: shlwapi.rc:28
+msgid " hr"
+msgstr ""
+
+#: shlwapi.rc:29
+msgid " min"
+msgstr ""
+
+#: shlwapi.rc:30
+msgid " sec"
+msgstr ""
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr ""
diff --git a/po/pa.po b/po/pa.po
index 6b3f42d..5b787d8 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -2320,6 +2320,22 @@
 msgid "Address"
 msgstr ""
 
+#: shlwapi.rc:27
+msgid "%ld bytes"
+msgstr ""
+
+#: shlwapi.rc:28
+msgid " hr"
+msgstr ""
+
+#: shlwapi.rc:29
+msgid " min"
+msgstr ""
+
+#: shlwapi.rc:30
+msgid " sec"
+msgstr ""
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr ""
diff --git a/po/pl.po b/po/pl.po
index 7ea0fa6..c85d09e 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -2485,6 +2485,22 @@
 msgid "Address"
 msgstr "Adres"
 
+#: shlwapi.rc:27
+msgid "%ld bytes"
+msgstr "%ld bajtów"
+
+#: shlwapi.rc:28
+msgid " hr"
+msgstr " godz."
+
+#: shlwapi.rc:29
+msgid " min"
+msgstr " min."
+
+#: shlwapi.rc:30
+msgid " sec"
+msgstr " s"
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr "Wykonano podane polecenie."
diff --git a/po/pt_BR.po b/po/pt_BR.po
index d0ccd89..63d0de2 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -2509,6 +2509,22 @@
 msgid "Address"
 msgstr "Endereço"
 
+#: shlwapi.rc:27
+msgid "%ld bytes"
+msgstr "%ld bytes"
+
+#: shlwapi.rc:28
+msgid " hr"
+msgstr " hr"
+
+#: shlwapi.rc:29
+msgid " min"
+msgstr " min"
+
+#: shlwapi.rc:30
+msgid " sec"
+msgstr " seg"
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr "O comando especificado foi descarregado."
diff --git a/po/pt_PT.po b/po/pt_PT.po
index d20f05b..7c14791 100644
--- a/po/pt_PT.po
+++ b/po/pt_PT.po
@@ -2549,6 +2549,22 @@
 msgid "Address"
 msgstr "Endereço IP="
 
+#: shlwapi.rc:27
+msgid "%ld bytes"
+msgstr "%ld bytes"
+
+#: shlwapi.rc:28
+msgid " hr"
+msgstr " hr"
+
+#: shlwapi.rc:29
+msgid " min"
+msgstr " min"
+
+#: shlwapi.rc:30
+msgid " sec"
+msgstr " seg"
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr "O comando indicado foi realizado."
diff --git a/po/rm.po b/po/rm.po
index a61a3bb..9c2cf0e 100644
--- a/po/rm.po
+++ b/po/rm.po
@@ -2331,6 +2331,22 @@
 msgid "Address"
 msgstr ""
 
+#: shlwapi.rc:27
+msgid "%ld bytes"
+msgstr ""
+
+#: shlwapi.rc:28
+msgid " hr"
+msgstr ""
+
+#: shlwapi.rc:29
+msgid " min"
+msgstr ""
+
+#: shlwapi.rc:30
+msgid " sec"
+msgstr ""
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr ""
diff --git a/po/ro.po b/po/ro.po
index e677145..3fbfc5b 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -2511,6 +2511,22 @@
 msgid "Address"
 msgstr "Adresa IP="
 
+#: shlwapi.rc:27
+msgid "%ld bytes"
+msgstr "%ld octeți"
+
+#: shlwapi.rc:28
+msgid " hr"
+msgstr " ore"
+
+#: shlwapi.rc:29
+msgid " min"
+msgstr " min"
+
+#: shlwapi.rc:30
+msgid " sec"
+msgstr " sec"
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr "Comanda specificată a fost executată."
diff --git a/po/ru.po b/po/ru.po
index 9bd23c5..5a256d0 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -2441,6 +2441,22 @@
 msgid "Address"
 msgstr ""
 
+#: shlwapi.rc:27
+msgid "%ld bytes"
+msgstr "%ld байт"
+
+#: shlwapi.rc:28
+msgid " hr"
+msgstr " час"
+
+#: shlwapi.rc:29
+msgid " min"
+msgstr " мин"
+
+#: shlwapi.rc:30
+msgid " sec"
+msgstr " сек"
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr "Нет ошибки."
diff --git a/po/sk.po b/po/sk.po
index 85ae920..041f62f 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -2328,6 +2328,22 @@
 msgid "Address"
 msgstr ""
 
+#: shlwapi.rc:27
+msgid "%ld bytes"
+msgstr "%ld bajtov"
+
+#: shlwapi.rc:28
+msgid " hr"
+msgstr " hod."
+
+#: shlwapi.rc:29
+msgid " min"
+msgstr " min."
+
+#: shlwapi.rc:30
+msgid " sec"
+msgstr " s"
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr "Špecifikovaný príkaz bol vykonaný."
diff --git a/po/sl.po b/po/sl.po
index 5d87245..8f0f43b 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -2429,6 +2429,22 @@
 msgid "Address"
 msgstr "Naslov"
 
+#: shlwapi.rc:27
+msgid "%ld bytes"
+msgstr "%ld bajtov"
+
+#: shlwapi.rc:28
+msgid " hr"
+msgstr " ur"
+
+#: shlwapi.rc:29
+msgid " min"
+msgstr " min"
+
+#: shlwapi.rc:30
+msgid " sec"
+msgstr " sek"
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr "Navedeni ukaz je bil uspešno izveden."
diff --git a/po/sr_RS@cyrillic.po b/po/sr_RS@cyrillic.po
index 7b9b9c5..a413213 100644
--- a/po/sr_RS@cyrillic.po
+++ b/po/sr_RS@cyrillic.po
@@ -2381,6 +2381,22 @@
 msgid "Address"
 msgstr "Адреса"
 
+#: shlwapi.rc:27
+msgid "%ld bytes"
+msgstr "%ld бајтова"
+
+#: shlwapi.rc:28
+msgid " hr"
+msgstr " ч."
+
+#: shlwapi.rc:29
+msgid " min"
+msgstr " мин."
+
+#: shlwapi.rc:30
+msgid " sec"
+msgstr " сек."
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr ""
diff --git a/po/sr_RS@latin.po b/po/sr_RS@latin.po
index 58628fa..259c9a4 100644
--- a/po/sr_RS@latin.po
+++ b/po/sr_RS@latin.po
@@ -2398,6 +2398,22 @@
 msgid "Address"
 msgstr "Adresa"
 
+#: shlwapi.rc:27
+msgid "%ld bytes"
+msgstr "%ld bajtova"
+
+#: shlwapi.rc:28
+msgid " hr"
+msgstr " č."
+
+#: shlwapi.rc:29
+msgid " min"
+msgstr " min."
+
+#: shlwapi.rc:30
+msgid " sec"
+msgstr " sek."
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr ""
diff --git a/po/sv.po b/po/sv.po
index f210d56..0ac58ec 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -2465,6 +2465,22 @@
 msgid "Address"
 msgstr "Adress"
 
+#: shlwapi.rc:27
+msgid "%ld bytes"
+msgstr "%ld byte"
+
+#: shlwapi.rc:28
+msgid " hr"
+msgstr " h"
+
+#: shlwapi.rc:29
+msgid " min"
+msgstr " min"
+
+#: shlwapi.rc:30
+msgid " sec"
+msgstr " s"
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr "Det angivna kommandot utfördes."
diff --git a/po/te.po b/po/te.po
index 66ded31..0f67553 100644
--- a/po/te.po
+++ b/po/te.po
@@ -2320,6 +2320,22 @@
 msgid "Address"
 msgstr ""
 
+#: shlwapi.rc:27
+msgid "%ld bytes"
+msgstr ""
+
+#: shlwapi.rc:28
+msgid " hr"
+msgstr ""
+
+#: shlwapi.rc:29
+msgid " min"
+msgstr ""
+
+#: shlwapi.rc:30
+msgid " sec"
+msgstr ""
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr ""
diff --git a/po/th.po b/po/th.po
index 4f256c3..98cd8b8 100644
--- a/po/th.po
+++ b/po/th.po
@@ -2327,6 +2327,22 @@
 msgid "Address"
 msgstr ""
 
+#: shlwapi.rc:27
+msgid "%ld bytes"
+msgstr ""
+
+#: shlwapi.rc:28
+msgid " hr"
+msgstr ""
+
+#: shlwapi.rc:29
+msgid " min"
+msgstr ""
+
+#: shlwapi.rc:30
+msgid " sec"
+msgstr ""
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr ""
diff --git a/po/tr.po b/po/tr.po
index a8a0b7f..e018505 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -2445,6 +2445,22 @@
 msgid "Address"
 msgstr ""
 
+#: shlwapi.rc:27
+msgid "%ld bytes"
+msgstr "%ld bytes"
+
+#: shlwapi.rc:28
+msgid " hr"
+msgstr " hr"
+
+#: shlwapi.rc:29
+msgid " min"
+msgstr " min"
+
+#: shlwapi.rc:30
+msgid " sec"
+msgstr " sec"
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr "Belirtilen komut gerçekleştirildi."
diff --git a/po/uk.po b/po/uk.po
index 7d07464..ca0e780 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -2418,6 +2418,22 @@
 msgid "Address"
 msgstr "Адреса"
 
+#: shlwapi.rc:27
+msgid "%ld bytes"
+msgstr "%ld байт"
+
+#: shlwapi.rc:28
+msgid " hr"
+msgstr " год"
+
+#: shlwapi.rc:29
+msgid " min"
+msgstr " хв"
+
+#: shlwapi.rc:30
+msgid " sec"
+msgstr " сек."
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr "Вказану команду виконано."
diff --git a/po/wa.po b/po/wa.po
index 2839ed2..c168748 100644
--- a/po/wa.po
+++ b/po/wa.po
@@ -2328,6 +2328,22 @@
 msgid "Address"
 msgstr ""
 
+#: shlwapi.rc:27
+msgid "%ld bytes"
+msgstr ""
+
+#: shlwapi.rc:28
+msgid " hr"
+msgstr ""
+
+#: shlwapi.rc:29
+msgid " min"
+msgstr ""
+
+#: shlwapi.rc:30
+msgid " sec"
+msgstr ""
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr ""
diff --git a/po/wine.pot b/po/wine.pot
index 441be0f..9394b01 100644
--- a/po/wine.pot
+++ b/po/wine.pot
@@ -2306,6 +2306,22 @@
 msgid "Address"
 msgstr ""
 
+#: shlwapi.rc:27
+msgid "%ld bytes"
+msgstr ""
+
+#: shlwapi.rc:28
+msgid " hr"
+msgstr ""
+
+#: shlwapi.rc:29
+msgid " min"
+msgstr ""
+
+#: shlwapi.rc:30
+msgid " sec"
+msgstr ""
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr ""
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 2235f7a..f34ae23 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -2385,6 +2385,22 @@
 msgid "Address"
 msgstr ""
 
+#: shlwapi.rc:27
+msgid "%ld bytes"
+msgstr "%ld 字节"
+
+#: shlwapi.rc:28
+msgid " hr"
+msgstr " 小时"
+
+#: shlwapi.rc:29
+msgid " min"
+msgstr " 分"
+
+#: shlwapi.rc:30
+msgid " sec"
+msgstr " 秒"
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr ""
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 08b5aa9..5cc9439 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -2384,6 +2384,22 @@
 msgid "Address"
 msgstr ""
 
+#: shlwapi.rc:27
+msgid "%ld bytes"
+msgstr "%ld 字節"
+
+#: shlwapi.rc:28
+msgid " hr"
+msgstr " 小時"
+
+#: shlwapi.rc:29
+msgid " min"
+msgstr " 分"
+
+#: shlwapi.rc:30
+msgid " sec"
+msgstr " 秒"
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr ""