Mercurial > pidgin.yaz
annotate pidgin/win32/nsis/translations/swedish.nsh @ 18742:aaf8f91c83fd
Fix swedish NSIS translation to be encoded in CP1252 instead of UTF-8. Fixes 2314.
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Mon, 30 Jul 2007 03:14:22 +0000 |
parents | 87e4e679d985 |
children | 3f33a8fbf871 |
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 | 2 ;; swedish.nsh |
3 ;; | |
4 ;; Swedish language strings for the Windows Pidgin NSIS installer. | |
5 ;; Windows Code page: 1252 | |
6 ;; | |
7 ;; Author: Tore Lundqvist <tlt@mima.x.se>, 2003. | |
8 ;; Author: Peter Hjalmarsson <xake@telia.com>, 2005. | |
9 ;; Version 3 | |
10 | |
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 | 15 |
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 | 19 |
20 ; Components Page | |
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 | 24 !define PIDGIN_DESKTOP_SHORTCUT_SECTION_TITLE "Skrivbord" |
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 | 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 | 32 |
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 | 35 |
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 | 38 |
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 | 41 |
42 ; GTK+ Section Prompts | |
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 | 45 |
46 ; URL Handler section | |
47 !define URI_HANDLERS_SECTION_TITLE "URI Hanterare" | |
48 | |
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 | 52 |
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 | 58 !define ASPELL_INSTALL_FAILED "Installationen misslyckades" |
59 !define PIDGIN_SPELLCHECK_BRETON "Bretonska" | |
60 !define PIDGIN_SPELLCHECK_CATALAN "Katalanska" | |
61 !define PIDGIN_SPELLCHECK_CZECH "Tjeckiska" | |
62 !define PIDGIN_SPELLCHECK_WELSH "Kymriska" | |
63 !define PIDGIN_SPELLCHECK_DANISH "Danska" | |
64 !define PIDGIN_SPELLCHECK_GERMAN "Tyska" | |
65 !define PIDGIN_SPELLCHECK_GREEK "Grekiska" | |
66 !define PIDGIN_SPELLCHECK_ENGLISH "Engelska" | |
67 !define PIDGIN_SPELLCHECK_ESPERANTO "Esperanto" | |
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 | 70 !define PIDGIN_SPELLCHECK_FRENCH "Franska" |
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 | 73 !define PIDGIN_SPELLCHECK_NORWEGIAN "Norska" |
74 !define PIDGIN_SPELLCHECK_POLISH "Polska" | |
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 | 77 !define PIDGIN_SPELLCHECK_RUSSIAN "Ryska" |
78 !define PIDGIN_SPELLCHECK_SLOVAK "Slovakiska" | |
79 !define PIDGIN_SPELLCHECK_SWEDISH "Svenska" | |
80 !define PIDGIN_SPELLCHECK_UKRAINIAN "Ukrainska" |