localspl: Convert translations to po files.

This commit is contained in:
Alexandre Julliard 2011-01-06 14:24:05 +01:00
parent 0ccf1d89f8
commit 7df87f3976
68 changed files with 340 additions and 760 deletions

2
configure vendored
View File

@ -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 krnl386.exe16 enable_win16 implib kernel
wine_fn_config_dll ktmw32 enable_ktmw32 wine_fn_config_dll ktmw32 enable_ktmw32
wine_fn_config_dll loadperf enable_loadperf implib 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_test dlls/localspl/tests localspl_test
wine_fn_config_dll localui enable_localui wine_fn_config_dll localui enable_localui
wine_fn_config_test dlls/localui/tests localui_test wine_fn_config_test dlls/localui/tests localui_test

View File

@ -2533,7 +2533,7 @@ WINE_CONFIG_DLL(keyboard.drv16,enable_win16)
WINE_CONFIG_DLL(krnl386.exe16,enable_win16,[implib],[kernel]) WINE_CONFIG_DLL(krnl386.exe16,enable_win16,[implib],[kernel])
WINE_CONFIG_DLL(ktmw32) WINE_CONFIG_DLL(ktmw32)
WINE_CONFIG_DLL(loadperf,,[implib]) WINE_CONFIG_DLL(loadperf,,[implib])
WINE_CONFIG_DLL(localspl) WINE_CONFIG_DLL(localspl,,[po])
WINE_CONFIG_TEST(dlls/localspl/tests) WINE_CONFIG_TEST(dlls/localspl/tests)
WINE_CONFIG_DLL(localui) WINE_CONFIG_DLL(localui)
WINE_CONFIG_TEST(dlls/localui/tests) WINE_CONFIG_TEST(dlls/localui/tests)

View File

@ -6,30 +6,7 @@ C_SRCS = \
localspl_main.c \ localspl_main.c \
provider.c provider.c
RC_SRCS = \ RC_SRCS = localspl.rc
localspl.rc \ PO_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
@MAKE_DLL_RULES@ @MAKE_DLL_RULES@

View File

@ -21,6 +21,14 @@
#include "localspl_private.h" #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_FILENAME_STR "localspl.dll"
#define WINE_FILEDESCRIPTION_STR "Wine Printer spooler component" #define WINE_FILEDESCRIPTION_STR "Wine Printer spooler component"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -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 "צג מקומי"
}

View File

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

View File

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

View File

@ -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 "ローカル モニタ"
}

View File

@ -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 "지역 모니터"
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -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 "Локальный монитор"
}

View File

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

View File

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

View File

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

View File

@ -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 "Локальний монітор"
}

View File

@ -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 "本地監視器"
}

View File

@ -1107,6 +1107,14 @@ msgstr ""
msgid "Array object expected" msgid "Array object expected"
msgstr "" msgstr ""
#: localspl.rc:28
msgid "Local Port"
msgstr ""
#: localspl.rc:29
msgid "Local Monitor"
msgstr ""
#: clock.rc:28 #: clock.rc:28
msgid "&Properties" msgid "&Properties"
msgstr "" msgstr ""

View File

@ -1122,6 +1122,14 @@ msgstr ""
msgid "Array object expected" msgid "Array object expected"
msgstr "" msgstr ""
#: localspl.rc:28
msgid "Local Port"
msgstr ""
#: localspl.rc:29
msgid "Local Monitor"
msgstr ""
#: clock.rc:28 #: clock.rc:28
msgid "&Properties" msgid "&Properties"
msgstr "&Vlastnosti" msgstr "&Vlastnosti"

View File

@ -1123,6 +1123,14 @@ msgstr "Array længde skal være et endeligt positivt heltal"
msgid "Array object expected" msgid "Array object expected"
msgstr "Array objekt forventet" 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 #: clock.rc:28
msgid "&Properties" msgid "&Properties"
msgstr "&Instillinger" msgstr "&Instillinger"

View File

@ -1113,6 +1113,14 @@ msgstr "Array-Größe muss eine endliche, positive Ganzzahl sein"
msgid "Array object expected" msgid "Array object expected"
msgstr "Array Objekt erwartet" 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 #: clock.rc:28
msgid "&Properties" msgid "&Properties"
msgstr "&Einstellungen" msgstr "&Einstellungen"

