msvfw32: Convert string table resources to po files.
diff --git a/configure b/configure
index 1987e07..e3761cf 100755
--- a/configure
+++ b/configure
@@ -15079,7 +15079,7 @@
wine_fn_config_dll msvcrt40 enable_msvcrt40 implib
wine_fn_config_dll msvcrtd enable_msvcrtd implib
wine_fn_config_test dlls/msvcrtd/tests msvcrtd_test
-wine_fn_config_dll msvfw32 enable_msvfw32 implib
+wine_fn_config_dll msvfw32 enable_msvfw32 po,implib
wine_fn_config_test dlls/msvfw32/tests msvfw32_test
wine_fn_config_dll msvidc32 enable_msvidc32 po
wine_fn_config_dll msvideo.dll16 enable_win16
diff --git a/configure.ac b/configure.ac
index c064da4..b711513 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2608,7 +2608,7 @@
WINE_CONFIG_DLL(msvcrt40,,[implib])
WINE_CONFIG_DLL(msvcrtd,,[implib])
WINE_CONFIG_TEST(dlls/msvcrtd/tests)
-WINE_CONFIG_DLL(msvfw32,,[implib])
+WINE_CONFIG_DLL(msvfw32,,[po,implib])
WINE_CONFIG_TEST(dlls/msvfw32/tests)
WINE_CONFIG_DLL(msvidc32,,[po])
WINE_CONFIG_DLL(msvideo.dll16,enable_win16)
diff --git a/dlls/msvfw32/Makefile.in b/dlls/msvfw32/Makefile.in
index 14857ce..abc684e 100644
--- a/dlls/msvfw32/Makefile.in
+++ b/dlls/msvfw32/Makefile.in
@@ -8,6 +8,7 @@
msvideo_main.c
RC_SRCS = \
+ msvfw32.rc \
msvfw32_Da.rc \
msvfw32_De.rc \
msvfw32_En.rc \
@@ -31,4 +32,6 @@
msvfw32_Uk.rc \
msvfw32_Zh.rc
+PO_SRCS = msvfw32.rc
+
@MAKE_DLL_RULES@
diff --git a/dlls/msvfw32/msvfw32.rc b/dlls/msvfw32/msvfw32.rc
new file mode 100644
index 0000000..2d4395b
--- /dev/null
+++ b/dlls/msvfw32/msvfw32.rc
@@ -0,0 +1,26 @@
+/*
+ * Copyright 2005 Dmitry Timoshkov
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+#include "msvideo_private.h"
+
+LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
+
+STRINGTABLE
+{
+ IDS_FULLFRAMES "Full Frames (Uncompressed)"
+}
diff --git a/dlls/msvfw32/msvfw32_Da.rc b/dlls/msvfw32/msvfw32_Da.rc
index 1855285..af07370 100644
--- a/dlls/msvfw32/msvfw32_Da.rc
+++ b/dlls/msvfw32/msvfw32_Da.rc
@@ -48,8 +48,3 @@
EDITTEXT 895,78,76,22,12
LTEXT "KB/s",896,102,78,26,10
}
-
-STRINGTABLE
-{
- IDS_FULLFRAMES "Fulde billeder (ukomprimeret)"
-}
diff --git a/dlls/msvfw32/msvfw32_De.rc b/dlls/msvfw32/msvfw32_De.rc
index ce99f64..5bb0ce8 100644
--- a/dlls/msvfw32/msvfw32_De.rc
+++ b/dlls/msvfw32/msvfw32_De.rc
@@ -49,8 +49,3 @@
EDITTEXT 895,78,76,22,12
LTEXT "KB/sec",896,102,78,26,10
}
-
-STRINGTABLE
-{
- IDS_FULLFRAMES "Vollständige Frames (Unkomprimiert)"
-}
diff --git a/dlls/msvfw32/msvfw32_En.rc b/dlls/msvfw32/msvfw32_En.rc
index 7668a7f..8351003 100644
--- a/dlls/msvfw32/msvfw32_En.rc
+++ b/dlls/msvfw32/msvfw32_En.rc
@@ -46,8 +46,3 @@
EDITTEXT 895,78,76,22,12
LTEXT "KB/sec",896,102,78,26,10
}
-
-STRINGTABLE
-{
- IDS_FULLFRAMES "Full Frames (Uncompressed)"
-}
diff --git a/dlls/msvfw32/msvfw32_Es.rc b/dlls/msvfw32/msvfw32_Es.rc
index e763a52..d246737 100644
--- a/dlls/msvfw32/msvfw32_Es.rc
+++ b/dlls/msvfw32/msvfw32_Es.rc
@@ -49,8 +49,3 @@
EDITTEXT 895,78,76,22,12
LTEXT "KB/s",896,102,78,26,10
}
-
-STRINGTABLE
-{
- IDS_FULLFRAMES "Cuadros completos (no comprimidos)"
-}
diff --git a/dlls/msvfw32/msvfw32_Fr.rc b/dlls/msvfw32/msvfw32_Fr.rc
index 5fa94a7..f714559 100644
--- a/dlls/msvfw32/msvfw32_Fr.rc
+++ b/dlls/msvfw32/msvfw32_Fr.rc
@@ -49,8 +49,3 @@
EDITTEXT 895,89,76,22,12
LTEXT "Kio/sec",896,115,78,26,10
}
-
-STRINGTABLE
-{
- IDS_FULLFRAMES "Images complètes (non compressées)"
-}
diff --git a/dlls/msvfw32/msvfw32_He.rc b/dlls/msvfw32/msvfw32_He.rc
index f7f6745..685b33f 100644
--- a/dlls/msvfw32/msvfw32_He.rc
+++ b/dlls/msvfw32/msvfw32_He.rc
@@ -50,8 +50,3 @@
EDITTEXT 895,78,76,22,12
LTEXT "ק״ב/שנייה",896,102,78,26,10
}
-
-STRINGTABLE
-{
- IDS_FULLFRAMES "כל השקופיות (ללא דחיסה)"
-}
diff --git a/dlls/msvfw32/msvfw32_Hu.rc b/dlls/msvfw32/msvfw32_Hu.rc
index 70bf4d9..c9d544e 100644
--- a/dlls/msvfw32/msvfw32_Hu.rc
+++ b/dlls/msvfw32/msvfw32_Hu.rc
@@ -46,8 +46,3 @@
EDITTEXT 895,78,76,22,12
LTEXT "KB/sec",896,102,78,26,10
}
-
-STRINGTABLE
-{
- IDS_FULLFRAMES "Teljes képkockák (tömörítetlen)"
-}
diff --git a/dlls/msvfw32/msvfw32_It.rc b/dlls/msvfw32/msvfw32_It.rc
index fa28d52..2fa846c 100644
--- a/dlls/msvfw32/msvfw32_It.rc
+++ b/dlls/msvfw32/msvfw32_It.rc
@@ -49,8 +49,3 @@
EDITTEXT 895,78,76,22,12
LTEXT "KBps",896,102,78,26,10
}
-
-STRINGTABLE
-{
- IDS_FULLFRAMES "Frame completi (non compresso)"
-}
diff --git a/dlls/msvfw32/msvfw32_Ko.rc b/dlls/msvfw32/msvfw32_Ko.rc
index 98f2c9b..e828e7b 100644
--- a/dlls/msvfw32/msvfw32_Ko.rc
+++ b/dlls/msvfw32/msvfw32_Ko.rc
@@ -49,8 +49,3 @@
EDITTEXT 895,78,76,22,12
LTEXT "KB/sec",896,102,78,26,10
}
-
-STRINGTABLE
-{
- IDS_FULLFRAMES "전채 프레임(비압축)"
-}
diff --git a/dlls/msvfw32/msvfw32_Lt.rc b/dlls/msvfw32/msvfw32_Lt.rc
index 1518d46..f16c631 100644
--- a/dlls/msvfw32/msvfw32_Lt.rc
+++ b/dlls/msvfw32/msvfw32_Lt.rc
@@ -49,8 +49,3 @@
EDITTEXT 895,78,76,22,12
LTEXT "KB/sek",896,102,78,26,10
}
-
-STRINGTABLE
-{
- IDS_FULLFRAMES "Pilni kadrai (neglaudinti)"
-}
diff --git a/dlls/msvfw32/msvfw32_Nl.rc b/dlls/msvfw32/msvfw32_Nl.rc
index bdd6a48..f971c76 100644
--- a/dlls/msvfw32/msvfw32_Nl.rc
+++ b/dlls/msvfw32/msvfw32_Nl.rc
@@ -46,8 +46,3 @@
EDITTEXT 895,78,76,22,12
LTEXT "KB/sec",896,102,78,26,10
}
-
-STRINGTABLE
-{
- IDS_FULLFRAMES "Volledige Frames (Ongecomprimeerd)"
-}
diff --git a/dlls/msvfw32/msvfw32_No.rc b/dlls/msvfw32/msvfw32_No.rc
index 7905b7a..2d58ecc 100644
--- a/dlls/msvfw32/msvfw32_No.rc
+++ b/dlls/msvfw32/msvfw32_No.rc
@@ -46,8 +46,3 @@
EDITTEXT 895,78,76,22,12
LTEXT "KB/s",896,102,78,26,10
}
-
-STRINGTABLE
-{
- IDS_FULLFRAMES "Fulle bilder (ukomprimert)"
-}
diff --git a/dlls/msvfw32/msvfw32_Pl.rc b/dlls/msvfw32/msvfw32_Pl.rc
index 642c853..fc8fc03 100644
--- a/dlls/msvfw32/msvfw32_Pl.rc
+++ b/dlls/msvfw32/msvfw32_Pl.rc
@@ -47,8 +47,3 @@
EDITTEXT 895,88,76,22,12
LTEXT "KB/s",896,114,78,31,10
}
-
-STRINGTABLE
-{
- IDS_FULLFRAMES "Pe³ne ramki (bez kompresji)"
-}
diff --git a/dlls/msvfw32/msvfw32_Pt.rc b/dlls/msvfw32/msvfw32_Pt.rc
index b12b516..80c77ca 100644
--- a/dlls/msvfw32/msvfw32_Pt.rc
+++ b/dlls/msvfw32/msvfw32_Pt.rc
@@ -46,8 +46,3 @@
EDITTEXT 895,78,76,22,12
LTEXT "KB/sec",896,102,78,26,10
}
-
-STRINGTABLE
-{
- IDS_FULLFRAMES "Imagens Completas (Descomprimidas)"
-}
diff --git a/dlls/msvfw32/msvfw32_Ro.rc b/dlls/msvfw32/msvfw32_Ro.rc
index 2f44255..aadd143 100644
--- a/dlls/msvfw32/msvfw32_Ro.rc
+++ b/dlls/msvfw32/msvfw32_Ro.rc
@@ -50,8 +50,3 @@
EDITTEXT 895,93,76,22,12
LTEXT "KO/sec",896,118,78,22,10
}
-
-STRINGTABLE
-{
- IDS_FULLFRAMES "Cadre întregi (necomprimate)"
-}
diff --git a/dlls/msvfw32/msvfw32_Ru.rc b/dlls/msvfw32/msvfw32_Ru.rc
index fd3d409..fe15258 100644
--- a/dlls/msvfw32/msvfw32_Ru.rc
+++ b/dlls/msvfw32/msvfw32_Ru.rc
@@ -49,8 +49,3 @@
EDITTEXT 895,78,76,22,12
LTEXT "КБ/сек",896,102,78,26,10
}
-
-STRINGTABLE
-{
- IDS_FULLFRAMES "Кадры целиком (Без компрессии)"
-}
diff --git a/dlls/msvfw32/msvfw32_Si.rc b/dlls/msvfw32/msvfw32_Si.rc
index 6ea6aa4..20e0e44 100644
--- a/dlls/msvfw32/msvfw32_Si.rc
+++ b/dlls/msvfw32/msvfw32_Si.rc
@@ -48,8 +48,3 @@
EDITTEXT 895,78,76,22,12
LTEXT "kb/s",896,102,78,26,10
}
-
-STRINGTABLE
-{
- IDS_FULLFRAMES "Polne slike (nestisnjeno)"
-}
diff --git a/dlls/msvfw32/msvfw32_Sr.rc b/dlls/msvfw32/msvfw32_Sr.rc
index 25c8ae0..e4f697c 100644
--- a/dlls/msvfw32/msvfw32_Sr.rc
+++ b/dlls/msvfw32/msvfw32_Sr.rc
@@ -50,11 +50,6 @@
LTEXT "KB/с",896,102,78,26,10
}
-STRINGTABLE
-{
- IDS_FULLFRAMES "Цели кадрови (несажето)"
-}
-
LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN
ICM_CHOOSE_COMPRESSOR DIALOG 36, 24, 187, 95
@@ -83,8 +78,3 @@
EDITTEXT 895,78,76,22,12
LTEXT "KB/s",896,102,78,26,10
}
-
-STRINGTABLE
-{
- IDS_FULLFRAMES "Celi kadrovi (nesažeto)"
-}
diff --git a/dlls/msvfw32/msvfw32_Sv.rc b/dlls/msvfw32/msvfw32_Sv.rc
index 6d28bb1..8264066 100644
--- a/dlls/msvfw32/msvfw32_Sv.rc
+++ b/dlls/msvfw32/msvfw32_Sv.rc
@@ -46,8 +46,3 @@
EDITTEXT 895,78,76,22,12
LTEXT "KB/s",896,102,78,26,10
}
-
-STRINGTABLE
-{
- IDS_FULLFRAMES "Hela bildrutor (okomprimerat)"
-}
diff --git a/dlls/msvfw32/msvfw32_Tr.rc b/dlls/msvfw32/msvfw32_Tr.rc
index 250416f..4bf737b 100644
--- a/dlls/msvfw32/msvfw32_Tr.rc
+++ b/dlls/msvfw32/msvfw32_Tr.rc
@@ -48,8 +48,3 @@
EDITTEXT 895,78,76,22,12
LTEXT "KB/sec",896,102,78,26,10
}
-
-STRINGTABLE
-{
- IDS_FULLFRAMES "Tüm Çerçeveler (Sýkýþtýrýlmamýþ)"
-}
diff --git a/dlls/msvfw32/msvfw32_Uk.rc b/dlls/msvfw32/msvfw32_Uk.rc
index 5c26a82..6d28ec2 100644
--- a/dlls/msvfw32/msvfw32_Uk.rc
+++ b/dlls/msvfw32/msvfw32_Uk.rc
@@ -50,8 +50,3 @@
EDITTEXT 895,78,76,22,12
LTEXT "KB/sec",896,102,78,26,10
}
-
-STRINGTABLE
-{
- IDS_FULLFRAMES "Кадри повністю (Без стиснення)"
-}
diff --git a/dlls/msvfw32/msvfw32_Zh.rc b/dlls/msvfw32/msvfw32_Zh.rc
index ad960d1..d9386c0 100644
--- a/dlls/msvfw32/msvfw32_Zh.rc
+++ b/dlls/msvfw32/msvfw32_Zh.rc
@@ -52,11 +52,6 @@
LTEXT "KB/sec",896,102,78,26,10
}
-STRINGTABLE
-{
- IDS_FULLFRAMES "全帧(未压缩)"
-}
-
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
ICM_CHOOSE_COMPRESSOR DIALOG 36, 24, 187, 95
@@ -85,8 +80,3 @@
EDITTEXT 895,78,76,22,12
LTEXT "KB/sec",896,102,78,26,10
}
-
-STRINGTABLE
-{
- IDS_FULLFRAMES "全幀(未壓縮)"
-}
diff --git a/po/ar.po b/po/ar.po
index 64a834b..c5fcdda 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -1826,6 +1826,10 @@
"Copyright 2002 by Michael Guennewig"
msgstr ""
+#: msvfw32.rc:25
+msgid "Full Frames (Uncompressed)"
+msgstr ""
+
#: msvidc32.rc:25
msgid "MS-CRAM"
msgstr ""
diff --git a/po/bg.po b/po/bg.po
index 67a025b..0fbf06d 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -1859,6 +1859,10 @@
"Wine MS-RLE видео кодек\n"
"Copyright 2002 by Michael Günnewig"
+#: msvfw32.rc:25
+msgid "Full Frames (Uncompressed)"
+msgstr ""
+
#: msvidc32.rc:25
msgid "MS-CRAM"
msgstr ""
diff --git a/po/cs.po b/po/cs.po
index da3b684..fcedc8c 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -1872,6 +1872,10 @@
"Wine MS-RLE video kodek\n"
"Copyright 2002 Michael Günnewig"
+#: msvfw32.rc:25
+msgid "Full Frames (Uncompressed)"
+msgstr ""
+
#: msvidc32.rc:25
msgid "MS-CRAM"
msgstr ""
diff --git a/po/da.po b/po/da.po
index ab42115..4ff5223 100644
--- a/po/da.po
+++ b/po/da.po
@@ -1905,6 +1905,10 @@
"Wine MS-RLE videokodeks\n"
"Ophavsret 2002 tilhører Michael Günnewig"
+#: msvfw32.rc:25
+msgid "Full Frames (Uncompressed)"
+msgstr "Fulde billeder (ukomprimeret)"
+
#: msvidc32.rc:25
msgid "MS-CRAM"
msgstr "MS-CRAM"
diff --git a/po/de.po b/po/de.po
index 85d2b01..401e626 100644
--- a/po/de.po
+++ b/po/de.po
@@ -1947,6 +1947,10 @@
"Wine MS-RLE Videodekoder\n"
"Copyright 2002 by Michael Günnewig"
+#: msvfw32.rc:25
+msgid "Full Frames (Uncompressed)"
+msgstr "Vollständige Frames (Unkomprimiert)"
+
#: msvidc32.rc:25
msgid "MS-CRAM"
msgstr "MS-CRAM"
diff --git a/po/el.po b/po/el.po
index 5f741ee..7503434 100644
--- a/po/el.po
+++ b/po/el.po
@@ -1823,6 +1823,10 @@
"Copyright 2002 by Michael Guennewig"
msgstr ""
+#: msvfw32.rc:25
+msgid "Full Frames (Uncompressed)"
+msgstr ""
+
#: msvidc32.rc:25
msgid "MS-CRAM"
msgstr ""
diff --git a/po/en.po b/po/en.po
index 49af322..f133c8c 100644
--- a/po/en.po
+++ b/po/en.po
@@ -1886,6 +1886,10 @@
"Wine MS-RLE video codec\n"
"Copyright 2002 by Michael Günnewig"
+#: msvfw32.rc:25
+msgid "Full Frames (Uncompressed)"
+msgstr ""
+
#: msvidc32.rc:25
msgid "MS-CRAM"
msgstr "MS-CRAM"
diff --git a/po/en_US.po b/po/en_US.po
index 303514c..df8a116 100644
--- a/po/en_US.po
+++ b/po/en_US.po
@@ -1895,6 +1895,10 @@
"Wine MS-RLE video codec\n"
"Copyright 2002 by Michael Günnewig"
+#: msvfw32.rc:25
+msgid "Full Frames (Uncompressed)"
+msgstr "Full Frames (Uncompressed)"
+
#: msvidc32.rc:25
msgid "MS-CRAM"
msgstr "MS-CRAM"
diff --git a/po/eo.po b/po/eo.po
index 73f4535..ee813cc 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -1866,6 +1866,10 @@
"Copyright 2002 by Michael Guennewig"
msgstr ""
+#: msvfw32.rc:25
+msgid "Full Frames (Uncompressed)"
+msgstr ""
+
#: msvidc32.rc:25
msgid "MS-CRAM"
msgstr ""
diff --git a/po/es.po b/po/es.po
index 6812f6b..e64f80e 100644
--- a/po/es.po
+++ b/po/es.po
@@ -1911,6 +1911,10 @@
"Codec de vídeo MS-RLE de Wine\n"
"Copyright 2002 por Michael Günnewig"
+#: msvfw32.rc:25
+msgid "Full Frames (Uncompressed)"
+msgstr "Cuadros completos (no comprimidos)"
+
#: msvidc32.rc:25
msgid "MS-CRAM"
msgstr "MS-CRAM"
diff --git a/po/fa.po b/po/fa.po
index acb07e4..c2c5250 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -1826,6 +1826,10 @@
"Copyright 2002 by Michael Guennewig"
msgstr ""
+#: msvfw32.rc:25
+msgid "Full Frames (Uncompressed)"
+msgstr ""
+
#: msvidc32.rc:25
msgid "MS-CRAM"
msgstr ""
diff --git a/po/fi.po b/po/fi.po
index 569dedb..822f72c 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -1879,6 +1879,10 @@
"Copyright 2002 by Michael Guennewig"
msgstr ""
+#: msvfw32.rc:25
+msgid "Full Frames (Uncompressed)"
+msgstr ""
+
#: msvidc32.rc:25
msgid "MS-CRAM"
msgstr ""
diff --git a/po/fr.po b/po/fr.po
index 3eb0bbb..7007ed4 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1937,6 +1937,10 @@
"Wine : codec vidéo MS-RLE\n"
"Copyright 2002 par Michael Günnewig"
+#: msvfw32.rc:25
+msgid "Full Frames (Uncompressed)"
+msgstr "Images complètes (non compressées)"
+
#: msvidc32.rc:25
msgid "MS-CRAM"
msgstr "MS-CRAM"
diff --git a/po/he.po b/po/he.po
index 3dc0c86..7836c5d 100644
--- a/po/he.po
+++ b/po/he.po
@@ -1851,6 +1851,10 @@
"מקודד הווידאו Wine MS-RLE\n"
"הזכויות שמורות 2002 ל־Michael Günnewig"
+#: msvfw32.rc:25
+msgid "Full Frames (Uncompressed)"
+msgstr "כל השקופיות (ללא דחיסה)"
+
#: msvidc32.rc:25
msgid "MS-CRAM"
msgstr ""
diff --git a/po/hi.po b/po/hi.po
index 9c389a1..9dcac85 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -1819,6 +1819,10 @@
"Copyright 2002 by Michael Guennewig"
msgstr ""
+#: msvfw32.rc:25
+msgid "Full Frames (Uncompressed)"
+msgstr ""
+
#: msvidc32.rc:25
msgid "MS-CRAM"
msgstr ""
diff --git a/po/hu.po b/po/hu.po
index 47d3bbb..63bfcb9 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -1921,6 +1921,10 @@
"Wine MS-RLE video kodek\n"
"Copyright 2002, Michael Günnewig"
+#: msvfw32.rc:25
+msgid "Full Frames (Uncompressed)"
+msgstr "Teljes képkockák (tömörítetlen)"
+
#: msvidc32.rc:25
msgid "MS-CRAM"
msgstr "MS-CRAM"
diff --git a/po/it.po b/po/it.po
index e7a696d..e99c765 100644
--- a/po/it.po
+++ b/po/it.po
@@ -1980,6 +1980,10 @@
"Codec video MS-RLE di Wine\n"
"Copyright 2002 Michael Günnewig"
+#: msvfw32.rc:25
+msgid "Full Frames (Uncompressed)"
+msgstr "Frame completi (non compresso)"
+
#: msvidc32.rc:25
msgid "MS-CRAM"
msgstr "MS-CRAM"
diff --git a/po/ja.po b/po/ja.po
index c61958c..64a60d2 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -1874,6 +1874,10 @@
"Wine MS-RLE ビデオコーデック\n"
"Copyright 2002 by Michael Günnewig"
+#: msvfw32.rc:25
+msgid "Full Frames (Uncompressed)"
+msgstr ""
+
#: msvidc32.rc:25
msgid "MS-CRAM"
msgstr "MS-CRAM"
diff --git a/po/ko.po b/po/ko.po
index 5421a97..b5d616c 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -1959,6 +1959,10 @@
"Wine MS-RLE 비디오 코덱\n"
"Copyright 2002 by Michael Günnewig"
+#: msvfw32.rc:25
+msgid "Full Frames (Uncompressed)"
+msgstr "전채 프레임(비압축)"
+
#: msvidc32.rc:25
msgid "MS-CRAM"
msgstr "MS-CRAM"
diff --git a/po/lt.po b/po/lt.po
index 9bd6002..c5f9083 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -1907,6 +1907,10 @@
"Wine MS-RLE vaizdo kodekas\n"
"Autoriaus teisės Michael Günnewig, 2002"
+#: msvfw32.rc:25
+msgid "Full Frames (Uncompressed)"
+msgstr "Pilni kadrai (neglaudinti)"
+
#: msvidc32.rc:25
msgid "MS-CRAM"
msgstr "MS-CRAM"
diff --git a/po/ml.po b/po/ml.po
index 4990eec..d59979e 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -1819,6 +1819,10 @@
"Copyright 2002 by Michael Guennewig"
msgstr ""
+#: msvfw32.rc:25
+msgid "Full Frames (Uncompressed)"
+msgstr ""
+
#: msvidc32.rc:25
msgid "MS-CRAM"
msgstr ""
diff --git a/po/nb_NO.po b/po/nb_NO.po
index f4f5ff3..6c1eba4 100644
--- a/po/nb_NO.po
+++ b/po/nb_NO.po
@@ -1977,6 +1977,10 @@
"Wine MS-RLE-videokodek\n"
"Kopirett 2002 tilhører Michael Günnewig"
+#: msvfw32.rc:25
+msgid "Full Frames (Uncompressed)"
+msgstr "Fulle bilder (ukomprimert)"
+
#: msvidc32.rc:25
msgid "MS-CRAM"
msgstr "MS-CRAM"
diff --git a/po/nl.po b/po/nl.po
index 2a69c47..91b408a 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -1995,6 +1995,10 @@
"Wine MS-RLE videodecoder\n"
"Copyright 2002 Michael Günnewig"
+#: msvfw32.rc:25
+msgid "Full Frames (Uncompressed)"
+msgstr "Volledige Frames (Ongecomprimeerd)"
+
#: msvidc32.rc:25
msgid "MS-CRAM"
msgstr "MS-CRAM"
diff --git a/po/or.po b/po/or.po
index 243b739..74abba4 100644
--- a/po/or.po
+++ b/po/or.po
@@ -1819,6 +1819,10 @@
"Copyright 2002 by Michael Guennewig"
msgstr ""
+#: msvfw32.rc:25
+msgid "Full Frames (Uncompressed)"
+msgstr ""
+
#: msvidc32.rc:25
msgid "MS-CRAM"
msgstr ""
diff --git a/po/pa.po b/po/pa.po
index edd732c..28128ad 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -1819,6 +1819,10 @@
"Copyright 2002 by Michael Guennewig"
msgstr ""
+#: msvfw32.rc:25
+msgid "Full Frames (Uncompressed)"
+msgstr ""
+
#: msvidc32.rc:25
msgid "MS-CRAM"
msgstr ""
diff --git a/po/pl.po b/po/pl.po
index ccffb2f..7d2f2ba 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -1932,6 +1932,10 @@
"Koder-dekoder Wine MS-RLE\n"
"Copyright 2002 - Michael Günnewig"
+#: msvfw32.rc:25
+msgid "Full Frames (Uncompressed)"
+msgstr "Pełne ramki (bez kompresji)"
+
#: msvidc32.rc:25
msgid "MS-CRAM"
msgstr "MS-CRAM"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 40f3af0..4d52363 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -1991,6 +1991,10 @@
"Wine MS-RLE codificador/decodificador de vídeo\n"
"Copyright 2002 por Michael Günnewig"
+#: msvfw32.rc:25
+msgid "Full Frames (Uncompressed)"
+msgstr "Imagens Completas (Descomprimidas)"
+
#: msvidc32.rc:25
msgid "MS-CRAM"
msgstr "MS-CRAM"
diff --git a/po/pt_PT.po b/po/pt_PT.po
index 6e834a7..417a391 100644
--- a/po/pt_PT.po
+++ b/po/pt_PT.po
@@ -1995,6 +1995,10 @@
"Wine MS-RLE codificador/decodificador de vídeo\n"
"Direitos de autor 2002 por Michael Günnewig"
+#: msvfw32.rc:25
+msgid "Full Frames (Uncompressed)"
+msgstr "Imagens Completas (Descomprimidas)"
+
#: msvidc32.rc:25
msgid "MS-CRAM"
msgstr "MS-CRAM"
diff --git a/po/rm.po b/po/rm.po
index 85c00fa..5a070b8 100644
--- a/po/rm.po
+++ b/po/rm.po
@@ -1828,6 +1828,10 @@
"Copyright 2002 by Michael Guennewig"
msgstr ""
+#: msvfw32.rc:25
+msgid "Full Frames (Uncompressed)"
+msgstr ""
+
#: msvidc32.rc:25
msgid "MS-CRAM"
msgstr ""
diff --git a/po/ro.po b/po/ro.po
index 6fd6775..9a7e7b3 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -1992,6 +1992,10 @@
"Codecul video Wine MS-RLE\n"
"Copyright 2002 by Michael Günnewig"
+#: msvfw32.rc:25
+msgid "Full Frames (Uncompressed)"
+msgstr "Cadre întregi (necomprimate)"
+
#: msvidc32.rc:25
msgid "MS-CRAM"
msgstr "MS-CRAM"
diff --git a/po/ru.po b/po/ru.po
index 2334d54..cc56731 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -1900,6 +1900,10 @@
"Видео кодек Wine MS-RLE\n"
"Copyright 2002 by Michael Günnewig"
+#: msvfw32.rc:25
+msgid "Full Frames (Uncompressed)"
+msgstr "Кадры целиком (Без компрессии)"
+
#: msvidc32.rc:25
msgid "MS-CRAM"
msgstr "MS-CRAM"
diff --git a/po/sk.po b/po/sk.po
index 8fdd657..215249f 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -1826,6 +1826,10 @@
"Copyright 2002 by Michael Guennewig"
msgstr ""
+#: msvfw32.rc:25
+msgid "Full Frames (Uncompressed)"
+msgstr ""
+
#: msvidc32.rc:25
msgid "MS-CRAM"
msgstr ""
diff --git a/po/sl.po b/po/sl.po
index b4d2c79..299874a 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -1901,6 +1901,10 @@
"Wine MS-RLE video kodek\n"
"Copyright 2002 by Michael Günnewig"
+#: msvfw32.rc:25
+msgid "Full Frames (Uncompressed)"
+msgstr "Polne slike (nestisnjeno)"
+
#: msvidc32.rc:25
msgid "MS-CRAM"
msgstr "MS-CRAM"
diff --git a/po/sr_RS@cyrillic.po b/po/sr_RS@cyrillic.po
index f60c31d..d0c4c1d 100644
--- a/po/sr_RS@cyrillic.po
+++ b/po/sr_RS@cyrillic.po
@@ -1882,6 +1882,10 @@
"Wine MS-RLE видео кодек\n"
"Copyright ©2002 by Michael Günnewig"
+#: msvfw32.rc:25
+msgid "Full Frames (Uncompressed)"
+msgstr "Цели кадрови (несажето)"
+
#: msvidc32.rc:25
msgid "MS-CRAM"
msgstr "MS-CRAM"
diff --git a/po/sr_RS@latin.po b/po/sr_RS@latin.po
index fd44d69..188a5c2 100644
--- a/po/sr_RS@latin.po
+++ b/po/sr_RS@latin.po
@@ -1894,6 +1894,10 @@
"Wine MS-RLE video kodek\n"
"Copyright ©2002 by Michael Günnewig"
+#: msvfw32.rc:25
+msgid "Full Frames (Uncompressed)"
+msgstr "Celi kadrovi (nesažeto)"
+
#: msvidc32.rc:25
msgid "MS-CRAM"
msgstr "MS-CRAM"
diff --git a/po/sv.po b/po/sv.po
index a192bee..2755e06 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -1932,6 +1932,10 @@
"Wine MS-RLE videokodek\n"
"Copyright 2002 Michael Günnewig"
+#: msvfw32.rc:25
+msgid "Full Frames (Uncompressed)"
+msgstr "Hela bildrutor (okomprimerat)"
+
#: msvidc32.rc:25
msgid "MS-CRAM"
msgstr "MS-CRAM"
diff --git a/po/te.po b/po/te.po
index 546c9e8..26450b0 100644
--- a/po/te.po
+++ b/po/te.po
@@ -1819,6 +1819,10 @@
"Copyright 2002 by Michael Guennewig"
msgstr ""
+#: msvfw32.rc:25
+msgid "Full Frames (Uncompressed)"
+msgstr ""
+
#: msvidc32.rc:25
msgid "MS-CRAM"
msgstr ""
diff --git a/po/th.po b/po/th.po
index 66fb544..5f7b3d3 100644
--- a/po/th.po
+++ b/po/th.po
@@ -1825,6 +1825,10 @@
"Copyright 2002 by Michael Guennewig"
msgstr ""
+#: msvfw32.rc:25
+msgid "Full Frames (Uncompressed)"
+msgstr ""
+
#: msvidc32.rc:25
msgid "MS-CRAM"
msgstr ""
diff --git a/po/tr.po b/po/tr.po
index e503587..d466b02 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -1898,6 +1898,10 @@
"Wine MS-RLE vidyo çözücü\n"
"Telif Hakkı 2002 Michael Günnewig"
+#: msvfw32.rc:25
+msgid "Full Frames (Uncompressed)"
+msgstr "Tüm Çerçeveler (Sıkıştırılmamış)"
+
#: msvidc32.rc:25
msgid "MS-CRAM"
msgstr "MS-CRAM"
diff --git a/po/uk.po b/po/uk.po
index 4e669e3..b0e407d 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -1904,6 +1904,10 @@
"Відео кодек Wine MS-RLE\n"
"Copyright 2002 by Michael Günnewig"
+#: msvfw32.rc:25
+msgid "Full Frames (Uncompressed)"
+msgstr "Кадри повністю (Без стиснення)"
+
#: msvidc32.rc:25
msgid "MS-CRAM"
msgstr "MS-CRAM"
diff --git a/po/wa.po b/po/wa.po
index feb6e9cd..a0f1112 100644
--- a/po/wa.po
+++ b/po/wa.po
@@ -1826,6 +1826,10 @@
"Copyright 2002 by Michael Guennewig"
msgstr ""
+#: msvfw32.rc:25
+msgid "Full Frames (Uncompressed)"
+msgstr ""
+
#: msvidc32.rc:25
msgid "MS-CRAM"
msgstr ""
diff --git a/po/wine.pot b/po/wine.pot
index 1b57e66..3fe5972 100644
--- a/po/wine.pot
+++ b/po/wine.pot
@@ -1813,6 +1813,10 @@
"Copyright 2002 by Michael Guennewig"
msgstr ""
+#: msvfw32.rc:25
+msgid "Full Frames (Uncompressed)"
+msgstr ""
+
#: msvidc32.rc:25
msgid "MS-CRAM"
msgstr ""
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 30f11bf..2272c8b 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -1873,6 +1873,10 @@
"Copyright 2002 by Michael Guennewig"
msgstr ""
+#: msvfw32.rc:25
+msgid "Full Frames (Uncompressed)"
+msgstr "全帧(未压缩)"
+
#: msvidc32.rc:25
msgid "MS-CRAM"
msgstr ""
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 7612d06..be44a7f 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -1872,6 +1872,10 @@
"Copyright 2002 by Michael Guennewig"
msgstr ""
+#: msvfw32.rc:25
+msgid "Full Frames (Uncompressed)"
+msgstr "全幀(未壓縮)"
+
#: msvidc32.rc:25
msgid "MS-CRAM"
msgstr ""