Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
a17be3df
Commit
a17be3df
authored
Mar 12, 2007
by
Mikołaj Zalewski
Committed by
Alexandre Julliard
Mar 13, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
start: Add Polish translation.
parent
deba96b0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
66 additions
and
0 deletions
+66
-0
Pl.rc
programs/start/Pl.rc
+65
-0
rsrc.rc
programs/start/rsrc.rc
+1
-0
No files found.
programs/start/Pl.rc
0 → 100644
View file @
a17be3df
/*
* Start
* Polish Language Support
*
* Copyright 2003 Dan Kegel
* 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
{
STRING_USAGE, "Uruchamia program lub otwiera dokument w programie ktry jest zwykle uytwany dla tego rozszerzenia. \n\
Uycie: \n\
start [opcje] nazwa_programu [...] \n\
start [opcje] nazwa_dokumentu \n\
\n\
Opcje: \n\
/M[inimized] Uruchamia program zminimalizowany. \n\
/MAX[imized] Uruchamia program zmaksymalizowany. \n\
/R[estored] Uruchamia program normalnie (bez minimalizacji ani maksymalizacji). \n\
/W[ait] Zaczekaj a program zakoczy dziaanie (i zakocz\n\
\t kodem wyjcia programu). \n\
/L Poka licencj uytkownika. \n\
\n\
start.exe wersja 0.2 Copyright (C) 2003, Dan Kegel \n\
Start jest dostarczany BEZ ADNEJ GWARANCJI; szczegy w opcj /L. \n\
To jest wolne oprogramowanie i moesz je rozpowszechnia (pod pewnymi\n\
warunkami); uruchom 'start /L' aby pozna szczegy. \n\
"
STRING_LICENSE, "start.exe wesja 0.2 Copyright (C) 2003, Dan Kegel \n\
This program is free software; you can redistribute it and/or \n\
modify it under the terms of the GNU Lesser Public License \n\
as published by the Free Software Foundation; either version 2.1 \n\
of the License, or (at your option) any later version. \n\
\n\
This program is distributed in the hope that it will be useful, \n\
but WITHOUT ANY WARRANTY; without even the implied warranty of \n\
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the \n\
GNU Lesser Public License for more details. \n\
\n\
You should have received a copy of the GNU Lesser Public License \n\
along with this program; if not, write to the Free Software \n\
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. \n\
\n\
See the COPYING.LIB file for license information. \n\
"
STRING_EXECFAIL "Nie udao si uruchmi aplikacji lub nie ma aplikacji skojarzonej z danym plikiem.\nShellExecuteEx nie powiodo si"
}
programs/start/rsrc.rc
View file @
a17be3df
...
...
@@ -30,6 +30,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#include "Ko.rc"
#include "Nl.rc"
#include "No.rc"
#include "Pl.rc"
#include "Pt.rc"
#include "Ru.rc"
/*#include "Si.rc"*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment