localspl: Convert translations to po files.
This commit is contained in:
parent
0ccf1d89f8
commit
7df87f3976
|
@ -15004,7 +15004,7 @@ wine_fn_config_dll keyboard.drv16 enable_win16
|
|||
wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
|
||||
wine_fn_config_dll ktmw32 enable_ktmw32
|
||||
wine_fn_config_dll loadperf enable_loadperf implib
|
||||
wine_fn_config_dll localspl enable_localspl
|
||||
wine_fn_config_dll localspl enable_localspl po
|
||||
wine_fn_config_test dlls/localspl/tests localspl_test
|
||||
wine_fn_config_dll localui enable_localui
|
||||
wine_fn_config_test dlls/localui/tests localui_test
|
||||
|
|
|
@ -2533,7 +2533,7 @@ WINE_CONFIG_DLL(keyboard.drv16,enable_win16)
|
|||
WINE_CONFIG_DLL(krnl386.exe16,enable_win16,[implib],[kernel])
|
||||
WINE_CONFIG_DLL(ktmw32)
|
||||
WINE_CONFIG_DLL(loadperf,,[implib])
|
||||
WINE_CONFIG_DLL(localspl)
|
||||
WINE_CONFIG_DLL(localspl,,[po])
|
||||
WINE_CONFIG_TEST(dlls/localspl/tests)
|
||||
WINE_CONFIG_DLL(localui)
|
||||
WINE_CONFIG_TEST(dlls/localui/tests)
|
||||
|
|
|
@ -6,30 +6,7 @@ C_SRCS = \
|
|||
localspl_main.c \
|
||||
provider.c
|
||||
|
||||
RC_SRCS = \
|
||||
localspl.rc \
|
||||
spl_Cy.rc \
|
||||
spl_Da.rc \
|
||||
spl_De.rc \
|
||||
spl_En.rc \
|
||||
spl_Es.rc \
|
||||
spl_Fr.rc \
|
||||
spl_He.rc \
|
||||
spl_Hu.rc \
|
||||
spl_It.rc \
|
||||
spl_Ja.rc \
|
||||
spl_Ko.rc \
|
||||
spl_Lt.rc \
|
||||
spl_Nl.rc \
|
||||
spl_No.rc \
|
||||
spl_Pl.rc \
|
||||
spl_Pt.rc \
|
||||
spl_Ro.rc \
|
||||
spl_Ru.rc \
|
||||
spl_Si.rc \
|
||||
spl_Sr.rc \
|
||||
spl_Sv.rc \
|
||||
spl_Uk.rc \
|
||||
spl_Zh.rc
|
||||
RC_SRCS = localspl.rc
|
||||
PO_SRCS = localspl.rc
|
||||
|
||||
@MAKE_DLL_RULES@
|
||||
|
|
|
@ -21,6 +21,14 @@
|
|||
|
||||
#include "localspl_private.h"
|
||||
|
||||
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_LOCALPORT "Local Port"
|
||||
IDS_LOCALMONITOR "Local Monitor"
|
||||
}
|
||||
|
||||
#define WINE_FILENAME_STR "localspl.dll"
|
||||
#define WINE_FILEDESCRIPTION_STR "Wine Printer spooler component"
|
||||
|
||||
|
|
|
@ -1,30 +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 "localspl_private.h"
|
||||
|
||||
LANGUAGE LANG_WELSH, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_LOCALPORT "Port Lleol"
|
||||
IDS_LOCALMONITOR "Monitor Lleol"
|
||||
}
|
|
@ -1,29 +0,0 @@
|
|||
/*
|
||||
* Danish resources for localspl
|
||||
*
|
||||
* Copyright 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 "localspl_private.h"
|
||||
|
||||
LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_LOCALPORT "Lokal port"
|
||||
IDS_LOCALMONITOR "Lokal overvåger"
|
||||
}
|
|
@ -1,32 +0,0 @@
|
|||
/*
|
||||
* German resources for localspl
|
||||
*
|
||||
* Copyright 2005 Henning Gerhardt
|
||||
* Copyright 2006 Detlef Riekenberg
|
||||
*
|
||||
* 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 "localspl_private.h"
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_LOCALPORT "Lokaler Anschluss"
|
||||
IDS_LOCALMONITOR "Lokaler Monitor"
|
||||
}
|
|
@ -1,30 +0,0 @@
|
|||
/*
|
||||
* English resources for localspl
|
||||
*
|
||||
* Copyright 2005 Huw Davies
|
||||
* Copyright 2006 Detlef Riekenberg
|
||||
*
|
||||
* 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 "localspl_private.h"
|
||||
|
||||
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_LOCALPORT "Local Port"
|
||||
IDS_LOCALMONITOR "Local Monitor"
|
||||
}
|
|
@ -1,32 +0,0 @@
|
|||
/*
|
||||
* Spanish resources for localspl
|
||||
*
|
||||
* Copyright 2010 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 "localspl_private.h"
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_LOCALPORT "Puerto local"
|
||||
IDS_LOCALMONITOR "Monitor local"
|
||||
}
|
|
@ -1,29 +0,0 @@
|
|||
/*
|
||||
* French resources for localspl
|
||||
*
|
||||
* Copyright 2007 Jonathan Ernst
|
||||
*
|
||||
* 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 "localspl_private.h"
|
||||
|
||||
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_LOCALPORT "Port local"
|
||||
IDS_LOCALMONITOR "Moniteur local"
|
||||
}
|
|
@ -1,33 +0,0 @@
|
|||
/*
|
||||
* Hebrew resources for localspl
|
||||
*
|
||||
* Copyright 2005 Huw Davies
|
||||
* Copyright 2006 Detlef Riekenberg
|
||||
* 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 "localspl_private.h"
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_LOCALPORT "פתחה מקומית"
|
||||
IDS_LOCALMONITOR "צג מקומי"
|
||||
}
|
|
@ -1,32 +0,0 @@
|
|||
/*
|
||||
* Hungarian resources for localspl
|
||||
*
|
||||
* Copyright 2010 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 "localspl_private.h"
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_LOCALPORT "Helyi Port"
|
||||
IDS_LOCALMONITOR "Helyi figyelő"
|
||||
}
|
|
@ -1,33 +0,0 @@
|
|||
/*
|
||||
* Italian resources for localspl
|
||||
*
|
||||
* Copyright 2005 Huw Davies
|
||||
* Copyright 2006 Detlef Riekenberg
|
||||
*
|
||||
* 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 "localspl_private.h"
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_LOCALPORT "Porta locale"
|
||||
IDS_LOCALMONITOR "Schermo locale"
|
||||
}
|
|
@ -1,33 +0,0 @@
|
|||
/*
|
||||
* Japanese resources for localspl
|
||||
*
|
||||
* Copyright 2005 Huw Davies
|
||||
* Copyright 2006 Detlef Riekenberg
|
||||
*
|
||||
* 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 "localspl_private.h"
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_LOCALPORT "ローカル ポート"
|
||||
IDS_LOCALMONITOR "ローカル モニタ"
|
||||
}
|
|
@ -1,34 +0,0 @@
|
|||
|
||||
/*
|
||||
* Korean resources for localspl
|
||||
*
|
||||
* Copyright 2005 Huw Davies
|
||||
* Copyright 2006 Detlef Riekenberg
|
||||
* Copyright 2006,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 "localspl_private.h"
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_LOCALPORT "지역 포트"
|
||||
IDS_LOCALMONITOR "지역 모니터"
|
||||
}
|
|
@ -1,32 +0,0 @@
|
|||
/*
|
||||
* Lithuanian resources for localspl
|
||||
*
|
||||
* 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 "localspl_private.h"
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_LOCALPORT "Vietinis prievadas"
|
||||
IDS_LOCALMONITOR "Vietinis monitorius"
|
||||
}
|
|
@ -1,29 +0,0 @@
|
|||
/*
|
||||
* Dutch resources for localspl
|
||||
*
|
||||
* Copyright 2008 Frans Kool
|
||||
*
|
||||
* 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 "localspl_private.h"
|
||||
|
||||
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_LOCALPORT "Lokale Poort"
|
||||
IDS_LOCALMONITOR "Lokale Monitor"
|
||||
}
|
|
@ -1,29 +0,0 @@
|
|||
/*
|
||||
* Norwegian Bokmål resources for localspl
|
||||
*
|
||||
* Copyright 2006 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 "localspl_private.h"
|
||||
|
||||
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_LOCALPORT "Lokal port"
|
||||
IDS_LOCALMONITOR "Lokal overvåker"
|
||||
}
|
|
@ -1,31 +0,0 @@
|
|||
/*
|
||||
* Polish resources for localspl
|
||||
*
|
||||
* Copyright 2005 Huw Davies
|
||||
* Copyright 2006 Detlef Riekenberg
|
||||
* Copyright 2007 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 "localspl_private.h"
|
||||
|
||||
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_LOCALPORT "Port lokalny"
|
||||
IDS_LOCALMONITOR "Monitor lokalny"
|
||||
}
|
|
@ -1,29 +0,0 @@
|
|||
/*
|
||||
* Portuguese resources for localspl
|
||||
*
|
||||
* Copyright 2008 Ricardo Filipe
|
||||
*
|
||||
* 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 "localspl_private.h"
|
||||
|
||||
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_LOCALPORT "Porta local"
|
||||
IDS_LOCALMONITOR "Monitor Local"
|
||||
}
|
|
@ -1,31 +0,0 @@
|
|||
/*
|
||||
* Copyright 2005 Huw Davies
|
||||
* Copyright 2006 Detlef Riekenberg
|
||||
* 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 "localspl_private.h"
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_LOCALPORT "Port local"
|
||||
IDS_LOCALMONITOR "Monitor local"
|
||||
}
|
|
@ -1,32 +0,0 @@
|
|||
/*
|
||||
* Russian resources for localspl
|
||||
*
|
||||
* Copyright 2008 Vitaliy Margolen
|
||||
*
|
||||
* 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 "localspl_private.h"
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_LOCALPORT "Локальный порт"
|
||||
IDS_LOCALMONITOR "Локальный монитор"
|
||||
}
|
|
@ -1,31 +0,0 @@
|
|||
/*
|
||||
* Slovenian resources for localspl
|
||||
*
|
||||
* 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 "localspl_private.h"
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_LOCALPORT "Lokalna vrata"
|
||||
IDS_LOCALMONITOR "Lokalen monitor"
|
||||
}
|
|
@ -1,41 +0,0 @@
|
|||
/*
|
||||
* Serbian resources for localspl
|
||||
*
|
||||
* Copyright 2005 Huw Davies
|
||||
* Copyright 2006 Detlef Riekenberg
|
||||
* 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 "localspl_private.h"
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_CYRILLIC
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_LOCALPORT "Локални порт"
|
||||
IDS_LOCALMONITOR "Локални монитор"
|
||||
}
|
||||
|
||||
LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_LOCALPORT "Lokalni port"
|
||||
IDS_LOCALMONITOR "Lokalni monitor"
|
||||
}
|
|
@ -1,29 +0,0 @@
|
|||
/*
|
||||
* Swedish resources for localspl
|
||||
*
|
||||
* 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 "localspl_private.h"
|
||||
|
||||
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_LOCALPORT "Lokal port"
|
||||
IDS_LOCALMONITOR "Lokal skärm"
|
||||
}
|
|
@ -1,32 +0,0 @@
|
|||
/*
|
||||
* Ukrainian resources for localspl
|
||||
*
|
||||
* 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 "localspl_private.h"
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_LOCALPORT "Локальний порт"
|
||||
IDS_LOCALMONITOR "Локальний монітор"
|
||||
}
|
|
@ -1,40 +0,0 @@
|
|||
/*
|
||||
* localspl (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 "localspl_private.h"
|
||||
|
||||
/* Chinese text is encoded in UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_LOCALPORT "本地端口"
|
||||
IDS_LOCALMONITOR "本地监视器"
|
||||
}
|
||||
|
||||
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_LOCALPORT "本地端口"
|
||||
IDS_LOCALMONITOR "本地監視器"
|
||||
}
|
8
po/bg.po
8
po/bg.po
|
@ -1107,6 +1107,14 @@ msgstr ""
|
|||
msgid "Array object expected"
|
||||
msgstr ""
|
||||
|
||||
#: localspl.rc:28
|
||||
msgid "Local Port"
|
||||
msgstr ""
|
||||
|
||||
#: localspl.rc:29
|
||||
msgid "Local Monitor"
|
||||
msgstr ""
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr ""
|
||||
|
|
8
po/cs.po
8
po/cs.po
|
@ -1122,6 +1122,14 @@ msgstr ""
|
|||
msgid "Array object expected"
|
||||
msgstr ""
|
||||
|
||||
#: localspl.rc:28
|
||||
msgid "Local Port"
|
||||
msgstr ""
|
||||
|
||||
#: localspl.rc:29
|
||||
msgid "Local Monitor"
|
||||
msgstr ""
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Vlastnosti"
|
||||
|
|
8
po/da.po
8
po/da.po
|
@ -1123,6 +1123,14 @@ msgstr "Array længde skal være et endeligt positivt heltal"
|
|||
msgid "Array object expected"
|
||||
msgstr "Array objekt forventet"
|
||||
|
||||
#: localspl.rc:28
|
||||
msgid "Local Port"
|
||||
msgstr "Lokal port"
|
||||
|
||||
#: localspl.rc:29
|
||||
msgid "Local Monitor"
|
||||
msgstr "Lokal overvåger"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Instillinger"
|
||||
|
|
8
po/de.po
8
po/de.po
|
@ -1113,6 +1113,14 @@ msgstr "Array-Größe muss eine endliche, positive Ganzzahl sein"
|
|||
msgid "Array object expected"
|
||||
msgstr "Array Objekt erwartet"
|
||||
|
||||
#: localspl.rc:28
|
||||
msgid "Local Port"
|
||||
msgstr "Lokaler Anschluss"
|
||||
|
||||
#: localspl.rc:29
|
||||
msgid "Local Monitor"
|
||||
msgstr "Lokaler Monitor"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Einstellungen"
|
||||
|
|
8
po/el.po
8
po/el.po
|
@ -1109,6 +1109,14 @@ msgstr ""
|
|||
msgid "Array object expected"
|
||||
msgstr ""
|
||||
|
||||
#: localspl.rc:28
|
||||
msgid "Local Port"
|
||||
msgstr ""
|
||||
|
||||
#: localspl.rc:29
|
||||
msgid "Local Monitor"
|
||||
msgstr ""
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr ""
|
||||
|
|
8
po/en.po
8
po/en.po
|
@ -1109,6 +1109,14 @@ msgstr ""
|
|||
msgid "Array object expected"
|
||||
msgstr ""
|
||||
|
||||
#: localspl.rc:28
|
||||
msgid "Local Port"
|
||||
msgstr "Local Port"
|
||||
|
||||
#: localspl.rc:29
|
||||
msgid "Local Monitor"
|
||||
msgstr "Local Monitor"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Properties"
|
||||
|
|
|
@ -1109,6 +1109,14 @@ msgstr "Array length must be a finite positive integer"
|
|||
msgid "Array object expected"
|
||||
msgstr "Array object expected"
|
||||
|
||||
#: localspl.rc:28
|
||||
msgid "Local Port"
|
||||
msgstr "Local Port"
|
||||
|
||||
#: localspl.rc:29
|
||||
msgid "Local Monitor"
|
||||
msgstr "Local Monitor"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Properties"
|
||||
|
|
8
po/eo.po
8
po/eo.po
|
@ -1110,6 +1110,14 @@ msgstr ""
|
|||
msgid "Array object expected"
|
||||
msgstr ""
|
||||
|
||||
#: localspl.rc:28
|
||||
msgid "Local Port"
|
||||
msgstr ""
|
||||
|
||||
#: localspl.rc:29
|
||||
msgid "Local Monitor"
|
||||
msgstr ""
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Ecoj"
|
||||
|
|
8
po/es.po
8
po/es.po
|
@ -1123,6 +1123,14 @@ msgstr "La longitud del arreglo debe ser un entero positivo finito"
|
|||
msgid "Array object expected"
|
||||
msgstr "Objeto Arreglo esperado"
|
||||
|
||||
#: localspl.rc:28
|
||||
msgid "Local Port"
|
||||
msgstr "Puerto local"
|
||||
|
||||
#: localspl.rc:29
|
||||
msgid "Local Monitor"
|
||||
msgstr "Monitor local"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Propiedades"
|
||||
|
|
8
po/fi.po
8
po/fi.po
|
@ -1110,6 +1110,14 @@ msgstr ""
|
|||
msgid "Array object expected"
|
||||
msgstr ""
|
||||
|
||||
#: localspl.rc:28
|
||||
msgid "Local Port"
|
||||
msgstr ""
|
||||
|
||||
#: localspl.rc:29
|
||||
msgid "Local Monitor"
|
||||
msgstr ""
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Ominaisuudet"
|
||||
|
|
8
po/fr.po
8
po/fr.po
|
@ -1113,6 +1113,14 @@ msgstr "La longueur d'un tableau doit être un entier positif"
|
|||
msgid "Array object expected"
|
||||
msgstr "Objet tableau attendu"
|
||||
|
||||
#: localspl.rc:28
|
||||
msgid "Local Port"
|
||||
msgstr "Port local"
|
||||
|
||||
#: localspl.rc:29
|
||||
msgid "Local Monitor"
|
||||
msgstr "Moniteur local"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Propriétés"
|
||||
|
|
8
po/he.po
8
po/he.po
|
@ -1110,6 +1110,14 @@ msgstr ""
|
|||
msgid "Array object expected"
|
||||
msgstr ""
|
||||
|
||||
#: localspl.rc:28
|
||||
msgid "Local Port"
|
||||
msgstr "פתחה מקומית"
|
||||
|
||||
#: localspl.rc:29
|
||||
msgid "Local Monitor"
|
||||
msgstr "צג מקומי"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&מאפיינים"
|
||||
|
|
8
po/hi.po
8
po/hi.po
|
@ -1110,6 +1110,14 @@ msgstr ""
|
|||
msgid "Array object expected"
|
||||
msgstr ""
|
||||
|
||||
#: localspl.rc:28
|
||||
msgid "Local Port"
|
||||
msgstr ""
|
||||
|
||||
#: localspl.rc:29
|
||||
msgid "Local Monitor"
|
||||
msgstr ""
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "सूचना (&o)"
|
||||
|
|
8
po/hu.po
8
po/hu.po
|
@ -1115,6 +1115,14 @@ msgstr "A tömb hosszának egy véges pozitív egész számnak kell lennie"
|
|||
msgid "Array object expected"
|
||||
msgstr "Tömb objektumot vártam"
|
||||
|
||||
#: localspl.rc:28
|
||||
msgid "Local Port"
|
||||
msgstr "Helyi Port"
|
||||
|
||||
#: localspl.rc:29
|
||||
msgid "Local Monitor"
|
||||
msgstr "Helyi figyelő"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Beállítások"
|
||||
|
|
8
po/it.po
8
po/it.po
|
@ -1113,6 +1113,14 @@ msgstr "La lunghezza dell'array deve essere un intero finito e positivo"
|
|||
msgid "Array object expected"
|
||||
msgstr "Richiesto un oggetto array"
|
||||
|
||||
#: localspl.rc:28
|
||||
msgid "Local Port"
|
||||
msgstr "Porta locale"
|
||||
|
||||
#: localspl.rc:29
|
||||
msgid "Local Monitor"
|
||||
msgstr "Schermo locale"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Proprietà"
|
||||
|
|
8
po/ja.po
8
po/ja.po
|
@ -1113,6 +1113,14 @@ msgstr "配列の長さは有限の正整数でなければなりません"
|
|||
msgid "Array object expected"
|
||||
msgstr "配列オブジェクトを期待していました"
|
||||
|
||||
#: localspl.rc:28
|
||||
msgid "Local Port"
|
||||
msgstr "ローカル ポート"
|
||||
|
||||
#: localspl.rc:29
|
||||
msgid "Local Monitor"
|
||||
msgstr "ローカル モニタ"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "プロパティ(&P)"
|
||||
|
|
8
po/ko.po
8
po/ko.po
|
@ -1113,6 +1113,14 @@ msgstr "배열 길이는 반드시 한정된 양의 정수이어야 함"
|
|||
msgid "Array object expected"
|
||||
msgstr "배열 객체가 필요함"
|
||||
|
||||
#: localspl.rc:28
|
||||
msgid "Local Port"
|
||||
msgstr "지역 포트"
|
||||
|
||||
#: localspl.rc:29
|
||||
msgid "Local Monitor"
|
||||
msgstr "지역 모니터"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "등록 정보(&P)"
|
||||
|
|
8
po/lt.po
8
po/lt.po
|
@ -1113,6 +1113,14 @@ msgstr "Masyvo dydis turi būti teigiamas sveikasis skaičius"
|
|||
msgid "Array object expected"
|
||||
msgstr "Tikėtasi masyvo objekto"
|
||||
|
||||
#: localspl.rc:28
|
||||
msgid "Local Port"
|
||||
msgstr "Vietinis prievadas"
|
||||
|
||||
#: localspl.rc:29
|
||||
msgid "Local Monitor"
|
||||
msgstr "Vietinis monitorius"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Savybės"
|
||||
|
|
8
po/ml.po
8
po/ml.po
|
@ -1110,6 +1110,14 @@ msgstr ""
|
|||
msgid "Array object expected"
|
||||
msgstr ""
|
||||
|
||||
#: localspl.rc:28
|
||||
msgid "Local Port"
|
||||
msgstr ""
|
||||
|
||||
#: localspl.rc:29
|
||||
msgid "Local Monitor"
|
||||
msgstr ""
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "വി_വരം"
|
||||
|
|
|
@ -1115,6 +1115,14 @@ msgstr "Rekkens lengde må være et endelig, positivt tall"
|
|||
msgid "Array object expected"
|
||||
msgstr "Forventet rekke-objekt"
|
||||
|
||||
#: localspl.rc:28
|
||||
msgid "Local Port"
|
||||
msgstr "Lokal port"
|
||||
|
||||
#: localspl.rc:29
|
||||
msgid "Local Monitor"
|
||||
msgstr "Lokal overvåker"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Egenskaper"
|
||||
|
|
8
po/nl.po
8
po/nl.po
|
@ -1113,6 +1113,14 @@ msgstr "Array lengte moet een eindig, positief geheel getal zijn"
|
|||
msgid "Array object expected"
|
||||
msgstr "Array object verwacht"
|
||||
|
||||
#: localspl.rc:28
|
||||
msgid "Local Port"
|
||||
msgstr "Lokale Poort"
|
||||
|
||||
#: localspl.rc:29
|
||||
msgid "Local Monitor"
|
||||
msgstr "Lokale Monitor"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Eigenschappen"
|
||||
|
|
8
po/or.po
8
po/or.po
|
@ -1110,6 +1110,14 @@ msgstr ""
|
|||
msgid "Array object expected"
|
||||
msgstr ""
|
||||
|
||||
#: localspl.rc:28
|
||||
msgid "Local Port"
|
||||
msgstr ""
|
||||
|
||||
#: localspl.rc:29
|
||||
msgid "Local Monitor"
|
||||
msgstr ""
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "ସୂଚନା (&o)"
|
||||
|
|
8
po/pa.po
8
po/pa.po
|
@ -1110,6 +1110,14 @@ msgstr ""
|
|||
msgid "Array object expected"
|
||||
msgstr ""
|
||||
|
||||
#: localspl.rc:28
|
||||
msgid "Local Port"
|
||||
msgstr ""
|
||||
|
||||
#: localspl.rc:29
|
||||
msgid "Local Monitor"
|
||||
msgstr ""
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "ਜਾਣਕਾਰੀ(&o)"
|
||||
|
|
8
po/pl.po
8
po/pl.po
|
@ -1113,6 +1113,14 @@ msgstr "Długość tablicy musi być skończoną dodatnią liczbą stałą"
|
|||
msgid "Array object expected"
|
||||
msgstr "Oczekiwany obiekt tablicowy"
|
||||
|
||||
#: localspl.rc:28
|
||||
msgid "Local Port"
|
||||
msgstr "Port lokalny"
|
||||
|
||||
#: localspl.rc:29
|
||||
msgid "Local Monitor"
|
||||
msgstr "Monitor lokalny"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Ustawienia"
|
||||
|
|
|
@ -1113,6 +1113,14 @@ msgstr "Tamanho do vetor tem que ser um inteiro finito positivo"
|
|||
msgid "Array object expected"
|
||||
msgstr "Objeto Array esperado"
|
||||
|
||||
#: localspl.rc:28
|
||||
msgid "Local Port"
|
||||
msgstr "Porta local"
|
||||
|
||||
#: localspl.rc:29
|
||||
msgid "Local Monitor"
|
||||
msgstr "Monitor Local"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Propriedades"
|
||||
|
|
|
@ -1113,6 +1113,14 @@ msgstr "Tamanho do vector tem de ser um inteiro finito positivo"
|
|||
msgid "Array object expected"
|
||||
msgstr "Objecto Array esperado"
|
||||
|
||||
#: localspl.rc:28
|
||||
msgid "Local Port"
|
||||
msgstr "Porta local"
|
||||
|
||||
#: localspl.rc:29
|
||||
msgid "Local Monitor"
|
||||
msgstr "Monitor Local"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Propriedades"
|
||||
|
|
8
po/ro.po
8
po/ro.po
|
@ -1115,6 +1115,14 @@ msgstr "Lungimea unei matrice trebuie să fie un număr întreg pozitiv"
|
|||
msgid "Array object expected"
|
||||
msgstr "Se așteaptă un obiect matrice"
|
||||
|
||||
#: localspl.rc:28
|
||||
msgid "Local Port"
|
||||
msgstr "Port local"
|
||||
|
||||
#: localspl.rc:29
|
||||
msgid "Local Monitor"
|
||||
msgstr "Monitor local"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Proprietăți"
|
||||
|
|
8
po/ru.po
8
po/ru.po
|
@ -1121,6 +1121,14 @@ msgstr "Длиной массива должно быть конечное по
|
|||
msgid "Array object expected"
|
||||
msgstr "Ожидается объект типа 'Array'"
|
||||
|
||||
#: localspl.rc:28
|
||||
msgid "Local Port"
|
||||
msgstr "Локальный порт"
|
||||
|
||||
#: localspl.rc:29
|
||||
msgid "Local Monitor"
|
||||
msgstr "Локальный монитор"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Свойства"
|
||||
|
|
8
po/sk.po
8
po/sk.po
|
@ -1110,6 +1110,14 @@ msgstr ""
|
|||
msgid "Array object expected"
|
||||
msgstr ""
|
||||
|
||||
#: localspl.rc:28
|
||||
msgid "Local Port"
|
||||
msgstr ""
|
||||
|
||||
#: localspl.rc:29
|
||||
msgid "Local Monitor"
|
||||
msgstr ""
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Vlastnosti"
|
||||
|
|
8
po/sl.po
8
po/sl.po
|
@ -1125,6 +1125,14 @@ msgstr "Dožina polja mora bit pozitivno celo število"
|
|||
msgid "Array object expected"
|
||||
msgstr "Pričakujem Array objekt"
|
||||
|
||||
#: localspl.rc:28
|
||||
msgid "Local Port"
|
||||
msgstr "Lokalna vrata"
|
||||
|
||||
#: localspl.rc:29
|
||||
msgid "Local Monitor"
|
||||
msgstr "Lokalen monitor"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Lastnosti"
|
||||
|
|
|
@ -1113,6 +1113,14 @@ msgstr "Niz dužine mora biti konačan pozitivan ceo broj"
|
|||
msgid "Array object expected"
|
||||
msgstr "Očekivani niz objekta"
|
||||
|
||||
#: localspl.rc:28
|
||||
msgid "Local Port"
|
||||
msgstr "Lokalni port"
|
||||
|
||||
#: localspl.rc:29
|
||||
msgid "Local Monitor"
|
||||
msgstr "Lokalni monitor"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Svojstva"
|
||||
|
|
|
@ -1113,6 +1113,14 @@ msgstr "Низ дужине мора бити коначан позитиван
|
|||
msgid "Array object expected"
|
||||
msgstr "Очекивани низ објекта"
|
||||
|
||||
#: localspl.rc:28
|
||||
msgid "Local Port"
|
||||
msgstr "Локални порт"
|
||||
|
||||
#: localspl.rc:29
|
||||
msgid "Local Monitor"
|
||||
msgstr "Локални монитор"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Својства"
|
||||
|
|
8
po/sv.po
8
po/sv.po
|
@ -1113,6 +1113,14 @@ msgstr "Array-längd måste vara ett positivt ändligt heltal"
|
|||
msgid "Array object expected"
|
||||
msgstr "Array-objekt förväntades"
|
||||
|
||||
#: localspl.rc:28
|
||||
msgid "Local Port"
|
||||
msgstr "Lokal port"
|
||||
|
||||
#: localspl.rc:29
|
||||
msgid "Local Monitor"
|
||||
msgstr "Lokal skärm"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Egenskaper"
|
||||
|
|
8
po/te.po
8
po/te.po
|
@ -1110,6 +1110,14 @@ msgstr ""
|
|||
msgid "Array object expected"
|
||||
msgstr ""
|
||||
|
||||
#: localspl.rc:28
|
||||
msgid "Local Port"
|
||||
msgstr ""
|
||||
|
||||
#: localspl.rc:29
|
||||
msgid "Local Monitor"
|
||||
msgstr ""
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "సమాచారము (&o)"
|
||||
|
|
8
po/th.po
8
po/th.po
|
@ -1110,6 +1110,14 @@ msgstr ""
|
|||
msgid "Array object expected"
|
||||
msgstr ""
|
||||
|
||||
#: localspl.rc:28
|
||||
msgid "Local Port"
|
||||
msgstr ""
|
||||
|
||||
#: localspl.rc:29
|
||||
msgid "Local Monitor"
|
||||
msgstr ""
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "ปรับแต่งนาฬิกา"
|
||||
|
|
8
po/tr.po
8
po/tr.po
|
@ -1122,6 +1122,14 @@ msgstr ""
|
|||
msgid "Array object expected"
|
||||
msgstr ""
|
||||
|
||||
#: localspl.rc:28
|
||||
msgid "Local Port"
|
||||
msgstr ""
|
||||
|
||||
#: localspl.rc:29
|
||||
msgid "Local Monitor"
|
||||
msgstr ""
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Özellikler"
|
||||
|
|
8
po/uk.po
8
po/uk.po
|
@ -1113,6 +1113,14 @@ msgstr "Довжиною масиву повинне бути скінченне
|
|||
msgid "Array object expected"
|
||||
msgstr "Очікується об'єкт Array"
|
||||
|
||||
#: localspl.rc:28
|
||||
msgid "Local Port"
|
||||
msgstr "Локальний порт"
|
||||
|
||||
#: localspl.rc:29
|
||||
msgid "Local Monitor"
|
||||
msgstr "Локальний монітор"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Властивості"
|
||||
|
|
8
po/wa.po
8
po/wa.po
|
@ -1110,6 +1110,14 @@ msgstr ""
|
|||
msgid "Array object expected"
|
||||
msgstr ""
|
||||
|
||||
#: localspl.rc:28
|
||||
msgid "Local Port"
|
||||
msgstr ""
|
||||
|
||||
#: localspl.rc:29
|
||||
msgid "Local Monitor"
|
||||
msgstr ""
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Propietés"
|
||||
|
|
|
@ -1106,6 +1106,14 @@ msgstr ""
|
|||
msgid "Array object expected"
|
||||
msgstr ""
|
||||
|
||||
#: localspl.rc:28
|
||||
msgid "Local Port"
|
||||
msgstr ""
|
||||
|
||||
#: localspl.rc:29
|
||||
msgid "Local Monitor"
|
||||
msgstr ""
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr ""
|
||||
|
|
|
@ -1110,6 +1110,14 @@ msgstr ""
|
|||
msgid "Array object expected"
|
||||
msgstr ""
|
||||
|
||||
#: localspl.rc:28
|
||||
msgid "Local Port"
|
||||
msgstr "本地端口"
|
||||
|
||||
#: localspl.rc:29
|
||||
msgid "Local Monitor"
|
||||
msgstr "本地监视器"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "属性(&P)"
|
||||
|
|
|
@ -1110,6 +1110,14 @@ msgstr ""
|
|||
msgid "Array object expected"
|
||||
msgstr ""
|
||||
|
||||
#: localspl.rc:28
|
||||
msgid "Local Port"
|
||||
msgstr "本地端口"
|
||||
|
||||
#: localspl.rc:29
|
||||
msgid "Local Monitor"
|
||||
msgstr "本地監視器"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "屬性(&P)"
|
||||
|
|
Loading…
Reference in New Issue