Sweden-Number/programs/start/Pl.rc

71 lines
2.8 KiB
Plaintext
Raw Normal View History

2007-03-12 11:32:33 +01:00
/*
* 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
*/
#include "resources.h"
2007-03-12 11:32:33 +01:00
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
{
STRING_USAGE, "Uruchamia program lub otwiera dokument w programie kt<6B>ry jest zwykle u<>ywany dla tego rozszerzenia.\n\
U<EFBFBD>ycie:\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\
2007-03-12 11:32:33 +01:00
/W[ait] Zaczekaj a<> program zako<6B>czy dzia<69>anie (i zako<6B>cz\n\
\t kodem wyj<79>cia programu).\n\
/ProgIDOpen Open a document using the following progID.\n\
/L Poka<6B> licencj<63> u<>ytkownika.\n\
\n\
start.exe wersja 0.2 Copyright (C) 2003, Dan Kegel\n\
Start jest dostarczany BEZ <20>ADNEJ GWARANCJI; szczeg<65><67>y w opcji /L.\n\
2007-03-12 11:32:33 +01:00
To jest wolne oprogramowanie i mo<6D>esz je rozpowszechnia<69> (pod pewnymi\n\
warunkami); uruchom 'start /L' aby pozna<6E> szczeg<65><67>y.\n\
2007-03-12 11:32:33 +01:00
"
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\
2007-03-12 11:32:33 +01:00
"
STRING_EXECFAIL "Nie uda<64>o si<73> uruchomi<6D> aplikacji lub nie ma aplikacji skojarzonej z danym plikiem.\nShellExecuteEx nie powiod<6F>o si<73>"
2008-05-15 13:56:59 +02:00
STRING_UNIXFAIL "Nie da si<73> przet<65>umaczy<7A> danej <20>cie<69>ki Unix na <20>cie<69>k<EFBFBD> DOS."
2007-03-12 11:32:33 +01:00
}