View File

@ -1109,6 +1109,14 @@ msgstr ""
msgid "Array object expected" msgid "Array object expected"
msgstr "" msgstr ""
#: localspl.rc:28
msgid "Local Port"
msgstr ""
#: localspl.rc:29
msgid "Local Monitor"
msgstr ""
#: clock.rc:28 #: clock.rc:28
msgid "&Properties" msgid "&Properties"
msgstr "" msgstr ""

View File

@ -1109,6 +1109,14 @@ msgstr ""
msgid "Array object expected" msgid "Array object expected"
msgstr "" msgstr ""
#: localspl.rc:28
msgid "Local Port"
msgstr "Local Port"
#: localspl.rc:29
msgid "Local Monitor"
msgstr "Local Monitor"
#: clock.rc:28 #: clock.rc:28
msgid "&Properties" msgid "&Properties"
msgstr "&Properties" msgstr "&Properties"

View File

@ -1109,6 +1109,14 @@ msgstr "Array length must be a finite positive integer"
msgid "Array object expected" msgid "Array object expected"
msgstr "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 #: clock.rc:28
msgid "&Properties" msgid "&Properties"
msgstr "&Properties" msgstr "&Properties"

View File

@ -1110,6 +1110,14 @@ msgstr ""
msgid "Array object expected" msgid "Array object expected"
msgstr "" msgstr ""
#: localspl.rc:28
msgid "Local Port"
msgstr ""
#: localspl.rc:29
msgid "Local Monitor"
msgstr ""
#: clock.rc:28 #: clock.rc:28
msgid "&Properties" msgid "&Properties"
msgstr "&Ecoj" msgstr "&Ecoj"

View File

@ -1123,6 +1123,14 @@ msgstr "La longitud del arreglo debe ser un entero positivo finito"
msgid "Array object expected" msgid "Array object expected"
msgstr "Objeto Arreglo esperado" 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 #: clock.rc:28
msgid "&Properties" msgid "&Properties"
msgstr "&Propiedades" msgstr "&Propiedades"

View File

@ -1110,6 +1110,14 @@ msgstr ""
msgid "Array object expected" msgid "Array object expected"
msgstr "" msgstr ""
#: localspl.rc:28
msgid "Local Port"
msgstr ""
#: localspl.rc:29
msgid "Local Monitor"
msgstr ""
#: clock.rc:28 #: clock.rc:28
msgid "&Properties" msgid "&Properties"
msgstr "&Ominaisuudet" msgstr "&Ominaisuudet"

View File

@ -1113,6 +1113,14 @@ msgstr "La longueur d'un tableau doit être un entier positif"
msgid "Array object expected" msgid "Array object expected"
msgstr "Objet tableau attendu" 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 #: clock.rc:28
msgid "&Properties" msgid "&Properties"
msgstr "&Propriétés" msgstr "&Propriétés"

View File

@ -1110,6 +1110,14 @@ msgstr ""
msgid "Array object expected" msgid "Array object expected"
msgstr "" msgstr ""
#: localspl.rc:28
msgid "Local Port"
msgstr "פתחה מקומית"
#: localspl.rc:29
msgid "Local Monitor"
msgstr "צג מקומי"
#: clock.rc:28 #: clock.rc:28
msgid "&Properties" msgid "&Properties"
msgstr "&מאפיינים" msgstr "&מאפיינים"

View File

@ -1110,6 +1110,14 @@ msgstr ""
msgid "Array object expected" msgid "Array object expected"
msgstr "" msgstr ""
#: localspl.rc:28
msgid "Local Port"
msgstr ""
#: localspl.rc:29
msgid "Local Monitor"
msgstr ""
#: clock.rc:28 #: clock.rc:28
msgid "&Properties" msgid "&Properties"
msgstr "सूचना (&o)" msgstr "सूचना (&o)"

View File

@ -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" msgid "Array object expected"
msgstr "Tömb objektumot vártam" 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 #: clock.rc:28
msgid "&Properties" msgid "&Properties"
msgstr "&Beállítások" msgstr "&Beállítások"

