2 * Notepad (Danish resources)
4 * Copyright 1998 Henrik Olsen <henrik@iaeste.dk>
5 * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public
9 * License as published by the Free Software Foundation; either
10 * version 2.1 of the License, or (at your option) any later version.
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
17 * You should have received a copy of the GNU Lesser General Public
18 * License along with this library; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22 MAIN_MENU MENU LANGUAGE LANG_DANISH, SUBLANG_NEUTRAL
25 MENUITEM "&Ny...", 0x100
26 MENUITEM "Å&bn\tEnter", 0x101
27 MENUITEM "&Gem", 0x102
28 MENUITEM "Gem so&m...", 0x103
29 MENUITEM "&Udskriv", 0x104
30 MENUITEM "Side&opsætning...", 0x105
31 MENUITEM "&Indstil printer...", 0x106
33 MENUITEM "&Afslut", 0x108
36 MENUITEM "&Fortryd\tCtrl+Z", 0x110
38 MENUITEM "&Klip\tCtrl+X", 0x111
39 MENUITEM "K&opier\tCtrl+C", 0x112
40 MENUITEM "Sæt &ind\tCtrl+V", 0x113
41 MENUITEM "&Slet\tDel", 0x114
43 MENUITEM "Marker &alt", 0x116
44 MENUITEM "&Dato/tid\tF5", 0x117
46 MENUITEM "Automatisk &linjeskift", 0x119
49 MENUITEM "&Søg...", 0x120
50 MENUITEM "&Find næste\tF3", 0x121
53 MENUITEM "&Indhold", 0x130
54 MENUITEM "&Søg efter hjælp om...", 0x131
55 MENUITEM "&Brug af Hjælp", 0x132
57 POPUP "&Om Notesblok..." {
58 MENUITEM "&Licens", 0x135
59 MENUITEM "&NO WARRANTY", 0x136
60 MENUITEM "&Om WINE", 0x137
65 /* Dialog `Page setup' */
67 DIALOG_PAGESETUP_ DIALOG 0, 0, 225, 95
68 LANGUAGE LANG_DANISH, SUBLANG_NEUTRAL
69 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
71 CAPTION "Sideopsætning"
73 LTEXT "&Sidehoved:", 0x140, 10, 07, 40, 15
74 EDITTEXT 0x141, 60, 05,110, 12, WS_BORDER | WS_TABSTOP
75 LTEXT "Side&fod:", 0x142, 10, 24, 40, 15
76 EDITTEXT 0x143, 60, 22,110, 12, WS_BORDER | WS_TABSTOP
78 GROUPBOX "Margener:", 0x144, 10, 43,160, 45
79 LTEXT "&Venstre:", 0x145, 20, 55, 30, 10, WS_CHILD
80 EDITTEXT /*STRING_PAGESETUP_LEFTVALUE,*/ 0x147, 50, 55, 35, 11, WS_CHILD | WS_BORDER | WS_TABSTOP
81 LTEXT "&Top:", 0x148, 20, 73, 30, 10, WS_CHILD
82 EDITTEXT /*STRING_PAGESETUP_TOPVALUE,*/ 0x14A, 50, 73, 35, 11, WS_CHILD | WS_BORDER | WS_TABSTOP
83 LTEXT "&Højre:", 0x14B, 100, 55, 30, 10, WS_CHILD
84 EDITTEXT /*STRING_PAGESETUP_RIGHTVALUE,*/ 0x14D, 130, 55, 35, 11, WS_CHILD | WS_BORDER | WS_TABSTOP
85 LTEXT "&Bund:", 0x14E,100, 73, 30, 10, WS_CHILD
86 EDITTEXT /*STRING_PAGESETUP_BOTTOMVALUE,*/ 0x150, 130, 73, 35, 11, WS_CHILD | WS_BORDER | WS_TABSTOP
88 DEFPUSHBUTTON "OK", 0x151, 180, 3, 40, 15, WS_TABSTOP
89 PUSHBUTTON "Annuller", 0x152, 180, 21, 40, 15, WS_TABSTOP
90 PUSHBUTTON "&Hjælp", 0x153, 180, 39, 40, 15, WS_TABSTOP
93 STRINGTABLE DISCARDABLE LANGUAGE LANG_DANISH, SUBLANG_NEUTRAL
95 STRING_PAGESETUP_HEADERVALUE, "&n" /* FIXME */
96 STRING_PAGESETUP_FOOTERVALUE, "Page &s" /* FIXME */
97 STRING_PAGESETUP_LEFTVALUE, "20 mm" /* FIXME */
98 STRING_PAGESETUP_RIGHTVALUE, "20 mm" /* FIXME */
99 STRING_PAGESETUP_TOPVALUE, "25 mm" /* FIXME */
100 STRING_PAGESETUP_BOTTOMVALUE, "25 mm" /* FIXME */
102 STRING_NOTEPAD, "Notesblok"
104 STRING_WARNING, "ADVARSEL"
105 STRING_INFO, "Information"
107 STRING_UNTITLED, "(ikke-navngivet)"
109 STRING_ALL_FILES, "Alle filer (*.*)"
110 STRING_TEXT_FILES_TXT, "Tekst filer (*.txt)"
112 STRING_TOOLARGE, "Filen '%s' er for stor til Notesblok. \
113 \nBrug en anden editor til at redigere filen."
114 STRING_NOTEXT, "Du har ikke skrevet noget tekst. \
115 \nSkriv noget tekst, og prøv så igen"
116 STRING_DOESNOTEXIST, "File '%s'\ndoes not exist\n\n \
117 Do you want to create a new file ?"
118 STRING_NOTSAVED, "File '%s'\nhas been modified\n\n \
119 Would you like to save the changes ?"
120 STRING_NOTFOUND, "Kan ikke finde '%s'."
121 STRING_OUT_OF_MEMORY, "Der er ikke nok hukommelse til at udføre \
122 denne operation. \nAfslut et eller flere aktive programmer for at frigøre \
123 hukommelse, og prøv så igen."