annotate pidgin/win32/nsis/translations/swedish.nsh @ 23786:55f3660f60d2

merge of '181e1f6b21a5dc3c848f82475078ab94654fbb10' and '9a83376a07e8bc9a2793a3006501b9419248ef77'
author Ka-Hing Cheung <khc@hxbc.us>
date Thu, 14 Aug 2008 05:26:52 +0000
parents aaf8f91c83fd
children 3f33a8fbf871
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
18742
aaf8f91c83fd Fix swedish NSIS translation to be encoded in CP1252 instead of UTF-8. Fixes 2314.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 18661
diff changeset
1 ;;
18661
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
2 ;; swedish.nsh
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
3 ;;
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
4 ;; Swedish language strings for the Windows Pidgin NSIS installer.
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
5 ;; Windows Code page: 1252
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
6 ;;
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
7 ;; Author: Tore Lundqvist <tlt@mima.x.se>, 2003.
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
8 ;; Author: Peter Hjalmarsson <xake@telia.com>, 2005.
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
9 ;; Version 3
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
10
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
11 ; Startup Checks
18742
aaf8f91c83fd Fix swedish NSIS translation to be encoded in CP1252 instead of UTF-8. Fixes 2314.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 18661
diff changeset
12 !define INSTALLER_IS_RUNNING "Installationsprogrammet körs redan."
aaf8f91c83fd Fix swedish NSIS translation to be encoded in CP1252 instead of UTF-8. Fixes 2314.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 18661
diff changeset
13 !define PIDGIN_IS_RUNNING "En instans av Pidgin körs redan. Avsluta Pidgin och försök igen."
aaf8f91c83fd Fix swedish NSIS translation to be encoded in CP1252 instead of UTF-8. Fixes 2314.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 18661
diff changeset
14 !define GTK_INSTALLER_NEEDED "Körmiljön GTK+ är antingen inte installerat eller behöver uppgraderas.$\rVar god installera v${GTK_MIN_VERSION} eller högre av GTK+-körmiljön."
18661
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
15
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
16 ; License Page
18742
aaf8f91c83fd Fix swedish NSIS translation to be encoded in CP1252 instead of UTF-8. Fixes 2314.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 18661
diff changeset
17 !define PIDGIN_LICENSE_BUTTON "Nästa >"
aaf8f91c83fd Fix swedish NSIS translation to be encoded in CP1252 instead of UTF-8. Fixes 2314.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 18661
diff changeset
18 !define PIDGIN_LICENSE_BOTTOM_TEXT "$(^Name) är utgivet under GPL. Licensen finns tillgänglig här för informationssyften enbart. $_CLICK"
18661
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
19
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
20 ; Components Page
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
21 !define PIDGIN_SECTION_TITLE "Pidgin Snabbmeddelandeklient (obligatorisk)"
18742
aaf8f91c83fd Fix swedish NSIS translation to be encoded in CP1252 instead of UTF-8. Fixes 2314.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 18661
diff changeset
22 !define GTK_SECTION_TITLE "GTK+-körmiljö (obligatorisk)"
aaf8f91c83fd Fix swedish NSIS translation to be encoded in CP1252 instead of UTF-8. Fixes 2314.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 18661
diff changeset
23 !define PIDGIN_SHORTCUTS_SECTION_TITLE "Genvägar"
18661
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
24 !define PIDGIN_DESKTOP_SHORTCUT_SECTION_TITLE "Skrivbord"
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
25 !define PIDGIN_STARTMENU_SHORTCUT_SECTION_TITLE "Startmeny"
18742
aaf8f91c83fd Fix swedish NSIS translation to be encoded in CP1252 instead of UTF-8. Fixes 2314.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 18661
diff changeset
26 !define PIDGIN_SECTION_DESCRIPTION "Pidgins kärnfiler och DLL:er"
aaf8f91c83fd Fix swedish NSIS translation to be encoded in CP1252 instead of UTF-8. Fixes 2314.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 18661
diff changeset
27 !define GTK_SECTION_DESCRIPTION "En GUI-verktygsuppsättning för flera olika plattformar som Pidgin använder."
18661
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
28
18742
aaf8f91c83fd Fix swedish NSIS translation to be encoded in CP1252 instead of UTF-8. Fixes 2314.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 18661
diff changeset
29 !define PIDGIN_SHORTCUTS_SECTION_DESCRIPTION "Genvägar för att starta Pidgin"
aaf8f91c83fd Fix swedish NSIS translation to be encoded in CP1252 instead of UTF-8. Fixes 2314.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 18661
diff changeset
30 !define PIDGIN_DESKTOP_SHORTCUT_DESC "Skapar en genväg till Pidgin på skrivbordet"
aaf8f91c83fd Fix swedish NSIS translation to be encoded in CP1252 instead of UTF-8. Fixes 2314.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 18661
diff changeset
31 !define PIDGIN_STARTMENU_SHORTCUT_DESC "Skapar ett tillägg i startmenyn för Pidgin"
18661
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
32
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
33 ; GTK+ Directory Page
18742
aaf8f91c83fd Fix swedish NSIS translation to be encoded in CP1252 instead of UTF-8. Fixes 2314.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 18661
diff changeset
34 !define GTK_UPGRADE_PROMPT "En äldre version av GTK+ runtime hittades, vill du uppgradera den?$\rOBS! $(^Name) kommer kanske inte att fungera om du inte uppgraderar."
18661
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
35
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
36 ; Installer Finish Page
18742
aaf8f91c83fd Fix swedish NSIS translation to be encoded in CP1252 instead of UTF-8. Fixes 2314.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 18661
diff changeset
37 !define PIDGIN_FINISH_VISIT_WEB_SITE "Besök Windows-Pidgin hemsida"
18661
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
38
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
39 ; Pidgin Section Prompts and Texts
18742
aaf8f91c83fd Fix swedish NSIS translation to be encoded in CP1252 instead of UTF-8. Fixes 2314.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 18661
diff changeset
40 !define PIDGIN_PROMPT_CONTINUE_WITHOUT_UNINSTALL "Kunde inte avinstallera den nuvarande versionen av Pidgin. Den nya versionen kommer att installeras utan att ta bort den för närvarande installerade versionen."
18661
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
41
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
42 ; GTK+ Section Prompts
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
43 !define GTK_INSTALL_ERROR "Fel vid installation av GTK+ runtime."
18742
aaf8f91c83fd Fix swedish NSIS translation to be encoded in CP1252 instead of UTF-8. Fixes 2314.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 18661
diff changeset
44 !define GTK_BAD_INSTALL_PATH "Den sökväg du angivit går inte att komma åt eller skapa."
18661
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
45
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
46 ; URL Handler section
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
47 !define URI_HANDLERS_SECTION_TITLE "URI Hanterare"
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
48
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
49 ; Uninstall Section Prompts
18742
aaf8f91c83fd Fix swedish NSIS translation to be encoded in CP1252 instead of UTF-8. Fixes 2314.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 18661
diff changeset
50 !define un.PIDGIN_UNINSTALL_ERROR_1 "Avinstalleraren kunde inte hitta registervärden för Pidgin.$\rAntagligen har en annan användare installerat applikationen."
aaf8f91c83fd Fix swedish NSIS translation to be encoded in CP1252 instead of UTF-8. Fixes 2314.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 18661
diff changeset
51 !define un.PIDGIN_UNINSTALL_ERROR_2 "Du har inte rättigheter att avinstallera den här applikationen."
18661
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
52
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
53 ; Spellcheck Section Prompts
18742
aaf8f91c83fd Fix swedish NSIS translation to be encoded in CP1252 instead of UTF-8. Fixes 2314.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 18661
diff changeset
54 !define PIDGIN_SPELLCHECK_SECTION_TITLE "Stöd för rättstavning"
aaf8f91c83fd Fix swedish NSIS translation to be encoded in CP1252 instead of UTF-8. Fixes 2314.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 18661
diff changeset
55 !define PIDGIN_SPELLCHECK_ERROR "Fel vid installation för rättstavning"
aaf8f91c83fd Fix swedish NSIS translation to be encoded in CP1252 instead of UTF-8. Fixes 2314.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 18661
diff changeset
56 !define PIDGIN_SPELLCHECK_DICT_ERROR "Fel vid installation av rättstavningsordlista"
aaf8f91c83fd Fix swedish NSIS translation to be encoded in CP1252 instead of UTF-8. Fixes 2314.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 18661
diff changeset
57 !define PIDGIN_SPELLCHECK_SECTION_DESCRIPTION "Stöd för Rättstavning. (Internetanslutning krävs för installation)"
18661
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
58 !define ASPELL_INSTALL_FAILED "Installationen misslyckades"
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
59 !define PIDGIN_SPELLCHECK_BRETON "Bretonska"
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
60 !define PIDGIN_SPELLCHECK_CATALAN "Katalanska"
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
61 !define PIDGIN_SPELLCHECK_CZECH "Tjeckiska"
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
62 !define PIDGIN_SPELLCHECK_WELSH "Kymriska"
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
63 !define PIDGIN_SPELLCHECK_DANISH "Danska"
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
64 !define PIDGIN_SPELLCHECK_GERMAN "Tyska"
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
65 !define PIDGIN_SPELLCHECK_GREEK "Grekiska"
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
66 !define PIDGIN_SPELLCHECK_ENGLISH "Engelska"
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
67 !define PIDGIN_SPELLCHECK_ESPERANTO "Esperanto"
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
68 !define PIDGIN_SPELLCHECK_SPANISH "Spanska"
18742
aaf8f91c83fd Fix swedish NSIS translation to be encoded in CP1252 instead of UTF-8. Fixes 2314.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 18661
diff changeset
69 !define PIDGIN_SPELLCHECK_FAROESE "Färöiska"
18661
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
70 !define PIDGIN_SPELLCHECK_FRENCH "Franska"
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
71 !define PIDGIN_SPELLCHECK_ITALIAN "Italienska"
18742
aaf8f91c83fd Fix swedish NSIS translation to be encoded in CP1252 instead of UTF-8. Fixes 2314.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 18661
diff changeset
72 !define PIDGIN_SPELLCHECK_DUTCH "Nederländska"
18661
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
73 !define PIDGIN_SPELLCHECK_NORWEGIAN "Norska"
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
74 !define PIDGIN_SPELLCHECK_POLISH "Polska"
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
75 !define PIDGIN_SPELLCHECK_PORTUGUESE "Portugisiska"
18742
aaf8f91c83fd Fix swedish NSIS translation to be encoded in CP1252 instead of UTF-8. Fixes 2314.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 18661
diff changeset
76 !define PIDGIN_SPELLCHECK_ROMANIAN "Rumänska"
18661
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
77 !define PIDGIN_SPELLCHECK_RUSSIAN "Ryska"
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
78 !define PIDGIN_SPELLCHECK_SLOVAK "Slovakiska"
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
79 !define PIDGIN_SPELLCHECK_SWEDISH "Svenska"
87e4e679d985 fixes #2242
Peter Hjalmarsson <xake@telia.com>
parents: 17853
diff changeset
80 !define PIDGIN_SPELLCHECK_UKRAINIAN "Ukrainska"