View File

@ -1113,6 +1113,14 @@ msgstr "La lunghezza dell'array deve essere un intero finito e positivo"
msgid "Array object expected" msgid "Array object expected"
msgstr "Richiesto un oggetto array" 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 #: clock.rc:28
msgid "&Properties" msgid "&Properties"
msgstr "&Proprietà" msgstr "&Proprietà"

View File

@ -1113,6 +1113,14 @@ msgstr "配列の長さは有限の正整数でなければなりません"
msgid "Array object expected" msgid "Array object expected"
msgstr "配列オブジェクトを期待していました" msgstr "配列オブジェクトを期待していました"
#: localspl.rc:28
msgid "Local Port"
msgstr "ローカル ポート"
#: localspl.rc:29
msgid "Local Monitor"
msgstr "ローカル モニタ"
#: clock.rc:28 #: clock.rc:28
msgid "&Properties" msgid "&Properties"
msgstr "プロパティ(&P)" msgstr "プロパティ(&P)"

View File

@ -1113,6 +1113,14 @@ msgstr "배열 길이는 반드시 한정된 양의 정수이어야 함"
msgid "Array object expected" msgid "Array object expected"
msgstr "배열 객체가 필요함" msgstr "배열 객체가 필요함"
#: localspl.rc:28
msgid "Local Port"
msgstr "지역 포트"
#: localspl.rc:29
msgid "Local Monitor"
msgstr "지역 모니터"
#: clock.rc:28 #: clock.rc:28
msgid "&Properties" msgid "&Properties"
msgstr "등록 정보(&P)" msgstr "등록 정보(&P)"

View File

@ -1113,6 +1113,14 @@ msgstr "Masyvo dydis turi būti teigiamas sveikasis skaičius"
msgid "Array object expected" msgid "Array object expected"
msgstr "Tikėtasi masyvo objekto" 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 #: clock.rc:28
msgid "&Properties" msgid "&Properties"
msgstr "&Savybės" msgstr "&Savybės"

View File

@ -1110,6 +1110,14 @@ msgstr ""
msgid "Array object expected" msgid "Array object expected"
msgstr "" msgstr ""
#: localspl.rc:28
msgid "Local Port"
msgstr ""
#: localspl.rc:29
msgid "Local Monitor"
msgstr ""
#: clock.rc:28 #: clock.rc:28
msgid "&Properties" msgid "&Properties"
msgstr "വി_വര" msgstr "വി_വര"

View File

@ -1115,6 +1115,14 @@ msgstr "Rekkens lengde må være et endelig, positivt tall"
msgid "Array object expected" msgid "Array object expected"
msgstr "Forventet rekke-objekt" 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 #: clock.rc:28
msgid "&Properties" msgid "&Properties"
msgstr "&Egenskaper" msgstr "&Egenskaper"

View File

@ -1113,6 +1113,14 @@ msgstr "Array lengte moet een eindig, positief geheel getal zijn"
msgid "Array object expected" msgid "Array object expected"
msgstr "Array object verwacht" 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 #: clock.rc:28
msgid "&Properties" msgid "&Properties"
msgstr "&Eigenschappen" msgstr "&Eigenschappen"

View File

@ -1110,6 +1110,14 @@ msgstr ""
msgid "Array object expected" msgid "Array object expected"
msgstr "" msgstr ""
#: localspl.rc:28
msgid "Local Port"
msgstr ""
#: localspl.rc:29
msgid "Local Monitor"
msgstr ""
#: clock.rc:28 #: clock.rc:28
msgid "&Properties" msgid "&Properties"
msgstr "ସୂଚନା (&o)" msgstr "ସୂଚନା (&o)"

View File

@ -1110,6 +1110,14 @@ msgstr ""
msgid "Array object expected" msgid "Array object expected"
msgstr "" msgstr ""
#: localspl.rc:28
msgid "Local Port"
msgstr ""
#: localspl.rc:29
msgid "Local Monitor"
msgstr ""
#: clock.rc:28 #: clock.rc:28
msgid "&Properties" msgid "&Properties"
msgstr "ਜਾਣਕਾਰੀ(&o)" msgstr "ਜਾਣਕਾਰੀ(&o)"

