mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
localspl: Add Polish translation.
This commit is contained in:
parent
f215727c03
commit
8afb94837d
@ -41,3 +41,4 @@
|
||||
#include "spl_Fr.rc"
|
||||
#include "spl_Ko.rc"
|
||||
#include "spl_No.rc"
|
||||
#include "spl_Pl.rc"
|
||||
|
30
dlls/localspl/spl_Pl.rc
Normal file
30
dlls/localspl/spl_Pl.rc
Normal file
@ -0,0 +1,30 @@
|
||||
/*
|
||||
* 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
|
||||
*/
|
||||
|
||||
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
{
|
||||
IDS_LOCALPORT "Port lokalny"
|
||||
IDS_LOCALMONITOR "Monitor lokalny"
|
||||
IDS_NOTHINGTOCONFIG "Ten port nie ma opcji do skonfigurowania"
|
||||
}
|
Loading…
Reference in New Issue
Block a user