Module: wine
Branch: master
Commit: c14832d7145abccbb75df7138cdc46742df58b6d
URL: http://source.winehq.org/git/wine.git/?a=commit;h=c14832d7145abccbb75df7138…
Author: Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com>
Date: Thu May 31 20:11:30 2007 +0200
cmd: Update Norwegian Bokmål resources.
---
programs/cmd/No.rc | 27 +++++++++++++++++----------
1 files changed, 17 insertions(+), 10 deletions(-)
diff --git a/programs/cmd/No.rc b/programs/cmd/No.rc
index 52cc524..aff4ffa 100644
--- a/programs/cmd/No.rc
+++ b/programs/cmd/No.rc
@@ -2,7 +2,7 @@
* Wine command prompt
* Norwegian Bokm�l Language Support
*
- * Copyright (C) 2005 Alexander N. S�rnes <alex(a)thehandofagony.com>
+ * Copyright (C) 2005-2007 Alexander N. S�rnes <alex(a)thehandofagony.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -61,7 +61,7 @@ et @-tegn foran den.\n"
\n\
Syntaks: FOR %variabel IN (sett) DO kommando\n\
\n\
-Kravet om to %-tegn n�r FOR brukes i en satsvis fil finnes ikke i CMD.\n"
+Kravet om to %-tegn n�r FOR brukes i en satsvis fil finnes ikke i Wines CMD.\n"
WCMD_GOTO,
"GOTO-kommandoen flytter kj�ringen til et annet sted i en satsvis fil.\n\
@@ -79,7 +79,7 @@ GOTO har ingen effekt n�r den brukes interaktivt.\n"
WCMD_IF,
"IF brukes til � kj�re en kommando p� betingelser.\n\
\n\
-Syntax: IF [NOT] EXIST filnavn kommando\n\
+Bruk: IF [NOT] EXIST filnavn kommando\n\
IF [NOT] streng1==streng2 kommando\n\
IF [NOT] ERRORLEVEL nummer kommando\n\
\n\
@@ -195,7 +195,12 @@ VERIFY Viser ON hvis p� ellerr OFF hvis av.\n\
WCMD_VOL, "Hjelp til VOL\n"
- WCMD_MORE, "MORE displays output of files or piped input in pages.\n"
+ WCMD_PUSHD, "PUSHD <katalognavn> lagrer arbeidskatalogen i en stabel, og endrer deretter\n\
+arbeidskatalog til den som er oppgitt.\n"
+
+ WCMD_POPD, "POPD endrer arbeidskatalog til den som sist ble brukt med PUSHD.\n"
+
+ WCMD_MORE, "MORE lar deg bla gjennom innholdet i filer eller inndata i r�r.\n"
WCMD_EXIT,
"EXIT avslutter gjeldende kommando�kt og returnerer til operativsystemet\n\
@@ -217,7 +222,9 @@ MD (MKDIR)\tLager en underkatalog\n\
MORE\t\tDisplay output in pages\n\
MOVE\t\tFlytter en eller flere filer, eller en katalogtre\n\
PATH\t\tEndrer eller viser s�kestien\n\
+POPD\t\tEndrer arbeidskatalog til den sist lagret med PUSHD\n\
PROMPT\t\tEndrer kommando-klartegnet\n\
+PUSHD\t\tEndrer arbeidskatalog og lagrer den gjeldende\n\
REN (RENAME)\tGir nytt navn til en fil\n\
RD (RMDIR)\tSletter en underkatalog\n\
SET\t\tAngir eller viser milj�variabler\n\
@@ -229,11 +236,11 @@ VOL\t\tViser volumnavnet til en stasjon\n\
EXIT\t\tAvslutter CMD\n\n\
Skriv �HELP <kommando>� for mer informasjon om kommandoene ovenfor\n"
- WCMD_CONFIRM, "Are you sure"
- WCMD_YES, "Y"
+ WCMD_CONFIRM, "Er du sikker"
+ WCMD_YES, "J"
WCMD_NO, "N"
- WCMD_NOASSOC, "File association missing for extension %s\n"
- WCMD_NOFTYPE, "No open command associated with file type '%s'\n"
- WCMD_OVERWRITE, "Overwrite"
- WCMD_MORESTR, "More..."
+ WCMD_NOASSOC, "Manglende filtilknytning for etternavnet %s\n"
+ WCMD_NOFTYPE, "Ingen �pnekommando er tilknyttet filtypene '%s'\n"
+ WCMD_OVERWRITE, "Overskriv"
+ WCMD_MORESTR, "Mer . . ."
}
Module: wine
Branch: master
Commit: 91a9252a8fda826302e2f7499b459febbdc877f3
URL: http://source.winehq.org/git/wine.git/?a=commit;h=91a9252a8fda826302e2f7499…
Author: Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com>
Date: Thu May 31 19:32:15 2007 +0200
localui: Add Norwegian Bokmål resources.
---
dlls/localui/localui.rc | 1 +
dlls/localui/ui_No.rc | 54 +++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 55 insertions(+), 0 deletions(-)
diff --git a/dlls/localui/localui.rc b/dlls/localui/localui.rc
index 2486342..6abfe43 100644
--- a/dlls/localui/localui.rc
+++ b/dlls/localui/localui.rc
@@ -40,4 +40,5 @@
#include "ui_De.rc"
#include "ui_En.rc"
+#include "ui_No.rc"
#include "ui_Pl.rc"
diff --git a/dlls/localui/ui_No.rc b/dlls/localui/ui_No.rc
new file mode 100644
index 0000000..3a46bc8
--- /dev/null
+++ b/dlls/localui/ui_No.rc
@@ -0,0 +1,54 @@
+/*
+ * Norwegian Bokm�l resources for localui
+ *
+ * Copyright 2007 Alexander N. S�rnes <alex(a)thehandofagony.com>
+ *
+ * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
+
+ADDPORT_DIALOG DIALOG LOADONCALL MOVEABLE DISCARDABLE 6, 18, 245, 47
+STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_SETFONT | DS_SETFOREGROUND | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
+CAPTION "Legg til en lokal port"
+FONT 8, "MS Shell Dlg"
+BEGIN
+ LTEXT "Skriv inn navn&et p� den nye porten:", -1, 7, 13, 194, 13, WS_VISIBLE
+ EDITTEXT ADDPORT_EDIT, 6, 28, 174, 12, WS_VISIBLE | ES_AUTOHSCROLL
+ DEFPUSHBUTTON "OK", IDOK, 199, 10, 40, 14, WS_VISIBLE
+ PUSHBUTTON "Avbryt", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
+END
+
+
+LPTCONFIG_DIALOG DIALOG LOADONCALL MOVEABLE DISCARDABLE 6, 18, 220, 47
+STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_SETFONT | DS_SETFOREGROUND | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
+CAPTION "Oppsett av LPT-port"
+FONT 8, "MS Shell Dlg"
+BEGIN
+ GROUPBOX "Tidsavbrudd (sekunder)", LPTCONFIG_GROUP, 6, 6, 150, 35, BS_GROUPBOX
+ LTEXT "Pr�v � sende p� nyt&t:", -1, 14, 22, 90, 13, WS_VISIBLE
+ EDITTEXT LPTCONFIG_EDIT, 112, 20, 32, 13, WS_VISIBLE | ES_NUMBER
+ DEFPUSHBUTTON "OK", IDOK, 164, 10, 50, 14, WS_VISIBLE
+ PUSHBUTTON "Avbryt", IDCANCEL, 164, 27, 50, 14, WS_VISIBLE
+END
+
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_LOCALPORT "Lokal port"
+ IDS_INVALIDNAME "�%s� er ikke et gyldig portnavn"
+ IDS_PORTEXISTS "Porten %s finnes allerede"
+ IDS_NOTHINGTOCONFIG "Denne porten har ingen innstillinger"
+}
Module: wine
Branch: master
Commit: 8951a1b3a7ec542cd4f9426705b5764f54989668
URL: http://source.winehq.org/git/wine.git/?a=commit;h=8951a1b3a7ec542cd4f942670…
Author: Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com>
Date: Thu May 31 19:24:52 2007 +0200
credui: Add Norwegian Bokmål resources.
---
dlls/credui/credui.rc | 1 +
dlls/credui/credui_No.rc | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+), 0 deletions(-)
diff --git a/dlls/credui/credui.rc b/dlls/credui/credui.rc
index 7747008..3b48b39 100644
--- a/dlls/credui/credui.rc
+++ b/dlls/credui/credui.rc
@@ -26,4 +26,5 @@
#include "credui_De.rc"
#include "credui_En.rc"
+#include "credui_No.rc"
#include "credui_Pl.rc"
diff --git a/dlls/credui/credui_No.rc b/dlls/credui/credui_No.rc
new file mode 100644
index 0000000..17de806
--- /dev/null
+++ b/dlls/credui/credui_No.rc
@@ -0,0 +1,36 @@
+/*
+ * Norwegian Bokm�l language resource file for Credentials UI
+ *
+ * Copyright 2007 Alexander N. S�rnes <alex(a)thehandofagony.com>
+ *
+ * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
+
+IDD_CREDDIALOG DIALOG DISCARDABLE 0, 0, 220, 82
+STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "Skriv inn brukernavn og passord"
+FONT 8, "MS Shell Dlg"
+BEGIN
+ LTEXT "Br&ukernavn:",IDC_STATIC,7,10,72,12,SS_CENTERIMAGE
+ EDITTEXT IDC_USERNAME,80,10,130,12,ES_AUTOHSCROLL
+ LTEXT "&Passord:",IDC_STATIC,7,27,72,12,SS_CENTERIMAGE
+ EDITTEXT IDC_PASSWORD,80,27,130,12,ES_PASSWORD | ES_AUTOHSCROLL
+ LTEXT "&Domene:",IDC_STATIC,7,44,72,12,SS_CENTERIMAGE
+ EDITTEXT IDC_DOMAIN,80,44,130,12,ES_AUTOHSCROLL
+ DEFPUSHBUTTON "OK",IDOK,7,61,50,14
+ PUSHBUTTON "Avbryt",IDCANCEL,67,61,50,14
+END