View File

@ -1113,6 +1113,14 @@ msgstr "Długość tablicy musi być skończoną dodatnią liczbą stałą"
msgid "Array object expected" msgid "Array object expected"
msgstr "Oczekiwany obiekt tablicowy" 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 #: clock.rc:28
msgid "&Properties" msgid "&Properties"
msgstr "&Ustawienia" msgstr "&Ustawienia"

View File

@ -1113,6 +1113,14 @@ msgstr "Tamanho do vetor tem que ser um inteiro finito positivo"
msgid "Array object expected" msgid "Array object expected"
msgstr "Objeto Array esperado" 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 #: clock.rc:28
msgid "&Properties" msgid "&Properties"
msgstr "&Propriedades" msgstr "&Propriedades"

View File

@ -1113,6 +1113,14 @@ msgstr "Tamanho do vector tem de ser um inteiro finito positivo"
msgid "Array object expected" msgid "Array object expected"
msgstr "Objecto Array esperado" 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 #: clock.rc:28
msgid "&Properties" msgid "&Properties"
msgstr "&Propriedades" msgstr "&Propriedades"

View File

@ -1115,6 +1115,14 @@ msgstr "Lungimea unei matrice trebuie să fie un număr întreg pozitiv"
msgid "Array object expected" msgid "Array object expected"
msgstr "Se așteaptă un obiect matrice" 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 #: clock.rc:28
msgid "&Properties" msgid "&Properties"
msgstr "&Proprietăți" msgstr "&Proprietăți"

View File

@ -1121,6 +1121,14 @@ msgstr "Длиной массива должно быть конечное по
msgid "Array object expected" msgid "Array object expected"
msgstr "Ожидается объект типа 'Array'" msgstr "Ожидается объект типа 'Array'"
#: localspl.rc:28
msgid "Local Port"
msgstr "Локальный порт"
#: localspl.rc:29
msgid "Local Monitor"
msgstr "Локальный монитор"
#: clock.rc:28 #: clock.rc:28
msgid "&Properties" msgid "&Properties"
msgstr "&Свойства" msgstr "&Свойства"

View File

@ -1110,6 +1110,14 @@ msgstr ""
msgid "Array object expected" msgid "Array object expected"
msgstr "" msgstr ""
#: localspl.rc:28
msgid "Local Port"
msgstr ""
#: localspl.rc:29
msgid "Local Monitor"
msgstr ""
#: clock.rc:28 #: clock.rc:28
msgid "&Properties" msgid "&Properties"
msgstr "&Vlastnosti" msgstr "&Vlastnosti"

View File

@ -1125,6 +1125,14 @@ msgstr "Dožina polja mora bit pozitivno celo število"
msgid "Array object expected" msgid "Array object expected"
msgstr "Pričakujem Array objekt" 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 #: clock.rc:28
msgid "&Properties" msgid "&Properties"
msgstr "&Lastnosti" msgstr "&Lastnosti"

View File

@ -1113,6 +1113,14 @@ msgstr "Niz dužine mora biti konačan pozitivan ceo broj"
msgid "Array object expected" msgid "Array object expected"
msgstr "Očekivani niz objekta" 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 #: clock.rc:28
msgid "&Properties" msgid "&Properties"
msgstr "&Svojstva" msgstr "&Svojstva"

View File

@ -1113,6 +1113,14 @@ msgstr "Низ дужине мора бити коначан позитиван
msgid "Array object expected" msgid "Array object expected"
msgstr "Очекивани низ објекта" msgstr "Очекивани низ објекта"
#: localspl.rc:28
msgid "Local Port"
msgstr "Локални порт"
#: localspl.rc:29
msgid "Local Monitor"
msgstr "Локални монитор"
#: clock.rc:28 #: clock.rc:28
msgid "&Properties" msgid "&Properties"
msgstr "&Својства" msgstr "&Својства"

View File

