pidgin/win32/nsis/translations/swedish.nsh

Wed, 18 Apr 2007 19:19:08 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Wed, 18 Apr 2007 19:19:08 +0000
changeset 16305
b2aa56593869
parent 15816
6fb46b27dedc
child 16602
e26771ee55df
permissions
-rw-r--r--

Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.

6557
9c788027a40e [gaim-migrate @ 7079]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
1 ;;
9c788027a40e [gaim-migrate @ 7079]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
2 ;; swedish.nsh
9c788027a40e [gaim-migrate @ 7079]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
3 ;;
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
4 ;; Swedish language strings for the Windows Pidgin NSIS installer.
6557
9c788027a40e [gaim-migrate @ 7079]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
5 ;; Windows Code page: 1252
9c788027a40e [gaim-migrate @ 7079]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
6 ;;
9c788027a40e [gaim-migrate @ 7079]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
7 ;; Author: Tore Lundqvist <tlt@mima.x.se>, 2003.
10546
7c68e6c0ec70 [gaim-migrate @ 11915]
Mark Doliner <markdoliner@pidgin.im>
parents: 10545
diff changeset
8 ;; Author: Peter Hjalmarsson <xake@telia.com>, 2005.
10545
7ac6c1b6d237 [gaim-migrate @ 11913]
Kalle Kotte
parents: 7600
diff changeset
9 ;; Version 3
6557
9c788027a40e [gaim-migrate @ 7079]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
10
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
11 ; Make sure to update the PIDGIN_MACRO_LANGUAGEFILE_END macro in
10545
7ac6c1b6d237 [gaim-migrate @ 11913]
Kalle Kotte
parents: 7600
diff changeset
12 ; langmacros.nsh when updating this file
7ac6c1b6d237 [gaim-migrate @ 11913]
Kalle Kotte
parents: 7600
diff changeset
13
7ac6c1b6d237 [gaim-migrate @ 11913]
Kalle Kotte
parents: 7600
diff changeset
14 ; Startup Checks
7ac6c1b6d237 [gaim-migrate @ 11913]
Kalle Kotte
parents: 7600
diff changeset
15 !define INSTALLER_IS_RUNNING "Installationsprogrammet körs redan."
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
16 !define PIDGIN_IS_RUNNING "En instans av Pidgin körs redan. Avsluta Pidgin och försök igen."
14929
a71c59193f9d [gaim-migrate @ 17636]
Daniel Atallah <datallah@pidgin.im>
parents: 14438
diff changeset
17 !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."
6557
9c788027a40e [gaim-migrate @ 7079]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
18
7600
279abfe7721f [gaim-migrate @ 8222]
Herman Bloggs <herman@bluedigits.com>
parents: 7572
diff changeset
19 ; 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
20 !define PIDGIN_LICENSE_BUTTON "Nästa >"
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
21 !define PIDGIN_LICENSE_BOTTOM_TEXT "$(^Name) är utgivet under GPL. Licensen finns tillgänglig här för infromationssyften enbart. $_CLICK"
7600
279abfe7721f [gaim-migrate @ 8222]
Herman Bloggs <herman@bluedigits.com>
parents: 7572
diff changeset
22
6557
9c788027a40e [gaim-migrate @ 7079]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
23 ; Components Page
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
24 !define PIDGIN_SECTION_TITLE "Pidgin Snabbmeddelandeklient (obligatorisk)"
10545
7ac6c1b6d237 [gaim-migrate @ 11913]
Kalle Kotte
parents: 7600
diff changeset
25 !define GTK_SECTION_TITLE "GTK+-körmiljö (obligatorisk)"
7ac6c1b6d237 [gaim-migrate @ 11913]
Kalle Kotte
parents: 7600
diff changeset
26 !define GTK_THEMES_SECTION_TITLE "GTK+-teman"
7572
976d5883ef99 [gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents: 6582
diff changeset
27 !define GTK_NOTHEME_SECTION_TITLE "Inget tema"
976d5883ef99 [gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents: 6582
diff changeset
28 !define GTK_WIMP_SECTION_TITLE "Wimp-tema"
10545
7ac6c1b6d237 [gaim-migrate @ 11913]
Kalle Kotte
parents: 7600
diff changeset
29 !define GTK_BLUECURVE_SECTION_TITLE "Bluecurve-tema"
7572
976d5883ef99 [gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents: 6582
diff changeset
30 !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
31 !define PIDGIN_SHORTCUTS_SECTION_TITLE "Genvägar"
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
32 !define PIDGIN_DESKTOP_SHORTCUT_SECTION_TITLE "Skrivbord"
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
33 !define PIDGIN_STARTMENU_SHORTCUT_SECTION_TITLE "Startmeny"
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
34 !define PIDGIN_SECTION_DESCRIPTION "Pidgin kärnfiler och DLL:er"
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
35 !define GTK_SECTION_DESCRIPTION "En GUI-verktygsuppsättning för flera olika plattformar som Pidgin använder."
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
36
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
37 !define PIDGIN_SHORTCUTS_SECTION_DESCRIPTION "Genvägar för att starta Pidgin"
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
38 !define PIDGIN_DESKTOP_SHORTCUT_DESC "Skapar en genväg till Pidgin på skrivbordet"
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
39 !define PIDGIN_STARTMENU_SHORTCUT_DESC "Skapar ett tillägg i startmenyn för Pidgin"
6557
9c788027a40e [gaim-migrate @ 7079]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
40
7572
976d5883ef99 [gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents: 6582
diff changeset
41 ; GTK+ Directory Page
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
42 !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."
6557
9c788027a40e [gaim-migrate @ 7079]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
43
7600
279abfe7721f [gaim-migrate @ 8222]
Herman Bloggs <herman@bluedigits.com>
parents: 7572
diff changeset
44 ; Installer Finish Page
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
45 !define PIDGIN_FINISH_VISIT_WEB_SITE "Besök Windows-Pidgin hemsida"
7600
279abfe7721f [gaim-migrate @ 8222]
Herman Bloggs <herman@bluedigits.com>
parents: 7572
diff changeset
46
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
47 ; Pidgin Section Prompts and Texts
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
48 !define PIDGIN_UNINSTALL_DESC "$(^Name) (enbart för avinstallation)"
6557
9c788027a40e [gaim-migrate @ 7079]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
49
9c788027a40e [gaim-migrate @ 7079]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
50 ; GTK+ Section Prompts
7572
976d5883ef99 [gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents: 6582
diff changeset
51 !define GTK_INSTALL_ERROR "Fel vid installation av GTK+ runtime."
976d5883ef99 [gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents: 6582
diff changeset
52 !define GTK_BAD_INSTALL_PATH "Den sökväg du angivit går inte att komma åt eller skapa."
6557
9c788027a40e [gaim-migrate @ 7079]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
53
9c788027a40e [gaim-migrate @ 7079]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
54 ; GTK+ Themes section
7572
976d5883ef99 [gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents: 6582
diff changeset
55 !define GTK_NO_THEME_INSTALL_RIGHTS "Du har inte rättigheter att installera ett GTK+tema."
6557
9c788027a40e [gaim-migrate @ 7079]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
56
9c788027a40e [gaim-migrate @ 7079]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
57 ; Uninstall Section Prompts
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
58 !define un.PIDGIN_UNINSTALL_ERROR_1 "Avinstalleraren kunde inte hitta registervärden för Pidgin.$\rAntagligen har en annan användare installerat applikationen."
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
59 !define un.PIDGIN_UNINSTALL_ERROR_2 "Du har inte rättigheter att avinstallera den här applikationen."

mercurial