Module: wine Branch: refs/heads/master Commit: 31afe883d7e729663034ec15edebda42c353c551 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=31afe883d7e729663034ec15...
Author: Alexander N. Sørnes alex@thehandofagony.com Date: Mon Feb 6 11:43:16 2006 +0100
Norwegian Bokmål updates.
---
programs/clock/No.rc | 26 +++++++++++++++++++++++++- programs/progman/No.rc | 26 +++++++++++++++++++++++++- programs/winecfg/No.rc | 14 +++++++++++++- programs/winefile/No.rc | 26 +++++++++++++++++++++++++- 4 files changed, 88 insertions(+), 4 deletions(-)
diff --git a/programs/clock/No.rc b/programs/clock/No.rc index 1a29943..e278c18 100644 --- a/programs/clock/No.rc +++ b/programs/clock/No.rc @@ -1,7 +1,7 @@ /* * Clock (Norwegian Bokm�l resources) * - * Copyright 2005 Alexander N. S�rnes alex@thehandofagony.com + * Copyright 2005-2006 Alexander N. S�rnes alex@thehandofagony.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -46,3 +46,27 @@ STRINGTABLE DISCARDABLE { IDS_CLOCK, "Klokke" } + +STRINGTABLE DISCARDABLE LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL +{ +IDS_LICENSE_CAPTION, "LISENS" +IDS_LICENSE, +"Dette biblioteket er fri programvare; du kan redistribuere det \ +og/eller endre det under vilk�rene i �GNU Lesser General Public \ +License�, utgitt av the Free Software Foundation; enten \ +versjon 2.1 av Lisensen, eller (hvis du �nsker det) en nyere versjon.\n\ +Dette biblioteket distribueres i det h�p at det er nyttig, \ +men UTEN ENHVER GARANTI; ikke engang den uttrykte garantien for \ +HANDELSDYKTIGHET eller EGNETHET FOR ET SPESIELT FORM�L. Se �GNU \ +Lesser General Public License� for flere detaljer.\n\ +Du skal ha mottatt et eksempal av �GNU Lesser General Public \ +License� sammen med dette biblioteket; hvis ikke, skriv til: the Free Software \ +Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA" + +IDS_WARRANTY_CAPTION, "INGEN GARANTI" +IDS_WARRANTY, +"Dette biblioteket distribueres i det h�p at det er nyttig, \ +men UTEN ENHVER GARANTI; ikke engang den uttrykte garantien for \ +HANDELSDYKTIGHET eller EGNETHET FOR ET SPESIELT FORM�L. Se �GNU \ +Lesser General Public License� for flere detaljer." +} diff --git a/programs/progman/No.rc b/programs/progman/No.rc index 928c166..0272cad 100644 --- a/programs/progman/No.rc +++ b/programs/progman/No.rc @@ -1,7 +1,7 @@ /* * Program Manager * - * Copyright 2005 Alexander N. S�rnes alex@thehandofagony.com + * Copyright 2005-2006 Alexander N. S�rnes alex@thehandofagony.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -218,3 +218,27 @@ IDS_LIBRARIES_DLL, "Biblioteker (*.dll) IDS_SYMBOL_FILES, "Ikonfiler" IDS_SYMBOLS_ICO, "Ikoner (*.ico)" } + +STRINGTABLE DISCARDABLE LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL +{ +IDS_LICENSE_CAPTION, "LISENS" +IDS_LICENSE, +"Dette biblioteket er fri programvare; du kan redistribuere det \ +og/eller endre det under vilk�rene i �GNU Lesser General Public \ +License�, utgitt av the Free Software Foundation; enten \ +versjon 2.1 av Lisensen, eller (hvis du �nsker det) en nyere versjon.\n\ +Dette biblioteket distribueres i h�p om at det er nyttig, \ +men UTEN ENHVER GARANTI; ikke engang en uttrykte garantien for \ +HANDELSDYKTIGHET eller EGNETHET FOR ET SPESIELT FORM�L. Se �GNU \ +Lesser General Public License� for flere detaljer.\n\ +Du skal ha mottatt et eksemplar av �GNU Lesser General Public \ +License� sammen med dette biblioteket; hvis ikke, skriv til: the Free Software \ +Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA" + +IDS_WARRANTY_CAPTION, "INGEN GARANTI" +IDS_WARRANTY, +"Dette biblioteket distribueres i det h�p at det er nyttig, \ +men UTEN ENHVER GARANTI; ikke engang en uttrykte garantien for \ +HANDELSDYKTIGHET eller EGNETHET FOR ET SPESIELT FORM�L. Se �GNU \ +Lesser General Public License� for flere detaljer." +} diff --git a/programs/winecfg/No.rc b/programs/winecfg/No.rc index 978ff58..1313c57 100644 --- a/programs/winecfg/No.rc +++ b/programs/winecfg/No.rc @@ -2,7 +2,7 @@ * WineCfg resources * Norwegian Bokm�l Language Support * - * Copyright 2005 Alexander N. S�rnes + * Copyright 2005-2006 Alexander N. S�rnes alex@thehandofagony.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -198,4 +198,16 @@ BEGIN IDS_WINECFG_TITLE "Oppsett av Wine" IDS_THEMEFILE "Temafiler" IDS_THEMEFILE_SELECT "Velg en temafil" + IDS_AUDIO_MISSING "Ingen lyddriver er oppgitt i registeret.\n\nEn anbefalt driver er valgt for deg;\nbruk den eller velg en annen,\n\nog trykk �Bruk� for at endringene skal tre i kraft." + END + + STRINGTABLE DISCARDABLE + BEGIN + IDS_DLL_WARNING "Endring av lastingsrekkef�lgen for dette biblioteket anbefales ikke.\nEr du sikker p� at du vil gj�re det?" + IDS_DLL_WARNING_CAPTION "Advarsel: systembibliotek" + IDS_DLL_NATIVE "innf�dt" + IDS_DLL_BUILTIN "innebygget" + IDS_DLL_NATIVE_BUILTIN "innf�dt, innebygget" + IDS_DLL_BUILTIN_NATIVE "innebygget, innf�dt" + IDS_DLL_DISABLED "sl�tt av" END diff --git a/programs/winefile/No.rc b/programs/winefile/No.rc index 90b055a..598db0d 100644 --- a/programs/winefile/No.rc +++ b/programs/winefile/No.rc @@ -2,7 +2,7 @@ * WineFile * Norwegian Bokm�l Language Support * - * Copyright 2005 Alexander N. S�rnes alex@thehandofagony.com + * Copyright 2005-2006 Alexander N. S�rnes alex@thehandofagony.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -260,3 +260,27 @@ STRINGTABLE
IDS_FREE_SPACE_FMT "%s av %s ledig" } + +STRINGTABLE +{ +IDS_LICENSE_CAPTION, "LISENS" +IDS_LICENSE, +"Dette biblioteket er fri programvare; du kan redistribuere det \ +og/eller endre det under vilk�rene i �GNU Lesser General Public \ +License�, utgitt av the Free Software Foundation; enten \ +versjon 2.1 av Lisensen, eller (hvis du �nsker det) en nyere versjon.\n\ +Dette biblioteket distribueres i h�p om at det er nyttig, \ +men UTEN ENHVER GARANTI; ikke engang den uttrykte garantien for \ +HANDELSDYKTIGHET eller EGNETHET FOR ET SPESIELT FORM�L. Se �GNU \ +Lesser General Public License� for flere detaljer.\n\ +Du skal ha mottatt et eksemplar av �GNU Lesser General Public \ +License� sammen med dette biblioteket; hvis ikke, skriv til: the Free Software \ +Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA" + +IDS_WARRANTY_CAPTION, "INGEN GARANTI" +IDS_WARRANTY, +"Dette biblioteket distribueres i h�p om at det er nyttig, \ +men UTEN ENHVER GARANTI; ikke engang en uttrykte garantien for \ +HANDELSDYKTIGHET eller EGNETHET FOR ET SPESIELT FORM�L. Se �GNU \ +Lesser General Public License� for flere detaljer." +}