Commit 000bb245 authored by Alexandre Julliard's avatar Alexandre Julliard

oleaut32: Convert translations to po files.

parent 958ecd63
......@@ -15117,7 +15117,7 @@ wine_fn_config_dll ole32 enable_ole32 implib
wine_fn_config_test dlls/ole32/tests ole32_test
wine_fn_config_dll oleacc enable_oleacc implib
wine_fn_config_test dlls/oleacc/tests oleacc_test
wine_fn_config_dll oleaut32 enable_oleaut32 implib
wine_fn_config_dll oleaut32 enable_oleaut32 po,implib
wine_fn_config_test dlls/oleaut32/tests oleaut32_test
wine_fn_config_dll olecli.dll16 enable_win16
wine_fn_config_dll olecli32 enable_olecli32 implib
......
......@@ -2646,7 +2646,7 @@ WINE_CONFIG_DLL(ole32,,[implib])
WINE_CONFIG_TEST(dlls/ole32/tests)
WINE_CONFIG_DLL(oleacc,,[implib])
WINE_CONFIG_TEST(dlls/oleacc/tests)
WINE_CONFIG_DLL(oleaut32,,[implib])
WINE_CONFIG_DLL(oleaut32,,[po,implib])
WINE_CONFIG_TEST(dlls/oleaut32/tests)
WINE_CONFIG_DLL(olecli.dll16,enable_win16)
WINE_CONFIG_DLL(olecli32,,[implib])
......
......@@ -24,35 +24,8 @@ C_SRCS = \
variant.c \
vartype.c
RC_SRCS = \
oleaut32_Bg.rc \
oleaut32_Cy.rc \
oleaut32_Cz.rc \
oleaut32_Da.rc \
oleaut32_De.rc \
oleaut32_El.rc \
oleaut32_En.rc \
oleaut32_Eo.rc \
oleaut32_Es.rc \
oleaut32_Fr.rc \
oleaut32_Hu.rc \
oleaut32_It.rc \
oleaut32_Ko.rc \
oleaut32_Lt.rc \
oleaut32_Nl.rc \
oleaut32_No.rc \
oleaut32_Pl.rc \
oleaut32_Pt.rc \
oleaut32_Ro.rc \
oleaut32_Ru.rc \
oleaut32_Si.rc \
oleaut32_Sr.rc \
oleaut32_Sv.rc \
oleaut32_Th.rc \
oleaut32_Tr.rc \
oleaut32_Uk.rc \
oleaut32_Zh.rc \
rsrc.rc
RC_SRCS = oleaut32.rc
PO_SRCS = oleaut32.rc
IDL_P_SRCS = \
oleaut32_oaidl.idl \
......
/*
* English resources for oleaut32
* Resources for oleaut32
*
* Copyright 2003 Jon Griffiths
*
......@@ -31,3 +31,16 @@ STRINGTABLE
IDS_ON "On"
IDS_OFF "Off"
}
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
/* @makedep: oleaut32.rgs */
1 WINE_REGISTRY oleaut32.rgs
#define WINE_FILEDESCRIPTION_STR "Wine OLE dll"
#define WINE_FILENAME_STR "oleaut32.dll"
#define WINE_FILEVERSION 6, 0, 6001, 18000 /* version from Vista SP1 */
#define WINE_FILEVERSION_STR "6.0.6001.18000"
#define WINE_EXTRAVALUES VALUE "OLESelfRegister",""
#include "wine/wine_common_ver.rc"
/*
* Bulgarian resources for oleaut32
*
* 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 "resource.h"
LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT
STRINGTABLE
{
IDS_TRUE "Èñòèíà"
IDS_FALSE "Ëúæà"
IDS_YES "Äà"
IDS_NO "Íå"
IDS_ON "Âêëþ÷åíî"
IDS_OFF "Èçêëþ÷åíî"
}
/*
* 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 "resource.h"
LANGUAGE LANG_WELSH, SUBLANG_DEFAULT
STRINGTABLE
{
IDS_TRUE "Gwir"
IDS_FALSE "Ffug"
IDS_YES "Ydw"
IDS_NO "Dim"
IDS_ON "Ar"
IDS_OFF "Off"
}
/*
* Czech resources for oleaut32
*
* Copyright 2003 Jon Griffiths
*
* 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 "resource.h"
LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
STRINGTABLE
{
IDS_TRUE "Pravda"
IDS_FALSE "Nepravda"
IDS_YES "Ano"
IDS_NO "Ne"
IDS_ON "Zapnuto"
IDS_OFF "Vypnuto"
}
/*
* Danish resources for oleaut32
*
* Copyright 2003 Jon Griffiths
*
* 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 "resource.h"
LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
STRINGTABLE
{
IDS_TRUE "Sand"
IDS_FALSE "Falsk"
IDS_YES "Ja"
IDS_NO "Nej"
IDS_ON "Til"
IDS_OFF "Fra"
}
/*
* German resources for oleaut32
*
* Copyright 2003 Jon Griffiths
*
* 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 "resource.h"
#pragma code_page(65001)
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
STRINGTABLE
{
IDS_TRUE "Wahr"
IDS_FALSE "Falsch"
IDS_YES "Ja"
IDS_NO "Nein"
IDS_ON "Ein"
IDS_OFF "Aus"
}
/*
* Greek resources for oleaut32
*
* Copyright 200 Apostolos Alexiadis
*
* 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 "resource.h"
LANGUAGE LANG_GREEK, SUBLANG_DEFAULT
STRINGTABLE
{
IDS_TRUE "ÁëçèÝò"
IDS_FALSE "ØåõäÝò"
IDS_YES "Íáé"
IDS_NO "ü÷é"
IDS_ON "Åíåñãü"
IDS_OFF "Áíåíåñãü"
}
/*
* Oleaut32 - Esperanto Language Support
*
* Copyright 2006 Antonio Codazzi
*
* 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 "resource.h"
LANGUAGE LANG_ESPERANTO, SUBLANG_DEFAULT
STRINGTABLE
{
IDS_TRUE "Vere"
IDS_FALSE "False"
IDS_YES "Jes"
IDS_NO "Ne"
IDS_ON "Kondukta"
IDS_OFF "Elkluda"
}
/*
* Spanish resources for oleaut32
*
* Copyright 2003 Jon Griffiths
*
* 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 "resource.h"
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
STRINGTABLE
{
IDS_TRUE "Verdadero"
IDS_FALSE "Falso"
IDS_YES "Sí"
IDS_NO "No"
IDS_ON "Activado"
IDS_OFF "Desactivado"
}
/*
* French resources for oleaut32
*
* Copyright 2003 Jon Griffiths
*
* 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 "resource.h"
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
STRINGTABLE
{
IDS_TRUE "Vrai"
IDS_FALSE "Faux"
IDS_YES "Oui"
IDS_NO "Non"
IDS_ON "Actif"
IDS_OFF "Inactif"
}
/*
* Hungarian resources for oleaut32
*
* Copyright 2003 Jon Griffiths
*
* 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 "resource.h"
LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
STRINGTABLE
{
IDS_TRUE "Igaz"
IDS_FALSE "Hamis"
IDS_YES "Igen"
IDS_NO "Nem"
IDS_ON "Be"
IDS_OFF "Ki"
}
/*
* Italian resources for oleaut32
*
* Copyright 2003 Jon Griffiths
*
* 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 "resource.h"
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
STRINGTABLE
{
IDS_TRUE "Vero"
IDS_FALSE "Falso"
IDS_YES "Sì"
IDS_NO "No"
IDS_ON "On"
IDS_OFF "Off"
}
/*
* Korean resources for oleaut32
*
* 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 "resource.h"
#pragma code_page(65001)
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
STRINGTABLE
{
IDS_TRUE "진실"
IDS_FALSE "거짓"
IDS_YES "예"
IDS_NO "아니오"
IDS_ON "작동"
IDS_OFF "비작동"
}
/*
* Lithuanian resources for oleaut32
*
* 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 "resource.h"
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL
STRINGTABLE
{
IDS_TRUE "Tiesa"
IDS_FALSE "Netiesa"
IDS_YES "Taip"
IDS_NO "Ne"
IDS_ON "Įjungta"
IDS_OFF "Išjungta"
}
/*
* Dutch resources for oleaut32
*
* Copyright 2003 Jon Griffiths
*
* 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 "resource.h"
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
STRINGTABLE
{
IDS_TRUE "Waar"
IDS_FALSE "Onwaar"
IDS_YES "Ja"
IDS_NO "Nee"
IDS_ON "Aan"
IDS_OFF "Uit"
}
/*
* Norwegian resources for oleaut32
*
* Copyright 2003 Jon Griffiths
*
* 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 "resource.h"
#pragma code_page(65001)
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
STRINGTABLE
{
IDS_TRUE "Sann"
IDS_FALSE "Usann"
IDS_YES "Ja"
IDS_NO "Nei"
IDS_ON "På"
IDS_OFF "Av"
}
/*
* Polish resources for oleaut32
*
* Copyright 2003 Jon Griffiths
* Copyright 2004 Jacek Caban
*
* 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 "resource.h"
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
STRINGTABLE
{
IDS_TRUE "Prawda"
IDS_FALSE "Fa³sz"
IDS_YES "Tak"
IDS_NO "Nie"
IDS_ON "W³¹czone"
IDS_OFF "Wy³¹czone"
}
/*
* Portuguese resources for oleaut32
*
* Copyright 2003 Marcelo Duarte
*
* 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 "resource.h"
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
STRINGTABLE
{
IDS_TRUE "Verdadeiro"
IDS_FALSE "Falso"
IDS_YES "Sim"
IDS_NO "Não"
IDS_ON "Ligado"
IDS_OFF "Desligado"
}
/*
* Copyright 2003 Jon Griffiths
* 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 "resource.h"
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
#pragma code_page(65001)
STRINGTABLE
{
IDS_TRUE "Adevărat"
IDS_FALSE "Fals"
IDS_YES "Da"
IDS_NO "Nu"
IDS_ON "Activat"
IDS_OFF "Dezactivat"
}
/*
* Russian resources for oleaut32
*
* Copyright 2004 Dmitry Timoshkov
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
STRINGTABLE
{
IDS_TRUE "Правда"
IDS_FALSE "Ложь"
IDS_YES "Да"
IDS_NO "Нет"
IDS_ON "Включено"
IDS_OFF "Выключено"
}
/*
* Slovenian resources for oleaut32
*
* Copyright 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 "resource.h"
#pragma code_page(65001)
LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
STRINGTABLE
{
IDS_TRUE "Da"
IDS_FALSE "Ne"
IDS_YES "Da"
IDS_NO "Ne"
IDS_ON "Vključeno"
IDS_OFF "Izključeno"
}
/*
* Serbian resources for oleaut32
*
* Copyright 2003 Jon Griffiths
* 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 "resource.h"
#pragma code_page(65001)
LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_CYRILLIC
STRINGTABLE
{
IDS_TRUE "Тачно"
IDS_FALSE "Нетачно"
IDS_YES "Да"
IDS_NO "Не"
IDS_ON "Укључено"
IDS_OFF "Искључено"
}
LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN
STRINGTABLE
{
IDS_TRUE "Tačno"
IDS_FALSE "Netačno"
IDS_YES "Da"
IDS_NO "Ne"
IDS_ON "Uključeno"
IDS_OFF "Isključeno"
}
/*
* Swedish resources for oleaut32
*
* Copyright 2003 Jon Griffiths
*
* 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 "resource.h"
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
STRINGTABLE
{
IDS_TRUE "Sant"
IDS_FALSE "Falskt"
IDS_YES "Ja"
IDS_NO "Nej"
IDS_ON "På"
IDS_OFF "Av"
}
/*
* Thai resources for oleaut32
*
* Copyright 2003 Jon Griffiths
*
* 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 "resource.h"
LANGUAGE LANG_THAI, SUBLANG_DEFAULT
STRINGTABLE
{
IDS_TRUE "¨ÃÔ§"
IDS_FALSE "äÁè¨ÃÔ§"
IDS_YES "ãªè"
IDS_NO "äÁèãªè"
IDS_ON "à»Ô´"
IDS_OFF "»Ô´"
}
/*
* Turkish resources for oleaut32
*
* 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 "resource.h"
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
STRINGTABLE
{
IDS_TRUE "Doðru"
IDS_FALSE "Yanlýþ"
IDS_YES "Evet"
IDS_NO "Hayýr"
IDS_ON "Açýk"
IDS_OFF "Kapalý"
}
/*
* Ukrainian resources for oleaut32
*
* Copyright 2003 Jon Griffiths
*
* Copyright 2007 Artem Reznikov
*
* 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 "resource.h"
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
STRINGTABLE
{
IDS_TRUE "Істина"
IDS_FALSE "Неправда"
IDS_YES "Так"
IDS_NO "Ні"
IDS_ON "Ввімкнено"
IDS_OFF "Вимкнено"
}
/*
* oleaut32 (Simplified and Traditional Chinese Resources)
*
* Copyright 2008 Hongbo Ni <hongbo.at.njstar.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 "resource.h"
/* Chinese text is encoded in UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
STRINGTABLE
{
IDS_TRUE "真"
IDS_FALSE "假"
IDS_YES "是"
IDS_NO "否"
IDS_ON "开"
IDS_OFF "关"
}
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
STRINGTABLE
{
IDS_TRUE "真"
IDS_FALSE "假"
IDS_YES "是"
IDS_NO "否"
IDS_ON "開"
IDS_OFF "關"
}
/*
* Copyright 2001 Dmitry Timoshkov
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
/* @makedep: oleaut32.rgs */
1 WINE_REGISTRY oleaut32.rgs
#define WINE_FILEDESCRIPTION_STR "Wine OLE dll"
#define WINE_FILENAME_STR "oleaut32.dll"
#define WINE_FILEVERSION 6, 0, 6001, 18000 /* version from Vista SP1 */
#define WINE_FILEVERSION_STR "6.0.6001.18000"
#define WINE_EXTRAVALUES VALUE "OLESelfRegister",""
#include "wine/wine_common_ver.rc"
......@@ -759,13 +759,13 @@ msgstr ""
msgid "Meets Criteria="
msgstr ""
#: crypt32.rc:222 ipconfig.rc:44
#: crypt32.rc:222 oleaut32.rc:29 ipconfig.rc:44
msgid "Yes"
msgstr ""
msgstr "Да"
#: crypt32.rc:223 ipconfig.rc:45
#: crypt32.rc:223 oleaut32.rc:30 ipconfig.rc:45
msgid "No"
msgstr ""
msgstr "Не"
#: crypt32.rc:224
msgid "Digital Signature"
......@@ -1246,6 +1246,22 @@ msgstr ""
msgid "Wine Video 1 video codec"
msgstr "Wine MS-RLE видео кодек"
#: oleaut32.rc:27
msgid "True"
msgstr "Истина"
#: oleaut32.rc:28
msgid "False"
msgstr "Лъжа"
#: oleaut32.rc:31
msgid "On"
msgstr "Включено"
#: oleaut32.rc:32
msgid "Off"
msgstr "Изключено"
#: clock.rc:28
msgid "&Properties"
msgstr ""
......
......@@ -773,13 +773,13 @@ msgstr ""
msgid "Meets Criteria="
msgstr ""
#: crypt32.rc:222 ipconfig.rc:44
#: crypt32.rc:222 oleaut32.rc:29 ipconfig.rc:44
msgid "Yes"
msgstr ""
msgstr "Ano"
#: crypt32.rc:223 ipconfig.rc:45
#: crypt32.rc:223 oleaut32.rc:30 ipconfig.rc:45
msgid "No"
msgstr ""
msgstr "Ne"
#: crypt32.rc:224
msgid "Digital Signature"
......@@ -1231,6 +1231,22 @@ msgstr ""
msgid "Wine Video 1 video codec"
msgstr "Wine MS-RLE video kodek"
#: oleaut32.rc:27
msgid "True"
msgstr "Pravda"
#: oleaut32.rc:28
msgid "False"
msgstr "Nepravda"
#: oleaut32.rc:31
msgid "On"
msgstr "Zapnuto"
#: oleaut32.rc:32
msgid "Off"
msgstr "Vypnuto"
#: clock.rc:28
msgid "&Properties"
msgstr "&Vlastnosti"
......
......@@ -773,13 +773,13 @@ msgstr ""
msgid "Meets Criteria="
msgstr ""
#: crypt32.rc:222 ipconfig.rc:44
#: crypt32.rc:222 oleaut32.rc:29 ipconfig.rc:44
msgid "Yes"
msgstr ""
msgstr "Ja"
#: crypt32.rc:223 ipconfig.rc:45
#: crypt32.rc:223 oleaut32.rc:30 ipconfig.rc:45
msgid "No"
msgstr ""
msgstr "Nej"
#: crypt32.rc:224
msgid "Digital Signature"
......@@ -1262,6 +1262,22 @@ msgstr "MS-CRAM"
msgid "Wine Video 1 video codec"
msgstr "Wine Video 1 videokodeks"
#: oleaut32.rc:27
msgid "True"
msgstr "Sand"
#: oleaut32.rc:28
msgid "False"
msgstr "Falsk"
#: oleaut32.rc:31
msgid "On"
msgstr "Til"
#: oleaut32.rc:32
msgid "Off"
msgstr "Fra"
#: clock.rc:28
msgid "&Properties"
msgstr "&Instillinger"
......
......@@ -761,11 +761,11 @@ msgstr "Nicht vorhanden"
msgid "Meets Criteria="
msgstr "Kriterien erfüllt="
#: crypt32.rc:222 ipconfig.rc:44
#: crypt32.rc:222 oleaut32.rc:29 ipconfig.rc:44
msgid "Yes"
msgstr "Ja"
#: crypt32.rc:223 ipconfig.rc:45
#: crypt32.rc:223 oleaut32.rc:30 ipconfig.rc:45
msgid "No"
msgstr "Nein"
......@@ -1253,6 +1253,22 @@ msgstr "MS-CRAM"
msgid "Wine Video 1 video codec"
msgstr "Wine Video 1 Video Codec"
#: oleaut32.rc:27
msgid "True"
msgstr "Wahr"
#: oleaut32.rc:28
msgid "False"
msgstr "Falsch"
#: oleaut32.rc:31
msgid "On"
msgstr "Ein"
#: oleaut32.rc:32
msgid "Off"
msgstr "Aus"
#: clock.rc:28
msgid "&Properties"
msgstr "&Einstellungen"
......
......@@ -761,13 +761,13 @@ msgstr ""
msgid "Meets Criteria="
msgstr ""
#: crypt32.rc:222 ipconfig.rc:44
#: crypt32.rc:222 oleaut32.rc:29 ipconfig.rc:44
msgid "Yes"
msgstr ""
msgstr "Ναι"
#: crypt32.rc:223 ipconfig.rc:45
#: crypt32.rc:223 oleaut32.rc:30 ipconfig.rc:45
msgid "No"
msgstr ""
msgstr "όχι"
#: crypt32.rc:224
msgid "Digital Signature"
......@@ -1214,6 +1214,22 @@ msgstr ""
msgid "Wine Video 1 video codec"
msgstr ""
#: oleaut32.rc:27
msgid "True"
msgstr "Αληθές"
#: oleaut32.rc:28
msgid "False"
msgstr "Ψευδές"
#: oleaut32.rc:31
msgid "On"
msgstr "Ενεργό"
#: oleaut32.rc:32
msgid "Off"
msgstr "Ανενεργό"
#: clock.rc:28
msgid "&Properties"
msgstr ""
......
......@@ -761,11 +761,11 @@ msgstr "Not Available"
msgid "Meets Criteria="
msgstr "Meets Criteria="
#: crypt32.rc:222 ipconfig.rc:44
#: crypt32.rc:222 oleaut32.rc:29 ipconfig.rc:44
msgid "Yes"
msgstr "Yes"
#: crypt32.rc:223 ipconfig.rc:45
#: crypt32.rc:223 oleaut32.rc:30 ipconfig.rc:45
msgid "No"
msgstr "No"
......@@ -1215,6 +1215,22 @@ msgstr ""
msgid "Wine Video 1 video codec"
msgstr ""
#: oleaut32.rc:27
msgid "True"
msgstr ""
#: oleaut32.rc:28
msgid "False"
msgstr ""
#: oleaut32.rc:31
msgid "On"
msgstr ""
#: oleaut32.rc:32
msgid "Off"
msgstr ""
#: clock.rc:28
msgid "&Properties"
msgstr "&Properties"
......
......@@ -761,11 +761,11 @@ msgstr "Not Available"
msgid "Meets Criteria="
msgstr "Meets Criteria="
#: crypt32.rc:222 ipconfig.rc:44
#: crypt32.rc:222 oleaut32.rc:29 ipconfig.rc:44
msgid "Yes"
msgstr "Yes"
#: crypt32.rc:223 ipconfig.rc:45
#: crypt32.rc:223 oleaut32.rc:30 ipconfig.rc:45
msgid "No"
msgstr "No"
......@@ -1247,6 +1247,22 @@ msgstr "MS-CRAM"
msgid "Wine Video 1 video codec"
msgstr "Wine Video 1 video codec"
#: oleaut32.rc:27
msgid "True"
msgstr "True"
#: oleaut32.rc:28
msgid "False"
msgstr "False"
#: oleaut32.rc:31
msgid "On"
msgstr "On"
#: oleaut32.rc:32
msgid "Off"
msgstr "Off"
#: clock.rc:28
msgid "&Properties"
msgstr "&Properties"
......
......@@ -762,13 +762,13 @@ msgstr ""
msgid "Meets Criteria="
msgstr ""
#: crypt32.rc:222 ipconfig.rc:44
#: crypt32.rc:222 oleaut32.rc:29 ipconfig.rc:44
msgid "Yes"
msgstr ""
msgstr "Jes"
#: crypt32.rc:223 ipconfig.rc:45
#: crypt32.rc:223 oleaut32.rc:30 ipconfig.rc:45
msgid "No"
msgstr ""
msgstr "Ne"
#: crypt32.rc:224
msgid "Digital Signature"
......@@ -1246,6 +1246,22 @@ msgstr ""
msgid "Wine Video 1 video codec"
msgstr ""
#: oleaut32.rc:27
msgid "True"
msgstr "Vere"
#: oleaut32.rc:28
msgid "False"
msgstr "False"
#: oleaut32.rc:31
msgid "On"
msgstr "Kondukta"
#: oleaut32.rc:32
msgid "Off"
msgstr "Elkluda"
#: clock.rc:28
msgid "&Properties"
msgstr "&Ecoj"
......
......@@ -773,13 +773,13 @@ msgstr ""
msgid "Meets Criteria="
msgstr ""
#: crypt32.rc:222 ipconfig.rc:44
#: crypt32.rc:222 oleaut32.rc:29 ipconfig.rc:44
msgid "Yes"
msgstr ""
msgstr ""
#: crypt32.rc:223 ipconfig.rc:45
#: crypt32.rc:223 oleaut32.rc:30 ipconfig.rc:45
msgid "No"
msgstr ""
msgstr "No"
#: crypt32.rc:224
msgid "Digital Signature"
......@@ -1263,6 +1263,22 @@ msgstr "MS-CRAM"
msgid "Wine Video 1 video codec"
msgstr "códec de video Wine Video 1"
#: oleaut32.rc:27
msgid "True"
msgstr "Verdadero"
#: oleaut32.rc:28
msgid "False"
msgstr "Falso"
#: oleaut32.rc:31
msgid "On"
msgstr "Activado"
#: oleaut32.rc:32
msgid "Off"
msgstr "Desactivado"
#: clock.rc:28
msgid "&Properties"
msgstr "&Propiedades"
......
......@@ -762,11 +762,11 @@ msgstr ""
msgid "Meets Criteria="
msgstr ""
#: crypt32.rc:222 ipconfig.rc:44
#: crypt32.rc:222 oleaut32.rc:29 ipconfig.rc:44
msgid "Yes"
msgstr ""
#: crypt32.rc:223 ipconfig.rc:45
#: crypt32.rc:223 oleaut32.rc:30 ipconfig.rc:45
msgid "No"
msgstr ""
......@@ -1246,6 +1246,22 @@ msgstr ""
msgid "Wine Video 1 video codec"
msgstr ""
#: oleaut32.rc:27
msgid "True"
msgstr ""
#: oleaut32.rc:28
msgid "False"
msgstr ""
#: oleaut32.rc:31
msgid "On"
msgstr ""
#: oleaut32.rc:32
msgid "Off"
msgstr ""
#: clock.rc:28
msgid "&Properties"
msgstr "&Ominaisuudet"
......
......@@ -761,11 +761,11 @@ msgstr "Non disponible"
msgid "Meets Criteria="
msgstr "Respecte les critères ="
#: crypt32.rc:222 ipconfig.rc:44
#: crypt32.rc:222 oleaut32.rc:29 ipconfig.rc:44
msgid "Yes"
msgstr "Oui"
#: crypt32.rc:223 ipconfig.rc:45
#: crypt32.rc:223 oleaut32.rc:30 ipconfig.rc:45
msgid "No"
msgstr "Non"
......@@ -1253,6 +1253,22 @@ msgstr "MS-CRAM"
msgid "Wine Video 1 video codec"
msgstr "Codec vidéo Wine Video 1"
#: oleaut32.rc:27
msgid "True"
msgstr "Vrai"
#: oleaut32.rc:28
msgid "False"
msgstr "Faux"
#: oleaut32.rc:31
msgid "On"
msgstr "Actif"
#: oleaut32.rc:32
msgid "Off"
msgstr "Inactif"
#: clock.rc:28
msgid "&Properties"
msgstr "&Propriétés"
......
......@@ -762,11 +762,11 @@ msgstr ""
msgid "Meets Criteria="
msgstr ""
#: crypt32.rc:222 ipconfig.rc:44
#: crypt32.rc:222 oleaut32.rc:29 ipconfig.rc:44
msgid "Yes"
msgstr ""
#: crypt32.rc:223 ipconfig.rc:45
#: crypt32.rc:223 oleaut32.rc:30 ipconfig.rc:45
msgid "No"
msgstr ""
......@@ -1218,6 +1218,22 @@ msgstr ""
msgid "Wine Video 1 video codec"
msgstr "מקודד הווידאו Wine MS-RLE"
#: oleaut32.rc:27
msgid "True"
msgstr ""
#: oleaut32.rc:28
msgid "False"
msgstr ""
#: oleaut32.rc:31
msgid "On"
msgstr ""
#: oleaut32.rc:32
msgid "Off"
msgstr ""
#: clock.rc:28
msgid "&Properties"
msgstr "&מאפיינים"
......
......@@ -762,11 +762,11 @@ msgstr ""
msgid "Meets Criteria="
msgstr ""
#: crypt32.rc:222 ipconfig.rc:44
#: crypt32.rc:222 oleaut32.rc:29 ipconfig.rc:44
msgid "Yes"
msgstr ""
#: crypt32.rc:223 ipconfig.rc:45
#: crypt32.rc:223 oleaut32.rc:30 ipconfig.rc:45
msgid "No"
msgstr ""
......@@ -1215,6 +1215,22 @@ msgstr ""
msgid "Wine Video 1 video codec"
msgstr ""
#: oleaut32.rc:27
msgid "True"
msgstr ""
#: oleaut32.rc:28
msgid "False"
msgstr ""
#: oleaut32.rc:31
msgid "On"
msgstr ""
#: oleaut32.rc:32
msgid "Off"
msgstr ""
#: clock.rc:28
msgid "&Properties"
msgstr "सूचना (&o)"
......
......@@ -761,11 +761,11 @@ msgstr "Nem elérhető"
msgid "Meets Criteria="
msgstr "Megfelelőségi feltétel="
#: crypt32.rc:222 ipconfig.rc:44
#: crypt32.rc:222 oleaut32.rc:29 ipconfig.rc:44
msgid "Yes"
msgstr "Igen"
#: crypt32.rc:223 ipconfig.rc:45
#: crypt32.rc:223 oleaut32.rc:30 ipconfig.rc:45
msgid "No"
msgstr "Nem"
......@@ -1255,6 +1255,22 @@ msgstr "MS-CRAM"
msgid "Wine Video 1 video codec"
msgstr "Wine Video 1 video kodek"
#: oleaut32.rc:27
msgid "True"
msgstr "Igaz"
#: oleaut32.rc:28
msgid "False"
msgstr "Hamis"
#: oleaut32.rc:31
msgid "On"
msgstr "Be"
#: oleaut32.rc:32
msgid "Off"
msgstr "Ki"
#: clock.rc:28
msgid "&Properties"
msgstr "&Beállítások"
......
......@@ -761,11 +761,11 @@ msgstr "Non disponibili"
msgid "Meets Criteria="
msgstr "Soddisfa Criteri="
#: crypt32.rc:222 ipconfig.rc:44
#: crypt32.rc:222 oleaut32.rc:29 ipconfig.rc:44
msgid "Yes"
msgstr "Sì"
#: crypt32.rc:223 ipconfig.rc:45
#: crypt32.rc:223 oleaut32.rc:30 ipconfig.rc:45
msgid "No"
msgstr "No"
......@@ -1253,6 +1253,22 @@ msgstr "MS-CRAM"
msgid "Wine Video 1 video codec"
msgstr "Wine Video 1 video codec"
#: oleaut32.rc:27
msgid "True"
msgstr "Vero"
#: oleaut32.rc:28
msgid "False"
msgstr "Falso"
#: oleaut32.rc:31
msgid "On"
msgstr "On"
#: oleaut32.rc:32
msgid "Off"
msgstr "Off"
#: clock.rc:28
msgid "&Properties"
msgstr "&Proprietà"
......
......@@ -761,11 +761,11 @@ msgstr "Not Available"
msgid "Meets Criteria="
msgstr "Meets Criteria="
#: crypt32.rc:222 ipconfig.rc:44
#: crypt32.rc:222 oleaut32.rc:29 ipconfig.rc:44
msgid "Yes"
msgstr ""
#: crypt32.rc:223 ipconfig.rc:45
#: crypt32.rc:223 oleaut32.rc:30 ipconfig.rc:45
msgid "No"
msgstr ""
......@@ -1223,6 +1223,22 @@ msgstr "MS-CRAM"
msgid "Wine Video 1 video codec"
msgstr "Wine ビデオ 1 ビデオコーデック"
#: oleaut32.rc:27
msgid "True"
msgstr ""
#: oleaut32.rc:28
msgid "False"
msgstr ""
#: oleaut32.rc:31
msgid "On"
msgstr ""
#: oleaut32.rc:32
msgid "Off"
msgstr ""
#: clock.rc:28
msgid "&Properties"
msgstr "プロパティ(&P)"
......
......@@ -761,11 +761,11 @@ msgstr "불가능함"
msgid "Meets Criteria="
msgstr "맞는 기준 ="
#: crypt32.rc:222 ipconfig.rc:44
#: crypt32.rc:222 oleaut32.rc:29 ipconfig.rc:44
msgid "Yes"
msgstr "예"
#: crypt32.rc:223 ipconfig.rc:45
#: crypt32.rc:223 oleaut32.rc:30 ipconfig.rc:45
msgid "No"
msgstr "아니오"
......@@ -1250,6 +1250,22 @@ msgstr "MS-CRAM"
msgid "Wine Video 1 video codec"
msgstr "Wine 비디오 1 비디오 코덱"
#: oleaut32.rc:27
msgid "True"
msgstr "진실"
#: oleaut32.rc:28
msgid "False"
msgstr "거짓"
#: oleaut32.rc:31
msgid "On"
msgstr "작동"
#: oleaut32.rc:32
msgid "Off"
msgstr "비작동"
#: clock.rc:28
msgid "&Properties"
msgstr "등록 정보(&P)"
......
......@@ -761,11 +761,11 @@ msgstr "Neprieinama"
msgid "Meets Criteria="
msgstr "Atitinka kriterijus="
#: crypt32.rc:222 ipconfig.rc:44
#: crypt32.rc:222 oleaut32.rc:29 ipconfig.rc:44
msgid "Yes"
msgstr "Taip"
#: crypt32.rc:223 ipconfig.rc:45
#: crypt32.rc:223 oleaut32.rc:30 ipconfig.rc:45
msgid "No"
msgstr "Ne"
......@@ -1251,6 +1251,22 @@ msgstr "MS-CRAM"
msgid "Wine Video 1 video codec"
msgstr "Wine Video 1 vaizdo kodekas"
#: oleaut32.rc:27
msgid "True"
msgstr "Tiesa"
#: oleaut32.rc:28
msgid "False"
msgstr "Netiesa"
#: oleaut32.rc:31
msgid "On"
msgstr "Įjungta"
#: oleaut32.rc:32
msgid "Off"
msgstr "Išjungta"
#: clock.rc:28
msgid "&Properties"
msgstr "&Savybės"
......
......@@ -762,11 +762,11 @@ msgstr ""
msgid "Meets Criteria="
msgstr ""
#: crypt32.rc:222 ipconfig.rc:44
#: crypt32.rc:222 oleaut32.rc:29 ipconfig.rc:44
msgid "Yes"
msgstr ""
#: crypt32.rc:223 ipconfig.rc:45
#: crypt32.rc:223 oleaut32.rc:30 ipconfig.rc:45
msgid "No"
msgstr ""
......@@ -1215,6 +1215,22 @@ msgstr ""
msgid "Wine Video 1 video codec"
msgstr ""
#: oleaut32.rc:27
msgid "True"
msgstr ""
#: oleaut32.rc:28
msgid "False"
msgstr ""
#: oleaut32.rc:31
msgid "On"
msgstr ""
#: oleaut32.rc:32
msgid "Off"
msgstr ""
#: clock.rc:28
msgid "&Properties"
msgstr "വി_വരം"
......
......@@ -761,11 +761,11 @@ msgstr "Ikke tilgjengelig"
msgid "Meets Criteria="
msgstr "Møter kriterier="
#: crypt32.rc:222 ipconfig.rc:44
#: crypt32.rc:222 oleaut32.rc:29 ipconfig.rc:44
msgid "Yes"
msgstr "Ja"
#: crypt32.rc:223 ipconfig.rc:45
#: crypt32.rc:223 oleaut32.rc:30 ipconfig.rc:45
msgid "No"
msgstr "Nei"
......@@ -1253,6 +1253,22 @@ msgstr "MS-CRAM"
msgid "Wine Video 1 video codec"
msgstr "Wine Video 1-videokodek"
#: oleaut32.rc:27
msgid "True"
msgstr "Sann"
#: oleaut32.rc:28
msgid "False"
msgstr "Usann"
#: oleaut32.rc:31
msgid "On"
msgstr "På"
#: oleaut32.rc:32
msgid "Off"
msgstr "Av"
#: clock.rc:28
msgid "&Properties"
msgstr "&Egenskaper"
......
......@@ -761,11 +761,11 @@ msgstr "Niet beschikbaar"
msgid "Meets Criteria="
msgstr "Past bij criteria="
#: crypt32.rc:222 ipconfig.rc:44
#: crypt32.rc:222 oleaut32.rc:29 ipconfig.rc:44
msgid "Yes"
msgstr "Ja"
#: crypt32.rc:223 ipconfig.rc:45
#: crypt32.rc:223 oleaut32.rc:30 ipconfig.rc:45
msgid "No"
msgstr "Nee"
......@@ -1253,6 +1253,22 @@ msgstr "MS-CRAM"
msgid "Wine Video 1 video codec"
msgstr "Wine Video 1 video codec"
#: oleaut32.rc:27
msgid "True"
msgstr "Waar"
#: oleaut32.rc:28
msgid "False"
msgstr "Onwaar"
#: oleaut32.rc:31
msgid "On"
msgstr "Aan"
#: oleaut32.rc:32
msgid "Off"
msgstr "Uit"
#: clock.rc:28
msgid "&Properties"
msgstr "&Eigenschappen"
......
......@@ -762,11 +762,11 @@ msgstr ""
msgid "Meets Criteria="
msgstr ""
#: crypt32.rc:222 ipconfig.rc:44
#: crypt32.rc:222 oleaut32.rc:29 ipconfig.rc:44
msgid "Yes"
msgstr ""
#: crypt32.rc:223 ipconfig.rc:45
#: crypt32.rc:223 oleaut32.rc:30 ipconfig.rc:45
msgid "No"
msgstr ""
......@@ -1215,6 +1215,22 @@ msgstr ""
msgid "Wine Video 1 video codec"
msgstr ""
#: oleaut32.rc:27
msgid "True"
msgstr ""
#: oleaut32.rc:28
msgid "False"
msgstr ""
#: oleaut32.rc:31
msgid "On"
msgstr ""
#: oleaut32.rc:32
msgid "Off"
msgstr ""
#: clock.rc:28
msgid "&Properties"
msgstr "ସୂଚନା (&o)"
......
......@@ -762,11 +762,11 @@ msgstr ""
msgid "Meets Criteria="
msgstr ""
#: crypt32.rc:222 ipconfig.rc:44
#: crypt32.rc:222 oleaut32.rc:29 ipconfig.rc:44
msgid "Yes"
msgstr ""
#: crypt32.rc:223 ipconfig.rc:45
#: crypt32.rc:223 oleaut32.rc:30 ipconfig.rc:45
msgid "No"
msgstr ""
......@@ -1215,6 +1215,22 @@ msgstr ""
msgid "Wine Video 1 video codec"
msgstr ""
#: oleaut32.rc:27
msgid "True"
msgstr ""
#: oleaut32.rc:28
msgid "False"
msgstr ""
#: oleaut32.rc:31
msgid "On"
msgstr ""
#: oleaut32.rc:32
msgid "Off"
msgstr ""
#: clock.rc:28
msgid "&Properties"
msgstr "ਜਾਣਕਾਰੀ(&o)"
......
......@@ -761,11 +761,11 @@ msgstr "Nie dostępne"
msgid "Meets Criteria="
msgstr "Spełnianie kryteriów="
#: crypt32.rc:222 ipconfig.rc:44
#: crypt32.rc:222 oleaut32.rc:29 ipconfig.rc:44
msgid "Yes"
msgstr "Tak"
#: crypt32.rc:223 ipconfig.rc:45
#: crypt32.rc:223 oleaut32.rc:30 ipconfig.rc:45
msgid "No"
msgstr "Nie"
......@@ -1253,6 +1253,22 @@ msgstr "MS-CRAM"
msgid "Wine Video 1 video codec"
msgstr "Kodek Wine Video 1"
#: oleaut32.rc:27
msgid "True"
msgstr "Prawda"
#: oleaut32.rc:28
msgid "False"
msgstr "Fałsz"
#: oleaut32.rc:31
msgid "On"
msgstr "Włączone"
#: oleaut32.rc:32
msgid "Off"
msgstr "Wyłączone"
#: clock.rc:28
msgid "&Properties"
msgstr "&Ustawienia"
......
......@@ -761,11 +761,11 @@ msgstr "Não Disponível"
msgid "Meets Criteria="
msgstr "Conforme os Critérios="
#: crypt32.rc:222 ipconfig.rc:44
#: crypt32.rc:222 oleaut32.rc:29 ipconfig.rc:44
msgid "Yes"
msgstr "Sim"
#: crypt32.rc:223 ipconfig.rc:45
#: crypt32.rc:223 oleaut32.rc:30 ipconfig.rc:45
msgid "No"
msgstr "Não"
......@@ -1253,6 +1253,22 @@ msgstr "MS-CRAM"
msgid "Wine Video 1 video codec"
msgstr "codec video Wine Video 1"
#: oleaut32.rc:27
msgid "True"
msgstr "Verdadeiro"
#: oleaut32.rc:28
msgid "False"
msgstr "Falso"
#: oleaut32.rc:31
msgid "On"
msgstr "Ligado"
#: oleaut32.rc:32
msgid "Off"
msgstr "Desligado"
#: clock.rc:28
msgid "&Properties"
msgstr "&Propriedades"
......
......@@ -761,11 +761,11 @@ msgstr "Não Disponível"
msgid "Meets Criteria="
msgstr "Conforme os Critérios="
#: crypt32.rc:222 ipconfig.rc:44
#: crypt32.rc:222 oleaut32.rc:29 ipconfig.rc:44
msgid "Yes"
msgstr "Sim"
#: crypt32.rc:223 ipconfig.rc:45
#: crypt32.rc:223 oleaut32.rc:30 ipconfig.rc:45
msgid "No"
msgstr "Não"
......@@ -1253,6 +1253,22 @@ msgstr "MS-CRAM"
msgid "Wine Video 1 video codec"
msgstr "codec video Wine Video 1"
#: oleaut32.rc:27
msgid "True"
msgstr "Verdadeiro"
#: oleaut32.rc:28
msgid "False"
msgstr "Falso"
#: oleaut32.rc:31
msgid "On"
msgstr "Ligado"
#: oleaut32.rc:32
msgid "Off"
msgstr "Desligado"
#: clock.rc:28
msgid "&Properties"
msgstr "&Propriedades"
......
......@@ -761,11 +761,11 @@ msgstr "Indisponibilă"
msgid "Meets Criteria="
msgstr "Îndeplinește criteriul="
#: crypt32.rc:222 ipconfig.rc:44
#: crypt32.rc:222 oleaut32.rc:29 ipconfig.rc:44
msgid "Yes"
msgstr "Da"
#: crypt32.rc:223 ipconfig.rc:45
#: crypt32.rc:223 oleaut32.rc:30 ipconfig.rc:45
msgid "No"
msgstr "Nu"
......@@ -1254,6 +1254,22 @@ msgstr "MS-CRAM"
msgid "Wine Video 1 video codec"
msgstr "Codecul video Wine Video 1"
#: oleaut32.rc:27
msgid "True"
msgstr "Adevărat"
#: oleaut32.rc:28
msgid "False"
msgstr "Fals"
#: oleaut32.rc:31
msgid "On"
msgstr "Activat"
#: oleaut32.rc:32
msgid "Off"
msgstr "Dezactivat"
#: clock.rc:28
msgid "&Properties"
msgstr "&Proprietăți"
......
......@@ -773,13 +773,13 @@ msgstr ""
msgid "Meets Criteria="
msgstr ""
#: crypt32.rc:222 ipconfig.rc:44
#: crypt32.rc:222 oleaut32.rc:29 ipconfig.rc:44
msgid "Yes"
msgstr ""
msgstr "Да"
#: crypt32.rc:223 ipconfig.rc:45
#: crypt32.rc:223 oleaut32.rc:30 ipconfig.rc:45
msgid "No"
msgstr ""
msgstr "Нет"
#: crypt32.rc:224
msgid "Digital Signature"
......@@ -1258,6 +1258,22 @@ msgstr "MS-CRAM"
msgid "Wine Video 1 video codec"
msgstr "Видео кодер Wine Video 1"
#: oleaut32.rc:27
msgid "True"
msgstr "Правда"
#: oleaut32.rc:28
msgid "False"
msgstr "Ложь"
#: oleaut32.rc:31
msgid "On"
msgstr "Включено"
#: oleaut32.rc:32
msgid "Off"
msgstr "Выключено"
#: clock.rc:28
msgid "&Properties"
msgstr "&Свойства"
......
......@@ -762,11 +762,11 @@ msgstr ""
msgid "Meets Criteria="
msgstr ""
#: crypt32.rc:222 ipconfig.rc:44
#: crypt32.rc:222 oleaut32.rc:29 ipconfig.rc:44
msgid "Yes"
msgstr ""
#: crypt32.rc:223 ipconfig.rc:45
#: crypt32.rc:223 oleaut32.rc:30 ipconfig.rc:45
msgid "No"
msgstr ""
......@@ -1215,6 +1215,22 @@ msgstr ""
msgid "Wine Video 1 video codec"
msgstr ""
#: oleaut32.rc:27
msgid "True"
msgstr ""
#: oleaut32.rc:28
msgid "False"
msgstr ""
#: oleaut32.rc:31
msgid "On"
msgstr ""
#: oleaut32.rc:32
msgid "Off"
msgstr ""
#: clock.rc:28
msgid "&Properties"
msgstr "&Vlastnosti"
......
......@@ -776,11 +776,11 @@ msgstr ""
msgid "Meets Criteria="
msgstr ""
#: crypt32.rc:222 ipconfig.rc:44
#: crypt32.rc:222 oleaut32.rc:29 ipconfig.rc:44
msgid "Yes"
msgstr "Da"
#: crypt32.rc:223 ipconfig.rc:45
#: crypt32.rc:223 oleaut32.rc:30 ipconfig.rc:45
msgid "No"
msgstr "Ne"
......@@ -1263,6 +1263,22 @@ msgstr "MS-CRAM"
msgid "Wine Video 1 video codec"
msgstr "Wine Video 1 video kodek"
#: oleaut32.rc:27
msgid "True"
msgstr "Da"
#: oleaut32.rc:28
msgid "False"
msgstr "Ne"
#: oleaut32.rc:31
msgid "On"
msgstr "Vključeno"
#: oleaut32.rc:32
msgid "Off"
msgstr "Izključeno"
#: clock.rc:28
msgid "&Properties"
msgstr "&Lastnosti"
......
......@@ -765,11 +765,11 @@ msgstr ""
msgid "Meets Criteria="
msgstr ""
#: crypt32.rc:222 ipconfig.rc:44
#: crypt32.rc:222 oleaut32.rc:29 ipconfig.rc:44
msgid "Yes"
msgstr "Da"
#: crypt32.rc:223 ipconfig.rc:45
#: crypt32.rc:223 oleaut32.rc:30 ipconfig.rc:45
msgid "No"
msgstr "Ne"
......@@ -1251,6 +1251,22 @@ msgstr "MS-CRAM"
msgid "Wine Video 1 video codec"
msgstr "Wine Video 1 video kodek"
#: oleaut32.rc:27
msgid "True"
msgstr "Tačno"
#: oleaut32.rc:28
msgid "False"
msgstr "Netačno"
#: oleaut32.rc:31
msgid "On"
msgstr "Uključeno"
#: oleaut32.rc:32
msgid "Off"
msgstr "Isključeno"
#: clock.rc:28
msgid "&Properties"
msgstr "&Svojstva"
......
......@@ -765,11 +765,11 @@ msgstr ""
msgid "Meets Criteria="
msgstr ""
#: crypt32.rc:222 ipconfig.rc:44
#: crypt32.rc:222 oleaut32.rc:29 ipconfig.rc:44
msgid "Yes"
msgstr "Да"
#: crypt32.rc:223 ipconfig.rc:45
#: crypt32.rc:223 oleaut32.rc:30 ipconfig.rc:45
msgid "No"
msgstr "Не"
......@@ -1251,6 +1251,22 @@ msgstr "MS-CRAM"
msgid "Wine Video 1 video codec"
msgstr "Wine Video 1 видео кодек"
#: oleaut32.rc:27
msgid "True"
msgstr "Тачно"
#: oleaut32.rc:28
msgid "False"
msgstr "Нетачно"
#: oleaut32.rc:31
msgid "On"
msgstr "Укључено"
#: oleaut32.rc:32
msgid "Off"
msgstr "Искључено"
#: clock.rc:28
msgid "&Properties"
msgstr "&Својства"
......
......@@ -761,11 +761,11 @@ msgstr "Ej tillgänglig"
msgid "Meets Criteria="
msgstr "Uppfyller kriterier="
#: crypt32.rc:222 ipconfig.rc:44
#: crypt32.rc:222 oleaut32.rc:29 ipconfig.rc:44
msgid "Yes"
msgstr "Ja"
#: crypt32.rc:223 ipconfig.rc:45
#: crypt32.rc:223 oleaut32.rc:30 ipconfig.rc:45
msgid "No"
msgstr "Nej"
......@@ -1253,6 +1253,22 @@ msgstr "MS-CRAM"
msgid "Wine Video 1 video codec"
msgstr "Wine Video 1 videokodek"
#: oleaut32.rc:27
msgid "True"
msgstr "Sant"
#: oleaut32.rc:28
msgid "False"
msgstr "Falskt"
#: oleaut32.rc:31
msgid "On"
msgstr "På"
#: oleaut32.rc:32
msgid "Off"
msgstr "Av"
#: clock.rc:28
msgid "&Properties"
msgstr "&Egenskaper"
......
......@@ -762,11 +762,11 @@ msgstr ""
msgid "Meets Criteria="
msgstr ""
#: crypt32.rc:222 ipconfig.rc:44
#: crypt32.rc:222 oleaut32.rc:29 ipconfig.rc:44
msgid "Yes"
msgstr ""
#: crypt32.rc:223 ipconfig.rc:45
#: crypt32.rc:223 oleaut32.rc:30 ipconfig.rc:45
msgid "No"
msgstr ""
......@@ -1215,6 +1215,22 @@ msgstr ""
msgid "Wine Video 1 video codec"
msgstr ""
#: oleaut32.rc:27
msgid "True"
msgstr ""
#: oleaut32.rc:28
msgid "False"
msgstr ""
#: oleaut32.rc:31
msgid "On"
msgstr ""
#: oleaut32.rc:32
msgid "Off"
msgstr ""
#: clock.rc:28
msgid "&Properties"
msgstr "సమాచారము (&o)"
......
......@@ -762,13 +762,13 @@ msgstr ""
msgid "Meets Criteria="
msgstr ""
#: crypt32.rc:222 ipconfig.rc:44
#: crypt32.rc:222 oleaut32.rc:29 ipconfig.rc:44
msgid "Yes"
msgstr ""
msgstr "ใช่"
#: crypt32.rc:223 ipconfig.rc:45
#: crypt32.rc:223 oleaut32.rc:30 ipconfig.rc:45
msgid "No"
msgstr ""
msgstr "ไม่ใช่"
#: crypt32.rc:224
msgid "Digital Signature"
......@@ -1215,6 +1215,22 @@ msgstr ""
msgid "Wine Video 1 video codec"
msgstr ""
#: oleaut32.rc:27
msgid "True"
msgstr "จริง"
#: oleaut32.rc:28
msgid "False"
msgstr "ไม่จริง"
#: oleaut32.rc:31
msgid "On"
msgstr "เปิด"
#: oleaut32.rc:32
msgid "Off"
msgstr "ปิด"
#: clock.rc:28
msgid "&Properties"
msgstr "ปรับแต่งนาฬิกา"
......
......@@ -773,13 +773,13 @@ msgstr ""
msgid "Meets Criteria="
msgstr ""
#: crypt32.rc:222 ipconfig.rc:44
#: crypt32.rc:222 oleaut32.rc:29 ipconfig.rc:44
msgid "Yes"
msgstr ""
msgstr "Evet"
#: crypt32.rc:223 ipconfig.rc:45
#: crypt32.rc:223 oleaut32.rc:30 ipconfig.rc:45
msgid "No"
msgstr ""
msgstr "Hayır"
#: crypt32.rc:224
msgid "Digital Signature"
......@@ -1260,6 +1260,22 @@ msgstr "MS-CRAM"
msgid "Wine Video 1 video codec"
msgstr "Wine Vidyo 1 vidyo çözücü"
#: oleaut32.rc:27
msgid "True"
msgstr "Doğru"
#: oleaut32.rc:28
msgid "False"
msgstr "Yanlış"
#: oleaut32.rc:31
msgid "On"
msgstr "Açık"
#: oleaut32.rc:32
msgid "Off"
msgstr "Kapalı"
#: clock.rc:28
msgid "&Properties"
msgstr "&Özellikler"
......
......@@ -761,11 +761,11 @@ msgstr "Недоступно"
msgid "Meets Criteria="
msgstr "Відповідає критеріям="
#: crypt32.rc:222 ipconfig.rc:44
#: crypt32.rc:222 oleaut32.rc:29 ipconfig.rc:44
msgid "Yes"
msgstr "Так"
#: crypt32.rc:223 ipconfig.rc:45
#: crypt32.rc:223 oleaut32.rc:30 ipconfig.rc:45
msgid "No"
msgstr "Ні"
......@@ -1251,6 +1251,22 @@ msgstr "MS-CRAM"
msgid "Wine Video 1 video codec"
msgstr "Відео кодек Wine Video 1"
#: oleaut32.rc:27
msgid "True"
msgstr "Істина"
#: oleaut32.rc:28
msgid "False"
msgstr "Неправда"
#: oleaut32.rc:31
msgid "On"
msgstr "Ввімкнено"
#: oleaut32.rc:32
msgid "Off"
msgstr "Вимкнено"
#: clock.rc:28
msgid "&Properties"
msgstr "&Властивості"
......
......@@ -762,11 +762,11 @@ msgstr ""
msgid "Meets Criteria="
msgstr ""
#: crypt32.rc:222 ipconfig.rc:44
#: crypt32.rc:222 oleaut32.rc:29 ipconfig.rc:44
msgid "Yes"
msgstr ""
#: crypt32.rc:223 ipconfig.rc:45
#: crypt32.rc:223 oleaut32.rc:30 ipconfig.rc:45
msgid "No"
msgstr ""
......@@ -1215,6 +1215,22 @@ msgstr ""
msgid "Wine Video 1 video codec"
msgstr ""
#: oleaut32.rc:27
msgid "True"
msgstr ""
#: oleaut32.rc:28
msgid "False"
msgstr ""
#: oleaut32.rc:31
msgid "On"
msgstr ""
#: oleaut32.rc:32
msgid "Off"
msgstr ""
#: clock.rc:28
msgid "&Properties"
msgstr "&Propietés"
......
......@@ -758,11 +758,11 @@ msgstr ""
msgid "Meets Criteria="
msgstr ""
#: crypt32.rc:222 ipconfig.rc:44
#: crypt32.rc:222 oleaut32.rc:29 ipconfig.rc:44
msgid "Yes"
msgstr ""
#: crypt32.rc:223 ipconfig.rc:45
#: crypt32.rc:223 oleaut32.rc:30 ipconfig.rc:45
msgid "No"
msgstr ""
......@@ -1211,6 +1211,22 @@ msgstr ""
msgid "Wine Video 1 video codec"
msgstr ""
#: oleaut32.rc:27
msgid "True"
msgstr ""
#: oleaut32.rc:28
msgid "False"
msgstr ""
#: oleaut32.rc:31
msgid "On"
msgstr ""
#: oleaut32.rc:32
msgid "Off"
msgstr ""
#: clock.rc:28
msgid "&Properties"
msgstr ""
......
......@@ -762,13 +762,13 @@ msgstr ""
msgid "Meets Criteria="
msgstr ""
#: crypt32.rc:222 ipconfig.rc:44
#: crypt32.rc:222 oleaut32.rc:29 ipconfig.rc:44
msgid "Yes"
msgstr ""
msgstr ""
#: crypt32.rc:223 ipconfig.rc:45
#: crypt32.rc:223 oleaut32.rc:30 ipconfig.rc:45
msgid "No"
msgstr ""
msgstr ""
#: crypt32.rc:224
msgid "Digital Signature"
......@@ -1244,6 +1244,22 @@ msgstr ""
msgid "Wine Video 1 video codec"
msgstr ""
#: oleaut32.rc:27
msgid "True"
msgstr "真"
#: oleaut32.rc:28
msgid "False"
msgstr "假"
#: oleaut32.rc:31
msgid "On"
msgstr "开"
#: oleaut32.rc:32
msgid "Off"
msgstr "关"
#: clock.rc:28
msgid "&Properties"
msgstr "属性(&P)"
......
......@@ -762,13 +762,13 @@ msgstr ""
msgid "Meets Criteria="
msgstr ""
#: crypt32.rc:222 ipconfig.rc:44
#: crypt32.rc:222 oleaut32.rc:29 ipconfig.rc:44
msgid "Yes"
msgstr ""
msgstr ""
#: crypt32.rc:223 ipconfig.rc:45
#: crypt32.rc:223 oleaut32.rc:30 ipconfig.rc:45
msgid "No"
msgstr ""
msgstr ""
#: crypt32.rc:224
msgid "Digital Signature"
......@@ -1244,6 +1244,22 @@ msgstr ""
msgid "Wine Video 1 video codec"
msgstr ""
#: oleaut32.rc:27
msgid "True"
msgstr "真"
#: oleaut32.rc:28
msgid "False"
msgstr "假"
#: oleaut32.rc:31
msgid "On"
msgstr "開"
#: oleaut32.rc:32
msgid "Off"
msgstr "關"
#: clock.rc:28
msgid "&Properties"
msgstr "屬性(&P)"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment