Kasper Sandberg : Danish language update.

Alexandre Julliard julliard at wine.codeweavers.com
Sat Feb 4 11:15:00 CST 2006


Module: wine
Branch: refs/heads/master
Commit: 45269979606dd2b8cd8d05424e145bb9a28a69b6
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=45269979606dd2b8cd8d05424e145bb9a28a69b6

Author: Kasper Sandberg <redeeman at metanurb.dk>
Date:   Sat Feb  4 17:01:25 2006 +0100

Danish language update.

---

 dlls/shell32/shell32_Da.rc |    8 ++++----
 programs/clock/Da.rc       |    2 +-
 programs/notepad/Da.rc     |   12 ++++++------
 programs/progman/Da.rc     |    2 +-
 programs/winhelp/Da.rc     |    3 ++-
 5 files changed, 14 insertions(+), 13 deletions(-)

diff --git a/dlls/shell32/shell32_Da.rc b/dlls/shell32/shell32_Da.rc
index f9cd094..f32fcd9 100644
--- a/dlls/shell32/shell32_Da.rc
+++ b/dlls/shell32/shell32_Da.rc
@@ -37,10 +37,10 @@ CAPTION ""
 FONT 8, "MS Shell Dlg"
 {
  ICON "", 12297, 7, 11, 18, 20, WS_VISIBLE
- LTEXT "Type the name of a program, folder, document, or Internet resource, and Wine will open it for you.", 12289, 36, 11, 182, 18
- LTEXT "&Open:", 12305, 7, 39, 24, 10
+ LTEXT "Skriv navnet på et Program, Mappe, Document eller Internet Ressource, for at få Wine til at åbne det.", 12289, 36, 11, 182, 18
+ LTEXT "&Åben:", 12305, 7, 39, 24, 10
  CONTROL "", 12298, "COMBOBOX", WS_TABSTOP | WS_GROUP | WS_VSCROLL | WS_VISIBLE | CBS_DISABLENOSCROLL | CBS_AUTOHSCROLL | CBS_DROPDOWN, 36, 37, 183, 100
  DEFPUSHBUTTON "OK", IDOK, 62, 63, 50, 14, WS_TABSTOP
- PUSHBUTTON "Cancel", IDCANCEL, 116, 63, 50, 14, WS_TABSTOP
- PUSHBUTTON "&Browse...", 12288, 170, 63, 50, 14, WS_TABSTOP
+ PUSHBUTTON "Annuller", IDCANCEL, 116, 63, 50, 14, WS_TABSTOP
+ PUSHBUTTON "&Bro...", 12288, 170, 63, 50, 14, WS_TABSTOP
 }
diff --git a/programs/clock/Da.rc b/programs/clock/Da.rc
index 125fb37..aca9a59 100644
--- a/programs/clock/Da.rc
+++ b/programs/clock/Da.rc
@@ -36,7 +36,7 @@ MAIN_MENU MENU LANGUAGE LANG_DANISH, SUB
  }
  POPUP "Inf&o" {
   MENUITEM "&Licens...", IDM_LICENSE
-  MENUITEM "&NO WARRANTY...", IDM_NOWARRANTY
+  MENUITEM "&Ingen Garenti...", IDM_NOWARRANTY
   MENUITEM "&Om Ur...", IDM_ABOUT
  }
 }
diff --git a/programs/notepad/Da.rc b/programs/notepad/Da.rc
index 64f0b69..23a155d 100644
--- a/programs/notepad/Da.rc
+++ b/programs/notepad/Da.rc
@@ -58,7 +58,7 @@ POPUP "&Hjælp" {
   MENUITEM SEPARATOR
   POPUP "&Om Notesblok..." {
    MENUITEM "&Licens",          CMD_LICENSE
-   MENUITEM "&NO WARRANTY",     CMD_NO_WARRANTY
+   MENUITEM "&Ingen Garenti",     CMD_NO_WARRANTY
    MENUITEM "&Om WINE",         CMD_ABOUT_WINE
   }
  }
@@ -114,13 +114,13 @@ STRING_TOOLARGE,                        
 \nBrug en anden editor til at redigere filen."
 STRING_NOTEXT,                                  "Du har ikke skrevet noget tekst. \
 \nSkriv noget tekst, og prøv så igen"
-STRING_DOESNOTEXIST,                            "File '%s'\ndoes not exist\n\n \
-Do you want to create a new file ?"
-STRING_NOTSAVED,                                "File '%s'\nhas been modified\n\n \
-Would you like to save the changes ?"
+STRING_DOESNOTEXIST,                            "Filen '%s'\nfindes ikke\n\n \
+Ønsker du at oprette en ny fil ?"
+STRING_NOTSAVED,                                "Filen '%s'\ner blevet ændret\n\n \
+Vil du gemme ændringerne ?"
 STRING_NOTFOUND,                                        "Kan ikke finde '%s'."
 STRING_OUT_OF_MEMORY,                   "Der er ikke nok hukommelse til at udføre \
 denne operation. \nAfslut et eller flere aktive programmer for at frigøre \
-hukommelse, og prøv så igen."
+hukommelse, og prøv igen."
 
 }
diff --git a/programs/progman/Da.rc b/programs/progman/Da.rc
index 5e6ba93..812b6ab 100644
--- a/programs/progman/Da.rc
+++ b/programs/progman/Da.rc
@@ -54,7 +54,7 @@
 
 #define MENU_INFO                    "&Om Programstyring..."
 #define MENU_INFO_LICENSE            "&Licens"
-#define MENU_INFO_NO_WARRANTY        "&NO WARRANTY"
+#define MENU_INFO_NO_WARRANTY        "&Ingen Garenti"
 #define MENU_INFO_ABOUT_WINE         "&Om WINE"
 
 /* Dialogs */
diff --git a/programs/winhelp/Da.rc b/programs/winhelp/Da.rc
index 997a3e6..93515fd 100644
--- a/programs/winhelp/Da.rc
+++ b/programs/winhelp/Da.rc
@@ -50,6 +50,7 @@ MAIN_MENU MENU LANGUAGE LANG_DANISH, SUB
  }
 }
 
+
 /* Strings */
 
 STRINGTABLE DISCARDABLE LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
@@ -59,7 +60,7 @@ STID_WHERROR, 		"FEJL"
 STID_WARNING,  		"ADVARSEL"
 STID_INFO,  		"Information"
 STID_NOT_IMPLEMENTED, 	"Ikke implementeret"
-STID_HLPFILE_ERROR_s, 	"Fejl ved læsning af filen `%s'"
+STID_HLPFILE_ERROR_s, 	"Fejl ved indlæsning af filen `%s'"
 STID_CONTENTS, 		"&Indhold"
 STID_SEARCH, 		"&Søg"
 STID_BACK, 		"&Tilbage"




More information about the wine-cvs mailing list