Mercurial > pidgin.yaz
annotate src/win32/nsis/translations/serbian-latin.nsh @ 13652:a07dcc2c01bd
[gaim-migrate @ 16053]
Fix Coverity CID 42: Possible NULL pointer dereference when the server
does not give us a cookie in their reply to our login response. This
should never happen.
Fix Coverity CID 43 and 44: Possible NULL pointer dereference. Technically
not possible... but the code is cleaner and faster this way.
Fix Coverity CID 58: Fix a memleak of two small strings totaling about
10 bytes when parsing most incoming chat messages (not IM--just chat)
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Tue, 18 Apr 2006 04:03:18 +0000 |
parents | 8b955ffe9584 |
children |
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." |