gtk/win32/nsis/translations/norwegian.nsh

Wed, 30 Aug 2006 02:40:56 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Wed, 30 Aug 2006 02:40:56 +0000
changeset 14438
b552f0964484
parent 14253
b63ebf84c42b
child 14929
a71c59193f9d
permissions
-rw-r--r--

[gaim-migrate @ 17082]
It really isn't smart for us to blow away the previous install directory (we do ask nicely, but it still isn't good) if the uninstaller for the previous version fails, so now we offer the choice between "continue regardless" or "cancel installing".
It would really be ideal if we could get these translations done through gettext or something.

8567
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
1 ;;
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
2 ;; norwegian.nsh
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
3 ;;
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
4 ;; Norwegian language strings for the Windows Gaim NSIS installer.
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
5 ;; Windows Code page: 1252
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
6 ;;
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
7 ;; Jørgen_Vinne_Iversen <jorgenvi@tihlde.org>
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
8 ;; Version 2
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
9 ;;
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
10
11578
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8567
diff changeset
11 ; Startup Checks
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8567
diff changeset
12 !define INSTALLER_IS_RUNNING "Installeren kjører allerede."
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8567
diff changeset
13 !define GAIM_IS_RUNNING "En instans av Gaim kjører fra før. Avslutt Gaim og prøv igjen."
8567
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
14 !define GTK_INSTALLER_NEEDED "GTK+ runtime environment mangler eller trenger en oppgradering.$\rVennligst installér GTK+ v${GTK_VERSION} eller høyere"
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
15
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
16 ; License Page
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
17 !define GAIM_LICENSE_BUTTON "Neste >"
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
18 !define GAIM_LICENSE_BOTTOM_TEXT "$(^Name) er utgitt under GPL (GNU General Public License). Lisensen er oppgitt her kun med henblikk på informasjon. $_CLICK"
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
19
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
20 ; Components Page
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
21 !define GAIM_SECTION_TITLE "Gaim Hurtigmeldingsklient (obligatorisk)"
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
22 !define GTK_SECTION_TITLE "GTK+ Runtime Environment (obligatorisk)"
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
23 !define GTK_THEMES_SECTION_TITLE "GTK+ Tema"
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
24 !define GTK_NOTHEME_SECTION_TITLE "Ingen tema"
11578
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8567
diff changeset
25 !define GTK_WIMP_SECTION_TITLE "Wimp-tema"
8567
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
26 !define GTK_BLUECURVE_SECTION_TITLE "Bluecurve-tema"
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
27 !define GTK_LIGHTHOUSEBLUE_SECTION_TITLE "Light House Blue-tema"
11578
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8567
diff changeset
28 !define GAIM_SHORTCUTS_SECTION_TITLE "Snarveier"
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8567
diff changeset
29 !define GAIM_DESKTOP_SHORTCUT_SECTION_TITLE "Skrivebord"
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8567
diff changeset
30 !define GAIM_STARTMENU_SHORTCUT_SECTION_TITLE "Startmeny"
8567
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
31 !define GAIM_SECTION_DESCRIPTION "Gaims kjernefiler og dll'er"
11578
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8567
diff changeset
32 !define GTK_SECTION_DESCRIPTION "Et GUI-verktøy for flere ulike plattformer, brukes av Gaim."
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8567
diff changeset
33 !define GTK_THEMES_SECTION_DESCRIPTION "GTK+ Tema kan endre utseendet og følelsen av GTK+ applikasjoner."
8567
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
34 !define GTK_NO_THEME_DESC "Ikke installér noe GTK+ tema."
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
35 !define GTK_WIMP_THEME_DESC "GTK-Wimp (Windows-imitator) er et GTK-tema som passer godt inn i Windows-miljø."
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
36 !define GTK_BLUECURVE_THEME_DESC "Bluecurve-tema."
11578
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8567
diff changeset
37 !define GTK_LIGHTHOUSEBLUE_THEME_DESC "Lighthouseblue-tema."
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8567
diff changeset
38 !define GAIM_SHORTCUTS_SECTION_DESCRIPTION "Snarveier for å starte Gaim"
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8567
diff changeset
39 !define GAIM_DESKTOP_SHORTCUT_DESC "Lag en snarvei til Gaim på Skrivebordet"
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8567
diff changeset
40 !define GAIM_STARTMENU_SHORTCUT_DESC "Legg til Gaim i Startmenyen"
8567
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
41
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
42 ; GTK+ Directory Page
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
43 !define GTK_UPGRADE_PROMPT "En eldre versjon av GTK+ runtime ble funnet. Ønsker du å oppgradere?$\rMerk: Gaim vil kanskje ikke virke hvis du ikke oppgraderer."
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
44
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
45 ; Installer Finish Page
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
46 !define GAIM_FINISH_VISIT_WEB_SITE "Besøk Gaim for Windows' Nettside"
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
47
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
48 ; Gaim Section Prompts and Texts
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
49 !define GAIM_UNINSTALL_DESC "Gaim (kun avinstallering)"
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
50
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
51 ; GTK+ Section Prompts
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
52 !define GTK_INSTALL_ERROR "En feil oppstod ved installering av GTK+ runtime."
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
53 !define GTK_BAD_INSTALL_PATH "Stien du oppga kan ikke aksesseres eller lages."
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
54
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
55 ; GTK+ Themes section
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
56 !define GTK_NO_THEME_INSTALL_RIGHTS "Du har ikke rettigheter til å installere et GTK+ tema."
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
57
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
58 ; Uninstall Section Prompts
11578
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8567
diff changeset
59 !define un.GAIM_UNINSTALL_ERROR_1 "Avinstalleringsprogrammet kunne ikke finne noen registeroppføring for Gaim.$\rTrolig har en annen bruker avinstallert denne applikasjonen."
8567
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
60 !define un.GAIM_UNINSTALL_ERROR_2 "Du har ikke rettigheter til å avinstallere denne applikasjonen."
11578
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8567
diff changeset
61
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8567
diff changeset
62
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8567
diff changeset
63
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8567
diff changeset
64 ; Spellcheck Section Prompts
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8567
diff changeset
65 !define GAIM_SPELLCHECK_SECTION_TITLE "Støtte for stavekontroll"
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8567
diff changeset
66 !define GAIM_SPELLCHECK_ERROR "Det oppstod en feil ved installering av stavekontroll"
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8567
diff changeset
67 !define GAIM_SPELLCHECK_DICT_ERROR "Det oppstod en feil ved installering av ordboken for stavekontroll"
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8567
diff changeset
68 !define GAIM_SPELLCHECK_SECTION_DESCRIPTION "Støtte for stavekontroll. (Internettoppkobling påkrevd for installasjon)"
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8567
diff changeset
69 !define ASPELL_INSTALL_FAILED "Installasjonen mislyktes."
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8567
diff changeset
70 !define GAIM_SPELLCHECK_BRETON "Bretagnsk"
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8567
diff changeset
71 !define GAIM_SPELLCHECK_CATALAN "Katalansk"
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8567
diff changeset
72 !define GAIM_SPELLCHECK_CZECH "Tsjekkisk"
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8567
diff changeset
73 !define GAIM_SPELLCHECK_WELSH "Walisisk"
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8567
diff changeset
74 !define GAIM_SPELLCHECK_DANISH "Dansk"
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8567
diff changeset
75 !define GAIM_SPELLCHECK_GERMAN "Tysk"
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8567
diff changeset
76 !define GAIM_SPELLCHECK_GREEK "Gresk"
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8567
diff changeset
77 !define GAIM_SPELLCHECK_ENGLISH "Engelsk"
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8567
diff changeset
78 !define GAIM_SPELLCHECK_ESPERANTO "Esperanto"
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8567
diff changeset
79 !define GAIM_SPELLCHECK_SPANISH "Spansk"
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8567
diff changeset
80 !define GAIM_SPELLCHECK_FAROESE "Færøysk"
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8567
diff changeset
81 !define GAIM_SPELLCHECK_FRENCH "Fransk"
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8567
diff changeset
82 !define GAIM_SPELLCHECK_ITALIAN "Italiensk"
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8567
diff changeset
83 !define GAIM_SPELLCHECK_DUTCH "Nederlandsk"
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8567
diff changeset
84 !define GAIM_SPELLCHECK_NORWEGIAN "Norsk"
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8567
diff changeset
85 !define GAIM_SPELLCHECK_POLISH "Polsk"
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8567
diff changeset
86 !define GAIM_SPELLCHECK_PORTUGUESE "Portugisisk"
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8567
diff changeset
87 !define GAIM_SPELLCHECK_ROMANIAN "Rumensk"
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8567
diff changeset
88 !define GAIM_SPELLCHECK_RUSSIAN "Russisk"
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8567
diff changeset
89 !define GAIM_SPELLCHECK_SLOVAK "Slovakisk"
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8567
diff changeset
90 !define GAIM_SPELLCHECK_SWEDISH "Svensk"
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8567
diff changeset
91 !define GAIM_SPELLCHECK_UKRAINIAN "Ukrainsk"

mercurial