annotate src/win32/nsis/translations/serbian-latin.nsh @ 14125:7dfa024c1a4a

[gaim-migrate @ 16763] Redirect the debug messages to stderr when started with -d. Fix the order of the windows in the windowlist. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 15 Aug 2006 04:07:38 +0000 (2006-08-15)
parents 8b955ffe9584
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6273
0a7ca3b2000e [gaim-migrate @ 6770]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
1 ;;
0a7ca3b2000e [gaim-migrate @ 6770]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
2 ;; serbian-latin.nsh
0a7ca3b2000e [gaim-migrate @ 6770]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
3 ;;
0a7ca3b2000e [gaim-migrate @ 6770]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
4 ;; Serbian (Latin) language strings for the Windows Gaim NSIS installer.
0a7ca3b2000e [gaim-migrate @ 6770]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
5 ;; Windows Code page: 1250
0a7ca3b2000e [gaim-migrate @ 6770]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
6 ;;
0a7ca3b2000e [gaim-migrate @ 6770]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
7 ;; Author: Danilo Segan <dsegan@gmx.net>
0a7ca3b2000e [gaim-migrate @ 6770]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
8 ;;
0a7ca3b2000e [gaim-migrate @ 6770]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
9
0a7ca3b2000e [gaim-migrate @ 6770]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
10 ; Startup GTK+ check
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6273
diff changeset
11 !define GTK_INSTALLER_NEEDED "GTK+ okolina za izvr�avanje ili nije na�ena ili se moraunaprediti.$\rMolimo instalirajte v${GTK_VERSION} ili ve�u GTK+ okoline za izvr�avanje"
6273
0a7ca3b2000e [gaim-migrate @ 6770]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
12
0a7ca3b2000e [gaim-migrate @ 6770]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
13 ; Components Page
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6273
diff changeset
14 !define GAIM_SECTION_TITLE "Gaim klijent za brze poruke (neophodno)"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6273
diff changeset
15 !define GTK_SECTION_TITLE "GTK+ okolina za izvr�avanje (neophodno)"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6273
diff changeset
16 !define GTK_THEMES_SECTION_TITLE "GTK+ teme"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6273
diff changeset
17 !define GTK_NOTHEME_SECTION_TITLE "Bez teme"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6273
diff changeset
18 !define GTK_WIMP_SECTION_TITLE "Wimp tema"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6273
diff changeset
19 !define GTK_BLUECURVE_SECTION_TITLE "Bluecurve tema"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6273
diff changeset
20 !define GTK_LIGHTHOUSEBLUE_SECTION_TITLE "Light House Blue tema"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6273
diff changeset
21 !define GAIM_SECTION_DESCRIPTION "Osnovne Gaim datoteke i dinami�ke biblioteke"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6273
diff changeset
22 !define GTK_SECTION_DESCRIPTION "Skup oru�a za grafi�ko okru�enje, za vi�e platformi, koristi ga Gaim"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6273
diff changeset
23 !define GTK_THEMES_SECTION_DESCRIPTION "GTK+ teme menjaju izgled i na�in rada GTK+ aplikacija."
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6273
diff changeset
24 !define GTK_NO_THEME_DESC "Ne instaliraj GTK+ temu"
11578
8b955ffe9584 [gaim-migrate @ 13847]
Daniel Atallah <daniel.atallah@gmail.com>
parents: 10814
diff changeset
25 !define GTK_WIMP_THEME_DESC "GTK-Wimp (Windows imitator) je GTK tema koja se dobro uklapa u Windows radno okru�enje."
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6273
diff changeset
26 !define GTK_BLUECURVE_THEME_DESC "Bluecurve tema."
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6273
diff changeset
27 !define GTK_LIGHTHOUSEBLUE_THEME_DESC "Lighthouseblue tema."
6273
0a7ca3b2000e [gaim-migrate @ 6770]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
28
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6273
diff changeset
29 ; GTK+ Directory Page
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6273
diff changeset
30 !define GTK_UPGRADE_PROMPT "Na�ena je stara verzija GTK+ izvr�ne okoline. Da li �elite da je unapredite?$\rPrimedba: Ukoliko to ne uradite, Gaim mo�da ne�e raditi."
6273
0a7ca3b2000e [gaim-migrate @ 6770]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
31
0a7ca3b2000e [gaim-migrate @ 6770]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
32 ; Gaim Section Prompts and Texts
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6273
diff changeset
33 !define GAIM_UNINSTALL_DESC "Gaim (samo uklanjanje)"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6273
diff changeset
34 !define GAIM_PROMPT_WIPEOUT "Va� stari Gaim direktorijum �e biti obrisan. Da li �elite da nastavite?$\r$\rPrimedba: Svi nestandardni dodaci koje ste instalirali �e biti obrisani.$\rGaim postavke korisnika ne�e biti promenjene."
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6273
diff changeset
35 !define GAIM_PROMPT_DIR_EXISTS "Instalacioni direktorijum koji ste naveli ve� postoji. Sav sadr�aj$\r�e biti obrisan. Da li �elite da nastavite?"
6273
0a7ca3b2000e [gaim-migrate @ 6770]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
36
0a7ca3b2000e [gaim-migrate @ 6770]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
37 ; GTK+ Section Prompts
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6273
diff changeset
38 !define GTK_INSTALL_ERROR "Gre�ka prilikom instalacije GTK+ okoline za izvr�avanje."
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6273
diff changeset
39 !define GTK_BAD_INSTALL_PATH "Putanja koju ste naveli se ne mo�e ni napraviti niti joj se mo�e pri�i."
6273
0a7ca3b2000e [gaim-migrate @ 6770]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
40
0a7ca3b2000e [gaim-migrate @ 6770]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
41 ; GTK+ Themes section
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6273
diff changeset
42 !define GTK_NO_THEME_INSTALL_RIGHTS "Nemate ovla��enja za instalaciju GTK+ teme."
6273
0a7ca3b2000e [gaim-migrate @ 6770]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
43
0a7ca3b2000e [gaim-migrate @ 6770]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
44 ; Uninstall Section Prompts
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6273
diff changeset
45 !define un.GAIM_UNINSTALL_ERROR_1 "Program za uklanjanje instalacije ne mo�e da prona�e stavke registra za Gaim.$\rVerovatno je ovu aplikaciju instalirao drugi korisnik."
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6273
diff changeset
46 !define un.GAIM_UNINSTALL_ERROR_2 "Nemate ovla��enja za deinstalaciju ove aplikacije."