pidgin/win32/nsis/translations/norwegian.nsh

Fri, 27 Apr 2007 21:53:20 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Fri, 27 Apr 2007 21:53:20 +0000
changeset 16602
e26771ee55df
parent 16305
b2aa56593869
child 17722
0e6a85627c70
child 18068
b6554e3c8224
permissions
-rw-r--r--

Remove unused strings cruft from the installer that were left over from when it dealt with the GTK+ theme (It seems like I already did this before). Also, make installing GTK+ optional if it is already installed.

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 ;;
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
4 ;; Norwegian language strings for the Windows Pidgin NSIS installer.
8567
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."
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
13 !define PIDGIN_IS_RUNNING "En instans av Pidgin kjører fra før. Avslutt Pidgin og prøv igjen."
14929
a71c59193f9d [gaim-migrate @ 17636]
Daniel Atallah <datallah@pidgin.im>
parents: 14438
diff changeset
14 !define GTK_INSTALLER_NEEDED "GTK+ runtime environment mangler eller trenger en oppgradering.$\rVennligst installér GTK+ v${GTK_MIN_VERSION} eller høyere"
8567
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
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
17 !define PIDGIN_LICENSE_BUTTON "Neste >"
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
18 !define PIDGIN_LICENSE_BOTTOM_TEXT "$(^Name) er utgitt under GPL (GNU General Public License). Lisensen er oppgitt her kun med henblikk på informasjon. $_CLICK"
8567
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
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
21 !define PIDGIN_SECTION_TITLE "Pidgin Hurtigmeldingsklient (obligatorisk)"
8567
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
22 !define GTK_SECTION_TITLE "GTK+ Runtime Environment (obligatorisk)"
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
23 !define PIDGIN_SHORTCUTS_SECTION_TITLE "Snarveier"
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
24 !define PIDGIN_DESKTOP_SHORTCUT_SECTION_TITLE "Skrivebord"
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
25 !define PIDGIN_STARTMENU_SHORTCUT_SECTION_TITLE "Startmeny"
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
26 !define PIDGIN_SECTION_DESCRIPTION "Pidgins kjernefiler og dll'er"
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
27 !define GTK_SECTION_DESCRIPTION "Et GUI-verktøy for flere ulike plattformer, brukes av Pidgin."
16305
b2aa56593869 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <datallah@pidgin.im>
parents: 15816
diff changeset
28
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
29 !define PIDGIN_SHORTCUTS_SECTION_DESCRIPTION "Snarveier for å starte Pidgin"
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
30 !define PIDGIN_DESKTOP_SHORTCUT_DESC "Lag en snarvei til Pidgin på Skrivebordet"
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
31 !define PIDGIN_STARTMENU_SHORTCUT_DESC "Legg til Pidgin i Startmenyen"
8567
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
32
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
33 ; GTK+ Directory Page
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
34 !define GTK_UPGRADE_PROMPT "En eldre versjon av GTK+ runtime ble funnet. Ønsker du å oppgradere?$\rMerk: $(^Name) vil kanskje ikke virke hvis du ikke oppgraderer."
8567
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
35
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
36 ; Installer Finish Page
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
37 !define PIDGIN_FINISH_VISIT_WEB_SITE "Besøk Pidgin for Windows' Nettside"
8567
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
38
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
39 ; Pidgin Section Prompts and Texts
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
40 !define PIDGIN_UNINSTALL_DESC "$(^Name) (kun avinstallering)"
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+ Section Prompts
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
43 !define GTK_INSTALL_ERROR "En feil oppstod ved installering av GTK+ runtime."
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
44 !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
45
80fd332369b9 [gaim-migrate @ 9314]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
46 ; Uninstall Section Prompts
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
47 !define un.PIDGIN_UNINSTALL_ERROR_1 "Avinstalleringsprogrammet kunne ikke finne noen registeroppføring for Pidgin.$\rTrolig har en annen bruker avinstallert denne applikasjonen."
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
48 !define un.PIDGIN_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
49
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8567
diff changeset
50
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8567
diff changeset
51
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8567
diff changeset
52 ; Spellcheck 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
53 !define PIDGIN_SPELLCHECK_SECTION_TITLE "Støtte for stavekontroll"
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
54 !define PIDGIN_SPELLCHECK_ERROR "Det oppstod en feil ved installering av stavekontroll"
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
55 !define PIDGIN_SPELLCHECK_DICT_ERROR "Det oppstod en feil ved installering av ordboken for stavekontroll"
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
56 !define PIDGIN_SPELLCHECK_SECTION_DESCRIPTION "Støtte for stavekontroll. (Internettoppkobling påkrevd for installasjon)"
11578
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8567
diff changeset
57 !define ASPELL_INSTALL_FAILED "Installasjonen mislyktes."
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
58 !define PIDGIN_SPELLCHECK_BRETON "Bretagnsk"
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
59 !define PIDGIN_SPELLCHECK_CATALAN "Katalansk"
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
60 !define PIDGIN_SPELLCHECK_CZECH "Tsjekkisk"
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
61 !define PIDGIN_SPELLCHECK_WELSH "Walisisk"
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
62 !define PIDGIN_SPELLCHECK_DANISH "Dansk"
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
63 !define PIDGIN_SPELLCHECK_GERMAN "Tysk"
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
64 !define PIDGIN_SPELLCHECK_GREEK "Gresk"
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
65 !define PIDGIN_SPELLCHECK_ENGLISH "Engelsk"
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
66 !define PIDGIN_SPELLCHECK_ESPERANTO "Esperanto"
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
67 !define PIDGIN_SPELLCHECK_SPANISH "Spansk"
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
68 !define PIDGIN_SPELLCHECK_FAROESE "Færøysk"
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
69 !define PIDGIN_SPELLCHECK_FRENCH "Fransk"
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
70 !define PIDGIN_SPELLCHECK_ITALIAN "Italiensk"
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
71 !define PIDGIN_SPELLCHECK_DUTCH "Nederlandsk"
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
72 !define PIDGIN_SPELLCHECK_NORWEGIAN "Norsk"
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
73 !define PIDGIN_SPELLCHECK_POLISH "Polsk"
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
74 !define PIDGIN_SPELLCHECK_PORTUGUESE "Portugisisk"
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
75 !define PIDGIN_SPELLCHECK_ROMANIAN "Rumensk"
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
76 !define PIDGIN_SPELLCHECK_RUSSIAN "Russisk"
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
77 !define PIDGIN_SPELLCHECK_SLOVAK "Slovakisk"
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
78 !define PIDGIN_SPELLCHECK_SWEDISH "Svensk"
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
79 !define PIDGIN_SPELLCHECK_UKRAINIAN "Ukrainsk"

mercurial