@ -1113,6 +1113,14 @@ msgstr "Array-längd måste vara ett positivt ändligt heltal"
msgid "Array object expected" msgid "Array object expected"
msgstr "Array-objekt förväntades" 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 #: clock.rc:28
msgid "&Properties" msgid "&Properties"
msgstr "&Egenskaper" msgstr "&Egenskaper"

View File

@ -1110,6 +1110,14 @@ msgstr ""
msgid "Array object expected" msgid "Array object expected"
msgstr "" msgstr ""
#: localspl.rc:28
msgid "Local Port"
msgstr ""
#: localspl.rc:29
msgid "Local Monitor"
msgstr ""
#: clock.rc:28 #: clock.rc:28
msgid "&Properties" msgid "&Properties"
msgstr "సమాచారము (&o)" msgstr "సమాచారము (&o)"

View File

@ -1110,6 +1110,14 @@ msgstr ""
msgid "Array object expected" msgid "Array object expected"
msgstr "" msgstr ""
#: localspl.rc:28
msgid "Local Port"
msgstr ""
#: localspl.rc:29
msgid "Local Monitor"
msgstr ""
#: clock.rc:28 #: clock.rc:28
msgid "&Properties" msgid "&Properties"
msgstr "ปรับแต่งนาฬิกา" msgstr "ปรับแต่งนาฬิกา"

View File

@ -1122,6 +1122,14 @@ msgstr ""
msgid "Array object expected" msgid "Array object expected"
msgstr "" msgstr ""
#: localspl.rc:28
msgid "Local Port"
msgstr ""
#: localspl.rc:29
msgid "Local Monitor"
msgstr ""
#: clock.rc:28 #: clock.rc:28
msgid "&Properties" msgid "&Properties"
msgstr "&Özellikler" msgstr "&Özellikler"

View File

@ -1113,6 +1113,14 @@ msgstr "Довжиною масиву повинне бути скінченне
msgid "Array object expected" msgid "Array object expected"
msgstr "Очікується об'єкт Array" msgstr "Очікується об'єкт Array"
#: localspl.rc:28
msgid "Local Port"
msgstr "Локальний порт"
#: localspl.rc:29
msgid "Local Monitor"
msgstr "Локальний монітор"
#: clock.rc:28 #: clock.rc:28
msgid "&Properties" msgid "&Properties"
msgstr "&Властивості" msgstr "&Властивості"

View File

@ -1110,6 +1110,14 @@ msgstr ""
msgid "Array object expected" msgid "Array object expected"
msgstr "" msgstr ""
#: localspl.rc:28
msgid "Local Port"
msgstr ""
#: localspl.rc:29
msgid "Local Monitor"
msgstr ""
#: clock.rc:28 #: clock.rc:28
msgid "&Properties" msgid "&Properties"
msgstr "&Propietés" msgstr "&Propietés"

View File

@ -1106,6 +1106,14 @@ msgstr ""
msgid "Array object expected" msgid "Array object expected"
msgstr "" msgstr ""
#: localspl.rc:28
msgid "Local Port"
msgstr ""
#: localspl.rc:29
msgid "Local Monitor"
msgstr ""
#: clock.rc:28 #: clock.rc:28
msgid "&Properties" msgid "&Properties"
msgstr "" msgstr ""

View File

@ -1110,6 +1110,14 @@ msgstr ""
msgid "Array object expected" msgid "Array object expected"
msgstr "" msgstr ""
#: localspl.rc:28
msgid "Local Port"
msgstr "本地端口"
#: localspl.rc:29
msgid "Local Monitor"
msgstr "本地监视器"
#: clock.rc:28 #: clock.rc:28
msgid "&Properties" msgid "&Properties"
msgstr "属性(&P)" msgstr "属性(&P)"

View File

@ -1110,6 +1110,14 @@ msgstr ""
msgid "Array object expected" msgid "Array object expected"
msgstr "" msgstr ""
#: localspl.rc:28
msgid "Local Port"
msgstr "本地端口"
#: localspl.rc:29
msgid "Local Monitor"
msgstr "本地監視器"
#: clock.rc:28 #: clock.rc:28
msgid "&Properties" msgid "&Properties"
msgstr "屬性(&P)" msgstr "屬性(&P)"