mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 05:22:59 +00:00
178300c8a6
* Fix PCH use in shell32. svn path=/branches/shell32_new-bringup/; revision=53319
54 lines
2.2 KiB
Text
54 lines
2.2 KiB
Text
/*
|
|
* Copyright (C) 2005 Sebastian Gasiorek
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License as published by
|
|
* the Free Software Foundation; either version 2 of the License, or
|
|
* (at your option) any later version.
|
|
*
|
|
* This program 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 General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public License along
|
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
*
|
|
* updated by Caemyr - Olaf Siejka (Jan, 2008)
|
|
* Use ReactOS forum PM or IRC to contact me
|
|
* http://www.reactos.org
|
|
* IRC: irc.freenode.net #reactos-pl;
|
|
* UTF-8 conversion by Caemyr (May, 2011)
|
|
*/
|
|
|
|
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_PROFILEPATH "%SystemDrive%\\Documents and Settings"
|
|
IDS_APPDATA "Dane aplikacji"
|
|
IDS_DESKTOP "Pulpit"
|
|
IDS_FAVORITES "Ulubione"
|
|
IDS_STARTMENU "Menu Start"
|
|
IDS_PROGRAMS "Menu Start\\Programy"
|
|
IDS_ADMINTOOLS "Menu Start\\Programy\\Narzędzia administracyjne"
|
|
IDS_STARTUP "Menu Start\\Programy\\Autostart"
|
|
IDS_MYDOCUMENTS "Moje dokumenty"
|
|
IDS_MYPICTURES "Moje dokumenty\\Moje obrazy"
|
|
IDS_MYMUSIC "Moje dokumenty\\Moja muzyka"
|
|
IDS_MYVIDEOS "Moje dokumenty\\Moje wideo"
|
|
IDS_TEMPLATES "Szablony"
|
|
IDS_RECENT "Ostatnie"
|
|
IDS_SENDTO "Wyślij Do"
|
|
IDS_PRINTHOOD "Drukarki"
|
|
IDS_NETHOOD "Sieci"
|
|
IDS_LOCALSETTINGS "Ustawienia lokalne"
|
|
IDS_LOCALAPPDATA "Ustawienia lokalne\\Dane aplikacji"
|
|
IDS_TEMP "Ustawienia lokalne\\Temp"
|
|
IDS_CACHE "Ustawienia lokalne\\Temporary Internet Files"
|
|
IDS_HISTORY "Ustawienia lokalne\\Historia"
|
|
IDS_COOKIES "Ciasteczka"
|
|
IDS_PROGRAMFILES "%SystemDrive%\\Program Files"
|
|
IDS_COMMONFILES "Common Files"
|
|
END
|