Wed, 28 Feb 2007 17:27:30 +0000
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
| 7924 | 1 | ;; |
| 2 | ;; danish.nsh | |
| 3 | ;; | |
| 4 | ;; Danish language strings for the Windows Gaim NSIS installer. | |
| 5 | ;; Windows Code page: 1252 | |
| 6 | ;; | |
| 7 | ;; Author: Ewan Andreasen <wiredloose@myrealbox.com> | |
| 8 | ;; Version 2 | |
| 9 | ;; | |
| 10 | ||
| 11 | ; Startup GTK+ check | |
|
14929
a71c59193f9d
[gaim-migrate @ 17636]
Daniel Atallah <datallah@pidgin.im>
parents:
14438
diff
changeset
|
12 | !define GTK_INSTALLER_NEEDED "GTK+ runtime environment enten mangler eller skal opgraderes.$\rInstallér venligst GTK+ runtime version v${GTK_MIN_VERSION} eller højere." |
| 7924 | 13 | |
| 14 | ; License Page | |
|
15805
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
15 | !define PIDGIN_LICENSE_BUTTON "Næste >" |
|
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
16 | !define PIDGIN_LICENSE_BOTTOM_TEXT "$(^Name) er frigivet under GPL licensen. Licensen er kun medtaget her til generel orientering. $_CLICK" |
| 7924 | 17 | |
| 18 | ; Components Page | |
|
15805
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
19 | !define PIDGIN_SECTION_TITLE "Gaim Instant Messaging Client (obligatorisk)" |
| 7924 | 20 | !define GTK_SECTION_TITLE "GTK+ Runtime Environment (obligatorisk)" |
| 21 | !define GTK_THEMES_SECTION_TITLE "GTK+ Temaer" | |
| 22 | !define GTK_NOTHEME_SECTION_TITLE "Intet Tema" | |
| 23 | !define GTK_WIMP_SECTION_TITLE "Wimp Tema" | |
| 24 | !define GTK_BLUECURVE_SECTION_TITLE "Bluecurve Tema" | |
| 25 | !define GTK_LIGHTHOUSEBLUE_SECTION_TITLE "Light House Blue Tema" | |
|
15805
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
26 | !define PIDGIN_SECTION_DESCRIPTION "Basale Gaim filer og biblioteker" |
| 7924 | 27 | !define GTK_SECTION_DESCRIPTION "Et multi-platform grafisk interface udviklingsværktøj, bruges af Gaim" |
| 28 | !define GTK_THEMES_SECTION_DESCRIPTION "GTK+ Temaer kan ændre GTK+ programmers generelle udseende." | |
| 29 | !define GTK_NO_THEME_DESC "Installér ikke noget GTK+ tema" | |
|
11578
70230c5dded2
[gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents:
10814
diff
changeset
|
30 | !define GTK_WIMP_THEME_DESC "GTK-Wimp (Windows efterligner) er et GTK tema som falder i med Windows skrivebordsmiljøet." |
| 7924 | 31 | !define GTK_BLUECURVE_THEME_DESC "The Bluecurve tema." |
| 32 | !define GTK_LIGHTHOUSEBLUE_THEME_DESC "The Lighthouseblue tema." | |
| 33 | ||
| 34 | ; GTK+ Directory Page | |
| 35 | !define GTK_UPGRADE_PROMPT "Der blev fundet en ældre version af GTK+ runtime. Ønsker du at opgradere?$\rNB: Gaim virker muligvis ikke uden denne opgradering." | |
| 36 | ||
| 37 | ; Installer Finish Page | |
|
15805
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
38 | !define PIDGIN_FINISH_VISIT_WEB_SITE "Besøg Windows Gaim's hjemmeside" |
| 7924 | 39 | |
| 40 | ; Gaim Section Prompts and Texts | |
|
15805
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
41 | !define PIDGIN_UNINSTALL_DESC "Gaim (fjern)" |
| 7924 | 42 | |
| 43 | ; GTK+ Section Prompts | |
| 44 | !define GTK_INSTALL_ERROR "Fejl under installeringen af GTK+ runtime." | |
| 45 | !define GTK_BAD_INSTALL_PATH "Stien du har angivet kan ikke findes eller oprettes." | |
| 46 | ||
| 47 | ; GTK+ Themes section | |
| 48 | !define GTK_NO_THEME_INSTALL_RIGHTS "Du har ikke tilladelse til at installere et GTK+ tema." | |
| 49 | ||
| 50 | ; Uninstall Section Prompts | |
|
15805
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
51 | !define un.PIDGIN_UNINSTALL_ERROR_1 "Afinstallationen kunne ikke finde Gaim i registreringsdatabasen.$\rMuligvis har en anden bruger installeret programmet." |
|
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
52 | !define un.PIDGIN_UNINSTALL_ERROR_2 "Du har ikke tilladelse til at afinstallere dette program." |
| 7924 | 53 |