NSIS/Contrib/Language files/Croatian.nlf

105 lines
3.5 KiB
Text
Raw Normal View History

# Header, don't edit
NLF v6
# Language ID
1050
# Font and size - dash (-) means default
-
-
# Codepage - dash (-) means ANSI code page
-
* PageEx - every page can be used everywhere and as many times as needed * DirVar - easy way to add another dir page * default strings in the language file (Page directory is enough, no need for DirText) * strings from the language file are now LangStrings that can be used in the script * no more /LANG - one string for all languages * any lang strings can be used everywhere, installer or uninstaller (no un.) * no more unprocessed strings - variables can be used almost everywhere (except in licenseData and InstallDirRegKey) * DirText parm for browse dialog text * SetBkColor -> SetCtlColors - can now set text color too * fixed SetOutPath and File /r bug * fixed File /a /oname bug * added $_CLICK for pages * added quotes support in lang files (patch #752620) * extraction progress * separate RTL dialogs for RTL langs (improved RTL too) * InstallOptions RTL * StartMenu RTL * fixed RegDLL? * added IfSilent and SetSilent (SetSilent only works from .onInit) * fixed verify window (it never showed) (bug #792494) * fixed ifnewer readonly file problem (patch #783782) * fixed wininit.ini manipulation when there is another section after [rename] * fixed some ClearType issues * fixed a minor bug in the resource editor * fixed !ifdef/!endif stuff, rewritten * lots of code and comments clean ups * got rid of some useless exceptions handling and STL classes (still much more to go) * lots of optimizations, of course ;) * updated system.dll with support for GUID, WCHAR, and fast VTable calling (i.e. COM ready) * minor bug fixes git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2823 212acab6-be3b-0410-9dea-997c60f758d6
2003-09-04 18:25:57 +00:00
# RTL - anything else than RTL means LTR
-
# Translation by Igor Ostriz
Nullsoft Install System %s
* PageEx - every page can be used everywhere and as many times as needed * DirVar - easy way to add another dir page * default strings in the language file (Page directory is enough, no need for DirText) * strings from the language file are now LangStrings that can be used in the script * no more /LANG - one string for all languages * any lang strings can be used everywhere, installer or uninstaller (no un.) * no more unprocessed strings - variables can be used almost everywhere (except in licenseData and InstallDirRegKey) * DirText parm for browse dialog text * SetBkColor -> SetCtlColors - can now set text color too * fixed SetOutPath and File /r bug * fixed File /a /oname bug * added $_CLICK for pages * added quotes support in lang files (patch #752620) * extraction progress * separate RTL dialogs for RTL langs (improved RTL too) * InstallOptions RTL * StartMenu RTL * fixed RegDLL? * added IfSilent and SetSilent (SetSilent only works from .onInit) * fixed verify window (it never showed) (bug #792494) * fixed ifnewer readonly file problem (patch #783782) * fixed wininit.ini manipulation when there is another section after [rename] * fixed some ClearType issues * fixed a minor bug in the resource editor * fixed !ifdef/!endif stuff, rewritten * lots of code and comments clean ups * got rid of some useless exceptions handling and STL classes (still much more to go) * lots of optimizations, of course ;) * updated system.dll with support for GUID, WCHAR, and fast VTable calling (i.e. COM ready) * minor bug fixes git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2823 212acab6-be3b-0410-9dea-997c60f758d6
2003-09-04 18:25:57 +00:00
$(^Name) Instalacija
$(^Name) Uklanjanje
: Licenen<65>ni uvjeti
: Instalacijske opcije
: Instalacijska mapa
: Instaliranje
: Zavr<76>eno
: Opcije uklanjanja
: Mapa uklanjanja
: Potvrda
: Uklanjanje
: Zavr<76>eno
< &Nazad
&Dalje >
&Prihva<76>am
&Prihva<76>am uvjete licen<65>nog ugovora
&Ne prihva<76>am uvjete licen<65>nog ugovora
&Instaliraj
&Ukloni
Odustani
&Zatvori
&Pregledaj...
Prika<EFBFBD>i &detalje
Odaberite 'Dalje' za nastavak.
Odaberite 'Instaliraj' za po<70>etak instalacije.
Odaberite 'Ukloni' za po<70>etak uklanjanja.
Ime
Zavr<EFBFBD>eno
Molim pro<72>itajte licencu prije instalacije programa $(^Name). Ukoliko prihva<76>ate sve uvjete ugovora, odaberite 'Prihva<76>am'.
Molim pro<72>itajte licencu prije instalacije programa $(^Name). Ukoliko prihva<76>ate sve uvjete ugovora, ozna<6E>ite ispod kvadrati<74>. $_CLICK
Molim pro<72>itajte licencu prije instalacije programa $(^Name). Ukoliko prihva<76>ate sve uvjete ugovora, odaberite ispod prvu opciju. $_CLICK
Molim pro<72>itajte licencu prije uklanjanja programa $(^Name). Ukoliko prihva<76>ate sve uvjete ugovora, odaberite 'Prihva<76>am'.
Molim pro<72>itajte licencu prije uklanjanja programa $(^Name). Ukoliko prihva<76>ate sve uvjete ugovora, ozna<6E>ite ispod kvadrati<74>. $_CLICK
Molim pro<72>itajte licencu prije uklanjanja programa $(^Name). Ukoliko prihva<76>ate sve uvjete ugovora, odaberite ispod prvu opciju. $_CLICK
Posebna
Ozna<EFBFBD>ite komponente koje <20>elite instalirati i uklonite oznaku s onih koje ne <20>elite instalirati. $_CLICK
Izaberite tip instalacije:
Odaberite komponente za instalaciju:
Ili po izboru ozna<6E>ite komponente koje <20>elite instalirati:
Ozna<EFBFBD>ite komponente koje <20>elite ukloniti i uklonite oznaku s onih koje ne <20>elite ukloniti. $_CLICK
Izaberite tip uklanjanja:
Odaberite komponente za uklanjanje:
Ili po izboru ozna<6E>ite komponente koje <20>elite ukloniti:
Program $(^Name) <20>e biti instaliran u slijede<64>u mapu. Za instalaciju na drugo mjesto odaberite 'Pregledaj' i ozna<6E>ite drugu mapu. $_CLICK
Odredi<EFBFBD>na mapa
* PageEx - every page can be used everywhere and as many times as needed * DirVar - easy way to add another dir page * default strings in the language file (Page directory is enough, no need for DirText) * strings from the language file are now LangStrings that can be used in the script * no more /LANG - one string for all languages * any lang strings can be used everywhere, installer or uninstaller (no un.) * no more unprocessed strings - variables can be used almost everywhere (except in licenseData and InstallDirRegKey) * DirText parm for browse dialog text * SetBkColor -> SetCtlColors - can now set text color too * fixed SetOutPath and File /r bug * fixed File /a /oname bug * added $_CLICK for pages * added quotes support in lang files (patch #752620) * extraction progress * separate RTL dialogs for RTL langs (improved RTL too) * InstallOptions RTL * StartMenu RTL * fixed RegDLL? * added IfSilent and SetSilent (SetSilent only works from .onInit) * fixed verify window (it never showed) (bug #792494) * fixed ifnewer readonly file problem (patch #783782) * fixed wininit.ini manipulation when there is another section after [rename] * fixed some ClearType issues * fixed a minor bug in the resource editor * fixed !ifdef/!endif stuff, rewritten * lots of code and comments clean ups * got rid of some useless exceptions handling and STL classes (still much more to go) * lots of optimizations, of course ;) * updated system.dll with support for GUID, WCHAR, and fast VTable calling (i.e. COM ready) * minor bug fixes git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2823 212acab6-be3b-0410-9dea-997c60f758d6
2003-09-04 18:25:57 +00:00
Odaberite mapu u koju <20>elite instalirati program $(^Name):
Program $(^Name) <20>e biti uklonjen iz slijede<64>e mape. Za uklanjanje s drugog mjesta odaberite 'Pregledaj' i ozna<6E>ite drugu mapu. $_CLICK
""
Mapa iz koje <20>e program $(^Name) biti uklonjen:
"Slobodno prostora na disku: "
"Potrebno prostora na disku: "
Ovaj <20>arobnjak <20>e ukloniti program $(^Name) s Va<56>eg ra<72>unala. $_CLICK
Uklanjam iz:
Gre<EFBFBD>ka prilikom otvaranja datoteke za zapisivanje: \r\n\t\"$0\"\r\n\"Abort\" za prekid instalacije,\r\n\"Retry\" za ponovni poku<6B>aj zapisivanja, ili\r\n\"Ignore\" za zanemarenje te datoteke
Gre<EFBFBD>ka prilikom otvaranja datoteke za zapisivanje: \r\n\t\"$0\"\r\n\"Retry\" za ponovni poku<6B>aj zapisivanja, ili\r\n\"Cancel\" za prekid instalacije
"Ne mogu zapisati: "
Gre<EFBFBD>ka prilikom kopiranja
"Kopiraj u "
"Prijava: "
"Odjava: "
"Ne mogu na<6E>i simbol: "
"Ne mogu u<>itati: "
"Stvori mapu: "
"Stvori pre<72>ac: "
"Program za uklanjanje: "
"Obri<72>i datoteku: "
"Obri<72>i prilikom ponovnog pokretanja: "
"Gre<72>ka prilikom stvaranja pre<72>aca: "
"Gre<72>ka prilikom stvaranja: "
Gre<EFBFBD>ka dekompresije podataka! O<>te<74>ena instalacijska datoteka?
Gre<EFBFBD>ka prilikom prijavljivanja DLLa
"ExecShell: "
"Izvr<76>i: "
"Otpakiraj: "
"Otpakiranje: gre<72>ka zapisivanja u datoteku "
O<EFBFBD>te<EFBFBD>ena instalacijska datoteka: neispravni opkod
"Nema OLE za: "
"Izlazna mapa: "
"Obri<72>i mapu: "
"Preimenuj prilikom ponovnog pokretanja: "
"Preimenuj: "
"Presko<6B>eno: "
Kopiraj detalje u Clipboard
Logiraj instalacijski proces
# byte
B
# kilo
K
# mega
M
# giga
G