pidgin/win32/nsis/translations/slovenian.nsh

Sun, 01 Nov 2009 03:34:32 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Sun, 01 Nov 2009 03:34:32 +0000
branch
next.minor
changeset 29634
80dbf6f777c4
parent 29506
e2620a6cf8d7
child 29818
ba5a3e226f5d
permissions
-rw-r--r--

Use a private GTK+ Runtime copy on Windows.
We've resisted doing this for a while, but this it has become the norm and is
the safest thing to do.

There are now two installers; an "offline" installer and an "online" installer.
* The "offline" installer will contain the GTK+ runtime (very similar to the
current default installer).
* The "online" installer will not contain GTK+, but will download it during
the installation process if it is selected(mandatory if not already present)
* Both installers have an option to download debug symbols during installation
(Not selected by default).

(Another set of updates to support the external debug symbols will follow)

9115
4afc232900e5 [gaim-migrate @ 9892]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
1 ;;
4afc232900e5 [gaim-migrate @ 9892]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
2 ;; slovenian.nsh
4afc232900e5 [gaim-migrate @ 9892]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
3 ;;
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
4 ;; Slovenian language strings for the Windows Pidgin NSIS installer.
9115
4afc232900e5 [gaim-migrate @ 9892]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
5 ;; Windows Code page: 1250
4afc232900e5 [gaim-migrate @ 9892]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
6 ;;
4afc232900e5 [gaim-migrate @ 9892]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
7 ;; Author: Martin Srebotnjak <miles@filmsi.net>
11578
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 9115
diff changeset
8 ;; Version 3
9115
4afc232900e5 [gaim-migrate @ 9892]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
9 ;;
4afc232900e5 [gaim-migrate @ 9892]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
10
4afc232900e5 [gaim-migrate @ 9892]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
11 ; Startup GTK+ check
11578
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 9115
diff changeset
12 !define INSTALLER_IS_RUNNING "Nameščanje že poteka."
16104
69377428fa4a translation update
Luke Schierer <lschiere@pidgin.im>
parents: 15816
diff changeset
13 !define PIDGIN_IS_RUNNING "Trenutno že teče ena različica Pidgina. Prosimo, zaprite aplikacijo in poskusite znova."
9115
4afc232900e5 [gaim-migrate @ 9892]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
14
4afc232900e5 [gaim-migrate @ 9892]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
15 ; 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
16 !define PIDGIN_LICENSE_BUTTON "Naprej >"
16104
69377428fa4a translation update
Luke Schierer <lschiere@pidgin.im>
parents: 15816
diff changeset
17 !define PIDGIN_LICENSE_BOTTOM_TEXT "$(^Name) je izdan pod licenco GPL. Ta licenca je tu na voljo le v informativne namene. $_CLICK"
9115
4afc232900e5 [gaim-migrate @ 9892]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
18
4afc232900e5 [gaim-migrate @ 9892]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
19 ; Components Page
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
20 !define PIDGIN_SECTION_TITLE "Pidgin - odjemalec za klepet (zahtevano)"
17504
45e375cfc669 Updated Slovenian win32 installer translation from Martin Srebotnjak. Fixes 1488
Daniel Atallah <datallah@pidgin.im>
parents: 16602
diff changeset
21 !define GTK_SECTION_TITLE "Izvajalno okolje GTK+ (zahtevano)"
45e375cfc669 Updated Slovenian win32 installer translation from Martin Srebotnjak. Fixes 1488
Daniel Atallah <datallah@pidgin.im>
parents: 16602
diff changeset
22 !define PIDGIN_SHORTCUTS_SECTION_TITLE "Tipke za bližnjice"
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_DESKTOP_SHORTCUT_SECTION_TITLE "Namizje"
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_STARTMENU_SHORTCUT_SECTION_TITLE "Začetni meni"
17504
45e375cfc669 Updated Slovenian win32 installer translation from Martin Srebotnjak. Fixes 1488
Daniel Atallah <datallah@pidgin.im>
parents: 16602
diff changeset
25 !define PIDGIN_SECTION_DESCRIPTION "Temeljne datoteke in knjižnice za Pidgin"
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
26 !define GTK_SECTION_DESCRIPTION "Večplatformna orodjarna GUI, ki jo uporablja 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: 16104
diff changeset
27
16104
69377428fa4a translation update
Luke Schierer <lschiere@pidgin.im>
parents: 15816
diff changeset
28 !define PIDGIN_SHORTCUTS_SECTION_DESCRIPTION "Bližnjice za zagon Pidgina"
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
29 !define PIDGIN_DESKTOP_SHORTCUT_DESC "Ustvari bližnjico za Pidgin na namizju"
17504
45e375cfc669 Updated Slovenian win32 installer translation from Martin Srebotnjak. Fixes 1488
Daniel Atallah <datallah@pidgin.im>
parents: 16602
diff changeset
30 !define PIDGIN_STARTMENU_SHORTCUT_DESC "Ustvari izbiro Pidgin v meniju Start"
9115
4afc232900e5 [gaim-migrate @ 9892]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
31
4afc232900e5 [gaim-migrate @ 9892]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
32 ; GTK+ Directory Page
4afc232900e5 [gaim-migrate @ 9892]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
33
4afc232900e5 [gaim-migrate @ 9892]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
34 ; Installer Finish Page
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
35 !define PIDGIN_FINISH_VISIT_WEB_SITE "Obiščite spletno stran Windows Pidgin"
9115
4afc232900e5 [gaim-migrate @ 9892]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
36
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
37 ; Pidgin Section Prompts and Texts
17504
45e375cfc669 Updated Slovenian win32 installer translation from Martin Srebotnjak. Fixes 1488
Daniel Atallah <datallah@pidgin.im>
parents: 16602
diff changeset
38 !define PIDGIN_PROMPT_CONTINUE_WITHOUT_UNINSTALL "Trenutno nameščene različice Pidgina ni mogoče odstraniti. Nova različica bo nameščena brez odstranitve trenutno nameščene različice."
9115
4afc232900e5 [gaim-migrate @ 9892]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
39
4afc232900e5 [gaim-migrate @ 9892]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
40 ; GTK+ Section Prompts
4afc232900e5 [gaim-migrate @ 9892]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
41
17504
45e375cfc669 Updated Slovenian win32 installer translation from Martin Srebotnjak. Fixes 1488
Daniel Atallah <datallah@pidgin.im>
parents: 16602
diff changeset
42 ; URL Handler section
45e375cfc669 Updated Slovenian win32 installer translation from Martin Srebotnjak. Fixes 1488
Daniel Atallah <datallah@pidgin.im>
parents: 16602
diff changeset
43 !define URI_HANDLERS_SECTION_TITLE "URI Handlers"
45e375cfc669 Updated Slovenian win32 installer translation from Martin Srebotnjak. Fixes 1488
Daniel Atallah <datallah@pidgin.im>
parents: 16602
diff changeset
44
9115
4afc232900e5 [gaim-migrate @ 9892]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
45 ; Uninstall Section Prompts
16104
69377428fa4a translation update
Luke Schierer <lschiere@pidgin.im>
parents: 15816
diff changeset
46 !define un.PIDGIN_UNINSTALL_ERROR_1 "Vnosov za Pidgin v registru ni mogoče najti.$\rNajverjetneje je ta program namestil drug uporabnik."
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
47 !define un.PIDGIN_UNINSTALL_ERROR_2 "Za odstranitev programa nimate ustreznih pravic."
11578
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 9115
diff changeset
48
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 9115
diff changeset
49 ; 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
50 !define PIDGIN_SPELLCHECK_SECTION_TITLE "Podpora preverjanja črkovanja"
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
51 !define PIDGIN_SPELLCHECK_ERROR "Napaka pri nameščanju preverjanja črkovanja"
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
52 !define PIDGIN_SPELLCHECK_DICT_ERROR "Napaka pri nameščanju slovarja za preverjanje črkovanja"
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_DESCRIPTION "Podpora preverjanja črkovanja. (Za namestitev je potrebna spletna povezava)"
11578
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 9115
diff changeset
54 !define ASPELL_INSTALL_FAILED "Namestitev ni uspela."
16104
69377428fa4a translation update
Luke Schierer <lschiere@pidgin.im>
parents: 15816
diff changeset
55 !define PIDGIN_SPELLCHECK_BRETON "bretonski"
69377428fa4a translation update
Luke Schierer <lschiere@pidgin.im>
parents: 15816
diff changeset
56 !define PIDGIN_SPELLCHECK_CATALAN "katalonski"
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
57 !define PIDGIN_SPELLCHECK_CZECH "češki"
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_WELSH "velški"
16104
69377428fa4a translation update
Luke Schierer <lschiere@pidgin.im>
parents: 15816
diff changeset
59 !define PIDGIN_SPELLCHECK_DANISH "danski"
69377428fa4a translation update
Luke Schierer <lschiere@pidgin.im>
parents: 15816
diff changeset
60 !define PIDGIN_SPELLCHECK_GERMAN "nemški"
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
61 !define PIDGIN_SPELLCHECK_GREEK "grški"
16104
69377428fa4a translation update
Luke Schierer <lschiere@pidgin.im>
parents: 15816
diff changeset
62 !define PIDGIN_SPELLCHECK_ENGLISH "angleški"
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
63 !define PIDGIN_SPELLCHECK_ESPERANTO "esperantski"
16104
69377428fa4a translation update
Luke Schierer <lschiere@pidgin.im>
parents: 15816
diff changeset
64 !define PIDGIN_SPELLCHECK_SPANISH "španski"
69377428fa4a translation update
Luke Schierer <lschiere@pidgin.im>
parents: 15816
diff changeset
65 !define PIDGIN_SPELLCHECK_FAROESE "farojski"
69377428fa4a translation update
Luke Schierer <lschiere@pidgin.im>
parents: 15816
diff changeset
66 !define PIDGIN_SPELLCHECK_FRENCH "francoski"
69377428fa4a translation update
Luke Schierer <lschiere@pidgin.im>
parents: 15816
diff changeset
67 !define PIDGIN_SPELLCHECK_ITALIAN "italijanski"
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
68 !define PIDGIN_SPELLCHECK_DUTCH "nizozemski"
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_NORWEGIAN "norveški"
16104
69377428fa4a translation update
Luke Schierer <lschiere@pidgin.im>
parents: 15816
diff changeset
70 !define PIDGIN_SPELLCHECK_POLISH "poljski"
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
71 !define PIDGIN_SPELLCHECK_PORTUGUESE "portugalski"
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_ROMANIAN "romunski"
16104
69377428fa4a translation update
Luke Schierer <lschiere@pidgin.im>
parents: 15816
diff changeset
73 !define PIDGIN_SPELLCHECK_RUSSIAN "ruski"
69377428fa4a translation update
Luke Schierer <lschiere@pidgin.im>
parents: 15816
diff changeset
74 !define PIDGIN_SPELLCHECK_SLOVAK "slovaški"
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
75 !define PIDGIN_SPELLCHECK_SLOVENIAN "slovenski"
16104
69377428fa4a translation update
Luke Schierer <lschiere@pidgin.im>
parents: 15816
diff changeset
76 !define PIDGIN_SPELLCHECK_SWEDISH "švedski"
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
77 !define PIDGIN_SPELLCHECK_UKRAINIAN "ukrajinski"

mercurial