mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
09dde2cff9
To harmonize, to save some bytes, and last but not least for security reasons. This can be understood as an addendum to (#2619).
20 lines
606 B
Plaintext
20 lines
606 B
Plaintext
/*
|
|
* Translated by Caemyr - Olaf Siejka (Dec, 2007)
|
|
* Use ReactOS forum PM or IRC to contact me
|
|
* https://reactos.org
|
|
* IRC: irc.freenode.net #reactos-pl;
|
|
* UTF-8 conversion by Caemyr (May, 2011)
|
|
*/
|
|
|
|
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_USAGE "Przerywa sesję.\n\n\
|
|
/v\t\tWyświetla informację o wykonanej czynności.\n\
|
|
/?\t\tWyświetla niniejszą pomoc.\n\n"
|
|
IDS_LOGOFF_REMOTE "Przerywanie sesji na maszynie zdalnej."
|
|
IDS_LOGOFF_LOCAL "Przerywanie niniejszej sesji na maszynie lokalnej."
|
|
IDS_ILLEGAL_PARAM "Nieprawidłowy parametr\n"
|
|
END
|