zenity/po/sr@latin.po

850 lines
22 KiB
Plaintext
Raw Normal View History

# Serbian translation of zenity
2014-03-18 20:21:26 +00:00
# Courtesy of Prevod.org team (http://prevod.org/) -- 2003—2014.
# This file is distributed under the same license as the zenity package.
# Maintainer: Aleksandar Urošević <urke@users.sourceforge.net>
# Reviewed on 2004-02-14 by: Aleksandar Urošević <urke@users.sourceforge.net>
# Reviewed on 2005-03-02 by: Aleksandar Urošević <urke@users.sourceforge.net>
# Reviewed on 2005-09-04 by: Slobodan D. Sredojević <slobo@akrep.be>
2010-08-31 02:07:24 +00:00
# Miloš Popović <gpopac@gmail.com>, 2010.
2014-03-18 20:21:26 +00:00
# Miroslav Nikolić <miroslavnikolic@rocketmail.com>, 2011—2014.
msgid ""
msgstr ""
"Project-Id-Version: zenity\n"
2013-03-01 09:19:39 +00:00
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=zenity"
"&keywords=I18N+L10N&component=general\n"
2014-03-18 20:21:26 +00:00
"POT-Creation-Date: 2014-03-18 12:05+0000\n"
"PO-Revision-Date: 2014-03-18 21:18+0200\n"
2011-03-19 14:07:54 +00:00
"Last-Translator: Miroslav Nikolić <miroslavnikolic@rocketmail.com>\n"
2010-08-31 02:07:24 +00:00
"Language-Team: Serbian <gnom@prevod.org>\n"
2012-02-20 21:41:05 +00:00
"Language: sr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
2013-03-01 09:19:39 +00:00
"Plural-Forms: nplurals=4; plural=n==1? 3 : n%10==1 && n%100!=11 ? 0 : "
"n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
2011-09-28 18:18:15 +00:00
"X-Project-Style: gnome\n"
2010-08-31 02:07:24 +00:00
#: ../src/about.c:64
msgid ""
"This program is free software; you can redistribute it and/or modify it "
2010-08-31 02:07:24 +00:00
"under the terms of the GNU Lesser General Public License as published by the "
"Free Software Foundation; either version 2 of the License, or (at your "
"option) any later version.\n"
2013-03-01 09:19:39 +00:00
msgstr "Ovaj program je slobodan softver; možete ga raspodeljivati i/ili menjati pod "
2013-09-06 08:11:56 +00:00
"uslovima Gnuove manje opšte javne licence kako je objavljuje Zadužbina "
2014-03-18 20:21:26 +00:00
"slobodnog softvera; bilo izdanja 2 te licence, ili (prema vašem mišljenju) bilo "
"kojeg novijeg izdanja.\n"
2010-08-31 02:07:24 +00:00
#: ../src/about.c:68
msgid ""
"This program is distributed in the hope that it will be useful, but WITHOUT "
"ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
2010-08-31 02:07:24 +00:00
"FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License "
"for more details.\n"
2012-07-22 05:53:10 +00:00
msgstr ""
"Ovaj program se raspodeljuje u nadi da će biti od koristi, ali BEZ IKAKVIH "
2011-03-19 14:07:54 +00:00
"GARANCIJA; čak i bez primenjene garancije TRŽIŠNE VREDNOSTI ili "
2012-02-20 21:41:05 +00:00
"PRILAGOĐENOSTI ODREĐENOJ NAMENI. Pogledajte Gnuovu manju opštu javnu licencu "
2011-03-19 14:07:54 +00:00
"za više detalja.\n"
2010-08-31 02:07:24 +00:00
#: ../src/about.c:72
msgid ""
2010-08-31 02:07:24 +00:00
"You should have received a copy of the GNU Lesser General Public License "
"along with this program; if not, write to the Free Software Foundation, "
"Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA."
msgstr ""
2012-02-20 21:41:05 +00:00
"Trebali ste da primite primerak Gnuove manje opšte javne licence uz ovaj "
"program; ako niste, pišite Zadužbini slobodnog softvera na adresu: „Free "
"Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA "
"02110-1301, USA“."
2010-08-31 02:07:24 +00:00
#: ../src/about.c:265
2004-08-21 13:41:58 +00:00
msgid "translator-credits"
msgstr ""
"Aleksandar Urošević <urke@users.sourceforge.net>\n"
2014-03-18 20:21:26 +00:00
"Danilo Šegan <danilo@gnome.org>\n"
"Miroslav Nikolić <miroslavnikolic@rocketmail.com>\n"
"\n"
"http://prevod.org — prevod na srpski jezik."
2010-08-31 02:07:24 +00:00
#: ../src/about.c:277
msgid "Display dialog boxes from shell scripts"
2012-07-22 05:53:10 +00:00
msgstr "Prikazuje prozorče iz skripti ljuske"
2011-03-19 14:07:54 +00:00
#: ../src/main.c:105
#, c-format
msgid "You must specify a dialog type. See 'zenity --help' for details\n"
msgstr ""
"Morate odrediti vrstu prozorčeta. Za detalje pogledajte „zenity --help‟\n"
2013-03-01 09:19:39 +00:00
#: ../src/notification.c:121
#, c-format
msgid ""
"Invalid value for a boolean typed hint.\n"
"Supported values are 'true' or 'false'.\n"
msgstr ""
"Neispravna vrednost za uput upisan logikom.\n"
"Podržane vrednosti su „true“ ili „false“.\n"
#. (iibiiay)
#: ../src/notification.c:137
#, c-format
msgid "Unsupported hint. Skipping.\n"
2014-03-18 20:21:26 +00:00
msgstr "Nepodržan uput. Preskačem.\n"
2013-03-01 09:19:39 +00:00
#. unknown hints
#: ../src/notification.c:150
#, c-format
msgid "Unknown hint name. Skipping.\n"
msgstr "Nepoznat naziv uputa. Preskačem.\n"
#: ../src/notification.c:209
#, c-format
2012-12-07 08:38:01 +00:00
msgid "Could not parse command from stdin\n"
msgstr "Ne mogu da obradim naredbu sa standardnog ulaza\n"
2013-03-01 09:19:39 +00:00
#: ../src/notification.c:241
2010-08-31 02:07:24 +00:00
#, c-format
msgid "Could not parse message from stdin\n"
msgstr "Ne mogu da obradim poruku sa standardnog ulaza\n"
2013-03-01 09:19:39 +00:00
#: ../src/notification.c:323
msgid "Zenity notification"
2011-09-28 18:18:15 +00:00
msgstr "Obaveštenje Zenita"
2014-03-18 20:21:26 +00:00
#. Checks if username has been passed as a parameter
#: ../src/password.c:66
2010-08-31 02:07:24 +00:00
msgid "Type your password"
2011-03-19 14:07:54 +00:00
msgstr "Upišite vašu lozinku"
2010-08-31 02:07:24 +00:00
2014-03-18 20:21:26 +00:00
#: ../src/password.c:69
#| msgid "Type your password"
msgid "Type your username and password"
msgstr "Upišite vaše korisničko ime i lozinku"
#: ../src/password.c:107
2010-08-31 02:07:24 +00:00
msgid "Username:"
msgstr "Korisničko ime:"
2014-03-18 20:21:26 +00:00
#: ../src/password.c:123
2010-08-31 02:07:24 +00:00
msgid "Password:"
msgstr "Lozinka:"
2011-09-28 18:18:15 +00:00
#: ../src/scale.c:57
#, c-format
msgid "Maximum value must be greater than minimum value.\n"
msgstr "Najveća vrednost mora biti veća od najmanje vrednosti.\n"
2011-09-28 18:18:15 +00:00
#: ../src/scale.c:64
#, c-format
msgid "Value out of range.\n"
2011-03-19 14:07:54 +00:00
msgstr "Vrednost je izvan opsega.\n"
2013-09-06 08:11:56 +00:00
#: ../src/tree.c:364
#, c-format
msgid "No column titles specified for List dialog.\n"
2011-03-19 14:07:54 +00:00
msgstr "Nije određen naslov kolone za prozorče spiska.\n"
2013-09-06 08:11:56 +00:00
#: ../src/tree.c:370
#, c-format
msgid "You should use only one List dialog type.\n"
2011-09-28 18:18:15 +00:00
msgstr "Treba da koristite samo jednu vrstu prozorčeta spiska.\n"
2010-08-31 02:07:24 +00:00
#: ../src/zenity.ui.h:1
2012-07-22 05:53:10 +00:00
msgid "Calendar selection"
msgstr "Izbor kalendara"
2011-03-19 14:07:54 +00:00
#: ../src/zenity.ui.h:2
2012-07-22 05:53:10 +00:00
msgid "Select a date from below."
msgstr "Izaberite datum."
2011-03-19 14:07:54 +00:00
#: ../src/zenity.ui.h:3
2012-07-22 05:53:10 +00:00
msgid "C_alendar:"
2014-03-18 20:21:26 +00:00
msgstr "_Kalendar:"
2011-03-19 14:07:54 +00:00
#: ../src/zenity.ui.h:4
2012-07-22 05:53:10 +00:00
msgid "Add a new entry"
msgstr "Dodajte novi unos"
2011-03-19 14:07:54 +00:00
#: ../src/zenity.ui.h:5
2012-07-22 05:53:10 +00:00
msgid "_Enter new text:"
msgstr "_Unesite novi tekst:"
2011-03-19 14:07:54 +00:00
#: ../src/zenity.ui.h:6
2012-07-22 05:53:10 +00:00
msgid "Error"
msgstr "Greška"
2011-03-19 14:07:54 +00:00
#: ../src/zenity.ui.h:7
2012-07-22 05:53:10 +00:00
msgid "An error has occurred."
msgstr "Došlo je do greške."
2011-03-19 14:07:54 +00:00
#: ../src/zenity.ui.h:8
2012-07-22 05:53:10 +00:00
msgid "Forms dialog"
msgstr "Prozorče obrazaca"
2011-03-19 14:07:54 +00:00
#: ../src/zenity.ui.h:9
msgid "Information"
msgstr "Informacije"
2012-07-22 05:53:10 +00:00
#: ../src/zenity.ui.h:10
msgid "All updates are complete."
msgstr "Sva ažuriranja su odrađena."
2011-03-19 14:07:54 +00:00
#: ../src/zenity.ui.h:11
msgid "Progress"
2011-09-28 18:18:15 +00:00
msgstr "Napredak"
2011-03-19 14:07:54 +00:00
#: ../src/zenity.ui.h:12
msgid "Running..."
2011-03-19 14:07:54 +00:00
msgstr "Pokrećem..."
2012-07-22 05:53:10 +00:00
#: ../src/zenity.ui.h:13
msgid "Question"
msgstr "Upitnik"
2011-03-19 14:07:54 +00:00
#: ../src/zenity.ui.h:14
2012-07-22 05:53:10 +00:00
msgid "Are you sure you want to proceed?"
msgstr "Da li ste sigurni da želite da nastavite?"
2011-03-19 14:07:54 +00:00
#: ../src/zenity.ui.h:15
2012-07-22 05:53:10 +00:00
msgid "Adjust the scale value"
msgstr "Podesite vrednosti skale"
2011-03-19 14:07:54 +00:00
#: ../src/zenity.ui.h:16
msgid "Text View"
msgstr "Tekstualni prikaz"
2012-07-22 05:53:10 +00:00
#: ../src/zenity.ui.h:17
msgid "Select items from the list"
msgstr "Izaberite stavke sa spiska"
2011-03-19 14:07:54 +00:00
#: ../src/zenity.ui.h:18
2012-07-22 05:53:10 +00:00
msgid "Select items from the list below."
msgstr "Izaberite stavke sa donjeg spiska."
2011-03-19 14:07:54 +00:00
#: ../src/zenity.ui.h:19
2012-07-22 05:53:10 +00:00
msgid "Warning"
msgstr "Upozorenje"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:163
msgid "Set the dialog title"
2011-09-28 18:18:15 +00:00
msgstr "Postavlja naslov prozorčeta"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:164
msgid "TITLE"
msgstr "NASLOV"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:172
msgid "Set the window icon"
2011-09-28 18:18:15 +00:00
msgstr "Određuje ikonicu prozora"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:173
msgid "ICONPATH"
2011-09-28 18:18:15 +00:00
msgstr "PUTANJA DO IKONICE"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:181
msgid "Set the width"
2011-09-28 18:18:15 +00:00
msgstr "Postavlja širinu"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:182
msgid "WIDTH"
msgstr "ŠIRINA"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:190
msgid "Set the height"
2011-09-28 18:18:15 +00:00
msgstr "Postavlja visinu"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:191
msgid "HEIGHT"
msgstr "VISINA"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:199
msgid "Set dialog timeout in seconds"
2011-09-28 18:18:15 +00:00
msgstr "Postavlja vremenski rok prozorčeta u sekundama"
# Gde, šta, gde, ko???
#. Timeout for closing the dialog
2014-03-18 20:21:26 +00:00
#: ../src/option.c:201
msgid "TIMEOUT"
2011-03-19 14:07:54 +00:00
msgstr "VREMENSKI ROK"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:209
2011-09-28 18:18:15 +00:00
msgid "Sets the label of the Ok button"
msgstr "Postavlja natpis dugmeta „U redu“"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:210 ../src/option.c:219 ../src/option.c:261
#: ../src/option.c:321 ../src/option.c:330 ../src/option.c:364
#: ../src/option.c:414 ../src/option.c:543 ../src/option.c:659
#: ../src/option.c:677 ../src/option.c:703 ../src/option.c:775
#: ../src/option.c:852 ../src/option.c:861 ../src/option.c:914
#: ../src/option.c:964 ../src/option.c:1133
msgid "TEXT"
msgstr "TEKST"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:218
2011-09-28 18:18:15 +00:00
msgid "Sets the label of the Cancel button"
2012-12-07 08:38:01 +00:00
msgstr "Postavlja naptis dugmeta „Otkaži“"
2011-09-28 18:18:15 +00:00
2014-03-18 20:21:26 +00:00
#: ../src/option.c:227
2012-12-07 08:38:01 +00:00
msgid "Set the modal hint"
msgstr "Postavlja uslovljeni savet"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:236
2013-09-06 08:11:56 +00:00
msgid "Set the parent window to attach to"
msgstr "Postavlja roditeljski prozor na koji se prikačinje"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:237
2013-09-06 08:11:56 +00:00
msgid "WINDOW"
msgstr "PROZOR"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:251
2011-09-28 18:18:15 +00:00
msgid "Display calendar dialog"
msgstr "Prikazuje prozorče kalendara"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:260 ../src/option.c:320 ../src/option.c:363
#: ../src/option.c:413 ../src/option.c:542 ../src/option.c:702
#: ../src/option.c:774 ../src/option.c:913 ../src/option.c:963
#: ../src/option.c:1132
2011-09-28 18:18:15 +00:00
msgid "Set the dialog text"
msgstr "Postavlja tekst prozorčeta"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:269
msgid "Set the calendar day"
2011-09-28 18:18:15 +00:00
msgstr "Postavlja dan u kalendaru"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:270
msgid "DAY"
msgstr "DAN"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:278
msgid "Set the calendar month"
2011-09-28 18:18:15 +00:00
msgstr "Postavlja mesec u kalendaru"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:279
msgid "MONTH"
msgstr "MESEC"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:287
msgid "Set the calendar year"
2011-09-28 18:18:15 +00:00
msgstr "Postavlja godinu u kalendaru"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:288
msgid "YEAR"
msgstr "GODINA"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:296 ../src/option.c:1150
msgid "Set the format for the returned date"
2011-09-28 18:18:15 +00:00
msgstr "Postavlja format povratnog datuma"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:297 ../src/option.c:1151
msgid "PATTERN"
msgstr "OBRAZAC"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:311
msgid "Display text entry dialog"
2011-09-28 18:18:15 +00:00
msgstr "Prikazuje prozorče za unos teksta"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:329
msgid "Set the entry text"
2011-09-28 18:18:15 +00:00
msgstr "Postavlja tekst za unos"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:338
msgid "Hide the entry text"
2011-09-28 18:18:15 +00:00
msgstr "Skriva tekst za unos"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:354
msgid "Display error dialog"
2011-09-28 18:18:15 +00:00
msgstr "Prikazuje prozorče za greške"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:372 ../src/option.c:422 ../src/option.c:783
#: ../src/option.c:922
2012-12-07 08:38:01 +00:00
msgid "Set the dialog icon"
msgstr "Postavlja ikonicu prozorčeta"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:373 ../src/option.c:423 ../src/option.c:784
#: ../src/option.c:923
2012-12-07 08:38:01 +00:00
msgid "ICON-NAME"
msgstr "NAZIV IKONICE"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:381 ../src/option.c:431 ../src/option.c:792
#: ../src/option.c:931
msgid "Do not enable text wrapping"
2011-09-28 18:18:15 +00:00
msgstr "Ne uključuje prelom teksta"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:390 ../src/option.c:440 ../src/option.c:801
#: ../src/option.c:940
2011-09-28 18:18:15 +00:00
msgid "Do not enable pango markup"
msgstr "Ne uključuje pango označavanje"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:404
msgid "Display info dialog"
2011-09-28 18:18:15 +00:00
msgstr "Prikazuje prozorče informacija"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:454
msgid "Display file selection dialog"
2011-09-28 18:18:15 +00:00
msgstr "Prikazuje prozorče za izbor datoteke"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:463
msgid "Set the filename"
2011-09-28 18:18:15 +00:00
msgstr "Postavlja naziv datoteke"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:464 ../src/option.c:834
msgid "FILENAME"
msgstr "NAZIV DATOTEKE"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:472
msgid "Allow multiple files to be selected"
2011-09-28 18:18:15 +00:00
msgstr "Dozvoljava izbor više datoteka"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:481
msgid "Activate directory-only selection"
2011-09-28 18:18:15 +00:00
msgstr "Pokreće izbor samo direktorijuma"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:490
msgid "Activate save mode"
2011-09-28 18:18:15 +00:00
msgstr "Pokreće režim za čuvanje"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:499 ../src/option.c:587 ../src/option.c:1141
msgid "Set output separator character"
2011-09-28 18:18:15 +00:00
msgstr "Postavlja znak za razdvajanje na izlazu"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:500 ../src/option.c:588 ../src/option.c:1142
msgid "SEPARATOR"
msgstr "RAZDVOJNIK"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:508
msgid "Confirm file selection if filename already exists"
2011-09-28 18:18:15 +00:00
msgstr "Potvrđuje izbor datoteke ako ista već postoji"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:517
msgid "Sets a filename filter"
msgstr "Postavlja filter naziva datoteka"
2010-08-31 02:07:24 +00:00
#. Help for file-filter argument (name and patterns for file selection)
2014-03-18 20:21:26 +00:00
#: ../src/option.c:519
msgid "NAME | PATTERN1 PATTERN2 ..."
msgstr "NAZIV | ŠABLON1 ŠABLON2 ..."
2014-03-18 20:21:26 +00:00
#: ../src/option.c:533
msgid "Display list dialog"
2011-09-28 18:18:15 +00:00
msgstr "Prikazuje prozorče sa spiskom"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:551
msgid "Set the column header"
2011-09-28 18:18:15 +00:00
msgstr "Postavlja zaglavlje kolone"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:552
msgid "COLUMN"
msgstr "KOLONA"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:560
msgid "Use check boxes for first column"
msgstr "Koristi kućice za štikliranje za prvu kolonu"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:569
msgid "Use radio buttons for first column"
msgstr "Koristi jednoizbornik za prvu kolonu"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:578
2012-07-22 05:53:10 +00:00
msgid "Use an image for first column"
msgstr "Koristi sliku za prvu kolonu"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:596
msgid "Allow multiple rows to be selected"
2011-09-28 18:18:15 +00:00
msgstr "Dozvoljava istovremeni izbor više redova"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:605 ../src/option.c:842
msgid "Allow changes to text"
2011-09-28 18:18:15 +00:00
msgstr "Dozvoljava promene teksta"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:614
msgid ""
"Print a specific column (Default is 1. 'ALL' can be used to print all "
"columns)"
2004-08-21 13:41:58 +00:00
msgstr ""
2011-09-28 18:18:15 +00:00
"Ispisuje određenu kolonu (Podrazumeva se 1. Za ispis svih kolona možete "
"koristiti „ALL“)"
#. Column index number to print out on a list dialog
2014-03-18 20:21:26 +00:00
#: ../src/option.c:616 ../src/option.c:625
msgid "NUMBER"
msgstr "BROJ"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:624
msgid "Hide a specific column"
2011-09-28 18:18:15 +00:00
msgstr "Skriva određenu kolonu"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:633
2010-08-31 02:07:24 +00:00
msgid "Hides the column headers"
2011-09-28 18:18:15 +00:00
msgstr "Skriva zaglavlje kolone"
2010-08-31 02:07:24 +00:00
2014-03-18 20:21:26 +00:00
#: ../src/option.c:649
msgid "Display notification"
2011-09-28 18:18:15 +00:00
msgstr "Prikazuje obaveštenje"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:658
msgid "Set the notification text"
2011-09-28 18:18:15 +00:00
msgstr "Postavlja tekst obaveštenja"
2004-10-15 21:12:25 +00:00
2014-03-18 20:21:26 +00:00
#: ../src/option.c:667
2004-10-15 21:12:25 +00:00
msgid "Listen for commands on stdin"
msgstr "Prati naredbe na standardnom ulazu"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:676
2013-03-01 09:19:39 +00:00
msgid "Set the notification hints"
msgstr "Postavlja upute obaveštenja"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:693
msgid "Display progress indication dialog"
2011-09-28 18:18:15 +00:00
msgstr "Prikazuje prozorče ukazivača napretka"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:711
msgid "Set initial percentage"
2011-09-28 18:18:15 +00:00
msgstr "Postavlja početni procenat"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:712
msgid "PERCENTAGE"
2011-03-19 14:07:54 +00:00
msgstr "PROCENAT"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:720
msgid "Pulsate progress bar"
2011-09-28 18:18:15 +00:00
msgstr "Pulsirajući ukazivač napretka"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:730
#, no-c-format
msgid "Dismiss the dialog when 100% has been reached"
2011-09-28 18:18:15 +00:00
msgstr "Odbacuje prozorče kada se stigne do 100%"
# bug: it's not "cancel button" but "Cancel button" or even '"Cancel" button
2014-03-18 20:21:26 +00:00
#: ../src/option.c:740
2010-08-31 02:07:24 +00:00
#, no-c-format
msgid "Kill parent process if Cancel button is pressed"
msgstr "Ubija nadproces kada se pritisne dugme „Otkaži“"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:750
#, no-c-format
2010-08-31 02:07:24 +00:00
msgid "Hide Cancel button"
2011-09-28 18:18:15 +00:00
msgstr "Skriva dugme „Otkaži“"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:765
msgid "Display question dialog"
2011-09-28 18:18:15 +00:00
msgstr "Prikazuje prozorče za upit"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:809
msgid "Give cancel button focus by default"
msgstr "Daje dugmetu otkazivanja prvi plan po osnovi"
#: ../src/option.c:824
msgid "Display text information dialog"
2011-09-28 18:18:15 +00:00
msgstr "Prikazuje prozorče za tekstualne informacije"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:833
msgid "Open file"
2011-09-28 18:18:15 +00:00
msgstr "Otvara datoteku"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:851
2011-03-19 14:07:54 +00:00
msgid "Set the text font"
2011-09-28 18:18:15 +00:00
msgstr "Postavlja tekst za unos"
2011-03-19 14:07:54 +00:00
2014-03-18 20:21:26 +00:00
#: ../src/option.c:860
2011-09-28 18:18:15 +00:00
msgid "Enable an I read and agree checkbox"
msgstr "Uključuje jedno „Pročitao sam i slažem se“ prozorče za izbor"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:870
2011-09-28 18:18:15 +00:00
msgid "Enable html support"
msgstr "Uključuje html podršku"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:879
2011-09-28 18:18:15 +00:00
msgid "Sets an url instead of a file. Only works if you use --html option"
msgstr ""
"Podešava adresu umesto datoteke. Radi samo ako koristite opciju „--html“"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:880
2011-09-28 18:18:15 +00:00
msgid "URL"
msgstr "ADRESA"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:889
msgid "Auto scroll the text to the end. Only when text is captured from stdin"
msgstr ""
"Samostalno premiče tekst na kraj. Samo kada je tekst snimljen sa standardnog "
"ulaza"
#: ../src/option.c:904
msgid "Display warning dialog"
2011-09-28 18:18:15 +00:00
msgstr "Prikazuje prozorče upozorenja"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:954
msgid "Display scale dialog"
2011-09-28 18:18:15 +00:00
msgstr "Prikazuje prozorče razmere"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:972
msgid "Set initial value"
2011-09-28 18:18:15 +00:00
msgstr "Postavlja početnu vrednost"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:973 ../src/option.c:982 ../src/option.c:991
#: ../src/option.c:1000 ../src/option.c:1199
msgid "VALUE"
msgstr "VREDNOST"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:981
msgid "Set minimum value"
2011-09-28 18:18:15 +00:00
msgstr "Postavlja najmanju moguću vrednost"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:990
msgid "Set maximum value"
2011-09-28 18:18:15 +00:00
msgstr "Postavlja najveću moguću vrednost"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:999
msgid "Set step size"
2011-09-28 18:18:15 +00:00
msgstr "Postavlja vrednost koraka"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:1008
msgid "Print partial values"
2011-09-28 18:18:15 +00:00
msgstr "Štampa delimične vrednosti"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:1017
msgid "Hide value"
2011-09-28 18:18:15 +00:00
msgstr "Skriva vrednost"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:1032
2011-03-19 14:07:54 +00:00
msgid "Display forms dialog"
2011-09-28 18:18:15 +00:00
msgstr "Prikazuje prozorče obrazaca"
2011-03-19 14:07:54 +00:00
2014-03-18 20:21:26 +00:00
#: ../src/option.c:1041
2011-03-19 14:07:54 +00:00
msgid "Add a new Entry in forms dialog"
2011-09-28 18:18:15 +00:00
msgstr "Dodaje novu stavku u prozorče obrasca"
2011-03-19 14:07:54 +00:00
2014-03-18 20:21:26 +00:00
#: ../src/option.c:1042 ../src/option.c:1051
2011-03-19 14:07:54 +00:00
msgid "Field name"
2011-09-28 18:18:15 +00:00
msgstr "NAZIV POLJA"
2011-03-19 14:07:54 +00:00
2014-03-18 20:21:26 +00:00
#: ../src/option.c:1050
2011-03-19 14:07:54 +00:00
msgid "Add a new Password Entry in forms dialog"
2011-09-28 18:18:15 +00:00
msgstr "Dodaje novu stavku lozinke u prozorče obrasca"
2011-03-19 14:07:54 +00:00
2014-03-18 20:21:26 +00:00
#: ../src/option.c:1059
2011-03-19 14:07:54 +00:00
msgid "Add a new Calendar in forms dialog"
2011-09-28 18:18:15 +00:00
msgstr "Dodaje novi kalendar u prozorče obrasca"
2011-03-19 14:07:54 +00:00
2014-03-18 20:21:26 +00:00
#: ../src/option.c:1060
2011-03-19 14:07:54 +00:00
msgid "Calendar field name"
2011-09-28 18:18:15 +00:00
msgstr "NAZIV POLJA KALENDARA"
2011-03-19 14:07:54 +00:00
2014-03-18 20:21:26 +00:00
#: ../src/option.c:1068
2012-02-20 21:41:05 +00:00
msgid "Add a new List in forms dialog"
msgstr "Dodaje novi spisak u prozorče obrasca"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:1069
2012-02-20 21:41:05 +00:00
msgid "List field and header name"
msgstr "Navodi naziv polja i zaglavlja"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:1077
2012-02-20 21:41:05 +00:00
msgid "List of values for List"
msgstr "Spisak vrednosti za spisak"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:1078 ../src/option.c:1087 ../src/option.c:1105
2012-02-20 21:41:05 +00:00
msgid "List of values separated by |"
msgstr "Spisak vrednosti razdvojen |"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:1086
2012-02-20 21:41:05 +00:00
msgid "List of values for columns"
msgstr "Spisak vrednosti za kolone"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:1095
2013-10-05 04:30:47 +00:00
msgid "Add a new combo box in forms dialog"
msgstr "Dodaje novo izborno prozorče u prozorče obrasca"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:1096
2013-10-05 04:30:47 +00:00
msgid "Combo box field name"
msgstr "Naziv polja izbornog prozorčeta"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:1104
2013-10-05 04:30:47 +00:00
msgid "List of values for combo box"
msgstr "Spisak vrednosti izbornog prozorčeta"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:1123
2012-02-20 21:41:05 +00:00
msgid "Show the columns header"
msgstr "Prikazuje zaglavlje kolona"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:1165
2010-08-31 02:07:24 +00:00
msgid "Display password dialog"
2011-09-28 18:18:15 +00:00
msgstr "Prikazuje prozorče za lozinku"
2010-08-31 02:07:24 +00:00
2014-03-18 20:21:26 +00:00
#: ../src/option.c:1174
2010-08-31 02:07:24 +00:00
msgid "Display the username option"
2011-09-28 18:18:15 +00:00
msgstr "Prikazuje prozorče za korisničko ime"
2010-08-31 02:07:24 +00:00
2014-03-18 20:21:26 +00:00
#: ../src/option.c:1189
2010-08-31 02:07:24 +00:00
msgid "Display color selection dialog"
2011-09-28 18:18:15 +00:00
msgstr "Prikazuje prozorče za izbor boje"
2010-08-31 02:07:24 +00:00
2014-03-18 20:21:26 +00:00
#: ../src/option.c:1198
2010-08-31 02:07:24 +00:00
msgid "Set the color"
2011-09-28 18:18:15 +00:00
msgstr "Postavlja boju"
2010-08-31 02:07:24 +00:00
2014-03-18 20:21:26 +00:00
#: ../src/option.c:1207
2010-08-31 02:07:24 +00:00
msgid "Show the palette"
2011-09-28 18:18:15 +00:00
msgstr "Prikazuje paletu"
2010-08-31 02:07:24 +00:00
2014-03-18 20:21:26 +00:00
#: ../src/option.c:1222
msgid "About zenity"
msgstr "O Zenitu"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:1231
msgid "Print version"
2012-07-22 05:53:10 +00:00
msgstr "Ispisuje izdanje programa"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:2146
msgid "General options"
2011-09-28 18:18:15 +00:00
msgstr "Opšte opcije"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:2147
msgid "Show general options"
2011-09-28 18:18:15 +00:00
msgstr "Prikazuje opšte opcije"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:2157
msgid "Calendar options"
2011-09-28 18:18:15 +00:00
msgstr "Opcije kalendara"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:2158
msgid "Show calendar options"
2011-09-28 18:18:15 +00:00
msgstr "Prikazuje opcije kalendara"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:2168
msgid "Text entry options"
2011-09-28 18:18:15 +00:00
msgstr "Opcije unosa teksta"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:2169
msgid "Show text entry options"
2011-09-28 18:18:15 +00:00
msgstr "Prikazuje opcije unosa teksta"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:2179
msgid "Error options"
2011-09-28 18:18:15 +00:00
msgstr "Opcije greške"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:2180
msgid "Show error options"
2011-09-28 18:18:15 +00:00
msgstr "Prikazuje opcije greške"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:2190
msgid "Info options"
2012-07-22 05:53:10 +00:00
msgstr "Opcije informacija"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:2191
msgid "Show info options"
2011-09-28 18:18:15 +00:00
msgstr "Prikazuje opcije informacija"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:2201
msgid "File selection options"
2011-09-28 18:18:15 +00:00
msgstr "Opcije izbora datoteke"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:2202
msgid "Show file selection options"
2011-09-28 18:18:15 +00:00
msgstr "Prikazuje opcije izbora datoteke"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:2212
msgid "List options"
2011-09-28 18:18:15 +00:00
msgstr "Opcije spiska"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:2213
msgid "Show list options"
2011-09-28 18:18:15 +00:00
msgstr "Prikazuje opcije spiska"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:2224
2005-03-02 14:09:51 +00:00
msgid "Notification icon options"
2011-09-28 18:18:15 +00:00
msgstr "Opcije ikonice obaveštenja"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:2225
2005-03-02 14:09:51 +00:00
msgid "Show notification icon options"
2011-09-28 18:18:15 +00:00
msgstr "Prikazuje opcije ikonice obaveštenja"
2005-03-02 14:09:51 +00:00
2014-03-18 20:21:26 +00:00
#: ../src/option.c:2236
msgid "Progress options"
2011-09-28 18:18:15 +00:00
msgstr "Opcije napretka"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:2237
msgid "Show progress options"
2011-09-28 18:18:15 +00:00
msgstr "Prikazuje opcije napretka"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:2247
msgid "Question options"
2011-09-28 18:18:15 +00:00
msgstr "Opcije upita"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:2248
msgid "Show question options"
2011-09-28 18:18:15 +00:00
msgstr "Prikazuje opcije upita"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:2258
msgid "Warning options"
2011-09-28 18:18:15 +00:00
msgstr "Opcije upozorenja"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:2259
msgid "Show warning options"
2011-09-28 18:18:15 +00:00
msgstr "Prikazuje opcije upozorenja"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:2269
msgid "Scale options"
2011-09-28 18:18:15 +00:00
msgstr "Opcije razmere"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:2270
msgid "Show scale options"
2011-09-28 18:18:15 +00:00
msgstr "Prikazuje opcije razmere"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:2280
2005-03-02 14:09:51 +00:00
msgid "Text information options"
2011-09-28 18:18:15 +00:00
msgstr "Opcije tekstualnog obaveštenja"
2005-03-02 14:09:51 +00:00
2014-03-18 20:21:26 +00:00
#: ../src/option.c:2281
2005-03-02 14:09:51 +00:00
msgid "Show text information options"
2011-09-28 18:18:15 +00:00
msgstr "Prikazuje opcije tekstualnog obaveštenja"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:2291
2010-08-31 02:07:24 +00:00
msgid "Color selection options"
2011-09-28 18:18:15 +00:00
msgstr "Opcije izbora boje"
2010-08-31 02:07:24 +00:00
2014-03-18 20:21:26 +00:00
#: ../src/option.c:2292
2010-08-31 02:07:24 +00:00
msgid "Show color selection options"
2011-09-28 18:18:15 +00:00
msgstr "Prikazuje opcije izbora boje"
2010-08-31 02:07:24 +00:00
2014-03-18 20:21:26 +00:00
#: ../src/option.c:2302
2010-08-31 02:07:24 +00:00
msgid "Password dialog options"
msgstr "Opcije prozorčeta za lozinku"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:2303
2010-08-31 02:07:24 +00:00
msgid "Show password dialog options"
2011-09-28 18:18:15 +00:00
msgstr "Prikazuje opcije prozorčeta za izbor lozinke"
2010-08-31 02:07:24 +00:00
2014-03-18 20:21:26 +00:00
#: ../src/option.c:2313
2011-03-19 14:07:54 +00:00
msgid "Forms dialog options"
msgstr "Opcije prozorčeta obrazaca"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:2314
2011-03-19 14:07:54 +00:00
msgid "Show forms dialog options"
2011-09-28 18:18:15 +00:00
msgstr "Prikazuje opcije prozorčeta obrazaca"
2011-03-19 14:07:54 +00:00
2014-03-18 20:21:26 +00:00
#: ../src/option.c:2324
msgid "Miscellaneous options"
2011-09-28 18:18:15 +00:00
msgstr "Ostale opcije"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:2325
msgid "Show miscellaneous options"
2011-09-28 18:18:15 +00:00
msgstr "Prikazuje ostale opcije"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:2350
#, c-format
msgid ""
"This option is not available. Please see --help for all possible usages.\n"
msgstr ""
2011-09-28 18:18:15 +00:00
"Ova opcija nije dostupna. Molim pogledajte „--help“ za sve opcije "
2011-03-19 14:07:54 +00:00
"korišćenja.\n"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:2354
2005-03-02 14:09:51 +00:00
#, c-format
msgid "--%s is not supported for this dialog\n"
2011-03-19 14:07:54 +00:00
msgstr "Opcija „--%s“ nije podržana za ovo prozorče\n"
2014-03-18 20:21:26 +00:00
#: ../src/option.c:2358
#, c-format
msgid "Two or more dialog options specified\n"
msgstr "Prosleđene su dve ili više opcija prozorčeta\n"