Module: wine Branch: refs/heads/master Commit: 45269979606dd2b8cd8d05424e145bb9a28a69b6 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=45269979606dd2b8cd8d0542...
Author: Kasper Sandberg redeeman@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"