diff --git a/configure b/configure index 6c5222579a8035374ad569fa29f50af87ce69983..89d96e6b3cda190745b502d1340adaac2af92c66 100755 --- a/configure +++ b/configure @@ -15058,7 +15058,7 @@ wine_fn_config_dll msimtf enable_msimtf wine_fn_config_dll msisip enable_msisip wine_fn_config_dll msisys.ocx enable_msisys_ocx wine_fn_config_dll msnet32 enable_msnet32 -wine_fn_config_dll msrle32 enable_msrle32 +wine_fn_config_dll msrle32 enable_msrle32 po wine_fn_config_dll mssign32 enable_mssign32 wine_fn_config_dll mssip32 enable_mssip32 wine_fn_config_dll mstask enable_mstask diff --git a/configure.ac b/configure.ac index 08c8df98b3309c53b3bcd21c80d20c6b7c3c8dea..30b5e938b0f68cd693d631c6136cea84e90fa8bc 100644 --- a/configure.ac +++ b/configure.ac @@ -2587,7 +2587,7 @@ WINE_CONFIG_DLL(msimtf) WINE_CONFIG_DLL(msisip) WINE_CONFIG_DLL(msisys.ocx) WINE_CONFIG_DLL(msnet32) -WINE_CONFIG_DLL(msrle32) +WINE_CONFIG_DLL(msrle32,,[po]) WINE_CONFIG_DLL(mssign32) WINE_CONFIG_DLL(mssip32) WINE_CONFIG_DLL(mstask) diff --git a/dlls/msrle32/Makefile.in b/dlls/msrle32/Makefile.in index 51deb33be799ef043aaca085d7ba30d01c902e4a..897bfa0e2914d91e697e0f0e3a74ac504bfece70 100644 --- a/dlls/msrle32/Makefile.in +++ b/dlls/msrle32/Makefile.in @@ -3,31 +3,7 @@ IMPORTS = winmm user32 C_SRCS = msrle32.c -RC_SRCS = \ - msrle_Bg.rc \ - msrle_Cs.rc \ - msrle_Cy.rc \ - msrle_Da.rc \ - msrle_De.rc \ - msrle_En.rc \ - msrle_Es.rc \ - msrle_Fr.rc \ - msrle_He.rc \ - msrle_Hu.rc \ - msrle_It.rc \ - msrle_Ja.rc \ - msrle_Ko.rc \ - msrle_Lt.rc \ - msrle_Nl.rc \ - msrle_No.rc \ - msrle_Pl.rc \ - msrle_Pt.rc \ - msrle_Ro.rc \ - msrle_Ru.rc \ - msrle_Si.rc \ - msrle_Sr.rc \ - msrle_Sv.rc \ - msrle_Tr.rc \ - msrle_Uk.rc +RC_SRCS = msrle32.rc +PO_SRCS = msrle32.rc @MAKE_DLL_RULES@ diff --git a/dlls/msrle32/msrle_En.rc b/dlls/msrle32/msrle32.rc similarity index 96% rename from dlls/msrle32/msrle_En.rc rename to dlls/msrle32/msrle32.rc index 2a3520769d002925541ff84723f1fa5e95acf4be..73c339f81b6d8c2771f0612d5b58fa7f7808163a 100644 --- a/dlls/msrle32/msrle_En.rc +++ b/dlls/msrle32/msrle32.rc @@ -20,13 +20,11 @@ #include "msrle_private.h" -#pragma code_page(65001) - LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT STRINGTABLE { IDS_NAME "WINE-MS-RLE" IDS_DESCRIPTION "Wine MS-RLE video codec" - IDS_ABOUT "Wine MS-RLE video codec\nCopyright 2002 by Michael Günnewig" + IDS_ABOUT "Wine MS-RLE video codec\nCopyright 2002 by Michael Guennewig" } diff --git a/dlls/msrle32/msrle_Bg.rc b/dlls/msrle32/msrle_Bg.rc deleted file mode 100644 index 7eb114bc141a3f857b456e3a9beee37bc55808ad..0000000000000000000000000000000000000000 --- a/dlls/msrle32/msrle_Bg.rc +++ /dev/null @@ -1,30 +0,0 @@ -/* - * Bulgarian resource file for MS-RLE - * - * Copyright 2005 Milko Krachounov - * - * 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 "msrle_private.h" - -LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT - -STRINGTABLE -{ - IDS_NAME "WINE-MS-RLE" - IDS_DESCRIPTION "Wine MS-RLE âèäåî êîäåê" - IDS_ABOUT "Wine MS-RLE âèäåî êîäåê\nCopyright 2002 by Michael Gunnewig" -} diff --git a/dlls/msrle32/msrle_Cs.rc b/dlls/msrle32/msrle_Cs.rc deleted file mode 100644 index 3420eb73fb42cb61f1969cd40b8f9f654ec47c66..0000000000000000000000000000000000000000 --- a/dlls/msrle32/msrle_Cs.rc +++ /dev/null @@ -1,34 +0,0 @@ -/* Hey, Emacs, open this file with -*- coding: cp1250 -*- - * - * Czech resource file for MS-RLE - * - * Copyright 2002 Michael Günnewig - * Copyright 2004 David Kredba - * - * 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 "msrle_private.h" - -LANGUAGE LANG_CZECH, SUBLANG_DEFAULT - -/* Czech strings in CP1250 */ - -STRINGTABLE -{ - IDS_NAME "WINE-MS-RLE" - IDS_DESCRIPTION "Wine MS-RLE video kodek" - IDS_ABOUT L"Wine MS-RLE video kodek\nCopyright 2002 Michael G\x00fcnnewig" -} diff --git a/dlls/msrle32/msrle_Cy.rc b/dlls/msrle32/msrle_Cy.rc deleted file mode 100644 index 1794fd551c4e93233e090341f51115df226375c2..0000000000000000000000000000000000000000 --- a/dlls/msrle32/msrle_Cy.rc +++ /dev/null @@ -1,33 +0,0 @@ -/* - * Cefnogaeth iaith Cymraeg - * Welsh language support - * - * Copyright 2010 Ken Sharp - * - * 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 "msrle_private.h" - -#pragma code_page(65001) - -LANGUAGE LANG_WELSH, SUBLANG_DEFAULT - -STRINGTABLE -{ - IDS_NAME "WINE-MS-RLE" - IDS_DESCRIPTION "Wine MS-RLE 'n fideo codec" - IDS_ABOUT "Wine MS-RLE 'n fideo codec\nHawlfraint 2002 Michael Günnewig" -} diff --git a/dlls/msrle32/msrle_Da.rc b/dlls/msrle32/msrle_Da.rc deleted file mode 100644 index f2835a0cb2c17d7c2463f4cdbf4c4477f83d016c..0000000000000000000000000000000000000000 --- a/dlls/msrle32/msrle_Da.rc +++ /dev/null @@ -1,30 +0,0 @@ -/* - * Danish language support - * - * Copyright (C) 2008 Jens Albretsen <jens@albretsen.dk> - * - * 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 "msrle_private.h" - -LANGUAGE LANG_DANISH, SUBLANG_DEFAULT - -STRINGTABLE -{ - IDS_NAME "WINE-MS-RLE" - IDS_DESCRIPTION "Wine MS-RLE videokodeks" - IDS_ABOUT "Wine MS-RLE videokodeks\nOphavsret 2002 tilhører Michael Günnewig" -} diff --git a/dlls/msrle32/msrle_De.rc b/dlls/msrle32/msrle_De.rc deleted file mode 100644 index 71dc2c2be02696067ee7784ecb70c43c52eaa2c6..0000000000000000000000000000000000000000 --- a/dlls/msrle32/msrle_De.rc +++ /dev/null @@ -1,32 +0,0 @@ -/* - * German resource file for MS-RLE - * - * Copyright 2002 Michael Günnewig - * - * 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 "msrle_private.h" - -#pragma code_page(65001) - -LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL - -STRINGTABLE -{ - IDS_NAME "WINE-MS-RLE" - IDS_DESCRIPTION "Wine MS-RLE Videodekoder" - IDS_ABOUT "Wine MS-RLE Videodekoder\nCopyright 2002 by Michael Günnewig" -} diff --git a/dlls/msrle32/msrle_Es.rc b/dlls/msrle32/msrle_Es.rc deleted file mode 100644 index de40b5770ddb89aa4de1b867575ab663bdf486c8..0000000000000000000000000000000000000000 --- a/dlls/msrle32/msrle_Es.rc +++ /dev/null @@ -1,30 +0,0 @@ -/* - * Spanish resource file for MS-RLE - * - * Copyright 2003 José Manuel Ferrer Ortiz - * - * 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 "msrle_private.h" - -LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL - -STRINGTABLE -{ - IDS_NAME "WINE-MS-RLE" - IDS_DESCRIPTION "Codec de vídeo MS-RLE de Wine" - IDS_ABOUT "Codec de vídeo MS-RLE de Wine\nCopyright 2002 por Michael Günnewig" -} diff --git a/dlls/msrle32/msrle_Fr.rc b/dlls/msrle32/msrle_Fr.rc deleted file mode 100644 index aa046c1d330fade24412dc77c93793085903dcfd..0000000000000000000000000000000000000000 --- a/dlls/msrle32/msrle_Fr.rc +++ /dev/null @@ -1,33 +0,0 @@ -/* - * French resource file for MS-RLE - * - * Copyright 2002 Michael Günnewig - * - * 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 "msrle_private.h" - -/* UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL - -STRINGTABLE -{ - IDS_NAME "WINE-MS-RLE" - IDS_DESCRIPTION "Wine : codec vidéo MS-RLE" - IDS_ABOUT "Wine : codec vidéo MS-RLE\nCopyright 2002 par Michael Günnewig" -} diff --git a/dlls/msrle32/msrle_He.rc b/dlls/msrle32/msrle_He.rc deleted file mode 100644 index 03e2b2bb14f8be2241ea9c78ad357fbca02c646b..0000000000000000000000000000000000000000 --- a/dlls/msrle32/msrle_He.rc +++ /dev/null @@ -1,33 +0,0 @@ -/* - * Hebrew resource file for MS-RLE - * - * Copyright 2002 Michael Günnewig - * Copyright 2010 Yaron Shahrabani <sh.yaron@gmail.com> - * - * 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 "msrle_private.h" - -#pragma code_page(65001) - -LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT - -STRINGTABLE -{ - IDS_NAME "WINE-MS-RLE" - IDS_DESCRIPTION "מקודד הוויד×ו Wine MS-RLE" - IDS_ABOUT "מקודד הוויד×ו Wine MS-RLE\nהזכויות שמורות 2002 ל־Michael Günnewig" -} diff --git a/dlls/msrle32/msrle_Hu.rc b/dlls/msrle32/msrle_Hu.rc deleted file mode 100644 index 0e7876cecf1ffaf9feb9a9203ab39241f3853134..0000000000000000000000000000000000000000 --- a/dlls/msrle32/msrle_Hu.rc +++ /dev/null @@ -1,30 +0,0 @@ -/* - * Hungarian resource file for MS-RLE - * - * Copyright 2006 Andras Kovacs - * - * 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 "msrle_private.h" - -LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT - -STRINGTABLE -{ - IDS_NAME "WINE-MS-RLE" - IDS_DESCRIPTION "Wine MS-RLE video kodek" - IDS_ABOUT L"Wine MS-RLE video kodek\nCopyright 2002, Michael G\x00fcnnewig" -} diff --git a/dlls/msrle32/msrle_It.rc b/dlls/msrle32/msrle_It.rc deleted file mode 100644 index b2cf21014c4a98638d98976a55624eb8b49a9480..0000000000000000000000000000000000000000 --- a/dlls/msrle32/msrle_It.rc +++ /dev/null @@ -1,34 +0,0 @@ -/* - * Italian resource file for MS-RLE - * - * Copyright 2002 Michael Günnewig - * Copyright 2003 Ivan Leo Puoti - * - * 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 "msrle_private.h" - -/* UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL - -STRINGTABLE -{ - IDS_NAME "WINE-MS-RLE" - IDS_DESCRIPTION "Codec video MS-RLE di Wine" - IDS_ABOUT "Codec video MS-RLE di Wine\nCopyright 2002 Michael Günnewig" -} diff --git a/dlls/msrle32/msrle_Ja.rc b/dlls/msrle32/msrle_Ja.rc deleted file mode 100644 index 804a8ac0396cdc55740d496e59bacea2719c3ce5..0000000000000000000000000000000000000000 --- a/dlls/msrle32/msrle_Ja.rc +++ /dev/null @@ -1,33 +0,0 @@ -/* - * Japanese resource file for MS-RLE - * - * Copyright 2004 Hajime Segawa - * - * 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 "msrle_private.h" - -/* UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT - -STRINGTABLE -{ - IDS_NAME "WINE-MS-RLE" - IDS_DESCRIPTION "Wine MS-RLE ビデオコーデック" - IDS_ABOUT "Wine MS-RLE ビデオコーデック\nCopyright 2002 by Michael Günewig" -} diff --git a/dlls/msrle32/msrle_Ko.rc b/dlls/msrle32/msrle_Ko.rc deleted file mode 100644 index 8a170b3de5e8d781f1f99a8db64e5b53c81b0fb9..0000000000000000000000000000000000000000 --- a/dlls/msrle32/msrle_Ko.rc +++ /dev/null @@ -1,32 +0,0 @@ -/* - * Korean resource file for MS-RLE - * - * Copyright 2005,2010 YunSong Hwang - * - * 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 "msrle_private.h" - -#pragma code_page(65001) - -LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT - -STRINGTABLE -{ - IDS_NAME "WINE-MS-RLE" - IDS_DESCRIPTION "Wine MS-RLE 비디오 ì½”ë±" - IDS_ABOUT "Wine MS-RLE 비디오 ì½”ë±\nCopyright 2002 by Michael Gunnewig" -} diff --git a/dlls/msrle32/msrle_Lt.rc b/dlls/msrle32/msrle_Lt.rc deleted file mode 100644 index f6e5e0c98e8b6db50d607a5526e5ed2af58b211a..0000000000000000000000000000000000000000 --- a/dlls/msrle32/msrle_Lt.rc +++ /dev/null @@ -1,33 +0,0 @@ -/* - * Lithuanian resource file for MS-RLE - * - * Copyright 2009 Aurimas FiÅ¡eras <aurimas@gmail.com> - * - * 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 "msrle_private.h" - -/* UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL - -STRINGTABLE -{ - IDS_NAME "WINE-MS-RLE" - IDS_DESCRIPTION "Wine MS-RLE vaizdo kodekas" - IDS_ABOUT "Wine MS-RLE vaizdo kodekas\nAutoriaus teisÄ—s Michael Günnewig, 2002" -} diff --git a/dlls/msrle32/msrle_Nl.rc b/dlls/msrle32/msrle_Nl.rc deleted file mode 100644 index 211b2563bee07d8d01df5680afddf4252410bb7c..0000000000000000000000000000000000000000 --- a/dlls/msrle32/msrle_Nl.rc +++ /dev/null @@ -1,30 +0,0 @@ -/* - * MS-RLE (Dutch resources) - * - * Copyright 2003 Hans Leidekker - * - * 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 "msrle_private.h" - -LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL - -STRINGTABLE -{ - IDS_NAME "WINE-MS-RLE" - IDS_DESCRIPTION "Wine MS-RLE videodecoder" - IDS_ABOUT "Wine MS-RLE videodecoder\nCopyright 2002 Michael Günnewig" -} diff --git a/dlls/msrle32/msrle_No.rc b/dlls/msrle32/msrle_No.rc deleted file mode 100644 index 02661a333421a71ec3538bf3eb53410814e2b8c8..0000000000000000000000000000000000000000 --- a/dlls/msrle32/msrle_No.rc +++ /dev/null @@ -1,30 +0,0 @@ -/* - * Norwegian Bokmål resource file for MS-RLE - * - * Copyright 2005 Alexander N. Sørnes <alex@thehandofagony.com> - * - * 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 "msrle_private.h" - -LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL - -STRINGTABLE -{ - IDS_NAME "WINE-MS-RLE" - IDS_DESCRIPTION "Wine MS-RLE-videokodek" - IDS_ABOUT "Wine MS-RLE-videokodek\nKopirett 2002 tilhører Michael Günnewig" -} diff --git a/dlls/msrle32/msrle_Pl.rc b/dlls/msrle32/msrle_Pl.rc deleted file mode 100644 index 8a5d995a54214c15ce7403dc9ca3d892306455cc..0000000000000000000000000000000000000000 --- a/dlls/msrle32/msrle_Pl.rc +++ /dev/null @@ -1,31 +0,0 @@ -/* - * Polish resource file for MS-RLE - * - * Copyright 2002 Michael Gnnewig - * Copyright 2006 Mikolaj Zalewski - * - * 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 "msrle_private.h" - -LANGUAGE LANG_POLISH, SUBLANG_DEFAULT - -STRINGTABLE -{ - IDS_NAME "WINE-MS-RLE" - IDS_DESCRIPTION "Kodek Wine MS-RLE" - IDS_ABOUT L"Koder-dekoder Wine MS-RLE\nCopyright 2002 - Michael G\x00fcnnewig" -} diff --git a/dlls/msrle32/msrle_Pt.rc b/dlls/msrle32/msrle_Pt.rc deleted file mode 100644 index 7ae0a260107188f901d180514d37851864fda172..0000000000000000000000000000000000000000 --- a/dlls/msrle32/msrle_Pt.rc +++ /dev/null @@ -1,40 +0,0 @@ -/* - * Portuguese resource file for MS-RLE - * - * Copyright 2003 Marcelo Duarte - * Copyright 2006 Américo José Melo - * - * 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 "msrle_private.h" - -LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN - -STRINGTABLE -{ - IDS_NAME "WINE-MS-RLE" - IDS_DESCRIPTION "Wine MS-RLE codificador/decodificador de vídeo" - IDS_ABOUT "Wine MS-RLE codificador/decodificador de vídeo\nCopyright 2002 por Michael Günnewig" -} - -LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE - -STRINGTABLE -{ - IDS_NAME "WINE-MS-RLE" - IDS_DESCRIPTION "Wine MS-RLE codificador/decodificador de vídeo" - IDS_ABOUT "Wine MS-RLE codificador/decodificador de vídeo\nDireitos de autor 2002 por Michael Günnewig" -} diff --git a/dlls/msrle32/msrle_Ro.rc b/dlls/msrle32/msrle_Ro.rc deleted file mode 100644 index 90ec4f2a2d4bc255bf453f69e779de0b584488cb..0000000000000000000000000000000000000000 --- a/dlls/msrle32/msrle_Ro.rc +++ /dev/null @@ -1,31 +0,0 @@ -/* - * Copyright 2002 Michael Günnewig - * Copyright 2008 Michael Stefaniuc - * - * 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 "msrle_private.h" - -LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL - -#pragma code_page(65001) - -STRINGTABLE -{ - IDS_NAME "WINE-MS-RLE" - IDS_DESCRIPTION "Codecul video Wine MS-RLE" - IDS_ABOUT "Codecul video Wine MS-RLE\nCopyright 2002 by Michael Günnewig" -} diff --git a/dlls/msrle32/msrle_Ru.rc b/dlls/msrle32/msrle_Ru.rc deleted file mode 100644 index 456d724001894a315c30b7b1c4b45b14a5831fce..0000000000000000000000000000000000000000 --- a/dlls/msrle32/msrle_Ru.rc +++ /dev/null @@ -1,33 +0,0 @@ -/* - * Russian resource file for MS-RLE - * - * Copyright 2003 Igor Stepin - * - * 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 "msrle_private.h" - -/* UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT - -STRINGTABLE -{ - IDS_NAME "WINE-MS-RLE" - IDS_DESCRIPTION "Видео кодек Wine MS-RLE" - IDS_ABOUT "Видео кодек Wine MS-RLE\nCopyright 2002 by Michael GÑŒnnewig" -} diff --git a/dlls/msrle32/msrle_Si.rc b/dlls/msrle32/msrle_Si.rc deleted file mode 100644 index e99d6a1bb895043faa18b2a09d28c86f51205aad..0000000000000000000000000000000000000000 --- a/dlls/msrle32/msrle_Si.rc +++ /dev/null @@ -1,32 +0,0 @@ -/* - * Slovenian resource file for MS-RLE - * - * Copyright 2003, 2008 Rok Mandeljc - * - * 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 "msrle_private.h" - -#pragma code_page(65001) - -LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT - -STRINGTABLE -{ - IDS_NAME "WINE-MS-RLE" - IDS_DESCRIPTION "Wine MS-RLE video kodek" - IDS_ABOUT "Wine MS-RLE video kodek\nCopyright 2002 by Michael Günnewig" -} diff --git a/dlls/msrle32/msrle_Sr.rc b/dlls/msrle32/msrle_Sr.rc deleted file mode 100644 index b9d4b0c68178ec7c0373f69dc8d02e2f7086c812..0000000000000000000000000000000000000000 --- a/dlls/msrle32/msrle_Sr.rc +++ /dev/null @@ -1,42 +0,0 @@ -/* - * Serbian resource file for MS-RLE - * - * Copyright 2002 Michael Günnewig - * Copyright 2010 ÄorÄ‘e Vasiljević - * - * 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 "msrle_private.h" - -#pragma code_page(65001) - -LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_CYRILLIC - -STRINGTABLE -{ - IDS_NAME "WINE-MS-RLE" - IDS_DESCRIPTION "Wine MS-RLE видео кодек" - IDS_ABOUT "Wine MS-RLE видео кодек\nCopyright ©2002 by Michael Günnewig" -} - -LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN - -STRINGTABLE -{ - IDS_NAME "WINE-MS-RLE" - IDS_DESCRIPTION "Wine MS-RLE video kodek" - IDS_ABOUT "Wine MS-RLE video kodek\nCopyright ©2002 by Michael Günnewig" -} diff --git a/dlls/msrle32/msrle_Sv.rc b/dlls/msrle32/msrle_Sv.rc deleted file mode 100644 index f3d3e4940653caf260365f9d2752c32075fc63ff..0000000000000000000000000000000000000000 --- a/dlls/msrle32/msrle_Sv.rc +++ /dev/null @@ -1,30 +0,0 @@ -/* - * Swedish resource file for MS-RLE - * - * Copyright 2007 Daniel Nylander - * - * 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 "msrle_private.h" - -LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL - -STRINGTABLE -{ - IDS_NAME "WINE-MS-RLE" - IDS_DESCRIPTION "Wine MS-RLE videokodek" - IDS_ABOUT "Wine MS-RLE videokodek\nCopyright 2002 Michael Günnewig" -} diff --git a/dlls/msrle32/msrle_Tr.rc b/dlls/msrle32/msrle_Tr.rc deleted file mode 100644 index af516ac25374e21a8ec9f376d0e865d44c8a11e2..0000000000000000000000000000000000000000 --- a/dlls/msrle32/msrle_Tr.rc +++ /dev/null @@ -1,30 +0,0 @@ -/* - * Turkish resource file for MS-RLE - * - * Copyright 2006 Fatih Aþýcý - * - * 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 "msrle_private.h" - -LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT - -STRINGTABLE -{ - IDS_NAME "WINE-MS-RLE" - IDS_DESCRIPTION "Wine MS-RLE vidyo çözücü" - IDS_ABOUT "Wine MS-RLE vidyo çözücü\nTelif Hakký 2002 Michael Günnewig" -} diff --git a/dlls/msrle32/msrle_Uk.rc b/dlls/msrle32/msrle_Uk.rc deleted file mode 100644 index 1e12f4982be5e4c3f7c200898b7682becbe5fc21..0000000000000000000000000000000000000000 --- a/dlls/msrle32/msrle_Uk.rc +++ /dev/null @@ -1,34 +0,0 @@ -/* - * Ukrainian resource file for MS-RLE - * - * Copyright 2002 Michael GГјnnewig - * Copyright 2010 Igor Paliychuk - * - * 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 "msrle_private.h" - -/* UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT - -STRINGTABLE -{ - IDS_NAME "WINE-MS-RLE" - IDS_DESCRIPTION "Відео кодек Wine MS-RLE" - IDS_ABOUT "Відео кодек Wine MS-RLE\nCopyright 2002 by Michael GГјnnewig" -} diff --git a/po/bg.po b/po/bg.po index 218f3b598844769aa658fd3ca9fb4ddaa03afab2..d23616ff9762fd76639f592bc887d4b22b63fcee 100644 --- a/po/bg.po +++ b/po/bg.po @@ -1221,6 +1221,22 @@ msgstr "функционалноÑÑ‚ от:" msgid "choose which folder contains %s" msgstr "изберете папката, коÑто Ñъдържа %s" +#: msrle32.rc:27 +msgid "WINE-MS-RLE" +msgstr "WINE-MS-RLE" + +#: msrle32.rc:28 +msgid "Wine MS-RLE video codec" +msgstr "Wine MS-RLE видео кодек" + +#: msrle32.rc:29 +msgid "" +"Wine MS-RLE video codec\n" +"Copyright 2002 by Michael Guennewig" +msgstr "" +"Wine MS-RLE видео кодек\n" +"Copyright 2002 by Michael Günnewig" + #: clock.rc:28 msgid "&Properties" msgstr "" diff --git a/po/cs.po b/po/cs.po index f7624ecdd2f2dd1991c6c2e08122bc548c5785e5..29e83a990edae3883a1993232ea98b98a680c368 100644 --- a/po/cs.po +++ b/po/cs.po @@ -1206,6 +1206,22 @@ msgstr "" msgid "choose which folder contains %s" msgstr "" +#: msrle32.rc:27 +msgid "WINE-MS-RLE" +msgstr "WINE-MS-RLE" + +#: msrle32.rc:28 +msgid "Wine MS-RLE video codec" +msgstr "Wine MS-RLE video kodek" + +#: msrle32.rc:29 +msgid "" +"Wine MS-RLE video codec\n" +"Copyright 2002 by Michael Guennewig" +msgstr "" +"Wine MS-RLE video kodek\n" +"Copyright 2002 Michael Günnewig" + #: clock.rc:28 msgid "&Properties" msgstr "&Vlastnosti" diff --git a/po/da.po b/po/da.po index 49cabdb8f8e98be8470685c34855641298cc19d2..4e522ae1f4771acac6d60b16d178b8647e989b9b 100644 --- a/po/da.po +++ b/po/da.po @@ -1238,6 +1238,22 @@ msgstr "feature fra:" msgid "choose which folder contains %s" msgstr "Vælg kataloget som indeholder '%s'." +#: msrle32.rc:27 +msgid "WINE-MS-RLE" +msgstr "WINE-MS-RLE" + +#: msrle32.rc:28 +msgid "Wine MS-RLE video codec" +msgstr "Wine MS-RLE videokodeks" + +#: msrle32.rc:29 +msgid "" +"Wine MS-RLE video codec\n" +"Copyright 2002 by Michael Guennewig" +msgstr "" +"Wine MS-RLE videokodeks\n" +"Ophavsret 2002 tilhører Michael Günnewig" + #: clock.rc:28 msgid "&Properties" msgstr "&Instillinger" diff --git a/po/de.po b/po/de.po index 984375f5cc0f68a6ab79a0273a114fc83bb73a08..f23c3854a58e03f73c8af31e051f13005e0d010d 100644 --- a/po/de.po +++ b/po/de.po @@ -1229,6 +1229,22 @@ msgstr "Feature von:" msgid "choose which folder contains %s" msgstr "Wählen Sie das Verzeichnis aus, dass %s enthält." +#: msrle32.rc:27 +msgid "WINE-MS-RLE" +msgstr "WINE-MS-RLE" + +#: msrle32.rc:28 +msgid "Wine MS-RLE video codec" +msgstr "Wine MS-RLE Videodekoder" + +#: msrle32.rc:29 +msgid "" +"Wine MS-RLE video codec\n" +"Copyright 2002 by Michael Guennewig" +msgstr "" +"Wine MS-RLE Videodekoder\n" +"Copyright 2002 by Michael Günnewig" + #: clock.rc:28 msgid "&Properties" msgstr "&Einstellungen" diff --git a/po/el.po b/po/el.po index e45959eca23690ca7d225f226194148a4bcaf077..0417df5e35c77e4d2138e9ed702eadca09ee75bd 100644 --- a/po/el.po +++ b/po/el.po @@ -1192,6 +1192,20 @@ msgstr "" msgid "choose which folder contains %s" msgstr "" +#: msrle32.rc:27 +msgid "WINE-MS-RLE" +msgstr "" + +#: msrle32.rc:28 +msgid "Wine MS-RLE video codec" +msgstr "" + +#: msrle32.rc:29 +msgid "" +"Wine MS-RLE video codec\n" +"Copyright 2002 by Michael Guennewig" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "" diff --git a/po/en.po b/po/en.po index 8e0eac877bbdb9c0b605fc1e8fcab5bc722cf60c..0594cee89d27c3e3e481163716870d714761c9a1 100644 --- a/po/en.po +++ b/po/en.po @@ -1193,6 +1193,20 @@ msgstr "" msgid "choose which folder contains %s" msgstr "" +#: msrle32.rc:27 +msgid "WINE-MS-RLE" +msgstr "" + +#: msrle32.rc:28 +msgid "Wine MS-RLE video codec" +msgstr "" + +#: msrle32.rc:29 +msgid "" +"Wine MS-RLE video codec\n" +"Copyright 2002 by Michael Guennewig" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "&Properties" diff --git a/po/en_US.po b/po/en_US.po index 61c9d8f884b3043f93ebae290ee12994f54d80e0..6cb1635a280e1789a128198b212be8f548ad2748 100644 --- a/po/en_US.po +++ b/po/en_US.po @@ -1223,6 +1223,22 @@ msgstr "feature from:" msgid "choose which folder contains %s" msgstr "choose which folder contains %s" +#: msrle32.rc:27 +msgid "WINE-MS-RLE" +msgstr "WINE-MS-RLE" + +#: msrle32.rc:28 +msgid "Wine MS-RLE video codec" +msgstr "Wine MS-RLE video codec" + +#: msrle32.rc:29 +msgid "" +"Wine MS-RLE video codec\n" +"Copyright 2002 by Michael Guennewig" +msgstr "" +"Wine MS-RLE video codec\n" +"Copyright 2002 by Michael Günnewig" + #: clock.rc:28 msgid "&Properties" msgstr "&Properties" diff --git a/po/eo.po b/po/eo.po index 3f85f49d33f4782e71e88000a2f174758c131a49..9f9d01e28bedb8a8426c7f4279026e2cbf495f8b 100644 --- a/po/eo.po +++ b/po/eo.po @@ -1224,6 +1224,20 @@ msgstr "taýgeco el:" msgid "choose which folder contains %s" msgstr "elektu la dosierujo kiu enhavas %s" +#: msrle32.rc:27 +msgid "WINE-MS-RLE" +msgstr "" + +#: msrle32.rc:28 +msgid "Wine MS-RLE video codec" +msgstr "" + +#: msrle32.rc:29 +msgid "" +"Wine MS-RLE video codec\n" +"Copyright 2002 by Michael Guennewig" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "&Ecoj" diff --git a/po/es.po b/po/es.po index d4b363eb0a60056f42035a0e4b3483eefa395b21..540358e013261df8ab941f971d02582ba494addf 100644 --- a/po/es.po +++ b/po/es.po @@ -1239,6 +1239,22 @@ msgstr "caracterÃstica de:" msgid "choose which folder contains %s" msgstr "elija qué carpeta contiene %s" +#: msrle32.rc:27 +msgid "WINE-MS-RLE" +msgstr "WINE-MS-RLE" + +#: msrle32.rc:28 +msgid "Wine MS-RLE video codec" +msgstr "Codec de vÃdeo MS-RLE de Wine" + +#: msrle32.rc:29 +msgid "" +"Wine MS-RLE video codec\n" +"Copyright 2002 by Michael Guennewig" +msgstr "" +"Codec de vÃdeo MS-RLE de Wine\n" +"Copyright 2002 por Michael Günnewig" + #: clock.rc:28 msgid "&Properties" msgstr "&Propiedades" diff --git a/po/fi.po b/po/fi.po index 28bbd43f8eb4a30d03a1aa6ddb483e4bf9a22c7b..8667b5816de548d8413830506a846d81e33b3d3c 100644 --- a/po/fi.po +++ b/po/fi.po @@ -1224,6 +1224,20 @@ msgstr "Ominaisuus:" msgid "choose which folder contains %s" msgstr "Valitse kansio, jossa on %s" +#: msrle32.rc:27 +msgid "WINE-MS-RLE" +msgstr "" + +#: msrle32.rc:28 +msgid "Wine MS-RLE video codec" +msgstr "" + +#: msrle32.rc:29 +msgid "" +"Wine MS-RLE video codec\n" +"Copyright 2002 by Michael Guennewig" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "&Ominaisuudet" diff --git a/po/fr.po b/po/fr.po index 22614e978993fb9f5145e3d83c35852ec7dab478..de03e2d8d41b87b2ceda4a5d973822c6ba8bf77a 100644 --- a/po/fr.po +++ b/po/fr.po @@ -1229,6 +1229,22 @@ msgstr "fonctionnalité depuis :" msgid "choose which folder contains %s" msgstr "sélectionnez le dossier contenant %s" +#: msrle32.rc:27 +msgid "WINE-MS-RLE" +msgstr "WINE-MS-RLE" + +#: msrle32.rc:28 +msgid "Wine MS-RLE video codec" +msgstr "Wine : codec vidéo MS-RLE" + +#: msrle32.rc:29 +msgid "" +"Wine MS-RLE video codec\n" +"Copyright 2002 by Michael Guennewig" +msgstr "" +"Wine : codec vidéo MS-RLE\n" +"Copyright 2002 par Michael Günnewig" + #: clock.rc:28 msgid "&Properties" msgstr "&Propriétés" diff --git a/po/he.po b/po/he.po index f8704a49028c73ceea94c3af48faf7a5c9d52858..d72c39a602a4415f32d5a18c3052a87e46002548 100644 --- a/po/he.po +++ b/po/he.po @@ -1193,6 +1193,22 @@ msgstr "" msgid "choose which folder contains %s" msgstr "" +#: msrle32.rc:27 +msgid "WINE-MS-RLE" +msgstr "WINE-MS-RLE" + +#: msrle32.rc:28 +msgid "Wine MS-RLE video codec" +msgstr "מקודד הוויד×ו Wine MS-RLE" + +#: msrle32.rc:29 +msgid "" +"Wine MS-RLE video codec\n" +"Copyright 2002 by Michael Guennewig" +msgstr "" +"מקודד הוויד×ו Wine MS-RLE\n" +"הזכויות שמורות 2002 ל־Michael Günnewig" + #: clock.rc:28 msgid "&Properties" msgstr "&מ××¤×™×™× ×™×" diff --git a/po/hi.po b/po/hi.po index 3cc4ef40de7500a5e0e403493346a82e664cd096..4af4a9f87e3b4d0a9ee088c544497c679fe7b236 100644 --- a/po/hi.po +++ b/po/hi.po @@ -1193,6 +1193,20 @@ msgstr "" msgid "choose which folder contains %s" msgstr "" +#: msrle32.rc:27 +msgid "WINE-MS-RLE" +msgstr "" + +#: msrle32.rc:28 +msgid "Wine MS-RLE video codec" +msgstr "" + +#: msrle32.rc:29 +msgid "" +"Wine MS-RLE video codec\n" +"Copyright 2002 by Michael Guennewig" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "सूचना (&o)" diff --git a/po/hu.po b/po/hu.po index 6b28a5cb604ff85bdd87c9ed12fac416e600489b..6d57726e34cfd740a601d0ed33cc26c8c3bce8df 100644 --- a/po/hu.po +++ b/po/hu.po @@ -1231,6 +1231,22 @@ msgstr "tulajdonság innen:" msgid "choose which folder contains %s" msgstr "válassza ki, melyik mappa tartalmazza ezt: %s" +#: msrle32.rc:27 +msgid "WINE-MS-RLE" +msgstr "WINE-MS-RLE" + +#: msrle32.rc:28 +msgid "Wine MS-RLE video codec" +msgstr "Wine MS-RLE video kodek" + +#: msrle32.rc:29 +msgid "" +"Wine MS-RLE video codec\n" +"Copyright 2002 by Michael Guennewig" +msgstr "" +"Wine MS-RLE video kodek\n" +"Copyright 2002, Michael Günnewig" + #: clock.rc:28 msgid "&Properties" msgstr "&BeállÃtások" diff --git a/po/it.po b/po/it.po index 56f729edf0d967a0690eaefe1a2a6934eb82528e..d837ce7af23e1a409e3d8d53c372f833a3757558 100644 --- a/po/it.po +++ b/po/it.po @@ -1229,6 +1229,22 @@ msgstr "funzionalità da:" msgid "choose which folder contains %s" msgstr "selezionare la cartella che contiene %s" +#: msrle32.rc:27 +msgid "WINE-MS-RLE" +msgstr "WINE-MS-RLE" + +#: msrle32.rc:28 +msgid "Wine MS-RLE video codec" +msgstr "Codec video MS-RLE di Wine" + +#: msrle32.rc:29 +msgid "" +"Wine MS-RLE video codec\n" +"Copyright 2002 by Michael Guennewig" +msgstr "" +"Codec video MS-RLE di Wine\n" +"Copyright 2002 Michael Günnewig" + #: clock.rc:28 msgid "&Properties" msgstr "&Proprietà " diff --git a/po/ja.po b/po/ja.po index 6a0acb8b86e4afd59aeb410662a14bc33ec38218..cb808c66c852f0153032d3f1932e10277d2d1766 100644 --- a/po/ja.po +++ b/po/ja.po @@ -1199,6 +1199,22 @@ msgstr "" msgid "choose which folder contains %s" msgstr "" +#: msrle32.rc:27 +msgid "WINE-MS-RLE" +msgstr "WINE-MS-RLE" + +#: msrle32.rc:28 +msgid "Wine MS-RLE video codec" +msgstr "Wine MS-RLE ビデオコーデック" + +#: msrle32.rc:29 +msgid "" +"Wine MS-RLE video codec\n" +"Copyright 2002 by Michael Guennewig" +msgstr "" +"Wine MS-RLE ビデオコーデック\n" +"Copyright 2002 by Michael Günnewig" + #: clock.rc:28 msgid "&Properties" msgstr "プãƒãƒ‘ティ(&P)" diff --git a/po/ko.po b/po/ko.po index f73e3155a63e777a371809f6e61f8b194ea545bc..2692d59fb167ffcc85aec69f11f125542e742769 100644 --- a/po/ko.po +++ b/po/ko.po @@ -1226,6 +1226,22 @@ msgstr "부분(feature)ì—ì„œ:" msgid "choose which folder contains %s" msgstr " %s를 í¬í•¨í•˜ëŠ” í´ë” ì„ íƒ" +#: msrle32.rc:27 +msgid "WINE-MS-RLE" +msgstr "WINE-MS-RLE" + +#: msrle32.rc:28 +msgid "Wine MS-RLE video codec" +msgstr "Wine MS-RLE 비디오 ì½”ë±" + +#: msrle32.rc:29 +msgid "" +"Wine MS-RLE video codec\n" +"Copyright 2002 by Michael Guennewig" +msgstr "" +"Wine MS-RLE 비디오 ì½”ë±\n" +"Copyright 2002 by Michael Günnewig" + #: clock.rc:28 msgid "&Properties" msgstr "ë“±ë¡ ì •ë³´(&P)" diff --git a/po/lt.po b/po/lt.po index 38c6c1bbab499dca3cede042e591068dafa8fde5..13cb05e71f96d3a3777a7236098bd020c1a6d8ba 100644 --- a/po/lt.po +++ b/po/lt.po @@ -1227,6 +1227,22 @@ msgstr "komponentas iÅ¡:" msgid "choose which folder contains %s" msgstr "parinkite aplankÄ…, kuris turi %s" +#: msrle32.rc:27 +msgid "WINE-MS-RLE" +msgstr "WINE-MS-RLE" + +#: msrle32.rc:28 +msgid "Wine MS-RLE video codec" +msgstr "Wine MS-RLE vaizdo kodekas" + +#: msrle32.rc:29 +msgid "" +"Wine MS-RLE video codec\n" +"Copyright 2002 by Michael Guennewig" +msgstr "" +"Wine MS-RLE vaizdo kodekas\n" +"Autoriaus teisÄ—s Michael Günnewig, 2002" + #: clock.rc:28 msgid "&Properties" msgstr "&SavybÄ—s" diff --git a/po/ml.po b/po/ml.po index c113e430e98ab439b1b0e9d7286a265934297437..af83ffb84548f133b8f5487d26a50734a90eed7e 100644 --- a/po/ml.po +++ b/po/ml.po @@ -1193,6 +1193,20 @@ msgstr "" msgid "choose which folder contains %s" msgstr "" +#: msrle32.rc:27 +msgid "WINE-MS-RLE" +msgstr "" + +#: msrle32.rc:28 +msgid "Wine MS-RLE video codec" +msgstr "" + +#: msrle32.rc:29 +msgid "" +"Wine MS-RLE video codec\n" +"Copyright 2002 by Michael Guennewig" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "വി_വരം" diff --git a/po/nb_NO.po b/po/nb_NO.po index 2556f506b08114ea9a0b7f9852406ce1fffc0116..36007346b5aed24933d26d9a911b283b8faf47b2 100644 --- a/po/nb_NO.po +++ b/po/nb_NO.po @@ -1229,6 +1229,22 @@ msgstr "Egenskap fra::" msgid "choose which folder contains %s" msgstr "Velg katalogen som inneholder '%s'." +#: msrle32.rc:27 +msgid "WINE-MS-RLE" +msgstr "WINE-MS-RLE" + +#: msrle32.rc:28 +msgid "Wine MS-RLE video codec" +msgstr "Wine MS-RLE-videokodek" + +#: msrle32.rc:29 +msgid "" +"Wine MS-RLE video codec\n" +"Copyright 2002 by Michael Guennewig" +msgstr "" +"Wine MS-RLE-videokodek\n" +"Kopirett 2002 tilhører Michael Günnewig" + #: clock.rc:28 msgid "&Properties" msgstr "&Egenskaper" diff --git a/po/nl.po b/po/nl.po index 2f15fffbd626a348929659efbbbd4c0c042cf639..fc629b17abd119cbdd4642276d75ce9982fd2202 100644 --- a/po/nl.po +++ b/po/nl.po @@ -1229,6 +1229,22 @@ msgstr "Feature van:" msgid "choose which folder contains %s" msgstr "Kies de map die %s bevat" +#: msrle32.rc:27 +msgid "WINE-MS-RLE" +msgstr "WINE-MS-RLE" + +#: msrle32.rc:28 +msgid "Wine MS-RLE video codec" +msgstr "Wine MS-RLE videodecoder" + +#: msrle32.rc:29 +msgid "" +"Wine MS-RLE video codec\n" +"Copyright 2002 by Michael Guennewig" +msgstr "" +"Wine MS-RLE videodecoder\n" +"Copyright 2002 Michael Günnewig" + #: clock.rc:28 msgid "&Properties" msgstr "&Eigenschappen" diff --git a/po/or.po b/po/or.po index b38e16f1a20ace8a51af106c2a2c81a2852c15ac..efb453ec1d8e64856e8c8da9d4b5434de23d20ba 100644 --- a/po/or.po +++ b/po/or.po @@ -1193,6 +1193,20 @@ msgstr "" msgid "choose which folder contains %s" msgstr "" +#: msrle32.rc:27 +msgid "WINE-MS-RLE" +msgstr "" + +#: msrle32.rc:28 +msgid "Wine MS-RLE video codec" +msgstr "" + +#: msrle32.rc:29 +msgid "" +"Wine MS-RLE video codec\n" +"Copyright 2002 by Michael Guennewig" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "ସà‚ଚନା (&o)" diff --git a/po/pa.po b/po/pa.po index d75ef6a58d0a05ef2a2b801775ccb388ca9ca109..949fa160073dbfed768c0c863eb04e18137d03cf 100644 --- a/po/pa.po +++ b/po/pa.po @@ -1193,6 +1193,20 @@ msgstr "" msgid "choose which folder contains %s" msgstr "" +#: msrle32.rc:27 +msgid "WINE-MS-RLE" +msgstr "" + +#: msrle32.rc:28 +msgid "Wine MS-RLE video codec" +msgstr "" + +#: msrle32.rc:29 +msgid "" +"Wine MS-RLE video codec\n" +"Copyright 2002 by Michael Guennewig" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "ਜਾਣਕਾਰੀ(&o)" diff --git a/po/pl.po b/po/pl.po index a6f9cb62946ad500ee7d0326ac1d0b53d5923030..7868e72e4d35f9c4aec1cfb41818881dee2eb8e8 100644 --- a/po/pl.po +++ b/po/pl.po @@ -1229,6 +1229,22 @@ msgstr "funkcja z:" msgid "choose which folder contains %s" msgstr "wybierz folder zawierajÄ…cy '%s'" +#: msrle32.rc:27 +msgid "WINE-MS-RLE" +msgstr "WINE-MS-RLE" + +#: msrle32.rc:28 +msgid "Wine MS-RLE video codec" +msgstr "Kodek Wine MS-RLE" + +#: msrle32.rc:29 +msgid "" +"Wine MS-RLE video codec\n" +"Copyright 2002 by Michael Guennewig" +msgstr "" +"Koder-dekoder Wine MS-RLE\n" +"Copyright 2002 - Michael Günnewig" + #: clock.rc:28 msgid "&Properties" msgstr "&Ustawienia" diff --git a/po/pt_BR.po b/po/pt_BR.po index c7164e1e2a593f5a05bd8e228c4f9dcf3f0bedc4..f2394ae20bbcd396b628f317dc570dcf003b4f4c 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -1229,6 +1229,22 @@ msgstr "origem da caracterÃstica:" msgid "choose which folder contains %s" msgstr "escolha a pasta que contém %s" +#: msrle32.rc:27 +msgid "WINE-MS-RLE" +msgstr "WINE-MS-RLE" + +#: msrle32.rc:28 +msgid "Wine MS-RLE video codec" +msgstr "Wine MS-RLE codificador/decodificador de vÃdeo" + +#: msrle32.rc:29 +msgid "" +"Wine MS-RLE video codec\n" +"Copyright 2002 by Michael Guennewig" +msgstr "" +"Wine MS-RLE codificador/decodificador de vÃdeo\n" +"Copyright 2002 por Michael Günnewig" + #: clock.rc:28 msgid "&Properties" msgstr "&Propriedades" diff --git a/po/pt_PT.po b/po/pt_PT.po index 9fc4416e1f2e7562d94d52c40774514d9a27d913..fb0949aa9c81eb8d006f2334879cd3de97c31cec 100644 --- a/po/pt_PT.po +++ b/po/pt_PT.po @@ -1229,6 +1229,22 @@ msgstr "opção de:" msgid "choose which folder contains %s" msgstr "indique que pasta contém %s" +#: msrle32.rc:27 +msgid "WINE-MS-RLE" +msgstr "WINE-MS-RLE" + +#: msrle32.rc:28 +msgid "Wine MS-RLE video codec" +msgstr "Wine MS-RLE codificador/decodificador de vÃdeo" + +#: msrle32.rc:29 +msgid "" +"Wine MS-RLE video codec\n" +"Copyright 2002 by Michael Guennewig" +msgstr "" +"Wine MS-RLE codificador/decodificador de vÃdeo\n" +"Direitos de autor 2002 por Michael Günnewig" + #: clock.rc:28 msgid "&Properties" msgstr "&Propriedades" diff --git a/po/ro.po b/po/ro.po index e5c77861852bf665295312df598c7193fdc5131d..46c6b6779c24ef69e32c21e06480b4c334ebb052 100644 --- a/po/ro.po +++ b/po/ro.po @@ -1230,6 +1230,22 @@ msgstr "caracteristică de la:" msgid "choose which folder contains %s" msgstr "selectaÈ›i fiÈ™ierul care conÈ›ine %s" +#: msrle32.rc:27 +msgid "WINE-MS-RLE" +msgstr "WINE-MS-RLE" + +#: msrle32.rc:28 +msgid "Wine MS-RLE video codec" +msgstr "Codecul video Wine MS-RLE" + +#: msrle32.rc:29 +msgid "" +"Wine MS-RLE video codec\n" +"Copyright 2002 by Michael Guennewig" +msgstr "" +"Codecul video Wine MS-RLE\n" +"Copyright 2002 by Michael Günnewig" + #: clock.rc:28 msgid "&Properties" msgstr "&Proprietăți" diff --git a/po/ru.po b/po/ru.po index b88aa7b6e2041cb55b86ba7dd36c9cd15829959b..f9bc2c5599ade18aec870dd311524c8ccdc3286b 100644 --- a/po/ru.po +++ b/po/ru.po @@ -1234,6 +1234,22 @@ msgstr "возможноÑÑ‚ÑŒ из:" msgid "choose which folder contains %s" msgstr "выберите каталог, Ñодержащий %s" +#: msrle32.rc:27 +msgid "WINE-MS-RLE" +msgstr "WINE-MS-RLE" + +#: msrle32.rc:28 +msgid "Wine MS-RLE video codec" +msgstr "Видео кодек Wine MS-RLE" + +#: msrle32.rc:29 +msgid "" +"Wine MS-RLE video codec\n" +"Copyright 2002 by Michael Guennewig" +msgstr "" +"Видео кодек Wine MS-RLE\n" +"Copyright 2002 by Michael Günnewig" + #: clock.rc:28 msgid "&Properties" msgstr "&СвойÑтва" diff --git a/po/sk.po b/po/sk.po index 4fd65e7ed39fce25f8ef8d61c0f5598d7aa1eee9..1e0b7b4691859bacc797fc11a83361709471b52e 100644 --- a/po/sk.po +++ b/po/sk.po @@ -1193,6 +1193,20 @@ msgstr "" msgid "choose which folder contains %s" msgstr "" +#: msrle32.rc:27 +msgid "WINE-MS-RLE" +msgstr "" + +#: msrle32.rc:28 +msgid "Wine MS-RLE video codec" +msgstr "" + +#: msrle32.rc:29 +msgid "" +"Wine MS-RLE video codec\n" +"Copyright 2002 by Michael Guennewig" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "&Vlastnosti" diff --git a/po/sl.po b/po/sl.po index 715635d0da59149f426f9c2d49a5d7d74437030e..874f6d53af4918acec5eb243a76fc36cd55f743e 100644 --- a/po/sl.po +++ b/po/sl.po @@ -1239,6 +1239,22 @@ msgstr "funkcija z:" msgid "choose which folder contains %s" msgstr "izberite mapo, ki vsebuje %s" +#: msrle32.rc:27 +msgid "WINE-MS-RLE" +msgstr "WINE-MS-RLE" + +#: msrle32.rc:28 +msgid "Wine MS-RLE video codec" +msgstr "Wine MS-RLE video kodek" + +#: msrle32.rc:29 +msgid "" +"Wine MS-RLE video codec\n" +"Copyright 2002 by Michael Guennewig" +msgstr "" +"Wine MS-RLE video kodek\n" +"Copyright 2002 by Michael Günnewig" + #: clock.rc:28 msgid "&Properties" msgstr "&Lastnosti" diff --git a/po/sr_Latn_SP.po b/po/sr_Latn_SP.po index 3fdd1dc4667a7c9de8de8425499f992929f6f482..e774416495a7a704571dd78221a64d19d5bec9db 100644 --- a/po/sr_Latn_SP.po +++ b/po/sr_Latn_SP.po @@ -1227,6 +1227,22 @@ msgstr "mogućnost od:" msgid "choose which folder contains %s" msgstr "izaberite koja fascikla sadrži %s" +#: msrle32.rc:27 +msgid "WINE-MS-RLE" +msgstr "WINE-MS-RLE" + +#: msrle32.rc:28 +msgid "Wine MS-RLE video codec" +msgstr "Wine MS-RLE video kodek" + +#: msrle32.rc:29 +msgid "" +"Wine MS-RLE video codec\n" +"Copyright 2002 by Michael Guennewig" +msgstr "" +"Wine MS-RLE video kodek\n" +"Copyright ©2002 by Michael Günnewig" + #: clock.rc:28 msgid "&Properties" msgstr "&Svojstva" diff --git a/po/sr_SP.po b/po/sr_SP.po index 90df6d2c176bdabb34cb956f63583e4d53442155..b42425d7277a0011b4fe1a6d8c393eab998dbade 100644 --- a/po/sr_SP.po +++ b/po/sr_SP.po @@ -1227,6 +1227,22 @@ msgstr "могућноÑÑ‚ од:" msgid "choose which folder contains %s" msgstr "изаберите која фаÑцикла Ñадржи %s" +#: msrle32.rc:27 +msgid "WINE-MS-RLE" +msgstr "WINE-MS-RLE" + +#: msrle32.rc:28 +msgid "Wine MS-RLE video codec" +msgstr "Wine MS-RLE видео кодек" + +#: msrle32.rc:29 +msgid "" +"Wine MS-RLE video codec\n" +"Copyright 2002 by Michael Guennewig" +msgstr "" +"Wine MS-RLE видео кодек\n" +"Copyright ©2002 by Michael Günnewig" + #: clock.rc:28 msgid "&Properties" msgstr "&СвојÑтва" diff --git a/po/sv.po b/po/sv.po index a03c5e15ff2dadff78a71dae7da32bbbbfed8ba4..e80a92b72cf60924a0a333fc70159dfeba7c2945 100644 --- a/po/sv.po +++ b/po/sv.po @@ -1229,6 +1229,22 @@ msgstr "funktion frÃ¥n:" msgid "choose which folder contains %s" msgstr "välj den mapp som innehÃ¥ller %s" +#: msrle32.rc:27 +msgid "WINE-MS-RLE" +msgstr "WINE-MS-RLE" + +#: msrle32.rc:28 +msgid "Wine MS-RLE video codec" +msgstr "Wine MS-RLE videokodek" + +#: msrle32.rc:29 +msgid "" +"Wine MS-RLE video codec\n" +"Copyright 2002 by Michael Guennewig" +msgstr "" +"Wine MS-RLE videokodek\n" +"Copyright 2002 Michael Günnewig" + #: clock.rc:28 msgid "&Properties" msgstr "&Egenskaper" diff --git a/po/te.po b/po/te.po index 3073197d3f69cdae82899fcf4e71b592e5463985..a7aa98fab00b47a18deb438800e79b061d6bace2 100644 --- a/po/te.po +++ b/po/te.po @@ -1193,6 +1193,20 @@ msgstr "" msgid "choose which folder contains %s" msgstr "" +#: msrle32.rc:27 +msgid "WINE-MS-RLE" +msgstr "" + +#: msrle32.rc:28 +msgid "Wine MS-RLE video codec" +msgstr "" + +#: msrle32.rc:29 +msgid "" +"Wine MS-RLE video codec\n" +"Copyright 2002 by Michael Guennewig" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "సమాచారమౠ(&o)" diff --git a/po/th.po b/po/th.po index 7ed89390baf8e9337b0c7e534ac16b9023589f7c..fabc59183e04a1370317e419190e918b2aa0821b 100644 --- a/po/th.po +++ b/po/th.po @@ -1193,6 +1193,20 @@ msgstr "" msgid "choose which folder contains %s" msgstr "" +#: msrle32.rc:27 +msgid "WINE-MS-RLE" +msgstr "" + +#: msrle32.rc:28 +msgid "Wine MS-RLE video codec" +msgstr "" + +#: msrle32.rc:29 +msgid "" +"Wine MS-RLE video codec\n" +"Copyright 2002 by Michael Guennewig" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "ปรับà¹à¸•à¹ˆà¸‡à¸™à¸²à¸¬à¸´à¸à¸²" diff --git a/po/tr.po b/po/tr.po index e5418bbebdee0ba00a9ea8b3f351c12cb8b7d005..377c9b93637b2f677f5289b18bc48603a1d484ee 100644 --- a/po/tr.po +++ b/po/tr.po @@ -1236,6 +1236,22 @@ msgstr "özellik buradan:" msgid "choose which folder contains %s" msgstr "%s öğesini içeren dizini seçin" +#: msrle32.rc:27 +msgid "WINE-MS-RLE" +msgstr "WINE-MS-RLE" + +#: msrle32.rc:28 +msgid "Wine MS-RLE video codec" +msgstr "Wine MS-RLE vidyo çözücü" + +#: msrle32.rc:29 +msgid "" +"Wine MS-RLE video codec\n" +"Copyright 2002 by Michael Guennewig" +msgstr "" +"Wine MS-RLE vidyo çözücü\n" +"Telif Hakkı 2002 Michael Günnewig" + #: clock.rc:28 msgid "&Properties" msgstr "&Özellikler" diff --git a/po/uk.po b/po/uk.po index 5236be8a88aa472f81812090dce4a96e084c6441..d850733a3e1ba6b17d06a3886ef1d6f31759863e 100644 --- a/po/uk.po +++ b/po/uk.po @@ -1227,6 +1227,22 @@ msgstr "можливіÑÑ‚ÑŒ з:" msgid "choose which folder contains %s" msgstr "виберіть папку, що міÑтить %s" +#: msrle32.rc:27 +msgid "WINE-MS-RLE" +msgstr "WINE-MS-RLE" + +#: msrle32.rc:28 +msgid "Wine MS-RLE video codec" +msgstr "Відео кодек Wine MS-RLE" + +#: msrle32.rc:29 +msgid "" +"Wine MS-RLE video codec\n" +"Copyright 2002 by Michael Guennewig" +msgstr "" +"Відео кодек Wine MS-RLE\n" +"Copyright 2002 by Michael Günnewig" + #: clock.rc:28 msgid "&Properties" msgstr "&ВлаÑтивоÑÑ‚Ñ–" diff --git a/po/wa.po b/po/wa.po index 37cd08d617e889fb6f6dc0666be038829d607c07..6b78c0dbec461f2177bd387b9c5d14ebfc4b121c 100644 --- a/po/wa.po +++ b/po/wa.po @@ -1193,6 +1193,20 @@ msgstr "" msgid "choose which folder contains %s" msgstr "" +#: msrle32.rc:27 +msgid "WINE-MS-RLE" +msgstr "" + +#: msrle32.rc:28 +msgid "Wine MS-RLE video codec" +msgstr "" + +#: msrle32.rc:29 +msgid "" +"Wine MS-RLE video codec\n" +"Copyright 2002 by Michael Guennewig" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "&Propietés" diff --git a/po/wine.pot b/po/wine.pot index 11cb0e44b90f28baa64ca03e22818f06c27698e2..68bafdb7e073cec7d317f36c42ebeb9e8770ee91 100644 --- a/po/wine.pot +++ b/po/wine.pot @@ -1189,6 +1189,20 @@ msgstr "" msgid "choose which folder contains %s" msgstr "" +#: msrle32.rc:27 +msgid "WINE-MS-RLE" +msgstr "" + +#: msrle32.rc:28 +msgid "Wine MS-RLE video codec" +msgstr "" + +#: msrle32.rc:29 +msgid "" +"Wine MS-RLE video codec\n" +"Copyright 2002 by Michael Guennewig" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "" diff --git a/po/zh_CN.po b/po/zh_CN.po index 66103392628e3c2e8302a74f06787d7a48bf2382..8d297214d76e8478fe5501d7917598b13afda91e 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -1222,6 +1222,20 @@ msgstr "功能æ¥è‡ª:" msgid "choose which folder contains %s" msgstr "é€‰æ‹©åŒ…å« %s 的文件夹" +#: msrle32.rc:27 +msgid "WINE-MS-RLE" +msgstr "" + +#: msrle32.rc:28 +msgid "Wine MS-RLE video codec" +msgstr "" + +#: msrle32.rc:29 +msgid "" +"Wine MS-RLE video codec\n" +"Copyright 2002 by Michael Guennewig" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "属性(&P)" diff --git a/po/zh_TW.po b/po/zh_TW.po index 226db79af4197f7648d68c43c31b83a98dfaab8b..1a1df8da39b2398f12370afbd9dbf79d22b159bc 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -1222,6 +1222,20 @@ msgstr "功能來自:" msgid "choose which folder contains %s" msgstr "é¸æ“‡åŒ…å« %s 的檔案夾" +#: msrle32.rc:27 +msgid "WINE-MS-RLE" +msgstr "" + +#: msrle32.rc:28 +msgid "Wine MS-RLE video codec" +msgstr "" + +#: msrle32.rc:29 +msgid "" +"Wine MS-RLE video codec\n" +"Copyright 2002 by Michael Guennewig" +msgstr "" + #: clock.rc:28 msgid "&Properties" msgstr "屬性(&P)"