diff --git a/configure b/configure index 3758f868b5e..fef608def25 100755 --- a/configure +++ b/configure @@ -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 diff --git a/configure.ac b/configure.ac index bd7f9108879..d25f368904f 100644 --- a/configure.ac +++ b/configure.ac @@ -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) diff --git a/dlls/localspl/Makefile.in b/dlls/localspl/Makefile.in index 899c28a5038..5003f4d20ad 100644 --- a/dlls/localspl/Makefile.in +++ b/dlls/localspl/Makefile.in @@ -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@ diff --git a/dlls/localspl/localspl.rc b/dlls/localspl/localspl.rc index 9757afdf504..fc8fe2291c8 100644 --- a/dlls/localspl/localspl.rc +++ b/dlls/localspl/localspl.rc @@ -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" diff --git a/dlls/localspl/spl_Cy.rc b/dlls/localspl/spl_Cy.rc deleted file mode 100644 index cbbe9446b0a..00000000000 --- a/dlls/localspl/spl_Cy.rc +++ /dev/null @@ -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" -} diff --git a/dlls/localspl/spl_Da.rc b/dlls/localspl/spl_Da.rc deleted file mode 100644 index b28fa089325..00000000000 --- a/dlls/localspl/spl_Da.rc +++ /dev/null @@ -1,29 +0,0 @@ -/* - * Danish resources for localspl - * - * Copyright 2008 Jens Albretsen - * - * 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 overvger" -} diff --git a/dlls/localspl/spl_De.rc b/dlls/localspl/spl_De.rc deleted file mode 100644 index b0328f362d9..00000000000 --- a/dlls/localspl/spl_De.rc +++ /dev/null @@ -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" -} diff --git a/dlls/localspl/spl_En.rc b/dlls/localspl/spl_En.rc deleted file mode 100644 index 13b8bf0d2cb..00000000000 --- a/dlls/localspl/spl_En.rc +++ /dev/null @@ -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" -} diff --git a/dlls/localspl/spl_Es.rc b/dlls/localspl/spl_Es.rc deleted file mode 100644 index 18d93b6c2c7..00000000000 --- a/dlls/localspl/spl_Es.rc +++ /dev/null @@ -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" -} diff --git a/dlls/localspl/spl_Fr.rc b/dlls/localspl/spl_Fr.rc deleted file mode 100644 index efc5ed1d1fd..00000000000 --- a/dlls/localspl/spl_Fr.rc +++ /dev/null @@ -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" -} diff --git a/dlls/localspl/spl_He.rc b/dlls/localspl/spl_He.rc deleted file mode 100644 index 8a6e6489723..00000000000 --- a/dlls/localspl/spl_He.rc +++ /dev/null @@ -1,33 +0,0 @@ -/* - * Hebrew resources for localspl - * - * Copyright 2005 Huw Davies - * Copyright 2006 Detlef Riekenberg - * Copyright 2010 Yaron Shahrabani - * - * 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 "צג מקומי" -} diff --git a/dlls/localspl/spl_Hu.rc b/dlls/localspl/spl_Hu.rc deleted file mode 100644 index 5dcf04c0f6a..00000000000 --- a/dlls/localspl/spl_Hu.rc +++ /dev/null @@ -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ő" -} diff --git a/dlls/localspl/spl_It.rc b/dlls/localspl/spl_It.rc deleted file mode 100644 index 64221268a75..00000000000 --- a/dlls/localspl/spl_It.rc +++ /dev/null @@ -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" -} diff --git a/dlls/localspl/spl_Ja.rc b/dlls/localspl/spl_Ja.rc deleted file mode 100644 index 660d03a1adb..00000000000 --- a/dlls/localspl/spl_Ja.rc +++ /dev/null @@ -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 "ローカル モニタ" -} diff --git a/dlls/localspl/spl_Ko.rc b/dlls/localspl/spl_Ko.rc deleted file mode 100644 index e98d58614a8..00000000000 --- a/dlls/localspl/spl_Ko.rc +++ /dev/null @@ -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 "지역 모니터" -} diff --git a/dlls/localspl/spl_Lt.rc b/dlls/localspl/spl_Lt.rc deleted file mode 100644 index 692e47bd192..00000000000 --- a/dlls/localspl/spl_Lt.rc +++ /dev/null @@ -1,32 +0,0 @@ -/* - * Lithuanian resources for localspl - * - * Copyright 2009 Aurimas Fišeras - * - * 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" -} diff --git a/dlls/localspl/spl_Nl.rc b/dlls/localspl/spl_Nl.rc deleted file mode 100644 index ac1cdf02b55..00000000000 --- a/dlls/localspl/spl_Nl.rc +++ /dev/null @@ -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" -} diff --git a/dlls/localspl/spl_No.rc b/dlls/localspl/spl_No.rc deleted file mode 100644 index aefb4238c01..00000000000 --- a/dlls/localspl/spl_No.rc +++ /dev/null @@ -1,29 +0,0 @@ -/* - * Norwegian Bokml resources for localspl - * - * Copyright 2006 Alexander N. Srnes - * - * 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 overvker" -} diff --git a/dlls/localspl/spl_Pl.rc b/dlls/localspl/spl_Pl.rc deleted file mode 100644 index 243d2c0e84f..00000000000 --- a/dlls/localspl/spl_Pl.rc +++ /dev/null @@ -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" -} diff --git a/dlls/localspl/spl_Pt.rc b/dlls/localspl/spl_Pt.rc deleted file mode 100644 index 0bf08a31d45..00000000000 --- a/dlls/localspl/spl_Pt.rc +++ /dev/null @@ -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" -} diff --git a/dlls/localspl/spl_Ro.rc b/dlls/localspl/spl_Ro.rc deleted file mode 100644 index 364f0284617..00000000000 --- a/dlls/localspl/spl_Ro.rc +++ /dev/null @@ -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" -} diff --git a/dlls/localspl/spl_Ru.rc b/dlls/localspl/spl_Ru.rc deleted file mode 100644 index bd97f113d9c..00000000000 --- a/dlls/localspl/spl_Ru.rc +++ /dev/null @@ -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 "Локальный монитор" -} diff --git a/dlls/localspl/spl_Si.rc b/dlls/localspl/spl_Si.rc deleted file mode 100644 index 5c0d25d728b..00000000000 --- a/dlls/localspl/spl_Si.rc +++ /dev/null @@ -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" -} diff --git a/dlls/localspl/spl_Sr.rc b/dlls/localspl/spl_Sr.rc deleted file mode 100644 index 22860e2283c..00000000000 --- a/dlls/localspl/spl_Sr.rc +++ /dev/null @@ -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" -} diff --git a/dlls/localspl/spl_Sv.rc b/dlls/localspl/spl_Sv.rc deleted file mode 100644 index bb32b6c241e..00000000000 --- a/dlls/localspl/spl_Sv.rc +++ /dev/null @@ -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 skrm" -} diff --git a/dlls/localspl/spl_Uk.rc b/dlls/localspl/spl_Uk.rc deleted file mode 100644 index c1ea3cfd254..00000000000 --- a/dlls/localspl/spl_Uk.rc +++ /dev/null @@ -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 "Локальний монітор" -} diff --git a/dlls/localspl/spl_Zh.rc b/dlls/localspl/spl_Zh.rc deleted file mode 100644 index faaa4541f27..00000000000 --- a/dlls/localspl/spl_Zh.rc +++ /dev/null @@ -1,40 +0,0 @@ -/* - * localspl (Simplified and Traditional Chinese Resources) - * - * Copyright 2008 Hongbo Ni - * - * 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 "本地監視器" -} diff --git a/po/bg.po b/po/bg.po index 83cc4e1d432..9c155537fd1 100644 --- a/po/bg.po +++ b/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 "" diff --git a/po/cs.po b/po/cs.po index 4564b17fcdd..349a9284dbd 100644 --- a/po/cs.po +++ b/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" diff --git a/po/da.po b/po/da.po index 271a6ec0633..51bd7898d63 100644 --- a/po/da.po +++ b/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" diff --git a/po/de.po b/po/de.po index 8bb7e6bc6c5..3c5ee3c5647 100644 --- a/po/de.po +++ b/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" diff --git a/po/el.po b/po/el.po index 54cc5445978..5533904a333 100644 --- a/po/el.po +++ b/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 "" diff --git a/po/en.po b/po/en.po index 2e24d4bb969..9060e3d8fde 100644 --- a/po/en.po +++ b/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" diff --git a/po/en_US.po b/po/en_US.po index 56d3b55732a..7377a192d3a 100644 --- a/po/en_US.po +++ b/po/en_US.po @@ -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" diff --git a/po/eo.po b/po/eo.po index dd10ba8e32a..98358f5155b 100644 --- a/po/eo.po +++ b/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" diff --git a/po/es.po b/po/es.po index c327e080f22..52219778a58 100644 --- a/po/es.po +++ b/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" diff --git a/po/fi.po b/po/fi.po index 0886b443dfe..30b75b8bc24 100644 --- a/po/fi.po +++ b/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" diff --git a/po/fr.po b/po/fr.po index 04013b20407..9d2b2f6e588 100644 --- a/po/fr.po +++ b/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" diff --git a/po/he.po b/po/he.po index e5efad9d992..5ef45cff8e3 100644 --- a/po/he.po +++ b/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 "&מאפיינים" diff --git a/po/hi.po b/po/hi.po index 28781111ea9..993aa21e41f 100644 --- a/po/hi.po +++ b/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)" diff --git a/po/hu.po b/po/hu.po index f591189ae85..66e619e20c0 100644 --- a/po/hu.po +++ b/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" diff --git a/po/it.po b/po/it.po index 6b4d963936d..9d49e2c4d76 100644 --- a/po/it.po +++ b/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à" diff --git a/po/ja.po b/po/ja.po index affa7f537be..26add492a3e 100644 --- a/po/ja.po +++ b/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)" diff --git a/po/ko.po b/po/ko.po index c40c33fdb65..9e46619470f 100644 --- a/po/ko.po +++ b/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)" diff --git a/po/lt.po b/po/lt.po index 3ae02345e94..7d1a78cd9d8 100644 --- a/po/lt.po +++ b/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" diff --git a/po/ml.po b/po/ml.po index 54a88f5abb6..9970d964f5e 100644 --- a/po/ml.po +++ b/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 "വി_വരം" diff --git a/po/nb_NO.po b/po/nb_NO.po index cf08251e3e6..917220ba380 100644 --- a/po/nb_NO.po +++ b/po/nb_NO.po @@ -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" diff --git a/po/nl.po b/po/nl.po index 763ce7b1cc6..868d7b306e7 100644 --- a/po/nl.po +++ b/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" diff --git a/po/or.po b/po/or.po index 773b2a4d343..e6e42d85efb 100644 --- a/po/or.po +++ b/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)" diff --git a/po/pa.po b/po/pa.po index fd7514f1718..e8b9dba87b4 100644 --- a/po/pa.po +++ b/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)" diff --git a/po/pl.po b/po/pl.po index 6dc8b3af53e..ee410476bef 100644 --- a/po/pl.po +++ b/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" diff --git a/po/pt_BR.po b/po/pt_BR.po index 3f4b4dc5b53..3ff4abc4dda 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -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" diff --git a/po/pt_PT.po b/po/pt_PT.po index 267de29ccfe..7c102311d0f 100644 --- a/po/pt_PT.po +++ b/po/pt_PT.po @@ -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" diff --git a/po/ro.po b/po/ro.po index 4d77d7c9e40..f9800449155 100644 --- a/po/ro.po +++ b/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" diff --git a/po/ru.po b/po/ru.po index 1942f4ea86a..f1c825e5439 100644 --- a/po/ru.po +++ b/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 "&Свойства" diff --git a/po/sk.po b/po/sk.po index 7c6420012cf..2f6c6d36eba 100644 --- a/po/sk.po +++ b/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" diff --git a/po/sl.po b/po/sl.po index 703dee5588d..75a29124360 100644 --- a/po/sl.po +++ b/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" diff --git a/po/sr_Latn_SP.po b/po/sr_Latn_SP.po index 44544e0c548..1884369bf91 100644 --- a/po/sr_Latn_SP.po +++ b/po/sr_Latn_SP.po @@ -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" diff --git a/po/sr_SP.po b/po/sr_SP.po index 0b1495b1149..b6e8601aebd 100644 --- a/po/sr_SP.po +++ b/po/sr_SP.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 "&Својства" diff --git a/po/sv.po b/po/sv.po index da1071326de..2a57a360d9e 100644 --- a/po/sv.po +++ b/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" diff --git a/po/te.po b/po/te.po index a1648a85a7b..aa446768df4 100644 --- a/po/te.po +++ b/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)" diff --git a/po/th.po b/po/th.po index 1ef64ae5ce2..cc672b4e72f 100644 --- a/po/th.po +++ b/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 "ปรับแต่งนาฬิกา" diff --git a/po/tr.po b/po/tr.po index abbd8d893d5..c5142cadb4f 100644 --- a/po/tr.po +++ b/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" diff --git a/po/uk.po b/po/uk.po index 080cbc49c2d..a5fa46f281e 100644 --- a/po/uk.po +++ b/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 "&Властивості" diff --git a/po/wa.po b/po/wa.po index ee5c6ac67ed..48dd32c9923 100644 --- a/po/wa.po +++ b/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" diff --git a/po/wine.pot b/po/wine.pot index e5ac95dc3b8..af789326fcc 100644 --- a/po/wine.pot +++ b/po/wine.pot @@ -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 "" diff --git a/po/zh_CN.po b/po/zh_CN.po index b297c3eae48..fd11a0d087c 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.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 "属性(&P)" diff --git a/po/zh_TW.po b/po/zh_TW.po index 9f348efb1bc..19dd67ab6a5 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.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 "屬性(&P)"