From d213f066bb470f8c421244d4d1f6af29187e6562 Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Fri, 16 Dec 2005 19:54:08 +0000 Subject: [PATCH] Patch by Kaj Kaloinen : - Finnish translation of userenv.dll svn path=/trunk/; revision=20213 --- reactos/lib/userenv/Fi.rc | 48 ++++++++++++++++++++++++++++++++++ reactos/lib/userenv/userenv.rc | 1 + 2 files changed, 49 insertions(+) create mode 100644 reactos/lib/userenv/Fi.rc diff --git a/reactos/lib/userenv/Fi.rc b/reactos/lib/userenv/Fi.rc new file mode 100644 index 00000000000..e8641357a88 --- /dev/null +++ b/reactos/lib/userenv/Fi.rc @@ -0,0 +1,48 @@ +/* + * Copyright (C) 2005 Kaj Kaloinen + * + * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + */ + +LANGUAGE LANG_FINNISH, SUBLANG_NEUTRAL + +STRINGTABLE +BEGIN + IDS_PROFILEPATH "%SystemDrive%\\Documents and Settings" + IDS_APPDATA "Application Data" + IDS_DESKTOP "Työpöytä" + IDS_FAVORITES "Suosikit" + IDS_STARTMENU "Käynnistä Valikko" + IDS_PROGRAMS "Käynnistä Valikko\\Kaikki Ohjelmat" + IDS_ADMINTOOLS "Käynnistä Valikko\\Kaikki Ohjelmat\\Apuohjelmat" + IDS_STARTUP "Käynnistä Valikko\\Kaikki Ohjelmat\\Käynnistys" + IDS_MYDOCUMENTS "Omat Tiedostot" + IDS_MYPICTURES "Omat Tiedostot\\Omat kuvatiedostot" + IDS_MYMUSIC "Omat Tiedostot\\Omat musiikkitiedostot" + IDS_MYVIDEOS "Omat Tiedostot\\Omat videot" + IDS_TEMPLATES "Pohjat" + IDS_RECENT "Viimeisin" + IDS_SENDTO "Lähetä" + IDS_PRINTHOOD "Tulostimet" + IDS_NETHOOD "Lähiverkko" + IDS_LOCALSETTINGS "Paikalliset Asetukset" + IDS_LOCALAPPDATA "Paikalliset Asetukset\\Application Data" + IDS_TEMP "Paikalliset Asetukset\\Temp" + IDS_CACHE "Paikalliset Asetukset\\Temporary Internet Files" + IDS_HISTORY "Paikalliset Asetukset\\Historia" + IDS_COOKIES "Keksit" + IDS_PROGRAMFILES "%SystemDrive%\\Program Files" +END + diff --git a/reactos/lib/userenv/userenv.rc b/reactos/lib/userenv/userenv.rc index e438a2781f3..aa5db81e09d 100644 --- a/reactos/lib/userenv/userenv.rc +++ b/reactos/lib/userenv/userenv.rc @@ -38,6 +38,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL #include "De.rc" #include "En.rc" +#include "Fi.rc" #include "Fr.rc" #include "Gr.rc" #include "Ja.rc"