mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
1. move all languages file to own folder
2. fixed sub languages on allot languages rc files 3. add LMH1 Norwegian translations. See issue #1698 for more details. svn path=/trunk/; revision=24389
This commit is contained in:
parent
38a5188c8e
commit
07725072f3
16 changed files with 310 additions and 21 deletions
|
@ -22,7 +22,7 @@
|
|||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
LANGUAGE LANG_CZECH, SUBLANG_NEUTRAL
|
||||
LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
|
||||
#pragma code_page(1250)
|
||||
|
||||
|
|
@ -22,8 +22,7 @@
|
|||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
LANGUAGE LANG_HUNGARIAN, SUBLANG_NEUTRAL
|
||||
|
||||
LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
|
||||
/* Menu */
|
||||
|
||||
IDM_WINEFILE MENU FIXED IMPURE
|
290
reactos/base/applications/winefile/lang/No.rc
Normal file
290
reactos/base/applications/winefile/lang/No.rc
Normal file
|
@ -0,0 +1,290 @@
|
|||
/*
|
||||
* WineFile
|
||||
* English Language Support
|
||||
*
|
||||
* Copyright 2000 Martin Fuchs
|
||||
* Copyright 2002 Steven Edwards
|
||||
* Copyright 2002 Alexandre Julliard
|
||||
*
|
||||
* 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
|
||||
*/
|
||||
|
||||
LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL
|
||||
#pragma code_page(850)
|
||||
|
||||
|
||||
/* Menu */
|
||||
|
||||
IDM_WINEFILE MENU FIXED IMPURE
|
||||
{
|
||||
POPUP "&Fil" {
|
||||
MENUITEM "&Åpne\tEnter", ID_ACTIVATE
|
||||
MENUITEM "&Flytt...\tF7", ID_FILE_MOVE
|
||||
MENUITEM "&Kopiere...\tF8", ID_FILE_COPY
|
||||
MENUITEM "&I utklippstavle...\tF9", 118
|
||||
MENUITEM "&Slett\tDel", ID_FILE_DELETE
|
||||
MENUITEM "Endre &navn...", 109
|
||||
MENUITEM "E&genskaper...\tAlt+Enter", ID_EDIT_PROPERTIES
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "k&omprimere...", 119
|
||||
MENUITEM "&dekomprimere ...", 120
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Kjør...", ID_EXECUTE
|
||||
MENUITEM "&Skriv ut...", 102
|
||||
MENUITEM "Tilknyttet...", 103
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Opp&rett mappe...", 111
|
||||
MENUITEM "S&øk...", 104
|
||||
MENUITEM "&Velg Filer...", 116
|
||||
MENUITEM SEPARATOR
|
||||
#ifndef _NO_EXTENSIONS
|
||||
MENUITEM "A&vslutt\tAlt+X", ID_FILE_EXIT
|
||||
#else
|
||||
MENUITEM "A&vslutt", ID_FILE_EXIT
|
||||
#endif
|
||||
}
|
||||
|
||||
POPUP "&Disk" {
|
||||
MENUITEM "&Kopiere disk...", 201
|
||||
MENUITEM "&Merke disk...", 202
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Formatere Disk...", ID_FORMAT_DISK
|
||||
#ifdef _WIN95
|
||||
MENUITEM "&Lag system Disk...", -1 /*TODO*/
|
||||
#endif
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Koble &til nettverk stasjon", ID_CONNECT_NETWORK_DRIVE
|
||||
MENUITEM "Koble &fra nettverks stasjon", ID_DISCONNECT_NETWORK_DRIVE
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Del som...", 254
|
||||
MENUITEM "&Fjern deling...", 255
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Velg stasjon...", 251
|
||||
}
|
||||
|
||||
POPUP "&Mappe" {
|
||||
MENUITEM "&Neste nivå\t+", 301
|
||||
MENUITEM "Utvide &Tre\t*", 302
|
||||
MENUITEM "Utvide &alt\tStrg+*", 303
|
||||
MENUITEM "Kollaps &Tre\t-", 304
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Merker barn", 505
|
||||
}
|
||||
|
||||
POPUP "&Vis" {
|
||||
MENUITEM "T&re og kataloger", 413
|
||||
MENUITEM "Bare Tr&e ", 411
|
||||
MENUITEM "&Bare kataloger", 412
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Sp&litt", ID_VIEW_SPLIT
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Navn", ID_VIEW_NAME
|
||||
MENUITEM "&Alle fil detaljer", ID_VIEW_ALL_ATTRIBUTES, CHECKED
|
||||
MENUITEM "&begrenset detaljer...", ID_VIEW_SELECTED_ATTRIBUTES
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Sorter etter &navn", ID_VIEW_SORT_NAME
|
||||
MENUITEM "Sorter etter &type", ID_VIEW_SORT_TYPE
|
||||
MENUITEM "Sorter etter &størrelse", ID_VIEW_SORT_SIZE
|
||||
MENUITEM "Sorter etter &dato", ID_VIEW_SORT_DATE
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Filter etter &...", ID_VIEW_FILTER
|
||||
}
|
||||
|
||||
POPUP "&Innstillinger" {
|
||||
MENUITEM "&bekreftelse...", 501
|
||||
MENUITEM "&Skrifttype ...", ID_SELECT_FONT
|
||||
MENUITEM "Spesial verktøy&linje...", 512
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Verktøylinje", ID_VIEW_TOOL_BAR, CHECKED
|
||||
MENUITEM "&Stasjonlinje", ID_VIEW_DRIVE_BAR, CHECKED
|
||||
MENUITEM "Status &linje", ID_VIEW_STATUSBAR, CHECKED
|
||||
#ifndef _NO_EXTENSIONS
|
||||
MENUITEM "F&ull Skjerm\tCtrl+Shift+S", ID_VIEW_FULLSCREEN
|
||||
#endif
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Minimalisere ved kjør", 504
|
||||
MENUITEM "&Lagre innstillinger ved avslutt", 511
|
||||
}
|
||||
|
||||
|
||||
POPUP "&Sikkerhet" {
|
||||
MENUITEM "&Adgang...", 605
|
||||
MENUITEM "&Logging...", 606
|
||||
MENUITEM "&Eier...", 607
|
||||
}
|
||||
|
||||
POPUP "&Vindu" {
|
||||
MENUITEM "Ny &vindu", ID_WINDOW_NEW
|
||||
MENUITEM "Som liste\tCtrl+F5", ID_WINDOW_CASCADE
|
||||
MENUITEM "Sorter &Horisontalt", ID_WINDOW_TILE_HORZ
|
||||
MENUITEM "Sorter &Vertikalt\tCtrl+F4", ID_WINDOW_TILE_VERT
|
||||
#ifndef _NO_EXTENSIONS
|
||||
MENUITEM "Ordne automatisk", ID_WINDOW_AUTOSORT
|
||||
#endif
|
||||
MENUITEM "Ordne &Symboler", ID_WINDOW_ARRANGE
|
||||
MENUITEM "&Oppdater\tF5", ID_REFRESH
|
||||
}
|
||||
|
||||
POPUP "&?" {
|
||||
MENUITEM "&Emner i hjelp\tF1", ID_HELP
|
||||
MENUITEM "Hjelp &Søk...\tF1", ID_HELP
|
||||
MENUITEM "&Bruke Hjelp\tF1", ID_HELP_USING
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Info om Winefile...", ID_ABOUT
|
||||
#ifdef __WINE__
|
||||
MENUITEM "Info om &Wine...", ID_ABOUT_WINE
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
IDD_EXECUTE DIALOG FIXED IMPURE 15, 13, 210, 63
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Utføre"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
{
|
||||
CONTROL "", 101, "Static", SS_SIMPLE|SS_NOPREFIX, 3, 6, 162, 10
|
||||
CONTROL "&Kommando:", -1, "Static", SS_LEFTNOWORDWRAP|WS_GROUP, 3, 18, 60, 10
|
||||
EDITTEXT 201, 3, 29, 134, 12, ES_AUTOHSCROLL
|
||||
CONTROL "Som &symbol", 214, "Button", BS_AUTOCHECKBOX|WS_TABSTOP,3, 45, 71, 12
|
||||
DEFPUSHBUTTON "OK", 1, 158, 6, 47, 14
|
||||
PUSHBUTTON "Avbryt", 2, 158, 23, 47, 14
|
||||
PUSHBUTTON "&Hjelp", 254, 158, 43, 47, 14
|
||||
}
|
||||
|
||||
IDD_SELECT_DESTINATION DIALOG FIXED IMPURE 15, 13, 210, 63
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Velg destinasjon"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
{
|
||||
CONTROL "", 101, "statisk", SS_SIMPLE|SS_NOPREFIX, 3, 6, 162, 10
|
||||
CONTROL "&Mappe:", -1, "Static", SS_LEFTNOWORDWRAP|WS_GROUP, 3, 18, 60, 10
|
||||
EDITTEXT 201, 3, 29, 134, 12, ES_AUTOHSCROLL
|
||||
DEFPUSHBUTTON "OK", 1, 158, 6, 47, 14
|
||||
PUSHBUTTON "Avbryt", 2, 158, 23, 47, 14
|
||||
PUSHBUTTON "&Utforsk", 254, 158, 43, 47, 14
|
||||
}
|
||||
|
||||
IDD_DIALOG_VIEW_TYPE DIALOG DISCARDABLE 15, 13, 161, 97
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Etter fil type"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "&Navn:",-1,7,8,22,10
|
||||
EDITTEXT IDC_VIEW_PATTERN,31,7,63,12,ES_AUTOHSCROLL
|
||||
GROUPBOX "Fil type",-1,7,23,87,56
|
||||
CONTROL "&Mapper",IDC_VIEW_TYPE_DIRECTORIES,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,13,32,70,10
|
||||
CONTROL "&Programmer",IDC_VIEW_TYPE_PROGRAMS,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,13,43,70,10
|
||||
CONTROL "Doku&menter",IDC_VIEW_TYPE_DOCUMENTS,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,13,54,70,10
|
||||
CONTROL "&Andre filer",IDC_VIEW_TYPE_OTHERS,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,13,65,70,10
|
||||
CONTROL "Vise skjulte/&System Filer",IDC_VIEW_TYPE_HIDDEN,
|
||||
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,81,106,9
|
||||
DEFPUSHBUTTON "OK",IDOK,104,7,50,14
|
||||
PUSHBUTTON "Avbryt",IDCANCEL,104,24,50,14
|
||||
END
|
||||
|
||||
IDD_DIALOG_PROPERTIES DIALOG DISCARDABLE 0, 0, 248, 215
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Egenskaper for %s"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "OK",IDOK,191,7,50,14
|
||||
PUSHBUTTON "Avbryt",IDCANCEL,191,29,50,14
|
||||
LTEXT "&Fil navn:",-1,7,7,59,9
|
||||
EDITTEXT IDC_STATIC_PROP_FILENAME,71,7,120,9,ES_READONLY | NOT WS_BORDER | WS_TABSTOP
|
||||
LTEXT "Full &mappe:",-1,7,18,59,9
|
||||
EDITTEXT IDC_STATIC_PROP_PATH,71,18,120,9, ES_READONLY | NOT WS_BORDER | WS_TABSTOP
|
||||
LTEXT "Sist endret:",-1,7,29,59,9
|
||||
EDITTEXT IDC_STATIC_PROP_LASTCHANGE,71,29,120,9,ES_READONLY | NOT WS_BORDER | WS_TABSTOP
|
||||
LTEXT "Versjon:",-1,7,40,59,9
|
||||
EDITTEXT IDC_STATIC_PROP_VERSION,71,40,120,9,ES_READONLY | NOT WS_BORDER | WS_TABSTOP
|
||||
LTEXT "Ene&rett:",-1,7,51,59,9
|
||||
EDITTEXT IDC_STATIC_PROP_COPYRIGHT,71,51,120,9,ES_READONLY | NOT WS_BORDER | WS_TABSTOP
|
||||
LTEXT "Størrelse:",-1,7,62,59,9
|
||||
EDITTEXT IDC_STATIC_PROP_SIZE,71,62,120,9,ES_READONLY | NOT WS_BORDER | WS_TABSTOP
|
||||
GROUPBOX "Attributter",-1,7,79,158,46
|
||||
CONTROL "&Bare lese",IDC_CHECK_READONLY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,91,68,9
|
||||
CONTROL "S&kjult",IDC_CHECK_HIDDEN,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,92,91,68,9
|
||||
CONTROL "&Arkiv",IDC_CHECK_ARCHIVE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,101,68,9
|
||||
CONTROL "&System",IDC_CHECK_SYSTEM,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,92,101,68,9
|
||||
CONTROL "&komprimert",IDC_CHECK_COMPRESSED,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,17,111,68,9
|
||||
GROUPBOX "&Versjon Informasjon",-1,7,129,234,79
|
||||
LISTBOX IDC_LIST_PROP_VERSION_TYPES,13,139,107,63,LBS_SORT | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
|
||||
EDITTEXT IDC_LIST_PROP_VERSION_VALUES,123,139,111,63,ES_MULTILINE | ES_READONLY | WS_VSCROLL
|
||||
END
|
||||
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_FONT_SEL_DLG_NAME "kjøre skrift innstillinger"
|
||||
IDS_FONT_SEL_ERROR "Feil mens valgt ny skrift."
|
||||
}
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_WINEFILE "Winefile"
|
||||
IDS_ERROR "Feil"
|
||||
IDS_ROOT_FS "root fs"
|
||||
IDS_UNIXFS "unixfs"
|
||||
IDS_DESKTOP "Skrivebord"
|
||||
IDS_SHELL "Shell"
|
||||
IDS_TITLEFMT "%s - %s"
|
||||
IDS_NO_IMPL "ikke enda implementert"
|
||||
IDS_WINE "WINE"
|
||||
IDS_WINE_FILE "Wine Fil"
|
||||
}
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_COL_NAME "Navn"
|
||||
IDS_COL_SIZE "Størrelse"
|
||||
IDS_COL_CDATE "CDate"
|
||||
IDS_COL_ADATE "ADate"
|
||||
IDS_COL_MDATE "MDate"
|
||||
IDS_COL_IDX "Index/Inode"
|
||||
IDS_COL_LINKS "Lenker"
|
||||
IDS_COL_ATTR "Attributter"
|
||||
IDS_COL_SEC "Sikkerhet"
|
||||
|
||||
IDS_FREE_SPACE_FMT "%s av %s fri"
|
||||
}
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_LICENSE_CAPTION, "LISENS"
|
||||
IDS_LICENSE,
|
||||
"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.\n\
|
||||
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.\n\
|
||||
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"
|
||||
|
||||
IDS_WARRANTY_CAPTION, "INGEN GARANTI"
|
||||
IDS_WARRANTY,
|
||||
"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."
|
||||
}
|
|
@ -22,7 +22,7 @@
|
|||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
LANGUAGE LANG_POLISH, SUBLANG_NEUTRAL
|
||||
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
|
||||
|
||||
/* Menu */
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
LANGUAGE LANG_RUSSIAN, SUBLANG_NEUTRAL
|
||||
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
|
||||
|
||||
/* Menu */
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
LANGUAGE LANG_SLOVENIAN, SUBLANG_NEUTRAL
|
||||
LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
|
||||
|
||||
/* Menu */
|
||||
|
|
@ -27,18 +27,18 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|||
|
||||
/* include localised resources */
|
||||
|
||||
#include "en.rc"
|
||||
#include "cs.rc"
|
||||
#include "de.rc"
|
||||
#include "es.rc"
|
||||
#include "fr.rc"
|
||||
#include "hu.rc"
|
||||
#include "it.rc"
|
||||
#include "nl.rc"
|
||||
#include "pl.rc"
|
||||
#include "pt.rc"
|
||||
#include "ru.rc"
|
||||
#include "si.rc"
|
||||
#include "zh.rc"
|
||||
#include "Sv.rc"
|
||||
|
||||
#include "lang/En.rc"
|
||||
#include "lang/Cs.rc"
|
||||
#include "lang/De.rc"
|
||||
#include "lang/Es.rc"
|
||||
#include "lang/Fr.rc"
|
||||
#include "lang/Hu.rc"
|
||||
#include "lang/It.rc"
|
||||
#include "lang/Nl.rc"
|
||||
#include "lang/Pl.rc"
|
||||
#include "lang/Pt.rc"
|
||||
#include "lang/Ru.rc"
|
||||
#include "lang/Si.rc"
|
||||
#include "lang/Zh.rc"
|
||||
#include "lang/Sv.rc"
|
||||
#include "lang/No.rc"
|
||||
|
|
Loading…
Reference in a new issue