blob: 9b27bccdfc10ff7583de9605e614d3f8309de96a [file] [log] [blame]
/*
* Help Viewer
*
* Copyright 1996 Ulrich Schmid
* Swedish language by Karl Backström <karl_b@geocities.com>
* Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library 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
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
/* Menu */
MAIN_MENU MENU LANGUAGE LANG_SWEDISH, SUBLANG_DEFAULT
{
POPUP "&Arkiv" {
MENUITEM "&Öppna...", MNID_FILE_OPEN
MENUITEM SEPARATOR
MENUITEM "&Skriv ut", MNID_FILE_PRINT
MENUITEM "Skrivar &inställningar...", MNID_FILE_SETUP
MENUITEM SEPARATOR
MENUITEM "&Avsluta", MNID_FILE_EXIT
}
POPUP "&Redigera" {
MENUITEM "&Kopiera...", MNID_EDIT_COPYDLG
MENUITEM SEPARATOR
MENUITEM "&Markera...", MNID_EDIT_ANNOTATE
}
POPUP "&Bokmärke" {
MENUITEM "&Defingera...", MNID_BKMK_DEFINE
}
POPUP "&Hjälp" {
MENUITEM "Användningen &av hjälp", MNID_HELP_HELPON
MENUITEM "Alltid &överst", MNID_HELP_HELPTOP
MENUITEM SEPARATOR
MENUITEM "&Information...", MNID_HELP_ABOUT
#ifdef WINELIB
MENUITEM "&Om WINE", MNID_HELP_WINE
#endif
}
}
/* Strings */
STRINGTABLE DISCARDABLE LANGUAGE LANG_SWEDISH, SUBLANG_DEFAULT
{
STID_WINE_HELP, "WINE Hjälp"
STID_WHERROR, "FEL"
STID_WARNING, "VARNING"
STID_INFO, "Information"
STID_NOT_IMPLEMENTED, "Ej implementererat"
STID_HLPFILE_ERROR_s, "FEL vid läsning av hjälp filen `%s'"
STID_CONTENTS, "&Innehåll"
STID_SEARCH, "&Sök"
STID_BACK, "&Tillbaka"
STID_HISTORY, "&Översikt"
STID_TOPICS, "T&opics"
STID_ALL_FILES, "Alla filer (*.*))"
STID_HELP_FILES_HLP, "Hjälp filer (*.hlp)"
}