mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 05:22:59 +00:00
4019caae75
svn path=/branches/shell32_new-bringup/; revision=51893
50 lines
2 KiB
Text
50 lines
2 KiB
Text
/*
|
|
* Copyright (C) 2004 Eric Kohl
|
|
*
|
|
* 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.
|
|
*
|
|
* Translated by Vytis "CMan" Girdþijauskas, cman [at] cman [dot] us
|
|
*/
|
|
|
|
LANGUAGE LANG_LITHUANIAN, SUBLANG_DEFAULT
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_PROFILEPATH "%SystemDrive%\\Documents and Settings"
|
|
IDS_APPDATA "Application Data"
|
|
IDS_DESKTOP "Darbalaukis"
|
|
IDS_FAVORITES "Adresynas"
|
|
IDS_STARTMENU "Meniu"
|
|
IDS_PROGRAMS "Meniu\\Programos"
|
|
IDS_ADMINTOOLS "Meniu\\Programos\\Administravimo árankiai"
|
|
IDS_STARTUP "Meniu\\Programos\\Paleistis"
|
|
IDS_MYDOCUMENTS "Dokumentai"
|
|
IDS_MYPICTURES "Dokumentai\\Paveikslëliai"
|
|
IDS_MYMUSIC "Dokumentai\\Muzika"
|
|
IDS_MYVIDEOS "Dokumentai\\Vaizdai"
|
|
IDS_TEMPLATES "Ruoðiniai"
|
|
IDS_RECENT "Neseniai atverta"
|
|
IDS_SENDTO "Siøsti á"
|
|
IDS_PRINTHOOD "PrintHood"
|
|
IDS_NETHOOD "NetHood"
|
|
IDS_LOCALSETTINGS "Local Settings"
|
|
IDS_LOCALAPPDATA "Local Settings\\Application Data"
|
|
IDS_TEMP "Local Settings\\Temp"
|
|
IDS_CACHE "Local Settings\\Temporary Internet Files"
|
|
IDS_HISTORY "Local Settings\\History"
|
|
IDS_COOKIES "Slapukai"
|
|
IDS_PROGRAMFILES "%SystemDrive%\\Program Files"
|
|
IDS_COMMONFILES "Common Files"
|
|
END
|