msrle32: Convert translations to po files.

oldstable
Alexandre Julliard 2011-01-06 16:36:14 +01:00
parent 214ca2c01c
commit ad5605b553
69 changed files with 631 additions and 811 deletions

2
configure vendored
View File

@ -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

View File

@ -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)

View File

@ -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@

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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 ""

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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 ""

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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 "&מאפיינים"

View File

@ -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)"

View File

@ -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"

View File

@ -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à"

View File

@ -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)"

View File

@ -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)"

View File

@ -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"

View File

@ -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 "വി_വര"

View File

@ -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"

View File

@ -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"

View File

@ -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)"

View File

@ -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)"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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 "&Свойства"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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 "&Својства"

View File

@ -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"

View File

@ -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)"

View File

@ -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 "ปรับแต่งนาฬิกา"

View File

@ -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"

View File

@ -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 "&Властивості"

View File

@ -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"

View File

@ -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 ""

View File

@ -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)"

View File

@ -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)"