Thu, 01 Mar 2007 02:42:20 +0000
More installer stuff.
| 8567 | 1 | ;; |
| 2 | ;; norwegian.nsh | |
| 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 | 5 | ;; Windows Code page: 1252 |
| 6 | ;; | |
| 7 | ;; Jørgen_Vinne_Iversen <jorgenvi@tihlde.org> | |
| 8 | ;; Version 2 | |
| 9 | ;; | |
| 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 | 15 | |
| 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 | 19 | |
| 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 | 22 | !define GTK_SECTION_TITLE "GTK+ Runtime Environment (obligatorisk)" |
| 23 | !define GTK_THEMES_SECTION_TITLE "GTK+ Tema" | |
| 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 | 26 | !define GTK_BLUECURVE_SECTION_TITLE "Bluecurve-tema" |
| 27 | !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
|
28 | !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
|
29 | !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
|
30 | !define PIDGIN_STARTMENU_SHORTCUT_SECTION_TITLE "Startmeny" |
|
15816
6fb46b27dedc
More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
15805
diff
changeset
|
31 | !define PIDGIN_SECTION_DESCRIPTION "Pidgins kjernefiler og dll'er" |
|
6fb46b27dedc
More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
15805
diff
changeset
|
32 | !define GTK_SECTION_DESCRIPTION "Et GUI-verktøy for flere ulike plattformer, brukes av Pidgin." |
|
11578
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 | 34 | !define GTK_NO_THEME_DESC "Ikke installér noe GTK+ tema." |
| 35 | !define GTK_WIMP_THEME_DESC "GTK-Wimp (Windows-imitator) er et GTK-tema som passer godt inn i Windows-miljø." | |
| 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." |
|
15816
6fb46b27dedc
More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
15805
diff
changeset
|
38 | !define PIDGIN_SHORTCUTS_SECTION_DESCRIPTION "Snarveier for å starte Pidgin" |
|
6fb46b27dedc
More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
15805
diff
changeset
|
39 | !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
|
40 | !define PIDGIN_STARTMENU_SHORTCUT_DESC "Legg til Pidgin i Startmenyen" |
| 8567 | 41 | |
| 42 | ; GTK+ Directory Page | |
|
15816
6fb46b27dedc
More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
15805
diff
changeset
|
43 | !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 | 44 | |
| 45 | ; Installer Finish Page | |
|
15816
6fb46b27dedc
More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
15805
diff
changeset
|
46 | !define PIDGIN_FINISH_VISIT_WEB_SITE "Besøk Pidgin for Windows' Nettside" |
| 8567 | 47 | |
|
15816
6fb46b27dedc
More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
15805
diff
changeset
|
48 | ; Pidgin Section Prompts and Texts |
|
6fb46b27dedc
More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
15805
diff
changeset
|
49 | !define PIDGIN_UNINSTALL_DESC "$(^Name) (kun avinstallering)" |
| 8567 | 50 | |
| 51 | ; GTK+ Section Prompts | |
| 52 | !define GTK_INSTALL_ERROR "En feil oppstod ved installering av GTK+ runtime." | |
| 53 | !define GTK_BAD_INSTALL_PATH "Stien du oppga kan ikke aksesseres eller lages." | |
| 54 | ||
| 55 | ; GTK+ Themes section | |
| 56 | !define GTK_NO_THEME_INSTALL_RIGHTS "Du har ikke rettigheter til å installere et GTK+ tema." | |
| 57 | ||
| 58 | ; Uninstall Section Prompts | |
|
15816
6fb46b27dedc
More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
15805
diff
changeset
|
59 | !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
|
60 | !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
|
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 |
|
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
|
65 | !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
|
66 | !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
|
67 | !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
|
68 | !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
|
69 | !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
|
70 | !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
|
71 | !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
|
72 | !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
|
73 | !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
|
74 | !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
|
75 | !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
|
76 | !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
|
77 | !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
|
78 | !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
|
79 | !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
|
80 | !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
|
81 | !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
|
82 | !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
|
83 | !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
|
84 | !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
|
85 | !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
|
86 | !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
|
87 | !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
|
88 | !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
|
89 | !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
|
90 | !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
|
91 | !define PIDGIN_SPELLCHECK_UKRAINIAN "Ukrainsk" |