Finnish translation by arzi see bug 1367

svn path=/trunk/; revision=22561
This commit is contained in:
Magnus Olsen 2006-06-24 14:01:30 +00:00
parent cd9e7418ae
commit d8783369ec
2 changed files with 29 additions and 0 deletions

View file

@ -0,0 +1,28 @@
// English language resource file (frik85, 2005-03-08)
LANGUAGE LANG_FINNISH, SUBLANG_NEUTRAL
/////////////////////////////////////////////////////////////////////////////
//
// Menu
//
IDM_MAINMENU MENU DISCARDABLE
BEGIN
POPUP "&Tiedosto"
BEGIN
MENUITEM "&Sulje", IDM_CLOSE
END
POPUP "&Näytä"
BEGIN
MENUITEM "Suuret kuvakkeet", IDM_LARGEICONS
MENUITEM "Pienet kuvakkeet", IDM_SMALLICONS
MENUITEM "Luettelo", IDM_LIST
MENUITEM "Tiedot", IDM_DETAILS
END
POPUP "Ohje"
BEGIN
MENUITEM "Tietoja", IDM_ABOUT
END
END

View file

@ -43,4 +43,5 @@ IDI_MAINICON ICON DISCARDABLE "resources/config.ico"
#include "Sv.rc"
#include "Es.rc"
#include "Hu.rc"
#include "Fi.rc"