mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
48 lines
1.9 KiB
Text
48 lines
1.9 KiB
Text
/*
|
|
* Copyright (C) 2005 David Nordenberg
|
|
*
|
|
* 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.
|
|
*/
|
|
|
|
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_PROFILEPATH "%SystemDrive%\\Documents and Settings"
|
|
IDS_APPDATA "Application Data"
|
|
IDS_DESKTOP "Skrivbord"
|
|
IDS_FAVORITES "Favoriter"
|
|
IDS_STARTMENU "Start-meny"
|
|
IDS_PROGRAMS "Start-meny\\Program"
|
|
IDS_ADMINTOOLS "Start-meny\\Program\\Administrativa verktyg"
|
|
IDS_STARTUP "Start-meny\\Program\\Autostart"
|
|
IDS_MYDOCUMENTS "Mina dokument"
|
|
IDS_MYPICTURES "Mina dokument\\Mina bilder"
|
|
IDS_MYMUSIC "Mina dokument\\Min musik"
|
|
IDS_MYVIDEOS "Mina dokument\\Mina videoklipp"
|
|
IDS_TEMPLATES "Mallar"
|
|
IDS_RECENT "Tidigare"
|
|
IDS_SENDTO "SendTo"
|
|
IDS_PRINTHOOD "Skrivare"
|
|
IDS_NETHOOD "Nätverket"
|
|
IDS_LOCALSETTINGS "Lokala inställningar"
|
|
IDS_LOCALAPPDATA "Lokala inställningar\\Application Data"
|
|
IDS_TEMP "Lokala inställningar\\Temp"
|
|
IDS_CACHE "Lokala inställningar\\Temporary Internet Files"
|
|
IDS_HISTORY "Lokala inställningar\\Tidigare"
|
|
IDS_COOKIES "Cookies"
|
|
IDS_PROGRAMFILES "%SystemDrive%\\Program"
|
|
IDS_COMMONFILES "Common Files"
|
|
END
|