aboutsummaryrefslogtreecommitdiff
path: root/source/bs
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-12-09 13:38:47 +0100
committerAndras Timar <atimar@suse.com>2012-12-09 14:29:18 +0100
commitd9a4b60f9ae7e15c44675ea56fe6a06613c419ae (patch)
treeef2cfa5fbd2c209b625675b041aaa7781a7959a5 /source/bs
parent29912248a458e96bf58166bf780bef9f535002aa (diff)
fix of damaged files from beta1
Change-Id: Ic4113a05d443dddc9e9420e460579efd8e8e79a4
Diffstat (limited to 'source/bs')
-rw-r--r--source/bs/helpcontent2/source/text/sbasic/shared.po33421
-rw-r--r--source/bs/helpcontent2/source/text/scalc/01.po43965
-rw-r--r--source/bs/helpcontent2/source/text/shared/02.po14331
-rw-r--r--source/bs/helpcontent2/source/text/shared/optionen.po8306
-rw-r--r--source/bs/helpcontent2/source/text/swriter/02.po3259
-rw-r--r--source/bs/helpcontent2/source/text/swriter/guide.po10270
-rw-r--r--source/bs/officecfg/registry/data/org/openoffice/Office/UI.po4715
-rw-r--r--source/bs/scp2/source/accessories.po1910
-rw-r--r--source/bs/sd/source/ui/app.po75
-rw-r--r--source/bs/svx/source/dialog.po3138
-rw-r--r--source/bs/svx/source/svdraw.po282
-rw-r--r--source/bs/sw/source/ui/fldui.po141
12 files changed, 123813 insertions, 0 deletions
diff --git a/source/bs/helpcontent2/source/text/sbasic/shared.po b/source/bs/helpcontent2/source/text/sbasic/shared.po
index 5054a7239bc..166a0fec613 100644
--- a/source/bs/helpcontent2/source/text/sbasic/shared.po
+++ b/source/bs/helpcontent2/source/text/sbasic/shared.po
@@ -4534,3 +4534,33424 @@ msgctxt ""
"help.text"
msgid "Print \"The current hour is \" & Hour( Now )"
msgstr ""
+
+#: 03030201.xhp
+#, fuzzy
+msgctxt ""
+"03030201.xhp\n"
+"par_id3153145\n"
+"15\n"
+"help.text"
+msgid "End Sub"
+msgstr "kraj Sub"
+
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"tit\n"
+"help.text"
+msgid "End Statement [Runtime]"
+msgstr "Završi Izjavu [Run-time]"
+
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"bm_id3150771\n"
+"help.text"
+msgid "<bookmark_value>End statement</bookmark_value>"
+msgstr "<bookmark_value>Završi Izjavu</bookmark_value>"
+
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"hd_id3150771\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090404.xhp\" name=\"End Statement [Runtime]\">End Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090404.xhp\" name=\"Završi Izjavu [Run-time]\">Završi Izjavu [Run-time]</link>"
+
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"par_id3153126\n"
+"2\n"
+"help.text"
+msgid "Ends a procedure or block."
+msgstr "Završi proceduru ili blok."
+
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"hd_id3147264\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"par_id3148552\n"
+"4\n"
+"help.text"
+msgid "End, End Function, End If, End Select, End Sub"
+msgstr "Završi, Završi Funkciju, Završi ako, Završi obilješeno, Završi Sub"
+
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"hd_id3149456\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"par_id3150398\n"
+"6\n"
+"help.text"
+msgid "Use the End statement as follows:"
+msgstr ""
+
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"hd_id3154366\n"
+"7\n"
+"help.text"
+msgid "Statement"
+msgstr "Izjava"
+
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"par_id3151043\n"
+"8\n"
+"help.text"
+msgid "End: Is not required, but can be entered anywhere within a procedure to end the program execution."
+msgstr "Završi: Nije potrebna, ali može se unijeti bilo gdje unutar postupka do kraja programa izvršavanja."
+
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"par_id3145171\n"
+"9\n"
+"help.text"
+msgid "End Function: Ends a <emph>Function</emph> statement."
+msgstr "Završi Funkciju: Završava <emph>Funkcija</emph> izjave."
+
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"par_id3153192\n"
+"10\n"
+"help.text"
+msgid "End If: Marks the end of a <emph>If...Then...Else</emph> block."
+msgstr "Završi ako: Označava kraj <emph>If...Then...Else</emph> bloka."
+
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"par_id3148451\n"
+"11\n"
+"help.text"
+msgid "End Select: Marks the end of a <emph>Select Case</emph> block."
+msgstr "Završi Obilježeno: Oynačava kraj <emph>Select Case</emph> bloka."
+
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"par_id3155131\n"
+"12\n"
+"help.text"
+msgid "End Sub: Ends a <emph>Sub</emph> statement."
+msgstr "Završi Sub: Završava <emph>Sub</emph> izjavu."
+
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"hd_id3146120\n"
+"13\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"par_id3152887\n"
+"19\n"
+"help.text"
+msgid "Print \"Number from 1 to 5\""
+msgstr "Ipiši \"Brojevi od 1 do 5\""
+
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"par_id3148618\n"
+"21\n"
+"help.text"
+msgid "Print \"Number from 6 to 8\""
+msgstr "Ispiši \"Broj od 6 do 8\""
+
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"par_id3147436\n"
+"23\n"
+"help.text"
+msgid "Print \"Greater than 8\""
+msgstr "Ipsiši \"Veći od 8\""
+
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"par_id3150418\n"
+"25\n"
+"help.text"
+msgid "Print \"Outside range 1 to 10\""
+msgstr ""
+
+#: 03104400.xhp
+msgctxt ""
+"03104400.xhp\n"
+"tit\n"
+"help.text"
+msgid "HasUnoInterfaces Function [Runtime]"
+msgstr "ImaUnoSucelja Funkcija [Vrijeme izvršavanja]"
+
+#: 03104400.xhp
+msgctxt ""
+"03104400.xhp\n"
+"bm_id3149987\n"
+"help.text"
+msgid "<bookmark_value>HasUnoInterfaces function</bookmark_value>"
+msgstr "<bookmark_value>ImaUnoSucelja Funkcija</bookmark_value>"
+
+#: 03104400.xhp
+msgctxt ""
+"03104400.xhp\n"
+"hd_id3149987\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03104400.xhp\" name=\"HasUnoInterfaces Function [Runtime]\">HasUnoInterfaces Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03104400.xhp\" name=\"ImaUnoSucelja Funkcija [Vrijeme izvršavanja]\">ImaUnoSucelja Funkcija [Vrijeme izvršavanja]</link>"
+
+#: 03104400.xhp
+msgctxt ""
+"03104400.xhp\n"
+"par_id3151262\n"
+"2\n"
+"help.text"
+msgid "Tests if a Basic Uno object supports certain Uno interfaces."
+msgstr "Provjerava da li Basic Uno podržava odredena Uno Sucelja."
+
+#: 03104400.xhp
+msgctxt ""
+"03104400.xhp\n"
+"par_id3154232\n"
+"3\n"
+"help.text"
+msgid "Returns True, if <emph>all</emph> stated Uno interfaces are supported, otherwise False is returned."
+msgstr "Vraca True, ako su <emph>sva</emph> potvrdena Uno sucelja podržana, u suprotnom False je vracen."
+
+#: 03104400.xhp
+msgctxt ""
+"03104400.xhp\n"
+"hd_id3150040\n"
+"4\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03104400.xhp
+msgctxt ""
+"03104400.xhp\n"
+"par_id3155555\n"
+"5\n"
+"help.text"
+msgid "HasUnoInterfaces( oTest, Uno-Interface-Name 1 [, Uno-Interface-Name 2, ...])"
+msgstr "ImaUnoSucelja( oTest, Uno-Sucelje-Ime 1 [, Uno-Sucelje-Ime 2, ...])"
+
+#: 03104400.xhp
+msgctxt ""
+"03104400.xhp\n"
+"hd_id3153345\n"
+"6\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03104400.xhp
+msgctxt ""
+"03104400.xhp\n"
+"par_id3148538\n"
+"7\n"
+"help.text"
+msgid "Bool"
+msgstr ""
+
+#: 03104400.xhp
+msgctxt ""
+"03104400.xhp\n"
+"hd_id3159157\n"
+"8\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03104400.xhp
+msgctxt ""
+"03104400.xhp\n"
+"par_id3155419\n"
+"9\n"
+"help.text"
+msgid "<emph>oTest:</emph> the Basic Uno object that you want to test."
+msgstr "<emph>oTest</emph>: Basic Uno objekat koji zelite da testirate."
+
+#: 03104400.xhp
+msgctxt ""
+"03104400.xhp\n"
+"par_id3149236\n"
+"10\n"
+"help.text"
+msgid "<emph>Uno-Interface-Name:</emph> list of Uno interface names."
+msgstr "<emph>Uno-Sucelje-Ime</emph>: lista imena Uno sucelja."
+
+#: 03104400.xhp
+msgctxt ""
+"03104400.xhp\n"
+"hd_id3147574\n"
+"11\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03104400.xhp
+msgctxt ""
+"03104400.xhp\n"
+"par_id3149580\n"
+"12\n"
+"help.text"
+msgid "bHas = HasUnoInterfaces( oTest, \"com.sun.star.beans.XIntrospection\" )"
+msgstr "bHas = ImaUnoSucelja( oTest, \"com.sun.star.beans.XIntrospection\" )"
+
+#: 03090402.xhp
+msgctxt ""
+"03090402.xhp\n"
+"tit\n"
+"help.text"
+msgid "Choose Function [Runtime]"
+msgstr "Izaberi Funkciju [Run-time]"
+
+#: 03090402.xhp
+msgctxt ""
+"03090402.xhp\n"
+"bm_id3143271\n"
+"help.text"
+msgid "<bookmark_value>Choose function</bookmark_value>"
+msgstr "<bookmark_value>Izaberi funkciju</bookmark_value>"
+
+#: 03090402.xhp
+msgctxt ""
+"03090402.xhp\n"
+"hd_id3143271\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090402.xhp\" name=\"Choose Function [Runtime]\">Choose Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090402.xhp\" name=\"Izaberi funkciju [Run-time]\">Iyaberi funkciju [Run-time]</link>"
+
+#: 03090402.xhp
+msgctxt ""
+"03090402.xhp\n"
+"par_id3149234\n"
+"2\n"
+"help.text"
+msgid "Returns a selected value from a list of arguments."
+msgstr "Vraća vrijednost odabranog iz popisa argumenata."
+
+#: 03090402.xhp
+msgctxt ""
+"03090402.xhp\n"
+"hd_id3148943\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03090402.xhp
+msgctxt ""
+"03090402.xhp\n"
+"par_id3147560\n"
+"4\n"
+"help.text"
+msgid "Choose (Index, Selection1[, Selection2, ... [,Selection_n]])"
+msgstr "Odaberi (Index, Selection1[, Selection2, ... [,Selection_n]])"
+
+#: 03090402.xhp
+msgctxt ""
+"03090402.xhp\n"
+"hd_id3154346\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03090402.xhp
+msgctxt ""
+"03090402.xhp\n"
+"par_id3148664\n"
+"6\n"
+"help.text"
+msgid "<emph>Index:</emph> A numeric expression that specifies the value to return."
+msgstr "<emph>Index</emph>:Numerički izraz koji određuje vrijednosti da se vrati."
+
+#: 03090402.xhp
+msgctxt ""
+"03090402.xhp\n"
+"par_id3150791\n"
+"7\n"
+"help.text"
+msgid "<emph>Selection1:</emph> Any expression that contains one of the possible choices."
+msgstr "<emph>Selection1</emph>: Bilo koji izraz koji sadrži jedan od mogućih izbora."
+
+#: 03090402.xhp
+msgctxt ""
+"03090402.xhp\n"
+"par_id3151043\n"
+"8\n"
+"help.text"
+msgid "The <emph>Choose</emph> function returns a value from the list of expressions based on the index value. If Index = 1, the function returns the first expression in the list, if index i= 2, it returns the second expression, and so on."
+msgstr "The <emph>Izaberite</emph> funkcija vraća vrijednost iz popisa izraza na temelju indeksa vrijednosti. Ako Indeks = 1, funkcija vraća prvi izraz u popis, ako je indeks i = 2, vraća drugi izraz i tako dalje."
+
+#: 03090402.xhp
+msgctxt ""
+"03090402.xhp\n"
+"par_id3153192\n"
+"9\n"
+"help.text"
+msgid "If the index value is less than 1 or greater than the number of expressions listed, the function returns a Null value."
+msgstr "Ako je vrijednost indeksa manje od 1 ili veći od broja navedenih izraza, funkcija vraća vrijednost Null."
+
+#: 03090402.xhp
+msgctxt ""
+"03090402.xhp\n"
+"par_id3156281\n"
+"10\n"
+"help.text"
+msgid "The following example uses the <emph>Choose</emph> function to select a string from several strings that form a menu:"
+msgstr "Sljedeći primjer koristi <emph>Izaberite</emph> funkcija za odabir niza od nekoliko nizova koji formiraju meni."
+
+#: 03090402.xhp
+msgctxt ""
+"03090402.xhp\n"
+"hd_id3150439\n"
+"11\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03090402.xhp
+msgctxt ""
+"03090402.xhp\n"
+"par_id3156443\n"
+"20\n"
+"help.text"
+msgid "ChooseMenu = Choose(Index, \"Quick Format\", \"Save Format\", \"System Format\")"
+msgstr "IzaberiMeni = Iyaberi(Index, \"Brzi Format\", \"Spasi Format\", \"Sistem Format\")"
+
+#: 03020203.xhp
+#, fuzzy
+msgctxt ""
+"03020203.xhp\n"
+"tit\n"
+"help.text"
+msgid "Line Input # Statement [Runtime]"
+msgstr "DefInt Red [Pokrenuti-vrijeme]"
+
+#: 03020203.xhp
+#, fuzzy
+msgctxt ""
+"03020203.xhp\n"
+"bm_id3153361\n"
+"help.text"
+msgid "<bookmark_value>Line Input statement</bookmark_value>"
+msgstr "<bookmark_value>DefInt red</bookmark_value>"
+
+#: 03020203.xhp
+#, fuzzy
+msgctxt ""
+"03020203.xhp\n"
+"hd_id3153361\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input # Statement [Runtime]\">Line Input # Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020406.xhp\" name=\"FileCopy Izjava [Run-time]\">FileCopy izjava [Run-time]</link>"
+
+#: 03020203.xhp
+msgctxt ""
+"03020203.xhp\n"
+"par_id3156280\n"
+"2\n"
+"help.text"
+msgid "Reads strings from a sequential file into a variable."
+msgstr ""
+
+#: 03020203.xhp
+msgctxt ""
+"03020203.xhp\n"
+"hd_id3150447\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03020203.xhp
+msgctxt ""
+"03020203.xhp\n"
+"par_id3147229\n"
+"4\n"
+"help.text"
+msgid "Line Input #FileNumber As Integer, Var As String"
+msgstr ""
+
+#: 03020203.xhp
+msgctxt ""
+"03020203.xhp\n"
+"hd_id3145173\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03020203.xhp
+msgctxt ""
+"03020203.xhp\n"
+"par_id3161832\n"
+"6\n"
+"help.text"
+msgid "<emph>FileNumber: </emph>Number of the file that contains the data that you want to read. The file must have been opened in advance with the Open statement using the key word INPUT."
+msgstr ""
+
+#: 03020203.xhp
+msgctxt ""
+"03020203.xhp\n"
+"par_id3151119\n"
+"7\n"
+"help.text"
+msgid "<emph>var:</emph> The name of the variable that stores the result."
+msgstr ""
+
+#: 03020203.xhp
+msgctxt ""
+"03020203.xhp\n"
+"par_id3150010\n"
+"8\n"
+"help.text"
+msgid "With the <emph>Line Input#</emph> statement, you can read strings from an open file into a variable. String variables are read line-by-line up to the first carriage return (Asc=13) or linefeed (Asc=10). Line end marks are not included in the resulting string."
+msgstr ""
+
+#: 03020203.xhp
+msgctxt ""
+"03020203.xhp\n"
+"hd_id3163711\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03020203.xhp
+#, fuzzy
+msgctxt ""
+"03020203.xhp\n"
+"par_id3147124\n"
+"18\n"
+"help.text"
+msgid "Print #iNumber, \"This is a line of text\""
+msgstr "Isštampati #iBroj, \"Prvi red teksta\""
+
+#: 03020203.xhp
+#, fuzzy
+msgctxt ""
+"03020203.xhp\n"
+"par_id3153415\n"
+"19\n"
+"help.text"
+msgid "Print #iNumber, \"This is another line of text\""
+msgstr "Isštampati #iBroj, \"Drugi red teksta\""
+
+#: 03060600.xhp
+#, fuzzy
+msgctxt ""
+"03060600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Xor-Operator [Runtime]"
+msgstr "MOD Operator [Vrijeme izvodjenja]"
+
+#: 03060600.xhp
+#, fuzzy
+msgctxt ""
+"03060600.xhp\n"
+"bm_id3156024\n"
+"help.text"
+msgid "<bookmark_value>Xor operator (logical)</bookmark_value>"
+msgstr "<bookmark_value>MOD operator (matematicki)</bookmark_value>"
+
+#: 03060600.xhp
+#, fuzzy
+msgctxt ""
+"03060600.xhp\n"
+"hd_id3156024\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03060600.xhp\" name=\"Xor-Operator [Runtime]\">Xor-Operator [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03070600.xhp\" name=\"MOD Operator [Vrijeme izvodjenja]\">MOD Operator [Vrijeme izvodjenja]</link>"
+
+#: 03060600.xhp
+msgctxt ""
+"03060600.xhp\n"
+"par_id3159414\n"
+"2\n"
+"help.text"
+msgid "Performs a logical Exclusive-Or combination of two expressions."
+msgstr ""
+
+#: 03060600.xhp
+msgctxt ""
+"03060600.xhp\n"
+"hd_id3153381\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03060600.xhp
+#, fuzzy
+msgctxt ""
+"03060600.xhp\n"
+"par_id3150400\n"
+"4\n"
+"help.text"
+msgid "Result = Expression1 Xor Expression2"
+msgstr "Resultat = Izrar_1 MOD Izraz_2"
+
+#: 03060600.xhp
+msgctxt ""
+"03060600.xhp\n"
+"hd_id3153968\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03060600.xhp
+#, fuzzy
+msgctxt ""
+"03060600.xhp\n"
+"par_id3150448\n"
+"6\n"
+"help.text"
+msgid "<emph>Result:</emph> Any numeric variable that contains the result of the combination."
+msgstr "<emph>Resultat:</emph>: Brojcana varijabla koja sadrzi rezultat MOD operacije."
+
+#: 03060600.xhp
+#, fuzzy
+msgctxt ""
+"03060600.xhp\n"
+"par_id3125864\n"
+"7\n"
+"help.text"
+msgid "<emph>Expression1, Expression2:</emph> Any numeric expressions that you want to combine."
+msgstr "<emph>Izraz_1, Izraz_2</emph>: Brojcani izraz koji zelite da podijelite."
+
+#: 03060600.xhp
+msgctxt ""
+"03060600.xhp\n"
+"par_id3150439\n"
+"8\n"
+"help.text"
+msgid "A logical Exclusive-Or conjunction of two Boolean expressions returns the value True only if both expressions are different from each other."
+msgstr ""
+
+#: 03060600.xhp
+msgctxt ""
+"03060600.xhp\n"
+"par_id3153770\n"
+"9\n"
+"help.text"
+msgid "A bitwise Exclusive-Or conjunction returns a bit if the corresponding bit is set in only one of the two expressions."
+msgstr ""
+
+#: 03060600.xhp
+msgctxt ""
+"03060600.xhp\n"
+"hd_id3153366\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03060600.xhp
+msgctxt ""
+"03060600.xhp\n"
+"par_id3156442\n"
+"15\n"
+"help.text"
+msgid "vOut = vA > vB Xor vB > vC ' returns 0"
+msgstr ""
+
+#: 03060600.xhp
+msgctxt ""
+"03060600.xhp\n"
+"par_id3153191\n"
+"16\n"
+"help.text"
+msgid "vOut = vB > vA Xor vB > vC ' returns -1"
+msgstr ""
+
+#: 03060600.xhp
+msgctxt ""
+"03060600.xhp\n"
+"par_id3153144\n"
+"17\n"
+"help.text"
+msgid "vOut = vA > vB Xor vB > vD ' returns -1"
+msgstr ""
+
+#: 03060600.xhp
+msgctxt ""
+"03060600.xhp\n"
+"par_id3154944\n"
+"18\n"
+"help.text"
+msgid "vOut = (vB > vD Xor vB > vA) ' returns 0"
+msgstr ""
+
+#: 03060600.xhp
+msgctxt ""
+"03060600.xhp\n"
+"par_id3148455\n"
+"19\n"
+"help.text"
+msgid "vOut = vB Xor vA ' returns 2"
+msgstr ""
+
+#: 03080600.xhp
+msgctxt ""
+"03080600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Absolute Values"
+msgstr "Apsolutne Vrijednosti"
+
+#: 03080600.xhp
+msgctxt ""
+"03080600.xhp\n"
+"hd_id3146958\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080600.xhp\" name=\"Absolute Values\">Absolute Values</link>"
+msgstr "<link href=\"text/sbasic/shared/03080600.xhp\" name=\"Apsolutne Vrijednosti\">Apsolutne Vrijednosti</link>"
+
+#: 03080600.xhp
+msgctxt ""
+"03080600.xhp\n"
+"par_id3150771\n"
+"2\n"
+"help.text"
+msgid "This function returns absolute values."
+msgstr "Ova funkcija vraca apsolutne vrijednosti."
+
+#: 03101600.xhp
+msgctxt ""
+"03101600.xhp\n"
+"tit\n"
+"help.text"
+msgid "DefLng Statement [Runtime]"
+msgstr "DefLng Red[Pokrenuti - vrijeme ]"
+
+#: 03101600.xhp
+msgctxt ""
+"03101600.xhp\n"
+"bm_id3148538\n"
+"help.text"
+msgid "<bookmark_value>DefLng statement</bookmark_value>"
+msgstr "<bookmark_value>DefLng red</bookmark_value>"
+
+#: 03101600.xhp
+msgctxt ""
+"03101600.xhp\n"
+"hd_id3148538\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03101600.xhp\" name=\"DefLng Statement [Runtime]\">DefLng Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03101600.xhp\" name=\"DefLng Red[Pokretac vrijeme]\">DefLng Statement [Pokretac vrijeme]</link>"
+
+#: 03101600.xhp
+msgctxt ""
+"03101600.xhp\n"
+"par_id3149514\n"
+"2\n"
+"help.text"
+msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
+msgstr "Postavi zadanu vrijednost tipa, prema pisanom okrugu ako nema tipa koji je deklarisan karakter"
+
+#: 03101600.xhp
+msgctxt ""
+"03101600.xhp\n"
+"hd_id3150504\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03101600.xhp
+msgctxt ""
+"03101600.xhp\n"
+"par_id3145609\n"
+"4\n"
+"help.text"
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
+msgstr "Defxxx Karakterokrug1[, Karakterokrug2[,...]]"
+
+#: 03101600.xhp
+msgctxt ""
+"03101600.xhp\n"
+"hd_id3154760\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03101600.xhp
+msgctxt ""
+"03101600.xhp\n"
+"par_id3145069\n"
+"6\n"
+"help.text"
+msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for."
+msgstr "<emph>Characterrange</emph>: Slova koja odredzuju okrug varijabli koje zelite vidjeti kao zadanu vrijednost tipa for"
+
+#: 03101600.xhp
+msgctxt ""
+"03101600.xhp\n"
+"par_id3150791\n"
+"7\n"
+"help.text"
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
+msgstr ""
+
+#: 03101600.xhp
+#, fuzzy
+msgctxt ""
+"03101600.xhp\n"
+"par_id3148798\n"
+"8\n"
+"help.text"
+msgid "<emph>Keyword: </emph>Default variable type"
+msgstr "<emph>Keyword</emph>: Default variable type"
+
+#: 03101600.xhp
+msgctxt ""
+"03101600.xhp\n"
+"par_id3154686\n"
+"9\n"
+"help.text"
+msgid "<emph>DefLng:</emph> Long"
+msgstr "<emph>DefLng</emph>: Dugo"
+
+#: 03101600.xhp
+msgctxt ""
+"03101600.xhp\n"
+"hd_id3153192\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03101600.xhp
+#, fuzzy
+msgctxt ""
+"03101600.xhp\n"
+"par_id3154124\n"
+"12\n"
+"help.text"
+msgid "' Prefix definitions for variable types:"
+msgstr "REM Prefiks definisan za variable tipa:"
+
+#: 03101600.xhp
+#, fuzzy
+msgctxt ""
+"03101600.xhp\n"
+"par_id3145273\n"
+"22\n"
+"help.text"
+msgid "lCount=123456789 ' lCount is an implicit long integer variable"
+msgstr "lCount=123456789 REM lCount je implicitni dugi brojac variabli"
+
+#: 01020100.xhp
+#, fuzzy
+msgctxt ""
+"01020100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Using Variables"
+msgstr "String Varijable"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"bm_id3149346\n"
+"help.text"
+msgid "<bookmark_value>names of variables</bookmark_value><bookmark_value>variables; using</bookmark_value><bookmark_value>types of variables</bookmark_value><bookmark_value>declaring variables</bookmark_value><bookmark_value>values;of variables</bookmark_value><bookmark_value>constants</bookmark_value><bookmark_value>arrays;declaring</bookmark_value><bookmark_value>defining;constants</bookmark_value>"
+msgstr ""
+
+#: 01020100.xhp
+#, fuzzy
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3149346\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01020100.xhp\" name=\"Using Variables\">Using Variables</link>"
+msgstr "<link href=\"text/sbasic/shared/03100000.xhp\" name=\"varijable\">varijable</link>"
+
+#: 01020100.xhp
+#, fuzzy
+msgctxt ""
+"01020100.xhp\n"
+"par_id3154346\n"
+"3\n"
+"help.text"
+msgid "The following describes the basic use of variables in $[officename] Basic."
+msgstr "Slijedeće opisuje osnovnu upotrebu procedura i funkcija u $[officename] Basic-u."
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3153361\n"
+"4\n"
+"help.text"
+msgid "Naming Conventions for Variable Identifiers"
+msgstr ""
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3148797\n"
+"5\n"
+"help.text"
+msgid "A variable name can consist of a maximum of 255 characters. The first character of a variable name <emph>must</emph> be a letter A-Z or a-z. Numbers can also be used in a variable name, but punctuation symbols and special characters are not permitted, with exception of the underscore character (\"_\"). In $[officename] Basic variable identifiers are not case-sensitive. Variable names may contain spaces but must be enclosed in square brackets if they do."
+msgstr ""
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3156422\n"
+"6\n"
+"help.text"
+msgid "Examples for variable identifiers:"
+msgstr ""
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3156441\n"
+"126\n"
+"help.text"
+msgid "Correct"
+msgstr ""
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3149664\n"
+"127\n"
+"help.text"
+msgid "Correct"
+msgstr ""
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3146119\n"
+"128\n"
+"help.text"
+msgid "Correct"
+msgstr ""
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3153876\n"
+"11\n"
+"help.text"
+msgid "Not valid, variable with space must be enclosed in square brackets"
+msgstr ""
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3154510\n"
+"15\n"
+"help.text"
+msgid "Correct"
+msgstr ""
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3150330\n"
+"129\n"
+"help.text"
+msgid "Not valid, special characters are not allowed"
+msgstr "Nije ispravno, posebni znaci nisu dozvoljeni"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3154254\n"
+"130\n"
+"help.text"
+msgid "Not valid, variable may not begin with a number"
+msgstr "Nije ispravno, varijabla ne počinje brojem"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3149256\n"
+"131\n"
+"help.text"
+msgid "Not valid, punctuation marks are not allowed"
+msgstr "Nije ispravno, interpunkcijske oznake nisu dozvoljene"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3146317\n"
+"17\n"
+"help.text"
+msgid "Declaring Variables"
+msgstr "Deklarisanje Varijabli"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3150299\n"
+"18\n"
+"help.text"
+msgid "In $[officename] Basic you don't need to declare variables explicitly. A variable declaration can be performed with the <emph>Dim</emph> statement. You can declare more than one variable at a time by separating the names with a comma. To define the variable type, use either a type-declaration sign after the name, or the appropriate key word."
+msgstr "U $[officename] Basicu varijable se ne moraju deklarisati eksplicitno. Varijabla se može deklarisati sa <emph>Dim</emph> iskazom. Može se deklarisati više varijabli u isto vrijeme odvajanjem imena zarezom. Da bi se definisao tip varijable, koristi ili znak za deklaraciju tipa poslije imena , ili odgovarajuću ključnu riječ."
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3154118\n"
+"140\n"
+"help.text"
+msgid "Examples for variable declarations:"
+msgstr "Primjeri za deklarisanje varijabli:"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3150982\n"
+"132\n"
+"help.text"
+msgid "Declares the variable \"a\" as a String"
+msgstr ""
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3150343\n"
+"133\n"
+"help.text"
+msgid "Declares the variable \"a\" as a String"
+msgstr ""
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3155507\n"
+"22\n"
+"help.text"
+msgid "Declares one variable as a String and one as an Integer"
+msgstr "Deklariše jednu varijablu kao String i jednu kao Cijeli Broj (Integer)"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_idN10859\n"
+"help.text"
+msgid "Declares c as a Boolean variable that can be TRUE or FALSE"
+msgstr "Deklariše c kao Boolean varijablu koja može bili TAČNO ili NETAČNO (TRUE or FALSE)"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3150519\n"
+"23\n"
+"help.text"
+msgid "It is very important when declaring variables that you use the type-declaration character each time, even if it was used in the declaration instead of a keyword. Thus the following statements are invalid:"
+msgstr "Veoma je važno da, kada deklarišeš varijablu koristiš oznaku za deklaraciju tipa svaki put, čak iako je u deklaraciji korištena umjesto ključne riječi. Tako da slijedeći iskazi nisu ispravni:"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3154527\n"
+"134\n"
+"help.text"
+msgid "Declares \"a\" as a String"
+msgstr "Deklariše \"a\" kao String"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3153064\n"
+"135\n"
+"help.text"
+msgid "Type-declaration missing: \"a$=\""
+msgstr "Deklaracija tipa nedostaje: \"a$=\""
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3144770\n"
+"26\n"
+"help.text"
+msgid "Once you have declared a variable as a certain type, you cannot declare the variable under the same name again as a different type!"
+msgstr "Kada se varijabla deklariše kao određeni tip, ne može se ponovo deklarisati pod istim imenom a drugim tipom!"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3149331\n"
+"27\n"
+"help.text"
+msgid "Forcing Variable Declarations"
+msgstr "Forsiranje Deklaracije Varijable"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3149443\n"
+"28\n"
+"help.text"
+msgid "To force declaration of variables, use the following command:"
+msgstr "Da bi se primorala deklaracija varijabli, koristi slijedeću komandu:"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3155072\n"
+"30\n"
+"help.text"
+msgid "The <emph>Option Explicit</emph> statement has to be the first line in the module, before the first SUB. Generally, only arrays need to be declared explicitly. All other variables are declared according to the type-declaration character, or - if omitted - as the default type <emph>Single</emph>."
+msgstr "<emph>Opcija Eksplicitna</emph> iskaz mora biti prvi red u modulu, prije prvog SUBa. Općenito, samo nizovi moraju biti deklarisani eksplicitno. Sve ostale varijable se deklarišu na osnovu karaktera za deklaraciju tipa, ili - ako je izostavljeno - kao dodijeljeni tip <emph>Single</emph>."
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3154614\n"
+"34\n"
+"help.text"
+msgid "Variable Types"
+msgstr "Tipovi Varijable"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3155383\n"
+"35\n"
+"help.text"
+msgid "$[officename] Basic supports four variable classes:"
+msgstr "$[officename] Basic podržava četiri klase variableČ"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3153972\n"
+"36\n"
+"help.text"
+msgid "<emph>Numeric</emph> variables can contain number values. Some variables are used to store large or small numbers, and others are used for floating-point or fractional numbers."
+msgstr "<emph>Numeričke</emph> varijable mogu sadržati vrijednosti brojeva. Neke varijable se koriste da bi pohranili velike ili male brojeve, a druge za brojeve s pomičnim zarezom ili razlomke."
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3159226\n"
+"37\n"
+"help.text"
+msgid "<emph>String</emph> variables contain character strings."
+msgstr "<emph>String</emph> varijable sadrže stringove znakova (karaktera)."
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3145217\n"
+"38\n"
+"help.text"
+msgid "<emph>Boolean</emph> variables contain either the TRUE or the FALSE value."
+msgstr "<emph>Boolean</emph> variable sadrže ili TAČNO ili NETAČNO vrijednosti."
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3154762\n"
+"39\n"
+"help.text"
+msgid "<emph>Object</emph> variables can store objects of various types, like tables and documents within a document."
+msgstr "<emph>Objekat</emph> varijable mogu pohraniti različite vrste objekata, kao tabele i dokumente unutar dokumenta."
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3153805\n"
+"40\n"
+"help.text"
+msgid "Integer Variables"
+msgstr "Varijable Cijelih Brojeva (Integer)"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3146966\n"
+"41\n"
+"help.text"
+msgid "Integer variables range from -32768 to 32767. If you assign a floating-point value to an integer variable, the decimal places are rounded to the next integer. Integer variables are rapidly calculated in procedures and are suitable for counter variables in loops. An integer variable only requires two bytes of memory. \"%\" is the type-declaration character."
+msgstr "Raspon varijabli Integer (Cijeli Brojevi) je od -32768 do 32767. Ako dodijeliš vrijednost sa pomičnim zarezom varijabli koja je cijeli broj, decimalna mjesta se zaokružuju kao naredni cijeli broj. Varijable cijelih brojeva se brzo računaju u procedurama i pogodne su za varijable brojača u petljama. Varijabla Cijeli Broj zahtijeva samo dva bajta memorije. \"%\" je karakter za deklaraciju tipa."
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3147546\n"
+"45\n"
+"help.text"
+msgid "Long Integer Variables"
+msgstr "Long Integer Varijable"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3151193\n"
+"46\n"
+"help.text"
+msgid "Long integer variables range from -2147483648 to 2147483647. If you assign a floating-point value to a long integer variable, the decimal places are rounded to the next integer. Long integer variables are rapidly calculated in procedures and are suitable for counter variables in loops for large values. A long integer variable requires four bytes of memory. \"&\" is the type-declaration character."
+msgstr "Raspon Long Integer (Dugi Cijeli Broj) varijabli je od -2147483648 do 2147483647. Ako dodijelite vrijednost sa pomičnim zarezom varijabli Long Integer, decimalna mjesta su zaokružena na naredni cijeli broj. Long integer varijable se brzo računaju u procedurama i prikladne su za varijable brojača u petljama za velike vrijednosti. Long Integer varijabla zauzima četiri bajta memorije. \"&\" je karakter za deklaraciju tipa."
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id7596972\n"
+"help.text"
+msgid "Decimal Variables"
+msgstr "Decimalne Varijable"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id2649311\n"
+"help.text"
+msgid "Decimal variables can take positive or negative numbers or zero. Accuracy is up to 29 digits."
+msgstr "Decimalne variable mogu imati pozitivne ili negativne brojeve ili nulu. Ispravnost je do 29 decimala."
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id7617114\n"
+"help.text"
+msgid "You can use plus (+) or minus (-) signs as prefixes for decimal numbers (with or without spaces)."
+msgstr "Možete koristiti plus (+) ili minus (-) kao prefikse za decimalne brojeve (sa ili bez razmaka)."
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id1593676\n"
+"help.text"
+msgid "If a decimal number is assigned to an integer variable, %PRODUCTNAME Basic rounds the figure up or down."
+msgstr "Ako je decimalni broj dodijeljen varijabli Integer (Cijelog Broja), %PRODUCTNAME Basic zaokružuje cifru niže ili više."
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3147500\n"
+"50\n"
+"help.text"
+msgid "Single Variables"
+msgstr "Single Varijable"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3153070\n"
+"51\n"
+"help.text"
+msgid "Single variables can take positive or negative values ranging from 3.402823 x 10E38 to 1.401298 x 10E-45. Single variables are floating-point variables, in which the decimal precision decreases as the non-decimal part of the number increases. Single variables are suitable for mathematical calculations of average precision. Calculations require more time than for Integer variables, but are faster than calculations with Double variables. A Single variable requires 4 bytes of memory. The type-declaration character is \"!\"."
+msgstr "Single varijable mogu imati pozitivne ili negativne vrijednosti u rasponu od 3.402823 x 10E+38 do 1.401298 x 10E-45. Single varijable su varijable sa pomičnim zarezom, u kojima decimalna preciznost opada a ne-decimalni dio raste. Single varijable su prikladne za matematičko računanje prosječne preciznosti. Računanje oduzima više vremena nego sa Cijelim Brojevima, ali brže nego računanje sa Duplim (Double) varijablama. Single varijable uzimaju 4 bajta memorije. Karakter za deklaraciju je \"!\"."
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3155753\n"
+"54\n"
+"help.text"
+msgid "Double Variables"
+msgstr "Duple Varijable"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3150953\n"
+"55\n"
+"help.text"
+msgid "Double variables can take positive or negative values ranging from 1.79769313486232 x 10E308 to 4.94065645841247 x 10E-324. Double variables are floating-point variables, in which the decimal precision decreases as the non-decimal part of the number increases. Double variables are suitable for precise calculations. Calculations require more time than for Single variables. A Double variable requires 8 bytes of memory. The type-declaration character is \"#\"."
+msgstr "Double varijable mogu imati pozitivne ili negativne vrijednosti u rasponu od 1.79769313486232 x 10E+308 do 4.94065645841247 x 10E-324. Double varijable su varijable sa pomičnim zarezom, u kojima decimalna preciznost opada dok ne-decimalni dio broja raste. Double varijable su prikladne za precizno računanje . Računanja zahtijevaju više vremena nego Single varijable. Double varijabla zahtijeva 8 bajta memorije. Karakter za deklaraciju tipa je \"#\"."
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3155747\n"
+"95\n"
+"help.text"
+msgid "Currency Variables"
+msgstr "Varijable Currency (Valute)"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3153337\n"
+"96\n"
+"help.text"
+msgid "Currency variables are internally stored as 64-bit numbers (8 Bytes) and displayed as a fixed-decimal number with 15 non-decimal and 4 decimal places. The values range from -922337203685477.5808 to +922337203685477.5807. Currency variables are used to calculate currency values with a high precision. The type-declaration character is \"@\"."
+msgstr "Currency varijable su interno pohranjene kao 64-bitni brojevi (8 Bajta) i prikazane kao brojevi sa fiksnom decimalom sa 15 ne-decimalnih i 4 decimalna mjesta. Vrijednosti su u rasponu od -922337203685477.5808 do +922337203685477.5807. Currency varijable se koriste za računanje vrijednosti valute sa visokom preciznošću. Karakter za deklaraciju tipa je \"@\"."
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3148742\n"
+"58\n"
+"help.text"
+msgid "String Variables"
+msgstr "String Varijable"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3151393\n"
+"59\n"
+"help.text"
+msgid "String variables can hold character strings with up to 65,535 characters. Each character is stored as the corresponding Unicode value. String variables are suitable for word processing within programs and for temporary storage of any non-printable character up to a maximum length of 64 Kbytes. The memory required for storing string variables depends on the number of characters in the variable. The type-declaration character is \"$\"."
+msgstr "String varijable mogu niz karaktera do 65,535 karaktera. Svaki je karakter pohranjen kao odgovarajući Unicode vrijednost. String varijable su prikladne za procesuiranje riječima u programima i za privremenu pohranu bilo kojeg karaktera koji se ne može ispisati maksimalne dužine 64 Kbajta. Potrebna memorija za pohranu varijabli string zavisi od broja karaktera u varijabli. Karakter za deklaraciju tipa \"$\"."
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3150534\n"
+"62\n"
+"help.text"
+msgid "Boolean Variables"
+msgstr "Boolean Varijable"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3145632\n"
+"63\n"
+"help.text"
+msgid "Boolean variables store only one of two values: TRUE or FALSE. A number 0 evaluates to FALSE, every other value evaluates to TRUE."
+msgstr "Boolean varijable pohranjuju samo jednu od dvije vrijednosti: TRUE ili FALSE (TAČNO ili NETAČNO). Broj 0 jednak je FALSE, svaka druga vrijednost jednaka je TRUE."
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3149722\n"
+"65\n"
+"help.text"
+msgid "Date Variables"
+msgstr "Varijable Date (Datum)"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3159116\n"
+"66\n"
+"help.text"
+msgid "Date variables can only contain dates and time values stored in an internal format. Values assigned to Date variables with <link href=\"text/sbasic/shared/03030101.xhp\" name=\"Dateserial\"><emph>Dateserial</emph></link>, <link href=\"text/sbasic/shared/03030102.xhp\" name=\"Datevalue\"><emph>Datevalue</emph></link>, <link href=\"text/sbasic/shared/03030205.xhp\" name=\"Timeserial\"><emph>Timeserial</emph></link> or <link href=\"text/sbasic/shared/03030206.xhp\" name=\"Timevalue\"><emph>Timevalue</emph></link> are automatically converted to the internal format. Date-variables are converted to normal numbers by using the <link href=\"text/sbasic/shared/03030103.xhp\" name=\"Day\"><emph>Day</emph></link>, <link href=\"text/sbasic/shared/03030104.xhp\" name=\"Month\"><emph>Month</emph></link>, <link href=\"text/sbasic/shared/03030106.xhp\" name=\"Year\"><emph>Year</emph></link> or the <link href=\"text/sbasic/shared/03030201.xhp\" name=\"Hour\"><emph>Hour</emph></link>, <link href=\"text/sbasic/shared/03030202.xhp\" name=\"Minute\"><emph>Minute</emph></link>, <link href=\"text/sbasic/shared/03030204.xhp\" name=\"Second\"><emph>Second</emph></link> function. The internal format enables a comparison of date/time values by calculating the difference between two numbers. These variables can only be declared with the key word <emph>Date</emph>."
+msgstr "Date varijable mogu sadržati samo datume i vrijednosti za vrijeme pohranjene u internom formatu. Vrijednosti dodijeljene varijablama Date sa <link href=\"text/sbasic/shared/03030101.xhp\" name=\"Dateserial\"><emph>Dateserial</emph></link>, <link href=\"text/sbasic/shared/03030102.xhp\" name=\"Datevalue\"><emph>Datevalue</emph></link>, <link href=\"text/sbasic/shared/03030205.xhp\" name=\"Timeserial\"><emph>Timeserial</emph></link> ili <link href=\"text/sbasic/shared/03030206.xhp\" name=\"Timevalue\"><emph>Timevalue</emph></link> su automatski pretvorene u interni format. Varijable Date su pretvorene u normalne brojeve koristeći <link href=\"text/sbasic/shared/03030103.xhp\" name=\"Day\"><emph>Day</emph></link>, <link href=\"text/sbasic/shared/03030104.xhp\" name=\"Month\"><emph>Mjesec</emph></link>, <link href=\"text/sbasic/shared/03030106.xhp\" name=\"Year\"><emph>Godina</emph></link> or the <link href=\"text/sbasic/shared/03030201.xhp\" name=\"Hour\"><emph>Hour</emph></link>, <link href=\"text/sbasic/shared/03030202.xhp\" name=\"Minute\"><emph>Minute</emph></link>, <link href=\"text/sbasic/shared/03030204.xhp\" name=\"Second\"><emph>Second</emph></link> funkcijom. Interni format omogućava usporedbu vrijednosti datuma i vremena računanjem razlike između dva broja. Ove varijable se mogu deklarisati samo ključnom rječju <emph>Datum</emph>."
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3148732\n"
+"68\n"
+"help.text"
+msgid "Initial Variable Values"
+msgstr "Početne Vrijednosti Varijabli"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3154549\n"
+"69\n"
+"help.text"
+msgid "As soon as the variable has been declared, it is automatically set to the \"Null\" value. Note the following conventions:"
+msgstr "Čim se varijabla deklariše, automatski je postavljena na vrijednost\"Null\" (Nula). Zapamti slijedeća pravilas:"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3143222\n"
+"70\n"
+"help.text"
+msgid "<emph>Numeric</emph> variables are automatically assigned the value \"0\" as soon as they are declared."
+msgstr "<emph>Numeričke</emph> varijablama je automatski dodijeljena vrijednost \"0\" čim su deklarisane."
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3150693\n"
+"71\n"
+"help.text"
+msgid "<emph>Date variables</emph> are assigned the value 0 internally; equivalent to converting the value to \"0\" with the <link href=\"text/sbasic/shared/03030103.xhp\" name=\"Day\"><emph>Day</emph></link>, <link href=\"text/sbasic/shared/03030104.xhp\" name=\"Month\"><emph>Month</emph></link>, <link href=\"text/sbasic/shared/03030106.xhp\" name=\"Year\"><emph>Year</emph></link> or the <link href=\"text/sbasic/shared/03030201.xhp\" name=\"Hour\"><emph>Hour</emph></link>, <link href=\"text/sbasic/shared/03030202.xhp\" name=\"Minute\"><emph>Minute</emph></link>, <link href=\"text/sbasic/shared/03030204.xhp\" name=\"Second\"><emph>Second</emph></link> function."
+msgstr "<emph>Date variables</emph> dodijeljena vrijednost 0 interno; ekvivalent za pretvaranje vrijednosti u \"0\" sa <link href=\"text/sbasic/shared/03030103.xhp\" name=\"Day\"><emph>Day</emph></link>, <link href=\"text/sbasic/shared/03030104.xhp\" name=\"Month\"><emph>Mjesec</emph></link>, <link href=\"text/sbasic/shared/03030106.xhp\" name=\"Year\"><emph>Godina</emph></link> ili <link href=\"text/sbasic/shared/03030201.xhp\" name=\"Hour\"><emph>Hour</emph></link>, <link href=\"text/sbasic/shared/03030202.xhp\" name=\"Minute\"><emph>Minute</emph></link>, <link href=\"text/sbasic/shared/03030204.xhp\" name=\"Second\"><emph>Second</emph></link>funkcijom."
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3154807\n"
+"72\n"
+"help.text"
+msgid "<emph>String variables</emph> are assigned an empty-string (\"\") when they are declared."
+msgstr "<emph>String variables</emph> varijablama se dodjeljuje prazan string (\"\") kada se deklarišu."
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3153936\n"
+"83\n"
+"help.text"
+msgid "Arrays"
+msgstr "Arrays (Matrica)"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3148736\n"
+"84\n"
+"help.text"
+msgid "$[officename] Basic knows one- or multi-dimensional arrays, defined by a specified variable type. Arrays are suitable for editing lists and tables in programs. Individual elements of an array can be addressed through a numeric index."
+msgstr "$[officename] Basic poznaje jedno- ili više-dimenzionalne matrice, definisane određenim tipom varijable. Arrays su prikladne za editovanje listi i tabela u programima. Pojedinačni elementi matrice se mogu adresirati kroz numerički indeks."
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3149546\n"
+"85\n"
+"help.text"
+msgid "Arrays <emph>must</emph> be declared with the <emph>Dim</emph> statement. There are several ways to define the index range of an array:"
+msgstr "Matrice <emph>moraju</emph> deklarisane sa <emph>Dim</emph> iskazom. Postoji nekoliko načina da se definiše raspon indeksa matrice:"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3154567\n"
+"136\n"
+"help.text"
+msgid "21 elements numbered from 0 to 20"
+msgstr "21 element numerisan od 0 do 20"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3154397\n"
+"137\n"
+"help.text"
+msgid "30 elements (a matrix of 6 x 5 elements)"
+msgstr "30 elemenata (matrica od 6 x 5 elemenata)"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3149690\n"
+"138\n"
+"help.text"
+msgid "21 elements numbered from 5 to 25"
+msgstr "21 element numerisan od 5 do 25"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3153113\n"
+"89\n"
+"help.text"
+msgid "21 elements (including 0), numbered from -15 to 5"
+msgstr "21 element (uključujući 0), numerisani od -15 to 5"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3153005\n"
+"90\n"
+"help.text"
+msgid "The index range can include positive as well as negative numbers."
+msgstr "Raspon indeksa uključuje pozitivne kao i negativne brojeve."
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3154507\n"
+"91\n"
+"help.text"
+msgid "Constants"
+msgstr "Konstante"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3156357\n"
+"92\n"
+"help.text"
+msgid "Constants have a fixed value. They are only defined once in the program and cannot be redefined later:"
+msgstr "Konstante imaju fiksiranu vrijednost. Također su definisane samo jednom u programu i ne mogu se ponovo definisati:"
+
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"tit\n"
+"help.text"
+msgid "DefObj Statement [Runtime]"
+msgstr "DefObj Red [Pokretac- vrijeme]"
+
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"bm_id3149811\n"
+"help.text"
+msgid "<bookmark_value>DefObj statement</bookmark_value>"
+msgstr "<bookmark_value>DefObj red</bookmark_value>"
+
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"hd_id3149811\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03101700.xhp\" name=\"DefObj Statement [Runtime]\">DefObj Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03101700.xhp\" name=\"DefObj red[Pokretac- vrijeme]\">DefObj odrediti [Pokretac- vrijeme]</link>"
+
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"par_id3147573\n"
+"2\n"
+"help.text"
+msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
+msgstr "Postavi zadanu vrijednost tipa, prema pisanom okrugu ako nema tipa koji je deklarisan karakter"
+
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"hd_id3150504\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"par_id3147530\n"
+"4\n"
+"help.text"
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
+msgstr "Defxxx Karakterokrug1[, Karakterokrug2[,...]]"
+
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"hd_id3153896\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"par_id3148552\n"
+"6\n"
+"help.text"
+msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for."
+msgstr "<emph>Characterrange</emph>: Slova koja odredzuju okrug varijabli koje zelite vidjeti kao zadanu vrijednost tipa for"
+
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"par_id3150358\n"
+"7\n"
+"help.text"
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
+msgstr ""
+
+#: 03101700.xhp
+#, fuzzy
+msgctxt ""
+"03101700.xhp\n"
+"par_id3148798\n"
+"8\n"
+"help.text"
+msgid "<emph>Keyword: </emph>Default variable type"
+msgstr "<emph>Keyword</emph>: Default variable type"
+
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"par_id3150769\n"
+"9\n"
+"help.text"
+msgid "<emph>DefObj:</emph> Object"
+msgstr "<emph>DefObj</emph>: Objekt"
+
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"hd_id3156212\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"par_id3153969\n"
+"12\n"
+"help.text"
+msgid "REM Prefix definitions for variable types:"
+msgstr "REM Prefiks definisan za variable tipa:"
+
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"par_id3156424\n"
+"13\n"
+"help.text"
+msgid "DefBool b"
+msgstr ""
+
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"par_id3159254\n"
+"14\n"
+"help.text"
+msgid "DefDate t"
+msgstr ""
+
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"par_id3150440\n"
+"15\n"
+"help.text"
+msgid "DefDbL d"
+msgstr ""
+
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"par_id3161832\n"
+"16\n"
+"help.text"
+msgid "DefInt i"
+msgstr ""
+
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"par_id3145365\n"
+"17\n"
+"help.text"
+msgid "DefLng l"
+msgstr ""
+
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"par_id3149481\n"
+"18\n"
+"help.text"
+msgid "DefObj o"
+msgstr ""
+
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"par_id3152886\n"
+"19\n"
+"help.text"
+msgid "DefVar v"
+msgstr ""
+
+#: 03103100.xhp
+#, fuzzy
+msgctxt ""
+"03103100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Let Statement [Runtime]"
+msgstr "Postavi Naredbu[Vrijeme izvršavanja]"
+
+#: 03103100.xhp
+#, fuzzy
+msgctxt ""
+"03103100.xhp\n"
+"bm_id3147242\n"
+"help.text"
+msgid "<bookmark_value>Let statement</bookmark_value>"
+msgstr "<bookmark_value>Naredba za izlaz</bookmark_value>"
+
+#: 03103100.xhp
+#, fuzzy
+msgctxt ""
+"03103100.xhp\n"
+"hd_id3147242\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03103100.xhp\" name=\"Let Statement [Runtime]\">Let Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03103700.xhp\" name=\"Postavi Naredbu[Vrijeme izvršavanja]\">Postavi Naredbu[Vriejme izvršavanja]</link>"
+
+#: 03103100.xhp
+msgctxt ""
+"03103100.xhp\n"
+"par_id3149233\n"
+"2\n"
+"help.text"
+msgid "Assigns a value to a variable."
+msgstr ""
+
+#: 03103100.xhp
+msgctxt ""
+"03103100.xhp\n"
+"hd_id3153127\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03103100.xhp
+msgctxt ""
+"03103100.xhp\n"
+"par_id3154285\n"
+"4\n"
+"help.text"
+msgid "[Let] VarName=Expression"
+msgstr ""
+
+#: 03103100.xhp
+msgctxt ""
+"03103100.xhp\n"
+"hd_id3148944\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03103100.xhp
+msgctxt ""
+"03103100.xhp\n"
+"par_id3147560\n"
+"6\n"
+"help.text"
+msgid "<emph>VarName:</emph> Variable that you want to assign a value to. Value and variable type must be compatible."
+msgstr ""
+
+#: 03103100.xhp
+msgctxt ""
+"03103100.xhp\n"
+"par_id3148451\n"
+"7\n"
+"help.text"
+msgid "As in most BASIC dialects, the keyword <emph>Let</emph> is optional."
+msgstr ""
+
+#: 03103100.xhp
+msgctxt ""
+"03103100.xhp\n"
+"hd_id3145785\n"
+"8\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03103100.xhp
+#, fuzzy
+msgctxt ""
+"03103100.xhp\n"
+"par_id3152939\n"
+"12\n"
+"help.text"
+msgid "MsgBox Len(sText) ' returns 9"
+msgstr "MsgBox Len(sText) REM Vraca 9"
+
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Screen I/O Functions"
+msgstr ""
+
+#: 03010000.xhp
+#, fuzzy
+msgctxt ""
+"03010000.xhp\n"
+"hd_id3156280\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03010000.xhp\" name=\"Screen I/O Functions\">Screen I/O Functions</link>"
+msgstr "<link href=\"text/sbasic/shared/03080000.xhp\" name=\"Brojcane Funkcije\">Brojcane Funkcije</link>"
+
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"par_id3153770\n"
+"2\n"
+"help.text"
+msgid "This section describes the Runtime Functions used to call dialogs for the input and output of user entries."
+msgstr "Ovo pokazuje Run Time funkcije koje pozivaju dijalog za inut i output korisnikovih unosa."
+
+#: 03131600.xhp
+msgctxt ""
+"03131600.xhp\n"
+"tit\n"
+"help.text"
+msgid "CreateUnoService Function [Runtime]"
+msgstr "CreateUnoService Function [Run-time]"
+
+#: 03131600.xhp
+#, fuzzy
+msgctxt ""
+"03131600.xhp\n"
+"bm_id3150682\n"
+"help.text"
+msgid "<bookmark_value>CreateUnoService function</bookmark_value>"
+msgstr "<bookmark_value>DateSerial funkcija</bookmark_value>"
+
+#: 03131600.xhp
+msgctxt ""
+"03131600.xhp\n"
+"hd_id3150682\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03131600.xhp\" name=\"CreateUnoService Function [Runtime]\">CreateUnoService Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03131600.xhp\" name=\"CreateUnoService Function [Run-time]\">CreateUnoService Function [Run-time]</link>"
+
+#: 03131600.xhp
+msgctxt ""
+"03131600.xhp\n"
+"par_id3152924\n"
+"2\n"
+"help.text"
+msgid "Instantiates a Uno service with the ProcessServiceManager."
+msgstr ""
+
+#: 03131600.xhp
+msgctxt ""
+"03131600.xhp\n"
+"hd_id3152801\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03131600.xhp
+msgctxt ""
+"03131600.xhp\n"
+"par_id3153346\n"
+"4\n"
+"help.text"
+msgid "oService = CreateUnoService( Uno service name )"
+msgstr ""
+
+#: 03131600.xhp
+#, fuzzy
+msgctxt ""
+"03131600.xhp\n"
+"par_idN1060F\n"
+"help.text"
+msgid "For a list of available services, go to: http://api.libreoffice.org/docs/common/ref/com/sun/star/module-ix.html"
+msgstr "Za listu dostupnih usluga,idite na: http://api.openoffice.org/docs/common/ref/com/sun/star/module-ix.html"
+
+#: 03131600.xhp
+#, fuzzy
+msgctxt ""
+"03131600.xhp\n"
+"hd_id3151111\n"
+"5\n"
+"help.text"
+msgid "Examples:"
+msgstr "Primjer:"
+
+#: 03131600.xhp
+msgctxt ""
+"03131600.xhp\n"
+"par_id3154046\n"
+"6\n"
+"help.text"
+msgid "oIntrospection = CreateUnoService( \"com.sun.star.beans.Introspection\" )"
+msgstr ""
+
+#: 03131600.xhp
+msgctxt ""
+"03131600.xhp\n"
+"bm_id8334604\n"
+"help.text"
+msgid "<bookmark_value>filepicker;API service</bookmark_value>"
+msgstr ""
+
+#: 03131600.xhp
+msgctxt ""
+"03131600.xhp\n"
+"par_idN10625\n"
+"help.text"
+msgid "The following code uses a service to open a file open dialog:"
+msgstr "Sljedeci kod koristi uslugu da otvori dijalog box:"
+
+#: 03131600.xhp
+msgctxt ""
+"03131600.xhp\n"
+"par_idN1062B\n"
+"help.text"
+msgid "fName = FileOpenDialog (\"Please select a file\")"
+msgstr "fName = FileOpenDialogueBox(\"Izaberite fajl\")"
+
+#: 03131600.xhp
+msgctxt ""
+"03131600.xhp\n"
+"par_idN10630\n"
+"help.text"
+msgid "Print \"file chosen: \"+fName"
+msgstr ""
+
+#: 03030104.xhp
+msgctxt ""
+"03030104.xhp\n"
+"tit\n"
+"help.text"
+msgid "Month Function [Runtime]"
+msgstr "Month funkcija [Run-time]"
+
+#: 03030104.xhp
+msgctxt ""
+"03030104.xhp\n"
+"bm_id3153127\n"
+"help.text"
+msgid "<bookmark_value>Month function</bookmark_value>"
+msgstr "<bookmark_value>Month funkcija</bookmark_value>"
+
+#: 03030104.xhp
+msgctxt ""
+"03030104.xhp\n"
+"hd_id3153127\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030104.xhp\" name=\"Month Function [Runtime]\">Month Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030104.xhp\" name=\"Month funkcija [Run-time]\">Month funkcija [Run-time]</link>"
+
+#: 03030104.xhp
+msgctxt ""
+"03030104.xhp\n"
+"par_id3148550\n"
+"2\n"
+"help.text"
+msgid "Returns the month of a year from a serial date that is generated by the DateSerial or the DateValue function."
+msgstr "Vrača mjesec godine od serijskog datuma generisanog od strane DateSerial ili DateValue funkcije."
+
+#: 03030104.xhp
+msgctxt ""
+"03030104.xhp\n"
+"hd_id3145068\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03030104.xhp
+#, fuzzy
+msgctxt ""
+"03030104.xhp\n"
+"par_id3150398\n"
+"4\n"
+"help.text"
+msgid "Month (Number)"
+msgstr "Int (Broj)"
+
+#: 03030104.xhp
+msgctxt ""
+"03030104.xhp\n"
+"hd_id3154366\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03030104.xhp
+msgctxt ""
+"03030104.xhp\n"
+"par_id3154125\n"
+"6\n"
+"help.text"
+msgid "Integer"
+msgstr "Cjelobrojno"
+
+#: 03030104.xhp
+msgctxt ""
+"03030104.xhp\n"
+"hd_id3150768\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03030104.xhp
+msgctxt ""
+"03030104.xhp\n"
+"par_id3156423\n"
+"8\n"
+"help.text"
+msgid "<emph>Number:</emph> Numeric expression that contains the serial date number that is used to determine the month of the year."
+msgstr "<emph>Number</emph>: Numerički izraz koji sadrži serijski datum koji će se koristiti da se ustanovi mjesec godine."
+
+#: 03030104.xhp
+msgctxt ""
+"03030104.xhp\n"
+"par_id3153770\n"
+"9\n"
+"help.text"
+msgid "This function is the opposite of the <emph>DateSerial </emph>function. It returns the month in the year that corresponds to the serial date that is generated by <emph>DateSerial</emph> or <emph>DateValue</emph>. For example, the expression"
+msgstr "Ova funkcija je suprotna od <emph>DateSerial</emph> funkcije. Vrača mjesec u godini koji korespondira serijskom datumu generisanog od strane <emph>DateSerial</emph> ili <emph>DateValue</emph>. Na primjer, izraz"
+
+#: 03030104.xhp
+#, fuzzy
+msgctxt ""
+"03030104.xhp\n"
+"par_id3145366\n"
+"11\n"
+"help.text"
+msgid "returns the value 12."
+msgstr "vrača vrijednost 20."
+
+#: 03030104.xhp
+msgctxt ""
+"03030104.xhp\n"
+"hd_id3146923\n"
+"12\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03030104.xhp
+msgctxt ""
+"03030104.xhp\n"
+"par_id3149664\n"
+"14\n"
+"help.text"
+msgid "MsgBox \"\" & Month(Now) ,64,\"The current month\""
+msgstr "MsgBox \"\" & Month(Now) ,64,\"Trenutni mjesec\""
+
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"tit\n"
+"help.text"
+msgid "GoSub...Return Statement [Runtime]"
+msgstr ""
+
+#: 03090301.xhp
+#, fuzzy
+msgctxt ""
+"03090301.xhp\n"
+"bm_id3147242\n"
+"help.text"
+msgid "<bookmark_value>GoSub...Return statement</bookmark_value>"
+msgstr "<bookmark_value>Sub izjava</bookmark_value>"
+
+#: 03090301.xhp
+#, fuzzy
+msgctxt ""
+"03090301.xhp\n"
+"hd_id3147242\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090301.xhp\" name=\"GoSub...Return Statement [Runtime]\">GoSub...Return Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090409.xhp\" name=\"Sub izjava [Run-time]\">Sub izjava [Run-time]</link>"
+
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3145316\n"
+"2\n"
+"help.text"
+msgid "Calls a subroutine that is indicated by a label from a subroutine or a function. The statements following the label are executed until the next Return statement. Afterwards, the program continues with the statement that follows the <emph>GoSub </emph>statement."
+msgstr ""
+
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"hd_id3145609\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03090301.xhp
+#, fuzzy
+msgctxt ""
+"03090301.xhp\n"
+"par_id3145069\n"
+"4\n"
+"help.text"
+msgid "see Parameters"
+msgstr "vidi Parametre"
+
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"hd_id3147265\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03090301.xhp
+#, fuzzy
+msgctxt ""
+"03090301.xhp\n"
+"par_id3148664\n"
+"6\n"
+"help.text"
+msgid "Sub/Function"
+msgstr "Završi Sub/Function"
+
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3150400\n"
+"7\n"
+"help.text"
+msgid "statement block"
+msgstr "blok izjava"
+
+#: 03090301.xhp
+#, fuzzy
+msgctxt ""
+"03090301.xhp\n"
+"par_id3154140\n"
+"8\n"
+"help.text"
+msgid "Label"
+msgstr "Oznaka"
+
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3150869\n"
+"9\n"
+"help.text"
+msgid "statement block"
+msgstr "blok izjava"
+
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3154909\n"
+"10\n"
+"help.text"
+msgid "GoSub Label"
+msgstr ""
+
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3153969\n"
+"11\n"
+"help.text"
+msgid "Exit Sub/Function"
+msgstr "Izađi Sub/Function"
+
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3154685\n"
+"12\n"
+"help.text"
+msgid "Label:"
+msgstr "Oznaka:"
+
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3145786\n"
+"13\n"
+"help.text"
+msgid "statement block"
+msgstr "blok izjava"
+
+#: 03090301.xhp
+#, fuzzy
+msgctxt ""
+"03090301.xhp\n"
+"par_id3159252\n"
+"14\n"
+"help.text"
+msgid "Return"
+msgstr "Vrati"
+
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3154321\n"
+"15\n"
+"help.text"
+msgid "End Sub/Function"
+msgstr "Završi Sub/Function"
+
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3147318\n"
+"16\n"
+"help.text"
+msgid "The <emph>GoSub</emph> statement calls a local subroutine indicated by a label from within a subroutine or a function. The name of the label must end with a colon (\":\")."
+msgstr "<emph>GoSub</emph> izraz zove lokalnu podrutinu indiciranu oznakom unutar podrutine ili funkcije. Naziv oznake mora završavati sa tačkom (\":\")."
+
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3153190\n"
+"17\n"
+"help.text"
+msgid "If the program encounters a Return statement not preceded by <emph>GoSub</emph>, $[officename] Basic returns an error message. Use <emph>Exit Sub</emph> or <emph>Exit Function</emph> to ensure that the program leaves a Sub or Function before reaching the next Return statement."
+msgstr "PREVEDIAko program naiđe na Vrati naredbu kojoj ne prethodi <emph>GoSub</emph>, $[officename] Basic vraća poruku greške. Koristi <emph>Exit Sub</emph> ili <emph>Exit Function</emph> kako bi se osiguralo da program ostavlja Sub ili Function prije nego dosegne sljedeću Vrati naredbu."
+
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3145799\n"
+"19\n"
+"help.text"
+msgid "The following example demonstrates the use of <emph>GoSub</emph> and <emph>Return</emph>. By executing a program section twice, the program calculates the square root of two numbers that are entered by the user."
+msgstr "Sljedeći primjer pokazuje korištenje <emph> GoSub </emph> i <emph> Vrati </emph>. Izvršenjem sekcije programa dvaput, program izračunava kvadratni korijen od dva broja koji su unesene od strane korisnika."
+
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"hd_id3156284\n"
+"20\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3146970\n"
+"25\n"
+"help.text"
+msgid "iInputa = Int(InputBox$ \"Enter the first number: \",\"NumberInput\"))"
+msgstr "iInputa = Int(InputBox$ \"Unesi prvi broj: \",\"NumberInput\"))"
+
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3150329\n"
+"26\n"
+"help.text"
+msgid "iInputb = Int(InputBox$ \"Enter the second number: \",\"NumberInput\"))"
+msgstr "iInputb = Int(InputBox$ \"Unesi drugi broj: \",\"NumberInput\"))"
+
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3154756\n"
+"29\n"
+"help.text"
+msgid "Print \"The square root of\";iInputa;\" is\";iInputc"
+msgstr "Print \"Kvadratni korijen of\";iInputa;\" je\";iInputc"
+
+#: 03090301.xhp
+#, fuzzy
+msgctxt ""
+"03090301.xhp\n"
+"par_id3147340\n"
+"32\n"
+"help.text"
+msgid "Print \"The square root of\";iInputb;\" is\";iInputc"
+msgstr "Print \"Kvadratni korijen of\";iInputa;\" je\";iInputc"
+
+#: 03090408.xhp
+msgctxt ""
+"03090408.xhp\n"
+"tit\n"
+"help.text"
+msgid "Stop Statement [Runtime]"
+msgstr "Stop Statement [Run-time]"
+
+#: 03090408.xhp
+#, fuzzy
+msgctxt ""
+"03090408.xhp\n"
+"bm_id3153311\n"
+"help.text"
+msgid "<bookmark_value>Stop statement</bookmark_value>"
+msgstr "<bookmark_value>Sub izjava</bookmark_value>"
+
+#: 03090408.xhp
+msgctxt ""
+"03090408.xhp\n"
+"hd_id3153311\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090408.xhp\" name=\"Stop Statement [Runtime]\">Stop Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090408.xhp\" name=\"Stop Statement [Run-time]\">Stop Statement [Run-time]</link>"
+
+#: 03090408.xhp
+msgctxt ""
+"03090408.xhp\n"
+"par_id3154142\n"
+"2\n"
+"help.text"
+msgid "Stops the execution of the Basic program."
+msgstr "Zaustavlja izvršenje Basic programa"
+
+#: 03090408.xhp
+msgctxt ""
+"03090408.xhp\n"
+"hd_id3153126\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03090408.xhp
+msgctxt ""
+"03090408.xhp\n"
+"par_id3156023\n"
+"4\n"
+"help.text"
+msgid "Stop"
+msgstr "Zaustavi"
+
+#: 03090408.xhp
+msgctxt ""
+"03090408.xhp\n"
+"hd_id3156344\n"
+"5\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03010305.xhp
+msgctxt ""
+"03010305.xhp\n"
+"tit\n"
+"help.text"
+msgid "RGB Function [Runtime]"
+msgstr "RGB Function [Run-time]"
+
+#: 03010305.xhp
+msgctxt ""
+"03010305.xhp\n"
+"hd_id3150792\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03010305.xhp\" name=\"RGB Function [Runtime]\">RGB Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03010305.xhp\" name=\"RGB Function [Run-time]\">RGB Function [Run-time]</link>"
+
+#: 03010305.xhp
+msgctxt ""
+"03010305.xhp\n"
+"par_id3150447\n"
+"2\n"
+"help.text"
+msgid "Returns a <link href=\"text/sbasic/shared/00000003.xhp#farbcodes\" name=\"long integer color value\">long integer color value</link> consisting of red, green, and blue components."
+msgstr "Returns a <link href=\"text/sbasic/shared/00000003.xhp#farbcodes\" name=\"long integer colour value\">long integer colour value</link> consisting of red, green and blue components."
+
+#: 03010305.xhp
+msgctxt ""
+"03010305.xhp\n"
+"hd_id3147229\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03010305.xhp
+msgctxt ""
+"03010305.xhp\n"
+"par_id3155132\n"
+"4\n"
+"help.text"
+msgid "RGB (Red, Green, Blue)"
+msgstr ""
+
+#: 03010305.xhp
+msgctxt ""
+"03010305.xhp\n"
+"hd_id3156442\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03010305.xhp
+msgctxt ""
+"03010305.xhp\n"
+"par_id3159153\n"
+"6\n"
+"help.text"
+msgid "Long"
+msgstr ""
+
+#: 03010305.xhp
+msgctxt ""
+"03010305.xhp\n"
+"hd_id3154013\n"
+"7\n"
+"help.text"
+msgid "Parameter:"
+msgstr "Parametar:"
+
+#: 03010305.xhp
+msgctxt ""
+"03010305.xhp\n"
+"par_id3152597\n"
+"8\n"
+"help.text"
+msgid "<emph>Red</emph>: Any integer expression that represents the red component (0-255) of the composite color."
+msgstr "<emph>Red</emph>: An integer expression that represents the red component (0-255) of the composite colour."
+
+#: 03010305.xhp
+msgctxt ""
+"03010305.xhp\n"
+"par_id3146974\n"
+"9\n"
+"help.text"
+msgid "<emph>Green</emph>: Any integer expression that represents the green component (0-255) of the composite color."
+msgstr "<emph>Zelena</emph>: An integer expression that represents the green component (0-255) of the composite colour."
+
+#: 03010305.xhp
+msgctxt ""
+"03010305.xhp\n"
+"par_id3151113\n"
+"10\n"
+"help.text"
+msgid "<emph>Blue</emph>: Any integer expression that represents the blue component (0-255) of the composite color."
+msgstr "<emph>Plava</emph>: An integer expression that represents the blue component (0-255) of the composite colour."
+
+#: 03010305.xhp
+msgctxt ""
+"03010305.xhp\n"
+"hd_id3147435\n"
+"11\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03010305.xhp
+#, fuzzy
+msgctxt ""
+"03010305.xhp\n"
+"par_id3145647\n"
+"15\n"
+"help.text"
+msgid "MsgBox \"The color \" & lVar & \" consists of:\" & Chr(13) &_"
+msgstr "MsgBox \"The colour \" & lVar & \" consists of:\" & Chr(13) &_"
+
+#: 03010305.xhp
+msgctxt ""
+"03010305.xhp\n"
+"par_id3154491\n"
+"16\n"
+"help.text"
+msgid "\"red= \" & red(lVar) & Chr(13)&_"
+msgstr ""
+
+#: 03010305.xhp
+msgctxt ""
+"03010305.xhp\n"
+"par_id3149401\n"
+"17\n"
+"help.text"
+msgid "\"green= \" & green(lVar) & Chr(13)&_"
+msgstr ""
+
+#: 03010305.xhp
+msgctxt ""
+"03010305.xhp\n"
+"par_id3150716\n"
+"18\n"
+"help.text"
+msgid "\"blue= \" & blue(lVar) & Chr(13) , 64,\"colors\""
+msgstr "\"blue= \" & blue(lVar) & Chr(13) , 64,\"colours\""
+
+#: 03102600.xhp
+#, fuzzy
+msgctxt ""
+"03102600.xhp\n"
+"tit\n"
+"help.text"
+msgid "IsNull Function [Runtime]"
+msgstr "Shell Funkcija [U izvršenju]"
+
+#: 03102600.xhp
+#, fuzzy
+msgctxt ""
+"03102600.xhp\n"
+"bm_id3155555\n"
+"help.text"
+msgid "<bookmark_value>IsNull function</bookmark_value><bookmark_value>Null value</bookmark_value>"
+msgstr "<bookmark_value>Rem izjava</bookmark_value> <bookmark_value>comentari;Rem izjava</bookmark_value>"
+
+#: 03102600.xhp
+#, fuzzy
+msgctxt ""
+"03102600.xhp\n"
+"hd_id3155555\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03102600.xhp\" name=\"IsNull Function [Runtime]\">IsNull Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03100400.xhp\" name=\"CDbl Function [Run-time]\">CDbl Function [Run-time]</link>"
+
+#: 03102600.xhp
+msgctxt ""
+"03102600.xhp\n"
+"par_id3146957\n"
+"2\n"
+"help.text"
+msgid "Tests if a Variant contains the special Null value, indicating that the variable does not contain data."
+msgstr ""
+
+#: 03102600.xhp
+msgctxt ""
+"03102600.xhp\n"
+"hd_id3150670\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03102600.xhp
+msgctxt ""
+"03102600.xhp\n"
+"par_id3150984\n"
+"4\n"
+"help.text"
+msgid "IsNull (Var)"
+msgstr ""
+
+#: 03102600.xhp
+msgctxt ""
+"03102600.xhp\n"
+"hd_id3149514\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03102600.xhp
+msgctxt ""
+"03102600.xhp\n"
+"par_id3145609\n"
+"6\n"
+"help.text"
+msgid "Bool"
+msgstr ""
+
+#: 03102600.xhp
+msgctxt ""
+"03102600.xhp\n"
+"hd_id3149669\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03102600.xhp
+msgctxt ""
+"03102600.xhp\n"
+"par_id3159414\n"
+"8\n"
+"help.text"
+msgid "<emph>Var:</emph> Any variable that you want to test. This function returns True if the Variant contains the Null value, or False if the Variant does not contain the Null value."
+msgstr ""
+
+#: 03102600.xhp
+msgctxt ""
+"03102600.xhp\n"
+"par_idN1062A\n"
+"help.text"
+msgid "<emph>Null</emph> - This value is used for a variant data sub type without valid contents."
+msgstr ""
+
+#: 03102600.xhp
+msgctxt ""
+"03102600.xhp\n"
+"hd_id3153381\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03070300.xhp
+#, fuzzy
+msgctxt ""
+"03070300.xhp\n"
+"tit\n"
+"help.text"
+msgid "\"+\" Operator [Runtime]"
+msgstr "MOD Operator [Vrijeme izvodjenja]"
+
+#: 03070300.xhp
+#, fuzzy
+msgctxt ""
+"03070300.xhp\n"
+"bm_id3145316\n"
+"help.text"
+msgid "<bookmark_value>\"+\" operator (mathematical)</bookmark_value>"
+msgstr "<bookmark_value>MOD operator (matematicki)</bookmark_value>"
+
+#: 03070300.xhp
+#, fuzzy
+msgctxt ""
+"03070300.xhp\n"
+"hd_id3145316\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03070300.xhp\">\"+\" Operator [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03100050.xhp\">CCur Function [Run-time]</link>"
+
+#: 03070300.xhp
+msgctxt ""
+"03070300.xhp\n"
+"par_id3145068\n"
+"2\n"
+"help.text"
+msgid "Adds or combines two expressions."
+msgstr ""
+
+#: 03070300.xhp
+msgctxt ""
+"03070300.xhp\n"
+"hd_id3144500\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03070300.xhp
+#, fuzzy
+msgctxt ""
+"03070300.xhp\n"
+"par_id3150358\n"
+"4\n"
+"help.text"
+msgid "Result = Expression1 + Expression2"
+msgstr "Resultat = Izrar_1 MOD Izraz_2"
+
+#: 03070300.xhp
+msgctxt ""
+"03070300.xhp\n"
+"hd_id3150400\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03070300.xhp
+#, fuzzy
+msgctxt ""
+"03070300.xhp\n"
+"par_id3154123\n"
+"6\n"
+"help.text"
+msgid "<emph>Result:</emph> Any numerical expression that contains the result of the addition."
+msgstr "<emph>Resultat:</emph>: Brojcana varijabla koja sadrzi rezultat MOD operacije."
+
+#: 03070300.xhp
+#, fuzzy
+msgctxt ""
+"03070300.xhp\n"
+"par_id3150870\n"
+"7\n"
+"help.text"
+msgid "<emph>Expression1, Expression2:</emph> Any numerical expressions that you want to combine or to add."
+msgstr "<emph>Izraz_1, Izraz_2</emph>: Brojcani izraz koji zelite da podijelite."
+
+#: 03070300.xhp
+msgctxt ""
+"03070300.xhp\n"
+"hd_id3153969\n"
+"8\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03120311.xhp
+msgctxt ""
+"03120311.xhp\n"
+"tit\n"
+"help.text"
+msgid "Trim Function [Runtime]"
+msgstr "Trim funkcija [U izvršenju]"
+
+#: 03120311.xhp
+msgctxt ""
+"03120311.xhp\n"
+"bm_id3150616\n"
+"help.text"
+msgid "<bookmark_value>Trim function</bookmark_value>"
+msgstr "<bookmark_value>Trim funkcija</bookmark_value>"
+
+#: 03120311.xhp
+msgctxt ""
+"03120311.xhp\n"
+"hd_id3150616\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120311.xhp\" name=\"Trim Function [Runtime]\">Trim Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120311.xhp\" name=\"Trim Function [Run-time]\">Trim funkcija [U izvršenju]</link>"
+
+#: 03120311.xhp
+msgctxt ""
+"03120311.xhp\n"
+"par_id3149177\n"
+"2\n"
+"help.text"
+msgid "Removes all leading and trailing spaces from a string expression."
+msgstr "Uklanja sve vodece i pratece prostore od niza izraza."
+
+#: 03120311.xhp
+msgctxt ""
+"03120311.xhp\n"
+"hd_id3159157\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03120311.xhp
+msgctxt ""
+"03120311.xhp\n"
+"par_id3155341\n"
+"4\n"
+"help.text"
+msgid "Trim( Text As String )"
+msgstr "Trim(Tekst kao String)"
+
+#: 03120311.xhp
+msgctxt ""
+"03120311.xhp\n"
+"hd_id3155388\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03120311.xhp
+#, fuzzy
+msgctxt ""
+"03120311.xhp\n"
+"par_id3143228\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "Stringovi"
+
+#: 03120311.xhp
+msgctxt ""
+"03120311.xhp\n"
+"hd_id3145609\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03120311.xhp
+msgctxt ""
+"03120311.xhp\n"
+"par_id3159414\n"
+"8\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression."
+msgstr "<emph>Text</emph>: Bilo koji string izraz."
+
+#: 03120311.xhp
+msgctxt ""
+"03120311.xhp\n"
+"hd_id3148663\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03000000.xhp
+msgctxt ""
+"03000000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Run-Time Functions"
+msgstr "Run-Time Funkcije"
+
+#: 03000000.xhp
+msgctxt ""
+"03000000.xhp\n"
+"hd_id3152895\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"doc_title\"><link href=\"text/sbasic/shared/03000000.xhp\" name=\"Run-Time Functions\">Run-Time Functions</link></variable>"
+msgstr ""
+
+#: 03000000.xhp
+msgctxt ""
+"03000000.xhp\n"
+"par_id3148983\n"
+"2\n"
+"help.text"
+msgid "This section describes the Runtime Functions of <item type=\"productname\">%PRODUCTNAME</item> Basic."
+msgstr "Objasnjava Run-Time funkcije <item type=\"productname\">%PRODUCTNAME</item> Basic."
+
+#: 03020103.xhp
+#, fuzzy
+msgctxt ""
+"03020103.xhp\n"
+"tit\n"
+"help.text"
+msgid "Open Statement[Runtime]"
+msgstr "Postavi Naredbu[Vrijeme izvršavanja]"
+
+#: 03020103.xhp
+#, fuzzy
+msgctxt ""
+"03020103.xhp\n"
+"bm_id3150791\n"
+"help.text"
+msgid "<bookmark_value>Open statement</bookmark_value>"
+msgstr "<bookmark_value>Beep iskaz</bookmark_value>"
+
+#: 03020103.xhp
+#, fuzzy
+msgctxt ""
+"03020103.xhp\n"
+"hd_id3150791\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open Statement[Runtime]\">Open Statement[Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek Statement [Run-time]\">Trazi izjavu[Run-time]</link>"
+
+#: 03020103.xhp
+msgctxt ""
+"03020103.xhp\n"
+"par_id3150769\n"
+"2\n"
+"help.text"
+msgid "Opens a data channel."
+msgstr ""
+
+#: 03020103.xhp
+msgctxt ""
+"03020103.xhp\n"
+"hd_id3147230\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03020103.xhp
+msgctxt ""
+"03020103.xhp\n"
+"par_id3154124\n"
+"4\n"
+"help.text"
+msgid "Open FileName As String [For Mode] [Access IOMode] [Protected] As [#]FileNumber As Integer [Len = DatasetLength]"
+msgstr ""
+
+#: 03020103.xhp
+msgctxt ""
+"03020103.xhp\n"
+"hd_id3156280\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03020103.xhp
+msgctxt ""
+"03020103.xhp\n"
+"par_id3155132\n"
+"6\n"
+"help.text"
+msgid "<emph>FileName: </emph>Name and path of the file that you wan to open. If you try to read a file that does not exist (Access = Read), an error message appears. If you try to write to a file that does not exist (Access = Write), a new file is created."
+msgstr ""
+
+#: 03020103.xhp
+msgctxt ""
+"03020103.xhp\n"
+"par_id3149262\n"
+"7\n"
+"help.text"
+msgid "<emph>Mode:</emph> Keyword that specifies the file mode. Valid values: Append (append to sequential file), Binary (data can be accessed by bytes using Get and Put), Input (opens data channel for reading), Output (opens data channel for writing), and Random (edits relative files)."
+msgstr ""
+
+#: 03020103.xhp
+msgctxt ""
+"03020103.xhp\n"
+"par_id3154014\n"
+"8\n"
+"help.text"
+msgid "<emph>IOMode:</emph> Keyword that defines the access type. Valid values: Read (read-only), Write (write-only), Read Write (both)."
+msgstr ""
+
+#: 03020103.xhp
+msgctxt ""
+"03020103.xhp\n"
+"par_id3150011\n"
+"9\n"
+"help.text"
+msgid "<emph>Protected:</emph> Keyword that defines the security status of a file after opening. Valid values: Shared (file may be opened by other applications), Lock Read (file is protected against reading), Lock Write (file is protected against writing), Lock Read Write (denies file access)."
+msgstr ""
+
+#: 03020103.xhp
+msgctxt ""
+"03020103.xhp\n"
+"par_id3153190\n"
+"10\n"
+"help.text"
+msgid "<emph>FileNumber:</emph> Any integer expression from 0 to 511 to indicate the number of a free data channel. You can then pass commands through the data channel to access the file. The file number must be determined by the FreeFile function immediately before the Open statement."
+msgstr ""
+
+#: 03020103.xhp
+msgctxt ""
+"03020103.xhp\n"
+"par_id3151115\n"
+"11\n"
+"help.text"
+msgid "<emph>DatasetLength:</emph> For random access files, set the length of the records."
+msgstr ""
+
+#: 03020103.xhp
+msgctxt ""
+"03020103.xhp\n"
+"par_id3153418\n"
+"12\n"
+"help.text"
+msgid "You can only modify the contents of a file that was opened with the Open statement. If you try to open a file that is already open, an error message appears."
+msgstr ""
+
+#: 03020103.xhp
+msgctxt ""
+"03020103.xhp\n"
+"hd_id3149123\n"
+"13\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03020103.xhp
+#, fuzzy
+msgctxt ""
+"03020103.xhp\n"
+"par_id3154705\n"
+"22\n"
+"help.text"
+msgid "Print #iNumber, \"This is a line of text\""
+msgstr "Isštampati #iBroj, \"Prvi red teksta\""
+
+#: 03020103.xhp
+#, fuzzy
+msgctxt ""
+"03020103.xhp\n"
+"par_id3146916\n"
+"23\n"
+"help.text"
+msgid "Print #iNumber, \"This is another line of text\""
+msgstr "Isštampati #iBroj, \"Drugi red teksta\""
+
+#: 03070200.xhp
+#, fuzzy
+msgctxt ""
+"03070200.xhp\n"
+"tit\n"
+"help.text"
+msgid "\"*\" Operator [Runtime]"
+msgstr "MOD Operator [Vrijeme izvodjenja]"
+
+#: 03070200.xhp
+#, fuzzy
+msgctxt ""
+"03070200.xhp\n"
+"bm_id3147573\n"
+"help.text"
+msgid "<bookmark_value>\"*\" operator (mathematical)</bookmark_value>"
+msgstr "<bookmark_value>MOD operator (matematicki)</bookmark_value>"
+
+#: 03070200.xhp
+#, fuzzy
+msgctxt ""
+"03070200.xhp\n"
+"hd_id3147573\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03070200.xhp\">\"*\" Operator [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03100050.xhp\">CCur Function [Run-time]</link>"
+
+#: 03070200.xhp
+msgctxt ""
+"03070200.xhp\n"
+"par_id3154347\n"
+"2\n"
+"help.text"
+msgid "Multiplies two values."
+msgstr ""
+
+#: 03070200.xhp
+msgctxt ""
+"03070200.xhp\n"
+"hd_id3148946\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03070200.xhp
+#, fuzzy
+msgctxt ""
+"03070200.xhp\n"
+"par_id3150358\n"
+"4\n"
+"help.text"
+msgid "Result = Expression1 * Expression2"
+msgstr "Resultat = Izrar_1 MOD Izraz_2"
+
+#: 03070200.xhp
+msgctxt ""
+"03070200.xhp\n"
+"hd_id3150400\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03070200.xhp
+#, fuzzy
+msgctxt ""
+"03070200.xhp\n"
+"par_id3154365\n"
+"6\n"
+"help.text"
+msgid "<emph>Result:</emph> Any numeric expression that records the result of a multiplication."
+msgstr "<emph>Resultat:</emph>: Brojcana varijabla koja sadrzi rezultat MOD operacije."
+
+#: 03070200.xhp
+#, fuzzy
+msgctxt ""
+"03070200.xhp\n"
+"par_id3154685\n"
+"7\n"
+"help.text"
+msgid "<emph>Expression1, Expression2:</emph> Any numeric expressions that you want to multiply."
+msgstr "<emph>Izraz_1, Izraz_2</emph>: Brojcani izraz koji zelite da podijelite."
+
+#: 03070200.xhp
+msgctxt ""
+"03070200.xhp\n"
+"hd_id3153968\n"
+"8\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03020000.xhp
+msgctxt ""
+"03020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "File I/O Functions"
+msgstr ""
+
+#: 03020000.xhp
+#, fuzzy
+msgctxt ""
+"03020000.xhp\n"
+"hd_id3156344\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020000.xhp\" name=\"File I/O Functions\">File I/O Functions</link>"
+msgstr "<link href=\"text/sbasic/shared/03080000.xhp\" name=\"Brojcane Funkcije\">Brojcane Funkcije</link>"
+
+#: 03020000.xhp
+msgctxt ""
+"03020000.xhp\n"
+"par_id3153360\n"
+"2\n"
+"help.text"
+msgid "Use File I/O functions to create and manage user-defined (data) files."
+msgstr ""
+
+#: 03020000.xhp
+msgctxt ""
+"03020000.xhp\n"
+"par_id3150398\n"
+"3\n"
+"help.text"
+msgid "You can use these functions to support the creation of \"relative\" files, so that you can save and reload certain records by specifying their record number. File I/O functions can also help you manage your files by providing you with information such as file size, current path settings, or the creation date of a file or a directory."
+msgstr ""
+
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"tit\n"
+"help.text"
+msgid "CStr Function [Runtime]"
+msgstr "CStr Function [Run-time]"
+
+#: 03101000.xhp
+#, fuzzy
+msgctxt ""
+"03101000.xhp\n"
+"bm_id3146958\n"
+"help.text"
+msgid "<bookmark_value>CStr function</bookmark_value>"
+msgstr "<bookmark_value>Str Funkcija</bookmark_value>"
+
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"hd_id3146958\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03101000.xhp\" name=\"CStr Function [Runtime]\">CStr Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03101000.xhp\" name=\"CStr Function [Run-time]\">CStr Function [Run-time]</link>"
+
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"par_id3147574\n"
+"2\n"
+"help.text"
+msgid "Converts any numeric expression to a string expression."
+msgstr "Konvertuje a numeric expression to a znakovna vrijednost."
+
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"hd_id3148473\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"par_id3145315\n"
+"4\n"
+"help.text"
+msgid "CStr (Expression)"
+msgstr "CStr (Izraz)"
+
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"hd_id3153062\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03101000.xhp
+#, fuzzy
+msgctxt ""
+"03101000.xhp\n"
+"par_id3153897\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "Stringovi"
+
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"hd_id3154760\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"par_id3149457\n"
+"8\n"
+"help.text"
+msgid "<emph>Expression:</emph> Any valid string or numeric expression that you want to convert."
+msgstr "<emph>Expression</emph>: Any valid string or numeric expression that you want to convert."
+
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"hd_id3150358\n"
+"9\n"
+"help.text"
+msgid "Expression Types and Conversion Returns"
+msgstr "Vrste izraza I Rezultat konvertovanja"
+
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"par_id3153192\n"
+"10\n"
+"help.text"
+msgid "Boolean :"
+msgstr ""
+
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"par_id3156422\n"
+"11\n"
+"help.text"
+msgid "String that evaluates to either <emph>True</emph> or <emph>False</emph>."
+msgstr "String that evaluates to either <emph>True</emph> or <emph>Netačno</emph>."
+
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"par_id3147287\n"
+"12\n"
+"help.text"
+msgid "Date :"
+msgstr ""
+
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"par_id3155411\n"
+"13\n"
+"help.text"
+msgid "String that contains the date and time."
+msgstr "Znak koji sadrzi datum i vrijeme"
+
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"par_id3147428\n"
+"14\n"
+"help.text"
+msgid "Null :"
+msgstr "nula :"
+
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"par_id3150486\n"
+"15\n"
+"help.text"
+msgid "Run-time error."
+msgstr "Run-time greska."
+
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"par_id3153953\n"
+"16\n"
+"help.text"
+msgid "Empty :"
+msgstr "Prazno :"
+
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"par_id3155306\n"
+"17\n"
+"help.text"
+msgid "String without any characters."
+msgstr "Znak bez karaktera"
+
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"par_id3149260\n"
+"18\n"
+"help.text"
+msgid "Any :"
+msgstr "Bilo koji :"
+
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"par_id3152938\n"
+"19\n"
+"help.text"
+msgid "Corresponding number as string."
+msgstr "Odgovarajuci broj kao znak."
+
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"par_id3155738\n"
+"20\n"
+"help.text"
+msgid "Zeros at the end of a floating-point number are not included in the returned string."
+msgstr "NUle na kraju broja nisu ukljucene u povratni znak"
+
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"hd_id3154729\n"
+"21\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03020101.xhp
+msgctxt ""
+"03020101.xhp\n"
+"tit\n"
+"help.text"
+msgid "Close Statement [Runtime]"
+msgstr "Close Statement [Run-time]"
+
+#: 03020101.xhp
+#, fuzzy
+msgctxt ""
+"03020101.xhp\n"
+"bm_id3157896\n"
+"help.text"
+msgid "<bookmark_value>Close statement</bookmark_value>"
+msgstr "<bookmark_value>Naziv izjave</bookmark_value>"
+
+#: 03020101.xhp
+msgctxt ""
+"03020101.xhp\n"
+"hd_id3157896\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020101.xhp\" name=\"Close Statement [Runtime]\">Close Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020101.xhp\" name=\"Close Statement [Run-time]\">Close Statement [Run-time]</link>"
+
+#: 03020101.xhp
+msgctxt ""
+"03020101.xhp\n"
+"par_id3147573\n"
+"2\n"
+"help.text"
+msgid "Closes a specified file that was opened with the Open statement."
+msgstr ""
+
+#: 03020101.xhp
+msgctxt ""
+"03020101.xhp\n"
+"hd_id3156344\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03020101.xhp
+msgctxt ""
+"03020101.xhp\n"
+"par_id3147265\n"
+"4\n"
+"help.text"
+msgid "Close FileNumber As Integer[, FileNumber2 As Integer[,...]]"
+msgstr "Close FileNumber As Integer[, FileNumber2 As Integer[,...]]"
+
+#: 03020101.xhp
+msgctxt ""
+"03020101.xhp\n"
+"hd_id3153379\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03020101.xhp
+msgctxt ""
+"03020101.xhp\n"
+"par_id3150791\n"
+"6\n"
+"help.text"
+msgid "<emph>FileNumber:</emph> Any integer expression that specifies the number of the data channel that was opened with the <emph>Open</emph> statement."
+msgstr "<emph>FileNumber</emph>: An integer expression that specifies the number of the data channel that was opened with the <emph>Otvori</emph> statement."
+
+#: 03020101.xhp
+msgctxt ""
+"03020101.xhp\n"
+"hd_id3153192\n"
+"7\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03020101.xhp
+msgctxt ""
+"03020101.xhp\n"
+"par_id3153727\n"
+"16\n"
+"help.text"
+msgid "Print #iNumber, \"First line of text\""
+msgstr "Isštampati #iBroj, \"Prvi red teksta\""
+
+#: 03020101.xhp
+msgctxt ""
+"03020101.xhp\n"
+"par_id3147350\n"
+"17\n"
+"help.text"
+msgid "Print #iNumber, \"Another line of text\""
+msgstr "Isštampati #iBroj, \"Drugi red teksta\""
+
+#: 03102800.xhp
+#, fuzzy
+msgctxt ""
+"03102800.xhp\n"
+"tit\n"
+"help.text"
+msgid "IsObject Function [Runtime]"
+msgstr "NadiObjekat Funkcija [Vrijeme izvršavanja]"
+
+#: 03102800.xhp
+#, fuzzy
+msgctxt ""
+"03102800.xhp\n"
+"bm_id3149346\n"
+"help.text"
+msgid "<bookmark_value>IsObject function</bookmark_value>"
+msgstr "<bookmark_value>NadiObjekat funkcija</bookmark_value>"
+
+#: 03102800.xhp
+#, fuzzy
+msgctxt ""
+"03102800.xhp\n"
+"hd_id3149346\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03102800.xhp\" name=\"IsObject Function [Runtime]\">IsObject Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03103800.xhp\" name=\"NadiObjekat Funkcija [vrijeme izvršavanja]\">NadiObjekat Funkcija [Vrijeme izvršavanja]</link>"
+
+#: 03102800.xhp
+msgctxt ""
+"03102800.xhp\n"
+"par_id3148538\n"
+"2\n"
+"help.text"
+msgid "Tests if an object variable is an OLE object. The function returns True if the variable is an OLE object, otherwise it returns False."
+msgstr ""
+
+#: 03102800.xhp
+msgctxt ""
+"03102800.xhp\n"
+"hd_id3149234\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03102800.xhp
+msgctxt ""
+"03102800.xhp\n"
+"par_id3154285\n"
+"4\n"
+"help.text"
+msgid "IsObject (ObjectVar)"
+msgstr ""
+
+#: 03102800.xhp
+msgctxt ""
+"03102800.xhp\n"
+"hd_id3148685\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03102800.xhp
+msgctxt ""
+"03102800.xhp\n"
+"par_id3156024\n"
+"6\n"
+"help.text"
+msgid "Bool"
+msgstr ""
+
+#: 03102800.xhp
+msgctxt ""
+"03102800.xhp\n"
+"hd_id3148947\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03102800.xhp
+msgctxt ""
+"03102800.xhp\n"
+"par_id3148552\n"
+"8\n"
+"help.text"
+msgid "<emph>ObjectVar:</emph> Any variable that you want to test. If the Object variable contains an OLE object, the function returns True."
+msgstr ""
+
+#: 03132500.xhp
+msgctxt ""
+"03132500.xhp\n"
+"tit\n"
+"help.text"
+msgid "GetDefaultContext Function [Runtime]"
+msgstr "GetDefaultContext Function [Run-time]"
+
+#: 03132500.xhp
+#, fuzzy
+msgctxt ""
+"03132500.xhp\n"
+"bm_id4761192\n"
+"help.text"
+msgid "<bookmark_value>GetDefaultContext function</bookmark_value>"
+msgstr "<bookmark_value>GetAttr Funkcija</bookmark_value>"
+
+#: 03132500.xhp
+msgctxt ""
+"03132500.xhp\n"
+"par_idN10580\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03132500.xhp\">GetDefaultContext Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03132500.xhp\">GetDefaultContext Function [Run-time]</link>"
+
+#: 03132500.xhp
+msgctxt ""
+"03132500.xhp\n"
+"par_idN10590\n"
+"help.text"
+msgid "Returns the default context of the process service factory, if existent, else returns a null reference."
+msgstr "vraća zadani kontekst tvornice procesa usluga, ukoliko postoji, drugi vraća null reference."
+
+#: 03132500.xhp
+#, fuzzy
+msgctxt ""
+"03132500.xhp\n"
+"par_idN10593\n"
+"help.text"
+msgid "This runtime function returns the default component context to be used, if instantiating services via XmultiServiceFactory. See the <item type=\"literal\">Professional UNO</item> chapter in the <item type=\"literal\">Developer's Guide</item> on <link href=\"http://api.libreoffice.org\">api.libreoffice.org</link> for more information."
+msgstr "Ova run-time funkcija vraca osnovne komponenete konteksta koji se koristi,preko XmultiServiceFactory. See the <item type=\"literal\">Professional UNO</item> poglavlje u <item type=\"literal\">Developer's Guide</item> on <link href=\"http://api.openoffice.org\">api.openoffice.org</link> fza vise informacija."
+
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"tit\n"
+"help.text"
+msgid "Atn Function [Runtime]"
+msgstr "Atn Funkcija [Vrijeme Izvodjenja]"
+
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"bm_id3150616\n"
+"help.text"
+msgid "<bookmark_value>Atn function</bookmark_value>"
+msgstr "<bookmark_value>Atn funkcija</bookmark_value>"
+
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"hd_id3150616\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080101.xhp\" name=\"Atn Function [Runtime]\">Atn Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03080101.xhp\" name=\"Atn Funkcija [Vrijeme Izvodjenja]\">Atn Funkcija [Vrijeme izvodjenja]</link>"
+
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"par_id3149346\n"
+"2\n"
+"help.text"
+msgid "Trigonometric function that returns the arctangent of a numeric expression. The return value is in the range -Pi/2 to +Pi/2."
+msgstr "Trigonometicna funkcija koja vraca arkustangent od jednog brojcanog izraza. Povratna vrijednost je u opsegu od -Pi/2 do +Pi/2."
+
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"par_id3143271\n"
+"3\n"
+"help.text"
+msgid "The arctangent is the inverse of the tangent function. The Atn Function returns the angle \"Alpha\", expressed in radians, using the tangent of this angle. The function can also return the angle \"Alpha\" by comparing the ratio of the length of the side that is opposite of the angle to the length of the side that is adjacent to the angle in a right-angled triangle."
+msgstr "Arkustangens je funkcija koja je suprotna tangens funkciji. Atn Funkcija vraca ugao \"Alfa\", izrazeno u radijanima, koristeci tangens toga ugla. Funkcija takodje moze vratiti ugao \"Alfa\" uporedjivanjem omjera duzina od strane koja je suprotna uglu prema duzini strane koja je susjedna uglu u pravouglom trouglu."
+
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"par_id3145315\n"
+"4\n"
+"help.text"
+msgid "Atn(side opposite the angle/side adjacent to angle)= Alpha"
+msgstr "Atn(strana suprotna uglu/strana susjedna uglu) = Alfa"
+
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"hd_id3149669\n"
+"5\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"par_id3148947\n"
+"6\n"
+"help.text"
+msgid "Atn (Number)"
+msgstr "Atn (Broj)"
+
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"hd_id3148664\n"
+"7\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"par_id3150359\n"
+"8\n"
+"help.text"
+msgid "Double"
+msgstr ""
+
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"hd_id3148798\n"
+"9\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"par_id3156212\n"
+"10\n"
+"help.text"
+msgid "<emph>Number:</emph> Any numerical expression that represents the ratio of two sides of a right triangle. The Atn function returns the corresponding angle in radians (arctangent)."
+msgstr "<emph>Number</emph>: Brojcani izraz koji predstavlja omjer duzine suprotne strane prema susjednoj strani pravouglog trougla. Atn funkcija vraca odgovarajuci ugao u radijanima (arkustangens)."
+
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"par_id3153192\n"
+"11\n"
+"help.text"
+msgid "To convert radians to degrees, multiply radians by 180/pi."
+msgstr "Da bi pretvorili radijane u stepene, pomnozi radijan sa Pi/180. Da bi pretvorili radijane u stepene, pomnozi radijane sa 180/Pi."
+
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"par_id3147230\n"
+"12\n"
+"help.text"
+msgid "degree=(radian*180)/pi"
+msgstr "stepen=(radijan*180)/Pi"
+
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"par_id3125864\n"
+"13\n"
+"help.text"
+msgid "radian=(degree*pi)/180"
+msgstr "radijan=(stepen*Pi)/180"
+
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"par_id3159252\n"
+"14\n"
+"help.text"
+msgid "Pi is here the fixed circle constant with the rounded value 3.14159."
+msgstr "Pi je konstantna vrijednost kruga koja je zaokruzena na 3.1415926..."
+
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"hd_id3153142\n"
+"15\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03080101.xhp
+#, fuzzy
+msgctxt ""
+"03080101.xhp\n"
+"par_id3146985\n"
+"16\n"
+"help.text"
+msgid "' The following example calculates for a right-angled triangle"
+msgstr "REM Slijedeci primjer racuna za pravougli trougao"
+
+#: 03080101.xhp
+#, fuzzy
+msgctxt ""
+"03080101.xhp\n"
+"par_id3145750\n"
+"17\n"
+"help.text"
+msgid "' the angle Alpha from the tangent of the angle Alpha:"
+msgstr "REM ugao Alfa od tangensa od ugla Alfa:"
+
+#: 03080101.xhp
+#, fuzzy
+msgctxt ""
+"03080101.xhp\n"
+"par_id3151112\n"
+"19\n"
+"help.text"
+msgid "' rounded Pi = 3.14159 Is a predefined constant"
+msgstr "REM zaorkuzen Pi = 3.1415926... je predefinisana konstanta"
+
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"par_id3149262\n"
+"22\n"
+"help.text"
+msgid "d1 = InputBox$ (\"Enter the length of the side adjacent to the angle: \",\"Adjacent\")"
+msgstr "d1 = InputBox$ (\"Unesite duzinu strane koja je susjedna uglu: \",\"Susjedna\")"
+
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"par_id3149482\n"
+"23\n"
+"help.text"
+msgid "d2 = InputBox$ (\"Enter the length of the side opposite the angle: \",\"Opposite\")"
+msgstr "d2 = InputBox$ (\"Unesite duzinu strane koja je suprotna uglu: \",\"Suprotna\")"
+
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"par_id3155415\n"
+"24\n"
+"help.text"
+msgid "Print \"The Alpha angle is\"; (atn (d2/d1) * 180 / Pi); \" degrees\""
+msgstr "Ispis \"Alfa ugao je\"; (atn (d2/d1) * 180 / Pi); \" stepeni\""
+
+#: 03080302.xhp
+msgctxt ""
+"03080302.xhp\n"
+"tit\n"
+"help.text"
+msgid "Rnd Function [Runtime]"
+msgstr "Rnd Funkcija [Run-time]"
+
+#: 03080302.xhp
+msgctxt ""
+"03080302.xhp\n"
+"bm_id3148685\n"
+"help.text"
+msgid "<bookmark_value>Rnd function</bookmark_value>"
+msgstr "<bookmark_value>Rnd Funkcija</bookmark_value>"
+
+#: 03080302.xhp
+msgctxt ""
+"03080302.xhp\n"
+"hd_id3148685\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080302.xhp\" name=\"Rnd Function [Runtime]\">Rnd Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03080302.xhp\" name=\"Rnd Funkcija [Run-time]\">Rnd Funkcija [Run-time]</link>"
+
+#: 03080302.xhp
+msgctxt ""
+"03080302.xhp\n"
+"par_id3149669\n"
+"2\n"
+"help.text"
+msgid "Returns a random number between 0 and 1."
+msgstr "Vraca slucajno odabran broj izmedju 0 i 1."
+
+#: 03080302.xhp
+msgctxt ""
+"03080302.xhp\n"
+"hd_id3153897\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03080302.xhp
+msgctxt ""
+"03080302.xhp\n"
+"par_id3150543\n"
+"4\n"
+"help.text"
+msgid "Rnd [(Expression)]"
+msgstr "Rnd [(Izraz)]"
+
+#: 03080302.xhp
+msgctxt ""
+"03080302.xhp\n"
+"hd_id3149655\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03080302.xhp
+msgctxt ""
+"03080302.xhp\n"
+"par_id3154365\n"
+"6\n"
+"help.text"
+msgid "Double"
+msgstr ""
+
+#: 03080302.xhp
+msgctxt ""
+"03080302.xhp\n"
+"hd_id3154909\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03080302.xhp
+#, fuzzy
+msgctxt ""
+"03080302.xhp\n"
+"par_id3125864\n"
+"8\n"
+"help.text"
+msgid "<emph>Expression:</emph> Any numeric expression."
+msgstr "<emph>Izraz</emph>: Brojni izraz."
+
+#: 03080302.xhp
+msgctxt ""
+"03080302.xhp\n"
+"par_id3155306\n"
+"12\n"
+"help.text"
+msgid "<emph>Omitted:</emph> Returns the next random number in the sequence."
+msgstr "<emph>Izostavljeno</emph>: Vraca slijedeci slucajno izabrani broj u sekvenci."
+
+#: 03080302.xhp
+msgctxt ""
+"03080302.xhp\n"
+"par_id3147318\n"
+"14\n"
+"help.text"
+msgid "The <emph>Rnd</emph> function only returns values ranging from 0 to 1. To generate random integers in a given range, use the formula in the following example:"
+msgstr "<emph>Rnd</emph> funkcija vraca samo vrijednosti u opsegu od 0 do 1. Za stvaranje slucajnih cijelih brojeva u nekom datom opsegu, koristite formulu u slijedecem primjeru:"
+
+#: 03080302.xhp
+msgctxt ""
+"03080302.xhp\n"
+"hd_id3151118\n"
+"15\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03080302.xhp
+msgctxt ""
+"03080302.xhp\n"
+"par_id3147124\n"
+"21\n"
+"help.text"
+msgid "Print \"Number from 1 to 5\""
+msgstr "Ipiši \"Brojevi od 1 do 5\""
+
+#: 03080302.xhp
+msgctxt ""
+"03080302.xhp\n"
+"par_id3154943\n"
+"23\n"
+"help.text"
+msgid "Print \"Number from 6 to 8\""
+msgstr "Ispiši \"Broj od 6 do 8\""
+
+#: 03080302.xhp
+msgctxt ""
+"03080302.xhp\n"
+"par_id3151074\n"
+"25\n"
+"help.text"
+msgid "Print \"Greater than 8\""
+msgstr "Ipsiši \"Veći od 8\""
+
+#: 03080302.xhp
+msgctxt ""
+"03080302.xhp\n"
+"par_id3155602\n"
+"27\n"
+"help.text"
+msgid "Print \"Outside range 1 to 10\""
+msgstr ""
+
+#: 03120103.xhp
+msgctxt ""
+"03120103.xhp\n"
+"tit\n"
+"help.text"
+msgid "Str Function [Runtime]"
+msgstr "Str Funkcija [Vrijeme izvršavanja]"
+
+#: 03120103.xhp
+msgctxt ""
+"03120103.xhp\n"
+"bm_id3143272\n"
+"help.text"
+msgid "<bookmark_value>Str function</bookmark_value>"
+msgstr "<bookmark_value>Str Funkcija</bookmark_value>"
+
+#: 03120103.xhp
+msgctxt ""
+"03120103.xhp\n"
+"hd_id3143272\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120103.xhp\" name=\"Str Function [Runtime]\">Str Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120103.xhp\" name=\"Str Funkcija [Vrijeme izvršavanja]\">Str Funkcija [Vrijeme izvršavanja]</link>"
+
+#: 03120103.xhp
+msgctxt ""
+"03120103.xhp\n"
+"par_id3155100\n"
+"2\n"
+"help.text"
+msgid "Converts a numeric expression into a string."
+msgstr "pretvara brojne izraze u string."
+
+#: 03120103.xhp
+msgctxt ""
+"03120103.xhp\n"
+"hd_id3109850\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03120103.xhp
+msgctxt ""
+"03120103.xhp\n"
+"par_id3149497\n"
+"4\n"
+"help.text"
+msgid "Str (Expression)"
+msgstr "Str (Izraz)"
+
+#: 03120103.xhp
+msgctxt ""
+"03120103.xhp\n"
+"hd_id3150040\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03120103.xhp
+#, fuzzy
+msgctxt ""
+"03120103.xhp\n"
+"par_id3146117\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "Stringovi"
+
+#: 03120103.xhp
+msgctxt ""
+"03120103.xhp\n"
+"hd_id3155805\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03120103.xhp
+msgctxt ""
+"03120103.xhp\n"
+"par_id3149178\n"
+"8\n"
+"help.text"
+msgid "<emph>Expression: </emph>Any numeric expression."
+msgstr "<emph>Izraz</emph>: Brojni izraz."
+
+#: 03120103.xhp
+msgctxt ""
+"03120103.xhp\n"
+"par_id3146958\n"
+"9\n"
+"help.text"
+msgid "The <emph>Str</emph> function converts a numeric variable, or the result of a calculation into a string. Negative numbers are preceded by a minus sign. Positive numbers are preceded by a space (instead of the plus sign)."
+msgstr "<emph>Str</emph> funkcija pretvara brojne varijable, ili rezultat kalkulacija u string. Negativnim brojevima predhodi znak minus. Pzitivnim brojevima predhodi praznina (umjesto znaka plus)."
+
+#: 03120103.xhp
+msgctxt ""
+"03120103.xhp\n"
+"hd_id3155419\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03030300.xhp
+msgctxt ""
+"03030300.xhp\n"
+"tit\n"
+"help.text"
+msgid "System Date and Time"
+msgstr ""
+
+#: 03030300.xhp
+msgctxt ""
+"03030300.xhp\n"
+"hd_id3154923\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030300.xhp\" name=\"System Date and Time\">System Date and Time</link>"
+msgstr ""
+
+#: 03030300.xhp
+msgctxt ""
+"03030300.xhp\n"
+"par_id3149457\n"
+"2\n"
+"help.text"
+msgid "The following functions and statements set or return the system date and time."
+msgstr ""
+
+#: 03090200.xhp
+msgctxt ""
+"03090200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Loops"
+msgstr ""
+
+#: 03090200.xhp
+#, fuzzy
+msgctxt ""
+"03090200.xhp\n"
+"hd_id3153990\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090200.xhp\" name=\"Loops\">Loops</link>"
+msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"Macro\">Makro</link>"
+
+#: 03090200.xhp
+msgctxt ""
+"03090200.xhp\n"
+"par_id3147226\n"
+"2\n"
+"help.text"
+msgid "The following statements execute loops."
+msgstr ""
+
+#: 03070000.xhp
+msgctxt ""
+"03070000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Mathematical Operators"
+msgstr "Matematičke operacije"
+
+#: 03070000.xhp
+#, fuzzy
+msgctxt ""
+"03070000.xhp\n"
+"hd_id3149234\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03070000.xhp\" name=\"Mathematical Operators\">Mathematical Operators</link>"
+msgstr "<link href=\"text/sbasic/shared/03110000.xhp\" name=\"Operatori uporedivanja\">operatori uporedivanja</link>"
+
+#: 03070000.xhp
+msgctxt ""
+"03070000.xhp\n"
+"par_id3145068\n"
+"2\n"
+"help.text"
+msgid "The following mathematical operators are supported in $[officename] Basic."
+msgstr ""
+
+#: 03070000.xhp
+msgctxt ""
+"03070000.xhp\n"
+"par_id3148552\n"
+"3\n"
+"help.text"
+msgid "This chapter provides a short overview of all of the arithmetical operators that you may need for calculations within a program."
+msgstr ""
+
+#: 03090201.xhp
+#, fuzzy
+msgctxt ""
+"03090201.xhp\n"
+"tit\n"
+"help.text"
+msgid "Do...Loop Statement [Runtime]"
+msgstr "DefBool Statement [Run-time]"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"bm_id3156116\n"
+"help.text"
+msgid "<bookmark_value>Do...Loop statement</bookmark_value><bookmark_value>While; Do loop</bookmark_value><bookmark_value>Until</bookmark_value><bookmark_value>loops</bookmark_value>"
+msgstr ""
+
+#: 03090201.xhp
+#, fuzzy
+msgctxt ""
+"03090201.xhp\n"
+"hd_id3156116\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090201.xhp\" name=\"Do...Loop Statement [Runtime]\">Do...Loop Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090302.xhp\" name=\"GoTo Statement [Run-time]\">GoTo Statement [Run-time]</link>"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3109850\n"
+"2\n"
+"help.text"
+msgid "Repeats the statements between the Do and the Loop statement while the condition is True or until the condition becomes True."
+msgstr ""
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"hd_id3149119\n"
+"3\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa:"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3155150\n"
+"4\n"
+"help.text"
+msgid "Do [{While | Until} condition = True]"
+msgstr ""
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3154422\n"
+"5\n"
+"help.text"
+msgid "statement block"
+msgstr "blok izjava"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3150789\n"
+"6\n"
+"help.text"
+msgid "[Exit Do]"
+msgstr ""
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3155805\n"
+"7\n"
+"help.text"
+msgid "statement block"
+msgstr "blok izjava"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3145090\n"
+"8\n"
+"help.text"
+msgid "Loop"
+msgstr ""
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3154749\n"
+"9\n"
+"help.text"
+msgid "or"
+msgstr "ili"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3150503\n"
+"10\n"
+"help.text"
+msgid "Do"
+msgstr ""
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3149762\n"
+"11\n"
+"help.text"
+msgid "statement block"
+msgstr "blok izjava"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3150984\n"
+"12\n"
+"help.text"
+msgid "[Exit Do]"
+msgstr ""
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3143228\n"
+"13\n"
+"help.text"
+msgid "statement block"
+msgstr "blok izjava"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3149235\n"
+"14\n"
+"help.text"
+msgid "Loop [{While | Until} condition = True]"
+msgstr ""
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"hd_id3156024\n"
+"15\n"
+"help.text"
+msgid "Parameters/Elements"
+msgstr ""
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3156344\n"
+"16\n"
+"help.text"
+msgid "<emph>Condition:</emph> A comparison, numeric or string expression, that evaluates either True or False."
+msgstr ""
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3149669\n"
+"17\n"
+"help.text"
+msgid "<emph>Statement block:</emph> Statements that you want to repeat while or until the condition is True."
+msgstr ""
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3150791\n"
+"18\n"
+"help.text"
+msgid "The <emph>Do...Loop</emph> statement executes a loop as long as, or until, a certain condition is True. The condition for exiting the loop must be entered following either the <emph>Do</emph> or the <emph>Loop</emph> statement. The following examples are valid combinations:"
+msgstr ""
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"hd_id3154366\n"
+"19\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa:"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3145171\n"
+"20\n"
+"help.text"
+msgid "Do While condition = True"
+msgstr ""
+
+#: 03090201.xhp
+#, fuzzy
+msgctxt ""
+"03090201.xhp\n"
+"par_id3149203\n"
+"21\n"
+"help.text"
+msgid "...statement block"
+msgstr "blok izjava"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3125864\n"
+"22\n"
+"help.text"
+msgid "Loop"
+msgstr ""
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3154124\n"
+"24\n"
+"help.text"
+msgid "The statement block between the Do While and the Loop statements is repeated so long as the condition is true."
+msgstr ""
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3153968\n"
+"25\n"
+"help.text"
+msgid "Do Until condition = True"
+msgstr ""
+
+#: 03090201.xhp
+#, fuzzy
+msgctxt ""
+"03090201.xhp\n"
+"par_id3154909\n"
+"26\n"
+"help.text"
+msgid "...statement block"
+msgstr "blok izjava"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3159151\n"
+"27\n"
+"help.text"
+msgid "Loop"
+msgstr ""
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3150440\n"
+"29\n"
+"help.text"
+msgid "The statement block between the Do Until and the Loop statements is repeated if the condition so long as the condition is false."
+msgstr ""
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3153952\n"
+"30\n"
+"help.text"
+msgid "Do"
+msgstr ""
+
+#: 03090201.xhp
+#, fuzzy
+msgctxt ""
+"03090201.xhp\n"
+"par_id3147349\n"
+"31\n"
+"help.text"
+msgid "...statement block"
+msgstr "blok izjava"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3159153\n"
+"32\n"
+"help.text"
+msgid "Loop While condition = True"
+msgstr ""
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3146985\n"
+"34\n"
+"help.text"
+msgid "The statement block between the Do and the Loop statements repeats so long as the condition is true."
+msgstr ""
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3150488\n"
+"35\n"
+"help.text"
+msgid "Do"
+msgstr ""
+
+#: 03090201.xhp
+#, fuzzy
+msgctxt ""
+"03090201.xhp\n"
+"par_id3153189\n"
+"36\n"
+"help.text"
+msgid "...statement block"
+msgstr "blok izjava"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3155411\n"
+"37\n"
+"help.text"
+msgid "Loop Until condition = True"
+msgstr ""
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3151117\n"
+"39\n"
+"help.text"
+msgid "The statement block between the Do and the Loop statements repeats until the condition is true."
+msgstr ""
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3149484\n"
+"41\n"
+"help.text"
+msgid "Use the <emph>Exit Do</emph> statement to unconditionally end the loop. You can add this statement anywhere in a <emph>Do</emph>...<emph>Loop</emph> statement. You can also define an exit condition using the <emph>If...Then</emph> structure as follows:"
+msgstr ""
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3149262\n"
+"42\n"
+"help.text"
+msgid "Do..."
+msgstr ""
+
+#: 03090201.xhp
+#, fuzzy
+msgctxt ""
+"03090201.xhp\n"
+"par_id3149298\n"
+"43\n"
+"help.text"
+msgid "statements"
+msgstr "Izjava"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3145646\n"
+"44\n"
+"help.text"
+msgid "If condition = True Then Exit Do"
+msgstr ""
+
+#: 03090201.xhp
+#, fuzzy
+msgctxt ""
+"03090201.xhp\n"
+"par_id3154490\n"
+"45\n"
+"help.text"
+msgid "statements"
+msgstr "Izjava"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3153159\n"
+"46\n"
+"help.text"
+msgid "Loop..."
+msgstr ""
+
+#: 03090201.xhp
+#, fuzzy
+msgctxt ""
+"03090201.xhp\n"
+"hd_id3147396\n"
+"47\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer:"
+
+#: 03080802.xhp
+#, fuzzy
+msgctxt ""
+"03080802.xhp\n"
+"tit\n"
+"help.text"
+msgid "Oct Function [Runtime]"
+msgstr "Int Funkcija [Run-time]"
+
+#: 03080802.xhp
+#, fuzzy
+msgctxt ""
+"03080802.xhp\n"
+"bm_id3155420\n"
+"help.text"
+msgid "<bookmark_value>Oct function</bookmark_value>"
+msgstr "<bookmark_value>Int Funkcija</bookmark_value>"
+
+#: 03080802.xhp
+#, fuzzy
+msgctxt ""
+"03080802.xhp\n"
+"hd_id3155420\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080802.xhp\" name=\"Oct Function [Runtime]\">Oct Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03080502.xhp\" name=\"Int Funkcija [Run-time]\">Int Funkcija [Run-time]</link>"
+
+#: 03080802.xhp
+msgctxt ""
+"03080802.xhp\n"
+"par_id3154924\n"
+"2\n"
+"help.text"
+msgid "Returns the octal value of a number."
+msgstr ""
+
+#: 03080802.xhp
+msgctxt ""
+"03080802.xhp\n"
+"hd_id3148947\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03080802.xhp
+#, fuzzy
+msgctxt ""
+"03080802.xhp\n"
+"par_id3150543\n"
+"4\n"
+"help.text"
+msgid "Oct (Number)"
+msgstr "Int (Broj)"
+
+#: 03080802.xhp
+msgctxt ""
+"03080802.xhp\n"
+"hd_id3153360\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03080802.xhp
+#, fuzzy
+msgctxt ""
+"03080802.xhp\n"
+"par_id3154138\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "Stringovi"
+
+#: 03080802.xhp
+msgctxt ""
+"03080802.xhp\n"
+"hd_id3156422\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03080802.xhp
+#, fuzzy
+msgctxt ""
+"03080802.xhp\n"
+"par_id3150768\n"
+"8\n"
+"help.text"
+msgid "<emph>Number:</emph> Any numeric expression that you want to convert to an octal value."
+msgstr "<emph>Text2</emph>: String izraz koji želite pretraživati."
+
+#: 03080802.xhp
+msgctxt ""
+"03080802.xhp\n"
+"hd_id3148672\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03080400.xhp
+msgctxt ""
+"03080400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Square Root Calculation"
+msgstr "Kvadratni Korjen Kalkulacija"
+
+#: 03080400.xhp
+msgctxt ""
+"03080400.xhp\n"
+"hd_id3148946\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080400.xhp\" name=\"Square Root Calculation\">Square Root Calculation</link>"
+msgstr "<link href=\"text/sbasic/shared/03080400.xhp\" name=\"Kvadratni Korjen Kalkulacija\">Kvadratni Korjen Kalkulacija</link>"
+
+#: 03080400.xhp
+msgctxt ""
+"03080400.xhp\n"
+"par_id3159414\n"
+"2\n"
+"help.text"
+msgid "Use this function to calculate square roots."
+msgstr "Koristite ovu funkciju za racunanje kvadratnih korjena."
+
+#: 03030108.xhp
+msgctxt ""
+"03030108.xhp\n"
+"tit\n"
+"help.text"
+msgid "CDateFromIso Function [Runtime]"
+msgstr "CDateFromIso funkcija [Run-time]"
+
+#: 03030108.xhp
+msgctxt ""
+"03030108.xhp\n"
+"bm_id3153127\n"
+"help.text"
+msgid "<bookmark_value>CdateFromIso function</bookmark_value>"
+msgstr "<bookmark_value>CdateFromIso funkcija</bookmark_value>"
+
+#: 03030108.xhp
+msgctxt ""
+"03030108.xhp\n"
+"hd_id3153127\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030108.xhp\" name=\"CDateFromIso Function [Runtime]\">CDateFromIso Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030108.xhp\" name=\"CDateFromIso funkcija [Run-time]\">CDateFromIso funkcija [Run-time]</link>"
+
+#: 03030108.xhp
+msgctxt ""
+"03030108.xhp\n"
+"par_id3148550\n"
+"2\n"
+"help.text"
+msgid "Returns the internal date number from a string that contains a date in ISO format."
+msgstr "Vrača interni datumski broj od niza karaktera koji sadrži datum u ISO formatu."
+
+#: 03030108.xhp
+msgctxt ""
+"03030108.xhp\n"
+"hd_id3148947\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03030108.xhp
+msgctxt ""
+"03030108.xhp\n"
+"par_id3150400\n"
+"4\n"
+"help.text"
+msgid "CDateFromIso(String)"
+msgstr ""
+
+#: 03030108.xhp
+msgctxt ""
+"03030108.xhp\n"
+"hd_id3154367\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03030108.xhp
+msgctxt ""
+"03030108.xhp\n"
+"par_id3156212\n"
+"6\n"
+"help.text"
+msgid "Internal date number"
+msgstr "Interni datumski broj"
+
+#: 03030108.xhp
+msgctxt ""
+"03030108.xhp\n"
+"hd_id3125864\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03030108.xhp
+msgctxt ""
+"03030108.xhp\n"
+"par_id3154685\n"
+"8\n"
+"help.text"
+msgid "<emph>String:</emph> A string that contains a date in ISO format. The year may have two or four digits."
+msgstr "<emph>String</emph>: Niz karaktera koji sadrži datum u ISO formatu. Godina može imati dvije ili četiri cifre."
+
+#: 03030108.xhp
+msgctxt ""
+"03030108.xhp\n"
+"hd_id3150439\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03030108.xhp
+msgctxt ""
+"03030108.xhp\n"
+"par_id3147318\n"
+"10\n"
+"help.text"
+msgid "dateval = CDateFromIso(\"20021231\")"
+msgstr ""
+
+#: 03030108.xhp
+msgctxt ""
+"03030108.xhp\n"
+"par_id3146921\n"
+"11\n"
+"help.text"
+msgid "returns 12/31/2002 in the date format of your system"
+msgstr "vraća 12/31/2002 u datumskom formatu vašeg sistema"
+
+#: 03100050.xhp
+msgctxt ""
+"03100050.xhp\n"
+"tit\n"
+"help.text"
+msgid "CCur Function [Runtime]"
+msgstr "CCur Funkcija [Run-time]"
+
+#: 03100050.xhp
+#, fuzzy
+msgctxt ""
+"03100050.xhp\n"
+"bm_id8926053\n"
+"help.text"
+msgid "<bookmark_value>CCur function</bookmark_value>"
+msgstr "<bookmark_value>Chr Funkcija</bookmark_value>"
+
+#: 03100050.xhp
+msgctxt ""
+"03100050.xhp\n"
+"par_idN10541\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03100050.xhp\">CCur Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03100050.xhp\">CCur Function [Run-time]</link>"
+
+#: 03100050.xhp
+msgctxt ""
+"03100050.xhp\n"
+"par_idN10545\n"
+"help.text"
+msgid "Converts a string expression or numeric expression to a currency expression. The locale settings are used for decimal separators and currency symbols."
+msgstr "Konvertuje znakovnu frazu u kursnu . Lokalna podesavanja se koriste za decimalna razdvajanja I kursne simbole."
+
+#: 03100050.xhp
+msgctxt ""
+"03100050.xhp\n"
+"par_idN10548\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03100050.xhp
+msgctxt ""
+"03100050.xhp\n"
+"par_idN105E8\n"
+"help.text"
+msgid "CCur(Expression)"
+msgstr "CCur(Izraz)"
+
+#: 03100050.xhp
+msgctxt ""
+"03100050.xhp\n"
+"par_idN105EB\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03100050.xhp
+msgctxt ""
+"03100050.xhp\n"
+"par_idN105EF\n"
+"help.text"
+msgid "Currency"
+msgstr "Kurs"
+
+#: 03100050.xhp
+msgctxt ""
+"03100050.xhp\n"
+"par_idN105F2\n"
+"help.text"
+msgid "Parameter:"
+msgstr "Parametar:"
+
+#: 03100050.xhp
+msgctxt ""
+"03100050.xhp\n"
+"par_idN105F6\n"
+"help.text"
+msgid "Expression: Any string or numeric expression that you want to convert."
+msgstr "Izraz: Bilo koji znak ili brojni izraz koji zelis konvertovati."
+
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"tit\n"
+"help.text"
+msgid "Tan Function [Runtime]"
+msgstr "Tan Funkcija [Vrijeme Izvodjenja]"
+
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"bm_id3148550\n"
+"help.text"
+msgid "<bookmark_value>Tan function</bookmark_value>"
+msgstr "<bookmark_value>Tan funkcija</bookmark_value>"
+
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"hd_id3148550\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080104.xhp\" name=\"Tan Function [Runtime]\">Tan Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03080104.xhp\" name=\"Tan Funkcija [Vrijeme Izvodjenja]\">Tan Funkcija [Vrijeme Izvodjenja]</link>"
+
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"par_id3148663\n"
+"2\n"
+"help.text"
+msgid "Determines the tangent of an angle. The angle is specified in radians."
+msgstr "Odredjiva tangens ugla. Ugao je izrazen u radijanima."
+
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"par_id3153379\n"
+"3\n"
+"help.text"
+msgid "Using the angle Alpha, the Tan Function calculates the ratio of the length of the side opposite the angle to the length of the side adjacent to the angle in a right-angled triangle."
+msgstr "Koristeci ugao Alfa, Tan Funkcija racuna omjer duzine stranice suprotme uglu prema duzini stranice koja je susjedna uglu u pravouglom trouglu."
+
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"par_id3154366\n"
+"4\n"
+"help.text"
+msgid "Tan(Alpha) = side opposite the angle/side adjacent to angle"
+msgstr "Tan(Alfa) = strana suprotna uglu/strana susjedna uglu"
+
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"hd_id3145174\n"
+"5\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"par_id3151042\n"
+"6\n"
+"help.text"
+msgid "Tan (Number)"
+msgstr "Tan (Broj)"
+
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"hd_id3156214\n"
+"7\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"par_id3156281\n"
+"8\n"
+"help.text"
+msgid "Double"
+msgstr ""
+
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"hd_id3155132\n"
+"9\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"par_id3145786\n"
+"10\n"
+"help.text"
+msgid "<emph>Number:</emph> Any numeric expression that you want to calculate the tangent for (in radians)."
+msgstr "<emph>Number</emph>: Brojcani izraz koji obiljezava ugao u radijanima za koji zelite izracunati tangens."
+
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"par_id3153728\n"
+"11\n"
+"help.text"
+msgid "To convert degrees to radians, multiply by Pi/180. To convert radians to degrees, multiply by 180/Pi."
+msgstr "Da bi pretvorili stepene u radijane, pomnozi sa Pi/180. Da bi pretvorili radijane u stepene, pomnozi sa 180/Pi."
+
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"par_id3155414\n"
+"12\n"
+"help.text"
+msgid "degrees=(radiant*180)/Pi"
+msgstr "stepeni=(radijani*180)/Pi"
+
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"par_id3146975\n"
+"13\n"
+"help.text"
+msgid "radiant=(degrees*Pi)/180"
+msgstr "radijani=(stepeni*Pi)/180"
+
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"par_id3147434\n"
+"14\n"
+"help.text"
+msgid "Pi is approximately 3.141593."
+msgstr "Pi je konstantna vrijednost kruga koja je zaokruzena na 3.1415926..."
+
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"hd_id3149483\n"
+"15\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03080104.xhp
+#, fuzzy
+msgctxt ""
+"03080104.xhp\n"
+"par_id3148646\n"
+"16\n"
+"help.text"
+msgid "' In this example, the following entry is possible for a right-angled triangle:"
+msgstr "REM U ovom primjeru, slijedeci unos je moguc za pravougli trougao:"
+
+#: 03080104.xhp
+#, fuzzy
+msgctxt ""
+"03080104.xhp\n"
+"par_id3150012\n"
+"17\n"
+"help.text"
+msgid "' The side opposite the angle and the angle (in degrees) to calculate the length of the side adjacent to the angle:"
+msgstr "REM Strana suprotna uglu i ugao (u stepenima) za racunanje duzine strane koja je susjedna uglu:"
+
+#: 03080104.xhp
+#, fuzzy
+msgctxt ""
+"03080104.xhp\n"
+"par_id3153158\n"
+"19\n"
+"help.text"
+msgid "' Pi = 3.1415926 is a pre-defined variable"
+msgstr "REM Pi = 3.1415926... je predefinisana varijabla"
+
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"par_id3145252\n"
+"22\n"
+"help.text"
+msgid "d1 = InputBox$ (\"Enter the length of the side opposite the angle: \",\"opposite\")"
+msgstr "d1 = InputBox$ (\"Unesite duzinu strane koja je suprotna uglu: \",\"suprotna\")"
+
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"par_id3149582\n"
+"23\n"
+"help.text"
+msgid "dAlpha = InputBox$ (\"Enter the Alpha angle (in degrees): \",\"Alpha\")"
+msgstr "dAlpha = InputBox$ (\"Unesite ugao Alfa (u stepenima): \",\"Alfa\")"
+
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"par_id3154016\n"
+"24\n"
+"help.text"
+msgid "Print \"the length of the side adjacent the angle is\"; (d1 / tan (dAlpha * Pi / 180))"
+msgstr "Print \"duzina strane koja je susjedna uglu je\"; (d1 / tan (dAlpha * Pi / 180))"
+
+#: 03100300.xhp
+msgctxt ""
+"03100300.xhp\n"
+"tit\n"
+"help.text"
+msgid "CDate Function [Runtime]"
+msgstr "CDate Function [Run-time]"
+
+#: 03100300.xhp
+#, fuzzy
+msgctxt ""
+"03100300.xhp\n"
+"bm_id3150772\n"
+"help.text"
+msgid "<bookmark_value>CDate function</bookmark_value>"
+msgstr "<bookmark_value>CByte Funkcija</bookmark_value>"
+
+#: 03100300.xhp
+msgctxt ""
+"03100300.xhp\n"
+"hd_id3150772\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03100300.xhp\" name=\"CDate Function [Runtime]\">CDate Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03100300.xhp\" name=\"CDate Function [Run-time]\">CDate Function [Run-time]</link>"
+
+#: 03100300.xhp
+msgctxt ""
+"03100300.xhp\n"
+"par_id3150986\n"
+"2\n"
+"help.text"
+msgid "Converts any string or numeric expression to a date value."
+msgstr "Konvertuje Bilo koji znak ili brojnu vrijednost u datovnu vrijednost."
+
+#: 03100300.xhp
+msgctxt ""
+"03100300.xhp\n"
+"hd_id3148944\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03100300.xhp
+msgctxt ""
+"03100300.xhp\n"
+"par_id3148947\n"
+"4\n"
+"help.text"
+msgid "CDate (Expression)"
+msgstr "CDate (Izraz)"
+
+#: 03100300.xhp
+msgctxt ""
+"03100300.xhp\n"
+"hd_id3148552\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03100300.xhp
+msgctxt ""
+"03100300.xhp\n"
+"par_id3159414\n"
+"6\n"
+"help.text"
+msgid "Date"
+msgstr "Datum"
+
+#: 03100300.xhp
+msgctxt ""
+"03100300.xhp\n"
+"hd_id3153525\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03100300.xhp
+msgctxt ""
+"03100300.xhp\n"
+"par_id3150359\n"
+"8\n"
+"help.text"
+msgid "<emph>Expression:</emph> Any string or numeric expression that you want to convert."
+msgstr "<emph>Expression</emph>: Bilo koji znak ili brojni izraz koji zelis konvertovati."
+
+#: 03100300.xhp
+msgctxt ""
+"03100300.xhp\n"
+"par_id3125864\n"
+"9\n"
+"help.text"
+msgid "When you convert a string expression, the date and time must be entered in the format MM.DD.YYYY HH.MM.SS, as defined by the <emph>DateValue</emph> and <emph>TimeValue</emph> function conventions. In numeric expressions, values to the left of the decimal represent the date, beginning from December 31, 1899. Values to the right of the decimal represent the time."
+msgstr "KAda se konvertuje znakovna vrijednost, datum i vrijeme moraju biti uneseni u formatu MM.DD.YYYY HH.MM.SS, kao sto je definisano datumom, pocevsi od 31. decembrar 1899.Vrijednosti desno od decimale preprezentuju izraz za vrijeme."
+
+#: 03100300.xhp
+msgctxt ""
+"03100300.xhp\n"
+"hd_id3156422\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"tit\n"
+"help.text"
+msgid "Events"
+msgstr "Eventi"
+
+#: 01170103.xhp
+#, fuzzy
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3155506\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01170103.xhp\" name=\"Events\">Events</link>"
+msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"Macro\">Makro</link>"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3146114\n"
+"2\n"
+"help.text"
+msgid "Define event assignments for the selected control or dialog. The available events depend on the type of control selected."
+msgstr "Define event assignments for the selected control or dialogue box. The available events depend on the type of control selected."
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3145387\n"
+"16\n"
+"help.text"
+msgid "When receiving focus"
+msgstr "Kada prima fokus"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3155090\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_FOCUSGAINED\">This event takes place if a control receives the focus.</ahelp>"
+msgstr ""
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3152892\n"
+"18\n"
+"help.text"
+msgid "When losing focus"
+msgstr "Kada gubi fokus"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3153305\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_FOCUSLOST\">This event takes place if a control loses the focus.</ahelp>"
+msgstr ""
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3152896\n"
+"20\n"
+"help.text"
+msgid "Key pressed"
+msgstr "Dugme pritisnuto"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3148837\n"
+"21\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_KEYTYPED\">This event occurs when the user presses any key while the control has the focus.</ahelp>"
+msgstr ""
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3146869\n"
+"43\n"
+"help.text"
+msgid "Key released"
+msgstr "Dugme pušteno"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3155267\n"
+"44\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_KEYUP\">This event occurs when the user releases a key while the control has the focus.</ahelp>"
+msgstr ""
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3159096\n"
+"41\n"
+"help.text"
+msgid "Modified"
+msgstr "Izmijenjeno"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3156019\n"
+"42\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_CHANGED\">This event takes place, when the control loses the focus and the contents of the control were changed since it lost the focus.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_CHANGED\">Ovaj dogadjaj se desava, kad je u fokusu gubitak kontrole i kontrolni sadrzaj je promijenjen kako je promijenjen fokus.</ahelp>"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3144508\n"
+"10\n"
+"help.text"
+msgid "Text modified"
+msgstr "Modificirani tekst"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3148608\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_TEXTCHANGED\">This event takes place if you enter or modify a text in an input field.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_TEXTCHANGED\">Ovaj dogadjas je sedasava ka ukucate ili promijenite tekst u input polju</ahelp>"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3159207\n"
+"8\n"
+"help.text"
+msgid "Item status changed"
+msgstr "Item status promijenjen"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3155097\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_ITEMSTATECHANGED\">This event takes place if the status of the control field is changed, for example, from checked to unchecked.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_ITEMSTATECHANGED\">Ovaj dogadjaj se desava kad je polje statusnog polja promijenjen, naprimjer, iz cekirano u necekirano</ahelp>"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3151304\n"
+"26\n"
+"help.text"
+msgid "Mouse inside"
+msgstr "Mis unutra"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3152871\n"
+"27\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_MOUSEENTERED\">This event takes place when the mouse enters the control.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_MOUSEENTERED\">OVaj dogadjaj se desava kada mis udje u kontrolu</ahelp>"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3146778\n"
+"30\n"
+"help.text"
+msgid "Mouse moved while key pressed"
+msgstr "Mis je pomjeren kad je tipka ukucana"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3150403\n"
+"31\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_MOUSEDRAGGED\">This event takes place when the mouse is dragged while a key is pressed.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_MOUSEDRAGGED\">OVaj dogadjaj se desava kad je mis povucen dok je tipka pritisnuata</ahelp>"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3150210\n"
+"32\n"
+"help.text"
+msgid "Mouse moved"
+msgstr "Mis pomjeren"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3149697\n"
+"33\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_MOUSEMOVED\">This event takes place when the mouse moves over the control.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_MOUSEMOVED\">Ovaj dogadjaj se desava kad se mis krece po kontroli1.</ahelp>"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3145216\n"
+"22\n"
+"help.text"
+msgid "Mouse button pressed"
+msgstr "Dugme miša pritisnuto"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3155914\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_MOUSEPRESSED\">This event takes place when the mouse button is pressed while the mouse pointer is on the control.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_MOUSEPRESSED\">OVaj dogadjaj se desava kad je dugme misa pritisnuto dok je pointer misa u kontroli.</ahelp>"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3148899\n"
+"24\n"
+"help.text"
+msgid "Mouse button released"
+msgstr "Dugme misa pusteno"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3153812\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_MOUSERELEASED\">This event takes place when the mouse button is released while the mouse pointer is on the control.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_MOUSERELEASED\">Ovose desava kad je dugme misa pusteno dok je pointer na kontroli</ahelp>"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3153556\n"
+"28\n"
+"help.text"
+msgid "Mouse outside"
+msgstr "Mis je vani"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3153013\n"
+"29\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_MOUSEEXITED\">This event takes place when the mouse leaves the control.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_MOUSEEXITED\">Ovo se desava kad mis popusti kontrolu</ahelp>"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3155759\n"
+"45\n"
+"help.text"
+msgid "While adjusting"
+msgstr "Prilikom prilagođavanja"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3156364\n"
+"46\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_MOUSEEXITED\">This event takes place when a scrollbar is being dragged.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_MOUSEEXITED\">Ovo se desva kad je skrolbar pomjeren</ahelp>"
+
+#: 01050200.xhp
+msgctxt ""
+"01050200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Call Stack Window (Calls)"
+msgstr ""
+
+#: 01050200.xhp
+msgctxt ""
+"01050200.xhp\n"
+"hd_id3146794\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01050200.xhp\" name=\"Call Stack Window (Calls)\">Call Stack Window (Calls)</link>"
+msgstr ""
+
+#: 01050200.xhp
+msgctxt ""
+"01050200.xhp\n"
+"par_id3150400\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_BASICIDE_STACKWINDOW_LIST\" visibility=\"hidden\">Displays the sequence of procedures and functions during the execution of a program.</ahelp> The <emph>Call Stack</emph> allows you to monitor the sequence of procedures and functions during the execution of a program. The procedures are functions are displayed bottom to top with the most recent function or procedure call at the top of the list."
+msgstr ""
+
+#: 03131400.xhp
+msgctxt ""
+"03131400.xhp\n"
+"tit\n"
+"help.text"
+msgid "TwipsPerPixelY Function [Runtime]"
+msgstr "TwipsPerPixelY Function [Run-time]"
+
+#: 03131400.xhp
+#, fuzzy
+msgctxt ""
+"03131400.xhp\n"
+"bm_id3150040\n"
+"help.text"
+msgid "<bookmark_value>TwipsPerPixelY function</bookmark_value>"
+msgstr "<bookmark_value>DateSerial funkcija</bookmark_value>"
+
+#: 03131400.xhp
+msgctxt ""
+"03131400.xhp\n"
+"hd_id3150040\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03131400.xhp\" name=\"TwipsPerPixelY Function [Runtime]\">TwipsPerPixelY Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03131400.xhp\" name=\"TwipsPerPixelY Function [Run-time]\">TwipsPerPixelY Function [Run-time]</link>"
+
+#: 03131400.xhp
+msgctxt ""
+"03131400.xhp\n"
+"par_id3154186\n"
+"2\n"
+"help.text"
+msgid "Returns the number of twips that represent the height of a pixel."
+msgstr "Vraca broj twipsa koji pokazuje visinu piksela."
+
+#: 03131400.xhp
+msgctxt ""
+"03131400.xhp\n"
+"hd_id3145090\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03131400.xhp
+msgctxt ""
+"03131400.xhp\n"
+"par_id3153681\n"
+"4\n"
+"help.text"
+msgid "n = TwipsPerPixelY"
+msgstr ""
+
+#: 03131400.xhp
+msgctxt ""
+"03131400.xhp\n"
+"hd_id3148473\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03131400.xhp
+msgctxt ""
+"03131400.xhp\n"
+"par_id3154306\n"
+"6\n"
+"help.text"
+msgid "Integer"
+msgstr "Cjelobrojno"
+
+#: 03131400.xhp
+msgctxt ""
+"03131400.xhp\n"
+"hd_id3149235\n"
+"7\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03131400.xhp
+msgctxt ""
+"03131400.xhp\n"
+"par_id3154142\n"
+"9\n"
+"help.text"
+msgid "MsgBox \"\" & TwipsPerPixelX() & \" Twips * \" & TwipsPerPixelY() & \" Twips\",0,\"Pixel size\""
+msgstr ""
+
+#: 03120100.xhp
+msgctxt ""
+"03120100.xhp\n"
+"tit\n"
+"help.text"
+msgid "ASCII/ANSI Conversion in Strings"
+msgstr "ASCII/ANSI Pretvaranje u Strings"
+
+#: 03120100.xhp
+msgctxt ""
+"03120100.xhp\n"
+"hd_id3147443\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120100.xhp\" name=\"ASCII/ANSI Conversion in Strings\">ASCII/ANSI Conversion in Strings</link>"
+msgstr "<link href=\"text/sbasic/shared/03120100.xhp\" name=\"ASCII/ANSI Pretvaranje Strings\">ASCII/ANSI Pretvaranje u Strings</link>"
+
+#: 03120100.xhp
+msgctxt ""
+"03120100.xhp\n"
+"par_id3159201\n"
+"2\n"
+"help.text"
+msgid "The following functions convert strings to and from ASCII or ANSI code."
+msgstr "Sljedece funkcije pretvaraju stringove u i iz ASCII ili ANSI koda."
+
+#: 03090411.xhp
+msgctxt ""
+"03090411.xhp\n"
+"tit\n"
+"help.text"
+msgid "With Statement [Runtime]"
+msgstr "Sa Izjavom [Run-time]"
+
+#: 03090411.xhp
+msgctxt ""
+"03090411.xhp\n"
+"bm_id3153311\n"
+"help.text"
+msgid "<bookmark_value>With statement</bookmark_value>"
+msgstr "<bookmark_value>Sa Izjavom</bookmark_value>"
+
+#: 03090411.xhp
+msgctxt ""
+"03090411.xhp\n"
+"hd_id3153311\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090411.xhp\" name=\"With Statement [Runtime]\">With Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090411.xhp\" name=\"Sa Izjavom [Run-time]\">Sa Izjavom [Run-time]</link>"
+
+#: 03090411.xhp
+msgctxt ""
+"03090411.xhp\n"
+"par_id3159158\n"
+"2\n"
+"help.text"
+msgid "Sets an object as the default object. Unless another object name is declared, all properties and methods refer to the default object until the End With statement is reached."
+msgstr "Postavlja objekat kao defaultni objekat. Ukoliko je ime drugog objekta deklarisan, sve osobine i metode odgovaraju defaultnom objektu dok Zavrsna Izjava nije dosegnuta ."
+
+#: 03090411.xhp
+msgctxt ""
+"03090411.xhp\n"
+"hd_id3156153\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03090411.xhp
+msgctxt ""
+"03090411.xhp\n"
+"par_id3145609\n"
+"4\n"
+"help.text"
+msgid "With Object Statement block End With"
+msgstr "Sa izjavom objekta blokirati Zavrsi Sa"
+
+#: 03090411.xhp
+msgctxt ""
+"03090411.xhp\n"
+"hd_id3154924\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03090411.xhp
+msgctxt ""
+"03090411.xhp\n"
+"par_id3147560\n"
+"6\n"
+"help.text"
+msgid "Use <emph>With</emph> and <emph>End With</emph> if you have several properties or methods for a single object."
+msgstr "Koristi: <emph>With</emph> i <emph>End With</emph> ukoliko imas nekoliko osobina ili metoda za jedan objekat."
+
+#: 03030130.xhp
+#, fuzzy
+msgctxt ""
+"03030130.xhp\n"
+"tit\n"
+"help.text"
+msgid "DatePart Function [Runtime]"
+msgstr "DateValue funkcija [Run-time]"
+
+#: 03030130.xhp
+#, fuzzy
+msgctxt ""
+"03030130.xhp\n"
+"bm_id249946\n"
+"help.text"
+msgid "<bookmark_value>DatePart function</bookmark_value>"
+msgstr "<bookmark_value>DateValue funkcija</bookmark_value>"
+
+#: 03030130.xhp
+#, fuzzy
+msgctxt ""
+"03030130.xhp\n"
+"par_idN10542\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030130.xhp\">DatePart Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030110.xhp\">DateAdd funkcija [Run-time]</link>"
+
+#: 03030130.xhp
+msgctxt ""
+"03030130.xhp\n"
+"par_idN10546\n"
+"help.text"
+msgid "The DatePart function returns a specified part of a date."
+msgstr ""
+
+#: 03030130.xhp
+msgctxt ""
+"03030130.xhp\n"
+"par_idN10549\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03030130.xhp
+msgctxt ""
+"03030130.xhp\n"
+"par_idN105E8\n"
+"help.text"
+msgid "DatePart (Add, Date [, Week_start [, Year_start]])"
+msgstr ""
+
+#: 03030130.xhp
+msgctxt ""
+"03030130.xhp\n"
+"par_idN105EB\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03030130.xhp
+msgctxt ""
+"03030130.xhp\n"
+"par_idN105EF\n"
+"help.text"
+msgid "A Variant containing a date."
+msgstr ""
+
+#: 03030130.xhp
+msgctxt ""
+"03030130.xhp\n"
+"par_idN105F2\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03030130.xhp
+msgctxt ""
+"03030130.xhp\n"
+"par_idN105F6\n"
+"help.text"
+msgid "<emph>Add</emph> - A string expression from the following table, specifying the date interval."
+msgstr ""
+
+#: 03030130.xhp
+msgctxt ""
+"03030130.xhp\n"
+"par_idN10604\n"
+"help.text"
+msgid "<emph>Date</emph> - The date from which the result is calculated."
+msgstr ""
+
+#: 03030130.xhp
+msgctxt ""
+"03030130.xhp\n"
+"par_idN10611\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03101130.xhp
+msgctxt ""
+"03101130.xhp\n"
+"tit\n"
+"help.text"
+msgid "DefSng Statement [Runtime]"
+msgstr "DefSng Red [Pokrenuti-vrijeme]"
+
+#: 03101130.xhp
+#, fuzzy
+msgctxt ""
+"03101130.xhp\n"
+"bm_id2445142\n"
+"help.text"
+msgid "<bookmark_value>DefSng statement</bookmark_value>"
+msgstr "<bookmark_value>DefLng red</bookmark_value>"
+
+#: 03101130.xhp
+msgctxt ""
+"03101130.xhp\n"
+"par_idN10577\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03101130.xhp\">DefSng Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03101130.xhp\">DefSng Statement [Pokrenuti-vrijeme]</link>"
+
+#: 03101130.xhp
+msgctxt ""
+"03101130.xhp\n"
+"par_idN10587\n"
+"help.text"
+msgid "If no type-declaration character or keyword is specified, the DefSng statement sets the default variable type, according to a letter range."
+msgstr "Ako nema tipa dekleracije karakter ili klucna rijec je odredjena, DefSng red postavlja zadana vrijednost, prema pismenom rasponu"
+
+#: 03101130.xhp
+msgctxt ""
+"03101130.xhp\n"
+"par_idN1058A\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03101130.xhp
+msgctxt ""
+"03101130.xhp\n"
+"par_idN1058E\n"
+"help.text"
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
+msgstr "Defxxx Karakterokrug1[, Karakterokrug2[,...]]"
+
+#: 03101130.xhp
+msgctxt ""
+"03101130.xhp\n"
+"par_idN10591\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03101130.xhp
+#, fuzzy
+msgctxt ""
+"03101130.xhp\n"
+"par_idN10595\n"
+"help.text"
+msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
+msgstr "<emph>Characterrange</emph>: Slova koja odredzuju okrug varijabli koje zelite vidjeti kao zadanu vrijednost tipa for"
+
+#: 03101130.xhp
+msgctxt ""
+"03101130.xhp\n"
+"par_idN1059C\n"
+"help.text"
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
+msgstr ""
+
+#: 03101130.xhp
+msgctxt ""
+"03101130.xhp\n"
+"par_idN105A3\n"
+"help.text"
+msgid "<emph>Keyword:</emph> Default variable type"
+msgstr "<emph>Keyword</emph>: Default variable type"
+
+#: 03101130.xhp
+msgctxt ""
+"03101130.xhp\n"
+"par_idN105AA\n"
+"help.text"
+msgid "<emph>DefSng:</emph> Single"
+msgstr "<emph>DefSng</emph>: Single"
+
+#: 03101130.xhp
+msgctxt ""
+"03101130.xhp\n"
+"par_idN105B1\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03101130.xhp
+#, fuzzy
+msgctxt ""
+"03101130.xhp\n"
+"par_idN105B5\n"
+"help.text"
+msgid "' Prefix definitions for variable types:"
+msgstr "REM Prefiks definisan za variable tipa:"
+
+#: 03101130.xhp
+#, fuzzy
+msgctxt ""
+"03101130.xhp\n"
+"par_idN105D3\n"
+"help.text"
+msgid "sSng=Single ' sSng is an implicit single variable"
+msgstr "sSng=Slobodno REM sSng je implicitna slobodna variabla"
+
+#: 03120305.xhp
+#, fuzzy
+msgctxt ""
+"03120305.xhp\n"
+"tit\n"
+"help.text"
+msgid "LTrim Function [Runtime]"
+msgstr "Trim funkcija [U izvršenju]"
+
+#: 03120305.xhp
+#, fuzzy
+msgctxt ""
+"03120305.xhp\n"
+"bm_id3147574\n"
+"help.text"
+msgid "<bookmark_value>LTrim function</bookmark_value>"
+msgstr "<bookmark_value>Trim funkcija</bookmark_value>"
+
+#: 03120305.xhp
+#, fuzzy
+msgctxt ""
+"03120305.xhp\n"
+"hd_id3147574\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120305.xhp\" name=\"LTrim Function [Runtime]\">LTrim Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120311.xhp\" name=\"Trim Function [Run-time]\">Trim funkcija [U izvršenju]</link>"
+
+#: 03120305.xhp
+msgctxt ""
+"03120305.xhp\n"
+"par_id3145316\n"
+"2\n"
+"help.text"
+msgid "Removes all leading spaces at the start of a string expression."
+msgstr ""
+
+#: 03120305.xhp
+msgctxt ""
+"03120305.xhp\n"
+"hd_id3154924\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03120305.xhp
+#, fuzzy
+msgctxt ""
+"03120305.xhp\n"
+"par_id3148552\n"
+"4\n"
+"help.text"
+msgid "LTrim (Text As String)"
+msgstr "Len (Tekst kao String)"
+
+#: 03120305.xhp
+msgctxt ""
+"03120305.xhp\n"
+"hd_id3156344\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03120305.xhp
+#, fuzzy
+msgctxt ""
+"03120305.xhp\n"
+"par_id3151056\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "Stringovi"
+
+#: 03120305.xhp
+msgctxt ""
+"03120305.xhp\n"
+"hd_id3150543\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03120305.xhp
+msgctxt ""
+"03120305.xhp\n"
+"par_id3150792\n"
+"8\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression."
+msgstr "<emph>Text</emph>: Bilo koji string izraz."
+
+#: 03120305.xhp
+msgctxt ""
+"03120305.xhp\n"
+"par_id3125863\n"
+"9\n"
+"help.text"
+msgid "Use this function to remove spaces at the beginning of a string expression."
+msgstr ""
+
+#: 03120305.xhp
+msgctxt ""
+"03120305.xhp\n"
+"hd_id3145419\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"tit\n"
+"help.text"
+msgid "Print Statement [Runtime]"
+msgstr "rint Statement [Run-time]"
+
+#: 03010103.xhp
+#, fuzzy
+msgctxt ""
+"03010103.xhp\n"
+"bm_id3147230\n"
+"help.text"
+msgid "<bookmark_value>Print statement</bookmark_value>"
+msgstr "<bookmark_value>Naredba za izlaz</bookmark_value>"
+
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"hd_id3147230\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print Statement [Runtime]\">Print Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print Statement [Run-time]\">Print Statement [Run-time]</link>"
+
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"par_id3156281\n"
+"2\n"
+"help.text"
+msgid "Outputs the specified strings or numeric expressions to a dialog or to a file."
+msgstr "Prikazuje specificirani string ili broj u dijalogu ili datoteci"
+
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"hd_id3145785\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"par_id3153188\n"
+"4\n"
+"help.text"
+msgid "Print [#FileName,] Expression1[{;|,} [Spc(Number As Integer);] [Tab(pos As Integer);] [Expression2[...]]"
+msgstr "Print [#FileName,] Expression_1[{;|,} [Spc(Number As Integer);] [Tab(pos As Integer);] [Expression_n[...]]"
+
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"hd_id3147348\n"
+"5\n"
+"help.text"
+msgid "Parameter:"
+msgstr "Parametar:"
+
+#: 03010103.xhp
+#, fuzzy
+msgctxt ""
+"03010103.xhp\n"
+"par_id2508621\n"
+"help.text"
+msgid "<emph>FileName:</emph> Any numeric expression that contains the file number that was set by the Open statement for the respective file."
+msgstr "<emph>FajlBroj</emph>: Numericki izraz koji sadrzi broj fajla koji je poslat od otvorene izjave za odgovarajuci fajl."
+
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"par_id3163712\n"
+"6\n"
+"help.text"
+msgid "<emph>Expression</emph>: Any numeric or string expression to be printed. Multiple expressions can be separated by a semicolon. If separated by a comma, the expressions are indented to the next tab stop. The tab stops cannot be adjusted."
+msgstr "<emph>Expression</emph>: A numeric or string expression to be printed. Multiple expressions can be separated by a semicolon. If separated by a comma, the expressions are indented to the next tab stop. The tab stops cannot be adjusted."
+
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"par_id3153092\n"
+"7\n"
+"help.text"
+msgid "<emph>Number</emph>: Number of spaces to be inserted by the <emph>Spc</emph> function."
+msgstr "<emph>Broj</emph>: Number of spaces to be inserted by the <emph>Spc</emph> function."
+
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"par_id3145364\n"
+"8\n"
+"help.text"
+msgid "<emph>Pos</emph>: Spaces are inserted until the specified position."
+msgstr ""
+
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"par_id3154319\n"
+"9\n"
+"help.text"
+msgid "If a semicolon or comma appears after the last expression to be printed, $[officename] Basic stores the text in an internal buffer and continues program execution without printing. When another Print statement without a semicolon or comma at the end is encountered, all text to be printed is printed at once."
+msgstr "ako je zarez ili tackazarez poslije zadnjeg izraza printovana, $[officename] osnovna ubacuje tekst u interni bafer i nastavlja program bez štampanja kad je neka druga print recenica bez tacke zareza ili zareza na kraju pojavi, citav tekst je printan odjednom."
+
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"par_id3145272\n"
+"10\n"
+"help.text"
+msgid "Positive numeric expressions are printed with a leading space. Negative expressions are printed with a leading minus sign. If a certain range is exceeded for floating-point values, the respective numeric expression is printed in exponential notation."
+msgstr "pozitivni su štampani . negativni su štampani bez minusa. ako je rang predjen onda se brojevi printaj eksponencijalno."
+
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"par_id3154011\n"
+"11\n"
+"help.text"
+msgid "If the expression to be printed exceeds a certain length, the display will automatically wrap to the next line."
+msgstr "kad predje velicinu displej prelazi u novi red"
+
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"par_id3146969\n"
+"12\n"
+"help.text"
+msgid "You can insert the Tab function, enclosed by semicolons, between arguments to indent the output to a specific position, or you can use the <emph>Spc</emph> function to insert a specified number of spaces."
+msgstr "mozete unijeti tab funkciju sa tackom-zarezom izmedju argumenata <emph>Spc</emph>unosi poziciju."
+
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"hd_id3146912\n"
+"13\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Control and Dialog Properties"
+msgstr "Kontrolne i dijalog prozor postavke"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"bm_id3153379\n"
+"help.text"
+msgid "<bookmark_value>controls; properties</bookmark_value><bookmark_value>properties; controls and dialogs</bookmark_value><bookmark_value>dialogs; properties</bookmark_value>"
+msgstr "<bookmark_value>controls; properties</bookmark_value><bookmark_value>properties; controls and dialogue boxes</bookmark_value><bookmark_value>dialogue boxes; properties</bookmark_value>"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"hd_id3153379\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01170100.xhp\" name=\"Control and Dialog Properties\">Control and Dialog Properties</link>"
+msgstr "<link href=\"text/sbasic/shared/01170100.xhp\" name=\"Control and Dialogue Box Properties\">Control and Dialogue Box Properties</link>"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3156280\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the properties of the selected dialog or control.</ahelp> You must be in the design mode to be able to use this command."
+msgstr "<ahelp hid=\".\">Specifies the properties of the selected dialogue box or control.</ahelp> You must be in the design mode to be able to use this command."
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"hd_id3151043\n"
+"20\n"
+"help.text"
+msgid "Entering Data in the Properties Dialog"
+msgstr "Unesi podatke u setovanje dijaloga"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3153771\n"
+"3\n"
+"help.text"
+msgid "The following key combinations apply to enter data in multiline fields or combo boxes of the <emph>Properties</emph> dialog:"
+msgstr "Slijedeca kombinacija kljuceva odnosi se na podatke u mnogim poljima ili kombo prozorima <emph>Osobine</emph> dialogue box:"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3150010\n"
+"18\n"
+"help.text"
+msgid "Keys"
+msgstr "Kljucevi"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3147317\n"
+"19\n"
+"help.text"
+msgid "Effects"
+msgstr "Efekti"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3146121\n"
+"4\n"
+"help.text"
+msgid "Alt+Down Arrow"
+msgstr "Alt+Strelica dolje"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3149581\n"
+"5\n"
+"help.text"
+msgid "Opens a combo box"
+msgstr "Otvara kombo prozor"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3147394\n"
+"6\n"
+"help.text"
+msgid "Alt+Up Arrow"
+msgstr "Alt+Strelica gore"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3148455\n"
+"7\n"
+"help.text"
+msgid "Closes a combo box"
+msgstr "Zatvara combo prozor"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3154511\n"
+"8\n"
+"help.text"
+msgid "Shift+Enter"
+msgstr ""
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3146971\n"
+"9\n"
+"help.text"
+msgid "Inserts a line break in multiline fields."
+msgstr ""
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3146914\n"
+"10\n"
+"help.text"
+msgid "(UpArrow)"
+msgstr ""
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3153714\n"
+"11\n"
+"help.text"
+msgid "Goes to the previous line."
+msgstr ""
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3159266\n"
+"12\n"
+"help.text"
+msgid "(DownArrow)"
+msgstr ""
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3146314\n"
+"13\n"
+"help.text"
+msgid "Goes to the next line."
+msgstr ""
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3149255\n"
+"14\n"
+"help.text"
+msgid "Enter"
+msgstr ""
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3149566\n"
+"15\n"
+"help.text"
+msgid "Applies the changes made to a field and places the cursor into the next field."
+msgstr ""
+
+#: 03080100.xhp
+msgctxt ""
+"03080100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Trigonometric Functions"
+msgstr "Trigonometricne Funkcije"
+
+#: 03080100.xhp
+msgctxt ""
+"03080100.xhp\n"
+"hd_id3159201\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080100.xhp\" name=\"Trigonometric Functions\">Trigonometric Functions</link>"
+msgstr "<link href=\"text/sbasic/shared/03080100.xhp\" name=\"Trigonometricne Funkcije\">Trigonometricne Funkcije</link>"
+
+#: 03080100.xhp
+msgctxt ""
+"03080100.xhp\n"
+"par_id3149180\n"
+"2\n"
+"help.text"
+msgid "The following are the trigonometric functions that are supported in $[officename] Basic."
+msgstr "Slijedece su Trigonometricne funkcije koje su podrzane u $[officename] Basic (osnovi)."
+
+#: 03100080.xhp
+msgctxt ""
+"03100080.xhp\n"
+"tit\n"
+"help.text"
+msgid "CVErr Function [Runtime]"
+msgstr "CVErr Function [Run-time]"
+
+#: 03100080.xhp
+#, fuzzy
+msgctxt ""
+"03100080.xhp\n"
+"bm_id531022\n"
+"help.text"
+msgid "<bookmark_value>CVErr function</bookmark_value>"
+msgstr "<bookmark_value>Chr Funkcija</bookmark_value>"
+
+#: 03100080.xhp
+msgctxt ""
+"03100080.xhp\n"
+"par_idN1054B\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03100080.xhp\">CVErr Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03100080.xhp\">CVErr Function [Run-time]</link>"
+
+#: 03100080.xhp
+msgctxt ""
+"03100080.xhp\n"
+"par_idN1055B\n"
+"help.text"
+msgid "Converts a string expression or numeric expression to a variant expression of the sub type \"Error\"."
+msgstr "KOnvertuje znakovni izraz ili brojni izraz u razlicit izraz podtipa \"Greska\"."
+
+#: 03100080.xhp
+msgctxt ""
+"03100080.xhp\n"
+"par_idN1055E\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03100080.xhp
+msgctxt ""
+"03100080.xhp\n"
+"par_idN10562\n"
+"help.text"
+msgid "CVErr(Expression)"
+msgstr "CVErr(Izraz)"
+
+#: 03100080.xhp
+msgctxt ""
+"03100080.xhp\n"
+"par_idN10565\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03100080.xhp
+msgctxt ""
+"03100080.xhp\n"
+"par_idN10569\n"
+"help.text"
+msgid "Variant."
+msgstr "Razlicit"
+
+#: 03100080.xhp
+msgctxt ""
+"03100080.xhp\n"
+"par_idN1056C\n"
+"help.text"
+msgid "Parameter:"
+msgstr "Parametar:"
+
+#: 03100080.xhp
+msgctxt ""
+"03100080.xhp\n"
+"par_idN10570\n"
+"help.text"
+msgid "Expression: Any string or numeric expression that you want to convert."
+msgstr "Izraz: Bilo koji znak ili brojni izraz koji zelis konvertovati."
+
+#: 03080501.xhp
+msgctxt ""
+"03080501.xhp\n"
+"tit\n"
+"help.text"
+msgid "Fix Function [Runtime]"
+msgstr "Popravna Funkcija [Run-time]"
+
+#: 03080501.xhp
+msgctxt ""
+"03080501.xhp\n"
+"bm_id3159201\n"
+"help.text"
+msgid "<bookmark_value>Fix function</bookmark_value>"
+msgstr "<bookmark_value>Popravna Funkcija</bookmark_value>"
+
+#: 03080501.xhp
+msgctxt ""
+"03080501.xhp\n"
+"hd_id3159201\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080501.xhp\" name=\"Fix Function [Runtime]\">Fix Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03080501.xhp\" name=\"Popravna Funkcija [Run-time]\">Popravna Funkcija [Run-time]</link>"
+
+#: 03080501.xhp
+msgctxt ""
+"03080501.xhp\n"
+"par_id3149346\n"
+"2\n"
+"help.text"
+msgid "Returns the integer value of a numeric expression by removing the fractional part of the number."
+msgstr "Vraca vrijednost u obliku cijelog broja tako sto odstrani frakcionalni dio broja."
+
+#: 03080501.xhp
+msgctxt ""
+"03080501.xhp\n"
+"hd_id3155419\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03080501.xhp
+msgctxt ""
+"03080501.xhp\n"
+"par_id3156152\n"
+"4\n"
+"help.text"
+msgid "Fix (Expression)"
+msgstr "Popravna (Izraz)"
+
+#: 03080501.xhp
+msgctxt ""
+"03080501.xhp\n"
+"hd_id3154923\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03080501.xhp
+msgctxt ""
+"03080501.xhp\n"
+"par_id3148947\n"
+"6\n"
+"help.text"
+msgid "Double"
+msgstr ""
+
+#: 03080501.xhp
+msgctxt ""
+"03080501.xhp\n"
+"hd_id3154760\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03080501.xhp
+msgctxt ""
+"03080501.xhp\n"
+"par_id3149457\n"
+"8\n"
+"help.text"
+msgid "<emph>Expression:</emph> Numeric expression that you want to return the integer value for."
+msgstr "<emph>Izraz</emph>: Brojcani izraz za koji zelite da vratite vrijednost u obliku cijelog broja."
+
+#: 03080501.xhp
+msgctxt ""
+"03080501.xhp\n"
+"hd_id3150447\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03080501.xhp
+#, fuzzy
+msgctxt ""
+"03080501.xhp\n"
+"par_id3156214\n"
+"11\n"
+"help.text"
+msgid "Print Fix(3.14159) ' returns 3."
+msgstr "Ispis Popravna(3.1415926) REM vraca 3."
+
+#: 03080501.xhp
+#, fuzzy
+msgctxt ""
+"03080501.xhp\n"
+"par_id3154217\n"
+"12\n"
+"help.text"
+msgid "Print Fix(0) ' returns 0."
+msgstr "Ispis Popravna(0) REM vraca 0."
+
+#: 03080501.xhp
+#, fuzzy
+msgctxt ""
+"03080501.xhp\n"
+"par_id3145786\n"
+"13\n"
+"help.text"
+msgid "Print Fix(-3.14159) ' returns -3."
+msgstr "Ispis Popravna(-3.1415926)REM vraca -3."
+
+#: 03090300.xhp
+msgctxt ""
+"03090300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Jumps"
+msgstr ""
+
+#: 03090300.xhp
+#, fuzzy
+msgctxt ""
+"03090300.xhp\n"
+"hd_id3151262\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090300.xhp\" name=\"Jumps\">Jumps</link>"
+msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"Macro\">Makro</link>"
+
+#: 03090300.xhp
+msgctxt ""
+"03090300.xhp\n"
+"par_id3148983\n"
+"2\n"
+"help.text"
+msgid "The following statements execute jumps."
+msgstr ""
+
+#: 03131500.xhp
+msgctxt ""
+"03131500.xhp\n"
+"tit\n"
+"help.text"
+msgid "CreateUnoStruct Function [Runtime]"
+msgstr "CreateUnoStruct Function [Run-time]"
+
+#: 03131500.xhp
+#, fuzzy
+msgctxt ""
+"03131500.xhp\n"
+"bm_id3150499\n"
+"help.text"
+msgid "<bookmark_value>CreateUnoStruct function</bookmark_value>"
+msgstr "<bookmark_value>JeliUnoStruct Funkcija</bookmark_value>"
+
+#: 03131500.xhp
+msgctxt ""
+"03131500.xhp\n"
+"hd_id3150499\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03131500.xhp\" name=\"CreateUnoStruct Function [Runtime]\">CreateUnoStruct Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03131500.xhp\" name=\"CreateUnoStruct Function [Run-time]\">CreateUnoStruct Function [Run-time]</link>"
+
+#: 03131500.xhp
+msgctxt ""
+"03131500.xhp\n"
+"par_id3150713\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Creates an instance of a Uno structure type.</ahelp>"
+msgstr ""
+
+#: 03131500.xhp
+msgctxt ""
+"03131500.xhp\n"
+"par_id3147226\n"
+"3\n"
+"help.text"
+msgid "Use the following structure for your statement:"
+msgstr "Koristite sljedecu strukturu za vase stejtmente:"
+
+#: 03131500.xhp
+#, fuzzy
+msgctxt ""
+"03131500.xhp\n"
+"par_id3149177\n"
+"4\n"
+"help.text"
+msgid "Dim oStruct as new com.sun.star.beans.Property"
+msgstr "Dim Struct1 kao novi com.sun.star.beans.Property"
+
+#: 03131500.xhp
+msgctxt ""
+"03131500.xhp\n"
+"hd_id3156153\n"
+"5\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03131500.xhp
+msgctxt ""
+"03131500.xhp\n"
+"par_id3155341\n"
+"6\n"
+"help.text"
+msgid "oStruct = CreateUnoStruct( Uno type name )"
+msgstr ""
+
+#: 03131500.xhp
+msgctxt ""
+"03131500.xhp\n"
+"hd_id3145316\n"
+"7\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03131500.xhp
+msgctxt ""
+"03131500.xhp\n"
+"par_id3149762\n"
+"8\n"
+"help.text"
+msgid "oStruct = CreateUnoStruct( \"com.sun.star.beans.Property\" )"
+msgstr ""
+
+#: 03030302.xhp
+#, fuzzy
+msgctxt ""
+"03030302.xhp\n"
+"tit\n"
+"help.text"
+msgid "Time Statement [Runtime]"
+msgstr "Dim Red[Pokretac- vrijeme]"
+
+#: 03030302.xhp
+#, fuzzy
+msgctxt ""
+"03030302.xhp\n"
+"bm_id3145090\n"
+"help.text"
+msgid "<bookmark_value>Time statement</bookmark_value>"
+msgstr "<bookmark_value>Naziv izjave</bookmark_value>"
+
+#: 03030302.xhp
+#, fuzzy
+msgctxt ""
+"03030302.xhp\n"
+"hd_id3145090\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030302.xhp\">Time Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03010101.xhp\">MsgBox Statement [Run-time]</link>"
+
+#: 03030302.xhp
+msgctxt ""
+"03030302.xhp\n"
+"par_id3150984\n"
+"2\n"
+"help.text"
+msgid "This function returns the current system time as a string in the format \"HH:MM:SS\"."
+msgstr ""
+
+#: 03030302.xhp
+msgctxt ""
+"03030302.xhp\n"
+"hd_id3154346\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03030302.xhp
+msgctxt ""
+"03030302.xhp\n"
+"par_id3149670\n"
+"4\n"
+"help.text"
+msgid "Time"
+msgstr "Vrijeme"
+
+#: 03030302.xhp
+msgctxt ""
+"03030302.xhp\n"
+"hd_id3150792\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03030302.xhp
+msgctxt ""
+"03030302.xhp\n"
+"par_id3149656\n"
+"6\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression that specifies the new time in the format \"HH:MM:SS\"."
+msgstr ""
+
+#: 03030302.xhp
+msgctxt ""
+"03030302.xhp\n"
+"hd_id3145173\n"
+"7\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03030302.xhp
+msgctxt ""
+"03030302.xhp\n"
+"par_id3150870\n"
+"9\n"
+"help.text"
+msgid "MsgBox Time,0,\"The time is\""
+msgstr ""
+
+#: 03131800.xhp
+msgctxt ""
+"03131800.xhp\n"
+"tit\n"
+"help.text"
+msgid "CreateUnoDialog Function [Runtime]"
+msgstr "CreateUnoDialog Function [Run-time]"
+
+#: 03131800.xhp
+#, fuzzy
+msgctxt ""
+"03131800.xhp\n"
+"bm_id3150040\n"
+"help.text"
+msgid "<bookmark_value>CreateUnoDialog function</bookmark_value>"
+msgstr "<bookmark_value>DateSerial funkcija</bookmark_value>"
+
+#: 03131800.xhp
+msgctxt ""
+"03131800.xhp\n"
+"hd_id3150040\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03131800.xhp\" name=\"CreateUnoDialog Function [Runtime]\">CreateUnoDialog Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03131800.xhp\" name=\"CreateUnoDialog Function [Run-time]\">CreateUnoDialog Function [Run-time]</link>"
+
+#: 03131800.xhp
+msgctxt ""
+"03131800.xhp\n"
+"par_id3154186\n"
+"2\n"
+"help.text"
+msgid "Creates a Basic Uno object that represents a Uno dialog control during Basic runtime."
+msgstr "Kreira a Basic Uno object that represents a Uno dialogue box control tokom Basic run-time."
+
+#: 03131800.xhp
+msgctxt ""
+"03131800.xhp\n"
+"par_id3153750\n"
+"3\n"
+"help.text"
+msgid "Dialogs are defined in the dialog libraries. To display a dialog, a \"live\" dialog must be created from the library."
+msgstr "Dialogue Boxes su definirani u box libraries. Za prikazivanje dialogue box, a \"live\" dialogue boxmora biti kreiran iz arhive."
+
+#: 03131800.xhp
+msgctxt ""
+"03131800.xhp\n"
+"par_id3153681\n"
+"4\n"
+"help.text"
+msgid "See <link href=\"text/sbasic/guide/sample_code.xhp\" name=\"Examples\">Examples</link>."
+msgstr "Pogledaj <link href=\"text/sbasic/guide/sample_code.xhp\" name=\"Examples\">Examples</link>."
+
+#: 03131800.xhp
+msgctxt ""
+"03131800.xhp\n"
+"hd_id3154286\n"
+"5\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03131800.xhp
+msgctxt ""
+"03131800.xhp\n"
+"par_id3159176\n"
+"6\n"
+"help.text"
+msgid "CreateUnoDialog( oDlgDesc )"
+msgstr ""
+
+#: 03131800.xhp
+msgctxt ""
+"03131800.xhp\n"
+"hd_id3143270\n"
+"7\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03131800.xhp
+msgctxt ""
+"03131800.xhp\n"
+"par_id3159157\n"
+"8\n"
+"help.text"
+msgid "' Get dialog description from the dialog library"
+msgstr "dialogue box opis iz dialogue box library"
+
+#: 03131800.xhp
+msgctxt ""
+"03131800.xhp\n"
+"par_id3149234\n"
+"9\n"
+"help.text"
+msgid "oDlgDesc = DialogLibraries.Standard.Dialog1"
+msgstr ""
+
+#: 03131800.xhp
+msgctxt ""
+"03131800.xhp\n"
+"par_id3154923\n"
+"10\n"
+"help.text"
+msgid "' generate \"live\" dialog"
+msgstr "generate \"live\" dialogue box"
+
+#: 03131800.xhp
+msgctxt ""
+"03131800.xhp\n"
+"par_id3149670\n"
+"11\n"
+"help.text"
+msgid "oDlgControl = CreateUnoDialog( oDlgDesc )"
+msgstr ""
+
+#: 03131800.xhp
+msgctxt ""
+"03131800.xhp\n"
+"par_id3148550\n"
+"12\n"
+"help.text"
+msgid "' display \"live\" dialog"
+msgstr "prikazi\"live\" dialogue box"
+
+#: 03131800.xhp
+msgctxt ""
+"03131800.xhp\n"
+"par_id3154072\n"
+"13\n"
+"help.text"
+msgid "oDlgControl.execute"
+msgstr ""
+
+#: 03102400.xhp
+#, fuzzy
+msgctxt ""
+"03102400.xhp\n"
+"tit\n"
+"help.text"
+msgid "IsEmpty Function [Runtime]"
+msgstr "Int Funkcija [Run-time]"
+
+#: 03102400.xhp
+#, fuzzy
+msgctxt ""
+"03102400.xhp\n"
+"bm_id3153394\n"
+"help.text"
+msgid "<bookmark_value>IsEmpty function</bookmark_value>"
+msgstr "<bookmark_value>Int Funkcija</bookmark_value>"
+
+#: 03102400.xhp
+#, fuzzy
+msgctxt ""
+"03102400.xhp\n"
+"hd_id3153394\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03102400.xhp\" name=\"IsEmpty Function [Runtime]\">IsEmpty Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120401.xhp\" name=\"InStr Function [Run-time]\">InStr funkcija [U izvršenju]</link>"
+
+#: 03102400.xhp
+msgctxt ""
+"03102400.xhp\n"
+"par_id3163045\n"
+"2\n"
+"help.text"
+msgid "Tests if a Variant variable contains the Empty value. The Empty value indicates that the variable is not initialized."
+msgstr ""
+
+#: 03102400.xhp
+msgctxt ""
+"03102400.xhp\n"
+"hd_id3159158\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03102400.xhp
+msgctxt ""
+"03102400.xhp\n"
+"par_id3153126\n"
+"4\n"
+"help.text"
+msgid "IsEmpty (Var)"
+msgstr ""
+
+#: 03102400.xhp
+msgctxt ""
+"03102400.xhp\n"
+"hd_id3148685\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03102400.xhp
+msgctxt ""
+"03102400.xhp\n"
+"par_id3156344\n"
+"6\n"
+"help.text"
+msgid "Bool"
+msgstr ""
+
+#: 03102400.xhp
+msgctxt ""
+"03102400.xhp\n"
+"hd_id3148947\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03102400.xhp
+msgctxt ""
+"03102400.xhp\n"
+"par_id3154347\n"
+"8\n"
+"help.text"
+msgid "<emph>Var:</emph> Any variable that you want to test. If the Variant contains the Empty value, the function returns True, otherwise the function returns False."
+msgstr ""
+
+#: 03102400.xhp
+msgctxt ""
+"03102400.xhp\n"
+"hd_id3154138\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03102400.xhp
+msgctxt ""
+"03102400.xhp\n"
+"par_id3154863\n"
+"13\n"
+"help.text"
+msgid "Print IsEmpty(sVar) ' Returns True"
+msgstr ""
+
+#: 03030200.xhp
+#, fuzzy
+msgctxt ""
+"03030200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Converting Time Values"
+msgstr "Pretvaranje datumskih vrijednosti"
+
+#: 03030200.xhp
+#, fuzzy
+msgctxt ""
+"03030200.xhp\n"
+"hd_id3147226\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030200.xhp\" name=\"Converting Time Values\">Converting Time Values</link>"
+msgstr "<link href=\"text/sbasic/shared/03080300.xhp\" name=\"Stvaranje Slucajnih Brojeva\">Stvaranje Slucajnih Brojeva</link>"
+
+#: 03030200.xhp
+#, fuzzy
+msgctxt ""
+"03030200.xhp\n"
+"par_id3149415\n"
+"2\n"
+"help.text"
+msgid "The following functions convert time values to calculable numbers."
+msgstr "Iduće funkcije pretvaraju datumske vrijednosti u računljive brojeve i nazad."
+
+#: 03100600.xhp
+msgctxt ""
+"03100600.xhp\n"
+"tit\n"
+"help.text"
+msgid "CLng Function [Runtime]"
+msgstr "CLng Function [Run-time]"
+
+#: 03100600.xhp
+#, fuzzy
+msgctxt ""
+"03100600.xhp\n"
+"bm_id3153311\n"
+"help.text"
+msgid "<bookmark_value>CLng function</bookmark_value>"
+msgstr "<bookmark_value>Log Funkcija</bookmark_value>"
+
+#: 03100600.xhp
+msgctxt ""
+"03100600.xhp\n"
+"hd_id3153311\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03100600.xhp\" name=\"CLng Function [Runtime]\">CLng Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03100600.xhp\" name=\"CLng Function [Run-time]\">CLng Function [Run-time]</link>"
+
+#: 03100600.xhp
+msgctxt ""
+"03100600.xhp\n"
+"par_id3148686\n"
+"2\n"
+"help.text"
+msgid "Converts any string or numeric expression to a long integer."
+msgstr "Konvertuje Bilo koji znak ili brojnu vrijednost u dugi cijeli broj."
+
+#: 03100600.xhp
+msgctxt ""
+"03100600.xhp\n"
+"hd_id3145315\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03100600.xhp
+msgctxt ""
+"03100600.xhp\n"
+"par_id3147573\n"
+"4\n"
+"help.text"
+msgid "CLng (Expression)"
+msgstr "CLng (Izraz)"
+
+#: 03100600.xhp
+msgctxt ""
+"03100600.xhp\n"
+"hd_id3145610\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03100600.xhp
+msgctxt ""
+"03100600.xhp\n"
+"par_id3153897\n"
+"6\n"
+"help.text"
+msgid "Long"
+msgstr ""
+
+#: 03100600.xhp
+msgctxt ""
+"03100600.xhp\n"
+"hd_id3154760\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03100600.xhp
+msgctxt ""
+"03100600.xhp\n"
+"par_id3159414\n"
+"8\n"
+"help.text"
+msgid "<emph>Expression:</emph> Any numerical expression that you want to convert. If the <emph>Expression</emph> lies outside the valid long integer range between -2.147.483.648 and 2.147.483.647, $[officename] Basic returns an overflow error. To convert a string expression, the number must be entered as normal text (\"123.5\") using the default number format of your operating system."
+msgstr "<emph>Expression</emph>:brojna vrijednost koju zelis konvertovati.Ako <emph>Expression</emph> lezi izvan vrijednosnog ranga -2,147,483,648 do 2,147,483,647, $[officename] . Za konvertovanje znakovne vrijednosti, broj mora biti unesen kao normalan tekst (\"123.5\")koristeci defaultni brojni izraz operativnog sistema."
+
+#: 03100600.xhp
+msgctxt ""
+"03100600.xhp\n"
+"par_id3150358\n"
+"9\n"
+"help.text"
+msgid "This function always rounds the fractional part of a number to the nearest integer."
+msgstr ""
+
+#: 03100600.xhp
+msgctxt ""
+"03100600.xhp\n"
+"hd_id3154216\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: main0211.xhp
+msgctxt ""
+"main0211.xhp\n"
+"tit\n"
+"help.text"
+msgid "Macro Toolbar"
+msgstr "Makro Traka sa Alatima"
+
+#: main0211.xhp
+msgctxt ""
+"main0211.xhp\n"
+"bm_id3150543\n"
+"help.text"
+msgid "<bookmark_value>toolbars; Basic IDE</bookmark_value><bookmark_value>macro toolbar</bookmark_value>"
+msgstr "<bookmark_value>toolbars; Osnovni IDE</bookmark_value><bookmark_value>Makro traka sa alatima</bookmark_value>"
+
+#: main0211.xhp
+msgctxt ""
+"main0211.xhp\n"
+"hd_id3150543\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/main0211.xhp\" name=\"Macro Toolbar\">Macro Toolbar</link>"
+msgstr "<link href=\"text/sbasic/shared/main0211.xhp\" name=\"Macro Toolbar\">Makro traka sa alatima</link>"
+
+#: main0211.xhp
+msgctxt ""
+"main0211.xhp\n"
+"par_id3147288\n"
+"2\n"
+"help.text"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:MacroBarVisible\">The <emph>Macro Toolbar </emph>contains commands to create, edit, and run macros.</ahelp>"
+msgstr ":<ahelp visibility=\"visible\" hid=\".uno:MacroBarVisible\">The <emph>Macro Toolbar</emph> Sadrzi komande za kreiranje editovanje i pokretanje makroa.</ahelp>"
+
+#: 03070100.xhp
+#, fuzzy
+msgctxt ""
+"03070100.xhp\n"
+"tit\n"
+"help.text"
+msgid "\"-\" Operator [Runtime]"
+msgstr "MOD Operator [Vrijeme izvodjenja]"
+
+#: 03070100.xhp
+#, fuzzy
+msgctxt ""
+"03070100.xhp\n"
+"bm_id3156042\n"
+"help.text"
+msgid "<bookmark_value>\"-\" operator (mathematical)</bookmark_value>"
+msgstr "<bookmark_value>MOD operator (matematicki)</bookmark_value>"
+
+#: 03070100.xhp
+#, fuzzy
+msgctxt ""
+"03070100.xhp\n"
+"hd_id3156042\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03070100.xhp\">\"-\" Operator [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03100050.xhp\">CCur Function [Run-time]</link>"
+
+#: 03070100.xhp
+msgctxt ""
+"03070100.xhp\n"
+"par_id3153345\n"
+"2\n"
+"help.text"
+msgid "Subtracts two values."
+msgstr ""
+
+#: 03070100.xhp
+msgctxt ""
+"03070100.xhp\n"
+"hd_id3149416\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03070100.xhp
+#, fuzzy
+msgctxt ""
+"03070100.xhp\n"
+"par_id3156023\n"
+"4\n"
+"help.text"
+msgid "Result = Expression1 - Expression2"
+msgstr "Resultat = Izrar_1 MOD Izraz_2"
+
+#: 03070100.xhp
+msgctxt ""
+"03070100.xhp\n"
+"hd_id3154760\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03070100.xhp
+#, fuzzy
+msgctxt ""
+"03070100.xhp\n"
+"par_id3147560\n"
+"6\n"
+"help.text"
+msgid "<emph>Result:</emph> Any numerical expression that contains the result of the subtraction."
+msgstr "<emph>Resultat:</emph>: Brojcana varijabla koja sadrzi rezultat MOD operacije."
+
+#: 03070100.xhp
+#, fuzzy
+msgctxt ""
+"03070100.xhp\n"
+"par_id3150398\n"
+"7\n"
+"help.text"
+msgid "<emph>Expression1, Expression2:</emph> Any numerical expressions that you want to subtract."
+msgstr "<emph>Izraz_1, Izraz_2</emph>: Brojcani izraz koji zelite da podijelite."
+
+#: 03070100.xhp
+msgctxt ""
+"03070100.xhp\n"
+"hd_id3154366\n"
+"8\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03030205.xhp
+#, fuzzy
+msgctxt ""
+"03030205.xhp\n"
+"tit\n"
+"help.text"
+msgid "TimeSerial Function [Runtime]"
+msgstr "DateSerial funkcija [Run-time]"
+
+#: 03030205.xhp
+#, fuzzy
+msgctxt ""
+"03030205.xhp\n"
+"bm_id3143271\n"
+"help.text"
+msgid "<bookmark_value>TimeSerial function</bookmark_value>"
+msgstr "<bookmark_value>DateSerial funkcija</bookmark_value>"
+
+#: 03030205.xhp
+#, fuzzy
+msgctxt ""
+"03030205.xhp\n"
+"hd_id3143271\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030205.xhp\" name=\"TimeSerial Function [Runtime]\">TimeSerial Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030101.xhp\" name=\"DateSerial funkcija[Run-time]\">DateSerial funkcija[Run-time]</link>"
+
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"par_id3156344\n"
+"2\n"
+"help.text"
+msgid "Calculates a serial time value for the specified hour, minute, and second parameters that are passed as numeric value. You can then use this value to calculate the difference between times."
+msgstr ""
+
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"hd_id3146794\n"
+"4\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"par_id3150792\n"
+"5\n"
+"help.text"
+msgid "TimeSerial (hour, minute, second)"
+msgstr ""
+
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"hd_id3148797\n"
+"6\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"par_id3154908\n"
+"7\n"
+"help.text"
+msgid "Date"
+msgstr "Datum"
+
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"hd_id3154124\n"
+"8\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"par_id3153193\n"
+"9\n"
+"help.text"
+msgid "<emph>hour:</emph> Any integer expression that indicates the hour of the time that is used to determine the serial time value. Valid values: 0-23."
+msgstr ""
+
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"par_id3159252\n"
+"10\n"
+"help.text"
+msgid "<emph>minute:</emph> Any integer expression that indicates the minute of the time that is used to determine the serial time value. In general, use values between 0 and 59. However, you can also use values that lie outside of this range, where the number of minutes influence the hour value."
+msgstr ""
+
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"par_id3161831\n"
+"11\n"
+"help.text"
+msgid "<emph>second:</emph> Any integer expression that indicates the second of the time that is used to determine the serial time value. In general, you can use values between 0 and 59. However, you can also use values that lie outside of this range, where the number seconds influences the minute value."
+msgstr ""
+
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"par_id3155854\n"
+"12\n"
+"help.text"
+msgid "<emph>Examples:</emph>"
+msgstr "<emph>Examples</emph>:"
+
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"par_id3153952\n"
+"13\n"
+"help.text"
+msgid "12, -5, 45 corresponds to 11, 55, 45"
+msgstr ""
+
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"par_id3147349\n"
+"14\n"
+"help.text"
+msgid "12, 61, 45 corresponds to 13, 2, 45"
+msgstr ""
+
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"par_id3147426\n"
+"15\n"
+"help.text"
+msgid "12, 20, -2 corresponds to 12, 19, 58"
+msgstr ""
+
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"par_id3153365\n"
+"16\n"
+"help.text"
+msgid "12, 20, 63 corresponds to 12, 21, 4"
+msgstr ""
+
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"par_id3146985\n"
+"17\n"
+"help.text"
+msgid "You can use the TimeSerial function to convert any time into a single value that you can use to calculate time differences."
+msgstr ""
+
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"par_id3155308\n"
+"18\n"
+"help.text"
+msgid "The TimeSerial function returns the type Variant with VarType 7 (Date). This value is stored internally as a double-precision number between 0 and 0.9999999999. As opposed to the DateSerial or DateValue function, where the serial date values are calculated as days relative to a fixed date, you can calculate with values returned by the TimeSerial function, but you cannot evaluate them."
+msgstr ""
+
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"par_id3149482\n"
+"19\n"
+"help.text"
+msgid "In the TimeValue function, you can pass a string as a parameter containing the time. For the TimeSerial function, however, you can pass the individual parameters (hour, minute, second) as separate numeric expressions."
+msgstr ""
+
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"hd_id3154790\n"
+"20\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"par_id3155600\n"
+"25\n"
+"help.text"
+msgid "MsgBox dDate,64,\"Time as a number\""
+msgstr ""
+
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"par_id3153417\n"
+"26\n"
+"help.text"
+msgid "MsgBox sDate,64,\"Formatted time\""
+msgstr ""
+
+#: 03110000.xhp
+msgctxt ""
+"03110000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Comparison Operators"
+msgstr "Operatori uporedivanja"
+
+#: 03110000.xhp
+msgctxt ""
+"03110000.xhp\n"
+"hd_id3155555\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03110000.xhp\" name=\"Comparison Operators\">Comparison Operators</link>"
+msgstr "<link href=\"text/sbasic/shared/03110000.xhp\" name=\"Operatori uporedivanja\">operatori uporedivanja</link>"
+
+#: 03110000.xhp
+msgctxt ""
+"03110000.xhp\n"
+"par_id3153528\n"
+"2\n"
+"help.text"
+msgid "The available comparison operators are described here."
+msgstr "Dostupni operatori uporedivanja su opisani ovdje."
+
+#: 03090100.xhp
+msgctxt ""
+"03090100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Condition Statements"
+msgstr ""
+
+#: 03090100.xhp
+#, fuzzy
+msgctxt ""
+"03090100.xhp\n"
+"hd_id3154422\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090100.xhp\" name=\"Condition Statements\">Condition Statements</link>"
+msgstr "<link href=\"text/sbasic/shared/03090400.xhp\" name=\"Daljnje izjave\">Further Statements</link>"
+
+#: 03090100.xhp
+msgctxt ""
+"03090100.xhp\n"
+"par_id3153750\n"
+"2\n"
+"help.text"
+msgid "The following statements are based on conditions."
+msgstr ""
+
+#: 03120105.xhp
+msgctxt ""
+"03120105.xhp\n"
+"tit\n"
+"help.text"
+msgid "CByte Function [Runtime]"
+msgstr "CByte Funkcija [Vrijeme izvršavanja]"
+
+#: 03120105.xhp
+msgctxt ""
+"03120105.xhp\n"
+"bm_id3156027\n"
+"help.text"
+msgid "<bookmark_value>CByte function</bookmark_value>"
+msgstr "<bookmark_value>CByte Funkcija</bookmark_value>"
+
+#: 03120105.xhp
+msgctxt ""
+"03120105.xhp\n"
+"hd_id3156027\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120105.xhp\" name=\"CByte Function [Runtime]\">CByte Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120105.xhp\" name=\"CByte Funkcija [Vrijeme izvršavanja]\">CByte Funkcija [Vrijeme izvršavanja]</link>"
+
+#: 03120105.xhp
+msgctxt ""
+"03120105.xhp\n"
+"par_id3143267\n"
+"2\n"
+"help.text"
+msgid "Converts a string or a numeric expression to the type Byte."
+msgstr "Pretvara string ili brojnu vrijednost u Byte."
+
+#: 03120105.xhp
+msgctxt ""
+"03120105.xhp\n"
+"hd_id3149811\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03120105.xhp
+msgctxt ""
+"03120105.xhp\n"
+"par_id3147573\n"
+"4\n"
+"help.text"
+msgid "Cbyte( expression )"
+msgstr "Cbyte( izraz )"
+
+#: 03120105.xhp
+msgctxt ""
+"03120105.xhp\n"
+"hd_id3145315\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03120105.xhp
+msgctxt ""
+"03120105.xhp\n"
+"par_id3148473\n"
+"6\n"
+"help.text"
+msgid "Byte"
+msgstr ""
+
+#: 03120105.xhp
+msgctxt ""
+"03120105.xhp\n"
+"hd_id3147530\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03120105.xhp
+msgctxt ""
+"03120105.xhp\n"
+"par_id3145068\n"
+"8\n"
+"help.text"
+msgid "<emph>Expression:</emph> A string or a numeric expression."
+msgstr "<emph>Expression</emph>: String ili brojna vrijednost."
+
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"tit\n"
+"help.text"
+msgid "InputBox Function [Runtime]"
+msgstr "InputBox Function [Run-time]"
+
+#: 03010201.xhp
+#, fuzzy
+msgctxt ""
+"03010201.xhp\n"
+"bm_id3148932\n"
+"help.text"
+msgid "<bookmark_value>InputBox function</bookmark_value>"
+msgstr "<bookmark_value>Int Funkcija</bookmark_value>"
+
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"hd_id3148932\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03010201.xhp\" name=\"InputBox Function [Runtime]\">InputBox Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03010201.xhp\" name=\"InputBox Function [Run-time]\">InputBox Function [Run-time]</link>"
+
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"par_id3151262\n"
+"2\n"
+"help.text"
+msgid "Displays a prompt in a dialog at which the user can input text. The input is assigned to a variable."
+msgstr "Prujazuje dijalog gdje korisnik kuca. input je kao varijabla"
+
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"par_id3151100\n"
+"3\n"
+"help.text"
+msgid "The <emph>InputBox</emph> statement is a convenient method of entering text through a dialog. Confirm the input by clicking OK or pressing Return. The input is returned as the function return value. If you close the dialog with Cancel, <emph>InputBox</emph> returns a zero-length string (\"\")."
+msgstr "The <emph>InputBox</emph> izraz je dobra metoda za unosenje teksta kroz dijalog. potvrdi unos klikajuci ok ili Return. input je vracen kao funkcija. ako zatvorite dijalog sa Cancel, <emph>InputBox</emph> vraca string koji nij eprazan (<emph>\"\"</emph>)."
+
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"hd_id3152347\n"
+"4\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"par_id3159201\n"
+"5\n"
+"help.text"
+msgid "InputBox (Msg As String[, Title As String[, Default As String[, x_pos As Integer, y_pos As Integer]]]])"
+msgstr "InputBox (Msg As String[, Title As String[, Default As String[, x_pos As Integer, y_pos As Integer]]]])"
+
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"hd_id3150713\n"
+"6\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03010201.xhp
+#, fuzzy
+msgctxt ""
+"03010201.xhp\n"
+"par_id3145090\n"
+"7\n"
+"help.text"
+msgid "String"
+msgstr "Stringovi"
+
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"hd_id3149346\n"
+"8\n"
+"help.text"
+msgid "Parameter:"
+msgstr "Parametar:"
+
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"par_id3153311\n"
+"9\n"
+"help.text"
+msgid "<emph>Msg</emph>: String expression displayed as the message in the dialog box."
+msgstr "<emph>Msg</emph>: String expression displayed as the message in the dialogue box."
+
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"par_id3145315\n"
+"10\n"
+"help.text"
+msgid "<emph>Title</emph>: String expression displayed in the title bar of the dialog box."
+msgstr "<emph>Naslov</emph>: String expression displayed in the title bar of the dialogue box."
+
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"par_id3154307\n"
+"11\n"
+"help.text"
+msgid "<emph>Default</emph>: String expression displayed in the text box as default if no other input is given."
+msgstr "<emph>Uobičajeno</emph>: String expression displayed in the text box as default if no other input is given."
+
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"par_id3147573\n"
+"12\n"
+"help.text"
+msgid "<emph>x_pos</emph>: Integer expression that specifies the horizontal position of the dialog. The position is an absolute coordinate and does not refer to the window of the office application."
+msgstr "<emph>x_pos</emph>: Integer expression that specifies the horizontal position of the dialogue box. The position is an absolute coordinate and does not refer to the window of the office application."
+
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"par_id3156024\n"
+"13\n"
+"help.text"
+msgid "<emph>y_pos</emph>: Integer expression that specifies the vertical position of the dialog. The position is an absolute coordinate and does not refer to the window of the office application."
+msgstr "<emph>y_pos</emph>: Integer expression that specifies the vertical position of the dialogue box. The position is an absolute coordinate and does not refer to the window of the office application."
+
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"par_id3153897\n"
+"14\n"
+"help.text"
+msgid "If <emph>x_pos</emph> and <emph>y_pos</emph> are omitted, the dialog is centered on the screen. The position is specified in <link href=\"text/sbasic/shared/00000002.xhp#twips\" name=\"twips\">twips</link>."
+msgstr "ako <emph>x_pos</emph> and <emph>y_pos</emph> are omitted, the dialogue box is centred on the screen. The position is specified in <link href=\"text/sbasic/shared/00000002.xhp#twips\" name=\"twips\">twips</link>."
+
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"hd_id3149456\n"
+"15\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"par_id3154367\n"
+"18\n"
+"help.text"
+msgid "sText = InputBox (\"Please enter a phrase:\",\"Dear User\")"
+msgstr "sText = InputBox(\"Please enter a phrase:\", \"Dear User\")"
+
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"par_id3151042\n"
+"19\n"
+"help.text"
+msgid "MsgBox ( sText , 64, \"Confirmation of phrase\")"
+msgstr "MsgBox(sText, 64, \"Confirmation of phrase\")"
+
+#: 03060100.xhp
+#, fuzzy
+msgctxt ""
+"03060100.xhp\n"
+"tit\n"
+"help.text"
+msgid "AND Operator [Runtime]"
+msgstr "MOD Operator [Vrijeme izvodjenja]"
+
+#: 03060100.xhp
+#, fuzzy
+msgctxt ""
+"03060100.xhp\n"
+"bm_id3146117\n"
+"help.text"
+msgid "<bookmark_value>AND operator (logical)</bookmark_value>"
+msgstr "<bookmark_value>MOD operator (matematicki)</bookmark_value>"
+
+#: 03060100.xhp
+#, fuzzy
+msgctxt ""
+"03060100.xhp\n"
+"hd_id3146117\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03060100.xhp\" name=\"AND Operator [Runtime]\">AND Operator [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03070600.xhp\" name=\"MOD Operator [Vrijeme izvodjenja]\">MOD Operator [Vrijeme izvodjenja]</link>"
+
+#: 03060100.xhp
+msgctxt ""
+"03060100.xhp\n"
+"par_id3143268\n"
+"2\n"
+"help.text"
+msgid "Logically combines two expressions."
+msgstr ""
+
+#: 03060100.xhp
+msgctxt ""
+"03060100.xhp\n"
+"hd_id3147574\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03060100.xhp
+#, fuzzy
+msgctxt ""
+"03060100.xhp\n"
+"par_id3156344\n"
+"4\n"
+"help.text"
+msgid "Result = Expression1 And Expression2"
+msgstr "Resultat = Izrar_1 MOD Izraz_2"
+
+#: 03060100.xhp
+msgctxt ""
+"03060100.xhp\n"
+"hd_id3148946\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03060100.xhp
+#, fuzzy
+msgctxt ""
+"03060100.xhp\n"
+"par_id3149457\n"
+"6\n"
+"help.text"
+msgid "<emph>Result:</emph> Any numeric variable that records the result of the combination."
+msgstr "<emph>Resultat:</emph>: Brojcana varijabla koja sadrzi rezultat MOD operacije."
+
+#: 03060100.xhp
+#, fuzzy
+msgctxt ""
+"03060100.xhp\n"
+"par_id3150541\n"
+"7\n"
+"help.text"
+msgid "<emph>Expression1, Expression2:</emph> Any expressions that you want to combine."
+msgstr "<emph>Izraz_1, Izraz_2</emph>: Brojcani izraz koji zelite da podijelite."
+
+#: 03060100.xhp
+msgctxt ""
+"03060100.xhp\n"
+"par_id3156215\n"
+"8\n"
+"help.text"
+msgid "Boolean expressions combined with AND only return the value <emph>True</emph> if both expressions evaluate to <emph>True</emph>:"
+msgstr ""
+
+#: 03060100.xhp
+msgctxt ""
+"03060100.xhp\n"
+"par_id3150870\n"
+"9\n"
+"help.text"
+msgid "<emph>True</emph> AND <emph>True</emph> returns <emph>True</emph>; for all other combinations the result is <emph>False</emph>."
+msgstr ""
+
+#: 03060100.xhp
+msgctxt ""
+"03060100.xhp\n"
+"par_id3153768\n"
+"10\n"
+"help.text"
+msgid "The AND operator also performs a bitwise comparison of identically positioned bits in two numeric expressions."
+msgstr ""
+
+#: 03060100.xhp
+msgctxt ""
+"03060100.xhp\n"
+"hd_id3153727\n"
+"11\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03060100.xhp
+msgctxt ""
+"03060100.xhp\n"
+"par_id3146984\n"
+"16\n"
+"help.text"
+msgid "vVarOut = A > B And B > C ' returns -1"
+msgstr ""
+
+#: 03060100.xhp
+msgctxt ""
+"03060100.xhp\n"
+"par_id3154014\n"
+"17\n"
+"help.text"
+msgid "vVarOut = B > A And B > C ' returns 0"
+msgstr ""
+
+#: 03060100.xhp
+msgctxt ""
+"03060100.xhp\n"
+"par_id3149262\n"
+"18\n"
+"help.text"
+msgid "vVarOut = A > B And B > D ' returns 0"
+msgstr ""
+
+#: 03060100.xhp
+msgctxt ""
+"03060100.xhp\n"
+"par_id3145751\n"
+"19\n"
+"help.text"
+msgid "vVarOut = (B > D And B > A) ' returns 0"
+msgstr ""
+
+#: 03060100.xhp
+msgctxt ""
+"03060100.xhp\n"
+"par_id3147394\n"
+"20\n"
+"help.text"
+msgid "vVarOut = B And A ' returns 8 due to the bitwise And combination of both arguments"
+msgstr ""
+
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Programming with $[officename] Basic"
+msgstr ""
+
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"hd_id3156027\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"doc_title\"><link href=\"text/sbasic/shared/01000000.xhp\" name=\"Programming with $[officename] Basic \">Programming with $[officename] Basic </link></variable>"
+msgstr ""
+
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"par_id3153708\n"
+"2\n"
+"help.text"
+msgid "This is where you find general information about working with macros and $[officename] Basic."
+msgstr ""
+
+#: 03090403.xhp
+msgctxt ""
+"03090403.xhp\n"
+"tit\n"
+"help.text"
+msgid "Declare Statement [Runtime]"
+msgstr "Odredi Izjava [Run-time]"
+
+#: 03090403.xhp
+msgctxt ""
+"03090403.xhp\n"
+"bm_id3148473\n"
+"help.text"
+msgid "<bookmark_value>Declare statement</bookmark_value>"
+msgstr "<bookmark_value>Odredi Izjava</bookmark_value>"
+
+#: 03090403.xhp
+msgctxt ""
+"03090403.xhp\n"
+"hd_id3148473\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090403.xhp\" name=\"Declare Statement [Runtime]\">Declare Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090403.xhp\" name=\"Odredi Izjava [Run-time]\">Odredi Izjava [Run-time]</link>"
+
+#: 03090403.xhp
+msgctxt ""
+"03090403.xhp\n"
+"bm_id3145316\n"
+"help.text"
+msgid "<bookmark_value>DLL (Dynamic Link Library)</bookmark_value>"
+msgstr ""
+
+#: 03090403.xhp
+msgctxt ""
+"03090403.xhp\n"
+"par_id3145316\n"
+"2\n"
+"help.text"
+msgid "Declares and defines a subroutine in a DLL file that you want to execute from $[officename] Basic."
+msgstr "Proglašava i definira potprogram u DLL fileu iz kojeg želite da pokrenete $[officename] Basic."
+
+#: 03090403.xhp
+msgctxt ""
+"03090403.xhp\n"
+"par_id3146795\n"
+"3\n"
+"help.text"
+msgid "See also: <link href=\"text/sbasic/shared/03090405.xhp\" name=\"FreeLibrary\">FreeLibrary</link>"
+msgstr "Pogledaj također: <link href=\"text/sbasic/shared/03090405.xhp\" name=\"FreeLibrary\">FreeLibrary</link>"
+
+#: 03090403.xhp
+msgctxt ""
+"03090403.xhp\n"
+"hd_id3156344\n"
+"4\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03090403.xhp
+msgctxt ""
+"03090403.xhp\n"
+"par_id3148664\n"
+"5\n"
+"help.text"
+msgid "Declare {Sub | Function} Name Lib \"Libname\" [Alias \"Aliasname\"] [Parameter] [As Type]"
+msgstr ""
+
+#: 03090403.xhp
+msgctxt ""
+"03090403.xhp\n"
+"hd_id3153360\n"
+"6\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03090403.xhp
+msgctxt ""
+"03090403.xhp\n"
+"par_id3154140\n"
+"8\n"
+"help.text"
+msgid "<emph>Name:</emph> A different name than defined in the DLL, to call the subroutine from $[officename] Basic."
+msgstr "<emph>Ime</emph>: Drukcije ime od onoga datog u DLL, da pozovete potprogram iz $[officename] Basic."
+
+#: 03090403.xhp
+msgctxt ""
+"03090403.xhp\n"
+"par_id3150870\n"
+"9\n"
+"help.text"
+msgid "<emph>Aliasname</emph>: Name of the subroutine as defined in the DLL."
+msgstr "<emph>Aliasname</emph>:ime potprograma je datu u DLL."
+
+#: 03090403.xhp
+msgctxt ""
+"03090403.xhp\n"
+"par_id3154684\n"
+"10\n"
+"help.text"
+msgid "<emph>Libname:</emph> File or system name of the DLL. This library is automatically loaded the first time the function is used."
+msgstr "<emph>Libname</emph>: Datoteke ili sustav naziva DLL. Ova biblioteka je automatski učita prvi put da se koristi funkcija."
+
+#: 03090403.xhp
+msgctxt ""
+"03090403.xhp\n"
+"par_id3148452\n"
+"11\n"
+"help.text"
+msgid "<emph>Argumentlist:</emph> List of parameters representing arguments that are passed to the procedure when it is called. The type and number of parameters is dependent on the executed procedure."
+msgstr ""
+
+#: 03090403.xhp
+msgctxt ""
+"03090403.xhp\n"
+"par_id3147289\n"
+"12\n"
+"help.text"
+msgid "<emph>Type:</emph> Defines the data type of the value that is returned by a function procedure. You can exclude this parameter if a type-declaration character is entered after the name."
+msgstr ""
+
+#: 03090403.xhp
+msgctxt ""
+"03090403.xhp\n"
+"par_id3146922\n"
+"13\n"
+"help.text"
+msgid "To pass a parameter to a subroutine as a value instead of as a reference, the parameter must be indicated by the keyword <emph>ByVal</emph>."
+msgstr "da bi proslijedili parametar potprograma kao vrijednost, a ne kao referenca, parametar mora biti označen ključne riječi <emph> ByVal </emph>."
+
+#: 03090403.xhp
+msgctxt ""
+"03090403.xhp\n"
+"hd_id3153951\n"
+"14\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03120400.xhp
+msgctxt ""
+"03120400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Editing String Length"
+msgstr "Uredi dužinu Stringa:"
+
+#: 03120400.xhp
+msgctxt ""
+"03120400.xhp\n"
+"hd_id3155150\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120400.xhp\" name=\"Editing String Length\">Editing String Length</link>"
+msgstr "<link href=\"text/sbasic/shared/03120400.xhp\" name=\"Editing String Length\">Uredi dužinu Stringa</link>"
+
+#: 03120400.xhp
+msgctxt ""
+"03120400.xhp\n"
+"par_id3159201\n"
+"2\n"
+"help.text"
+msgid "The following functions determine string lengths and compare strings."
+msgstr "Sljedece funkcije pokazuju dužinu stringa i porede stringove."
+
+#: 03060500.xhp
+#, fuzzy
+msgctxt ""
+"03060500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Or-Operator [Runtime]"
+msgstr "MOD Operator [Vrijeme izvodjenja]"
+
+#: 03060500.xhp
+#, fuzzy
+msgctxt ""
+"03060500.xhp\n"
+"bm_id3150986\n"
+"help.text"
+msgid "<bookmark_value>Or operator (logical)</bookmark_value>"
+msgstr "<bookmark_value>MOD operator (matematicki)</bookmark_value>"
+
+#: 03060500.xhp
+#, fuzzy
+msgctxt ""
+"03060500.xhp\n"
+"hd_id3150986\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03060500.xhp\" name=\"Or-Operator [Runtime]\">Or Operator [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03070600.xhp\" name=\"MOD Operator [Vrijeme izvodjenja]\">MOD Operator [Vrijeme izvodjenja]</link>"
+
+#: 03060500.xhp
+msgctxt ""
+"03060500.xhp\n"
+"par_id3148552\n"
+"2\n"
+"help.text"
+msgid "Performs a logical OR disjunction on two expressions."
+msgstr ""
+
+#: 03060500.xhp
+msgctxt ""
+"03060500.xhp\n"
+"hd_id3148664\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03060500.xhp
+#, fuzzy
+msgctxt ""
+"03060500.xhp\n"
+"par_id3150358\n"
+"4\n"
+"help.text"
+msgid "Result = Expression1 Or Expression2"
+msgstr "Resultat = Izrar_1 MOD Izraz_2"
+
+#: 03060500.xhp
+msgctxt ""
+"03060500.xhp\n"
+"hd_id3151211\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03060500.xhp
+#, fuzzy
+msgctxt ""
+"03060500.xhp\n"
+"par_id3153192\n"
+"6\n"
+"help.text"
+msgid "<emph>Result:</emph> Any numeric variable that contains the result of the disjunction."
+msgstr "<emph>Resultat:</emph>: Brojcana varijabla koja sadrzi rezultat MOD operacije."
+
+#: 03060500.xhp
+#, fuzzy
+msgctxt ""
+"03060500.xhp\n"
+"par_id3147229\n"
+"7\n"
+"help.text"
+msgid "<emph>Expression1, Expression2:</emph> Any numeric expressions that you want to compare."
+msgstr "<emph>Izraz_1, Izraz_2</emph>: Brojcani izraz koji zelite da podijelite."
+
+#: 03060500.xhp
+msgctxt ""
+"03060500.xhp\n"
+"par_id3154684\n"
+"8\n"
+"help.text"
+msgid "A logical OR disjunction of two Boolean expressions returns the value True if at least one comparison expression is True."
+msgstr ""
+
+#: 03060500.xhp
+msgctxt ""
+"03060500.xhp\n"
+"par_id3153768\n"
+"9\n"
+"help.text"
+msgid "A bit-wise comparison sets a bit in the result if the corresponding bit is set in at least one of the two expressions."
+msgstr ""
+
+#: 03060500.xhp
+msgctxt ""
+"03060500.xhp\n"
+"hd_id3161831\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03120301.xhp
+#, fuzzy
+msgctxt ""
+"03120301.xhp\n"
+"tit\n"
+"help.text"
+msgid "Format Function [Runtime]"
+msgstr "Niz Funkcija [Vrijeme izvršavanja]"
+
+#: 03120301.xhp
+#, fuzzy
+msgctxt ""
+"03120301.xhp\n"
+"bm_id3153539\n"
+"help.text"
+msgid "<bookmark_value>Format function</bookmark_value>"
+msgstr "<bookmark_value>Niz Funkcija</bookmark_value>"
+
+#: 03120301.xhp
+#, fuzzy
+msgctxt ""
+"03120301.xhp\n"
+"hd_id3153539\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120301.xhp\" name=\"Format Function [Runtime]\">Format Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120311.xhp\" name=\"Trim Function [Run-time]\">Trim funkcija [U izvršenju]</link>"
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3156042\n"
+"2\n"
+"help.text"
+msgid "Converts a number to a string, and then formats it according to the format that you specify."
+msgstr ""
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"hd_id3145090\n"
+"4\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3153527\n"
+"5\n"
+"help.text"
+msgid "Format (Number [, Format As String])"
+msgstr ""
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"hd_id3149178\n"
+"6\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03120301.xhp
+#, fuzzy
+msgctxt ""
+"03120301.xhp\n"
+"par_id3148474\n"
+"7\n"
+"help.text"
+msgid "String"
+msgstr "Stringovi"
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"hd_id3159176\n"
+"8\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03120301.xhp
+#, fuzzy
+msgctxt ""
+"03120301.xhp\n"
+"par_id3149415\n"
+"9\n"
+"help.text"
+msgid "<emph>Number:</emph> Numeric expression that you want to convert to a formatted string."
+msgstr "<emph>Text2</emph>: String izraz koji želite pretraživati."
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3147531\n"
+"10\n"
+"help.text"
+msgid "<emph>Format:</emph> String that specifies the format code for the number. If <emph>Format</emph> is omitted, the Format function works like the <emph>Str</emph> function."
+msgstr ""
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"hd_id3147561\n"
+"47\n"
+"help.text"
+msgid "Formatting Codes"
+msgstr ""
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3147265\n"
+"11\n"
+"help.text"
+msgid "The following list describes the codes that you can use for formatting a number:"
+msgstr ""
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3153380\n"
+"12\n"
+"help.text"
+msgid "<emph>0:</emph> If <emph>Number</emph> has a digit at the position of the 0 in the format code, the digit is displayed, otherwise a zero is displayed."
+msgstr ""
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3151210\n"
+"13\n"
+"help.text"
+msgid "If <emph>Number</emph> has fewer digits than the number of zeros in the format code, (on either side of the decimal), leading or trailing zeros are displayed. If the number has more digits to the left of the decimal separator than the amount of zeros in the format code, the additional digits are displayed without formatting."
+msgstr ""
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3151176\n"
+"14\n"
+"help.text"
+msgid "Decimal places in the number are rounded according to the number of zeros that appear after the decimal separator in the <emph>Format </emph>code."
+msgstr ""
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3154123\n"
+"15\n"
+"help.text"
+msgid "<emph>#:</emph> If <emph>Number</emph> contains a digit at the position of the # placeholder in the <emph>Format</emph> code, the digit is displayed, otherwise nothing is displayed at this position."
+msgstr ""
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3148452\n"
+"16\n"
+"help.text"
+msgid "This symbol works like the 0, except that leading or trailing zeroes are not displayed if there are more # characters in the format code than digits in the number. Only the relevant digits of the number are displayed."
+msgstr ""
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3159150\n"
+"17\n"
+"help.text"
+msgid "<emph>.:</emph> The decimal placeholder determines the number of decimal places to the left and right of the decimal separator."
+msgstr ""
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3159252\n"
+"18\n"
+"help.text"
+msgid "If the format code contains only # placeholders to the left of this symbol, numbers less than 1 begin with a decimal separator. To always display a leading zero with fractional numbers, use 0 as a placeholder for the first digit to the left of the decimal separator."
+msgstr ""
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3153368\n"
+"19\n"
+"help.text"
+msgid "<emph>%:</emph> Multiplies the number by 100 and inserts the percent sign (%) where the number appears in the format code."
+msgstr ""
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3149481\n"
+"20\n"
+"help.text"
+msgid "<emph>E- E+ e- e+ :</emph> If the format code contains at least one digit placeholder (0 or #) to the right of the symbol E-, E+, e-, or e+, the number is formatted in the scientific or exponential format. The letter E or e is inserted between the number and the exponent. The number of placeholders for digits to the right of the symbol determines the number of digits in the exponent."
+msgstr ""
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3149262\n"
+"21\n"
+"help.text"
+msgid "If the exponent is negative, a minus sign is displayed directly before an exponent with E-, E+, e-, e+. If the exponent is positive, a plus sign is only displayed before exponents with E+ or e+."
+msgstr ""
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3148617\n"
+"23\n"
+"help.text"
+msgid "The thousands delimiter is displayed if the format code contains the delimiter enclosed by digit placeholders (0 or #)."
+msgstr ""
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3163713\n"
+"29\n"
+"help.text"
+msgid "The use of a period as a thousands and decimal separator is dependent on the regional setting. When you enter a number directly in Basic source code, always use a period as decimal delimiter. The actual character displayed as a decimal separator depends on the number format in your system settings."
+msgstr ""
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3152887\n"
+"24\n"
+"help.text"
+msgid "<emph>- + $ ( ) space:</emph> A plus (+), minus (-), dollar ($), space, or brackets entered directly in the format code is displayed as a literal character."
+msgstr ""
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3148576\n"
+"25\n"
+"help.text"
+msgid "To display characters other than the ones listed here, you must precede it by a backslash (\\), or enclose it in quotation marks (\" \")."
+msgstr ""
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3153139\n"
+"26\n"
+"help.text"
+msgid "\\ : The backslash displays the next character in the format code."
+msgstr ""
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3153366\n"
+"27\n"
+"help.text"
+msgid "Characters in the format code that have a special meaning can only be displayed as literal characters if they are preceded by a backslash. The backslash itself is not displayed, unless you enter a double backslash (\\\\) in the format code."
+msgstr ""
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3155411\n"
+"28\n"
+"help.text"
+msgid "Characters that must be preceded by a backslash in the format code in order to be displayed as literal characters are date- and time-formatting characters (a, c, d, h, m, n, p, q, s, t, w, y, /, :), numeric-formatting characters (#, 0, %, E, e, comma, period), and string-formatting characters (@, &, <, >, !)."
+msgstr ""
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3145749\n"
+"30\n"
+"help.text"
+msgid "You can also use the following predefined number formats. Except for \"General Number\", all of the predefined format codes return the number as a decimal number with two decimal places."
+msgstr ""
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3150113\n"
+"31\n"
+"help.text"
+msgid "If you use predefined formats, the name of the format must be enclosed in quotation marks."
+msgstr ""
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"hd_id3149377\n"
+"32\n"
+"help.text"
+msgid "Predefined format"
+msgstr ""
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3154730\n"
+"33\n"
+"help.text"
+msgid "<emph>General Number:</emph> Numbers are displayed as entered."
+msgstr ""
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3153158\n"
+"34\n"
+"help.text"
+msgid "<emph>Currency:</emph> Inserts a dollar sign in front of the number and encloses negative numbers in brackets."
+msgstr ""
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3154490\n"
+"35\n"
+"help.text"
+msgid "<emph>Fixed:</emph> Displays at least one digit in front of the decimal separator."
+msgstr ""
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3153415\n"
+"36\n"
+"help.text"
+msgid "<emph>Standard:</emph> Displays numbers with a thousands separator."
+msgstr ""
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3150715\n"
+"37\n"
+"help.text"
+msgid "<emph>Percent:</emph> Multiplies the number by 100 and appends a percent sign to the number."
+msgstr ""
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3153836\n"
+"38\n"
+"help.text"
+msgid "<emph>Scientific:</emph> Displays numbers in scientific format (for example, 1.00E+03 for 1000)."
+msgstr ""
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3153707\n"
+"39\n"
+"help.text"
+msgid "A format code can be divided into three sections that are separated by semicolons. The first part defines the format for positive values, the second part for negative values, and the third part for zero. If you only specify one format code, it applies to all numbers."
+msgstr ""
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"hd_id3149019\n"
+"40\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_idN107A2\n"
+"help.text"
+msgid "' always use a period as decimal delimiter when you enter numbers in Basic source code."
+msgstr ""
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3147339\n"
+"46\n"
+"help.text"
+msgid "' displays for example 6,328.20 in English locale, 6.328,20 in German locale."
+msgstr ""
+
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "$[officename] Basic IDE"
+msgstr ""
+
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"hd_id3154422\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"01050000\"><link href=\"text/sbasic/shared/01050000.xhp\" name=\"$[officename] Basic IDE\">$[officename] Basic IDE</link></variable>"
+msgstr ""
+
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id3153142\n"
+"2\n"
+"help.text"
+msgid "This section describes the structure of the Basic IDE."
+msgstr "Ova sekcija objasnjava strukturu Basic IDE"
+
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_idN105C9\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Basic IDE where you can write and edit macros.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Opens the Basic IDE with which you can write and edit macros.</ahelp>"
+
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"hd_id3153188\n"
+"5\n"
+"help.text"
+msgid "Commands From the Context menu of the Module Tabs"
+msgstr "Komande iz kontekst menija module tabs"
+
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"hd_id3154731\n"
+"6\n"
+"help.text"
+msgid "Insert"
+msgstr "Ubaci"
+
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"hd_id3151074\n"
+"8\n"
+"help.text"
+msgid "Module"
+msgstr "Modul"
+
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id3149581\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\".uno:NewModule\">Inserts a new module into the current library.</ahelp>"
+msgstr "<ahelp hid=\".uno:NewModule\">Ubacuje novi modul u trenutnu biblioteku.</ahelp>"
+
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"hd_id3147397\n"
+"10\n"
+"help.text"
+msgid "Dialog"
+msgstr "Dijalog prozor"
+
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id3144335\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\".uno:NewDialog\">Inserts a new dialog into the current library.</ahelp>"
+msgstr "<ahelp hid=\".uno:NewDialog\">Ubacuje novi dijalog u trenutnu biblioteku.</ahelp>"
+
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"hd_id3155602\n"
+"12\n"
+"help.text"
+msgid "Delete"
+msgstr "Obriši"
+
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id3155064\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DeleteCurrent\">Deletes the selected module.</ahelp>"
+msgstr "<ahelp hid=\".uno:DeleteCurrent\">Briše selektovani modul.</ahelp>"
+
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"hd_id3149018\n"
+"14\n"
+"help.text"
+msgid "Rename"
+msgstr "Preimenuj"
+
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id3154754\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\".uno:RenameCurrent\">Renames the current module in place.</ahelp>"
+msgstr "<ahelp hid=\".uno:RenameCurrent\">Preimenuje trenutni modul u mjestu.</ahelp>"
+
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"hd_id3150043\n"
+"16\n"
+"help.text"
+msgid "Hide"
+msgstr "Sakrij"
+
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id3145147\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\".uno:HideCurPage\">Hides the current module.</ahelp>"
+msgstr "<ahelp hid=\".uno:HideCurPage\">Sakriva trenutni modul.</ahelp>"
+
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"hd_id3163805\n"
+"18\n"
+"help.text"
+msgid "Modules"
+msgstr "Moduli"
+
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id3153965\n"
+"19\n"
+"help.text"
+msgid "Opens the <link href=\"text/sbasic/shared/01/06130000.xhp\" name=\"Macro Organizer\"><emph>Macro Organizer</emph></link> dialog."
+msgstr "Otvara <link href=\"text/sbasic/shared/01/06130000.xhp\" name=\"Macro Organiser\"><emph>Macro Organiser</emph></link> dijalog prozor."
+
+#: 03030120.xhp
+#, fuzzy
+msgctxt ""
+"03030120.xhp\n"
+"tit\n"
+"help.text"
+msgid "DateDiff Function [Runtime]"
+msgstr "DateAdd funkcija [Run-time]"
+
+#: 03030120.xhp
+#, fuzzy
+msgctxt ""
+"03030120.xhp\n"
+"bm_id6134830\n"
+"help.text"
+msgid "<bookmark_value>DateDiff function</bookmark_value>"
+msgstr "<bookmark_value>DateAdd funkcija</bookmark_value>"
+
+#: 03030120.xhp
+#, fuzzy
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10542\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030120.xhp\">DateDiff Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030110.xhp\">DateAdd funkcija [Run-time]</link>"
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10546\n"
+"help.text"
+msgid "Returns the number of date intervals between two given date values."
+msgstr ""
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10549\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10648\n"
+"help.text"
+msgid "DateDiff (Add, Date1, Date2 [, Week_start [, Year_start]])"
+msgstr ""
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN1064B\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN1064F\n"
+"help.text"
+msgid "A number."
+msgstr ""
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10652\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10656\n"
+"help.text"
+msgid "<emph>Add</emph> - A string expression from the following table, specifying the date interval."
+msgstr ""
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10664\n"
+"help.text"
+msgid "<emph>Date1, Date2</emph> - The two date values to be compared."
+msgstr ""
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN1066A\n"
+"help.text"
+msgid "<emph>Week_start</emph> - An optional parameter that specifies the starting day of a week."
+msgstr ""
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN1067A\n"
+"help.text"
+msgid "Week_start value"
+msgstr ""
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10680\n"
+"help.text"
+msgid "Explanation"
+msgstr ""
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10687\n"
+"help.text"
+msgid "0"
+msgstr ""
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN1068D\n"
+"help.text"
+msgid "Use system default value"
+msgstr ""
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10694\n"
+"help.text"
+msgid "1"
+msgstr ""
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN1069A\n"
+"help.text"
+msgid "Sunday (default)"
+msgstr ""
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN106A1\n"
+"help.text"
+msgid "2"
+msgstr ""
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN106A7\n"
+"help.text"
+msgid "Monday"
+msgstr ""
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN106AE\n"
+"help.text"
+msgid "3"
+msgstr ""
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN106B4\n"
+"help.text"
+msgid "Tuesday"
+msgstr ""
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN106BB\n"
+"help.text"
+msgid "4"
+msgstr ""
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN106C1\n"
+"help.text"
+msgid "Wednesday"
+msgstr ""
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN106C8\n"
+"help.text"
+msgid "5"
+msgstr ""
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN106CE\n"
+"help.text"
+msgid "Thursday"
+msgstr ""
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN106D5\n"
+"help.text"
+msgid "6"
+msgstr ""
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN106DB\n"
+"help.text"
+msgid "Friday"
+msgstr ""
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN106E2\n"
+"help.text"
+msgid "7"
+msgstr ""
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN106E8\n"
+"help.text"
+msgid "Saturday"
+msgstr ""
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN106EB\n"
+"help.text"
+msgid "<emph>Year_start</emph> - An optional parameter that specifies the starting week of a year."
+msgstr ""
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN106FB\n"
+"help.text"
+msgid "Year_start value"
+msgstr ""
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10701\n"
+"help.text"
+msgid "Explanation"
+msgstr ""
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10708\n"
+"help.text"
+msgid "0"
+msgstr ""
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN1070E\n"
+"help.text"
+msgid "Use system default value"
+msgstr ""
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10715\n"
+"help.text"
+msgid "1"
+msgstr ""
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN1071B\n"
+"help.text"
+msgid "Week 1 is the week with January, 1st (default)"
+msgstr ""
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10722\n"
+"help.text"
+msgid "2"
+msgstr ""
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10728\n"
+"help.text"
+msgid "Week 1 is the first week containing four or more days of that year"
+msgstr ""
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN1072F\n"
+"help.text"
+msgid "3"
+msgstr ""
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10735\n"
+"help.text"
+msgid "Week 1 is the first week containing only days of the new year"
+msgstr ""
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10738\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"tit\n"
+"help.text"
+msgid "While...Wend Statement[Runtime]"
+msgstr ""
+
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"bm_id3150400\n"
+"help.text"
+msgid "<bookmark_value>While;While...Wend loop</bookmark_value>"
+msgstr ""
+
+#: 03090203.xhp
+#, fuzzy
+msgctxt ""
+"03090203.xhp\n"
+"hd_id3150400\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090203.xhp\" name=\"While...Wend Statement[Runtime]\">While...Wend Statement[Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090403.xhp\" name=\"Odredi Izjava [Run-time]\">Odredi Izjava [Run-time]</link>"
+
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"par_id3151211\n"
+"2\n"
+"help.text"
+msgid "When a program encounters a While statement, it tests the condition. If the condition is False, the program continues directly following the Wend statement. If the condition is True, the loop is executed until the program finds Wend and then jumps back to the<emph> While </emph>statement. If the condition is still True, the loop is executed again."
+msgstr ""
+
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"par_id3151041\n"
+"3\n"
+"help.text"
+msgid "Unlike the <link href=\"text/sbasic/shared/03090201.xhp\" name=\"Do...Loop\">Do...Loop</link> statement, you cannot cancel a <emph>While...Wend</emph> loop with <link href=\"text/sbasic/shared/03090412.xhp\" name=\"Exit\">Exit</link>. Never exit a While...Wend loop with <link href=\"text/sbasic/shared/03090302.xhp\" name=\"GoTo\">GoTo</link>, since this can cause a run-time error."
+msgstr ""
+
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"par_id3145172\n"
+"4\n"
+"help.text"
+msgid "A Do...Loop is more flexible than a While...Wend."
+msgstr ""
+
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"hd_id3155133\n"
+"5\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"par_id3147288\n"
+"6\n"
+"help.text"
+msgid "While Condition [Statement] Wend"
+msgstr ""
+
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"hd_id3153139\n"
+"7\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03090203.xhp
+#, fuzzy
+msgctxt ""
+"03090203.xhp\n"
+"par_id3159153\n"
+"8\n"
+"help.text"
+msgid "Sub ExampleWhileWend"
+msgstr "Sub PrimjerFileLen"
+
+#: 03090203.xhp
+#, fuzzy
+msgctxt ""
+"03090203.xhp\n"
+"par_id3151114\n"
+"9\n"
+"help.text"
+msgid "Dim stext As String"
+msgstr "Dim sVar kao String"
+
+#: 03090203.xhp
+#, fuzzy
+msgctxt ""
+"03090203.xhp\n"
+"par_id3153143\n"
+"10\n"
+"help.text"
+msgid "Dim iRun As Integer"
+msgstr "Dim iPos kao Cifra"
+
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"par_id3155306\n"
+"11\n"
+"help.text"
+msgid "sText =\"This Is a short text\""
+msgstr ""
+
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"par_id3154011\n"
+"12\n"
+"help.text"
+msgid "iRun = 1"
+msgstr ""
+
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"par_id3147215\n"
+"13\n"
+"help.text"
+msgid "While iRun < Len(sText)"
+msgstr ""
+
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"par_id3147427\n"
+"14\n"
+"help.text"
+msgid "If Mid(sText,iRun,1 )<> \" \" Then Mid( sText ,iRun, 1, Chr( 1 + Asc( Mid(sText,iRun,1 )) )"
+msgstr ""
+
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"par_id3149665\n"
+"15\n"
+"help.text"
+msgid "iRun = iRun + 1"
+msgstr ""
+
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"par_id3152939\n"
+"16\n"
+"help.text"
+msgid "Wend"
+msgstr ""
+
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"par_id3153189\n"
+"17\n"
+"help.text"
+msgid "MsgBox sText,0,\"Text encoded\""
+msgstr ""
+
+#: 03090203.xhp
+#, fuzzy
+msgctxt ""
+"03090203.xhp\n"
+"par_id3145251\n"
+"18\n"
+"help.text"
+msgid "End Sub"
+msgstr "kraj Sub"
+
+#: 03103450.xhp
+#, fuzzy
+msgctxt ""
+"03103450.xhp\n"
+"tit\n"
+"help.text"
+msgid "Global Statement [Runtime]"
+msgstr "GoTo Statement [Run-time]"
+
+#: 03103450.xhp
+#, fuzzy
+msgctxt ""
+"03103450.xhp\n"
+"bm_id3159201\n"
+"help.text"
+msgid "<bookmark_value>Global statement</bookmark_value>"
+msgstr "<bookmark_value>Sub izjava</bookmark_value>"
+
+#: 03103450.xhp
+#, fuzzy
+msgctxt ""
+"03103450.xhp\n"
+"hd_id3159201\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03103450.xhp\" name=\"Global Statement [Runtime]\">Global Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03101400.xhp\" name=\"DefDbl Red[Pokrenuti-vrijeme]\">DefDbl Red [Pokrenuti-vrijeme]</link>"
+
+#: 03103450.xhp
+msgctxt ""
+"03103450.xhp\n"
+"par_id3149177\n"
+"2\n"
+"help.text"
+msgid "Dimensions a variable or an array at the global level (that is, not within a subroutine or function), so that the variable and the array are valid in all libraries and modules for the current session."
+msgstr ""
+
+#: 03103450.xhp
+msgctxt ""
+"03103450.xhp\n"
+"hd_id3143270\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03103450.xhp
+msgctxt ""
+"03103450.xhp\n"
+"par_id3150771\n"
+"4\n"
+"help.text"
+msgid "Global VarName[(start To end)] [As VarType][, VarName2[(start To end)] [As VarType][,...]]"
+msgstr ""
+
+#: 03103450.xhp
+msgctxt ""
+"03103450.xhp\n"
+"hd_id3156152\n"
+"5\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03100700.xhp
+msgctxt ""
+"03100700.xhp\n"
+"tit\n"
+"help.text"
+msgid "Const Statement [Runtime]"
+msgstr "Const Statement [Run-time]"
+
+#: 03100700.xhp
+#, fuzzy
+msgctxt ""
+"03100700.xhp\n"
+"bm_id3146958\n"
+"help.text"
+msgid "<bookmark_value>Const statement</bookmark_value>"
+msgstr "<bookmark_value>Završi Izjavu</bookmark_value>"
+
+#: 03100700.xhp
+msgctxt ""
+"03100700.xhp\n"
+"hd_id3146958\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03100700.xhp\" name=\"Const Statement [Runtime]\">Const Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03100700.xhp\" name=\"Const Statement [Run-time]\">Const Statement [Run-time]</link>"
+
+#: 03100700.xhp
+msgctxt ""
+"03100700.xhp\n"
+"par_id3154143\n"
+"2\n"
+"help.text"
+msgid "Defines a string as a constant."
+msgstr "Definise znak kao konstantu"
+
+#: 03100700.xhp
+msgctxt ""
+"03100700.xhp\n"
+"hd_id3150670\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03100700.xhp
+msgctxt ""
+"03100700.xhp\n"
+"par_id3150984\n"
+"4\n"
+"help.text"
+msgid "Const Text = Expression"
+msgstr "Const Tekst = Izraz"
+
+#: 03100700.xhp
+msgctxt ""
+"03100700.xhp\n"
+"hd_id3147530\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03100700.xhp
+msgctxt ""
+"03100700.xhp\n"
+"par_id3153897\n"
+"6\n"
+"help.text"
+msgid "<emph>Text:</emph> Any constant name that follows the standard variable naming conventions."
+msgstr "<emph>Text</emph>: Bilo koje konsttantno ime koje prati standard imenovanja varijabli"
+
+#: 03100700.xhp
+msgctxt ""
+"03100700.xhp\n"
+"par_id3147264\n"
+"7\n"
+"help.text"
+msgid "A constant is a variable that helps to improve the readability of a program. Constants are not defined as a specific type of variable, but rather are used as placeholders in the code. You can only define a constant once and it cannot be modified. Use the following statement to define a constant:"
+msgstr "Konstanta je varijabla koja poboljsava citanje programa. Konstante nisu definisane kao specificna vrsta varijabli, vec se koriste kao zamjensko mjesto u kodu. Konstanta se moze definisati samo jednom i ne moze se mijenjati. Koristi slijedecu naredbu za definisanje konstante:"
+
+#: 03100700.xhp
+msgctxt ""
+"03100700.xhp\n"
+"par_id3150542\n"
+"8\n"
+"help.text"
+msgid "CONST ConstName=Expression"
+msgstr ""
+
+#: 03100700.xhp
+msgctxt ""
+"03100700.xhp\n"
+"par_id3150400\n"
+"9\n"
+"help.text"
+msgid "The type of expression is irrelevant. If a program is started, $[officename] Basic converts the program code internally so that each time a constant is used, the defined expression replaces it."
+msgstr "Vrsta izraza je nevazna.ako je program pokrenut, $[officename] Basic konvertuje programski kod interno svaki put kada je konstanta koristena tako da definirani izraz je zamjenjuje."
+
+#: 03100700.xhp
+msgctxt ""
+"03100700.xhp\n"
+"hd_id3154366\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03100700.xhp
+msgctxt ""
+"03100700.xhp\n"
+"par_id3153969\n"
+"14\n"
+"help.text"
+msgid "Const sVar = \"Program\", dVar As Double = 1.00"
+msgstr "Const sVar = \"Program\", dVarrijabla kao Dupli = 1.00"
+
+#: 01020200.xhp
+msgctxt ""
+"01020200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Using Objects"
+msgstr "Korištenje Objekata"
+
+#: 01020200.xhp
+msgctxt ""
+"01020200.xhp\n"
+"hd_id3145645\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"01020200\"><link href=\"text/sbasic/shared/01020200.xhp\">Using the Object Catalog</link></variable>"
+msgstr "<variable id=\"01020200\"><link href=\"text/sbasic/shared/01020200.xhp\">Korištenje Kataloga Objekata</link></variable>"
+
+#: 01020200.xhp
+msgctxt ""
+"01020200.xhp\n"
+"par_id3153707\n"
+"76\n"
+"help.text"
+msgid "The object catalog provides an overview of all modules and dialogs you have created in $[officename]."
+msgstr "Kadalog objekata pruža pregled svih modula i dijaloških prozora koje ste kreirali u $[officename]."
+
+#: 01020200.xhp
+msgctxt ""
+"01020200.xhp\n"
+"par_id3147346\n"
+"78\n"
+"help.text"
+msgid "Click the <emph>Object Catalog</emph> icon <image id=\"img_id3147341\" src=\"cmd/sc_objectcatalog.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3147341\">Icon</alt></image> in the Macro toolbar to display the object catalog."
+msgstr "Kliknite <emph>Katalog Objekata</emph> ikonicu <image id=\"img_id3147341\" src=\"cmd/sc_objectcatalog.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3147341\">Icon</alt></image> u Macro traci alata da bi prikazali katalog objekata."
+
+#: 01020200.xhp
+msgctxt ""
+"01020200.xhp\n"
+"par_id3155114\n"
+"79\n"
+"help.text"
+msgid "The dialog shows a list of all existing objects in a hierarchical representation. Double-clicking a list entry opens its subordinate objects."
+msgstr "Dijaloški prozor prikazuje listu svih postojećih objekata u hijerarhijskom priikazu. Dupli klik na unos u listi otvara njegove zavisne objekte."
+
+#: 01020200.xhp
+msgctxt ""
+"01020200.xhp\n"
+"par_id3150786\n"
+"83\n"
+"help.text"
+msgid "To display a certain module in the Editor or to position the cursor in a selected SUB or FUNCTION, select the corresponding entry and click the <emph>Show</emph> icon <image id=\"img_id3149527\" src=\"basctl/res/im01.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3149527\">Icon</alt></image>."
+msgstr "Da bi prikazali određeni modul u Editor-u ili pozicionirali kursor u odabranom SUB-u ili FUNCTION, izaberite odgovarajuće polje i kliknite <emph>Prikaži</emph> icon <image id=\"img_id3149527\" src=\"basctl/res/im01.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3149527\">Icon</alt></image>."
+
+#: 01020200.xhp
+msgctxt ""
+"01020200.xhp\n"
+"par_id3153266\n"
+"81\n"
+"help.text"
+msgid "Click the (X) icon in the title bar to close the object catalog."
+msgstr "Kliknite (X) ikonicu u naslovnoj traci da bi zatvorili katalog objekata."
+
+#: 03090405.xhp
+msgctxt ""
+"03090405.xhp\n"
+"tit\n"
+"help.text"
+msgid "FreeLibrary Function [Runtime]"
+msgstr "FreeLibrary Function [Run-time]"
+
+#: 03090405.xhp
+#, fuzzy
+msgctxt ""
+"03090405.xhp\n"
+"bm_id3143270\n"
+"help.text"
+msgid "<bookmark_value>FreeLibrary function</bookmark_value>"
+msgstr "<bookmark_value>Niz Funkcija</bookmark_value>"
+
+#: 03090405.xhp
+msgctxt ""
+"03090405.xhp\n"
+"hd_id3143270\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090405.xhp\" name=\"FreeLibrary Function [Runtime]\">FreeLibrary Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090405.xhp\" name=\"FreeLibrary Function [Run-time]\">FreeLibrary Function [Run-time]</link>"
+
+#: 03090405.xhp
+msgctxt ""
+"03090405.xhp\n"
+"par_id3147559\n"
+"2\n"
+"help.text"
+msgid "Releases DLLs that were loaded by a Declare statement. A released DLL is automatically reloaded if one of its functions is called. See also: <link href=\"text/sbasic/shared/03090403.xhp\" name=\"Declare\">Declare</link>"
+msgstr "Pušta DLLove koji su učitani putem Odredi izjave. Pušteni DLL je automaski ponovno ucitan ako je jedan od njihovih funkcija pozvana. Pogledaj : <link href=\"text/sbasic/shared/03090403.xhp\" name=\"Declare\">Declare</link>"
+
+#: 03090405.xhp
+msgctxt ""
+"03090405.xhp\n"
+"hd_id3148550\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03090405.xhp
+msgctxt ""
+"03090405.xhp\n"
+"par_id3153361\n"
+"4\n"
+"help.text"
+msgid "FreeLibrary (LibName As String)"
+msgstr ""
+
+#: 03090405.xhp
+msgctxt ""
+"03090405.xhp\n"
+"hd_id3153380\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03090405.xhp
+msgctxt ""
+"03090405.xhp\n"
+"par_id3154138\n"
+"6\n"
+"help.text"
+msgid "<emph>LibName:</emph> String expression that specifies the name of the DLL."
+msgstr "<emph>LibName</emph>: izraz koji određuje naziv DLL."
+
+#: 03090405.xhp
+msgctxt ""
+"03090405.xhp\n"
+"par_id3146923\n"
+"7\n"
+"help.text"
+msgid "FreeLibrary can only release DLLs that are loaded during Basic runtime."
+msgstr "FreeLibrary moze da pusti jedino DLLove koji su učitani tokom Basic run-time."
+
+#: 03090405.xhp
+msgctxt ""
+"03090405.xhp\n"
+"hd_id3153363\n"
+"8\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03103500.xhp
+#, fuzzy
+msgctxt ""
+"03103500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Static Statement [Runtime]"
+msgstr "SetAttr izjava [Run-time]"
+
+#: 03103500.xhp
+#, fuzzy
+msgctxt ""
+"03103500.xhp\n"
+"bm_id3149798\n"
+"help.text"
+msgid "<bookmark_value>Static statement</bookmark_value>"
+msgstr "<bookmark_value>SetAttr izjava</bookmark_value>"
+
+#: 03103500.xhp
+#, fuzzy
+msgctxt ""
+"03103500.xhp\n"
+"hd_id3149798\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03103500.xhp\" name=\"Static Statement [Runtime]\">Static Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03103700.xhp\" name=\"Postavi Naredbu[Vrijeme izvršavanja]\">Postavi Naredbu[Vriejme izvršavanja]</link>"
+
+#: 03103500.xhp
+msgctxt ""
+"03103500.xhp\n"
+"par_id3153311\n"
+"2\n"
+"help.text"
+msgid "Declares a variable or an array at the procedure level within a subroutine or a function, so that the values of the variable or the array are retained after exiting the subroutine or function. Dim statement conventions are also valid."
+msgstr ""
+
+#: 03103500.xhp
+msgctxt ""
+"03103500.xhp\n"
+"par_id3147264\n"
+"3\n"
+"help.text"
+msgid "The <emph>Static statement</emph> cannot be used to define variable arrays. Arrays must be specified according to a fixed size."
+msgstr ""
+
+#: 03103500.xhp
+msgctxt ""
+"03103500.xhp\n"
+"hd_id3149657\n"
+"4\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03103500.xhp
+msgctxt ""
+"03103500.xhp\n"
+"par_id3150400\n"
+"5\n"
+"help.text"
+msgid "Static VarName[(start To end)] [As VarType], VarName2[(start To end)] [As VarType], ..."
+msgstr ""
+
+#: 03103500.xhp
+msgctxt ""
+"03103500.xhp\n"
+"hd_id3148452\n"
+"6\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03103500.xhp
+msgctxt ""
+"03103500.xhp\n"
+"par_id3150870\n"
+"11\n"
+"help.text"
+msgid "MsgBox iResult,0,\"The answer is\""
+msgstr ""
+
+#: 03103500.xhp
+msgctxt ""
+"03103500.xhp\n"
+"par_id3151115\n"
+"15\n"
+"help.text"
+msgid "' Function for initialization of the static variable"
+msgstr ""
+
+#: 03103500.xhp
+msgctxt ""
+"03103500.xhp\n"
+"par_id1057161\n"
+"help.text"
+msgid "Const iMinimum As Integer = 40 ' minimum return value of this function"
+msgstr ""
+
+#: 03103500.xhp
+msgctxt ""
+"03103500.xhp\n"
+"par_id580462\n"
+"help.text"
+msgid "If iInit = 0 Then ' check if initialized"
+msgstr ""
+
+#: 03090202.xhp
+#, fuzzy
+msgctxt ""
+"03090202.xhp\n"
+"tit\n"
+"help.text"
+msgid "For...Next Statement [Runtime]"
+msgstr "DefBool Statement [Run-time]"
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"bm_id3149205\n"
+"help.text"
+msgid "<bookmark_value>For statement</bookmark_value><bookmark_value>To statement</bookmark_value><bookmark_value>Step statement</bookmark_value><bookmark_value>Next statement</bookmark_value>"
+msgstr ""
+
+#: 03090202.xhp
+#, fuzzy
+msgctxt ""
+"03090202.xhp\n"
+"hd_id3149205\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090202.xhp\" name=\"For...Next Statement [Runtime]\">For...Next Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090302.xhp\" name=\"GoTo Statement [Run-time]\">GoTo Statement [Run-time]</link>"
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3143267\n"
+"2\n"
+"help.text"
+msgid "Repeats the statements between the For...Next block a specified number of times."
+msgstr ""
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"hd_id3156153\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3148473\n"
+"4\n"
+"help.text"
+msgid "For counter=start To end [Step step]"
+msgstr ""
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3156024\n"
+"5\n"
+"help.text"
+msgid "statement block"
+msgstr "blok izjava"
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3146796\n"
+"6\n"
+"help.text"
+msgid "[Exit For]"
+msgstr ""
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3159414\n"
+"7\n"
+"help.text"
+msgid "statement block"
+msgstr "blok izjava"
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3153897\n"
+"8\n"
+"help.text"
+msgid "Next [counter]"
+msgstr ""
+
+#: 03090202.xhp
+#, fuzzy
+msgctxt ""
+"03090202.xhp\n"
+"hd_id3150400\n"
+"9\n"
+"help.text"
+msgid "Variables:"
+msgstr "Varijable"
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3150358\n"
+"10\n"
+"help.text"
+msgid "<emph>Counter:</emph> Loop counter initially assigned the value to the right of the equal sign (start). Only numeric variables are valid. The loop counter increases or decreases according to the variable Step until End is passed."
+msgstr ""
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3152455\n"
+"11\n"
+"help.text"
+msgid "<emph>Start:</emph> Numeric variable that defines the initial value at the beginning of the loop."
+msgstr ""
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3151043\n"
+"12\n"
+"help.text"
+msgid "<emph>End:</emph> Numeric variable that defines the final value at the end of the loop."
+msgstr ""
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3156281\n"
+"13\n"
+"help.text"
+msgid "<emph>Step:</emph> Sets the value by which to increase or decrease the loop counter. If Step is not specified, the loop counter is incremented by 1. In this case, End must be greater than Start. If you want to decrease Counter, End must be less than Start, and Step must be assigned a negative value."
+msgstr ""
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3154684\n"
+"14\n"
+"help.text"
+msgid "The <emph>For...Next</emph> loop repeats all of the statements in the loop for the number of times that is specified by the parameters."
+msgstr ""
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3147287\n"
+"15\n"
+"help.text"
+msgid "As the counter variable is decreased, $[officename] Basic checks if the end value has been reached. As soon as the counter passes the end value, the loop automatically ends."
+msgstr ""
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3159154\n"
+"16\n"
+"help.text"
+msgid "It is possible to nest <emph>For...Next</emph> statements. If you do not specify a variable following the <emph>Next</emph> statement, <emph>Next</emph> automatically refers to the most recent <emph>For</emph> statement."
+msgstr ""
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3155306\n"
+"17\n"
+"help.text"
+msgid "If you specify an increment of 0, the statements between <emph>For</emph> and <emph>Next</emph> are repeated continuously."
+msgstr ""
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3155854\n"
+"18\n"
+"help.text"
+msgid "When counting down the counter variable, $[officename] Basic checks for overflow or underflow. The loop ends when Counter exceeds End (positive Step value) or is less than End (negative Step value)."
+msgstr ""
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3145273\n"
+"19\n"
+"help.text"
+msgid "Use the <emph>Exit For</emph> statement to exit the loop unconditionally. This statement must be within a <emph>For...Next</emph> loop. Use the <emph>If...Then</emph> statement to test the exit condition as follows:"
+msgstr ""
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3153190\n"
+"20\n"
+"help.text"
+msgid "For..."
+msgstr ""
+
+#: 03090202.xhp
+#, fuzzy
+msgctxt ""
+"03090202.xhp\n"
+"par_id3149482\n"
+"21\n"
+"help.text"
+msgid "statements"
+msgstr "Izjava"
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3147124\n"
+"22\n"
+"help.text"
+msgid "If condition = True Then Exit For"
+msgstr ""
+
+#: 03090202.xhp
+#, fuzzy
+msgctxt ""
+"03090202.xhp\n"
+"par_id3153159\n"
+"23\n"
+"help.text"
+msgid "statements"
+msgstr "Izjava"
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3154096\n"
+"24\n"
+"help.text"
+msgid "Next"
+msgstr "Sljedeći"
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3156286\n"
+"25\n"
+"help.text"
+msgid "Note: In nested <emph>For...Next</emph> loops, if you exit a loop unconditionally with <emph>Exit For</emph>, only one loop is exited."
+msgstr ""
+
+#: 03090202.xhp
+#, fuzzy
+msgctxt ""
+"03090202.xhp\n"
+"hd_id3148457\n"
+"26\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer:"
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3151074\n"
+"27\n"
+"help.text"
+msgid "The following example uses two nested loops to sort a string array with 10 elements ( sEntry() ), that are first filled with various contents:"
+msgstr ""
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3155767\n"
+"42\n"
+"help.text"
+msgid "sEntry(0) = \"Jerry\""
+msgstr ""
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3153711\n"
+"33\n"
+"help.text"
+msgid "sEntry(1) = \"Patty\""
+msgstr ""
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3148993\n"
+"34\n"
+"help.text"
+msgid "sEntry(2) = \"Kurt\""
+msgstr ""
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3156382\n"
+"35\n"
+"help.text"
+msgid "sEntry(3) = \"Thomas\""
+msgstr ""
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3155174\n"
+"36\n"
+"help.text"
+msgid "sEntry(4) = \"Michael\""
+msgstr ""
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3166448\n"
+"37\n"
+"help.text"
+msgid "sEntry(5) = \"David\""
+msgstr ""
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3149255\n"
+"38\n"
+"help.text"
+msgid "sEntry(6) = \"Cathy\""
+msgstr ""
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3149565\n"
+"39\n"
+"help.text"
+msgid "sEntry(7) = \"Susie\""
+msgstr ""
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3145148\n"
+"40\n"
+"help.text"
+msgid "sEntry(8) = \"Edward\""
+msgstr ""
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3145229\n"
+"41\n"
+"help.text"
+msgid "sEntry(9) = \"Christine\""
+msgstr ""
+
+#: 03020401.xhp
+msgctxt ""
+"03020401.xhp\n"
+"tit\n"
+"help.text"
+msgid "ChDir Statement [Runtime]"
+msgstr "ChDir Izjava [Run-time]"
+
+#: 03020401.xhp
+msgctxt ""
+"03020401.xhp\n"
+"bm_id3150178\n"
+"help.text"
+msgid "<bookmark_value>ChDir statement</bookmark_value>"
+msgstr "<bookmark_value>ChDir izjava</bookmark_value>"
+
+#: 03020401.xhp
+msgctxt ""
+"03020401.xhp\n"
+"hd_id3150178\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020401.xhp\" name=\"ChDir Statement [Runtime]\">ChDir Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020401.xhp\" name=\"ChDir Statement [Run-time]\">ChDir izjava [Run-time]</link>"
+
+#: 03020401.xhp
+msgctxt ""
+"03020401.xhp\n"
+"par_id3153126\n"
+"2\n"
+"help.text"
+msgid "Changes the current directory or drive."
+msgstr "Mjenja trenutni direktorij ili drajv."
+
+#: 03020401.xhp
+msgctxt ""
+"03020401.xhp\n"
+"par_id9783013\n"
+"help.text"
+msgid "This runtime statement currently does not work as documented. See <link href=\"http://www.openoffice.org/issues/show_bug.cgi?id=30692\">this issue</link> for more information."
+msgstr "Ova run-time aizjava trenutno ne radi kao sto je dokumentovano. Vidi <link href=\"http://www.Otvoritioffice.org/issues/show_bug.cgi?id=30692\">this issue</link> za vise informacija."
+
+#: 03020401.xhp
+msgctxt ""
+"03020401.xhp\n"
+"hd_id3154347\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03020401.xhp
+msgctxt ""
+"03020401.xhp\n"
+"par_id3153897\n"
+"4\n"
+"help.text"
+msgid "ChDir Text As String"
+msgstr "ChDir Tekst kao znak"
+
+#: 03020401.xhp
+msgctxt ""
+"03020401.xhp\n"
+"hd_id3148664\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03020401.xhp
+msgctxt ""
+"03020401.xhp\n"
+"par_id3150543\n"
+"6\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression that specifies the directory path or drive."
+msgstr "<emph>Text</emph>: Bilo koji znakovni izraz koji oznacava put direktorija ili drajva."
+
+#: 03020401.xhp
+msgctxt ""
+"03020401.xhp\n"
+"par_id3152598\n"
+"7\n"
+"help.text"
+msgid "If you only want to change the current drive, enter the drive letter followed by a colon."
+msgstr "Ako samo zelite promjeniti trenutni drajv, unesiti slovo drajva poslije kojeg slijedi zarez."
+
+#: 03020401.xhp
+msgctxt ""
+"03020401.xhp\n"
+"hd_id3151116\n"
+"8\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03130000.xhp
+msgctxt ""
+"03130000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Other Commands"
+msgstr "Ostale komande"
+
+#: 03130000.xhp
+#, fuzzy
+msgctxt ""
+"03130000.xhp\n"
+"hd_id3156027\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03130000.xhp\" name=\"Other Commands\">Other Commands</link>"
+msgstr "<link href=\"text/sbasic/shared/03120000.xhp\" name=\"Stringovi\">Stringovi</link>"
+
+#: 03130000.xhp
+msgctxt ""
+"03130000.xhp\n"
+"par_id3153312\n"
+"2\n"
+"help.text"
+msgid "This is a list of the functions and the statements that are not included in the other categories."
+msgstr "Ovo je popis funkcija i izjave koje nisu ukljucene u drugim kategorijama."
+
+#: 03030301.xhp
+#, fuzzy
+msgctxt ""
+"03030301.xhp\n"
+"tit\n"
+"help.text"
+msgid "Date Statement [Runtime]"
+msgstr "Naziv izjave [Run-time]"
+
+#: 03030301.xhp
+#, fuzzy
+msgctxt ""
+"03030301.xhp\n"
+"bm_id3156027\n"
+"help.text"
+msgid "<bookmark_value>Date statement</bookmark_value>"
+msgstr "<bookmark_value>Naziv izjave</bookmark_value>"
+
+#: 03030301.xhp
+#, fuzzy
+msgctxt ""
+"03030301.xhp\n"
+"hd_id3156027\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030301.xhp\" name=\"Date Statement [Runtime]\">Date Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020412.xhp\" name=\"Naziv izjave [Run-time]\">Naziv izjave [Run-time]</link>"
+
+#: 03030301.xhp
+msgctxt ""
+"03030301.xhp\n"
+"par_id3147291\n"
+"2\n"
+"help.text"
+msgid "Returns the current system date as a string, or resets the date. The date format depends on your local system settings."
+msgstr ""
+
+#: 03030301.xhp
+msgctxt ""
+"03030301.xhp\n"
+"hd_id3148686\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03030301.xhp
+msgctxt ""
+"03030301.xhp\n"
+"par_id3146794\n"
+"4\n"
+"help.text"
+msgid "Date ; Date = Text As String"
+msgstr ""
+
+#: 03030301.xhp
+msgctxt ""
+"03030301.xhp\n"
+"hd_id3154347\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03030301.xhp
+msgctxt ""
+"03030301.xhp\n"
+"par_id3145069\n"
+"6\n"
+"help.text"
+msgid "<emph>Text:</emph> Only required in order to reset the system date. In this case, the string expression must correspond to the date format defined in your local settings."
+msgstr ""
+
+#: 03030301.xhp
+msgctxt ""
+"03030301.xhp\n"
+"hd_id3150793\n"
+"7\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03030301.xhp
+msgctxt ""
+"03030301.xhp\n"
+"par_id3156424\n"
+"9\n"
+"help.text"
+msgid "MsgBox \"The date is \" & Date"
+msgstr ""
+
+#: 03120304.xhp
+#, fuzzy
+msgctxt ""
+"03120304.xhp\n"
+"tit\n"
+"help.text"
+msgid "LSet Statement [Runtime]"
+msgstr "Postavi Naredbu[Vrijeme izvršavanja]"
+
+#: 03120304.xhp
+#, fuzzy
+msgctxt ""
+"03120304.xhp\n"
+"bm_id3143268\n"
+"help.text"
+msgid "<bookmark_value>LSet statement</bookmark_value>"
+msgstr "<bookmark_value>Sub izjava</bookmark_value>"
+
+#: 03120304.xhp
+#, fuzzy
+msgctxt ""
+"03120304.xhp\n"
+"hd_id3143268\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120304.xhp\" name=\"LSet Statement [Runtime]\">LSet Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03103700.xhp\" name=\"Postavi Naredbu[Vrijeme izvršavanja]\">Postavi Naredbu[Vriejme izvršavanja]</link>"
+
+#: 03120304.xhp
+msgctxt ""
+"03120304.xhp\n"
+"par_id3155419\n"
+"2\n"
+"help.text"
+msgid "Aligns a string to the left of a string variable, or copies a variable of a user-defined type to another variable of a different user-defined type."
+msgstr ""
+
+#: 03120304.xhp
+msgctxt ""
+"03120304.xhp\n"
+"hd_id3145317\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03120304.xhp
+msgctxt ""
+"03120304.xhp\n"
+"par_id3150984\n"
+"4\n"
+"help.text"
+msgid "LSet Var As String = Text or LSet Var1 = Var2"
+msgstr ""
+
+#: 03120304.xhp
+msgctxt ""
+"03120304.xhp\n"
+"hd_id3143271\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03120304.xhp
+msgctxt ""
+"03120304.xhp\n"
+"par_id3145610\n"
+"6\n"
+"help.text"
+msgid "<emph>Var:</emph> Any String variable that contains the string that you want align to the left."
+msgstr ""
+
+#: 03120304.xhp
+msgctxt ""
+"03120304.xhp\n"
+"par_id3154346\n"
+"7\n"
+"help.text"
+msgid "<emph>Text:</emph> String that you want to align to the left of the string variable."
+msgstr ""
+
+#: 03120304.xhp
+msgctxt ""
+"03120304.xhp\n"
+"par_id3151054\n"
+"8\n"
+"help.text"
+msgid "<emph>Var1:</emph> Name of the user-defined type variable that you want to copy to."
+msgstr ""
+
+#: 03120304.xhp
+msgctxt ""
+"03120304.xhp\n"
+"par_id3153361\n"
+"9\n"
+"help.text"
+msgid "<emph>Var2:</emph> Name of the user-defined type variable that you want to copy from."
+msgstr ""
+
+#: 03120304.xhp
+msgctxt ""
+"03120304.xhp\n"
+"par_id3154686\n"
+"10\n"
+"help.text"
+msgid "If the string is shorter than the string variable, <emph>LSet</emph> left-aligns the string within the string variable. Any remaining positions in the string variable are replaced by spaces. If the string is longer than the string variable, only the leftmost characters up to the length of the string variable are copied. With the <emph>LSet</emph> statement, you can also copy a user-defined type variable to another variable of the same type."
+msgstr ""
+
+#: 03120304.xhp
+msgctxt ""
+"03120304.xhp\n"
+"hd_id3156282\n"
+"11\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03120304.xhp
+msgctxt ""
+"03120304.xhp\n"
+"par_id3152940\n"
+"18\n"
+"help.text"
+msgid "' Align \"SBX\" within the 40-character reference string"
+msgstr ""
+
+#: 03120304.xhp
+msgctxt ""
+"03120304.xhp\n"
+"par_id3148647\n"
+"19\n"
+"help.text"
+msgid "' Replace asterisks with spaces"
+msgstr ""
+
+#: 03120304.xhp
+msgctxt ""
+"03120304.xhp\n"
+"par_id3151075\n"
+"30\n"
+"help.text"
+msgid "' Left-align \"SBX\" within the 40-character reference string"
+msgstr ""
+
+#: 03030107.xhp
+msgctxt ""
+"03030107.xhp\n"
+"tit\n"
+"help.text"
+msgid "CDateToIso Function [Runtime]"
+msgstr "CDateToIso funkcija [Run-time]"
+
+#: 03030107.xhp
+msgctxt ""
+"03030107.xhp\n"
+"bm_id3150620\n"
+"help.text"
+msgid "<bookmark_value>CdateToIso function</bookmark_value>"
+msgstr "<bookmark_value>CdateToIso funkcija</bookmark_value>"
+
+#: 03030107.xhp
+msgctxt ""
+"03030107.xhp\n"
+"hd_id3150620\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030107.xhp\" name=\"CDateToIso Function [Runtime]\">CDateToIso Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030107.xhp\" name=\"CDateToIso funkcija [Run-time]\">CDateToIso funkcija [Run-time]</link>"
+
+#: 03030107.xhp
+msgctxt ""
+"03030107.xhp\n"
+"par_id3151097\n"
+"2\n"
+"help.text"
+msgid "Returns the date in ISO format from a serial date number that is generated by the DateSerial or the DateValue function."
+msgstr "Vrača datum u ISO formatu od serijskog datuma kojeg je generisala DateSerial ili DateValue funkcija."
+
+#: 03030107.xhp
+msgctxt ""
+"03030107.xhp\n"
+"hd_id3159224\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03030107.xhp
+msgctxt ""
+"03030107.xhp\n"
+"par_id3149497\n"
+"4\n"
+"help.text"
+msgid "CDateToIso(Number)"
+msgstr ""
+
+#: 03030107.xhp
+msgctxt ""
+"03030107.xhp\n"
+"hd_id3152347\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03030107.xhp
+#, fuzzy
+msgctxt ""
+"03030107.xhp\n"
+"par_id3154422\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "Stringovi"
+
+#: 03030107.xhp
+msgctxt ""
+"03030107.xhp\n"
+"hd_id3147303\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03030107.xhp
+msgctxt ""
+"03030107.xhp\n"
+"par_id3145136\n"
+"8\n"
+"help.text"
+msgid "<emph>Number:</emph> Integer that contains the serial date number."
+msgstr "<emph>Number</emph>: Integer koji sadrži serijski datum."
+
+#: 03030107.xhp
+msgctxt ""
+"03030107.xhp\n"
+"hd_id3147243\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03030107.xhp
+msgctxt ""
+"03030107.xhp\n"
+"par_id3153126\n"
+"11\n"
+"help.text"
+msgid "MsgBox \"\" & CDateToIso(Now) ,64,\"ISO Date\""
+msgstr "MsgBox \"\" & CDateToIso(Now) ,64,\"ISO datum\""
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Shell Function [Runtime]"
+msgstr "Shell Funkcija [U izvršenju]"
+
+#: 03130500.xhp
+#, fuzzy
+msgctxt ""
+"03130500.xhp\n"
+"bm_id3150040\n"
+"help.text"
+msgid "<bookmark_value>Shell function</bookmark_value>"
+msgstr "<bookmark_value>Trazi Funkciju</bookmark_value>"
+
+#: 03130500.xhp
+#, fuzzy
+msgctxt ""
+"03130500.xhp\n"
+"hd_id3150040\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03130500.xhp\" name=\"Shell Function [Runtime]\">Shell Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020304.xhp\" name=\"Trazi Funkciju [Run-time]\">Trazi Funkcija [Run-time]</link>"
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3153394\n"
+"2\n"
+"help.text"
+msgid "Starts another application and defines the respective window style, if necessary."
+msgstr "Pokretanje druge aplikacije i definiranje odgovarajuceg stila prozora, ako je potrebno."
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"hd_id3153345\n"
+"4\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa:"
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3147576\n"
+"5\n"
+"help.text"
+msgid "Shell (Pathname As String[, Windowstyle As Integer][, Param As String][, bSync])"
+msgstr "Shell (putanje kao String [, Stil prozora kao Integer] [, Param As String] [, bSync])"
+
+#: 03130500.xhp
+#, fuzzy
+msgctxt ""
+"03130500.xhp\n"
+"hd_id3149235\n"
+"6\n"
+"help.text"
+msgid "Parameter"
+msgstr "Parametar:"
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"hd_id3154306\n"
+"23\n"
+"help.text"
+msgid "Pathname"
+msgstr "Ime putanje"
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3155419\n"
+"7\n"
+"help.text"
+msgid "Complete path and program name of the program that you want to start."
+msgstr "Kompletan plan puta i naziv programa koji želite pokrenuti."
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"hd_id3150771\n"
+"24\n"
+"help.text"
+msgid "Windowstyle"
+msgstr "Stil prozora"
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3145609\n"
+"8\n"
+"help.text"
+msgid "Optional integer expression that specifies the style of the window that the program is executed in. The following values are possible:"
+msgstr "Neobavezno cijeli izraz koji odreduje stil prozora u kojem se program izvršava. Moguce su sljedece vrijednosti:"
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3148663\n"
+"25\n"
+"help.text"
+msgid "0"
+msgstr ""
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3153360\n"
+"10\n"
+"help.text"
+msgid "The focus is on the hidden program window."
+msgstr "Fokus je na skrivenom prozoru programa."
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3154123\n"
+"26\n"
+"help.text"
+msgid "1"
+msgstr ""
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3144760\n"
+"11\n"
+"help.text"
+msgid "The focus is on the program window in standard size."
+msgstr "Fokus je na prozoru programa u standardnoj velicini."
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3156422\n"
+"27\n"
+"help.text"
+msgid "2"
+msgstr ""
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3148451\n"
+"12\n"
+"help.text"
+msgid "The focus is on the minimized program window."
+msgstr "Fokus je na minimiziranom prozoru programa."
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3149561\n"
+"28\n"
+"help.text"
+msgid "3"
+msgstr ""
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3146921\n"
+"13\n"
+"help.text"
+msgid "focus is on the maximized program window."
+msgstr "Fokus je na maksimiziranom prozoru programa."
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3149481\n"
+"29\n"
+"help.text"
+msgid "4"
+msgstr ""
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3155854\n"
+"14\n"
+"help.text"
+msgid "Standard size program window, without focus."
+msgstr "Standardna velicina prozora programa, bez fokusa."
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3145271\n"
+"30\n"
+"help.text"
+msgid "6"
+msgstr ""
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3152938\n"
+"15\n"
+"help.text"
+msgid "Minimized program window, focus remains on the active window."
+msgstr "Minimizirani prozor programa, fokus ostaje na aktivnom prozoru."
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3146119\n"
+"31\n"
+"help.text"
+msgid "10"
+msgstr "10"
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3151112\n"
+"16\n"
+"help.text"
+msgid "Full-screen display."
+msgstr "Puni prikaz."
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"hd_id3150419\n"
+"33\n"
+"help.text"
+msgid "Param"
+msgstr ""
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3149412\n"
+"17\n"
+"help.text"
+msgid "Any string expression that specifies the command line that want to pass."
+msgstr "Bilo koji string izraz koji odredjuje komandnu liniju koju zelite proslijediti."
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"hd_id3148456\n"
+"32\n"
+"help.text"
+msgid "bSync"
+msgstr ""
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3154096\n"
+"18\n"
+"help.text"
+msgid "If this value is set to <emph>true</emph>, the <emph>Shell</emph> command and all $[officename] tasks wait until the shell process completes. If the value is set to <emph>false</emph>, the shell returns directly. The default value is <emph>false</emph>."
+msgstr "Ako je ova vrijednost stavljena na <emph>true</emph>, the <emph>Shell</emph> komanda i sve $[officename] zadaci cekaju dok shell proces ne završi. Ako je vrijednost postavljena na<emph>false</emph>, konzola vraca direktno. Zadana vrijednost je <emph>false</emph>."
+
+#: 03130500.xhp
+#, fuzzy
+msgctxt ""
+"03130500.xhp\n"
+"hd_id3154270\n"
+"19\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer:"
+
+#: 03131300.xhp
+msgctxt ""
+"03131300.xhp\n"
+"tit\n"
+"help.text"
+msgid "TwipsPerPixelX Function [Runtime]"
+msgstr "TwipsPerPixelX Function [Run-time]"
+
+#: 03131300.xhp
+#, fuzzy
+msgctxt ""
+"03131300.xhp\n"
+"bm_id3153539\n"
+"help.text"
+msgid "<bookmark_value>TwipsPerPixelX function</bookmark_value>"
+msgstr "<bookmark_value>DateSerial funkcija</bookmark_value>"
+
+#: 03131300.xhp
+msgctxt ""
+"03131300.xhp\n"
+"hd_id3153539\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03131300.xhp\" name=\"TwipsPerPixelX Function [Runtime]\">TwipsPerPixelX Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03131300.xhp\" name=\"TwipsPerPixelX Function [Run-time]\">TwipsPerPixelX Function [Run-time]</link>"
+
+#: 03131300.xhp
+msgctxt ""
+"03131300.xhp\n"
+"par_id3153394\n"
+"2\n"
+"help.text"
+msgid "Returns the number of twips that represent the width of a pixel."
+msgstr "vraća broj twips koje predstavljaju širinu piksela."
+
+#: 03131300.xhp
+msgctxt ""
+"03131300.xhp\n"
+"hd_id3153527\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03131300.xhp
+msgctxt ""
+"03131300.xhp\n"
+"par_id3151110\n"
+"4\n"
+"help.text"
+msgid "n = TwipsPerPixelX"
+msgstr ""
+
+#: 03131300.xhp
+msgctxt ""
+"03131300.xhp\n"
+"hd_id3150669\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03131300.xhp
+msgctxt ""
+"03131300.xhp\n"
+"par_id3150503\n"
+"6\n"
+"help.text"
+msgid "Integer"
+msgstr "Cjelobrojno"
+
+#: 03131300.xhp
+msgctxt ""
+"03131300.xhp\n"
+"hd_id3159176\n"
+"7\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03131300.xhp
+msgctxt ""
+"03131300.xhp\n"
+"par_id3153061\n"
+"9\n"
+"help.text"
+msgid "MsgBox \"\" & TwipsPerPixelX() & \" Twips * \" & TwipsPerPixelY() & \" Twips\",0,\"Pixel size\""
+msgstr ""
+
+#: 03100500.xhp
+msgctxt ""
+"03100500.xhp\n"
+"tit\n"
+"help.text"
+msgid "CInt Function [Runtime]"
+msgstr "CInt Function [Run-time]"
+
+#: 03100500.xhp
+#, fuzzy
+msgctxt ""
+"03100500.xhp\n"
+"bm_id3149346\n"
+"help.text"
+msgid "<bookmark_value>CInt function</bookmark_value>"
+msgstr "<bookmark_value>Int Funkcija</bookmark_value>"
+
+#: 03100500.xhp
+msgctxt ""
+"03100500.xhp\n"
+"hd_id3149346\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03100500.xhp\" name=\"CInt Function [Runtime]\">CInt Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03100500.xhp\" name=\"CInt Function [Run-time]\">CInt Function [Run-time]</link>"
+
+#: 03100500.xhp
+msgctxt ""
+"03100500.xhp\n"
+"par_id3155419\n"
+"2\n"
+"help.text"
+msgid "Converts any string or numeric expression to an integer."
+msgstr "Konvertuje Bilo koji znak ili brojnu vrijednost u cijeli broj."
+
+#: 03100500.xhp
+msgctxt ""
+"03100500.xhp\n"
+"hd_id3147573\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03100500.xhp
+msgctxt ""
+"03100500.xhp\n"
+"par_id3154142\n"
+"4\n"
+"help.text"
+msgid "CInt (Expression)"
+msgstr "CInt (Izraz)"
+
+#: 03100500.xhp
+msgctxt ""
+"03100500.xhp\n"
+"hd_id3147531\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03100500.xhp
+msgctxt ""
+"03100500.xhp\n"
+"par_id3147560\n"
+"6\n"
+"help.text"
+msgid "Integer"
+msgstr "Cjelobrojno"
+
+#: 03100500.xhp
+msgctxt ""
+"03100500.xhp\n"
+"hd_id3145069\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03100500.xhp
+msgctxt ""
+"03100500.xhp\n"
+"par_id3159414\n"
+"8\n"
+"help.text"
+msgid "<emph>Expression:</emph> Any numeric expression that you want to convert. If the <emph>Expression</emph> exceeds the value range between -32768 and 32767, $[officename] Basic reports an overflow error. To convert a string expression, the number must be entered as normal text (\"123.5\") using the default number format of your operating system."
+msgstr "<emph>Expression</emph>:Brojna vrijednost koju zelis konvertovati.Ako <emph>Expression</emph> lezi izvan vrijednosnog ranga -32,768 to 32,767, $[officename] . Da se konvertuje znakovna vrijednost,broj mora biti unesen kao normalni tekst (\"123.5\") koristeci defaultni oblik za broj operativnog sistema."
+
+#: 03100500.xhp
+msgctxt ""
+"03100500.xhp\n"
+"par_id3150358\n"
+"9\n"
+"help.text"
+msgid "This function always rounds the fractional part of a number to the nearest integer."
+msgstr ""
+
+#: 03100500.xhp
+msgctxt ""
+"03100500.xhp\n"
+"hd_id3145419\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"tit\n"
+"help.text"
+msgid "DateAdd Function [Runtime]"
+msgstr "DateAdd funkcija [Run-time]"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"bm_id6269417\n"
+"help.text"
+msgid "<bookmark_value>DateAdd function</bookmark_value>"
+msgstr "<bookmark_value>DateAdd funkcija</bookmark_value>"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN10548\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030110.xhp\">DateAdd Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030110.xhp\">DateAdd funkcija [Run-time]</link>"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN10558\n"
+"help.text"
+msgid "Adds a date interval to a given date a number of times and returns the resulting date."
+msgstr ""
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN1055B\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN1055F\n"
+"help.text"
+msgid "DateAdd (Add, Count, Date)"
+msgstr ""
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN1061E\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN10622\n"
+"help.text"
+msgid "A Variant containing a date."
+msgstr ""
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN10625\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN10629\n"
+"help.text"
+msgid "Add - A string expression from the following table, specifying the date interval."
+msgstr ""
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN10636\n"
+"help.text"
+msgid "Add (string value)"
+msgstr ""
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN1063C\n"
+"help.text"
+msgid "Explanation"
+msgstr ""
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN10643\n"
+"help.text"
+msgid "yyyy"
+msgstr ""
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN10649\n"
+"help.text"
+msgid "Year"
+msgstr "Godina"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN10650\n"
+"help.text"
+msgid "q"
+msgstr ""
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN10656\n"
+"help.text"
+msgid "Quarter"
+msgstr "Kvartal"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN1065D\n"
+"help.text"
+msgid "m"
+msgstr "m"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN10663\n"
+"help.text"
+msgid "Month"
+msgstr "Mjesec"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN1066A\n"
+"help.text"
+msgid "y"
+msgstr ""
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN10670\n"
+"help.text"
+msgid "Day of year"
+msgstr ""
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN10677\n"
+"help.text"
+msgid "w"
+msgstr ""
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN1067D\n"
+"help.text"
+msgid "Weekday"
+msgstr "Dan sedmice"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN10684\n"
+"help.text"
+msgid "ww"
+msgstr ""
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN1068A\n"
+"help.text"
+msgid "Week of year"
+msgstr ""
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN10691\n"
+"help.text"
+msgid "d"
+msgstr ""
+
+#: 03030110.xhp
+#, fuzzy
+msgctxt ""
+"03030110.xhp\n"
+"par_idN10697\n"
+"help.text"
+msgid "Day"
+msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nDan \\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nDan"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN1069E\n"
+"help.text"
+msgid "h"
+msgstr ""
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN106A4\n"
+"help.text"
+msgid "Hour"
+msgstr "Sat"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN106AB\n"
+"help.text"
+msgid "n"
+msgstr ""
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN106B1\n"
+"help.text"
+msgid "Minute"
+msgstr "Minuta"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN106B8\n"
+"help.text"
+msgid "s"
+msgstr ""
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN106BE\n"
+"help.text"
+msgid "Second"
+msgstr ""
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN106C1\n"
+"help.text"
+msgid "Count - A numerical expression specifying how often the Add interval will be added (Count is positive) or subtracted (Count is negative)."
+msgstr ""
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN106C4\n"
+"help.text"
+msgid "Date - A given date or the name of a Variant variable containing a date. The Add value will be added Count times to this value."
+msgstr ""
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN106C7\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03101100.xhp
+msgctxt ""
+"03101100.xhp\n"
+"tit\n"
+"help.text"
+msgid "DefBool Statement [Runtime]"
+msgstr "DefBool Statement [Run-time]"
+
+#: 03101100.xhp
+#, fuzzy
+msgctxt ""
+"03101100.xhp\n"
+"bm_id3145759\n"
+"help.text"
+msgid "<bookmark_value>DefBool statement</bookmark_value>"
+msgstr "<bookmark_value>DefDbl red</bookmark_value>"
+
+#: 03101100.xhp
+msgctxt ""
+"03101100.xhp\n"
+"hd_id3145759\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03101100.xhp\" name=\"DefBool Statement [Runtime]\">DefBool Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03101100.xhp\" name=\"DefBool Statement [Run-time]\">DefBool Statement [Run-time]</link>"
+
+#: 03101100.xhp
+msgctxt ""
+"03101100.xhp\n"
+"par_id3153089\n"
+"2\n"
+"help.text"
+msgid "If no type-declaration character or keyword is specified, the DefBool statement sets the default data type for variables, according to a letter range."
+msgstr "Ako nijedna vrsta karaktera ili rijeci nije definirana, DefBool izras postavlja defaultnu vrijednos podataka za varijable prema rangu slova."
+
+#: 03101100.xhp
+msgctxt ""
+"03101100.xhp\n"
+"hd_id3149495\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03101100.xhp
+msgctxt ""
+"03101100.xhp\n"
+"par_id3150682\n"
+"4\n"
+"help.text"
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
+msgstr "Defxxx Karakterokrug1[, Karakterokrug2[,...]]"
+
+#: 03101100.xhp
+msgctxt ""
+"03101100.xhp\n"
+"hd_id3159201\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03101100.xhp
+msgctxt ""
+"03101100.xhp\n"
+"par_id3147226\n"
+"6\n"
+"help.text"
+msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for."
+msgstr "<emph>Characterrange</emph>: Slova koja odredzuju okrug varijabli koje zelite vidjeti kao zadanu vrijednost tipa for"
+
+#: 03101100.xhp
+msgctxt ""
+"03101100.xhp\n"
+"par_id3149178\n"
+"7\n"
+"help.text"
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
+msgstr ""
+
+#: 03101100.xhp
+#, fuzzy
+msgctxt ""
+"03101100.xhp\n"
+"par_id3150669\n"
+"8\n"
+"help.text"
+msgid "<emph>Keyword: </emph>Default variable type"
+msgstr "<emph>Keyword</emph>: Default variable type"
+
+#: 03101100.xhp
+msgctxt ""
+"03101100.xhp\n"
+"par_id3149233\n"
+"9\n"
+"help.text"
+msgid "<emph>DefBool:</emph> Boolean"
+msgstr "<emph>DefBool</emph>: Boolean"
+
+#: 03101100.xhp
+msgctxt ""
+"03101100.xhp\n"
+"hd_id3149762\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03101100.xhp
+#, fuzzy
+msgctxt ""
+"03101100.xhp\n"
+"par_id3156152\n"
+"12\n"
+"help.text"
+msgid "' Prefix definition for variable types:"
+msgstr "REM Prefiks definicija za tip varijabli:"
+
+#: 03101100.xhp
+#, fuzzy
+msgctxt ""
+"03101100.xhp\n"
+"par_id3151381\n"
+"22\n"
+"help.text"
+msgid "bOK=TRUE ' bOK is an implicit boolean variable"
+msgstr "bOK=TRUE REM bOK je implicitna Boolean varijabla."
+
+#: 03020414.xhp
+msgctxt ""
+"03020414.xhp\n"
+"tit\n"
+"help.text"
+msgid "SetAttr Statement [Runtime]"
+msgstr "SetAttr izjava [Run-time]"
+
+#: 03020414.xhp
+msgctxt ""
+"03020414.xhp\n"
+"bm_id3147559\n"
+"help.text"
+msgid "<bookmark_value>SetAttr statement</bookmark_value>"
+msgstr "<bookmark_value>SetAttr izjava</bookmark_value>"
+
+#: 03020414.xhp
+msgctxt ""
+"03020414.xhp\n"
+"hd_id3147559\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020414.xhp\" name=\"SetAttr Statement [Runtime]\">SetAttr Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020414.xhp\" name=\"SetAttr izjava [Run-time]\">SetAttr izjava [Run-time]</link>"
+
+#: 03020414.xhp
+msgctxt ""
+"03020414.xhp\n"
+"par_id3147264\n"
+"2\n"
+"help.text"
+msgid "Sets the attribute information for a specified file."
+msgstr "Postavi atribut informacije za specificirani dokument."
+
+#: 03020414.xhp
+msgctxt ""
+"03020414.xhp\n"
+"hd_id3150359\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03020414.xhp
+msgctxt ""
+"03020414.xhp\n"
+"par_id3154365\n"
+"4\n"
+"help.text"
+msgid "SetAttr FileName As String, Attribute As Integer"
+msgstr ""
+
+#: 03020414.xhp
+msgctxt ""
+"03020414.xhp\n"
+"hd_id3125863\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03020414.xhp
+msgctxt ""
+"03020414.xhp\n"
+"par_id3154909\n"
+"6\n"
+"help.text"
+msgid "FileName: Name of the file, including the path, that you want to test attributes of. If you do not enter a path, <emph>SetAttr</emph> searches for the file in the current directory. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
+msgstr "FileName: Naziv dokumenta, uključujući putanju, čijeg želite atribute od. Ako ne unesete putanju, <emph>SetAttr</emph> pretražuje za dokument u trenutnom direktoriju. Možete također koristiti <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notaciju\">URL notation</link>."
+
+#: 03020414.xhp
+msgctxt ""
+"03020414.xhp\n"
+"par_id3153192\n"
+"7\n"
+"help.text"
+msgid "<emph>Attribute:</emph> Bit pattern defining the attributes that you want to set or to clear:"
+msgstr "<emph>Attribute</emph>: Šema sa bitima koja definiše atribute koje želite da postavite ili izbrišete:"
+
+#: 03020414.xhp
+msgctxt ""
+"03020414.xhp\n"
+"par_id3145786\n"
+"8\n"
+"help.text"
+msgid "<emph>Value</emph>"
+msgstr "<emph>Vrijednost</emph>"
+
+#: 03020414.xhp
+msgctxt ""
+"03020414.xhp\n"
+"par_id3152596\n"
+"9\n"
+"help.text"
+msgid "0 : Normal files."
+msgstr "0 : Normalni dokumenti."
+
+#: 03020414.xhp
+msgctxt ""
+"03020414.xhp\n"
+"par_id3149262\n"
+"10\n"
+"help.text"
+msgid "1 : Read-only files."
+msgstr ""
+
+#: 03020414.xhp
+msgctxt ""
+"03020414.xhp\n"
+"par_id3152576\n"
+"13\n"
+"help.text"
+msgid "32 : File was changed since last backup (Archive bit)."
+msgstr ""
+
+#: 03020414.xhp
+msgctxt ""
+"03020414.xhp\n"
+"par_id3153093\n"
+"14\n"
+"help.text"
+msgid "You can set multiple attributes by combining the respective values with a logic OR statement."
+msgstr "Možete postaviti više atribute kombinirajući referentne vrijednosti sa logičkom OR izjavom."
+
+#: 03020414.xhp
+msgctxt ""
+"03020414.xhp\n"
+"hd_id3147434\n"
+"15\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03020414.xhp
+msgctxt ""
+"03020414.xhp\n"
+"par_id3148645\n"
+"17\n"
+"help.text"
+msgid "On Error GoTo ErrorHandler ' Define target for error handler"
+msgstr ""
+
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"tit\n"
+"help.text"
+msgid "GoTo Statement [Runtime]"
+msgstr "GoTo Statement [Run-time]"
+
+#: 03090302.xhp
+#, fuzzy
+msgctxt ""
+"03090302.xhp\n"
+"bm_id3159413\n"
+"help.text"
+msgid "<bookmark_value>GoTo statement</bookmark_value>"
+msgstr "<bookmark_value>Završi Izjavu</bookmark_value>"
+
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"hd_id3159413\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090302.xhp\" name=\"GoTo Statement [Runtime]\">GoTo Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090302.xhp\" name=\"GoTo Statement [Run-time]\">GoTo Statement [Run-time]</link>"
+
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"par_id3153379\n"
+"2\n"
+"help.text"
+msgid "Continues program execution within a Sub or Function at the procedure line indicated by a label."
+msgstr "Program nastavlja sa izvršenjem unutar Sub ili Function na postupak liniji oynacen oznakom."
+
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"hd_id3149656\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03090302.xhp
+#, fuzzy
+msgctxt ""
+"03090302.xhp\n"
+"par_id3154367\n"
+"4\n"
+"help.text"
+msgid "see Parameters"
+msgstr "vidi Parametre"
+
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"hd_id3150870\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03090302.xhp
+#, fuzzy
+msgctxt ""
+"03090302.xhp\n"
+"par_id3156214\n"
+"6\n"
+"help.text"
+msgid "Sub/Function"
+msgstr "Završi Sub/Function"
+
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"par_id3156424\n"
+"7\n"
+"help.text"
+msgid "statement block"
+msgstr "blok izjava"
+
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"par_id3154685\n"
+"8\n"
+"help.text"
+msgid "Label1"
+msgstr "Oznaka1"
+
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"par_id3145786\n"
+"9\n"
+"help.text"
+msgid "<emph>Label2:</emph>"
+msgstr "<emph>Oznaka2</emph>:"
+
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"par_id3161832\n"
+"10\n"
+"help.text"
+msgid "statement block"
+msgstr "blok izjava"
+
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"par_id3146120\n"
+"11\n"
+"help.text"
+msgid "Exit Sub"
+msgstr ""
+
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"par_id3150010\n"
+"12\n"
+"help.text"
+msgid "<emph>Label1:</emph>"
+msgstr "<emph>Oznaka1</emph>:"
+
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"par_id3152462\n"
+"13\n"
+"help.text"
+msgid "statement block"
+msgstr "blok izjava"
+
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"par_id3149664\n"
+"14\n"
+"help.text"
+msgid "GoTo Label2"
+msgstr "GoTo Oznaka2"
+
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"par_id3152886\n"
+"15\n"
+"help.text"
+msgid "End Sub/Function"
+msgstr "Završi Sub/Function"
+
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"par_id3152596\n"
+"16\n"
+"help.text"
+msgid "Use the GoTo statement to instruct $[officename] Basic to continue program execution at another place within the procedure. The position must be indicated by a label. To set a label, assign a name, and then and end it with a colon (\":\")."
+msgstr "Koristite GoTo izjavu da uputi $ [officename] Basic da nastavi izvršavanje programa na drugom mjestu unutar postupka. Pozicija mora biti označen oznakom. Da biste postavili oznaku, dodijeliti ime, a zatim ga kraj s dvotačka (\":\")."
+
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"par_id3155416\n"
+"17\n"
+"help.text"
+msgid "You cannot use the GoTo statement to jump out of a Sub or Function."
+msgstr "Ne možete koristiti GOTO naredbe za skok iz Sub ili Function."
+
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"hd_id3154731\n"
+"19\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03090302.xhp
+#, fuzzy
+msgctxt ""
+"03090302.xhp\n"
+"par_id6967035\n"
+"help.text"
+msgid "see Parameters"
+msgstr "vidi Parametre"
+
+#: 03080700.xhp
+msgctxt ""
+"03080700.xhp\n"
+"tit\n"
+"help.text"
+msgid "Expression Signs"
+msgstr ""
+
+#: 03080700.xhp
+msgctxt ""
+"03080700.xhp\n"
+"hd_id3150702\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080700.xhp\" name=\"Expression Signs\">Expression Signs</link>"
+msgstr ""
+
+#: 03080700.xhp
+msgctxt ""
+"03080700.xhp\n"
+"par_id3148668\n"
+"2\n"
+"help.text"
+msgid "This function returns the algebraic sign of a numeric expression."
+msgstr ""
+
+#: 03120308.xhp
+#, fuzzy
+msgctxt ""
+"03120308.xhp\n"
+"tit\n"
+"help.text"
+msgid "RSet Statement [Runtime]"
+msgstr "Postavi Naredbu[Vrijeme izvršavanja]"
+
+#: 03120308.xhp
+#, fuzzy
+msgctxt ""
+"03120308.xhp\n"
+"bm_id3153345\n"
+"help.text"
+msgid "<bookmark_value>RSet statement</bookmark_value>"
+msgstr "<bookmark_value>Sub izjava</bookmark_value>"
+
+#: 03120308.xhp
+#, fuzzy
+msgctxt ""
+"03120308.xhp\n"
+"hd_id3153345\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03103700.xhp\" name=\"Postavi Naredbu[Vrijeme izvršavanja]\">Postavi Naredbu[Vriejme izvršavanja]</link>"
+
+#: 03120308.xhp
+msgctxt ""
+"03120308.xhp\n"
+"par_id3150503\n"
+"2\n"
+"help.text"
+msgid "Right-aligns a string within a string variable, or copies a user-defined variable type into another."
+msgstr ""
+
+#: 03120308.xhp
+msgctxt ""
+"03120308.xhp\n"
+"hd_id3149234\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03120308.xhp
+msgctxt ""
+"03120308.xhp\n"
+"par_id3150669\n"
+"4\n"
+"help.text"
+msgid "RSet Text As String = Text or RSet Variable1 = Variable2"
+msgstr ""
+
+#: 03120308.xhp
+msgctxt ""
+"03120308.xhp\n"
+"hd_id3156024\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03120308.xhp
+#, fuzzy
+msgctxt ""
+"03120308.xhp\n"
+"par_id3148552\n"
+"6\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string variable."
+msgstr "<emph>Text</emph>: Red stringova."
+
+#: 03120308.xhp
+msgctxt ""
+"03120308.xhp\n"
+"par_id3154924\n"
+"7\n"
+"help.text"
+msgid "<emph>Text</emph>: String that you want to right-align in the string variable."
+msgstr ""
+
+#: 03120308.xhp
+msgctxt ""
+"03120308.xhp\n"
+"par_id3149456\n"
+"8\n"
+"help.text"
+msgid "<emph>Variable1:</emph> User-defined variable that is the target for the copied variable."
+msgstr ""
+
+#: 03120308.xhp
+msgctxt ""
+"03120308.xhp\n"
+"par_id3153381\n"
+"9\n"
+"help.text"
+msgid "<emph>Variable2:</emph> User-defined variable that you want to copy to another variable."
+msgstr ""
+
+#: 03120308.xhp
+msgctxt ""
+"03120308.xhp\n"
+"par_id3154140\n"
+"10\n"
+"help.text"
+msgid "If the string is shorter than the string variable, <emph>RSet</emph> aligns the string to the right within the string variable. Any remaining characters in the string variable are replaced with spaces. If the string is longer than the string variable, characters exceeding the length of the variable are truncated, and only the remaining characters are right-aligned within the string variable."
+msgstr ""
+
+#: 03120308.xhp
+msgctxt ""
+"03120308.xhp\n"
+"par_id3149202\n"
+"11\n"
+"help.text"
+msgid "You can also use the <emph>RSet statement</emph> to assign variables of one user-defined type to another."
+msgstr ""
+
+#: 03120308.xhp
+msgctxt ""
+"03120308.xhp\n"
+"par_id3151042\n"
+"12\n"
+"help.text"
+msgid "The following example uses the <emph>RSet</emph> and <emph>LSet</emph> statements to modify the left and right alignment of a string."
+msgstr ""
+
+#: 03120308.xhp
+msgctxt ""
+"03120308.xhp\n"
+"hd_id3154909\n"
+"13\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03120308.xhp
+msgctxt ""
+"03120308.xhp\n"
+"par_id3155856\n"
+"20\n"
+"help.text"
+msgid "' Right-align \"SBX\" in a 40-character string"
+msgstr ""
+
+#: 03120308.xhp
+msgctxt ""
+"03120308.xhp\n"
+"par_id3152577\n"
+"21\n"
+"help.text"
+msgid "' Replace asterisks with spaces"
+msgstr ""
+
+#: 03120308.xhp
+msgctxt ""
+"03120308.xhp\n"
+"par_id3145801\n"
+"32\n"
+"help.text"
+msgid "' Left-align \"SBX\" in a 40-character string"
+msgstr ""
+
+#: 03080200.xhp
+msgctxt ""
+"03080200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Exponential and Logarithmic Functions"
+msgstr "Eksponencijalne i Logaritmicke Funkcije"
+
+#: 03080200.xhp
+msgctxt ""
+"03080200.xhp\n"
+"hd_id3154758\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080200.xhp\" name=\"Exponential and Logarithmic Functions\">Exponential and Logarithmic Functions</link>"
+msgstr "<link href=\"text/sbasic/shared/03080200.xhp\" name=\"Eksponencijalne i Logaritmicke Funkcije\">Eksponencijalne i Logaritmicke Funkcije</link>"
+
+#: 03080200.xhp
+msgctxt ""
+"03080200.xhp\n"
+"par_id3148550\n"
+"2\n"
+"help.text"
+msgid "$[officename] Basic supports the following exponential and logarithmic functions."
+msgstr "$[officename] Basic podrzsvs dlijedece Eksponencijalne i Logaritmicke Funkcije."
+
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"tit\n"
+"help.text"
+msgid "The Basic Editor"
+msgstr "Basic Editor"
+
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"bm_id3148647\n"
+"help.text"
+msgid "<bookmark_value>saving;Basic code</bookmark_value><bookmark_value>loading;Basic code</bookmark_value><bookmark_value>Basic editor</bookmark_value><bookmark_value>navigating;in Basic projects</bookmark_value><bookmark_value>long lines;in Basic editor</bookmark_value><bookmark_value>lines of text;in Basic editor</bookmark_value><bookmark_value>continuation;long lines in editor</bookmark_value>"
+msgstr "<bookmark_value>sačuvati; Basic kod</bookmark_value><bookmark_value>učitavanje;Basic kod</bookmark_value><bookmark_value>Basic editor</bookmark_value><bookmark_value> upravljanje; u Basic projektima</bookmark_value><bookmark_value>dugi redovi;u Basic editoru</bookmark_value><bookmark_value>redovi teksta; u Basic editoru</bookmark_value><bookmark_value>nastavak; dugi redovi u editoru</bookmark_value>"
+
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"hd_id3147264\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01030200.xhp\" name=\"The Basic Editor\">The Basic Editor</link>"
+msgstr "<link href=\"text/sbasic/shared/01030200.xhp\" name=\"Basic Editor\">The Basic Editor</link>"
+
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"par_id3145069\n"
+"3\n"
+"help.text"
+msgid "The Basic Editor provides the standard editing functions you are familiar with when working in a text document. It supports the functions of the <emph>Edit</emph> menu (Cut, Delete, Paste), the ability to select text with the Shift key, as well as cursor positioning functions (for example, moving from word to word with <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and the arrow keys)."
+msgstr "Basic Editor pruža standardne funkcije za editovanje koje su vam poznate kada radite u tekstualnom dokumentu. Podržava funkcije <emph>Izmijeni</emph> meni (Isjeci, Briši, Zalijepi), mogućnost označavanja teksta sa tipkom Shift, kao i funkcije za pozicioniranje kursora (na primjer, pomjeranje od riječi do riječi sa <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and the arrow keys)."
+
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"par_id3154686\n"
+"31\n"
+"help.text"
+msgid "Long lines can be split into several parts by inserting a space and an underline character _ as the last two characters of a line. This connects the line with the following line to one logical line. (If \"Option Compatible\" is used in the same Basic module, the line continuation feature is also valid for comment lines.)"
+msgstr "Dugi redovi se mogu podijeliti u više dijelova unošenjem razmaka i znaka podcrte _ kao zadnja dva karaktera tog reda. Ovo povezuje red sa narednim redom u jedan logički red. (Ako se \"Opcija Kompatibilna\" koristi u istom Basic modulu, element nastavak reda je također ispravan za redove komentara.)"
+
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"par_id3151042\n"
+"32\n"
+"help.text"
+msgid "If you press the <emph>Run BASIC</emph> icon on the <emph>Macro</emph> bar, program execution starts at the first line of the Basic editor. The program executes the first Sub or Function and then program execution stops. The \"Sub Main\" does not take precedence on program execution."
+msgstr "Ako kliknete na <emph>Pokreni BASIC</emph> ikonicu na <emph>Makro</emph> traci, izvršavanje programa počinje na prvom redu Basic editora. Program izvrši prvi Sub ili Function i onda izvršavanje programa prestajes. \"Sub Main\" nema prednost pri izvršavanju programa."
+
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"par_id59816\n"
+"help.text"
+msgid "Insert your Basic code between the Sub Main and End Sub lines that you see when you first open the IDE. Alternatively, delete all lines and then enter your own Basic code."
+msgstr "Unesite svoj Basic kod između Sub Main i End Sub redova koje ćete vidjeti kada tek otvorite IDE. Alternativno, izbrišite sve redove i onda unesite svoj Basic kod."
+
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"hd_id3125863\n"
+"4\n"
+"help.text"
+msgid "Navigating in a Project"
+msgstr "Upravljanje u Projektu"
+
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"hd_id3145785\n"
+"6\n"
+"help.text"
+msgid "The Library List"
+msgstr "Biblioteka Lista"
+
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"par_id3146120\n"
+"7\n"
+"help.text"
+msgid "Select a library from the <emph>Library</emph> list at the left of the toolbar to load the library in the editor. The first module of the selected library will be displayed."
+msgstr "Izaberite biblioteku iz <emph>Biblioteka</emph> liste na lijevoj strani trake alata da bi učitali biblioteku u editor. Prvi modul izabrane biblioteke će biti prikazan."
+
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"hd_id3153190\n"
+"8\n"
+"help.text"
+msgid "The Object Catalog"
+msgstr "Katalog Objekata"
+
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"hd_id3148647\n"
+"15\n"
+"help.text"
+msgid "Saving and Loading Basic Source Code"
+msgstr "Spašavanje i Učitavanje Izvora Basic Koda"
+
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"par_id3154320\n"
+"16\n"
+"help.text"
+msgid "You can save Basic code in a text file for saving and importing in other programming systems."
+msgstr "Možete sačuvati Basic kod u tekst datoteku za čuvanje i importovanje u druge programske sisteme."
+
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"par_id3149959\n"
+"25\n"
+"help.text"
+msgid "You cannot save Basic dialogs to a text file."
+msgstr "Ne možete sačuvati Basic dijaloške prozore u tekst datoteci."
+
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"hd_id3149403\n"
+"17\n"
+"help.text"
+msgid "Saving Source Code to a Text File"
+msgstr "Spašavanje Izvornog Koda u Tekstualnu Datoteku"
+
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"par_id3150327\n"
+"18\n"
+"help.text"
+msgid "Select the module that you want to export as text from the object catalog."
+msgstr "Izaberite modul koji želite eksportovati kao tekst iz kataloga objekata."
+
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"par_id3150752\n"
+"19\n"
+"help.text"
+msgid "Click the <emph>Save Source As</emph> icon in the Macro toolbar."
+msgstr "Kliknite <emph>Save Source As (Sačuvaj Izvor Kao)</emph> ikonicu na Macro traci alata."
+
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"par_id3154754\n"
+"20\n"
+"help.text"
+msgid "Select a file name and click <emph>OK</emph> to save the file."
+msgstr "Izaberite ime dokumenta i kliknite <emph>OK (U redu)</emph> da sačuvate dokument."
+
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"hd_id3159264\n"
+"21\n"
+"help.text"
+msgid "Loading Source Code From a Text File"
+msgstr "Učitavanje Izvornog Koda iz Tekstualne Datoteke"
+
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"par_id3147343\n"
+"22\n"
+"help.text"
+msgid "Select the module where you want to import the source code from the object catalog."
+msgstr "Izaberite modul iz kojeg želite importovati izvorni kod iz kataloga za objekte."
+
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"par_id3145230\n"
+"23\n"
+"help.text"
+msgid "Position the cursor where you want to insert the program code."
+msgstr "Postavite kursor gdje želite unijeti kod programa."
+
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"par_id3149565\n"
+"24\n"
+"help.text"
+msgid "Click the <emph>Insert Source Text</emph> icon in the Macro toolbar."
+msgstr "Kliknite <emph>Insert Source Text (Unesi Tekst Izvora)</emph> ikonicu na Macro traci alata."
+
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"par_id3154020\n"
+"33\n"
+"help.text"
+msgid "Select the text file containing the source code and click <emph>OK</emph>."
+msgstr "Izaberite tekstualni dokument koji sadrži izvorni kod i kliknite <emph>OK</emph>."
+
+#: 01030200.xhp
+#, fuzzy
+msgctxt ""
+"01030200.xhp\n"
+"par_id3153198\n"
+"29\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01050000.xhp\" name=\"Basic IDE\">Basic IDE</link>"
+msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"Macro\">Makro</link>"
+
+#: 03102000.xhp
+msgctxt ""
+"03102000.xhp\n"
+"tit\n"
+"help.text"
+msgid "DefVar Statement [Runtime]"
+msgstr "DefVar red [Pokretac- vrijeme]"
+
+#: 03102000.xhp
+msgctxt ""
+"03102000.xhp\n"
+"bm_id3143267\n"
+"help.text"
+msgid "<bookmark_value>DefVar statement</bookmark_value>"
+msgstr "<bookmark_value>DefVar red</bookmark_value>"
+
+#: 03102000.xhp
+msgctxt ""
+"03102000.xhp\n"
+"hd_id3143267\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03102000.xhp\" name=\"DefVar Statement [Runtime]\">DefVar Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03102000.xhp\" name=\"DefVar red [Pokretac- vrijeme]\">DefVar red [Pokretac- vrijeme]</link>"
+
+#: 03102000.xhp
+msgctxt ""
+"03102000.xhp\n"
+"par_id3153825\n"
+"2\n"
+"help.text"
+msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
+msgstr "Postavi zadanu vrijednost tipa, prema pisanom okrugu ako nema tipa koji je deklarisan karakter"
+
+#: 03102000.xhp
+msgctxt ""
+"03102000.xhp\n"
+"hd_id3154143\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03102000.xhp
+msgctxt ""
+"03102000.xhp\n"
+"par_id3149514\n"
+"4\n"
+"help.text"
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
+msgstr "Defxxx Karakterokrug1[, Karakterokrug2[,...]]"
+
+#: 03102000.xhp
+msgctxt ""
+"03102000.xhp\n"
+"hd_id3156024\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03102000.xhp
+msgctxt ""
+"03102000.xhp\n"
+"par_id3147560\n"
+"6\n"
+"help.text"
+msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for."
+msgstr "<emph>Characterrange</emph>: Slova koja odredzuju okrug varijabli koje zelite vidjeti kao zadanu vrijednost tipa for"
+
+#: 03102000.xhp
+msgctxt ""
+"03102000.xhp\n"
+"par_id3148552\n"
+"7\n"
+"help.text"
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
+msgstr ""
+
+#: 03102000.xhp
+#, fuzzy
+msgctxt ""
+"03102000.xhp\n"
+"par_id3153524\n"
+"8\n"
+"help.text"
+msgid "<emph>Keyword: </emph>Default variable type"
+msgstr "<emph>Keyword</emph>: Default variable type"
+
+#: 03102000.xhp
+msgctxt ""
+"03102000.xhp\n"
+"par_id3150767\n"
+"9\n"
+"help.text"
+msgid "<emph>DefVar:</emph> Variant"
+msgstr "<emph>DefVar</emph>: Varijanta"
+
+#: 03102000.xhp
+msgctxt ""
+"03102000.xhp\n"
+"hd_id3151041\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03102000.xhp
+#, fuzzy
+msgctxt ""
+"03102000.xhp\n"
+"par_id3156214\n"
+"11\n"
+"help.text"
+msgid "' Prefix definitions for variable types:"
+msgstr "REM Prefiks definisan za variable tipa:"
+
+#: 03102000.xhp
+#, fuzzy
+msgctxt ""
+"03102000.xhp\n"
+"par_id3154012\n"
+"21\n"
+"help.text"
+msgid "vDiv=99 ' vDiv is an implicit variant"
+msgstr "vDiv=99 REM vDiv je implicitna varijanta"
+
+#: 03102000.xhp
+msgctxt ""
+"03102000.xhp\n"
+"par_id3146121\n"
+"22\n"
+"help.text"
+msgid "vDiv=\"Hello world\""
+msgstr "vDiv=\"Zdravo svijet\""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"tit\n"
+"help.text"
+msgid "Information"
+msgstr "Informacije"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"hd_id3148550\n"
+"1\n"
+"help.text"
+msgid "Information"
+msgstr "Informacije"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3153381\n"
+"102\n"
+"help.text"
+msgid "You can set the locale used for controlling the formatting numbers, dates and currencies in $[officename] Basic in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</emph>. In Basic format codes, the decimal point (<emph>.</emph>) is always used as <emph>placeholder</emph> for the decimal separator defined in your locale and will be replaced by the corresponding character."
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3150870\n"
+"103\n"
+"help.text"
+msgid "The same applies to the locale settings for date, time and currency formats. The Basic format code will be interpreted and displayed according to your locale setting."
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3156424\n"
+"2\n"
+"help.text"
+msgid "The color values of the 16 basic colors are as follows:"
+msgstr ""
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3153091\n"
+"3\n"
+"help.text"
+msgid "<emph>Color Value</emph>"
+msgstr "<emph>Vrijednost</emph>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3154319\n"
+"4\n"
+"help.text"
+msgid "<emph>Color Name</emph>"
+msgstr "<emph>Vrijednost</emph>"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3151112\n"
+"5\n"
+"help.text"
+msgid "0"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3155854\n"
+"6\n"
+"help.text"
+msgid "Black"
+msgstr "Crna"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3154942\n"
+"7\n"
+"help.text"
+msgid "128"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3154731\n"
+"8\n"
+"help.text"
+msgid "Blue"
+msgstr "Plava"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3145645\n"
+"9\n"
+"help.text"
+msgid "32768"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3149400\n"
+"10\n"
+"help.text"
+msgid "Green"
+msgstr "Zelena"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3150753\n"
+"11\n"
+"help.text"
+msgid "32896"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3153765\n"
+"12\n"
+"help.text"
+msgid "Cyan"
+msgstr "Cijan"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3154756\n"
+"13\n"
+"help.text"
+msgid "8388608"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3159266\n"
+"14\n"
+"help.text"
+msgid "Red"
+msgstr "Crvena"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3163807\n"
+"15\n"
+"help.text"
+msgid "8388736"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3145150\n"
+"16\n"
+"help.text"
+msgid "Magenta"
+msgstr "Mađenta"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3147002\n"
+"17\n"
+"help.text"
+msgid "8421376"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3152778\n"
+"18\n"
+"help.text"
+msgid "Yellow"
+msgstr "Žuta"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3150088\n"
+"19\n"
+"help.text"
+msgid "8421504"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3159239\n"
+"20\n"
+"help.text"
+msgid "White"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3150206\n"
+"21\n"
+"help.text"
+msgid "12632256"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3149817\n"
+"22\n"
+"help.text"
+msgid "Gray"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3150363\n"
+"23\n"
+"help.text"
+msgid "255"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3154576\n"
+"24\n"
+"help.text"
+msgid "Light blue"
+msgstr "Svijetlo plava"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3150367\n"
+"25\n"
+"help.text"
+msgid "65280"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3150202\n"
+"26\n"
+"help.text"
+msgid "Light green"
+msgstr "Svijetlo zelena"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3154487\n"
+"27\n"
+"help.text"
+msgid "65535"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3151332\n"
+"28\n"
+"help.text"
+msgid "Light cyan"
+msgstr "Svijetlo cijan"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3148702\n"
+"29\n"
+"help.text"
+msgid "16711680"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3153067\n"
+"30\n"
+"help.text"
+msgid "Light red"
+msgstr "Svijetlo crvena"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3153912\n"
+"31\n"
+"help.text"
+msgid "16711935"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3159097\n"
+"32\n"
+"help.text"
+msgid "Light magenta"
+msgstr "Svijetla mađenta"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3155266\n"
+"33\n"
+"help.text"
+msgid "16776960"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3157978\n"
+"34\n"
+"help.text"
+msgid "Light yellow"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3153286\n"
+"35\n"
+"help.text"
+msgid "16777215"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3151302\n"
+"36\n"
+"help.text"
+msgid "Transparent white"
+msgstr ""
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"hd_id3152869\n"
+"37\n"
+"help.text"
+msgid "<variable id=\"errorcode\">Error Codes</variable>"
+msgstr "<variable id=\"content\">izaberi <emph>Pomoć - Sadržaj</emph></variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id315509599\n"
+"help.text"
+msgid "<variable id=\"err1\">1 An exception occurred</variable>"
+msgstr "<variable id=\"wie\">Da pristupite ovoj funkciji... </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3155095\n"
+"38\n"
+"help.text"
+msgid "<variable id=\"err2\">2 Syntax error</variable>"
+msgstr "<variable id=\"solver\">Izaberite Pomagala - Rješavac</variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3149126\n"
+"39\n"
+"help.text"
+msgid "<variable id=\"err3\">3 Return without Gosub</variable>"
+msgstr "<variable id=\"solver\">Izaberite Pomagala - Rješavac</variable>"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3153976\n"
+"40\n"
+"help.text"
+msgid "<variable id=\"err4\">4 Incorrect entry; please retry</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3150891\n"
+"41\n"
+"help.text"
+msgid "<variable id=\"err5\">5 Invalid procedure call</variable>"
+msgstr ""
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3159227\n"
+"42\n"
+"help.text"
+msgid "<variable id=\"err6\">6 Overflow</variable>"
+msgstr "<variable id=\"fozei\">Izaberi <emph>Oblik - Row</emph></variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3154649\n"
+"43\n"
+"help.text"
+msgid "<variable id=\"err7\">7 Not enough memory</variable>"
+msgstr "<variable id=\"eispa\">Izaberi <emph>Ubaci - Kolone</emph></variable>"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3150050\n"
+"44\n"
+"help.text"
+msgid "<variable id=\"err8\">8 Array already dimensioned</variable>"
+msgstr ""
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3148900\n"
+"45\n"
+"help.text"
+msgid "<variable id=\"err9\">9 Index out of defined range</variable>"
+msgstr "<variable id=\"dbrbf\">Izaberite <emph>Podaci - Define Range</emph></variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3153806\n"
+"46\n"
+"help.text"
+msgid "<variable id=\"err10\">10 Duplicate definition</variable>"
+msgstr "<variable id=\"wie\">Da pristupite ovoj funkciji... </variable>"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3146963\n"
+"47\n"
+"help.text"
+msgid "<variable id=\"err11\">11 Division by zero</variable>"
+msgstr ""
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3153013\n"
+"48\n"
+"help.text"
+msgid "<variable id=\"err12\">12 Variable not defined</variable>"
+msgstr "<variable id=\"dbrbf\">Izaberite <emph>Podaci - Define Range</emph></variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3155593\n"
+"49\n"
+"help.text"
+msgid "<variable id=\"err13\">13 Data type mismatch</variable>"
+msgstr "<variable id=\"dnsrt\">Izaberite <emph>Podaci - Sortiraj</emph></variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3151197\n"
+"50\n"
+"help.text"
+msgid "<variable id=\"err14\">14 Invalid parameter</variable>"
+msgstr "<variable id=\"solver\">Izaberite Pomagala - Rješavac</variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3154710\n"
+"51\n"
+"help.text"
+msgid "<variable id=\"err18\">18 Process interrupted by user</variable>"
+msgstr "<variable id=\"wie\">Da pristupite ovoj funkciji... </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3147504\n"
+"52\n"
+"help.text"
+msgid "<variable id=\"err20\">20 Resume without error</variable>"
+msgstr "<variable id=\"solver\">Izaberite Pomagala - Rješavac</variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3145319\n"
+"53\n"
+"help.text"
+msgid "<variable id=\"err28\">28 Not enough stack memory</variable>"
+msgstr "<variable id=\"eispa\">Izaberi <emph>Ubaci - Kolone</emph></variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3146110\n"
+"54\n"
+"help.text"
+msgid "<variable id=\"err35\">35 Sub-procedure or function procedure not defined</variable>"
+msgstr "<variable id=\"wie\">Da pristupite ovoj funkciji... </variable>"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3147246\n"
+"55\n"
+"help.text"
+msgid "<variable id=\"err48\">48 Error loading DLL file</variable>"
+msgstr ""
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3146101\n"
+"56\n"
+"help.text"
+msgid "<variable id=\"err49\">49 Wrong DLL call convention</variable>"
+msgstr "<variable id=\"wie\">Da pristupite ovoj funkciji... </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3153957\n"
+"57\n"
+"help.text"
+msgid "<variable id=\"err51\">51 Internal error</variable>"
+msgstr "<variable id=\"solver\">Izaberite Pomagala - Rješavac</variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3154404\n"
+"58\n"
+"help.text"
+msgid "<variable id=\"err52\">52 Invalid file name or file number</variable>"
+msgstr "<variable id=\"solver\">Izaberite Pomagala - Rješavac</variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3151338\n"
+"59\n"
+"help.text"
+msgid "<variable id=\"err53\">53 File not found</variable>"
+msgstr "<variable id=\"eispa\">Izaberi <emph>Ubaci - Kolone</emph></variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3147298\n"
+"60\n"
+"help.text"
+msgid "<variable id=\"err54\">54 Incorrect file mode</variable>"
+msgstr "<variable id=\"eizei\">Izaberi <emph>Ubaci - Redovi</emph></variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3148747\n"
+"61\n"
+"help.text"
+msgid "<variable id=\"err55\">55 File already open</variable>"
+msgstr "<variable id=\"dnftr\">Izaberite <emph>Podaci - Filtar</emph></variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3145233\n"
+"62\n"
+"help.text"
+msgid "<variable id=\"err57\">57 Device I/O error</variable>"
+msgstr "<variable id=\"solver\">Izaberite Pomagala - Rješavac</variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3156399\n"
+"63\n"
+"help.text"
+msgid "<variable id=\"err58\">58 File already exists</variable>"
+msgstr "<variable id=\"dnftr\">Izaberite <emph>Podaci - Filtar</emph></variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3149324\n"
+"64\n"
+"help.text"
+msgid "<variable id=\"err59\">59 Incorrect record length</variable>"
+msgstr "<variable id=\"eitab\">Izaberi <emph>Ubaci - Tabela</emph></variable>"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3147409\n"
+"65\n"
+"help.text"
+msgid "<variable id=\"err61\">61 Disk or hard drive full</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3149146\n"
+"66\n"
+"help.text"
+msgid "<variable id=\"err62\">62 Reading exceeds EOF</variable>"
+msgstr ""
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3150456\n"
+"67\n"
+"help.text"
+msgid "<variable id=\"err63\">63 Incorrect record number</variable>"
+msgstr "<variable id=\"solver\">Izaberite Pomagala - Rješavac</variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3146883\n"
+"68\n"
+"help.text"
+msgid "<variable id=\"err67\">67 Too many files</variable>"
+msgstr "<variable id=\"solver\">Izaberite Pomagala - Rješavac</variable>"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3146818\n"
+"69\n"
+"help.text"
+msgid "<variable id=\"err68\">68 Device not available</variable>"
+msgstr ""
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3145225\n"
+"70\n"
+"help.text"
+msgid "<variable id=\"err70\">70 Access denied</variable>"
+msgstr "<variable id=\"wie\">Da pristupite ovoj funkciji... </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3150372\n"
+"71\n"
+"help.text"
+msgid "<variable id=\"err71\">71 Disk not ready</variable>"
+msgstr "<variable id=\"eispa\">Izaberi <emph>Ubaci - Kolone</emph></variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3148894\n"
+"72\n"
+"help.text"
+msgid "<variable id=\"err73\">73 Not implemented</variable>"
+msgstr "<variable id=\"content\">izaberi <emph>Pomoć - Sadržaj</emph></variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3152981\n"
+"73\n"
+"help.text"
+msgid "<variable id=\"err74\">74 Renaming on different drives impossible</variable>"
+msgstr "<variable id=\"moreontop\">Više objašnjenja na vrhu ove stranice. </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3149355\n"
+"74\n"
+"help.text"
+msgid "<variable id=\"err75\">75 Path/file access error</variable>"
+msgstr "<variable id=\"wie\">Da pristupite ovoj funkciji... </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3150477\n"
+"75\n"
+"help.text"
+msgid "<variable id=\"err76\">76 Path not found</variable>"
+msgstr "<variable id=\"eispa\">Izaberi <emph>Ubaci - Kolone</emph></variable>"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3154678\n"
+"76\n"
+"help.text"
+msgid "<variable id=\"err91\">91 Object variable not set</variable>"
+msgstr ""
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3149890\n"
+"77\n"
+"help.text"
+msgid "<variable id=\"err93\">93 Invalid string pattern</variable>"
+msgstr "<variable id=\"solver\">Izaberite Pomagala - Rješavac</variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3146942\n"
+"78\n"
+"help.text"
+msgid "<variable id=\"err94\">94 Use of zero not permitted</variable>"
+msgstr "<variable id=\"exsze\">Izaberite <emph>Tools - Scenariji</emph></variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469429\n"
+"help.text"
+msgid "<variable id=\"err250\">250 DDE Error</variable>"
+msgstr "<variable id=\"solver\">Izaberite Pomagala - Rješavac</variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469428\n"
+"help.text"
+msgid "<variable id=\"err280\">280 Awaiting response to DDE connection</variable>"
+msgstr "<variable id=\"wie\">Da pristupite ovoj funkciji... </variable>"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469427\n"
+"help.text"
+msgid "<variable id=\"err281\">281 No DDE channels available</variable>"
+msgstr ""
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469426\n"
+"help.text"
+msgid "<variable id=\"err282\">282 No application responded to DDE connect initiation</variable>"
+msgstr "<variable id=\"moreontop\">Više objašnjenja na vrhu ove stranice. </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469425\n"
+"help.text"
+msgid "<variable id=\"err283\">283 Too many applications responded to DDE connect initiation</variable>"
+msgstr "<variable id=\"moreontop\">Više objašnjenja na vrhu ove stranice. </variable>"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469424\n"
+"help.text"
+msgid "<variable id=\"err284\">284 DDE channel locked</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469423\n"
+"help.text"
+msgid "<variable id=\"err285\">285 External application cannot execute DDE operation</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469422\n"
+"help.text"
+msgid "<variable id=\"err286\">286 Timeout while waiting for DDE response</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469421\n"
+"help.text"
+msgid "<variable id=\"err287\">287 user pressed ESCAPE during DDE operation</variable>"
+msgstr ""
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469420\n"
+"help.text"
+msgid "<variable id=\"err288\">288 External application busy</variable>"
+msgstr "<variable id=\"wie\">Da pristupite ovoj funkciji... </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469419\n"
+"help.text"
+msgid "<variable id=\"err289\">289 DDE operation without data</variable>"
+msgstr "<variable id=\"wie\">Da pristupite ovoj funkciji... </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469418\n"
+"help.text"
+msgid "<variable id=\"err290\">290 Data are in wrong format</variable>"
+msgstr "<variable id=\"dbrbf\">Izaberite <emph>Podaci - Define Range</emph></variable>"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469417\n"
+"help.text"
+msgid "<variable id=\"err291\">291 External application has been terminated</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469416\n"
+"help.text"
+msgid "<variable id=\"err292\">292 DDE connection interrupted or modified</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469415\n"
+"help.text"
+msgid "<variable id=\"err293\">293 DDE method invoked with no channel open</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469414\n"
+"help.text"
+msgid "<variable id=\"err294\">294 Invalid DDE link format</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469413\n"
+"help.text"
+msgid "<variable id=\"err295\">295 DDE message has been lost</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469412\n"
+"help.text"
+msgid "<variable id=\"err296\">296 Paste link already performed</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469411\n"
+"help.text"
+msgid "<variable id=\"err297\">297 Link mode cannot be set due to invalid link topic</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469410\n"
+"help.text"
+msgid "<variable id=\"err298\">298 DDE requires the DDEML.DLL file</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3150028\n"
+"79\n"
+"help.text"
+msgid "<variable id=\"err323\">323 Module cannot be loaded; invalid format</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3148434\n"
+"80\n"
+"help.text"
+msgid "<variable id=\"err341\">341 Invalid object index</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3143219\n"
+"81\n"
+"help.text"
+msgid "<variable id=\"err366\">366 Object is not available</variable>"
+msgstr ""
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3144744\n"
+"82\n"
+"help.text"
+msgid "<variable id=\"err380\">380 Incorrect property value</variable>"
+msgstr "<variable id=\"typotext\">Definiše karakteristike za dodatne jezike.</variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3147420\n"
+"83\n"
+"help.text"
+msgid "<variable id=\"err382\">382 This property is read-only</variable>"
+msgstr "<variable id=\"typotext\">Definiše karakteristike za dodatne jezike.</variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3147472\n"
+"84\n"
+"help.text"
+msgid "<variable id=\"err394\">394 This property is write-only</variable>"
+msgstr "<variable id=\"typotext\">Definiše karakteristike za dodatne jezike.</variable>"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3148583\n"
+"85\n"
+"help.text"
+msgid "<variable id=\"err420\">420 Invalid object reference</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3153329\n"
+"86\n"
+"help.text"
+msgid "<variable id=\"err423\">423 Property or method not found</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3148738\n"
+"87\n"
+"help.text"
+msgid "<variable id=\"err424\">424 Object required</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3159084\n"
+"88\n"
+"help.text"
+msgid "<variable id=\"err425\">425 Invalid use of an object</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3146806\n"
+"89\n"
+"help.text"
+msgid "<variable id=\"err430\">430 OLE Automation is not supported by this object</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3146130\n"
+"90\n"
+"help.text"
+msgid "<variable id=\"err438\">438 This property or method is not supported by the object</variable>"
+msgstr ""
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3154374\n"
+"91\n"
+"help.text"
+msgid "<variable id=\"err440\">440 OLE automation error</variable>"
+msgstr "<variable id=\"wie\">Da pristupite ovoj funkciji... </variable>"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3149685\n"
+"92\n"
+"help.text"
+msgid "<variable id=\"err445\">445 This action is not supported by given object</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3150282\n"
+"93\n"
+"help.text"
+msgid "<variable id=\"err446\">446 Named arguments are not supported by given object</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3150142\n"
+"94\n"
+"help.text"
+msgid "<variable id=\"err447\">447 The current locale setting is not supported by the given object</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3152771\n"
+"95\n"
+"help.text"
+msgid "<variable id=\"err448\">448 Named argument not found</variable>"
+msgstr ""
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3145145\n"
+"96\n"
+"help.text"
+msgid "<variable id=\"err449\">449 Argument is not optional</variable>"
+msgstr "<variable id=\"wie\">Da pristupite ovoj funkciji... </variable>"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3154399\n"
+"97\n"
+"help.text"
+msgid "<variable id=\"err450\">450 Invalid number of arguments</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3146137\n"
+"98\n"
+"help.text"
+msgid "<variable id=\"err451\">451 Object is not a list</variable>"
+msgstr ""
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3149507\n"
+"99\n"
+"help.text"
+msgid "<variable id=\"err452\">452 Invalid ordinal number</variable>"
+msgstr "<variable id=\"solver\">Izaberite Pomagala - Rješavac</variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3154566\n"
+"100\n"
+"help.text"
+msgid "<variable id=\"err453\">453 Specified DLL function not found</variable>"
+msgstr "<variable id=\"wie\">Da pristupite ovoj funkciji... </variable>"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3145595\n"
+"101\n"
+"help.text"
+msgid "<variable id=\"err460\">460 Invalid clipboard format</variable>"
+msgstr ""
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455951\n"
+"help.text"
+msgid "<variable id=\"err951\">951 Unexpected symbol:</variable>"
+msgstr "<variable id=\"eizei\">Izaberi <emph>Ubaci - Redovi</emph></variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455952\n"
+"help.text"
+msgid "<variable id=\"err952\">952 Expected:</variable>"
+msgstr "<variable id=\"exdektv\">Izaberi <emph>Alati – Detektiv</emph></variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455953\n"
+"help.text"
+msgid "<variable id=\"err953\">953 Symbol expected</variable>"
+msgstr "<variable id=\"exdektv\">Izaberi <emph>Alati – Detektiv</emph></variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455954\n"
+"help.text"
+msgid "<variable id=\"err954\">954 Variable expected</variable>"
+msgstr "<variable id=\"eitab\">Izaberi <emph>Ubaci - Tabela</emph></variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455955\n"
+"help.text"
+msgid "<variable id=\"err955\">955 Label expected</variable>"
+msgstr "<variable id=\"exdektv\">Izaberi <emph>Alati – Detektiv</emph></variable>"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455956\n"
+"help.text"
+msgid "<variable id=\"err956\">956 Value cannot be applied</variable>"
+msgstr ""
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455957\n"
+"help.text"
+msgid "<variable id=\"err957\">957 Variable already defined</variable>"
+msgstr "<variable id=\"eitab\">Izaberi <emph>Ubaci - Tabela</emph></variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455958\n"
+"help.text"
+msgid "<variable id=\"err958\">958 Sub procedure or function procedure already defined</variable>"
+msgstr "<variable id=\"wie\">Da pristupite ovoj funkciji... </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455959\n"
+"help.text"
+msgid "<variable id=\"err959\">959 Label already defined</variable>"
+msgstr "<variable id=\"exdektv\">Izaberi <emph>Alati – Detektiv</emph></variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455960\n"
+"help.text"
+msgid "<variable id=\"err960\">960 Variable not found</variable>"
+msgstr "<variable id=\"eispa\">Izaberi <emph>Ubaci - Kolone</emph></variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455961\n"
+"help.text"
+msgid "<variable id=\"err961\">961 Array or procedure not found</variable>"
+msgstr "<variable id=\"eispa\">Izaberi <emph>Ubaci - Kolone</emph></variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455962\n"
+"help.text"
+msgid "<variable id=\"err962\">962 Procedure not found</variable>"
+msgstr "<variable id=\"eispa\">Izaberi <emph>Ubaci - Kolone</emph></variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455963\n"
+"help.text"
+msgid "<variable id=\"err963\">963 Label undefined</variable>"
+msgstr "<variable id=\"exdektv\">Izaberi <emph>Alati – Detektiv</emph></variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455964\n"
+"help.text"
+msgid "<variable id=\"err964\">964 Unknown data type</variable>"
+msgstr "<variable id=\"dnsrt\">Izaberite <emph>Podaci - Sortiraj</emph></variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455965\n"
+"help.text"
+msgid "<variable id=\"err965\">965 Exit expected</variable>"
+msgstr "<variable id=\"eitab\">Izaberi <emph>Ubaci - Tabela</emph></variable>"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455966\n"
+"help.text"
+msgid "<variable id=\"err966\">966 Statement block still open: missing</variable>"
+msgstr ""
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455967\n"
+"help.text"
+msgid "<variable id=\"err967\">967 Parentheses do not match</variable>"
+msgstr "<variable id=\"eizei\">Izaberi <emph>Ubaci - Redovi</emph></variable>"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455968\n"
+"help.text"
+msgid "<variable id=\"err968\">968 Symbol already defined differently</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455969\n"
+"help.text"
+msgid "<variable id=\"err969\">969 Parameters do not correspond to procedure</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455970\n"
+"help.text"
+msgid "<variable id=\"err970\">970 Invalid character in number</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455971\n"
+"help.text"
+msgid "<variable id=\"err971\">971 Array must be dimensioned</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455972\n"
+"help.text"
+msgid "<variable id=\"err972\">972 Else/Endif without If</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455973\n"
+"help.text"
+msgid "<variable id=\"err973\">973 not allowed within a procedure</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455974\n"
+"help.text"
+msgid "<variable id=\"err974\">974 not allowed outside a procedure</variable>"
+msgstr ""
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455975\n"
+"help.text"
+msgid "<variable id=\"err975\">975 Dimension specifications do not match</variable>"
+msgstr "<variable id=\"wie\">Da pristupite ovoj funkciji... </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455976\n"
+"help.text"
+msgid "<variable id=\"err976\">976 Unknown option:</variable>"
+msgstr "<variable id=\"wie\">Da pristupite ovoj funkciji... </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455977\n"
+"help.text"
+msgid "<variable id=\"err977\">977 Constant redefined</variable>"
+msgstr "<variable id=\"dbrbf\">Izaberite <emph>Podaci - Define Range</emph></variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455978\n"
+"help.text"
+msgid "<variable id=\"err978\">978 Program too large</variable>"
+msgstr "<variable id=\"foste\">Izaberi <emph>Oblik - Strana</emph></variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455979\n"
+"help.text"
+msgid "<variable id=\"err979\">979 Strings or arrays not permitted</variable>"
+msgstr "<variable id=\"matrixtext\">Ova kategorija sadzi niz funkcije. </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455980\n"
+"help.text"
+msgid "<variable id=\"err1000\">1000 Object does not have this property</variable>"
+msgstr "<variable id=\"moreontop\">Više objašnjenja na vrhu ove stranice. </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455981\n"
+"help.text"
+msgid "<variable id=\"err1001\">1001 Object does not have this method</variable>"
+msgstr "<variable id=\"wie\">Da pristupite ovoj funkciji... </variable>"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455982\n"
+"help.text"
+msgid "<variable id=\"err1002\">1002 Required argument lacking</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455983\n"
+"help.text"
+msgid "<variable id=\"err1003\">1003 Invalid number of arguments</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455984\n"
+"help.text"
+msgid "<variable id=\"err1004\">1004 Error executing a method</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455985\n"
+"help.text"
+msgid "<variable id=\"err1005\">1005 Unable to set property</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455986\n"
+"help.text"
+msgid "<variable id=\"err1006\">1006 Unable to determine property</variable>"
+msgstr ""
+
+#: 03120306.xhp
+#, fuzzy
+msgctxt ""
+"03120306.xhp\n"
+"tit\n"
+"help.text"
+msgid "Mid Function, Mid Statement [Runtime]"
+msgstr "funkcija izjave [Run-time]"
+
+#: 03120306.xhp
+#, fuzzy
+msgctxt ""
+"03120306.xhp\n"
+"bm_id3143268\n"
+"help.text"
+msgid "<bookmark_value>Mid function</bookmark_value><bookmark_value>Mid statement</bookmark_value>"
+msgstr "<bookmark_value>Rem izjava</bookmark_value> <bookmark_value>comentari;Rem izjava</bookmark_value>"
+
+#: 03120306.xhp
+#, fuzzy
+msgctxt ""
+"03120306.xhp\n"
+"hd_id3143268\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120306.xhp\" name=\"Mid Function, Mid Statement [Runtime]\">Mid Function, Mid Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090406.xhp\" name=\"Funkcija izjave [Run-time]\">Funkcija izjave [Run-time]</link>"
+
+#: 03120306.xhp
+msgctxt ""
+"03120306.xhp\n"
+"par_id3148473\n"
+"2\n"
+"help.text"
+msgid "Returns the specified portion of a string expression (<emph>Mid function</emph>), or replaces the portion of a string expression with another string (<emph>Mid statement</emph>)."
+msgstr ""
+
+#: 03120306.xhp
+msgctxt ""
+"03120306.xhp\n"
+"hd_id3154285\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03120306.xhp
+msgctxt ""
+"03120306.xhp\n"
+"par_id3147530\n"
+"4\n"
+"help.text"
+msgid "Mid (Text As String, Start As Long [, Length As Long]) or Mid (Text As String, Start As Long , Length As Long, Text As String)"
+msgstr ""
+
+#: 03120306.xhp
+msgctxt ""
+"03120306.xhp\n"
+"hd_id3145068\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03120306.xhp
+msgctxt ""
+"03120306.xhp\n"
+"par_id3149295\n"
+"6\n"
+"help.text"
+msgid "String (only by Function)"
+msgstr ""
+
+#: 03120306.xhp
+msgctxt ""
+"03120306.xhp\n"
+"hd_id3154347\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03120306.xhp
+#, fuzzy
+msgctxt ""
+"03120306.xhp\n"
+"par_id3148664\n"
+"8\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression that you want to modify."
+msgstr "<emph>Text2</emph>: String izraz koji želite pretraživati."
+
+#: 03120306.xhp
+msgctxt ""
+"03120306.xhp\n"
+"par_id3150359\n"
+"9\n"
+"help.text"
+msgid "<emph>Start: </emph>Numeric expression that indicates the character position within the string where the string portion that you want to replace or to return begins. The maximum allowed value is 65535."
+msgstr ""
+
+#: 03120306.xhp
+msgctxt ""
+"03120306.xhp\n"
+"par_id3148451\n"
+"10\n"
+"help.text"
+msgid "<emph>Length:</emph> Numeric expression that returns the number of characters that you want to replace or return. The maximum allowed value is 65535."
+msgstr ""
+
+#: 03120306.xhp
+msgctxt ""
+"03120306.xhp\n"
+"par_id3125864\n"
+"11\n"
+"help.text"
+msgid "If the Length parameter in the <emph>Mid function</emph> is omitted, all characters in the string expression from the start position to the end of the string are returned."
+msgstr ""
+
+#: 03120306.xhp
+msgctxt ""
+"03120306.xhp\n"
+"par_id3144762\n"
+"12\n"
+"help.text"
+msgid "If the Length parameter in the <emph>Mid statement</emph> is less than the length of the text that you want to replace, the text is reduced to the specified length."
+msgstr ""
+
+#: 03120306.xhp
+msgctxt ""
+"03120306.xhp\n"
+"par_id3150769\n"
+"13\n"
+"help.text"
+msgid "<emph>Text:</emph> The string to replace the string expression (<emph>Mid statement</emph>)."
+msgstr ""
+
+#: 03120306.xhp
+msgctxt ""
+"03120306.xhp\n"
+"hd_id3149560\n"
+"14\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03120306.xhp
+msgctxt ""
+"03120306.xhp\n"
+"par_id3153189\n"
+"18\n"
+"help.text"
+msgid "sInput = InputBox(\"Please input a date in the international format 'YYYY-MM-DD'\")"
+msgstr ""
+
+#: 03030106.xhp
+msgctxt ""
+"03030106.xhp\n"
+"tit\n"
+"help.text"
+msgid "Year Function [Runtime]"
+msgstr "Year funkcija [Run-time]"
+
+#: 03030106.xhp
+msgctxt ""
+"03030106.xhp\n"
+"bm_id3148664\n"
+"help.text"
+msgid "<bookmark_value>Year function</bookmark_value>"
+msgstr "<bookmark_value>Year funkcija</bookmark_value>"
+
+#: 03030106.xhp
+msgctxt ""
+"03030106.xhp\n"
+"hd_id3148664\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030106.xhp\" name=\"Year Function [Runtime]\">Year Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030106.xhp\" name=\"Year funkcija [Run-time]\">Year funkcija [Run-time]</link>"
+
+#: 03030106.xhp
+msgctxt ""
+"03030106.xhp\n"
+"par_id3149655\n"
+"2\n"
+"help.text"
+msgid "Returns the year from a serial date number that is generated by the DateSerial or the DateValue function."
+msgstr "Vrača godinu iz serijskog datumskog broja kojeg je generisala funkcija DateSerial ili DateValue funkcija."
+
+#: 03030106.xhp
+msgctxt ""
+"03030106.xhp\n"
+"hd_id3154125\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03030106.xhp
+#, fuzzy
+msgctxt ""
+"03030106.xhp\n"
+"par_id3147229\n"
+"4\n"
+"help.text"
+msgid "Year (Number)"
+msgstr "Sqr (Broj)"
+
+#: 03030106.xhp
+msgctxt ""
+"03030106.xhp\n"
+"hd_id3154685\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03030106.xhp
+msgctxt ""
+"03030106.xhp\n"
+"par_id3153970\n"
+"6\n"
+"help.text"
+msgid "Integer"
+msgstr "Cjelobrojno"
+
+#: 03030106.xhp
+msgctxt ""
+"03030106.xhp\n"
+"hd_id3150440\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03030106.xhp
+msgctxt ""
+"03030106.xhp\n"
+"par_id3163712\n"
+"8\n"
+"help.text"
+msgid "<emph>Number:</emph> Integer expression that contains the serial date number that is used to calculate the year."
+msgstr "<emph>Number</emph>: Integer izraz koji sadrži serijski datumski broj koji se koristi u kalkulaciji godine."
+
+#: 03030106.xhp
+msgctxt ""
+"03030106.xhp\n"
+"par_id3152596\n"
+"9\n"
+"help.text"
+msgid "This function is the opposite of the <emph>DateSerial </emph>function, and returns the year of a serial date. For example, the expression:"
+msgstr "Ova funkcija je suprotna od<emph>DateSerial </emph>funkcije i vrača godinu serijskog datuma. Na primjer, izraz:"
+
+#: 03030106.xhp
+msgctxt ""
+"03030106.xhp\n"
+"par_id3149483\n"
+"11\n"
+"help.text"
+msgid "returns the value 1994."
+msgstr "vrača vrijednost 1994."
+
+#: 03030106.xhp
+msgctxt ""
+"03030106.xhp\n"
+"hd_id3146985\n"
+"12\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03030106.xhp
+msgctxt ""
+"03030106.xhp\n"
+"par_id3153363\n"
+"14\n"
+"help.text"
+msgid "MsgBox \"\" & Year(Now) ,64,\"Current year\""
+msgstr "MsgBox \"\" & Year(Now) ,64,\"Trenutna godina\""
+
+#: 03080601.xhp
+msgctxt ""
+"03080601.xhp\n"
+"tit\n"
+"help.text"
+msgid "Abs Function [Runtime]"
+msgstr "Abs Funkcija [Run-time]"
+
+#: 03080601.xhp
+msgctxt ""
+"03080601.xhp\n"
+"bm_id3159201\n"
+"help.text"
+msgid "<bookmark_value>Abs function</bookmark_value>"
+msgstr "<bookmark_value>Abs Funkcija</bookmark_value>"
+
+#: 03080601.xhp
+msgctxt ""
+"03080601.xhp\n"
+"hd_id3159201\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080601.xhp\" name=\"Abs Function [Runtime]\">Abs Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03080601.xhp\" name=\"Abs Funkcija [Run-time]\">Abs Funkcija [Run-time]</link>"
+
+#: 03080601.xhp
+msgctxt ""
+"03080601.xhp\n"
+"par_id3153394\n"
+"2\n"
+"help.text"
+msgid "Returns the absolute value of a numeric expression."
+msgstr "Vraca apsolutnu vrijednost brojcanog izraza."
+
+#: 03080601.xhp
+msgctxt ""
+"03080601.xhp\n"
+"hd_id3149233\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03080601.xhp
+msgctxt ""
+"03080601.xhp\n"
+"par_id3147573\n"
+"4\n"
+"help.text"
+msgid "Abs (Number)"
+msgstr "Abs (Broj)"
+
+#: 03080601.xhp
+msgctxt ""
+"03080601.xhp\n"
+"hd_id3156152\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03080601.xhp
+msgctxt ""
+"03080601.xhp\n"
+"par_id3149670\n"
+"6\n"
+"help.text"
+msgid "Double"
+msgstr ""
+
+#: 03080601.xhp
+msgctxt ""
+"03080601.xhp\n"
+"hd_id3154924\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03080601.xhp
+msgctxt ""
+"03080601.xhp\n"
+"par_id3154347\n"
+"8\n"
+"help.text"
+msgid "<emph>Number:</emph> Any numeric expression that you want to return the absolute value for. Positive numbers, including 0, are returned unchanged, whereas negative numbers are converted to positive numbers."
+msgstr "<emph>Broj</emph>: Brojcani izraz za koji zelite apsolutnu vrijednost. Pozitivni brojevi, ukljucujuci 0, vracaju se neizmjenjeni, negativni brojevi se pretvaraju u pozitivne brojeve."
+
+#: 03080601.xhp
+msgctxt ""
+"03080601.xhp\n"
+"par_id3153381\n"
+"9\n"
+"help.text"
+msgid "The following example uses the Abs function to calculate the difference between two values. It does not matter which value you enter first."
+msgstr ""
+
+#: 03080601.xhp
+msgctxt ""
+"03080601.xhp\n"
+"hd_id3148451\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03080601.xhp
+msgctxt ""
+"03080601.xhp\n"
+"par_id3145786\n"
+"14\n"
+"help.text"
+msgid "siW1 = Int(InputBox$ (\"Please enter the first amount\",\"Value Input\"))"
+msgstr ""
+
+#: 03080601.xhp
+msgctxt ""
+"03080601.xhp\n"
+"par_id3149561\n"
+"15\n"
+"help.text"
+msgid "siW2 = Int(InputBox$ (\"Please enter the second amount\",\"Value Input\"))"
+msgstr ""
+
+#: 03080601.xhp
+msgctxt ""
+"03080601.xhp\n"
+"par_id3145750\n"
+"16\n"
+"help.text"
+msgid "Print \"The difference is \"; Abs(siW1 - siW2)"
+msgstr ""
+
+#: 03104000.xhp
+msgctxt ""
+"03104000.xhp\n"
+"tit\n"
+"help.text"
+msgid "IsMissing function [Runtime]"
+msgstr "Fali Funkcija [Vrijeme izvršavanja]"
+
+#: 03104000.xhp
+msgctxt ""
+"03104000.xhp\n"
+"bm_id3153527\n"
+"help.text"
+msgid "<bookmark_value>IsMissing function</bookmark_value>"
+msgstr "<bookmark_value>Fali Funkcija</bookmark_value>"
+
+#: 03104000.xhp
+msgctxt ""
+"03104000.xhp\n"
+"hd_id3153527\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03104000.xhp\" name=\"IsMissing function [Runtime]\">IsMissing function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03104000.xhp\" name=\"Fali Funkcija [Vrijeme izvršavanja]\">Fali Funkcija [Vrijeme izvršavanja]</link>"
+
+#: 03104000.xhp
+msgctxt ""
+"03104000.xhp\n"
+"par_id3153825\n"
+"2\n"
+"help.text"
+msgid "Tests if a function is called with an optional parameter."
+msgstr "Testira da li je funkcija pozvana proizvoljnim parametrom."
+
+#: 03104000.xhp
+msgctxt ""
+"03104000.xhp\n"
+"par_id3150669\n"
+"3\n"
+"help.text"
+msgid "See also: <link href=\"text/sbasic/shared/03104100.xhp\" name=\"Optional\">Optional</link>"
+msgstr "Takode pogledaj: <link href=\"text/sbasic/shared/03104100.xhp\" name=\"Proizvoljan\">Proizvoljan</link>"
+
+#: 03104000.xhp
+msgctxt ""
+"03104000.xhp\n"
+"hd_id3145611\n"
+"4\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03104000.xhp
+msgctxt ""
+"03104000.xhp\n"
+"par_id3154924\n"
+"5\n"
+"help.text"
+msgid "IsMissing( ArgumentName )"
+msgstr "Fali( ImeArgumenta )"
+
+#: 03104000.xhp
+msgctxt ""
+"03104000.xhp\n"
+"hd_id3145069\n"
+"6\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03104000.xhp
+msgctxt ""
+"03104000.xhp\n"
+"par_id3149457\n"
+"7\n"
+"help.text"
+msgid "<emph>ArgumentName:</emph> the name of an optional argument."
+msgstr "<emph>ImeArgumenta</emph>: ime proizvoljnog argumenta."
+
+#: 03104000.xhp
+msgctxt ""
+"03104000.xhp\n"
+"par_id3150398\n"
+"8\n"
+"help.text"
+msgid "If the IsMissing function is called by the ArgumentName, then True is returned."
+msgstr "Ako se Fali Funkcija pozove sa ImeArgumenta, onda True je vraceno."
+
+#: 03104000.xhp
+#, fuzzy
+msgctxt ""
+"03104000.xhp\n"
+"par_id3148798\n"
+"9\n"
+"help.text"
+msgid "See also <link href=\"text/sbasic/guide/sample_code.xhp\" name=\"Examples\">Examples</link>."
+msgstr "Pogledaj <link href=\"text/sbasic/guide/sample_code.xhp\" name=\"Examples\">Examples</link>."
+
+#: main0601.xhp
+msgctxt ""
+"main0601.xhp\n"
+"tit\n"
+"help.text"
+msgid "$[officename] Basic Help"
+msgstr ""
+
+#: main0601.xhp
+msgctxt ""
+"main0601.xhp\n"
+"hd_id3154232\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/main0601.xhp\" name=\"$[officename] Basic Help\">%PRODUCTNAME Basic Help</link>"
+msgstr "<link href=\"text/sbasic/shared/main0601.xhp\" name=\"$[officename] Osnovna Pomoć\">%PRODUCTNAME Osnovna Pomoć</link>"
+
+#: main0601.xhp
+#, fuzzy
+msgctxt ""
+"main0601.xhp\n"
+"par_id3153894\n"
+"4\n"
+"help.text"
+msgid "%PRODUCTNAME %PRODUCTVERSION provides an Application Programming Interface (API) that allows controlling the $[officename] components with different programming languages by using the $[officename] Software Development Kit (SDK). For more information about the $[officename] API and the Software Development Kit, visit <link href=\"http://api.libreoffice.org/\" name=\"http://api.libreoffice.org\">http://api.libreoffice.org</link>"
+msgstr "%PRODUCTNAME %PRODUCTVERSION omogucava API koji dozvoljava kontrolu $[officename] komponenata sa razlicitim programskim jezicima koristeci $[officename] Software Development Kit (SDK). Za vise informacija o $[officename] API i SDK posjeti <link href=\"http://api.openoffice.org/\" name=\"http://api.openoffice.org\">http://api.openoffice.org</link>"
+
+#: main0601.xhp
+msgctxt ""
+"main0601.xhp\n"
+"par_id3147226\n"
+"10\n"
+"help.text"
+msgid "This help section explains the most common runtime functions of %PRODUCTNAME Basic. For more in-depth information please refer to the <link href=\"http://wiki.documentfoundation.org/Documentation/BASIC_Guide\">OpenOffice.org BASIC Programming Guide</link> on the Wiki."
+msgstr ""
+
+#: main0601.xhp
+msgctxt ""
+"main0601.xhp\n"
+"hd_id3146957\n"
+"9\n"
+"help.text"
+msgid "Working with %PRODUCTNAME Basic"
+msgstr "Radi sa %PRODUCTNAME Osnovna verzija"
+
+#: main0601.xhp
+msgctxt ""
+"main0601.xhp\n"
+"hd_id3148473\n"
+"7\n"
+"help.text"
+msgid "Help about the Help"
+msgstr "Pomoć o pomoći"
+
+#: 03090407.xhp
+msgctxt ""
+"03090407.xhp\n"
+"tit\n"
+"help.text"
+msgid "Rem Statement [Runtime]"
+msgstr "Rem izjava [Run-time]"
+
+#: 03090407.xhp
+msgctxt ""
+"03090407.xhp\n"
+"bm_id3154347\n"
+"help.text"
+msgid "<bookmark_value>Rem statement</bookmark_value><bookmark_value>comments;Rem statement</bookmark_value>"
+msgstr "<bookmark_value>Rem izjava</bookmark_value> <bookmark_value>comentari;Rem izjava</bookmark_value>"
+
+#: 03090407.xhp
+msgctxt ""
+"03090407.xhp\n"
+"hd_id3154347\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090407.xhp\" name=\"Rem Statement [Runtime]\">Rem Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090407.xhp\" name=\"Rem izjava [Run-time]\">Rem izjava [Run-time]</link>"
+
+#: 03090407.xhp
+msgctxt ""
+"03090407.xhp\n"
+"par_id3153525\n"
+"2\n"
+"help.text"
+msgid "Specifies that a program line is a comment."
+msgstr "Specificira da je linija programa comentar."
+
+#: 03090407.xhp
+msgctxt ""
+"03090407.xhp\n"
+"hd_id3153360\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03090407.xhp
+msgctxt ""
+"03090407.xhp\n"
+"par_id3154141\n"
+"4\n"
+"help.text"
+msgid "Rem Text"
+msgstr "Rem Tekst"
+
+#: 03090407.xhp
+msgctxt ""
+"03090407.xhp\n"
+"hd_id3151042\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03090407.xhp
+msgctxt ""
+"03090407.xhp\n"
+"par_id3150869\n"
+"6\n"
+"help.text"
+msgid "<emph>Text:</emph> Any text that serves as a comment."
+msgstr "<emph>Tekst</emph>: bilo koji tekst koji služi kao komentar."
+
+#: 03090407.xhp
+msgctxt ""
+"03090407.xhp\n"
+"par_id3147318\n"
+"7\n"
+"help.text"
+msgid "You can use the single quotation mark instead of the Rem keyword to indicate that the text on a line is comments. This symbol can be inserted directly to the right of the program code, followed by a comment."
+msgstr "Možete koristiti jedan znak navodnika umjesto Rem ključne riječi i označiti da je tekst na liniji komentar. Ovaj simbol se može umetnuti izravno pored programskog koda, nakon kojeg slijedi komentar."
+
+#: 03090407.xhp
+msgctxt ""
+"03090407.xhp\n"
+"par_id6187017\n"
+"help.text"
+msgid "You can use a space followed by the underline character _ as the last two characters of a line to continue the logical line on the next line. To continue comment lines, you must enter \"Option Compatible\" in the same Basic module."
+msgstr "Možete koristiti prostor kojeg slijedi podvučeni karakter _ kao zadnja dva karaktera od linije da nastave logičnu liniju na slijedećoj liniji.Da biste nastavili komentar linije, morate upisati \"Opcije Kompatibilan\" u istom Basic modulu."
+
+#: 03090407.xhp
+msgctxt ""
+"03090407.xhp\n"
+"hd_id3150012\n"
+"8\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03090407.xhp
+#, fuzzy
+msgctxt ""
+"03090407.xhp\n"
+"par_id3153140\n"
+"13\n"
+"help.text"
+msgid "' Nothing occurs here"
+msgstr "REM ništa se ne dešava ovdje"
+
+#: 03101140.xhp
+msgctxt ""
+"03101140.xhp\n"
+"tit\n"
+"help.text"
+msgid "DefStr Statement [Runtime]"
+msgstr "DefStr Red[Pokrenuti-vrijeme]"
+
+#: 03101140.xhp
+msgctxt ""
+"03101140.xhp\n"
+"bm_id6161381\n"
+"help.text"
+msgid "<bookmark_value>DefStr statement</bookmark_value>"
+msgstr "<bookmark_value>DefStr red</bookmark_value>"
+
+#: 03101140.xhp
+msgctxt ""
+"03101140.xhp\n"
+"par_idN10577\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03101140.xhp\">DefStr Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03101140.xhp\">DefStr Red [Pokrenuti-vrijeme]</link>"
+
+#: 03101140.xhp
+msgctxt ""
+"03101140.xhp\n"
+"par_idN10587\n"
+"help.text"
+msgid "If no type-declaration character or keyword is specified, the DefStr statement sets the default variable type, according to a letter range."
+msgstr "Ako nema tipa-dekleracije karakter ili klucna rijec je odredzena, DefStr red postavlja zadanu vrijednost, premenom dijelu"
+
+#: 03101140.xhp
+msgctxt ""
+"03101140.xhp\n"
+"par_idN1058A\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03101140.xhp
+msgctxt ""
+"03101140.xhp\n"
+"par_idN1058E\n"
+"help.text"
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
+msgstr "Defxxx Karakterokrug1[, Karakterokrug2[,...]]"
+
+#: 03101140.xhp
+msgctxt ""
+"03101140.xhp\n"
+"par_idN10591\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03101140.xhp
+#, fuzzy
+msgctxt ""
+"03101140.xhp\n"
+"par_idN10595\n"
+"help.text"
+msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
+msgstr "<emph>Characterrange</emph>: Slova koja odredzuju okrug varijabli koje zelite vidjeti kao zadanu vrijednost tipa for"
+
+#: 03101140.xhp
+msgctxt ""
+"03101140.xhp\n"
+"par_idN1059C\n"
+"help.text"
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
+msgstr ""
+
+#: 03101140.xhp
+msgctxt ""
+"03101140.xhp\n"
+"par_idN105A3\n"
+"help.text"
+msgid "<emph>Keyword:</emph> Default variable type"
+msgstr "<emph>Keyword</emph>: Default variable type"
+
+#: 03101140.xhp
+msgctxt ""
+"03101140.xhp\n"
+"par_idN105AA\n"
+"help.text"
+msgid "<emph>DefStr:</emph> String"
+msgstr "<emph>DefStr</emph>: String"
+
+#: 03101140.xhp
+msgctxt ""
+"03101140.xhp\n"
+"par_idN105B1\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03101140.xhp
+#, fuzzy
+msgctxt ""
+"03101140.xhp\n"
+"par_idN105B5\n"
+"help.text"
+msgid "' Prefix definitions for variable types:"
+msgstr "REM Prefiks definisan za variable tipa:"
+
+#: 03101140.xhp
+#, fuzzy
+msgctxt ""
+"03101140.xhp\n"
+"par_idN105D3\n"
+"help.text"
+msgid "sStr=String ' sStr is an implicit string variable"
+msgstr "sStr=String REM sStr je implicitna string vrijednost"
+
+#: 03060000.xhp
+msgctxt ""
+"03060000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Logical Operators"
+msgstr ""
+
+#: 03060000.xhp
+#, fuzzy
+msgctxt ""
+"03060000.xhp\n"
+"hd_id3147559\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03060000.xhp\" name=\"Logical Operators\">Logical Operators</link>"
+msgstr "<link href=\"text/sbasic/shared/03110000.xhp\" name=\"Operatori uporedivanja\">operatori uporedivanja</link>"
+
+#: 03060000.xhp
+msgctxt ""
+"03060000.xhp\n"
+"par_id3153379\n"
+"2\n"
+"help.text"
+msgid "The following logical operators are supported by $[officename] Basic."
+msgstr ""
+
+#: 03060000.xhp
+msgctxt ""
+"03060000.xhp\n"
+"par_id3154138\n"
+"3\n"
+"help.text"
+msgid "Logical operators combine (bitwise) the contents of two expressions or variables, for example, to test if specific bits are set or not."
+msgstr ""
+
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"tit\n"
+"help.text"
+msgid "GlobalScope [Runtime]"
+msgstr "GlobalScope [Run-time]"
+
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"bm_id3150682\n"
+"help.text"
+msgid "<bookmark_value>GlobalScope function</bookmark_value><bookmark_value>library systems</bookmark_value><bookmark_value>LibraryContainer</bookmark_value><bookmark_value>BasicLibraries (LibraryContainer)</bookmark_value><bookmark_value>DialogLibraries (LibraryContainer)</bookmark_value>"
+msgstr "<bookmark_value>GlobalScope function</bookmark_value><bookmark_value>library systems</bookmark_value><bookmark_value>LibraryContainer</bookmark_value><bookmark_value>BasicLibraries (LibraryContainer)</bookmark_value><bookmark_value>DialogueBoxLibraries (LibraryContainer)</bookmark_value>"
+
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"hd_id3150682\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope [Runtime]\">GlobalScope [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope [Run-time]\">GlobalScope [Run-time]</link>"
+
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"par_id3153345\n"
+"2\n"
+"help.text"
+msgid "Basic source code and dialogs are organized in a library system."
+msgstr "osnovni izvorni kod i dijalog kutije su organizirani u biblioteci sustav."
+
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"par_id3145315\n"
+"3\n"
+"help.text"
+msgid "The LibraryContainer contains libraries"
+msgstr "LibraryContainer sadrzi sustav"
+
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"par_id3149514\n"
+"4\n"
+"help.text"
+msgid "Libraries can contain modules and dialogs"
+msgstr "Sustavi mogu sadrzati module i dijalog kutiju"
+
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"hd_id3143271\n"
+"5\n"
+"help.text"
+msgid "In Basic:"
+msgstr "U osnovi:"
+
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"par_id3153061\n"
+"6\n"
+"help.text"
+msgid "The LibraryContainer is called <emph>BasicLibraries</emph>."
+msgstr "The LibraryContainer je nazvan <emph>BasicLibraries</emph>."
+
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"hd_id3154346\n"
+"7\n"
+"help.text"
+msgid "In dialogs:"
+msgstr "u dijalog kitiji:"
+
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"par_id3148663\n"
+"8\n"
+"help.text"
+msgid "The LibraryContainer is called <emph>DialogLibraries</emph>."
+msgstr "LibraryContainer je nazvan<emph>DialogLibraries</emph>."
+
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"par_id3150543\n"
+"9\n"
+"help.text"
+msgid "Both LibraryContainers exist in an application level and within every document. In the document Basic, the document's LibraryContainers are called automatically. If you want to call the global LibraryContainers from within a document, you must use the keyword <emph>GlobalScope</emph>."
+msgstr "obje librarycontainers postoje na razini aplikacija i unutar svakog dokumenta. u dokumentu Basic, dokumenta librarycontainers nazivaju se automatski. ako želite nazvati globalno librarycontainers unutar dokumenta, morate koristiti ključne riječi<emph>GlobalScope</emph>."
+
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"hd_id3148920\n"
+"10\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"par_id3149203\n"
+"11\n"
+"help.text"
+msgid "GlobalScope"
+msgstr ""
+
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"hd_id3154685\n"
+"12\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"par_id3154124\n"
+"13\n"
+"help.text"
+msgid "Example in the document Basic"
+msgstr "primjer u dokumentu Basic"
+
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"par_id3158408\n"
+"14\n"
+"help.text"
+msgid "' calling Dialog1 in the document library Standard"
+msgstr "calling Dialog1 in the document library Standard"
+
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"par_id3125865\n"
+"15\n"
+"help.text"
+msgid "oDlgDesc = DialogLibraries.Standard.Dialog1"
+msgstr ""
+
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"par_id3154910\n"
+"16\n"
+"help.text"
+msgid "' calling Dialog2 in the application library Library1"
+msgstr "calling Dialog2 in the application library Library1"
+
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"par_id3156424\n"
+"17\n"
+"help.text"
+msgid "oDlgDesc = GlobalScope.DialogLibraries.Library1.Dialog2"
+msgstr ""
+
+#: 03030203.xhp
+#, fuzzy
+msgctxt ""
+"03030203.xhp\n"
+"tit\n"
+"help.text"
+msgid "Now Function [Runtime]"
+msgstr "Lof Funkcija [Run-time]"
+
+#: 03030203.xhp
+#, fuzzy
+msgctxt ""
+"03030203.xhp\n"
+"bm_id3149416\n"
+"help.text"
+msgid "<bookmark_value>Now function</bookmark_value>"
+msgstr "<bookmark_value>Lof Funkcija</bookmark_value>"
+
+#: 03030203.xhp
+#, fuzzy
+msgctxt ""
+"03030203.xhp\n"
+"hd_id3149416\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030203.xhp\" name=\"Now Function [Runtime]\">Now Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020303.xhp\" name=\"Lof Funkcija [Run-time]\">Lof Funkcija [Run-time]</link>"
+
+#: 03030203.xhp
+msgctxt ""
+"03030203.xhp\n"
+"par_id3149670\n"
+"2\n"
+"help.text"
+msgid "Returns the current system date and time as a <emph>Date</emph> value."
+msgstr ""
+
+#: 03030203.xhp
+msgctxt ""
+"03030203.xhp\n"
+"hd_id3149456\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03030203.xhp
+msgctxt ""
+"03030203.xhp\n"
+"par_id3149655\n"
+"4\n"
+"help.text"
+msgid "Now"
+msgstr ""
+
+#: 03030203.xhp
+msgctxt ""
+"03030203.xhp\n"
+"hd_id3154366\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03030203.xhp
+msgctxt ""
+"03030203.xhp\n"
+"par_id3154909\n"
+"6\n"
+"help.text"
+msgid "Date"
+msgstr "Datum"
+
+#: 03030203.xhp
+msgctxt ""
+"03030203.xhp\n"
+"hd_id3147229\n"
+"7\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03030203.xhp
+msgctxt ""
+"03030203.xhp\n"
+"par_id3150870\n"
+"9\n"
+"help.text"
+msgid "MsgBox \"It is now \" & Now"
+msgstr ""
+
+#: 03100000.xhp
+msgctxt ""
+"03100000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Variables"
+msgstr "Varijable"
+
+#: 03100000.xhp
+msgctxt ""
+"03100000.xhp\n"
+"hd_id3149669\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03100000.xhp\" name=\"Variables\">Variables</link>"
+msgstr "<link href=\"text/sbasic/shared/03100000.xhp\" name=\"varijable\">varijable</link>"
+
+#: 03100000.xhp
+msgctxt ""
+"03100000.xhp\n"
+"par_id3147265\n"
+"2\n"
+"help.text"
+msgid "The following statements and functions are for working with variables. You can use these functions to declare or define variables, convert variables from one type to another, or determine the variable type."
+msgstr "Slijedece naredbe I funkcije su za rad sa varijablama. Mozes koristiti ove funkcije da deklarises ili definises varijable, da konvertujes varijable iz jedne vrste u drugu, ili ordedis vrstu varijable."
+
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sin Function [Runtime]"
+msgstr "Sin Funkcija [Vrijeme Izvodjenja]"
+
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"bm_id3153896\n"
+"help.text"
+msgid "<bookmark_value>Sin function</bookmark_value>"
+msgstr "<bookmark_value>Sin funkcija</bookmark_value>"
+
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"hd_id3153896\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080103.xhp\" name=\"Sin Function [Runtime]\">Sin Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03080103.xhp\" name=\"Sin Funkcija [Vrijeme Izvodjenja]\">Sin Funkcija [Vrijeme Izvodjenja]</link>"
+
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"par_id3149456\n"
+"2\n"
+"help.text"
+msgid "Returns the sine of an angle. The angle is specified in radians. The result lies between -1 and 1."
+msgstr "Vraca sinus ugla. Ugao je izrazen u radijanima. Rezultat lezi u opsegu od -1 do +1."
+
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"par_id3153379\n"
+"3\n"
+"help.text"
+msgid "Using the angle Alpha, the Sin Function returns the ratio of the length of the opposite side of an angle to the length of the hypotenuse in a right-angled triangle."
+msgstr "Koristeci ugao Alfa, Sin Funkcija vraca omjer duzine suprotne strane ugla prema duzini hipotenuze u pravouglom trouglu."
+
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"par_id3148798\n"
+"4\n"
+"help.text"
+msgid "Sin(Alpha) = side opposite the angle/hypotenuse"
+msgstr "Sin(Alfa) = strana suprotna uglu/hipotenuza"
+
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"hd_id3147230\n"
+"5\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"par_id3154909\n"
+"6\n"
+"help.text"
+msgid "Sin (Number)"
+msgstr "Sin (Broj)"
+
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"hd_id3156214\n"
+"7\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"par_id3150870\n"
+"8\n"
+"help.text"
+msgid "Double"
+msgstr ""
+
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"hd_id3155132\n"
+"9\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"par_id3145786\n"
+"10\n"
+"help.text"
+msgid "<emph>Number:</emph> Numeric expression that defines the angle in radians that you want to calculate the sine for."
+msgstr "<emph>Number</emph>: Brojcani izraz koji definise ugao u radijanima za koji zelite da izracunate sinus."
+
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"par_id3155413\n"
+"11\n"
+"help.text"
+msgid "To convert degrees to radians, multiply degrees by Pi/180, and to convert radians to degrees, multiply radians by 180/Pi."
+msgstr "Da bi pretvorili stepene u radijane, pomnozi stepen sa Pi/180. Da bi pretvorili radijane u stepene, pomnozi radijane sa 180/Pi."
+
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"par_id3149664\n"
+"12\n"
+"help.text"
+msgid "grad=(radiant*180)/pi"
+msgstr "stepeni=(radijani*180)/Pi"
+
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"par_id3153143\n"
+"13\n"
+"help.text"
+msgid "radiant=(grad*pi)/180"
+msgstr "radijani=(stepeni*Pi)/180"
+
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"par_id3151112\n"
+"14\n"
+"help.text"
+msgid "Pi is approximately 3.141593."
+msgstr "Pi je konstantna vrijednost kruga koja je zaokruzena na 3.1415926..."
+
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"hd_id3163712\n"
+"15\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03080103.xhp
+#, fuzzy
+msgctxt ""
+"03080103.xhp\n"
+"par_id3149482\n"
+"16\n"
+"help.text"
+msgid "' In this example, the following entry is possible for a right-angled triangle:"
+msgstr "REM U ovom primjeru, slijedeci unos je moguc za pravougli trougao:"
+
+#: 03080103.xhp
+#, fuzzy
+msgctxt ""
+"03080103.xhp\n"
+"par_id3148577\n"
+"17\n"
+"help.text"
+msgid "' The side opposite the angle and the angle (in degrees) to calculate the length of the hypotenuse:"
+msgstr "REM Strana suprotna uglu i ugao (u stepenima) za izracunavanje duzine hipotenuze:"
+
+#: 03080103.xhp
+#, fuzzy
+msgctxt ""
+"03080103.xhp\n"
+"par_id3150011\n"
+"19\n"
+"help.text"
+msgid "' Pi = 3.1415926 is a predefined variable"
+msgstr "REM Pi = 3.1415926... je predefinirana varijabla"
+
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"par_id3145251\n"
+"22\n"
+"help.text"
+msgid "d1 = InputBox$ (\"Enter the length of the opposite side: \",\"Opposite Side\")"
+msgstr "d1 = InputBox$ (\"Unesite duzinu suprotne strane: \",\"Suprotna Strana\")"
+
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"par_id3148456\n"
+"23\n"
+"help.text"
+msgid "dAlpha = InputBox$ (\"Enter the angle Alpha (in degrees): \",\"Alpha\")"
+msgstr "dAlpha = InputBox$ (\"Unesite ugao Alfa (u stepenima): \",\"Alfa\")"
+
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"par_id3153877\n"
+"24\n"
+"help.text"
+msgid "Print \"The length of the hypotenuse is\"; (d1 / sin (dAlpha * Pi / 180))"
+msgstr "Ispis \"Duzina hipotenuze je\"; (d1 / sin (dAlpha * Pi / 180))"
+
+#: 03050000.xhp
+msgctxt ""
+"03050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Error-Handling Functions"
+msgstr ""
+
+#: 03050000.xhp
+#, fuzzy
+msgctxt ""
+"03050000.xhp\n"
+"hd_id3143271\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03050000.xhp\" name=\"Error-Handling Functions\">Error-Handling Functions</link>"
+msgstr "<link href=\"text/sbasic/shared/03030000.xhp\" name=\"Date and Time funkcije\">Date and Time funkcije</link>"
+
+#: 03050000.xhp
+msgctxt ""
+"03050000.xhp\n"
+"par_id3145068\n"
+"2\n"
+"help.text"
+msgid "Use the following statements and functions to define the way $[officename] Basic reacts to run-time errors."
+msgstr ""
+
+#: 03050000.xhp
+msgctxt ""
+"03050000.xhp\n"
+"par_id3148946\n"
+"3\n"
+"help.text"
+msgid "$[officename] Basic offers several methods to prevent the termination of a program when a run-time error occurs."
+msgstr ""
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Dim Statement [Runtime]"
+msgstr "Dim Red[Pokretac- vrijeme]"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"bm_id3149812\n"
+"help.text"
+msgid "<bookmark_value>Dim statement</bookmark_value><bookmark_value>arrays; dimensioning</bookmark_value><bookmark_value>dimensioning arrays</bookmark_value>"
+msgstr "<bookmark_value>Dim statement</bookmark_value><bookmark_value>nizovi; dimensioning</bookmark_value><bookmark_value>dimenzijonalni nizovi</bookmark_value>"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"hd_id3149812\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03102100.xhp\" name=\"Dim Statement [Runtime]\">Dim Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03102100.xhp\" name=\"Dim Red [Pokretac- vrijeme]\">Dim Redovi [Pokretac- vrijeme]</link>"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3143271\n"
+"2\n"
+"help.text"
+msgid "Declares a variable or an array."
+msgstr ""
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3154686\n"
+"3\n"
+"help.text"
+msgid "If the variables are separated by commas (for example, DIM sPar1, sPar2, sPar3 AS STRING), only Variant variables can be defined. Use a separate definition line for each variable."
+msgstr "Ako su variable odmaknute zarezima(npr., DIM sPar1, sPar2, sPar3 AS STRING), jedina varijanta varijabvli moze biti definisana. Koristi razdvojeno definisaner linije za svaku varijablu"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3152576\n"
+"7\n"
+"help.text"
+msgid "Dim declares local variables within subroutines. Global variables are declared with the PUBLIC or the PRIVATE statement."
+msgstr "Dim deklarise lokalne varijable bez prijelaznika programa . Globalna vrijednost je deklarisana sa JAVNIM ili PRIVATNIM redovima."
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"hd_id3156443\n"
+"8\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3149412\n"
+"9\n"
+"help.text"
+msgid "[ReDim]Dim VarName [(start To end)] [As VarType][, VarName2 [(start To end)] [As VarType][,...]]"
+msgstr ""
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"hd_id3147397\n"
+"10\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3154730\n"
+"11\n"
+"help.text"
+msgid "<emph>VarName:</emph> Any variable or array name."
+msgstr ""
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3147125\n"
+"12\n"
+"help.text"
+msgid "<emph>Start, End:</emph> Numerical values or constants that define the number of elements (NumberElements=(end-start)+1) and the index range."
+msgstr ""
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3153877\n"
+"13\n"
+"help.text"
+msgid "Start and End can be numerical expressions if ReDim is applied at the procedure level."
+msgstr "Pocetak i kraj mogu biti brojcani izrazi ako"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3153510\n"
+"14\n"
+"help.text"
+msgid "<emph>VarType:</emph> Key word that declares the data type of a variable."
+msgstr "<emph>VarType</emph>: Kljucna rijec deklarise bazni tip varijabli"
+
+#: 03102100.xhp
+#, fuzzy
+msgctxt ""
+"03102100.xhp\n"
+"par_id3154015\n"
+"15\n"
+"help.text"
+msgid "<emph>Keyword:</emph> Variable type"
+msgstr "<emph>Keyword</emph>: Default variable type"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3153949\n"
+"16\n"
+"help.text"
+msgid "<emph>Bool:</emph> Boolean variable (True, False)"
+msgstr "<emph>Bool</emph>: Bulian varijable (Tacno , Netacno)"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3156275\n"
+"17\n"
+"help.text"
+msgid "<emph>Currency:</emph> Currency-Variable (Currency with 4 Decimal places)"
+msgstr "<emph>Currency</emph>: Trenutne-variable (Trenutno sa 4 Decimalna mjesta)"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3156057\n"
+"18\n"
+"help.text"
+msgid "<emph>Date:</emph> Date variable"
+msgstr ""
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3148405\n"
+"19\n"
+"help.text"
+msgid "<emph>Double:</emph> Double-precision floating-point variable (1,79769313486232 x 10E308 - 4,94065645841247 x 10E-324)"
+msgstr "<emph>Double</emph>: Double-precision floating-point variable (1.79769313486232 x 10E+308 - 4,94065645841247 x 10E-324)"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3148916\n"
+"20\n"
+"help.text"
+msgid "<emph>Integer:</emph> Integer variable (-32768 - 32767)"
+msgstr ""
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3150045\n"
+"21\n"
+"help.text"
+msgid "<emph>Long:</emph> Long integer variable (-2.147.483.648 - 2.147.483.647)"
+msgstr "<emph>Long</emph>: ulaz brojcanih variabli (-2,147,483,648 - 2,147,483,647)"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3149255\n"
+"22\n"
+"help.text"
+msgid "<emph>Object:</emph> Object variable (Note: this variable can only subsequently be defined with Set!)"
+msgstr "<emph>Object</emph>: Objekat varijable (Note: this variable can only subsequently be defined with Set!)"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3155937\n"
+"23\n"
+"help.text"
+msgid "<emph>Single:</emph> Single-precision floating-point variable (3,402823 x 10E38 - 1,401298 x 10E-45)."
+msgstr "<emph>Single</emph>:Jednostavna-preciznost putujuca-tacka variable (3.402823 x 10E+38 - 1.401298 x 10E-45)."
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3151251\n"
+"24\n"
+"help.text"
+msgid "<emph>String:</emph> String variable consisting of a maximum of 64,000 ASCII characters."
+msgstr "<emph>String</emph>: Jednostavna varijabla koristi maksimalni broj od 64,000 ASCII karaktera."
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3154704\n"
+"25\n"
+"help.text"
+msgid "<emph>[Variant]:</emph> Variant variable type (contains all types, specified by definition). If a key word is not specified, variables are automatically defined as Variant Type, unless a statement from DefBool to DefVar is used."
+msgstr "<emph>[Variant]</emph>: Varijanta varijable tipa (sadrzi sve tipove, odredjena definicijom).Ako kljucna rijec nije odredzena,automatski varijable odredzuju se kao Variant Tip, osim reda za DefBool to DefVar koji je koristen"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3146316\n"
+"26\n"
+"help.text"
+msgid "In $[officename] Basic, you do not need to declare variables explicitly. However, you need to declare an array before you can use them. You can declare a variable with the Dim statement, using commas to separate multiple declarations. To declare a variable type, enter a type-declaration character following the name or use a corresponding key word."
+msgstr ""
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3149924\n"
+"27\n"
+"help.text"
+msgid "$[officename] Basic supports single or multi-dimensional arrays that are defined by a specified variable type. Arrays are suitable if the program contains lists or tables that you want to edit. The advantage of arrays is that it is possible to address individual elements according to indexes, which can be formulated as numeric expressions or variables."
+msgstr ""
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3148488\n"
+"28\n"
+"help.text"
+msgid "Arrays are declared with the Dim statement. There are two methods to define the index range:"
+msgstr "Nizovi su deklarisani sa Dim redom.Nalaze se dvije metode koje definisu dio indeksa:"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3154662\n"
+"29\n"
+"help.text"
+msgid "DIM text(20) as String REM 21 elements numbered from 0 to 20"
+msgstr "DIM text(20) kao String REM 21 elementi izbrojani od 0 to 20"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3155604\n"
+"30\n"
+"help.text"
+msgid "DIM text(5 to 25) as String REM 21 elements numbered from 5 to 25"
+msgstr "DIM text(5 to 25) kao String REM 21 elementi izbrojani od 5 to 25"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3151274\n"
+"31\n"
+"help.text"
+msgid "DIM text(-15 to 5) as String REM 21 elements (including 0)"
+msgstr "DIM text(-15 to 5) kao String REM 21 elementi (ukljucuju 0)"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3152774\n"
+"32\n"
+"help.text"
+msgid "REM numbered from -15 to 5"
+msgstr "REM brojevi od -15 do 5"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3150829\n"
+"33\n"
+"help.text"
+msgid "Two-dimensional data field"
+msgstr "Dva-dimenzijonalna bazna polja"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3149529\n"
+"34\n"
+"help.text"
+msgid "DIM text(20,2) as String REM 63 elements; form 0 to 20 level 1, from 0 to 20 level 2 and from 0 to 20 level 3."
+msgstr "DIM tekst(20,2) kao String REM 63 elementi; od 0 do 20 dio 1, od 0 do 20 dio 2 i od 0 do 20 dio 3."
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3159239\n"
+"35\n"
+"help.text"
+msgid "You can declare an array types as dynamic if a ReDim statement defines the number of dimensions in the subroutine or the function that contains the array. Generally, you can only define an array dimension once, and you cannot modify it. Within a subroutine, you can declare an array with ReDim. You can only define dimensions with numeric expressions. This ensures that the fields are only as large as necessary."
+msgstr "Vi mozete deklarisati niz tipa kao dinamican ako ReDim red definise broj dimenzija u subrutini ili funkciji koja sadrzi niz. Generalno, vi samo mozete definisati niz jednodimenzijonalni i ne moze se mjenjati. Bez subrutina mozete deklarisati niz sa ReDim.Takodjer mozete definisati dimenzije sa izrazenim brojevima. Polje je veliko, koliko treba da bude"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"hd_id3150344\n"
+"36\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3154657\n"
+"40\n"
+"help.text"
+msgid "sVar = \"Office\""
+msgstr ""
+
+#: 03102100.xhp
+#, fuzzy
+msgctxt ""
+"03102100.xhp\n"
+"par_id3149036\n"
+"44\n"
+"help.text"
+msgid "' Two-dimensional data field"
+msgstr "Dva-dimenzijonalna bazna polja"
+
+#: 03102100.xhp
+#, fuzzy
+msgctxt ""
+"03102100.xhp\n"
+"par_id3153782\n"
+"46\n"
+"help.text"
+msgid "Const sDim As String = \" Dimension:\""
+msgstr "Konstanta sDim kao String = \" Dimenzija:\""
+
+#: 03020102.xhp
+#, fuzzy
+msgctxt ""
+"03020102.xhp\n"
+"tit\n"
+"help.text"
+msgid "FreeFile Function[Runtime]"
+msgstr "zelena Function [Run-time]"
+
+#: 03020102.xhp
+#, fuzzy
+msgctxt ""
+"03020102.xhp\n"
+"bm_id3150400\n"
+"help.text"
+msgid "<bookmark_value>FreeFile function</bookmark_value>"
+msgstr "<bookmark_value>DateValue funkcija</bookmark_value>"
+
+#: 03020102.xhp
+#, fuzzy
+msgctxt ""
+"03020102.xhp\n"
+"hd_id3150400\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020102.xhp\" name=\"FreeFile Function[Runtime]\">FreeFile Function[Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03010302.xhp\" name=\"Green Function [Run-time]\">Green Function [Run-time]</link>"
+
+#: 03020102.xhp
+msgctxt ""
+"03020102.xhp\n"
+"par_id3154366\n"
+"2\n"
+"help.text"
+msgid "Returns the next available file number for opening a file. Use this function to open a file using a file number that is not already in use by a currently open file."
+msgstr ""
+
+#: 03020102.xhp
+msgctxt ""
+"03020102.xhp\n"
+"hd_id3150769\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03020102.xhp
+msgctxt ""
+"03020102.xhp\n"
+"hd_id3151042\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03020102.xhp
+msgctxt ""
+"03020102.xhp\n"
+"par_id3150440\n"
+"6\n"
+"help.text"
+msgid "Integer"
+msgstr "Cjelobrojno"
+
+#: 03020102.xhp
+msgctxt ""
+"03020102.xhp\n"
+"hd_id3148576\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03020102.xhp
+msgctxt ""
+"03020102.xhp\n"
+"par_id3155854\n"
+"8\n"
+"help.text"
+msgid "This function can only be used immediately in front of an Open statement. FreeFile returns the next available file number, but does not reserve it."
+msgstr ""
+
+#: 03020102.xhp
+msgctxt ""
+"03020102.xhp\n"
+"hd_id3159153\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03020102.xhp
+msgctxt ""
+"03020102.xhp\n"
+"par_id3155416\n"
+"18\n"
+"help.text"
+msgid "Print #iNumber, \"First line of text\""
+msgstr "Isštampati #iBroj, \"Prvi red teksta\""
+
+#: 03020102.xhp
+msgctxt ""
+"03020102.xhp\n"
+"par_id3153416\n"
+"19\n"
+"help.text"
+msgid "Print #iNumber, \"Another line of text\""
+msgstr "Isštampati #iBroj, \"Drugi red teksta\""
+
+#: 03120312.xhp
+msgctxt ""
+"03120312.xhp\n"
+"tit\n"
+"help.text"
+msgid "ConvertToURL Function [Runtime]"
+msgstr "Pretvori u URL funkciju [U izvršenju]"
+
+#: 03120312.xhp
+#, fuzzy
+msgctxt ""
+"03120312.xhp\n"
+"bm_id3152801\n"
+"help.text"
+msgid "<bookmark_value>ConvertToURL function</bookmark_value>"
+msgstr "<bookmark_value>Pretvori iz URL funkcije</bookmark_value>"
+
+#: 03120312.xhp
+#, fuzzy
+msgctxt ""
+"03120312.xhp\n"
+"hd_id3152801\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120312.xhp\" name=\"ConvertToURL Function [Runtime]\">ConvertToURL Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120313.xhp\" name=\"ConvertFromURL Function [Run-time]\">Pretvori iz URL funkcije[RDužina trajanja]</link>"
+
+#: 03120312.xhp
+msgctxt ""
+"03120312.xhp\n"
+"par_id3148538\n"
+"2\n"
+"help.text"
+msgid "Converts a system file name to a file URL."
+msgstr "Pretvara sistemsko ime fajla u fajl URL."
+
+#: 03120312.xhp
+msgctxt ""
+"03120312.xhp\n"
+"hd_id3150669\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03120312.xhp
+msgctxt ""
+"03120312.xhp\n"
+"par_id3154285\n"
+"4\n"
+"help.text"
+msgid "ConvertToURL(filename)"
+msgstr "Pretvori u URL funkciju(ime fajla)"
+
+#: 03120312.xhp
+msgctxt ""
+"03120312.xhp\n"
+"hd_id3150984\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03120312.xhp
+#, fuzzy
+msgctxt ""
+"03120312.xhp\n"
+"par_id3147530\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "Stringovi"
+
+#: 03120312.xhp
+msgctxt ""
+"03120312.xhp\n"
+"hd_id3148550\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03120312.xhp
+msgctxt ""
+"03120312.xhp\n"
+"par_id3148947\n"
+"8\n"
+"help.text"
+msgid "<emph>Filename:</emph> A file name as string."
+msgstr "<emph>Filename</emph>: Ime fajla kao string."
+
+#: 03120312.xhp
+msgctxt ""
+"03120312.xhp\n"
+"hd_id3153361\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03120312.xhp
+msgctxt ""
+"03120312.xhp\n"
+"par_id3150792\n"
+"10\n"
+"help.text"
+msgid "systemFile$ = \"c:\\folder\\mytext.txt\""
+msgstr "sistemskiFajl$ = \"c:\\folder\\mytext.txt\""
+
+#: 03120312.xhp
+msgctxt ""
+"03120312.xhp\n"
+"par_id3154365\n"
+"11\n"
+"help.text"
+msgid "url$ = ConvertToURL( systemFile$ )"
+msgstr ""
+
+#: 03120312.xhp
+msgctxt ""
+"03120312.xhp\n"
+"par_id3151042\n"
+"12\n"
+"help.text"
+msgid "print url$"
+msgstr "printaj url$"
+
+#: 03120312.xhp
+msgctxt ""
+"03120312.xhp\n"
+"par_id3154909\n"
+"13\n"
+"help.text"
+msgid "systemFileAgain$ = ConvertFromURL( url$ )"
+msgstr ""
+
+#: 03120312.xhp
+msgctxt ""
+"03120312.xhp\n"
+"par_id3144762\n"
+"14\n"
+"help.text"
+msgid "print systemFileAgain$"
+msgstr "printaj sistemskiFajlPonovo$"
+
+#: 03103700.xhp
+msgctxt ""
+"03103700.xhp\n"
+"tit\n"
+"help.text"
+msgid "Set Statement[Runtime]"
+msgstr "Postavi Naredbu[Vrijeme izvršavanja]"
+
+#: 03103700.xhp
+msgctxt ""
+"03103700.xhp\n"
+"bm_id3154422\n"
+"help.text"
+msgid "<bookmark_value>Set statement</bookmark_value><bookmark_value>Nothing object</bookmark_value>"
+msgstr "<bookmark_value>Postavi naredbu</bookmark_value><bookmark_value>objekat ništa</bookmark_value>"
+
+#: 03103700.xhp
+msgctxt ""
+"03103700.xhp\n"
+"hd_id3154422\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set Statement[Runtime]\">Set Statement[Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03103700.xhp\" name=\"Postavi Naredbu[Vrijeme izvršavanja]\">Postavi Naredbu[Vriejme izvršavanja]</link>"
+
+#: 03103700.xhp
+msgctxt ""
+"03103700.xhp\n"
+"par_id3159149\n"
+"2\n"
+"help.text"
+msgid "Sets an object reference on a variable or a Property."
+msgstr "Postavlja referencu objekta na varijablu ili na Svojstvo."
+
+#: 03103700.xhp
+msgctxt ""
+"03103700.xhp\n"
+"hd_id3153105\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03103700.xhp
+msgctxt ""
+"03103700.xhp\n"
+"par_id3154217\n"
+"4\n"
+"help.text"
+msgid "Set ObjectVar = Object"
+msgstr "Pstavlja VarObjekta = Objekt"
+
+#: 03103700.xhp
+msgctxt ""
+"03103700.xhp\n"
+"hd_id3154685\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03103700.xhp
+msgctxt ""
+"03103700.xhp\n"
+"par_id3156281\n"
+"6\n"
+"help.text"
+msgid "<emph>ObjectVar:</emph> a variable or a property that requires an object reference."
+msgstr "<emph>VarObjekta</emph>: varijabla ili svojstvo koje yahtjeva referencu objekta."
+
+#: 03103700.xhp
+msgctxt ""
+"03103700.xhp\n"
+"par_id3159252\n"
+"7\n"
+"help.text"
+msgid "<emph>Object:</emph> Object that the variable or the property refers to."
+msgstr "<emph>Objekat</emph>: Objekat na kojeg se varijabla ili svojstvo odnose."
+
+#: 03103700.xhp
+msgctxt ""
+"03103700.xhp\n"
+"par_idN10623\n"
+"help.text"
+msgid "<emph>Nothing</emph> - Assign the <emph>Nothing</emph> object to a variable to remove a previous assignment."
+msgstr "<emph>Ništa</emph> - Dodijeli <emph>Ništa</emph> objekat varijabli da ukloni predhodni zadatak."
+
+#: 03103700.xhp
+msgctxt ""
+"03103700.xhp\n"
+"hd_id3159153\n"
+"8\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03101300.xhp
+msgctxt ""
+"03101300.xhp\n"
+"tit\n"
+"help.text"
+msgid "DefDate Statement [Runtime]"
+msgstr "DefDate Red [Pokrenut-vrijeme]"
+
+#: 03101300.xhp
+msgctxt ""
+"03101300.xhp\n"
+"bm_id3150504\n"
+"help.text"
+msgid "<bookmark_value>DefDate statement</bookmark_value>"
+msgstr "<bookmark_value>DefDatum red</bookmark_value>"
+
+#: 03101300.xhp
+msgctxt ""
+"03101300.xhp\n"
+"hd_id3150504\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03101300.xhp\" name=\"DefDate Statement [Runtime]\">DefDate Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03101300.xhp\" name=\"DefDatum red [Pokrenut-vrijeme]\">DefDate red [Pokrenut-vrijeme]</link>"
+
+#: 03101300.xhp
+msgctxt ""
+"03101300.xhp\n"
+"par_id3145069\n"
+"2\n"
+"help.text"
+msgid "If no type-declaration character or keyword is specified, the DefDate statement sets the default variable type, according to a letter range."
+msgstr "Ako nema tipa deklarisanog ili znacajna rijec je odredzena, DefDate red postavlja zadanu vrijednost tipa, prema pisanom djelu"
+
+#: 03101300.xhp
+msgctxt ""
+"03101300.xhp\n"
+"hd_id3154758\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03101300.xhp
+msgctxt ""
+"03101300.xhp\n"
+"par_id3148664\n"
+"4\n"
+"help.text"
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
+msgstr "Defxxx Karakterokrug1[, Karakterokrug2[,...]]"
+
+#: 03101300.xhp
+msgctxt ""
+"03101300.xhp\n"
+"hd_id3150541\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03101300.xhp
+#, fuzzy
+msgctxt ""
+"03101300.xhp\n"
+"par_id3156709\n"
+"6\n"
+"help.text"
+msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
+msgstr "<emph>Characterrange</emph>: Slova koja odredzuju okrug varijabli koje zelite vidjeti kao zadanu vrijednost tipa for"
+
+#: 03101300.xhp
+msgctxt ""
+"03101300.xhp\n"
+"par_id3150869\n"
+"7\n"
+"help.text"
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
+msgstr ""
+
+#: 03101300.xhp
+msgctxt ""
+"03101300.xhp\n"
+"par_id3145171\n"
+"8\n"
+"help.text"
+msgid "<emph>Keyword:</emph> Default variable type"
+msgstr "<emph>Keyword</emph>: Default variable type"
+
+#: 03101300.xhp
+msgctxt ""
+"03101300.xhp\n"
+"par_id3150767\n"
+"9\n"
+"help.text"
+msgid "<emph>DefDate:</emph> Date"
+msgstr "<emph>DefDate</emph>: Datum"
+
+#: 03101300.xhp
+msgctxt ""
+"03101300.xhp\n"
+"hd_id3153768\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03101300.xhp
+#, fuzzy
+msgctxt ""
+"03101300.xhp\n"
+"par_id3145785\n"
+"12\n"
+"help.text"
+msgid "' Prefix definitions for variable types:"
+msgstr "REM Prefiks definisan za variable tipa:"
+
+#: 03101300.xhp
+#, fuzzy
+msgctxt ""
+"03101300.xhp\n"
+"par_id3152462\n"
+"22\n"
+"help.text"
+msgid "tDate=Date ' tDate is an implicit date variable"
+msgstr "tDatum=Datum REM tDatum je implikantan podatak varijable"
+
+#: 01020500.xhp
+msgctxt ""
+"01020500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Libraries, Modules and Dialogs"
+msgstr "Biblioteke, Moduli i Dijalog Prozori"
+
+#: 01020500.xhp
+msgctxt ""
+"01020500.xhp\n"
+"hd_id3147317\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01020500.xhp\" name=\"Libraries, Modules and Dialogs\">Libraries, Modules and Dialogs</link>"
+msgstr "<link href=\"text/sbasic/shared/01020500.xhp\" name=\"Libraries, Modules and Dialogue Boxes\">Libraries, Modules and Dialogue Boxes</link>"
+
+#: 01020500.xhp
+msgctxt ""
+"01020500.xhp\n"
+"par_id3147427\n"
+"2\n"
+"help.text"
+msgid "The following describes the basic use of libraries, modules and dialogs in $[officename] Basic."
+msgstr "Slijedeće opisuje osnovnu upotrebu biblioteka, modula i prozora za dijalog u $[officename] Basic."
+
+#: 01020500.xhp
+msgctxt ""
+"01020500.xhp\n"
+"par_id3146120\n"
+"3\n"
+"help.text"
+msgid "$[officename] Basic provides tools to help you structuring your projects. It supports various \"units\" which enable you to group individual SUBS and FUNCTIONS in a Basic project."
+msgstr "$[officename] Basic omogućava alate za pomoć pri struktuiranju projekata. Podržava različite \"jedinice\" koje omogućavaju grupaciju indivudualnog SUBS i FUNKCIJA u projektu Basic."
+
+#: 01020500.xhp
+msgctxt ""
+"01020500.xhp\n"
+"hd_id3148575\n"
+"5\n"
+"help.text"
+msgid "Libraries"
+msgstr "Biblioteke"
+
+#: 01020500.xhp
+msgctxt ""
+"01020500.xhp\n"
+"par_id3150011\n"
+"6\n"
+"help.text"
+msgid "Libraries serve as a tool for organizing modules, and can either be attached to a document or a template. When the document or a template is saved, all modules contained in the library are automatically saved as well."
+msgstr "Biblioteke služe kao alat za organiziranje modula i može biti ili dodan dokumentu ili šablonu. Kada je dokument ili šablon sačuvan, svi moduli sadržani u biblioteci su automatski sačuvani također."
+
+#: 01020500.xhp
+msgctxt ""
+"01020500.xhp\n"
+"par_id3151112\n"
+"7\n"
+"help.text"
+msgid "A library can contain up to 16,000 modules."
+msgstr "Biblioteka može sadržati do 16,000 modula."
+
+#: 01020500.xhp
+msgctxt ""
+"01020500.xhp\n"
+"hd_id3149262\n"
+"8\n"
+"help.text"
+msgid "Modules"
+msgstr "Moduli"
+
+#: 01020500.xhp
+msgctxt ""
+"01020500.xhp\n"
+"par_id3156441\n"
+"9\n"
+"help.text"
+msgid "A module contains SUBS and FUNCTIONS along with variable declarations. The length of the program that can be saved in a module is limited to 64 KB. If more space is required you can divide a $[officename] Basic project among several modules, and then save them in a single library."
+msgstr "Modul sadrži SUBS i FUNKCIJE uključujući i deklaracije varijabli. Dužina programa koji može biti sačuvan u modulu je ograničena na 64 KB. Ako je potrebno više prostora $[officename] Basic projekat se može podijeliti kroz nekoliko modula i onda sačuvati u jednu biblioteku."
+
+#: 01020500.xhp
+msgctxt ""
+"01020500.xhp\n"
+"hd_id3152577\n"
+"11\n"
+"help.text"
+msgid "Dialog Modules"
+msgstr "Moduli Dijaloški Prozor"
+
+#: 01020500.xhp
+msgctxt ""
+"01020500.xhp\n"
+"par_id3149377\n"
+"12\n"
+"help.text"
+msgid "Dialog modules contain dialog definitions, including the dialog box properties, the properties of each dialog element and the events assigned. Since a dialog module can only contain a single dialog, they are often referred to as \"dialogs\"."
+msgstr "Dijaloški Prozor moduli sadrže definicije dijaloških prozora, uključujući karakteristike dijaloških prozora, karakteristike svakog elementa dijaloškog prozora i slučaja dodijeljenih. Kako dijaloški prozor modul može sadržati jedan dijaloški prozor, često se navodi kao \"dijaloški prozori\"."
+
+#: 03030000.xhp
+msgctxt ""
+"03030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Date and Time Functions"
+msgstr "Date and Time funkcije"
+
+#: 03030000.xhp
+msgctxt ""
+"03030000.xhp\n"
+"hd_id3150502\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030000.xhp\" name=\"Date and Time Functions\">Date and Time Functions</link>"
+msgstr "<link href=\"text/sbasic/shared/03030000.xhp\" name=\"Date and Time funkcije\">Date and Time funkcije</link>"
+
+#: 03030000.xhp
+msgctxt ""
+"03030000.xhp\n"
+"par_id3153255\n"
+"2\n"
+"help.text"
+msgid "Use the statements and functions described here to perform date and time calculations."
+msgstr "Koristite ove izjave i funkcije opisane ovdje da pravite datumske i vremenske kalkulacije."
+
+#: 03030000.xhp
+msgctxt ""
+"03030000.xhp\n"
+"par_id3152363\n"
+"3\n"
+"help.text"
+msgid "<item type=\"productname\">%PRODUCTNAME</item> Basic lets you calculate time or date differences by converting the time and date values to continuous numeric values. After the difference is calculated, special functions are used to reconvert the values to the standard time or date formats."
+msgstr "<item type=\"productname\">%PRODUCTNAME</item> Omogućava vam da kalkulišete razlike u vremenu ili datumu konvertirajući vrijednosti vremena i datuma u niz numeričkih vrijednosti. Nakon što se razlika izračuna, specijalne funkcije se koriste da rekonvertiraju vrijednosti u standardne formate za vrijeme i datume."
+
+#: 03030000.xhp
+msgctxt ""
+"03030000.xhp\n"
+"par_id3151054\n"
+"4\n"
+"help.text"
+msgid "You can combine date and time values into a single floating-decimal number. Dates are converted to integers, and times to decimal values. <item type=\"productname\">%PRODUCTNAME</item> Basic also supports the variable type Date, which can contain a time specification consisting of both a date and time."
+msgstr "Možete kombinirati vrijednosti datuma i vremena u jedan floating-decimal broj. Datumi se konvertiraju u integere, a vremena u decimalne vrijednosti. <item type=\"productname\">%PRODUCTNAME</item> Basic također podržava varijable tipa Date, koje mogu sadržavati vremensku specifikaciju koja se sastoji kako od datuma, tako od vremena."
+
+#: 03090000.xhp
+msgctxt ""
+"03090000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Controlling Program Execution"
+msgstr ""
+
+#: 03090000.xhp
+msgctxt ""
+"03090000.xhp\n"
+"hd_id3145136\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090000.xhp\" name=\"Controlling Program Execution\">Controlling Program Execution</link>"
+msgstr ""
+
+#: 03090000.xhp
+msgctxt ""
+"03090000.xhp\n"
+"par_id3143268\n"
+"2\n"
+"help.text"
+msgid "The following statements control the execution of a program."
+msgstr ""
+
+#: 03090000.xhp
+msgctxt ""
+"03090000.xhp\n"
+"par_id3156152\n"
+"3\n"
+"help.text"
+msgid "A program generally executes from the first line of code to the last line of code. You can also execute certain procedures within the program according to specific conditions, or repeat a section of the program within a sub-procedure or function. You can use loops to repeat parts of a program as many times as necessary, or until a certain condition is met. These type of control statements are classified as Condition, Loop, or Jump statements."
+msgstr ""
+
+#: 03080000.xhp
+msgctxt ""
+"03080000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Numeric Functions"
+msgstr "Brojcane Funkcije"
+
+#: 03080000.xhp
+msgctxt ""
+"03080000.xhp\n"
+"hd_id3153127\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080000.xhp\" name=\"Numeric Functions\">Numeric Functions</link>"
+msgstr "<link href=\"text/sbasic/shared/03080000.xhp\" name=\"Brojcane Funkcije\">Brojcane Funkcije</link>"
+
+#: 03080000.xhp
+msgctxt ""
+"03080000.xhp\n"
+"par_id3148550\n"
+"2\n"
+"help.text"
+msgid "The following numeric functions perform calculations. Mathematical and Boolean operators are described in a separate section. Functions differ from operators in that functions pass arguments and return a result, instead of operators that return a result by combining two numeric expressions."
+msgstr "Slijedece brojcane funkcije obavljaju kalkulacije. Matematicki i Bulovski operatori su opisani u odvojenoj sekciji. Funkcije se razlikuju od operatora u tome sto funkcije proslijedjuju argumente i vracaju rezultat, dok operatori vracaju rezultat na osnovu sto kombinuju dva brojcana izraza."
+
+#: 03120310.xhp
+#, fuzzy
+msgctxt ""
+"03120310.xhp\n"
+"tit\n"
+"help.text"
+msgid "UCase Function [Runtime]"
+msgstr "Erase Funkcija [Vrijeme izvršavanja]"
+
+#: 03120310.xhp
+msgctxt ""
+"03120310.xhp\n"
+"bm_id3153527\n"
+"help.text"
+msgid "<bookmark_value>UCase function</bookmark_value>"
+msgstr "<bookmark_value>UCase funkcija</bookmark_value>"
+
+#: 03120310.xhp
+msgctxt ""
+"03120310.xhp\n"
+"hd_id3153527\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase Function [Runtime]\">UCase Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase Function [Run-time]\">UCase funkcija [U izvršenju]</link>"
+
+#: 03120310.xhp
+msgctxt ""
+"03120310.xhp\n"
+"par_id3155420\n"
+"2\n"
+"help.text"
+msgid "Converts lowercase characters in a string to uppercase."
+msgstr "Pretvara male znakove u string velika slova."
+
+#: 03120310.xhp
+msgctxt ""
+"03120310.xhp\n"
+"par_id3150771\n"
+"3\n"
+"help.text"
+msgid "See also: <link href=\"text/sbasic/shared/03120302.xhp\" name=\"LCase Function\">LCase Function</link>"
+msgstr "Pogledaj: <link href=\"text/sbasic/shared/03120302.xhp\" name=\"LCase Function\">LCase funkcija</link>"
+
+#: 03120310.xhp
+msgctxt ""
+"03120310.xhp\n"
+"par_id3149233\n"
+"4\n"
+"help.text"
+msgid "<emph>Syntax</emph>:"
+msgstr "Sintaksa:"
+
+#: 03120310.xhp
+msgctxt ""
+"03120310.xhp\n"
+"par_id3153061\n"
+"5\n"
+"help.text"
+msgid "UCase (Text As String)"
+msgstr "UCase (Tekst kao string)"
+
+#: 03120310.xhp
+msgctxt ""
+"03120310.xhp\n"
+"par_id3159414\n"
+"6\n"
+"help.text"
+msgid "<emph>Return value</emph>:"
+msgstr "Vrati vrijednost:"
+
+#: 03120310.xhp
+#, fuzzy
+msgctxt ""
+"03120310.xhp\n"
+"par_id3146795\n"
+"7\n"
+"help.text"
+msgid "String"
+msgstr "Stringovi"
+
+#: 03120310.xhp
+msgctxt ""
+"03120310.xhp\n"
+"hd_id3149457\n"
+"8\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03120310.xhp
+#, fuzzy
+msgctxt ""
+"03120310.xhp\n"
+"par_id3150791\n"
+"9\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression that you want to convert."
+msgstr "<emph>Text2</emph>: String izraz koji želite pretraživati."
+
+#: 03120310.xhp
+msgctxt ""
+"03120310.xhp\n"
+"hd_id3154125\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03120310.xhp
+#, fuzzy
+msgctxt ""
+"03120310.xhp\n"
+"par_id3149204\n"
+"14\n"
+"help.text"
+msgid "Print LCase(sVar) ' returns \"las vegas\""
+msgstr "Štampaj: LCase(sVar) REM \"blackpool\""
+
+#: 03120310.xhp
+#, fuzzy
+msgctxt ""
+"03120310.xhp\n"
+"par_id3156280\n"
+"15\n"
+"help.text"
+msgid "Print UCase(sVar) ' returns \"LAS VEGAS\""
+msgstr "Štampaj UCase(sVar) REM vraca \"BLACKPOOL\""
+
+#: 03100060.xhp
+msgctxt ""
+"03100060.xhp\n"
+"tit\n"
+"help.text"
+msgid "CDec Function [Runtime]"
+msgstr "CDecimalna Funkcija [Run-time]"
+
+#: 03100060.xhp
+msgctxt ""
+"03100060.xhp\n"
+"bm_id863979\n"
+"help.text"
+msgid "<bookmark_value>CDec function</bookmark_value>"
+msgstr "<bookmark_value>CDecimalna Funkcija</bookmark_value>"
+
+#: 03100060.xhp
+msgctxt ""
+"03100060.xhp\n"
+"par_idN10548\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03100060.xhp\">CDec Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03100060.xhp\">CDecimalna Funkcija [Run-time]</link>"
+
+#: 03100060.xhp
+msgctxt ""
+"03100060.xhp\n"
+"par_idN10558\n"
+"help.text"
+msgid "Converts a string expression or numeric expression to a decimal expression."
+msgstr "Konvertuje znakovni izraz ili numericki izraz u decimalni izraz"
+
+#: 03100060.xhp
+msgctxt ""
+"03100060.xhp\n"
+"par_idN1055B\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03100060.xhp
+msgctxt ""
+"03100060.xhp\n"
+"par_idN105EA\n"
+"help.text"
+msgid "CDec(Expression)"
+msgstr "CDec(Izraz)"
+
+#: 03100060.xhp
+msgctxt ""
+"03100060.xhp\n"
+"par_idN105ED\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03100060.xhp
+msgctxt ""
+"03100060.xhp\n"
+"par_idN105F1\n"
+"help.text"
+msgid "Decimal number."
+msgstr "Decimalni broj."
+
+#: 03100060.xhp
+msgctxt ""
+"03100060.xhp\n"
+"par_idN105F4\n"
+"help.text"
+msgid "Parameter:"
+msgstr "Parametar:"
+
+#: 03100060.xhp
+msgctxt ""
+"03100060.xhp\n"
+"par_idN105F8\n"
+"help.text"
+msgid "Expression: Any string or numeric expression that you want to convert."
+msgstr "Izraz: Bilo koji znak ili brojni izraz koji zelis konvertovati."
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Event-Driven Macros"
+msgstr "Macroi upravljani događajima"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"bm_id3154581\n"
+"help.text"
+msgid "<bookmark_value>deleting; macro assignments to events</bookmark_value> <bookmark_value>macros; assigning to events</bookmark_value> <bookmark_value>assigning macros to events</bookmark_value> <bookmark_value>events; assigning macros</bookmark_value>"
+msgstr "<bookmark_value>brisanje; macro zadaci za dogašaje</bookmark_value><bookmark_value>macroi; dodijeljivanje događajima </bookmark_value><bookmark_value>dodijeljivanje makro-a događajima</bookmark_value><bookmark_value>događaji; dodijeljivanje makroa</bookmark_value>"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"hd_id3147348\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01040000.xhp\" name=\"Event-Driven Macros\">Event-Driven Macros</link>"
+msgstr "<link href=\"text/sbasic/shared/01040000.xhp\" name=\"Event-Driven Macros\">Makroi upravljani događajima</link>"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3146120\n"
+"2\n"
+"help.text"
+msgid "This section describes how to assign Basic programs to program events."
+msgstr "Ovaj odlomak opisuje kako dodijeliti Basic programe programskim događajima."
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3149263\n"
+"4\n"
+"help.text"
+msgid "You can automatically execute a macro when a specified software event occurs by assigning the desired macro to the event. The following table provides an overview of program events and at what point an assigned macro is executed."
+msgstr "Možete automatski izvršiti makroe kada se određeni softver događaj desi dodjeljivanjem makroa događaju. Slijedeća tabela pruža pregled programskih događaja i u kom trenutku je dodijeljeni makro izvršen."
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3148455\n"
+"5\n"
+"help.text"
+msgid "Event"
+msgstr "Događaj"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3145799\n"
+"6\n"
+"help.text"
+msgid "An assigned macro is executed..."
+msgstr "Dodijeljeni makro je izvršen..."
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3149379\n"
+"7\n"
+"help.text"
+msgid "Program Start"
+msgstr "Početak Programa"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3150715\n"
+"8\n"
+"help.text"
+msgid "... after a $[officename] application is started."
+msgstr "...nakon što je $[officename] aplikacija pokrenuta."
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3146914\n"
+"9\n"
+"help.text"
+msgid "Program End"
+msgstr "Kraj Programa"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3153765\n"
+"10\n"
+"help.text"
+msgid "...before a $[officename] application is terminated."
+msgstr "...prije nego je $[officename] aplikacija okončana."
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3145150\n"
+"11\n"
+"help.text"
+msgid "Create Document"
+msgstr "Kreiraj Dokument"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3163808\n"
+"12\n"
+"help.text"
+msgid "...after a new document is created with <emph>File - New</emph> or with the <emph>New</emph> icon."
+msgstr "...nakon što je novi dokument kreiran sa <emph>Datoteka - New</emph> ili sa <emph>Novi</emph>ikonom."
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3145790\n"
+"13\n"
+"help.text"
+msgid "Open Document"
+msgstr "Otvori dokument"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3154572\n"
+"14\n"
+"help.text"
+msgid "...after a document is opened with <emph>File - Open</emph> or with the <emph>Open</emph> icon."
+msgstr "... Nakon što je dokument otvoren sa <emph>Datoteka - Otvori</emph> ili sa <emph>Otvori</emph> ikonom."
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3153266\n"
+"15\n"
+"help.text"
+msgid "Save Document As"
+msgstr "Sačuvaj Dokument Kao"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3150208\n"
+"16\n"
+"help.text"
+msgid "...before a document is saved under a specified name (with <emph>File - Save As</emph>, or with <emph>File - Save</emph> or the <emph>Save</emph> icon, if a document name has not yet been specified)."
+msgstr "... Prije nego je dokument sačuvan pod određenim imenom (sa <emph>Datoteka - Snimi kao</emph>, ili sa <emph>Datoteka - Snimi</emph> ili <emph>Snimi</emph> ikonom, ako ime dokumenta još nije određeno)."
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3158215\n"
+"43\n"
+"help.text"
+msgid "Document has been saved as"
+msgstr "Dokument je sačuvan kao"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3150980\n"
+"44\n"
+"help.text"
+msgid "... after a document was saved under a specified name (with <emph>File - Save As</emph>, or with <emph>File - Save</emph> or with the <emph>Save</emph> icon, if a document name has not yet been specified)."
+msgstr "...nakon što je dokument sačuvan pod određenim imenom (sa <emph>Datoteka - Snimi kao</emph>, ili sa <emph>Datoteka - Snimi</emph> ili sa <emph>Snimi</emph> ikonom, ako ime dokumenta nije jos određeno)."
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3150519\n"
+"17\n"
+"help.text"
+msgid "Save Document"
+msgstr "Sačuvaj Dokument"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3155529\n"
+"18\n"
+"help.text"
+msgid "...before a document is saved with <emph>File - Save</emph> or the <emph>Save</emph> icon, provided that a document name has already been specified."
+msgstr "...prije nego je dokument sačuvan sa <emph>Datoteka - Snimi</emph> ili <emph>Snimi</emph> ikonom, navedeno je ime dokumenta već određeno."
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3149404\n"
+"45\n"
+"help.text"
+msgid "Document has been saved"
+msgstr "Dokument je sačuvan"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3151332\n"
+"46\n"
+"help.text"
+msgid "...after a document is saved with <emph>File - Save</emph> or the <emph>Save</emph> icon, provided that a document name has already been specified."
+msgstr "...nakon što je dokument sačuvan sa <emph>Datoteka - Snimi</emph> ili <emph>Snimi</emph> ikonom, navedeno je da je ime dokumenta već određeno."
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3159171\n"
+"19\n"
+"help.text"
+msgid "Document is closing"
+msgstr "Zatvori Dokument"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3146868\n"
+"20\n"
+"help.text"
+msgid "...before a document is closed."
+msgstr "...prije nego je dokument zatvoren."
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3159097\n"
+"47\n"
+"help.text"
+msgid "Document closed"
+msgstr "Dokument se zatvara"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3148606\n"
+"48\n"
+"help.text"
+msgid "...after a document was closed. Note that the \"Save Document\" event may also occur when the document is saved before closing."
+msgstr "...nakon što je dokument zatvoren. Napomena da se \"Sačuvaj Dokument\" slučaj također može dogoditi kada je dokument sačuvan prije zatvaranja."
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3144772\n"
+"21\n"
+"help.text"
+msgid "Activate Document"
+msgstr "Aktiviraj Dokument"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3149442\n"
+"22\n"
+"help.text"
+msgid "...after a document is brought to the foreground."
+msgstr "...nakon što je dokument izbacen naprjed."
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3150888\n"
+"23\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr "Deaktiviraj dokument"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3154060\n"
+"24\n"
+"help.text"
+msgid "...after another document is brought to the foreground."
+msgstr "...nakon što je drugi dokument izbacen naprijed."
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3152384\n"
+"25\n"
+"help.text"
+msgid "Print Document"
+msgstr "Štampaj Dokument"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3152873\n"
+"26\n"
+"help.text"
+msgid "...after the <emph>Print</emph> dialog is closed, but before the actual print process begins."
+msgstr "...after the <emph>Štampaj</emph> dialogue box is closed, but before the actual print process begins."
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3159227\n"
+"49\n"
+"help.text"
+msgid "JavaScript run-time error"
+msgstr "JavaScript run-time greška"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3145362\n"
+"50\n"
+"help.text"
+msgid "...when a JavaScript run-time error occurs."
+msgstr "...kada se JavaScript run-time greška pojavi"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3154767\n"
+"27\n"
+"help.text"
+msgid "Print Mail Merge"
+msgstr ""
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3153555\n"
+"28\n"
+"help.text"
+msgid "...after the <emph>Print</emph> dialog is closed, but before the actual print process begins. This event occurs for each copy printed."
+msgstr "...after the <emph>Štampaj</emph> Dijalog prozor je zatvoren, prije nego što je akutuelni print proces poceo. Ovo se dešava za svaku odštampanu kopiju."
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3156366\n"
+"51\n"
+"help.text"
+msgid "Change of the page count"
+msgstr "Promjena broja stranica"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3154627\n"
+"52\n"
+"help.text"
+msgid "...when the page count changes."
+msgstr "...kada se broj stranica mijenja."
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3154737\n"
+"53\n"
+"help.text"
+msgid "Message received"
+msgstr "Poruka primljena"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3150952\n"
+"54\n"
+"help.text"
+msgid "...if a message was received."
+msgstr "...ukoliko je poruka primljena"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"hd_id3153299\n"
+"30\n"
+"help.text"
+msgid "Assigning a Macro to an Event"
+msgstr "Dodjeljujem Macro eventu"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3147244\n"
+"31\n"
+"help.text"
+msgid "Choose <emph>Tools - Customize</emph> and click the <emph>Events</emph> tab."
+msgstr "Izaberi <emph>Alati - Uredi</emph> and click the <emph>Events</emph> tab."
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3146098\n"
+"55\n"
+"help.text"
+msgid "Select whether you want the assignment to be globally valid or just valid in the current document in the <emph>Save In</emph> listbox."
+msgstr "Select whether you want the assignment to be globally valid or just valid in the current document in the <emph>Save In</emph> list box."
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3150431\n"
+"32\n"
+"help.text"
+msgid "Select the event from the <emph>Event</emph> list."
+msgstr "Izaberi event iz <emph>Događaj</emph> liste."
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3148742\n"
+"33\n"
+"help.text"
+msgid "Click <emph>Macro</emph> and select the macro to be assigned to the selected event."
+msgstr "Klikni <emph>Makro</emph> i selektuj makro koji ce biti dodijeljen selektovanom eventu"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3146321\n"
+"35\n"
+"help.text"
+msgid "Click <emph>OK</emph> to assign the macro."
+msgstr "Klikni <emph>OK</emph>da dodijelis makro"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3147414\n"
+"56\n"
+"help.text"
+msgid "Click <emph>OK</emph> to close the dialog."
+msgstr ""
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"hd_id3154581\n"
+"36\n"
+"help.text"
+msgid "Removing the Assignment of a Macro to an Event"
+msgstr "Uklanjam dodjeljivanje Macroa eventu"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3146883\n"
+"57\n"
+"help.text"
+msgid "Choose <emph>Tools - Customize</emph> and click the <emph>Events</emph> tab."
+msgstr "Izaberi <emph>Alati - Uredi</emph> and click the <emph>Events</emph> tab."
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3155909\n"
+"58\n"
+"help.text"
+msgid "Select whether you want to remove a global assignment or an assignment that is just valid in the current document by selecting the option in the <emph>Save In</emph> listbox."
+msgstr "Select whether you want to remove a global assignment or an assignment that is just valid in the current document by selecting the option in the <emph>Save In</emph> list box."
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3159129\n"
+"59\n"
+"help.text"
+msgid "Select the event that contains the assignment to be removed from the <emph>Event</emph> list."
+msgstr "Select the event that contains the assignment to be removed from the <emph>Događaj</emph> list."
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3149143\n"
+"37\n"
+"help.text"
+msgid "Click <emph>Remove</emph>."
+msgstr "Klikni <emph>Ukloni</emph>."
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3149351\n"
+"60\n"
+"help.text"
+msgid "Click <emph>OK</emph> to close the dialog."
+msgstr ""
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Debugging a Basic Program"
+msgstr "Uklanjanje pogreški u Basic Programu"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"bm_id3153344\n"
+"help.text"
+msgid "<bookmark_value>debugging Basic programs</bookmark_value><bookmark_value>variables; observing values</bookmark_value><bookmark_value>watching variables</bookmark_value><bookmark_value>run-time errors in Basic</bookmark_value><bookmark_value>error codes in Basic</bookmark_value><bookmark_value>breakpoints</bookmark_value><bookmark_value>Call Stack window</bookmark_value>"
+msgstr "<bookmark_value>ispravljanje greški u Basic programima</bookmark_value><bookmark_value>varijable; posmatranje vrijednosti </bookmark_value><bookmark_value>watching variables</bookmark_value><bookmark_value> greške za vrijeme pokretanja u Basicu</bookmark_value><bookmark_value> pogrešni kodovi u Basicu</bookmark_value><bookmark_value>breakpoints</bookmark_value><bookmark_value>Call Stack window</bookmark_value>"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"hd_id3153344\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01030300.xhp\">Debugging a Basic Program</link>"
+msgstr "<link href=\"text/sbasic/shared/01030300.xhp\">Debugging a Basic Program (Ispravljanje Pogreški u Programu Basica</link>"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"hd_id3159224\n"
+"4\n"
+"help.text"
+msgid "Breakpoints and Single Step Execution"
+msgstr "Tačke prekida i Izvršavanje Jednim korakom"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3150682\n"
+"5\n"
+"help.text"
+msgid "You can check each line in your Basic program for errors using single step execution. Errors are easily traced since you can immediately see the result of each step. A pointer in the breakpoint column of the Editor indicates the current line. You can also set a breakpoint if you want to force the program to be interrupted at a specific position."
+msgstr "Možete provjeriti svaki red u vašem Basic programu za greške koristeći Izvršavanje jednim korakom. Greške se lahko lociraju jer odmah možete vidjeti rezultat svakog koraka. Pokazatelj u koloni tačke prekida Editora ukazuje na trenutni red. Također možete vi postaviti tačku prekida ukoliko želite natjerati program da bude prekinut na određenom mjestu."
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3147303\n"
+"7\n"
+"help.text"
+msgid "Double-click in the <emph>breakpoint</emph> column at the left of the Editor window to toggle a breakpoint at the corresponding line. When the program reaches a breakpoint, the program execution is interrupted."
+msgstr "Dva puta kliknite <emph>breakpoint</emph> kolonu na lijevo u Editoru da bi aktivirali tačku prekida u odgovarajućem redu. Kada program dođe do tačke prekida, izvršavanje programa je prekinuto."
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3155805\n"
+"8\n"
+"help.text"
+msgid "The <emph>single step </emph>execution using the <emph>Single Step</emph> icon causes the program to branch into procedures and functions."
+msgstr "<emph>single step</emph> izvršavanje koristeći <emph>Single Step</emph> ikonicu uzrokuje program da se razgrana u procedure i funkcije."
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3151110\n"
+"25\n"
+"help.text"
+msgid "The procedure step execution using the <emph>Procedure Step</emph> icon causes the program to skip over procedures and functions as a single step."
+msgstr "Izvršavanje Korak Procedure koristeći <emph>Procedure Step</emph> ikonicu uzrokuje program da preskoči procedure i funkcije kao jedan korak."
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"hd_id3153825\n"
+"9\n"
+"help.text"
+msgid "Properties of a Breakpoint"
+msgstr "Karakteristike Breakpoint (Tačke Prekida)"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3147574\n"
+"26\n"
+"help.text"
+msgid "The properties of a breakpoint are available through its context menu by right-clicking the breakpoint in the breakpoint column."
+msgstr "Karakteristike tačke prekida su dostupne kroz kontekstualni meni desnim klikom na tačku prekida u koloni tački prekida."
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3148473\n"
+"10\n"
+"help.text"
+msgid "You can <emph>activate</emph> and <emph>deactivate</emph> a breakpoint by selecting <emph>Active</emph> from its context menu. When a breakpoint is deactivated, it does not interrupt the program execution."
+msgstr "Možete <emph>activate</emph> i <emph>deactivate</emph> tačku prekida tako što ćete izabrati <emph>Active</emph> iz menija. Kada je tačka prekida deaktivirana, izvršavanje programa se ne prekida."
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3159413\n"
+"27\n"
+"help.text"
+msgid "Select <emph>Properties</emph> from the context menu of a breakpoint or select <emph>Breakpoints</emph> from the context menu of the breakpoint column to call the <emph>Breakpoints</emph> dialog where you can specify other breakpoint options."
+msgstr "Izaberite <emph>Osobine</emph> iz kontekstualnog menija za tačku prekida ili izaberite <emph>Breakpoints</emph> iz kontekstualnog menija kolone za tačku prekida da bi pozvali <emph>Breakpoints</emph> dijaloški prozor u kojem možete odrediti druge opcije za tačku prekida."
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3156280\n"
+"11\n"
+"help.text"
+msgid "The list displays all <emph>breakpoints</emph> with the corresponding line number in the source code. You can activate or deactivate a selected breakpoint by checking or clearing the <emph>Active</emph> box."
+msgstr "Lista prikazuje sve <emph>breakpoints</emph> sa odgovarajućim brojem reda u izvornom kodu. Možete aktivirati ili deaktivirati izabranu tačku prekida označavanjem ili pražnjenjem <emph>Active</emph> prozora."
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3158407\n"
+"12\n"
+"help.text"
+msgid "The <emph>Pass Count</emph> specifies the number of times the breakpoint can be passed over before the program is interrupted. If you enter 0 (default setting) the program is always interrupted as soon as a breakpoint is encountered."
+msgstr "<emph>Pass Count</emph> određuje koliko puta tačka prekida može biti prenesena prije nego se program završi. Ukoliko uneste 0 (dodijeljena postavka) program je uvijek prekinut čim dođe do tačke prekida."
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3153968\n"
+"13\n"
+"help.text"
+msgid "Click <emph>Delete</emph> to remove the breakpoint from the program."
+msgstr "Kliknite <emph>Obriši</emph> da bi izbrisali tačku prekida iz programa."
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"hd_id3150439\n"
+"14\n"
+"help.text"
+msgid "Observing the Value of Variables"
+msgstr "Posmatranje Vrijednosti Varijabli"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3153368\n"
+"15\n"
+"help.text"
+msgid "You can monitor the values of a variable by adding it to the <emph>Watch</emph> window. To add a variable to the list of watched variables, type the variable name in the <emph>Watch</emph> text box and press Enter."
+msgstr "Možete nadgledati vrijednosti varijable dodajući je u <emph>Watch</emph> prozor. Da bi dodali varijablu u listu varijabli za nadgledanje, ukucajte ime varijable u <emph>Watch</emph> tekstualni prozor i kliknite Enter."
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3146986\n"
+"16\n"
+"help.text"
+msgid "The values of variables are only displayed if they are in scope. Variables that are not defined at the current source code location display (\"Out of Scope\") instead of a value."
+msgstr "Vrijednosti varijabli su prikazane samo ako su u domeni. Varijable koje nisu definisane u trenutnom izvornom kodu prikazuju (\"Out of Scope\" - \"Izvan Domene\") umjesto vrijednosti."
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3145272\n"
+"17\n"
+"help.text"
+msgid "You can also include arrays in the Watch window. If you enter the name of an array variable without an index value in the Watch text box, the content of the entire array is displayed."
+msgstr "Također možete uključiti i matrice u Watch prozor (za nadgledanje). Ukoliko unesete ime varijable matrice bezvrijednosti indeksa u Watch textualnom prozoru, sadržaj cijele matrice je prikazan."
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3145749\n"
+"19\n"
+"help.text"
+msgid "If you rest the mouse over a predefined variable in the Editor at run-time, the content of the variable is displayed in a pop-up box."
+msgstr "Ukoliko zadržitemiš preko predodređene varijable u Editoru za vrijeme rada, sadržaj varijable se prikaže u prozoru pop-up (koji iskače)."
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"hd_id3148618\n"
+"20\n"
+"help.text"
+msgid "The Call Stack Window"
+msgstr "Call Stack Prozor"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3154491\n"
+"21\n"
+"help.text"
+msgid "<ahelp hid=\"HID_BASICIDE_STACKWINDOW_LIST\">Provides an overview of the call hierarchy of procedures and functions.</ahelp> You can determine which procedures and functions called which other procedures and functions at the current point in the source code."
+msgstr "<ahelp hid=\"HID_BASICIDE_STACKWINDOW_LIST\"> Omogućava pregled hijerahije za poziv procedura i funkcija.</ahelp> Možete odrediti koje procedure i funkcije su pozvale koje druge procedure i funkcije na trenutnom mjestu u izvornom kodu."
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"hd_id3150594\n"
+"24\n"
+"help.text"
+msgid "List of Run-Time Errors"
+msgstr "Lista greški za vrijeme rada"
+
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"tit\n"
+"help.text"
+msgid "Keyboard Shortcuts in the Basic IDE"
+msgstr "Kratice tastature na Osnovnom IDE"
+
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"bm_id3154760\n"
+"help.text"
+msgid "<bookmark_value>keyboard;in IDE</bookmark_value><bookmark_value>shortcut keys;Basic IDE</bookmark_value><bookmark_value>IDE;keyboard shortcuts</bookmark_value>"
+msgstr "<bookmark_value>tastatura;u IDE</bookmark_value><bookmark_value>kratice;Basic IDE</bookmark_value><bookmark_value>IDE;kratice na tastaturi</bookmark_value>"
+
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"hd_id3154760\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/keys.xhp\" name=\"Keyboard Shortcuts in the Basic IDE\">Keyboard Shortcuts in the Basic IDE</link>"
+msgstr "<link href=\"text/sbasic/shared/keys.xhp\" name=\"Kratice u Osnovnom IDE\">Kratice u Osnovnom IDE</link>"
+
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3149655\n"
+"2\n"
+"help.text"
+msgid "In the Basic IDE you can use the following keyboard shortcuts:"
+msgstr "U Osnovnom IDE mozete koristiti sljedece kratice:"
+
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3154908\n"
+"3\n"
+"help.text"
+msgid "Action"
+msgstr "Akcija"
+
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3153192\n"
+"4\n"
+"help.text"
+msgid "Keyboard shortcut"
+msgstr "Kratica"
+
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3159254\n"
+"5\n"
+"help.text"
+msgid "Run code starting from the first line, or from the current breakpoint, if the program stopped there before"
+msgstr "Pokreni kod startajuci na prvoj liniji, ili na sadasnjoj tacki preloma, ako je program zaustavljen ranije"
+
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3163712\n"
+"6\n"
+"help.text"
+msgid "F5"
+msgstr ""
+
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3150010\n"
+"7\n"
+"help.text"
+msgid "Stop"
+msgstr "Zaustavi"
+
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3154319\n"
+"8\n"
+"help.text"
+msgid "Shift+F5"
+msgstr ""
+
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3151073\n"
+"11\n"
+"help.text"
+msgid "Add <link href=\"text/sbasic/shared/01050100.xhp\" name=\"watch\">watch</link> for the variable at the cursor"
+msgstr "Dodaj <link href=\"text/sbasic/shared/01050100.xhp\" name=\"watch\">watch</link> za variablu kod kursora"
+
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3154731\n"
+"12\n"
+"help.text"
+msgid "F7"
+msgstr ""
+
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3148455\n"
+"13\n"
+"help.text"
+msgid "Single step through each statement, starting at the first line or at that statement where the program execution stopped before."
+msgstr "Po jedan korak kroz svaku liniju, pocinjuci kod prve linije ili tamo gdje je program stao posljednji put."
+
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3150716\n"
+"14\n"
+"help.text"
+msgid "F8"
+msgstr ""
+
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3156275\n"
+"15\n"
+"help.text"
+msgid "Single step as with F8, but a function call is considered to be only <emph>one</emph> statement"
+msgstr "Po jedan korak kao sa F8,ali pozif funkcije se uzima samo kao <emph>one</emph> linija"
+
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3153764\n"
+"16\n"
+"help.text"
+msgid "Shift+F8"
+msgstr ""
+
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3150323\n"
+"17\n"
+"help.text"
+msgid "Set or remove a <link href=\"text/sbasic/shared/01030300.xhp\" name=\"breakpoint\">breakpoint</link> at the current line or all breakpoints in the current selection"
+msgstr "Postavi ili ukloni<link href=\"text/sbasic/shared/01030300.xhp\" name=\"breakpoint\">breakpoint</link> na sadanjsoj liniji ili na svim prelomima na trenutnoj selekciji"
+
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3147339\n"
+"18\n"
+"help.text"
+msgid "F9"
+msgstr ""
+
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3153963\n"
+"19\n"
+"help.text"
+msgid "Enable/disable the breakpoint at the current line or all breakpoints in the current selection"
+msgstr "Omoguci/onemoguci prelom na trenutnoj liniji ili na svim prelomima na trenutnoj selekciji"
+
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3155175\n"
+"20\n"
+"help.text"
+msgid "Shift+F9"
+msgstr ""
+
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3154702\n"
+"21\n"
+"help.text"
+msgid "A running macro can be aborted with Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Q, also from outside of the Basic IDE. If you are inside the Basic IDE and the macro halts at a breakpoint, Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Q stops execution of the macro, but you can recognize this only after the next F5, F8, or Shift+F8."
+msgstr "Pokrenuti makro se moze zaustaviti sa Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Q, takodjer izvana Osnovnog IDE. Ako si unutar Osnovnog IDE i makro se zaustavi na prelomu, Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Q zaustavlja egzekuciju makroa,ali ovo se moze prepoznati tek nakonF5, F8, ili Shift+F8."
+
+#: 03102200.xhp
+#, fuzzy
+msgctxt ""
+"03102200.xhp\n"
+"tit\n"
+"help.text"
+msgid "IsArray Function [Runtime]"
+msgstr "Niz Funkcija [Vrijeme izvršavanja]"
+
+#: 03102200.xhp
+#, fuzzy
+msgctxt ""
+"03102200.xhp\n"
+"bm_id3154346\n"
+"help.text"
+msgid "<bookmark_value>IsArray function</bookmark_value>"
+msgstr "<bookmark_value>Niz Funkcija</bookmark_value>"
+
+#: 03102200.xhp
+#, fuzzy
+msgctxt ""
+"03102200.xhp\n"
+"hd_id3154346\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03102200.xhp\" name=\"IsArray Function [Runtime]\">IsArray Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03104200.xhp\" name=\"Niz Funkcija [Vrijeme izvršavanja]\">Niz Funkcija [Vrijeme izvršavanja]</link>"
+
+#: 03102200.xhp
+msgctxt ""
+"03102200.xhp\n"
+"par_id3159413\n"
+"2\n"
+"help.text"
+msgid "Determines if a variable is a data field in an array."
+msgstr ""
+
+#: 03102200.xhp
+msgctxt ""
+"03102200.xhp\n"
+"hd_id3150792\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03102200.xhp
+msgctxt ""
+"03102200.xhp\n"
+"par_id3153379\n"
+"4\n"
+"help.text"
+msgid "IsArray (Var)"
+msgstr ""
+
+#: 03102200.xhp
+msgctxt ""
+"03102200.xhp\n"
+"hd_id3154365\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03102200.xhp
+msgctxt ""
+"03102200.xhp\n"
+"par_id3154685\n"
+"6\n"
+"help.text"
+msgid "Bool"
+msgstr ""
+
+#: 03102200.xhp
+msgctxt ""
+"03102200.xhp\n"
+"hd_id3153969\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03102200.xhp
+msgctxt ""
+"03102200.xhp\n"
+"par_id3145172\n"
+"8\n"
+"help.text"
+msgid "<emph>Var:</emph> Any variable that you want to test if it is declared as an array. If the variable is an array, then the function returns <emph>True</emph>, otherwise <emph>False </emph>is returned."
+msgstr ""
+
+#: 03102200.xhp
+msgctxt ""
+"03102200.xhp\n"
+"hd_id3155131\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03080300.xhp
+msgctxt ""
+"03080300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Generating Random Numbers"
+msgstr "Stvaranje Slucajnih Brojeva"
+
+#: 03080300.xhp
+msgctxt ""
+"03080300.xhp\n"
+"hd_id3143270\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080300.xhp\" name=\"Generating Random Numbers\">Generating Random Numbers</link>"
+msgstr "<link href=\"text/sbasic/shared/03080300.xhp\" name=\"Stvaranje Slucajnih Brojeva\">Stvaranje Slucajnih Brojeva</link>"
+
+#: 03080300.xhp
+msgctxt ""
+"03080300.xhp\n"
+"par_id3154347\n"
+"2\n"
+"help.text"
+msgid "The following statements and functions generate random numbers."
+msgstr "Slijedece naredbe i funkcije stvaraju slucajne brojeve."
+
+#: 03100900.xhp
+msgctxt ""
+"03100900.xhp\n"
+"tit\n"
+"help.text"
+msgid "CSng Function[Runtime]"
+msgstr "CSng Function[Run-time]"
+
+#: 03100900.xhp
+#, fuzzy
+msgctxt ""
+"03100900.xhp\n"
+"bm_id3153753\n"
+"help.text"
+msgid "<bookmark_value>CSng function</bookmark_value>"
+msgstr "<bookmark_value>Str Funkcija</bookmark_value>"
+
+#: 03100900.xhp
+msgctxt ""
+"03100900.xhp\n"
+"hd_id3153753\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03100900.xhp\" name=\"CSng Function[Runtime]\">CSng Function[Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03100900.xhp\" name=\"CSng Function[Run-time]\">CSng Function[Run-time]</link>"
+
+#: 03100900.xhp
+msgctxt ""
+"03100900.xhp\n"
+"par_id3149748\n"
+"2\n"
+"help.text"
+msgid "Converts any string or numeric expression to data type Single."
+msgstr "Konvertuje Bilo koji znak brojnu vrijednost I jedinicnu datovnu vrijednost."
+
+#: 03100900.xhp
+msgctxt ""
+"03100900.xhp\n"
+"hd_id3153255\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03100900.xhp
+msgctxt ""
+"03100900.xhp\n"
+"par_id3148983\n"
+"4\n"
+"help.text"
+msgid "CSng (Expression)"
+msgstr "CSng (Izraz)"
+
+#: 03100900.xhp
+msgctxt ""
+"03100900.xhp\n"
+"hd_id3152347\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03100900.xhp
+msgctxt ""
+"03100900.xhp\n"
+"par_id3153750\n"
+"6\n"
+"help.text"
+msgid "Single"
+msgstr ""
+
+#: 03100900.xhp
+msgctxt ""
+"03100900.xhp\n"
+"hd_id3146957\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03100900.xhp
+msgctxt ""
+"03100900.xhp\n"
+"par_id3153345\n"
+"8\n"
+"help.text"
+msgid "<emph>Expression:</emph> Any string or numeric expression that you want to convert. To convert a string expression, the number must be entered as normal text (\"123.5\") using the default number format of your operating system."
+msgstr ""
+
+#: 03100900.xhp
+msgctxt ""
+"03100900.xhp\n"
+"hd_id3149514\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03080502.xhp
+msgctxt ""
+"03080502.xhp\n"
+"tit\n"
+"help.text"
+msgid "Int Function [Runtime]"
+msgstr "Int Funkcija [Run-time]"
+
+#: 03080502.xhp
+msgctxt ""
+"03080502.xhp\n"
+"bm_id3153345\n"
+"help.text"
+msgid "<bookmark_value>Int function</bookmark_value>"
+msgstr "<bookmark_value>Int Funkcija</bookmark_value>"
+
+#: 03080502.xhp
+msgctxt ""
+"03080502.xhp\n"
+"hd_id3153345\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080502.xhp\" name=\"Int Function [Runtime]\">Int Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03080502.xhp\" name=\"Int Funkcija [Run-time]\">Int Funkcija [Run-time]</link>"
+
+#: 03080502.xhp
+msgctxt ""
+"03080502.xhp\n"
+"par_id3155420\n"
+"2\n"
+"help.text"
+msgid "Returns the integer portion of a number."
+msgstr "Vraca dio broja koji je cijeli broj."
+
+#: 03080502.xhp
+msgctxt ""
+"03080502.xhp\n"
+"hd_id3147559\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03080502.xhp
+msgctxt ""
+"03080502.xhp\n"
+"par_id3146795\n"
+"4\n"
+"help.text"
+msgid "Int (Number)"
+msgstr "Int (Broj)"
+
+#: 03080502.xhp
+msgctxt ""
+"03080502.xhp\n"
+"hd_id3149670\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03080502.xhp
+msgctxt ""
+"03080502.xhp\n"
+"par_id3150400\n"
+"6\n"
+"help.text"
+msgid "Double"
+msgstr ""
+
+#: 03080502.xhp
+msgctxt ""
+"03080502.xhp\n"
+"hd_id3149656\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03080502.xhp
+msgctxt ""
+"03080502.xhp\n"
+"par_id3148797\n"
+"8\n"
+"help.text"
+msgid "<emph>Number:</emph> Any valid numeric expression."
+msgstr "<emph>Broj</emph>: Bilo koji validni brojcani izraz."
+
+#: 03080502.xhp
+msgctxt ""
+"03080502.xhp\n"
+"hd_id3148672\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03080502.xhp
+#, fuzzy
+msgctxt ""
+"03080502.xhp\n"
+"par_id3125864\n"
+"11\n"
+"help.text"
+msgid "Print Int(3.99) ' returns the value 3"
+msgstr "Ispis Int(3.99) REM vraca vrijednost 3.0"
+
+#: 03080502.xhp
+#, fuzzy
+msgctxt ""
+"03080502.xhp\n"
+"par_id3145787\n"
+"12\n"
+"help.text"
+msgid "Print Int(0) ' returns the value 0"
+msgstr "Ispis Int(0) REM vraca vrijednost 0.0"
+
+#: 03080502.xhp
+#, fuzzy
+msgctxt ""
+"03080502.xhp\n"
+"par_id3153143\n"
+"13\n"
+"help.text"
+msgid "Print Int(-3.14159) ' returns the value -4"
+msgstr "Ispis Int(-3.1415926) REM Vraca vrijednost -4.0"
+
+#: 03120309.xhp
+#, fuzzy
+msgctxt ""
+"03120309.xhp\n"
+"tit\n"
+"help.text"
+msgid "RTrim Function [Runtime]"
+msgstr "Trim funkcija [U izvršenju]"
+
+#: 03120309.xhp
+#, fuzzy
+msgctxt ""
+"03120309.xhp\n"
+"bm_id3154286\n"
+"help.text"
+msgid "<bookmark_value>RTrim function</bookmark_value>"
+msgstr "<bookmark_value>Trim funkcija</bookmark_value>"
+
+#: 03120309.xhp
+#, fuzzy
+msgctxt ""
+"03120309.xhp\n"
+"hd_id3154286\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120309.xhp\" name=\"RTrim Function [Runtime]\">RTrim Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120311.xhp\" name=\"Trim Function [Run-time]\">Trim funkcija [U izvršenju]</link>"
+
+#: 03120309.xhp
+msgctxt ""
+"03120309.xhp\n"
+"par_id3153127\n"
+"2\n"
+"help.text"
+msgid "Deletes the spaces at the end of a string expression."
+msgstr ""
+
+#: 03120309.xhp
+#, fuzzy
+msgctxt ""
+"03120309.xhp\n"
+"par_id3153062\n"
+"3\n"
+"help.text"
+msgid "See also: <link href=\"text/sbasic/shared/03120305.xhp\" name=\"LTrim Function\">LTrim Function</link>"
+msgstr "Pogledaj: <link href=\"text/sbasic/shared/03120302.xhp\" name=\"LCase Function\">LCase funkcija</link>"
+
+#: 03120309.xhp
+msgctxt ""
+"03120309.xhp\n"
+"hd_id3154924\n"
+"4\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03120309.xhp
+#, fuzzy
+msgctxt ""
+"03120309.xhp\n"
+"par_id3154347\n"
+"5\n"
+"help.text"
+msgid "RTrim (Text As String)"
+msgstr "Trim(Tekst kao String)"
+
+#: 03120309.xhp
+msgctxt ""
+"03120309.xhp\n"
+"hd_id3149457\n"
+"6\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03120309.xhp
+#, fuzzy
+msgctxt ""
+"03120309.xhp\n"
+"par_id3153381\n"
+"7\n"
+"help.text"
+msgid "String"
+msgstr "Stringovi"
+
+#: 03120309.xhp
+msgctxt ""
+"03120309.xhp\n"
+"hd_id3148798\n"
+"8\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03120309.xhp
+#, fuzzy
+msgctxt ""
+"03120309.xhp\n"
+"par_id3151380\n"
+"9\n"
+"help.text"
+msgid "<emph>Text: </emph>Any string expression."
+msgstr "<emph>Text</emph>: Bilo koji string izraz."
+
+#: 03120309.xhp
+msgctxt ""
+"03120309.xhp\n"
+"hd_id3151041\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03080500.xhp
+msgctxt ""
+"03080500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Integers"
+msgstr "Cijeli brojevi"
+
+#: 03080500.xhp
+msgctxt ""
+"03080500.xhp\n"
+"hd_id3153345\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080500.xhp\" name=\"Integers\">Integers</link>"
+msgstr "<link href=\"text/sbasic/shared/03080500.xhp\" name=\"Cijeli brojevi\">Cijeli brojevi</link>"
+
+#: 03080500.xhp
+msgctxt ""
+"03080500.xhp\n"
+"par_id3156152\n"
+"2\n"
+"help.text"
+msgid "The following functions round values to integers."
+msgstr "Slijedece funkcije zaokruzuju brojeve kao cijele brojeve."
+
+#: 03120102.xhp
+msgctxt ""
+"03120102.xhp\n"
+"tit\n"
+"help.text"
+msgid "Chr Function [Runtime]"
+msgstr "Chr Funkcija [Vrijeme izvršavanja]"
+
+#: 03120102.xhp
+msgctxt ""
+"03120102.xhp\n"
+"bm_id3149205\n"
+"help.text"
+msgid "<bookmark_value>Chr function</bookmark_value>"
+msgstr "<bookmark_value>Chr Funkcija</bookmark_value>"
+
+#: 03120102.xhp
+msgctxt ""
+"03120102.xhp\n"
+"hd_id3149205\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120102.xhp\" name=\"Chr Function [Runtime]\">Chr Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120102.xhp\" name=\"Chr Funkcija [Vrijeme izvršavanja]\">Chr Funkcija [Vrijeme izvršavanja]</link>"
+
+#: 03120102.xhp
+msgctxt ""
+"03120102.xhp\n"
+"par_id3153311\n"
+"2\n"
+"help.text"
+msgid "Returns the character that corresponds to the specified character code."
+msgstr "Varca karakter koji odgovara odredenom kodu karaktera."
+
+#: 03120102.xhp
+msgctxt ""
+"03120102.xhp\n"
+"hd_id3149514\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03120102.xhp
+msgctxt ""
+"03120102.xhp\n"
+"par_id3150669\n"
+"4\n"
+"help.text"
+msgid "Chr(Expression As Integer)"
+msgstr "Chr(Izraz kao Cijeli Broj)"
+
+#: 03120102.xhp
+msgctxt ""
+"03120102.xhp\n"
+"hd_id3143228\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03120102.xhp
+#, fuzzy
+msgctxt ""
+"03120102.xhp\n"
+"par_id3153824\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "Stringovi"
+
+#: 03120102.xhp
+msgctxt ""
+"03120102.xhp\n"
+"hd_id3148944\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03120102.xhp
+msgctxt ""
+"03120102.xhp\n"
+"par_id3149295\n"
+"8\n"
+"help.text"
+msgid "<emph>Expression:</emph> Numeric variables that represent a valid 8 bit ASCII value (0-255) or a 16 bit Unicode value."
+msgstr "<emph>Expression</emph>: Brojne vrijednosti koje predstavljaju validnu 8 bit-nu ASCII vrijednost (0-255) ili 16 bit-nu Unicode vrijednost."
+
+#: 03120102.xhp
+msgctxt ""
+"03120102.xhp\n"
+"par_id3159414\n"
+"9\n"
+"help.text"
+msgid "Use the <emph>Chr$</emph> function to send special control sequences to a printer or to another output source. You can also use it to insert quotation marks in a string expression."
+msgstr "Koristi <emph>Chr$</emph> funkciju da pošalje specijalne kontrolne sekvence printeru ili nekom drugom izlaznom izvoru. Takode se može koristiti i za unošenje navodnika u string izrazima."
+
+#: 03120102.xhp
+msgctxt ""
+"03120102.xhp\n"
+"hd_id3154366\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03120102.xhp
+#, fuzzy
+msgctxt ""
+"03120102.xhp\n"
+"par_id3154909\n"
+"12\n"
+"help.text"
+msgid "' This example inserts quotation marks (ASCII value 34) in a string."
+msgstr "REM Ovaj primjer unosi navodnike (ASCII value 34) u stringu."
+
+#: 03120102.xhp
+msgctxt ""
+"03120102.xhp\n"
+"par_id3151380\n"
+"13\n"
+"help.text"
+msgid "MsgBox \"A \"+ Chr$(34)+\"short\" + Chr$(34)+\" trip.\""
+msgstr "MsgBox \"A \"+ Chr$(34)+\"kratko\" + Chr$(34)+\" putovanje.\""
+
+#: 03120102.xhp
+#, fuzzy
+msgctxt ""
+"03120102.xhp\n"
+"par_id3145174\n"
+"14\n"
+"help.text"
+msgid "' The printout appears in the dialog as: A \"short\" trip."
+msgstr "REM Ispis se prikazuje u dijalogu kao: \"Kratko\" putovanje."
+
+#: 03120102.xhp
+#, fuzzy
+msgctxt ""
+"03120102.xhp\n"
+"par_idN10668\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120101.xhp\">ASC</link>"
+msgstr "<link href=\"text/sbasic/shared/01050100.xhp\">Pogledaj prozor</link>"
+
+#: 03131700.xhp
+msgctxt ""
+"03131700.xhp\n"
+"tit\n"
+"help.text"
+msgid "GetProcessServiceManager Function [Runtime]"
+msgstr "GetProcessServiceManager Function [Run-time]"
+
+#: 03131700.xhp
+msgctxt ""
+"03131700.xhp\n"
+"bm_id3153255\n"
+"help.text"
+msgid "<bookmark_value>GetProcessServiceManager function</bookmark_value><bookmark_value>ProcessServiceManager</bookmark_value>"
+msgstr ""
+
+#: 03131700.xhp
+msgctxt ""
+"03131700.xhp\n"
+"hd_id3153255\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03131700.xhp\" name=\"GetProcessServiceManager Function [Runtime]\">GetProcessServiceManager Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03131700.xhp\" name=\"GetProcessServiceManager Function [Run-time]\">GetProcessServiceManager Function [Run-time]</link>"
+
+#: 03131700.xhp
+msgctxt ""
+"03131700.xhp\n"
+"par_id3156414\n"
+"2\n"
+"help.text"
+msgid "Returns the ProcessServiceManager (central Uno ServiceManager)."
+msgstr "Vraca the ProcessServiceManager (central Uno ServiceManager)."
+
+#: 03131700.xhp
+msgctxt ""
+"03131700.xhp\n"
+"par_id3145136\n"
+"3\n"
+"help.text"
+msgid "This function is required when you want to instantiate a service using CreateInstanceWithArguments."
+msgstr "Ova funkcija je potrebna kada hocete da stvarate primjere koristeciT CreateInstanceWithArguments."
+
+#: 03131700.xhp
+msgctxt ""
+"03131700.xhp\n"
+"hd_id3153681\n"
+"4\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03131700.xhp
+msgctxt ""
+"03131700.xhp\n"
+"par_id3151110\n"
+"5\n"
+"help.text"
+msgid "oServiceManager = GetProcessServiceManager()"
+msgstr ""
+
+#: 03131700.xhp
+msgctxt ""
+"03131700.xhp\n"
+"hd_id3149516\n"
+"6\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03131700.xhp
+msgctxt ""
+"03131700.xhp\n"
+"par_id3143270\n"
+"7\n"
+"help.text"
+msgid "oServiceManager = GetProcessServiceManager()"
+msgstr ""
+
+#: 03131700.xhp
+msgctxt ""
+"03131700.xhp\n"
+"par_id3153825\n"
+"8\n"
+"help.text"
+msgid "oIntrospection = oServiceManager.createInstance(\"com.sun.star.beans.Introspection\");"
+msgstr ""
+
+#: 03131700.xhp
+msgctxt ""
+"03131700.xhp\n"
+"par_id3148473\n"
+"9\n"
+"help.text"
+msgid "this is the same as the following statement:"
+msgstr "Ovo je isto kao i sljedeci stejtment:"
+
+#: 03131700.xhp
+msgctxt ""
+"03131700.xhp\n"
+"par_id3145609\n"
+"10\n"
+"help.text"
+msgid "oIntrospection = CreateUnoService(\"com.sun.star.beans.Introspection\")"
+msgstr ""
+
+#: 03120101.xhp
+msgctxt ""
+"03120101.xhp\n"
+"tit\n"
+"help.text"
+msgid "Asc Function [Runtime]"
+msgstr "Asc Funkcija [Vrijeme izvržavanja]"
+
+#: 03120101.xhp
+msgctxt ""
+"03120101.xhp\n"
+"bm_id3150499\n"
+"help.text"
+msgid "<bookmark_value>Asc function</bookmark_value>"
+msgstr "<bookmark_value>Asc Funkcija</bookmark_value>"
+
+#: 03120101.xhp
+msgctxt ""
+"03120101.xhp\n"
+"hd_id3150499\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120101.xhp\" name=\"Asc Function [Runtime]\">Asc Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120101.xhp\" name=\"Asc Funkcija [Vrijeme izvršavanja]\">Asc Funkcija [Vrijeme izvršavanja]</link>"
+
+#: 03120101.xhp
+msgctxt ""
+"03120101.xhp\n"
+"par_id3151384\n"
+"2\n"
+"help.text"
+msgid "Returns the ASCII (American Standard Code for Information Interchange) value of the first character in a string expression."
+msgstr "Vraca ASCII (Americki Standardni Kod za Razmjenu Informacija) vrca vrijednost prvog karaktera u string izrazu."
+
+#: 03120101.xhp
+msgctxt ""
+"03120101.xhp\n"
+"hd_id3155555\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03120101.xhp
+msgctxt ""
+"03120101.xhp\n"
+"par_id3143267\n"
+"4\n"
+"help.text"
+msgid "Asc (Text As String)"
+msgstr "Asc (Tekst Kao String)"
+
+#: 03120101.xhp
+msgctxt ""
+"03120101.xhp\n"
+"hd_id3147242\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03120101.xhp
+msgctxt ""
+"03120101.xhp\n"
+"par_id3150669\n"
+"6\n"
+"help.text"
+msgid "Integer"
+msgstr "Cjelobrojno"
+
+#: 03120101.xhp
+msgctxt ""
+"03120101.xhp\n"
+"hd_id3148473\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03120101.xhp
+msgctxt ""
+"03120101.xhp\n"
+"par_id3149415\n"
+"8\n"
+"help.text"
+msgid "<emph>Text:</emph> Any valid string expression. Only the first character in the string is relevant."
+msgstr "<emph>Text</emph>: Bilo koji validni string izraz. Samo je prvi karakter u stringu relevantan."
+
+#: 03120101.xhp
+msgctxt ""
+"03120101.xhp\n"
+"par_id3145609\n"
+"9\n"
+"help.text"
+msgid "Use the Asc function to replace keys with values. If the Asc function encounters a blank string, $[officename] Basic reports a run-time error. In addition to 7 bit ASCII characters (Codes 0-127), the ASCII function can also detect non-printable key codes in ASCII code. This function can also handle 16 bit unicode characters."
+msgstr "Koristi Asc Funkciju da zamjeni tipke s vrijednostima. Ako Asc funkcija naide na prazan string, $[officename] Basic izvijesti grešku za Vrijeme izvršavanja. Kao dodatak 7 bit ASCII karaktera (Kodovi 0-127), ASCII Funkcija može uociti ne-printajuce kodove tipki u ASCII kodu. Ova funkcija obradivati i 16 bit unicode karaktere."
+
+#: 03120101.xhp
+msgctxt ""
+"03120101.xhp\n"
+"hd_id3159413\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03120101.xhp
+#, fuzzy
+msgctxt ""
+"03120101.xhp\n"
+"par_id3150792\n"
+"12\n"
+"help.text"
+msgid "Print ASC(\"A\") ' returns 65"
+msgstr "Printa ASC(\"A\") REM vraca 65"
+
+#: 03120101.xhp
+#, fuzzy
+msgctxt ""
+"03120101.xhp\n"
+"par_id3148797\n"
+"13\n"
+"help.text"
+msgid "Print ASC(\"Z\") ' returns 90"
+msgstr "Printa ASC(\"Z\") REM vraca 90"
+
+#: 03120101.xhp
+#, fuzzy
+msgctxt ""
+"03120101.xhp\n"
+"par_id3163800\n"
+"14\n"
+"help.text"
+msgid "Print ASC(\"Las Vegas\") ' returns 76, since only the first character is taken into account"
+msgstr "Print ASC(\"Blackpool\") REM vraca 66, pošto se samo prvi karakter uzima u obzir"
+
+#: 03120101.xhp
+#, fuzzy
+msgctxt ""
+"03120101.xhp\n"
+"par_idN1067B\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120102.xhp\">CHR</link>"
+msgstr "<link href=\"text/sbasic/shared/01050100.xhp\">Pogledaj prozor</link>"
+
+#: 03100400.xhp
+msgctxt ""
+"03100400.xhp\n"
+"tit\n"
+"help.text"
+msgid "CDbl Function [Runtime]"
+msgstr "CDbl Function [Run-time]"
+
+#: 03100400.xhp
+#, fuzzy
+msgctxt ""
+"03100400.xhp\n"
+"bm_id3153750\n"
+"help.text"
+msgid "<bookmark_value>CDbl function</bookmark_value>"
+msgstr "<bookmark_value>CDecimalna Funkcija</bookmark_value>"
+
+#: 03100400.xhp
+msgctxt ""
+"03100400.xhp\n"
+"hd_id3153750\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03100400.xhp\" name=\"CDbl Function [Runtime]\">CDbl Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03100400.xhp\" name=\"CDbl Function [Run-time]\">CDbl Function [Run-time]</link>"
+
+#: 03100400.xhp
+msgctxt ""
+"03100400.xhp\n"
+"par_id3149233\n"
+"2\n"
+"help.text"
+msgid "Converts any numerical expression or string expression to a double type."
+msgstr "Konvertuje se brojna ili or znakovna vrijednost u tip duplo."
+
+#: 03100400.xhp
+msgctxt ""
+"03100400.xhp\n"
+"hd_id3149516\n"
+"3\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa:"
+
+#: 03100400.xhp
+msgctxt ""
+"03100400.xhp\n"
+"par_id3156152\n"
+"4\n"
+"help.text"
+msgid "CDbl (Expression)"
+msgstr "CDbl (Izraz)"
+
+#: 03100400.xhp
+msgctxt ""
+"03100400.xhp\n"
+"hd_id3153061\n"
+"5\n"
+"help.text"
+msgid "Return value"
+msgstr "Vrati vrijednost"
+
+#: 03100400.xhp
+msgctxt ""
+"03100400.xhp\n"
+"par_id3145068\n"
+"6\n"
+"help.text"
+msgid "Double"
+msgstr ""
+
+#: 03100400.xhp
+msgctxt ""
+"03100400.xhp\n"
+"hd_id3154760\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03100400.xhp
+msgctxt ""
+"03100400.xhp\n"
+"par_id3153897\n"
+"8\n"
+"help.text"
+msgid "<emph>Expression:</emph> Any string or numeric expression that you want to convert. To convert a string expression, the number must be entered as normal text (\"123.5\") using the default number format of your operating system."
+msgstr ""
+
+#: 03100400.xhp
+msgctxt ""
+"03100400.xhp\n"
+"hd_id3148797\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"tit\n"
+"help.text"
+msgid "Cos Function [Runtime]"
+msgstr "Cos Funkcija [Vrijeme Izvodjenja]"
+
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"bm_id3154923\n"
+"help.text"
+msgid "<bookmark_value>Cos function</bookmark_value>"
+msgstr "<bookmark_value>Cos funkcija</bookmark_value>"
+
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"hd_id3154923\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080102.xhp\" name=\"Cos Function [Runtime]\">Cos Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03080102.xhp\" name=\"Cos Funkcija [Vrijeme Izvodjenja]\">Cos Funkcija [Vrijeme Izvodjenja]</link>"
+
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"par_id3159413\n"
+"2\n"
+"help.text"
+msgid "Calculates the cosine of an angle. The angle is specified in radians. The result lies between -1 and 1."
+msgstr "Racuna kosinus jednoga ugla. Ugao je izrazen u radijanima. Rezultat je u opsegu od -1 do +1."
+
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"par_id3150358\n"
+"3\n"
+"help.text"
+msgid "Using the angle Alpha, the Cos-Function calculates the ratio of the length of the side that is adjacent to the angle, divided by the length of the hypotenuse in a right-angled triangle."
+msgstr "Koristeci ugao Alfa, Cos funkcija racuna omjer duzine strane koja je susjedna uglu, podijeljeno sa duzinom hipotenuze u pravouglom trouglu."
+
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"par_id3154141\n"
+"4\n"
+"help.text"
+msgid "Cos(Alpha) = Adjacent/Hypotenuse"
+msgstr "Cos(Alfa) = Susjedna/Hipotenuza"
+
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"hd_id3154125\n"
+"5\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"par_id3145172\n"
+"6\n"
+"help.text"
+msgid "Cos (Number)"
+msgstr "Cos (Broj)"
+
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"hd_id3156214\n"
+"7\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"par_id3150449\n"
+"8\n"
+"help.text"
+msgid "Double"
+msgstr ""
+
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"hd_id3153969\n"
+"9\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"par_id3153770\n"
+"10\n"
+"help.text"
+msgid "<emph>Number:</emph> Numeric expression that specifies an angle in radians that you want to calculate the cosine for."
+msgstr "<emph>Number</emph>: Brojcani izraz koji predstavlja ugao u radijanima za koji zelite da izracunate kosinus."
+
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"par_id3145749\n"
+"11\n"
+"help.text"
+msgid "To convert degrees to radians, multiply degrees by pi/180. To convert radians to degrees, multiply radians by 180/pi."
+msgstr "Da bi pretvorili stepene u radijane, pomnozi stepen sa Pi/180. Da bi pretvorili radijane u stepene, pomnozi radijane sa 180/Pi."
+
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"par_id3149664\n"
+"12\n"
+"help.text"
+msgid "degree=(radian*180)/pi"
+msgstr "stepen=(radijan*180)/Pi"
+
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"par_id3146985\n"
+"13\n"
+"help.text"
+msgid "radian=(degree*pi)/180"
+msgstr "radijan=(stepen*Pi)/180"
+
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"par_id3152885\n"
+"14\n"
+"help.text"
+msgid "Pi is here the fixed circle constant with the rounded value 3.14159..."
+msgstr "Pi je konstantna vrijednost kruga koja je zaokruzena na 3.1415926..."
+
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"hd_id3153951\n"
+"15\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03080102.xhp
+#, fuzzy
+msgctxt ""
+"03080102.xhp\n"
+"par_id3155855\n"
+"16\n"
+"help.text"
+msgid "' The following example allows for a right-angled triangle the input of"
+msgstr "REM Slijedeci primjer dozvoljava pravouglom trouglu unos"
+
+#: 03080102.xhp
+#, fuzzy
+msgctxt ""
+"03080102.xhp\n"
+"par_id3149484\n"
+"17\n"
+"help.text"
+msgid "' secant and angle (in degrees) and calculates the length of the hypotenuse:"
+msgstr "REM sekante i ugla (u stepenima) i racuna duzinu hipotenuze:"
+
+#: 03080102.xhp
+#, fuzzy
+msgctxt ""
+"03080102.xhp\n"
+"par_id3150010\n"
+"19\n"
+"help.text"
+msgid "' rounded Pi = 3.14159"
+msgstr "REM zaokruzen Pi = 3.1415926..."
+
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"par_id3144764\n"
+"21\n"
+"help.text"
+msgid "d1 = InputBox$ (\"\"Enter the length of the adjacent side: \",\"Adjacent\")"
+msgstr "d1 = InputBox$ (\"\"Unesite duzinu susjedne strane: \",\"Susjedna\")"
+
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"par_id3154491\n"
+"22\n"
+"help.text"
+msgid "dAngle = InputBox$ (\"Enter the angle Alpha (in degrees): \",\"Alpha\")"
+msgstr "dUgao = InputBox$ (\"Unesite ugao Alfa (u stepenima): \",\"Alfa\")"
+
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"par_id3151074\n"
+"23\n"
+"help.text"
+msgid "Print \"The length of the hypothenuse is\"; (d1 / cos (dAngle * Pi / 180))"
+msgstr "Ispis \"Duzina hipotenuze je\"; (d1 / cos (dAngle * Pi / 180))"
+
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Manage Breakpoints"
+msgstr ""
+
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"hd_id3154927\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01050300.xhp\" name=\"Manage Breakpoints\">Manage Breakpoints</link>"
+msgstr ""
+
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"par_id3148550\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_BASICIDE_BRKPROPS\">Specifies the options for breakpoints.</ahelp>"
+msgstr ""
+
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"hd_id3149670\n"
+"3\n"
+"help.text"
+msgid "Breakpoints"
+msgstr "Tačke prekida"
+
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"par_id3150398\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"BASCTL_COMBOBOX_RID_BASICIDE_BREAKPOINTDLG_RID_CB_BRKPOINTS\">Enter the line number for a new breakpoint, then click <emph>New</emph>.</ahelp>"
+msgstr ""
+
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"hd_id3156280\n"
+"6\n"
+"help.text"
+msgid "Active"
+msgstr "Aktivno"
+
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"par_id3154910\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"HID_BASICIDE_ACTIV\">Activates or deactivates the current breakpoint.</ahelp>"
+msgstr "<ahelp hid=\"HID_BASICIDE_ACTIV\">Aktivira ili deaktivira trenutni brejkpoint.</ahelp>"
+
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"hd_id3144500\n"
+"8\n"
+"help.text"
+msgid "Pass Count"
+msgstr ""
+
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"par_id3161831\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"BASCTL_NUMERICFIELD_RID_BASICIDE_BREAKPOINTDLG_RID_FLD_PASS\">Specify the number of loops to perform before the breakpoint takes effect.</ahelp>"
+msgstr ""
+
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"hd_id3152579\n"
+"10\n"
+"help.text"
+msgid "New"
+msgstr "Novo"
+
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"par_id3148575\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_BASICIDE_BREAKPOINTDLG_RID_PB_NEW\">Creates a breakpoint on the line number specified.</ahelp>"
+msgstr ""
+
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"hd_id3147319\n"
+"12\n"
+"help.text"
+msgid "Delete"
+msgstr "Obriši"
+
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"par_id3153363\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_BASICIDE_BREAKPOINTDLG_RID_PB_DEL\">Deletes the selected breakpoint.</ahelp>"
+msgstr ""
+
+#: 03104200.xhp
+msgctxt ""
+"03104200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Array Function [Runtime]"
+msgstr "Niz Funkcija [Vrijeme izvršavanja]"
+
+#: 03104200.xhp
+msgctxt ""
+"03104200.xhp\n"
+"bm_id3150499\n"
+"help.text"
+msgid "<bookmark_value>Array function</bookmark_value>"
+msgstr "<bookmark_value>Niz Funkcija</bookmark_value>"
+
+#: 03104200.xhp
+msgctxt ""
+"03104200.xhp\n"
+"hd_id3150499\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03104200.xhp\" name=\"Array Function [Runtime]\">Array Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03104200.xhp\" name=\"Niz Funkcija [Vrijeme izvršavanja]\">Niz Funkcija [Vrijeme izvršavanja]</link>"
+
+#: 03104200.xhp
+msgctxt ""
+"03104200.xhp\n"
+"par_id3155555\n"
+"2\n"
+"help.text"
+msgid "Returns the type Variant with a data field."
+msgstr "Vraca tip Promjenjiv sa poljem podatka."
+
+#: 03104200.xhp
+msgctxt ""
+"03104200.xhp\n"
+"hd_id3148538\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03104200.xhp
+msgctxt ""
+"03104200.xhp\n"
+"par_id3153126\n"
+"4\n"
+"help.text"
+msgid "Array ( Argument list)"
+msgstr "Niz ( lista Argumenata)"
+
+#: 03104200.xhp
+msgctxt ""
+"03104200.xhp\n"
+"par_id3155419\n"
+"5\n"
+"help.text"
+msgid "See also <link href=\"text/sbasic/shared/03104300.xhp\" name=\"DimArray\">DimArray</link>"
+msgstr "Takode pogledaj <link href=\"text/sbasic/shared/03104300.xhp\" name=\"DimArray\">DimArray</link>"
+
+#: 03104200.xhp
+msgctxt ""
+"03104200.xhp\n"
+"hd_id3150669\n"
+"6\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03104200.xhp
+msgctxt ""
+"03104200.xhp\n"
+"par_id3145609\n"
+"7\n"
+"help.text"
+msgid "<emph>Argument list:</emph> A list of any number of arguments that are separated by commas."
+msgstr ""
+
+#: 03104200.xhp
+msgctxt ""
+"03104200.xhp\n"
+"hd_id3156343\n"
+"8\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03104200.xhp
+msgctxt ""
+"03104200.xhp\n"
+"par_id3153897\n"
+"9\n"
+"help.text"
+msgid "Dim A As Variant"
+msgstr "Dim A Kao Promjenjiv"
+
+#: 03104200.xhp
+msgctxt ""
+"03104200.xhp\n"
+"par_id3153525\n"
+"10\n"
+"help.text"
+msgid "A = Array(\"Fred\",\"Tom\",\"Bill\")"
+msgstr "A = Niz(\"Fred\",\"Tom\",\"Bill\")"
+
+#: 03104200.xhp
+msgctxt ""
+"03104200.xhp\n"
+"par_id3150792\n"
+"11\n"
+"help.text"
+msgid "Msgbox A(2)"
+msgstr ""
+
+#: 03120104.xhp
+msgctxt ""
+"03120104.xhp\n"
+"tit\n"
+"help.text"
+msgid "Val Function [Runtime]"
+msgstr "Val Funkcija [Vrijeme izvršavanja]"
+
+#: 03120104.xhp
+msgctxt ""
+"03120104.xhp\n"
+"bm_id3149205\n"
+"help.text"
+msgid "<bookmark_value>Val function</bookmark_value>"
+msgstr "<bookmark_value>Val Funkcija</bookmark_value>"
+
+#: 03120104.xhp
+msgctxt ""
+"03120104.xhp\n"
+"hd_id3149205\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120104.xhp\" name=\"Val Function [Runtime]\">Val Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120104.xhp\" name=\"Val Funkcija [Vrijeme izvršavanja]\">Val Funkcija [Vrijeme izvršavanja]</link>"
+
+#: 03120104.xhp
+msgctxt ""
+"03120104.xhp\n"
+"par_id3153345\n"
+"2\n"
+"help.text"
+msgid "Converts a string to a numeric expression."
+msgstr "Pretvara string u brojni izraz."
+
+#: 03120104.xhp
+msgctxt ""
+"03120104.xhp\n"
+"hd_id3159157\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03120104.xhp
+msgctxt ""
+"03120104.xhp\n"
+"par_id3149514\n"
+"4\n"
+"help.text"
+msgid "Val (Text As String)"
+msgstr "Val (Tekst Kao String)"
+
+#: 03120104.xhp
+msgctxt ""
+"03120104.xhp\n"
+"hd_id3150669\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03120104.xhp
+msgctxt ""
+"03120104.xhp\n"
+"par_id3143228\n"
+"6\n"
+"help.text"
+msgid "Double"
+msgstr ""
+
+#: 03120104.xhp
+msgctxt ""
+"03120104.xhp\n"
+"hd_id3156024\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03120104.xhp
+msgctxt ""
+"03120104.xhp\n"
+"par_id3154348\n"
+"8\n"
+"help.text"
+msgid "<emph>Text:</emph> String that represents a number."
+msgstr "<emph>Text</emph>: String koji oznacava broj."
+
+#: 03120104.xhp
+msgctxt ""
+"03120104.xhp\n"
+"par_id3149670\n"
+"9\n"
+"help.text"
+msgid "Using the Val function, you can convert a string that represents numbers into numeric expressions. This is the inverse of the <emph>Str</emph> function. If only part of the string contains numbers, only the first appropriate characters of the string are converted. If the string does not contain any numbers, the <emph>Val</emph> function returns the value 0."
+msgstr "Koristeci Val funkciju, možete pretvoriti string koji oznacava broj u brojni izraz. Ovo je inverzija od <emph>Str</emph> funkcije. Ako jedini dio stringa sadržava brojeve, samo se prvi odgovarajuci karakteri stringa pretvaraju. Ako string ne sadrži brojeve, <emph>Val</emph> funkcija vraca vrijednost 0."
+
+#: 03120104.xhp
+msgctxt ""
+"03120104.xhp\n"
+"hd_id3154365\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03010200.xhp
+msgctxt ""
+"03010200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Functions for Screen Input"
+msgstr ""
+
+#: 03010200.xhp
+msgctxt ""
+"03010200.xhp\n"
+"hd_id3149456\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03010200.xhp\" name=\"Functions for Screen Input\">Functions for Screen Input</link>"
+msgstr ""
+
+#: 03010200.xhp
+msgctxt ""
+"03010200.xhp\n"
+"par_id3150398\n"
+"2\n"
+"help.text"
+msgid "This section describes Runtime functions used to control screen input."
+msgstr "This section describes Run-time functions used to control screen input."
+
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"tit\n"
+"help.text"
+msgid "MkDir Statement [Runtime]"
+msgstr "MkDir izjava [Run-time]"
+
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"bm_id3156421\n"
+"help.text"
+msgid "<bookmark_value>MkDir statement</bookmark_value>"
+msgstr "<bookmark_value>MkDir izjava</bookmark_value>"
+
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"hd_id3156421\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020411.xhp\" name=\"MkDir Statement [Runtime]\">MkDir Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020411.xhp\" name=\"MkDir izjava [Run-time]\">MkDir izjava [Run-time]</link>"
+
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3147000\n"
+"2\n"
+"help.text"
+msgid "Creates a new directory on a data medium."
+msgstr "Kreira novi direktorij na mediju za podatke."
+
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"hd_id3148520\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3155150\n"
+"4\n"
+"help.text"
+msgid "MkDir Text As String"
+msgstr "MkDir tekst kao string"
+
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"hd_id3156027\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3153750\n"
+"6\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression that specifies the name and path of the directory to be created. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
+msgstr "<emph>Tekst</emph>: Svaki izraz od niza karaktera koji specificira naziv i putanju direktorija koji će biti kreiran. Također možete koristiti <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notaciju</link>."
+
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3153311\n"
+"7\n"
+"help.text"
+msgid "If the path is not determined, the directory is created in the current directory."
+msgstr "Ako putanja nije određena, direktorij će biti kreiran unutar trenutačnog."
+
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"hd_id3155388\n"
+"8\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3149762\n"
+"10\n"
+"help.text"
+msgid "' Example for functions of the file organization"
+msgstr "Primjer za funkcije od organizacije dokumenata"
+
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3149669\n"
+"13\n"
+"help.text"
+msgid "Const sSubDir1 As String =\"Test\""
+msgstr ""
+
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3148663\n"
+"14\n"
+"help.text"
+msgid "Const sFile2 As String = \"Copied.tmp\""
+msgstr ""
+
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3154071\n"
+"15\n"
+"help.text"
+msgid "Const sFile3 As String = \"Renamed.tmp\""
+msgstr ""
+
+#: 03020411.xhp
+#, fuzzy
+msgctxt ""
+"03020411.xhp\n"
+"par_id3154217\n"
+"19\n"
+"help.text"
+msgid "If Dir(sSubDir1,16)=\"\" Then ' Does the directory exist?"
+msgstr "If Dir(sSubDir1,16)=\"\" then ' Da li direktorij postoji ?"
+
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3147228\n"
+"21\n"
+"help.text"
+msgid "MsgBox sFile,0,\"Create directory\""
+msgstr "MsgBox sFile,0,\"Napravi direktorij\""
+
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3153770\n"
+"26\n"
+"help.text"
+msgid "MsgBox fSysURL(CurDir()),0,\"Current directory\""
+msgstr "MsgBox fSysURL(CurDir()), 0, \"Trenutni direktorij\""
+
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3159154\n"
+"27\n"
+"help.text"
+msgid "MsgBox sFile & Chr(13) & FileDateTime( sFile ),0,\"Creation time\""
+msgstr "MsgBox sFile & Chr(13) & FileDateTime( sFile ),0,\"Vrijeme kreiranja\""
+
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3149484\n"
+"28\n"
+"help.text"
+msgid "MsgBox sFile & Chr(13)& FileLen( sFile ),0,\"File length\""
+msgstr "MsgBox sFile & Chr(13)& FileLen(sFile), 0, \"Dužina dokumenta\""
+
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3152885\n"
+"29\n"
+"help.text"
+msgid "MsgBox sFile & Chr(13)& GetAttr( sFile ),0,\"File attributes\""
+msgstr "MsgBox sFile & Chr(13)& GetAttr(sFile), 0, \"Atributi dokumenta\""
+
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3153952\n"
+"31\n"
+"help.text"
+msgid "' Rename in the same directory"
+msgstr "Preimenuje u istom direktoriju"
+
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3147426\n"
+"34\n"
+"help.text"
+msgid "SetAttr( sFile, 0 ) 'Delete all attributes"
+msgstr "SetAttr( sFile, 0 ) 'Obriši sve atribute"
+
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3148647\n"
+"35\n"
+"help.text"
+msgid "MsgBox sFile & Chr(13) & GetAttr( sFile ),0,\"New file attributes\""
+msgstr "MsgBox sFile & Chr(13) & GetAttr( sFile ),0,\"Atributi novog dokumenta\""
+
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3150092\n"
+"40\n"
+"help.text"
+msgid "' Converts a system path in URL"
+msgstr "Pretvara sistemsku putanju u URL-u"
+
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3156276\n"
+"49\n"
+"help.text"
+msgid "' the colon with DOS"
+msgstr "zapeta sa DOS"
+
+#: 03050500.xhp
+msgctxt ""
+"03050500.xhp\n"
+"tit\n"
+"help.text"
+msgid "On Error GoTo ... Resume Statement [Runtime]"
+msgstr ""
+
+#: 03050500.xhp
+msgctxt ""
+"03050500.xhp\n"
+"bm_id3146795\n"
+"help.text"
+msgid "<bookmark_value>Resume Next parameter</bookmark_value><bookmark_value>On Error GoTo ... Resume statement</bookmark_value>"
+msgstr ""
+
+#: 03050500.xhp
+#, fuzzy
+msgctxt ""
+"03050500.xhp\n"
+"hd_id3146795\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03050500.xhp\" name=\"On Error GoTo ... Resume Statement [Runtime]\">On Error GoTo ... Resume Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090409.xhp\" name=\"Sub izjava [Run-time]\">Sub izjava [Run-time]</link>"
+
+#: 03050500.xhp
+msgctxt ""
+"03050500.xhp\n"
+"par_id3150358\n"
+"2\n"
+"help.text"
+msgid "Enables an error-handling routine after an error occurs, or resumes program execution."
+msgstr ""
+
+#: 03050500.xhp
+msgctxt ""
+"03050500.xhp\n"
+"hd_id3151212\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03050500.xhp
+msgctxt ""
+"03050500.xhp\n"
+"par_id3145173\n"
+"4\n"
+"help.text"
+msgid "On {[Local] Error GoTo Labelname | GoTo 0 | Resume Next}"
+msgstr ""
+
+#: 03050500.xhp
+msgctxt ""
+"03050500.xhp\n"
+"hd_id3154125\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03050500.xhp
+msgctxt ""
+"03050500.xhp\n"
+"par_id3150869\n"
+"7\n"
+"help.text"
+msgid "<emph>GoTo Labelname:</emph> If an error occurs, enables the error-handling routine that starts at the line \"Labelname\"."
+msgstr ""
+
+#: 03050500.xhp
+msgctxt ""
+"03050500.xhp\n"
+"par_id3150439\n"
+"8\n"
+"help.text"
+msgid "<emph>Resume Next:</emph> If an error occurs, program execution continues with the statement that follows the statement in which the error occurred."
+msgstr ""
+
+#: 03050500.xhp
+msgctxt ""
+"03050500.xhp\n"
+"par_id3149482\n"
+"9\n"
+"help.text"
+msgid "<emph>GoTo 0:</emph> Disables the error handler in the current procedure."
+msgstr ""
+
+#: 03050500.xhp
+msgctxt ""
+"03050500.xhp\n"
+"par_id3149483\n"
+"9\n"
+"help.text"
+msgid "<emph>Local:</emph> \"On error\" is global in scope, and remains active until canceled by another \"On error\" statement. \"On Local error\" is local to the routine which invokes it. Local error handling overrides any previous global setting. When the invoking routine exits, the local error handling is canceled automatically, and any previous global setting is restored."
+msgstr ""
+
+#: 03050500.xhp
+msgctxt ""
+"03050500.xhp\n"
+"par_id3148619\n"
+"10\n"
+"help.text"
+msgid "The On Error GoTo statement is used to react to errors that occur in a macro."
+msgstr ""
+
+#: 03050500.xhp
+msgctxt ""
+"03050500.xhp\n"
+"hd_id3146985\n"
+"11\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03050500.xhp
+#, fuzzy
+msgctxt ""
+"03050500.xhp\n"
+"par_id3153876\n"
+"52\n"
+"help.text"
+msgid "Print #iNumber, \"This is a line of text\""
+msgstr "Isštampati #iBroj, \"Prvi red teksta\""
+
+#: 03050500.xhp
+msgctxt ""
+"03050500.xhp\n"
+"par_id3146916\n"
+"67\n"
+"help.text"
+msgid "MsgBox \"All files will be closed\",0,\"Error\""
+msgstr ""
+
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"tit\n"
+"help.text"
+msgid "$[officename] Basic Glossary"
+msgstr ""
+
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"hd_id3145068\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/00000002.xhp\" name=\"$[officename] Basic Glossary\">$[officename] Basic Glossary</link>"
+msgstr ""
+
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3150792\n"
+"2\n"
+"help.text"
+msgid "This glossary explains some technical terms that you may come across when working with $[officename] Basic."
+msgstr ""
+
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"hd_id3155133\n"
+"7\n"
+"help.text"
+msgid "Decimal Point"
+msgstr ""
+
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3156443\n"
+"8\n"
+"help.text"
+msgid "When converting numbers, $[officename] Basic uses the locale settings of the system for determining the type of decimal and thousand separator."
+msgstr ""
+
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3153092\n"
+"9\n"
+"help.text"
+msgid "The behavior has an effect on both the implicit conversion ( 1 + \"2.3\" = 3.3 ) as well as the runtime function <link href=\"text/sbasic/shared/03102700.xhp\" name=\"IsNumeric\">IsNumeric</link>."
+msgstr ""
+
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"hd_id3155854\n"
+"29\n"
+"help.text"
+msgid "Colors"
+msgstr ""
+
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3145366\n"
+"30\n"
+"help.text"
+msgid "In $[officename] Basic, colors are treated as long integer value. The return value of color queries is also always a long integer value. When defining properties, colors can be specified using their RGB code that is converted to a long integer value using the <link href=\"text/sbasic/shared/03010305.xhp\" name=\"RGB function\">RGB function</link>."
+msgstr ""
+
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"hd_id3146119\n"
+"32\n"
+"help.text"
+msgid "Measurement Units"
+msgstr ""
+
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3154013\n"
+"33\n"
+"help.text"
+msgid "In $[officename] Basic, a <emph>method parameter</emph> or a <emph>property</emph> expecting unit information can be specified either as integer or long integer expression without a unit, or as a character string containing a unit. If no unit is passed to the method the default unit defined for the active document type will be used. If the parameter is passed as a character string containing a measurement unit, the default setting will be ignored. The default measurement unit for a document type can be set under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - (Document Type) - General</emph>."
+msgstr ""
+
+#: 00000002.xhp
+#, fuzzy
+msgctxt ""
+"00000002.xhp\n"
+"bm_id3145801\n"
+"help.text"
+msgid "<bookmark_value>twips; definition</bookmark_value>"
+msgstr "<bookmark_value>Zamijeni funkcija</bookmark_value>"
+
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"hd_id3145801\n"
+"5\n"
+"help.text"
+msgid "Twips"
+msgstr ""
+
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3154731\n"
+"6\n"
+"help.text"
+msgid "A twip is a screen-independent unit which is used to define the uniform position and size of screen elements on all display systems. A twip is 1/1440th of an inch or 1/20 of a printer's point. There are 1440 twips to an inch or about 567 twips to a centimeter."
+msgstr ""
+
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"hd_id3153159\n"
+"106\n"
+"help.text"
+msgid "URL Notation"
+msgstr ""
+
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3153415\n"
+"108\n"
+"help.text"
+msgid "URLs (<emph>Uniform Resource Locators</emph>) are used to determine the location of a resource like a file in a file system, typically inside a network environment. A URL consists of a protocol specifier, a host specifier and a file and path specifier:"
+msgstr ""
+
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3149121\n"
+"107\n"
+"help.text"
+msgid "<emph>protocol</emph>://<emph>host.name</emph>/<emph>path/to/the/file.html</emph>"
+msgstr ""
+
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3168612\n"
+"109\n"
+"help.text"
+msgid "The most common usage of URLs is on the internet when specifying web pages. Example for protocols are <emph>http</emph>, <emph>ftp</emph>, or <emph>file</emph>. The <emph>file</emph> protocol specifier is used when referring to a file on the local file system."
+msgstr ""
+
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3150324\n"
+"110\n"
+"help.text"
+msgid "URL notation does not allow certain special characters to be used. These are either replaced by other characters or encoded. A slash (<emph>/</emph>) is used as a path separator. For example, a file referred to as <emph>C:\\My File.sxw</emph> on the local host in \"Windows notation\" becomes <emph>file:///C|/My%20File.sxw</emph> in URL notation."
+msgstr ""
+
+#: 03120315.xhp
+msgctxt ""
+"03120315.xhp\n"
+"tit\n"
+"help.text"
+msgid "Join Function [Runtime]"
+msgstr "Join funkcija [U izvršenju]"
+
+#: 03120315.xhp
+#, fuzzy
+msgctxt ""
+"03120315.xhp\n"
+"bm_id3149416\n"
+"help.text"
+msgid "<bookmark_value>Join function</bookmark_value>"
+msgstr "<bookmark_value>Sin funkcija</bookmark_value>"
+
+#: 03120315.xhp
+msgctxt ""
+"03120315.xhp\n"
+"hd_id3149416\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120315.xhp\" name=\"Join Function [Runtime]\">Join Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120315.xhp\" name=\"Join Function [Run-time]\">Join funkcija [dužina trajanja]</link>"
+
+#: 03120315.xhp
+msgctxt ""
+"03120315.xhp\n"
+"par_id3149670\n"
+"2\n"
+"help.text"
+msgid "Returns a string from a number of substrings in a string array."
+msgstr "Vraca niz od broja substringova u niz polja."
+
+#: 03120315.xhp
+msgctxt ""
+"03120315.xhp\n"
+"hd_id3159414\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03120315.xhp
+msgctxt ""
+"03120315.xhp\n"
+"par_id3156344\n"
+"4\n"
+"help.text"
+msgid "Join (Text As String Array, delimiter)"
+msgstr "Join (Tekst kao red Stringova, granicnik)"
+
+#: 03120315.xhp
+msgctxt ""
+"03120315.xhp\n"
+"hd_id3150400\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03120315.xhp
+#, fuzzy
+msgctxt ""
+"03120315.xhp\n"
+"par_id3150359\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "Stringovi"
+
+#: 03120315.xhp
+msgctxt ""
+"03120315.xhp\n"
+"hd_id3148798\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03120315.xhp
+msgctxt ""
+"03120315.xhp\n"
+"par_id3145171\n"
+"8\n"
+"help.text"
+msgid "<emph>Text:</emph> A string array."
+msgstr "<emph>Text</emph>: Red stringova."
+
+#: 03120315.xhp
+msgctxt ""
+"03120315.xhp\n"
+"par_id3154908\n"
+"9\n"
+"help.text"
+msgid "<emph>delimiter (optional):</emph> A string character that is used to separate the substrings in the resulting string. The default delimiter is the space character. If delimiter is a string of length zero \"\", the substrings are joined without separator."
+msgstr "<emph>delimiter</emph>: (neobavezno) niz znakova koji se koristi za odvajanje substrings rezultat u nizu. Propust granicnika je znak razmaka. Ako granicni je niz duzine nula \", se pridružio substringovima bez separatora."
+
+#: 03120315.xhp
+msgctxt ""
+"03120315.xhp\n"
+"hd_id3154218\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03030102.xhp
+msgctxt ""
+"03030102.xhp\n"
+"tit\n"
+"help.text"
+msgid "DateValue Function [Runtime]"
+msgstr "DateValue funkcija [Run-time]"
+
+#: 03030102.xhp
+msgctxt ""
+"03030102.xhp\n"
+"bm_id3156344\n"
+"help.text"
+msgid "<bookmark_value>DateValue function</bookmark_value>"
+msgstr "<bookmark_value>DateValue funkcija</bookmark_value>"
+
+#: 03030102.xhp
+msgctxt ""
+"03030102.xhp\n"
+"hd_id3156344\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030102.xhp\" name=\"DateValue Function [Runtime]\">DateValue Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030102.xhp\" name=\"DateValue funkcija [Run-time]\">DateValue funkcija [Run-time]</link>"
+
+#: 03030102.xhp
+msgctxt ""
+"03030102.xhp\n"
+"par_id3150542\n"
+"2\n"
+"help.text"
+msgid "Returns a date value from a date string. The date string is a complete date in a single numeric value. You can also use this serial number to determine the difference between two dates."
+msgstr "Vraća vrijednost datuma kao datumski niz karaktera. Datumski niz karaktera je kompletan datum u jednoj numeričkoj vrijednosti. Možete također koristiti ovaj serijski broj da odredite razliku između datuma."
+
+#: 03030102.xhp
+msgctxt ""
+"03030102.xhp\n"
+"hd_id3148799\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03030102.xhp
+msgctxt ""
+"03030102.xhp\n"
+"par_id3154910\n"
+"4\n"
+"help.text"
+msgid "DateValue [(date)]"
+msgstr ""
+
+#: 03030102.xhp
+msgctxt ""
+"03030102.xhp\n"
+"hd_id3150870\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03030102.xhp
+msgctxt ""
+"03030102.xhp\n"
+"par_id3153194\n"
+"6\n"
+"help.text"
+msgid "Date"
+msgstr "Datum"
+
+#: 03030102.xhp
+msgctxt ""
+"03030102.xhp\n"
+"hd_id3153969\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03030102.xhp
+msgctxt ""
+"03030102.xhp\n"
+"par_id3153770\n"
+"8\n"
+"help.text"
+msgid "<emph>Date:</emph> String expression that contains the date that you want to calculate. The date can be specified in almost any format."
+msgstr "<emph>Date</emph>: Izraz od niza karaktera koji sadrži datum kojeg želite kalkulisati. Datum se može specificirati u skoro svakom formatu."
+
+#: 03030102.xhp
+msgctxt ""
+"03030102.xhp\n"
+"par_id3153189\n"
+"22\n"
+"help.text"
+msgid "You can use this function to convert a date that occurs between December 1, 1582 and December 31, 9999 into a single integer value. You can then use this value to calculate the difference between two dates. If the date argument lies outside the acceptable range, $[officename] Basic returns an error message."
+msgstr "Možete koristiti ovu funkciju da konvertirate datum koji pada između 1. decembra, 1582. i 31. decembra, 9999 u jednu integer vrijednost. Kasnije možete koristiti ovu vrijednost da izračunate razliku između dva datuma. Ako date argument pada van dozvoljenog niza, $[officename] Basic vrača grešku."
+
+#: 03030102.xhp
+msgctxt ""
+"03030102.xhp\n"
+"par_id3146974\n"
+"23\n"
+"help.text"
+msgid "In contrast to the DateSerial function that passes years, months, and days as separate numeric values, the DateValue function passes the date using the format \"month.[,]day.[,]year\"."
+msgstr "U kontrastu DateSerial funkciji koja prosljeđuje godine, mjesece i dane kao odvojene numeričke vrijednosti, DateValue funkcija prosljeđuje datum koristeći format \"mjesec.[,]dan.[,]godina\"."
+
+#: 03030102.xhp
+msgctxt ""
+"03030102.xhp\n"
+"hd_id3153142\n"
+"24\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03120300.xhp
+msgctxt ""
+"03120300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Editing String Contents"
+msgstr ""
+
+#: 03120300.xhp
+msgctxt ""
+"03120300.xhp\n"
+"bm_id7499008\n"
+"help.text"
+msgid "<bookmark_value>ampersand symbol in StarBasic</bookmark_value>"
+msgstr ""
+
+#: 03120300.xhp
+#, fuzzy
+msgctxt ""
+"03120300.xhp\n"
+"hd_id3153894\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120300.xhp\" name=\"Editing String Contents\">Editing String Contents</link>"
+msgstr "<link href=\"text/sbasic/shared/03120400.xhp\" name=\"Editing String Length\">Uredi dužinu Stringa</link>"
+
+#: 03120300.xhp
+msgctxt ""
+"03120300.xhp\n"
+"par_id3149178\n"
+"2\n"
+"help.text"
+msgid "The following functions edit, format, and align the contents of strings. Use the & operator to concatenate strings."
+msgstr ""
+
+#: 03132400.xhp
+msgctxt ""
+"03132400.xhp\n"
+"tit\n"
+"help.text"
+msgid "CreateObject Function [Runtime]"
+msgstr "CreateObject Function [Run-time]"
+
+#: 03132400.xhp
+#, fuzzy
+msgctxt ""
+"03132400.xhp\n"
+"bm_id659810\n"
+"help.text"
+msgid "<bookmark_value>CreateObject function</bookmark_value>"
+msgstr "<bookmark_value>NadiObjekat funkcija</bookmark_value>"
+
+#: 03132400.xhp
+msgctxt ""
+"03132400.xhp\n"
+"par_idN10580\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03132400.xhp\">CreateObject Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03132400.xhp\">CreateObject Function [Run-time]</link>"
+
+#: 03132400.xhp
+msgctxt ""
+"03132400.xhp\n"
+"par_idN10590\n"
+"help.text"
+msgid "<ahelp hid=\".\">Creates a UNO object. On Windows, can also create OLE objects.</ahelp>"
+msgstr "<ahelp hid=\".\">Kreira UNO objekat. Na Windows, moze kreirati OLE objekte.</ahelp>"
+
+#: 03132400.xhp
+msgctxt ""
+"03132400.xhp\n"
+"par_idN1059F\n"
+"help.text"
+msgid "This method creates instances of the type that is passed as parameter."
+msgstr "Ova metoda kreira instante tipa koji su prosli kao parametri."
+
+#: 03132400.xhp
+msgctxt ""
+"03132400.xhp\n"
+"par_idN105A2\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03132400.xhp
+msgctxt ""
+"03132400.xhp\n"
+"par_idN105A6\n"
+"help.text"
+msgid "oObj = CreateObject( type )"
+msgstr ""
+
+#: 03132400.xhp
+msgctxt ""
+"03132400.xhp\n"
+"par_idN105A9\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03020104.xhp
+#, fuzzy
+msgctxt ""
+"03020104.xhp\n"
+"tit\n"
+"help.text"
+msgid "Reset Statement [Runtime]"
+msgstr "Rem izjava [Run-time]"
+
+#: 03020104.xhp
+#, fuzzy
+msgctxt ""
+"03020104.xhp\n"
+"bm_id3154141\n"
+"help.text"
+msgid "<bookmark_value>Reset statement</bookmark_value>"
+msgstr "<bookmark_value>Beep iskaz</bookmark_value>"
+
+#: 03020104.xhp
+#, fuzzy
+msgctxt ""
+"03020104.xhp\n"
+"hd_id3154141\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03101140.xhp\">DefStr Red [Pokrenuti-vrijeme]</link>"
+
+#: 03020104.xhp
+msgctxt ""
+"03020104.xhp\n"
+"par_id3156423\n"
+"2\n"
+"help.text"
+msgid "Closes all open files and writes the contents of all file buffers to the harddisk."
+msgstr ""
+
+#: 03020104.xhp
+msgctxt ""
+"03020104.xhp\n"
+"hd_id3154124\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03020104.xhp
+msgctxt ""
+"03020104.xhp\n"
+"hd_id3161831\n"
+"5\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03020104.xhp
+#, fuzzy
+msgctxt ""
+"03020104.xhp\n"
+"par_id3148455\n"
+"47\n"
+"help.text"
+msgid "Print #iNumber, \"This is a new line of text\""
+msgstr "Staviti #iBroj,,\"Ovo je novi red teksta\""
+
+#: 03020104.xhp
+msgctxt ""
+"03020104.xhp\n"
+"par_id3163805\n"
+"62\n"
+"help.text"
+msgid "MsgBox \"All files will be closed\",0,\"Error\""
+msgstr ""
+
+#: 03010303.xhp
+msgctxt ""
+"03010303.xhp\n"
+"tit\n"
+"help.text"
+msgid "Red Function [Runtime]"
+msgstr "Crvena [Run-time]"
+
+#: 03010303.xhp
+#, fuzzy
+msgctxt ""
+"03010303.xhp\n"
+"bm_id3148947\n"
+"help.text"
+msgid "<bookmark_value>Red function</bookmark_value>"
+msgstr "<bookmark_value>Rnd Funkcija</bookmark_value>"
+
+#: 03010303.xhp
+msgctxt ""
+"03010303.xhp\n"
+"hd_id3148947\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03010303.xhp\" name=\"Red Function [Runtime]\">Red Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03010303.xhp\" name=\"Red Function [Run-time]\">Red Function [Run-time]</link>"
+
+#: 03010303.xhp
+msgctxt ""
+"03010303.xhp\n"
+"par_id3149656\n"
+"2\n"
+"help.text"
+msgid "Returns the Red component of the specified color code."
+msgstr "vraca crvenu"
+
+#: 03010303.xhp
+msgctxt ""
+"03010303.xhp\n"
+"hd_id3148799\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03010303.xhp
+msgctxt ""
+"03010303.xhp\n"
+"par_id3150448\n"
+"4\n"
+"help.text"
+msgid "Red (ColorNumber As Long)"
+msgstr "crvena Red (ColourNumber As Long)"
+
+#: 03010303.xhp
+msgctxt ""
+"03010303.xhp\n"
+"hd_id3151042\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03010303.xhp
+msgctxt ""
+"03010303.xhp\n"
+"par_id3145173\n"
+"6\n"
+"help.text"
+msgid "Integer"
+msgstr "Cjelobrojno"
+
+#: 03010303.xhp
+msgctxt ""
+"03010303.xhp\n"
+"hd_id3154685\n"
+"7\n"
+"help.text"
+msgid "Parameter:"
+msgstr "Parametar:"
+
+#: 03010303.xhp
+msgctxt ""
+"03010303.xhp\n"
+"par_id3150440\n"
+"8\n"
+"help.text"
+msgid "<emph>ColorNumber</emph>: Long integer expression that specifies any <link href=\"text/sbasic/shared/00000003.xhp#farbcodes\" name=\"color code\">color code</link> for which to return the Red component."
+msgstr "<emph>ColourNumber</emph>: Long integer expression that specifies any <link href=\"text/sbasic/shared/00000003.xhp#farbcodes\" name=\"colour code\">colour code</link> for which to return the Red component."
+
+#: 03010303.xhp
+msgctxt ""
+"03010303.xhp\n"
+"hd_id3148575\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03010303.xhp
+#, fuzzy
+msgctxt ""
+"03010303.xhp\n"
+"par_id3147435\n"
+"13\n"
+"help.text"
+msgid "MsgBox \"The color \" & lVar & \" consists of:\" & Chr(13) &_"
+msgstr "MsgBox \"The colour \" & lVar & \" consists of:\" & Chr(13) &_"
+
+#: 03010303.xhp
+msgctxt ""
+"03010303.xhp\n"
+"par_id3155306\n"
+"14\n"
+"help.text"
+msgid "\"red= \" & red(lVar) & Chr(13)&_"
+msgstr ""
+
+#: 03010303.xhp
+msgctxt ""
+"03010303.xhp\n"
+"par_id3149262\n"
+"15\n"
+"help.text"
+msgid "\"green= \" & green(lVar) & Chr(13)&_"
+msgstr ""
+
+#: 03010303.xhp
+msgctxt ""
+"03010303.xhp\n"
+"par_id3147397\n"
+"16\n"
+"help.text"
+msgid "\"blue= \" & blue(lVar) & Chr(13) , 64,\"colors\""
+msgstr "\"blue= \" & blue(lVar) & Chr(13) , 64,\"colours\""
+
+#: 03120314.xhp
+#, fuzzy
+msgctxt ""
+"03120314.xhp\n"
+"tit\n"
+"help.text"
+msgid "Split Function [Runtime]"
+msgstr "Sin Funkcija [Vrijeme Izvodjenja]"
+
+#: 03120314.xhp
+msgctxt ""
+"03120314.xhp\n"
+"bm_id3156027\n"
+"help.text"
+msgid "<bookmark_value>Split function</bookmark_value>"
+msgstr "<bookmark_value>Podjela funkcije</bookmark_value>"
+
+#: 03120314.xhp
+msgctxt ""
+"03120314.xhp\n"
+"hd_id3156027\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120314.xhp\" name=\"Split Function [Runtime]\">Split Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120314.xhp\" name=\"Split Function [Run-time]\">Podjela funkcije [U izvršenju]</link>"
+
+#: 03120314.xhp
+msgctxt ""
+"03120314.xhp\n"
+"par_id3155805\n"
+"2\n"
+"help.text"
+msgid "Returns an array of substrings from a string expression."
+msgstr "Vraca red kao substring iz string izraza"
+
+#: 03120314.xhp
+msgctxt ""
+"03120314.xhp\n"
+"hd_id3149177\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03120314.xhp
+msgctxt ""
+"03120314.xhp\n"
+"par_id3153824\n"
+"4\n"
+"help.text"
+msgid "Split (Text As String, delimiter, number)"
+msgstr "Podjeli(Tekst kao String, granicnik, broj)"
+
+#: 03120314.xhp
+msgctxt ""
+"03120314.xhp\n"
+"hd_id3149763\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03120314.xhp
+#, fuzzy
+msgctxt ""
+"03120314.xhp\n"
+"par_id3154285\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "Stringovi"
+
+#: 03120314.xhp
+msgctxt ""
+"03120314.xhp\n"
+"hd_id3145315\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03120314.xhp
+msgctxt ""
+"03120314.xhp\n"
+"par_id3156023\n"
+"8\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression."
+msgstr "<emph>Text</emph>: Bilo koji string izraz."
+
+#: 03120314.xhp
+msgctxt ""
+"03120314.xhp\n"
+"par_id3147560\n"
+"9\n"
+"help.text"
+msgid "<emph>delimiter (optional):</emph> A string of one or more characters length that is used to delimit the Text. The default is the space character."
+msgstr "<emph>delimiter</emph>: (neobavezno) niz od jednog ili više znakova koji se koristi za ogranicavaju teksta. Zadana vrijednost je znak razmaka."
+
+#: 03120314.xhp
+msgctxt ""
+"03120314.xhp\n"
+"par_id3145069\n"
+"12\n"
+"help.text"
+msgid "<emph>number (optional):</emph> The number of substrings that you want to return."
+msgstr "<emph>number</emph>: (neobavezno) broj substringova koje želite vratiti."
+
+#: 03120314.xhp
+msgctxt ""
+"03120314.xhp\n"
+"hd_id3150398\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03020202.xhp
+#, fuzzy
+msgctxt ""
+"03020202.xhp\n"
+"tit\n"
+"help.text"
+msgid "Input# Statement [Runtime]"
+msgstr "Završi Izjavu [Run-time]"
+
+#: 03020202.xhp
+#, fuzzy
+msgctxt ""
+"03020202.xhp\n"
+"bm_id3154908\n"
+"help.text"
+msgid "<bookmark_value>Input statement</bookmark_value>"
+msgstr "<bookmark_value>Završi Izjavu</bookmark_value>"
+
+#: 03020202.xhp
+#, fuzzy
+msgctxt ""
+"03020202.xhp\n"
+"hd_id3154908\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020202.xhp\" name=\"Input# Statement [Runtime]\">Input# Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090404.xhp\" name=\"Završi Izjavu [Run-time]\">Završi Izjavu [Run-time]</link>"
+
+#: 03020202.xhp
+msgctxt ""
+"03020202.xhp\n"
+"par_id3156424\n"
+"2\n"
+"help.text"
+msgid "Reads data from an open sequential file."
+msgstr ""
+
+#: 03020202.xhp
+msgctxt ""
+"03020202.xhp\n"
+"hd_id3125863\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03020202.xhp
+msgctxt ""
+"03020202.xhp\n"
+"par_id3150440\n"
+"4\n"
+"help.text"
+msgid "Input #FileNumber As Integer; var1[, var2[, var3[,...]]]"
+msgstr ""
+
+#: 03020202.xhp
+msgctxt ""
+"03020202.xhp\n"
+"hd_id3146121\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03020202.xhp
+msgctxt ""
+"03020202.xhp\n"
+"par_id3145749\n"
+"6\n"
+"help.text"
+msgid "<emph>FileNumber:</emph> Number of the file that contains the data that you want to read. The file must be opened with the Open statement using the key word INPUT."
+msgstr ""
+
+#: 03020202.xhp
+msgctxt ""
+"03020202.xhp\n"
+"par_id3150011\n"
+"7\n"
+"help.text"
+msgid "<emph>var:</emph> A numeric or string variable that you assign the values read from the opened file to."
+msgstr ""
+
+#: 03020202.xhp
+msgctxt ""
+"03020202.xhp\n"
+"par_id3159153\n"
+"8\n"
+"help.text"
+msgid "The <emph>Input#</emph> statement reads numeric values or strings from an open file and assigns the data to one or more variables. A numeric variable is read up to the first carriage return (Asc=13), line feed (Asc=10), space, or comma. String variables are read to up to the first carriage return (Asc=13), line feed (Asc=10), or comma."
+msgstr ""
+
+#: 03020202.xhp
+msgctxt ""
+"03020202.xhp\n"
+"par_id3146984\n"
+"9\n"
+"help.text"
+msgid "Data and data types in the opened file must appear in the same order as the variables that are passed in the \"var\" parameter. If you assign non-numeric values to a numeric variable, \"var\" is assigned a value of \"0\"."
+msgstr ""
+
+#: 03020202.xhp
+msgctxt ""
+"03020202.xhp\n"
+"par_id3156442\n"
+"10\n"
+"help.text"
+msgid "Records that are separated by commas cannot be assigned to a string variable. Quotation marks (\") in the file are disregarded as well. If you want to read these characters from the file, use the <emph>Line Input#</emph> statement to read pure text files (files containing only printable characters) line by line."
+msgstr ""
+
+#: 03020202.xhp
+msgctxt ""
+"03020202.xhp\n"
+"par_id3147349\n"
+"11\n"
+"help.text"
+msgid "If the end of the file is reached while reading a data element, an error occurs and the process is aborted."
+msgstr ""
+
+#: 03020202.xhp
+msgctxt ""
+"03020202.xhp\n"
+"hd_id3152578\n"
+"12\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03020202.xhp
+msgctxt ""
+"03020202.xhp\n"
+"par_id4144765\n"
+"help.text"
+msgid "' Write data ( which we will read later with Input ) to file"
+msgstr ""
+
+#: 03020202.xhp
+msgctxt ""
+"03020202.xhp\n"
+"par_id4144766\n"
+"help.text"
+msgid "' Read data file using Input"
+msgstr ""
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"tit\n"
+"help.text"
+msgid "ReDim Statement [Runtime]"
+msgstr "ReDim red [pokretacko-vrijeme]"
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"bm_id3150398\n"
+"help.text"
+msgid "<bookmark_value>ReDim statement</bookmark_value>"
+msgstr "<bookmark_value>ReDim red</bookmark_value>"
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"hd_id3150398\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03102101.xhp\" name=\"ReDim Statement [Runtime]\">ReDim Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03102101.xhp\" name=\"ReDim red [Run-time]\">ReDim red [Run-time]</link>"
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3154685\n"
+"2\n"
+"help.text"
+msgid "Declares a variable or an array."
+msgstr ""
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"hd_id3154218\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3156214\n"
+"4\n"
+"help.text"
+msgid "[ReDim]Dim VarName [(start To end)] [As VarType][, VarName2 [(start To end)] [As VarType][,...]]"
+msgstr ""
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id711996\n"
+"help.text"
+msgid "Optionally, you can add the <emph>Preserve</emph> keyword as a parameter to preserve the contents of the array that is redimensioned."
+msgstr "Dobrovoljno, moze se dodati <emph>Preserve</emph>kljucne rijeci kao parametri da kontekst nizova bude redimenzijonalna"
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"hd_id3148451\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3156423\n"
+"6\n"
+"help.text"
+msgid "<emph>VarName:</emph> Any variable or array name."
+msgstr ""
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3149562\n"
+"7\n"
+"help.text"
+msgid "<emph>Start, End:</emph> Numerical values or constants that define the number of elements (NumberElements=(end-start)+1) and the index range."
+msgstr ""
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3155307\n"
+"8\n"
+"help.text"
+msgid "Start and End can be numeric expressions if ReDim is used at the procedure level."
+msgstr "Pocetak i kraj mogu biti brojcano izrazeni ako ReDim je koristen kao procedurni dio."
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3153951\n"
+"9\n"
+"help.text"
+msgid "<emph>VarType:</emph> Keyword that declares the data type of a variable."
+msgstr "<emph>VarType</emph>: Klucne rijeci, koje deklarisu bazni tip varijable."
+
+#: 03102101.xhp
+#, fuzzy
+msgctxt ""
+"03102101.xhp\n"
+"par_id3147317\n"
+"10\n"
+"help.text"
+msgid "<emph>Keyword:</emph> Variable type"
+msgstr "<emph>Keyword</emph>: Default variable type"
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3153728\n"
+"11\n"
+"help.text"
+msgid "<emph>Bool: </emph>Boolean variable (True, False)"
+msgstr "<emph>Bool</emph>: Bulovske varijable (Tacno, Netacno)"
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3146121\n"
+"12\n"
+"help.text"
+msgid "<emph>Date:</emph> Date variable"
+msgstr ""
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3159156\n"
+"13\n"
+"help.text"
+msgid "<emph>Double:</emph> Double floating point variable (1.79769313486232x10E308 - 4.94065645841247x10E-324)"
+msgstr "<emph>Double</emph>: Dupli plovece tacke variable (1.79769313486232x10E+308 - 4.94065645841247x10E-324)"
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3148616\n"
+"14\n"
+"help.text"
+msgid "<emph>Integer:</emph> Integer variable (-32768 - 32767)"
+msgstr ""
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3147348\n"
+"15\n"
+"help.text"
+msgid "<emph>Long:</emph> Long integer variable (-2,147,483,648 - 2,147,483,647)"
+msgstr "<emph>Long</emph>: Dugi brojac variabli (-2,147,483,648 - 2,147,483,647)"
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3149412\n"
+"16\n"
+"help.text"
+msgid "<emph>Object:</emph> Object variable (can only be subsequently defined by Set!)"
+msgstr "<emph>Object</emph>: Objekat variable (moze samo biti odredzen od strane aparata!)"
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3154729\n"
+"17\n"
+"help.text"
+msgid "<emph>[Single]:</emph> Single floating-point variable (3.402823x10E38 - 1.401298x10E-45). If no key word is specified, a variable is defined as Single, unless a statement from DefBool to DefVar is used."
+msgstr "<emph>[Single]</emph>: Slobodne plovece variable (3.402823x10E+38 - 1.401298x10E-45). Ako kljucna rijec nije odredzena, variabla je odredzena kao slobodna, ako ne red od DefBool do DefVar je koristen."
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3148458\n"
+"18\n"
+"help.text"
+msgid "<emph>String:</emph> String variable containing a maximum of 64,000 ASCII characters."
+msgstr "<emph>String</emph>:Brojcane varijable sadrze maksimalnoof 64,000 ASCII karaktera."
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3149581\n"
+"19\n"
+"help.text"
+msgid "<emph>Variant: </emph>Variant variable type (can contain all types and is set by definition)."
+msgstr "<emph>Variant:</emph> Varianta varijable tipa(moze sadrzavati sve tipove i jeste postavljena definicijom)."
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3155601\n"
+"20\n"
+"help.text"
+msgid "In $[officename] Basic, you do not need to declare variables explicitly. However, you need to declare an array before you can use them. You can declare a variable with the Dim statement, using commas to separate multiple declarations. To declare a variable type, enter a type-declaration character following the name or use a corresponding key word."
+msgstr ""
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3153415\n"
+"21\n"
+"help.text"
+msgid "$[officename] Basic supports single or multi-dimensional arrays that are defined by a specified variable type. Arrays are suitable if the program contains lists or tables that you want to edit. The advantage of arrays is that it is possible to address individual elements according to indexes, which can be formulated as numeric expressions or variables."
+msgstr ""
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3146971\n"
+"22\n"
+"help.text"
+msgid "There are two ways to set the range of indices for arrays declared with the Dim statement:"
+msgstr "Nalaze se sva tipa da postave oblast indeksa za niz deklarisan sa Dim redom"
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3153950\n"
+"23\n"
+"help.text"
+msgid "DIM text(20) As String REM 21 elements numbered from 0 to 20"
+msgstr "DIM text(20) Kao string REM 21 brojcani elementi od 0 do 20"
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3146912\n"
+"24\n"
+"help.text"
+msgid "DIM text(5 to 25) As String REM 21 elements numbered from 5 to 25"
+msgstr "DIM tekst (5 do 25) kao streing REM 21 elementi izbrojani od 5 do 25"
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3153709\n"
+"25\n"
+"help.text"
+msgid "DIM text$(-15 to 5) As String REM 21 elements (0 inclusive),"
+msgstr "DIM text$(-15 do 5)kao string REM 21 element (0 ukljucuje),"
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3150321\n"
+"26\n"
+"help.text"
+msgid "rem numbered from -15 to 5"
+msgstr "rem izbrojan od -15 do 5"
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3149018\n"
+"27\n"
+"help.text"
+msgid "Variable fields, regardless of type, can be made dynamic if they are dimensioned by ReDim at the procedure level in subroutines or functions. Normally, you can only set the range of an array once and you cannot modify it. Within a procedure, you can declare an array using the ReDim statement with numeric expressions to define the range of the field sizes."
+msgstr "Polja varijabli, bez obzira na tip, moze biti napravljeno dinamicno ako iako su dimenzijonirani od strane ReDim na nivou subrutirana ili funkcijonalna. Normalno, mozete samo postaviti oblast nekog niza i ne mozete je mjenjati. Bez procedure, mozete deklarisati niz korsitec ReDim red sa brojcanim izrazom da definise oblast velicine polja"
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"hd_id3148405\n"
+"28\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03030103.xhp
+msgctxt ""
+"03030103.xhp\n"
+"tit\n"
+"help.text"
+msgid "Day Function [Runtime]"
+msgstr "Day funkcija [Run-time]"
+
+#: 03030103.xhp
+msgctxt ""
+"03030103.xhp\n"
+"bm_id3153345\n"
+"help.text"
+msgid "<bookmark_value>Day function</bookmark_value>"
+msgstr "<bookmark_value>Day funkcija</bookmark_value>"
+
+#: 03030103.xhp
+msgctxt ""
+"03030103.xhp\n"
+"hd_id3153345\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030103.xhp\" name=\"Day Function [Runtime]\">Day Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030103.xhp\" name=\"Day funkcija [Run-time]\">Day funkcija [Run-time]</link>"
+
+#: 03030103.xhp
+msgctxt ""
+"03030103.xhp\n"
+"par_id3147560\n"
+"2\n"
+"help.text"
+msgid "Returns a value that represents the day of the month based on a serial date number generated by <emph>DateSerial</emph> or <emph>DateValue</emph>."
+msgstr "Vraća vrijednost koja reprezentira dan mjeseca baziran na serijskom datumu generisanog od strane <emph>DateSerial</emph> ili <emph>DateValue</emph>."
+
+#: 03030103.xhp
+msgctxt ""
+"03030103.xhp\n"
+"hd_id3149456\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03030103.xhp
+msgctxt ""
+"03030103.xhp\n"
+"par_id3150358\n"
+"4\n"
+"help.text"
+msgid "Day (Number)"
+msgstr "Dan (broj)"
+
+#: 03030103.xhp
+msgctxt ""
+"03030103.xhp\n"
+"hd_id3148798\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03030103.xhp
+msgctxt ""
+"03030103.xhp\n"
+"par_id3125865\n"
+"6\n"
+"help.text"
+msgid "Integer"
+msgstr "Cjelobrojno"
+
+#: 03030103.xhp
+msgctxt ""
+"03030103.xhp\n"
+"hd_id3150448\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03030103.xhp
+msgctxt ""
+"03030103.xhp\n"
+"par_id3156423\n"
+"8\n"
+"help.text"
+msgid "<emph>Number:</emph> A numeric expression that contains a serial date number from which you can determine the day of the month."
+msgstr "<emph>Number</emph>: Numerički izraz koji sadrži serijski datumski broj od kojeg možete da odredite dan mjeseca."
+
+#: 03030103.xhp
+msgctxt ""
+"03030103.xhp\n"
+"par_id3145786\n"
+"9\n"
+"help.text"
+msgid "This function is basically the opposite of the DateSerial function, returning the day of the month from a serial date number generated by the <emph>DateSerial</emph> or the <emph>DateValue</emph> function. For example, the expression"
+msgstr "Ova funkcija, u osnovi, je suprotna od DateSerial funkcije, vračajući dan mjeseca od serijskog datumskog broja generisanog od strane <emph>DateSerial</emph> ili <emph>DateValue</emph> funkcije. Na primjer, izraz"
+
+#: 03030103.xhp
+msgctxt ""
+"03030103.xhp\n"
+"par_id3153190\n"
+"11\n"
+"help.text"
+msgid "returns the value 20."
+msgstr "vrača vrijednost 20."
+
+#: 03030103.xhp
+msgctxt ""
+"03030103.xhp\n"
+"hd_id3149481\n"
+"12\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03030103.xhp
+msgctxt ""
+"03030103.xhp\n"
+"par_id3149260\n"
+"14\n"
+"help.text"
+msgid "Print \"Day \" & Day(DateSerial(1994, 12, 20)) & \" of the month\""
+msgstr "Print \"Dan \" & Day(DateSerial(1994, 12, 20)) & \" od mjeseca\""
+
+#: 03104500.xhp
+msgctxt ""
+"03104500.xhp\n"
+"tit\n"
+"help.text"
+msgid "IsUnoStruct Function [Runtime]"
+msgstr "JeliUnoStruct Funkcija [Vrijeme izvršavanja]"
+
+#: 03104500.xhp
+msgctxt ""
+"03104500.xhp\n"
+"bm_id3146117\n"
+"help.text"
+msgid "<bookmark_value>IsUnoStruct function</bookmark_value>"
+msgstr "<bookmark_value>JeliUnoStruct Funkcija</bookmark_value>"
+
+#: 03104500.xhp
+msgctxt ""
+"03104500.xhp\n"
+"hd_id3146117\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03104500.xhp\" name=\"IsUnoStruct Function [Runtime]\">IsUnoStruct Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03104500.xhp\" name=\"JeliUnoStruct Funkcija [Vrijeme izvršavanja]\">JeliUnoStruct Funkcija [Vrijeme izvršavanja]</link>"
+
+#: 03104500.xhp
+msgctxt ""
+"03104500.xhp\n"
+"par_id3146957\n"
+"2\n"
+"help.text"
+msgid "Returns True if the given object is a Uno struct."
+msgstr "Vraca True ako je dati objekat Uno struct."
+
+#: 03104500.xhp
+msgctxt ""
+"03104500.xhp\n"
+"hd_id3148538\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03104500.xhp
+msgctxt ""
+"03104500.xhp\n"
+"par_id3155341\n"
+"4\n"
+"help.text"
+msgid "IsUnoStruct( Uno type )"
+msgstr "JeliUnoStruct( Uno tip )"
+
+#: 03104500.xhp
+msgctxt ""
+"03104500.xhp\n"
+"hd_id3148473\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03104500.xhp
+msgctxt ""
+"03104500.xhp\n"
+"par_id3145315\n"
+"6\n"
+"help.text"
+msgid "Bool"
+msgstr ""
+
+#: 03104500.xhp
+msgctxt ""
+"03104500.xhp\n"
+"hd_id3145609\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03104500.xhp
+msgctxt ""
+"03104500.xhp\n"
+"par_id3148947\n"
+"8\n"
+"help.text"
+msgid "Uno type : A UnoObject"
+msgstr "Uno type : A UnoObjekat"
+
+#: 03104500.xhp
+msgctxt ""
+"03104500.xhp\n"
+"hd_id3156343\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03104500.xhp
+msgctxt ""
+"03104500.xhp\n"
+"par_idN10638\n"
+"help.text"
+msgid "' Instantiate a service"
+msgstr "' Stvaranje primjera usluge"
+
+#: 03104500.xhp
+#, fuzzy
+msgctxt ""
+"03104500.xhp\n"
+"par_idN10644\n"
+"help.text"
+msgid "MsgBox bIsStruct ' Displays False because oSimpleFileAccess Is NO struct"
+msgstr "MsgBox bIsStruct ' Prikaži False zato što oJednostavniDostupDatoteke NIJE struct"
+
+#: 03104500.xhp
+msgctxt ""
+"03104500.xhp\n"
+"par_idN10649\n"
+"help.text"
+msgid "' Instantiate a Property struct"
+msgstr "' Stvaranje primjera a Osobina struct"
+
+#: 03104500.xhp
+msgctxt ""
+"03104500.xhp\n"
+"par_idN10653\n"
+"help.text"
+msgid "MsgBox bIsStruct ' Displays True because aProperty is a struct"
+msgstr "MsgBox bIsStruct ' Prikaži True zato što aOsobina je struct"
+
+#: 03104500.xhp
+msgctxt ""
+"03104500.xhp\n"
+"par_idN1065B\n"
+"help.text"
+msgid "MsgBox bIsStruct ' Displays False because 42 is NO struct"
+msgstr "MsgBox bJeStruct ' Prikaži False zato što 42 NIJE struct"
+
+#: 03030100.xhp
+msgctxt ""
+"03030100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Converting Date Values"
+msgstr "Pretvaranje datumskih vrijednosti"
+
+#: 03030100.xhp
+#, fuzzy
+msgctxt ""
+"03030100.xhp\n"
+"hd_id3147573\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030100.xhp\" name=\"Converting Date Values\">Converting Date Values</link>"
+msgstr "<link href=\"text/sbasic/shared/03080300.xhp\" name=\"Stvaranje Slucajnih Brojeva\">Stvaranje Slucajnih Brojeva</link>"
+
+#: 03030100.xhp
+msgctxt ""
+"03030100.xhp\n"
+"par_id3154760\n"
+"2\n"
+"help.text"
+msgid "The following functions convert date values to calculable numbers and back."
+msgstr "Iduće funkcije pretvaraju datumske vrijednosti u računljive brojeve i nazad."
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"tit\n"
+"help.text"
+msgid "MsgBox Function [Runtime]"
+msgstr "MsgBox Function [Run-time]"
+
+#: 03010102.xhp
+#, fuzzy
+msgctxt ""
+"03010102.xhp\n"
+"bm_id3153379\n"
+"help.text"
+msgid "<bookmark_value>MsgBox function</bookmark_value>"
+msgstr "<bookmark_value>Popravna Funkcija</bookmark_value>"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"hd_id3153379\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03010102.xhp\" name=\"MsgBox Function [Runtime]\">MsgBox Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03010102.xhp\" name=\"MsgBox Function [Run-time]\">MsgBox Function [Run-time]</link>"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3145171\n"
+"2\n"
+"help.text"
+msgid "Displays a dialog box containing a message and returns a value."
+msgstr "Pokazuje dijalog sa povratnom vrijednosti."
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"hd_id3156281\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3154685\n"
+"4\n"
+"help.text"
+msgid "MsgBox (Text As String [,Type As Integer [,Dialogtitle As String]])"
+msgstr "MsgBox (Text As String [,Type As Integer [,DialogueBoxTitle As String]])"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"hd_id3153771\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3146985\n"
+"6\n"
+"help.text"
+msgid "Integer"
+msgstr "Cjelobrojno"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"hd_id3153363\n"
+"7\n"
+"help.text"
+msgid "Parameter:"
+msgstr "Parametar:"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3153727\n"
+"8\n"
+"help.text"
+msgid "<emph>Text</emph>: String expression displayed as a message in the dialog box. Line breaks can be inserted with Chr$(13)."
+msgstr ""
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3147317\n"
+"9\n"
+"help.text"
+msgid "<emph>DialogTitle</emph>: String expression displayed in the title bar of the dialog. If omitted, the name of the respective application is displayed."
+msgstr "<emph>DialogueBoxTitle</emph>: String prikazan kao naslov dijaloga. ime aplikacije je prikazano."
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3153954\n"
+"10\n"
+"help.text"
+msgid "<emph>Type</emph>: Any integer expression that specifies the dialog type and defines the number and type of buttons or icons displayed. <emph>Type</emph> represents a combination of bit patterns (dialog elements defined by adding the respective values):"
+msgstr "<emph>Vrsta</emph>: bilo koji broj u dijalog tipu definise tip i broj dugmadi za ikone <emph>Vrsta</emph> kombinacija paterna (dialogue box elements defined by adding the respective values):"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3154319\n"
+"11\n"
+"help.text"
+msgid "<emph>Values</emph>"
+msgstr "<emph>Vrijednosti</emph>"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3147397\n"
+"12\n"
+"help.text"
+msgid "0 : Display OK button only."
+msgstr ""
+
+#: 03010102.xhp
+#, fuzzy
+msgctxt ""
+"03010102.xhp\n"
+"par_id3145646\n"
+"13\n"
+"help.text"
+msgid "1 : Display OK and Cancel buttons."
+msgstr "5 : Display Retry and Cancel dugmad."
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3149410\n"
+"14\n"
+"help.text"
+msgid "2 : Display Abort, Retry, and Ignore buttons."
+msgstr "2 : Display Abort, Retry i Ignore dugmad."
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3151075\n"
+"15\n"
+"help.text"
+msgid "3 : Display Yes, No, and Cancel buttons."
+msgstr "3 : Display Yes, No i Cancel dugmad."
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3153878\n"
+"16\n"
+"help.text"
+msgid "4 : Display Yes and No buttons."
+msgstr "4 : Display Yes i No dugmad."
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3155601\n"
+"17\n"
+"help.text"
+msgid "5 : Display Retry and Cancel buttons."
+msgstr "5 : Display Retry and Cancel dugmad."
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3150716\n"
+"18\n"
+"help.text"
+msgid "16 : Add the Stop icon to the dialog."
+msgstr "16 : Add the Stop ikone u dijalogu."
+
+#: 03010102.xhp
+#, fuzzy
+msgctxt ""
+"03010102.xhp\n"
+"par_id3153837\n"
+"19\n"
+"help.text"
+msgid "32 : Add the Question icon to the dialog."
+msgstr "16 : Add the Stop ikone u dijalogu."
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3150751\n"
+"20\n"
+"help.text"
+msgid "48 : Add the Exclamation Point icon to the dialog."
+msgstr "48 : dodaj uzvicnik."
+
+#: 03010102.xhp
+#, fuzzy
+msgctxt ""
+"03010102.xhp\n"
+"par_id3146915\n"
+"21\n"
+"help.text"
+msgid "64 : Add the Information icon to the dialog."
+msgstr "48 : Dodaj uzvicnik ikonu dijalogy."
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3145640\n"
+"22\n"
+"help.text"
+msgid "128 : First button in the dialog as default button."
+msgstr ""
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3153765\n"
+"23\n"
+"help.text"
+msgid "256 : Second button in the dialog as default button."
+msgstr ""
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3153715\n"
+"24\n"
+"help.text"
+msgid "512 : Third button in the dialog as default button."
+msgstr ""
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3159267\n"
+"25\n"
+"help.text"
+msgid "<emph>Return value:</emph>"
+msgstr "Povratna virjednost"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3145230\n"
+"26\n"
+"help.text"
+msgid "1 : OK"
+msgstr ""
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3149567\n"
+"27\n"
+"help.text"
+msgid "2 : Cancel"
+msgstr ""
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id4056825\n"
+"help.text"
+msgid "3 : Abort"
+msgstr ""
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3155335\n"
+"28\n"
+"help.text"
+msgid "4 : Retry"
+msgstr ""
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3146918\n"
+"29\n"
+"help.text"
+msgid "5 : Ignore"
+msgstr ""
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3155961\n"
+"30\n"
+"help.text"
+msgid "6 : Yes"
+msgstr ""
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3148488\n"
+"31\n"
+"help.text"
+msgid "7 : No"
+msgstr ""
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"hd_id3150090\n"
+"40\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3151278\n"
+"43\n"
+"help.text"
+msgid "sVar = MsgBox(\"Las Vegas\")"
+msgstr "sVar = MsgBox(\"Blackpool\")"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3149034\n"
+"44\n"
+"help.text"
+msgid "sVar = MsgBox(\"Las Vegas\",1)"
+msgstr "sVar = MsgBox(\"Blackpool\", 1)"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3166424\n"
+"45\n"
+"help.text"
+msgid "sVar = MsgBox( \"Las Vegas\",256 + 16 + 2,\"Dialog title\")"
+msgstr "sVar = MsgBox(\"Blackpool\", 256 + 16 + 2, \"Dialogue Box Title\")"
+
+#: 03120302.xhp
+#, fuzzy
+msgctxt ""
+"03120302.xhp\n"
+"tit\n"
+"help.text"
+msgid "LCase Function [Runtime]"
+msgstr "Erase Funkcija [Vrijeme izvršavanja]"
+
+#: 03120302.xhp
+#, fuzzy
+msgctxt ""
+"03120302.xhp\n"
+"bm_id3152363\n"
+"help.text"
+msgid "<bookmark_value>LCase function</bookmark_value>"
+msgstr "<bookmark_value>UCase funkcija</bookmark_value>"
+
+#: 03120302.xhp
+#, fuzzy
+msgctxt ""
+"03120302.xhp\n"
+"hd_id3152363\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120302.xhp\" name=\"LCase Function [Runtime]\">LCase Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase Function [Run-time]\">UCase funkcija [U izvršenju]</link>"
+
+#: 03120302.xhp
+msgctxt ""
+"03120302.xhp\n"
+"par_id3145609\n"
+"2\n"
+"help.text"
+msgid "Converts all uppercase letters in a string to lowercase."
+msgstr ""
+
+#: 03120302.xhp
+#, fuzzy
+msgctxt ""
+"03120302.xhp\n"
+"par_id3154347\n"
+"3\n"
+"help.text"
+msgid "See also: <link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase\">UCase</link> Function"
+msgstr "Vidi jos: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"open\">open</link>"
+
+#: 03120302.xhp
+msgctxt ""
+"03120302.xhp\n"
+"hd_id3149456\n"
+"4\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03120302.xhp
+#, fuzzy
+msgctxt ""
+"03120302.xhp\n"
+"par_id3150791\n"
+"5\n"
+"help.text"
+msgid "LCase (Text As String)"
+msgstr "UCase (Tekst kao string)"
+
+#: 03120302.xhp
+msgctxt ""
+"03120302.xhp\n"
+"hd_id3154940\n"
+"6\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03120302.xhp
+#, fuzzy
+msgctxt ""
+"03120302.xhp\n"
+"par_id3144760\n"
+"7\n"
+"help.text"
+msgid "String"
+msgstr "Stringovi"
+
+#: 03120302.xhp
+msgctxt ""
+"03120302.xhp\n"
+"hd_id3151043\n"
+"8\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03120302.xhp
+#, fuzzy
+msgctxt ""
+"03120302.xhp\n"
+"par_id3153193\n"
+"9\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression that you want to convert."
+msgstr "<emph>Text2</emph>: String izraz koji želite pretraživati."
+
+#: 03120302.xhp
+msgctxt ""
+"03120302.xhp\n"
+"hd_id3148451\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03120302.xhp
+#, fuzzy
+msgctxt ""
+"03120302.xhp\n"
+"par_id3146121\n"
+"14\n"
+"help.text"
+msgid "Print LCase(sVar) ' Returns \"las vegas\""
+msgstr "Štampaj: LCase(sVar) REM \"blackpool\""
+
+#: 03120302.xhp
+#, fuzzy
+msgctxt ""
+"03120302.xhp\n"
+"par_id3146986\n"
+"15\n"
+"help.text"
+msgid "Print UCase(sVar) ' Returns \"LAS VEGAS\""
+msgstr "Štampaj UCase(sVar) REM vraca \"BLACKPOOL\""
+
+#: 03132200.xhp
+msgctxt ""
+"03132200.xhp\n"
+"tit\n"
+"help.text"
+msgid "ThisComponent Statement [Runtime]"
+msgstr "ThisComponent Statement [Run-time]"
+
+#: 03132200.xhp
+msgctxt ""
+"03132200.xhp\n"
+"bm_id3155342\n"
+"help.text"
+msgid "<bookmark_value>ThisComponent property</bookmark_value><bookmark_value>components;addressing</bookmark_value>"
+msgstr "<bookmark_value>ThisComponent statement</bookmark_value><bookmark_value>components;addressing</bookmark_value>"
+
+#: 03132200.xhp
+msgctxt ""
+"03132200.xhp\n"
+"hd_id3155342\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03132200.xhp\" name=\"ThisComponent [Runtime]\">ThisComponent [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03132200.xhp\" name=\"ThisComponent Statement [Run-time]\">ThisComponent Statement [Run-time]</link>"
+
+#: 03132200.xhp
+msgctxt ""
+"03132200.xhp\n"
+"par_id3154923\n"
+"2\n"
+"help.text"
+msgid "Addresses the active component so that its properties can be read and set. ThisComponent is used from document Basic, where it represents the document the Basic belongs to. The type of object accessed by ThisComponent depends on the document type."
+msgstr "adresira aktivne komponente, tako da se njegova svojstva mogu čitati i postaviti. thiscomponent se koristi iz dokumenta BASIC, gdje ona predstavlja dokument baSIC gdje pripada. vrsta objekta pristupljenom thiscomponent ovisi o vrsti dokumenta."
+
+#: 03132200.xhp
+msgctxt ""
+"03132200.xhp\n"
+"hd_id3154346\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03132200.xhp
+msgctxt ""
+"03132200.xhp\n"
+"par_id3151056\n"
+"4\n"
+"help.text"
+msgid "ThisComponent"
+msgstr ""
+
+#: 03132200.xhp
+msgctxt ""
+"03132200.xhp\n"
+"hd_id3154940\n"
+"5\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03132200.xhp
+#, fuzzy
+msgctxt ""
+"03132200.xhp\n"
+"par_id3154123\n"
+"7\n"
+"help.text"
+msgid "' updates the \"Table of Contents\" in a text doc"
+msgstr "REM nadogradjuje \"Table of Contents\" u text doc"
+
+#: 03132200.xhp
+msgctxt ""
+"03132200.xhp\n"
+"par_id3153194\n"
+"10\n"
+"help.text"
+msgid "index = allindexes.getByName(\"Table of Contents1\")"
+msgstr "index = allindexes.getByName(\"Table of Contents1\")"
+
+#: 03132200.xhp
+#, fuzzy
+msgctxt ""
+"03132200.xhp\n"
+"par_id3156422\n"
+"11\n"
+"help.text"
+msgid "' use the default name for Table of Contents and a 1"
+msgstr "REM koristi postojece ime Table of Contents i a 1"
+
+#: 03030204.xhp
+#, fuzzy
+msgctxt ""
+"03030204.xhp\n"
+"tit\n"
+"help.text"
+msgid "Second Function [Runtime]"
+msgstr "Sin Funkcija [Vrijeme Izvodjenja]"
+
+#: 03030204.xhp
+#, fuzzy
+msgctxt ""
+"03030204.xhp\n"
+"bm_id3153346\n"
+"help.text"
+msgid "<bookmark_value>Second function</bookmark_value>"
+msgstr "<bookmark_value>Sin funkcija</bookmark_value>"
+
+#: 03030204.xhp
+#, fuzzy
+msgctxt ""
+"03030204.xhp\n"
+"hd_id3153346\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030204.xhp\" name=\"Second Function [Runtime]\">Second Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020304.xhp\" name=\"Trazi Funkciju [Run-time]\">Trazi Funkcija [Run-time]</link>"
+
+#: 03030204.xhp
+msgctxt ""
+"03030204.xhp\n"
+"par_id3156023\n"
+"2\n"
+"help.text"
+msgid "Returns an integer that represents the seconds of the serial time number that is generated by the TimeSerial or the TimeValue function."
+msgstr ""
+
+#: 03030204.xhp
+msgctxt ""
+"03030204.xhp\n"
+"hd_id3147264\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03030204.xhp
+msgctxt ""
+"03030204.xhp\n"
+"par_id3146795\n"
+"4\n"
+"help.text"
+msgid "Second (Number)"
+msgstr ""
+
+#: 03030204.xhp
+msgctxt ""
+"03030204.xhp\n"
+"hd_id3150792\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03030204.xhp
+msgctxt ""
+"03030204.xhp\n"
+"par_id3154140\n"
+"6\n"
+"help.text"
+msgid "Integer"
+msgstr "Cjelobrojno"
+
+#: 03030204.xhp
+msgctxt ""
+"03030204.xhp\n"
+"hd_id3156280\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03030204.xhp
+#, fuzzy
+msgctxt ""
+"03030204.xhp\n"
+"par_id3154124\n"
+"8\n"
+"help.text"
+msgid "<emph>Number:</emph> Numeric expression that contains the serial time number that is used to calculate the number of seconds."
+msgstr "<emph>Number</emph>: Numerički izraz koji sadrži serijski datum koji će se koristiti da se ustanovi mjesec godine."
+
+#: 03030204.xhp
+msgctxt ""
+"03030204.xhp\n"
+"par_id3125864\n"
+"9\n"
+"help.text"
+msgid "This function is the opposite of the <emph>TimeSerial </emph>function. It returns the seconds of a serial time value that is generated by the <emph>TimeSerial</emph> or <emph>TimeValue </emph>functions. For example, the expression:"
+msgstr ""
+
+#: 03030204.xhp
+msgctxt ""
+"03030204.xhp\n"
+"par_id3153951\n"
+"10\n"
+"help.text"
+msgid "Print Second(TimeSerial(12,30,41))"
+msgstr ""
+
+#: 03030204.xhp
+#, fuzzy
+msgctxt ""
+"03030204.xhp\n"
+"par_id3151117\n"
+"11\n"
+"help.text"
+msgid "returns the value 41."
+msgstr "vrača vrijednost 20."
+
+#: 03030204.xhp
+msgctxt ""
+"03030204.xhp\n"
+"hd_id3147426\n"
+"12\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03030204.xhp
+msgctxt ""
+"03030204.xhp\n"
+"par_id3156441\n"
+"14\n"
+"help.text"
+msgid "MsgBox \"The exact second of the current time is \"& Second( Now )"
+msgstr ""
+
+#: 03102300.xhp
+#, fuzzy
+msgctxt ""
+"03102300.xhp\n"
+"tit\n"
+"help.text"
+msgid "IsDate Function [Runtime]"
+msgstr "CDate Function [Run-time]"
+
+#: 03102300.xhp
+#, fuzzy
+msgctxt ""
+"03102300.xhp\n"
+"bm_id3145090\n"
+"help.text"
+msgid "<bookmark_value>IsDate function</bookmark_value>"
+msgstr "<bookmark_value>Int Funkcija</bookmark_value>"
+
+#: 03102300.xhp
+#, fuzzy
+msgctxt ""
+"03102300.xhp\n"
+"hd_id3145090\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03102300.xhp\" name=\"IsDate Function [Runtime]\">IsDate Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03100300.xhp\" name=\"CDate Function [Run-time]\">CDate Function [Run-time]</link>"
+
+#: 03102300.xhp
+msgctxt ""
+"03102300.xhp\n"
+"par_id3153311\n"
+"2\n"
+"help.text"
+msgid "Tests if a numeric or string expression can be converted to a <emph>Date</emph> variable."
+msgstr ""
+
+#: 03102300.xhp
+msgctxt ""
+"03102300.xhp\n"
+"hd_id3153824\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03102300.xhp
+#, fuzzy
+msgctxt ""
+"03102300.xhp\n"
+"par_id3147573\n"
+"4\n"
+"help.text"
+msgid "IsDate (Expression)"
+msgstr "CDate (Izraz)"
+
+#: 03102300.xhp
+msgctxt ""
+"03102300.xhp\n"
+"hd_id3143270\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03102300.xhp
+msgctxt ""
+"03102300.xhp\n"
+"par_id3147560\n"
+"6\n"
+"help.text"
+msgid "Bool"
+msgstr ""
+
+#: 03102300.xhp
+msgctxt ""
+"03102300.xhp\n"
+"hd_id3148947\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03102300.xhp
+msgctxt ""
+"03102300.xhp\n"
+"par_id3145069\n"
+"8\n"
+"help.text"
+msgid "<emph>Expression:</emph> Any numeric or string expression that you want to test. If the expression can be converted to a date, the function returns <emph>True</emph>, otherwise the function returns <emph>False</emph>."
+msgstr ""
+
+#: 03102300.xhp
+msgctxt ""
+"03102300.xhp\n"
+"hd_id3150447\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03102300.xhp
+msgctxt ""
+"03102300.xhp\n"
+"par_id3150869\n"
+"13\n"
+"help.text"
+msgid "Print IsDate(sDateVar) ' Returns True"
+msgstr ""
+
+#: 03102300.xhp
+msgctxt ""
+"03102300.xhp\n"
+"par_id3147288\n"
+"15\n"
+"help.text"
+msgid "Print IsDate(sDateVar) ' Returns False"
+msgstr ""
+
+#: 03020400.xhp
+msgctxt ""
+"03020400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Managing Files"
+msgstr ""
+
+#: 03020400.xhp
+#, fuzzy
+msgctxt ""
+"03020400.xhp\n"
+"hd_id3145136\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020400.xhp\" name=\"Managing Files\">Managing Files</link>"
+msgstr "<link href=\"text/sbasic/shared/03100000.xhp\" name=\"varijable\">varijable</link>"
+
+#: 03020400.xhp
+msgctxt ""
+"03020400.xhp\n"
+"par_id3147264\n"
+"2\n"
+"help.text"
+msgid "The functions and statements for managing files are described here."
+msgstr "Funkcijas i izjave za upravljanje datotekaa su opisani ovdje."
+
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"tit\n"
+"help.text"
+msgid "CBool Function [Runtime]"
+msgstr "CBool Function [Run-time]"
+
+#: 03100100.xhp
+#, fuzzy
+msgctxt ""
+"03100100.xhp\n"
+"bm_id3150616\n"
+"help.text"
+msgid "<bookmark_value>CBool function</bookmark_value>"
+msgstr "<bookmark_value>Izaberi funkciju</bookmark_value>"
+
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"hd_id3150616\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03100100.xhp\" name=\"CBool Function [Runtime]\">CBool Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03100100.xhp\" name=\"CBool Function [Run-time]\">CBool Function [Run-time]</link>"
+
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"par_id3145136\n"
+"2\n"
+"help.text"
+msgid "Converts a string comparison or numeric comparison to a Boolean expression, or converts a single numeric expression to a Boolean expression."
+msgstr "Konvertuje poredjenje znaka ili brojnog izraza u Boolean izraz, ili konvertuje jedan brojni izraz u Boolean izraz."
+
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"hd_id3153345\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"par_id3149514\n"
+"4\n"
+"help.text"
+msgid "CBool (Expression1 {= | <> | < | > | <= | >=} Expression2) or CBool (Number)"
+msgstr "CBool (Izraz_1 {= | <> | < | > | <= | >=} Izraz_2) or CBool (Number)"
+
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"hd_id3156152\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"par_id3155419\n"
+"6\n"
+"help.text"
+msgid "Bool"
+msgstr ""
+
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"hd_id3147530\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"par_id3156344\n"
+"8\n"
+"help.text"
+msgid "<emph>Expression1, Expression2:</emph> Any string or numeric expressions that you want to compare. If the expressions match, the <emph>CBool</emph> function returns <emph>True</emph>, otherwise <emph>False</emph> is returned."
+msgstr "<emph>izraz_1, izraz_2</emph>: Bilo koji znak ili numericki izraz koji zelis konvertovati.ako se izrazi poklapaju, <emph>CBool</emph> funkcija vraca <emph>True</emph>, u drugom slucaju <emph>Netačno</emph> je vracena."
+
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"par_id3149655\n"
+"9\n"
+"help.text"
+msgid "<emph>Number:</emph> Any numeric expression that you want to convert. If the expression equals 0, <emph>False</emph> is returned, otherwise <emph>True</emph> is returned."
+msgstr "<emph>Number</emph>: Brojni izraz koji zelis konvertovati. Ako je izraz jedank 0, <emph>Netačno</emph> je vracena, u drugom slucaju <emph>True</emph> je vracena."
+
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"par_id3145171\n"
+"10\n"
+"help.text"
+msgid "The following example uses the <emph>CBool</emph> function to evaluate the value that is returned by the <emph>Instr</emph> function. The function checks if the word \"and\" is found in the sentence that was entered by the user."
+msgstr "Slijedeci primjerkoristi <emph>CBool</emph> funkciju da procijeni vrijednost koja je vracena <emph>Instr</emph> funkcijom. Funkcija provjerava ako je rijec \"i\"nadjena u recenici koja je unesena od korisnika."
+
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"hd_id3156212\n"
+"11\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"par_id3155132\n"
+"14\n"
+"help.text"
+msgid "sText = InputBox(\"Please enter a short sentence:\")"
+msgstr "sTektst = PoljeUnosa(\"Molimo unesite kratku recenicu:\")"
+
+#: 03100100.xhp
+#, fuzzy
+msgctxt ""
+"03100100.xhp\n"
+"par_id3155855\n"
+"15\n"
+"help.text"
+msgid "' Proof if the word »and« appears in the sentence."
+msgstr "REM Dokazi ukoliko je rijec »i« pojavljivana u recenici."
+
+#: 03100100.xhp
+#, fuzzy
+msgctxt ""
+"03100100.xhp\n"
+"par_id3146984\n"
+"16\n"
+"help.text"
+msgid "' Instead of the command line"
+msgstr "REM Umjesto komandne linije"
+
+#: 03100100.xhp
+#, fuzzy
+msgctxt ""
+"03100100.xhp\n"
+"par_id3148576\n"
+"17\n"
+"help.text"
+msgid "' If Instr(Input, \"and\")<>0 Then..."
+msgstr "REM ako Instr(Unos, \"i\")<>0 onda..."
+
+#: 03100100.xhp
+#, fuzzy
+msgctxt ""
+"03100100.xhp\n"
+"par_id3154014\n"
+"18\n"
+"help.text"
+msgid "' the CBool function is applied as follows:"
+msgstr "REM the CBool je primjenjena kao sto slijedi:"
+
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"par_id3155413\n"
+"19\n"
+"help.text"
+msgid "If CBool(Instr(sText, \"and\")) Then"
+msgstr "If CBool(Instr(sTekst, \"i\")) onda"
+
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"par_id3152940\n"
+"20\n"
+"help.text"
+msgid "MsgBox \"The word »and« appears in the sentence you entered!\""
+msgstr "poruka_polje \"Rijec »i« se pojavljuje u recenici koju ste unijeli!\""
+
+#: 03020201.xhp
+#, fuzzy
+msgctxt ""
+"03020201.xhp\n"
+"tit\n"
+"help.text"
+msgid "Get Statement [Runtime]"
+msgstr "Postavi Naredbu[Vrijeme izvršavanja]"
+
+#: 03020201.xhp
+#, fuzzy
+msgctxt ""
+"03020201.xhp\n"
+"bm_id3154927\n"
+"help.text"
+msgid "<bookmark_value>Get statement</bookmark_value>"
+msgstr "<bookmark_value>Naredba za izlaz</bookmark_value>"
+
+#: 03020201.xhp
+#, fuzzy
+msgctxt ""
+"03020201.xhp\n"
+"hd_id3154927\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020201.xhp\">Get Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03010101.xhp\">MsgBox Statement [Run-time]</link>"
+
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"par_id3145069\n"
+"2\n"
+"help.text"
+msgid "Reads a record from a relative file, or a sequence of bytes from a binary file, into a variable."
+msgstr ""
+
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"par_id3154346\n"
+"3\n"
+"help.text"
+msgid "See also: <link href=\"text/sbasic/shared/03020204.xhp\" name=\"PUT\"><item type=\"literal\">PUT</item></link> Statement"
+msgstr ""
+
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"hd_id3150358\n"
+"4\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"par_id3150792\n"
+"5\n"
+"help.text"
+msgid "Get [#] FileNumber As Integer, [Position], Variable"
+msgstr ""
+
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"hd_id3154138\n"
+"6\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"par_id3150448\n"
+"7\n"
+"help.text"
+msgid "<emph>FileNumber:</emph> Any integer expression that determines the file number."
+msgstr ""
+
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"par_id3154684\n"
+"8\n"
+"help.text"
+msgid "<emph>Position:</emph> For files opened in Random mode, <emph>Position</emph> is the number of the record that you want to read."
+msgstr ""
+
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"par_id3153768\n"
+"9\n"
+"help.text"
+msgid "For files opened in Binary mode, <emph>Position</emph> is the byte position in the file where the reading starts."
+msgstr ""
+
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"par_id3147319\n"
+"10\n"
+"help.text"
+msgid "If <emph>Position</emph> is omitted, the current position or the current data record of the file is used."
+msgstr ""
+
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"par_id3149484\n"
+"11\n"
+"help.text"
+msgid "Variable: Name of the variable to be read. With the exception of object variables, you can use any variable type."
+msgstr ""
+
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"hd_id3153144\n"
+"12\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03020201.xhp
+#, fuzzy
+msgctxt ""
+"03020201.xhp\n"
+"par_id3155307\n"
+"15\n"
+"help.text"
+msgid "Dim sText As Variant ' Must be a variant"
+msgstr "Oznaciti sText kao varijantu REM mora biti varijanta"
+
+#: 03020201.xhp
+#, fuzzy
+msgctxt ""
+"03020201.xhp\n"
+"par_id3149411\n"
+"21\n"
+"help.text"
+msgid "Seek #iNumber,1 ' Position at beginning"
+msgstr "Traziti #iBroj,1 REM pozicija na pocetku"
+
+#: 03020201.xhp
+#, fuzzy
+msgctxt ""
+"03020201.xhp\n"
+"par_id3153158\n"
+"22\n"
+"help.text"
+msgid "Put #iNumber,, \"This is the first line of text\" ' Fill line with text"
+msgstr "Staviti #iBroj,, \"Ovo je prvi red teksta\" REM ispuniti sa tekstom"
+
+#: 03020201.xhp
+#, fuzzy
+msgctxt ""
+"03020201.xhp\n"
+"par_id3148457\n"
+"23\n"
+"help.text"
+msgid "Put #iNumber,, \"This is the second line of text\""
+msgstr "Staviti #iBroj,,\"Ovo je novi red teksta\""
+
+#: 03020201.xhp
+#, fuzzy
+msgctxt ""
+"03020201.xhp\n"
+"par_id3150715\n"
+"24\n"
+"help.text"
+msgid "Put #iNumber,, \"This is the third line of text\""
+msgstr "Staviti #iBroj,,\"Ovo je novi red teksta\""
+
+#: 03020201.xhp
+#, fuzzy
+msgctxt ""
+"03020201.xhp\n"
+"par_id3155938\n"
+"33\n"
+"help.text"
+msgid "Put #iNumber,,\"This is a new text\""
+msgstr "Staviti #iBroj,,\"Ovo je novi red teksta\""
+
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"par_id3146916\n"
+"36\n"
+"help.text"
+msgid "Put #iNumber,20,\"This is the text in record 20\""
+msgstr ""
+
+#: 03102700.xhp
+#, fuzzy
+msgctxt ""
+"03102700.xhp\n"
+"tit\n"
+"help.text"
+msgid "IsNumeric Function [Runtime]"
+msgstr "JeliUnoStruct Funkcija [Vrijeme izvršavanja]"
+
+#: 03102700.xhp
+#, fuzzy
+msgctxt ""
+"03102700.xhp\n"
+"bm_id3145136\n"
+"help.text"
+msgid "<bookmark_value>IsNumeric function</bookmark_value>"
+msgstr "<bookmark_value>JeliUnoStruct Funkcija</bookmark_value>"
+
+#: 03102700.xhp
+#, fuzzy
+msgctxt ""
+"03102700.xhp\n"
+"hd_id3145136\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03102700.xhp\" name=\"IsNumeric Function [Runtime]\">IsNumeric Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03104500.xhp\" name=\"JeliUnoStruct Funkcija [Vrijeme izvršavanja]\">JeliUnoStruct Funkcija [Vrijeme izvršavanja]</link>"
+
+#: 03102700.xhp
+msgctxt ""
+"03102700.xhp\n"
+"par_id3149177\n"
+"2\n"
+"help.text"
+msgid "Tests if an expression is a number. If the expression is a <link href=\"text/sbasic/shared/00000002.xhp#dezimal\" name=\"number\">number</link>, the function returns True, otherwise the function returns False."
+msgstr ""
+
+#: 03102700.xhp
+msgctxt ""
+"03102700.xhp\n"
+"hd_id3149415\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03102700.xhp
+msgctxt ""
+"03102700.xhp\n"
+"par_id3150771\n"
+"4\n"
+"help.text"
+msgid "IsNumeric (Var)"
+msgstr ""
+
+#: 03102700.xhp
+msgctxt ""
+"03102700.xhp\n"
+"hd_id3148685\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03102700.xhp
+msgctxt ""
+"03102700.xhp\n"
+"par_id3148944\n"
+"6\n"
+"help.text"
+msgid "Bool"
+msgstr ""
+
+#: 03102700.xhp
+msgctxt ""
+"03102700.xhp\n"
+"hd_id3148947\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03102700.xhp
+#, fuzzy
+msgctxt ""
+"03102700.xhp\n"
+"par_id3154760\n"
+"8\n"
+"help.text"
+msgid "<emph>Var:</emph> Any expression that you want to test."
+msgstr "<emph>Izraz</emph>: Izraz koji želite procijeniti"
+
+#: 03102700.xhp
+msgctxt ""
+"03102700.xhp\n"
+"hd_id3149656\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03102700.xhp
+msgctxt ""
+"03102700.xhp\n"
+"par_id3147230\n"
+"13\n"
+"help.text"
+msgid "Print IsNumeric(vVar) ' Returns False"
+msgstr ""
+
+#: 03102700.xhp
+msgctxt ""
+"03102700.xhp\n"
+"par_id3154910\n"
+"15\n"
+"help.text"
+msgid "Print IsNumeric(vVar) ' Returns True"
+msgstr ""
+
+#: 03104100.xhp
+msgctxt ""
+"03104100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Optional (in Function Statement) [Runtime]"
+msgstr "Proizvoljno (u naredbi funkcije) [Vrijeme izvršavanja]"
+
+#: 03104100.xhp
+msgctxt ""
+"03104100.xhp\n"
+"bm_id3149205\n"
+"help.text"
+msgid "<bookmark_value>Optional function</bookmark_value>"
+msgstr "<bookmark_value>Proizvoljna Funkcija</bookmark_value>"
+
+#: 03104100.xhp
+msgctxt ""
+"03104100.xhp\n"
+"hd_id3149205\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03104100.xhp\" name=\"Optional (in Function Statement) [Runtime]\">Optional (in Function Statement) [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03104100.xhp\" name=\"Proizvoljno (u Naredbi Funkcije) [Vrijeme izvršavanja]\">Proizvoljno (u Naredbi Funkcija) [Vrijeme izvršavanja]</link>"
+
+#: 03104100.xhp
+msgctxt ""
+"03104100.xhp\n"
+"par_id3143267\n"
+"2\n"
+"help.text"
+msgid "Allows you to define parameters that are passed to a function as optional."
+msgstr "Omogucava da definišete parametre koji su proizvoljno proslijedeni u funkciju."
+
+#: 03104100.xhp
+msgctxt ""
+"03104100.xhp\n"
+"par_id3155419\n"
+"3\n"
+"help.text"
+msgid "See also: <link href=\"text/sbasic/shared/03104000.xhp\" name=\"IsMissing\">IsMissing</link>"
+msgstr "Takode pogledaj: <link href=\"text/sbasic/shared/03104000.xhp\" name=\"Fali\">Fali</link>"
+
+#: 03104100.xhp
+msgctxt ""
+"03104100.xhp\n"
+"hd_id3153824\n"
+"4\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03104100.xhp
+msgctxt ""
+"03104100.xhp\n"
+"par_id3159157\n"
+"5\n"
+"help.text"
+msgid "Function MyFunction(Text1 As String, Optional Arg2, Optional Arg3)"
+msgstr "Funkcija MojaFunkcija(Text1 Kao String, Proizvoljno Arg2, Proizvoljno Arg3)"
+
+#: 03104100.xhp
+#, fuzzy
+msgctxt ""
+"03104100.xhp\n"
+"hd_id3145610\n"
+"7\n"
+"help.text"
+msgid "Examples:"
+msgstr "Primjer:"
+
+#: 03104100.xhp
+msgctxt ""
+"03104100.xhp\n"
+"par_id3154347\n"
+"8\n"
+"help.text"
+msgid "Result = MyFunction(\"Here\", 1, \"There\") ' all arguments are passed."
+msgstr "Rezultat = MojaFunkcija(\"Ovdje\", 1, \"Tamo\") ' svi argumenti su proslijedeni."
+
+#: 03104100.xhp
+msgctxt ""
+"03104100.xhp\n"
+"par_id3146795\n"
+"9\n"
+"help.text"
+msgid "Result = MyFunction(\"Test\", ,1) ' second argument is missing."
+msgstr "Rezultat = MojaFunkcija(\"Test\", , 1) ' drugi argument fali."
+
+#: 03104100.xhp
+#, fuzzy
+msgctxt ""
+"03104100.xhp\n"
+"par_id3153897\n"
+"10\n"
+"help.text"
+msgid "See also <link href=\"text/sbasic/guide/sample_code.xhp\" name=\"Examples\">Examples</link>."
+msgstr "Pogledaj <link href=\"text/sbasic/guide/sample_code.xhp\" name=\"Examples\">Examples</link>."
+
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"tit\n"
+"help.text"
+msgid "Function Statement [Runtime]"
+msgstr "funkcija izjave [Run-time]"
+
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"bm_id3153346\n"
+"help.text"
+msgid "<bookmark_value>Function statement</bookmark_value>"
+msgstr "<bookmark_value>Funkcija izjave</bookmark_value>"
+
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"hd_id3153346\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090406.xhp\" name=\"Function Statement [Runtime]\">Function Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090406.xhp\" name=\"Funkcija izjave [Run-time]\">Funkcija izjave [Run-time]</link>"
+
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"par_id3159158\n"
+"2\n"
+"help.text"
+msgid "Defines a subroutine that can be used as an expression to determine a return type."
+msgstr "Definira potprogram koji se može koristiti kao izraz za određivanje povrata tipa."
+
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"hd_id3145316\n"
+"3\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa:"
+
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"par_id3148944\n"
+"4\n"
+"help.text"
+msgid "see Parameter"
+msgstr "vidi Parametre"
+
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"hd_id3154760\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"par_id3156344\n"
+"6\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa:"
+
+#: 03090406.xhp
+#, fuzzy
+msgctxt ""
+"03090406.xhp\n"
+"par_id3149457\n"
+"7\n"
+"help.text"
+msgid "Function Name[(VarName1 [As Type][, VarName2 [As Type][,...]]]) [As Type]"
+msgstr "Sub Name[(VarName1 [Kao Tip][, VarName2 [Kao Tip][,...]])]"
+
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"par_id3153360\n"
+"8\n"
+"help.text"
+msgid "statement block"
+msgstr "blok izjava"
+
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"par_id3148797\n"
+"9\n"
+"help.text"
+msgid "[Exit Function]"
+msgstr ""
+
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"par_id3145419\n"
+"10\n"
+"help.text"
+msgid "statement block"
+msgstr "blok izjava"
+
+#: 03090406.xhp
+#, fuzzy
+msgctxt ""
+"03090406.xhp\n"
+"par_id3150449\n"
+"11\n"
+"help.text"
+msgid "End Function"
+msgstr "Kraj funkcije"
+
+#: 03090406.xhp
+#, fuzzy
+msgctxt ""
+"03090406.xhp\n"
+"par_id3156281\n"
+"12\n"
+"help.text"
+msgid "Parameter"
+msgstr "Parametar:"
+
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"par_id3153193\n"
+"13\n"
+"help.text"
+msgid "<emph>Name:</emph> Name of the subroutine to contain the value returned by the function."
+msgstr "<emph>Name</emph>: Ime potprograma da sadrži vrijednost koju vraća funkcija."
+
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"par_id3147229\n"
+"14\n"
+"help.text"
+msgid "<emph>VarName:</emph> Parameter to be passed to the subroutine."
+msgstr "<emph>VarName</emph>: Parametri koji ce biti vraceni u podprogram."
+
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"par_id3147287\n"
+"15\n"
+"help.text"
+msgid "<emph>Type:</emph> Type-declaration keyword."
+msgstr "<emph>Type:</emph> Ključna riječ za deklarisanje tipa."
+
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"hd_id3163710\n"
+"16\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"par_id3152939\n"
+"21\n"
+"help.text"
+msgid "For siStep = 0 To 10 ' Fill array with test data"
+msgstr ""
+
+#: 03090406.xhp
+#, fuzzy
+msgctxt ""
+"03090406.xhp\n"
+"par_id3154943\n"
+"32\n"
+"help.text"
+msgid "' Linsearch searches a TextArray:sList() for a TextEntry:"
+msgstr "REM Linsearch pretražuje a TextArray:sList() za TextEntry:"
+
+#: 03090406.xhp
+#, fuzzy
+msgctxt ""
+"03090406.xhp\n"
+"par_id3155601\n"
+"33\n"
+"help.text"
+msgid "' Return value Is the index of the entry Or 0 (Null)"
+msgstr "REM Vrati vrijednost je indeks od unosa ili 0 (Null)"
+
+#: 03090406.xhp
+#, fuzzy
+msgctxt ""
+"03090406.xhp\n"
+"par_id3153707\n"
+"36\n"
+"help.text"
+msgid "Exit For ' sItem found"
+msgstr "Napusti za REM sPOdatak nadjen"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Using Procedures and Functions"
+msgstr "Korištenje Procedura i Funkcija"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"bm_id3149456\n"
+"help.text"
+msgid "<bookmark_value>procedures</bookmark_value><bookmark_value>functions;using</bookmark_value><bookmark_value>variables;passing to procedures and functions</bookmark_value><bookmark_value>parameters;for procedures and functions</bookmark_value><bookmark_value>parameters;passing by reference or value</bookmark_value><bookmark_value>variables;scope</bookmark_value><bookmark_value>scope of variables</bookmark_value><bookmark_value>GLOBAL variables</bookmark_value><bookmark_value>PUBLIC variables</bookmark_value><bookmark_value>PRIVATE variables</bookmark_value><bookmark_value>functions;return value type</bookmark_value><bookmark_value>return value type of functions</bookmark_value>"
+msgstr "<bookmark_value>procedures</bookmark_value><bookmark_value>funkcije;koristeći</bookmark_value><bookmark_value> varijable; prenos parametara na procedure i funkcije</bookmark_value><bookmark_value>;za parametre procedura i funkcija</bookmark_value><bookmark_value>; prenos po referenci ili vrijednosti varijabli </bookmark_value><bookmark_value>;scope</bookmark_value><bookmark_value>domena varijabli </bookmark_value><bookmark_value>GLOBAL varijable</bookmark_value><bookmark_value>PUBLIC varijable</bookmark_value><bookmark_value>PRIVATE varijable</bookmark_value><bookmark_value>funkcije; povratna vrijednost </bookmark_value><bookmark_value>tip povratne vrijednosti funkcije</bookmark_value>"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"hd_id3149456\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01020300.xhp\">Using Procedures and Functions</link>"
+msgstr "<link href=\"text/sbasic/shared/01020300.xhp\">Korištenje Procedura i Funkcija</link>"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3150767\n"
+"2\n"
+"help.text"
+msgid "The following describes the basic use of procedures and functions in $[officename] Basic."
+msgstr "Slijedeće opisuje osnovnu upotrebu procedura i funkcija u $[officename] Basic-u."
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3151215\n"
+"56\n"
+"help.text"
+msgid "When you create a new module, $[officename] Basic automatically inserts a SUB called \"Main\". This default name has nothing to do with the order or the starting point of a $[officename] Basic project. You can also safely rename this SUB."
+msgstr "Kada kreiraš novi modul , $[officename] Basic automatski unosi SUB zvani \"Osnovni\". Ovo dodijeljeno ime nema veze sa poretkom početne tačke $[officename] Basic projekat. Također možeš sigurno preimenovati ovaj SUB."
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id314756320\n"
+"help.text"
+msgid "Some restrictions apply for the names of your public variables, subs, and functions. You must not use the same name as one of the modules of the same library."
+msgstr ""
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3154124\n"
+"3\n"
+"help.text"
+msgid "Procedures (SUBS) and functions (FUNCTIONS) help you maintaining a structured overview by separating a program into logical pieces."
+msgstr "Procedure (SUBS) i funkcije (FUNCTIONS) pomažu pri održavanju strukturalnog pregleda rastavljanjem programa u logične dijelove."
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3153193\n"
+"4\n"
+"help.text"
+msgid "One benefit of procedures and functions is that, once you have developed a program code containing task components, you can use this code in another project."
+msgstr "Prednost procedura i funkcija je što, kada razviješ program koji sadrži kompnente zadatka, možeš koristiti kod u drugom projektu."
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"hd_id3153770\n"
+"26\n"
+"help.text"
+msgid "Passing Variables to Procedures (SUB) and Functions (FUNCTION)"
+msgstr "Prenošenje Varijabli Procedurama (SUB) i Funkcijama (FUNCTION)"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3155414\n"
+"27\n"
+"help.text"
+msgid "Variables can be passed to both procedures and functions. The SUB or FUNCTION must be declared to expect parameters:"
+msgstr "Variable se mogu prenijeti objema procedurama i funkcijama. SUB ili FUNCTION mora biti deklarisana da očekuje parametre:"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3151114\n"
+"29\n"
+"help.text"
+msgid "Program code"
+msgstr "Kod programa"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3152577\n"
+"31\n"
+"help.text"
+msgid "The SUB is called using the following syntax:"
+msgstr "SUB je pozvan koristeći slijedeću sintaksu:"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3147124\n"
+"33\n"
+"help.text"
+msgid "The parameters passed to a SUB must fit to those specified in the SUB declaration."
+msgstr "Parametri preneseni SUB-u moraju odgovarati onima koji su određeni pri SUB deklaraciji."
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3147397\n"
+"34\n"
+"help.text"
+msgid "The same process applies to FUNCTIONS. In addition, functions always return a function result. The result of a function is defined by assigning the return value to the function name:"
+msgstr "Isti proces se primjenjuje FUNKCIJAMA. Uz to, funkcije uvijek vraćaju rezultate funkcije.Rezultat funkcije je definisan dodjelom povratne vrijednosti imenu funkcije:"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3156284\n"
+"36\n"
+"help.text"
+msgid "Program code"
+msgstr "Kod programa"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3145799\n"
+"37\n"
+"help.text"
+msgid "FunctionName=Result"
+msgstr ""
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3153839\n"
+"39\n"
+"help.text"
+msgid "The FUNCTION is called using the following syntax:"
+msgstr "Funkcija je pozvana koristeći slijedeću sintaksu:"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3146914\n"
+"40\n"
+"help.text"
+msgid "Variable=FunctionName(Parameter1, Parameter2,...)"
+msgstr ""
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_idN107B3\n"
+"help.text"
+msgid "You can also use the fully qualified name to call a procedure or function:<br/><item type=\"literal\">Library.Module.Macro()</item><br/> For example, to call the Autotext macro from the Gimmicks library, use the following command:<br/><item type=\"literal\">Gimmicks.AutoText.Main()</item>"
+msgstr "Također možete koristiti potpuno kvalifikovano ime da bi pozvali proceduru ili funkciju<br/><item type=\"literal\">Library.Module.Macro()</item><br/> FNa primjer, da bi pozvali Autotext macro iz biblioteke Gimmicks, koristite ovu komandu:<br/><item type=\"literal\">Gimmicks.AutoText.Main()</item>"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"hd_id3156276\n"
+"45\n"
+"help.text"
+msgid "Passing Variables by Value or Reference"
+msgstr "Prenos Varijabli Vrijednošću ili Referencom"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3155765\n"
+"47\n"
+"help.text"
+msgid "Parameters can be passed to a SUB or a FUNCTION either by reference or by value. Unless otherwise specified, a parameter is always passed by reference. That means that a SUB or a FUNCTION gets the parameter and can read and modify its value."
+msgstr "Parametri se mogu dodijeliti SUB-u ili FUNCTION referencom ili vrijednošću. Ukoliko nije drukčije odrđeno, parametar je uvijek prenesen referencom. To znači da SUB ili FUNCTION dobiva parametar i može čitati i mijenjati vrijednost."
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3145640\n"
+"53\n"
+"help.text"
+msgid "If you want to pass a parameter by value insert the key word \"ByVal\" in front of the parameter when you call a SUB or FUNCTION, for example:"
+msgstr "Ako želiš prenijeti parameter sa vrijednošću unesi ključnu riječ \"ByVal\" ispred parametra kada pozivaš SUB ili FUNKCIJU, na primjer:"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3150042\n"
+"54\n"
+"help.text"
+msgid "Result = Function(<emph>ByVal</emph> Parameter)"
+msgstr ""
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3149258\n"
+"55\n"
+"help.text"
+msgid "In this case, the original content of the parameter will not be modified by the FUNCTION since it only gets the value and not the parameter itself."
+msgstr "U ovom slučaju, originalni sadržaj parametra neće biti promjenjen FUNKCIJOM jer uzima samo vrijednost a ne sami parametar."
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"hd_id3150982\n"
+"57\n"
+"help.text"
+msgid "Scope of Variables"
+msgstr "Domena Varijabli"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3149814\n"
+"58\n"
+"help.text"
+msgid "A variable defined within a SUB or FUNCTION, only remains valid until the procedure is exited. This is known as a \"local\" variable. In many cases, you need a variable to be valid in all procedures, in every module of all libraries, or after a SUB or FUNCTION is exited."
+msgstr "Varijabla definisana unutar SUB ili FUNKCIJE je ispravna samo do izlaza iz procedure. Ovo je poznato kao \"lokalna\" varijabla. U mnogim slučajevima, potrebna je varijabla koja je ispravna u svim procedurama, u svakom modulu svih biblioteka, ili nakon što se izađe iz SUB ili FUNKCIJE."
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"hd_id3154186\n"
+"59\n"
+"help.text"
+msgid "Declaring Variables Outside a SUB or FUNCTION"
+msgstr "Deklarisanje Varijabli izvan SUB ili FUNKCIJE"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3150208\n"
+"111\n"
+"help.text"
+msgid "Global VarName As TYPENAME"
+msgstr ""
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3145258\n"
+"112\n"
+"help.text"
+msgid "The variable is valid as long as the $[officename] session lasts."
+msgstr "varijabla je ispravna sve dok $[officename] sesija traje."
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3153198\n"
+"60\n"
+"help.text"
+msgid "Public VarName As TYPENAME"
+msgstr ""
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3150088\n"
+"61\n"
+"help.text"
+msgid "The variable is valid in all modules."
+msgstr "Varijabla je ispravna u svim modulima."
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3158212\n"
+"62\n"
+"help.text"
+msgid "Private VarName As TYPENAME"
+msgstr ""
+
+#: 01020300.xhp
+#, fuzzy
+msgctxt ""
+"01020300.xhp\n"
+"par_id3152994\n"
+"63\n"
+"help.text"
+msgid "The variable is only valid in this module."
+msgstr "Varijabla je ispravna u svim modulima."
+
+#: 01020300.xhp
+#, fuzzy
+msgctxt ""
+"01020300.xhp\n"
+"par_id3150368\n"
+"65\n"
+"help.text"
+msgid "The variable is only valid in this module."
+msgstr "Varijabla je ispravna u svim modulima."
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"hd_id5097506\n"
+"help.text"
+msgid "Example for private variables"
+msgstr "Primjer privatnih varijabli"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id8738975\n"
+"help.text"
+msgid "Enforce private variables to be private across modules by setting CompatibilityMode(true)."
+msgstr "Nametni da privatne varijable budu privatne u svim modulima postavljajuci CompatibilityMode(true)."
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id9475997\n"
+"help.text"
+msgid "myText = \"Hello\""
+msgstr ""
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id6933500\n"
+"help.text"
+msgid "Print \"In module1 : \", myText"
+msgstr ""
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id4104129\n"
+"help.text"
+msgid "' Now returns empty string"
+msgstr "Sada vraća prazan string"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id7906125\n"
+"help.text"
+msgid "' (or rises error for Option Explicit)"
+msgstr "(ili ističe pogrešku za Option Explicit)"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id8055970\n"
+"help.text"
+msgid "Print \"Now in module2 : \", myText"
+msgstr ""
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"hd_id3154368\n"
+"66\n"
+"help.text"
+msgid "Saving Variable Content after Exiting a SUB or FUNCTION"
+msgstr "Sačuvati sadržaj varijable nakon izlaza iz SUB ili FUNCTION"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3156288\n"
+"67\n"
+"help.text"
+msgid "Static VarName As TYPENAME"
+msgstr ""
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3154486\n"
+"68\n"
+"help.text"
+msgid "The variable retains its value until the next time the FUNCTION or SUB is entered. The declaration must exist inside a SUB or a FUNCTION."
+msgstr "Varijabla zadržava vrijednost sve dok se idući put otvori FUNCTION ili SUB. Deklaracija mora postojati unutar SUB ili FUNKCIJE."
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"hd_id3155809\n"
+"41\n"
+"help.text"
+msgid "Specifying the Return Value Type of a FUNCTION"
+msgstr "Određivanje Tipa Povratne Vrijednosti za FUNKCIJU"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3149404\n"
+"42\n"
+"help.text"
+msgid "As with variables, include a type-declaration character after the function name, or the type indicated by \"As\" and the corresponding key word at the end of the parameter list to define the type of the function's return value, for example:"
+msgstr "Kao i sa varijablama, uključi slovo za deklaraciju tipa poslije imena funkcije, ili tip označen sa \"As\" i odgovarajućom ključnom rječju na kraju liste parametara da bi definisali tip povratne vrijednosti za funkciju, na primjer:"
+
+#: 03060200.xhp
+#, fuzzy
+msgctxt ""
+"03060200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Eqv Operator [Runtime]"
+msgstr "MOD Operator [Vrijeme izvodjenja]"
+
+#: 03060200.xhp
+#, fuzzy
+msgctxt ""
+"03060200.xhp\n"
+"bm_id3156344\n"
+"help.text"
+msgid "<bookmark_value>Eqv operator (logical)</bookmark_value>"
+msgstr "<bookmark_value>MOD operator (matematicki)</bookmark_value>"
+
+#: 03060200.xhp
+#, fuzzy
+msgctxt ""
+"03060200.xhp\n"
+"hd_id3156344\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03060200.xhp\" name=\"Eqv Operator [Runtime]\">Eqv Operator [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03070600.xhp\" name=\"MOD Operator [Vrijeme izvodjenja]\">MOD Operator [Vrijeme izvodjenja]</link>"
+
+#: 03060200.xhp
+msgctxt ""
+"03060200.xhp\n"
+"par_id3149656\n"
+"2\n"
+"help.text"
+msgid "Calculates the logical equivalence of two expressions."
+msgstr ""
+
+#: 03060200.xhp
+msgctxt ""
+"03060200.xhp\n"
+"hd_id3154367\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03060200.xhp
+#, fuzzy
+msgctxt ""
+"03060200.xhp\n"
+"par_id3154910\n"
+"4\n"
+"help.text"
+msgid "Result = Expression1 Eqv Expression2"
+msgstr "Resultat = Izrar_1 MOD Izraz_2"
+
+#: 03060200.xhp
+msgctxt ""
+"03060200.xhp\n"
+"hd_id3151043\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03060200.xhp
+#, fuzzy
+msgctxt ""
+"03060200.xhp\n"
+"par_id3150869\n"
+"6\n"
+"help.text"
+msgid "<emph>Result:</emph> Any numeric variable that contains the result of the comparison."
+msgstr "<emph>Resultat:</emph>: Brojcana varijabla koja sadrzi rezultat MOD operacije."
+
+#: 03060200.xhp
+#, fuzzy
+msgctxt ""
+"03060200.xhp\n"
+"par_id3150448\n"
+"7\n"
+"help.text"
+msgid "<emph>Expression1, Expression2:</emph> Any expressions that you want to compare."
+msgstr "<emph>Izraz_1, Izraz_2</emph>: Brojcani izraz koji zelite da podijelite."
+
+#: 03060200.xhp
+msgctxt ""
+"03060200.xhp\n"
+"par_id3149562\n"
+"8\n"
+"help.text"
+msgid "When testing for equivalence between Boolean expressions, the result is <emph>True</emph> if both expressions are either <emph>True</emph> or <emph>False</emph>."
+msgstr ""
+
+#: 03060200.xhp
+msgctxt ""
+"03060200.xhp\n"
+"par_id3154319\n"
+"9\n"
+"help.text"
+msgid "In a bit-wise comparison, the Eqv operator only sets the corresponding bit in the result if a bit is set in both expressions, or in neither expression."
+msgstr ""
+
+#: 03060200.xhp
+msgctxt ""
+"03060200.xhp\n"
+"hd_id3159154\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03060200.xhp
+msgctxt ""
+"03060200.xhp\n"
+"par_id3152462\n"
+"15\n"
+"help.text"
+msgid "vOut = A > B Eqv B > C ' returns -1"
+msgstr ""
+
+#: 03060200.xhp
+msgctxt ""
+"03060200.xhp\n"
+"par_id3153191\n"
+"16\n"
+"help.text"
+msgid "vOut = B > A Eqv B > C ' returns 0"
+msgstr ""
+
+#: 03060200.xhp
+msgctxt ""
+"03060200.xhp\n"
+"par_id3145799\n"
+"17\n"
+"help.text"
+msgid "vOut = A > B Eqv B > D ' returns 0"
+msgstr ""
+
+#: 03060200.xhp
+msgctxt ""
+"03060200.xhp\n"
+"par_id3149412\n"
+"18\n"
+"help.text"
+msgid "vOut = (B > D Eqv B > A) ' returns -1"
+msgstr ""
+
+#: 03060200.xhp
+msgctxt ""
+"03060200.xhp\n"
+"par_id3149959\n"
+"19\n"
+"help.text"
+msgid "vOut = B Eqv A ' returns -3"
+msgstr ""
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"tit\n"
+"help.text"
+msgid "MsgBox Statement [Runtime]"
+msgstr "MsgBox Statement [Run-time]"
+
+#: 03010101.xhp
+#, fuzzy
+msgctxt ""
+"03010101.xhp\n"
+"bm_id1807916\n"
+"help.text"
+msgid "<bookmark_value>MsgBox statement</bookmark_value>"
+msgstr "<bookmark_value>MkDir izjava</bookmark_value>"
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"hd_id3154927\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03010101.xhp\">MsgBox Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03010101.xhp\">MsgBox Statement [Run-time]</link>"
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3148947\n"
+"2\n"
+"help.text"
+msgid "Displays a dialog box containing a message."
+msgstr "Pokazuje dijalog box koji prikazuje poruku."
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"hd_id3153897\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3148664\n"
+"4\n"
+"help.text"
+msgid "MsgBox Text As String [,Type As Integer [,Dialogtitle As String]] (As Statement) or MsgBox (Text As String [,Type As Integer [,Dialogtitle As String]]) (As Function)"
+msgstr "MsgBox Text kao String [,Type As Integer [,DialogueBoxTitle As String]] (As Statement) or MsgBox (Text As String [,Type As Integer [,Dialogue Boxtitle As String]]) (As Function)"
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"hd_id3153361\n"
+"5\n"
+"help.text"
+msgid "Parameter:"
+msgstr "Parametar:"
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3148798\n"
+"6\n"
+"help.text"
+msgid "<emph>Text</emph>: String expression displayed as a message in the dialog box. Line breaks can be inserted with Chr$(13)."
+msgstr ""
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3150769\n"
+"7\n"
+"help.text"
+msgid "<emph>DialogTitle</emph>: String expression displayed in the title bar of the dialog. If omitted, the title bar displays the name of the respective application."
+msgstr "<emph>DialogueBoxTitle</emph>: String prikazan kao naslov dijaloga. ako je izvrsen, naslov pokazuje ime respektivne aplikaicje."
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3147228\n"
+"8\n"
+"help.text"
+msgid "<emph>Type</emph>: Any integer expression that specifies the dialog type, as well as the number and type of buttons to display, and the icon type. <emph>Type</emph> represents a combination of bit patterns, that is, a combination of elements can be defined by adding their respective values:"
+msgstr "<emph>Vrsta</emph>: ABilo koji broj koji je specifiran u dijalog tipu, kao i broj i tajp dugmeta da prikaze i ikona tip <emph>Vrsta</emph> je kombinacija bit paterna koji je kombinacija elemenata definisanih dodavajuci njihov rezultat:"
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3161832\n"
+"9\n"
+"help.text"
+msgid "0 : Display OK button only."
+msgstr ""
+
+#: 03010101.xhp
+#, fuzzy
+msgctxt ""
+"03010101.xhp\n"
+"par_id3153726\n"
+"10\n"
+"help.text"
+msgid "1 : Display OK and Cancel buttons."
+msgstr "5 : Display Retry and Cancel dugmad."
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3149665\n"
+"11\n"
+"help.text"
+msgid "2 : Display Abort, Retry, and Ignore buttons."
+msgstr "2 : Display Abort, Retry i Ignore dugmad."
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3147318\n"
+"12\n"
+"help.text"
+msgid "3 : Display Yes, No and Cancel buttons."
+msgstr "3 : Display Yes, No i Cancel dugmad"
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3155412\n"
+"13\n"
+"help.text"
+msgid "4 : Display Yes and No buttons."
+msgstr "4 : Display Yes i No dugmad."
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3146119\n"
+"14\n"
+"help.text"
+msgid "5 : Display Retry and Cancel buttons."
+msgstr "5 : Display Retry and Cancel dugmad."
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3159155\n"
+"15\n"
+"help.text"
+msgid "16 : Add the Stop icon to the dialog."
+msgstr "16 : Add the Stop ikone u dijalogu."
+
+#: 03010101.xhp
+#, fuzzy
+msgctxt ""
+"03010101.xhp\n"
+"par_id3145366\n"
+"16\n"
+"help.text"
+msgid "32 : Add the Question icon to the dialog."
+msgstr "16 : Add the Stop ikone u dijalogu."
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3147350\n"
+"17\n"
+"help.text"
+msgid "48 : Add the Exclamation icon to the dialog."
+msgstr "48 : Dodaj uzvicnik ikonu dijalogy."
+
+#: 03010101.xhp
+#, fuzzy
+msgctxt ""
+"03010101.xhp\n"
+"par_id3149960\n"
+"18\n"
+"help.text"
+msgid "64 : Add the Information icon to the dialog."
+msgstr "48 : Dodaj uzvicnik ikonu dijalogy."
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3154944\n"
+"19\n"
+"help.text"
+msgid "128 : First button in the dialog as default button."
+msgstr ""
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3155417\n"
+"20\n"
+"help.text"
+msgid "256 : Second button in the dialog as default button."
+msgstr ""
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3153878\n"
+"21\n"
+"help.text"
+msgid "512 : Third button in the dialog as default button."
+msgstr ""
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"hd_id3150715\n"
+"22\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3150327\n"
+"24\n"
+"help.text"
+msgid "Const sText1 = \"An unexpected error occurred.\""
+msgstr "Const sText1 = \"NEpredvidjena greska.\""
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3146912\n"
+"25\n"
+"help.text"
+msgid "Const sText2 = \"The program execution will continue, however.\""
+msgstr "Const sText2 = \"program se nastavlja.\""
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3154757\n"
+"26\n"
+"help.text"
+msgid "Const sText3 = \"Error\""
+msgstr "Const sText3 = \"greska\""
+
+#: 03080801.xhp
+#, fuzzy
+msgctxt ""
+"03080801.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hex Function [Runtime]"
+msgstr "Popravna Funkcija [Run-time]"
+
+#: 03080801.xhp
+#, fuzzy
+msgctxt ""
+"03080801.xhp\n"
+"bm_id3150616\n"
+"help.text"
+msgid "<bookmark_value>Hex function</bookmark_value>"
+msgstr "<bookmark_value>Popravna Funkcija</bookmark_value>"
+
+#: 03080801.xhp
+#, fuzzy
+msgctxt ""
+"03080801.xhp\n"
+"hd_id3150616\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080801.xhp\" name=\"Hex Function [Runtime]\">Hex Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03080501.xhp\" name=\"Popravna Funkcija [Run-time]\">Popravna Funkcija [Run-time]</link>"
+
+#: 03080801.xhp
+msgctxt ""
+"03080801.xhp\n"
+"par_id3145136\n"
+"2\n"
+"help.text"
+msgid "Returns a string that represents the hexadecimal value of a number."
+msgstr ""
+
+#: 03080801.xhp
+msgctxt ""
+"03080801.xhp\n"
+"hd_id3147573\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03080801.xhp
+#, fuzzy
+msgctxt ""
+"03080801.xhp\n"
+"par_id3150771\n"
+"4\n"
+"help.text"
+msgid "Hex (Number)"
+msgstr "Atn (Broj)"
+
+#: 03080801.xhp
+msgctxt ""
+"03080801.xhp\n"
+"hd_id3147530\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03080801.xhp
+#, fuzzy
+msgctxt ""
+"03080801.xhp\n"
+"par_id3159414\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "Stringovi"
+
+#: 03080801.xhp
+msgctxt ""
+"03080801.xhp\n"
+"hd_id3156344\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03080801.xhp
+#, fuzzy
+msgctxt ""
+"03080801.xhp\n"
+"par_id3148947\n"
+"8\n"
+"help.text"
+msgid "<emph>Number:</emph> Any numeric expression that you want to convert to a hexadecimal number."
+msgstr "<emph>Text2</emph>: String izraz koji želite pretraživati."
+
+#: 03080801.xhp
+msgctxt ""
+"03080801.xhp\n"
+"hd_id3154365\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03080801.xhp
+msgctxt ""
+"03080801.xhp\n"
+"par_id3156214\n"
+"30\n"
+"help.text"
+msgid "' uses BasicFormulas in $[officename] Calc"
+msgstr ""
+
+#: 03080801.xhp
+msgctxt ""
+"03080801.xhp\n"
+"par_id3149262\n"
+"20\n"
+"help.text"
+msgid "' Returns a long integer from a hexadecimal value."
+msgstr ""
+
+#: 03080801.xhp
+msgctxt ""
+"03080801.xhp\n"
+"par_id3147215\n"
+"25\n"
+"help.text"
+msgid "' Calculates a hexadecimal value in integer."
+msgstr ""
+
+#: 03080800.xhp
+msgctxt ""
+"03080800.xhp\n"
+"tit\n"
+"help.text"
+msgid "Converting Numbers"
+msgstr ""
+
+#: 03080800.xhp
+#, fuzzy
+msgctxt ""
+"03080800.xhp\n"
+"hd_id3145315\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080800.xhp\" name=\"Converting Numbers\">Converting Numbers</link>"
+msgstr "<link href=\"text/sbasic/shared/03080300.xhp\" name=\"Stvaranje Slucajnih Brojeva\">Stvaranje Slucajnih Brojeva</link>"
+
+#: 03080800.xhp
+msgctxt ""
+"03080800.xhp\n"
+"par_id3154760\n"
+"2\n"
+"help.text"
+msgid "The following functions convert numbers from one number format to another."
+msgstr ""
+
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"tit\n"
+"help.text"
+msgid "InStr Function [Runtime]"
+msgstr "InStr Funkcija [U izvršenju]"
+
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"bm_id3155934\n"
+"help.text"
+msgid "<bookmark_value>InStr function</bookmark_value>"
+msgstr "<bookmark_value>InStr funkcija</bookmark_value>"
+
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"hd_id3155934\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120401.xhp\" name=\"InStr Function [Runtime]\">InStr Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120401.xhp\" name=\"InStr Function [Run-time]\">InStr funkcija [U izvršenju]</link>"
+
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"par_id3153990\n"
+"2\n"
+"help.text"
+msgid "Returns the position of a string within another string."
+msgstr "Vraca položaj niza unutar drugog niza."
+
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"par_id3147303\n"
+"3\n"
+"help.text"
+msgid "The Instr function returns the position at which the match was found. If the string was not found, the function returns 0."
+msgstr "Instr Funkcija vraca poziciju na kojoj je pronaden. Ako string nije pronaden, funkcija vraca 0."
+
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"hd_id3145090\n"
+"4\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"par_id3146957\n"
+"5\n"
+"help.text"
+msgid "InStr ([Start As Long,] Text1 As String, Text2 As String[, Compare])"
+msgstr "InStr ([Pocinje Long,] Tekst1 kao String, Tekst2 kao String[, Poredjenje])"
+
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"hd_id3148538\n"
+"6\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"par_id3149763\n"
+"7\n"
+"help.text"
+msgid "Integer"
+msgstr "Cjelobrojno"
+
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"hd_id3148473\n"
+"8\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"par_id3153126\n"
+"9\n"
+"help.text"
+msgid "<emph>Start: </emph>A numeric expression that marks the position in a string where the search for the specified substring starts. If you omit this parameter, the search starts at the first character of the string. The maximum allowed value is 65535."
+msgstr "<emph>Start</emph>:Numericki izraz koji oznacava mjesto u nizu gdje se traženje za navedeni podniz pocinje. Ako ne navedete taj parametar, traži pocinje na prvi znak stringa. Najveca dopuštena vrijednost je 65535."
+
+#: 03120401.xhp
+#, fuzzy
+msgctxt ""
+"03120401.xhp\n"
+"par_id3145609\n"
+"10\n"
+"help.text"
+msgid "<emph>Text1:</emph> The string expression that you want to search."
+msgstr "<emph>Text2</emph>: String izraz koji želite pretraživati."
+
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"par_id3147559\n"
+"11\n"
+"help.text"
+msgid "<emph>Text2:</emph> The string expression that you want to search for."
+msgstr "<emph>Text2</emph>: String izraz koji želite pretraživati."
+
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"par_id3154758\n"
+"12\n"
+"help.text"
+msgid "<emph>Compare:</emph> Optional numeric expression that defines the type of comparison. The value of this parameter can be 0 or 1. The default value of 1 specifies a text comparison that is not case-sensitive. The value of 0 specifies a binary comparison that is case-sensitive."
+msgstr "<emph>Compare</emph>: numericki izraz koji definira vrstu usporedbe. Vrijednost ovog parametra može biti 0 ili 1. Zadana vrijednost 1 odreduje tekst uporedbu koja se ne razlikuje velika i mala slova. Vrijednost od 0 odreduje binarna poredba koja je mala i velika slova."
+
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"par_id3153361\n"
+"13\n"
+"help.text"
+msgid "To avoid a run-time error, do not set the Compare parameter if the first return parameter is omitted."
+msgstr "Da bi se izbjegla pogreška pri izvodenju, ne postavljajte Usporedi parametar, ako se izostavi prvo povratak parametar."
+
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"hd_id3154366\n"
+"14\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"par_id3144760\n"
+"19\n"
+"help.text"
+msgid "sInput = \"Office\""
+msgstr ""
+
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"par_id3154125\n"
+"20\n"
+"help.text"
+msgid "iPos = Instr(sInput,\"c\")"
+msgstr ""
+
+#: 03101400.xhp
+msgctxt ""
+"03101400.xhp\n"
+"tit\n"
+"help.text"
+msgid "DefDbl Statement [Runtime]"
+msgstr "DefDbl Red [Pokrenut-vrijeme]"
+
+#: 03101400.xhp
+msgctxt ""
+"03101400.xhp\n"
+"bm_id3147242\n"
+"help.text"
+msgid "<bookmark_value>DefDbl statement</bookmark_value>"
+msgstr "<bookmark_value>DefDbl red</bookmark_value>"
+
+#: 03101400.xhp
+msgctxt ""
+"03101400.xhp\n"
+"hd_id3147242\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03101400.xhp\" name=\"DefDbl Statement [Runtime]\">DefDbl Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03101400.xhp\" name=\"DefDbl Red[Pokrenuti-vrijeme]\">DefDbl Red [Pokrenuti-vrijeme]</link>"
+
+#: 03101400.xhp
+msgctxt ""
+"03101400.xhp\n"
+"par_id3153126\n"
+"2\n"
+"help.text"
+msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
+msgstr "Postavi zadanu vrijednost tipa, prema pisanom okrugu ako nema tipa koji je deklarisan karakter"
+
+#: 03101400.xhp
+msgctxt ""
+"03101400.xhp\n"
+"hd_id3155420\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03101400.xhp
+msgctxt ""
+"03101400.xhp\n"
+"par_id3147530\n"
+"4\n"
+"help.text"
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
+msgstr "Defxxx Karakterokrug1[, Karakterokrug2[,...]]"
+
+#: 03101400.xhp
+msgctxt ""
+"03101400.xhp\n"
+"hd_id3145069\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03101400.xhp
+msgctxt ""
+"03101400.xhp\n"
+"par_id3147560\n"
+"6\n"
+"help.text"
+msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for."
+msgstr "<emph>Characterrange</emph>: Slova koja odredzuju okrug varijabli koje zelite vidjeti kao zadanu vrijednost tipa for"
+
+#: 03101400.xhp
+msgctxt ""
+"03101400.xhp\n"
+"par_id3150791\n"
+"7\n"
+"help.text"
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
+msgstr ""
+
+#: 03101400.xhp
+msgctxt ""
+"03101400.xhp\n"
+"par_id3151210\n"
+"8\n"
+"help.text"
+msgid "<emph>Keyword:</emph> Default variable type"
+msgstr "<emph>Keyword</emph>: Default variable type"
+
+#: 03101400.xhp
+msgctxt ""
+"03101400.xhp\n"
+"par_id3154123\n"
+"9\n"
+"help.text"
+msgid "<emph>DefDbl:</emph> Double"
+msgstr "<emph>DefDbl</emph>: Duplo"
+
+#: 03101400.xhp
+msgctxt ""
+"03101400.xhp\n"
+"hd_id3153192\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03101400.xhp
+#, fuzzy
+msgctxt ""
+"03101400.xhp\n"
+"par_id3156281\n"
+"12\n"
+"help.text"
+msgid "' Prefix definitions for variable types:"
+msgstr "REM Prefiks definisan za variable tipa:"
+
+#: 03101400.xhp
+#, fuzzy
+msgctxt ""
+"03101400.xhp\n"
+"par_id3153144\n"
+"22\n"
+"help.text"
+msgid "dValue=1.23e43 ' dValue is an implicit double variable type"
+msgstr "dValue=1.23e43 REM dValue je implicitna dupla variabla tipa"
+
+#: 03010302.xhp
+msgctxt ""
+"03010302.xhp\n"
+"tit\n"
+"help.text"
+msgid "Green Function [Runtime]"
+msgstr "zelena Function [Run-time]"
+
+#: 03010302.xhp
+#, fuzzy
+msgctxt ""
+"03010302.xhp\n"
+"bm_id3148947\n"
+"help.text"
+msgid "<bookmark_value>Green function</bookmark_value>"
+msgstr "<bookmark_value>Len funkcija</bookmark_value>"
+
+#: 03010302.xhp
+msgctxt ""
+"03010302.xhp\n"
+"hd_id3148947\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03010302.xhp\" name=\"Green Function [Runtime]\">Green Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03010302.xhp\" name=\"Green Function [Run-time]\">Green Function [Run-time]</link>"
+
+#: 03010302.xhp
+msgctxt ""
+"03010302.xhp\n"
+"par_id3153361\n"
+"2\n"
+"help.text"
+msgid "Returns the Green component of the given color code."
+msgstr "vraca zelenu."
+
+#: 03010302.xhp
+msgctxt ""
+"03010302.xhp\n"
+"hd_id3154140\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03010302.xhp
+msgctxt ""
+"03010302.xhp\n"
+"par_id3153969\n"
+"4\n"
+"help.text"
+msgid "Green (Color As Long)"
+msgstr "zelena Green (Colour As Long)"
+
+#: 03010302.xhp
+msgctxt ""
+"03010302.xhp\n"
+"hd_id3154124\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03010302.xhp
+msgctxt ""
+"03010302.xhp\n"
+"par_id3153194\n"
+"6\n"
+"help.text"
+msgid "Integer"
+msgstr "Cjelobrojno"
+
+#: 03010302.xhp
+msgctxt ""
+"03010302.xhp\n"
+"hd_id3154909\n"
+"7\n"
+"help.text"
+msgid "Parameter:"
+msgstr "Parametar:"
+
+#: 03010302.xhp
+msgctxt ""
+"03010302.xhp\n"
+"par_id3153770\n"
+"8\n"
+"help.text"
+msgid "<emph>Color</emph>: Long integer expression that specifies a <link href=\"text/sbasic/shared/00000003.xhp#farbcodes\" name=\"color code\">color code</link> for which to return the Green component."
+msgstr "<emph>Boja</emph>: Long integer expression that specifies a <link href=\"text/sbasic/shared/00000003.xhp#farbcodes\" name=\"colour code\">colour code</link> for which to return the Green component."
+
+#: 03010302.xhp
+msgctxt ""
+"03010302.xhp\n"
+"hd_id3149664\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03010302.xhp
+#, fuzzy
+msgctxt ""
+"03010302.xhp\n"
+"par_id3151117\n"
+"13\n"
+"help.text"
+msgid "MsgBox \"The color \" & lVar & \" contains the components:\" & Chr(13) &_"
+msgstr "msgbox \"The colour \" & lVar & \" contains the components:\" & Chr(13) &_"
+
+#: 03010302.xhp
+msgctxt ""
+"03010302.xhp\n"
+"par_id3153951\n"
+"14\n"
+"help.text"
+msgid "\"red = \" & red(lVar) & Chr(13)&_"
+msgstr ""
+
+#: 03010302.xhp
+msgctxt ""
+"03010302.xhp\n"
+"par_id3152462\n"
+"15\n"
+"help.text"
+msgid "\"green = \" & green(lVar) & Chr(13)&_"
+msgstr ""
+
+#: 03010302.xhp
+msgctxt ""
+"03010302.xhp\n"
+"par_id3154730\n"
+"16\n"
+"help.text"
+msgid "\"blue = \" & blue(lVar) & Chr(13) , 64,\"colors\""
+msgstr "\"blue = \" & blue(lVar) & Chr(13) , 64,\"colours\""
+
+#: 01030000.xhp
+msgctxt ""
+"01030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Integrated Development Environment (IDE)"
+msgstr "Integrated Development Environment (IDE) - (Integrisano Okruženje za Razvoj)"
+
+#: 01030000.xhp
+msgctxt ""
+"01030000.xhp\n"
+"bm_id3145090\n"
+"help.text"
+msgid "<bookmark_value>Basic IDE;Integrated Development Environment</bookmark_value><bookmark_value>IDE;Integrated Development Environment</bookmark_value>"
+msgstr ""
+
+#: 01030000.xhp
+msgctxt ""
+"01030000.xhp\n"
+"hd_id3145090\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01030000.xhp\" name=\"Integrated Development Environment (IDE)\">Integrated Development Environment (IDE)</link>"
+msgstr ""
+
+#: 01030000.xhp
+msgctxt ""
+"01030000.xhp\n"
+"par_id3146795\n"
+"2\n"
+"help.text"
+msgid "This section describes the Integrated Development Environment for $[officename] Basic."
+msgstr "Ovaj dio opisuje Integrated Development Environment za $[officename] Basic."
+
+#: 03010100.xhp
+msgctxt ""
+"03010100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Display Functions"
+msgstr ""
+
+#: 03010100.xhp
+#, fuzzy
+msgctxt ""
+"03010100.xhp\n"
+"hd_id3151384\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03010100.xhp\" name=\"Display Functions\">Display Functions</link>"
+msgstr "<link href=\"text/sbasic/shared/03010300.xhp\" name=\"Colour Functions\">Colour Functions</link>"
+
+#: 03010100.xhp
+msgctxt ""
+"03010100.xhp\n"
+"par_id3149346\n"
+"2\n"
+"help.text"
+msgid "This section describes Runtime functions used to output information to the screen display."
+msgstr "OVo pokazuje RunTime Funkcije koje pokazuju output informacije"
+
+#: 03102450.xhp
+#, fuzzy
+msgctxt ""
+"03102450.xhp\n"
+"tit\n"
+"help.text"
+msgid "IsError Function [Runtime]"
+msgstr "CVErr Function [Run-time]"
+
+#: 03102450.xhp
+#, fuzzy
+msgctxt ""
+"03102450.xhp\n"
+"bm_id4954680\n"
+"help.text"
+msgid "<bookmark_value>IsError function</bookmark_value>"
+msgstr "<bookmark_value>InStr funkcija</bookmark_value>"
+
+#: 03102450.xhp
+#, fuzzy
+msgctxt ""
+"03102450.xhp\n"
+"par_idN1054E\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03102450.xhp\">IsError Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03100080.xhp\">CVErr Function [Run-time]</link>"
+
+#: 03102450.xhp
+msgctxt ""
+"03102450.xhp\n"
+"par_idN1055E\n"
+"help.text"
+msgid "Tests if a variable contains an error value."
+msgstr ""
+
+#: 03102450.xhp
+msgctxt ""
+"03102450.xhp\n"
+"par_idN10561\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03102450.xhp
+msgctxt ""
+"03102450.xhp\n"
+"par_idN10565\n"
+"help.text"
+msgid "IsError (Var)"
+msgstr ""
+
+#: 03102450.xhp
+msgctxt ""
+"03102450.xhp\n"
+"par_idN10568\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03102450.xhp
+msgctxt ""
+"03102450.xhp\n"
+"par_idN1056C\n"
+"help.text"
+msgid "Bool"
+msgstr ""
+
+#: 03102450.xhp
+msgctxt ""
+"03102450.xhp\n"
+"par_idN1056F\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03102450.xhp
+msgctxt ""
+"03102450.xhp\n"
+"par_idN10573\n"
+"help.text"
+msgid "<emph>Var:</emph> Any variable that you want to test. If the variable contains an error value, the function returns True, otherwise the function returns False."
+msgstr ""
+
+#: 03131000.xhp
+msgctxt ""
+"03131000.xhp\n"
+"tit\n"
+"help.text"
+msgid "GetSolarVersion Function [Runtime]"
+msgstr "GetSolarVersion Function [Run-time]"
+
+#: 03131000.xhp
+#, fuzzy
+msgctxt ""
+"03131000.xhp\n"
+"bm_id3157898\n"
+"help.text"
+msgid "<bookmark_value>GetSolarVersion function</bookmark_value>"
+msgstr "<bookmark_value>GetSystemTicks funkcija</bookmark_value>"
+
+#: 03131000.xhp
+msgctxt ""
+"03131000.xhp\n"
+"hd_id3157898\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03131000.xhp\" name=\"GetSolarVersion Function [Runtime]\">GetSolarVersion Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03131000.xhp\" name=\"GetSolarVersion Function [Run-time]\">GetSolarVersion Function [Run-time]</link>"
+
+#: 03131000.xhp
+msgctxt ""
+"03131000.xhp\n"
+"par_id3152801\n"
+"2\n"
+"help.text"
+msgid "Returns the internal number of the current $[officename] version."
+msgstr "vraca interni broj trenutne $[officename] verzije."
+
+#: 03131000.xhp
+msgctxt ""
+"03131000.xhp\n"
+"hd_id3153311\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03131000.xhp
+msgctxt ""
+"03131000.xhp\n"
+"par_id3155388\n"
+"4\n"
+"help.text"
+msgid "s = GetSolarVersion"
+msgstr ""
+
+#: 03131000.xhp
+msgctxt ""
+"03131000.xhp\n"
+"hd_id3149514\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03131000.xhp
+#, fuzzy
+msgctxt ""
+"03131000.xhp\n"
+"par_id3148685\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "Stringovi"
+
+#: 03131000.xhp
+msgctxt ""
+"03131000.xhp\n"
+"hd_id3143270\n"
+"7\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03131000.xhp
+msgctxt ""
+"03131000.xhp\n"
+"par_id3148947\n"
+"11\n"
+"help.text"
+msgid "MsgBox sSep,64,\"Version number of the solar technology\""
+msgstr ""
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"tit\n"
+"help.text"
+msgid "CreateUnoListener Function [Runtime]"
+msgstr "CreateUnoListener Funkiciju [Run-time]"
+
+#: 03132000.xhp
+#, fuzzy
+msgctxt ""
+"03132000.xhp\n"
+"bm_id3155150\n"
+"help.text"
+msgid "<bookmark_value>CreateUnoListener function</bookmark_value>"
+msgstr "<bookmark_value>CdateToIso funkcija</bookmark_value>"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"hd_id3155150\n"
+"53\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03132000.xhp\" name=\"CreateUnoListener Function [Runtime]\">CreateUnoListener Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03132000.xhp\" name=\"CreateUnoListener Function [Run-time]\">CreateUnoListener Function [Run-time]</link>"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3149346\n"
+"52\n"
+"help.text"
+msgid "Creates a Listener instance."
+msgstr ""
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3153681\n"
+"51\n"
+"help.text"
+msgid "Many Uno interfaces let you register listeners on a special listener interface. This allows you to listen for specific events and call up the appropriate listener method. The CreateUnoListener function waits for the called listener interface and then passes the interface an object that the interface supports. This object is then passed to the method to register the listener."
+msgstr "Many Uno Interfaces omogucuju vam da registrujete slušatelja na posebne slušatelj sučelje. to vam omogućuje slušanje za određene događaje i pozvati odgovarajuću metodu slušatelja. createunolistener funkcija čeka pozvanog slusatelja , a zatim prolazi sučelje objekt koji sučelje podržava. ovaj objekt je onda prošao na način da se registrujete slušatelja."
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"hd_id3148685\n"
+"50\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3143228\n"
+"49\n"
+"help.text"
+msgid "oListener = CreateUnoListener( Prefixname, ListenerInterfaceName )"
+msgstr ""
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"hd_id3147574\n"
+"48\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3154046\n"
+"47\n"
+"help.text"
+msgid "The following example is based on a Basic library object."
+msgstr "Sljedeci primjer je baziran na Basic sustavu objekta."
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3149294\n"
+"44\n"
+"help.text"
+msgid "The CreateUnoListener method requires two parameters. The first is a prefix and is explained in detail below. The second parameter is the fully qualified name of the Listener interface that you want to use."
+msgstr "createunolistener metoda zahtijeva dva parametra. prvi je prefiks i detaljno je objašnjena u nastavku. drugi parametar je potpuno kvalificirani naziv listener sučelje koje želite koristiti."
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3149670\n"
+"43\n"
+"help.text"
+msgid "The Listener must then be added to the Broadcaster Object. This is done by calling the appropriate method for adding a Listener. These methods always follow the pattern \"addFooListener\", where \"Foo\" is the Listener Interface Type, without the 'X'. In this example, the addContainerListener method is called to register the XContainerListener:"
+msgstr "\"addFooListener\", where \"Foo\" is the Listener Interface Type, without the 'X'. In this example, the addContainerListener method is called to register the XContainerListener:"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3154940\n"
+"41\n"
+"help.text"
+msgid "oLib = BasicLibraries.Library1 ' Library1 must exist!"
+msgstr ""
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3150359\n"
+"40\n"
+"help.text"
+msgid "oLib.addContainerListener( oListener ) ' Register the listener"
+msgstr ""
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3154138\n"
+"39\n"
+"help.text"
+msgid "The Listener is now registered. When an event occurs, the corresponding Listener calls the appropriate method from the com.sun.star.container.XContainerListener Interface."
+msgstr "listener je sada registriran. kada se događaju, odgovarajući listener poziva odgovarajuće metode iz com.sun.star.container.xcontainerlistener sučelja."
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3148922\n"
+"38\n"
+"help.text"
+msgid "The prefix calls registered Listeners from Basic-subroutines. The Basic run-time system searches for Basic-subroutines or functions that have the name \"PrefixListenerMethode\" and calls them when found. Otherwise, a run-time error occurs."
+msgstr "predmetak poziva registriranog slusatelja iz basic-potprograme. osnovni run-time sustav traži basic-potprograme ili funkcijama koje imaju naziv &quot;prefixlistenermethode&quot; i poziva ih kada je pronađena. inače, run-time pogreška."
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3150768\n"
+"37\n"
+"help.text"
+msgid "In this example, the Listener-Interface uses the following methods:"
+msgstr "U sljedecem primjeru,Listener-Interface koristi sljedece metode:"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3151176\n"
+"36\n"
+"help.text"
+msgid "disposing:"
+msgstr "raspolaganja:"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3145173\n"
+"35\n"
+"help.text"
+msgid "Listener base interface (com.sun.star.lang.XEventListener): base interface for all Listener Interfaces"
+msgstr "Listener base interface (com.sun.star.lang.XEventListener): osnovni interface za sve Listener Interfaces"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3156212\n"
+"34\n"
+"help.text"
+msgid "elementInserted:"
+msgstr ""
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3159254\n"
+"33\n"
+"help.text"
+msgid "Method of the com.sun.star.container.XContainerListener interface"
+msgstr "Metoda com.sun.star.container.XContainerListener interface"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3147287\n"
+"32\n"
+"help.text"
+msgid "elementRemoved:"
+msgstr "elementUklonjen:"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3146119\n"
+"31\n"
+"help.text"
+msgid "Method of the com.sun.star.container.XContainerListener interface"
+msgstr "Metoda com.sun.star.container.XContainerListener interface"
+
+#: 03132000.xhp
+#, fuzzy
+msgctxt ""
+"03132000.xhp\n"
+"par_id3153951\n"
+"30\n"
+"help.text"
+msgid "elementReplaced:"
+msgstr "elementUklonjen:"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3154013\n"
+"29\n"
+"help.text"
+msgid "Method of the com.sun.star.container.XContainerListener interface"
+msgstr "Metoda com.sun.star.container.XContainerListener interface"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3147435\n"
+"28\n"
+"help.text"
+msgid "In this example, the prefix is ContListener_. The following subroutines must therefore be implemented in Basic:"
+msgstr "U ovom primjeru , prefix is ContListener_. Sljedeci potprogrami moraju biti implementirani u osnovi:"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3155411\n"
+"27\n"
+"help.text"
+msgid "ContListener_disposing"
+msgstr ""
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3146923\n"
+"26\n"
+"help.text"
+msgid "ContListener_elementInserted"
+msgstr ""
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3147318\n"
+"25\n"
+"help.text"
+msgid "ContListener_elementRemoved"
+msgstr ""
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3152578\n"
+"24\n"
+"help.text"
+msgid "ContListener_elementReplaced"
+msgstr ""
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3150592\n"
+"23\n"
+"help.text"
+msgid "An event structure type that contains information about an event exists for every Listener type. When a Listener method is called, an instance of this event is passed to the method as a parameter. Basic Listener methods can also call these event objects, so long as the appropriate parameter is passed in the Sub declaration. For example:"
+msgstr "vrsta događaja struktura koja sadrži informacije o događaju postoji za svaki tip listener. kad se zove listener metoda, primjer ovogdogađaj je prošao na način kao parametar. osnovne listener metode također se mogu nazvati kao objekti, tako dugo dok odgovarajući parametar nije prošao u sub deklaraciji. na primjer:"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3153876\n"
+"21\n"
+"help.text"
+msgid "MsgBox \"disposing\""
+msgstr ""
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3154098\n"
+"17\n"
+"help.text"
+msgid "MsgBox \"elementInserted\""
+msgstr ""
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3153947\n"
+"13\n"
+"help.text"
+msgid "MsgBox \"elementRemoved\""
+msgstr ""
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3148915\n"
+"9\n"
+"help.text"
+msgid "MsgBox \"elementReplaced\""
+msgstr ""
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3156056\n"
+"6\n"
+"help.text"
+msgid "You do not need to include the parameter of an event object if the object is not used:"
+msgstr "Ne morate ukljuciti parametre objekat dogadjaj ako objekat nije koristen:"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3150042\n"
+"5\n"
+"help.text"
+msgid "' Minimal implementation of Sub disposing"
+msgstr ":' Minimal implementacija of Sub disposing"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3150940\n"
+"2\n"
+"help.text"
+msgid "Listener methods must <emph>always</emph> be implemented to avoid Basic run-time errors."
+msgstr "Listener <emph>always</emph>implementiran da se izbjegne Basic run-time greske."
+
+#: 03020205.xhp
+#, fuzzy
+msgctxt ""
+"03020205.xhp\n"
+"tit\n"
+"help.text"
+msgid "Write Statement [Runtime]"
+msgstr "Sacekaj izraz [U izvršenju]"
+
+#: 03020205.xhp
+#, fuzzy
+msgctxt ""
+"03020205.xhp\n"
+"bm_id3147229\n"
+"help.text"
+msgid "<bookmark_value>Write statement</bookmark_value>"
+msgstr "<bookmark_value>Sacekaj izraz</bookmark_value>"
+
+#: 03020205.xhp
+#, fuzzy
+msgctxt ""
+"03020205.xhp\n"
+"hd_id3147229\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write Statement [Runtime]\">Write Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03130600.xhp\" name=\"Wait Statement [Run-time]\">Sacekaj izraz [U izvršenju]</link>"
+
+#: 03020205.xhp
+msgctxt ""
+"03020205.xhp\n"
+"par_id3154685\n"
+"2\n"
+"help.text"
+msgid "Writes data to a sequential file."
+msgstr ""
+
+#: 03020205.xhp
+msgctxt ""
+"03020205.xhp\n"
+"hd_id3150449\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03020205.xhp
+msgctxt ""
+"03020205.xhp\n"
+"par_id3145785\n"
+"4\n"
+"help.text"
+msgid "Write [#FileName], [Expressionlist]"
+msgstr ""
+
+#: 03020205.xhp
+msgctxt ""
+"03020205.xhp\n"
+"hd_id3151116\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03020205.xhp
+#, fuzzy
+msgctxt ""
+"03020205.xhp\n"
+"par_id3153728\n"
+"6\n"
+"help.text"
+msgid "<emph>FileName:</emph> Any numeric expression that contains the file number that was set by the Open statement for the respective file."
+msgstr "<emph>FajlBroj</emph>: Numericki izraz koji sadrzi broj fajla koji je poslat od otvorene izjave za odgovarajuci fajl."
+
+#: 03020205.xhp
+msgctxt ""
+"03020205.xhp\n"
+"par_id3146120\n"
+"7\n"
+"help.text"
+msgid "<emph>Expressionlist:</emph> Variables or expressions that you want to enter in a file, separated by commas."
+msgstr ""
+
+#: 03020205.xhp
+msgctxt ""
+"03020205.xhp\n"
+"par_id3150010\n"
+"8\n"
+"help.text"
+msgid "If the expression list is omitted, the <emph>Write</emph> statement appends an empty line to the file."
+msgstr ""
+
+#: 03020205.xhp
+msgctxt ""
+"03020205.xhp\n"
+"par_id3163713\n"
+"9\n"
+"help.text"
+msgid "To add an expression list to a new or an existing file, the file must be opened in the <emph>Output</emph> or <emph>Append</emph> mode."
+msgstr ""
+
+#: 03020205.xhp
+msgctxt ""
+"03020205.xhp\n"
+"par_id3147428\n"
+"10\n"
+"help.text"
+msgid "Strings that you write are enclosed by quotation marks and separated by commas. You do not need to enter these delimiters in the expression list."
+msgstr ""
+
+#: 03020205.xhp
+msgctxt ""
+"03020205.xhp\n"
+"par_id1002838\n"
+"help.text"
+msgid "Each <emph>Write</emph> statement outputs a line end symbol as last entry."
+msgstr ""
+
+#: 03020205.xhp
+msgctxt ""
+"03020205.xhp\n"
+"par_id6618854\n"
+"help.text"
+msgid "Numbers with decimal delimiters are converted according to the locale settings."
+msgstr ""
+
+#: 03020205.xhp
+msgctxt ""
+"03020205.xhp\n"
+"hd_id3151073\n"
+"11\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"tit\n"
+"help.text"
+msgid "GetAttr Function [Runtime]"
+msgstr "GetAttr Funkcija [Run-time]"
+
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"bm_id3150984\n"
+"help.text"
+msgid "<bookmark_value>GetAttr function</bookmark_value>"
+msgstr "<bookmark_value>GetAttr Funkcija</bookmark_value>"
+
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"hd_id3150984\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020409.xhp\" name=\"GetAttr Function [Runtime]\">GetAttr Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020409.xhp\" name=\"GetAttr Funkcija [Run-time]\">GetAttr Funkcija [Run-time]</link>"
+
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"par_id3154347\n"
+"2\n"
+"help.text"
+msgid "Returns a bit pattern that identifies the file type or the name of a volume or a directory."
+msgstr "Vraca uzorak koji identifikuje tip fajla ili obim fajla ili direktorija."
+
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"hd_id3149457\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03020409.xhp
+#, fuzzy
+msgctxt ""
+"03020409.xhp\n"
+"par_id3150359\n"
+"4\n"
+"help.text"
+msgid "GetAttr (Text As String)"
+msgstr "Asc (Tekst Kao String)"
+
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"hd_id3151211\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"par_id3154909\n"
+"6\n"
+"help.text"
+msgid "Integer"
+msgstr "Cjelobrojno"
+
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"hd_id3145172\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03020409.xhp
+#, fuzzy
+msgctxt ""
+"03020409.xhp\n"
+"par_id3151042\n"
+"8\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression that contains an unambiguous file specification. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
+msgstr "<emph>File</emph>: Bilo koji znakovni izraz koji sadrzi znakovne specifikacije. Mozete koristiti i <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
+
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"par_id3161831\n"
+"9\n"
+"help.text"
+msgid "This function determines the attributes for a specified file and returns the bit pattern that can help you to identify the following file attributes:"
+msgstr "Ova Funkcija odredjuje atribute sa odredjene fajlove i vraca uzorke koji mogu pomoći u identifikaciji sljedecih atributa fajlova:"
+
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"hd_id3145364\n"
+"10\n"
+"help.text"
+msgid "Value"
+msgstr "Vrijednost"
+
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"par_id3147349\n"
+"11\n"
+"help.text"
+msgid "0 : Normal files."
+msgstr "0 : Normalni dokumenti."
+
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"par_id3147434\n"
+"12\n"
+"help.text"
+msgid "1 : Read-only files."
+msgstr ""
+
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"par_id3159154\n"
+"15\n"
+"help.text"
+msgid "8 : Returns the name of the volume"
+msgstr "8 : Vraca ime obima"
+
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"par_id3145271\n"
+"16\n"
+"help.text"
+msgid "16 : Returns the name of the directory only."
+msgstr "16 : Vraca samo ime direktorija."
+
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"par_id3153953\n"
+"17\n"
+"help.text"
+msgid "32 : File was changed since last backup (Archive bit)."
+msgstr ""
+
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"par_id3156444\n"
+"18\n"
+"help.text"
+msgid "If you want to know if a bit of the attribute byte is set, use the following query method:"
+msgstr "Ako zelite znati da li je dio bajta atributa podesen, koristite sljedece izraze:"
+
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"hd_id3153094\n"
+"19\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"par_id3155415\n"
+"21\n"
+"help.text"
+msgid "On Error GoTo ErrorHandler ' Define target for error handler"
+msgstr ""
+
+#: 03090102.xhp
+msgctxt ""
+"03090102.xhp\n"
+"tit\n"
+"help.text"
+msgid "Select...Case Statement [Runtime]"
+msgstr ""
+
+#: 03090102.xhp
+#, fuzzy
+msgctxt ""
+"03090102.xhp\n"
+"bm_id3149416\n"
+"help.text"
+msgid "<bookmark_value>Select...Case statement</bookmark_value><bookmark_value>Case statement</bookmark_value>"
+msgstr "<bookmark_value>Na...GoSub statement</bookmark_value><bookmark_value>Na...GoTo statement</bookmark_value>"
+
+#: 03090102.xhp
+#, fuzzy
+msgctxt ""
+"03090102.xhp\n"
+"hd_id3149416\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090102.xhp\" name=\"Select...Case Statement [Runtime]\">Select...Case Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090403.xhp\" name=\"Odredi Izjava [Run-time]\">Odredi Izjava [Run-time]</link>"
+
+#: 03090102.xhp
+msgctxt ""
+"03090102.xhp\n"
+"par_id3153896\n"
+"2\n"
+"help.text"
+msgid "Defines one or more statement blocks depending on the value of an expression."
+msgstr ""
+
+#: 03090102.xhp
+msgctxt ""
+"03090102.xhp\n"
+"hd_id3147265\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03090102.xhp
+msgctxt ""
+"03090102.xhp\n"
+"par_id3150400\n"
+"4\n"
+"help.text"
+msgid "Select Case condition Case expression Statement Block [Case expression2 Statement Block][Case Else] Statement Block End Select"
+msgstr ""
+
+#: 03090102.xhp
+msgctxt ""
+"03090102.xhp\n"
+"hd_id3150767\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03090102.xhp
+msgctxt ""
+"03090102.xhp\n"
+"par_id3156281\n"
+"6\n"
+"help.text"
+msgid "<emph>Condition:</emph> Any expression that controls if the statement block that follows the respective Case clause is executed."
+msgstr ""
+
+#: 03090102.xhp
+msgctxt ""
+"03090102.xhp\n"
+"par_id3150448\n"
+"7\n"
+"help.text"
+msgid "<emph>Expression:</emph> Any expression that is compatible with the Condition type expression. The statement block that follows the Case clause is executed if <emph>Condition</emph> matches <emph>Expression</emph>."
+msgstr ""
+
+#: 03090102.xhp
+msgctxt ""
+"03090102.xhp\n"
+"hd_id3153768\n"
+"8\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03090102.xhp
+msgctxt ""
+"03090102.xhp\n"
+"par_id3152597\n"
+"14\n"
+"help.text"
+msgid "Print \"Number from 1 to 5\""
+msgstr "Ipiši \"Brojevi od 1 do 5\""
+
+#: 03090102.xhp
+msgctxt ""
+"03090102.xhp\n"
+"par_id3147349\n"
+"16\n"
+"help.text"
+msgid "Print \"Number from 6 to 8\""
+msgstr "Ispiši \"Broj od 6 do 8\""
+
+#: 03090102.xhp
+msgctxt ""
+"03090102.xhp\n"
+"par_id3152886\n"
+"18\n"
+"help.text"
+msgid "Print \"Greater than 8\""
+msgstr "Ipsiši \"Veći od 8\""
+
+#: 03090102.xhp
+msgctxt ""
+"03090102.xhp\n"
+"par_id3146975\n"
+"20\n"
+"help.text"
+msgid "Print \"Out of range 1 to 10\""
+msgstr ""
+
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"tit\n"
+"help.text"
+msgid "ConvertFromURL Function [Runtime]"
+msgstr "Pretvori iz URL funkcije [U izvršenju]"
+
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"bm_id3153894\n"
+"help.text"
+msgid "<bookmark_value>ConvertFromURL function</bookmark_value>"
+msgstr "<bookmark_value>Pretvori iz URL funkcije</bookmark_value>"
+
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"hd_id3153894\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120313.xhp\" name=\"ConvertFromURL Function [Runtime]\">ConvertFromURL Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120313.xhp\" name=\"ConvertFromURL Function [Run-time]\">Pretvori iz URL funkcije[RDužina trajanja]</link>"
+
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"par_id3147226\n"
+"2\n"
+"help.text"
+msgid "Converts a file URL to a system file name."
+msgstr "Pretvori URL fajl u sistemsko ime fajla."
+
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"hd_id3143267\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"par_id3154142\n"
+"4\n"
+"help.text"
+msgid "ConvertFromURL(filename)"
+msgstr "PretvoriIzURL(ime fajla)"
+
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"hd_id3159157\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03120313.xhp
+#, fuzzy
+msgctxt ""
+"03120313.xhp\n"
+"par_id3150669\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "Stringovi"
+
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"hd_id3143270\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"par_id3156023\n"
+"8\n"
+"help.text"
+msgid "<emph>Filename:</emph> A file name as a string."
+msgstr "<emph>Filename</emph>: Ime fajla kao string."
+
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"hd_id3154760\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"par_id3148664\n"
+"10\n"
+"help.text"
+msgid "systemFile$ = \"c:\\folder\\mytext.txt\""
+msgstr "sistemskiFajl$ = \"c:\\folder\\mytext.txt\""
+
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"par_id3150541\n"
+"11\n"
+"help.text"
+msgid "url$ = ConvertToURL( systemFile$ )"
+msgstr ""
+
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"par_id3150792\n"
+"12\n"
+"help.text"
+msgid "print url$"
+msgstr "printaj url$"
+
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"par_id3154367\n"
+"13\n"
+"help.text"
+msgid "systemFileAgain$ = ConvertFromURL( url$ )"
+msgstr ""
+
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"par_id3153194\n"
+"14\n"
+"help.text"
+msgid "print systemFileAgain$"
+msgstr "printaj sistemskiFajlPonovo$"
+
+#: 03020408.xhp
+msgctxt ""
+"03020408.xhp\n"
+"tit\n"
+"help.text"
+msgid "FileLen-Function [Runtime]"
+msgstr "FileLen Funkcija [Run-time]"
+
+#: 03020408.xhp
+msgctxt ""
+"03020408.xhp\n"
+"bm_id3153126\n"
+"help.text"
+msgid "<bookmark_value>FileLen function</bookmark_value>"
+msgstr "<bookmark_value>FileLen Funkcija</bookmark_value>"
+
+#: 03020408.xhp
+msgctxt ""
+"03020408.xhp\n"
+"hd_id3153126\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020408.xhp\" name=\"FileLen-Function [Runtime]\">FileLen Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020408.xhp\" name=\"FileLen Funkcija [Run-time]\">FileLen Funkcija [Run-time]</link>"
+
+#: 03020408.xhp
+msgctxt ""
+"03020408.xhp\n"
+"par_id3145068\n"
+"2\n"
+"help.text"
+msgid "Returns the length of a file in bytes."
+msgstr "Vraca duzinu fajla u bajtima."
+
+#: 03020408.xhp
+msgctxt ""
+"03020408.xhp\n"
+"hd_id3159414\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03020408.xhp
+msgctxt ""
+"03020408.xhp\n"
+"par_id3149656\n"
+"4\n"
+"help.text"
+msgid "FileLen (Text As String)"
+msgstr "FileLen (Tekst kao Znak)"
+
+#: 03020408.xhp
+msgctxt ""
+"03020408.xhp\n"
+"hd_id3148798\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03020408.xhp
+msgctxt ""
+"03020408.xhp\n"
+"par_id3156282\n"
+"6\n"
+"help.text"
+msgid "Long"
+msgstr ""
+
+#: 03020408.xhp
+msgctxt ""
+"03020408.xhp\n"
+"hd_id3150768\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03020408.xhp
+#, fuzzy
+msgctxt ""
+"03020408.xhp\n"
+"par_id3153193\n"
+"8\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression that contains an unambiguous file specification. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
+msgstr "<emph>File</emph>: Bilo koji znakovni izraz koji sadrzi znakovne specifikacije. Mozete koristiti i <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
+
+#: 03020408.xhp
+msgctxt ""
+"03020408.xhp\n"
+"par_id3150439\n"
+"9\n"
+"help.text"
+msgid "This function determines the length of a file. If the FileLen function is called for an open file, it returns the file length before it was opened. To determine the current file length of an open file, use the Lof function."
+msgstr "Ova funkcija odredjuje duzinu fajla. Ako je FileLen Funkcija pozvana za otvaranje fajla, ona vraca duzinu fajla prije nego sto je otvoren.Za odredjivanje duzine trenutnod fajla koristiti Lof Funkciju."
+
+#: 03020408.xhp
+msgctxt ""
+"03020408.xhp\n"
+"hd_id3163710\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03020402.xhp
+msgctxt ""
+"03020402.xhp\n"
+"tit\n"
+"help.text"
+msgid "ChDrive Statement [Runtime]"
+msgstr "ChDrive izjava [Run-time]"
+
+#: 03020402.xhp
+#, fuzzy
+msgctxt ""
+"03020402.xhp\n"
+"bm_id3145068\n"
+"help.text"
+msgid "<bookmark_value>ChDrive statement</bookmark_value>"
+msgstr "<bookmark_value>ChDir izjava</bookmark_value>"
+
+#: 03020402.xhp
+msgctxt ""
+"03020402.xhp\n"
+"hd_id3145068\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020402.xhp\" name=\"ChDrive Statement [Runtime]\">ChDrive Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020402.xhp\" name=\"ChDrive Statement [Run-time]\">ChDrive izjava [Run-time]</link>"
+
+#: 03020402.xhp
+msgctxt ""
+"03020402.xhp\n"
+"par_id3149656\n"
+"2\n"
+"help.text"
+msgid "Changes the current drive."
+msgstr "Promjene u trenutnom drajvu."
+
+#: 03020402.xhp
+msgctxt ""
+"03020402.xhp\n"
+"hd_id3154138\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03020402.xhp
+msgctxt ""
+"03020402.xhp\n"
+"par_id3154685\n"
+"4\n"
+"help.text"
+msgid "ChDrive Text As String"
+msgstr "ChDrive Tekst kao Znak"
+
+#: 03020402.xhp
+msgctxt ""
+"03020402.xhp\n"
+"hd_id3156423\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03020402.xhp
+msgctxt ""
+"03020402.xhp\n"
+"par_id3145172\n"
+"6\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression that contains the drive letter of the new drive. If you want, you can use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
+msgstr "<emph>Text</emph>: Bilo koji znakovni izraz koji sadrzi oznaku drajva, novog drajva. Ako zelite, mozete koristiti <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
+
+#: 03020402.xhp
+msgctxt ""
+"03020402.xhp\n"
+"par_id3145785\n"
+"7\n"
+"help.text"
+msgid "The drive must be assigned a capital letter. Under Windows, the letter that you assign the drive is restricted by the settings in LASTDRV. If the drive argument is a multiple-character string, only the first letter is relevant. If you attempt to access a non-existent drive, an error occurs that you can respond to with the OnError statement."
+msgstr "Drajvu se mora pristupiti velikim slovom. Za Windows, slova kojima se pristupa drajvu su ogranicena na postavke u LASTDRV. Ako je argument drajva znak sa vise karaktera, samo prvo slovo je bitno. Ako pokusate proistupiti nepostojecem darajvu, pojavljuje se greska na koju mozete odgovoriti sa OnError izjavom."
+
+#: 03020402.xhp
+msgctxt ""
+"03020402.xhp\n"
+"hd_id3153188\n"
+"8\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03020402.xhp
+#, fuzzy
+msgctxt ""
+"03020402.xhp\n"
+"par_id3152576\n"
+"10\n"
+"help.text"
+msgid "ChDrive \"D\" ' Only possible if a drive 'D' exists."
+msgstr "ChDrive \"D\" REM Samo je moguce ako drajv D postoji."
+
+#: 03020410.xhp
+msgctxt ""
+"03020410.xhp\n"
+"tit\n"
+"help.text"
+msgid "Kill Statement [Runtime]"
+msgstr "Kill Statement [Run-time]"
+
+#: 03020410.xhp
+#, fuzzy
+msgctxt ""
+"03020410.xhp\n"
+"bm_id3153360\n"
+"help.text"
+msgid "<bookmark_value>Kill statement</bookmark_value>"
+msgstr "<bookmark_value>Sa Izjavom</bookmark_value>"
+
+#: 03020410.xhp
+msgctxt ""
+"03020410.xhp\n"
+"hd_id3153360\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020410.xhp\" name=\"Kill Statement [Runtime]\">Kill Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020410.xhp\" name=\"Kill Statement [Run-time]\">Kill Statement [Run-time]</link>"
+
+#: 03020410.xhp
+msgctxt ""
+"03020410.xhp\n"
+"par_id3151211\n"
+"2\n"
+"help.text"
+msgid "Deletes a file from a disk."
+msgstr "Deletes a file from a disc."
+
+#: 03020410.xhp
+msgctxt ""
+"03020410.xhp\n"
+"hd_id3150767\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03020410.xhp
+#, fuzzy
+msgctxt ""
+"03020410.xhp\n"
+"par_id3154685\n"
+"4\n"
+"help.text"
+msgid "Kill File As String"
+msgstr "DIM sFile Kao String"
+
+#: 03020410.xhp
+msgctxt ""
+"03020410.xhp\n"
+"hd_id3153194\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03020410.xhp
+msgctxt ""
+"03020410.xhp\n"
+"par_id3150440\n"
+"6\n"
+"help.text"
+msgid "<emph>File:</emph> Any string expression that contains an unambiguous file specification. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
+msgstr "<emph>File</emph>: Bilo koji znakovni izraz koji sadrzi znakovne specifikacije. Mozete koristiti i <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
+
+#: 03020410.xhp
+msgctxt ""
+"03020410.xhp\n"
+"hd_id3148645\n"
+"7\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03020410.xhp
+#, fuzzy
+msgctxt ""
+"03020410.xhp\n"
+"par_id3163710\n"
+"9\n"
+"help.text"
+msgid "Kill \"C:\\datafile.dat\" ' File must be created in advance"
+msgstr "Kill \"C:\\datafile.dat\" REM mora biti unaprijed kreiran"
+
+#: 03020407.xhp
+msgctxt ""
+"03020407.xhp\n"
+"tit\n"
+"help.text"
+msgid "FileDateTime Function [Runtime]"
+msgstr "FileDateTime Funkcija [Run-time]"
+
+#: 03020407.xhp
+msgctxt ""
+"03020407.xhp\n"
+"bm_id3153361\n"
+"help.text"
+msgid "<bookmark_value>FileDateTime function</bookmark_value>"
+msgstr "<bookmark_value>FileDateTime Funkcija</bookmark_value>"
+
+#: 03020407.xhp
+msgctxt ""
+"03020407.xhp\n"
+"hd_id3153361\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020407.xhp\" name=\"FileDateTime Function [Runtime]\">FileDateTime Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020407.xhp\" name=\"FileDateTime Funkcija [Run-time]\">FileDateTime Funkcija [Run-time]</link>"
+
+#: 03020407.xhp
+msgctxt ""
+"03020407.xhp\n"
+"par_id3156423\n"
+"2\n"
+"help.text"
+msgid "Returns a string that contains the date and the time that a file was created or last modified."
+msgstr "Vraca znak koji sadrzi datum i vrijeme kreiranja ili promjene fajla."
+
+#: 03020407.xhp
+msgctxt ""
+"03020407.xhp\n"
+"hd_id3154685\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03020407.xhp
+msgctxt ""
+"03020407.xhp\n"
+"par_id3154124\n"
+"4\n"
+"help.text"
+msgid "FileDateTime (Text As String)"
+msgstr "FileDateTime (Tekst Kao Znak)"
+
+#: 03020407.xhp
+msgctxt ""
+"03020407.xhp\n"
+"hd_id3150448\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03020407.xhp
+msgctxt ""
+"03020407.xhp\n"
+"par_id3159153\n"
+"6\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression that contains an unambiguous (no wildcards) file specification. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
+msgstr "<emph>Text</emph>: Bilo koji znakovni izraz koji sadrzi unambiguous (no wildcards) oznake fajla. Mozete takodjer koristiti<link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
+
+#: 03020407.xhp
+msgctxt ""
+"03020407.xhp\n"
+"par_id3155306\n"
+"7\n"
+"help.text"
+msgid "This function determines the exact time of creation or last modification of a file, returned in the format \"MM.DD.YYYY HH.MM.SS\"."
+msgstr "Ova funkcija odredjuje tacno vrijeme kreiranja ili zadnje promjene fajla, vracena u formatu \"MM.DD.YYYY HH.MM.SS\"."
+
+#: 03020407.xhp
+msgctxt ""
+"03020407.xhp\n"
+"hd_id3146119\n"
+"8\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03103300.xhp
+msgctxt ""
+"03103300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Option Explicit Statement [Runtime]"
+msgstr ""
+
+#: 03103300.xhp
+#, fuzzy
+msgctxt ""
+"03103300.xhp\n"
+"bm_id3145090\n"
+"help.text"
+msgid "<bookmark_value>Option Explicit statement</bookmark_value>"
+msgstr "<bookmark_value>Naredba za izlaz</bookmark_value>"
+
+#: 03103300.xhp
+#, fuzzy
+msgctxt ""
+"03103300.xhp\n"
+"hd_id3145090\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03103300.xhp\" name=\"Option Explicit Statement [Runtime]\">Option Explicit Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03104100.xhp\" name=\"Proizvoljno (u Naredbi Funkcije) [Vrijeme izvršavanja]\">Proizvoljno (u Naredbi Funkcija) [Vrijeme izvršavanja]</link>"
+
+#: 03103300.xhp
+msgctxt ""
+"03103300.xhp\n"
+"par_id3148538\n"
+"2\n"
+"help.text"
+msgid "Specifies that every variable in the program code must be explicitly declared with the Dim statement."
+msgstr ""
+
+#: 03103300.xhp
+msgctxt ""
+"03103300.xhp\n"
+"hd_id3149763\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03103300.xhp
+#, fuzzy
+msgctxt ""
+"03103300.xhp\n"
+"par_id3149514\n"
+"4\n"
+"help.text"
+msgid "Option Explicit"
+msgstr "Option Explicit"
+
+#: 03103300.xhp
+msgctxt ""
+"03103300.xhp\n"
+"hd_id3145315\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03103300.xhp
+msgctxt ""
+"03103300.xhp\n"
+"par_id3145172\n"
+"6\n"
+"help.text"
+msgid "This statement must be added before the executable program code in a module."
+msgstr ""
+
+#: 03103300.xhp
+msgctxt ""
+"03103300.xhp\n"
+"hd_id3125864\n"
+"7\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03103300.xhp
+msgctxt ""
+"03103300.xhp\n"
+"par_id3145787\n"
+"12\n"
+"help.text"
+msgid "For i% = 1 To 10 ' This results in a run-time error"
+msgstr ""
+
+#: 03020100.xhp
+msgctxt ""
+"03020100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Opening and Closing Files"
+msgstr ""
+
+#: 03020100.xhp
+msgctxt ""
+"03020100.xhp\n"
+"hd_id3152924\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020100.xhp\" name=\"Opening and Closing Files\">Opening and Closing Files</link>"
+msgstr ""
+
+#: 03120307.xhp
+#, fuzzy
+msgctxt ""
+"03120307.xhp\n"
+"tit\n"
+"help.text"
+msgid "Right Function [Runtime]"
+msgstr "Popravna Funkcija [Run-time]"
+
+#: 03120307.xhp
+#, fuzzy
+msgctxt ""
+"03120307.xhp\n"
+"bm_id3153311\n"
+"help.text"
+msgid "<bookmark_value>Right function</bookmark_value>"
+msgstr "<bookmark_value>Popravna Funkcija</bookmark_value>"
+
+#: 03120307.xhp
+#, fuzzy
+msgctxt ""
+"03120307.xhp\n"
+"hd_id3153311\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120307.xhp\" name=\"Right Function [Runtime]\">Right Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120102.xhp\" name=\"Chr Funkcija [Vrijeme izvršavanja]\">Chr Funkcija [Vrijeme izvršavanja]</link>"
+
+#: 03120307.xhp
+msgctxt ""
+"03120307.xhp\n"
+"par_id3150984\n"
+"2\n"
+"help.text"
+msgid "Returns the rightmost \"n\" characters of a string expression."
+msgstr ""
+
+#: 03120307.xhp
+#, fuzzy
+msgctxt ""
+"03120307.xhp\n"
+"par_id3149763\n"
+"3\n"
+"help.text"
+msgid "See also: <link href=\"text/sbasic/shared/03120303.xhp\" name=\"Left Function\">Left Function</link>."
+msgstr "Pogledaj: <link href=\"text/sbasic/shared/03120302.xhp\" name=\"LCase Function\">LCase funkcija</link>"
+
+#: 03120307.xhp
+msgctxt ""
+"03120307.xhp\n"
+"hd_id3145315\n"
+"4\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03120307.xhp
+msgctxt ""
+"03120307.xhp\n"
+"par_id3153061\n"
+"5\n"
+"help.text"
+msgid "Right (Text As String, n As Long)"
+msgstr ""
+
+#: 03120307.xhp
+msgctxt ""
+"03120307.xhp\n"
+"hd_id3145068\n"
+"6\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03120307.xhp
+#, fuzzy
+msgctxt ""
+"03120307.xhp\n"
+"par_id3156344\n"
+"7\n"
+"help.text"
+msgid "String"
+msgstr "Stringovi"
+
+#: 03120307.xhp
+msgctxt ""
+"03120307.xhp\n"
+"hd_id3146795\n"
+"8\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03120307.xhp
+#, fuzzy
+msgctxt ""
+"03120307.xhp\n"
+"par_id3153526\n"
+"9\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression that you want to return the rightmost characters of."
+msgstr "<emph>Text2</emph>: String izraz koji želite pretraživati."
+
+#: 03120307.xhp
+msgctxt ""
+"03120307.xhp\n"
+"par_id3151211\n"
+"10\n"
+"help.text"
+msgid "<emph>n:</emph> Numeric expression that defines the number of characters that you want to return. If <emph>n</emph> = 0, a zero-length string is returned. The maximum allowed value is 65535."
+msgstr ""
+
+#: 03120307.xhp
+msgctxt ""
+"03120307.xhp\n"
+"par_id3158410\n"
+"11\n"
+"help.text"
+msgid "The following example converts a date in YYYY-MM-DD format to the US date format (MM/DD/YYYY)."
+msgstr ""
+
+#: 03120307.xhp
+msgctxt ""
+"03120307.xhp\n"
+"hd_id3156212\n"
+"12\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03120307.xhp
+msgctxt ""
+"03120307.xhp\n"
+"par_id3159252\n"
+"16\n"
+"help.text"
+msgid "sInput = InputBox(\"Please input a date in the international format 'YYYY-MM-DD'\")"
+msgstr ""
+
+#: 03120200.xhp
+msgctxt ""
+"03120200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Repeating Contents"
+msgstr "Sadržaj koji se ponavlja"
+
+#: 03120200.xhp
+msgctxt ""
+"03120200.xhp\n"
+"hd_id3152363\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120200.xhp\" name=\"Repeating Contents\">Repeating Contents</link>"
+msgstr "<link href=\"text/sbasic/shared/03120200.xhp\" name=\"Sadržaj koji se ponavlaj\">Sadržaj koji se ponavlja</link>"
+
+#: 03120200.xhp
+msgctxt ""
+"03120200.xhp\n"
+"par_id3150178\n"
+"2\n"
+"help.text"
+msgid "The following functions repeat the contents of strings."
+msgstr ""
+
+#: 03070400.xhp
+#, fuzzy
+msgctxt ""
+"03070400.xhp\n"
+"tit\n"
+"help.text"
+msgid "\"/\" Operator [Runtime]"
+msgstr "MOD Operator [Vrijeme izvodjenja]"
+
+#: 03070400.xhp
+#, fuzzy
+msgctxt ""
+"03070400.xhp\n"
+"bm_id3150669\n"
+"help.text"
+msgid "<bookmark_value>\"/\" operator (mathematical)</bookmark_value>"
+msgstr "<bookmark_value>MOD operator (matematicki)</bookmark_value>"
+
+#: 03070400.xhp
+#, fuzzy
+msgctxt ""
+"03070400.xhp\n"
+"hd_id3150669\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03070400.xhp\">\"/\" Operator [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020403.xhp\">CurDir Funkcija [Run-time]</link>"
+
+#: 03070400.xhp
+msgctxt ""
+"03070400.xhp\n"
+"par_id3149670\n"
+"2\n"
+"help.text"
+msgid "Divides two values."
+msgstr ""
+
+#: 03070400.xhp
+msgctxt ""
+"03070400.xhp\n"
+"hd_id3148946\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03070400.xhp
+#, fuzzy
+msgctxt ""
+"03070400.xhp\n"
+"par_id3153360\n"
+"4\n"
+"help.text"
+msgid "Result = Expression1 / Expression2"
+msgstr "Resultat = Izrar_1 MOD Izraz_2"
+
+#: 03070400.xhp
+msgctxt ""
+"03070400.xhp\n"
+"hd_id3150359\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03070400.xhp
+#, fuzzy
+msgctxt ""
+"03070400.xhp\n"
+"par_id3154141\n"
+"6\n"
+"help.text"
+msgid "<emph>Result:</emph> Any numerical value that contains the result of the division."
+msgstr "<emph>Resultat:</emph>: Brojcana varijabla koja sadrzi rezultat MOD operacije."
+
+#: 03070400.xhp
+#, fuzzy
+msgctxt ""
+"03070400.xhp\n"
+"par_id3150448\n"
+"7\n"
+"help.text"
+msgid "<emph>Expression1, Expression2:</emph> Any numerical expressions that you want to divide."
+msgstr "<emph>Izraz_1, Izraz_2</emph>: Brojcani izraz koji zelite da podijelite."
+
+#: 03070400.xhp
+msgctxt ""
+"03070400.xhp\n"
+"hd_id3154684\n"
+"8\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03050100.xhp
+#, fuzzy
+msgctxt ""
+"03050100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Erl Function [Runtime]"
+msgstr "Val Funkcija [Vrijeme izvršavanja]"
+
+#: 03050100.xhp
+#, fuzzy
+msgctxt ""
+"03050100.xhp\n"
+"bm_id3157896\n"
+"help.text"
+msgid "<bookmark_value>Erl function</bookmark_value>"
+msgstr "<bookmark_value>Val Funkcija</bookmark_value>"
+
+#: 03050100.xhp
+#, fuzzy
+msgctxt ""
+"03050100.xhp\n"
+"hd_id3157896\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03050100.xhp\" name=\"Erl Function [Runtime]\">Erl Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120104.xhp\" name=\"Val Funkcija [Vrijeme izvršavanja]\">Val Funkcija [Vrijeme izvršavanja]</link>"
+
+#: 03050100.xhp
+msgctxt ""
+"03050100.xhp\n"
+"par_id3153394\n"
+"2\n"
+"help.text"
+msgid "Returns the line number where an error occurred during program execution."
+msgstr ""
+
+#: 03050100.xhp
+msgctxt ""
+"03050100.xhp\n"
+"hd_id3147574\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03050100.xhp
+msgctxt ""
+"03050100.xhp\n"
+"par_id3146795\n"
+"4\n"
+"help.text"
+msgid "Erl"
+msgstr ""
+
+#: 03050100.xhp
+msgctxt ""
+"03050100.xhp\n"
+"hd_id3147265\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03050100.xhp
+msgctxt ""
+"03050100.xhp\n"
+"par_id3154924\n"
+"6\n"
+"help.text"
+msgid "Integer"
+msgstr "Cjelobrojno"
+
+#: 03050100.xhp
+msgctxt ""
+"03050100.xhp\n"
+"hd_id3150792\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03050100.xhp
+msgctxt ""
+"03050100.xhp\n"
+"par_id3153771\n"
+"8\n"
+"help.text"
+msgid "The Erl function only returns a line number, and not a line label."
+msgstr ""
+
+#: 03050100.xhp
+msgctxt ""
+"03050100.xhp\n"
+"hd_id3146921\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03050100.xhp
+msgctxt ""
+"03050100.xhp\n"
+"par_id3150010\n"
+"11\n"
+"help.text"
+msgid "On Error GoTo ErrorHandler ' Set up error handler"
+msgstr ""
+
+#: 03050100.xhp
+msgctxt ""
+"03050100.xhp\n"
+"par_id3153188\n"
+"14\n"
+"help.text"
+msgid "' Error caused by non-existent file"
+msgstr ""
+
+#: 03050100.xhp
+msgctxt ""
+"03050100.xhp\n"
+"par_id3155416\n"
+"21\n"
+"help.text"
+msgid "MsgBox \"Error \" & err & \": \" & Error$ + chr(13) + \"In Line : \" + Erl + chr(13) + Now , 16 ,\"An error occurred\""
+msgstr ""
+
+#: 03104700.xhp
+msgctxt ""
+"03104700.xhp\n"
+"tit\n"
+"help.text"
+msgid "Erase Function [Runtime]"
+msgstr "Erase Funkcija [Vrijeme izvršavanja]"
+
+#: 03104700.xhp
+msgctxt ""
+"03104700.xhp\n"
+"bm_id624713\n"
+"help.text"
+msgid "<bookmark_value>Erase function</bookmark_value>"
+msgstr "<bookmark_value>Briši Funkcija</bookmark_value>"
+
+#: 03104700.xhp
+msgctxt ""
+"03104700.xhp\n"
+"par_idN10548\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03104700.xhp\">Erase Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03104700.xhp\">Briši Funkcija [Vrijeme izvršavanja]</link>"
+
+#: 03104700.xhp
+msgctxt ""
+"03104700.xhp\n"
+"par_idN10558\n"
+"help.text"
+msgid "Erases the contents of array elements of fixed size arrays, and releases the memory used by arrays of variable size."
+msgstr "Briše elemente niza iz niza fiksirane velicine i oslobada memorju koju je koristio niz velicine varijable."
+
+#: 03104700.xhp
+msgctxt ""
+"03104700.xhp\n"
+"par_idN1055D\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03104700.xhp
+msgctxt ""
+"03104700.xhp\n"
+"par_idN105E6\n"
+"help.text"
+msgid "Erase Arraylist"
+msgstr "Briši Arraylist"
+
+#: 03104700.xhp
+msgctxt ""
+"03104700.xhp\n"
+"par_idN105E9\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03104700.xhp
+msgctxt ""
+"03104700.xhp\n"
+"par_idN105ED\n"
+"help.text"
+msgid "<emph>Arraylist</emph> - The list of arrays to be erased."
+msgstr "<emph>Arraylist</emph> - Lista nizova koji treba da se izbrišu."
+
+#: 03080201.xhp
+msgctxt ""
+"03080201.xhp\n"
+"tit\n"
+"help.text"
+msgid "Exp Function [Runtime]"
+msgstr "Eksp Funkcija [Vrijeme Izvodjenja]"
+
+#: 03080201.xhp
+msgctxt ""
+"03080201.xhp\n"
+"bm_id3150616\n"
+"help.text"
+msgid "<bookmark_value>Exp function</bookmark_value>"
+msgstr "<bookmark_value>Exp funkcija</bookmark_value>"
+
+#: 03080201.xhp
+msgctxt ""
+"03080201.xhp\n"
+"hd_id3150616\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080201.xhp\" name=\"Exp Function [Runtime]\">Exp Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03080201.xhp\" name=\"Eksp Funkcija [Vrijeme Izvodjenja]\">Eksp Funkcija [Vrijeme Izvodjenja]</link>"
+
+#: 03080201.xhp
+msgctxt ""
+"03080201.xhp\n"
+"par_id3155555\n"
+"2\n"
+"help.text"
+msgid "Returns the base of the natural logarithm (e = 2.718282) raised to a power."
+msgstr "Vraca bazu prirodnog logaritma (e = 2.71828182845904...) na neku vrijednost."
+
+#: 03080201.xhp
+msgctxt ""
+"03080201.xhp\n"
+"hd_id3150984\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03080201.xhp
+msgctxt ""
+"03080201.xhp\n"
+"par_id3145315\n"
+"4\n"
+"help.text"
+msgid "Exp (Number)"
+msgstr "Exp (Broj)"
+
+#: 03080201.xhp
+msgctxt ""
+"03080201.xhp\n"
+"hd_id3154347\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03080201.xhp
+msgctxt ""
+"03080201.xhp\n"
+"par_id3149670\n"
+"6\n"
+"help.text"
+msgid "Double"
+msgstr ""
+
+#: 03080201.xhp
+msgctxt ""
+"03080201.xhp\n"
+"hd_id3154760\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03080201.xhp
+msgctxt ""
+"03080201.xhp\n"
+"par_id3150793\n"
+"8\n"
+"help.text"
+msgid "<emph>Number:</emph> Any numeric expression that specifies the power that you want to raise \"e\" to (the base of natural logarithms). The power must be for both single-precision numbers less than or equal to 88.02969 and double-precision numbers less than or equal to 709.782712893, since $[officename] Basic returns an Overflow error for numbers exceeding these values."
+msgstr "<emph>Number</emph>: Brojcani izraz koji obiljezava vrijednost na koju hocete da podignete \"e\" (baza prirodnog logaritma). Vrijednost za single-precision mora da bude manja ili jednaka 88.02969 i za double-precision brojeve manja ili jednaka 709.782712893, jer $[officename] Basic vraca Overflow za brojeve koji prevazilaze ove vrijednosti."
+
+#: 03080201.xhp
+msgctxt ""
+"03080201.xhp\n"
+"hd_id3156280\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03080201.xhp
+#, fuzzy
+msgctxt ""
+"03080201.xhp\n"
+"par_id3159254\n"
+"13\n"
+"help.text"
+msgid "Const b2=1.345e34"
+msgstr "konstanta b2=1.345e34"
+
+#: 03080201.xhp
+msgctxt ""
+"03080201.xhp\n"
+"par_id3161832\n"
+"15\n"
+"help.text"
+msgid "MsgBox \"\" & dValue & chr(13) & (b1*b2) ,0,\"Multiplication by logarithm\""
+msgstr "MsgBox \"\" & dValue & chr(13) & (b1*b2) ,0,\"Multiplikacija sa logaritmom\""
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"tit\n"
+"help.text"
+msgid "Macro"
+msgstr "Makro"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"bm_id3153894\n"
+"help.text"
+msgid "<bookmark_value>events;linked to objects</bookmark_value>"
+msgstr ""
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"hd_id3153894\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"Macro\">Macro</link>"
+msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"Macro\">Makro</link>"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3153748\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Choose the macro that you want to execute when the selected graphic, frame, or OLE object is selected.</ahelp> Depending on the object that is selected, the function is either found on the <emph>Macro</emph> tab of the <emph>Object</emph> dialog, or in the <emph>Assign Macro</emph> dialog."
+msgstr "<ahelp hid=\".\">Izaberite Macro koje hocete da izbacite kad odabrana grafika,okvir,ili OLE objekat je odabran.</ahelp> Zavisno od odabranog objekya,funkcija je nadjena u <emph>Makro</emph> tab of the <emph>Objekat</emph> dialogue box, ili u<emph>Dodijeli Makro</emph> dialogue box."
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"hd_id3150503\n"
+"3\n"
+"help.text"
+msgid "Event"
+msgstr "Događaj"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3149763\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MACRO_LB_EVENT\">Lists the events that are relevant to the macros that are currently assigned to the selected object.</ahelp>"
+msgstr "<ahelp hid=\"HID_MACRO_LB_EVENT\">Izlistava dogadjaje koji su relevantni sa micro koji su namjenjen za odabrani objekat.</ahelp>"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3150670\n"
+"23\n"
+"help.text"
+msgid "The following table describes the macros and the events that can by linked to objects in your document:"
+msgstr "Sljedeca tabela opisuje macro i dogadjaje koji mogu biti povezani za objekte u vasem dokumentu:"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3153360\n"
+"24\n"
+"help.text"
+msgid "Event"
+msgstr "Događaj"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3154365\n"
+"25\n"
+"help.text"
+msgid "Event trigger"
+msgstr "Dogadjaj"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3159149\n"
+"26\n"
+"help.text"
+msgid "OLE object"
+msgstr "OLE objekat"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3148451\n"
+"27\n"
+"help.text"
+msgid "Graphics"
+msgstr "Ilustracije"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3125863\n"
+"28\n"
+"help.text"
+msgid "Frame"
+msgstr "Okvir"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3154216\n"
+"29\n"
+"help.text"
+msgid "AutoText"
+msgstr "AutoTekst"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3145785\n"
+"30\n"
+"help.text"
+msgid "ImageMap area"
+msgstr "ImageMap podrucje"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3153138\n"
+"31\n"
+"help.text"
+msgid "Hyperlink"
+msgstr "Hiperveza"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3155306\n"
+"32\n"
+"help.text"
+msgid "Click object"
+msgstr "Klikni objekat"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3152460\n"
+"33\n"
+"help.text"
+msgid "Object is selected."
+msgstr "objekat odabran."
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3147348\n"
+"34\n"
+"help.text"
+msgid "x"
+msgstr ""
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3147426\n"
+"35\n"
+"help.text"
+msgid "x"
+msgstr ""
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3153951\n"
+"36\n"
+"help.text"
+msgid "x"
+msgstr ""
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3150116\n"
+"37\n"
+"help.text"
+msgid "Mouse over object"
+msgstr "Mis preko objekta"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3145253\n"
+"38\n"
+"help.text"
+msgid "Mouse moves over the object."
+msgstr "Mis se krece po objektu."
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3144765\n"
+"39\n"
+"help.text"
+msgid "x"
+msgstr ""
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3153418\n"
+"40\n"
+"help.text"
+msgid "x"
+msgstr ""
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3153948\n"
+"41\n"
+"help.text"
+msgid "x"
+msgstr ""
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3145652\n"
+"42\n"
+"help.text"
+msgid "x"
+msgstr ""
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3155066\n"
+"43\n"
+"help.text"
+msgid "x"
+msgstr ""
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3155446\n"
+"44\n"
+"help.text"
+msgid "Trigger Hyperlink"
+msgstr ""
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3154756\n"
+"45\n"
+"help.text"
+msgid "Hyperlink assigned to the object is clicked."
+msgstr "Hyperlink namjenjen za izabrani objekat."
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3150042\n"
+"46\n"
+"help.text"
+msgid "x"
+msgstr ""
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3151252\n"
+"47\n"
+"help.text"
+msgid "x"
+msgstr ""
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3147344\n"
+"48\n"
+"help.text"
+msgid "x"
+msgstr ""
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3146920\n"
+"49\n"
+"help.text"
+msgid "x"
+msgstr ""
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3159333\n"
+"50\n"
+"help.text"
+msgid "Mouse leaves object"
+msgstr "Mis napusta objekat"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3147003\n"
+"51\n"
+"help.text"
+msgid "Mouse moves off of the object."
+msgstr "Mis se sklonio sa objekta."
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3151278\n"
+"52\n"
+"help.text"
+msgid "x"
+msgstr ""
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3145257\n"
+"53\n"
+"help.text"
+msgid "x"
+msgstr ""
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3154122\n"
+"54\n"
+"help.text"
+msgid "x"
+msgstr ""
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3156139\n"
+"55\n"
+"help.text"
+msgid "x"
+msgstr ""
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3149036\n"
+"56\n"
+"help.text"
+msgid "x"
+msgstr ""
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3150785\n"
+"57\n"
+"help.text"
+msgid "Graphics load successful"
+msgstr "Grafika uspjesno napunjena"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3153705\n"
+"58\n"
+"help.text"
+msgid "Graphics are loaded successfully."
+msgstr "Grafike uspjesno napunjene."
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3150343\n"
+"59\n"
+"help.text"
+msgid "x"
+msgstr ""
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3150202\n"
+"60\n"
+"help.text"
+msgid "Graphics load terminated"
+msgstr "Punjenje grafike zavrseno."
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3145584\n"
+"61\n"
+"help.text"
+msgid "Loading of graphics is stopped by the user (for example, when downloading the page)."
+msgstr "Punjenje grafike je stopirano od strane korisnika (na primejr,kod punjenja papira)."
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3154259\n"
+"62\n"
+"help.text"
+msgid "x"
+msgstr ""
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3155089\n"
+"63\n"
+"help.text"
+msgid "Graphics load faulty"
+msgstr "graficko punjenje neispravno"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3153307\n"
+"64\n"
+"help.text"
+msgid "Graphics not successfully loaded, for example, if a graphic was not found."
+msgstr "Grafika nije uspjesno napunjena,na primjer,ako grafika nije nadjena."
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3148840\n"
+"65\n"
+"help.text"
+msgid "x"
+msgstr ""
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3154533\n"
+"66\n"
+"help.text"
+msgid "Input of alpha characters"
+msgstr "Unos alpha karaktera"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3155266\n"
+"67\n"
+"help.text"
+msgid "Text is entered from the keyboard."
+msgstr "Tekst je unesen sa tastature."
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3144768\n"
+"68\n"
+"help.text"
+msgid "x"
+msgstr ""
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3145659\n"
+"69\n"
+"help.text"
+msgid "Input of non-alpha characters"
+msgstr "Unos non-alpha karaktera"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3151131\n"
+"70\n"
+"help.text"
+msgid "Nonprinting characters are entered from the keyboard, for example, tabs and line breaks."
+msgstr "Non-printing karakteri su uneseni sa tastature,na primjer,tabovi i razmaci."
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3159206\n"
+"71\n"
+"help.text"
+msgid "x"
+msgstr ""
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3150405\n"
+"72\n"
+"help.text"
+msgid "Resize frame"
+msgstr "Promijeni velicinu okvira"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3153972\n"
+"73\n"
+"help.text"
+msgid "Frame is resized with the mouse."
+msgstr "Velicina okvira je promijenjena sa misem."
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3152873\n"
+"74\n"
+"help.text"
+msgid "x"
+msgstr ""
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3148900\n"
+"75\n"
+"help.text"
+msgid "Move frame"
+msgstr "Pomjeri okvir"
+
+#: 05060700.xhp
+#, fuzzy
+msgctxt ""
+"05060700.xhp\n"
+"par_id3154767\n"
+"76\n"
+"help.text"
+msgid "Frame is moved with the mouse."
+msgstr "Velicina okvira je promijenjena sa misem."
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3155914\n"
+"77\n"
+"help.text"
+msgid "x"
+msgstr ""
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3153010\n"
+"78\n"
+"help.text"
+msgid "Before inserting AutoText"
+msgstr "Prije ubacivanja AutoTeksta"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3147515\n"
+"79\n"
+"help.text"
+msgid "Before a text block is inserted."
+msgstr "Prije nego se unese blok teksta."
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3151191\n"
+"80\n"
+"help.text"
+msgid "x"
+msgstr ""
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3150956\n"
+"81\n"
+"help.text"
+msgid "After inserting AutoText"
+msgstr "Nakon unosa Automatskog teksta"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3147502\n"
+"82\n"
+"help.text"
+msgid "After a text block is inserted."
+msgstr "Nakon sto se unese blok teksta."
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3147555\n"
+"83\n"
+"help.text"
+msgid "x"
+msgstr ""
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"hd_id3153958\n"
+"5\n"
+"help.text"
+msgid "Macros"
+msgstr "Makroi"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3150432\n"
+"6\n"
+"help.text"
+msgid "Choose the macro that you want to execute when the selected event occurs."
+msgstr "Izaberi koji makro da se izvrsi kad se odabrani slucaj dogodi."
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3147296\n"
+"84\n"
+"help.text"
+msgid "Frames allow you to link events to a function, so that the function can determine if it processes the event or $[officename] Writer."
+msgstr "Okviri dozvoljavaju povezivanje slucajeva sa funkcijama, tako da funkcija moze prepoznati dali moze procesirati slucaj ili $[officename] Writer."
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"hd_id3155587\n"
+"7\n"
+"help.text"
+msgid "Category"
+msgstr "Kategorija"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3154068\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MACRO_GROUP\">Lists the open $[officename] documents and applications. Click the name of the location where you want to save the macros.</ahelp>"
+msgstr "<ahelp hid=\"HID_MACRO_GROUP\">Izlistava otvorene $[officename] dokumente i aplikacije.Klikni na ime lokacije na koji uelite spasiti makroe.</ahelp>"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"hd_id3149744\n"
+"9\n"
+"help.text"
+msgid "Macro name"
+msgstr "Ime makroa"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3151391\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MACRO_MACROS\">Lists the available macros. Click the macro that you want to assign to the selected object.</ahelp>"
+msgstr "<ahelp hid=\"HID_MACRO_MACROS\">Izlistava dostupne makroe. Klikni na makro koji zelis da dodjelis selektovanom objektu.</ahelp>"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"hd_id3159260\n"
+"11\n"
+"help.text"
+msgid "Assign"
+msgstr "Dodijeli"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3147406\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_PUSHBUTTON_RID_SFX_TP_MACROASSIGN_PB_ASSIGN\">Assigns the selected macro to the specified event.</ahelp> The assigned macro's entries are set after the event."
+msgstr "<ahelp hid=\"SFX2_PUSHBUTTON_RID_SFX_TP_MACROASSIGN_PB_ASSIGN\">Dodjeljuje selektovani makro specificiranom slucaju.</ahelp> Unosi dodijeljenog makroa se postavljaju nakon dogadjaja."
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"hd_id3150533\n"
+"15\n"
+"help.text"
+msgid "Remove"
+msgstr "Ukloni"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3166456\n"
+"16\n"
+"help.text"
+msgid "<variable id=\"aufheb\"><ahelp hid=\"SFX2_PUSHBUTTON_RID_SFX_TP_MACROASSIGN_PB_DELETE\">Removes the macro that is assigned to the selected item.</ahelp></variable>"
+msgstr "<variable id=\"aufheb\"><ahelp hid=\"SFX2_PUSHBUTTON_RID_SFX_TP_MACROASSIGN_PB_DELETE\">Uklanja makro sa selektovanog objekta.</ahelp></variable>"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"hd_id3159126\n"
+"85\n"
+"help.text"
+msgid "Macro selection"
+msgstr "Selekcija makroa"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3149149\n"
+"86\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_LISTBOX_RID_SFX_TP_MACROASSIGN_LB_SCRIPTTYPE\">Select the macro that you want to assign.</ahelp>"
+msgstr "<ahelp hid=\"SFX2_LISTBOX_RID_SFX_TP_MACROASSIGN_LB_SCRIPTTYPE\">Odaberi makro koji zelis da dodijelis.</ahelp>"
+
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"tit\n"
+"help.text"
+msgid "Basics"
+msgstr ""
+
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"bm_id4488967\n"
+"help.text"
+msgid "<bookmark_value>fundamentals</bookmark_value><bookmark_value>subroutines</bookmark_value><bookmark_value>variables;global and local</bookmark_value><bookmark_value>modules;subroutines and functions</bookmark_value>"
+msgstr ""
+
+#: 01010210.xhp
+#, fuzzy
+msgctxt ""
+"01010210.xhp\n"
+"hd_id3154927\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01010210.xhp\" name=\"Basics\">Basics</link>"
+msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"Macro\">Makro</link>"
+
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"par_id3156023\n"
+"14\n"
+"help.text"
+msgid "This section provides the fundamentals for working with $[officename] Basic."
+msgstr ""
+
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"par_id3147560\n"
+"2\n"
+"help.text"
+msgid "$[officename] Basic code is based on subroutines and functions that are specified between <emph>sub...end sub</emph> and <emph>function...end function</emph> sections. Each Sub or Function can call other Subs and Functions. If you take care to write generic code for a Sub or Function, you can probably re-use it in other programs. See also <link href=\"text/sbasic/shared/01020300.xhp\" name=\"Procedures and Functions\">Procedures and Functions</link>."
+msgstr ""
+
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"par_id314756320\n"
+"help.text"
+msgid "Some restrictions apply for the names of your public variables, subs, and functions. You must not use the same name as one of the modules of the same library."
+msgstr ""
+
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"hd_id3150398\n"
+"3\n"
+"help.text"
+msgid "What is a Sub?"
+msgstr ""
+
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"par_id3148797\n"
+"4\n"
+"help.text"
+msgid "<emph>Sub</emph> is the short form of <emph>subroutine</emph>, that is used to handle a certain task within a program. Subs are used to split a task into individual procedures. Splitting a program into procedures and sub-procedures enhances readability and reduces the error-proneness. A sub possibly takes some arguments as parameters but does not return any values back to the calling sub or function, for example:"
+msgstr ""
+
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"par_id3150868\n"
+"15\n"
+"help.text"
+msgid "DoSomethingWithTheValues(MyFirstValue,MySecondValue)"
+msgstr ""
+
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"hd_id3156282\n"
+"5\n"
+"help.text"
+msgid "What is a Function?"
+msgstr ""
+
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"par_id3156424\n"
+"6\n"
+"help.text"
+msgid "A <emph>function</emph> is essentially a sub, which returns a value. You may use a function at the right side of a variable declaration, or at other places where you normally use values, for example:"
+msgstr ""
+
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"par_id3146985\n"
+"7\n"
+"help.text"
+msgid "MySecondValue = myFunction(MyFirstValue)"
+msgstr ""
+
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"hd_id3153364\n"
+"8\n"
+"help.text"
+msgid "Global and local variables"
+msgstr ""
+
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"par_id3151112\n"
+"9\n"
+"help.text"
+msgid "Global variables are valid for all subs and functions inside a module. They are declared at the beginning of a module before the first sub or function starts."
+msgstr ""
+
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"par_id3154012\n"
+"10\n"
+"help.text"
+msgid "Variables that you declare within a sub or function are valid only inside this sub or function. These variables override global variables with the same name and local variables with the same name coming from superordinate subs or functions."
+msgstr ""
+
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"hd_id3150010\n"
+"11\n"
+"help.text"
+msgid "Structuring"
+msgstr ""
+
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"par_id3153727\n"
+"12\n"
+"help.text"
+msgid "After separating your program into procedures and functions (Subs and Functions), you can save these procedures and functions as files for reuse in other projects. $[officename] Basic supports <link href=\"text/sbasic/shared/01020500.xhp\" name=\"Modules and Libraries\">Modules and Libraries</link>. Subs and functions are always contained in modules. You can define modules to be global or part of a document. Multiple modules can be combined to a library."
+msgstr ""
+
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"par_id3152578\n"
+"13\n"
+"help.text"
+msgid "You can copy or move subs, functions, modules and libraries from one file to another by using the <link href=\"text/sbasic/shared/01/06130000.xhp\" name=\"Macro\">Macro</link> dialog."
+msgstr ""
+
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"tit\n"
+"help.text"
+msgid "FindPropertyObject Function [Runtime]"
+msgstr "NadiOsobinuObjekta Funkcija [Vrijeme izvršavanja]"
+
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"bm_id3146958\n"
+"help.text"
+msgid "<bookmark_value>FindPropertyObject function</bookmark_value>"
+msgstr "<bookmark_value>NadiOsobinuObjekta funkcija</bookmark_value>"
+
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"hd_id3146958\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03103900.xhp\" name=\"FindPropertyObject Function [Runtime]\">FindPropertyObject Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03103900.xhp\" name=\"NadiOsobinuObjekta Funkcija [Vrijeme izvršavanja]\">NadiOsobinuObjekta Funkcija [Vrijeme izvršavanja]</link>"
+
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3154285\n"
+"2\n"
+"help.text"
+msgid "Enables objects to be addressed at run-time as a string parameter using the object name."
+msgstr "Omogucava objrktuda bude adresiran za Vrijeme izvršavanja kao string parametar koristeci ime objekta."
+
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3147573\n"
+"3\n"
+"help.text"
+msgid "For instance, the command:"
+msgstr "Na primjer, komanda:"
+
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3145610\n"
+"4\n"
+"help.text"
+msgid "MyObj.Prop1.Command = 5"
+msgstr "MojObj.Prop1.Komanda = 5"
+
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3147265\n"
+"5\n"
+"help.text"
+msgid "corresponds to the following command block:"
+msgstr "odgovara sljedecem komandnom bloku:"
+
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3153896\n"
+"6\n"
+"help.text"
+msgid "Dim ObjVar as Object"
+msgstr "Dim ObjVar kao Objekat"
+
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3148664\n"
+"7\n"
+"help.text"
+msgid "Dim ObjProp as Object"
+msgstr "Dim ObjProp kao Objekat"
+
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3150792\n"
+"8\n"
+"help.text"
+msgid "ObjName As String = \"MyObj\""
+msgstr "ObjIme kao String = \"MojObj\""
+
+#: 03103900.xhp
+#, fuzzy
+msgctxt ""
+"03103900.xhp\n"
+"par_id3154365\n"
+"9\n"
+"help.text"
+msgid "ObjVar = FindObject( ObjName As String )"
+msgstr "NadiObjekat( ObjIme Kao String )"
+
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3148453\n"
+"10\n"
+"help.text"
+msgid "PropName As String = \"Prop1\""
+msgstr ""
+
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3150449\n"
+"11\n"
+"help.text"
+msgid "ObjProp = FindPropertyObject( ObjVar, PropName As String )"
+msgstr "ObjProp = NadiOsobinuObjekta( ObjVar, PropIme Kao String )"
+
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3159152\n"
+"12\n"
+"help.text"
+msgid "ObjProp.Command = 5"
+msgstr "ObjProp.Komanda = 5"
+
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3156214\n"
+"13\n"
+"help.text"
+msgid "To dynamically create Names at run-time, use:"
+msgstr "Da dianmicki kreirate imena za vrijeme izvršavanja, koristite:"
+
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3154686\n"
+"14\n"
+"help.text"
+msgid "\"TextEdit1\" to TextEdit5\" in a loop to create five names."
+msgstr "\"TextEdit1\" u TextEdit5\" u petlji da bi kreirali pet imena."
+
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3150868\n"
+"15\n"
+"help.text"
+msgid "See also: <link href=\"text/sbasic/shared/03103800.xhp\" name=\"FindObject\">FindObject</link>"
+msgstr "Takode pogledaj: <link href=\"text/sbasic/shared/03103800.xhp\" name=\"FindObject\">FindObject</link>"
+
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"hd_id3147287\n"
+"16\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3149560\n"
+"17\n"
+"help.text"
+msgid "FindPropertyObject( ObjVar, PropName As String )"
+msgstr "NadiOsobinuObjekta( ObjVar, PropIme Kao String )"
+
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"hd_id3150012\n"
+"18\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3109839\n"
+"19\n"
+"help.text"
+msgid "<emph>ObjVar:</emph> Object variable that you want to dynamically define at run-time."
+msgstr "<emph>ObjVar</emph>: Varijabla objekta koju želite dinamicki da definišete za vrijeme izvršavanja."
+
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3153363\n"
+"20\n"
+"help.text"
+msgid "<emph>PropName:</emph> String that specifies the name of the property that you want to address at run-time."
+msgstr "<emph>PropIme</emph>: String koji specificira ime osobine koju želite da adresirate za vrijeme izvršavanja."
+
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"tit\n"
+"help.text"
+msgid "On...GoSub Statement; On...GoTo Statement [Runtime]"
+msgstr "Na...GoSub Statement; Na...GoTo Statement [Run-time]"
+
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"bm_id3153897\n"
+"help.text"
+msgid "<bookmark_value>On...GoSub statement</bookmark_value><bookmark_value>On...GoTo statement</bookmark_value>"
+msgstr "<bookmark_value>Na...GoSub statement</bookmark_value><bookmark_value>Na...GoTo statement</bookmark_value>"
+
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"hd_id3153897\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090303.xhp\" name=\"On...GoSub Statement; On...GoTo Statement [Runtime]\">On...GoSub Statement; On...GoTo Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090303.xhp\" name=\"Na...GoSub Statement; Na...GoTo Statement [Run-time]\">Na...GoSub Statement; Na...GoTo Statement [Run-time]</link>"
+
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"par_id3150359\n"
+"2\n"
+"help.text"
+msgid "Branches to one of several specified lines in the program code, depending on the value of a numeric expression."
+msgstr "Grana se na jednu od nekoliko odabranih linija coda, zavisno od vrijednosti brojnog izraza."
+
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"hd_id3148798\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"par_id3154366\n"
+"4\n"
+"help.text"
+msgid "On N GoSub Label1[, Label2[, Label3[,...]]]"
+msgstr ""
+
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"par_id3150769\n"
+"5\n"
+"help.text"
+msgid "On NumExpression GoTo Label1[, Label2[, Label3[,...]]]"
+msgstr ""
+
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"hd_id3156215\n"
+"6\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"par_id3148673\n"
+"7\n"
+"help.text"
+msgid "<emph>NumExpression:</emph> Any numeric expression between 0 and 255 that determines which of the lines the program branches to. If NumExpression is 0, the statement is not executed. If NumExpression is greater than 0, the program jumps to the label that has a position number that corresponds to the expression (1 = First label; 2 = Second label)"
+msgstr "<emph>NumExpression</emph>: Numerički izraz u rasponu 0 - 255 koji određuje na koju od linija se programa grana. NumExpression Ako je 0, program se ne izvršava. Ako NumExpression je veći od 0, program skače na dio koja ima položaj broja koji odgovara izrazu (1 = Prva Oznaka; 2 = Druga oznaka)"
+
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"par_id3153194\n"
+"8\n"
+"help.text"
+msgid "<emph>Label:</emph> Target line according to<emph> GoTo </emph>or <emph>GoSub</emph> structure."
+msgstr "<emph>Label</emph>:Ciljna linija prema<emph>GoTo</emph>ili <emph>GoSub</emph> strukturi."
+
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"par_id3156442\n"
+"9\n"
+"help.text"
+msgid "The <emph>GoTo</emph> or <emph>GoSub </emph>conventions are valid."
+msgstr "<emph>GoTo</emph> ili <emph>GoSub</emph> konveryije su dobre"
+
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"hd_id3148645\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"par_id3153948\n"
+"21\n"
+"help.text"
+msgid "sVar =sVar & \" From Sub 1 to\" : Return"
+msgstr "sVar =sVar & \"iz Sub 1 do\" : Return"
+
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"par_id3153708\n"
+"23\n"
+"help.text"
+msgid "sVar =sVar & \" From Sub 2 to\" : Return"
+msgstr "sVar =sVar & \" iz Sub 2 do\" : Return"
+
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"par_id3150321\n"
+"25\n"
+"help.text"
+msgid "sVar =sVar & \" Label 1\" : GoTo Ende"
+msgstr "sVar =sVar & \" Oznaka 1\" : GoTo Ende"
+
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"par_id3155764\n"
+"27\n"
+"help.text"
+msgid "sVar =sVar & \" Label 2\""
+msgstr ""
+
+#: 03120202.xhp
+#, fuzzy
+msgctxt ""
+"03120202.xhp\n"
+"tit\n"
+"help.text"
+msgid "String Function [Runtime]"
+msgstr "Str Funkcija [Vrijeme izvršavanja]"
+
+#: 03120202.xhp
+#, fuzzy
+msgctxt ""
+"03120202.xhp\n"
+"bm_id3147291\n"
+"help.text"
+msgid "<bookmark_value>String function</bookmark_value>"
+msgstr "<bookmark_value>Str Funkcija</bookmark_value>"
+
+#: 03120202.xhp
+#, fuzzy
+msgctxt ""
+"03120202.xhp\n"
+"hd_id3147291\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120202.xhp\" name=\"String Function [Runtime]\">String Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120103.xhp\" name=\"Str Funkcija [Vrijeme izvršavanja]\">Str Funkcija [Vrijeme izvršavanja]</link>"
+
+#: 03120202.xhp
+msgctxt ""
+"03120202.xhp\n"
+"par_id3147242\n"
+"2\n"
+"help.text"
+msgid "Creates a string according to the specified character, or the first character of a string expression that is passed to the function."
+msgstr ""
+
+#: 03120202.xhp
+msgctxt ""
+"03120202.xhp\n"
+"hd_id3149516\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03120202.xhp
+msgctxt ""
+"03120202.xhp\n"
+"par_id3149233\n"
+"4\n"
+"help.text"
+msgid "String (n As Long, {expression As Integer | character As String})"
+msgstr ""
+
+#: 03120202.xhp
+msgctxt ""
+"03120202.xhp\n"
+"hd_id3143270\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03120202.xhp
+#, fuzzy
+msgctxt ""
+"03120202.xhp\n"
+"par_id3147530\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "Stringovi"
+
+#: 03120202.xhp
+msgctxt ""
+"03120202.xhp\n"
+"hd_id3154923\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03120202.xhp
+msgctxt ""
+"03120202.xhp\n"
+"par_id3154347\n"
+"8\n"
+"help.text"
+msgid "<emph>n:</emph> Numeric expression that indicates the number of characters to return in the string. The maximum allowed value of n is 65535."
+msgstr ""
+
+#: 03120202.xhp
+msgctxt ""
+"03120202.xhp\n"
+"par_id3148664\n"
+"9\n"
+"help.text"
+msgid "<emph>Expression:</emph> Numeric expression that defines the ASCII code for the character."
+msgstr ""
+
+#: 03120202.xhp
+msgctxt ""
+"03120202.xhp\n"
+"par_id3150359\n"
+"10\n"
+"help.text"
+msgid "<emph>Character:</emph> Any single character used to build the return string, or any string of which only the first character will be used."
+msgstr ""
+
+#: 03120202.xhp
+msgctxt ""
+"03120202.xhp\n"
+"hd_id3152920\n"
+"11\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 01030100.xhp
+msgctxt ""
+"01030100.xhp\n"
+"tit\n"
+"help.text"
+msgid "IDE Overview"
+msgstr "IDE Pregled"
+
+#: 01030100.xhp
+msgctxt ""
+"01030100.xhp\n"
+"hd_id3147291\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01030100.xhp\" name=\"IDE Overview\">IDE Overview</link>"
+msgstr "<link href=\"text/sbasic/shared/01030100.xhp\" name=\"IDE Pregled\">IDE Pregled</link>"
+
+#: 01030100.xhp
+msgctxt ""
+"01030100.xhp\n"
+"par_id3156344\n"
+"3\n"
+"help.text"
+msgid "The <link href=\"text/sbasic/shared/main0211.xhp\" name=\"Macro Toolbar\"><emph>Macro Toolbar</emph></link> in the IDE provides various icons for editing and testing programs."
+msgstr "<link href=\"text/sbasic/shared/main0211.xhp\" name=\"Macro Toolbar\"><emph>Macro Toolbar</emph></link> u IDE-u pruža različite ikonice za programe editovanja i testiranja."
+
+#: 01030100.xhp
+msgctxt ""
+"01030100.xhp\n"
+"par_id3151210\n"
+"4\n"
+"help.text"
+msgid "In the <link href=\"text/sbasic/shared/01030200.xhp\" name=\"Editor window\"><emph>Editor window</emph></link>, directly below the Macro toolbar, you can edit the Basic program code. The column on the left side is used to set breakpoints in the program code."
+msgstr "U <link href=\"text/sbasic/shared/01030200.xhp\" name=\"Editor window\"><emph>Editor window</emph></link>, tačno ispod Macro alata, možeš urediti kod programa Basic. Kolona na lijevoj strani se koristi da se postave tačke prekida u programskom kodu."
+
+#: 01030100.xhp
+msgctxt ""
+"01030100.xhp\n"
+"par_id3154686\n"
+"5\n"
+"help.text"
+msgid "The <link href=\"text/sbasic/shared/01050100.xhp\" name=\"Watch\"><emph>Watch window</emph></link> (observer) is located below the Editor window at the left, and displays the contents of variables or arrays during a single step process."
+msgstr "<link href=\"text/sbasic/shared/01050100.xhp\" name=\"Watch\"><emph>Watch window</emph></link> (promatrač) je lociran ispod Editor prozora lijevo i prikazuje sadržaj varijabli ili matrica tokom procesa s jednim korakom."
+
+#: 01030100.xhp
+msgctxt ""
+"01030100.xhp\n"
+"par_id3145787\n"
+"8\n"
+"help.text"
+msgid "The <emph>Call Stack</emph> window to the right provides information about the call stack of SUBS and FUNCTIONS when a program runs."
+msgstr "<emph>Call Stack</emph> prozor na desno pruža informacije o pozivnom slogu SUBova iFUNKCIJA kada je program pokrenut."
+
+#: 01030100.xhp
+#, fuzzy
+msgctxt ""
+"01030100.xhp\n"
+"par_id3147434\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01050000.xhp\" name=\"Basic IDE\">Basic IDE</link>"
+msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"Macro\">Makro</link>"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Watch Window"
+msgstr "Pogledaj prozor"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3149457\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01050100.xhp\">Watch Window</link>"
+msgstr "<link href=\"text/sbasic/shared/01050100.xhp\">Pogledaj prozor</link>"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3154908\n"
+"9\n"
+"help.text"
+msgid "The Watch window allows you to observe the value of variables during the execution of a program. Define the variable in the Watch text box. Click on <link href=\"text/sbasic/shared/02/11080000.xhp\">Enable Watch</link> to add the variable to the list box and to display its values."
+msgstr ""
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3145173\n"
+"4\n"
+"help.text"
+msgid "Watch"
+msgstr "Pogledaj"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3155132\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\"HID_BASICIDE_WATCHWINDOW_EDIT\">Enter the name of the variable whose value is to be monitored.</ahelp>"
+msgstr "<ahelp hid=\"HID_BASICIDE_WATCHWINDOW_EDIT\">Unesi ime varijable čija se vrijednost nadgleda.</ahelp>"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3148645\n"
+"6\n"
+"help.text"
+msgid "Remove Watch"
+msgstr "Ukloni nadgledanje"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3148576\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"HID_BASICIDE_REMOVEWATCH\">Removes the selected variable from the list of watched variables.</ahelp>"
+msgstr "<ahelp hid=\"HID_BASICIDE_REMOVEWATCH\">Uklanja selektovanu varijablu iz liste nadgledanih varijabli.</ahelp>"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3147426\n"
+"help.text"
+msgid "<image id=\"img_id3152460\" src=\"res/baswatr.png\" width=\"0.25inch\" height=\"0.222inch\"><alt id=\"alt_id3152460\">Icon</alt></image>"
+msgstr ""
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3154012\n"
+"8\n"
+"help.text"
+msgid "Remove Watch"
+msgstr "Ukloni nadgledanje"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3154491\n"
+"10\n"
+"help.text"
+msgid "Editing the Value of a Watched Variable"
+msgstr "Uređujem vrijednost nadgledane varijable"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3156283\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"HID_BASICIDE_WATCHWINDOW_LIST\">Displays the list of watched variables. Click twice with a short pause in between on an entry to edit its value.</ahelp> The new value will be taken as the variable's value for the program."
+msgstr ""
+
+#: 03020301.xhp
+#, fuzzy
+msgctxt ""
+"03020301.xhp\n"
+"tit\n"
+"help.text"
+msgid "Eof Function [Runtime]"
+msgstr "Lof Funkcija [Run-time]"
+
+#: 03020301.xhp
+#, fuzzy
+msgctxt ""
+"03020301.xhp\n"
+"bm_id3154598\n"
+"help.text"
+msgid "<bookmark_value>Eof function</bookmark_value>"
+msgstr "<bookmark_value>Lof Funkcija</bookmark_value>"
+
+#: 03020301.xhp
+#, fuzzy
+msgctxt ""
+"03020301.xhp\n"
+"hd_id3154598\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020301.xhp\" name=\"Eof Function [Runtime]\">Eof Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020303.xhp\" name=\"Lof Funkcija [Run-time]\">Lof Funkcija [Run-time]</link>"
+
+#: 03020301.xhp
+msgctxt ""
+"03020301.xhp\n"
+"par_id3147182\n"
+"2\n"
+"help.text"
+msgid "Determines if the file pointer has reached the end of a file."
+msgstr ""
+
+#: 03020301.xhp
+msgctxt ""
+"03020301.xhp\n"
+"hd_id3149119\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03020301.xhp
+msgctxt ""
+"03020301.xhp\n"
+"par_id3147399\n"
+"4\n"
+"help.text"
+msgid "Eof (intexpression As Integer)"
+msgstr ""
+
+#: 03020301.xhp
+msgctxt ""
+"03020301.xhp\n"
+"hd_id3153539\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03020301.xhp
+msgctxt ""
+"03020301.xhp\n"
+"par_id3156027\n"
+"6\n"
+"help.text"
+msgid "Bool"
+msgstr ""
+
+#: 03020301.xhp
+msgctxt ""
+"03020301.xhp\n"
+"hd_id3152924\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03020301.xhp
+msgctxt ""
+"03020301.xhp\n"
+"par_id3153990\n"
+"8\n"
+"help.text"
+msgid "<emph>Intexpression:</emph> Any integer expression that evaluates to the number of an open file."
+msgstr ""
+
+#: 03020301.xhp
+msgctxt ""
+"03020301.xhp\n"
+"par_id3153527\n"
+"9\n"
+"help.text"
+msgid "Use EOF to avoid errors when you attempt to get input past the end of a file. When you use the Input or Get statement to read from a file, the file pointer is advanced by the number of bytes read. When the end of a file is reached, EOF returns the value \"True\" (-1)."
+msgstr ""
+
+#: 03020301.xhp
+msgctxt ""
+"03020301.xhp\n"
+"hd_id3154046\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03020301.xhp
+msgctxt ""
+"03020301.xhp\n"
+"par_id3153360\n"
+"19\n"
+"help.text"
+msgid "Print #iNumber, \"First line of text\""
+msgstr "Isštampati #iBroj, \"Prvi red teksta\""
+
+#: 03020301.xhp
+msgctxt ""
+"03020301.xhp\n"
+"par_id3148797\n"
+"20\n"
+"help.text"
+msgid "Print #iNumber, \"Another line of text\""
+msgstr "Isštampati #iBroj, \"Drugi red teksta\""
+
+#: 03120000.xhp
+msgctxt ""
+"03120000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Strings"
+msgstr "Stringovi"
+
+#: 03120000.xhp
+msgctxt ""
+"03120000.xhp\n"
+"hd_id3156153\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120000.xhp\" name=\"Strings\">Strings</link>"
+msgstr "<link href=\"text/sbasic/shared/03120000.xhp\" name=\"Stringovi\">Stringovi</link>"
+
+#: 03120000.xhp
+msgctxt ""
+"03120000.xhp\n"
+"par_id3159176\n"
+"2\n"
+"help.text"
+msgid "The following functions and statements validate and return strings."
+msgstr "Sljedece funkcije i naredbe potvrduju i vracaju stringove."
+
+#: 03120000.xhp
+msgctxt ""
+"03120000.xhp\n"
+"par_id3154285\n"
+"3\n"
+"help.text"
+msgid "You can use strings to edit text within $[officename] Basic programs."
+msgstr "Možete koristiti stringove da uredite tekst u okviru $[officename] Basic programa."
+
+#: 03060400.xhp
+#, fuzzy
+msgctxt ""
+"03060400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Not-Operator [Runtime]"
+msgstr "MOD Operator [Vrijeme izvodjenja]"
+
+#: 03060400.xhp
+#, fuzzy
+msgctxt ""
+"03060400.xhp\n"
+"bm_id3156024\n"
+"help.text"
+msgid "<bookmark_value>Not operator (logical)</bookmark_value>"
+msgstr "<bookmark_value>MOD operator (matematicki)</bookmark_value>"
+
+#: 03060400.xhp
+#, fuzzy
+msgctxt ""
+"03060400.xhp\n"
+"hd_id3156024\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03060400.xhp\" name=\"Not-Operator [Runtime]\">Not-Operator [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03070600.xhp\" name=\"MOD Operator [Vrijeme izvodjenja]\">MOD Operator [Vrijeme izvodjenja]</link>"
+
+#: 03060400.xhp
+msgctxt ""
+"03060400.xhp\n"
+"par_id3159414\n"
+"2\n"
+"help.text"
+msgid "Negates an expression by inverting the bit values."
+msgstr ""
+
+#: 03060400.xhp
+msgctxt ""
+"03060400.xhp\n"
+"hd_id3149457\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03060400.xhp
+msgctxt ""
+"03060400.xhp\n"
+"par_id3150360\n"
+"4\n"
+"help.text"
+msgid "Result = Not Expression"
+msgstr ""
+
+#: 03060400.xhp
+msgctxt ""
+"03060400.xhp\n"
+"hd_id3151211\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03060400.xhp
+#, fuzzy
+msgctxt ""
+"03060400.xhp\n"
+"par_id3147228\n"
+"6\n"
+"help.text"
+msgid "<emph>Result:</emph> Any numeric variable that contains the result of the negation."
+msgstr "<emph>Resultat:</emph>: Brojcana varijabla koja sadrzi rezultat MOD operacije."
+
+#: 03060400.xhp
+#, fuzzy
+msgctxt ""
+"03060400.xhp\n"
+"par_id3154124\n"
+"7\n"
+"help.text"
+msgid "<emph>Expression:</emph> Any expression that you want to negate."
+msgstr "<emph>Izraz</emph>: Izraz koji želite procijeniti"
+
+#: 03060400.xhp
+msgctxt ""
+"03060400.xhp\n"
+"par_id3150868\n"
+"8\n"
+"help.text"
+msgid "When a Boolean expression is negated, the value True changes to False, and the value False changes to True."
+msgstr ""
+
+#: 03060400.xhp
+msgctxt ""
+"03060400.xhp\n"
+"par_id3145785\n"
+"9\n"
+"help.text"
+msgid "In a bitwise negation each individual bit is inverted."
+msgstr ""
+
+#: 03060400.xhp
+msgctxt ""
+"03060400.xhp\n"
+"hd_id3153093\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03060400.xhp
+msgctxt ""
+"03060400.xhp\n"
+"par_id3145749\n"
+"15\n"
+"help.text"
+msgid "vOut = Not vA ' Returns -11"
+msgstr ""
+
+#: 03060400.xhp
+msgctxt ""
+"03060400.xhp\n"
+"par_id3148645\n"
+"16\n"
+"help.text"
+msgid "vOut = Not(vC > vD) ' Returns -1"
+msgstr ""
+
+#: 03060400.xhp
+msgctxt ""
+"03060400.xhp\n"
+"par_id3156441\n"
+"17\n"
+"help.text"
+msgid "vOut = Not(vB > vA) ' Returns -1"
+msgstr ""
+
+#: 03060400.xhp
+msgctxt ""
+"03060400.xhp\n"
+"par_id3152596\n"
+"18\n"
+"help.text"
+msgid "vOut = Not(vA > vB) ' Returns 0"
+msgstr ""
+
+#: 03090409.xhp
+msgctxt ""
+"03090409.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sub Statement [Runtime]"
+msgstr "Sub Statement [Run-time]"
+
+#: 03090409.xhp
+msgctxt ""
+"03090409.xhp\n"
+"bm_id3147226\n"
+"help.text"
+msgid "<bookmark_value>Sub statement</bookmark_value>"
+msgstr "<bookmark_value>Sub izjava</bookmark_value>"
+
+#: 03090409.xhp
+msgctxt ""
+"03090409.xhp\n"
+"hd_id3147226\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090409.xhp\" name=\"Sub Statement [Runtime]\">Sub Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090409.xhp\" name=\"Sub izjava [Run-time]\">Sub izjava [Run-time]</link>"
+
+#: 03090409.xhp
+msgctxt ""
+"03090409.xhp\n"
+"par_id3153311\n"
+"2\n"
+"help.text"
+msgid "Defines a subroutine."
+msgstr "difiniše podprogram"
+
+#: 03090409.xhp
+msgctxt ""
+"03090409.xhp\n"
+"hd_id3149416\n"
+"3\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa:"
+
+#: 03090409.xhp
+msgctxt ""
+"03090409.xhp\n"
+"par_id3147530\n"
+"5\n"
+"help.text"
+msgid "statement block"
+msgstr "blok izjava"
+
+#: 03090409.xhp
+msgctxt ""
+"03090409.xhp\n"
+"hd_id3153525\n"
+"9\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03090409.xhp
+msgctxt ""
+"03090409.xhp\n"
+"par_id3150792\n"
+"10\n"
+"help.text"
+msgid "<emph>Name:</emph> Name of the subroutine ."
+msgstr "<emph>Ime</emph>: Ime podprograma ."
+
+#: 03090409.xhp
+msgctxt ""
+"03090409.xhp\n"
+"par_id3154138\n"
+"11\n"
+"help.text"
+msgid "<emph>VarName: </emph>Parameter that you want to pass to the subroutine."
+msgstr "<emph>VarName</emph>: Parametar koji želite proslijditi kao podprogram."
+
+#: 03090409.xhp
+msgctxt ""
+"03090409.xhp\n"
+"par_id3154908\n"
+"12\n"
+"help.text"
+msgid "<emph>Type:</emph> Type-declaration key word."
+msgstr "<emph>Type:</emph>: ključna riječ za deklarisanje tipa."
+
+#: 03090409.xhp
+msgctxt ""
+"03090409.xhp\n"
+"hd_id3153770\n"
+"16\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03090409.xhp
+#, fuzzy
+msgctxt ""
+"03090409.xhp\n"
+"par_idN1063F\n"
+"help.text"
+msgid "' some statements"
+msgstr "REM neki izrazi"
+
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa:"
+
+#: 01020000.xhp
+#, fuzzy
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3148946\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01020000.xhp\" name=\"Syntax\">Syntax</link>"
+msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"Macro\">Makro</link>"
+
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3150793\n"
+"2\n"
+"help.text"
+msgid "This section describes the basic syntax elements of $[officename] Basic. For a detailed description please refer to the $[officename] Basic Guide which is available separately."
+msgstr ""
+
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"tit\n"
+"help.text"
+msgid "Exit Statement [Runtime]"
+msgstr "Naredba za izlaz [Run-time]"
+
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"bm_id3152924\n"
+"help.text"
+msgid "<bookmark_value>Exit statement</bookmark_value>"
+msgstr "<bookmark_value>Naredba za izlaz</bookmark_value>"
+
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"hd_id3152924\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090412.xhp\" name=\"Exit Statement [Runtime]\">Exit Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090412.xhp\" name=\"Naredba za izlaz [Run-time]\">Naredba za izlaz [Run-time]</link>"
+
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"par_id3153394\n"
+"2\n"
+"help.text"
+msgid "Exits a <emph>Do...Loop</emph>, <emph>For...Next</emph>, a function, or a subroutine."
+msgstr "Napusta <emph>Do...Loop</emph>, <emph>For...Next</emph>,funkcija, ili podprogram."
+
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"hd_id3149763\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03090412.xhp
+#, fuzzy
+msgctxt ""
+"03090412.xhp\n"
+"par_id3159157\n"
+"4\n"
+"help.text"
+msgid "see Parameters"
+msgstr "vidi Parametre"
+
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"hd_id3148943\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"par_id3154760\n"
+"6\n"
+"help.text"
+msgid "<emph>Exit Do</emph>"
+msgstr "<emph>Napusti uradi</emph>"
+
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"par_id3147559\n"
+"7\n"
+"help.text"
+msgid "Only valid within a <emph>Do...Loop</emph> statement to exit the loop. Program execution continues with the statement that follows the Loop statement. If <emph>Do...Loop</emph> statements are nested, the control is transferred to the loop in the next higher level."
+msgstr "JEdino validno u <emph>Do...Loop</emph> u naredbi da izadje iz kruga. Nastavak egzekucije odvija se sa izjavom koja slijedi u petlji. ako <emph>Do...Loop</emph> naredba je umetnuta,kontrola je prenesena na petlju u slijedecem vecem nivou ."
+
+#: 03090412.xhp
+#, fuzzy
+msgctxt ""
+"03090412.xhp\n"
+"par_id3150398\n"
+"8\n"
+"help.text"
+msgid "<emph>Exit For</emph>"
+msgstr "<emph>Napusti uradi</emph>"
+
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"par_id3148797\n"
+"9\n"
+"help.text"
+msgid "Only valid within a <emph>For...Next</emph> loop to exit the loop. Program execution continues with the first statement that follows the <emph>Next</emph> statement. In nested statements, the control is transferred to the loop in the next higher level."
+msgstr "JEdino validno u <emph>For...Next</emph> petlji da izadje iz petlje.Nastavak egzekucije odvija se sa prvom izjavom koja slijedi u petlji. ako <emph>Sljedeći</emph> naredba je umetnuta,kontrola je prenesena na petlju u slijedecem vecem nivou ."
+
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"par_id3147229\n"
+"10\n"
+"help.text"
+msgid "<emph>Exit Function</emph>"
+msgstr "<emph>Napusti funkciju</emph>"
+
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"par_id3154685\n"
+"11\n"
+"help.text"
+msgid "Exits the <emph>Function</emph> procedure immediately. Program execution continues with the statement that follows the <emph>Function</emph> call."
+msgstr "Napusta <emph>Funkcija</emph> proceduru odmah. Nastavak egzekucije odvija se sa izjavom koja slijedi .<emph>Funkcija</emph> call."
+
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"par_id3155132\n"
+"12\n"
+"help.text"
+msgid "<emph>Exit Sub</emph>"
+msgstr "<emph>Napusti pod</emph>"
+
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"par_id3149561\n"
+"13\n"
+"help.text"
+msgid "Exits the subroutine immediately. Program execution continues with the statement that follows the <emph>Sub</emph> call."
+msgstr "Napusta podprogram odmah. Nastavak egzekucije odvija se sa izjavom koja slijedi <emph>Sub</emph> call."
+
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"par_id3153143\n"
+"14\n"
+"help.text"
+msgid "The Exit statement does not define the end of a structure, and must not be confused with the End statement."
+msgstr "Naredba za izlaz ne definise kraj strukture I ne smije se zamijeniti sa Zavrsnom izjavom ."
+
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"hd_id3147348\n"
+"15\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"par_id3153158\n"
+"20\n"
+"help.text"
+msgid "For siStep = 0 To 10 ' Fill array with test data"
+msgstr ""
+
+#: 03090412.xhp
+#, fuzzy
+msgctxt ""
+"03090412.xhp\n"
+"par_id3153764\n"
+"31\n"
+"help.text"
+msgid "' LinSearch searches a TextArray:sList() for a TextEntry:"
+msgstr "REM LinTrazi trazi TekstNiz:sListaa() za UnosTeksta:"
+
+#: 03090412.xhp
+#, fuzzy
+msgctxt ""
+"03090412.xhp\n"
+"par_id3148995\n"
+"32\n"
+"help.text"
+msgid "' Returns the index of the entry or 0 (Null)"
+msgstr "REM Vraca index unosa ili 0 ( nula)"
+
+#: 03090412.xhp
+#, fuzzy
+msgctxt ""
+"03090412.xhp\n"
+"par_id3149567\n"
+"35\n"
+"help.text"
+msgid "Exit For ' sItem found"
+msgstr "Napusti za REM sPOdatak nadjen"
+
+#: 03020204.xhp
+#, fuzzy
+msgctxt ""
+"03020204.xhp\n"
+"tit\n"
+"help.text"
+msgid "Put Statement [Runtime]"
+msgstr "Sub Statement [Run-time]"
+
+#: 03020204.xhp
+#, fuzzy
+msgctxt ""
+"03020204.xhp\n"
+"bm_id3150360\n"
+"help.text"
+msgid "<bookmark_value>Put statement</bookmark_value>"
+msgstr "<bookmark_value>Sub izjava</bookmark_value>"
+
+#: 03020204.xhp
+#, fuzzy
+msgctxt ""
+"03020204.xhp\n"
+"hd_id3150360\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement [Runtime]\">Put Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090409.xhp\" name=\"Sub izjava [Run-time]\">Sub izjava [Run-time]</link>"
+
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"par_id3154909\n"
+"2\n"
+"help.text"
+msgid "Writes a record to a relative file or a sequence of bytes to a binary file."
+msgstr ""
+
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"par_id3156281\n"
+"3\n"
+"help.text"
+msgid "See also: <link href=\"text/sbasic/shared/03020201.xhp\" name=\"Get\"><item type=\"literal\">Get</item></link> statement"
+msgstr ""
+
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"hd_id3125863\n"
+"4\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"par_id3155132\n"
+"5\n"
+"help.text"
+msgid "Put [#] FileNumber As Integer, [position], Variable"
+msgstr ""
+
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"hd_id3153190\n"
+"6\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"par_id3146120\n"
+"7\n"
+"help.text"
+msgid "<emph>FileNumber:</emph> Any integer expression that defines the file that you want to write to."
+msgstr ""
+
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"par_id3155411\n"
+"8\n"
+"help.text"
+msgid "<emph>Position: </emph>For relative files (random access files), the number of the record that you want to write."
+msgstr ""
+
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"par_id3148576\n"
+"9\n"
+"help.text"
+msgid "For binary files (binary access), the position of the byte in the file where you want to start writing."
+msgstr ""
+
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"par_id3153729\n"
+"10\n"
+"help.text"
+msgid "<emph>Variable:</emph> Name of the variable that you want to write to the file."
+msgstr ""
+
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"par_id3146974\n"
+"11\n"
+"help.text"
+msgid "Note for relative files: If the contents of this variable does not match the length of the record that is specified in the <emph>Len</emph> clause of the <emph>Open</emph> statement, the space between the end of the newly written record and the next record is padded with existing data from the file that you are writing to."
+msgstr ""
+
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"par_id3155855\n"
+"12\n"
+"help.text"
+msgid "Note for binary files: The contents of the variables are written to the specified position, and the file pointer is inserted directly after the last byte. No space is left between the records."
+msgstr ""
+
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"hd_id3154491\n"
+"13\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03020204.xhp
+#, fuzzy
+msgctxt ""
+"03020204.xhp\n"
+"par_id3154729\n"
+"16\n"
+"help.text"
+msgid "Dim sText As Variant ' Must be a variant type"
+msgstr "Oznaciti sText kao varijantu REM mora biti varijanta"
+
+#: 03020204.xhp
+#, fuzzy
+msgctxt ""
+"03020204.xhp\n"
+"par_id3156278\n"
+"22\n"
+"help.text"
+msgid "Seek #iNumber,1 ' Position To start writing"
+msgstr "Traziti #iBroj,1 REM pozicija na pocetku"
+
+#: 03020204.xhp
+#, fuzzy
+msgctxt ""
+"03020204.xhp\n"
+"par_id3153711\n"
+"23\n"
+"help.text"
+msgid "Put #iNumber,, \"This is the first line of text\" ' Fill line with text"
+msgstr "Staviti #iBroj,, \"Ovo je prvi red teksta\" REM ispuniti sa tekstom"
+
+#: 03020204.xhp
+#, fuzzy
+msgctxt ""
+"03020204.xhp\n"
+"par_id3155446\n"
+"24\n"
+"help.text"
+msgid "Put #iNumber,, \"This is the second line of text\""
+msgstr "Staviti #iBroj,,\"Ovo je novi red teksta\""
+
+#: 03020204.xhp
+#, fuzzy
+msgctxt ""
+"03020204.xhp\n"
+"par_id3154255\n"
+"25\n"
+"help.text"
+msgid "Put #iNumber,, \"This is the third line of text\""
+msgstr "Staviti #iBroj,,\"Ovo je novi red teksta\""
+
+#: 03020204.xhp
+#, fuzzy
+msgctxt ""
+"03020204.xhp\n"
+"par_id3150940\n"
+"34\n"
+"help.text"
+msgid "Put #iNumber,,\"This is new text\""
+msgstr "Staviti #iBroj,,\"Ovo je novi red teksta\""
+
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"par_id3159102\n"
+"37\n"
+"help.text"
+msgid "Put #iNumber,20,\"This is the text in record 20\""
+msgstr ""
+
+#: 03020415.xhp
+msgctxt ""
+"03020415.xhp\n"
+"tit\n"
+"help.text"
+msgid "FileExists Function [Runtime]"
+msgstr "FileExists funkcija [Run-time]"
+
+#: 03020415.xhp
+msgctxt ""
+"03020415.xhp\n"
+"bm_id3148946\n"
+"help.text"
+msgid "<bookmark_value>FileExists function</bookmark_value>"
+msgstr "<bookmark_value>FileExists funkcija</bookmark_value>"
+
+#: 03020415.xhp
+msgctxt ""
+"03020415.xhp\n"
+"hd_id3148946\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020415.xhp\" name=\"FileExists Function [Runtime]\">FileExists Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020415.xhp\" name=\"FileExists funkcija [Run-time]\">FileExists funkcija [Run-time]</link>"
+
+#: 03020415.xhp
+msgctxt ""
+"03020415.xhp\n"
+"par_id3153361\n"
+"2\n"
+"help.text"
+msgid "Determines if a file or a directory is available on the data medium."
+msgstr "Ustanovljava ukoliko dokument ili direktorij postoji na mediju sa podacima."
+
+#: 03020415.xhp
+msgctxt ""
+"03020415.xhp\n"
+"hd_id3150447\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03020415.xhp
+msgctxt ""
+"03020415.xhp\n"
+"par_id3154685\n"
+"4\n"
+"help.text"
+msgid "FileExists(FileName As String | DirectoryName As String)"
+msgstr ""
+
+#: 03020415.xhp
+msgctxt ""
+"03020415.xhp\n"
+"hd_id3154126\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03020415.xhp
+msgctxt ""
+"03020415.xhp\n"
+"par_id3150769\n"
+"6\n"
+"help.text"
+msgid "Bool"
+msgstr ""
+
+#: 03020415.xhp
+msgctxt ""
+"03020415.xhp\n"
+"hd_id3153770\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03020415.xhp
+msgctxt ""
+"03020415.xhp\n"
+"par_id3147349\n"
+"8\n"
+"help.text"
+msgid "FileName | DirectoryName: Any string expression that contains an unambiguous file specification. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
+msgstr "FileName | DirectoryName: Svaki niz karaktera koji sadrži nedvosmislene dokument specifikacije. Možete također koristiti <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notaciju</link>."
+
+#: 03020415.xhp
+msgctxt ""
+"03020415.xhp\n"
+"hd_id3149664\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Organizing Libraries and Modules"
+msgstr "Organiziranje Biblioteka i Modula"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"bm_id3148797\n"
+"help.text"
+msgid "<bookmark_value>libraries;organizing</bookmark_value><bookmark_value>modules;organizing</bookmark_value><bookmark_value>copying;modules</bookmark_value><bookmark_value>adding libraries</bookmark_value><bookmark_value>deleting;libraries/modules/dialogs</bookmark_value><bookmark_value>dialogs;organizing</bookmark_value><bookmark_value>moving;modules</bookmark_value><bookmark_value>organizing;modules/libraries/dialogs</bookmark_value><bookmark_value>renaming modules and dialogs</bookmark_value>"
+msgstr "<bookmark_value>biblioteke;organiziranje</bookmark_value><bookmark_value>modula;organiziranje</bookmark_value><bookmark_value> kopiranja;moduli</bookmark_value><bookmark_value>dodavanje biblioteka</bookmark_value><bookmark_value>brisanje;biblioteke/modules/dialogue boxes</bookmark_value><bookmark_value>dijaloški prozori; organiziranje</bookmark_value><bookmark_value>pomjeranje;moduli</bookmark_value><bookmark_value>organiziranje;moduli/biblioteke/dijaloški prozori</bookmark_value><bookmark_value>preimenovanje modula i dijaloških prozora</bookmark_value>"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"hd_id3148797\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"01030400\"><link href=\"text/sbasic/shared/01030400.xhp\">Organizing Libraries and Modules</link></variable>"
+msgstr "<variable id=\"01030400\"><link href=\"text/sbasic/shared/01030400.xhp\">Organiziranje Biblioteka i Modula</link></variable>"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"hd_id3150868\n"
+"4\n"
+"help.text"
+msgid "Organizing Libraries"
+msgstr "Organiziranje Biblioteka"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"hd_id3125864\n"
+"5\n"
+"help.text"
+msgid "Creating a New Library"
+msgstr "Kreiranje Nove Biblioteke"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3152576\n"
+"6\n"
+"help.text"
+msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog."
+msgstr ""
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3153726\n"
+"8\n"
+"help.text"
+msgid "Click the <emph>Libraries</emph> tab."
+msgstr "Kliknite <emph>Libraries</emph> tipku."
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3149664\n"
+"9\n"
+"help.text"
+msgid "Select to where you want to attach the library in the <emph>Location</emph> list. If you select %PRODUCTNAME Macros & Dialogs, the library will belong to the $[officename] application and will be available for all documents. If you select a document the library will be attached to this document and only available from there."
+msgstr "Odaberite gdje želite dodati biblioteku iz <emph>Lokacija</emph> liste. Ukoliko izaberete %PRODUCTNAME Macros & Dialogue boxes, biblioteka će pripadati $[officename] aplikaciji i biće dostupna za sve dokumente. Ukoliko izaberete dokument biblioteka će biti dodana tom dokumentu i dostupna samo odatle."
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3153365\n"
+"10\n"
+"help.text"
+msgid "Click <emph>New</emph> and insert a name to create a new library."
+msgstr "Kliknite <emph>New</emph> i unesite ime da bi kreirali novu biblioteku."
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"hd_id3147394\n"
+"48\n"
+"help.text"
+msgid "Import a Library"
+msgstr ""
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3153157\n"
+"49\n"
+"help.text"
+msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog."
+msgstr ""
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3146972\n"
+"50\n"
+"help.text"
+msgid "Click the <emph>Libraries</emph> tab."
+msgstr "Kliknite <emph>Libraries</emph> tipku."
+
+#: 01030400.xhp
+#, fuzzy
+msgctxt ""
+"01030400.xhp\n"
+"par_id3145640\n"
+"51\n"
+"help.text"
+msgid "Select to where you want to import the library in the <emph>Location</emph> list. If you select %PRODUCTNAME Macros & Dialogs, the library will belong to the $[officename] application and will be available for all documents. If you select a document the library will be imported to this document and only available from there."
+msgstr "Odaberite gdje želite dodati biblioteku iz <emph>Lokacija</emph> liste. Ukoliko izaberete %PRODUCTNAME Macros & Dialogue boxes, biblioteka će pripadati $[officename] aplikaciji i biti dostupna za sve dokumente. Ukoliko izaberete dokument biblioteka će biti dodana tom dokumentu i biti dostupna samo odatle."
+
+#: 01030400.xhp
+#, fuzzy
+msgctxt ""
+"01030400.xhp\n"
+"par_id3154253\n"
+"52\n"
+"help.text"
+msgid "Click <emph>Import...</emph> and select an external library to import."
+msgstr "Kliknite <emph>Append</emph> i izaberite eksternu biblioteku za dodavanje."
+
+#: 01030400.xhp
+#, fuzzy
+msgctxt ""
+"01030400.xhp\n"
+"par_id3154705\n"
+"53\n"
+"help.text"
+msgid "Select all libraries to be imported in the <emph>Import Libraries</emph> dialog. The dialog displays all libraries that are contained in the selected file."
+msgstr "Izaberite sve biblioteke koje želite dodati u <emph>Append Libraries</emph> dijaloškom prozoru. Dijaloški prozor prikazuje sve biblioteke koje su sadržane u izabranoj datoteci."
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3163807\n"
+"54\n"
+"help.text"
+msgid "If you want to insert the library as a reference only check the <emph>Insert as reference (read-only)</emph> box. Read-only libraries are fully functional but cannot be modified in the Basic IDE."
+msgstr "Ukoliko želite unijeti biblioteku kao referencu samo označite <emph>Insert as reference (read-only)</emph> prozor za markiranje. Read-only biblioteke su potpuno funkcionalne ali se ne mogu mijenjati u Basic IDE."
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3145228\n"
+"55\n"
+"help.text"
+msgid "Check the <emph>Replace existing libraries</emph> box if you want existing libraries of the same name to be overwritten."
+msgstr "Označi <emph>Replace existing libraries</emph> prozor za markiranje ukoliko želite da potojeće biblioteke istog imena budu prepisane."
+
+#: 01030400.xhp
+#, fuzzy
+msgctxt ""
+"01030400.xhp\n"
+"par_id3147004\n"
+"56\n"
+"help.text"
+msgid "Click <emph>OK</emph> to import the library."
+msgstr "Kliknite <emph>OK</emph> da dodate biblioteku."
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"hd_id3159099\n"
+"17\n"
+"help.text"
+msgid "Export a Library"
+msgstr ""
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3147005\n"
+"70\n"
+"help.text"
+msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog."
+msgstr ""
+
+#: 01030400.xhp
+#, fuzzy
+msgctxt ""
+"01030400.xhp\n"
+"par_id3147006\n"
+"71\n"
+"help.text"
+msgid "Click the <emph>Libraries</emph> tab."
+msgstr "Kliknite <emph>Libraries</emph> tipku."
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3147007\n"
+"72\n"
+"help.text"
+msgid "In the <emph>Location</emph> list you specify where your library is stored. Select the library that you want to export. Note that you cannot export the <emph>Standard</emph> library."
+msgstr ""
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3147008\n"
+"73\n"
+"help.text"
+msgid "Click <emph>Export...</emph>"
+msgstr ""
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3147009\n"
+"74\n"
+"help.text"
+msgid "Choose whether you want to export the library as an extension or as a basic library."
+msgstr ""
+
+#: 01030400.xhp
+#, fuzzy
+msgctxt ""
+"01030400.xhp\n"
+"par_id3147010\n"
+"75\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "Klikni <emph>Ukloni</emph>."
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3147011\n"
+"76\n"
+"help.text"
+msgid "Select where you want your library exported."
+msgstr ""
+
+#: 01030400.xhp
+#, fuzzy
+msgctxt ""
+"01030400.xhp\n"
+"par_id3147012\n"
+"77\n"
+"help.text"
+msgid "Click <emph>Save</emph> to export the library."
+msgstr "Kliknite <emph>OK</emph> da dodate biblioteku."
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"hd_id3159100\n"
+"17\n"
+"help.text"
+msgid "Deleting a Library"
+msgstr "Brisanje Biblioteke"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3150086\n"
+"18\n"
+"help.text"
+msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog."
+msgstr ""
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3146808\n"
+"57\n"
+"help.text"
+msgid "Click the <emph>Libraries</emph> tab."
+msgstr "Kliknite <emph>Libraries</emph> tipku."
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3158212\n"
+"58\n"
+"help.text"
+msgid "Select the library to be deleted from the list."
+msgstr "Izaberite biblioteku koju želite izbrisati sa liste."
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3150361\n"
+"20\n"
+"help.text"
+msgid "Click <emph>Delete</emph>."
+msgstr "Kliknite <emph>Obriši</emph>."
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3152986\n"
+"19\n"
+"help.text"
+msgid "Deleting a library permanently deletes all existing modules and corresponding procedures and functions."
+msgstr "Trajno brisanje biblioteke briše sve postojeće module i prateće procedure i funkcije."
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3148868\n"
+"59\n"
+"help.text"
+msgid "You cannot delete the default library named \"Standard\"."
+msgstr "Ne možete izbrisati dodijeljenu biblioteku koja se zove \"Standard\"."
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3146869\n"
+"60\n"
+"help.text"
+msgid "If you delete a library that was inserted as reference only the reference is deleted but not the library itself."
+msgstr "Ako izbrišete biblioteku koja je unešena kao referenca, samo se briše referenca a ne sama biblioteka."
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"hd_id3147070\n"
+"21\n"
+"help.text"
+msgid "Organizing Modules and Dialogs"
+msgstr "Organiziranje Modula i Dijaloških Prozora"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"hd_id3155265\n"
+"61\n"
+"help.text"
+msgid "Creating a New Module or Dialog"
+msgstr "Kreiranje Novog Modula ili Dijaloškog Prozora"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3154537\n"
+"62\n"
+"help.text"
+msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog."
+msgstr ""
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3146781\n"
+"63\n"
+"help.text"
+msgid "Click the <emph>Modules</emph> tab or the <emph>Dialogs</emph> tab."
+msgstr "Kliknite <emph>Moduli</emph> opciju ili <emph>Dialogue Boxes</emph> opciju."
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3159206\n"
+"64\n"
+"help.text"
+msgid "Select the library where the module will be inserted and click <emph>New</emph>."
+msgstr "Izaberite biblioteku u koju će biti unesen modul i kliknite <emph>New</emph>."
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3152389\n"
+"65\n"
+"help.text"
+msgid "Enter a name for the module or the dialog and click <emph>OK</emph>."
+msgstr "Unesite ime za modul ili dijaloški prozor i kliknite <emph>OK</emph>."
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"hd_id3152872\n"
+"25\n"
+"help.text"
+msgid "Renaming a Module or Dialog"
+msgstr "Preimenovanje Modula ili Dijaloškog Prozora"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3159230\n"
+"66\n"
+"help.text"
+msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog."
+msgstr ""
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3150046\n"
+"67\n"
+"help.text"
+msgid "Click the module to be renamed twice, with a pause between the clicks. Enter the new name."
+msgstr "Kliknite dva puta na modul koji želite preimenovati, sa pauzom između klikova. Unesite novo ime."
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3153801\n"
+"27\n"
+"help.text"
+msgid "In the Basic IDE, right-click the name of the module or dialog in the tabs at the bottom of the screen, choose <emph>Rename</emph> and type in the new name."
+msgstr "U Basic IDE-u, kliknite desnom tipkom na ime modula ili dijaloškog prozora u opcijama na dnu zaslona, izaberite <emph>Preimenuj</emph> i ukucajtenovo ime."
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3155526\n"
+"28\n"
+"help.text"
+msgid "Press Enter to confirm your changes."
+msgstr "Pritisnite Enter da bi potvrdili vaše promjene."
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"hd_id3146963\n"
+"29\n"
+"help.text"
+msgid "Deleting a Module or Dialog"
+msgstr "Brisanje Modula ili Dijaloških Prozora"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3147547\n"
+"68\n"
+"help.text"
+msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog."
+msgstr ""
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3150958\n"
+"69\n"
+"help.text"
+msgid "Click the <emph>Modules</emph> tab or the <emph>Dialogs</emph> tab."
+msgstr "Kliknite <emph>Moduli</emph> opciju ili <emph>Dialogue Boxes</emph> opciju."
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3149870\n"
+"30\n"
+"help.text"
+msgid "Select the module or dialog to be deleted from the list. Double-click an entry to reveal sub-entries, if required."
+msgstr "Izaberite modul ili dijaloški prozor koji želite izbrisati sa liste. Ukoliko je potrebno, dva puta kliknite da bi otvorili pod-unose."
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3147248\n"
+"32\n"
+"help.text"
+msgid "Click <emph>Delete</emph>."
+msgstr "Kliknite <emph>Obriši</emph>."
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3151339\n"
+"31\n"
+"help.text"
+msgid "Deleting a module permanently deletes all existing procedures and functions in that module."
+msgstr "Trajnim brisanjem modula brišete sve postojeće procedure i funkcije u tom modulu."
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"hd_id3151392\n"
+"33\n"
+"help.text"
+msgid "Organizing Projects among Documents or Templates"
+msgstr "Organiziranje Projekata među Dokumentima i Šablonima"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"hd_id3156400\n"
+"36\n"
+"help.text"
+msgid "Moving or copying modules between documents, templates and the application."
+msgstr "Micanje ili kopiranje modula među dokumentima, šablonima i aplikacijama."
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3146819\n"
+"37\n"
+"help.text"
+msgid "Open all documents or templates among which you want to move or copy the modules or dialogs."
+msgstr "Otvorite sve dokumente ili šablone među kojima želite micati ili kopirati module ili dijaloške prozore."
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3149319\n"
+"38\n"
+"help.text"
+msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog."
+msgstr ""
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3145637\n"
+"39\n"
+"help.text"
+msgid "To move a module or dialog to another document, click the corresponding object in the list and drag it to the desired position. A horizontal line indicates the target position of the current object while dragging. Hold the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key while dragging to copy the object instead of moving it."
+msgstr "Da bi pomjerili modul ili dijaloški prozor u drugi dokument, kliknite odgovarajući objekat u listi i prevuci ga na željenu poziciju. Horizontalna linija ukazuje na trenutnu poziciju objekta dok se povlači. Čuvajte <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> tipku dok povlačite da kopirate objekat umjesto da ga pomjerate."
+
+#: 03020403.xhp
+msgctxt ""
+"03020403.xhp\n"
+"tit\n"
+"help.text"
+msgid "CurDir Function [Runtime]"
+msgstr "CurDir Funkcija [Run-time]"
+
+#: 03020403.xhp
+msgctxt ""
+"03020403.xhp\n"
+"bm_id3153126\n"
+"help.text"
+msgid "<bookmark_value>CurDir function</bookmark_value>"
+msgstr "<bookmark_value>CurDir Funkcija</bookmark_value>"
+
+#: 03020403.xhp
+msgctxt ""
+"03020403.xhp\n"
+"hd_id3153126\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020403.xhp\">CurDir Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020403.xhp\">CurDir Funkcija [Run-time]</link>"
+
+#: 03020403.xhp
+msgctxt ""
+"03020403.xhp\n"
+"par_id3156343\n"
+"2\n"
+"help.text"
+msgid "Returns a variant string that represents the current path of the specified drive."
+msgstr "Vraca varijantu znaka koji predstavalja prenutni polozaj odredjenog drajva."
+
+#: 03020403.xhp
+msgctxt ""
+"03020403.xhp\n"
+"hd_id3149457\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03020403.xhp
+msgctxt ""
+"03020403.xhp\n"
+"par_id3153381\n"
+"4\n"
+"help.text"
+msgid "CurDir [(Text As String)]"
+msgstr "CurDir [(Tekst kao Znak)]"
+
+#: 03020403.xhp
+msgctxt ""
+"03020403.xhp\n"
+"hd_id3154366\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03020403.xhp
+#, fuzzy
+msgctxt ""
+"03020403.xhp\n"
+"par_id3156281\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "Stringovi"
+
+#: 03020403.xhp
+msgctxt ""
+"03020403.xhp\n"
+"hd_id3156423\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03020403.xhp
+msgctxt ""
+"03020403.xhp\n"
+"par_id3153193\n"
+"8\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression that specifies an existing drive (for example, \"C\" for the first partition of the first hard drive)."
+msgstr "<emph>Text</emph>: Bilo koji znakovni izraz koji oznacava postojeci darjv (na primjer, \"C\" zaprvu particiju prvoj hard drajva)."
+
+#: 03020403.xhp
+msgctxt ""
+"03020403.xhp\n"
+"par_id3155133\n"
+"9\n"
+"help.text"
+msgid "If no drive is specified or if the drive is a zero-length string (\"\"), CurDir returns the path for the current drive. $[officename] Basic reports an error if the syntax of the drive description is incorrect, the drive does not exist, or if the drive letter occurs after the letter defined in the CONFIG.SYS with the Lastdrive statement."
+msgstr "Ako niti jedan drajv nije specificiran, ili ako je drajv znak duzine nula (\"\"), CurDir vraca oznaku za trenutni drajv. $[officename] Basic izvjestava o greskama, ako je sintaksa drajva netacna, drajv ne postoji, ili ako se slovo pojavi poslije slova definisanog u CONFIG.SYS sa Lastdrive izjavom."
+
+#: 03020403.xhp
+msgctxt ""
+"03020403.xhp\n"
+"par_id3150010\n"
+"10\n"
+"help.text"
+msgid "This function is not case-sensitive."
+msgstr ""
+
+#: 03020403.xhp
+msgctxt ""
+"03020403.xhp\n"
+"hd_id3155411\n"
+"11\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03080202.xhp
+msgctxt ""
+"03080202.xhp\n"
+"tit\n"
+"help.text"
+msgid "Log Function [Runtime]"
+msgstr "Log Funkcija [Vrijeme Izvodjenja]"
+
+#: 03080202.xhp
+msgctxt ""
+"03080202.xhp\n"
+"bm_id3149416\n"
+"help.text"
+msgid "<bookmark_value>Log function</bookmark_value>"
+msgstr "<bookmark_value>Log Funkcija</bookmark_value>"
+
+#: 03080202.xhp
+msgctxt ""
+"03080202.xhp\n"
+"hd_id3149416\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080202.xhp\" name=\"Log Function [Runtime]\">Log Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03080202.xhp\" name=\"Log Funkcija [Vrijeme Izvodjenja]\">Log Funkcija [Vrijeme Izvodjenja]</link>"
+
+#: 03080202.xhp
+msgctxt ""
+"03080202.xhp\n"
+"par_id3145066\n"
+"2\n"
+"help.text"
+msgid "Returns the natural logarithm of a number."
+msgstr "Vraca prirodni logaritam jednog broja."
+
+#: 03080202.xhp
+msgctxt ""
+"03080202.xhp\n"
+"hd_id3159414\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03080202.xhp
+msgctxt ""
+"03080202.xhp\n"
+"par_id3154760\n"
+"4\n"
+"help.text"
+msgid "Log (Number)"
+msgstr "Log (Broj)"
+
+#: 03080202.xhp
+msgctxt ""
+"03080202.xhp\n"
+"hd_id3149457\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03080202.xhp
+msgctxt ""
+"03080202.xhp\n"
+"par_id3150791\n"
+"6\n"
+"help.text"
+msgid "Double"
+msgstr ""
+
+#: 03080202.xhp
+msgctxt ""
+"03080202.xhp\n"
+"hd_id3151211\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03080202.xhp
+msgctxt ""
+"03080202.xhp\n"
+"par_id3151041\n"
+"8\n"
+"help.text"
+msgid "<emph>Number:</emph> Any numeric expression that you want to calculate the natural logarithm for."
+msgstr "<emph>Number</emph>: Bilo koji brojcani izraz za koji zelite da izracunate prirodni logaritam."
+
+#: 03080202.xhp
+msgctxt ""
+"03080202.xhp\n"
+"par_id3150869\n"
+"9\n"
+"help.text"
+msgid "The natural logarithm is the logarithm to the base e. Base e is a constant with an approximate value of 2.718282..."
+msgstr "Prirodni logaritam je logaritam na bazu e. Konstanta e ima vrijednost priblizno 2.71828182845904..."
+
+#: 03080202.xhp
+msgctxt ""
+"03080202.xhp\n"
+"par_id3153968\n"
+"10\n"
+"help.text"
+msgid "You can calculate logarithms to any base (n) for any number (x) by dividing the natural logarithm of x by the natural logarithm of n, as follows:"
+msgstr "Mozete racunati logaritme na bilo koju bazu (n) za bilo koji broj (x) tako sto podijelite prirodni logaritam od broja x sa prirodnim logaritmom od broja n, kao sto slijedi:"
+
+#: 03080202.xhp
+msgctxt ""
+"03080202.xhp\n"
+"par_id3145420\n"
+"11\n"
+"help.text"
+msgid "Log n(x) = Log(x) / Log(n)"
+msgstr ""
+
+#: 03080202.xhp
+msgctxt ""
+"03080202.xhp\n"
+"hd_id3155131\n"
+"12\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03080202.xhp
+msgctxt ""
+"03080202.xhp\n"
+"par_id3149262\n"
+"18\n"
+"help.text"
+msgid "MsgBox \"\" & a & chr(13) & (b1*b2) ,0,\"Multiplication by logarithm function\""
+msgstr "MsgBox \"\" & a & chr(13) & (b1*b2) ,0,\"Multiplikacija sa logaritmickom funkcijom\""
+
+#: 03090103.xhp
+#, fuzzy
+msgctxt ""
+"03090103.xhp\n"
+"tit\n"
+"help.text"
+msgid "IIf Statement [Runtime]"
+msgstr "Završi Izjavu [Run-time]"
+
+#: 03090103.xhp
+#, fuzzy
+msgctxt ""
+"03090103.xhp\n"
+"bm_id3155420\n"
+"help.text"
+msgid "<bookmark_value>IIf statement</bookmark_value>"
+msgstr "<bookmark_value>Završi Izjavu</bookmark_value>"
+
+#: 03090103.xhp
+#, fuzzy
+msgctxt ""
+"03090103.xhp\n"
+"hd_id3155420\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090103.xhp\" name=\"IIf Statement [Runtime]\">IIf Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090404.xhp\" name=\"Završi Izjavu [Run-time]\">Završi Izjavu [Run-time]</link>"
+
+#: 03090103.xhp
+msgctxt ""
+"03090103.xhp\n"
+"par_id3145610\n"
+"2\n"
+"help.text"
+msgid "Returns one of two possible function results, depending on the logical value of the evaluated expression."
+msgstr ""
+
+#: 03090103.xhp
+msgctxt ""
+"03090103.xhp\n"
+"hd_id3159413\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03090103.xhp
+msgctxt ""
+"03090103.xhp\n"
+"par_id3147560\n"
+"4\n"
+"help.text"
+msgid "IIf (Expression, ExpressionTrue, ExpressionFalse)"
+msgstr ""
+
+#: 03090103.xhp
+msgctxt ""
+"03090103.xhp\n"
+"hd_id3150541\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03090103.xhp
+msgctxt ""
+"03090103.xhp\n"
+"par_id3153381\n"
+"6\n"
+"help.text"
+msgid "<emph>Expression:</emph> Any expression that you want to evaluate. If the expression evaluates to <emph>True</emph>, the function returns the result of ExpressionTrue, otherwise it returns the result of ExpressionFalse."
+msgstr ""
+
+#: 03090103.xhp
+msgctxt ""
+"03090103.xhp\n"
+"par_id3150870\n"
+"7\n"
+"help.text"
+msgid "<emph>ExpressionTrue, ExpressionFalse:</emph> Any expression, one of which will be returned as the function result, depending on the logical evaluation."
+msgstr ""
+
+#: 03090410.xhp
+msgctxt ""
+"03090410.xhp\n"
+"tit\n"
+"help.text"
+msgid "Switch Function [Runtime]"
+msgstr "Zamijeni funkcija [Run-time]"
+
+#: 03090410.xhp
+msgctxt ""
+"03090410.xhp\n"
+"bm_id3148554\n"
+"help.text"
+msgid "<bookmark_value>Switch function</bookmark_value>"
+msgstr "<bookmark_value>Zamijeni funkcija</bookmark_value>"
+
+#: 03090410.xhp
+msgctxt ""
+"03090410.xhp\n"
+"hd_id3148554\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090410.xhp\" name=\"Switch Function [Runtime]\">Switch Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090410.xhp\" name=\"Zamijeni funkcija [Run-time]\">Zamijeni funkcija [Run-time]</link>"
+
+#: 03090410.xhp
+msgctxt ""
+"03090410.xhp\n"
+"par_id3148522\n"
+"2\n"
+"help.text"
+msgid "Evaluates a list of arguments, consisting of an expression followed by a value. The Switch function returns a value that is associated with the expression that is passed by this function."
+msgstr "Ocjenjuje popisu argumenata, koji se sastoji od izraza koji slijede vrijednost. Zamijeni funkcija vraća vrijednost koja je povezana s izrazom koji je proslijedio ovu funkciju."
+
+#: 03090410.xhp
+msgctxt ""
+"03090410.xhp\n"
+"hd_id3154863\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03090410.xhp
+msgctxt ""
+"03090410.xhp\n"
+"par_id3155934\n"
+"4\n"
+"help.text"
+msgid "Switch (Expression1, Value1[, Expression2, Value2[..., Expression_n, Value_n]])"
+msgstr "Zamijeni (Izraz_1, Vrijednost_1[, Izraz_2, Vrijednost_2[..., Izraz_n, Vrijednost_n]])"
+
+#: 03090410.xhp
+msgctxt ""
+"03090410.xhp\n"
+"hd_id3149119\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03090410.xhp
+msgctxt ""
+"03090410.xhp\n"
+"par_id3153894\n"
+"6\n"
+"help.text"
+msgid "The <emph>Switch</emph> function evaluates the expressions from left to right, and then returns the value that is assigned to the function expression. If expression and value are not given as a pair, a runtime error occurs."
+msgstr "<emph>Zamijeni</emph> funkcija vrednuje izraze s lijeva na desno i zatim vraća vrijednost koja je dodijeljena funkciji izraza. Ako se izraz i vrijednost ne daju kao par, run-time pogreška se prikaže."
+
+#: 03090410.xhp
+msgctxt ""
+"03090410.xhp\n"
+"par_id3153990\n"
+"7\n"
+"help.text"
+msgid "<emph>Expression:</emph> The expression that you want to evaluate."
+msgstr "<emph>Izraz</emph>: Izraz koji želite procijeniti"
+
+#: 03090410.xhp
+msgctxt ""
+"03090410.xhp\n"
+"par_id3153394\n"
+"8\n"
+"help.text"
+msgid "<emph>Value:</emph> The value that you want to return if the expression is True."
+msgstr "<emph>Vrijednost</emph>: Vrijednost koju želite vratiti ako je izraz tačan"
+
+#: 03090410.xhp
+msgctxt ""
+"03090410.xhp\n"
+"par_id3153346\n"
+"9\n"
+"help.text"
+msgid "In the following example, the <emph>Switch</emph> function assigns the appropriate gender to the name that is passed to the function:"
+msgstr "U sljedećem primjeru, <emph> Switch </emph> function dodjeljuje odgovarajući spol imenu koje je proslijeđeno u funkciji:"
+
+#: 03090410.xhp
+msgctxt ""
+"03090410.xhp\n"
+"hd_id3159157\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03090410.xhp
+msgctxt ""
+"03090410.xhp\n"
+"par_id3149579\n"
+"13\n"
+"help.text"
+msgid "sGender = GetGenderIndex( \"John\" )"
+msgstr ""
+
+#: 03090410.xhp
+msgctxt ""
+"03090410.xhp\n"
+"par_id3153361\n"
+"18\n"
+"help.text"
+msgid "GetGenderIndex = Switch(sName = \"Jane\", \"female\", sName = \"John\", \"male\")"
+msgstr "GetGenderIndex = Switch(sName = \"Jane\", \"žensko\", sName = \"John\", \"muško\")"
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"tit\n"
+"help.text"
+msgid "QBColor Function [Runtime]"
+msgstr "QBColor Function [Run-time]"
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"hd_id3149670\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03010304.xhp\" name=\"QBColor Function [Runtime]\">QBColor Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03010304.xhp\" name=\"QBColor Function [Run-time]\">QBColor Function [Run-time]</link>"
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3150359\n"
+"2\n"
+"help.text"
+msgid "Returns the <link href=\"text/sbasic/shared/03010305.xhp\" name=\"RGB\">RGB</link> color code of the color passed as a color value through an older MS-DOS based programming system."
+msgstr "Returns the <link href=\"text/sbasic/shared/03010305.xhp\" name=\"RGB\">RGB</link> colour code of the colour passed as a colour value through an older MS-DOS based programming system."
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"hd_id3154140\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3151042\n"
+"4\n"
+"help.text"
+msgid "QBColor (ColorNumber As Integer)"
+msgstr "QBColor (ColourNumber As Integer)"
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"hd_id3145172\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3154685\n"
+"6\n"
+"help.text"
+msgid "Long"
+msgstr ""
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"hd_id3156560\n"
+"7\n"
+"help.text"
+msgid "Parameter:"
+msgstr "Parametar:"
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3161832\n"
+"8\n"
+"help.text"
+msgid "<emph>ColorNumber</emph>: Any integer expression that specifies the color value of the color passed from an older MS-DOS based programming system."
+msgstr "<emph>ColourNumber</emph>: An integer expression that specifies the colour value of the colour passed from an older MS-DOS based programming system."
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3147318\n"
+"9\n"
+"help.text"
+msgid "<emph>ColorNumber</emph> can be assigned the following values:"
+msgstr "<emph>ColourNumber</emph> can be assigned the following values:"
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3152576\n"
+"10\n"
+"help.text"
+msgid "0 : Black"
+msgstr ""
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3146975\n"
+"11\n"
+"help.text"
+msgid "1 : Blue"
+msgstr ""
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3151116\n"
+"12\n"
+"help.text"
+msgid "2 : Green"
+msgstr ""
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3155412\n"
+"13\n"
+"help.text"
+msgid "3 : Cyan"
+msgstr ":3 : Cyan"
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3155306\n"
+"14\n"
+"help.text"
+msgid "4 : Red"
+msgstr ":4 : Red"
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3153364\n"
+"15\n"
+"help.text"
+msgid "5 : Magenta"
+msgstr ""
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3146119\n"
+"16\n"
+"help.text"
+msgid "6 : Yellow"
+msgstr ""
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3154730\n"
+"17\n"
+"help.text"
+msgid "7 : White"
+msgstr ""
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3153877\n"
+"18\n"
+"help.text"
+msgid "8 : Gray"
+msgstr "8 : Grey"
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3147124\n"
+"19\n"
+"help.text"
+msgid "9 : Light Blue"
+msgstr ""
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3145646\n"
+"20\n"
+"help.text"
+msgid "10 : Light Green"
+msgstr ""
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3149958\n"
+"21\n"
+"help.text"
+msgid "11 : Light Cyan"
+msgstr ""
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3154943\n"
+"22\n"
+"help.text"
+msgid "12 : Light Red"
+msgstr ""
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3150715\n"
+"23\n"
+"help.text"
+msgid "13 : Light Magenta"
+msgstr ""
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3146970\n"
+"24\n"
+"help.text"
+msgid "14 : Light Yellow"
+msgstr ""
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3150750\n"
+"25\n"
+"help.text"
+msgid "15 : Bright White"
+msgstr ""
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3146914\n"
+"26\n"
+"help.text"
+msgid "This function is used only to convert from older MS-DOS based BASIC applications that use the above color codes. The function returns a long integer value indicating the color to be used in the $[officename] IDE."
+msgstr "ova funkcije pretvara MS-DOS koji koriste boje iznad, Vraca long indicirajuci na boju koja treba u $[officename] IDE."
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"hd_id3148406\n"
+"27\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3149566\n"
+"33\n"
+"help.text"
+msgid "MsgBox stext,0,\"Color \" & iColor"
+msgstr "MsgBox stext,0,\"Colour \" & iColour"
+
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"tit\n"
+"help.text"
+msgid "WeekDay Function [Runtime]"
+msgstr "WeekDay funkcija [Run-time]"
+
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"bm_id3153127\n"
+"help.text"
+msgid "<bookmark_value>WeekDay function</bookmark_value>"
+msgstr "<bookmark_value>WeekDay funkcija</bookmark_value>"
+
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"hd_id3153127\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030105.xhp\" name=\"WeekDay Function [Runtime]\">WeekDay Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030105.xhp\" name=\"WeekDay funkcija [Run-time]\">WeekDay funkcija [Run-time]</link>"
+
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"par_id3146795\n"
+"2\n"
+"help.text"
+msgid "Returns the number corresponding to the weekday represented by a serial date number that is generated by the DateSerial or the DateValue function."
+msgstr "Vrača broj koji korespondira danu u sedmici predstavljenog kao serijski datum koji je generisan od strane DateSerial ili DateValue funkcije."
+
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"hd_id3145068\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03030105.xhp
+#, fuzzy
+msgctxt ""
+"03030105.xhp\n"
+"par_id3149655\n"
+"4\n"
+"help.text"
+msgid "WeekDay (Number)"
+msgstr "Dan (broj)"
+
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"hd_id3148799\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"par_id3154125\n"
+"6\n"
+"help.text"
+msgid "Integer"
+msgstr "Cjelobrojno"
+
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"hd_id3150768\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"par_id3151042\n"
+"8\n"
+"help.text"
+msgid "<emph>Number:</emph> Integer expression that contains the serial date number that is used to calculate the day of the week (1-7)."
+msgstr "<emph>Number</emph>: Integer izraz koji sadrži serijski datum koji se koristi da se iskalkuliše dan u sedmici (1-7)."
+
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"par_id3159254\n"
+"9\n"
+"help.text"
+msgid "The following example determines the day of the week using the WeekDay function when you enter a date."
+msgstr "Slijedeći primjer određuje dan u sedmici koristeći WeekDay funkciju kada unesete datum."
+
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"hd_id3148616\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03030105.xhp
+#, fuzzy
+msgctxt ""
+"03030105.xhp\n"
+"par_id3148576\n"
+"13\n"
+"help.text"
+msgid "' Return And display the day of the week"
+msgstr "REM Vrati i prikaži dan u sedmici"
+
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"par_id3151117\n"
+"16\n"
+"help.text"
+msgid "sDay=\"Sunday\""
+msgstr "sDay=\"Nedjelja\""
+
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"par_id3153952\n"
+"18\n"
+"help.text"
+msgid "sDay=\"Monday\""
+msgstr "sDay=\"Ponedjeljak\""
+
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"par_id3153157\n"
+"20\n"
+"help.text"
+msgid "sDay=\"Tuesday\""
+msgstr "sDay=\"Utorak\""
+
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"par_id3154942\n"
+"22\n"
+"help.text"
+msgid "sDay=\"Wednesday\""
+msgstr "sDay=\"Srijeda\""
+
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"par_id3155416\n"
+"24\n"
+"help.text"
+msgid "sDay=\"Thursday\""
+msgstr "sDay=\"Četvrtak\""
+
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"par_id3154015\n"
+"26\n"
+"help.text"
+msgid "sDay=\"Friday\""
+msgstr "sDay=\"Petak\""
+
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"par_id3153707\n"
+"28\n"
+"help.text"
+msgid "sDay=\"Saturday\""
+msgstr "sDay=\"Subota\""
+
+#: 03030105.xhp
+#, fuzzy
+msgctxt ""
+"03030105.xhp\n"
+"par_id3148993\n"
+"30\n"
+"help.text"
+msgid "MsgBox \"\" + sDay,64,\"Today Is\""
+msgstr "msgbox \"\" + sDay,64,\"Danas je\""
+
+#: 03130800.xhp
+msgctxt ""
+"03130800.xhp\n"
+"tit\n"
+"help.text"
+msgid "Environ Function [Runtime]"
+msgstr "Okružujuca funkcija [U izvršenju]"
+
+#: 03130800.xhp
+msgctxt ""
+"03130800.xhp\n"
+"bm_id3155364\n"
+"help.text"
+msgid "<bookmark_value>Environ function</bookmark_value>"
+msgstr "<bookmark_value>Okruzujuca funkcija</bookmark_value>"
+
+#: 03130800.xhp
+msgctxt ""
+"03130800.xhp\n"
+"hd_id3155364\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03130800.xhp\" name=\"Environ Function [Runtime]\">Environ Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03130800.xhp\" name=\"Environ Function [Run-time]\">Okružujuca funkcija [U izvršenju]</link>"
+
+#: 03130800.xhp
+msgctxt ""
+"03130800.xhp\n"
+"par_id3145090\n"
+"2\n"
+"help.text"
+msgid "Returns the value of an environment variable as a string. Environment variables are dependent on the type of operating system that you have."
+msgstr "Vraca vrijednost varijable okruženja kao string. Okruzujuce varijable ovise o vrsti operativnog sistema koji imate."
+
+#: 03130800.xhp
+msgctxt ""
+"03130800.xhp\n"
+"hd_id3150670\n"
+"4\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03130800.xhp
+msgctxt ""
+"03130800.xhp\n"
+"par_id3159176\n"
+"5\n"
+"help.text"
+msgid "Environ (Environment As String)"
+msgstr "Okruzujuca (Okruzenje kao String)"
+
+#: 03130800.xhp
+msgctxt ""
+"03130800.xhp\n"
+"hd_id3159157\n"
+"6\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03130800.xhp
+#, fuzzy
+msgctxt ""
+"03130800.xhp\n"
+"par_id3148473\n"
+"7\n"
+"help.text"
+msgid "String"
+msgstr "Stringovi"
+
+#: 03130800.xhp
+msgctxt ""
+"03130800.xhp\n"
+"hd_id3145609\n"
+"8\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03130800.xhp
+msgctxt ""
+"03130800.xhp\n"
+"par_id3159414\n"
+"9\n"
+"help.text"
+msgid "Environment: Environment variable that you want to return the value for."
+msgstr "Okruženje: Varijabla okruženja kojoj želite vratiti vrijednost."
+
+#: 03130800.xhp
+msgctxt ""
+"03130800.xhp\n"
+"hd_id3148663\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03130800.xhp
+msgctxt ""
+"03130800.xhp\n"
+"par_id3145419\n"
+"15\n"
+"help.text"
+msgid "MsgBox \"'\" & sTemp & \"'\" ,64,\"Directory of temporary files:\""
+msgstr ""
+
+#: 03020200.xhp
+msgctxt ""
+"03020200.xhp\n"
+"tit\n"
+"help.text"
+msgid "File Input/Output Functions"
+msgstr ""
+
+#: 03020200.xhp
+#, fuzzy
+msgctxt ""
+"03020200.xhp\n"
+"hd_id3150791\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020200.xhp\" name=\"File Input/Output Functions\">File Input/Output Functions</link>"
+msgstr "<link href=\"text/sbasic/shared/03080000.xhp\" name=\"Brojcane Funkcije\">Brojcane Funkcije</link>"
+
+#: 03050300.xhp
+#, fuzzy
+msgctxt ""
+"03050300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Error Function [Runtime]"
+msgstr "Niz Funkcija [Vrijeme izvršavanja]"
+
+#: 03050300.xhp
+#, fuzzy
+msgctxt ""
+"03050300.xhp\n"
+"bm_id3159413\n"
+"help.text"
+msgid "<bookmark_value>Error function</bookmark_value>"
+msgstr "<bookmark_value>Niz Funkcija</bookmark_value>"
+
+#: 03050300.xhp
+#, fuzzy
+msgctxt ""
+"03050300.xhp\n"
+"hd_id3159413\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03050300.xhp\" name=\"Error Function [Runtime]\">Error Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020303.xhp\" name=\"Lof Funkcija [Run-time]\">Lof Funkcija [Run-time]</link>"
+
+#: 03050300.xhp
+msgctxt ""
+"03050300.xhp\n"
+"par_id3148663\n"
+"2\n"
+"help.text"
+msgid "Returns the error message that corresponds to a given error code."
+msgstr ""
+
+#: 03050300.xhp
+msgctxt ""
+"03050300.xhp\n"
+"hd_id3153379\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03050300.xhp
+#, fuzzy
+msgctxt ""
+"03050300.xhp\n"
+"par_id3154366\n"
+"4\n"
+"help.text"
+msgid "Error (Expression)"
+msgstr "Str (Izraz)"
+
+#: 03050300.xhp
+msgctxt ""
+"03050300.xhp\n"
+"hd_id3145173\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03050300.xhp
+#, fuzzy
+msgctxt ""
+"03050300.xhp\n"
+"par_id3154125\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "Stringovi"
+
+#: 03050300.xhp
+msgctxt ""
+"03050300.xhp\n"
+"hd_id3150869\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03050300.xhp
+msgctxt ""
+"03050300.xhp\n"
+"par_id3153193\n"
+"8\n"
+"help.text"
+msgid "<emph>Expression:</emph> Any numeric expression that contains the error code of the error message that you want to return."
+msgstr ""
+
+#: 03050300.xhp
+msgctxt ""
+"03050300.xhp\n"
+"par_id3159254\n"
+"9\n"
+"help.text"
+msgid "If no parameters are passed, the Error function returns the error message of the most recent error that occurred during program execution."
+msgstr ""
+
+#: 03020413.xhp
+msgctxt ""
+"03020413.xhp\n"
+"tit\n"
+"help.text"
+msgid "RmDir Statement [Runtime]"
+msgstr "RmDir izjava [Run-time]"
+
+#: 03020413.xhp
+msgctxt ""
+"03020413.xhp\n"
+"bm_id3148947\n"
+"help.text"
+msgid "<bookmark_value>RmDir statement</bookmark_value>"
+msgstr "<bookmark_value>RmDir izjava</bookmark_value>"
+
+#: 03020413.xhp
+msgctxt ""
+"03020413.xhp\n"
+"hd_id3148947\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020413.xhp\" name=\"RmDir Statement [Runtime]\">RmDir Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020413.xhp\" name=\"RmDir izjava [Run-time]\">RmDir izjava [Run-time]</link>"
+
+#: 03020413.xhp
+msgctxt ""
+"03020413.xhp\n"
+"par_id3149457\n"
+"2\n"
+"help.text"
+msgid "Deletes an existing directory from a data medium."
+msgstr "Briše postojeći direktorij sa medija za podatke."
+
+#: 03020413.xhp
+msgctxt ""
+"03020413.xhp\n"
+"hd_id3153361\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03020413.xhp
+#, fuzzy
+msgctxt ""
+"03020413.xhp\n"
+"par_id3154367\n"
+"4\n"
+"help.text"
+msgid "RmDir Text As String"
+msgstr "MkDir tekst kao string"
+
+#: 03020413.xhp
+msgctxt ""
+"03020413.xhp\n"
+"hd_id3156281\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03020413.xhp
+msgctxt ""
+"03020413.xhp\n"
+"par_id3151042\n"
+"6\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression that specifies the name and path of the directory that you want to delete. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
+msgstr "<emph>Text</emph>: Svaki izraz od niza karaktera koji specificira ime i putanju direktorija koji želite da izbrišete. Možete također koristiti <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notaciju</link>."
+
+#: 03020413.xhp
+msgctxt ""
+"03020413.xhp\n"
+"par_id3153192\n"
+"7\n"
+"help.text"
+msgid "If the path is not determined, the <emph>RmDir Statement</emph> searches for the directory that you want to delete in the current path. If it is not found there, an error message appears."
+msgstr "Ako putanja nije određena, <emph>RmDir izjava</emph> pretražuje za direktorij koji želite da izbrišete na trenutnoj putanji. Ako nije tu pronađen, poruka o grešci se pojavi."
+
+#: 03020413.xhp
+msgctxt ""
+"03020413.xhp\n"
+"hd_id3145271\n"
+"8\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03020302.xhp
+msgctxt ""
+"03020302.xhp\n"
+"tit\n"
+"help.text"
+msgid "Loc Function [Runtime]"
+msgstr "Loc Funkcija [Run-time]"
+
+#: 03020302.xhp
+msgctxt ""
+"03020302.xhp\n"
+"bm_id3148663\n"
+"help.text"
+msgid "<bookmark_value>Loc function</bookmark_value>"
+msgstr "<bookmark_value>Loc funkcija</bookmark_value>"
+
+#: 03020302.xhp
+msgctxt ""
+"03020302.xhp\n"
+"hd_id3148663\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020302.xhp\" name=\"Loc Function [Runtime]\">Loc Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020302.xhp\" name=\"Loc Funkcija [Run-time]\">Loc Funkcija [Run-time]</link>"
+
+#: 03020302.xhp
+msgctxt ""
+"03020302.xhp\n"
+"par_id3154138\n"
+"2\n"
+"help.text"
+msgid "Returns the current position in an open file."
+msgstr "Vraca trenutnu poziciju otvorenog fajla."
+
+#: 03020302.xhp
+msgctxt ""
+"03020302.xhp\n"
+"hd_id3156422\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03020302.xhp
+msgctxt ""
+"03020302.xhp\n"
+"par_id3150768\n"
+"4\n"
+"help.text"
+msgid "Loc(FileNumber)"
+msgstr "Loc(FajlNumber)"
+
+#: 03020302.xhp
+msgctxt ""
+"03020302.xhp\n"
+"hd_id3150440\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03020302.xhp
+msgctxt ""
+"03020302.xhp\n"
+"par_id3152578\n"
+"6\n"
+"help.text"
+msgid "Long"
+msgstr ""
+
+#: 03020302.xhp
+msgctxt ""
+"03020302.xhp\n"
+"hd_id3152462\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03020302.xhp
+msgctxt ""
+"03020302.xhp\n"
+"par_id3153363\n"
+"8\n"
+"help.text"
+msgid "<emph>FileNumber:</emph> Any numeric expression that contains the file number that is set by the Open statement for the respective file."
+msgstr "<emph>FajlBroj</emph>: Numericki izraz koji sadrzi broj fajla koji je poslat od otvorene izjave za odgovarajuci fajl."
+
+#: 03020302.xhp
+msgctxt ""
+"03020302.xhp\n"
+"par_id3154320\n"
+"9\n"
+"help.text"
+msgid "If the Loc function is used for an open random access file, it returns the number of the last record that was last read or written."
+msgstr "Ako je Loc Funkcija koristena za otvoreni nasumicni pristup fajlu, ana vraca broj zapisa koji je posljednji ucitan ili upisan."
+
+#: 03020302.xhp
+msgctxt ""
+"03020302.xhp\n"
+"par_id3151115\n"
+"10\n"
+"help.text"
+msgid "For a sequential file, the Loc function returns the position in a file divided by 128. For binary files, the position of the last read or written byte is returned."
+msgstr "Za slijedni fajl, Loc Funkcija vraca poziciju u fajlu podjeljenu sa 128. Za binarne fajlove, vraca se pozicija posljednjeg ucitanog ili upisanog bajta."
+
+#: 03101120.xhp
+msgctxt ""
+"03101120.xhp\n"
+"tit\n"
+"help.text"
+msgid "DefErr Statement [Runtime]"
+msgstr "DefErr Statement [Run-time]"
+
+#: 03101120.xhp
+#, fuzzy
+msgctxt ""
+"03101120.xhp\n"
+"bm_id8177739\n"
+"help.text"
+msgid "<bookmark_value>DefErr statement</bookmark_value>"
+msgstr "<bookmark_value>DefStr red</bookmark_value>"
+
+#: 03101120.xhp
+msgctxt ""
+"03101120.xhp\n"
+"par_idN1057D\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03101120.xhp\">DefErr Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03101120.xhp\">DefErr Naredba [Run-time]</link>"
+
+#: 03101120.xhp
+msgctxt ""
+"03101120.xhp\n"
+"par_idN1058D\n"
+"help.text"
+msgid "If no type-declaration character or keyword is specified, the DefErr statement sets the default variable type, according to a letter range."
+msgstr "Prefiks definicija za tip varijabli Ako nijedan karakter ili rijec bez defaultne vrijednosti nije specificirana, DefCur naredba postavlja defaultni tip podataka, prema rangu slova"
+
+#: 03101120.xhp
+msgctxt ""
+"03101120.xhp\n"
+"par_idN10590\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03101120.xhp
+msgctxt ""
+"03101120.xhp\n"
+"par_idN10594\n"
+"help.text"
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
+msgstr "Defxxx Karakterokrug1[, Karakterokrug2[,...]]"
+
+#: 03101120.xhp
+msgctxt ""
+"03101120.xhp\n"
+"par_idN10597\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03101120.xhp
+#, fuzzy
+msgctxt ""
+"03101120.xhp\n"
+"par_idN1059B\n"
+"help.text"
+msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
+msgstr "<emph>Characterrange</emph>: Slova koja odredzuju okrug varijabli koje zelite vidjeti kao zadanu vrijednost tipa for"
+
+#: 03101120.xhp
+msgctxt ""
+"03101120.xhp\n"
+"par_idN105A2\n"
+"help.text"
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
+msgstr ""
+
+#: 03101120.xhp
+msgctxt ""
+"03101120.xhp\n"
+"par_idN105A9\n"
+"help.text"
+msgid "<emph>Keyword:</emph> Default variable type"
+msgstr "<emph>Keyword</emph>: Default variable type"
+
+#: 03101120.xhp
+msgctxt ""
+"03101120.xhp\n"
+"par_idN105B0\n"
+"help.text"
+msgid "<emph>DefErr:</emph> Error"
+msgstr "<emph>DefErr</emph>: Greska"
+
+#: 03101120.xhp
+msgctxt ""
+"03101120.xhp\n"
+"par_idN105B7\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03101120.xhp
+#, fuzzy
+msgctxt ""
+"03101120.xhp\n"
+"par_idN105BB\n"
+"help.text"
+msgid "' Prefix definitions for variable types:"
+msgstr "REM Prefiks definisan za variable tipa:"
+
+#: 03101120.xhp
+#, fuzzy
+msgctxt ""
+"03101120.xhp\n"
+"par_idN105D9\n"
+"help.text"
+msgid "eErr=Error ' eErr is an implicit error variable"
+msgstr "eErr=Greska REM eErr je jedna implicitna greska vrijednosti"
+
+#: 03060300.xhp
+#, fuzzy
+msgctxt ""
+"03060300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Imp-Operator [Runtime]"
+msgstr "MOD Operator [Vrijeme izvodjenja]"
+
+#: 03060300.xhp
+#, fuzzy
+msgctxt ""
+"03060300.xhp\n"
+"bm_id3156024\n"
+"help.text"
+msgid "<bookmark_value>Imp operator (logical)</bookmark_value>"
+msgstr "<bookmark_value>MOD operator (matematicki)</bookmark_value>"
+
+#: 03060300.xhp
+#, fuzzy
+msgctxt ""
+"03060300.xhp\n"
+"hd_id3156024\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03060300.xhp\" name=\"Imp-Operator [Runtime]\">Imp Operator [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03070600.xhp\" name=\"MOD Operator [Vrijeme izvodjenja]\">MOD Operator [Vrijeme izvodjenja]</link>"
+
+#: 03060300.xhp
+msgctxt ""
+"03060300.xhp\n"
+"par_id3148947\n"
+"2\n"
+"help.text"
+msgid "Performs a logical implication on two expressions."
+msgstr ""
+
+#: 03060300.xhp
+msgctxt ""
+"03060300.xhp\n"
+"hd_id3148664\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03060300.xhp
+#, fuzzy
+msgctxt ""
+"03060300.xhp\n"
+"par_id3149656\n"
+"4\n"
+"help.text"
+msgid "Result = Expression1 Imp Expression2"
+msgstr "Resultat = Izrar_1 MOD Izraz_2"
+
+#: 03060300.xhp
+msgctxt ""
+"03060300.xhp\n"
+"hd_id3151212\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03060300.xhp
+#, fuzzy
+msgctxt ""
+"03060300.xhp\n"
+"par_id3154910\n"
+"6\n"
+"help.text"
+msgid "<emph>Result:</emph> Any numeric variable that contains the result of the implication."
+msgstr "<emph>Resultat:</emph>: Brojcana varijabla koja sadrzi rezultat MOD operacije."
+
+#: 03060300.xhp
+msgctxt ""
+"03060300.xhp\n"
+"par_id3156281\n"
+"7\n"
+"help.text"
+msgid "<emph>Expression1, Expression2:</emph> Any expressions that you want to evaluate with the Imp operator."
+msgstr ""
+
+#: 03060300.xhp
+msgctxt ""
+"03060300.xhp\n"
+"par_id3150440\n"
+"8\n"
+"help.text"
+msgid "If you use the Imp operator in Boolean expressions, False is only returned if the first expression evaluates to True and the second expression to False."
+msgstr ""
+
+#: 03060300.xhp
+msgctxt ""
+"03060300.xhp\n"
+"par_id3163710\n"
+"9\n"
+"help.text"
+msgid "If you use the Imp operator in bit expressions, a bit is deleted from the result if the corresponding bit is set in the first expression and the corresponding bit is deleted in the second expression."
+msgstr ""
+
+#: 03060300.xhp
+msgctxt ""
+"03060300.xhp\n"
+"hd_id3147318\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03060300.xhp
+msgctxt ""
+"03060300.xhp\n"
+"par_id3145750\n"
+"15\n"
+"help.text"
+msgid "vOut = A > B Imp B > C ' returns -1"
+msgstr ""
+
+#: 03060300.xhp
+msgctxt ""
+"03060300.xhp\n"
+"par_id3156441\n"
+"16\n"
+"help.text"
+msgid "vOut = B > A Imp B > C ' returns -1"
+msgstr ""
+
+#: 03060300.xhp
+msgctxt ""
+"03060300.xhp\n"
+"par_id3152596\n"
+"17\n"
+"help.text"
+msgid "vOut = A > B Imp B > D ' returns 0"
+msgstr ""
+
+#: 03060300.xhp
+msgctxt ""
+"03060300.xhp\n"
+"par_id3154942\n"
+"18\n"
+"help.text"
+msgid "vOut = (B > D Imp B > A) ' returns -1"
+msgstr ""
+
+#: 03060300.xhp
+msgctxt ""
+"03060300.xhp\n"
+"par_id3154492\n"
+"19\n"
+"help.text"
+msgid "vOut = B Imp A ' returns -1"
+msgstr ""
+
+#: 03100070.xhp
+msgctxt ""
+"03100070.xhp\n"
+"tit\n"
+"help.text"
+msgid "CVar Function [Runtime]"
+msgstr "CVar Function [Run-time]"
+
+#: 03100070.xhp
+#, fuzzy
+msgctxt ""
+"03100070.xhp\n"
+"bm_id2338633\n"
+"help.text"
+msgid "<bookmark_value>CVar function</bookmark_value>"
+msgstr "<bookmark_value>Val Funkcija</bookmark_value>"
+
+#: 03100070.xhp
+msgctxt ""
+"03100070.xhp\n"
+"par_idN1054B\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03100070.xhp\">CVar Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03100070.xhp\">CVar Function [Run-time]</link>"
+
+#: 03100070.xhp
+msgctxt ""
+"03100070.xhp\n"
+"par_idN1055B\n"
+"help.text"
+msgid "Converts a string expression or numeric expression to a variant expression."
+msgstr "KOnvertuje znakovni izraz ili brojni izraz u razlicitu vrijednost."
+
+#: 03100070.xhp
+msgctxt ""
+"03100070.xhp\n"
+"par_idN1055E\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03100070.xhp
+msgctxt ""
+"03100070.xhp\n"
+"par_idN10562\n"
+"help.text"
+msgid "CVar(Expression)"
+msgstr "CVar(Izraz)"
+
+#: 03100070.xhp
+msgctxt ""
+"03100070.xhp\n"
+"par_idN10565\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03100070.xhp
+msgctxt ""
+"03100070.xhp\n"
+"par_idN10569\n"
+"help.text"
+msgid "Variant."
+msgstr "Razlicit"
+
+#: 03100070.xhp
+msgctxt ""
+"03100070.xhp\n"
+"par_idN1056C\n"
+"help.text"
+msgid "Parameter:"
+msgstr "Parametar:"
+
+#: 03100070.xhp
+msgctxt ""
+"03100070.xhp\n"
+"par_idN10570\n"
+"help.text"
+msgid "Expression: Any string or numeric expression that you want to convert."
+msgstr "Izraz: Bilo koji znak ili brojni izraz koji zelis konvertovati."
+
+#: 03070600.xhp
+msgctxt ""
+"03070600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Mod-Operator [Runtime]"
+msgstr "MOD Operator [Vrijeme izvodjenja]"
+
+#: 03070600.xhp
+msgctxt ""
+"03070600.xhp\n"
+"bm_id3150669\n"
+"help.text"
+msgid "<bookmark_value>MOD operator (mathematical)</bookmark_value>"
+msgstr "<bookmark_value>MOD operator (matematicki)</bookmark_value>"
+
+#: 03070600.xhp
+msgctxt ""
+"03070600.xhp\n"
+"hd_id3150669\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03070600.xhp\" name=\"Mod-Operator [Runtime]\">Mod Operator [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03070600.xhp\" name=\"MOD Operator [Vrijeme izvodjenja]\">MOD Operator [Vrijeme izvodjenja]</link>"
+
+#: 03070600.xhp
+msgctxt ""
+"03070600.xhp\n"
+"par_id3148686\n"
+"2\n"
+"help.text"
+msgid "Returns the integer remainder of a division."
+msgstr "Vraca cijeli broj ostataka dijeljenja"
+
+#: 03070600.xhp
+msgctxt ""
+"03070600.xhp\n"
+"hd_id3146795\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03070600.xhp
+msgctxt ""
+"03070600.xhp\n"
+"par_id3147560\n"
+"4\n"
+"help.text"
+msgid "Result = Expression1 MOD Expression2"
+msgstr "Resultat = Izrar_1 MOD Izraz_2"
+
+#: 03070600.xhp
+msgctxt ""
+"03070600.xhp\n"
+"hd_id3149657\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03070600.xhp
+msgctxt ""
+"03070600.xhp\n"
+"par_id3153380\n"
+"6\n"
+"help.text"
+msgid "Integer"
+msgstr "Cjelobrojno"
+
+#: 03070600.xhp
+msgctxt ""
+"03070600.xhp\n"
+"hd_id3154365\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03070600.xhp
+msgctxt ""
+"03070600.xhp\n"
+"par_id3145172\n"
+"8\n"
+"help.text"
+msgid "<emph>Result:</emph> Any numeric variable that contains the result of the MOD operation."
+msgstr "<emph>Resultat:</emph>: Brojcana varijabla koja sadrzi rezultat MOD operacije."
+
+#: 03070600.xhp
+msgctxt ""
+"03070600.xhp\n"
+"par_id3151042\n"
+"9\n"
+"help.text"
+msgid "<emph>Expression1, Expression2:</emph> Any numeric expressions that you want to divide."
+msgstr "<emph>Izraz_1, Izraz_2</emph>: Brojcani izraz koji zelite da podijelite."
+
+#: 03070600.xhp
+msgctxt ""
+"03070600.xhp\n"
+"hd_id3147287\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03070600.xhp
+#, fuzzy
+msgctxt ""
+"03070600.xhp\n"
+"par_id3161832\n"
+"12\n"
+"help.text"
+msgid "Print 10 Mod 2.5 ' returns 0"
+msgstr "ispis 10 mod 2.5 REM vraca 0"
+
+#: 03070600.xhp
+#, fuzzy
+msgctxt ""
+"03070600.xhp\n"
+"par_id3146922\n"
+"13\n"
+"help.text"
+msgid "Print 10 / 2.5 ' returns 4"
+msgstr "ispis 10 / 2.5 REM vraca 4"
+
+#: 03070600.xhp
+#, fuzzy
+msgctxt ""
+"03070600.xhp\n"
+"par_id3145273\n"
+"14\n"
+"help.text"
+msgid "Print 10 Mod 5 ' returns 0"
+msgstr "ispis 10 mod 5 REM vraca 0"
+
+#: 03070600.xhp
+#, fuzzy
+msgctxt ""
+"03070600.xhp\n"
+"par_id3150011\n"
+"15\n"
+"help.text"
+msgid "Print 10 / 5 ' returns 2"
+msgstr "ispis 10 / 5 REM vraca 2"
+
+#: 03070600.xhp
+#, fuzzy
+msgctxt ""
+"03070600.xhp\n"
+"par_id3149483\n"
+"16\n"
+"help.text"
+msgid "Print 5 Mod 10 ' returns 5"
+msgstr "ispis 5 mod 10 REM vraca 5"
+
+#: 03070600.xhp
+#, fuzzy
+msgctxt ""
+"03070600.xhp\n"
+"par_id3151114\n"
+"17\n"
+"help.text"
+msgid "Print 5 / 10 ' returns 0.5"
+msgstr "ispis 5 / 10 REM vraca 0.5"
+
+#: 03020406.xhp
+msgctxt ""
+"03020406.xhp\n"
+"tit\n"
+"help.text"
+msgid "FileCopy Statement [Runtime]"
+msgstr "FileCopy izjava [Run-time]"
+
+#: 03020406.xhp
+msgctxt ""
+"03020406.xhp\n"
+"bm_id3154840\n"
+"help.text"
+msgid "<bookmark_value>FileCopy statement</bookmark_value>"
+msgstr "<bookmark_value>FileCopy izjava</bookmark_value>"
+
+#: 03020406.xhp
+msgctxt ""
+"03020406.xhp\n"
+"hd_id3154840\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020406.xhp\" name=\"FileCopy Statement [Runtime]\">FileCopy Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020406.xhp\" name=\"FileCopy Izjava [Run-time]\">FileCopy izjava [Run-time]</link>"
+
+#: 03020406.xhp
+msgctxt ""
+"03020406.xhp\n"
+"par_id3149497\n"
+"2\n"
+"help.text"
+msgid "Copies a file."
+msgstr "kopije fajla."
+
+#: 03020406.xhp
+msgctxt ""
+"03020406.xhp\n"
+"hd_id3147443\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03020406.xhp
+msgctxt ""
+"03020406.xhp\n"
+"par_id3146957\n"
+"4\n"
+"help.text"
+msgid "FileCopy TextFrom As String, TextTo As String"
+msgstr "FileCopy TextFrom kao znak, TextTo Kao Znak"
+
+#: 03020406.xhp
+msgctxt ""
+"03020406.xhp\n"
+"hd_id3153825\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03020406.xhp
+msgctxt ""
+"03020406.xhp\n"
+"par_id3155390\n"
+"6\n"
+"help.text"
+msgid "<emph>TextFrom:</emph> Any string expression that specifies the name of the file that you want to copy. The expression can contain optional path and drive information. If you want, you can enter a path in <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
+msgstr "<emph>TextFrom</emph>: Bilo koji znakovni izraz koji oznacava ime fajla koji zelite kopirati. Izraz moze sadrzavati neobaveznu putanju i informaciju o drajvu. Ako zelite mozete unijeti putanju u <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
+
+#: 03020406.xhp
+msgctxt ""
+"03020406.xhp\n"
+"par_id3150669\n"
+"7\n"
+"help.text"
+msgid "<emph>TextTo:</emph> Any string expression that specifies where you want to copy the source file to. The expression can contain the destination drive, the path, and file name, or the path in URL notation."
+msgstr ""
+
+#: 03020406.xhp
+msgctxt ""
+"03020406.xhp\n"
+"par_id3150791\n"
+"8\n"
+"help.text"
+msgid "You can only use the FileCopy statement to copy files that are not opened."
+msgstr "Mozete koristiti samo FileCopy izjavu za kopiranje fajlova koji nisu otvoreni."
+
+#: 03020406.xhp
+msgctxt ""
+"03020406.xhp\n"
+"hd_id3125863\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03101500.xhp
+msgctxt ""
+"03101500.xhp\n"
+"tit\n"
+"help.text"
+msgid "DefInt Statement [Runtime]"
+msgstr "DefInt Red [Pokrenuti-vrijeme]"
+
+#: 03101500.xhp
+msgctxt ""
+"03101500.xhp\n"
+"bm_id3149811\n"
+"help.text"
+msgid "<bookmark_value>DefInt statement</bookmark_value>"
+msgstr "<bookmark_value>DefInt red</bookmark_value>"
+
+#: 03101500.xhp
+msgctxt ""
+"03101500.xhp\n"
+"hd_id3149811\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03101500.xhp\" name=\"DefInt Statement [Runtime]\">DefInt Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03101500.xhp\" name=\"DefInt red [Pokrenuti-vrijeme]\">DefInt Rad [Pokrenuti-vrijeme]</link>"
+
+#: 03101500.xhp
+msgctxt ""
+"03101500.xhp\n"
+"par_id3149762\n"
+"2\n"
+"help.text"
+msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
+msgstr "Postavi zadanu vrijednost tipa, prema pisanom okrugu ako nema tipa koji je deklarisan karakter"
+
+#: 03101500.xhp
+msgctxt ""
+"03101500.xhp\n"
+"hd_id3148686\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03101500.xhp
+msgctxt ""
+"03101500.xhp\n"
+"par_id3156023\n"
+"4\n"
+"help.text"
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
+msgstr "Defxxx Karakterokrug1[, Karakterokrug2[,...]]"
+
+#: 03101500.xhp
+msgctxt ""
+"03101500.xhp\n"
+"hd_id3156344\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03101500.xhp
+#, fuzzy
+msgctxt ""
+"03101500.xhp\n"
+"par_id3147560\n"
+"6\n"
+"help.text"
+msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
+msgstr "<emph>Characterrange</emph>: Slova koja odredzuju okrug varijabli koje zelite vidjeti kao zadanu vrijednost tipa for"
+
+#: 03101500.xhp
+msgctxt ""
+"03101500.xhp\n"
+"par_id3150398\n"
+"7\n"
+"help.text"
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
+msgstr ""
+
+#: 03101500.xhp
+msgctxt ""
+"03101500.xhp\n"
+"par_id3154365\n"
+"8\n"
+"help.text"
+msgid "<emph>Keyword:</emph> Default variable type"
+msgstr "<emph>Keyword</emph>: Default variable type"
+
+#: 03101500.xhp
+msgctxt ""
+"03101500.xhp\n"
+"par_id3125863\n"
+"9\n"
+"help.text"
+msgid "<emph>DefInt:</emph> Integer"
+msgstr "<emph>DefInt</emph>: Intedzer"
+
+#: 03101500.xhp
+msgctxt ""
+"03101500.xhp\n"
+"hd_id3154123\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03101500.xhp
+#, fuzzy
+msgctxt ""
+"03101500.xhp\n"
+"par_id3151042\n"
+"12\n"
+"help.text"
+msgid "' Prefix definitions for variable types"
+msgstr "REM Prefiks definisan z6a variable tipa"
+
+#: 03101500.xhp
+#, fuzzy
+msgctxt ""
+"03101500.xhp\n"
+"par_id3153728\n"
+"22\n"
+"help.text"
+msgid "iCount=200 ' iCount is an implicit integer variable"
+msgstr "iCount=200 REM iCount je implicitni brojav variabli"
+
+#: 03020304.xhp
+msgctxt ""
+"03020304.xhp\n"
+"tit\n"
+"help.text"
+msgid "Seek Function [Runtime]"
+msgstr "Traziti Funkciju [Run-time]"
+
+#: 03020304.xhp
+msgctxt ""
+"03020304.xhp\n"
+"bm_id3154367\n"
+"help.text"
+msgid "<bookmark_value>Seek function</bookmark_value>"
+msgstr "<bookmark_value>Trazi Funkciju</bookmark_value>"
+
+#: 03020304.xhp
+msgctxt ""
+"03020304.xhp\n"
+"hd_id3154367\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek Function [Runtime]\">Seek Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020304.xhp\" name=\"Trazi Funkciju [Run-time]\">Trazi Funkcija [Run-time]</link>"
+
+#: 03020304.xhp
+msgctxt ""
+"03020304.xhp\n"
+"par_id3156280\n"
+"2\n"
+"help.text"
+msgid "Returns the position for the next writing or reading in a file that was opened with the open statement."
+msgstr "Varca poziciju za sljedece pisanje ili citanje u datoteku koja je otvorena sa Otvoriti izjavom."
+
+#: 03020304.xhp
+msgctxt ""
+"03020304.xhp\n"
+"par_id3153194\n"
+"3\n"
+"help.text"
+msgid "For random access files, the Seek function returns the number of the next record to be read."
+msgstr "Za datoteke sa nasumicnim pristupom, Trazi funkcija vraca broj sljedeceg reda koji treca biti procitan."
+
+#: 03020304.xhp
+msgctxt ""
+"03020304.xhp\n"
+"par_id3161831\n"
+"4\n"
+"help.text"
+msgid "For all other files, the function returns the byte position at which the next operation is to occur."
+msgstr "Za sve ostale datoteke, Funkcija vraca pozicijubajta na kojoj ce se operacija izvrsiti."
+
+#: 03020304.xhp
+msgctxt ""
+"03020304.xhp\n"
+"par_id3155854\n"
+"5\n"
+"help.text"
+msgid "See also: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link>, <link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek\">Seek</link>."
+msgstr "Vidi jos: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Otvori</link>, <link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek\">Seek</link>."
+
+#: 03020304.xhp
+msgctxt ""
+"03020304.xhp\n"
+"hd_id3152460\n"
+"6\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03020304.xhp
+msgctxt ""
+"03020304.xhp\n"
+"par_id3145365\n"
+"7\n"
+"help.text"
+msgid "Seek (FileNumber)"
+msgstr "Tarzi (FajlBroj)"
+
+#: 03020304.xhp
+msgctxt ""
+"03020304.xhp\n"
+"hd_id3148575\n"
+"8\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03020304.xhp
+msgctxt ""
+"03020304.xhp\n"
+"par_id3159156\n"
+"9\n"
+"help.text"
+msgid "Long"
+msgstr ""
+
+#: 03020304.xhp
+msgctxt ""
+"03020304.xhp\n"
+"hd_id3149665\n"
+"10\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03020304.xhp
+msgctxt ""
+"03020304.xhp\n"
+"par_id3148645\n"
+"11\n"
+"help.text"
+msgid "<emph>FileNumber:</emph> The data channel number used in the Open statement."
+msgstr "<emph>FajlBroj</emph>:Podatak kanala Broj koristen u otvorenoj izjavi."
+
+#: 03030202.xhp
+#, fuzzy
+msgctxt ""
+"03030202.xhp\n"
+"tit\n"
+"help.text"
+msgid "Minute Function [Runtime]"
+msgstr "Month funkcija [Run-time]"
+
+#: 03030202.xhp
+#, fuzzy
+msgctxt ""
+"03030202.xhp\n"
+"bm_id3155419\n"
+"help.text"
+msgid "<bookmark_value>Minute function</bookmark_value>"
+msgstr "<bookmark_value>Month funkcija</bookmark_value>"
+
+#: 03030202.xhp
+#, fuzzy
+msgctxt ""
+"03030202.xhp\n"
+"hd_id3155419\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030202.xhp\" name=\"Minute Function [Runtime]\">Minute Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030104.xhp\" name=\"Month funkcija [Run-time]\">Month funkcija [Run-time]</link>"
+
+#: 03030202.xhp
+msgctxt ""
+"03030202.xhp\n"
+"par_id3156344\n"
+"2\n"
+"help.text"
+msgid "Returns the minute of the hour that corresponds to the serial time value that is generated by the TimeSerial or the TimeValue function."
+msgstr ""
+
+#: 03030202.xhp
+msgctxt ""
+"03030202.xhp\n"
+"hd_id3154758\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03030202.xhp
+#, fuzzy
+msgctxt ""
+"03030202.xhp\n"
+"par_id3149656\n"
+"4\n"
+"help.text"
+msgid "Minute (Number)"
+msgstr "Int (Broj)"
+
+#: 03030202.xhp
+msgctxt ""
+"03030202.xhp\n"
+"hd_id3148798\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03030202.xhp
+msgctxt ""
+"03030202.xhp\n"
+"par_id3150449\n"
+"6\n"
+"help.text"
+msgid "Integer"
+msgstr "Cjelobrojno"
+
+#: 03030202.xhp
+msgctxt ""
+"03030202.xhp\n"
+"hd_id3153193\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03030202.xhp
+#, fuzzy
+msgctxt ""
+"03030202.xhp\n"
+"par_id3153969\n"
+"8\n"
+"help.text"
+msgid "<emph>Number:</emph> Numeric expression that contains the serial time value that is used to return the minute value."
+msgstr "<emph>Number</emph>: Numerički izraz koji sadrži serijski datum koji će se koristiti da se ustanovi mjesec godine."
+
+#: 03030202.xhp
+msgctxt ""
+"03030202.xhp\n"
+"par_id3150869\n"
+"9\n"
+"help.text"
+msgid "This function is the opposite of the <emph>TimeSerial </emph>function. It returns the minute of the serial time value that is generated by the <emph>TimeSerial</emph> or the <emph>TimeValue </emph>function. For example, the expression:"
+msgstr ""
+
+#: 03030202.xhp
+msgctxt ""
+"03030202.xhp\n"
+"par_id3149262\n"
+"10\n"
+"help.text"
+msgid "Print Minute(TimeSerial(12,30,41))"
+msgstr ""
+
+#: 03030202.xhp
+#, fuzzy
+msgctxt ""
+"03030202.xhp\n"
+"par_id3148576\n"
+"11\n"
+"help.text"
+msgid "returns the value 30."
+msgstr "vrača vrijednost 20."
+
+#: 03030202.xhp
+msgctxt ""
+"03030202.xhp\n"
+"hd_id3150010\n"
+"12\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03030202.xhp
+#, fuzzy
+msgctxt ""
+"03030202.xhp\n"
+"par_id3159154\n"
+"13\n"
+"help.text"
+msgid "Sub ExampleMinute"
+msgstr "Sub PrimjerKosinus"
+
+#: 03030202.xhp
+msgctxt ""
+"03030202.xhp\n"
+"par_id3146119\n"
+"14\n"
+"help.text"
+msgid "MsgBox \"The current minute is \"& Minute(Now)& \".\""
+msgstr ""
+
+#: 03030202.xhp
+#, fuzzy
+msgctxt ""
+"03030202.xhp\n"
+"par_id3153726\n"
+"15\n"
+"help.text"
+msgid "end sub"
+msgstr "kraj sub"
+
+#: 03103200.xhp
+msgctxt ""
+"03103200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Option Base Statement [Runtime]"
+msgstr ""
+
+#: 03103200.xhp
+#, fuzzy
+msgctxt ""
+"03103200.xhp\n"
+"bm_id3155805\n"
+"help.text"
+msgid "<bookmark_value>Option Base statement</bookmark_value>"
+msgstr "<bookmark_value>Naziv izjave</bookmark_value>"
+
+#: 03103200.xhp
+#, fuzzy
+msgctxt ""
+"03103200.xhp\n"
+"hd_id3155805\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03103200.xhp\" name=\"Option Base Statement [Runtime]\">Option Base Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03100700.xhp\" name=\"Const Statement [Run-time]\">Const Statement [Run-time]</link>"
+
+#: 03103200.xhp
+msgctxt ""
+"03103200.xhp\n"
+"par_id3147242\n"
+"2\n"
+"help.text"
+msgid "Defines the default lower boundary for arrays as 0 or 1."
+msgstr ""
+
+#: 03103200.xhp
+msgctxt ""
+"03103200.xhp\n"
+"hd_id3150771\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03103200.xhp
+msgctxt ""
+"03103200.xhp\n"
+"par_id3147573\n"
+"4\n"
+"help.text"
+msgid "Option Base { 0 | 1}"
+msgstr ""
+
+#: 03103200.xhp
+msgctxt ""
+"03103200.xhp\n"
+"hd_id3145315\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03103200.xhp
+msgctxt ""
+"03103200.xhp\n"
+"par_id3147229\n"
+"6\n"
+"help.text"
+msgid "This statement must be added before the executable program code in a module."
+msgstr ""
+
+#: 03103200.xhp
+msgctxt ""
+"03103200.xhp\n"
+"hd_id3150870\n"
+"7\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03080401.xhp
+msgctxt ""
+"03080401.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sqr Function [Runtime]"
+msgstr "Sqr Funkcija [Run-time]"
+
+#: 03080401.xhp
+msgctxt ""
+"03080401.xhp\n"
+"bm_id3156027\n"
+"help.text"
+msgid "<bookmark_value>Sqr function</bookmark_value>"
+msgstr "<bookmark_value>Sqr Funkcija</bookmark_value>"
+
+#: 03080401.xhp
+msgctxt ""
+"03080401.xhp\n"
+"hd_id3156027\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080401.xhp\" name=\"Sqr Function [Runtime]\">Sqr Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03080401.xhp\" name=\"Sqr Funkcija [Run-time]\">Sqr Funkcija [Run-time]</link>"
+
+#: 03080401.xhp
+msgctxt ""
+"03080401.xhp\n"
+"par_id3147226\n"
+"2\n"
+"help.text"
+msgid "Calculates the square root of a numeric expression."
+msgstr "Racuna kvadratni korjen brojcanog izraza."
+
+#: 03080401.xhp
+msgctxt ""
+"03080401.xhp\n"
+"hd_id3143267\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03080401.xhp
+msgctxt ""
+"03080401.xhp\n"
+"par_id3149415\n"
+"4\n"
+"help.text"
+msgid "Sqr (Number)"
+msgstr "Sqr (Broj)"
+
+#: 03080401.xhp
+msgctxt ""
+"03080401.xhp\n"
+"hd_id3156023\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03080401.xhp
+msgctxt ""
+"03080401.xhp\n"
+"par_id3156343\n"
+"6\n"
+"help.text"
+msgid "Double"
+msgstr ""
+
+#: 03080401.xhp
+msgctxt ""
+"03080401.xhp\n"
+"hd_id3147265\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03080401.xhp
+msgctxt ""
+"03080401.xhp\n"
+"par_id3149457\n"
+"8\n"
+"help.text"
+msgid "<emph>Number:</emph> Any numeric expression that you want to calculate the square root for."
+msgstr "<emph>Number</emph>: Brojcani izraz od kojeg zelite kvadratni korjen."
+
+#: 03080401.xhp
+msgctxt ""
+"03080401.xhp\n"
+"par_id3154365\n"
+"9\n"
+"help.text"
+msgid "A square root is the number that you multiply by itself to produce another number, for example, the square root of 36 is 6."
+msgstr "Kvadratni korjen broja je broj koji pomnozen sa samim sobom daje taj broj, na primjer, kvadratni korjen od 36 je 6."
+
+#: 03080401.xhp
+msgctxt ""
+"03080401.xhp\n"
+"hd_id3153192\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03130700.xhp
+msgctxt ""
+"03130700.xhp\n"
+"tit\n"
+"help.text"
+msgid "GetSystemTicks Function [Runtime]"
+msgstr "GetSystemTicks funkcija [U izvršenju]"
+
+#: 03130700.xhp
+msgctxt ""
+"03130700.xhp\n"
+"bm_id3147143\n"
+"help.text"
+msgid "<bookmark_value>GetSystemTicks function</bookmark_value>"
+msgstr "<bookmark_value>GetSystemTicks funkcija</bookmark_value>"
+
+#: 03130700.xhp
+msgctxt ""
+"03130700.xhp\n"
+"hd_id3147143\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03130700.xhp\" name=\"GetSystemTicks Function [Runtime]\">GetSystemTicks Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03130700.xhp\" name=\"GetSystemTicks Function [Run-time]\">GetSystemTicks funkcija [U izvršenju]</link>"
+
+#: 03130700.xhp
+msgctxt ""
+"03130700.xhp\n"
+"par_id3153750\n"
+"2\n"
+"help.text"
+msgid "Returns the number of system ticks provided by the operating system. You can use this function to optimize certain processes."
+msgstr "Vraca broj sistemskih krpelja koje operacijski sustav dodijeli. Možete koristiti ovu funkciju kako bi se optimizirali odredene procesi."
+
+#: 03130700.xhp
+msgctxt ""
+"03130700.xhp\n"
+"hd_id3153311\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03130700.xhp
+msgctxt ""
+"03130700.xhp\n"
+"par_id3147242\n"
+"4\n"
+"help.text"
+msgid "GetSystemTicks()"
+msgstr ""
+
+#: 03130700.xhp
+msgctxt ""
+"03130700.xhp\n"
+"hd_id3149233\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03130700.xhp
+msgctxt ""
+"03130700.xhp\n"
+"par_id3149762\n"
+"6\n"
+"help.text"
+msgid "Long"
+msgstr ""
+
+#: 03130700.xhp
+msgctxt ""
+"03130700.xhp\n"
+"hd_id3156152\n"
+"7\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03130700.xhp
+msgctxt ""
+"03130700.xhp\n"
+"par_id3154938\n"
+"13\n"
+"help.text"
+msgid "MsgBox \"\" & lTick & \" Ticks\" ,0,\"The pause lasted\""
+msgstr "MsgBox \"\" & lTick & \" Ticks\" ,0,\"Pauza je trajala\""
+
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"tit\n"
+"help.text"
+msgid "If...Then...Else Statement [Runtime]"
+msgstr ""
+
+#: 03090101.xhp
+#, fuzzy
+msgctxt ""
+"03090101.xhp\n"
+"bm_id3154422\n"
+"help.text"
+msgid "<bookmark_value>If statement</bookmark_value>"
+msgstr "<bookmark_value>Završi Izjavu</bookmark_value>"
+
+#: 03090101.xhp
+#, fuzzy
+msgctxt ""
+"03090101.xhp\n"
+"hd_id3154422\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090101.xhp\" name=\"If...Then...Else Statement [Runtime]\">If...Then...Else Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020101.xhp\" name=\"Close Statement [Run-time]\">Close Statement [Run-time]</link>"
+
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"par_id3155555\n"
+"2\n"
+"help.text"
+msgid "Defines one or more statement blocks that you only want to execute if a given condition is True."
+msgstr ""
+
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"hd_id3146957\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"par_id3153126\n"
+"4\n"
+"help.text"
+msgid "If condition=true Then Statement block [ElseIf condition=true Then] Statement block [Else] Statement block EndIf"
+msgstr ""
+
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"par_id3123476\n"
+"help.text"
+msgid "Instead of Else If you can write ElseIf, instead of End If you can write EndIf."
+msgstr ""
+
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"hd_id3155419\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"par_id3153062\n"
+"6\n"
+"help.text"
+msgid "The <emph>If...Then</emph> statement executes program blocks depending on given conditions. When $[officename] Basic encounters an <emph>If</emph> statement, the condition is tested. If the condition is True, all subsequent statements up to the next <emph>Else</emph> or <emph>ElseIf</emph> statement are executed. If the condition is False, and an <emph>ElseIf</emph> statement follows, $[officename] Basic tests the next condition and executes the following statements if the condition is True. If False, the program continues either with the next <emph>ElseIf</emph> or <emph>Else</emph> statement. Statements following <emph>Else</emph> are executed only if none of the previously tested conditions were True. After all conditions are evaluated, and the corresponding statements executed, the program continues with the statement following <emph>EndIf</emph>."
+msgstr ""
+
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"par_id3153192\n"
+"7\n"
+"help.text"
+msgid "You can nest multiple <emph>If...Then</emph> statements."
+msgstr ""
+
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"par_id3154684\n"
+"8\n"
+"help.text"
+msgid "<emph>Else</emph> and <emph>ElseIf</emph> statements are optional."
+msgstr ""
+
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"par_id3152939\n"
+"9\n"
+"help.text"
+msgid "You can use <emph>GoTo</emph> and <emph>GoSub</emph> to jump out of an <emph>If...Then</emph> block, but not to jump into an <emph>If...Then</emph> structure."
+msgstr ""
+
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"par_id3153951\n"
+"10\n"
+"help.text"
+msgid "The following example enables you to enter the expiration date of a product, and determines if the expiration date has passed."
+msgstr ""
+
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"hd_id3152576\n"
+"11\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"par_id3154490\n"
+"16\n"
+"help.text"
+msgid "sDate = InputBox(\"Enter the expiration date (MM.DD.YYYY)\")"
+msgstr ""
+
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"par_id3155601\n"
+"21\n"
+"help.text"
+msgid "MsgBox \"The expiration date has passed\""
+msgstr ""
+
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"par_id3146912\n"
+"23\n"
+"help.text"
+msgid "MsgBox \"The expiration date has not yet passed\""
+msgstr ""
+
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"par_id3154754\n"
+"25\n"
+"help.text"
+msgid "MsgBox \"The expiration date is today\""
+msgstr ""
+
+#: 03120201.xhp
+#, fuzzy
+msgctxt ""
+"03120201.xhp\n"
+"tit\n"
+"help.text"
+msgid "Space Function [Runtime]"
+msgstr "Erase Funkcija [Vrijeme izvršavanja]"
+
+#: 03120201.xhp
+#, fuzzy
+msgctxt ""
+"03120201.xhp\n"
+"bm_id3150499\n"
+"help.text"
+msgid "<bookmark_value>Space function</bookmark_value>"
+msgstr "<bookmark_value>UCase funkcija</bookmark_value>"
+
+#: 03120201.xhp
+#, fuzzy
+msgctxt ""
+"03120201.xhp\n"
+"hd_id3150499\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120201.xhp\" name=\"Space Function [Runtime]\">Space Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120101.xhp\" name=\"Asc Funkcija [Vrijeme izvršavanja]\">Asc Funkcija [Vrijeme izvršavanja]</link>"
+
+#: 03120201.xhp
+msgctxt ""
+"03120201.xhp\n"
+"par_id3154927\n"
+"2\n"
+"help.text"
+msgid "Returns a string that consists of a specified amount of spaces."
+msgstr ""
+
+#: 03120201.xhp
+msgctxt ""
+"03120201.xhp\n"
+"hd_id3153394\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03120201.xhp
+msgctxt ""
+"03120201.xhp\n"
+"par_id3143267\n"
+"4\n"
+"help.text"
+msgid "Space (n As Long)"
+msgstr ""
+
+#: 03120201.xhp
+msgctxt ""
+"03120201.xhp\n"
+"hd_id3147242\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03120201.xhp
+#, fuzzy
+msgctxt ""
+"03120201.xhp\n"
+"par_id3149233\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "Stringovi"
+
+#: 03120201.xhp
+msgctxt ""
+"03120201.xhp\n"
+"hd_id3156152\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03120201.xhp
+msgctxt ""
+"03120201.xhp\n"
+"par_id3143228\n"
+"8\n"
+"help.text"
+msgid "<emph>n:</emph> Numeric expression that defines the number of spaces in the string. The maximum allowed value of n is 65535."
+msgstr ""
+
+#: 03120201.xhp
+msgctxt ""
+"03120201.xhp\n"
+"hd_id3154760\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03120201.xhp
+msgctxt ""
+"03120201.xhp\n"
+"par_id3154216\n"
+"18\n"
+"help.text"
+msgid "MsgBox sOut,0,\"Info:\""
+msgstr ""
+
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"tit\n"
+"help.text"
+msgid "DateSerial Function [Runtime]"
+msgstr "DateSerial funkcija [Run-time]"
+
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"bm_id3157896\n"
+"help.text"
+msgid "<bookmark_value>DateSerial function</bookmark_value>"
+msgstr "<bookmark_value>DateSerial funkcija</bookmark_value>"
+
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"hd_id3157896\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030101.xhp\" name=\"DateSerial Function [Runtime]\">DateSerial Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030101.xhp\" name=\"DateSerial funkcija[Run-time]\">DateSerial funkcija[Run-time]</link>"
+
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"par_id3143267\n"
+"2\n"
+"help.text"
+msgid "Returns a <emph>Date</emph> value for a specified year, month, or day."
+msgstr "Vraća <emph>Datum</emph> vrijednost za specifiranu godinu, mijesec, ili dan."
+
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"hd_id3147264\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"par_id3149670\n"
+"4\n"
+"help.text"
+msgid "DateSerial (year, month, day)"
+msgstr ""
+
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"hd_id3150792\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"par_id3150398\n"
+"6\n"
+"help.text"
+msgid "Date"
+msgstr "Datum"
+
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"hd_id3154141\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"par_id3147229\n"
+"8\n"
+"help.text"
+msgid "<emph>Year:</emph> Integer expression that indicates a year. All values between 0 and 99 are interpreted as the years 1900-1999. For years that fall outside this range, you must enter all four digits."
+msgstr "<emph>Year</emph>: Integer izraz koji idicira godinu. Sve vrijednosti između 0 i 99 su dozvoljene kao godine 1900-1999. Za godine koje spadaju izvan ovog niza, morate unijeti sve četiri jedinice."
+
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"par_id3156280\n"
+"9\n"
+"help.text"
+msgid "<emph>Month:</emph> Integer expression that indicates the month of the specified year. The accepted range is from 1-12."
+msgstr "<emph>Month</emph>: Integer izraz koji inidicira mjesec specifirane godine. Dozvoljeni niz je od 1-12."
+
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"par_id3151043\n"
+"10\n"
+"help.text"
+msgid "<emph>Day:</emph> Integer expression that indicates the day of the specified month. The accepted range is from 1-31. No error is returned when you enter a non-existing day for a month shorter than 31 days."
+msgstr ""
+
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"par_id3161832\n"
+"11\n"
+"help.text"
+msgid "The <emph>DateSerial function</emph> returns the number of days between December 30,1899 and the given date. You can use this function to calculate the difference between two dates."
+msgstr "<emph>DateSerial funkcija</emph> vraća broj dana između decembra 30., 1899. i unesenog datuma. Možete koristiti ovu funkciju da sračunate razlike između dva datuma."
+
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"par_id3155306\n"
+"12\n"
+"help.text"
+msgid "The <emph>DateSerial function</emph> returns the data type Variant with VarType 7 (Date). Internally, this value is stored as a Double value, so that when the given date is 1.1.1900, the returned value is 2. Negative values correspond to dates before December 30, 1899 (not inclusive)."
+msgstr "<emph>DateSerial function</emph> vraća tip podatka Variant sa VarType 7 (Date). Interno, ova vrijednost se spašava kao Double tip, tako da uneseni datum iznosi 1.1.1900, povratna vrijednost je 2. Negativne vrijednosti odgovaraju datumima prije decembra 30., 1899 (nije inkluzivno)."
+
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"par_id3152576\n"
+"13\n"
+"help.text"
+msgid "If a date is defined that lies outside of the accepted range, $[officename] Basic returns an error message."
+msgstr "Ako je datum definisan izvan dozvoljenih granica, $[officename] Basci vraća grešku."
+
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"par_id3149481\n"
+"14\n"
+"help.text"
+msgid "Whereas you define the <emph>DateValue function</emph> as a string that contains the date, the <emph>DateSerial function</emph> evaluates each of the parameters (year, month, day) as separate numeric expressions."
+msgstr "Gdje kad definišete <emph>DateValue funkciju</emph> kao niz karaktera koji sadrži datum, <emph>DateSerial funkcija</emph> radi evaluaciju svakog od parametara (godina, mjesec, dan) kao odvojeni numerički izrazi."
+
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"hd_id3155411\n"
+"15\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"par_id3154942\n"
+"help.text"
+msgid "MsgBox lDate ' returns 23476"
+msgstr ""
+
+#: 03030101.xhp
+#, fuzzy
+msgctxt ""
+"03030101.xhp\n"
+"par_id3151074\n"
+"help.text"
+msgid "MsgBox sDate ' returns 04/09/1964"
+msgstr "msgbox sDate REM returns 09/04/1964"
+
+#: 03020305.xhp
+msgctxt ""
+"03020305.xhp\n"
+"tit\n"
+"help.text"
+msgid "Seek Statement [Runtime]"
+msgstr "Traziti Izjavu [Run-time]"
+
+#: 03020305.xhp
+msgctxt ""
+"03020305.xhp\n"
+"bm_id3159413\n"
+"help.text"
+msgid "<bookmark_value>Seek statement</bookmark_value>"
+msgstr "<bookmark_value>Trazi izjavu</bookmark_value>"
+
+#: 03020305.xhp
+msgctxt ""
+"03020305.xhp\n"
+"hd_id3159413\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek Statement [Runtime]\">Seek Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek Statement [Run-time]\">Trazi izjavu[Run-time]</link>"
+
+#: 03020305.xhp
+msgctxt ""
+"03020305.xhp\n"
+"par_id3153381\n"
+"2\n"
+"help.text"
+msgid "Sets the position for the next writing or reading in a file that was opened with the Open statement."
+msgstr "Postaviti poziciju za sljedece pisanje ili citanje u datoteci koja je otvorena unutar otvorene izjave."
+
+#: 03020305.xhp
+msgctxt ""
+"03020305.xhp\n"
+"par_id2100589\n"
+"help.text"
+msgid "For random access files, the Seek statement sets the number of the next record to be accessed."
+msgstr "Za daototeke nasumicnog pristupa, trazi isjava postavlja broj sljedeceg reda kojem ce se proistupiti."
+
+#: 03020305.xhp
+msgctxt ""
+"03020305.xhp\n"
+"par_id5444807\n"
+"help.text"
+msgid "For all other files, the Seek statement sets the byte position at which the next operation is to occur."
+msgstr "Za sve ostale datoteke, trazi izjava postavlja poziciu bajta na mjesto gdje ce se sljedeca operacija izvrsiti."
+
+#: 03020305.xhp
+msgctxt ""
+"03020305.xhp\n"
+"par_id3156280\n"
+"5\n"
+"help.text"
+msgid "See also: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link>, <link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link>."
+msgstr "Vidi jos: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Otvoriti\">open</link>, <link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link>."
+
+#: 03020305.xhp
+msgctxt ""
+"03020305.xhp\n"
+"hd_id3145785\n"
+"6\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03020305.xhp
+msgctxt ""
+"03020305.xhp\n"
+"par_id3145273\n"
+"7\n"
+"help.text"
+msgid "Seek[#FileNumber], Position (As Long)"
+msgstr "Trazi[#FileBroj], pozicija (kao Dugacak)"
+
+#: 03020305.xhp
+msgctxt ""
+"03020305.xhp\n"
+"hd_id3154321\n"
+"8\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03020305.xhp
+msgctxt ""
+"03020305.xhp\n"
+"par_id3153952\n"
+"9\n"
+"help.text"
+msgid "<emph>FileNumber: </emph>The data channel number used in the Open statement."
+msgstr "<emph>FajlBroj</emph>: Podatak kanala broj koristen u otvorenoj izjavi."
+
+#: 03020305.xhp
+msgctxt ""
+"03020305.xhp\n"
+"par_id3145366\n"
+"10\n"
+"help.text"
+msgid "<emph>Position: </emph>Position for the next writing or reading. Position can be a number between 1 and 2,147,483,647. According to the file type, the position indicates the number of the record (files in the Random mode) or the byte position (files in the Binary, Output, Append or Input mode). The first byte in a file is position 1, the second byte is position 2, and so on."
+msgstr "<emph>Position</emph>: Pozicija za sljedece pisanje ili citanje. Pozicija moze biti broj izmedju 1 i 2,147,483,647. Prema tipu datoteke, pozicija oznacava broj reda (datoteke u nasumicnom obliku) ili pozicije bajta (Binarne datoteke, Ispisi, Dodati ili Ulazni oblik). Prvi bajt u datoteci je pozicija 1, drugi bajt je pozicija 2 i tako dalje."
+
+#: 03030206.xhp
+#, fuzzy
+msgctxt ""
+"03030206.xhp\n"
+"tit\n"
+"help.text"
+msgid "TimeValue Function [Runtime]"
+msgstr "DateValue funkcija [Run-time]"
+
+#: 03030206.xhp
+#, fuzzy
+msgctxt ""
+"03030206.xhp\n"
+"bm_id3149670\n"
+"help.text"
+msgid "<bookmark_value>TimeValue function</bookmark_value>"
+msgstr "<bookmark_value>DateValue funkcija</bookmark_value>"
+
+#: 03030206.xhp
+#, fuzzy
+msgctxt ""
+"03030206.xhp\n"
+"hd_id3149670\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030206.xhp\" name=\"TimeValue Function [Runtime]\">TimeValue Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030102.xhp\" name=\"DateValue funkcija [Run-time]\">DateValue funkcija [Run-time]</link>"
+
+#: 03030206.xhp
+msgctxt ""
+"03030206.xhp\n"
+"par_id3153361\n"
+"2\n"
+"help.text"
+msgid "Calculates a serial time value from the specified hour, minute, and second - parameters passed as strings - that represents the time in a single numeric value. This value can be used to calculate the difference between times."
+msgstr ""
+
+#: 03030206.xhp
+msgctxt ""
+"03030206.xhp\n"
+"hd_id3154138\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03030206.xhp
+#, fuzzy
+msgctxt ""
+"03030206.xhp\n"
+"par_id3156282\n"
+"4\n"
+"help.text"
+msgid "TimeValue (Text As String)"
+msgstr "Val (Tekst Kao String)"
+
+#: 03030206.xhp
+msgctxt ""
+"03030206.xhp\n"
+"hd_id3153969\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03030206.xhp
+msgctxt ""
+"03030206.xhp\n"
+"par_id3156424\n"
+"6\n"
+"help.text"
+msgid "Date"
+msgstr "Datum"
+
+#: 03030206.xhp
+msgctxt ""
+"03030206.xhp\n"
+"hd_id3145172\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03030206.xhp
+msgctxt ""
+"03030206.xhp\n"
+"par_id3145786\n"
+"8\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression that contains the time that you want to calculate in the format \"HH:MM:SS\"."
+msgstr ""
+
+#: 03030206.xhp
+msgctxt ""
+"03030206.xhp\n"
+"par_id3152578\n"
+"9\n"
+"help.text"
+msgid "Use the TimeValue function to convert any time into a single value, so that you can calculate time differences."
+msgstr ""
+
+#: 03030206.xhp
+msgctxt ""
+"03030206.xhp\n"
+"par_id3163710\n"
+"10\n"
+"help.text"
+msgid "This TimeValue function returns the type Variant with VarType 7 (Date), and stores this value internally as a double-precision number between 0 and 0.9999999999."
+msgstr ""
+
+#: 03030206.xhp
+msgctxt ""
+"03030206.xhp\n"
+"par_id3151117\n"
+"11\n"
+"help.text"
+msgid "As opposed to the DateSerial or the DateValue function, where serial date values result in days relative to a fixed date, you can calculate with the values that are returned by the TimeValue function, but you cannot evaluate them."
+msgstr ""
+
+#: 03030206.xhp
+msgctxt ""
+"03030206.xhp\n"
+"par_id3147426\n"
+"12\n"
+"help.text"
+msgid "In the TimeSerial function, you can pass individual parameters (hour, minute, second) as separate numeric expressions. For the TimeValue function, however, you can pass a string as a parameter containing the time."
+msgstr ""
+
+#: 03030206.xhp
+msgctxt ""
+"03030206.xhp\n"
+"hd_id3145271\n"
+"13\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03030206.xhp
+msgctxt ""
+"03030206.xhp\n"
+"par_id3149378\n"
+"33\n"
+"help.text"
+msgid "a1 = \"start time\""
+msgstr ""
+
+#: 03030206.xhp
+msgctxt ""
+"03030206.xhp\n"
+"par_id3145800\n"
+"34\n"
+"help.text"
+msgid "b1 = \"end time\""
+msgstr ""
+
+#: 03030206.xhp
+msgctxt ""
+"03030206.xhp\n"
+"par_id3151074\n"
+"35\n"
+"help.text"
+msgid "c1 = \"total time\""
+msgstr ""
+
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"tit\n"
+"help.text"
+msgid "StrComp Function [Runtime]"
+msgstr "StrComp Funkcija [U izvršenju]"
+
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"bm_id3156027\n"
+"help.text"
+msgid "<bookmark_value>StrComp function</bookmark_value>"
+msgstr "<bookmark_value>StrComp funkcija</bookmark_value>"
+
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"hd_id3156027\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120403.xhp\" name=\"StrComp Function [Runtime]\">StrComp Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120403.xhp\" name=\"StrComp Function [Run-time]\">StrComp Funkcija [U izvršenju]</link>"
+
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"par_id3155805\n"
+"2\n"
+"help.text"
+msgid "Compares two strings and returns an integer value that represents the result of the comparison."
+msgstr "Usporeduje dva niza te vraca cifarnu vrijednost koja predstavlja rezultat usporedbe."
+
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"hd_id3153345\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"par_id3150503\n"
+"4\n"
+"help.text"
+msgid "StrComp (Text1 As String, Text2 As String[, Compare])"
+msgstr ""
+
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"hd_id3147574\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"par_id3156152\n"
+"6\n"
+"help.text"
+msgid "Integer"
+msgstr "Cjelobrojno"
+
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"hd_id3150984\n"
+"7\n"
+"help.text"
+msgid "Parameter:"
+msgstr "Parametar:"
+
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"par_id3153061\n"
+"8\n"
+"help.text"
+msgid "<emph>Text1:</emph> Any string expression"
+msgstr "<emph>Tekst1</emph>: Bilo koji string izraz"
+
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"par_id3147560\n"
+"9\n"
+"help.text"
+msgid "<emph>Text2:</emph> Any string expression"
+msgstr "<emph>Text2</emph>: Bilo koji string izraz"
+
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"par_id3146796\n"
+"10\n"
+"help.text"
+msgid "<emph>Compare:</emph> This optional parameter sets the comparison method. If Compare = 1, the string comparison is case-sensitive. If Compare = 0, no distinction is made between uppercase and lowercase letters."
+msgstr ""
+
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"hd_id3154940\n"
+"13\n"
+"help.text"
+msgid "Return value"
+msgstr "Vrati vrijednost"
+
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"par_id3150358\n"
+"27\n"
+"help.text"
+msgid "If Text1 < Text2 the function returns -1"
+msgstr "Ako Tekst1 < Tekst2 funkcija vraca -1"
+
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"par_id3151043\n"
+"28\n"
+"help.text"
+msgid "If Text1 = Text2 the function returns 0"
+msgstr "Ako Tekst1 = Tekst2 funkcija vraca 0"
+
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"par_id3158410\n"
+"29\n"
+"help.text"
+msgid "If Text1 > Text2 the function returns 1"
+msgstr "Ako Tekst1 > Tekst2 funkcija vraca 1"
+
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"hd_id3153968\n"
+"18\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03120402.xhp
+msgctxt ""
+"03120402.xhp\n"
+"tit\n"
+"help.text"
+msgid "Len Function [Runtime]"
+msgstr "Len Funkcija [U izvršenju]"
+
+#: 03120402.xhp
+msgctxt ""
+"03120402.xhp\n"
+"bm_id3154136\n"
+"help.text"
+msgid "<bookmark_value>Len function</bookmark_value>"
+msgstr "<bookmark_value>Len funkcija</bookmark_value>"
+
+#: 03120402.xhp
+#, fuzzy
+msgctxt ""
+"03120402.xhp\n"
+"hd_id3154136\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120402.xhp\" name=\"Len Function [Runtime]\">Len Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020302.xhp\" name=\"Loc Funkcija [Run-time]\">Loc Funkcija [Run-time]</link>"
+
+#: 03120402.xhp
+msgctxt ""
+"03120402.xhp\n"
+"par_id3147576\n"
+"2\n"
+"help.text"
+msgid "Returns the number of characters in a string, or the number of bytes that are required to store a variable."
+msgstr "Vraca broj znakova u string, ili broj bajtova koji su potrebni za pohranu varijable."
+
+#: 03120402.xhp
+msgctxt ""
+"03120402.xhp\n"
+"hd_id3159177\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03120402.xhp
+msgctxt ""
+"03120402.xhp\n"
+"par_id3150669\n"
+"4\n"
+"help.text"
+msgid "Len (Text As String)"
+msgstr "Len (Tekst kao String)"
+
+#: 03120402.xhp
+msgctxt ""
+"03120402.xhp\n"
+"hd_id3148473\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03120402.xhp
+msgctxt ""
+"03120402.xhp\n"
+"par_id3143270\n"
+"6\n"
+"help.text"
+msgid "Long"
+msgstr ""
+
+#: 03120402.xhp
+msgctxt ""
+"03120402.xhp\n"
+"hd_id3147531\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03120402.xhp
+msgctxt ""
+"03120402.xhp\n"
+"par_id3147265\n"
+"8\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression or a variable of another type."
+msgstr "<emph>Text</emph>: Bilo koji string izraz ili varijabla drugog tipa."
+
+#: 03120402.xhp
+msgctxt ""
+"03120402.xhp\n"
+"hd_id3153360\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03120402.xhp
+msgctxt ""
+"03120402.xhp\n"
+"par_id3156214\n"
+"13\n"
+"help.text"
+msgid "MsgBox Len(sText) REM Returns 9"
+msgstr "MsgBox Len(sText) REM Vraca 9"
+
+#: 03130600.xhp
+msgctxt ""
+"03130600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Wait Statement [Runtime]"
+msgstr "Sacekaj izraz [U izvršenju]"
+
+#: 03130600.xhp
+msgctxt ""
+"03130600.xhp\n"
+"bm_id3154136\n"
+"help.text"
+msgid "<bookmark_value>Wait statement</bookmark_value>"
+msgstr "<bookmark_value>Sacekaj izraz</bookmark_value>"
+
+#: 03130600.xhp
+msgctxt ""
+"03130600.xhp\n"
+"hd_id3154136\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03130600.xhp\" name=\"Wait Statement [Runtime]\">Wait Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03130600.xhp\" name=\"Wait Statement [Run-time]\">Sacekaj izraz [U izvršenju]</link>"
+
+#: 03130600.xhp
+msgctxt ""
+"03130600.xhp\n"
+"par_id3149236\n"
+"2\n"
+"help.text"
+msgid "Interrupts the program execution for the amount of time that you specify in milliseconds."
+msgstr "prekida izvršenje programa za iznos od vremena koje ste naveli u milisekundama."
+
+#: 03130600.xhp
+msgctxt ""
+"03130600.xhp\n"
+"hd_id3143229\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03130600.xhp
+msgctxt ""
+"03130600.xhp\n"
+"par_id3150669\n"
+"4\n"
+"help.text"
+msgid "Wait millisec"
+msgstr "Sacekaj milisekunda:"
+
+#: 03130600.xhp
+msgctxt ""
+"03130600.xhp\n"
+"hd_id3148943\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03130600.xhp
+msgctxt ""
+"03130600.xhp\n"
+"par_id3154924\n"
+"6\n"
+"help.text"
+msgid "<emph>millisec:</emph> Numeric expression that contains the amount of time (in milliseconds) to wait before the program is executed."
+msgstr "<emph>millisec</emph>: Numericki izraz koji sadrži kolicinu vremena (u milisekundama) koji ceka da se program izvrši."
+
+#: 03130600.xhp
+msgctxt ""
+"03130600.xhp\n"
+"hd_id3150541\n"
+"7\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03130600.xhp
+msgctxt ""
+"03130600.xhp\n"
+"par_id3156214\n"
+"13\n"
+"help.text"
+msgid "MsgBox \"\" & lTick & \" Ticks\" ,0,\"The pause lasted\""
+msgstr "MsgBox \"\" & lTick & \" Ticks\" ,0,\"Pauza je trajala\""
+
+#: 03010300.xhp
+msgctxt ""
+"03010300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Color Functions"
+msgstr "Colour Functions"
+
+#: 03010300.xhp
+msgctxt ""
+"03010300.xhp\n"
+"hd_id3157896\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03010300.xhp\" name=\"Color Functions\">Color Functions</link>"
+msgstr "<link href=\"text/sbasic/shared/03010300.xhp\" name=\"Colour Functions\">Colour Functions</link>"
+
+#: 03010300.xhp
+msgctxt ""
+"03010300.xhp\n"
+"par_id3155555\n"
+"2\n"
+"help.text"
+msgid "This section describes Runtime functions used to define colors."
+msgstr "objasnjava funkciju za definisanje boja"
+
+#: 03132100.xhp
+msgctxt ""
+"03132100.xhp\n"
+"tit\n"
+"help.text"
+msgid "GetGuiType Function [Runtime]"
+msgstr "GetGuiType Function [Run-time]"
+
+#: 03132100.xhp
+#, fuzzy
+msgctxt ""
+"03132100.xhp\n"
+"bm_id3147143\n"
+"help.text"
+msgid "<bookmark_value>GetGuiType function</bookmark_value>"
+msgstr "<bookmark_value>GetAttr Funkcija</bookmark_value>"
+
+#: 03132100.xhp
+msgctxt ""
+"03132100.xhp\n"
+"hd_id3155310\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03132100.xhp\" name=\"GetGuiType Function [Runtime]\">GetGuiType Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03132100.xhp\" name=\"GetGuiType Function [Run-time]\">GetGuiType Function [Run-time]</link>"
+
+#: 03132100.xhp
+msgctxt ""
+"03132100.xhp\n"
+"par_id3152459\n"
+"2\n"
+"help.text"
+msgid "Returns a numerical value that specifies the graphical user interface."
+msgstr "Vrac brojcane vrijednosti koje specifikuju graficki korisnikov interfejs."
+
+#: 03132100.xhp
+msgctxt ""
+"03132100.xhp\n"
+"par_id3153323\n"
+"3\n"
+"help.text"
+msgid "This runtime function is only provided for downward compatibility to previous versions. The return value is not defined in client-server environments."
+msgstr "ovo vrijeme izvođenja funkcija je predviđeno samo za kompatibilnost s prethodnim verzijama. return vrijednost nije definirana u klijent-server okruženju."
+
+#: 03132100.xhp
+msgctxt ""
+"03132100.xhp\n"
+"hd_id3154894\n"
+"4\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03132100.xhp
+msgctxt ""
+"03132100.xhp\n"
+"par_id3147143\n"
+"5\n"
+"help.text"
+msgid "GetGUIType()"
+msgstr ""
+
+#: 03132100.xhp
+msgctxt ""
+"03132100.xhp\n"
+"hd_id3149346\n"
+"6\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03132100.xhp
+msgctxt ""
+"03132100.xhp\n"
+"par_id3153748\n"
+"7\n"
+"help.text"
+msgid "Integer"
+msgstr "Cjelobrojno"
+
+#: 03132100.xhp
+msgctxt ""
+"03132100.xhp\n"
+"hd_id3149177\n"
+"8\n"
+"help.text"
+msgid "Return values:"
+msgstr "vrati vrijednost:"
+
+#: 03132100.xhp
+msgctxt ""
+"03132100.xhp\n"
+"par_id3147242\n"
+"9\n"
+"help.text"
+msgid "1: Windows"
+msgstr ""
+
+#: 03132100.xhp
+msgctxt ""
+"03132100.xhp\n"
+"par_id3156152\n"
+"11\n"
+"help.text"
+msgid "4: UNIX"
+msgstr ""
+
+#: 03132100.xhp
+msgctxt ""
+"03132100.xhp\n"
+"hd_id3148685\n"
+"12\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03050200.xhp
+#, fuzzy
+msgctxt ""
+"03050200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Err Function [Runtime]"
+msgstr "CVErr Function [Run-time]"
+
+#: 03050200.xhp
+#, fuzzy
+msgctxt ""
+"03050200.xhp\n"
+"bm_id3156343\n"
+"help.text"
+msgid "<bookmark_value>Err function</bookmark_value>"
+msgstr "<bookmark_value>Str Funkcija</bookmark_value>"
+
+#: 03050200.xhp
+#, fuzzy
+msgctxt ""
+"03050200.xhp\n"
+"hd_id3156343\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03050200.xhp\" name=\"Err Function [Runtime]\">Err Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03080201.xhp\" name=\"Eksp Funkcija [Vrijeme Izvodjenja]\">Eksp Funkcija [Vrijeme Izvodjenja]</link>"
+
+#: 03050200.xhp
+msgctxt ""
+"03050200.xhp\n"
+"par_id3150541\n"
+"2\n"
+"help.text"
+msgid "Returns an error code that identifies the error that occurred during program execution."
+msgstr ""
+
+#: 03050200.xhp
+msgctxt ""
+"03050200.xhp\n"
+"hd_id3149656\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03050200.xhp
+msgctxt ""
+"03050200.xhp\n"
+"par_id3154123\n"
+"4\n"
+"help.text"
+msgid "Err"
+msgstr ""
+
+#: 03050200.xhp
+msgctxt ""
+"03050200.xhp\n"
+"hd_id3147229\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03050200.xhp
+msgctxt ""
+"03050200.xhp\n"
+"par_id3150869\n"
+"6\n"
+"help.text"
+msgid "Integer"
+msgstr "Cjelobrojno"
+
+#: 03050200.xhp
+msgctxt ""
+"03050200.xhp\n"
+"hd_id3153193\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03050200.xhp
+msgctxt ""
+"03050200.xhp\n"
+"par_id3149561\n"
+"8\n"
+"help.text"
+msgid "The Err function is used in error-handling routines to determine the error and the corrective action."
+msgstr ""
+
+#: 03050200.xhp
+msgctxt ""
+"03050200.xhp\n"
+"hd_id3147317\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03050200.xhp
+msgctxt ""
+"03050200.xhp\n"
+"par_id3147426\n"
+"11\n"
+"help.text"
+msgid "On Error Goto ErrorHandler REM Set up error handler"
+msgstr ""
+
+#: 03050200.xhp
+msgctxt ""
+"03050200.xhp\n"
+"par_id3149481\n"
+"14\n"
+"help.text"
+msgid "REM Error occurs due to non-existent file"
+msgstr ""
+
+#: 03050200.xhp
+msgctxt ""
+"03050200.xhp\n"
+"par_id3145646\n"
+"21\n"
+"help.text"
+msgid "MsgBox \"Error \" & Err & \": \" & Error$ + chr(13) + \"At line : \" + Erl + chr(13) + Now , 16 ,\"an error occurred\""
+msgstr ""
+
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"tit\n"
+"help.text"
+msgid "FindObject Function [Runtime]"
+msgstr "NadiObjekat Funkcija [Vrijeme izvršavanja]"
+
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"bm_id3145136\n"
+"help.text"
+msgid "<bookmark_value>FindObject function</bookmark_value>"
+msgstr "<bookmark_value>NadiObjekat funkcija</bookmark_value>"
+
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"hd_id3145136\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03103800.xhp\" name=\"FindObject Function [Runtime]\">FindObject Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03103800.xhp\" name=\"NadiObjekat Funkcija [vrijeme izvršavanja]\">NadiObjekat Funkcija [Vrijeme izvršavanja]</link>"
+
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"par_id3155341\n"
+"2\n"
+"help.text"
+msgid "Enables an object to be addressed at run-time as a string parameter through the object name."
+msgstr "Omogucava objektu da za vrijeme izvršavanja bude adresiran kao string parametar kroz ime objekta."
+
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"par_id3150669\n"
+"3\n"
+"help.text"
+msgid "For example, the following command:"
+msgstr "Na primjer, sljedeca komanda:"
+
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"par_id3148473\n"
+"4\n"
+"help.text"
+msgid "MyObj.Prop1.Command = 5"
+msgstr "MojObj.Prop1.Komanda = 5"
+
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"par_id3156023\n"
+"5\n"
+"help.text"
+msgid "corresponds to the command block:"
+msgstr "odgovara komandnom bloku:"
+
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"par_id3153896\n"
+"6\n"
+"help.text"
+msgid "Dim ObjVar as Object"
+msgstr "Dim ObjVar kao Objekat"
+
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"par_id3154760\n"
+"7\n"
+"help.text"
+msgid "Dim ObjProp as Object"
+msgstr "Dim ObjProp kao Objekat"
+
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"par_id3145069\n"
+"8\n"
+"help.text"
+msgid "ObjName As String = \"MyObj\""
+msgstr "ObjIme kao String = \"MojObj\""
+
+#: 03103800.xhp
+#, fuzzy
+msgctxt ""
+"03103800.xhp\n"
+"par_id3154939\n"
+"9\n"
+"help.text"
+msgid "ObjVar = FindObject( ObjName As String )"
+msgstr "NadiObjekat( ObjIme Kao String )"
+
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"par_id3150793\n"
+"10\n"
+"help.text"
+msgid "PropName As String = \"Prop1\""
+msgstr ""
+
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"par_id3154141\n"
+"11\n"
+"help.text"
+msgid "ObjProp = FindPropertyObject( ObjVar, PropName As String )"
+msgstr "ObjProp = NadiOsobinuObjekta( ObjVar, PropIme Kao String )"
+
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"par_id3156424\n"
+"12\n"
+"help.text"
+msgid "ObjProp.Command = 5"
+msgstr "ObjProp.Komanda = 5"
+
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"par_id3145420\n"
+"13\n"
+"help.text"
+msgid "This allows names to be dynamically created at run-time. For example:"
+msgstr "Ovo dozvoljava imenima da budu dinamicki kreirana u vrijeme izvršavanja. Na primjer:"
+
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"par_id3153104\n"
+"14\n"
+"help.text"
+msgid "\"TextEdit1\" to TextEdit5\" in a loop to create five control names."
+msgstr "\"UmetniTekst1\" u UmetniTekst5\" u petlji da bi kreirao pet kontrolnih imena."
+
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"par_id3150767\n"
+"15\n"
+"help.text"
+msgid "See also: <link href=\"text/sbasic/shared/03103900.xhp\" name=\"FindPropertyObject\">FindPropertyObject</link>"
+msgstr "Takode pogledaj: <link href=\"text/sbasic/shared/03103900.xhp\" name=\"NadiOsobinuObjekta\">NadiOsobinuObjekta</link>"
+
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"hd_id3150868\n"
+"16\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"par_id3151042\n"
+"17\n"
+"help.text"
+msgid "FindObject( ObjName As String )"
+msgstr "NadiObjekat( ObjIme Kao String )"
+
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"hd_id3159254\n"
+"18\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"par_id3150439\n"
+"19\n"
+"help.text"
+msgid "<emph>ObjName: </emph>String that specifies the name of the object that you want to address at run-time."
+msgstr "<emph>ObjIme</emph>: String koji specificira ime objekta koje želite adresirati za vrijeme izvršavanja."
+
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"tit\n"
+"help.text"
+msgid "Lof Function [Runtime]"
+msgstr "Lof Funkcija [Run-time]"
+
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"bm_id3156024\n"
+"help.text"
+msgid "<bookmark_value>Lof function</bookmark_value>"
+msgstr "<bookmark_value>Lof Funkcija</bookmark_value>"
+
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"hd_id3156024\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020303.xhp\" name=\"Lof Function [Runtime]\">Lof Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020303.xhp\" name=\"Lof Funkcija [Run-time]\">Lof Funkcija [Run-time]</link>"
+
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"par_id3146794\n"
+"2\n"
+"help.text"
+msgid "Returns the size of an open file in bytes."
+msgstr "Vraca vrijednost otvorene datoteke u bajtovima."
+
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"hd_id3153380\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"par_id3150359\n"
+"4\n"
+"help.text"
+msgid "Lof (FileNumber)"
+msgstr "Lof (FajlBroj)"
+
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"hd_id3154141\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "Vrati vrijednost:"
+
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"par_id3147230\n"
+"6\n"
+"help.text"
+msgid "Long"
+msgstr ""
+
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"hd_id3156281\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"par_id3150869\n"
+"8\n"
+"help.text"
+msgid "<emph>FileNumber:</emph> Any numeric expression that contains the file number that is specified in the Open statement."
+msgstr "<emph>FajlBroj</emph>: Numericki izraz koji sadrzi broj datoteke koja je navedena u otvorenom iskazu."
+
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"par_id3147349\n"
+"9\n"
+"help.text"
+msgid "To obtain the length of a file that is not open, use the <emph>FileLen</emph> function."
+msgstr "Za dobivanje duzine datoteke koja nije otvorena, koristiti <emph>FileLen</emph> Funkcija."
+
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"hd_id3155415\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"par_id3154730\n"
+"13\n"
+"help.text"
+msgid "Dim sText As Variant REM must be a Variant"
+msgstr "Oznaciti sText kao varijantu REM mora biti varijanta"
+
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"par_id3156276\n"
+"19\n"
+"help.text"
+msgid "Seek #iNumber,1 REM Position at start"
+msgstr "Traziti #iBroj,1 REM pozicija na pocetku"
+
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"par_id3148405\n"
+"20\n"
+"help.text"
+msgid "Put #iNumber,, \"This is the first line of text\" REM Fill with text"
+msgstr "Staviti #iBroj,, \"Ovo je prvi red teksta\" REM ispuniti sa tekstom"
+
+#: 03020303.xhp
+#, fuzzy
+msgctxt ""
+"03020303.xhp\n"
+"par_id3154756\n"
+"21\n"
+"help.text"
+msgid "Put #iNumber,, \"This is the second line of text\""
+msgstr "Staviti #iBroj,,\"Ovo je novi red teksta\""
+
+#: 03020303.xhp
+#, fuzzy
+msgctxt ""
+"03020303.xhp\n"
+"par_id3145643\n"
+"22\n"
+"help.text"
+msgid "Put #iNumber,, \"This is the third line of text\""
+msgstr "Staviti #iBroj,,\"Ovo je novi red teksta\""
+
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"par_id3150299\n"
+"31\n"
+"help.text"
+msgid "Put #iNumber,,\"This is a new line of text\""
+msgstr "Staviti #iBroj,,\"Ovo je novi red teksta\""
+
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"par_id3166425\n"
+"34\n"
+"help.text"
+msgid "Put #iNumber,20,\"This is the text in record 20\""
+msgstr ""
+
+#: 03090401.xhp
+msgctxt ""
+"03090401.xhp\n"
+"tit\n"
+"help.text"
+msgid "Call Statement [Runtime]"
+msgstr "Call Statement [Run-time]"
+
+#: 03090401.xhp
+#, fuzzy
+msgctxt ""
+"03090401.xhp\n"
+"bm_id3154422\n"
+"help.text"
+msgid "<bookmark_value>Call statement</bookmark_value>"
+msgstr "<bookmark_value>Sacekaj izraz</bookmark_value>"
+
+#: 03090401.xhp
+msgctxt ""
+"03090401.xhp\n"
+"hd_id3154422\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090401.xhp\" name=\"Call Statement [Runtime]\">Call Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090401.xhp\" name=\"Call Statement [Run-time]\">Call Statement [Run-time]</link>"
+
+#: 03090401.xhp
+msgctxt ""
+"03090401.xhp\n"
+"par_id3153394\n"
+"2\n"
+"help.text"
+msgid "Transfers the control of the program to a subroutine, a function, or a DLL procedure."
+msgstr ""
+
+#: 03090401.xhp
+msgctxt ""
+"03090401.xhp\n"
+"hd_id3153345\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03090401.xhp
+msgctxt ""
+"03090401.xhp\n"
+"par_id3150984\n"
+"4\n"
+"help.text"
+msgid "[Call] Name [Parameter]"
+msgstr "[Call] Ime [Parametar]"
+
+#: 03090401.xhp
+msgctxt ""
+"03090401.xhp\n"
+"hd_id3150771\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03090401.xhp
+msgctxt ""
+"03090401.xhp\n"
+"par_id3148473\n"
+"6\n"
+"help.text"
+msgid "<emph>Name:</emph> Name of the subroutine, the function, or the DLL that you want to call"
+msgstr "<emph>Ime</emph>: Ime potprograma, funkcije ili DLL koji želite pozvati"
+
+#: 03090401.xhp
+msgctxt ""
+"03090401.xhp\n"
+"par_id3148946\n"
+"7\n"
+"help.text"
+msgid "<emph>Parameter:</emph> Parameters to pass to the procedure. The type and number of parameters is dependent on the routine that is executing."
+msgstr "<emph>Parametri</emph>: Parametri koji ulze u postupku. Vrsta i broj parametara ovisi o rutinu koja se izvršava."
+
+#: 03090401.xhp
+msgctxt ""
+"03090401.xhp\n"
+"par_id3154216\n"
+"8\n"
+"help.text"
+msgid "A keyword is optional when you call a procedure. If a function is executed as an expression, the parameters must be enclosed by brackets in the statement. If a DLL is called, it must first be specified in the <emph>Declare-Statement</emph>."
+msgstr "Ključna riječ je opcionalna kada se poziva postupak. Akose funkcija izvršava kao izraz, parametri moraju biti ograđen u okrugle zagrade u izjavi. Ako DLL se zove, on prvo mora biti naveden u <emph> Objavite Izjava </emph>."
+
+#: 03090401.xhp
+msgctxt ""
+"03090401.xhp\n"
+"hd_id3125865\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03130100.xhp
+msgctxt ""
+"03130100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Beep Statement [Runtime]"
+msgstr "Beep iskaz [U izvršenju]"
+
+#: 03130100.xhp
+msgctxt ""
+"03130100.xhp\n"
+"bm_id3143284\n"
+"help.text"
+msgid "<bookmark_value>Beep statement</bookmark_value>"
+msgstr "<bookmark_value>Beep iskaz</bookmark_value>"
+
+#: 03130100.xhp
+msgctxt ""
+"03130100.xhp\n"
+"hd_id3143284\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03130100.xhp\" name=\"Beep Statement [Runtime]\">Beep Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03130100.xhp\" name=\"Beep Statement [Run-time]\">Beep iskaz [U izvršenju]</link>"
+
+#: 03130100.xhp
+msgctxt ""
+"03130100.xhp\n"
+"par_id3159201\n"
+"2\n"
+"help.text"
+msgid "Plays a tone through the computer's speaker. The tone is system-dependent and you cannot modify its volume or pitch."
+msgstr "Pokrece ton preko govornika racunara. Ton je sistemski ovisan i ne možete mijenjati jacinu."
+
+#: 03130100.xhp
+msgctxt ""
+"03130100.xhp\n"
+"hd_id3153990\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03130100.xhp
+msgctxt ""
+"03130100.xhp\n"
+"par_id3147291\n"
+"4\n"
+"help.text"
+msgid "Beep"
+msgstr ""
+
+#: 03130100.xhp
+msgctxt ""
+"03130100.xhp\n"
+"hd_id3148538\n"
+"5\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03101110.xhp
+msgctxt ""
+"03101110.xhp\n"
+"tit\n"
+"help.text"
+msgid "DefCur Statement [Runtime]"
+msgstr "DefCur Statement [Run-time]"
+
+#: 03101110.xhp
+#, fuzzy
+msgctxt ""
+"03101110.xhp\n"
+"bm_id9555345\n"
+"help.text"
+msgid "<bookmark_value>DefCur statement</bookmark_value>"
+msgstr "<bookmark_value>DefStr red</bookmark_value>"
+
+#: 03101110.xhp
+msgctxt ""
+"03101110.xhp\n"
+"par_idN1057D\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03101110.xhp\">DefCur Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03101110.xhp\">DefCur Naredba [Run-time]</link>"
+
+#: 03101110.xhp
+msgctxt ""
+"03101110.xhp\n"
+"par_idN1058D\n"
+"help.text"
+msgid "If no type-declaration character or keyword is specified, the DefCur statement sets the default variable type, according to a letter range."
+msgstr "Prefiks definicija za tip varijabliAko nijedan karakter ili rijec bez defaultne vrijednosti nije specificirana, DefCur naredba postavlja defaultni tip podataka, prema rangu slova"
+
+#: 03101110.xhp
+msgctxt ""
+"03101110.xhp\n"
+"par_idN10590\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaksa:"
+
+#: 03101110.xhp
+msgctxt ""
+"03101110.xhp\n"
+"par_idN10594\n"
+"help.text"
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
+msgstr "Defxxx Karakterokrug1[, Karakterokrug2[,...]]"
+
+#: 03101110.xhp
+msgctxt ""
+"03101110.xhp\n"
+"par_idN10597\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parametri:"
+
+#: 03101110.xhp
+#, fuzzy
+msgctxt ""
+"03101110.xhp\n"
+"par_idN1059B\n"
+"help.text"
+msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
+msgstr "<emph>Characterrange</emph>: Slova koja odredzuju okrug varijabli koje zelite vidjeti kao zadanu vrijednost tipa for"
+
+#: 03101110.xhp
+msgctxt ""
+"03101110.xhp\n"
+"par_idN105A2\n"
+"help.text"
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
+msgstr ""
+
+#: 03101110.xhp
+msgctxt ""
+"03101110.xhp\n"
+"par_idN105A9\n"
+"help.text"
+msgid "<emph>Keyword:</emph> Default variable type"
+msgstr "<emph>Keyword</emph>: Default variable type"
+
+#: 03101110.xhp
+msgctxt ""
+"03101110.xhp\n"
+"par_idN105B0\n"
+"help.text"
+msgid "<emph>DefCur:</emph> Currency"
+msgstr "<emph>DefCur</emph>: Valuta"
+
+#: 03101110.xhp
+msgctxt ""
+"03101110.xhp\n"
+"par_idN105B7\n"
+"help.text"
+msgid "Example:"
+msgstr "Primjer:"
+
+#: 03101110.xhp
+msgctxt ""
+"03101110.xhp\n"
+"par_idN105BB\n"
+"help.text"
+msgid "REM Prefix definitions for variable types:"
+msgstr "REM Prefiks definisan za variable tipa:"
+
+#: 03101110.xhp
+msgctxt ""
+"03101110.xhp\n"
+"par_idN105D9\n"
+"help.text"
+msgid "cCur=Currency REM cCur is an implicit currency variable"
+msgstr "cCur=Currency REM cCur je implicitna kursna varijabla"
diff --git a/source/bs/helpcontent2/source/text/scalc/01.po b/source/bs/helpcontent2/source/text/scalc/01.po
index acc9dcb7738..5408cfbb4a9 100644
--- a/source/bs/helpcontent2/source/text/scalc/01.po
+++ b/source/bs/helpcontent2/source/text/scalc/01.po
@@ -15876,3 +15876,43968 @@ msgctxt ""
"help.text"
msgid "<ahelp hid=\"HID_AAI_FUNC_DELTA\">The result is TRUE (1) if both numbers, which are delivered as an argument, are equal, otherwise it is FALSE (0).</ahelp>"
msgstr "<ahelp hid=\"HID_AAI_FUNC_DELTA\">Rezultat je tacan (1) ako su oba broja, koja su dostavljena kao argumenti,jednaki, u drugom slucaju rezultat je netacan (0).</ahelp>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3155435\n"
+"131\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3145247\n"
+"132\n"
+"help.text"
+msgid "DELTA(Number1; Number2)"
+msgstr "DELTA(Broj_1; Broj_2)"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3149002\n"
+"133\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3151020\n"
+"134\n"
+"help.text"
+msgid "<item type=\"input\">=DELTA(1;2)</item> returns 0."
+msgstr "<item tip=\"input\">=DELTA(1; 2)</item> vraca 0."
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"bm_id3157971\n"
+"help.text"
+msgid "<bookmark_value>DEC2BIN function</bookmark_value><bookmark_value>converting;decimal numbers, into binary numbers</bookmark_value>"
+msgstr "<bookmark_value>DEC2BIN funkcija</bookmark_value><bookmark_value>konvertira;decimalne brojeve , u binarne brojeve</bookmark_value>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3157971\n"
+"55\n"
+"help.text"
+msgid "DEC2BIN"
+msgstr "DEC2BIN"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3153043\n"
+"56\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_DEC2BIN\"> The result is the binary number for the decimal number entered between -512 and 511.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_DEC2BIN\"> Rezultat je binarni broj za uneseni decimalni broj izmedju -512 and 511.</ahelp>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3145349\n"
+"57\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3150569\n"
+"58\n"
+"help.text"
+msgid "DEC2BIN(Number; Places)"
+msgstr "DEC2BIN(Broj; Mjesta)"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3148768\n"
+"59\n"
+"help.text"
+msgid "<emph>Number</emph> is a decimal number. If Number is negative, the function returns a binary number with 10 characters. The most significant bit is the sign bit, the other 9 bits return the value."
+msgstr "<emph>Broj</emph> je decimalni broj. Ako <emph>Broj</emph> je negativan, funkcija vraca binarni broj s 10 karaktera. Najznacajni bit je simbolni bit, ostalih 9 bitova vracaju vrijednost."
+
+#: 04060115.xhp
+#, fuzzy
+msgctxt ""
+"04060115.xhp\n"
+"par_id3149537\n"
+"60\n"
+"help.text"
+msgid "<emph>Places</emph> means the number of places to be output."
+msgstr "<emph>Mjesta</emph> je broj mjesta koji ce biti izlazni."
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3150265\n"
+"61\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3150662\n"
+"62\n"
+"help.text"
+msgid "<item type=\"input\">=DEC2BIN(100;8)</item> returns 01100100."
+msgstr "<item tip=\"input\">=DEC2BIN(100; 8)</item> vraca string teksta <emph>01100100</emph>."
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"bm_id3149388\n"
+"help.text"
+msgid "<bookmark_value>DEC2HEX function</bookmark_value><bookmark_value>converting;decimal numbers, into hexadecimal numbers</bookmark_value>"
+msgstr "<bookmark_value>DEC2HEX funkcija</bookmark_value><bookmark_value>konvertira;decimalne brojeve , u hexadecimalne brojeve </bookmark_value>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3149388\n"
+"71\n"
+"help.text"
+msgid "DEC2HEX"
+msgstr "DEC2HEX"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3149030\n"
+"72\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_DEC2HEX\">The result is the hexadecimal number for the decimal number entered.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_DEC2HEX\">Rezultat je hexadecimalni broj za uneseni decimalni broj.</ahelp>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3150691\n"
+"73\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3147535\n"
+"74\n"
+"help.text"
+msgid "DEC2HEX(Number; Places)"
+msgstr "DEC2HEX(Broj; Mjesta)"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3152820\n"
+"75\n"
+"help.text"
+msgid "<emph>Number</emph> is a decimal number. If Number is negative, the function returns a hexadecimal number with 10 characters (40 bits). The most significant bit is the sign bit, the other 39 bits return the value."
+msgstr "<emph>Broj</emph> je decimalni broj. Ako <emph>Broj</emph> je negativan, funkcija vraca hexadecimalni broj s 10 karaktera (40 bitova). Najznacajni bit je simbolni bit, ostalih 39 bitova vraca vrijednost."
+
+#: 04060115.xhp
+#, fuzzy
+msgctxt ""
+"04060115.xhp\n"
+"par_id3153221\n"
+"76\n"
+"help.text"
+msgid "<emph>Places</emph> means the number of places to be output."
+msgstr "<emph>Mjesta</emph> je broj mjesta koji ce biti izlazni."
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3154869\n"
+"77\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3150476\n"
+"78\n"
+"help.text"
+msgid "<item type=\"input\">=DEC2HEX(100;4)</item> returns 0064."
+msgstr "<item tip=\"input\">=DEC2HEX(100; 4)</item> vraca string teksta <emph>0064</emph>."
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"bm_id3154948\n"
+"help.text"
+msgid "<bookmark_value>DEC2OCT function</bookmark_value><bookmark_value>converting;decimal numbers, into octal numbers</bookmark_value>"
+msgstr "<bookmark_value>DEC2OCT funkcija</bookmark_value><bookmark_value>konvertira;decimalne brojeve , u oktalne brojeve</bookmark_value>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3154948\n"
+"63\n"
+"help.text"
+msgid "DEC2OCT"
+msgstr "DEC2OCT"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3153920\n"
+"64\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_DEC2OCT\">The result is the octal number for the decimal number entered.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_DEC2OCT\">Rezultat je oktalni broj za uneseni decimalni broj.</ahelp>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3153178\n"
+"65\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3148427\n"
+"66\n"
+"help.text"
+msgid "DEC2OCT(Number; Places)"
+msgstr "DEC2OCT(Broj; Mjesta)"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3155991\n"
+"67\n"
+"help.text"
+msgid "<emph>Number</emph> is a decimal number. If Number is negative, the function returns an octal number with 10 characters (30 bits). The most significant bit is the sign bit, the other 29 bits return the value."
+msgstr "<emph>Broj</emph> je decimalni broj. Ako <emph>Broj</emph> je negativan, funkcija vraca oktalni broj s 10 karaktera (30 bitova). Najznacajni bit je simbolni bit, ostalih 29 bitova vraca vrijednost."
+
+#: 04060115.xhp
+#, fuzzy
+msgctxt ""
+"04060115.xhp\n"
+"par_id3152587\n"
+"68\n"
+"help.text"
+msgid "<emph>Places</emph> means the number of places to be output."
+msgstr "<emph>Mjesta</emph> je broj mjesta koji ce biti izlazni."
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3147482\n"
+"69\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3154317\n"
+"70\n"
+"help.text"
+msgid "<item type=\"input\">=DEC2OCT(100;4)</item> returns 0144."
+msgstr "<item tip=\"input\">=DEC2OCT(100; 4)</item> vraca string teksta <emph>0144</emph>."
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"bm_id3083446\n"
+"help.text"
+msgid "<bookmark_value>ERF function</bookmark_value><bookmark_value>Gaussian error integral</bookmark_value>"
+msgstr "<bookmark_value>ERF funkcija</bookmark_value><bookmark_value>Gaussian eror integral</bookmark_value>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3083446\n"
+"135\n"
+"help.text"
+msgid "ERF"
+msgstr "ERF"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3150381\n"
+"136\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_ERF\">Returns values of the Gaussian error integral.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_ERF\">Vraca vrijednosti od Gaussian eror integrala.</ahelp>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3152475\n"
+"137\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3163824\n"
+"138\n"
+"help.text"
+msgid "ERF(LowerLimit; UpperLimit)"
+msgstr "ERF(Donji_limit; Gornji_limit)"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3149715\n"
+"139\n"
+"help.text"
+msgid "<emph>LowerLimit</emph> is the lower limit of the integral."
+msgstr "<emph>Donji_limit</emph> je donji limit integrala."
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3156294\n"
+"140\n"
+"help.text"
+msgid "<emph>UpperLimit</emph> is optional. It is the upper limit of the integral. If this value is missing, the calculation takes places between 0 and the lower limit."
+msgstr "<emph>Gornji_limit</emph> (opcionalno) je gornji limit integrala. Ako je ovaj parametar izostavljen, kalkulacija zauzima mjesto izmedju 0 i donjeg limita."
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3154819\n"
+"141\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3152974\n"
+"142\n"
+"help.text"
+msgid "<item type=\"input\">=ERF(0;1)</item> returns 0.842701."
+msgstr "<item tip=\"input\">=ERF(0; 1)</item> vraca 0.842701."
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"bm_id3145082\n"
+"help.text"
+msgid "<bookmark_value>ERFC function</bookmark_value>"
+msgstr "<bookmark_value>ERFC funkcija</bookmark_value>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3145082\n"
+"143\n"
+"help.text"
+msgid "ERFC"
+msgstr "ERFC"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3149453\n"
+"144\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_ERFC\">Returns complementary values of the Gaussian error integral between x and infinity.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_ERFC\">Vraca dopunske vrijednosti Gaussian greske integrala izmedju x i beskonacno.</ahelp>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3155839\n"
+"145\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3153220\n"
+"146\n"
+"help.text"
+msgid "ERFC(LowerLimit)"
+msgstr "ERFC(Donji_limit)"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3147620\n"
+"147\n"
+"help.text"
+msgid "<emph>LowerLimit</emph> is the lower limit of the integral"
+msgstr "<emph>Donji limit</emph> je donji limit integrala"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3146861\n"
+"148\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3156102\n"
+"149\n"
+"help.text"
+msgid "<item type=\"input\">=ERFC(1)</item> returns 0.157299."
+msgstr "<item tip=\"input\">=ERFC(1)</item> vraca 0.157299."
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"bm_id3152927\n"
+"help.text"
+msgid "<bookmark_value>GESTEP function</bookmark_value><bookmark_value>numbers;greater than or equal to</bookmark_value>"
+msgstr "<bookmark_value>GESTEP funkcija</bookmark_value><bookmark_value>brojevi; veci ili jednaki</bookmark_value>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3152927\n"
+"150\n"
+"help.text"
+msgid "GESTEP"
+msgstr "GESTEP"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3150763\n"
+"151\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_GESTEP\">The result is 1 if <item type=\"literal\">Number</item> is greater than or equal to <item type=\"literal\">Step</item>.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_GESTEP\">Rezultat je 1 ako <item tip=\"literal\">Broj</item> jednako ili veci <item tip=\"literal\">Step</item>.</ahelp>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3150879\n"
+"152\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3145212\n"
+"153\n"
+"help.text"
+msgid "GESTEP(Number; Step)"
+msgstr "GESTEP(Broj; Korak)"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3153275\n"
+"154\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3156132\n"
+"155\n"
+"help.text"
+msgid "<item type=\"input\">=GESTEP(5;1)</item> returns 1."
+msgstr "<item tip=\"input\">=GESTEP(5; 1)</item> vraca 1."
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"bm_id3147276\n"
+"help.text"
+msgid "<bookmark_value>HEX2BIN function</bookmark_value><bookmark_value>converting;hexadecimal numbers, into binary numbers</bookmark_value>"
+msgstr "<bookmark_value>HEX2BIN funkcija</bookmark_value><bookmark_value>konvertira;hexadecimalne brojeve, u binarne brojeve</bookmark_value>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3147276\n"
+"79\n"
+"help.text"
+msgid "HEX2BIN"
+msgstr "HEX2BIN"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3150258\n"
+"80\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_HEX2BIN\">The result is the binary number for the hexadecimal number entered.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_HEX2BIN\">Rezultat je binarni broj za uneseni hexadecimalni broj.</ahelp>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3156117\n"
+"81\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3155847\n"
+"82\n"
+"help.text"
+msgid "HEX2BIN(Number; Places)"
+msgstr "HEX2BIN(Broj; Mjesto)"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3152810\n"
+"83\n"
+"help.text"
+msgid "<emph>Number</emph> is a hexadecimal number. The number can have a maximum of 10 places. The most significant bit is the sign bit, the following bits return the value. Negative numbers are entered as two's complement."
+msgstr "<emph>Broj</emph> je hexadecimalni broj. Broj moze imati maksimalno 10 mjesta. Najznacajni bit je simbolni bit, prateci bitovi vracaju vrijednost. Negativni brojevi su uneseni kao komplementi dvice."
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3153758\n"
+"84\n"
+"help.text"
+msgid "<emph>Places</emph> is the number of places to be output."
+msgstr "<emph>Mjesta</emph> je broj mjesta koji ce biti izlazni."
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3154052\n"
+"85\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3156002\n"
+"86\n"
+"help.text"
+msgid "<item type=\"input\">=HEX2BIN(64;8)</item> returns 01100100."
+msgstr "<item tip=\"input\">=HEX2BIN(64; 8)</item> vraca string teksta <emph>01100100</emph>."
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"bm_id3154742\n"
+"help.text"
+msgid "<bookmark_value>HEX2DEC function</bookmark_value><bookmark_value>converting;hexadecimal numbers, into decimal numbers</bookmark_value>"
+msgstr "<bookmark_value>HEX2DEC funkcija</bookmark_value><bookmark_value>konvertira;hexadecimalne brojeve, u decimalne brojeve</bookmark_value>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3154742\n"
+"87\n"
+"help.text"
+msgid "HEX2DEC"
+msgstr "HEX2DEC"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3153626\n"
+"88\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_HEX2DEC\">The result is the decimal number for the hexadecimal number entered.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_HEX2DEC\">Rezultat je decimalni broj za uneseni hexadecimalni broj.</ahelp>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3143233\n"
+"89\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3149293\n"
+"90\n"
+"help.text"
+msgid "HEX2DEC(Number)"
+msgstr "HEX2DEC(Broj)"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3159176\n"
+"91\n"
+"help.text"
+msgid "<emph>Number</emph> is a hexadecimal number. The number can have a maximum of 10 places. The most significant bit is the sign bit, the following bits return the value. Negative numbers are entered as two's complement."
+msgstr "<emph>Broj</emph> je hexadecimalni broj. Broj moze imati maksimalno 10 mjesta. Najznacajni bit je simbolni bit, prateci bitovi vracaju vrijednost. Negativni brojevi su uneseni kao komplementi dvice."
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3154304\n"
+"92\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3146093\n"
+"93\n"
+"help.text"
+msgid "<item type=\"input\">=HEX2DEC(64)</item> returns 100."
+msgstr "<item tip=\"input\">=HEX2DEC(64)</item> vraca 100."
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"bm_id3149750\n"
+"help.text"
+msgid "<bookmark_value>HEX2OCT function</bookmark_value><bookmark_value>converting;hexadecimal numbers, into octal numbers</bookmark_value>"
+msgstr "<bookmark_value>HEX2OCT funkcija</bookmark_value><bookmark_value>konvertira;hexadecimalne brojeve, u oktalne brojeve</bookmark_value>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3149750\n"
+"94\n"
+"help.text"
+msgid "HEX2OCT"
+msgstr "HEX2OCT"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3153983\n"
+"95\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_HEX2OCT\">The result is the octal number for the hexadecimal number entered.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_HEX2OCT\">Rezultat je oktalni broj za uneseni hexadecimalni broj.</ahelp>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3145660\n"
+"96\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3151170\n"
+"97\n"
+"help.text"
+msgid "HEX2OCT(Number; Places)"
+msgstr "HEX2OCT(Broj; Mjesta)"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3152795\n"
+"98\n"
+"help.text"
+msgid "<emph>Number</emph> is a hexadecimal number. The number can have a maximum of 10 places. The most significant bit is the sign bit, the following bits return the value. Negative numbers are entered as two's complement."
+msgstr "<emph>Broj</emph> je hexadecimalni broj. Broj moze imati maksimalno 10 mjesta. Najznacajni bit je simbolni bit, prateci bitovi vracaju vrijednost. Negativni brojevi su uneseni kao komplementi dvice."
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3149204\n"
+"99\n"
+"help.text"
+msgid "<emph>Places</emph> is the number of places to be output."
+msgstr "<emph>Mjesta</emph> je broj mjesta koji ce biti izlazni."
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3153901\n"
+"100\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3159341\n"
+"101\n"
+"help.text"
+msgid "<item type=\"input\">=HEX2OCT(64;4)</item> returns 0144."
+msgstr "<item tip=\"input\">=HEX2OCT(64; 4)</item> vraca string teksta <emph>0144</emph>."
+
+#: 12090300.xhp
+msgctxt ""
+"12090300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Delete"
+msgstr "Obriši"
+
+#: 12090300.xhp
+#, fuzzy
+msgctxt ""
+"12090300.xhp\n"
+"hd_id3150276\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12090300.xhp\" name=\"Delete\">Delete</link>"
+msgstr "<link href=\"text/scalc/01/12090100.xhp\" name=\"Start\">Pokreni</link>"
+
+#: 12090300.xhp
+#, fuzzy
+msgctxt ""
+"12090300.xhp\n"
+"par_id3159400\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DeletePivotTable\" visibility=\"visible\">Deletes the selected pivot table.</ahelp>"
+msgstr "<ahelp hid=\".uno:ClearOutline\" visibility=\"visible\">Uklanja skice iz sljedecih prostora celija.</ahelp>"
+
+#: 05070000.xhp
+msgctxt ""
+"05070000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Page Style"
+msgstr "Stil stranice"
+
+#: 05070000.xhp
+msgctxt ""
+"05070000.xhp\n"
+"hd_id3157910\n"
+"1\n"
+"help.text"
+msgid "Page Style"
+msgstr "Stil stranice"
+
+#: 05070000.xhp
+msgctxt ""
+"05070000.xhp\n"
+"par_id3156023\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"seitetext\"><ahelp hid=\".uno:PageFormatDialog\" visibility=\"visible\">Opens a dialog where you can define the appearance of all pages in your document.</ahelp></variable>"
+msgstr ""
+
+#: func_second.xhp
+msgctxt ""
+"func_second.xhp\n"
+"tit\n"
+"help.text"
+msgid "SECOND"
+msgstr "SECOND"
+
+#: func_second.xhp
+msgctxt ""
+"func_second.xhp\n"
+"bm_id3159390\n"
+"help.text"
+msgid "<bookmark_value>SECOND function</bookmark_value>"
+msgstr "<bookmark_value>SECOND funkcija</bookmark_value>"
+
+#: func_second.xhp
+#, fuzzy
+msgctxt ""
+"func_second.xhp\n"
+"hd_id3159390\n"
+"86\n"
+"help.text"
+msgid "<variable id=\"second\"><link href=\"text/scalc/01/func_second.xhp\">SECOND</link></variable>"
+msgstr "<variable id=\"solver\"><link href=\"text/scalc/01/solver.xhp\">Rješavač</link></variable>"
+
+#: func_second.xhp
+msgctxt ""
+"func_second.xhp\n"
+"par_id3148974\n"
+"87\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SEKUNDE\">Returns the second for the given time value.</ahelp> The second is given as an integer between 0 and 59."
+msgstr "<ahelp hid=\"HID_FUNC_SEKUNDE\">Vraca sekunde za zadanu vremensku jedinicu.</ahelp> Sekunde su cijli broj od 0 do 59."
+
+#: func_second.xhp
+msgctxt ""
+"func_second.xhp\n"
+"hd_id3154362\n"
+"88\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: func_second.xhp
+msgctxt ""
+"func_second.xhp\n"
+"par_id3148407\n"
+"89\n"
+"help.text"
+msgid "SECOND(Number)"
+msgstr "SECOND(Broj)"
+
+#: func_second.xhp
+msgctxt ""
+"func_second.xhp\n"
+"par_id3155904\n"
+"90\n"
+"help.text"
+msgid "<emph>Number</emph>, as a time value, is a decimal, for which the second is to be returned."
+msgstr "<emph>Broj</emph>, kao jedinica vremena, je decimalni broj, za koji ce funkcija vratiti sekunde."
+
+#: func_second.xhp
+msgctxt ""
+"func_second.xhp\n"
+"hd_id3149992\n"
+"91\n"
+"help.text"
+msgid "Examples"
+msgstr "Primjeri"
+
+#: func_second.xhp
+msgctxt ""
+"func_second.xhp\n"
+"par_id3153350\n"
+"93\n"
+"help.text"
+msgid "<item type=\"input\">=SECOND(NOW())</item> returns the current second"
+msgstr "<item type=\"input\">=SECOND(NOW())</item> vraca trenutne sekunde"
+
+#: func_second.xhp
+msgctxt ""
+"func_second.xhp\n"
+"par_id3150831\n"
+"94\n"
+"help.text"
+msgid "<item type=\"input\">=SECOND(C4)</item> returns 17 if contents of C4 = <item type=\"input\">12:20:17</item>."
+msgstr "<item type=\"input\">=SECOND(C4)</item> vraca 17 ako je sadržaj C4 = <item type=\"input\">12:20:17</item>."
+
+#: 02190200.xhp
+msgctxt ""
+"02190200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Column Break"
+msgstr ""
+
+#: 02190200.xhp
+msgctxt ""
+"02190200.xhp\n"
+"bm_id3151384\n"
+"help.text"
+msgid "<bookmark_value>spreadsheets;deleting column breaks</bookmark_value><bookmark_value>deleting;manual column breaks</bookmark_value><bookmark_value>column breaks;deleting</bookmark_value>"
+msgstr ""
+
+#: 02190200.xhp
+#, fuzzy
+msgctxt ""
+"02190200.xhp\n"
+"hd_id3151384\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02190200.xhp\" name=\"Column Break\">Column Break</link>"
+msgstr "<link href=\"text/scalc/01/02140100.xhp\" name=\"Down\">Dolje</link>"
+
+#: 02190200.xhp
+msgctxt ""
+"02190200.xhp\n"
+"par_id3154124\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DeleteColumnbreak\">Removes a manual column break to the left of the active cell.</ahelp>"
+msgstr ""
+
+#: 02190200.xhp
+msgctxt ""
+"02190200.xhp\n"
+"par_id3145173\n"
+"3\n"
+"help.text"
+msgid "Position the cursor in the cell to the right of the column break indicated by a vertical line and choose <emph>Edit - Delete Manual Break - Column Break</emph>. The manual column break is removed."
+msgstr ""
+
+#: 12080100.xhp
+msgctxt ""
+"12080100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Details"
+msgstr "sakrij detalje"
+
+#: 12080100.xhp
+#, fuzzy
+msgctxt ""
+"12080100.xhp\n"
+"bm_id3155628\n"
+"help.text"
+msgid "<bookmark_value>sheets; hiding details</bookmark_value>"
+msgstr "<bookmark_value>celije;otklanjanje putanje</bookmark_value>"
+
+#: 12080100.xhp
+#, fuzzy
+msgctxt ""
+"12080100.xhp\n"
+"hd_id3155628\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12080100.xhp\" name=\"Hide Details\">Hide Details</link>"
+msgstr "<link href=\"text/scalc/01/12040000.xhp\" name=\"Filter\">Filtar</link>"
+
+#: 12080100.xhp
+msgctxt ""
+"12080100.xhp\n"
+"par_id3154515\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:HideDetail\" visibility=\"visible\">Hides the details of the grouped row or column that contains the cursor. To hide all of the grouped rows or columns, select the outlined table, and then choose this command.</ahelp>"
+msgstr "<ahelp hid=\".uno:HideDetail\" visibility=\"visible\"> Sakriva detalje grupiranih redova ili kolona koje sadrze kursor.Za skrivanje svih grupiranih redova i kolona,izberite tabele i odaberite komandu .</ahelp>"
+
+#: 12080100.xhp
+msgctxt ""
+"12080100.xhp\n"
+"par_id3153252\n"
+"3\n"
+"help.text"
+msgid "To show all hidden groups, select the outlined table, and then choose <emph>Data -Outline –</emph> <link href=\"text/scalc/01/12080200.xhp\" name=\"Show Details\"><emph>Show Details</emph></link>."
+msgstr "Za prikaz svih sakrivenih grupa,izberite skice tabele,i onda izbarite <emph>Podaci -Outline –</emph> <link href=\"text/scalc/01/12080200.xhp\" name=\"Show Details\"><emph>Show Details</emph></link>."
+
+#: 12090200.xhp
+msgctxt ""
+"12090200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Refresh"
+msgstr "Osvježi"
+
+#: 12090200.xhp
+#, fuzzy
+msgctxt ""
+"12090200.xhp\n"
+"hd_id3151385\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12090200.xhp\" name=\"Refresh\">Refresh</link>"
+msgstr "<link href=\"text/scalc/01/12040201.xhp\" name=\"More\">Opširnije</link>"
+
+#: 12090200.xhp
+#, fuzzy
+msgctxt ""
+"12090200.xhp\n"
+"par_id3149456\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:RecalcPivotTable\">Updates the pivot table.</ahelp>"
+msgstr "<ahelp hid=\".uno:HideCurPage\">Sakriva trenutni modul.</ahelp>"
+
+#: 12090200.xhp
+#, fuzzy
+msgctxt ""
+"12090200.xhp\n"
+"par_id3150400\n"
+"3\n"
+"help.text"
+msgid "After you import an Excel spreadsheet that contains a pivot table, click in the table, and then choose <emph>Data - Pivot Table - Refresh</emph>."
+msgstr "To delete a whole table, click in the table, and then choose <emph>Tabela - Obriši - Tabela</emph>."
+
+#: 05080000.xhp
+#, fuzzy
+msgctxt ""
+"05080000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Print Ranges"
+msgstr "Opseg za štampanje"
+
+#: 05080000.xhp
+#, fuzzy
+msgctxt ""
+"05080000.xhp\n"
+"hd_id3154013\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05080000.xhp\" name=\"Print Ranges\">Print Ranges</link>"
+msgstr "<link href=\"text/shared/01/01100500.xhp\" name=\"Priority Table\">Tabela prioriteta</link>"
+
+#: 05080000.xhp
+msgctxt ""
+"05080000.xhp\n"
+"par_id3155855\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Manages print ranges. Only cells within the print ranges will be printed.</ahelp>"
+msgstr ""
+
+#: 05080000.xhp
+msgctxt ""
+"05080000.xhp\n"
+"par_id3146119\n"
+"4\n"
+"help.text"
+msgid "If you do not define any print range manually, Calc assigns an automatic print range to include all the cells that are not empty."
+msgstr ""
+
+#: 05080000.xhp
+#, fuzzy
+msgctxt ""
+"05080000.xhp\n"
+"hd_id3154729\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05080300.xhp\" name=\"Edit\">Edit</link>"
+msgstr "<link href=\"text/scalc/01/07080000.xhp\" name=\"Split\">Podijeli</link>"
+
+#: func_eomonth.xhp
+msgctxt ""
+"func_eomonth.xhp\n"
+"tit\n"
+"help.text"
+msgid "EOMONTH"
+msgstr "EOMONTH"
+
+#: func_eomonth.xhp
+#, fuzzy
+msgctxt ""
+"func_eomonth.xhp\n"
+"bm_id3150991\n"
+"help.text"
+msgid "<bookmark_value>EOMONTH function</bookmark_value>"
+msgstr "<bookmark_value>MONTH funkcija</bookmark_value>"
+
+#: func_eomonth.xhp
+#, fuzzy
+msgctxt ""
+"func_eomonth.xhp\n"
+"hd_id3150991\n"
+"231\n"
+"help.text"
+msgid "<variable id=\"eomonth\"><link href=\"text/scalc/01/func_eomonth.xhp\">EOMONTH</link></variable>"
+msgstr "<variable id=\"solver\"><link href=\"text/scalc/01/solver.xhp\">Rješavač</link></variable>"
+
+#: func_eomonth.xhp
+msgctxt ""
+"func_eomonth.xhp\n"
+"par_id3152766\n"
+"232\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_EOMONTH\">Returns the date of the last day of a month which falls m<emph>onths</emph> away from the s<emph>tart date</emph>.</ahelp>"
+msgstr ""
+
+#: func_eomonth.xhp
+msgctxt ""
+"func_eomonth.xhp\n"
+"hd_id3150597\n"
+"233\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: func_eomonth.xhp
+msgctxt ""
+"func_eomonth.xhp\n"
+"par_id3150351\n"
+"234\n"
+"help.text"
+msgid "EOMONTH(StartDate; Months)"
+msgstr "EOMONTH(Start_date; Months)"
+
+#: func_eomonth.xhp
+msgctxt ""
+"func_eomonth.xhp\n"
+"par_id3146787\n"
+"235\n"
+"help.text"
+msgid "<emph>StartDate</emph> is a date (the starting point of the calculation)."
+msgstr "<emph>Start_date</emph> je datum (pocetna tacka racunice)."
+
+#: func_eomonth.xhp
+msgctxt ""
+"func_eomonth.xhp\n"
+"par_id3155615\n"
+"236\n"
+"help.text"
+msgid "<emph>Months</emph> is the number of months before (negative) or after (positive) the start date."
+msgstr ""
+
+#: func_eomonth.xhp
+msgctxt ""
+"func_eomonth.xhp\n"
+"hd_id3156335\n"
+"237\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: func_eomonth.xhp
+msgctxt ""
+"func_eomonth.xhp\n"
+"par_id3154829\n"
+"238\n"
+"help.text"
+msgid "What is the last day of the month that falls 6 months after September 14 2001?"
+msgstr "Koji je zadnji dan mjeseca koji je 6 mjeseci poslije 14. septembra 2001.?"
+
+#: func_eomonth.xhp
+msgctxt ""
+"func_eomonth.xhp\n"
+"par_id3156143\n"
+"239\n"
+"help.text"
+msgid "<item type=\"input\">=EOMONTH(DATE(2001;9;14);6)</item> returns the serial number 37346. Formatted as a date, this is 2002-03-31."
+msgstr "<item type=\"input\">=EOMONTH(\"14/09/2001\"; 6)</item> vraca 31/03/2002."
+
+#: func_eomonth.xhp
+msgctxt ""
+"func_eomonth.xhp\n"
+"par_id3156144\n"
+"239\n"
+"help.text"
+msgid "<item type=\"input\">=EOMONTH(\"2001-09-14\";6)</item> works as well. If the date is given as string, it has to be in ISO format."
+msgstr ""
+
+#: 02120000.xhp
+msgctxt ""
+"02120000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Headers & Footers"
+msgstr ""
+
+#: 02120000.xhp
+msgctxt ""
+"02120000.xhp\n"
+"hd_id3145251\n"
+"1\n"
+"help.text"
+msgid "Headers & Footers"
+msgstr ""
+
+#: 02120000.xhp
+msgctxt ""
+"02120000.xhp\n"
+"par_id3151073\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"kopfundfusszeilentext\"><ahelp hid=\".uno:EditHeaderAndFooter\">Allows you to define and format headers and footers.</ahelp></variable>"
+msgstr "<variable id=\"kopfundfusszeilentext\"><ahelp hid=\".uno:EditHeaderAndFooter\">Omogucava vam da definišete i formatirate headere i footere.</ahelp></variable>"
+
+#: 02120000.xhp
+msgctxt ""
+"02120000.xhp\n"
+"par_id3153415\n"
+"3\n"
+"help.text"
+msgid "The<emph> Headers/Footers </emph>dialog contains the tabs for defining headers and footers. There will be separate tabs for the left and right page headers and footers if the <emph>Same content left/right</emph> option was not marked in the <link href=\"text/scalc/01/05070000.xhp\" name=\"Page Style\">Page Style</link> dialog."
+msgstr "<emph> Zaglavlja/podnožja </emph> dijalog prozor sadržava tabove za definisanje headera i footera. Odvojeni ce biti tabovi za headere i footere lijeve i desne strane ako je <emph>Isti sadržaj lijevo/desno</emph> opcija oznacena u <link href=\"text/scalc/01/05070000.xhp\" name=\"Page Style\">Stil stranice</link> dijalog prozoru."
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"tit\n"
+"help.text"
+msgid "Statistics Functions"
+msgstr ""
+
+#: 04060108.xhp
+#, fuzzy
+msgctxt ""
+"04060108.xhp\n"
+"bm_id3153018\n"
+"help.text"
+msgid "<bookmark_value>statistics functions</bookmark_value><bookmark_value>Function Wizard; statistics</bookmark_value><bookmark_value>functions; statistics functions</bookmark_value>"
+msgstr "<bookmark_value>Funkcija informacije</bookmark_value><bookmark_value>Function Wizard; information</bookmark_value><bookmark_value>functions; information functions</bookmark_value>"
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"hd_id3153018\n"
+"1\n"
+"help.text"
+msgid "Statistics Functions"
+msgstr ""
+
+#: 04060108.xhp
+#, fuzzy
+msgctxt ""
+"04060108.xhp\n"
+"par_id3157874\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"statistiktext\">This category contains the <emph>Statistics</emph> functions. </variable>"
+msgstr "<variable id=\"logischtext\">This category contains the <emph>Logičke</emph> functions. </variable>"
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3149001\n"
+"9\n"
+"help.text"
+msgid "Some of the examples use the following data table:"
+msgstr ""
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3148775\n"
+"10\n"
+"help.text"
+msgid "C"
+msgstr ""
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3145297\n"
+"11\n"
+"help.text"
+msgid "D"
+msgstr ""
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3150661\n"
+"12\n"
+"help.text"
+msgid "2"
+msgstr ""
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3153551\n"
+"13\n"
+"help.text"
+msgid "x value"
+msgstr ""
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3147536\n"
+"14\n"
+"help.text"
+msgid "y value"
+msgstr ""
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3153224\n"
+"15\n"
+"help.text"
+msgid "3"
+msgstr ""
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3150475\n"
+"16\n"
+"help.text"
+msgid "-5"
+msgstr ""
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3155367\n"
+"17\n"
+"help.text"
+msgid "-3"
+msgstr ""
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3149783\n"
+"18\n"
+"help.text"
+msgid "4"
+msgstr ""
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3153181\n"
+"19\n"
+"help.text"
+msgid "-2"
+msgstr ""
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3148429\n"
+"20\n"
+"help.text"
+msgid "0"
+msgstr ""
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3152588\n"
+"21\n"
+"help.text"
+msgid "5"
+msgstr ""
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3147483\n"
+"22\n"
+"help.text"
+msgid "-1"
+msgstr ""
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3083443\n"
+"23\n"
+"help.text"
+msgid "1"
+msgstr ""
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3149826\n"
+"24\n"
+"help.text"
+msgid "6"
+msgstr ""
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3163820\n"
+"25\n"
+"help.text"
+msgid "0"
+msgstr ""
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3154816\n"
+"26\n"
+"help.text"
+msgid "3"
+msgstr ""
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3149276\n"
+"27\n"
+"help.text"
+msgid "7"
+msgstr ""
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3149267\n"
+"28\n"
+"help.text"
+msgid "2"
+msgstr ""
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3156310\n"
+"29\n"
+"help.text"
+msgid "4"
+msgstr ""
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3154639\n"
+"30\n"
+"help.text"
+msgid "8"
+msgstr ""
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3145205\n"
+"31\n"
+"help.text"
+msgid "4"
+msgstr ""
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3153276\n"
+"32\n"
+"help.text"
+msgid "6"
+msgstr ""
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3150756\n"
+"33\n"
+"help.text"
+msgid "9"
+msgstr ""
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3156095\n"
+"34\n"
+"help.text"
+msgid "6"
+msgstr ""
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3152929\n"
+"35\n"
+"help.text"
+msgid "8"
+msgstr ""
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3156324\n"
+"36\n"
+"help.text"
+msgid "The statistical functions are described in the following subsections."
+msgstr ""
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3150271\n"
+"37\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060116.xhp\" name=\"Statistical Functions in the Analysis-AddIn.\">Statistical Functions in the Analysis-AddIn</link>"
+msgstr ""
+
+#: 02190100.xhp
+msgctxt ""
+"02190100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Row Break"
+msgstr ""
+
+#: 02190100.xhp
+msgctxt ""
+"02190100.xhp\n"
+"bm_id3156326\n"
+"help.text"
+msgid "<bookmark_value>spreadsheets; deleting row breaks</bookmark_value><bookmark_value>deleting;manual row breaks</bookmark_value><bookmark_value>row breaks; deleting</bookmark_value>"
+msgstr ""
+
+#: 02190100.xhp
+#, fuzzy
+msgctxt ""
+"02190100.xhp\n"
+"hd_id3156326\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02190100.xhp\" name=\"Row Break\">Row Break</link>"
+msgstr "<link href=\"text/scalc/01/02140100.xhp\" name=\"Down\">Dolje</link>"
+
+#: 02190100.xhp
+msgctxt ""
+"02190100.xhp\n"
+"par_id3154366\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DeleteRowbreak\">Removes the manual row break above the active cell.</ahelp>"
+msgstr ""
+
+#: 02190100.xhp
+msgctxt ""
+"02190100.xhp\n"
+"par_id3151041\n"
+"3\n"
+"help.text"
+msgid "Position the cursor in a cell directly below the row break indicated by a horizontal line and choose <emph>Edit - Delete Manual Break - Row Break</emph>. The manual row break is removed."
+msgstr ""
+
+#: 02140300.xhp
+msgctxt ""
+"02140300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Up"
+msgstr "Gore"
+
+#: 02140300.xhp
+#, fuzzy
+msgctxt ""
+"02140300.xhp\n"
+"hd_id3147264\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02140300.xhp\" name=\"Up\">Up</link>"
+msgstr "<link href=\"text/scalc/01/02140400.xhp\" name=\"Left\">Lijevo</link>"
+
+#: 02140300.xhp
+msgctxt ""
+"02140300.xhp\n"
+"par_id3150793\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:FillUp\" visibility=\"visible\">Fills a selected range of at least two rows with the contents of the bottom most cell.</ahelp>"
+msgstr "<ahelp hid=\".uno:FillUp\" visibility=\"visible\">Ispunjava oznaceni raspon od bar dva reda sa sadržajem najzadnje celije.</ahelp>"
+
+#: 02140300.xhp
+msgctxt ""
+"02140300.xhp\n"
+"par_id3150447\n"
+"3\n"
+"help.text"
+msgid "If a selected range has only one column, the content of the bottom most cell is copied into the selected cells. If several columns are selected, the contents of the bottom most cells are copied into those selected above."
+msgstr "Ako oznaceni raspon ima samo jednu kolonu, sadržaj najzadnje celije se kopira u oznacene celije. Ako su oznacene nekoliko kolona, sadržaj od najzadnjih celija se kopira u one oznacene nagore."
+
+#: 05030200.xhp
+msgctxt ""
+"05030200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Optimal Row Heights"
+msgstr ""
+
+#: 05030200.xhp
+msgctxt ""
+"05030200.xhp\n"
+"bm_id3148491\n"
+"help.text"
+msgid "<bookmark_value>sheets; optimal row heights</bookmark_value><bookmark_value>rows; optimal heights</bookmark_value><bookmark_value>optimal row heights</bookmark_value>"
+msgstr ""
+
+#: 05030200.xhp
+msgctxt ""
+"05030200.xhp\n"
+"hd_id3148491\n"
+"1\n"
+"help.text"
+msgid "Optimal Row Heights"
+msgstr ""
+
+#: 05030200.xhp
+msgctxt ""
+"05030200.xhp\n"
+"par_id3154758\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"optitext\"><ahelp hid=\".uno:SetOptimalRowHeight\">Determines the optimal row height for the selected rows.</ahelp></variable> The optimal row height depends on the font size of the largest character in the row. You can use various <link href=\"text/shared/00/00000003.xhp#metrik\" name=\"units of measure\">units of measure</link>."
+msgstr ""
+
+#: 05030200.xhp
+msgctxt ""
+"05030200.xhp\n"
+"hd_id3154908\n"
+"3\n"
+"help.text"
+msgid "Add"
+msgstr "Dodaj"
+
+#: 05030200.xhp
+msgctxt ""
+"05030200.xhp\n"
+"par_id3151044\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SC:METRICFIELD:RID_SCDLG_ROW_OPT:ED_VALUE\">Sets additional spacing between the largest character in a row and the cell boundaries.</ahelp>"
+msgstr ""
+
+#: 05030200.xhp
+msgctxt ""
+"05030200.xhp\n"
+"hd_id3150439\n"
+"5\n"
+"help.text"
+msgid "Default value"
+msgstr "Uobičajena vrijednost"
+
+#: 05030200.xhp
+msgctxt ""
+"05030200.xhp\n"
+"par_id3146984\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_ROW_OPT:BTN_DEFVAL\">Restores the default value for the optimal row height.</ahelp>"
+msgstr ""
+
+#: 04070200.xhp
+msgctxt ""
+"04070200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Insert Name"
+msgstr "Ubaci ime"
+
+#: 04070200.xhp
+msgctxt ""
+"04070200.xhp\n"
+"bm_id3153195\n"
+"help.text"
+msgid "<bookmark_value>cell ranges; inserting named ranges</bookmark_value><bookmark_value>inserting; cell ranges</bookmark_value>"
+msgstr ""
+
+#: 04070200.xhp
+msgctxt ""
+"04070200.xhp\n"
+"hd_id3153195\n"
+"1\n"
+"help.text"
+msgid "Insert Name"
+msgstr "Ubaci ime"
+
+#: 04070200.xhp
+msgctxt ""
+"04070200.xhp\n"
+"par_id3150011\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"nameneinfuegentext\"><ahelp hid=\".uno:InsertName\">Inserts a defined named cell range at the current cursor's position.</ahelp></variable>"
+msgstr ""
+
+#: 04070200.xhp
+msgctxt ""
+"04070200.xhp\n"
+"par_id3149412\n"
+"7\n"
+"help.text"
+msgid "You can only insert a cell area after having defined a name for the area."
+msgstr ""
+
+#: 04070200.xhp
+msgctxt ""
+"04070200.xhp\n"
+"hd_id3153160\n"
+"3\n"
+"help.text"
+msgid "Insert name"
+msgstr "Ubaci ime"
+
+#: 04070200.xhp
+msgctxt ""
+"04070200.xhp\n"
+"par_id3154944\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_NAMES_PASTE:LB_ENTRYLIST\">Lists all defined cell areas. Double-click an entry to insert the named area into the active sheet at the current cursor position.</ahelp>"
+msgstr ""
+
+#: 04070200.xhp
+msgctxt ""
+"04070200.xhp\n"
+"hd_id3153418\n"
+"5\n"
+"help.text"
+msgid "Insert All"
+msgstr "Ubaci sve"
+
+#: 04070200.xhp
+msgctxt ""
+"04070200.xhp\n"
+"par_id3155066\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_NAMES_PASTE:BTN_ADD\">Inserts a list of all named areas and the corresponding cell references at the current cursor position.</ahelp>"
+msgstr ""
+
+#: 06030500.xhp
+msgctxt ""
+"06030500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Remove All Traces"
+msgstr "Ukloni sva slijeđenja"
+
+#: 06030500.xhp
+msgctxt ""
+"06030500.xhp\n"
+"bm_id3153088\n"
+"help.text"
+msgid "<bookmark_value>cells; removing traces</bookmark_value>"
+msgstr "<bookmark_value>celije;otklanjanje putanje</bookmark_value>"
+
+#: 06030500.xhp
+msgctxt ""
+"06030500.xhp\n"
+"hd_id3153088\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06030500.xhp\" name=\"Remove All Traces\">Remove All Traces</link>"
+msgstr "<link href=\"text/scalc/01/06030500.xhp\" name=\"Remove All Traces\">Ukloni sva slijeđenja</link>"
+
+#: 06030500.xhp
+msgctxt ""
+"06030500.xhp\n"
+"par_id3151246\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ClearArrows\" visibility=\"visible\">Removes all tracer arrows from the spreadsheet.</ahelp>"
+msgstr "<ahelp hid=\".uno:ClearArrows\" visibility=\"visible\">otklanja sve strelice iz tabele.</ahelp>"
+
+#: 02210000.xhp
+msgctxt ""
+"02210000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Selecting Sheets"
+msgstr ""
+
+#: 02210000.xhp
+msgctxt ""
+"02210000.xhp\n"
+"hd_id3156023\n"
+"5\n"
+"help.text"
+msgid "Selecting Sheets"
+msgstr ""
+
+#: 02210000.xhp
+msgctxt ""
+"02210000.xhp\n"
+"par_id3147265\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"tabellenauswaehlen\"><ahelp hid=\".uno:SelectTables\" visibility=\"visible\">Selects multiple sheets.</ahelp></variable>"
+msgstr ""
+
+#: 02210000.xhp
+msgctxt ""
+"02210000.xhp\n"
+"hd_id3125863\n"
+"2\n"
+"help.text"
+msgid "Selected Sheets"
+msgstr ""
+
+#: 02210000.xhp
+msgctxt ""
+"02210000.xhp\n"
+"par_id3153969\n"
+"3\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SELECTTABLES\" visibility=\"visible\">Lists the sheets in the current document. To select a sheet, press the up or down arrow keys to move to a sheet in the list. To add a sheet to the selection, hold down Ctrl (Mac: Command) while pressing the arrow keys and then press Spacebar. To select a range of sheets, hold down Shift and press the arrow keys. </ahelp>"
+msgstr ""
+
+#: func_timevalue.xhp
+msgctxt ""
+"func_timevalue.xhp\n"
+"tit\n"
+"help.text"
+msgid "TIMEVALUE"
+msgstr "TIMEVALUE"
+
+#: func_timevalue.xhp
+msgctxt ""
+"func_timevalue.xhp\n"
+"bm_id3146755\n"
+"help.text"
+msgid "<bookmark_value>TIMEVALUE function</bookmark_value>"
+msgstr "<bookmark_value>TIMEVALUE funkcija</bookmark_value>"
+
+#: func_timevalue.xhp
+#, fuzzy
+msgctxt ""
+"func_timevalue.xhp\n"
+"hd_id3146755\n"
+"160\n"
+"help.text"
+msgid "<variable id=\"timevalue\"><link href=\"text/scalc/01/func_timevalue.xhp\">TIMEVALUE</link></variable>"
+msgstr "<variable id=\"solver\"><link href=\"text/scalc/01/solver.xhp\">Rješavač</link></variable>"
+
+#: func_timevalue.xhp
+msgctxt ""
+"func_timevalue.xhp\n"
+"par_id3148502\n"
+"161\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ZEITWERT\">TIMEVALUE returns the internal time number from a text enclosed by quotes and which may show a possible time entry format.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ZEITWERT\">TIMEVALUE vraca unutrašnji broj vremena iz teksta pod navodnicima I koji može pokazivati moguci format unosa vremena.</ahelp>"
+
+#: func_timevalue.xhp
+msgctxt ""
+"func_timevalue.xhp\n"
+"par_id3150794\n"
+"162\n"
+"help.text"
+msgid "The internal number indicated as a decimal is the result of the date system used under $[officename] to calculate date entries."
+msgstr "Unutrašnji broj naznacen kao decimalni je rezultat sistemskog datuma korišten pod $[officename] za izracunavanje unosa datuma."
+
+#: func_timevalue.xhp
+msgctxt ""
+"func_timevalue.xhp\n"
+"par_id011920090347118\n"
+"help.text"
+msgid "If the text string also includes a year, month, or day, TIMEVALUE only returns the fractional part of the conversion."
+msgstr ""
+
+#: func_timevalue.xhp
+msgctxt ""
+"func_timevalue.xhp\n"
+"hd_id3150810\n"
+"163\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: func_timevalue.xhp
+msgctxt ""
+"func_timevalue.xhp\n"
+"par_id3150823\n"
+"164\n"
+"help.text"
+msgid "TIMEVALUE(\"Text\")"
+msgstr "TIMEVALUE(\"Tekst\")"
+
+#: func_timevalue.xhp
+msgctxt ""
+"func_timevalue.xhp\n"
+"par_id3152556\n"
+"165\n"
+"help.text"
+msgid "<emph>Text</emph> is a valid time expression and must be entered in quotation marks."
+msgstr "<emph>Tekst</emph>je važeci vremenski izraz i mora biti unešen pod navodnicima."
+
+#: func_timevalue.xhp
+msgctxt ""
+"func_timevalue.xhp\n"
+"hd_id3146815\n"
+"166\n"
+"help.text"
+msgid "Examples"
+msgstr "Primjeri"
+
+#: func_timevalue.xhp
+msgctxt ""
+"func_timevalue.xhp\n"
+"par_id3146829\n"
+"167\n"
+"help.text"
+msgid "<item type=\"input\">=TIMEVALUE(\"4PM\")</item> returns 0.67. When formatting in time format HH:MM:SS, you then get 16:00:00."
+msgstr "<item type=\"input\">=TIMEVALUE(\"4PM\")</item> vraca 0.67. Poslije oblikovanja u formatu HH:MM:SS, dobijate 16:00:00."
+
+#: func_timevalue.xhp
+msgctxt ""
+"func_timevalue.xhp\n"
+"par_id3153632\n"
+"168\n"
+"help.text"
+msgid "<item type=\"input\">=TIMEVALUE(\"24:00\")</item> returns 1. If you use the HH:MM:SS time format, the value is 00:00:00."
+msgstr "<item type=\"input\">=TIMEVALUE(\"24:00\")</item> vraca 1. Ako koristite HH:MM:SS vremenski format, vrijednost je 00:00:00."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"tit\n"
+"help.text"
+msgid "Information Functions"
+msgstr "Funkcija informacije"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3147247\n"
+"help.text"
+msgid "<bookmark_value>information functions</bookmark_value><bookmark_value>Function Wizard; information</bookmark_value><bookmark_value>functions; information functions</bookmark_value>"
+msgstr "<bookmark_value>Funkcija informacije</bookmark_value><bookmark_value>Function Wizard; information</bookmark_value><bookmark_value>functions; information functions</bookmark_value>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3147247\n"
+"1\n"
+"help.text"
+msgid "Information Functions"
+msgstr "Funkcija informacije"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3147499\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"informationtext\">This category contains the <emph>Information</emph> functions. </variable>"
+msgstr "<variable id=\"informationtext\">Ova kategorija sadrži <emph>Informacije</emph> funkcije. </variable>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3159128\n"
+"3\n"
+"help.text"
+msgid "The data in the following table serves as the basis for some of the examples in the function descriptions:"
+msgstr "Vrijednost i slijedećim tabelama služe kao baza za neke primjere opisa funkcija"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3146885\n"
+"4\n"
+"help.text"
+msgid "C"
+msgstr ""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3149944\n"
+"5\n"
+"help.text"
+msgid "D"
+msgstr ""
+
+#: 04060104.xhp
+#, fuzzy
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150457\n"
+"6\n"
+"help.text"
+msgid "<emph>2</emph>"
+msgstr "Primjer:"
+
+#: 04060104.xhp
+#, fuzzy
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150024\n"
+"7\n"
+"help.text"
+msgid "x <item type=\"input\">value</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060104.xhp
+#, fuzzy
+msgctxt ""
+"04060104.xhp\n"
+"par_id3148725\n"
+"8\n"
+"help.text"
+msgid "y <item type=\"input\">value</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060104.xhp
+#, fuzzy
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150480\n"
+"9\n"
+"help.text"
+msgid "<emph>3</emph>"
+msgstr "Primjer:"
+
+#: 04060104.xhp
+#, fuzzy
+msgctxt ""
+"04060104.xhp\n"
+"par_id3148440\n"
+"10\n"
+"help.text"
+msgid "<item type=\"input\">-5</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060104.xhp
+#, fuzzy
+msgctxt ""
+"04060104.xhp\n"
+"par_id3148888\n"
+"11\n"
+"help.text"
+msgid "<item type=\"input\">-3</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060104.xhp
+#, fuzzy
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153034\n"
+"12\n"
+"help.text"
+msgid "<emph>4</emph>"
+msgstr "Primjer:"
+
+#: 04060104.xhp
+#, fuzzy
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150139\n"
+"13\n"
+"help.text"
+msgid "<item type=\"input\">-2</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060104.xhp
+#, fuzzy
+msgctxt ""
+"04060104.xhp\n"
+"par_id3149542\n"
+"14\n"
+"help.text"
+msgid "<item type=\"input\">0</item>"
+msgstr "<item type=\"input\">-10000</item>"
+
+#: 04060104.xhp
+#, fuzzy
+msgctxt ""
+"04060104.xhp\n"
+"par_id3149188\n"
+"15\n"
+"help.text"
+msgid "<emph>5</emph>"
+msgstr "Primjer:"
+
+#: 04060104.xhp
+#, fuzzy
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153329\n"
+"16\n"
+"help.text"
+msgid "<item type=\"input\">-1</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060104.xhp
+#, fuzzy
+msgctxt ""
+"04060104.xhp\n"
+"par_id3155257\n"
+"17\n"
+"help.text"
+msgid "<item type=\"input\">1</item>"
+msgstr "<item type=\"input\">-10000</item>"
+
+#: 04060104.xhp
+#, fuzzy
+msgctxt ""
+"04060104.xhp\n"
+"par_id3145142\n"
+"18\n"
+"help.text"
+msgid "<emph>6</emph>"
+msgstr "Primjer:"
+
+#: 04060104.xhp
+#, fuzzy
+msgctxt ""
+"04060104.xhp\n"
+"par_id3149956\n"
+"19\n"
+"help.text"
+msgid "<item type=\"input\">0</item>"
+msgstr "<item type=\"input\">-10000</item>"
+
+#: 04060104.xhp
+#, fuzzy
+msgctxt ""
+"04060104.xhp\n"
+"par_id3145594\n"
+"20\n"
+"help.text"
+msgid "<item type=\"input\">3</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060104.xhp
+#, fuzzy
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153113\n"
+"21\n"
+"help.text"
+msgid "<emph>7</emph>"
+msgstr "Primjer:"
+
+#: 04060104.xhp
+#, fuzzy
+msgctxt ""
+"04060104.xhp\n"
+"par_id3148573\n"
+"22\n"
+"help.text"
+msgid "<item type=\"input\">2</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060104.xhp
+#, fuzzy
+msgctxt ""
+"04060104.xhp\n"
+"par_id3145166\n"
+"23\n"
+"help.text"
+msgid "<item type=\"input\">4</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060104.xhp
+#, fuzzy
+msgctxt ""
+"04060104.xhp\n"
+"par_id3157998\n"
+"24\n"
+"help.text"
+msgid "<emph>8</emph>"
+msgstr "Primjer:"
+
+#: 04060104.xhp
+#, fuzzy
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150018\n"
+"25\n"
+"help.text"
+msgid "<item type=\"input\">4</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060104.xhp
+#, fuzzy
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150129\n"
+"26\n"
+"help.text"
+msgid "<item type=\"input\">6</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060104.xhp
+#, fuzzy
+msgctxt ""
+"04060104.xhp\n"
+"par_id3145245\n"
+"27\n"
+"help.text"
+msgid "<emph>9</emph>"
+msgstr "Primjer:"
+
+#: 04060104.xhp
+#, fuzzy
+msgctxt ""
+"04060104.xhp\n"
+"par_id3148389\n"
+"28\n"
+"help.text"
+msgid "<item type=\"input\">6</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060104.xhp
+#, fuzzy
+msgctxt ""
+"04060104.xhp\n"
+"par_id3156068\n"
+"29\n"
+"help.text"
+msgid "<item type=\"input\">8</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3691824\n"
+"help.text"
+msgid "<bookmark_value>INFO function</bookmark_value>"
+msgstr "<bookmark_value>INFO funkcija</bookmark_value>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id5787224\n"
+"help.text"
+msgid "INFO"
+msgstr "INFO"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id1507309\n"
+"help.text"
+msgid "Returns specific information about the current working environment. The function receives a single text argument and returns data depending on that parameter."
+msgstr "Vraća specifične informacije o trenutnoj radnoj okolini. Funkcija prima jedinstveni text argument i vraca vrijednost u zavisnoti od tog parametra."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id7693411\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3928952\n"
+"help.text"
+msgid "INFO(\"Type\")"
+msgstr ""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id5206762\n"
+"help.text"
+msgid "The following table lists the values for the text parameter <item type=\"literal\">Type</item> and the return values of the INFO function."
+msgstr "Slijedeća tabela izlistava sve vrijednosti text parametra <item type=\"literal\">Type</item> i vraća vrijednosti INFO funkcije."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id5735953\n"
+"help.text"
+msgid "Value for \"Type\""
+msgstr "Vrijednost za \"Type\""
+
+#: 04060104.xhp
+#, fuzzy
+msgctxt ""
+"04060104.xhp\n"
+"par_id8360850\n"
+"help.text"
+msgid "Return value"
+msgstr "Vrati vrijednost"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id9648731\n"
+"help.text"
+msgid "\"osversion\""
+msgstr ""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id908841\n"
+"help.text"
+msgid "Always \"Windows (32-bit) NT 5.01\", for compatibility reasons"
+msgstr ""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id8193914\n"
+"help.text"
+msgid "\"system\""
+msgstr ""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id9841608\n"
+"help.text"
+msgid "The type of the operating system. <br/>\"WNT\" for Microsoft Windows <br/>\"LINUX\" for Linux <br/>\"SOLARIS\" for Solaris"
+msgstr "Vrsta operativnog sistema. <br/>\"WNT\" for Microsoft Windows <br/>\"LINUX\" for Linux <br/>\"SOLARIS\" for Solaris"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id2701803\n"
+"help.text"
+msgid "\"release\""
+msgstr ""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id2136295\n"
+"help.text"
+msgid "The product release identifier, for example \"300m25(Build:9876)\""
+msgstr "Identifikacija produkta \"300m25(Build:9876)\""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id9200109\n"
+"help.text"
+msgid "\"numfile\""
+msgstr ""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id4186223\n"
+"help.text"
+msgid "Always 1, for compatibility reasons"
+msgstr "Uvijek 1, radi razloga kompatibilnosti"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id5766472\n"
+"help.text"
+msgid "\"recalc\""
+msgstr ""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id1491134\n"
+"help.text"
+msgid "Current formula recalculation mode, either \"Automatic\" or \"Manual\" (localized into %PRODUCTNAME language)"
+msgstr "Trenutni mod formule, \"Automatski\" ili \"Manuelni\" (lokalizovan na %PRODUCTNAME jezik)"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id1161534\n"
+"help.text"
+msgid "Other spreadsheet applications may accept localized values for the <item type=\"literal\">Type</item> parameter, but %PRODUCTNAME Calc will only accept the English values."
+msgstr "Ostale spreadsheet aplikacije mogu primiti lokalizovane vrijednosti za <item type=\"literal\">Type</item> parameter, but %PRODUCTNAME Calc will only accept the US English values."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id5459456\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3994567\n"
+"help.text"
+msgid "<item type=\"input\">=INFO(\"release\")</item> returns the product release number of the %PRODUCTNAME in use."
+msgstr "<item type=\"input\">=INFO(\"release\")</item> vraca broj izdanja produkta %PRODUCTNAME u upotrebi."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id2873622\n"
+"help.text"
+msgid "<item type=\"input\">=INFO(D5)</item> with cell <item type=\"literal\">D5</item> containing a text string <item type=\"literal\">system</item> returns the operation system type."
+msgstr "<item type=\"input\">=INFO(D5)</item> with cell <item type=\"literal\">D5</item> sadrži string tekst <item type=\"literal\">system</item> vraća tip operativnog sistema."
+
+#: 04060104.xhp
+#, fuzzy
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3155625\n"
+"help.text"
+msgid "<bookmark_value>CURRENT function</bookmark_value>"
+msgstr "<bookmark_value>TREND funkcija</bookmark_value>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3155625\n"
+"30\n"
+"help.text"
+msgid "CURRENT"
+msgstr "Trenutno"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3157975\n"
+"31\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_AKTUELL\">This function returns the result to date of evaluating the formula of which it is a part (in other words the result as far as that evaluation has got). Its main use is together with the STYLE() function to apply selected styles to a cell depending on the cell contents.</ahelp>"
+msgstr ""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3148880\n"
+"32\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150930\n"
+"33\n"
+"help.text"
+msgid "CURRENT()"
+msgstr "Trenutno()"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3145629\n"
+"34\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id5919064\n"
+"help.text"
+msgid "<item type=\"input\">=1+2+CURRENT()</item>"
+msgstr "<item type=\"input\">=1+2+Trenutno()</item>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id8751792\n"
+"help.text"
+msgid "The example returns 6. The formula is calculated from left to right as: 1 + 2 equals 3, giving the result to date when CURRENT() is encountered; CURRENT() therefore yields 3, which is added to the original 3 to give 6."
+msgstr "Primjer vraća 6. Formula računa s lijeva na desno kao: 1 + 2 jednako 3, dajući rezultat datumu kada je Trenutno() prisutno; Trenutno() u tom slučaju ima vrijednost 3, koje je dodato orginalu 3 da bi se dobilo 6."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id5863826\n"
+"help.text"
+msgid "<item type=\"input\">=A2+B2+STYLE(IF(CURRENT()>10;”Red”;”Default”))</item>"
+msgstr "<item type=\"input\">=A2+B2+STYLE(IF(Trenutno()>10;”Red”;”Default”))</item>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id7463911\n"
+"help.text"
+msgid "The example returns A2 + B2 (STYLE returns 0 here). If this sum is greater than 10, the style Red is applied to the cell. See the <emph>STYLE</emph> function for more explanation."
+msgstr "Primjer vraća A2 + B2 (STYLE returns 0 here). If this sum is greater than 10, the style Red is applied to the cell. See the <emph>STYLE</emph> function for more explanation."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id7318643\n"
+"help.text"
+msgid "<item type=\"input\">=\"choo\"&CURRENT()</item>"
+msgstr "<item type=\"input\">=\"choo\"&Trenutno()</item>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id6019165\n"
+"help.text"
+msgid "The example returns choochoo."
+msgstr "Primjer vraća <emph>choochoo</emph>."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3150688\n"
+"help.text"
+msgid "<bookmark_value>FORMULA function</bookmark_value><bookmark_value>formula cells;displaying formulas in other cells</bookmark_value><bookmark_value>displaying;formulas at any position</bookmark_value>"
+msgstr "<bookmark_value>FORMULA function</bookmark_value><bookmark_value>formula cells;displaying formulae in other cells</bookmark_value><bookmark_value>displaying;formulae at any position</bookmark_value>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3150688\n"
+"147\n"
+"help.text"
+msgid "FORMULA"
+msgstr "FORMULA"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3158417\n"
+"148\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_FORMEL\">Displays the formula of a formula cell as a text string.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_FORMEL\">Prikazuje formulu ćelije formule kao tekst string.</ahelp>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3154954\n"
+"149\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3147535\n"
+"150\n"
+"help.text"
+msgid "FORMULA(Reference)"
+msgstr "FORMULA(reference)"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3014313\n"
+"help.text"
+msgid "<emph>Reference</emph> is a reference to a cell containing a formula."
+msgstr "<emph>Referenca</emph> je referentni poziv ćeliji koja sadrži formulu"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id8857081\n"
+"help.text"
+msgid "An invalid reference or a reference to a cell with no formula results in the error value #N/A."
+msgstr "Nevalidna referenca ili referentni poziv ćeliji sa error vrijednost #N/A."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3152820\n"
+"151\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153179\n"
+"152\n"
+"help.text"
+msgid "If cell A8 contains the formula <item type=\"input\">=SUM(1;2;3)</item> then"
+msgstr "Ako ćelija A8 sadrži formulu <item type=\"input\">=SUM(1; 2; 3)</item> tada"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153923\n"
+"153\n"
+"help.text"
+msgid "<item type=\"input\">=FORMULA(A8)</item> returns the text =SUM(1;2;3)."
+msgstr "<item type=\"input\">=FORMULA(A8)</item> vraća tekst <emph>=SUM(1; 2; 3)</emph>."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3155409\n"
+"help.text"
+msgid "<bookmark_value>ISREF function</bookmark_value><bookmark_value>references;testing cell contents</bookmark_value><bookmark_value>cell contents;testing for references</bookmark_value>"
+msgstr "<bookmark_value>ISREF function</bookmark_value><bookmark_value>reference;testiram sadržaj ćelije</bookmark_value><bookmark_value>sadržaj ćelije;testiram reference</bookmark_value>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3155409\n"
+"37\n"
+"help.text"
+msgid "ISREF"
+msgstr "ISREF"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153723\n"
+"38\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ISTBEZUG\">Tests if the argument is a reference.</ahelp> Returns TRUE if the argument is a reference, returns FALSE otherwise. When given a reference this function does not examine the value being referenced."
+msgstr "<ahelp hid=\"HID_FUNC_ISTBEZUG\">Testiraj da li je referenca.</ahelp> Returns <emph>TRUE</emph> ukoliko jeste, vraćaj <emph>FALSE</emph> nesto drugo. When given a reference this function does not examine the value being referenced."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3147175\n"
+"39\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3149821\n"
+"40\n"
+"help.text"
+msgid "ISREF(Value)"
+msgstr ""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3146152\n"
+"41\n"
+"help.text"
+msgid "<emph>Value</emph> is the value to be tested, to determine whether it is a reference."
+msgstr "<emph>Vrijednost</emph> is the value to be tested to determine whether it is a reference."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3083448\n"
+"42\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154317\n"
+"43\n"
+"help.text"
+msgid "<item type=\"input\">=ISREF(C5)</item> returns the result TRUE because C5 is a valid reference."
+msgstr "<item type=\"input\">=ISREF(C5)</item> returns the result <emph>TRUE</emph> because C5 is a valid reference."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id9728072\n"
+"help.text"
+msgid "<item type=\"input\">=ISREF(\"abcdef\")</item> returns always FALSE because a text can never be a reference."
+msgstr "<item type=\"input\">=ISREF(\"abcdef\")</item> returns always <emph>FALSE</emph> because a text can never be a reference."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id2131544\n"
+"help.text"
+msgid "<item type=\"input\">=ISREF(4)</item> returns FALSE."
+msgstr "<item type=\"input\">=ISREF(4)</item> returns <emph>FALSE</emph>."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id4295480\n"
+"help.text"
+msgid "<item type=\"input\">=ISREF(INDIRECT(\"A6\"))</item> returns TRUE, because INDIRECT is a function that returns a reference."
+msgstr "<item type=\"input\">=ISREF(INDIRECT(\"A6\"))</item> returns <emph>TRUE</emph>, because INDIRECT is a function that returns a reference."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3626819\n"
+"help.text"
+msgid "<item type=\"input\">=ISREF(ADDRESS(1; 1; 2;\"Sheet2\"))</item> returns FALSE, because ADDRESS is a function that returns a text, although it looks like a reference."
+msgstr "<item type=\"input\">=ISREF(ADDRESS(1; 1; 2; \"Sheet2\"))</item> returns <emph>FALSE</emph>, because ADDRESS is a function that returns a text, although it looks like a reference."
+
+#: 04060104.xhp
+#, fuzzy
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3154812\n"
+"help.text"
+msgid "<bookmark_value>ISERR function</bookmark_value><bookmark_value>error codes;controlling</bookmark_value>"
+msgstr "<bookmark_value>ISNA function</bookmark_value><bookmark_value>#N/A error;recognising</bookmark_value>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3154812\n"
+"45\n"
+"help.text"
+msgid "ISERR"
+msgstr "ISERR"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3149282\n"
+"46\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ISTFEHL\">Tests for error conditions, except the #N/A error value, and returns TRUE or FALSE.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ISTFEHL\">Returns <emph>TRUE</emph> if the value refers to any error value except <emph>#N/A</emph>, <emph>FALSE</emph> otherwise.</ahelp> You can use this function to control error values in certain cells."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3149450\n"
+"47\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3156312\n"
+"48\n"
+"help.text"
+msgid "ISERR(Value)"
+msgstr ""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3146857\n"
+"49\n"
+"help.text"
+msgid "<emph>Value</emph> is any value or expression which is tested to see whether an error value other than #N/A is present."
+msgstr "<emph>Vrijednost</emph>je bilo koja vrijednost ili izraz koji je testiran da se vidi greska gdje je <emph>#N/A</emph> is present."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3153212\n"
+"50\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153276\n"
+"51\n"
+"help.text"
+msgid "<item type=\"input\">=ISERR(C8)</item> where cell C8 contains <item type=\"input\">=1/0</item> returns TRUE, because 1/0 is an error."
+msgstr "<item type=\"input\">=ISERR(C8)</item>gdje ćelija C8 sadrži <item type=\"input\">=1/0</item> vraća <emph>TRUE</emph>, jer 1/0 is je grečka."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id8456984\n"
+"help.text"
+msgid "<item type=\"input\">=ISERR(C9)</item> where cell C9 contains <item type=\"input\">=NA()</item> returns FALSE, because ISERR() ignores the #N/A error."
+msgstr "<item type=\"input\">=ISERR(C9)</item> gdje ćelija C9 sadrži <item type=\"input\">=NA()</item> vraća <emph>FALSE</emph>, because ISERR() ignores the <emph>#N/A</emph> error."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3147081\n"
+"help.text"
+msgid "<bookmark_value>ISERROR function</bookmark_value><bookmark_value>recognizing;general errors</bookmark_value>"
+msgstr "<bookmark_value>ISERROR funkcija</bookmark_value><bookmark_value>prepoznaje; generalna greška</bookmark_value>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3147081\n"
+"53\n"
+"help.text"
+msgid "ISERROR"
+msgstr "ISERROR"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3156316\n"
+"54\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ISTFEHLER\">Tests for error conditions, including the #N/A error value, and returns TRUE or FALSE.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ISTFEHLER\">Tests if the cells contain general error values, and returns <emph>TRUE</emph> or <emph>FALSE</emph>. ISERROR recognises the <emph>#N/A</emph> error value.</ahelp>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3147569\n"
+"55\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153155\n"
+"56\n"
+"help.text"
+msgid "ISERROR(Value)"
+msgstr ""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154047\n"
+"57\n"
+"help.text"
+msgid "<emph>Value</emph> is or refers to the value to be tested. ISERROR() returns TRUE if there is an error and FALSE if not."
+msgstr "<emph>Vrijednost</emph> je ili se odnosi na vrijednost koja ce se testirati. ISERROR() returns <emph>TRUE</emph> ukoliko postoji greska <emph>FALSE</emph> if not."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3155994\n"
+"58\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150256\n"
+"59\n"
+"help.text"
+msgid "<item type=\"input\">=ISERROR(C8)</item> where cell C8 contains <item type=\"input\">=1/0</item> returns TRUE, because 1/0 is an error."
+msgstr "<item type=\"input\">=ISERROR(C8)</item>gdje ćelija C8 sadrži <item type=\"input\">=1/0</item> returns <emph>TRUE</emph>, because 1/0 is an error."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id1889095\n"
+"help.text"
+msgid "<item type=\"input\">=ISERROR(C9)</item> where cell C9 contains <item type=\"input\">=NA()</item> returns TRUE."
+msgstr "<item type=\"input\">=ISERROR(C9)</item> gdje ćelija C9 sadrži <item type=\"input\">=NA()</item> returns <emph>TRUE</emph>."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3153618\n"
+"help.text"
+msgid "<bookmark_value>ISFORMULA function</bookmark_value><bookmark_value>recognizing formula cells</bookmark_value><bookmark_value>formula cells;recognizing</bookmark_value>"
+msgstr "<bookmark_value>ISFORMULA function</bookmark_value><bookmark_value>recognising formula cells</bookmark_value><bookmark_value>formula cells;recognising</bookmark_value>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3153618\n"
+"61\n"
+"help.text"
+msgid "ISFORMULA"
+msgstr "ISFORMULA"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3149138\n"
+"62\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ISTFORMEL\">Returns TRUE if a cell is a formula cell.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ISTFORMEL\">Vraća TRUE ukoliko je ćelija formule.</ahelp>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3155100\n"
+"63\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060104.xhp
+#, fuzzy
+msgctxt ""
+"04060104.xhp\n"
+"par_id3143230\n"
+"64\n"
+"help.text"
+msgid "ISFORMULA(Reference)"
+msgstr "FORMULA(reference)"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150150\n"
+"65\n"
+"help.text"
+msgid "<emph>Reference</emph> indicates the reference to a cell in which a test will be performed to determine if it contains a formula."
+msgstr "<emph>Referenca</emph> indicira referentni poziv u kojem će test biti sproveden da bi se utvrdilo da li sadrži formulu"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3147491\n"
+"66\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3159182\n"
+"67\n"
+"help.text"
+msgid "<item type=\"input\">=ISFORMULA(C4)</item> returns FALSE if the cell C4 contains the number <item type=\"input\">5</item>."
+msgstr "<item type=\"input\">=ISFORMULA(C4)</item> returns <emph>FALSE</emph> if the cell C4 contains the number <item type=\"input\">5</item>."
+
+#: 04060104.xhp
+#, fuzzy
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3149760\n"
+"help.text"
+msgid "<bookmark_value>ISEVEN_ADD function</bookmark_value>"
+msgstr "<bookmark_value>PROMJENI_DODAJ funkcija</bookmark_value>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3149760\n"
+"229\n"
+"help.text"
+msgid "ISEVEN_ADD"
+msgstr ""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3147253\n"
+"230\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_ISEVEN\">Tests for even numbers. Returns 1 if the number divided by 2 returns a whole number.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_ISEVEN\">Testira za parne brojeve. Vraća <emph>TRUE</emph> (1) ukoliko je broj djeljiv sa 2.</ahelp>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3152799\n"
+"231\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3149202\n"
+"232\n"
+"help.text"
+msgid "ISEVEN_ADD(Number)"
+msgstr ""
+
+#: 04060104.xhp
+#, fuzzy
+msgctxt ""
+"04060104.xhp\n"
+"par_id3151168\n"
+"233\n"
+"help.text"
+msgid "<emph>Number</emph> is the number to be tested."
+msgstr "<emph>Vrijednost</emph> je sadrzaj koji se testira."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3150115\n"
+"234\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153904\n"
+"235\n"
+"help.text"
+msgid "<item type=\"input\">=ISEVEN_ADD(5)</item> returns 0."
+msgstr "<item type=\"input\">=ISEVEN_ADD(5)</item> vraća 0."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id6238308\n"
+"help.text"
+msgid "<item type=\"input\">=ISEVEN_ADD(A1)</item> returns 1 if cell A1 contains the number <item type=\"input\">2</item>."
+msgstr "<item type=\"input\">=ISEVEN_ADD(A1)</item> vraća 1 ukoliko ćelija A1 sadrži broj <item type=\"input\">2</item>."
+
+#: 04060104.xhp
+#, fuzzy
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3154692\n"
+"help.text"
+msgid "<bookmark_value>ISNONTEXT function</bookmark_value><bookmark_value>cell contents;no text</bookmark_value>"
+msgstr "<bookmark_value>MDETERM funkcija</bookmark_value><bookmark_value>determinants</bookmark_value>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3154692\n"
+"68\n"
+"help.text"
+msgid "ISNONTEXT"
+msgstr "ISNONTEXT"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3155330\n"
+"69\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ISTKTEXT\">Tests if the cell contents are text or numbers, and returns FALSE if the contents are text.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ISTKTEXT\">Testira ćeliju za tekstove ili brojeve i vraća <emph>FALSE</emph> ukoliko sadrži tekst.</ahelp>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id5719779\n"
+"help.text"
+msgid "If an error occurs, the function returns TRUE."
+msgstr "Ukoliko se greška pojavi, funkcija vraća <emph>TRUE</emph>."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3154931\n"
+"70\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3148829\n"
+"71\n"
+"help.text"
+msgid "ISNONTEXT(Value)"
+msgstr ""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3146992\n"
+"72\n"
+"help.text"
+msgid "<emph>Value</emph> is any value or expression where a test is performed to determine whether it is a text or numbers or a Boolean value."
+msgstr "<emph>Vrijednost</emph>Je bilo koja vrijednost ili izraz gdje je testirano da se utvrdi da li je broj tekst, broj ili boolean vrijednost."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3150525\n"
+"73\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3149906\n"
+"74\n"
+"help.text"
+msgid "<item type=\"input\">=ISNONTEXT(D2)</item> returns FALSE if cell D2 contains the text <item type=\"input\">abcdef</item>."
+msgstr "<item type=\"input\">=ISNONTEXT(D2)</item> returns <emph>FALSE</emph> if cell D2 contains the text <item type=\"input\">abcdef</item>."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150777\n"
+"75\n"
+"help.text"
+msgid "<item type=\"input\">=ISNONTEXT(D9)</item> returns TRUE if cell D9 contains the number <item type=\"input\">8</item>."
+msgstr "<item type=\"input\">=ISNONTEXT(D9)</item> returns <emph>TRUE</emph> if cell D9 contains the number <item type=\"input\">8</item>."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3159148\n"
+"help.text"
+msgid "<bookmark_value>ISBLANK function</bookmark_value><bookmark_value>blank cell contents</bookmark_value><bookmark_value>empty cells; recognizing</bookmark_value>"
+msgstr "<bookmark_value>ISBLANK function</bookmark_value><bookmark_value>blank cell contents</bookmark_value><bookmark_value>empty cells; recognising</bookmark_value>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3159148\n"
+"77\n"
+"help.text"
+msgid "ISBLANK"
+msgstr "ISBLANK"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3148800\n"
+"78\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ISTLEER\">Returns TRUE if the reference to a cell is blank.</ahelp> This function is used to determine if the content of a cell is empty. A cell with a formula inside is not empty."
+msgstr "<ahelp hid=\"HID_FUNC_ISTLEER\">Vraća TRUE ukoliko je referentni poziv prazan.</ahelp> Funkcija se koristi da se utvrdi da li je ćelija prazna. ćelija sa formulom unutra nije prazna."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3159162\n"
+"79\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3158406\n"
+"80\n"
+"help.text"
+msgid "ISBLANK(Value)"
+msgstr ""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154212\n"
+"81\n"
+"help.text"
+msgid "<emph>Value</emph> is the content to be tested."
+msgstr "<emph>Vrijednost</emph> je sadrzaj koji se testira."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3147508\n"
+"82\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3147234\n"
+"83\n"
+"help.text"
+msgid "<item type=\"input\">=ISBLANK(D2)</item> returns FALSE as a result."
+msgstr "<item type=\"input\">=ISBLANK(D2)</item> returns <emph>FALSE</emph> as a result."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3155356\n"
+"help.text"
+msgid "<bookmark_value>ISLOGICAL function</bookmark_value><bookmark_value>number formats;logical</bookmark_value><bookmark_value>logical number formats</bookmark_value>"
+msgstr ""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3155356\n"
+"85\n"
+"help.text"
+msgid "ISLOGICAL"
+msgstr "ISLOGICAL"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3148926\n"
+"86\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ISTLOG\">Tests for a logical value (TRUE or FALSE).</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ISTLOG\">Returns TRUE if the cell contains a logical number format.</ahelp> The function is used in order to check for both TRUE and FALSE values in certain cells."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3541062\n"
+"help.text"
+msgid "If an error occurs, the function returns FALSE."
+msgstr "Ukoliko se grečka pojavi vrati <emph>FALSE</emph>."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3149162\n"
+"87\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3148918\n"
+"88\n"
+"help.text"
+msgid "ISLOGICAL(Value)"
+msgstr ""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3146946\n"
+"89\n"
+"help.text"
+msgid "Returns TRUE if <emph>Value</emph> is a logical value (TRUE or FALSE), and returns FALSE otherwise."
+msgstr "Returns <emph>Vrijednost</emph> if <emph>Value</emph> is a logical value (<emph>Vrijednost</emph> or <emph>FALSE</emph>) and returns <emph>FALSE</emph> otherwise."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3150709\n"
+"90\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3166442\n"
+"91\n"
+"help.text"
+msgid "<item type=\"input\">=ISLOGICAL(99)</item> returns FALSE, because 99 is a number, not a logical value."
+msgstr "<item type=\"input\">=ISLOGICAL(99)</item> vraća <emph>FALSE</emph> jer 99 je broj, ne logička vrijednost."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3556016\n"
+"help.text"
+msgid "<item type=\"input\">=ISLOGICAL(ISNA(D4))</item> returns TRUE whatever the contents of cell D4, because ISNA() returns a logical value."
+msgstr "<item type=\"input\">=ISLOGICAL(ISNA(D4))</item> vraća <emph>TRUE</emph> kad god je sadržaj ćelije D4, jer ISNA() vraća logičku vrijednost."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3153685\n"
+"help.text"
+msgid "<bookmark_value>ISNA function</bookmark_value><bookmark_value>#N/A error;recognizing</bookmark_value>"
+msgstr "<bookmark_value>ISNA function</bookmark_value><bookmark_value>#N/A error;recognising</bookmark_value>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3153685\n"
+"93\n"
+"help.text"
+msgid "ISNA"
+msgstr "ISNA"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3149105\n"
+"94\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ISTNV\">Returns TRUE if a cell contains the #N/A (value not available) error value.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ISTNV\">Vraća <emph>TRUE</emph> ukoliko ćelija sadrži <emph>#N/A</emph> (vrijednost nije dostupna) gresku.</ahelp>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id6018860\n"
+"help.text"
+msgid "If an error occurs, the function returns FALSE."
+msgstr "Ukoliko se grečka pojavi vrati <emph>FALSE</emph>."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3152947\n"
+"95\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153748\n"
+"96\n"
+"help.text"
+msgid "ISNA(Value)"
+msgstr ""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3152884\n"
+"97\n"
+"help.text"
+msgid "<emph>Value</emph> is the value or expression to be tested."
+msgstr "<emph>Vrijednost</emph> je vrijednost ili izraz koji se testira"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3149964\n"
+"98\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154852\n"
+"99\n"
+"help.text"
+msgid "<item type=\"input\">=ISNA(D3)</item> returns FALSE as a result."
+msgstr "<item type=\"input\">=ISNA(D3)</item> returns <emph>FALSE</emph>."
+
+#: 04060104.xhp
+#, fuzzy
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3149426\n"
+"help.text"
+msgid "<bookmark_value>ISTEXT function</bookmark_value><bookmark_value>cell contents;text</bookmark_value>"
+msgstr "<bookmark_value>MDETERM funkcija</bookmark_value><bookmark_value>determinants</bookmark_value>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3149426\n"
+"101\n"
+"help.text"
+msgid "ISTEXT"
+msgstr "ISTEXT"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3145368\n"
+"102\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ISTTEXT\">Returns TRUE if the cell contents refer to text.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ISTTEXT\">Vraća TRUE ukoliko je sadržaj tekst.</ahelp>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id6779686\n"
+"help.text"
+msgid "If an error occurs, the function returns FALSE."
+msgstr "Ukoliko se grečka pojavi vrati <emph>FALSE</emph>."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3154332\n"
+"103\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3148649\n"
+"104\n"
+"help.text"
+msgid "ISTEXT(Value)"
+msgstr ""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150417\n"
+"105\n"
+"help.text"
+msgid "<emph>Value</emph> is a value, number, Boolean value, or an error value to be tested."
+msgstr "<emph>Vrijednost</emph>je vrijednost, broj, boolean vrijednost ili vrijednost grečke koja se testira."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3149239\n"
+"106\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3144756\n"
+"107\n"
+"help.text"
+msgid "<item type=\"input\">=ISTEXT(D9)</item> returns TRUE if cell D9 contains the text <item type=\"input\">abcdef</item>."
+msgstr "<item type=\"input\">=ISTEXT(D9)</item> returns <emph>TRUE</emph> if cell D9 contains the text <item type=\"input\">abcdef</item>."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3148416\n"
+"108\n"
+"help.text"
+msgid "<item type=\"input\">=ISTEXT(C3)</item> returns FALSE if cell C3 contains the number <item type=\"input\">3</item>."
+msgstr "<item type=\"input\">=ISTEXT(C3)</item> returns <emph>FALSE</emph> if cell C3 contains the number <item type=\"input\">3</item>."
+
+#: 04060104.xhp
+#, fuzzy
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3153939\n"
+"help.text"
+msgid "<bookmark_value>ISODD_ADD function</bookmark_value>"
+msgstr "<bookmark_value>TODAY funkcija</bookmark_value>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3153939\n"
+"236\n"
+"help.text"
+msgid "ISODD_ADD"
+msgstr ""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153538\n"
+"237\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_ISODD\">Returns TRUE (1) if the number does not return a whole number when divided by 2.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_ISODD\">Vraća <emph>TRUE</emph> (1) ukoliko broj ne vraća cijeli broj kada je podijeljen sa 2.</ahelp>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3145601\n"
+"238\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3149485\n"
+"239\n"
+"help.text"
+msgid "ISODD_ADD(Number)"
+msgstr ""
+
+#: 04060104.xhp
+#, fuzzy
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153315\n"
+"240\n"
+"help.text"
+msgid "<emph>Number</emph> is the number to be tested."
+msgstr "<emph>Vrijednost</emph> je sadrzaj koji se testira."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3143274\n"
+"241\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060104.xhp
+#, fuzzy
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154793\n"
+"242\n"
+"help.text"
+msgid "<item type=\"input\">=ISODD_ADD(5)</item> returns 1."
+msgstr "<item type=\"input\">=ISEVEN_ADD(5)</item> vraća 0."
+
+#: 04060104.xhp
+#, fuzzy
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3148688\n"
+"help.text"
+msgid "<bookmark_value>ISNUMBER function</bookmark_value><bookmark_value>cell contents;numbers</bookmark_value>"
+msgstr "<bookmark_value>SUMIF function</bookmark_value><bookmark_value>sabiranje; odredjeni brojevi</bookmark_value>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3148688\n"
+"110\n"
+"help.text"
+msgid "ISNUMBER"
+msgstr "ISNUMBER"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154618\n"
+"111\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ISTZAHL\">Returns TRUE if the value refers to a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ISTZAHL\">Vrati TRUE ukoliko je vrijednost broj.</ahelp>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3152769\n"
+"112\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150595\n"
+"113\n"
+"help.text"
+msgid "ISNUMBER(Value)"
+msgstr ""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150351\n"
+"114\n"
+"help.text"
+msgid "<emph>Value</emph> is any expression to be tested to determine whether it is a number or text."
+msgstr "<emph>Vrijednost</emph> je izraz koji se testira da se utvrdi da li je broj ili tekst."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3146793\n"
+"115\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3155614\n"
+"116\n"
+"help.text"
+msgid "<item type=\"input\">=ISNUMBER(C3)</item> returns TRUE if the cell C3 contains the number <item type=\"input\">4</item>."
+msgstr "<item type=\"input\">=ISNUMBER(C3)</item> returns <emph>TRUE</emph> if the cell C3 contains the number <item type=\"input\">4</item>."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154417\n"
+"117\n"
+"help.text"
+msgid "<item type=\"input\">=ISNUMBER(C2)</item> returns FALSE if the cell C2 contains the text <item type=\"input\">abcdef</item>."
+msgstr "<item type=\"input\">=ISNUMBER(C2)</item> returns <emph>FALSE</emph> if the cell C2 contains the text <item type=\"input\">abcdef</item>."
+
+#: 04060104.xhp
+#, fuzzy
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3153694\n"
+"help.text"
+msgid "<bookmark_value>N function</bookmark_value>"
+msgstr "<bookmark_value>NOW funkcija</bookmark_value>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3153694\n"
+"119\n"
+"help.text"
+msgid "N"
+msgstr "N"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150405\n"
+"120\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_N\">Returns the numeric value of the given parameter. Returns 0 if parameter is text or FALSE.</ahelp>"
+msgstr ""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id9115573\n"
+"help.text"
+msgid "If an error occurs the function returns the error value."
+msgstr ""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3145774\n"
+"121\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153883\n"
+"122\n"
+"help.text"
+msgid "N(Value)"
+msgstr ""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3151101\n"
+"123\n"
+"help.text"
+msgid "<emph>Value</emph> is the parameter to be converted into a number. N() returns the numeric value if it can. It returns the logical values TRUE and FALSE as 1 and 0 respectively. It returns text as 0."
+msgstr ""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3147097\n"
+"124\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154117\n"
+"125\n"
+"help.text"
+msgid "<item type=\"input\">=N(123)</item> returns 123"
+msgstr "<item type=\"input\">=N(123)</item> vraća 123"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id2337717\n"
+"help.text"
+msgid "<item type=\"input\">=N(TRUE)</item> returns 1"
+msgstr "<item type=\"input\">=N(TRUE)</item> vraća 1"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153781\n"
+"126\n"
+"help.text"
+msgid "<item type=\"input\">=N(FALSE)</item> returns 0"
+msgstr "<item type=\"input\">=N(FALSE)</item> vraća 0"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154670\n"
+"243\n"
+"help.text"
+msgid "<item type=\"input\">=N(\"abc\")</item> returns 0"
+msgstr "<item type=\"input\">=N(\"abc\") </item>vraća 0"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3519089\n"
+"help.text"
+msgid "=N(1/0) returns #DIV/0!"
+msgstr ""
+
+#: 04060104.xhp
+#, fuzzy
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3156275\n"
+"help.text"
+msgid "<bookmark_value>NA function</bookmark_value><bookmark_value>#N/A error;assigning to a cell</bookmark_value>"
+msgstr "<bookmark_value>ISNA function</bookmark_value><bookmark_value>#N/A error;recognising</bookmark_value>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3156275\n"
+"129\n"
+"help.text"
+msgid "NA"
+msgstr "NA"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3156161\n"
+"130\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_NV\">Returns the error value #N/A.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_NV\">Vraća grešku vrijednost #N/A.</ahelp>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3147532\n"
+"131\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3149563\n"
+"132\n"
+"help.text"
+msgid "NA()"
+msgstr ""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3155128\n"
+"133\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154481\n"
+"134\n"
+"help.text"
+msgid "<item type=\"input\">=NA()</item> converts the contents of the cell into #N/A."
+msgstr "<item type=\"unos\">=NA()</item> konvertuje sadrzaj celije u #N/A."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3151255\n"
+"help.text"
+msgid "<bookmark_value>TYPE function</bookmark_value>"
+msgstr "<bookmark_value>TIP funkcije</bookmark_value>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3151255\n"
+"136\n"
+"help.text"
+msgid "TYPE"
+msgstr ""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3155900\n"
+"137\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_TYP\">Returns the type of value.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_TYP\">Vraca vrstu vrijednosti.</ahelp>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3149992\n"
+"138\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3148400\n"
+"139\n"
+"help.text"
+msgid "TYPE(Value)"
+msgstr "TIP(vrijednosti)"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150830\n"
+"140\n"
+"help.text"
+msgid "<emph>Value</emph> is a specific value for which the data type is determined. Value 1 = number, value 2 = text, value 4 = Boolean value, value 8 = formula, value 16 = error value."
+msgstr "<emph>Vrijednost</emph> je posebna vrijednost za koju je odredjena vrsta podataka Vrijednost 1 = broj, vrijednost 2 = tekst, vrijednost 4 = Boolean vrijednost, vrijednost 8 = formula, vrijednost 16 = pogresna vrijednost."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3154363\n"
+"141\n"
+"help.text"
+msgid "Example (see example table above)"
+msgstr "PRIMJER(vidi primjer tabele iznad)"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153357\n"
+"142\n"
+"help.text"
+msgid "<item type=\"input\">=TYPE(C2)</item> returns 2 as a result."
+msgstr "<item type=\"unos\">=TYPE(C2)</item> vra."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3148980\n"
+"143\n"
+"help.text"
+msgid "<item type=\"input\">=TYPE(D9)</item> returns 1 as a result."
+msgstr "<item type=\"unos\">=TYPE(D9)</item> vraca 1 kao rezultat."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3155509\n"
+"help.text"
+msgid "<bookmark_value>CELL function</bookmark_value><bookmark_value>cell information</bookmark_value><bookmark_value>information on cells</bookmark_value>"
+msgstr "<bookmark_value>Element funkcija</bookmark_value><bookmark_value>Element informacija</bookmark_value><bookmark_value>informacij</bookmark_value>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3155509\n"
+"154\n"
+"help.text"
+msgid "CELL"
+msgstr "celija"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153196\n"
+"155\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ZELLE\">Returns information on address, formatting or contents of a cell.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ZELLE\">Vraca informaciju na adresu, formatiranje ili sadrzaj celije.</ahelp>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3149323\n"
+"156\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3147355\n"
+"157\n"
+"help.text"
+msgid "CELL(\"InfoType\"; Reference)"
+msgstr "Celija(\"Info_type\"; Reference)"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154716\n"
+"158\n"
+"help.text"
+msgid "<emph>InfoType</emph> is the character string that specifies the type of information. The character string is always in English. Upper or lower case is optional."
+msgstr "<emph>Info_type</emph> je rijec koja predstavlja tip informacije. Izraz je uvijek na engleskom, velika ili mala slova su opcionalna."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150636\n"
+"165\n"
+"help.text"
+msgid "InfoType"
+msgstr "Info tip"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3149344\n"
+"166\n"
+"help.text"
+msgid "Meaning"
+msgstr "Znacenje"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153266\n"
+"167\n"
+"help.text"
+msgid "COL"
+msgstr ""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3156204\n"
+"168\n"
+"help.text"
+msgid "Returns the number of the referenced column."
+msgstr "Vraca broj referencirane kolone."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150094\n"
+"162\n"
+"help.text"
+msgid "<item type=\"input\">=CELL(\"COL\";D2)</item> returns 4."
+msgstr "<item type=\"input\">=CELL(\"COL\"; D2)</item> vraca 4."
+
+#: 04060104.xhp
+#, fuzzy
+msgctxt ""
+"04060104.xhp\n"
+"par_id3151276\n"
+"169\n"
+"help.text"
+msgid "ROW"
+msgstr "ROWS"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3147583\n"
+"170\n"
+"help.text"
+msgid "Returns the number of the referenced row."
+msgstr "Vraca broj referenciranog reda"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3151222\n"
+"163\n"
+"help.text"
+msgid "<item type=\"input\">=CELL(\"ROW\";D2)</item> returns 2."
+msgstr "<item type=\"input\">=CELL(\"ROW\"; D2)</item> vraca 2."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3159217\n"
+"171\n"
+"help.text"
+msgid "SHEET"
+msgstr "list"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3151201\n"
+"172\n"
+"help.text"
+msgid "Returns the number of the referenced sheet."
+msgstr "Vraca broj referenciranog papira."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3149169\n"
+"164\n"
+"help.text"
+msgid "<item type=\"input\">=CELL(\"Sheet\";Sheet3.D2)</item> returns 3."
+msgstr "<item type=\"input\">=CELL(\"Sheet\"; Sheet3.D2)</item> vraca 3."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3149431\n"
+"173\n"
+"help.text"
+msgid "ADDRESS"
+msgstr ""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3156054\n"
+"174\n"
+"help.text"
+msgid "Returns the absolute address of the referenced cell."
+msgstr "Vraca apsolutnu adresu u referenciranu celiju."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154136\n"
+"175\n"
+"help.text"
+msgid "<item type=\"input\">=CELL(\"ADDRESS\";D2)</item> returns $D$2."
+msgstr "<item type=\"input\">=CELL(\"ADDRESS\"; D2)</item> vraca $D$2."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3159198\n"
+"176\n"
+"help.text"
+msgid "<item type=\"input\">=CELL(\"ADDRESS\";Sheet3.D2)</item> returns $Sheet3.$D$2."
+msgstr "<item type=\"input\">=CELL(\"ADDRESS\"; Sheet3.D2)</item> vraca $Sheet3.$D$2."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150245\n"
+"177\n"
+"help.text"
+msgid "<item type=\"input\">=CELL(\"ADDRESS\";'X:\\dr\\test.sxc'#$Sheet1.D2)</item> returns 'file:///X:/dr/test.sxc'#$Sheet1.$D$2."
+msgstr "<item type=\"input\">=CELL(\"ADDRESS\"; 'X:\\dr\\test.sxc'#$Sheet1.D2)</item> vraca <emph>'file:///X:/dr/test.sxc'#$Sheet1.$D$2</emph>."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3146811\n"
+"178\n"
+"help.text"
+msgid "FILENAME"
+msgstr "IME DATOTEKE"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3151328\n"
+"179\n"
+"help.text"
+msgid "Returns the file name and the sheet number of the referenced cell."
+msgstr "Vraca ime datoteke i broj tabele u referenciranu celiju."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3148896\n"
+"180\n"
+"help.text"
+msgid "<item type=\"input\">=CELL(\"FILENAME\";D2)</item> returns 'file:///X:/dr/own.sxc'#$Sheet1, if the formula in the current document X:\\dr\\own.sxc is located in Sheet1."
+msgstr ":<item type=\"input\">=CELL(\"FILENAME\"; D2)</item> vraca <emph>'file:///X:/dr/own.sxc'#$Sheet1</emph>, ako je formula u trenutnom dokumentu X:\\dr\\own.sxc locirana je u tebeli1."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3155144\n"
+"181\n"
+"help.text"
+msgid "<item type=\"input\">=CELL(\"FILENAME\";'X:\\dr\\test.sxc'#$Sheet1.D2)</item> returns 'file:///X:/dr/test.sxc'#$Sheet1."
+msgstr "<item type=\"input\">=CELL(\"FILENAME\"; 'X:\\dr\\test.sxc'#$Sheet1.D2)</item> vraca <emph>'file:///X:/dr/test.sxc'#$Sheet1</emph>."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3151381\n"
+"182\n"
+"help.text"
+msgid "COORD"
+msgstr ""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3151004\n"
+"183\n"
+"help.text"
+msgid "Returns the complete cell address in Lotus(TM) notation."
+msgstr "Vraca kompletnu adresu celije u Lotus(TM) notaciji"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3159104\n"
+"184\n"
+"help.text"
+msgid "<item type=\"input\">=CELL(\"COORD\"; D2)</item> returns $A:$D$2."
+msgstr "<item type=\"input\">=CELL(\"COORD\"; D2)</item> vraca $A:$D$2."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3163720\n"
+"185\n"
+"help.text"
+msgid "<item type=\"input\">=CELL(\"COORD\"; Sheet3.D2)</item> returns $C:$D$2."
+msgstr "<item type=\"input\">=CELL(\"COORD\"; Sheet3.D2)</item> vraca $C:$D$2."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3155910\n"
+"186\n"
+"help.text"
+msgid "CONTENTS"
+msgstr "SADRZAJ"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3156041\n"
+"187\n"
+"help.text"
+msgid "Returns the contents of the referenced cell, without any formatting."
+msgstr "Vraca sadrzaj referencirane celije, bez formatiranja"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3151069\n"
+"188\n"
+"help.text"
+msgid "TYPE"
+msgstr ""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3155344\n"
+"189\n"
+"help.text"
+msgid "Returns the type of cell contents."
+msgstr "Vraca tip sadrzaja celije."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3145217\n"
+"190\n"
+"help.text"
+msgid "b = blank. empty cell"
+msgstr "b = blank. prazna celija"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3155176\n"
+"191\n"
+"help.text"
+msgid "l = label. Text, result of a formula as text"
+msgstr "l = label. Tekst, rezultat formule u tekstu"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3147280\n"
+"192\n"
+"help.text"
+msgid "v = value. Value, result of a formula as a number"
+msgstr "v = value. Vrijednost, rezultat formule kao broj"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3156348\n"
+"193\n"
+"help.text"
+msgid "WIDTH"
+msgstr "Velicina"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154920\n"
+"194\n"
+"help.text"
+msgid "Returns the width of the referenced column. The unit is the number of zeros (0) that fit into the column in the default text and the default size."
+msgstr "Vraca velicinu referencirane kolone. Jedinica je broj nula (0) koji stane u kolonu u defoltnom tekstu sa defoltnom velicinom."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3152355\n"
+"195\n"
+"help.text"
+msgid "PREFIX"
+msgstr ""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154230\n"
+"196\n"
+"help.text"
+msgid "Returns the alignment of the referenced cell."
+msgstr "Vraca poravnavanje referencirane celije."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3155946\n"
+"197\n"
+"help.text"
+msgid "' = align left or left-justified"
+msgstr "' = poravnaj lijevo"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3147220\n"
+"198\n"
+"help.text"
+msgid "\" = align right"
+msgstr "\" = poravnaj desno"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3149038\n"
+"199\n"
+"help.text"
+msgid "^ = centered"
+msgstr "^ = centrirano"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153129\n"
+"200\n"
+"help.text"
+msgid "\\ = repeating (currently inactive)"
+msgstr "\\ = ponavljanje (trenutno ne radi)"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154406\n"
+"201\n"
+"help.text"
+msgid "PROTECT"
+msgstr "Zastita"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3145127\n"
+"202\n"
+"help.text"
+msgid "Returns the status of the cell protection for the cell."
+msgstr "Vraca status celije da li je zasticena."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3155794\n"
+"203\n"
+"help.text"
+msgid "1 = cell is protected"
+msgstr "1 = celije ja zasticena"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3155072\n"
+"204\n"
+"help.text"
+msgid "0 = cell is not protected"
+msgstr "0 = celija nije zasticena"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3156178\n"
+"205\n"
+"help.text"
+msgid "FORMAT"
+msgstr ""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150220\n"
+"206\n"
+"help.text"
+msgid "Returns a character string that indicates the number format."
+msgstr "Vraca izraz slovo."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153824\n"
+"207\n"
+"help.text"
+msgid ", = number with thousands separator"
+msgstr ", = broj sa hiljadu separatorom"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153837\n"
+"208\n"
+"help.text"
+msgid "F = number without thousands separator"
+msgstr "F = broj bez hiljadu separatora"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150318\n"
+"209\n"
+"help.text"
+msgid "C = currency format"
+msgstr "C = format valute"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153168\n"
+"210\n"
+"help.text"
+msgid "S = exponential representation, for example, 1.234+E56"
+msgstr "S = eksponencijalna representacija naprimjer, 1.234+E56"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153515\n"
+"211\n"
+"help.text"
+msgid "P = percentage"
+msgstr "P = procenat"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154375\n"
+"212\n"
+"help.text"
+msgid "In the above formats, the number of decimal places after the decimal separator is given as a number. Example: the number format #,##0.0 returns ,1 and the number format 00.000% returns P3"
+msgstr "U navedenim formatima, broj decimalnih mjesta poslije separatora je dat kao broj. Primjer: broj formata #,##0.0 vraca ,1 i broj formata 00.000% vraca P3"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150575\n"
+"213\n"
+"help.text"
+msgid "D1 = MMM-D-YY, MM-D-YY and similar formats"
+msgstr "D1 = MMM-D-YY, MM-D-YY i slicni formati"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150589\n"
+"214\n"
+"help.text"
+msgid "D2 = DD-MM"
+msgstr ""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3151034\n"
+"215\n"
+"help.text"
+msgid "D3 = MM-YY"
+msgstr ""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3156371\n"
+"216\n"
+"help.text"
+msgid "D4 = DD-MM-YYYY HH:MM:SS"
+msgstr ""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3157881\n"
+"217\n"
+"help.text"
+msgid "D5 = MM-DD"
+msgstr ""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3157894\n"
+"218\n"
+"help.text"
+msgid "D6 = HH:MM:SS AM/PM"
+msgstr ""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154068\n"
+"219\n"
+"help.text"
+msgid "D7 = HH:MM AM/PM"
+msgstr ""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150286\n"
+"220\n"
+"help.text"
+msgid "D8 = HH:MM:SS"
+msgstr ""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3145756\n"
+"221\n"
+"help.text"
+msgid "D9 = HH:MM"
+msgstr ""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3145768\n"
+"222\n"
+"help.text"
+msgid "G = All other formats"
+msgstr "G = Svi ostali formati"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153375\n"
+"223\n"
+"help.text"
+msgid "- (Minus) at the end = negative numbers are formatted in color"
+msgstr "- (Minus) na kraju = negativni brojevi su u bojama"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3155545\n"
+"224\n"
+"help.text"
+msgid "() (brackets) at the end = there is an opening bracket in the format code"
+msgstr "() (zagrade) na kraju = postoji otvorena zagrada u formatu koda"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154594\n"
+"225\n"
+"help.text"
+msgid "COLOR"
+msgstr "boja"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3152922\n"
+"226\n"
+"help.text"
+msgid "Returns 1, if negative values have been formatted in color, otherwise 0."
+msgstr "Vraca 1, ako je negativa vrijednost formatirana u boji, inace 0."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3145563\n"
+"227\n"
+"help.text"
+msgid "PARENTHESES"
+msgstr "Srednja zagrad"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3156072\n"
+"228\n"
+"help.text"
+msgid "Returns 1 if the format code contains an opening bracket (, otherwise 0."
+msgstr "Vraca 1 ako je u formatu koda otvorena zagrada (, inace 0."
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3156090\n"
+"159\n"
+"help.text"
+msgid "<emph>Reference</emph> (list of options) is the position of the cell to be examined. If <emph>Reference</emph> is a range, the cell moves to the top left of the range. If <emph>Reference</emph> is missing, $[officename] Calc uses the position of the cell in which this formula is located. Microsoft Excel uses the reference of the cell in which the cursor is positioned."
+msgstr "<emph>Referenca</emph> (lista opcija) je pozicija celija koja se proucava. Ako <emph>Referenca</emph> je doseg, celija se pomjera na kraj lijevo od dosega. Ako <emph>Referenca</emph> fali, $[officename] Calc koristi poziciju celije u kojoj je formula locirana. Microsoft Excel koristi referencu celije u kojoj je kursor poziciran."
+
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"tit\n"
+"help.text"
+msgid "YEARFRAC"
+msgstr "YEARFRAC"
+
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"bm_id3148735\n"
+"help.text"
+msgid "<bookmark_value>YEARFRAC function</bookmark_value>"
+msgstr "<bookmark_value>YEARFRAC funkciju</bookmark_value>"
+
+#: func_yearfrac.xhp
+#, fuzzy
+msgctxt ""
+"func_yearfrac.xhp\n"
+"hd_id3148735\n"
+"196\n"
+"help.text"
+msgid "<variable id=\"yearfrac\"><link href=\"text/scalc/01/func_yearfrac.xhp\">YEARFRAC</link></variable>"
+msgstr "<variable id=\"solver\"><link href=\"text/scalc/01/solver.xhp\">Rješavač</link></variable>"
+
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3150899\n"
+"197\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_YEARFRAC\"> The result is a number between 0 and 1, representing the fraction of a year between <emph>StartDate</emph> and <emph>EndDate</emph>.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_YEARFRAC\"> Rezultat je broj izmedu 0 i 1, predstavljajuci frakciju godine izmedu <emph>pocetnog datuma</emph> i <emph>krajnjeg datuma</emph>.</ahelp>"
+
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"hd_id3155259\n"
+"198\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3155823\n"
+"199\n"
+"help.text"
+msgid "YEARFRAC(StartDate; EndDate; Basis)"
+msgstr "YEARFRAC(Start_date; End_date; Osnova)"
+
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3145144\n"
+"200\n"
+"help.text"
+msgid "<emph>StartDate</emph> and <emph>EndDate</emph> are two date values."
+msgstr "<emph>Start_date</emph>i <emph>End_date</emph> su dvije vrijednosti vremena."
+
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3149954\n"
+"201\n"
+"help.text"
+msgid "<emph>Basis</emph> is chosen from a list of options and indicates how the year is to be calculated."
+msgstr "<emph>Osnova</emph> se bira sa liste opcija i pokazuje kako se godina racuna."
+
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3146847\n"
+"202\n"
+"help.text"
+msgid "Basis"
+msgstr "Osnova"
+
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3155956\n"
+"203\n"
+"help.text"
+msgid "Calculation"
+msgstr "Računica"
+
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3154502\n"
+"204\n"
+"help.text"
+msgid "0 or missing"
+msgstr ""
+
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3149877\n"
+"205\n"
+"help.text"
+msgid "US method (NASD), 12 months of 30 days each"
+msgstr "US metoda (NASD), 12 mjeseci po 30 dana svaki"
+
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3148766\n"
+"250\n"
+"help.text"
+msgid "1"
+msgstr ""
+
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3154326\n"
+"206\n"
+"help.text"
+msgid "Exact number of days in months, exact number of days in year"
+msgstr "Tacan broj dana u mjesecu, tacan broj dana u godini"
+
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3145245\n"
+"251\n"
+"help.text"
+msgid "2"
+msgstr ""
+
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3155620\n"
+"207\n"
+"help.text"
+msgid "Exact number of days in month, year has 360 days"
+msgstr "Tacan broj dana u mjesecu, godina ima 360 dana"
+
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3145297\n"
+"252\n"
+"help.text"
+msgid "3"
+msgstr ""
+
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3148394\n"
+"208\n"
+"help.text"
+msgid "Exact number of days in month, year has 365 days"
+msgstr "Tacan broj dana u mjesecu, godina ima 365 dana"
+
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3151022\n"
+"253\n"
+"help.text"
+msgid "4"
+msgstr ""
+
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3150931\n"
+"209\n"
+"help.text"
+msgid "European method, 12 months of 30 days each"
+msgstr "Evropska metoda, 12 mjeseci po 30 dana svaki"
+
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"hd_id3145626\n"
+"210\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3149007\n"
+"211\n"
+"help.text"
+msgid "What fraction of the year 2008 lies between 2008-01-01 and 2008-07-01?"
+msgstr "Koja frkacija godine 2008 leži izmedu 01/01/2008 I 01/07/2008?"
+
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3154632\n"
+"212\n"
+"help.text"
+msgid "=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0) returns 0.50."
+msgstr "Err:509"
+
+#: 12040300.xhp
+msgctxt ""
+"12040300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Advanced Filter"
+msgstr "Napredni filter"
+
+#: 12040300.xhp
+msgctxt ""
+"12040300.xhp\n"
+"hd_id3158394\n"
+"1\n"
+"help.text"
+msgid "Advanced Filter"
+msgstr "Napredni filter"
+
+#: 12040300.xhp
+msgctxt ""
+"12040300.xhp\n"
+"par_id3156281\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"spezialfilter\"><ahelp hid=\".uno:DataFilterSpecialFilter\">Defines an advanced filter.</ahelp></variable>"
+msgstr ""
+
+#: 12040300.xhp
+msgctxt ""
+"12040300.xhp\n"
+"par_idN105EB\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/guide/filters.xhp#filters\"/>"
+msgstr ""
+
+#: 12040300.xhp
+msgctxt ""
+"12040300.xhp\n"
+"hd_id3153771\n"
+"25\n"
+"help.text"
+msgid "Read filter criteria from"
+msgstr "Citajte kriterij filtriranja pod:"
+
+#: 12040300.xhp
+msgctxt ""
+"12040300.xhp\n"
+"par_id3147426\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_SPEC_FILTER:ED_CRITERIA_AREA\">Select the named range, or enter the cell range that contains the filter criteria that you want to use.</ahelp>"
+msgstr "<ahelp hid=\"SC:EDIT:RID_SCDLG_SPEC_FILTER:ED_CRITERIA_AREA\">Izberite imenovani prostor,ili unesite raspon celije koja sadrzi kriterije filtriranja koje hocete da koristite.</ahelp>"
+
+#: 12040300.xhp
+msgctxt ""
+"12040300.xhp\n"
+"hd_id3153188\n"
+"27\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12040201.xhp\" name=\"More\">More</link>"
+msgstr "<link href=\"text/scalc/01/12040201.xhp\" name=\"More\">Opširnije</link>"
+
+#: 06030600.xhp
+msgctxt ""
+"06030600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Trace Error"
+msgstr "Prati grešku"
+
+#: 06030600.xhp
+msgctxt ""
+"06030600.xhp\n"
+"bm_id3153561\n"
+"help.text"
+msgid "<bookmark_value>cells; tracing errors</bookmark_value><bookmark_value>tracing errors</bookmark_value><bookmark_value>error tracing</bookmark_value>"
+msgstr "<bookmark_value>celije; pronalazenje gresaka </bookmark_value><bookmark_value>tracing errors</bookmark_value><bookmark_value>pronalazenje gresaka</bookmark_value>"
+
+#: 06030600.xhp
+msgctxt ""
+"06030600.xhp\n"
+"hd_id3153561\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06030600.xhp\" name=\"Trace Error\">Trace Error</link>"
+msgstr "<link href=\"text/scalc/01/06030600.xhp\" name=\"Trace Error\">Prati grešku</link>"
+
+#: 06030600.xhp
+msgctxt ""
+"06030600.xhp\n"
+"par_id3148550\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ShowErrors\" visibility=\"visible\">Draws tracer arrows to all precedent cells which cause an error value in a selected cell.</ahelp>"
+msgstr "<ahelp hid=\".uno:ShowErrors\" visibility=\"visible\">Crta strelije na sve precedent celije sto izaziva gresku u odabranoj celiji.</ahelp>"
+
+#: 02140200.xhp
+msgctxt ""
+"02140200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Right"
+msgstr "Desno"
+
+#: 02140200.xhp
+msgctxt ""
+"02140200.xhp\n"
+"hd_id3153896\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02140200.xhp\" name=\"Right\">Right</link>"
+msgstr "<link href=\"text/scalc/01/02140200.xhp\" name=\"Right\">Desno</link>"
+
+#: 02140200.xhp
+msgctxt ""
+"02140200.xhp\n"
+"par_id3153361\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:FillRight\" visibility=\"visible\">Fills a selected range of at least two columns with the contents of the left most cell.</ahelp>"
+msgstr "<ahelp hid=\".uno:FillRight\" visibility=\"visible\">Ispunjava oznaceni raspon od bar dvije kolone sa sadržajem prve celije na lijevoj strani.</ahelp>"
+
+#: 02140200.xhp
+msgctxt ""
+"02140200.xhp\n"
+"par_id3154684\n"
+"3\n"
+"help.text"
+msgid "If a range of only one row is selected, the contents of the far left cell are copied to all the other selected cells. If you have selected several rows, each of the far left cells is copied into those cells to the right."
+msgstr "Ako ste izabrali raspon od samo jednog reda, sadržaj od prve celije na lijevoj strani ce biti kopiran na sve druge oznacene celije. Ako ste oznacili nekoliko redova, svaka od prvih celija sa lijeve strane ce biti kopirana u one sa desne strane."
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"tit\n"
+"help.text"
+msgid "Data field"
+msgstr ""
+
+#: 12090105.xhp
+#, fuzzy
+msgctxt ""
+"12090105.xhp\n"
+"bm_id7292397\n"
+"help.text"
+msgid "<bookmark_value>calculating;pivot table</bookmark_value>"
+msgstr "<bookmark_value>RSQ kalkulacije</bookmark_value>"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"hd_id3150871\n"
+"1\n"
+"help.text"
+msgid "Data field"
+msgstr ""
+
+#: 12090105.xhp
+#, fuzzy
+msgctxt ""
+"12090105.xhp\n"
+"par_id3154124\n"
+"16\n"
+"help.text"
+msgid "The contents of this dialog is different for data fields in the <emph>Data</emph> area, and data fields in the <emph>Row</emph> or <emph>Column</emph> area of the <link href=\"text/scalc/01/12090102.xhp\" name=\"Pivot table\">Pivot Table</link> dialog."
+msgstr "Sadrzaj ovog dijaloga je drugaciji od onog za polja za podatke <emph>Podaci</emph> i polja za podatke u <emph>Row</emph> or <emph> Kolona</emph> podruciju linka <link href=\"text/scalc/01/12090102.xhp\" name=\"DataPilot\">DataPilot</link> dialoga."
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"hd_id3152596\n"
+"2\n"
+"help.text"
+msgid "Subtotals"
+msgstr "Podsume"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_id3151113\n"
+"3\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_PIVOTSUBT\">Specify the subtotals that you want to calculate.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_PIVOTSUBT\">Specifiraj subtotale koje zelis da izracunas.</ahelp>"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"hd_id3145366\n"
+"4\n"
+"help.text"
+msgid "None"
+msgstr "Ništa"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_id3152576\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_PIVOTSUBT:BTN_NONE\">Does not calculate subtotals.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_PIVOTSUBT:BTN_NONE\">Ne racuna subtotale.</ahelp>"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"hd_id3154012\n"
+"6\n"
+"help.text"
+msgid "Automatic"
+msgstr "Automatski"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_id3155856\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_PIVOTSUBT:BTN_AUTO\">Automatically calculates subtotals.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_PIVOTSUBT:BTN_AUTO\">Automatski racuna subtotale.</ahelp>"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"hd_id3155411\n"
+"8\n"
+"help.text"
+msgid "User-defined"
+msgstr "Korisnički definisan"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_id3149581\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_PIVOTSUBT:BTN_USER\">Select this option, and then click the type of subtotal that you want to calculate in the list.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_PIVOTSUBT:BTN_USER\">Selektuj ovu opciju,i onda klikni na subtotal koji zelis da izracunas.</ahelp>"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"hd_id3147124\n"
+"10\n"
+"help.text"
+msgid "Function"
+msgstr "Funkcija"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_id3154490\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SC:MULTILISTBOX:RID_SCDLG_PIVOTSUBT:LB_FUNC\">Click the type of subtotal that you want to calculate. This option is only available if the <emph>User-defined</emph> option is selected.</ahelp>"
+msgstr "<ahelp hid=\"SC:MULTILISTBOX:RID_SCDLG_PIVOTSUBT:LB_FUNC\">Klikni na tip subtotala koji zelite da izracunate. Ova opcija je dostupna samo ako je <emph>Korisnik-defined</emph> selektovana.</ahelp>"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"hd_id3154944\n"
+"14\n"
+"help.text"
+msgid "Show elements without data"
+msgstr "Prikazi elemente bez podataka"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_id3149403\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_PIVOTSUBT:CB_SHOWALL\">Includes empty columns and rows in the results table.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_PIVOTSUBT:CB_SHOWALL\">Ukljucuje prazne kolone i redove u rezultujucoj tabeli.</ahelp>"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"hd_id3149122\n"
+"12\n"
+"help.text"
+msgid "Name:"
+msgstr "Ime:"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_id3150749\n"
+"13\n"
+"help.text"
+msgid "Lists the name of the selected data field."
+msgstr "Prikaze ime selektovanog polja za podatke."
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN106EC\n"
+"help.text"
+msgid "More"
+msgstr "Opširnije"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN106F0\n"
+"help.text"
+msgid "<ahelp hid=\".\">Expands or reduces the dialog. The <emph>More</emph> button is visible for data fields only.</ahelp>"
+msgstr "<ahelp hid=\".\">Siri ili smanjuje dijalog. <emph>Opširnije</emph> dugme je vidljivo samo za polja sa podacima.</ahelp>"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN106F3\n"
+"help.text"
+msgid "Options"
+msgstr "Opcije"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN106F7\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the <link href=\"text/scalc/01/12090106.xhp\">Data Field Options</link> dialog. The <emph>Options</emph> button is visible for column, row, or page fields only.</ahelp>"
+msgstr "<ahelp hid=\".\">Otvara <link href=\"text/scalc/01/12090106.xhp\">Opcije polja sa podacima</link> dialog. <emph>Opcije</emph> dugme je vidljivo samo za kolonu,red, ili polje sa podacima.</ahelp>"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN10708\n"
+"help.text"
+msgid "If the dialog is expanded by the <emph>More</emph> button, the following items are added to the dialog:"
+msgstr "Ako se dijalog prosiri sa <emph>Opširnije</emph> dugmetom, sljedeci itemi se dodaju u dijalog:"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN1070B\n"
+"help.text"
+msgid "Displayed value"
+msgstr "Prikazana vrijednost"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN1070F\n"
+"help.text"
+msgid "<ahelp hid=\".\">For each data field, you can select the type of display.</ahelp> For some types you can select additional information for a base field and a base item."
+msgstr "<ahelp hid=\".\">Za svako polje mozete selektovati tip prikazivanja.</ahelp> Za neke tipove mozete selektovati dodatne informacije za bazno polje ili bazni objekt."
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN10712\n"
+"help.text"
+msgid "Type"
+msgstr "Vrsta"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN10716\n"
+"help.text"
+msgid "<ahelp hid=\"1495371266\">Select the type of calculating of the displayed value for the data field.</ahelp>"
+msgstr "<ahelp hid=\"1495371266\">Selektujte tip za kalkulaciju prikazane vrijednosti za polje sa podatcima.</ahelp>"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN10724\n"
+"help.text"
+msgid "Type"
+msgstr "Vrsta"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN1072A\n"
+"help.text"
+msgid "Displayed value"
+msgstr "Prikazana vrijednost"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN10731\n"
+"help.text"
+msgid "Normal"
+msgstr "Normalno"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN10737\n"
+"help.text"
+msgid "Results are shown unchanged"
+msgstr "Rezultati su prikazani ne promijenjeni"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN1073E\n"
+"help.text"
+msgid "Difference from"
+msgstr "Razlika od"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN10744\n"
+"help.text"
+msgid "From each result, its reference value (see below) is subtracted, and the difference is shown. Totals outside of the base field are shown as empty results."
+msgstr "Od svakog rezultata, njegova referentna vrijednost (vidi ispod) se oduzima, i razlika je prikazana. Totali izvan baznog polja su prikazani kao prazni rezultati."
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN10747\n"
+"help.text"
+msgid "<emph>Named item</emph>"
+msgstr "<emph>Imenovani objekat</emph>"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN1074C\n"
+"help.text"
+msgid "If a base item name is specified, the reference value for a combination of field items is the result where the item in the base field is replaced by the specified base item."
+msgstr "Ako je bazni objekat specificiran, referentna vrijednost za kombinaciju polja je rezultat gdje se objekat u baznom polju zamjeni sa specificiranim baznim objektom."
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN1074F\n"
+"help.text"
+msgid "<emph>Previous item or Next item</emph>"
+msgstr "<emph>Prosli ili sljedeci item</emph>"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN10754\n"
+"help.text"
+msgid "If \"previous item\" or \"next item\" is specified as the base item, the reference value is the result for the next visible member of the base field, in the base field's sort order."
+msgstr "Ako je prosli item ili sljedeci item specificiran kao bazni item, referentna vrijednost se uzima za sljedeci vidljivi clan baznog polja, po baznom sortiranom poretku."
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN1075B\n"
+"help.text"
+msgid "% Of"
+msgstr "% Od"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN10761\n"
+"help.text"
+msgid "Each result is divided by its reference value. The reference value is determined in the same way as for \"Difference from\". Totals outside of the base field are shown as empty results."
+msgstr "Svaki rezultat se dijeli sa svojom referentnom vrijednosti. Referentna vrijednost se odredjuje na isti nacin kao i za \"Razlicito od\".Totali izvan baznog polja se prikazuju kao prazni rezultati."
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN1076A\n"
+"help.text"
+msgid "% Difference from"
+msgstr "% Razlika od"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN10770\n"
+"help.text"
+msgid "From each result, its reference value is subtracted, and the difference is divided by the reference value. The reference value is determined in the same way as for \"Difference from\". Totals outside of the base field are shown as empty results."
+msgstr "Od svakog rezultata, njegova referentna vrijednost je oduzeta, a razlika je podijeljena sa referentnom vrijednosti.Referentna vrijednost se odredjuje na isti nacin kao i \"Razlika od\". Totali izvan baznog polja su prikazani kao prazni rezultati."
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN10777\n"
+"help.text"
+msgid "Running total in"
+msgstr "Ukupno pokrenuto u"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN1077D\n"
+"help.text"
+msgid "Each result is added to the sum of the results for preceding items in the base field, in the base field's sort order, and the total sum is shown."
+msgstr "Svaki rezultat se dodaje sumi rezultata za predhodni item u baznom polju, po baznom sortiranom redu, i ukupna suma je prikazana."
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN10780\n"
+"help.text"
+msgid "Results are always summed, even if a different summary function was used to get each result."
+msgstr "Rezultati se uvijek zbrajaju, cak i ako se koristi razlicita zbirna funkcija."
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN10787\n"
+"help.text"
+msgid "% of row"
+msgstr "% od reda"
+
+#: 12090105.xhp
+#, fuzzy
+msgctxt ""
+"12090105.xhp\n"
+"par_idN1078D\n"
+"help.text"
+msgid "Each result is divided by the total result for its row in the pivot table. If there are several data fields, the total for the result's data field is used. If there are subtotals with manually selected summary functions, the total with the data field's summary function is still used."
+msgstr "Svaki rezultat se dijeli sa ukupnim brojem rezultata. Ako ima subtotala sa rucno izabranim funkcijama, koristi se funkcija polja sa podatcima."
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN10794\n"
+"help.text"
+msgid "% of column"
+msgstr "% od kolone"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN1079A\n"
+"help.text"
+msgid "Same as \"% of row\", but the total for the result's column is used."
+msgstr "Isto kao i \"% reda\"ali se koristi total od kolone."
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN107A1\n"
+"help.text"
+msgid "% of total"
+msgstr "% od ukupnog"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN107A7\n"
+"help.text"
+msgid "Same as \"% of row\", but the grand total for the result's data field is used."
+msgstr "Isto kao i \"% reda\" ali koristi se ukupni zbir od polja sa podacima."
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN107AE\n"
+"help.text"
+msgid "Index"
+msgstr "Indeks"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN107B4\n"
+"help.text"
+msgid "The row and column totals and the grand total, following the same rules as above, are used to calculate the following expression:"
+msgstr "Svi totali redova i kolona se koriste za izracunavanje sljedeceg izraza:"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN107B7\n"
+"help.text"
+msgid "( original result * grand total ) / ( row total * column total )"
+msgstr ""
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN107BA\n"
+"help.text"
+msgid "Base field"
+msgstr "Osnovno polje"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN107BE\n"
+"help.text"
+msgid "<ahelp hid=\"1495371267\">Select the field from which the respective value is taken as base for the calculation.</ahelp>"
+msgstr "<ahelp hid=\"1495371267\">Selektujte polje od kojeg je uzeta vrijednost za kalkulaciju.</ahelp>"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN107C1\n"
+"help.text"
+msgid "Base item"
+msgstr "Osnovna jedinica"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN107C5\n"
+"help.text"
+msgid "<ahelp hid=\"1495371268\">Select the item of the base field from which the respective value is taken as base for the calculation.</ahelp>"
+msgstr "<ahelp hid=\"1495371268\">Selektujte item od kojeg je uzeta vrijednost za kalkulaciju.</ahelp>"
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Deleting Contents"
+msgstr "Brisanje Sadržaja"
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"bm_id3143284\n"
+"help.text"
+msgid "<bookmark_value>deleting; cell contents</bookmark_value><bookmark_value>cells; deleting contents</bookmark_value><bookmark_value>spreadsheets; deleting cell contents</bookmark_value><bookmark_value>cell contents; deleting</bookmark_value>"
+msgstr ""
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"hd_id3143284\n"
+"1\n"
+"help.text"
+msgid "Deleting Contents"
+msgstr "Brisanje Sadržaja"
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"par_id3149456\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"inhalteloeschentext\"><ahelp hid=\".uno:Delete\">Specifies the contents to be deleted from the active cell or from a selected cell range.</ahelp></variable> If several sheets are selected, all selected sheets will be affected."
+msgstr "<variable id=\"inhalteloeschentext\"><ahelp hid=\".uno:Delete\">Specificira sadržaj koji treba da se obriše iz aktivne celije od izabranog raspona celija.</ahelp></variable> Samo se briše sadržaj od aktivne ili izabrane celije. Slicno, ako je oznaceno nekoliko tabela, one ce biti obrisane."
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"par_id3159154\n"
+"21\n"
+"help.text"
+msgid "This dialog is also called by pressing Backspace after the cell cursor has been activated on the sheet."
+msgstr ""
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"par_id3145367\n"
+"22\n"
+"help.text"
+msgid "Pressing Delete deletes content without calling the dialog or changing formats."
+msgstr ""
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"par_id3153951\n"
+"23\n"
+"help.text"
+msgid "Use <emph>Cut</emph> on the Standard bar to delete contents and formats without the dialog."
+msgstr "Koristite <emph>Reži</emph> na baru Standard da obrišete sadržaje i formate bez dijalog prozora."
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"hd_id3148575\n"
+"3\n"
+"help.text"
+msgid "Selection"
+msgstr "Izbor"
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"par_id3149665\n"
+"4\n"
+"help.text"
+msgid "This area lists the options for deleting contents."
+msgstr "Ovaj prostor izlistava opcije za brisanje sadržaja."
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"hd_id3146975\n"
+"5\n"
+"help.text"
+msgid "Delete All"
+msgstr "Obriši sve"
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"par_id3154729\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELALL\">Deletes all content from the selected cell range.</ahelp>"
+msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELALL\">Briše sav sadržaj od oznacenog celijskog raspona.</ahelp>"
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"hd_id3156286\n"
+"7\n"
+"help.text"
+msgid "Text"
+msgstr "Tekst"
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"par_id3154015\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELSTRINGS\">Deletes text only. Formats, formulas, numbers and dates are not affected.</ahelp>"
+msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELSTRINGS\">Briše samo tekst. Formati, formule, brojevi i datumi ostaju netaknuti.</ahelp>"
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"hd_id3153840\n"
+"9\n"
+"help.text"
+msgid "Numbers"
+msgstr "Brojevi"
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"par_id3148405\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELNUMBERS\">Deletes numbers only. Formats and formulas remain unchanged.</ahelp>"
+msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELNUMBERS\">Briše samo brojeve. Formati i formule ostaju nepromjenjeni.</ahelp>"
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"hd_id3155764\n"
+"11\n"
+"help.text"
+msgid "Date & time"
+msgstr "Datum i vrijeme"
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"par_id3149567\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELDATETIME\">Deletes date and time values. Formats, text, numbers and formulas remain unchanged.</ahelp>"
+msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELDATETIME\">Briše vrijednosti datuma i vremena. Formati, tekst, brojevi i formule ostaju nepromjenjeni.</ahelp>"
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"hd_id3154703\n"
+"13\n"
+"help.text"
+msgid "Formulas"
+msgstr "Formule"
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"par_id3148485\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELFORMULAS\">Deletes formulas. Text, numbers, formats, dates and times remain unchanged.</ahelp>"
+msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELFORMULAS\">Briše formule. Tekst, brojevi, formati, datumi i vremena ostaju nepromjenjeni.</ahelp>"
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"hd_id3150300\n"
+"15\n"
+"help.text"
+msgid "Comments"
+msgstr "Komentari"
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"par_id3154658\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELNOTES\">Deletes comments added to cells. All other elements remain unchanged.</ahelp>"
+msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELNOTES\">Briše zabilješke dodane na celije. Svi drugi elementi ostaju nepromjenjeni.</ahelp>"
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"hd_id3155112\n"
+"17\n"
+"help.text"
+msgid "Formats"
+msgstr "Formati"
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"par_id3146134\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELATTRS\">Deletes format attributes applied to cells. All cell content remains unchanged.</ahelp>"
+msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELATTRS\">Briše formatne atribute primjenjene na celije. Sav sadržaj u celiji ostaje nepromjenjen.</ahelp>"
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"hd_id3150088\n"
+"19\n"
+"help.text"
+msgid "Objects"
+msgstr "Objekti"
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"par_id3152990\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELOBJECTS\">Deletes objects. All cell content remains unchanged.</ahelp>"
+msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELOBJECTS\">Briše objekte. Sav sadržaj u celiji ostaje nepromjenjen.</ahelp>"
+
+#: 12080400.xhp
+msgctxt ""
+"12080400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Ungroup"
+msgstr "Razgrupiraj"
+
+#: 12080400.xhp
+msgctxt ""
+"12080400.xhp\n"
+"hd_id3148492\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12080400.xhp\" name=\"Ungroup\">Ungroup</link>"
+msgstr "<link href=\"text/scalc/01/12080400.xhp\" name=\"Ungroup\">Razgrupiraj</link>"
+
+#: 12080400.xhp
+msgctxt ""
+"12080400.xhp\n"
+"par_id3151384\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"gruppierungauf\"><ahelp hid=\".uno:Ungroup\" visibility=\"visible\">Ungroups the selection. In a nested group, the last rows or columns that were added are removed from the group.</ahelp></variable>"
+msgstr "<variable id=\"gruppierungauf\"><ahelp hid=\".uno:Ungroup\" visibility=\"visible\">Ne grupiraj selekciju.U degrupisanoj grupi,zadnja 2 reda ili kolone koje su bile dodane su uklonjene iz grupe.</ahelp></variable>"
+
+#: 12080400.xhp
+msgctxt ""
+"12080400.xhp\n"
+"hd_id3151210\n"
+"3\n"
+"help.text"
+msgid "Deactivate for"
+msgstr "Deaktiviraj za"
+
+#: 12080400.xhp
+msgctxt ""
+"12080400.xhp\n"
+"hd_id3156280\n"
+"5\n"
+"help.text"
+msgid "Rows"
+msgstr "Redovi"
+
+#: 12080400.xhp
+msgctxt ""
+"12080400.xhp\n"
+"par_id3125864\n"
+"6\n"
+"help.text"
+msgid "Removes selected rows from a group."
+msgstr "Uklanja odabrane redove iz grupe"
+
+#: 12080400.xhp
+msgctxt ""
+"12080400.xhp\n"
+"hd_id3147230\n"
+"7\n"
+"help.text"
+msgid "Columns"
+msgstr "Kolone"
+
+#: 12080400.xhp
+msgctxt ""
+"12080400.xhp\n"
+"par_id3154685\n"
+"8\n"
+"help.text"
+msgid "Removes selected columns from a group."
+msgstr "Uklanja odabrane kolone iz grupe"
+
+#: 07090000.xhp
+msgctxt ""
+"07090000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Freeze"
+msgstr "Zaledi"
+
+#: 07090000.xhp
+msgctxt ""
+"07090000.xhp\n"
+"hd_id3150517\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/07090000.xhp\" name=\"Freeze\">Freeze</link>"
+msgstr "<link href=\"text/scalc/01/07090000.xhp\" name=\"Freeze\">Zaledi</link>"
+
+#: 07090000.xhp
+msgctxt ""
+"07090000.xhp\n"
+"par_id3156289\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:FreezePanes\" visibility=\"visible\">Divides the sheet at the top left corner of the active cell and the area to the top left is no longer scrollable.</ahelp>"
+msgstr "<ahelp hid=\".uno:FreezePanes\" visibility=\"visible\">Dijeli tabelu u gornjem lijevom kutu aktivne celije i podrucje na vrhu lijeve se vise ne moze pomjerati.</ahelp>"
+
+#: 12050000.xhp
+msgctxt ""
+"12050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Subtotals"
+msgstr "Podsume"
+
+#: 12050000.xhp
+msgctxt ""
+"12050000.xhp\n"
+"hd_id3153822\n"
+"1\n"
+"help.text"
+msgid "Subtotals"
+msgstr "Podsume"
+
+#: 12050000.xhp
+msgctxt ""
+"12050000.xhp\n"
+"par_id3145119\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"teilergebnisse\"><ahelp hid=\".uno:DataSubTotals\" visibility=\"visible\">Calculates subtotals for the columns that you select.</ahelp></variable> $[officename] uses the SUM function to automatically calculate the subtotal and grand total values in a labeled range. You can also use other functions to perform the calculation. $[officename] automatically recognizes a defined database area when you place the cursor in it."
+msgstr "<variable id=\"teilergebnisse\"><ahelp hid=\".uno:DataSubTotals\" visibility=\"visible\">Kalkulira podzbroj za kolone koje ste odabrali. </ahelp></variable> $[officename] koristi Sum funkciju za automatsko kalkuliranje podzbrojeva i totalne vrijednosti u rasponu.Mozete takodje koristiti druge funkcije za kalkulaciju. $[officename] automatski prepoznaje definisanuo podrucje baze kad hocete da postavite kursor."
+
+#: 12050000.xhp
+msgctxt ""
+"12050000.xhp\n"
+"par_id3153896\n"
+"3\n"
+"help.text"
+msgid "For example, you can generate a sales summary for a certain postal code based on data from a client database."
+msgstr "Na primjer,mozete generirati sumu prodaje za pojedine postkod baze iz baze klijenata."
+
+#: 12050000.xhp
+msgctxt ""
+"12050000.xhp\n"
+"hd_id3163708\n"
+"4\n"
+"help.text"
+msgid "Delete"
+msgstr "Obriši"
+
+#: 12050000.xhp
+msgctxt ""
+"12050000.xhp\n"
+"par_id3154125\n"
+"5\n"
+"help.text"
+msgid "Deletes the subtotal rows in the selected area."
+msgstr "Brise podzbroj redove u odabranom podrucju."
+
+#: 06030800.xhp
+msgctxt ""
+"06030800.xhp\n"
+"tit\n"
+"help.text"
+msgid "Mark Invalid Data"
+msgstr "Oznaci nevalidne podatke"
+
+#: 06030800.xhp
+msgctxt ""
+"06030800.xhp\n"
+"bm_id3153821\n"
+"help.text"
+msgid "<bookmark_value>cells; invalid data</bookmark_value><bookmark_value>data; showing invalid data</bookmark_value><bookmark_value>invalid data;marking</bookmark_value>"
+msgstr "<bookmark_value>cells; invalid data</bookmark_value><bookmark_value>podaci; pokazivanje nevalidnih podataka</bookmark_value><bookmark_value>nevalidni podaci;iznacavanje</bookmark_value>"
+
+#: 06030800.xhp
+msgctxt ""
+"06030800.xhp\n"
+"hd_id3153821\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06030800.xhp\" name=\"Mark Invalid Data\">Mark Invalid Data</link>"
+msgstr "<link href=\"text/scalc/01/06030800.xhp\" name=\"Mark Invalid Data\">Oznaci nevalidne podatke</link>"
+
+#: 06030800.xhp
+msgctxt ""
+"06030800.xhp\n"
+"par_id3147264\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ShowInvalid\" visibility=\"visible\">Marks all cells in the sheet that contain values outside the validation rules.</ahelp>"
+msgstr "<ahelp hid=\".uno:ShowInvalid\" visibility=\"visible\">Oznaci sve celije u tabeli koje sadrzavaju vrijednosti izvan pravila.</ahelp>"
+
+#: 06030800.xhp
+msgctxt ""
+"06030800.xhp\n"
+"par_id3151211\n"
+"3\n"
+"help.text"
+msgid "The <link href=\"text/scalc/01/12120000.xhp\" name=\"validity rules\">validity rules</link> restrict the input of numbers, dates, time values and text to certain values. However, it is possible to enter invalid values or copy invalid values into the cells if the <emph>Stop</emph> option is not selected. When you assign a validity rule, existing values in a cell will not be modified."
+msgstr "<link href=\"text/scalc/01/12120000.xhp\" name=\"validity rules\">pravila</link> ogranicavaju input brojeva, datuma i vremenskih vrijednosti i teksta do odredjenih vrijednosti. MEdjutim moguce je upisati nevalidne vrijednosti u celije ako <emph>Zaustavi</emph> opcija nije odabrada. Kada dodijelite vrijednost pravilu, postojece vrijednosti u celije nece biti promjenjene."
+
+#: func_eastersunday.xhp
+msgctxt ""
+"func_eastersunday.xhp\n"
+"tit\n"
+"help.text"
+msgid "EASTERSUNDAY"
+msgstr "EASTERSUNDAY"
+
+#: func_eastersunday.xhp
+#, fuzzy
+msgctxt ""
+"func_eastersunday.xhp\n"
+"bm_id3152960\n"
+"help.text"
+msgid "<bookmark_value>EASTERSUNDAY function</bookmark_value>"
+msgstr "<bookmark_value>TREND funkcija</bookmark_value>"
+
+#: func_eastersunday.xhp
+#, fuzzy
+msgctxt ""
+"func_eastersunday.xhp\n"
+"hd_id3152960\n"
+"175\n"
+"help.text"
+msgid "<variable id=\"eastersunday\"><link href=\"text/scalc/01/func_eastersunday.xhp\">EASTERSUNDAY</link></variable>"
+msgstr "<variable id=\"solver\"><link href=\"text/scalc/01/solver.xhp\">Rješavač</link></variable>"
+
+#: func_eastersunday.xhp
+msgctxt ""
+"func_eastersunday.xhp\n"
+"par_id3154570\n"
+"176\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_OSTERSONNTAG\">Returns the date of Easter Sunday for the entered year.</ahelp>"
+msgstr ""
+
+#: func_eastersunday.xhp
+msgctxt ""
+"func_eastersunday.xhp\n"
+"hd_id9460127\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: func_eastersunday.xhp
+msgctxt ""
+"func_eastersunday.xhp\n"
+"par_id2113711\n"
+"help.text"
+msgid "EASTERSUNDAY(Year)"
+msgstr ""
+
+#: func_eastersunday.xhp
+msgctxt ""
+"func_eastersunday.xhp\n"
+"par_id3938413\n"
+"help.text"
+msgid "<emph>Year</emph> is an integer between 1583 and 9956 or 0 and 99. You can also calculate other holidays by simple addition with this date."
+msgstr ""
+
+#: func_eastersunday.xhp
+msgctxt ""
+"func_eastersunday.xhp\n"
+"par_id3156156\n"
+"177\n"
+"help.text"
+msgid "Easter Monday = EASTERSUNDAY(Year) + 1"
+msgstr ""
+
+#: func_eastersunday.xhp
+msgctxt ""
+"func_eastersunday.xhp\n"
+"par_id3147521\n"
+"178\n"
+"help.text"
+msgid "Good Friday = EASTERSUNDAY(Year) - 2"
+msgstr ""
+
+#: func_eastersunday.xhp
+msgctxt ""
+"func_eastersunday.xhp\n"
+"par_id3146072\n"
+"179\n"
+"help.text"
+msgid "Pentecost Sunday = EASTERSUNDAY(Year) + 49"
+msgstr ""
+
+#: func_eastersunday.xhp
+msgctxt ""
+"func_eastersunday.xhp\n"
+"par_id3149553\n"
+"180\n"
+"help.text"
+msgid "Pentecost Monday = EASTERSUNDAY(Year) + 50"
+msgstr ""
+
+#: func_eastersunday.xhp
+msgctxt ""
+"func_eastersunday.xhp\n"
+"hd_id3155120\n"
+"181\n"
+"help.text"
+msgid "Examples"
+msgstr "Primjeri"
+
+#: func_eastersunday.xhp
+msgctxt ""
+"func_eastersunday.xhp\n"
+"par_id3154472\n"
+"182\n"
+"help.text"
+msgid "=EASTERSUNDAY(2000) returns 2000-04-23."
+msgstr ""
+
+#: func_eastersunday.xhp
+msgctxt ""
+"func_eastersunday.xhp\n"
+"par_id3150940\n"
+"184\n"
+"help.text"
+msgid "EASTERSUNDAY(2000)+49 returns the internal serial number 36688. The result is 2000-06-11. Format the serial date number as a date, for example in the format YYYY-MM-DD."
+msgstr ""
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Navigator"
+msgstr "Navigator"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"bm_id3150791\n"
+"help.text"
+msgid "<bookmark_value>Navigator;for sheets</bookmark_value><bookmark_value>navigating;in spreadsheets</bookmark_value><bookmark_value>displaying; scenario names</bookmark_value><bookmark_value>scenarios;displaying names</bookmark_value>"
+msgstr ""
+
+#: 02110000.xhp
+#, fuzzy
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3150791\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02110000.xhp\" name=\"Navigator\">Navigator</link>"
+msgstr "<link href=\"text/scalc/01/02140200.xhp\" name=\"Right\">Desno</link>"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3156422\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Navigator\">Activates and deactivates the Navigator.</ahelp> The Navigator is a <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"dockable window\">dockable window</link>."
+msgstr "<ahelp hid=\".uno:Navigator\">Aktivira i deaktivira Navigatora.</ahelp> Navigator je <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"dockable window\">dockable window</link>."
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3145271\n"
+"40\n"
+"help.text"
+msgid "Choose <emph>View - Navigator</emph> to display the Navigator."
+msgstr "Izaberite <emph>Pogled - Navigator</emph> da prikažete Navigatora."
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3159155\n"
+"4\n"
+"help.text"
+msgid "Column"
+msgstr "Kolona"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3146984\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_NAVIPI_COL\">Enter the column letter. Press Enter to reposition the cell cursor to the specified column in the same row.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_NAVIPI_COL\">Upišite slovo kolone. Pritisnite Enter da re-pozicionirate celijski kursor na specificiranu kolonu u istom redu.</ahelp>"
+
+#: 02110000.xhp
+#, fuzzy
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3147126\n"
+"6\n"
+"help.text"
+msgid "Row"
+msgstr "Redovi"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3149958\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_NAVIPI_ROW\">Enter a row number. Press Enter to reposition the cell cursor to the specified row in the same column.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_NAVIPI_ROW\">Upišite broj reda. Pritisnite Enter da re-pozicionirate celijski kursor na specificirani red u istoj koloni.</ahelp>"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3150717\n"
+"8\n"
+"help.text"
+msgid "Data Range"
+msgstr "Opseg podataka"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3150752\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_NAVIPI_DATA\">Specifies the current data range denoted by the position of the cell cursor.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_NAVIPI_DATA\">Specificira trenutni raspon podataka oznacen pozicijom celijskog kursora.</ahelp>"
+
+#: 02110000.xhp
+#, fuzzy
+msgctxt ""
+"02110000.xhp\n"
+"par_id3159264\n"
+"help.text"
+msgid "<image id=\"img_id3147338\" src=\"cmd/sc_grid.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3147338\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148870\" src=\"sc/res/table.png\" width=\"0.25inch\" height=\"0.222inch\"><alt id=\"alt_id3148870\">Icon</alt></image>"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3146919\n"
+"9\n"
+"help.text"
+msgid "Data Range"
+msgstr "Opseg podataka"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3148488\n"
+"14\n"
+"help.text"
+msgid "Start"
+msgstr "Pokreni"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3150086\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_NAVIPI_UP\">Moves to the cell at the beginning of the current data range, which you can highlight using the <emph>Data Range</emph> button.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_NAVIPI_UP\">Pomjera se na celiju na pocetku trenutnog raspona podataka koju možete oznaciti koristeci <emph>Opseg podataka</emph> dugme.</ahelp>"
+
+#: 02110000.xhp
+#, fuzzy
+msgctxt ""
+"02110000.xhp\n"
+"par_id3152994\n"
+"help.text"
+msgid "<image id=\"img_id3150515\" src=\"sw/imglst/sc20186.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150515\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150394\" src=\"sc/res/date.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3150394\">Icon</alt></image>"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3154372\n"
+"15\n"
+"help.text"
+msgid "Start"
+msgstr "Pokreni"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3146982\n"
+"17\n"
+"help.text"
+msgid "End"
+msgstr ""
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3152985\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_NAVIPI_DOWN\">Moves to the cell at the end of the current data range, which you can highlight using the <emph>Data Range</emph> button.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_NAVIPI_DOWN\">Pomjera se na celiju na kraju trenutnog raspona podataka koju možete oznaciti koristeci <emph>Opseg podataka</emph> dugme.</ahelp>"
+
+#: 02110000.xhp
+#, fuzzy
+msgctxt ""
+"02110000.xhp\n"
+"par_id3159170\n"
+"help.text"
+msgid "<image id=\"img_id3148871\" src=\"sw/imglst/sc20175.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148871\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148870\" src=\"sc/res/table.png\" width=\"0.25inch\" height=\"0.222inch\"><alt id=\"alt_id3148870\">Icon</alt></image>"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3147072\n"
+"18\n"
+"help.text"
+msgid "End"
+msgstr ""
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3150107\n"
+"20\n"
+"help.text"
+msgid "Toggle"
+msgstr "Prebaci"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3159098\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_NAVIPI_ROOT\">Toggles the content view. Only the selected Navigator element and its subelements are displayed.</ahelp> Click the icon again to restore all elements for viewing."
+msgstr "<ahelp hid=\"HID_SC_NAVIPI_ROOT\">Aktivira pregled sadržaja. Prikazani su samo elementi Navigatora i njegovi pod-elementi.</ahelp> Kliknite na ikonu jos jednom da vratite sve elemente za pregled."
+
+#: 02110000.xhp
+#, fuzzy
+msgctxt ""
+"02110000.xhp\n"
+"par_id3152869\n"
+"help.text"
+msgid "<image id=\"img_id3149126\" src=\"sw/imglst/sc20244.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149126\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155386\" src=\"sc/res/page.png\" width=\"0.25inch\" height=\"0.222inch\"><alt id=\"alt_id3155386\">Icon</alt></image>"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3159229\n"
+"21\n"
+"help.text"
+msgid "Toggle"
+msgstr "Prebaci"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3149381\n"
+"11\n"
+"help.text"
+msgid "Contents"
+msgstr "Sadržaj"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3150051\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_NAVIPI_ZOOM\">Allows you to hide/show the contents.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_NAVIPI_ZOOM\">Dozvoljava vam da sakrijete/prikažete sadržaj.</ahelp>"
+
+#: 02110000.xhp
+#, fuzzy
+msgctxt ""
+"02110000.xhp\n"
+"par_id3155597\n"
+"help.text"
+msgid "<image id=\"img_id3154738\" src=\"sw/imglst/sc20233.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154738\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155386\" src=\"sc/res/page.png\" width=\"0.25inch\" height=\"0.222inch\"><alt id=\"alt_id3155386\">Icon</alt></image>"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3150955\n"
+"12\n"
+"help.text"
+msgid "Contents"
+msgstr "Sadržaj"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3147244\n"
+"23\n"
+"help.text"
+msgid "Scenarios"
+msgstr "Scenariji"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3153955\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_NAVIPI_SCEN\">Displays all available scenarios. Double-click a name to apply that scenario.</ahelp> The result is shown in the sheet. For more information, choose <link href=\"text/scalc/01/06050000.xhp\" name=\"Tools - Scenarios\"><emph>Tools - Scenarios</emph></link>."
+msgstr "<ahelp hid=\"HID_SC_NAVIPI_SCEN\">Prikazuje sve dostupne scenarije. Dvostruko kliknite na ime da primjenite taj scenario.</ahelp> Rezultat je prikazan u tabeli. Za više informacija, izaberite <link href=\"text/scalc/01/06050000.xhp\" name=\"Pomagala - Scenariji\"><emph>Tools - Scenariji</emph></link>."
+
+#: 02110000.xhp
+#, fuzzy
+msgctxt ""
+"02110000.xhp\n"
+"par_id3148745\n"
+"help.text"
+msgid "<image id=\"img_id3159256\" src=\"sc/imglst/navipi/na07.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3159256\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155386\" src=\"sc/res/page.png\" width=\"0.25inch\" height=\"0.222inch\"><alt id=\"alt_id3155386\">Icon</alt></image>"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3166466\n"
+"24\n"
+"help.text"
+msgid "Scenarios"
+msgstr "Scenariji"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_idN10A6C\n"
+"help.text"
+msgid "If the Navigator displays scenarios, you can access the following commands when you right-click a scenario entry:"
+msgstr "Ako Navigator prikazuje scenarije možete pristupiti slijedecim komandama kada kliknete desnim dugmetom miša na ulaz scenarija:"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_idN10A77\n"
+"help.text"
+msgid "Delete"
+msgstr "Obriši"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_idN10A7B\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_SCENARIO_DELETE\">Deletes the selected scenario.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_SCENARIO_DELETE\">Briše oznaceni scenario.</ahelp>"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_idN10A92\n"
+"help.text"
+msgid "Properties"
+msgstr "Osobine"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_idN10A96\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_SCENARIO_EDIT\">Opens the <link href=\"text/scalc/01/06050000.xhp\">Edit scenario</link> dialog, where you can edit the scenario properties.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_SCENARIO_EDIT\">Otvara <link href=\"text/scalc/01/06050000.xhp\">Izmijeni scenarij</link> dijalog prozor, u kojem možete izmjenjivati svojstva scenarija.</ahelp>"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3150037\n"
+"26\n"
+"help.text"
+msgid "Drag Mode"
+msgstr "Način prevlačenja"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3157876\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_NAVIPI_DROP\">Opens a submenu for selecting the drag mode. You decide which action is performed when dragging and dropping an object from the Navigator into a document. Depending on the mode you select, the icon indicates whether a hyperlink, link or a copy is created.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_NAVIPI_DROP\">Otvara pod-meni za izabiranje moda povlacenja. Možete odluciti koja se akcija izvrši kada povlacite i ubacujete objekat iz Navigatora u dokument. U zavisnosti od kojeg moda ste izabrali ikona pokazuje da li je kreiran hyperlink, link ili kopija.</ahelp>"
+
+#: 02110000.xhp
+#, fuzzy
+msgctxt ""
+"02110000.xhp\n"
+"par_id3149947\n"
+"help.text"
+msgid "<image id=\"img_id3159119\" src=\"cmd/sc_chainframes.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3159119\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155757\" src=\"sc/res/pages.png\" width=\"0.25inch\" height=\"0.222inch\"><alt id=\"alt_id3155757\">Icon</alt></image>"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3150656\n"
+"27\n"
+"help.text"
+msgid "Drag Mode"
+msgstr "Način prevlačenja"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3149009\n"
+"29\n"
+"help.text"
+msgid "Insert as Hyperlink"
+msgstr "Ubaci kao hiperlink"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3146938\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_DROPMODE_URL\">Inserts a hyperlink when you drag-and-drop an object from the Navigator into a document.</ahelp> You can later click the created hyperlink to set the cursor and the view to the respective object."
+msgstr "<ahelp hid=\"HID_SC_DROPMODE_URL\">Ubacuje hyperling kada povucete i ubacite objekat iz Navigatora u dokument.</ahelp> Kasnije možete kliknuti na kreirani hyperlink da setujete kursor i pregled odgovarajuceg objekta."
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3880733\n"
+"help.text"
+msgid "If you insert a hyperlink that links to an open document, you need to save the document before you can use the hyperlink."
+msgstr "Ako ubacite hyperlink koji se povezuje na otvoreni dokument, morate spasiti dokument prije nego što možete koristiti hyperlink."
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3154682\n"
+"31\n"
+"help.text"
+msgid "Insert as Link"
+msgstr "Ubaci kao link"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3150746\n"
+"32\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_DROPMODE_LINK\">Creates a link when you drag-and-drop an object from the Navigator into a document.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_DROPMODE_LINK\">Kreira link kada povucete i ubacite objekat iz Navigatora u dokument.</ahelp>"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3145824\n"
+"33\n"
+"help.text"
+msgid "Insert as Copy"
+msgstr "Ubaci kao kopiju"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3147471\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_DROPMODE_COPY\">Generates a copy when you drag-and-drop an object from the Navigator into a document.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_DROPMODE_COPY\">Kreira kopiju kada povucete i ubacite objekat iz Navigatora u dokument.</ahelp>"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3147423\n"
+"38\n"
+"help.text"
+msgid "Objects"
+msgstr "Objekti"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3150700\n"
+"39\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_NAVIPI_ENTRIES\">Displays all objects in your document.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_NAVIPI_ENTRIES\">Prikazuje sve objekte u vašem dokumentu.</ahelp>"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3150860\n"
+"35\n"
+"help.text"
+msgid "Documents"
+msgstr "Dokumenti"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3153929\n"
+"36\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_NAVIPI_DOC\">Displays the names of all open documents.</ahelp> To switch to another open document in the Navigator, click the document name. The status (active, inactive) of the document is shown in brackets after the name. You can switch the active document in the <emph>Window</emph> menu."
+msgstr "<ahelp hid=\"HID_SC_NAVIPI_DOC\">Prikazje imena svih otvorenih dokumenata.</ahelp> Da se prebacite u drugi otvoreni dokument u Navigatoru, kliknite ime dokumenta. Status (aktivan, neaktivan) dokumenta je prikazan u zagradama nakon imena. Možete da se prebacite u aktivni dokument u <emph>Prozor</emph> meniju."
+
+#: 04080000.xhp
+msgctxt ""
+"04080000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Function List"
+msgstr ""
+
+#: 04080000.xhp
+msgctxt ""
+"04080000.xhp\n"
+"bm_id3154126\n"
+"help.text"
+msgid "<bookmark_value>formula list window</bookmark_value><bookmark_value>function list window</bookmark_value><bookmark_value>inserting functions; function list window</bookmark_value>"
+msgstr ""
+
+#: 04080000.xhp
+msgctxt ""
+"04080000.xhp\n"
+"hd_id3154126\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04080000.xhp\" name=\"Function List\">Function List</link>"
+msgstr "<link href=\"text/scalc/01/04080000.xhp\" name=\"Function List\">Lista funkcija</link>"
+
+#: 04080000.xhp
+msgctxt ""
+"04080000.xhp\n"
+"par_id3151118\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"funktionslistetext\"><ahelp hid=\"HID_SC_FUNCTIONLIST\">This command opens the <emph>Function List</emph> window, which displays all functions that can be inserted into your document.</ahelp></variable> The <emph>Function List</emph> window is similar to the <emph>Functions</emph> tab page of the <link href=\"text/scalc/01/04060000.xhp\" name=\"Function Wizard\">Function Wizard</link>. The functions are inserted with placeholders to be replaced with your own values."
+msgstr ""
+
+#: 04080000.xhp
+msgctxt ""
+"04080000.xhp\n"
+"par_id3152576\n"
+"3\n"
+"help.text"
+msgid "The <emph>Function List</emph> window is a resizable <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"dockable window\">dockable window</link>. Use it to quickly enter functions in the spreadsheet. By double-clicking an entry in the functions list, the respective function is directly inserted with all parameters."
+msgstr ""
+
+#: 04080000.xhp
+msgctxt ""
+"04080000.xhp\n"
+"hd_id3145799\n"
+"4\n"
+"help.text"
+msgid "Category List"
+msgstr ""
+
+#: 04080000.xhp
+msgctxt ""
+"04080000.xhp\n"
+"hd_id3153160\n"
+"5\n"
+"help.text"
+msgid "Function List"
+msgstr ""
+
+#: 04080000.xhp
+msgctxt ""
+"04080000.xhp\n"
+"par_id3149412\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:FID_FUNCTION_BOX:LB_FUNC\">Displays the available functions.</ahelp> When you select a function, the area below the list box displays a short description. To insert the selected function double-click it or click the <emph>Insert Function into calculation sheet</emph> icon."
+msgstr ""
+
+#: 04080000.xhp
+msgctxt ""
+"04080000.xhp\n"
+"hd_id3146971\n"
+"7\n"
+"help.text"
+msgid "Insert Function into calculation sheet"
+msgstr ""
+
+#: 04080000.xhp
+#, fuzzy
+msgctxt ""
+"04080000.xhp\n"
+"par_id3150043\n"
+"help.text"
+msgid "<image id=\"img_id3159267\" src=\"sc/res/fx.png\" width=\"0.1945inch\" height=\"0.1945inch\"><alt id=\"alt_id3159267\">Icon</alt></image>"
+msgstr "<image id=\"img_id3156386\" src=\"sc/res/text.png\" width=\"0.25inch\" height=\"0.222inch\"><alt id=\"alt_id3156386\">Icon</alt></image>"
+
+#: 04080000.xhp
+msgctxt ""
+"04080000.xhp\n"
+"par_id3147345\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:IMAGEBUTTON:FID_FUNCTION_BOX:IMB_INSERT\">Inserts the selected function into the document.</ahelp>"
+msgstr ""
+
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Consolidate"
+msgstr "Objedini"
+
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"hd_id3148946\n"
+"1\n"
+"help.text"
+msgid "Consolidate"
+msgstr "Objedini"
+
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"par_id3148798\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"konsolidieren\"><ahelp hid=\".uno:DataConsolidate\">Combines data from one or more independent cell ranges and calculates a new range using the function that you specify.</ahelp></variable>"
+msgstr "<variable id=\"konsolidieren\"><ahelp hid=\".uno:DataConsolidate\">Kombinira podatke iz jedne ili vise nezvisnih celija i racuna novi raspon koristeci funkciju koju ste vi odabrali .</ahelp></variable>"
+
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"hd_id3150010\n"
+"8\n"
+"help.text"
+msgid "Function"
+msgstr "Funkcija"
+
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"par_id3149377\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_CONSOLIDATE:LB_FUNC\">Select the function that you want to use to consolidate the data.</ahelp>"
+msgstr "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_CONSOLIDATE:LB_FUNC\">Odaberite funkciju koju s kojom hocete da integrirate podatke .</ahelp>"
+
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"hd_id3147127\n"
+"10\n"
+"help.text"
+msgid "Consolidation ranges"
+msgstr "Rasponi za usklađivanje"
+
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"par_id3151075\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SC:MULTILISTBOX:RID_SCDLG_CONSOLIDATE:LB_CONSAREAS\">Displays the cell ranges that you want to consolidate.</ahelp>"
+msgstr "<ahelp hid=\"SC:MULTILISTBOX:RID_SCDLG_CONSOLIDATE:LB_CONSAREAS\">prikazuje raspon celija koje integrirate </ahelp>"
+
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"hd_id3147397\n"
+"12\n"
+"help.text"
+msgid "Source data range"
+msgstr "Rasponi izvornih podataka"
+
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"par_id3153836\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_CONSOLIDATE:ED_DATA_AREA\">Specifies the cell range that you want to consolidate with the cell ranges listed in the <emph>Consolidation ranges </emph>box. Select a cell range in a sheet, and then click <emph>Add</emph>. You can also select a the name of a predefined cell from the <emph>Source data range </emph>list.</ahelp>"
+msgstr "<ahelp hid=\"SC:EDIT:RID_SCDLG_CONSOLIDATE:ED_DATA_AREA\">Specifikuje raspon celija koje hocete da integrisete sa rasponom celija izlistane u <emph>Rasponi za usklađivanje </emph> box.Izaberite celije u listi i onda kliknite na <emph>Add</emph>. Takodje mozete da izaberete ime predefinirane celije iz Y <emph>Rasponi izvornih podataka </emph> list.</ahelp>"
+
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"hd_id3155768\n"
+"15\n"
+"help.text"
+msgid "Copy results to"
+msgstr "Kopiraj rezultate u"
+
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"par_id3147341\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_CONSOLIDATE:ED_DEST_AREA\">Displays the first cell in the range where the consolidation results will be displayed.</ahelp>"
+msgstr "<ahelp hid=\"SC:EDIT:RID_SCDLG_CONSOLIDATE:ED_DEST_AREA\">prikazuje prvu celiju u rasponu gdje je inetgrisani rezultat prikazan .</ahelp>"
+
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"hd_id3147345\n"
+"17\n"
+"help.text"
+msgid "Add"
+msgstr "Dodaj"
+
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"par_id3155335\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_CONSOLIDATE:BTN_ADD\">Adds the cell range specified in the <emph>Source data range</emph> box to the <emph>Consolidation ranges </emph>box.</ahelp>"
+msgstr "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_CONSOLIDATE:BTN_ADD\">dodaje rapon celija specifikovane u<emph>Rasponi izvornih podataka</emph> box to the <emph>Rasponi za usklađivanje </emph> box.</ahelp>"
+
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"hd_id3148630\n"
+"19\n"
+"help.text"
+msgid "More >>"
+msgstr "Vise >>"
+
+#: 12070000.xhp
+#, fuzzy
+msgctxt ""
+"12070000.xhp\n"
+"par_id3159239\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SC:MOREBUTTON:RID_SCDLG_CONSOLIDATE:BTN_MORE\">Shows additional <link href=\"text/scalc/01/12070100.xhp\" name=\"options\">options</link>.</ahelp>"
+msgstr "<ahelp hid=\"SC:MOREBUTTON:RID_SCDLG_DBNAMES:BTN_MORE\">Pokazuje dodatne <link href=\"text/scalc/01/12010100.xhp\" name=\"options\">opcije</link>.</ahelp>"
+
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"tit\n"
+"help.text"
+msgid "AutoCalculate"
+msgstr "Izracunaj sam"
+
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"bm_id3145673\n"
+"help.text"
+msgid "<bookmark_value>calculating; auto calculating sheets</bookmark_value><bookmark_value>recalculating;auto calculating sheets</bookmark_value><bookmark_value>AutoCalculate function in sheets</bookmark_value><bookmark_value>correcting sheets automatically</bookmark_value><bookmark_value>formulas;AutoCalculate function</bookmark_value><bookmark_value>cell contents;AutoCalculate function</bookmark_value>"
+msgstr "<bookmark_value>calculating; auto calculating sheets</bookmark_value><bookmark_value>ponovno racunanje; auto racunanje tablica</bookmark_value><bookmark_value>Auto racunanje funkcija u tablicama</bookmark_value><bookmark_value>ispravljanje tablica automatski</bookmark_value><bookmark_value>formulae;AutoRacunanje funkcija</bookmark_value><bookmark_value>sadržaj celija; AutoRacunanje fukncija</bookmark_value>"
+
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"hd_id3145673\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06070000.xhp\" name=\"AutoCalculate\">AutoCalculate</link>"
+msgstr "<link href=\"text/scalc/01/06070000.xhp\" name=\"AutoCalculate\">AutoRacunanje</link>"
+
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"par_id3148798\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:AutomaticCalculation\">Automatically recalculates all formulas in the document.</ahelp>"
+msgstr "<ahelp hid=\".uno:AutomaticCalculation\">Automatski preracunava sve formule u dokumentu.</ahelp>"
+
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"par_id3145173\n"
+"3\n"
+"help.text"
+msgid "All cells are recalculated after a sheet cell has been modified. Any charts in the sheet will also be refreshed."
+msgstr "Sve celije su ponovno izracunate nakon sto je celija tablice promijenjena. Bilo koji grafikoni u tablici takoder ce biti osvježeni. Ako <emph>AutoCalculate</emph> je funkcija aktivirana, <emph>Ponovno racunanje</emph> funkcija F9 nije dostupna."
+
+#: func_networkdays.xhp
+msgctxt ""
+"func_networkdays.xhp\n"
+"tit\n"
+"help.text"
+msgid "NETWORKDAYS"
+msgstr "NETWORKDAYS"
+
+#: func_networkdays.xhp
+msgctxt ""
+"func_networkdays.xhp\n"
+"bm_id3151254\n"
+"help.text"
+msgid "<bookmark_value>NETWORKDAYS function</bookmark_value>"
+msgstr "<bookmark_value>NETWORKDAYS funkcija</bookmark_value>"
+
+#: func_networkdays.xhp
+#, fuzzy
+msgctxt ""
+"func_networkdays.xhp\n"
+"hd_id3151254\n"
+"240\n"
+"help.text"
+msgid "<variable id=\"networkdays\"><link href=\"text/scalc/01/func_networkdays.xhp\">NETWORKDAYS</link></variable>"
+msgstr "<variable id=\"solver\"><link href=\"text/scalc/01/solver.xhp\">Rješavač</link></variable>"
+
+#: func_networkdays.xhp
+msgctxt ""
+"func_networkdays.xhp\n"
+"par_id3153788\n"
+"241\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_NETWORKDAYS\">Returns the number of workdays between a <emph>start date and an end date</emph>. Holidays can be deducted.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_NETWORKDAYS\">Vraca broj radnih dana izmedu <emph>Start_date (Pocetnog datuma)</emph> i <emph>End_date (krajnjeg datuma)</emph>. Praznici mogu biti odbijeni.</ahelp>"
+
+#: func_networkdays.xhp
+msgctxt ""
+"func_networkdays.xhp\n"
+"hd_id3148677\n"
+"242\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: func_networkdays.xhp
+msgctxt ""
+"func_networkdays.xhp\n"
+"par_id3145775\n"
+"243\n"
+"help.text"
+msgid "NETWORKDAYS(StartDate; EndDate; Holidays)"
+msgstr "NETWORKDAYS(Start_date; End_date; Praznici)"
+
+#: func_networkdays.xhp
+#, fuzzy
+msgctxt ""
+"func_networkdays.xhp\n"
+"par_id3153885\n"
+"244\n"
+"help.text"
+msgid "<emph>StartDate</emph> is the date from when the calculation is carried out. If the start date is a workday, the day is included in the calculation."
+msgstr "<emph>End_date</emph> je datum do kojeg se racunica vrši. Ako je End_date radni dan, isti je ukljucen u racunicu."
+
+#: func_networkdays.xhp
+msgctxt ""
+"func_networkdays.xhp\n"
+"par_id3151110\n"
+"245\n"
+"help.text"
+msgid "<emph>EndDate</emph> is the date up until when the calculation is carried out. If the end date is a workday, the day is included in the calculation."
+msgstr "<emph>End_date</emph> je datum do kojeg se racunica vrši. Ako je End_date radni dan, isti je ukljucen u racunicu."
+
+#: func_networkdays.xhp
+msgctxt ""
+"func_networkdays.xhp\n"
+"par_id3154115\n"
+"246\n"
+"help.text"
+msgid "<emph>Holidays</emph> is an optional list of holidays. These are non-working days. Enter a cell range in which the holidays are listed individually."
+msgstr "<emph>Praznici</emph> (proizvoljno) je lista praznika. To su neradni dan. Unesi skup celija u kojoj su praznici nabrojani pojedinacno.."
+
+#: func_networkdays.xhp
+msgctxt ""
+"func_networkdays.xhp\n"
+"hd_id3146902\n"
+"247\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: func_networkdays.xhp
+msgctxt ""
+"func_networkdays.xhp\n"
+"par_id3154661\n"
+"248\n"
+"help.text"
+msgid "How many workdays fall between 2001-12-15 and 2002-01-15? The start date is located in C3 and the end date in D3. Cells F3 to J3 contain the following Christmas and New Year holidays: \"2001-12-24\", \"2001-12-25\", \"2001-12-26\", \"2001-12-31\", \"2002-01-01\"."
+msgstr "Koliko radnih dana je izmedu 15/12/2001 i 15/01/2002? Start_date je lociran u C3 a End_date u D3. Celije od F3 do J3 sadrže sljedece praznike: Božic i Novu Godinu: \"24/12/2001\", \"25/12/2001\", \"26/12/2001\", \"31/12/2001\", \"01/01/2002\"."
+
+#: func_networkdays.xhp
+msgctxt ""
+"func_networkdays.xhp\n"
+"par_id3147328\n"
+"249\n"
+"help.text"
+msgid "=NETWORKDAYS(C3;D3;F3:J3) returns 17 workdays."
+msgstr "NETWORKDAYS(C3; D3; F3:J3) vraca 17 radnih dana."
+
+#: 05030400.xhp
+msgctxt ""
+"05030400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Show"
+msgstr "Prikaži"
+
+#: 05030400.xhp
+#, fuzzy
+msgctxt ""
+"05030400.xhp\n"
+"bm_id3147264\n"
+"help.text"
+msgid "<bookmark_value>spreadsheets; showing columns</bookmark_value><bookmark_value>showing; columns</bookmark_value><bookmark_value>showing; rows</bookmark_value>"
+msgstr "<bookmark_value>celije; osvjezavanje tragova</bookmark_value><bookmark_value>tragovi; osvjezavanje</bookmark_value><bookmark_value>updating;traces</bookmark_value>"
+
+#: 05030400.xhp
+#, fuzzy
+msgctxt ""
+"05030400.xhp\n"
+"hd_id3147264\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05030400.xhp\" name=\"Show\">Show</link>"
+msgstr "<link href=\"text/scalc/01/02140500.xhp\" name=\"Sheet\">Tabela</link>"
+
+#: 05030400.xhp
+msgctxt ""
+"05030400.xhp\n"
+"par_id3150447\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ShowColumn\">Choose this command to show previously hidden rows or columns.</ahelp>"
+msgstr ""
+
+#: 05030400.xhp
+msgctxt ""
+"05030400.xhp\n"
+"par_id3155131\n"
+"3\n"
+"help.text"
+msgid "To show a column or row, select the range of rows or columns containing the hidden elements, then choose <emph>Format - Row - Show</emph> or <emph>Format - Column - Show</emph>."
+msgstr ""
+
+#: 05030400.xhp
+msgctxt ""
+"05030400.xhp\n"
+"par_id3145748\n"
+"4\n"
+"help.text"
+msgid "To show all hidden cells, first click in the field in the upper left corner. This selects all cells of the table."
+msgstr ""
+
+#: 06030100.xhp
+msgctxt ""
+"06030100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Trace Precedents"
+msgstr "Slijedi prethodnike"
+
+#: 06030100.xhp
+msgctxt ""
+"06030100.xhp\n"
+"bm_id3155628\n"
+"help.text"
+msgid "<bookmark_value>cells; tracing precedents</bookmark_value><bookmark_value>formula cells;tracing precedents</bookmark_value>"
+msgstr "<bookmark_value>celije; pracenje precedents</bookmark_value><bookmark_value>formule celije;pracenje precedents</bookmark_value>"
+
+#: 06030100.xhp
+msgctxt ""
+"06030100.xhp\n"
+"hd_id3155628\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06030100.xhp\" name=\"Trace Precedents\">Trace Precedents</link>"
+msgstr "<link href=\"text/scalc/01/06030100.xhp\" name=\"Trace Precedents\">Slijedi prethodnike</link>"
+
+#: 06030100.xhp
+msgctxt ""
+"06030100.xhp\n"
+"par_id3153542\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ShowPrecedents\">This function shows the relationship between the current cell containing a formula and the cells used in the formula.</ahelp>"
+msgstr "<ahelp hid=\".uno:ShowPrecedents\">Ova funkcije pokazuje vezu izmedju trenutne celije koja sadrzava formulu i celija koje su koristene u formuli.</ahelp>"
+
+#: 06030100.xhp
+msgctxt ""
+"06030100.xhp\n"
+"par_id3147265\n"
+"4\n"
+"help.text"
+msgid "Traces are displayed in the sheet with marking arrows. At the same time, the range of all the cells contained in the formula of the current cell is highlighted with a blue frame."
+msgstr "Putanje su prikazane u tabeli sa strelicama. U isto vrijeme, domet svih celija sadrzanig u formuli trenutne celije je istaknuta sa plavim okvirom."
+
+#: 06030100.xhp
+msgctxt ""
+"06030100.xhp\n"
+"par_id3154321\n"
+"3\n"
+"help.text"
+msgid "This function is based on a principle of layers. For example, if the precedent cell to a formula is already indicated with a tracer arrow, when you repeat this command, the tracer arrows are drawn to the precedent cells of this cell."
+msgstr "Ova funkcija je bazirana na principu slojeva. na primjer, ako je precedent celija za formulu vec naznacena sa strelicom, kada ponovite ovu komandu, strelice su nacrtane na precedent celije ove celije."
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Define Names"
+msgstr "Definiši imena"
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"hd_id3156330\n"
+"1\n"
+"help.text"
+msgid "Define Names"
+msgstr "Definiši imena"
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"par_id3154366\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"namenfestlegentext\"><ahelp hid=\".uno:DefineName\">Opens a dialog where you can specify a name for a selected area.</ahelp></variable>"
+msgstr ""
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"par_id3154123\n"
+"31\n"
+"help.text"
+msgid "Use the mouse to define ranges or type the reference into the <emph>Define Name </emph>dialog fields."
+msgstr ""
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"par_id3155131\n"
+"30\n"
+"help.text"
+msgid "The <emph>Sheet Area</emph> box on the Formula bar contains a list of defined names for the ranges. Click a name from this box to highlight the corresponding reference on the spreadsheet. Names given formulas or parts of a formula are not listed here."
+msgstr ""
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"hd_id3151118\n"
+"3\n"
+"help.text"
+msgid "Name"
+msgstr "Ime"
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"par_id3163712\n"
+"29\n"
+"help.text"
+msgid "<ahelp hid=\"SC:COMBOBOX:RID_SCDLG_NAMES:ED_NAME\">Enter the name of the area for which you want to define a reference. All area names already defined in the spreadsheet are listed in the text field below.</ahelp> If you click a name on the list, the corresponding reference in the document will be shown with a blue frame. If multiple cell ranges belong to the same area name, they are displayed with different colored frames."
+msgstr ""
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"hd_id3153728\n"
+"9\n"
+"help.text"
+msgid "Assigned to"
+msgstr "Dodijeljen"
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"par_id3147435\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_NAMES:ED_ASSIGN\">The reference of the selected area name is shown here as an absolute value.</ahelp>"
+msgstr ""
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"par_id3146986\n"
+"12\n"
+"help.text"
+msgid "To insert a new area reference, place the cursor in this field and use your mouse to select the desired area in any sheet of your spreadsheet document."
+msgstr ""
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"hd_id3154729\n"
+"13\n"
+"help.text"
+msgid "More"
+msgstr "Opširnije"
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"par_id3149958\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SC:MOREBUTTON:RID_SCDLG_NAMES:BTN_MORE\">Allows you to specify the <emph>Area type </emph>(optional) for the reference.</ahelp>"
+msgstr ""
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"hd_id3147394\n"
+"15\n"
+"help.text"
+msgid "Area type"
+msgstr "Vrsta područja"
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"par_id3155416\n"
+"16\n"
+"help.text"
+msgid "Defines additional options related to the type of reference area."
+msgstr ""
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"hd_id3150716\n"
+"17\n"
+"help.text"
+msgid "Print range"
+msgstr "Opseg za štampanje"
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"par_id3150751\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NAMES:BTN_PRINTAREA\">Defines the area as a print range.</ahelp>"
+msgstr ""
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"hd_id3153764\n"
+"19\n"
+"help.text"
+msgid "Filter"
+msgstr "Filtar"
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"par_id3155766\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NAMES:BTN_CRITERIA\">Defines the selected area to be used in an <link href=\"text/scalc/01/12040300.xhp\" name=\"advanced filter\">advanced filter</link>.</ahelp>"
+msgstr ""
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"hd_id3159267\n"
+"21\n"
+"help.text"
+msgid "Repeat column"
+msgstr "Ponovi kolonu"
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"par_id3149565\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NAMES:BTN_COLHEADER\">Defines the area as a repeating column.</ahelp>"
+msgstr ""
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"hd_id3153966\n"
+"23\n"
+"help.text"
+msgid "Repeat row"
+msgstr "Ponovi red"
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"par_id3150300\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NAMES:BTN_ROWHEADER\">Defines the area as a repeating row.</ahelp>"
+msgstr ""
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"hd_id3155112\n"
+"27\n"
+"help.text"
+msgid "Add/Modify"
+msgstr ""
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"par_id3159236\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_NAMES:BTN_ADD\">Click the <emph>Add</emph> button to add the defined name to the list. Click the <emph>Modify</emph> button to enter another name for an already existing name selected from the list.</ahelp>"
+msgstr ""
+
+#: func_datevalue.xhp
+msgctxt ""
+"func_datevalue.xhp\n"
+"tit\n"
+"help.text"
+msgid "DATEVALUE"
+msgstr ""
+
+#: func_datevalue.xhp
+#, fuzzy
+msgctxt ""
+"func_datevalue.xhp\n"
+"bm_id3145621\n"
+"help.text"
+msgid "<bookmark_value>DATEVALUE function</bookmark_value>"
+msgstr "<bookmark_value>TIMEVALUE funkcija</bookmark_value>"
+
+#: func_datevalue.xhp
+#, fuzzy
+msgctxt ""
+"func_datevalue.xhp\n"
+"hd_id3145621\n"
+"18\n"
+"help.text"
+msgid "<variable id=\"datevalue\"><link href=\"text/scalc/01/func_datevalue.xhp\">DATEVALUE</link></variable>"
+msgstr "<variable id=\"solver\"><link href=\"text/scalc/01/solver.xhp\">Rješavač</link></variable>"
+
+#: func_datevalue.xhp
+msgctxt ""
+"func_datevalue.xhp\n"
+"par_id3145087\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DATWERT\">Returns the internal date number for text in quotes.</ahelp>"
+msgstr ""
+
+#: func_datevalue.xhp
+msgctxt ""
+"func_datevalue.xhp\n"
+"par_id3149281\n"
+"20\n"
+"help.text"
+msgid "The internal date number is returned as a number. The number is determined by the date system that is used by $[officename] to calculate dates."
+msgstr ""
+
+#: func_datevalue.xhp
+msgctxt ""
+"func_datevalue.xhp\n"
+"par_id0119200903491982\n"
+"help.text"
+msgid "If the text string also includes a time value, DATEVALUE only returns the integer part of the conversion."
+msgstr ""
+
+#: func_datevalue.xhp
+msgctxt ""
+"func_datevalue.xhp\n"
+"hd_id3156294\n"
+"21\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: func_datevalue.xhp
+#, fuzzy
+msgctxt ""
+"func_datevalue.xhp\n"
+"par_id3149268\n"
+"22\n"
+"help.text"
+msgid "DATEVALUE(\"Text\")"
+msgstr "TIMEVALUE(\"Tekst\")"
+
+#: func_datevalue.xhp
+#, fuzzy
+msgctxt ""
+"func_datevalue.xhp\n"
+"par_id3154819\n"
+"23\n"
+"help.text"
+msgid "<emph>Text</emph> is a valid date expression and must be entered with quotation marks."
+msgstr "<emph>Tekst</emph>je važeci vremenski izraz i mora biti unešen pod navodnicima."
+
+#: func_datevalue.xhp
+msgctxt ""
+"func_datevalue.xhp\n"
+"hd_id3156309\n"
+"24\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: func_datevalue.xhp
+msgctxt ""
+"func_datevalue.xhp\n"
+"par_id3155841\n"
+"25\n"
+"help.text"
+msgid "<emph>=DATEVALUE(\"1954-07-20\")</emph> yields 19925."
+msgstr ""
+
+#: 06060200.xhp
+#, fuzzy
+msgctxt ""
+"06060200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Protecting document"
+msgstr "Zaštiti dokument"
+
+#: 06060200.xhp
+#, fuzzy
+msgctxt ""
+"06060200.xhp\n"
+"hd_id3150541\n"
+"1\n"
+"help.text"
+msgid "Protecting document"
+msgstr "Zaštiti dokument"
+
+#: 06060200.xhp
+msgctxt ""
+"06060200.xhp\n"
+"par_id3145172\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"dokumenttext\"><ahelp hid=\".uno:ToolProtectionDocument\">Protects the sheet structure of your document from modifications. It is impossible to insert, delete, rename, move or copy sheets.</ahelp></variable> Open the <emph>Protect document</emph> dialog with <emph>Tools - Protect Document - Document</emph>. Optionally enter a password and click OK."
+msgstr "<variable id=\"dokumenttext\"><ahelp hid=\".uno:ToolProtectionDocument\">Štiti list strukturu dokumenta s izmjenama. To je nemoguce za umetanje, brisanje, preimenovanje, premještanje ili kopiranje listova.</ahelp></variable> Otvorite <emph>Zaštiti dokument</emph> dijalog kutijicu sa <emph>Tools - Zaštiti dokument - Dokument</emph>. Neobavezno ukucati šifru i kliknuti OK."
+
+#: 06060200.xhp
+msgctxt ""
+"06060200.xhp\n"
+"par_id3153188\n"
+"6\n"
+"help.text"
+msgid "The structure of protected spreadsheet documents can be changed only if the <emph>Protect</emph> option is disabled. On the context menus for the spreadsheet tabs at the lower graphic border, only the menu item <emph>Select All Sheets</emph> can be activated. All other menu items are deactivated. To remove the protection, call up the command <emph>Tools - Protect Document - Document</emph> again. If no password is assigned, protection is immediately removed. If you were assigned a password, the <emph>Remove Spreadsheet Protection</emph> dialog appears, in which you must enter the password. Only then can you remove the check mark specifying that protection is active."
+msgstr "Struktura tablice zašticenih dokumenata može se mijenjati samo ako<emph>Zaštita</emph> opcija je onemogucena. Na kontekst meni za proracunske tablice karticama u donji graficki granice, samo stavke izbornika<emph>Odaberi sve tablice</emph> može biti aktivirano. Sve ostale stavke izbornika su deaktivirana. Za uklanjanje zaštite, pozvati naredbu<emph>Tools - Zaštiti dokument - Dokument</emph> ponovo. Ako je dodijeljen bez lozinke, zaštita je odmah uklonjena. Ako ste bili dodijeljeni lozinku, <emph>Ukloniti zaštitu tablice</emph> se pojavljuje dijalog kutijica, u koju morate unijeti lozinku. Tek onda možete ukloniti oznacenu vrijednost navodeci da je zažtita aktivna."
+
+#: 06060200.xhp
+msgctxt ""
+"06060200.xhp\n"
+"par_id3145750\n"
+"7\n"
+"help.text"
+msgid "A protected document, once saved, can only be saved again with the <emph>File - Save As</emph> menu command."
+msgstr "zašticeni dokument, jednom spašeni, jedino može spasiti opet sah <emph>Datoteka - Snimi kao</emph> meni komanda."
+
+#: 06060200.xhp
+msgctxt ""
+"06060200.xhp\n"
+"hd_id3152596\n"
+"4\n"
+"help.text"
+msgid "Password (optional)"
+msgstr "Šifra (opcionalno)"
+
+#: 06060200.xhp
+msgctxt ""
+"06060200.xhp\n"
+"par_id3155412\n"
+"5\n"
+"help.text"
+msgid "You can create a password to protect your document against unauthorized or accidental modifications."
+msgstr "Možete napraviti šifru koja ce štititi vaš dokument protiv neovlaštenih modifikacija ili slucajnih izmjena."
+
+#: 06060200.xhp
+msgctxt ""
+"06060200.xhp\n"
+"par_id3150717\n"
+"9\n"
+"help.text"
+msgid "You can completely protect your work by combining both options from <emph>Tools - Protect Document</emph>, including password entry. If you want to prevent the document from being opened by other users, select <emph>Save With Password </emph>and click the <emph>Save</emph> button. The <emph>Enter Password</emph> dialog appears. Consider carefully when choosing a password; if you forget it after you close a document you will be unable to access the document."
+msgstr "Vi u potpunosti mošžete zaštititi svoj rad, kombinirajuci obje opcije iz <emph>Tools - Zaštiti dokument</emph>, ukljucujuci i ukucavanje šifre. Ako želite zaštititi dokument od otvaranja od strane drugih korisnika, izaberite <emph>Snimi sa šifrom</emph> i kliknite na <emph>Snimi</emph> dugme. <emph>Ukucati šifru</emph> se pojavljuje dijalog kutijica. Razmislite pažljivo pri odabiru lozinke, ako ga zaboravite nakon što zatvorite dokument necete biti u mogucnosti za pristup dokumentu."
+
+#: 12040100.xhp
+msgctxt ""
+"12040100.xhp\n"
+"tit\n"
+"help.text"
+msgid "AutoFilter"
+msgstr "Automatski Filter"
+
+#: 12040100.xhp
+#, fuzzy
+msgctxt ""
+"12040100.xhp\n"
+"hd_id3153541\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12040100.xhp\" name=\"AutoFilter\">AutoFilter</link>"
+msgstr "<link href=\"text/scalc/01/12040000.xhp\" name=\"Filter\">Filtar</link>"
+
+#: 12040100.xhp
+msgctxt ""
+"12040100.xhp\n"
+"par_id3148550\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DataFilterAutoFilter\">Automatically filters the selected cell range, and creates one-row list boxes where you can choose the items that you want to display.</ahelp>"
+msgstr "<ahelp hid=\".uno:DataFilterAutoFilter\">Automatski filtrira izabrane raspone celija,i kreira jednu listu redova s kojom mozete izabrati objekte koje hocete da prikazete.</ahelp>"
+
+#: 12040100.xhp
+#, fuzzy
+msgctxt ""
+"12040100.xhp\n"
+"par_id3145171\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/02/12090000.xhp\" name=\"Default filter\">Default filter</link>"
+msgstr "<link href=\"text/scalc/01/12040000.xhp\" name=\"Filter\">Filtar</link>"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"tit\n"
+"help.text"
+msgid "Logical Functions"
+msgstr "Logicne funkcije"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"bm_id3153484\n"
+"help.text"
+msgid "<bookmark_value>logical functions</bookmark_value> <bookmark_value>Function Wizard; logical</bookmark_value> <bookmark_value>functions; logical functions</bookmark_value>"
+msgstr "<bookmark_value>logical functions</bookmark_value><bookmark_value>Function Wizard; logical</bookmark_value><bookmark_value>functions; logical functions</bookmark_value>"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3153484\n"
+"1\n"
+"help.text"
+msgid "Logical Functions"
+msgstr "Logicne funkcije"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3149312\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"logischtext\">This category contains the <emph>Logical</emph> functions. </variable>"
+msgstr "<variable id=\"logischtext\">This category contains the <emph>Logičke</emph> functions. </variable>"
+
+#: 04060105.xhp
+#, fuzzy
+msgctxt ""
+"04060105.xhp\n"
+"bm_id3147505\n"
+"help.text"
+msgid "<bookmark_value>AND function</bookmark_value>"
+msgstr "<bookmark_value>TREND funkcija</bookmark_value>"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3147505\n"
+"29\n"
+"help.text"
+msgid "AND"
+msgstr "I"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3153959\n"
+"65\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_UND\">Returns TRUE if all arguments are TRUE.</ahelp> If one of the elements is FALSE, this function returns the FALSE value."
+msgstr "<ahelp hid=\"HID_FUNC_UND\">Returns <emph>TRUE</emph> if all arguments are <emph>TRUE</emph>.</ahelp> If one of the elements is <emph>FALSE</emph>, this function returns the <emph>FALSE</emph> value."
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3146100\n"
+"66\n"
+"help.text"
+msgid "The arguments are either logical expressions themselves (TRUE, 1<5, 2+3=7, B8<10) that return logical values, or arrays (A1:C3) containing logical values."
+msgstr ""
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3150538\n"
+"67\n"
+"help.text"
+msgid "When a function expects a single value, but you entered a cell range, then the value from the cell range is taken that is in the same column or row as the formula."
+msgstr ""
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3149128\n"
+"68\n"
+"help.text"
+msgid "If the entered range is outside of the current column or row of the formula, the function returns the error value #VALUE!"
+msgstr ""
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3150374\n"
+"31\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3159123\n"
+"32\n"
+"help.text"
+msgid "AND(LogicalValue1; LogicalValue2 ...LogicalValue30)"
+msgstr "AND(Logical_value_1; Logical_value_2; ... Logical_value_30)"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3150038\n"
+"33\n"
+"help.text"
+msgid "<emph>LogicalValue1; LogicalValue2 ...LogicalValue30</emph> are conditions to be checked. All conditions can be either TRUE or FALSE. If a range is entered as a parameter, the function uses the value from the range that is in the current column or row. The result is TRUE if the logical value in all cells within the cell range is TRUE."
+msgstr "<emph>Logical_value_1; Logical_value_2; ...</emph> are 1 to 30 conditions to be checked. All conditions can be either TRUE or FALSE. If a range is entered as a parameter, the function uses the value from the range that is in the current column or row. The result is TRUE if the logical value in all cells within the cell range is TRUE."
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3149143\n"
+"34\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3153123\n"
+"35\n"
+"help.text"
+msgid "The logical values of entries 12<13; 14>12, and 7<6 are to be checked:"
+msgstr "Logicne vrijednosti 12<13; 14>12 and 7<6 are to be checked:"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3145632\n"
+"36\n"
+"help.text"
+msgid "<item type=\"input\">=AND(12<13;14>12;7<6)</item> returns FALSE."
+msgstr "<item type=\"input\">=AND(12<13; 14>12; 7<6)</item> returns <emph>FALSE</emph>."
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3149946\n"
+"60\n"
+"help.text"
+msgid "<item type=\"input\">=AND (FALSE;TRUE)</item> returns FALSE."
+msgstr "<item type=\"input\">=AND(FALSE; TRUE)</item> returns <emph>FALSE</emph>."
+
+#: 04060105.xhp
+#, fuzzy
+msgctxt ""
+"04060105.xhp\n"
+"bm_id3149015\n"
+"help.text"
+msgid "<bookmark_value>FALSE function</bookmark_value>"
+msgstr "<bookmark_value>IMLN funkcija</bookmark_value>"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3149015\n"
+"3\n"
+"help.text"
+msgid "FALSE"
+msgstr ""
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3149890\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_FALSCH\">Returns the logical value FALSE.</ahelp> The FALSE() function does not require any arguments, and always returns the logical value FALSE."
+msgstr "<ahelp hid=\"HID_FUNC_FALSCH\">Returns the logical value <emph>FALSE</emph>.</ahelp> The FALSE() function does not require any arguments and always returns the logical value <emph>FALSE</emph>."
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3146939\n"
+"5\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3150030\n"
+"6\n"
+"help.text"
+msgid "FALSE()"
+msgstr ""
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3150697\n"
+"7\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3154842\n"
+"8\n"
+"help.text"
+msgid "<item type=\"input\">=FALSE()</item> returns FALSE"
+msgstr "<item type=\"input\">=FALSE()</item> returns <emph>FALSE</emph>"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3147468\n"
+"9\n"
+"help.text"
+msgid "<item type=\"input\">=NOT(FALSE())</item> returns TRUE"
+msgstr "<item type=\"input\">=NOT(FALSE())</item> returns <emph>TRUE</emph>"
+
+#: 04060105.xhp
+#, fuzzy
+msgctxt ""
+"04060105.xhp\n"
+"bm_id3150141\n"
+"help.text"
+msgid "<bookmark_value>IF function</bookmark_value>"
+msgstr "<bookmark_value>INFO funkcija</bookmark_value>"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3150141\n"
+"48\n"
+"help.text"
+msgid "IF"
+msgstr "Ako"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3148740\n"
+"49\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_WENN\">Specifies a logical test to be performed.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_WENN\">Specifira logicni test.</ahelp>"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3153325\n"
+"50\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3154558\n"
+"51\n"
+"help.text"
+msgid "IF(Test; ThenValue; OtherwiseValue)"
+msgstr "IF(Test; Then_value; Otherwise_value)"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3149727\n"
+"52\n"
+"help.text"
+msgid "<emph>Test</emph> is any value or expression that can be TRUE or FALSE."
+msgstr "<emph>Test</emph> je bilo koja vrijednost ili izraz koji moze biti tacan i lazan."
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3155828\n"
+"53\n"
+"help.text"
+msgid "<emph>ThenValue</emph> (optional) is the value that is returned if the logical test is TRUE."
+msgstr "<emph>Then_value</emph> (optional) je vrijednost TRUE."
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3154811\n"
+"54\n"
+"help.text"
+msgid "<emph>OtherwiseValue</emph> (optional) is the value that is returned if the logical test is FALSE."
+msgstr "<emph>Otherwise_value</emph> (optional) je vrijednost FALSE."
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_idN107FA\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr ""
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3149507\n"
+"55\n"
+"help.text"
+msgid "Examples"
+msgstr "Primjeri"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3150867\n"
+"57\n"
+"help.text"
+msgid "<item type=\"input\">=IF(A1>5;100;\"too small\")</item> If the value in A1 is higher than 5, the value 100 is entered in the current cell; otherwise, the text “too small” (without quotes) is entered."
+msgstr "<item type=\"input\">=IF(A1>5; 100; \"too small\")</item> ako je vrijednost u A1 is veca od 5, vrijednost 100 je unesena u trenutnu celiju; inace text <emph>too small</emph> je unesen."
+
+#: 04060105.xhp
+#, fuzzy
+msgctxt ""
+"04060105.xhp\n"
+"bm_id3155954\n"
+"help.text"
+msgid "<bookmark_value>NOT function</bookmark_value>"
+msgstr "<bookmark_value>NOW funkcija</bookmark_value>"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3155954\n"
+"12\n"
+"help.text"
+msgid "NOT"
+msgstr ""
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3153570\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_NICHT\">Complements (inverts) a logical value.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_NICHT\">Obrce logicnu vrijednost</ahelp>"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3147372\n"
+"14\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3157996\n"
+"15\n"
+"help.text"
+msgid "NOT(LogicalValue)"
+msgstr "NOT(Logicna vrijednost)"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3148766\n"
+"16\n"
+"help.text"
+msgid "<emph>LogicalValue</emph> is any value to be complemented."
+msgstr "<emph>Logical Value</emph> je bilo koja vrijednot izvrnuta"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3149884\n"
+"17\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3150132\n"
+"18\n"
+"help.text"
+msgid "<item type=\"input\">=NOT(A)</item>. If A=TRUE then NOT(A) will evaluate FALSE."
+msgstr "<item type=\"input\">=NOT(A)</item>. A=TRUE reverses to A=FALSE."
+
+#: 04060105.xhp
+#, fuzzy
+msgctxt ""
+"04060105.xhp\n"
+"bm_id3148394\n"
+"help.text"
+msgid "<bookmark_value>OR function</bookmark_value>"
+msgstr "<bookmark_value>SAT funkcija</bookmark_value>"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3148394\n"
+"20\n"
+"help.text"
+msgid "OR"
+msgstr ""
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3156060\n"
+"61\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ODER\">Returns TRUE if at least one argument is TRUE.</ahelp> This function returns the value FALSE, if all the arguments have the logical value FALSE."
+msgstr "<ahelp hid=\"HID_FUNC_ODER\">Returns <emph>TRUE</emph> ako je najmanje jedan argument <emph>TRUE</emph>.</ahelp> Ova funkcija vraca vrijednost <emph>FALSE</emph> ako su svi argumenti logicni <emph>FALSE</emph>."
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3148771\n"
+"62\n"
+"help.text"
+msgid "The arguments are either logical expressions themselves (TRUE, 1<5, 2+3=7, B8<10) that return logical values, or arrays (A1:C3) containing logical values."
+msgstr ""
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3153546\n"
+"63\n"
+"help.text"
+msgid "When a function expects a single value, but you entered a cell range, then the value from the cell range is taken that is in the same column or row as the formula."
+msgstr ""
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3149027\n"
+"64\n"
+"help.text"
+msgid "If the entered range is outside of the current column or row of the formula, the function returns the error value #VALUE!"
+msgstr ""
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3155517\n"
+"22\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3150468\n"
+"23\n"
+"help.text"
+msgid "OR(LogicalValue1; LogicalValue2 ...LogicalValue30)"
+msgstr "OR(Logical_value_1; Logical_value_2 ... Logical_value_30)"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3155819\n"
+"24\n"
+"help.text"
+msgid "<emph>LogicalValue1; LogicalValue2 ...LogicalValue30</emph> are conditions to be checked. All conditions can be either TRUE or FALSE. If a range is entered as a parameter, the function uses the value from the range that is in the current column or row."
+msgstr "<emph>Logical_value_1; Logical_value_2; ...</emph> are 1 to 30 conditions to be checked. All conditions can be either TRUE or FALSE. If a range is entered as a parameter, the function uses the value from the range that is in the current column or row."
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3153228\n"
+"25\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3154870\n"
+"26\n"
+"help.text"
+msgid "The logical values of entries 12<11; 13>22, and 45=45 are to be checked."
+msgstr "Unosi logicnih vrijednosti 12<11; 13>22 and 45=45 su cekirane."
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3155371\n"
+"27\n"
+"help.text"
+msgid "<item type=\"input\">=OR(12<11;13>22;45=45)</item> returns TRUE."
+msgstr "<item type=\"input\">=OR(12<11; 13>22; 45=45)</item> returns <emph>TRUE</emph>."
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3158412\n"
+"59\n"
+"help.text"
+msgid "<item type=\"input\">=OR(FALSE;TRUE)</item> returns TRUE."
+msgstr "<item type=\"input\">=OR(FALSE; TRUE)</item> returns <emph>TRUE</emph>."
+
+#: 04060105.xhp
+#, fuzzy
+msgctxt ""
+"04060105.xhp\n"
+"bm_id3156256\n"
+"help.text"
+msgid "<bookmark_value>TRUE function</bookmark_value>"
+msgstr "<bookmark_value>TIME funkcija</bookmark_value>"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3156256\n"
+"38\n"
+"help.text"
+msgid "TRUE"
+msgstr ""
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3155985\n"
+"39\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_WAHR\">The logical value is set to TRUE.</ahelp> The TRUE() function does not require any arguments, and always returns the logical value TRUE."
+msgstr "<ahelp hid=\"HID_FUNC_WAHR\">The logical value is set to <emph>TRUE</emph>.</ahelp> The TRUE() function does not require any arguments and always returns the logical value <emph>TRUE</emph>."
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3153717\n"
+"40\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3152590\n"
+"41\n"
+"help.text"
+msgid "TRUE()"
+msgstr ""
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3147175\n"
+"42\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3146148\n"
+"43\n"
+"help.text"
+msgid "If A=TRUE and B=FALSE the following examples appear:"
+msgstr ""
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3083285\n"
+"44\n"
+"help.text"
+msgid "<item type=\"input\">=AND(A;B)</item> returns FALSE"
+msgstr "<item type=\"input\">=AND(A; B)</item> returns <emph>FALSE</emph>"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3083444\n"
+"45\n"
+"help.text"
+msgid "<item type=\"input\">=OR(A;B)</item> returns TRUE"
+msgstr "<item type=\"input\">=OR(A; B)</item> returns <emph>TRUE</emph>"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3154314\n"
+"46\n"
+"help.text"
+msgid "<item type=\"input\">=NOT(AND(A;B))</item> returns TRUE"
+msgstr "<item type=\"input\">=NOT(AND(A; B))</item> returns <emph>TRUE</emph>"
+
+#: 12080700.xhp
+#, fuzzy
+msgctxt ""
+"12080700.xhp\n"
+"tit\n"
+"help.text"
+msgid "Show Details (Pivot Table)"
+msgstr "Pokazi detalje (DataPilot)"
+
+#: 12080700.xhp
+#, fuzzy
+msgctxt ""
+"12080700.xhp\n"
+"hd_id3344523\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12080700.xhp\">Show Details (Pivot Table)</link>"
+msgstr "<link href=\"text/scalc/01/12080700.xhp\">Prikazuje komande u DataPilot tables</link>"
+
+#: 12080700.xhp
+#, fuzzy
+msgctxt ""
+"12080700.xhp\n"
+"par_id871303\n"
+"help.text"
+msgid "<ahelp hid=\".\">Inserts a new \"drill-down\" sheet with more information about the current pivot table cell. You can also double-click a pivot table cell to insert the \"drill-down\" sheet. The new sheet shows a subset of rows from the original data source that constitutes the result data displayed in the current cell.</ahelp>"
+msgstr "<ahelp hid=\".\">Ubacuje novi\"drill-down\" list sa vise informacija o ternutnom DataPilot cell.Takodje mozete duplo kliknuti na DataPilot celiju da ubacite \"drill-down\" sheet.Novi list pokazuje podzbroj redova iz orginalnih podtaka koji konstituju rezultate prikazane u trenutnoj celiji .</ahelp>"
+
+#: 12080700.xhp
+#, fuzzy
+msgctxt ""
+"12080700.xhp\n"
+"par_id7132480\n"
+"help.text"
+msgid "Hidden items are not evaluated, the rows for the hidden items are included. Show Details is available only for pivot tables that are based on cell ranges or database data."
+msgstr "Skriveni podaci nisu evaluirani,redovi za skrivene podatke su ukljuceni.Prikazivanje detalja je moguce samo za DataPilot tabele koje su bazirane na prostoru celija ili baze podataka"
+
+#: func_date.xhp
+msgctxt ""
+"func_date.xhp\n"
+"tit\n"
+"help.text"
+msgid "DATE"
+msgstr "DATE"
+
+#: func_date.xhp
+#, fuzzy
+msgctxt ""
+"func_date.xhp\n"
+"bm_id3155511\n"
+"help.text"
+msgid "<bookmark_value>DATE function</bookmark_value>"
+msgstr "<bookmark_value>TIME funkcija</bookmark_value>"
+
+#: func_date.xhp
+#, fuzzy
+msgctxt ""
+"func_date.xhp\n"
+"hd_id3155511\n"
+"3\n"
+"help.text"
+msgid "<variable id=\"date\"><link href=\"text/scalc/01/func_date.xhp\">DATE</link></variable>"
+msgstr "<variable id=\"solver\"><link href=\"text/scalc/01/solver.xhp\">Rješavač</link></variable>"
+
+#: func_date.xhp
+msgctxt ""
+"func_date.xhp\n"
+"par_id3153551\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DATUM\">This function calculates a date specified by year, month, day and displays it in the cell's formatting.</ahelp> The default format of a cell containing the DATE function is the date format, but you can format the cells with any other number format."
+msgstr ""
+
+#: func_date.xhp
+msgctxt ""
+"func_date.xhp\n"
+"hd_id3148590\n"
+"5\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: func_date.xhp
+msgctxt ""
+"func_date.xhp\n"
+"par_id3150474\n"
+"6\n"
+"help.text"
+msgid "DATE(Year; Month; Day)"
+msgstr ""
+
+#: func_date.xhp
+msgctxt ""
+"func_date.xhp\n"
+"par_id3152815\n"
+"7\n"
+"help.text"
+msgid "<emph>Year</emph> is an integer between 1583 and 9957 or between 0 and 99."
+msgstr ""
+
+#: func_date.xhp
+msgctxt ""
+"func_date.xhp\n"
+"par_id3153222\n"
+"174\n"
+"help.text"
+msgid "In <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - General </item>you can set from which year a two-digit number entry is recognized as 20xx."
+msgstr ""
+
+#: func_date.xhp
+msgctxt ""
+"func_date.xhp\n"
+"par_id3155817\n"
+"8\n"
+"help.text"
+msgid "<emph>Month</emph> is an integer indicating the month."
+msgstr ""
+
+#: func_date.xhp
+msgctxt ""
+"func_date.xhp\n"
+"par_id3153183\n"
+"9\n"
+"help.text"
+msgid "<emph>Day</emph> is an integer indicating the day of the month."
+msgstr ""
+
+#: func_date.xhp
+msgctxt ""
+"func_date.xhp\n"
+"par_id3156260\n"
+"10\n"
+"help.text"
+msgid "If the values for month and day are out of bounds, they are carried over to the next digit. If you enter <item type=\"input\">=DATE(00;12;31)</item> the result will be 12/31/00. If, on the other hand, you enter <item type=\"input\">=DATE(00;13;31)</item> the result will be 1/31/01."
+msgstr ""
+
+#: func_date.xhp
+msgctxt ""
+"func_date.xhp\n"
+"hd_id3147477\n"
+"12\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: func_date.xhp
+msgctxt ""
+"func_date.xhp\n"
+"par_id3152589\n"
+"16\n"
+"help.text"
+msgid "<item type=\"input\">=DATE(00;1;31)</item> yields 1/31/00 if the cell format setting is MM/DD/YY."
+msgstr ""
+
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Move or Copy a Sheet"
+msgstr ""
+
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"bm_id3153360\n"
+"help.text"
+msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
+msgstr ""
+
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"hd_id3153360\n"
+"1\n"
+"help.text"
+msgid "Move or Copy a Sheet"
+msgstr ""
+
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"par_id3154686\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"tabelleverschiebenkopierentext\"><ahelp hid=\".uno:Move\">Moves or copies a sheet to a new location in the document or to a different document.</ahelp></variable>"
+msgstr ""
+
+#: 02180000.xhp
+#, fuzzy
+msgctxt ""
+"02180000.xhp\n"
+"par_id2282479\n"
+"help.text"
+msgid "When you copy and paste cells containing <link href=\"text/scalc/01/04060102.xhp\">date values</link> between different spreadsheets, both spreadsheet documents must be set to the same date base. If date bases differ, the displayed date values will change!"
+msgstr "Kada kopirate i zalijepite celije koje sadržavaju datumske vrijednosti razlicitih proracunskih tablica, obje proracunske tablice moraju biti postavljene na istu bazu datuma. Ako se datumske baze razlikuju, prikazane datumske vrijednosti ce se promjeniti!"
+
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"hd_id3163710\n"
+"3\n"
+"help.text"
+msgid "To Document"
+msgstr "Na dokument"
+
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"par_id3148645\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_MOVETAB:LB_DEST\">Indicates where the current sheet is to be moved or copied to.</ahelp> Select <emph>- new document -</emph> if you want to create a new location for the sheet to be moved or copied."
+msgstr ""
+
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"hd_id3154012\n"
+"5\n"
+"help.text"
+msgid "Insert Before"
+msgstr ""
+
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"par_id3145366\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_MOVETAB:LB_INSERT\">The current sheet is moved or copied in front of the selected sheet.</ahelp> The <emph>- move to end position -</emph> option places the current sheet at the end."
+msgstr ""
+
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"hd_id3153726\n"
+"7\n"
+"help.text"
+msgid "Copy"
+msgstr "Kopiraj"
+
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"par_id3144764\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_MOVETAB:BTN_COPY\">Specifies that the sheet is to be copied. If the option is unmarked, the sheet is moved.</ahelp> Moving sheets is the default."
+msgstr ""
+
+#: func_now.xhp
+msgctxt ""
+"func_now.xhp\n"
+"tit\n"
+"help.text"
+msgid "NOW"
+msgstr "NOW"
+
+#: func_now.xhp
+msgctxt ""
+"func_now.xhp\n"
+"bm_id3150521\n"
+"help.text"
+msgid "<bookmark_value>NOW function</bookmark_value>"
+msgstr "<bookmark_value>NOW funkcija</bookmark_value>"
+
+#: func_now.xhp
+#, fuzzy
+msgctxt ""
+"func_now.xhp\n"
+"hd_id3150521\n"
+"47\n"
+"help.text"
+msgid "<variable id=\"now\"><link href=\"text/scalc/01/func_now.xhp\">NOW</link></variable>"
+msgstr "<variable id=\"solver\"><link href=\"text/scalc/01/solver.xhp\">Rješavač</link></variable>"
+
+#: func_now.xhp
+msgctxt ""
+"func_now.xhp\n"
+"par_id3148829\n"
+"48\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_JETZT\">Returns the computer system date and time.</ahelp> The value is updated when you recalculate the document or each time a cell value is modified."
+msgstr "<ahelp hid=\"HID_FUNC_JETZT\">Vraca datum i vrijeme racunara.</ahelp> Ova vrijednost se mijenja kad preracunavate dokument i svaki put kad se vrjednost celije mijenja."
+
+#: func_now.xhp
+msgctxt ""
+"func_now.xhp\n"
+"hd_id3146988\n"
+"49\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: func_now.xhp
+msgctxt ""
+"func_now.xhp\n"
+"par_id3154897\n"
+"50\n"
+"help.text"
+msgid "NOW()"
+msgstr ""
+
+#: func_now.xhp
+msgctxt ""
+"func_now.xhp\n"
+"par_id4598529\n"
+"help.text"
+msgid "NOW is a function without arguments."
+msgstr "NOW je funkcija bez argumenata."
+
+#: func_now.xhp
+msgctxt ""
+"func_now.xhp\n"
+"hd_id3154205\n"
+"51\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: func_now.xhp
+msgctxt ""
+"func_now.xhp\n"
+"par_id3150774\n"
+"52\n"
+"help.text"
+msgid "<item type=\"input\">=NOW()-A1</item> returns the difference between the date in A1 and now. Format the result as a number."
+msgstr "<item type=\"input\">=NOW()-A1</item> vraca razliku datuma A1 i sad. Format rezultata je broj."
+
+#: 02140100.xhp
+msgctxt ""
+"02140100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Down"
+msgstr "Dolje"
+
+#: 02140100.xhp
+msgctxt ""
+"02140100.xhp\n"
+"hd_id3150792\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02140100.xhp\" name=\"Down\">Down</link>"
+msgstr "<link href=\"text/scalc/01/02140100.xhp\" name=\"Down\">Dolje</link>"
+
+#: 02140100.xhp
+msgctxt ""
+"02140100.xhp\n"
+"par_id3153969\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:FillDown\" visibility=\"visible\">Fills a selected range of at least two rows with the contents of the top cell of the range.</ahelp>"
+msgstr "<ahelp hid=\".uno:FillDown\" visibility=\"visible\">Ispunjava oznaceni raspon od bar dva reda sa sadržajem prve celije u rasponu.</ahelp>"
+
+#: 02140100.xhp
+msgctxt ""
+"02140100.xhp\n"
+"par_id3145787\n"
+"3\n"
+"help.text"
+msgid "If a selected range has only one column, the contents of the top cell are copied to all others. If several columns are selected, the contents of the corresponding top cell will be copied down."
+msgstr "Ako oznaceni raspon ima samo jednu kolonu, sadržaj prve celije se kopira na ostale celije. Ako izaberete nekoliko kolona, sadržaji odgovarajuce prve celije ce biti kopirani na dolje."
+
+#: format_graphic.xhp
+msgctxt ""
+"format_graphic.xhp\n"
+"tit\n"
+"help.text"
+msgid "Graphic"
+msgstr "Ilustracija"
+
+#: format_graphic.xhp
+msgctxt ""
+"format_graphic.xhp\n"
+"par_idN10548\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/format_graphic.xhp\">Graphic</link>"
+msgstr ""
+
+#: format_graphic.xhp
+msgctxt ""
+"format_graphic.xhp\n"
+"par_idN10558\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a submenu to edit the properties of the selected object.</ahelp>"
+msgstr ""
+
+#: format_graphic.xhp
+msgctxt ""
+"format_graphic.xhp\n"
+"par_id1650440\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05990000.xhp\">Define Text Attributes</link>"
+msgstr ""
+
+#: format_graphic.xhp
+msgctxt ""
+"format_graphic.xhp\n"
+"par_id363475\n"
+"help.text"
+msgid "Sets the layout and anchoring properties for text in the selected drawing or text object."
+msgstr ""
+
+#: format_graphic.xhp
+msgctxt ""
+"format_graphic.xhp\n"
+"par_id9746696\n"
+"help.text"
+msgid "Points"
+msgstr ""
+
+#: format_graphic.xhp
+msgctxt ""
+"format_graphic.xhp\n"
+"par_id2480544\n"
+"help.text"
+msgid "<ahelp hid=\".\">Switches <emph>Edit Points</emph> mode for an inserted freeform line on and off.</ahelp>"
+msgstr ""
+
+#: 06030900.xhp
+msgctxt ""
+"06030900.xhp\n"
+"tit\n"
+"help.text"
+msgid "Refresh Traces"
+msgstr "Osvježi praćenja"
+
+#: 06030900.xhp
+msgctxt ""
+"06030900.xhp\n"
+"bm_id3152349\n"
+"help.text"
+msgid "<bookmark_value>cells; refreshing traces</bookmark_value><bookmark_value>traces; refreshing</bookmark_value><bookmark_value>updating;traces</bookmark_value>"
+msgstr "<bookmark_value>celije; osvjezavanje tragova</bookmark_value><bookmark_value>tragovi; osvjezavanje</bookmark_value><bookmark_value>updating;traces</bookmark_value>"
+
+#: 06030900.xhp
+msgctxt ""
+"06030900.xhp\n"
+"hd_id3152349\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06030900.xhp\" name=\"Refresh Traces\">Refresh Traces</link>"
+msgstr "<link href=\"text/scalc/01/06030900.xhp\" name=\"Refresh Traces\">Osvježi praćenja</link>"
+
+#: 06030900.xhp
+msgctxt ""
+"06030900.xhp\n"
+"par_id3148947\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:RefreshArrows\">Redraws all traces in the sheet. Formulas modified when traces are redrawn are taken into account.</ahelp>"
+msgstr "<ahelp hid=\".uno:RefreshArrows\">Povlaci sve tragove u tabeli. Formule se modificiraju kada su tragovi povuceni i uzeti u obzir. </ahelp>"
+
+#: 06030900.xhp
+msgctxt ""
+"06030900.xhp\n"
+"par_id3148798\n"
+"3\n"
+"help.text"
+msgid "Detective arrows in the document are updated under the following circumstances:"
+msgstr "Detektivne strijele u dokumentu su ažurirane pod sljedecim okolnostima:"
+
+#: 06030900.xhp
+msgctxt ""
+"06030900.xhp\n"
+"par_id3153192\n"
+"4\n"
+"help.text"
+msgid "Starting <emph>Tools - Detective - Update Refresh Traces</emph>"
+msgstr "Pocinjanje <emph>Alati- Detektiv - Obnovi osvjezi tragove</emph>"
+
+#: 06030900.xhp
+msgctxt ""
+"06030900.xhp\n"
+"par_id3151041\n"
+"5\n"
+"help.text"
+msgid "If <emph>Tools - Detective - Update Automatically</emph> is turned on, every time formulas are changed in the document."
+msgstr "Ako <emph>Alati - Detectiv - Obnovi automatski</emph> je ukljunjeno, gormule se obnavljaju svaku put u dokumentu."
+
+#: 05080300.xhp
+msgctxt ""
+"05080300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Edit Print Ranges"
+msgstr "Izmijeni raspone štampe"
+
+#: 05080300.xhp
+msgctxt ""
+"05080300.xhp\n"
+"hd_id3153088\n"
+"1\n"
+"help.text"
+msgid "Edit Print Ranges"
+msgstr "Izmijeni raspone štampe"
+
+#: 05080300.xhp
+msgctxt ""
+"05080300.xhp\n"
+"par_id3159488\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"druckbereichetext\"><ahelp hid=\".uno:EditPrintArea\">Opens a dialog where you can specify the print range.</ahelp></variable> You can also set the rows or columns which are to be repeated in every page."
+msgstr ""
+
+#: 05080300.xhp
+msgctxt ""
+"05080300.xhp\n"
+"par_idN105AE\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/guide/printranges.xhp#printranges\"/>"
+msgstr ""
+
+#: 05080300.xhp
+msgctxt ""
+"05080300.xhp\n"
+"hd_id3156281\n"
+"3\n"
+"help.text"
+msgid "Print range"
+msgstr "Opseg za štampanje"
+
+#: 05080300.xhp
+msgctxt ""
+"05080300.xhp\n"
+"par_id3147228\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_AREAS:ED_PRINTAREA\">Allows you to modify a defined print range.</ahelp>"
+msgstr ""
+
+#: 05080300.xhp
+msgctxt ""
+"05080300.xhp\n"
+"par_id3145174\n"
+"5\n"
+"help.text"
+msgid "Select <emph>-none-</emph> to remove a print range definition for the current spreadsheet. Select <emph>-entire sheet-</emph> to set the current sheet as a print range. Select <emph>-selection-</emph> to define the selected area of a spreadsheet as the print range. By selecting <emph>-user-defined-</emph>, you can define a print range that you have already defined using the <emph>Format - Print Ranges - Define</emph> command. If you have given a name to a range using the <emph>Insert - Names - Define</emph> command, this name will be displayed and can be selected from the list box."
+msgstr ""
+
+#: 05080300.xhp
+msgctxt ""
+"05080300.xhp\n"
+"par_id3145272\n"
+"6\n"
+"help.text"
+msgid "In the right-hand text box, you can enter a print range by reference or by name. If the cursor is in the <emph>Print range</emph> text box, you can also select the print range in the spreadsheet with your mouse."
+msgstr ""
+
+#: 05080300.xhp
+msgctxt ""
+"05080300.xhp\n"
+"hd_id3149260\n"
+"7\n"
+"help.text"
+msgid "Rows to repeat"
+msgstr "Redovi za ponavljanje"
+
+#: 05080300.xhp
+msgctxt ""
+"05080300.xhp\n"
+"par_id3147426\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_AREAS:ED_REPEATROW\">Choose one or more rows to print on every page. In the right text box enter the row reference, for example, \"1\" or \"$1\" or \"$2:$3\".</ahelp> The list box displays <emph>-user defined-</emph>. You can also select <emph>-none-</emph> to remove a defined repeating row."
+msgstr ""
+
+#: 05080300.xhp
+msgctxt ""
+"05080300.xhp\n"
+"par_id3155418\n"
+"9\n"
+"help.text"
+msgid "You can also define repeating rows by dragging the mouse in the spreadsheet, if the cursor is in the <emph>Rows to repeat</emph> text field in the dialog."
+msgstr ""
+
+#: 05080300.xhp
+msgctxt ""
+"05080300.xhp\n"
+"hd_id3149581\n"
+"10\n"
+"help.text"
+msgid "Columns to repeat"
+msgstr "Kolone za ponavljanje"
+
+#: 05080300.xhp
+msgctxt ""
+"05080300.xhp\n"
+"par_id3155602\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_AREAS:ED_REPEATCOL\">Choose one or more columns to print on every page. In the right text box enter the column reference, for example, \"A\" or \"AB\" or \"$C:$E\".</ahelp> The list box then displays <emph>-user defined-</emph>. You can also select <emph>-none-</emph> to remove a defined repeating column."
+msgstr ""
+
+#: 05080300.xhp
+msgctxt ""
+"05080300.xhp\n"
+"par_id3150749\n"
+"12\n"
+"help.text"
+msgid "You can also define repeating columns by dragging the mouse in the spreadsheet, if the cursor is in the <emph>Columns to repeat</emph> text field in the dialog."
+msgstr ""
+
+#: 05060000.xhp
+msgctxt ""
+"05060000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Merge and Center Cells"
+msgstr ""
+
+#: 05060000.xhp
+msgctxt ""
+"05060000.xhp\n"
+"hd_id3149785\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05060000.xhp\" name=\"Merge and Center Cells\">Merge and Center Cells</link>"
+msgstr ""
+
+#: 05060000.xhp
+msgctxt ""
+"05060000.xhp\n"
+"par_id3151246\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Combines the selected cells into a single cell or splits merged cells. Aligns cell content centered.</ahelp>"
+msgstr ""
+
+#: 05060000.xhp
+msgctxt ""
+"05060000.xhp\n"
+"par_id3154020\n"
+"18\n"
+"help.text"
+msgid "Choose <emph>Format - Merge Cells - Merge and Center Cells</emph>"
+msgstr ""
+
+#: 05060000.xhp
+msgctxt ""
+"05060000.xhp\n"
+"par_id3148552\n"
+"4\n"
+"help.text"
+msgid "The merged cell receives the name of the first cell of the original cell range. Merged cells cannot be merged a second time with other cells. The range must form a rectangle, multiple selection is not supported."
+msgstr ""
+
+#: 05060000.xhp
+msgctxt ""
+"05060000.xhp\n"
+"par_id3149665\n"
+"3\n"
+"help.text"
+msgid "If the cells to be merged have any contents, a security dialog is shown."
+msgstr ""
+
+#: 05060000.xhp
+msgctxt ""
+"05060000.xhp\n"
+"par_id3153718\n"
+"help.text"
+msgid "Merging cells can lead to calculation errors in formulas in the table."
+msgstr ""
+
+#: 12040000.xhp
+msgctxt ""
+"12040000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Filter"
+msgstr "Filtar"
+
+#: 12040000.xhp
+msgctxt ""
+"12040000.xhp\n"
+"hd_id3150767\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12040000.xhp\" name=\"Filter\">Filter</link>"
+msgstr "<link href=\"text/scalc/01/12040000.xhp\" name=\"Filter\">Filtar</link>"
+
+#: 12040000.xhp
+msgctxt ""
+"12040000.xhp\n"
+"par_id3155131\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Shows commands to filter your data.</ahelp>"
+msgstr "<ahelp hid=\".\">Pokazuje komande filtriranih podataka.</ahelp>"
+
+#: 12040000.xhp
+msgctxt ""
+"12040000.xhp\n"
+"par_id3146119\n"
+"7\n"
+"help.text"
+msgid "$[officename] automatically recognizes predefined database ranges."
+msgstr "$[officename] automatski prepoznaje predefinisane raspone baze podataka."
+
+#: 12040000.xhp
+msgctxt ""
+"12040000.xhp\n"
+"par_id3153363\n"
+"3\n"
+"help.text"
+msgid "The following filtering options are available:"
+msgstr "Sljedece opcije filtriranja su moguce:"
+
+#: 12040000.xhp
+#, fuzzy
+msgctxt ""
+"12040000.xhp\n"
+"hd_id3153728\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/shared/02/12090000.xhp\" name=\"Standard filter\">Standard filter</link>"
+msgstr "<link href=\"text/scalc/01/12040000.xhp\" name=\"Filter\">Filtar</link>"
+
+#: 12040000.xhp
+#, fuzzy
+msgctxt ""
+"12040000.xhp\n"
+"hd_id3159153\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12040300.xhp\" name=\"Advanced filter\">Advanced filter</link>"
+msgstr "<link href=\"text/scalc/01/12080600.xhp\" name=\"Remove\">Ukloni</link>"
+
+#: 12090104.xhp
+msgctxt ""
+"12090104.xhp\n"
+"tit\n"
+"help.text"
+msgid "Options"
+msgstr "Opcije"
+
+#: 12090104.xhp
+msgctxt ""
+"12090104.xhp\n"
+"hd_id3149119\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12090104.xhp\" name=\"Options\">Options</link>"
+msgstr "<link href=\"text/scalc/01/12090104.xhp\" name=\"Options\">Opcije</link>"
+
+#: 12090104.xhp
+msgctxt ""
+"12090104.xhp\n"
+"par_id3147102\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"zusaetzetext\"><ahelp hid=\"\" visibility=\"visible\">Displays or hides additional filtering options.</ahelp></variable>"
+msgstr "<variable id=\"zusaetzetext\"><ahelp hid=\"\" visibility=\"visible\">prikazuje ili skriva dodatne opcije filtriranja.</ahelp></variable>"
+
+#: 12090104.xhp
+msgctxt ""
+"12090104.xhp\n"
+"hd_id3147008\n"
+"3\n"
+"help.text"
+msgid "Options"
+msgstr "Opcije"
+
+#: 12090104.xhp
+msgctxt ""
+"12090104.xhp\n"
+"hd_id3153662\n"
+"5\n"
+"help.text"
+msgid "Case sensitive"
+msgstr "Razlikuj velika i mala slova"
+
+#: 12090104.xhp
+msgctxt ""
+"12090104.xhp\n"
+"par_id3145673\n"
+"6\n"
+"help.text"
+msgid "Distinguishes between uppercase and lowercase letters."
+msgstr "Pravi razliku izmedju velikih i malih slova."
+
+#: 12090104.xhp
+msgctxt ""
+"12090104.xhp\n"
+"hd_id3156327\n"
+"7\n"
+"help.text"
+msgid "Regular Expression"
+msgstr "Regularni izraz"
+
+#: 12090104.xhp
+msgctxt ""
+"12090104.xhp\n"
+"par_id3151245\n"
+"8\n"
+"help.text"
+msgid "Allows you to use wildcards in the filter definition."
+msgstr "Dozvoljava koristenje wildcard znakova u definiciji filtera."
+
+#: 12090104.xhp
+msgctxt ""
+"12090104.xhp\n"
+"par_id3147264\n"
+"29\n"
+"help.text"
+msgid "If the <emph>Regular Expression</emph> check box is selected, you can use EQUAL (=) and NOT EQUAL (<>) also in comparisons. You can also use the following functions: DCOUNTA, DGET, MATCH, COUNTIF, SUMIF, LOOKUP, VLOOKUP and HLOOKUP."
+msgstr "Ako je <emph>Regular Expression</emph> kvakica psotavljena, takodjer mozete koristiti EQUAL to (=) i NOT EQUAL to (<>) u poredjenjima. Takodjer mozete koristiti sljedece funkcije: DCOUNTA, DGET, MATCH, COUNTIF, SUMIF, LOOKUP, VLOOKUP and HLOOKUP."
+
+#: 12090104.xhp
+msgctxt ""
+"12090104.xhp\n"
+"hd_id3153379\n"
+"30\n"
+"help.text"
+msgid "Unique records only"
+msgstr "Samo jednistveni podaci"
+
+#: 12090104.xhp
+msgctxt ""
+"12090104.xhp\n"
+"par_id3154138\n"
+"31\n"
+"help.text"
+msgid "Excludes duplicate rows in the list of filtered data."
+msgstr "Iskljucuje duple redove na listi filtriranih podataka."
+
+#: 12090104.xhp
+#, fuzzy
+msgctxt ""
+"12090104.xhp\n"
+"hd_id3156282\n"
+"32\n"
+"help.text"
+msgid "Data area"
+msgstr "Područje podataka"
+
+#: 12090104.xhp
+msgctxt ""
+"12090104.xhp\n"
+"par_id3150768\n"
+"33\n"
+"help.text"
+msgid "Displays the name of the filtered data area in the table."
+msgstr "Prikazuje ime prostora za filtrirane podatke u tabeli."
+
+#: 12090104.xhp
+msgctxt ""
+"12090104.xhp\n"
+"hd_id3156424\n"
+"34\n"
+"help.text"
+msgid "More<<"
+msgstr "Vise<<"
+
+#: 12090104.xhp
+msgctxt ""
+"12090104.xhp\n"
+"par_id3125864\n"
+"35\n"
+"help.text"
+msgid "Hides the additional options."
+msgstr ""
+
+#: 12090104.xhp
+msgctxt ""
+"12090104.xhp\n"
+"par_id3154011\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02100001.xhp\" name=\"List of Regular Expressions\">List of Regular Expressions</link>"
+msgstr "<link href=\"text/shared/01/02100001.xhp\" name=\"Lista regularnih izraza\">Lista regularnih izraza</link>"
+
+#: 05040000.xhp
+msgctxt ""
+"05040000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Column"
+msgstr "Kolona"
+
+#: 05040000.xhp
+#, fuzzy
+msgctxt ""
+"05040000.xhp\n"
+"hd_id3155628\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05040000.xhp\" name=\"Column\">Column</link>"
+msgstr "<link href=\"text/scalc/01/02140100.xhp\" name=\"Down\">Dolje</link>"
+
+#: 05040000.xhp
+msgctxt ""
+"05040000.xhp\n"
+"par_id3148946\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Sets the column width and hides or shows selected columns.</ahelp>"
+msgstr ""
+
+#: 05040000.xhp
+#, fuzzy
+msgctxt ""
+"05040000.xhp\n"
+"hd_id3150398\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05340200.xhp\" name=\"Width\">Width</link>"
+msgstr "<link href=\"text/scalc/01/02140200.xhp\" name=\"Right\">Desno</link>"
+
+#: 05040000.xhp
+msgctxt ""
+"05040000.xhp\n"
+"hd_id3145171\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05040200.xhp\" name=\"Optimal Width\">Optimal Width</link>"
+msgstr ""
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Fill"
+msgstr "Popuni"
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"bm_id8473769\n"
+"help.text"
+msgid "<bookmark_value>filling;selection lists</bookmark_value> <bookmark_value>selection lists;filling cells</bookmark_value>"
+msgstr "<bookmark_value>filling;selection lists</bookmark_value><bookmark_value>selection lists;filling cells</bookmark_value>"
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"hd_id3153876\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02140000.xhp\" name=\"Fill\">Fill</link>"
+msgstr "<link href=\"text/scalc/01/02140000.xhp\" name=\"Fill\">Popuni</link>"
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3156285\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Automatically fills cells with content.</ahelp>"
+msgstr "<ahelp hid=\".\">Automatski ispunjava celije sa sadržajem.</ahelp>"
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3147343\n"
+"9\n"
+"help.text"
+msgid "The $[officename] Calc context menus have <link href=\"text/scalc/01/02140000.xhp\" name=\"other options\">additional options</link> for filling the cells."
+msgstr "The $[officename] Kalk. contekst meniji imaju<link href=\"text/scalc/01/02140000.xhp\" name=\"other options\">dodatne opcije</link> za ispunjavanje celija."
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"hd_id3149207\n"
+"7\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02140500.xhp\" name=\"Sheet\">Sheet</link>"
+msgstr "<link href=\"text/scalc/01/02140500.xhp\" name=\"Sheet\">Tabela</link>"
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"hd_id3155111\n"
+"8\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02140600.xhp\" name=\"Rows\">Series</link>"
+msgstr "<link href=\"text/scalc/01/02140600.xhp\" name=\"Rows\">Rows</link>"
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3152994\n"
+"3\n"
+"help.text"
+msgid "<emph>Filling cells using context menus:</emph>"
+msgstr "<emph>Ispunjavanje celija koristeci kontekst menije</emph>:"
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3145384\n"
+"4\n"
+"help.text"
+msgid "Call the <link href=\"text/shared/00/00000005.xhp#kontextmenue\" name=\"context menu\">context menu</link> when positioned in a cell and choose <emph>Selection List</emph>."
+msgstr "Nazovite <link href=\"text/shared/00/00000005.xhp#kontextmenue\" name=\"kontekst meni\">context menu</link> kada se pozicionirate u celiji i izaberite <emph>Lista izbora</emph>."
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3156450\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DataSelect\">A list box containing all text found in the current column is displayed.</ahelp> The text is sorted alphabetically and multiple entries are listed only once."
+msgstr "<ahelp hid=\".uno:DataSelect\">List box koji sadržava sav tekst koji se nalazi u trenutnoj koloni je prikazan.</ahelp> Tekst je sortiran po alfabetu i unosi koji se ponavljaju su izlistani samo jednom."
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3148699\n"
+"6\n"
+"help.text"
+msgid "Click one of the listed entries to copy it to the cell."
+msgstr "Kliknite na jedan od izlistanih unosa da ga kopirate u celiju."
+
+#: 06030000.xhp
+msgctxt ""
+"06030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Detective"
+msgstr "Detektiva"
+
+#: 06030000.xhp
+msgctxt ""
+"06030000.xhp\n"
+"bm_id3151245\n"
+"help.text"
+msgid "<bookmark_value>cell links search</bookmark_value> <bookmark_value>searching; links in cells</bookmark_value> <bookmark_value>traces;precedents and dependents</bookmark_value> <bookmark_value>Formula Auditing,see Detective</bookmark_value> <bookmark_value>Detective</bookmark_value>"
+msgstr "<bookmark_value>linkovi celije pretraga</bookmark_value><bookmark_value>pretrazivanje; linkovi u celijama</bookmark_value><bookmark_value>traces;precedents and dependents</bookmark_value>"
+
+#: 06030000.xhp
+msgctxt ""
+"06030000.xhp\n"
+"hd_id3151245\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06030000.xhp\" name=\"Detective\">Detective</link>"
+msgstr "<link href=\"text/scalc/01/06030000.xhp\" name=\"Detective\">Detektiva</link>"
+
+#: 06030000.xhp
+msgctxt ""
+"06030000.xhp\n"
+"par_id3151211\n"
+"2\n"
+"help.text"
+msgid "This command activates the Spreadsheet Detective. With the Detective, you can trace the dependencies from the current formula cell to the cells in the spreadsheet."
+msgstr "Ova komanda aktivira Detektivu tabele. Sa detektivom, mozete pratiti zavisnosti trenutne formule celije od celija u tabeli."
+
+#: 06030000.xhp
+msgctxt ""
+"06030000.xhp\n"
+"par_id3150447\n"
+"3\n"
+"help.text"
+msgid "Once you have defined a trace, you can point with the mouse cursor to the trace. The mouse cursor will change its shape. Double-click the trace with this cursor to select the referenced cell at the end of the trace."
+msgstr "Kada ste definisali putanju, mozete pokazati putanju sa kursorom. Kursos ce promijeniti svoj oblik. Dvaput kliknite na putanju sa kursorom da izaberete referenciranu celiju na kraju putanje."
+
+#: text2columns.xhp
+msgctxt ""
+"text2columns.xhp\n"
+"tit\n"
+"help.text"
+msgid "Text to Columns"
+msgstr "Tekst u kolone"
+
+#: text2columns.xhp
+msgctxt ""
+"text2columns.xhp\n"
+"bm_id8004394\n"
+"help.text"
+msgid "<bookmark_value>text to columns</bookmark_value>"
+msgstr "<bookmark_value>tekst u kolone</bookmark_value>"
+
+#: text2columns.xhp
+msgctxt ""
+"text2columns.xhp\n"
+"hd_id2300180\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/text2columns.xhp\">Text to Columns</link>"
+msgstr "<link href=\"text/scalc/01/text2columns.xhp\">Tekst u kolone</link>"
+
+#: text2columns.xhp
+msgctxt ""
+"text2columns.xhp\n"
+"par_id655232\n"
+"help.text"
+msgid "<variable id=\"text2columns\">Opens the Text to Columns dialog, where you enter settings to expand the contents of selected cells to multiple cells. </variable>"
+msgstr "<variable id=\"text2columns\">Otvara Tekst u Kolune dijalog, gdje unosite postavke za širenje sadržaja odabranih celija na više celija. </variable>"
+
+#: text2columns.xhp
+msgctxt ""
+"text2columns.xhp\n"
+"hd_id9599597\n"
+"help.text"
+msgid "To expand cell contents to multiple cells"
+msgstr "Da proširite sadržaj celija na više celija"
+
+#: text2columns.xhp
+msgctxt ""
+"text2columns.xhp\n"
+"par_id2021546\n"
+"help.text"
+msgid "You can expand cells that contain comma separated values (CSV) into multiple cells in the same row."
+msgstr "Možete proširiti celije koje sadrže zarezom odvojene vrijednosti (CSV) u više celija u istom redu."
+
+#: text2columns.xhp
+msgctxt ""
+"text2columns.xhp\n"
+"par_id2623981\n"
+"help.text"
+msgid "For example, cell A1 contains the comma separated values <item type=\"literal\">1,2,3,4</item>, and cell A2 contains the text <item type=\"literal\">A,B,C,D</item>."
+msgstr "Na primjer, celija A1 sadrži zarezom odvojene vrijednosti <item type=\"literal\">1,2,3,4</item>, i celija A2 sadrži tekst <item type=\"literal\">A,B,C,D</item>."
+
+#: text2columns.xhp
+msgctxt ""
+"text2columns.xhp\n"
+"par_id7242042\n"
+"help.text"
+msgid "Select the cell or cells that you want to expand."
+msgstr "Odaberite celiju ili celije koje želite proširiti."
+
+#: text2columns.xhp
+msgctxt ""
+"text2columns.xhp\n"
+"par_id6999420\n"
+"help.text"
+msgid "Choose <emph>Data - Text to Columns</emph>."
+msgstr "Izaberi <emph>Podaci - Tekst u kolone</emph>."
+
+#: text2columns.xhp
+msgctxt ""
+"text2columns.xhp\n"
+"par_id6334116\n"
+"help.text"
+msgid "You see the Text to Columns dialog."
+msgstr "Vidjet cete Tekst u Kolone dijalog."
+
+#: text2columns.xhp
+msgctxt ""
+"text2columns.xhp\n"
+"par_id9276406\n"
+"help.text"
+msgid "Select the separator options. The preview shows how the current cell contents will be transformed into multiple cells."
+msgstr "Odaberite opcije razdvajaca. Pregled prikazuje kako trenutni sadržaj celije ce biti pretvoren u više celija."
+
+#: text2columns.xhp
+msgctxt ""
+"text2columns.xhp\n"
+"par_id8523819\n"
+"help.text"
+msgid "You can select a fixed width and then click the ruler on the preview to set cell breakup positions."
+msgstr "Možete odabrati fiksiranu širinu i kliknuti ravnalo na pregledu da postavite poziciju prekida celije."
+
+#: text2columns.xhp
+msgctxt ""
+"text2columns.xhp\n"
+"par_id1517380\n"
+"help.text"
+msgid "You can select or enter separator characters to define the positions of breaking points. The separator characters are removed from the resulting cell contents."
+msgstr "Možete odabrati ili unijeti karaktere kao razdvajace da definišete pozicije prekida celije. Karakteri razdvajaca ce biti uklonjeni iz rezultirajuceg sadržaja celije."
+
+#: text2columns.xhp
+msgctxt ""
+"text2columns.xhp\n"
+"par_id7110812\n"
+"help.text"
+msgid "In the example, you select the comma as a delimiter character. Cells A1 and A2 will be expanded to four columns each. A1 contains 1, B1 contains 2, and so on."
+msgstr "Na primjer, možete odabrati zarez kao karakter razdvojnik. Celije A1 i B1 ce biti proširene na 4 kolone. A1 sadrži 1, A2sadrži 2, I tako dalje."
+
+#: 06031000.xhp
+msgctxt ""
+"06031000.xhp\n"
+"tit\n"
+"help.text"
+msgid "AutoRefresh"
+msgstr "Automatsko osvjezavanje"
+
+#: 06031000.xhp
+msgctxt ""
+"06031000.xhp\n"
+"bm_id3154515\n"
+"help.text"
+msgid "<bookmark_value>cells; autorefreshing traces</bookmark_value><bookmark_value>traces; autorefreshing</bookmark_value>"
+msgstr "<bookmark_value>celije; automatsko osvjezivanje tragova</bookmark_value><bookmark_value>tragovi; automatsko osvjezivaje</bookmark_value>"
+
+#: 06031000.xhp
+msgctxt ""
+"06031000.xhp\n"
+"hd_id3154515\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06031000.xhp\" name=\"AutoRefresh\">AutoRefresh</link>"
+msgstr "<link href=\"text/scalc/01/06031000.xhp\" name=\"AutoRefresh\">Automatsko osvjezivanje</link>"
+
+#: 06031000.xhp
+msgctxt ""
+"06031000.xhp\n"
+"par_id3147264\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:AutoRefreshArrows\" visibility=\"visible\">Automatically refreshes all the traces in the sheet whenever you modify a formula.</ahelp>"
+msgstr "<ahelp hid=\".uno:AutoRefreshArrows\" visibility=\"visible\">Automatski osvježava sve tragove u tabeli kad god modificiramo formulu.</ahelp>"
+
+#: func_workday.xhp
+msgctxt ""
+"func_workday.xhp\n"
+"tit\n"
+"help.text"
+msgid "WORKDAY"
+msgstr "WORKDAY"
+
+#: func_workday.xhp
+msgctxt ""
+"func_workday.xhp\n"
+"bm_id3149012\n"
+"help.text"
+msgid "<bookmark_value>WORKDAY function</bookmark_value>"
+msgstr "<bookmark_value>WORKDAY funkcija</bookmark_value>"
+
+#: func_workday.xhp
+#, fuzzy
+msgctxt ""
+"func_workday.xhp\n"
+"hd_id3149012\n"
+"186\n"
+"help.text"
+msgid "<variable id=\"workday\"><link href=\"text/scalc/01/func_workday.xhp\">WORKDAY</link></variable>"
+msgstr "<variable id=\"solver\"><link href=\"text/scalc/01/solver.xhp\">Rješavač</link></variable>"
+
+#: func_workday.xhp
+msgctxt ""
+"func_workday.xhp\n"
+"par_id3149893\n"
+"187\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_WORKDAY\"> The result is a date number that can be formatted as a date. You then see the date of a day that is a certain number of <emph>workdays</emph> away from the <emph>start date</emph>.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_WORKDAY\"> Rezultat je datumski broj koji može biti formatiran kao datum. Tada vidite datum koji je odreden broj<emph>radnih dana</emph> udaljen od <emph>pocetnog datuma</emph>.</ahelp>"
+
+#: func_workday.xhp
+msgctxt ""
+"func_workday.xhp\n"
+"hd_id3146944\n"
+"188\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: func_workday.xhp
+msgctxt ""
+"func_workday.xhp\n"
+"par_id3154844\n"
+"189\n"
+"help.text"
+msgid "WORKDAY(StartDate; Days; Holidays)"
+msgstr "WORKDAY(Start_date; Days; Holidays)"
+
+#: func_workday.xhp
+#, fuzzy
+msgctxt ""
+"func_workday.xhp\n"
+"par_id3147469\n"
+"190\n"
+"help.text"
+msgid "<emph>StartDate</emph> is the date from when the calculation is carried out. If the start date is a workday, the day is included in the calculation."
+msgstr "<emph>End_date</emph> je datum do kojeg se racunica vrši. Ako je End_date radni dan, isti je ukljucen u racunicu."
+
+#: func_workday.xhp
+msgctxt ""
+"func_workday.xhp\n"
+"par_id3153038\n"
+"191\n"
+"help.text"
+msgid "<emph>Days</emph> is the number of workdays. Positive value for a result after the start date, negative value for a result before the start date."
+msgstr "<emph>Dani</emph> je broj radnih dana. Pozitivna vrijednost za rezultat nakon pocetnog datuma, negativna vrijednost za rezultat prije pocetnog datuma"
+
+#: func_workday.xhp
+msgctxt ""
+"func_workday.xhp\n"
+"par_id3150693\n"
+"192\n"
+"help.text"
+msgid "<emph>Holidays</emph> is a list of optional holidays. These are non-working days. Enter a cell range in which the holidays are listed individually."
+msgstr "<emph>Praznici</emph> (neobavezno) je lista praznika. To su neradni radi. Unesite skup celija u kojoj su praznici nabrojani individualno."
+
+#: func_workday.xhp
+msgctxt ""
+"func_workday.xhp\n"
+"hd_id3150141\n"
+"193\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: func_workday.xhp
+msgctxt ""
+"func_workday.xhp\n"
+"par_id3152782\n"
+"194\n"
+"help.text"
+msgid "What date came 17 workdays after 1 December 2001? Enter the start date \"2001-12-01\" in C3 and the number of workdays in D3. Cells F3 to J3 contain the following Christmas and New Year holidays: \"2001-12-24\", \"2001-12-25\", \"2001-12-26\", \"2001-12-31\", \"2002-01-01\"."
+msgstr "Koji datum pada 17 radnih dana poslije 1. decembra 2001? Unesite pocetni datum \"01/12/2001\" u C3 i broj radnih dana u D3. Celije od F3 do J3 sadrže praznike Božic i Novu Godinu: \"24/12/2001\", \"25/12/2001\", \"26/12/2001\", \"31/12/2001\", \"01/01/2002\"."
+
+#: func_workday.xhp
+msgctxt ""
+"func_workday.xhp\n"
+"par_id3146142\n"
+"195\n"
+"help.text"
+msgid "=WORKDAY(C3;D3;F3:J3) returns 2001-12-28. Format the serial date number as a date, for example in the format YYYY-MM-DD."
+msgstr "Err:509"
+
+#: 12020000.xhp
+msgctxt ""
+"12020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Select Database Range"
+msgstr "Izaberi opseg baze podataka"
+
+#: 12020000.xhp
+msgctxt ""
+"12020000.xhp\n"
+"bm_id3145068\n"
+"help.text"
+msgid "<bookmark_value>databases; selecting (Calc)</bookmark_value>"
+msgstr "<bookmark_value>baze podataka; odabir (Calc)</bookmark_value>"
+
+#: 12020000.xhp
+msgctxt ""
+"12020000.xhp\n"
+"hd_id3145068\n"
+"1\n"
+"help.text"
+msgid "Select Database Range"
+msgstr "Izaberi opseg baze podataka"
+
+#: 12020000.xhp
+msgctxt ""
+"12020000.xhp\n"
+"par_id3149655\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"bereichwaehlen\"><ahelp hid=\".uno:SelectDB\">Selects a database range that you defined under <link href=\"text/scalc/01/12010000.xhp\" name=\"Data - Define Range\">Data - Define Range</link>.</ahelp></variable>"
+msgstr "<variable id=\"bereichwaehlen\"><ahelp hid=\".uno:SelectDB\">Odabire domet baze podataka koji ste definirali pod <link href=\"text/scalc/01/12010000.xhp\" name=\"Data - Define Range\">Podaci-Definisi domet</link>.</ahelp></variable>"
+
+#: 12020000.xhp
+msgctxt ""
+"12020000.xhp\n"
+"hd_id3153192\n"
+"3\n"
+"help.text"
+msgid "Ranges"
+msgstr "Opsezi"
+
+#: 12020000.xhp
+msgctxt ""
+"12020000.xhp\n"
+"par_id3154684\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_SELENTRY_LIST\">Lists the available database ranges. To select a database range, click its name, and then click <emph>OK</emph>.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_SELENTRY_LIST\">ispisuje dostupne raspone baze podataka. Da biste odabrali domet baze podataka kliknite njegov naziv, a zatim <emph>OK</emph>.</ahelp>"
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Delete Cells"
+msgstr "Ozbriši ćelije"
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"bm_id3153726\n"
+"help.text"
+msgid "<bookmark_value>cells; deleting cells</bookmark_value><bookmark_value>columns; deleting</bookmark_value><bookmark_value>rows; deleting</bookmark_value><bookmark_value>spreadsheets; deleting cells</bookmark_value><bookmark_value>deleting;cells/rows/columns</bookmark_value>"
+msgstr "<bookmark_value>cells; deleting cells</bookmark_value><bookmark_value>columns; deleting</bookmark_value><bookmark_value>rows; deleting</bookmark_value><bookmark_value>spreadsheets; deleting cells</bookmark_value><bookmark_value>deleting;cells / rows / columns</bookmark_value>"
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"hd_id3153726\n"
+"1\n"
+"help.text"
+msgid "Delete Cells"
+msgstr "Ozbriši ćelije"
+
+#: 02160000.xhp
+#, fuzzy
+msgctxt ""
+"02160000.xhp\n"
+"par_id3154490\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"zellenloeschentext\"><ahelp hid=\".uno:DeleteCell\">Completely deletes selected cells, columns or rows. The cells below or to the right of the deleted cells will fill the space.</ahelp></variable> Note that the selected delete option is stored and reloaded when the dialog is next called."
+msgstr "<variable id=\"zellenloeschentext\"><ahelp hid=\".uno:DeleteCell\">Kompletno briše oznacene celije, kolone ili redove. Celije koje se nalaze ispod ili na desnoj strani od obrisanih celija ce zauzeti njihovo mjesto.</ahelp></variable> Primjetite da je oznacena opcija brisanja pohranjena i vracena kada se slijedeci dijalog prozor pozove."
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"hd_id3149121\n"
+"3\n"
+"help.text"
+msgid "Selection"
+msgstr "Izbor"
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_id3150751\n"
+"4\n"
+"help.text"
+msgid "This area contains options for specifying how sheets are displayed after deleting cells."
+msgstr "Ovaj prostor sadržava opcije za specificiranje kako ce tabele biti prikazane nakon brisanja celija."
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"hd_id3155767\n"
+"5\n"
+"help.text"
+msgid "Shift cells up"
+msgstr "Pomjeri ćelije gore"
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_id3153714\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_DELCELL:BTN_CELLSUP\">Fills the space produced by the deleted cells with the cells underneath it.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_DELCELL:BTN_CELLSUP\">Popunjava prostor proizveden od obrisanih celija sa ceijama ispod njih.</ahelp>"
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"hd_id3156382\n"
+"7\n"
+"help.text"
+msgid "Shift cells left"
+msgstr "Pomjeri ćelije ulijevo"
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_id3154702\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_DELCELL:BTN_CELLSLEFT\">Fills the resulting space by the cells to the right of the deleted cells.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_DELCELL:BTN_CELLSLEFT\">Popunjava rezultirajuci prostor sa celijama koje se nalaze nadesno od obrisanih celija.</ahelp>"
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"hd_id3146918\n"
+"9\n"
+"help.text"
+msgid "Delete entire row(s)"
+msgstr "Obriši kompletne redove"
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_id3148487\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DeleteRows\">After selecting at least one cell, deletes the entire row from the sheet.</ahelp>"
+msgstr "<ahelp hid=\".uno:DeleteRows\">Nakon oznacavanja bar jedne celije, briše cijeli red iz tabele.</ahelp>"
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"hd_id3155114\n"
+"11\n"
+"help.text"
+msgid "Delete entire column(s)"
+msgstr "Ozbriši kompletne kolone"
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_id3150086\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DeleteColumns\">After selecting at least one cell, deletes the entire column from the sheet.</ahelp>"
+msgstr "<ahelp hid=\".uno:DeleteColumns\">Nakon oznacavanja bar jedne celije briše cijelu kolonu iz tabele.</ahelp>"
+
+#: 02160000.xhp
+#, fuzzy
+msgctxt ""
+"02160000.xhp\n"
+"par_id3166424\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02150000.xhp\" name=\"Deleting Contents\">Deleting Contents</link>"
+msgstr "<link href=\"text/scalc/01/02150000.xhp\" name=\"Delete Contents\">Obriši sadržaj</link>"
+
+#: 03100000.xhp
+msgctxt ""
+"03100000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Page Break Preview"
+msgstr ""
+
+#: 03100000.xhp
+msgctxt ""
+"03100000.xhp\n"
+"hd_id3151384\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/03100000.xhp\" name=\"Page Break Preview\">Page Break Preview</link>"
+msgstr ""
+
+#: 03100000.xhp
+msgctxt ""
+"03100000.xhp\n"
+"par_id3150792\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:PagebreakMode\">Display the page breaks and print ranges in the sheet. Choose <emph>View - Normal</emph> to switch this mode off.</ahelp>"
+msgstr ""
+
+#: 03100000.xhp
+msgctxt ""
+"03100000.xhp\n"
+"par_id3153877\n"
+"13\n"
+"help.text"
+msgid "The context menu of the page break preview contains functions for editing page breaks, including the following options:"
+msgstr ""
+
+#: 03100000.xhp
+msgctxt ""
+"03100000.xhp\n"
+"hd_id3154731\n"
+"14\n"
+"help.text"
+msgid "Delete All Manual Breaks"
+msgstr "Obriši sve ručne prijelome"
+
+#: 03100000.xhp
+msgctxt ""
+"03100000.xhp\n"
+"par_id3149400\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DeleteAllBreaks\">Deletes all manual breaks in the current sheet.</ahelp>"
+msgstr ""
+
+#: 03100000.xhp
+msgctxt ""
+"03100000.xhp\n"
+"hd_id3155067\n"
+"18\n"
+"help.text"
+msgid "Add Print Range"
+msgstr "Dodaj opseg štampanja"
+
+#: 03100000.xhp
+msgctxt ""
+"03100000.xhp\n"
+"par_id3155764\n"
+"19\n"
+"help.text"
+msgid "Adds the selected cells to print ranges."
+msgstr ""
+
+#: func_time.xhp
+msgctxt ""
+"func_time.xhp\n"
+"tit\n"
+"help.text"
+msgid "TIME"
+msgstr "TIME"
+
+#: func_time.xhp
+msgctxt ""
+"func_time.xhp\n"
+"bm_id3154073\n"
+"help.text"
+msgid "<bookmark_value>TIME function</bookmark_value>"
+msgstr "<bookmark_value>TIME funkcija</bookmark_value>"
+
+#: func_time.xhp
+#, fuzzy
+msgctxt ""
+"func_time.xhp\n"
+"hd_id3154073\n"
+"149\n"
+"help.text"
+msgid "<variable id=\"time\"><link href=\"text/scalc/01/func_time.xhp\">TIME</link></variable>"
+msgstr "<variable id=\"solver\"><link href=\"text/scalc/01/solver.xhp\">Rješavač</link></variable>"
+
+#: func_time.xhp
+msgctxt ""
+"func_time.xhp\n"
+"par_id3145762\n"
+"150\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ZEIT\">TIME returns the current time value from values for hours, minutes and seconds.</ahelp> This function can be used to convert a time based on these three elements to a decimal time value."
+msgstr "<ahelp hid=\"HID_FUNC_ZEIT\">TIME vraca trenutno vrijeme uzimajuci vrijednosti sata, minuta i sekundi.</ahelp> Ova funkcija se može koristiti za pretvaranje vremena, na osnovu tri elementa, u decimalnu vrijednost vremena."
+
+#: func_time.xhp
+msgctxt ""
+"func_time.xhp\n"
+"hd_id3155550\n"
+"151\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: func_time.xhp
+msgctxt ""
+"func_time.xhp\n"
+"par_id3154584\n"
+"152\n"
+"help.text"
+msgid "TIME(Hour; Minute; Second)"
+msgstr "TIME(Sat; Minute; Sekunde)"
+
+#: func_time.xhp
+msgctxt ""
+"func_time.xhp\n"
+"par_id3152904\n"
+"153\n"
+"help.text"
+msgid "Use an integer to set the <emph>Hour</emph>."
+msgstr "Koristite cijeli broj da postavite <emph>Sat</emph>."
+
+#: func_time.xhp
+msgctxt ""
+"func_time.xhp\n"
+"par_id3151346\n"
+"154\n"
+"help.text"
+msgid "Use an integer to set the <emph>Minute</emph>."
+msgstr "Koristite cijeli broj da postavite <emph>Minute</emph>."
+
+#: func_time.xhp
+msgctxt ""
+"func_time.xhp\n"
+"par_id3151366\n"
+"155\n"
+"help.text"
+msgid "Use an integer to set the <emph>Second</emph>."
+msgstr "Koristite cijeli broj da postavite <emph>Sekunde</emph>."
+
+#: func_time.xhp
+msgctxt ""
+"func_time.xhp\n"
+"hd_id3145577\n"
+"156\n"
+"help.text"
+msgid "Examples"
+msgstr "Primjeri"
+
+#: func_time.xhp
+msgctxt ""
+"func_time.xhp\n"
+"par_id3156076\n"
+"157\n"
+"help.text"
+msgid "<item type=\"input\">=TIME(0;0;0)</item> returns 00:00:00"
+msgstr "<item type=\"input\">=TIME(0; 0; 0)</item> vraca 00:00:00"
+
+#: func_time.xhp
+msgctxt ""
+"func_time.xhp\n"
+"par_id3156090\n"
+"158\n"
+"help.text"
+msgid "<item type=\"input\">=TIME(4;20;4)</item> returns 04:20:04"
+msgstr "<item type=\"input\">=TIME(4; 20; 4)</item> vraca 04:20:04"
+
+#: func_days360.xhp
+msgctxt ""
+"func_days360.xhp\n"
+"tit\n"
+"help.text"
+msgid "DAYS360"
+msgstr ""
+
+#: func_days360.xhp
+#, fuzzy
+msgctxt ""
+"func_days360.xhp\n"
+"bm_id3148555\n"
+"help.text"
+msgid "<bookmark_value>DAYS360 function</bookmark_value>"
+msgstr "<bookmark_value>YEAR funkciju</bookmark_value>"
+
+#: func_days360.xhp
+#, fuzzy
+msgctxt ""
+"func_days360.xhp\n"
+"hd_id3148555\n"
+"124\n"
+"help.text"
+msgid "<variable id=\"days360\"><link href=\"text/scalc/01/func_days360.xhp\">DAYS360</link></variable>"
+msgstr "<variable id=\"solver\"><link href=\"text/scalc/01/solver.xhp\">Rješavač</link></variable>"
+
+#: func_days360.xhp
+msgctxt ""
+"func_days360.xhp\n"
+"par_id3156032\n"
+"125\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_TAGE360\">Returns the difference between two dates based on the 360 day year used in interest calculations.</ahelp>"
+msgstr ""
+
+#: func_days360.xhp
+msgctxt ""
+"func_days360.xhp\n"
+"hd_id3155347\n"
+"126\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: func_days360.xhp
+msgctxt ""
+"func_days360.xhp\n"
+"par_id3155313\n"
+"127\n"
+"help.text"
+msgid "DAYS360(\"Date1\"; \"Date2\"; Type)"
+msgstr ""
+
+#: func_days360.xhp
+msgctxt ""
+"func_days360.xhp\n"
+"par_id3145263\n"
+"128\n"
+"help.text"
+msgid "If <emph>Date2</emph> is earlier than <emph>Date1</emph>, the function will return a negative number."
+msgstr ""
+
+#: func_days360.xhp
+msgctxt ""
+"func_days360.xhp\n"
+"par_id3151064\n"
+"129\n"
+"help.text"
+msgid "The optional argument <emph>Type</emph> determines the type of difference calculation. If Type = 0 or if the argument is missing, the US method (NASD, National Association of Securities Dealers) is used. If Type <> 0, the European method is used."
+msgstr ""
+
+#: func_days360.xhp
+msgctxt ""
+"func_days360.xhp\n"
+"hd_id3148641\n"
+"130\n"
+"help.text"
+msgid "Examples"
+msgstr "Primjeri"
+
+#: func_days360.xhp
+msgctxt ""
+"func_days360.xhp\n"
+"par_id3156348\n"
+"132\n"
+"help.text"
+msgid "=DAYS360(\"2000-01-01\";NOW()) returns the number of interest days from January 1, 2000 until today."
+msgstr ""
+
+#: 12030000.xhp
+msgctxt ""
+"12030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sort"
+msgstr "Sortiraj"
+
+#: 12030000.xhp
+msgctxt ""
+"12030000.xhp\n"
+"hd_id3150275\n"
+"1\n"
+"help.text"
+msgid "Sort"
+msgstr "Sortiraj"
+
+#: 12030000.xhp
+msgctxt ""
+"12030000.xhp\n"
+"par_id3155922\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"sorttext\"><ahelp hid=\".uno:DataSort\">Sorts the selected rows according to the conditions that you specify.</ahelp></variable> $[officename] automatically recognizes and selects database ranges."
+msgstr "<variable id=\"sorttext\"><ahelp hid=\".uno:DataSort\">Sortira odabrane redove u skladu s uvjetima koje ste naveli.</ahelp></variable> $[officename] automatski prepoznaje i odabire domet baze podataka."
+
+#: 12030000.xhp
+msgctxt ""
+"12030000.xhp\n"
+"par_id3147428\n"
+"4\n"
+"help.text"
+msgid "You cannot sort data if the <link href=\"text/shared/01/02230000.xhp\" name=\"Record changes\">Record changes</link> options is enabled."
+msgstr "Ne mozete sortirati podatke ako je<link href=\"text/shared/01/02230000.xhp\" name=\"Record changes\">Promjene zapisa</link> opcija ukljucena."
+
+#: 05080200.xhp
+msgctxt ""
+"05080200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Remove"
+msgstr "Ukloni"
+
+#: 05080200.xhp
+#, fuzzy
+msgctxt ""
+"05080200.xhp\n"
+"hd_id3153562\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05080200.xhp\" name=\"Remove\">Remove</link>"
+msgstr "<link href=\"text/scalc/01/12080600.xhp\" name=\"Remove\">Ukloni</link>"
+
+#: 05080200.xhp
+msgctxt ""
+"05080200.xhp\n"
+"par_id3148550\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DeletePrintArea\">Removes the defined print area.</ahelp>"
+msgstr ""
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Fill Series"
+msgstr "Ispuni nizove"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3148664\n"
+"1\n"
+"help.text"
+msgid "Fill Series"
+msgstr "Ispuni nizove"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3148797\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"reihenfuellentext\"><ahelp hid=\".uno:FillSeries\">Automatically generate series with the options in this dialog. Determine direction, increment, time unit and series type.</ahelp></variable>"
+msgstr "<variable id=\"reihenfuellentext\"><ahelp hid=\".uno:FillSeries\">Automatsko generisanje serija sa opcijama u ovom dijalog prozoru. Odredi smjer, povecanje, vremensku jedinicu i tip serija.</ahelp></variable>"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3146976\n"
+"41\n"
+"help.text"
+msgid "Before filling a series, first select the cell range."
+msgstr "Prije ispunjavanja serije prvo oznacite raspon celija."
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3145748\n"
+"3\n"
+"help.text"
+msgid "To automatically continue a series using the assumed completion rules, choose the <emph>AutoFill</emph> option after opening the <emph>Fill Series</emph> dialog."
+msgstr "Da bi automatski nastavili seriju koristeci predpostavljena pravila, izaberite <emph>Automatski popuni</emph> opciju nakon otvaranja <emph>Ispuni nizove</emph> dijalog prozora."
+
+#: 02140600.xhp
+#, fuzzy
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3147435\n"
+"4\n"
+"help.text"
+msgid "Direction"
+msgstr "Smjer"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3154729\n"
+"5\n"
+"help.text"
+msgid "Determines the direction of series creation."
+msgstr "Odreduje pravac kreiranja serija."
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3145253\n"
+"6\n"
+"help.text"
+msgid "Down"
+msgstr "Dolje"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3155418\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_BOTTOM\">Creates a downward series in the selected cell range for the column using the defined increment to the end value.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_BOTTOM\">Kreira serije nadolje u oznacenom rasponu celije za kolonu koristeci definisano povecanje na krajnju vrijednost.</ahelp>"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3155738\n"
+"8\n"
+"help.text"
+msgid "Right"
+msgstr "Desno"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3149402\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_RIGHT\">Creates a series running from left to right within the selected cell range using the defined increment to the end value.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_RIGHT\">Kreira serije koje idu sa lijeva na desno u okviju oznacenog celijskog raspona koristeci definisano povecanje na krajnju vrijednost.</ahelp>"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3146972\n"
+"10\n"
+"help.text"
+msgid "Up"
+msgstr "Gore"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3153711\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_TOP\">Creates an upward series in the cell range of the column using the defined increment to the end value.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_TOP\">Kreira serije nagore u celijskom rasponu od kolone koristeci definisano povecanje na krajnju vrijednost.</ahelp>"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3153764\n"
+"12\n"
+"help.text"
+msgid "Left"
+msgstr "Lijevo"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3156382\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_LEFT\">Creates a series running from right to left in the selected cell range using the defined increment to the end value.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_LEFT\">Kreira serije koje idu s desna na lijevo u oznacenom rasponu celije koristeci definisano povecanje na krajnju vrijednost.</ahelp>"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3147344\n"
+"14\n"
+"help.text"
+msgid "Series Type"
+msgstr "Vrsta niza"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3149257\n"
+"15\n"
+"help.text"
+msgid "Defines the series type. Choose between <emph>Linear, Growth, Date </emph>and <emph>AutoFill</emph>."
+msgstr "Definiše tip serija.Izaberite izmedu <emph>Linearno, Rast, Datum</emph> i <emph>Automatski popuni</emph>."
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3148488\n"
+"16\n"
+"help.text"
+msgid "Linear"
+msgstr "Linearno"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3159238\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_ARITHMETIC\">Creates a linear number series using the defined increment and end value.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_ARITHMETIC\">Kreira serije linearnih brojeva koristeci definisano povecanje i krajnju vrijednost.</ahelp>"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3149210\n"
+"18\n"
+"help.text"
+msgid "Growth"
+msgstr "Rast"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3150364\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_GEOMETRIC\">Creates a growth series using the defined increment and end value.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_GEOMETRIC\">Kreira serije rasta koristeci definisano povecanje i krajnju vrijednost.</ahelp>"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3149528\n"
+"20\n"
+"help.text"
+msgid "Date"
+msgstr "Datum"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3150887\n"
+"21\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_DATE\">Creates a date series using the defined increment and end date.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_DATE\">Kreira serije datuma koristeci definisano povecanje i kranji datum.</ahelp>"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3150202\n"
+"22\n"
+"help.text"
+msgid "AutoFill"
+msgstr "Automatski popuni"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3156288\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_AUTOFILL\">Forms a series directly in the sheet.</ahelp> The AutoFill function takes account of customized lists. For example, by entering <emph>January</emph> in the first cell, the series is completed using the list defined under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Sort Lists</emph>."
+msgstr ""
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3155811\n"
+"24\n"
+"help.text"
+msgid "AutoFill tries to complete a value series by using a defined pattern. The series 1,3,5 is automatically completed with 7,9,11,13, and so on. Date and time series are completed accordingly; for example, after 01.01.99 and 15.01.99, an interval of 14 days is used."
+msgstr "AutoIspunjavanje pokušava da kompletira seriju vrijednosti koristeci definisanu mustru. Serija 1,3,5 se automatski kompletira sa 7, 9, 11, 13 itd. Serija datuma i vremena se kompletira takoder u skladu s tim; na primjer, nakon 01/01/1999 i 15/01/1999, koristi se interval od 14 dana."
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3148700\n"
+"25\n"
+"help.text"
+msgid "Unit of Time"
+msgstr "Jedinica Vremena"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3153308\n"
+"26\n"
+"help.text"
+msgid "In this area you can specify the desired unit of time. This area is only active if the <emph>Date</emph> option has been chosen in the <emph>Series type</emph> area."
+msgstr "U ovom prostoru možete specificirati željenu jedinicu vremena. Ovaj prostor je aktivan samo ako je <emph>Datum</emph> opcija izabrana u <emph>Vrsta niza</emph> prostoru."
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3148868\n"
+"27\n"
+"help.text"
+msgid "Day"
+msgstr "Dan"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3148605\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_DAY\">Use the <emph>Date</emph> series type and this option to create a series using seven days.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_DAY\">Koristite <emph>Datum</emph> tip serije i ovu opciju da kreirate seriju koristeci sedam dana.</ahelp>"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3144771\n"
+"29\n"
+"help.text"
+msgid "Weekday"
+msgstr "Dan sedmice"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3150108\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_DAY_OF_WEEK\">Use the <emph>Date</emph> series type and this option to create a series of five day sets.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_DAY_OF_WEEK\">Koristite <emph>Datum</emph> tip serije i ovu opciju da kreirate seriju od setova od pet dana.</ahelp>"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3154957\n"
+"31\n"
+"help.text"
+msgid "Month"
+msgstr "Mjesec"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3149126\n"
+"32\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_MONTH\">Use the <emph>Date</emph> series type and this option to form a series from the names or abbreviations of the months.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_MONTH\">Koristite <emph>Datum</emph> tip serije i ovu opciju da formirate seriju od imena ili skracenica od mjeseci.</ahelp>"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3152870\n"
+"33\n"
+"help.text"
+msgid "Year"
+msgstr "Godina"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3151300\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_YEAR\">Use the <emph>Date</emph> series type and this option to create a series of years.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_YEAR\">Koristite <emph>Datum</emph> tip serije i ovu opciju da kreirate seriju od godina.</ahelp>"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3154762\n"
+"35\n"
+"help.text"
+msgid "Start Value"
+msgstr "Startna Vrijednost"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3149381\n"
+"36\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_FILLSERIES:ED_START_VALUES\">Determines the start value for the series.</ahelp> Use numbers, dates or times."
+msgstr "<ahelp hid=\"SC:EDIT:RID_SCDLG_FILLSERIES:ED_START_VALUES\">Odreduje startnu vrijednost za seriju.</ahelp> Koristite brojeve, datume ili vrijeme."
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3153013\n"
+"37\n"
+"help.text"
+msgid "End Value"
+msgstr "Krajnja Vrijednost"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3153487\n"
+"38\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_FILLSERIES:ED_END_VALUES\">Determines the end value for the series.</ahelp> Use numbers, dates or times."
+msgstr "<ahelp hid=\"SC:EDIT:RID_SCDLG_FILLSERIES:ED_END_VALUES\">Odreduje krajnju vrijednost za seriju.</ahelp> Koristite brojeve, datume ili vrijeme."
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3149312\n"
+"39\n"
+"help.text"
+msgid "Increment"
+msgstr "Prirast"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3154739\n"
+"40\n"
+"help.text"
+msgid "The term \"increment\" denotes the amount by which a given value increases.<ahelp hid=\"SC:EDIT:RID_SCDLG_FILLSERIES:ED_INCREMENT\"> Determines the value by which the series of the selected type increases by each step.</ahelp> Entries can only be made if the linear, growth or date series types have been selected."
+msgstr "Termin \"povecanje\" oznacava kolicinu za koju se data vrijednost povecava.<ahelp hid=\"SC:EDIT:RID_SCDLG_FILLSERIES:ED_INCREMENT\"> Odreduje vrijednost za koju se serija izabranog tipa povecava svakim korakom.</ahelp> Unosi se mogu izvršiti samo ako je izabrana linearna serija te serija rasta ili serija datuma."
+
+#: 12120000.xhp
+msgctxt ""
+"12120000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Validity"
+msgstr "Valjanost"
+
+#: 12120000.xhp
+msgctxt ""
+"12120000.xhp\n"
+"hd_id3156347\n"
+"1\n"
+"help.text"
+msgid "Validity"
+msgstr "Valjanost"
+
+#: 12120000.xhp
+msgctxt ""
+"12120000.xhp\n"
+"par_id3153252\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"gueltigkeit\"><ahelp hid=\".uno:Validation\">Defines what data is valid for a selected cell or cell range.</ahelp></variable>"
+msgstr ""
+
+#: 12120000.xhp
+msgctxt ""
+"12120000.xhp\n"
+"par_idN105D1\n"
+"help.text"
+msgid "You can also insert a list box from the Controls toolbar and link the list box to a cell. This way you can specify the valid values on the <link href=\"text/shared/02/01170102.xhp\">Data</link> page of the list box properties window."
+msgstr ""
+
+#: 03090000.xhp
+msgctxt ""
+"03090000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Formula Bar"
+msgstr "Traka formule"
+
+#: 03090000.xhp
+msgctxt ""
+"03090000.xhp\n"
+"bm_id3147264\n"
+"help.text"
+msgid "<bookmark_value>formula bar;spreadsheets</bookmark_value><bookmark_value>spreadsheets; formula bar</bookmark_value>"
+msgstr ""
+
+#: 03090000.xhp
+#, fuzzy
+msgctxt ""
+"03090000.xhp\n"
+"hd_id3147264\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/03090000.xhp\" name=\"Formula Bar\">Formula Bar</link>"
+msgstr "<link href=\"text/scalc/01/02140100.xhp\" name=\"Down\">Dolje</link>"
+
+#: 03090000.xhp
+msgctxt ""
+"03090000.xhp\n"
+"par_id3156423\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InputLineVisible\">Shows or hides the Formula Bar, which is used for entering and editing formulas.</ahelp> The Formula Bar is the most important tool when working with spreadsheets."
+msgstr ""
+
+#: 03090000.xhp
+msgctxt ""
+"03090000.xhp\n"
+"par_id3154686\n"
+"4\n"
+"help.text"
+msgid "To hide the Formula Bar, unmark the menu item."
+msgstr ""
+
+#: 03090000.xhp
+msgctxt ""
+"03090000.xhp\n"
+"par_id3145787\n"
+"3\n"
+"help.text"
+msgid "If the Formula Bar is hidden, you can still edit cells by activating the edit mode with F2. After editing cells, accept the changes by pressing Enter, or discard entries by pressing Esc. Esc is also used to exit the edit mode."
+msgstr ""
+
+#: 03080000.xhp
+msgctxt ""
+"03080000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Value Highlighting"
+msgstr ""
+
+#: 03080000.xhp
+#, fuzzy
+msgctxt ""
+"03080000.xhp\n"
+"bm_id3151384\n"
+"help.text"
+msgid "<bookmark_value>spreadsheets; value highlighting</bookmark_value><bookmark_value>values;highlighting</bookmark_value><bookmark_value>highlighting; values in sheets</bookmark_value><bookmark_value>colors;values</bookmark_value>"
+msgstr "<bookmark_value>Traka formule; imena oblasti lista</bookmark_value><bookmark_value>imena oblasti lista</bookmark_value><bookmark_value>pokazuje; reference celije</bookmark_value><bookmark_value>reference celije; pokazuje</bookmark_value>"
+
+#: 03080000.xhp
+msgctxt ""
+"03080000.xhp\n"
+"hd_id3151384\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/03080000.xhp\" name=\"Value Highlighting\">Value Highlighting</link>"
+msgstr ""
+
+#: 03080000.xhp
+msgctxt ""
+"03080000.xhp\n"
+"par_id3154366\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ViewValueHighlighting\">Displays cell contents in different colors, depending on type.</ahelp>"
+msgstr ""
+
+#: 03080000.xhp
+msgctxt ""
+"03080000.xhp\n"
+"par_id3125863\n"
+"help.text"
+msgid "To remove the highlighting, unmark the menu entry."
+msgstr ""
+
+#: 03080000.xhp
+msgctxt ""
+"03080000.xhp\n"
+"par_id3145785\n"
+"help.text"
+msgid "Text cells are formatted in black, formulas in green, and number cells in blue, no matter how their display is formatted."
+msgstr ""
+
+#: 03080000.xhp
+msgctxt ""
+"03080000.xhp\n"
+"par_id3153188\n"
+"help.text"
+msgid "If this function is active, colors that you define in the document will not be displayed. When you deactivate the function, the user-defined colors are displayed again."
+msgstr ""
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"tit\n"
+"help.text"
+msgid "Financial Functions Part Three"
+msgstr "Financijske funkcije treći dio"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3146780\n"
+"1\n"
+"help.text"
+msgid "Financial Functions Part Three"
+msgstr "Financijske funkcije treći dio"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3145112\n"
+"help.text"
+msgid "<bookmark_value>ODDFPRICE function</bookmark_value><bookmark_value>prices;securities with irregular first interest date</bookmark_value>"
+msgstr "<bookmark_value>ODDFPRICE funkcija</bookmark_value><bookmark_value>cijene;sigurnost sa pvom neregularnom kamatnom stopom</bookmark_value>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3145112\n"
+"71\n"
+"help.text"
+msgid "ODDFPRICE"
+msgstr "ODDFPRICE"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3147250\n"
+"72\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_ODDFPRICE\">Calculates the price per 100 currency units par value of a security, if the first interest date falls irregularly.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_ODDFPRICE\">Izračunava cijene na 100 jedinica valute nominalnu vrijednost vrijednosnog papira,ako prvi datum kamatne stope neregularan.</ahelp>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3153074\n"
+"73\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3146098\n"
+"74\n"
+"help.text"
+msgid "ODDFPRICE(Settlement; Maturity; Issue; FirstCoupon; Rate; Yield; Redemption; Frequency; Basis)"
+msgstr "ODDFPRICE(Krajnja odluka; Zrelost; Izdavanje; First_coupon; Rate; Doprinos; Otkupna vrijednost; Frekvencija; Osnova)"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3153337\n"
+"75\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr ""
+
+#: 04060118.xhp
+#, fuzzy
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149051\n"
+"76\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Dozrijevanje</emph> je datum prodaje osiguranja"
+
+#: 04060118.xhp
+#, fuzzy
+msgctxt ""
+"04060118.xhp\n"
+"par_id3147297\n"
+"77\n"
+"help.text"
+msgid "<emph>Issue</emph> is the date of issue of the security."
+msgstr "<emph>Par</emph> je nominalna vrijednost pokrica."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150393\n"
+"78\n"
+"help.text"
+msgid "<emph>FirstCoupon</emph> is the first interest date of the security."
+msgstr "<emph>First_coupon</emph> je prvi kamatni datum osiguranja."
+
+#: 04060118.xhp
+#, fuzzy
+msgctxt ""
+"04060118.xhp\n"
+"par_id3147402\n"
+"79\n"
+"help.text"
+msgid "<emph>Rate</emph> is the annual rate of interest."
+msgstr "<emph>Nominal_rate</emph>godišnja nominalna vrijednost kamate."
+
+#: 04060118.xhp
+#, fuzzy
+msgctxt ""
+"04060118.xhp\n"
+"par_id3151387\n"
+"80\n"
+"help.text"
+msgid "<emph>Yield</emph> is the annual yield of the security."
+msgstr "<emph>Par</emph> je nominalna vrijednost pokrica."
+
+#: 04060118.xhp
+#, fuzzy
+msgctxt ""
+"04060118.xhp\n"
+"par_id3153023\n"
+"81\n"
+"help.text"
+msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
+msgstr "<emph>Otkup</emph> je cijena isplatne vrijednosti sigurnosti na 100 jedinica valute po nominalnoj vrijdnosti ."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150539\n"
+"82\n"
+"help.text"
+msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
+msgstr "<emph>Frekvencija</emph>je broj kamatnih placanja po godini (1,2 ili 4)"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3157871\n"
+"help.text"
+msgid "<bookmark_value>ODDFYIELD function</bookmark_value>"
+msgstr "<bookmark_value>ODDFYIELD funkcija</bookmark_value>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3157871\n"
+"87\n"
+"help.text"
+msgid "ODDFYIELD"
+msgstr "ODDFYIELD"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3147414\n"
+"88\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_ODDFYIELD\">Calculates the yield of a security if the first interest date falls irregularly.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_ODDFYIELD\">Izračunava prinos sigurnosti ako prvi interesni datum ne ispunjen.</ahelp>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3150651\n"
+"89\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3152982\n"
+"90\n"
+"help.text"
+msgid "ODDFYIELD(Settlement; Maturity; Issue; FirstCoupon; Rate; Price; Redemption; Frequency; Basis)"
+msgstr "ODDFYIELD(Krajnja odluka; Zrelost; Izdavanje; First_coupon; Rate; Doprinos; Otkupna vrijednost; Frekvencija; Osnova)"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3157906\n"
+"91\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr ""
+
+#: 04060118.xhp
+#, fuzzy
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150026\n"
+"92\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Dozrijevanje</emph> je datum prodaje osiguranja"
+
+#: 04060118.xhp
+#, fuzzy
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149012\n"
+"93\n"
+"help.text"
+msgid "<emph>Issue</emph> is the date of issue of the security."
+msgstr "<emph>Par</emph> je nominalna vrijednost pokrica."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148725\n"
+"94\n"
+"help.text"
+msgid "<emph>FirstCoupon</emph> is the first interest period of the security."
+msgstr "<emph>First_coupon</emph> je prvi kamatni datum osiguranja."
+
+#: 04060118.xhp
+#, fuzzy
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150465\n"
+"95\n"
+"help.text"
+msgid "<emph>Rate</emph> is the annual rate of interest."
+msgstr "<emph>Nominal_rate</emph>godišnja nominalna vrijednost kamate."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3146940\n"
+"96\n"
+"help.text"
+msgid "<emph>Price</emph> is the price of the security."
+msgstr "<emph>Cijena</emph> je cijena osiguranja."
+
+#: 04060118.xhp
+#, fuzzy
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149893\n"
+"97\n"
+"help.text"
+msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
+msgstr "<emph>Otkup</emph> je cijena isplatne vrijednosti sigurnosti na 100 jedinica valute po nominalnoj vrijdnosti ."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148888\n"
+"98\n"
+"help.text"
+msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
+msgstr "<emph>Frekvencija</emph>je broj kamatnih placanja po godini (1,2 ili 4)"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3153933\n"
+"help.text"
+msgid "<bookmark_value>ODDLPRICE function</bookmark_value>"
+msgstr "<bookmark_value>ODDLPRICE funkcija</bookmark_value>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3153933\n"
+"103\n"
+"help.text"
+msgid "ODDLPRICE"
+msgstr "ODDLPRICE"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3145145\n"
+"104\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_ODDLPRICE\">Calculates the price per 100 currency units par value of a security, if the last interest date falls irregularly.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_ODDLPRICE\">Izračunava cijene na 100 jedinica valute nominalnu vrijednost vrijednosnog papira,ako zanji datum kamatne stope neregularan..</ahelp>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3152784\n"
+"105\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3155262\n"
+"106\n"
+"help.text"
+msgid "ODDLPRICE(Settlement; Maturity; LastInterest; Rate; Yield; Redemption; Frequency; Basis)"
+msgstr "ODDLPRICE( Krajnja odluka; Zrelost; ZadnjeIzdavanje; First_coupon; Rate; Doprinos; Otkupna vrijednost; Frekvencija; Osnova)"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149689\n"
+"107\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr ""
+
+#: 04060118.xhp
+#, fuzzy
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148753\n"
+"108\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Dozrijevanje</emph> je datum prodaje osiguranja"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150861\n"
+"109\n"
+"help.text"
+msgid "<emph>LastInterest</emph> is the last interest date of the security."
+msgstr "<emph>ZadnjeIzdavanje</emph> je zadnji kamatni datum osiguranja."
+
+#: 04060118.xhp
+#, fuzzy
+msgctxt ""
+"04060118.xhp\n"
+"par_id3155831\n"
+"110\n"
+"help.text"
+msgid "<emph>Rate</emph> is the annual rate of interest."
+msgstr "<emph>Nominal_rate</emph>godišnja nominalna vrijednost kamate."
+
+#: 04060118.xhp
+#, fuzzy
+msgctxt ""
+"04060118.xhp\n"
+"par_id3153328\n"
+"111\n"
+"help.text"
+msgid "<emph>Yield</emph> is the annual yield of the security."
+msgstr "<emph>Par</emph> je nominalna vrijednost pokrica."
+
+#: 04060118.xhp
+#, fuzzy
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149186\n"
+"112\n"
+"help.text"
+msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
+msgstr "<emph>Otkup</emph> je cijena isplatne vrijednosti sigurnosti na 100 jedinica valute po nominalnoj vrijdnosti ."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149726\n"
+"113\n"
+"help.text"
+msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
+msgstr "<emph>Frekvencija</emph>je broj kamatnih placanja po godini (1,2 ili 4)"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3153111\n"
+"114\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3152999\n"
+"115\n"
+"help.text"
+msgid "Settlement date: February 7 1999, maturity date: June 15 1999, last interest: October 15 1998. Interest rate: 3.75 per cent, yield: 4.05 per cent, redemption value: 100 currency units, frequency of payments: half-yearly = 2, basis: = 0"
+msgstr "Datum Krajnje odluke: 7 Februar 1999, datum zrelosti: 15 Juni 1999, ZanjeIzdavanje: 15 Oktobar 1998. Kamatna stopa: 3.75 procenta, Doprinos: 4.05 procenata, Otkupna vrijednost: 100 vrijednosnih jedinica, frekvencija placanja: polu-godisnje = 2, osnova: = 0"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148567\n"
+"116\n"
+"help.text"
+msgid "The price per 100 currency units per value of a security, which has an irregular last interest date, is calculated as follows:"
+msgstr "Cijena na 100 jedinica valute nominalnu vrijednost vrijednosnog papira,ako zanji datum kamatne stope neregularan, se izracunava na sljedeci nacin:"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150332\n"
+"117\n"
+"help.text"
+msgid "=ODDLPRICE(\"1999-02-07\";\"1999-06-15\";\"1998-10-15\"; 0.0375; 0.0405;100;2;0) returns 99.87829."
+msgstr "=ODDLPRICE(\"1999-02-07\";\"1999-06-15\";\"1998-10-15\"; 0.0375; 0.0405;100;2;0) vraća 99.87829."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3153564\n"
+"help.text"
+msgid "<bookmark_value>ODDLYIELD function</bookmark_value>"
+msgstr "<bookmark_value>ODDLYIELD funkcija</bookmark_value>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3153564\n"
+"118\n"
+"help.text"
+msgid "ODDLYIELD"
+msgstr "ODDLYIELD"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3158002\n"
+"119\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_ODDLYIELD\">Calculates the yield of a security if the last interest date falls irregularly.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_ODDLYIELD\">Izračunava doprinos osiguranja ako zadnji datum pada ne regularno.</ahelp>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3147366\n"
+"120\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150018\n"
+"121\n"
+"help.text"
+msgid "ODDLYIELD(Settlement; Maturity; LastInterest; Rate; Price; Redemption; Frequency; Basis)"
+msgstr "ODDLYIELD( Krajnja odluka; Zrelost; ZadnjeIzdavanje; First_coupon; Rate; Cijena; Otkupna vrijednost; Frekvencija; Osnova)"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3159132\n"
+"122\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr ""
+
+#: 04060118.xhp
+#, fuzzy
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150134\n"
+"123\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Dozrijevanje</emph> je datum prodaje osiguranja"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3145245\n"
+"124\n"
+"help.text"
+msgid "<emph>LastInterest</emph> is the last interest date of the security."
+msgstr "<emph>ZadnjeIzdavanje</emph> je zadnji kamatni datum osiguranja."
+
+#: 04060118.xhp
+#, fuzzy
+msgctxt ""
+"04060118.xhp\n"
+"par_id3151014\n"
+"125\n"
+"help.text"
+msgid "<emph>Rate</emph> is the annual rate of interest."
+msgstr "<emph>Nominal_rate</emph>godišnja nominalna vrijednost kamate."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149003\n"
+"126\n"
+"help.text"
+msgid "<emph>Price</emph> is the price of the security."
+msgstr "<emph>Cijena</emph> je cijena osiguranja."
+
+#: 04060118.xhp
+#, fuzzy
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148880\n"
+"127\n"
+"help.text"
+msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
+msgstr "<emph>Otkup</emph> je cijena isplatne vrijednosti sigurnosti na 100 jedinica valute po nominalnoj vrijdnosti ."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3155622\n"
+"128\n"
+"help.text"
+msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
+msgstr "<emph>Frekvencija</emph>je broj kamatnih placanja po godini (1,2 ili 4)"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3145303\n"
+"129\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3145350\n"
+"130\n"
+"help.text"
+msgid "Settlement date: April 20 1999, maturity date: June 15 1999, last interest: October 15 1998. Interest rate: 3.75 per cent, price: 99.875 currency units, redemption value: 100 currency units, frequency of payments: half-yearly = 2, basis: = 0"
+msgstr "Datum Krajnje odluke: 20 April 1999, datum zrelosti: 15 Juni 1999, ZanjeIzdavanje: 15 Oktobar 1998. Kamatna stopa: 3.75 procenata, cijena: 99.875 vrijednosnih jedinica, Otkupna vrijednost: 100 vrijednosnih jedinica, frkevencija placanja: polu-godisnja = 2, osnova: = 0"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3157990\n"
+"131\n"
+"help.text"
+msgid "The yield of the security, that has an irregular last interest date, is calculated as follows:"
+msgstr "Doprinos osiguranja, koji ima ne regularan kamatni datum, se izracunava na sljedeci nacin:"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150572\n"
+"132\n"
+"help.text"
+msgid "=ODDLYIELD(\"1999-04-20\";\"1999-06-15\"; \"1998-10-15\"; 0.0375; 99.875; 100;2;0) returns 0.044873 or 4.4873%."
+msgstr "=ODDLYIELD(\"20/04/1999\"; \"15/06/1999\"; \"15/10/1998\"; 0.0375; 99.875; 100; 2; 0) vraca 0.044873 ili 4.4873%."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3148768\n"
+"help.text"
+msgid "<bookmark_value>calculating;variable declining depreciations</bookmark_value><bookmark_value>depreciations;variable declining</bookmark_value><bookmark_value>VDB function</bookmark_value>"
+msgstr "<bookmark_value>računanje; varijabla nazadovanja amortizacije</bookmark_value><bookmark_value>amortizacija; varijabla nazadovanja</bookmark_value><bookmark_value>VDB funkcija</bookmark_value>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3148768\n"
+"222\n"
+"help.text"
+msgid "VDB"
+msgstr "VDB"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154636\n"
+"223\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_VDB\">Returns the depreciation of an asset for a specified or partial period using a variable declining balance method.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_VDB\">Vraća amortizaciju od imovine za navedeno razdoblje pomoću djelomičnog ili varijable u opadanju metodom ravnoteže .</ahelp>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3155519\n"
+"224\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149025\n"
+"225\n"
+"help.text"
+msgid "VDB(Cost; Salvage; Life; S; End; Factor; Type)"
+msgstr "VDB(Cijena; Spasiti; Život; S; Kraj; Faktor; Vrsta)"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150692\n"
+"226\n"
+"help.text"
+msgid "<emph>Cost</emph> is the initial value of an asset."
+msgstr "<emph>Cijena</emph> početna vrijednost imovine."
+
+#: 04060118.xhp
+#, fuzzy
+msgctxt ""
+"04060118.xhp\n"
+"par_id3155369\n"
+"227\n"
+"help.text"
+msgid "<emph>Salvage</emph> is the value of an asset at the end of the depreciation."
+msgstr "<emph>Rješavanje</emph> je vrijednost imovine nakon deprecijacije."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154954\n"
+"228\n"
+"help.text"
+msgid "<emph>Life</emph> is the depreciation duration of the asset."
+msgstr "<emph>Životno doba</emph> je amortizacijsko trajanje imovine."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3152817\n"
+"229\n"
+"help.text"
+msgid "<emph>S</emph> is the start of the depreciation. A must be entered in the same date unit as the duration."
+msgstr "<emph>S</emph> je pocetak amortizacije. A mora biti uneseno u istu datumsku ćeliju kao i trajanje."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3153221\n"
+"230\n"
+"help.text"
+msgid "<emph>End</emph> is the end of the depreciation."
+msgstr "<emph>Kraj</emph> je kraj amortizacije."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3147536\n"
+"231\n"
+"help.text"
+msgid "<emph>Factor</emph> (optional) is the depreciation factor. Factor = 2 is double rate depreciation."
+msgstr "<emph>Faktor</emph> (opcionalno) je amortizacijski faktor. Faktor=2 je dupla rata amortizacije."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154865\n"
+"232\n"
+"help.text"
+msgid "<emph>Type </emph>is an optional parameter. Type = 1 means a switch to linear depreciation. In Type = 0 no switch is made."
+msgstr "<emph>Vrsta </emph> (optional): Vrsta = 1 znaci prebacinavnje na linearno amortizaciju. Sa Tipom = 0 nema promjene."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_idN10A0D\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr ""
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3148429\n"
+"233\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3153927\n"
+"234\n"
+"help.text"
+msgid "What is the declining-balance double-rate depreciation for a period if the initial cost is 35,000 currency units and the value at the end of the depreciation is 7,500 currency units. The depreciation period is 3 years. The depreciation from the 10th to the 20th period is calculated."
+msgstr "Što je u opadanju, stanje duplih-stopa amortizacije za razdoblje ako početni trošak je 35.000 jedinica i valuta vrijednost na kraju amortizacije je 7.500 jedinica valute. Amortizacijski rok je 3 godine. Amortizacije od 10. do 20. razdoblje se izračunava."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3155991\n"
+"235\n"
+"help.text"
+msgid "<item type=\"input\">=VDB(35000;7500;36;10;20;2)</item> = 8603.80 currency units. The depreciation during the period between the 10th and the 20th period is 8,603.80 currency units."
+msgstr "<item type=\"input\">=VDB(35000; 7500; 36; 10; 20; 2)</item> = 8603.80 vrijednosnih jedinica. Amortizacije od 10. do 20.perioda je 8,603.80 vrijednosnih jedinica."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3147485\n"
+"help.text"
+msgid "<bookmark_value>calculating;internal rates of return, irregular payments</bookmark_value><bookmark_value>internal rates of return;irregular payments</bookmark_value><bookmark_value>XIRR function</bookmark_value>"
+msgstr "<bookmark_value>racunanje;unutrasnja rata povrata, iregularna placanja</bookmark_value><bookmark_value>unutrasnja rata povrata, iregularna placanja</bookmark_value><bookmark_value>XIRR funkcija </bookmark_value>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3147485\n"
+"193\n"
+"help.text"
+msgid "XIRR"
+msgstr "XIRR"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3145614\n"
+"194\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_XIRR\">Calculates the internal rate of return for a list of payments which take place on different dates.</ahelp> The calculation is based on a 365 days per year basis, ignoring leap years."
+msgstr "<ahelp hid=\"HID_AAI_FUNC_XIRR\">Izračunava internu stopu povrata za popis plaćanja, koji se održavaju na različite datume.</ahelp> Izračun se temelji na 365 dana u godini osnove, ignorirajući prijestupne godine."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_idN10E62\n"
+"help.text"
+msgid "If the payments take place at regular intervals, use the IRR function."
+msgstr "Ako plaćanja odvija u pravilnim intervalima, koristite funkciju IRR."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3146149\n"
+"195\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149826\n"
+"196\n"
+"help.text"
+msgid "XIRR(Values; Dates; Guess)"
+msgstr "XIRR(Vrijednosti; Datumi; Pretpostaviti )"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3163821\n"
+"197\n"
+"help.text"
+msgid "<emph>Values</emph> and <emph>Dates</emph> refer to a series of payments and the series of associated date values. The first pair of dates defines the start of the payment plan. All other date values must be later, but need not be in any order. The series of values must contain at least one negative and one positive value (receipts and deposits)."
+msgstr "<emph>Vrijednosti</emph> i <emph>Datumi</emph> rodnose se na niz isplata i niz povezanih podatkovnih vrijednosti. Prvi par datuma definira početak plana plaćanja. Sve ostale vrijednosti datuma mora biti kasnije, ali ne moraju biti u bilo kojem redoslijedu. Niz vrijednosti mora sadržavati barem jednu negativnu i jednu pozitivnu vrijednost (primici i depoziti)."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149708\n"
+"198\n"
+"help.text"
+msgid "<emph>Guess</emph> (optional) is a guess that can be input for the internal rate of return. The default is 10%."
+msgstr "<emph>Procjena</emph> (opcionalno) je pogodak koji može biti ulaz za internu stopu povrata. Zadana vrijednost je 10%."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3145085\n"
+"199\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149273\n"
+"200\n"
+"help.text"
+msgid "Calculation of the internal rate of return for the following five payments:"
+msgstr "Obračun interne stope povrata za sljedećih pet plačanja:"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3155838\n"
+"305\n"
+"help.text"
+msgid "A"
+msgstr ""
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3152934\n"
+"306\n"
+"help.text"
+msgid "B"
+msgstr ""
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154638\n"
+"307\n"
+"help.text"
+msgid "C"
+msgstr ""
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3147083\n"
+"308\n"
+"help.text"
+msgid "1"
+msgstr ""
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3151187\n"
+"309\n"
+"help.text"
+msgid "2001-01-01"
+msgstr "1/1/2001"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3145212\n"
+"201\n"
+"help.text"
+msgid "-<item type=\"input\">10000</item>"
+msgstr "<item type=\"input\">-10000</item>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3146856\n"
+"202\n"
+"help.text"
+msgid "<item type=\"input\">Received</item>"
+msgstr "<item type=\"input\">Primljeno</item>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3153277\n"
+"310\n"
+"help.text"
+msgid "2"
+msgstr ""
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154052\n"
+"203\n"
+"help.text"
+msgid "2001-01-02"
+msgstr "1/2/2001"
+
+#: 04060118.xhp
+#, fuzzy
+msgctxt ""
+"04060118.xhp\n"
+"par_id3151297\n"
+"204\n"
+"help.text"
+msgid "<item type=\"input\">2000</item>"
+msgstr "<item type=\"input\">-10000</item>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149985\n"
+"205\n"
+"help.text"
+msgid "<item type=\"input\">Deposited</item>"
+msgstr "<item type=\"input\">deponirani</item>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154744\n"
+"311\n"
+"help.text"
+msgid "3"
+msgstr ""
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3153151\n"
+"206\n"
+"help.text"
+msgid "2001-03-15"
+msgstr "15/03/2001"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3145657\n"
+"207\n"
+"help.text"
+msgid "2500"
+msgstr ""
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3155101\n"
+"312\n"
+"help.text"
+msgid "4"
+msgstr ""
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3146894\n"
+"208\n"
+"help.text"
+msgid "2001-05-12"
+msgstr "12/5/2001"
+
+#: 04060118.xhp
+#, fuzzy
+msgctxt ""
+"04060118.xhp\n"
+"par_id3143231\n"
+"209\n"
+"help.text"
+msgid "5000"
+msgstr "1000"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3156012\n"
+"313\n"
+"help.text"
+msgid "5"
+msgstr ""
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149758\n"
+"210\n"
+"help.text"
+msgid "2001-08-10"
+msgstr "10/8/2001"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3147495\n"
+"211\n"
+"help.text"
+msgid "1000"
+msgstr "1000"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3152793\n"
+"212\n"
+"help.text"
+msgid "=XIRR(B1:B5; A1:A5; 0.1) returns 0.1828."
+msgstr "=XIRR(B1:B5; A1:A5; 0.1) vraca 0.1828."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3149198\n"
+"help.text"
+msgid "<bookmark_value>XNPV function</bookmark_value>"
+msgstr "<bookmark_value>XNPV funkcija</bookmark_value>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3149198\n"
+"213\n"
+"help.text"
+msgid "XNPV"
+msgstr "XNPV"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3153904\n"
+"214\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_XNPV\">Calculates the capital value (net present value)for a list of payments which take place on different dates.</ahelp> The calculation is based on a 365 days per year basis, ignoring leap years."
+msgstr "<ahelp hid=\"HID_AAI_FUNC_XNPV\">Izračunava vrijednost kapitala (neto sadašnja vrijednost) za popis plaćanja, koji se održavaju na različite datume.</ahelp> Izračun se temelji na 365 dana u godini osnovi, ignorirajući prijestupne godine."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_idN11138\n"
+"help.text"
+msgid "If the payments take place at regular intervals, use the NPV function."
+msgstr "Ako plaćanja odvija u pravilnim intervalima, koristite funkciju NPV."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3155323\n"
+"215\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150117\n"
+"216\n"
+"help.text"
+msgid "XNPV(Rate; Values; Dates)"
+msgstr "XNPV(Rate; Vrijednost; Datum)"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3153100\n"
+"217\n"
+"help.text"
+msgid "<emph>Rate</emph> is the internal rate of return for the payments."
+msgstr "<emph>Stopa</emph> je interna stopa povrata za plaćanja."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3155395\n"
+"218\n"
+"help.text"
+msgid "<emph>Values</emph> and <emph>Dates</emph> refer to a series of payments and the series of associated date values. The first pair of dates defines the start of the payment plan. All other date values must be later, but need not be in any order. The series of values must contain at least one negative and one positive value (receipts and deposits)"
+msgstr "<emph>Vrijednosti</emph> i <emph>Datumi</emph> odnose se na niz isplata i niz povezanih podatkovnih vrijednosti. Prvi par datuma definira početak plan plaćanja. Sve ostale vrijednosti datuma mora biti kasnije, ali ne moraju biti u bilo kojem redoslijedu. Niz vrijednosti mora sadržavati barem jednu negativnu i jednu pozitivnu vrijednost (primici i depoziti)"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3148832\n"
+"219\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150525\n"
+"220\n"
+"help.text"
+msgid "Calculation of the net present value for the above-mentioned five payments for a notional internal rate of return of 6%."
+msgstr "Izračun neto sadašnje vrijednosti za navedenih pet plaćanja za fiktivnog interna stopa povrata od 6%."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149910\n"
+"221\n"
+"help.text"
+msgid "<item type=\"input\">=XNPV(0.06;B1:B5;A1:A5)</item> returns 323.02."
+msgstr "<item type=\"input\">=XNPV(0.06; B1:B5; A1:A5)</item> vraca 323.02."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3148822\n"
+"help.text"
+msgid "<bookmark_value>calculating;rates of return</bookmark_value><bookmark_value>RRI function</bookmark_value>"
+msgstr "<bookmark_value>računanje; stope povrata</bookmark_value><bookmark_value>RRI funkcija</bookmark_value>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3148822\n"
+"237\n"
+"help.text"
+msgid "RRI"
+msgstr "RRI"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154293\n"
+"238\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ZGZ\">Calculates the interest rate resulting from the profit (return) of an investment.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ZGZ\">Izračunava kamatnih stopa koji proizlaze iz dobiti (povratak) od ulaganja.</ahelp>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3148444\n"
+"239\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148804\n"
+"240\n"
+"help.text"
+msgid "RRI(P; PV; FV)"
+msgstr ""
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154901\n"
+"241\n"
+"help.text"
+msgid "<emph>P</emph> is the number of periods needed for calculating the interest rate."
+msgstr "<emph>P</emph>je broj razdoblja potrebnih za izračun kamatne stope."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3159149\n"
+"242\n"
+"help.text"
+msgid "<emph>PV</emph> is the present (current) value. The cash value is the deposit of cash or the current cash value of an allowance in kind. As a deposit value a positive value must be entered; the deposit must not be 0 or <0."
+msgstr ""
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149771\n"
+"243\n"
+"help.text"
+msgid "<emph>FV</emph> determines what is desired as the cash value of the deposit."
+msgstr "<emph>FV</emph>određuje ono što je poželjno kao gotovinska vrijednost depozita."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3148941\n"
+"244\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154212\n"
+"245\n"
+"help.text"
+msgid "For four periods (years) and a cash value of 7,500 currency units, the interest rate of the return is to be calculated if the future value is 10,000 currency units."
+msgstr "Za četiri razdoblja (godine) i novčani vrijednost valute 7.500 jedinica, kamatna stopa povrata je da se izračunati ako je buduća vrijednost je 10.000 jedinica valute."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150775\n"
+"246\n"
+"help.text"
+msgid "<item type=\"input\">=RRI(4;7500;10000)</item> = 7.46 %"
+msgstr ""
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3145413\n"
+"247\n"
+"help.text"
+msgid "The interest rate must be 7.46 % so that 7,500 currency units will become 10,000 currency units."
+msgstr "Kamatna stopa mora biti 7,46%, tako da je 7.500 jedinica valute postat će 10.000 jedinica valute."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3154267\n"
+"help.text"
+msgid "<bookmark_value>calculating;constant interest rates</bookmark_value><bookmark_value>constant interest rates</bookmark_value><bookmark_value>RATE function</bookmark_value>"
+msgstr "<bookmark_value>računanje; konstantna kamatna stopa</bookmark_value><bookmark_value>konstantna kamatna stopa</bookmark_value><bookmark_value>RATE funkcija</bookmark_value>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3154267\n"
+"249\n"
+"help.text"
+msgid "RATE"
+msgstr "RATE"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3151052\n"
+"250\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ZINS\">Returns the constant interest rate per period of an annuity.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ZINS\">Vraća se konstantna kamatna stopa po razdoblju od rente.</ahelp>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3154272\n"
+"251\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3158423\n"
+"252\n"
+"help.text"
+msgid "RATE(NPer; Pmt; PV; FV; Type; Guess)"
+msgstr "RATE(Br_Perioda; Placanje; PV; FV; Vrsta; PRETPOSTAVKA)"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148910\n"
+"253\n"
+"help.text"
+msgid "<emph>NPer</emph> is the total number of periods, during which payments are made (payment period)."
+msgstr "<emph>Br_perioda</emph>je ukupan broj razdoblja, tijekom kojih su napravljeni plaćanja (platno razdoblje)."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148925\n"
+"254\n"
+"help.text"
+msgid "<emph>Pmt</emph> is the constant payment (annuity) paid during each period."
+msgstr "<emph>Placanje</emph> je konstanta uplata, plaća se za vrijeme svakog razdoblja."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149160\n"
+"255\n"
+"help.text"
+msgid "<emph>PV</emph> is the cash value in the sequence of payments."
+msgstr "<emph>PV</emph>je vrijednost novca u slijedu plaćanja."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3166456\n"
+"256\n"
+"help.text"
+msgid "<emph>FV</emph> (optional) is the future value, which is reached at the end of the periodic payments."
+msgstr "<emph>FV</emph> (optionalno) je buduća vrijednost, koji je postignut na kraju periodičnog plaćanja."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3153243\n"
+"257\n"
+"help.text"
+msgid "<emph>Type</emph> (optional) is the due date of the periodic payment, either at the beginning or at the end of a period."
+msgstr "<emph>Vrsta</emph> (optionalno) je zbog datuma periodičnog plaćanja, bilo na početku ili na kraju razdoblja."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3146949\n"
+"258\n"
+"help.text"
+msgid "<emph>Guess</emph> (optional) determines the estimated value of the interest with iterative calculation."
+msgstr "<emph>Procjena</emph> (optionalno) određuje procijenjena vrijednost interesa s iterativna obračun."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_idN10E2A\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr ""
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3149791\n"
+"259\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150706\n"
+"260\n"
+"help.text"
+msgid "What is the constant interest rate for a payment period of 3 periods if 10 currency units are paid regularly and the present cash value is 900 currency units."
+msgstr "Šta je konstantna kamatna stopa za plaćanje u periodu od 3 razdoblja i ako su 10 valutne jedinice plaća redovito i sadašnje vrijednosti novčanih valuta je 900 jedinica."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3155586\n"
+"261\n"
+"help.text"
+msgid "<item type=\"input\">=RATE(3;10;900)</item> = -121% The interest rate is therefore 121%."
+msgstr "<item type=\"input\">=RATE(3; 10; 900)</item> = -121% kamatna stopa je zato 121%."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3149106\n"
+"help.text"
+msgid "<bookmark_value>INTRATE function</bookmark_value>"
+msgstr "<bookmark_value>INTRATE funkcija</bookmark_value>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3149106\n"
+"60\n"
+"help.text"
+msgid "INTRATE"
+msgstr "INTRATE"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149918\n"
+"61\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_INTRATE\">Calculates the annual interest rate that results when a security (or other item) is purchased at an investment value and sold at a redemption value. No interest is paid.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_INTRATE\">Izračunava se na godišnjoj kamatnoj stopi koja nastaje kad se osiguranje (ili neki drugi predmet) je kupljeno na vrijednosti investicije i prodane na otkupne vrijednosti. Kamata se ne isplaćuje.</ahelp>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3149974\n"
+"62\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149800\n"
+"63\n"
+"help.text"
+msgid "INTRATE(Settlement; Maturity; Investment; Redemption; Basis)"
+msgstr "INTRATE(Krajnja odluka; Zrelost; Investicija; Otkup;Osnova)"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148618\n"
+"64\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr ""
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148988\n"
+"65\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security is sold."
+msgstr "<emph>Dozrijevanje</emph> je datum prodaje osiguranja"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154604\n"
+"66\n"
+"help.text"
+msgid "<emph>Investment</emph> is the purchase price."
+msgstr "<emph>Investicija</emph> je kupovna cijena"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154337\n"
+"67\n"
+"help.text"
+msgid "<emph>Redemption</emph> is the selling price."
+msgstr "<emph>Otkup</emph> je prodajna cijena"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3145380\n"
+"68\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149426\n"
+"69\n"
+"help.text"
+msgid "A painting is bought on 1990-01-15 for 1 million and sold on 2002-05-05 for 2 million. The basis is daily balance calculation (basis = 3). What is the average annual level of interest?"
+msgstr "Slika je kupljena na 15/01/1990 za 1 milijun i prodaje na 05/05/2002 za 2 milijuna dolara. Osnova je dnevno stanje obračun (osnovu = 3). Koja je prosječna godišnja razina interesa?"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3151125\n"
+"70\n"
+"help.text"
+msgid "=INTRATE(\"1990-01-15\"; \"2002-05-05\"; 1000000; 2000000; 3) returns 8.12%."
+msgstr "=INTRATE(\"15/01/1990\"; \"05/05/2002\"; 1000000; 2000000; 3) vraca 8.12%."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3148654\n"
+"help.text"
+msgid "<bookmark_value>COUPNCD function</bookmark_value>"
+msgstr "<bookmark_value>COUPNCD funkcija</bookmark_value>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3148654\n"
+"163\n"
+"help.text"
+msgid "COUPNCD"
+msgstr "COUPNCD"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149927\n"
+"164\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_COUPNCD\">Returns the date of the first interest date after the settlement date. Format the result as a date.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_COUPNCD\">Vraća datum prvog dana nakon interesa datum namire. Oblikovanje rezultata kao datum.</ahelp>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3153317\n"
+"165\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150423\n"
+"166\n"
+"help.text"
+msgid "COUPNCD(Settlement; Maturity; Frequency; Basis)"
+msgstr "COUPNCD(Krajnja Odluka; Zrelost; Frekvencija; Osnova)"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150628\n"
+"167\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr ""
+
+#: 04060118.xhp
+#, fuzzy
+msgctxt ""
+"04060118.xhp\n"
+"par_id3153536\n"
+"168\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Dozrijevanje</emph> je datum prodaje osiguranja"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3145313\n"
+"169\n"
+"help.text"
+msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
+msgstr "<emph>Frekvencija</emph>je broj kamatnih placanja po godini (1,2 ili 4)"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3155424\n"
+"170\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154794\n"
+"171\n"
+"help.text"
+msgid "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) when is the next interest date?"
+msgstr "Sigurnost je kupljen na 25/01/2001, datum dospijeća je 15/11/2001. Kamata se isplaćuje polugodišnje (frekvencija je 2). Korištenjem dnevnog stanja obračun kamata (osnovi 3) kad je sljedeći interesni datuma?"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3159251\n"
+"172\n"
+"help.text"
+msgid "=COUPNCD(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 2001-05-15."
+msgstr "=COUPNCD(\"25/01/2001\"; \"15/11/2001\"; 2; 3) vraca 15/05/2001."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3143281\n"
+"help.text"
+msgid "<bookmark_value>COUPDAYS function</bookmark_value>"
+msgstr "<bookmark_value>COUPDAYS funkcija</bookmark_value>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3143281\n"
+"143\n"
+"help.text"
+msgid "COUPDAYS"
+msgstr "COUPDAYS"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149488\n"
+"144\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_COUPDAYS\">Returns the number of days in the current interest period in which the settlement date falls.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_COUPDAYS\">Vraća broj dana u tekućem interesu periodu u kojem zadnja odluka pada.</ahelp>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3148685\n"
+"145\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149585\n"
+"146\n"
+"help.text"
+msgid "COUPDAYS(Settlement; Maturity; Frequency; Basis)"
+msgstr "COUPDAYS(Krajnja Odluka; Zrelost; Frekvencija; Osnova)"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3152767\n"
+"147\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr ""
+
+#: 04060118.xhp
+#, fuzzy
+msgctxt ""
+"04060118.xhp\n"
+"par_id3151250\n"
+"148\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Dozrijevanje</emph> je datum prodaje osiguranja"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3146126\n"
+"149\n"
+"help.text"
+msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
+msgstr "<emph>Frekvencija</emph>je broj kamatnih placanja po godini (1,2 ili 4)"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3153705\n"
+"150\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3147530\n"
+"151\n"
+"help.text"
+msgid "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) how many days are there in the interest period in which the settlement date falls?"
+msgstr "Sigurnost je kupljen na 25/01/2001, datum dospijeća je 15/11/2001. Kamata se isplaćuje polugodišnje (frekvencija je 2). Korištenje dnevnog stanja obračun kamata (osnovi 3) koliko dana ima u interesnom razdoblju u kojem krajnja odluka pada?"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3156338\n"
+"152\n"
+"help.text"
+msgid "=COUPDAYS(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 181."
+msgstr "=COUPDAYS(\"25/01/2001\"; \"15/11/2001\"; 2; 3) vraca 181."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3154832\n"
+"help.text"
+msgid "<bookmark_value>COUPDAYSNC function</bookmark_value>"
+msgstr "<bookmark_value>COUPDAYSNC funkcija</bookmark_value>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3154832\n"
+"153\n"
+"help.text"
+msgid "COUPDAYSNC"
+msgstr "COUPDAYSNC"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3147100\n"
+"154\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_COUPDAYSNC\">Returns the number of days from the settlement date until the next interest date.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_COUPDAYSNC\">Vraća broj dana od krajnje odluke do sljedećeg datuma interesa.</ahelp>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3151312\n"
+"155\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3155121\n"
+"156\n"
+"help.text"
+msgid "COUPDAYSNC(Settlement; Maturity; Frequency; Basis)"
+msgstr "COUPDAYSNC(Krajnja Odluka; Zrelost; Frekvencija; Osnova)"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3158440\n"
+"157\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr ""
+
+#: 04060118.xhp
+#, fuzzy
+msgctxt ""
+"04060118.xhp\n"
+"par_id3146075\n"
+"158\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Dozrijevanje</emph> je datum prodaje osiguranja"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154620\n"
+"159\n"
+"help.text"
+msgid "<emph>Frequency </emph>is number of interest payments per year (1, 2 or 4)."
+msgstr "<emph>Frekvencija </emph> je broj plaćanja kamata godišnje (1, 2 ili 4)."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3155604\n"
+"160\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148671\n"
+"161\n"
+"help.text"
+msgid "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) how many days are there until the next interest payment?"
+msgstr "Sigurnost je kupljen na 25/01/2001, datum dospijeća je 15/11/2001. Kamata se isplaćuje polugodišnje (frekvencija je 2). Korištenjem dnevnog stanja obračuna kamata (osnovi 3) koliko dana je do sljedeće isplate kamate?"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3156158\n"
+"162\n"
+"help.text"
+msgid "=COUPDAYSNC(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 110."
+msgstr "=COUPDAYSNC(\"25/01/2001\"; \"15/11/2001\"; 2; 3) vraca 110."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3150408\n"
+"help.text"
+msgid "<bookmark_value>COUPDAYBS function</bookmark_value><bookmark_value>durations;first interest payment until settlement date</bookmark_value><bookmark_value>securities;first interest payment until settlement date</bookmark_value>"
+msgstr "<bookmark_value>COUPDAYBS funkcija</bookmark_value><bookmark_value>trajanje: najprije isplate kamate do krajnje odluke</bookmark_value><bookmark_value>vrijednosnih papira i najprije isplate kamate do krajnje odluke</bookmark_value>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3150408\n"
+"133\n"
+"help.text"
+msgid "COUPDAYBS"
+msgstr "COUPDAYBS"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3146795\n"
+"134\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_COUPDAYBS\">Returns the number of days from the first day of interest payment on a security until the settlement date.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_COUPDAYBS\">Vraća broj dana od prvog dana isplate kamate na sigurnosni do krajnje odluke.</ahelp>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3156142\n"
+"135\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3159083\n"
+"136\n"
+"help.text"
+msgid "COUPDAYBS(Settlement; Maturity; Frequency; Basis)"
+msgstr "COUPDAYBS(Krajnja Odluka; Zrelost; Frekvencija; Osnova)"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3146907\n"
+"137\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr ""
+
+#: 04060118.xhp
+#, fuzzy
+msgctxt ""
+"04060118.xhp\n"
+"par_id3159390\n"
+"138\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Dozrijevanje</emph> je datum prodaje osiguranja"
+
+#: 04060118.xhp
+#, fuzzy
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154414\n"
+"139\n"
+"help.text"
+msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
+msgstr "<emph>Frekvencija</emph>je broj kamatnih placanja po godini (1,2 ili 4)"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3153880\n"
+"140\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150592\n"
+"141\n"
+"help.text"
+msgid "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) how many days is this?"
+msgstr "Sigurnost je kupljen na 25/01/2001, datum dospijeća je 15/11/2001. Kamata se isplaćuje polugodišnje (frekvencija je 2). Korištenjem dnevnog stanja obračuna kamata (osnovi 3) koliko dana je to?"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3151103\n"
+"142\n"
+"help.text"
+msgid "=COUPDAYBS(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 71."
+msgstr "=COUPDAYBS(\"25/01/2001\"; \"15/11/2001\"; 2; 3) vraca 71."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3152957\n"
+"help.text"
+msgid "<bookmark_value>COUPPCD function</bookmark_value><bookmark_value>dates;interest date prior to settlement date</bookmark_value>"
+msgstr "<bookmark_value>COUPPCD funkcija</bookmark_value><bookmark_value>datumi; interesni datum prije datuma zadnje odluke</bookmark_value>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3152957\n"
+"183\n"
+"help.text"
+msgid "COUPPCD"
+msgstr "COUPPCD"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3153678\n"
+"184\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_COUPPCD\">Returns the date of the interest date prior to the settlement date. Format the result as a date.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_COUPPCD\">Vraća datum interesnog dana prije datum zadnje odluke. Oblikuj rezultat kao datum.</ahelp>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3156269\n"
+"185\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3153790\n"
+"186\n"
+"help.text"
+msgid "COUPPCD(Settlement; Maturity; Frequency; Basis)"
+msgstr "COUPPCD(Krajnja Odluka; Zrelost; Frekvencija; Osnova)"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150989\n"
+"187\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr ""
+
+#: 04060118.xhp
+#, fuzzy
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154667\n"
+"188\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Dozrijevanje</emph> je datum prodaje osiguranja"
+
+#: 04060118.xhp
+#, fuzzy
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154569\n"
+"189\n"
+"help.text"
+msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
+msgstr "<emph>Frekvencija</emph>je broj kamatnih placanja po godini (1,2 ili 4)"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3150826\n"
+"190\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148968\n"
+"191\n"
+"help.text"
+msgid "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) what was the interest date prior to purchase?"
+msgstr "Sigurnost je kupljen na 25/01/2001, datum dospijeća je 15/11/2001. Kamata se isplaćuje polugodišnje (frekvencija je 2). Korištenjem dnevnog stanja obračun kamata (osnova 3) što je bio interesni datum prije kupnje?"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149992\n"
+"192\n"
+"help.text"
+msgid "=COUPPCD(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 2000-15-11."
+msgstr "=COUPPCD(\"25/01/2001\"; \"15/11/2001\"; 2; 3) vraca 15/11/2000."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3150673\n"
+"help.text"
+msgid "<bookmark_value>COUPNUM function</bookmark_value><bookmark_value>number of coupons</bookmark_value>"
+msgstr "<bookmark_value>COUPNUM funkcija</bookmark_value><bookmark_value>broj kupona</bookmark_value>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3150673\n"
+"173\n"
+"help.text"
+msgid "COUPNUM"
+msgstr "COUPNUM"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154350\n"
+"174\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_COUPNUM\">Returns the number of coupons (interest payments) between the settlement date and the maturity date.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_COUPNUM\">Vraća broj kupona (kamate plaćanja) između krajnje odluke i dospijeća.</ahelp>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3148400\n"
+"175\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3153200\n"
+"176\n"
+"help.text"
+msgid "COUPNUM(Settlement; Maturity; Frequency; Basis)"
+msgstr "COUPNUM(Krajnja Odluka; Zrelost; Frekvencija; Osnova)"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3159406\n"
+"177\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr ""
+
+#: 04060118.xhp
+#, fuzzy
+msgctxt ""
+"04060118.xhp\n"
+"par_id3155864\n"
+"178\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Dozrijevanje</emph> je datum prodaje osiguranja"
+
+#: 04060118.xhp
+#, fuzzy
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154720\n"
+"179\n"
+"help.text"
+msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
+msgstr "<emph>Frekvencija</emph>je broj kamatnih placanja po godini (1,2 ili 4)"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3149319\n"
+"180\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3152460\n"
+"181\n"
+"help.text"
+msgid "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) how many interest dates are there?"
+msgstr "Sigurnost je kupljen na 25/01/2001, datum dospijeća je 15/11/2001. Kamata se isplaćuje polugodišnje (frekvencija je 2). Korištenjem dnevnog stanja obračuna kamata (osnovi 3) koliko imamo interesnih datuma?"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150640\n"
+"182\n"
+"help.text"
+msgid "=COUPNUM(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 2."
+msgstr "=COUPNUM(\"25/01/2001\"; \"15/11/2001\"; 2; 3) vraca 2."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3149339\n"
+"help.text"
+msgid "<bookmark_value>IPMT function</bookmark_value><bookmark_value>periodic amortizement rates</bookmark_value>"
+msgstr "<bookmark_value>IPMT function</bookmark_value><bookmark_value>periodićne stope amortizacije</bookmark_value>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3149339\n"
+"263\n"
+"help.text"
+msgid "IPMT"
+msgstr "IPMT"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154522\n"
+"264\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ZINSZ\">Calculates the periodic amortizement for an investment with regular payments and a constant interest rate.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ZINSZ\">Izračunava amortizaciju za periodična ulaganja sa redovnim isplatama i konstantnom kamatnom stopom.</ahelp>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3153266\n"
+"265\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3151283\n"
+"266\n"
+"help.text"
+msgid "IPMT(Rate; Period; NPer; PV; FV; Type)"
+msgstr "IPMT(Rata; Period; Num_periods; PV; FV; Vrsta)"
+
+#: 04060118.xhp
+#, fuzzy
+msgctxt ""
+"04060118.xhp\n"
+"par_id3147313\n"
+"267\n"
+"help.text"
+msgid "<emph>Rate</emph> is the periodic interest rate."
+msgstr "<emph>Stopa</emph> postavlja peridičnu kamatnu ratu"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3145158\n"
+"268\n"
+"help.text"
+msgid "<emph>Period</emph> is the period, for which the compound interest is calculated. Period=NPER if compound interest for the last period is calculated."
+msgstr "<emph>Razdoblje</emph> je razdoblje za koje se izračunava složena kamata. Razdoblje = Num_periods ako se složena kamata za posljednje razdoblje izračunava."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3147577\n"
+"269\n"
+"help.text"
+msgid "<emph>NPer</emph> is the total number of periods, during which annuity is paid."
+msgstr "<emph>Num_periods</emph> je ukupan broj razdoblja tijekom kojeg se isplaćuje renta."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3156211\n"
+"270\n"
+"help.text"
+msgid "<emph>PV</emph> is the present cash value in sequence of payments."
+msgstr "<emph>PV</emph>je sadašnja vrijednost novca u nizu plaćanja."
+
+#: 04060118.xhp
+#, fuzzy
+msgctxt ""
+"04060118.xhp\n"
+"par_id3151213\n"
+"271\n"
+"help.text"
+msgid "<emph>FV</emph> (optional) is the desired value (future value) at the end of the periods."
+msgstr "<emph>FV</emph> (optionalno) je buduća vrijednost, koji je postignut na kraju periodičnog plaćanja."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154195\n"
+"272\n"
+"help.text"
+msgid "<emph>Type</emph> is the due date for the periodic payments."
+msgstr ""
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3150102\n"
+"273\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149438\n"
+"274\n"
+"help.text"
+msgid "What is the interest rate during the fifth period (year) if the constant interest rate is 5% and the cash value is 15,000 currency units? The periodic payment is seven years."
+msgstr ""
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150496\n"
+"275\n"
+"help.text"
+msgid "<item type=\"input\">=IPMT(5%;5;7;15000)</item> = -352.97 currency units. The compound interest during the fifth period (year) is 352.97 currency units."
+msgstr ""
+
+#: 04060118.xhp
+#, fuzzy
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3151205\n"
+"help.text"
+msgid "<bookmark_value>calculating;future values</bookmark_value><bookmark_value>future values;constant interest rates</bookmark_value><bookmark_value>FV function</bookmark_value>"
+msgstr "<bookmark_value>računanje; konstantna kamatna stopa</bookmark_value><bookmark_value>konstantna kamatna stopa</bookmark_value><bookmark_value>RATE funkcija</bookmark_value>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3151205\n"
+"277\n"
+"help.text"
+msgid "FV"
+msgstr ""
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154140\n"
+"278\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ZW\">Returns the future value of an investment based on periodic, constant payments and a constant interest rate (Future Value).</ahelp>"
+msgstr ""
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3155178\n"
+"279\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060118.xhp
+#, fuzzy
+msgctxt ""
+"04060118.xhp\n"
+"par_id3145215\n"
+"280\n"
+"help.text"
+msgid "FV(Rate; NPer; Pmt; PV; Type)"
+msgstr "PV(Rate; Num_periods; Payment; FV; Type)"
+
+#: 04060118.xhp
+#, fuzzy
+msgctxt ""
+"04060118.xhp\n"
+"par_id3155136\n"
+"281\n"
+"help.text"
+msgid "<emph>Rate</emph> is the periodic interest rate."
+msgstr "<emph>Stopa</emph> postavlja peridičnu kamatnu ratu"
+
+#: 04060118.xhp
+#, fuzzy
+msgctxt ""
+"04060118.xhp\n"
+"par_id3156029\n"
+"282\n"
+"help.text"
+msgid "<emph>NPer</emph> is the total number of periods (payment period)."
+msgstr "<emph>Total_periods</emph>totalni broj instalacionih perioda."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3151322\n"
+"283\n"
+"help.text"
+msgid "<emph>Pmt</emph> is the annuity paid regularly per period."
+msgstr ""
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3145256\n"
+"284\n"
+"help.text"
+msgid "<emph>PV</emph> (optional) is the (present) cash value of an investment."
+msgstr ""
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150999\n"
+"285\n"
+"help.text"
+msgid "<emph>Type</emph> (optional) defines whether the payment is due at the beginning or the end of a period."
+msgstr ""
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_idN114D8\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr ""
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3146800\n"
+"286\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3146813\n"
+"287\n"
+"help.text"
+msgid "What is the value at the end of an investment if the interest rate is 4% and the payment period is two years, with a periodic payment of 750 currency units. The investment has a present value of 2,500 currency units."
+msgstr ""
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149302\n"
+"288\n"
+"help.text"
+msgid "<item type=\"input\">=FV(4%;2;750;2500) </item>= -4234.00 currency units. The value at the end of the investment is 4234.00 currency units."
+msgstr ""
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3155912\n"
+"help.text"
+msgid "<bookmark_value>FVSCHEDULE function</bookmark_value><bookmark_value>future values;varying interest rates</bookmark_value>"
+msgstr ""
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3155912\n"
+"51\n"
+"help.text"
+msgid "FVSCHEDULE"
+msgstr "FVSCHEDULE"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3163726\n"
+"52\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_FVSCHEDULE\">Calculates the accumulated value of the starting capital for a series of periodically varying interest rates.</ahelp>"
+msgstr ""
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3149571\n"
+"53\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148891\n"
+"54\n"
+"help.text"
+msgid "FVSCHEDULE(Principal; Schedule)"
+msgstr ""
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148904\n"
+"55\n"
+"help.text"
+msgid "<emph>Principal</emph> is the starting capital."
+msgstr ""
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148562\n"
+"56\n"
+"help.text"
+msgid "<emph>Schedule</emph> is a series of interest rates, for example, as a range H3:H5 or as a (List) (see example)."
+msgstr ""
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3147288\n"
+"57\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148638\n"
+"58\n"
+"help.text"
+msgid "1000 currency units have been invested in for three years. The interest rates were 3%, 4% and 5% per annum. What is the value after three years?"
+msgstr ""
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3156358\n"
+"59\n"
+"help.text"
+msgid "<item type=\"input\">=FVSCHEDULE(1000;{0.03;0.04;0.05})</item> returns 1124.76."
+msgstr ""
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3156435\n"
+"help.text"
+msgid "<bookmark_value>calculating;number of payment periods</bookmark_value><bookmark_value>payment periods;number of</bookmark_value><bookmark_value>number of payment periods</bookmark_value><bookmark_value>NPER function</bookmark_value>"
+msgstr ""
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3156435\n"
+"290\n"
+"help.text"
+msgid "NPER"
+msgstr "NPER"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3152363\n"
+"291\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ZZR\">Returns the number of periods for an investment based on periodic, constant payments and a constant interest rate.</ahelp>"
+msgstr ""
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3147216\n"
+"292\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060118.xhp
+#, fuzzy
+msgctxt ""
+"04060118.xhp\n"
+"par_id3155934\n"
+"293\n"
+"help.text"
+msgid "NPER(Rate; Pmt; PV; FV; Type)"
+msgstr "PV(Rate; Num_periods; Payment; FV; Type)"
+
+#: 04060118.xhp
+#, fuzzy
+msgctxt ""
+"04060118.xhp\n"
+"par_id3155946\n"
+"294\n"
+"help.text"
+msgid "<emph>Rate</emph> is the periodic interest rate."
+msgstr "<emph>Stopa</emph> postavlja peridičnu kamatnu ratu"
+
+#: 04060118.xhp
+#, fuzzy
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149042\n"
+"295\n"
+"help.text"
+msgid "<emph>Pmt</emph> is the constant annuity paid in each period."
+msgstr "<emph>Placanje</emph> je konstanta uplata, plaća se za vrijeme svakog razdoblja."
+
+#: 04060118.xhp
+#, fuzzy
+msgctxt ""
+"04060118.xhp\n"
+"par_id3153134\n"
+"296\n"
+"help.text"
+msgid "<emph>PV</emph> is the present value (cash value) in a sequence of payments."
+msgstr "<emph>PV</emph>je sadašnja vrijednost novca u nizu plaćanja."
+
+#: 04060118.xhp
+#, fuzzy
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154398\n"
+"297\n"
+"help.text"
+msgid "<emph>FV</emph> (optional) is the future value, which is reached at the end of the last period."
+msgstr "<emph>FV</emph> (optionalno) je buduća vrijednost, koji je postignut na kraju periodičnog plaćanja."
+
+#: 04060118.xhp
+#, fuzzy
+msgctxt ""
+"04060118.xhp\n"
+"par_id3145127\n"
+"298\n"
+"help.text"
+msgid "<emph>Type</emph> (optional) is the due date of the payment at the beginning or at the end of the period."
+msgstr "<emph>Vrsta</emph> (optionalno) je zbog datuma periodičnog plaćanja, bilo na početku ili na kraju razdoblja."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_idN1166C\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr ""
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3155795\n"
+"299\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3147378\n"
+"300\n"
+"help.text"
+msgid "How many payment periods does a payment period cover with a periodic interest rate of 6%, a periodic payment of 153.75 currency units and a present cash value of 2.600 currency units."
+msgstr ""
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3156171\n"
+"301\n"
+"help.text"
+msgid "<item type=\"input\">=NPER(6%;153.75;2600)</item> = -12,02. The payment period covers 12.02 periods."
+msgstr ""
+
+#: 04060118.xhp
+#, fuzzy
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150309\n"
+"314\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060103.xhp\" name=\"Back to Financial Functions Part One\">Back to Financial Functions Part One</link>"
+msgstr "<link href=\"text/scalc/01/04060116.xhp\" name=\"Analiza funkcija Dio Dva\">Analiza funkcija Dio Dva</link>"
+
+#: 04060118.xhp
+#, fuzzy
+msgctxt ""
+"04060118.xhp\n"
+"par_id3153163\n"
+"315\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060119.xhp\" name=\"Back to Financial Functions Part Two\">Back to Financial Functions Part Two</link>"
+msgstr "<link href=\"text/scalc/01/04060116.xhp\" name=\"Analiza funkcija Dio Dva\">Analiza funkcija Dio Dva</link>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"tit\n"
+"help.text"
+msgid "Array Functions"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3147273\n"
+"help.text"
+msgid "<bookmark_value>matrices; functions</bookmark_value><bookmark_value>Function Wizard; arrays</bookmark_value><bookmark_value>array formulas</bookmark_value><bookmark_value>inline array constants</bookmark_value><bookmark_value>formulas;arrays</bookmark_value><bookmark_value>functions;array functions</bookmark_value><bookmark_value>editing; array formulas</bookmark_value><bookmark_value>copying; array formulas</bookmark_value><bookmark_value>adjusting array ranges</bookmark_value><bookmark_value>calculating;conditional calculations</bookmark_value><bookmark_value>matrices; calculations</bookmark_value><bookmark_value>conditional calculations with arrays</bookmark_value><bookmark_value>implicit array handling</bookmark_value><bookmark_value>forced array handling</bookmark_value>"
+msgstr "<bookmark_value>matrice; funkcije</bookmark_value><bookmark_value>Function Wizard; arrays</bookmark_value><bookmark_value>array formulae</bookmark_value><bookmark_value>inline array constants</bookmark_value><bookmark_value>formulae;arrays</bookmark_value><bookmark_value>functions;array functions</bookmark_value><bookmark_value>editing; array formulae</bookmark_value><bookmark_value>copying; array formulae</bookmark_value><bookmark_value>adjusting array ranges</bookmark_value><bookmark_value>calculating;conditional calculations</bookmark_value><bookmark_value>matrices; calculations</bookmark_value><bookmark_value>conditional calculations with arrays</bookmark_value><bookmark_value>implicit array handling</bookmark_value><bookmark_value>forced array handling</bookmark_value>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3147273\n"
+"1\n"
+"help.text"
+msgid "Array Functions"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154744\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"matrixtext\">This category contains the array functions. </variable>"
+msgstr "<variable id=\"matrixtext\">Ova kategorija sadzi niz funkcije. </variable>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3146084\n"
+"257\n"
+"help.text"
+msgid "What is an Array?"
+msgstr "Sta je niz?"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154298\n"
+"258\n"
+"help.text"
+msgid "<variable id=\"wasmatrix\">An array is a linked range of cells on a spreadsheet containing values. </variable> A square range of 3 rows and 3 columns is a 3 x 3 array:"
+msgstr "<variable id=\"wasmatrix\">Niz je povezani rang celija tabele koje sadrze vrijednosti. </variable> kvadratni rang 3 reda i 3 kolone je 3 x 3 niz:"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154692\n"
+"260\n"
+"help.text"
+msgid "A"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3150117\n"
+"261\n"
+"help.text"
+msgid "B"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3155325\n"
+"262\n"
+"help.text"
+msgid "C"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3153104\n"
+"263\n"
+"help.text"
+msgid "1"
+msgstr ""
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3146996\n"
+"264\n"
+"help.text"
+msgid "<item type=\"input\">7</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3150529\n"
+"265\n"
+"help.text"
+msgid "<item type=\"input\">31</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3148831\n"
+"266\n"
+"help.text"
+msgid "<item type=\"input\">33</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3148943\n"
+"267\n"
+"help.text"
+msgid "2"
+msgstr ""
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3149771\n"
+"268\n"
+"help.text"
+msgid "<item type=\"input\">95</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158407\n"
+"269\n"
+"help.text"
+msgid "<item type=\"input\">17</item>"
+msgstr "<item type=\"input\">-10000</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3148806\n"
+"270\n"
+"help.text"
+msgid "<item type=\"input\">2</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154904\n"
+"271\n"
+"help.text"
+msgid "3"
+msgstr ""
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3150779\n"
+"272\n"
+"help.text"
+msgid "<item type=\"input\">5</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3148449\n"
+"273\n"
+"help.text"
+msgid "<item type=\"input\">10</item>"
+msgstr "<item type=\"input\">-10000</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3147238\n"
+"274\n"
+"help.text"
+msgid "<item type=\"input\">50</item>"
+msgstr "<item type=\"input\">-10000</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3153583\n"
+"277\n"
+"help.text"
+msgid "The smallest possible array is a 1 x 2 or 2 x 1 array with two adjacent cells."
+msgstr "Najmanji moguci niz je 1 x 2 or 2 x 1 niz sa dvije celije."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3148474\n"
+"275\n"
+"help.text"
+msgid "What is an array formula?"
+msgstr "Sta je formila niza?"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3155355\n"
+"276\n"
+"help.text"
+msgid "A formula in which the individual values in a cell range are evaluated is referred to as an array formula. The difference between an array formula and other formulas is that the array formula deals with several values simultaneously instead of just one."
+msgstr "Formula u kojoj su individualne vrijednosti u celiji odredjene odnosi se na formulu niza. Razlika izmedju formule niza i drugih formula je u tome sto formul niza operira sa nekoliko vrijednosti istovremeno, umjesto sa jednom."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3151052\n"
+"278\n"
+"help.text"
+msgid "Not only can an array formula process several values, but it can also return several values. The results of an array formula is also an array."
+msgstr "Ne samo da formula niza moze procesuirati vise vrijednosti, ona takodjer i vraca nekoliko vrijednosti. Rezultat formule niza je takodjer niz."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158432\n"
+"279\n"
+"help.text"
+msgid "To multiply the values in the individual cells by 10 in the above array, you do not need to apply a formula to each individual cell or value. Instead you just need to use a single array formula. Select a range of 3 x 3 cells on another part of the spreadsheet, enter the formula <item type=\"input\">=10*A1:C3</item> and confirm this entry using the key combination <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Enter. The result is a 3 x 3 array in which the individual values in the cell range (A1:C3) are multiplied by a factor of 10."
+msgstr "Za mnozenje individualnih vrijednosti celija sa 10 u nizu iznad, ne trebate primjenjivati formulu na svaku celiju ili vrijednost pojedinacno.Umjesto toga samo trebate koristiti jednu formulu niza. Oznacite rang od 3 x 3 celije na drugom dijelutabele, unesite formulu <item type=\"input\">=10*A1:C3</item> i potvrdite ovaj unos koristeci kombinaciju <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Enter. The result is a 3 x 3 array in which the individual values in the cell range (A1:C3) are multiplied by a factor of 10."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3149156\n"
+"280\n"
+"help.text"
+msgid "In addition to multiplication, you can also use other operators on the reference range (an array). With $[officename] Calc, you can add (+), subtract (-), multiply (*), divide (/), use exponents (^), concatenation (&) and comparisons (=, <>, <, >, <=, >=). The operators can be used on each individual value in the cell range and return the result as an array if the array formula was entered."
+msgstr "U dadatku mnozenju, mozete takodjer koristiti operacije navedene u rangu(niza). Sa $[officename] Calc, mozete dodati (+), oduzeti(-), pomnoziti (*), podijeliti (/), koristiti eksponent (^), sastavljanje (&) i poredjenje (=, <>, <, >, <=, >=). Operacijemogu biti koristene na svaku pojedinacnu vrijednost celijskog ranga i vratiti rezultat kao niz ako je formula niza vec unesena."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3166456\n"
+"326\n"
+"help.text"
+msgid "Comparison operators in an array formula treat empty cells in the same way as in a normal formula, that is, either as zero or as an empty string. For example, if cells A1 and A2 are empty the array formulas <item type=\"input\">{=A1:A2=\"\"}</item> and <item type=\"input\">{=A1:A2=0}</item> will both return a 1 column 2 row array of cells containing TRUE."
+msgstr "Operatori poredjenja u formuli niza tretiraju na isti nacin normalnu formulu, to jeste, ili nulu ili prezan znak. Na primjer, ako su celijeA1 i A2 prazne, formule niza <item type=\"input\">{=A1:A2=\"\"}</item> and <item type=\"input\">{=A1:A2=0}</item> ce obje vratiti 1 cloonu i 2 red niza celija koje sadrze TRUE."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3150713\n"
+"281\n"
+"help.text"
+msgid "When do you use array formulas?"
+msgstr "Kada se koriste formule niza?"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3149787\n"
+"282\n"
+"help.text"
+msgid "Use array formulas if you have to repeat calculations using different values. If you decide to change the calculation method later, you only have to update the array formula. To add an array formula, select the entire array range and then <link href=\"text/scalc/01/04060107.xhp\" name=\"make the required change to the array formula\">make the required change to the array formula</link>."
+msgstr "Koristite formuleniza ako trebate ponavljati racunanje za razlicite vrijednosti.Ako kasnije odlucite promjeniti metod racunanja, trebate samo izmjeniti formulu. Za sabiranje,formula niza, oznacite rang niza <link href=\"text/scalc/01/04060107.xhp\" name=\"make the required change to the array formula\">i napravite potrebne izmjene u formuli niza</link>."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3149798\n"
+"283\n"
+"help.text"
+msgid "Array formulas are also a space saving option when several values must be calculated, since they are not very memory-intensive. In addition, arrays are an essential tool for carrying out complex calculations, because you can have several cell ranges included in your calculations. $[officename] has different math functions for arrays, such as the MMULT function for multiplying two arrays or the SUMPRODUCT function for calculating the scalar products of two arrays."
+msgstr "Formule niza su takodjer i opcija koja stedi prostor kada nekoliko vrijednosti treba biti izracunato, jer nisu memorijski jako zahtjevne. U dodatku, nizovi su osnovni alat za izvodjene kompleksnih racunanja, jer mozete imat nekoliko celijskih rangova ukljucenih u racunanje. $[officename]ima drugacije matematicke funkcije za nizove, kao sto je MMULT funkcija za mnozenje dva niza, ili SUMPRODUCT za racunanje skalarnog proizvoda dva niza."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3155588\n"
+"284\n"
+"help.text"
+msgid "Using Array Formulas in $[officename] Calc"
+msgstr "Koristenje formula niza u $[officename] Calc"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152876\n"
+"285\n"
+"help.text"
+msgid "You can also create a \"normal\" formula in which the reference range, such as parameters, indicate an array formula. The result is obtained from the intersection of the reference range and the rows or columns in which the formula is found. If there is no intersection or if the range at the intersection covers several rows or columns, a #VALUE! error message appears. The following example illustrates this concept:"
+msgstr "Takodjer mozete kreirati i \"normalnu\" formulu za odredjeni rang, kako parametre, koji upucuju naformulu niza. Rezultat je dobijen iz presjeka odredjenog ranga i redova ili kolona u kojima je formula pronadjena. Ako nema presjeka ili ako rang na presjeku pokriva nekoliko redova i kolona #VALUE! poruka greske se pojavljuje. Sljedeci primjer pokazuje koncept:"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3151271\n"
+"313\n"
+"help.text"
+msgid "Creating Array Formulas"
+msgstr "Kreiranje formule niza"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3149102\n"
+"314\n"
+"help.text"
+msgid "If you create an array formula using the <emph>Function Wizard</emph>, you must mark the <emph>Array</emph> check box each time so that the results are returned in an array. Otherwise, only the value in the upper-left cell of the array being calculated is returned."
+msgstr "Ako kreirate formulu niza koristeci<emph>Čarobnjak za funkcije</emph>, morate oznaciti <emph>Matrica</emph> u kucici tako da je vraceni rezultat u obliku niza . Inace, samo ce vrijednosti u gornjoj-lijevoj celiji niza biti izracunate i vracene."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3153392\n"
+"4\n"
+"help.text"
+msgid "If you enter the array formula directly into the cell, you must use the key combination Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter instead of the Enter key. Only then does the formula become an array formula."
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3151120\n"
+"315\n"
+"help.text"
+msgid "Array formulas appear in braces in $[officename] Calc. You cannot create array formulas by manually entering the braces."
+msgstr "Formula niza se pojavljuje u zagradama (okrugle zagrade) u $[officename] Calc. Ne mozete kreirati formuluniza rucnim unosenjem zagrada."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154342\n"
+"5\n"
+"help.text"
+msgid "The cells in a results array are automatically protected against changes. However, you can edit or copy the array formula by selecting the entire array cell range."
+msgstr "Celije u rezultatu niza su automatski zasticene od promjena. Kakogod, mozete unijeti ili kopirati formulu niza oznacavanjem cijelog celijskog ranga niza."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id8834803\n"
+"help.text"
+msgid "Using Inline Array Constants in Formulas"
+msgstr "Koristenje konstanti linijskog niza u formuli."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id985747\n"
+"help.text"
+msgid "Calc supports inline matrix/array constants in formulas. An inline array is surrounded by curly braces '{' and '}'. Elements can be each a number (including negatives), a logical constant (TRUE, FALSE), or a literal string. Non-constant expressions are not allowed. Arrays can be entered with one or more rows, and one or more columns. All rows must consist of the same number of elements, all columns must consist of the same number of elements."
+msgstr "Calc supports inline matrix/array constants in formulae. An inline array is enclosed with braces (curly brackets) '{' and '}'. Elements can be each a number (including negatives), a logical constant (TRUE, FALSE), or a literal string. Non-constant expressions are not allowed. Arrays can be entered with one or more rows, and one or more columns. All rows must consist of the same number of elements, all columns must consist of the same number of elements."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id936613\n"
+"help.text"
+msgid "The column separator (separating elements in one row) and the row separator are language and locale dependent. But in this help content, the ';' semicolon and '|' pipe symbol are used to indicate the column and row separators, respectively. For example, in the English locale, the ',' comma is used as the column separator, while the ';' semicolon is used as the row separator."
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id1877498\n"
+"help.text"
+msgid "Arrays can not be nested."
+msgstr "Niz ne moze bitiugnijezden."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id4262520\n"
+"help.text"
+msgid "<emph>Examples:</emph>"
+msgstr "<emph>Examples</emph>:"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id9387493\n"
+"help.text"
+msgid "={1;2;3}"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id8207037\n"
+"help.text"
+msgid "An array with one row consisting of the three numbers 1, 2, and 3."
+msgstr "Niz od jednog reda sastoji se od brojeva 1, 2, i 3."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id6757103\n"
+"help.text"
+msgid "To enter this array constant, you select three cells in a row, then you type the formula <item type=\"input\">={1;2;3}</item> using the curly braces and the semicolons, then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Enter."
+msgstr "To enter this array constant, you select three cells in a row, then you type the formula <item type=\"input\">={1;2;3}</item> using braces (curly brackets) and semicolons, then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Enter."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id8868068\n"
+"help.text"
+msgid "={1;2;3|4;5;6}"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id6626483\n"
+"help.text"
+msgid "An array with two rows and three values in each row."
+msgstr "Niz sa 2 reda i 3 vrijednosti u svakom redu."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id5262916\n"
+"help.text"
+msgid "={0;1;2|FALSE;TRUE;\"two\"}"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id1623889\n"
+"help.text"
+msgid "A mixed data array."
+msgstr "Izmjesani podaci niza."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id7781914\n"
+"help.text"
+msgid "=SIN({1;2;3})"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id300912\n"
+"help.text"
+msgid "Entered as a matrix formula, delivers the result of three SIN calculations with the arguments 1, 2, and 3."
+msgstr "Uneseno kao formulamatrice, vraca rezultat tri SIN kalkulacije sa argumentima 1, 2, i 3."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3148660\n"
+"316\n"
+"help.text"
+msgid "Editing Array Formulas"
+msgstr "Uredjivanje formule niza"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3149241\n"
+"317\n"
+"help.text"
+msgid "Select the cell range or array containing the array formula. To select the whole array, position the cell cursor inside the array range, then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+/, where / is the Division key on the numeric keypad."
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3143274\n"
+"318\n"
+"help.text"
+msgid "Either press F2 or position the cursor in the input line. Both of these actions let you edit the formula."
+msgstr "Ili pritisnite F2 ili pozicionirajte kursor na ceilu unosa.Obje ove akcije ce vam omoguciti izmjenu formule."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154798\n"
+"319\n"
+"help.text"
+msgid "After you have made changes, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Enter."
+msgstr "Nakon unesenih promjena, pritisnite <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Enter."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3150628\n"
+"334\n"
+"help.text"
+msgid "You can format the separate parts of an array. For example, you can change the font color. Select a cell range and then change the attribute you want."
+msgstr "Mozete mjenjati odvojene dijelove niza. Na primjer,mozete mjenjati boju slova. Oznacite celijski rang i onda mjenjajte atribut koji zelite."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3145608\n"
+"320\n"
+"help.text"
+msgid "Copying Array Formulas"
+msgstr "Kopiranje formule niza"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3149585\n"
+"321\n"
+"help.text"
+msgid "Select the cell range or array containing the array formula."
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154619\n"
+"322\n"
+"help.text"
+msgid "Either press F2 or position the cursor in the input line."
+msgstr "Ili pritisnite F2 ili pozicionirajte kursor na celiju unosa."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3150994\n"
+"323\n"
+"help.text"
+msgid "Copy the formula into the input line by pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+C."
+msgstr "Kopiranje formule u liniju unosa vrsi se unosom <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+C."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3146787\n"
+"324\n"
+"help.text"
+msgid "Select a range of cells where you want to insert the array formula and either press F2 or position the cursor in the input line."
+msgstr "Oznacite celiju gdje zelite unijeti formu i zatim pritisnite F2 ili pozicionirajte kursor na liniju unosa."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154419\n"
+"325\n"
+"help.text"
+msgid "Paste the formula by pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V in the selected space and confirm it by pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Enter. The selected range now contains the array formula."
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3154834\n"
+"328\n"
+"help.text"
+msgid "Adjusting an Array Range"
+msgstr "Prilagodjavanje ranga niza"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3148679\n"
+"329\n"
+"help.text"
+msgid "If you want to edit the output array, do the following:"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3151102\n"
+"330\n"
+"help.text"
+msgid "Select the cell range or array containing the array formula."
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3147096\n"
+"331\n"
+"help.text"
+msgid "Below the selection, to the right, you will see a small icon with which you can zoom in or out on the range using your mouse."
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3150974\n"
+"332\n"
+"help.text"
+msgid "When you adjust the array range, the array formula will not automatically be adjusted. You are only changing the range in which the result will appear."
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3146080\n"
+"333\n"
+"help.text"
+msgid "By holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, you can create a copy of the array formula in the given range."
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10D47\n"
+"help.text"
+msgid "Conditional Array Calculations"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10D4B\n"
+"help.text"
+msgid "A conditional array calculation is an array or matrix formula that includes an IF() or CHOOSE() function. The condition argument in the formula is an area reference or a matrix result."
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10D4E\n"
+"help.text"
+msgid "In the following example, the >0 test of the {=IF(A1:A3>0;\"yes\";\"no\")} formula is applied to each cell in the range A1:A3 and the result is copied to the corresponding cell."
+msgstr "U sljedecem primjeru,>0 test {=IF(A1:A3>0; \"yes\"; \"no\")} je primjenjena na svaku celiku u rangu A1:A3 i rezultat je kopiran u odgovarajucu celiju."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10D65\n"
+"help.text"
+msgid "A"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10D6B\n"
+"help.text"
+msgid "B (formula)"
+msgstr ""
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10B75\n"
+"help.text"
+msgid "B (result)"
+msgstr "C (rezultat)"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10D79\n"
+"help.text"
+msgid "1"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10D80\n"
+"help.text"
+msgid "1"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10D86\n"
+"help.text"
+msgid "{=IF(A1:A3>0;\"yes\";\"no\")}"
+msgstr "{=IF(A1:A3>0; \"yes\"; \"no\")}"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10D8C\n"
+"help.text"
+msgid "yes"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10D94\n"
+"help.text"
+msgid "2"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10D9B\n"
+"help.text"
+msgid "0"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10DA1\n"
+"help.text"
+msgid "{=IF(A1:A3>0;\"yes\";\"no\")}"
+msgstr "{=IF(A1:A3>0; \"yes\"; \"no\")}"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10DA7\n"
+"help.text"
+msgid "no"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10DAF\n"
+"help.text"
+msgid "3"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10DB6\n"
+"help.text"
+msgid "1"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10DBC\n"
+"help.text"
+msgid "{=IF(A1:A3>0;\"yes\";\"no\")}"
+msgstr "{=IF(A1:A3>0; \"yes\"; \"no\")}"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10DC2\n"
+"help.text"
+msgid "yes"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10DD0\n"
+"help.text"
+msgid "The following functions provide forced array handling: CORREL, COVAR, FORECAST, FTEST, INTERCEPT, MDETERM, MINVERSE, MMULT, MODE, PEARSON, PROB, RSQ, SLOPE, STEYX, SUMPRODUCT, SUMX2MY2, SUMX2PY2, SUMXMY2, TTEST. If you use area references as arguments when you call one of these functions, the functions behave as array functions. The following table provides an example of forced array handling:"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10DE2\n"
+"help.text"
+msgid "A"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10DE8\n"
+"help.text"
+msgid "B (formula)"
+msgstr ""
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10DEE\n"
+"help.text"
+msgid "B (result)"
+msgstr "C (rezultat)"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10DF4\n"
+"help.text"
+msgid "C (forced array formula)"
+msgstr "C (izforsirana formula niza)"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10DFA\n"
+"help.text"
+msgid "C (result)"
+msgstr "C (rezultat)"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E02\n"
+"help.text"
+msgid "1"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E09\n"
+"help.text"
+msgid "1"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E0F\n"
+"help.text"
+msgid "=A1:A2+1"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E17\n"
+"help.text"
+msgid "2"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E1D\n"
+"help.text"
+msgid "=SUMPRODUCT(A1:A2+1)"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E25\n"
+"help.text"
+msgid "5"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E2D\n"
+"help.text"
+msgid "2"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E34\n"
+"help.text"
+msgid "2"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E3A\n"
+"help.text"
+msgid "=A1:A2+1"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E42\n"
+"help.text"
+msgid "3"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E48\n"
+"help.text"
+msgid "=SUMPRODUCT(A1:A2+1)"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E50\n"
+"help.text"
+msgid "5"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E58\n"
+"help.text"
+msgid "3"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E63\n"
+"help.text"
+msgid "=A1:A2+1"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E6A\n"
+"help.text"
+msgid "#VALUE!"
+msgstr "#VALUE!"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E70\n"
+"help.text"
+msgid "=SUMPRODUCT(A1:A2+1)"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E78\n"
+"help.text"
+msgid "5"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3158446\n"
+"help.text"
+msgid "<bookmark_value>MUNIT function</bookmark_value>"
+msgstr "<bookmark_value>MUNIT funkcija</bookmark_value>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3158446\n"
+"12\n"
+"help.text"
+msgid "MUNIT"
+msgstr "MUNIT"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154121\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_EINHEITSMATRIX\">Returns the unitary square array of a certain size.</ahelp> The unitary array is a square array where the main diagonal elements equal 1 and all other array elements are equal to 0."
+msgstr "<ahelp hid=\"HID_FUNC_EINHEITSMATRIX\">Vrača unitarni kvadratni niz određene veličine.</ahelp> Unitarni niz je kvadratni niz gdje je glavna dijagonala elemenata jednaka 1 i svi ostali članovi niza su jednaki 0."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3155123\n"
+"14\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3156271\n"
+"15\n"
+"help.text"
+msgid "MUNIT(Dimensions)"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3159390\n"
+"16\n"
+"help.text"
+msgid "<emph>Dimensions</emph> refers to the size of the array unit."
+msgstr "<emph>Dimenzije</emph> referira veličini jedinice niza."
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10C9B\n"
+"help.text"
+msgid "You can find a general introduction to Array functions at the top of this page."
+msgstr "Možete pronaći generalni uvod u Array funkcije na vrhu ove stranice."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3156162\n"
+"17\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3150949\n"
+"18\n"
+"help.text"
+msgid "Select a square range within the spreadsheet, for example, from A1 to E5."
+msgstr "Izaberi kvadratni niz unutar spreadsheet-a, za primjer, od A1 do A5."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3151260\n"
+"19\n"
+"help.text"
+msgid "Without deselecting the range, select the MUNIT function. Mark the <emph>Array</emph> check box. Enter the desired dimensions for the array unit, in this case <item type=\"input\">5</item>, and click <emph>OK</emph>."
+msgstr "Bez deselektiranja niza, izaberi MUNIT funkciju. Označi <emph>Matrica</emph> kvadratič. Unesi željene dimenzije za jedinicu niza, u ovom slučaju <item type=\"input\">5</item> i pritisni <emph>UREDU</emph>."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3150403\n"
+"20\n"
+"help.text"
+msgid "You can also enter the <item type=\"input\">=Munit(5)</item> formula in the last cell of the selected range (E5), and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Shift+Command+Enter</caseinline><defaultinline>Shift+Ctrl+Enter</defaultinline></switchinline>."
+msgstr "Možete također unijeti <item type=\"input\">=Munit(5)</item> formulu u posljednju čeliju izabranog niza (E5), i pritisnuti <switchinline select=\"sys\"><caseinline select=\"MAC\">Shift+Command+Enter</caseinline><defaultinline>Shift+Ctrl+Enter</defaultinline></switchinline>."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3156143\n"
+"21\n"
+"help.text"
+msgid "You now see a unit array with a range of A1:E5."
+msgstr "Možete vidjeti jedinični niz u rasponu od A1:A5."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10FA7\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3159084\n"
+"help.text"
+msgid "<bookmark_value>FREQUENCY function</bookmark_value>"
+msgstr "<bookmark_value>FREQUENCY funkcija</bookmark_value>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3159084\n"
+"22\n"
+"help.text"
+msgid "FREQUENCY"
+msgstr "FREQUENCY"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3145777\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_HAEUFIGKEIT\">Indicates the frequency distribution in a one-column-array.</ahelp> The function counts the number of values in the Data array that are within the values given by the Classes array."
+msgstr "<ahelp hid=\"HID_FUNC_HAEUFIGKEIT\">Indicira frekevnciju distribucije jednokolonskog niza.</ahelp> Funkcija prebrojava broj vrijednosti u Data nizu koji su u granicama vrijednosti Calsses niza."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3153347\n"
+"24\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3155498\n"
+"25\n"
+"help.text"
+msgid "FREQUENCY(Data; Classes)"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154352\n"
+"26\n"
+"help.text"
+msgid "<emph>Data</emph> represents the reference to the values to be counted."
+msgstr "<emph>Podaci</emph> je niz koji predstavlja referencu vrijednostim koje se prebrojavaju."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3148402\n"
+"27\n"
+"help.text"
+msgid "<emph>Classes</emph> represents the array of the limit values."
+msgstr "<emph>Classes</emph> je niz sa krajnjim vrijednostima."
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10D71\n"
+"help.text"
+msgid "You can find a general introduction to Array functions at the top of this page."
+msgstr "Možete pronaći generalni uvod u Array funkcije na vrhu ove stranice."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3148981\n"
+"28\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3155904\n"
+"219\n"
+"help.text"
+msgid "In the following table, column A lists unsorted measurement values. Column B contains the upper limit you entered for the classes into which you want to divide the data in column A. According to the limit entered in B1, the FREQUENCY function returns the number of measured values less than or equal to 5. As the limit in B2 is 10, the FREQUENCY function returns the second result as the number of measured values that are greater than 5 and less than or equal to 10. The text you entered in B6, \">25\", is only for reference purposes."
+msgstr "U idučoj tabeli, kolona A izlistava nesortirane mjerne vrijednosti. Kolona B sadrži gornje granice koje ste unijeli iz klasa u koje želite da dijelite podatke u koloni A. Prema granici unesenoj u B1, FREQUENCY funkcija vrača vrijednost broja mjernih vrijednosti koje su manje ili jednake 5. Budući da je granica u B2 10, FREQUENCY funkcija vrača drugi rezultat kao broj mjernih vrijednosti koje su veče od 5 i manje ili jednake 10. Tekst koji ste unijeli u B6, \">25\", je samo za referentne svrhe."
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3155869\n"
+"220\n"
+"help.text"
+msgid "<emph>A</emph>"
+msgstr "Primjer:"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3149328\n"
+"221\n"
+"help.text"
+msgid "<emph>B</emph>"
+msgstr "Primjer:"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152467\n"
+"222\n"
+"help.text"
+msgid "<emph>C</emph>"
+msgstr "Primjer:"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154528\n"
+"223\n"
+"help.text"
+msgid "<emph>1</emph>"
+msgstr "Primjer:"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3149744\n"
+"224\n"
+"help.text"
+msgid "12"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3147309\n"
+"225\n"
+"help.text"
+msgid "5"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154199\n"
+"226\n"
+"help.text"
+msgid "1"
+msgstr ""
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3159218\n"
+"227\n"
+"help.text"
+msgid "<emph>2</emph>"
+msgstr "Primjer:"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3153263\n"
+"228\n"
+"help.text"
+msgid "8"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3156201\n"
+"229\n"
+"help.text"
+msgid "10"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3147552\n"
+"230\n"
+"help.text"
+msgid "3"
+msgstr ""
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3149174\n"
+"231\n"
+"help.text"
+msgid "<emph>3</emph>"
+msgstr "Primjer:"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3151201\n"
+"232\n"
+"help.text"
+msgid "24"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3150245\n"
+"233\n"
+"help.text"
+msgid "15"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3159194\n"
+"234\n"
+"help.text"
+msgid "2"
+msgstr ""
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3146925\n"
+"235\n"
+"help.text"
+msgid "<emph>4</emph>"
+msgstr "Primjer:"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154128\n"
+"236\n"
+"help.text"
+msgid "11"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3151067\n"
+"237\n"
+"help.text"
+msgid "20"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3156033\n"
+"238\n"
+"help.text"
+msgid "3"
+msgstr ""
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3149298\n"
+"239\n"
+"help.text"
+msgid "<emph>5</emph>"
+msgstr "Primjer:"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3151382\n"
+"240\n"
+"help.text"
+msgid "5"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3155141\n"
+"241\n"
+"help.text"
+msgid "25"
+msgstr "25"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3145213\n"
+"242\n"
+"help.text"
+msgid "1"
+msgstr ""
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3145268\n"
+"243\n"
+"help.text"
+msgid "<emph>6</emph>"
+msgstr "Primjer:"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163724\n"
+"244\n"
+"help.text"
+msgid "20"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3147132\n"
+"245\n"
+"help.text"
+msgid ">25"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3148903\n"
+"246\n"
+"help.text"
+msgid "1"
+msgstr ""
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3151007\n"
+"247\n"
+"help.text"
+msgid "<emph>7</emph>"
+msgstr "Primjer:"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3153294\n"
+"248\n"
+"help.text"
+msgid "16"
+msgstr ""
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3147284\n"
+"249\n"
+"help.text"
+msgid "<emph>8</emph>"
+msgstr "Primjer:"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154914\n"
+"250\n"
+"help.text"
+msgid "9"
+msgstr ""
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154218\n"
+"251\n"
+"help.text"
+msgid "<emph>9</emph>"
+msgstr "Primjer:"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3147226\n"
+"252\n"
+"help.text"
+msgid "7"
+msgstr ""
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3149045\n"
+"253\n"
+"help.text"
+msgid "<emph>10</emph>"
+msgstr "Primjer:"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3155799\n"
+"254\n"
+"help.text"
+msgid "16"
+msgstr ""
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3155076\n"
+"255\n"
+"help.text"
+msgid "<emph>11</emph>"
+msgstr "Primjer:"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3150217\n"
+"256\n"
+"help.text"
+msgid "33"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3150312\n"
+"29\n"
+"help.text"
+msgid "Select a single column range in which to enter the frequency according to the class limits. You must select one field more than the class ceiling. In this example, select the range C1:C6. Call up the FREQUENCY function in the <emph>Function Wizard</emph>. Select the <emph>Data</emph> range in (A1:A11), and then the <emph>Classes</emph> range in which you entered the class limits (B1:B6). Select the <emph>Array</emph> check box and click <emph>OK</emph>. You will see the frequency count in the range C1:C6."
+msgstr "Izaberite jednu kolonu u rasponu u kojeg će te unijeti frekvenciju shodnu klasnim ograničenjima. Morate izabrati jedno polje veće ili manje od klasnog plafona. U ovom primjeru, izaberite raspon C1:C6. Pozovite FREQUENCY funkciju u <emph>Čarobnjak za funkcije</emph>. Izaberite <emph>Podaci</emph> niz u (A1:A11) i potom <emph>Classes</emph> raspon u kojem ste unjeli klasna ograničenja (B1:B6). Izaberite <emph>Matrica</emph> check box and kliknite <emph>UREDU</emph>. Vidjet će te frekvencijski prebroj u nizu C1:C6."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11269\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3151030\n"
+"help.text"
+msgid "<bookmark_value>MDETERM function</bookmark_value><bookmark_value>determinants</bookmark_value>"
+msgstr "<bookmark_value>MDETERM funkcija</bookmark_value><bookmark_value>determinants</bookmark_value>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3151030\n"
+"31\n"
+"help.text"
+msgid "MDETERM"
+msgstr "MDETERM"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154073\n"
+"32\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_MDET\">Returns the array determinant of an array.</ahelp> This function returns a value in the current cell; it is not necessary to define a range for the results."
+msgstr "<ahelp hid=\"HID_FUNC_MDET\">Vraća determinantu niza.</ahelp> Ova funkcija vraća vrijednost u trenutnoj čeliji; nije potrebno da definišete raspon za rezultat."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3156366\n"
+"33\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3156380\n"
+"34\n"
+"help.text"
+msgid "MDETERM(Array)"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3150290\n"
+"35\n"
+"help.text"
+msgid "<emph>Array</emph> represents a square array in which the determinants are defined."
+msgstr "<emph>Matrica</emph> je kvadratni niz u kojem su determinante definisane."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11035\n"
+"help.text"
+msgid "You can find a general introduction to using Array functions on top of this page."
+msgstr "Možete pronaći generalni uvod u Array funkcije na vrhu ove stranice."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11333\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3151348\n"
+"help.text"
+msgid "<bookmark_value>MINVERSE function</bookmark_value><bookmark_value>inverse arrays</bookmark_value>"
+msgstr "<bookmark_value>MINVERSE funkcija</bookmark_value><bookmark_value>inverzni nizovi</bookmark_value>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3151348\n"
+"39\n"
+"help.text"
+msgid "MINVERSE"
+msgstr "MINVERSE"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3145569\n"
+"40\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_MINV\">Returns the inverse array.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_MINV\">Vraća inverzni niz.</ahelp>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3156072\n"
+"41\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3156085\n"
+"42\n"
+"help.text"
+msgid "MINVERSE(Array)"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3157849\n"
+"43\n"
+"help.text"
+msgid "<emph>Array</emph> represents a square array that is to be inverted."
+msgstr "<emph>Matrica</emph> kvadratni niz koji će biti invertovan."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN113EE\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3157868\n"
+"44\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3149638\n"
+"45\n"
+"help.text"
+msgid "Select a square range and select MINVERSE. Select the output array, select the <emph>Array</emph> field and click <emph>OK</emph>."
+msgstr "Izaberite kvadratni raspone i izaberite MINVERSE. Izaberite izlazni niz, izaberite <emph>Matrica</emph> polje i kliknite <emph>UREDU</emph>."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3148546\n"
+"help.text"
+msgid "<bookmark_value>MMULT function</bookmark_value>"
+msgstr "<bookmark_value>MMULT funkcija</bookmark_value>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3148546\n"
+"47\n"
+"help.text"
+msgid "MMULT"
+msgstr "MMULT"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3148518\n"
+"48\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_MMULT\">Calculates the array product of two arrays.</ahelp> The number of columns for array 1 must match the number of rows for array 2. The square array has an equal number of rows and columns."
+msgstr "<ahelp hid=\"HID_FUNC_MMULT\">Kalkuliše niz kao produkt dva niza.</ahelp> Broj kolona za niz 1 mora da odgovara broju redova niza 2. Kvadratni niz ima jednak broj kolona i redova."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3146767\n"
+"49\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3150798\n"
+"50\n"
+"help.text"
+msgid "MMULT(Array; Array)"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3150812\n"
+"51\n"
+"help.text"
+msgid "<emph>Array</emph> at first place represents the first array used in the array product."
+msgstr "<emph>Matrica</emph> kao prvi parametar predstavlja prvi niz u proizvodu nizova."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152553\n"
+"52\n"
+"help.text"
+msgid "<emph>Array</emph> at second place represents the second array with the same number of rows."
+msgstr "<emph>Matrica</emph> kao drugi parametar predstavlja drugi niz sa jednakim brojem redova."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN114C3\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3152574\n"
+"53\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3146826\n"
+"54\n"
+"help.text"
+msgid "Select a square range. Choose the MMULT function. Select the first <emph>Array</emph>, then select the second <emph>Array</emph>. Using <emph>Function Wizard</emph>, mark the <emph>Array</emph> check box. Click <emph>OK</emph>. The output array will appear in the first selected range."
+msgstr "Izaberite kvadratni raspon. Iaberite MMULT funkciju. Izaberite prvi <emph>Matrica</emph>, potom izaberite drugi <emph>Matrica</emph>. Koristeći <emph>Čarobnjak za funkcije</emph>, označite <emph>Matrica</emph> kvadrat. Pritisnite <emph>UREDU</emph>. Izlazni niz će biti predstavljen u prvom izabranom rasponu."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3154970\n"
+"help.text"
+msgid "<bookmark_value>TRANSPOSE function</bookmark_value>"
+msgstr "<bookmark_value>TRANSPOSE funkcija</bookmark_value>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3154970\n"
+"56\n"
+"help.text"
+msgid "TRANSPOSE"
+msgstr "TRANSPOSE"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3155276\n"
+"57\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_MTRANS\">Transposes the rows and columns of an array.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_MTRANS\">Transponira redove i kolone niza.</ahelp>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3155294\n"
+"58\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3153843\n"
+"59\n"
+"help.text"
+msgid "TRANSPOSE(Array)"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3153857\n"
+"60\n"
+"help.text"
+msgid "<emph>Array</emph> represents the array in the spreadsheet that is to be transposed."
+msgstr "<emph>Matrica</emph> predstavlja niz u spreadsheet-u koji će biti transponovan."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN115A5\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3159352\n"
+"61\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3159366\n"
+"62\n"
+"help.text"
+msgid "In the spreadsheet, select the range in which the transposed array can appear. If the original array has n rows and m columns, your selected range must have at least m rows and n columns. Then enter the formula directly, select the original array and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Shift+Command+Enter</caseinline><defaultinline>Shift+Ctrl+Enter</defaultinline></switchinline>. Or, if you are using the <emph>Function Wizard</emph>, mark the <emph>Array</emph> check box. The transposed array appears in the selected target range and is protected automatically against changes."
+msgstr "U spreadsheet-u, izaberite raspon u kojem će biti predstavljen transponiran niz. Ako originalni niz ima n redova i m kolona, vaš izabrani raspon mora biti najmanje m redova i n kolona. Da unesete formulu direktno, izaberite originalni niz i pritisnite<switchinline select=\"sys\"><caseinline select=\"MAC\">Shift+Command+Enter</caseinline><defaultinline>Shift+Ctrl+Enter</defaultinline></switchinline>. Ili, ako koristite <emph>Čarobnjak za funkcije</emph>, označite <emph>Matrica</emph> kvadratič. Transponovani niz se pojavljuje u izabranom ciljnom rasponu i zastićen je automatski od promjena."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3109846\n"
+"help.text"
+msgid "<bookmark_value>LINEST function</bookmark_value>"
+msgstr "<bookmark_value>LINEST funkcija</bookmark_value>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3109846\n"
+"64\n"
+"help.text"
+msgid "LINEST"
+msgstr "LINEST"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144733\n"
+"65\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_RGP\">Returns a table of statistics for a straight line that best fits a data set.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_RGP\">Vraća tabelu statistike za pravu liniju koja najbolje odgovara podacima.</ahelp>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3152825\n"
+"66\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152839\n"
+"67\n"
+"help.text"
+msgid "LINEST(data_Y; data_X; linearType; stats)"
+msgstr "LINEST(Data_Y; Data_X; Linear_type; Stats)"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152853\n"
+"68\n"
+"help.text"
+msgid "<emph>data_Y</emph> is a single row or column range specifying the y coordinates in a set of data points."
+msgstr "<emph>podaci_Y</emph> jedan red ili kolona koja specificira y koordinate za skup tačaka podataka."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154428\n"
+"69\n"
+"help.text"
+msgid "<emph>data_X</emph> is a corresponding single row or column range specifying the x coordinates. If <emph>data_X</emph> is omitted it defaults to <item type=\"literal\">1, 2, 3, ..., n</item>. If there is more than one set of variables <emph>data_X</emph> may be a range with corresponding multiple rows or columns."
+msgstr "<emph>podaci_x</emph> je korespondirajuči red ili kolonski raspon koji specificira x koordinate. Ako <emph>podaci_x</emph> nije prisutan, default vrijednost je <item type=\"literal\">1, 2, 3, ..., n</item>. Ako postoji više od jednog skupa podataka, <emph>podaci_x</emph> može imati raspon koji odgovara više redova ili kolona."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id0811200804502119\n"
+"help.text"
+msgid "LINEST finds a straight line <item type=\"literal\">y = a + bx</item> that best fits the data, using linear regression (the \"least squares\" method). With more than one set of variables the straight line is of the form <item type=\"literal\">y = a + b1x1 + b2x2 ... + bnxn</item>."
+msgstr "LINEST pronalazi pravu <item type=\"literal\">y = a + bx</item> koja najbolje odgovara podacima, koristeči linearnu regresiju (the \"least squares\" metoda). Sa više od jednog skupa promjenljivih, prava je oblika <item type=\"literal\">y = a + b1*x1 + b2*x2 ... + bn*xn</item>."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154448\n"
+"70\n"
+"help.text"
+msgid "if<emph>linearType</emph> is FALSE the straight line found is forced to pass through the origin (the constant a is zero; y = bx). If omitted, <emph>linearType</emph> defaults to TRUE (the line is not forced through the origin)."
+msgstr "ako <emph>Linear_type</emph> je FALSE, prava je primorana da prolazi kroz početak (konstanta je nula; y = b*x). Ako nije prisutan, <emph>Linear_type</emph> ima vrijednost TRUE (linija nije primorana da prolazi kroz početak)."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154142\n"
+"71\n"
+"help.text"
+msgid "if<emph>stats</emph> is omitted or FALSE only the top line of the statistics table is returned. If TRUE the entire table is returned."
+msgstr "ako <emph>statistika</emph> nije prisutan ili FALSE samo gornja linija statističke tabele se vrača. Ako je TRUE, cijela tabela je vračena."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id0811200804502261\n"
+"help.text"
+msgid "LINEST returns a table (array) of statistics as below and must be entered as an array formula (for example by using <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Return rather than just Return)."
+msgstr "LINEST vraća tabelu (niz) statistika kao dole i mora biti unesena kao formula niza (npr. koristeći <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Return nego samo Return)."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11416\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN116C6\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3154162\n"
+"72\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154176\n"
+"73\n"
+"help.text"
+msgid "This function returns an array and is handled in the same way as the other array functions. Select a range for the answers and then the function. Select <emph>data_Y</emph>. If you want, you can enter other parameters. Select <emph>Array</emph> and click <emph>OK</emph>."
+msgstr "Ova funkcija vraća niz i upravlja se istim načinom kao i ostele array funkcije. Izaberi <emph>podaci_Y</emph>. Ako želiš, možeš unijeti druge parametre. Izaberi <emph>Matrica</emph> and klikni <emph>UREDU</emph>."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3155468\n"
+"74\n"
+"help.text"
+msgid "The results returned by the system (if <emph>stats</emph> = 0), will at least show the slope of the regression line and its intersection with the Y axis. If <emph>stats</emph> does not equal 0, other results are to be displayed."
+msgstr "Rezultat sistema (ako <emph>statistika</emph> = 0), će ako ništa prikazati nagib regresijske linije i njenu intersekciju sa Y osom. Ako <emph>statistika</emph> nije jednak 0, drugi rezultati će biti prikazani."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3155491\n"
+"75\n"
+"help.text"
+msgid "Other LINEST Results:"
+msgstr "Drugi LINEST rezultati:"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3159291\n"
+"76\n"
+"help.text"
+msgid "Examine the following examples:"
+msgstr "Pregledajte iduće primjere:"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3157922\n"
+"77\n"
+"help.text"
+msgid "A"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3157945\n"
+"78\n"
+"help.text"
+msgid "B"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152486\n"
+"79\n"
+"help.text"
+msgid "C"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152509\n"
+"80\n"
+"help.text"
+msgid "D"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152532\n"
+"81\n"
+"help.text"
+msgid "E"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3153431\n"
+"82\n"
+"help.text"
+msgid "F"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3153454\n"
+"83\n"
+"help.text"
+msgid "G"
+msgstr ""
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154995\n"
+"84\n"
+"help.text"
+msgid "<emph>1</emph>"
+msgstr "Primjer:"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3155021\n"
+"85\n"
+"help.text"
+msgid "<item type=\"input\">x1</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3155044\n"
+"86\n"
+"help.text"
+msgid "<item type=\"input\">x2</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163734\n"
+"87\n"
+"help.text"
+msgid "<item type=\"input\">y</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163766\n"
+"88\n"
+"help.text"
+msgid "<item type=\"input\">LIN</item><item type=\"input\">EST value</item>"
+msgstr ""
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3145686\n"
+"89\n"
+"help.text"
+msgid "<emph>2</emph>"
+msgstr "Primjer:"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3145713\n"
+"90\n"
+"help.text"
+msgid "<item type=\"input\">4</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3145736\n"
+"91\n"
+"help.text"
+msgid "<item type=\"input\">7</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3159427\n"
+"92\n"
+"help.text"
+msgid "<item type=\"input\">100</item>"
+msgstr "<item type=\"input\">-10000</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3159460\n"
+"93\n"
+"help.text"
+msgid "<item type=\"input\">4,17</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3159483\n"
+"94\n"
+"help.text"
+msgid "-<item type=\"input\">3,48</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152381\n"
+"95\n"
+"help.text"
+msgid "<item type=\"input\">82,33</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152408\n"
+"96\n"
+"help.text"
+msgid "<emph>3</emph>"
+msgstr "Primjer:"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152435\n"
+"97\n"
+"help.text"
+msgid "<item type=\"input\">5</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152458\n"
+"98\n"
+"help.text"
+msgid "<item type=\"input\">9</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3155652\n"
+"99\n"
+"help.text"
+msgid "<item type=\"input\">105</item>"
+msgstr "<item type=\"input\">-10000</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3155684\n"
+"100\n"
+"help.text"
+msgid "<item type=\"input\">5,46</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3155707\n"
+"101\n"
+"help.text"
+msgid "<item type=\"input\">10,96</item>"
+msgstr "<item type=\"input\">-10000</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3155730\n"
+"102\n"
+"help.text"
+msgid "<item type=\"input\">9,35</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3159506\n"
+"103\n"
+"help.text"
+msgid "<emph>4</emph>"
+msgstr "Primjer:"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3159533\n"
+"104\n"
+"help.text"
+msgid "<item type=\"input\">6</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3159556\n"
+"105\n"
+"help.text"
+msgid "<item type=\"input\">11</item>"
+msgstr "<item type=\"input\">-10000</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3159579\n"
+"106\n"
+"help.text"
+msgid "<item type=\"input\">104</item>"
+msgstr "<item type=\"input\">-10000</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3159611\n"
+"107\n"
+"help.text"
+msgid "<item type=\"input\">0,87</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152606\n"
+"108\n"
+"help.text"
+msgid "<item type=\"input\">5,06</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152629\n"
+"109\n"
+"help.text"
+msgid "<item type=\"input\">#NA</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152655\n"
+"110\n"
+"help.text"
+msgid "<emph>5</emph>"
+msgstr "Primjer:"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152682\n"
+"111\n"
+"help.text"
+msgid "<item type=\"input\">7</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152705\n"
+"112\n"
+"help.text"
+msgid "<item type=\"input\">12</item>"
+msgstr "<item type=\"input\">-10000</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152728\n"
+"113\n"
+"help.text"
+msgid "<item type=\"input\">108</item>"
+msgstr "<item type=\"input\">-10000</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144352\n"
+"114\n"
+"help.text"
+msgid "<item type=\"input\">13,21</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144375\n"
+"115\n"
+"help.text"
+msgid "<item type=\"input\">4</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144398\n"
+"116\n"
+"help.text"
+msgid "<item type=\"input\">#NA</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144425\n"
+"117\n"
+"help.text"
+msgid "<emph>6</emph>"
+msgstr "Primjer:"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144452\n"
+"118\n"
+"help.text"
+msgid "<item type=\"input\">8</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144475\n"
+"119\n"
+"help.text"
+msgid "<item type=\"input\">15</item>"
+msgstr "<item type=\"input\">-10000</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144498\n"
+"120\n"
+"help.text"
+msgid "<item type=\"input\">111</item>"
+msgstr "<item type=\"input\">-10000</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158233\n"
+"121\n"
+"help.text"
+msgid "<item type=\"input\">675,45</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158256\n"
+"122\n"
+"help.text"
+msgid "<item type=\"input\">102,26</item>"
+msgstr "<item type=\"input\">-10000</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158279\n"
+"123\n"
+"help.text"
+msgid "<item type=\"input\">#NA</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158306\n"
+"124\n"
+"help.text"
+msgid "<emph>7</emph>"
+msgstr "Primjer:"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158333\n"
+"125\n"
+"help.text"
+msgid "<item type=\"input\">9</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158356\n"
+"126\n"
+"help.text"
+msgid "<item type=\"input\">17</item>"
+msgstr "<item type=\"input\">-10000</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158379\n"
+"127\n"
+"help.text"
+msgid "<item type=\"input\">120</item>"
+msgstr "<item type=\"input\">-10000</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144560\n"
+"128\n"
+"help.text"
+msgid "<emph>8</emph>"
+msgstr "Primjer:"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144586\n"
+"129\n"
+"help.text"
+msgid "<item type=\"input\">10</item>"
+msgstr "<item type=\"input\">-10000</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144609\n"
+"130\n"
+"help.text"
+msgid "<item type=\"input\">19</item>"
+msgstr "<item type=\"input\">-10000</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144632\n"
+"131\n"
+"help.text"
+msgid "<item type=\"input\">133</item>"
+msgstr "<item type=\"input\">-10000</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144687\n"
+"132\n"
+"help.text"
+msgid "Column A contains several X1 values, column B several X2 values and column C the Y values. You have already entered these values in your spreadsheet. You have now set up E2:G6 in the spreadsheet and activated the <emph>Function Wizard</emph>. For the LINEST function to work, you must have marked the <emph>Array</emph> check box in the <emph>Function Wizard</emph>. Next, select the following values in the spreadsheet (or enter them using the keyboard):"
+msgstr "Kolona A sadrži nekoliko X1 vrijednosti, kolona B nekoliko X2 vrijednosti i kolona C nekoliko Y vrijednosti. Vi ste već unijeli ove vrijednosti u vaš spreadsheet. Sada se postavili E2:G6 u spreadsheet-u i aktivirali <emph>Čarobnjak za funkcije</emph>. Za LINEST funkciju da radi, morate obilježiti <emph>Matrica</emph> kvadratič u <emph>Čarobnjak za funkcije</emph>. Slijedeće, izaberite iduće vrijednosti u spreadsheet-u (ili ih unesite pomoću tastature):"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158020\n"
+"133\n"
+"help.text"
+msgid "<emph>data_Y</emph> is C2:C8"
+msgstr "<emph>podaci_Y</emph> je C2:C8"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158039\n"
+"134\n"
+"help.text"
+msgid "<emph>data_X</emph> is A2:B8"
+msgstr "<emph>podaci_x</emph> je A2:B8"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158058\n"
+"135\n"
+"help.text"
+msgid "<emph>linearType</emph> and <emph>stats</emph> are both set to 1."
+msgstr "<emph>Linear_type</emph> i <emph>statistika</emph> su oboje postavljeni na 1."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158084\n"
+"136\n"
+"help.text"
+msgid "As soon as you click <emph>OK</emph>, $[officename] Calc will fill the above example with the LINEST values as shown in the example."
+msgstr "Čim pritisnete <emph>UREDU</emph>, $[officename] Calc će pronaći gore navedeni primjer sa LINEST vrijednostima kao što su prikazane u primjeru."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158106\n"
+"137\n"
+"help.text"
+msgid "The formula in the <emph>Formula</emph> Bar corresponds to each cell of the LINEST array <item type=\"input\">{=LINEST(C2:C8;A2:B8;1;1)}</item>"
+msgstr "Formula u <emph>Formula</emph> bar-u korespondira svakoj čeliji LINEST niza <item type=\"input\">{=LINEST(C2:C8;A2:B8;1;1)}</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158128\n"
+"138\n"
+"help.text"
+msgid "<emph>This represents the calculated LINEST values:</emph>"
+msgstr "<emph>Reprezentira kalkulisane LINEST vrijednosti</emph>:"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3158146\n"
+"help.text"
+msgid "<bookmark_value>slopes, see also regression lines</bookmark_value><bookmark_value>regression lines;LINEST function</bookmark_value>"
+msgstr "<bookmark_value>nagibi, pogledajte također regresijske linije</bookmark_value><bookmark_value>regresijske linije;LINEST funckija</bookmark_value>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158146\n"
+"139\n"
+"help.text"
+msgid "E2 and F2: Slope m of the regression line y=b+m*x for the x1 and x2 values. The values are given in reverse order; that is, the slope for x2 in E2 and the slope for x1 in F2."
+msgstr "E2 and F2: Nagib <emph>m</emph> regresijske linije y = b + m*x za x1 i x2 vrijednosti. Ove vrijednosti su date obrnutim redosljedom; tj., nagib za x2 u E2 i nagib x1 u F2."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158184\n"
+"140\n"
+"help.text"
+msgid "G2: Intersection b with the y axis."
+msgstr "G2: Intersekcija b sa y osom."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3158204\n"
+"help.text"
+msgid "<bookmark_value>standard errors;array functions</bookmark_value>"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158204\n"
+"141\n"
+"help.text"
+msgid "E3 and F3: The standard error of the slope value."
+msgstr "E3 i F3: Standardna greška vrijednosti nagiba."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3145845\n"
+"142\n"
+"help.text"
+msgid "G3: The standard error of the intercept"
+msgstr "G3: Standardna greška intercept-a"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3145859\n"
+"help.text"
+msgid "<bookmark_value>RSQ calculations</bookmark_value>"
+msgstr "<bookmark_value>RSQ kalkulacije</bookmark_value>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3145859\n"
+"143\n"
+"help.text"
+msgid "E4: RSQ"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3145880\n"
+"144\n"
+"help.text"
+msgid "F4: The standard error of the regression calculated for the Y value."
+msgstr "F4: Standardna grešla regresije kalkulisana za Y vrijednost."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3145894\n"
+"145\n"
+"help.text"
+msgid "E5: The F value from the variance analysis."
+msgstr "E5: F vrijednost iz variance analize."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3145915\n"
+"146\n"
+"help.text"
+msgid "F5: The degrees of freedom from the variance analysis."
+msgstr "F5: Stepeni slobode za analizu varijanse."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3145937\n"
+"147\n"
+"help.text"
+msgid "E6: The sum of the squared deviation of the estimated Y values from their linear mean."
+msgstr "E6: Suma kvadratne devijacije od očekivanih Y vrijednosti iz linearnog mean-a."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3145952\n"
+"148\n"
+"help.text"
+msgid "F6: The sum of the squared deviation of the estimated Y value from the given Y values."
+msgstr "F6: Suma kvadratne devijacije očekivane Y vrijednosti za date Y vrijednosti."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B04\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id1596728\n"
+"help.text"
+msgid "<bookmark_value>LOGEST function</bookmark_value>"
+msgstr "<bookmark_value>LOGEST funkcija</bookmark_value>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3146009\n"
+"150\n"
+"help.text"
+msgid "LOGEST"
+msgstr "LOGEST"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3146037\n"
+"151\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_RKP\">This function calculates the adjustment of the entered data as an exponential regression curve (y=b*m^x).</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_RKP\">Ova funkcija kalkuliše promjene unesenih podataka kao eksponencijalna regresijska kriva (y=b*m^x).</ahelp>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3146056\n"
+"152\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163123\n"
+"153\n"
+"help.text"
+msgid "LOGEST(DataY; DataX; FunctionType; Stats)"
+msgstr "LOGEST(Data_Y; Data_X; Function_type; Stats)"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163137\n"
+"154\n"
+"help.text"
+msgid "<emph>DataY</emph> represents the Y Data array."
+msgstr "<emph>Data_Y</emph> je y-podaci niz."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163155\n"
+"155\n"
+"help.text"
+msgid "<emph>DataX</emph> (optional) represents the X Data array."
+msgstr "<emph>Data_X</emph> (po mogućnosti) je x-podaci niz."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163174\n"
+"156\n"
+"help.text"
+msgid "<emph>FunctionType</emph> (optional). If Function_Type = 0, functions in the form y = m^x will be calculated. Otherwise, y = b*m^x functions will be calculated."
+msgstr "<emph>Function_type</emph> (po mogućnosti). Ako je Function_type = 0, funkcija oblika y = m^x će biti izračunata. Inače, y = b * m^x funkcije će biti izračunate."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163196\n"
+"157\n"
+"help.text"
+msgid "<emph>Stats</emph> (optional). If Stats=0, only the regression coefficient is calculated."
+msgstr "<emph>Stats</emph> (optional). Ako je Stats=0, samo regresijski koeficijent je izračunat."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN118F7\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11BC3\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3163216\n"
+"158\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163230\n"
+"159\n"
+"help.text"
+msgid "See LINEST. However, no square sum will be returned."
+msgstr "Pogledajte LINEST. Međutim, kvadratna suma neće biti vračena."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3163286\n"
+"help.text"
+msgid "<bookmark_value>SUMPRODUCT function</bookmark_value><bookmark_value>scalar products</bookmark_value><bookmark_value>dot products</bookmark_value><bookmark_value>inner products</bookmark_value>"
+msgstr "<bookmark_value>SUMPRODUCT funkcija</bookmark_value><bookmark_value>scalar products</bookmark_value><bookmark_value>dot products</bookmark_value><bookmark_value>inner products</bookmark_value>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3163286\n"
+"161\n"
+"help.text"
+msgid "SUMPRODUCT"
+msgstr "SUMPRODUCT"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163314\n"
+"162\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SUMMENPRODUKT\">Multiplies corresponding elements in the given arrays, and returns the sum of those products.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_SUMMENPRODUKT\">Množi korespondirajuće elemente u datim nizovima, te vrača sumu tih proizvoda.</ahelp>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3163334\n"
+"163\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163347\n"
+"164\n"
+"help.text"
+msgid "SUMPRODUCT(Array1; Array2...Array30)"
+msgstr "SUMPRODUCT(Array_1; Array_2; ... Array_30)"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163362\n"
+"165\n"
+"help.text"
+msgid "<emph>Array1, Array2...Array30</emph> represent arrays whose corresponding elements are to be multiplied."
+msgstr "<emph>Array 1; Array_2; ...</emph> predstavlja nizove čiji proizvod odgovara elementima koji će biti pomnoženi."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B19\n"
+"help.text"
+msgid "At least one array must be part of the argument list. If only one array is given, all array elements are summed."
+msgstr "Najmanje jedan niz mora biti dio liste argumenata. Ako je samo jedan niz dat, svi elementi niza su sumirani"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B1C\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B2F\n"
+"help.text"
+msgid "A"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B35\n"
+"help.text"
+msgid "B"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B3B\n"
+"help.text"
+msgid "C"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B41\n"
+"help.text"
+msgid "D"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B48\n"
+"help.text"
+msgid "1"
+msgstr ""
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B4E\n"
+"help.text"
+msgid "<item type=\"input\">2</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B54\n"
+"help.text"
+msgid "<item type=\"input\">3</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B5A\n"
+"help.text"
+msgid "<item type=\"input\">4</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B60\n"
+"help.text"
+msgid "<item type=\"input\">5</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B67\n"
+"help.text"
+msgid "2"
+msgstr ""
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B6D\n"
+"help.text"
+msgid "<item type=\"input\">6</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B73\n"
+"help.text"
+msgid "<item type=\"input\">7</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B79\n"
+"help.text"
+msgid "<item type=\"input\">8</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B7F\n"
+"help.text"
+msgid "<item type=\"input\">9</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B86\n"
+"help.text"
+msgid "3"
+msgstr ""
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B8C\n"
+"help.text"
+msgid "<item type=\"input\">10</item>"
+msgstr "<item type=\"input\">-10000</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B92\n"
+"help.text"
+msgid "<item type=\"input\">11</item>"
+msgstr "<item type=\"input\">-10000</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B98\n"
+"help.text"
+msgid "<item type=\"input\">12</item>"
+msgstr "<item type=\"input\">-10000</item>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B9E\n"
+"help.text"
+msgid "<item type=\"input\">13</item>"
+msgstr "<item type=\"input\">-10000</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11BA1\n"
+"help.text"
+msgid "<item type=\"input\">=SUMPRODUCT(A1:B3;C1:D3)</item> returns 397."
+msgstr "<item type=\"input\">=SUMPRODUCT(A1:B3; C1:D3)</item> vrača 397."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11BA4\n"
+"help.text"
+msgid "Calculation: A1*C1 + B1*D1 + A2*C2 + B2*D2 + A3*C3 + B3*D3"
+msgstr "Kalkulacija: A1*C1 + B1*D1 + A2*C2 + B2*D2 + A3*C3 + B3*D3"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11BA7\n"
+"help.text"
+msgid "You can use SUMPRODUCT to calculate the scalar product of two vectors."
+msgstr "Možete da koristite SUMPRODUC da kalkulišete skalarni proizvod dva vektora."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11BBC\n"
+"help.text"
+msgid "SUMPRODUCT returns a single number, it is not necessary to enter the function as an array function."
+msgstr "SUMPRODUCT vraća jedan broj, nije potrebno da unesete cijelu funkciju kao funkciju niza."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11C91\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3144842\n"
+"help.text"
+msgid "<bookmark_value>SUMX2MY2 function</bookmark_value>"
+msgstr "<bookmark_value>SUMX2MY2 funkcija</bookmark_value>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3144842\n"
+"169\n"
+"help.text"
+msgid "SUMX2MY2"
+msgstr "SUMX2MY2"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144871\n"
+"170\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SUMMEX2MY2\">Returns the sum of the difference of squares of corresponding values in two arrays.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_SUMMEX2MY2\">Vraća sumu razlike kvadrata odgovarajućih vrijednosti dva niza.</ahelp>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3144889\n"
+"171\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144903\n"
+"172\n"
+"help.text"
+msgid "SUMX2MY2(ArrayX; ArrayY)"
+msgstr "SUMX2MY2(Array_X; Array_Y)"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144916\n"
+"173\n"
+"help.text"
+msgid "<emph>ArrayX</emph> represents the first array whose elements are to be squared and added."
+msgstr "<emph>Array_X</emph> je prvi niz čiji elementi trebaju biti kvadrirani i sabrani."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144936\n"
+"174\n"
+"help.text"
+msgid "<emph>ArrayY</emph> represents the second array whose elements are to be squared and subtracted."
+msgstr "<emph>Array_Y</emph> je drugi niz čiji elemnti trebaju biti kvadrirani i oduzeti."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11D6B\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3145026\n"
+"help.text"
+msgid "<bookmark_value>SUMX2PY2 function</bookmark_value>"
+msgstr "<bookmark_value>SUMX2PY2 funkcija</bookmark_value>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3145026\n"
+"178\n"
+"help.text"
+msgid "SUMX2PY2"
+msgstr "SUMX2PY2"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3145055\n"
+"179\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SUMMEX2PY2\">Returns the sum of the sum of squares of corresponding values in two arrays.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_SUMMEX2PY2\">Vraća sumu suma kvadrata odgovarajučih vrijednosti u dva niza.</ahelp>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3163390\n"
+"180\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163404\n"
+"181\n"
+"help.text"
+msgid "SUMX2PY2(ArrayX; ArrayY)"
+msgstr "SUMX2PY2(Array_X; Array_Y)"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163417\n"
+"182\n"
+"help.text"
+msgid "<emph>ArrayX</emph> represents the first array whose elements are to be squared and added."
+msgstr "<emph>Array_X</emph> je prvi niz čiji elementi trebaju biti kvadrirani i sabrani."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163437\n"
+"183\n"
+"help.text"
+msgid "<emph>ArrayY</emph> represents the second array, whose elements are to be squared and added."
+msgstr "<emph>Array_Y</emph> je drugi niz, čiji elementi trebaju biti kvadrirani i sabrani."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11E45\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3163527\n"
+"help.text"
+msgid "<bookmark_value>SUMXMY2 function</bookmark_value>"
+msgstr "<bookmark_value>SUMXMY2 funkcija</bookmark_value>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3163527\n"
+"187\n"
+"help.text"
+msgid "SUMXMY2"
+msgstr "SUMXMY2"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163556\n"
+"188\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SUMMEXMY2\">Adds the squares of the variance between corresponding values in two arrays.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_SUMMEXMY2\">Dodaje kvadrate varijacije između odgovarajućih vrijednosti u dva niza.</ahelp>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3163574\n"
+"189\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163588\n"
+"190\n"
+"help.text"
+msgid "SUMXMY2(ArrayX; ArrayY)"
+msgstr "SUMXMY2(Array_X; Array_Y)"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163601\n"
+"191\n"
+"help.text"
+msgid "<emph>ArrayX</emph> represents the first array whose elements are to be subtracted and squared."
+msgstr "<emph>Array_X</emph> je prvi niz čiji elementi trebaju biti oduzeti i kvadrirani."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163621\n"
+"192\n"
+"help.text"
+msgid "<emph>ArrayY</emph> represents the second array, whose elements are to be subtracted and squared."
+msgstr "<emph>Array_Y</emph> predstavlja drugi niz,čiji elementi trebaju biti oduzeti i kvadrirani."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11F1F\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3166062\n"
+"help.text"
+msgid "<bookmark_value>TREND function</bookmark_value>"
+msgstr "<bookmark_value>TREND funkcija</bookmark_value>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3166062\n"
+"196\n"
+"help.text"
+msgid "TREND"
+msgstr "TREND"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3166091\n"
+"197\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_TREND\">Returns values along a linear trend.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_TREND\">Vraća vrijednost duž linearnog trenda.</ahelp>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3166109\n"
+"198\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3166122\n"
+"199\n"
+"help.text"
+msgid "TREND(DataY; DataX; NewDataX; LinearType)"
+msgstr "TREND(Data_Y; Data_X; New_data_X; Linear_type)"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3166137\n"
+"200\n"
+"help.text"
+msgid "<emph>DataY</emph> represents the Y Data array."
+msgstr "<emph>Data_Y</emph> je y-podaci niz."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3166156\n"
+"201\n"
+"help.text"
+msgid "<emph>DataX</emph> (optional) represents the X Data array."
+msgstr "<emph>Data_X</emph> (po mogućnosti) je x-podaci niz."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3166176\n"
+"202\n"
+"help.text"
+msgid "<emph>NewDataX</emph> (optional) represents the array of the X data, which are used for recalculating values."
+msgstr "<emph>New_data_X</emph> (po mogućnosti) je niz x-podataka, koje se koriste za rekalkulacije vrijednosti."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3166196\n"
+"203\n"
+"help.text"
+msgid "<emph>LinearType</emph>(Optional). If LinearType = 0, then lines will be calculated through the zero point. Otherwise, offset lines will also be calculated. The default is LinearType <> 0."
+msgstr "<emph>Linear_type</emph>(po mogućnosti). Ako <emph>Linear_type</emph> = 0, linije će biti kalkulisane kroz nultu tačku. Inače, odstupajuće linije će također bite kalkulisane. Osnovna vrijednost LinearType <> 0."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11D2F\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN12019\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3166231\n"
+"204\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3166245\n"
+"205\n"
+"help.text"
+msgid "Select a spreadsheet range in which the trend data will appear. Select the function. Enter the output data or select it with the mouse. Mark the <emph>Array</emph> field. click <emph>OK</emph>. The trend data calculated from the output data is displayed."
+msgstr "Izaberite spreadsheet raspon u kojem će se pojaviti podaci trenda. Izaberite funkciju. Unesite izlazne podatke ili ih izaberite mišem. Označite <emph>Matrica</emph> polje. Pritisnite <emph>UREDU</emph>. Podaci trenda kalkulisane za izlazne podatke će biti prikazani."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3166317\n"
+"help.text"
+msgid "<bookmark_value>GROWTH function</bookmark_value><bookmark_value>exponential trends in arrays</bookmark_value>"
+msgstr "<bookmark_value>GROWTH funkcija</bookmark_value><bookmark_value>eksponencijalni trendovi u nizovima</bookmark_value>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3166317\n"
+"207\n"
+"help.text"
+msgid "GROWTH"
+msgstr "GROWTH"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3166346\n"
+"208\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_VARIATION\">Calculates the points of an exponential trend in an array.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_VARIATION\">Kalkuliše tačke eksponencijalnog trenda u nizu.</ahelp>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3166364\n"
+"209\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3166377\n"
+"210\n"
+"help.text"
+msgid "GROWTH(DataY; DataX; NewDataX; FunctionType)"
+msgstr "GROWTH(Data_Y; Data_X; New_data_X; Function_type)"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3166392\n"
+"211\n"
+"help.text"
+msgid "<emph>DataY</emph> represents the Y Data array."
+msgstr "<emph>Data_Y</emph> je y-podaci niz."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3166411\n"
+"212\n"
+"help.text"
+msgid "<emph>DataX</emph> (optional) represents the X Data array."
+msgstr "<emph>Data_X</emph> (po mogućnosti) je x-podaci niz."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3173797\n"
+"213\n"
+"help.text"
+msgid "<emph>NewDataX</emph> (optional) represents the X data array, in which the values are recalculated."
+msgstr "<emph>New_data_X</emph> (po mogućnosti) predstavlja x-podaci niz, u kojem će vrijednosti bit rekalkulisane."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3173817\n"
+"214\n"
+"help.text"
+msgid "<emph>FunctionType</emph>(optional). If FunctionType = 0, functions in the form y = m^x will be calculated. Otherwise, y = b*m^x functions will be calculated."
+msgstr "<emph>Function_type</emph>(optional). Ako je Function_type = 0, funkcije u obliku y = m^x će biti sračunate. Inače, y = b*m^x funkcije će biti sračunate."
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11DFD\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN12113\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3173839\n"
+"215\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3173852\n"
+"216\n"
+"help.text"
+msgid "This function returns an array and is handled in the same way as the other array functions. Select a range where you want the answers to appear and select the function. Select DataY. Enter any other parameters, mark <emph>Array</emph> and click <emph>OK</emph>."
+msgstr ""
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"tit\n"
+"help.text"
+msgid "DATEDIF"
+msgstr ""
+
+#: func_datedif.xhp
+#, fuzzy
+msgctxt ""
+"func_datedif.xhp\n"
+"bm_id3155511\n"
+"help.text"
+msgid "<bookmark_value>DATEDIF function</bookmark_value>"
+msgstr "<bookmark_value>TIME funkcija</bookmark_value>"
+
+#: func_datedif.xhp
+#, fuzzy
+msgctxt ""
+"func_datedif.xhp\n"
+"hd_id3155511\n"
+"help.text"
+msgid "<variable id=\"datedif\"><link href=\"text/scalc/01/func_datedif.xhp\">DATEDIF</link></variable>"
+msgstr "<variable id=\"solver\"><link href=\"text/scalc/01/solver.xhp\">Rješavač</link></variable>"
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id3153551\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DATUM\">This function returns the number of whole days, months or years between Start date and End date.</ahelp>"
+msgstr ""
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"hd_id3148590\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id3150474\n"
+"help.text"
+msgid "DATEDIF(Start date; End date; Interval)"
+msgstr ""
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id3152815\n"
+"help.text"
+msgid "<emph>Start date</emph> is the date from when the calculation is carried out."
+msgstr ""
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id3155817\n"
+"help.text"
+msgid "<emph>End date</emph> is the date until the calculation is carried out. End date must be later, than Start date."
+msgstr ""
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id3153183\n"
+"help.text"
+msgid "<emph>Interval</emph> is a string, accepted values are \"d\", \"m\", \"y\", \"ym\", \"md\" or \"yd\"."
+msgstr ""
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id5735953\n"
+"help.text"
+msgid "Value for \"Interval\""
+msgstr ""
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id8360850\n"
+"help.text"
+msgid "Return value"
+msgstr "Vrati vrijednost"
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id9648731\n"
+"help.text"
+msgid "\"d\""
+msgstr ""
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id908841\n"
+"help.text"
+msgid "Number of whole days between Start date and End date."
+msgstr ""
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id8193914\n"
+"help.text"
+msgid "\"m\""
+msgstr ""
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id9841608\n"
+"help.text"
+msgid "Number of whole months between Start date and End date."
+msgstr ""
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id2701803\n"
+"help.text"
+msgid "\"y\""
+msgstr ""
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id2136295\n"
+"help.text"
+msgid "Number of whole years between Start date and End date."
+msgstr ""
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id9200109\n"
+"help.text"
+msgid "\"ym\""
+msgstr ""
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id4186223\n"
+"help.text"
+msgid "Number of whole months when subtracting years from the difference of Start date and End date."
+msgstr ""
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id5766472\n"
+"help.text"
+msgid "\"md\""
+msgstr ""
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id1491134\n"
+"help.text"
+msgid "Number of whole days when subtracting years and months from the difference of Start date and End date."
+msgstr ""
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id5866472\n"
+"help.text"
+msgid "\"yd\""
+msgstr ""
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id1591134\n"
+"help.text"
+msgid "Number of whole days when subtracting years from the difference of Start date and End date."
+msgstr ""
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"hd_id3147477\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id3152589\n"
+"help.text"
+msgid "Birthday calculation. A man was born on 1974-04-17. Today is 2012-06-13."
+msgstr ""
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id3252589\n"
+"help.text"
+msgid "<item type=\"input\">=DATEDIF(\"1974-04-17\";\"2012-06-13\";\"y\")</item> yields 38. <item type=\"input\">=DATEDIF(\"1974-04-17\";\"2012-06-13\";\"ym\")</item> yields 1. <item type=\"input\">=DATEDIF(\"1974-04-17\";\"2012-06-13\";\"md\")</item> yields 27. So he is 38 years, 1 month and 27 days old."
+msgstr ""
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id3352589\n"
+"help.text"
+msgid "<item type=\"input\">=DATEDIF(\"1974-04-17\";\"2012-06-13\";\"m\")</item> yields 457, he has been living for 457 months."
+msgstr ""
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id3452589\n"
+"help.text"
+msgid "<item type=\"input\">=DATEDIF(\"1974-04-17\";\"2012-06-13\";\"d\")</item> yields 13937, he has been living for 13937 days."
+msgstr ""
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id3752589\n"
+"help.text"
+msgid "<item type=\"input\">=DATEDIF(\"1974-04-17\";\"2012-06-13\";\"yd\")</item> yields 57, his birthday was 57 days ago."
+msgstr ""
+
+#: 06030200.xhp
+msgctxt ""
+"06030200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Remove Precedents"
+msgstr "Otkloni Precedents"
+
+#: 06030200.xhp
+msgctxt ""
+"06030200.xhp\n"
+"bm_id3155628\n"
+"help.text"
+msgid "<bookmark_value>cells; removing precedents</bookmark_value><bookmark_value>formula cells;removing precedents</bookmark_value>"
+msgstr "<bookmark_value>celije; otklanjanje precedents</bookmark_value><bookmark_value>celije formule;otklanjane precedents</bookmark_value>"
+
+#: 06030200.xhp
+msgctxt ""
+"06030200.xhp\n"
+"hd_id3155628\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06030200.xhp\" name=\"Remove Precedents\">Remove Precedents</link>"
+msgstr "<link href=\"text/scalc/01/06030200.xhp\" name=\"Remove Precedents\">Otkloni Precedents</link>"
+
+#: 06030200.xhp
+msgctxt ""
+"06030200.xhp\n"
+"par_id3149456\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ClearArrowPrecedents\">Deletes one level of the trace arrows that were inserted with the <emph>Trace Precedents</emph> command.</ahelp>"
+msgstr "<ahelp hid=\".uno:ClearArrowPrecedents\">Brise jedan level strelica koji su ubacene sa <emph>Slijedi prethodnike</emph> komandom.</ahelp>"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"tit\n"
+"help.text"
+msgid "AutoFormat"
+msgstr "AutoOblikovanje"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"hd_id3149666\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"autoformat\"><link href=\"text/scalc/01/05110000.xhp\" name=\"AutoFormat\">AutoFormat</link></variable>"
+msgstr "<variable id=\"autoformat\"><link href=\"text/scalc/01/05110000.xhp\" name=\"AutoFormat\">AutoOblikovanje</link></variable>"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3145367\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"autoformattext\"><ahelp hid=\".\">Use this command to apply an AutoFormat to a selected sheet area or to define your own AutoFormats.</ahelp></variable>"
+msgstr "<variable id=\"autoformattext\"><ahelp hid=\".\">Koristi ovu komandu da primjenis automatski format na izabrano podrucje ili da definises svoj automatski format.</ahelp></variable>"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"hd_id3148455\n"
+"3\n"
+"help.text"
+msgid "Format"
+msgstr "Oblik"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3145799\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_AUTOFORMAT:LB_FORMAT\">Choose a predefined AutoFormat to apply to a selected area in your sheet.</ahelp>"
+msgstr "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_AUTOFORMAT:LB_FORMAT\">Izaberi unaprijed definirani automatski format za primjenu na odabrano podrucje na vasoj stranici.</ahelp>"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"hd_id3149410\n"
+"5\n"
+"help.text"
+msgid "Add"
+msgstr "Dodaj"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3154017\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_AUTOFORMAT:BTN_ADD\">Allows you to add the current formatting of a range of at least 4 x 4 cells to the list of predefined AutoFormats.</ahelp> The <link href=\"text/shared/01/05150101.xhp\" name=\"Add AutoFormat\">Add AutoFormat</link> dialog then appears."
+msgstr "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_AUTOFORMAT:BTN_ADD\">Dopusta vam da dodate trenutni format u rasponu od najmanje 4 x 4 celije u listu unaprijed definisanih auto formata.</ahelp> The <link href=\"text/shared/01/05150101.xhp\" name=\"Add AutoFormat\">Dodaj AutoFormat</link> dialogue box then appears."
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3153708\n"
+"29\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_AUTOFMT_NAME\">Enter a name and click <emph>OK</emph>. </ahelp>"
+msgstr "<ahelp hid=\"HID_SC_AUTOFMT_NAME\">Upisi ime i klikni <emph>OK</emph>. </ahelp>"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"hd_id3150044\n"
+"7\n"
+"help.text"
+msgid "More"
+msgstr "Opširnije"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3146920\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:MOREBUTTON:RID_SCDLG_AUTOFORMAT:BTN_MORE\">Opens the <emph>Formatting</emph> section, which displays the formatting overrides that can be applied to the spreadsheet. Deselecting an option keeps the format of the current spreadsheet for that format type.</ahelp>"
+msgstr "<ahelp hid=\"SC:MOREBUTTON:RID_SCDLG_AUTOFORMAT:BTN_MORE\">Otvara <emph>Oblikovanje</emph> sekciju, koja prikazuje ponavljanje formatiranja koji mogu biti primjenjeni na stranicu. Ne izabiranje opcije zadrzava format trenutne stranice za taj tip formata .</ahelp>"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"hd_id3155961\n"
+"9\n"
+"help.text"
+msgid "Formatting"
+msgstr "Oblikovanje"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3153965\n"
+"10\n"
+"help.text"
+msgid "In this section you can select or deselect the available formatting options. If you want to keep any of the settings currently in your spreadsheet, deselect the corresponding option."
+msgstr "U ovom dijelu možete izabrati ili ne dostupne opcije formatiranja. Ako želite zadržati bilo koja od podešavanja koja su trenutno na vašoj stranici, deselektirajte odgovarajuću opciju."
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"hd_id3154021\n"
+"11\n"
+"help.text"
+msgid "Number format"
+msgstr "Oblik brojeva"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3159239\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_NUMFORMAT\">When marked, specifies that you want to retain the number format of the selected format.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_NUMFORMAT\">Kada je oznacen, precizira da zelite zadrzati numericki format izabranog formata.</ahelp>"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"hd_id3149530\n"
+"13\n"
+"help.text"
+msgid "Borders"
+msgstr "Rubovi"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3145259\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_BORDER\">When marked, specifies that you want to retain the border of the selected format.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_BORDER\">Kada je oznacen, precizira da zelite zadržati granice izabranog formata.</ahelp>"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"hd_id3154657\n"
+"15\n"
+"help.text"
+msgid "Font"
+msgstr "Pismo"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3152990\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_FONT\">When marked, specifies that you want to retain the font of the selected format.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_FONT\">Kada je označen, precizira da želite zadržati font izabranog formata.</ahelp>"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"hd_id3155379\n"
+"17\n"
+"help.text"
+msgid "Pattern"
+msgstr "Uzorak"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3150368\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_PATTERN\">When marked, specifies that you want to retain the pattern of the selected format.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_PATTERN\">Kada je označen, precizira da želite zadržati šablon izabranog formata.</ahelp>"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"hd_id3146115\n"
+"19\n"
+"help.text"
+msgid "Alignment"
+msgstr "Poravnanje"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3156445\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_ALIGNMENT\">When marked, specifies that you want to retain the alignment of the selected format.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_ALIGNMENT\">Kada je oznaceno, precizira da zelite zadrzati poravnavanje izabranog formata.</ahelp>"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"hd_id3155811\n"
+"21\n"
+"help.text"
+msgid "AutoFit width and height"
+msgstr "AutoPrilagodi širinu i visinu"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3148703\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_ADJUST\">When marked, specifies that you want to retain the width and height of the selected cells of the selected format.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_ADJUST\">Kada je označena precizira da želite zadržati širinu i visinu izabranih ćelija u tabeli izabranog formata.</ahelp>"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"hd_id3159223\n"
+"26\n"
+"help.text"
+msgid "Rename"
+msgstr "Preimenuj"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3153064\n"
+"27\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_RENAME_AUTOFMT\">Opens a dialog where you can change the specification of the selected AutoFormat.</ahelp> The button is only visible if you clicked the <emph>More</emph> button."
+msgstr "<ahelp hid=\"HID_SC_RENAME_AUTOFMT\">Otvara dijalog gdje mozete promijeniti specifikacije izabranog automatskog formata.</ahelp> Dugme je vidljivo samo ako ste kliknili <emph>Opširnije</emph> dugme."
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3153912\n"
+"28\n"
+"help.text"
+msgid "The <emph>Rename AutoFormat</emph> dialog opens.<ahelp hid=\"HID_SC_REN_AFMT_NAME\"> Enter the new name of the AutoFormat here.</ahelp>"
+msgstr "<emph>Preimenuj AutoFormat</emph> dijalog kutija se otvara.<ahelp hid=\"HID_SC_REN_AFMT_NAME\"> Ukucajte novo ime automatskog formata ovdje.</ahelp>"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"hd_id3155264\n"
+"23\n"
+"help.text"
+msgid "More"
+msgstr "Opširnije"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3159094\n"
+"24\n"
+"help.text"
+msgid "Closes the <emph>Formatting</emph> options section, if it is currently open."
+msgstr "Zatvara dio opcije <emph>Oblikovanje</emph>, ako je trenutno otvoren."
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"tit\n"
+"help.text"
+msgid "Text Functions"
+msgstr ""
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3145389\n"
+"help.text"
+msgid "<bookmark_value>text in cells; functions</bookmark_value> <bookmark_value>functions; text functions</bookmark_value> <bookmark_value>Function Wizard;text</bookmark_value>"
+msgstr "<bookmark_value>funkcije za datum i vrijeme</bookmark_value><bookmark_value>funkcije; datum i vrijeme </bookmark_value><bookmark_value>Carobnjak za Funkcije; datum i vrijeme</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3145389\n"
+"1\n"
+"help.text"
+msgid "Text Functions"
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3152986\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"texttext\">This section contains descriptions of the <emph>Text</emph> functions.</variable>"
+msgstr ""
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3149384\n"
+"help.text"
+msgid "<bookmark_value>ARABIC function</bookmark_value>"
+msgstr "<bookmark_value>ERFC funkcija</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3149384\n"
+"239\n"
+"help.text"
+msgid "ARABIC"
+msgstr "ARABIC"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153558\n"
+"240\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ARABISCH\">Calculates the value of a Roman number. The value range must be between 0 and 3999.</ahelp>"
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3153011\n"
+"241\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3155523\n"
+"242\n"
+"help.text"
+msgid "ARABIC(\"Text\")"
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3151193\n"
+"243\n"
+"help.text"
+msgid "<emph>Text</emph> is the text that represents a Roman number."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3155758\n"
+"244\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154621\n"
+"245\n"
+"help.text"
+msgid "<item type=\"input\">=ARABIC(\"MXIV\")</item> returns 1014"
+msgstr "<item tip=\"input\">=IMABS(\"5+12j\")</item> vraca 13."
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"par_id3147553\n"
+"246\n"
+"help.text"
+msgid "<item type=\"input\">=ARABIC(\"MMII\")</item> returns 2002"
+msgstr "<item tip=\"input\">=IMABS(\"5+12j\")</item> vraca 13."
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"bm_id8796349\n"
+"help.text"
+msgid "<bookmark_value>ASC function</bookmark_value>"
+msgstr "<bookmark_value>ERFC funkcija</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id7723929\n"
+"help.text"
+msgid "ASC"
+msgstr "ASC"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id8455153\n"
+"help.text"
+msgid "<ahelp hid=\".\">The ASC function converts full-width to half-width ASCII and katakana characters. Returns a text string.</ahelp>"
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id9912411\n"
+"help.text"
+msgid "See <link href=\"http://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions\">http://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions</link> for a conversion table."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id9204992\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id1993774\n"
+"help.text"
+msgid "ASC(\"Text\")"
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id2949919\n"
+"help.text"
+msgid "<emph>Text</emph> is the text that contains characters to be converted."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id2355113\n"
+"help.text"
+msgid "See also JIS function."
+msgstr ""
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"bm_id9323709\n"
+"help.text"
+msgid "<bookmark_value>BAHTTEXT function</bookmark_value>"
+msgstr "<bookmark_value>IMEXP funkcija</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id6695455\n"
+"help.text"
+msgid "BAHTTEXT"
+msgstr "BAHTTEXT"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id354014\n"
+"help.text"
+msgid "Converts a number to Thai text, including the Thai currency names."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id9942014\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id8780785\n"
+"help.text"
+msgid "BAHTTEXT(Number)"
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id1539353\n"
+"help.text"
+msgid "<emph>Number</emph> is any number. \"Baht\" is appended to the integral part of the number, and \"Satang\" is appended to the decimal part of the number."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id9694814\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3289284\n"
+"help.text"
+msgid "<item type=\"input\">=BAHTTEXT(12.65)</item> returns a string in Thai characters with the meaning of \"Twelve Baht and sixty five Satang\"."
+msgstr ""
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3153072\n"
+"help.text"
+msgid "<bookmark_value>BASE function</bookmark_value>"
+msgstr "<bookmark_value>TIME funkcija</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3153072\n"
+"213\n"
+"help.text"
+msgid "BASE"
+msgstr "BASE"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153289\n"
+"214\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_BASIS\">Converts a positive integer to a specified base into a text from the <link href=\"text/shared/00/00000005.xhp#zahlensystem\" name=\"numbering system\">numbering system</link>.</ahelp> The digits 0-9 and the letters A-Z are used."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3146097\n"
+"215\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3155743\n"
+"216\n"
+"help.text"
+msgid "BASE(Number; Radix; [MinimumLength])"
+msgstr ""
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"par_id3151339\n"
+"217\n"
+"help.text"
+msgid "<emph>Number</emph> is the positive integer to be converted."
+msgstr "<emph>Broj</emph> je broj koji ce biti konvertovan"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3159262\n"
+"218\n"
+"help.text"
+msgid "<emph>Radix</emph> indicates the base of the number system. It may be any positive integer between 2 and 36."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3148746\n"
+"219\n"
+"help.text"
+msgid "<emph>MinimumLength</emph> (optional) determines the minimum length of the character sequence that has been created. If the text is shorter than the indicated minimum length, zeros are added to the left of the string."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3146323\n"
+"220\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3156399\n"
+"help.text"
+msgid "<bookmark_value>decimal system; converting to</bookmark_value>"
+msgstr ""
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"par_id3156399\n"
+"221\n"
+"help.text"
+msgid "<item type=\"input\">=BASE(17;10;4)</item> returns 0017 in the decimal system."
+msgstr "<item type=\"input\">=OCT2HEX(144; 4)</item> vraća tekstualni niz <emph>0064</emph>."
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3157871\n"
+"help.text"
+msgid "<bookmark_value>binary system; converting to</bookmark_value>"
+msgstr ""
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"par_id3157871\n"
+"222\n"
+"help.text"
+msgid "<item type=\"input\">=BASE(17;2)</item> returns 10001 in the binary system."
+msgstr "<item type=\"input\">=OCT2HEX(144; 4)</item> vraća tekstualni niz <emph>0064</emph>."
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3145226\n"
+"help.text"
+msgid "<bookmark_value>hexadecimal system; converting to</bookmark_value>"
+msgstr ""
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"par_id3145226\n"
+"223\n"
+"help.text"
+msgid "<item type=\"input\">=BASE(255;16;4)</item> returns 00FF in the hexadecimal system."
+msgstr "<item type=\"input\">=OCT2HEX(144; 4)</item> vraća tekstualni niz <emph>0064</emph>."
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3149321\n"
+"help.text"
+msgid "<bookmark_value>CHAR function</bookmark_value>"
+msgstr "<bookmark_value>YEAR funkciju</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3149321\n"
+"201\n"
+"help.text"
+msgid "CHAR"
+msgstr "CHAR"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3149150\n"
+"202\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ZEICHEN\">Converts a number into a character according to the current code table.</ahelp> The number can be a two-digit or three-digit integer number."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3149945\n"
+"203\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"par_id3145634\n"
+"204\n"
+"help.text"
+msgid "CHAR(Number)"
+msgstr "YEAR(Broj)"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3155906\n"
+"205\n"
+"help.text"
+msgid "<emph>Number</emph> is a number between 1 and 255 representing the code value for the character."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3152982\n"
+"207\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3149890\n"
+"208\n"
+"help.text"
+msgid "<item type=\"input\">=CHAR(100)</item> returns the character d."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id0907200910283297\n"
+"help.text"
+msgid "=\"abc\" & CHAR(10) & \"def\" inserts a newline character into the string."
+msgstr ""
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3149009\n"
+"help.text"
+msgid "<bookmark_value>CLEAN function</bookmark_value>"
+msgstr "<bookmark_value>YEAR funkciju</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3149009\n"
+"132\n"
+"help.text"
+msgid "CLEAN"
+msgstr "CLEAN"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150482\n"
+"133\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SAEUBERN\">All non-printing characters are removed from the string.</ahelp>"
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3146880\n"
+"134\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3147472\n"
+"135\n"
+"help.text"
+msgid "CLEAN(\"Text\")"
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150695\n"
+"136\n"
+"help.text"
+msgid "<emph>Text</emph> refers to the text from which to remove all non-printable characters."
+msgstr ""
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3155498\n"
+"help.text"
+msgid "<bookmark_value>CODE function</bookmark_value>"
+msgstr "<bookmark_value>TODAY funkcija</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3155498\n"
+"3\n"
+"help.text"
+msgid "CODE"
+msgstr "CODE"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3152770\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_CODE\">Returns a numeric code for the first character in a text string.</ahelp>"
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3155830\n"
+"5\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3149188\n"
+"6\n"
+"help.text"
+msgid "CODE(\"Text\")"
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154383\n"
+"7\n"
+"help.text"
+msgid "<emph>Text</emph> is the text for which the code of the first character is to be found."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3154394\n"
+"8\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3159209\n"
+"9\n"
+"help.text"
+msgid "<item type=\"input\">=CODE(\"Hieronymus\")</item> returns 72, <item type=\"input\">=CODE(\"hieroglyphic\")</item> returns 104."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150280\n"
+"211\n"
+"help.text"
+msgid "The code used here does not refer to ASCII, but to the code table currently loaded."
+msgstr ""
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3149688\n"
+"help.text"
+msgid "<bookmark_value>CONCATENATE function</bookmark_value>"
+msgstr "<bookmark_value>INTRATE funkcija</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3149688\n"
+"167\n"
+"help.text"
+msgid "CONCATENATE"
+msgstr "CONCATENATE"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154524\n"
+"168\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_VERKETTEN\">Combines several text strings into one string.</ahelp>"
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3149542\n"
+"169\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3155954\n"
+"170\n"
+"help.text"
+msgid "CONCATENATE(\"Text1\"; ...; \"Text30\")"
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3146847\n"
+"171\n"
+"help.text"
+msgid "<emph>Text 1; Text 2; ...</emph> represent up to 30 text passages which are to be combined into one string."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3153110\n"
+"172\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150008\n"
+"173\n"
+"help.text"
+msgid "<item type=\"input\">=CONCATENATE(\"Good \";\"Morning \";\"Mrs. \";\"Doe\")</item> returns: Good Morning Mrs. Doe."
+msgstr ""
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3145166\n"
+"help.text"
+msgid "<bookmark_value>DECIMAL function</bookmark_value>"
+msgstr "<bookmark_value>IMLN funkcija</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3145166\n"
+"225\n"
+"help.text"
+msgid "DECIMAL"
+msgstr "DECIMAL"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3156361\n"
+"226\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DEZIMAL\">Converts text with characters from a <link href=\"text/shared/00/00000005.xhp#zahlensystem\" name=\"number system\">number system</link> to a positive integer in the base radix given.</ahelp> The radix must be in the range 2 to 36. Spaces and tabs are ignored. The <emph>Text</emph> field is not case-sensitive."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3157994\n"
+"227\n"
+"help.text"
+msgid "If the radix is 16, a leading x or X or 0x or 0X, and an appended h or H, is disregarded. If the radix is 2, an appended b or B is disregarded. Other characters that do not belong to the number system generate an error."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3150014\n"
+"228\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154328\n"
+"229\n"
+"help.text"
+msgid "DECIMAL(\"Text\"; Radix)"
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150128\n"
+"230\n"
+"help.text"
+msgid "<emph>Text</emph> is the text to be converted. To differentiate between a hexadecimal number, such as A1 and the reference to cell A1, you must place the number in quotation marks, for example, \"A1\" or \"FACE\"."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3145241\n"
+"231\n"
+"help.text"
+msgid "<emph>Radix</emph> indicates the base of the number system. It may be any positive integer between 2 and 36."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3156062\n"
+"232\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"par_id3145355\n"
+"233\n"
+"help.text"
+msgid "<item type=\"input\">=DECIMAL(\"17\";10)</item> returns 17."
+msgstr "<item tip=\"input\">=IMREAL(\"1+3j\")</item> vraca 1."
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"par_id3155622\n"
+"234\n"
+"help.text"
+msgid "<item type=\"input\">=DECIMAL(\"FACE\";16)</item> returns 64206."
+msgstr "<item tip=\"input\">=IMREAL(\"1+3j\")</item> vraca 1."
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"par_id3151015\n"
+"235\n"
+"help.text"
+msgid "<item type=\"input\">=DECIMAL(\"0101\";2)</item> returns 5."
+msgstr "<item tip=\"input\">=IMREAL(\"1+3j\")</item> vraca 1."
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3148402\n"
+"help.text"
+msgid "<bookmark_value>DOLLAR function</bookmark_value>"
+msgstr "<bookmark_value>YEAR funkciju</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3148402\n"
+"11\n"
+"help.text"
+msgid "DOLLAR"
+msgstr "DOLLAR"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153049\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DM\">Converts a number to an amount in the currency format, rounded to a specified decimal place.</ahelp> In the <item type=\"literal\">Value</item> field enter the number to be converted to currency. Optionally, you may enter the number of decimal places in the <item type=\"literal\">Decimals</item> field. If no value is specified, all numbers in currency format will be displayed with two decimal places."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3151280\n"
+"263\n"
+"help.text"
+msgid "You set the currency format in your system settings."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3150569\n"
+"13\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154188\n"
+"14\n"
+"help.text"
+msgid "DOLLAR(Value; Decimals)"
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3145299\n"
+"15\n"
+"help.text"
+msgid "<emph>Value</emph> is a number, a reference to a cell containing a number, or a formula which returns a number."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3145629\n"
+"16\n"
+"help.text"
+msgid "<emph>Decimals</emph> is the optional number of decimal places."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3149030\n"
+"17\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153546\n"
+"18\n"
+"help.text"
+msgid "<item type=\"input\">=DOLLAR(255)</item> returns $255.00."
+msgstr "<item type=\"input\">=OR(A; B)</item> returns <emph>TRUE</emph>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154635\n"
+"19\n"
+"help.text"
+msgid "<item type=\"input\">=DOLLAR(367.456;2)</item> returns $367.46. Use the decimal separator that corresponds to the <link href=\"text/shared/optionen/01140000.xhp\" name=\"current locale setting\">current locale setting</link>."
+msgstr ""
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3150685\n"
+"help.text"
+msgid "<bookmark_value>EXACT function</bookmark_value>"
+msgstr "<bookmark_value>ERFC funkcija</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3150685\n"
+"78\n"
+"help.text"
+msgid "EXACT"
+msgstr "EXACT"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3158413\n"
+"79\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_IDENTISCH\">Compares two text strings and returns TRUE if they are identical.</ahelp> This function is case-sensitive."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3152817\n"
+"80\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3148594\n"
+"81\n"
+"help.text"
+msgid "EXACT(\"Text1\"; \"Text2\")"
+msgstr ""
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153224\n"
+"82\n"
+"help.text"
+msgid "<emph>Text1</emph> refers to the first text to compare."
+msgstr "<emph>Broj</emph> je broj koji ce biti konvertovan"
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"par_id3148637\n"
+"83\n"
+"help.text"
+msgid "<emph>Text2</emph> is the second text to compare."
+msgstr "<emph>Broj</emph> je broj koji ce biti konvertovan"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3149777\n"
+"84\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3156263\n"
+"85\n"
+"help.text"
+msgid "<item type=\"input\">=EXACT(\"microsystems\";\"Microsystems\")</item> returns FALSE."
+msgstr ""
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3152589\n"
+"help.text"
+msgid "<bookmark_value>FIND function</bookmark_value>"
+msgstr "<bookmark_value>TREND funkcija</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3152589\n"
+"44\n"
+"help.text"
+msgid "FIND"
+msgstr "FIND"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3146149\n"
+"45\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_FINDEN\">Looks for a string of text within another string.</ahelp> You can also define where to begin the search. The search term can be a number or any string of characters. The search is case-sensitive."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3083284\n"
+"46\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3083452\n"
+"47\n"
+"help.text"
+msgid "FIND(\"FindText\"; \"Text\"; Position)"
+msgstr ""
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150608\n"
+"48\n"
+"help.text"
+msgid "<emph>FindText</emph> refers to the text to be found."
+msgstr "<emph>Broj</emph> je broj koji ce biti konvertovan"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3152374\n"
+"49\n"
+"help.text"
+msgid "<emph>Text</emph> is the text where the search takes place."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3152475\n"
+"50\n"
+"help.text"
+msgid "<emph>Position</emph> (optional) is the position in the text from which the search starts."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3154812\n"
+"51\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3156375\n"
+"52\n"
+"help.text"
+msgid "<item type=\"input\">=FIND(76;998877665544)</item> returns 6."
+msgstr ""
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3149268\n"
+"help.text"
+msgid "<bookmark_value>FIXED function</bookmark_value>"
+msgstr "<bookmark_value>TIME funkcija</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3149268\n"
+"34\n"
+"help.text"
+msgid "FIXED"
+msgstr "FIXED"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3155833\n"
+"35\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_FEST\">Returns a number as text with a specified number of decimal places and optional thousands separators.</ahelp>"
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3152470\n"
+"36\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3147567\n"
+"37\n"
+"help.text"
+msgid "FIXED(Number; Decimals; NoThousandsSeparators)"
+msgstr ""
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"par_id3151272\n"
+"38\n"
+"help.text"
+msgid "<emph>Number</emph> refers to the number to be formatted."
+msgstr "<emph>Broj</emph> je broj koji ce biti konvertovan"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3156322\n"
+"39\n"
+"help.text"
+msgid "<emph>Decimals</emph> refers to the number of decimal places to be displayed."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150877\n"
+"40\n"
+"help.text"
+msgid "<emph>NoThousandsSeparators</emph> (optional) determines whether the thousands separator is used. If the parameter is a number not equal to 0, the thousands separator is suppressed. If the parameter is equal to 0 or if it is missing altogether, the thousands separators of your <link href=\"text/shared/optionen/01140000.xhp\" name=\"current locale setting\">current locale setting</link> are displayed."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3149040\n"
+"41\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3145208\n"
+"42\n"
+"help.text"
+msgid "<item type=\"input\">=FIXED(1234567.89;3)</item> returns 1,234,567.890 as a text string."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id5282143\n"
+"help.text"
+msgid "<item type=\"input\">=FIXED(1234567.89;3;1)</item> returns 1234567.890 as a text string."
+msgstr ""
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"bm_id7319864\n"
+"help.text"
+msgid "<bookmark_value>JIS function</bookmark_value>"
+msgstr "<bookmark_value>TIME funkcija</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3666188\n"
+"help.text"
+msgid "JIS"
+msgstr "JIS"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id964384\n"
+"help.text"
+msgid "<ahelp hid=\".\">The JIS function converts half-width to full-width ASCII and katakana characters. Returns a text string.</ahelp>"
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id1551561\n"
+"help.text"
+msgid "See <link href=\"http://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions\">http://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions</link> for a conversion table."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id2212897\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id2504654\n"
+"help.text"
+msgid "JIS(\"Text\")"
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id5292519\n"
+"help.text"
+msgid "<emph>Text</emph> is the text that contains characters to be converted."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3984496\n"
+"help.text"
+msgid "See also ASC function."
+msgstr ""
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3147083\n"
+"help.text"
+msgid "<bookmark_value>LEFT function</bookmark_value>"
+msgstr "<bookmark_value>LINEST funkcija</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3147083\n"
+"95\n"
+"help.text"
+msgid "LEFT"
+msgstr "LEFT"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153622\n"
+"96\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_LINKS\">Returns the first character or characters of a text.</ahelp>"
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3156116\n"
+"97\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3146786\n"
+"98\n"
+"help.text"
+msgid "LEFT(\"Text\"; Number)"
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3147274\n"
+"99\n"
+"help.text"
+msgid "<emph>Text</emph> is the text where the initial partial words are to be determined."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153152\n"
+"100\n"
+"help.text"
+msgid "<emph>Number</emph> (optional) specifies the number of characters for the start text. If this parameter is not defined, one character is returned."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3150260\n"
+"101\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"par_id3149141\n"
+"102\n"
+"help.text"
+msgid "<item type=\"input\">=LEFT(\"output\";3)</item> returns “out”."
+msgstr "<item tip=\"input\">=OCT2BIN(3; 3)</item> vraca string teksta <emph>011</emph>."
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3156110\n"
+"help.text"
+msgid "<bookmark_value>LEN function</bookmark_value>"
+msgstr "<bookmark_value>TREND funkcija</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3156110\n"
+"104\n"
+"help.text"
+msgid "LEN"
+msgstr "LEN"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150147\n"
+"105\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_LAENGE\">Returns the length of a string including spaces.</ahelp>"
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3155108\n"
+"106\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154063\n"
+"107\n"
+"help.text"
+msgid "LEN(\"Text\")"
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3146894\n"
+"108\n"
+"help.text"
+msgid "<emph>Text</emph> is the text whose length is to be determined."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3153884\n"
+"109\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"par_id3156008\n"
+"110\n"
+"help.text"
+msgid "<item type=\"input\">=LEN(\"Good Afternoon\")</item> returns 14."
+msgstr "<item tip=\"input\">=IMREAL(\"1+3j\")</item> vraca 1."
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154300\n"
+"111\n"
+"help.text"
+msgid "<item type=\"input\">=LEN(12345.67)</item> returns 8."
+msgstr "<item tip=\"input\">=IMREAL(\"1+3j\")</item> vraca 1."
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3153983\n"
+"help.text"
+msgid "<bookmark_value>LOWER function</bookmark_value>"
+msgstr "<bookmark_value>IMPOWER funkcija</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3153983\n"
+"87\n"
+"help.text"
+msgid "LOWER"
+msgstr "LOWER"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3152791\n"
+"88\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_KLEIN\">Converts all uppercase letters in a text string to lowercase.</ahelp>"
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3155902\n"
+"89\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150121\n"
+"90\n"
+"help.text"
+msgid "LOWER(\"Text\")"
+msgstr ""
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153910\n"
+"91\n"
+"help.text"
+msgid "<emph>Text</emph> refers to the text to be converted."
+msgstr "<emph>Broj</emph> je broj koji ce biti konvertovan"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3159343\n"
+"92\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"par_id3155329\n"
+"93\n"
+"help.text"
+msgid "<item type=\"input\">=LOWER(\"Sun\")</item> returns sun."
+msgstr "<item type=\"input\">=OR(A; B)</item> returns <emph>TRUE</emph>"
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3154589\n"
+"help.text"
+msgid "<bookmark_value>MID function</bookmark_value>"
+msgstr "<bookmark_value>IMDIV funkcija</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3154589\n"
+"148\n"
+"help.text"
+msgid "MID"
+msgstr "MID"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154938\n"
+"149\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_TEIL\">Returns a text string of a text. The parameters specify the starting position and the number of characters.</ahelp>"
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3148829\n"
+"150\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150526\n"
+"151\n"
+"help.text"
+msgid "MID(\"Text\"; Start; Number)"
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3148820\n"
+"152\n"
+"help.text"
+msgid "<emph>Text</emph> is the text containing the characters to extract."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150774\n"
+"153\n"
+"help.text"
+msgid "<emph>Start</emph> is the position of the first character in the text to extract."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153063\n"
+"154\n"
+"help.text"
+msgid "<emph>Number</emph> specifies the number of characters in the part of the text."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3150509\n"
+"155\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"par_id3158407\n"
+"156\n"
+"help.text"
+msgid "<item type=\"input\">=MID(\"office\";2;2)</item> returns ff."
+msgstr "<item tip=\"input\">=IMABS(\"5+12j\")</item> vraca 13."
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3159143\n"
+"help.text"
+msgid "<bookmark_value>PROPER function</bookmark_value>"
+msgstr "<bookmark_value>IMPOWER funkcija</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3159143\n"
+"70\n"
+"help.text"
+msgid "PROPER"
+msgstr "PROPER"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3149768\n"
+"71\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_GROSS2\">Capitalizes the first letter in all words of a text string.</ahelp>"
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3153573\n"
+"72\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154260\n"
+"73\n"
+"help.text"
+msgid "PROPER(\"Text\")"
+msgstr ""
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"par_id3147509\n"
+"74\n"
+"help.text"
+msgid "<emph>Text</emph> refers to the text to be converted."
+msgstr "<emph>Broj</emph> je broj koji ce biti konvertovan"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3147529\n"
+"75\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"par_id3155364\n"
+"76\n"
+"help.text"
+msgid "<item type=\"input\">=PROPER(\"open office\")</item> returns Open Office."
+msgstr "<item type=\"input\">=OR(A; B)</item> returns <emph>TRUE</emph>"
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3149171\n"
+"help.text"
+msgid "<bookmark_value>REPLACE function</bookmark_value>"
+msgstr "<bookmark_value>YEAR funkciju</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3149171\n"
+"22\n"
+"help.text"
+msgid "REPLACE"
+msgstr "REPLACE"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3148925\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ERSETZEN\">Replaces part of a text string with a different text string.</ahelp> This function can be used to replace both characters and numbers (which are automatically converted to text). The result of the function is always displayed as text. If you intend to perform further calculations with a number which has been replaced by text, you will need to convert it back to a number using the <link href=\"text/scalc/01/04060110.xhp\" name=\"VALUE\">VALUE</link> function."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3158426\n"
+"24\n"
+"help.text"
+msgid "Any text containing numbers must be enclosed in quotation marks if you do not want it to be interpreted as a number and automatically converted to text."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3149159\n"
+"25\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3147286\n"
+"26\n"
+"help.text"
+msgid "REPLACE(\"Text\"; Position; Length; \"NewText\")"
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3149797\n"
+"27\n"
+"help.text"
+msgid "<emph>Text</emph> refers to text of which a part will be replaced."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3166451\n"
+"28\n"
+"help.text"
+msgid "<emph>Position</emph> refers to the position within the text where the replacement will begin."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3156040\n"
+"29\n"
+"help.text"
+msgid "<emph>Length</emph> is the number of characters in <emph>Text</emph> to be replaced."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3159188\n"
+"30\n"
+"help.text"
+msgid "<emph>NewText</emph> refers to the text which replaces <emph>Text</emph>."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3146958\n"
+"31\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154096\n"
+"32\n"
+"help.text"
+msgid "<item type=\"input\">=REPLACE(\"1234567\";1;1;\"444\")</item> returns \"444234567\". One character at position 1 is replaced by the complete <item type=\"literal\">NewText</item>."
+msgstr ""
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3149741\n"
+"help.text"
+msgid "<bookmark_value>REPT function</bookmark_value>"
+msgstr "<bookmark_value>TREND funkcija</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3149741\n"
+"193\n"
+"help.text"
+msgid "REPT"
+msgstr "REPT"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153748\n"
+"194\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_WIEDERHOLEN\">Repeats a character string by the given <emph>number</emph> of copies.</ahelp>"
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3152884\n"
+"195\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150494\n"
+"196\n"
+"help.text"
+msgid "REPT(\"Text\"; Number)"
+msgstr ""
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154859\n"
+"197\n"
+"help.text"
+msgid "<emph>Text</emph> is the text to be repeated."
+msgstr "<emph>Broj</emph> je broj koji ce biti konvertovan"
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150638\n"
+"198\n"
+"help.text"
+msgid "<emph>Number</emph> is the number of repetitions."
+msgstr "<emph>Broj</emph> je broj koji ce biti konvertovan"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3149922\n"
+"212\n"
+"help.text"
+msgid "The result can be a maximum of 255 characters."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3156213\n"
+"199\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3148626\n"
+"200\n"
+"help.text"
+msgid "<item type=\"input\">=REPT(\"Good morning\";2)</item> returns Good morningGood morning."
+msgstr ""
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3149805\n"
+"help.text"
+msgid "<bookmark_value>RIGHT function</bookmark_value>"
+msgstr "<bookmark_value>MINUTE funkcija</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3149805\n"
+"113\n"
+"help.text"
+msgid "RIGHT"
+msgstr "RIGHT"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3145375\n"
+"114\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_RECHTS\">Returns the last character or characters of a text.</ahelp>"
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3150837\n"
+"115\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154344\n"
+"116\n"
+"help.text"
+msgid "RIGHT(\"Text\"; Number)"
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3149426\n"
+"117\n"
+"help.text"
+msgid "<emph>Text</emph> is the text of which the right part is to be determined."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153350\n"
+"118\n"
+"help.text"
+msgid "<emph>Number</emph> (optional) is the number of characters from the right part of the text."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3148661\n"
+"119\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"par_id3151132\n"
+"120\n"
+"help.text"
+msgid "<item type=\"input\">=RIGHT(\"Sun\";2)</item> returns un."
+msgstr "<item tip=\"input\">=IMABS(\"5+12j\")</item> vraca 13."
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3153534\n"
+"help.text"
+msgid "<bookmark_value>ROMAN function</bookmark_value>"
+msgstr "<bookmark_value>IMLN funkcija</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3153534\n"
+"248\n"
+"help.text"
+msgid "ROMAN"
+msgstr "ROMAN"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3151256\n"
+"249\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ROEMISCH\">Converts a number into a Roman numeral. The value range must be between 0 and 3999, the modes can be integers from 0 to 4.</ahelp>"
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3149299\n"
+"250\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150593\n"
+"251\n"
+"help.text"
+msgid "ROMAN(Number; Mode)"
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3156139\n"
+"252\n"
+"help.text"
+msgid "<emph>Number</emph> is the number that is to be converted into a Roman numeral."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153318\n"
+"253\n"
+"help.text"
+msgid "<emph>Mode</emph> (optional) indicates the degree of simplification. The higher the value, the greater is the simplification of the Roman number."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3145306\n"
+"254\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"par_id3151371\n"
+"255\n"
+"help.text"
+msgid "<item type=\"input\">=ROMAN(999)</item> returns CMXCIX"
+msgstr "<item type=\"input\">=OR(A; B)</item> returns <emph>TRUE</emph>"
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153938\n"
+"256\n"
+"help.text"
+msgid "<item type=\"input\">=ROMAN(999;0)</item> returns CMXCIX"
+msgstr "<item type=\"input\">=OR(A; B)</item> returns <emph>TRUE</emph>"
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"par_id3148412\n"
+"257\n"
+"help.text"
+msgid "<item type=\"input\">=ROMAN (999;1)</item> returns LMVLIV"
+msgstr "<item type=\"input\">=AND(A; B)</item> returns <emph>FALSE</emph>"
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"par_id3155421\n"
+"258\n"
+"help.text"
+msgid "<item type=\"input\">=ROMAN(999;2)</item> returns XMIX"
+msgstr "<item type=\"input\">=OR(A; B)</item> returns <emph>TRUE</emph>"
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"par_id3149235\n"
+"259\n"
+"help.text"
+msgid "<item type=\"input\">=ROMAN(999;3)</item> returns VMIV"
+msgstr "<item type=\"input\">=OR(A; B)</item> returns <emph>TRUE</emph>"
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150624\n"
+"260\n"
+"help.text"
+msgid "<item type=\"input\">=ROMAN(999;4)</item> returns IM"
+msgstr "<item type=\"input\">=OR(A; B)</item> returns <emph>TRUE</emph>"
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3151005\n"
+"help.text"
+msgid "<bookmark_value>SEARCH function</bookmark_value>"
+msgstr "<bookmark_value>YEAR funkciju</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3151005\n"
+"122\n"
+"help.text"
+msgid "SEARCH"
+msgstr "SEARCH"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3148692\n"
+"123\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SUCHEN\">Returns the position of a text segment within a character string.</ahelp> You can set the start of the search as an option. The search text can be a number or any sequence of characters. The search is not case-sensitive."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3152964\n"
+"124\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154671\n"
+"125\n"
+"help.text"
+msgid "SEARCH(\"FindText\"; \"Text\"; Position)"
+msgstr ""
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"par_id3146080\n"
+"126\n"
+"help.text"
+msgid "<emph>FindText</emph> is the text to be searched for."
+msgstr "<emph>Broj</emph> je broj koji ce biti konvertovan"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154111\n"
+"127\n"
+"help.text"
+msgid "<emph>Text</emph> is the text where the search will take place."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3149559\n"
+"128\n"
+"help.text"
+msgid "<emph>Position</emph> (optional) is the position in the text where the search is to start."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3147322\n"
+"129\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154564\n"
+"130\n"
+"help.text"
+msgid "<item type=\"input\">=SEARCH(54;998877665544)</item> returns 10."
+msgstr ""
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3154830\n"
+"help.text"
+msgid "<bookmark_value>SUBSTITUTE function</bookmark_value>"
+msgstr "<bookmark_value>MINUTE funkcija</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3154830\n"
+"174\n"
+"help.text"
+msgid "SUBSTITUTE"
+msgstr "SUBSTITUTE"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153698\n"
+"175\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_WECHSELN\">Substitutes new text for old text in a string.</ahelp>"
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3150994\n"
+"176\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3147582\n"
+"177\n"
+"help.text"
+msgid "SUBSTITUTE(\"Text\"; \"SearchText\"; \"NewText\"; Occurrence)"
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153675\n"
+"178\n"
+"help.text"
+msgid "<emph>Text</emph> is the text in which text segments are to be exchanged."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3156155\n"
+"179\n"
+"help.text"
+msgid "<emph>SearchText </emph>is the text segment that is to be replaced (a number of times)."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3145779\n"
+"180\n"
+"help.text"
+msgid "<emph>NewText</emph> is the text that is to replace the text segment."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150348\n"
+"181\n"
+"help.text"
+msgid "<emph>Occurrence</emph> (optional) indicates which occurrence of the search text is to be replaced. If this parameter is missing the search text is replaced throughout."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3150946\n"
+"182\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150412\n"
+"183\n"
+"help.text"
+msgid "<item type=\"input\">=SUBSTITUTE(\"123123123\";\"3\";\"abc\")</item> returns 12abc12abc12abc."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154915\n"
+"238\n"
+"help.text"
+msgid "<item type=\"input\">=SUBSTITUTE(\"123123123\";\"3\";\"abc\";2)</item> returns 12312abc123."
+msgstr ""
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3148977\n"
+"help.text"
+msgid "<bookmark_value>T function</bookmark_value>"
+msgstr "<bookmark_value>TIME funkcija</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3148977\n"
+"140\n"
+"help.text"
+msgid "T"
+msgstr "T"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154359\n"
+"141\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_T\">This function returns the target text, or a blank text string if the target is not text.</ahelp>"
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3155858\n"
+"142\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3155871\n"
+"143\n"
+"help.text"
+msgid "T(Value)"
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154726\n"
+"144\n"
+"help.text"
+msgid "If <emph>Value</emph> is a text string or refers to a text string, T returns that text string; otherwise it returns a blank text string."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3155544\n"
+"145\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3151062\n"
+"146\n"
+"help.text"
+msgid "<item type=\"input\">=T(12345)</item> returns an empty string."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id4650105\n"
+"help.text"
+msgid "<item type=\"input\">=T(\"12345\")</item> returns the string 12345."
+msgstr ""
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3147132\n"
+"help.text"
+msgid "<bookmark_value>TEXT function</bookmark_value>"
+msgstr "<bookmark_value>IMEXP funkcija</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3147132\n"
+"158\n"
+"help.text"
+msgid "TEXT"
+msgstr "TEXT"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3147213\n"
+"159\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_TEXT\">Converts a number into text according to a given format.</ahelp>"
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3153129\n"
+"160\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3147377\n"
+"161\n"
+"help.text"
+msgid "TEXT(Number; Format)"
+msgstr ""
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"par_id3147389\n"
+"162\n"
+"help.text"
+msgid "<emph>Number</emph> is the numerical value to be converted."
+msgstr "<emph>Broj</emph> je broj koji ce biti konvertovan"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3156167\n"
+"163\n"
+"help.text"
+msgid "<emph>Format</emph> is the text which defines the format. Use decimal and thousands separators according to the language set in the cell format."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id1243629\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id9044770\n"
+"help.text"
+msgid "<item type=\"input\">=TEXT(12.34567;\"###.##\")</item> returns the text 12.35"
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3674123\n"
+"help.text"
+msgid "<item type=\"input\">=TEXT(12.34567;\"000.00\")</item> returns the text 012.35"
+msgstr ""
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3151039\n"
+"help.text"
+msgid "<bookmark_value>TRIM function</bookmark_value>"
+msgstr "<bookmark_value>TIME funkcija</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3151039\n"
+"54\n"
+"help.text"
+msgid "TRIM"
+msgstr "TRIM"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3157888\n"
+"55\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_GLAETTEN\">Removes spaces from a string, leaving only a single space character between words.</ahelp>"
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3152913\n"
+"56\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3151349\n"
+"57\n"
+"help.text"
+msgid "TRIM(\"Text\")"
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3151362\n"
+"58\n"
+"help.text"
+msgid "<emph>Text</emph> refers to text in which spaces are removed."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3146838\n"
+"59\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"par_id3156074\n"
+"60\n"
+"help.text"
+msgid "<item type=\"input\">=TRIM(\"hello\")</item> returns hello."
+msgstr "<item tip=\"input\">=IMREAL(\"1+3j\")</item> vraca 1."
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"bm_id0907200904030935\n"
+"help.text"
+msgid "<bookmark_value>UNICHAR function</bookmark_value>"
+msgstr "<bookmark_value>YEAR funkciju</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id0907200904022525\n"
+"help.text"
+msgid "UNICHAR"
+msgstr "UNICHAR"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id0907200904022538\n"
+"help.text"
+msgid "<ahelp hid=\".\">Converts a code number into a Unicode character or letter.</ahelp>"
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id0907200904123753\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id0907200904123753\n"
+"help.text"
+msgid "UNICHAR(number)"
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id0907200904123720\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id090720090412378\n"
+"help.text"
+msgid "=UNICHAR(169) returns the Copyright character <emph>©</emph>."
+msgstr ""
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"bm_id0907200904033543\n"
+"help.text"
+msgid "<bookmark_value>UNICODE function</bookmark_value>"
+msgstr "<bookmark_value>NOW funkcija</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id0907200904022588\n"
+"help.text"
+msgid "UNICODE"
+msgstr "UNICODE"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id0907200904022594\n"
+"help.text"
+msgid "<ahelp hid=\".\">Returns the numeric code for the first Unicode character in a text string.</ahelp>"
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id0907200904123874\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id0907200904123846\n"
+"help.text"
+msgid "UNICODE(\"Text\")"
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id0907200904123899\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id0907200904123919\n"
+"help.text"
+msgid "=UNICODE(\"©\") returns the Unicode number 169 for the Copyright character."
+msgstr ""
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3145178\n"
+"help.text"
+msgid "<bookmark_value>UPPER function</bookmark_value>"
+msgstr "<bookmark_value>TIP funkcije</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3145178\n"
+"62\n"
+"help.text"
+msgid "UPPER"
+msgstr "UPPER"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3162905\n"
+"63\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_GROSS\">Converts the string specified in the <emph>text</emph> field to uppercase.</ahelp>"
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3148526\n"
+"64\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3148539\n"
+"65\n"
+"help.text"
+msgid "UPPER(\"Text\")"
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3148496\n"
+"66\n"
+"help.text"
+msgid "<emph>Text</emph> refers to the lower case letters you want to convert to upper case."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3148516\n"
+"67\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3146757\n"
+"68\n"
+"help.text"
+msgid "<item type=\"input\">=UPPER(\"Good Morning\")</item> returns GOOD MORNING."
+msgstr ""
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3150802\n"
+"help.text"
+msgid "<bookmark_value>VALUE function</bookmark_value>"
+msgstr "<bookmark_value>TIMEVALUE funkcija</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3150802\n"
+"185\n"
+"help.text"
+msgid "VALUE"
+msgstr "VALUE"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3152551\n"
+"186\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_WERT\">Converts a text string into a number.</ahelp>"
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3152568\n"
+"187\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153638\n"
+"188\n"
+"help.text"
+msgid "VALUE(\"Text\")"
+msgstr "TIMEVALUE(\"Tekst\")"
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153651\n"
+"189\n"
+"help.text"
+msgid "<emph>Text</emph> is the text to be converted to a number."
+msgstr "<emph>Broj</emph> je broj koji ce biti konvertovan"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3144719\n"
+"190\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060110.xhp
+#, fuzzy
+msgctxt ""
+"04060110.xhp\n"
+"par_id3144733\n"
+"191\n"
+"help.text"
+msgid "<item type=\"input\">=VALUE(\"4321\")</item> returns 4321."
+msgstr "<item tip=\"input\">=IMABS(\"5+12j\")</item> vraca 13."
+
+#: 04020000.xhp
+#, fuzzy
+msgctxt ""
+"04020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Insert Cells"
+msgstr "Ubaci ćelije"
+
+#: 04020000.xhp
+#, fuzzy
+msgctxt ""
+"04020000.xhp\n"
+"bm_id3156023\n"
+"help.text"
+msgid "<bookmark_value>spreadsheets; inserting cells</bookmark_value><bookmark_value>cells; inserting</bookmark_value><bookmark_value>inserting; cells</bookmark_value>"
+msgstr "<bookmark_value>celije; osvjezavanje tragova</bookmark_value><bookmark_value>tragovi; osvjezavanje</bookmark_value><bookmark_value>updating;traces</bookmark_value>"
+
+#: 04020000.xhp
+#, fuzzy
+msgctxt ""
+"04020000.xhp\n"
+"hd_id3156023\n"
+"1\n"
+"help.text"
+msgid "Insert Cells"
+msgstr "Ubaci ćelije"
+
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"par_id3150542\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"zelleneinfuegentext\"><ahelp hid=\".uno:InsertCell\">Opens the<emph> Insert Cells </emph>dialog, in which you can insert new cells according to the options that you specify.</ahelp></variable> You can delete cells by choosing <link href=\"text/scalc/01/02160000.xhp\" name=\"Edit - Delete Cells\"><emph>Edit - Delete Cells</emph></link>."
+msgstr ""
+
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"hd_id3153768\n"
+"3\n"
+"help.text"
+msgid "Selection"
+msgstr "Izbor"
+
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"par_id3149262\n"
+"4\n"
+"help.text"
+msgid "This area contains the options available for inserting cells into a sheet. The cell quantity and position is defined by selecting a cell range in the sheet beforehand."
+msgstr ""
+
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"hd_id3146120\n"
+"5\n"
+"help.text"
+msgid "Shift cells down"
+msgstr "Pomjeri ćelije dolje"
+
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"par_id3152596\n"
+"6\n"
+"help.text"
+msgid "<variable id=\"zellenuntentext\"><ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCELL:BTN_CELLSDOWN\">Moves the contents of the selected range downward when cells are inserted.</ahelp></variable>"
+msgstr ""
+
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"hd_id3147434\n"
+"7\n"
+"help.text"
+msgid "Shift cells right"
+msgstr "Pomjeri ćelije desno"
+
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"par_id3144764\n"
+"8\n"
+"help.text"
+msgid "<variable id=\"zellenrechtstext\"><ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCELL:BTN_CELLSRIGHT\">Moves the contents of the selected range to the right when cells are inserted.</ahelp></variable>"
+msgstr ""
+
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"hd_id3153877\n"
+"9\n"
+"help.text"
+msgid "Entire row"
+msgstr "Kompletan red"
+
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"par_id3155417\n"
+"10\n"
+"help.text"
+msgid "<variable id=\"zeilenganzetext\"><ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCELL:BTN_INSROWS\">Inserts an entire row. The position of the row is determined by the selection on the sheet.</ahelp></variable> The number of rows inserted depends on how many rows are selected. The contents of the original rows are moved downward."
+msgstr ""
+
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"hd_id3146971\n"
+"11\n"
+"help.text"
+msgid "Entire column"
+msgstr "Kompetnu kolonu"
+
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"par_id3155068\n"
+"12\n"
+"help.text"
+msgid "<variable id=\"spaltenganzetext\"><ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCELL:BTN_INSCOLS\">Inserts an entire column. The number of columns to be inserted is determined by the selected number of columns.</ahelp></variable> The contents of the original columns are shifted to the right."
+msgstr ""
+
+#: 05050100.xhp
+msgctxt ""
+"05050100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr "Preimenuj tablicu"
+
+#: 05050100.xhp
+msgctxt ""
+"05050100.xhp\n"
+"bm_id3147336\n"
+"help.text"
+msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
+msgstr ""
+
+#: 05050100.xhp
+msgctxt ""
+"05050100.xhp\n"
+"hd_id3147336\n"
+"1\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr "Preimenuj tablicu"
+
+#: 05050100.xhp
+msgctxt ""
+"05050100.xhp\n"
+"par_id3150792\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"umbenennentext\"><ahelp hid=\".uno:RenameTable\">This command opens a dialog where you can assign a different name to the current sheet.</ahelp></variable>"
+msgstr ""
+
+#: 05050100.xhp
+msgctxt ""
+"05050100.xhp\n"
+"hd_id3153968\n"
+"3\n"
+"help.text"
+msgid "Name"
+msgstr "Ime"
+
+#: 05050100.xhp
+msgctxt ""
+"05050100.xhp\n"
+"par_id3155131\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_APPEND_NAME\">Enter a new name for the sheet here.</ahelp>"
+msgstr ""
+
+#: 05050100.xhp
+msgctxt ""
+"05050100.xhp\n"
+"par_id3153092\n"
+"5\n"
+"help.text"
+msgid "You can also open the<emph> Rename Sheet </emph>dialog through the context menu by positioning the mouse pointer over a sheet tab at the bottom of the window and <switchinline select=\"sys\"><caseinline select=\"MAC\">clicking while pressing Control</caseinline><defaultinline>clicking the right mouse button</defaultinline></switchinline>."
+msgstr ""
+
+#: 05050100.xhp
+msgctxt ""
+"05050100.xhp\n"
+"par_id3147396\n"
+"6\n"
+"help.text"
+msgid "Alternatively, click the sheet tab while pressing the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Alt</defaultinline></switchinline> key. Now you can change the name directly. <switchinline select=\"sys\"><caseinline select=\"UNIX\"><embedvar href=\"text/shared/00/00000099.xhp#winmanager\"/></caseinline></switchinline>"
+msgstr ""
+
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Protect Document"
+msgstr "Zaštiti dokument"
+
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"hd_id3148946\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06060000.xhp\" name=\"Protect Document\">Protect Document</link>"
+msgstr "<link href=\"text/scalc/01/06060000.xhp\" name=\"Protect Document\">Zaštiti dokument</link>"
+
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_id3153362\n"
+"2\n"
+"help.text"
+msgid "The<emph> Protect Document </emph>command prevents changes from being made to cells in the sheets or to sheets in a document. As an option, you can define a password. If a password is defined, removal of the protection is only possible if the user enters the correct password."
+msgstr "<emph> Zaštiti dokument </emph> naredba sprjecava promjene celijama u tabeli ili u dokumentu. Kao opciju, možete definirati lozinku. Ako je sifra je definirana, uklanjanje zaštite je moguce samo ako korisnik unese ispravnu sifru."
+
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"hd_id3147228\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06060100.xhp\" name=\"Sheets\">Sheets</link>"
+msgstr "<link href=\"text/scalc/01/06060100.xhp\" name=\"Sheets\">Stranice</link>"
+
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"hd_id3153768\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06060200.xhp\" name=\"Documents\">Documents</link>"
+msgstr "<link href=\"text/scalc/01/06060200.xhp\" name=\"Documents\">Dokumenti</link>"
+
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_idN10622\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/guide/cell_protect.xhp#cell_protect\"/>"
+msgstr ""
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"tit\n"
+"help.text"
+msgid "Bit Operation Functions"
+msgstr ""
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"hd_id4149052\n"
+"1\n"
+"help.text"
+msgid "Bit Operation Functions"
+msgstr ""
+
+#: 04060120.xhp
+#, fuzzy
+msgctxt ""
+"04060120.xhp\n"
+"bm_id4150026\n"
+"help.text"
+msgid "<bookmark_value>BITAND function</bookmark_value>"
+msgstr "<bookmark_value>TREND funkcija</bookmark_value>"
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"hd_id4150026\n"
+"238\n"
+"help.text"
+msgid "BITAND"
+msgstr ""
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4146942\n"
+"239\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_BITAND\">Returns a bitwise logical \"and\" of the parameters.</ahelp>"
+msgstr ""
+
+#: 04060120.xhp
+#, fuzzy
+msgctxt ""
+"04060120.xhp\n"
+"hd_id4150459\n"
+"240\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4146878\n"
+"241\n"
+"help.text"
+msgid "BITAND(number1; number2)"
+msgstr ""
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4151228\n"
+"242\n"
+"help.text"
+msgid "<emph>Number1</emph> and <emph>number2</emph> are positive integers less than 2 ^ 48 (281 474 976 710 656)."
+msgstr ""
+
+#: 04060120.xhp
+#, fuzzy
+msgctxt ""
+"04060120.xhp\n"
+"hd_id4148582\n"
+"248\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4149246\n"
+"250\n"
+"help.text"
+msgid "<item type=\"input\">=BITAND(6;10)</item> returns 2 (0110 & 1010 = 0010)."
+msgstr ""
+
+#: 04060120.xhp
+#, fuzzy
+msgctxt ""
+"04060120.xhp\n"
+"bm_id4146139\n"
+"help.text"
+msgid "<bookmark_value>BITOR function</bookmark_value>"
+msgstr "<bookmark_value>SAT funkcija</bookmark_value>"
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"hd_id4146139\n"
+"252\n"
+"help.text"
+msgid "BITOR"
+msgstr ""
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4150140\n"
+"253\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_BITOR\">Returns a bitwise logical \"or\" of the parameters.</ahelp>"
+msgstr ""
+
+#: 04060120.xhp
+#, fuzzy
+msgctxt ""
+"04060120.xhp\n"
+"hd_id4149188\n"
+"254\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4148733\n"
+"255\n"
+"help.text"
+msgid "BITOR(number1; number2)"
+msgstr ""
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4150864\n"
+"256\n"
+"help.text"
+msgid "<emph>Number1</emph> and <emph>number2</emph> are positive integers less than 2 ^ 48 (281 474 976 710 656)."
+msgstr ""
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4149884\n"
+"264\n"
+"help.text"
+msgid "<item type=\"input\">=BITOR(6;10)</item> returns 14 (0110 | 1010 = 1110)."
+msgstr ""
+
+#: 04060120.xhp
+#, fuzzy
+msgctxt ""
+"04060120.xhp\n"
+"bm_id4150019\n"
+"help.text"
+msgid "<bookmark_value>BITXOR function</bookmark_value>"
+msgstr "<bookmark_value>SAT funkcija</bookmark_value>"
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"hd_id4150019\n"
+"182\n"
+"help.text"
+msgid "BITXOR"
+msgstr ""
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4145246\n"
+"183\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_BITXOR\">Returns a bitwise logical \"exclusive or\" of the parameters.</ahelp>"
+msgstr ""
+
+#: 04060120.xhp
+#, fuzzy
+msgctxt ""
+"04060120.xhp\n"
+"hd_id4153047\n"
+"184\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4157970\n"
+"185\n"
+"help.text"
+msgid "BITXOR(number1; number2)"
+msgstr ""
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4145302\n"
+"186\n"
+"help.text"
+msgid "<emph>Number1</emph> and <emph>number2</emph> are positive integers less than 2 ^ 48 (281 474 976 710 656)."
+msgstr ""
+
+#: 04060120.xhp
+#, fuzzy
+msgctxt ""
+"04060120.xhp\n"
+"hd_id4150269\n"
+"192\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4149394\n"
+"196\n"
+"help.text"
+msgid "<item type=\"input\">=BITXOR(6;10)</item> returns 12 (0110 ^ 1010 = 1100)"
+msgstr ""
+
+#: 04060120.xhp
+#, fuzzy
+msgctxt ""
+"04060120.xhp\n"
+"bm_id4155370\n"
+"help.text"
+msgid "<bookmark_value>BITLSHIFT function</bookmark_value>"
+msgstr "<bookmark_value>IMDIV funkcija</bookmark_value>"
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"hd_id4155370\n"
+"266\n"
+"help.text"
+msgid "BITLSHIFT"
+msgstr ""
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4158411\n"
+"267\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_BITLSHIFT\">Shifts a number left by n bits.</ahelp>"
+msgstr ""
+
+#: 04060120.xhp
+#, fuzzy
+msgctxt ""
+"04060120.xhp\n"
+"hd_id4155814\n"
+"268\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4147536\n"
+"269\n"
+"help.text"
+msgid "BITLSHIFT(number; shift)"
+msgstr ""
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4150475\n"
+"270\n"
+"help.text"
+msgid "<emph>Number</emph> is a positive integer less than 2 ^ 48 (281 474 976 710 656)."
+msgstr ""
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4153921\n"
+"271\n"
+"help.text"
+msgid "<emph>Shift</emph> is the number of positions the bits will be moved to the left. If shift is negative, it is synonymous with BITRSHIFT (number; -shift)."
+msgstr ""
+
+#: 04060120.xhp
+#, fuzzy
+msgctxt ""
+"04060120.xhp\n"
+"hd_id4153723\n"
+"276\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4149819\n"
+"278\n"
+"help.text"
+msgid "<item type=\"input\">=BITLSHIFT(6;1)</item> returns 12 (0110 << 1 = 1100)."
+msgstr ""
+
+#: 04060120.xhp
+#, fuzzy
+msgctxt ""
+"04060120.xhp\n"
+"bm_id4083280\n"
+"help.text"
+msgid "<bookmark_value>BITRSHIFT function</bookmark_value>"
+msgstr "<bookmark_value>IMDIV funkcija</bookmark_value>"
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"hd_id4083280\n"
+"165\n"
+"help.text"
+msgid "BITRSHIFT"
+msgstr ""
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4152482\n"
+"166\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_BITRSHIFT\">Shifts a number right by n bits.</ahelp>"
+msgstr ""
+
+#: 04060120.xhp
+#, fuzzy
+msgctxt ""
+"04060120.xhp\n"
+"hd_id4149713\n"
+"167\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4145087\n"
+"168\n"
+"help.text"
+msgid "BITRSHIFT(number; shift)"
+msgstr ""
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4149277\n"
+"169\n"
+"help.text"
+msgid "<emph>Number</emph> is a positive integer less than 2 ^ 48 (281 474 976 710 656)."
+msgstr ""
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4149270\n"
+"170\n"
+"help.text"
+msgid "<emph>Shift</emph> is the number of positions the bits will be moved to the right. If shift is negative, it is synonymous with BITLSHIFT (number; -shift)."
+msgstr ""
+
+#: 04060120.xhp
+#, fuzzy
+msgctxt ""
+"04060120.xhp\n"
+"hd_id4152933\n"
+"175\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4156130\n"
+"179\n"
+"help.text"
+msgid "<item type=\"input\">=BITRSHIFT(6;1)</item> returns 3 (0110 >> 1 = 0011)."
+msgstr ""
+
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Cell Protection"
+msgstr "Zaštita ćelije"
+
+#: 05020600.xhp
+#, fuzzy
+msgctxt ""
+"05020600.xhp\n"
+"hd_id3145119\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05020600.xhp\" name=\"Cell Protection\">Cell Protection</link>"
+msgstr "<link href=\"text/scalc/01/06990000.xhp\" name=\"Cell Contents\">Sadrzaji celije</link>"
+
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"par_id3150398\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SCPAGE_PROTECTION\">Defines protection options for selected cells.</ahelp>"
+msgstr ""
+
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"hd_id3150447\n"
+"3\n"
+"help.text"
+msgid "Protection"
+msgstr "Zaštita"
+
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"hd_id3125864\n"
+"9\n"
+"help.text"
+msgid "Hide all"
+msgstr "Sakrij sve"
+
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"par_id3153768\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SC:TRISTATEBOX:RID_SCPAGE_PROTECTION:BTN_HIDE_ALL\">Hides formulas and contents of the selected cells.</ahelp>"
+msgstr ""
+
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"hd_id3153190\n"
+"5\n"
+"help.text"
+msgid "Protected"
+msgstr "Zaštićeno"
+
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"par_id3151119\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:TRISTATEBOX:RID_SCPAGE_PROTECTION:BTN_PROTECTED\">Prevents the selected cells from being modified.</ahelp>"
+msgstr ""
+
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"par_id3156283\n"
+"15\n"
+"help.text"
+msgid "This cell protection only takes effect if you also protect the sheet (<emph>Tools - Protect Document - Sheet</emph>)."
+msgstr ""
+
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"hd_id3149377\n"
+"7\n"
+"help.text"
+msgid "Hide formula"
+msgstr "Sakrij formulu"
+
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"par_id3154510\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:TRISTATEBOX:RID_SCPAGE_PROTECTION:BTN_HIDE_FORMULAR\">Hides formulas in the selected cells.</ahelp>"
+msgstr ""
+
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"hd_id3155602\n"
+"11\n"
+"help.text"
+msgid "Print"
+msgstr "Štampaj"
+
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"par_id3153836\n"
+"12\n"
+"help.text"
+msgid "Defines print options for the sheet."
+msgstr ""
+
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"hd_id3155065\n"
+"13\n"
+"help.text"
+msgid "Hide when printing"
+msgstr "Sakrij pri štampanju"
+
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"par_id3155443\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SC:TRISTATEBOX:RID_SCPAGE_PROTECTION:BTN_HIDE_PRINT\">Keeps the selected cells from being printed.</ahelp>"
+msgstr ""
+
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Format Cells"
+msgstr "Formatiraj ćelije"
+
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"bm_id3148663\n"
+"help.text"
+msgid "<bookmark_value>cell attributes</bookmark_value><bookmark_value>attributes;cells</bookmark_value><bookmark_value>formatting;cells</bookmark_value><bookmark_value>cells;formatting dialog</bookmark_value>"
+msgstr ""
+
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"hd_id3148663\n"
+"1\n"
+"help.text"
+msgid "Format Cells"
+msgstr "Formatiraj ćelije"
+
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"par_id3150448\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"zellattributetext\"><ahelp hid=\".uno:FormatCellDialog\">Allows you to specify a variety of formatting options and to apply attributes to the selected cells.</ahelp></variable>"
+msgstr ""
+
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"hd_id3145785\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Numbers\">Numbers</link>"
+msgstr "<link href=\"text/shared/01/05020300.xhp\" name=\"Brojevi\">Brojevi</link>"
+
+#: 05020000.xhp
+#, fuzzy
+msgctxt ""
+"05020000.xhp\n"
+"hd_id3146119\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">Font</link>"
+msgstr "<link href=\"text/scalc/01/02140100.xhp\" name=\"Down\">Dolje</link>"
+
+#: func_weeknum.xhp
+msgctxt ""
+"func_weeknum.xhp\n"
+"tit\n"
+"help.text"
+msgid "WEEKNUM"
+msgstr "WEEKNUM"
+
+#: func_weeknum.xhp
+msgctxt ""
+"func_weeknum.xhp\n"
+"bm_id3159161\n"
+"help.text"
+msgid "<bookmark_value>WEEKNUM function</bookmark_value>"
+msgstr "<bookmark_value>WEEKNUM funkcija</bookmark_value>"
+
+#: func_weeknum.xhp
+#, fuzzy
+msgctxt ""
+"func_weeknum.xhp\n"
+"hd_id3159161\n"
+"54\n"
+"help.text"
+msgid "<variable id=\"weeknum\"><link href=\"text/scalc/01/func_weeknum.xhp\">WEEKNUM</link></variable>"
+msgstr "<variable id=\"solver\"><link href=\"text/scalc/01/solver.xhp\">Rješavač</link></variable>"
+
+#: func_weeknum.xhp
+msgctxt ""
+"func_weeknum.xhp\n"
+"par_id3149770\n"
+"55\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_KALENDERWOCHE\">WEEKNUM calculates the week number of the year for the internal date value.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_KALENDERWOCHE\">WEEKNUM racuna broj sedmice u godini za interni datum.</ahelp>"
+
+#: func_weeknum.xhp
+msgctxt ""
+"func_weeknum.xhp\n"
+"par_idN105E4\n"
+"help.text"
+msgid "The International Standard ISO 8601 has decreed that Monday shall be the first day of the week. A week that lies partly in one year and partly in another is assigned a number in the year in which most of its days lie. That means that week number 1 of any year is the week that contains the January 4th."
+msgstr "Internacionalni Standard ISO 8601 je proglasio Ponedjeljak prvim danom sedmice. Sedmica koja je dijelom u jednom godini a dijelom u drugoj je dodijeljena godini u kojoj vecina njenih dana leži. To znaci da je prva sedmica bilo koje godine ona sedmica koja sadrži 4. Januar."
+
+#: func_weeknum.xhp
+msgctxt ""
+"func_weeknum.xhp\n"
+"hd_id3153055\n"
+"56\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: func_weeknum.xhp
+msgctxt ""
+"func_weeknum.xhp\n"
+"par_id3147236\n"
+"57\n"
+"help.text"
+msgid "WEEKNUM(Number; Mode)"
+msgstr "WEEKNUM(Broj; Nacin)"
+
+#: func_weeknum.xhp
+msgctxt ""
+"func_weeknum.xhp\n"
+"par_id3147511\n"
+"58\n"
+"help.text"
+msgid "<emph>Number</emph> is the internal date number."
+msgstr "<emph>Broj</emph> je interni datum."
+
+#: func_weeknum.xhp
+msgctxt ""
+"func_weeknum.xhp\n"
+"par_id3154269\n"
+"59\n"
+"help.text"
+msgid "<emph>Mode</emph> sets the start of the week and the calculation type."
+msgstr "<emph>Režim</emph> postavlja pocetak sedmice i tip racunice ."
+
+#: func_weeknum.xhp
+msgctxt ""
+"func_weeknum.xhp\n"
+"par_id3148930\n"
+"60\n"
+"help.text"
+msgid "1 = Sunday"
+msgstr "1 = Nedjelja"
+
+#: func_weeknum.xhp
+msgctxt ""
+"func_weeknum.xhp\n"
+"par_id3154280\n"
+"61\n"
+"help.text"
+msgid "2 = Monday"
+msgstr "2 = Ponedjeljak"
+
+#: func_weeknum.xhp
+msgctxt ""
+"func_weeknum.xhp\n"
+"hd_id3146948\n"
+"62\n"
+"help.text"
+msgid "Examples"
+msgstr "Primjeri"
+
+#: func_weeknum.xhp
+msgctxt ""
+"func_weeknum.xhp\n"
+"par_id3150704\n"
+"65\n"
+"help.text"
+msgid "=WEEKNUM(\"1995-01-01\";1) returns 1"
+msgstr "Err:509"
+
+#: func_weeknum.xhp
+msgctxt ""
+"func_weeknum.xhp\n"
+"par_id3149792\n"
+"64\n"
+"help.text"
+msgid "=WEEKNUM(\"1995-01-01\";2) returns 52. If the week starts on Monday, Sunday belongs to the last week of the previous year."
+msgstr "Err:509"
+
+#: 02140500.xhp
+msgctxt ""
+"02140500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Fill Sheet"
+msgstr "Ispuni tabelu"
+
+#: 02140500.xhp
+msgctxt ""
+"02140500.xhp\n"
+"hd_id3153897\n"
+"1\n"
+"help.text"
+msgid "Fill Sheet"
+msgstr "Ispuni tabelu"
+
+#: 02140500.xhp
+msgctxt ""
+"02140500.xhp\n"
+"par_id3150791\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"tabellenfuellentext\"><ahelp hid=\".uno:FillTable\" visibility=\"visible\">Specifies the options for transferring sheets or ranges of a certain sheet.</ahelp></variable>"
+msgstr "<variable id=\"tabellenfuellentext\"><ahelp hid=\".uno:FillTable\" visibility=\"visible\">Specificira opcije za transfer tabela ili raspona odredenih tabela.</ahelp></variable>"
+
+#: 02140500.xhp
+msgctxt ""
+"02140500.xhp\n"
+"par_id3150767\n"
+"3\n"
+"help.text"
+msgid "In contrast to copying an area to the clipboard, you can filter certain information and calculate values. This command is only visible if you have selected two sheets in the document. To select multiple sheets, click each sheet tab while pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> or Shift."
+msgstr "Za razliku od kopiranja prostora u clipboard, ovdje možete filtrirati odredene iformacije i ozracunati vrijednosti. Ova komanda je prikazana samo ako ste oznacili dvije tabele u dokumentu. Da bi oznacili više tabela kliknite na tab od svake tabele držeci pritisnutim <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> ili Shift."
+
+#: 02140500.xhp
+msgctxt ""
+"02140500.xhp\n"
+"hd_id3155131\n"
+"4\n"
+"help.text"
+msgid "Filling a Sheet"
+msgstr "Ispunjavanje tabele"
+
+#: 02140500.xhp
+msgctxt ""
+"02140500.xhp\n"
+"par_id3146119\n"
+"5\n"
+"help.text"
+msgid "Select the entire sheet by clicking the empty gray box in the upper left of the sheet. You can also select an area of the sheet to be copied."
+msgstr "Oznacite cijelu tabelu tako što kliknete na prazni sivi kvadrat u gornjem lijevom dijelu tabele. Takoder možete oznaciti prostor tabele koji treba da se kopira."
+
+#: 02140500.xhp
+msgctxt ""
+"02140500.xhp\n"
+"par_id3153726\n"
+"6\n"
+"help.text"
+msgid "Press <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and click the tab of the sheet where you want to insert the contents."
+msgstr "Pritisnite <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> i kliknite na tab od tabele gdje želite da ubacite sadržaj."
+
+#: 02140500.xhp
+msgctxt ""
+"02140500.xhp\n"
+"par_id3147436\n"
+"7\n"
+"help.text"
+msgid "Select the command <emph>Edit - Fill - Sheet</emph>. In the dialog which appears, the check box <emph>Numbers</emph> must be selected (or <emph>Paste All</emph>) if you want to combine operations with the values. You can also choose the desired operation here."
+msgstr "Izaberite komandu <emph>Izmijeni - Popuni - Tabela</emph>. U dijalog prozoru koji se pojavi mora da se oznaci kvadratic <emph>Brojevi</emph> (or <emph>Paste All</emph>) ako želite da kombinirate operacije sa vrijednostima. Ovdje takoder možete izabrati željenu operaciju."
+
+#: 02140500.xhp
+msgctxt ""
+"02140500.xhp\n"
+"par_id3154942\n"
+"8\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr ""
+
+#: 02140500.xhp
+msgctxt ""
+"02140500.xhp\n"
+"par_id3156283\n"
+"9\n"
+"help.text"
+msgid "This dialog is similar to the <link href=\"text/shared/01/02070000.xhp\" name=\"Paste Contents\">Paste Contents</link> dialog, where you can find additional tips."
+msgstr "Ovaj dijalog prozor je slican <link href=\"text/shared/01/02070000.xhp\" name=\"Paste Contents\">Paste Contents</link> dijalog prozoru, u kojem možete naci dodatne savjete."
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet"
+msgstr "Tabela"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"bm_id3150542\n"
+"help.text"
+msgid "<bookmark_value>pages; order when printing</bookmark_value><bookmark_value>printing; page order</bookmark_value>"
+msgstr ""
+
+#: 05070500.xhp
+#, fuzzy
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3156329\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05070500.xhp\" name=\"Sheet\">Sheet</link>"
+msgstr "<link href=\"text/scalc/01/02140500.xhp\" name=\"Sheet\">Tabela</link>"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3151384\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SCPAGE_TABLE\">Specifies the elements to be included in the printout of all sheets with the current Page Style. Additionally, you can set the print order, the first page number, and the page scale.</ahelp>"
+msgstr ""
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3150542\n"
+"3\n"
+"help.text"
+msgid "Print"
+msgstr "Štampaj"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3125863\n"
+"4\n"
+"help.text"
+msgid "Defines which elements of the spreadsheet are to be printed."
+msgstr ""
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3151041\n"
+"5\n"
+"help.text"
+msgid "Column and row headers"
+msgstr "Zaglavlja kolona i redova"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3147228\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_HEADER\">Specifies whether you want the column and row headers to be printed.</ahelp>"
+msgstr ""
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3150439\n"
+"7\n"
+"help.text"
+msgid "Grid"
+msgstr "Mreža"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3147436\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_GRID\">Prints out the borders of the individual cells as a grid.</ahelp> For the view on screen, make your choice under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc</emph> - <link href=\"text/shared/optionen/01060100.xhp\" name=\"View\"><emph>View</emph></link> - <emph>Grid lines</emph>."
+msgstr ""
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3145750\n"
+"9\n"
+"help.text"
+msgid "Comments"
+msgstr "Komentari"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3150010\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_NOTES\">Prints the comments defined in your spreadsheet.</ahelp> They will be printed on a separate page, along with the corresponding cell reference."
+msgstr ""
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3154944\n"
+"11\n"
+"help.text"
+msgid "Objects/graphics"
+msgstr "Objekti/ilustracije"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3149581\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_OBJECTS\">Includes all inserted objects (if printable) and graphics with the printed document.</ahelp>"
+msgstr ""
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3149377\n"
+"13\n"
+"help.text"
+msgid "Charts"
+msgstr "Dijagrami"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3148455\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_CHARTS\">Prints the charts that have been inserted into your spreadsheet.</ahelp>"
+msgstr ""
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3153418\n"
+"15\n"
+"help.text"
+msgid "Drawing Objects"
+msgstr "Crtani objekti"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3149122\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_DRAWINGS\">Includes all drawing objects in the printed document.</ahelp>"
+msgstr ""
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3150330\n"
+"17\n"
+"help.text"
+msgid "Formulas"
+msgstr "Formule"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3153715\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_FORMULAS\">Prints the formulas contained in the cells, instead of the results.</ahelp>"
+msgstr ""
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3156385\n"
+"19\n"
+"help.text"
+msgid "Zero Values"
+msgstr "Nulte Vrijednosti"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3149258\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_NULLVALS\">Specifies that cells with a zero value are printed.</ahelp>"
+msgstr ""
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3154022\n"
+"21\n"
+"help.text"
+msgid "Page Order"
+msgstr ""
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3166423\n"
+"22\n"
+"help.text"
+msgid "Defines the order in which data in a sheet is numbered and printed when it does not fit on one printed page."
+msgstr ""
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3152580\n"
+"23\n"
+"help.text"
+msgid "Top to bottom, then right"
+msgstr ""
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3150205\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_TABLE:BTN_TOPDOWN\">Prints vertically from the left column to the bottom of the sheet.</ahelp>"
+msgstr ""
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3150786\n"
+"25\n"
+"help.text"
+msgid "Left to right, then down"
+msgstr "Od lijeva na desno, zatim, dolje"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3154657\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_TABLE:BTN_LEFTRIGHT\">Prints horizontally from the top row of the sheet to the right column.</ahelp>"
+msgstr ""
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3150887\n"
+"27\n"
+"help.text"
+msgid "First page number"
+msgstr "Broj prve stranice"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3155378\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_PAGENO\">Select this option if you want the first page to start with a number other than 1.</ahelp>"
+msgstr ""
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3145389\n"
+"35\n"
+"help.text"
+msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_TABLE:ED_PAGENO\">Enter the number of the first page.</ahelp>"
+msgstr ""
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3146978\n"
+"29\n"
+"help.text"
+msgid "Scale"
+msgstr "Omjer"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3149408\n"
+"30\n"
+"help.text"
+msgid "Defines a page scale for the printed spreadsheet."
+msgstr ""
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_idN1096D\n"
+"help.text"
+msgid "Scaling mode"
+msgstr "Režim mjerila"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_idN10971\n"
+"help.text"
+msgid "<ahelp hid=\"sc:ListBox:RID_SCPAGE_TABLE:LB_SCALEMODE\">Select a scaling mode from the list box. Appropriate controls will be shown at the side of the list box.</ahelp>"
+msgstr ""
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3155089\n"
+"31\n"
+"help.text"
+msgid "Reduce/enlarge printout"
+msgstr "Umanji/povećaj ispis"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3159171\n"
+"32\n"
+"help.text"
+msgid "Specifies a scaling factor to scale all printed pages."
+msgstr ""
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_idN1099A\n"
+"help.text"
+msgid "Scaling factor"
+msgstr "Faktor mjerila"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3152899\n"
+"36\n"
+"help.text"
+msgid "<ahelp hid=\"SC_METRICFIELD_RID_SCPAGE_TABLE_ED_SCALEALL\" visibility=\"hidden\">Enter a scaling factor. Factors less than 100 reduce the pages, higher factors enlarge the pages.</ahelp>"
+msgstr ""
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_idN109B2\n"
+"help.text"
+msgid "Fit print range(s) to width/height"
+msgstr ""
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_idN109B5\n"
+"help.text"
+msgid "Specifies the maximum number of pages horizontally (width) and vertically (height) on which every sheet with the current Page Style is to be printed."
+msgstr ""
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_idN109BB\n"
+"help.text"
+msgid "The print ranges are always scaled proportionally, so the resulting number of pages may be less than specified."
+msgstr ""
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_idN109BF\n"
+"help.text"
+msgid "You may clear one of the boxes, then the unspecified dimension will use as many pages as necessary."
+msgstr ""
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_idN109C3\n"
+"help.text"
+msgid "If you clear both boxes, this will result in a scaling factor of 100%."
+msgstr ""
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_idN109CE\n"
+"help.text"
+msgid "Width in pages"
+msgstr "Širina u stranicama"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_idN109D1\n"
+"help.text"
+msgid "<ahelp hid=\"sc:NumericField:RID_SCPAGE_TABLE:ED_SCALEPAGEWIDTH\">Enter the maximum number of pages to be printed horizontally across.</ahelp>"
+msgstr ""
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_idN109E8\n"
+"help.text"
+msgid "Height in pages"
+msgstr "Visina u stranicama"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_idN109EB\n"
+"help.text"
+msgid "<ahelp hid=\"sc:NumericField:RID_SCPAGE_TABLE:ED_SCALEPAGEHEIGHT\">Enter the maximum number of pages to be printed vertically stacked.</ahelp>"
+msgstr ""
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3148868\n"
+"33\n"
+"help.text"
+msgid "Fit print range(s) on number of pages"
+msgstr ""
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3145074\n"
+"34\n"
+"help.text"
+msgid "Specifies the maximum number of pages on which every sheet with the current Page Style is to be printed. The scale will be reduced as necessary to fit the defined number of pages."
+msgstr ""
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_idN10A26\n"
+"help.text"
+msgid "Number of pages"
+msgstr "Broj stranica"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3144507\n"
+"37\n"
+"help.text"
+msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_TABLE:ED_SCALEPAGENUM\">Enter the maximum number of pages to be printed.</ahelp>"
+msgstr ""
+
+#: func_weeknumadd.xhp
+msgctxt ""
+"func_weeknumadd.xhp\n"
+"tit\n"
+"help.text"
+msgid "WEEKNUM_ADD"
+msgstr "WEEKNUM_ADD"
+
+#: func_weeknumadd.xhp
+msgctxt ""
+"func_weeknumadd.xhp\n"
+"bm_id3166443\n"
+"help.text"
+msgid "<bookmark_value>WEEKNUM_ADD function</bookmark_value>"
+msgstr "<bookmark_value>WEEKNUM_ADD funkcija</bookmark_value>"
+
+#: func_weeknumadd.xhp
+#, fuzzy
+msgctxt ""
+"func_weeknumadd.xhp\n"
+"hd_id3166443\n"
+"222\n"
+"help.text"
+msgid "<variable id=\"weeknumadd\"><link href=\"text/scalc/01/func_weeknumadd.xhp\">WEEKNUM_ADD</link></variable>"
+msgstr "<variable id=\"solver\"><link href=\"text/scalc/01/solver.xhp\">Rješavač</link></variable>"
+
+#: func_weeknumadd.xhp
+msgctxt ""
+"func_weeknumadd.xhp\n"
+"par_id3152945\n"
+"223\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_WEEKNUM\">The result indicates the number of the calendar week for a date.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_WEEKNUM\">Rezultat pokazuje broj kalendarskih sedmica za datum.</ahelp>"
+
+#: func_weeknumadd.xhp
+msgctxt ""
+"func_weeknumadd.xhp\n"
+"par_idN105DD\n"
+"help.text"
+msgid "The WEEKNUM_ADD function is designed to calculate week numbers exactly as Microsoft Excel does. Use the <link href=\"text/scalc/01/func_weeknum.xhp\">WEEKNUM</link> function, or format your date cells using the WW formatting code, when you need ISO 8601 week numbers."
+msgstr "WEEKNUM_ADD funkcija je dizajnirana da racuna broj sedmica kao što Microsoft Excel radi. Koristite <link href=\"text/scalc/01/func_weeknum.xhp\">WEEKNUM</link> funkciju, ili formatirajte datum koristeci Wwkod za formatiranje, kad trebate ISO 8601 broj sedmica."
+
+#: func_weeknumadd.xhp
+msgctxt ""
+"func_weeknumadd.xhp\n"
+"hd_id3153745\n"
+"224\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: func_weeknumadd.xhp
+msgctxt ""
+"func_weeknumadd.xhp\n"
+"par_id3153685\n"
+"225\n"
+"help.text"
+msgid "WEEKNUM_ADD(Date; ReturnType)"
+msgstr "WEEKNUM_ADD(Datum; Return_type)"
+
+#: func_weeknumadd.xhp
+msgctxt ""
+"func_weeknumadd.xhp\n"
+"par_id3159277\n"
+"226\n"
+"help.text"
+msgid "<emph>Date</emph> is the date within the calendar week."
+msgstr "<emph>Datum</emph> je datum unutar kalendarske sedmice."
+
+#: func_weeknumadd.xhp
+msgctxt ""
+"func_weeknumadd.xhp\n"
+"par_id3154098\n"
+"227\n"
+"help.text"
+msgid "<emph>ReturnType</emph> is 1 for week beginning on a Sunday, 2 for week beginning on a Monday."
+msgstr "<emph>Return_type</emph> je 1 za sedmicu koja pocinje nedjeljom, a 2 ako sedmica pocinje ponedjeljkom."
+
+#: func_weeknumadd.xhp
+msgctxt ""
+"func_weeknumadd.xhp\n"
+"hd_id3152886\n"
+"228\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: func_weeknumadd.xhp
+msgctxt ""
+"func_weeknumadd.xhp\n"
+"par_id3149973\n"
+"229\n"
+"help.text"
+msgid "In which week number does 12.24.2001 fall?"
+msgstr "U koji broj sedmice 24/12/2001 spada?"
+
+#: func_weeknumadd.xhp
+msgctxt ""
+"func_weeknumadd.xhp\n"
+"par_id3149914\n"
+"230\n"
+"help.text"
+msgid "<item type=\"input\">=WEEKNUM_ADD(24.12.2001;1)</item> returns 52."
+msgstr "<item type=\"input\">=WEEKNUM_ADD(\"24/12/2001\"; 1)</item> vraca 52."
+
+#: func_month.xhp
+msgctxt ""
+"func_month.xhp\n"
+"tit\n"
+"help.text"
+msgid "MONTH"
+msgstr "MONTH"
+
+#: func_month.xhp
+msgctxt ""
+"func_month.xhp\n"
+"bm_id3149936\n"
+"help.text"
+msgid "<bookmark_value>MONTH function</bookmark_value>"
+msgstr "<bookmark_value>MONTH funkcija</bookmark_value>"
+
+#: func_month.xhp
+#, fuzzy
+msgctxt ""
+"func_month.xhp\n"
+"hd_id3149936\n"
+"76\n"
+"help.text"
+msgid "<variable id=\"month\"><link href=\"text/scalc/01/func_month.xhp\">MONTH</link></variable>"
+msgstr "<variable id=\"solver\"><link href=\"text/scalc/01/solver.xhp\">Rješavač</link></variable>"
+
+#: func_month.xhp
+msgctxt ""
+"func_month.xhp\n"
+"par_id3153538\n"
+"77\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_MONAT\">Returns the month for the given date value.</ahelp> The month is returned as an integer between 1 and 12."
+msgstr "<ahelp hid=\"HID_FUNC_MONAT\">Vraca mjesec za zadani datum.</ahelp> Mjesec je cijeli broj izmedu 1 i 12."
+
+#: func_month.xhp
+msgctxt ""
+"func_month.xhp\n"
+"hd_id3149517\n"
+"78\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: func_month.xhp
+msgctxt ""
+"func_month.xhp\n"
+"par_id3145602\n"
+"79\n"
+"help.text"
+msgid "MONTH(Number)"
+msgstr "MONTH(Broj)"
+
+#: func_month.xhp
+msgctxt ""
+"func_month.xhp\n"
+"par_id3149485\n"
+"80\n"
+"help.text"
+msgid "<emph>Number</emph>, as a time value, is a decimal for which the month is to be returned."
+msgstr "<emph>Broj</emph>, kao jedinica vremena, je decimalni broj, za koji funkcija vraca mjesec."
+
+#: func_month.xhp
+msgctxt ""
+"func_month.xhp\n"
+"hd_id3153322\n"
+"81\n"
+"help.text"
+msgid "Examples"
+msgstr "Primjeri"
+
+#: func_month.xhp
+msgctxt ""
+"func_month.xhp\n"
+"par_id3149244\n"
+"83\n"
+"help.text"
+msgid "=MONTH(NOW()) returns the current month."
+msgstr "MONTH(NOW()) vraca trenutni mjesec."
+
+#: func_month.xhp
+msgctxt ""
+"func_month.xhp\n"
+"par_id3154790\n"
+"84\n"
+"help.text"
+msgid "=MONTH(C4) returns 7 if you enter 2000-07-07 to cell C4 (that date value might get formatted differently after you press Enter)."
+msgstr "MONTH(C4) vraca 7 ako unesete 2000-07-07 u celiju C4 (ta vrijednost može btii drukcije formatirana nakon što pritisnete Enter)."
+
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"tit\n"
+"help.text"
+msgid "Solver"
+msgstr "Rješavač"
+
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"bm_id7654652\n"
+"help.text"
+msgid "<bookmark_value>goal seeking;solver</bookmark_value><bookmark_value>what if operations;solver</bookmark_value><bookmark_value>back-solving</bookmark_value><bookmark_value>solver</bookmark_value>"
+msgstr "<bookmark_value>traženje cilja;razrješivac</bookmark_value><bookmark_value>šta ako operacija;razrješivac</bookmark_value><bookmark_value>rješavanje unazad</bookmark_value><bookmark_value>razrješivac</bookmark_value>"
+
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"hd_id9216284\n"
+"help.text"
+msgid "<variable id=\"solver\"><link href=\"text/scalc/01/solver.xhp\">Solver</link></variable>"
+msgstr "<variable id=\"solver\"><link href=\"text/scalc/01/solver.xhp\">Rješavač</link></variable>"
+
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id9210486\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Solver dialog. A solver allows to solve equations with multiple unknown variables by goal seeking methods.</ahelp>"
+msgstr "<ahelp hid=\".\">Otvara Razrješivac dijalog. Razrješivac može riješiti jednacine sa više nepoznatih varijabli koristeci metode traženja cilja.</ahelp>"
+
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id8538773\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter or click the cell reference of the target cell. This field takes the address of the cell whose value is to be optimized.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Unesi ili klikni referencu celije ciljane celije. Ovo polje uzima adresu celije cija vrijednost treba biti optimizirana.</ahelp>"
+
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id7564012\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Try to solve the equation for a maximum value of the target cell.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Pokušajte riješiti jednacinu za maksimalnu vrijednost ciljane celije.</ahelp>"
+
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id1186254\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Try to solve the equation for a minimum value of the target cell.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Pokušajte riješiti jednacinu za minimalnu vrijednost ciljane celije.</ahelp>"
+
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id7432477\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Try to solve the equation to approach a given value of the target cell.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Pokušajte riješiti jednacinu za pristup date vrijednosti ciljane celije.</ahelp>"
+
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id7141026\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the value or a cell reference.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Unesite vrijednost ili referencu celije.</ahelp>"
+
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id8531449\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the cell range that can be changed.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Unesite skup celija koja može biti promijenjena.</ahelp>"
+
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id9183935\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter a cell reference.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Unesite referencu celije.</ahelp>"
+
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id946684\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select an operator from the list.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Odaberite operator sa liste.</ahelp>"
+
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id9607226\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter a value or a cell reference.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Unesite vrijednost ili referencu celije.</ahelp>"
+
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id1939451\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to shrink or restore the dialog. You can click or select cells in the sheet. You can enter a cell reference manually in the input box.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Kliknite da smanjite ili vratite dijalog u prethodni položaj. Možete kliknuti ili izabrati celije u listu. Možete unijeti referencu celije rucno u polje za unos.</ahelp>"
+
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id9038972\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to remove the row from the list. Any rows from below this row move up.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Kliknite da uklonite red sa liste. Svi redovi ispod ovog reda ce se pomjeriti gore.</ahelp>"
+
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id2423780\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Options dialog.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Otvara dijalog Opcije.</ahelp>"
+
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id2569658\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to solve the equation with the current settings. The dialog settings are retained until you close the current document.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Kliknite da riješite jednacinu sa postojecim postavkama. Postavke dijaloga su sacuvane dok ne zatvorite postojeci dokument.</ahelp>"
+
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id5474410\n"
+"help.text"
+msgid "To solve equations with the solver"
+msgstr "Za rješavanje jednacine sa razrješivacem."
+
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id2216559\n"
+"help.text"
+msgid "The goal of the solver process is to find those variable values of an equation that result in an optimized value in the <emph>target cell</emph>, also named the \"objective\". You can choose whether the value in the target cell should be a maximum, a minimum, or approaching a given value."
+msgstr "Cilj procesa razrješivanja je pronalazak vrijednosti varijabli jednacine koja rezultira u optimiziranoj vrijednosti u <emph>ciljanoj celiji</emph>, zvanoj i \"objective\"=cilj, smjer. Možete odabrati da li ce vrijednost u ciljanoj celiji biti minimalna, maksimalna ili blizu zadane vrijednosti."
+
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id7869502\n"
+"help.text"
+msgid "The initial variable values are inserted in a rectangular cell range that you enter in the <emph>By changing cells</emph> box."
+msgstr "Pocetne vrijednosti varijable se unose u pravougaoni skup celija, koju unosite <emph>Mijenjajuci celije</emph> u kutiju."
+
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id9852900\n"
+"help.text"
+msgid "You can define a series of limiting conditions that set constraints for some cells. For example, you can set the constraint that one of the variables or cells must not be bigger than another variable, or not bigger than a given value. You can also define the constraint that one or more variables must be integers (values without decimals), or binary values (where only 0 and 1 are allowed)."
+msgstr "Možete definisati seriju uslova koji postavljaju zabrane za neke celije. Na primjer, možete postaviti zabranu da jedna od varijabli ili celija ne smije biti veca od ostalih varijabli, ili ne veca od zadane vrijednosti. Takode možete definisati zabrane da jedna ili više varijabli mora biti cijeli broj (bez decimala), ili binarna vrijednost (gdje su dozvoljene samo 0 i 1)."
+
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id5323953\n"
+"help.text"
+msgid "The default solver engine supports only linear equations."
+msgstr "Standardni razrješivac podržava samo linearne jednacine."
+
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Define Database Range"
+msgstr "Definiši opseg baze podataka"
+
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"hd_id3157909\n"
+"1\n"
+"help.text"
+msgid "Define Database Range"
+msgstr "Definiši opseg baze podataka"
+
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"par_id3155922\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"bereichtext\"><ahelp hid=\".uno:DefineDBName\">Defines a database range based on the selected cells in your sheet.</ahelp></variable>"
+msgstr "<variable id=\"bereichtext\"><ahelp hid=\".uno:DefineDBName\">Definira domet baze podataka na temelju odabranih celija u vašoj tabeli.</ahelp></variable>"
+
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"par_id3149456\n"
+"5\n"
+"help.text"
+msgid "You can only select a rectangular cell range."
+msgstr "Možete odabrati samo pravokutni raspon celija."
+
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"hd_id3156422\n"
+"3\n"
+"help.text"
+msgid "Name"
+msgstr "Ime"
+
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"par_id3150770\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SC:COMBOBOX:RID_SCDLG_DBNAMES:ED_NAME\">Enter a name for the database range that you want to define, or select an existing name from the list.</ahelp>"
+msgstr "<ahelp hid=\"SC:COMBOBOX:RID_SCDLG_DBNAMES:ED_NAME\">Unesite ime za domet baze podataka koji želite definirati ili odaberite postojece ime s popisa.</ahelp>"
+
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"hd_id3147228\n"
+"6\n"
+"help.text"
+msgid "Range"
+msgstr "Opseg"
+
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"par_id3150441\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_DBNAMES:ED_DBAREA\">Displays the selected cell range.</ahelp>"
+msgstr "<ahelp hid=\"SC:EDIT:RID_SCDLG_DBNAMES:ED_DBAREA\">Prikazuje odabrani raspon celija.</ahelp>"
+
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"hd_id3153188\n"
+"10\n"
+"help.text"
+msgid "Add/Modify"
+msgstr ""
+
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"par_id3153726\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_DBNAMES:BTN_ADD\">Adds the selected cell range to the database range list, or modifies an existing database range.</ahelp>"
+msgstr "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_DBNAMES:BTN_ADD\">Dodaje odabrani raspon celija na popis raspona baze podataka, ili izmijeni postojeci raspom baze podataka.</ahelp>"
+
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"hd_id3150010\n"
+"12\n"
+"help.text"
+msgid "More >>"
+msgstr "Vise >>"
+
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"par_id3153144\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"SC:MOREBUTTON:RID_SCDLG_DBNAMES:BTN_MORE\">Shows additional <link href=\"text/scalc/01/12010100.xhp\" name=\"options\">options</link>.</ahelp>"
+msgstr "<ahelp hid=\"SC:MOREBUTTON:RID_SCDLG_DBNAMES:BTN_MORE\">Pokazuje dodatne <link href=\"text/scalc/01/12010100.xhp\" name=\"options\">opcije</link>.</ahelp>"
+
+#: 12050100.xhp
+msgctxt ""
+"12050100.xhp\n"
+"tit\n"
+"help.text"
+msgid "1st, 2nd, 3rd Group"
+msgstr "1.,2. i 3. grupa"
+
+#: 12050100.xhp
+msgctxt ""
+"12050100.xhp\n"
+"hd_id3149784\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12050100.xhp\" name=\"1st, 2nd, 3rd Group\">1st, 2nd, 3rd Group</link>"
+msgstr ""
+
+#: 12050100.xhp
+msgctxt ""
+"12050100.xhp\n"
+"par_id3145068\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SCPAGE_SUBT_GROUP1\">Specify the settings for up to three subtotal groups. Each tab has the same layout.</ahelp>"
+msgstr "<ahelp hid=\"HID_SCPAGE_SUBT_GROUP1\"> Specifisite postavke za 3 podzbroj grupe.Svaki tab ima isti izgled.</ahelp>"
+
+#: 12050100.xhp
+msgctxt ""
+"12050100.xhp\n"
+"par_id3148797\n"
+"3\n"
+"help.text"
+msgid "To insert subtotal values into a table:"
+msgstr "Za insertovanje pod zbrojnih vrijednosti u tabele:"
+
+#: 12050100.xhp
+msgctxt ""
+"12050100.xhp\n"
+"par_id3154908\n"
+"13\n"
+"help.text"
+msgid "Ensure that the columns of the table have labels."
+msgstr "Osigurajte da kolone imaju oznake tabela."
+
+#: 12050100.xhp
+msgctxt ""
+"12050100.xhp\n"
+"par_id3153968\n"
+"4\n"
+"help.text"
+msgid "Select the table or the area in the table that you want to calculate subtotals for, and then choose <emph>Data – Subtotals</emph>."
+msgstr "Izaberite tabelu ili podrucje u tabeli u kojoj hocete da racunate podzbrojeve,i onda izaberite <emph>Data – Subtotals</emph>."
+
+#: 12050100.xhp
+msgctxt ""
+"12050100.xhp\n"
+"par_id3161831\n"
+"5\n"
+"help.text"
+msgid "In the <emph>Group By</emph> box, select the column that you want to add the subtotals to."
+msgstr "In the <emph>Group By</emph> box,Izberite u koju hocete da dodate podzbrojeve."
+
+#: 12050100.xhp
+msgctxt ""
+"12050100.xhp\n"
+"par_id3153188\n"
+"6\n"
+"help.text"
+msgid "In the <emph>Calculate subtotals for</emph> box, select the check boxes for the columns containing the values that you want to subtotal."
+msgstr "u <emph>Izračunaj podsume za</emph> box,markiratjete tick box za kolone koje sadrze vrijednosti koje hocete da podzbrojite."
+
+#: 12050100.xhp
+msgctxt ""
+"12050100.xhp\n"
+"par_id3152460\n"
+"14\n"
+"help.text"
+msgid "In the <emph>Use function</emph> box, select the function that you want to use to calculate the subtotals."
+msgstr "u <emph>Upotrijebi funkciju</emph> box,izberite opciju koju hocete da koristite da zbrajate."
+
+#: 12050100.xhp
+msgctxt ""
+"12050100.xhp\n"
+"par_id3154321\n"
+"15\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr ""
+
+#: 12050100.xhp
+msgctxt ""
+"12050100.xhp\n"
+"hd_id3156441\n"
+"7\n"
+"help.text"
+msgid "Group by"
+msgstr "Grupiši po"
+
+#: 12050100.xhp
+msgctxt ""
+"12050100.xhp\n"
+"par_id3154013\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_SUBT_GROUP\">Select the column that you want to control the subtotal calculation process. If the contents of the selected column change, the subtotals are automatically recalculated.</ahelp>"
+msgstr ""
+
+#: 12050100.xhp
+msgctxt ""
+"12050100.xhp\n"
+"hd_id3154943\n"
+"9\n"
+"help.text"
+msgid "Calculate subtotals for"
+msgstr "Izračunaj podsume za"
+
+#: 12050100.xhp
+msgctxt ""
+"12050100.xhp\n"
+"par_id3147125\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_SUBT_COLS\">Select the column(s) containing the values that you want to subtotal.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_SUBT_COLS\">Izaberi kolone(s) koje sadrze vrijednosti koje hocete da podzbrojite .</ahelp>"
+
+#: 12050100.xhp
+msgctxt ""
+"12050100.xhp\n"
+"hd_id3156283\n"
+"11\n"
+"help.text"
+msgid "Use function"
+msgstr "Upotrijebi funkciju"
+
+#: 12050100.xhp
+msgctxt ""
+"12050100.xhp\n"
+"par_id3145647\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_SUBT_FUNC\">Select the mathematical function that you want to use to calculate the subtotals.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_SUBT_FUNC\">Izaberite matematickui funkciju kojom hocete da racunate podzbrojeve. .</ahelp>"
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Create Scenario"
+msgstr "Napraviti scenarij"
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"hd_id3156023\n"
+"1\n"
+"help.text"
+msgid "Create Scenario"
+msgstr "Napraviti scenarij"
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3150541\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"szenariotext\"><ahelp hid=\".uno:ScenarioManager\">Defines a scenario for the selected sheet area.</ahelp></variable>"
+msgstr "<variable id=\"szenariotext\"><ahelp hid=\".uno:ScenarioManager\">Definira scenarij za odabrano podrucje tabele.</ahelp></variable>"
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_idN10637\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/guide/scenario.xhp#scenario\"/>"
+msgstr ""
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"hd_id3156280\n"
+"3\n"
+"help.text"
+msgid "Name of scenario"
+msgstr "Ime scenarija"
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3151041\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_SCENWIN_TOP\">Defines the name for the scenario. Use a clear and unique name so you can easily identify the scenario.</ahelp> You can also modify a scenario name in the Navigator through the <emph>Properties </emph>context menu command."
+msgstr "<ahelp hid=\"HID_SC_SCENWIN_TOP\">Definira ime za scenarij. Koristite jasno i jedinstveno ime tako da možete lako prepoznati scenarij.</ahelp> Takoder možete promijeniti naziv za scenarij u Navigator kroz <emph>Osobine </emph> kontekst menu naredbe."
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"hd_id3153954\n"
+"14\n"
+"help.text"
+msgid "Comment"
+msgstr "Komentar"
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3155411\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_SCENWIN_BOTTOM\">Specifies additional information about the scenario. This information will be displayed in the <link href=\"text/scalc/01/02110000.xhp\" name=\"Navigator\">Navigator</link> when you click the <emph>Scenarios</emph> icon and select the desired scenario.</ahelp> You can also modify this information in the Navigator through the <emph>Properties </emph>context menu command."
+msgstr "<ahelp hid=\"HID_SC_SCENWIN_BOTTOM\">Odreduje dodatne informacije o scenariju. Ove informacije ce biti prikazane u <link href=\"text/scalc/01/02110000.xhp\" name=\"Navigator\">Navigatoru</link> kada kliknete <emph>Scenariji</emph> ikonu i odaberite željeni scenarij.</ahelp> Takoder možete promijeniti ove informacije u Navigator kroz<emph>Osobine </emph> komandu."
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"hd_id3145273\n"
+"16\n"
+"help.text"
+msgid "Settings"
+msgstr "Postavke"
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3153364\n"
+"17\n"
+"help.text"
+msgid "This section is used to define some of the settings used in the scenario display."
+msgstr "Ovaj dio se koristi za definiranje neke od postavki koje se koriste u prukazu scenarija."
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"hd_id3145367\n"
+"18\n"
+"help.text"
+msgid "Display border"
+msgstr "Pokaži rub"
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3151073\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_NEWSCENARIO:LB_COLOR\">Highlights the scenario in your table with a border. The color for the border is specified in the field to the right of this option.</ahelp> The border will have a title bar displaying the name of the last scenario. The button on the right of the scenario border offers you an overview of all the scenarios in this area, if several have been defined. You can choose any of the scenarios from this list without restrictions."
+msgstr "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_NEWSCENARIO:LB_COLOR\">Istice scenarij u tablici s granicom. Boja za obrub je navedena u polju na desnoj strani ove opcije.</ahelp> Granica ce imati naslovnu traku koja prikazuje naziv posljednjeg scenarija.Dugme na desnoj strani scenarija granice nudi vam pregled svih scenarija u ovom podrucju, ako je nekoliko definiranih. Možete odabrati bilo koju od scenarija iz ove liste, bez ogranicenja."
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"hd_id3149582\n"
+"20\n"
+"help.text"
+msgid "Copy back"
+msgstr "Kopiraj nazad"
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3154942\n"
+"21\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NEWSCENARIO:CB_TWOWAY\">Copies the values of cells that you change into the active scenario. If you do not select this option, the scenario is not changed when you change cell values. The behavior of the <emph>Copy back</emph> setting depends on the cell protection, the sheet protection, and the <emph>Prevent changes</emph> settings.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NEWSCENARIO:CB_TWOWAY\">Kopira vrijednosti celija koju promijenite u aktivni scenarij. Ako ne odaberete ovu opciju, scenarij se ne mijenja se prilikom promjene vrijednosti celija. Ponasanje <emph>Kopiraj nazad</emph> postavka ovisi o zaćtiti celije, zastiti tabele i <emph>Upozoriti na promjene</emph> podesavanja.</ahelp>"
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"hd_id3149402\n"
+"22\n"
+"help.text"
+msgid "Copy entire sheet"
+msgstr "Kopiraj čitav list"
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3146969\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NEWSCENARIO:CB_COPYALL\">Copies the entire sheet into an additional scenario sheet. </ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NEWSCENARIO:CB_COPYALL\">Kopira cijelu tabelu u dodatnu scenarij tabelu. </ahelp>"
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_idN1075A\n"
+"help.text"
+msgid "Prevent changes"
+msgstr "Upozoriti na promjene"
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_idN1075E\n"
+"help.text"
+msgid "<ahelp hid=\"sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_PROTECT\">Prevents changes to the active scenario. The behavior of the <emph>Copy back</emph> setting depends on the cell protection, the sheet protection, and the <emph>Prevent changes</emph> settings.</ahelp>"
+msgstr "<ahelp hid=\"sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_PROTECT\">Sprjecava promjene u aktivnom scenariju. Ponašanje <emph>Kopiraj nazad</emph> zavisi o zastiit celije, zastiti tabele i <emph>Upozoriti na promjene</emph> podesavanja.</ahelp>"
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_idN10778\n"
+"help.text"
+msgid "You can only change the scenario properties if the <emph>Prevent changes</emph> option is not selected and if the sheet is not protected."
+msgstr "Možete samo promijeniti svojstva scenarija ako<emph>Upozoriti na promjene</emph> opcija nije izabrana i zabela nije zasticena."
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_idN10780\n"
+"help.text"
+msgid "You can only edit cell values if the <emph>Prevent changes</emph> option is selected, if the <emph>Copy back</emph> is option is not selected, and if the cells are not protected."
+msgstr "Možete editovati vrijednosti celije, ako <emph>Upozoriti na promjene</emph> opcija je izavrana, ako <emph>Kopiraj nazad</emph> opcija nije izabrana i ako celije nisu zasticene."
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_idN1078C\n"
+"help.text"
+msgid "You can only change scenario cell values and write them back into the scenario if the <emph>Prevent changes</emph> option is not selected, if the <emph>Copy back</emph> option is selected, and if the cells are not protected."
+msgstr "Možete samo promijeniti vrijednosti celija u scenariju i upisati ih natrag u scenarij, ako <emph>Upozoriti na promjene</emph> opcija nije izabrana i ako <emph>Kopiraj nazad</emph> opcija je izabrana i ako celije nisu zasticene."
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"tit\n"
+"help.text"
+msgid "Data Field Options"
+msgstr "Opcije polja sa podacima"
+
+#: 12090106.xhp
+#, fuzzy
+msgctxt ""
+"12090106.xhp\n"
+"bm_id711386\n"
+"help.text"
+msgid "<bookmark_value>hiding;data fields, from calculations in pivot table</bookmark_value><bookmark_value>display options in pivot table</bookmark_value><bookmark_value>sorting;options in pivot table</bookmark_value><bookmark_value>data field options for pivot table</bookmark_value>"
+msgstr "<bookmark_value>formula bar; input line</bookmark_value><bookmark_value>input line in formula bar</bookmark_value><bookmark_value>formulae; inputting</bookmark_value><bookmark_value>inserting;formulae</bookmark_value>"
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN10542\n"
+"help.text"
+msgid "Data Field Options"
+msgstr "Opcije polja sa podacima"
+
+#: 12090106.xhp
+#, fuzzy
+msgctxt ""
+"12090106.xhp\n"
+"par_idN10546\n"
+"help.text"
+msgid "You can specify additional options for column, row, and page data fields in the <link href=\"text/scalc/01/12090105.xhp\">pivot table</link>."
+msgstr "Mozede specificirati dodatne opcije za kolonu, red, i stranice u <link href=\"text/scalc/01/12090105.xhp\">DataPilot</link>,."
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN10557\n"
+"help.text"
+msgid "Sort by"
+msgstr "Postavke sortiranja"
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN1055B\n"
+"help.text"
+msgid "<ahelp hid=\"1495387653\">Select the data field that you want to sort columns or rows by.</ahelp>"
+msgstr "<ahelp hid=\"1495387653\">Selektujte polje po kojem zelite sortirati kolone i redove.</ahelp>"
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN1055E\n"
+"help.text"
+msgid "Ascending"
+msgstr "Rastuće"
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN10562\n"
+"help.text"
+msgid "<ahelp hid=\"1495384580\">Sorts the values from the lowest value to the highest value. If the selected field is the field for which the dialog was opened, the items are sorted by name. If a data field was selected, the items are sorted by the resultant value of the selected data field.</ahelp>"
+msgstr "<ahelp hid=\"1495384580\">Sorts the values from the lowest value to the highest value (i.e. from A to Z or from 0 to 9). If the selected field is the field for which the dialogue box was opened, the items are sorted by name. If a data field was selected, the items are sorted by the value of the selected data field.</ahelp>"
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN10565\n"
+"help.text"
+msgid "Descending"
+msgstr "Opadajuće"
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN10569\n"
+"help.text"
+msgid "<ahelp hid=\"1495384581\">Sorts the values descending from the highest value to the lowest value. If the selected field is the field for which the dialog was opened, the items are sorted by name. If a data field was selected, the items are sorted by the resultant value of the selected data field.</ahelp>"
+msgstr "<ahelp hid=\"1495384581\">Sorts the values descending from the highest value to the lowest value (i.e. from Z to A or from 9 to 0). If the selected field is the field for which the dialogue box was opened, the items are sorted by name. If a data field was selected, the items are sorted by the value of the selected data field.</ahelp>"
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN1056C\n"
+"help.text"
+msgid "Manual"
+msgstr "Ručno"
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN10570\n"
+"help.text"
+msgid "<ahelp hid=\"1495384582\">Sorts values alphabetically.</ahelp>"
+msgstr "<ahelp hid=\"1495384582\">Sortira vrijednosti alfabetski.</ahelp>"
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN10585\n"
+"help.text"
+msgid "Display options"
+msgstr "Opcije prikaza"
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN10589\n"
+"help.text"
+msgid "You can specify the display options for all row fields except for the last, innermost row field."
+msgstr ""
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN1058C\n"
+"help.text"
+msgid "Layout"
+msgstr "Raspored"
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN10590\n"
+"help.text"
+msgid "<ahelp hid=\"1495387654\">Select the layout mode for the field in the list box.</ahelp>"
+msgstr ""
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN10593\n"
+"help.text"
+msgid "Empty line after each item"
+msgstr ""
+
+#: 12090106.xhp
+#, fuzzy
+msgctxt ""
+"12090106.xhp\n"
+"par_idN10597\n"
+"help.text"
+msgid "<ahelp hid=\"1495385090\">Adds an empty row after the data for each item in the pivot table.</ahelp>"
+msgstr "<ahelp hid=\".\">Idi na prvi unos u tabeli.</ahelp>"
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN1059A\n"
+"help.text"
+msgid "Show automatically"
+msgstr "Prikaži automatski"
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN1059E\n"
+"help.text"
+msgid "Displays the top or bottom nn items when you sort by a specified field."
+msgstr ""
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN105A1\n"
+"help.text"
+msgid "Show"
+msgstr "Prikaži"
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN105A5\n"
+"help.text"
+msgid "<ahelp hid=\"1495385091\">Turns on the automatic show feature.</ahelp>"
+msgstr ""
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN105A8\n"
+"help.text"
+msgid "items"
+msgstr "jedinice"
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN105AC\n"
+"help.text"
+msgid "<ahelp hid=\"1495390209\">Enter the maximum number of items that you want to show automatically.</ahelp>"
+msgstr ""
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN105AF\n"
+"help.text"
+msgid "From"
+msgstr "Od"
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN105B3\n"
+"help.text"
+msgid "<ahelp hid=\"1495387655\">Shows the top or bottom items in the specified sort order.</ahelp>"
+msgstr ""
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN105B6\n"
+"help.text"
+msgid "Using field"
+msgstr "Koristeći polje"
+
+#: 12090106.xhp
+#, fuzzy
+msgctxt ""
+"12090106.xhp\n"
+"par_idN105BA\n"
+"help.text"
+msgid "<ahelp hid=\"1495387656\">Select the data field that you want to sort the data by.</ahelp>"
+msgstr "<ahelp hid=\"1495387653\">Selektujte polje po kojem zelite sortirati kolone i redove.</ahelp>"
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN105BD\n"
+"help.text"
+msgid "Hide items"
+msgstr "Sakrij jedinice"
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN105C1\n"
+"help.text"
+msgid "<ahelp hid=\"59010\">Select the items that you want to hide from the calculations.</ahelp>"
+msgstr ""
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN105C4\n"
+"help.text"
+msgid "Hierarchy"
+msgstr "Hijerarhija"
+
+#: 12090106.xhp
+#, fuzzy
+msgctxt ""
+"12090106.xhp\n"
+"par_idN105C8\n"
+"help.text"
+msgid "<ahelp hid=\"1495387657\">Select the hierarchy that you want to use. The pivot table must be based on an external source data that contains data hierarchies.</ahelp>"
+msgstr "<ahelp hid=\"1495387653\">Selektujte polje po kojem zelite sortirati kolone i redove.</ahelp>"
+
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Recalculate"
+msgstr "Ponovno racunanje"
+
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"bm_id3157909\n"
+"help.text"
+msgid "<bookmark_value>recalculating;all formulas in sheets</bookmark_value><bookmark_value>formulas; recalculating manually</bookmark_value><bookmark_value>cell contents; recalculating</bookmark_value>"
+msgstr "<bookmark_value>ponovno racunanje; svih formula u tablici</bookmark_value><bookmark_value>formula; ponovno racunanje rucno</bookmark_value><bookmark_value>sadrzaj celija; ponovno racunanje</bookmark_value>"
+
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"hd_id3157909\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06080000.xhp\" name=\"Recalculate\">Recalculate</link>"
+msgstr "<link href=\"text/scalc/01/06080000.xhp\" name=\"Recalculate\">Ponovno racunanje</link>"
+
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"par_id3154758\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Calculate\">Recalculates all changed formulas. If AutoCalculate is enabled, the Recalculate command applies only to formulas like RAND or NOW.</ahelp>"
+msgstr ""
+
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"par_id315475899\n"
+"help.text"
+msgid "Press F9 to recalculate. Press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9 to recalculate all formulas in the document."
+msgstr ""
+
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"par_id3150793\n"
+"5\n"
+"help.text"
+msgid "After the document has been recalculated, the display is refreshed. All charts are also refreshed."
+msgstr "Nakon što je dokument preracunat, osvježava se prikaz. Bilo koji grafikoni sadržani u listu takoder su osvježeni."
+
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"par_id315475855\n"
+"help.text"
+msgid "The Add-In functions like RANDBETWEEN currently cannot respond to the Recalculate command or F9. Press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9 to recalculate all formulas, including the Add-In functions."
+msgstr ""
+
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet"
+msgstr "Tabela"
+
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"bm_id1245460\n"
+"help.text"
+msgid "<bookmark_value>CTL;right-to-left sheets</bookmark_value><bookmark_value>sheets;right-to-left</bookmark_value><bookmark_value>right-to-left text;spreadsheets</bookmark_value>"
+msgstr ""
+
+#: 05050000.xhp
+#, fuzzy
+msgctxt ""
+"05050000.xhp\n"
+"hd_id3155923\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05050000.xhp\" name=\"Sheet\">Sheet</link>"
+msgstr "<link href=\"text/scalc/01/02140500.xhp\" name=\"Sheet\">Tabela</link>"
+
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"par_id3154758\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Sets the sheet name and hides or shows selected sheets.</ahelp>"
+msgstr ""
+
+#: 05050000.xhp
+#, fuzzy
+msgctxt ""
+"05050000.xhp\n"
+"hd_id3156280\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05050100.xhp\" name=\"Rename\">Rename</link>"
+msgstr "<link href=\"text/scalc/01/12080600.xhp\" name=\"Remove\">Ukloni</link>"
+
+#: 05050000.xhp
+#, fuzzy
+msgctxt ""
+"05050000.xhp\n"
+"hd_id3145787\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05050300.xhp\" name=\"Show\">Show</link>"
+msgstr "<link href=\"text/scalc/01/02140500.xhp\" name=\"Sheet\">Tabela</link>"
+
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"par_id3150542\n"
+"5\n"
+"help.text"
+msgid "If a sheet has been hidden, the Show Sheet dialog opens, which allows you to select a sheet to be shown again."
+msgstr ""
+
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"par_idN10656\n"
+"help.text"
+msgid "Right-To-Left"
+msgstr "S desna na lijevo"
+
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"par_idN1065A\n"
+"help.text"
+msgid "<ahelp hid=\".uno:SheetRightToLeft\">Changes the orientation of the current sheet to Right-To-Left if <link href=\"text/shared/optionen/01150300.xhp\">CTL</link> support is enabled.</ahelp>"
+msgstr ""
+
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide"
+msgstr "Sakrij"
+
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"bm_id3147265\n"
+"help.text"
+msgid "<bookmark_value>spreadsheets; hiding functions</bookmark_value><bookmark_value>hiding; rows</bookmark_value><bookmark_value>hiding; columns</bookmark_value><bookmark_value>hiding; sheets</bookmark_value><bookmark_value>sheets;hiding</bookmark_value><bookmark_value>columns;hiding</bookmark_value><bookmark_value>rows;hiding</bookmark_value>"
+msgstr ""
+
+#: 05030300.xhp
+#, fuzzy
+msgctxt ""
+"05030300.xhp\n"
+"hd_id3147265\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05030300.xhp\" name=\"Hide\">Hide</link>"
+msgstr "<link href=\"text/scalc/01/02140000.xhp\" name=\"Fill\">Popuni</link>"
+
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id3156281\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Hide\">Hides selected rows, columns or individual sheets.</ahelp>"
+msgstr ""
+
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id3148645\n"
+"3\n"
+"help.text"
+msgid "Select the rows or columns that you want to hide, and then choose <emph>Format - Row - Hide </emph>or<emph> Format - Column - Hide</emph>."
+msgstr ""
+
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id3147427\n"
+"6\n"
+"help.text"
+msgid "You can hide a sheet by selecting the sheet tab and then choosing <emph>Format - Sheet - Hide</emph>. Hidden sheets are not printed unless they occur within a <link href=\"text/scalc/01/05080000.xhp\" name=\"print range\">print range</link>."
+msgstr ""
+
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id3153157\n"
+"5\n"
+"help.text"
+msgid "A break in the row or column header indicates whether the row or column is hidden."
+msgstr ""
+
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id3145251\n"
+"4\n"
+"help.text"
+msgid "To display hidden rows, columns or sheets"
+msgstr ""
+
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id8337046\n"
+"help.text"
+msgid "Select the range that includes the hidden objects. You can also use the box in the corner above row 1 and beside column A. For sheets, this step is not necessary."
+msgstr ""
+
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id5532090\n"
+"help.text"
+msgid "Choose <link href=\"text/scalc/01/05030400.xhp\" name=\"Format - Row/Column - Show\">Format - Row/Column - Show</link> or <link href=\"text/scalc/01/05050300.xhp\" name=\"Format - Sheet - Show\">Format - Sheet - Show</link>."
+msgstr ""
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"tit\n"
+"help.text"
+msgid "Select Data Source"
+msgstr "Izaberi izvor podataka"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"hd_id3143268\n"
+"1\n"
+"help.text"
+msgid "Select Data Source"
+msgstr "Izaberi izvor podataka"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3148552\n"
+"2\n"
+"help.text"
+msgid "Select the database and the table or query containing the data that you want to use."
+msgstr "Izaberite bazu i tabelu ili upit koji sadrzi podatke koje hocete da koristite"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"hd_id3154140\n"
+"3\n"
+"help.text"
+msgid "Selection"
+msgstr "Izbor"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3125863\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\".\">You can only select databases that are registered in %PRODUCTNAME.</ahelp> To register a data source, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Base - Databases</emph>."
+msgstr ""
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"hd_id3151041\n"
+"5\n"
+"help.text"
+msgid "Database"
+msgstr "Baza podataka"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3156424\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_DAPIDATA:LB_DATABASE\">Select the database that contains the data source that you want to use.</ahelp>"
+msgstr "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_DAPIDATA:LB_DATABASE\">Izaberite bazu podataka koja sadrzi izvor podataka koje hocete da kosristite.</ahelp>"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"hd_id3145364\n"
+"7\n"
+"help.text"
+msgid "Data source"
+msgstr "Izvor podataka"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3149260\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:COMBOBOX:RID_SCDLG_DAPIDATA:CB_OBJECT\">Select the data source that you want to use.</ahelp>"
+msgstr "<ahelp hid=\"SC:COMBOBOX:RID_SCDLG_DAPIDATA:CB_OBJECT\">Izaberite izvor podataka koji hocete da koristite.</ahelp>"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"hd_id3147428\n"
+"9\n"
+"help.text"
+msgid "Type"
+msgstr "Vrsta"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3150010\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_DAPIDATA:LB_OBJTYPE\">Click the source type of for the selected data source.</ahelp> You can choose from four source types: \"Table\", \"Query\" and \"SQL\" or SQL (Native)."
+msgstr "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_DAPIDATA:LB_OBJTYPE\">Kliknite izvor tip za odabrane izvore podataka.</ahelp> Mozete izabrati iz 4 tipa izvora: \"Table\", \"Query\" and \"SQL\" or SQL (Native)."
+
+#: 12090101.xhp
+#, fuzzy
+msgctxt ""
+"12090101.xhp\n"
+"par_id3147348\n"
+"11\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12090102.xhp\" name=\"Pivot table dialog\">Pivot table dialog</link>"
+msgstr "<link href=\"text/scalc/01/12090102.xhp\" name=\"DataPilot dialogue box\">DataPilot dialogue box</link>"
+
+#: 02200000.xhp
+msgctxt ""
+"02200000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet"
+msgstr "Tabela"
+
+#: 02200000.xhp
+#, fuzzy
+msgctxt ""
+"02200000.xhp\n"
+"hd_id3146794\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02200000.xhp\" name=\"Sheet\">Sheet</link>"
+msgstr "<link href=\"text/scalc/01/02140500.xhp\" name=\"Sheet\">Tabela</link>"
+
+#: 02200000.xhp
+msgctxt ""
+"02200000.xhp\n"
+"par_id3149456\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Edit commands for entire sheets.</ahelp>"
+msgstr ""
+
+#: 02200000.xhp
+#, fuzzy
+msgctxt ""
+"02200000.xhp\n"
+"hd_id3150792\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02180000.xhp\" name=\"Move/Copy\">Move/Copy</link>"
+msgstr "<link href=\"text/scalc/01/12040201.xhp\" name=\"More\">Opširnije</link>"
+
+#: 02200000.xhp
+#, fuzzy
+msgctxt ""
+"02200000.xhp\n"
+"hd_id3153968\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02210000.xhp\" name=\"Select\">Select</link>"
+msgstr "<link href=\"text/scalc/01/07080000.xhp\" name=\"Split\">Podijeli</link>"
+
+#: 02200000.xhp
+#, fuzzy
+msgctxt ""
+"02200000.xhp\n"
+"hd_id3163708\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02170000.xhp\" name=\"Delete\">Delete</link>"
+msgstr "<link href=\"text/scalc/01/02140400.xhp\" name=\"Left\">Lijevo</link>"
+
+#: 02200000.xhp
+#, fuzzy
+msgctxt ""
+"02200000.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\" name=\"Events\">Events</link>"
+msgstr "<link href=\"text/scalc/01/02140500.xhp\" name=\"Sheet\">Tabela</link>"
+
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"tit\n"
+"help.text"
+msgid "AutoInput"
+msgstr "AutoUnos"
+
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"bm_id2486037\n"
+"help.text"
+msgid "<bookmark_value>entering entries with AutoInput function</bookmark_value><bookmark_value>capital letters;AutoInput function</bookmark_value>"
+msgstr "<bookmark_value>ukucavanje vrijednosti sa AutoUnos funkcijom</bookmark_value><bookmark_value>velika slova; AutoUnost funkcija</bookmark_value>"
+
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"hd_id3148492\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06130000.xhp\" name=\"AutoInput\">AutoInput</link>"
+msgstr "<link href=\"text/scalc/01/06130000.xhp\" name=\"AutoInput\">AutoUnos</link>"
+
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3150793\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:AutoComplete\">Switches the AutoInput function on and off, which automatically completes entries, based on other entries in the same column.</ahelp> The column is scanned up to a maximum of 2000 cells or 200 different strings."
+msgstr "<ahelp hid=\".uno:AutoComplete\">Mijenja AutoUnos funkciju ukljuceno i iskljuceno, što automatski kompletira unose, na temelju drugih unosa u istoj koloni.</ahelp> Kolonu skeniraju do maksimalno 2000 celija ili 200 razlicitih nizova."
+
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3156422\n"
+"8\n"
+"help.text"
+msgid "The completion text is highlighted."
+msgstr "Završetak teksta je istaknut."
+
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_idN1065D\n"
+"help.text"
+msgid "To accept the completion, press <item type=\"keycode\">Enter</item> or a cursor key."
+msgstr "Da biste prihvatili završetak, pritisnite <item type=\"keycode\">Enter</item> ili kursor dugme."
+
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_idN10665\n"
+"help.text"
+msgid "To append text or to edit the completion, press <item type=\"keycode\">F2</item>."
+msgstr "Za dodati tekst ili izmijenili završetak, pritisnite <item type=\"keycode\">F2</item>."
+
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_idN1066D\n"
+"help.text"
+msgid "To view more completions, press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab</item> to scroll forward, or <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Tab</item> to scroll backward."
+msgstr ""
+
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_idN10679\n"
+"help.text"
+msgid "To see a list of all available AutoInput text items for the current column, press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Down Arrow</item>."
+msgstr ""
+
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3150439\n"
+"3\n"
+"help.text"
+msgid "When typing formulas using characters that match previous entries, a Help tip will appear listing the last ten functions used from <emph>Function Wizard</emph>, from all defined range names, from all database range names, and from the content of all label ranges."
+msgstr "Kada upišete formule korištenjem znakova koji odgovaraju prethodnoj stavki, za pomoc pojavit ce se popis zadnjih deset funkcija koristeni od<emph>Čarobnjak za funkcije</emph>, svih definiranih lanac imena, od svih imena baze podataka rasponu, a od sadržaja svih naljepnica rasponima."
+
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3153363\n"
+"5\n"
+"help.text"
+msgid "AutoInput is case-sensitive. If, for example, you have written \"Total\" in a cell, you cannot enter \"total\" in another cell of the same column without first deactivating AutoInput."
+msgstr "AutoUnos je osjetljiv na velika i mala slova. Na primjer, ako ste napisali \"Total\" u celiji, ne mozete unijeti \"total\" u drugoj celiji iste kolumne bez deaktiviranje AutoUnosa"
+
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hyphenation"
+msgstr ""
+
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"bm_id3159399\n"
+"help.text"
+msgid "<bookmark_value>automatic hyphenation in spreadsheets</bookmark_value><bookmark_value>hyphenation; in spreadsheets</bookmark_value><bookmark_value>syllables in spreadsheets</bookmark_value>"
+msgstr "<bookmark_value>automatska hyphenation u tabelama</bookmark_value><bookmark_value>hyphenation; u tabelama</bookmark_value><bookmark_value>slogovi u tabelama</bookmark_value>"
+
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"hd_id3159399\n"
+"1\n"
+"help.text"
+msgid "Hyphenation"
+msgstr ""
+
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"par_id3145068\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"silben\"><ahelp hid=\".uno:Hyphenate\">The <emph>Hyphenation </emph>command calls the dialog for setting the hyphenation in $[officename] Calc.</ahelp></variable>"
+msgstr "<variable id=\"silben\"><ahelp hid=\".uno:Hyphenate\"><emph>Hyphenation</emph> komanda poziva dijalog za stavljanje hyphenation u $[officename] Calc.</ahelp></variable>"
+
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"par_id3154366\n"
+"3\n"
+"help.text"
+msgid "You can only turn on the automatic hyphenation in $[officename] Calc when the <link href=\"text/shared/01/05340300.xhp\" name=\"row break\">row break</link> feature is active."
+msgstr "mozete ukljuciti automatsku hyphenation u $[officename] Calc kada <link href=\"text/shared/01/05340300.xhp\" name=\"row break\">row break</link>je aktivna."
+
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"hd_id3153192\n"
+"4\n"
+"help.text"
+msgid "Hyphenation for selected cells."
+msgstr "Hyphenation za odabrane celije."
+
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"par_id3150868\n"
+"5\n"
+"help.text"
+msgid "Select the cells for which you want to change the hyphenation."
+msgstr "POdaberi celije za koje zelis promijeniti hyphenation."
+
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"par_id3150440\n"
+"6\n"
+"help.text"
+msgid "Choose <emph>Tools - Language - Hyphenation</emph>."
+msgstr "Izaberi <emph>Tools - Jezik - Hyphenation</emph>."
+
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"par_id3156441\n"
+"7\n"
+"help.text"
+msgid "The <emph>Format Cells</emph> dialog appears with the <emph>Alignment</emph> tab page open."
+msgstr "<emph>Formatiraj ćelije</emph> dijalog kutije se pojavljuje sa otvorenom <emph>Poravnanje</emph> stranicom."
+
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"par_id3149260\n"
+"12\n"
+"help.text"
+msgid "Mark the <emph>Wrap text automatically</emph> and <emph>Hyphenation active</emph> check boxes."
+msgstr "Oznaci <emph>Poredaj tekst automatski</emph> i <emph>Hyphenation aktivna</emph> kutijice."
+
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"hd_id3153094\n"
+"8\n"
+"help.text"
+msgid "Hyphenation for Drawing Objects"
+msgstr "Hyphenation za graficki prikaz"
+
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"par_id3148577\n"
+"9\n"
+"help.text"
+msgid "Select a drawing object."
+msgstr "Odabir grafickog prikaza"
+
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"par_id3156285\n"
+"10\n"
+"help.text"
+msgid "Choose <emph>Tools - Language - Hyphenation</emph>."
+msgstr "Izaberi <emph>Tools - Jezik - Hyphenation</emph>."
+
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"par_id3147394\n"
+"11\n"
+"help.text"
+msgid "Each time you call the command you turn the hyphenation for the drawing object on or off. A check mark shows the current status."
+msgstr "Scaki put kada pozovete komandu, ukljucite ili iskljucite hyphenation za graficki prikaz. Kvacica pokazuje trenutni status."
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"tit\n"
+"help.text"
+msgid "Financial Functions Part Two"
+msgstr "Financijske Funkcije Prvi Dio"
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3149052\n"
+"1\n"
+"help.text"
+msgid "Financial Functions Part Two"
+msgstr "Financijske Funkcije Prvi Dio"
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148742\n"
+"343\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060103.xhp\" name=\"Back to Financial Functions Part One\">Back to Financial Functions Part One</link>"
+msgstr "<link href=\"text/scalc/01/04060116.xhp\" name=\"Analiza funkcija Dio Dva\">Analiza funkcija Dio Dva</link>"
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3151341\n"
+"344\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060118.xhp\" name=\"Forward to Financial Functions Part Three\">Forward to Financial Functions Part Three</link>"
+msgstr "<link href=\"text/scalc/01/04060116.xhp\" name=\"Analiza funkcija Dio Dva\">Analiza funkcija Dio Dva</link>"
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3150026\n"
+"help.text"
+msgid "<bookmark_value>PPMT function</bookmark_value>"
+msgstr "<bookmark_value>TIME funkcija</bookmark_value>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3150026\n"
+"238\n"
+"help.text"
+msgid "PPMT"
+msgstr "PPMT"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3146942\n"
+"239\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_KAPZ\">Returns for a given period the payment on the principal for an investment that is based on periodic and constant payments and a constant interest rate.</ahelp>"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3150459\n"
+"240\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3146878\n"
+"241\n"
+"help.text"
+msgid "PPMT(Rate; Period; NPer; PV; FV; Type)"
+msgstr "IPMT(Rata; Period; Num_periods; PV; FV; Vrsta)"
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3151228\n"
+"242\n"
+"help.text"
+msgid "<emph>Rate</emph> is the periodic interest rate."
+msgstr "<emph>Stopa</emph> postavlja peridičnu kamatnu ratu"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148887\n"
+"243\n"
+"help.text"
+msgid "<emph>Period</emph> is the amortizement period. P = 1 for the first and P = NPer for the last period."
+msgstr ""
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148436\n"
+"244\n"
+"help.text"
+msgid "<emph>NPer</emph> is the total number of periods during which annuity is paid."
+msgstr "<emph>Num_periods</emph> je ukupan broj razdoblja tijekom kojeg se isplaćuje renta."
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153035\n"
+"245\n"
+"help.text"
+msgid "<emph>PV</emph> is the present value in the sequence of payments."
+msgstr "<emph>PV</emph>je vrijednost novca u slijedu plaćanja."
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3147474\n"
+"246\n"
+"help.text"
+msgid "<emph>FV</emph> (optional) is the desired (future) value."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3144744\n"
+"247\n"
+"help.text"
+msgid "<emph>Type</emph> (optional) defines the due date. F = 1 for payment at the beginning of a period and F = 0 for payment at the end of a period."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_idN1067C\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3148582\n"
+"248\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154811\n"
+"249\n"
+"help.text"
+msgid "How high is the periodic monthly payment at an annual interest rate of 8.75% over a period of 3 years? The cash value is 5,000 currency units and is always paid at the beginning of a period. The future value is 8,000 currency units."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149246\n"
+"250\n"
+"help.text"
+msgid "<item type=\"input\">=PPMT(8.75%/12;1;36;5000;8000;1)</item> = -350.99 currency units."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3146139\n"
+"help.text"
+msgid "<bookmark_value>calculating; total amortizement rates</bookmark_value><bookmark_value>total amortizement rates</bookmark_value><bookmark_value>amortization installment</bookmark_value><bookmark_value>repayment installment</bookmark_value><bookmark_value>CUMPRINC function</bookmark_value>"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3146139\n"
+"252\n"
+"help.text"
+msgid "CUMPRINC"
+msgstr "CUMPRINC"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150140\n"
+"253\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_KUMKAPITAL\">Returns the cumulative interest paid for an investment period with a constant interest rate.</ahelp>"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3149188\n"
+"254\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148733\n"
+"255\n"
+"help.text"
+msgid "CUMPRINC(Rate; NPer; PV; S; E; Type)"
+msgstr "PV(Rate; Num_periods; Payment; FV; Type)"
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150864\n"
+"256\n"
+"help.text"
+msgid "<emph>Rate</emph> is the periodic interest rate."
+msgstr "<emph>Stopa</emph> postavlja peridičnu kamatnu ratu"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3166052\n"
+"257\n"
+"help.text"
+msgid "<emph>NPer</emph> is the payment period with the total number of periods. NPER can also be a non-integer value."
+msgstr ""
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150007\n"
+"258\n"
+"help.text"
+msgid "<emph>PV</emph> is the current value in the sequence of payments."
+msgstr "<emph>PV</emph>je vrijednost novca u slijedu plaćanja."
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153112\n"
+"259\n"
+"help.text"
+msgid "<emph>S</emph> is the first period."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3146847\n"
+"260\n"
+"help.text"
+msgid "<emph>E</emph> is the last period."
+msgstr ""
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3145167\n"
+"261\n"
+"help.text"
+msgid "<emph>Type</emph> is the due date of the payment at the beginning or end of each period."
+msgstr "<emph>Vrsta</emph> (optionalno) je zbog datuma periodičnog plaćanja, bilo na početku ili na kraju razdoblja."
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3154502\n"
+"262\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153570\n"
+"263\n"
+"help.text"
+msgid "What are the payoff amounts if the yearly interest rate is 5.5% for 36 months? The cash value is 15,000 currency units. The payoff amount is calculated between the 10th and 18th period. The due date is at the end of the period."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149884\n"
+"264\n"
+"help.text"
+msgid "<item type=\"input\">=CUMPRINC(5.5%/12;36;15000;10;18;0)</item> = -3669.74 currency units. The payoff amount between the 10th and 18th period is 3669.74 currency units."
+msgstr ""
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3150019\n"
+"help.text"
+msgid "<bookmark_value>CUMPRINC_ADD function</bookmark_value>"
+msgstr "<bookmark_value>COUPNCD funkcija</bookmark_value>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3150019\n"
+"182\n"
+"help.text"
+msgid "CUMPRINC_ADD"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3145246\n"
+"183\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_CUMPRINC\"> Calculates the cumulative redemption of a loan in a period.</ahelp>"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3153047\n"
+"184\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3157970\n"
+"185\n"
+"help.text"
+msgid "CUMPRINC_ADD(Rate; NPer; PV; StartPeriod; EndPeriod; Type)"
+msgstr ""
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3145302\n"
+"186\n"
+"help.text"
+msgid "<emph>Rate</emph> is the interest rate for each period."
+msgstr "<emph>Stopa</emph> definiše kamatnu stopu po periodu."
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3151017\n"
+"187\n"
+"help.text"
+msgid "<emph>NPer</emph> is the total number of payment periods. The rate and NPER must refer to the same unit, and thus both be calculated annually or monthly."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3155620\n"
+"188\n"
+"help.text"
+msgid "<emph>PV</emph> is the current value."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3145352\n"
+"189\n"
+"help.text"
+msgid "<emph>StartPeriod</emph> is the first payment period for the calculation."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3157986\n"
+"190\n"
+"help.text"
+msgid "<emph>EndPeriod</emph> is the last payment period for the calculation."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150570\n"
+"191\n"
+"help.text"
+msgid "<emph>Type</emph> is the maturity of a payment at the end of each period (Type = 0) or at the start of the period (Type = 1)."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3150269\n"
+"192\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148774\n"
+"193\n"
+"help.text"
+msgid "The following mortgage loan is taken out on a house:"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150661\n"
+"194\n"
+"help.text"
+msgid "Rate: 9.00 per cent per annum (9% / 12 = 0.0075), Duration: 30 years (payment periods = 30 * 12 = 360), NPV: 125000 currency units."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3155512\n"
+"195\n"
+"help.text"
+msgid "How much will you repay in the second year of the mortgage (thus from periods 13 to 24)?"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149394\n"
+"196\n"
+"help.text"
+msgid "<item type=\"input\">=CUMPRINC_ADD(0.0075;360;125000;13;24;0)</item> returns -934.1071"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149026\n"
+"197\n"
+"help.text"
+msgid "In the first month you will be repaying the following amount:"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154636\n"
+"198\n"
+"help.text"
+msgid "<item type=\"input\">=CUMPRINC_ADD(0.0075;360;125000;1;1;0)</item> returns -68.27827"
+msgstr ""
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3155370\n"
+"help.text"
+msgid "<bookmark_value>calculating; accumulated interests</bookmark_value><bookmark_value>accumulated interests</bookmark_value><bookmark_value>CUMIPMT function</bookmark_value>"
+msgstr "<bookmark_value>računanje; konstantna kamatna stopa</bookmark_value><bookmark_value>konstantna kamatna stopa</bookmark_value><bookmark_value>RATE funkcija</bookmark_value>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3155370\n"
+"266\n"
+"help.text"
+msgid "CUMIPMT"
+msgstr "CUMIPMT"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3158411\n"
+"267\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_KUMZINSZ\">Calculates the cumulative interest payments, that is, the total interest, for an investment based on a constant interest rate.</ahelp>"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3155814\n"
+"268\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3147536\n"
+"269\n"
+"help.text"
+msgid "CUMIPMT(Rate; NPer; PV; S; E; Type)"
+msgstr "PV(Rate; Num_periods; Payment; FV; Type)"
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150475\n"
+"270\n"
+"help.text"
+msgid "<emph>Rate</emph> is the periodic interest rate."
+msgstr "<emph>Stopa</emph> postavlja peridičnu kamatnu ratu"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153921\n"
+"271\n"
+"help.text"
+msgid "<emph>NPer</emph> is the payment period with the total number of periods. NPER can also be a non-integer value."
+msgstr ""
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153186\n"
+"272\n"
+"help.text"
+msgid "<emph>PV</emph> is the current value in the sequence of payments."
+msgstr "<emph>PV</emph>je vrijednost novca u slijedu plaćanja."
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3156259\n"
+"273\n"
+"help.text"
+msgid "<emph>S</emph> is the first period."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3155990\n"
+"274\n"
+"help.text"
+msgid "<emph>E</emph> is the last period."
+msgstr ""
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149777\n"
+"275\n"
+"help.text"
+msgid "<emph>Type</emph> is the due date of the payment at the beginning or end of each period."
+msgstr "<emph>Vrsta</emph> (optionalno) je zbog datuma periodičnog plaćanja, bilo na početku ili na kraju razdoblja."
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3153723\n"
+"276\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3147478\n"
+"277\n"
+"help.text"
+msgid "What are the interest payments at a yearly interest rate of 5.5 %, a payment period of monthly payments for 2 years and a current cash value of 5,000 currency units? The start period is the 4th and the end period is the 6th period. The payment is due at the beginning of each period."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149819\n"
+"278\n"
+"help.text"
+msgid "<item type=\"input\">=CUMIPMT(5.5%/12;24;5000;4;6;1)</item> = -57.54 currency units. The interest payments for between the 4th and 6th period are 57.54 currency units."
+msgstr ""
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3083280\n"
+"help.text"
+msgid "<bookmark_value>CUMIPMT_ADD function</bookmark_value>"
+msgstr "<bookmark_value>PROMJENI_DODAJ funkcija</bookmark_value>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3083280\n"
+"165\n"
+"help.text"
+msgid "CUMIPMT_ADD"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3152482\n"
+"166\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_CUMIPMT\">Calculates the accumulated interest for a period.</ahelp>"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3149713\n"
+"167\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3145087\n"
+"168\n"
+"help.text"
+msgid "CUMIPMT_ADD(Rate; NPer; PV; StartPeriod; EndPeriod; Type)"
+msgstr ""
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149277\n"
+"169\n"
+"help.text"
+msgid "<emph>Rate</emph> is the interest rate for each period."
+msgstr "<emph>Stopa</emph> definiše kamatnu stopu po periodu."
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149270\n"
+"170\n"
+"help.text"
+msgid "<emph>NPer</emph> is the total number of payment periods. The rate and NPER must refer to the same unit, and thus both be calculated annually or monthly."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3152967\n"
+"171\n"
+"help.text"
+msgid "<emph>PV</emph> is the current value."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3156308\n"
+"172\n"
+"help.text"
+msgid "<emph>StartPeriod</emph> is the first payment period for the calculation."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149453\n"
+"173\n"
+"help.text"
+msgid "<emph>EndPeriod</emph> is the last payment period for the calculation."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150962\n"
+"174\n"
+"help.text"
+msgid "<emph>Type</emph> is the maturity of a payment at the end of each period (Type = 0) or at the start of the period (Type = 1)."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3152933\n"
+"175\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3156324\n"
+"176\n"
+"help.text"
+msgid "The following mortgage loan is taken out on a house:"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3147566\n"
+"177\n"
+"help.text"
+msgid "Rate: 9.00 per cent per annum (9% / 12 = 0.0075), Duration: 30 years (NPER = 30 * 12 = 360), Pv: 125000 currency units."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3151272\n"
+"178\n"
+"help.text"
+msgid "How much interest must you pay in the second year of the mortgage (thus from periods 13 to 24)?"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3156130\n"
+"179\n"
+"help.text"
+msgid "<item type=\"input\">=CUMIPMT_ADD(0.0075;360;125000;13;24;0)</item> returns -11135.23."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150764\n"
+"180\n"
+"help.text"
+msgid "How much interest must you pay in the first month?"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3146857\n"
+"181\n"
+"help.text"
+msgid "<item type=\"input\">=CUMIPMT_ADD(0.0075;360;125000;1;1;0)</item> returns -937.50."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3150878\n"
+"help.text"
+msgid "<bookmark_value>PRICE function</bookmark_value><bookmark_value>prices; fixed interest securities</bookmark_value><bookmark_value>sales values;fixed interest securities</bookmark_value>"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3150878\n"
+"9\n"
+"help.text"
+msgid "PRICE"
+msgstr "PRICE"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153210\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_PRICE\">Calculates the market value of a fixed interest security with a par value of 100 currency units as a function of the forecast yield.</ahelp>"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3154646\n"
+"11\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3152804\n"
+"12\n"
+"help.text"
+msgid "PRICE(Settlement; Maturity; Rate; Yield; Redemption; Frequency; Basis)"
+msgstr "ODDLPRICE( Krajnja odluka; Zrelost; ZadnjeIzdavanje; First_coupon; Rate; Doprinos; Otkupna vrijednost; Frekvencija; Osnova)"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3156121\n"
+"13\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr ""
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149983\n"
+"14\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Dozrijevanje</emph> je datum prodaje osiguranja"
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153755\n"
+"15\n"
+"help.text"
+msgid "<emph>Rate</emph> is the annual nominal rate of interest (coupon interest rate)"
+msgstr "<emph>Stopa</emph> je godišnja nominalna stopa kamate (terminska kamatna stopa)."
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3155999\n"
+"16\n"
+"help.text"
+msgid "<emph>Yield</emph> is the annual yield of the security."
+msgstr "<emph>Par</emph> je nominalna vrijednost pokrica."
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3156114\n"
+"17\n"
+"help.text"
+msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
+msgstr "<emph>Otkup</emph> je cijena isplatne vrijednosti sigurnosti na 100 jedinica valute po nominalnoj vrijdnosti ."
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3155846\n"
+"18\n"
+"help.text"
+msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
+msgstr "<emph>Frekvencija</emph>je broj kamatnih placanja po godini (1,2 ili 4)"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3153148\n"
+"19\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150260\n"
+"20\n"
+"help.text"
+msgid "A security is purchased on 1999-02-15; the maturity date is 2007-11-15. The nominal rate of interest is 5.75%. The yield is 6.5%. The redemption value is 100 currency units. Interest is paid half-yearly (frequency is 2). With calculation on basis 0, the price is as follows:"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3147273\n"
+"21\n"
+"help.text"
+msgid "=PRICE(\"1999-02-15\"; \"2007-11-15\"; 0.0575; 0.065; 100; 2; 0) returns 95.04287."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3151297\n"
+"help.text"
+msgid "<bookmark_value>PRICEDISC function</bookmark_value><bookmark_value>prices;non-interest-bearing securities</bookmark_value><bookmark_value>sales values;non-interest-bearing securities</bookmark_value>"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3151297\n"
+"22\n"
+"help.text"
+msgid "PRICEDISC"
+msgstr "PRICEDISC"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3155100\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_PRICEDISC\">Calculates the price per 100 currency units of par value of a non-interest- bearing security.</ahelp>"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3149294\n"
+"24\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3146084\n"
+"25\n"
+"help.text"
+msgid "PRICEDISC(Settlement; Maturity; Discount; Redemption; Basis)"
+msgstr "INTRATE(Krajnja odluka; Zrelost; Investicija; Otkup;Osnova)"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3159179\n"
+"26\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr ""
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154304\n"
+"27\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Dozrijevanje</emph> je datum prodaje osiguranja"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3156014\n"
+"28\n"
+"help.text"
+msgid "<emph>Discount</emph> is the discount of a security as a percentage."
+msgstr ""
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3147489\n"
+"29\n"
+"help.text"
+msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
+msgstr "<emph>Otkup</emph> je cijena isplatne vrijednosti sigurnosti na 100 jedinica valute po nominalnoj vrijdnosti ."
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3152794\n"
+"30\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149198\n"
+"31\n"
+"help.text"
+msgid "A security is purchased on 1999-02-15; the maturity date is 1999-03-01. Discount in per cent is 5.25%. The redemption value is 100. When calculating on basis 2 the price discount is as follows:"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3151178\n"
+"32\n"
+"help.text"
+msgid "=PRICEDISC(\"1999-02-15\"; \"1999-03-01\"; 0.0525; 100; 2) returns 99.79583."
+msgstr ""
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3154693\n"
+"help.text"
+msgid "<bookmark_value>PRICEMAT function</bookmark_value><bookmark_value>prices;interest-bearing securities</bookmark_value>"
+msgstr "<bookmark_value>IPMT function</bookmark_value><bookmark_value>periodićne stope amortizacije</bookmark_value>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3154693\n"
+"33\n"
+"help.text"
+msgid "PRICEMAT"
+msgstr "PRICEMAT"
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153906\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_PRICEMAT\">Calculates the price per 100 currency units of par value of a security, that pays interest on the maturity date.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_ODDLPRICE\">Izračunava cijene na 100 jedinica valute nominalnu vrijednost vrijednosnog papira,ako zanji datum kamatne stope neregularan..</ahelp>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3154933\n"
+"35\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3155393\n"
+"36\n"
+"help.text"
+msgid "PRICEMAT(Settlement; Maturity; Issue; Rate; Yield; Basis)"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153102\n"
+"37\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr ""
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150530\n"
+"38\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Dozrijevanje</emph> je datum prodaje osiguranja"
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149903\n"
+"39\n"
+"help.text"
+msgid "<emph>Issue</emph> is the date of issue of the security."
+msgstr "<emph>Par</emph> je nominalna vrijednost pokrica."
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148828\n"
+"40\n"
+"help.text"
+msgid "<emph>Rate</emph> is the interest rate of the security on the issue date."
+msgstr ""
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3146993\n"
+"41\n"
+"help.text"
+msgid "<emph>Yield</emph> is the annual yield of the security."
+msgstr "<emph>Par</emph> je nominalna vrijednost pokrica."
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3150507\n"
+"42\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154289\n"
+"43\n"
+"help.text"
+msgid "Settlement date: February 15 1999, maturity date: April 13 1999, issue date: November 11 1998. Interest rate: 6.1 per cent, yield: 6.1 per cent, basis: 30/360 = 0."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154905\n"
+"44\n"
+"help.text"
+msgid "The price is calculated as follows:"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3158409\n"
+"45\n"
+"help.text"
+msgid "=PRICEMAT(\"1999-02-15\";\"1999-04-13\";\"1998-11-11\"; 0.061; 0.061;0) returns 99.98449888."
+msgstr ""
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3148448\n"
+"help.text"
+msgid "<bookmark_value>calculating; durations</bookmark_value><bookmark_value>durations;calculating</bookmark_value><bookmark_value>DURATION function</bookmark_value>"
+msgstr "<bookmark_value>računanje; konstantna kamatna stopa</bookmark_value><bookmark_value>konstantna kamatna stopa</bookmark_value><bookmark_value>RATE funkcija</bookmark_value>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3148448\n"
+"280\n"
+"help.text"
+msgid "DURATION"
+msgstr "DURATION"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153056\n"
+"281\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_LAUFZEIT\">Calculates the number of periods required by an investment to attain the desired value.</ahelp>"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3145421\n"
+"282\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148933\n"
+"283\n"
+"help.text"
+msgid "DURATION(Rate; PV; FV)"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148801\n"
+"284\n"
+"help.text"
+msgid "<emph>Rate</emph> is a constant. The interest rate is to be calculated for the entire duration (duration period). The interest rate per period is calculated by dividing the interest rate by the calculated duration. The internal rate for an annuity is to be entered as Rate/12."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3147239\n"
+"285\n"
+"help.text"
+msgid "<emph>PV</emph> is the present (current) value. The cash value is the deposit of cash or the current cash value of an allowance in kind. As a deposit value a positive value must be entered; the deposit must not be 0 or <0."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3147515\n"
+"286\n"
+"help.text"
+msgid "<emph>FV</emph> is the expected value. The future value determines the desired (future) value of the deposit."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3153579\n"
+"287\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148480\n"
+"288\n"
+"help.text"
+msgid "At an interest rate of 4.75%, a cash value of 25,000 currency units and a future value of 1,000,000 currency units, a duration of 79.49 payment periods is returned. The periodic payment is the resulting quotient from the future value and the duration, in this case 1,000,000/79.49=12,850.20."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3148912\n"
+"help.text"
+msgid "<bookmark_value>calculating;linear depreciations</bookmark_value><bookmark_value>depreciations;linear</bookmark_value><bookmark_value>linear depreciations</bookmark_value><bookmark_value>straight-line depreciations</bookmark_value><bookmark_value>SLN function</bookmark_value>"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3148912\n"
+"290\n"
+"help.text"
+msgid "SLN"
+msgstr "SLN"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149154\n"
+"291\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_LIA\">Returns the straight-line depreciation of an asset for one period.</ahelp> The amount of the depreciation is constant during the depreciation period."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3153240\n"
+"292\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3166456\n"
+"293\n"
+"help.text"
+msgid "SLN(Cost; Salvage; Life)"
+msgstr ""
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3146955\n"
+"294\n"
+"help.text"
+msgid "<emph>Cost</emph> is the initial cost of an asset."
+msgstr "<emph>Cijena</emph> početna vrijednost imovine."
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149796\n"
+"295\n"
+"help.text"
+msgid "<emph>Salvage</emph> is the value of an asset at the end of the depreciation."
+msgstr "<emph>Rješavanje</emph> je vrijednost imovine nakon deprecijacije."
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3166444\n"
+"296\n"
+"help.text"
+msgid "<emph>Life</emph> is the depreciation period determining the number of periods in the depreciation of the asset."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3155579\n"
+"297\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154098\n"
+"298\n"
+"help.text"
+msgid "Office equipment with an initial cost of 50,000 currency units is to be depreciated over 7 years. The value at the end of the depreciation is to be 3,500 currency units."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153390\n"
+"299\n"
+"help.text"
+msgid "<item type=\"input\">=SLN(50000;3,500;84)</item> = 553.57 currency units. The periodic monthly depreciation of the office equipment is 553.57 currency units."
+msgstr ""
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3153739\n"
+"help.text"
+msgid "<bookmark_value>MDURATION function</bookmark_value><bookmark_value>Macauley duration</bookmark_value>"
+msgstr "<bookmark_value>MDETERM funkcija</bookmark_value><bookmark_value>determinants</bookmark_value>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3153739\n"
+"217\n"
+"help.text"
+msgid "MDURATION"
+msgstr "MDURATION"
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149923\n"
+"218\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_MDURATION\">Calculates the modified Macauley duration of a fixed interest security in years.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_DURATION\">Računa trajanje fiksnog sigurnosnog interesa u godinama.</ahelp>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3149964\n"
+"219\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148987\n"
+"220\n"
+"help.text"
+msgid "MDURATION(Settlement; Maturity; Coupon; Yield; Frequency; Basis)"
+msgstr "Trajanje(\"Dogovor\"; \"Dospijeće\"; Kupon; Proizvodi; Frekvencija; Baza)"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148619\n"
+"221\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr ""
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149805\n"
+"222\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Dozrijevanje</emph> je datum prodaje osiguranja"
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154338\n"
+"223\n"
+"help.text"
+msgid "<emph>Coupon</emph> is the annual nominal rate of interest (coupon interest rate)"
+msgstr "<emph>Stopa</emph> je godišnja nominalna stopa kamate (terminska kamatna stopa)."
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148466\n"
+"224\n"
+"help.text"
+msgid "<emph>Yield</emph> is the annual yield of the security."
+msgstr "<emph>Par</emph> je nominalna vrijednost pokrica."
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149423\n"
+"225\n"
+"help.text"
+msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
+msgstr "<emph>Frekvencija</emph>je broj kamatnih placanja po godini (1,2 ili 4)"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3154602\n"
+"226\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148652\n"
+"227\n"
+"help.text"
+msgid "A security is purchased on 2001-01-01; the maturity date is 2006-01-01. The nominal rate of interest is 8%. The yield is 9.0%. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) how long is the modified duration?"
+msgstr "Sigurnost je kupljena 01/01/2001; datum dospijeća je 01/01/2006. Rata interesnog kupona je 8%. Proizvod je 9.0%. Kamata je plaćena polugodisnje (frekvencija je 2). Koristeći dnevni balans računanja kamate(baza 3) koliko dugo traje?"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3145378\n"
+"228\n"
+"help.text"
+msgid "=MDURATION(\"2001-01-01\"; \"2006-01-01\"; 0.08; 0.09; 2; 3) returns 4.02 years."
+msgstr ""
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3149242\n"
+"help.text"
+msgid "<bookmark_value>calculating;net present values</bookmark_value><bookmark_value>net present values</bookmark_value><bookmark_value>NPV function</bookmark_value>"
+msgstr "<bookmark_value>računanje; konstantna kamatna stopa</bookmark_value><bookmark_value>konstantna kamatna stopa</bookmark_value><bookmark_value>RATE funkcija</bookmark_value>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3149242\n"
+"301\n"
+"help.text"
+msgid "NPV"
+msgstr "NPV"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3145308\n"
+"302\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_NBW\">Returns the present value of an investment based on a series of periodic cash flows and a discount rate. To get the net present value, subtract the cost of the project (the initial cash flow at time zero) from the returned value.</ahelp>"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3149937\n"
+"303\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153321\n"
+"304\n"
+"help.text"
+msgid "NPV(Rate; Value1; Value2; ...)"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150630\n"
+"305\n"
+"help.text"
+msgid "<emph>Rate</emph> is the discount rate for a period."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150427\n"
+"306\n"
+"help.text"
+msgid "<emph>Value1;...</emph> are up to 30 values, which represent deposits or withdrawals."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3153538\n"
+"307\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154800\n"
+"308\n"
+"help.text"
+msgid "What is the net present value of periodic payments of 10, 20 and 30 currency units with a discount rate of 8.75%. At time zero the costs were payed as -40 currency units."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3143270\n"
+"309\n"
+"help.text"
+msgid "<item type=\"input\">=NPV(8.75%;10;20;30)</item> = 49.43 currency units. The net present value is the returned value minus the initial costs of 40 currency units, therefore 9.43 currency units."
+msgstr ""
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3149484\n"
+"help.text"
+msgid "<bookmark_value>calculating;nominal interest rates</bookmark_value><bookmark_value>nominal interest rates</bookmark_value><bookmark_value>NOMINAL function</bookmark_value>"
+msgstr "<bookmark_value>računanje; konstantna kamatna stopa</bookmark_value><bookmark_value>konstantna kamatna stopa</bookmark_value><bookmark_value>RATE funkcija</bookmark_value>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3149484\n"
+"311\n"
+"help.text"
+msgid "NOMINAL"
+msgstr "NOMINAL"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149596\n"
+"312\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_NOMINAL\">Calculates the yearly nominal interest rate, given the effective rate and the number of compounding periods per year.</ahelp>"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3151252\n"
+"313\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3152769\n"
+"314\n"
+"help.text"
+msgid "NOMINAL(EffectiveRate; NPerY)"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3147521\n"
+"315\n"
+"help.text"
+msgid "<emph>EffectiveRate</emph> is the effective interest rate"
+msgstr ""
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3156334\n"
+"316\n"
+"help.text"
+msgid "<emph>NPerY</emph> is the number of periodic interest payments per year."
+msgstr "<emph>Num_per_year</emph> je broj interesnih plaćanja po godini."
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3154473\n"
+"317\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3147091\n"
+"318\n"
+"help.text"
+msgid "What is the nominal interest per year for an effective interest rate of 13.5% if twelve payments are made per year."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154831\n"
+"319\n"
+"help.text"
+msgid "<item type=\"input\">=NOMINAL(13.5%;12)</item> = 12.73%. The nominal interest rate per year is 12.73%."
+msgstr ""
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3155123\n"
+"help.text"
+msgid "<bookmark_value>NOMINAL_ADD function</bookmark_value>"
+msgstr "<bookmark_value>PROMJENI_DODAJ funkcija</bookmark_value>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3155123\n"
+"229\n"
+"help.text"
+msgid "NOMINAL_ADD"
+msgstr ""
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148671\n"
+"230\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_NOMINAL\">Calculates the annual nominal rate of interest on the basis of the effective rate and the number of interest payments per annum.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_EFFECT\">Računa efektivnu godišnju ratu baziranu na nominalnim interesnim vrijednostima i godišnjem broju plaćanja.</ahelp>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3155611\n"
+"231\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3156157\n"
+"232\n"
+"help.text"
+msgid "NOMINAL_ADD(EffectiveRate; NPerY)"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153777\n"
+"233\n"
+"help.text"
+msgid "<emph>EffectiveRate</emph> is the effective annual rate of interest."
+msgstr ""
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150409\n"
+"234\n"
+"help.text"
+msgid "<emph>NPerY</emph> the number of interest payments per year."
+msgstr "<emph>Num_per_year</emph> je broj interesnih plaćanja po godini."
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3146789\n"
+"235\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3145777\n"
+"236\n"
+"help.text"
+msgid "What is the nominal rate of interest for a 5.3543% effective rate of interest and quarterly payment."
+msgstr ""
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3156146\n"
+"237\n"
+"help.text"
+msgid "<item type=\"input\">=NOMINAL_ADD(5.3543%;4)</item> returns 0.0525 or 5.25%."
+msgstr "<item type=\"input\">=Efekt_dodaj(0.0525; 4)</item> vraća 0.053543 or 5.3534%."
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3159087\n"
+"help.text"
+msgid "<bookmark_value>DOLLARFR function</bookmark_value><bookmark_value>converting;decimal fractions, into mixed decimal fractions</bookmark_value>"
+msgstr "<bookmark_value>DEC2HEX funkcija</bookmark_value><bookmark_value>konvertira;decimalne brojeve , u hexadecimalne brojeve </bookmark_value>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3159087\n"
+"208\n"
+"help.text"
+msgid "DOLLARFR"
+msgstr "DOLLARFR"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150593\n"
+"209\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_DOLLARFR\">Converts a quotation that has been given as a decimal number into a mixed decimal fraction.</ahelp>"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3151106\n"
+"210\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3152959\n"
+"211\n"
+"help.text"
+msgid "DOLLARFR(DecimalDollar; Fraction)"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149558\n"
+"212\n"
+"help.text"
+msgid "<emph>DecimalDollar</emph> is a decimal number."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153672\n"
+"213\n"
+"help.text"
+msgid "<emph>Fraction</emph> is a whole number that is used as the denominator of the decimal fraction."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3156274\n"
+"214\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153795\n"
+"215\n"
+"help.text"
+msgid "<item type=\"input\">=DOLLARFR(1.125;16)</item> converts into sixteenths. The result is 1.02 for 1 plus 2/16."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150995\n"
+"216\n"
+"help.text"
+msgid "<item type=\"input\">=DOLLARFR(1.125;8)</item> converts into eighths. The result is 1.1 for 1 plus 1/8."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3154671\n"
+"help.text"
+msgid "<bookmark_value>fractions; converting</bookmark_value><bookmark_value>converting;decimal fractions, into decimal numbers</bookmark_value><bookmark_value>DOLLARDE function</bookmark_value>"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3154671\n"
+"199\n"
+"help.text"
+msgid "DOLLARDE"
+msgstr "DOLLARDE"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154418\n"
+"200\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_DOLLARDE\">Converts a quotation that has been given as a decimal fraction into a decimal number.</ahelp>"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3146124\n"
+"201\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150348\n"
+"202\n"
+"help.text"
+msgid "DOLLARDE(FractionalDollar; Fraction)"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154111\n"
+"203\n"
+"help.text"
+msgid "<emph>FractionalDollar</emph> is a number given as a decimal fraction."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153695\n"
+"204\n"
+"help.text"
+msgid "<emph>Fraction</emph> is a whole number that is used as the denominator of the decimal fraction."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3153884\n"
+"205\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150941\n"
+"206\n"
+"help.text"
+msgid "<item type=\"input\">=DOLLARDE(1.02;16)</item> stands for 1 and 2/16. This returns 1.125."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150830\n"
+"207\n"
+"help.text"
+msgid "<item type=\"input\">=DOLLARDE(1.1;8)</item> stands for 1 and 1/8. This returns 1.125."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3148974\n"
+"help.text"
+msgid "<bookmark_value>calculating;modified internal rates of return</bookmark_value><bookmark_value>modified internal rates of return</bookmark_value><bookmark_value>MIRR function</bookmark_value><bookmark_value>internal rates of return;modified</bookmark_value>"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3148974\n"
+"321\n"
+"help.text"
+msgid "MIRR"
+msgstr "MIRR"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3155497\n"
+"322\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_QIKV\">Calculates the modified internal rate of return of a series of investments.</ahelp>"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3154354\n"
+"323\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148399\n"
+"324\n"
+"help.text"
+msgid "MIRR(Values; Investment; ReinvestRate)"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3155896\n"
+"325\n"
+"help.text"
+msgid "<emph>Values</emph> corresponds to the array or the cell reference for cells whose content corresponds to the payments."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149998\n"
+"326\n"
+"help.text"
+msgid "<emph>Investment</emph> is the rate of interest of the investments (the negative values of the array)"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3159408\n"
+"327\n"
+"help.text"
+msgid "<emph>ReinvestRate</emph>:the rate of interest of the reinvestment (the positive values of the array)"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3154714\n"
+"328\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3147352\n"
+"329\n"
+"help.text"
+msgid "Assuming a cell content of A1 = <item type=\"input\">-5</item>, A2 = <item type=\"input\">10</item>, A3 = <item type=\"input\">15</item>, and A4 = <item type=\"input\">8</item>, and an investment value of 0.5 and a reinvestment value of 0.1, the result is 94.16%."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3149323\n"
+"help.text"
+msgid "<bookmark_value>YIELD function</bookmark_value><bookmark_value>rates of return;securities</bookmark_value><bookmark_value>yields, see also rates of return</bookmark_value>"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3149323\n"
+"129\n"
+"help.text"
+msgid "YIELD"
+msgstr "YIELD"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150643\n"
+"130\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_YIELD\">Calculates the yield of a security.</ahelp>"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3149344\n"
+"131\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149744\n"
+"132\n"
+"help.text"
+msgid "YIELD(Settlement; Maturity; Rate; Price; Redemption; Frequency; Basis)"
+msgstr "ODDLYIELD( Krajnja odluka; Zrelost; ZadnjeIzdavanje; First_coupon; Rate; Cijena; Otkupna vrijednost; Frekvencija; Osnova)"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154526\n"
+"133\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr ""
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153266\n"
+"134\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Dozrijevanje</emph> je datum prodaje osiguranja"
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3151284\n"
+"135\n"
+"help.text"
+msgid "<emph>Rate</emph> is the annual rate of interest."
+msgstr "<emph>Nominal_rate</emph>godišnja nominalna vrijednost kamate."
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3147314\n"
+"136\n"
+"help.text"
+msgid "<emph>Price</emph> is the price (purchase price) of the security per 100 currency units of par value."
+msgstr "<emph>Cijena</emph> je cijena sigurnosti na 100 valutne jedinice nominalnu vrijednost.."
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3145156\n"
+"137\n"
+"help.text"
+msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
+msgstr "<emph>Otkup</emph> je cijena isplatne vrijednosti sigurnosti na 100 jedinica valute po nominalnoj vrijdnosti ."
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3159218\n"
+"138\n"
+"help.text"
+msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
+msgstr "<emph>Frekvencija</emph>je broj kamatnih placanja po godini (1,2 ili 4)"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3147547\n"
+"139\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3151214\n"
+"140\n"
+"help.text"
+msgid "A security is purchased on 1999-02-15. It matures on 2007-11-15. The rate of interest is 5.75%. The price is 95.04287 currency units per 100 units of par value, the redemption value is 100 units. Interest is paid half-yearly (frequency = 2) and the basis is 0. How high is the yield?"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154194\n"
+"141\n"
+"help.text"
+msgid "=YIELD(\"1999-02-15\"; \"2007-11-15\"; 0.0575 ;95.04287; 100; 2; 0) returns 0.065 or 6.50 per cent."
+msgstr ""
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3150100\n"
+"help.text"
+msgid "<bookmark_value>YIELDDISC function</bookmark_value><bookmark_value>rates of return;non-interest-bearing securities</bookmark_value>"
+msgstr "<bookmark_value>IPMT function</bookmark_value><bookmark_value>periodićne stope amortizacije</bookmark_value>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3150100\n"
+"142\n"
+"help.text"
+msgid "YIELDDISC"
+msgstr "YIELDDISC"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150486\n"
+"143\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_YIELDDISC\">Calculates the annual yield of a non-interest-bearing security.</ahelp>"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3149171\n"
+"144\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3159191\n"
+"145\n"
+"help.text"
+msgid "YIELDDISC(Settlement; Maturity; Price; Redemption; Basis)"
+msgstr "DISC(\"Dogovor\"; \"Dospijeće\"; Cijena; Isplata; Baza)"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150237\n"
+"146\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr ""
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3146924\n"
+"147\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Dozrijevanje</emph> je datum prodaje osiguranja"
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3151201\n"
+"148\n"
+"help.text"
+msgid "<emph>Price</emph> is the price (purchase price) of the security per 100 currency units of par value."
+msgstr "<emph>Cijena</emph> je cijena sigurnosti na 100 valutne jedinice nominalnu vrijednost.."
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3156049\n"
+"149\n"
+"help.text"
+msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
+msgstr "<emph>Otkup</emph> je cijena isplatne vrijednosti sigurnosti na 100 jedinica valute po nominalnoj vrijdnosti ."
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3154139\n"
+"150\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3163815\n"
+"151\n"
+"help.text"
+msgid "A non-interest-bearing security is purchased on 1999-02-15. It matures on 1999-03-01. The price is 99.795 currency units per 100 units of par value, the redemption value is 100 units. The basis is 2. How high is the yield?"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3155187\n"
+"152\n"
+"help.text"
+msgid "=YIELDDISC(\"1999-02-15\"; \"1999-03-01\"; 99.795; 100; 2) returns 0.052823 or 5.2823 per cent."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3155140\n"
+"help.text"
+msgid "<bookmark_value>YIELDMAT function</bookmark_value><bookmark_value>rates of return;securities with interest paid on maturity</bookmark_value>"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3155140\n"
+"153\n"
+"help.text"
+msgid "YIELDMAT"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3151332\n"
+"154\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_YIELDMAT\">Calculates the annual yield of a security, the interest of which is paid on the date of maturity.</ahelp>"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3159100\n"
+"155\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3159113\n"
+"156\n"
+"help.text"
+msgid "YIELDMAT(Settlement; Maturity; Issue; Rate; Price; Basis)"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149309\n"
+"157\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr ""
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3151381\n"
+"158\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Dozrijevanje</emph> je datum prodaje osiguranja"
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153302\n"
+"159\n"
+"help.text"
+msgid "<emph>Issue</emph> is the date of issue of the security."
+msgstr "<emph>Par</emph> je nominalna vrijednost pokrica."
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3147140\n"
+"160\n"
+"help.text"
+msgid "<emph>Rate</emph> is the interest rate of the security on the issue date."
+msgstr ""
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3151067\n"
+"161\n"
+"help.text"
+msgid "<emph>Price</emph> is the price (purchase price) of the security per 100 currency units of par value."
+msgstr "<emph>Cijena</emph> je cijena sigurnosti na 100 valutne jedinice nominalnu vrijednost.."
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3155342\n"
+"162\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3163717\n"
+"163\n"
+"help.text"
+msgid "A security is purchased on 1999-03-15. It matures on 1999-11-03. The issue date was 1998-11-08. The rate of interest is 6.25%, the price is 100.0123 units. The basis is 0. How high is the yield?"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3155311\n"
+"164\n"
+"help.text"
+msgid "=YIELDMAT(\"1999-03-15\"; \"1999-11-03\"; \"1998-11-08\"; 0.0625; 100.0123; 0) returns 0.060954 or 6.0954 per cent."
+msgstr ""
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3149577\n"
+"help.text"
+msgid "<bookmark_value>calculating;annuities</bookmark_value><bookmark_value>annuities</bookmark_value><bookmark_value>PMT function</bookmark_value>"
+msgstr "<bookmark_value>računanje; konstantna kamatna stopa</bookmark_value><bookmark_value>konstantna kamatna stopa</bookmark_value><bookmark_value>RATE funkcija</bookmark_value>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3149577\n"
+"330\n"
+"help.text"
+msgid "PMT"
+msgstr "PMT"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148563\n"
+"331\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_RMZ\">Returns the periodic payment for an annuity with constant interest rates.</ahelp>"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3145257\n"
+"332\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3147278\n"
+"333\n"
+"help.text"
+msgid "PMT(Rate; NPer; PV; FV; Type)"
+msgstr "PV(Rate; Num_periods; Payment; FV; Type)"
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3147291\n"
+"334\n"
+"help.text"
+msgid "<emph>Rate</emph> is the periodic interest rate."
+msgstr "<emph>Stopa</emph> postavlja peridičnu kamatnu ratu"
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148641\n"
+"335\n"
+"help.text"
+msgid "<emph>NPer</emph> is the number of periods in which annuity is paid."
+msgstr "<emph>Num_periods</emph> je ukupan broj razdoblja tijekom kojeg se isplaćuje renta."
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3156360\n"
+"336\n"
+"help.text"
+msgid "<emph>PV</emph> is the present value (cash value) in a sequence of payments."
+msgstr "<emph>PV</emph>je sadašnja vrijednost novca u nizu plaćanja."
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154920\n"
+"337\n"
+"help.text"
+msgid "<emph>FV</emph> (optional) is the desired value (future value) to be reached at the end of the periodic payments."
+msgstr "<emph>FV</emph> (optionalno) je buduća vrijednost, koji je postignut na kraju periodičnog plaćanja."
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3156434\n"
+"338\n"
+"help.text"
+msgid "<emph>Type</emph> (optional) is the due date for the periodic payments. Type=1 is payment at the beginning and Type=0 is payment at the end of each period."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_idN11645\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3152358\n"
+"339\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154222\n"
+"340\n"
+"help.text"
+msgid "What are the periodic payments at a yearly interest rate of 1.99% if the payment time is 3 years and the cash value is 25,000 currency units. There are 36 months as 36 payment periods, and the interest rate per payment period is 1.99%/12."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3155943\n"
+"341\n"
+"help.text"
+msgid "<item type=\"input\">=PMT(1.99%/12;36;25000)</item> = -715.96 currency units. The periodic monthly payment is therefore 715.96 currency units."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3155799\n"
+"help.text"
+msgid "<bookmark_value>TBILLEQ function</bookmark_value><bookmark_value>treasury bills;annual return</bookmark_value><bookmark_value>annual return on treasury bills</bookmark_value>"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3155799\n"
+"58\n"
+"help.text"
+msgid "TBILLEQ"
+msgstr "TBILLEQ"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154403\n"
+"59\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_TBILLEQ\">Calculates the annual return on a treasury bill ().</ahelp> A treasury bill is purchased on the settlement date and sold at the full par value on the maturity date, that must fall within the same year. A discount is deducted from the purchase price."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3155080\n"
+"60\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150224\n"
+"61\n"
+"help.text"
+msgid "TBILLEQ(Settlement; Maturity; Discount)"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3156190\n"
+"62\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr ""
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153827\n"
+"63\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Dozrijevanje</emph> je datum prodaje osiguranja"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150310\n"
+"64\n"
+"help.text"
+msgid "<emph>Discount</emph> is the percentage discount on acquisition of the security."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3150324\n"
+"65\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153173\n"
+"66\n"
+"help.text"
+msgid "Settlement date: March 31 1999, maturity date: June 1 1999, discount: 9.14 per cent."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153520\n"
+"67\n"
+"help.text"
+msgid "The return on the treasury bill corresponding to a security is worked out as follows:"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154382\n"
+"68\n"
+"help.text"
+msgid "=TBILLEQ(\"1999-03-31\";\"1999-06-01\"; 0.0914) returns 0.094151 or 9.4151 per cent."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3151032\n"
+"help.text"
+msgid "<bookmark_value>TBILLPRICE function</bookmark_value><bookmark_value>treasury bills;prices</bookmark_value><bookmark_value>prices;treasury bills</bookmark_value>"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3151032\n"
+"69\n"
+"help.text"
+msgid "TBILLPRICE"
+msgstr "TBILLPRICE"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3157887\n"
+"70\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_TBILLPRICE\">Calculates the price of a treasury bill per 100 currency units.</ahelp>"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3156374\n"
+"71\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150284\n"
+"72\n"
+"help.text"
+msgid "TBILLPRICE(Settlement; Maturity; Discount)"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154059\n"
+"73\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr ""
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154073\n"
+"74\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Dozrijevanje</emph> je datum prodaje osiguranja"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3145765\n"
+"75\n"
+"help.text"
+msgid "<emph>Discount</emph> is the percentage discount upon acquisition of the security."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3153373\n"
+"76\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3155542\n"
+"77\n"
+"help.text"
+msgid "Settlement date: March 31 1999, maturity date: June 1 1999, discount: 9 per cent."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154578\n"
+"78\n"
+"help.text"
+msgid "The price of the treasury bill is worked out as follows:"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154592\n"
+"79\n"
+"help.text"
+msgid "=TBILLPRICE(\"1999-03-31\";\"1999-06-01\"; 0.09) returns 98.45."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3152912\n"
+"help.text"
+msgid "<bookmark_value>TBILLYIELD function</bookmark_value><bookmark_value>treasury bills;rates of return</bookmark_value><bookmark_value>rates of return of treasury bills</bookmark_value>"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3152912\n"
+"80\n"
+"help.text"
+msgid "TBILLYIELD"
+msgstr "TBILLYIELD"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3145560\n"
+"81\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_TBILLYIELD\">Calculates the yield of a treasury bill.</ahelp>"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3145578\n"
+"82\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3156077\n"
+"83\n"
+"help.text"
+msgid "TBILLYIELD(Settlement; Maturity; Price)"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3156091\n"
+"84\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr ""
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3157856\n"
+"85\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Dozrijevanje</emph> je datum prodaje osiguranja"
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149627\n"
+"86\n"
+"help.text"
+msgid "<emph>Price</emph> is the price (purchase price) of the treasury bill per 100 currency units of par value."
+msgstr "<emph>Cijena</emph> je cijena sigurnosti na 100 valutne jedinice nominalnu vrijednost.."
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3149642\n"
+"87\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3145178\n"
+"88\n"
+"help.text"
+msgid "Settlement date: March 31 1999, maturity date: June 1 1999, price: 98.45 currency units."
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3145193\n"
+"89\n"
+"help.text"
+msgid "The yield of the treasury bill is worked out as follows:"
+msgstr ""
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148528\n"
+"90\n"
+"help.text"
+msgid "=TBILLYIELD(\"1999-03-31\";\"1999-06-01\"; 98.45) returns 0.091417 or 9.1417 per cent."
+msgstr ""
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148546\n"
+"345\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060103.xhp\" name=\"Back to Financial Functions Part One\">Back to Financial Functions Part One</link>"
+msgstr "<link href=\"text/scalc/01/04060116.xhp\" name=\"Analiza funkcija Dio Dva\">Analiza funkcija Dio Dva</link>"
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3146762\n"
+"346\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060118.xhp\" name=\"Forward to Financial Functions Part Three\">Forward to Financial Functions Part Three</link>"
+msgstr "<link href=\"text/scalc/01/04060116.xhp\" name=\"Analiza funkcija Dio Dva\">Analiza funkcija Dio Dva</link>"
+
+#: 02190000.xhp
+#, fuzzy
+msgctxt ""
+"02190000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Delete Manual Breaks"
+msgstr "Obriši sve ručne prijelome"
+
+#: 02190000.xhp
+#, fuzzy
+msgctxt ""
+"02190000.xhp\n"
+"hd_id3150541\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02190000.xhp\" name=\"Delete Manual Breaks\">Delete Manual Break</link>"
+msgstr "<link href=\"text/scalc/01/02140100.xhp\" name=\"Down\">Dolje</link>"
+
+#: 02190000.xhp
+msgctxt ""
+"02190000.xhp\n"
+"par_id3154365\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Choose the type of manual break that you want to delete.</ahelp>"
+msgstr ""
+
+#: 05100200.xhp
+msgctxt ""
+"05100200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Split Cells"
+msgstr ""
+
+#: 05100200.xhp
+msgctxt ""
+"05100200.xhp\n"
+"hd_id3154654\n"
+"help.text"
+msgid "Split Cells"
+msgstr ""
+
+#: 05100200.xhp
+msgctxt ""
+"05100200.xhp\n"
+"par_id3083451\n"
+"help.text"
+msgid "<ahelp hid=\".\">Splits previously merged cells.</ahelp>"
+msgstr ""
+
+#: 05100200.xhp
+msgctxt ""
+"05100200.xhp\n"
+"par_id3154023\n"
+"help.text"
+msgid "Choose <emph>Format - Merge Cells - Split Cells</emph>"
+msgstr ""
+
+#: 04040000.xhp
+msgctxt ""
+"04040000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Columns"
+msgstr "Kolone"
+
+#: 04040000.xhp
+#, fuzzy
+msgctxt ""
+"04040000.xhp\n"
+"bm_id3155628\n"
+"help.text"
+msgid "<bookmark_value>spreadsheets; inserting columns</bookmark_value><bookmark_value>inserting; columns</bookmark_value><bookmark_value>columns; inserting</bookmark_value>"
+msgstr "<bookmark_value>celije; osvjezavanje tragova</bookmark_value><bookmark_value>tragovi; osvjezavanje</bookmark_value><bookmark_value>updating;traces</bookmark_value>"
+
+#: 04040000.xhp
+#, fuzzy
+msgctxt ""
+"04040000.xhp\n"
+"hd_id3155628\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04040000.xhp\" name=\"Columns\">Columns</link>"
+msgstr "<link href=\"text/scalc/01/02140100.xhp\" name=\"Down\">Dolje</link>"
+
+#: 04040000.xhp
+msgctxt ""
+"04040000.xhp\n"
+"par_id3150791\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InsertColumns\">Inserts a new column to the left of the active cell.</ahelp> The number of columns inserted corresponds to the number of columns selected. The existing columns are moved to the right."
+msgstr ""
+
+#: 12080000.xhp
+msgctxt ""
+"12080000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Group and Outline"
+msgstr "grupiraj i skiciraj"
+
+#: 12080000.xhp
+msgctxt ""
+"12080000.xhp\n"
+"bm_id3152350\n"
+"help.text"
+msgid "<bookmark_value>sheets; outlines</bookmark_value><bookmark_value>outlines; sheets</bookmark_value><bookmark_value>hiding; sheet details</bookmark_value><bookmark_value>showing; sheet details</bookmark_value><bookmark_value>grouping;cells</bookmark_value>"
+msgstr ""
+
+#: 12080000.xhp
+msgctxt ""
+"12080000.xhp\n"
+"hd_id3152350\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12080000.xhp\" name=\"Group and Outline\">Group and Outline</link>"
+msgstr "<link href=\"text/scalc/01/12080000.xhp\" name=\"Group and Outline\">grupiraj i skiciraj</link>"
+
+#: 12080000.xhp
+msgctxt ""
+"12080000.xhp\n"
+"par_id3150793\n"
+"2\n"
+"help.text"
+msgid "You can create an outline of your data and group rows and columns together so that you can collapse and expand the groups with a single click."
+msgstr "Mozete napraviti skicu vasih podataka i grupisati redove i kolone zajedno da biste mogli skupiti i povezati grupe jednim klikom"
+
+#: 12080000.xhp
+msgctxt ""
+"12080000.xhp\n"
+"hd_id3147229\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12080300.xhp\" name=\"Group\">Group</link>"
+msgstr "<link href=\"text/scalc/01/12080300.xhp\" name=\"Group\">Grupa</link>"
+
+#: 12080000.xhp
+msgctxt ""
+"12080000.xhp\n"
+"hd_id3153188\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12080400.xhp\" name=\"Ungroup\">Ungroup</link>"
+msgstr "<link href=\"text/scalc/01/12080400.xhp\" name=\"Ungroup\">Razgrupiraj</link>"
+
+#: func_year.xhp
+msgctxt ""
+"func_year.xhp\n"
+"tit\n"
+"help.text"
+msgid "YEAR"
+msgstr "YEAR"
+
+#: func_year.xhp
+msgctxt ""
+"func_year.xhp\n"
+"bm_id3153982\n"
+"help.text"
+msgid "<bookmark_value>YEAR function</bookmark_value>"
+msgstr "<bookmark_value>YEAR funkciju</bookmark_value>"
+
+#: func_year.xhp
+#, fuzzy
+msgctxt ""
+"func_year.xhp\n"
+"hd_id3153982\n"
+"37\n"
+"help.text"
+msgid "<variable id=\"year\"><link href=\"text/scalc/01/func_year.xhp\">YEAR</link></variable>"
+msgstr "<variable id=\"solver\"><link href=\"text/scalc/01/solver.xhp\">Rješavač</link></variable>"
+
+#: func_year.xhp
+msgctxt ""
+"func_year.xhp\n"
+"par_id3147496\n"
+"38\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_JAHR\">Returns the year as a number according to the internal calculation rules.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_JAHR\">Vraca godinu kao broj u odnosu na interna pravila racunice.</ahelp>"
+
+#: func_year.xhp
+msgctxt ""
+"func_year.xhp\n"
+"hd_id3146090\n"
+"39\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: func_year.xhp
+msgctxt ""
+"func_year.xhp\n"
+"par_id3154304\n"
+"40\n"
+"help.text"
+msgid "YEAR(Number)"
+msgstr "YEAR(Broj)"
+
+#: func_year.xhp
+msgctxt ""
+"func_year.xhp\n"
+"par_id3156013\n"
+"41\n"
+"help.text"
+msgid "<emph>Number</emph> shows the internal date value for which the year is to be returned."
+msgstr "<emph>Broj</emph> prikazuje internu vrijednost datuma za koji funkcija vraca godinu."
+
+#: func_year.xhp
+msgctxt ""
+"func_year.xhp\n"
+"hd_id3152797\n"
+"42\n"
+"help.text"
+msgid "Examples"
+msgstr "Primjeri"
+
+#: func_year.xhp
+msgctxt ""
+"func_year.xhp\n"
+"par_id3145668\n"
+"43\n"
+"help.text"
+msgid "<item type=\"input\">=YEAR(1)</item> returns 1899"
+msgstr "<item type=\"input\">=YEAR(1)</item> vraca 1899"
+
+#: func_year.xhp
+msgctxt ""
+"func_year.xhp\n"
+"par_id3151168\n"
+"44\n"
+"help.text"
+msgid "<item type=\"input\">=YEAR(2)</item> returns 1900"
+msgstr "<item type=\"input\">=YEAR(2)</item> vraca 1900"
+
+#: func_year.xhp
+msgctxt ""
+"func_year.xhp\n"
+"par_id3150115\n"
+"45\n"
+"help.text"
+msgid "<item type=\"input\">=YEAR(33333.33)</item> returns 1991"
+msgstr "<item type=\"input\">=YEAR(33333.33)</item> vraca 1991"
+
+#: func_day.xhp
+msgctxt ""
+"func_day.xhp\n"
+"tit\n"
+"help.text"
+msgid "DAY"
+msgstr ""
+
+#: func_day.xhp
+#, fuzzy
+msgctxt ""
+"func_day.xhp\n"
+"bm_id3147317\n"
+"help.text"
+msgid "<bookmark_value>DAY function</bookmark_value>"
+msgstr "<bookmark_value>TODAY funkcija</bookmark_value>"
+
+#: func_day.xhp
+#, fuzzy
+msgctxt ""
+"func_day.xhp\n"
+"hd_id3147317\n"
+"106\n"
+"help.text"
+msgid "<variable id=\"day\"><link href=\"text/scalc/01/func_day.xhp\">DAY</link></variable>"
+msgstr "<variable id=\"solver\"><link href=\"text/scalc/01/solver.xhp\">Rješavač</link></variable>"
+
+#: func_day.xhp
+msgctxt ""
+"func_day.xhp\n"
+"par_id3147584\n"
+"107\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_TAG\">Returns the day of given date value.</ahelp> The day is returned as an integer between 1 and 31. You can also enter a negative date/time value."
+msgstr ""
+
+#: func_day.xhp
+msgctxt ""
+"func_day.xhp\n"
+"hd_id3150487\n"
+"108\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: func_day.xhp
+#, fuzzy
+msgctxt ""
+"func_day.xhp\n"
+"par_id3149430\n"
+"109\n"
+"help.text"
+msgid "DAY(Number)"
+msgstr "TAN(Broj)"
+
+#: func_day.xhp
+#, fuzzy
+msgctxt ""
+"func_day.xhp\n"
+"par_id3149443\n"
+"110\n"
+"help.text"
+msgid "<emph>Number</emph>, as a time value, is a decimal, for which the day is to be returned."
+msgstr "<emph>Broj</emph>, kao jedinica vremena, je decimalni broj, za koji funkcija vraca sat."
+
+#: func_day.xhp
+#, fuzzy
+msgctxt ""
+"func_day.xhp\n"
+"hd_id3163809\n"
+"111\n"
+"help.text"
+msgid "Examples"
+msgstr "Primjeri"
+
+#: func_day.xhp
+msgctxt ""
+"func_day.xhp\n"
+"par_id3151200\n"
+"112\n"
+"help.text"
+msgid "DAY(1) returns 31 (since $[officename] starts counting at zero from December 30, 1899)"
+msgstr ""
+
+#: func_day.xhp
+msgctxt ""
+"func_day.xhp\n"
+"par_id3154130\n"
+"113\n"
+"help.text"
+msgid "DAY(NOW()) returns the current day."
+msgstr ""
+
+#: func_day.xhp
+#, fuzzy
+msgctxt ""
+"func_day.xhp\n"
+"par_id3159190\n"
+"114\n"
+"help.text"
+msgid "=DAY(C4) returns 5 if you enter 1901-08-05 in cell C4 (the date value might get formatted differently after you press Enter)."
+msgstr "MONTH(C4) vraca 7 ako unesete 2000-07-07 u celiju C4 (ta vrijednost može btii drukcije formatirana nakon što pritisnete Enter)."
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"tit\n"
+"help.text"
+msgid "Spreadsheet Functions"
+msgstr ""
+
+#: 04060109.xhp
+#, fuzzy
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3148522\n"
+"help.text"
+msgid "<bookmark_value>spreadsheets; functions</bookmark_value> <bookmark_value>Function Wizard; spreadsheets</bookmark_value> <bookmark_value>functions; spreadsheets</bookmark_value>"
+msgstr "<bookmark_value>logical functions</bookmark_value><bookmark_value>Function Wizard; logical</bookmark_value><bookmark_value>functions; logical functions</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3148522\n"
+"1\n"
+"help.text"
+msgid "Spreadsheet Functions"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3144508\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"tabelletext\">This section contains descriptions of the <emph>Spreadsheet</emph> functions together with an example.</variable>"
+msgstr ""
+
+#: 04060109.xhp
+#, fuzzy
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3146968\n"
+"help.text"
+msgid "<bookmark_value>ADDRESS function</bookmark_value>"
+msgstr "<bookmark_value>TREND funkcija</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3146968\n"
+"3\n"
+"help.text"
+msgid "ADDRESS"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3155762\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ADRESSE\">Returns a cell address (reference) as text, according to the specified row and column numbers.</ahelp> You can determine whether the address is interpreted as an absolute address (for example, $A$1) or as a relative address (as A1) or in a mixed form (A$1 or $A1). You can also specify the name of the sheet."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id1027200802301348\n"
+"help.text"
+msgid "For interoperability the ADDRESS and INDIRECT functions support an optional parameter to specify whether the R1C1 address notation instead of the usual A1 notation should be used."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id1027200802301445\n"
+"help.text"
+msgid "In ADDRESS, the parameter is inserted as the fourth parameter, shifting the optional sheet name parameter to the fifth position."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id102720080230153\n"
+"help.text"
+msgid "In INDIRECT, the parameter is appended as the second parameter."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id102720080230151\n"
+"help.text"
+msgid "In both functions, if the argument is inserted with the value 0, then the R1C1 notation is used. If the argument is not given or has a value other than 0, then the A1 notation is used."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id1027200802301556\n"
+"help.text"
+msgid "In case of R1C1 notation, ADDRESS returns address strings using the exclamation mark '!' as the sheet name separator, and INDIRECT expects the exclamation mark as sheet name separator. Both functions still use the dot '.' sheet name separator with A1 notation."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id1027200802301521\n"
+"help.text"
+msgid "When opening documents from ODF 1.0/1.1 format, the ADDRESS functions that show a sheet name as the fourth paramater will shift that sheet name to become the fifth parameter. A new fourth parameter with the value 1 will be inserted."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id1027200802301650\n"
+"help.text"
+msgid "When storing a document in ODF 1.0/1.1 format, if ADDRESS functions have a fourth parameter, that parameter will be removed."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id102720080230162\n"
+"help.text"
+msgid "Do not save a spreadsheet in the old ODF 1.0/1.1 format if the ADDRESS function's new fourth parameter was used with a value of 0."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id1027200802301756\n"
+"help.text"
+msgid "The INDIRECT function is saved without conversion to ODF 1.0/1.1 format. If the second parameter was present, an older version of Calc will return an error for that function."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3151196\n"
+"5\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154707\n"
+"6\n"
+"help.text"
+msgid "ADDRESS(Row; Column; Abs; A1; \"Sheet\")"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3147505\n"
+"7\n"
+"help.text"
+msgid "<emph>Row</emph> represents the row number for the cell reference"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3145323\n"
+"8\n"
+"help.text"
+msgid "<emph>Column</emph> represents the column number for the cell reference (the number, not the letter)"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153074\n"
+"9\n"
+"help.text"
+msgid "<emph>Abs</emph> determines the type of reference:"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153298\n"
+"10\n"
+"help.text"
+msgid "1: absolute ($A$1)"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150431\n"
+"11\n"
+"help.text"
+msgid "2: row reference type is absolute; column reference is relative (A$1)"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3146096\n"
+"12\n"
+"help.text"
+msgid "3: row (relative); column (absolute) ($A1)"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153334\n"
+"13\n"
+"help.text"
+msgid "4: relative (A1)"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id1027200802465915\n"
+"help.text"
+msgid "<emph>A1</emph> (optional) - if set to 0, the R1C1 notation is used. If this parameter is absent or set to another value than 0, the A1 notation is used."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153962\n"
+"14\n"
+"help.text"
+msgid "<emph>Sheet</emph> represents the name of the sheet. It must be placed in double quotes."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3147299\n"
+"15\n"
+"help.text"
+msgid "Example:"
+msgstr "primjer:"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3148744\n"
+"16\n"
+"help.text"
+msgid "<item type=\"input\">=ADDRESS(1;1;2;;\"Sheet2\")</item> returns the following: Sheet2.A$1"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3159260\n"
+"17\n"
+"help.text"
+msgid "If the cell A1 in sheet 2 contains the value <item type=\"input\">-6</item>, you can refer indirectly to the referenced cell using a function in B2 by entering <item type=\"input\">=ABS(INDIRECT(B2))</item>. The result is the absolute value of the cell reference specified in B2, which in this case is 6."
+msgstr ""
+
+#: 04060109.xhp
+#, fuzzy
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3150372\n"
+"help.text"
+msgid "<bookmark_value>AREAS function</bookmark_value>"
+msgstr "<bookmark_value>IMREAL funkcija</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3150372\n"
+"19\n"
+"help.text"
+msgid "AREAS"
+msgstr "AREAS"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150036\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_BEREICHE\">Returns the number of individual ranges that belong to a multiple range.</ahelp> A range can consist of contiguous cells or a single cell."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id061020090307073\n"
+"help.text"
+msgid "The function expects a single argument. If you state multiple ranges, you must enclose them into additional parentheses. Multiple ranges can be entered using the semicolon (;) as divider, but this gets automatically converted to the tilde (~) operator. The tilde is used to join ranges."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3145222\n"
+"21\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3155907\n"
+"22\n"
+"help.text"
+msgid "AREAS(Reference)"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153118\n"
+"23\n"
+"help.text"
+msgid "Reference represents the reference to a cell or cell range."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3148891\n"
+"24\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149946\n"
+"25\n"
+"help.text"
+msgid "<item type=\"input\">=AREAS((A1:B3;F2;G1))</item> returns 3, as it is a reference to three cells and/or areas. After entry this gets converted to =AREAS((A1:B3~F2~G1))."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3146820\n"
+"26\n"
+"help.text"
+msgid "<item type=\"input\">=AREAS(All)</item> returns 1 if you have defined an area named All under <emph>Data - Define Range</emph>."
+msgstr ""
+
+#: 04060109.xhp
+#, fuzzy
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3148727\n"
+"help.text"
+msgid "<bookmark_value>DDE function</bookmark_value>"
+msgstr "<bookmark_value>TIME funkcija</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3148727\n"
+"28\n"
+"help.text"
+msgid "DDE"
+msgstr "DDE"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149434\n"
+"29\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DDE\">Returns the result of a DDE-based link.</ahelp> If the contents of the linked range or section changes, the returned value will also change. You must reload the spreadsheet or choose <emph>Edit - Links</emph> to see the updated links. Cross-platform links, for example from a <item type=\"productname\">%PRODUCTNAME</item> installation running on a Windows machine to a document created on a Linux machine, are not allowed."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3150700\n"
+"30\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3148886\n"
+"31\n"
+"help.text"
+msgid "DDE(\"Server\"; \"File\"; \"Range\"; Mode)"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154842\n"
+"32\n"
+"help.text"
+msgid "<emph>Server</emph> is the name of a server application. <item type=\"productname\">%PRODUCTNAME</item>applications have the server name \"Soffice\"."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153034\n"
+"33\n"
+"help.text"
+msgid "<emph>File</emph> is the complete file name, including path specification."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3147472\n"
+"34\n"
+"help.text"
+msgid "<emph>Range</emph> is the area containing the data to be evaluated."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3152773\n"
+"184\n"
+"help.text"
+msgid "<emph>Mode</emph> is an optional parameter that controls the method by which the DDE server converts its data into numbers."
+msgstr ""
+
+#: 04060109.xhp
+#, fuzzy
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154383\n"
+"185\n"
+"help.text"
+msgid "<emph>Mode</emph>"
+msgstr "Primjer:"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3145146\n"
+"186\n"
+"help.text"
+msgid "<emph>Effect</emph>"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154558\n"
+"187\n"
+"help.text"
+msgid "0 or missing"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3145596\n"
+"188\n"
+"help.text"
+msgid "Number format from the \"Default\" cell style"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3152785\n"
+"189\n"
+"help.text"
+msgid "1"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154380\n"
+"190\n"
+"help.text"
+msgid "Data are always interpreted in the standard format for US English"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150279\n"
+"191\n"
+"help.text"
+msgid "2"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153775\n"
+"192\n"
+"help.text"
+msgid "Data are retrieved as text; no conversion to numbers"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3149546\n"
+"35\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3148734\n"
+"36\n"
+"help.text"
+msgid "<item type=\"input\">=DDE(\"soffice\";\"c:\\office\\document\\data1.sxc\";\"sheet1.A1\")</item> reads the contents of cell A1 in sheet1 of the <item type=\"productname\">%PRODUCTNAME</item> Calc spreadsheet data1.sxc."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153081\n"
+"37\n"
+"help.text"
+msgid "<item type=\"input\">=DDE(\"soffice\";\"c:\\office\\document\\motto.sxw\";\"Today's motto\")</item> returns a motto in the cell containing this formula. First, you must enter a line in the motto.sxw document containing the motto text and define it as the first line of a section named <item type=\"literal\">Today's Motto</item> (in <item type=\"productname\">%PRODUCTNAME</item> Writer under <emph>Insert - Section</emph>). If the motto is modified (and saved) in the <item type=\"productname\">%PRODUCTNAME</item> Writer document, the motto is updated in all <item type=\"productname\">%PRODUCTNAME</item> Calc cells in which this DDE link is defined."
+msgstr ""
+
+#: 04060109.xhp
+#, fuzzy
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3153114\n"
+"help.text"
+msgid "<bookmark_value>ERRORTYPE function</bookmark_value>"
+msgstr "<bookmark_value>TIP funkcije</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3153114\n"
+"38\n"
+"help.text"
+msgid "ERRORTYPE"
+msgstr "ERRORTYPE"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3148568\n"
+"39\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_FEHLERTYP\">Returns the number corresponding to an <link href=\"text/scalc/05/02140000.xhp\" name=\"error value\">error value</link> occurring in a different cell.</ahelp> With the aid of this number, you can generate an error message text."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149877\n"
+"40\n"
+"help.text"
+msgid "The Status Bar displays the predefined error code from <item type=\"productname\">%PRODUCTNAME</item> if you click the cell containing the error."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3154327\n"
+"41\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3151322\n"
+"42\n"
+"help.text"
+msgid "ERRORTYPE(Reference)"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150132\n"
+"43\n"
+"help.text"
+msgid "<emph>Reference</emph> contains the address of the cell in which the error occurs."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3145248\n"
+"44\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3146904\n"
+"45\n"
+"help.text"
+msgid "If cell A1 displays Err:518, the function <item type=\"input\">=ERRORTYPE(A1)</item> returns the number 518."
+msgstr ""
+
+#: 04060109.xhp
+#, fuzzy
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3151221\n"
+"help.text"
+msgid "<bookmark_value>INDEX function</bookmark_value>"
+msgstr "<bookmark_value>INFO funkcija</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3151221\n"
+"47\n"
+"help.text"
+msgid "INDEX"
+msgstr "INDEX"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150268\n"
+"48\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_INDEX\">INDEX returns a sub range, specified by row and column number, or an optional range index. Depending on context, INDEX returns a reference or content.</ahelp>"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3156063\n"
+"49\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149007\n"
+"50\n"
+"help.text"
+msgid "INDEX(Reference; Row; Column; Range)"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153260\n"
+"51\n"
+"help.text"
+msgid "<emph>Reference</emph> is a reference, entered either directly or by specifying a range name. If the reference consists of multiple ranges, you must enclose the reference or range name in parentheses."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3145302\n"
+"52\n"
+"help.text"
+msgid "<emph>Row</emph> (optional) represents the row index of the reference range, for which to return a value. In case of zero (no specific row) all referenced rows are returned."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154628\n"
+"53\n"
+"help.text"
+msgid "<emph>Column</emph> (optional) represents the column index of the reference range, for which to return a value. In case of zero (no specific column) all referenced columns are returned."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3155514\n"
+"54\n"
+"help.text"
+msgid "<emph>Range</emph> (optional) represents the index of the subrange if referring to a multiple range."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3145264\n"
+"55\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3159112\n"
+"56\n"
+"help.text"
+msgid "<item type=\"input\">=INDEX(Prices;4;1)</item> returns the value from row 4 and column 1 of the database range defined in <emph>Data - Define</emph> as <emph>Prices</emph>."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150691\n"
+"57\n"
+"help.text"
+msgid "<item type=\"input\">=INDEX(SumX;4;1)</item> returns the value from the range <emph>SumX</emph> in row 4 and column 1 as defined in <emph>Insert - Names - Define</emph>."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id4109012\n"
+"help.text"
+msgid "<item type=\"input\">=INDEX(A1:B6;1)</item> returns a reference to the first row of A1:B6."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id9272133\n"
+"help.text"
+msgid "<item type=\"input\">=INDEX(A1:B6;0;1)</item> returns a reference to the first column of A1:B6."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3158419\n"
+"58\n"
+"help.text"
+msgid "<item type=\"input\">=INDEX((multi);4;1)</item> indicates the value contained in row 4 and column 1 of the (multiple) range, which you named under <emph>Insert - Names - Define</emph> as <emph>multi</emph>. The multiple range may consist of several rectangular ranges, each with a row 4 and column 1. If you now want to call the second block of this multiple range enter the number <item type=\"input\">2</item> as the <emph>range</emph> parameter."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3148595\n"
+"59\n"
+"help.text"
+msgid "<item type=\"input\">=INDEX(A1:B6;1;1)</item> indicates the value in the upper-left of the A1:B6 range."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id9960020\n"
+"help.text"
+msgid "<item type=\"input\">=INDEX((multi);0;0;2)</item> returns a reference to the second range of the multiple range."
+msgstr ""
+
+#: 04060109.xhp
+#, fuzzy
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3153181\n"
+"help.text"
+msgid "<bookmark_value>INDIRECT function</bookmark_value>"
+msgstr "<bookmark_value>IMDIV funkcija</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3153181\n"
+"62\n"
+"help.text"
+msgid "INDIRECT"
+msgstr "INDIRECT"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3147169\n"
+"63\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_INDIREKT\">Returns the <emph>reference</emph> specified by a text string.</ahelp> This function can also be used to return the area of a corresponding string."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3153717\n"
+"64\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149824\n"
+"65\n"
+"help.text"
+msgid "INDIRECT(Ref; A1)"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154317\n"
+"66\n"
+"help.text"
+msgid "<emph>Ref</emph> represents a reference to a cell or an area (in text form) for which to return the contents."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id1027200802470312\n"
+"help.text"
+msgid "<emph>A1</emph> (optional) - if set to 0, the R1C1 notation is used. If this parameter is absent or set to another value than 0, the A1 notation is used."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_idN10CAE\n"
+"help.text"
+msgid "If you open an Excel spreadsheet that uses indirect addresses calculated from string functions, the sheet addresses will not be translated automatically. For example, the Excel address in INDIRECT(\"filename!sheetname\"&B1) is not converted into the Calc address in INDIRECT(\"filename.sheetname\"&B1)."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3150389\n"
+"67\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150608\n"
+"68\n"
+"help.text"
+msgid "<item type=\"input\">=INDIRECT(A1)</item> equals 100 if A1 contains C108 as a reference and cell C108 contains a value of <item type=\"input\">100</item>."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3083286\n"
+"181\n"
+"help.text"
+msgid "<item type=\"input\">=SUM(INDIRECT(\"a1:\" & ADDRESS(1;3)))</item> totals the cells in the area of A1 up to the cell with the address defined by row 1 and column 3. This means that area A1:C1 is totaled."
+msgstr ""
+
+#: 04060109.xhp
+#, fuzzy
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3154818\n"
+"help.text"
+msgid "<bookmark_value>COLUMN function</bookmark_value>"
+msgstr "<bookmark_value>COUPNCD funkcija</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3154818\n"
+"70\n"
+"help.text"
+msgid "COLUMN"
+msgstr "COLUMN"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149711\n"
+"193\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SPALTE\">Returns the column number of a cell reference.</ahelp> If the reference is a cell the column number of the cell is returned; if the parameter is a cell area, the corresponding column numbers are returned in a single-row <link href=\"text/scalc/01/04060107.xhp#wasmatrix\" name=\"array\">array</link> if the formula is entered <link href=\"text/scalc/01/04060107.xhp#somatrixformel\" name=\"as an array formula\">as an array formula</link>. If the COLUMN function with an area reference parameter is not used for an array formula, only the column number of the first cell within the area is determined."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3149283\n"
+"72\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149447\n"
+"73\n"
+"help.text"
+msgid "COLUMN(Reference)"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3156310\n"
+"74\n"
+"help.text"
+msgid "<emph>Reference</emph> is the reference to a cell or cell area whose first column number is to be found."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3155837\n"
+"194\n"
+"help.text"
+msgid "If no reference is entered, the column number of the cell in which the formula is entered is found. <item type=\"productname\">%PRODUCTNAME</item> Calc automatically sets the reference to the current cell."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3152932\n"
+"75\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3147571\n"
+"76\n"
+"help.text"
+msgid "<item type=\"input\">=COLUMN(A1)</item> equals 1. Column A is the first column in the table."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3147079\n"
+"77\n"
+"help.text"
+msgid "<item type=\"input\">=COLUMN(C3:E3)</item> equals 3. Column C is the third column in the table."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3146861\n"
+"195\n"
+"help.text"
+msgid "<item type=\"input\">=COLUMN(D3:G10)</item> returns 4 because column D is the fourth column in the table and the COLUMN function is not used as an array formula. (In this case, the first value of the array is always used as the result.)"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3156320\n"
+"196\n"
+"help.text"
+msgid "<item type=\"input\">{=COLUMN(B2:B7)}</item> and <item type=\"input\">=COLUMN(B2:B7)</item> both return 2 because the reference only contains column B as the second column in the table. Because single-column areas have only one column number, it does not make a difference whether or not the formula is used as an array formula."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150872\n"
+"197\n"
+"help.text"
+msgid "<item type=\"input\">=COLUMN()</item> returns 3 if the formula was entered in column C."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153277\n"
+"198\n"
+"help.text"
+msgid "<item type=\"input\">{=COLUMN(Rabbit)}</item> returns the single-row array (3, 4) if \"Rabbit\" is the named area (C1:D3)."
+msgstr ""
+
+#: 04060109.xhp
+#, fuzzy
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3154643\n"
+"help.text"
+msgid "<bookmark_value>COLUMNS function</bookmark_value>"
+msgstr "<bookmark_value>COUPNCD funkcija</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3154643\n"
+"79\n"
+"help.text"
+msgid "COLUMNS"
+msgstr "COLUMNS"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3151182\n"
+"80\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SPALTEN\">Returns the number of columns in the given reference.</ahelp>"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3149141\n"
+"81\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154047\n"
+"82\n"
+"help.text"
+msgid "COLUMNS(Array)"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154745\n"
+"83\n"
+"help.text"
+msgid "<emph>Array</emph> is the reference to a cell range whose total number of columns is to be found. The argument can also be a single cell."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3153622\n"
+"84\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149577\n"
+"200\n"
+"help.text"
+msgid "<item type=\"input\">=COLUMNS(B5)</item> returns 1 because a cell only contains one column."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3145649\n"
+"85\n"
+"help.text"
+msgid "<item type=\"input\">=COLUMNS(A1:C5)</item> equals 3. The reference comprises three columns."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3155846\n"
+"201\n"
+"help.text"
+msgid "<item type=\"input\">=COLUMNS(Rabbit)</item> returns 2 if <item type=\"literal\">Rabbit</item> is the named range (C1:D3)."
+msgstr ""
+
+#: 04060109.xhp
+#, fuzzy
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3153152\n"
+"help.text"
+msgid "<bookmark_value>vertical search function</bookmark_value> <bookmark_value>VLOOKUP function</bookmark_value>"
+msgstr "<bookmark_value>DVAR funkcija</bookmark_value><bookmark_value>varijance;bazirane na uzorcima</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3153152\n"
+"87\n"
+"help.text"
+msgid "VLOOKUP"
+msgstr "VLOOKUP"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149984\n"
+"88\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SVERWEIS\">Vertical search with reference to adjacent cells to the right.</ahelp> This function checks if a specific value is contained in the first column of an array. The function then returns the value in the same row of the column named by <item type=\"literal\">Index</item>. If the <item type=\"literal\">SortOrder</item> parameter is omitted or set to TRUE or one, it is assumed that the data is sorted in ascending order. In this case, if the exact <item type=\"literal\">SearchCriterion</item> is not found, the last value that is smaller than the criterion will be returned. If <item type=\"literal\">SortOrder</item> is set to FALSE or zero, an exact match must be found, otherwise the error <emph>Error: Value Not Available</emph> will be the result. Thus with a value of zero the data does not need to be sorted in ascending order."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3146898\n"
+"89\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150156\n"
+"90\n"
+"help.text"
+msgid "=VLOOKUP(SearchCriterion; Array; Index; SortOrder)"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149289\n"
+"91\n"
+"help.text"
+msgid "<emph>SearchCriterion</emph> is the value searched for in the first column of the array."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153884\n"
+"92\n"
+"help.text"
+msgid "<emph>Array</emph> is the reference, which is to comprise at least two columns."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3156005\n"
+"93\n"
+"help.text"
+msgid "<emph>Index</emph> is the number of the column in the array that contains the value to be returned. The first column has the number 1."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3151208\n"
+"94\n"
+"help.text"
+msgid "<emph>SortOrder</emph> is an optional parameter that indicates whether the first column in the array is sorted in ascending order. Enter the Boolean value FALSE or zero if the first column is not sorted in ascending order. Sorted columns can be searched much faster and the function always returns a value, even if the search value was not matched exactly, if it is between the lowest and highest value of the sorted list. In unsorted lists, the search value must be matched exactly. Otherwise the function will return this message: <emph>Error: Value Not Available</emph>."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3147487\n"
+"95\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154129\n"
+"96\n"
+"help.text"
+msgid "You want to enter the number of a dish on the menu in cell A1, and the name of the dish is to appear as text in the neighboring cell (B1) immediately. The Number to Name assignment is contained in the D1:E100 array. D1 contains <item type=\"input\">100</item>, E1 contains the name <item type=\"input\">Vegetable Soup</item>, and so forth, for 100 menu items. The numbers in column D are sorted in ascending order; thus, the optional <item type=\"literal\">SortOrder</item> parameter is not necessary."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3145663\n"
+"97\n"
+"help.text"
+msgid "Enter the following formula in B1:"
+msgstr ""
+
+#: 04060109.xhp
+#, fuzzy
+msgctxt ""
+"04060109.xhp\n"
+"par_id3151172\n"
+"98\n"
+"help.text"
+msgid "<item type=\"input\">=VLOOKUP(A1;D1:E100;2)</item>"
+msgstr "<item type=\"input\">=SUMIF(E2:E11; A13)</item>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149200\n"
+"99\n"
+"help.text"
+msgid "As soon as you enter a number in A1 B1 will show the corresponding text contained in the second column of reference D1:E100. Entering a nonexistent number displays the text with the next number down. To prevent this, enter FALSE as the last parameter in the formula so that an error message is generated when a nonexistent number is entered."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3153905\n"
+"help.text"
+msgid "<bookmark_value>sheet numbers; looking up</bookmark_value> <bookmark_value>SHEET function</bookmark_value>"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3153905\n"
+"215\n"
+"help.text"
+msgid "SHEET"
+msgstr "list"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150309\n"
+"216\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_TABELLE\">Returns the sheet number of a reference or a string representing a sheet name.</ahelp> If you do not enter any parameters, the result is the sheet number of the spreadsheet containing the formula."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3148564\n"
+"217\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153095\n"
+"218\n"
+"help.text"
+msgid "SHEET(Reference)"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154588\n"
+"219\n"
+"help.text"
+msgid "<emph>Reference</emph> is optional and is the reference to a cell, an area, or a sheet name string."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3155399\n"
+"220\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3146988\n"
+"221\n"
+"help.text"
+msgid "<item type=\"input\">=SHEET(Sheet2.A1)</item> returns 2 if Sheet2 is the second sheet in the spreadsheet document."
+msgstr ""
+
+#: 04060109.xhp
+#, fuzzy
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3148829\n"
+"help.text"
+msgid "<bookmark_value>number of sheets; function</bookmark_value> <bookmark_value>SHEETS function</bookmark_value>"
+msgstr "<bookmark_value>DVAR funkcija</bookmark_value><bookmark_value>varijance;bazirane na uzorcima</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3148829\n"
+"222\n"
+"help.text"
+msgid "SHEETS"
+msgstr "SHEETS"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3148820\n"
+"223\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_TABELLEN\">Determines the number of sheets in a reference.</ahelp> If you do not enter any parameters, it returns the number of sheets in the current document."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3154220\n"
+"224\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150777\n"
+"225\n"
+"help.text"
+msgid "SHEETS(Reference)"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153060\n"
+"226\n"
+"help.text"
+msgid "<emph>Reference</emph> is the reference to a sheet or an area. This parameter is optional."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3149766\n"
+"227\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150507\n"
+"228\n"
+"help.text"
+msgid "<item type=\"input\">=SHEETS(Sheet1.A1:Sheet3.G12)</item> returns 3 if Sheet1, Sheet2, and Sheet3 exist in the sequence indicated."
+msgstr ""
+
+#: 04060109.xhp
+#, fuzzy
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3158407\n"
+"help.text"
+msgid "<bookmark_value>MATCH function</bookmark_value>"
+msgstr "<bookmark_value>MONTH funkcija</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3158407\n"
+"101\n"
+"help.text"
+msgid "MATCH"
+msgstr "MATCH"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154896\n"
+"102\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_VERGLEICH\">Returns the relative position of an item in an array that matches a specified value.</ahelp> The function returns the position of the value found in the lookup_array as a number."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3153834\n"
+"103\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3159152\n"
+"104\n"
+"help.text"
+msgid "MATCH(SearchCriterion; LookupArray; Type)"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149336\n"
+"105\n"
+"help.text"
+msgid "<emph>SearchCriterion</emph> is the value which is to be searched for in the single-row or single-column array."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3159167\n"
+"106\n"
+"help.text"
+msgid "<emph>LookupArray</emph> is the reference searched. A lookup array can be a single row or column, or part of a single row or column."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3147239\n"
+"107\n"
+"help.text"
+msgid "<emph>Type</emph> may take the values 1, 0, or -1. If Type = 1 or if this optional parameter is missing, it is assumed that the first column of the search array is sorted in ascending order. If Type = -1 it is assumed that the column in sorted in descending order. This corresponds to the same function in Microsoft Excel."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154265\n"
+"231\n"
+"help.text"
+msgid "If Type = 0, only exact matches are found. If the search criterion is found more than once, the function returns the index of the first matching value. Only if Type = 0 can you search for regular expressions."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3147528\n"
+"232\n"
+"help.text"
+msgid "If Type = 1 or the third parameter is missing, the index of the last value that is smaller or equal to the search criterion is returned. This applies even when the search array is not sorted. For Type = -1, the first value that is larger or equal is returned."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3155119\n"
+"108\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3155343\n"
+"109\n"
+"help.text"
+msgid "<item type=\"input\">=MATCH(200;D1:D100)</item> searches the area D1:D100, which is sorted by column D, for the value 200. As soon as this value is reached, the number of the row in which it was found is returned. If a higher value is found during the search in the column, the number of the previous row is returned."
+msgstr ""
+
+#: 04060109.xhp
+#, fuzzy
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3158430\n"
+"help.text"
+msgid "<bookmark_value>OFFSET function</bookmark_value>"
+msgstr "<bookmark_value>LOGEST funkcija</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3158430\n"
+"111\n"
+"help.text"
+msgid "OFFSET"
+msgstr "OFFSET"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149167\n"
+"112\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_VERSCHIEBUNG\">Returns the value of a cell offset by a certain number of rows and columns from a given reference point.</ahelp>"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3146952\n"
+"113\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3159194\n"
+"114\n"
+"help.text"
+msgid "OFFSET(Reference; Rows; Columns; Height; Width)"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3152360\n"
+"115\n"
+"help.text"
+msgid "<emph>Reference</emph> is the reference from which the function searches for the new reference."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3156032\n"
+"116\n"
+"help.text"
+msgid "<emph>Rows</emph> is the number of rows by which the reference was corrected up (negative value) or down."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3166458\n"
+"117\n"
+"help.text"
+msgid "<emph>Columns</emph> (optional) is the number of columns by which the reference was corrected to the left (negative value) or to the right."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150708\n"
+"118\n"
+"help.text"
+msgid "<emph>Height</emph> (optional) is the vertical height for an area that starts at the new reference position."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3147278\n"
+"119\n"
+"help.text"
+msgid "<emph>Width</emph> (optional) is the horizontal width for an area that starts at the new reference position."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id8662373\n"
+"help.text"
+msgid "Arguments <emph>Rows</emph> and <emph>Columns</emph> must not lead to zero or negative start row or column."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id9051484\n"
+"help.text"
+msgid "Arguments <emph>Height</emph> and <emph>Width</emph> must not lead to zero or negative count of rows or columns."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_idN1104B\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3155586\n"
+"120\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149744\n"
+"121\n"
+"help.text"
+msgid "<item type=\"input\">=OFFSET(A1;2;2)</item> returns the value in cell C3 (A1 moved by two rows and two columns down). If C3 contains the value <item type=\"input\">100</item> this function returns the value 100."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id7439802\n"
+"help.text"
+msgid "<item type=\"input\">=OFFSET(B2:C3;1;1)</item> returns a reference to B2:C3 moved down by 1 row and one column to the right (C3:D4)."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3009430\n"
+"help.text"
+msgid "<item type=\"input\">=OFFSET(B2:C3;-1;-1)</item> returns a reference to B2:C3 moved up by 1 row and one column to the left (A1:B2)."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id2629169\n"
+"help.text"
+msgid "<item type=\"input\">=OFFSET(B2:C3;0;0;3;4)</item> returns a reference to B2:C3 resized to 3 rows and 4 columns (B2:E4)."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id6668599\n"
+"help.text"
+msgid "<item type=\"input\">=OFFSET(B2:C3;1;0;3;4)</item> returns a reference to B2:C3 moved down by one row resized to 3 rows and 4 columns (B2:E4)."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153739\n"
+"122\n"
+"help.text"
+msgid "<item type=\"input\">=SUM(OFFSET(A1;2;2;5;6))</item> determines the total of the area that starts in cell C3 and has a height of 5 rows and a width of 6 columns (area=C3:H7)."
+msgstr ""
+
+#: 04060109.xhp
+#, fuzzy
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3159273\n"
+"help.text"
+msgid "<bookmark_value>LOOKUP function</bookmark_value>"
+msgstr "<bookmark_value>SAT funkcija</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3159273\n"
+"123\n"
+"help.text"
+msgid "LOOKUP"
+msgstr "LOOKUP"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153389\n"
+"124\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_VERWEIS\">Returns the contents of a cell either from a one-row or one-column range.</ahelp> Optionally, the assigned value (of the same index) is returned in a different column and row. As opposed to <link href=\"text/scalc/01/04060109.xhp\" name=\"VLOOKUP\">VLOOKUP</link> and <link href=\"text/scalc/01/04060109.xhp\" name=\"HLOOKUP\">HLOOKUP</link>, search and result vector may be at different positions; they do not have to be adjacent. Additionally, the search vector for the LOOKUP must be sorted ascending, otherwise the search will not return any usable results."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id4484084\n"
+"help.text"
+msgid "If LOOKUP cannot find the search criterion, it matches the largest value in the search vector that is less than or equal to the search criterion."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3152947\n"
+"125\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154104\n"
+"126\n"
+"help.text"
+msgid "LOOKUP(SearchCriterion; SearchVector; ResultVector)"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150646\n"
+"127\n"
+"help.text"
+msgid "<emph>SearchCriterion</emph> is the value to be searched for; entered either directly or as a reference."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154854\n"
+"128\n"
+"help.text"
+msgid "<emph>SearchVector</emph> is the single-row or single-column area to be searched."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149925\n"
+"129\n"
+"help.text"
+msgid "<emph>ResultVector</emph> is another single-row or single-column range from which the result of the function is taken. The result is the cell of the result vector with the same index as the instance found in the search vector."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3148624\n"
+"130\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149809\n"
+"131\n"
+"help.text"
+msgid "<item type=\"input\">=LOOKUP(A1;D1:D100;F1:F100)</item> searches the corresponding cell in range D1:D100 for the number you entered in A1. For the instance found, the index is determined, for example, the 12th cell in this range. Then, the contents of the 12th cell are returned as the value of the function (in the result vector)."
+msgstr ""
+
+#: 04060109.xhp
+#, fuzzy
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3149425\n"
+"help.text"
+msgid "<bookmark_value>STYLE function</bookmark_value>"
+msgstr "<bookmark_value>TIP funkcije</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3149425\n"
+"133\n"
+"help.text"
+msgid "STYLE"
+msgstr "STYLE"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150826\n"
+"134\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_VORLAGE\">Applies a style to the cell containing the formula.</ahelp> After a set amount of time, another style can be applied. This function always returns the value 0, allowing you to add it to another function without changing the value. Together with the CURRENT function you can apply a color to a cell regardless of the value. For example: =...+STYLE(IF(CURRENT()>3;\"red\";\"green\")) applies the style \"red\" to the cell if the value is greater than 3, otherwise the style \"green\" is applied. Both cell formats have to be defined beforehand."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3145373\n"
+"135\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149302\n"
+"136\n"
+"help.text"
+msgid "STYLE(\"Style\"; Time; \"Style2\")"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150596\n"
+"137\n"
+"help.text"
+msgid "<emph>Style</emph> is the name of a cell style assigned to the cell. Style names must be entered in quotation marks."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3156149\n"
+"138\n"
+"help.text"
+msgid "<emph>Time</emph> is an optional time range in seconds. If this parameter is missing the style will not be changed after a certain amount of time has passed."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149520\n"
+"139\n"
+"help.text"
+msgid "<emph>Style2</emph> is the optional name of a cell style assigned to the cell after a certain amount of time has passed. If this parameter is missing \"Default\" is assumed."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_idN111CA\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3159254\n"
+"140\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3151374\n"
+"141\n"
+"help.text"
+msgid "<item type=\"input\">=STYLE(\"Invisible\";60;\"Default\")</item> formats the cell in transparent format for 60 seconds after the document was recalculated or loaded, then the Default format is assigned. Both cell formats have to be defined beforehand."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id8056886\n"
+"help.text"
+msgid "Since STYLE() has a numeric return value of zero, this return value gets appended to a string. This can be avoided using T() as in the following example"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3668935\n"
+"help.text"
+msgid "<item type=\"input\">=\"Text\"&T(STYLE(\"myStyle\"))</item>"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3042085\n"
+"help.text"
+msgid "See also CURRENT() for another example."
+msgstr ""
+
+#: 04060109.xhp
+#, fuzzy
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3150430\n"
+"help.text"
+msgid "<bookmark_value>CHOOSE function</bookmark_value>"
+msgstr "<bookmark_value>SAT funkcija</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3150430\n"
+"142\n"
+"help.text"
+msgid "CHOOSE"
+msgstr "CHOOSE"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3143270\n"
+"143\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_WAHL\">Uses an index to return a value from a list of up to 30 values.</ahelp>"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3153533\n"
+"144\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3155425\n"
+"145\n"
+"help.text"
+msgid "CHOOSE(Index; Value1; ...; Value30)"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3144755\n"
+"146\n"
+"help.text"
+msgid "<emph>Index</emph> is a reference or number between 1 and 30 indicating which value is to be taken from the list."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149939\n"
+"147\n"
+"help.text"
+msgid "<emph>Value1...Value30</emph> is the list of values entered as a reference to a cell or as individual values."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3151253\n"
+"148\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150625\n"
+"149\n"
+"help.text"
+msgid "<item type=\"input\">=CHOOSE(A1;B1;B2;B3;\"Today\";\"Yesterday\";\"Tomorrow\")</item>, for example, returns the contents of cell B2 for A1 = 2; for A1 = 4, the function returns the text \"Today\"."
+msgstr ""
+
+#: 04060109.xhp
+#, fuzzy
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3151001\n"
+"help.text"
+msgid "<bookmark_value>HLOOKUP function</bookmark_value>"
+msgstr "<bookmark_value>SAT funkcija</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3151001\n"
+"151\n"
+"help.text"
+msgid "HLOOKUP"
+msgstr "HLOOKUP"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3148688\n"
+"152\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_WVERWEIS\">Searches for a value and reference to the cells below the selected area.</ahelp> This function verifies if the first row of an array contains a certain value. The function returns then the value in a row of the array, named in the <emph>Index</emph>, in the same column."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3154661\n"
+"153\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3146070\n"
+"154\n"
+"help.text"
+msgid "HLOOKUP(SearchCriteria; Array; Index; Sorted)"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3148672\n"
+"155\n"
+"help.text"
+msgid "See also:<link href=\"text/scalc/01/04060109.xhp\" name=\"VLOOKUP\">VLOOKUP</link> (columns and rows are exchanged)"
+msgstr ""
+
+#: 04060109.xhp
+#, fuzzy
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3147321\n"
+"help.text"
+msgid "<bookmark_value>ROW function</bookmark_value>"
+msgstr "<bookmark_value>NOW funkcija</bookmark_value>"
+
+#: 04060109.xhp
+#, fuzzy
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3147321\n"
+"157\n"
+"help.text"
+msgid "ROW"
+msgstr "ROWS"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154564\n"
+"203\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ZEILE\">Returns the row number of a cell reference.</ahelp> If the reference is a cell, it returns the row number of the cell. If the reference is a cell range, it returns the corresponding row numbers in a one-column <link href=\"text/scalc/01/04060107.xhp#wasmatrix\" name=\"Array\">Array</link> if the formula is entered <link href=\"text/scalc/01/04060107.xhp#somatrixformel\" name=\"as an array formula\">as an array formula</link>. If the ROW function with a range reference is not used in an array formula, only the row number of the first range cell will be returned."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3158439\n"
+"159\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154916\n"
+"160\n"
+"help.text"
+msgid "ROW(Reference)"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3156336\n"
+"161\n"
+"help.text"
+msgid "<emph>Reference</emph> is a cell, an area, or the name of an area."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3151109\n"
+"204\n"
+"help.text"
+msgid "If you do not indicate a reference, the row number of the cell in which the formula is entered will be found. <item type=\"productname\">%PRODUCTNAME</item> Calc automatically sets the reference to the current cell."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3155609\n"
+"162\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154830\n"
+"205\n"
+"help.text"
+msgid "<item type=\"input\">=ROW(B3)</item> returns 3 because the reference refers to the third row in the table."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3147094\n"
+"206\n"
+"help.text"
+msgid "<item type=\"input\">{=ROW(D5:D8)}</item> returns the single-column array (5, 6, 7, 8) because the reference specified contains rows 5 through 8."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153701\n"
+"207\n"
+"help.text"
+msgid "<item type=\"input\">=ROW(D5:D8)</item> returns 5 because the ROW function is not used as array formula and only the number of the first row of the reference is returned."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150996\n"
+"208\n"
+"help.text"
+msgid "<item type=\"input\">{=ROW(A1:E1)}</item> and <item type=\"input\">=ROW(A1:E1)</item> both return 1 because the reference only contains row 1 as the first row in the table. (Because single-row areas only have one row number it does not make any difference whether or not the formula is used as an array formula.)"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153671\n"
+"209\n"
+"help.text"
+msgid "<item type=\"input\">=ROW()</item> returns 3 if the formula was entered in row 3."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153790\n"
+"210\n"
+"help.text"
+msgid "<item type=\"input\">{=ROW(Rabbit)}</item> returns the single-column array (1, 2, 3) if \"Rabbit\" is the named area (C1:D3)."
+msgstr ""
+
+#: 04060109.xhp
+#, fuzzy
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3145772\n"
+"help.text"
+msgid "<bookmark_value>ROWS function</bookmark_value>"
+msgstr "<bookmark_value>NOW funkcija</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3145772\n"
+"166\n"
+"help.text"
+msgid "ROWS"
+msgstr "ROWS"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3148971\n"
+"167\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ZEILEN\">Returns the number of rows in a reference or array.</ahelp>"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3156051\n"
+"168\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154357\n"
+"169\n"
+"help.text"
+msgid "ROWS(Array)"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3155942\n"
+"170\n"
+"help.text"
+msgid "<emph>Array</emph> is the reference or named area whose total number of rows is to be determined."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3155869\n"
+"171\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154725\n"
+"212\n"
+"help.text"
+msgid "<item type=\"input\">=Rows(B5)</item> returns 1 because a cell only contains one row."
+msgstr ""
+
+#: 04060109.xhp
+#, fuzzy
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150102\n"
+"172\n"
+"help.text"
+msgid "<item type=\"input\">=ROWS(A10:B12)</item> returns 3."
+msgstr "<item tip=\"input\">=IMABS(\"5+12j\")</item> vraca 13."
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3155143\n"
+"213\n"
+"help.text"
+msgid "<item type=\"input\">=ROWS(Rabbit)</item> returns 3 if \"Rabbit\" is the named area (C1:D3)."
+msgstr ""
+
+#: 04060109.xhp
+#, fuzzy
+msgctxt ""
+"04060109.xhp\n"
+"bm_id9959410\n"
+"help.text"
+msgid "<bookmark_value>HYPERLINK function</bookmark_value>"
+msgstr "<bookmark_value>TIP funkcije</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_idN11798\n"
+"help.text"
+msgid "HYPERLINK"
+msgstr "HYPERLINK"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_idN117F1\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_HYPERLINK\">When you click a cell that contains the HYPERLINK function, the hyperlink opens.</ahelp>"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_idN11800\n"
+"help.text"
+msgid "If you use the optional <emph>CellText</emph> parameter, the formula locates the URL, and then displays the text or number."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_idN11803\n"
+"help.text"
+msgid "To open a hyperlinked cell with the keyboard, select the cell, press F2 to enter the Edit mode, move the cursor in front of the hyperlink, press Shift+F10, and then choose <emph>Open Hyperlink</emph>."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_idN1180A\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_idN1180E\n"
+"help.text"
+msgid "HYPERLINK(\"URL\") or HYPERLINK(\"URL\"; \"CellText\")"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_idN11811\n"
+"help.text"
+msgid "<emph>URL</emph> specifies the link target. The optional <emph>CellText</emph> parameter is the text or a number that is displayed in the cell and will be returned as the result. If the <emph>CellText</emph> parameter is not specified, the <emph>URL</emph> is displayed in the cell text and will be returned as the result."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id0907200912224576\n"
+"help.text"
+msgid "The number 0 is returned for empty cells and matrix elements."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_idN11823\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_idN11827\n"
+"help.text"
+msgid "<item type=\"input\">=HYPERLINK(\"http://www.example.org\")</item> displays the text \"http://www.example.org\" in the cell and executes the hyperlink http://www.example.org when clicked."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_idN1182A\n"
+"help.text"
+msgid "<item type=\"input\">=HYPERLINK(\"http://www.example.org\";\"Click here\")</item> displays the text \"Click here\" in the cell and executes the hyperlink http://www.example.org when clicked."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id0907200912224534\n"
+"help.text"
+msgid "=HYPERLINK(\"http://www.example.org\";12345) displays the number 12345 and executes the hyperlink http://www.example.org when clicked."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_idN1182D\n"
+"help.text"
+msgid "<item type=\"input\">=HYPERLINK($B4)</item> where cell B4 contains <item type=\"input\">http://www.example.org</item>. The function adds http://www.example.org to the URL of the hyperlink cell and returns the same text which is used as formula result."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_idN11830\n"
+"help.text"
+msgid "<item type=\"input\">=HYPERLINK(\"http://www.\";\"Click \") & \"example.org\"</item> displays the text Click example.org in the cell and executes the hyperlink http://www.example.org when clicked."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id8859523\n"
+"help.text"
+msgid "<item type=\"input\">=HYPERLINK(\"#Sheet1.A1\";\"Go to top\")</item> displays the text Go to top and jumps to cell Sheet1.A1 in this document."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id2958769\n"
+"help.text"
+msgid "<item type=\"input\">=HYPERLINK(\"file:///C:/writer.odt#Specification\";\"Go to Writer bookmark\")</item>displays the text Go to Writer bookmark, loads the specified text document and jumps to bookmark \"Specification\"."
+msgstr ""
+
+#: 04060109.xhp
+#, fuzzy
+msgctxt ""
+"04060109.xhp\n"
+"bm_id7682424\n"
+"help.text"
+msgid "<bookmark_value>GETPIVOTDATA function</bookmark_value>"
+msgstr "<bookmark_value>TODAY funkcija</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3747062\n"
+"help.text"
+msgid "GETPIVOTDATA"
+msgstr "GETPIVOTDATA"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3593859\n"
+"help.text"
+msgid "<ahelp hid=\".\">The GETPIVOTDATA function returns a result value from a pivot table. The value is addressed using field and item names, so it remains valid if the layout of the pivot table changes.</ahelp>"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id9741508\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id909451\n"
+"help.text"
+msgid "Two different syntax definitions can be used:"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id1665089\n"
+"help.text"
+msgid "GETPIVOTDATA(TargetField; pivot table; [ Field 1; Item 1; ... ])"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id4997100\n"
+"help.text"
+msgid "GETPIVOTDATA(pivot table; Constraints)"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id1672109\n"
+"help.text"
+msgid "The second syntax is assumed if exactly two parameters are given, of which the first parameter is a cell or cell range reference. The first syntax is assumed in all other cases. The Function Wizard shows the first syntax."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id9464094\n"
+"help.text"
+msgid "First Syntax"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id9302346\n"
+"help.text"
+msgid "<emph>TargetField</emph> is a string that selects one of the pivot table's data fields. The string can be the name of the source column, or the data field name as shown in the table (like \"Sum - Sales\")."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id8296151\n"
+"help.text"
+msgid "<emph>pivot table</emph> is a reference to a cell or cell range that is positioned within a pivot table or contains a pivot table. If the cell range contains several pivot tables, the table that was created last is used."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id4809411\n"
+"help.text"
+msgid "If no <emph>Field n / Item n</emph> pairs are given, the grand total is returned. Otherwise, each pair adds a constraint that the result must satisfy. <emph>Field n</emph> is the name of a field from the pivot table. <emph>Item n</emph> is the name of an item from that field."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id6454969\n"
+"help.text"
+msgid "If the pivot table contains only a single result value that fulfills all of the constraints, or a subtotal result that summarizes all matching values, that result is returned. If there is no matching result, or several ones without a subtotal for them, an error is returned. These conditions apply to results that are included in the pivot table."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id79042\n"
+"help.text"
+msgid "If the source data contains entries that are hidden by settings of the pivot table, they are ignored. The order of the Field/Item pairs is not significant. Field and item names are not case-sensitive."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id7928708\n"
+"help.text"
+msgid "If no constraint for a page field is given, the field's selected value is implicitly used. If a constraint for a page field is given, it must match the field's selected value, or an error is returned. Page fields are the fields at the top left of a pivot table, populated using the \"Page Fields\" area of the pivot table layout dialog. From each page field, an item (value) can be selected, which means only that item is included in the calculation."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3864253\n"
+"help.text"
+msgid "Subtotal values from the pivot table are only used if they use the function \"auto\" (except when specified in the constraint, see <item type=\"literal\">Second Syntax</item> below)."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3144016\n"
+"help.text"
+msgid "Second Syntax"
+msgstr ""
+
+#: 04060109.xhp
+#, fuzzy
+msgctxt ""
+"04060109.xhp\n"
+"par_id9937131\n"
+"help.text"
+msgid "<emph>pivot table</emph> has the same meaning as in the first syntax."
+msgstr "<emph>Nom</emph> je nominalna kamata."
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id5616626\n"
+"help.text"
+msgid "<emph>Constraints</emph> is a space-separated list. Entries can be quoted (single quotes). The whole string must be enclosed in quotes (double quotes), unless you reference the string from another cell."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id4076357\n"
+"help.text"
+msgid "One of the entries can be the data field name. The data field name can be left out if the pivot table contains only one data field, otherwise it must be present."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id8231757\n"
+"help.text"
+msgid "Each of the other entries specifies a constraint in the form <item type=\"literal\">Field[Item]</item> (with literal characters [ and ]), or only <item type=\"literal\">Item</item> if the item name is unique within all fields that are used in the pivot table."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3168736\n"
+"help.text"
+msgid "A function name can be added in the form <emph>Field[Item;Function]</emph>, which will cause the constraint to match only subtotal values which use that function. The possible function names are Sum, Count, Average, Max, Min, Product, Count (Numbers only), StDev (Sample), StDevP (Population), Var (Sample), and VarP (Population), case-insensitive."
+msgstr ""
+
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Error Alert"
+msgstr "Upozorenje o grešci"
+
+#: 12120300.xhp
+#, fuzzy
+msgctxt ""
+"12120300.xhp\n"
+"hd_id3153821\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12120300.xhp\" name=\"Error Alert\">Error Alert</link>"
+msgstr "<link href=\"text/scalc/01/12090100.xhp\" name=\"Start\">Pokreni</link>"
+
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"par_id3153379\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"SC:TABPAGE:TP_VALIDATION_ERROR\">Define the error message that is displayed when invalid data is entered in a cell.</ahelp>"
+msgstr ""
+
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"par_id3154138\n"
+"25\n"
+"help.text"
+msgid "You can also start a macro with an error message. A sample macro is provided at the end of this page."
+msgstr ""
+
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"hd_id3156280\n"
+"3\n"
+"help.text"
+msgid "Show error message when invalid values are entered."
+msgstr ""
+
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"par_id3150768\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\".\">Displays the error message that you enter in the <emph>Contents</emph> area when invalid data is entered in a cell.</ahelp> If enabled, the message is displayed to prevent an invalid entry."
+msgstr ""
+
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"par_id3146984\n"
+"5\n"
+"help.text"
+msgid "In both cases, if you select \"Stop\", the invalid entry is deleted and the previous value is reentered in the cell. The same applies if you close the \"Warning\" and \"Information\" dialogs by clicking the <emph>Cancel </emph>button. If you close the dialogs with the <emph>OK</emph> button, the invalid entry is not deleted."
+msgstr ""
+
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"hd_id3152460\n"
+"6\n"
+"help.text"
+msgid "Contents"
+msgstr "Sadržaj"
+
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"hd_id3148646\n"
+"8\n"
+"help.text"
+msgid "Action"
+msgstr "Akcija"
+
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"par_id3151115\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:TP_VALIDATION_ERROR:LB_ACTION\">Select the action that you want to occur when invalid data is entered in a cell.</ahelp> The \"Stop\" action rejects the invalid entry and displays a dialog that you have to close by clicking <emph>OK</emph>. The \"Warning\" and \"Information\" actions display a dialog that can be closed by clicking <emph>OK</emph> or <emph>Cancel</emph>. The invalid entry is only rejected when you click <emph>Cancel</emph>."
+msgstr ""
+
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"hd_id3156441\n"
+"10\n"
+"help.text"
+msgid "Browse"
+msgstr "Potraži"
+
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"par_id3153160\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SC:PUSHBUTTON:TP_VALIDATION_ERROR:BTN_SEARCH\">Opens the <link href=\"text/shared/01/06130000.xhp\" name=\"Macro\">Macro</link> dialog where you can select the macro that is executed when invalid data is entered in a cell. The macro is executed after the error message is displayed.</ahelp>"
+msgstr ""
+
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"hd_id3153876\n"
+"12\n"
+"help.text"
+msgid "Title"
+msgstr "Naslov"
+
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"par_id3149410\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:TP_VALIDATION_ERROR:EDT_TITLE\">Enter the title of the macro or the error message that you want to display when invalid data is entered in a cell.</ahelp>"
+msgstr ""
+
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"hd_id3154510\n"
+"14\n"
+"help.text"
+msgid "Error message"
+msgstr "Poruka o grešci"
+
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"par_id3149122\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"SC:MULTILINEEDIT:TP_VALIDATION_ERROR:EDT_ERROR\">Enter the message that you want to display when invalid data is entered in a cell.</ahelp>"
+msgstr ""
+
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"par_id3150752\n"
+"16\n"
+"help.text"
+msgid "<emph>Sample macro:</emph>"
+msgstr ""
+
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Goal Seek"
+msgstr "Traženje cilja"
+
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"hd_id3155629\n"
+"1\n"
+"help.text"
+msgid "Goal Seek"
+msgstr "Traženje cilja"
+
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"par_id3145119\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"zielwertsuchetext\"><ahelp hid=\".uno:GoalSeekDialog\">Opens a dialog where you can solve an equation with a variable.</ahelp></variable> After a successful search, a dialog with the results opens, allowing you to apply the result and the target value directly to the cell."
+msgstr "<variable id=\"zielwertsuchetext\"><ahelp hid=\".uno:GoalSeekDialog\">Otvara se okvir za dijalog u kojem možete riješiti jednadžbu s promjenjivom.</ahelp></variable> Nakon uspješnog pretraživanja, okvir za dijalog sa rezultatom se otvara, omogucujuci vam da primjenite rezultat i ciljne vrijednosti izravno u celiji."
+
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"hd_id3149656\n"
+"3\n"
+"help.text"
+msgid "Default"
+msgstr "Uobičajeno"
+
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"par_id3151211\n"
+"4\n"
+"help.text"
+msgid "In this section, you can define the variables in your formula."
+msgstr "U ovoj sekciji, možete definirati varijable u formuli."
+
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"hd_id3150869\n"
+"5\n"
+"help.text"
+msgid "Formula cell"
+msgstr "Ćelija sa formulom"
+
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"par_id3153194\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_SOLVER:ED_FORMULACELL\">In the formula cell, enter the reference of the cell which contains the formula. It contains the current cell reference.</ahelp> Click another cell in the sheet to apply its reference to the text box."
+msgstr "<ahelp hid=\"SC:EDIT:RID_SCDLG_SOLVER:ED_FORMULACELL\">U celiju formule, upišite referencu celije koja sadrži formulu. Ona sadrži trenutnu referencu ce.</ahelp> Kliknite na drugu celiju u listu da primjenite svoju referencu na okvir za unos teksta."
+
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"hd_id3154685\n"
+"7\n"
+"help.text"
+msgid "Target value"
+msgstr "Ciljna vrijednost"
+
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"par_id3146984\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_SOLVER:ED_TARGETVAL\">Specifies the value you want to achieve as a new result.</ahelp>"
+msgstr "<ahelp hid=\"SC:EDIT:RID_SCDLG_SOLVER:ED_TARGETVAL\">Odreduje vrijednost koju želite postici kao novi rezultat.</ahelp>"
+
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"hd_id3150012\n"
+"9\n"
+"help.text"
+msgid "Variable cell"
+msgstr "Promijenjiva ćelija"
+
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"par_id3147427\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_SOLVER:ED_VARCELL\">Specifies the reference for the cell that contains the value you want to adjust in order to reach the target.</ahelp>"
+msgstr "<ahelp hid=\"SC:EDIT:RID_SCDLG_SOLVER:ED_VARCELL\">Odreduje referencu za celiju koja sadrži vrijednost koju želite prilagoditi kako bi se doslo do cilja.</ahelp>"
+
+#: 04060100.xhp
+msgctxt ""
+"04060100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Functions by Category"
+msgstr ""
+
+#: 04060100.xhp
+msgctxt ""
+"04060100.xhp\n"
+"bm_id3148575\n"
+"help.text"
+msgid "<bookmark_value>functions;listed by category</bookmark_value> <bookmark_value>categories of functions</bookmark_value> <bookmark_value>list of functions</bookmark_value>"
+msgstr ""
+
+#: 04060100.xhp
+msgctxt ""
+"04060100.xhp\n"
+"hd_id3154944\n"
+"16\n"
+"help.text"
+msgid "Functions by Category"
+msgstr ""
+
+#: 04060100.xhp
+msgctxt ""
+"04060100.xhp\n"
+"par_id3149378\n"
+"2\n"
+"help.text"
+msgid "This section describes the functions of $[officename] Calc. The various functions are divided into categories in the Function Wizard."
+msgstr ""
+
+#: 04060100.xhp
+msgctxt ""
+"04060100.xhp\n"
+"par_id0120200910234570\n"
+"help.text"
+msgid "You can find detailed explanations, illustrations, and examples of Calc functions <link href=\"http://help.libreoffice.org/Calc/Functions_by_Category\">in the LibreOffice WikiHelp</link>."
+msgstr ""
+
+#: 04060100.xhp
+#, fuzzy
+msgctxt ""
+"04060100.xhp\n"
+"hd_id3146972\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060101.xhp\" name=\"Database\">Database</link>"
+msgstr "<link href=\"text/scalc/01/12090100.xhp\" name=\"Start\">Pokreni</link>"
+
+#: 04060100.xhp
+#, fuzzy
+msgctxt ""
+"04060100.xhp\n"
+"hd_id3155443\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060102.xhp\" name=\"Date & Time\">Date & Time</link>"
+msgstr "<link href=\"text/scalc/01/12090100.xhp\" name=\"Start\">Pokreni</link>"
+
+#: 04060100.xhp
+#, fuzzy
+msgctxt ""
+"04060100.xhp\n"
+"hd_id3147339\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060103.xhp\" name=\"Financial\">Financial</link>"
+msgstr "<link href=\"text/scalc/01/02140000.xhp\" name=\"Fill\">Popuni</link>"
+
+#: 04060100.xhp
+#, fuzzy
+msgctxt ""
+"04060100.xhp\n"
+"hd_id3153963\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060104.xhp\" name=\"Information\">Information</link>"
+msgstr "<link href=\"text/scalc/01/02140400.xhp\" name=\"Left\">Lijevo</link>"
+
+#: 04060100.xhp
+#, fuzzy
+msgctxt ""
+"04060100.xhp\n"
+"hd_id3146316\n"
+"7\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060105.xhp\" name=\"Logical\">Logical</link>"
+msgstr "<link href=\"text/scalc/01/02140000.xhp\" name=\"Fill\">Popuni</link>"
+
+#: 04060100.xhp
+#, fuzzy
+msgctxt ""
+"04060100.xhp\n"
+"hd_id3148485\n"
+"8\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060106.xhp\" name=\"Mathematical\">Mathematical</link>"
+msgstr "<link href=\"text/scalc/01/02140000.xhp\" name=\"Fill\">Popuni</link>"
+
+#: 04060100.xhp
+#, fuzzy
+msgctxt ""
+"04060100.xhp\n"
+"hd_id3150363\n"
+"9\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060107.xhp\" name=\"Matrix\">Array</link>"
+msgstr "<link href=\"text/scalc/01/12040201.xhp\" name=\"More\">Opširnije</link>"
+
+#: 04060100.xhp
+#, fuzzy
+msgctxt ""
+"04060100.xhp\n"
+"hd_id3150208\n"
+"10\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060108.xhp\" name=\"Statistical\">Statistical</link>"
+msgstr "<link href=\"text/scalc/01/02140000.xhp\" name=\"Fill\">Popuni</link>"
+
+#: 04060100.xhp
+#, fuzzy
+msgctxt ""
+"04060100.xhp\n"
+"hd_id3166428\n"
+"11\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060109.xhp\" name=\"Spreadsheet\">Spreadsheet</link>"
+msgstr "<link href=\"text/scalc/01/02140500.xhp\" name=\"Sheet\">Tabela</link>"
+
+#: 04060100.xhp
+#, fuzzy
+msgctxt ""
+"04060100.xhp\n"
+"hd_id3145585\n"
+"12\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060110.xhp\" name=\"Text\">Text</link>"
+msgstr "<link href=\"text/scalc/01/02140400.xhp\" name=\"Left\">Lijevo</link>"
+
+#: 04060100.xhp
+#, fuzzy
+msgctxt ""
+"04060100.xhp\n"
+"hd_id3156449\n"
+"13\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060111.xhp\" name=\"Add-in\">Add-in</link>"
+msgstr "<link href=\"text/scalc/01/02140100.xhp\" name=\"Down\">Dolje</link>"
+
+#: 04060100.xhp
+msgctxt ""
+"04060100.xhp\n"
+"par_id3150715\n"
+"14\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060199.xhp\" name=\"Operators\">Operators</link> are also available."
+msgstr ""
+
+#: 04060100.xhp
+msgctxt ""
+"04060100.xhp\n"
+"par_id0902200809540918\n"
+"help.text"
+msgid "<variable id=\"drking\"><link href=\"http://help.libreoffice.org/Calc/Functions_by_Category\">Calc Functions By Category</link> in the LibreOffice WikiHelp</variable>"
+msgstr ""
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"tit\n"
+"help.text"
+msgid "Filter"
+msgstr "Filtar"
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"hd_id3153970\n"
+"1\n"
+"help.text"
+msgid "Filter"
+msgstr "Filtar"
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3150448\n"
+"2\n"
+"help.text"
+msgid "Set the filtering options for the data."
+msgstr "Pogledajte filter opcije za podatke"
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"hd_id3151043\n"
+"3\n"
+"help.text"
+msgid "Filter Criteria"
+msgstr "Filter kriteriji"
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3150440\n"
+"4\n"
+"help.text"
+msgid "You can define a default filter for the data by filtering, for example, field names, using a combination of logical expressions arguments."
+msgstr "možete definirati zadani filter za filtriranje podataka, na primjer, nazivi polja, koristeći kombinaciju logičkih izraza argumenata."
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"hd_id3159153\n"
+"5\n"
+"help.text"
+msgid "Operator"
+msgstr ""
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3153093\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_PIVOTFILTER:LB_OP2\" visibility=\"visible\">Select a logical operator for the filter.</ahelp>"
+msgstr "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_PIVOTFILTER:LB_OP2\" visibility=\"visible\">Odaberite logicki operator za filter.</ahelp>"
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"hd_id3152462\n"
+"7\n"
+"help.text"
+msgid "Field name"
+msgstr "Ime polja"
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3155306\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_PIVOTFILTER:LB_FIELD3\" visibility=\"visible\">Select the field that you want to use in the filter. If field names are not available, the column labels are listed.</ahelp>"
+msgstr "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_PIVOTFILTER:LB_FIELD3\" visibility=\"visible\">odaberite polje koje želite koristiti u filteru. ako polje imena nisu dostupne, navedene su natpise stupaca.</ahelp>"
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"hd_id3148575\n"
+"9\n"
+"help.text"
+msgid "Condition"
+msgstr "Uslov"
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3147394\n"
+"10\n"
+"help.text"
+msgid "<ahelp visibility=\"visible\" hid=\"SC:LISTBOX:RID_SCDLG_PIVOTFILTER:LB_COND3\">Select an operator to compare the <emph>Field name</emph> and <emph>Value</emph> entries.</ahelp>"
+msgstr "<ahelp visibility=\"visible\" hid=\"SC:LISTBOX:RID_SCDLG_PIVOTFILTER:LB_COND3\">Odaberite operator za usporedbu <emph>Ime polja</emph> and <emph>Vrijednost</emph> entries.</ahelp>"
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3144764\n"
+"11\n"
+"help.text"
+msgid "The following operators are available:"
+msgstr "Sljedeci operatori su dostupni:"
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3153415\n"
+"12\n"
+"help.text"
+msgid "<emph>Conditions:</emph>"
+msgstr "<emph>Conditions</emph>:"
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3150324\n"
+"13\n"
+"help.text"
+msgid "="
+msgstr "jednako"
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3153714\n"
+"14\n"
+"help.text"
+msgid "equal"
+msgstr "jednak"
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3154254\n"
+"15\n"
+"help.text"
+msgid "<"
+msgstr "<"
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3154703\n"
+"16\n"
+"help.text"
+msgid "less than"
+msgstr "manje od"
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3155335\n"
+"17\n"
+"help.text"
+msgid ">"
+msgstr ">"
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3147003\n"
+"18\n"
+"help.text"
+msgid "greater than"
+msgstr "veće od"
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3153270\n"
+"19\n"
+"help.text"
+msgid "<="
+msgstr "<="
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3145257\n"
+"20\n"
+"help.text"
+msgid "less than or equal to"
+msgstr "manje ili jednako"
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3145134\n"
+"21\n"
+"help.text"
+msgid ">="
+msgstr ">="
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3151214\n"
+"22\n"
+"help.text"
+msgid "greater than or equal to"
+msgstr "veće ili jednako"
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3150345\n"
+"23\n"
+"help.text"
+msgid "<>"
+msgstr "<>"
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3159101\n"
+"24\n"
+"help.text"
+msgid "not equal to"
+msgstr "nije jednako"
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"hd_id3150886\n"
+"25\n"
+"help.text"
+msgid "Value"
+msgstr "Vrijednost"
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3155506\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"SC:COMBOBOX:RID_SCDLG_PIVOTFILTER:ED_VAL3\" visibility=\"visible\">Select the value that you want to compare to the selected field.</ahelp>"
+msgstr "<ahelp hid=\"SC:COMBOBOX:RID_SCDLG_PIVOTFILTER:ED_VAL3\" visibility=\"visible\">odaberite vrijednost koju želite usporediti na odabranom polju.</ahelp>"
+
+#: 12090103.xhp
+#, fuzzy
+msgctxt ""
+"12090103.xhp\n"
+"hd_id3146980\n"
+"27\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12090104.xhp\" name=\"More>>\">More>></link>"
+msgstr "<link href=\"text/scalc/01/12040201.xhp\" name=\"More\">Opširnije</link>"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"tit\n"
+"help.text"
+msgid "Add-in Functions"
+msgstr ""
+
+#: 04060111.xhp
+#, fuzzy
+msgctxt ""
+"04060111.xhp\n"
+"bm_id3150870\n"
+"help.text"
+msgid "<bookmark_value>add-ins; functions</bookmark_value><bookmark_value>functions; add-in functions</bookmark_value><bookmark_value>Function Wizard; add-ins</bookmark_value>"
+msgstr "<bookmark_value>funkcije za datum i vrijeme</bookmark_value><bookmark_value>funkcije; datum i vrijeme </bookmark_value><bookmark_value>Carobnjak za Funkcije; datum i vrijeme</bookmark_value>"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3150870\n"
+"1\n"
+"help.text"
+msgid "Add-in Functions"
+msgstr ""
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3147427\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"addintext\">The following describes and lists some of the available add-in functions. </variable>"
+msgstr ""
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3163713\n"
+"75\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060112.xhp#addinconcept\">Add-in concept</link>"
+msgstr ""
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3146120\n"
+"5\n"
+"help.text"
+msgid "You will also find a <link href=\"text/scalc/01/04060112.xhp\">description of the $[officename] Calc add-in interface</link> in the Help. In addition, important functions and their parameters are described in the Help for the <switchinline select=\"sys\"><caseinline select=\"UNIX\">Shared Library </caseinline><defaultinline>$[officename] Calc add-in DLL</defaultinline></switchinline>."
+msgstr ""
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3151075\n"
+"7\n"
+"help.text"
+msgid "Add-ins supplied"
+msgstr ""
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3156285\n"
+"8\n"
+"help.text"
+msgid "$[officename] contains examples for the add-in interface of $[officename] Calc."
+msgstr ""
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3159267\n"
+"76\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060115.xhp\">Analysis Functions Part One</link>"
+msgstr ""
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3154703\n"
+"77\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060116.xhp\">Analysis Functions Part Two</link>"
+msgstr ""
+
+#: 04060111.xhp
+#, fuzzy
+msgctxt ""
+"04060111.xhp\n"
+"bm_id3149566\n"
+"help.text"
+msgid "<bookmark_value>ISLEAPYEAR function</bookmark_value><bookmark_value>leap year determination</bookmark_value>"
+msgstr "<bookmark_value>MDETERM funkcija</bookmark_value><bookmark_value>determinants</bookmark_value>"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3149566\n"
+"14\n"
+"help.text"
+msgid "ISLEAPYEAR"
+msgstr "ISLEAPYEAR"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3150297\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\".\">Determines whether a year is a leap year.</ahelp> If yes, the function will return the value 1 (TRUE); if not, it will return 0 (FALSE)."
+msgstr ""
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3148487\n"
+"16\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3150205\n"
+"17\n"
+"help.text"
+msgid "ISLEAPYEAR(\"Date\")"
+msgstr ""
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3159239\n"
+"18\n"
+"help.text"
+msgid "<emph>Date</emph> specifies whether a given date falls within a leap year. The Date parameter must be a valid date according to the locale settings of %PRODUCTNAME."
+msgstr ""
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3149817\n"
+"19\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3150786\n"
+"20\n"
+"help.text"
+msgid "=ISLEAPYEAR(A1) returns 1, if A1 contains 1968-02-29, the valid date 29th of February 1968 in your locale setting."
+msgstr ""
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_idN107E7\n"
+"help.text"
+msgid "You may also use =ISLEAPYEAR(\"1968-02-29\") or =ISLEAPYEAR(\"2/29/68\")."
+msgstr ""
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_idN107EA\n"
+"help.text"
+msgid "Never use =ISLEAPYEAR(2/29/68), because this would first evaluate 2 divided by 29 divided by 68, and then calculate the ISLEAPYEAR function from this small number as a serial date number."
+msgstr ""
+
+#: 04060111.xhp
+#, fuzzy
+msgctxt ""
+"04060111.xhp\n"
+"bm_id3154656\n"
+"help.text"
+msgid "<bookmark_value>YEARS function</bookmark_value><bookmark_value>number of years between two dates</bookmark_value>"
+msgstr "<bookmark_value>RAND function</bookmark_value><bookmark_value>nasumicni brojevi;izmedju 0 i 1</bookmark_value>"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3154656\n"
+"21\n"
+"help.text"
+msgid "YEARS"
+msgstr "YEARS"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3150886\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DAI_FUNC_DIFFYEARS\">Calculates the difference in years between two dates.</ahelp>"
+msgstr ""
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3154370\n"
+"23\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3146114\n"
+"24\n"
+"help.text"
+msgid "YEARS(StartDate; EndDate; Type)"
+msgstr ""
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3145387\n"
+"25\n"
+"help.text"
+msgid "<emph>StartDate</emph> is the first date"
+msgstr ""
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3156290\n"
+"26\n"
+"help.text"
+msgid "<emph>EndDate</emph> is the second date"
+msgstr ""
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3152893\n"
+"27\n"
+"help.text"
+msgid "<emph>Type</emph> calculates the type of difference. Possible values are 0 (interval) and 1 (in calendar years)."
+msgstr ""
+
+#: 04060111.xhp
+#, fuzzy
+msgctxt ""
+"04060111.xhp\n"
+"bm_id3152898\n"
+"help.text"
+msgid "<bookmark_value>MONTHS function</bookmark_value><bookmark_value>number of months between two dates</bookmark_value>"
+msgstr "<bookmark_value>IPMT function</bookmark_value><bookmark_value>periodićne stope amortizacije</bookmark_value>"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3152898\n"
+"28\n"
+"help.text"
+msgid "MONTHS"
+msgstr "MONTHS"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3153066\n"
+"29\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DAI_FUNC_DIFFMONTHS\">Calculates the difference in months between two dates.</ahelp>"
+msgstr ""
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3151240\n"
+"30\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3146869\n"
+"31\n"
+"help.text"
+msgid "MONTHS(StartDate; EndDate; Type)"
+msgstr ""
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3145075\n"
+"32\n"
+"help.text"
+msgid "<emph>StartDate</emph> is the first date"
+msgstr ""
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3157981\n"
+"33\n"
+"help.text"
+msgid "<emph>EndDate</emph> is the second date"
+msgstr ""
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3150111\n"
+"34\n"
+"help.text"
+msgid "<emph>Type</emph> calculates the type of difference. Possible values include 0 (interval) and 1 (in calendar months)."
+msgstr ""
+
+#: 04060111.xhp
+#, fuzzy
+msgctxt ""
+"04060111.xhp\n"
+"bm_id3159094\n"
+"help.text"
+msgid "<bookmark_value>ROT13 function</bookmark_value><bookmark_value>encrypting text</bookmark_value>"
+msgstr "<bookmark_value>MDETERM funkcija</bookmark_value><bookmark_value>determinants</bookmark_value>"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3159094\n"
+"35\n"
+"help.text"
+msgid "ROT13"
+msgstr "ROT13"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3146781\n"
+"36\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DAI_FUNC_ROT13\">Encrypts a character string by moving the characters 13 positions in the alphabet.</ahelp> After the letter Z, the alphabet begins again (Rotation). By applying the encryption function again to the resulting code, you can decrypt the text."
+msgstr ""
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3150893\n"
+"37\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3159205\n"
+"38\n"
+"help.text"
+msgid "ROT13(Text)"
+msgstr ""
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3153249\n"
+"39\n"
+"help.text"
+msgid "<emph>Text</emph> is the character string to be encrypted. ROT13(ROT13(Text)) decrypts the code."
+msgstr ""
+
+#: 04060111.xhp
+#, fuzzy
+msgctxt ""
+"04060111.xhp\n"
+"bm_id3151300\n"
+"help.text"
+msgid "<bookmark_value>DAYSINYEAR function</bookmark_value><bookmark_value>number of days; in a specific year</bookmark_value>"
+msgstr "<bookmark_value>COUPNUM funkcija</bookmark_value><bookmark_value>broj kupona</bookmark_value>"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3151300\n"
+"43\n"
+"help.text"
+msgid "DAYSINYEAR"
+msgstr "DAYSINYEAR"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3143220\n"
+"44\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DAI_FUNC_DAYSINYEAR\">Calculates the number of days of the year in which the date entered occurs.</ahelp>"
+msgstr ""
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3145358\n"
+"45\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3154651\n"
+"46\n"
+"help.text"
+msgid "DAYSINYEAR(Date)"
+msgstr ""
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3153803\n"
+"47\n"
+"help.text"
+msgid "<emph>Date</emph> is any date in the respective year. The Date parameter must be a valid date according to the locale settings of %PRODUCTNAME."
+msgstr ""
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3153487\n"
+"48\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3153811\n"
+"49\n"
+"help.text"
+msgid "=DAYSINYEAR(A1) returns 366 days if A1 contains 1968-02-29, a valid date for the year 1968."
+msgstr ""
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"bm_id3154737\n"
+"help.text"
+msgid "<bookmark_value>DAYSINMONTH function</bookmark_value><bookmark_value>number of days;in a specific month of a year</bookmark_value>"
+msgstr ""
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3154737\n"
+"50\n"
+"help.text"
+msgid "DAYSINMONTH"
+msgstr "DAYSINMONTH"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3149316\n"
+"51\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DAI_FUNC_DAYSINMONTH\">Calculates the number of days of the month in which the date entered occurs.</ahelp>"
+msgstr ""
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3145114\n"
+"52\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3150955\n"
+"53\n"
+"help.text"
+msgid "DAYSINMONTH(Date)"
+msgstr ""
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3147501\n"
+"54\n"
+"help.text"
+msgid "<emph>Date</emph> is any date in the respective month of the desired year. The Date parameter must be a valid date according to the locale settings of %PRODUCTNAME."
+msgstr ""
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3149871\n"
+"55\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3155742\n"
+"56\n"
+"help.text"
+msgid "=DAYSINMONTH(A1) returns 29 days if A1 contains 1968-02-17, a valid date for February 1968."
+msgstr ""
+
+#: 04060111.xhp
+#, fuzzy
+msgctxt ""
+"04060111.xhp\n"
+"bm_id3149048\n"
+"help.text"
+msgid "<bookmark_value>WEEKS function</bookmark_value><bookmark_value>number of weeks;between two dates</bookmark_value>"
+msgstr "<bookmark_value>RAND function</bookmark_value><bookmark_value>nasumicni brojevi;izmedju 0 i 1</bookmark_value>"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3149048\n"
+"57\n"
+"help.text"
+msgid "WEEKS"
+msgstr "WEEKS"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3153340\n"
+"58\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DAI_FUNC_DIFFWEEKS\">Calculates the difference in weeks between two dates.</ahelp>"
+msgstr ""
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3150393\n"
+"59\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3147402\n"
+"60\n"
+"help.text"
+msgid "WEEKS(StartDate; EndDate; Type)"
+msgstr ""
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3151387\n"
+"61\n"
+"help.text"
+msgid "<emph>StartDate</emph> is the first date"
+msgstr ""
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3146324\n"
+"62\n"
+"help.text"
+msgid "<emph>EndDate</emph> is the second date"
+msgstr ""
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3166467\n"
+"63\n"
+"help.text"
+msgid "<emph>Type</emph> calculates the type of difference. The possible values are 0 (interval) and 1 (in numbers of weeks)."
+msgstr ""
+
+#: 04060111.xhp
+#, fuzzy
+msgctxt ""
+"04060111.xhp\n"
+"bm_id3145237\n"
+"help.text"
+msgid "<bookmark_value>WEEKSINYEAR function</bookmark_value><bookmark_value>number of weeks;in a specific year</bookmark_value>"
+msgstr "<bookmark_value>RAND function</bookmark_value><bookmark_value>nasumicni brojevi;izmedju 0 i 1</bookmark_value>"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3145237\n"
+"64\n"
+"help.text"
+msgid "WEEKSINYEAR"
+msgstr ""
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3147410\n"
+"65\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DAI_FUNC_WEEKSINYEAR\">Calculates the number of weeks of the year in which the date entered occurs.</ahelp> The number of weeks is defined as follows: a week that spans two years is added to the year in which most days of that week occur."
+msgstr ""
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3149719\n"
+"66\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3145638\n"
+"67\n"
+"help.text"
+msgid "WEEKSINYEAR(Date)"
+msgstr ""
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3149946\n"
+"68\n"
+"help.text"
+msgid "<emph>Date</emph> is any date in the respective year. The Date parameter must be a valid date according to the locale settings of %PRODUCTNAME."
+msgstr ""
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3150037\n"
+"69\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3147614\n"
+"70\n"
+"help.text"
+msgid "WEEKSINYEAR(A1) returns 53 if A1 contains 1970-02-17, a valid date for the year 1970."
+msgstr ""
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3157901\n"
+"72\n"
+"help.text"
+msgid "Add-ins through %PRODUCTNAME API"
+msgstr ""
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3149351\n"
+"73\n"
+"help.text"
+msgid "Add-ins can also be implemented through the %PRODUCTNAME <link href=\"http://api.libreoffice.org/\">API</link>."
+msgstr ""
+
+#: 12080600.xhp
+msgctxt ""
+"12080600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Remove"
+msgstr "Ukloni"
+
+#: 12080600.xhp
+msgctxt ""
+"12080600.xhp\n"
+"hd_id3148947\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12080600.xhp\" name=\"Remove\">Remove</link>"
+msgstr "<link href=\"text/scalc/01/12080600.xhp\" name=\"Remove\">Ukloni</link>"
+
+#: 12080600.xhp
+msgctxt ""
+"12080600.xhp\n"
+"par_id3149656\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ClearOutline\" visibility=\"visible\">Removes the outline from the selected cell range.</ahelp>"
+msgstr "<ahelp hid=\".uno:ClearOutline\" visibility=\"visible\">Uklanja skice iz sljedecih prostora celija.</ahelp>"
+
+#: 12090000.xhp
+#, fuzzy
+msgctxt ""
+"12090000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Pivot Table"
+msgstr "Pivot tabele"
+
+#: 12090000.xhp
+#, fuzzy
+msgctxt ""
+"12090000.xhp\n"
+"hd_id3150275\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12090000.xhp\" name=\"Pivot Table\">Pivot Table</link>"
+msgstr "<link href=\"text/shared/01/01100500.xhp\" name=\"Priority Table\">Tabela prioriteta</link>"
+
+#: 12090000.xhp
+#, fuzzy
+msgctxt ""
+"12090000.xhp\n"
+"par_id3153562\n"
+"2\n"
+"help.text"
+msgid "A pivot table provides a summary of large amounts of data. You can then rearrange the pivot table to view different summaries of the data."
+msgstr "DataPilot tabela omogucava sumu velikog sadrzaja podataka.Mozte preoblikovati DataPilot da vidite razlicite kratke sadrzaje."
+
+#: 12090000.xhp
+#, fuzzy
+msgctxt ""
+"12090000.xhp\n"
+"hd_id3155923\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12090100.xhp\" name=\"Create\">Create</link>"
+msgstr "<link href=\"text/scalc/01/12090100.xhp\" name=\"Start\">Pokreni</link>"
+
+#: 12090000.xhp
+#, fuzzy
+msgctxt ""
+"12090000.xhp\n"
+"par_idN105FB\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12090102.xhp\" name=\"Pivot table dialog\">Pivot table dialog</link>"
+msgstr "<link href=\"text/scalc/01/12090102.xhp\" name=\"DataPilot dialogue box\">DataPilot dialogue box</link>"
+
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Grouping"
+msgstr "Grupisanje"
+
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN1054D\n"
+"help.text"
+msgid "Grouping"
+msgstr "Grupisanje"
+
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN10551\n"
+"help.text"
+msgid "Grouping pivot tables displays the <emph>Grouping</emph> dialog for either values or dates."
+msgstr ""
+
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN10568\n"
+"help.text"
+msgid "Start"
+msgstr "Pokreni"
+
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN1056C\n"
+"help.text"
+msgid "Specifies the start of the grouping."
+msgstr ""
+
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN1056F\n"
+"help.text"
+msgid "Automatically"
+msgstr "Automatski"
+
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN10573\n"
+"help.text"
+msgid "Specifies whether to start grouping at the smallest value."
+msgstr ""
+
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN10576\n"
+"help.text"
+msgid "Manually at"
+msgstr "Ručno u"
+
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN1057A\n"
+"help.text"
+msgid "Specifies whether to enter the start value for grouping yourself."
+msgstr ""
+
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN1057D\n"
+"help.text"
+msgid "End"
+msgstr ""
+
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN10581\n"
+"help.text"
+msgid "Specifies the end of the grouping."
+msgstr ""
+
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN10584\n"
+"help.text"
+msgid "Automatically"
+msgstr "Automatski"
+
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN10588\n"
+"help.text"
+msgid "Specifies whether to end grouping at the largest value."
+msgstr ""
+
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN1058B\n"
+"help.text"
+msgid "Manually at"
+msgstr "Ručno u"
+
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN1058F\n"
+"help.text"
+msgid "Specifies whether to enter the end value for grouping yourself."
+msgstr ""
+
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN10592\n"
+"help.text"
+msgid "Group by"
+msgstr "Grupiši po"
+
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN10596\n"
+"help.text"
+msgid "Specifies the value range by which every group's limits are calculated."
+msgstr ""
+
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN10599\n"
+"help.text"
+msgid "Number of days"
+msgstr "Broj dana"
+
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN1059D\n"
+"help.text"
+msgid "In the case of grouping date values, specifies the number of days to group by."
+msgstr ""
+
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN105A0\n"
+"help.text"
+msgid "Intervals"
+msgstr "Intervali"
+
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN105A4\n"
+"help.text"
+msgid "In the case of grouping date values, specifies the intervals to group by."
+msgstr ""
+
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN105B2\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/guide/datapilot_grouping.xhp#datapilot_grouping\"/>"
+msgstr ""
+
+#: 06030700.xhp
+msgctxt ""
+"06030700.xhp\n"
+"tit\n"
+"help.text"
+msgid "Fill Mode"
+msgstr "ispuni mod"
+
+#: 06030700.xhp
+msgctxt ""
+"06030700.xhp\n"
+"bm_id3145119\n"
+"help.text"
+msgid "<bookmark_value>cells; trace fill mode</bookmark_value><bookmark_value>traces; precedents for multiple cells</bookmark_value>"
+msgstr "<bookmark_value>celije;pronadji ispuni mod</bookmark_value><bookmark_value>pronalazi; precedents za vise celija</bookmark_value>"
+
+#: 06030700.xhp
+msgctxt ""
+"06030700.xhp\n"
+"hd_id3145119\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06030700.xhp\" name=\"Fill Mode\">Fill Mode</link>"
+msgstr "<link href=\"text/scalc/01/06030700.xhp\" name=\"Fill Mode\">Ispuni mod</link>"
+
+#: 06030700.xhp
+msgctxt ""
+"06030700.xhp\n"
+"par_id3151246\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:AuditingFillMode\">Activates the Fill Mode in the Detective. The mouse pointer changes to a special symbol, and you can click any cell to see a trace to the precedent cell.</ahelp> To exit this mode, press Escape or click the <emph>End Fill Mode</emph> command in the context menu."
+msgstr "<ahelp hid=\".uno:AuditingFillMode\"> Aktivira ispuni mod u detektivu. Kursor se mjenja u specijalni simbol, i mozete kliknuti bilo koju celiju da vidite putanju do precedent celije. </ahelp> Da izadjete pritisnite Escape ili kliknite na <emph>Zavrsi sa ispuni mod</emph> komandom u meniju."
+
+#: 06030700.xhp
+msgctxt ""
+"06030700.xhp\n"
+"par_id3151211\n"
+"3\n"
+"help.text"
+msgid "The <emph>Fill Mode</emph> function is identical to the <link href=\"text/scalc/01/06030100.xhp\" name=\"Trace Precedent\">Trace Precedent</link> command if you call this mode for the first time. Use the context menu to select further options for the Fill Mode and to exit this mode."
+msgstr "<emph>Ispuni mod</emph> je idtenticna <link href=\"text/scalc/01/06030100.xhp\" name=\"Trace Precedent\">Slijedi prethodnika</link> komandi ako pozivate ovaj mod prvi put."
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"tit\n"
+"help.text"
+msgid "Statistical Functions Part Five"
+msgstr "Financijske funkcije treći dio"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3147072\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"rz\"><link href=\"text/scalc/01/04060185.xhp\" name=\"Statistical Functions Part Five\">Statistical Functions Part Five</link></variable>"
+msgstr ""
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3155071\n"
+"help.text"
+msgid "<bookmark_value>RANK function</bookmark_value> <bookmark_value>numbers;determining ranks</bookmark_value>"
+msgstr "<bookmark_value>DVAR funkcija</bookmark_value><bookmark_value>varijance;bazirane na uzorcima</bookmark_value>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3155071\n"
+"2\n"
+"help.text"
+msgid "RANK"
+msgstr "RANK"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3153976\n"
+"3\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_RANG\">Returns the rank of a number in a sample.</ahelp>"
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3159206\n"
+"4\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3153250\n"
+"5\n"
+"help.text"
+msgid "RANK(Value; Data; Type)"
+msgstr ""
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"par_id3154543\n"
+"6\n"
+"help.text"
+msgid "<emph>Value</emph> is the value, whose rank is to be determined."
+msgstr "<emph>Broj</emph> ije broj ciji znak treba biti odredjen."
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149130\n"
+"7\n"
+"help.text"
+msgid "<emph>Data</emph> is the array or range of data in the sample."
+msgstr "<emph>Stopa</emph> je norma depricijacije."
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3150215\n"
+"8\n"
+"help.text"
+msgid "<emph>Type</emph> (optional) is the sequence order."
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id9305398\n"
+"help.text"
+msgid "Type = 0 means descending from the last item of the array to the first (this is the default),"
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id9996948\n"
+"help.text"
+msgid "Type = 1 means ascending from the first item of the range to the last."
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3143223\n"
+"9\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3155919\n"
+"10\n"
+"help.text"
+msgid "<item type=\"input\">=RANK(A10;A1:A50)</item> returns the ranking of the value in A10 in value range A1:A50. If <item type=\"literal\">Value</item> does not exist within the range an error message is displayed."
+msgstr ""
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3153556\n"
+"help.text"
+msgid "<bookmark_value>SKEW function</bookmark_value>"
+msgstr "<bookmark_value>NOW funkcija</bookmark_value>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3153556\n"
+"12\n"
+"help.text"
+msgid "SKEW"
+msgstr "SKEW"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3153485\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SCHIEFE\">Returns the skewness of a distribution.</ahelp>"
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3154733\n"
+"14\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"par_id3151191\n"
+"15\n"
+"help.text"
+msgid "SKEW(Number1; Number2; ...Number30)"
+msgstr "SUM(Broj_1; Broj_2; ... Broj_30)"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3155757\n"
+"16\n"
+"help.text"
+msgid "<emph>Number1, Number2...Number30</emph> are numerical values or ranges."
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3153297\n"
+"17\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3145118\n"
+"18\n"
+"help.text"
+msgid "<item type=\"input\">=SKEW(A1:A50)</item> calculates the value of skew for the data referenced."
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3149051\n"
+"help.text"
+msgid "<bookmark_value>regression lines;FORECAST function</bookmark_value> <bookmark_value>extrapolations</bookmark_value> <bookmark_value>FORECAST function</bookmark_value>"
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3149051\n"
+"20\n"
+"help.text"
+msgid "FORECAST"
+msgstr "FORECAST"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3153290\n"
+"21\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SCHAETZER\">Extrapolates future values based on existing x and y values.</ahelp>"
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3151343\n"
+"22\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3147404\n"
+"23\n"
+"help.text"
+msgid "FORECAST(Value; DataY; DataX)"
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3148743\n"
+"24\n"
+"help.text"
+msgid "<emph>Value</emph> is the x value, for which the y value on the linear regression is to be returned."
+msgstr ""
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"par_id3146325\n"
+"25\n"
+"help.text"
+msgid "<emph>DataY</emph> is the array or range of known y's."
+msgstr "<emph>Stopa</emph> je norma depricijacije."
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"par_id3150536\n"
+"26\n"
+"help.text"
+msgid "<emph>DataX</emph> is the array or range of known x's."
+msgstr "<emph>Stopa</emph> je norma depricijacije."
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3147416\n"
+"27\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3157874\n"
+"28\n"
+"help.text"
+msgid "<item type=\"input\">=FORECAST(50;A1:A50;B1;B50)</item> returns the Y value expected for the X value of 50 if the X and Y values in both references are linked by a linear trend."
+msgstr ""
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3149143\n"
+"help.text"
+msgid "<bookmark_value>STDEV function</bookmark_value> <bookmark_value>standard deviations in statistics;based on a sample</bookmark_value>"
+msgstr "<bookmark_value>DSTDEV funkcija</bookmark_value><bookmark_value>standardne devijacije u bazama podataka; bazirane na uzorku</bookmark_value>"
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3149143\n"
+"30\n"
+"help.text"
+msgid "STDEV"
+msgstr "DSTDEV"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3146888\n"
+"31\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_STABW\">Estimates the standard deviation based on a sample.</ahelp>"
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3146815\n"
+"32\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149946\n"
+"33\n"
+"help.text"
+msgid "STDEV(Number1; Number2; ...Number30)"
+msgstr "SUM(Broj_1; Broj_2; ... Broj_30)"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3157904\n"
+"34\n"
+"help.text"
+msgid "<emph>Number1, Number2, ... Number30</emph> are numerical values or ranges representing a sample based on an entire population."
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3150650\n"
+"35\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149434\n"
+"36\n"
+"help.text"
+msgid "<item type=\"input\">=STDEV(A1:A50)</item> returns the estimated standard deviation based on the data referenced."
+msgstr ""
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3144745\n"
+"help.text"
+msgid "<bookmark_value>STDEVA function</bookmark_value>"
+msgstr "<bookmark_value>IMDIV funkcija</bookmark_value>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3144745\n"
+"186\n"
+"help.text"
+msgid "STDEVA"
+msgstr "STDEVA"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3151234\n"
+"187\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_STABWA\">Calculates the standard deviation of an estimation based on a sample.</ahelp>"
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3148884\n"
+"188\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3147422\n"
+"189\n"
+"help.text"
+msgid "STDEVA(Value1;Value2;...Value30)"
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3154547\n"
+"190\n"
+"help.text"
+msgid "<emph>Value1, Value2, ...Value30</emph> are values or ranges representing a sample derived from an entire population. Text has the value 0."
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3155829\n"
+"191\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3148581\n"
+"192\n"
+"help.text"
+msgid "<item type=\"input\">=STDEVA(A1:A50)</item> returns the estimated standard deviation based on the data referenced."
+msgstr ""
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3149734\n"
+"help.text"
+msgid "<bookmark_value>STDEVP function</bookmark_value> <bookmark_value>standard deviations in statistics;based on a population</bookmark_value>"
+msgstr "<bookmark_value>DSTDEVP funkcija</bookmark_value><bookmark_value>standardne devijacije u bazama podataka; bazirane na populacijama</bookmark_value>"
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3149734\n"
+"38\n"
+"help.text"
+msgid "STDEVP"
+msgstr "DSTDEVP"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149187\n"
+"39\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_STABWN\">Calculates the standard deviation based on the entire population.</ahelp>"
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3154387\n"
+"40\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"par_id3154392\n"
+"41\n"
+"help.text"
+msgid "STDEVP(Number1;Number2;...Number30)"
+msgstr "SUM(Broj_1; Broj_2; ... Broj_30)"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3155261\n"
+"42\n"
+"help.text"
+msgid "<emph>Number 1,Number 2,...Number 30</emph> are numerical values or ranges representing a sample based on an entire population."
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3145591\n"
+"43\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3153933\n"
+"44\n"
+"help.text"
+msgid "<item type=\"input\">=STDEVP(A1:A50)</item> returns a standard deviation of the data referenced."
+msgstr ""
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3154522\n"
+"help.text"
+msgid "<bookmark_value>STDEVPA function</bookmark_value>"
+msgstr "<bookmark_value>TIP funkcije</bookmark_value>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3154522\n"
+"194\n"
+"help.text"
+msgid "STDEVPA"
+msgstr "STDEVPA"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149549\n"
+"195\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_STABWNA\">Calculates the standard deviation based on the entire population.</ahelp>"
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3155950\n"
+"196\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3146851\n"
+"197\n"
+"help.text"
+msgid "STDEVPA(Value1;Value2;...Value30)"
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3153109\n"
+"198\n"
+"help.text"
+msgid "<emph>Value1,value2,...value30</emph> are values or ranges representing a sample derived from an entire population. Text has the value 0."
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3154506\n"
+"199\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3145163\n"
+"200\n"
+"help.text"
+msgid "<item type=\"input\">=STDEVPA(A1:A50)</item> returns the standard deviation of the data referenced."
+msgstr ""
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3155928\n"
+"help.text"
+msgid "<bookmark_value>STANDARDIZE function</bookmark_value> <bookmark_value>converting;random variables, into normalized values</bookmark_value>"
+msgstr "<bookmark_value>OCT2DEC funkcija</bookmark_value><bookmark_value>konverira;oktalne brojeve, u decimalne brojeve </bookmark_value>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3155928\n"
+"46\n"
+"help.text"
+msgid "STANDARDIZE"
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149883\n"
+"47\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_STANDARDISIERUNG\">Converts a random variable to a normalized value.</ahelp>"
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3154330\n"
+"48\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3150132\n"
+"49\n"
+"help.text"
+msgid "STANDARDIZE(Number; Mean; StDev)"
+msgstr ""
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"par_id3159139\n"
+"50\n"
+"help.text"
+msgid "<emph>Number</emph> is the value to be standardized."
+msgstr "<emph>Broj</emph> je broj koji ce biti konvertovan"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3145241\n"
+"51\n"
+"help.text"
+msgid "<emph>Mean</emph> is the arithmetic mean of the distribution."
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3148874\n"
+"52\n"
+"help.text"
+msgid "<emph>StDev</emph> is the standard deviation of the distribution."
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3145351\n"
+"53\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3156067\n"
+"54\n"
+"help.text"
+msgid "<item type=\"input\">=STANDARDIZE(11;10;1)</item> returns 1. The value 11 in a normal distribution with a mean of 10 and a standard deviation of 1 is as much above the mean of 10, as the value 1 is above the mean of the standard normal distribution."
+msgstr ""
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3157986\n"
+"help.text"
+msgid "<bookmark_value>NORMSINV function</bookmark_value> <bookmark_value>normal distribution;inverse of standard</bookmark_value>"
+msgstr "<bookmark_value>DVAR funkcija</bookmark_value><bookmark_value>varijance;bazirane na uzorcima</bookmark_value>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3157986\n"
+"56\n"
+"help.text"
+msgid "NORMSINV"
+msgstr "NORMSINV"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3151282\n"
+"57\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_STANDNORMINV\">Returns the inverse of the standard normal cumulative distribution.</ahelp>"
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3153261\n"
+"58\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3154195\n"
+"59\n"
+"help.text"
+msgid "NORMINV(Number)"
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3148772\n"
+"60\n"
+"help.text"
+msgid "<emph>Number</emph> is the probability to which the inverse standard normal distribution is calculated."
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3150934\n"
+"61\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149030\n"
+"62\n"
+"help.text"
+msgid "<item type=\"input\">=NORMSINV(0.908789)</item> returns 1.3333."
+msgstr "<item tip=\"input\">=IMREAL(\"1+3j\")</item> vraca 1."
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3147538\n"
+"help.text"
+msgid "<bookmark_value>NORMSDIST function</bookmark_value> <bookmark_value>normal distribution;statistics</bookmark_value>"
+msgstr "<bookmark_value>DVAR funkcija</bookmark_value><bookmark_value>varijance;bazirane na uzorcima</bookmark_value>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3147538\n"
+"64\n"
+"help.text"
+msgid "NORMSDIST"
+msgstr "NORMSDIST"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3150474\n"
+"65\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_STANDNORMVERT\">Returns the standard normal cumulative distribution function. The distribution has a mean of zero and a standard deviation of one.</ahelp>"
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id8652302\n"
+"help.text"
+msgid "It is GAUSS(x)=NORMSDIST(x)-0.5"
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3155083\n"
+"66\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3158411\n"
+"67\n"
+"help.text"
+msgid "NORMSDIST(Number)"
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3154950\n"
+"68\n"
+"help.text"
+msgid "<emph>Number</emph> is the value to which the standard normal cumulative distribution is calculated."
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3153228\n"
+"69\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3155984\n"
+"70\n"
+"help.text"
+msgid "<item type=\"input\">=NORMSDIST(1)</item> returns 0.84. The area below the standard normal distribution curve to the left of X value 1 is 84% of the total area."
+msgstr ""
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3152592\n"
+"help.text"
+msgid "<bookmark_value>SLOPE function</bookmark_value>"
+msgstr "<bookmark_value>TIP funkcije</bookmark_value>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3152592\n"
+"72\n"
+"help.text"
+msgid "SLOPE"
+msgstr "SLOPE"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3150386\n"
+"73\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_STEIGUNG\">Returns the slope of the linear regression line.</ahelp> The slope is adapted to the data points set in the y and x values."
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3154315\n"
+"74\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149819\n"
+"75\n"
+"help.text"
+msgid "SLOPE(DataY; DataX)"
+msgstr ""
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"par_id3083446\n"
+"76\n"
+"help.text"
+msgid "<emph>DataY</emph> is the array or matrix of Y data."
+msgstr "<emph>Stopa</emph> je norma depricijacije."
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"par_id3152375\n"
+"77\n"
+"help.text"
+msgid "<emph>DataX</emph> is the array or matrix of X data."
+msgstr "<emph>Stopa</emph> je norma depricijacije."
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3146061\n"
+"78\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"par_id3152480\n"
+"79\n"
+"help.text"
+msgid "<item type=\"input\">=SLOPE(A1:A50;B1:B50)</item>"
+msgstr "<item type=\"input\">=SUMIF(E2:E11; A13)</item>"
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3155836\n"
+"help.text"
+msgid "<bookmark_value>STEYX function</bookmark_value> <bookmark_value>standard errors;statistical functions</bookmark_value>"
+msgstr "<bookmark_value>DSTDEVP funkcija</bookmark_value><bookmark_value>standardne devijacije u bazama podataka; bazirane na populacijama</bookmark_value>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3155836\n"
+"81\n"
+"help.text"
+msgid "STEYX"
+msgstr "STEYX"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149446\n"
+"82\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_STFEHLERYX\">Returns the standard error of the predicted y value for each x in the regression.</ahelp>"
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3147562\n"
+"83\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3151267\n"
+"84\n"
+"help.text"
+msgid "STEYX(DataY; DataX)"
+msgstr ""
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"par_id3147313\n"
+"85\n"
+"help.text"
+msgid "<emph>DataY</emph> is the array or matrix of Y data."
+msgstr "<emph>Stopa</emph> je norma depricijacije."
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"par_id3156097\n"
+"86\n"
+"help.text"
+msgid "<emph>DataX</emph> is the array or matrix of X data."
+msgstr "<emph>Stopa</emph> je norma depricijacije."
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3145204\n"
+"87\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"par_id3156131\n"
+"88\n"
+"help.text"
+msgid "<item type=\"input\">=STEXY(A1:A50;B1:B50)</item>"
+msgstr "<item type=\"input\">=SUMIF(E2:E11; A13)</item>"
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3150873\n"
+"help.text"
+msgid "<bookmark_value>DEVSQ function</bookmark_value> <bookmark_value>sums;of squares of deviations</bookmark_value>"
+msgstr "<bookmark_value>DVARP funkcija</bookmark_value><bookmark_value>varijance; bazirane na populaciji</bookmark_value>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3150873\n"
+"90\n"
+"help.text"
+msgid "DEVSQ"
+msgstr "DEVSQ"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3154748\n"
+"91\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SUMQUADABW\">Returns the sum of squares of deviations based on a sample mean.</ahelp>"
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3156121\n"
+"92\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"par_id3146790\n"
+"93\n"
+"help.text"
+msgid "DEVSQ(Number1; Number2; ...Number30)"
+msgstr "SUM(Broj_1; Broj_2; ... Broj_30)"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3155995\n"
+"94\n"
+"help.text"
+msgid "<emph>Number1, Number2, ...Number30</emph> numerical values or ranges representing a sample."
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3150254\n"
+"95\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149136\n"
+"96\n"
+"help.text"
+msgid "<item type=\"input\">=DEVSQ(A1:A50)</item>"
+msgstr "<item type=\"input\">=SUMIF(E2:E11; A13)</item>"
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3149579\n"
+"help.text"
+msgid "<bookmark_value>TINV function</bookmark_value> <bookmark_value>inverse of t-distribution</bookmark_value>"
+msgstr "<bookmark_value>DVARP funkcija</bookmark_value><bookmark_value>varijance; bazirane na populaciji</bookmark_value>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3149579\n"
+"98\n"
+"help.text"
+msgid "TINV"
+msgstr "TINV"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3143232\n"
+"99\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_TINV\">Returns the inverse of the t-distribution.</ahelp>"
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3155101\n"
+"100\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149289\n"
+"101\n"
+"help.text"
+msgid "TINV(Number; DegreesFreedom)"
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3154070\n"
+"102\n"
+"help.text"
+msgid "<emph>Number</emph> is the probability associated with the two-tailed t-distribution."
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3155315\n"
+"103\n"
+"help.text"
+msgid "<emph>DegreesFreedom</emph> is the number of degrees of freedom for the t-distribution."
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3153885\n"
+"104\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"par_id3156010\n"
+"105\n"
+"help.text"
+msgid "<item type=\"input\">=TINV(0.1;6)</item> returns 1.94"
+msgstr "<item type=\"input\">=OR(A; B)</item> returns <emph>TRUE</emph>"
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3154129\n"
+"help.text"
+msgid "<bookmark_value>TTEST function</bookmark_value>"
+msgstr "<bookmark_value>LINEST funkcija</bookmark_value>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3154129\n"
+"107\n"
+"help.text"
+msgid "TTEST"
+msgstr "TTEST"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3159184\n"
+"108\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_TTEST\">Returns the probability associated with a Student's t-Test.</ahelp>"
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3147257\n"
+"109\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3151175\n"
+"110\n"
+"help.text"
+msgid "TTEST(Data1; Data2; Mode; Type)"
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149202\n"
+"111\n"
+"help.text"
+msgid "<emph>Data1</emph> is the dependent array or range of data for the first record."
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3145666\n"
+"112\n"
+"help.text"
+msgid "<emph>Data2</emph> is the dependent array or range of data for the second record."
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3153903\n"
+"113\n"
+"help.text"
+msgid "<emph>Mode</emph> = 1 calculates the one-tailed test, <emph>Mode</emph> = 2 the two- tailed test."
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3155327\n"
+"114\n"
+"help.text"
+msgid "<emph>Type</emph> is the kind of t-test to perform. Type 1 means paired. Type 2 means two samples, equal variance (homoscedastic). Type 3 means two samples, unequal variance (heteroscedastic)."
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3159342\n"
+"115\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"par_id3150119\n"
+"116\n"
+"help.text"
+msgid "<item type=\"input\">=TTEST(A1:A50;B1:B50;2;2)</item>"
+msgstr "<item type=\"input\">=SUMIF(E2:E11; A13)</item>"
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3154930\n"
+"help.text"
+msgid "<bookmark_value>TDIST function</bookmark_value> <bookmark_value>t-distribution</bookmark_value>"
+msgstr "<bookmark_value>DVAR funkcija</bookmark_value><bookmark_value>varijance;bazirane na uzorcima</bookmark_value>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3154930\n"
+"118\n"
+"help.text"
+msgid "TDIST"
+msgstr "TDIST"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3153372\n"
+"119\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_TVERT\">Returns the t-distribution.</ahelp>"
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3149911\n"
+"120\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3150521\n"
+"121\n"
+"help.text"
+msgid "TDIST(Number; DegreesFreedom; Mode)"
+msgstr ""
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"par_id3146991\n"
+"122\n"
+"help.text"
+msgid "<emph>Number</emph> is the value for which the t-distribution is calculated."
+msgstr "<emph>Razdoblje</emph> definiše period za koji se racuna deprecijacija."
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3148824\n"
+"123\n"
+"help.text"
+msgid "<emph>DegreesFreedom</emph> is the number of degrees of freedom for the t-distribution."
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149340\n"
+"124\n"
+"help.text"
+msgid "<emph>Mode</emph> = 1 returns the one-tailed test, <emph>Mode</emph> = 2 returns the two-tailed test."
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3159150\n"
+"125\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149773\n"
+"126\n"
+"help.text"
+msgid "<item type=\"input\">=TDIST(12;5;1)</item>"
+msgstr "<item type=\"input\">=SUMIF(E2:E11; A13)</item>"
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3153828\n"
+"help.text"
+msgid "<bookmark_value>VAR function</bookmark_value> <bookmark_value>variances</bookmark_value>"
+msgstr "<bookmark_value>DVAR funkcija</bookmark_value><bookmark_value>varijance;bazirane na uzorcima</bookmark_value>"
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3153828\n"
+"128\n"
+"help.text"
+msgid "VAR"
+msgstr "DVAR"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3159165\n"
+"129\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_VARIANZ\">Estimates the variance based on a sample.</ahelp>"
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3154286\n"
+"130\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"par_id3153054\n"
+"131\n"
+"help.text"
+msgid "VAR(Number1; Number2; ...Number30)"
+msgstr "SUM(Broj_1; Broj_2; ... Broj_30)"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3148938\n"
+"132\n"
+"help.text"
+msgid "<emph>Number1, Number2, ...Number30</emph> are numerical values or ranges representing a sample based on an entire population."
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3147233\n"
+"133\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"par_id3153575\n"
+"134\n"
+"help.text"
+msgid "<item type=\"input\">=VAR(A1:A50)</item>"
+msgstr "<item type=\"input\">=SUMIF(E2:E11; A13)</item>"
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3151045\n"
+"help.text"
+msgid "<bookmark_value>VARA function</bookmark_value>"
+msgstr "<bookmark_value>YEAR funkciju</bookmark_value>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3151045\n"
+"202\n"
+"help.text"
+msgid "VARA"
+msgstr "VARA"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3155122\n"
+"203\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_VARIANZA\">Estimates a variance based on a sample. The value of text is 0.</ahelp>"
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3149176\n"
+"204\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149999\n"
+"205\n"
+"help.text"
+msgid "VARA(Value1; Value2; ...Value30)"
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3158421\n"
+"206\n"
+"help.text"
+msgid "<emph>Value1, Value2,...Value30</emph> are values or ranges representing a sample derived from an entire population. Text has the value 0."
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3149160\n"
+"207\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"par_id3154279\n"
+"208\n"
+"help.text"
+msgid "<item type=\"input\">=VARA(A1:A50)</item>"
+msgstr "<item type=\"input\">=SUMIF(E2:E11; A13)</item>"
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3166441\n"
+"help.text"
+msgid "<bookmark_value>VARP function</bookmark_value>"
+msgstr "<bookmark_value>YEAR funkciju</bookmark_value>"
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3166441\n"
+"136\n"
+"help.text"
+msgid "VARP"
+msgstr "DVARP"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3159199\n"
+"137\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_VARIANZEN\">Calculates a variance based on the entire population.</ahelp>"
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3150706\n"
+"138\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"par_id3147282\n"
+"139\n"
+"help.text"
+msgid "VARP(Number1; Number2; ...Number30)"
+msgstr "SUM(Broj_1; Broj_2; ... Broj_30)"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149793\n"
+"140\n"
+"help.text"
+msgid "<emph>Number1, Number2, ...Number30</emph> are numerical values or ranges representing an entire population."
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3152939\n"
+"141\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"par_id3153385\n"
+"142\n"
+"help.text"
+msgid "<item type=\"input\">=VARP(A1:A50)</item>"
+msgstr "<item type=\"input\">=SUMIF(E2:E11; A13)</item>"
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3153688\n"
+"help.text"
+msgid "<bookmark_value>VARPA function</bookmark_value>"
+msgstr "<bookmark_value>IMREAL funkcija</bookmark_value>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3153688\n"
+"210\n"
+"help.text"
+msgid "VARPA"
+msgstr "VARPA"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149109\n"
+"211\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_VARIANZENA\">Calculates the variance based on the entire population. The value of text is 0.</ahelp>"
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3152880\n"
+"212\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149967\n"
+"213\n"
+"help.text"
+msgid "VARPA(Value1; Value2; ...Value30)"
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149920\n"
+"214\n"
+"help.text"
+msgid "<emph>Value1,value2,...Value30</emph> are values or ranges representing an entire population."
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3154862\n"
+"215\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"par_id3156203\n"
+"216\n"
+"help.text"
+msgid "<item type=\"input\">=VARPA(A1:A50)</item>"
+msgstr "<item type=\"input\">=SUMIF(E2:E11; A13)</item>"
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3154599\n"
+"help.text"
+msgid "<bookmark_value>PERMUT function</bookmark_value> <bookmark_value>number of permutations</bookmark_value>"
+msgstr "<bookmark_value>DVARP funkcija</bookmark_value><bookmark_value>varijance; bazirane na populaciji</bookmark_value>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3154599\n"
+"144\n"
+"help.text"
+msgid "PERMUT"
+msgstr "PERMUT"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3154334\n"
+"145\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_VARIATIONEN\">Returns the number of permutations for a given number of objects.</ahelp>"
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3149422\n"
+"146\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3148466\n"
+"147\n"
+"help.text"
+msgid "PERMUT(Count1; Count2)"
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3148656\n"
+"148\n"
+"help.text"
+msgid "<emph>Count1</emph> is the total number of objects."
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3150826\n"
+"149\n"
+"help.text"
+msgid "<emph>Count2</emph> is the number of objects in each permutation."
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3153351\n"
+"150\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3150424\n"
+"151\n"
+"help.text"
+msgid "<item type=\"input\">=PERMUT(6;3)</item> returns 120. There are 120 different possibilities, to pick a sequence of 3 playing cards out of 6 playing cards."
+msgstr ""
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3143276\n"
+"help.text"
+msgid "<bookmark_value>PERMUTATIONA function</bookmark_value>"
+msgstr "<bookmark_value>IMSIN funkcija</bookmark_value>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3143276\n"
+"153\n"
+"help.text"
+msgid "PERMUTATIONA"
+msgstr "PERMUTATIONA"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3144759\n"
+"154\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_VARIATIONEN2\">Returns the number of permutations for a given number of objects (repetition allowed).</ahelp>"
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3145598\n"
+"155\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149298\n"
+"156\n"
+"help.text"
+msgid "PERMUTATIONA(Count1; Count2)"
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3156139\n"
+"157\n"
+"help.text"
+msgid "<emph>Count1</emph> is the total number of objects."
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149519\n"
+"158\n"
+"help.text"
+msgid "<emph>Count2</emph> is the number of objects in each permutation."
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3151382\n"
+"159\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3153949\n"
+"160\n"
+"help.text"
+msgid "How often can 2 objects be selected from a total of 11 objects?"
+msgstr ""
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149233\n"
+"161\n"
+"help.text"
+msgid "<item type=\"input\">=PERMUTATIONA(11;2)</item> returns 121."
+msgstr "<item tip=\"input\">=OCT2BIN(3; 3)</item> vraca string teksta <emph>011</emph>."
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3150622\n"
+"162\n"
+"help.text"
+msgid "<item type=\"input\">=PERMUTATIONA(6;3)</item> returns 216. There are 216 different possibilities to put a sequence of 3 playing cards together out of six playing cards if every card is returned before the next one is drawn."
+msgstr ""
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3152952\n"
+"help.text"
+msgid "<bookmark_value>PROB function</bookmark_value>"
+msgstr "<bookmark_value>NOW funkcija</bookmark_value>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3152952\n"
+"164\n"
+"help.text"
+msgid "PROB"
+msgstr "PROB"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3154110\n"
+"165\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_WAHRSCHBEREICH\">Returns the probability that values in a range are between two limits.</ahelp> If there is no <item type=\"literal\">End</item> value, this function calculates the probability based on the principle that the Data values are equal to the value of <item type=\"literal\">Start</item>."
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3146810\n"
+"166\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3147330\n"
+"167\n"
+"help.text"
+msgid "PROB(Data; Probability; Start; End)"
+msgstr ""
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"par_id3154573\n"
+"168\n"
+"help.text"
+msgid "<emph>Data</emph> is the array or range of data in the sample."
+msgstr "<emph>Stopa</emph> je norma depricijacije."
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3156334\n"
+"169\n"
+"help.text"
+msgid "<emph>Probability</emph> is the array or range of the corresponding probabilities."
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3151107\n"
+"170\n"
+"help.text"
+msgid "<emph>Start</emph> is the start value of the interval whose probabilities are to be summed."
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3153694\n"
+"171\n"
+"help.text"
+msgid "<emph>End</emph> (optional) is the end value of the interval whose probabilities are to be summed. If this parameter is missing, the probability for the <emph>Start </emph>value is calculated."
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3147574\n"
+"172\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3153666\n"
+"173\n"
+"help.text"
+msgid "<item type=\"input\">=PROB(A1:A50;B1:B50;50;60)</item> returns the probability with which a value within the range of A1:A50 is also within the limits between 50 and 60. Every value within the range of A1:A50 has a probability within the range of B1:B50."
+msgstr ""
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3150941\n"
+"help.text"
+msgid "<bookmark_value>WEIBULL function</bookmark_value>"
+msgstr "<bookmark_value>IMLN funkcija</bookmark_value>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3150941\n"
+"175\n"
+"help.text"
+msgid "WEIBULL"
+msgstr "WEIBULL"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3154916\n"
+"176\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_WEIBULL\">Returns the values of the Weibull distribution.</ahelp>"
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id0305200911372767\n"
+"help.text"
+msgid "The Weibull distribution is a continuous probability distribution, with parameters Alpha > 0 (shape) and Beta > 0 (scale)."
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id0305200911372777\n"
+"help.text"
+msgid "If C is 0, WEIBULL calculates the probability density function."
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id0305200911372743\n"
+"help.text"
+msgid "If C is 1, WEIBULL calculates the cumulative distribution function."
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3159393\n"
+"177\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3154478\n"
+"178\n"
+"help.text"
+msgid "WEIBULL(Number; Alpha; Beta; C)"
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3151317\n"
+"179\n"
+"help.text"
+msgid "<emph>Number</emph> is the value at which to calculate the Weibull distribution."
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3158436\n"
+"180\n"
+"help.text"
+msgid "<emph>Alpha </emph>is the shape parameter of the Weibull distribution."
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3154668\n"
+"181\n"
+"help.text"
+msgid "<emph>Beta</emph> is the scale parameter of the Weibull distribution."
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3154825\n"
+"182\n"
+"help.text"
+msgid "<emph>C</emph> indicates the type of function."
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3153794\n"
+"183\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"par_id3146077\n"
+"184\n"
+"help.text"
+msgid "<item type=\"input\">=WEIBULL(2;1;1;1)</item> returns 0.86."
+msgstr "<item type=\"input\">=OCT2HEX(144; 4)</item> vraća tekstualni niz <emph>0064</emph>."
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id0305200911372899\n"
+"help.text"
+msgid "See also the <link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Calc:_WEIBULL_function\">Wiki page</link>."
+msgstr ""
+
+#: 12120200.xhp
+msgctxt ""
+"12120200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Input Help"
+msgstr "Pomoć pri unosu"
+
+#: 12120200.xhp
+#, fuzzy
+msgctxt ""
+"12120200.xhp\n"
+"hd_id3156280\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12120200.xhp\" name=\"Input Help\">Input Help</link>"
+msgstr "<link href=\"text/scalc/01/02140400.xhp\" name=\"Left\">Lijevo</link>"
+
+#: 12120200.xhp
+msgctxt ""
+"12120200.xhp\n"
+"par_id3147229\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"SC:TABPAGE:TP_VALIDATION_INPUTHELP\">Enter the message that you want to display when the cell or cell range is selected in the sheet.</ahelp>"
+msgstr ""
+
+#: 12120200.xhp
+msgctxt ""
+"12120200.xhp\n"
+"hd_id3146986\n"
+"3\n"
+"help.text"
+msgid "Show input help when cell is selected"
+msgstr ""
+
+#: 12120200.xhp
+msgctxt ""
+"12120200.xhp\n"
+"par_id3153363\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SC:TRISTATEBOX:TP_VALIDATION_INPUTHELP:TSB_HELP\">Displays the message that you enter in the <emph>Contents</emph> box when the cell or cell range is selected in the sheet.</ahelp>"
+msgstr ""
+
+#: 12120200.xhp
+msgctxt ""
+"12120200.xhp\n"
+"par_id3154730\n"
+"5\n"
+"help.text"
+msgid "If you enter text in the <emph>Contents</emph> box of this dialog, and then select and clear this check box, the text will be lost."
+msgstr ""
+
+#: 12120200.xhp
+msgctxt ""
+"12120200.xhp\n"
+"hd_id3147394\n"
+"6\n"
+"help.text"
+msgid "Contents"
+msgstr "Sadržaj"
+
+#: 12120200.xhp
+msgctxt ""
+"12120200.xhp\n"
+"hd_id3149582\n"
+"8\n"
+"help.text"
+msgid "Title"
+msgstr "Naslov"
+
+#: 12120200.xhp
+msgctxt ""
+"12120200.xhp\n"
+"par_id3149400\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:TP_VALIDATION_INPUTHELP:EDT_TITLE\">Enter the title that you want to display when the cell or cell range is selected.</ahelp>"
+msgstr ""
+
+#: 12120200.xhp
+msgctxt ""
+"12120200.xhp\n"
+"hd_id3149121\n"
+"10\n"
+"help.text"
+msgid "Input help"
+msgstr "Pomoć pri unosu"
+
+#: 12120200.xhp
+msgctxt ""
+"12120200.xhp\n"
+"par_id3150752\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SC:MULTILINEEDIT:TP_VALIDATION_INPUTHELP:EDT_INPUTHELP\">Enter the message that you want to display when the cell or cell range is selected.</ahelp>"
+msgstr ""
+
+#: 02140400.xhp
+msgctxt ""
+"02140400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Left"
+msgstr "Lijevo"
+
+#: 02140400.xhp
+msgctxt ""
+"02140400.xhp\n"
+"hd_id3153896\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02140400.xhp\" name=\"Left\">Left</link>"
+msgstr "<link href=\"text/scalc/01/02140400.xhp\" name=\"Left\">Lijevo</link>"
+
+#: 02140400.xhp
+msgctxt ""
+"02140400.xhp\n"
+"par_id3150793\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:FillLeft\" visibility=\"visible\">Fills a selected range of at least two columns with the contents of the far right cell.</ahelp>"
+msgstr "<ahelp hid=\".uno:FillLeft\" visibility=\"visible\">Ispunjava oznaceni raspon od bar dvije kolone sa sadržajem od celije na krajnjoj desnoj strani.</ahelp>"
+
+#: 02140400.xhp
+msgctxt ""
+"02140400.xhp\n"
+"par_id3156280\n"
+"3\n"
+"help.text"
+msgid "If a selected range has only one row, the content of the far right cell is copied into all other cells of the range. If several rows are selected, the far right cells are copied into the cells to the left."
+msgstr "Ako oznaceni raspon ima samo jedan red, sadržaj od krajnje desne celije ce biti kopiran u sve druge celije od raspona. Ako su oznaceni nekoliko redova, krajnje desne celije ce biti kopirane u celije na lijevo."
+
+#: 04010200.xhp
+msgctxt ""
+"04010200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Column Break"
+msgstr ""
+
+#: 04010200.xhp
+msgctxt ""
+"04010200.xhp\n"
+"bm_id3155923\n"
+"help.text"
+msgid "<bookmark_value>spreadsheets; inserting column breaks</bookmark_value><bookmark_value>column breaks; inserting</bookmark_value><bookmark_value>inserting; manual column breaks</bookmark_value><bookmark_value>manual column breaks</bookmark_value>"
+msgstr ""
+
+#: 04010200.xhp
+#, fuzzy
+msgctxt ""
+"04010200.xhp\n"
+"hd_id3155923\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04010200.xhp\" name=\"Column Break\">Column Break</link>"
+msgstr "<link href=\"text/scalc/01/02140100.xhp\" name=\"Down\">Dolje</link>"
+
+#: 04010200.xhp
+msgctxt ""
+"04010200.xhp\n"
+"par_id3150447\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InsertColumnBreak\">Inserts a column break (vertical page break) to the left of the active cell.</ahelp>"
+msgstr ""
+
+#: 04010200.xhp
+msgctxt ""
+"04010200.xhp\n"
+"par_id3145171\n"
+"3\n"
+"help.text"
+msgid "The manual column break is indicated by a dark blue vertical line."
+msgstr ""
+
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Rows"
+msgstr "Redovi"
+
+#: 04030000.xhp
+#, fuzzy
+msgctxt ""
+"04030000.xhp\n"
+"bm_id3150541\n"
+"help.text"
+msgid "<bookmark_value>spreadsheets; inserting rows</bookmark_value><bookmark_value>rows; inserting</bookmark_value><bookmark_value>inserting; rows</bookmark_value>"
+msgstr "<bookmark_value>celije; osvjezavanje tragova</bookmark_value><bookmark_value>tragovi; osvjezavanje</bookmark_value><bookmark_value>updating;traces</bookmark_value>"
+
+#: 04030000.xhp
+#, fuzzy
+msgctxt ""
+"04030000.xhp\n"
+"hd_id3150541\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04030000.xhp\" name=\"Rows\">Rows</link>"
+msgstr "<link href=\"text/scalc/01/02140100.xhp\" name=\"Down\">Dolje</link>"
+
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"par_id3150767\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InsertRows\" visibility=\"visible\">Inserts a new row above the active cell.</ahelp> The number of rows inserted correspond to the number of rows selected. The existing rows are moved downward."
+msgstr ""
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Header/Footer"
+msgstr "Header / Footer"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"bm_id3153360\n"
+"help.text"
+msgid "<bookmark_value>page styles; headers</bookmark_value> <bookmark_value>page styles; footers</bookmark_value> <bookmark_value>headers; defining</bookmark_value> <bookmark_value>footers; defining</bookmark_value> <bookmark_value>file names in headers/footers</bookmark_value> <bookmark_value>changing;dates, automatically</bookmark_value> <bookmark_value>dates;updating automatically</bookmark_value> <bookmark_value>automatic date updates</bookmark_value>"
+msgstr "<bookmark_value>page styles; headers</bookmark_value><bookmark_value>page styles; footers</bookmark_value><bookmark_value>headers; defining</bookmark_value><bookmark_value>footers; defining</bookmark_value><bookmark_value>file names in headers / footers</bookmark_value><bookmark_value>changing;dates, automatically</bookmark_value><bookmark_value>dates;updating automatically</bookmark_value><bookmark_value>automatic date updates</bookmark_value>"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"hd_id3153360\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02120100.xhp\" name=\"Header/Footer\">Header/Footer</link>"
+msgstr "<link href=\"text/scalc/01/02120100.xhp\" name=\"Header / Footer\">Header / Footer</link>"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3150768\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SCPAGE_HFED_FL\">Defines or formats a header or footer for a Page Style.</ahelp>"
+msgstr "<ahelp hid=\"HID_SCPAGE_HFED_FL\">Definira ili formatira header ili footer za Stil Stranice.</ahelp>"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"hd_id3145748\n"
+"3\n"
+"help.text"
+msgid "Left Area"
+msgstr "Lijevi Prostor"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3147434\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_HF_FLL\">Enter the text to be displayed at the left side of the header or footer.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_HF_FLL\">Ukucajte tekst za lijevu stranu headera ili footera.</ahelp>"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"hd_id3148648\n"
+"5\n"
+"help.text"
+msgid "Center Area"
+msgstr "Centralni Prostor"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3163710\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the text to be displayed at the center of the header or footer.</ahelp>"
+msgstr "<ahelp hid=\".\">Ukucajte tekst za centralni dio headera ili footera</ahelp>"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"hd_id3154942\n"
+"7\n"
+"help.text"
+msgid "Right Area"
+msgstr "Desni Prostor"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3147126\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_HF_FLR\">Enter the text to be displayed at the right side of the header or footer.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_HF_FLR\">Ukucajte tekst za desnu stranu headera ili footera.</ahelp>"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_idN10811\n"
+"help.text"
+msgid "Header/Footer"
+msgstr "Header / Footer"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_idN10815\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select a predefined header or footer from the list.</ahelp>"
+msgstr "<ahelp hid=\".\">Izaberite pred-definisani header ili footer iz liste.</ahelp>"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"hd_id3154729\n"
+"9\n"
+"help.text"
+msgid "Text attributes"
+msgstr "Atributi teksta"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3150717\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_HF_TEXT\">Opens a dialog to assign formats to new or selected text.</ahelp> The <emph>Text Attributes </emph>dialog contains the tab pages <link href=\"text/shared/01/05020100.xhp\" name=\"Font\">Font</link>, <link href=\"text/shared/01/05020200.xhp\" name=\"Font Effects\">Font Effects</link> and <link href=\"text/shared/01/05020500.xhp\" name=\"Font Position\">Font Position</link>."
+msgstr "<ahelp hid=\"HID_SC_HF_TEXT\">Otvara dijalog prozor da pridruži formate novom ili oznacenom tekstu.</ahelp> Dijalog prozor <emph>Atributi teksta </emph> sadrži tab stranice <link href=\"text/shared/01/05020100.xhp\" name=\"Font\">Pismo</link>, <link href=\"text/shared/01/05020200.xhp\" name=\"Font Effects\">Efekti fonta</link> and <link href=\"text/shared/01/05020500.xhp\" name=\"Font Position\">Položaj fonta</link>."
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3159266\n"
+"help.text"
+msgid "<image id=\"img_id3156386\" src=\"sc/res/text.png\" width=\"0.1874in\" height=\"0.1665in\"><alt id=\"alt_id3156386\">Icon</alt></image>"
+msgstr "<image id=\"img_id3156386\" src=\"sc/res/text.png\" width=\"0.25inch\" height=\"0.222inch\"><alt id=\"alt_id3156386\">Icon</alt></image>"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3155336\n"
+"25\n"
+"help.text"
+msgid "Text Attributes"
+msgstr "Atributi teksta"
+
+#: 02120100.xhp
+#, fuzzy
+msgctxt ""
+"02120100.xhp\n"
+"hd_id3145792\n"
+"11\n"
+"help.text"
+msgid "File Name"
+msgstr "Ime datoteke"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3150206\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_HF_FILE\">Inserts a file name placeholder in the selected area.</ahelp> Click to insert the title. Long-click to select either title, file name or path/file name from the submenu. If a title has not be assigned (see <emph>File - Properties</emph>), the file name will be inserted instead."
+msgstr "<ahelp hid=\"HID_SC_HF_FILE\">Ubacuje zamjensko mjesto imena datoteke u oznaceni prostor.</ahelp> Kliknite da ubacite naslov. Kliknite duže da izaberete bilo naslov, ime datoteke ili putanju/ime datoteke iz pod-menija. Ako naslov nije pridružen (see <emph>Datoteka - Osobine</emph>), ime datoteke ce biti ubaceno umjesto njega."
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3150369\n"
+"help.text"
+msgid "<image id=\"img_id3150518\" src=\"res/folderop.png\" width=\"0.1665in\" height=\"0.1252in\"><alt id=\"alt_id3150518\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150518\" src=\"res/folderop.png\" width=\"0.222inch\" height=\"0.1665inch\"><alt id=\"alt_id3150518\">Icon</alt></image>"
+
+#: 02120100.xhp
+#, fuzzy
+msgctxt ""
+"02120100.xhp\n"
+"par_id3154487\n"
+"26\n"
+"help.text"
+msgid "File Name"
+msgstr "Ime datoteke"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"hd_id3155812\n"
+"13\n"
+"help.text"
+msgid "Sheet Name"
+msgstr "Ime tabele"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3148842\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_HF_TABLE\">Inserts a placeholder in the selected header/footer area, which is replaced by the sheet name in the header/footer of the actual document.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_HF_TABLE\">Ubacuje zamjensko mjesto u oznacenom prostoru headera/footera koje ce biti zamjenjeno imenom tabele u headeru/footeru pravog dokumenta.</ahelp>"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3146870\n"
+"help.text"
+msgid "<image id=\"img_id3148870\" src=\"sc/res/table.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148870\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148870\" src=\"sc/res/table.png\" width=\"0.25inch\" height=\"0.222inch\"><alt id=\"alt_id3148870\">Icon</alt></image>"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3147071\n"
+"27\n"
+"help.text"
+msgid "Sheet Name"
+msgstr "Ime tabele"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"hd_id3144768\n"
+"15\n"
+"help.text"
+msgid "Page"
+msgstr "Strana"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3154960\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_HF_PAGE\">Inserts a placeholder in the selected header/footer area, which is replaced by page numbering. This allows continuous page numbering in a document.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_HF_PAGE\">Ubacuje zamjensko mjesto u oznacenom prostoru headera/footera koje ce biti zamjenjeno numerisanjem stranice. Ovo omogucava kontinuirano numerisanje u dokumentu.</ahelp>"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3151304\n"
+"help.text"
+msgid "<image id=\"img_id3155386\" src=\"sc/res/page.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155386\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155386\" src=\"sc/res/page.png\" width=\"0.25inch\" height=\"0.222inch\"><alt id=\"alt_id3155386\">Icon</alt></image>"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3150048\n"
+"28\n"
+"help.text"
+msgid "Page"
+msgstr "Strana"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"hd_id3146962\n"
+"17\n"
+"help.text"
+msgid "Pages"
+msgstr "Stranice"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3153812\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_HF_PAGES\">Inserts a placeholder in the selected header/footer area, which is replaced by the total number of pages in the document.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_HF_PAGES\">IUbacuje zamjensko mjesto u oznacenom prostoru headera/footera koje ce biti zamjenjeno ukupnim brojem stranica u dokumentu.</ahelp>"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3149315\n"
+"help.text"
+msgid "<image id=\"img_id3155757\" src=\"sc/res/pages.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155757\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155757\" src=\"sc/res/pages.png\" width=\"0.25inch\" height=\"0.222inch\"><alt id=\"alt_id3155757\">Icon</alt></image>"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3147499\n"
+"29\n"
+"help.text"
+msgid "Pages"
+msgstr "Stranice"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"hd_id3149050\n"
+"19\n"
+"help.text"
+msgid "Date"
+msgstr "Datum"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3153960\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_HF_DATE\">Inserts a placeholder in the selected header/footer area, which is replaced by the current date which will be repeated in the header/footer on each page of the document.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_HF_DATE\">Ubacuje zamjensko mjesto u oznacenom prostoru headera/footera koje ce biti zamjenjeno trenutnim datumom koji ce se ponavljati u headeru/footeru svake stranice dokumenta.</ahelp>"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3147299\n"
+"help.text"
+msgid "<image id=\"img_id3150394\" src=\"sc/res/date.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150394\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150394\" src=\"sc/res/date.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3150394\">Icon</alt></image>"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3150540\n"
+"30\n"
+"help.text"
+msgid "Date"
+msgstr "Datum"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"hd_id3147610\n"
+"21\n"
+"help.text"
+msgid "Time"
+msgstr "Vrijeme"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3145638\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_HF_TIME\">Inserts a placeholder in the selected header/footer area, which is replaced by the current time in the header/footer on each page of the document.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_HF_TIME\">Ubacuje zamjensko mjesto u oznacenom prostoru headera/footera koje ce biti zamjenjeno trenutnim vremenom u headeru/footeru na svakoj stranici dokumenta. </ahelp>"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3153122\n"
+"help.text"
+msgid "<image id=\"img_id3146884\" src=\"sc/res/time.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3146884\">Icon</alt></image>"
+msgstr "<image id=\"img_id3146884\" src=\"sc/res/time.png\" width=\"0.25inch\" height=\"0.222inch\"><alt id=\"alt_id3146884\">Icon</alt></image>"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3157904\n"
+"31\n"
+"help.text"
+msgid "Time"
+msgstr "Vrijeme"
+
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet from file"
+msgstr ""
+
+#: 04050100.xhp
+#, fuzzy
+msgctxt ""
+"04050100.xhp\n"
+"par_idN105C1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04050100.xhp\">Sheet from file</link>"
+msgstr "<link href=\"text/scalc/01/02140400.xhp\" name=\"Left\">Lijevo</link>"
+
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_idN105D1\n"
+"help.text"
+msgid "<ahelp hid=\"26275\">Inserts a sheet from a different spreadsheet file.</ahelp>"
+msgstr ""
+
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_idN105F7\n"
+"help.text"
+msgid "Use the <link href=\"text/shared/01/01020000.xhp\">File - Open</link> dialog to locate the spreadsheet."
+msgstr ""
+
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_idN10609\n"
+"help.text"
+msgid "In the <link href=\"text/scalc/01/04050000.xhp\">Insert Sheet</link> dialog, select the sheet that you want to insert."
+msgstr ""
+
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"tit\n"
+"help.text"
+msgid "More"
+msgstr "Opširnije"
+
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"hd_id3148492\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12040201.xhp\" name=\"More\">More</link>"
+msgstr "<link href=\"text/scalc/01/12040201.xhp\" name=\"More\">Opširnije</link>"
+
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"par_id3159400\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"zusaetzetext\"><ahelp hid=\"SC:MOREBUTTON:RID_SCDLG_SPEC_FILTER:BTN_MORE\">Shows additional filter options.</ahelp></variable>"
+msgstr "<variable id=\"zusaetzetext\"><ahelp hid=\"SC:MOREBUTTON:RID_SCDLG_SPEC_FILTER:BTN_MORE\">Pokazuje dodatne opcije filtriranja.</ahelp></variable>"
+
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"hd_id3150791\n"
+"3\n"
+"help.text"
+msgid "Options"
+msgstr "Opcije"
+
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"hd_id3154138\n"
+"5\n"
+"help.text"
+msgid "Case sensitive"
+msgstr "Razlikuj velika i mala slova"
+
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"par_id3147228\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_SPEC_FILTER:BTN_CASE\">Distinguishes between uppercase and lowercase letters when filtering the data.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_SPEC_FILTER:BTN_CASE\">Razlikuje izmedju malih i velikih slova kod filtriranja podataka.</ahelp>"
+
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"hd_id3154908\n"
+"7\n"
+"help.text"
+msgid "Range contains column labels"
+msgstr "raspon sadrzi oznake kolona"
+
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"par_id3153768\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_SPEC_FILTER:BTN_HEADER\">Includes the column labels in the first row of a cell range.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_SPEC_FILTER:BTN_HEADER\">Ukljucuje oznake kolona u prvom redu celije .</ahelp>"
+
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"hd_id3155306\n"
+"9\n"
+"help.text"
+msgid "Copy results to"
+msgstr "Kopiraj rezultate u"
+
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"par_id3154319\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_SPEC_FILTER:ED_COPY_AREA\">Select the check box, and then select the cell range where you want to display the filter results.</ahelp> You can also select a named range from the list."
+msgstr "<ahelp hid=\"SC:EDIT:RID_SCDLG_SPEC_FILTER:ED_COPY_AREA\">Izbrana tick box,i odabrana celija u kojoj hocete da prikazete rezultate filtriranja.</ahelp> Mozete isto odabrati imenovani raspon iz liste."
+
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"hd_id3145272\n"
+"11\n"
+"help.text"
+msgid "Regular expression"
+msgstr "Regularni izraz"
+
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"par_id3152576\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_SPEC_FILTER:BTN_REGEXP\">Allows you to use wildcards in the filter definition.</ahelp> For a list of the regular expressions that $[officename] supports, click <link href=\"text/shared/01/02100001.xhp\" name=\"here\">here</link>."
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_SPEC_FILTER:BTN_REGEXP\">odobrava vam da koristite wildcard filter definiciju .</ahelp> Za listu regularnih ekspresija $[officename] supports, klikni <link href=\"text/shared/01/02100001.xhp\" name=\"here\">here</link>."
+
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"par_id3149377\n"
+"33\n"
+"help.text"
+msgid "If the <emph>Regular Expressions</emph> check box is selected, you can use regular expressions in the Value field if the Condition list box is set to '=' EQUAL or '<>' UNEQUAL. This also applies to the respective cells that you reference for an advanced filter."
+msgstr "Ako <emph>Regular Expressions</emph> tick box je izabran,mozete koristiti regularnu ekspresiju u Value polju ako listi uslova je postavljena na '=' EQUAL or '<>' UNEQUAL. To takodje aplicira na respektivne celije koje referencirate za napredne filtere."
+
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"hd_id3149958\n"
+"34\n"
+"help.text"
+msgid "No duplication"
+msgstr "Bez udvostručavanja"
+
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"par_id3153876\n"
+"35\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_SPEC_FILTER:BTN_UNIQUE\">Excludes duplicate rows in the list of filtered data.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_SPEC_FILTER:BTN_UNIQUE\">Iskljucuju duplicirane redove sa liste filtriranih podataka .</ahelp>"
+
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"hd_id3154018\n"
+"40\n"
+"help.text"
+msgid "Keep filter criteria"
+msgstr "Sačuvaj kriterije filtera"
+
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"par_id3149123\n"
+"41\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_FILTER:BTN_DEST_PERS\">Select the <emph>Copy results to</emph> check box, and then specify the destination range where you want to display the filtered data. If this box is checked, the destination range remains linked to the source range. You must have defined the source range under <emph>Data - Define range</emph> as a database range.</ahelp> Following this, you can reapply the defined filter at any time as follows: click into the source range, then choose <emph>Data - Refresh Range</emph>."
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_FILTER:BTN_DEST_PERS\">Mark the <emph>Kopiraj rezultate u</emph> tick box,i onda specifiraja destinaciju raspona u kojoj hocete da prikazete filtrirane podatke.Ako je tick box oznacen,destinacija raspona ostaje povezana sa prvobitnim rasponom.Morate imati definisane izvor raspona pod <emph>Podaci - Define range</emph> as a database range.</ahelp> Prateci ovo,mozete ponoviti definisane filtere u bilo koje vrijeme: kliknite na izvor raspona,onda odaberite <emph>Podaci - Refresh Range</emph>."
+
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"hd_id3149018\n"
+"36\n"
+"help.text"
+msgid "Data range"
+msgstr "Opseg podataka"
+
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"par_id3150042\n"
+"37\n"
+"help.text"
+msgid "Displays the cell range or the name of the cell range that you want to filter."
+msgstr "Prikazuje prostor celije ili ime celije prostora celije koje hocete da filtrirate."
+
+#: 04060181.xhp
+#, fuzzy
+msgctxt ""
+"04060181.xhp\n"
+"tit\n"
+"help.text"
+msgid "Statistical Functions Part One"
+msgstr "Financijske funkcije treći dio"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3146320\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"ae\"><link href=\"text/scalc/01/04060181.xhp\">Statistical Functions Part One</link></variable>"
+msgstr ""
+
+#: 04060181.xhp
+#, fuzzy
+msgctxt ""
+"04060181.xhp\n"
+"bm_id3145632\n"
+"help.text"
+msgid "<bookmark_value>INTERCEPT function</bookmark_value> <bookmark_value>points of intersection</bookmark_value> <bookmark_value>intersections</bookmark_value>"
+msgstr "<bookmark_value>DISC function</bookmark_value><bookmark_value>allowances</bookmark_value><bookmark_value>discounts</bookmark_value>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3145632\n"
+"2\n"
+"help.text"
+msgid "INTERCEPT"
+msgstr "INTERCEPT"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3146887\n"
+"3\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ACHSENABSCHNITT\">Calculates the point at which a line will intersect the y-values by using known x-values and y-values.</ahelp>"
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3150374\n"
+"4\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149718\n"
+"5\n"
+"help.text"
+msgid "INTERCEPT(DataY; DataX)"
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149947\n"
+"6\n"
+"help.text"
+msgid "<emph>DataY</emph> is the dependent set of observations or data."
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3147412\n"
+"7\n"
+"help.text"
+msgid "<emph>DataX</emph> is the independent set of observations or data."
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3152983\n"
+"8\n"
+"help.text"
+msgid "Names, arrays or references containing numbers must be used here. Numbers can also be entered directly."
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3157906\n"
+"9\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3148728\n"
+"10\n"
+"help.text"
+msgid "To calculate the intercept, use cells D3:D9 as the y value and C3:C9 as the x value from the example spreadsheet. Input will be as follows:"
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149013\n"
+"11\n"
+"help.text"
+msgid "<item type=\"input\">=INTERCEPT(D3:D9;C3:C9)</item> = 2.15."
+msgstr ""
+
+#: 04060181.xhp
+#, fuzzy
+msgctxt ""
+"04060181.xhp\n"
+"bm_id3148437\n"
+"help.text"
+msgid "<bookmark_value>COUNT function</bookmark_value> <bookmark_value>numbers;counting</bookmark_value>"
+msgstr "<bookmark_value>COUPNUM funkcija</bookmark_value><bookmark_value>broj kupona</bookmark_value>"
+
+#: 04060181.xhp
+#, fuzzy
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3148437\n"
+"13\n"
+"help.text"
+msgid "COUNT"
+msgstr "DCOUNT"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3150700\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ANZAHL\">Counts how many numbers are in the list of arguments.</ahelp> Text entries are ignored."
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3153930\n"
+"15\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3148585\n"
+"16\n"
+"help.text"
+msgid "COUNT(Value1; Value2; ... Value30)"
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3155827\n"
+"17\n"
+"help.text"
+msgid "<emph>Value1; Value2, ...</emph> are 1 to 30 values or ranges representing the values to be counted."
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3149254\n"
+"18\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149953\n"
+"19\n"
+"help.text"
+msgid "The entries 2, 4, 6 and eight in the Value 1-4 fields are to be counted."
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3154558\n"
+"20\n"
+"help.text"
+msgid "<item type=\"input\">=COUNT(2;4;6;\"eight\")</item> = 3. The count of numbers is therefore 3."
+msgstr ""
+
+#: 04060181.xhp
+#, fuzzy
+msgctxt ""
+"04060181.xhp\n"
+"bm_id3149729\n"
+"help.text"
+msgid "<bookmark_value>COUNTA function</bookmark_value> <bookmark_value>number of entries</bookmark_value>"
+msgstr "<bookmark_value>COUPNUM funkcija</bookmark_value><bookmark_value>broj kupona</bookmark_value>"
+
+#: 04060181.xhp
+#, fuzzy
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3149729\n"
+"22\n"
+"help.text"
+msgid "COUNTA"
+msgstr "DCOUNTA"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3150142\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ANZAHL2\">Counts how many values are in the list of arguments.</ahelp> Text entries are also counted, even when they contain an empty string of length 0. If an argument is an array or reference, empty cells within the array or reference are ignored."
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3148573\n"
+"24\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3153111\n"
+"25\n"
+"help.text"
+msgid "COUNTA(Value1; Value2; ... Value30)"
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3150001\n"
+"26\n"
+"help.text"
+msgid "<emph>Value1; Value2, ...</emph> are 1 to 30 arguments representing the values to be counted."
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3150334\n"
+"27\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3154508\n"
+"28\n"
+"help.text"
+msgid "The entries 2, 4, 6 and eight in the Value 1-4 fields are to be counted."
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3158000\n"
+"29\n"
+"help.text"
+msgid "<item type=\"input\">=COUNTA(2;4;6;\"eight\")</item> = 4. The count of values is therefore 4."
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"bm_id3150267\n"
+"help.text"
+msgid "<bookmark_value>B function</bookmark_value> <bookmark_value>probabilities of samples with binomial distribution</bookmark_value>"
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3150267\n"
+"31\n"
+"help.text"
+msgid "B"
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3156061\n"
+"32\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_B\">Returns the probability of a sample with binomial distribution.</ahelp>"
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3150659\n"
+"33\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3148392\n"
+"34\n"
+"help.text"
+msgid "B(Trials; SP; T1; T2)"
+msgstr ""
+
+#: 04060181.xhp
+#, fuzzy
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149002\n"
+"35\n"
+"help.text"
+msgid "<emph>Trials</emph> is the number of independent trials."
+msgstr "<emph>Broj</emph> je broj koji ce biti konvertovan"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3148875\n"
+"36\n"
+"help.text"
+msgid "<emph>SP</emph> is the probability of success on each trial."
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3145352\n"
+"37\n"
+"help.text"
+msgid "<emph>T1</emph> defines the lower limit for the number of trials."
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149538\n"
+"38\n"
+"help.text"
+msgid "<emph>T2</emph> (optional) defines the upper limit for the number of trials."
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3148768\n"
+"39\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3154633\n"
+"40\n"
+"help.text"
+msgid "What is the probability with ten throws of the dice, that a six will come up exactly twice? The probability of a six (or any other number) is 1/6. The following formula combines these factors:"
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149393\n"
+"41\n"
+"help.text"
+msgid "<item type=\"input\">=B(10;1/6;2)</item> returns a probability of 29%."
+msgstr ""
+
+#: 04060181.xhp
+#, fuzzy
+msgctxt ""
+"04060181.xhp\n"
+"bm_id3158416\n"
+"help.text"
+msgid "<bookmark_value>RSQ function</bookmark_value> <bookmark_value>determination coefficients</bookmark_value> <bookmark_value>regression analysis</bookmark_value>"
+msgstr "<bookmark_value>DISC function</bookmark_value><bookmark_value>allowances</bookmark_value><bookmark_value>discounts</bookmark_value>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3158416\n"
+"43\n"
+"help.text"
+msgid "RSQ"
+msgstr "RSQ"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3154949\n"
+"44\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_BESTIMMTHEITSMASS\">Returns the square of the Pearson correlation coefficient based on the given values.</ahelp> RSQ (also called determination coefficient) is a measure for the accuracy of an adjustment and can be used to produce a regression analysis."
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3152820\n"
+"45\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3155822\n"
+"46\n"
+"help.text"
+msgid "RSQ(DataY; DataX)"
+msgstr ""
+
+#: 04060181.xhp
+#, fuzzy
+msgctxt ""
+"04060181.xhp\n"
+"par_id3150470\n"
+"47\n"
+"help.text"
+msgid "<emph>DataY</emph> is an array or range of data points."
+msgstr "<emph>Stopa</emph> je norma depricijacije."
+
+#: 04060181.xhp
+#, fuzzy
+msgctxt ""
+"04060181.xhp\n"
+"par_id3153181\n"
+"48\n"
+"help.text"
+msgid "<emph>DataX</emph> is an array or range of data points."
+msgstr "<emph>Stopa</emph> je norma depricijacije."
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3156258\n"
+"49\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3155991\n"
+"50\n"
+"help.text"
+msgid "<item type=\"input\">=RSQ(A1:A20;B1:B20)</item> calculates the determination coefficient for both data sets in columns A and B."
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"bm_id3145620\n"
+"help.text"
+msgid "<bookmark_value>BETAINV function</bookmark_value> <bookmark_value>cumulative probability density function;inverse of</bookmark_value>"
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3145620\n"
+"52\n"
+"help.text"
+msgid "BETAINV"
+msgstr "BETAINV"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149825\n"
+"53\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_BETAINV\">Returns the inverse of the cumulative beta probability density function.</ahelp>"
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3152479\n"
+"54\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3156300\n"
+"55\n"
+"help.text"
+msgid "BETAINV(Number; Alpha; Beta; Start; End)"
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149266\n"
+"56\n"
+"help.text"
+msgid "<emph>Number</emph> is the value between <emph>Start</emph> and <emph>End</emph> at which to evaluate the function."
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149710\n"
+"57\n"
+"help.text"
+msgid "<emph>Alpha</emph> is a parameter to the distribution."
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3156306\n"
+"58\n"
+"help.text"
+msgid "<emph>Beta</emph> is a parameter to the distribution."
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3150960\n"
+"59\n"
+"help.text"
+msgid "<emph>Start</emph> (optional) is the lower bound for <emph>Number</emph>."
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3151268\n"
+"60\n"
+"help.text"
+msgid "<emph>End</emph> (optional) is the upper bound for <emph>Number</emph>."
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_idN109DF\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3147077\n"
+"61\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060181.xhp
+#, fuzzy
+msgctxt ""
+"04060181.xhp\n"
+"par_id3146859\n"
+"62\n"
+"help.text"
+msgid "<item type=\"input\">=BETAINV(0.5;5;10)</item> returns the value 0.33."
+msgstr "<item type=\"input\">=AND(A; B)</item> returns <emph>FALSE</emph>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"bm_id3156096\n"
+"help.text"
+msgid "<bookmark_value>BETADIST function</bookmark_value> <bookmark_value>cumulative probability density function;calculating</bookmark_value>"
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3156096\n"
+"64\n"
+"help.text"
+msgid "BETADIST"
+msgstr "BETADIST"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3150880\n"
+"65\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_BETAVERT\">Returns the beta function.</ahelp>"
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3150762\n"
+"66\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3147571\n"
+"67\n"
+"help.text"
+msgid "BETADIST(Number; Alpha; Beta; Start; End; Cumulative)"
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3156317\n"
+"68\n"
+"help.text"
+msgid "<emph>Number</emph> is the value between <emph>Start</emph> and <emph>End</emph> at which to evaluate the function."
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3156107\n"
+"69\n"
+"help.text"
+msgid "<emph>Alpha</emph> is a parameter to the distribution."
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3153619\n"
+"70\n"
+"help.text"
+msgid "<emph>Beta</emph> is a parameter to the distribution."
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3150254\n"
+"71\n"
+"help.text"
+msgid "<emph>Start</emph> (optional) is the lower bound for <emph>Number</emph>."
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149138\n"
+"72\n"
+"help.text"
+msgid "<emph>End</emph> (optional) is the upper bound for <emph>Number</emph>."
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id012020091254453\n"
+"help.text"
+msgid "<emph>Cumulative</emph> (optional) can be 0 or False to calculate the probability density function. It can be any other value or True or omitted to calculate the cumulative distribution function."
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_idN10AB3\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3145649\n"
+"73\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060181.xhp
+#, fuzzy
+msgctxt ""
+"04060181.xhp\n"
+"par_id3156118\n"
+"74\n"
+"help.text"
+msgid "<item type=\"input\">=BETADIST(0.75;3;4)</item> returns the value 0.96"
+msgstr "<item tip=\"input\">=OCT2BIN(3; 3)</item> vraca string teksta <emph>011</emph>."
+
+#: 04060181.xhp
+#, fuzzy
+msgctxt ""
+"04060181.xhp\n"
+"bm_id3143228\n"
+"help.text"
+msgid "<bookmark_value>BINOMDIST function</bookmark_value>"
+msgstr "<bookmark_value>IMDIV funkcija</bookmark_value>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3143228\n"
+"76\n"
+"help.text"
+msgid "BINOMDIST"
+msgstr "BINOMDIST"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3146897\n"
+"77\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_BINOMVERT\">Returns the individual term binomial distribution probability.</ahelp>"
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3149289\n"
+"78\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3156009\n"
+"79\n"
+"help.text"
+msgid "BINOMDIST(X; Trials; SP; C)"
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3154304\n"
+"80\n"
+"help.text"
+msgid "<emph>X</emph> is the number of successes in a set of trials."
+msgstr ""
+
+#: 04060181.xhp
+#, fuzzy
+msgctxt ""
+"04060181.xhp\n"
+"par_id3147492\n"
+"81\n"
+"help.text"
+msgid "<emph>Trials</emph> is the number of independent trials."
+msgstr "<emph>Broj</emph> je broj koji ce biti konvertovan"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3146085\n"
+"82\n"
+"help.text"
+msgid "<emph>SP</emph> is the probability of success on each trial."
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149760\n"
+"83\n"
+"help.text"
+msgid "<emph>C</emph> = 0 calculates the probability of a single event and <emph>C</emph> = 1 calculates the cumulative probability."
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3151171\n"
+"84\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3145666\n"
+"85\n"
+"help.text"
+msgid "<item type=\"input\">=BINOMDIST(A1;12;0.5;0)</item> shows (if the values <item type=\"input\">0</item> to <item type=\"input\">12</item> are entered in A1) the probabilities for 12 flips of a coin that <emph>Heads</emph> will come up exactly the number of times entered in A1."
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3150120\n"
+"86\n"
+"help.text"
+msgid "<item type=\"input\">=BINOMDIST(A1;12;0.5;1)</item> shows the cumulative probabilities for the same series. For example, if A1 = <item type=\"input\">4</item>, the cumulative probability of the series is 0, 1, 2, 3 or 4 times <emph>Heads</emph> (non-exclusive OR)."
+msgstr ""
+
+#: 04060181.xhp
+#, fuzzy
+msgctxt ""
+"04060181.xhp\n"
+"bm_id0119200902432928\n"
+"help.text"
+msgid "<bookmark_value>CHISQINV function</bookmark_value>"
+msgstr "<bookmark_value>IMDIV funkcija</bookmark_value>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id0119200902421451\n"
+"help.text"
+msgid "CHISQINV"
+msgstr "CHISQINV"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id0119200902421449\n"
+"help.text"
+msgid "<ahelp hid=\".\">Returns the inverse of CHISQDIST.</ahelp>"
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id0119200902475241\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id0119200902475286\n"
+"help.text"
+msgid "<emph>Probability</emph> is the probability value for which the inverse of the chi-square distribution is to be calculated."
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id0119200902475282\n"
+"help.text"
+msgid "<emph>Degrees Of Freedom</emph> is the degrees of freedom for the chi-square function."
+msgstr ""
+
+#: 04060181.xhp
+#, fuzzy
+msgctxt ""
+"04060181.xhp\n"
+"bm_id3148835\n"
+"help.text"
+msgid "<bookmark_value>CHIINV function</bookmark_value>"
+msgstr "<bookmark_value>ACCRINT funkcija</bookmark_value>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3148835\n"
+"88\n"
+"help.text"
+msgid "CHIINV"
+msgstr "CHIINV"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149906\n"
+"89\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_CHIINV\">Returns the inverse of the one-tailed probability of the chi-squared distribution.</ahelp>"
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3159157\n"
+"90\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3150504\n"
+"91\n"
+"help.text"
+msgid "CHIINV(Number; DegreesFreedom)"
+msgstr ""
+
+#: 04060181.xhp
+#, fuzzy
+msgctxt ""
+"04060181.xhp\n"
+"par_id3154898\n"
+"92\n"
+"help.text"
+msgid "<emph>Number</emph> is the value of the error probability."
+msgstr "<emph>Broj</emph> je broj koji ce biti konvertovan"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3154294\n"
+"93\n"
+"help.text"
+msgid "<emph>DegreesFreedom</emph> is the degrees of freedom of the experiment."
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3154208\n"
+"94\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3150777\n"
+"130\n"
+"help.text"
+msgid "A die is thrown 1020 times. The numbers on the die 1 through 6 come up 195, 151, 148, 189, 183 and 154 times (observation values). The hypothesis that the die is not fixed is to be tested."
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3153062\n"
+"131\n"
+"help.text"
+msgid "The Chi square distribution of the random sample is determined by the formula given above. Since the expected value for a given number on the die for n throws is n times 1/6, thus 1020/6 = 170, the formula returns a Chi square value of 13.27."
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3148806\n"
+"132\n"
+"help.text"
+msgid "If the (observed) Chi square is greater than or equal to the (theoretical) Chi square CHIINV, the hypothesis will be discarded, since the deviation between theory and experiment is too great. If the observed Chi square is less that CHIINV, the hypothesis is confirmed with the indicated probability of error."
+msgstr ""
+
+#: 04060181.xhp
+#, fuzzy
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149763\n"
+"95\n"
+"help.text"
+msgid "<item type=\"input\">=CHIINV(0.05;5)</item> returns 11.07."
+msgstr "<item tip=\"input\">=OCT2BIN(3; 3)</item> vraca string teksta <emph>011</emph>."
+
+#: 04060181.xhp
+#, fuzzy
+msgctxt ""
+"04060181.xhp\n"
+"par_id3159142\n"
+"133\n"
+"help.text"
+msgid "<item type=\"input\">=CHIINV(0.02;5)</item> returns 13.39."
+msgstr "<item tip=\"input\">=OCT2BIN(3; 3)</item> vraca string teksta <emph>011</emph>."
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3158401\n"
+"134\n"
+"help.text"
+msgid "If the probability of error is 5%, the die is not true. If the probability of error is 2%, there is no reason to believe it is fixed."
+msgstr ""
+
+#: 04060181.xhp
+#, fuzzy
+msgctxt ""
+"04060181.xhp\n"
+"bm_id3154260\n"
+"help.text"
+msgid "<bookmark_value>CHITEST function</bookmark_value>"
+msgstr "<bookmark_value>LINEST funkcija</bookmark_value>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3154260\n"
+"97\n"
+"help.text"
+msgid "CHITEST"
+msgstr "CHITEST"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3151052\n"
+"98\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_CHITEST\">Returns the probability of a deviance from a random distribution of two test series based on the chi-squared test for independence.</ahelp> CHITEST returns the chi-squared distribution of the data."
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3148925\n"
+"135\n"
+"help.text"
+msgid "The probability determined by CHITEST can also be determined with CHIDIST, in which case the Chi square of the random sample must then be passed as a parameter instead of the data row."
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3154280\n"
+"99\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149162\n"
+"100\n"
+"help.text"
+msgid "CHITEST(DataB; DataE)"
+msgstr ""
+
+#: 04060181.xhp
+#, fuzzy
+msgctxt ""
+"04060181.xhp\n"
+"par_id3158421\n"
+"101\n"
+"help.text"
+msgid "<emph>DataB</emph> is the array of the observations."
+msgstr "<emph>Stopa</emph> je norma depricijacije."
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3166453\n"
+"102\n"
+"help.text"
+msgid "<emph>DataE</emph> is the range of the expected values."
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3146946\n"
+"103\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3154096\n"
+"136\n"
+"help.text"
+msgid "Data_B (observed)"
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3152948\n"
+"137\n"
+"help.text"
+msgid "Data_E (expected)"
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3152876\n"
+"138\n"
+"help.text"
+msgid "1"
+msgstr ""
+
+#: 04060181.xhp
+#, fuzzy
+msgctxt ""
+"04060181.xhp\n"
+"par_id3159279\n"
+"139\n"
+"help.text"
+msgid "<item type=\"input\">195</item>"
+msgstr "<item type=\"input\">0.00 novcanih jedinica</item>"
+
+#: 04060181.xhp
+#, fuzzy
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149105\n"
+"140\n"
+"help.text"
+msgid "<item type=\"input\">170</item>"
+msgstr "<item type=\"input\">0.00 novcanih jedinica</item>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149922\n"
+"141\n"
+"help.text"
+msgid "2"
+msgstr ""
+
+#: 04060181.xhp
+#, fuzzy
+msgctxt ""
+"04060181.xhp\n"
+"par_id3148621\n"
+"142\n"
+"help.text"
+msgid "<item type=\"input\">151</item>"
+msgstr "<item type=\"input\">0.00 novcanih jedinica</item>"
+
+#: 04060181.xhp
+#, fuzzy
+msgctxt ""
+"04060181.xhp\n"
+"par_id3148987\n"
+"143\n"
+"help.text"
+msgid "<item type=\"input\">170</item>"
+msgstr "<item type=\"input\">0.00 novcanih jedinica</item>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149417\n"
+"144\n"
+"help.text"
+msgid "3"
+msgstr ""
+
+#: 04060181.xhp
+#, fuzzy
+msgctxt ""
+"04060181.xhp\n"
+"par_id3148661\n"
+"145\n"
+"help.text"
+msgid "<item type=\"input\">148</item>"
+msgstr "<item type=\"input\">0.00 novcanih jedinica</item>"
+
+#: 04060181.xhp
+#, fuzzy
+msgctxt ""
+"04060181.xhp\n"
+"par_id3151128\n"
+"146\n"
+"help.text"
+msgid "<item type=\"input\">170</item>"
+msgstr "<item type=\"input\">0.00 novcanih jedinica</item>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3148467\n"
+"147\n"
+"help.text"
+msgid "4"
+msgstr ""
+
+#: 04060181.xhp
+#, fuzzy
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149237\n"
+"148\n"
+"help.text"
+msgid "<item type=\"input\">189</item>"
+msgstr "<item type=\"input\">0.00 novcanih jedinica</item>"
+
+#: 04060181.xhp
+#, fuzzy
+msgctxt ""
+"04060181.xhp\n"
+"par_id3145304\n"
+"149\n"
+"help.text"
+msgid "<item type=\"input\">170</item>"
+msgstr "<item type=\"input\">0.00 novcanih jedinica</item>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149927\n"
+"150\n"
+"help.text"
+msgid "5"
+msgstr ""
+
+#: 04060181.xhp
+#, fuzzy
+msgctxt ""
+"04060181.xhp\n"
+"par_id3150630\n"
+"151\n"
+"help.text"
+msgid "<item type=\"input\">183</item>"
+msgstr "<item type=\"input\">0.00 novcanih jedinica</item>"
+
+#: 04060181.xhp
+#, fuzzy
+msgctxt ""
+"04060181.xhp\n"
+"par_id3150423\n"
+"152\n"
+"help.text"
+msgid "<item type=\"input\">170</item>"
+msgstr "<item type=\"input\">0.00 novcanih jedinica</item>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3143275\n"
+"153\n"
+"help.text"
+msgid "6"
+msgstr ""
+
+#: 04060181.xhp
+#, fuzzy
+msgctxt ""
+"04060181.xhp\n"
+"par_id3144750\n"
+"154\n"
+"help.text"
+msgid "<item type=\"input\">154</item>"
+msgstr "<item type=\"input\">0.00 novcanih jedinica</item>"
+
+#: 04060181.xhp
+#, fuzzy
+msgctxt ""
+"04060181.xhp\n"
+"par_id3153947\n"
+"155\n"
+"help.text"
+msgid "<item type=\"input\">170</item>"
+msgstr "<item type=\"input\">0.00 novcanih jedinica</item>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149481\n"
+"104\n"
+"help.text"
+msgid "<item type=\"input\">=CHITEST(A1:A6;B1:B6)</item> equals 0.02. This is the probability which suffices the observed data of the theoretical Chi-square distribution."
+msgstr ""
+
+#: 04060181.xhp
+#, fuzzy
+msgctxt ""
+"04060181.xhp\n"
+"bm_id3148690\n"
+"help.text"
+msgid "<bookmark_value>CHIDIST function</bookmark_value>"
+msgstr "<bookmark_value>LINEST funkcija</bookmark_value>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3148690\n"
+"106\n"
+"help.text"
+msgid "CHIDIST"
+msgstr "CHIDIST"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3156338\n"
+"156\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_CHIVERT\">Returns the probability value from the indicated Chi square that a hypothesis is confirmed.</ahelp> CHIDIST compares the Chi square value to be given for a random sample that is calculated from the sum of (observed value-expected value)^2/expected value for all values with the theoretical Chi square distribution and determines from this the probability of error for the hypothesis to be tested."
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3151316\n"
+"157\n"
+"help.text"
+msgid "The probability determined by CHIDIST can also be determined by CHITEST."
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3155123\n"
+"108\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3158439\n"
+"109\n"
+"help.text"
+msgid "CHIDIST(Number; DegreesFreedom)"
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3148675\n"
+"110\n"
+"help.text"
+msgid "<emph>Number</emph> is the chi-square value of the random sample used to determine the error probability."
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3155615\n"
+"111\n"
+"help.text"
+msgid "<emph>DegreesFreedom</emph> are the degrees of freedom of the experiment."
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3146787\n"
+"112\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060181.xhp
+#, fuzzy
+msgctxt ""
+"04060181.xhp\n"
+"par_id3145774\n"
+"113\n"
+"help.text"
+msgid "<item type=\"input\">=CHIDIST(13.27; 5)</item> equals 0.02."
+msgstr "<item tip=\"input\">=OCT2BIN(3; 3)</item> vraca string teksta <emph>011</emph>."
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3156141\n"
+"158\n"
+"help.text"
+msgid "If the Chi square value of the random sample is 13.27 and if the experiment has 5 degrees of freedom, then the hypothesis is assured with a probability of error of 2%."
+msgstr ""
+
+#: 04060181.xhp
+#, fuzzy
+msgctxt ""
+"04060181.xhp\n"
+"bm_id0119200902231887\n"
+"help.text"
+msgid "<bookmark_value>CHISQDIST function</bookmark_value><bookmark_value>chi-square distribution</bookmark_value>"
+msgstr "<bookmark_value>SQRTPI function</bookmark_value><bookmark_value>kvadratni korijeni; proizvodi od Pi</bookmark_value>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id0119200901583452\n"
+"help.text"
+msgid "CHISQDIST"
+msgstr "CHISQDIST"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id0119200901583471\n"
+"help.text"
+msgid "<ahelp hid=\".\">Returns the value of the probability density function or the cumulative distribution function for the chi-square distribution.</ahelp>"
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id0119200902395520\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id0119200902395679\n"
+"help.text"
+msgid "CHISQDIST(Number; Degrees Of Freedom; Cumulative)"
+msgstr ""
+
+#: 04060181.xhp
+#, fuzzy
+msgctxt ""
+"04060181.xhp\n"
+"par_id011920090239564\n"
+"help.text"
+msgid "<emph>Number</emph> is the number for which the function is to be calculated."
+msgstr "<emph>Razdoblje</emph> definiše period za koji se racuna deprecijacija."
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id0119200902395660\n"
+"help.text"
+msgid "<emph>Degrees Of Freedom</emph> is the degrees of freedom for the chi-square function."
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id0119200902395623\n"
+"help.text"
+msgid "<emph>Cumulative</emph> (optional): 0 or False calculates the probability density function. Other values or True or omitted calculates the cumulative distribution function."
+msgstr ""
+
+#: 04060181.xhp
+#, fuzzy
+msgctxt ""
+"04060181.xhp\n"
+"bm_id3150603\n"
+"help.text"
+msgid "<bookmark_value>EXPONDIST function</bookmark_value> <bookmark_value>exponential distributions</bookmark_value>"
+msgstr "<bookmark_value>AMORLINC funkcija</bookmark_value><bookmark_value>deprecijacije;linearne amortizacije</bookmark_value>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3150603\n"
+"115\n"
+"help.text"
+msgid "EXPONDIST"
+msgstr "EXPONDIST"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149563\n"
+"116\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_EXPONVERT\">Returns the exponential distribution.</ahelp>"
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3153789\n"
+"117\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3150987\n"
+"118\n"
+"help.text"
+msgid "EXPONDIST(Number; Lambda; C)"
+msgstr ""
+
+#: 04060181.xhp
+#, fuzzy
+msgctxt ""
+"04060181.xhp\n"
+"par_id3154663\n"
+"119\n"
+"help.text"
+msgid "<emph>Number</emph> is the value of the function."
+msgstr "<emph>Broj</emph> je broj koji ce biti konvertovan"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3154569\n"
+"120\n"
+"help.text"
+msgid "<emph>Lambda</emph> is the parameter value."
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3147332\n"
+"121\n"
+"help.text"
+msgid "<emph>C</emph> is a logical value that determines the form of the function. <emph>C = 0</emph> calculates the density function, and <emph>C = 1</emph> calculates the distribution."
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3146133\n"
+"122\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060181.xhp
+#, fuzzy
+msgctxt ""
+"04060181.xhp\n"
+"par_id3150357\n"
+"123\n"
+"help.text"
+msgid "<item type=\"input\">=EXPONDIST(3;0.5;1)</item> returns 0.78."
+msgstr "<item tip=\"input\">=OCT2BIN(3; 3)</item> vraca string teksta <emph>011</emph>."
+
+#: 12040400.xhp
+msgctxt ""
+"12040400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Remove Filter"
+msgstr "ukloni filter"
+
+#: 12040400.xhp
+#, fuzzy
+msgctxt ""
+"12040400.xhp\n"
+"hd_id3153087\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12040400.xhp\" name=\"Remove Filter\">Remove Filter</link>"
+msgstr "<link href=\"text/scalc/01/12080600.xhp\" name=\"Remove\">Ukloni</link>"
+
+#: 12040400.xhp
+msgctxt ""
+"12040400.xhp\n"
+"par_id3154760\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DataFilterRemoveFilter\">Removes the filter from the selected cell range. To enable this command, click inside the cell area where the filter was applied.</ahelp>"
+msgstr "<ahelp hid=\".uno:DataFilterRemoveFilter\">Uklanja filtere izabranog prostora celije.Za ukljucivanje komande,kliknite unutar prostora celije gdje je filter apliciran .</ahelp>"
+
+#: func_edate.xhp
+msgctxt ""
+"func_edate.xhp\n"
+"tit\n"
+"help.text"
+msgid "EDATE"
+msgstr "EDATE"
+
+#: func_edate.xhp
+#, fuzzy
+msgctxt ""
+"func_edate.xhp\n"
+"bm_id3151184\n"
+"help.text"
+msgid "<bookmark_value>EDATE function</bookmark_value>"
+msgstr "<bookmark_value>INTRATE funkcija</bookmark_value>"
+
+#: func_edate.xhp
+#, fuzzy
+msgctxt ""
+"func_edate.xhp\n"
+"hd_id3151184\n"
+"213\n"
+"help.text"
+msgid "<variable id=\"edate\"><link href=\"text/scalc/01/func_edate.xhp\">EDATE</link></variable>"
+msgstr "<variable id=\"solver\"><link href=\"text/scalc/01/solver.xhp\">Rješavač</link></variable>"
+
+#: func_edate.xhp
+msgctxt ""
+"func_edate.xhp\n"
+"par_id3150880\n"
+"214\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_EDATE\">The result is a date which is a number of m<emph>onths</emph> away from the <emph>start date</emph>. Only months are considered; days are not used for calculation.</ahelp>"
+msgstr ""
+
+#: func_edate.xhp
+msgctxt ""
+"func_edate.xhp\n"
+"hd_id3154647\n"
+"215\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: func_edate.xhp
+#, fuzzy
+msgctxt ""
+"func_edate.xhp\n"
+"par_id3153212\n"
+"216\n"
+"help.text"
+msgid "EDATE(StartDate; Months)"
+msgstr "EOMONTH(Start_date; Months)"
+
+#: func_edate.xhp
+msgctxt ""
+"func_edate.xhp\n"
+"par_id3146860\n"
+"217\n"
+"help.text"
+msgid "<emph>StartDate</emph> is a date."
+msgstr ""
+
+#: func_edate.xhp
+msgctxt ""
+"func_edate.xhp\n"
+"par_id3152929\n"
+"218\n"
+"help.text"
+msgid "<emph>Months</emph> is the number of months before (negative) or after (positive) the start date."
+msgstr ""
+
+#: func_edate.xhp
+msgctxt ""
+"func_edate.xhp\n"
+"hd_id3151289\n"
+"219\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: func_edate.xhp
+msgctxt ""
+"func_edate.xhp\n"
+"par_id3155845\n"
+"220\n"
+"help.text"
+msgid "What date is one month prior to 3.31.2001?"
+msgstr ""
+
+#: func_edate.xhp
+msgctxt ""
+"func_edate.xhp\n"
+"par_id3155999\n"
+"221\n"
+"help.text"
+msgid "<item type=\"input\">=EDATE(3.31.2001;-1)</item> returns 2.28.2001."
+msgstr ""
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sort Criteria"
+msgstr "Kriteriji razvrstavanja"
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"bm_id3152350\n"
+"help.text"
+msgid "<bookmark_value>sorting; sort criteria for database ranges</bookmark_value>"
+msgstr "<bookmark_value>razvrstavanje; kriteriji sortiranje za domete baze podataka</bookmark_value>"
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"hd_id3152350\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12030100.xhp\" name=\"Sort Criteria\">Sort Criteria</link>"
+msgstr "<link href=\"text/scalc/01/12030100.xhp\" name=\"Sort Criteria\">Kriteriji razvrstavanja</link>"
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"par_id3151385\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SCPAGE_SORT_FIELDS\">Specify the sorting options for the selected range.</ahelp>"
+msgstr "<ahelp hid=\"HID_SCPAGE_SORT_FIELDS\">Odredi mogucnosti sortiranja za odabrani raspon.</ahelp>"
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"par_id3152462\n"
+"24\n"
+"help.text"
+msgid "Ensure that you include any row and column titles in the selection."
+msgstr "Provjerite da ukljucite sve nazive redova i kolona u odabiru."
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"hd_id3147428\n"
+"3\n"
+"help.text"
+msgid "Sort by"
+msgstr "Postavke sortiranja"
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"par_id3155854\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_SORT_FIELDS:LB_SORT1\">Select the column that you want to use as the primary sort key.</ahelp>"
+msgstr "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_SORT_FIELDS:LB_SORT1\">Odaberite kolonu koju želite koristiti kao primarni kljuc za sortiranje.</ahelp>"
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"hd_id3146121\n"
+"5\n"
+"help.text"
+msgid "Ascending"
+msgstr "Rastuće"
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"par_id3148645\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_SORT_FIELDS:BTN_UP1\">Sorts the selection from the lowest value to the highest value. The sorting rules are given by the locale. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages."
+msgstr ""
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"hd_id3155411\n"
+"7\n"
+"help.text"
+msgid "Descending"
+msgstr "Opadajuće"
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"par_id3151075\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_SORT_FIELDS:BTN_DOWN1\">Sorts the selection from the highest value to the lowest value. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages."
+msgstr ""
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"hd_id3154492\n"
+"9\n"
+"help.text"
+msgid "Then by"
+msgstr "Onda po"
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"par_id3156283\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_SORT_FIELDS:LB_SORT2\">Select the column that you want to use as the secondary sort key.</ahelp>"
+msgstr "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_SORT_FIELDS:LB_SORT2\">Odaberite kolonu koji želite koristiti kao sekundarni kljuc za sortiranje.</ahelp>"
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"hd_id3149413\n"
+"11\n"
+"help.text"
+msgid "Ascending"
+msgstr "Rastuće"
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"par_id3154018\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_SORT_FIELDS:BTN_UP2\">Sorts the selection from the lowest value to the highest value. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language settings - Languages."
+msgstr ""
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"hd_id3146972\n"
+"13\n"
+"help.text"
+msgid "Descending"
+msgstr "Opadajuće"
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"par_id3145640\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_SORT_FIELDS:BTN_DOWN2\">Sorts the selection from the highest value to the lowest value. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language settings - Languages."
+msgstr ""
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"hd_id3154756\n"
+"15\n"
+"help.text"
+msgid "Then by"
+msgstr "Onda po"
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"par_id3147338\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_SORT_FIELDS:LB_SORT3\">Select the column that you want to use as the third sort key.</ahelp>"
+msgstr "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_SORT_FIELDS:LB_SORT3\">Odaberite kolonu koji želite koristiti kao treci kljuc za sortiranje.</ahelp>"
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"hd_id3163808\n"
+"17\n"
+"help.text"
+msgid "Ascending"
+msgstr "Rastuće"
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"par_id3155336\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_SORT_FIELDS:BTN_UP3\">Sorts the selection from the lowest value to the highest value. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language settings - Languages."
+msgstr ""
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"hd_id3147364\n"
+"19\n"
+"help.text"
+msgid "Descending"
+msgstr "Opadajuće"
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"par_id3149258\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_SORT_FIELDS:BTN_DOWN3\">Sorts the selection from the highest value to the lowest value. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language settings - Languages."
+msgstr ""
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"hd_id3150300\n"
+"21\n"
+"help.text"
+msgid "Sort Ascending/Descending"
+msgstr "Sortiraj uzlazno/silazno"
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"par_id3158212\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\".uno:SortDescending\"><variable id=\"sytext\">Sorts the selection from the highest to the lowest value, or from the lowest to the highest value. Number fields are sorted by size and text fields by the order of the characters. You can define the sort rules on Data - Sort - Options.</variable></ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language settings - Languages."
+msgstr ""
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"par_id3159236\n"
+"25\n"
+"help.text"
+msgid "Icons on the <emph>Standard</emph> toolbar"
+msgstr "Ikone na <emph>Standardno</emph> toolbar-u"
+
+#: 04010100.xhp
+msgctxt ""
+"04010100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Row Break"
+msgstr ""
+
+#: 04010100.xhp
+msgctxt ""
+"04010100.xhp\n"
+"bm_id3153821\n"
+"help.text"
+msgid "<bookmark_value>sheets; inserting row breaks</bookmark_value><bookmark_value>row breaks; inserting</bookmark_value><bookmark_value>inserting; manual row breaks</bookmark_value><bookmark_value>manual row breaks</bookmark_value>"
+msgstr ""
+
+#: 04010100.xhp
+#, fuzzy
+msgctxt ""
+"04010100.xhp\n"
+"hd_id3153821\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04010100.xhp\" name=\"Row Break\">Row Break</link>"
+msgstr "<link href=\"text/scalc/01/02140100.xhp\" name=\"Down\">Dolje</link>"
+
+#: 04010100.xhp
+msgctxt ""
+"04010100.xhp\n"
+"par_id3149656\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InsertRowBreak\">Inserts a row break (horizontal page break) above the selected cell.</ahelp>"
+msgstr ""
+
+#: 04010100.xhp
+msgctxt ""
+"04010100.xhp\n"
+"par_id3156422\n"
+"3\n"
+"help.text"
+msgid "The manual row break is indicated by a dark blue horizontal line."
+msgstr ""
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"tit\n"
+"help.text"
+msgid "Database Functions"
+msgstr ""
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"bm_id3148946\n"
+"help.text"
+msgid "<bookmark_value>Function Wizard; databases</bookmark_value> <bookmark_value>functions; database functions</bookmark_value> <bookmark_value>databases; functions in $[officename] Calc</bookmark_value>"
+msgstr ""
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3148946\n"
+"1\n"
+"help.text"
+msgid "Database Functions"
+msgstr ""
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3145173\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"datenbanktext\">This section deals with functions used with data organized as one row of data for one record. </variable>"
+msgstr ""
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3154016\n"
+"186\n"
+"help.text"
+msgid "The Database category may be confused with a database integrated in $[officename]. However, there is no connection between a database in $[officename] and the Database category in $[officename] Calc."
+msgstr ""
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3150329\n"
+"190\n"
+"help.text"
+msgid "Example Data:"
+msgstr ""
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153713\n"
+"191\n"
+"help.text"
+msgid "The following data will be used in some of the function description examples:"
+msgstr ""
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3155766\n"
+"3\n"
+"help.text"
+msgid "The range A1:E10 lists the children invited to Joe's birthday party. The following information is given for each entry: column A shows the name, B the grade, then age in years, distance to school in meters and weight in kilograms."
+msgstr ""
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3145232\n"
+"4\n"
+"help.text"
+msgid "A"
+msgstr ""
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3146316\n"
+"5\n"
+"help.text"
+msgid "B"
+msgstr ""
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150297\n"
+"6\n"
+"help.text"
+msgid "C"
+msgstr ""
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150344\n"
+"7\n"
+"help.text"
+msgid "D"
+msgstr ""
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150785\n"
+"8\n"
+"help.text"
+msgid "E"
+msgstr ""
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150090\n"
+"9\n"
+"help.text"
+msgid "1"
+msgstr ""
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3152992\n"
+"10\n"
+"help.text"
+msgid "<item type=\"input\">Name</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3155532\n"
+"11\n"
+"help.text"
+msgid "<item type=\"input\">Grade</item>"
+msgstr "<item type=\"input\">-10000</item>"
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3156448\n"
+"12\n"
+"help.text"
+msgid "<item type=\"input\">Age</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3154486\n"
+"13\n"
+"help.text"
+msgid "<item type=\"input\">Distance to School</item>"
+msgstr ""
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3152899\n"
+"14\n"
+"help.text"
+msgid "<item type=\"input\">Weight</item>"
+msgstr "<item type=\"input\">Primljeno</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153816\n"
+"15\n"
+"help.text"
+msgid "2"
+msgstr ""
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3151240\n"
+"16\n"
+"help.text"
+msgid "<item type=\"input\">Andy</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3156016\n"
+"17\n"
+"help.text"
+msgid "<item type=\"input\">3</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3145073\n"
+"18\n"
+"help.text"
+msgid "<item type=\"input\">9</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3154956\n"
+"19\n"
+"help.text"
+msgid "<item type=\"input\">150</item>"
+msgstr "<item type=\"input\">-10000</item>"
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153976\n"
+"20\n"
+"help.text"
+msgid "<item type=\"input\">40</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150894\n"
+"21\n"
+"help.text"
+msgid "3"
+msgstr ""
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3152870\n"
+"22\n"
+"help.text"
+msgid "<item type=\"input\">Betty</item>"
+msgstr "<item type=\"input\">-10000</item>"
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149692\n"
+"23\n"
+"help.text"
+msgid "<item type=\"input\">4</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3154652\n"
+"24\n"
+"help.text"
+msgid "<item type=\"input\">10</item>"
+msgstr "<item type=\"input\">-10000</item>"
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149381\n"
+"25\n"
+"help.text"
+msgid "<item type=\"input\">1000</item>"
+msgstr "<item type=\"input\">-10000</item>"
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153812\n"
+"26\n"
+"help.text"
+msgid "<item type=\"input\">42</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3146965\n"
+"27\n"
+"help.text"
+msgid "4"
+msgstr ""
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3155596\n"
+"28\n"
+"help.text"
+msgid "<item type=\"input\">Charles</item>"
+msgstr "<item type=\"input\">Primljeno</item>"
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3147244\n"
+"29\n"
+"help.text"
+msgid "<item type=\"input\">3</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149871\n"
+"30\n"
+"help.text"
+msgid "<item type=\"input\">10</item>"
+msgstr "<item type=\"input\">-10000</item>"
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3155752\n"
+"31\n"
+"help.text"
+msgid "<item type=\"input\">300</item>"
+msgstr "<item type=\"input\">-10000</item>"
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149052\n"
+"32\n"
+"help.text"
+msgid "<item type=\"input\">51</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3146097\n"
+"33\n"
+"help.text"
+msgid "5"
+msgstr ""
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3147296\n"
+"34\n"
+"help.text"
+msgid "<item type=\"input\">Daniel</item>"
+msgstr "<item type=\"input\">deponirani</item>"
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150393\n"
+"35\n"
+"help.text"
+msgid "<item type=\"input\">5</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3145236\n"
+"36\n"
+"help.text"
+msgid "<item type=\"input\">11</item>"
+msgstr "<item type=\"input\">-10000</item>"
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150534\n"
+"37\n"
+"help.text"
+msgid "<item type=\"input\">1200</item>"
+msgstr "<item type=\"input\">-10000</item>"
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150375\n"
+"38\n"
+"help.text"
+msgid "<item type=\"input\">48</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3159121\n"
+"39\n"
+"help.text"
+msgid "6"
+msgstr ""
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150456\n"
+"40\n"
+"help.text"
+msgid "<item type=\"input\">Eva</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3146886\n"
+"41\n"
+"help.text"
+msgid "<item type=\"input\">2</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149945\n"
+"42\n"
+"help.text"
+msgid "<item type=\"input\">8</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3157904\n"
+"43\n"
+"help.text"
+msgid "<item type=\"input\">650</item>"
+msgstr "<item type=\"input\">-10000</item>"
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149352\n"
+"44\n"
+"help.text"
+msgid "<item type=\"input\">33</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150028\n"
+"45\n"
+"help.text"
+msgid "7"
+msgstr ""
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3145826\n"
+"46\n"
+"help.text"
+msgid "<item type=\"input\">F</item><item type=\"input\">rank</item>"
+msgstr ""
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150743\n"
+"47\n"
+"help.text"
+msgid "<item type=\"input\">2</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3154844\n"
+"48\n"
+"help.text"
+msgid "<item type=\"input\">7</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3148435\n"
+"49\n"
+"help.text"
+msgid "<item type=\"input\">3</item><item type=\"input\">00</item>"
+msgstr ""
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3148882\n"
+"50\n"
+"help.text"
+msgid "<item type=\"input\">4</item><item type=\"input\">2</item>"
+msgstr ""
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150140\n"
+"51\n"
+"help.text"
+msgid "8"
+msgstr ""
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3146137\n"
+"52\n"
+"help.text"
+msgid "<item type=\"input\">Greta</item>"
+msgstr "<item type=\"input\">-10000</item>"
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3148739\n"
+"53\n"
+"help.text"
+msgid "<item type=\"input\">1</item>"
+msgstr "<item type=\"input\">-10000</item>"
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3148583\n"
+"54\n"
+"help.text"
+msgid "<item type=\"input\">7</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3154556\n"
+"55\n"
+"help.text"
+msgid "<item type=\"input\">200</item>"
+msgstr "<item type=\"input\">-10000</item>"
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3155255\n"
+"56\n"
+"help.text"
+msgid "<item type=\"input\">36</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3145141\n"
+"57\n"
+"help.text"
+msgid "9"
+msgstr ""
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153078\n"
+"58\n"
+"help.text"
+msgid "<item type=\"input\">Harry</item>"
+msgstr "<item type=\"input\">-10000</item>"
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149955\n"
+"59\n"
+"help.text"
+msgid "<item type=\"input\">3</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150005\n"
+"60\n"
+"help.text"
+msgid "<item type=\"input\">9</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3155951\n"
+"61\n"
+"help.text"
+msgid "<item type=\"input\">1200</item>"
+msgstr "<item type=\"input\">-10000</item>"
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3145169\n"
+"62\n"
+"help.text"
+msgid "<item type=\"input\">44</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153571\n"
+"63\n"
+"help.text"
+msgid "10"
+msgstr ""
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3148761\n"
+"64\n"
+"help.text"
+msgid "<item type=\"input\">Irene</item>"
+msgstr "<item type=\"input\">Primljeno</item>"
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149877\n"
+"65\n"
+"help.text"
+msgid "<item type=\"input\">2</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3154327\n"
+"66\n"
+"help.text"
+msgid "<item type=\"input\">8</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3155435\n"
+"67\n"
+"help.text"
+msgid "<item type=\"input\">1000</item>"
+msgstr "<item type=\"input\">-10000</item>"
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3145353\n"
+"68\n"
+"help.text"
+msgid "<item type=\"input\">42</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150662\n"
+"69\n"
+"help.text"
+msgid "11"
+msgstr ""
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150568\n"
+"70\n"
+"help.text"
+msgid "12"
+msgstr ""
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149393\n"
+"71\n"
+"help.text"
+msgid "13"
+msgstr ""
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153544\n"
+"72\n"
+"help.text"
+msgid "<item type=\"input\">Name</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3158414\n"
+"73\n"
+"help.text"
+msgid "<item type=\"input\">Grade</item>"
+msgstr "<item type=\"input\">-10000</item>"
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3152820\n"
+"74\n"
+"help.text"
+msgid "<item type=\"input\">Age</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3154866\n"
+"75\n"
+"help.text"
+msgid "<item type=\"input\">Distance to School</item>"
+msgstr ""
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150471\n"
+"76\n"
+"help.text"
+msgid "<item type=\"input\">Weight</item>"
+msgstr "<item type=\"input\">Primljeno</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153920\n"
+"77\n"
+"help.text"
+msgid "14"
+msgstr ""
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3148429\n"
+"78\n"
+"help.text"
+msgid "<item type=\"input\">>600</item>"
+msgstr "<item type=\"input\">-10000</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3152588\n"
+"79\n"
+"help.text"
+msgid "15"
+msgstr ""
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3083286\n"
+"80\n"
+"help.text"
+msgid "16"
+msgstr ""
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3163823\n"
+"81\n"
+"help.text"
+msgid "<item type=\"input\">DCOUNT</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3145083\n"
+"82\n"
+"help.text"
+msgid "<item type=\"input\">5</item>"
+msgstr "<item type=\"input\">-3,48</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149282\n"
+"83\n"
+"help.text"
+msgid "The formula in cell B16 is =DCOUNT(A1:E10;0;A13:E14)"
+msgstr ""
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3150962\n"
+"192\n"
+"help.text"
+msgid "Database Function Parameters:"
+msgstr ""
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3155837\n"
+"84\n"
+"help.text"
+msgid "The following items are the parameter definitions for all database functions:"
+msgstr ""
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149453\n"
+"85\n"
+"help.text"
+msgid "<emph>Database</emph> is the cell range defining the database."
+msgstr ""
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3151272\n"
+"86\n"
+"help.text"
+msgid "<emph>DatabaseField</emph> specifies the column where the function operates on after the search criteria of the first parameter is applied and the data rows are selected. It is not related to the search criteria itself. Use the number 0 to specify the whole data range. <variable id=\"quotes\">To reference a column by means of the column header name, place quotation marks around the header name. </variable>"
+msgstr ""
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3147083\n"
+"87\n"
+"help.text"
+msgid "<emph>SearchCriteria</emph> is the cell range containing search criteria. If you write several criteria in one row they are connected by AND. If you write the criteria in different rows they are connected by OR. Empty cells in the search criteria range will be ignored."
+msgstr ""
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3151188\n"
+"188\n"
+"help.text"
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060500.xhp\" name=\"Spreadsheet - Calculate\">%PRODUCTNAME Calc - Calculate</link> to define how $[officename] Calc acts when searching for identical entries."
+msgstr ""
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3882869\n"
+"help.text"
+msgid "See also the Wiki page about <link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Conditional_Counting_and_Summation\">Conditional Counting and Summation</link>."
+msgstr ""
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"bm_id3150882\n"
+"help.text"
+msgid "<bookmark_value>DCOUNT function</bookmark_value> <bookmark_value>counting rows;with numeric values</bookmark_value>"
+msgstr "<bookmark_value>COUPNUM funkcija</bookmark_value><bookmark_value>broj kupona</bookmark_value>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3150882\n"
+"88\n"
+"help.text"
+msgid "DCOUNT"
+msgstr "DCOUNT"
+
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3156133\n"
+"89\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DBANZAHL\">DCOUNT counts the number of rows (records) in a database that match the specified search criteria and contain numerical values.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_DBANZAHL2\">DCOUNTA racuna broj redova (slogova) u bazi podataka koji se slaže sa specificiranim uslovima pretrage i sadrži numercke ili alfanumericke vrijednosti.</ahelp>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3156099\n"
+"90\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153218\n"
+"91\n"
+"help.text"
+msgid "DCOUNT(Database; DatabaseField; SearchCriteria)"
+msgstr "DCOUNT(Database; Database_field; Search_criteria)"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153273\n"
+"187\n"
+"help.text"
+msgid "For the DatabaseField parameter you can enter a cell to specify the column, or enter the number 0 for the entire database. The parameter cannot be empty. <embedvar href=\"text/scalc/01/04060101.xhp#quotes\"/>"
+msgstr "Za Database_field parametar možete unijeti celiju da odretite kolonu, ili unesite broj 0 za cijelu bazu podataka. Parametar ne može biti prazan. <embedvar href=\"text/scalc/01/04060101.xhp#quotes\"/>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3154743\n"
+"92\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153623\n"
+"93\n"
+"help.text"
+msgid "In the example above (scroll up, please), we want to know how many children have to travel more than 600 meters to school. The result is to be stored in cell B16. Set the cursor in cell B16. Enter the formula <item type=\"input\">=DCOUNT(A1:E10;0;A13:E14)</item> in B16. The <emph>Function Wizard</emph> helps you to input ranges."
+msgstr "U primjeru gore (pomjerite gore), Želimo znati koliko djece mora da putuje duže od 600 metara do škole. Rezultat ce se pohraniti u celiju B16. Postavite kursor na celiju B16. Unesite formulu <item type=\"input\">=DCOUNT(A1:E10; 0; A13:E14)</item> u B16. <emph>Čarobnjak za funkcije</emph> vam pomaže da unesete raspon."
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149142\n"
+"94\n"
+"help.text"
+msgid "<emph>Database</emph> is the range of data to be evaluated, including its headers: in this case A1:E10. <emph>DatabaseField</emph> specifies the column for the search criteria: in this case, the whole database. <emph>SearchCriteria</emph> is the range where you can enter the search parameters: in this case, A13:E14."
+msgstr "<emph>Baza podataka</emph> je raspon podataka za procjenu, ukljucujuci zaglavlja: u ovom slucaju A1:E10. <emph>Database_field</emph> odreduje kolonu za kriterij pretrage: u ovom slucaju, cijela baza podataka. <emph>Search_criteria</emph> je raspon u kojem možete unijeti parametre za pretragu: u ovom slucaju, A13:E14."
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3145652\n"
+"95\n"
+"help.text"
+msgid "To learn how many children in second grade are over 7 years of age, delete the entry >600 in cell D14 and enter <item type=\"input\">2</item> in cell B14 under Grade, and enter <item type=\"input\">>7</item> in cell C14 to the right. The result is 2. Two children are in second grade and over 7 years of age. As both criteria are in the same row, they are connected by AND."
+msgstr "Da bi saznali koliko djece u drugom razredu ima više od 7 godina, izbrišite unos >600 u celiji D14 i unesite <item type=\"input\">2</item> u celiju B14 pod Grade i unesite <item type=\"input\">>7</item> u celiju C14 na desno. Rezultat je 2. Dvoje djece starije od 7 je u drugom razredu. Kako su oba kriterija u istom redu, povezani su sa AND."
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"bm_id3156123\n"
+"help.text"
+msgid "<bookmark_value>DCOUNTA function</bookmark_value> <bookmark_value>records;counting in Calc databases</bookmark_value> <bookmark_value>counting rows;with numeric or alphanumeric values</bookmark_value>"
+msgstr "<bookmark_value>DCOUNTA funkcija</bookmark_value><bookmark_value>slogovi; racunanje u Calc bazama podataka</bookmark_value><bookmark_value>brojanje redova; sa numerickim ili alfanumerickim vrijednostima</bookmark_value>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3156123\n"
+"97\n"
+"help.text"
+msgid "DCOUNTA"
+msgstr "DCOUNTA"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3156110\n"
+"98\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DBANZAHL2\">DCOUNTA counts the number of rows (records) in a database that match the specified search conditions, and contain numeric or alphanumeric values.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_DBANZAHL2\">DCOUNTA racuna broj redova (slogova) u bazi podataka koji se slaže sa specificiranim uslovima pretrage i sadrži numercke ili alfanumericke vrijednosti.</ahelp>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3143228\n"
+"99\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3146893\n"
+"100\n"
+"help.text"
+msgid "DCOUNTA(Database; DatabaseField; SearchCriteria)"
+msgstr "DCOUNTA(Database; Database_field; Search_criteria)"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3149751\n"
+"101\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153982\n"
+"102\n"
+"help.text"
+msgid "In the example above (scroll up, please), you can search for the number of children whose name starts with an E or a subsequent letter. Edit the formula in B16 to read <item type=\"input\">=DCOUNTA(A1:E10;\"Name\";A13:E14)</item>. Delete the old search criteria and enter <item type=\"input\">>=E</item> under Name in field A14. The result is 5. If you now delete all number values for Greta in row 8, the result changes to 4. Row 8 is no longer included in the count because it does not contain any values. The name Greta is text, not a value. Note that the DatabaseField parameter must point to a column that can contain values."
+msgstr "U primjeru gore (pomjerite gore), možete tražiti broj djece cija imena pocinju sa E ili narednim slovom. Uredite formulu u B16 da bi procitali <item type=\"input\">=DCOUNTA(A1:E10; \"Age\"; A13:E14)</item>. Obrišite stari kriterij pretrage i unesite <item type=\"input\">>=E</item> pod Name (Ime) u polje A14. Rezultat je 5. Ako sada izbrišete sve numericke vrijednosti za Greta u redu 8, rezultat se mijenja na 4. Row 8 is no longer includRed 8 više nije ukljucen u racunanje jer ne sadrži nikakve vrijednosti. Ime Greta je tekst a ne vrijednost. Primjetite da Database_field parametar mora ukazati na kolonu koja sadrži vrijednosti."
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"bm_id3147256\n"
+"help.text"
+msgid "<bookmark_value>DGET function</bookmark_value> <bookmark_value>cell contents;searching in Calc databases</bookmark_value> <bookmark_value>searching;cell contents in Calc databases</bookmark_value>"
+msgstr "<bookmark_value>DGET funkcija</bookmark_value><bookmark_value> sadržaji celije; pretraga u Calc bazama podataka</bookmark_value><bookmark_value>pretraživanje; sadržaji celije u Calc bazama podataka</bookmark_value>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3147256\n"
+"104\n"
+"help.text"
+msgid "DGET"
+msgstr "DGET"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3152801\n"
+"105\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DBAUSZUG\">DGET returns the contents of the referenced cell in a database which matches the specified search criteria.</ahelp> In case of an error, the function returns either #VALUE! for no row found, or Err502 for more than one cell found."
+msgstr "<ahelp hid=\"HID_FUNC_DBAUSZUG\">DGET vraca sadržaje referirane celije u bazi podataka koji odgovara specificiranom kriteriju pretrage.</ahelp> U slucaju greške, funkcija vraca ili <emph>#VALUE!</emph> za novu nadenu vrijednost ili <emph>Err502</emph> za nadenih vide celija."
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3159344\n"
+"106\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3154696\n"
+"107\n"
+"help.text"
+msgid "DGET(Database; DatabaseField; SearchCriteria)"
+msgstr "DGET(Database; Database_field; Search_criteria)"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3153909\n"
+"108\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3155388\n"
+"109\n"
+"help.text"
+msgid "In the above example (scroll up, please), we want to determine what grade a child is in, whose name was entered in cell A14. The formula is entered in cell B16 and differs slightly from the earlier examples because only one column (one database field) can be entered for <emph>DatabaseField</emph>. Enter the following formula:"
+msgstr "U primjeru gore (pomjerite gore), Želimo odrediti koji je razred dijete cije je ima unešeno u celiju A14. Formula je unešena u celiju B16 i malo se razlikuje od ranijih primjera jer samo jedna kolona (jedno polje baze podataka) može unijeti za <emph>Database_field</emph>. Unesite slijedecu formulu:"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153096\n"
+"110\n"
+"help.text"
+msgid "<item type=\"input\">=DGET(A1:E10;\"Grade\";A13:E14)</item>"
+msgstr "<item type=\"input\">=DGET(A1:E10; \"Grade\"; A13:E14)</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150524\n"
+"111\n"
+"help.text"
+msgid "Enter the name <item type=\"input\">Frank</item> in A14, and you see the result 2. Frank is in second grade. Enter <item type=\"input\">\"Age\"</item> instead of \"Grade\" and you will get Frank's age."
+msgstr "Unesite ime <item type=\"input\">Frank</item> u A14 i vidjecete rezultat 2. Frank je u drugom razredu. Unesite <item type=\"input\">\"Age\"</item> umjesto \"Grade\" i dobicete Frankove godine."
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3148833\n"
+"112\n"
+"help.text"
+msgid "Or enter the value <item type=\"input\">11</item> in cell C14 only, and delete the other entries in this row. Edit the formula in B16 as follows:"
+msgstr "Ili unesite vrijednost <item type=\"input\">11</item> samo u celiju C14 i izbrišite ostale unose u ovom redu. Uredite formulu u B16 kako slijedi:"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149912\n"
+"113\n"
+"help.text"
+msgid "<item type=\"input\">=DGET(A1:E10;\"Name\";A13:E14)</item>"
+msgstr "<item type=\"input\">=DGET(A1:E10; \"Name\"; A13:E14)</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3148813\n"
+"114\n"
+"help.text"
+msgid "Instead of the grade, the name is queried. The answer appears at once: Daniel is the only child aged 11."
+msgstr "Umjesto razreda, traženo je ime. Odgovor se odmah pojavi: Daniel je jedino dijete koje ima 11 godina."
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"bm_id3149766\n"
+"help.text"
+msgid "<bookmark_value>DMAX function</bookmark_value> <bookmark_value>maximum values in Calc databases</bookmark_value> <bookmark_value>searching;maximum values in columns</bookmark_value>"
+msgstr "<bookmark_value>DMAX funkcija</bookmark_value><bookmark_value> maksimalne vrijednosti u Calc bazama podataka</bookmark_value><bookmark_value>pretraživanje;maksimalne vrijednosti u kolonama</bookmark_value>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3149766\n"
+"115\n"
+"help.text"
+msgid "DMAX"
+msgstr "DMAX"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3154903\n"
+"116\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DBMAX\">DMAX returns the maximum content of a cell (field) in a database (all records) that matches the specified search conditions.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_DBMAX\">DMAX vraca maksimalni sadržaj celije (polja) u bazi podataka (sve slogove) koji se slažu sa specificiranim uslovima pretrage</ahelp>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3150771\n"
+"117\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3159157\n"
+"118\n"
+"help.text"
+msgid "DMAX(Database; DatabaseField; SearchCriteria)"
+msgstr "DMAX(Database; Database_field; Search_criteria)"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3145420\n"
+"119\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3148442\n"
+"120\n"
+"help.text"
+msgid "To find out how much the heaviest child in each grade weighed in the above example (scroll up, please), enter the following formula in B16:"
+msgstr "Da bi saznali koliko najteže dijete u svakom razredu teži u prethodnom primjeru (pomjerite gore), unesite slijedecu formulu u B16:"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3148804\n"
+"121\n"
+"help.text"
+msgid "<item type=\"input\">=DMAX(A1:E10;\"Weight\";A13:E14)</item>"
+msgstr "<item type=\"input\">=DMAX(A1:E10; \"Weight\"; A13:E14)</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150510\n"
+"122\n"
+"help.text"
+msgid "Under Grade, enter <item type=\"input\">1, 2, 3,</item> and so on, one after the other. After entering a grade number, the weight of the heaviest child in that grade appears."
+msgstr "Pod Grade (Razred) unesite <item type=\"input\">1, 2, 3,</item> itd, jedno za drugim. Nakon unosa broja razreda, pojavi se težina najtežeg djeteta u tom razredu."
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"bm_id3159141\n"
+"help.text"
+msgid "<bookmark_value>DMIN function</bookmark_value> <bookmark_value>minimum values in Calc databases</bookmark_value> <bookmark_value>searching;minimum values in columns</bookmark_value>"
+msgstr "<bookmark_value>DMIN funkcija</bookmark_value><bookmark_value>minimalne vrijednosti u Calc bazama podataka</bookmark_value><bookmark_value>pretraga; minimalne vrijednosti u kolonama</bookmark_value>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3159141\n"
+"123\n"
+"help.text"
+msgid "DMIN"
+msgstr "DMIN"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3154261\n"
+"124\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DBMIN\">DMIN returns the minimum content of a cell (field) in a database that matches the specified search criteria.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_DBMIN\">DMIN vraca sadržaj minimalne vrijednosti celije (polja) u bazi podataka koji odgovara specificiranom kriteriju pretrage.</ahelp>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3147238\n"
+"125\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3148479\n"
+"126\n"
+"help.text"
+msgid "DMIN(Database; DatabaseField; SearchCriteria)"
+msgstr "DMIN(Database; Database_field; Search_criteria)"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3151050\n"
+"127\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3148925\n"
+"128\n"
+"help.text"
+msgid "To find the shortest distance to school for the children in each grade in the above example (scroll up, please), enter the following formula in B16:"
+msgstr "Da bi našli najkracu distancu do škole za djecu u svakom razredu u primjeru gore (pomjerite gore), unesite slijedecu formulu u B16:"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149161\n"
+"129\n"
+"help.text"
+msgid "<item type=\"input\">=DMIN(A1:E10;\"Distance to School\";A13:E14)</item>"
+msgstr "<item type=\"input\">=DMIN(A1:E10; \"Distance to School\"; A13:E14)</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3148917\n"
+"130\n"
+"help.text"
+msgid "In row 14, under Grade, enter <item type=\"input\">1, 2, 3,</item> and so on, one after the other. The shortest distance to school for each grade appears."
+msgstr "U redu 14, pod Grade (Razred) unesite <item type=\"input\">1, 2, 3,</item> itd, jedno za drugim. Pojavi se najkraca distanca do škole za svaki razred."
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"bm_id3154274\n"
+"help.text"
+msgid "<bookmark_value>DAVERAGE function</bookmark_value> <bookmark_value>averages; in Calc databases</bookmark_value> <bookmark_value>calculating;averages in Calc databases</bookmark_value>"
+msgstr "<bookmark_value>DAVERAGE funkcija</bookmark_value><bookmark_value>prosjeci; u Calc bazama podataka</bookmark_value><bookmark_value>racunanje;prosjeci u Calc bazama podataka</bookmark_value>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3154274\n"
+"131\n"
+"help.text"
+msgid "DAVERAGE"
+msgstr "DAVERAGE"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3166453\n"
+"132\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DBMITTELWERT\">DAVERAGE returns the average of the values of all cells (fields) in all rows (database records) that match the specified search criteria.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_DBMITTELWERT\">DAVERAGE vraca prosjeke vrijednosti svih celija (polja) u svim redovima (slogovi baze podataka) koji odgovaraju specificiranom kriteriju pretrage.</ahelp>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3146955\n"
+"133\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150710\n"
+"134\n"
+"help.text"
+msgid "DAVERAGE(Database; DatabaseField; SearchCriteria)"
+msgstr "DAVERAGE(Database; Database_field; Search_criteria)"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3152943\n"
+"135\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149104\n"
+"136\n"
+"help.text"
+msgid "To find the average weight of all children of the same age in the above example (scroll up, please), enter the following formula in B16:"
+msgstr "Da bi pronašli prosjecnu težinu sve djece istih godina u primjeru gore (pomjerite gore), unesite slijedecu formulu u B16:"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153688\n"
+"137\n"
+"help.text"
+msgid "<item type=\"input\">=DAVERAGE(A1:E10;\"Weight\";A13:E14)</item>"
+msgstr "<item type=\"input\">=DAVERAGE(A1:E10; \"Weight\"; A13:E14)</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3155587\n"
+"138\n"
+"help.text"
+msgid "In row 14, under Age, enter <item type=\"input\">7, 8, 9,</item> and so on, one after the other. The average weight of all children of the same age appears."
+msgstr "U red 14, pod Age (Godine), unesite <item type=\"input\">7, 8, 9,</item> itd, jedno za drugim. Pojavi se prosjecna težina sve djece iste starosti."
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"bm_id3159269\n"
+"help.text"
+msgid "<bookmark_value>DPRODUCT function</bookmark_value> <bookmark_value>multiplying;cell contents in Calc databases</bookmark_value>"
+msgstr "<bookmark_value>DPRODUCT funkcija</bookmark_value><bookmark_value>množenje; sadržaji celije u Calc bazama podataka</bookmark_value>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3159269\n"
+"139\n"
+"help.text"
+msgid "DPRODUCT"
+msgstr "DPRODUCT"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3152879\n"
+"140\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DBPRODUKT\">DPRODUCT multiplies all cells of a data range where the cell contents match the search criteria.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_DBPRODUKT\">DPRODUCT množi sve celije domene podataka gdje sadržaj celije odgovara kriteriju pretrage.</ahelp>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3149966\n"
+"141\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3154854\n"
+"142\n"
+"help.text"
+msgid "DPRODUCT(Database; DatabaseField; SearchCriteria)"
+msgstr "DPRODUCT(Database; Database_field; Search_criteria)"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3149802\n"
+"143\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3148986\n"
+"144\n"
+"help.text"
+msgid "With the birthday party example above (scroll up, please), there is no meaningful application of this function."
+msgstr "U primjeru sa rodendanskom zabavom gore (pomjerite gore), primjena ove funkcije nema smisla."
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"bm_id3148462\n"
+"help.text"
+msgid "<bookmark_value>DSTDEV function</bookmark_value> <bookmark_value>standard deviations in databases;based on a sample</bookmark_value>"
+msgstr "<bookmark_value>DSTDEV funkcija</bookmark_value><bookmark_value>standardne devijacije u bazama podataka; bazirane na uzorku</bookmark_value>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3148462\n"
+"145\n"
+"help.text"
+msgid "DSTDEV"
+msgstr "DSTDEV"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3154605\n"
+"146\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DBSTDABW\">DSTDEV calculates the standard deviation of a population based on a sample, using the numbers in a database column that match the given conditions.</ahelp> The records are treated as a sample of data. That means that the children in the example represent a cross section of all children. Note that a representative result can not be obtained from a sample of less than one thousand."
+msgstr "<ahelp hid=\"HID_FUNC_DBSTDABW\">DSTDEV racuna standardnu devijaciju populacije baziranu na uzorku, koristeci brojeve u koloni baze podataka koji odgovaraju datim uslovima.</ahelp> Slogovi se tretiraju kao uzorak. To znaci da djeca u ovom primjeru predstavljaju presjek sve djece. Zapamtite da se reprezentativan rezultat ne može dobiti od uzorka manjeg o jedne hiljade."
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3149427\n"
+"147\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3148661\n"
+"148\n"
+"help.text"
+msgid "DSTDEV(Database; DatabaseField; SearchCriteria)"
+msgstr "DSTDEV(Database; Database_field; Search_criteria)"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3153945\n"
+"149\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149934\n"
+"150\n"
+"help.text"
+msgid "To find the standard deviation of the weight for all children of the same age in the example (scroll up, please), enter the following formula in B16:"
+msgstr "Da bi našli standardnu devijaciju težine za svu djecu istih godina u primjeru gore (pomjerite gore), unesite slijedecu formulu u B16:"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150630\n"
+"151\n"
+"help.text"
+msgid "<item type=\"input\">=DSTDEV(A1:E10;\"Weight\";A13:E14)</item>"
+msgstr "<item type=\"input\">=DSTDEV(A1:E10; \"Weight\"; A13:E14)</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153536\n"
+"152\n"
+"help.text"
+msgid "In row 14, under Age, enter <item type=\"input\">7, 8, 9,</item> and so on, one after the other. The result shown is the standard deviation of the weight of all children of this age."
+msgstr "U redu 14, pod Age (Godine), unesite <item type=\"input\">7, 8, 9,</item> itd, jedno za drugim. Prikazani rezultat je standardna devijacija za težinu sve djece istih godina."
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"bm_id3150429\n"
+"help.text"
+msgid "<bookmark_value>DSTDEVP function</bookmark_value> <bookmark_value>standard deviations in databases;based on populations</bookmark_value>"
+msgstr "<bookmark_value>DSTDEVP funkcija</bookmark_value><bookmark_value>standardne devijacije u bazama podataka; bazirane na populacijama</bookmark_value>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3150429\n"
+"153\n"
+"help.text"
+msgid "DSTDEVP"
+msgstr "DSTDEVP"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3145598\n"
+"154\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DBSTDABWN\">DSTDEVP calculates the standard deviation of a population based on all cells of a data range which match the search criteria.</ahelp> The records from the example are treated as the whole population."
+msgstr "<ahelp hid=\"HID_FUNC_DBSTDABWN\">DSTDEVP racuna standardnu devijaciju populacije baziranu na svim celijama domene podataka koji odgovaraju kriteriju pretraživanja.</ahelp> Slogovi iz primjera se tretiraju kao cijela populacija."
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3145307\n"
+"155\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149484\n"
+"156\n"
+"help.text"
+msgid "DSTDEVP(Database; DatabaseField; SearchCriteria)"
+msgstr "DSTDEVP(Database; Database_field; Search_criteria)"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3153322\n"
+"157\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3155431\n"
+"158\n"
+"help.text"
+msgid "To find the standard deviation of the weight for all children of the same age at Joe's birthday party (scroll up, please), enter the following formula in B16:"
+msgstr "Da bi našli standardnu devijaciju težine za svu djecu istih godina na rodendanskoj zabavi kod Joe-a (pomjerite gore), unesite slijedecu formulu u B16:"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3148411\n"
+"159\n"
+"help.text"
+msgid "<item type=\"input\">=DSTDEVP(A1:E10;\"Weight\";A13:E14)</item>"
+msgstr "<item type=\"input\">=DSTDEVP(A1:E10; \"Weight\"; A13:E14)</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3143271\n"
+"160\n"
+"help.text"
+msgid "In row 14, under Age, enter <item type=\"input\">7, 8, 9,</item> and so on, one after the other. The result is the standard deviation of the weight for all same-aged children whose weight was checked."
+msgstr "U redu 14, pod Age, unesite <item type=\"input\">7, 8, 9,</item> itd, jedno za drugim. Rezultat je standardna devijacija težine za svu djecu istih godina cija je težina provjerena."
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"bm_id3154794\n"
+"help.text"
+msgid "<bookmark_value>DSUM function</bookmark_value> <bookmark_value>calculating;sums in Calc databases</bookmark_value> <bookmark_value>sums;cells in Calc databases</bookmark_value>"
+msgstr "<bookmark_value>DSUM function</bookmark_value><bookmark_value>racunanje;sabiranje u Calc bazama podataka</bookmark_value><bookmark_value>zbroj;celije u Calc bazama podataka</bookmark_value>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3154794\n"
+"161\n"
+"help.text"
+msgid "DSUM"
+msgstr "DSUM"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149591\n"
+"162\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DBSUMME\">DSUM returns the total of all cells in a database field in all rows (records) that match the specified search criteria.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_DBSUMME\">DSUM vraca total svih celija u polju baze podataka u svim redovima (slogovima) koji odgovaraju specificiranom kriteriju pretrage.</ahelp>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3146128\n"
+"163\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150989\n"
+"164\n"
+"help.text"
+msgid "DSUM(Database; DatabaseField; SearchCriteria)"
+msgstr "DSUM(Database; Database_field; Search_criteria)"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3159079\n"
+"165\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3152766\n"
+"166\n"
+"help.text"
+msgid "To find the length of the combined distance to school of all children at Joe's birthday party (scroll up, please) who are in second grade, enter the following formula in B16:"
+msgstr "Da bi našli dužinu kombinirane distance do škole za svu djecu na rodendanskoj zabavi kod Joe-a (pomjerite gore) koja su u drugom razredu, unesite slijedecu formulu u B16:"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3151312\n"
+"167\n"
+"help.text"
+msgid "<item type=\"input\">=DSUM(A1:E10;\"Distance to School\";A13:E14)</item>"
+msgstr "<item type=\"input\">=DSUM(A1:E10; \"Distance to School\"; A13:E14)</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150596\n"
+"168\n"
+"help.text"
+msgid "Enter <item type=\"input\">2</item> in row 14 under Grade. The sum (1950) of the distances to school of all the children who are in second grade is displayed."
+msgstr "Unesite <item type=\"input\">2</item> u red 14 pod Grade (Razred). Zbir (1950) je zbir svih distanci do škole za svu djecu koja su u drugom razredu."
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"bm_id3155614\n"
+"help.text"
+msgid "<bookmark_value>DVAR function</bookmark_value> <bookmark_value>variances;based on samples</bookmark_value>"
+msgstr "<bookmark_value>DVAR funkcija</bookmark_value><bookmark_value>varijance;bazirane na uzorcima</bookmark_value>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3155614\n"
+"170\n"
+"help.text"
+msgid "DVAR"
+msgstr "DVAR"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3154418\n"
+"171\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DBVARIANZ\">DVAR returns the variance of all cells of a database field in all records that match the specified search criteria.</ahelp> The records from the example are treated as a sample of data. A representative result cannot be obtained from a sample population of less than one thousand."
+msgstr "<ahelp hid=\"HID_FUNC_DBVARIANZ\">DVAR vraca varijancu svih celija u polju baze podataka u svim slogovima koji odgovaraju kriteriju pretrage.</ahelp> Slogovi iz primjera se tretiraju kao uzorci. Reprezentativan rezultat se ne može dobiti iz uzorka populacije manjeg od jedne hiljade."
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3154825\n"
+"172\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3156138\n"
+"173\n"
+"help.text"
+msgid "DVAR(Database; DatabaseField; SearchCriteria)"
+msgstr "DVAR(Database; Database_field; Search_criteria)"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3151257\n"
+"174\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153701\n"
+"175\n"
+"help.text"
+msgid "To find the variance of the weight of all children of the same age of the above example (scroll up, please), enter the following formula in B16:"
+msgstr "Da bi našli varijancu težine težine za svu djecu istih godina u primjeru gore (pomjerite gore), unesite slijedecu formulu u B16:"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153676\n"
+"176\n"
+"help.text"
+msgid "<item type=\"input\">=DVAR(A1:E10;\"Weight\";A13:E14)</item>"
+msgstr "<item type=\"input\">=DVAR(A1:E10; \"Weight\"; A13:E14)</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153798\n"
+"177\n"
+"help.text"
+msgid "In row 14, under Age, enter <item type=\"input\">7, 8, 9,</item> and so on, one after the other. You will see as a result the variance of the weight values for all children of this age."
+msgstr "U red 14, pod Age, unesite <item type=\"input\">7, 8, 9,</item> itd, jedno za drugim. Kao rezultat cete dobiti varijancu vrijednosti težine za svu djecu ovih godina."
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"bm_id3153880\n"
+"help.text"
+msgid "<bookmark_value>DVARP function</bookmark_value> <bookmark_value>variances;based on populations</bookmark_value>"
+msgstr "<bookmark_value>DVARP funkcija</bookmark_value><bookmark_value>varijance; bazirane na populaciji</bookmark_value>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3153880\n"
+"178\n"
+"help.text"
+msgid "DVARP"
+msgstr "DVARP"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3155119\n"
+"179\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DBVARIANZEN\">DVARP calculates the variance of all cell values in a database field in all records that match the specified search criteria.</ahelp> The records are from the example are treated as an entire population."
+msgstr "<ahelp hid=\"HID_FUNC_DBVARIANZEN\">DVARP racuna varijancu svih vrijednosti celija u polju baze podataka u svim slogovima koji odgovaraju specificiranom kriteriju pretrage.</ahelp> Slogovi u primjeru se tretiraju kao cijela populacija."
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3145774\n"
+"180\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153776\n"
+"181\n"
+"help.text"
+msgid "DVARP(Database; DatabaseField; SearchCriteria)"
+msgstr "DVARP(Database; Database_field; Search_criteria)"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3151110\n"
+"182\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3147099\n"
+"183\n"
+"help.text"
+msgid "To find the variance of the weight for all children of the same age at Joe's birthday party (scroll up, please), enter the following formula in B16:"
+msgstr "Da bi našli varijancu težine za svu djecu istih godina koja su na rodendanskoj zabavi kod Joe-a (pomjerite gore), unesite slijedecu formulu u B16:"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3147322\n"
+"184\n"
+"help.text"
+msgid "<item type=\"input\">=DVARP(A1:E10;\"Weight\";A13:E14)</item>"
+msgstr "<item type=\"input\">=DVARP(A1:E10; \"Weight\"; A13:E14)</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3146902\n"
+"185\n"
+"help.text"
+msgid "In row 14, under Age, enter <item type=\"input\">7, 8, 9,</item> and so on, one after the other. The variance of the weight values for all children of this age attending Joe's birthday party appears."
+msgstr "U redu 14, pod Age (Godine), unesite <item type=\"input\">7, 8, 9,</item> itd, jedno za drugim. Pojavi se varijanca težine za svu djecu istih godina na rodendanskoj zabavi kod Joe-a."
+
+#: 05100100.xhp
+msgctxt ""
+"05100100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Merge Cells"
+msgstr "Spoji ćelije"
+
+#: 05100100.xhp
+msgctxt ""
+"05100100.xhp\n"
+"hd_id3154765\n"
+"help.text"
+msgid "Merge Cells"
+msgstr "Spoji ćelije"
+
+#: 05100100.xhp
+msgctxt ""
+"05100100.xhp\n"
+"par_id3147406\n"
+"help.text"
+msgid "<ahelp hid=\".\">Combines the contents of the selected cells into a single cell.</ahelp>"
+msgstr ""
+
+#: 05100100.xhp
+msgctxt ""
+"05100100.xhp\n"
+"par_id3154351\n"
+"help.text"
+msgid "Choose <emph>Format - Merge Cells - Merge Cells</emph>"
+msgstr ""
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Function Wizard"
+msgstr "Čarobnjak za funkcije"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"bm_id3147426\n"
+"help.text"
+msgid "<bookmark_value>inserting functions; Function Wizard</bookmark_value><bookmark_value>functions;Function Wizard</bookmark_value><bookmark_value>wizards; functions</bookmark_value>"
+msgstr ""
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3147426\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060000.xhp\" name=\"AutoPilot: Functions\">Function Wizard</link>"
+msgstr "<link href=\"text/scalc/01/04060000.xhp\" name=\"Function Wizard\">Function Wizard</link>"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3145271\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"funktionsautopilottext\"><ahelp hid=\".uno:FunctionDialog\">Opens the <emph>Function Wizard</emph>, which helps you to interactively create formulas.</ahelp></variable> Before you start the Wizard, select a cell or a range of cells from the current sheet, in order to determine the position at which the formula will be inserted."
+msgstr ""
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id8007446\n"
+"help.text"
+msgid "You can download the complete ODFF (OpenDocument Format Formula) specification from the <link href=\"http://www.oasis-open.org/committees/documents.php?wg_abbrev=office-formula\">OASIS</link> web site."
+msgstr ""
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3159153\n"
+"60\n"
+"help.text"
+msgid "The <emph>Function Wizard</emph> has two tabs: <emph>Functions</emph> is used to create formulas, and <emph>Structure</emph> is used to check the formula build."
+msgstr ""
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3154490\n"
+"3\n"
+"help.text"
+msgid "Functions Tab"
+msgstr ""
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3149378\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060100.xhp\" name=\"List of Categories and Functions\">List of Categories and Functions</link>"
+msgstr ""
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3154730\n"
+"36\n"
+"help.text"
+msgid "Category"
+msgstr "Kategorija"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3153417\n"
+"37\n"
+"help.text"
+msgid "<variable id=\"kategorienliste\"><ahelp hid=\"SC:LISTBOX:RID_SCTAB_FUNCTION:LB_CATEGORY\">Lists all the categories to which the different functions are assigned. Select a category to view the appropriate functions in the list field below.</ahelp> Select \"All\" to view all functions in alphabetical order, irrespective of category. \"Last Used\" lists the functions you have most recently used. </variable>"
+msgstr ""
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3150749\n"
+"6\n"
+"help.text"
+msgid "Function"
+msgstr "Funkcija"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3155445\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCTAB_FUNCTION:LB_FUNCTION\">Displays the functions found under the selected category. Double-click to select a function.</ahelp> A single-click displays a short function description."
+msgstr ""
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3159264\n"
+"8\n"
+"help.text"
+msgid "Array"
+msgstr "Matrica"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3149566\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_FORMULA:BTN_MATRIX\">Specifies that the selected function is inserted into the selected cell range as an array formula. </ahelp> Array formulas operate on multiple cells. Each cell in the array contains the formula, not as a copy but as a common formula shared by all matrix cells."
+msgstr ""
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3155959\n"
+"61\n"
+"help.text"
+msgid "The <emph>Array</emph> option is identical to the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Enter command, which is used to enter and confirm formulas in the sheet. The formula is inserted as a matrix formula indicated by two braces { }."
+msgstr ""
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3152993\n"
+"40\n"
+"help.text"
+msgid "The maximum size of an array range is 128 by 128 cells."
+msgstr ""
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3150367\n"
+"41\n"
+"help.text"
+msgid "Argument Input Fields"
+msgstr ""
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3145587\n"
+"15\n"
+"help.text"
+msgid "When you double-click a function, the argument input field(s) appear on the right side of the dialog. To select a cell reference as an argument, click directly into the cell, or drag across the required range on the sheet while holding down the mouse button. You can also enter numerical and other values or references directly into the corresponding fields in the dialog. When using <link href=\"text/scalc/01/04060102.xhp\" name=\"date entries\">date entries</link>, make sure you use the correct format. Click OK to insert the result into the spreadsheet."
+msgstr ""
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3149408\n"
+"18\n"
+"help.text"
+msgid "Function Result"
+msgstr ""
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3155809\n"
+"19\n"
+"help.text"
+msgid "As soon you enter arguments in the function, the result is calculated. This preview informs you if the calculation can be carried out with the arguments given. If the arguments result in an error, the corresponding <link href=\"text/scalc/05/02140000.xhp\" name=\"error code\">error code</link> is displayed."
+msgstr ""
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3148700\n"
+"23\n"
+"help.text"
+msgid "The required arguments are indicated by names in bold print."
+msgstr ""
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3153064\n"
+"22\n"
+"help.text"
+msgid "f(x) (depending on the selected function)"
+msgstr ""
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3157980\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_FAP_BTN_FX4\">Allows you to access a subordinate level of the <emph>Function Wizard</emph> in order to nest another function within the function, instead of a value or reference.</ahelp>"
+msgstr ""
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3145076\n"
+"25\n"
+"help.text"
+msgid "Argument/Parameter/Cell Reference (depending on the selected function)"
+msgstr ""
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3159097\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_FORMULA:ED_REF\">The number of visible text fields depends on the function. Enter arguments either directly into the argument fields or by clicking a cell in the table.</ahelp>"
+msgstr ""
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3154957\n"
+"51\n"
+"help.text"
+msgid "Result"
+msgstr "Rezultat"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3150211\n"
+"52\n"
+"help.text"
+msgid "Displays the calculation result or an error message."
+msgstr ""
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3151304\n"
+"43\n"
+"help.text"
+msgid "Formula"
+msgstr "Formula"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3149898\n"
+"44\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_FAP_FORMULA\">Displays the created formula. Type your entries directly, or create the formula using the wizard.</ahelp>"
+msgstr ""
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3153249\n"
+"45\n"
+"help.text"
+msgid "Back"
+msgstr "Nazad"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3152869\n"
+"53\n"
+"help.text"
+msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_FORMULA:BTN_BACKWARD\">Moves the focus back through the formula components, marking them as it does so.</ahelp>"
+msgstr ""
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3146966\n"
+"56\n"
+"help.text"
+msgid "To select a single function from a complex formula consisting of several functions, double-click the function in the formula window."
+msgstr ""
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3155762\n"
+"54\n"
+"help.text"
+msgid "Next"
+msgstr "Sljedeći"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3149316\n"
+"55\n"
+"help.text"
+msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_FORMULA:BTN_FORWARD\">Moves forward through the formula components in the formula window.</ahelp> This button can also be used to assign functions to the formula. If you select a function and click the <emph>Next </emph>button, the selection appears in the formula window."
+msgstr ""
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3159262\n"
+"57\n"
+"help.text"
+msgid "Double-click a function in the selection window to transfer it to the formula window."
+msgstr ""
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3148745\n"
+"58\n"
+"help.text"
+msgid "Cancel"
+msgstr "Odustani"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3147402\n"
+"59\n"
+"help.text"
+msgid "Closes the dialog without implementing the formula."
+msgstr ""
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3150534\n"
+"32\n"
+"help.text"
+msgid "OK"
+msgstr ""
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3153029\n"
+"33\n"
+"help.text"
+msgid "Ends the <emph>Function Wizard</emph>, and transfers the formula to the selected cells."
+msgstr ""
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3156400\n"
+"34\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060100.xhp\" name=\"List of Categories and Functions\">List of Categories and Functions</link>"
+msgstr ""
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3147610\n"
+"47\n"
+"help.text"
+msgid "Structure tab"
+msgstr ""
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3153122\n"
+"48\n"
+"help.text"
+msgid "On this page, you can view the structure of the function."
+msgstr ""
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3149350\n"
+"4\n"
+"help.text"
+msgid "If you start the <emph>Function Wizard</emph> while the cell cursor is positioned in a cell that already contains a function, the <emph>Structure</emph> tab is opened and shows the composition of the current formula."
+msgstr ""
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3149014\n"
+"49\n"
+"help.text"
+msgid "Structure"
+msgstr "~Struktura"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3150481\n"
+"50\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_FAP_STRUCT\">Displays a hierarchical representation of the current function.</ahelp> You can hide or show the arguments by a click on the plus or minus sign in front."
+msgstr ""
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3148886\n"
+"63\n"
+"help.text"
+msgid "Blue dots denote correctly entered arguments. Red dots indicate incorrect data types. For example: if the SUM function has one argument entered as text, this is highlighted in red as SUM only permits number entries."
+msgstr ""
+
+#: 12080300.xhp
+msgctxt ""
+"12080300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Group"
+msgstr "Grupa"
+
+#: 12080300.xhp
+msgctxt ""
+"12080300.xhp\n"
+"hd_id3153088\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12080300.xhp\" name=\"Group\">Group</link>"
+msgstr "<link href=\"text/scalc/01/12080300.xhp\" name=\"Group\">Grupa</link>"
+
+#: 12080300.xhp
+msgctxt ""
+"12080300.xhp\n"
+"par_id3153821\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"gruppierung\"><ahelp hid=\".uno:Group\" visibility=\"visible\">Defines the selected cell range as a group of rows or columns.</ahelp></variable>"
+msgstr "<variable id=\"gruppierung\"><ahelp hid=\".uno:Group\" visibility=\"visible\">definise odabrani prostor celije kao grupu redova ili kolona.</ahelp></variable>"
+
+#: 12080300.xhp
+msgctxt ""
+"12080300.xhp\n"
+"par_id3145069\n"
+"3\n"
+"help.text"
+msgid "When you group a cell range, and outline icon appears in the margins next to the group. To hide or show the group, click the icon. To ungroup the selection, choose <emph>Data – Outline -</emph> <link href=\"text/scalc/01/12080400.xhp\" name=\"Ungroup\"><emph>Ungroup</emph></link>."
+msgstr "Kada grupisete raspon celije,skica ikone se pojavi na margini pored grupe.Za skrivanje ili prikaz grupe,kliknite na ikonu.Za ne grupisanje,izaberite <emph>Data – Outline -</emph> <link href=\"text/scalc/01/12080400.xhp\" name=\"Ungroup\"><emph>Razgrupiraj</emph></link>."
+
+#: 12080300.xhp
+msgctxt ""
+"12080300.xhp\n"
+"hd_id3125863\n"
+"4\n"
+"help.text"
+msgid "Include"
+msgstr "Uključi"
+
+#: 12080300.xhp
+msgctxt ""
+"12080300.xhp\n"
+"hd_id3150448\n"
+"6\n"
+"help.text"
+msgid "Rows"
+msgstr "Redovi"
+
+#: 12080300.xhp
+#, fuzzy
+msgctxt ""
+"12080300.xhp\n"
+"par_id3153194\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_GROUP_ROWS\" visibility=\"visible\">Groups the selected rows.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_GROUP_COLS\" visibility=\"visible\">Grupira odabrane kolone.</ahelp>"
+
+#: 12080300.xhp
+msgctxt ""
+"12080300.xhp\n"
+"hd_id3145786\n"
+"8\n"
+"help.text"
+msgid "Columns"
+msgstr "Kolone"
+
+#: 12080300.xhp
+msgctxt ""
+"12080300.xhp\n"
+"par_id3146984\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_GROUP_COLS\" visibility=\"visible\">Groups the selected columns.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_GROUP_COLS\" visibility=\"visible\">Grupira odabrane kolone.</ahelp>"
+
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Optimal Column Width"
+msgstr "Optimalna širina kolone"
+
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"bm_id3155628\n"
+"help.text"
+msgid "<bookmark_value>spreadsheets; optimal column widths</bookmark_value><bookmark_value>columns; optimal widths</bookmark_value><bookmark_value>optimal column widths</bookmark_value>"
+msgstr ""
+
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3155628\n"
+"1\n"
+"help.text"
+msgid "Optimal Column Width"
+msgstr "Optimalna širina kolone"
+
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3145068\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"optitext\"><ahelp hid=\".uno:SetOptimalColumnWidthDi\">Defines the optimal column width for selected columns.</ahelp></variable> The optimal column width depends on the longest entry within a column. You can choose from the available <link href=\"text/shared/00/00000003.xhp#metrik\" name=\"measurement units\">measurement units</link>."
+msgstr ""
+
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3150767\n"
+"3\n"
+"help.text"
+msgid "Add"
+msgstr "Dodaj"
+
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3150449\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SC:METRICFIELD:RID_SCDLG_COL_OPT:ED_VALUE\">Defines additional spacing between the longest entry in a column and the vertical column borders.</ahelp>"
+msgstr ""
+
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3145785\n"
+"5\n"
+"help.text"
+msgid "Default value"
+msgstr "Uobičajena vrijednost"
+
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3146120\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_COL_OPT:BTN_DEFVAL\">Defines the optimal column width in order to display the entire contents of the column.</ahelp> The additional spacing for the optimal column width is preset to 0.1 in."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"tit\n"
+"help.text"
+msgid "Mathematical Functions"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3147124\n"
+"help.text"
+msgid "<bookmark_value>mathematical functions</bookmark_value><bookmark_value>Function Wizard; mathematical</bookmark_value><bookmark_value>functions; mathematical functions</bookmark_value><bookmark_value>trigonometric functions</bookmark_value>"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3147124\n"
+"1\n"
+"help.text"
+msgid "Mathematical Functions"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154943\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"mathematiktext\">This category contains the <emph>Mathematical</emph> functions for Calc.</variable> To open the <emph>Function Wizard</emph>, choose <link href=\"text/scalc/01/04060000.xhp\" name=\"Insert - Function\"><emph>Insert - Function</emph></link>."
+msgstr "<variable id=\"mathematiktext\">This category contains the <emph>Matematičke</emph> functions for Calc. </variable> To open the <emph>Čarobnjak za funkcije</emph>, choose <link href=\"text/scalc/01/04060000.xhp\" name=\"Insert - Function\"><emph>Ubaci - Funkcija</emph></link>."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3146944\n"
+"help.text"
+msgid "<bookmark_value>ABS function</bookmark_value><bookmark_value>absolute values</bookmark_value><bookmark_value>values;absolute</bookmark_value>"
+msgstr "<bookmark_value>Element funkcija</bookmark_value><bookmark_value>Element informacija</bookmark_value><bookmark_value>informacij</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3146944\n"
+"33\n"
+"help.text"
+msgid "ABS"
+msgstr "ABS"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154546\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ABS\">Returns the absolute value of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_TANHYP\">Vraca hiperbolicku tangentu broja.</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3154843\n"
+"35\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3147475\n"
+"36\n"
+"help.text"
+msgid "ABS(Number)"
+msgstr "TANH(Broj)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3148438\n"
+"37\n"
+"help.text"
+msgid "<emph>Number</emph> is the number whose absolute value is to be calculated. The absolute value of a number is its value without the +/- sign."
+msgstr "<emph>Broj</emph> vrijednost apsolutne vrijednost koji se treba izracunati. Apsolutna vrijednost broja njegove vrijednosti u +/- znakovima."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3155823\n"
+"38\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152787\n"
+"39\n"
+"help.text"
+msgid "<item type=\"input\">=ABS(-56)</item> returns 56."
+msgstr "<item type=\"input\">=ODD(-3.1)</item>vraca -5."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3148752\n"
+"40\n"
+"help.text"
+msgid "<item type=\"input\">=ABS(12)</item> returns 12."
+msgstr "<item type=\"input\">=ODD(1)</item> vraca 1."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id320139\n"
+"help.text"
+msgid "<item type=\"input\">=ABS(0)</item> returns 0."
+msgstr "<item type=\"input\">=ODD(0)</item> vraca 1."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3150896\n"
+"help.text"
+msgid "<bookmark_value>COUNTBLANK function</bookmark_value><bookmark_value>counting;empty cells</bookmark_value><bookmark_value>empty cells;counting</bookmark_value>"
+msgstr "<bookmark_value>ISBLANK function</bookmark_value><bookmark_value>blank cell contents</bookmark_value><bookmark_value>empty cells; recognising</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3150896\n"
+"42\n"
+"help.text"
+msgid "COUNTBLANK"
+msgstr "COUNTBLANK"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3155260\n"
+"43\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ANZAHLLEEREZELLEN\">Returns the number of empty cells.</ahelp>"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3145144\n"
+"44\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3153931\n"
+"45\n"
+"help.text"
+msgid "COUNTBLANK(Range)"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3149512\n"
+"46\n"
+"help.text"
+msgid "Returns the number of empty cells in the cell range <emph>Range</emph>."
+msgstr "vraca broj praznih celija u dometu celija <emph>Opseg</emph>."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3146139\n"
+"47\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3148586\n"
+"48\n"
+"help.text"
+msgid "<item type=\"input\">=COUNTBLANK(A1:B2)</item> returns 4 if cells A1, A2, B1, and B2 are all empty."
+msgstr "<item type=\"input\">=COUNTBLANK(A1:B2)</item> returns 4 if cells A1, A2, B1 and B2 are all empty."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3153114\n"
+"help.text"
+msgid "<bookmark_value>ACOS function</bookmark_value>"
+msgstr "<bookmark_value>IMCOS funkcija</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3153114\n"
+"50\n"
+"help.text"
+msgid "ACOS"
+msgstr "ACOS"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3145163\n"
+"51\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ARCCOS\">Returns the inverse trigonometric cosine of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ARCCOS\">vraca inverzni trigonometrijski kosinus od (arc cosine) broja.</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3153565\n"
+"52\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3150020\n"
+"53\n"
+"help.text"
+msgid "ACOS(Number)"
+msgstr "HOUR(Broj)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3159134\n"
+"54\n"
+"help.text"
+msgid "This function returns the inverse trigonometric cosine of <emph>Number</emph>, that is the angle (in radians) whose cosine is Number. The angle returned is between 0 and PI."
+msgstr "ova funkcija vraca inverzni trigonometrijski kosinus od <emph>Broj</emph>, that is the angle (in radians) whose cosine is <emph>Broj</emph>. The angle returned is in the range 0 to +PI."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id679647\n"
+"help.text"
+msgid "To return the angle in degrees, use the DEGREES function."
+msgstr "vrati u stepenima, koristi DEGREES funkciju"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3149882\n"
+"55\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3150128\n"
+"56\n"
+"help.text"
+msgid "<item type=\"input\">=ACOS(-1)</item> returns 3.14159265358979 (PI radians)"
+msgstr "<item type=\"input\">=ATAN2(20; 20)</item> returns 0.785398163397448 (PI/4 radians)."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id8792382\n"
+"help.text"
+msgid "<item type=\"input\">=DEGREES(ACOS(0.5))</item> returns 60. The cosine of 60 degrees is 0.5."
+msgstr "<item type=\"input\">=DEGREES(ACOT(1))</item> returns 45. The tangent of 45 degrees is 1."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3145355\n"
+"help.text"
+msgid "<bookmark_value>ACOSH function</bookmark_value>"
+msgstr "<bookmark_value>IMCOS funkcija</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3145355\n"
+"60\n"
+"help.text"
+msgid "ACOSH"
+msgstr "ACOSH"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3157993\n"
+"61\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ARCOSHYP\">Returns the inverse hyperbolic cosine of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ARCOSHYP\">vraca inverzni hiperbolicni kosinus od datog broja.</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3145295\n"
+"62\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3151017\n"
+"63\n"
+"help.text"
+msgid "ACOSH(Number)"
+msgstr "MONTH(Broj)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3149000\n"
+"64\n"
+"help.text"
+msgid "This function returns the inverse hyperbolic cosine of <emph>Number</emph>, that is the number whose hyperbolic cosine is Number."
+msgstr "ova funkcija vraca inverzni hiperbolicni kosinus od<emph>Broj</emph>, that is the number whose hyperbolic cosine is <emph>Broj</emph>."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id6393932\n"
+"help.text"
+msgid "Number must be greater than or equal to 1."
+msgstr "<emph>Number</emph> must be greater than or equal to +1."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3150566\n"
+"65\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3145629\n"
+"66\n"
+"help.text"
+msgid "<item type=\"input\">=ACOSH(1)</item> returns 0."
+msgstr "<item type=\"input\">=ODD(1)</item> vraca 1."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id951567\n"
+"help.text"
+msgid "<item type=\"input\">=ACOSH(COSH(4))</item> returns 4."
+msgstr "<item type=\"input\">=CELL(\"COL\"; D2)</item> vraca 4."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3149027\n"
+"help.text"
+msgid "<bookmark_value>ACOT function</bookmark_value>"
+msgstr "<bookmark_value>IMCOS funkcija</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3149027\n"
+"70\n"
+"help.text"
+msgid "ACOT"
+msgstr "ACOT"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3155818\n"
+"71\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ARCCOT\">Returns the inverse cotangent (the arccotangent) of the given number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ARCCOT\">ova funkcija vraca inverznu trigonometrijsku kontangensu od datog broja.</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3153225\n"
+"72\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3158419\n"
+"73\n"
+"help.text"
+msgid "ACOT(Number)"
+msgstr "SQRT(Broj)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154948\n"
+"74\n"
+"help.text"
+msgid "This function returns the inverse trigonometric cotangent of <emph>Number</emph>, that is the angle (in radians) whose cotangent is Number. The angle returned is between 0 and PI."
+msgstr "ova funkcija vraca inverznu trigonometrijsku kontangensu od <emph>Broj</emph>, that is the angle (in radians) whose cotangent is <emph>Broj</emph>. The angle returned is in the range 0 to +PI."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id5834528\n"
+"help.text"
+msgid "To return the angle in degrees, use the DEGREES function."
+msgstr "vrati u stepenima, koristi DEGREES funkciju"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3147538\n"
+"75\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3155375\n"
+"76\n"
+"help.text"
+msgid "<item type=\"input\">=ACOT(1)</item> returns 0.785398163397448 (PI/4 radians)."
+msgstr "<item type=\"input\">=ATAN2(20; 20)</item> returns 0.785398163397448 (PI/4 radians)."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id8589434\n"
+"help.text"
+msgid "<item type=\"input\">=DEGREES(ACOT(1))</item> returns 45. The tangent of 45 degrees is 1."
+msgstr "<item type=\"input\">=DEGREES(ACOT(1))</item> returns 45. The tangent of 45 degrees is 1."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3148426\n"
+"help.text"
+msgid "<bookmark_value>ACOTH function</bookmark_value>"
+msgstr "<bookmark_value>MONTH funkcija</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3148426\n"
+"80\n"
+"help.text"
+msgid "ACOTH"
+msgstr "ACOTH"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3147478\n"
+"81\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ARCOTHYP\">Returns the inverse hyperbolic cotangent of the given number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ARCOTHYP\">ova funkcija vraca inverzni hiperbolicni cotangens od datog broja.</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3152585\n"
+"82\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3147172\n"
+"83\n"
+"help.text"
+msgid "ACOTH(Number)"
+msgstr "MONTH(Broj)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3146155\n"
+"84\n"
+"help.text"
+msgid "This function returns the inverse hyperbolic cotangent of <emph>Number</emph>, that is the number whose hyperbolic cotangent is Number."
+msgstr "ova funkcija vraca inverzni hiperbolicni cotangens od <emph>Broj</emph>, that is the number whose hyperbolic cotangent is <emph>Broj</emph>."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id5818659\n"
+"help.text"
+msgid "An error results if Number is between -1 and 1 inclusive."
+msgstr "greska ako<emph>Number</emph> is in the range -1 to +1 inclusive."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3083452\n"
+"85\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3150608\n"
+"86\n"
+"help.text"
+msgid "<item type=\"input\">=ACOTH(1.1)</item> returns inverse hyperbolic cotangent of 1.1, approximately 1.52226."
+msgstr "<item type=\"input\">=ACOTH(1.1)</item> vraca hiperbolicni kontangens 1.1, approximately 1.52226."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3145084\n"
+"help.text"
+msgid "<bookmark_value>ASIN function</bookmark_value>"
+msgstr "<bookmark_value>IMSIN funkcija</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3145084\n"
+"90\n"
+"help.text"
+msgid "ASIN"
+msgstr "ASIN"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3156296\n"
+"91\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ARCSIN\">Returns the inverse trigonometric sine of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ARCSIN\">Vraca (arc sine) broja.</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3149716\n"
+"92\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3156305\n"
+"93\n"
+"help.text"
+msgid "ASIN(Number)"
+msgstr "SIN(Broj)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3150964\n"
+"94\n"
+"help.text"
+msgid "This function returns the inverse trigonometric sine of <emph>Number</emph>, that is the angle (in radians) whose sine is Number. The angle returned is between -PI/2 and +PI/2."
+msgstr "ova funkcija vraca inverzni trigonometrijski sinus od<emph>Broj</emph>, that is the angle (in radians) whose sine is <emph>Broj</emph>. The angle returned is in the range -PI/2 to +PI/2."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id203863\n"
+"help.text"
+msgid "To return the angle in degrees, use the DEGREES function."
+msgstr "vrati u stepenima, koristi DEGREES funkciju"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3149448\n"
+"95\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3156100\n"
+"96\n"
+"help.text"
+msgid "<item type=\"input\">=ASIN(0)</item> returns 0."
+msgstr "<item type=\"input\">=ODD(0)</item> vraca 1."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id6853846\n"
+"help.text"
+msgid "<item type=\"input\">=ASIN(1)</item> returns 1.5707963267949 (PI/2 radians)."
+msgstr "<item type=\"input\">=ATAN2(20; 20)</item> returns 0.785398163397448 (PI/4 radians)."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id8772240\n"
+"help.text"
+msgid "<item type=\"input\">=DEGREES(ASIN(0.5))</item> returns 30. The sine of 30 degrees is 0.5."
+msgstr "<item type=\"input\">=DEGREES(ACOT(1))</item> returns 45. The tangent of 45 degrees is 1."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3151266\n"
+"help.text"
+msgid "<bookmark_value>ASINH function</bookmark_value>"
+msgstr "<bookmark_value>IMSIN funkcija</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3151266\n"
+"100\n"
+"help.text"
+msgid "ASINH"
+msgstr "ASINH"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3147077\n"
+"101\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ARSINHYP\">Returns the inverse hyperbolic sine of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ARCOSHYP\">vraca inverzni hiperbolicni kosinus od datog broja.</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3150763\n"
+"102\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3150882\n"
+"103\n"
+"help.text"
+msgid "ASINH(Number)"
+msgstr "SINH(Broj)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3147621\n"
+"104\n"
+"help.text"
+msgid "This function returns the inverse hyperbolic sine of <emph>Number</emph>, that is the number whose hyperbolic sine is Number."
+msgstr "ova funkcija je inverzni hiperbolicni sinus od <emph>Broj</emph>, that is the number whose hyperbolic sine is <emph>Broj</emph>."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3153212\n"
+"105\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3156120\n"
+"106\n"
+"help.text"
+msgid "<item type=\"input\">=ASINH(-90)</item> returns approximately -5.1929877."
+msgstr ""
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id4808496\n"
+"help.text"
+msgid "<item type=\"input\">=ASINH(SINH(4))</item> returns 4."
+msgstr "<item type=\"input\">=SIGN(3.4)</item>vraca 1."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3155996\n"
+"help.text"
+msgid "<bookmark_value>ATAN function</bookmark_value>"
+msgstr "<bookmark_value>IMLN funkcija</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3155996\n"
+"110\n"
+"help.text"
+msgid "ATAN"
+msgstr "ATAN"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3149985\n"
+"111\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ARCTAN\">Returns the inverse trigonometric tangent of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ARCTAN\">Vraca inveznu trigonometrijsku tangentu (arc tangent) broja.</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3151294\n"
+"112\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3150261\n"
+"113\n"
+"help.text"
+msgid "ATAN(Number)"
+msgstr "TAN(Broj)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3147267\n"
+"114\n"
+"help.text"
+msgid "This function returns the inverse trigonometric tangent of <emph>Number</emph>, that is the angle (in radians) whose tangent is Number. The angle returned is between -PI/2 and PI/2."
+msgstr "ova funkcija vraca inverznu trigonometrijsku tangentu od <emph>Broj</emph>, that is the angle (in radians) whose tangent is <emph>Broj</emph>. The angle returned is in the range -PI/2 to +PI/2."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id6293527\n"
+"help.text"
+msgid "To return the angle in degrees, use the DEGREES function."
+msgstr "vrati u stepenima, koristi DEGREES funkciju"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3154054\n"
+"115\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143229\n"
+"116\n"
+"help.text"
+msgid "<item type=\"input\">=ATAN(1)</item> returns 0.785398163397448 (PI/4 radians)."
+msgstr "<item type=\"input\">=ATAN2(20; 20)</item> returns 0.785398163397448 (PI/4 radians)."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id8746299\n"
+"help.text"
+msgid "<item type=\"input\">=DEGREES(ATAN(1))</item> returns 45. The tangent of 45 degrees is 1."
+msgstr "<item type=\"input\">=DEGREES(ACOT(1))</item> returns 45. The tangent of 45 degrees is 1."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3153983\n"
+"help.text"
+msgid "<bookmark_value>ATAN2 function</bookmark_value>"
+msgstr "<bookmark_value>IMLN funkcija</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3153983\n"
+"120\n"
+"help.text"
+msgid "ATAN2"
+msgstr "ATAN2"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154297\n"
+"121\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ARCTAN2\">Returns the inverse trigonometric tangent of the specified x and y coordinates.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ARCTAN2\">vraca trigonometrijsku tangentu specifiranih x i y osa(arc tangent) i y-coordinates.</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3149758\n"
+"122\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3156013\n"
+"123\n"
+"help.text"
+msgid "ATAN2(NumberX; NumberY)"
+msgstr "ATAN2(Number_x; Number_y)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3151168\n"
+"124\n"
+"help.text"
+msgid "<emph>NumberX</emph> is the value of the x coordinate."
+msgstr "<emph>Number_x</emph> vrijednost x-coordinate."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152798\n"
+"125\n"
+"help.text"
+msgid "<emph>NumberY</emph> is the value of the y coordinate."
+msgstr "<emph>Number_y</emph> vrijednost y-coordinate."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id5036164\n"
+"help.text"
+msgid "ATAN2 returns the inverse trigonometric tangent, that is, the angle (in radians) between the x-axis and a line from point NumberX, NumberY to the origin. The angle returned is between -PI and PI."
+msgstr "ATAN2 vrava inverznu trigonometrijsku tangentu koja je ugao u radijanima izmedju x-ose i linije od tacke <emph>Number_x, Number_y</emph> u pocetak. ugao je vracen izmedju -PI to +PI."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3001800\n"
+"help.text"
+msgid "To return the angle in degrees, use the DEGREES function."
+msgstr "vrati u stepenima, koristi DEGREES funkciju"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3145663\n"
+"126\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154692\n"
+"127\n"
+"help.text"
+msgid "<item type=\"input\">=ATAN2(20;20)</item> returns 0.785398163397448 (PI/4 radians)."
+msgstr "<item type=\"input\">=ATAN2(20; 20)</item> returns 0.785398163397448 (PI/4 radians)."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id1477095\n"
+"help.text"
+msgid "<item type=\"input\">=DEGREES(ATAN2(12.3;12.3))</item> returns 45. The tangent of 45 degrees is 1."
+msgstr "<item type=\"input\">=DEGREES(ATAN2(12.3; 12.3))</item> returns 45. The tangent of 45 degrees is 1."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3155398\n"
+"help.text"
+msgid "<bookmark_value>ATANH function</bookmark_value>"
+msgstr "<bookmark_value>IMLN funkcija</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3155398\n"
+"130\n"
+"help.text"
+msgid "ATANH"
+msgstr "ATANH"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3148829\n"
+"131\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ARTANHYP\">Returns the inverse hyperbolic tangent of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ARTANHYP\">Vraca hiperbolicnu tangentu broja.</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3146997\n"
+"132\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3149912\n"
+"133\n"
+"help.text"
+msgid "ATANH(Number)"
+msgstr "TANH(Broj)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3150521\n"
+"134\n"
+"help.text"
+msgid "This function returns the inverse hyperbolic tangent of <emph>Number</emph>, that is the number whose hyperbolic tangent is Number."
+msgstr "ova funkcija vraca inverznu tangentu od <emph>Broj</emph>, that is the number whose hyperbolic tangent is <emph>Broj</emph>."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id9357280\n"
+"help.text"
+msgid "Number must obey the condition -1 < number < 1."
+msgstr "<emph>Number</emph>morate zadovoljit uslov -1 < <emph>Number</emph> < +1."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3148450\n"
+"135\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3145419\n"
+"136\n"
+"help.text"
+msgid "<item type=\"input\">=ATANH(0)</item> returns 0."
+msgstr "<item type=\"input\">=ODD(0)</item> vraca 1."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3153062\n"
+"help.text"
+msgid "<bookmark_value>COS function</bookmark_value>"
+msgstr "<bookmark_value>IMCOS funkcija</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3153062\n"
+"149\n"
+"help.text"
+msgid "COS"
+msgstr "COS"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3148803\n"
+"150\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_COS\">Returns the cosine of the given angle (in radians).</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_COS\">Vraca kosinus datog ugla(in radians).</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3150779\n"
+"151\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154213\n"
+"152\n"
+"help.text"
+msgid "COS(Number)"
+msgstr "HOUR(Broj)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154285\n"
+"153\n"
+"help.text"
+msgid "Returns the (trigonometric) cosine of <emph>Number</emph>, the angle in radians."
+msgstr "Vraca (trigonometric) kosinus <emph>Broj</emph>, the angle in radians."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id831019\n"
+"help.text"
+msgid "To return the cosine of an angle in degrees, use the RADIANS function."
+msgstr "Vraca kosinus ugla u stepenima, koristi RADIANS funkciju."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3153579\n"
+"154\n"
+"help.text"
+msgid "Examples"
+msgstr "Primjeri"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3147240\n"
+"155\n"
+"help.text"
+msgid "<item type=\"input\">=COS(PI()/2)</item> returns 0, the cosine of PI/2 radians."
+msgstr "<item type=\"input\">=SIN(PI()/2)</item> vraca 1, sinus PI/2 radijana."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3147516\n"
+"156\n"
+"help.text"
+msgid "<item type=\"input\">=COS(RADIANS(60))</item> returns 0.5, the cosine of 60 degrees."
+msgstr "<item type=\"input\">=SIN(RADIANS(30))</item>vraca 0.5, sinus 30 stepeni."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3154277\n"
+"help.text"
+msgid "<bookmark_value>COSH function</bookmark_value>"
+msgstr "<bookmark_value>IMCOS funkcija</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3154277\n"
+"159\n"
+"help.text"
+msgid "COSH"
+msgstr "COSH"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3146946\n"
+"160\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_COSHYP\">Returns the hyperbolic cosine of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_COSHYP\">Vraca hiperbolicni kosinus broja.</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3149792\n"
+"161\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3166440\n"
+"162\n"
+"help.text"
+msgid "COSH(Number)"
+msgstr "MONTH(Broj)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3150710\n"
+"163\n"
+"help.text"
+msgid "Returns the hyperbolic cosine of <emph>Number</emph>."
+msgstr "Vraca hiperbolicni kosinus <emph>Broj</emph>."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3153234\n"
+"164\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154099\n"
+"165\n"
+"help.text"
+msgid "<item type=\"input\">=COSH(0)</item> returns 1, the hyperbolic cosine of 0."
+msgstr "<item type=\"input\">=SINH(0)</item>vraca 0, hiperbolicki sinus od 0."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3152888\n"
+"help.text"
+msgid "<bookmark_value>COT function</bookmark_value>"
+msgstr "<bookmark_value>NOW funkcija</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3152888\n"
+"169\n"
+"help.text"
+msgid "COT"
+msgstr "COT"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3153679\n"
+"170\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_COT\">Returns the cotangent of the given angle (in radians).</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_TAN\">Vraca tangentu zadatog ugla (u radijanima).</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3152943\n"
+"171\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154856\n"
+"172\n"
+"help.text"
+msgid "COT(Number)"
+msgstr "MONTH(Broj)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3149969\n"
+"173\n"
+"help.text"
+msgid "Returns the (trigonometric) cotangent of <emph>Number</emph>, the angle in radians."
+msgstr "Vraca (trigonometric) kotangent <emph>Broj</emph>, the angle in radians."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3444624\n"
+"help.text"
+msgid "To return the cotangent of an angle in degrees, use the RADIANS function."
+msgstr "Vraca kotangent ugla u stepenima, koristi RADIANS function."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id6814477\n"
+"help.text"
+msgid "The cotangent of an angle is equivalent to 1 divided by the tangent of that angle."
+msgstr "Kontangent ugla koji je ekvivalentat sa 1 i podijeljen tangentom tog ugla."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3149800\n"
+"174\n"
+"help.text"
+msgid "Examples:"
+msgstr "PRimjeri:"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3148616\n"
+"175\n"
+"help.text"
+msgid "<item type=\"input\">=COT(PI()/4)</item> returns 1, the cotangent of PI/4 radians."
+msgstr "<item type=\"input\">=TAN(PI()/4) </item>vraca 1, tangenta PI/4 radijana."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3148986\n"
+"176\n"
+"help.text"
+msgid "<item type=\"input\">=COT(RADIANS(45))</item> returns 1, the cotangent of 45 degrees."
+msgstr "<item type=\"input\">=TAN(RADIANS(45))</item> vraca 1, tangentu ugla 45 stepeni."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3154337\n"
+"help.text"
+msgid "<bookmark_value>COTH function</bookmark_value>"
+msgstr "<bookmark_value>MONTH funkcija</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3154337\n"
+"178\n"
+"help.text"
+msgid "COTH"
+msgstr "COTH"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3149419\n"
+"179\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_COTHYP\">Returns the hyperbolic cotangent of a given number (angle).</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_TANHYP\">Vraca hiperbolicku tangentu broja.</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3149242\n"
+"180\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143280\n"
+"181\n"
+"help.text"
+msgid "COTH(Number)"
+msgstr "MONTH(Broj)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154799\n"
+"182\n"
+"help.text"
+msgid "Returns the hyperbolic cotangent of <emph>Number</emph>."
+msgstr "vraca hiperbolicni kotangent <emph>Broj</emph>."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3155422\n"
+"183\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144754\n"
+"184\n"
+"help.text"
+msgid "<item type=\"input\">=COTH(1)</item> returns the hyperbolic cotangent of 1, approximately 1.3130."
+msgstr "<item type=\"input\">=ACOTH(1.1)</item> vraca hiperbolicni kontangens 1.1, approximately 1.52226."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id6110552\n"
+"help.text"
+msgid "<bookmark_value>CSC function</bookmark_value>"
+msgstr "<bookmark_value>ERFC funkcija</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id9523234\n"
+"149\n"
+"help.text"
+msgid "CSC"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id4896433\n"
+"150\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_COSECANT\">Returns the cosecant of the given angle (in radians). The cosecant of an angle is equivalent to 1 divided by the sine of that angle</ahelp>"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3534032\n"
+"151\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id4571344\n"
+"152\n"
+"help.text"
+msgid "CSC(Number)"
+msgstr "MONTH(Broj)"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id9859164\n"
+"153\n"
+"help.text"
+msgid "Returns the (trigonometric) cosecant of <emph>Number</emph>, the angle in radians."
+msgstr "Vraca (trigonometric) kosinus <emph>Broj</emph>, the angle in radians."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3428494\n"
+"help.text"
+msgid "To return the cosecant of an angle in degrees, use the RADIANS function."
+msgstr "Vraca kosinus ugla u stepenima, koristi RADIANS funkciju."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id2577161\n"
+"154\n"
+"help.text"
+msgid "Examples"
+msgstr "Primjeri"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3736803\n"
+"155\n"
+"help.text"
+msgid "<item type=\"input\">=CSC(PI()/4)</item> returns approximately 1.4142135624, the inverse of the sine of PI/4 radians."
+msgstr ""
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id6016818\n"
+"156\n"
+"help.text"
+msgid "<item type=\"input\">=CSC(RADIANS(30))</item> returns 2, the cosecant of 30 degrees."
+msgstr "<item type=\"input\">=SIN(RADIANS(30))</item>vraca 0.5, sinus 30 stepeni."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id9288877\n"
+"help.text"
+msgid "<bookmark_value>CSCH function</bookmark_value>"
+msgstr "<bookmark_value>ERFC funkcija</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id4325650\n"
+"159\n"
+"help.text"
+msgid "CSCH"
+msgstr ""
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id579916\n"
+"160\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_COSECANTHYP\">Returns the hyperbolic cosecant of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_COSHYP\">Vraca hiperbolicni kosinus broja.</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id5336768\n"
+"161\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3108851\n"
+"162\n"
+"help.text"
+msgid "CSCH(Number)"
+msgstr "MONTH(Broj)"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id1394188\n"
+"163\n"
+"help.text"
+msgid "Returns the hyperbolic cosecant of <emph>Number</emph>."
+msgstr "Vraca hiperbolicni kosinus <emph>Broj</emph>."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id6037477\n"
+"164\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id5426085\n"
+"165\n"
+"help.text"
+msgid "<item type=\"input\">=CSCH(1)</item> returns approximately 0.8509181282, the hyperbolic cosecant of 1."
+msgstr ""
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3145314\n"
+"help.text"
+msgid "<bookmark_value>DEGREES function</bookmark_value><bookmark_value>converting;radians, into degrees</bookmark_value>"
+msgstr "<bookmark_value>DEC2BIN funkcija</bookmark_value><bookmark_value>konvertira;decimalne brojeve , u binarne brojeve</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3145314\n"
+"188\n"
+"help.text"
+msgid "DEGREES"
+msgstr "DEGREES"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3149939\n"
+"189\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DEG\">Converts radians into degrees.</ahelp>"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3150623\n"
+"190\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3145600\n"
+"191\n"
+"help.text"
+msgid "DEGREES(Number)"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3149484\n"
+"192\n"
+"help.text"
+msgid "<emph>Number</emph> is the angle in radians to be converted to degrees."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3669545\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3459578\n"
+"help.text"
+msgid "<item type=\"input\">=DEGREES(PI())</item> returns 180 degrees."
+msgstr ""
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3148698\n"
+"help.text"
+msgid "<bookmark_value>EXP function</bookmark_value>"
+msgstr "<bookmark_value>IMEXP funkcija</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3148698\n"
+"198\n"
+"help.text"
+msgid "EXP"
+msgstr "EXP"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3150592\n"
+"199\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_EXP\">Returns e raised to the power of a number.</ahelp> The constant e has a value of approximately 2.71828182845904."
+msgstr "<ahelp hid=\"HID_AAI_FUNC_IMEXP\">Rezultat je jakost od e i kompleksni broj.</ahelp> Konstantni e ima vrijednost oko 2.71828182845904."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3150351\n"
+"200\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3146786\n"
+"201\n"
+"help.text"
+msgid "EXP(Number)"
+msgstr "YEAR(Broj)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3155608\n"
+"202\n"
+"help.text"
+msgid "<emph>Number</emph> is the power to which e is to be raised."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3154418\n"
+"203\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3156340\n"
+"204\n"
+"help.text"
+msgid "<item type=\"input\">=EXP(1)</item> returns 2.71828182845904, the mathematical constant e to Calc's accuracy."
+msgstr ""
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3145781\n"
+"help.text"
+msgid "<bookmark_value>FACT function</bookmark_value><bookmark_value>factorials;numbers</bookmark_value>"
+msgstr "<bookmark_value>DELTA funkcija</bookmark_value><bookmark_value>prepoznaje;jednake brojeve</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3145781\n"
+"208\n"
+"help.text"
+msgid "FACT"
+msgstr "FACT"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3151109\n"
+"209\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_FAKULTAET\">Returns the factorial of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_FACTDOUBLE\">Vraća dupli faktorijal broja.</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3146902\n"
+"210\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154661\n"
+"211\n"
+"help.text"
+msgid "FACT(Number)"
+msgstr "TAN(Broj)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152952\n"
+"212\n"
+"help.text"
+msgid "Returns Number!, the factorial of <emph>Number</emph>, calculated as 1*2*3*4* ... * Number."
+msgstr ""
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3834650\n"
+"help.text"
+msgid "=FACT(0) returns 1 by definition."
+msgstr "FACTDOUBLE(0) vraća jedan po definiciji."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id8429517\n"
+"help.text"
+msgid "The factorial of a negative number returns the \"invalid argument\" error."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3154569\n"
+"213\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154476\n"
+"216\n"
+"help.text"
+msgid "<item type=\"input\">=FACT(3)</item> returns 6."
+msgstr "<item type=\"input\">=SQRT(16)</item> vraca 4."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3147525\n"
+"214\n"
+"help.text"
+msgid "<item type=\"input\">=FACT(0)</item> returns 1."
+msgstr "<item type=\"input\">=ODD(0)</item> vraca 1."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3159084\n"
+"help.text"
+msgid "<bookmark_value>INT function</bookmark_value><bookmark_value>numbers;rounding down to next integer</bookmark_value><bookmark_value>rounding;down to next integer</bookmark_value>"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3159084\n"
+"218\n"
+"help.text"
+msgid "INT"
+msgstr "INT"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3158441\n"
+"219\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_GANZZAHL\">Rounds a number down to the nearest integer.</ahelp>"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3146132\n"
+"220\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3156146\n"
+"221\n"
+"help.text"
+msgid "INT(Number)"
+msgstr "SINH(Broj)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154117\n"
+"222\n"
+"help.text"
+msgid "Returns <emph>Number</emph> rounded down to the nearest integer."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id153508\n"
+"help.text"
+msgid "Negative numbers round down to the integer below."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3155118\n"
+"223\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3156267\n"
+"224\n"
+"help.text"
+msgid "<item type=\"input\">=INT(5.7)</item> returns 5."
+msgstr "<item type=\"input\">=SIGN(3.4)</item>vraca 1."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3147323\n"
+"225\n"
+"help.text"
+msgid "<item type=\"input\">=INT(-1.3)</item> returns -2."
+msgstr "<item type=\"input\">=SIGN(-4.5)</item> vraca -1."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3150938\n"
+"help.text"
+msgid "<bookmark_value>EVEN function</bookmark_value><bookmark_value>numbers;rounding up/down to even integers</bookmark_value><bookmark_value>rounding;up/down to even integers</bookmark_value>"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3150938\n"
+"227\n"
+"help.text"
+msgid "EVEN"
+msgstr "EVEN"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3149988\n"
+"228\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_GERADE\">Rounds a positive number up to the next even integer and a negative number down to the next even integer.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_UNGERADE\">Zaokruzuje pozitivne brojeve gore do najblizeg neparnog broja i negativne vrijednosti dole do najblizeg neparnog broja.</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3148401\n"
+"229\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3150830\n"
+"230\n"
+"help.text"
+msgid "EVEN(Number)"
+msgstr "SIN(Broj)"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3153350\n"
+"231\n"
+"help.text"
+msgid "Returns <emph>Number</emph> rounded to the next even integer up, away from zero."
+msgstr "Vraca <emph>Broj</emph> zaokruzeno na sljedeci neparan index gore, dalje od nule."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3155508\n"
+"232\n"
+"help.text"
+msgid "Examples"
+msgstr "Primjeri"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154361\n"
+"233\n"
+"help.text"
+msgid "<item type=\"input\">=EVEN(2.3)</item> returns 4."
+msgstr "<item type=\"input\">=SIGN(3.4)</item>vraca 1."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id8477736\n"
+"help.text"
+msgid "<item type=\"input\">=EVEN(2)</item> returns 2."
+msgstr "<item type=\"input\">=ODD(1)</item> vraca 1."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id159611\n"
+"help.text"
+msgid "<item type=\"input\">=EVEN(0)</item> returns 0."
+msgstr "<item type=\"input\">=ODD(0)</item> vraca 1."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id6097598\n"
+"help.text"
+msgid "<item type=\"input\">=EVEN(-0.5)</item> returns -2."
+msgstr "<item type=\"input\">=SIGN(-4.5)</item> vraca -1."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3147356\n"
+"help.text"
+msgid "<bookmark_value>GCD function</bookmark_value><bookmark_value>greatest common divisor</bookmark_value>"
+msgstr "<bookmark_value>ERF funkcija</bookmark_value><bookmark_value>Gaussian eror integral</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3147356\n"
+"237\n"
+"help.text"
+msgid "GCD"
+msgstr "GCD"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152465\n"
+"238\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_GGT\">Returns the greatest common divisor of two or more integers.</ahelp>"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id2769249\n"
+"help.text"
+msgid "The greatest common divisor is the positive largest integer which will divide, without remainder, each of the given integers."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3150643\n"
+"239\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154524\n"
+"240\n"
+"help.text"
+msgid "GCD(Integer1; Integer2; ...; Integer30)"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3149340\n"
+"241\n"
+"help.text"
+msgid "<emph>Integer1 To 30</emph> are up to 30 integers whose greatest common divisor is to be calculated."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3147317\n"
+"242\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3151285\n"
+"243\n"
+"help.text"
+msgid "<item type=\"input\">=GCD(16;32;24) </item>gives the result 8, because 8 is the largest number that can divide 16, 24 and 32 without a remainder."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id1604663\n"
+"help.text"
+msgid "<item type=\"input\">=GCD(B1:B3)</item> where cells B1, B2, B3 contain <item type=\"input\">9</item>, <item type=\"input\">12</item>, <item type=\"input\">9</item> gives 3."
+msgstr ""
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3151221\n"
+"help.text"
+msgid "<bookmark_value>GCD_ADD function</bookmark_value>"
+msgstr "<bookmark_value>TODAY funkcija</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3151221\n"
+"677\n"
+"help.text"
+msgid "GCD_ADD"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3153257\n"
+"678\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_GCD\"> The result is the greatest common divisor of a list of numbers.</ahelp>"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3147548\n"
+"679\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3156205\n"
+"680\n"
+"help.text"
+msgid "GCD_ADD(Number(s))"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3145150\n"
+"681\n"
+"help.text"
+msgid "<emph>Number(s)</emph> is a list of up to 30 numbers."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3150239\n"
+"682\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3159192\n"
+"683\n"
+"help.text"
+msgid "<item type=\"input\">=GCD_ADD(5;15;25)</item> returns 5."
+msgstr "<item type=\"input\">=ODD(1.2)</item> vraca 3."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3156048\n"
+"help.text"
+msgid "<bookmark_value>ISEVEN function</bookmark_value><bookmark_value>even integers</bookmark_value>"
+msgstr "<bookmark_value>MDETERM funkcija</bookmark_value><bookmark_value>determinants</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3156048\n"
+"245\n"
+"help.text"
+msgid "ISEVEN"
+msgstr "ISEVEN"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3149169\n"
+"246\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ISTGERADE\">Returns TRUE if the value is an even integer, or FALSE if the value is odd.</ahelp>"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3146928\n"
+"247\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3151203\n"
+"248\n"
+"help.text"
+msgid "ISEVEN(Value)"
+msgstr ""
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3150491\n"
+"249\n"
+"help.text"
+msgid "<emph>Value</emph> is the value to be checked."
+msgstr "<emph>Vrijednost</emph> je sadrzaj koji se testira."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3445844\n"
+"help.text"
+msgid "If Value is not an integer any digits after the decimal point are ignored. The sign of Value is also ignored."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3154136\n"
+"250\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163813\n"
+"251\n"
+"help.text"
+msgid "<item type=\"input\">=ISEVEN(48)</item> returns TRUE"
+msgstr "<item type=\"input\">=ISREF(4)</item> returns <emph>FALSE</emph>."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id8378856\n"
+"help.text"
+msgid "<item type=\"input\">=ISEVEN(33)</item> returns FALSE"
+msgstr "<item type=\"input\">=ISREF(4)</item> returns <emph>FALSE</emph>."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id7154759\n"
+"help.text"
+msgid "<item type=\"input\">=ISEVEN(0)</item> returns TRUE"
+msgstr "<item type=\"input\">=ISEVEN_ADD(5)</item> vraća 0."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id1912289\n"
+"help.text"
+msgid "<item type=\"input\">=ISEVEN(-2.1)</item> returns TRUE"
+msgstr "<item type=\"input\">=SIGN(-4.5)</item> vraca -1."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id5627307\n"
+"help.text"
+msgid "<item type=\"input\">=ISEVEN(3.999)</item> returns FALSE"
+msgstr "<item type=\"input\">=ISREF(4)</item> returns <emph>FALSE</emph>."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3156034\n"
+"help.text"
+msgid "<bookmark_value>ISODD function</bookmark_value><bookmark_value>odd integers</bookmark_value>"
+msgstr "<bookmark_value>MDETERM funkcija</bookmark_value><bookmark_value>determinants</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3156034\n"
+"255\n"
+"help.text"
+msgid "ISODD"
+msgstr "ISODD"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3155910\n"
+"256\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ISTUNGERADE\">Returns TRUE if the value is odd, or FALSE if the number is even.</ahelp>"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3151006\n"
+"257\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3151375\n"
+"258\n"
+"help.text"
+msgid "ISODD(value)"
+msgstr ""
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3155139\n"
+"259\n"
+"help.text"
+msgid "<emph>Value</emph> is the value to be checked."
+msgstr "<emph>Vrijednost</emph> je sadrzaj koji se testira."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id9027680\n"
+"help.text"
+msgid "If Value is not an integer any digits after the decimal point are ignored. The sign of Value is also ignored."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3163723\n"
+"260\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3155345\n"
+"261\n"
+"help.text"
+msgid "<item type=\"input\">=ISODD(33)</item> returns TRUE"
+msgstr "<item type=\"input\">=ODD(1)</item> vraca 1."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id9392986\n"
+"help.text"
+msgid "<item type=\"input\">=ISODD(48)</item> returns FALSE"
+msgstr "<item type=\"input\">=ISREF(4)</item> returns <emph>FALSE</emph>."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id5971251\n"
+"help.text"
+msgid "<item type=\"input\">=ISODD(3.999)</item> returns TRUE"
+msgstr "<item type=\"input\">=ODD(1.2)</item> vraca 3."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id4136478\n"
+"help.text"
+msgid "<item type=\"input\">=ISODD(-3.1)</item> returns TRUE"
+msgstr "<item type=\"input\">=ODD(-3.1)</item>vraca -5."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3145213\n"
+"help.text"
+msgid "<bookmark_value>LCM function</bookmark_value><bookmark_value>least common multiples</bookmark_value><bookmark_value>lowest common multiples</bookmark_value>"
+msgstr "<bookmark_value>Element funkcija</bookmark_value><bookmark_value>Element informacija</bookmark_value><bookmark_value>informacij</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3145213\n"
+"265\n"
+"help.text"
+msgid "LCM"
+msgstr "LCM"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3146814\n"
+"266\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_KGV\">Returns the least common multiple of one or more integers.</ahelp>"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3148632\n"
+"267\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3147279\n"
+"268\n"
+"help.text"
+msgid "LCM(Integer1; Integer2; ...; Integer30)"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3156348\n"
+"269\n"
+"help.text"
+msgid "<emph>Integer1 to 30</emph> are up to 30 integers whose lowest common multiple is to be calculated."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3156431\n"
+"270\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154914\n"
+"271\n"
+"help.text"
+msgid "If you enter the numbers <item type=\"input\">512</item>;<item type=\"input\">1024</item> and <item type=\"input\">2000</item> in the Integer 1;2 and 3 text boxes, 128000 will be returned as the result."
+msgstr "Ako unesete brojeve <item type=\"input\">2</item>; <item type=\"input\">3</item> and <item type=\"input\">4</item> u Broj_1; 2 i 3 polja teksta, vraceni rezultat ce biti 9."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3154230\n"
+"help.text"
+msgid "<bookmark_value>LCM_ADD function</bookmark_value>"
+msgstr "<bookmark_value>IMABS funkcija</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3154230\n"
+"684\n"
+"help.text"
+msgid "LCM_ADD"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3149036\n"
+"685\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_LCM\"> The result is the lowest common multiple of a list of numbers.</ahelp>"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3153132\n"
+"686\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154395\n"
+"687\n"
+"help.text"
+msgid "LCM_ADD(Number(s))"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3147377\n"
+"688\n"
+"help.text"
+msgid "<emph>Number(s)</emph> is a list of up to 30 numbers."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3145122\n"
+"689\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3145135\n"
+"690\n"
+"help.text"
+msgid "<item type=\"input\">=LCM_ADD(5;15;25)</item> returns 75."
+msgstr "<item type=\"input\">=ODD(1.2)</item> vraca 3."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3155802\n"
+"help.text"
+msgid "<bookmark_value>COMBIN function</bookmark_value><bookmark_value>number of combinations</bookmark_value>"
+msgstr "<bookmark_value>COUPNUM funkcija</bookmark_value><bookmark_value>broj kupona</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3155802\n"
+"273\n"
+"help.text"
+msgid "COMBIN"
+msgstr "COMBIN"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3156172\n"
+"274\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_KOMBINATIONEN\">Returns the number of combinations for elements without repetition.</ahelp>"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3156193\n"
+"275\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3150223\n"
+"276\n"
+"help.text"
+msgid "COMBIN(Count1; Count2)"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3150313\n"
+"277\n"
+"help.text"
+msgid "<emph>Count1</emph> is the number of items in the set."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3153830\n"
+"278\n"
+"help.text"
+msgid "<emph>Count2</emph> is the number of items to choose from the set."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id6807458\n"
+"help.text"
+msgid "COMBIN returns the number of ordered ways to choose these items. For example if there are 3 items A, B and C in a set, you can choose 2 items in 3 different ways, namely AB, AC and BC."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id7414471\n"
+"help.text"
+msgid "COMBIN implements the formula: Count1!/(Count2!*(Count1-Count2)!)"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3153171\n"
+"279\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3153517\n"
+"280\n"
+"help.text"
+msgid "<item type=\"input\">=COMBIN(3;2)</item> returns 3."
+msgstr "<item type=\"input\">=ODD(1.2)</item> vraca 3."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3150284\n"
+"help.text"
+msgid "<bookmark_value>COMBINA function</bookmark_value><bookmark_value>number of combinations with repetitions</bookmark_value>"
+msgstr "<bookmark_value>COUPNUM funkcija</bookmark_value><bookmark_value>broj kupona</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3150284\n"
+"282\n"
+"help.text"
+msgid "COMBINA"
+msgstr "COMBINA"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3157894\n"
+"283\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_KOMBINATIONEN2\">Returns the number of combinations of a subset of items including repetitions.</ahelp>"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3145752\n"
+"284\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3145765\n"
+"285\n"
+"help.text"
+msgid "COMBINA(Count1; Count2)"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3153372\n"
+"286\n"
+"help.text"
+msgid "<emph>Count1</emph> is the number of items in the set."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3155544\n"
+"287\n"
+"help.text"
+msgid "<emph>Count2</emph> is the number of items to choose from the set."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id1997131\n"
+"help.text"
+msgid "COMBINA returns the number of unique ways to choose these items, where the order of choosing is irrelevant, and repetition of items is allowed. For example if there are 3 items A, B and C in a set, you can choose 2 items in 6 different ways, namely AA, AB, AC, BB, BC and CC."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id2052064\n"
+"help.text"
+msgid "COMBINA implements the formula: (Count1+Count2-1)! / (Count2!(Count1-1)!)"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3154584\n"
+"288\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152904\n"
+"289\n"
+"help.text"
+msgid "<item type=\"input\">=COMBINA(3;2)</item> returns 6."
+msgstr "<item tip=\"input\">=DELTA(1; 2)</item> vraca 0."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3156086\n"
+"help.text"
+msgid "<bookmark_value>TRUNC function</bookmark_value><bookmark_value>decimal places;cutting off</bookmark_value>"
+msgstr "<bookmark_value>ISNA function</bookmark_value><bookmark_value>#N/A error;recognising</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3156086\n"
+"291\n"
+"help.text"
+msgid "TRUNC"
+msgstr "TRUNC"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3157866\n"
+"292\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_KUERZEN\">Truncates a number by removing decimal places.</ahelp>"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3148499\n"
+"293\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3148511\n"
+"294\n"
+"help.text"
+msgid "TRUNC(Number; Count)"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3150796\n"
+"295\n"
+"help.text"
+msgid "Returns <emph>Number</emph> with at most <emph>Count</emph> decimal places. Excess decimal places are simply removed, irrespective of sign."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3150816\n"
+"296\n"
+"help.text"
+msgid "<item type=\"literal\">TRUNC(Number; 0)</item> behaves as <item type=\"literal\">INT(Number)</item> for positive numbers, but effectively rounds towards zero for negative numbers."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3148548\n"
+"557\n"
+"help.text"
+msgid "The <emph>visible</emph> decimal places of the result are specified in <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060500.xhp\">%PRODUCTNAME Calc - Calculate</link>."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3152555\n"
+"297\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152569\n"
+"298\n"
+"help.text"
+msgid "<item type=\"input\">=TRUNC(1.239;2)</item> returns 1.23. The 9 is lost."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id7050080\n"
+"help.text"
+msgid "<item type=\"input\">=TRUNC(-1.234999;3)</item> returns -1.234. All the 9s are lost."
+msgstr ""
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3153601\n"
+"help.text"
+msgid "<bookmark_value>LN function</bookmark_value><bookmark_value>natural logarithm</bookmark_value>"
+msgstr "<bookmark_value>ERF funkcija</bookmark_value><bookmark_value>Gaussian eror integral</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3153601\n"
+"301\n"
+"help.text"
+msgid "LN"
+msgstr "LN"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154974\n"
+"302\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_LN\">Returns the natural logarithm based on the constant e of a number.</ahelp> The constant e has a value of approximately 2.71828182845904."
+msgstr "<ahelp hid=\"HID_AAI_FUNC_IMLN\">Rezultat je prirodni logaritam (baza e) od kompleksnog broja.</ahelp> Konstantni e ima vrijednost oko 2.71828182845904."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3154993\n"
+"303\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3155284\n"
+"304\n"
+"help.text"
+msgid "LN(Number)"
+msgstr "SIN(Broj)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3155297\n"
+"305\n"
+"help.text"
+msgid "<emph>Number</emph> is the value whose natural logarithm is to be calculated."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3153852\n"
+"306\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3153866\n"
+"307\n"
+"help.text"
+msgid "<item type=\"input\">=LN(3)</item> returns the natural logarithm of 3 (approximately 1.0986)."
+msgstr ""
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id5747245\n"
+"help.text"
+msgid "<item type=\"input\">=LN(EXP(321))</item> returns 321."
+msgstr "<item tip=\"input\">=GESTEP(5; 1)</item> vraca 1."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3109813\n"
+"help.text"
+msgid "<bookmark_value>LOG function</bookmark_value><bookmark_value>logarithms</bookmark_value>"
+msgstr "<bookmark_value>MDETERM funkcija</bookmark_value><bookmark_value>determinants</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3109813\n"
+"311\n"
+"help.text"
+msgid "LOG"
+msgstr "LOG"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3109841\n"
+"312\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_LOG\">Returns the logarithm of a number to the specified base.</ahelp>"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3144719\n"
+"313\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144732\n"
+"314\n"
+"help.text"
+msgid "LOG(Number; Base)"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144746\n"
+"315\n"
+"help.text"
+msgid "<emph>Number</emph> is the value whose logarithm is to be calculated."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152840\n"
+"316\n"
+"help.text"
+msgid "<emph>Base</emph> (optional) is the base for the logarithm calculation. If omitted, Base 10 is assumed."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3152860\n"
+"317\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154429\n"
+"318\n"
+"help.text"
+msgid "<item type=\"input\">=LOG(10;3)</item> returns the logarithm to base 3 of 10 (approximately 2.0959)."
+msgstr ""
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id5577562\n"
+"help.text"
+msgid "<item type=\"input\">=LOG(7^4;7)</item> returns 4."
+msgstr "<item type=\"input\">=SIGN(3.4)</item>vraca 1."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3154187\n"
+"help.text"
+msgid "<bookmark_value>LOG10 function</bookmark_value><bookmark_value>base-10 logarithm</bookmark_value>"
+msgstr "<bookmark_value>MDETERM funkcija</bookmark_value><bookmark_value>determinants</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3154187\n"
+"322\n"
+"help.text"
+msgid "LOG10"
+msgstr "LOG10"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3155476\n"
+"323\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_LOG10\">Returns the base-10 logarithm of a number.</ahelp>"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3155494\n"
+"324\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3159294\n"
+"325\n"
+"help.text"
+msgid "LOG10(Number)"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3159308\n"
+"326\n"
+"help.text"
+msgid "Returns the logarithm to base 10 of <emph>Number</emph>."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3159328\n"
+"327\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3157916\n"
+"328\n"
+"help.text"
+msgid "<item type=\"input\">=LOG10(5)</item> returns the base-10 logarithm of 5 (approximately 0.69897)."
+msgstr ""
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3152518\n"
+"help.text"
+msgid "<bookmark_value>CEILING function</bookmark_value><bookmark_value>rounding;up to multiples of significance</bookmark_value>"
+msgstr "<bookmark_value>FLOOR function</bookmark_value><bookmark_value>zaokruzivanje; do najblizeg umnoska znacenja</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3152518\n"
+"332\n"
+"help.text"
+msgid "CEILING"
+msgstr "CEILING"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3153422\n"
+"558\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_OBERGRENZE\">Rounds a number up to the nearest multiple of Significance.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_UNTERGRENZE\">Zaokruzuje broj do najblizeg umnoska znacenja.</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3153440\n"
+"334\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3153454\n"
+"335\n"
+"help.text"
+msgid "CEILING(Number; Significance; Mode)"
+msgstr "FLOOR(Broj; Znacenje; Oblik)"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3153467\n"
+"336\n"
+"help.text"
+msgid "<emph>Number</emph> is the number that is to be rounded up."
+msgstr "<emph>Broj</emph> je broj koji treba biti zaokruzen prema dole."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3155000\n"
+"337\n"
+"help.text"
+msgid "<emph>Significance</emph> is the number to whose multiple the value is to be rounded up."
+msgstr "<emph>Značaj</emph>je vrijednost do cijed ce umnoska broj biti zaokruzen."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3155020\n"
+"559\n"
+"help.text"
+msgid "<emph>Mode</emph> is an optional value. If the Mode value is given and not equal to zero, and if Number and Significance are negative, then rounding is done based on the absolute value of Number. This parameter is ignored when exporting to MS Excel as Excel does not know any third parameter."
+msgstr "<emph>Režim</emph>je neobavezna vrijednost. Ako je navedena i nije jednaka nuli, ako su broj i If it is indicated and is not equal to zero, ako su broj i prirast negativni, zaokruzivanje gore je izvrseno prema toj vrijednosti. Takodjer je moguce ignorirati ovu vrijednost nakon izvrsavanja unosa u Microsoft Excel jer Excel ne podrzava unosenje treceg parametra za ovu funkciju"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163792\n"
+"629\n"
+"help.text"
+msgid "If both parameters Number and Significance are negative and the Mode value is equal to zero or is not given, the results in $[officename] and Excel will differ after the import has been completed. If you export the spreadsheet to Excel, use Mode=1 to see the same results in Excel as in Calc."
+msgstr "Ako su oba parametra <emph>Number</emph> and <emph>Significance</emph> negativni, i ako je<emph>Mode</emph> jednaka nuli ili nije navedena, onda ce se rezultat u $[officename] Calc i Excel razlikovati nakon prebacivanja. Ako prenosite tabelu u Excel, koristite Mode = 1 da biste vidjeli isti rezultat u Excel kao u Calc."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3145697\n"
+"338\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3145710\n"
+"339\n"
+"help.text"
+msgid "<item type=\"input\">=CEILING(-11;-2)</item> returns -10"
+msgstr "<item type=\"input\">=FLOOR( -11; -2)</item> vraca -12"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3145725\n"
+"340\n"
+"help.text"
+msgid "<item type=\"input\">=CEILING(-11;-2;0)</item> returns -10"
+msgstr "<item type=\"input\">=FLOOR( -11; -2; 0)</item> vraca -12"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3145740\n"
+"341\n"
+"help.text"
+msgid "<item type=\"input\">=CEILING(-11;-2;1)</item> returns -12"
+msgstr "<item type=\"input\">=FLOOR( -11; -2; 0)</item> vraca -12"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3157762\n"
+"help.text"
+msgid "<bookmark_value>PI function</bookmark_value>"
+msgstr "<bookmark_value>TIME funkcija</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3157762\n"
+"343\n"
+"help.text"
+msgid "PI"
+msgstr "PI"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3157790\n"
+"344\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_PI\">Returns 3.14159265358979, the value of the mathematical constant PI to 14 decimal places.</ahelp>"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3157809\n"
+"345\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3157822\n"
+"346\n"
+"help.text"
+msgid "PI()"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3157836\n"
+"347\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152370\n"
+"348\n"
+"help.text"
+msgid "<item type=\"input\">=PI()</item> returns 3.14159265358979."
+msgstr ""
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3152418\n"
+"help.text"
+msgid "<bookmark_value>MULTINOMIAL function</bookmark_value>"
+msgstr "<bookmark_value>MUNIT funkcija</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3152418\n"
+"635\n"
+"help.text"
+msgid "MULTINOMIAL"
+msgstr "MULTINOMIAL"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152454\n"
+"636\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_MULTINOMIAL\"> Returns the factorial of the sum of the arguments divided by the product of the factorials of the arguments.</ahelp>"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3155646\n"
+"637\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3155660\n"
+"638\n"
+"help.text"
+msgid "MULTINOMIAL(Number(s))"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3155673\n"
+"639\n"
+"help.text"
+msgid "<emph>Number(s)</emph> is a list of up to 30 numbers."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3155687\n"
+"640\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3155701\n"
+"641\n"
+"help.text"
+msgid "<item type=\"input\">=MULTINOMIAL(F11:H11)</item> returns 1260, if F11 to H11 contain the values <item type=\"input\">2</item>, <item type=\"input\">3</item> and <item type=\"input\">4</item>. This corresponds to the formula =(2+3+4)! / (2!*3!*4!)"
+msgstr ""
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3155717\n"
+"help.text"
+msgid "<bookmark_value>POWER function</bookmark_value>"
+msgstr "<bookmark_value>IMPOWER funkcija</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3155717\n"
+"350\n"
+"help.text"
+msgid "POWER"
+msgstr "POWER"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3159495\n"
+"351\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_POTENZ\">Returns a number raised to another number.</ahelp>"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3159513\n"
+"352\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3159526\n"
+"353\n"
+"help.text"
+msgid "POWER(Base; Exponent)"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3159540\n"
+"354\n"
+"help.text"
+msgid "Returns <emph>Base</emph> raised to the power of <emph>Exponent</emph>."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id5081637\n"
+"help.text"
+msgid "The same result may be achieved by using the exponentiation operator ^:"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id9759514\n"
+"help.text"
+msgid "<item type=\"literal\">Base^Exponent</item>"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3159580\n"
+"356\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3159594\n"
+"357\n"
+"help.text"
+msgid "<item type=\"input\">=POWER(4;3)</item> returns 64, which is 4 to the power of 3."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id1614429\n"
+"help.text"
+msgid "=4^3 also returns 4 to the power of 3."
+msgstr ""
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3152651\n"
+"help.text"
+msgid "<bookmark_value>SERIESSUM function</bookmark_value>"
+msgstr "<bookmark_value>IMSUM funkcija</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3152651\n"
+"642\n"
+"help.text"
+msgid "SERIESSUM"
+msgstr "SERIESSUM"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152688\n"
+"643\n"
+"help.text"
+msgid "<ahelp hid=\".\">Sums the first terms of a power series.</ahelp>"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152708\n"
+"644\n"
+"help.text"
+msgid "SERIESSUM(x;n;m;coefficients) = coefficient_1*x^n + coefficient_2*x^(n+m) + coefficient_3*x^(n+2m) +...+ coefficient_i*x^(n+(i-1)m)"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3152724\n"
+"645\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_idN11BD9\n"
+"help.text"
+msgid "SERIESSUM(X; N; M; Coefficients)"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152737\n"
+"646\n"
+"help.text"
+msgid "<emph>X</emph> is the input value for the power series."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144344\n"
+"647\n"
+"help.text"
+msgid "<emph>N</emph> is the initial power"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144357\n"
+"648\n"
+"help.text"
+msgid "<emph>M</emph> is the increment to increase N"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144370\n"
+"649\n"
+"help.text"
+msgid "<emph>Coefficients</emph> is a series of coefficients. For each coefficient the series sum is extended by one section."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3144386\n"
+"help.text"
+msgid "<bookmark_value>PRODUCT function</bookmark_value><bookmark_value>numbers;multiplying</bookmark_value><bookmark_value>multiplying;numbers</bookmark_value>"
+msgstr ""
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3144386\n"
+"361\n"
+"help.text"
+msgid "PRODUCT"
+msgstr "DPRODUCT"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144414\n"
+"362\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_PRODUKT\">Multiplies all the numbers given as arguments and returns the product.</ahelp>"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3144433\n"
+"363\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144446\n"
+"364\n"
+"help.text"
+msgid "PRODUCT(Number1; Number2; ...; Number30)"
+msgstr "SUM(Broj_1; Broj_2; ... Broj_30)"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144460\n"
+"365\n"
+"help.text"
+msgid "<emph>Number1 to 30</emph> are up to 30 arguments whose product is to be calculated."
+msgstr "<emph>Broj_1; Broj_2; ...</emph> su argumenti od 1 do 30 cija suma seracuna."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id1589098\n"
+"help.text"
+msgid "PRODUCT returns number1 * number2 * number3 * ..."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3144480\n"
+"366\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144494\n"
+"367\n"
+"help.text"
+msgid "<item type=\"input\">=PRODUCT(2;3;4)</item> returns 24."
+msgstr "<item tip=\"input\">=DEC2OCT(100; 4)</item> vraca string teksta <emph>0144</emph>."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3160340\n"
+"help.text"
+msgid "<bookmark_value>SUMSQ function</bookmark_value><bookmark_value>square number additions</bookmark_value><bookmark_value>sums;of square numbers</bookmark_value>"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3160340\n"
+"369\n"
+"help.text"
+msgid "SUMSQ"
+msgstr "SUMSQ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3160368\n"
+"370\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_QUADRATESUMME\">If you want to calculate the sum of the squares of numbers (totaling up of the squares of the arguments), enter these into the text fields.</ahelp>"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3160388\n"
+"371\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3160402\n"
+"372\n"
+"help.text"
+msgid "SUMSQ(Number1; Number2; ...; Number30)"
+msgstr "SUM(Broj_1; Broj_2; ... Broj_30)"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3160415\n"
+"373\n"
+"help.text"
+msgid "<emph>Number1 to 30</emph> are up to 30 arguments the sum of whose squares is to be calculated."
+msgstr "<emph>Broj_1; Broj_2; ...</emph> su argumenti od 1 do 30 cija suma seracuna."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3160436\n"
+"374\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3160449\n"
+"375\n"
+"help.text"
+msgid "If you enter the numbers <item type=\"input\">2</item>; <item type=\"input\">3</item> and <item type=\"input\">4</item> in the Number 1; 2 and 3 text boxes, 29 is returned as the result."
+msgstr "Ako unesete brojeve <item type=\"input\">2</item>; <item type=\"input\">3</item> and <item type=\"input\">4</item> u Broj_1; 2 i 3 polja teksta, vraceni rezultat ce biti 9."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3158247\n"
+"help.text"
+msgid "<bookmark_value>MOD function</bookmark_value><bookmark_value>remainders of divisions</bookmark_value>"
+msgstr "<bookmark_value>COUPNUM funkcija</bookmark_value><bookmark_value>broj kupona</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3158247\n"
+"387\n"
+"help.text"
+msgid "MOD"
+msgstr "MOD"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3158276\n"
+"388\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_REST\">Returns the remainder when one integer is divided by another.</ahelp>"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3158294\n"
+"389\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3158308\n"
+"390\n"
+"help.text"
+msgid "MOD(Dividend; Divisor)"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3158321\n"
+"391\n"
+"help.text"
+msgid "For integer arguments this function returns Dividend modulo Divisor, that is the remainder when <emph>Dividend</emph> is divided by <emph>Divisor</emph>."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3158341\n"
+"392\n"
+"help.text"
+msgid "This function is implemented as <item type=\"literal\">Dividend - Divisor * INT(Dividend/Divisor)</item> , and this formula gives the result if the arguments are not integer."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3158361\n"
+"393\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3158374\n"
+"394\n"
+"help.text"
+msgid "<item type=\"input\">=MOD(22;3)</item> returns 1, the remainder when 22 is divided by 3."
+msgstr ""
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id1278420\n"
+"help.text"
+msgid "<item type=\"input\">=MOD(11.25;2.5)</item> returns 1.25."
+msgstr "<item type=\"input\">=ODD(1.2)</item> vraca 3."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3144592\n"
+"help.text"
+msgid "<bookmark_value>QUOTIENT function</bookmark_value><bookmark_value>divisions</bookmark_value>"
+msgstr "<bookmark_value>MDETERM funkcija</bookmark_value><bookmark_value>determinants</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3144592\n"
+"652\n"
+"help.text"
+msgid "QUOTIENT"
+msgstr "QUOTIENT"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144627\n"
+"653\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_QUOTIENT\">Returns the integer part of a division operation.</ahelp>"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3144646\n"
+"654\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144659\n"
+"655\n"
+"help.text"
+msgid "QUOTIENT(Numerator; Denominator)"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id9038972\n"
+"help.text"
+msgid "Returns the integer part of <emph>Numerator</emph> divided by <emph>Denominator</emph>."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id7985168\n"
+"help.text"
+msgid "QUOTIENT is equivalent to <item type=\"literal\">INT(numerator/denominator)</item>, except that it may report errors with different error codes."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3144674\n"
+"656\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144687\n"
+"657\n"
+"help.text"
+msgid "<item type=\"input\">=QUOTIENT(11;3)</item> returns 3. The remainder of 2 is lost."
+msgstr ""
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3144702\n"
+"help.text"
+msgid "<bookmark_value>RADIANS function</bookmark_value><bookmark_value>converting;degrees, into radians</bookmark_value>"
+msgstr "<bookmark_value>BIN2DEC funkcija</bookmark_value><bookmark_value>konvertira;binarne brojeve, u decimalne brojeve</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3144702\n"
+"377\n"
+"help.text"
+msgid "RADIANS"
+msgstr "RADIANS"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3158025\n"
+"378\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_RAD\">Converts degrees to radians.</ahelp>"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3158042\n"
+"379\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3158055\n"
+"380\n"
+"help.text"
+msgid "RADIANS(Number)"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3158069\n"
+"381\n"
+"help.text"
+msgid "<emph>Number</emph> is the angle in degrees to be converted to radians."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id876186\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3939634\n"
+"help.text"
+msgid "<item type=\"input\">=RADIANS(90)</item> returns 1.5707963267949, which is PI/2 to Calc's accuracy."
+msgstr ""
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3158121\n"
+"help.text"
+msgid "<bookmark_value>ROUND function</bookmark_value>"
+msgstr "<bookmark_value>COUPNCD funkcija</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3158121\n"
+"398\n"
+"help.text"
+msgid "ROUND"
+msgstr "ROUND"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3158150\n"
+"399\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_RUNDEN\">Rounds a number to a certain number of decimal places.</ahelp>"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3158169\n"
+"400\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3158182\n"
+"401\n"
+"help.text"
+msgid "ROUND(Number; Count)"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3158196\n"
+"402\n"
+"help.text"
+msgid "Returns <emph>Number</emph> rounded to <emph>Count</emph> decimal places. If Count is omitted or zero, the function rounds to the nearest integer. If Count is negative, the function rounds to the nearest 10, 100, 1000, etc."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id599688\n"
+"help.text"
+msgid "This function rounds to the nearest number. See ROUNDDOWN and ROUNDUP for alternatives."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3145863\n"
+"404\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3145876\n"
+"405\n"
+"help.text"
+msgid "<item type=\"input\">=ROUND(2.348;2)</item> returns 2.35"
+msgstr "<item type=\"input\">=ODD(1.2)</item> vraca 3."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3145899\n"
+"406\n"
+"help.text"
+msgid "<item type=\"input\">=ROUND(-32.4834;3)</item> returns -32.483. Change the cell format to see all decimals."
+msgstr ""
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id1371501\n"
+"help.text"
+msgid "<item type=\"input\">=ROUND(2.348;0)</item> returns 2."
+msgstr "<item type=\"input\">=ODD(0)</item> vraca 1."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id4661702\n"
+"help.text"
+msgid "<item type=\"input\">=ROUND(2.5)</item> returns 3."
+msgstr "<item type=\"input\">=ODD(1.2)</item> vraca 3."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id7868892\n"
+"help.text"
+msgid "<item type=\"input\">=ROUND(987.65;-2)</item> returns 1000."
+msgstr "<item type=\"input\">=ODD(1.2)</item> vraca 3."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3145991\n"
+"help.text"
+msgid "<bookmark_value>ROUNDDOWN function</bookmark_value>"
+msgstr "<bookmark_value>COUPDAYSNC funkcija</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3145991\n"
+"24\n"
+"help.text"
+msgid "ROUNDDOWN"
+msgstr "ROUNDDOWN"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3146020\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ABRUNDEN\">Rounds a number down, toward zero, to a certain precision.</ahelp>"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3146037\n"
+"26\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3146051\n"
+"27\n"
+"help.text"
+msgid "ROUNDDOWN(Number; Count)"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3146064\n"
+"28\n"
+"help.text"
+msgid "Returns <emph>Number</emph> rounded down (towards zero) to <emph>Count</emph> decimal places. If Count is omitted or zero, the function rounds down to an integer. If Count is negative, the function rounds down to the next 10, 100, 1000, etc."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id2188787\n"
+"help.text"
+msgid "This function rounds towards zero. See ROUNDUP and ROUND for alternatives."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3163164\n"
+"30\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163178\n"
+"31\n"
+"help.text"
+msgid "<item type=\"input\">=ROUNDDOWN(1.234;2)</item> returns 1.23."
+msgstr "<item type=\"input\">=ODD(1.2)</item> vraca 3."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id5833307\n"
+"help.text"
+msgid "<item type=\"input\">=ROUNDDOWN(45.67;0)</item> returns 45."
+msgstr "<item type=\"input\">=ODD(-3.1)</item>vraca -5."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id7726676\n"
+"help.text"
+msgid "<item type=\"input\">=ROUNDDOWN(-45.67)</item> returns -45."
+msgstr "<item type=\"input\">=ODD(-3.1)</item>vraca -5."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3729361\n"
+"help.text"
+msgid "<item type=\"input\">=ROUNDDOWN(987.65;-2)</item> returns 900."
+msgstr "<item type=\"input\">=ODD(1.2)</item> vraca 3."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3163268\n"
+"help.text"
+msgid "<bookmark_value>ROUNDUP function</bookmark_value>"
+msgstr "<bookmark_value>COUPDAYS funkcija</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3163268\n"
+"140\n"
+"help.text"
+msgid "ROUNDUP"
+msgstr "ROUNDUP"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163297\n"
+"141\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_AUFRUNDEN\">Rounds a number up, away from zero, to a certain precision.</ahelp>"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3163315\n"
+"142\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163328\n"
+"143\n"
+"help.text"
+msgid "ROUNDUP(Number; Count)"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163342\n"
+"144\n"
+"help.text"
+msgid "Returns <emph>Number</emph> rounded up (away from zero) to <emph>Count</emph> decimal places. If Count is omitted or zero, the function rounds up to an integer. If Count is negative, the function rounds up to the next 10, 100, 1000, etc."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id9573961\n"
+"help.text"
+msgid "This function rounds away from zero. See ROUNDDOWN and ROUND for alternatives."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3163381\n"
+"146\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144786\n"
+"147\n"
+"help.text"
+msgid "<item type=\"input\">=ROUNDUP(1.1111;2)</item> returns 1.12."
+msgstr "<item type=\"input\">=ODD(1.2)</item> vraca 3."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id7700430\n"
+"help.text"
+msgid "<item type=\"input\">=ROUNDUP(1.2345;1)</item> returns 1.3."
+msgstr "<item type=\"input\">=ODD(1.2)</item> vraca 3."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id1180455\n"
+"help.text"
+msgid "<item type=\"input\">=ROUNDUP(45.67;0)</item> returns 46."
+msgstr "<item type=\"input\">=ODD(0)</item> vraca 1."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3405560\n"
+"help.text"
+msgid "<item type=\"input\">=ROUNDUP(-45.67)</item> returns -46."
+msgstr "<item type=\"input\">=ODD(-3.1)</item>vraca -5."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3409527\n"
+"help.text"
+msgid "<item type=\"input\">=ROUNDUP(987.65;-2)</item> returns 1000."
+msgstr "<item type=\"input\">=ODD(1.2)</item> vraca 3."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id5256537\n"
+"help.text"
+msgid "<bookmark_value>SEC function</bookmark_value>"
+msgstr "<bookmark_value>NOW funkcija</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id5187204\n"
+"149\n"
+"help.text"
+msgid "SEC"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id9954962\n"
+"150\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SECANT\">Returns the secant of the given angle (in radians). The secant of an angle is equivalent to 1 divided by the cosine of that angle</ahelp>"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id422243\n"
+"151\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id2055913\n"
+"152\n"
+"help.text"
+msgid "SEC(Number)"
+msgstr "SIN(Broj)"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id9568170\n"
+"153\n"
+"help.text"
+msgid "Returns the (trigonometric) secant of <emph>Number</emph>, the angle in radians."
+msgstr "Vraca (trigonometrijski) sinus od <emph>Broj</emph>, ugla u radijanima."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id9047465\n"
+"help.text"
+msgid "To return the secant of an angle in degrees, use the RADIANS function."
+msgstr "Za vracanje ugla u stepenima, koristite RADIANS funkciju."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id9878918\n"
+"154\n"
+"help.text"
+msgid "Examples"
+msgstr "Primjeri"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id6935513\n"
+"155\n"
+"help.text"
+msgid "<item type=\"input\">=SEC(PI()/4)</item> returns approximately 1.4142135624, the inverse of the cosine of PI/4 radians."
+msgstr ""
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3954287\n"
+"156\n"
+"help.text"
+msgid "<item type=\"input\">=SEC(RADIANS(60))</item> returns 2, the secant of 60 degrees."
+msgstr "<item type=\"input\">=SIN(RADIANS(30))</item>vraca 0.5, sinus 30 stepeni."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id840005\n"
+"help.text"
+msgid "<bookmark_value>SECH function</bookmark_value>"
+msgstr "<bookmark_value>YEAR funkciju</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id8661934\n"
+"159\n"
+"help.text"
+msgid "SECH"
+msgstr ""
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id408174\n"
+"160\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SECANTHYP\">Returns the hyperbolic secant of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_SINHYP\">Vraca hiperbolicki sinus broja.</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id875988\n"
+"161\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id4985391\n"
+"162\n"
+"help.text"
+msgid "SECH(Number)"
+msgstr "SINH(Broj)"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id1952124\n"
+"163\n"
+"help.text"
+msgid "Returns the hyperbolic secant of <emph>Number</emph>."
+msgstr "Vraca hiperbolicki sinus od <emph>Broj</emph>."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id9838764\n"
+"164\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id1187764\n"
+"165\n"
+"help.text"
+msgid "<item type=\"input\">=SECH(0)</item> returns 1, the hyperbolic secant of 0."
+msgstr "<item type=\"input\">=SINH(0)</item>vraca 0, hiperbolicki sinus od 0."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3144877\n"
+"help.text"
+msgid "<bookmark_value>SIN function</bookmark_value>"
+msgstr "<bookmark_value>IMSIN funkcija</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3144877\n"
+"408\n"
+"help.text"
+msgid "SIN"
+msgstr "SIN"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144906\n"
+"409\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SIN\">Returns the sine of the given angle (in radians).</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_SIN\">Vraca sinus zadatog ugla (u radijanima).</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3144923\n"
+"410\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144937\n"
+"411\n"
+"help.text"
+msgid "SIN(Number)"
+msgstr "SIN(Broj)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144950\n"
+"412\n"
+"help.text"
+msgid "Returns the (trigonometric) sine of <emph>Number</emph>, the angle in radians."
+msgstr "Vraca (trigonometrijski) sinus od <emph>Broj</emph>, ugla u radijanima."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id8079470\n"
+"help.text"
+msgid "To return the sine of an angle in degrees, use the RADIANS function."
+msgstr "Za vracanje ugla u stepenima, koristite RADIANS funkciju."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3144969\n"
+"413\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144983\n"
+"414\n"
+"help.text"
+msgid "<item type=\"input\">=SIN(PI()/2)</item> returns 1, the sine of PI/2 radians."
+msgstr "<item type=\"input\">=SIN(PI()/2)</item> vraca 1, sinus PI/2 radijana."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3916440\n"
+"help.text"
+msgid "<item type=\"input\">=SIN(RADIANS(30))</item> returns 0.5, the sine of 30 degrees."
+msgstr "<item type=\"input\">=SIN(RADIANS(30))</item>vraca 0.5, sinus 30 stepeni."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3163397\n"
+"help.text"
+msgid "<bookmark_value>SINH function</bookmark_value>"
+msgstr "<bookmark_value>IMSIN funkcija</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3163397\n"
+"418\n"
+"help.text"
+msgid "SINH"
+msgstr "SINH"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163426\n"
+"419\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SINHYP\">Returns the hyperbolic sine of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_SINHYP\">Vraca hiperbolicki sinus broja.</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3163444\n"
+"420\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163457\n"
+"421\n"
+"help.text"
+msgid "SINH(Number)"
+msgstr "SINH(Broj)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163471\n"
+"422\n"
+"help.text"
+msgid "Returns the hyperbolic sine of <emph>Number</emph>."
+msgstr "Vraca hiperbolicki sinus od <emph>Broj</emph>."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3163491\n"
+"423\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163504\n"
+"424\n"
+"help.text"
+msgid "<item type=\"input\">=SINH(0)</item> returns 0, the hyperbolic sine of 0."
+msgstr "<item type=\"input\">=SINH(0)</item>vraca 0, hiperbolicki sinus od 0."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3163596\n"
+"help.text"
+msgid "<bookmark_value>SUM function</bookmark_value><bookmark_value>adding;numbers in cell ranges</bookmark_value>"
+msgstr "<bookmark_value>SUM function</bookmark_value><bookmark_value>sabiranje;brojevi u rangu celije</bookmark_value>"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3163596\n"
+"428\n"
+"help.text"
+msgid "SUM"
+msgstr "DSUM"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163625\n"
+"429\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SUMME\">Adds all the numbers in a range of cells.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_SUMME\">Sabira sve brojeve u rangu celije.</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3163643\n"
+"430\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163656\n"
+"431\n"
+"help.text"
+msgid "SUM(Number1; Number2; ...; Number30)"
+msgstr "SUM(Broj_1; Broj_2; ... Broj_30)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163671\n"
+"432\n"
+"help.text"
+msgid "<emph>Number 1 to Number 30</emph> are up to 30 arguments whose sum is to be calculated."
+msgstr "<emph>Broj_1; Broj_2; ...</emph> su argumenti od 1 do 30 cija suma seracuna."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3163690\n"
+"433\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163704\n"
+"434\n"
+"help.text"
+msgid "If you enter the numbers <item type=\"input\">2</item>; <item type=\"input\">3 </item>and <item type=\"input\">4</item> in the Number 1; 2 and 3 text boxes, 9 will be returned as the result."
+msgstr "Ako unesete brojeve <item type=\"input\">2</item>; <item type=\"input\">3</item> and <item type=\"input\">4</item> u Broj_1; 2 i 3 polja teksta, vraceni rezultat ce biti 9."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3151740\n"
+"556\n"
+"help.text"
+msgid "<item type=\"input\">=SUM(A1;A3;B5)</item> calculates the sum of the three cells. <item type=\"input\">=SUM (A1:E10)</item> calculates the sum of all cells in the A1 to E10 cell range."
+msgstr "<item type=\"input\">=SUM(A1; A3; B5)</item> Racuna sumu tri celije. <item type=\"input\">=SUM(A1:E10)</item> Racuna sumu svih polja od A1 do E10 celijskog ranga."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3151756\n"
+"619\n"
+"help.text"
+msgid "Conditions linked by AND can be used with the function SUM() in the following manner:"
+msgstr "Uslovi povezani sa AND mogu biti koristeni sa funkcijom SUM() po sljedecem redoslijedu:"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3151774\n"
+"620\n"
+"help.text"
+msgid "Example assumption: You have entered invoices into a table. Column A contains the date value of the invoice, column B the amounts. You want to find a formula that you can use to return the total of all amounts only for a specific month, e.g. only the amount for the period >=2008-01-01 to <2008-02-01. The range with the date values covers A1:A40, the range containing the amounts to be totaled is B1:B40. C1 contains the start date, 2008<item type=\"input\">-01-01</item>, of the invoices to be included and C2 the date, 2008<item type=\"input\">-02-01</item>, that is no longer included."
+msgstr "Primjer predpostavke:Ukucali ste fakturu u tabelu. Kolona A sadrzi datum fakture, kolona B iznose. Vi zelite naci formulu za vracanje sume iznosa samo za odredjeni mjesec, npr: samo iznos za period >=2008-01-01 to <2008-02-01. Rang svih datuma pokriva A1:A40, rang sadrzi iznose koji ce biti totalizirani u B1:B40. C1 sardzi pocetni datum, <item type=\"input\">2008-01-01</item>, svih faktura C2 ukljucenih u datum, <item type=\"input\">2008-02-01</item>, koji vise nije ukljucen."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3151799\n"
+"621\n"
+"help.text"
+msgid "Enter the following formula as an array formula:"
+msgstr "Unesi sljedece formule kao niz formula:"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3151813\n"
+"622\n"
+"help.text"
+msgid "<item type=\"input\">=SUM((A1:A40>=C1)*(A1:A40<C2)*B1:B40)</item>"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3151828\n"
+"623\n"
+"help.text"
+msgid "In order to enter this as an array formula, you must press the Shift<switchinline select=\"sys\"><caseinline select=\"MAC\">+Command </caseinline><defaultinline>+ Ctrl</defaultinline></switchinline>+ Enter keys instead of simply pressing the Enter key to close the formula. The formula will then be shown in the <emph>Formula</emph> bar enclosed in braces."
+msgstr "Da bi se unioovaj niz formula, morate unijeti Shift<switchinline select=\"sys\"><caseinline select=\"MAC\">+Command</caseinline><defaultinline>+ Ctrl</defaultinline></switchinline>+ Unosne tipke umjesto samo pritiskanja Enter tipke za zatvaranje formule. Formula ce onda biti prikazena u <emph>Formula</emph> paru zatvorenih zagrada."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3151869\n"
+"624\n"
+"help.text"
+msgid "{=SUM((A1:A40>=C1)*(A1:A40<C2)*B1:B40)}"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3151884\n"
+"625\n"
+"help.text"
+msgid "The formula is based on the fact that the result of a comparison is 1 if the criterion is met and 0 if it is not met. The individual comparison results will be treated as an array and used in matrix multiplication, and at the end the individual values will be totaled to give the result matrix."
+msgstr "Formula se bazira na cinjenici da je rezultat poredjenja 1, ako je kriterij zadovoljen i 0 ako nije. Individualna poredjenja rezultata ce biti kao niz i koristena u mnozenju matrica i na kraju ce individualne vrijednosti biti totalizirane da bi dale rezultat matrice. SUM() funkcija takodjer moze biti koristena na onaj nacin, na promjer, kao COUNTIF() sa nekoliko kriterija."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3151957\n"
+"help.text"
+msgid "<bookmark_value>SUMIF function</bookmark_value><bookmark_value>adding;specified numbers</bookmark_value>"
+msgstr "<bookmark_value>SUMIF function</bookmark_value><bookmark_value>sabiranje; odredjeni brojevi</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3151957\n"
+"436\n"
+"help.text"
+msgid "SUMIF"
+msgstr "SUMIF"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3151986\n"
+"437\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SUMMEWENN\">Adds the cells specified by a given criteria.</ahelp> This function is used to browse a range when you search for a certain value."
+msgstr "<ahelp hid=\"HID_FUNC_SUMMEWENN\">Sairanje polja odredjenih zadatim kriterijima.</ahelp> Ova funkcija se koristi za trazenje ranga kada trazite neku odredjenu vrijednost."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3152015\n"
+"438\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152028\n"
+"439\n"
+"help.text"
+msgid "SUMIF(Range; Criteria; SumRange)"
+msgstr "SUMIF(rang; Kriterij; Sum_range)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152043\n"
+"440\n"
+"help.text"
+msgid "<emph>Range</emph> is the range to which the criteria are to be applied."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152062\n"
+"441\n"
+"help.text"
+msgid "<emph>Criteria</emph> is the cell in which the search criterion is shown, or the search criterion itself. If the criteria is written into the formula, it has to be surrounded by double quotes."
+msgstr "<emph>Kriteriji</emph> je referenca na polje koje sadrzi date kriterije, ili samo trazeni kriterij. Ako su kriteriji zadati unutar formule, moraju biti zatvoreni sa navodnicima."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152083\n"
+"442\n"
+"help.text"
+msgid "<emph>SumRange</emph> is the range from which values are summed. If this parameter has not been indicated, the values found in the Range are summed."
+msgstr "<emph>Sum_range</emph> je rang od kojeg su vrijednosti sabrane. Ako ovaj parametar jos nije pokazan, vrijednosti nadjene u rangu su sabrane."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id8347422\n"
+"help.text"
+msgid "SUMIF supports the reference concatenation operator (~) only in the Criteria parameter, and only if the optional SumRange parameter is not given."
+msgstr "SUMIF podrzava referencu znakova povezanih u lanac (~)samo u kriterij parametru i samo ako neobavezan SumRange parametar nije zadat."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3152110\n"
+"443\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152148\n"
+"626\n"
+"help.text"
+msgid "To sum up only negative numbers: <item type=\"input\">=SUMIF(A1:A10;\"<0\")</item>"
+msgstr "Za sabiranje samo negativnih brojeva: <item type=\"input\">=SUMIF(A1:A10; \"<0\")</item>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id6670125\n"
+"help.text"
+msgid "<item type=\"input\">=SUMIF(A1:A10;\">0\";B1:10)</item> - sums values from the range B1:B10 only if the corresponding values in the range A1:A10 are >0."
+msgstr "<item type=\"input\">=SUMIF(A1:A10; \">0\"; B1:10)</item> - sabira vrijenosti ranga B1:B10 samo ako su odgovarajuce vrijednosti u rangu A1:A10 >0."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id6062196\n"
+"help.text"
+msgid "See COUNTIF() for some more syntax examples that can be used with SUMIF()."
+msgstr "Vidi COUNTIF() za vise primjera sintaksi koje mogu biti koristene sa SUMIF()."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3152195\n"
+"help.text"
+msgid "<bookmark_value>TAN function</bookmark_value>"
+msgstr "<bookmark_value>TREND funkcija</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3152195\n"
+"446\n"
+"help.text"
+msgid "TAN"
+msgstr "TAN"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152224\n"
+"447\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_TAN\">Returns the tangent of the given angle (in radians).</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_TAN\">Vraca tangentu zadatog ugla (u radijanima).</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3152242\n"
+"448\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152255\n"
+"449\n"
+"help.text"
+msgid "TAN(Number)"
+msgstr "TAN(Broj)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152269\n"
+"450\n"
+"help.text"
+msgid "Returns the (trigonometric) tangent of <emph>Number</emph>, the angle in radians."
+msgstr "Vraca trigonometrijsku tangentu od <emph>Broj</emph>, ugla u radiajnima."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id5752128\n"
+"help.text"
+msgid "To return the tangent of an angle in degrees, use the RADIANS function."
+msgstr "Za vracanje tangente ugla u stepenima, koristite RADIANS funkciju."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3152287\n"
+"451\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152301\n"
+"452\n"
+"help.text"
+msgid "<item type=\"input\">=TAN(PI()/4) </item>returns 1, the tangent of PI/4 radians."
+msgstr "<item type=\"input\">=TAN(PI()/4) </item>vraca 1, tangenta PI/4 radijana."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id1804864\n"
+"help.text"
+msgid "<item type=\"input\">=TAN(RADIANS(45))</item> returns 1, the tangent of 45 degrees."
+msgstr "<item type=\"input\">=TAN(RADIANS(45))</item> vraca 1, tangentu ugla 45 stepeni."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3165434\n"
+"help.text"
+msgid "<bookmark_value>TANH function</bookmark_value>"
+msgstr "<bookmark_value>MONTH funkcija</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3165434\n"
+"456\n"
+"help.text"
+msgid "TANH"
+msgstr "TANH"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165462\n"
+"457\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_TANHYP\">Returns the hyperbolic tangent of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_TANHYP\">Vraca hiperbolicku tangentu broja.</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3165480\n"
+"458\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165494\n"
+"459\n"
+"help.text"
+msgid "TANH(Number)"
+msgstr "TANH(Broj)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165508\n"
+"460\n"
+"help.text"
+msgid "Returns the hyperbolic tangent of <emph>Number</emph>."
+msgstr "Vraca hiperbolicku tangentu od <emph>Broj</emph>."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3165527\n"
+"461\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165541\n"
+"462\n"
+"help.text"
+msgid "<item type=\"input\">=TANH(0)</item> returns 0, the hyperbolic tangent of 0."
+msgstr "<item type=\"input\">=TANH(0)</item> vraca0, hiperbolicku tangentu od 0."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3165633\n"
+"help.text"
+msgid "<bookmark_value>AutoFilter function; subtotals</bookmark_value><bookmark_value>sums;of filtered data</bookmark_value><bookmark_value>filtered data; sums</bookmark_value><bookmark_value>SUBTOTAL function</bookmark_value>"
+msgstr "<bookmark_value>AutoFilter funkcija; subtotals</bookmark_value><bookmark_value>sums; filtriranih podataka</bookmark_value><bookmark_value>filtrirani podaci; sums</bookmark_value><bookmark_value>SUBTOTAL function</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3165633\n"
+"466\n"
+"help.text"
+msgid "SUBTOTAL"
+msgstr "SUBTOTAL"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165682\n"
+"467\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_TEILERGEBNIS\">Calculates subtotals.</ahelp> If a range already contains subtotals, these are not used for further calculations. Use this function with the AutoFilters to take only the filtered records into account."
+msgstr "<ahelp hid=\"HID_FUNC_TEILERGEBNIS\">racuna subtotale.</ahelp> Ako rang vec sadrzi subtotale, oni nisu koristeni u daljem racunanju. Koristite ovu formulu sa AutoFilterima da bi uzimali u obzir samo filtrirane redove."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3165704\n"
+"495\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165717\n"
+"496\n"
+"help.text"
+msgid "SUBTOTAL(Function; Range)"
+msgstr "SUBTOTAL(Funkcija; Rang)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165731\n"
+"497\n"
+"help.text"
+msgid "<emph>Function</emph> is a number that stands for one of the following functions:"
+msgstr "<emph>Funkcija</emph> je broj za jednu od sljedecih funkcija:"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165782\n"
+"469\n"
+"help.text"
+msgid "Function index"
+msgstr "Index funkcije"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165806\n"
+"470\n"
+"help.text"
+msgid "Function"
+msgstr "Funkcija"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165833\n"
+"471\n"
+"help.text"
+msgid "1"
+msgstr ""
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165856\n"
+"472\n"
+"help.text"
+msgid "AVERAGE"
+msgstr "DAVERAGE"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165883\n"
+"473\n"
+"help.text"
+msgid "2"
+msgstr ""
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165906\n"
+"474\n"
+"help.text"
+msgid "COUNT"
+msgstr "DCOUNT"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165933\n"
+"475\n"
+"help.text"
+msgid "3"
+msgstr ""
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165956\n"
+"476\n"
+"help.text"
+msgid "COUNTA"
+msgstr "DCOUNTA"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165983\n"
+"477\n"
+"help.text"
+msgid "4"
+msgstr ""
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3166006\n"
+"478\n"
+"help.text"
+msgid "MAX"
+msgstr "DMAX"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3166033\n"
+"479\n"
+"help.text"
+msgid "5"
+msgstr ""
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3166056\n"
+"480\n"
+"help.text"
+msgid "MIN"
+msgstr "DMIN"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143316\n"
+"481\n"
+"help.text"
+msgid "6"
+msgstr ""
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143339\n"
+"482\n"
+"help.text"
+msgid "PRODUCT"
+msgstr "DPRODUCT"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143366\n"
+"483\n"
+"help.text"
+msgid "7"
+msgstr ""
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143389\n"
+"484\n"
+"help.text"
+msgid "STDEV"
+msgstr "DSTDEV"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143416\n"
+"485\n"
+"help.text"
+msgid "8"
+msgstr ""
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143439\n"
+"486\n"
+"help.text"
+msgid "STDEVP"
+msgstr "DSTDEVP"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143466\n"
+"487\n"
+"help.text"
+msgid "9"
+msgstr ""
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143489\n"
+"488\n"
+"help.text"
+msgid "SUM"
+msgstr "DSUM"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143516\n"
+"489\n"
+"help.text"
+msgid "10"
+msgstr ""
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143539\n"
+"490\n"
+"help.text"
+msgid "VAR"
+msgstr "DVAR"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143566\n"
+"491\n"
+"help.text"
+msgid "11"
+msgstr ""
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143589\n"
+"492\n"
+"help.text"
+msgid "VARP"
+msgstr "DVARP"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143606\n"
+"498\n"
+"help.text"
+msgid "<emph>Range</emph> is the range whose cells are included."
+msgstr "<emph>Opseg</emph> je rang ukljucenih celija."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3143625\n"
+"499\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143638\n"
+"562\n"
+"help.text"
+msgid "You have a table in the cell range A1:B5 containing cities in column A and accompanying figures in column B. You have used an AutoFilter so that you only see rows containing the city Hamburg. You want to see the sum of the figures that are displayed; that is, just the subtotal for the filtered rows. In this case the correct formula would be:"
+msgstr "Imate tabelu sa celijama u rangu A1:B5 koja sadrzi gradove u kloni A i pridruzene figure u koloni B. Koristili ste AutoFiltere tako da mozete vidjeti samo redove koji sadrze grad Hamburg. Zelite vidjeti sumu figura koje su prikazane; tj. samo subtotal za filtrirane redove. U tom slucaju tacna formula ce biti:"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143658\n"
+"563\n"
+"help.text"
+msgid "<item type=\"input\">=SUBTOTAL(9;B2:B5)</item>"
+msgstr "<item type=\"input\">=SUBTOTAL(9; B2:B5)</item>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3143672\n"
+"help.text"
+msgid "<bookmark_value>Euro; converting</bookmark_value><bookmark_value>EUROCONVERT function</bookmark_value>"
+msgstr "<bookmark_value>euro; konvertira u</bookmark_value><bookmark_value>CONVERT function</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3143672\n"
+"564\n"
+"help.text"
+msgid "EUROCONVERT"
+msgstr "KONVERTOVATI"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143708\n"
+"565\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_UMRECHNEN\">Converts between old European national currency and to and from Euros.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_UMRECHNEN\">Konvertuje stare evropske valute u i iz eura.</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143731\n"
+"566\n"
+"help.text"
+msgid "<emph>Syntax</emph>"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143748\n"
+"567\n"
+"help.text"
+msgid "EUROCONVERT(Value; \"From_currency\"; \"To_currency\", full_precision, triangulation_precision)"
+msgstr "CONVERT(Vrijednost; \"Valuta_1\"; \"Valuta_2\")"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143763\n"
+"568\n"
+"help.text"
+msgid "<emph>Value</emph> is the amount of the currency to be converted."
+msgstr "<emph>Vrijednost</emph>je vrijednost valute koja treba biti pretvorena."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143782\n"
+"569\n"
+"help.text"
+msgid "<emph>From_currency</emph> and <emph>To_currency</emph> are the currency units to convert from and to respectively. These must be text, the official abbreviation for the currency (for example, \"EUR\"). The rates (shown per Euro) were set by the European Commission."
+msgstr "<emph>Currency_1</emph> and <emph>Currency_2</emph> su jedinice valute u i iz koje se pretvara. One moraju biti tekstualne, oficijelne skracenice za valute (for example, \"EUR\"). Stope (prikazane po euru)su poslate od Europske Komisije."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id0119200904301810\n"
+"help.text"
+msgid "<emph>Full_precision</emph> is optional. If omitted or False, the result is rounded according to the decimals of the To currency. If Full_precision is True, the result is not rounded."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id0119200904301815\n"
+"help.text"
+msgid "<emph>Triangulation_precision</emph> is optional. If Triangulation_precision is given and >=3, the intermediate result of a triangular conversion (currency1,EUR,currency2) is rounded to that precision. If Triangulation_precision is omitted, the intermediate result is not rounded. Also if To currency is \"EUR\", Triangulation_precision is used as if triangulation was needed and conversion from EUR to EUR was applied."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143819\n"
+"570\n"
+"help.text"
+msgid "<emph>Examples</emph>"
+msgstr "Primjer:"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143837\n"
+"571\n"
+"help.text"
+msgid "<item type=\"input\">=EUROCONVERT(100;\"ATS\";\"EUR\")</item> converts 100 Austrian Schillings into Euros."
+msgstr "<item type=\"input\">=CONVERT(100; \"ATS\"; \"EUR\")</item> pretvara 100 austrijsih shilinga u eure."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143853\n"
+"572\n"
+"help.text"
+msgid "<item type=\"input\">=EUROCONVERT(100;\"EUR\";\"DEM\")</item> converts 100 Euros into German Marks."
+msgstr "<item type=\"input\">=CONVERT(100; \"EUR\"; \"DEM\")</item> pretvara 100 eura u njemacke marke."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id0908200902090676\n"
+"help.text"
+msgid "<bookmark_value>CONVERT function</bookmark_value>"
+msgstr "<bookmark_value>PROMJENI_DODAJ funkcija</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id0908200902074836\n"
+"help.text"
+msgid "CONVERT"
+msgstr "KONVERTOVATI"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id0908200902131122\n"
+"help.text"
+msgid "<ahelp hid=\".\">Converts a value from one unit of measurement to another unit of measurement. The conversion factors are given in a list in the configuration.</ahelp>"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id0908200902475420\n"
+"help.text"
+msgid "At one time the list of conversion factors included the legacy European currencies and the Euro (see examples below). We suggest using the new function EUROCONVERT for converting these currencies."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id0908200902131071\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id0908200902131191\n"
+"help.text"
+msgid "CONVERT(value;\"text\";\"text\")"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id0908200902131152\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id090820090213112\n"
+"help.text"
+msgid "<item type=\"input\">=CONVERT(100;\"ATS\";\"EUR\")</item> returns the Euro value of 100 Austrian Schillings."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id0908200902475431\n"
+"help.text"
+msgid "=CONVERT(100;\"EUR\";\"DEM\") converts 100 Euros into German Marks."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3157177\n"
+"help.text"
+msgid "<bookmark_value>ODD function</bookmark_value><bookmark_value>rounding;up/down to nearest odd integer</bookmark_value>"
+msgstr "<bookmark_value>ODD function</bookmark_value><bookmark_value>zaokruzivanje;gore/dole do sljedeceg neparnog broja</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3157177\n"
+"502\n"
+"help.text"
+msgid "ODD"
+msgstr "NEPARAN"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3157205\n"
+"503\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_UNGERADE\">Rounds a positive number up to the nearest odd integer and a negative number down to the nearest odd integer.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_UNGERADE\">Zaokruzuje pozitivne brojeve gore do najblizeg neparnog broja i negativne vrijednosti dole do najblizeg neparnog broja.</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3157223\n"
+"504\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3157237\n"
+"505\n"
+"help.text"
+msgid "ODD(Number)"
+msgstr "NEPARAN(Broj)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3157250\n"
+"506\n"
+"help.text"
+msgid "Returns <emph>Number</emph> rounded to the next odd integer up, away from zero."
+msgstr "Vraca <emph>Broj</emph> zaokruzeno na sljedeci neparan index gore, dalje od nule."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3157270\n"
+"507\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3157283\n"
+"508\n"
+"help.text"
+msgid "<item type=\"input\">=ODD(1.2)</item> returns 3."
+msgstr "<item type=\"input\">=ODD(1.2)</item> vraca 3."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id8746910\n"
+"help.text"
+msgid "<item type=\"input\">=ODD(1)</item> returns 1."
+msgstr "<item type=\"input\">=ODD(1)</item> vraca 1."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id9636524\n"
+"help.text"
+msgid "<item type=\"input\">=ODD(0)</item> returns 1."
+msgstr "<item type=\"input\">=ODD(0)</item> vraca 1."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id5675527\n"
+"help.text"
+msgid "<item type=\"input\">=ODD(-3.1)</item> returns -5."
+msgstr "<item type=\"input\">=ODD(-3.1)</item>vraca -5."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3157404\n"
+"help.text"
+msgid "<bookmark_value>FLOOR function</bookmark_value><bookmark_value>rounding;down to nearest multiple of significance</bookmark_value>"
+msgstr "<bookmark_value>FLOOR function</bookmark_value><bookmark_value>zaokruzivanje; do najblizeg umnoska znacenja</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3157404\n"
+"512\n"
+"help.text"
+msgid "FLOOR"
+msgstr "FLOOR"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3157432\n"
+"513\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_UNTERGRENZE\">Rounds a number down to the nearest multiple of Significance.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_UNTERGRENZE\">Zaokruzuje broj do najblizeg umnoska znacenja.</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3157451\n"
+"514\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3157464\n"
+"515\n"
+"help.text"
+msgid "FLOOR(Number; Significance; Mode)"
+msgstr "FLOOR(Broj; Znacenje; Oblik)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3157478\n"
+"516\n"
+"help.text"
+msgid "<emph>Number</emph> is the number that is to be rounded down."
+msgstr "<emph>Broj</emph> je broj koji treba biti zaokruzen prema dole."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3157497\n"
+"517\n"
+"help.text"
+msgid "<emph>Significance</emph> is the value to whose multiple the number is to be rounded down."
+msgstr "<emph>Značaj</emph>je vrijednost do cijed ce umnoska broj biti zaokruzen."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3157517\n"
+"561\n"
+"help.text"
+msgid "<emph>Mode</emph> is an optional value. If the Mode value is given and not equal to zero, and if Number and Significance are negative, then rounding is done based on the absolute value of the number. This parameter is ignored when exporting to MS Excel as Excel does not know any third parameter."
+msgstr "<emph>Režim</emph>je neobavezna vrijednost. Ako je navedena i nije jednaka nuli, ako su broj i If it is indicated and is not equal to zero, ako su broj i prirast negativni, zaokruzivanje gore je izvrseno prema toj vrijednosti. Takodjer je moguce ignorirati ovu vrijednost nakon izvrsavanja unosa u Microsoft Excel jer Excel ne podrzava unosenje treceg parametra za ovu funkciju"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163894\n"
+"630\n"
+"help.text"
+msgid "If both parameters Number and Significance are negative, and if the Mode value is equal to zero or is not specified, then the results in $[officename] Calc and Excel will differ after exporting. If you export the spreadsheet to Excel, use Mode=1 to see the same results in Excel as in Calc."
+msgstr "Ako su oba parametra <emph>Number</emph> and <emph>Significance</emph> negativni, i ako je<emph>Mode</emph> jednaka nuli ili nije navedena, onda ce se rezultat u $[officename] Calc i Excel razlikovati nakon prebacivanja. Ako prenosite tabelu u Excel, koristite Mode = 1 da biste vidjeli isti rezultat u Excel kao u Calc."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3163932\n"
+"518\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163945\n"
+"519\n"
+"help.text"
+msgid "<item type=\"input\">=FLOOR( -11;-2)</item> returns -12"
+msgstr "<item type=\"input\">=FLOOR( -11; -2)</item> vraca -12"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163966\n"
+"520\n"
+"help.text"
+msgid "<item type=\"input\">=FLOOR( -11;-2;0)</item> returns -12"
+msgstr "<item type=\"input\">=FLOOR( -11; -2; 0)</item> vraca -12"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163988\n"
+"521\n"
+"help.text"
+msgid "<item type=\"input\">=FLOOR( -11;-2;1)</item> returns -10"
+msgstr "<item type=\"input\">=FLOOR( -11; -2; 1)</item> vraca -10"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3164086\n"
+"help.text"
+msgid "<bookmark_value>SIGN function</bookmark_value><bookmark_value>algebraic signs</bookmark_value>"
+msgstr "<bookmark_value>MDETERM funkcija</bookmark_value><bookmark_value>determinants</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164086\n"
+"523\n"
+"help.text"
+msgid "SIGN"
+msgstr "SIGN"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164115\n"
+"524\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_VORZEICHEN\">Returns the sign of a number. Returns 1 if the number is positive, -1 if negative and 0 if zero.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_VORZEICHEN\">Vraca znak broja. Vraca+1 ako je broj pozitivan, -1 ako je negativan i 0 ako je nula.</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164136\n"
+"525\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164150\n"
+"526\n"
+"help.text"
+msgid "SIGN(Number)"
+msgstr "SIGN(Broj)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164164\n"
+"527\n"
+"help.text"
+msgid "<emph>Number</emph> is the number whose sign is to be determined."
+msgstr "<emph>Broj</emph> ije broj ciji znak treba biti odredjen."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164183\n"
+"528\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164197\n"
+"529\n"
+"help.text"
+msgid "<item type=\"input\">=SIGN(3.4)</item> returns 1."
+msgstr "<item type=\"input\">=SIGN(3.4)</item>vraca 1."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164212\n"
+"530\n"
+"help.text"
+msgid "<item type=\"input\">=SIGN(-4.5)</item> returns -1."
+msgstr "<item type=\"input\">=SIGN(-4.5)</item> vraca -1."
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3164252\n"
+"help.text"
+msgid "<bookmark_value>MROUND function</bookmark_value><bookmark_value>nearest multiple</bookmark_value>"
+msgstr "<bookmark_value>COUPNUM funkcija</bookmark_value><bookmark_value>broj kupona</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164252\n"
+"658\n"
+"help.text"
+msgid "MROUND"
+msgstr "MROUND"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164288\n"
+"659\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_MROUND\">Returns a number rounded to the nearest multiple of another number.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_MROUND\">Vraca broj zaokruzen na najblizi umnozak drugog broja.</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164306\n"
+"660\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164320\n"
+"661\n"
+"help.text"
+msgid "MROUND(Number; Multiple)"
+msgstr "MROUND(Broj;Umnozak)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3486434\n"
+"help.text"
+msgid "Returns <emph>Number</emph> rounded to the nearest multiple of <emph>Multiple</emph>."
+msgstr "Vraca <emph>Broj</emph> zaokruzen do najblizeg umnoska <emph>Umnožak</emph>."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3068636\n"
+"help.text"
+msgid "An alternative implementation would be <item type=\"literal\">Multiple * ROUND(Number/Multiple)</item>."
+msgstr "Alternativna primjena bi bila <item type=\"literal\">Multiple * ROUND(Number/Multiple)</item>."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164333\n"
+"662\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164347\n"
+"663\n"
+"help.text"
+msgid "<item type=\"input\">=MROUND(15.5;3)</item> returns 15, as 15.5 is closer to 15 (= 3*5) than to 18 (= 3*6)."
+msgstr "<item type=\"input\">=MROUND(15.5; 3)</item> returnsvraca 15, kako je 15.5 blize 15 (= 3*5) nego 18 (= 3*6)."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_idN14DD6\n"
+"help.text"
+msgid "<item type=\"input\">=MROUND(1.4;0.5)</item> returns 1.5 (= 0.5*3)."
+msgstr "<item type=\"input\">=MROUND(1.4; 0.5)</item> vraca 1.5 (= 0.5*3)."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3164375\n"
+"help.text"
+msgid "<bookmark_value>SQRT function</bookmark_value><bookmark_value>square roots;positive numbers</bookmark_value>"
+msgstr "<bookmark_value>SQRT function</bookmark_value><bookmark_value>kvadratni korijeni;pozitivni brojevi</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164375\n"
+"532\n"
+"help.text"
+msgid "SQRT"
+msgstr "SQRT"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164404\n"
+"533\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_WURZEL\">Returns the positive square root of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_WURZEL\">Vraca pozitivni kvadratni korijen broja.</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164424\n"
+"534\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164437\n"
+"535\n"
+"help.text"
+msgid "SQRT(Number)"
+msgstr "SQRT(Broj)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164451\n"
+"536\n"
+"help.text"
+msgid "Returns the positive square root of <emph>Number</emph>."
+msgstr "Vraca pozitivni kvadratni korijen od<emph>Broj</emph>."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id6870021\n"
+"help.text"
+msgid "Number must be positive."
+msgstr "<emph>Number</emph> mora biti pozitivan."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164471\n"
+"537\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164484\n"
+"538\n"
+"help.text"
+msgid "<item type=\"input\">=SQRT(16)</item> returns 4."
+msgstr "<item type=\"input\">=SQRT(16)</item> vraca 4."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3591723\n"
+"help.text"
+msgid "<item type=\"input\">=SQRT(-16)</item> returns an <item type=\"literal\">invalid argument</item> error."
+msgstr "<item type=\"input\">=SQRT(-16)</item> vraca <item type=\"literal\">neispravan argument</item> error."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3164560\n"
+"help.text"
+msgid "<bookmark_value>SQRTPI function</bookmark_value><bookmark_value>square roots;products of Pi</bookmark_value>"
+msgstr "<bookmark_value>SQRTPI function</bookmark_value><bookmark_value>kvadratni korijeni; proizvodi od Pi</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164560\n"
+"665\n"
+"help.text"
+msgid "SQRTPI"
+msgstr "SQRTPI"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164596\n"
+"666\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_SQRTPI\">Returns the square root of (PI times a number).</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_SQRTPI\">vraca kvadratni korijen od(PI puta broj).</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164614\n"
+"667\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164627\n"
+"668\n"
+"help.text"
+msgid "SQRTPI(Number)"
+msgstr "SQRTPI(Broj)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id1501510\n"
+"help.text"
+msgid "Returns the positive square root of (PI multiplied by <emph>Number</emph>)."
+msgstr "Vraca pozitivni kvadratni korijen od (PI pomnozen sa <emph>Broj</emph>)."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id9929197\n"
+"help.text"
+msgid "This is equivalent to <item type=\"literal\">SQRT(PI()*Number)</item>."
+msgstr "Ovo je jednako <item type=\"literal\">SQRT(PI()*Number)</item>."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164641\n"
+"669\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164654\n"
+"670\n"
+"help.text"
+msgid "<item type=\"input\">=SQRTPI(2)</item> returns the squareroot of (2PI), approximately 2.506628."
+msgstr "<item type=\"input\">=SQRTPI(2)</item> Vraca kvadratni korijen od (2PI), priblizno 2.506628."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3164669\n"
+"help.text"
+msgid "<bookmark_value>random numbers; between limits</bookmark_value><bookmark_value>RANDBETWEEN function</bookmark_value>"
+msgstr "<bookmark_value>nasumicni brojevi; izmedju limita</bookmark_value><bookmark_value>RANDBETWEEN function</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164669\n"
+"671\n"
+"help.text"
+msgid "RANDBETWEEN"
+msgstr "RANDBETWEEN"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164711\n"
+"672\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_RANDBETWEEN\">Returns an integer random number in a specified range.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_RANDBETWEEN\">Vraca integer nasumicnog broja u naznacenom rangu.</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164745\n"
+"673\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164758\n"
+"674\n"
+"help.text"
+msgid "RANDBETWEEN(Bottom; Top)"
+msgstr "RANDBETWEEN(Kraj; Pocetak)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id7112338\n"
+"help.text"
+msgid "Returns an integer random number between integers <emph>Bottom</emph> and <emph>Top</emph> (both inclusive)."
+msgstr "Vraca integer nasumicnog broja izmedju integera <emph>Dno</emph> and <emph>Top</emph> (both inclusive)."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id2855616\n"
+"help.text"
+msgid "This function produces a new random number each time Calc recalculates. To force Calc to recalculate manually press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9."
+msgstr "Ova funkcija daje novi nasumicni broj svaki put kada je Calc izracunat. Za pokretanje Calc funkcije pritisnite Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id2091433\n"
+"help.text"
+msgid "To generate random numbers which never recalculate, copy cells containing this function, and use <item type=\"menuitem\">Edit - Paste Special</item> (with <item type=\"menuitem\">Paste All</item> and <item type=\"menuitem\">Formulas</item> not marked and <item type=\"menuitem\">Numbers</item> marked)."
+msgstr "Za generisanje nasumicnih brojeva kojinikad nece biti ponovno izracunati, kopirajte celjije koje sadrze ovu funkciju i koristite <item type=\"menuitem\">Edit - Paste Special</item> (with <item type=\"menuitem\">Paste All</item> and <item type=\"menuitem\">Formulae</item> not marked and <item type=\"menuitem\">Numbers</item> marked)."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164772\n"
+"675\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164785\n"
+"676\n"
+"help.text"
+msgid "<item type=\"input\">=RANDBETWEEN(20;30)</item> returns an integer of between 20 and 30."
+msgstr "<item type=\"input\">=RANDBETWEEN(20; 30)</item> Vraca integer u rangu iymedju 20 i 30.."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3164800\n"
+"help.text"
+msgid "<bookmark_value>RAND function</bookmark_value><bookmark_value>random numbers;between 0 and 1</bookmark_value>"
+msgstr "<bookmark_value>RAND function</bookmark_value><bookmark_value>nasumicni brojevi;izmedju 0 i 1</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164800\n"
+"542\n"
+"help.text"
+msgid "RAND"
+msgstr "RAND"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164829\n"
+"543\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ZUFALLSZAHL\">Returns a random number between 0 and 1.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ZUFALLSZAHL\">Vraca nasumicni broj u ranguod 0.0 do 1.0.</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164870\n"
+"545\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164884\n"
+"546\n"
+"help.text"
+msgid "RAND()"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id5092318\n"
+"help.text"
+msgid "This function produces a new random number each time Calc recalculates. To force Calc to recalculate manually press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9."
+msgstr "Ova funkcija daje novi nasumicni broj svaki put kada je Calc izracunat. Za pokretanje Calc funkcije pritisnite Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id9312417\n"
+"help.text"
+msgid "To generate random numbers which never recalculate, copy cells each containing =RAND(), and use <item type=\"menuitem\">Edit - Paste Special</item> (with <item type=\"menuitem\">Paste All</item> and <item type=\"menuitem\">Formulas</item> not marked and <item type=\"menuitem\">Numbers</item> marked)."
+msgstr "Za generisanje nasumicnih brojeva kojinikad nece biti ponovno izracunati, kopirajte celjije koje sadrze =RAND() i koristite <item type=\"menuitem\">Edit - Paste Special</item> (with <item type=\"menuitem\">Paste All</item> and <item type=\"menuitem\">Formulae</item> not marked and <item type=\"menuitem\">Numbers</item> marked)."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id9089022\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id9569078\n"
+"help.text"
+msgid "<item type=\"input\">=RAND()</item> returns a random number between 0 and 1."
+msgstr "<item type=\"input\">=RAND()</item> vraca nasumicni broj u rangu od0.0 do 1.0."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3164897\n"
+"help.text"
+msgid "<bookmark_value>COUNTIF function</bookmark_value><bookmark_value>counting;specified cells</bookmark_value>"
+msgstr "<bookmark_value>COUNTIF function</bookmark_value><bookmark_value>bprebrojava;odredjene celije</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164897\n"
+"547\n"
+"help.text"
+msgid "COUNTIF"
+msgstr "COUNTIF"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164926\n"
+"548\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ZAEHLENWENN\">Returns the number of cells that meet with certain criteria within a cell range.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ZAEHLENWENN\">Vraca broj celija koje zadovaoljavaju odredjeni uslov unutar celijskog ranga.</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164953\n"
+"549\n"
+"help.text"
+msgid "Syntax"
+msgstr "Sintaksa"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164967\n"
+"550\n"
+"help.text"
+msgid "COUNTIF(Range; Criteria)"
+msgstr "COUNTIF(Rang; Kriterija)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164980\n"
+"551\n"
+"help.text"
+msgid "<emph>Range</emph> is the range to which the criteria are to be applied."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165000\n"
+"552\n"
+"help.text"
+msgid "<emph>Criteria</emph> indicates the criteria in the form of a number, an expression or a character string. These criteria determine which cells are counted. You may also enter a search text in the form of a regular expression, e.g. b.* for all words that begin with b. You may also indicate a cell range that contains the search criterion. If you search for literal text, enclose the text in double quotes."
+msgstr "<emph>Kriteriji</emph>indicira kriteriju u formi broja, izraz ili karakterni znak. Ovi kriteriji odredjuju koje su celije prebrojavane. Mozete takodjer unijeti i trazeni tekst u formi regularnog izraza, npr: \"b.*\" za sve rijeci koje pocinju sa b. MOzete takodje i oznaciti celijski rang koji sadrzi trazeni kriterij. Ako trazite literalni tekst, zatvorite tekst u duple navodnike."
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3165037\n"
+"553\n"
+"help.text"
+msgid "Example"
+msgstr "Primjer"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3166505\n"
+"627\n"
+"help.text"
+msgid "A1:A10 is a cell range containing the numbers <item type=\"input\">2000</item> to <item type=\"input\">2009</item>. Cell B1 contains the number <item type=\"input\">2006</item>. In cell B2, you enter a formula:"
+msgstr "A1:A10 je celijski rang koji sadrzi brojeve <item type=\"input\">2000</item> to <item type=\"input\">2009</item>. Celija B1 Sadrzi broj <item type=\"input\">2006</item>. U celiju B2 mozete unijeti formulu:"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3581652\n"
+"help.text"
+msgid "<item type=\"input\">=COUNTIF(A1:A10;2006)</item> - this returns 1"
+msgstr "<item type=\"input\">=COUNTIF(A1:A10; 2006)</item> - vraca 1"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id708639\n"
+"help.text"
+msgid "<item type=\"input\">=COUNTIF(A1:A10;B1)</item> - this returns 1"
+msgstr "<item type=\"input\">=COUNTIF(A1:A10; B1)</item> - vraca 1"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id5169225\n"
+"help.text"
+msgid "<item type=\"input\">=COUNTIF(A1:A10;\">=2006\") </item>- this returns 4"
+msgstr "<item type=\"input\">=COUNTIF(A1:A10; \">=2006\")</item> - vraca 3"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id2118594\n"
+"help.text"
+msgid "<item type=\"input\">=COUNTIF(A1:A10;\"<\"&B1)</item> - when B1 contains <item type=\"input\">2006</item>, this returns 6"
+msgstr "<item type=\"input\">=COUNTIF(A1:A10; \"<\"&B1)</item> - kada B1 sadrzi <item type=\"input\">2006</item>, ovo vraca 6"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id166020\n"
+"help.text"
+msgid "<item type=\"input\">=COUNTIF(A1:A10;C2)</item> where cell C2 contains the text <item type=\"input\">>2006</item> counts the number of cells in the range A1:A10 which are >2006"
+msgstr "<item type=\"input\">=COUNTIF(A1:A10; C2)</item> gdje celija C2 sadrzi tekst<item type=\"input\">>2006</item> zbraja brojeve celija u rangu A1:A10 koji su > 2006"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id6386913\n"
+"help.text"
+msgid "To count only negative numbers: <item type=\"input\">=COUNTIF(A1:A10;\"<0\")</item>"
+msgstr "Z zbrajanje samo negativnih brojeva: <item type=\"input\">=COUNTIF(A1:A10; \"<0\")</item>"
+
+#: 06030400.xhp
+msgctxt ""
+"06030400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Remove Dependents"
+msgstr "Otkloni Dependents"
+
+#: 06030400.xhp
+msgctxt ""
+"06030400.xhp\n"
+"bm_id3147335\n"
+"help.text"
+msgid "<bookmark_value>cells; removing dependents</bookmark_value>"
+msgstr "<bookmark_value>celije; orklanjanje dependents</bookmark_value>"
+
+#: 06030400.xhp
+msgctxt ""
+"06030400.xhp\n"
+"hd_id3147335\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06030400.xhp\" name=\"Remove Dependents\">Remove Dependents</link>"
+msgstr "<link href=\"text/scalc/01/06030400.xhp\" name=\"Remove Dependents\">Otkloni Dependents</link>"
+
+#: 06030400.xhp
+msgctxt ""
+"06030400.xhp\n"
+"par_id3148663\n"
+"2\n"
+"help.text"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:ClearArrowDependents\">Deletes one level of tracer arrows created with <emph>Trace Dependents</emph>.</ahelp>"
+msgstr "<ahelp visibility=\"visible\" hid=\".uno:ClearArrowDependents\">Brise jedan level strelica stvorenih sa <emph>Prati ovisnike</emph>.</ahelp>"
+
+#: 04010000.xhp
+msgctxt ""
+"04010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Manual Break"
+msgstr ""
+
+#: 04010000.xhp
+msgctxt ""
+"04010000.xhp\n"
+"bm_id3153192\n"
+"help.text"
+msgid "<bookmark_value>spreadsheets; inserting breaks in</bookmark_value><bookmark_value>inserting; breaks</bookmark_value><bookmark_value>page breaks; inserting in spreadsheets</bookmark_value>"
+msgstr ""
+
+#: 04010000.xhp
+#, fuzzy
+msgctxt ""
+"04010000.xhp\n"
+"hd_id3153192\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04010000.xhp\" name=\"Manual Break\">Manual Break</link>"
+msgstr "<link href=\"text/scalc/01/02140100.xhp\" name=\"Down\">Dolje</link>"
+
+#: 04010000.xhp
+msgctxt ""
+"04010000.xhp\n"
+"par_id3125864\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">This command inserts manual row or column breaks to ensure that your data prints properly. You can insert a horizontal page break above, or a vertical page break to the left of, the active cell.</ahelp>"
+msgstr ""
+
+#: 04010000.xhp
+msgctxt ""
+"04010000.xhp\n"
+"par_id3155133\n"
+"3\n"
+"help.text"
+msgid "Choose <link href=\"text/scalc/01/02190000.xhp\" name=\"Edit - Delete Manual Break\">Edit - Delete Manual Break</link> to remove breaks created manually."
+msgstr ""
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Criteria"
+msgstr "Kriteriji"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"bm_id1464278\n"
+"help.text"
+msgid "<bookmark_value>selection lists;validity</bookmark_value>"
+msgstr ""
+
+#: 12120100.xhp
+#, fuzzy
+msgctxt ""
+"12120100.xhp\n"
+"hd_id3153032\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12120100.xhp\" name=\"Criteria\">Criteria</link>"
+msgstr "<link href=\"text/scalc/01/12090100.xhp\" name=\"Start\">Pokreni</link>"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3156327\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"SC:TABPAGE:TP_VALIDATION_VALUES\">Specify the validation rules for the selected cell(s).</ahelp>"
+msgstr ""
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3155923\n"
+"4\n"
+"help.text"
+msgid "For example, you can define criteria such as: \"Numbers between 1 and 10\" or \"Texts that are no more than 20 characters\"."
+msgstr ""
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"hd_id3153896\n"
+"5\n"
+"help.text"
+msgid "Allow"
+msgstr "Dozvoli"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3150400\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:TP_VALIDATION_VALUES:LB_ALLOW\">Click a validation option for the selected cell(s).</ahelp>"
+msgstr ""
+
+#: 12120100.xhp
+#, fuzzy
+msgctxt ""
+"12120100.xhp\n"
+"par_id3148797\n"
+"17\n"
+"help.text"
+msgid "The following conditions are available:"
+msgstr "Sljedeci operatori su dostupni:"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3150447\n"
+"18\n"
+"help.text"
+msgid "Condition"
+msgstr "Uslov"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3155854\n"
+"19\n"
+"help.text"
+msgid "Effect"
+msgstr "Efekat"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3153092\n"
+"20\n"
+"help.text"
+msgid "All values"
+msgstr "Sve vrijednosti"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3155411\n"
+"21\n"
+"help.text"
+msgid "No limitation."
+msgstr ""
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3147434\n"
+"22\n"
+"help.text"
+msgid "Whole number"
+msgstr ""
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3154319\n"
+"23\n"
+"help.text"
+msgid "Only whole numbers corresponding to the condition."
+msgstr ""
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3145802\n"
+"24\n"
+"help.text"
+msgid "Decimal"
+msgstr "Decimalno"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3153160\n"
+"25\n"
+"help.text"
+msgid "All numbers corresponding to the condition."
+msgstr ""
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3149377\n"
+"26\n"
+"help.text"
+msgid "Date"
+msgstr "Datum"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3150718\n"
+"27\n"
+"help.text"
+msgid "All numbers corresponding to the condition. The entered values are formatted accordingly the next time the dialog is called up."
+msgstr ""
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3146969\n"
+"28\n"
+"help.text"
+msgid "Time"
+msgstr "Vrijeme"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3155066\n"
+"29\n"
+"help.text"
+msgid "All numbers corresponding to the condition. The entered values are formatted accordingly the next time the dialog is called up."
+msgstr ""
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_idN106A0\n"
+"help.text"
+msgid "Cell range"
+msgstr "Oblast ćelije"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_idN106A5\n"
+"help.text"
+msgid "Allow only values that are given in a cell range. The cell range can be specified explicitly, or as a named database range, or as a named range. The range may consist of one column or one row of cells. If you specify a range of columns and rows, only the first column is used."
+msgstr ""
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_idN106AB\n"
+"help.text"
+msgid "List"
+msgstr "Lista"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_idN106B0\n"
+"help.text"
+msgid "Allow only values or strings specified in a list. Strings and values can be mixed. Numbers evaluate to their value, so if you enter the number 1 in the list, the entry 100% is also valid."
+msgstr ""
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3154756\n"
+"30\n"
+"help.text"
+msgid "Text length"
+msgstr "Dužina teksta"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3147339\n"
+"31\n"
+"help.text"
+msgid "Entries whose length corresponds to the condition."
+msgstr ""
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"hd_id3154704\n"
+"7\n"
+"help.text"
+msgid "Allow blank cells"
+msgstr "Dozvoli prazne čelije"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3153967\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:TRISTATEBOX:TP_VALIDATION_VALUES:TSB_ALLOW_BLANKS\">In conjunction with <emph>Tools - Detective - Mark invalid Data</emph>, this defines that blank cells are shown as invalid data (disabled) or not (enabled).</ahelp>"
+msgstr ""
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_idN10709\n"
+"help.text"
+msgid "Show selection list"
+msgstr "Pokaži listu izbora"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_idN1070D\n"
+"help.text"
+msgid "<ahelp hid=\"sc:CheckBox:TP_VALIDATION_VALUES:CB_SHOWLIST\">Shows a list of all valid strings or values to select from. The list can also be opened by selecting the cell and pressing Ctrl+D (Mac: Command+D).</ahelp>"
+msgstr ""
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_idN10724\n"
+"help.text"
+msgid "Sort entries ascending"
+msgstr "Poredati polja uzlazno"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_idN10728\n"
+"help.text"
+msgid "<ahelp hid=\"sc:CheckBox:TP_VALIDATION_VALUES:CB_SORTLIST\">Sorts the selection list in ascending order and filters duplicates from the list. If not checked, the order from the data source is taken.</ahelp>"
+msgstr ""
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_idN1073F\n"
+"help.text"
+msgid "Source"
+msgstr "Izvor"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_idN10743\n"
+"help.text"
+msgid "<ahelp hid=\"sc:Edit:TP_VALIDATION_VALUES:EDT_MIN\">Enter the cell range that contains the valid values or text.</ahelp>"
+msgstr ""
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_idN1075A\n"
+"help.text"
+msgid "Entries"
+msgstr "Unosi"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_idN1075E\n"
+"help.text"
+msgid "<ahelp hid=\"sc:MultiLineEdit:TP_VALIDATION_VALUES:EDT_LIST\">Enter the entries that will be valid values or text strings.</ahelp>"
+msgstr ""
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"hd_id3163807\n"
+"9\n"
+"help.text"
+msgid "Data"
+msgstr "Podaci"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3144502\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:TP_VALIDATION_VALUES:LB_VALUE\">Select the comparative operator that you want to use.</ahelp> The available operators depend on what you selected in the <emph>Allow </emph>box. If you select \"between\" or \"not between\", the <emph>Minimum</emph> and <emph>Maximum</emph> input boxes appear. Otherwise, only the <emph>Minimum</emph>, the <emph>Maximum, or the Value</emph> input boxes appear."
+msgstr ""
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"hd_id3153782\n"
+"11\n"
+"help.text"
+msgid "Value"
+msgstr "Vrijednost"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3153266\n"
+"12\n"
+"help.text"
+msgid "Enter the value for the data validation option that you selected in the <emph>Allow </emph>box."
+msgstr ""
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"hd_id3149814\n"
+"13\n"
+"help.text"
+msgid "Minimum"
+msgstr "Minimum"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3153199\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:TP_VALIDATION_VALUES:EDT_MIN\">Enter the minimum value for the data validation option that you selected in the <emph>Allow </emph>box.</ahelp>"
+msgstr ""
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"hd_id3149035\n"
+"15\n"
+"help.text"
+msgid "Maximum"
+msgstr "Maksimum"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3150089\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:TP_VALIDATION_VALUES:EDT_MAX\">Enter the maximum value for the data validation option that you selected in the <emph>Allow </emph>box.</ahelp>"
+msgstr ""
diff --git a/source/bs/helpcontent2/source/text/shared/02.po b/source/bs/helpcontent2/source/text/shared/02.po
index 29e1bb8daac..e15863c00f9 100644
--- a/source/bs/helpcontent2/source/text/shared/02.po
+++ b/source/bs/helpcontent2/source/text/shared/02.po
@@ -4969,3 +4969,14334 @@ msgctxt ""
"help.text"
msgid "<link href=\"text/shared/02/01170901.xhp\" name=\"Combo Box / List Box Wizard: Table Selection\">Combo Box / List Box Wizard: Table Selection</link>"
msgstr ""
+
+#: 01170901.xhp
+msgctxt ""
+"01170901.xhp\n"
+"par_id3149716\n"
+"5\n"
+"help.text"
+msgid "Specifies a table from the available database tables that contains the data field whose content should be displayed as a list entry."
+msgstr ""
+
+#: 01170901.xhp
+msgctxt ""
+"01170901.xhp\n"
+"par_id3153114\n"
+"8\n"
+"help.text"
+msgid "For list boxes, a table that can be linked with the current form table is indicated. The link table must have at least one field in common with the table of the current form. This makes it possible to establish an unambiguous reference."
+msgstr ""
+
+#: 01170901.xhp
+msgctxt ""
+"01170901.xhp\n"
+"par_id3155555\n"
+"9\n"
+"help.text"
+msgid "For combo boxes, there must be a relationship between the form table and the table containing the data to be displayed in the combo box."
+msgstr ""
+
+#: 01170901.xhp
+msgctxt ""
+"01170901.xhp\n"
+"hd_id3147226\n"
+"6\n"
+"help.text"
+msgid "Table"
+msgstr "Tabela"
+
+#: 01170901.xhp
+msgctxt ""
+"01170901.xhp\n"
+"par_id3155338\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"DBP_LISTBOX_RID_PAGE_LCW_CONTENTSELECTION_TABLE_LB_SELECTTABLE\">In the<emph> Table </emph>field, select the table containing the data field whose content should be displayed in the control field.</ahelp>"
+msgstr ""
+
+#: 01170901.xhp
+msgctxt ""
+"01170901.xhp\n"
+"par_id3159233\n"
+"10\n"
+"help.text"
+msgid "The table given here appears in the <link href=\"text/shared/02/01170102.xhp\" name=\"Control properties\">Control properties</link> as an element of an SQL statement in the <emph>List Contents</emph> field."
+msgstr ""
+
+#: 07080000.xhp
+msgctxt ""
+"07080000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Stop Loading"
+msgstr "Prekini učitavanje"
+
+#: 07080000.xhp
+#, fuzzy
+msgctxt ""
+"07080000.xhp\n"
+"hd_id3154228\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/07080000.xhp\" name=\"Stop Loading\">Stop Loading</link>"
+msgstr "<link href=\"text/shared/02/14060000.xhp\" name=\"Alias\">Nadimak (alias)</link>"
+
+#: 07080000.xhp
+msgctxt ""
+"07080000.xhp\n"
+"par_id3149495\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Stop\">Click to interrupt the current loading process, Ctrl-click (Mac: Command-click) to interrupt all loading processes.</ahelp>"
+msgstr ""
+
+#: 05090000.xhp
+msgctxt ""
+"05090000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Rotate"
+msgstr ""
+
+#: 05090000.xhp
+#, fuzzy
+msgctxt ""
+"05090000.xhp\n"
+"hd_id3154863\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/05090000.xhp\" name=\"Rotate\">Rotate</link>"
+msgstr "<link href=\"text/shared/02/20100000.xhp\" name=\"Date\">Datum</link>"
+
+#: 05090000.xhp
+msgctxt ""
+"05090000.xhp\n"
+"par_id3149119\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ToggleObjectRotateMode\">Rotates the selected object.</ahelp>"
+msgstr ""
+
+#: 05090000.xhp
+msgctxt ""
+"05090000.xhp\n"
+"par_id3149716\n"
+"5\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Select an object and click the<emph> Rotate</emph> icon on the<emph> Drawing</emph> toolbar. </caseinline><caseinline select=\"DRAW\">Select an object and click the Rotate icon on the Drawing toolbar. </caseinline><defaultinline>Select an object and click the<emph> Rotate</emph> icon on the <emph>Drawing Object Properties</emph> toolbar.</defaultinline></switchinline> Drag a corner handle of the object in the direction you want to rotate it."
+msgstr ""
+
+#: 05090000.xhp
+#, fuzzy
+msgctxt ""
+"05090000.xhp\n"
+"par_id3152551\n"
+"help.text"
+msgid "<image id=\"img_id3154317\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3154317\">Icon</alt></image>"
+msgstr "<image id=\"img_id3154510\" src=\"cmd/sc_linetoolbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154510\">Icon</alt></image>"
+
+#: 05090000.xhp
+msgctxt ""
+"05090000.xhp\n"
+"par_id3153577\n"
+"4\n"
+"help.text"
+msgid "Rotate"
+msgstr ""
+
+#: 05090000.xhp
+msgctxt ""
+"05090000.xhp\n"
+"par_id3156113\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05230300.xhp\" name=\"Format - Position and Size - Rotate\"><emph>Format - Position and Size - Rotate</emph></link>."
+msgstr ""
+
+#: 12000000.xhp
+msgctxt ""
+"12000000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Explorer On/Off"
+msgstr ""
+
+#: 12000000.xhp
+#, fuzzy
+msgctxt ""
+"12000000.xhp\n"
+"hd_id3147588\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/12000000.xhp\" name=\"Explorer On/Off\">Explorer On/Off</link>"
+msgstr "<link href=\"text/shared/02/18030000.xhp\" name=\"AutoSpellingCheck On/Off\">AutoSpellingCheck On/Off</link>"
+
+#: 12000000.xhp
+msgctxt ""
+"12000000.xhp\n"
+"par_id3144740\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DSBrowserExplorer\">Turns on and off the view of the data source explorer.</ahelp> The <emph>Explorer On/Off</emph> icon is visible on the <link href=\"text/shared/main0212.xhp\" name=\"Database Bar\">Table Data bar</link>."
+msgstr ""
+
+#: 12000000.xhp
+#, fuzzy
+msgctxt ""
+"12000000.xhp\n"
+"par_id3153114\n"
+"help.text"
+msgid "<image id=\"img_id3150710\" src=\"cmd/sc_dsbrowserexplorer.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150710\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+
+#: 12000000.xhp
+msgctxt ""
+"12000000.xhp\n"
+"par_id3145136\n"
+"3\n"
+"help.text"
+msgid "Explorer On/Off"
+msgstr ""
+
+#: 12000000.xhp
+msgctxt ""
+"12000000.xhp\n"
+"par_id3145345\n"
+"4\n"
+"help.text"
+msgid "In the data source explorer you see the data sources registered in $[officename] with their queries and tables."
+msgstr ""
+
+#: 12000000.xhp
+msgctxt ""
+"12000000.xhp\n"
+"par_id3159233\n"
+"53\n"
+"help.text"
+msgid "<emph>Establishing a connection</emph> - As soon as you select an individual table or query, a connection to the data source is established. Once the connection is opened, the name of the data source, the Queries or Tables entry, and the name of the query or table selected is shown in bold type."
+msgstr ""
+
+#: 12000000.xhp
+msgctxt ""
+"12000000.xhp\n"
+"par_id3154860\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Closes the connection to the data source. See <emph>%PRODUCTNAME Base - Connections</emph> in the Options dialog box.</ahelp>"
+msgstr ""
+
+#: 12000000.xhp
+msgctxt ""
+"12000000.xhp\n"
+"par_id3151379\n"
+"52\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">To rename an entry, call this command and enter the new name. You can also do this by selecting the entry and pressing F2. The database must support renaming, otherwise this command is not enabled.</ahelp>"
+msgstr ""
+
+#: 12000000.xhp
+msgctxt ""
+"12000000.xhp\n"
+"par_id273445\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the selected database file for editing.</ahelp>"
+msgstr ""
+
+#: 12000000.xhp
+msgctxt ""
+"12000000.xhp\n"
+"par_id5943479\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog to add/edit/remove a database file from the list of registered databases. The same dialog opens by choosing <emph>%PRODUCTNAME Base - Databases</emph> in the Options dialog box.</ahelp>"
+msgstr ""
+
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Standard Filter"
+msgstr "Standardni filter"
+
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"hd_id3151097\n"
+"1\n"
+"help.text"
+msgid "Standard Filter"
+msgstr "Standardni filter"
+
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"par_id3149716\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DataFilterStandardFilter\">Specifies the logical conditions to filter your table data.</ahelp> This dialog is available for spreadsheet documents, database tables and database forms. The dialog for databases does not contain the <emph>More Options</emph> button."
+msgstr ""
+
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"par_idN105EE\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/guide/filters.xhp#filters\"/>"
+msgstr "<embedvar href=\"text/scalc/guide/filters.xhp#filters\"/>"
+
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"hd_id3155555\n"
+"3\n"
+"help.text"
+msgid "Filter criteria"
+msgstr "Kriteriji filtera"
+
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"par_id3147834\n"
+"4\n"
+"help.text"
+msgid "You can define a filter by indicating the type of line, the name of the field, a logical condition and a value or a combination of arguments."
+msgstr "Možete definirati filter navodeći tip linije, ime polja, logički uslov i vrijednost i kombinacija argumenata"
+
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"hd_id3149751\n"
+"5\n"
+"help.text"
+msgid "Operator"
+msgstr "Operator"
+
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"par_id3149177\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_LISTBOX_DLG_FILTERCRIT_LB_WHERECOND3\">For the following arguments, you can choose between the logical operators AND / OR.</ahelp>"
+msgstr "<ahelp hid=\"DBACCESS_LISTBOX_DLG_FILTERCRIT_LB_WHERECOND3\">Za sljedeće argumente možete birati između logičkog operatora AND / OR.</ahelp>"
+
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"hd_id3149182\n"
+"7\n"
+"help.text"
+msgid "Field name"
+msgstr "Ime polja"
+
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"par_id3149398\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_LISTBOX_DLG_FILTERCRIT_LB_WHEREFIELD3\">Specifies the field names from the current table to set them in the argument.</ahelp> You will see the column identifiers if no text is available for the field names."
+msgstr "<ahelp hid=\"DBACCESS_LISTBOX_DLG_FILTERCRIT_LB_WHEREFIELD3\">Određuje imena polja sadašnje tabele za postavljanje argumenata.</ahelp> Vidjećete nazive kolona"
+
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"hd_id3147653\n"
+"9\n"
+"help.text"
+msgid "Condition"
+msgstr "Uslov"
+
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"par_id3150254\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_LISTBOX_DLG_FILTERCRIT_LB_WHERECOMP3\">Specifies the <link href=\"text/shared/02/12090101.xhp\" name=\"comparative operators\">comparative operators</link> through which the entries in the <emph>Field name</emph> and <emph>Value</emph> fields can be linked.</ahelp>"
+msgstr ""
+
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"hd_id3149166\n"
+"11\n"
+"help.text"
+msgid "Value"
+msgstr "Vrijednost"
+
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"par_id3149795\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_EDIT_DLG_FILTERCRIT_ET_WHEREVALUE3\">Specifies a value to filter the field.</ahelp>"
+msgstr "<ahelp hid=\"DBACCESS_EDIT_DLG_FILTERCRIT_ET_WHEREVALUE3\">određuje vrijednost filtera i polja.</ahelp>"
+
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"par_id3150976\n"
+"14\n"
+"help.text"
+msgid "The<emph> Value </emph>list box contains all possible values for the specified <emph>Field name</emph> . Choose the value to be used in the filter. You can also choose the <emph>- empty -</emph> or <emph>-not empty -</emph> entries.."
+msgstr ""
+
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"par_id3156118\n"
+"15\n"
+"help.text"
+msgid "If you use the filter function in database tables or forms, then type the value in the <emph>Value </emph>text box to be used for filtering."
+msgstr ""
+
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"hd_id3153061\n"
+"13\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12040201.xhp\" name=\"More Options\">More Options</link>"
+msgstr ""
+
+#: paintbrush.xhp
+msgctxt ""
+"paintbrush.xhp\n"
+"tit\n"
+"help.text"
+msgid "Format Paintbrush"
+msgstr ""
+
+#: paintbrush.xhp
+msgctxt ""
+"paintbrush.xhp\n"
+"par_idN1056A\n"
+"help.text"
+msgid "<link href=\"text/shared/02/paintbrush.xhp\">Format Paintbrush</link>"
+msgstr ""
+
+#: paintbrush.xhp
+msgctxt ""
+"paintbrush.xhp\n"
+"par_idN1057A\n"
+"help.text"
+msgid "<ahelp hid=\".\">First select some text or an object, then click this icon. Then click on or drag across other text or click an object to apply the same formatting.</ahelp>"
+msgstr ""
+
+#: paintbrush.xhp
+msgctxt ""
+"paintbrush.xhp\n"
+"par_idN10617\n"
+"help.text"
+msgid "Click the <emph>Format Paintbrush</emph> icon <image id=\"img_id3610034\" src=\"cmd/sc_formatpaintbrush.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3610034\">Icon</alt></image> on the <emph>Standard</emph> toolbar."
+msgstr ""
+
+#: paintbrush.xhp
+#, fuzzy
+msgctxt ""
+"paintbrush.xhp\n"
+"par_idN10639\n"
+"help.text"
+msgid "<image id=\"img_id5406964\" src=\"cmd/sc_formatpaintbrush.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id5406964\">Icon</alt></image>"
+msgstr "<image id=\"img_id3159186\" src=\"cmd/sc_pie.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159186\">Icon</alt></image>"
+
+#: paintbrush.xhp
+msgctxt ""
+"paintbrush.xhp\n"
+"par_idN10657\n"
+"help.text"
+msgid "Format Paintbrush"
+msgstr ""
+
+#: more_controls.xhp
+msgctxt ""
+"more_controls.xhp\n"
+"tit\n"
+"help.text"
+msgid "More Controls"
+msgstr ""
+
+#: more_controls.xhp
+msgctxt ""
+"more_controls.xhp\n"
+"bm_id5941343\n"
+"help.text"
+msgid "<bookmark_value>more controls</bookmark_value><bookmark_value>group box creation</bookmark_value><bookmark_value>image button creation</bookmark_value><bookmark_value>image control creation</bookmark_value><bookmark_value>file selection button</bookmark_value><bookmark_value>date fields; creating</bookmark_value><bookmark_value>time fields; form functions</bookmark_value><bookmark_value>numerical fields in forms</bookmark_value><bookmark_value>formatted fields; form functions</bookmark_value><bookmark_value>currency field creation</bookmark_value><bookmark_value>pattern fields; form functions</bookmark_value><bookmark_value>table controls; form functions</bookmark_value><bookmark_value>grid controls; form functions</bookmark_value><bookmark_value>controls; focus</bookmark_value><bookmark_value>focus of controls</bookmark_value><bookmark_value>forms; focus after opening</bookmark_value><bookmark_value>automatic control focus</bookmark_value><bookmark_value>spin button creation</bookmark_value><bookmark_value>scrollbars;controls</bookmark_value><bookmark_value>Navigation bar;controls</bookmark_value>"
+msgstr ""
+
+#: more_controls.xhp
+msgctxt ""
+"more_controls.xhp\n"
+"hd_id8389233\n"
+"help.text"
+msgid "<link href=\"text/shared/02/more_controls.xhp\">More Controls</link>"
+msgstr ""
+
+#: more_controls.xhp
+msgctxt ""
+"more_controls.xhp\n"
+"par_id1146275\n"
+"help.text"
+msgid "<ahelp hid=\".\">The More Controls toolbar opens when you click the More Controls icon on the <link href=\"text/shared/02/01170000.xhp\">Form Controls</link> toolbar.</ahelp>"
+msgstr ""
+
+#: 20100000.xhp
+msgctxt ""
+"20100000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Date"
+msgstr "Datum"
+
+#: 20100000.xhp
+msgctxt ""
+"20100000.xhp\n"
+"hd_id3146902\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/20100000.xhp\" name=\"Date\">Date</link>"
+msgstr "<link href=\"text/shared/02/20100000.xhp\" name=\"Date\">Datum</link>"
+
+#: 20100000.xhp
+msgctxt ""
+"20100000.xhp\n"
+"par_id3154926\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:CurrentDate\" visibility=\"visible\">Displays the current date.</ahelp>"
+msgstr ""
+
+#: 12110000.xhp
+msgctxt ""
+"12110000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Form-based Filters"
+msgstr ""
+
+#: 12110000.xhp
+msgctxt ""
+"12110000.xhp\n"
+"hd_id3147000\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"formfilter\"><link href=\"text/shared/02/12110000.xhp\" name=\"Form-based Filters\">Form-based Filters</link></variable>"
+msgstr ""
+
+#: 12110000.xhp
+msgctxt ""
+"12110000.xhp\n"
+"par_id3154230\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"formfiltertext\"><ahelp hid=\".uno:FormFilter\">Prompts the database server to filter the visible data by specified criteria.</ahelp></variable>"
+msgstr ""
+
+#: 12110000.xhp
+msgctxt ""
+"12110000.xhp\n"
+"par_id3152918\n"
+"3\n"
+"help.text"
+msgid "Unlike the normal search, which is activated by the <link href=\"text/shared/02/12100200.xhp\" name=\"Find Record\">Find Record</link> icon on the <emph>Form</emph> Bar, you can search more quickly by using the form-based filter. Usually a quick database server is charged with the search. Also, you can enter more complex search conditions."
+msgstr ""
+
+#: 12110000.xhp
+#, fuzzy
+msgctxt ""
+"12110000.xhp\n"
+"par_id3153394\n"
+"help.text"
+msgid "<image id=\"img_id3147226\" src=\"cmd/sc_formfilter.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3147226\">Icon</alt></image>"
+msgstr "<image id=\"img_id3145256\" src=\"cmd/sc_drawcaption.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145256\">Icon</alt></image>"
+
+#: 12110000.xhp
+msgctxt ""
+"12110000.xhp\n"
+"par_id3149751\n"
+"4\n"
+"help.text"
+msgid "Form-based Filters"
+msgstr ""
+
+#: 01110000.xhp
+msgctxt ""
+"01110000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Print File Directly"
+msgstr "Štampaj datoteku direktno"
+
+#: 01110000.xhp
+msgctxt ""
+"01110000.xhp\n"
+"bm_id3153539\n"
+"help.text"
+msgid "<bookmark_value>printing; directly</bookmark_value>"
+msgstr ""
+
+#: 01110000.xhp
+msgctxt ""
+"01110000.xhp\n"
+"hd_id3153539\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01110000.xhp\" name=\"Print File Directly\">Print File Directly</link>"
+msgstr "<link href=\"text/shared/02/01110000.xhp\" name=\"Štampaj fajl direktno\">Štampaj datoteku direktno</link>"
+
+#: 01110000.xhp
+msgctxt ""
+"01110000.xhp\n"
+"par_id3154398\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:PrintDefault\">Click the <emph>Print File Directly</emph> icon to print the active document with the current default print settings.</ahelp> These can be found in the <emph>Printer Setup</emph> dialog, which you can call with the <link href=\"text/shared/01/01140000.xhp\" name=\"Printer Settings\"><emph>Printer Settings</emph></link> menu command."
+msgstr ""
+
+#: 01110000.xhp
+msgctxt ""
+"01110000.xhp\n"
+"par_id3147275\n"
+"3\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">If you select text or a graphic and click the <emph>Print File Direct</emph> icon, you are prompted to print the selection or the document. </caseinline></switchinline>"
+msgstr ""
+
+#: 01110000.xhp
+msgctxt ""
+"01110000.xhp\n"
+"par_id9547105\n"
+"help.text"
+msgid "If the current document uses a printer that is not the default printer for your operating system, the <emph>Print File Direct </emph>icon opens the <link href=\"text/shared/01/01130000.xhp\"><emph>Print</emph></link> dialog."
+msgstr ""
+
+#: 01110000.xhp
+msgctxt ""
+"01110000.xhp\n"
+"par_idN10679\n"
+"help.text"
+msgid "If the current document uses a printer that is not the default printer that was specified in the <link href=\"text/shared/guide/spadmin.xhp\">spadmin</link>, printer administration program, the <emph>Print File Direct </emph>icon opens the <link href=\"text/shared/01/01130000.xhp\"><emph>Print</emph></link> dialog."
+msgstr ""
+
+#: 12140000.xhp
+msgctxt ""
+"12140000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Data Source of Current Document"
+msgstr ""
+
+#: 12140000.xhp
+msgctxt ""
+"12140000.xhp\n"
+"bm_id3151262\n"
+"help.text"
+msgid "<bookmark_value>data sources; displaying current</bookmark_value>"
+msgstr ""
+
+#: 12140000.xhp
+msgctxt ""
+"12140000.xhp\n"
+"hd_id3154682\n"
+"2\n"
+"help.text"
+msgid "<link href=\"text/shared/02/12140000.xhp\" name=\"Data Source of Current Document\">Data Source of Current Document</link>"
+msgstr ""
+
+#: 12140000.xhp
+msgctxt ""
+"12140000.xhp\n"
+"par_id3150247\n"
+"3\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DataSourceBrowser/DocumentDataSource\">Displays, in the data source browser, the table that is linked to the current document.</ahelp>"
+msgstr "<ahelp hid=\".uno:DataSourceBrowser/DocumentDataSource\">Prikazuje u pretarzivacu izvora podataka,tabelu koja je povezana sa trenutnim dokumentom.</ahelp>"
+
+#: 12140000.xhp
+#, fuzzy
+msgctxt ""
+"12140000.xhp\n"
+"par_id3155616\n"
+"help.text"
+msgid "<image id=\"img_id3147043\" src=\"cmd/sc_dsbdocumentdatasource.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147043\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+
+#: 12140000.xhp
+msgctxt ""
+"12140000.xhp\n"
+"par_id3155391\n"
+"4\n"
+"help.text"
+msgid "Data Source of Current Document"
+msgstr ""
+
+#: 12140000.xhp
+msgctxt ""
+"12140000.xhp\n"
+"par_id3145211\n"
+"5\n"
+"help.text"
+msgid "Choose <emph>Edit - Exchange Database</emph> to select another table."
+msgstr "izaber <emph>Izmijeni - Exchange Database</emph> za biranje druge tabele."
+
+#: 02130000.xhp
+msgctxt ""
+"02130000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Decrease Indent"
+msgstr "Smanji uvlačenje"
+
+#: 02130000.xhp
+msgctxt ""
+"02130000.xhp\n"
+"hd_id3154228\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/02130000.xhp\" name=\"Decrease Indent\">Decrease Indent</link>"
+msgstr ""
+
+#: 02130000.xhp
+msgctxt ""
+"02130000.xhp\n"
+"par_id3150247\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DecrementIndent\">Click the <emph>Decrease Indent</emph> icon to reduce the left indent of the current paragraph or cell content and set it to the previous default tab position.</ahelp>"
+msgstr ""
+
+#: 02130000.xhp
+msgctxt ""
+"02130000.xhp\n"
+"par_id3154186\n"
+"7\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">If you previously increased the indentation for several collectively selected paragraphs, this command can decrease the indentation for all of the selected paragraphs.</caseinline><caseinline select=\"CALC\">The cell content refers to the current value under <link href=\"text/shared/01/05340300.xhp\" name=\"Format - Cell - Alignment\"><emph>Format - Cell - Alignment</emph></link>.</caseinline></switchinline>"
+msgstr ""
+
+#: 02130000.xhp
+#, fuzzy
+msgctxt ""
+"02130000.xhp\n"
+"par_id3155338\n"
+"help.text"
+msgid "<image id=\"img_id3150506\" src=\"cmd/sc_decrementindent.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150506\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+
+#: 02130000.xhp
+msgctxt ""
+"02130000.xhp\n"
+"par_id3155942\n"
+"4\n"
+"help.text"
+msgid "Decrease Indent"
+msgstr "Smanji uvlačenje"
+
+#: 02130000.xhp
+msgctxt ""
+"02130000.xhp\n"
+"par_id3153031\n"
+"6\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">If you click the <emph>Decrease Indent</emph> icon while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, the indent for the selected paragraph is moved by the default tab stop that has been set under <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - General\"><emph>%PRODUCTNAME Writer - General</emph></link> in the Options dialog box.</caseinline></switchinline>"
+msgstr ""
+
+#: 20050000.xhp
+msgctxt ""
+"20050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Selection Mode"
+msgstr "Mod za odabir"
+
+#: 20050000.xhp
+msgctxt ""
+"20050000.xhp\n"
+"bm_id3148668\n"
+"help.text"
+msgid "<bookmark_value>selection modes in text</bookmark_value><bookmark_value>text; selection modes</bookmark_value><bookmark_value>extending selection mode</bookmark_value><bookmark_value>adding selection mode</bookmark_value><bookmark_value>block selection mode</bookmark_value>"
+msgstr ""
+
+#: 20050000.xhp
+#, fuzzy
+msgctxt ""
+"20050000.xhp\n"
+"hd_id3148668\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/20050000.xhp\" name=\"Selection Mode\">Selection Mode</link>"
+msgstr "<link href=\"text/shared/02/18010000.xhp\" name=\"Selection\">Izbor</link>"
+
+#: 20050000.xhp
+msgctxt ""
+"20050000.xhp\n"
+"par_id3146130\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:StatusSelectionMode\">Here you can switch between different selection modes.</ahelp>"
+msgstr ""
+
+#: 20050000.xhp
+msgctxt ""
+"20050000.xhp\n"
+"par_id3153894\n"
+"3\n"
+"help.text"
+msgid "When you click in the field, a popup menu comes up with the available options:"
+msgstr ""
+
+#: 20050000.xhp
+msgctxt ""
+"20050000.xhp\n"
+"par_id3149095\n"
+"5\n"
+"help.text"
+msgid "<emph>Mode</emph>"
+msgstr "<emph>Režim</emph>"
+
+#: 20050000.xhp
+#, fuzzy
+msgctxt ""
+"20050000.xhp\n"
+"par_id3155941\n"
+"6\n"
+"help.text"
+msgid "<emph>Effect</emph>"
+msgstr "<emph>Efekat</emph>"
+
+#: 20050000.xhp
+msgctxt ""
+"20050000.xhp\n"
+"par_id3152780\n"
+"8\n"
+"help.text"
+msgid "Standard selection"
+msgstr ""
+
+#: 20050000.xhp
+msgctxt ""
+"20050000.xhp\n"
+"par_id3147209\n"
+"9\n"
+"help.text"
+msgid "Click in text where you want to position the cursor; click in a cell to make it the active cell. Any other selection is then deselected."
+msgstr ""
+
+#: 20050000.xhp
+msgctxt ""
+"20050000.xhp\n"
+"par_id3149580\n"
+"11\n"
+"help.text"
+msgid "Extending selection (<item type=\"keycode\">F8</item>)"
+msgstr ""
+
+#: 20050000.xhp
+msgctxt ""
+"20050000.xhp\n"
+"par_id3153717\n"
+"12\n"
+"help.text"
+msgid "Clicking in the text extends or crops the current selection."
+msgstr ""
+
+#: 20050000.xhp
+msgctxt ""
+"20050000.xhp\n"
+"par_id3147620\n"
+"14\n"
+"help.text"
+msgid "Adding selection (<item type=\"keycode\">Shift+F8</item>)"
+msgstr ""
+
+#: 20050000.xhp
+msgctxt ""
+"20050000.xhp\n"
+"par_id3154307\n"
+"15\n"
+"help.text"
+msgid "A new selection is added to an existing selection. The result is a multiple selection."
+msgstr ""
+
+#: 20050000.xhp
+msgctxt ""
+"20050000.xhp\n"
+"par_id6971037\n"
+"help.text"
+msgid "Block selection (<item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F8</item>)"
+msgstr ""
+
+#: 20050000.xhp
+msgctxt ""
+"20050000.xhp\n"
+"par_id5258644\n"
+"help.text"
+msgid "A block of text can be selected."
+msgstr ""
+
+#: 20050000.xhp
+msgctxt ""
+"20050000.xhp\n"
+"par_id4441663\n"
+"help.text"
+msgid "On Windows systems, you can hold down the <item type=\"keycode\">Alt</item> key while dragging to select a block of text. You don't need to enter the block selection mode."
+msgstr ""
+
+#: 07070100.xhp
+msgctxt ""
+"07070100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Edit Data"
+msgstr ""
+
+#: 07070100.xhp
+#, fuzzy
+msgctxt ""
+"07070100.xhp\n"
+"hd_id3144415\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/07070100.xhp\" name=\"Edit Data\">Edit Data</link>"
+msgstr "<link href=\"text/shared/02/20100000.xhp\" name=\"Date\">Datum</link>"
+
+#: 07070100.xhp
+msgctxt ""
+"07070100.xhp\n"
+"bm_id3144740\n"
+"help.text"
+msgid "<bookmark_value>read-only documents; database tables on/off </bookmark_value><bookmark_value>protected database tables</bookmark_value><bookmark_value>data; read-only</bookmark_value>"
+msgstr ""
+
+#: 07070100.xhp
+msgctxt ""
+"07070100.xhp\n"
+"par_id3144740\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Turns the edit mode for the current database table on or off.</ahelp>"
+msgstr ""
+
+#: 07070100.xhp
+#, fuzzy
+msgctxt ""
+"07070100.xhp\n"
+"par_id3155805\n"
+"help.text"
+msgid "<image id=\"img_id3152801\" src=\"cmd/sc_editdoc.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152801\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+
+#: 07070100.xhp
+msgctxt ""
+"07070100.xhp\n"
+"par_id3149096\n"
+"3\n"
+"help.text"
+msgid "Edit Data"
+msgstr ""
+
+#: 07070100.xhp
+msgctxt ""
+"07070100.xhp\n"
+"hd_id3149388\n"
+"4\n"
+"help.text"
+msgid "Editing Databases in Networks"
+msgstr ""
+
+#: 07070100.xhp
+msgctxt ""
+"07070100.xhp\n"
+"par_id3147576\n"
+"5\n"
+"help.text"
+msgid "To make changes in a database used by more than one person, you must have the appropriate access rights. When you edit an external database, there is no intermediate storage by $[officename] of the changes made. They are sent directly to the database."
+msgstr ""
+
+#: 20040000.xhp
+msgctxt ""
+"20040000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Insert Mode"
+msgstr ""
+
+#: 20040000.xhp
+#, fuzzy
+msgctxt ""
+"20040000.xhp\n"
+"hd_id3149748\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/20040000.xhp\" name=\"Insert Mode\">Insert Mode</link>"
+msgstr "<link href=\"text/shared/02/20100000.xhp\" name=\"Date\">Datum</link>"
+
+#: 20040000.xhp
+msgctxt ""
+"20040000.xhp\n"
+"par_id3152363\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InsertMode\">Displays the current insert mode. You can toggle between INSRT = insert and OVER = overwrite.</ahelp><switchinline select=\"appl\"><caseinline select=\"CALC\">This field is only active if the cursor is in the input line of the formula bar or in a cell. </caseinline></switchinline>"
+msgstr "<ahelp hid=\".uno:InsertMode\">Prikaze trenutni insert režim, možete birati između INSRT = umetni i OVER = prepisi.</ahelp><switchinline select=\"appl\"><caseinline select=\"CALC\">Ovo polje je aktivno samo ako je kursor na input liniji </caseinline></switchinline>"
+
+#: 20040000.xhp
+msgctxt ""
+"20040000.xhp\n"
+"par_id3154422\n"
+"3\n"
+"help.text"
+msgid "Click in the field to toggle the modes (except in the $[officename] Basic IDE, where only the <emph>Insert</emph> mode is active). If the cursor is positioned in a text document, you may also use the Insert key (if available on your keyboard) to toggle the modes."
+msgstr ""
+
+#: 20040000.xhp
+msgctxt ""
+"20040000.xhp\n"
+"par_id3149177\n"
+"4\n"
+"help.text"
+msgid "<emph>Mode</emph>"
+msgstr "<emph>Režim</emph>"
+
+#: 20040000.xhp
+msgctxt ""
+"20040000.xhp\n"
+"par_id3155391\n"
+"5\n"
+"help.text"
+msgid "<emph>Result</emph>"
+msgstr "<emph>Rezultat</emph>"
+
+#: 20040000.xhp
+msgctxt ""
+"20040000.xhp\n"
+"par_id3149388\n"
+"6\n"
+"help.text"
+msgid "INSRT"
+msgstr "INSRT"
+
+#: 20040000.xhp
+msgctxt ""
+"20040000.xhp\n"
+"par_id3147243\n"
+"7\n"
+"help.text"
+msgid "In the insert mode, new text is inserted at the cursor position and the following text is shifted to the right. The cursor is displayed as a vertical line."
+msgstr "U insert modu, tekst se umeće na mjesto kursora, a ostatak se pomjera prema desno. Kursor je prikazan kao vertikalna linija."
+
+#: 20040000.xhp
+msgctxt ""
+"20040000.xhp\n"
+"par_id3148539\n"
+"8\n"
+"help.text"
+msgid "OVER"
+msgstr "OVER"
+
+#: 20040000.xhp
+msgctxt ""
+"20040000.xhp\n"
+"par_id3156327\n"
+"9\n"
+"help.text"
+msgid "In the overwrite mode, any existing text is replaced by new text. The cursor is displayed as a thick vertical line."
+msgstr "U prepiši modu, postojeći tekst se prepisuje sa novim. Kursor je prikazan kao debela vertikalna linija."
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"tit\n"
+"help.text"
+msgid "Special Tips for Table Controls"
+msgstr ""
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"bm_id3109850\n"
+"help.text"
+msgid "<bookmark_value>table controls; properties</bookmark_value><bookmark_value>controls; properties of table controls</bookmark_value><bookmark_value>table controls;keyboard-only edit mode</bookmark_value>"
+msgstr ""
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"hd_id3109850\n"
+"124\n"
+"help.text"
+msgid "Special Tips for Table Controls"
+msgstr ""
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3153539\n"
+"51\n"
+"help.text"
+msgid "You can define a table control to display the records as you like. In other words you can define data fields for displaying or editing data like in a database form."
+msgstr ""
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3152372\n"
+"62\n"
+"help.text"
+msgid "The following fields are possible in a table control: text, date, time and currency field, numeric field, pattern field, check box and combo box. In the case of combined date/time fields, two columns are created automatically."
+msgstr ""
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3159194\n"
+"125\n"
+"help.text"
+msgid "The number of selected lines, if any are selected, is in parentheses after the total number of records."
+msgstr ""
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3155616\n"
+"52\n"
+"help.text"
+msgid "To insert columns into the table control, click in the column heads and bring up the context menu. The following commands are available:"
+msgstr ""
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"hd_id3150789\n"
+"53\n"
+"help.text"
+msgid "Insert Column"
+msgstr ""
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3153750\n"
+"54\n"
+"help.text"
+msgid "<ahelp hid=\"SID_FM_INSERTCOL\">Calls a submenu to select a data field to adopt it in the table control.</ahelp>"
+msgstr ""
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3155552\n"
+"59\n"
+"help.text"
+msgid "Configure the table control using drag and drop: Open the data source browser and drag the desired fields out of the data source browser and on to the column heads of the table control. A pre-configured column is created."
+msgstr ""
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"hd_id3149827\n"
+"55\n"
+"help.text"
+msgid "Replace with"
+msgstr ""
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3153345\n"
+"56\n"
+"help.text"
+msgid "<ahelp hid=\"SID_FM_CHANGECOL\">Opens a submenu to select a data field to replace the data field selected in the table control.</ahelp>"
+msgstr ""
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"hd_id3143267\n"
+"57\n"
+"help.text"
+msgid "Delete Column"
+msgstr "Obriši kolonu"
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3157958\n"
+"58\n"
+"help.text"
+msgid "<ahelp hid=\"SID_FM_DELETECOL\">Deletes the currently selected column.</ahelp>"
+msgstr ""
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"hd_id3147275\n"
+"73\n"
+"help.text"
+msgid "Column"
+msgstr "Kolona"
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3152996\n"
+"74\n"
+"help.text"
+msgid "Opens the properties dialog of the selected column."
+msgstr ""
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"hd_id3148539\n"
+"79\n"
+"help.text"
+msgid "Hide Columns"
+msgstr "Sakrij kolone"
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3159157\n"
+"80\n"
+"help.text"
+msgid "<ahelp hid=\"SID_FM_HIDECOL\">Hides the selected column.</ahelp> Its properties are not changed."
+msgstr ""
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"hd_id3150771\n"
+"81\n"
+"help.text"
+msgid "Show columns"
+msgstr ""
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3159400\n"
+"82\n"
+"help.text"
+msgid "<ahelp hid=\"SID_FM_SHOWCOLS\">Calls a submenu where you can select the columns to show again.</ahelp> To show only one column, click the column name. You see only the first 16 hidden columns. If there are more hidden columns, choose the <emph>More</emph> command to call the <emph>Show Columns</emph> dialog."
+msgstr ""
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"hd_id3156193\n"
+"83\n"
+"help.text"
+msgid "More"
+msgstr "Opširnije"
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3159269\n"
+"84\n"
+"help.text"
+msgid "<ahelp hid=\"SID_FM_SHOWCOLS_MORE\">Calls the <emph>Show Columns</emph> dialog.</ahelp>"
+msgstr ""
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3149763\n"
+"85\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVX_DLG_SHOWGRIDCOLUMNS:1\">In the <emph>Show Columns</emph> dialog you can select the columns to be shown. Hold down the Shift or Ctrl (Mac: Command) key to select multiple entries.</ahelp>"
+msgstr ""
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"hd_id3153561\n"
+"86\n"
+"help.text"
+msgid "All"
+msgstr "Sve"
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3150504\n"
+"87\n"
+"help.text"
+msgid "<ahelp hid=\"SID_FM_SHOWALLCOLS\">Click <emph>All </emph>if you want to show all columns.</ahelp>"
+msgstr ""
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"hd_id3153349\n"
+"127\n"
+"help.text"
+msgid "Keyboard-only control of Table Controls"
+msgstr ""
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3149416\n"
+"126\n"
+"help.text"
+msgid "If you use the keyboard only to travel through controls in your document, you will find one difference to the other types of controls: the Tab key does not move the cursor to the next control, but moves to the next column inside the table control. Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab to move to the next control, or press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab to move to the previous control."
+msgstr ""
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"hd_id3153062\n"
+"128\n"
+"help.text"
+msgid "To enter the special keyboard-only edit mode for Table Controls:"
+msgstr ""
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3144510\n"
+"129\n"
+"help.text"
+msgid "The form document must be in <link href=\"text/shared/02/01170500.xhp\" name=\"design mode\">design mode</link>."
+msgstr ""
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3154758\n"
+"130\n"
+"help.text"
+msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F6 to select the document."
+msgstr ""
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3161657\n"
+"131\n"
+"help.text"
+msgid "Press Shift+F4 to select the first control. If the Table Control is not the first control, press Tab until it is selected."
+msgstr ""
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3151056\n"
+"132\n"
+"help.text"
+msgid "Press Enter to enter the edit mode. The handles are shown farther out from the control border."
+msgstr ""
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3154938\n"
+"133\n"
+"help.text"
+msgid "In the edit mode, you can open the edit mode context menu by pressing Shift+F10."
+msgstr ""
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3154365\n"
+"134\n"
+"help.text"
+msgid "If you want to edit columns, press Shift+Space to enter column edit mode. Now you can rearrange the order of columns with <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Arrow keys. The Delete key deletes the current column."
+msgstr ""
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3145419\n"
+"135\n"
+"help.text"
+msgid "Press the Escape key to exit the edit mode."
+msgstr ""
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"tit\n"
+"help.text"
+msgid "Events"
+msgstr ""
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"bm_id3148643\n"
+"help.text"
+msgid "<bookmark_value>controls; events</bookmark_value> <bookmark_value>events; controls</bookmark_value> <bookmark_value>macros; assigning to events in forms</bookmark_value>"
+msgstr ""
+
+#: 01170103.xhp
+#, fuzzy
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3148643\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170103.xhp\" name=\"Events\">Events</link>"
+msgstr "<link href=\"text/shared/02/01170201.xhp\" name=\"General\">Općenito</link>"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3152350\n"
+"2\n"
+"help.text"
+msgid "On the<emph> Events </emph>tab page you can link macros to events that occur in a form's control fields."
+msgstr ""
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3155419\n"
+"40\n"
+"help.text"
+msgid "When the event occurs, the linked macro will be called. To assign a macro to an event, press the <emph>...</emph> button. An <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05060700.xhp\" name=\"Assign Macro\">Assign Macro</link></caseinline><defaultinline>dialog</defaultinline></switchinline> opens."
+msgstr ""
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3149732\n"
+"3\n"
+"help.text"
+msgid "Depending on the control, different events are available. Only the available events for the selected control and context are listed on the <emph>Events</emph> tab page. The following events are defined:"
+msgstr ""
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3149191\n"
+"12\n"
+"help.text"
+msgid "Approve action"
+msgstr ""
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3153717\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_APPROVEACTIONPERFORMED\">This event takes place before an action is triggered by clicking the control.</ahelp> For example, clicking a \"Submit\" button initiates a send action; however, the actual \"send\" process is started only when the <emph>When initiating</emph> event occurs. The <emph>Approve action</emph> event allows you to kill the process. If the linked method sends back FALSE, <emph>When initiating</emph> will not be executed."
+msgstr ""
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3156024\n"
+"36\n"
+"help.text"
+msgid "Execute action"
+msgstr ""
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3145609\n"
+"37\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_ACTIONPERFORMED\">The <emph>Execute action</emph> event occurs when an action is started.</ahelp> For example, if you have a \"Submit\" button in your form, the send process represents the action to be initiated."
+msgstr ""
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3156343\n"
+"41\n"
+"help.text"
+msgid "Changed"
+msgstr ""
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3148755\n"
+"42\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_CHANGED\">The<emph> Changed </emph>event takes place when the control loses the focus and the content of the control has changed since it lost the focus.</ahelp>"
+msgstr ""
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3153524\n"
+"10\n"
+"help.text"
+msgid "Text modified"
+msgstr "Modificirani tekst"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3150495\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_TEXTCHANGED\">The<emph> Text modified </emph>event takes place if you enter or modify a text in an input field.</ahelp>"
+msgstr ""
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3154123\n"
+"8\n"
+"help.text"
+msgid "Item status changed"
+msgstr "Item status promijenjen"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3150870\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_ITEMSTATECHANGED\" visibility=\"hidden\">The<emph> Item status changed </emph>event takes place if the status of the control field has changed.</ahelp> The<emph> Item status changed</emph> event takes place if he status of the control field has changed."
+msgstr ""
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3151176\n"
+"16\n"
+"help.text"
+msgid "When receiving focus"
+msgstr "Kada prima fokus"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3154218\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_FOCUSGAINED\">The<emph> When receiving focus </emph>event takes place if a control field receives the focus.</ahelp>"
+msgstr ""
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3150447\n"
+"18\n"
+"help.text"
+msgid "When losing focus"
+msgstr "Kada gubi fokus"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3159252\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_FOCUSLOST\">The<emph> When losing focus </emph>event takes place if a control field looses the focus.</ahelp>"
+msgstr ""
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3147287\n"
+"20\n"
+"help.text"
+msgid "Key pressed"
+msgstr "Dugme pritisnuto"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3152940\n"
+"21\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_KEYTYPED\">The <emph>Key pressed </emph>event occurs when the user presses any key while the control has the focus.</ahelp> This event may be linked to a macro for checking entries."
+msgstr ""
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3154127\n"
+"43\n"
+"help.text"
+msgid "Key released"
+msgstr "Dugme pušteno"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3154150\n"
+"44\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_KEYUP\">The<emph> Key released </emph>event occurs when the user releases any key while the control has the focus.</ahelp>"
+msgstr ""
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3154921\n"
+"26\n"
+"help.text"
+msgid "Mouse inside"
+msgstr "Mis unutra"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3148618\n"
+"27\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_MOUSEENTERED\">The<emph> Mouse inside </emph>event takes place if the mouse is inside the control field.</ahelp>"
+msgstr ""
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3148576\n"
+"30\n"
+"help.text"
+msgid "Mouse moved while key pressed"
+msgstr "Mis je pomjeren kad je tipka ukucana"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3155411\n"
+"31\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_MOUSEDRAGGED\">The<emph> Mouse moved while key pressed </emph>event takes place when the mouse is dragged while a key is pressed.</ahelp> An example is when, during drag-and-drop, an additional key determines the mode (move or copy)."
+msgstr ""
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3149262\n"
+"32\n"
+"help.text"
+msgid "Mouse moved"
+msgstr "Mis pomjeren"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3146975\n"
+"33\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_MOUSEMOVED\">The<emph> Mouse moved </emph>event occurs if the mouse moves over the control.</ahelp>"
+msgstr ""
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3159197\n"
+"22\n"
+"help.text"
+msgid "Mouse button pressed"
+msgstr "Dugme miša pritisnuto"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3145271\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_MOUSEPRESSED\">The<emph> Mouse button pressed </emph>event occurs if the mouse button is pressed while the mouse pointer is on the control.</ahelp>"
+msgstr ""
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_idN108BD\n"
+"help.text"
+msgid "Note that this event is also used for notifying requests for a popup context menu on the control."
+msgstr ""
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3148880\n"
+"24\n"
+"help.text"
+msgid "Mouse button released"
+msgstr "Dugme misa pusteno"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3150659\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_MOUSERELEASED\">The<emph> Mouse button released </emph>event occurs if the mouse button is released while the mouse pointer is on the control.</ahelp>"
+msgstr ""
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3156286\n"
+"28\n"
+"help.text"
+msgid "Mouse outside"
+msgstr "Mis je vani"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3149582\n"
+"29\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_MOUSEEXITED\">The<emph> Mouse outside </emph>event takes place when the mouse is outside the control field.</ahelp>"
+msgstr ""
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Control Properties"
+msgstr ""
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"bm_id3147102\n"
+"help.text"
+msgid "<bookmark_value>controls; properties of form controls</bookmark_value><bookmark_value>properties; form controls</bookmark_value>"
+msgstr ""
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"hd_id3147102\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170100.xhp\" name=\"Control Properties\">Control Properties</link>"
+msgstr ""
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3145345\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"kontroll\"><ahelp hid=\".uno:ControlProperties\">Opens a dialog for editing the properties of a selected control.</ahelp></variable>"
+msgstr ""
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3157910\n"
+"17\n"
+"help.text"
+msgid "<variable id=\"hinweis\">You can only call the<emph> Properties</emph> dialog when in the Design mode with a control selected. </variable>"
+msgstr ""
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3153760\n"
+"3\n"
+"help.text"
+msgid "If you enter data in the <emph>Properties</emph> dialog, note that multiline input is possible for certain drop-down combo boxes. This concerns all fields in which an SQL statement can be entered, as well as the properties of text boxes or label fields. You can open these fields and enter text in the opened list. The following shortcut keys are valid:"
+msgstr ""
+
+#: 01170100.xhp
+#, fuzzy
+msgctxt ""
+"01170100.xhp\n"
+"par_id3148686\n"
+"18\n"
+"help.text"
+msgid "Keys"
+msgstr "#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\\nTipke\\n#-#-#-#-# shared.po (PACKAGE VERSION) #-#-#-#-#\\nKljucevi"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3155390\n"
+"19\n"
+"help.text"
+msgid "Effects"
+msgstr "Efekti"
+
+#: 01170100.xhp
+#, fuzzy
+msgctxt ""
+"01170100.xhp\n"
+"par_id3150504\n"
+"4\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Down Arrow"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Opcija</caseinline><defaultinline>Alt</defaultinline></switchinline>+Up Arrow"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3150944\n"
+"5\n"
+"help.text"
+msgid "Opens the combo box"
+msgstr ""
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3153627\n"
+"6\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Up Arrow"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Opcija</caseinline><defaultinline>Alt</defaultinline></switchinline>+Up Arrow"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3153063\n"
+"7\n"
+"help.text"
+msgid "Closes the combo box"
+msgstr ""
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3159413\n"
+"8\n"
+"help.text"
+msgid "Shift+Enter"
+msgstr ""
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3152811\n"
+"9\n"
+"help.text"
+msgid "Inserts a new line."
+msgstr "Unosi novu liniju."
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3153379\n"
+"10\n"
+"help.text"
+msgid "Up Arrow"
+msgstr "Strelica gore"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3153192\n"
+"11\n"
+"help.text"
+msgid "Places the cursor into the previous line."
+msgstr ""
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3152933\n"
+"12\n"
+"help.text"
+msgid "Down Arrow"
+msgstr "Strelica dolje"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3151041\n"
+"13\n"
+"help.text"
+msgid "Places the cursor into the next line."
+msgstr ""
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3153178\n"
+"14\n"
+"help.text"
+msgid "Enter"
+msgstr ""
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3147228\n"
+"15\n"
+"help.text"
+msgid "Completes the input in the field and places the cursor into the next field."
+msgstr "Završava unos u polje i postavlja kursor na sljedeće polje."
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3156422\n"
+"16\n"
+"help.text"
+msgid "As with list boxes or combo boxes, you can open or close the list with a mouse click at the arrow on the right end of the field. However, the input here can be entered either in the opened list or in the top text field. An exception is the properties that expect a list representation, for example, the property <emph>List Entries</emph>, which can be set for the control fields <emph>List Box</emph> and <emph>Combo Box</emph>. Here, you can only edit the entries when the field is opened."
+msgstr ""
+
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Setting Indents, Margins, and Columns"
+msgstr "Postavke uvlaka,margina i kolona"
+
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"bm_id3148668\n"
+"help.text"
+msgid "<bookmark_value>margins; setting with the mouse</bookmark_value><bookmark_value>columns; setting with the mouse</bookmark_value><bookmark_value>paragraphs; indents, margins and columns</bookmark_value>"
+msgstr ""
+
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"hd_id3148668\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/13020000.xhp\" name=\"Setting Indents, Margins, and Columns\">Setting Indents, Margins, and Columns</link>"
+msgstr "<link href=\"text/shared/02/13020000.xhp\" name=\"Setting Indents, Margins, and Columns\">pstavke uvlaka,margina i kolona</link>"
+
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3155364\n"
+"2\n"
+"help.text"
+msgid "You can define the indents and margins for the current paragraph, or for all selected paragraphs, using the mouse."
+msgstr "Mozete definirati uvlake i margine za trenutni paragraf,ili odabrati paragraf koristeci mis"
+
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3152594\n"
+"3\n"
+"help.text"
+msgid "If you split the page into columns, or the cursor is placed in a multiple-column text frame, you can change the column width and the column spacing by dragging them on the ruler with the mouse."
+msgstr "Ako razdvojite stranicu u kolone,ili kursor se nalazi u vise kolonskim frejmovima taksta,mozet promijeniti sirinu kolone i prostor sa misem."
+
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3154398\n"
+"4\n"
+"help.text"
+msgid "When an object, an image, or a draw object is selected, you will see the borders of the object in the ruler. You can change the borders by dragging them on the ruler with the mouse."
+msgstr "Kada objekat,slika,ili ostali objekti su odabrani,vidjecete bordere objekta u ruleru.Mozete promijeniti bordere povlacenje po ruleru sa misem"
+
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3146130\n"
+"5\n"
+"help.text"
+msgid "If the cursor is placed in a table cell, you can change the indents for the contents of the cell by dragging them with the mouse on the ruler. You can change the boundary lines of the table on the ruler or by dragging the actual boundary line."
+msgstr "ako kursor se nalazi na celiji tabele mozete promijeniti uvlake za sadrzaj celije sa povlacenjem misem na ruler.Mozete promijeniti granicne linije tabele na ruleru sa povlacenjem granicne linije"
+
+#: 13020000.xhp
+#, fuzzy
+msgctxt ""
+"13020000.xhp\n"
+"par_id3156136\n"
+"help.text"
+msgid "<image id=\"img_id3153750\" src=\"res/helpimg/linleft.png\" width=\"0.1665inch\" height=\"0.2291inch\"><alt id=\"alt_id3153750\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153710\" src=\"cmd/sc_arc.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153710\">Icon</alt></image>"
+
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3150693\n"
+"6\n"
+"help.text"
+msgid "These icons mark the left indent for the first line of the current paragraph (top triangle) and the left indent for the other lines of the paragraph (bottom triangle)."
+msgstr "Te ikone markiraju lijeve uvlake prve linije trenutnog pargrafa i lijve uvlake za ostale linije paragrafa"
+
+#: 13020000.xhp
+#, fuzzy
+msgctxt ""
+"13020000.xhp\n"
+"par_id3150774\n"
+"help.text"
+msgid "<image id=\"img_id3145071\" src=\"res/helpimg/linright.png\" width=\"0.3646inch\" height=\"0.2602inch\"><alt id=\"alt_id3145071\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153710\" src=\"cmd/sc_arc.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153710\">Icon</alt></image>"
+
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3166460\n"
+"7\n"
+"help.text"
+msgid "This icon on the right of the ruler marks the right indent of the current paragraph."
+msgstr "Ikona na desnoj strani rulera oznacava desne uvlake trenutnog paragrafa"
+
+#: 13020000.xhp
+#, fuzzy
+msgctxt ""
+"13020000.xhp\n"
+"par_id3146949\n"
+"8\n"
+"help.text"
+msgid "<emph>Task</emph>"
+msgstr "<emph>Režim</emph>"
+
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3153087\n"
+"9\n"
+"help.text"
+msgid "<emph>Procedure</emph>"
+msgstr ""
+
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3154143\n"
+"10\n"
+"help.text"
+msgid "Set left indent"
+msgstr "postavi lijevu uvlaku"
+
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3154307\n"
+"11\n"
+"help.text"
+msgid "Drag the bottom left mark to the right while pressing the mouse button"
+msgstr "dovuci lijevu oznaku pri vrhu na desno prsitscuci mis"
+
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3155449\n"
+"12\n"
+"help.text"
+msgid "Set left indent of first line"
+msgstr "Postavi lijevu uvlaku prve linije"
+
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3145673\n"
+"13\n"
+"help.text"
+msgid "Drag the top left mark to the right while pressing the mouse button"
+msgstr "dovuci znak lijevo pri vrhu na desno pritscuci mis"
+
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3156156\n"
+"14\n"
+"help.text"
+msgid "Set right indent"
+msgstr "postavi desnu uvlaku"
+
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3153761\n"
+"15\n"
+"help.text"
+msgid "Drag the mark on the right to the left while pressing the mouse button"
+msgstr "dovuci znak s desna na lijevo pritiscuci mis"
+
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3154760\n"
+"16\n"
+"help.text"
+msgid "In order to change the left indent starting with the second line of a paragraph, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, click the triangle on the bottom left, and drag it to the right."
+msgstr ""
+
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3148453\n"
+"17\n"
+"help.text"
+msgid "Tabs that have been set are not changed when indenting a paragraph. If the set tabs end up outside the margins of the paragraph, they are no longer displayed, but they still exist."
+msgstr "Tabovi koji su postavljni nisu promijenjeni uvlacenjem paragrafa.Ako postavke tabova zavrsi van margina paragrafa ,nisu vise prikazani,ali idalje postoje."
+
+#: 09070200.xhp
+msgctxt ""
+"09070200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Mail & News"
+msgstr ""
+
+#: 09070200.xhp
+#, fuzzy
+msgctxt ""
+"09070200.xhp\n"
+"hd_id3147102\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/09070200.xhp\" name=\"Mail News\">Mail & News</link>"
+msgstr "<link href=\"text/shared/02/20100000.xhp\" name=\"Date\">Datum</link>"
+
+#: 09070200.xhp
+msgctxt ""
+"09070200.xhp\n"
+"par_id3153049\n"
+"2\n"
+"help.text"
+msgid "On the <emph>Mail & News</emph> page in the <link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialog\">Hyperlink dialog</link> you can edit hyperlinks for e-mail or news addresses."
+msgstr ""
+
+#: 09070200.xhp
+msgctxt ""
+"09070200.xhp\n"
+"hd_id3153528\n"
+"3\n"
+"help.text"
+msgid "Mail & News"
+msgstr ""
+
+#: 09070200.xhp
+msgctxt ""
+"09070200.xhp\n"
+"hd_id3153748\n"
+"4\n"
+"help.text"
+msgid "E-mail"
+msgstr "E-mail"
+
+#: 09070200.xhp
+msgctxt ""
+"09070200.xhp\n"
+"par_id3166460\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_HYPERLINK_MAIL_RB_LINKTYP_MAIL\">Assigns the specified e-mail address to the hyperlink.</ahelp> Clicking the new hyperlink in the document will open a new message document, addressed to the receiver specified in the <emph>E-mail</emph> field."
+msgstr ""
+
+#: 09070200.xhp
+msgctxt ""
+"09070200.xhp\n"
+"hd_id3155628\n"
+"6\n"
+"help.text"
+msgid "News"
+msgstr "Novosti"
+
+#: 09070200.xhp
+msgctxt ""
+"09070200.xhp\n"
+"par_id3149955\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_HYPERLINK_MAIL_RB_LINKTYP_NEWS\">Assigns a news address to the hyperlink.</ahelp> Clicking the hyperlink in the document will open a new message document to the news group you entered in the <emph>Receiver</emph> field."
+msgstr ""
+
+#: 09070200.xhp
+msgctxt ""
+"09070200.xhp\n"
+"hd_id3149580\n"
+"8\n"
+"help.text"
+msgid "Receiver"
+msgstr ""
+
+#: 09070200.xhp
+msgctxt ""
+"09070200.xhp\n"
+"par_id3153665\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"HID_HYPERDLG_MAIL_PATH\">Specifies the full URL of the addressee, in the form mailto:name@provider.com or news:group.server.com.</ahelp> You can also use drag-and-drop."
+msgstr ""
+
+#: 09070200.xhp
+#, fuzzy
+msgctxt ""
+"09070200.xhp\n"
+"hd_id3143270\n"
+"14\n"
+"help.text"
+msgid "Data Sources"
+msgstr "Izvor podataka"
+
+#: 09070200.xhp
+msgctxt ""
+"09070200.xhp\n"
+"par_id3149514\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_IMAGEBUTTON_RID_SVXPAGE_HYPERLINK_MAIL_BTN_ADRESSBOOK\">Hides or shows the data source browser.</ahelp> Drag the receiver's <emph>E-mail</emph> data field from the data source browser into the <emph>Receiver</emph> text field."
+msgstr ""
+
+#: 09070200.xhp
+msgctxt ""
+"09070200.xhp\n"
+"hd_id3153332\n"
+"12\n"
+"help.text"
+msgid "Subject"
+msgstr "Tema"
+
+#: 09070200.xhp
+msgctxt ""
+"09070200.xhp\n"
+"par_id3153821\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_EDIT_RID_SVXPAGE_HYPERLINK_MAIL_ED_SUBJECT\">Specifies the subject that is inserted in the subject line of the new message document.</ahelp>"
+msgstr ""
+
+#: 24060000.xhp
+msgctxt ""
+"24060000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Brightness"
+msgstr "Osvijetljenost"
+
+#: 24060000.xhp
+msgctxt ""
+"24060000.xhp\n"
+"hd_id3153514\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/24060000.xhp\" name=\"Brightness\">Brightness</link>"
+msgstr "<link href=\"text/shared/02/24060000.xhp\" name=\"Brightness\">Osvijetljenost</link>"
+
+#: 24060000.xhp
+msgctxt ""
+"24060000.xhp\n"
+"par_id3152821\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GrafLuminance\" visibility=\"visible\">Specifies the brightness for the selected graphic object.</ahelp> Values from -100% (only black) to +100% (only white) are possible."
+msgstr ""
+
+#: 24060000.xhp
+msgctxt ""
+"24060000.xhp\n"
+"par_id3150808\n"
+"help.text"
+msgid "<image src=\"res/sc10863.png\" id=\"img_id3146130\"><alt id=\"alt_id3146130\">Icon</alt></image>"
+msgstr ""
+
+#: 24060000.xhp
+msgctxt ""
+"24060000.xhp\n"
+"par_id3154927\n"
+"3\n"
+"help.text"
+msgid "Brightness"
+msgstr "Osvijetljenost"
+
+#: 07090000.xhp
+msgctxt ""
+"07090000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Export Directly as PDF"
+msgstr "Izvezi direktno kao PDF"
+
+#: 07090000.xhp
+msgctxt ""
+"07090000.xhp\n"
+"hd_id3146946\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/07090000.xhp\" name=\"Export Directly as PDF\">Export Directly as PDF</link>"
+msgstr ""
+
+#: 07090000.xhp
+msgctxt ""
+"07090000.xhp\n"
+"par_id3085157\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ExportDirectToPDF\" visibility=\"visible\">Exports the current document directly as PDF. No settings dialog is shown.</ahelp>"
+msgstr ""
+
+#: 09030000.xhp
+msgctxt ""
+"09030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hyperlink"
+msgstr "Hiperveza"
+
+#: 09030000.xhp
+#, fuzzy
+msgctxt ""
+"09030000.xhp\n"
+"hd_id3154094\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/09030000.xhp\" name=\"Hyperlink\">Hyperlink</link>"
+msgstr "<link href=\"text/shared/02/20090000.xhp\" name=\"Time\">Vrijeme</link>"
+
+#: 09030000.xhp
+msgctxt ""
+"09030000.xhp\n"
+"par_id3151100\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:SetHyperlink\">Inserts a hyperlink from the current URL into your document.</ahelp> The <link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link> address is taken from the entry in the <emph>Internet URLs </emph>combo box, and the name of the link is taken from the <emph>URL Name</emph> combo box."
+msgstr ""
+
+#: 09030000.xhp
+msgctxt ""
+"09030000.xhp\n"
+"par_id3149760\n"
+"3\n"
+"help.text"
+msgid "You can insert the <link href=\"text/shared/00/00000002.xhp#hyperlink\" name=\"hyperlink\">hyperlink</link> as text or as a button. Click the arrow next to the <emph>Hyperlink</emph> icon, then select <emph>As text</emph> or <emph>As button </emph>from the menu. The hyperlink is then inserted at the current cursor location."
+msgstr ""
+
+#: 09030000.xhp
+#, fuzzy
+msgctxt ""
+"09030000.xhp\n"
+"par_id3145345\n"
+"help.text"
+msgid "<image id=\"img_id3156426\" src=\"cmd/sc_chainframes.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156426\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+
+#: 09030000.xhp
+msgctxt ""
+"09030000.xhp\n"
+"par_id3154824\n"
+"4\n"
+"help.text"
+msgid "Hyperlink"
+msgstr "Hiperveza"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Find Record"
+msgstr "Pronađi red"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"bm_id3146936\n"
+"help.text"
+msgid "<bookmark_value>tables in databases; searching</bookmark_value> <bookmark_value>forms; browsing</bookmark_value> <bookmark_value>records; searching in databases</bookmark_value> <bookmark_value>searching; databases</bookmark_value> <bookmark_value>databases; searching records</bookmark_value>"
+msgstr ""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3146936\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"datensatzsuche\"><link href=\"text/shared/02/12100200.xhp\" name=\"Find Record\">Find Record</link></variable>"
+msgstr ""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3147588\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"suchentext\"><ahelp hid=\".uno:RecSearch\" visibility=\"hidden\">Searches database tables and forms.</ahelp> In forms or database tables, you can search through data fields, list boxes, and check boxes for specific values. </variable>"
+msgstr ""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3149355\n"
+"3\n"
+"help.text"
+msgid "When searching a table, the data fields of the current table are searched. When searching in a form, the data fields of the table linked with the form are searched."
+msgstr "U traženju tabele,polja podataka trenutne tabele su pretraživana .Kod pretraživanja forme,polja podataka tabele povezana sa formom su pretražena"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3153394\n"
+"111\n"
+"help.text"
+msgid "The search described here is carried out by <item type=\"productname\">%PRODUCTNAME</item>. If you want to use the SQL server to search in a database, then you should use the <link href=\"text/shared/02/12110000.xhp\" name=\"Form-based Filters\">Form-based Filters</link> icon on the <link href=\"text/shared/main0213.xhp\" name=\"Form Bar\">Form Bar</link>."
+msgstr ""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3149095\n"
+"110\n"
+"help.text"
+msgid "The search function is also available for table controls. When calling the search function from a table control, you can search each column of the table control corresponding to the database columns of the linked database table."
+msgstr "Pretraga funkcija je dostupna za kontrole tabele. Kad se poziva funkcija za pretragu iz kontrole tabele, možete pretraživati svaku kolonu iz tabele koja odgovara kolonoma iz povezane baze podataka."
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3143267\n"
+"112\n"
+"help.text"
+msgid "Search for"
+msgstr "Tražiti"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3153527\n"
+"113\n"
+"help.text"
+msgid "Specifies the type of search."
+msgstr ""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3153683\n"
+"6\n"
+"help.text"
+msgid "Text:"
+msgstr "Tekst:"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3154823\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXDLG_SEARCHFORM_RB_SEARCHFORTEXT\">Enter the search term in the box or select it from the list.</ahelp> The text under the cursor is already copied into the <emph>Text</emph> combo box. Note that while running a search in a form, tabs and line breaks cannot be processed."
+msgstr ""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3148539\n"
+"8\n"
+"help.text"
+msgid "Your search terms will be saved as long as the table or the formula document is open. If you are running more than one search and you would like to repeat the search term, you can select a previously used search term from the combo box."
+msgstr "Vase pretrage će biti spasene ukoliko je tabela ili formula dokument otvoren. Ako pokrećete vise od jednog pretraživanja i hoćete da to ponovite, možete koristiti prethodnu pretragu."
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3153662\n"
+"114\n"
+"help.text"
+msgid "Field content is NULL"
+msgstr "Sadržaj polja je NULL"
+
+#: 12100200.xhp
+#, fuzzy
+msgctxt ""
+"12100200.xhp\n"
+"par_id3153543\n"
+"115\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXDLG_SEARCHFORM_RB_SEARCHFORNULL\">Specifies that fields will be found that contain no data.</ahelp>"
+msgstr "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXDLG_SEARCHFORM_RB_SEARCHFORNOTNULL\">Nađena polja koja sadrže podatke.</ahelp>"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3153717\n"
+"116\n"
+"help.text"
+msgid "Field content is not NULL"
+msgstr "Sadržaj polja nije NULL"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3143270\n"
+"117\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXDLG_SEARCHFORM_RB_SEARCHFORNOTNULL\">Specifies that fields will be found that contain data.</ahelp>"
+msgstr "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXDLG_SEARCHFORM_RB_SEARCHFORNOTNULL\">Nađena polja koja sadrže podatke.</ahelp>"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3156153\n"
+"9\n"
+"help.text"
+msgid "Where to search"
+msgstr "Gdje tražiti"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3149164\n"
+"10\n"
+"help.text"
+msgid "Specifies the fields for the search."
+msgstr "određuje polja za traženje"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3154564\n"
+"105\n"
+"help.text"
+msgid "Form"
+msgstr "Forma"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3159176\n"
+"106\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXDLG_SEARCHFORM_LB_FORM\">Specifies the logical form in which you want the search to take place.</ahelp>"
+msgstr ""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3155434\n"
+"107\n"
+"help.text"
+msgid "The<emph> Form </emph>combo box is only visible if the current document is a form document with more than one logical form. It does not appear during a search in tables or queries."
+msgstr ""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3151384\n"
+"108\n"
+"help.text"
+msgid "Form documents may contain multiple logical forms. These are individual form components, which are each linked to a table."
+msgstr ""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3145086\n"
+"109\n"
+"help.text"
+msgid "The <emph>Form</emph> combo box contains the names of all logical forms for which controls exist."
+msgstr ""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3159414\n"
+"11\n"
+"help.text"
+msgid "All Fields"
+msgstr "Sva polja"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3153896\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SEARCH_ALLFIELDS\">Searches through all fields.</ahelp> If you are running a search in a table, all fields in the table will be searched. If you are running a search in a form, all fields of the logical form (entered under <emph>Form</emph>) will be searched. If you are running a search in a table control field, all columns that are linked to a valid database table field will be searched."
+msgstr ""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3151054\n"
+"13\n"
+"help.text"
+msgid "Note that the fields of the current logical form do not have to be identical to the fields of the form document. If the form document contains fields that point to multiple data sources (that is, multiple logical forms), the <emph>All Fields</emph> option will only search for the fields linked to data sources in the form document."
+msgstr ""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3150865\n"
+"15\n"
+"help.text"
+msgid "Single field"
+msgstr "jedno polje"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3153360\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXDLG_SEARCHFORM_RB_SINGLEFIELD\">Searches through a specified data field.</ahelp>"
+msgstr "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXDLG_SEARCHFORM_RB_SINGLEFIELD\">Pretraži posebno polje.</ahelp>"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3154365\n"
+"17\n"
+"help.text"
+msgid "Settings"
+msgstr "Postavke"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3158408\n"
+"18\n"
+"help.text"
+msgid "Defines settings to control the search."
+msgstr "Definiše postavke za pretragu."
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3149809\n"
+"19\n"
+"help.text"
+msgid "Position"
+msgstr "Položaj"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3148673\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SEARCH_POSITION\">Specifies the relationship of the search term and the field contents.</ahelp> The following options are available:"
+msgstr "<ahelp hid=\"HID_SEARCH_POSITION\">Određuje vezu između pretrage i sadržaja polja.</ahelp> sljedeće opcije su dostupne:"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3156280\n"
+"21\n"
+"help.text"
+msgid "anywhere in the field"
+msgstr ""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3145744\n"
+"22\n"
+"help.text"
+msgid "Returns all fields containing the search pattern anywhere in the field."
+msgstr "Vraća sva polja koja sadrže pretragu u polju ."
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3148451\n"
+"23\n"
+"help.text"
+msgid "beginning of field"
+msgstr "Početak polja"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3155429\n"
+"24\n"
+"help.text"
+msgid "Returns all fields containing the search pattern at the beginning of the field."
+msgstr "Vraća sva polja koja sadrže pretragu na početku polja ."
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3155131\n"
+"74\n"
+"help.text"
+msgid "end of field"
+msgstr "Kraj polja"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3153726\n"
+"75\n"
+"help.text"
+msgid "Returns all fields containing the search pattern at the end of the field."
+msgstr "Vraća sva polja gdje je pretraga na kraju polja."
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3147317\n"
+"25\n"
+"help.text"
+msgid "entire field"
+msgstr "Čitavo polje"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3154127\n"
+"26\n"
+"help.text"
+msgid "Returns all fields containing the search pattern as an exact match to the contents of the field."
+msgstr "Vraća sva polja koja sadrže pretragu kao pravu podudarnost sa sadržajem polja."
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3152886\n"
+"27\n"
+"help.text"
+msgid "If the <emph>Wildcard expression</emph> check box is marked, this function is not available."
+msgstr ""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3149664\n"
+"28\n"
+"help.text"
+msgid "Apply field format"
+msgstr ""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3146975\n"
+"29\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SEARCH_FORMATTER\">Specifies that all field formats are considered when searching in the current document.</ahelp> Field formats are all visible formats that are created using the following possibilities:"
+msgstr "<ahelp hid=\"HID_SEARCH_FORMATTER\">Određuje da svi formati polja su uzeti u obzir u pretrazi trenutnog dokumenta.</ahelp> Formati polja su vidljivi ako su kreirana koristeći sljedeće mogućnosti:"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3150103\n"
+"78\n"
+"help.text"
+msgid "in table design mode for field properties,"
+msgstr ""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3150488\n"
+"79\n"
+"help.text"
+msgid "in data source view on column formatting,"
+msgstr ""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3152941\n"
+"80\n"
+"help.text"
+msgid "in forms on control properties."
+msgstr ""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3156736\n"
+"81\n"
+"help.text"
+msgid "If the <emph>Apply field format</emph> box is marked, the data source view of the table or form is searched using the formatting set there. If the box is not marked, the database is searched using the formatting saved in the database."
+msgstr ""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3151280\n"
+"82\n"
+"help.text"
+msgid "Example:"
+msgstr "primjer:"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3149959\n"
+"83\n"
+"help.text"
+msgid "You have a date field, which is saved in \"DD.MM.YY\" format in the database (for example, 17.02.65). The format of the entry is changed in the data source view to \"DD MMM YYYY\" (17 Feb 1965). Following this example, a record containing February 17 is only found when the <emph>Apply field format</emph> option is on:"
+msgstr ""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3150593\n"
+"84\n"
+"help.text"
+msgid "Apply field format"
+msgstr ""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3145253\n"
+"85\n"
+"help.text"
+msgid "Search pattern"
+msgstr "Traži obrazac"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3083279\n"
+"86\n"
+"help.text"
+msgid "on"
+msgstr "na"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3155850\n"
+"87\n"
+"help.text"
+msgid "\"Feb\" is returned, but not \"2\"."
+msgstr ""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3148590\n"
+"88\n"
+"help.text"
+msgid "off"
+msgstr "gotovo"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3153418\n"
+"89\n"
+"help.text"
+msgid "\"2\" is returned, but not \"Feb\"."
+msgstr ""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3151321\n"
+"90\n"
+"help.text"
+msgid "It is recommended that you always search using field formatting."
+msgstr "Preporučeno je da uvijek tražite koristeći format polja."
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3149401\n"
+"91\n"
+"help.text"
+msgid "The following examples show possible issues when searching without field formatting. These issues depend on the database used and only occur for certain internal default formatting:"
+msgstr ""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3152971\n"
+"92\n"
+"help.text"
+msgid "Search results"
+msgstr "Rezultati pretrage"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3154273\n"
+"93\n"
+"help.text"
+msgid "Cause"
+msgstr "posljedica"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3153836\n"
+"94\n"
+"help.text"
+msgid "\"5\" returns \"14:00:00\" as a time"
+msgstr ":\"5\"vraca\"14:00:00\" kao vrijeme"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3156332\n"
+"95\n"
+"help.text"
+msgid "Time fields are not defined for dBASE databases and must be simulated. To internally display the time \"14:00:00\", a 5 is necessary."
+msgstr ""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3157965\n"
+"96\n"
+"help.text"
+msgid "\"00:00:00\" returns all records of a standard date field"
+msgstr "\"00:00:00\" vraća redove standardnog polja za vrijeme"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3146081\n"
+"97\n"
+"help.text"
+msgid "The database stores a date value internally using a combined date/time field."
+msgstr "Baza podataka spašava vrijednost datuma koristeći kombinaciju polja datum/vrijeme."
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3155764\n"
+"98\n"
+"help.text"
+msgid "\"45.79\" does not return \"45.79\" although the <emph>entire field</emph> option is selected under <emph>Position</emph>."
+msgstr ""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3155518\n"
+"99\n"
+"help.text"
+msgid "The view shown does not match what is stored internally. For example, if value 45.789 is stored in the database as a field of type Number/Double and the shown formatting is set to display only two decimals, \"45.79\" is only returned in searches with field formatting."
+msgstr ""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3148481\n"
+"100\n"
+"help.text"
+msgid "In this case, standard formatting is formatting that refers to the internally stored data. It is not always visible to the user, especially if it is used for simulating data types (for example, time fields in dBASE databases). This depends on the database used and the individual data type. Searching with field formatting is appropriate if you only want to find what is actually shown. This includes fields of type Date, Time, Date/Time and Number/Double."
+msgstr "Standardno formatiranje je formatiranje koje se odnosi na interne spasene podatke . Nije uvijek vidljivo korisniku, posebno ako je korišteno za simuliranje tipa podataka (naprimjer, polja vremena u dBase bazi podataka). To zavisi od korištene baze i individualnog tipa podataka . Pretragom sa formatom polja preporučljivo je da samo ako želite da nađete ono sto je trenutno prikazano. To uključuje polja tipa datum/vrijeme i broj/duplo."
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3154507\n"
+"31\n"
+"help.text"
+msgid "However, searching without <emph>Apply field format </emph>is appropriate for larger databases with no formatting issues, because it is faster."
+msgstr ""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3153355\n"
+"118\n"
+"help.text"
+msgid "If you are searching the values of check boxes, and <emph>Apply field format</emph> is on, then you will receive a \"1\" for marked check boxes, a \"0\" for unmarked check boxes, and an empty string for undefined (tristate) check boxes. If the search has been carried out with <emph>Apply field format</emph> set to off, you will see the language-dependent default values \"TRUE\" or \"FALSE\"."
+msgstr ""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3150995\n"
+"119\n"
+"help.text"
+msgid "If you use <emph>Apply field format</emph> when searching in list boxes, you find the text displayed in list boxes. If you do not use <emph>Apply field format,</emph> you will find the contents corresponding to the standard field format."
+msgstr ""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3150387\n"
+"32\n"
+"help.text"
+msgid "Match case"
+msgstr "Podudaranje slučaja"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3159267\n"
+"33\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SEARCH_CASE\">Specifies that upper and lower case are taken into consideration during the search.</ahelp>"
+msgstr ""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3145297\n"
+"34\n"
+"help.text"
+msgid "Search backwards"
+msgstr "Pretraga unazad"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3151249\n"
+"35\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SEARCH_BACKWARD\">Specifies that the search process will run in reverse direction, from the last to the first record.</ahelp>"
+msgstr "<ahelp hid=\"HID_SEARCH_BACKWARD\">Određuje da će pretraga se izvršavati unazad od zadnja dva reda.</ahelp>"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3152484\n"
+"36\n"
+"help.text"
+msgid "From top / From bottom"
+msgstr "S vrha/S dna"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3156316\n"
+"37\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SEARCH_STARTOVER\">Restarts the search. A forward search restarts with the first record. A backwards search restarts with the last record.</ahelp>"
+msgstr ""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3163724\n"
+"38\n"
+"help.text"
+msgid "Wildcard expression"
+msgstr "Wildcard izraz"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3149255\n"
+"64\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SEARCH_WILDCARD\" visibility=\"hidden\">Allows a search with a * or ? wildcard.</ahelp> You can use the following wildcards:"
+msgstr "<ahelp hid=\"HID_SEARCH_WILDCARD\" visibility=\"hidden\">Također pretražiti sa * ili ? wildcard.</ahelp> možete koristiti sljedeće wildcards:"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3146317\n"
+"39\n"
+"help.text"
+msgid "Wildcards"
+msgstr ""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3150298\n"
+"40\n"
+"help.text"
+msgid "Meaning"
+msgstr "Značenje"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3153919\n"
+"41\n"
+"help.text"
+msgid "Example"
+msgstr "primjer:"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3158411\n"
+"42\n"
+"help.text"
+msgid "?"
+msgstr ""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3148874\n"
+"43\n"
+"help.text"
+msgid "for exactly one arbitrary character"
+msgstr "Za tačno jedan arbitrarni znak"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3150365\n"
+"44\n"
+"help.text"
+msgid "\"?loppy\" returns \"Floppy\""
+msgstr "\"?loppy\" vraća \"Floppy\""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3166426\n"
+"65\n"
+"help.text"
+msgid "\"M?ller\" returns, for example, Miller and Moller"
+msgstr "\"M?ller\" vraća Miller and Moller"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3148803\n"
+"45\n"
+"help.text"
+msgid "*"
+msgstr ""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3156138\n"
+"46\n"
+"help.text"
+msgid "for 0 or more arbitrary characters"
+msgstr ""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3146135\n"
+"47\n"
+"help.text"
+msgid "\"*-*\" returns \"ZIP-Drive\" and \"CD-ROM\""
+msgstr "\"*-*\" vraća \"ZZIP-Drive\" and \"CD-ROM\""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3155582\n"
+"66\n"
+"help.text"
+msgid "\"M*er\" returns all entries starting with an \"M\" and ending in \"er\" (for example, Miller, Moller, Mather)"
+msgstr ""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3145762\n"
+"48\n"
+"help.text"
+msgid "If you want to search for the actual characters ? or *, preface them with a backslash: \"\\?\" or \"\\*\". However, this is only necessary when <emph>Wildcard expression</emph> is enabled. When the option is not enabled, the wildcard characters are processed like normal characters."
+msgstr "Ako želite da pretražujete sa određenim karakterima ? ili *, stavite backslash prije: \"\\?\" ili \"\\*\". To je potrebno samo <emph>Wildcard expression</emph> je omogućeno. Kad opcija nije omogućena, Eurocard znakovi su obrađeni kao normalni."
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3147130\n"
+"49\n"
+"help.text"
+msgid "Regular expression"
+msgstr "Regularni izraz"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3150982\n"
+"50\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SEARCH_REGULAR\">Searches with regular expressions.</ahelp> The same regular expressions that are supported here are also supported in the <item type=\"productname\">%PRODUCTNAME</item> <link href=\"text/shared/01/02100000.xhp\" name=\"Find & Replace dialog\">Find & Replace dialog</link>."
+msgstr ""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3154718\n"
+"67\n"
+"help.text"
+msgid "Searching with regular expressions offers more options than searching with wildcard expressions. If you search with regular expressions, the following characters correspond to those used in searches with wildcards:"
+msgstr ""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3153705\n"
+"68\n"
+"help.text"
+msgid "Search with wildcard expression"
+msgstr "Pretraga sa wildcard ekspresijom"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3149209\n"
+"69\n"
+"help.text"
+msgid "Search with regular expressions"
+msgstr "Pretraga sa regularnom ekspresijom omogućuje vise opcija nego sa pretragom sa wildcard ekspresijom. Ako pretražujete sa regularnom ekspresijom,sljedeći karakteri odgovaraju onima koji se koriste u wildcard-u:"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3151045\n"
+"70\n"
+"help.text"
+msgid "?"
+msgstr ""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3150384\n"
+"71\n"
+"help.text"
+msgid "."
+msgstr "."
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3153793\n"
+"72\n"
+"help.text"
+msgid "*"
+msgstr ""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3150428\n"
+"73\n"
+"help.text"
+msgid ".*"
+msgstr ""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3150861\n"
+"101\n"
+"help.text"
+msgid "State"
+msgstr "Status"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3154477\n"
+"102\n"
+"help.text"
+msgid "The <emph>State</emph> line shows the records returned by the search. If the search reaches the end (or the beginning) of a table, the search is automatically continued at the other end."
+msgstr ""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3163720\n"
+"103\n"
+"help.text"
+msgid "In very large databases, finding the record in reverse search order can take some time. In this case, the status bar informs you that the records are still being counted."
+msgstr ""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3147389\n"
+"51\n"
+"help.text"
+msgid "Search / Cancel"
+msgstr "traži/poništi"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3154368\n"
+"52\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SEARCH_BTN_SEARCH\" visibility=\"hidden\">Starts or cancels the search.</ahelp> If the search is successfully completed, the corresponding field in the table is highlighted. You can continue the search by clicking the <emph>Search</emph> button again. You can cancel a search process by clicking the <emph>Cancel</emph> button."
+msgstr ""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3145080\n"
+"53\n"
+"help.text"
+msgid "Close"
+msgstr "Zatvori"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3156166\n"
+"54\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SEARCH_BTN_CLOSE\">Closes the dialog. The settings of the last search will be saved until you quit <item type=\"productname\">%PRODUCTNAME</item>.</ahelp>"
+msgstr ""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3151183\n"
+"104\n"
+"help.text"
+msgid "If several tables or forms are open, you can set different search options for each document. When you close the documents only the search options of the document last closed are saved."
+msgstr ""
+
+#: 12050000.xhp
+msgctxt ""
+"12050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Refresh"
+msgstr "Osvježi"
+
+#: 12050000.xhp
+#, fuzzy
+msgctxt ""
+"12050000.xhp\n"
+"hd_id3154926\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/12050000.xhp\" name=\"Refresh\">Refresh</link>"
+msgstr "<link href=\"text/shared/02/24040000.xhp\" name=\"Green\">Zelena</link>"
+
+#: 12050000.xhp
+msgctxt ""
+"12050000.xhp\n"
+"par_id3156183\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Refresh\">Refreshes the displayed data.</ahelp> In a multi-user environment, refreshing the data ensures that it remains current."
+msgstr ""
+
+#: 12050000.xhp
+#, fuzzy
+msgctxt ""
+"12050000.xhp\n"
+"par_id3147261\n"
+"help.text"
+msgid "<image id=\"img_id3153910\" src=\"cmd/sc_reload.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153910\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+
+#: 12050000.xhp
+msgctxt ""
+"12050000.xhp\n"
+"par_id3145090\n"
+"3\n"
+"help.text"
+msgid "Refresh"
+msgstr "Osvježi"
+
+#: 12050000.xhp
+msgctxt ""
+"12050000.xhp\n"
+"par_id3145345\n"
+"4\n"
+"help.text"
+msgid "Click the arrow next to the <emph>Refresh </emph>icon to open a submenu with the following commands:"
+msgstr ""
+
+#: 12050000.xhp
+msgctxt ""
+"12050000.xhp\n"
+"par_id3156426\n"
+"5\n"
+"help.text"
+msgid "<emph>Refresh</emph> - Displays the refreshed contents of the database table."
+msgstr ""
+
+#: 12050000.xhp
+msgctxt ""
+"12050000.xhp\n"
+"par_id3147088\n"
+"6\n"
+"help.text"
+msgid "<emph>Rebuild</emph> - <ahelp hid=\"HID_BROWSER_REFRESH_REBUILDVIEW\">Rebuilds the view of the database table. Use this command when you have changed the structure of the table.</ahelp>"
+msgstr ""
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Graphic Filter Bar"
+msgstr ""
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3151299\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/24010000.xhp\" name=\"Graphic Filter Bar\">Graphic Filter Bar</link>"
+msgstr ""
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3156183\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GraphicFilterToolbox\">This icon on the <emph>Picture</emph> bar opens the <emph>Graphic Filter</emph> bar, where you can use various filters on the selected picture.</ahelp>"
+msgstr ""
+
+#: 24010000.xhp
+#, fuzzy
+msgctxt ""
+"24010000.xhp\n"
+"par_id3154673\n"
+"help.text"
+msgid "<image id=\"img_id3152924\" src=\"cmd/sc_graphicfiltertoolbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152924\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3155805\n"
+"3\n"
+"help.text"
+msgid "Filter"
+msgstr ""
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3155535\n"
+"help.text"
+msgid "Invert"
+msgstr ""
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3145345\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GraphicFilterInvert\">Inverts the color values of a color image, or the brightness values of a grayscale image. Apply the filter again to revert the effect.</ahelp>"
+msgstr ""
+
+#: 24010000.xhp
+#, fuzzy
+msgctxt ""
+"24010000.xhp\n"
+"par_id3153681\n"
+"help.text"
+msgid "<image id=\"img_id3145313\" src=\"cmd/sc_graphicfilterinvert.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145313\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3147275\n"
+"6\n"
+"help.text"
+msgid "Invert"
+msgstr ""
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3153541\n"
+"help.text"
+msgid "Smooth"
+msgstr ""
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3159399\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GraphicFilterSmooth\">Softens or blurs the image by applying a low pass filter.</ahelp>"
+msgstr ""
+
+#: 24010000.xhp
+#, fuzzy
+msgctxt ""
+"24010000.xhp\n"
+"par_id3149514\n"
+"help.text"
+msgid "<image id=\"img_id3154285\" src=\"cmd/sc_graphicfiltersmooth.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154285\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3148492\n"
+"9\n"
+"help.text"
+msgid "Smooth"
+msgstr ""
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3156329\n"
+"help.text"
+msgid "Sharpen"
+msgstr ""
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3153760\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GraphicFilterSharpen\">Sharpens the image by applying a high pass filter.</ahelp>"
+msgstr ""
+
+#: 24010000.xhp
+#, fuzzy
+msgctxt ""
+"24010000.xhp\n"
+"par_id3153480\n"
+"help.text"
+msgid "<image id=\"img_id3156023\" src=\"cmd/sc_graphicfiltersharpen.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156023\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3147265\n"
+"12\n"
+"help.text"
+msgid "Sharpen"
+msgstr ""
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3148946\n"
+"help.text"
+msgid "Remove Noise"
+msgstr ""
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3150866\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GraphicFilterRemoveNoise\">Removes noise by applying a median filter.</ahelp>"
+msgstr ""
+
+#: 24010000.xhp
+#, fuzzy
+msgctxt ""
+"24010000.xhp\n"
+"par_id3154938\n"
+"help.text"
+msgid "<image id=\"img_id3153797\" src=\"cmd/sc_graphicfilterremovenoise.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153797\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3149810\n"
+"15\n"
+"help.text"
+msgid "Remove Noise"
+msgstr ""
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3144760\n"
+"help.text"
+msgid "Solarization"
+msgstr ""
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3159150\n"
+"74\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GraphicFilterSolarize\">Opens a dialog for defining solarization. Solarization refers to an effect that looks like what can happen when there is too much light during photo development. The colors become partly inverted.</ahelp>"
+msgstr ""
+
+#: 24010000.xhp
+#, fuzzy
+msgctxt ""
+"24010000.xhp\n"
+"par_id3148453\n"
+"help.text"
+msgid "<image id=\"img_id3154329\" src=\"cmd/sc_graphicfiltersolarize.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154329\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3150439\n"
+"75\n"
+"help.text"
+msgid "Solarization"
+msgstr ""
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3145785\n"
+"76\n"
+"help.text"
+msgid "Parameters"
+msgstr "Parametri"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3147352\n"
+"77\n"
+"help.text"
+msgid "Specifies the degree and type of solarization."
+msgstr ""
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3153370\n"
+"78\n"
+"help.text"
+msgid "Threshold Value"
+msgstr ""
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3083443\n"
+"79\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVX_GRFFILTER_DLG_SOLARIZE_DLG_FILTERSOLARIZE_MTR_THRESHOLD\">Specifies the degree of brightness, in percent, above which the pixels are to be solarized.</ahelp>"
+msgstr ""
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3152596\n"
+"80\n"
+"help.text"
+msgid "Invert"
+msgstr ""
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3146921\n"
+"81\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVX_GRFFILTER_DLG_SOLARIZE_DLG_FILTERSOLARIZE_CBX_INVERT\">Specifies to also invert all pixels.</ahelp>"
+msgstr ""
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3150875\n"
+"help.text"
+msgid "Aging"
+msgstr ""
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3163712\n"
+"83\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GraphicFilterSepia\">All pixels are set to their gray values, and then the green and blue color channels are reduced by the amount you specify. The red color channel is not changed.</ahelp>"
+msgstr ""
+
+#: 24010000.xhp
+#, fuzzy
+msgctxt ""
+"24010000.xhp\n"
+"par_id3153139\n"
+"help.text"
+msgid "<image id=\"img_id3159196\" src=\"cmd/sc_graphicfiltersepia.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159196\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3145365\n"
+"72\n"
+"help.text"
+msgid "Aging"
+msgstr ""
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3156443\n"
+"84\n"
+"help.text"
+msgid "Aging Degree"
+msgstr ""
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3155411\n"
+"85\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVX_GRFFILTER_DLG_SEPIA_DLG_FILTERSEPIA_MTR_SEPIA\">Defines the intensity of aging, in percent. At 0% you see the gray values of all pixels. At 100% only the red color channel remains.</ahelp>"
+msgstr ""
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3146119\n"
+"help.text"
+msgid "Posterize"
+msgstr ""
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3147396\n"
+"87\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GraphicFilterPoster\">Opens a dialog to determine the number of poster colors.</ahelp> This effect is based on the reduction of the number of colors. It makes photos look like paintings."
+msgstr ""
+
+#: 24010000.xhp
+#, fuzzy
+msgctxt ""
+"24010000.xhp\n"
+"par_id3155851\n"
+"help.text"
+msgid "<image id=\"img_id3150658\" src=\"cmd/sc_graphicfilterposter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150658\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3156284\n"
+"88\n"
+"help.text"
+msgid "Posterize"
+msgstr ""
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3156736\n"
+"89\n"
+"help.text"
+msgid "Poster Colors"
+msgstr ""
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3151280\n"
+"90\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_NUMERICFIELD_RID_SVX_GRFFILTER_DLG_POSTER_DLG_FILTERPOSTER_NUM_POSTER\">Specifies the number of colors to which the image is to be reduced.</ahelp>"
+msgstr ""
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3144767\n"
+"help.text"
+msgid "Pop Art"
+msgstr ""
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3153512\n"
+"92\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GraphicFilterPopart\">Converts an image to a pop-art format.</ahelp>"
+msgstr ""
+
+#: 24010000.xhp
+#, fuzzy
+msgctxt ""
+"24010000.xhp\n"
+"par_id3148495\n"
+"help.text"
+msgid "<image id=\"img_id3156437\" src=\"cmd/sc_graphicfilterpopart.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156437\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3151207\n"
+"93\n"
+"help.text"
+msgid "Pop Art"
+msgstr ""
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3153003\n"
+"help.text"
+msgid "Charcoal Sketch"
+msgstr ""
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3152971\n"
+"96\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GraphicFilterSobel\">Displays the image as a charcoal sketch. The contours of the image are drawn in black, and the original colors are suppressed.</ahelp>"
+msgstr ""
+
+#: 24010000.xhp
+#, fuzzy
+msgctxt ""
+"24010000.xhp\n"
+"par_id3150327\n"
+"help.text"
+msgid "<image id=\"img_id3154636\" src=\"cmd/sc_graphicfiltersobel.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154636\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3163825\n"
+"97\n"
+"help.text"
+msgid "Charcoal Sketch"
+msgstr ""
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3154360\n"
+"help.text"
+msgid "Relief"
+msgstr ""
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3153714\n"
+"120\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GraphicFilterRelief\">Displays a dialog for creating reliefs.</ahelp> You can choose the position of the imaginary light source that determines the type of shadow created, and how the graphic image looks in relief."
+msgstr ""
+
+#: 24010000.xhp
+#, fuzzy
+msgctxt ""
+"24010000.xhp\n"
+"par_id3154756\n"
+"help.text"
+msgid "<image id=\"img_id3154256\" src=\"cmd/sc_graphicfilterrelief.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154256\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3150043\n"
+"100\n"
+"help.text"
+msgid "Relief"
+msgstr ""
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3166447\n"
+"101\n"
+"help.text"
+msgid "Light Source"
+msgstr ""
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3145295\n"
+"102\n"
+"help.text"
+msgid "Specifies the light source position. A dot represents the light source."
+msgstr ""
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3146919\n"
+"help.text"
+msgid "Mosaic"
+msgstr ""
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3163807\n"
+"104\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GraphicFilterMosaic\">Joins small groups of pixels into rectangular areas of the same color.</ahelp> The larger the individual rectangles are, the fewer details the graphic image has."
+msgstr ""
+
+#: 24010000.xhp
+#, fuzzy
+msgctxt ""
+"24010000.xhp\n"
+"par_id3146316\n"
+"help.text"
+msgid "<image id=\"img_id3155939\" src=\"cmd/sc_graphicfiltermosaic.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155939\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3155901\n"
+"105\n"
+"help.text"
+msgid "Mosaic"
+msgstr ""
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3153922\n"
+"106\n"
+"help.text"
+msgid "Element resolution"
+msgstr ""
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3150646\n"
+"107\n"
+"help.text"
+msgid "Determines the number of pixels to be joined into rectangles."
+msgstr ""
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3159336\n"
+"108\n"
+"help.text"
+msgid "Width"
+msgstr "Širina"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3150939\n"
+"109\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVX_GRFFILTER_DLG_MOSAIC_DLG_FILTERMOSAIC_MTR_WIDTH\">Defines the width of the individual tiles.</ahelp>"
+msgstr ""
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3150827\n"
+"110\n"
+"help.text"
+msgid "Height"
+msgstr "Visina"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3149735\n"
+"111\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVX_GRFFILTER_DLG_MOSAIC_DLG_FILTERMOSAIC_MTR_HEIGHT\">Defines the height of the individual tiles.</ahelp>"
+msgstr ""
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3157972\n"
+"121\n"
+"help.text"
+msgid "Enhance edges"
+msgstr ""
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3151216\n"
+"122\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVX_GRFFILTER_DLG_MOSAIC_DLG_FILTERMOSAIC_CBX_EDGES\">Enhances, or sharpens, the edges of the object.</ahelp>"
+msgstr ""
+
+#: 12070300.xhp
+msgctxt ""
+"12070300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Text"
+msgstr "Tekst"
+
+#: 12070300.xhp
+msgctxt ""
+"12070300.xhp\n"
+"hd_id3154873\n"
+"1\n"
+"help.text"
+msgid "Text"
+msgstr "Tekst"
+
+#: 12070300.xhp
+msgctxt ""
+"12070300.xhp\n"
+"bm_id3143284\n"
+"help.text"
+msgid "<bookmark_value>database contents; inserting as text</bookmark_value>"
+msgstr ""
+
+#: 12070300.xhp
+msgctxt ""
+"12070300.xhp\n"
+"par_id3143284\n"
+"3\n"
+"help.text"
+msgid "<ahelp hid=\"SW:RADIOBUTTON:DLG_AP_INSERT_DB_SEL:RB_AS_TEXT\" visibility=\"hidden\">Inserts data selected from the data source browser into the document as text.</ahelp> If you select the <emph>Text</emph> option in the <emph>Insert Database Columns</emph> dialog, the content of the data selected in the data source browser is inserted into the document as text. In the dialog, you can decide which database fields or columns are transferred, and how the text is formatted."
+msgstr ""
+
+#: 12070300.xhp
+msgctxt ""
+"12070300.xhp\n"
+"par_id3154289\n"
+"4\n"
+"help.text"
+msgid "If several records are selected when you choose the <emph>Data to Text</emph> function, the mail merge fields will be inserted according to the number of records."
+msgstr ""
+
+#: 12070300.xhp
+msgctxt ""
+"12070300.xhp\n"
+"hd_id3155392\n"
+"2\n"
+"help.text"
+msgid "Text"
+msgstr "Tekst"
+
+#: 12070300.xhp
+msgctxt ""
+"12070300.xhp\n"
+"par_id3143267\n"
+"5\n"
+"help.text"
+msgid "In the <emph>Text</emph> area, use the arrow button to select the database table columns into which you want to insert field contents."
+msgstr ""
+
+#: 03110000.xhp
+msgctxt ""
+"03110000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Increase Spacing"
+msgstr ""
+
+#: 03110000.xhp
+msgctxt ""
+"03110000.xhp\n"
+"hd_id3154873\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/03110000.xhp\" name=\"Increase Spacing\">Increase Spacing</link>"
+msgstr ""
+
+#: 03110000.xhp
+msgctxt ""
+"03110000.xhp\n"
+"par_id3156211\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ParaspaceIncrease\">Click the<emph> Increase Spacing </emph>icon to increase the paragraph spacing above the selected paragraph.</ahelp>"
+msgstr ""
+
+#: 03110000.xhp
+#, fuzzy
+msgctxt ""
+"03110000.xhp\n"
+"par_id3150178\n"
+"help.text"
+msgid "<image id=\"img_id3152425\" src=\"cmd/sc_paraspaceincrease.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152425\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+
+#: 03110000.xhp
+msgctxt ""
+"03110000.xhp\n"
+"par_id3156411\n"
+"3\n"
+"help.text"
+msgid "Increase Spacing"
+msgstr ""
+
+#: 03110000.xhp
+msgctxt ""
+"03110000.xhp\n"
+"par_id3155391\n"
+"4\n"
+"help.text"
+msgid "You can make additional adjustments to the spacing by selecting <link href=\"text/shared/01/05030100.xhp\" name=\"Format - Paragraph - Indents & Spacing\"><emph>Format - Paragraph - Indents & Spacing</emph></link>"
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Form Controls"
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"bm_id3154142\n"
+"help.text"
+msgid "<bookmark_value>form controls;toolbars</bookmark_value><bookmark_value>inserting; form fields</bookmark_value><bookmark_value>form fields</bookmark_value><bookmark_value>command button creation</bookmark_value><bookmark_value>buttons; form functions</bookmark_value><bookmark_value>controls; inserting</bookmark_value><bookmark_value>push buttons;creating</bookmark_value><bookmark_value>radio button creation</bookmark_value><bookmark_value>check box creation</bookmark_value><bookmark_value>labels; form functions</bookmark_value><bookmark_value>fixed text; form functions</bookmark_value><bookmark_value>text boxes;form functions</bookmark_value><bookmark_value>list box creation</bookmark_value><bookmark_value>picklist creation</bookmark_value><bookmark_value>drop-down lists in form functions</bookmark_value><bookmark_value>combo box creation</bookmark_value><bookmark_value>selecting;controls</bookmark_value><bookmark_value>controls; select mode</bookmark_value>"
+msgstr ""
+
+#: 01170000.xhp
+#, fuzzy
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3154142\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170000.xhp\" name=\"Form Controls\">Form Controls</link>"
+msgstr "<link href=\"text/shared/02/14060000.xhp\" name=\"Alias\">Nadimak (alias)</link>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3151378\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"formulartext\"><ahelp hid=\".uno:Config\">The Form Controls toolbar contains tools that you need to create an interactive form.</ahelp></variable> You can use the toolbar to add controls to a form in a text, spreadsheet, presentation, or HTML document, for example a button that runs a macro."
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id1027200809391346\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">View - Toolbars - Form Controls</item>."
+msgstr "Izaberi <item type=\"menuitem\">View - Toolbars - Form Controls</item>."
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3147336\n"
+"68\n"
+"help.text"
+msgid "Icon on the <emph>Insert</emph> toolbar (you may need to enable this initially invisible icon):"
+msgstr ""
+
+#: 01170000.xhp
+#, fuzzy
+msgctxt ""
+"01170000.xhp\n"
+"par_id3155341\n"
+"help.text"
+msgid "<image id=\"img_id3150943\" src=\"cmd/sc_config.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3150943\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153951\" src=\"cmd/sc_ellipse.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153951\">Icon</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3149670\n"
+"3\n"
+"help.text"
+msgid "Form Controls"
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN10B21\n"
+"help.text"
+msgid "<link href=\"text/shared/guide/xforms.xhp\">XML Form documents</link> (XForms) use the same controls."
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3152771\n"
+"45\n"
+"help.text"
+msgid "To create a form, open a document and use the Form Controls toolbar to add and define the form controls. If you want, you can also link the form to a database, so that you can use the controls to manipulate a database."
+msgstr "Za stvaranje formulara, otvorite dokument i koristite alatnu traku za dodavanje Formular kontrole i definirajte oblik kontrole. Ako želite, možete povezati formular sa bazom podataka, tako da možete koristiti kontrole za manipulaciju bazom podataka."
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3150791\n"
+"46\n"
+"help.text"
+msgid "When you create a form in an HTML document, you can use the form to send data over the Internet."
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3145171\n"
+"47\n"
+"help.text"
+msgid "%PRODUCTNAME only exports the form properties that are supported by the HTML version that you export to. To specify the HTML version, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - HTML Compatibility</emph>."
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN10C39\n"
+"help.text"
+msgid "To add a control to a document"
+msgstr "Za dodavanje kontrola u dokumentu"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3154918\n"
+"4\n"
+"help.text"
+msgid "On the Form Controls toolbar, click the icon of the control that you want to add."
+msgstr "Na alatnoj traci Form Controls, kliknite ikonu kontrole koju želite dodati."
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN10C4D\n"
+"help.text"
+msgid "In the document, drag to create the control."
+msgstr "U dokumentu, odvucite za stvaranje kontrole."
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN10C50\n"
+"help.text"
+msgid "To create a square control field, hold down the Shift key while you drag."
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3154127\n"
+"78\n"
+"help.text"
+msgid "To add a field from the field list of a table or query to a form, drag a cell into the form. In a text document, you can also drag a column header to add a field to a form. To include a label for the field, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift key down when you drag a column head."
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN10C87\n"
+"help.text"
+msgid "Modifying a Control"
+msgstr "mijenjanje kontrole"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3148645\n"
+"5\n"
+"help.text"
+msgid "Right-click the control and choose <emph>Control</emph>. A dialog opens where you can define the properties of the control."
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3153363\n"
+"163\n"
+"help.text"
+msgid "To specify a accelerator key for a control, add a tilde (~) in front of the character in the label for the control."
+msgstr "Da biste odredili akcelerator ključ za kontrolu, dodajte tilde (~) ispred znaka u oznaka za kontrolu."
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3152792\n"
+"135\n"
+"help.text"
+msgid "You can drag and drop controls from one document to another document. You can also copy and paste controls between documents. When you insert a control from another document, $[officename] analyzes the data source, content type, and content properties of the control so that the control fits the logical structure in the target document. For example, a control that displays contents from an address book continues to display the same contents after you copy the control to a different document. You can view these properties on the <emph>Data</emph> tab page of the <emph>Form properties</emph> dialog."
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3154411\n"
+"24\n"
+"help.text"
+msgid "Select"
+msgstr "Izaberi"
+
+#: 01170000.xhp
+#, fuzzy
+msgctxt ""
+"01170000.xhp\n"
+"par_id3156106\n"
+"help.text"
+msgid "<image id=\"img_id3153516\" src=\"cmd/sc_drawselect.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153516\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3150470\n"
+"25\n"
+"help.text"
+msgid "This icon switches the mouse pointer to the select mode, or deactivates this mode. The select mode is used to select the controls of the current form."
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3146914\n"
+"10\n"
+"help.text"
+msgid "Check Box"
+msgstr ""
+
+#: 01170000.xhp
+#, fuzzy
+msgctxt ""
+"01170000.xhp\n"
+"par_id3148483\n"
+"help.text"
+msgid "<image id=\"img_id3156380\" src=\"cmd/sc_checkbox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3156380\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148817\" src=\"cmd/sc_combobox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148817\">{ENTER ALTERNATE DESCRIPTION HERE}</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3153927\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\".uno:CheckBox\">Creates a check box.</ahelp> Check boxes allow you to activate or deactivate a function in a form."
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3153794\n"
+"16\n"
+"help.text"
+msgid "Text Box"
+msgstr "Kutija za tekst"
+
+#: 01170000.xhp
+#, fuzzy
+msgctxt ""
+"01170000.xhp\n"
+"par_id3163665\n"
+"help.text"
+msgid "<image id=\"img_id3153266\" src=\"cmd/sc_edit.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153266\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3158444\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Edit\">Creates a text box.</ahelp> Text boxes are fields in which the user can enter text. In a form, text boxes display data or allow for new data input."
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3151218\n"
+"124\n"
+"help.text"
+msgid "Formatted Field"
+msgstr ""
+
+#: 01170000.xhp
+#, fuzzy
+msgctxt ""
+"01170000.xhp\n"
+"par_id3154836\n"
+"help.text"
+msgid "<image id=\"img_id3143277\" src=\"cmd/sc_formattedfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3143277\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148817\" src=\"cmd/sc_combobox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148817\">{ENTER ALTERNATE DESCRIPTION HERE}</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3147547\n"
+"125\n"
+"help.text"
+msgid "<ahelp hid=\".uno:FormattedField\">Creates a formatted field.</ahelp> A formatted field is a text box in which you can define how the inputs and outputs are formatted, and which limiting values apply."
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3155346\n"
+"126\n"
+"help.text"
+msgid "A formatted field has <link href=\"text/shared/02/01170002.xhp\" name=\"special control properties\">special control properties</link> (choose <emph>Format - Control</emph>)."
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3148774\n"
+"6\n"
+"help.text"
+msgid "Push Button"
+msgstr ""
+
+#: 01170000.xhp
+#, fuzzy
+msgctxt ""
+"01170000.xhp\n"
+"par_id3145801\n"
+"help.text"
+msgid "<image id=\"img_id3151073\" src=\"cmd/sc_insertpushbutton.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3151073\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3147046\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Pushbutton\">Creates a push button.</ahelp> This function can be used to execute a command for a defined event, such as a mouse click."
+msgstr "<ahelp hid=\".uno:Pushbutton\">kreira dugme za pritiskanje.</ahelp> Ova funkcija se može koristiti za izvršavanje naredbi za definirani događaj, kao što su klik miša."
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3154731\n"
+"138\n"
+"help.text"
+msgid "You can apply text and graphics to these buttons."
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3157844\n"
+"8\n"
+"help.text"
+msgid "Option Button"
+msgstr "Dugme za opcije"
+
+#: 01170000.xhp
+#, fuzzy
+msgctxt ""
+"01170000.xhp\n"
+"par_id3152971\n"
+"help.text"
+msgid "<image id=\"img_id3152999\" src=\"cmd/sc_radiobutton.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152999\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148817\" src=\"cmd/sc_combobox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148817\">{ENTER ALTERNATE DESCRIPTION HERE}</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3149123\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\".uno:RadioButton\">Creates an option button.</ahelp> Option buttons enable the user to choose one of several options. Option buttons with the same functionality are given the same name (<link href=\"text/shared/02/01170101.xhp\" name=\"Name\"><emph>Name</emph></link><emph>property</emph>). Normally, they are given a <link href=\"text/shared/02/01170000.xhp\" name=\"group box\">group box</link>."
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3156064\n"
+"18\n"
+"help.text"
+msgid "List Box"
+msgstr ""
+
+#: 01170000.xhp
+#, fuzzy
+msgctxt ""
+"01170000.xhp\n"
+"par_id3154326\n"
+"help.text"
+msgid "<image id=\"img_id3154135\" src=\"cmd/sc_listbox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154135\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148817\" src=\"cmd/sc_combobox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148817\">{ENTER ALTERNATE DESCRIPTION HERE}</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3166428\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ListBox\">Creates a list box.</ahelp> A list box lets users select an entry from a list. If the form is linked to a database and the database connection is active, the<link href=\"text/shared/02/01170900.xhp\" name=\"List Box Wizard\"><emph>List Box Wizard</emph></link> will automatically appear after the list box is inserted in the document. This wizard helps you create the list box."
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3147171\n"
+"20\n"
+"help.text"
+msgid "Combo Box"
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3149981\n"
+"help.text"
+msgid "<image id=\"img_id3148817\" src=\"cmd/sc_combobox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148817\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148817\" src=\"cmd/sc_combobox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148817\">{ENTER ALTERNATE DESCRIPTION HERE}</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3149407\n"
+"21\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ComboBox\">Creates a combo box.</ahelp> A combo box is a single-line list box with a drop-down list from which users choose an option. You can assign the \"read-only\" property to the combo box so that users cannot enter other entries than those found in the list. If the form is bound to a database and the database connection is active, the <link href=\"text/shared/02/01170900.xhp\" name=\"Combo Box Wizard\"><emph>Combo Box Wizard</emph></link> will automatically appear after you insert the combo box in the document."
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3145618\n"
+"12\n"
+"help.text"
+msgid "Label Field"
+msgstr "Polje za ime"
+
+#: 01170000.xhp
+#, fuzzy
+msgctxt ""
+"01170000.xhp\n"
+"par_id3145295\n"
+"help.text"
+msgid "<image id=\"img_id3151017\" src=\"cmd/sc_insertfixedtext.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3151017\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148817\" src=\"cmd/sc_combobox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148817\">{ENTER ALTERNATE DESCRIPTION HERE}</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3148534\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Label\">Creates a field for displaying text.</ahelp> These labels are only for displaying predefined text. Entries cannot be made in these fields."
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN10CC6\n"
+"help.text"
+msgid "More Controls"
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN10CDC\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the <link href=\"text/shared/02/more_controls.xhp\"><emph>More Controls</emph></link> toolbar.</ahelp>"
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN10CF7\n"
+"help.text"
+msgid "Form Design"
+msgstr "Dizajn formulara"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN10D0D\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the <link href=\"text/shared/main0226.xhp\"><emph>Form Design</emph></link> toolbar.</ahelp>"
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11B57\n"
+"help.text"
+msgid "Wizards On/Off"
+msgstr ""
+
+#: 01170000.xhp
+#, fuzzy
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11B65\n"
+"help.text"
+msgid "<image id=\"img_id6128727\" src=\"cmd/sc_usewizards.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id6128727\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148817\" src=\"cmd/sc_combobox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148817\">{ENTER ALTERNATE DESCRIPTION HERE}</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11B76\n"
+"help.text"
+msgid "Turns on and turns off the automatic form controls wizards."
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id6403088\n"
+"help.text"
+msgid "These wizards help you to enter the properties of list boxes, table controls, and other controls."
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3149436\n"
+"134\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170001.xhp\" name=\"Context Menu Commands\">Context Menu Commands</link>"
+msgstr ""
+
+#: 01170000.xhp
+#, fuzzy
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11A56\n"
+"help.text"
+msgid "Spin Button"
+msgstr "Dugme za opcije"
+
+#: 01170000.xhp
+#, fuzzy
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11A64\n"
+"help.text"
+msgid "<image id=\"img_id7816400\" src=\"cmd/sc_spinbutton.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id7816400\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148817\" src=\"cmd/sc_combobox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148817\">{ENTER ALTERNATE DESCRIPTION HERE}</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11A75\n"
+"help.text"
+msgid "<ahelp hid=\".uno:SpinButton\">Creates a spin button.</ahelp>"
+msgstr "<ahelp hid=\".uno:SpinButton\">kreira dugme za okretanje.</ahelp>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id710776\n"
+"help.text"
+msgid "If you add a spin button to a Calc spreadsheet, you can use the Data tab page to create a two-way link between the spin button and a cell. As a result, when you change the contents of a cell, the contents of the spin button are updated. Conversely, if you change the value of the spin button, the contents of the cell are updated."
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11ABC\n"
+"help.text"
+msgid "Scrollbar"
+msgstr ""
+
+#: 01170000.xhp
+#, fuzzy
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11ACA\n"
+"help.text"
+msgid "<image id=\"img_id8203985\" src=\"cmd/sc_scrollbar.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id8203985\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148817\" src=\"cmd/sc_combobox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148817\">{ENTER ALTERNATE DESCRIPTION HERE}</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11ADB\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ScrollBar\">Creates a scrollbar.</ahelp>"
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11CA3\n"
+"help.text"
+msgid "You can specify the following properties for a scrollbar:"
+msgstr "Prevedi: Možete odrediti sljedeće osobine za scrollbar:"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11CDA\n"
+"help.text"
+msgid "UI name"
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11CE0\n"
+"help.text"
+msgid "Semantics"
+msgstr "Prevedi: Semantika"
+
+#: 01170000.xhp
+#, fuzzy
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11CE7\n"
+"help.text"
+msgid "Scroll value min"
+msgstr "Scroll value minimum"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11CED\n"
+"help.text"
+msgid "Specifies the minimum height or the minimum width of a scrollbar."
+msgstr ""
+
+#: 01170000.xhp
+#, fuzzy
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11CF4\n"
+"help.text"
+msgid "Scroll value max"
+msgstr "Scroll value maximum"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11CFA\n"
+"help.text"
+msgid "Specifies the maximum height or the maximum width of a scrollbar."
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11D01\n"
+"help.text"
+msgid "Default scroll value"
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11D07\n"
+"help.text"
+msgid "Specifies the default value of a scrollbar, used when the form is reset."
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11D0E\n"
+"help.text"
+msgid "Orientation"
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11D14\n"
+"help.text"
+msgid "Specifies the orientation of a scrollbar, that is, horizontal or vertical."
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11D1B\n"
+"help.text"
+msgid "Small change"
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11D21\n"
+"help.text"
+msgid "Specifies the minimum amount by which you can scroll a scrollbar, for example, by clicking an arrow."
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11D28\n"
+"help.text"
+msgid "Large change"
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11D2E\n"
+"help.text"
+msgid "Specifies the amount that a large step scrolls a scrollbar, for example, when you click between the scrollbar thumb and a scrollbar arrow."
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11D35\n"
+"help.text"
+msgid "Delay"
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11D3B\n"
+"help.text"
+msgid "Specifies the delay in milliseconds between scrollbar trigger events. For example, the delay that occurs when you click an arrow button on the scrollbar and hold down the mouse button."
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11D42\n"
+"help.text"
+msgid "Symbol color"
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11D48\n"
+"help.text"
+msgid "Specifies the color of the arrows on the scrollbar."
+msgstr ""
+
+#: 01170000.xhp
+#, fuzzy
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11D4F\n"
+"help.text"
+msgid "Visible Size"
+msgstr "Vidljiva veličina"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11D55\n"
+"help.text"
+msgid "Specifies the size of the scrollbar thumb in \"value units\". For example, a value of (\"Scroll value max.\" minus \"Scroll value min.\") / 2 results in a scrollbar thumb that occupies half of the scrollbar."
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11D58\n"
+"help.text"
+msgid "To make the width of the scrollbar equal to the height of the scrollbar, set the Visible Size to zero."
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11D63\n"
+"help.text"
+msgid "In a Calc spreadsheet, you can use the Data tab page to create a two-way link between a scrollbar and a cell."
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3153316\n"
+"22\n"
+"help.text"
+msgid "Image Button"
+msgstr ""
+
+#: 01170000.xhp
+#, fuzzy
+msgctxt ""
+"01170000.xhp\n"
+"par_id3159622\n"
+"help.text"
+msgid "<image id=\"img_id3154378\" src=\"cmd/sc_imagebutton.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154378\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3148601\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Imagebutton\">Creates a button displayed as an image.</ahelp> Aside from the graphic representation, an image button has the same properties as a \"normal\" button."
+msgstr "PREVEDI<ahelp hid=\".uno:Imagebutton\">Stvara dugme prikazan kao slika.</ahelp> Osim grafičkog reprezentacije, slika dugme ima ista svojstva kao \"normalno\" dugme."
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3159171\n"
+"49\n"
+"help.text"
+msgid "Image Control"
+msgstr ""
+
+#: 01170000.xhp
+#, fuzzy
+msgctxt ""
+"01170000.xhp\n"
+"par_id3155869\n"
+"help.text"
+msgid "<image id=\"img_id3152381\" src=\"cmd/sc_objectcatalog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152381\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148817\" src=\"cmd/sc_combobox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148817\">{ENTER ALTERNATE DESCRIPTION HERE}</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3149596\n"
+"50\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ImageControl\">Creates an image control. It can only be used to add images from a database.</ahelp> In the form document, double-click one of these controls to open the <emph>Insert Graphic</emph> dialog to insert the image. There is also a context menu (not in design mode) with commands for inserting and deleting the image."
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3150318\n"
+"70\n"
+"help.text"
+msgid "Images from a database can be displayed in a form, and new images can be inserted in the database as long as the image control is not write-protected. The control must refer to a database field of the image type. Therefore, enter the data field into the properties window on the <emph>Data</emph> tab page."
+msgstr ""
+
+#: 01170000.xhp
+#, fuzzy
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3156040\n"
+"29\n"
+"help.text"
+msgid "Date Field"
+msgstr "Polje podatka"
+
+#: 01170000.xhp
+#, fuzzy
+msgctxt ""
+"01170000.xhp\n"
+"par_id3149423\n"
+"help.text"
+msgid "<image id=\"img_id3150096\" src=\"cmd/sc_adddatefield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150096\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3151312\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DateField\">Creates a date field.</ahelp> If the form is linked to a database, the date values can be adopted from the database."
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3151302\n"
+"131\n"
+"help.text"
+msgid "If you assign the \"Dropdown\" property to the date field, the user can open a calendar to select a date under the date field. This also applies to a date field within a Table Control field."
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3154395\n"
+"63\n"
+"help.text"
+msgid "Date fields can be easily edited by the user with the up arrow and down arrow keys. Depending on the cursor position, the day, month, or the year is can be increased or decreased using the arrow keys."
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3153112\n"
+"132\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170003.xhp\" name=\"Specific Remarks on Date Fields\">Specific Remarks on Date Fields</link>."
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3152369\n"
+"31\n"
+"help.text"
+msgid "Time Field"
+msgstr ""
+
+#: 01170000.xhp
+#, fuzzy
+msgctxt ""
+"01170000.xhp\n"
+"par_id3153687\n"
+"help.text"
+msgid "<image id=\"img_id3155949\" src=\"cmd/sc_timefield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155949\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148817\" src=\"cmd/sc_combobox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148817\">{ENTER ALTERNATE DESCRIPTION HERE}</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3155399\n"
+"32\n"
+"help.text"
+msgid "<ahelp hid=\".uno:TimeField\">Creates a time field.</ahelp> If the form is linked to a database, the time values for the form can be adopted from the database."
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3154764\n"
+"64\n"
+"help.text"
+msgid "Time fields can be easily edited by the user with the up and down arrow keys. Depending on the cursor position, the hours, minutes, or the seconds are increased or decreased using the arrow keys."
+msgstr ""
+
+#: 01170000.xhp
+#, fuzzy
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3156186\n"
+"27\n"
+"help.text"
+msgid "File Selection"
+msgstr "Sakrij izbor"
+
+#: 01170000.xhp
+#, fuzzy
+msgctxt ""
+"01170000.xhp\n"
+"par_id3150531\n"
+"help.text"
+msgid "<image id=\"img_id3154344\" src=\"cmd/sc_filecontrol.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154344\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3149438\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\".uno:FileControl\">Creates a button that enables file selection.</ahelp>"
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3154652\n"
+"33\n"
+"help.text"
+msgid "Numerical Field"
+msgstr ""
+
+#: 01170000.xhp
+#, fuzzy
+msgctxt ""
+"01170000.xhp\n"
+"par_id3149396\n"
+"help.text"
+msgid "<image id=\"img_id3153012\" src=\"cmd/sc_insertnumericfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153012\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3145601\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\".uno:NumericField\">Creates a numerical field.</ahelp> If the form is linked to a database, the numerical values in the form can be adopted from the database."
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3153612\n"
+"35\n"
+"help.text"
+msgid "Currency Field"
+msgstr ""
+
+#: 01170000.xhp
+#, fuzzy
+msgctxt ""
+"01170000.xhp\n"
+"par_id3145324\n"
+"help.text"
+msgid "<image id=\"img_id3152866\" src=\"cmd/sc_currencyfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152866\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3145115\n"
+"36\n"
+"help.text"
+msgid "<ahelp hid=\".uno:CurrencyField\">Creates a currency field.</ahelp> If the form is linked to a database, the currency field contents for in the form can be adopted from the database."
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3148825\n"
+"37\n"
+"help.text"
+msgid "Pattern Field"
+msgstr ""
+
+#: 01170000.xhp
+#, fuzzy
+msgctxt ""
+"01170000.xhp\n"
+"par_id3149742\n"
+"help.text"
+msgid "<image id=\"img_id3148924\" src=\"cmd/sc_insertpatternfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148924\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3150122\n"
+"38\n"
+"help.text"
+msgid "<ahelp hid=\".uno:PatternField\">Creates a pattern field.</ahelp> Pattern fields consist of an edit mask and a literal mask. The edit mask determines which data can be entered. The literal mask determines the contents of the pattern field when loading the form."
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3152947\n"
+"67\n"
+"help.text"
+msgid "Please note that pattern fields are not exported into HTML format."
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3145147\n"
+"14\n"
+"help.text"
+msgid "Group Box"
+msgstr "Grupna kutija"
+
+#: 01170000.xhp
+#, fuzzy
+msgctxt ""
+"01170000.xhp\n"
+"par_id3159334\n"
+"help.text"
+msgid "<image id=\"img_id3153790\" src=\"cmd/sc_groupbox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153790\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148817\" src=\"cmd/sc_combobox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148817\">{ENTER ALTERNATE DESCRIPTION HERE}</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3154572\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GroupBox\">Creates a frame to visually group several controls.</ahelp> Group boxes allow you to group option buttons in a frame."
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3148394\n"
+"72\n"
+"help.text"
+msgid "If you insert a group frame into the document, the <link href=\"text/shared/autopi/01120000.xhp\" name=\"Group Element Wizard\">Group Element Wizard</link> starts, which allows you to easily create an option group."
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3150567\n"
+"65\n"
+"help.text"
+msgid "<emph>Note:</emph> When you drag a group box over already existing controls and then want to select a control, you have to first open the context menu of the group box and choose <emph>Arrange - Send to Back</emph>. Then select the control while pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>."
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3145615\n"
+"66\n"
+"help.text"
+msgid "Group boxes are used only for a visual effect. A functional grouping of option fields can be made through the name definition: under the <link href=\"text/shared/02/01170101.xhp\" name=\"Name\"><emph>Name</emph></link> properties of all option fields, enter the same name in order to group them."
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3157996\n"
+"39\n"
+"help.text"
+msgid "Table Control"
+msgstr "Kontrola tabele"
+
+#: 01170000.xhp
+#, fuzzy
+msgctxt ""
+"01170000.xhp\n"
+"par_id3156402\n"
+"help.text"
+msgid "<image id=\"img_id3146324\" src=\"cmd/sc_grid.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3146324\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148817\" src=\"cmd/sc_combobox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148817\">{ENTER ALTERNATE DESCRIPTION HERE}</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3154579\n"
+"40\n"
+"help.text"
+msgid "<ahelp hid=\".\">Creates a table control to display a database table.</ahelp> If you create a new table control, the <link href=\"text/shared/02/01170800.xhp\" name=\"Table Element Wizard\">Table Element Wizard</link> appears."
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3154697\n"
+"133\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170004.xhp\" name=\"Special Information about Table Controls\">Special information about Table Controls</link>."
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11B1E\n"
+"help.text"
+msgid "Navigation bar"
+msgstr ""
+
+#: 01170000.xhp
+#, fuzzy
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11B2C\n"
+"help.text"
+msgid "<image id=\"img_id5074922\" src=\"cmd/sc_navigationbar.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id5074922\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148817\" src=\"cmd/sc_combobox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148817\">{ENTER ALTERNATE DESCRIPTION HERE}</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11B3D\n"
+"help.text"
+msgid "<ahelp hid=\"SID_FM_NAVIGATIONBAR\">Creates a navigation bar.</ahelp>"
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11DB1\n"
+"help.text"
+msgid "The navigation bar allows you to move through the records of a database or a database form. The controls on this navigation bar work the same way as the controls on the default <link href=\"text/shared/main0213.xhp\">navigation bar</link> in $[officename]."
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3146815\n"
+"136\n"
+"help.text"
+msgid "Automatic Control Focus"
+msgstr "Automatska kontrola fokusa"
+
+#: 01170000.xhp
+#, fuzzy
+msgctxt ""
+"01170000.xhp\n"
+"par_id3150261\n"
+"help.text"
+msgid "<image id=\"img_id3149351\" src=\"cmd/sc_autocontrolfocus.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149351\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148817\" src=\"cmd/sc_combobox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148817\">{ENTER ALTERNATE DESCRIPTION HERE}</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3109848\n"
+"137\n"
+"help.text"
+msgid "<ahelp hid=\".uno:AutoControlFocus\">If<emph> Automatic Control Focus </emph>is activated, the first form control will be selected when you open the document. If the button is not activated, the text will be selected after opening. The <link href=\"text/shared/02/01170300.xhp\" name=\"Tab Order\">Tab Order</link> that you have specified determines which is the first form control.</ahelp>"
+msgstr ""
+
+#: colortoolbar.xhp
+msgctxt ""
+"colortoolbar.xhp\n"
+"tit\n"
+"help.text"
+msgid "Color"
+msgstr "Boja"
+
+#: colortoolbar.xhp
+msgctxt ""
+"colortoolbar.xhp\n"
+"hd_id8983733\n"
+"help.text"
+msgid "<link href=\"text/shared/02/colortoolbar.xhp\">Color</link>"
+msgstr "<link href=\"text/shared/02/colortoolbar.xhp\">Boja</link>"
+
+#: colortoolbar.xhp
+msgctxt ""
+"colortoolbar.xhp\n"
+"par_id1676381\n"
+"help.text"
+msgid "<ahelp hid=\".\">With the Color toolbar you can edit some properties of the selected object.</ahelp>"
+msgstr ""
+
+#: colortoolbar.xhp
+msgctxt ""
+"colortoolbar.xhp\n"
+"par_id5855281\n"
+"help.text"
+msgid "To open the Color toolbar, click the Color icon on the Picture toolbar."
+msgstr ""
+
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Insert Database Columns"
+msgstr ""
+
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"hd_id3147000\n"
+"1\n"
+"help.text"
+msgid "Insert Database Columns"
+msgstr ""
+
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"par_id3143284\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:SbaBrwInsert\"><variable id=\"datenintext\">Inserts all fields of the marked record into the current document at the cursor position.</variable></ahelp> The icon is only visible if the current document is a text document or a spreadsheet."
+msgstr ""
+
+#: 12070000.xhp
+#, fuzzy
+msgctxt ""
+"12070000.xhp\n"
+"par_id3154186\n"
+"help.text"
+msgid "<image id=\"img_id3147291\" src=\"cmd/sc_sbabrwinsert.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147291\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"par_id3153527\n"
+"3\n"
+"help.text"
+msgid "Data to Text"
+msgstr ""
+
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"par_id3153577\n"
+"4\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">In the data source browser, select the record that you want to insert into the document and then click the <emph>Data to Text</emph> icon. The record is inserted in the document at the cursor position, with the contents of each individual field of the record copied to a table column. You can also select multiple records and transfer them into the document by clicking the <emph>Data to Text </emph>icon. Each individual record is then written to a new row.</caseinline></switchinline>"
+msgstr ""
+
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"par_id3145345\n"
+"5\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">In the data source browser, select the records that you want to insert into the document and then click the <emph>Data to Text</emph> icon, or drag-and-drop data from the data source browser into the document. This opens the <emph>Insert Database Columns </emph>dialog. Select whether the data should be inserted as a <link href=\"text/shared/02/12070100.xhp\" name=\"table\">table</link>, as <link href=\"text/shared/02/12070200.xhp\" name=\"fields\">fields</link> or as <link href=\"text/shared/02/12070300.xhp\" name=\"text\">text</link>.</caseinline></switchinline>"
+msgstr ""
+
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"par_id3153031\n"
+"6\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">The preferences you set in the<emph> Insert Database Columns </emph>dialog are saved and will be active the next time the dialog is called. This save process is independent of the database and can record the preferences for a maximum of 5 databases.</caseinline></switchinline>"
+msgstr ""
+
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"par_id3156326\n"
+"7\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">If data is inserted into the document as a table, the table properties are not saved along with the data in the document. If you select the <emph>AutoFormat</emph> function for formatting the table, $[officename] will note the name of the format template. This template will then be used automatically if you insert data as a table again, unless the preferences have been changed.</caseinline></switchinline>"
+msgstr ""
+
+#: 01170400.xhp
+msgctxt ""
+"01170400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Add Field"
+msgstr "Dodaj Polje"
+
+#: 01170400.xhp
+#, fuzzy
+msgctxt ""
+"01170400.xhp\n"
+"hd_id3144436\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170400.xhp\" name=\"Add Field\">Add Field</link>"
+msgstr "<link href=\"text/shared/02/20090000.xhp\" name=\"Time\">Vrijeme</link>"
+
+#: 01170400.xhp
+msgctxt ""
+"01170400.xhp\n"
+"par_id3166460\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"text\"><ahelp hid=\".uno:AddField\">Opens a window where you can select a database field to add to the form or report.</ahelp></variable>"
+msgstr ""
+
+#: 01170400.xhp
+msgctxt ""
+"01170400.xhp\n"
+"par_id3156114\n"
+"3\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FIELD_SEL\">The field selection window lists all database fields of the table or query that was specified as the data source in the <link href=\"text/shared/02/01170201.xhp\" name=\"Form Properties\">Form Properties</link>.</ahelp>"
+msgstr ""
+
+#: 01170400.xhp
+msgctxt ""
+"01170400.xhp\n"
+"par_id3147620\n"
+"4\n"
+"help.text"
+msgid "You can insert a field into the current document by dragging and dropping. A field is then inserted which contains a link to the database."
+msgstr ""
+
+#: 01170400.xhp
+msgctxt ""
+"01170400.xhp\n"
+"par_id3153541\n"
+"5\n"
+"help.text"
+msgid "If you add fields to a form and you switch off the <link href=\"text/shared/02/01170500.xhp\" name=\"Design Mode\">Design Mode</link>, you can see that $[officename] adds a labeled input field for every inserted database field."
+msgstr ""
+
+#: 24100000.xhp
+msgctxt ""
+"24100000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Crop"
+msgstr ""
+
+#: 24100000.xhp
+#, fuzzy
+msgctxt ""
+"24100000.xhp\n"
+"hd_id3154044\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/24100000.xhp\" name=\"Crop\">Crop</link>"
+msgstr "<link href=\"text/shared/02/20100000.xhp\" name=\"Date\">Datum</link>"
+
+#: 24100000.xhp
+msgctxt ""
+"24100000.xhp\n"
+"par_id3154863\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GrafAttrCrop\">Allows to crop the display of an inserted picture. Only the display gets cropped, the inserted picture is not changed.</ahelp> A picture must be selected to enable cropping."
+msgstr ""
+
+#: 24100000.xhp
+msgctxt ""
+"24100000.xhp\n"
+"par_id0514200804261097\n"
+"help.text"
+msgid "In Impress and Draw no dialog is shown when you click the icon, but you see eight cropping handles. Open the context menu of a selected picture and choose <item type=\"menuitem\">Crop Picture</item>, if you want to use the <link href=\"text/shared/01/05030800.xhp\">dialog</link> for cropping."
+msgstr ""
+
+#: 24100000.xhp
+msgctxt ""
+"24100000.xhp\n"
+"par_id0514200804261043\n"
+"help.text"
+msgid "<ahelp hid=\".\">Drag any of the eight cropping handles to crop the picture.</ahelp>"
+msgstr ""
+
+#: 24100000.xhp
+#, fuzzy
+msgctxt ""
+"24100000.xhp\n"
+"par_id0522200809440491\n"
+"help.text"
+msgid "<image id=\"img_id0522200809434429\" src=\"cmd/sc_crop.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id0522200809434429\">icon</alt></image>"
+msgstr "<image id=\"img_id3158407\" src=\"cmd/sc_rect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3158407\">Icon</alt></image>"
+
+#: 24100000.xhp
+msgctxt ""
+"24100000.xhp\n"
+"par_id3154927\n"
+"3\n"
+"help.text"
+msgid "Crop"
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"tit\n"
+"help.text"
+msgid "Events"
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"bm_id3150499\n"
+"help.text"
+msgid "<bookmark_value>forms; events</bookmark_value> <bookmark_value>events;in forms</bookmark_value>"
+msgstr ""
+
+#: 01170202.xhp
+#, fuzzy
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3150499\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170202.xhp\" name=\"Events\">Events</link>"
+msgstr "<link href=\"text/shared/02/01170201.xhp\" name=\"General\">Općenito</link>"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3147043\n"
+"2\n"
+"help.text"
+msgid "The<emph> Events </emph>tab page, allows you to assign a macro to certain events which occur in a form."
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3159233\n"
+"3\n"
+"help.text"
+msgid "To link an event with a macro, first write a macro that contains all the commands to be executed when the event happens. Then assign this macro to the respective event by clicking the <emph>... </emph>button beside the corresponding event. The<emph> Assign Macro </emph>dialog opens, where you can select the macro."
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3149182\n"
+"29\n"
+"help.text"
+msgid "The following actions can be configured individually, meaning that you can use your own dialogs to depict an action:"
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3166460\n"
+"30\n"
+"help.text"
+msgid "Displaying an error message,"
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3152996\n"
+"31\n"
+"help.text"
+msgid "Confirming a delete process (for data records),"
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3153541\n"
+"32\n"
+"help.text"
+msgid "Querying parameters,"
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3155261\n"
+"33\n"
+"help.text"
+msgid "Checking input when saving a data record."
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3153127\n"
+"34\n"
+"help.text"
+msgid "For example, you can issue a \"confirm deletion\" request such as \"Really delete customer xyz?\" when deleting a data record."
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id0409200920562590\n"
+"help.text"
+msgid "The events that are shown in the Events dialog cannot be edited directly. You can delete an event from the list by pressing the Del key."
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3150986\n"
+"4\n"
+"help.text"
+msgid "The following lists and describes all events in a form that can be linked to a macro:"
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3147559\n"
+"17\n"
+"help.text"
+msgid "Before update"
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3149669\n"
+"56\n"
+"help.text"
+msgid "<ahelp hid=\".\">The Before update event occurs before the control content changed by the user is written into the data source.</ahelp> The linked macro can, for example, prevent this action by returning \"FALSE\"."
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3153779\n"
+"19\n"
+"help.text"
+msgid "After update"
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3153360\n"
+"57\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_AFTERUPDATE\">The After update event occurs after the control content changed by the user has been written into the data source.</ahelp>"
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3157909\n"
+"36\n"
+"help.text"
+msgid "Prior to reset"
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3155390\n"
+"51\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_APPROVERESETTED\">The<emph> Prior to reset </emph>event occurs before a form is reset.</ahelp> The linked macro can, for example, prevent this action by returning \"FALSE\"."
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3149236\n"
+"52\n"
+"help.text"
+msgid "A form is reset if one of the following conditions is met:"
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3149164\n"
+"53\n"
+"help.text"
+msgid "The user presses an (HTML) button that is defined as a reset button."
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3153666\n"
+"54\n"
+"help.text"
+msgid "A new and empty record is created in a form that is linked to a data source. For example, in the last record, the <emph>Next Record</emph> button may be pressed."
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3156119\n"
+"37\n"
+"help.text"
+msgid "After resetting"
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3148563\n"
+"55\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_RESETTED\">The<emph> After resetting </emph>event occurs after a form has been reset.</ahelp>"
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3150870\n"
+"27\n"
+"help.text"
+msgid "Before submitting"
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3159152\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_SUBMITTED\">The<emph> Before submitting </emph>event occurs before the form data is sent.</ahelp>"
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3149167\n"
+"5\n"
+"help.text"
+msgid "When loading"
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3156423\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_LOADED\">The<emph> When loading </emph>event occurs directly after the form has been loaded.</ahelp>"
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3148451\n"
+"38\n"
+"help.text"
+msgid "Before reloading"
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3154218\n"
+"39\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_RELOADING\">The<emph> Before reloading </emph>event occurs before the form is reloaded.</ahelp> The data content has not yet been refreshed."
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3155102\n"
+"40\n"
+"help.text"
+msgid "When reloading"
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3157895\n"
+"41\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_RELOADED\">The<emph> When reloading </emph>event occurs directly after the form has been reloaded.</ahelp> The data content has already been refreshed."
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3152792\n"
+"42\n"
+"help.text"
+msgid "Before unloading"
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3152598\n"
+"43\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_UNLOADING\">The<emph> Before unloading </emph>event occurs before the form is unloaded; that is, separated from its data source.</ahelp>"
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3154145\n"
+"44\n"
+"help.text"
+msgid "When unloading"
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3154638\n"
+"45\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_UNLOADED\">The<emph> When unloading </emph>event occurs directly after the form has been unloaded; that is, separated from its data source.</ahelp>"
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3147426\n"
+"25\n"
+"help.text"
+msgid "Confirm deletion"
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3154988\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_CONFIRMDELETE\">The<emph> Confirm deletion </emph>event occurs as soon as data has been deleted from the form.</ahelp> For example, the linked macro can request confirmation in a dialog."
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3149481\n"
+"46\n"
+"help.text"
+msgid "Before record action"
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3156007\n"
+"58\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_APPROVEROWCHANGE\">The<emph> Before record action </emph>event occurs before the current record is changed.</ahelp> For example, the linked macro can request confirmation in a dialog."
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3145749\n"
+"47\n"
+"help.text"
+msgid "After record action"
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3146975\n"
+"59\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_ROWCHANGE\">The<emph> After record action </emph>event occurs directly after the current record has been changed.</ahelp>"
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3154012\n"
+"48\n"
+"help.text"
+msgid "Before record change"
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3149664\n"
+"60\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_POSITIONING\">The<emph> Before record change </emph>event occurs before the current record pointer is changed.</ahelp> For example, the linked macro can prevent this action by returning \"FALSE\"."
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3157975\n"
+"49\n"
+"help.text"
+msgid "After record change"
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3154098\n"
+"61\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_POSITIONED\">The<emph> After record change </emph>event occurs directly after the current record pointer has been changed.</ahelp>"
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3151076\n"
+"50\n"
+"help.text"
+msgid "Fill parameters"
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3147396\n"
+"62\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_APPROVEPARAMETER\">The<emph> Fill parameters </emph>event occurs when the form to be loaded has parameters that must be filled out.</ahelp> For example, the data source of the form can be the following SQL command:"
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3148773\n"
+"63\n"
+"help.text"
+msgid "SELECT * FROM address WHERE name=:name"
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3149581\n"
+"64\n"
+"help.text"
+msgid "Here :name is a parameter that must be filled out when loading. The parameter is automatically filled out from the parent form if possible. If the parameter cannot be filled out, this event is called and a linked macro can fill out the parameter."
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3146926\n"
+"9\n"
+"help.text"
+msgid "Error occurred"
+msgstr ""
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3149485\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_ERROROCCURRED\">The<emph> Error occurred </emph>event is activated if an error occurs when accessing the data source.</ahelp> This applies to forms, list boxes and combo boxes."
+msgstr ""
+
+#: 24050000.xhp
+msgctxt ""
+"24050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Blue"
+msgstr "Plava"
+
+#: 24050000.xhp
+msgctxt ""
+"24050000.xhp\n"
+"hd_id3147588\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/24050000.xhp\" name=\"Blue\">Blue</link>"
+msgstr "<link href=\"text/shared/02/24050000.xhp\" name=\"Blue\">Plava</link>"
+
+#: 24050000.xhp
+msgctxt ""
+"24050000.xhp\n"
+"par_id3155934\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GrafBlue\">Specifies the proportion of blue RGB color components for the selected graphic.</ahelp> Values from -100% (no blue) to +100% (full blue) are possible."
+msgstr ""
+
+#: 24050000.xhp
+#, fuzzy
+msgctxt ""
+"24050000.xhp\n"
+"par_id3152372\n"
+"help.text"
+msgid "<image id=\"img_id3149549\" src=\"res/sc10867.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149549\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148817\" src=\"cmd/sc_combobox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148817\">{ENTER ALTERNATE DESCRIPTION HERE}</alt></image>"
+
+#: 24050000.xhp
+msgctxt ""
+"24050000.xhp\n"
+"par_id3154751\n"
+"3\n"
+"help.text"
+msgid "Blue"
+msgstr "Plava"
+
+#: 10100000.xhp
+#, fuzzy
+msgctxt ""
+"10100000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Close Window"
+msgstr "Prozor"
+
+#: 10100000.xhp
+#, fuzzy
+msgctxt ""
+"10100000.xhp\n"
+"hd_id3152895\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/10100000.xhp\" name=\"Close Window\">Close Window</link>"
+msgstr "<link href=\"text/shared/01/01050000.xhp\" name=\"Close\">Zatvori</link>"
+
+#: 10100000.xhp
+#, fuzzy
+msgctxt ""
+"10100000.xhp\n"
+"par_id3155934\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:CloseWin\">Closes the current window.</ahelp> Choose <emph>Window - Close Window</emph>, or press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F4. In the page preview of $[officename] Writer and Calc, you can close the current window by clicking the <emph>Close Preview</emph> button."
+msgstr "Da biste otvorili više od jednog dokumenta u isto vrijeme, svaki u zasebnom prozoru, držite <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> dok klikate na datoteke, a zatim <emph>Otvori</emph>."
+
+#: 10100000.xhp
+msgctxt ""
+"10100000.xhp\n"
+"par_id3147143\n"
+"5\n"
+"help.text"
+msgid "If additional views of the current document were opened by <emph>Window - New Window</emph>, this command will close only the current view."
+msgstr ""
+
+#: 10100000.xhp
+msgctxt ""
+"10100000.xhp\n"
+"par_id3153910\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01050000.xhp\" name=\"Close the current document\">Close the current document</link>"
+msgstr ""
+
+#: flowcharts.xhp
+msgctxt ""
+"flowcharts.xhp\n"
+"tit\n"
+"help.text"
+msgid "Flowchart"
+msgstr "Blok dijagram"
+
+#: flowcharts.xhp
+msgctxt ""
+"flowcharts.xhp\n"
+"par_idN10557\n"
+"help.text"
+msgid "<link href=\"text/shared/02/flowcharts.xhp\">Flowchart</link>"
+msgstr ""
+
+#: flowcharts.xhp
+msgctxt ""
+"flowcharts.xhp\n"
+"par_idN10567\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Flowchart toolbar from which you can insert graphics into your document.</ahelp>"
+msgstr ""
+
+#: flowcharts.xhp
+msgctxt ""
+"flowcharts.xhp\n"
+"par_idN10597\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click an icon from the Flowchart toolbar, then drag in the document to draw the shape.</ahelp>"
+msgstr ""
+
+#: 03130000.xhp
+msgctxt ""
+"03130000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Borders"
+msgstr "Rubovi"
+
+#: 03130000.xhp
+#, fuzzy
+msgctxt ""
+"03130000.xhp\n"
+"hd_id3143284\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/03130000.xhp\" name=\"Borders\">Borders</link>"
+msgstr "<link href=\"text/shared/02/24050000.xhp\" name=\"Blue\">Plava</link>"
+
+#: 03130000.xhp
+msgctxt ""
+"03130000.xhp\n"
+"par_id3153255\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:SetBorderStyle\">Click the <emph>Borders</emph> icon to open the <emph>Borders</emph> toolbar, where you can modify the border of a sheet area or an object.</ahelp>"
+msgstr ""
+
+#: 03130000.xhp
+msgctxt ""
+"03130000.xhp\n"
+"par_id3147261\n"
+"3\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\"></caseinline><defaultinline>This object can be the border of a text frame, a graphic or a table. The icon will only be visible if a graphic, table, object or frame has been selected.</defaultinline></switchinline>"
+msgstr ""
+
+#: 03130000.xhp
+msgctxt ""
+"03130000.xhp\n"
+"par_id3147226\n"
+"6\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To apply a particular type of border to a single cell, position the cursor in the cell, open the <emph>Border</emph> toolbar and select a border. </caseinline><defaultinline>Whenever you insert graphics or tables, they already have a complete border. To remove that border, select the graphic object or the entire table and click the \"no border\" icon on the <emph>Border</emph> toolbar.</defaultinline></switchinline>"
+msgstr ""
+
+#: 03130000.xhp
+#, fuzzy
+msgctxt ""
+"03130000.xhp\n"
+"par_id3147576\n"
+"help.text"
+msgid "<image id=\"img_id3149095\" src=\"cmd/sc_setborderstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149095\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+
+#: 03130000.xhp
+msgctxt ""
+"03130000.xhp\n"
+"par_id3152780\n"
+"4\n"
+"help.text"
+msgid "Borders"
+msgstr "Rubovi"
+
+#: 03130000.xhp
+msgctxt ""
+"03130000.xhp\n"
+"par_id3148990\n"
+"5\n"
+"help.text"
+msgid "Further information can be found in the Help in <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\"><emph>Borders</emph></link>. You can also find information on how to <link href=\"text/shared/guide/border_table.xhp\" name=\"format a text table\">format a text table</link> with the <emph>Borders</emph> icon."
+msgstr ""
+
+#: 12130000.xhp
+msgctxt ""
+"12130000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Data source as table"
+msgstr "Izvor podataka kao tabela"
+
+#: 12130000.xhp
+msgctxt ""
+"12130000.xhp\n"
+"bm_id3152895\n"
+"help.text"
+msgid "<bookmark_value>data sources; as tables</bookmark_value>"
+msgstr ""
+
+#: 12130000.xhp
+msgctxt ""
+"12130000.xhp\n"
+"hd_id3152895\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/12130000.xhp\" name=\"Data source as table\">Data source as table</link>"
+msgstr ""
+
+#: 12130000.xhp
+msgctxt ""
+"12130000.xhp\n"
+"par_id3163829\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ViewFormAsGrid\">Activates an additional table view when in the form view.</ahelp> When the<emph> Data source as table</emph> function is activated, you see the table in an area above the form."
+msgstr "<ahelp hid=\".uno:ViewFormAsGrid\">Aktivira dodatna pregled tabele u formi pogleda .</ahelp> When the <emph>Data source as table</emph> funkcija aktivirana,vidite tabelu u podrucju iznad forme."
+
+#: 12130000.xhp
+#, fuzzy
+msgctxt ""
+"12130000.xhp\n"
+"par_id3093440\n"
+"help.text"
+msgid "<image id=\"img_id3156414\" src=\"cmd/sc_viewformasgrid.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156414\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+
+#: 12130000.xhp
+msgctxt ""
+"12130000.xhp\n"
+"par_id3152801\n"
+"3\n"
+"help.text"
+msgid "Data source as table"
+msgstr "Izvor podataka kao tabela"
+
+#: 12130000.xhp
+msgctxt ""
+"12130000.xhp\n"
+"par_id3147576\n"
+"4\n"
+"help.text"
+msgid "The table view and form view reflect the same data. Changes made in the table are also visible in the form, and changes to the form are visible in the table."
+msgstr "Pregled tabele i forma pregleda refletuju iste podatke.Promjene napravljene u tabeli takodje vidljive u formi,i promjene forme su vidljive u tabeli ."
+
+#: 12130000.xhp
+msgctxt ""
+"12130000.xhp\n"
+"par_id3153748\n"
+"5\n"
+"help.text"
+msgid "If there are several logical forms in a document, the table is only able to show one at a time."
+msgstr "Ako ima nekolliko logickih formi u dokumentu,tabela je u mogucnosti da prikaze samo jednu."
+
+#: 24070000.xhp
+msgctxt ""
+"24070000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Contrast"
+msgstr ""
+
+#: 24070000.xhp
+#, fuzzy
+msgctxt ""
+"24070000.xhp\n"
+"hd_id3154926\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/24070000.xhp\" name=\"Contrast\">Contrast</link>"
+msgstr "<link href=\"text/shared/02/14060000.xhp\" name=\"Alias\">Nadimak (alias)</link>"
+
+#: 24070000.xhp
+msgctxt ""
+"24070000.xhp\n"
+"par_id3149495\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GrafContrast\" visibility=\"visible\">Specifies the contrast for viewing the selected graphic image.</ahelp> Values from -100% (no contrast at all) to +100% (full contrast) are possible."
+msgstr ""
+
+#: 24070000.xhp
+msgctxt ""
+"24070000.xhp\n"
+"par_id3156027\n"
+"help.text"
+msgid "<image src=\"res/sc10864.png\" id=\"img_id3154398\"><alt id=\"alt_id3154398\">Icon</alt></image>"
+msgstr ""
+
+#: 24070000.xhp
+msgctxt ""
+"24070000.xhp\n"
+"par_id3157991\n"
+"3\n"
+"help.text"
+msgid "Contrast"
+msgstr ""
+
+#: 03200000.xhp
+msgctxt ""
+"03200000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Change Anchor"
+msgstr ""
+
+#: 03200000.xhp
+msgctxt ""
+"03200000.xhp\n"
+"bm_id3153323\n"
+"help.text"
+msgid "<bookmark_value>anchors; changing</bookmark_value>"
+msgstr ""
+
+#: 03200000.xhp
+#, fuzzy
+msgctxt ""
+"03200000.xhp\n"
+"hd_id3153323\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Change Anchor</link>"
+msgstr "<link href=\"text/shared/02/14060000.xhp\" name=\"Alias\">Nadimak (alias)</link>"
+
+#: 03200000.xhp
+msgctxt ""
+"03200000.xhp\n"
+"par_id3150499\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The<emph> Change Anchor </emph>icon is only visible when an object such as a graphic or control field<switchinline select=\"appl\"><caseinline select=\"WRITER\"> or frame</caseinline></switchinline> is selected."
+msgstr ""
+
+#: 03200000.xhp
+msgctxt ""
+"03200000.xhp\n"
+"par_id3155555\n"
+"3\n"
+"help.text"
+msgid "Further information about the anchoring is contained in the <link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\"><emph>Anchoring</emph></link> Help section."
+msgstr ""
+
+#: 12040000.xhp
+msgctxt ""
+"12040000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Remove Filter/Sorting"
+msgstr ""
+
+#: 12040000.xhp
+msgctxt ""
+"12040000.xhp\n"
+"hd_id3155069\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/12040000.xhp\" name=\"Remove Filter/Sorting\">Remove Filter/Sorting</link>"
+msgstr ""
+
+#: 12040000.xhp
+msgctxt ""
+"12040000.xhp\n"
+"par_id3154094\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:RemoveFilterSort\" visibility=\"visible\">Cancels the filter settings and displays all of the records in the current table.</ahelp>"
+msgstr ""
+
+#: 12040000.xhp
+msgctxt ""
+"12040000.xhp\n"
+"par_id3146130\n"
+"help.text"
+msgid "<image src=\"cmd/sc_removefilter.png\" id=\"img_id3151315\"><alt id=\"alt_id3151315\">Icon</alt></image>"
+msgstr ""
+
+#: 12040000.xhp
+msgctxt ""
+"12040000.xhp\n"
+"par_id3153750\n"
+"3\n"
+"help.text"
+msgid "Remove Filter/Sorting"
+msgstr ""
+
+#: 01171400.xhp
+msgctxt ""
+"01171400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Helplines While Moving"
+msgstr ""
+
+#: 01171400.xhp
+msgctxt ""
+"01171400.xhp\n"
+"hd_id3155599\n"
+"1\n"
+"help.text"
+msgid "Helplines While Moving"
+msgstr ""
+
+#: 01171400.xhp
+#, fuzzy
+msgctxt ""
+"01171400.xhp\n"
+"par_id3149549\n"
+"help.text"
+msgid "<image id=\"img_id3149760\" src=\"cmd/sc_helplinesmove.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3149760\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147618\" src=\"cmd/sc_line.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147618\">Icon</alt></image>"
+
+#: 01171400.xhp
+msgctxt ""
+"01171400.xhp\n"
+"par_id3153049\n"
+"4\n"
+"help.text"
+msgid "Helplines While Moving"
+msgstr ""
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Increase Indent"
+msgstr "Povećaj uvlačenje"
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"bm_id3148520\n"
+"help.text"
+msgid "<bookmark_value>paragraphs; increasing indents of</bookmark_value>"
+msgstr ""
+
+#: 02140000.xhp
+#, fuzzy
+msgctxt ""
+"02140000.xhp\n"
+"hd_id3148520\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/02140000.xhp\" name=\"Increase Indent\">Increase Indent</link>"
+msgstr "<link href=\"text/shared/02/20100000.xhp\" name=\"Date\">Datum</link>"
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3151330\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click the Increase Indent icon to increase the left indent of the current paragraph or cell content and set it to the next default tab position.</ahelp>"
+msgstr ""
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3149798\n"
+"17\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">If several paragraphs are selected, the indentation of all selected paragraphs is increased.</caseinline><caseinline select=\"CALC\">The cell content refers to the current value under <link href=\"text/shared/01/05340300.xhp\" name=\"Format - Cell - Alignment\"><emph>Format - Cell - Alignment</emph></link>.</caseinline></switchinline>"
+msgstr ""
+
+#: 02140000.xhp
+#, fuzzy
+msgctxt ""
+"02140000.xhp\n"
+"par_id3147576\n"
+"help.text"
+msgid "<image id=\"img_id3149388\" src=\"cmd/sc_incrementindent.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3149388\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149379\" src=\"cmd/sc_bezier_unfilled.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149379\">Icon</alt></image>"
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3166460\n"
+"4\n"
+"help.text"
+msgid "Increase Indent"
+msgstr "Povećaj uvlačenje"
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3152996\n"
+"5\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Click the <emph>Increase Indent</emph> icon while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key to move the indenting of the selected paragraph by the default tab distance set under <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - General\"><emph>%PRODUCTNAME Writer - General</emph></link> in the Options dialog box.</caseinline></switchinline>"
+msgstr ""
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3157910\n"
+"6\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Example:</caseinline></switchinline>"
+msgstr ""
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3153698\n"
+"7\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">The indents of two paragraphs are moved with the <emph>Increase Indent</emph> function to a standard tab distance of 2 cm:</caseinline></switchinline>"
+msgstr ""
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3154047\n"
+"8\n"
+"help.text"
+msgid "Original indent"
+msgstr ""
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3148492\n"
+"9\n"
+"help.text"
+msgid "Indent increased"
+msgstr ""
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3153126\n"
+"10\n"
+"help.text"
+msgid "Indent increased by the amount with the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command key</caseinline><defaultinline>Ctrl key</defaultinline></switchinline>"
+msgstr ""
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3155922\n"
+"11\n"
+"help.text"
+msgid "0.25 cm"
+msgstr ""
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3147265\n"
+"12\n"
+"help.text"
+msgid "2 cm"
+msgstr ""
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3149669\n"
+"13\n"
+"help.text"
+msgid "2.25 cm"
+msgstr ""
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3161657\n"
+"14\n"
+"help.text"
+msgid "0.5 cm"
+msgstr ""
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3150791\n"
+"15\n"
+"help.text"
+msgid "2 cm"
+msgstr ""
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3154138\n"
+"16\n"
+"help.text"
+msgid "2.5 cm"
+msgstr ""
+
+#: 01230000.xhp
+msgctxt ""
+"01230000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Styles and Formatting"
+msgstr ""
+
+#: 01230000.xhp
+msgctxt ""
+"01230000.xhp\n"
+"hd_id3154228\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01230000.xhp\" name=\"Styles and Formatting\">Styles and Formatting</link>"
+msgstr ""
+
+#: 01230000.xhp
+msgctxt ""
+"01230000.xhp\n"
+"par_id3144436\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DesignerDialog\">Specifies whether to show or hide the Styles and Formatting window, which is where you can assign and organize Styles.</ahelp>"
+msgstr ""
+
+#: 01230000.xhp
+msgctxt ""
+"01230000.xhp\n"
+"par_id3153894\n"
+"4\n"
+"help.text"
+msgid "Each $[officename] application has its own Styles and Formatting window. Hence there are separate windows for <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05140000.xhp\" name=\"text documents\">text documents</link></caseinline><defaultinline>text documents</defaultinline></switchinline>, for <switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/05100000.xhp\" name=\"spreadsheets\">spreadsheets</link></caseinline><defaultinline>spreadsheets</defaultinline></switchinline> and for <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">presentations/drawing documents</link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">presentations/drawing documents</link></caseinline><defaultinline>presentations/drawing documents</defaultinline></switchinline>."
+msgstr ""
+
+#: 01230000.xhp
+#, fuzzy
+msgctxt ""
+"01230000.xhp\n"
+"par_id3143267\n"
+"help.text"
+msgid "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149999\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+
+#: 01230000.xhp
+msgctxt ""
+"01230000.xhp\n"
+"par_id3154750\n"
+"3\n"
+"help.text"
+msgid "Styles and Formatting"
+msgstr ""
+
+#: 01170903.xhp
+msgctxt ""
+"01170903.xhp\n"
+"tit\n"
+"help.text"
+msgid "List Box Wizard: Field Link"
+msgstr ""
+
+#: 01170903.xhp
+msgctxt ""
+"01170903.xhp\n"
+"hd_id3149119\n"
+"20\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170903.xhp\" name=\"List Box Wizard: Field Link\">List Box Wizard: Field Link</link>"
+msgstr ""
+
+#: 01170903.xhp
+msgctxt ""
+"01170903.xhp\n"
+"par_id3159224\n"
+"15\n"
+"help.text"
+msgid "Indicates through which fields tables of values and list tables are linked."
+msgstr ""
+
+#: 01170903.xhp
+msgctxt ""
+"01170903.xhp\n"
+"par_id3150499\n"
+"27\n"
+"help.text"
+msgid "The value table is the table of the current form where the list field is inserted. The list table is the table whose data is to be shown in the list field. Both tables must be linked over a mutual data field. These links are to be entered on this page of the wizard. The field names must not necessarily be the same (this depends upon how the field names are defined in both tables), but both fields must have the same field type."
+msgstr ""
+
+#: 01170903.xhp
+msgctxt ""
+"01170903.xhp\n"
+"hd_id3149180\n"
+"16\n"
+"help.text"
+msgid "Value table field"
+msgstr ""
+
+#: 01170903.xhp
+msgctxt ""
+"01170903.xhp\n"
+"par_id3150789\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"DBP_COMBOBOX_RID_PAGE_LCW_FIELDLINK_CMB_VALUELISTFIELD\">Specifies the current form data field which should be related to a field in the linked table.</ahelp> In addition, click the desired data field in the list field below."
+msgstr ""
+
+#: 01170903.xhp
+msgctxt ""
+"01170903.xhp\n"
+"par_id3145669\n"
+"25\n"
+"help.text"
+msgid "In <link href=\"text/shared/02/01170102.xhp\" name=\"Control - Properties\">Control - Properties</link>, the specified field will appear as an entry in the <emph>Data</emph> tab page under <emph>Data field</emph>."
+msgstr ""
+
+#: 01170903.xhp
+msgctxt ""
+"01170903.xhp\n"
+"hd_id3149827\n"
+"18\n"
+"help.text"
+msgid "List table field"
+msgstr ""
+
+#: 01170903.xhp
+msgctxt ""
+"01170903.xhp\n"
+"par_id3155391\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"DBP_COMBOBOX_RID_PAGE_LCW_FIELDLINK_CMB_TABLEFIELD\">Specifies the linked table data field, which is related to the specified value table field.</ahelp> In addition, click the data field in the lower list field."
+msgstr ""
+
+#: 01170903.xhp
+msgctxt ""
+"01170903.xhp\n"
+"par_id3154823\n"
+"26\n"
+"help.text"
+msgid "In <link href=\"text/shared/02/01170102.xhp\" name=\"Control - Properties\">Control - Properties</link>, the specified field will appear in the <emph>Data</emph> tab page of a SQL statement under <emph>List Contents</emph>."
+msgstr ""
+
+#: 03150000.xhp
+msgctxt ""
+"03150000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Border Color"
+msgstr ""
+
+#: 03150000.xhp
+#, fuzzy
+msgctxt ""
+"03150000.xhp\n"
+"hd_id3154873\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/03150000.xhp\" name=\"Border Color\">Border Color</link>"
+msgstr "<link href=\"text/shared/02/24050000.xhp\" name=\"Blue\">Plava</link>"
+
+#: 03150000.xhp
+msgctxt ""
+"03150000.xhp\n"
+"par_id3163829\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:FrameLineColor\">Click the <emph>Line Color (of the border)</emph> icon to open the <emph>Border Color</emph> toolbar, which enables you to change the border color of an object.</ahelp>"
+msgstr ""
+
+#: 03150000.xhp
+#, fuzzy
+msgctxt ""
+"03150000.xhp\n"
+"par_id3153750\n"
+"help.text"
+msgid "<image id=\"img_id3147291\" src=\"cmd/sc_framelinecolor.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147291\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+
+#: 03150000.xhp
+msgctxt ""
+"03150000.xhp\n"
+"par_id3156427\n"
+"3\n"
+"help.text"
+msgid "Line Color (of the border)"
+msgstr ""
+
+#: 03150000.xhp
+msgctxt ""
+"03150000.xhp\n"
+"par_id3154317\n"
+"4\n"
+"help.text"
+msgid "For more information, see the <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\">Borders</link> section in the Help."
+msgstr ""
+
+#: 04210000.xhp
+msgctxt ""
+"04210000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Optimize"
+msgstr ""
+
+#: 04210000.xhp
+#, fuzzy
+msgctxt ""
+"04210000.xhp\n"
+"hd_id3151185\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/04210000.xhp\" name=\"Optimize\">Optimize</link>"
+msgstr "<link href=\"text/shared/02/20090000.xhp\" name=\"Time\">Vrijeme</link>"
+
+#: 04210000.xhp
+msgctxt ""
+"04210000.xhp\n"
+"par_id3145412\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:OptimizeTable\">Opens a toolbar that contains functions for optimizing the rows and columns in a table.</ahelp>"
+msgstr ""
+
+#: 04210000.xhp
+#, fuzzy
+msgctxt ""
+"04210000.xhp\n"
+"par_id3155899\n"
+"help.text"
+msgid "<image id=\"img_id3149684\" src=\"cmd/sc_optimizetable.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3149684\">Icon</alt></image>"
+msgstr "<image id=\"img_id3159186\" src=\"cmd/sc_pie.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159186\">Icon</alt></image>"
+
+#: 04210000.xhp
+msgctxt ""
+"04210000.xhp\n"
+"par_id3143270\n"
+"4\n"
+"help.text"
+msgid "Optimize"
+msgstr ""
+
+#: 04210000.xhp
+msgctxt ""
+"04210000.xhp\n"
+"par_id3149485\n"
+"5\n"
+"help.text"
+msgid "You can select from the following functions:"
+msgstr ""
+
+#: 04210000.xhp
+msgctxt ""
+"04210000.xhp\n"
+"hd_id3153631\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/05110200.xhp\" name=\"Optimal Height\">Optimal Height</link>"
+msgstr ""
+
+#: 04210000.xhp
+msgctxt ""
+"04210000.xhp\n"
+"hd_id3145772\n"
+"7\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/05120200.xhp\" name=\"Optimal Column Width\">Optimal Column Width</link>"
+msgstr ""
+
+#: 12100100.xhp
+msgctxt ""
+"12100100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sort Order"
+msgstr "Sortiranje"
+
+#: 12100100.xhp
+msgctxt ""
+"12100100.xhp\n"
+"bm_id3147000\n"
+"help.text"
+msgid "<bookmark_value>sorting; databases</bookmark_value><bookmark_value>databases; sorting</bookmark_value>"
+msgstr ""
+
+#: 12100100.xhp
+msgctxt ""
+"12100100.xhp\n"
+"hd_id3147000\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"sortierung\"><link href=\"text/shared/02/12100100.xhp\" name=\"Sort Order\">Sort Order</link></variable>"
+msgstr ""
+
+#: 12100100.xhp
+msgctxt ""
+"12100100.xhp\n"
+"par_id3163829\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"sortierentext\"><ahelp hid=\".uno:OrderCrit\">Specifies the sort criteria for the data display.</ahelp></variable>"
+msgstr ""
+
+#: 12100100.xhp
+msgctxt ""
+"12100100.xhp\n"
+"par_id3149549\n"
+"12\n"
+"help.text"
+msgid "While the functions <link href=\"text/shared/02/12010000.xhp\" name=\"Sort in Ascending Order\"><emph>Sort in Ascending Order</emph></link> and <link href=\"text/shared/02/12020000.xhp\" name=\"Sort in Descending Order\"><emph>Sort in Descending Order</emph></link> sort by one criterion only, you can combine several criteria in the<emph> Sort Order </emph>dialog."
+msgstr ""
+
+#: 12100100.xhp
+#, fuzzy
+msgctxt ""
+"12100100.xhp\n"
+"par_id3145136\n"
+"13\n"
+"help.text"
+msgid "You can remove a sorting that has been performed with the <link href=\"text/shared/02/12040000.xhp\" name=\"Remove Filter/Sorting\"><emph>Remove Filter/Sorting</emph></link> icon."
+msgstr "Za uklanjanje trenutnog filtera, kliknite <link href=\"text/shared/02/12040000.xhp\" name=\"Remove Filter/Sorting\"><emph>Remove Filter/Sorting</emph></link> icon."
+
+#: 12100100.xhp
+msgctxt ""
+"12100100.xhp\n"
+"hd_id3148548\n"
+"4\n"
+"help.text"
+msgid "Sorting"
+msgstr "Sortiranje"
+
+#: 12100100.xhp
+msgctxt ""
+"12100100.xhp\n"
+"par_id3155941\n"
+"5\n"
+"help.text"
+msgid "Use this area to enter sorting criteria. If you enter additional sorting criteria under <emph>and then</emph>, the data matching the content of the higher-order criterion is ordered according to the next criterion."
+msgstr ""
+
+#: 12100100.xhp
+msgctxt ""
+"12100100.xhp\n"
+"par_id3148620\n"
+"14\n"
+"help.text"
+msgid "If you sort the field name \"First name\" in ascending order and the field name \"last name\" in descending order, all records will be sorted in ascending order by first name, and then within the first names, in descending order by last name."
+msgstr ""
+
+#: 12100100.xhp
+msgctxt ""
+"12100100.xhp\n"
+"hd_id3145345\n"
+"6\n"
+"help.text"
+msgid "Field name"
+msgstr "Ime polja"
+
+#: 12100100.xhp
+msgctxt ""
+"12100100.xhp\n"
+"par_id3159233\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\".uno:OrderCrit\">Specifies the data field name whose content will determine the sort order.</ahelp>"
+msgstr ""
+
+#: 12100100.xhp
+msgctxt ""
+"12100100.xhp\n"
+"hd_id3150774\n"
+"8\n"
+"help.text"
+msgid "Order"
+msgstr "Poredak"
+
+#: 12100100.xhp
+msgctxt ""
+"12100100.xhp\n"
+"par_id3149177\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\".uno:OrderCrit\">Specifies the sort order (either ascending or descending).</ahelp>"
+msgstr ""
+
+#: 12100100.xhp
+msgctxt ""
+"12100100.xhp\n"
+"hd_id3147275\n"
+"10\n"
+"help.text"
+msgid "and then"
+msgstr "Onda"
+
+#: 12100100.xhp
+msgctxt ""
+"12100100.xhp\n"
+"par_id3166460\n"
+"11\n"
+"help.text"
+msgid "Specifies additional subordinate sort criteria from the other fields."
+msgstr ""
+
+#: 12020000.xhp
+msgctxt ""
+"12020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sort Descending"
+msgstr ""
+
+#: 12020000.xhp
+#, fuzzy
+msgctxt ""
+"12020000.xhp\n"
+"hd_id3154689\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/12020000.xhp\" name=\"Sort Descending\">Sort Descending</link>"
+msgstr "<link href=\"text/shared/02/24050000.xhp\" name=\"Blue\">Plava</link>"
+
+#: 12020000.xhp
+msgctxt ""
+"12020000.xhp\n"
+"par_id3149987\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:SortDown\" visibility=\"hidden\">Sorts the data of the selected field in descending order.</ahelp> Text fields are sorted alphabetically, number fields are sorted by number."
+msgstr ""
+
+#: 12020000.xhp
+#, fuzzy
+msgctxt ""
+"12020000.xhp\n"
+"par_id3149496\n"
+"help.text"
+msgid "<image id=\"img_id3153255\" src=\"cmd/sc_sortdescending.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3153255\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153951\" src=\"cmd/sc_ellipse.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153951\">Icon</alt></image>"
+
+#: 12020000.xhp
+msgctxt ""
+"12020000.xhp\n"
+"par_id3144436\n"
+"3\n"
+"help.text"
+msgid "Sort Descending"
+msgstr ""
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Highlighting"
+msgstr ""
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"hd_id3109850\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/02160000.xhp\" name=\"Highlighting\">Highlighting</link>"
+msgstr ""
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_id3154927\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"zeichenhintergrundtext\"><ahelp hid=\".uno:BackColor\">Applies the current highlight color to the background of a text selection. If no text is selected, click the <emph>Highlighting</emph> icon, select the text that you want to highlight, and then click the <emph>Highlighting</emph> icon again. To change the highlight color, click the arrow next to the <emph>Highlighting</emph> icon, and then click the color that you want.</ahelp></variable>"
+msgstr ""
+
+#: 02160000.xhp
+#, fuzzy
+msgctxt ""
+"02160000.xhp\n"
+"par_id3152551\n"
+"help.text"
+msgid "<image id=\"img_id3149177\" src=\"cmd/sc_backcolor.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149177\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148817\" src=\"cmd/sc_combobox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148817\">{ENTER ALTERNATE DESCRIPTION HERE}</alt></image>"
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_id3147210\n"
+"6\n"
+"help.text"
+msgid "Highlighting"
+msgstr ""
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_id3166460\n"
+"7\n"
+"help.text"
+msgid "To Apply Highlighting"
+msgstr ""
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_idN1072B\n"
+"help.text"
+msgid "On the <emph>Formatting</emph> bar, click the <emph>Highlighting</emph> icon."
+msgstr ""
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_idN10736\n"
+"help.text"
+msgid "To change the highlighting color, click the arrow next to the <emph>Highlighting</emph> icon, and then click the color that you want."
+msgstr ""
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_idN1073E\n"
+"help.text"
+msgid "Select the text that you want to highlight."
+msgstr ""
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_idN10743\n"
+"help.text"
+msgid "To apply highlighting to a single word, double-click the word."
+msgstr ""
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_idN10757\n"
+"help.text"
+msgid "To turn off highlighting, press Esc."
+msgstr ""
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_idN1075A\n"
+"help.text"
+msgid "To Remove Highlighting"
+msgstr ""
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_idN10760\n"
+"help.text"
+msgid "Select the highlighted text."
+msgstr ""
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_id3149784\n"
+"5\n"
+"help.text"
+msgid "On the <emph>Formatting</emph> bar, click the arrow next to the <emph>Highlighting</emph> icon, and then click <emph>No Fill</emph>."
+msgstr ""
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"tit\n"
+"help.text"
+msgid "General"
+msgstr "Općenito"
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"bm_id3152551\n"
+"help.text"
+msgid "<bookmark_value>submitting forms</bookmark_value><bookmark_value>get method for form transmissions</bookmark_value><bookmark_value>post method for form transmissions</bookmark_value>"
+msgstr ""
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"hd_id3151100\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170201.xhp\" name=\"General\">General</link>"
+msgstr "<link href=\"text/shared/02/01170201.xhp\" name=\"General\">Općenito</link>"
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3153539\n"
+"23\n"
+"help.text"
+msgid "A form is a text document or spreadsheet with different form controls. If you create a form for a Web page, the user can enter data into it to send over the Internet. The data from the form controls of a form is transmitted to a server by specifying a URL and can be processed on the server."
+msgstr ""
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"hd_id3149283\n"
+"20\n"
+"help.text"
+msgid "Name"
+msgstr "Ime"
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3150789\n"
+"24\n"
+"help.text"
+msgid "Specifies a name for the form. This name is used to identify the form in the <link href=\"text/shared/02/01170600.xhp\" name=\"Form Navigator\">Form Navigator</link>."
+msgstr ""
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"hd_id3152425\n"
+"33\n"
+"help.text"
+msgid "URL"
+msgstr ""
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3147226\n"
+"34\n"
+"help.text"
+msgid "Specifies the URL to which the data of the completed form is to be transmitted."
+msgstr ""
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"hd_id3154751\n"
+"31\n"
+"help.text"
+msgid "Frame"
+msgstr "Okvir"
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3154823\n"
+"32\n"
+"help.text"
+msgid "Defines the target frame in which the loaded URL is to appear."
+msgstr ""
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"hd_id3152551\n"
+"27\n"
+"help.text"
+msgid "Type of submission"
+msgstr "Vrsta podneska"
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3155338\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_SUBMIT_METHOD\">Specifies the method to transfer the completed form information.</ahelp>"
+msgstr ""
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3145065\n"
+"29\n"
+"help.text"
+msgid "Using the \"Get\" method, the data of every control is transmitted as an environment variable. They are appended to the URL in the form \"?Control1=Content1&Control2=Content2&...\"; the character string is analyzed by a program on the recipient's server."
+msgstr ""
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3150443\n"
+"30\n"
+"help.text"
+msgid "Using the \"Post\" method, a document is created from the content of the form that is sent to the specified URL."
+msgstr ""
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"hd_id3147275\n"
+"26\n"
+"help.text"
+msgid "Submission encoding"
+msgstr ""
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3159147\n"
+"35\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_SUBMIT_ENCODING\">Specifies the type for encoding the data transfer.</ahelp>"
+msgstr ""
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"hd_id3155419\n"
+"36\n"
+"help.text"
+msgid "Data transfer of control information"
+msgstr ""
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3153717\n"
+"37\n"
+"help.text"
+msgid "When sending a form, all controls available in $[officename] are taken into consideration. The name of the control and the corresponding value, if available, are transmitted."
+msgstr ""
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3153252\n"
+"50\n"
+"help.text"
+msgid "Which values are transmitted in each case depends on the respective control. For text fields, the visible entries are transmitted; for list boxes, the selected entries are transmitted; for check boxes and option fields, the associated reference values are transmitted if these fields were activated."
+msgstr ""
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3150984\n"
+"51\n"
+"help.text"
+msgid "How this information is transmitted depends on the selected transfer method (Get or Post) and the coding (URL or Multipart). If the Get method and URL encoding are selected, for example, value pairs in the form <Name>=<Value> are sent."
+msgstr ""
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3157909\n"
+"52\n"
+"help.text"
+msgid "In addition to the controls that are recognized in HTML, $[officename] offers other controls. It should be noted that, for fields with a specific numerical format, the visible values are not transmitted but rather fixed default formats. The following table shows how the data of the $[officename]-specific controls is transmitted:"
+msgstr ""
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3153698\n"
+"38\n"
+"help.text"
+msgid "Control"
+msgstr "Kontrola"
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3153562\n"
+"39\n"
+"help.text"
+msgid "Value Pair"
+msgstr ""
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3153823\n"
+"40\n"
+"help.text"
+msgid "Numeric field, currency field"
+msgstr ""
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3149734\n"
+"41\n"
+"help.text"
+msgid "A decimal separator is always displayed as a period."
+msgstr ""
+
+#: 01170201.xhp
+#, fuzzy
+msgctxt ""
+"01170201.xhp\n"
+"par_id3148563\n"
+"42\n"
+"help.text"
+msgid "Date field"
+msgstr "Polje podatka"
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3146794\n"
+"43\n"
+"help.text"
+msgid "The date format is sent in a fixed format (MM-DD-YYYY), regardless of the user's local settings."
+msgstr ""
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3149670\n"
+"44\n"
+"help.text"
+msgid "Time field"
+msgstr ""
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3153779\n"
+"45\n"
+"help.text"
+msgid "The time format is sent in a fixed format (HH:MM:SS), regardless of the user's local settings."
+msgstr ""
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3153361\n"
+"46\n"
+"help.text"
+msgid "Pattern field"
+msgstr ""
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3145419\n"
+"47\n"
+"help.text"
+msgid "The values of pattern fields are sent as text fields, that is, the value visible in the form is sent."
+msgstr ""
+
+#: 01170201.xhp
+#, fuzzy
+msgctxt ""
+"01170201.xhp\n"
+"par_id3150767\n"
+"48\n"
+"help.text"
+msgid "Table control"
+msgstr "Kontrola tabele"
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3152933\n"
+"49\n"
+"help.text"
+msgid "From the table control, the individual columns are always transmitted. The name of the control, the name of the column, and the value of the column are sent. Using the Get method with URL encoding, the transmission is done in the form <Name of the table control>.<Name of the column>=<Value>, for example, with the value being dependent on the column."
+msgstr ""
+
+#: 09070300.xhp
+msgctxt ""
+"09070300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Document"
+msgstr "Dokument"
+
+#: 09070300.xhp
+#, fuzzy
+msgctxt ""
+"09070300.xhp\n"
+"hd_id3143284\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/09070300.xhp\" name=\"Document\">Document</link>"
+msgstr "<link href=\"text/shared/02/20100000.xhp\" name=\"Date\">Datum</link>"
+
+#: 09070300.xhp
+msgctxt ""
+"09070300.xhp\n"
+"par_id3154682\n"
+"2\n"
+"help.text"
+msgid "Hyperlinks to any document or targets in documents can be edited using the <emph>Document</emph> tab from the <link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialog\">Hyperlink dialog</link>."
+msgstr ""
+
+#: 09070300.xhp
+msgctxt ""
+"09070300.xhp\n"
+"hd_id3150808\n"
+"3\n"
+"help.text"
+msgid "Document"
+msgstr "Dokument"
+
+#: 09070300.xhp
+msgctxt ""
+"09070300.xhp\n"
+"hd_id3150710\n"
+"5\n"
+"help.text"
+msgid "Path"
+msgstr "Putanja"
+
+#: 09070300.xhp
+msgctxt ""
+"09070300.xhp\n"
+"par_id9462263\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter a URL for the file that you want to open when you click the hyperlink. If you do not specify a target frame, the file opens in the current document or frame.</ahelp>"
+msgstr ""
+
+#: 09070300.xhp
+msgctxt ""
+"09070300.xhp\n"
+"hd_id3145136\n"
+"6\n"
+"help.text"
+msgid "Open File"
+msgstr "Otvori datoteku"
+
+#: 09070300.xhp
+msgctxt ""
+"09070300.xhp\n"
+"par_id3149095\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_HYPERLINK_DOCUMENT:BTN_FILEOPEN\">Opens the <emph>Open dialog,</emph> where you can select a file.</ahelp>"
+msgstr ""
+
+#: 09070300.xhp
+#, fuzzy
+msgctxt ""
+"09070300.xhp\n"
+"hd_id3149828\n"
+"8\n"
+"help.text"
+msgid "Target in document"
+msgstr "Cilj u dokumentu"
+
+#: 09070300.xhp
+msgctxt ""
+"09070300.xhp\n"
+"hd_id3145071\n"
+"10\n"
+"help.text"
+msgid "Target"
+msgstr ""
+
+#: 09070300.xhp
+msgctxt ""
+"09070300.xhp\n"
+"par_id3146957\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:EDIT:RID_SVXPAGE_HYPERLINK_DOCUMENT:ED_TARGET_DOC\">Specifies a target for the hyperlink into the document specified under <emph>Path</emph>.</ahelp>"
+msgstr ""
+
+#: 09070300.xhp
+msgctxt ""
+"09070300.xhp\n"
+"hd_id3147242\n"
+"12\n"
+"help.text"
+msgid "Target in Document"
+msgstr "Cilj u dokumentu"
+
+#: 09070300.xhp
+msgctxt ""
+"09070300.xhp\n"
+"par_id3149811\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_HYPERLINK_DOCUMENT:BTN_BROWSE\">Opens the <emph>Target in Document</emph> dialog.</ahelp>"
+msgstr ""
+
+#: 09070300.xhp
+msgctxt ""
+"09070300.xhp\n"
+"hd_id3153320\n"
+"14\n"
+"help.text"
+msgid "URL"
+msgstr ""
+
+#: 09070300.xhp
+msgctxt ""
+"09070300.xhp\n"
+"par_id3153880\n"
+"15\n"
+"help.text"
+msgid "Specifies the URL, which results from the entries in <emph>Path</emph> and <emph>Destination</emph>."
+msgstr ""
+
+#: 12030000.xhp
+msgctxt ""
+"12030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "AutoFilter"
+msgstr ""
+
+#: 12030000.xhp
+#, fuzzy
+msgctxt ""
+"12030000.xhp\n"
+"hd_id3149495\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/12030000.xhp\" name=\"AutoFilter\">AutoFilter</link>"
+msgstr "<link href=\"text/shared/02/12090000.xhp\" name=\"Standard Filter\">Standardni filter</link>"
+
+#: 12030000.xhp
+msgctxt ""
+"12030000.xhp\n"
+"par_id3148983\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:AutoFilter\">Filters the records, based on the content of the currently selected data field.</ahelp>"
+msgstr ""
+
+#: 12030000.xhp
+#, fuzzy
+msgctxt ""
+"12030000.xhp\n"
+"par_id3151234\n"
+"help.text"
+msgid "<image id=\"img_id3147261\" src=\"cmd/sc_formfiltered.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147261\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+
+#: 12030000.xhp
+msgctxt ""
+"12030000.xhp\n"
+"par_id3147043\n"
+"3\n"
+"help.text"
+msgid "AutoFilter"
+msgstr ""
+
+#: 12030000.xhp
+msgctxt ""
+"12030000.xhp\n"
+"par_id3155355\n"
+"4\n"
+"help.text"
+msgid "Place the cursor in a field name whose content you want to filter and then click the <emph>AutoFilter</emph> icon. Only those records with content identical to the selected field name are visible."
+msgstr ""
+
+#: 12030000.xhp
+msgctxt ""
+"12030000.xhp\n"
+"par_id3159234\n"
+"5\n"
+"help.text"
+msgid "For example, to view all the customers from New York, click a field name with the entry \"New York\". AutoFilter then filters all customers from New York from the database."
+msgstr ""
+
+#: 12030000.xhp
+msgctxt ""
+"12030000.xhp\n"
+"par_id3153577\n"
+"6\n"
+"help.text"
+msgid "You can remove the current AutoFilter with the <link href=\"text/shared/02/12040000.xhp\" name=\"Remove Filter/Sorting\">Remove Filter/Sorting</link> icon or with <emph>Data - Filter - Remove Filter</emph>."
+msgstr ""
+
+#: 12030000.xhp
+msgctxt ""
+"12030000.xhp\n"
+"par_id3145345\n"
+"7\n"
+"help.text"
+msgid "To filter with several field names simultaneously, click the <emph>Default Filter </emph>icon. The <link href=\"text/shared/02/12090000.xhp\" name=\"Default Filter dialog\">Default Filter</link> dialog appears, in which you can combine several filter criteria."
+msgstr ""
+
+#: 10020000.xhp
+msgctxt ""
+"10020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Next Page"
+msgstr "Sljedeća strana"
+
+#: 10020000.xhp
+#, fuzzy
+msgctxt ""
+"10020000.xhp\n"
+"hd_id3156183\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/10020000.xhp\" name=\"Next Page\">Next Page</link>"
+msgstr "<link href=\"text/shared/02/20100000.xhp\" name=\"Date\">Datum</link>"
+
+#: 10020000.xhp
+msgctxt ""
+"10020000.xhp\n"
+"par_id3159224\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:NextPage\" visibility=\"visible\">Moves forward to the next page in the document.</ahelp> This function is only active when you select the <emph>Page Preview</emph> function on the <emph>File</emph> menu."
+msgstr ""
+
+#: 10020000.xhp
+msgctxt ""
+"10020000.xhp\n"
+"par_id3154186\n"
+"help.text"
+msgid "<image src=\"cmd/sc_pagedown.png\" id=\"img_id3149346\"><alt id=\"alt_id3149346\">Icon</alt></image>"
+msgstr ""
+
+#: 10020000.xhp
+msgctxt ""
+"10020000.xhp\n"
+"par_id3153682\n"
+"3\n"
+"help.text"
+msgid "Next Page"
+msgstr "Sljedeća strana"
+
+#: 03140000.xhp
+msgctxt ""
+"03140000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Line Style"
+msgstr ""
+
+#: 03140000.xhp
+#, fuzzy
+msgctxt ""
+"03140000.xhp\n"
+"hd_id3146936\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/03140000.xhp\" name=\"Line Style\">Line Style</link>"
+msgstr "<link href=\"text/shared/01/04140000.xhp\" name=\"From File\">Iz datoteke</link>"
+
+#: 03140000.xhp
+msgctxt ""
+"03140000.xhp\n"
+"par_id3155577\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:LineStyle\">Click this icon to open the <emph>Line Style</emph> toolbar, where you can modify the border line style.</ahelp>"
+msgstr ""
+
+#: 03140000.xhp
+msgctxt ""
+"03140000.xhp\n"
+"par_id3154926\n"
+"5\n"
+"help.text"
+msgid "This border can be the border of a frame, graphic or table. The <emph>Line Style</emph> icon will only be visible if a graphic, table, chart object or frame has been selected."
+msgstr ""
+
+#: 03140000.xhp
+#, fuzzy
+msgctxt ""
+"03140000.xhp\n"
+"par_id3153377\n"
+"help.text"
+msgid "<image id=\"img_id3147102\" src=\"cmd/sc_linestyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147102\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+
+#: 03140000.xhp
+msgctxt ""
+"03140000.xhp\n"
+"par_id3154398\n"
+"3\n"
+"help.text"
+msgid "Line Style"
+msgstr ""
+
+#: 03140000.xhp
+msgctxt ""
+"03140000.xhp\n"
+"par_id3153114\n"
+"4\n"
+"help.text"
+msgid "For more information, see the <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\">Borders</link> section of the Help."
+msgstr ""
+
+#: 07070200.xhp
+msgctxt ""
+"07070200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Save Record"
+msgstr "Snimi zapis"
+
+#: 07070200.xhp
+#, fuzzy
+msgctxt ""
+"07070200.xhp\n"
+"hd_id3147588\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/07070200.xhp\" name=\"Save Record\">Save Record</link>"
+msgstr "<link href=\"text/shared/02/14060000.xhp\" name=\"Alias\">Nadimak (alias)</link>"
+
+#: 07070200.xhp
+msgctxt ""
+"07070200.xhp\n"
+"bm_id3163829\n"
+"help.text"
+msgid "<bookmark_value>records; saving</bookmark_value>"
+msgstr ""
+
+#: 07070200.xhp
+msgctxt ""
+"07070200.xhp\n"
+"par_id3163829\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Saves the current database table record.</ahelp> The<emph> Save Record </emph>icon is found on the <link href=\"text/shared/main0212.xhp\" name=\"Database Bar\">Table Data bar</link>"
+msgstr ""
+
+#: 07070200.xhp
+msgctxt ""
+"07070200.xhp\n"
+"par_id3152372\n"
+"3\n"
+"help.text"
+msgid "Changes to the contents of a record are automatically saved as soon as you select another record. To save changes without selecting another record, click the <emph>Save Record</emph> icon."
+msgstr ""
+
+#: 09020000.xhp
+msgctxt ""
+"09020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Internet URLs"
+msgstr "Internet URL-ovi"
+
+#: 09020000.xhp
+#, fuzzy
+msgctxt ""
+"09020000.xhp\n"
+"hd_id3154094\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/09020000.xhp\" name=\"Internet URLs\">Internet URLs</link>"
+msgstr "<link href=\"text/shared/02/20100000.xhp\" name=\"Date\">Datum</link>"
+
+#: 09020000.xhp
+msgctxt ""
+"09020000.xhp\n"
+"par_id3154873\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OFA_HYPERLINK_URL\">Allows you to either type a URL, or insert a URL from a document using drag-and-drop.</ahelp>"
+msgstr ""
+
+#: 09020000.xhp
+msgctxt ""
+"09020000.xhp\n"
+"par_id3153894\n"
+"5\n"
+"help.text"
+msgid "You can edit the URL and insert it at the current cursor position in the active document with the <emph>Link</emph> icon. The <emph>Link</emph> icon can only be activated if the <emph>URL Name</emph> field contains text."
+msgstr ""
+
+#: 12120000.xhp
+msgctxt ""
+"12120000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Apply Filter"
+msgstr "Upotrijebi filter"
+
+#: 12120000.xhp
+#, fuzzy
+msgctxt ""
+"12120000.xhp\n"
+"hd_id3149748\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/12120000.xhp\" name=\"Apply Filter\">Apply Filter</link>"
+msgstr "<link href=\"text/shared/02/12090000.xhp\" name=\"Standard Filter\">Standardni filter</link>"
+
+#: 12120000.xhp
+msgctxt ""
+"12120000.xhp\n"
+"par_id3149495\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:FormFiltered\" visibility=\"visible\">Switches between the filtered and unfiltered view of the table.</ahelp>"
+msgstr "<ahelp hid=\".uno:FormFiltered\" visibility=\"visible\">prebacuje između filtriranog i nefiltriranog pregleda tabele.</ahelp>"
+
+#: 12120000.xhp
+msgctxt ""
+"12120000.xhp\n"
+"par_id3149999\n"
+"help.text"
+msgid "<image src=\"cmd/sc_formfiltered.png\" id=\"img_id3146130\"><alt id=\"alt_id3146130\">Icon</alt></image>"
+msgstr ""
+
+#: 12120000.xhp
+msgctxt ""
+"12120000.xhp\n"
+"par_id3145090\n"
+"3\n"
+"help.text"
+msgid "Apply Filter"
+msgstr "Upotrijebi filter"
+
+#: 12120000.xhp
+msgctxt ""
+"12120000.xhp\n"
+"par_id3147226\n"
+"4\n"
+"help.text"
+msgid "The<emph> Apply Filter </emph>function retains <link href=\"text/shared/02/12110000.xhp\" name=\"form-based filters\">form-based filters</link> that have been set. You do not need to redefine them."
+msgstr ""
+
+#: 12070200.xhp
+msgctxt ""
+"12070200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Fields"
+msgstr "Polja"
+
+#: 12070200.xhp
+msgctxt ""
+"12070200.xhp\n"
+"hd_id3149991\n"
+"1\n"
+"help.text"
+msgid "Fields"
+msgstr "Polja"
+
+#: 12070200.xhp
+msgctxt ""
+"12070200.xhp\n"
+"bm_id3149987\n"
+"help.text"
+msgid "<bookmark_value>database contents; inserting as fields</bookmark_value>"
+msgstr ""
+
+#: 12070200.xhp
+msgctxt ""
+"12070200.xhp\n"
+"par_id3149987\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SW_RADIOBUTTON_DLG_AP_INSERT_DB_SEL_RB_AS_FIELD\" visibility=\"hidden\">Inserts data selected from the data source browser into the document as fields.</ahelp> In the <emph>Insert Database Columns</emph> dialog, select the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\">Fields</link> to insert the selected data into the document as fields. These <link href=\"text/swriter/01/04090006.xhp\" name=\"database fields\">database fields</link> work as wildcards for the individual database columns and can be used for form letters. Click the <link href=\"text/shared/02/12080000.xhp\" name=\"Data to Fields\"><emph>Data to Fields</emph></link> icon to match the contents of the fields to the currently selected record."
+msgstr ""
+
+#: 12070200.xhp
+msgctxt ""
+"12070200.xhp\n"
+"par_id3153114\n"
+"9\n"
+"help.text"
+msgid "If several records are selected when you choose the <emph>Data to Text</emph> function, the mail merge fields will be inserted according to the number of records. Also, a field command such as \"Next record\" will be inserted automatically between individual field command blocks."
+msgstr ""
+
+#: 12070200.xhp
+msgctxt ""
+"12070200.xhp\n"
+"par_id3145090\n"
+"10\n"
+"help.text"
+msgid "The <emph>Insert Database Columns</emph> dialog lets you define which database fields to insert into the document and how to format the paragraphs."
+msgstr ""
+
+#: 12070200.xhp
+msgctxt ""
+"12070200.xhp\n"
+"hd_id3156136\n"
+"2\n"
+"help.text"
+msgid "Fields"
+msgstr "Polja"
+
+#: 12070200.xhp
+msgctxt ""
+"12070200.xhp\n"
+"par_id3147571\n"
+"11\n"
+"help.text"
+msgid "In the <emph>Fields</emph> area, use the arrow button to select the database table columns into which you want to insert field contents."
+msgstr ""
+
+#: 12070200.xhp
+msgctxt ""
+"12070200.xhp\n"
+"hd_id3153345\n"
+"3\n"
+"help.text"
+msgid "Database columns"
+msgstr ""
+
+#: 12070200.xhp
+msgctxt ""
+"12070200.xhp\n"
+"par_id3155535\n"
+"12\n"
+"help.text"
+msgid "Lists all columns of the database table, which can be accepted in the selection list box to insert them into the document. <ahelp hid=\"SW_LISTBOX_DLG_AP_INSERT_DB_SEL_LB_TXT_DB_COLUMN\" visibility=\"visible\">Select the database columns that you want to insert it in the document.</ahelp>"
+msgstr ""
+
+#: 12070200.xhp
+msgctxt ""
+"12070200.xhp\n"
+"hd_id3152551\n"
+"4\n"
+"help.text"
+msgid ">"
+msgstr ""
+
+#: 12070200.xhp
+msgctxt ""
+"12070200.xhp\n"
+"par_id3145345\n"
+"13\n"
+"help.text"
+msgid "<ahelp visibility=\"visible\" hid=\"SW_IMAGEBUTTON_DLG_AP_INSERT_DB_SEL_IB_DBCOL_TOEDIT\">Moves the fields that you selected in the <emph>Database columns</emph> list box into the selection field.</ahelp> You can also double-click the entry to select it."
+msgstr ""
+
+#: 12070200.xhp
+msgctxt ""
+"12070200.xhp\n"
+"hd_id3166411\n"
+"5\n"
+"help.text"
+msgid "Select"
+msgstr "Izaberi"
+
+#: 12070200.xhp
+msgctxt ""
+"12070200.xhp\n"
+"par_id3163802\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SW_MULTILINEEDIT_DLG_AP_INSERT_DB_SEL_ED_DB_TEXT\" visibility=\"visible\">Lists the database columns that you selected to be inserted into the document. You can also enter text here. This text will be also inserted into the document.</ahelp> The entries' order in the selection field corresponds to the data order in the document."
+msgstr ""
+
+#: 12070200.xhp
+msgctxt ""
+"12070200.xhp\n"
+"hd_id3153257\n"
+"7\n"
+"help.text"
+msgid "Paragraph Style"
+msgstr "Stil odlomka"
+
+#: 12070200.xhp
+msgctxt ""
+"12070200.xhp\n"
+"par_id3158430\n"
+"15\n"
+"help.text"
+msgid "By default, the inserted paragraphs are formatted with the current Paragraph Styles. This format corresponds to the \"none\" entry in the <emph>Paragraph Style</emph> list box. <ahelp hid=\"SW_LISTBOX_DLG_AP_INSERT_DB_SEL_LB_DB_PARA_COLL\" visibility=\"visible\">This is where you can select other Paragraph Styles to apply to the paragraph you want to insert into the document.</ahelp> The list box displays the available Paragraph Styles defined in <item type=\"productname\">%PRODUCTNAME</item> and managed in the <link href=\"text/swriter/01/05130000.xhp\" name=\"Style Catalog\">Style Catalog</link>."
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Show Draw Functions"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"bm_id3150476\n"
+"help.text"
+msgid "<bookmark_value>Drawing bar</bookmark_value> <bookmark_value>lines; draw functions</bookmark_value> <bookmark_value>polygon drawing</bookmark_value> <bookmark_value>freeform lines; draw functions</bookmark_value> <bookmark_value>text boxes; positioning</bookmark_value> <bookmark_value>headings; entering as text box</bookmark_value> <bookmark_value>text objects; draw functions</bookmark_value> <bookmark_value>ticker text</bookmark_value> <bookmark_value>text; animating</bookmark_value> <bookmark_value>vertical callouts</bookmark_value> <bookmark_value>vertical text boxes</bookmark_value> <bookmark_value>cube drawing</bookmark_value> <bookmark_value>triangle drawing</bookmark_value> <bookmark_value>ellipse drawing</bookmark_value> <bookmark_value>rectangle drawing</bookmark_value> <bookmark_value>shapes</bookmark_value>"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3152363\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01140000.xhp\" name=\"Show Draw Functions\">Show Draw Functions</link>"
+msgstr "<link href=\"text/shared/02/01140000.xhp\" name=\"Prikazi funkcije za crtanje\">Prikaži funkcije za crtanje</link>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3150789\n"
+"72\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InsertDraw\">Click to open or close the <emph>Drawing </emph>bar, where you can add shapes, lines, text, and callouts to the current document.</ahelp>"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_idN10849\n"
+"help.text"
+msgid "You can switch on and off the Drawing toolbar of Writer and Calc documents using an icon on the Standard toolbar."
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3154288\n"
+"help.text"
+msgid "<image id=\"img_id3153683\" src=\"cmd/sc_insertdraw.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3153683\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153683\" src=\"cmd/sc_insertdraw.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153683\">Icon</alt></image>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3153032\n"
+"10\n"
+"help.text"
+msgid "Show Draw Functions"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_idN1089D\n"
+"help.text"
+msgid "You can show and hide the <emph>Visible Buttons</emph>. Click the arrow at the end of the toolbar to access the <emph>Visible Buttons</emph> command."
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3149398\n"
+"11\n"
+"help.text"
+msgid "Selection"
+msgstr "Izbor"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3147573\n"
+"help.text"
+msgid "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3150771\n"
+"12\n"
+"help.text"
+msgid "Lets you select objects in the current document. To select an object, click the object with the arrow. To select more than one object, drag a selection frame around the objects. To add an object to a selection, press Shift, and then click the object."
+msgstr "Dozvoljava kreiranje objekata u trenutnom dokumentu. Za izbor objekta kliknite na objekat strelicom. Za izbor više objekata raširite okvir preko objekata. Za dodavanje objekta selekciji pritisnite Shift i kliknite na objekat."
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3143270\n"
+"13\n"
+"help.text"
+msgid "Line"
+msgstr "Linija"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3154897\n"
+"help.text"
+msgid "<image id=\"img_id3147618\" src=\"cmd/sc_line.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3147618\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147618\" src=\"cmd/sc_line.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147618\">Icon</alt></image>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3155922\n"
+"64\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Line\">Draws a straight line where you drag in the current document. To constrain the line to 45 degrees, hold down Shift while you drag.</ahelp>"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3153360\n"
+"71\n"
+"help.text"
+msgid "To enter text on a line, double-click the line and type or paste your text. The text direction corresponds to the direction you dragged to draw the line. To hide the line, select <emph>Invisible</emph> in the <emph>Line Style</emph> box on the <emph>Drawing Object Properties</emph> bar."
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3152922\n"
+"16\n"
+"help.text"
+msgid "Rectangle"
+msgstr "Pravougaonik"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3154125\n"
+"help.text"
+msgid "<image id=\"img_id3158407\" src=\"cmd/sc_rect.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3158407\">Icon</alt></image>"
+msgstr "<image id=\"img_id3158407\" src=\"cmd/sc_rect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3158407\">Icon</alt></image>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3147230\n"
+"65\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Rect\">Draws a rectangle where you drag in the current document. To draw a square, hold down Shift while you drag. Click where you want to place a corner of the rectangle, and drag to the size you want.</ahelp>"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3153367\n"
+"20\n"
+"help.text"
+msgid "Ellipse"
+msgstr "Elipsa"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3156443\n"
+"help.text"
+msgid "<image id=\"img_id3153951\" src=\"cmd/sc_ellipse.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3153951\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153951\" src=\"cmd/sc_ellipse.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153951\">Icon</alt></image>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3159197\n"
+"21\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Ellipse\">Draws an oval where you drag in the current document. Click where you want to draw the oval, and drag to the size you want. To draw a circle, hold down Shift while you drag.</ahelp>"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3155308\n"
+"23\n"
+"help.text"
+msgid "Polygon"
+msgstr "Poligon"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3154129\n"
+"help.text"
+msgid "<image id=\"img_id3152576\" src=\"cmd/sc_polygon_unfilled.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3152576\">Icon</alt></image>"
+msgstr "<image id=\"img_id3152576\" src=\"cmd/sc_polygon_unfilled.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152576\">Icon</alt></image>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3147214\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Polygon_Unfilled\">Draws a line composed of a series of straight line segments. Drag to draw a line segment, click to define the endpoint of the line segment, and then drag to draw a new line segment. Double-click to finish drawing the line. To create a closed shape, double-click the starting point of the line.</ahelp>"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3154638\n"
+"47\n"
+"help.text"
+msgid "Hold the Shift key while drawing a polygon to position new points at 45 degree angles."
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3154319\n"
+"48\n"
+"help.text"
+msgid "The <link href=\"text/shared/01/05270000.xhp\" name=\"Edit Points\">Edit Points</link> mode enables you to interactively modify the individual points of the polygon."
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3153279\n"
+"56\n"
+"help.text"
+msgid "Curve"
+msgstr "Kriva"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3153876\n"
+"help.text"
+msgid "<image id=\"img_id3149379\" src=\"cmd/sc_bezier_unfilled.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3149379\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149379\" src=\"cmd/sc_bezier_unfilled.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149379\">Icon</alt></image>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3148878\n"
+"57\n"
+"help.text"
+msgid "<variable id=\"kurvetext\"><ahelp hid=\".uno:Bezier_Unfilled\">Draws a smooth Bezier curve. Click where you want the curve to start, drag, release, and then move the pointer to where you want the curve to end and click. Move the pointer and click again to add a straight line segment to the curve. Double-click to finish drawing the curve. To create a closed shape, double click the starting point of the curve.</ahelp> The arc of the curve is determined by the distance you drag. </variable>"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3148587\n"
+"60\n"
+"help.text"
+msgid "Freeform Line"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3155602\n"
+"help.text"
+msgid "<image id=\"img_id3154510\" src=\"cmd/sc_linetoolbox.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3154510\">Icon</alt></image>"
+msgstr "<image id=\"img_id3154510\" src=\"cmd/sc_linetoolbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154510\">Icon</alt></image>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3154163\n"
+"61\n"
+"help.text"
+msgid "<variable id=\"freihandtext\"><ahelp hid=\".uno:Freeline_Unfilled\">Draws a freeform line where you drag in the current document. To end the line, release the mouse button. To draw a closed shape, release the mouse button near the starting point of the line.</ahelp></variable>"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3147259\n"
+"27\n"
+"help.text"
+msgid "Arc"
+msgstr "Ark"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3156359\n"
+"help.text"
+msgid "<image id=\"img_id3153710\" src=\"cmd/sc_arc.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3153710\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153710\" src=\"cmd/sc_arc.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153710\">Icon</alt></image>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3148482\n"
+"66\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Arc\">Draws an arc in the current document. To draw an arc, drag an oval to the size you want, and then click to define the starting point of the arc. Move your pointer to where you want to place the endpoint and click. You do not need to click on the oval. To draw an arc that is based on a circle, hold down Shift while you drag.</ahelp>"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3153924\n"
+"30\n"
+"help.text"
+msgid "Ellipse Pie"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3154363\n"
+"help.text"
+msgid "<image id=\"img_id3159186\" src=\"cmd/sc_pie.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3159186\">Icon</alt></image>"
+msgstr "<image id=\"img_id3159186\" src=\"cmd/sc_pie.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159186\">Icon</alt></image>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3156383\n"
+"67\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Pie\">Draws a filled shape that is defined by the arc of an oval and two radius lines in the current document. To draw an ellipse pie, drag an oval to the size you want, and then click to define the first radius line. Move your pointer to where you want to place the second radius line and click. You do not need to click on the oval. To draw a circle pie, hold down Shift while you drag.</ahelp>"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3154964\n"
+"33\n"
+"help.text"
+msgid "Circle Segment"
+msgstr "Kružni segment"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3151017\n"
+"help.text"
+msgid "<image id=\"img_id3147315\" src=\"cmd/sc_circlecut.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3147315\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147315\" src=\"cmd/sc_circlecut.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147315\">Icon</alt></image>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3149106\n"
+"68\n"
+"help.text"
+msgid "<ahelp hid=\".uno:CircleCut\">Draws a filled shape that is defined by the arc of a circle and a diameter line in the current document. To draw a circle segment, drag a circle to the size you want, and then click to define the starting point of the diameter line. Move your pointer to where you want to place the endpoint of the diameter line and click. You do not need to click on the circle. To draw an ellipse segment, hold down Shift while you drag.</ahelp>"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3145150\n"
+"36\n"
+"help.text"
+msgid "Text"
+msgstr "Tekst"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3145790\n"
+"help.text"
+msgid "<image id=\"img_id3155608\" src=\"cmd/sc_texttoolbox.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155608\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155608\" src=\"cmd/sc_texttoolbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155608\">Icon</alt></image>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3154657\n"
+"69\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DrawText\">Draws a text box with horizontal text direction where you drag in the current document. Drag a text box to the size you want anywhere in the document, and then type or paste your text. Rotate the text box to get rotated text.</ahelp>"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3158214\n"
+"62\n"
+"help.text"
+msgid "Text Animation"
+msgstr "Tekst animacija"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3150380\n"
+"help.text"
+msgid "<image id=\"img_id3152580\" src=\"cmd/sc_text_marquee.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3152580\">Icon</alt></image>"
+msgstr "<image id=\"img_id3152580\" src=\"cmd/sc_text_marquee.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152580\">Icon</alt></image>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3150826\n"
+"63\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Text_Marquee\" visibility=\"hidden\">Inserts animated text with horizontal text direction into the current document. Drag a text box, and then type or paste your text. To assign an animation effect, choose <emph>Format - Text - Text Animation</emph>.</ahelp><variable id=\"lauftext\">Inserts animated text with horizontal text direction into the current document. </variable>"
+msgstr "<ahelp hid=\".uno:Text_Marquee\" visibility=\"hidden\">Umeće animirani tekst sa horizontalnim smjer teksta u trenutnom dokumentu. Povucite tekstualni okvir, a zatim ukucajte ili zalijepite tekst. Za dodjelu animacijskog efekta, odabrati <emph>Oblik - Tekst - Tekst Animation</emph>.</ahelp><variable id=\"lauftext\">Umeće animirani tekst sa horizontalnim smjer teksta u trenutnom dokumentu. </variable>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3149966\n"
+"41\n"
+"help.text"
+msgid "Callouts"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3153781\n"
+"help.text"
+msgid "<image id=\"img_id3145256\" src=\"cmd/sc_drawcaption.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3145256\">Icon</alt></image>"
+msgstr "<image id=\"img_id3145256\" src=\"cmd/sc_drawcaption.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145256\">Icon</alt></image>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3151274\n"
+"70\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DrawCaption\">Draws a line that ends in a rectangular callout with horizontal text direction from where you drag in the current document. Drag a handle of the callout to resize the callout. To add text, click the edge of the callout, and then type or paste your text. To change a rectangular callout to a rounded callout, drag the largest corner handle when the pointer changes to a hand.</ahelp>"
+msgstr ""
+
+#: 01140000.xhp
+#, fuzzy
+msgctxt ""
+"01140000.xhp\n"
+"par_idN10E50\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">Points</link>"
+msgstr "<link href=\"text/shared/02/14060000.xhp\" name=\"Alias\">Nadimak (alias)</link>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_idN10E60\n"
+"help.text"
+msgid "Enables you to edit points on your drawing."
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_idN10E75\n"
+"help.text"
+msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"From File\">From File</link>"
+msgstr "<link href=\"text/shared/01/04140000.xhp\" name=\"From File\">Iz datoteke</link>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_idN10E95\n"
+"help.text"
+msgid "<link href=\"text/shared/3dsettings_toolbar.xhp\">Extrusion On/Off</link>"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_idN10EA5\n"
+"help.text"
+msgid "Switches the 3D effects on and off for the selected objects."
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3149735\n"
+"75\n"
+"help.text"
+msgid "Vertical Callouts"
+msgstr "Vertikalni oblačići"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3156068\n"
+"help.text"
+msgid "<image id=\"img_id3154818\" src=\"cmd/sc_verticalcaption.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3154818\">Icon</alt></image>"
+msgstr "<image id=\"img_id3154818\" src=\"cmd/sc_verticalcaption.png\" width=\"0.1335inch\" height=\"0.1335inch\"><alt id=\"alt_id3154818\">Icon</alt></image>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3150492\n"
+"76\n"
+"help.text"
+msgid "<ahelp hid=\".uno:VerticalCaption\">Draws a line that ends in a rectangular callout with vertical text direction from where you drag in the current document. Drag a handle of the callout to resize the callout. To add text, click the edge of the callout, and then type or paste your text. To change a rectangular callout to a rounded callout, drag the largest corner handle when the pointer changes to a hand. Only available when Asian language support is enabled.</ahelp>"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3166437\n"
+"77\n"
+"help.text"
+msgid "Vertical Text"
+msgstr "Vertikalni tekst"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3146929\n"
+"help.text"
+msgid "<image id=\"img_id3154372\" src=\"cmd/sc_verticaltext.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3154372\">Icon</alt></image>"
+msgstr "<image id=\"img_id3154372\" src=\"cmd/sc_verticaltext.png\" width=\"0.1701inch\" height=\"0.1701inch\"><alt id=\"alt_id3154372\">Icon</alt></image>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3152989\n"
+"78\n"
+"help.text"
+msgid "<ahelp hid=\".uno:VerticalText\">Draws a text box with vertical text direction where you click or drag in the current document. Click anywhere in the document, and then type or paste your text. You can also move the cursor to where you want to add the text, drag a text box, and then type or paste your text. Only available when Asian language support is enabled.</ahelp>"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3155555\n"
+"74\n"
+"help.text"
+msgid "<link href=\"text/shared/guide/insert_graphic_drawit.xhp\" name=\"Tips\">Tips for working with the <emph>Drawing </emph>bar.</link>"
+msgstr ""
+
+#: 01170802.xhp
+msgctxt ""
+"01170802.xhp\n"
+"tit\n"
+"help.text"
+msgid "Table Element Wizard: Field Selection"
+msgstr ""
+
+#: 01170802.xhp
+msgctxt ""
+"01170802.xhp\n"
+"hd_id3155934\n"
+"13\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170802.xhp\" name=\"Table Element Wizard: Field Selection\">Table Element Wizard: Field Selection</link>"
+msgstr ""
+
+#: 01170802.xhp
+msgctxt ""
+"01170802.xhp\n"
+"par_id3150476\n"
+"10\n"
+"help.text"
+msgid "Specifies which fields in the table control field should be displayed."
+msgstr ""
+
+#: 01170802.xhp
+msgctxt ""
+"01170802.xhp\n"
+"hd_id3149346\n"
+"11\n"
+"help.text"
+msgid "Selected Fields"
+msgstr ""
+
+#: 01170802.xhp
+msgctxt ""
+"01170802.xhp\n"
+"par_id3155941\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"DBP_LISTBOX_RID_PAGE_GW_FIELDSELECTION_LB_SELECTED_FIELDS\">Displays the data fields that are accepted into the form field.</ahelp>"
+msgstr ""
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Alignment"
+msgstr "Poravnanje"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"hd_id3154228\n"
+"1\n"
+"help.text"
+msgid "Alignment"
+msgstr "Poravnanje"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3159201\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ObjectAlign\">Modifies the alignment of selected objects.</ahelp>"
+msgstr ""
+
+#: 05110000.xhp
+#, fuzzy
+msgctxt ""
+"05110000.xhp\n"
+"par_id3155338\n"
+"help.text"
+msgid "<image id=\"img_id3153577\" src=\"cmd/sc_objectalign.png\" width=\"0.2228inch\" height=\"0.2228inch\"><alt id=\"alt_id3153577\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3143268\n"
+"4\n"
+"help.text"
+msgid "Alignment"
+msgstr "Poravnanje"
+
+#: 01170700.xhp
+msgctxt ""
+"01170700.xhp\n"
+"tit\n"
+"help.text"
+msgid "HTML Filters and Forms"
+msgstr ""
+
+#: 01170700.xhp
+msgctxt ""
+"01170700.xhp\n"
+"bm_id3163829\n"
+"help.text"
+msgid "<bookmark_value>forms; HTML filters</bookmark_value>"
+msgstr ""
+
+#: 01170700.xhp
+msgctxt ""
+"01170700.xhp\n"
+"hd_id3163829\n"
+"1\n"
+"help.text"
+msgid "HTML Filters and Forms"
+msgstr ""
+
+#: 01170700.xhp
+msgctxt ""
+"01170700.xhp\n"
+"par_id3147285\n"
+"2\n"
+"help.text"
+msgid "You can use all control elements and form events in HTML documents. There have been numerous events to date (for example, focus events), which have not been changed. They will continue to be imported and exported as ONFOCUS, ONBLUR, and so on for JavaScript and as SDONFOCUS, SDONBLUR, and so on for $[officename] Basic."
+msgstr ""
+
+#: 01170700.xhp
+msgctxt ""
+"01170700.xhp\n"
+"par_id3150616\n"
+"3\n"
+"help.text"
+msgid "Generic names that consist of the Listener interface and the method name of the event are used for all other events: An event registered as XListener::method is exported as"
+msgstr ""
+
+#: 01170700.xhp
+msgctxt ""
+"01170700.xhp\n"
+"par_id3147571\n"
+"4\n"
+"help.text"
+msgid "SDEvent-XListener-method = \"/* event-code */\""
+msgstr ""
+
+#: 01170700.xhp
+msgctxt ""
+"01170700.xhp\n"
+"par_id3152425\n"
+"5\n"
+"help.text"
+msgid "Note that the XListener- and method components of this option are case sensitive."
+msgstr ""
+
+#: 01170700.xhp
+msgctxt ""
+"01170700.xhp\n"
+"par_id3153683\n"
+"6\n"
+"help.text"
+msgid "Event handling of controls is performed using the $[officename] API. If you assign an event to a control, an object registers itself internally as a \"Listener\" for a specific control event. To do this, the object must use a specific interface, for example the XFocusListener Interface, so that it can react to focus events. When the event occurs, the control then invokes a special method of the Listener interface when the control receives the focus. The internally registered object then invokes the JavaScript or $[officename] Basic code, which was assigned to the event."
+msgstr ""
+
+#: 01170700.xhp
+msgctxt ""
+"01170700.xhp\n"
+"par_id3156410\n"
+"7\n"
+"help.text"
+msgid "The HTML filter now uses precisely these listener interfaces and method names so that it can import and export events as desired. You can register a focus event through"
+msgstr ""
+
+#: 01170700.xhp
+msgctxt ""
+"01170700.xhp\n"
+"par_id3150506\n"
+"8\n"
+"help.text"
+msgid "<INPUT TYPE=text ONFOCUS=\"/* code */\""
+msgstr ""
+
+#: 01170700.xhp
+msgctxt ""
+"01170700.xhp\n"
+"par_id3154289\n"
+"9\n"
+"help.text"
+msgid "rather than through the"
+msgstr ""
+
+#: 01170700.xhp
+msgctxt ""
+"01170700.xhp\n"
+"par_id3155391\n"
+"10\n"
+"help.text"
+msgid "<INPUT TYPE=text SDEvent-XFocusListener-focusGained=\"/* code */\""
+msgstr ""
+
+#: 01170700.xhp
+msgctxt ""
+"01170700.xhp\n"
+"par_id3152996\n"
+"11\n"
+"help.text"
+msgid "register. Events can therefore be registered as desired, including those not offered in the list boxes. To define the script language of events, you can write the following line in the document header:"
+msgstr ""
+
+#: 01170700.xhp
+msgctxt ""
+"01170700.xhp\n"
+"par_id3150443\n"
+"12\n"
+"help.text"
+msgid "<META HTTP-EQUIV=\"content-script-type\" CONTENT=\"...\">"
+msgstr ""
+
+#: 01170700.xhp
+msgctxt ""
+"01170700.xhp\n"
+"par_id3166410\n"
+"13\n"
+"help.text"
+msgid "As CONTENT you can, for example, use \"text/x-StarBasic\" for $[officename] Basic or a \"text/JavaScript\" for JavaScript. If no entry is made, JavaScript is assumed."
+msgstr ""
+
+#: 01170700.xhp
+msgctxt ""
+"01170700.xhp\n"
+"par_id3146797\n"
+"14\n"
+"help.text"
+msgid "During exporting, the default script language will be defined based on the first module found in macro management. For events, only one language can be used per document."
+msgstr ""
+
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Promote One Level"
+msgstr "Jedan nivo naviše"
+
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"hd_id3159225\n"
+"1\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/02/06060000.xhp\" name=\"Promote One Level\">Promote One Level</link></caseinline><defaultinline><link href=\"text/shared/02/06060000.xhp\" name=\"Promote\">Promote</link></defaultinline></switchinline>"
+msgstr ""
+
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_id3149999\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:IncrementLevel\">Moves the selected paragraph up one level in the numbering or bullets hierarchy.</ahelp>"
+msgstr ""
+
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_id3149205\n"
+"4\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">The<emph> Promote One Level </emph>icon is on the <emph>Bullets and Numbering</emph> bar, which appears when the cursor is positioned on a numbering or bullets item. </caseinline><caseinline select=\"IMPRESS\">The<emph> Promote </emph>icon is on the <emph>Text Formatting</emph> bar, which appears when working in the outline view. </caseinline></switchinline>"
+msgstr ""
+
+#: 06060000.xhp
+#, fuzzy
+msgctxt ""
+"06060000.xhp\n"
+"par_id3149388\n"
+"help.text"
+msgid "<image id=\"img_id3155535\" src=\"cmd/sc_outlineleft.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155535\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_id3146958\n"
+"3\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Promote One Level </caseinline><defaultinline>Promote</defaultinline></switchinline>"
+msgstr ""
+
+#: 01171100.xhp
+msgctxt ""
+"01171100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Wizards On/Off"
+msgstr ""
+
+#: 01171100.xhp
+#, fuzzy
+msgctxt ""
+"01171100.xhp\n"
+"hd_id3155934\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01171100.xhp\" name=\"Wizards On/Off\">Wizards On/Off</link>"
+msgstr "<link href=\"text/shared/02/18030000.xhp\" name=\"AutoSpellingCheck On/Off\">AutoSpellingCheck On/Off</link>"
+
+#: 01171100.xhp
+msgctxt ""
+"01171100.xhp\n"
+"par_id3147143\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:UseWizards\">Specifies whether to start the wizard automatically when inserting a new control.</ahelp> This setting applies globally to all documents."
+msgstr ""
+
+#: 01171100.xhp
+msgctxt ""
+"01171100.xhp\n"
+"par_id3159201\n"
+"4\n"
+"help.text"
+msgid "There are wizards for inserting a list box or combo box, a table element and group boxes."
+msgstr ""
+
+#: fontwork.xhp
+msgctxt ""
+"fontwork.xhp\n"
+"tit\n"
+"help.text"
+msgid "Fontwork Gallery"
+msgstr ""
+
+#: fontwork.xhp
+msgctxt ""
+"fontwork.xhp\n"
+"par_idN10557\n"
+"help.text"
+msgid "<link href=\"text/shared/02/fontwork.xhp\">Fontwork Gallery</link>"
+msgstr ""
+
+#: fontwork.xhp
+msgctxt ""
+"fontwork.xhp\n"
+"par_idN10567\n"
+"help.text"
+msgid "<ahelp hid=\".\">The icon opens the Fontwork Gallery from which you can insert graphical text art into your document.</ahelp>"
+msgstr ""
+
+#: fontwork.xhp
+msgctxt ""
+"fontwork.xhp\n"
+"par_idN10591\n"
+"help.text"
+msgid "Fontwork Gallery"
+msgstr ""
+
+#: fontwork.xhp
+msgctxt ""
+"fontwork.xhp\n"
+"par_idN10595\n"
+"help.text"
+msgid "<ahelp hid=\".\">The Fontwork Gallery displays previews of Fontwork objects. To insert an object into your document, select the object, and then click OK.</ahelp>"
+msgstr ""
+
+#: fontwork.xhp
+#, fuzzy
+msgctxt ""
+"fontwork.xhp\n"
+"par_idN105AF\n"
+"help.text"
+msgid "<embedvar href=\"text/shared/guide/fontwork.xhp#fontwork\"/>"
+msgstr "<embedvar href=\"text/scalc/guide/filters.xhp#filters\"/>"
+
+#: fontwork.xhp
+msgctxt ""
+"fontwork.xhp\n"
+"par_idN10623\n"
+"help.text"
+msgid "<link href=\"text/shared/fontwork_toolbar.xhp\">Fontwork toolbar</link>"
+msgstr ""
+
+#: 01220000.xhp
+msgctxt ""
+"01220000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Navigator"
+msgstr "Navigator"
+
+#: 01220000.xhp
+#, fuzzy
+msgctxt ""
+"01220000.xhp\n"
+"hd_id3155934\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01220000.xhp\" name=\"Navigator\">Navigator</link>"
+msgstr "<link href=\"text/shared/02/20100000.xhp\" name=\"Date\">Datum</link>"
+
+#: 01220000.xhp
+msgctxt ""
+"01220000.xhp\n"
+"par_id3148983\n"
+"2\n"
+"help.text"
+msgid "Click the<emph> Navigator On/Off </emph>icon to hide or show the <emph>Navigator</emph>."
+msgstr ""
+
+#: 01220000.xhp
+msgctxt ""
+"01220000.xhp\n"
+"par_id3152594\n"
+"4\n"
+"help.text"
+msgid "You can also call the <emph>Navigator</emph> by selecting <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/02110000.xhp\" name=\"View - Navigator\">View - Navigator</link></caseinline><caseinline select=\"CALC\"><link href=\"text/scalc/01/02110000.xhp\" name=\"View - Navigator\">View - Navigator</link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/01/02110000.xhp\" name=\"View - Navigator\">View - Navigator</link></caseinline><caseinline select=\"IMPRESS\"><link href=\"text/simpress/01/02110000.xhp\" name=\"View - Navigator\">View - Navigator</link></caseinline><defaultinline>View - Navigator</defaultinline></switchinline>"
+msgstr ""
+
+#: 01220000.xhp
+#, fuzzy
+msgctxt ""
+"01220000.xhp\n"
+"par_id3153345\n"
+"help.text"
+msgid "<image id=\"img_id3149095\" src=\"cmd/sc_navigator.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149095\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148817\" src=\"cmd/sc_combobox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148817\">{ENTER ALTERNATE DESCRIPTION HERE}</alt></image>"
+
+#: 01220000.xhp
+msgctxt ""
+"01220000.xhp\n"
+"par_id3155536\n"
+"3\n"
+"help.text"
+msgid "Navigator On/Off"
+msgstr ""
+
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Arrow Style"
+msgstr ""
+
+#: 05020000.xhp
+#, fuzzy
+msgctxt ""
+"05020000.xhp\n"
+"hd_id3148520\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/05020000.xhp\" name=\"Arrow Style\">Arrow Style</link>"
+msgstr "<link href=\"text/shared/01/04140000.xhp\" name=\"From File\">Iz datoteke</link>"
+
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"par_id3155934\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:LineEndStyle\">Opens the <emph>Arrowheads</emph> toolbar. Use the symbols shown to define the style for the end of the selected line.</ahelp>"
+msgstr ""
+
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"par_id3150808\n"
+"4\n"
+"help.text"
+msgid "The <emph>Arrow Style</emph> icon is only displayed when you create a drawing with the drawing functions. For more information, see the <link href=\"text/shared/01/05200300.xhp\" name=\"Line Styles\"><emph>Line Styles</emph></link> section of the Help."
+msgstr ""
+
+#: 05020000.xhp
+#, fuzzy
+msgctxt ""
+"05020000.xhp\n"
+"par_id3148548\n"
+"help.text"
+msgid "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145090\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"par_id3149096\n"
+"3\n"
+"help.text"
+msgid "Arrow Style"
+msgstr ""
+
+#: 01170801.xhp
+msgctxt ""
+"01170801.xhp\n"
+"tit\n"
+"help.text"
+msgid "Table Element / List Box / Combo Box Wizard: Data"
+msgstr ""
+
+#: 01170801.xhp
+msgctxt ""
+"01170801.xhp\n"
+"hd_id3153323\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170801.xhp\" name=\"Table Element / List Box / Combo Box Wizard: Data\">Table Element / List Box / Combo Box Wizard: Data</link>"
+msgstr ""
+
+#: 01170801.xhp
+msgctxt ""
+"01170801.xhp\n"
+"par_id3150476\n"
+"4\n"
+"help.text"
+msgid "Select the data source and table to which the form field corresponds. If you insert the form field in a document that is already linked to a data source, this page becomes invisible."
+msgstr ""
+
+#: 01170801.xhp
+msgctxt ""
+"01170801.xhp\n"
+"hd_id3153894\n"
+"5\n"
+"help.text"
+msgid "Data source"
+msgstr "Izvor podataka"
+
+#: 01170801.xhp
+msgctxt ""
+"01170801.xhp\n"
+"par_id3153114\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"DBP_LISTBOX_RID_PAGE_TABLESELECTION_LB_DATASOURCE\">Specifies the data source that contains the desired table.</ahelp>"
+msgstr ""
+
+#: 01170801.xhp
+msgctxt ""
+"01170801.xhp\n"
+"hd_id3149346\n"
+"7\n"
+"help.text"
+msgid "Table"
+msgstr "Tabela"
+
+#: 01170801.xhp
+msgctxt ""
+"01170801.xhp\n"
+"par_id3150774\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"DBP_LISTBOX_RID_PAGE_TABLESELECTION_LB_TABLE\">Specifies the desired table.</ahelp>"
+msgstr ""
+
+#: 07010000.xhp
+msgctxt ""
+"07010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Load URL"
+msgstr "Učitaj URL"
+
+#: 07010000.xhp
+#, fuzzy
+msgctxt ""
+"07010000.xhp\n"
+"hd_id3149119\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/07010000.xhp\" name=\"Load URL\">Load URL</link>"
+msgstr "<link href=\"text/shared/02/20100000.xhp\" name=\"Date\">Datum</link>"
+
+#: 07010000.xhp
+msgctxt ""
+"07010000.xhp\n"
+"par_id3155364\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Loads a document specified by an entered URL. You can type a new URL, edit an URL, or select one from the list. Displays the full path of the current document.</ahelp>"
+msgstr ""
+
+#: 07010000.xhp
+msgctxt ""
+"07010000.xhp\n"
+"par_idN108C6\n"
+"help.text"
+msgid "Enable Load URL with the Visible Buttons command (click the arrow at the end of the toolbar)."
+msgstr ""
+
+#: 18030000.xhp
+msgctxt ""
+"18030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "AutoSpellcheck On/Off"
+msgstr "Automatska provjera spelovanja On/Off"
+
+#: 18030000.xhp
+msgctxt ""
+"18030000.xhp\n"
+"hd_id3155599\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/18030000.xhp\" name=\"AutoSpellcheck On/Off\">AutoSpellcheck On/Off</link>"
+msgstr "<link href=\"text/shared/02/18030000.xhp\" name=\"AutoSpellingCheck On/Off\">AutoSpellingCheck On/Off</link>"
+
+#: 18030000.xhp
+msgctxt ""
+"18030000.xhp\n"
+"par_id3150040\n"
+"help.text"
+msgid "<image src=\"cmd/sc_spellonline.png\" id=\"img_id3150808\"><alt id=\"alt_id3150808\">Icon</alt></image>"
+msgstr ""
+
+#: 18030000.xhp
+msgctxt ""
+"18030000.xhp\n"
+"par_id3147571\n"
+"2\n"
+"help.text"
+msgid "AutoSpellcheck On/Off"
+msgstr "Automatska provjera spelovanja On/Off"
+
+#: 09060000.xhp
+msgctxt ""
+"09060000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Target Frame"
+msgstr ""
+
+#: 09060000.xhp
+#, fuzzy
+msgctxt ""
+"09060000.xhp\n"
+"hd_id3152895\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/09060000.xhp\" name=\"Target Frame\">Target Frame</link>"
+msgstr "<link href=\"text/shared/02/20100000.xhp\" name=\"Date\">Datum</link>"
+
+#: 09060000.xhp
+msgctxt ""
+"09060000.xhp\n"
+"par_id3156211\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OFA_HYPERLINK_TARGET\" visibility=\"visible\">Specifies the target frame type for the specified URL.</ahelp> A submenu opens with <link href=\"text/shared/01/01100500.xhp\" name=\"predefined frames\">predefined frames</link>."
+msgstr ""
+
+#: 09060000.xhp
+msgctxt ""
+"09060000.xhp\n"
+"par_id3149180\n"
+"help.text"
+msgid "<image src=\"res/target.png\" id=\"img_id3154186\"><alt id=\"alt_id3154186\">Icon</alt></image>"
+msgstr ""
+
+#: 09060000.xhp
+msgctxt ""
+"09060000.xhp\n"
+"par_id3147834\n"
+"3\n"
+"help.text"
+msgid "Target Frame"
+msgstr ""
+
+#: 10030000.xhp
+msgctxt ""
+"10030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "To Document Begin/First Page"
+msgstr ""
+
+#: 10030000.xhp
+msgctxt ""
+"10030000.xhp\n"
+"hd_id3149031\n"
+"1\n"
+"help.text"
+msgid "<switchinline select=\"appl\"> <caseinline select=\"WRITER\"><link href=\"text/shared/02/10030000.xhp\" name=\"To Document Begin\">To Document Begin</link></caseinline> <defaultinline><link href=\"text/shared/02/10030000.xhp\" name=\"First Page\">First Page</link></defaultinline> </switchinline>"
+msgstr ""
+
+#: 10030000.xhp
+msgctxt ""
+"10030000.xhp\n"
+"par_id3153539\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:FirstPage\" visibility=\"visible\">Moves to the first page of the document.</ahelp> This function is only active when you select the <emph>Page Preview</emph> function on the <emph>File</emph> menu."
+msgstr ""
+
+#: 10030000.xhp
+msgctxt ""
+"10030000.xhp\n"
+"par_id3154751\n"
+"help.text"
+msgid "<image src=\"cmd/sc_gotostartofdoc.png\" id=\"img_id3147571\"><alt id=\"alt_id3147571\">Icon</alt></image>"
+msgstr ""
+
+#: 10030000.xhp
+msgctxt ""
+"10030000.xhp\n"
+"par_id3143268\n"
+"3\n"
+"help.text"
+msgid "<switchinline select=\"appl\"> <caseinline select=\"WRITER\">To Document Begin</caseinline> <defaultinline>First Page</defaultinline> </switchinline>"
+msgstr ""
+
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sort Ascending"
+msgstr ""
+
+#: 12010000.xhp
+#, fuzzy
+msgctxt ""
+"12010000.xhp\n"
+"hd_id3152594\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/12010000.xhp\" name=\"Sort Ascending\">Sort Ascending</link>"
+msgstr "<link href=\"text/shared/02/24050000.xhp\" name=\"Blue\">Plava</link>"
+
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"par_id3150693\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Sorts the data of the selected field in ascending order. </ahelp>Text fields are sorted alphabetically, numerical fields are sorted by number."
+msgstr ""
+
+#: 12010000.xhp
+#, fuzzy
+msgctxt ""
+"12010000.xhp\n"
+"par_id3154749\n"
+"help.text"
+msgid "<image id=\"img_id3147276\" src=\"cmd/sc_sortascending.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3147276\">Icon</alt></image>"
+msgstr "<image id=\"img_id3145256\" src=\"cmd/sc_drawcaption.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145256\">Icon</alt></image>"
+
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"par_id3159158\n"
+"3\n"
+"help.text"
+msgid "Sort Ascending"
+msgstr ""
+
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"par_id3154380\n"
+"4\n"
+"help.text"
+msgid "<variable id=\"selektionsortieren\">Data of the currently selected field are always sorted. A field is always selected as soon as you place the cursor in the field. To sort within tables, you can also click the corresponding column header. </variable>"
+msgstr ""
+
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"par_id3150504\n"
+"5\n"
+"help.text"
+msgid "<variable id=\"dialogsortieren\">To sort more than one data field, choose <emph>Data - Sort</emph>, then choose the <link href=\"text/shared/02/12100100.xhp\" name=\"Sort Criteria\">Sort Criteria</link> tab, where you can combine several sort criteria. </variable>"
+msgstr ""
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Demote One Level"
+msgstr "Jedan nivo naniže"
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"hd_id3148983\n"
+"1\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/02/06050000.xhp\" name=\"Demote One Level\">Demote One Level</link></caseinline><defaultinline><link href=\"text/shared/02/06050000.xhp\" name=\"Demote\">Demote</link></defaultinline></switchinline>"
+msgstr ""
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3147285\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DecrementLevel\">Moves the selected paragraph down one level in a numbering or bullets hierarchy.</ahelp>"
+msgstr ""
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3149549\n"
+"4\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">The<emph> Demote One Level </emph>icon is on the <emph>Bullets and Numbering</emph> bar, which appears when the cursor is positioned on a numbering or bullets item. </caseinline><caseinline select=\"IMPRESS\">The <emph>Demote </emph>icon is on the <emph>Text Formatting</emph> bar, which appears when working in the outline view. </caseinline></switchinline>"
+msgstr ""
+
+#: 06050000.xhp
+#, fuzzy
+msgctxt ""
+"06050000.xhp\n"
+"par_id3146957\n"
+"help.text"
+msgid "<image id=\"img_id3143267\" src=\"cmd/sc_outlineright.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3143267\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3149096\n"
+"3\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Demote One Level </caseinline><defaultinline>Demote</defaultinline></switchinline>"
+msgstr ""
+
+#: 14020100.xhp
+msgctxt ""
+"14020100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Add Tables"
+msgstr "Dodati tabele"
+
+#: 14020100.xhp
+msgctxt ""
+"14020100.xhp\n"
+"bm_id3154788\n"
+"help.text"
+msgid "<bookmark_value>tables in databases; adding to queries</bookmark_value>"
+msgstr ""
+
+#: 14020100.xhp
+msgctxt ""
+"14020100.xhp\n"
+"hd_id3154788\n"
+"1\n"
+"help.text"
+msgid "Add Tables"
+msgstr "Dodati tabele"
+
+#: 14020100.xhp
+msgctxt ""
+"14020100.xhp\n"
+"par_id3152821\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"tabellehinzufuegentext\"><ahelp hid=\"HID_JOINSH_ADDTAB_TABLELIST\" visibility=\"hidden\">Specifies the tables to be inserted into the design window.</ahelp> In the<emph> Add Tables </emph>dialog, select the tables you need for your current task. </variable> When creating a query or a new table presentation, select the corresponding table to which the query or table presentation should refer. When working with relational databases, select the tables between which you want to build relationships."
+msgstr ""
+
+#: 14020100.xhp
+msgctxt ""
+"14020100.xhp\n"
+"par_id3149760\n"
+"15\n"
+"help.text"
+msgid "The inserted tables appear in a separate window in the query design or relational windows, along with a list of the fields contained in the table. You can determine the size and order of this window."
+msgstr "Unesene tabele pojavljuju se u odvojenom prozoru u upitu ili veznom prozoru,sa listom polja u tabeli.Mozete odrediti velicinu i raspored prozora"
+
+#: 14020100.xhp
+msgctxt ""
+"14020100.xhp\n"
+"hd_id3154927\n"
+"5\n"
+"help.text"
+msgid "Table"
+msgstr "Tabela"
+
+#: 14020100.xhp
+msgctxt ""
+"14020100.xhp\n"
+"par_id030520091208059\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Shows only tables.</ahelp>"
+msgstr ""
+
+#: 14020100.xhp
+msgctxt ""
+"14020100.xhp\n"
+"par_id0305200912080616\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Shows only queries.</ahelp>"
+msgstr ""
+
+#: 14020100.xhp
+msgctxt ""
+"14020100.xhp\n"
+"hd_id3150713\n"
+"9\n"
+"help.text"
+msgid "Table name"
+msgstr "Ime tabele"
+
+#: 14020100.xhp
+msgctxt ""
+"14020100.xhp\n"
+"par_id3156042\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"HID_JOINSH_ADDTAB_TABLELIST\">Lists the available tables.</ahelp> To insert a table, select one from the list and click <emph>Add</emph>. You can also double-click the table name, and a window will be displayed containing the table fields at the top of the query design or the relational window."
+msgstr "<ahelp hid=\"HID_JOINSH_ADDTAB_TABLELIST\">Lists the available tables.</ahelp> To insert a table, select one from the list and click <emph>Add</emph>. Mozete takodje 2 puta kliknuti na ime tabele i prozor ce prikazati polja tabela na vrhu upita ili veznom prozoru"
+
+#: 14020100.xhp
+msgctxt ""
+"14020100.xhp\n"
+"hd_id3151226\n"
+"11\n"
+"help.text"
+msgid "Add"
+msgstr "Dodaj"
+
+#: 14020100.xhp
+msgctxt ""
+"14020100.xhp\n"
+"par_id3153683\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_PUSHBUTTON_DLG_JOIN_TABADD_PB_ADDTABLE\">Inserts the currently selected table.</ahelp>"
+msgstr "<ahelp hid=\"DBACCESS_PUSHBUTTON_DLG_JOIN_TABADD_PB_ADDTABLE\">Unesite trenutnu tabelu.</ahelp>"
+
+#: 14020100.xhp
+msgctxt ""
+"14020100.xhp\n"
+"hd_id3153527\n"
+"13\n"
+"help.text"
+msgid "Close"
+msgstr "Zatvori"
+
+#: 14020100.xhp
+msgctxt ""
+"14020100.xhp\n"
+"par_id3156410\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"HID_JOINSH_ADDTAB_CLOSE\">Closes the <emph>Add Tables</emph> dialog.</ahelp>"
+msgstr "<ahelp hid=\"HID_JOINSH_ADDTAB_CLOSE\">Closes the <emph>Add Tables</emph> dialogue box.</ahelp>"
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Form Navigator"
+msgstr "Navigator Forme"
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"bm_id3143284\n"
+"help.text"
+msgid "<bookmark_value>controls;arranging in forms</bookmark_value><bookmark_value>forms;Navigator</bookmark_value><bookmark_value>Form Navigator</bookmark_value><bookmark_value>subforms; creating</bookmark_value><bookmark_value>controls; hidden</bookmark_value><bookmark_value>hidden controls in Form Navigator</bookmark_value>"
+msgstr ""
+
+#: 01170600.xhp
+#, fuzzy
+msgctxt ""
+"01170600.xhp\n"
+"hd_id3143284\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170600.xhp\" name=\"Form Navigator\">Form Navigator</link>"
+msgstr "<link href=\"text/shared/02/20100000.xhp\" name=\"Date\">Datum</link>"
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"par_id3149760\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ShowFmExplorer\">Opens the <emph>Form Navigator</emph>. The <emph>Form Navigator</emph> displays all forms and subforms of the current document with their respective controls.</ahelp>"
+msgstr ""
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"par_id3147399\n"
+"21\n"
+"help.text"
+msgid "When using several forms, the Form Navigator gives an overview of all forms, and also provides various functions for editing them."
+msgstr ""
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"par_id3155552\n"
+"3\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FORM_NAVIGATOR\">The <emph>Form Navigator</emph> contains a list of all created (logical) forms with the corresponding control fields.</ahelp> You can see whether a form contains control fields by the plus sign displayed before the entry. Click the plus sign to open the list of the form elements."
+msgstr ""
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"par_id3146957\n"
+"4\n"
+"help.text"
+msgid "You can change how the different controls are arranged by dragging and dropping them in the <emph>Form Navigator</emph>. Select one or more controls and drag them into another form. Alternatively use <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+X or the context menu command <emph>Cut</emph> to move a control to the clipboard and <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V or the command <emph>Insert</emph> to insert the control into another position."
+msgstr ""
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"par_id3155892\n"
+"22\n"
+"help.text"
+msgid "To edit the name in the <emph>Form Navigator</emph>, click on the name and enter a new name, or use the command in the context menu."
+msgstr ""
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"par_id3156347\n"
+"5\n"
+"help.text"
+msgid "If you select a control in the <emph>Form Navigator</emph>, the corresponding element is selected in the document."
+msgstr ""
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"par_id3153662\n"
+"6\n"
+"help.text"
+msgid "If you call the context menu of a selected entry, the <emph>Form Navigator</emph> offers the following functions:"
+msgstr ""
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"hd_id3153252\n"
+"7\n"
+"help.text"
+msgid "New"
+msgstr "Novo"
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"par_id3153561\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SID_FM_NEW\">Adds new elements to the form. The<emph> Add </emph>function can only be called if a form is selected in the <emph>Form Navigator</emph>.</ahelp>"
+msgstr ""
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"hd_id3149763\n"
+"9\n"
+"help.text"
+msgid "Form"
+msgstr "Forma"
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"par_id3156117\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SID_FM_NEW_FORM\">Creates a new form in the document. </ahelp> To create a <link href=\"text/shared/02/01170203.xhp\" name=\"subform\">subform</link>, add the new form under the desired parent form."
+msgstr ""
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"hd_id3155342\n"
+"11\n"
+"help.text"
+msgid "Hidden Control"
+msgstr ""
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"par_id3158430\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SID_FM_NEW_HIDDEN\">Creates a hidden control in the selected form that is not displayed on the screen. A hidden control serves to include data that is transmitted together with the form.</ahelp> It contains additional information or clarifying text that you can specify when creating the form through the <link href=\"text/shared/02/01170101.xhp\" name=\"Special Properties\">Special Properties</link> of the control. Select the entry of the hidden control in the <emph>Form Navigator</emph> and select the <emph>Properties</emph> command."
+msgstr ""
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"par_id3159147\n"
+"19\n"
+"help.text"
+msgid "You can copy controls in the document through the clipboard (shortcut keys <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+C for copying and <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V for inserting). You can copy hidden controls in the <emph>Form Navigator</emph> by using drag-and-drop while keeping the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key pressed."
+msgstr ""
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"par_id3145068\n"
+"20\n"
+"help.text"
+msgid "Drag and drop to copy controls within the same document or between documents. Open another form document and drag the hidden control from the <emph>Form Navigator</emph> into the <emph>Form Navigator</emph> of the target document. Click a visible control directly in the document, rest the mouse for a moment so that a copy of the control is added to the drag-and-drop clipboard, then drag the copy into the other document. If you want a copy in the same document, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while dragging."
+msgstr ""
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"hd_id3152812\n"
+"13\n"
+"help.text"
+msgid "Delete"
+msgstr "Obriši"
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"par_id3154938\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SID_FM_DELETE\">Deletes the selected entry.</ahelp> This allows you to delete individual form components as well as whole forms with one mouse click."
+msgstr ""
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"hd_id3153799\n"
+"15\n"
+"help.text"
+msgid "Tab order"
+msgstr ""
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"par_id3156282\n"
+"16\n"
+"help.text"
+msgid "When a form is selected, it opens the <link href=\"text/shared/02/01170300.xhp\" name=\"Tab Order\"><emph>Tab Order</emph></link> dialog, where the indices for focusing the control elements on the Tab key are defined."
+msgstr ""
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"hd_id3150869\n"
+"23\n"
+"help.text"
+msgid "Rename"
+msgstr "Preimenuj"
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"par_id3145607\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"SID_FM_RENAME_OBJECT\">Renames the selected object.</ahelp>"
+msgstr ""
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"hd_id3153194\n"
+"17\n"
+"help.text"
+msgid "Properties"
+msgstr "Osobine"
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"par_id3149766\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ShowPropertyBrowser\">Starts the <emph>Properties</emph> dialog for the selected entry.</ahelp> If a form is selected, the <link href=\"text/shared/02/01170200.xhp\" name=\"Form Properties\">Form Properties</link> dialog opens. If a control is selected, the <link href=\"text/shared/02/01170100.xhp\" name=\"Control Properties\">Control Properties</link> dialog opens."
+msgstr ""
+
+#: 07070000.xhp
+msgctxt ""
+"07070000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Edit File"
+msgstr ""
+
+#: 07070000.xhp
+msgctxt ""
+"07070000.xhp\n"
+"bm_id3153089\n"
+"help.text"
+msgid "<bookmark_value>write protection on/off</bookmark_value><bookmark_value>protected documents</bookmark_value><bookmark_value>documents; read-only</bookmark_value><bookmark_value>read-only documents; editing</bookmark_value><bookmark_value>cursor;in read-only text</bookmark_value><bookmark_value>read-only documents;cursor</bookmark_value><bookmark_value>Edit File icon</bookmark_value>"
+msgstr ""
+
+#: 07070000.xhp
+#, fuzzy
+msgctxt ""
+"07070000.xhp\n"
+"hd_id3148520\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/07070000.xhp\" name=\"Edit File\">Edit File</link>"
+msgstr "<link href=\"text/shared/02/20100000.xhp\" name=\"Date\">Datum</link>"
+
+#: 07070000.xhp
+msgctxt ""
+"07070000.xhp\n"
+"par_id3153089\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:EditDoc\" visibility=\"hidden\">Enables you to edit a read-only document or database table.</ahelp> Use the<emph> Edit File</emph> icon to activate or deactivate the edit mode."
+msgstr ""
+
+#: 07070000.xhp
+#, fuzzy
+msgctxt ""
+"07070000.xhp\n"
+"par_id3145090\n"
+"help.text"
+msgid "<image id=\"img_id3154751\" src=\"cmd/sc_editdoc.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3154751\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153951\" src=\"cmd/sc_ellipse.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153951\">Icon</alt></image>"
+
+#: 07070000.xhp
+msgctxt ""
+"07070000.xhp\n"
+"par_id3150694\n"
+"3\n"
+"help.text"
+msgid "Edit File"
+msgstr ""
+
+#: 07070000.xhp
+msgctxt ""
+"07070000.xhp\n"
+"par_id3147576\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"HID_HELP_TEXT_SELECTION_MODE\">You can enable a selection cursor in a read-only text document or in the Help. Choose <emph>Edit - Select Text </emph>or open the context menu of a read-only document and choose <emph>Select Text</emph>. The selection cursor does not blink.</ahelp>"
+msgstr ""
+
+#: 01170800.xhp
+msgctxt ""
+"01170800.xhp\n"
+"tit\n"
+"help.text"
+msgid "Table Element Wizard"
+msgstr ""
+
+#: 01170800.xhp
+msgctxt ""
+"01170800.xhp\n"
+"hd_id3150620\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170800.xhp\" name=\"Table Element Wizard\">Table Element Wizard</link>"
+msgstr ""
+
+#: 01170800.xhp
+msgctxt ""
+"01170800.xhp\n"
+"par_id3155354\n"
+"2\n"
+"help.text"
+msgid "If you insert a table control in a document, the <emph>Table Element Wizard</emph> starts automatically. In this wizard, you can interactively specify which information is displayed in the table control."
+msgstr ""
+
+#: 01170800.xhp
+msgctxt ""
+"01170800.xhp\n"
+"par_id3154422\n"
+"13\n"
+"help.text"
+msgid "You can use the <link href=\"text/shared/02/01171100.xhp\" name=\"Wizards On/Off\"><emph>Wizards On/Off</emph></link> icon to keep the wizard from starting automatically."
+msgstr ""
+
+#: 02040000.xhp
+#, fuzzy
+msgctxt ""
+"02040000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Text running from left to right"
+msgstr "Smjer teksta s lijeva na desno"
+
+#: 02040000.xhp
+msgctxt ""
+"02040000.xhp\n"
+"hd_id3153255\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/02040000.xhp\" name=\"Text running from left to right\">Text running from left to right</link>"
+msgstr ""
+
+#: 02040000.xhp
+msgctxt ""
+"02040000.xhp\n"
+"par_id3153539\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:TextdirectionLeftToRigh\" visibility=\"visible\">Specifies the horizontal direction of the text.</ahelp>"
+msgstr ""
+
+#: 02040000.xhp
+msgctxt ""
+"02040000.xhp\n"
+"par_id3147291\n"
+"help.text"
+msgid "<image src=\"cmd/sc_textdirectionlefttoright.png\" id=\"img_id3155805\"><alt id=\"alt_id3155805\">Icon</alt></image>"
+msgstr ""
+
+#: 02040000.xhp
+msgctxt ""
+"02040000.xhp\n"
+"par_id3153749\n"
+"3\n"
+"help.text"
+msgid "Text direction from left to right"
+msgstr "Smjer teksta s lijeva na desno"
+
+#: 24040000.xhp
+msgctxt ""
+"24040000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Green"
+msgstr "Zelena"
+
+#: 24040000.xhp
+msgctxt ""
+"24040000.xhp\n"
+"hd_id3154840\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/24040000.xhp\" name=\"Green\">Green</link>"
+msgstr "<link href=\"text/shared/02/24040000.xhp\" name=\"Green\">Zelena</link>"
+
+#: 24040000.xhp
+msgctxt ""
+"24040000.xhp\n"
+"par_id3143284\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GrafGreen\">Specifies the proportion of green RGB color components for the selected graphic object.</ahelp> Values from -100% (no green) to +100% (full green) are possible."
+msgstr ""
+
+#: 24040000.xhp
+#, fuzzy
+msgctxt ""
+"24040000.xhp\n"
+"par_id3148585\n"
+"help.text"
+msgid "<image id=\"img_id3152594\" src=\"res/sc10866.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152594\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+
+#: 24040000.xhp
+msgctxt ""
+"24040000.xhp\n"
+"par_id3156136\n"
+"3\n"
+"help.text"
+msgid "Green"
+msgstr "Zelena"
+
+#: blockarrows.xhp
+msgctxt ""
+"blockarrows.xhp\n"
+"tit\n"
+"help.text"
+msgid "Block Arrows"
+msgstr "Blok strelice"
+
+#: blockarrows.xhp
+msgctxt ""
+"blockarrows.xhp\n"
+"par_idN1055A\n"
+"help.text"
+msgid "<link href=\"text/shared/02/blockarrows.xhp\">Block Arrows</link>"
+msgstr ""
+
+#: blockarrows.xhp
+msgctxt ""
+"blockarrows.xhp\n"
+"par_idN1056A\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Block Arrows toolbar from which you can insert graphics into your document.</ahelp>"
+msgstr ""
+
+#: blockarrows.xhp
+msgctxt ""
+"blockarrows.xhp\n"
+"par_idN1059A\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click an icon from the Block Arrows toolbar, then drag in the document to draw the shape.</ahelp>"
+msgstr ""
+
+#: blockarrows.xhp
+msgctxt ""
+"blockarrows.xhp\n"
+"par_idN1059D\n"
+"help.text"
+msgid "Some shapes have a special handle which you can drag to change properties of the shape. The mouse pointer changes to a hand symbol over these special handles."
+msgstr ""
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"tit\n"
+"help.text"
+msgid "Comparison Operators"
+msgstr ""
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"bm_id3148983\n"
+"help.text"
+msgid "<bookmark_value>comparisons;operators in standard filter dialog</bookmark_value> <bookmark_value>operators;standard filters</bookmark_value> <bookmark_value>standard filters;comparison operators</bookmark_value> <bookmark_value>filters; comparison operators</bookmark_value> <bookmark_value>equal sign, see also operators</bookmark_value>"
+msgstr ""
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"hd_id3148983\n"
+"1\n"
+"help.text"
+msgid "Comparison Operators"
+msgstr ""
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3155364\n"
+"2\n"
+"help.text"
+msgid "The following comparative operators can be set under <item type=\"menuitem\">Condition</item> in the <item type=\"menuitem\">Standard Filter</item> dialog."
+msgstr ""
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3145313\n"
+"3\n"
+"help.text"
+msgid "<emph>Comparative operator</emph>"
+msgstr ""
+
+#: 12090101.xhp
+#, fuzzy
+msgctxt ""
+"12090101.xhp\n"
+"par_id3147089\n"
+"4\n"
+"help.text"
+msgid "<emph>Effect</emph>"
+msgstr "<emph>Efekat</emph>"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3147209\n"
+"5\n"
+"help.text"
+msgid "Equal (=)"
+msgstr "Jednako (=)"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3146797\n"
+"6\n"
+"help.text"
+msgid "Shows values equal to the condition."
+msgstr "Neke vrijednosti jednake uvjetima."
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3143271\n"
+"7\n"
+"help.text"
+msgid "Less than (<)"
+msgstr "manje od (<)"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3153761\n"
+"8\n"
+"help.text"
+msgid "Shows values less than the condition."
+msgstr "Neke vrijednosti manje od uvjeta"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3146807\n"
+"9\n"
+"help.text"
+msgid "Greater than (>)"
+msgstr "veće od (>)"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3154852\n"
+"10\n"
+"help.text"
+msgid "Shows values greater than the condition."
+msgstr "Vrijednosti veće od uvjeta."
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3155342\n"
+"11\n"
+"help.text"
+msgid "Less than or equal to (< =)"
+msgstr "Manje ili jednako od (< =)"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3154381\n"
+"12\n"
+"help.text"
+msgid "Shows values that are less than or equal to the condition."
+msgstr "Vrijednosti manje ili jednake uvjetima"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3153823\n"
+"13\n"
+"help.text"
+msgid "Greater than or equal to (> =)"
+msgstr "Veće ili jednako (> =)"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3154143\n"
+"14\n"
+"help.text"
+msgid "Shows values that are greater than or equal to the condition."
+msgstr "Vrijednosti veće ili jednake uvjetima."
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3154811\n"
+"15\n"
+"help.text"
+msgid "Not equal (< >)"
+msgstr "Različito od (< >)"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3148944\n"
+"16\n"
+"help.text"
+msgid "Shows the values not equal to the condition."
+msgstr "Vrijednosti različite od uvjeta"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3149669\n"
+"17\n"
+"help.text"
+msgid "Largest"
+msgstr "Najveći"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3159413\n"
+"18\n"
+"help.text"
+msgid "Shows the N (numeric value as parameter) largest values."
+msgstr "Prikazuje N(brojčana vrijednost) najveće vrijednosti"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3151054\n"
+"19\n"
+"help.text"
+msgid "Smallest"
+msgstr "Najmanji"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3161657\n"
+"20\n"
+"help.text"
+msgid "Shows the N (numeric value as parameter) smallest values."
+msgstr "Prikazuje N(Brojčana vrijednost) najmanje vrijednosti."
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3150400\n"
+"21\n"
+"help.text"
+msgid "Largest %"
+msgstr "Najveći %"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3161645\n"
+"22\n"
+"help.text"
+msgid "Shows the largest N% (numeric value as parameter) of the total values."
+msgstr "Prikazuje najveći N% (brojčana vrijednost) totalne vrijednosti."
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3149202\n"
+"23\n"
+"help.text"
+msgid "Smallest %"
+msgstr "Najmanji %"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3151176\n"
+"24\n"
+"help.text"
+msgid "Shows the smallest N% (numeric value as parameter) of the entire values."
+msgstr "Prikazuje najmanji N% (brojčana vrijednost kao parametar) svih vrijednosti."
+
+#: 14030000.xhp
+msgctxt ""
+"14030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Run SQL command directly"
+msgstr "Pokreni SQL komande direktno"
+
+#: 14030000.xhp
+msgctxt ""
+"14030000.xhp\n"
+"hd_id3151100\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/14030000.xhp\" name=\"Run SQL command directly\">Run SQL command directly</link>"
+msgstr ""
+
+#: 14030000.xhp
+msgctxt ""
+"14030000.xhp\n"
+"par_id3155364\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:SbaNativeSql\">In Native SQL mode you can enter SQL commands that are not interpreted by $[officename], but are instead passed directly to the data source.</ahelp> If you do not display these changes in the design view, you cannot change back to the design view."
+msgstr "<ahelp hid=\".uno:SbaNativeSql\">U SQL modu Mozete pristupiti SQL komandama koje nisu interpretovane $[officename], ali su umjesto toga prebacene direktno u izvore podataka.</ahelp> Ako ne prikazete te promjene u dizajn prozoru,ne mozete se vratiti na dizaj pregled"
+
+#: 14030000.xhp
+msgctxt ""
+"14030000.xhp\n"
+"par_id3149999\n"
+"5\n"
+"help.text"
+msgid "For native SQL, the SQL string is forwarded directly to the connected database system without a previous evaluation by $[officename]. For example, if you access a database through an ODBC interface, the SQL string is passed to the ODBC driver and processed by it."
+msgstr "SQL znak je prosljedjen u konektovanu bazu sistema bez prethodne evaluacije $[officename]. Npr,ako pristupite bazi kroz ODBC inetrefejs,SQL znak je prosljedjen u ODBC drajver i procesiran s njim."
+
+#: 14030000.xhp
+msgctxt ""
+"14030000.xhp\n"
+"par_id3145136\n"
+"help.text"
+msgid "<image id=\"img_id3147226\" src=\"cmd/sc_sbanativesql.png\"><alt id=\"alt_id3147226\">Icon</alt></image>"
+msgstr ""
+
+#: 14030000.xhp
+msgctxt ""
+"14030000.xhp\n"
+"par_id3155893\n"
+"4\n"
+"help.text"
+msgid "Run SQL command directly"
+msgstr "Pokreni SQL komande direktno"
+
+#: 14030000.xhp
+msgctxt ""
+"14030000.xhp\n"
+"par_id3155535\n"
+"3\n"
+"help.text"
+msgid "Click the icon again to return to normal mode, in which the changes in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"New Query Design\">New Query Design</link> are synchronized with the permitted changes through SQL."
+msgstr "Kliknite ikonu ponovo da vratite normalni mod,u kojem promjene <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"New Query Design\">New Query Design</link> su sinhronizovane sa dopustenim promjenama kroz SQL."
+
+#: 20030000.xhp
+msgctxt ""
+"20030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Zoom"
+msgstr "Uveličanje"
+
+#: 20030000.xhp
+msgctxt ""
+"20030000.xhp\n"
+"bm_id3155619\n"
+"help.text"
+msgid "<bookmark_value>zooming; status bar</bookmark_value>"
+msgstr ""
+
+#: 20030000.xhp
+msgctxt ""
+"20030000.xhp\n"
+"hd_id3155619\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/20030000.xhp\" name=\"Zoom\">Zoom</link>"
+msgstr "<link href=\"text/shared/02/20030000.xhp\" name=\"Zoom\">Uveličanje</link>"
+
+#: 20030000.xhp
+msgctxt ""
+"20030000.xhp\n"
+"par_id3148983\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:StateZoom\">Specifies the current page display zoom factor.</ahelp>"
+msgstr "<ahelp hid=\".uno:StateZoom\">Specificira trenutni zoom faktor stranice.</ahelp>"
+
+#: 20030000.xhp
+msgctxt ""
+"20030000.xhp\n"
+"par_id3150935\n"
+"3\n"
+"help.text"
+msgid "Double-clicking this field opens the <link href=\"text/shared/01/03010000.xhp\" name=\"Zoom\">Zoom</link> dialog, where you can change the current zoom factor."
+msgstr "Dupli klik na ovo polje otvara <link href=\"text/shared/01/03010000.xhp\" name=\"Zoom\">Uveličanje</link> dijalog, u kojem možete promijeniti trenutni zoom faktor."
+
+#: 20030000.xhp
+msgctxt ""
+"20030000.xhp\n"
+"par_id3159194\n"
+"4\n"
+"help.text"
+msgid "Open the context menu on this field to see a selection of available zoom factors."
+msgstr "Otvorite kontekst meni da pogledate izbor mogućih zoom faktora."
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Clear query"
+msgstr "izbrisi upit"
+
+#: 14020000.xhp
+#, fuzzy
+msgctxt ""
+"14020000.xhp\n"
+"hd_id3146946\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/14020000.xhp\" name=\"Clear query\">Clear query</link>"
+msgstr "<link href=\"text/shared/02/24050000.xhp\" name=\"Blue\">Plava</link>"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3155934\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DBClearQuery\" visibility=\"visible\">Clears the query and removes all tables from the design window.</ahelp>"
+msgstr "<ahelp hid=\".uno:DBClearQuery\" visibility=\"visible\">Brise upit i uklanja tabele iz dizajn prozora.</ahelp>"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3154422\n"
+"help.text"
+msgid "<image src=\"cmd/sc_dbclearquery.png\" id=\"img_id3149205\"><alt id=\"alt_id3149205\">Icon</alt></image>"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3150789\n"
+"3\n"
+"help.text"
+msgid "Clear query"
+msgstr "izbrisi upit"
+
+#: symbolshapes.xhp
+msgctxt ""
+"symbolshapes.xhp\n"
+"tit\n"
+"help.text"
+msgid "Symbol Shapes"
+msgstr "Oblici simbola"
+
+#: symbolshapes.xhp
+msgctxt ""
+"symbolshapes.xhp\n"
+"par_idN1055A\n"
+"help.text"
+msgid "<link href=\"text/shared/02/symbolshapes.xhp\">Symbol Shapes</link>"
+msgstr ""
+
+#: symbolshapes.xhp
+msgctxt ""
+"symbolshapes.xhp\n"
+"par_idN1056A\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Symbol Shapes toolbar from which you can insert graphics into your document.</ahelp>"
+msgstr ""
+
+#: symbolshapes.xhp
+msgctxt ""
+"symbolshapes.xhp\n"
+"par_idN105EB\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click an icon on the Symbol Shapes toolbar, and then drag in the document to draw the shape.</ahelp>"
+msgstr ""
+
+#: symbolshapes.xhp
+msgctxt ""
+"symbolshapes.xhp\n"
+"par_idN1059D\n"
+"help.text"
+msgid "Some shapes have a special handle which you can drag to change the properties of the shape. The mouse pointer changes to a hand symbol over these special handles."
+msgstr ""
+
+#: 01170200.xhp
+msgctxt ""
+"01170200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Form Properties"
+msgstr ""
+
+#: 01170200.xhp
+msgctxt ""
+"01170200.xhp\n"
+"bm_id3147285\n"
+"help.text"
+msgid "<bookmark_value>forms; properties</bookmark_value><bookmark_value>properties; forms</bookmark_value>"
+msgstr ""
+
+#: 01170200.xhp
+#, fuzzy
+msgctxt ""
+"01170200.xhp\n"
+"hd_id3147285\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170200.xhp\" name=\"Form Properties\">Form Properties</link>"
+msgstr "<link href=\"text/shared/02/14060000.xhp\" name=\"Alias\">Nadimak (alias)</link>"
+
+#: 01170200.xhp
+msgctxt ""
+"01170200.xhp\n"
+"par_id3147088\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"form\"><ahelp hid=\".uno:FormProperties\" visibility=\"visible\">In this dialog you can specify, among others, the data source and the events for the whole form.</ahelp></variable>"
+msgstr ""
+
+#: 01170300.xhp
+msgctxt ""
+"01170300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Tab Order"
+msgstr ""
+
+#: 01170300.xhp
+#, fuzzy
+msgctxt ""
+"01170300.xhp\n"
+"hd_id3146959\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170300.xhp\" name=\"Tab Order\">Tab Order</link>"
+msgstr "<link href=\"text/shared/02/24050000.xhp\" name=\"Blue\">Plava</link>"
+
+#: 01170300.xhp
+msgctxt ""
+"01170300.xhp\n"
+"par_id3150347\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"text\"><ahelp hid=\".uno:TabDialog\">In the<emph> Tab Order </emph>dialog you can modify the order in which control fields get the focus when the user presses the tab key.</ahelp></variable>"
+msgstr ""
+
+#: 01170300.xhp
+msgctxt ""
+"01170300.xhp\n"
+"par_id3109850\n"
+"3\n"
+"help.text"
+msgid "If form elements are inserted into a document, <item type=\"productname\">%PRODUCTNAME</item> automatically determines in which order to move from one control to the next when using the Tab key. Every new control added is automatically placed at the end of this series. In the <emph>Tab Order</emph> dialog, you can adapt the order of this series to your individual needs."
+msgstr ""
+
+#: 01170300.xhp
+msgctxt ""
+"01170300.xhp\n"
+"par_id3155934\n"
+"12\n"
+"help.text"
+msgid "You can also define the index of a control through its specific properties by entering the desired value under <link href=\"text/shared/02/01170101.xhp\" name=\"Order\"><emph>Order</emph></link> in the <emph>Properties</emph> dialog of the control."
+msgstr ""
+
+#: 01170300.xhp
+msgctxt ""
+"01170300.xhp\n"
+"par_id3149760\n"
+"13\n"
+"help.text"
+msgid "A radio button inside a group can only be accessed by the Tab key when one of the radio buttons is set to \"selected\". If you have designed a group of radio buttons where no button is set to \"selected\", then the user will not be able to access the group or any of the radio buttons by keyboard."
+msgstr ""
+
+#: 01170300.xhp
+msgctxt ""
+"01170300.xhp\n"
+"hd_id3149140\n"
+"4\n"
+"help.text"
+msgid "Controls"
+msgstr "Kontrole"
+
+#: 01170300.xhp
+msgctxt ""
+"01170300.xhp\n"
+"par_id3150789\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TABORDER_CONTROLS\">Lists all controls in the form. These controls can be selected with the tab key in the given order from top to bottom.</ahelp> Select a control from the <emph>Controls </emph>list to assign the desired position in the tab order."
+msgstr ""
+
+#: 01170300.xhp
+msgctxt ""
+"01170300.xhp\n"
+"hd_id3153750\n"
+"6\n"
+"help.text"
+msgid "Move Up"
+msgstr ""
+
+#: 01170300.xhp
+msgctxt ""
+"01170300.xhp\n"
+"par_id3154751\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SVXDLG_TAB_ORDER_PB_MOVE_UP\">Click the<emph> Move Up</emph> button to shift the selected control one position higher in the tab order.</ahelp>"
+msgstr ""
+
+#: 01170300.xhp
+msgctxt ""
+"01170300.xhp\n"
+"hd_id3155339\n"
+"8\n"
+"help.text"
+msgid "Move Down"
+msgstr ""
+
+#: 01170300.xhp
+msgctxt ""
+"01170300.xhp\n"
+"par_id3154823\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SVXDLG_TAB_ORDER_PB_MOVE_DOWN\">Click the<emph> Move Down</emph> button to shift the selected control one position lower in the tab order.</ahelp>"
+msgstr ""
+
+#: 01170300.xhp
+msgctxt ""
+"01170300.xhp\n"
+"hd_id3154288\n"
+"10\n"
+"help.text"
+msgid "Automatic Sort"
+msgstr ""
+
+#: 01170300.xhp
+msgctxt ""
+"01170300.xhp\n"
+"par_id3153748\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SVXDLG_TAB_ORDER_PB_AUTO_ORDER\">Click the<emph> Automatic Sort</emph> button to automatically sort the controls according to their position in the document.</ahelp>"
+msgstr ""
+
+#: 24080000.xhp
+msgctxt ""
+"24080000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Gamma"
+msgstr ""
+
+#: 24080000.xhp
+#, fuzzy
+msgctxt ""
+"24080000.xhp\n"
+"hd_id3154100\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/24080000.xhp\" name=\"Gamma\">Gamma</link>"
+msgstr "<link href=\"text/shared/02/24040000.xhp\" name=\"Green\">Zelena</link>"
+
+#: 24080000.xhp
+msgctxt ""
+"24080000.xhp\n"
+"par_id3154873\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GrafGamma\">Specifies the gamma value for the view of the selected object, which affects the brightness of the midtone values.</ahelp> Values from 0.10 (minimum Gamma) to 10 (maximum Gamma) are possible."
+msgstr ""
+
+#: 24080000.xhp
+#, fuzzy
+msgctxt ""
+"24080000.xhp\n"
+"par_id3149760\n"
+"help.text"
+msgid "<image id=\"img_id3159194\" src=\"res/sc10868.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3159194\">Icon</alt></image>"
+msgstr "<image id=\"img_id3159186\" src=\"cmd/sc_pie.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159186\">Icon</alt></image>"
+
+#: 24080000.xhp
+msgctxt ""
+"24080000.xhp\n"
+"par_id3149798\n"
+"3\n"
+"help.text"
+msgid "Gamma"
+msgstr ""
+
+#: 01170003.xhp
+msgctxt ""
+"01170003.xhp\n"
+"tit\n"
+"help.text"
+msgid "Special Tips for Date Fields"
+msgstr ""
+
+#: 01170003.xhp
+msgctxt ""
+"01170003.xhp\n"
+"bm_id3150445\n"
+"help.text"
+msgid "<bookmark_value>date fields; properties</bookmark_value>"
+msgstr ""
+
+#: 01170003.xhp
+msgctxt ""
+"01170003.xhp\n"
+"hd_id3150445\n"
+"77\n"
+"help.text"
+msgid "Special Tips for Date Fields"
+msgstr ""
+
+#: 01170003.xhp
+msgctxt ""
+"01170003.xhp\n"
+"par_id3154230\n"
+"75\n"
+"help.text"
+msgid "When you enter a year using two digits, the corresponding four digit value is determined by a setting in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - General</emph>. For example, if 1935 is set as the lower limiting value and you enter 34 as a date value, then the result is 2034 instead of 1934."
+msgstr ""
+
+#: 01170003.xhp
+msgctxt ""
+"01170003.xhp\n"
+"par_id3149205\n"
+"76\n"
+"help.text"
+msgid "The pre-set limit value will be saved for each document."
+msgstr ""
+
+#: 24020000.xhp
+msgctxt ""
+"24020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Graphics Mode"
+msgstr "Grafički način"
+
+#: 24020000.xhp
+#, fuzzy
+msgctxt ""
+"24020000.xhp\n"
+"hd_id3149762\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/24020000.xhp\" name=\"Graphics Mode\">Graphics Mode</link>"
+msgstr "<link href=\"text/shared/02/18010000.xhp\" name=\"Selection\">Izbor</link>"
+
+#: 24020000.xhp
+msgctxt ""
+"24020000.xhp\n"
+"par_id3150255\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GrafMode\">Lists view attributes for the selected graphic object. The embedded or linked graphic object in the current file will not be changed, only the view of the object.</ahelp>"
+msgstr ""
+
+#: 24020000.xhp
+msgctxt ""
+"24020000.xhp\n"
+"par_id3150275\n"
+"help.text"
+msgid "<image id=\"img_id3154515\" src=\"res/helpimg/zellvor.png\" width=\"1.4098inch\" height=\"0.2799inch\" localize=\"true\"><alt id=\"alt_id3154515\">Cell Styles</alt></image>"
+msgstr ""
+
+#: 24020000.xhp
+msgctxt ""
+"24020000.xhp\n"
+"par_id3150771\n"
+"3\n"
+"help.text"
+msgid "Graphics mode"
+msgstr "Grafički način"
+
+#: 24020000.xhp
+msgctxt ""
+"24020000.xhp\n"
+"hd_id3155262\n"
+"4\n"
+"help.text"
+msgid "Default"
+msgstr "Uobičajeno"
+
+#: 24020000.xhp
+msgctxt ""
+"24020000.xhp\n"
+"par_id3155434\n"
+"5\n"
+"help.text"
+msgid "The view of the graphic object is not changed."
+msgstr ""
+
+#: 24020000.xhp
+msgctxt ""
+"24020000.xhp\n"
+"hd_id3147574\n"
+"6\n"
+"help.text"
+msgid "Grayscale"
+msgstr "Sive nijanse"
+
+#: 24020000.xhp
+msgctxt ""
+"24020000.xhp\n"
+"par_id3153760\n"
+"7\n"
+"help.text"
+msgid "The graphic object is shown in grayscale. A color graphic object can become monochrome in grayscale. You can also use the color sliders to apply a uniform color to the monochrome graphic object."
+msgstr ""
+
+#: 24020000.xhp
+msgctxt ""
+"24020000.xhp\n"
+"hd_id3151246\n"
+"8\n"
+"help.text"
+msgid "Black and White"
+msgstr ""
+
+#: 24020000.xhp
+msgctxt ""
+"24020000.xhp\n"
+"par_id3153062\n"
+"9\n"
+"help.text"
+msgid "The graphic object is shown in black and white. All brightness values below 50% will appear black, all over 50% will appear white."
+msgstr ""
+
+#: 24020000.xhp
+msgctxt ""
+"24020000.xhp\n"
+"hd_id3146795\n"
+"10\n"
+"help.text"
+msgid "Watermark"
+msgstr ""
+
+#: 24020000.xhp
+msgctxt ""
+"24020000.xhp\n"
+"par_id3149670\n"
+"11\n"
+"help.text"
+msgid "The graphic object is raised in brightness and reduced in contrast so that it can be used in the background as a watermark."
+msgstr ""
+
+#: 14020200.xhp
+msgctxt ""
+"14020200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Switch Design View On / Off"
+msgstr ""
+
+#: 14020200.xhp
+msgctxt ""
+"14020200.xhp\n"
+"hd_id3159411\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/14020200.xhp\" name=\"Switch Design View On / Off\">Switch Design View On / Off</link>"
+msgstr "<link href=\"text/shared/02/14020200.xhp\" name=\"Switch Design View On / Off\">Prebaci dizajn View On / Off</link>"
+
+#: 14020200.xhp
+msgctxt ""
+"14020200.xhp\n"
+"par_id3149495\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DBChangeDesignMode\">Displays the design view or the SQL view of the query.</ahelp>"
+msgstr "<ahelp hid=\".uno:DBChangeDesignMode\">Prikaze dizajn view ili sql server upita .</ahelp>"
+
+#: 14020200.xhp
+#, fuzzy
+msgctxt ""
+"14020200.xhp\n"
+"par_id3149140\n"
+"help.text"
+msgid "<image id=\"img_id3152918\" src=\"cmd/sc_dbchangedesignmode.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152918\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+
+#: 14020200.xhp
+msgctxt ""
+"14020200.xhp\n"
+"par_id3147399\n"
+"3\n"
+"help.text"
+msgid "Switch Design View On / Off"
+msgstr ""
+
+#: 24090000.xhp
+msgctxt ""
+"24090000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Transparency"
+msgstr ""
+
+#: 24090000.xhp
+#, fuzzy
+msgctxt ""
+"24090000.xhp\n"
+"hd_id3159411\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/24090000.xhp\" name=\"Transparency\">Transparency</link>"
+msgstr "<link href=\"text/shared/02/24040000.xhp\" name=\"Green\">Zelena</link>"
+
+#: 24090000.xhp
+msgctxt ""
+"24090000.xhp\n"
+"par_id3150445\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GrafTransparence\">Specifies the transparency in the graphic object.</ahelp> Values from 0% (fully opaque) to +100% (fully transparent) are possible."
+msgstr ""
+
+#: 24090000.xhp
+#, fuzzy
+msgctxt ""
+"24090000.xhp\n"
+"par_id3154116\n"
+"help.text"
+msgid "<image id=\"img_id3152372\" src=\"res/sc10869.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152372\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+
+#: 24090000.xhp
+msgctxt ""
+"24090000.xhp\n"
+"par_id3156302\n"
+"3\n"
+"help.text"
+msgid "Transparency"
+msgstr ""
+
+#: 19090000.xhp
+msgctxt ""
+"19090000.xhp\n"
+"tit\n"
+"help.text"
+msgid "HTML Source"
+msgstr "HTML kod"
+
+#: 19090000.xhp
+msgctxt ""
+"19090000.xhp\n"
+"bm_id3154788\n"
+"help.text"
+msgid "<bookmark_value>HTML documents;source text</bookmark_value>"
+msgstr ""
+
+#: 19090000.xhp
+msgctxt ""
+"19090000.xhp\n"
+"hd_id3154788\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/19090000.xhp\" name=\"HTML Source\">HTML Source</link>"
+msgstr "<link href=\"text/shared/02/19090000.xhp\" name=\"HTML Izvor\">HTML Source</link>"
+
+#: 19090000.xhp
+msgctxt ""
+"19090000.xhp\n"
+"par_id3156183\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:SourceView\">Displays the source text of the current HTML document. To view the HTML source of a new document, you must first save the new document as an HTML document.</ahelp>"
+msgstr "<ahelp hid=\".uno:SourceView\">Prikaze izvorni tekst trenutnog HTML dokumenta. Da pogledate HTML izvor novog dokumenta, prvo morate spasiti novi dokument kao HTML dokument.</ahelp>"
+
+#: 19090000.xhp
+msgctxt ""
+"19090000.xhp\n"
+"par_id3149760\n"
+"3\n"
+"help.text"
+msgid "In HTML Source mode, you can view and edit the <link href=\"text/shared/00/00000002.xhp#tags\" name=\"tags\">tags</link> of <link href=\"text/shared/00/00000002.xhp#html\" name=\"HTML\">HTML</link>. Save the document as a plain text document. Assign an .html or .htm extension to designate the document as HTML."
+msgstr ""
+
+#: 06110000.xhp
+msgctxt ""
+"06110000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Move Down"
+msgstr ""
+
+#: 06110000.xhp
+#, fuzzy
+msgctxt ""
+"06110000.xhp\n"
+"hd_id3148520\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/06110000.xhp\" name=\"Move Down\">Move Down</link>"
+msgstr "<link href=\"text/shared/02/20100000.xhp\" name=\"Date\">Datum</link>"
+
+#: 06110000.xhp
+msgctxt ""
+"06110000.xhp\n"
+"par_id3154228\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:MoveDown\">Positions the selected paragraph after the one below it.</ahelp>"
+msgstr ""
+
+#: 06110000.xhp
+msgctxt ""
+"06110000.xhp\n"
+"par_id3158405\n"
+"5\n"
+"help.text"
+msgid "If you have numbered paragraphs and click the<emph> Move Down </emph>icon, the numbers will be adjusted to the current order. <switchinline select=\"appl\"><caseinline select=\"WRITER\">The <emph>Move Down </emph>icon is only visible when the cursor is positioned in a bulleted or numbered list. </caseinline></switchinline><switchinline select=\"appl\"><caseinline select=\"IMPRESS\">The <emph>Move Down </emph>icon appears on the <emph>Text Formatting</emph> Bar when you use the outline view. </caseinline></switchinline>"
+msgstr ""
+
+#: 06110000.xhp
+msgctxt ""
+"06110000.xhp\n"
+"par_id3149751\n"
+"4\n"
+"help.text"
+msgid "This function can be called by pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Down Arrow."
+msgstr ""
+
+#: 06110000.xhp
+#, fuzzy
+msgctxt ""
+"06110000.xhp\n"
+"par_id3156426\n"
+"help.text"
+msgid "<image id=\"img_id3153577\" src=\"cmd/sc_outlinedown.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3153577\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153951\" src=\"cmd/sc_ellipse.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153951\">Icon</alt></image>"
+
+#: 06110000.xhp
+msgctxt ""
+"06110000.xhp\n"
+"par_id3145212\n"
+"3\n"
+"help.text"
+msgid "Move Down"
+msgstr ""
+
+#: 12080000.xhp
+msgctxt ""
+"12080000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Data to Fields"
+msgstr ""
+
+#: 12080000.xhp
+#, fuzzy
+msgctxt ""
+"12080000.xhp\n"
+"hd_id3149031\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/12080000.xhp\" name=\"Data to Fields\">Data to Fields</link>"
+msgstr "<link href=\"text/shared/02/20100000.xhp\" name=\"Date\">Datum</link>"
+
+#: 12080000.xhp
+msgctxt ""
+"12080000.xhp\n"
+"par_id3150476\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DataSourceBrowser/InsertContent\">Updates the contents of the existing database fields by the marked records.</ahelp> The <emph>Data to Fields </emph>icon is only available if the current document is a text document."
+msgstr ""
+
+#: 12080000.xhp
+#, fuzzy
+msgctxt ""
+"12080000.xhp\n"
+"par_id3149205\n"
+"help.text"
+msgid "<image id=\"img_id3154398\" src=\"cmd/sc_dsbinsertcontent.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154398\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+
+#: 12080000.xhp
+msgctxt ""
+"12080000.xhp\n"
+"par_id3145669\n"
+"3\n"
+"help.text"
+msgid "Data to Fields"
+msgstr ""
+
+#: 10010000.xhp
+msgctxt ""
+"10010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Previous Page"
+msgstr "Prethodna strana"
+
+#: 10010000.xhp
+#, fuzzy
+msgctxt ""
+"10010000.xhp\n"
+"hd_id3154228\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/10010000.xhp\" name=\"Previous Page\">Previous Page</link>"
+msgstr "<link href=\"text/shared/02/20100000.xhp\" name=\"Date\">Datum</link>"
+
+#: 10010000.xhp
+msgctxt ""
+"10010000.xhp\n"
+"par_id3150445\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:PreviousPage\" visibility=\"visible\">Moves back to the previous page in the document.</ahelp> This function is only active when you select the <emph>Page Preview</emph> function on the <emph>File</emph> menu."
+msgstr ""
+
+#: 10010000.xhp
+msgctxt ""
+"10010000.xhp\n"
+"par_id3155552\n"
+"help.text"
+msgid "<image src=\"cmd/sc_pageup.png\" id=\"img_id3145090\"><alt id=\"alt_id3145090\">Icon</alt></image>"
+msgstr ""
+
+#: 10010000.xhp
+msgctxt ""
+"10010000.xhp\n"
+"par_id3147577\n"
+"3\n"
+"help.text"
+msgid "Previous Page"
+msgstr "Prethodna strana"
+
+#: 06120000.xhp
+msgctxt ""
+"06120000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Bullets On/Off"
+msgstr ""
+
+#: 06120000.xhp
+#, fuzzy
+msgctxt ""
+"06120000.xhp\n"
+"hd_id3154228\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/06120000.xhp\" name=\"Bullets On/Off\">Bullets On/Off</link>"
+msgstr "<link href=\"text/shared/02/18030000.xhp\" name=\"AutoSpellingCheck On/Off\">AutoSpellingCheck On/Off</link>"
+
+#: 06120000.xhp
+msgctxt ""
+"06120000.xhp\n"
+"par_id3148520\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DefaultBullet\">Assigns bullet points to the selected paragraphs, or removes them from bulleted paragraphs.</ahelp>"
+msgstr ""
+
+#: 06120000.xhp
+msgctxt ""
+"06120000.xhp\n"
+"par_id3155150\n"
+"6\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Bullet options such as type and position are defined in the <link href=\"text/shared/01/06050000.xhp\" name=\"Bullets and Numbering\"><emph>Bullets and Numbering</emph></link> dialog. To open this dialog, click the <emph>Bullets and Numbering</emph> icon on the <link href=\"text/swriter/main0206.xhp\" name=\"Bullets and Numbering Bar\">Bullets and Numbering Bar</link></caseinline></switchinline>"
+msgstr ""
+
+#: 06120000.xhp
+msgctxt ""
+"06120000.xhp\n"
+"par_id3145669\n"
+"8\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Bullet options such as type and position are defined in the <link href=\"text/shared/01/06050000.xhp\" name=\"Bullets and Numbering\">Bullets and Numbering</link> dialog. To open this dialog, click the <emph>Bullets and Numbering</emph> icon on the <emph>Text Formatting</emph> Bar. </caseinline></switchinline>"
+msgstr ""
+
+#: 06120000.xhp
+msgctxt ""
+"06120000.xhp\n"
+"par_id3147576\n"
+"3\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">In the <link href=\"text/swriter/01/03120000.xhp\" name=\"Web Layout\">Web Layout</link>, some numbering/bullet options are not available. </caseinline></switchinline>"
+msgstr ""
+
+#: 06120000.xhp
+msgctxt ""
+"06120000.xhp\n"
+"par_id3154317\n"
+"5\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">The distance between the text and the left text frame and the position of the bullets can be determined in the dialog under <link href=\"text/shared/01/05030100.xhp\" name=\"Format - Paragraph\"><emph>Format - Paragraph</emph></link> by entering the left indent and the first-line indent. </caseinline></switchinline>"
+msgstr ""
+
+#: 06120000.xhp
+#, fuzzy
+msgctxt ""
+"06120000.xhp\n"
+"par_id3150355\n"
+"help.text"
+msgid "<image id=\"img_id3157909\" src=\"cmd/sc_defaultbullet.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3157909\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+
+#: 06120000.xhp
+msgctxt ""
+"06120000.xhp\n"
+"par_id3149233\n"
+"4\n"
+"help.text"
+msgid "Bullets On/Off"
+msgstr ""
+
+#: 01171200.xhp
+msgctxt ""
+"01171200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Display Grid"
+msgstr ""
+
+#: 01171200.xhp
+msgctxt ""
+"01171200.xhp\n"
+"hd_id3150476\n"
+"1\n"
+"help.text"
+msgid "Display Grid"
+msgstr ""
+
+#: 01171200.xhp
+#, fuzzy
+msgctxt ""
+"01171200.xhp\n"
+"par_id3153750\n"
+"help.text"
+msgid "<image id=\"img_id3153049\" src=\"cmd/sc_gridvisible.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3153049\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153951\" src=\"cmd/sc_ellipse.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153951\">Icon</alt></image>"
+
+#: 01171200.xhp
+msgctxt ""
+"01171200.xhp\n"
+"par_id3155536\n"
+"4\n"
+"help.text"
+msgid "Display Grid"
+msgstr ""
+
+#: 02050000.xhp
+#, fuzzy
+msgctxt ""
+"02050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Text running from top to bottom"
+msgstr "Smjer teksta odozgo na dolje"
+
+#: 02050000.xhp
+msgctxt ""
+"02050000.xhp\n"
+"hd_id3149119\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/02050000.xhp\" name=\"Text running from top to bottom\">Text running from top to bottom</link>"
+msgstr ""
+
+#: 02050000.xhp
+msgctxt ""
+"02050000.xhp\n"
+"par_id3153089\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:TextdirectionTopToBotto\" visibility=\"visible\">Specifies the vertical direction of the text.</ahelp>"
+msgstr ""
+
+#: 02050000.xhp
+msgctxt ""
+"02050000.xhp\n"
+"par_id3154186\n"
+"help.text"
+msgid "<image src=\"cmd/sc_textdirectiontoptobottom.png\" id=\"img_id3154927\"><alt id=\"alt_id3154927\">Icon</alt></image>"
+msgstr ""
+
+#: 02050000.xhp
+msgctxt ""
+"02050000.xhp\n"
+"par_id3149827\n"
+"3\n"
+"help.text"
+msgid "Text direction from top to bottom"
+msgstr "Smjer teksta odozgo na dolje"
+
+#: 14040000.xhp
+msgctxt ""
+"14040000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Functions"
+msgstr "Funkcije"
+
+#: 14040000.xhp
+msgctxt ""
+"14040000.xhp\n"
+"hd_id3153514\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/14040000.xhp\" name=\"Functions\">Functions</link>"
+msgstr "<link href=\"text/shared/02/14040000.xhp\" name=\"Functions\">Funkcije</link>"
+
+#: 14040000.xhp
+msgctxt ""
+"14040000.xhp\n"
+"par_id3159224\n"
+"2\n"
+"help.text"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewFunctions\">Displays the \"Function\" row in the lower part of the design view of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link> window.</ahelp>"
+msgstr "<ahelp visibility=\"visible\" hid=\".uno:DBViewFunctions\">Prikazuje \"Function\" red u nizem dijelu dizjn pregleda <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link> window.</ahelp>"
+
+#: 14040000.xhp
+msgctxt ""
+"14040000.xhp\n"
+"par_id3149205\n"
+"help.text"
+msgid "<image src=\"cmd/sc_dbviewfunctions.png\" id=\"img_id3154399\"><alt id=\"alt_id3154399\">Icon</alt></image>"
+msgstr ""
+
+#: 14040000.xhp
+msgctxt ""
+"14040000.xhp\n"
+"par_id3145669\n"
+"3\n"
+"help.text"
+msgid "Functions"
+msgstr "Funkcije"
+
+#: 12090000.xhp
+msgctxt ""
+"12090000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Standard Filter"
+msgstr "Standardni filter"
+
+#: 12090000.xhp
+msgctxt ""
+"12090000.xhp\n"
+"bm_id3109850\n"
+"help.text"
+msgid "<bookmark_value>default filters, see standard filters</bookmark_value> <bookmark_value>databases; standard filters</bookmark_value> <bookmark_value>standard filters;databases</bookmark_value>"
+msgstr ""
+
+#: 12090000.xhp
+msgctxt ""
+"12090000.xhp\n"
+"hd_id3109850\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/12090000.xhp\" name=\"Standard Filter\">Standard Filter</link>"
+msgstr "<link href=\"text/shared/02/12090000.xhp\" name=\"Standard Filter\">Standardni filter</link>"
+
+#: 12090000.xhp
+msgctxt ""
+"12090000.xhp\n"
+"par_id3143281\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"standardfilter\"><ahelp hid=\".uno:FilterCrit\">Allows you to set the filtering options.</ahelp></variable>"
+msgstr ""
+
+#: 12090000.xhp
+msgctxt ""
+"12090000.xhp\n"
+"par_id3149549\n"
+"8\n"
+"help.text"
+msgid "Use the <emph>Standard Filter</emph> to refine and to combine <emph>AutoFilter </emph>search options."
+msgstr ""
+
+#: 12090000.xhp
+#, fuzzy
+msgctxt ""
+"12090000.xhp\n"
+"par_id3152801\n"
+"help.text"
+msgid "<image id=\"img_id3147291\" src=\"cmd/sc_formfiltered.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3147291\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147315\" src=\"cmd/sc_circlecut.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147315\">Icon</alt></image>"
+
+#: 12090000.xhp
+msgctxt ""
+"12090000.xhp\n"
+"par_id3149183\n"
+"3\n"
+"help.text"
+msgid "Standard Filter"
+msgstr "Standardni filter"
+
+#: 12090000.xhp
+msgctxt ""
+"12090000.xhp\n"
+"par_id3143267\n"
+"6\n"
+"help.text"
+msgid "$[officename] saves the current filter settings for the next time that you open this dialog."
+msgstr "$[officename] spašava sadašnje filter postavke za sljedeci put kad otvorite dijalog."
+
+#: 12090000.xhp
+msgctxt ""
+"12090000.xhp\n"
+"par_id3156410\n"
+"7\n"
+"help.text"
+msgid "To remove the current filter, click <link href=\"text/shared/02/12040000.xhp\" name=\"Remove Filter/Sorting\"><emph>Remove Filter/Sorting</emph></link> icon."
+msgstr "Za uklanjanje trenutnog filtera, kliknite <link href=\"text/shared/02/12040000.xhp\" name=\"Remove Filter/Sorting\"><emph>Remove Filter/Sorting</emph></link> icon."
+
+#: 12090000.xhp
+#, fuzzy
+msgctxt ""
+"12090000.xhp\n"
+"par_id3152996\n"
+"help.text"
+msgid "<link href=\"text/shared/02/12030000.xhp\" name=\"AutoFilter\">AutoFilter</link>"
+msgstr "<link href=\"text/shared/02/12090000.xhp\" name=\"Standard Filter\">Standardni filter</link>"
+
+#: 14070000.xhp
+msgctxt ""
+"14070000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Distinct Values"
+msgstr "Jasne vrijednosti"
+
+#: 14070000.xhp
+msgctxt ""
+"14070000.xhp\n"
+"bm_id3149991\n"
+"help.text"
+msgid "<bookmark_value>SQL; DISTINCT parameter</bookmark_value><bookmark_value>distinct values in SQL queries</bookmark_value>"
+msgstr "<bookmark_value>SQL; DISTINCT parameter</bookmark_value><bookmark_value>Jasne vrijednosti u SQL queries</bookmark_value>"
+
+#: 14070000.xhp
+#, fuzzy
+msgctxt ""
+"14070000.xhp\n"
+"hd_id3149991\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/14070000.xhp\" name=\"Distinct Values\">Distinct Values</link>"
+msgstr "<link href=\"text/shared/02/14060000.xhp\" name=\"Alias\">Nadimak (alias)</link>"
+
+#: 14070000.xhp
+msgctxt ""
+"14070000.xhp\n"
+"par_id3154894\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DBDistinctValues\">Expands the created select statement of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\">SQL Query</link> in the current column by the parameter DISTINCT.</ahelp> The consequence is that identical values occurring multiple times are listed only once."
+msgstr "<ahelp hid=\".uno:DBDistinctValues\">Prosiruje kreirane odaberi stejtmente <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\">SQL Query</link>u trenutnoj koloni sa parametromr DISTINCT.</ahelp> Posljedica je da identicne vrijednosti koje se pojavljuju vise puta su izlistane samo jednom"
+
+#: 14070000.xhp
+#, fuzzy
+msgctxt ""
+"14070000.xhp\n"
+"par_id3149511\n"
+"help.text"
+msgid "<image id=\"img_id3156302\" src=\"cmd/sc_dbdistinctvalues.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3156302\">Icon</alt></image>"
+msgstr "<image id=\"img_id3154372\" src=\"cmd/sc_verticaltext.png\" width=\"0.1701inch\" height=\"0.1701inch\"><alt id=\"alt_id3154372\">Icon</alt></image>"
+
+#: 14070000.xhp
+msgctxt ""
+"14070000.xhp\n"
+"par_id3147226\n"
+"3\n"
+"help.text"
+msgid "Distinct Values"
+msgstr "Jasne vrijednosti"
+
+#: 14050000.xhp
+msgctxt ""
+"14050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Table Name"
+msgstr "Ime tabele"
+
+#: 14050000.xhp
+#, fuzzy
+msgctxt ""
+"14050000.xhp\n"
+"hd_id3149991\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/14050000.xhp\" name=\"Table Name\">Table Name</link>"
+msgstr "<link href=\"text/shared/02/20100000.xhp\" name=\"Date\">Datum</link>"
+
+#: 14050000.xhp
+msgctxt ""
+"14050000.xhp\n"
+"par_id3154232\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Displays the \"Table\" row in the lower part of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>.</ahelp>"
+msgstr "<ahelp hid=\".\">Prikazuje \"Table\" red u nizem dijelu <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>.</ahelp>"
+
+#: 14050000.xhp
+#, fuzzy
+msgctxt ""
+"14050000.xhp\n"
+"par_id3154116\n"
+"help.text"
+msgid "<image id=\"img_id3149760\" src=\"cmd/sc_dbviewtablenames.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149760\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+
+#: 14050000.xhp
+msgctxt ""
+"14050000.xhp\n"
+"par_id3157896\n"
+"3\n"
+"help.text"
+msgid "Table Name"
+msgstr "Ime tabele"
+
+#: 03120000.xhp
+msgctxt ""
+"03120000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Decrease Spacing"
+msgstr ""
+
+#: 03120000.xhp
+msgctxt ""
+"03120000.xhp\n"
+"hd_id3155934\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/03120000.xhp\" name=\"Decrease Spacing\">Decrease Spacing</link>"
+msgstr ""
+
+#: 03120000.xhp
+msgctxt ""
+"03120000.xhp\n"
+"par_id3147143\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ParaspaceDecrease\">Click the<emph> Decrease Spacing </emph>icon to decrease the paragraph spacing above the selected paragraph.</ahelp>"
+msgstr ""
+
+#: 03120000.xhp
+#, fuzzy
+msgctxt ""
+"03120000.xhp\n"
+"par_id3155555\n"
+"help.text"
+msgid "<image id=\"img_id3147834\" src=\"cmd/sc_paraspacedecrease.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147834\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+
+#: 03120000.xhp
+msgctxt ""
+"03120000.xhp\n"
+"par_id3145211\n"
+"3\n"
+"help.text"
+msgid "Decrease Spacing"
+msgstr ""
+
+#: 03120000.xhp
+msgctxt ""
+"03120000.xhp\n"
+"par_id3156410\n"
+"4\n"
+"help.text"
+msgid "You can make additional adjustments to the spacing by selecting <link href=\"text/shared/01/05030100.xhp\" name=\"Format - Paragraph - Indents & Spacing\"><emph>Format - Paragraph - Indents & Spacing</emph></link>"
+msgstr ""
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"tit\n"
+"help.text"
+msgid "Context Menu of a Control Field"
+msgstr ""
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3149294\n"
+"123\n"
+"help.text"
+msgid "Context Menu of a Control Field"
+msgstr ""
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3147304\n"
+"88\n"
+"help.text"
+msgid "The context menu of a control field has the following commands."
+msgstr ""
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3152771\n"
+"89\n"
+"help.text"
+msgid "Replace with"
+msgstr ""
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3150400\n"
+"90\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ChangeControlType\" visibility=\"visible\">Calls a submenu where you can select a control type to replace the control selected in the document.</ahelp> As many properties as possible are adopted."
+msgstr ""
+
+#: 01170001.xhp
+#, fuzzy
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3154366\n"
+"91\n"
+"help.text"
+msgid "Text box"
+msgstr "Kutija za tekst"
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3154217\n"
+"92\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertToEdit\" visibility=\"visible\">The selected control is transformed into a text box.</ahelp>"
+msgstr ""
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3154819\n"
+"93\n"
+"help.text"
+msgid "Button"
+msgstr "Dugme"
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3161646\n"
+"94\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertToButton\" visibility=\"visible\">The selected control is transformed into a button.</ahelp>"
+msgstr ""
+
+#: 01170001.xhp
+#, fuzzy
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3144432\n"
+"95\n"
+"help.text"
+msgid "Label field"
+msgstr "Polje za ime"
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3151381\n"
+"96\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertToFixed\" visibility=\"visible\">The selected control is transformed into a label.</ahelp>"
+msgstr ""
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3125865\n"
+"97\n"
+"help.text"
+msgid "List Box"
+msgstr ""
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3144761\n"
+"98\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertToList\" visibility=\"visible\">The selected control is transformed into a list box.</ahelp>"
+msgstr ""
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3149810\n"
+"99\n"
+"help.text"
+msgid "Check Box"
+msgstr ""
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3145581\n"
+"100\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertToCheckBox\" visibility=\"visible\">The selected control is transformed into a check box.</ahelp>"
+msgstr ""
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3155429\n"
+"101\n"
+"help.text"
+msgid "Radio Button"
+msgstr ""
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3153369\n"
+"102\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertToRadio\" visibility=\"visible\">The selected control is transformed into an option button.</ahelp>"
+msgstr ""
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3155857\n"
+"103\n"
+"help.text"
+msgid "Combo Box"
+msgstr ""
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3150012\n"
+"104\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertToCombo\" visibility=\"visible\">The selected control is transformed into a combo box.</ahelp>"
+msgstr ""
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3145264\n"
+"105\n"
+"help.text"
+msgid "Image Button"
+msgstr ""
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3145273\n"
+"106\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertToImageBtn\" visibility=\"visible\">The selected control is transformed into an image button.</ahelp>"
+msgstr ""
+
+#: 01170001.xhp
+#, fuzzy
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3146976\n"
+"107\n"
+"help.text"
+msgid "File Selection"
+msgstr "Sakrij izbor"
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3153140\n"
+"108\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertToFileControl\" visibility=\"visible\">The selected control is transformed into a file selection.</ahelp>"
+msgstr ""
+
+#: 01170001.xhp
+#, fuzzy
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3147443\n"
+"109\n"
+"help.text"
+msgid "Date Field"
+msgstr "Polje podatka"
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3152578\n"
+"110\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertToDate\" visibility=\"visible\">The selected control is transformed into a date field.</ahelp>"
+msgstr ""
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3148647\n"
+"111\n"
+"help.text"
+msgid "Time Field"
+msgstr ""
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3152940\n"
+"112\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertToTime\" visibility=\"visible\">The selected control is transformed into a time field.</ahelp>"
+msgstr ""
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3149667\n"
+"113\n"
+"help.text"
+msgid "Numerical Field"
+msgstr ""
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3154321\n"
+"114\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertToNumeric\" visibility=\"visible\">The selected control is transformed into a numerical field.</ahelp>"
+msgstr ""
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3153160\n"
+"115\n"
+"help.text"
+msgid "Currency Field"
+msgstr ""
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3153223\n"
+"116\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertToCurrency\" visibility=\"visible\">The selected control is transformed into a currency field.</ahelp>"
+msgstr ""
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3157977\n"
+"117\n"
+"help.text"
+msgid "Pattern Field"
+msgstr ""
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3145646\n"
+"118\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertToPattern\" visibility=\"visible\">The selected control is transformed into a pattern field.</ahelp>"
+msgstr ""
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3148389\n"
+"119\n"
+"help.text"
+msgid "Image Control"
+msgstr ""
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3146927\n"
+"120\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertToImageControl\" visibility=\"visible\">The selected control is transformed into an image control.</ahelp>"
+msgstr ""
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3149413\n"
+"121\n"
+"help.text"
+msgid "Formatted Field"
+msgstr ""
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3083281\n"
+"122\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertToFormatted\" visibility=\"visible\">The selected control is transformed into a formatted field.</ahelp>"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"tit\n"
+"help.text"
+msgid "Data"
+msgstr "Podaci"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"bm_id3145641\n"
+"help.text"
+msgid "<bookmark_value>controls; reference by SQL</bookmark_value><bookmark_value>bound fields; controls</bookmark_value><bookmark_value>controls; bound fields/list contents/linked cells</bookmark_value><bookmark_value>lists;data assigned to controls</bookmark_value><bookmark_value>cells;linked to controls</bookmark_value><bookmark_value>links;between cells and controls</bookmark_value><bookmark_value>controls;assigning data sources</bookmark_value>"
+msgstr ""
+
+#: 01170102.xhp
+#, fuzzy
+msgctxt ""
+"01170102.xhp\n"
+"hd_id3155413\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170102.xhp\" name=\"Data\">Data</link>"
+msgstr "<link href=\"text/shared/02/20100000.xhp\" name=\"Date\">Datum</link>"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3155306\n"
+"2\n"
+"help.text"
+msgid "The<emph> Data </emph>tab page allows you to assign a data source to the selected control."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3148773\n"
+"64\n"
+"help.text"
+msgid "For forms with database links, the associated database is defined in the <link href=\"text/shared/02/01170200.xhp\" name=\"Form Properties\">Form Properties</link>. You will find the functions for this on the <link href=\"text/shared/02/01170203.xhp\" name=\"Data\"><emph>Data</emph></link> tab page."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3149377\n"
+"65\n"
+"help.text"
+msgid "The possible settings of the <emph>Data</emph> tab page of a control depend on the respective control. You will only see the options that are available for the current control and context. The following fields are available:"
+msgstr "Moguća podešavanja za <emph>Podaci</emph> karticu stranice zavisi od reda kontrole. Vidjećete samo opcije moguće za trenutnu kontrolu i sadržaj Slijedeća polja su dostupna:"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN108B4\n"
+"help.text"
+msgid "Reference value (off)"
+msgstr "Referenta vrijednost (isklj.)"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN108B8\n"
+"help.text"
+msgid "<ahelp hid=\".\">Check boxes and radio buttons in spreadsheets can be bound to cells in the current document. If the control is enabled, the value you enter in Reference value (on) is copied to the cell. If the control is disabled, the value from Reference value (off) is copied to the cell.</ahelp>"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"hd_id3159121\n"
+"71\n"
+"help.text"
+msgid "Reference value (on)"
+msgstr "Referenta vrijednost (uklj.)"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3163812\n"
+"141\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_REFVALUE\" visibility=\"hidden\">You can enter a reference value for the web form, which will be remitted to a server when sending the form. With database forms, the value entered is written in the database field, assigned to the control field.</ahelp> You can assign a reference value to option buttons and check boxes. The reference value will be remitted to a server when sending the web form. With database forms the value entered here will be written in the database assigned to the control field."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3150225\n"
+"204\n"
+"help.text"
+msgid "<emph>Reference values for web forms</emph>"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3147611\n"
+"205\n"
+"help.text"
+msgid "Reference values are useful if you design a web form and the information on the status of the control is to be transmitted to a server. If the control is clicked by the user, the corresponding reference value is sent to the server."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3149570\n"
+"194\n"
+"help.text"
+msgid "For example, if you have two control fields for the options \"feminine\" and \"masculine\", and assign a reference value of 1 to the field \"feminine\" and the value 2 to the \"masculine\" field, the value 1 is transmitted to the server if a user clicks the \"feminine\" field and value 2 is sent if the \"masculine\" field is clicked."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3150260\n"
+"206\n"
+"help.text"
+msgid "<emph>Reference values for database forms</emph>"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3150654\n"
+"207\n"
+"help.text"
+msgid "For database forms, you can also characterize the status of an option or a check box by a reference value, storing it in the database. If you have a set of three options, for example \"in progress\", \"completed\", and \"resubmission\", with the respective reference values, \"ToDo\", \"OK\", and \"RS\", these reference values appear in the database if the respective option is clicked."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"hd_id3148455\n"
+"5\n"
+"help.text"
+msgid "Data field"
+msgstr "Polje podatka"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3155852\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_CONTROLSOURCE\" visibility=\"hidden\">Specifies the field of the data source table to which the control refers.</ahelp> With database forms, you can link controls with the data fields."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3153224\n"
+"75\n"
+"help.text"
+msgid "You have several possibilities:"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3159110\n"
+"66\n"
+"help.text"
+msgid "First case: There is only one table in the form."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3156356\n"
+"67\n"
+"help.text"
+msgid "Under <emph>Data field</emph>, specify the field of the data source table whose contents you want to be displayed."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3146898\n"
+"76\n"
+"help.text"
+msgid "Second case: The control belongs to a subform that is created by an SQL query."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3154273\n"
+"77\n"
+"help.text"
+msgid "Under <emph>Data field</emph>, specify the field of the SQL statement whose contents you want to be displayed."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3153949\n"
+"78\n"
+"help.text"
+msgid "Third case: <link href=\"text/shared/02/01170900.xhp\" name=\"Combo Boxes\">Combo Boxes</link>"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3147494\n"
+"79\n"
+"help.text"
+msgid "For combo boxes, the field of the data source table in which the values entered or selected by the user should be stored is specified under <emph>Data field</emph>. The values displayed in the list of the combo box are based on an SQL statement, which is entered under <emph>List content</emph>."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3145167\n"
+"68\n"
+"help.text"
+msgid "Fourth case: <link href=\"text/shared/02/01170900.xhp\" name=\"List Boxes\">List Boxes</link>"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3153764\n"
+"91\n"
+"help.text"
+msgid "The data source table does not contain the data to be displayed, but rather a table linked to the data source table through a common data field."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3149021\n"
+"69\n"
+"help.text"
+msgid "If you want a list box to display data from a table that is linked to the current data source table, under <emph>Data field</emph> specify the field of the data source table to which the content of the list box refers. Or you can specify the database field that controls the display of the data in the form. This data field provides the link to the other table if both tables can be linked through a common data field. It is usually a data field in which unique identification numbers are stored. The data field whose contents are displayed in the form is specified by an SQL statement under <emph>List content</emph>."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3153924\n"
+"80\n"
+"help.text"
+msgid "List boxes work with references. They can either be implemented with linked tables by SQL statements (fourth case) or through value lists:"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3145641\n"
+"58\n"
+"help.text"
+msgid "<emph>References through linked tables (SQL statements)</emph>"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3147341\n"
+"59\n"
+"help.text"
+msgid "If you want a list box to display data from a database table that is linked by a common data field to the table on which the form is based, the link field of the form table is specified under <emph>Data field</emph>."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3155174\n"
+"60\n"
+"help.text"
+msgid "The link is created with an SQL Select, which, if you selected \"SQL\" or \"Native SQL\", is specified under <emph>Type of list contents</emph> in the field <emph>List content</emph>. As an example, a table \"Orders\" is linked to the current form control, and in the database a table \"Customers\" is linked to the \"Orders\" table. You can use an SQL statement as follows:"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3148537\n"
+"70\n"
+"help.text"
+msgid "SELECT CustomerName, CustomerNo FROM Customers,"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3154967\n"
+"71\n"
+"help.text"
+msgid "where \"CustomerName\" is the data field from the linked table \"Customers\", and \"CustomerNo\" is the field of the table \"Customers\" that is linked to a field of the form table \"Orders\" specified under <emph>Data field</emph>."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3163808\n"
+"55\n"
+"help.text"
+msgid "<emph>References Using Value Lists</emph>"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3145295\n"
+"56\n"
+"help.text"
+msgid "For list boxes, you can use value lists. Value lists are lists that define reference values. In this way, the control in the form does not directly display the content of a database field, but rather values assigned in the value list."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3151186\n"
+"57\n"
+"help.text"
+msgid "If you work with reference values of a value list, the contents of the data field that you specified under <emph>Data Field</emph> in the form are not visible, but rather the assigned values. If you chose \"Valuelist\" on the <emph>Data</emph> tab under <emph>Type of list contents</emph> and assigned a reference value to the visible list entries in the form under <emph>List entries</emph> (entered in the <link href=\"text/shared/02/01170101.xhp\" name=\"General\"><emph>General</emph></link> tab), then the reference values are compared with the data content of the given data field. If a reference value corresponds to the content of a data field, the associated list entries are displayed in the form."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"hd_id3154664\n"
+"3\n"
+"help.text"
+msgid "Bound field"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3148475\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_BOUNDCOLUMN\" visibility=\"hidden\">Use an index to specify the table field or table SQL query to link to the field that is provided under <emph>Data field</emph>. Valid values for this property are 1, 2, 3, and so on.</ahelp>"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10AD2\n"
+"help.text"
+msgid "If you delete the contents of the <emph>Bound field</emph> cell in the property browser, the first field of the result set is used to display and to exchange data."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3154588\n"
+"72\n"
+"help.text"
+msgid "This property for list boxes defines which data field of a linked table is displayed in the form."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3151213\n"
+"38\n"
+"help.text"
+msgid "If a list box in the form is to display contents of a table linked to the form table, then define in the <emph>Type of list contents</emph> field if the display is determined by an SQL command or the (linked) table is accessed. With the <emph>Bound field</emph> property, you use an index to specify to which data field of the query or of the table the list field is linked."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3148427\n"
+"73\n"
+"help.text"
+msgid "The property <emph>Bound field</emph> is only for forms that are used to access more than one table. If the form is based on only one table, the field to be displayed in the form is specified directly under <emph>Data field</emph>. However, if you want the list box to display data from a table that is linked to the current table over a common data field, the linked data field is defined by the property <emph>Bound field</emph>."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3150365\n"
+"39\n"
+"help.text"
+msgid "If you selected \"SQL\" under <emph>Type of list contents</emph>, the SQL command determines the index to be specified. Example: If you specify an SQL command such as \"SELECT Field1, Field2 FROM tablename\" under <emph>List content</emph>, refer to the following table:"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3154716\n"
+"40\n"
+"help.text"
+msgid "Bound field"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3150666\n"
+"41\n"
+"help.text"
+msgid "Link"
+msgstr "Veza"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3154206\n"
+"42\n"
+"help.text"
+msgid "{empty}"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3145257\n"
+"43\n"
+"help.text"
+msgid "The database field \"Field1\" is linked to the field specified under <emph>Data field</emph>."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3150887\n"
+"44\n"
+"help.text"
+msgid "1"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3156064\n"
+"45\n"
+"help.text"
+msgid "The database field \"Field2\" is linked to the field specified under <emph>Data field</emph>."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3154134\n"
+"46\n"
+"help.text"
+msgid "If you selected \"Table\" under <emph>Type of list contents</emph>, the table structure defines the index to be specified. Example: If a database table is selected under <emph>List content</emph>, refer to the following table:"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3155379\n"
+"47\n"
+"help.text"
+msgid "Bound field"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3155529\n"
+"48\n"
+"help.text"
+msgid "Link"
+msgstr "Veza"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3155373\n"
+"49\n"
+"help.text"
+msgid "{empty}"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3154260\n"
+"50\n"
+"help.text"
+msgid "The 1st column of the table is linked to the field specified under <emph>Data field</emph>."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3156448\n"
+"51\n"
+"help.text"
+msgid "1"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3154486\n"
+"52\n"
+"help.text"
+msgid "The 2nd column of the table is linked to the field specified under <emph>Data field</emph>."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3149949\n"
+"53\n"
+"help.text"
+msgid "2"
+msgstr "2"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3146767\n"
+"54\n"
+"help.text"
+msgid "The 3rd column of the table is linked to the field specified under <emph>Data field</emph>."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"hd_id3149772\n"
+"9\n"
+"help.text"
+msgid "Type of list contents"
+msgstr "Vrsta liste sadržaja"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3154419\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_LISTSOURCETYPE\" visibility=\"hidden\">Determines the data to fill the lists in list and combo boxes.</ahelp> Determines the data to fill the lists in list and combo boxes."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3153326\n"
+"13\n"
+"help.text"
+msgid "With the \"Valuelist\" option, all entries entered in the <emph>List entries</emph> field of the <link href=\"text/shared/02/01170101.xhp\" name=\"General\"><emph>General</emph></link> tab appear in the control. For database forms, you can use reference values (see the <link href=\"text/shared/02/01170102.xhp\" name=\" References Using Value Lists\"><emph>References Using Value Lists</emph></link> section)."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3153067\n"
+"14\n"
+"help.text"
+msgid "If the content of the control is read from a database, you can determine the type of the data source with the other options. For example, you can choose between tables and queries."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"hd_id3153820\n"
+"7\n"
+"help.text"
+msgid "List content"
+msgstr "Lista sadržaja"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3159171\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_LISTSOURCE\">With database forms, specifies the data source for the list content of the form-element. This field can be used to define a value list for documents without a database connection.</ahelp>"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3168456\n"
+"15\n"
+"help.text"
+msgid "In the case of database forms, the data source determines the entries of the list or combo box. Depending on the selected type, you have a choice between different data sources under <emph>List content</emph>, provided that these objects exist in your database. All available database objects of the type selected under <emph>Type of list contents</emph> are offered here. If you have selected the \"Value List\" option as the type, you can use references for database forms. If the display of the control is controlled by an SQL command, the SQL statement is entered here."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3155870\n"
+"81\n"
+"help.text"
+msgid "Examples of SQL statements:"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3144504\n"
+"82\n"
+"help.text"
+msgid "For list boxes, an SQL statement may have the following form:"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3156188\n"
+"83\n"
+"help.text"
+msgid "SELECT field1, field2 FROM table,"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3155266\n"
+"84\n"
+"help.text"
+msgid "Here \"table\" is the table whose data is displayed in the list of the control (list table). \"field1\" is the data field that defines the visible entries in the form; its content is displayed in the list box. \"field2\" is the field of the list table that is linked to the form table (value table) through the field specified under <emph>Data field</emph> if <emph>Bound field</emph> = 1 was selected."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3145074\n"
+"85\n"
+"help.text"
+msgid "For combo boxes, an SQL statement may take the following form:"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3150991\n"
+"86\n"
+"help.text"
+msgid "SELECT DISTINCT field FROM table,"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3154344\n"
+"87\n"
+"help.text"
+msgid "Here \"field\" is a data field from the list table \"table\" whose content is displayed in the list of the combo box."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3149328\n"
+"74\n"
+"help.text"
+msgid "<emph>Value lists for HTML documents</emph>"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3156034\n"
+"16\n"
+"help.text"
+msgid "For HTML forms, you can enter a value list under <emph>List content</emph>. Select the option \"Valuelist\" under <emph>Type of list contents</emph>. The values entered here will not be visible in the form, and are used to assign values to the visible entries. The entries made under <emph>List content</emph> correspond to the HTML tag <OPTION VALUE=...>."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3154855\n"
+"17\n"
+"help.text"
+msgid "In the data transfer of a selected entry from a list box or a combo box, both the list of the values displayed in the form, which was entered on the <link href=\"text/shared/02/01170101.xhp\" name=\"General\"><emph>General</emph></link> tab under <emph>List entries</emph>, and the value list entered on the <emph>Data</emph> tab under <emph>List content</emph>, are taken into consideration: If a (non-empty) text is at the selected position in the value list (<OPTION VALUE=...>), it will be transmitted. Otherwise, the text displayed in the (<OPTION>) control is sent."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3163377\n"
+"18\n"
+"help.text"
+msgid "If the value list is to contain an empty string, enter the value \"$$$empty$$$\" under <emph>List content</emph> at the corresponding position (note uppercase/lowercase). $[officename] interprets this input as an empty string and assigns it to the respective list entry."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3156309\n"
+"19\n"
+"help.text"
+msgid "The following table shows the connections between HTML, JavaScript, and the $[officename] field <emph>List content</emph> using an example list box named \"ListBox1\". In this case, \"Item\" designates a list entry visible in the form:"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3159204\n"
+"20\n"
+"help.text"
+msgid "<emph>HTML Tag</emph>"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3152539\n"
+"21\n"
+"help.text"
+msgid "<emph>JavaScript</emph>"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3158404\n"
+"22\n"
+"help.text"
+msgid "<emph>Entry in value list of the control (List content)</emph>"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3151198\n"
+"23\n"
+"help.text"
+msgid "<emph>Transmitted data</emph>"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3154668\n"
+"24\n"
+"help.text"
+msgid "<OPTION>Item"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3154269\n"
+"25\n"
+"help.text"
+msgid "Not possible"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3153109\n"
+"26\n"
+"help.text"
+msgid "\"\""
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3154596\n"
+"27\n"
+"help.text"
+msgid "the visible list entry (\"ListBox1=Item\")"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3146892\n"
+"28\n"
+"help.text"
+msgid "<OPTION VALUE=\"Value\">Item"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3154604\n"
+"29\n"
+"help.text"
+msgid "ListBox1.options[0].value=\"Value\""
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3153689\n"
+"30\n"
+"help.text"
+msgid "\"Value\""
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3159226\n"
+"31\n"
+"help.text"
+msgid "The value assigned to the list entry (\"ListBox1=Value\")"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3155944\n"
+"32\n"
+"help.text"
+msgid "<OPTION VALUE=\"\">Item"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3155147\n"
+"33\n"
+"help.text"
+msgid "ListBox1.options[0].value=\"\""
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3154763\n"
+"34\n"
+"help.text"
+msgid "\"$$$empty$$$\""
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3151012\n"
+"35\n"
+"help.text"
+msgid "An empty string (\"ListBox1=\")"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"hd_id3148901\n"
+"11\n"
+"help.text"
+msgid "Empty string is NULL"
+msgstr "Prazan string je NULL"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3145357\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_EMPTY_IS_NULL\">Defines how an empty string input should be handled. If set to Yes, an input string of length zero will be treated as a value NULL. If set to No, any input will be treated as-is without any conversion.</ahelp>"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id0820200812403467\n"
+"help.text"
+msgid "An empty string is a string of length zero (\"\"). Normally, a value NULL is not the same as an empty string. In general, a term NULL is used to denote an undefined value, an unknown value, or \"no value has been entered yet.\""
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id0820200812403455\n"
+"help.text"
+msgid "Database systems vary and they might handle a value NULL differently. Refer to documentations of the database that you are using."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"hd_id3161653\n"
+"88\n"
+"help.text"
+msgid "Filter proposal"
+msgstr "Prijedlog filtera"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3151221\n"
+"89\n"
+"help.text"
+msgid "<variable id=\"filtervorschlag\"><ahelp hid=\"HID_PROP_FILTERPROPOSAL\">While designing your form, you can set the \"Filter proposal\" property for each text box in the <emph>Data</emph> tab of the corresponding <emph>Properties</emph> dialog. In subsequent searches in the filter mode, you can select from all information contained in these fields.</ahelp> The field content can then be selected using the AutoComplete function. Note, however, that this function requires a greater amount of memory space and time, especially when used in large databases and should therefore be used sparingly. </variable>"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10EE3\n"
+"help.text"
+msgid "Linked cell"
+msgstr "Uvezana ćelija"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10EE7\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_BOUND_CELL\">Specifies the reference to a linked cell on a spreadsheet. The live state or contents of the control are linked to the cell contents.</ahelp> The following tables list the controls and their corresponding link type:"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10EF7\n"
+"help.text"
+msgid "Check box with linked cell"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F04\n"
+"help.text"
+msgid "Action"
+msgstr "Akcija"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F0A\n"
+"help.text"
+msgid "Result"
+msgstr "Rezultat"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F11\n"
+"help.text"
+msgid "Select the check box"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F17\n"
+"help.text"
+msgid "TRUE is entered into the linked cell"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F1E\n"
+"help.text"
+msgid "Deselect the check box"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F24\n"
+"help.text"
+msgid "FALSE is entered into the linked cell"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F2B\n"
+"help.text"
+msgid "Tri-state check box is set to \"undetermined\" state"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F31\n"
+"help.text"
+msgid "#NV is entered into the linked cell"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F38\n"
+"help.text"
+msgid "Enter a number or a formula that returns a number in the linked cell"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F3E\n"
+"help.text"
+msgid "If entered value is TRUE or not 0: Check box is selected<br/>If entered value is FALSE or 0: Check box is deselected"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F47\n"
+"help.text"
+msgid "Clear the linked cell, or enter text, or enter a formula that returns text or an error"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F4D\n"
+"help.text"
+msgid "Check box is set to \"undetermined\" state if it is a tri-state check box, else check box is deselected."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11023\n"
+"help.text"
+msgid "Select the box. The Reference value box contains text."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1103A\n"
+"help.text"
+msgid "The text from the Reference value box is copied to the cell."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11040\n"
+"help.text"
+msgid "Deselect the box. The Reference value box contains text."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11008\n"
+"help.text"
+msgid "An empty string is copied to the cell."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1104B\n"
+"help.text"
+msgid "The Reference value box contains text. Enter the same text into the cell."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11050\n"
+"help.text"
+msgid "The check box is selected."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11056\n"
+"help.text"
+msgid "The Reference value box contains text. Enter another text into the cell."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1105B\n"
+"help.text"
+msgid "The check box is deselected."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F58\n"
+"help.text"
+msgid "Option button (radio button) with linked cell"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F65\n"
+"help.text"
+msgid "Action"
+msgstr "Akcija"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F6B\n"
+"help.text"
+msgid "Result"
+msgstr "Rezultat"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F72\n"
+"help.text"
+msgid "Select the option button"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F78\n"
+"help.text"
+msgid "TRUE is entered into the linked cell"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F7F\n"
+"help.text"
+msgid "Option button is deselected by selecting another option button"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F85\n"
+"help.text"
+msgid "FALSE is entered into the linked cell"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F8C\n"
+"help.text"
+msgid "Enter a number or a formula that returns a number in the linked cell"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F92\n"
+"help.text"
+msgid "If entered value is TRUE or not 0: Option button is selected<br/>If entered value is FALSE or 0: Option button is deselected"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F9B\n"
+"help.text"
+msgid "Clear the linked cell, or enter text, or enter a formula that returns text or an error"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10FA1\n"
+"help.text"
+msgid "Option button is deselected"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110EF\n"
+"help.text"
+msgid "Click the option button. The Reference value box contains text."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110F4\n"
+"help.text"
+msgid "The text from the Reference value box is copied to the cell."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110FA\n"
+"help.text"
+msgid "Click another option button of the same group. The Reference value box contains text."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110EA\n"
+"help.text"
+msgid "An empty string is copied to the cell."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11105\n"
+"help.text"
+msgid "The Reference value box contains text. Enter the same text into the cell."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1110A\n"
+"help.text"
+msgid "The option button is selected."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11110\n"
+"help.text"
+msgid "The Reference value box contains text. Enter another text into the cell."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11115\n"
+"help.text"
+msgid "The option button is cleared."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10FAC\n"
+"help.text"
+msgid "Text box with linked cell"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10FB9\n"
+"help.text"
+msgid "Action"
+msgstr "Akcija"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10FBF\n"
+"help.text"
+msgid "Result"
+msgstr "Rezultat"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10FC6\n"
+"help.text"
+msgid "Enter text into the text box"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10FCC\n"
+"help.text"
+msgid "Text is copied into the linked cell"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10FD3\n"
+"help.text"
+msgid "Clear the text box"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10FD9\n"
+"help.text"
+msgid "Linked cell is cleared"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10FE0\n"
+"help.text"
+msgid "Enter text or a number in the linked cell"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10FE6\n"
+"help.text"
+msgid "Text or number is copied into the text box"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10FED\n"
+"help.text"
+msgid "Enter a formula into the linked cell"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10FF3\n"
+"help.text"
+msgid "Formula result is copied into the text box"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10FFA\n"
+"help.text"
+msgid "Clear the linked cell"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11000\n"
+"help.text"
+msgid "Text box is cleared"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1100B\n"
+"help.text"
+msgid "Numerical field and formatted field with linked cell"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11018\n"
+"help.text"
+msgid "Action"
+msgstr "Akcija"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1101E\n"
+"help.text"
+msgid "Result"
+msgstr "Rezultat"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11025\n"
+"help.text"
+msgid "Enter a number into the field"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1102B\n"
+"help.text"
+msgid "Number is copied into the linked cell"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11032\n"
+"help.text"
+msgid "Clear the field"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11038\n"
+"help.text"
+msgid "Value 0 is set in the linked cell"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1103F\n"
+"help.text"
+msgid "Enter a number or a formula that returns a number in the linked cell"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11045\n"
+"help.text"
+msgid "Number is copied into the field"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1104C\n"
+"help.text"
+msgid "Clear the linked cell, or enter text, or enter a formula that returns text or an error"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11052\n"
+"help.text"
+msgid "Value 0 is set in the field"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1105D\n"
+"help.text"
+msgid "List box with linked cell"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11060\n"
+"help.text"
+msgid "List boxes support two different linking modes, see the property \"Contents of the linked cell\"."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11066\n"
+"help.text"
+msgid "Linked contents: Synchronize the text contents of the selected list box entry with the cell contents."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1106A\n"
+"help.text"
+msgid "Linked selection position: The position of the single selected item in the list box is synchronized with the numerical value in the cell."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11077\n"
+"help.text"
+msgid "Action"
+msgstr "Akcija"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1107D\n"
+"help.text"
+msgid "Result"
+msgstr "Rezultat"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11084\n"
+"help.text"
+msgid "Select a single list item"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1108A\n"
+"help.text"
+msgid "Contents are linked: Text of the item is copied into the linked cell."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1108D\n"
+"help.text"
+msgid "Selection is linked: Position of the selected item is copied into the linked cell. For example, if the third item is selected, the number 3 will be copied."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11094\n"
+"help.text"
+msgid "Select several list items"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1109A\n"
+"help.text"
+msgid "#NV is entered into the linked cell"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110A1\n"
+"help.text"
+msgid "Deselect all list items"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110A7\n"
+"help.text"
+msgid "Contents are linked: Linked cell is cleared"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110AA\n"
+"help.text"
+msgid "Selection is linked: Value 0 is entered in the linked cell"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110B1\n"
+"help.text"
+msgid "Enter text or a number into the linked cell"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110B7\n"
+"help.text"
+msgid "Contents are linked: Find and select an equal list item"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110BA\n"
+"help.text"
+msgid "Selection is linked: The list item at the specified position (starting with 1 for the first item) is selected. If not found, all items are deselected."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110C1\n"
+"help.text"
+msgid "Enter a formula into the linked cell"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110C7\n"
+"help.text"
+msgid "Find and select a list item that matches the formula result and link mode"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110CE\n"
+"help.text"
+msgid "Clear the linked cell"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110D4\n"
+"help.text"
+msgid "Deselect all items in the list box"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110DB\n"
+"help.text"
+msgid "Change the contents of the list source range"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110E1\n"
+"help.text"
+msgid "List box items are updated according to the change. The selection is preserved. This may cause an update to the linked cell."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110EC\n"
+"help.text"
+msgid "Combo box with linked cell"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110F9\n"
+"help.text"
+msgid "Action"
+msgstr "Akcija"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110FF\n"
+"help.text"
+msgid "Result"
+msgstr "Rezultat"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11106\n"
+"help.text"
+msgid "Enter text into the edit field of the combo box, or select an entry from the drop-down list"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1110C\n"
+"help.text"
+msgid "Text is copied into the linked cell"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11113\n"
+"help.text"
+msgid "Clear the edit field of the combo box"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11119\n"
+"help.text"
+msgid "Linked cell is cleared"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11120\n"
+"help.text"
+msgid "Enter text or a number into the linked cell"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11126\n"
+"help.text"
+msgid "Text or number is copied into the edit field of the combo box"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1112D\n"
+"help.text"
+msgid "Enter a formula into the linked cell"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11133\n"
+"help.text"
+msgid "Formula result is copied into the edit field of the combo box"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1113A\n"
+"help.text"
+msgid "Clear the linked cell"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11140\n"
+"help.text"
+msgid "Edit field of the combo box is cleared"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11147\n"
+"help.text"
+msgid "Change the contents of the list source range"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1114D\n"
+"help.text"
+msgid "Drop-down list items are updated according to the change. The edit field of the combo box and the linked cell are not changed."
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11163\n"
+"help.text"
+msgid "Contents of the linked cell"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11167\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_CELL_EXCHANGE_TYPE\">Select the mode of linking a list box with a linked cell on a spreadsheet.</ahelp>"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11179\n"
+"help.text"
+msgid "Linked contents: Synchronize the text contents of the selected list box entry with the cell contents. Select \"The selected entry\""
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1117D\n"
+"help.text"
+msgid "Linked selection position: The position of the single selected item in the list box is synchronized with the numerical value in the cell. Select \"Position of the selected entry\""
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1118B\n"
+"help.text"
+msgid "Source cell range"
+msgstr ""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN111A1\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_LIST_CELL_RANGE\">Enter a cell range that contains the entries for a list box or combo box on a spreadsheet.</ahelp> If you enter a multi-column range, only the contents of the leftmost column are used to fill the control."
+msgstr ""
+
+#: 01170902.xhp
+msgctxt ""
+"01170902.xhp\n"
+"tit\n"
+"help.text"
+msgid "Combo/List Box Wizard: Field Selection"
+msgstr ""
+
+#: 01170902.xhp
+msgctxt ""
+"01170902.xhp\n"
+"hd_id3153323\n"
+"14\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170902.xhp\" name=\"Combo/List Box Wizard: Field Selection\">Combo/List Box Wizard: Field Selection</link>"
+msgstr ""
+
+#: 01170902.xhp
+msgctxt ""
+"01170902.xhp\n"
+"par_id3154228\n"
+"9\n"
+"help.text"
+msgid "Select the data field specified in the table on the previous page, whose contents should be displayed in the list or combo box."
+msgstr ""
+
+#: 01170902.xhp
+msgctxt ""
+"01170902.xhp\n"
+"hd_id3153894\n"
+"10\n"
+"help.text"
+msgid "Available Fields"
+msgstr ""
+
+#: 01170902.xhp
+msgctxt ""
+"01170902.xhp\n"
+"par_id3093440\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"DBP_LISTBOX_RID_PAGE_LCW_CONTENTSELECTION_FIELD_LB_SELECTFIELD\">Displays all table fields chosen on the previous Wizard page.</ahelp>"
+msgstr ""
+
+#: 01170902.xhp
+msgctxt ""
+"01170902.xhp\n"
+"hd_id3145669\n"
+"12\n"
+"help.text"
+msgid "Display Field"
+msgstr ""
+
+#: 01170902.xhp
+msgctxt ""
+"01170902.xhp\n"
+"par_id3145136\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"DBP_EDIT_RID_PAGE_LCW_CONTENTSELECTION_FIELD_ET_DISPLAYEDFIELD\">Specifies the field whose data are to be shown in the combo or list boxes.</ahelp>"
+msgstr ""
+
+#: 01170902.xhp
+msgctxt ""
+"01170902.xhp\n"
+"par_id3145345\n"
+"19\n"
+"help.text"
+msgid "The field name given here appears in the <link href=\"text/shared/02/01170102.xhp\" name=\"Control properties\">Control properties</link> as an element of an SQL statement in the <emph>List Contents</emph> field."
+msgstr ""
+
+#: 14060000.xhp
+msgctxt ""
+"14060000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Alias"
+msgstr "Nadimak (alias)"
+
+#: 14060000.xhp
+msgctxt ""
+"14060000.xhp\n"
+"hd_id3150758\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/14060000.xhp\" name=\"Alias\">Alias</link>"
+msgstr "<link href=\"text/shared/02/14060000.xhp\" name=\"Alias\">Nadimak (alias)</link>"
+
+#: 14060000.xhp
+msgctxt ""
+"14060000.xhp\n"
+"par_id3148731\n"
+"2\n"
+"help.text"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewAliases\">Displays the \"Alias\" row in the lower part of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>.</ahelp>"
+msgstr "<ahelp visibility=\"visible\" hid=\".uno:DBViewAliases\">Prikazuje \"Alias\" red u donjem dijelu <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>.</ahelp>"
+
+#: 14060000.xhp
+msgctxt ""
+"14060000.xhp\n"
+"par_id3150808\n"
+"help.text"
+msgid "<image src=\"cmd/sc_dbviewaliases.png\" id=\"img_id3151315\"><alt id=\"alt_id3151315\">Icon</alt></image>"
+msgstr ""
+
+#: 14060000.xhp
+msgctxt ""
+"14060000.xhp\n"
+"par_id3151234\n"
+"3\n"
+"help.text"
+msgid "Alias"
+msgstr "Nadimak (alias)"
+
+#: 20060000.xhp
+msgctxt ""
+"20060000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Document Modification"
+msgstr ""
+
+#: 20060000.xhp
+msgctxt ""
+"20060000.xhp\n"
+"hd_id3147477\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/20060000.xhp\" name=\"Document Modification\">Document Modification</link>"
+msgstr ""
+
+#: 20060000.xhp
+msgctxt ""
+"20060000.xhp\n"
+"par_id3148731\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"SID_MODIFYSTATUS\">If changes to the document have not yet been saved, a \"*\" is displayed in this field on the Status Bar. This also applies to new, not yet saved documents.</ahelp>"
+msgstr ""
+
+#: 02020000.xhp
+msgctxt ""
+"02020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Font Name"
+msgstr ""
+
+#: 02020000.xhp
+msgctxt ""
+"02020000.xhp\n"
+"bm_id3148983\n"
+"help.text"
+msgid "<bookmark_value>fonts; specifying several</bookmark_value><bookmark_value>alternative fonts</bookmark_value><bookmark_value>characters; alternative fonts</bookmark_value>"
+msgstr ""
+
+#: 02020000.xhp
+#, fuzzy
+msgctxt ""
+"02020000.xhp\n"
+"hd_id3150808\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/02020000.xhp\" name=\"Font Name\">Font Name</link>"
+msgstr "<link href=\"text/shared/02/20100000.xhp\" name=\"Date\">Datum</link>"
+
+#: 02020000.xhp
+msgctxt ""
+"02020000.xhp\n"
+"par_id3156414\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"schriftarttext\"><ahelp hid=\".uno:CharFontName\">Allows you to select a font name from the list or enter a font name directly.</ahelp></variable>"
+msgstr ""
+
+#: 02020000.xhp
+msgctxt ""
+"02020000.xhp\n"
+"par_id3153750\n"
+"10\n"
+"help.text"
+msgid "You can enter several fonts, separated by semicolons. $[officename] uses each named font in succession if the previous fonts are not available."
+msgstr ""
+
+#: 02020000.xhp
+msgctxt ""
+"02020000.xhp\n"
+"par_id3153394\n"
+"11\n"
+"help.text"
+msgid "Any font changes apply to the selected text or word in which the cursor is positioned. If no text has been selected, the font applies to text typed afterwards."
+msgstr ""
+
+#: 02020000.xhp
+msgctxt ""
+"02020000.xhp\n"
+"par_id3155941\n"
+"8\n"
+"help.text"
+msgid "The last five font names that have been selected are shown in the top part of the combo box, if you have marked the <emph>Font history</emph> field in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - View</emph>. As soon as you close your document, the normal alphabetic numbering of the installed fonts will be recreated."
+msgstr ""
+
+#: 02020000.xhp
+#, fuzzy
+msgctxt ""
+"02020000.xhp\n"
+"par_id3145315\n"
+"help.text"
+msgid "<image id=\"img_id3154810\" src=\"res/helpimg/swh00055.png\" width=\"1.25in\" height=\"0.2398in\"><alt id=\"alt_id3154810\">Icon</alt></image>"
+msgstr "<image id=\"img_id3154510\" src=\"cmd/sc_linetoolbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154510\">Icon</alt></image>"
+
+#: 02020000.xhp
+msgctxt ""
+"02020000.xhp\n"
+"par_id3150085\n"
+"3\n"
+"help.text"
+msgid "Font Name"
+msgstr ""
+
+#: 02020000.xhp
+msgctxt ""
+"02020000.xhp\n"
+"par_id3156024\n"
+"4\n"
+"help.text"
+msgid "In $[officename] you see the available fonts only if a printer is installed as the default printer in your system. <switchinline select=\"sys\"><caseinline select=\"UNIX\">With the <link href=\"text/shared/guide/spadmin.xhp\" name=\"spadmin\">spadmin</link> program you can define a printer as the default printer. </caseinline><defaultinline>In order to install a printer as the default printer please refer to your operating system documentation.</defaultinline></switchinline>"
+msgstr ""
+
+#: 02020000.xhp
+msgctxt ""
+"02020000.xhp\n"
+"par_id3148550\n"
+"7\n"
+"help.text"
+msgid "<variable id=\"vorschautext\">You can see the name of the fonts formatted in their respective font if you mark the <emph>Preview in fonts lists</emph> field in <link href=\"text/shared/optionen/01010800.xhp\" name=\"$[officename] - View\">$[officename] - View</link> in the Options dialog box.</variable>"
+msgstr ""
+
+#: 02020000.xhp
+msgctxt ""
+"02020000.xhp\n"
+"par_id3154125\n"
+"6\n"
+"help.text"
+msgid "If you receive an error message that states that certain fonts have not been found, you can install them with <emph>$[officename] Setup</emph> in the <emph>Repair</emph> mode if it is a $[officename] font."
+msgstr ""
+
+#: 20020000.xhp
+msgctxt ""
+"20020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Current Page Style"
+msgstr "Trenutni stil stranice"
+
+#: 20020000.xhp
+msgctxt ""
+"20020000.xhp\n"
+"bm_id3083278\n"
+"help.text"
+msgid "<bookmark_value>page styles;editing/applying with statusbar</bookmark_value>"
+msgstr ""
+
+#: 20020000.xhp
+msgctxt ""
+"20020000.xhp\n"
+"hd_id3083278\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/20020000.xhp\" name=\"Current Page Style\">Current Page Style</link>"
+msgstr "<link href=\"text/shared/02/20020000.xhp\" name=\"Trenutni stil stranice\">Trenutni stil stranice</link>"
+
+#: 20020000.xhp
+msgctxt ""
+"20020000.xhp\n"
+"par_id3148731\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:LayoutStatus\">Displays the current Page Style. Double-click to edit the style, right-click to select another style.</ahelp>"
+msgstr "<ahelp hid=\".uno:LayoutStatus\">Prikaze trenutni stil.Dupli klik da editujes stil, desni klik da selektujes novi stil.</ahelp>"
+
+#: 20020000.xhp
+msgctxt ""
+"20020000.xhp\n"
+"par_id3149283\n"
+"3\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Double-click the<emph> Page Style field </emph>to open the <link href=\"text/swriter/01/05040000.xhp\" name=\"Page Style\">Page Style</link> dialog, in which you can edit the style for the current page. In the context menu of this field, you can apply a Page Style. </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Dupli klik <emph>Page Style field</emph> to open the <link href=\"text/swriter/01/05040000.xhp\" name=\"Page Style\">Stil stranice</link> dialog, u kojem mozete editovat stil za sadasnju stranicu. U kontekstnom meniju ovog polja, mozete aplicirati Stil Stranice. </caseinline></switchinline>"
+
+#: 20020000.xhp
+msgctxt ""
+"20020000.xhp\n"
+"par_id3151234\n"
+"4\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Double-click the <emph>Page Style</emph> field to open the <link href=\"text/scalc/01/05070000.xhp\" name=\"Page Style\">Page Style</link> dialog, in which you can edit the style for the current page. </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Dupli klik na <emph>Stil stranice</emph> polje da bi otvorili <link href=\"text/scalc/01/05070000.xhp\" name=\"Page Style\">Stil stranice</link> dialog, u kojem mozete editovat stil za trenutnu stranicu. </caseinline></switchinline>"
+
+#: 20020000.xhp
+msgctxt ""
+"20020000.xhp\n"
+"par_id3149346\n"
+"5\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Double-click this field to open the <link href=\"text/simpress/01/05120000.xhp\" name=\"Page Style\">Slide Design</link> dialog in which you can select the style for the current slide. You can select a different paper format or background. </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Dupli klik na <emph>Page Style</emph> polje da otvorite <link href=\"text/simpress/01/05120000.xhp\" name=\"Page Style\">Page Style</link> dialog u kojem mozete odabrati stil za aktivnu stranicu. Mozete odabrati drugi format papira ili pozadinu. </caseinline></switchinline>"
+
+#: 20020000.xhp
+msgctxt ""
+"20020000.xhp\n"
+"par_id3147008\n"
+"6\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Double-click this field to open the <link href=\"text/simpress/01/05120000.xhp\" name=\"Page Style\">Slide Design</link> dialog in which you select the style for the current page. You can select a different paper format or background. </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Dupli klik na <emph>Page Style</emph> field to open the <link href=\"text/simpress/01/05120000.xhp\" name=\"Page Style\">Page Style</link> dialog u kojem mozete selektovat stil za trenutnu stranicu. Mozete odabrati drugi format papira ili pozadinu. </caseinline></switchinline>"
+
+#: 20090000.xhp
+msgctxt ""
+"20090000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Time"
+msgstr "Vrijeme"
+
+#: 20090000.xhp
+msgctxt ""
+"20090000.xhp\n"
+"hd_id3152823\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/20090000.xhp\" name=\"Time\">Time</link>"
+msgstr "<link href=\"text/shared/02/20090000.xhp\" name=\"Time\">Vrijeme</link>"
+
+#: 20090000.xhp
+msgctxt ""
+"20090000.xhp\n"
+"par_id3151299\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:CurrentTime\" visibility=\"visible\">Displays the current time.</ahelp>"
+msgstr ""
+
+#: 01170002.xhp
+msgctxt ""
+"01170002.xhp\n"
+"tit\n"
+"help.text"
+msgid "Special properties of a formatted field"
+msgstr ""
+
+#: 01170002.xhp
+msgctxt ""
+"01170002.xhp\n"
+"bm_id3150774\n"
+"help.text"
+msgid "<bookmark_value>formatted fields; properties</bookmark_value><bookmark_value>fields; formatted fields</bookmark_value><bookmark_value>controls; formatted fields</bookmark_value>"
+msgstr ""
+
+#: 01170002.xhp
+msgctxt ""
+"01170002.xhp\n"
+"hd_id3150774\n"
+"131\n"
+"help.text"
+msgid "Special properties of a formatted field"
+msgstr ""
+
+#: 01170002.xhp
+msgctxt ""
+"01170002.xhp\n"
+"par_id3156410\n"
+"127\n"
+"help.text"
+msgid "<emph>Formatting</emph>: You can set the <emph>Formatting </emph>property by clicking the <emph>... </emph>button in the <emph>Formatting</emph> line of the <emph>Properties: Formatted Field</emph> dialog. The <emph>Number Format</emph> dialog appears."
+msgstr ""
+
+#: 01170002.xhp
+msgctxt ""
+"01170002.xhp\n"
+"par_id3150443\n"
+"128\n"
+"help.text"
+msgid "If the formatted field is connected to the text field of a database, the entries in this field will be treated as text. If the formatted field is connected to a field of the database that can be displayed as a number, the input is treated as numbers. The date and time are also handled internally as numbers."
+msgstr ""
+
+#: 01170002.xhp
+msgctxt ""
+"01170002.xhp\n"
+"par_id3150976\n"
+"129\n"
+"help.text"
+msgid "<emph>Min. value</emph> and <emph>Max. value</emph>: You can enter the minimum and maximum numeric value for a formatted field. The min and max values determine the output of existing data (Example: Min. value is 5, the connected database field contains the integer value 3. The output is 5, but the value in the database is not modified) and the input of new data (Example: Max. value is 10 and you enter 20. The input is corrected and 10 is written in the database). If the fields are not filled in for <emph>Min. value </emph>and <emph>Max. value</emph>, no limits will be applied. For formatted fields that are connected to a database text field, these two values and the <emph>Default value</emph> do not apply."
+msgstr ""
+
+#: 01170002.xhp
+msgctxt ""
+"01170002.xhp\n"
+"par_id3153665\n"
+"130\n"
+"help.text"
+msgid "<emph>Default value</emph>: This value is set for new records as the default value."
+msgstr ""
+
+#: 02030000.xhp
+msgctxt ""
+"02030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Font Size"
+msgstr ""
+
+#: 02030000.xhp
+#, fuzzy
+msgctxt ""
+"02030000.xhp\n"
+"hd_id3085157\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/02030000.xhp\" name=\"Font Size\">Font Size</link>"
+msgstr "<link href=\"text/shared/02/20100000.xhp\" name=\"Date\">Datum</link>"
+
+#: 02030000.xhp
+msgctxt ""
+"02030000.xhp\n"
+"par_id3150014\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"schriftgroessetext\"><ahelp hid=\".uno:FontHeight\" visibility=\"visible\">Allows you to choose between different font sizes from the list, or to enter a size manually.</ahelp></variable>"
+msgstr ""
+
+#: 02030000.xhp
+msgctxt ""
+"02030000.xhp\n"
+"par_id3153255\n"
+"help.text"
+msgid "<image src=\"res/helpimg/swh00056.png\" id=\"img_id3109850\" localize=\"true\"><alt id=\"alt_id3109850\">Icon</alt></image>"
+msgstr ""
+
+#: 02030000.xhp
+msgctxt ""
+"02030000.xhp\n"
+"par_id3159194\n"
+"4\n"
+"help.text"
+msgid "Font Size"
+msgstr ""
+
+#: 02030000.xhp
+msgctxt ""
+"02030000.xhp\n"
+"par_id3153049\n"
+"help.text"
+msgid "<image src=\"res/helpimg/swh00056.png\" id=\"img_id3154751\" localize=\"true\"><alt id=\"alt_id3154751\">Icon</alt></image>"
+msgstr ""
+
+#: 02030000.xhp
+msgctxt ""
+"02030000.xhp\n"
+"par_id3145314\n"
+"3\n"
+"help.text"
+msgid "Font Size"
+msgstr ""
+
+#: 02010000.xhp
+msgctxt ""
+"02010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Apply Style"
+msgstr ""
+
+#: 02010000.xhp
+#, fuzzy
+msgctxt ""
+"02010000.xhp\n"
+"hd_id3148520\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/02010000.xhp\" name=\"Apply Style\">Apply Style</link>"
+msgstr "<link href=\"text/shared/02/20100000.xhp\" name=\"Date\">Datum</link>"
+
+#: 02010000.xhp
+msgctxt ""
+"02010000.xhp\n"
+"par_id3155351\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:StyleApply\">Assigns a style to the current paragraph, selected paragraphs, or to a selected object.</ahelp>"
+msgstr ""
+
+#: 02010000.xhp
+msgctxt ""
+"02010000.xhp\n"
+"par_idN10621\n"
+"help.text"
+msgid "To reset the selected objects to the default paragraph style, select Clear formatting. Select More to open the Styles and Formatting window."
+msgstr ""
+
+#: 02010000.xhp
+msgctxt ""
+"02010000.xhp\n"
+"par_id3155552\n"
+"help.text"
+msgid "<image id=\"img_id3152801\" src=\"res/helpimg/zellvor.png\" width=\"1.0402in\" height=\"0.2098in\" localize=\"true\"><alt id=\"alt_id3152801\">Apply Style</alt></image>"
+msgstr ""
+
+#: 02010000.xhp
+msgctxt ""
+"02010000.xhp\n"
+"par_id3145345\n"
+"3\n"
+"help.text"
+msgid "Apply Style"
+msgstr ""
+
+#: 08010000.xhp
+msgctxt ""
+"08010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Document Information"
+msgstr "Informacije o dokumentu"
+
+#: 08010000.xhp
+msgctxt ""
+"08010000.xhp\n"
+"hd_id3153383\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/08010000.xhp\" name=\"Document Information\">Document Information</link>"
+msgstr ""
+
+#: 08010000.xhp
+msgctxt ""
+"08010000.xhp\n"
+"par_id3155271\n"
+"2\n"
+"help.text"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:StatusGetTitle\">Displays information about the active <item type=\"productname\">%PRODUCTNAME</item> Basic document.</ahelp> The names of the document, the library, and the module are displayed, separated by dots."
+msgstr ""
+
+#: 13010000.xhp
+msgctxt ""
+"13010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Setting Tabs"
+msgstr "Tabovi za postavke"
+
+#: 13010000.xhp
+#, fuzzy
+msgctxt ""
+"13010000.xhp\n"
+"hd_id3148668\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/13010000.xhp\" name=\"Setting Tabs\">Setting Tabs</link>"
+msgstr "<link href=\"text/shared/02/14060000.xhp\" name=\"Alias\">Nadimak (alias)</link>"
+
+#: 13010000.xhp
+msgctxt ""
+"13010000.xhp\n"
+"par_id3154873\n"
+"2\n"
+"help.text"
+msgid "On the ruler, set the tabs for the current paragraph, or all selected paragraphs, using the mouse."
+msgstr "Na pravilniku,postavite tabove sa trenutni paragraf,ili odabrani paragraf,koristeci mis."
+
+#: 13010000.xhp
+msgctxt ""
+"13010000.xhp\n"
+"par_id3148520\n"
+"3\n"
+"help.text"
+msgid "Initially the default tabs are shown on the horizontal ruler. Once you set a tab, only the default tabs to the right of the tab that you have set are available."
+msgstr "Stalni tabovi prikazani na horizontalnom pravilniku.Jednom kad postavite tab,Samo postojeci tabovi desno koje ste postavili su upotrebljivi."
+
+#: basicshapes.xhp
+msgctxt ""
+"basicshapes.xhp\n"
+"tit\n"
+"help.text"
+msgid "Basic Shapes"
+msgstr "Osnovni oblici"
+
+#: basicshapes.xhp
+msgctxt ""
+"basicshapes.xhp\n"
+"par_idN10557\n"
+"help.text"
+msgid "<link href=\"text/shared/02/basicshapes.xhp\">Basic Shapes</link>"
+msgstr ""
+
+#: basicshapes.xhp
+msgctxt ""
+"basicshapes.xhp\n"
+"par_idN10567\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Basic Shapes toolbar which you can use to insert graphics into your document.</ahelp>"
+msgstr ""
+
+#: basicshapes.xhp
+msgctxt ""
+"basicshapes.xhp\n"
+"par_idN10591\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click an icon on the Basic Shapes toolbar, and then drag in the document to draw the shape.</ahelp>"
+msgstr ""
+
+#: basicshapes.xhp
+msgctxt ""
+"basicshapes.xhp\n"
+"par_idN10594\n"
+"help.text"
+msgid "Some shapes have a handle which you can drag to change the properties of the shape. The mouse pointer changes to a hand symbol over these special handles."
+msgstr ""
+
+#: callouts.xhp
+msgctxt ""
+"callouts.xhp\n"
+"tit\n"
+"help.text"
+msgid "Callouts"
+msgstr ""
+
+#: callouts.xhp
+msgctxt ""
+"callouts.xhp\n"
+"bm_id9298379\n"
+"help.text"
+msgid "<bookmark_value>callouts; drawings</bookmark_value><bookmark_value>speech bubbles</bookmark_value>"
+msgstr ""
+
+#: callouts.xhp
+#, fuzzy
+msgctxt ""
+"callouts.xhp\n"
+"par_idN1055A\n"
+"help.text"
+msgid "<link href=\"text/shared/02/callouts.xhp\">Callouts</link>"
+msgstr "<link href=\"text/shared/02/colortoolbar.xhp\">Boja</link>"
+
+#: callouts.xhp
+msgctxt ""
+"callouts.xhp\n"
+"par_idN1056A\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Callouts toolbar from which you can insert graphics into your document.</ahelp>"
+msgstr ""
+
+#: callouts.xhp
+msgctxt ""
+"callouts.xhp\n"
+"par_idN10594\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click an icon from the Callouts toolbar, then drag in the document to draw the shape.</ahelp>"
+msgstr ""
+
+#: callouts.xhp
+msgctxt ""
+"callouts.xhp\n"
+"par_idN10597\n"
+"help.text"
+msgid "Some shapes have a special handle which you can drag to change properties of the shape. The mouse pointer changes to a hand symbol over these special handles."
+msgstr ""
+
+#: 01170904.xhp
+msgctxt ""
+"01170904.xhp\n"
+"tit\n"
+"help.text"
+msgid "Combo Box Wizard: Database Field"
+msgstr ""
+
+#: 01170904.xhp
+msgctxt ""
+"01170904.xhp\n"
+"hd_id3144740\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170904.xhp\" name=\"Combo Box Wizard: Database Field\">Combo Box Wizard: Database Field</link>"
+msgstr ""
+
+#: 01170904.xhp
+msgctxt ""
+"01170904.xhp\n"
+"par_id3153323\n"
+"2\n"
+"help.text"
+msgid "With the combination fields, you can either save the value of a field in a database or display this value in a form."
+msgstr ""
+
+#: 01170904.xhp
+msgctxt ""
+"01170904.xhp\n"
+"par_id3155150\n"
+"12\n"
+"help.text"
+msgid "The user values entered in the combination field or selected in the list can be saved in the database table that is accessed in the form. Note that the saving of values in another table is not possible. If the values are not to be saved in a database, they will be saved only in the form. This is especially helpful in HTML forms, where the user's entered or selected values are to be assigned to a server."
+msgstr ""
+
+#: 01170904.xhp
+msgctxt ""
+"01170904.xhp\n"
+"hd_id3149760\n"
+"3\n"
+"help.text"
+msgid "Do you want to save the value in a database field?"
+msgstr "Da li želite snimiti vrijednost u polje baze podataka?"
+
+#: 01170904.xhp
+msgctxt ""
+"01170904.xhp\n"
+"par_id3150178\n"
+"4\n"
+"help.text"
+msgid "Two options are available for this question:"
+msgstr ""
+
+#: 01170904.xhp
+msgctxt ""
+"01170904.xhp\n"
+"hd_id3153394\n"
+"5\n"
+"help.text"
+msgid "Yes, I want to save it in the following database field"
+msgstr ""
+
+#: 01170904.xhp
+msgctxt ""
+"01170904.xhp\n"
+"par_id3147043\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"DBP_RADIOBUTTON_RID_PAGE_OPTION_DBFIELD_RB_STOREINFIELD_YES\">Specifies whether the user's entered or selected combination field value should be saved in a database field.</ahelp> Several database table fields are offered which can be accessed in the current form."
+msgstr ""
+
+#: 01170904.xhp
+msgctxt ""
+"01170904.xhp\n"
+"par_id3145212\n"
+"11\n"
+"help.text"
+msgid "In <link href=\"text/shared/02/01170102.xhp\" name=\"Control - Properties\">Control - Properties</link> the selected field appears as an entry in the <emph>Data</emph> tab page under <emph>Data field</emph>."
+msgstr ""
+
+#: 01170904.xhp
+msgctxt ""
+"01170904.xhp\n"
+"hd_id3149177\n"
+"7\n"
+"help.text"
+msgid "List field"
+msgstr ""
+
+#: 01170904.xhp
+msgctxt ""
+"01170904.xhp\n"
+"par_id3147008\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"DBP_LISTBOX_RID_PAGE_OPTION_DBFIELD_LB_STOREINFIELD\">Specifies the data field where the combination field value should be saved.</ahelp>"
+msgstr ""
+
+#: 01170904.xhp
+msgctxt ""
+"01170904.xhp\n"
+"hd_id3148538\n"
+"9\n"
+"help.text"
+msgid "No, I only want to save the value in the form"
+msgstr ""
+
+#: 01170904.xhp
+msgctxt ""
+"01170904.xhp\n"
+"par_id3149398\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"DBP_RADIOBUTTON_RID_PAGE_OPTION_DBFIELD_RB_STOREINFIELD_NO\">Specifies that the value of this combination field will not be written in the database and will only be saved in the form.</ahelp>"
+msgstr ""
diff --git a/source/bs/helpcontent2/source/text/shared/optionen.po b/source/bs/helpcontent2/source/text/shared/optionen.po
index 587c08d0114..c412fd9a005 100644
--- a/source/bs/helpcontent2/source/text/shared/optionen.po
+++ b/source/bs/helpcontent2/source/text/shared/optionen.po
@@ -7823,3 +7823,8309 @@ msgctxt ""
"help.text"
msgid "User-defined dictionaries"
msgstr "Korisnički definisani rječnici"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3155419\n"
+"62\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CLB_EDIT_MODULES_DICS\">Lists the available user dictionaries.</ahelp> Mark the user dictionaries that you want to use for spellcheck and hyphenation."
+msgstr ""
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3144511\n"
+"63\n"
+"help.text"
+msgid "New"
+msgstr "Novo"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3146794\n"
+"64\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SFXPAGE_LINGU_PB_LINGU_DICS_NEW_DIC\">Opens the <emph>New Dictionary</emph> dialog, in which you can name a new user-defined dictionary or dictionary of exceptions and specify the language.</ahelp>"
+msgstr ""
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3151054\n"
+"65\n"
+"help.text"
+msgid "New Dictionary"
+msgstr "Novi rječnik"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3153360\n"
+"66\n"
+"help.text"
+msgid "In the <emph>Dictionary</emph> section you can name a new user-defined dictionary or dictionary of exceptions and specify the language."
+msgstr ""
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3150398\n"
+"67\n"
+"help.text"
+msgid "Name"
+msgstr "Ime"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3153192\n"
+"68\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:EDIT:RID_SFXDLG_NEWDICT:ED_DICTNAME\">Specifies the name of the new custom dictionary.</ahelp> The file extension \"*.DIC\" is automatically appended."
+msgstr ""
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3150767\n"
+"69\n"
+"help.text"
+msgid "Language"
+msgstr "Jezik"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3148920\n"
+"70\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SFXDLG_NEWDICT:LB_DICTLANG\">By selecting a certain language you can limit the use of the custom dictionary.</ahelp> By selecting <emph>All</emph> the custom dictionary is used independently of the current language."
+msgstr ""
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3153106\n"
+"71\n"
+"help.text"
+msgid "Exceptions (-)"
+msgstr ""
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3149561\n"
+"72\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SFXDLG_NEWDICT:BTN_EXCEPT\">Specifies whether you wish to avoid certain words in your documents.</ahelp> In this way, you can create a custom dictionary of all the words to be avoided. If this exception dictionary is activated, during spellchecking you receive a corresponding note about any words which should be avoided."
+msgstr ""
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3145785\n"
+"73\n"
+"help.text"
+msgid "Edit"
+msgstr "Izmijeni"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3152576\n"
+"74\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SFXPAGE_LINGU_PB_LINGU_DICS_EDIT_DIC\">Opens the <emph>Edit custom dictionary</emph> dialog, in which you can add to your custom dictionary or edit existing entries.</ahelp>"
+msgstr ""
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3147436\n"
+"75\n"
+"help.text"
+msgid "In the <emph>Edit custom dictionary </emph>dialog you have the option to enter new terms or edit existing entries. If you edit an exception dictionary, the dialog has the added facility of defining an exception for a word. During the spellcheck this exception is then listed as a suggestion."
+msgstr ""
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3145750\n"
+"76\n"
+"help.text"
+msgid "When a dictionary is edited, a check is made on the status of the file. If the file is write-protected, it cannot be changed. The buttons <emph>New</emph> and <emph>Delete</emph> are then deactivated."
+msgstr ""
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3150116\n"
+"77\n"
+"help.text"
+msgid "Book"
+msgstr "Knjiga"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3147394\n"
+"78\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SFXDLG_EDITDICT:LB_ALLDICTS\">Specifies the book to be edited.</ahelp>"
+msgstr ""
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3154730\n"
+"79\n"
+"help.text"
+msgid "<variable id=\"ignore\">The <emph>IgnoreAllList (All) </emph>includes all words that have been marked with <emph>Ignore</emph> during spellcheck. This list is valid only for the current spellcheck. </variable>"
+msgstr ""
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3154757\n"
+"80\n"
+"help.text"
+msgid "The <emph>IgnoreAllList</emph> entry cannot be selected and cannot be deleted. Only the words included as content can be deleted. This happens automatically each time that $[officename] is closed."
+msgstr ""
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3149018\n"
+"81\n"
+"help.text"
+msgid "Language"
+msgstr "Jezik"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3154255\n"
+"82\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SFXDLG_EDITDICT:LB_DICTLANG\">Assigns a new language to the current custom dictionary.</ahelp>"
+msgstr ""
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3151189\n"
+"83\n"
+"help.text"
+msgid "Word"
+msgstr "Word"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3151252\n"
+"84\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:EDIT:RID_SFXDLG_EDITDICT:ED_WORD\">You can type a new word for inclusion in the dictionary. In the list below you will see the contents of the current custom dictionary.</ahelp> If you select a word from this list it is displayed in the text field. If you type a word with a trailing = character, such as \"AutoComplete=\", the word is never automatically hyphenated and no hyphenation is suggested. Typing \"Auto=Complete\" results in the word being hyphenated, or a hyphenation suggested, where you insert the = sign."
+msgstr ""
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3155175\n"
+"85\n"
+"help.text"
+msgid "Suggestion"
+msgstr ""
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3147323\n"
+"86\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:EDIT:RID_SFXDLG_EDITDICT:ED_REPLACE\">This input field is only available if you are editing an exception dictionary. The field shows the alternative suggestion for the current word in the \"Word\" text box.</ahelp>"
+msgstr ""
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3147361\n"
+"88\n"
+"help.text"
+msgid "New"
+msgstr "Novo"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3163808\n"
+"89\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SFXDLG_EDITDICT:PB_NEW_REPLACE\">Adds the word in the <emph>Word </emph>text field to your current custom dictionary. The word in the <emph>Suggestion </emph>field is also added when working with exception dictionaries.</ahelp>"
+msgstr ""
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3145790\n"
+"91\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Removes the marked word from the current custom dictionary.</ahelp>"
+msgstr ""
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3151277\n"
+"93\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the selected dictionary after a confirmation, provided it is not write-protected.</ahelp>"
+msgstr ""
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3149032\n"
+"39\n"
+"help.text"
+msgid "Options"
+msgstr "Opcije"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3145259\n"
+"40\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CLB_LINGU_OPTIONS\">Defines the options for the spellcheck and hyphenation.</ahelp>"
+msgstr ""
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3149965\n"
+"41\n"
+"help.text"
+msgid "Edit"
+msgstr "Izmijeni"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3153231\n"
+"42\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SFXPAGE_LINGU_PB_LINGU_OPTIONS_EDIT\">If you want to change a value, select the entry and then click <emph>Edit</emph>.</ahelp> You will see a dialog for entering a new value."
+msgstr ""
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3150983\n"
+"43\n"
+"help.text"
+msgid "Check uppercase words"
+msgstr "Provjeri riječi sa velikim slovima"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3152582\n"
+"44\n"
+"help.text"
+msgid "Specifies that capitalization is checked during spellcheck."
+msgstr ""
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3150826\n"
+"45\n"
+"help.text"
+msgid "Check words with numbers."
+msgstr ""
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3150208\n"
+"46\n"
+"help.text"
+msgid "Specifies that words that contain numbers as well as letters are to be checked."
+msgstr ""
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3166424\n"
+"49\n"
+"help.text"
+msgid "Check special regions"
+msgstr "Provjeri posebna područja"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3150345\n"
+"50\n"
+"help.text"
+msgid "Specifies that special regions, such as drawing text, are checked during spellcheck."
+msgstr ""
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3166429\n"
+"21\n"
+"help.text"
+msgid "Check spelling as you type"
+msgstr "Provjera pravopisa dok pišete"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3155531\n"
+"6\n"
+"help.text"
+msgid "<variable id=\"automatisch\"><ahelp hid=\".uno:SpellOnline\">Automatically checks spelling as you type, and underlines errors.</ahelp></variable>"
+msgstr ""
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3156291\n"
+"32\n"
+"help.text"
+msgid "Typing errors are highlighted in the document with a red underline. If you place the cursor over a word marked in this way, you can open the context menu to obtain a list of corrections. Select a correction to replace the word. If you make the same mistake again while editing the document, it will be marked as an error again."
+msgstr ""
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3153815\n"
+"23\n"
+"help.text"
+msgid "To place the word pair in the <link href=\"text/shared/01/06040200.xhp\" name=\"AutoCorrect replacement table\">AutoCorrect replacement table</link>, open the <link href=\"text/shared/01/06040500.xhp\" name=\"AutoCorrect context menu\">AutoCorrect context menu</link> and choose <emph>AutoCorrect</emph>. Make your selection from the submenu. The word is replaced and at the same time the word pair is placed in the replacement table."
+msgstr ""
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3150111\n"
+"53\n"
+"help.text"
+msgid "Minimal number of characters for hyphenation"
+msgstr ""
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3150316\n"
+"54\n"
+"help.text"
+msgid "Specifies the minimum number of characters required for automatic hyphenation to be applied. <ahelp hid=\"HID_LNGDLG_NUM_PREBREAK\" visibility=\"hidden\"> Type the minimum number of characters that must come before or after the hyphen.</ahelp>"
+msgstr ""
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3148823\n"
+"11\n"
+"help.text"
+msgid "Characters before line break"
+msgstr ""
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3156029\n"
+"12\n"
+"help.text"
+msgid "Sets the minimum number of characters of the word to be hyphenated that must remain at the end of the line."
+msgstr ""
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3154956\n"
+"13\n"
+"help.text"
+msgid "Characters after line break"
+msgstr ""
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3149439\n"
+"14\n"
+"help.text"
+msgid "Specifies the minimum number of characters of a hyphenated word required at the next line."
+msgstr ""
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3156337\n"
+"15\n"
+"help.text"
+msgid "Hyphenate without inquiry"
+msgstr "Prelomi riječi bez pitanja"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3151130\n"
+"16\n"
+"help.text"
+msgid "Specifies that you will never be asked for a manual hyphenation. If the field is not marked, when a word is not recognized you will be presented with a dialog for entering hyphens."
+msgstr ""
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3155900\n"
+"17\n"
+"help.text"
+msgid "Hyphenate special regions"
+msgstr "Prelomi riječi u posebnim područjima"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3155098\n"
+"18\n"
+"help.text"
+msgid "Specifies that hyphenation will also be carried out in footnotes, headers and footers."
+msgstr ""
+
+#: macrosecurity_ts.xhp
+msgctxt ""
+"macrosecurity_ts.xhp\n"
+"tit\n"
+"help.text"
+msgid "Trusted Sources"
+msgstr "Provjerljivi izvori"
+
+#: macrosecurity_ts.xhp
+msgctxt ""
+"macrosecurity_ts.xhp\n"
+"par_idN10549\n"
+"help.text"
+msgid "<variable id=\"macrosecurity_ts\"><link href=\"text/shared/optionen/macrosecurity_ts.xhp\">Trusted Sources</link></variable>"
+msgstr "<variable id=\"macrosecurity_ts\"><link href=\"text/shared/optionen/macrosecurity_ts.xhp\">Provjerljivi izvori</link></variable>"
+
+#: macrosecurity_ts.xhp
+msgctxt ""
+"macrosecurity_ts.xhp\n"
+"par_idN10567\n"
+"help.text"
+msgid "Specifies the <link href=\"text/shared/optionen/macrosecurity.xhp\">macro security</link> settings for trusted certificates and trusted file locations."
+msgstr "Određuje <link href=\"text/shared/optionen/macrosecurity.xhp\">makro sigurnost</link> postavke za povjerljive certifikate i povjerljive lokacije datoteka."
+
+#: macrosecurity_ts.xhp
+msgctxt ""
+"macrosecurity_ts.xhp\n"
+"par_idN10578\n"
+"help.text"
+msgid "Trusted certificates"
+msgstr "Povjerljivi certifikati"
+
+#: macrosecurity_ts.xhp
+msgctxt ""
+"macrosecurity_ts.xhp\n"
+"par_idN1057C\n"
+"help.text"
+msgid "<ahelp hid=\".\">Lists the trusted certificates.</ahelp>"
+msgstr "<ahelp hid=\".\">Izlistava povjerljive certifikate.</ahelp>"
+
+#: macrosecurity_ts.xhp
+msgctxt ""
+"macrosecurity_ts.xhp\n"
+"par_idN10591\n"
+"help.text"
+msgid "View"
+msgstr "Pogled"
+
+#: macrosecurity_ts.xhp
+msgctxt ""
+"macrosecurity_ts.xhp\n"
+"par_idN10595\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the View Certificate dialog for the selected certificate.</ahelp>"
+msgstr "<ahelp hid=\".\">Otvara Pogled Certifikati dijaloški prozor za izabrani certifikat.</ahelp>"
+
+#: macrosecurity_ts.xhp
+msgctxt ""
+"macrosecurity_ts.xhp\n"
+"par_idN105A6\n"
+"help.text"
+msgid "Remove"
+msgstr "Ukloni"
+
+#: macrosecurity_ts.xhp
+msgctxt ""
+"macrosecurity_ts.xhp\n"
+"par_idN105AA\n"
+"help.text"
+msgid "<ahelp hid=\".\">Removes the selected certificate from the list of trusted certificates.</ahelp>"
+msgstr "<ahelp hid=\".\">Uklanja izabrane certifikate iz liste povjerljivih certifikata.</ahelp>"
+
+#: macrosecurity_ts.xhp
+msgctxt ""
+"macrosecurity_ts.xhp\n"
+"par_idN105AD\n"
+"help.text"
+msgid "Trusted file locations"
+msgstr "Povjerljive lokacije datoteka"
+
+#: macrosecurity_ts.xhp
+msgctxt ""
+"macrosecurity_ts.xhp\n"
+"par_idN105B1\n"
+"help.text"
+msgid "<ahelp hid=\".\">Document macros are only executed if they have been opened from one of the following locations.</ahelp>"
+msgstr "<ahelp hid=\".\">Povjerljive lokacije datoteka se koriste samo ako je sigurnosni nivo postavljen na \"jako visoko\". Sa ovom postavkom, makroi dokumenata su izvršeni samo ako su otvoreni iz jedne od slijedećih lokacija.</ahelp>"
+
+#: macrosecurity_ts.xhp
+msgctxt ""
+"macrosecurity_ts.xhp\n"
+"par_idN105B4\n"
+"help.text"
+msgid "Add"
+msgstr "Dodaj"
+
+#: macrosecurity_ts.xhp
+msgctxt ""
+"macrosecurity_ts.xhp\n"
+"par_idN105B8\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a folder selection dialog. Select a folder from which all macros are allowed to execute.</ahelp>"
+msgstr "<ahelp hid=\".\">Otvara selekciju mapa dijaloški prozor. Izaberite mapu iz koje je svim makroima dozvoljeno da budu izvršeni.</ahelp>"
+
+#: macrosecurity_ts.xhp
+msgctxt ""
+"macrosecurity_ts.xhp\n"
+"par_idN105BB\n"
+"help.text"
+msgid "Remove"
+msgstr "Ukloni"
+
+#: macrosecurity_ts.xhp
+msgctxt ""
+"macrosecurity_ts.xhp\n"
+"par_idN105BF\n"
+"help.text"
+msgid "<ahelp hid=\".\">Removes the selected folder from the list of trusted file locations.</ahelp>"
+msgstr "<ahelp hid=\".\">Uklanja izabrane mape iz liste povjerljivih lokacija.</ahelp>"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Asian Layout"
+msgstr "Azijski Dizajn"
+
+#: 01150100.xhp
+#, fuzzy
+msgctxt ""
+"01150100.xhp\n"
+"hd_id3156414\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01150100.xhp\" name=\"Asian Layout\">Asian Layout</link>"
+msgstr "<link href=\"text/shared/optionen/01050100.xhp\" name=\"Grid\">Mreža</link>"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"par_id3145136\n"
+"2\n"
+"help.text"
+msgid "Defines the typographic default settings for Asian text."
+msgstr ""
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"bm_id3143268\n"
+"help.text"
+msgid "<bookmark_value>kerning;Asian texts</bookmark_value>"
+msgstr "<bookmark_value>smanjivanje prostora između slova; azijski tekstovi</bookmark_value>"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"hd_id3143268\n"
+"3\n"
+"help.text"
+msgid "Kerning"
+msgstr "Smanjivanje prostora između slova"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"par_id3155535\n"
+"4\n"
+"help.text"
+msgid "Defines the default settings for kerning between individual characters."
+msgstr "Definira dodijeljene postavke za smanjivanje prostora između pojedinih karaktera."
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"hd_id3147275\n"
+"5\n"
+"help.text"
+msgid "Western characters only"
+msgstr "Samo zapadni karakteri"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"par_id3149398\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_ASIAN_LAYOUT_RB_CHAR_KERNING\">Specifies that kerning is only applied to western text.</ahelp>"
+msgstr "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_ASIAN_LAYOUT_RB_CHAR_KERNING\">Precizira da je smanjivanje prostora primijenjeno samo na zapadni tekst.</ahelp>"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"hd_id3148538\n"
+"7\n"
+"help.text"
+msgid "Western text and Asian punctuation"
+msgstr "Zapadni tekst i Azijska interpunkcija"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"par_id3147336\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_ASIAN_LAYOUT_RB_CHAR_PUNCT\">Specifies that kerning is applied to both western text and Asian punctuation.</ahelp>"
+msgstr "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_ASIAN_LAYOUT_RB_CHAR_PUNCT\">Precizira da je smanjivanje prostora primijenjeno na oboje, zapadni tekst i Azijsku interpunkciju.</ahelp>"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"hd_id3153088\n"
+"9\n"
+"help.text"
+msgid "Character spacing"
+msgstr "Razmak između karaktera"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"par_id3145119\n"
+"10\n"
+"help.text"
+msgid "Defines the default settings for character spacing in Asian texts, cells, and drawing objects."
+msgstr "Definira dodijeljene postavke za razmak karaktera u Azijskim tekstovima, ćelijama i crtanim objektima."
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"hd_id3150669\n"
+"11\n"
+"help.text"
+msgid "No compression"
+msgstr "Bez kompresije"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"par_id3150503\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_ASIAN_LAYOUT_RB_NO_COMP\">Specifies that no compression at all will occur.</ahelp>"
+msgstr "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_ASIAN_LAYOUT_RB_NO_COMP\">Precizira da se neće primijeniti nikakva kompresija.</ahelp>"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"hd_id3155419\n"
+"13\n"
+"help.text"
+msgid "Compress only punctuation"
+msgstr "Kompresuj samo interpunkciju"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"par_id3145673\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_ASIAN_LAYOUT_RB_PUNCT_COMP\">Specifies that only the punctuation is compressed.</ahelp>"
+msgstr "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_ASIAN_LAYOUT_RB_PUNCT_COMP\">Određuje da je samo interpunkcija kompresovana.</ahelp>"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"hd_id3151245\n"
+"15\n"
+"help.text"
+msgid "Compress punctuation and Japanese Kana"
+msgstr "Kompresuj interpunkciju i Japanski Kana-u"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"par_id3154346\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_ASIAN_LAYOUT_RB_PUNCT_KANA_COMP\">Specifies that punctuation and Japanese Kana are compressed.</ahelp>"
+msgstr "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_ASIAN_LAYOUT_RB_PUNCT_KANA_COMP\">Određuje da je interpunkcija i Japanska Kana kompresovana.</ahelp>"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"hd_id3148552\n"
+"17\n"
+"help.text"
+msgid "First and last characters"
+msgstr "Prvi i zadnji karakteri"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"par_id3149295\n"
+"18\n"
+"help.text"
+msgid "Defines the default settings for 'first' and 'last' characters. In the dialog that appears when you choose <emph>Format -</emph><link href=\"text/shared/01/05020700.xhp\" name=\"Asian Typography\"><emph>Asian Typography</emph></link>, you can specify whether the list of forbidden characters applies to those at the beginning or end of a line in a paragraph."
+msgstr "Definira dodijeljene postavke za 'prvi' i 'zadnji' karakter. U dijaloškom prozoru koji se pojavi kada izaberete <emph>Oblik -</emph> <link href=\"text/shared/01/05020700.xhp\" name=\"Azijsko Tiskarstvo\"><emph>Azijska tipografija</emph></link>, možete specificirati da li se lista zabranjenih karaktera odnosi na one s početka ili kraja reda u paragrafu."
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"hd_id3154071\n"
+"19\n"
+"help.text"
+msgid "Language"
+msgstr "Jezik"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"par_id3151210\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_ASIAN_LAYOUT_LB_LANGUAGE\">Specifies the language for which you want to define first and last characters.</ahelp>"
+msgstr "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_ASIAN_LAYOUT_LB_LANGUAGE\">Specificira jezik za koji želite definisati prve i zadnje karaktere.</ahelp>"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"hd_id3145606\n"
+"21\n"
+"help.text"
+msgid "Default"
+msgstr "Uobičajeno"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"par_id3148920\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_ASIAN_LAYOUT_CB_STANDARD\">When you mark<emph> Default</emph>, the following two text boxes are filled with the default characters for the selected language:</ahelp>"
+msgstr "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_ASIAN_LAYOUT_CB_STANDARD\">Kada označite <emph> Uobičajeno</emph>, naredna dva tekstualna prozora su ispunjena sa dodijeljenim karakterima za izabrani jezik:</ahelp>"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"hd_id3144761\n"
+"23\n"
+"help.text"
+msgid "Not at start of line:"
+msgstr "Ne na početku reda:"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"par_id3156214\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_EDIT_RID_SVXPAGE_ASIAN_LAYOUT_ED_START\">Specifies the characters that should not appear alone at the beginning of a line.</ahelp> If a character typed here is positioned at the beginning of a line after a line break, it is automatically moved to the end of the previous line. For example, an exclamation point at the end of a sentence never appears at the start of a line if it is part of the <emph>Not at start of line</emph> list."
+msgstr "<ahelp hid=\"SVX_EDIT_RID_SVXPAGE_ASIAN_LAYOUT_ED_START\">Specificira karaktere koji se ne bi trebali pojavljivati sami na početku reda.</ahelp> Ako je utipkani karakter na početku reda nakon prekida reda, automatski je premješten na kraj prethodnog reda. Na primjer, uskličnik na kraju rečenice nikada ne stoji na početku reda ako je dio <emph>Ne na početku reda</emph> liste."
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"hd_id3154908\n"
+"25\n"
+"help.text"
+msgid "Not at end of line:"
+msgstr "Ne na kraju reda:"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"par_id3153367\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_EDIT_RID_SVXPAGE_ASIAN_LAYOUT_ED_END\">Specifies the characters that should not appear alone at the end of a line.</ahelp> If a character typed here is positioned at the end of a line due to a line break, it is automatically moved to the beginning of the next line. For example, a currency symbol that appears in front of an amount never appears at the end of a line if it is part of the<emph> Not at end of line</emph> list."
+msgstr "<ahelp hid=\"SVX_EDIT_RID_SVXPAGE_ASIAN_LAYOUT_ED_END\">Određuje karaktere koji ne bi trebali stajati sami na kraju reda.</ahelp> Ako se utipkani karakter izlistan ovdje nalazi na kraju reda zbog kraja reda, automatski je premješten na početak narednog reda. Na primjer, simbol valute koji se nalazi ispred količine nikada ne stoji na kraju reda ako je dio <emph>Ne na kraju reda</emph> liste."
+
+#: 01060401.xhp
+msgctxt ""
+"01060401.xhp\n"
+"tit\n"
+"help.text"
+msgid "Copy List"
+msgstr "Kopiraj listu"
+
+#: 01060401.xhp
+msgctxt ""
+"01060401.xhp\n"
+"bm_id3153341\n"
+"help.text"
+msgid "<bookmark_value>sort lists; copying to in Calc</bookmark_value>"
+msgstr "<bookmark_value>poredaj spiskove; kopiranje u Calc</bookmark_value>"
+
+#: 01060401.xhp
+msgctxt ""
+"01060401.xhp\n"
+"hd_id3153341\n"
+"1\n"
+"help.text"
+msgid "Copy List"
+msgstr "Kopiraj listu"
+
+#: 01060401.xhp
+msgctxt ""
+"01060401.xhp\n"
+"par_id3150772\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"SC_MODALDIALOG_RID_SCDLG_COLORROW\">Allows you to copy marked cells to a sort list.</ahelp>"
+msgstr "<ahelp hid=\"SC_MODALDIALOG_RID_SCDLG_COLORROW\">Omogućava vam da kopirate označene ćelije u poredani spisak.</ahelp>"
+
+#: 01060401.xhp
+msgctxt ""
+"01060401.xhp\n"
+"hd_id3147574\n"
+"3\n"
+"help.text"
+msgid "List from"
+msgstr "Lista iz"
+
+#: 01060401.xhp
+msgctxt ""
+"01060401.xhp\n"
+"par_id3148563\n"
+"4\n"
+"help.text"
+msgid "Choose between the options<emph> Rows</emph> and <emph>Columns</emph>. Cells without text will be ignored when copying."
+msgstr "Izaberi između opcija<emph> Redovi</emph> i <emph>Kolone</emph>. Ćelije bez teksta će biti zanemarene kod kopiranja."
+
+#: 01060401.xhp
+msgctxt ""
+"01060401.xhp\n"
+"hd_id3156343\n"
+"5\n"
+"help.text"
+msgid "Rows"
+msgstr "Redovi"
+
+#: 01060401.xhp
+msgctxt ""
+"01060401.xhp\n"
+"par_id3148664\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC_RADIOBUTTON_RID_SCDLG_COLORROW_BTN_GROUP_ROWS\">Select the<emph> Rows </emph>option to summarize the contents of the selected rows in a list.</ahelp>"
+msgstr "<ahelp hid=\"SC_RADIOBUTTON_RID_SCDLG_COLORROW_BTN_GROUP_ROWS\">Odaberi <emph> Redovi </emph> opciju da rezimirate sadržaj odabranih redova u spisku.</ahelp>"
+
+#: 01060401.xhp
+msgctxt ""
+"01060401.xhp\n"
+"hd_id3153525\n"
+"7\n"
+"help.text"
+msgid "Columns"
+msgstr "Kolone"
+
+#: 01060401.xhp
+msgctxt ""
+"01060401.xhp\n"
+"par_id3154216\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC_RADIOBUTTON_RID_SCDLG_COLORROW_BTN_GROUP_COLS\">Select the<emph> Columns </emph>option to summarize the contents of the selected columns in a list.</ahelp>"
+msgstr "<ahelp hid=\"SC_RADIOBUTTON_RID_SCDLG_COLORROW_BTN_GROUP_COLS\">Odaberi <emph> Kolone </emph> opciju da rezimirate sadržaj odabranih kolona u spisku.</ahelp>"
+
+#: 01061000.xhp
+#, fuzzy
+msgctxt ""
+"01061000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Defaults"
+msgstr "Uobičajeno"
+
+#: 01061000.xhp
+msgctxt ""
+"01061000.xhp\n"
+"bm_id4249399\n"
+"help.text"
+msgid "<bookmark_value>defaults;number of worksheets in new documents</bookmark_value> <bookmark_value>defaults;prefix name for new worksheet</bookmark_value> <bookmark_value>number of worksheets in new documents</bookmark_value> <bookmark_value>prefix name for new worksheet</bookmark_value>"
+msgstr ""
+
+#: 01061000.xhp
+#, fuzzy
+msgctxt ""
+"01061000.xhp\n"
+"hd_id3145071\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01061000.xhp\" name=\"Defaults\">Defaults</link>"
+msgstr "<link href=\"text/shared/optionen/01040200.xhp\" name=\"View\">Pogled</link>"
+
+#: 01061000.xhp
+msgctxt ""
+"01061000.xhp\n"
+"par_id3147576\n"
+"help.text"
+msgid "<ahelp hid=\".\">Defines default settings for new spreadsheet documents.</ahelp>"
+msgstr ""
+
+#: 01061000.xhp
+msgctxt ""
+"01061000.xhp\n"
+"hd_id3149399\n"
+"help.text"
+msgid "New spreadsheets"
+msgstr ""
+
+#: 01061000.xhp
+msgctxt ""
+"01061000.xhp\n"
+"par_id3155419\n"
+"help.text"
+msgid "You can set the number of worksheets in a new document, and the prefix name for new worksheets."
+msgstr ""
+
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Language Setting Options"
+msgstr "Opcije za podešavanje jezika"
+
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"bm_id3148668\n"
+"help.text"
+msgid "<bookmark_value>languages;setting options</bookmark_value>"
+msgstr "<bookmark_value>postavke jezika; opcije</bookmark_value>"
+
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"hd_id3148668\n"
+"1\n"
+"help.text"
+msgid "Language Setting Options"
+msgstr "Opcije za podešavanje jezika"
+
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"par_id3150499\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"typotext\">Defines the properties for additional languages. </variable>"
+msgstr "<variable id=\"typotext\">Definiše karakteristike za dodatne jezike.</variable>"
+
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"par_id3153665\n"
+"3\n"
+"help.text"
+msgid "The <emph>Searching in Japanese</emph> and <emph>Asian Layout</emph> tab pages are only visible if the <emph>Asian language support</emph> option in the <emph>Languages</emph> tab page is activated and the <emph>Options</emph> dialog is re-opened. The <emph>Complex Text Layout</emph> tab page is only visible if the <emph>CTL support</emph> is enabled."
+msgstr "<emph>Pretraživanje na japanskom</emph> i <emph>azijski raspored</emph> stranice su vidljive samo ako je opcija <emph>Podrška za azijske jezike</emph> u stranici <emph>Jezici</emph> uključena i dijaloški prozor <emph>Opcije</emph> ponovo otvoren. Stranica <emph>Složeni raspored teksta</emph> je vidljiva samo ako je uključena opcija <emph>Složeni raspored teksta (CTL) uključen</emph>."
+
+#: 01070000.xhp
+msgctxt ""
+"01070000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Presentation Options"
+msgstr "Opcije prezentacije"
+
+#: 01070000.xhp
+#, fuzzy
+msgctxt ""
+"01070000.xhp\n"
+"hd_id3155805\n"
+"1\n"
+"help.text"
+msgid "%PRODUCTNAME Impress Options"
+msgstr "%PRODUCTNAME Writer opcije"
+
+#: 01070000.xhp
+msgctxt ""
+"01070000.xhp\n"
+"par_id3146957\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"allgemein\"><ahelp hid=\".uno:SdEditOptions\">Defines various settings for newly created presentation documents, such as the contents to be displayed, the measurement unit used, if and how grid alignment is carried out.</ahelp></variable>"
+msgstr ""
+
+#: testaccount.xhp
+msgctxt ""
+"testaccount.xhp\n"
+"tit\n"
+"help.text"
+msgid "Test Account Settings"
+msgstr "Postavke za Testiranje Korisničkog Računa"
+
+#: testaccount.xhp
+msgctxt ""
+"testaccount.xhp\n"
+"par_idN10547\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/testaccount.xhp\">Test Account Settings</link>"
+msgstr "<link href=\"text/shared/optionen/testaccount.xhp\">Postavke za Testiranje Korisničkog Računa</link>"
+
+#: testaccount.xhp
+msgctxt ""
+"testaccount.xhp\n"
+"par_idN10557\n"
+"help.text"
+msgid "When you enter settings on the <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/mailmerge.xhp\">%PRODUCTNAME Writer - Mail Merge E-mail</link> tab page, you can click the <emph>Test Settings</emph> button to test your settings."
+msgstr ""
+
+#: testaccount.xhp
+msgctxt ""
+"testaccount.xhp\n"
+"par_idN10574\n"
+"help.text"
+msgid "(Results list box)"
+msgstr "(Prozor sa listom rezultata)"
+
+#: testaccount.xhp
+msgctxt ""
+"testaccount.xhp\n"
+"par_idN10578\n"
+"help.text"
+msgid "<ahelp hid=\".\">In the top list box you will see the results of the test session.</ahelp>"
+msgstr "<ahelp hid=\".\">Na gornjem prozoru sa listom vidjet ćete rezultate testiranja.</ahelp>"
+
+#: testaccount.xhp
+msgctxt ""
+"testaccount.xhp\n"
+"par_idN1058F\n"
+"help.text"
+msgid "Errors"
+msgstr "Greške"
+
+#: testaccount.xhp
+msgctxt ""
+"testaccount.xhp\n"
+"par_idN10593\n"
+"help.text"
+msgid "<ahelp hid=\".\">In the Errors list box you can read an explanation of any errors encountered while testing the settings.</ahelp>"
+msgstr "<ahelp hid=\".\">U prozoru sa listom Greške možete pročitati objašnjenje bilo koje greške pronađene tokom testiranja postavki.</ahelp>"
+
+#: testaccount.xhp
+msgctxt ""
+"testaccount.xhp\n"
+"par_idN105AA\n"
+"help.text"
+msgid "Stop"
+msgstr "Zaustavi"
+
+#: testaccount.xhp
+msgctxt ""
+"testaccount.xhp\n"
+"par_idN105AE\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click the <emph>Stop</emph> button to stop a test session manually.</ahelp>"
+msgstr "<ahelp hid=\".\">Kliknite <emph>Zaustavi</emph> tipku da zaustavite testiranje svojeručno.</ahelp>"
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"tit\n"
+"help.text"
+msgid "Print Options"
+msgstr "Opcije štampanja"
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"bm_id3147323\n"
+"help.text"
+msgid "<bookmark_value>printing; colors in grayscale</bookmark_value><bookmark_value>grayscale printing</bookmark_value><bookmark_value>colors; printing in grayscale</bookmark_value><bookmark_value>printing; warnings</bookmark_value><bookmark_value>paper size warning</bookmark_value>"
+msgstr ""
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3148946\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01010900.xhp\" name=\"Print Options\">Print Options</link>"
+msgstr "<link href=\"text/shared/optionen/01010900.xhp\" name=\"Print Options\">Opcije štampanja</link>"
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3150359\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the print setting options.</ahelp>"
+msgstr ""
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3148451\n"
+"56\n"
+"help.text"
+msgid "Reduce print data"
+msgstr "Smanji podatke za štampu"
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3154910\n"
+"68\n"
+"help.text"
+msgid "You can reduce the amount of data to be sent to the printer. Reducing the print data increases the print speed because the print files are smaller. This makes it easier for printers with a smaller memory to print. Reducing print data can result in slightly lower print quality."
+msgstr ""
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3147085\n"
+"57\n"
+"help.text"
+msgid "Settings for"
+msgstr "Postavke za"
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3158407\n"
+"69\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_RADIOBUTTON_TP_COMMONPRINTOPTIONS_RB_PRINTFILEOUTPUT\">Specifies whether the print settings apply to direct printing or to printing to a file.</ahelp>"
+msgstr ""
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3145786\n"
+"58\n"
+"help.text"
+msgid "Reduce transparency"
+msgstr ""
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3159154\n"
+"70\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_REDUCETRANSPARENCY\">If you mark this field the transparent objects will be printed like normal, non-transparent objects, depending on your selection in the following two option buttons.</ahelp>"
+msgstr ""
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3156444\n"
+"71\n"
+"help.text"
+msgid "Transparency cannot be output directly to a printer. The areas of the document in which transparency is to be visible must therefore always be calculated as bitmaps and sent to the printer. Depending on the size of the bitmaps and the print resolution a large amount of data may result."
+msgstr ""
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3147441\n"
+"59\n"
+"help.text"
+msgid "Automatically"
+msgstr "Automatski"
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3150488\n"
+"72\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_RADIOBUTTON_TP_COMMONPRINTOPTIONS_RB_REDUCETRANSPARENCY_AUTO\">Specifies that the transparency is only printed if the transparent area covers less than a quarter of the entire page.</ahelp>"
+msgstr ""
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3149417\n"
+"73\n"
+"help.text"
+msgid "No transparency"
+msgstr ""
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3153878\n"
+"74\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_RADIOBUTTON_TP_COMMONPRINTOPTIONS_RB_REDUCETRANSPARENCY_NONE\">With this option transparency is never printed.</ahelp>"
+msgstr ""
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3149960\n"
+"60\n"
+"help.text"
+msgid "Reduce bitmaps"
+msgstr ""
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3148455\n"
+"75\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_REDUCEBITMAPS\">Specifies that bitmaps are printed with reduced quality. The resolution can only be reduced and not increased.</ahelp>"
+msgstr ""
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3149400\n"
+"61\n"
+"help.text"
+msgid "High/normal print quality"
+msgstr ""
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3154510\n"
+"76\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_RADIOBUTTON_TP_COMMONPRINTOPTIONS_RB_REDUCEBITMAPS_NORMAL\">High print quality corresponds to a resolution of 300dpi. Normal print quality corresponds to a resolution of 200dpi. </ahelp>"
+msgstr ""
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3146969\n"
+"62\n"
+"help.text"
+msgid "Resolution"
+msgstr "Rezolucija"
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3154270\n"
+"77\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_LISTBOX_TP_COMMONPRINTOPTIONS_LB_REDUCEBITMAPS_RESOLUTION\">Specifies the maximum print quality in dpi. The resolution can only be reduced and not increased.</ahelp>"
+msgstr ""
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3146789\n"
+"63\n"
+"help.text"
+msgid "Include transparent objects"
+msgstr ""
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3150749\n"
+"78\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_REDUCEBITMAPS_TRANSPARENCY\">If this field is marked, the reduction in print quality for bitmaps also applies to the transparent areas of objects.</ahelp>"
+msgstr ""
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3154362\n"
+"64\n"
+"help.text"
+msgid "Reduce gradients"
+msgstr ""
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3148914\n"
+"79\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_REDUCEGRADIENTS\">If this field is marked, gradients are printed with reduced quality.</ahelp>"
+msgstr ""
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3155766\n"
+"65\n"
+"help.text"
+msgid "Gradient stripes"
+msgstr ""
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3156382\n"
+"80\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_NUMERICFIELD_TP_COMMONPRINTOPTIONS_NF_REDUCEGRADIENTS_STEPCOUNT\">Specifies the maximum number of gradient stripes for printing.</ahelp>"
+msgstr ""
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3146313\n"
+"66\n"
+"help.text"
+msgid "Intermediate color"
+msgstr ""
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3145230\n"
+"81\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_RADIOBUTTON_TP_COMMONPRINTOPTIONS_RB_REDUCEGRADIENTS_COLOR\">Specifies that gradients are only printed in a single intermediate color.</ahelp>"
+msgstr ""
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3147323\n"
+"67\n"
+"help.text"
+msgid "Convert colors to grayscale"
+msgstr ""
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3145150\n"
+"82\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_CONVERTTOGREYSCALES\">Specifies that all colors are printed only as grayscale.</ahelp>"
+msgstr ""
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3150646\n"
+"50\n"
+"help.text"
+msgid "Printer warnings"
+msgstr "Upozorenja štampača"
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3154022\n"
+"51\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_CONVERTTOGREYSCALES\">Defines which warnings appear before printing begins.</ahelp>"
+msgstr ""
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3147003\n"
+"52\n"
+"help.text"
+msgid "Paper size"
+msgstr ""
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3150206\n"
+"53\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_PAPERSIZE\">Mark this check box if a certain paper size is needed for printing the current document.</ahelp> If the paper size used in the document is not provided by the current printer, you will receive an error message."
+msgstr ""
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3155581\n"
+"54\n"
+"help.text"
+msgid "Paper orientation"
+msgstr ""
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3153231\n"
+"55\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_PAPERORIENTATION\">Mark this check box if you need a certain paper orientation for printing the current document.</ahelp> If the format used by the current document is not available from the printer, an error message will appear."
+msgstr ""
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3149531\n"
+"83\n"
+"help.text"
+msgid "Transparency"
+msgstr ""
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3152778\n"
+"84\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_TRANSPARENCY\">Mark this check box if you always want to be warned if transparent objects are contained in the document.</ahelp> If you print such a document, a dialog appears in which you can select if the transparency is to be printed in this print instruction."
+msgstr ""
+
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"tit\n"
+"help.text"
+msgid "AutoCaption"
+msgstr "AutomatskiOpis"
+
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"bm_id5164036\n"
+"help.text"
+msgid "<bookmark_value>automatic captions (Writer)</bookmark_value><bookmark_value>AutoCaption function in %PRODUCTNAME Writer</bookmark_value><bookmark_value>captions;automatic captions (Writer)</bookmark_value>"
+msgstr "<bookmark_value>automatski opisi (Writer)</bookmark_value><bookmark_value>AutoOpis funkcija u %PRODUCTNAME Writer</bookmark_value><bookmark_value>opisi;automatski opisi (Writer)</bookmark_value>"
+
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_idN10561\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01041100.xhp\">AutoCaption</link>"
+msgstr "<link href=\"text/shared/optionen/01041100.xhp\">Automatski potpis</link>"
+
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_idN10571\n"
+"help.text"
+msgid "Specifies the settings for captions that are automatically added to inserted objects."
+msgstr "Određuje postavke za opise koji su automatski dodani ubačenim objektima."
+
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_idN10588\n"
+"help.text"
+msgid "Add captions automatically when inserting"
+msgstr "Dodaj opise automatski dok ubacujete"
+
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_idN1058C\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the object type for which the AutoCaption settings are to be valid.</ahelp>"
+msgstr "<ahelp hid=\".\">Odaberi vrstu objekta za koji će opcije AutomatskogOpisa biti važeće.</ahelp>"
+
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_idN1058F\n"
+"help.text"
+msgid "Caption"
+msgstr ""
+
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_idN10593\n"
+"help.text"
+msgid "Defines the options to be applied to the selected object type. These options are identical to those in the <emph>Insert - Caption</emph> menu, which is available when an object is selected. Below the settings is a preview of the object category, together with numbering type."
+msgstr "Definiše opcije koje će biti primijenjene za odabranu vrstu objekta. Ove opcije su identične onima u <emph>Ubaci - Caption</emph> meniju, koje su dostupne kada je objekt odabran. Ispod postavki je pregled kategorije objekta, zajedno sa vrstom odbrojavanja."
+
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"hd_id3146798\n"
+"5\n"
+"help.text"
+msgid "Category"
+msgstr "Kategorija"
+
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_id3155419\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"SW_COMBOBOX_TP_OPTCAPTION_PAGE_BOX_CATEGORY\">Specifies the category of the selected object.</ahelp>"
+msgstr "<ahelp hid=\"SW_COMBOBOX_TP_OPTCAPTION_PAGE_BOX_CATEGORY\">Određuje kategoriju odabranog objekta.</ahelp>"
+
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"hd_id3155628\n"
+"6\n"
+"help.text"
+msgid "Numbering"
+msgstr "Numerisanje"
+
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_id3149233\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SW_LISTBOX_TP_OPTCAPTION_PAGE_BOX_FORMAT\">Specifies the type of numbering required.</ahelp>"
+msgstr "<ahelp hid=\"SW_LISTBOX_TP_OPTCAPTION_PAGE_BOX_FORMAT\">Određuje traženu vrstu odbrojavanja.</ahelp>"
+
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"hd_id3149457\n"
+"10\n"
+"help.text"
+msgid "Separator"
+msgstr ""
+
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_idN106E2\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"SW_EDIT_TP_OPTCAPTION_PAGE_ED_SEPARATOR\">Defines the character to be displayed after the number of the heading or chapter level.</ahelp>"
+msgstr "<ahelp hid=\"SW_EDIT_TP_OPTCAPTION_PAGE_ED_SEPARATOR\">Definiše znak koji će biti prikazan poslije broja zaglavlja ili nivoa poglavlja.</ahelp>"
+
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"hd_id3154514\n"
+"8\n"
+"help.text"
+msgid "Position"
+msgstr "Položaj"
+
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_id3151384\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"SW_LISTBOX_TP_OPTCAPTION_PAGE_BOX_POS\">Determines the position of the caption with respect to the object.</ahelp>"
+msgstr "<ahelp hid=\"SW_LISTBOX_TP_OPTCAPTION_PAGE_BOX_POS\">Utvrđuje poziciju opisa sa obzirom na objekt.</ahelp>"
+
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_idN1064E\n"
+"help.text"
+msgid "Numbering captions by chapter"
+msgstr "Opisi odbrojavanja po poglavlju"
+
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"hd_id3145609\n"
+"9\n"
+"help.text"
+msgid "Level"
+msgstr "Nivo"
+
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_id3153898\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SW_LISTBOX_TP_OPTCAPTION_PAGE_LB_LEVEL\">Specifies the headings or chapter levels where you want the numbering to start.</ahelp>"
+msgstr "<ahelp hid=\"SW_LISTBOX_TP_OPTCAPTION_PAGE_LB_LEVEL\">Određuje zaglavlja ili nivoe paragrafa gdje želite da odbrojavanje počne.</ahelp>"
+
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_id3153524\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"SW_EDIT_TP_OPTCAPTION_PAGE_ED_SEPARATOR\">Defines the character to be displayed after the number of the heading or chapter level.</ahelp>"
+msgstr "<ahelp hid=\"SW_EDIT_TP_OPTCAPTION_PAGE_ED_SEPARATOR\">Definiše znak koji će biti prikazan poslije broja zaglavlja ili nivoa poglavlja.</ahelp>"
+
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_idN106A8\n"
+"help.text"
+msgid "Category and frame format"
+msgstr "Kategorija i format okvira"
+
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_idN106AE\n"
+"help.text"
+msgid "Character style"
+msgstr "Stil znaka"
+
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_idN106B4\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the character style.</ahelp>"
+msgstr "<ahelp hid=\".\">Određuje stil znaka.</ahelp>"
+
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"hd_id3143280\n"
+"43\n"
+"help.text"
+msgid "Apply border and shadow"
+msgstr "Primjeni granicu i sjenku"
+
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_id3149826\n"
+"44\n"
+"help.text"
+msgid "<ahelp hid=\"SW:CHECKBOX:DLG_CAPTION:CB_COPY_ATTR\">Applies the border and shadow of the object to the caption frame.</ahelp>"
+msgstr "<ahelp hid=\"SW:CHECKBOX:DLG_CAPTION:CB_COPY_ATTR\">Primjenjuje granicu i sjenku objekta na okvir opisa.</ahelp>"
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Grid"
+msgstr "Mreža"
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"bm_id3163802\n"
+"help.text"
+msgid "<bookmark_value>snapping in presentations and drawings</bookmark_value> <bookmark_value>points;reducing editing points when snapping (Impress/Draw)</bookmark_value>"
+msgstr ""
+
+#: 01070300.xhp
+#, fuzzy
+msgctxt ""
+"01070300.xhp\n"
+"hd_id3147571\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01070300.xhp\" name=\"Grid\">Grid</link>"
+msgstr "<link href=\"text/shared/optionen/01050100.xhp\" name=\"Grid\">Mreža</link>"
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"par_id3152801\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SD_OPTIONS_SNAP\">Defines the grid settings for creating and moving objects.</ahelp>"
+msgstr ""
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"par_id3149177\n"
+"3\n"
+"help.text"
+msgid "If you have activated the snap grid but wish to move or create individual objects without snap positions, keep the Shift key pressed to deactivate this function for as long as needed."
+msgstr ""
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"hd_id3156346\n"
+"4\n"
+"help.text"
+msgid "Snap"
+msgstr "Lijepi"
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"hd_id3163802\n"
+"8\n"
+"help.text"
+msgid "To snap lines"
+msgstr ""
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"par_id3149516\n"
+"9\n"
+"help.text"
+msgid "<variable id=\"anlinie\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_SNAP_HELPLINES\">Snaps the edge of a dragged object to the nearest snap line when you release the mouse.</ahelp></variable>"
+msgstr ""
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"par_id3154142\n"
+"37\n"
+"help.text"
+msgid "You can also define this setting by using the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/02/13140000.xhp\" name=\"Snap to Snap Lines\"><emph>Snap to Snap Lines</emph></link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/02/13140000.xhp\" name=\"Snap to Snap Lines\"><emph>Snap to Snap Lines</emph></link></caseinline><defaultinline><emph>Snap to Snap Lines</emph></defaultinline></switchinline> icon, which is available in the <emph>Options</emph> bar in a presentation or drawing document."
+msgstr ""
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"hd_id3154306\n"
+"31\n"
+"help.text"
+msgid "To the page margins"
+msgstr ""
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"par_id3156024\n"
+"11\n"
+"help.text"
+msgid "<variable id=\"seitenrand\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_SNAP_BORDER\">Specifies whether to align the contour of the graphic object to the nearest page margin.</ahelp></variable>"
+msgstr ""
+
+#: 01070300.xhp
+#, fuzzy
+msgctxt ""
+"01070300.xhp\n"
+"par_id3149670\n"
+"33\n"
+"help.text"
+msgid "<variable id=\"seittext\">The cursor or a contour line of the graphics object must be in the snap range.</variable>"
+msgstr "<variable id=\"matrixtext\">Ova kategorija sadzi niz funkcije. </variable>"
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"par_id3148947\n"
+"38\n"
+"help.text"
+msgid "In a presentation or drawing document, this function can also be accessed with the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/02/13150000.xhp\" name=\"Snap to Page Margins\"><emph>Snap to Page Margins</emph></link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/02/13150000.xhp\" name=\"Snap to Page Margins\"><emph>Snap to Page Margins</emph></link></caseinline><defaultinline><emph>Snap to Page Margins</emph></defaultinline></switchinline> icon in the <emph>Options</emph> bar."
+msgstr ""
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"hd_id3154365\n"
+"12\n"
+"help.text"
+msgid "To object frame"
+msgstr ""
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"par_id3148674\n"
+"13\n"
+"help.text"
+msgid "<variable id=\"rahmen\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_SNAP_FRAME\">Specifies whether to align the contour of the graphic object to the border of the nearest graphic object.</ahelp></variable>"
+msgstr ""
+
+#: 01070300.xhp
+#, fuzzy
+msgctxt ""
+"01070300.xhp\n"
+"par_id3147228\n"
+"34\n"
+"help.text"
+msgid "<variable id=\"rahmtext\">The cursor or a contour line of the graphics object must be in the snap range.</variable>"
+msgstr "<variable id=\"matrixtext\">Ova kategorija sadzi niz funkcije. </variable>"
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"par_id3148922\n"
+"39\n"
+"help.text"
+msgid "In a presentation or drawing document, this function can also be accessed with the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/02/13160000.xhp\" name=\"Snap to Object Border\"><emph>Snap to Object Border</emph></link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/02/13160000.xhp\" name=\"Snap to Object Border\"><emph>Snap to Object Border</emph></link></caseinline><defaultinline><emph>Snap to Object Border</emph></defaultinline></switchinline> icon in the <emph>Options</emph> bar."
+msgstr ""
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"hd_id3155431\n"
+"14\n"
+"help.text"
+msgid "To object points"
+msgstr ""
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"par_id3145271\n"
+"15\n"
+"help.text"
+msgid "<variable id=\"opunkte\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_SNAP_POINTS\">Specifies whether to align the contour of the graphic object to the points of the nearest graphic object.</ahelp></variable>"
+msgstr ""
+
+#: 01070300.xhp
+#, fuzzy
+msgctxt ""
+"01070300.xhp\n"
+"par_id3149483\n"
+"35\n"
+"help.text"
+msgid "<variable id=\"opunktetext\">This only applies if the cursor or a contour line of the graphics object is in the snap range.</variable>"
+msgstr "<variable id=\"matrixtext\">Ova kategorija sadzi niz funkcije. </variable>"
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"par_id3146146\n"
+"40\n"
+"help.text"
+msgid "In a presentation or drawing document, this function can also be accessed with the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/02/13170000.xhp\" name=\"Snap to Object Points\"><emph>Snap to Object Points</emph></link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/02/13170000.xhp\" name=\"Snap to Object Points\"><emph>Snap to Object Points</emph></link></caseinline><defaultinline><emph>Snap to Object Points</emph></defaultinline></switchinline> icon in the <emph>Options</emph> bar."
+msgstr ""
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"hd_id3148645\n"
+"16\n"
+"help.text"
+msgid "Snap range"
+msgstr ""
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"par_id3154145\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_GRID_MTR_FLD_SNAP_AREA\">Defines the snap distance between the mouse pointer and the object contour. $[officename] Impress snaps to a snap point if the mouse pointer is nearer than the distance selected in the <emph>Snap range</emph> control.</ahelp>"
+msgstr ""
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"hd_id3150872\n"
+"19\n"
+"help.text"
+msgid "Snap position"
+msgstr "Položaj lijepljenja"
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"hd_id3154639\n"
+"21\n"
+"help.text"
+msgid "When creating or moving objects"
+msgstr ""
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"par_id3150417\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_ORTHO\">Specifies that graphic objects are restricted vertically, horizontally or diagonally (45°) when creating or moving them.</ahelp> You can temporarily deactivate this setting by pressing the Shift key."
+msgstr ""
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"hd_id3159345\n"
+"23\n"
+"help.text"
+msgid "Extend edges"
+msgstr ""
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"par_id3154942\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_BIGORTHO\">Specifies that a square is created based on the longer side of a rectangle when the Shift key is pressed before you release the mouse button. This also applies to an ellipse (a circle will be created based on the longest diameter of the ellipse). When the<emph> Extend edges </emph>box is not marked, a square or a circle will be created based on the shorter side or diameter.</ahelp>"
+msgstr ""
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"hd_id3149413\n"
+"25\n"
+"help.text"
+msgid "When rotating"
+msgstr ""
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"par_id3150717\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_GRID_MTR_FLD_ANGLE\">Specifies that graphic objects can only be rotated within the rotation angle that you selected in the <emph>When rotating</emph> control.</ahelp> If you want to rotate an object outside the defined angle, press the Shift key when rotating. Release the key when the desired rotation angle is reached."
+msgstr ""
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"hd_id3154163\n"
+"27\n"
+"help.text"
+msgid "Point reduction"
+msgstr ""
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"par_id3156275\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_GRID_MTR_FLD_BEZ_ANGLE\">Defines the angle for point reduction.</ahelp> When working with polygons, you might find it useful to reduce their editing points."
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Languages"
+msgstr "Jezici"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"bm_id3154751\n"
+"help.text"
+msgid "<bookmark_value>languages; locale settings</bookmark_value> <bookmark_value>locale settings</bookmark_value> <bookmark_value>Asian languages; enabling</bookmark_value> <bookmark_value>languages; Asian support</bookmark_value> <bookmark_value>complex text layout; enabling</bookmark_value> <bookmark_value>Arabic;language settings</bookmark_value> <bookmark_value>Hebrew;language settings</bookmark_value> <bookmark_value>Thai;language settings</bookmark_value> <bookmark_value>Hindi;language settings</bookmark_value> <bookmark_value>decimal separator key</bookmark_value> <bookmark_value>date acceptance patterns</bookmark_value>"
+msgstr ""
+
+#: 01140000.xhp
+#, fuzzy
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3151299\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01140000.xhp\" name=\"Languages\">Languages</link>"
+msgstr "<link href=\"text/shared/optionen/01040700.xhp\" name=\"Changes\">Izmjene</link>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3148520\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Defines the default languages and some other locale settings for documents.</ahelp>"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3156042\n"
+"21\n"
+"help.text"
+msgid "Language of"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_idN10681\n"
+"help.text"
+msgid "User interface"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_idN10685\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the language used for the user interface, for example menus, dialogs, help files. You must have installed at least one additional language pack or a multi-language version of %PRODUCTNAME.</ahelp>"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id0125201009445727\n"
+"help.text"
+msgid "The \"Default\" entry selects the language of the user interface for the operating system. If this language is not available in the %PRODUCTNAME installation, the language of the %PRODUCTNAME installation is the default language."
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3154751\n"
+"22\n"
+"help.text"
+msgid "Locale setting"
+msgstr "Lokalne postavke"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3157958\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_LISTBOX_OFA_TP_LANGUAGES_LB_LOCALESETTING\">Specifies the locale setting of the country setting. This influences settings for numbering, currency and units of measure.</ahelp>"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id0125201009445950\n"
+"help.text"
+msgid "The \"Default\" entry selects the locale setting that is selected for the operating system."
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3156410\n"
+"27\n"
+"help.text"
+msgid "A change in this field is immediately applicable. However, some formats that were formatted by default change only if the document is newly loaded."
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_idN106DE\n"
+"help.text"
+msgid "Decimal separator key - Same as locale setting"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_idN106E2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies to use the decimal separator key that is set in your system when you press the respective key on the number pad.</ahelp>"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_idN106F1\n"
+"help.text"
+msgid "If this checkbox is activated, the character shown after \"Same as locale setting\" is inserted when you press the key on the number pad. If this checkbox is not activated, the character that your keyboard driver software provides is inserted."
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3147209\n"
+"24\n"
+"help.text"
+msgid "Default currency"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3145120\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_LISTBOX_OFA_TP_LANGUAGES_LB_CURRENCY\">Specifies the default currency that is used for the currency format and the currency fields.</ahelp> If you change the locale setting, the default currency changes automatically."
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3148491\n"
+"29\n"
+"help.text"
+msgid "The default entry applies to the currency format that is assigned to the selected locale setting."
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3157909\n"
+"26\n"
+"help.text"
+msgid "A change in <emph>Default currency</emph> field will be transmitted to all open documents and will lead to corresponding changes in the dialogs and icons that control the currency format in these documents."
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id31472109\n"
+"help.text"
+msgid "Date acceptance patterns"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3145121\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the date acceptance patterns for the current locale. Calc spreadsheet and Writer table cell input needs to match locale dependent date acceptance patterns before it is recognized as a valid date.</ahelp> Default locale dependent date acceptance patterns are generated build time, but it is possible to add more or modify them in this edit box."
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3148492\n"
+"help.text"
+msgid "Additionally to the date acceptance patterns defined here, every locale accepts input in an ISO 8601 Y-M-D pattern, and since %PRODUCTNAME 3.5 that also leads to the YYYY-MM-DD format being applied."
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3157939\n"
+"help.text"
+msgid "Syntax: <emph>Y</emph> means year, <emph>M</emph> means month, and <emph>D</emph> means day, regardless of localizaton."
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3153127\n"
+"5\n"
+"help.text"
+msgid "Default languages for documents"
+msgstr "Podrazumijevani jezik za dokumente"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3149763\n"
+"6\n"
+"help.text"
+msgid "Specifies the languages for spellchecking, thesaurus and hyphenation."
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3148663\n"
+"8\n"
+"help.text"
+msgid "The spellcheck for the selected language only functions when you have installed the corresponding language module. <embedvar href=\"text/shared/optionen/01010401.xhp#sprachenfeld\"/>"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3151210\n"
+"9\n"
+"help.text"
+msgid "Western"
+msgstr "Zapadni"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3153192\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_LISTBOX_OFA_TP_LANGUAGES_LB_WEST_LANG\">Specifies the language used for the spellcheck function in western alphabets.</ahelp>"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3156422\n"
+"11\n"
+"help.text"
+msgid "Asian"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3159149\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_LISTBOX_OFA_TP_LANGUAGES_LB_ASIAN_LANG\">Specifies the language used for the spellcheck function in Asian alphabets.</ahelp>"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3158407\n"
+"31\n"
+"help.text"
+msgid "CTL"
+msgstr "CTL"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3156212\n"
+"32\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_LISTBOX_OFA_TP_LANGUAGES_LB_COMPLEX_LANG\">Specifies the language for the complex text layout spellcheck.</ahelp>"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3149807\n"
+"15\n"
+"help.text"
+msgid "For the current document only"
+msgstr "Samo za aktuelni dokument"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3155432\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_CHECKBOX_OFA_TP_LANGUAGES_CB_CURRENT_DOC\">Specifies that the settings for default languages are valid only for the current document.</ahelp>"
+msgstr "<ahelp hid=\"OFFMGR_CHECKBOX_OFA_TP_LANGUAGES_CB_CURRENT_DOC\">Određuje da postavke za dodijeljene jezike vrijede samo za aktuelni dokument.</ahelp>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3156441\n"
+"17\n"
+"help.text"
+msgid "Enhanced language support"
+msgstr "Poboljšana podrška jezika"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3148575\n"
+"19\n"
+"help.text"
+msgid "Enabled for Asian languages"
+msgstr "Podrška za azijske jezike uključena"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3145748\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_CHECKBOX_OFA_TP_LANGUAGES_CB_ASIANSUPPORT\">Activates Asian languages support. You can now modify the corresponding Asian language settings in <item type=\"productname\">%PRODUCTNAME</item>.</ahelp>"
+msgstr "<ahelp hid=\"OFFMGR_CHECKBOX_OFA_TP_LANGUAGES_CB_ASIANSUPPORT\">Aktivira podršku za Azijske jezike. Sada možete mijenjati odgovarajuće postavke za Azijske jezike u <item type=\"productname\">%PRODUCTNAME</item>.</ahelp>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3152938\n"
+"18\n"
+"help.text"
+msgid "If you want to write in Chinese, Japanese or Korean, you can activate the support for these languages in the user interface."
+msgstr "Ako želite pisati na kineskom, japanskom ili korejskom, možete aktivirati podršku za ove jezike u korisničkom interfejsu."
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3146147\n"
+"33\n"
+"help.text"
+msgid "Enabled for complex text layout (CTL)"
+msgstr "Složeni raspored teksta (CTL - complex text layout) je uključen"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3149667\n"
+"35\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_CHECKBOX_OFA_TP_LANGUAGES_CB_CTLSUPPORT\">Activates complex text layout support. You can now modify the settings corresponding to complex text layout in <item type=\"productname\">%PRODUCTNAME</item>.</ahelp>"
+msgstr "<ahelp hid=\"OFFMGR_CHECKBOX_OFA_TP_LANGUAGES_CB_CTLSUPPORT\">Aktivira podršku složenog tekstualnog dizajna. Sada možete mijenjati postavke koje odgovaraju dizajnu složenog teksta u <item type=\"productname\">%PRODUCTNAME</item>.</ahelp>"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Text Document Options"
+msgstr "Opcije tekstualnog dokumenta"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"hd_id3155628\n"
+"1\n"
+"help.text"
+msgid "%PRODUCTNAME Writer Options"
+msgstr "%PRODUCTNAME Writer opcije"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3145315\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"optionentextdokument\"><ahelp hid=\".uno:SwEditOptions\">These settings determine the way text documents that are created in $[officename] are handled. It is also possible to define settings for the current text document.</ahelp></variable> The global settings are automatically saved."
+msgstr ""
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"hd_id3159399\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01040300.xhp\" name=\"Basic Fonts (Western)\">Basic Fonts (Western)</link>"
+msgstr "<link href=\"text/shared/optionen/01040300.xhp\" name=\"Basic Fonts (Western)\">Osnovni fontovi (zapadni)</link>"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3151385\n"
+"3\n"
+"help.text"
+msgid "Specifies the settings for the basic fonts."
+msgstr "Specificira postavke za osnovne fontove"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"hd_id3148563\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01040300.xhp\" name=\"Basic Fonts (Asian)\">Basic Fonts (Asian)</link>"
+msgstr "<link href=\"text/shared/optionen/01040300.xhp\" name=\"Basic Fonts (Asian)\">Osnovni fontovi (azijski)</link>"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3147304\n"
+"4\n"
+"help.text"
+msgid "Specifies the settings for the basic Asian fonts if Asian language support has been activated under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages.</emph>"
+msgstr ""
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"hd_id3149294\n"
+"7\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01040300.xhp\" name=\"Basic Fonts (CTL)\">Basic Fonts (CTL)</link>"
+msgstr "<link href=\"text/shared/optionen/01040300.xhp\" name=\"Basic Fonts (CTL)\">Osnovni fontovi (CTL)</link>"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3150792\n"
+"8\n"
+"help.text"
+msgid "Specifies the settings for basic fonts for complex text layout languages if their support has been activated under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</emph>."
+msgstr ""
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Security"
+msgstr "Sigurnost"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"bm_id2322153\n"
+"help.text"
+msgid "<bookmark_value>macros;selecting security warnings</bookmark_value><bookmark_value>security;options for documents with macros</bookmark_value><bookmark_value>macros;security</bookmark_value>"
+msgstr "<bookmark_value>makroi;biranje sigurnosnih upozorenja</bookmark_value><bookmark_value>sigurnost;opcije za dokumente sa makroima</bookmark_value><bookmark_value>spasavanje;sa lozinkom standardno</bookmark_value><bookmark_value>korisnički podaci;uklanjanje pri spasavanju</bookmark_value><bookmark_value>opcije dijeljenja dokumenata za trenutni dokument</bookmark_value><bookmark_value>makroi;sigurnost</bookmark_value><bookmark_value>dokumenti samo za čitanje;otvaranje dokumenata kao</bookmark_value>"
+
+#: 01030300.xhp
+#, fuzzy
+msgctxt ""
+"01030300.xhp\n"
+"hd_id3147588\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01030300.xhp\" name=\"Security\">Security</link>"
+msgstr "<link href=\"text/shared/optionen/01050100.xhp\" name=\"Grid\">Mreža</link>"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3153255\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Defines the security options for saving documents, for web connections, and for opening documents that contain macros.</ahelp>"
+msgstr ""
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN10640\n"
+"help.text"
+msgid "Options"
+msgstr "Opcije"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN10644\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the \"Security options and warning\" dialog.</ahelp>"
+msgstr "<ahelp hid=\".\">Otvara \"Sigurnosne opcije i upozorenja\" dijaloški okvir.</ahelp>"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id5616626\n"
+"help.text"
+msgid "The Security options and warnings dialog contains the following controls:"
+msgstr "Sigurnosne opcije i upozorenja dijalog sadrži sljedeće kontrole:"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN10647\n"
+"help.text"
+msgid "When saving or sending"
+msgstr "Pri spasavanju ili slanju"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN1064B\n"
+"help.text"
+msgid "<ahelp hid=\"703988739\">Select to see a warning dialog when you try to save or send a document that contains recorded changes, versions, or comments.</ahelp>"
+msgstr "<ahelp hid=\"703988739\">Odaberite da vidite dijalog upozorenja kad želite spasiti ili poslati dokument koji sadrži spasene promjene, verzije, ili blijeske.</ahelp>"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN1064E\n"
+"help.text"
+msgid "When printing"
+msgstr "Pri štampanju"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN10652\n"
+"help.text"
+msgid "<ahelp hid=\"703988740\">Select to see a warning dialog when you try to print a document that contains recorded changes or comments.</ahelp>"
+msgstr "<ahelp hid=\"703988740\">Odaberite da vidite dijalog upozorenja kad želite štampati dokument koji sadrži spasene promjene ili blijeske..</ahelp>"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN10655\n"
+"help.text"
+msgid "When signing"
+msgstr "Pri potpisivanju"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN10659\n"
+"help.text"
+msgid "<ahelp hid=\"703988741\">Select to see a warning dialog when you try to sign a document that contains recorded changes, versions, fields, references to other sources (for example linked sections or linked pictures), or comments.</ahelp>"
+msgstr "<ahelp hid=\"703988741\">Odaberite da vidite dijalog upozorenja kad želite potpisati dokument koji sadrži spasene promjene, verzije,polja, reference na druge izvore(npr. Povezane sekcije ili slike) ili blijeske.</ahelp>"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN1065C\n"
+"help.text"
+msgid "When creating PDF files"
+msgstr "Pri kreiranju PDF dokumenata"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN10660\n"
+"help.text"
+msgid "<ahelp hid=\"703988742\">Select to see a warning dialog when you try to export a document to PDF format that displays recorded changes in Writer, or that displays comments.</ahelp>"
+msgstr "<ahelp hid=\"703988742\">Odaberite da vidite dijalog upozorenja kad želite pretvoriti dokument u PDF format koji prikazuje spasene promjene u Writer, ili koji prikazuje blijeske</ahelp>"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN10663\n"
+"help.text"
+msgid "Remove personal information on saving"
+msgstr "Ukloni privatne informacije pri spasavanju"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN10667\n"
+"help.text"
+msgid "<ahelp hid=\"703988743\">Select to always remove user data from the file properties. If this option is not selected, you can still remove the personal information for the current document with the <emph>Reset</emph> button on <emph>File - Properties - General</emph>.</ahelp>"
+msgstr "<ahelp hid=\"703988743\">Odaberite da uvijek uklonite podatke o korisniku iz postavki dokumenta. Ako opcija nije odabrana, i dalje možete ukloniti privatne podatke za trenutni dokument pritiskom na <emph>Poništi</emph> dugme na <emph>Datoteka - Osobine - Općenito</emph>.</ahelp>"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN1067C\n"
+"help.text"
+msgid "Recommend password protection on saving"
+msgstr "Preporučena zastita lozinke pri spasavanju"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN10680\n"
+"help.text"
+msgid "<ahelp hid=\"703988744\">Select to always enable the <emph>Save with password</emph> option in the file save dialogs. Deselect the option to save files by default without password.</ahelp>"
+msgstr "<ahelp hid=\"703988744\">Odaberite da biste uvijek omogućili <emph>Spasi sa lozinkom</emph> opciju u dijaloškom okviru za spasavanje dokumenta. Odznacite opciju da spasite dokument standardno, bez lozinke.</ahelp>"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"hd_id1972106\n"
+"help.text"
+msgid "Ctrl-click required to follow hyperlinks"
+msgstr "Ctrl-klik potreban da slijedite hiperlinkove."
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id79042\n"
+"help.text"
+msgid "<ahelp hid=\".\">If enabled, you must hold down the Ctrl key while clicking a hyperlink to follow that link. If not enabled, a click opens the hyperlink.</ahelp>"
+msgstr "<ahelp hid=\".\">Ako je omogućen, morate držati Ctrl tipku dok klikate na hiperlink da slijedite taj link. Ako nije omogućeno, klik otvara hiperlink.</ahelp>"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"hd_id4076357\n"
+"help.text"
+msgid "Passwords for web connections"
+msgstr "Lozinke za web konekcije"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id8231757\n"
+"help.text"
+msgid "You can enter a master password to enable easy access to sites that require a user name and password."
+msgstr "Možete unijeti glavnu lozinku da omogućite laki pristup stranicama koje koriste korisničko ime i lozinku."
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"hd_id3168736\n"
+"help.text"
+msgid "Persistently save passwords protected by a master password"
+msgstr "Uporno spašavanje lozinki zasticenim glavnom lozinkom"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id1909848\n"
+"help.text"
+msgid "<ahelp hid=\".\">If enabled, %PRODUCTNAME will securely store all passwords that you use to access files from web servers. You can retrieve the passwords from the list after you enter the master password.</ahelp>"
+msgstr "<ahelp hid=\".\">Ako je omogućeno, %PRODUCTNAME će sigurno spasiti sve lozinke koje koristite da pristupite dokumentima iz web servera. Možete dobiti lozinke sa liste nakon sto ukucate glavnu lozinku.</ahelp>"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"hd_id3901791\n"
+"help.text"
+msgid "Master Password"
+msgstr "Glavna lozinka"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id4571977\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Enter Master Password dialog.</ahelp>"
+msgstr "<ahelp hid=\".\">Otvara dijaloški okvir za unošenje glavne lozinke.</ahelp>"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id5216223\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the master password.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Unesi glavnu lozinku.</ahelp>"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id7067171\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the master password again.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Unesi glavnu lozinku ponovo.</ahelp>"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id7499313\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the master password to continue.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Unesi glavnu lozinku da nastavite.</ahelp>"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"hd_id3283486\n"
+"help.text"
+msgid "Connections"
+msgstr "Prikaži lozinke"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3472090\n"
+"help.text"
+msgid "<ahelp hid=\".\">Asks for the master password. If master password is correct, shows the Stored Web Connection Information dialog.</ahelp>"
+msgstr "<ahelp hid=\".\">Traži glavnu lozinku. Ako je glavna lozinka tačna, prikazuje dijaloški okvir informacija o spasenim web konekcijama.</ahelp>"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3289590\n"
+"help.text"
+msgid "The Stored Web Connection Information dialog shows a list of web sites and user names that you entered previously. You can select any entry and remove it from the list. You can view the password for the selected entry."
+msgstr "Dijaloški okvir informacijama o spasenim web konekcijama prikazuje listu web stranica i korisničkih imena koje ste prethodno unijeli. Možete odabrati bilo koji unos i ukloniti ga sa liste. Možete vidjeti lozinku za odabrani unos."
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id7499008\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Removes the selected entry from the list.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Ukloni odabrani unos sa liste.</ahelp>"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id7021088\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Removes all entries from the list.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Ukloni sve unose sa liste.</ahelp>"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id1981261\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog where you can view and change the password for the selected entry.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Otvara dijalog gdje možete vidjeti i promijeniti lozinku za odabrani unos.</ahelp>"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN10687\n"
+"help.text"
+msgid "Macro security"
+msgstr "Makro sigurnost"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN1068B\n"
+"help.text"
+msgid "Adjust the security level for executing macros and specify trusted macro authors."
+msgstr "Postavi sigurnosni nivo za pokretanje makroa i naznači autore provjerenih makroa."
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN1068E\n"
+"help.text"
+msgid "Macro Security"
+msgstr "Sigurnost makroa"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN10692\n"
+"help.text"
+msgid "<ahelp hid=\"703992332\">Opens the <emph>Macro Security</emph> dialog.</ahelp>"
+msgstr "<ahelp hid=\"703992332\">Otvara <emph>Sigurnost makroa</emph> dijaloški okvir.</ahelp>"
+
+#: 01014000.xhp
+msgctxt ""
+"01014000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Network Identity"
+msgstr ""
+
+#: 01014000.xhp
+msgctxt ""
+"01014000.xhp\n"
+"bm_id3153681\n"
+"help.text"
+msgid "<bookmark_value>network identity options</bookmark_value><bookmark_value>options; network identity</bookmark_value><bookmark_value>single sign on options</bookmark_value><bookmark_value>LDAP server; sign on options</bookmark_value><bookmark_value>remote configurations</bookmark_value><bookmark_value>Configuration Manager</bookmark_value>"
+msgstr ""
+
+#: 01014000.xhp
+msgctxt ""
+"01014000.xhp\n"
+"hd_id3153681\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01014000.xhp\" name=\"Network Identity\">Network Identity</link>"
+msgstr ""
+
+#: 01014000.xhp
+msgctxt ""
+"01014000.xhp\n"
+"par_id3153562\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Sets the options for a remote configuration access to your personal $[officename] settings stored on an LDAP server.</ahelp> To see this tab page and to use this feature, remote configuration must be active: You need an account on an LDAP server that is running and configured to store $[officename] user settings."
+msgstr ""
+
+#: 01014000.xhp
+msgctxt ""
+"01014000.xhp\n"
+"par_id3149797\n"
+"7\n"
+"help.text"
+msgid "Using remote configuration, you can start a copy of $[officename] on any computer in the network with your own user data and personal configuration."
+msgstr ""
+
+#: 01014000.xhp
+msgctxt ""
+"01014000.xhp\n"
+"hd_id3155388\n"
+"3\n"
+"help.text"
+msgid "Authentication Method"
+msgstr ""
+
+#: 01014000.xhp
+msgctxt ""
+"01014000.xhp\n"
+"par_id3147335\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_SSO_LB_MECHANISM\">Choose your security mechanism for access to the LDAP server.</ahelp> Choices are Simple or Kerberos."
+msgstr ""
+
+#: 01014000.xhp
+msgctxt ""
+"01014000.xhp\n"
+"hd_id3153881\n"
+"4\n"
+"help.text"
+msgid "User name"
+msgstr "Korisničko ime"
+
+#: 01014000.xhp
+msgctxt ""
+"01014000.xhp\n"
+"par_id3148943\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_EDIT_RID_SVXPAGE_SSO_ED_USERNAME\">Using \"simple\" authentication method, you enter your user name on the LDAP server here.</ahelp> Using \"Kerberos\", you just see your user name, but cannot edit it."
+msgstr ""
+
+#: 01014000.xhp
+msgctxt ""
+"01014000.xhp\n"
+"hd_id3153061\n"
+"5\n"
+"help.text"
+msgid "Password"
+msgstr "Šifra"
+
+#: 01014000.xhp
+msgctxt ""
+"01014000.xhp\n"
+"par_id3156343\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_EDIT_RID_SVXPAGE_SSO_ED_PASSWORD\">Using \"simple\" authentication method, enter your password for access to the LDAP server here.</ahelp> Using \"Kerberos\", this box is not active."
+msgstr ""
+
+#: 01014000.xhp
+msgctxt ""
+"01014000.xhp\n"
+"hd_id3146795\n"
+"6\n"
+"help.text"
+msgid "Save password"
+msgstr "Snimi šifru"
+
+#: 01014000.xhp
+msgctxt ""
+"01014000.xhp\n"
+"par_id3150358\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_SSO_CB_PASSWORD\">Using \"simple\" authentication method, check this box to make your password persistent.</ahelp> If the password is persistent and the same user starts $[officename] later on, the user name and password will not be requested again. Using \"Kerberos\", this box is not active."
+msgstr ""
+
+#: 01014000.xhp
+msgctxt ""
+"01014000.xhp\n"
+"par_id3154939\n"
+"12\n"
+"help.text"
+msgid "The password will be stored encrypted in a file called .ssop in your <switchinline select=\"sys\"><caseinline select=\"UNIX\">home directory </caseinline><defaultinline>\"My Documents\" folder</defaultinline></switchinline>."
+msgstr ""
+
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Default colors"
+msgstr ""
+
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"bm_id3154751\n"
+"help.text"
+msgid "<bookmark_value>charts; colors</bookmark_value><bookmark_value>colors;charts</bookmark_value>"
+msgstr ""
+
+#: 01110100.xhp
+#, fuzzy
+msgctxt ""
+"01110100.xhp\n"
+"hd_id3149760\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01110100.xhp\" name=\"Default colors\">Default colors</link>"
+msgstr "<link href=\"text/shared/optionen/01040200.xhp\" name=\"View\">Pogled</link>"
+
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"par_id3150713\n"
+"2\n"
+"help.text"
+msgid "Assigns colors to the data rows. The settings only apply for all newly created charts."
+msgstr ""
+
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"hd_id3154751\n"
+"3\n"
+"help.text"
+msgid "Chart colors"
+msgstr ""
+
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"par_id3145345\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SCH:LISTBOX:TP_DEF_COLOR:LB_CHART_COLOR_LIST\">Displays all the colors available for the data series.</ahelp> Select a data series to change its color. Select the desired color from the adjacent color table."
+msgstr ""
+
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"hd_id3154823\n"
+"5\n"
+"help.text"
+msgid "Color table"
+msgstr ""
+
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"par_id3149398\n"
+"6\n"
+"help.text"
+msgid "This table is used as a means of replacing the chart colors for the selected data rows. For example, if you selected data row 6 and then click on the color green 8, the old color of the data row is replaced by green 8. The name of the selected color is shown below the color table."
+msgstr ""
+
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"hd_id3147242\n"
+"7\n"
+"help.text"
+msgid "Default"
+msgstr "Uobičajeno"
+
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"par_id3156347\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SCH:PUSHBUTTON:TP_DEF_COLOR:PB_RESET_TO_DEFAULT\">Restores the color settings that were defined when the program was installed.</ahelp>"
+msgstr ""
+
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Background"
+msgstr "Pozadina"
+
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"hd_id3147653\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01050300.xhp\" name=\"Background\">Background</link>"
+msgstr "<link href=\"text/shared/optionen/01050300.xhp\" name=\"Background\">Pozadina</link>"
+
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"par_id3150443\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"\" visibility=\"visible\">Specifies the background for HTML documents.</ahelp> The background is valid for both new HTML documents and for those that you load, as long as these have not defined their own background."
+msgstr "<ahelp hid=\"\" visibility=\"visible\">Određuje podlogu za HTML dokumente.</ahelp> Podloga važi za oboje nove HTML dokumente i za one koje učitate, sve dok ovi nisu definisali njihovu sopstvenu podlogu."
+
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"par_id3156156\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05030600.xhp\" name=\"Further information\">Further information</link>"
+msgstr "<link href=\"text/shared/01/05030600.xhp\" name=\"Further information\">Daljnje informacije</link>"
+
+#: 01070100.xhp
+msgctxt ""
+"01070100.xhp\n"
+"tit\n"
+"help.text"
+msgid "View"
+msgstr "Pogled"
+
+#: 01070100.xhp
+msgctxt ""
+"01070100.xhp\n"
+"bm_id3147008\n"
+"help.text"
+msgid "<bookmark_value>rulers; visible in presentations</bookmark_value><bookmark_value>moving; using guide lines in presentations</bookmark_value><bookmark_value>guides; displaying when moving objects (Impress)</bookmark_value><bookmark_value>control point display in presentations</bookmark_value><bookmark_value>Bézier curves; control points in presentations</bookmark_value>"
+msgstr ""
+
+#: 01070100.xhp
+#, fuzzy
+msgctxt ""
+"01070100.xhp\n"
+"hd_id3147000\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01070100.xhp\" name=\"View\">View</link>"
+msgstr "<link href=\"text/shared/optionen/01060100.xhp\" name=\"View\">Pogled</link>"
+
+#: 01070100.xhp
+msgctxt ""
+"01070100.xhp\n"
+"par_id3157898\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SD_OPTIONS_CONTENTS\">Specifies the available display modes.</ahelp> By selecting an alternative display, you can speed up the screen display while editing your presentation."
+msgstr ""
+
+#: 01070100.xhp
+msgctxt ""
+"01070100.xhp\n"
+"hd_id3148920\n"
+"23\n"
+"help.text"
+msgid "Display"
+msgstr "Prikaz"
+
+#: 01070100.xhp
+msgctxt ""
+"01070100.xhp\n"
+"hd_id3155430\n"
+"25\n"
+"help.text"
+msgid "Rulers visible"
+msgstr ""
+
+#: 01070100.xhp
+msgctxt ""
+"01070100.xhp\n"
+"par_id3147443\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"SD_CHECKBOX_TP_OPTIONS_CONTENTS_CBX_RULER\">Specifies whether to display the rulers at the top and to the left of the work area.</ahelp>"
+msgstr ""
+
+#: 01070100.xhp
+msgctxt ""
+"01070100.xhp\n"
+"hd_id3145364\n"
+"27\n"
+"help.text"
+msgid "Helplines While Moving"
+msgstr ""
+
+#: 01070100.xhp
+msgctxt ""
+"01070100.xhp\n"
+"par_id3154147\n"
+"28\n"
+"help.text"
+msgid "<variable id=\"verschieb\"><ahelp hid=\"SD_CHECKBOX_TP_OPTIONS_CONTENTS_CBX_HELPLINES\">Specifies whether to display guides when moving an object.</ahelp></variable>"
+msgstr ""
+
+#: 01070100.xhp
+msgctxt ""
+"01070100.xhp\n"
+"par_id3150488\n"
+"29\n"
+"help.text"
+msgid "<variable id=\"vertext\"><item type=\"productname\">%PRODUCTNAME</item> creates dotted guides that extend beyond the box containing the selected object and which cover the entire work area, helping you position the object. </variable>"
+msgstr ""
+
+#: 01070100.xhp
+msgctxt ""
+"01070100.xhp\n"
+"par_id3153365\n"
+"30\n"
+"help.text"
+msgid "You also can use this function through the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/shared/02/01171400.xhp\" name=\"Icon\">icon</link></caseinline><caseinline select=\"DRAW\"><link href=\"text/shared/02/01171400.xhp\" name=\"Icon\">icon</link></caseinline><defaultinline>icon</defaultinline></switchinline> with the same name in the <emph>Options</emph> bar if a presentation or a drawing document is opened."
+msgstr ""
+
+#: 01070100.xhp
+msgctxt ""
+"01070100.xhp\n"
+"hd_id3155306\n"
+"31\n"
+"help.text"
+msgid "All control points in Bézier editor"
+msgstr ""
+
+#: 01070100.xhp
+msgctxt ""
+"01070100.xhp\n"
+"par_id3153877\n"
+"32\n"
+"help.text"
+msgid "<ahelp hid=\"SD_CHECKBOX_TP_OPTIONS_CONTENTS_CBX_HANDLES_BEZIER\">Displays the control points of all Bézier points if you have previously selected a <link href=\"text/shared/00/00000005.xhp#bezierobjekt\" name=\"Bézier curve\">Bézier curve</link>. If the <emph>All control points in Bézier</emph> editor option is not marked, only the control points of the selected Bézier points will be visible.</ahelp>"
+msgstr ""
+
+#: 01070100.xhp
+msgctxt ""
+"01070100.xhp\n"
+"hd_id3149418\n"
+"33\n"
+"help.text"
+msgid "Contour of each individual object"
+msgstr ""
+
+#: 01070100.xhp
+msgctxt ""
+"01070100.xhp\n"
+"par_id3156284\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\"SD_CHECKBOX_TP_OPTIONS_CONTENTS_CBX_MOVE_OUTLINE\"><item type=\"productname\">%PRODUCTNAME</item> displays the contour line of each individual object when moving this object.</ahelp> The <emph>Contour of each individual object </emph>option enables you to see if single objects conflict with other objects in the target position. If you do not mark the <emph>Contour of each individual object </emph>option, <item type=\"productname\">%PRODUCTNAME</item> only displays a square contour that includes all selected objects."
+msgstr ""
+
+#: 01010500.xhp
+#, fuzzy
+msgctxt ""
+"01010500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Colors"
+msgstr "Boja"
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"bm_id3155132\n"
+"help.text"
+msgid "<bookmark_value>colors; models</bookmark_value>"
+msgstr ""
+
+#: 01010500.xhp
+#, fuzzy
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3150543\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01010500.xhp\" name=\"Colors\">Colors</link>"
+msgstr "<link href=\"text/shared/optionen/01040200.xhp\" name=\"View\">Pogled</link>"
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3153104\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OPTIONS_COLOR\">Allows you to select a color from a color table, edit an existing color, or define new colors.</ahelp>"
+msgstr ""
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3150767\n"
+"3\n"
+"help.text"
+msgid "Color table"
+msgstr ""
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3150869\n"
+"5\n"
+"help.text"
+msgid "Name"
+msgstr "Ime"
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3149809\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:EDIT:RID_SVXPAGE_COLOR:EDT_NAME\">Specifies the name of a selected color. You can also type a name in this field when defining a new color.</ahelp>"
+msgstr ""
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3150447\n"
+"7\n"
+"help.text"
+msgid "Color"
+msgstr "Boja"
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3149560\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_COLOR:LB_COLOR\">Contains a list of available colors. To select a color, choose one from the list.</ahelp>"
+msgstr ""
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3155132\n"
+"9\n"
+"help.text"
+msgid "Color table"
+msgstr ""
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3152885\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_COLOR:LB_COLORMODEL\">To modify, select the color model: Red-Green-Blue (RGB) or Cyan-Magenta-Yellow-BlacK (CMYK).</ahelp>"
+msgstr ""
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id1527756\n"
+"help.text"
+msgid "%PRODUCTNAME uses only the RGB color model for printing in color. The CMYK controls are provided only to ease the input of color values using CMYK notation."
+msgstr ""
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3147426\n"
+"40\n"
+"help.text"
+msgid "If you select RGB, the initials of the three colors will appear and you can set the color from 0 to 255 with the spin button."
+msgstr ""
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3150103\n"
+"13\n"
+"help.text"
+msgid "R"
+msgstr "R"
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3152462\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TPCOLOR_RGB_1\">Red</ahelp>"
+msgstr ""
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3145366\n"
+"15\n"
+"help.text"
+msgid "G"
+msgstr ""
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3153144\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TPCOLOR_RGB_2\">Green</ahelp>"
+msgstr ""
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3153573\n"
+"17\n"
+"help.text"
+msgid "B"
+msgstr ""
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3153726\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TPCOLOR_RGB_3\">Blue</ahelp>"
+msgstr ""
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3152940\n"
+"41\n"
+"help.text"
+msgid "If you select CMYK, the initials of the four colors will appear and you can set the color from 0 to 255 with the spin button."
+msgstr ""
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3154942\n"
+"42\n"
+"help.text"
+msgid "C"
+msgstr "C"
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3145800\n"
+"43\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TPCOLOR_RGB_3\">Cyan</ahelp>"
+msgstr ""
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3155417\n"
+"44\n"
+"help.text"
+msgid "M"
+msgstr "M"
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3150093\n"
+"45\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TPCOLOR_RGB_3\">Magenta</ahelp>"
+msgstr ""
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3147124\n"
+"46\n"
+"help.text"
+msgid "Y"
+msgstr ""
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3154098\n"
+"47\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TPCOLOR_RGB_3\">Yellow</ahelp>"
+msgstr ""
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3154015\n"
+"48\n"
+"help.text"
+msgid "K"
+msgstr ""
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3156180\n"
+"49\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TPCOLOR_RGB_3\">Black</ahelp>"
+msgstr ""
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3156332\n"
+"27\n"
+"help.text"
+msgid "Add"
+msgstr "Dodaj"
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3154481\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXPAGE_COLOR:BTN_ADD\">Adds a new color.</ahelp>"
+msgstr ""
+
+#: 01010500.xhp
+#, fuzzy
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3153708\n"
+"29\n"
+"help.text"
+msgid "Modify"
+msgstr "Izmijeni"
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3148916\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXPAGE_COLOR:BTN_MODIFY\">Changes the current color.</ahelp> Note that the color is overwritten without a confirmation."
+msgstr ""
+
+#: 01010500.xhp
+#, fuzzy
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3154754\n"
+"31\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01010501.xhp\" name=\"Edit\">Edit</link>"
+msgstr "<link href=\"text/shared/optionen/01050100.xhp\" name=\"Grid\">Mreža</link>"
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3159267\n"
+"33\n"
+"help.text"
+msgid "Load Color List"
+msgstr ""
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3154705\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_COLOR:BTN_LOAD\">Accesses the <emph>Open</emph> dialog, which allows you to select a color palette</ahelp>."
+msgstr ""
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3147344\n"
+"36\n"
+"help.text"
+msgid "Save Color List"
+msgstr ""
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3163808\n"
+"37\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_COLOR:BTN_SAVE\">Opens the <emph>Save As</emph> dialog, which enables you to save the current color table under a specified name.</ahelp> If you do not choose this command, the current color table will be automatically saved as default and re-loaded the next time you start $[officename]."
+msgstr ""
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3154572\n"
+"38\n"
+"help.text"
+msgid "The <emph>Load color list</emph> and <emph>Save color list </emph>icons are visible only if you select the <emph>Colors</emph> tab with the <emph>Format - Area</emph> command."
+msgstr ""
+
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"tit\n"
+"help.text"
+msgid "Advanced"
+msgstr ""
+
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"bm_id4077578\n"
+"help.text"
+msgid "<bookmark_value>Java;setting options</bookmark_value><bookmark_value>experimental features</bookmark_value><bookmark_value>unstable options</bookmark_value>"
+msgstr ""
+
+#: java.xhp
+#, fuzzy
+msgctxt ""
+"java.xhp\n"
+"par_idN10558\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/java.xhp\">Advanced</link>"
+msgstr "<link href=\"text/shared/optionen/01020300.xhp\">E-mail</link>"
+
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"par_idN10568\n"
+"help.text"
+msgid "Specifies the support options for Java applications in %PRODUCTNAME, including which Java Runtime Environment (JRE) to use. It also specifies whether to use experimental (unstable) features such as macro recording."
+msgstr ""
+
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"par_idN1056B\n"
+"help.text"
+msgid "Java options"
+msgstr "Java opcije"
+
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"par_idN1057F\n"
+"help.text"
+msgid "Use a Java runtime environment"
+msgstr "Koristite Java runtime environment"
+
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"par_idN10583\n"
+"help.text"
+msgid "<ahelp hid=\"svx:CheckBox:RID_SVXPAGE_OPTIONS_JAVA:CB_JAVA_ENABLE\">Allows you to run Java applications in %PRODUCTNAME.</ahelp> When a Java application attempts to access your hard drive, a prompt opens."
+msgstr "<ahelp hid=\"svx:CheckBox:RID_SVXPAGE_OPTIONS_JAVA:CB_JAVA_ENABLE\">Omogućava vam pokretanje Java aplikacija i appleta u %PRODUCTNAME.</ahelp> Kada Java aplikacija ili applet pokuša pristupiti vašem hard disku, otvara se prozor za potvrdu."
+
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"par_idN10610\n"
+"help.text"
+msgid "Java runtime environments (JRE) already installed:"
+msgstr "Java runtime environments (JRE) već instalirane:"
+
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"par_idN10614\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OPTIONS_JAVA_LIST\">Select the JRE that you want to use. On some systems, you must wait a minute until the list gets populated. On some systems, you must restart %PRODUCTNAME to use your changed setting.</ahelp> The path to the JRE is displayed beneath the list box."
+msgstr "<ahelp hid=\"HID_OPTIONS_JAVA_LIST\">Bira JRE koji želite koristiti. Na nekim sistemima, morate sačekati minutu dok se lista ne popuni. Na nekim sistemima, morate ponovo pokrenuti %PRODUCTNAME da bi koristili promijenjene postavke.</ahelp> Staza do JRE je prikazana ispod prozora sa listom."
+
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"par_idN105A5\n"
+"help.text"
+msgid "Add"
+msgstr "Dodaj"
+
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"par_idN10635\n"
+"help.text"
+msgid "<ahelp hid=\"svx:PushButton:RID_SVXPAGE_OPTIONS_JAVA:PB_ADD\">Add a path to the root folder of a JRE on your computer.</ahelp> The path is set in the following dialog."
+msgstr "<ahelp hid=\"svx:PushButton:RID_SVXPAGE_OPTIONS_JAVA:PB_ADD\">Dodajte stazu do izvorne mape JRE-a na vašem računaru.</ahelp> Staza je postavljena u slijedećem dijaloškom prozoru."
+
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"par_idN105A9\n"
+"help.text"
+msgid "Parameters"
+msgstr "Parametri"
+
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"par_idN10657\n"
+"help.text"
+msgid "<ahelp hid=\"svx:PushButton:RID_SVXPAGE_OPTIONS_JAVA:PB_PARAMETER\">Opens the <link href=\"text/shared/optionen/javaparameters.xhp\">Java Start Parameters</link> dialog.</ahelp>"
+msgstr "<ahelp hid=\"svx:PushButton:RID_SVXPAGE_OPTIONS_JAVA:PB_PARAMETER\">Otvara <link href=\"text/shared/optionen/javaparameters.xhp\">Java Start Parametri</link> dijaloški prozor.</ahelp>"
+
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"par_idN105AD\n"
+"help.text"
+msgid "Class Path"
+msgstr "Staza klase"
+
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"par_idN10686\n"
+"help.text"
+msgid "<ahelp hid=\"svx:PushButton:RID_SVXPAGE_OPTIONS_JAVA:PB_CLASSPATH\">Opens the <link href=\"text/shared/optionen/javaclasspath.xhp\">Class Path</link> dialog.</ahelp>"
+msgstr "<ahelp hid=\"svx:PushButton:RID_SVXPAGE_OPTIONS_JAVA:PB_CLASSPATH\">Otvara <link href=\"text/shared/optionen/javaclasspath.xhp\">Stazu Klase</link> dijaloški prozor.</ahelp>"
+
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"hd_id3148618\n"
+"help.text"
+msgid "Optional (unstable) options"
+msgstr ""
+
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"hd_id3148619\n"
+"help.text"
+msgid "Enable experimental features"
+msgstr ""
+
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"par_id3156344\n"
+"help.text"
+msgid "It enables features that are not yet complete or contain known bugs. The list of these features is different version by version, or even it can be empty."
+msgstr ""
+
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"hd_id3148610\n"
+"help.text"
+msgid "Enable macro recording"
+msgstr ""
+
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"par_id3156345\n"
+"help.text"
+msgid "It enables macro recording, so the <link href=\"text/shared/guide/macro_recording.xhp\" name=\"Tools - Macros - Record Macro\"><item type=\"menuitem\">Tools - Macros - Record Macro</item></link> menu item will be available."
+msgstr ""
+
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Microsoft Office"
+msgstr "Microsoft Office"
+
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"hd_id3156410\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01130200.xhp\" name=\"Microsoft Office\">Microsoft Office</link>"
+msgstr ""
+
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"par_id3149095\n"
+"2\n"
+"help.text"
+msgid "Specifies the settings for importing and exporting Microsoft Office OLE objects."
+msgstr ""
+
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"par_id3159233\n"
+"7\n"
+"help.text"
+msgid "These settings are valid when no Microsoft OLE server exists (for example, in UNIX) or when there is no $[officename] OLE server ready for editing the OLE objects."
+msgstr ""
+
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"par_id0107200910364795\n"
+"help.text"
+msgid "If an OLE server is active for the embedded object, then the OLE server will be used to handle the object."
+msgstr ""
+
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"par_id0107200910364725\n"
+"help.text"
+msgid "If no OLE server is active for MathType objects, then embedded MathType objects can be converted to %PRODUCTNAME Math objects. For this conversion, the embedded MathType objects must not exceed the MathType 3.1 specifications."
+msgstr ""
+
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"hd_id3146798\n"
+"3\n"
+"help.text"
+msgid "List Box"
+msgstr "Kutija za liste"
+
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"par_id3150670\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OFAPAGE_MSFLTR2_CLB\">The<emph> List Box </emph>field displays the entries for the pair of OLE objects that can be converted when loading into $[officename] (L) and/or when saving into a Microsoft format (S). </ahelp>"
+msgstr ""
+
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"par_id3154286\n"
+"5\n"
+"help.text"
+msgid "Mark the box in the [L] column in front of the entry if a Microsoft OLE object is to be converted into the specified $[officename] OLE object when a Microsoft document is loaded into $[officename]."
+msgstr ""
+
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"par_id3153880\n"
+"6\n"
+"help.text"
+msgid "Mark the box in the [S] column in front of the entry if a $[officename] OLE object is to be converted into the specified Microsoft OLE object when a document is saved in a Microsoft file format."
+msgstr ""
+
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "$[officename]"
+msgstr ""
+
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3153750\n"
+"1\n"
+"help.text"
+msgid "$[officename]"
+msgstr ""
+
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3149177\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"optionenallgemein\"><ahelp hid=\"SID_GENERAL_OPTIONS\">Use this dialog to create general settings for working with $[officename]. The information covers topics such as user data, saving, printing, paths to important files and directories, and color defaults.</ahelp></variable> These settings are saved automatically."
+msgstr ""
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Table"
+msgstr "Tabela"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"bm_id3149656\n"
+"help.text"
+msgid "<bookmark_value>inserting; new text tables defaults</bookmark_value><bookmark_value>tables in text; default settings</bookmark_value><bookmark_value>aligning;tables in text</bookmark_value><bookmark_value>number formats; recognition in text tables</bookmark_value>"
+msgstr ""
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3153087\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01040500.xhp\" name=\"Table\">Table</link>"
+msgstr "<link href=\"text/shared/optionen/01040500.xhp\" name=\"Table\">Tabela</link>"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3145674\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OPTTABLE_PAGE\">Defines the attributes of tables in text documents.</ahelp>"
+msgstr ""
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3145609\n"
+"26\n"
+"help.text"
+msgid "Specifies the default settings for columns and rows and the table mode. Also specifies the standard values for moving and inserting columns and rows. For further information see <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05090201.xhp\" name=\"Editing Tables Using the Keyboard\">Editing Tables Using the Keyboard</link></caseinline><defaultinline> in the $[officename] Writer Help</defaultinline></switchinline>."
+msgstr ""
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3149656\n"
+"27\n"
+"help.text"
+msgid "Default"
+msgstr "Uobičajeno"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3148797\n"
+"28\n"
+"help.text"
+msgid "Defines the defaults for all newly created text tables in text documents."
+msgstr "Definira standarde za sve novo-kreirane tekstualne tabele u tekstualnim dokumentima."
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3152922\n"
+"29\n"
+"help.text"
+msgid "Heading"
+msgstr "Zaglavlje"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3150447\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTTABLE_PAGE_CB_HEADER\">Specifies that the first row of the table is formatted with the \"Table heading\" Paragraph Style.</ahelp>"
+msgstr ""
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3147086\n"
+"31\n"
+"help.text"
+msgid "Repeat on each page"
+msgstr "Ponovi na svakoj stranici"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3149204\n"
+"32\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTTABLE_PAGE_CB_REPEAT_HEADER\">Specifies whether the table heading is carried over onto the new page after a page break.</ahelp>"
+msgstr ""
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3125864\n"
+"33\n"
+"help.text"
+msgid "Do not split (not in HTML)"
+msgstr "Ne razdvajaj (ne u HTML-u)"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3155429\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTTABLE_PAGE_CB_DONT_SPLIT\">Specifies that tables are not split by any type of text flow break.</ahelp> You can also find this option in menu <emph>Table - Table Properties - Text Flow</emph>."
+msgstr ""
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3148575\n"
+"35\n"
+"help.text"
+msgid "Border"
+msgstr ""
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3146119\n"
+"36\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTTABLE_PAGE_CB_BORDER\">Specifies that table cells have a border by default.</ahelp>"
+msgstr ""
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3146976\n"
+"37\n"
+"help.text"
+msgid "Input in tables"
+msgstr "Unosi u tabele"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3153142\n"
+"39\n"
+"help.text"
+msgid "Number recognition"
+msgstr "Prepoznavanje brojeva"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3149481\n"
+"40\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTTABLE_PAGE_CB_NUMFORMATTING\">Specifies that numbers in a text table are recognized and formatted as numbers.</ahelp>"
+msgstr ""
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3155306\n"
+"41\n"
+"help.text"
+msgid "If <emph>Number recognition</emph> is not marked, numbers are saved in text format and are automatically left-aligned."
+msgstr ""
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3155856\n"
+"42\n"
+"help.text"
+msgid "Number format recognition"
+msgstr "Prepoznavanje formata brojeva"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3159346\n"
+"43\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTTABLE_PAGE_CB_NUMFMT_FORMATTING\">If<emph> Number format recognition </emph>is not marked, only input in the format that has been set at the cell is accepted. Any other input resets the format to <emph>Text</emph>.</ahelp>"
+msgstr ""
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3153876\n"
+"44\n"
+"help.text"
+msgid "Alignment"
+msgstr "Poravnanje"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3149379\n"
+"45\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTTABLE_PAGE_CB_NUMALIGNMENT\">Specifies that numbers are always bottom right aligned in the cell.</ahelp> If this field is not marked numbers are always top left aligned in the cell."
+msgstr ""
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3146792\n"
+"46\n"
+"help.text"
+msgid "Direct formatting is not influenced by the <emph>Alignment</emph> field. If you center align the cell contents directly, they remain centered irrespective of whether text or numbers are involved."
+msgstr ""
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3154360\n"
+"48\n"
+"help.text"
+msgid "Keyboard handling"
+msgstr "Podešavanje tastature"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3149018\n"
+"3\n"
+"help.text"
+msgid "Move cells"
+msgstr "Pomjeri ćelije"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3153711\n"
+"4\n"
+"help.text"
+msgid "Defines the default settings for moving rows and columns with the keyboard."
+msgstr "Definiše standardne postavke za pomjeranje redova i kolona pomoću tastature."
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3155445\n"
+"5\n"
+"help.text"
+msgid "Row"
+msgstr "Red"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3159264\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SW:METRICFIELD:TP_OPTTABLE_PAGE:MF_ROWMOVE\">Specifies the value to be used for moving a row.</ahelp>"
+msgstr ""
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3150388\n"
+"7\n"
+"help.text"
+msgid "Column"
+msgstr "Kolona"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3155905\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SW:METRICFIELD:TP_OPTTABLE_PAGE:MF_COLMOVE\">Specifies the value to be used for moving a column.</ahelp>"
+msgstr ""
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3155938\n"
+"9\n"
+"help.text"
+msgid "Insert"
+msgstr "Ubaci"
+
+#: 01040500.xhp
+#, fuzzy
+msgctxt ""
+"01040500.xhp\n"
+"par_id3155176\n"
+"10\n"
+"help.text"
+msgid "Specifies the default settings for inserting rows and columns with the keyboard."
+msgstr "Definiše standardne postavke za pomjeranje redova i kolona pomoću tastature."
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3155333\n"
+"11\n"
+"help.text"
+msgid "Row"
+msgstr "Red"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3153966\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SW:METRICFIELD:TP_OPTTABLE_PAGE:MF_ROWINSERT\">Specifies the default value for inserting rows.</ahelp>"
+msgstr ""
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3155607\n"
+"13\n"
+"help.text"
+msgid "Column"
+msgstr "Kolona"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3159334\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SW:METRICFIELD:TP_OPTTABLE_PAGE:MF_COLINSERT\">Specifies the default value for inserting columns.</ahelp>"
+msgstr ""
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3150645\n"
+"15\n"
+"help.text"
+msgid "Behavior of rows/columns"
+msgstr ""
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3150298\n"
+"16\n"
+"help.text"
+msgid "Determines the relative effect of rows and columns on adjacent rows or columns, as well as on the entire table."
+msgstr ""
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3149335\n"
+"17\n"
+"help.text"
+msgid "Fixed"
+msgstr "Fiksirano"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3151213\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SW:RADIOBUTTON:TP_OPTTABLE_PAGE:RB_FIX\">Specifies that changes to a row or column only affect the corresponding adjacent area.</ahelp>"
+msgstr ""
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3154199\n"
+"19\n"
+"help.text"
+msgid "Fixed, proportional"
+msgstr ""
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3147128\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SW:RADIOBUTTON:TP_OPTTABLE_PAGE:RB_FIXPROP\">Specifies that changes to a row or column have an effect on the entire table.</ahelp>"
+msgstr ""
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3150783\n"
+"21\n"
+"help.text"
+msgid "Variable"
+msgstr "Varijabla"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3166423\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"SW:RADIOBUTTON:TP_OPTTABLE_PAGE:RB_VAR\">Specifies that changes to a row or column affect the table size.</ahelp>"
+msgstr ""
+
+#: viewcertificate_d.xhp
+msgctxt ""
+"viewcertificate_d.xhp\n"
+"tit\n"
+"help.text"
+msgid "Details"
+msgstr "Detalji"
+
+#: viewcertificate_d.xhp
+msgctxt ""
+"viewcertificate_d.xhp\n"
+"par_idN10544\n"
+"help.text"
+msgid "<variable id=\"details\"><link href=\"text/shared/optionen/viewcertificate_d.xhp\">Details</link></variable>"
+msgstr "<variable id=\"details\"><link href=\"text/shared/optionen/viewcertificate_d.xhp\">Detalji</link></variable>"
+
+#: viewcertificate_d.xhp
+msgctxt ""
+"viewcertificate_d.xhp\n"
+"par_idN10562\n"
+"help.text"
+msgid "<ahelp hid=\".\">The Details page of the <link href=\"text/shared/optionen/viewcertificate.xhp\">View Certificate</link> dialog displays detailed information about the certificate.</ahelp>"
+msgstr "<ahelp hid=\".\">Detalji stranica u <link href=\"text/shared/optionen/viewcertificate.xhp\">Pogledaj certifikat</link> dijaloškom prozoru prikazuje detaljne informacije o certifikatu.</ahelp>"
+
+#: viewcertificate_d.xhp
+msgctxt ""
+"viewcertificate_d.xhp\n"
+"par_idN105DB\n"
+"help.text"
+msgid "<ahelp hid=\".\">Use the value list box to view values and copy them to the clipboard.</ahelp>"
+msgstr "<ahelp hid=\".\">Koristite prozor sa listom vrijednosti da bi vidjeli vrijednosti i kopirali ih u međuspremnik (clipboard).</ahelp>"
+
+#: 01020400.xhp
+msgctxt ""
+"01020400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Browser Plug-in"
+msgstr ""
+
+#: 01020400.xhp
+#, fuzzy
+msgctxt ""
+"01020400.xhp\n"
+"par_idN105B7\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01020400.xhp\" name=\"Browser Plugin\">Browser Plug-in</link>"
+msgstr "<link href=\"text/shared/optionen/01040200.xhp\" name=\"View\">Pogled</link>"
+
+#: 01020400.xhp
+msgctxt ""
+"01020400.xhp\n"
+"par_idN105D5\n"
+"help.text"
+msgid "Specifies to use the Mozilla plug-in to show %PRODUCTNAME documents."
+msgstr ""
+
+#: 01020400.xhp
+msgctxt ""
+"01020400.xhp\n"
+"par_idN105D8\n"
+"help.text"
+msgid "When you click any %PRODUCTNAME document hyperlink in your Mozilla or Netscape browser, one of the following can happen:"
+msgstr ""
+
+#: 01020400.xhp
+msgctxt ""
+"01020400.xhp\n"
+"par_idN105DE\n"
+"help.text"
+msgid "The browser asks you whether you want to save the document on your disk, or whether you want to use an application to open the document. This request dialog appears by default when you click any %PRODUCTNAME document hyperlink the first time and you did not enable the Browser Plug-in."
+msgstr ""
+
+#: 01020400.xhp
+msgctxt ""
+"01020400.xhp\n"
+"par_idN105E2\n"
+"help.text"
+msgid "The browser downloads the document to a temporary folder, then tells your system to run %PRODUCTNAME and open the document in %PRODUCTNAME. This is the default when you did not enable the Browser Plug-in and chose to open the document with %PRODUCTNAME when you were first asked."
+msgstr ""
+
+#: 01020400.xhp
+msgctxt ""
+"01020400.xhp\n"
+"par_idN105E6\n"
+"help.text"
+msgid "The browser opens a new browser window that shows some of the %PRODUCTNAME icons, and displays the document in the browser window. This is the default when you enable the Browser Plug-in. When you click the <emph>Edit File</emph> icon, a copy of the document is downloaded to a temporary folder on your disk, then %PRODUCTNAME starts and loads the copy for editing."
+msgstr ""
+
+#: 01020400.xhp
+msgctxt ""
+"01020400.xhp\n"
+"par_idN105F5\n"
+"help.text"
+msgid "Display documents in browser"
+msgstr ""
+
+#: 01020400.xhp
+msgctxt ""
+"01020400.xhp\n"
+"par_idN105F9\n"
+"help.text"
+msgid "<ahelp hid=\"736117762\">Enables the Browser Plug-in to show %PRODUCTNAME documents in a browser window. Select, click OK, then restart your browser. Then, in the browser window, click any %PRODUCTNAME document hyperlink.</ahelp>"
+msgstr ""
+
+#: 01020400.xhp
+msgctxt ""
+"01020400.xhp\n"
+"par_idN10655\n"
+"help.text"
+msgid "The plug-in needs a version of Mozilla, Netscape, or Firefox installed on your system."
+msgstr ""
+
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Memory"
+msgstr ""
+
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"bm_id3153881\n"
+"help.text"
+msgid "<bookmark_value>undoing; number of steps</bookmark_value><bookmark_value>graphics; cache</bookmark_value><bookmark_value>cache for graphics</bookmark_value><bookmark_value>Quickstarter</bookmark_value>"
+msgstr ""
+
+#: 01011000.xhp
+#, fuzzy
+msgctxt ""
+"01011000.xhp\n"
+"hd_id3157909\n"
+"25\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01011000.xhp\" name=\"Memory\">Memory</link>"
+msgstr "<link href=\"text/shared/optionen/01040200.xhp\" name=\"View\">Pogled</link>"
+
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"par_id3154307\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\".\">Defines the settings for the graphics cache and the number of steps you can undo.</ahelp>"
+msgstr ""
+
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"hd_id3155390\n"
+"1\n"
+"help.text"
+msgid "Undo"
+msgstr "Poništi"
+
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"par_id3145673\n"
+"2\n"
+"help.text"
+msgid "Defines the maximum number of reverse steps allowed."
+msgstr ""
+
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"hd_id3153881\n"
+"3\n"
+"help.text"
+msgid "Number of steps"
+msgstr ""
+
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"par_id3148685\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_NUMERICFIELD_OFA_TP_MEMORY_ED_UNDO\">You can specify the number of steps which can be undone by selecting a number from the box.</ahelp>"
+msgstr ""
+
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"hd_id3147530\n"
+"10\n"
+"help.text"
+msgid "Graphics cache"
+msgstr ""
+
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"par_id3145069\n"
+"11\n"
+"help.text"
+msgid "The graphics cache saves the graphics contained in a document in your computer's main memory. This means that the attributes of a graphic stored in the cache do not have to be re-calculated if you return to the page containing the graphic after scrolling through a document."
+msgstr ""
+
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"hd_id3154924\n"
+"12\n"
+"help.text"
+msgid "Use for $[officename] (MB)"
+msgstr ""
+
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"par_id3152813\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_NUMERICFIELD_OFA_TP_MEMORY_NF_GRAPHICCACHE\">Specifies the total cache size for all graphics.</ahelp>"
+msgstr ""
+
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"hd_id3150359\n"
+"14\n"
+"help.text"
+msgid "Memory per object (MB)"
+msgstr ""
+
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"par_id3148797\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_NUMERICFIELD_OFA_TP_MEMORY_NF_GRAPHICOBJECTCACHE\">Specifies that objects which are larger than the selected megabytes will not be placed in the cache.</ahelp>"
+msgstr ""
+
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"hd_id3148920\n"
+"16\n"
+"help.text"
+msgid "Remove from memory after (hh:mm)"
+msgstr ""
+
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"par_id3148674\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_TIMEFIELD_OFA_TP_MEMORY_TF_GRAPHICOBJECTTIME\">Specifies the time that each graphic remains in the cache in hours and minutes.</ahelp>"
+msgstr ""
+
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"hd_id3156212\n"
+"18\n"
+"help.text"
+msgid "Cache for inserted objects"
+msgstr ""
+
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"hd_id3147085\n"
+"19\n"
+"help.text"
+msgid "Number of objects"
+msgstr ""
+
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"par_id3153192\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_NUMERICFIELD_OFA_TP_MEMORY_NF_OLECACHE\">Choose the maximum number of OLE objects that are pooled in the cache.</ahelp>"
+msgstr ""
+
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"hd_id3145171\n"
+"21\n"
+"help.text"
+msgid "$[officename] Quickstarter"
+msgstr ""
+
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"hd_id3155429\n"
+"22\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Load $[officename] during system start-up </caseinline><defaultinline>Enable systray Quickstarter</defaultinline></switchinline>"
+msgstr ""
+
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"par_id3152940\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_CHECKBOX_OFA_TP_MEMORY_CB_QUICKLAUNCH\">Mark this check box if you want $[officename] to enable quickstart. This option is available if the Quickstart module has been installed.</ahelp>"
+msgstr ""
+
+#: 01160201.xhp
+msgctxt ""
+"01160201.xhp\n"
+"tit\n"
+"help.text"
+msgid "Database Link"
+msgstr "Link Baze Podataka"
+
+#: 01160201.xhp
+msgctxt ""
+"01160201.xhp\n"
+"par_idN1053A\n"
+"help.text"
+msgid "Database Link"
+msgstr "Link Baze Podataka"
+
+#: 01160201.xhp
+msgctxt ""
+"01160201.xhp\n"
+"par_idN1053E\n"
+"help.text"
+msgid "Creates or edits an entry in the <link href=\"text/shared/optionen/01160200.xhp\">Databases</link> tab page."
+msgstr "Kreira ili uređuje ulaz u <link href=\"text/shared/optionen/01160200.xhp\">Baze Podataka</link> tab stranici."
+
+#: 01160201.xhp
+msgctxt ""
+"01160201.xhp\n"
+"par_idN1054F\n"
+"help.text"
+msgid "Database file"
+msgstr "Datoteka Baze Podataka"
+
+#: 01160201.xhp
+msgctxt ""
+"01160201.xhp\n"
+"par_idN10553\n"
+"help.text"
+msgid "Enter the path and the file name of the database file. The name of the file must end with the *.odb extension."
+msgstr "Unesite stazu i ime datoteke iz baze podataka. Ime datoteke mora završiti sa *.odb ekstenzijom."
+
+#: 01160201.xhp
+msgctxt ""
+"01160201.xhp\n"
+"par_idN10556\n"
+"help.text"
+msgid "Browse"
+msgstr "Potraži"
+
+#: 01160201.xhp
+msgctxt ""
+"01160201.xhp\n"
+"par_idN1055A\n"
+"help.text"
+msgid "<ahelp hid=\"1346114049\">Opens a file dialog where you can select the database file.</ahelp>"
+msgstr "<ahelp hid=\"1346114049\">Otvara dijaloški prozor sa datotekama u kojem možete izabrati datoteku baze podataka.</ahelp>"
+
+#: 01160201.xhp
+msgctxt ""
+"01160201.xhp\n"
+"par_idN1055D\n"
+"help.text"
+msgid "Registered name"
+msgstr "Registrovano ime"
+
+#: 01160201.xhp
+msgctxt ""
+"01160201.xhp\n"
+"par_idN10561\n"
+"help.text"
+msgid "<ahelp hid=\"1346111489\">Enter a name for the database. %PRODUCTNAME uses this name to access the database.</ahelp>"
+msgstr "<ahelp hid=\"1346111489\">Unesite ime za bazu podataka. %PRODUCTNAME koristi ovo ime za pristup bazi podataka.</ahelp>"
+
+#: viewcertificate_g.xhp
+msgctxt ""
+"viewcertificate_g.xhp\n"
+"tit\n"
+"help.text"
+msgid "General"
+msgstr "Općenito"
+
+#: viewcertificate_g.xhp
+msgctxt ""
+"viewcertificate_g.xhp\n"
+"par_idN1054D\n"
+"help.text"
+msgid "<variable id=\"general\"><link href=\"text/shared/optionen/viewcertificate_g.xhp\">General</link></variable>"
+msgstr "<variable id=\"general\"><link href=\"text/shared/optionen/viewcertificate_g.xhp\">Općenito</link></variable>"
+
+#: viewcertificate_g.xhp
+#, fuzzy
+msgctxt ""
+"viewcertificate_g.xhp\n"
+"par_idN1056B\n"
+"help.text"
+msgid "<ahelp hid=\".\">The General page of the <link href=\"text/shared/optionen/viewcertificate.xhp\">View Certificate</link> dialog displays basic information about the certificate.</ahelp>"
+msgstr "<ahelp hid=\".\">Detalji stranica u <link href=\"text/shared/optionen/viewcertificate.xhp\">Pogledaj certifikat</link> dijaloškom prozoru prikazuje detaljne informacije o certifikatu.</ahelp>"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"tit\n"
+"help.text"
+msgid "E-mail"
+msgstr "E-mail"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_idN1054D\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01020300.xhp\">E-mail</link>"
+msgstr "<link href=\"text/shared/optionen/01020300.xhp\">E-mail</link>"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_idN1056B\n"
+"help.text"
+msgid "On UNIX systems, specifies the e-mail program to use when you send the current document as e-mail."
+msgstr ""
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_idN10576\n"
+"help.text"
+msgid "E-mail program"
+msgstr ""
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_idN1057A\n"
+"help.text"
+msgid "<ahelp hid=\"703252484\">Enter the e-mail program path and name.</ahelp>"
+msgstr ""
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_idN10591\n"
+"help.text"
+msgid "..."
+msgstr "..."
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_idN10595\n"
+"help.text"
+msgid "<ahelp hid=\"703255045\">Opens a file dialog to select the e-mail program.</ahelp>"
+msgstr ""
+
+#: 01090000.xhp
+#, fuzzy
+msgctxt ""
+"01090000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Formula"
+msgstr "Formula"
+
+#: 01090000.xhp
+#, fuzzy
+msgctxt ""
+"01090000.xhp\n"
+"hd_id3150040\n"
+"1\n"
+"help.text"
+msgid "%PRODUCTNAME Math Options"
+msgstr "%PRODUCTNAME Calc opcije"
+
+#: 01090000.xhp
+msgctxt ""
+"01090000.xhp\n"
+"par_id3166460\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"druckentext\"><ahelp hid=\".uno:SmEditOptions\">Defines the print format and print options for all new formula documents. These options apply when you print a formula directly from <item type=\"productname\">%PRODUCTNAME</item> Math.</ahelp></variable> You can also call the dialog by clicking the <emph>Options</emph> button in the <emph>Print</emph> dialog. The settings you define in the <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline></emph> dialog will be permanent settings, whereas the settings in the Print dialog are only valid for the current document."
+msgstr ""
+
+#: 01090000.xhp
+#, fuzzy
+msgctxt ""
+"01090000.xhp\n"
+"hd_id3154143\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01090100.xhp\" name=\"Options\">Options</link>"
+msgstr "<link href=\"text/shared/optionen/01050100.xhp\" name=\"Grid\">Mreža</link>"
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Accessibility"
+msgstr ""
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"bm_id3159411\n"
+"help.text"
+msgid "<bookmark_value>disabled persons</bookmark_value><bookmark_value>text colors for better accessibility</bookmark_value><bookmark_value>animations; accessibility options</bookmark_value><bookmark_value>Help tips; hiding</bookmark_value><bookmark_value>high contrast mode</bookmark_value><bookmark_value>accessibility; options</bookmark_value><bookmark_value>options; accessibility</bookmark_value>"
+msgstr ""
+
+#: 01013000.xhp
+#, fuzzy
+msgctxt ""
+"01013000.xhp\n"
+"hd_id3159411\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01013000.xhp\" name=\"Accessibility\">Accessibility</link>"
+msgstr "<link href=\"text/shared/optionen/01030500.xhp\" name=\"HTML compatibility\">HTML podudarnost</link>"
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"par_id3149827\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Sets options that make <item type=\"productname\">%PRODUCTNAME</item> programs more accessible for users with reduced sight, limited dexterity or other disabilities.</ahelp>"
+msgstr ""
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"hd_id3166460\n"
+"9\n"
+"help.text"
+msgid "Miscellaneous options"
+msgstr ""
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"par_id3152996\n"
+"10\n"
+"help.text"
+msgid "Sets accessibility options."
+msgstr ""
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"hd_id3154750\n"
+"23\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\"></caseinline><defaultinline>Support assistive technology tools (program restart required)</defaultinline></switchinline>"
+msgstr ""
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"par_id3155628\n"
+"24\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\"></caseinline><defaultinline><ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_ACCESSIBILITY_TOOL\">Allows you to use assistive tools, such as external screen readers, Braille devices or speech recognition input devices. The Java Runtime Environment must be installed on your computer before you can enable assistive support.</ahelp></defaultinline></switchinline>"
+msgstr ""
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"hd_id3154047\n"
+"27\n"
+"help.text"
+msgid "Use text selection cursor in read-only text document"
+msgstr ""
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"par_id3149164\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_TEXTSELECTION\">Displays cursor in read-only documents.</ahelp>"
+msgstr ""
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"hd_id3147531\n"
+"15\n"
+"help.text"
+msgid "Allow animated graphics"
+msgstr ""
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"par_id3145069\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_ANIMATED_GRAPHICS\">Previews animated graphics, such as GIF images, in <item type=\"productname\">%PRODUCTNAME</item>.</ahelp>"
+msgstr ""
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"hd_id3147264\n"
+"17\n"
+"help.text"
+msgid "Allow animated text"
+msgstr ""
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"par_id3149656\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_ANIMATED_TEXTS\">Previews animated text, such as blinking and scrolling, in <item type=\"productname\">%PRODUCTNAME</item>.</ahelp>"
+msgstr ""
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"hd_id3153381\n"
+"11\n"
+"help.text"
+msgid "Help tips disappear after"
+msgstr ""
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"par_id3150868\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_TIPHELP\">Hides the <link href=\"text/shared/main0108.xhp\" name=\"Help tips\">Help tips</link> after the number of seconds that you enter.</ahelp> Otherwise, Help tips are displayed until you press Escape or move the cursor."
+msgstr ""
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"hd_id3151043\n"
+"13\n"
+"help.text"
+msgid "Seconds"
+msgstr "Sekundi"
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"par_id3148672\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_NUMERICFIELD_RID_SVXPAGE_ACCESSIBILITYCONFIG_NF_TIPHELP\">Enter the number of seconds to display the Help tips.</ahelp>"
+msgstr ""
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"hd_id3149809\n"
+"3\n"
+"help.text"
+msgid "Options for high contrast appearance"
+msgstr "Opcije za prikaz sa visokim kontrastom"
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"par_id3153106\n"
+"4\n"
+"help.text"
+msgid "High contrast is an operating system setting that changes the system color scheme to improve readability. You can decide how <item type=\"productname\">%PRODUCTNAME</item> uses the high contrast settings of the operating system."
+msgstr ""
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"par_id3125863\n"
+"31\n"
+"help.text"
+msgid "Cell borders and shadows are always shown in text color when high contrast mode is active. The cell background color is ignored then."
+msgstr ""
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"hd_id3155132\n"
+"29\n"
+"help.text"
+msgid "Automatically detect high contrast mode of operating system"
+msgstr ""
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"par_id3153768\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_AUTO_DETECT_HC\">Switches <item type=\"productname\">%PRODUCTNAME</item> into high contrast mode when the system background color is very dark.</ahelp>"
+msgstr ""
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"hd_id3154918\n"
+"19\n"
+"help.text"
+msgid "Use automatic font color for screen display"
+msgstr ""
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"par_id3146984\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_AUTOMATIC_FONT_COLOR\">Displays fonts in <item type=\"productname\">%PRODUCTNAME</item> using the system color settings. This option only affects the screen display.</ahelp>"
+msgstr ""
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"hd_id3153091\n"
+"7\n"
+"help.text"
+msgid "Use system colors for page previews"
+msgstr ""
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"par_id3146923\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_PAGE_PREVIEWS\">Applies the high contrast settings of the operating system to page previews.</ahelp>"
+msgstr ""
+
+#: 01030000.xhp
+msgctxt ""
+"01030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Internet options"
+msgstr ""
+
+#: 01030000.xhp
+msgctxt ""
+"01030000.xhp\n"
+"hd_id3154926\n"
+"1\n"
+"help.text"
+msgid "Internet options"
+msgstr ""
+
+#: 01030000.xhp
+msgctxt ""
+"01030000.xhp\n"
+"par_id3154894\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"laden\"><ahelp hid=\".\">Specifies Internet settings.</ahelp></variable>"
+msgstr "<variable id=\"laden\"><ahelp hid=\".\">Odreduje Internet postavke.</ahelp></variable>"
+
+#: 01060000.xhp
+msgctxt ""
+"01060000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Spreadsheet Options"
+msgstr "Opcije proračunskih tabela"
+
+#: 01060000.xhp
+msgctxt ""
+"01060000.xhp\n"
+"hd_id3156414\n"
+"1\n"
+"help.text"
+msgid "%PRODUCTNAME Calc Options"
+msgstr "%PRODUCTNAME Calc opcije"
+
+#: 01060000.xhp
+msgctxt ""
+"01060000.xhp\n"
+"par_id3145345\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"allgemein\"><ahelp hid=\".uno:ToolsOptions\">Defines various settings for spreadsheets, contents to be displayed, and the cursor direction after a cell entry. You can also define sorting lists, determine the number of decimal places and the settings for recording and highlighting changes. </ahelp></variable>"
+msgstr "<variable id=\"allgemein\"><ahelp hid=\".uno:ToolsOptions\">Definiše razne postavke za tablice za računanje, sadržaje koji će biti prikazani, i pravac kursora nakon upisa u ćeliju. Možete isto definisati i spiskove za redanje, utvrditi broj decimalnih mjesta i postavke za snimanje i označavanje izmjena. </ahelp></variable>"
+
+#: 01010301.xhp
+msgctxt ""
+"01010301.xhp\n"
+"tit\n"
+"help.text"
+msgid "Edit Paths"
+msgstr ""
+
+#: 01010301.xhp
+msgctxt ""
+"01010301.xhp\n"
+"hd_id3150772\n"
+"1\n"
+"help.text"
+msgid "Edit Paths"
+msgstr ""
+
+#: 01010301.xhp
+msgctxt ""
+"01010301.xhp\n"
+"par_id3149762\n"
+"2\n"
+"help.text"
+msgid "In the <emph>Edit Paths </emph>dialog, you can select some folders that are available in $[officename]."
+msgstr ""
+
+#: 01010301.xhp
+msgctxt ""
+"01010301.xhp\n"
+"hd_id3147559\n"
+"3\n"
+"help.text"
+msgid "Paths"
+msgstr "Putanje"
+
+#: 01010301.xhp
+msgctxt ""
+"01010301.xhp\n"
+"par_id3153524\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXDLG_MULTIPATH:LB_MULTIPATH\">Contains a list of the paths that have already been added. Mark the default path for new files.</ahelp>"
+msgstr ""
+
+#: 01010301.xhp
+msgctxt ""
+"01010301.xhp\n"
+"hd_id3148798\n"
+"5\n"
+"help.text"
+msgid "Add"
+msgstr "Dodaj"
+
+#: 01010301.xhp
+msgctxt ""
+"01010301.xhp\n"
+"par_id3153106\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXDLG_MULTIPATH:BTN_ADD_MULTIPATH\">Opens the <emph>Select Path</emph> dialog to select another folder or the <emph>Open</emph> dialog to select another file.</ahelp>"
+msgstr ""
+
+#: viewcertificate_c.xhp
+msgctxt ""
+"viewcertificate_c.xhp\n"
+"tit\n"
+"help.text"
+msgid "Certificate Path"
+msgstr "Staza Certifikata"
+
+#: viewcertificate_c.xhp
+msgctxt ""
+"viewcertificate_c.xhp\n"
+"par_idN1054D\n"
+"help.text"
+msgid "<variable id=\"certificatepath\"><link href=\"text/shared/optionen/viewcertificate_c.xhp\">Certificate Path</link></variable>"
+msgstr "<variable id=\"certificatepath\"><link href=\"text/shared/optionen/viewcertificate_c.xhp\">Staza Certifikata</link></variable>"
+
+#: viewcertificate_c.xhp
+msgctxt ""
+"viewcertificate_c.xhp\n"
+"par_idN1056B\n"
+"help.text"
+msgid "<ahelp hid=\".\">The Certificate Path page of the <link href=\"text/shared/optionen/viewcertificate.xhp\">View Certificate</link> dialog displays the location and the status of the certificate.</ahelp>"
+msgstr "<ahelp hid=\".\">Staza Certifikata stranica u <link href=\"text/shared/optionen/viewcertificate.xhp\">Pogledaj certifikat</link> dijaloškom prozoru prikazuje lokaciju i status certifikata.</ahelp>"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Paths"
+msgstr "Putanje"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"bm_id3149514\n"
+"help.text"
+msgid "<bookmark_value>paths; defaults</bookmark_value><bookmark_value>variables; for paths</bookmark_value><bookmark_value>directories;directory structure</bookmark_value><bookmark_value>files and folders in $[officename]</bookmark_value>"
+msgstr ""
+
+#: 01010300.xhp
+#, fuzzy
+msgctxt ""
+"01010300.xhp\n"
+"hd_id3149514\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01010300.xhp\" name=\"Paths\">Paths</link>"
+msgstr "<link href=\"text/shared/optionen/01050100.xhp\" name=\"Grid\">Mreža</link>"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3151384\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OPTIONS_PATH\">This section contains the default paths to important folders in $[officename]. These paths can be edited by the user.</ahelp>"
+msgstr ""
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"hd_id3149810\n"
+"13\n"
+"help.text"
+msgid "Paths used by %PRODUCTNAME"
+msgstr "Staze koje koristi %PRODUCTNAME"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3154923\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OPTPATH_CTL_PATH\">To modify an entry in this list, click the entry and click <emph>Edit</emph>. You can also double click the entry.</ahelp>"
+msgstr ""
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"hd_id3151210\n"
+"160\n"
+"help.text"
+msgid "Default"
+msgstr "Uobičajeno"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3153968\n"
+"161\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SFXPAGE_PATH:BTN_STANDARD\">The<emph> Default </emph>button resets the predefined paths for all selected entries.</ahelp>"
+msgstr ""
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"hd_id3147229\n"
+"6\n"
+"help.text"
+msgid "Edit"
+msgstr "Izmijeni"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3151177\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SFXPAGE_PATH:BTN_PATH\">Click to display the <emph>Select Path</emph> or <emph>Edit Paths</emph> dialog.</ahelp>"
+msgstr ""
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3153193\n"
+"162\n"
+"help.text"
+msgid "You can change the sequence of entries by clicking the bar in the <emph>Type</emph> column. The column width can be changed by moving the separator between the columns with the mouse."
+msgstr ""
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3150439\n"
+"190\n"
+"help.text"
+msgid "In the following list of paths, the paths for the shared folders in the directory where %PRODUCTNAME is installed, are not shown. The user data for each user is stored in the {user} directory, which is located in the user's <switchinline select=\"sys\"><caseinline select=\"UNIX\">home</caseinline><defaultinline>Documents and Settings</defaultinline></switchinline> directory."
+msgstr ""
+
+#: 01010300.xhp
+#, fuzzy
+msgctxt ""
+"01010300.xhp\n"
+"par_id3149260\n"
+"14\n"
+"help.text"
+msgid "Type"
+msgstr "Vrsta"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3146974\n"
+"15\n"
+"help.text"
+msgid "Path"
+msgstr "Putanja"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3152938\n"
+"16\n"
+"help.text"
+msgid "Description"
+msgstr "Opis"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3151073\n"
+"23\n"
+"help.text"
+msgid "My Documents"
+msgstr "Moji dokumenti"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3149400\n"
+"175\n"
+"help.text"
+msgid "Default document folder of your system"
+msgstr ""
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3153418\n"
+"25\n"
+"help.text"
+msgid "You can see this folder when you first call the <emph>Open</emph> or <emph>Save</emph> dialog."
+msgstr ""
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id8316599\n"
+"help.text"
+msgid "AutoCorrect"
+msgstr "Samoispravka"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3753776\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user}/user/autocorr</caseinline><defaultinline>{user}\\user\\autocorr</defaultinline></switchinline>"
+msgstr ""
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id5284279\n"
+"help.text"
+msgid "This folder stores your own AutoCorrect texts."
+msgstr ""
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id4494766\n"
+"help.text"
+msgid "AutoText"
+msgstr "AutoTekst"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id7858516\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user}/user/autotext</caseinline><defaultinline>{user}\\user\\autotext</defaultinline></switchinline>"
+msgstr ""
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id973540\n"
+"help.text"
+msgid "This folder stores your own AutoText texts."
+msgstr ""
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3154493\n"
+"68\n"
+"help.text"
+msgid "Gallery"
+msgstr "Galerija"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3154484\n"
+"69\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user}/user/gallery</caseinline><defaultinline>{user}\\user\\gallery</defaultinline></switchinline>"
+msgstr ""
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3156289\n"
+"70\n"
+"help.text"
+msgid "New Gallery themes are stored in this folder."
+msgstr ""
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3151333\n"
+"26\n"
+"help.text"
+msgid "Graphics"
+msgstr "Ilustracije"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3152890\n"
+"27\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user}/user/gallery</caseinline><defaultinline>{user}\\user\\gallery</defaultinline></switchinline>"
+msgstr ""
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3148597\n"
+"28\n"
+"help.text"
+msgid "This folder is displayed when you first call the dialog for opening or saving a graphic object."
+msgstr ""
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3146891\n"
+"41\n"
+"help.text"
+msgid "Backups"
+msgstr "Sigurnosne kopije"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3154915\n"
+"42\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user}/user/backup</caseinline><defaultinline>{user}\\user\\backup</defaultinline></switchinline>"
+msgstr ""
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3154603\n"
+"43\n"
+"help.text"
+msgid "Automatic backup copies of documents are stored here."
+msgstr ""
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id4680928\n"
+"help.text"
+msgid "Templates"
+msgstr "Šabloni"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id9014252\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user}/user/template</caseinline><defaultinline>{user}\\user\\template</defaultinline></switchinline>"
+msgstr ""
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id6011841\n"
+"help.text"
+msgid "In this folder you can store your own templates."
+msgstr ""
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3154606\n"
+"195\n"
+"help.text"
+msgid "Temporary files"
+msgstr "Privremene datoteke"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3149343\n"
+"196\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user}/user/temp</caseinline><defaultinline>{user}\\user\\temp</defaultinline></switchinline>"
+msgstr ""
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3154650\n"
+"197\n"
+"help.text"
+msgid "This is where $[officename] puts its temporary files."
+msgstr ""
+
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"tit\n"
+"help.text"
+msgid "Online Update"
+msgstr "On-line Ažuriranje"
+
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"bm_id7657094\n"
+"help.text"
+msgid "<bookmark_value>update options</bookmark_value> <bookmark_value>online update options</bookmark_value> <bookmark_value>options;online update</bookmark_value> <bookmark_value>online updates; checking automatically</bookmark_value> <bookmark_value>updates; checking automatically</bookmark_value> <bookmark_value>Internet; checking for updates</bookmark_value>"
+msgstr "<bookmark_value>opcije za ažuriranje</bookmark_value><bookmark_value>opcije on-line ažuriranja</bookmark_value><bookmark_value>opcije;on-line ažuriranje</bookmark_value><bookmark_value>on-line ažuriranje; automatsko provjeravanje</bookmark_value><bookmark_value>ažuriranja; automatski provjeri</bookmark_value>"
+
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"hd_id29297\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/online_update.xhp\">Online Update</link>"
+msgstr "<link href=\"text/shared/optionen/online_update.xhp\">On-line Ažuriranje</link>"
+
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id8754844\n"
+"help.text"
+msgid "Specifies some options for the automatic notification and downloading of online updates to %PRODUCTNAME."
+msgstr "Određuje neke od opcija za automatsko obavještavanje i preuzimanje on-line ažuriranja u %PRODUCTNAME."
+
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"hd_id2189397\n"
+"help.text"
+msgid "Check for updates automatically"
+msgstr "Provjeri podatke za ažuriranje automatski"
+
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id7523728\n"
+"help.text"
+msgid "<ahelp hid=\".\">Mark to check for online updates periodically, then select the time interval how often %PRODUCTNAME will check for online updates.</ahelp> %PRODUCTNAME will check once a day, week, or month, as soon as a working Internet connection is detected. If you connect to the Internet by a proxy server, set the proxy on <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Internet - Proxy</item>."
+msgstr ""
+
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id8994109\n"
+"help.text"
+msgid "When an update is available, an icon in the menu bar displays some explaining text. Click the icon to proceed."
+msgstr "Kada je ažuriranje dostupno, ikona na meni traci prikazuje tekst sa objašnjenjem. Kliknite ikonu da nastavite."
+
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id476699\n"
+"help.text"
+msgid "If you disable the check, the icon is removed from the menu bar."
+msgstr "Ako onemogućite provjeru, ikona je uklonjena sa meni trake."
+
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id4057130\n"
+"help.text"
+msgid "Online Update is a module that can be selected or deselected to be installed. Choose the customized installation in the Setup of %PRODUCTNAME."
+msgstr "On-line Ažuriranje je modul koji se može ili ne mora izabrati da budu instalirani. Izaberite prilagođenu instalaciju u Set-up za %PRODUCTNAME."
+
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"hd_id266426\n"
+"help.text"
+msgid "Every Day"
+msgstr "Svaki Dan"
+
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id3031098\n"
+"help.text"
+msgid "<ahelp hid=\".\">A check will be performed once a day.</ahelp>"
+msgstr "<ahelp hid=\".\">Provjera će biti izvršena jednom dnevno.</ahelp>"
+
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"hd_id8276619\n"
+"help.text"
+msgid "Every Week"
+msgstr "Svake sedmice"
+
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id7824030\n"
+"help.text"
+msgid "<ahelp hid=\".\">A check will be performed once a week. This is the default setting.</ahelp>"
+msgstr "<ahelp hid=\".\">Provjera će biti izvršena jednom sedmično. Ovo je dodijeljena postavka.</ahelp>"
+
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"hd_id7534104\n"
+"help.text"
+msgid "Every Month"
+msgstr "Svakog mjeseca"
+
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id209051\n"
+"help.text"
+msgid "<ahelp hid=\".\">A check will be performed once a month.</ahelp>"
+msgstr "<ahelp hid=\".\">Provjera će biti izvršena jednom mjesečno.</ahelp>"
+
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"hd_id1418805\n"
+"help.text"
+msgid "Check now"
+msgstr "Provjeri sad"
+
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id1743522\n"
+"help.text"
+msgid "<ahelp hid=\".\">A check will be performed now.</ahelp>"
+msgstr "<ahelp hid=\".\">Provjera će biti izvršena sada.</ahelp>"
+
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"hd_id5994140\n"
+"help.text"
+msgid "Download updates automatically"
+msgstr "Preuzmi ažuriranje automatski"
+
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id7870113\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select to download an available online update file automatically to the specified folder.</ahelp>"
+msgstr "<ahelp hid=\".\">Izaberite da preuzmete dostupne datoteke za on-line ažuriranje automatski u specificiranu mapu.</ahelp>"
+
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"hd_id3051545\n"
+"help.text"
+msgid "Download destination"
+msgstr "Destinacija preuzimanja"
+
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id3061311\n"
+"help.text"
+msgid "<ahelp hid=\".\">Displays the selected folder to store the downloaded files.</ahelp>"
+msgstr "<ahelp hid=\".\">Prikazuje izabranu mapu za pohranu preuzetih datoteka.</ahelp>"
+
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"hd_id4814905\n"
+"help.text"
+msgid "Change"
+msgstr "Promjeni"
+
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id2143925\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click to show a dialog box where you can select another folder.</ahelp>"
+msgstr "<ahelp hid=\".\">Kliknite da prikažete dijaloški prozor u kojem možete izabrati drugu mapu.</ahelp>"
+
+#: macrosecurity.xhp
+msgctxt ""
+"macrosecurity.xhp\n"
+"tit\n"
+"help.text"
+msgid "Macro Security"
+msgstr "Sigurnost makroa"
+
+#: macrosecurity.xhp
+msgctxt ""
+"macrosecurity.xhp\n"
+"par_idN1054C\n"
+"help.text"
+msgid "<variable id=\"macrosecurity\"><link href=\"text/shared/optionen/macrosecurity.xhp\">Macro Security</link></variable>"
+msgstr "<variable id=\"macrosecurity\"><link href=\"text/shared/optionen/macrosecurity.xhp\">Sigurnost makroa</link></variable>"
+
+#: macrosecurity.xhp
+msgctxt ""
+"macrosecurity.xhp\n"
+"par_idN1056A\n"
+"help.text"
+msgid "The Macro Security dialog appears when a document contains one or more macros. You can also call the dialog from the <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01030300.xhp\">%PRODUCTNAME - Security</link></emph> page."
+msgstr ""
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"tit\n"
+"help.text"
+msgid "Server Authentication"
+msgstr "Provjera Vjerodostojnosti Servera"
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN1053E\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/serverauthentication.xhp\">Server Authentication</link>"
+msgstr "<link href=\"text/shared/optionen/serverauthentication.xhp\">Provjera Vjerodostojnosti Servera</link>"
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN1054E\n"
+"help.text"
+msgid "On the <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/mailmerge.xhp\">%PRODUCTNAME Writer - Mail Merge E-mail</link> tab page, click the <emph>Server Authentication</emph> button to specify the server security settings."
+msgstr ""
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN10563\n"
+"help.text"
+msgid "The outgoing mail server (SMTP) requires authentication"
+msgstr "Server za slanje e-maila (SMTP) zahtjeva provjeru identiteta"
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN105BE\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enables the authentication that is required to send e-mail by SMTP.</ahelp>"
+msgstr "<ahelp hid=\".\">Omogućava provjeru autentičnosti koja je potrebna za slanje e-maila preko SMTP-a.</ahelp>"
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN105CD\n"
+"help.text"
+msgid "The outgoing mail server (SMTP) requires separate authentication"
+msgstr "Server za slanje e-maila (SMTP) zahtijeva odvojenu provjeru autentičnosti"
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN105D2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select if your SMTP server requires a user name and password.</ahelp>"
+msgstr "<ahelp hid=\".\">Izaberite ako vaš SMTP server zahtijeva korisničko ime i lozinku.</ahelp>"
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN105E5\n"
+"help.text"
+msgid "User name"
+msgstr "Korisničko ime"
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN105EA\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the user name for the SMTP server.</ahelp>"
+msgstr "<ahelp hid=\".\">Unesite korisničko ime za SMTP server.</ahelp>"
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN105FD\n"
+"help.text"
+msgid "Password"
+msgstr "Šifra"
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN10602\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the password for the user name.</ahelp>"
+msgstr "<ahelp hid=\".\">Unesite lozinku za korisničko ime.</ahelp>"
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN10615\n"
+"help.text"
+msgid "The outgoing mail server uses the same authentication as the incoming mail server."
+msgstr "Server za slanje e-maila koristi istu provjeru autentičnosti kao i server za prijem e-maila."
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN1061A\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select if you are required to first read your e-mail before you can send e-mail.</ahelp> This method is also called \"SMTP after POP3\"."
+msgstr "<ahelp hid=\".\">Izaberite ako je potrebno da prvo pročitate e-mail prije nego možete poslati e-mail.</ahelp> Ova metoda se također zove \"SMTP poslije POP3\"."
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN10629\n"
+"help.text"
+msgid "Server name"
+msgstr "Ime servera"
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN1062C\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the server name of your POP 3 or IMAP mail server.</ahelp>"
+msgstr "<ahelp hid=\".\">Unesite naziv vašeg POP 3 ili IMAP servera za e-mail.</ahelp>"
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN1063B\n"
+"help.text"
+msgid "Port"
+msgstr ""
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN10640\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the port on the POP3 or IMAP server.</ahelp>"
+msgstr "<ahelp hid=\".\">Unesite port na POP3 ili IMAP serveru.</ahelp>"
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN10653\n"
+"help.text"
+msgid "POP 3"
+msgstr ""
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN10658\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies that the incoming mail server uses POP 3.</ahelp>"
+msgstr "<ahelp hid=\".\">Određuje da server za prijem e-maila koristi POP 3.</ahelp>"
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN10667\n"
+"help.text"
+msgid "IMAP"
+msgstr ""
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN1066A\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies that the incoming mail server uses IMAP.</ahelp>"
+msgstr "<ahelp hid=\".\">Određuje da server za prijem e-maila koristi IMAP.</ahelp>"
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN10679\n"
+"help.text"
+msgid "User name"
+msgstr "Korisničko ime"
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN1067E\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the user name for the IMAP server.</ahelp>"
+msgstr "<ahelp hid=\".\">Unesite korisničko ime za IMAP server.</ahelp>"
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN10691\n"
+"help.text"
+msgid "Password"
+msgstr "Šifra"
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN10696\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the password.</ahelp>"
+msgstr "<ahelp hid=\".\">Unesite lozinku.</ahelp>"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Grid"
+msgstr "Mreža"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"bm_id3147226\n"
+"help.text"
+msgid "<bookmark_value>grids; defaults (Writer/Calc)</bookmark_value> <bookmark_value>defaults; grids (Writer/Calc)</bookmark_value> <bookmark_value>snap grid defaults (Writer/Calc)</bookmark_value>"
+msgstr "<bookmark_value>mreže; standardne (Writer / Calc)</bookmark_value><bookmark_value>standardne; mreže (Writer / Calc)</bookmark_value><bookmark_value>brze mreže standardne (Writer / Calc)</bookmark_value>"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3147226\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01050100.xhp\" name=\"Grid\">Grid</link>"
+msgstr "<link href=\"text/shared/optionen/01050100.xhp\" name=\"Grid\">Mreža</link>"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3147088\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OPTIONS_GRID\">Specifies the settings for the configurable grid on your document pages. This grid helps you determine the exact position of your objects. You can also set this grid in line with the \"magnetic\" snap grid.</ahelp>"
+msgstr "<ahelp hid=\"HID_OPTIONS_GRID\">Određuje postavke za podesivu mrežu na vašim stranicama dokumenta. Ova mreža vam omogućava da utvrdite tačnu poziciju vaših objekata. Isto možete podesiti ovu mrežu u liniji sa \"magnetnom\" brzom mrežom.</ahelp>"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3153749\n"
+"11\n"
+"help.text"
+msgid "Grid"
+msgstr "Mreža"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3145382\n"
+"5\n"
+"help.text"
+msgid "Snap to grid"
+msgstr "Brzo umrežiti"
+
+#: 01050100.xhp
+#, fuzzy
+msgctxt ""
+"01050100.xhp\n"
+"par_id3154897\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_USE_GRIDSNAP\">Specifies whether to move frames, drawing elements, and controls only between grid points.</ahelp> To change the status of the snap grip only for the current action, drag an object while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Control key</caseinline><defaultinline>Ctrl key</defaultinline></switchinline>."
+msgstr "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_USE_GRIDSNAP\">Određuje da li da se pomjere okviri, elementi za crtanje, i kontrole samo između tački mreže.</ahelp> Da bi promijenili stanje brze mreže samo za trenutnu akciju, povuci objekt dok držiš <switchinline select=\"sys\"><caseinline select=\"MAC\">Kontrolni ključ </caseinline><defaultinline>Ctrl ključ</defaultinline></switchinline>."
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3153824\n"
+"7\n"
+"help.text"
+msgid "Visible grid"
+msgstr "Vidljiva mreža"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3149516\n"
+"8\n"
+"help.text"
+msgid "<variable id=\"rastersicht\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_GRID_VISIBLE\">Specifies whether to display the grid.</ahelp></variable>"
+msgstr "<variable id=\"rastersicht\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_GRID_VISIBLE\">Određuje da li da se prikaže mreža.</ahelp></variable>"
+
+#: 01050100.xhp
+#, fuzzy
+msgctxt ""
+"01050100.xhp\n"
+"par_id3149294\n"
+"29\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\"><variable id=\"rastertextdraw\">It is also possible to toggle the visibility of the grid with the <emph>Grid - Display Grid</emph> command in the context menu for the page. You can also select the <emph>Grid - Grid to Front</emph> submenu of this context menu to display the grid in front of objects.</variable></caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\"><variable id=\"rastertextdraw\">Moguće je da preklopite vidljivost mreže sa <emph>Mreža - Visible Mreža</emph> komandom u sadržaj meniju za stranicu. Možete isto odabrati <emph>Mreža - Mreža to Front</emph> pod-meni ovoga sadržaj menija da bi prikazali mrežu ispred objekata. </variable></caseinline></switchinline>"
+
+#: 01050100.xhp
+#, fuzzy
+msgctxt ""
+"01050100.xhp\n"
+"par_id3150791\n"
+"30\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><variable id=\"rastertext\">It is also possible to toggle the visibility of the grid with the <emph>Grid - Display Grid</emph> command in the context menu of the page. You can also select the <emph>Grid - Grid to Front</emph> submenu of this context menu to display the grid in front of objects.</variable></caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><variable id=\"rastertext\">Moguće je da preklopite vidljivost mreže sa <emph>Mreža - Visible Mreža</emph> komandom u sadržaj meniju stranice. Možete isto odabrati <emph>Mreža - Mreža to Front</emph> pod-meni ovoga sadržaj menija da bi prikazali mrežu ispred objekata. </variable></caseinline></switchinline>"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3154684\n"
+"36\n"
+"help.text"
+msgid "Resolution"
+msgstr "Rezolucija"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3149203\n"
+"13\n"
+"help.text"
+msgid "Horizontal"
+msgstr "Vodoravno"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3153104\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_GRID_MTR_FLD_DRAW_X\">Defines the unit of measure for the spacing between grid points on the X-axis.</ahelp>"
+msgstr "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_GRID_MTR_FLD_DRAW_X\">Definiše jedinicu mjere za razmak između tački mreže na X-osi.</ahelp>"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3150447\n"
+"17\n"
+"help.text"
+msgid "Vertical"
+msgstr "Vertikalno"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3148923\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_GRID:MTR_FLD_DRAW_Y\">Defines the grid points spacing in the desired unit of measurement on the Y-axis.</ahelp>"
+msgstr "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_GRID:MTR_FLD_DRAW_Y\">Definiše razmak tački mreže u željenoj jedinici mjere na Y-osi.</ahelp>"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3147228\n"
+"37\n"
+"help.text"
+msgid "Subdivision"
+msgstr "Podjela"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3153368\n"
+"15\n"
+"help.text"
+msgid "Horizontal"
+msgstr "Vodoravno"
+
+#: 01050100.xhp
+#, fuzzy
+msgctxt ""
+"01050100.xhp\n"
+"par_id3150439\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specify the number of intermediate spaces between grid points on the X-axis.</ahelp>"
+msgstr "<ahelp hid=\"SVX_NUMERICFIELD_RID_SVXPAGE_GRID_NUM_FLD_DIVISION_X\">Odredi broj srednjih tački između tački mreže na X-osi.</ahelp>"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3147441\n"
+"19\n"
+"help.text"
+msgid "Vertical"
+msgstr "Vertikalno"
+
+#: 01050100.xhp
+#, fuzzy
+msgctxt ""
+"01050100.xhp\n"
+"par_id3154918\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specify the number of intermediate spaces between grid points on the Y-axis.</ahelp>"
+msgstr "<ahelp hid=\"SVX_NUMERICFIELD_RID_SVXPAGE_GRID_NUM_FLD_DIVISION_Y\">Odredi broj srednjih tački između tački mreže na Y-osi.</ahelp>"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3149667\n"
+"9\n"
+"help.text"
+msgid "Synchronize axes"
+msgstr "Uskladi ose"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3147350\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_GRID:CBX_SYNCHRONIZE\">Specifies whether to change the current grid settings symmetrically.</ahelp> The resolution and subdivision for the X and Y axes remain the same."
+msgstr "<ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_GRID:CBX_SYNCHRONIZE\">Određuje da li da se izmjene trenutne postavke mreže simetrično.</ahelp> Rezolucija i podjela za X i Y osu ostaju iste."
+
+#: 01050100.xhp
+#, fuzzy
+msgctxt ""
+"01050100.xhp\n"
+"par_id3146121\n"
+"31\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">There are additional commands on the context menu of a page:</caseinline><caseinline select=\"IMPRESS\">There are additional commands on the context menu of a page:</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Dodatne komande na sadržaj meniju stranice: </caseinline><caseinline select=\"IMPRESS\">Dodatne komande na sadržaj meniju stranice: </caseinline></switchinline>"
+
+#: 01050100.xhp
+#, fuzzy
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3146984\n"
+"32\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Grid to Front</caseinline><caseinline select=\"IMPRESS\">Grid to Front</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Mreža prema naprijed </caseinline><caseinline select=\"IMPRESS\">Mreža prema naprijed </caseinline></switchinline>"
+
+#: 01050100.xhp
+#, fuzzy
+msgctxt ""
+"01050100.xhp\n"
+"par_id3153573\n"
+"33\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Sets the visible grid in front of all objects.</caseinline><caseinline select=\"IMPRESS\">Sets the visible grid in front of all objects.</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Postavlja vidljivu mrežu ispred svih objekata. </caseinline><caseinline select=\"IMPRESS\">Postavlja vidljivu mrežu ispred svih objekata. </caseinline></switchinline>"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id4122135\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the visible grid in front of all objects.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Postavlja vidljivu mrežu ispred svih objekata.</ahelp>"
+
+#: 01050100.xhp
+#, fuzzy
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3149419\n"
+"34\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Snap Lines to Front</caseinline><caseinline select=\"IMPRESS\">Snap Lines to Front</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Mreža prema naprijed </caseinline><caseinline select=\"IMPRESS\">Mreža prema naprijed </caseinline></switchinline>"
+
+#: 01050100.xhp
+#, fuzzy
+msgctxt ""
+"01050100.xhp\n"
+"par_id3150592\n"
+"35\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Sets the snap lines in front of all objects.</caseinline><caseinline select=\"IMPRESS\">Sets the snap lines in front of all objects.</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Postavlja upute (brze linije) ispred svih objekata. </caseinline><caseinline select=\"IMPRESS\">Postavlja upute (brze linije) ispred svih objekata. </caseinline></switchinline>"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id1251869\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the snap lines in front of all objects.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Postavlja upute (brze linije) ispred svih objekata.</ahelp>"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id984221\n"
+"help.text"
+msgid "Set the grid color on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - <link href=\"text/shared/optionen/01012000.xhp\">Appearance</link>."
+msgstr ""
+
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Load/Save options"
+msgstr ""
+
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3147291\n"
+"1\n"
+"help.text"
+msgid "Load/Save options"
+msgstr ""
+
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3146957\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"laden\"><ahelp hid=\"\" visibility=\"visible\">Specifies general Load/Save settings. </ahelp></variable>"
+msgstr ""
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Formatting Aids"
+msgstr "Pomoć pri formatiranju"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"bm_id3144510\n"
+"help.text"
+msgid "<bookmark_value>non-printing characters (Writer)</bookmark_value><bookmark_value>displaying; non-printing characters (Writer)</bookmark_value><bookmark_value>paragraph marks; displaying (Writer)</bookmark_value><bookmark_value>characters; displaying only on screen (Writer)</bookmark_value><bookmark_value>optional hyphens (Writer)</bookmark_value><bookmark_value>hyphens; displaying custom (Writer)</bookmark_value><bookmark_value>custom hyphens (Writer)</bookmark_value><bookmark_value>spaces; displaying (Writer)</bookmark_value><bookmark_value>spaces; showing protected spaces (Writer)</bookmark_value><bookmark_value>protected spaces; showing (Writer)</bookmark_value><bookmark_value>non-breaking spaces (Writer)</bookmark_value><bookmark_value>tab stops; displaying (Writer)</bookmark_value><bookmark_value>break display (Writer)</bookmark_value><bookmark_value>hidden text;showing (Writer)</bookmark_value><bookmark_value>hidden fields display (Writer)</bookmark_value><bookmark_value>paragraphs; hidden paragraphs (Writer)</bookmark_value><bookmark_value>cursor; allowing in protected areas (Writer)</bookmark_value>"
+msgstr ""
+
+#: 01040600.xhp
+#, fuzzy
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3154285\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01040600.xhp\" name=\"Formatting Aids\">Formatting Aids</link>"
+msgstr "<link href=\"text/shared/optionen/01040200.xhp\" name=\"View\">Pogled</link>"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3155450\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OPTSHDWCRSR\">In $[officename] text and HTML documents, defines the display for certain characters and for the direct cursor.</ahelp>"
+msgstr ""
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3144510\n"
+"27\n"
+"help.text"
+msgid "Display of"
+msgstr "Prikaz"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3156343\n"
+"28\n"
+"help.text"
+msgid "Defines which non-printing characters are visible on screen. Activate the <link href=\"text/swriter/01/03100000.xhp\" name=\"Non-printing Characters On/Off\"><emph>Non-printing Characters</emph></link> icon on the <emph>Standard</emph> bar. All characters that you have selected on the <emph>Formatting Aids</emph> tab page will be displayed."
+msgstr ""
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3154140\n"
+"29\n"
+"help.text"
+msgid "Paragraph end"
+msgstr "Kraj paragrafa"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3154123\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_PARA\">Specifies whether paragraph delimiters are displayed. The paragraph delimiters also contain paragraph format information.</ahelp>"
+msgstr ""
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3153193\n"
+"31\n"
+"help.text"
+msgid "Custom hyphens"
+msgstr "Navodnici"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3147230\n"
+"32\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_SHYPH\">Specifies whether user-defined delimiters are displayed. These are hidden delimiters that you enter within a word by pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Hyphen(-) </caseinline><defaultinline>Ctrl+Hyphen(-).</defaultinline></switchinline> Words with user-defined delimiters are only separated at the end of a line at the point where a user-defined delimiter has been inserted, irrespective of whether the automatic hyphenation is activated or deactivated.</ahelp>"
+msgstr ""
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3147287\n"
+"33\n"
+"help.text"
+msgid "Spaces"
+msgstr "Razmaci"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3147427\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_SPACE\">Specifies whether to represent every space in the text with a dot.</ahelp>"
+msgstr ""
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3145750\n"
+"35\n"
+"help.text"
+msgid "Non-breaking spaces"
+msgstr "Razmaci bez prekida"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3152938\n"
+"36\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_HSPACE\">Specifies that non-breaking spaces are shown as gray boxes. Non-breaking spaces are not broken at the end of a line and are entered with the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Shift+Spacebar </caseinline><defaultinline>Ctrl+Shift+Spacebar</defaultinline></switchinline> shortcut keys.</ahelp>"
+msgstr ""
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3147348\n"
+"37\n"
+"help.text"
+msgid "Tabs"
+msgstr "Tabovi"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3153574\n"
+"38\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_TAB\">Specifies that tab stops are displayed as small arrows.</ahelp>"
+msgstr ""
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3159154\n"
+"39\n"
+"help.text"
+msgid "Breaks"
+msgstr "Prekidi"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3150874\n"
+"40\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_BREAK\">Displays all line breaks inserted with the Shift+Enter shortcut. These breaks create a new line, but do not start a new paragraph.</ahelp>"
+msgstr ""
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_idN108E5\n"
+"help.text"
+msgid "Hidden text"
+msgstr "Skriven tekst"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_idN108FB\n"
+"help.text"
+msgid "<ahelp hid=\"sw:CheckBox:TP_OPTSHDWCRSR:CB_CHAR_HIDDEN\">Displays text that uses the character format \"hidden\", when <emph>View - Non-printing Characters</emph> is enabled.</ahelp>"
+msgstr ""
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3149481\n"
+"41\n"
+"help.text"
+msgid "Fields: Hidden text (not for HTML documents)"
+msgstr "Polja: Skriveni tekst (ne za HTML dokumente)"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3149413\n"
+"42\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_HIDDEN\">Displays text that is hidden by <emph>Conditional Text</emph> or <emph>Hidden Text</emph> fields.</ahelp>"
+msgstr "<ahelp hid=\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_HIDDEN\">Prikazuje tekst skriven pomoću <emph>Uvjetni tekst</emph> ili <emph>Skriveni tekst</emph> polja.</ahelp>"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3149300\n"
+"43\n"
+"help.text"
+msgid "Fields: Hidden paragraphs (not for HTML documents)"
+msgstr "Polja: Skriveni paragrafi (ne za HTML dokumente)"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3149418\n"
+"44\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_HIDDEN_PARA\">If you have inserted text using the <emph>Hidden Paragraph</emph> field, specifies whether to display the hidden paragraph.</ahelp> This option has the same function as the menu commands <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/03140000.xhp\" name=\"View - Hidden Paragraphs\">View - Hidden Paragraphs</link></caseinline><defaultinline>View - Hidden Paragraphs</defaultinline></switchinline> available in open text documents."
+msgstr ""
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3156180\n"
+"3\n"
+"help.text"
+msgid "Direct cursor (not for HTML documents)"
+msgstr "Direktni kursor (ne za HTML dokumente)"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3146900\n"
+"4\n"
+"help.text"
+msgid "Defines all the properties of the direct cursor."
+msgstr "Definiše sve postavke direktnog kursora."
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3154273\n"
+"5\n"
+"help.text"
+msgid "Direct cursor"
+msgstr "Usmjeri kursor"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3150749\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SW:CHECKBOX:TP_OPTSHDWCRSR:CB_SHDWCRSONOFF\">Activates the direct cursor.</ahelp> You can also activate this function by clicking the <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/02/18130000.xhp\" name=\"Direct Cursor On/Off\">Direct Cursor On/Off</link></caseinline><defaultinline>Direct Cursor On/Off</defaultinline></switchinline> icon in a text document."
+msgstr ""
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3152962\n"
+"7\n"
+"help.text"
+msgid "Insert (not for HTML document)"
+msgstr "Unesi (ne za HTML dokumente)"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3149020\n"
+"8\n"
+"help.text"
+msgid "Defines the insert options for the direct cursor. If you click at any position in your document, a new paragraph can be written or inserted exactly at this position. The properties of this paragraph depend on the selected option. You can select from the following options:"
+msgstr "Definira unos opcija za direktni kursor. Ako kliknete na bilo koje mjesto u dokumentu, novi zapis može biti ubačen upravo na toj poziciji. Svojstva ovoga zapisa ovise o odabranoj opciji. Možete odabrati neku od sljedećih opcija:"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3148995\n"
+"9\n"
+"help.text"
+msgid "Paragraph alignment"
+msgstr "Usmjerenje paragrafa"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3156384\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SW:RADIOBUTTON:TP_OPTSHDWCRSR:RB_SHDWCRSFILLMARGIN\">Sets the paragraph alignment when the direct cursor is used. Depending on where the mouse is clicked, the paragraph is formatted left aligned, centered or right aligned. The cursor before the mouse-click shows, by means of a triangle, which alignment is set. </ahelp>"
+msgstr "<ahelp hid=\"SW:RADIOBUTTON:TP_OPTSHDWCRSR:RB_SHDWCRSFILLMARGIN\">Postavlja usmjerenje paragrafa kad se koristi direktni kursor. Zavisno od mjesta gdje se klikne, paragraf se formatira kao lijevo usmjeren, centriran ili desno usmjeren. Kursor prije klika miša pokazuje, u smislu trougla, koje usmjerenje je postavljeno. </ahelp>"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3150387\n"
+"11\n"
+"help.text"
+msgid "Left paragraph margin"
+msgstr "Margina lijevog paragrafa"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3151188\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SW:RADIOBUTTON:TP_OPTSHDWCRSR:RB_SHDWCRSFILLINDENT\">When the direct cursor is used, the left paragraph indent is set at the horizontal position where you click the direct cursor. The paragraph is left aligned. </ahelp>"
+msgstr ""
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3145147\n"
+"13\n"
+"help.text"
+msgid "Tabs"
+msgstr "Tabovi"
+
+#: 01040600.xhp
+#, fuzzy
+msgctxt ""
+"01040600.xhp\n"
+"par_id3155174\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SW:RADIOBUTTON:TP_OPTSHDWCRSR:RB_SHDWCRSFILLTAB\">When the direct cursor is used, as many tabs as necessary are added in the new paragraph until the clicked position is reached.</ahelp>"
+msgstr "<ahelp hid=\"SW:RADIOBUTTON:TP_OPTSHDWCRSR:RB_SHDWCRSFILLSPACE\">Kad se koristi direktni kursor, odgovarajući broj tabova i razmaka se unosi u novi paragraf po potrebi dok se ne dosegne klikana pozicija.</ahelp>"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3166449\n"
+"15\n"
+"help.text"
+msgid "Tabs and Spaces"
+msgstr "Tabovi i razmaci"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3155904\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SW:RADIOBUTTON:TP_OPTSHDWCRSR:RB_SHDWCRSFILLSPACE\">When the Direct Cursor is used, a corresponding number of tabs and spaces are inserted in the new paragraph as necessary until the clicked position is reached.</ahelp>"
+msgstr "<ahelp hid=\"SW:RADIOBUTTON:TP_OPTSHDWCRSR:RB_SHDWCRSFILLSPACE\">Kad se koristi direktni kursor, odgovarajući broj tabova i razmaka se unosi u novi paragraf po potrebi dok se ne dosegne klikana pozicija.</ahelp>"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3149964\n"
+"17\n"
+"help.text"
+msgid "All insert options refer only to the current paragraph generated with the Direct Cursor."
+msgstr "Sve opcije unosa odnose se samo na trenutni paragraf generisan sa direktnim kursorom."
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3146134\n"
+"24\n"
+"help.text"
+msgid "Cursor in protected areas - Enabled"
+msgstr "Kursor u zaštićenim područjima - Omogućeno"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3147508\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"SW:CHECKBOX:TP_OPTSHDWCRSR:CB_ALLOW_IN_PROT\">Specifies that you can set the cursor in a protected area, but cannot make any changes.</ahelp>"
+msgstr "<ahelp hid=\"SW:CHECKBOX:TP_OPTSHDWCRSR:CB_ALLOW_IN_PROT\">Određuje da možete postaviti kursor u zaštićeno područje, ali ne možete napraviti bilo kakvu promjenu.</ahelp>"
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"tit\n"
+"help.text"
+msgid "HTML compatibility"
+msgstr "HTML podudarnost"
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"bm_id3155132\n"
+"help.text"
+msgid "<bookmark_value>$[officename] Basic scripts in HTML documents</bookmark_value><bookmark_value>HTML;compatibility settings</bookmark_value>"
+msgstr "<bookmark_value>$[officename] Osnovne skripte u HTML dokumentima</bookmark_value>"
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"hd_id3153821\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01030500.xhp\" name=\"HTML compatibility\">HTML compatibility</link>"
+msgstr "<link href=\"text/shared/optionen/01030500.xhp\" name=\"HTML compatibility\">HTML podudarnost</link>"
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"par_id3156326\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:TABPAGE:RID_OFAPAGE_HTMLOPT\">Defines settings for HTML pages.</ahelp>"
+msgstr "<ahelp hid=\"OFFMGR:TABPAGE:RID_OFAPAGE_HTMLOPT\">Definise postavke za HTML stranice.</ahelp>"
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"hd_id3154897\n"
+"3\n"
+"help.text"
+msgid "Font sizes"
+msgstr "Veličina fonta"
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"par_id3145673\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:NUMERICFIELD:RID_OFAPAGE_HTMLOPT:NF_SIZE7\">Use the spin buttons <emph>Size 1</emph> to <emph>Size 7</emph> to define the respective font sizes for the HTML <font size=1> to <font size=7> tags.</ahelp>"
+msgstr "<ahelp hid=\"OFFMGR:NUMERICFIELD:RID_OFAPAGE_HTMLOPT:NF_SIZE7\">Koristite dugme <emph>Veličina 1</emph> do <emph>Veličina 7</emph> da definišete odgovarajuće veličine fonta za HTML <font size=1> do <font size=7> tagove.</ahelp>"
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"hd_id3148943\n"
+"5\n"
+"help.text"
+msgid "Import"
+msgstr "Uvoz"
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"par_id3151385\n"
+"6\n"
+"help.text"
+msgid "Defines the settings for importing HTML documents."
+msgstr "Definiše postavke za uvoz HTML dokumenata."
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"hd_id6065248\n"
+"help.text"
+msgid "Use 'English (USA)' locale for numbers"
+msgstr "Koristite 'English (USA)' lokal za brojeve"
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"par_id8023926\n"
+"help.text"
+msgid "When importing numbers from an HTML page, the decimal separator and the thousands separator characters differ according to the locale of the HTML page. The clipboard however contains no information about the locale. For example, the characters \"1.000\" copied from a German Web page most possibly mean \"one thousand\" because the period is the thousands separator in a German locale. If copied from an English Web page, the same characters stand for the number 1 as in \"one dot zero zero zero\"."
+msgstr ""
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"par_id7658314\n"
+"help.text"
+msgid "<ahelp hid=\".\">If not checked, numbers will be interpreted according to the setting in <emph>Language Settings - Language of - Locale setting</emph> in the Options dialog box. If checked, numbers will be interpreted as 'English (USA)' locale.</ahelp>"
+msgstr ""
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"hd_id3145068\n"
+"7\n"
+"help.text"
+msgid "Import unknown HTML tags as fields"
+msgstr "Uvežite nepoznate HTML tagove kao polja"
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"par_id3149295\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:CHECKBOX:RID_OFAPAGE_HTMLOPT:CB_UNKNOWN_TAGS\">Mark this check box if you want <link href=\"text/shared/00/00000002.xhp#tags\" name=\"tags\">tags</link> that are not recognized by $[officename] to be imported as fields.</ahelp> For an opening tag, an HTML_ON field will be created with the value of the tag name. For a closing tag, an HTML_OFF will be created. These fields will be converted to tags in the HTML export."
+msgstr ""
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"hd_id3148797\n"
+"43\n"
+"help.text"
+msgid "Ignore font settings"
+msgstr "Zanemarite postavke fonta"
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"par_id3149202\n"
+"44\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:CHECKBOX:RID_OFAPAGE_HTMLOPT:CB_IGNORE_FONTNAMES\">Mark this check box to ignore all font settings when importing. The fonts that were defined in the HTML Page Style will be the fonts that will be used. </ahelp>"
+msgstr ""
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"hd_id3151177\n"
+"9\n"
+"help.text"
+msgid "Export"
+msgstr "Izvezi"
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"par_id3150449\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:LISTBOX:RID_OFAPAGE_HTMLOPT:LB_EXPORT\">Defines the settings for exporting HTML documents.</ahelp> To export in HTML format select the <emph>HTML Document</emph> file type in the <link href=\"text/shared/01/01070000.xhp\" name=\"Save As\"><emph>Save As</emph></link> dialog. You can find further instructions in the <link href=\"text/shared/00/00000020.xhp\" name=\"Import and export filters\">Import and export filters</link> description."
+msgstr ""
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"par_id3145606\n"
+"42\n"
+"help.text"
+msgid "To optimize the HTML export, select a browser or HTML standard from the Export box. If \"$[officename] Writer\" is selected, specific $[officename] Writer instructions are exported."
+msgstr ""
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"hd_id3155132\n"
+"16\n"
+"help.text"
+msgid "$[officename] Basic"
+msgstr ""
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"par_id3146120\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:CHECKBOX:RID_OFAPAGE_HTMLOPT:CB_STARBASIC\">Mark this check box to include the $[officename] Basic instructions when exporting to HTML format.</ahelp>"
+msgstr "<ahelp hid=\"OFFMGR:CHECKBOX:RID_OFAPAGE_HTMLOPT:CB_STARBASIC\">Označite ovo polje da uključite $[officename] Basic instrukcije pri izvozu u HTML format.</ahelp>"
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"par_id3150872\n"
+"29\n"
+"help.text"
+msgid "You must activate this option before you create the $[officename] Basic Script, since otherwise it will not be inserted. $[officename] Basic Scripts must be located in the header of the HTML document. Once you have created the macro in the $[officename] Basic IDE, it appears in the source text of the HTML document in the header."
+msgstr ""
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"hd_id3149664\n"
+"45\n"
+"help.text"
+msgid "Display warning"
+msgstr "Prikažite upozorenja"
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"par_id3150420\n"
+"46\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:CHECKBOX:RID_OFAPAGE_HTMLOPT:CB_STARBASIC_WARNING\">If this field is marked, when exporting to HTML a warning is shown that %PRODUCTNAME Basic macros will be lost.</ahelp>"
+msgstr "<ahelp hid=\"OFFMGR:CHECKBOX:RID_OFAPAGE_HTMLOPT:CB_STARBASIC_WARNING\"> Ako je ovo polje je označeno, kada se izvozi u HTML format, upozorenje ukazuje da %PRODUCTNAME Basic makroi će biti izgubljeni.</ahelp>"
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"hd_id3154729\n"
+"28\n"
+"help.text"
+msgid "Print layout"
+msgstr ""
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"par_id3145254\n"
+"39\n"
+"help.text"
+msgid "<ahelp hid=\".\">If you mark this field, the print layout of the current document is exported as well.</ahelp> It can be read by $[officename], Netscape Navigator, and MS Internet Explorer."
+msgstr ""
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"par_id3156276\n"
+"41\n"
+"help.text"
+msgid "The HTML filter supports CSS2 (Cascading Style Sheets Level 2) for printing documents. These capabilities are only effective if print layout export is activated."
+msgstr ""
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"hd_id3144764\n"
+"24\n"
+"help.text"
+msgid "Copy local graphics to Internet"
+msgstr "Kopiraj lokalnu grafiku na Internet"
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"par_id3149379\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:CHECKBOX:RID_OFAPAGE_HTMLOPT:CB_LOCAL_GRF\">Mark this check box to automatically upload the embedded pictures to the Internet server when uploading using FTP. Use the <emph>Save As</emph> dialog to save the document and enter a complete FTP URL as the file name in the Internet.</ahelp>"
+msgstr ""
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"hd_id3152960\n"
+"48\n"
+"help.text"
+msgid "Character set"
+msgstr "Skup znakova"
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"par_id3149018\n"
+"49\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_LISTBOX_RID_OFAPAGE_HTMLOPT_LB_CHARSET\">Select the appropriate character set for the export</ahelp>."
+msgstr "<ahelp hid=\"OFFMGR_LISTBOX_RID_OFAPAGE_HTMLOPT_LB_CHARSET\">Odaberite prikladan set znakova za izvoz.</ahelp>"
+
+#: macrosecurity_sl.xhp
+msgctxt ""
+"macrosecurity_sl.xhp\n"
+"tit\n"
+"help.text"
+msgid "Security Level"
+msgstr "Sigurnosni nivo"
+
+#: macrosecurity_sl.xhp
+msgctxt ""
+"macrosecurity_sl.xhp\n"
+"bm_id1203039\n"
+"help.text"
+msgid "<bookmark_value>security;security levels for macros</bookmark_value><bookmark_value>macros;security levels</bookmark_value><bookmark_value>levels;macro security</bookmark_value>"
+msgstr "<bookmark_value>sigurnost;nivoi sigurnosti za makro-e</bookmark_value><bookmark_value>makro;nivoi sigurnosti</bookmark_value><bookmark_value>nivoi; makro sigurnost</bookmark_value>"
+
+#: macrosecurity_sl.xhp
+msgctxt ""
+"macrosecurity_sl.xhp\n"
+"par_idN10549\n"
+"help.text"
+msgid "<variable id=\"macrosecurity_sl\"><link href=\"text/shared/optionen/macrosecurity_sl.xhp\">Security Level</link></variable>"
+msgstr "<variable id=\"macrosecurity_sl\"><link href=\"text/shared/optionen/macrosecurity_sl.xhp\">Sigurnosni nivo</link></variable>"
+
+#: macrosecurity_sl.xhp
+msgctxt ""
+"macrosecurity_sl.xhp\n"
+"par_idN10567\n"
+"help.text"
+msgid "Select the <link href=\"text/shared/optionen/macrosecurity.xhp\">macro security</link> level from one of four options. The options differ according to the security level. Macros that are allowed to run on a higher security level are also allowed to run in all lower levels."
+msgstr "Izaberite <link href=\"text/shared/optionen/macrosecurity.xhp\">makro sigurnost</link> nivo iz jedne od četiri opcije. Opcije se razlikuju prema nivou sigurnosti. Makroi kojima je dozvoljeno da budu pokrenuti na višem nivou sigurnosti su također dozvoljeni i na svim nižim nivoima."
+
+#: macrosecurity_sl.xhp
+msgctxt ""
+"macrosecurity_sl.xhp\n"
+"par_idN10578\n"
+"help.text"
+msgid "Very high"
+msgstr "Jako visoko"
+
+#: macrosecurity_sl.xhp
+msgctxt ""
+"macrosecurity_sl.xhp\n"
+"par_idN1057C\n"
+"help.text"
+msgid "Only macros from trusted file locations are allowed to run. All other macros, regardless of whether they are signed or not, are disabled."
+msgstr "Samo makroi iz povjerljivih lokacija za datoteke su dozvoljeni. Svi drugi makroi, bez obzira jesu li potpisani ili ne, su onemogućeni."
+
+#: macrosecurity_sl.xhp
+msgctxt ""
+"macrosecurity_sl.xhp\n"
+"par_idN10591\n"
+"help.text"
+msgid "<ahelp hid=\".\">Trusted file locations can be set on the Trusted Sources tab page. Any macro from a trusted file location is allowed to run.</ahelp>"
+msgstr "<ahelp hid=\".\">Povjerljive lokacije datoteka se mogu postaviti na Povjerljivi Izvori stranicu. Bilo koji makro iz povjerljive lokacije datoteka su dozvoljeni.</ahelp>"
+
+#: macrosecurity_sl.xhp
+msgctxt ""
+"macrosecurity_sl.xhp\n"
+"par_idN105A2\n"
+"help.text"
+msgid "High"
+msgstr "Visoka"
+
+#: macrosecurity_sl.xhp
+msgctxt ""
+"macrosecurity_sl.xhp\n"
+"par_idN105A6\n"
+"help.text"
+msgid "Only signed macros from trusted sources are allowed to run. Unsigned macros are disabled."
+msgstr "Samo potpisani makro iz povjerljivih izvora su dozvoljeni. Nepotpisani makro je onemogućen."
+
+#: macrosecurity_sl.xhp
+msgctxt ""
+"macrosecurity_sl.xhp\n"
+"par_idN105A9\n"
+"help.text"
+msgid "<ahelp hid=\".\">Trusted sources can be set on the Trusted Sources tab page. Only signed macros from a trusted source are allowed to run. In addition, any macro from a trusted file location is allowed to run.</ahelp>"
+msgstr "<ahelp hid=\".\">Povjerljivi izvori mogu biti postavljeni na Povjerljivi Izvori tab stranici. Samo potpisani makroi iz povjerljivih izvora su dozvoljeni. Također, svakom makrou iz povjerljive lokacije datoteka je dozvoljeno da se pokrene.</ahelp>"
+
+#: macrosecurity_sl.xhp
+msgctxt ""
+"macrosecurity_sl.xhp\n"
+"par_idN105BA\n"
+"help.text"
+msgid "Medium"
+msgstr "Srednje"
+
+#: macrosecurity_sl.xhp
+msgctxt ""
+"macrosecurity_sl.xhp\n"
+"par_idN105BE\n"
+"help.text"
+msgid "Confirmation required before executing macros from unknown sources."
+msgstr "Potrebna potvrda prije izvršenja makroa iz nepoznatih izvora."
+
+#: macrosecurity_sl.xhp
+msgctxt ""
+"macrosecurity_sl.xhp\n"
+"par_idN105C1\n"
+"help.text"
+msgid "<ahelp hid=\".\">Trusted sources can be set on the Trusted Sources tab page. Signed macros from a trusted source are allowed to run. In addition, any macro from a trusted file location is allowed to run. All other macros require your confirmation.</ahelp>"
+msgstr "<ahelp hid=\".\">Povjerljivi izvori mogu biti postavljeni na kartici Povjerljivi Izvori. Potpisani makro iz povjerljivog izvora su dozvoljeni. Također, bilo koji makro iz povjerljive lokacije datoteka je dozvoljen da se pokrene. Svi drugi makroi moraju dobiti potvrdu.</ahelp>"
+
+#: macrosecurity_sl.xhp
+msgctxt ""
+"macrosecurity_sl.xhp\n"
+"par_idN105D2\n"
+"help.text"
+msgid "Low (not recommended)"
+msgstr "Nisko (nije preporučeno)"
+
+#: macrosecurity_sl.xhp
+msgctxt ""
+"macrosecurity_sl.xhp\n"
+"par_idN105D6\n"
+"help.text"
+msgid "All macros will be executed without confirmation. Use this setting only if you are certain that all documents that will be opened are safe."
+msgstr "Svi makroi će biti izvršeni bez potvrde. Koristite ovu postavku samo ako ste sigurni da su svi dokumenti koji će biti otvoreni sigurni."
+
+#: macrosecurity_sl.xhp
+msgctxt ""
+"macrosecurity_sl.xhp\n"
+"par_idN105D9\n"
+"help.text"
+msgid "<ahelp hid=\".\">A macro can be set to auto-start, and it can perform potentially damaging actions, as for example delete or rename files. This setting is not recommended when you open documents from other authors.</ahelp>"
+msgstr "<ahelp hid=\".\">Makro može biti postavljen da bude auto-start, i može izvršiti potencijalno štetne akcije, kao na primjer izbrisati ili preimenovati datoteke. Ova postavka nije preporučljiva kada otvarate dokumente od drugih autora.</ahelp>"
+
+#: 01010700.xhp
+#, fuzzy
+msgctxt ""
+"01010700.xhp\n"
+"tit\n"
+"help.text"
+msgid "Fonts"
+msgstr "Pismo"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"bm_id3150715\n"
+"help.text"
+msgid "<bookmark_value>HTML;fonts for source display</bookmark_value><bookmark_value>Basic; fonts for source display</bookmark_value><bookmark_value>fonts;for HTML and Basic</bookmark_value>"
+msgstr "<bookmark_value>HTML;fontovi za prikaz izvora</bookmark_value><bookmark_value>Basic; fontovi za prikaz izvora</bookmark_value><bookmark_value>fonts;for HTML and Basic</bookmark_value>"
+
+#: 01010700.xhp
+#, fuzzy
+msgctxt ""
+"01010700.xhp\n"
+"hd_id3149398\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01010700.xhp\" name=\"Fonts\">Fonts</link>"
+msgstr "<link href=\"text/shared/optionen/01050100.xhp\" name=\"Grid\">Mreža</link>"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3153665\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OFA_FONT_SUBSTITUTION\">Substitutes a font with a font of your choice. The substitution replaces a font only when it is displayed on screen, or on screen and when printing. The replacement does not change the font settings that are saved in the document.</ahelp>"
+msgstr "<ahelp hid=\"HID_OFA_FONT_SUBSTITUTION\">Zamjeni font za font vašeg izbora. Zamjena se desi samo na fontu koji je na ekranu ili kad se vrši ispis. Ne mijenja font koji je određen pri snimanju dokumenta.</ahelp>"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3155419\n"
+"46\n"
+"help.text"
+msgid "If you want, you can override the default substitution font that your operating system uses when it encounters an unavailable font in a document."
+msgstr "Ako želite, možete premostiti osnovni font koji se koristi kada se ne može pronaći odgovarajući font."
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3145610\n"
+"25\n"
+"help.text"
+msgid "Font replacement also affects the display of fonts on the $[officename] user interface."
+msgstr "Zamjena fonta također utiče i na prikaz fonta na $[officename] korisničkom interfejsu."
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"hd_id3149295\n"
+"3\n"
+"help.text"
+msgid "Apply replacement table"
+msgstr "Primjeni tabelu zamjene"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3159413\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:CHECKBOX:RID_SVX_FONT_SUBSTITUTION:CB_USETABLE\">Enables the font replacement settings that you define.</ahelp>"
+msgstr ""
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"hd_id3148664\n"
+"4\n"
+"help.text"
+msgid "Replacement table"
+msgstr ""
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3154073\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OFA_FONT_SUBST_CLB\">Lists the original font and the font that will replace it. Select <emph>Always</emph> to replace the font, even if the original font is installed on your system. Select <emph>Screen only </emph>to replace the screen font only and never replace the font for printing.</ahelp>"
+msgstr ""
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id052020080402332\n"
+"help.text"
+msgid "Always checkbox"
+msgstr ""
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id0520200804023432\n"
+"help.text"
+msgid "Screen only checkbox"
+msgstr ""
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id0520200804023472\n"
+"help.text"
+msgid "Replacement action"
+msgstr ""
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id0520200804023418\n"
+"help.text"
+msgid "checked"
+msgstr ""
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id0520200804023451\n"
+"help.text"
+msgid "blank"
+msgstr ""
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id052020080402349\n"
+"help.text"
+msgid "Font replacement on screen and when printing, whether the font is installed or not."
+msgstr ""
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id0520200804023438\n"
+"help.text"
+msgid "checked"
+msgstr ""
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id0520200804023482\n"
+"help.text"
+msgid "checked"
+msgstr ""
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id0520200804023457\n"
+"help.text"
+msgid "Font replacement only on screen, whether the font is installed or not."
+msgstr ""
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id0522200812384923\n"
+"help.text"
+msgid "blank"
+msgstr ""
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id0520200804023410\n"
+"help.text"
+msgid "checked"
+msgstr ""
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id0520200804023477\n"
+"help.text"
+msgid "Font replacement only on screen, but only if font is not available."
+msgstr ""
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id0520200804023430\n"
+"help.text"
+msgid "blank"
+msgstr ""
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id0520200804023577\n"
+"help.text"
+msgid "blank"
+msgstr ""
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id052020080402354\n"
+"help.text"
+msgid "Font replacement on screen and when printing, but only if font is not available."
+msgstr ""
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"hd_id3154218\n"
+"9\n"
+"help.text"
+msgid "Font"
+msgstr "Pismo"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3151176\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:COMBOBOX:RID_SVX_FONT_SUBSTITUTION:CB_FONT1\">Enter or select the name of the font that you want to replace.</ahelp>"
+msgstr ""
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"hd_id3145785\n"
+"10\n"
+"help.text"
+msgid "Replace with"
+msgstr "Zamijeni sa"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3149560\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:COMBOBOX:RID_SVX_FONT_SUBSTITUTION:CB_FONT2\">Enter or select the name of the replacement font.</ahelp>"
+msgstr ""
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"hd_id3153363\n"
+"11\n"
+"help.text"
+msgid "Apply"
+msgstr "Primijeni"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3145750\n"
+"21\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OFA_SUBST_APPLY\">Applies the selected font replacement.</ahelp>"
+msgstr ""
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3146984\n"
+"help.text"
+msgid "<image id=\"img_id3155412\" src=\"svx/res/nu07.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155412\">Icon</alt></image>"
+msgstr ""
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3147426\n"
+"22\n"
+"help.text"
+msgid "Apply"
+msgstr "Primijeni"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"hd_id3147443\n"
+"12\n"
+"help.text"
+msgid "Delete"
+msgstr "Obriši"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3148576\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OFA_SUBST_DELETE\">Deletes the selected font replacement.</ahelp>"
+msgstr ""
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3149300\n"
+"help.text"
+msgid "<image id=\"img_id3147124\" src=\"svx/res/nu08.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3147124\">Icon</alt></image>"
+msgstr ""
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3145800\n"
+"24\n"
+"help.text"
+msgid "Delete"
+msgstr "Obriši"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"hd_id3150715\n"
+"52\n"
+"help.text"
+msgid "Font settings for HTML and Basic sources"
+msgstr ""
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3153950\n"
+"53\n"
+"help.text"
+msgid "Select the font and font size for the display of HTML and Basic source code."
+msgstr ""
+
+#: 01010700.xhp
+#, fuzzy
+msgctxt ""
+"01010700.xhp\n"
+"hd_id3153838\n"
+"54\n"
+"help.text"
+msgid "Fonts"
+msgstr "Pismo"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3146990\n"
+"55\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_LISTBOX_RID_SVX_FONT_SUBSTITUTION_LB_FONTNAME\">Select the font for the display of HTML and Basic source code.</ahelp> Select <emph>Automatic</emph> to detect a suitable font automatically."
+msgstr ""
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"hd_id3146791\n"
+"56\n"
+"help.text"
+msgid "Non-proportional fonts only"
+msgstr "Samo neproporcionalni fontovi"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3154362\n"
+"57\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_CHECKBOX_RID_SVX_FONT_SUBSTITUTION_CB_NONPROP\">Check to display only non-proportional fonts in the <emph>Fonts</emph> list box.</ahelp>"
+msgstr ""
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"hd_id3153765\n"
+"58\n"
+"help.text"
+msgid "Size"
+msgstr "Veličina"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3150323\n"
+"59\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_LISTBOX_RID_SVX_FONT_SUBSTITUTION_LB_FONTHEIGHT\">Select a font size for the display of HTML and Basic source code.</ahelp>"
+msgstr ""
+
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Settings"
+msgstr "Postavke"
+
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"bm_id3156410\n"
+"help.text"
+msgid "<bookmark_value>printing;formulas in $[officename] Math</bookmark_value><bookmark_value>title rows; printing in $[officename] Math</bookmark_value><bookmark_value>formula texts; printing in $[officename] Math</bookmark_value><bookmark_value>frames; printing in $[officename] Math</bookmark_value><bookmark_value>printing; in original size in $[officename] Math</bookmark_value><bookmark_value>original size; printing in $[officename] Math</bookmark_value><bookmark_value>printing; fitting to pages in $[officename] Math</bookmark_value><bookmark_value>format filling printing in $[officename] Math</bookmark_value><bookmark_value>printing; scaling in $[officename] Math</bookmark_value><bookmark_value>scaling; printing in $[officename] Math</bookmark_value><bookmark_value>fitting to pages;print settings in Math</bookmark_value>"
+msgstr ""
+
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"hd_id3150713\n"
+"1\n"
+"help.text"
+msgid "Settings"
+msgstr "Postavke"
+
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"par_id3145090\n"
+"18\n"
+"help.text"
+msgid "<variable id=\"einst\"><ahelp hid=\"HID_PRINT_OPTIONS\">Defines formula settings that will be valid for all documents.</ahelp></variable>"
+msgstr ""
+
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"hd_id3159234\n"
+"2\n"
+"help.text"
+msgid "Print options"
+msgstr "Opcije štampe"
+
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"hd_id3156410\n"
+"4\n"
+"help.text"
+msgid "Title"
+msgstr "Naslov"
+
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"par_id3156347\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\"STARMATH_CHECKBOX_RID_PRINTOPTIONPAGE_CB_TITLEROW\">Specifies whether you want the name of the document to be included in the printout.</ahelp>"
+msgstr ""
+
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"hd_id3166410\n"
+"6\n"
+"help.text"
+msgid "Formula text"
+msgstr ""
+
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"par_id3155449\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"STARMATH_CHECKBOX_RID_PRINTOPTIONPAGE_CB_EQUATION_TEXT\">Specifies whether to include the contents of the <emph>Commands</emph> window at the bottom of the printout.</ahelp>"
+msgstr ""
+
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"hd_id3154046\n"
+"8\n"
+"help.text"
+msgid "Border"
+msgstr ""
+
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"par_id3149516\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\".\">Applies a thin border to the formula area in the printout.</ahelp> <emph>Title</emph> and <emph>Formula text</emph> are only set down by a frame if the corresponding check box is active."
+msgstr ""
+
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"hd_id3153822\n"
+"10\n"
+"help.text"
+msgid "Print format"
+msgstr "Formati štampanja"
+
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"hd_id3150503\n"
+"12\n"
+"help.text"
+msgid "Original size"
+msgstr ""
+
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"par_id3153627\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"STARMATH_RADIOBUTTON_RID_PRINTOPTIONPAGE_RB_ORIGINAL_SIZE\">Prints the formula without adjusting the current font size.</ahelp> It is possible that with large formulas a part of the command text is cut off."
+msgstr ""
+
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"hd_id3153896\n"
+"14\n"
+"help.text"
+msgid "Fit to size"
+msgstr ""
+
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"par_id3150541\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"STARMATH_RADIOBUTTON_RID_PRINTOPTIONPAGE_RB_FIT_TO_PAGE\">Adjusts the formula to the page format used in the printout.</ahelp> The real size will be determined by the used paper format."
+msgstr ""
+
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"hd_id3153381\n"
+"16\n"
+"help.text"
+msgid "Scaling"
+msgstr ""
+
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"par_id3147084\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"STARMATH_METRICFIELD_RID_PRINTOPTIONPAGE_MF_ZOOM\">Reduces or enlarges the size of the printed formula by a specified enlargement factor.</ahelp> Type the desired enlargement factor directly in the <emph>Scaling</emph> control, or set the value using the arrow buttons."
+msgstr ""
+
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"hd_id3147228\n"
+"19\n"
+"help.text"
+msgid "Other options"
+msgstr ""
+
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"hd_id3149808\n"
+"21\n"
+"help.text"
+msgid "Ignore ~ and ' at the end of the line"
+msgstr ""
+
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"par_id3149203\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"STARMATH_CHECKBOX_RID_PRINTOPTIONPAGE_CB_IGNORE_SPACING\">Specifies that these space wildcards will be removed if they are at the end of a line.</ahelp> In earlier versions of $[officename], adding such characters at the end of a line prevented the right edge of the formula from being cut off during printing."
+msgstr ""
+
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"hd_id31567808\n"
+"help.text"
+msgid "Embed only used symbols (smaller file size)"
+msgstr ""
+
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"par_id3789203\n"
+"help.text"
+msgid "<ahelp hid=\".\">Saves only those symbols with each formula that are used in that formula.</ahelp> In earlier versions of $[officename], all symbols were saved with each formula."
+msgstr ""
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"tit\n"
+"help.text"
+msgid "General"
+msgstr "Općenito"
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"bm_id3155450\n"
+"help.text"
+msgid "<bookmark_value>opening; dialog settings</bookmark_value> <bookmark_value>saving; dialog settings</bookmark_value> <bookmark_value>years; 2-digit options</bookmark_value> <bookmark_value>Help Agent;options</bookmark_value>"
+msgstr ""
+
+#: 01010600.xhp
+#, fuzzy
+msgctxt ""
+"01010600.xhp\n"
+"hd_id3154514\n"
+"8\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01010600.xhp\" name=\"General\">General</link>"
+msgstr "<link href=\"text/shared/optionen/01050100.xhp\" name=\"Grid\">Mreža</link>"
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_id3150085\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the general settings for $[officename].</ahelp>"
+msgstr ""
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"hd_id3148664\n"
+"25\n"
+"help.text"
+msgid "Help"
+msgstr "Pomoć"
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_id3153525\n"
+"38\n"
+"help.text"
+msgid "Specifies the behavior of the installed help."
+msgstr ""
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_idN106DB\n"
+"help.text"
+msgid "Tips"
+msgstr "Savjeti"
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_idN106DF\n"
+"help.text"
+msgid "<ahelp hid=\".\">Displays the icon names and more bubble help information, for example, chapter names when you scroll through a document with chapters.</ahelp>"
+msgstr ""
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_idN106F6\n"
+"help.text"
+msgid "Extended tips"
+msgstr ""
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_idN106FA\n"
+"help.text"
+msgid "<ahelp hid=\".\">Displays a help text when you rest the cursor on an icon, a menu command, or a control on a dialog.</ahelp>"
+msgstr ""
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"hd_id3154138\n"
+"26\n"
+"help.text"
+msgid "Help Agent"
+msgstr ""
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_id3145174\n"
+"27\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_CHECKBOX_OFA_TP_MISC_CB_HELPAGENT\">Specifies that the Help Agent will be displayed automatically in selected situations. Click the Help Agent window to see a Help page with information about the current context.</ahelp>"
+msgstr ""
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"hd_id3153968\n"
+"30\n"
+"help.text"
+msgid "Reset Help Agent"
+msgstr ""
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_id3151176\n"
+"31\n"
+"help.text"
+msgid "If you have not opened the Help Agent for a particular situation three times in succession, but rather have closed it or let it close automatically, the Help Agent for this situation is not shown again."
+msgstr ""
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_id3159150\n"
+"32\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_PUSHBUTTON_OFA_TP_MISC_PB_HELPAGENT_RESET\">Click <emph>Reset Help Agent </emph>to restore the default list of situations for which the Help Agent is displayed.</ahelp>"
+msgstr ""
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"hd_id3152577\n"
+"34\n"
+"help.text"
+msgid "Open/Save dialogs"
+msgstr ""
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"hd_id3145366\n"
+"35\n"
+"help.text"
+msgid "Use $[officename] dialogs"
+msgstr ""
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_id3149260\n"
+"36\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_CHECKBOX_OFA_TP_MISC_CB_FILEDLG\">Specifies whether $[officename] dialogs are used to open and save documents. Otherwise the dialogs of the operating system are used.</ahelp>"
+msgstr ""
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_idN10856\n"
+"help.text"
+msgid "When you open a file by an URL from the Windows file dialog, Windows will open a local copy of the file, located in the Internet Explorer cache. The %PRODUCTNAME file dialog opens the remote file."
+msgstr ""
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_id3153138\n"
+"37\n"
+"help.text"
+msgid "The $[officename] dialogs for <link href=\"text/shared/01/01020000.xhp\" name=\"opening\">opening</link> and <link href=\"text/shared/01/01070000.xhp\" name=\"saving\">saving</link> documents are described in $[officename] Help."
+msgstr ""
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"hd_id3148617\n"
+"39\n"
+"help.text"
+msgid "Document status"
+msgstr ""
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"hd_id3149299\n"
+"40\n"
+"help.text"
+msgid "Printing sets \"document modified\" status"
+msgstr ""
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_id3145800\n"
+"41\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_CHECKBOX_OFA_TP_MISC_CB_DOCSTATUS\">Specifies whether the printing of the document counts as a modification.</ahelp> When this option is marked, the very next time the document is closed you are asked if the changes should be saved. The print date is then entered in the document properties as a change."
+msgstr ""
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"hd_id3149399\n"
+"help.text"
+msgid "Allow to save document even when the document is not modified"
+msgstr ""
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_id3145801\n"
+"help.text"
+msgid "Documents do not only store their content, but also their view properties. A change in the view properties does not trigger document modified status. View properties include things like (in case of a spreadsheet) active sheet, cursor position, zoom level etc. Quite often users want to store the view properties after they have been changed, and always enabling the save action allows this."
+msgstr ""
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"hd_id3153561\n"
+"5\n"
+"help.text"
+msgid "Year (two digits)"
+msgstr ""
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_id3147530\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:NUMERICFIELD:OFA_TP_MISC:NF_YEARVALUE\">Defines a date range, within which the system recognizes a two-digit year.</ahelp>"
+msgstr ""
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_id3156343\n"
+"7\n"
+"help.text"
+msgid "In $[officename], years are indicated by four digits, so that the difference between 1/1/99 and 1/1/01 is two years. This <emph>Year (two digits)</emph> setting allows the user to define the years in which two-digit dates are added to 2000. To illustrate, if you specify a date of 1/1/30 or later, the entry \"1/1/20\" is recognized as 1/1/2020 instead of 1/1/1920."
+msgstr ""
+
+#: 01060700.xhp
+msgctxt ""
+"01060700.xhp\n"
+"tit\n"
+"help.text"
+msgid "Print"
+msgstr "Štampaj"
+
+#: 01060700.xhp
+#, fuzzy
+msgctxt ""
+"01060700.xhp\n"
+"hd_id3153311\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01060700.xhp\" name=\"Print\">Print</link>"
+msgstr "<link href=\"text/shared/optionen/01050100.xhp\" name=\"Grid\">Mreža</link>"
+
+#: 01060700.xhp
+msgctxt ""
+"01060700.xhp\n"
+"par_id3143267\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"\">Determines the printer settings for spreadsheets.</ahelp>"
+msgstr ""
+
+#: 01060700.xhp
+msgctxt ""
+"01060700.xhp\n"
+"par_id3155892\n"
+"3\n"
+"help.text"
+msgid "<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Print</emph> defines the settings for all spreadsheets. To define settings for the current document only, choose <emph>File - Print</emph>, then click the <emph>Options</emph> button."
+msgstr ""
+
+#: 01060700.xhp
+msgctxt ""
+"01060700.xhp\n"
+"hd_id3153542\n"
+"4\n"
+"help.text"
+msgid "Pages"
+msgstr "Stranice"
+
+#: 01060700.xhp
+msgctxt ""
+"01060700.xhp\n"
+"hd_id3156155\n"
+"5\n"
+"help.text"
+msgid "Suppress output of empty pages"
+msgstr ""
+
+#: 01060700.xhp
+msgctxt ""
+"01060700.xhp\n"
+"par_id3158430\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_PRINT_BTN_SKIPEMPTYPAGES\">Specifies that empty pages that have no cell contents or draw objects are not printed.</ahelp> Cell attributes such as borders or background colors are not considered cell contents. Empty pages are not counted for page numbering."
+msgstr ""
+
+#: 01060700.xhp
+msgctxt ""
+"01060700.xhp\n"
+"hd_id3150275\n"
+"7\n"
+"help.text"
+msgid "Sheets"
+msgstr "Stranice"
+
+#: 01060700.xhp
+msgctxt ""
+"01060700.xhp\n"
+"hd_id3149784\n"
+"8\n"
+"help.text"
+msgid "Print only selected sheets"
+msgstr ""
+
+#: 01060700.xhp
+msgctxt ""
+"01060700.xhp\n"
+"par_id3152349\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_PRINT_BTN_SELECTEDSHEETS\">Specifies that only contents from selected sheets are printed, even if you specify a wider range in the <emph>File - Print</emph> dialog or in the <emph>Format - Print Ranges</emph> dialog. Contents from sheets that are not selected will not be printed.</ahelp>"
+msgstr ""
+
+#: 01060700.xhp
+msgctxt ""
+"01060700.xhp\n"
+"par_id3153349\n"
+"10\n"
+"help.text"
+msgid "To select multiple sheets, click on the sheet names on the bottom margin of the workspace while keeping the Ctrl key pressed."
+msgstr ""
+
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"tit\n"
+"help.text"
+msgid "Formula"
+msgstr "Formula"
+
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"bm_id4249399\n"
+"help.text"
+msgid "<bookmark_value>formula options;formula syntax</bookmark_value> <bookmark_value>formula options;separators</bookmark_value> <bookmark_value>formula options;reference syntax in string parameters</bookmark_value> <bookmark_value>separators;function</bookmark_value> <bookmark_value>separators;array column</bookmark_value> <bookmark_value>separators;array row</bookmark_value>"
+msgstr ""
+
+#: 01060900.xhp
+#, fuzzy
+msgctxt ""
+"01060900.xhp\n"
+"hd_id3145071\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01060900.xhp\" name=\"Formula\">Formula</link>"
+msgstr "<link href=\"text/shared/optionen/01050100.xhp\" name=\"Grid\">Mreža</link>"
+
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"par_id3147576\n"
+"help.text"
+msgid "<ahelp hid=\".\">Defines formula syntax options for %PRODUCTNAME Calc.</ahelp>"
+msgstr ""
+
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"hd_id3149399\n"
+"help.text"
+msgid "Formula options"
+msgstr ""
+
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"hd_id31493991\n"
+"help.text"
+msgid "Formula syntax"
+msgstr ""
+
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"par_id3155419\n"
+"help.text"
+msgid "There are three options. Let's see it by example. In a sample spreadsheet there are two worksheets, Sheet1 and Sheet2. In A1 cell of Sheet1 there is a reference to C4 cell of Sheet2."
+msgstr ""
+
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"par_id3156155\n"
+"help.text"
+msgid "<emph>Calc A1</emph> - This is the default of %PRODUCTNAME Calc. The reference will be <item type=\"input\">=$Sheet2.C4</item>"
+msgstr ""
+
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"par_id3147530\n"
+"help.text"
+msgid "<emph>Excel A1</emph> - This is the default of Microsoft Excel. The reference will be <item type=\"input\">=Sheet2!C4</item>"
+msgstr ""
+
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"par_id3153061\n"
+"help.text"
+msgid "<emph>Excel R1C1</emph> - This is the relative row/column addressing, known from Microsoft Excel. The reference will be <item type=\"input\">=Sheet2!R[3]C[2]</item>"
+msgstr ""
+
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"hd_id31493992\n"
+"help.text"
+msgid "Use English function names"
+msgstr ""
+
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"par_id4155419\n"
+"help.text"
+msgid "In %PRODUCTNAME Calc function names can be localized. By default, the check box is off, which means the localized function names are used. Checking this check box will swap localized function names with the English ones. This change takes effect in all of the following areas: formula input and display, function wizard, and formula tips. You can of course uncheck it to go back to the localized function names."
+msgstr ""
+
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"hd_id4149399\n"
+"help.text"
+msgid "Separators"
+msgstr ""
+
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"par_id5155419\n"
+"help.text"
+msgid "This option group lets you configure separators in your formula expressions. This comes in handy when, for instance, you want to separate your function parameters by commas (,) instead of semicolons (;)."
+msgstr ""
+
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"par_id6155419\n"
+"help.text"
+msgid "For example, instead of <item type=\"input\">=SUM(A1;B1;C1)</item> you can type <item type=\"input\">=SUM(A1,B1,C1)</item>."
+msgstr ""
+
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"par_id7155419\n"
+"help.text"
+msgid "Likewise, you can also change the column and row separators for in-line arrays. Previously, an in-line array used semicolons (;) as the column separators and the pipe symbols (|) as the row separators, so a typical in-line array expression looked like this for a 5 x 2 matrix array:"
+msgstr ""
+
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"par_id8155419\n"
+"help.text"
+msgid "<item type=\"input\">={1;2;3;4;5|6;7;8;9;10}</item>"
+msgstr ""
+
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"par_id9155419\n"
+"help.text"
+msgid "By changing the column separators to commas (,) and the row separators to semicolons (;), the same expression will look like this:"
+msgstr ""
+
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"par_id0155419\n"
+"help.text"
+msgid "<item type=\"input\">={1,2,3,4,5;6,7,8,9,10}</item>"
+msgstr ""
+
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"hd_id5149399\n"
+"help.text"
+msgid "Detailed calculation settings"
+msgstr ""
+
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"par_id1015549\n"
+"help.text"
+msgid "Here you can configure the formula syntax to use when parsing references given in string parameters. This affects built-in functions such as INDIRECT that takes a reference as a string value."
+msgstr ""
+
+#: 01150200.xhp
+msgctxt ""
+"01150200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Searching in Japanese"
+msgstr "Pretraživanje na Japanskom"
+
+#: 01150200.xhp
+msgctxt ""
+"01150200.xhp\n"
+"hd_id3155338\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01150200.xhp\" name=\"Searching in Japanese\">Searching in Japanese</link>"
+msgstr ""
+
+#: 01150200.xhp
+msgctxt ""
+"01150200.xhp\n"
+"par_id3152996\n"
+"2\n"
+"help.text"
+msgid "Defines the search options for Japanese."
+msgstr "Definira opcije za pretragu na Japanskom."
+
+#: 01150200.xhp
+msgctxt ""
+"01150200.xhp\n"
+"hd_id3159399\n"
+"3\n"
+"help.text"
+msgid "Treat as equal"
+msgstr "Tretiraj kao jednako"
+
+#: 01150200.xhp
+msgctxt ""
+"01150200.xhp\n"
+"par_id3154514\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_JSEARCH_OPTIONS_CB_MATCH_PROLONGED_SOUNDMARK\" visibility=\"visible\">Specifies the options to be treated as equal in a search.</ahelp>"
+msgstr "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_JSEARCH_OPTIONS_CB_MATCH_PROLONGED_SOUNDMARK\" visibility=\"visible\">Precizira opcije da budu tretirane kao jednake u pretrazi.</ahelp>"
+
+#: 01150200.xhp
+msgctxt ""
+"01150200.xhp\n"
+"hd_id3148944\n"
+"5\n"
+"help.text"
+msgid "Ignore"
+msgstr "Ignoriši"
+
+#: 01150200.xhp
+msgctxt ""
+"01150200.xhp\n"
+"par_id3147264\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_JSEARCH_OPTIONS_CB_IGNORE_MIDDLE_DOT\" visibility=\"visible\">Specifies the characters to be ignored.</ahelp>"
+msgstr "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_JSEARCH_OPTIONS_CB_IGNORE_MIDDLE_DOT\" visibility=\"visible\">Precizira karaktere koji će se ignorisati.</ahelp>"
+
+#: 01060600.xhp
+msgctxt ""
+"01060600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Changes"
+msgstr "Izmjene"
+
+#: 01060600.xhp
+#, fuzzy
+msgctxt ""
+"01060600.xhp\n"
+"hd_id3159399\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01060600.xhp\" name=\"Changes\">Changes</link>"
+msgstr "<link href=\"text/shared/optionen/01040700.xhp\" name=\"Changes\">Izmjene</link>"
+
+#: 01060600.xhp
+msgctxt ""
+"01060600.xhp\n"
+"par_id3155390\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SCPAGE_OPREDLINE\">The<emph> Changes </emph>dialog specifies various options for highlighting recorded changes in documents.</ahelp>"
+msgstr ""
+
+#: 01060600.xhp
+msgctxt ""
+"01060600.xhp\n"
+"par_id3156343\n"
+"13\n"
+"help.text"
+msgid "To record changes to your work, choose <link href=\"text/shared/01/02230000.xhp\" name=\"Edit - Changes\"><emph>Edit - Changes</emph></link>."
+msgstr ""
+
+#: 01060600.xhp
+msgctxt ""
+"01060600.xhp\n"
+"hd_id3152812\n"
+"3\n"
+"help.text"
+msgid "Color Definition for Changes"
+msgstr ""
+
+#: 01060600.xhp
+msgctxt ""
+"01060600.xhp\n"
+"par_id3150792\n"
+"4\n"
+"help.text"
+msgid "Defines colors for recorded changes. If you select the \"By author\" entry, $[officename] will automatically set the color depending on the author who undertook the changes."
+msgstr ""
+
+#: 01060600.xhp
+msgctxt ""
+"01060600.xhp\n"
+"hd_id3150400\n"
+"5\n"
+"help.text"
+msgid "Changes"
+msgstr "Izmjene"
+
+#: 01060600.xhp
+msgctxt ""
+"01060600.xhp\n"
+"par_id3148451\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_OPREDLINE:CLB_CONTENT\">Specifies the color for changes of cell contents.</ahelp>"
+msgstr ""
+
+#: 01060600.xhp
+msgctxt ""
+"01060600.xhp\n"
+"hd_id3158410\n"
+"7\n"
+"help.text"
+msgid "Deletions"
+msgstr "Izbrisano"
+
+#: 01060600.xhp
+msgctxt ""
+"01060600.xhp\n"
+"par_id3147084\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_OPREDLINE:CLB_REMOVE\">Specifies the color to highlight deletions in a document.</ahelp>"
+msgstr ""
+
+#: 01060600.xhp
+msgctxt ""
+"01060600.xhp\n"
+"hd_id3154685\n"
+"9\n"
+"help.text"
+msgid "Insertions"
+msgstr "Ubačeno"
+
+#: 01060600.xhp
+msgctxt ""
+"01060600.xhp\n"
+"par_id3151383\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_OPREDLINE:CLB_INSERT\">Specifies the color to highlight insertions in a document.</ahelp>"
+msgstr ""
+
+#: 01060600.xhp
+msgctxt ""
+"01060600.xhp\n"
+"hd_id3125863\n"
+"11\n"
+"help.text"
+msgid "Moved entries"
+msgstr "Premješteni unosi"
+
+#: 01060600.xhp
+msgctxt ""
+"01060600.xhp\n"
+"par_id3159151\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_OPREDLINE:CLB_MOVE\">Specifies the color to highlight moved cell contents.</ahelp>"
+msgstr ""
+
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"tit\n"
+"help.text"
+msgid "Changes"
+msgstr "Izmjene"
+
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"hd_id3153823\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01040700.xhp\" name=\"Changes\">Changes</link>"
+msgstr "<link href=\"text/shared/optionen/01040700.xhp\" name=\"Changes\">Izmjene</link>"
+
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"par_id3149416\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_REDLINE_OPT\">Defines the appearance of changes in the document.</ahelp>"
+msgstr "<ahelp hid=\"HID_REDLINE_OPT\">Određuje pojavljanje promjena u dokumentu.</ahelp>"
+
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"par_id3156153\n"
+"27\n"
+"help.text"
+msgid "To record or show changes in your text or spreadsheet document, choose <link href=\"text/shared/01/02230000.xhp\" name=\"Edit - Changes\"><emph>Edit - Changes - Record</emph></link> or <emph>Edit - Changes - Show</emph>."
+msgstr "Da bi zapisali ili prikazali promjene, sa otvorenim tekst ili tabelarnim prikazom dokument, izaberite <link href=\"text/shared/01/02230000.xhp\" name=\"Edit - Changes\"><emph>Izmijeni - Izmjene - Record</emph></link>."
+
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"hd_id3155419\n"
+"3\n"
+"help.text"
+msgid "Text display"
+msgstr "Prikaz teksta"
+
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"par_id3144510\n"
+"4\n"
+"help.text"
+msgid "Defines the settings for displaying recorded changes. Select the type of change and the corresponding display attribute and color. The preview field shows the effect of the selected display options."
+msgstr "Određuje postavke za prikazivanje zapisanih promjena. Označi vrstu promjene sa radio dugmadima. Polje prikaza prikazuje uticaj označenih opcija prikaza."
+
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"hd_id3148550\n"
+"21\n"
+"help.text"
+msgid "Insertions / Attributes"
+msgstr "Umetanja / Atributi"
+
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"par_id3154758\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"SW_LISTBOX_TP_REDLINE_OPT_LB_INS_ATTR\">Specifies how changes in the document are displayed when text is inserted.</ahelp>"
+msgstr "<ahelp hid=\"SW_LISTBOX_TP_REDLINE_OPT_LB_INS_ATTR\">Određuje kako su izmjene u dokumentu prikazane kada je tekst ubačen.</ahelp>"
+
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"hd_id3152812\n"
+"23\n"
+"help.text"
+msgid "Deletions / Attributes"
+msgstr "Brisanja / Atributi"
+
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"par_id3154365\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"SW_LISTBOX_TP_REDLINE_OPT_LB_DEL_ATTR\">Specifies how changes in the document are displayed when text is deleted. If you record text deletions, the text is displayed with the selected attribute (for example, strikethrough) and is not deleted.</ahelp>"
+msgstr "<ahelp hid=\"SW_LISTBOX_TP_REDLINE_OPT_LB_DEL_ATTR\">Određuje kako su izmjene u dokumentu prikazane kada je tekst obrisan. Ako zapišete brisanja teksta, tekst je prikazan sa označenim atributom (npr. precrtati) i nije izbrisan.</ahelp>"
+
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"hd_id3148674\n"
+"25\n"
+"help.text"
+msgid "Changed attributes / Attributes"
+msgstr "Izmijenjeni atributi / Atributi"
+
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"par_id3151042\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"SW_LISTBOX_TP_REDLINE_OPT_LB_CHG_ATTR\">Defines how changes to text attributes are displayed in the document. These changes affect attributes such as bold, italic or underline.</ahelp>"
+msgstr "<ahelp hid=\"SW_LISTBOX_TP_REDLINE_OPT_LB_CHG_ATTR\">Definiše kako su izmjene na atributima teksta prikazane u dokumentu. Ove izmjene utiču na atribute kao što su podebljaj, iskosi, ili podvuci.</ahelp>"
+
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"hd_id3153105\n"
+"28\n"
+"help.text"
+msgid "Color"
+msgstr "Boja"
+
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"par_id3145419\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SW_LISTBOX_TP_REDLINE_OPT_LB_CHG_COL\">You can also choose a color to display each type of recorded change. When you choose the condition \"By author\" in the list, the color is automatically determined by $[officename], then modified to match to the author of each change.</ahelp>"
+msgstr "<ahelp hid=\"SW_LISTBOX_TP_REDLINE_OPT_LB_CHG_COL\">Možete isto izabrati boju da prikažete svaku vrstu zapisane izmjene. Kada izaberete stanje \"Po autoru\" u spisku, boja je automatski određena putem $[officename], i onda podešena da bi se podudarila sa autorom svake izmjene.</ahelp>"
+
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"hd_id3145607\n"
+"15\n"
+"help.text"
+msgid "Lines changed"
+msgstr "Izmjenjene linije"
+
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"par_id3149562\n"
+"16\n"
+"help.text"
+msgid "To indicate which lines of the text have been changed, you can define a mark that appears in the left or right page margin."
+msgstr "Da bi naznačili koje su linije teksta izmijenjene, možete definisati oznaku koja se prikazuje na lijevoj ili desnoj margini stranice."
+
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"hd_id3145785\n"
+"17\n"
+"help.text"
+msgid "Mark"
+msgstr "Oznaka"
+
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"par_id3154638\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SW:LISTBOX:TP_REDLINE_OPT:LB_MARKPOS\">Defines if and where changed lines in the document are marked.</ahelp> You can set the markings so that they always appear on the left or right page margin, or on the outer or inner margin."
+msgstr "<ahelp hid=\"SW:LISTBOX:TP_REDLINE_OPT:LB_MARKPOS\">Definiše ako su i gdje izmijenjene linije u dokumentu označene.</ahelp> Možete podesiti označavanje tako da se one uvijek prikažu na lijevoj ili desnoj margini stranice, ili na ravnim ili neravnim stranicama."
+
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"hd_id3163713\n"
+"19\n"
+"help.text"
+msgid "Color"
+msgstr "Boja"
+
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"par_id3146975\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SW:LISTBOX:TP_REDLINE_OPT:LB_LC_COL\">Specifies the color for highlighting the changed lines in the text.</ahelp>"
+msgstr "<ahelp hid=\"SW:LISTBOX:TP_REDLINE_OPT:LB_LC_COL\">Određuje boju za označavanje izmijenjenih linija u tekstu.</ahelp>"
diff --git a/source/bs/helpcontent2/source/text/swriter/02.po b/source/bs/helpcontent2/source/text/swriter/02.po
index 7f7f039c192..173ab5298a9 100644
--- a/source/bs/helpcontent2/source/text/swriter/02.po
+++ b/source/bs/helpcontent2/source/text/swriter/02.po
@@ -868,3 +868,3262 @@ msgctxt ""
"help.text"
msgid "Right"
msgstr "Desno"
+
+#: 10110000.xhp
+msgctxt ""
+"10110000.xhp\n"
+"par_id3147751\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"SW:METRICFIELD:DLG_PAGEPREVIEW_PRINTOPTIONS:MF_RMARGIN\" visibility=\"visible\">Specifies the right margin width.</ahelp>"
+msgstr ""
+
+#: 10110000.xhp
+msgctxt ""
+"10110000.xhp\n"
+"hd_id3149845\n"
+"18\n"
+"help.text"
+msgid "Bottom"
+msgstr "Dno"
+
+#: 10110000.xhp
+msgctxt ""
+"10110000.xhp\n"
+"par_id3148857\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"SW:METRICFIELD:DLG_PAGEPREVIEW_PRINTOPTIONS:MF_BMARGIN\" visibility=\"visible\">Specifies the bottom margin height.</ahelp>"
+msgstr ""
+
+#: 10110000.xhp
+msgctxt ""
+"10110000.xhp\n"
+"hd_id3150491\n"
+"20\n"
+"help.text"
+msgid "Spacing"
+msgstr "Razdvajanje"
+
+#: 10110000.xhp
+msgctxt ""
+"10110000.xhp\n"
+"par_id3156097\n"
+"21\n"
+"help.text"
+msgid "The spacing section is used to determine the horizontal and vertical distances between the reduced document pages on one page."
+msgstr ""
+
+#: 10110000.xhp
+msgctxt ""
+"10110000.xhp\n"
+"hd_id3156113\n"
+"22\n"
+"help.text"
+msgid "Horizontal"
+msgstr "Vodoravno"
+
+#: 10110000.xhp
+msgctxt ""
+"10110000.xhp\n"
+"par_id3150100\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"SW:METRICFIELD:DLG_PAGEPREVIEW_PRINTOPTIONS:MF_HMARGIN\" visibility=\"visible\">Determines the horizontal distance between document pages.</ahelp>"
+msgstr ""
+
+#: 10110000.xhp
+msgctxt ""
+"10110000.xhp\n"
+"hd_id3153128\n"
+"24\n"
+"help.text"
+msgid "Vertical"
+msgstr "Verticalno"
+
+#: 10110000.xhp
+msgctxt ""
+"10110000.xhp\n"
+"par_id3149632\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"SW:METRICFIELD:DLG_PAGEPREVIEW_PRINTOPTIONS:MF_VMARGIN\" visibility=\"visible\">Determines the vertical distance between document pages.</ahelp>"
+msgstr ""
+
+#: 10110000.xhp
+msgctxt ""
+"10110000.xhp\n"
+"hd_id3149649\n"
+"26\n"
+"help.text"
+msgid "Format"
+msgstr "Format"
+
+#: 10110000.xhp
+msgctxt ""
+"10110000.xhp\n"
+"par_id3154031\n"
+"27\n"
+"help.text"
+msgid "Determines what print format to use."
+msgstr ""
+
+#: 10110000.xhp
+msgctxt ""
+"10110000.xhp\n"
+"hd_id3149950\n"
+"28\n"
+"help.text"
+msgid "Landscape"
+msgstr "Položeno"
+
+#: 10110000.xhp
+msgctxt ""
+"10110000.xhp\n"
+"par_id3149969\n"
+"29\n"
+"help.text"
+msgid "<ahelp hid=\"SW:RADIOBUTTON:DLG_PAGEPREVIEW_PRINTOPTIONS:RB_LANDSCAPE\" visibility=\"visible\">Prints the page in landscape format.</ahelp>"
+msgstr ""
+
+#: 10110000.xhp
+msgctxt ""
+"10110000.xhp\n"
+"hd_id3149611\n"
+"30\n"
+"help.text"
+msgid "Portrait"
+msgstr "Uspravno"
+
+#: 10110000.xhp
+msgctxt ""
+"10110000.xhp\n"
+"par_id3145094\n"
+"31\n"
+"help.text"
+msgid "<ahelp hid=\"SW:RADIOBUTTON:DLG_PAGEPREVIEW_PRINTOPTIONS:RB_PORTRAIT\" visibility=\"visible\">Prints the page in portrait format.</ahelp>"
+msgstr ""
+
+#: 10110000.xhp
+msgctxt ""
+"10110000.xhp\n"
+"hd_id3145110\n"
+"33\n"
+"help.text"
+msgid "Default"
+msgstr "Uobičajeno"
+
+#: 10110000.xhp
+msgctxt ""
+"10110000.xhp\n"
+"par_id3149579\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\"SW:PUSHBUTTON:DLG_PAGEPREVIEW_PRINTOPTIONS:PB_STANDARD\" visibility=\"visible\">Specifies that the system will not use a fixed number of rows and columns when printing out the page view, but rather uses what was originally shown in the page view.</ahelp>"
+msgstr ""
+
+#: 18120000.xhp
+msgctxt ""
+"18120000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Graphics On/Off"
+msgstr ""
+
+#: 18120000.xhp
+msgctxt ""
+"18120000.xhp\n"
+"hd_id3148568\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/18120000.xhp\" name=\"Graphics On/Off\">Graphics On/Off</link>"
+msgstr ""
+
+#: 18120000.xhp
+msgctxt ""
+"18120000.xhp\n"
+"bm_id3147167\n"
+"help.text"
+msgid "<bookmark_value>graphics;do not show</bookmark_value><bookmark_value>images;do not show</bookmark_value><bookmark_value>pictures;do not show</bookmark_value>"
+msgstr ""
+
+#: 18120000.xhp
+msgctxt ""
+"18120000.xhp\n"
+"par_id3147167\n"
+"3\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Graphic\">If the<emph> Graphics On/Off </emph>icon on the <emph>Tools</emph> bar is activated, no graphics are displayed - only empty frames as placeholders.</ahelp>"
+msgstr ""
+
+#: 18120000.xhp
+msgctxt ""
+"18120000.xhp\n"
+"par_id3151177\n"
+"help.text"
+msgid "<image id=\"img_id3156379\" src=\"cmd/sc_graphic.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156379\">Icon</alt></image>"
+msgstr ""
+
+#: 18120000.xhp
+msgctxt ""
+"18120000.xhp\n"
+"par_id3154107\n"
+"2\n"
+"help.text"
+msgid "Graphics On/Off"
+msgstr ""
+
+#: 06090000.xhp
+msgctxt ""
+"06090000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Insert Unnumbered Entry"
+msgstr ""
+
+#: 06090000.xhp
+msgctxt ""
+"06090000.xhp\n"
+"hd_id3154505\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/06090000.xhp\" name=\"Insert Unnumbered Entry\">Insert Unnumbered Entry</link>"
+msgstr ""
+
+#: 06090000.xhp
+msgctxt ""
+"06090000.xhp\n"
+"par_id3148775\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InsertNeutralParagraph\">Inserts a paragraph without numbering. The existing numbering will not be affected.</ahelp>"
+msgstr ""
+
+#: 06090000.xhp
+msgctxt ""
+"06090000.xhp\n"
+"par_id3156377\n"
+"help.text"
+msgid "<image id=\"img_id3156384\" src=\"cmd/sc_insertneutralparagraph.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156384\">Icon</alt></image>"
+msgstr ""
+
+#: 06090000.xhp
+msgctxt ""
+"06090000.xhp\n"
+"par_id3156381\n"
+"3\n"
+"help.text"
+msgid "Insert Unnumbered Entry"
+msgstr ""
+
+#: 02110000.xhp
+#, fuzzy
+msgctxt ""
+"02110000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Numbering on/off"
+msgstr "Numerisanje uključeno/isključeno"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3150220\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/02110000.xhp\" name=\"Numbering on/off\">Numbering On/Off</link>"
+msgstr ""
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3150240\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DefaultNumbering\">Adds or removes numbering from the selected paragraphs.</ahelp> To define the numbering format, choose <emph>Format - Bullets and Numbering</emph>. To display the <emph>Bullets and Numbering</emph> Bar, choose <emph>View - Toolbars - Bullets and Numbering</emph>."
+msgstr ""
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3150952\n"
+"3\n"
+"help.text"
+msgid "Some of the bullets and numbering options are not available when working in the <link href=\"text/swriter/01/03120000.xhp\" name=\"Web Layout\">Web Layout</link>."
+msgstr ""
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3150502\n"
+"help.text"
+msgid "<image id=\"img_id3150508\" src=\"cmd/sc_defaultnumbering.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150508\">Icon</alt></image>"
+msgstr ""
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3147525\n"
+"4\n"
+"help.text"
+msgid "Numbering On/Off"
+msgstr "Numerisanje uključeno/isključeno"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3147549\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06050000.xhp\" name=\"Bullets and Numbering\">Bullets and Numbering</link>"
+msgstr ""
+
+#: 04240000.xhp
+msgctxt ""
+"04240000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Table: Variable"
+msgstr ""
+
+#: 04240000.xhp
+msgctxt ""
+"04240000.xhp\n"
+"hd_id3154501\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/04240000.xhp\" name=\"Table: Variable\">Table: Variable</link>"
+msgstr ""
+
+#: 04240000.xhp
+msgctxt ""
+"04240000.xhp\n"
+"par_id3151182\n"
+"3\n"
+"help.text"
+msgid "<ahelp hid=\".uno:TableModeVariable\" visibility=\"visible\">If this mode is active, changes to a line and/or column affect the size of the table.</ahelp>"
+msgstr ""
+
+#: 04240000.xhp
+msgctxt ""
+"04240000.xhp\n"
+"par_id3145415\n"
+"help.text"
+msgid "<image src=\"cmd/sc_tablemodevariable.png\" id=\"img_id3156375\"><alt id=\"alt_id3156375\">Icon</alt></image>"
+msgstr ""
+
+#: 04240000.xhp
+msgctxt ""
+"04240000.xhp\n"
+"par_id3156410\n"
+"2\n"
+"help.text"
+msgid "Table: Variable"
+msgstr ""
+
+#: 18130000.xhp
+msgctxt ""
+"18130000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Direct Cursor On/Off"
+msgstr ""
+
+#: 18130000.xhp
+msgctxt ""
+"18130000.xhp\n"
+"bm_id3147167\n"
+"help.text"
+msgid "<bookmark_value>direct cursor; restriction</bookmark_value>"
+msgstr ""
+
+#: 18130000.xhp
+msgctxt ""
+"18130000.xhp\n"
+"hd_id3147167\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/18130000.xhp\" name=\"Direct Cursor On/Off\">Direct Cursor On/Off</link>"
+msgstr ""
+
+#: 18130000.xhp
+msgctxt ""
+"18130000.xhp\n"
+"par_id3152896\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ShadowCursor\">Activates or deactivates the direct cursor.</ahelp> You can specify the behavior of the direct cursor by choosing <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01040600.xhp\" name=\"Text Document - Formatting Aids\">%PRODUCTNAME Writer - Formatting Aids</link></emph>."
+msgstr ""
+
+#: 18130000.xhp
+msgctxt ""
+"18130000.xhp\n"
+"par_id3147508\n"
+"help.text"
+msgid "<image id=\"img_id3154840\" src=\"cmd/sc_shadowcursor.png\"><alt id=\"alt_id3154840\">Icon</alt></image>"
+msgstr ""
+
+#: 18130000.xhp
+msgctxt ""
+"18130000.xhp\n"
+"par_id3151310\n"
+"3\n"
+"help.text"
+msgid "Direct Cursor On/Off"
+msgstr ""
+
+#: 18130000.xhp
+msgctxt ""
+"18130000.xhp\n"
+"par_id3154570\n"
+"4\n"
+"help.text"
+msgid "The direct cursor allows you to click in any blank area of a page to place text, images, tables, frames, and other objects."
+msgstr ""
+
+#: 18130000.xhp
+msgctxt ""
+"18130000.xhp\n"
+"par_id3155902\n"
+"6\n"
+"help.text"
+msgid "If you place the direct cursor approximately in the middle between the left and the right margin of a page or a table cell, the text you insert will be centered. Similarly, text is right-aligned when the direct cursor is placed on the right margin."
+msgstr ""
+
+#: 18130000.xhp
+msgctxt ""
+"18130000.xhp\n"
+"par_id3151255\n"
+"5\n"
+"help.text"
+msgid "The AutoCorrect tool automatically removes empty paragraphs, tabs, and spaces that are inserted by the direct cursor. If you want to use the direct cursor, then disable the AutoCorrect tool."
+msgstr ""
+
+#: 18130000.xhp
+msgctxt ""
+"18130000.xhp\n"
+"par_id3148982\n"
+"7\n"
+"help.text"
+msgid "The direct cursor sets tabs to position the cursor. If you change the tabs later. the position of the text on the page may change as well."
+msgstr ""
+
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Demote One Level With Subpoints"
+msgstr ""
+
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"hd_id3145826\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/06070000.xhp\" name=\"Demote One Level With Subpoints\">Demote One Level With Subpoints</link>"
+msgstr ""
+
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"par_id3145241\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DecrementSubLevels\">Shifts paragraphs with subpoints down one level.</ahelp> This is only visible when the cursor is positioned within numbered or bulleted text."
+msgstr ""
+
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"par_id3145084\n"
+"help.text"
+msgid "<image id=\"img_id3156376\" src=\"cmd/sc_decrementsublevels.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156376\">Icon</alt></image>"
+msgstr ""
+
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"par_id3145088\n"
+"3\n"
+"help.text"
+msgid "Demote One Level With Subpoints"
+msgstr ""
+
+#: 03220000.xhp
+#, fuzzy
+msgctxt ""
+"03220000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Unlink Frames"
+msgstr "Poveži okvire"
+
+#: 03220000.xhp
+msgctxt ""
+"03220000.xhp\n"
+"bm_id3151188\n"
+"help.text"
+msgid "<bookmark_value>frames;unlinking</bookmark_value><bookmark_value>unlinking frames</bookmark_value>"
+msgstr ""
+
+#: 03220000.xhp
+#, fuzzy
+msgctxt ""
+"03220000.xhp\n"
+"hd_id3151188\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/03220000.xhp\" name=\"Unlink Frames\">Unlink Frames</link>"
+msgstr "<link href=\"text/swriter/01/02120000.xhp\" name=\"AutoText\">AutoTekst</link>"
+
+#: 03220000.xhp
+msgctxt ""
+"03220000.xhp\n"
+"par_id3145412\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:UnhainFrames\">Breaks the link between two frames.</ahelp> You can only break the link that extends from the selected frame to the target frame."
+msgstr ""
+
+#: 03220000.xhp
+msgctxt ""
+"03220000.xhp\n"
+"par_id3155903\n"
+"help.text"
+msgid "<image id=\"img_id3149687\" src=\"cmd/sc_unhainframes.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3149687\">Icon</alt></image>"
+msgstr ""
+
+#: 03220000.xhp
+#, fuzzy
+msgctxt ""
+"03220000.xhp\n"
+"par_id3155628\n"
+"3\n"
+"help.text"
+msgid "Unlink Frames"
+msgstr "Poveži okvire"
+
+#: 04220000.xhp
+msgctxt ""
+"04220000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Table: Fixed"
+msgstr ""
+
+#: 04220000.xhp
+msgctxt ""
+"04220000.xhp\n"
+"hd_id3151187\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/04220000.xhp\" name=\"Table: Fixed\">Table: Fixed</link>"
+msgstr ""
+
+#: 04220000.xhp
+msgctxt ""
+"04220000.xhp\n"
+"par_id3151174\n"
+"3\n"
+"help.text"
+msgid "<ahelp hid=\".uno:TableModeFix\" visibility=\"visible\">If this mode is active, changes to a line and/or column affect only the neighboring lines or columns in question.</ahelp>"
+msgstr ""
+
+#: 04220000.xhp
+msgctxt ""
+"04220000.xhp\n"
+"par_id3155896\n"
+"help.text"
+msgid "<image src=\"cmd/sc_tablemodefix.png\" id=\"img_id3155903\"><alt id=\"alt_id3155903\">Icon</alt></image>"
+msgstr ""
+
+#: 04220000.xhp
+msgctxt ""
+"04220000.xhp\n"
+"par_id3155066\n"
+"2\n"
+"help.text"
+msgid "Table: Fixed"
+msgstr ""
+
+#: 04230000.xhp
+msgctxt ""
+"04230000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Table: Fixed, Proportional"
+msgstr ""
+
+#: 04230000.xhp
+msgctxt ""
+"04230000.xhp\n"
+"hd_id3147169\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/04230000.xhp\" name=\"Table: Fixed, Proportional\">Table: Fixed, Proportional</link>"
+msgstr ""
+
+#: 04230000.xhp
+msgctxt ""
+"04230000.xhp\n"
+"par_id3145246\n"
+"3\n"
+"help.text"
+msgid "<ahelp hid=\".uno:TableModeFixProp\" visibility=\"visible\">If this mode is active, changes to the line and/or column affect the entire table.</ahelp>"
+msgstr ""
+
+#: 04230000.xhp
+msgctxt ""
+"04230000.xhp\n"
+"par_id3145087\n"
+"help.text"
+msgid "<image src=\"cmd/sc_tablemodefixprop.png\" id=\"img_id3156378\"><alt id=\"alt_id3156378\">Icon</alt></image>"
+msgstr ""
+
+#: 04230000.xhp
+msgctxt ""
+"04230000.xhp\n"
+"par_id3149497\n"
+"2\n"
+"help.text"
+msgid "Table: Fixed, Proportional"
+msgstr ""
+
+#: 10080000.xhp
+msgctxt ""
+"10080000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Book preview"
+msgstr ""
+
+#: 10080000.xhp
+msgctxt ""
+"10080000.xhp\n"
+"bm_id9658192\n"
+"help.text"
+msgid "<bookmark_value>previews;book preview</bookmark_value><bookmark_value>book previews</bookmark_value>"
+msgstr ""
+
+#: 10080000.xhp
+msgctxt ""
+"10080000.xhp\n"
+"par_idN10548\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/10080000.xhp\">Book preview</link>"
+msgstr ""
+
+#: 10080000.xhp
+msgctxt ""
+"10080000.xhp\n"
+"par_idN1054C\n"
+"help.text"
+msgid "<ahelp hid=\"FN_SHOW_BOOKVIEW\">Select to display the first page on the right side in the page preview.</ahelp> If not selected, the first page is displayed on the left side of the preview."
+msgstr ""
+
+#: 10080000.xhp
+msgctxt ""
+"10080000.xhp\n"
+"par_idN10635\n"
+"help.text"
+msgid "<image id=\"img_id8750572\" src=\"cmd/sc_showbookview.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id8750572\">book preview icon</alt></image>"
+msgstr ""
+
+#: 10080000.xhp
+msgctxt ""
+"10080000.xhp\n"
+"par_idN10614\n"
+"help.text"
+msgid "Book Preview"
+msgstr ""
+
+#: 18030700.xhp
+msgctxt ""
+"18030700.xhp\n"
+"tit\n"
+"help.text"
+msgid "Author"
+msgstr "Autor"
+
+#: 18030700.xhp
+#, fuzzy
+msgctxt ""
+"18030700.xhp\n"
+"hd_id3154505\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/18030700.xhp\" name=\"Author\">Author</link>"
+msgstr "<link href=\"text/swriter/01/02120000.xhp\" name=\"AutoText\">AutoTekst</link>"
+
+#: 18030700.xhp
+msgctxt ""
+"18030700.xhp\n"
+"par_id3152896\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InsertAuthorField\">Inserts the name of the person who created the document here as a field.</ahelp> The field applies the entry made under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010100.xhp\" name=\"$[officename] - User data\">$[officename] - User data</link></emph>."
+msgstr ""
+
+#: 10020000.xhp
+msgctxt ""
+"10020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Zoom Out"
+msgstr ""
+
+#: 10020000.xhp
+#, fuzzy
+msgctxt ""
+"10020000.xhp\n"
+"hd_id3149870\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/10020000.xhp\" name=\"Zoom Out\">Zoom Out</link>"
+msgstr "<link href=\"text/swriter/01/02120000.xhp\" name=\"AutoText\">AutoTekst</link>"
+
+#: 10020000.xhp
+#, fuzzy
+msgctxt ""
+"10020000.xhp\n"
+"par_id3147401\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Zooms out to see more of the document at a reduced size.</ahelp>"
+msgstr "<ahelp hid=\".\">Precizira ime formulara i kako nastaviti.</ahelp>"
+
+#: 10020000.xhp
+msgctxt ""
+"10020000.xhp\n"
+"par_id3148775\n"
+"help.text"
+msgid "<image id=\"img_id3150764\" src=\"cmd/sc_zoomout.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150764\">Icon</alt></image>"
+msgstr ""
+
+#: 10020000.xhp
+msgctxt ""
+"10020000.xhp\n"
+"par_id3156410\n"
+"3\n"
+"help.text"
+msgid "Zoom Out"
+msgstr ""
+
+#: 18030100.xhp
+msgctxt ""
+"18030100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Date"
+msgstr "Datum"
+
+#: 18030100.xhp
+#, fuzzy
+msgctxt ""
+"18030100.xhp\n"
+"hd_id3151175\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/18030100.xhp\" name=\"Date\">Date</link>"
+msgstr "<link href=\"text/swriter/01/02120000.xhp\" name=\"AutoText\">AutoTekst</link>"
+
+#: 18030100.xhp
+msgctxt ""
+"18030100.xhp\n"
+"par_id3147511\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InsertDateField\">Inserts the current date as a field.</ahelp> The default date format is used, and the date is not automatically updated."
+msgstr ""
+
+#: 18030100.xhp
+msgctxt ""
+"18030100.xhp\n"
+"par_id3151312\n"
+"3\n"
+"help.text"
+msgid "If you would like to define a different date format, or have the date updated automatically, select <emph>Insert - Fields - Other</emph> to insert a field command and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. The format of an existing date field can be modified at any time by choosing <link href=\"text/swriter/01/02140000.xhp\" name=\"Edit - Fields\"><emph>Edit - Fields</emph></link>."
+msgstr ""
+
+#: 19040000.xhp
+msgctxt ""
+"19040000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Insert Fields"
+msgstr ""
+
+#: 19040000.xhp
+#, fuzzy
+msgctxt ""
+"19040000.xhp\n"
+"hd_id3149286\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/19040000.xhp\" name=\"Insert Fields\">Insert Fields</link>"
+msgstr "<link href=\"text/swriter/01/02120000.xhp\" name=\"AutoText\">AutoTekst</link>"
+
+#: 19040000.xhp
+msgctxt ""
+"19040000.xhp\n"
+"par_id3151173\n"
+"2\n"
+"help.text"
+msgid "Click to open the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\">Fields</link> dialog. Click the arrow next to the icon and select the required field from the submenu."
+msgstr ""
+
+#: 19040000.xhp
+msgctxt ""
+"19040000.xhp\n"
+"par_id3154104\n"
+"4\n"
+"help.text"
+msgid "You can select the following functions:"
+msgstr ""
+
+#: 19040000.xhp
+#, fuzzy
+msgctxt ""
+"19040000.xhp\n"
+"hd_id3145248\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/04090000.xhp\" name=\"Other\">Other</link>"
+msgstr "<link href=\"text/swriter/01/02120000.xhp\" name=\"AutoText\">AutoTekst</link>"
+
+#: 18030500.xhp
+msgctxt ""
+"18030500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Subject"
+msgstr "Tema"
+
+#: 18030500.xhp
+msgctxt ""
+"18030500.xhp\n"
+"bm_id3147169\n"
+"help.text"
+msgid "<bookmark_value>subject fields</bookmark_value><bookmark_value>fields; subject</bookmark_value>"
+msgstr ""
+
+#: 18030500.xhp
+#, fuzzy
+msgctxt ""
+"18030500.xhp\n"
+"hd_id3147169\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/18030500.xhp\" name=\"Subject\">Subject</link>"
+msgstr "<link href=\"text/swriter/01/02120000.xhp\" name=\"AutoText\">AutoTekst</link>"
+
+#: 18030500.xhp
+msgctxt ""
+"18030500.xhp\n"
+"par_id3152892\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InsertTopicField\">Inserts the subject specified in the document properties as a field .</ahelp> This field displays the data entered in the <emph>Subject</emph> field under <emph>File - Properties - Description</emph>."
+msgstr ""
+
+#: 18030500.xhp
+msgctxt ""
+"18030500.xhp\n"
+"par_id3156380\n"
+"3\n"
+"help.text"
+msgid "If you would like to insert a different document property as a field, select <emph>Insert - Fields - Other</emph> and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. The <emph>DocInformation</emph> category contains all of the fields shown in the document properties."
+msgstr ""
+
+#: 04250000.xhp
+msgctxt ""
+"04250000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sum"
+msgstr ""
+
+#: 04250000.xhp
+#, fuzzy
+msgctxt ""
+"04250000.xhp\n"
+"hd_id3143232\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/04250000.xhp\" name=\"Sum\">Sum</link>"
+msgstr "<link href=\"text/swriter/01/02120000.xhp\" name=\"AutoText\">AutoTekst</link>"
+
+#: 04250000.xhp
+msgctxt ""
+"04250000.xhp\n"
+"par_id3146899\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:AutoSum\">Activates the sum function. Note that the cursor must be in the cell where you want the sum to appear.</ahelp>"
+msgstr ""
+
+#: 04250000.xhp
+msgctxt ""
+"04250000.xhp\n"
+"par_id3154504\n"
+"5\n"
+"help.text"
+msgid "<item type=\"productname\">%PRODUCTNAME</item> recognizes the cell range for the sum function as long as the cells are filled with numbers. Prior to entering the data, you must enable the <emph>Number Recognition</emph> in the context menu of the table."
+msgstr ""
+
+#: 04250000.xhp
+msgctxt ""
+"04250000.xhp\n"
+"par_id3148771\n"
+"3\n"
+"help.text"
+msgid "Click <emph>Apply</emph> to accept the sum formula as it appears in the entry line."
+msgstr ""
+
+#: 04250000.xhp
+msgctxt ""
+"04250000.xhp\n"
+"par_id3145418\n"
+"help.text"
+msgid "<image id=\"img_id3147512\" src=\"cmd/sc_autosum.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147512\">Icon</alt></image>"
+msgstr ""
+
+#: 04250000.xhp
+msgctxt ""
+"04250000.xhp\n"
+"par_id3150750\n"
+"4\n"
+"help.text"
+msgid "Sum"
+msgstr ""
+
+#: 19020000.xhp
+msgctxt ""
+"19020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Insert Footer"
+msgstr "Ubaci podnožje"
+
+#: 19020000.xhp
+#, fuzzy
+msgctxt ""
+"19020000.xhp\n"
+"hd_id3145829\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/19020000.xhp\" name=\"Insert Footer\">Insert Footer</link>"
+msgstr "<link href=\"text/swriter/01/02120000.xhp\" name=\"AutoText\">AutoTekst</link>"
+
+#: 19020000.xhp
+msgctxt ""
+"19020000.xhp\n"
+"par_id3148768\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"FN_INSERT_FOOTER\">Displays the footer of an HTML document if footers are enabled on the <link href=\"text/shared/01/05040400.xhp\" name=\"Format - Page - Footer\"><emph>Format - Page - Footer</emph></link> tab page.</ahelp>"
+msgstr ""
+
+#: 18030000.xhp
+msgctxt ""
+"18030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Insert Fields"
+msgstr ""
+
+#: 18030000.xhp
+#, fuzzy
+msgctxt ""
+"18030000.xhp\n"
+"hd_id3153916\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/18030000.xhp\" name=\"Insert Fields\">Insert Fields</link>"
+msgstr "<link href=\"text/swriter/01/02120000.xhp\" name=\"AutoText\">AutoTekst</link>"
+
+#: 18030000.xhp
+msgctxt ""
+"18030000.xhp\n"
+"par_id3147403\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to open the Fields dialog. Click the arrow next to the icon to open a submenu.</ahelp> Click to open the <link href=\"text/swriter/01/04090000.xhp\">Fields</link> dialog. Click the arrow next to the icon to open a submenu."
+msgstr ""
+
+#: 18030000.xhp
+msgctxt ""
+"18030000.xhp\n"
+"par_id3154503\n"
+"5\n"
+"help.text"
+msgid "You can choose from the following functions:"
+msgstr ""
+
+#: 18030000.xhp
+#, fuzzy
+msgctxt ""
+"18030000.xhp\n"
+"hd_id3148566\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/04090000.xhp\" name=\"Other\">Other</link>"
+msgstr "<link href=\"text/swriter/01/02120000.xhp\" name=\"AutoText\">AutoTekst</link>"
+
+#: 10030000.xhp
+msgctxt ""
+"10030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Preview Zoom"
+msgstr "Uvećani pregled"
+
+#: 10030000.xhp
+#, fuzzy
+msgctxt ""
+"10030000.xhp\n"
+"hd_id3147175\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/10030000.xhp\" name=\"Preview Zoom\">Preview Zoom</link>"
+msgstr "<link href=\"text/swriter/01/02120000.xhp\" name=\"AutoText\">AutoTekst</link>"
+
+#: 10030000.xhp
+msgctxt ""
+"10030000.xhp\n"
+"par_id3145244\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PVIEW_ZOOM_LB\">Determines the zoom level of the page preview.</ahelp>"
+msgstr ""
+
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Promote One Level With Subpoints"
+msgstr ""
+
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"hd_id3154507\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/06080000.xhp\" name=\"Promote One Level With Subpoints\">Promote One Level With Subpoints</link>"
+msgstr ""
+
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"par_id3151189\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:IncrementSubLevels\">Shifts paragraphs with subpoints up one numbering level.</ahelp> This is only visible when the cursor is positioned within numbered or bulleted text."
+msgstr ""
+
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"par_id3145410\n"
+"help.text"
+msgid "<image id=\"img_id3145421\" src=\"cmd/sc_incrementsublevels.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145421\">Icon</alt></image>"
+msgstr ""
+
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"par_id3145417\n"
+"3\n"
+"help.text"
+msgid "Promote One Level With Subpoints"
+msgstr ""
+
+#: 14030000.xhp
+msgctxt ""
+"14030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Cancel"
+msgstr "Odustani"
+
+#: 14030000.xhp
+#, fuzzy
+msgctxt ""
+"14030000.xhp\n"
+"hd_id3149957\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/14030000.xhp\" name=\"Cancel\">Cancel</link>"
+msgstr "<link href=\"text/swriter/01/02120000.xhp\" name=\"AutoText\">AutoTekst</link>"
+
+#: 14030000.xhp
+msgctxt ""
+"14030000.xhp\n"
+"par_id3149602\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"FN_FORMULA_CANCEL\">Clears the contents of the input line and closes the formula bar.</ahelp>"
+msgstr ""
+
+#: 14030000.xhp
+msgctxt ""
+"14030000.xhp\n"
+"par_id3149574\n"
+"help.text"
+msgid "<image id=\"img_id3149580\" src=\"sw/imglst/sc20557.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149580\">Icon</alt></image>"
+msgstr ""
+
+#: 14030000.xhp
+msgctxt ""
+"14030000.xhp\n"
+"par_id3148855\n"
+"3\n"
+"help.text"
+msgid "Cancel"
+msgstr "Odustani"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Formula"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"bm_id3149687\n"
+"help.text"
+msgid "<bookmark_value>operators; in formulas</bookmark_value><bookmark_value>statistical functions</bookmark_value><bookmark_value>trigonometric functions</bookmark_value><bookmark_value>pages;number of</bookmark_value><bookmark_value>variables;document properties</bookmark_value><bookmark_value>arithmetical operators in formulas</bookmark_value>"
+msgstr ""
+
+#: 14020000.xhp
+#, fuzzy
+msgctxt ""
+"14020000.xhp\n"
+"hd_id3149687\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/14020000.xhp\" name=\"Formula\">Formula</link>"
+msgstr "<link href=\"text/swriter/01/02120000.xhp\" name=\"AutoText\">AutoTekst</link>"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3143270\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"FN_FORMULA_CALC\">Opens a submenu, from which you can insert a formula into the cell of a table.</ahelp> Place the cursor in a cell in the table or at the position in the document where you want the result to appear. Click the<emph> Formula </emph>icon and choose the desired formula from the submenu."
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3149096\n"
+"3\n"
+"help.text"
+msgid "The formula appears in the input line. To specify a range of cells in a table, select the desired cells with the mouse. The corresponding cell references also appear in the input line. Enter additional parameters, as necessary, and click <emph>Apply</emph> to confirm your entry. You can also enter the formula directly if you know the appropriate syntax. This is necessary, for example, in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Insert Fields\"><emph>Insert Fields</emph></link> and <emph>Edit Fields</emph> dialogs."
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3155142\n"
+"help.text"
+msgid "<image id=\"img_id3155148\" src=\"sw/imglst/sc20556.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155148\">Icon</alt></image>"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3150113\n"
+"4\n"
+"help.text"
+msgid "Formula"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"hd_id3150691\n"
+"5\n"
+"help.text"
+msgid "Summary of Formula Options"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"hd_id3155858\n"
+"6\n"
+"help.text"
+msgid "Basic Calculation Functions"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3149565\n"
+"7\n"
+"help.text"
+msgid "Addition"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3150563\n"
+"8\n"
+"help.text"
+msgid "+"
+msgstr "+"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3149831\n"
+"9\n"
+"help.text"
+msgid "Calculates the total."
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3149845\n"
+"161\n"
+"help.text"
+msgid "Example: <A1> + 8"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3156097\n"
+"11\n"
+"help.text"
+msgid "Subtraction"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3150087\n"
+"12\n"
+"help.text"
+msgid "-"
+msgstr "-"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153122\n"
+"13\n"
+"help.text"
+msgid "Calculates the difference"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153135\n"
+"162\n"
+"help.text"
+msgid "Example: 10 - <B5>"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3149646\n"
+"15\n"
+"help.text"
+msgid "Multiplication"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3154038\n"
+"16\n"
+"help.text"
+msgid "MUL or *"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3149965\n"
+"17\n"
+"help.text"
+msgid "Calculates the product."
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3149603\n"
+"163\n"
+"help.text"
+msgid "Example: 7 MUL 9"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3145096\n"
+"19\n"
+"help.text"
+msgid "Division"
+msgstr "Dijeljenje (÷)"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3149570\n"
+"20\n"
+"help.text"
+msgid "DIV or /"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3149592\n"
+"21\n"
+"help.text"
+msgid "Calculates the quotient"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3156243\n"
+"164\n"
+"help.text"
+msgid "Example: 100 DIV 15"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"hd_id3156260\n"
+"23\n"
+"help.text"
+msgid "Basic Functions in the Submenu"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3145185\n"
+"24\n"
+"help.text"
+msgid "Sum"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3155312\n"
+"25\n"
+"help.text"
+msgid "SUM"
+msgstr "SUM"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3155335\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_SUM\">Calculates the sum of the selected cells.</ahelp>"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3154411\n"
+"165\n"
+"help.text"
+msgid "Example: SUM <A2:C2> displays the sum of the values in cells A2 to C2"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153381\n"
+"28\n"
+"help.text"
+msgid "Round"
+msgstr "Zaokruži"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3145598\n"
+"29\n"
+"help.text"
+msgid "ROUND"
+msgstr "ROUND"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3145621\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_ROUND\">Rounds a number to the specified decimal places.</ahelp>"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3154862\n"
+"166\n"
+"help.text"
+msgid "Example: 15.678 ROUND 2 displays 15.68"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3148687\n"
+"32\n"
+"help.text"
+msgid "Percent"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3155930\n"
+"33\n"
+"help.text"
+msgid "PHD"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3155953\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_PHD\">Calculates a percentage</ahelp>"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3149991\n"
+"167\n"
+"help.text"
+msgid "Example: 10 + 15 PHD displays 10.15"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153016\n"
+"36\n"
+"help.text"
+msgid "Square Root"
+msgstr "Kvadratni korijen"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153038\n"
+"37\n"
+"help.text"
+msgid "SQRT"
+msgstr "SQRT"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153062\n"
+"38\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_SQRT\">Calculates the square root.</ahelp>"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153882\n"
+"168\n"
+"help.text"
+msgid "Example: SQRT 25 displays 5.00"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153909\n"
+"40\n"
+"help.text"
+msgid "Power"
+msgstr "Snaga"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3147124\n"
+"41\n"
+"help.text"
+msgid "POW"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3149768\n"
+"42\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_POW\">Calculates the power of a number.</ahelp>"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3149789\n"
+"169\n"
+"help.text"
+msgid "Example: 2 POW 8 displays 256.00"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"hd_id3150216\n"
+"44\n"
+"help.text"
+msgid "Operators"
+msgstr "Operatori"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3150244\n"
+"190\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_POP_OPS\">You can insert various operators in your formula.</ahelp> Choose from the following functions:"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3150316\n"
+"45\n"
+"help.text"
+msgid "List Separator"
+msgstr "Separator liste"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3150339\n"
+"46\n"
+"help.text"
+msgid "|"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153099\n"
+"47\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_LISTSEP\">Separates the elements in a list.</ahelp>"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3155817\n"
+"170\n"
+"help.text"
+msgid "Example of using a list:"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3155830\n"
+"212\n"
+"help.text"
+msgid "MIN 10|20|50|<C6>|<A2:B6>|20"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3147012\n"
+"49\n"
+"help.text"
+msgid "Equal"
+msgstr "Jednako"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3147034\n"
+"50\n"
+"help.text"
+msgid "EQ or =="
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3150936\n"
+"51\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_EQ\">Checks if selected values are equal.</ahelp> If they are unequal, the result is zero, otherwise 1 (true) appears."
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3150961\n"
+"171\n"
+"help.text"
+msgid "Example: <A1> EQ 2 displays 1, if the content of A1 equals 2."
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3154370\n"
+"53\n"
+"help.text"
+msgid "Not Equal"
+msgstr "Nije jednako"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3150503\n"
+"54\n"
+"help.text"
+msgid "NEQ or !="
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3150526\n"
+"55\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_NEQ\">Tests for inequality between selected values.</ahelp>"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3147524\n"
+"172\n"
+"help.text"
+msgid "Example: <A1> NEQ 2 displays 0 (wrong), if the content of A1 equals 2."
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3147553\n"
+"57\n"
+"help.text"
+msgid "Less than or Equal"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153599\n"
+"58\n"
+"help.text"
+msgid "LEQ"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153622\n"
+"59\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_LEQ\">Tests for values less than or equal to a specified value.</ahelp>"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3151280\n"
+"173\n"
+"help.text"
+msgid "Example: <A1> LEQ 2 displays 1 (true), if the content of A1 is less than or equal to 2."
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153729\n"
+"61\n"
+"help.text"
+msgid "Greater than or Equal"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153751\n"
+"62\n"
+"help.text"
+msgid "GEQ"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3148876\n"
+"63\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_GEQ\">Tests for values greater than or equal to a specified value</ahelp>"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3148898\n"
+"174\n"
+"help.text"
+msgid "Example: <A1> GEQ 2 displays 1 (true), if the content of A1 is greater than or equal to 2."
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3150836\n"
+"65\n"
+"help.text"
+msgid "Less"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3150859\n"
+"66\n"
+"help.text"
+msgid "L"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3155411\n"
+"67\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_LES\">Tests for values less than a specified value</ahelp>"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3155433\n"
+"175\n"
+"help.text"
+msgid "Example: <A1> L 2 displays 1 (true), if the content of A1 is less than 2."
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3150720\n"
+"69\n"
+"help.text"
+msgid "Greater"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3150743\n"
+"70\n"
+"help.text"
+msgid "G"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3147310\n"
+"71\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_GRE\">Tests for values greater than a specified value</ahelp>"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3147333\n"
+"176\n"
+"help.text"
+msgid "Example: <A1> G 2 displays 1 (true), if the content of A1 is greater than 2."
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3148408\n"
+"73\n"
+"help.text"
+msgid "Boolean Or"
+msgstr "Logičko ili"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3148430\n"
+"74\n"
+"help.text"
+msgid "OR"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3150274\n"
+"75\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_OR\">Tests for values matching the Boolean OR</ahelp>"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3150297\n"
+"181\n"
+"help.text"
+msgid "Example: 0 OR 0 displays 0 (false), anything else results in 1 (true)"
+msgstr ""
+
+#: 14020000.xhp
+#, fuzzy
+msgctxt ""
+"14020000.xhp\n"
+"par_id3149434\n"
+"76\n"
+"help.text"
+msgid "Boolean X Or"
+msgstr "Logičko ili"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3149457\n"
+"77\n"
+"help.text"
+msgid "XOR"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3146980\n"
+"78\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_XOR\">Tests for values matching the Boolean exclusive OR</ahelp>"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3147003\n"
+"182\n"
+"help.text"
+msgid "Example: 1 XOR 0 displays 1 (true)"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3152925\n"
+"79\n"
+"help.text"
+msgid "Boolean And"
+msgstr "Logičko i"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3152948\n"
+"80\n"
+"help.text"
+msgid "AND"
+msgstr "I"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153792\n"
+"81\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_AND\">Tests for values matching the Boolean AND</ahelp>"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153814\n"
+"183\n"
+"help.text"
+msgid "Example: 1 AND 2 displays 1 (true)"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153938\n"
+"82\n"
+"help.text"
+msgid "Boolean Not"
+msgstr "Logičko ne"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153961\n"
+"83\n"
+"help.text"
+msgid "NOT"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3148633\n"
+"84\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_NOT\">Tests for values matching the Boolean NOT</ahelp>"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3148655\n"
+"184\n"
+"help.text"
+msgid "Example: NOT 1 (true) displays 0 (false)"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"hd_id3154240\n"
+"85\n"
+"help.text"
+msgid "Statistical Functions"
+msgstr "Statističke funkcije"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3154263\n"
+"191\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_POP_STATISTICS\">You can choose from the following statistical functions:</ahelp>"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153176\n"
+"86\n"
+"help.text"
+msgid "Mean"
+msgstr "srednja vrijednost"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3154053\n"
+"87\n"
+"help.text"
+msgid "MEAN"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3154076\n"
+"88\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_MEAN\">Calculates the arithmetic mean of the values in an area or a list.</ahelp>"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3145625\n"
+"177\n"
+"help.text"
+msgid "Example: MEAN 10|30|20 displays 20"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3145652\n"
+"90\n"
+"help.text"
+msgid "Minimum Value"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3155258\n"
+"91\n"
+"help.text"
+msgid "MIN"
+msgstr "MIN"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3155281\n"
+"92\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_MIN\">Calculates the minimum value in an area or a list.</ahelp>"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3155304\n"
+"178\n"
+"help.text"
+msgid "Example: MIN 10|30|20 displays 10"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153993\n"
+"94\n"
+"help.text"
+msgid "Maximum Value"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3154016\n"
+"95\n"
+"help.text"
+msgid "MAX"
+msgstr "MAX"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3154726\n"
+"96\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_MAX\">Calculates the maximum value in an area or a list.</ahelp>"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3154748\n"
+"179\n"
+"help.text"
+msgid "Example: MAX 10|30|20 displays 30.00"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"hd_id3153200\n"
+"98\n"
+"help.text"
+msgid "Trigonometric Functions"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153226\n"
+"192\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_POP_FUNC\">You can choose from the following trigonometric functions:</ahelp>"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3145156\n"
+"99\n"
+"help.text"
+msgid "Sine"
+msgstr "Sinus"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3149507\n"
+"100\n"
+"help.text"
+msgid "SIN"
+msgstr "SIN"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3149530\n"
+"101\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_SIN\">Calculates the sine in radians</ahelp>"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153312\n"
+"180\n"
+"help.text"
+msgid "Example: SIN (PI/2)"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153340\n"
+"103\n"
+"help.text"
+msgid "Cosine"
+msgstr "Kosinus"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3154510\n"
+"104\n"
+"help.text"
+msgid "COS"
+msgstr "COS"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3154533\n"
+"105\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_COS\">Calculates the cosine in radians.</ahelp>"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3154554\n"
+"185\n"
+"help.text"
+msgid "Example: COS 1"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3150989\n"
+"106\n"
+"help.text"
+msgid "Tangent"
+msgstr "Tangens"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3151012\n"
+"107\n"
+"help.text"
+msgid "TAN"
+msgstr "TAN"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3149369\n"
+"108\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_TAN\">Calculates the tangent in radians.</ahelp>"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3149391\n"
+"186\n"
+"help.text"
+msgid "Example: TAN <A1>"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3151032\n"
+"109\n"
+"help.text"
+msgid "Arc Sine"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3151055\n"
+"110\n"
+"help.text"
+msgid "ASIN"
+msgstr "ASIN"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3150565\n"
+"111\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_ASIN\">Calculates the arc sine in radians.</ahelp>"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3150588\n"
+"187\n"
+"help.text"
+msgid "Example: ASIN 1"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3150615\n"
+"112\n"
+"help.text"
+msgid "Arc Cosine"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3149728\n"
+"113\n"
+"help.text"
+msgid "ACOS"
+msgstr "ACOS"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3149750\n"
+"114\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_ACOS\">Calculates the arc cosine in radians.</ahelp>"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153833\n"
+"188\n"
+"help.text"
+msgid "Example: ACOS 1"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153860\n"
+"115\n"
+"help.text"
+msgid "Arc Tangent"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3147057\n"
+"116\n"
+"help.text"
+msgid "ATAN"
+msgstr "ATAN"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3147080\n"
+"117\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_ATAN\">Calculates the arc tangent in radians.</ahelp>"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3147102\n"
+"189\n"
+"help.text"
+msgid "Example: ATAN 1"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"hd_id3150888\n"
+"194\n"
+"help.text"
+msgid "Variables for document properties"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3150161\n"
+"210\n"
+"help.text"
+msgid "The following document properties are also found under <emph>File - Properties - Statistics</emph>."
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3157538\n"
+"195\n"
+"help.text"
+msgid "CHAR"
+msgstr "CHAR"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3152954\n"
+"196\n"
+"help.text"
+msgid "Number of characters in the document"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3152982\n"
+"197\n"
+"help.text"
+msgid "WORD"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153005\n"
+"198\n"
+"help.text"
+msgid "Number of words in the document"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3152715\n"
+"199\n"
+"help.text"
+msgid "PARA"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3152738\n"
+"200\n"
+"help.text"
+msgid "Number of paragraphs in the document"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3148453\n"
+"201\n"
+"help.text"
+msgid "GRAPH"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3148476\n"
+"202\n"
+"help.text"
+msgid "Number of graphics in the document"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3151091\n"
+"203\n"
+"help.text"
+msgid "TABLES"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3151114\n"
+"204\n"
+"help.text"
+msgid "Number of tables in the document"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3151198\n"
+"205\n"
+"help.text"
+msgid "OLE"
+msgstr "OLE"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3151220\n"
+"206\n"
+"help.text"
+msgid "Number of OLE objects in the document"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3146903\n"
+"207\n"
+"help.text"
+msgid "PAGE"
+msgstr "STRANICA"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3146926\n"
+"208\n"
+"help.text"
+msgid "Total number of pages in the document"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"hd_id3146944\n"
+"127\n"
+"help.text"
+msgid "More Defined Values"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153562\n"
+"128\n"
+"help.text"
+msgid "PI"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3147343\n"
+"129\n"
+"help.text"
+msgid "PI"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3147366\n"
+"130\n"
+"help.text"
+msgid "3.1415..."
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3147393\n"
+"131\n"
+"help.text"
+msgid "Euler's constant"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3147462\n"
+"132\n"
+"help.text"
+msgid "E"
+msgstr "E"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3147485\n"
+"133\n"
+"help.text"
+msgid "2.71828..."
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3145332\n"
+"134\n"
+"help.text"
+msgid "True"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3145355\n"
+"135\n"
+"help.text"
+msgid "TRUE"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3145378\n"
+"136\n"
+"help.text"
+msgid "not equal to 0"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3150362\n"
+"137\n"
+"help.text"
+msgid "False"
+msgstr "Netačno"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3150385\n"
+"138\n"
+"help.text"
+msgid "FALSE"
+msgstr ""
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3149304\n"
+"139\n"
+"help.text"
+msgid "0"
+msgstr ""
+
+#: 18030200.xhp
+msgctxt ""
+"18030200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Time"
+msgstr "Vrijeme"
+
+#: 18030200.xhp
+msgctxt ""
+"18030200.xhp\n"
+"bm_id3147174\n"
+"help.text"
+msgid "<bookmark_value>time fields;inserting</bookmark_value><bookmark_value>fields;inserting time</bookmark_value>"
+msgstr ""
+
+#: 18030200.xhp
+#, fuzzy
+msgctxt ""
+"18030200.xhp\n"
+"hd_id3147174\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/18030200.xhp\" name=\"Time\">Time</link>"
+msgstr "<link href=\"text/swriter/01/02120000.xhp\" name=\"AutoText\">AutoTekst</link>"
+
+#: 18030200.xhp
+msgctxt ""
+"18030200.xhp\n"
+"par_id3152896\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InsertTimeField\" visibility=\"visible\">Inserts the current time as a field.</ahelp> The time is taken directly from the system settings of your operating system. A fixed time format is applied, which cannot be updated by using the F9 function key."
+msgstr ""
+
+#: 18030200.xhp
+msgctxt ""
+"18030200.xhp\n"
+"par_id3151177\n"
+"3\n"
+"help.text"
+msgid "To assign a different time format, or adapt the actual time data, select <emph>Insert - Fields - Other</emph> and make the desired changes in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. Additionally, you can modify the format of an inserted time field at any time by choosing <link href=\"text/swriter/01/02140000.xhp\" name=\"Edit - Fields\"><emph>Edit - Fields</emph></link>."
+msgstr ""
+
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Move Down with Subpoints"
+msgstr ""
+
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"hd_id3154501\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/06130000.xhp\" name=\"Move Down with Subpoints\">Move Down with Subpoints</link>"
+msgstr ""
+
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3148770\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:MoveDownSubItems\" visibility=\"visible\">Moves a paragraph with all its subpoints below the following paragraph.</ahelp> This is only visible when the cursor is positioned within numbered or bulleted text."
+msgstr ""
+
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3145086\n"
+"help.text"
+msgid "<image src=\"cmd/sc_movedownsubitems.png\" id=\"img_id3156377\"><alt id=\"alt_id3156377\">Icon</alt></image>"
+msgstr ""
+
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3150749\n"
+"3\n"
+"help.text"
+msgid "Move Down with Subpoints"
+msgstr ""
+
+#: 18030600.xhp
+msgctxt ""
+"18030600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Title"
+msgstr "Naslov"
+
+#: 18030600.xhp
+#, fuzzy
+msgctxt ""
+"18030600.xhp\n"
+"hd_id3154484\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/18030600.xhp\" name=\"Title\">Title</link>"
+msgstr "<link href=\"text/swriter/01/02120000.xhp\" name=\"AutoText\">AutoTekst</link>"
+
+#: 18030600.xhp
+msgctxt ""
+"18030600.xhp\n"
+"par_id3151392\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InsertTitleField\">Inserts the title specified in the document properties as a field.</ahelp> This field displays the data entered in the <emph>Title</emph> field under <emph>File - Properties - Description</emph>."
+msgstr ""
+
+#: 18030600.xhp
+msgctxt ""
+"18030600.xhp\n"
+"par_id3148768\n"
+"3\n"
+"help.text"
+msgid "If you would like to insert a different document property as a field, select <emph>Insert - Fields - Other</emph> and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. The <emph>DocInformation</emph> category contains all of the fields shown in the document properties."
+msgstr ""
+
+#: 08080000.xhp
+msgctxt ""
+"08080000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Combined Display"
+msgstr ""
+
+#: 08080000.xhp
+msgctxt ""
+"08080000.xhp\n"
+"hd_id3151186\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/08080000.xhp\" name=\"Combined Display\">Combined Display</link>"
+msgstr ""
+
+#: 08080000.xhp
+msgctxt ""
+"08080000.xhp\n"
+"par_id3151172\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:StatusBarFunc\" visibility=\"visible\">Displays current information about the active document.</ahelp>"
+msgstr ""
+
+#: 08080000.xhp
+msgctxt ""
+"08080000.xhp\n"
+"par_id3156375\n"
+"3\n"
+"help.text"
+msgid "When the cursor is in a named section, the section name appears. When the cursor is in a table, the name of the table cell appears. The size of the object is shown when you edit frames or drawing objects."
+msgstr ""
+
+#: 08080000.xhp
+msgctxt ""
+"08080000.xhp\n"
+"par_id3145416\n"
+"4\n"
+"help.text"
+msgid "When the cursor is positioned within text, you can double-click this field to open the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. In this dialog, you can define a field to be inserted in your document at the current cursor position. When the cursor is positioned in a table, a double-click in this field will call the <emph>Table Format</emph> dialog. Depending on the object selected, you can call up a dialog to edit a section, a graphic object, a floating frame, an OLE object, direct numbering or the position and size of a drawing object."
+msgstr ""
+
+#: 06040000.xhp
+#, fuzzy
+msgctxt ""
+"06040000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Numbering Off"
+msgstr "Numerisanje uključeno/isključeno"
+
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"hd_id3145822\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/06040000.xhp\" name=\"Numbering Off\">Numbering Off</link>"
+msgstr ""
+
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"par_id3154505\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:RemoveBullets\" visibility=\"visible\">Turns off numbering or bullets in the current paragraph or selected paragraphs.</ahelp>"
+msgstr ""
+
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"par_id3151177\n"
+"help.text"
+msgid "<image src=\"cmd/sc_removebullets.png\" id=\"img_id3145083\"><alt id=\"alt_id3145083\">Icon</alt></image>"
+msgstr ""
+
+#: 06040000.xhp
+#, fuzzy
+msgctxt ""
+"06040000.xhp\n"
+"par_id3150749\n"
+"3\n"
+"help.text"
+msgid "Numbering Off"
+msgstr "Numerisanje uključeno/isključeno"
+
+#: 10010000.xhp
+msgctxt ""
+"10010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Zoom In"
+msgstr ""
+
+#: 10010000.xhp
+#, fuzzy
+msgctxt ""
+"10010000.xhp\n"
+"hd_id3151173\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/10010000.xhp\" name=\"Zoom In\">Zoom In</link>"
+msgstr "<link href=\"text/swriter/01/02120000.xhp\" name=\"AutoText\">AutoTekst</link>"
+
+#: 10010000.xhp
+msgctxt ""
+"10010000.xhp\n"
+"par_id3163866\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ZoomPlus\" visibility=\"visible\">Zooms in to get a close-up view of the document.</ahelp>"
+msgstr ""
+
+#: 10010000.xhp
+msgctxt ""
+"10010000.xhp\n"
+"par_id3154572\n"
+"help.text"
+msgid "<image src=\"cmd/sc_helpzoomin.png\" id=\"img_id3155895\"><alt id=\"alt_id3155895\">Icon</alt></image>"
+msgstr ""
+
+#: 10010000.xhp
+msgctxt ""
+"10010000.xhp\n"
+"par_id3155892\n"
+"3\n"
+"help.text"
+msgid "Zoom In"
+msgstr ""
+
+#: 06120000.xhp
+msgctxt ""
+"06120000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Move Up with Subpoints"
+msgstr ""
+
+#: 06120000.xhp
+msgctxt ""
+"06120000.xhp\n"
+"hd_id3147174\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/06120000.xhp\" name=\"Move Up with Subpoints\">Move Up with Subpoints</link>"
+msgstr ""
+
+#: 06120000.xhp
+msgctxt ""
+"06120000.xhp\n"
+"par_id3148768\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:MoveUpSubItems\" visibility=\"visible\">Moves a paragraph with subpoints to above the previous paragraph.</ahelp> This is only visible when the cursor is positioned within numbered or bulleted text."
+msgstr ""
+
+#: 06120000.xhp
+msgctxt ""
+"06120000.xhp\n"
+"par_id3145083\n"
+"help.text"
+msgid "<image src=\"cmd/sc_moveupsubitems.png\" id=\"img_id3156375\"><alt id=\"alt_id3156375\">Icon</alt></image>"
+msgstr ""
+
+#: 06120000.xhp
+msgctxt ""
+"06120000.xhp\n"
+"par_id3156410\n"
+"3\n"
+"help.text"
+msgid "Move Up with Subpoints"
+msgstr ""
+
+#: 10050000.xhp
+msgctxt ""
+"10050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Page Preview: Two Pages"
+msgstr ""
+
+#: 10050000.xhp
+msgctxt ""
+"10050000.xhp\n"
+"hd_id3145822\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/10050000.xhp\" name=\"Page Preview: Two Pages\">Page Preview: Two Pages</link>"
+msgstr ""
+
+#: 10050000.xhp
+msgctxt ""
+"10050000.xhp\n"
+"par_id3154504\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ShowTwoPages\" visibility=\"visible\">Displays two pages in the Page Preview window.</ahelp> Uneven numbers will always appear on the right side, even numbers on the left."
+msgstr ""
+
+#: 10050000.xhp
+msgctxt ""
+"10050000.xhp\n"
+"par_id3149292\n"
+"help.text"
+msgid "<image src=\"cmd/sc_showtwopages.png\" id=\"img_id3151170\"><alt id=\"alt_id3151170\">Icon</alt></image>"
+msgstr ""
+
+#: 10050000.xhp
+msgctxt ""
+"10050000.xhp\n"
+"par_id3151168\n"
+"3\n"
+"help.text"
+msgid "Page Preview: Two Pages"
+msgstr ""
+
+#: 14040000.xhp
+msgctxt ""
+"14040000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Apply"
+msgstr "Primijeni"
+
+#: 14040000.xhp
+#, fuzzy
+msgctxt ""
+"14040000.xhp\n"
+"hd_id3154834\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/14040000.xhp\" name=\"Apply\">Apply</link>"
+msgstr "<link href=\"text/swriter/01/02120000.xhp\" name=\"AutoText\">AutoTekst</link>"
+
+#: 14040000.xhp
+msgctxt ""
+"14040000.xhp\n"
+"par_id3147173\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"FN_FORMULA_APPLY\" visibility=\"visible\">Transfers the contents of the input line into your document and closes the formula bar. The contents of the input line are inserted at the cursor position in the document.</ahelp>"
+msgstr ""
+
+#: 14040000.xhp
+msgctxt ""
+"14040000.xhp\n"
+"par_id3149286\n"
+"help.text"
+msgid "<image src=\"svx/res/nu07.png\" id=\"img_id3149291\"><alt id=\"alt_id3149291\">Icon</alt></image>"
+msgstr ""
+
+#: 14040000.xhp
+msgctxt ""
+"14040000.xhp\n"
+"par_id3150749\n"
+"3\n"
+"help.text"
+msgid "Apply"
+msgstr "Primijeni"
+
+#: 18030300.xhp
+msgctxt ""
+"18030300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Page Numbers"
+msgstr "Brojevi stranica"
+
+#: 18030300.xhp
+#, fuzzy
+msgctxt ""
+"18030300.xhp\n"
+"hd_id3147173\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/18030300.xhp\" name=\"Page Numbers\">Page Numbers</link>"
+msgstr "<link href=\"text/swriter/01/02120000.xhp\" name=\"AutoText\">AutoTekst</link>"
+
+#: 18030300.xhp
+msgctxt ""
+"18030300.xhp\n"
+"par_id3150760\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InsertPageNumberField\">Inserts the current page number as a field at the cursor position.</ahelp> The default setting is the Page Style format."
+msgstr ""
+
+#: 18030300.xhp
+msgctxt ""
+"18030300.xhp\n"
+"par_id3151175\n"
+"3\n"
+"help.text"
+msgid "If you would like to define a different format or modify the page number, insert a field with <emph>Insert - Fields - Other</emph> and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. It is also possible to edit a field inserted with the <emph>Page Numbers</emph> command with <link href=\"text/swriter/01/02140000.xhp\" name=\"Edit - Fields\"><emph>Edit - Fields</emph></link>. To change page numbers, read the <link href=\"text/swriter/guide/pagenumbers.xhp\" name=\"Page Numbers\"><emph>Page Numbers</emph></link> guide."
+msgstr ""
+
+#: 14050000.xhp
+msgctxt ""
+"14050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Formula Area"
+msgstr ""
+
+#: 14050000.xhp
+#, fuzzy
+msgctxt ""
+"14050000.xhp\n"
+"hd_id3155624\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/14050000.xhp\" name=\"Formula Area\">Formula Area</link>"
+msgstr "<link href=\"text/swriter/01/02120000.xhp\" name=\"AutoText\">AutoTekst</link>"
+
+#: 14050000.xhp
+msgctxt ""
+"14050000.xhp\n"
+"par_id3154501\n"
+"2\n"
+"help.text"
+msgid "<ahelp visibility=\"visible\" hid=\"HID_EDIT_FORMULA\">Allows you to create a formula by typing it directly into the input line or by clicking the <emph>Formula</emph> icon to display the formulas in submenu.</ahelp>"
+msgstr ""
+
+#: 14050000.xhp
+msgctxt ""
+"14050000.xhp\n"
+"par_id3151174\n"
+"help.text"
+msgid "<image src=\"res/helpimg/rechenlt.png\" id=\"img_id3156377\" localize=\"true\"><alt id=\"alt_id3156377\">Formula area with formula</alt></image>"
+msgstr ""
+
+#: 14050000.xhp
+msgctxt ""
+"14050000.xhp\n"
+"par_id3151178\n"
+"3\n"
+"help.text"
+msgid "Formula Area"
+msgstr ""
+
+#: 19050000.xhp
+msgctxt ""
+"19050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Text Animation"
+msgstr ""
+
+#: 19050000.xhp
+msgctxt ""
+"19050000.xhp\n"
+"hd_id3155626\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/19050000.xhp\" name=\"Text Animation\">Text Animation</link>"
+msgstr ""
+
+#: 19050000.xhp
+msgctxt ""
+"19050000.xhp\n"
+"par_id3149286\n"
+"help.text"
+msgid "<image src=\"cmd/sc_text_marquee.png\" id=\"img_id3149292\"><alt id=\"alt_id3149292\">Icon</alt></image>"
+msgstr ""
+
+#: 19050000.xhp
+msgctxt ""
+"19050000.xhp\n"
+"par_id3149290\n"
+"2\n"
+"help.text"
+msgid "Text Animation"
+msgstr ""
+
+#: 10070000.xhp
+msgctxt ""
+"10070000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Page Preview: Multiple Pages"
+msgstr ""
+
+#: 10070000.xhp
+msgctxt ""
+"10070000.xhp\n"
+"hd_id3147171\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/10070000.xhp\" name=\"Page Preview: Multiple Pages\">Page Preview: Multiple Pages</link>"
+msgstr ""
+
+#: 10070000.xhp
+msgctxt ""
+"10070000.xhp\n"
+"par_id3148771\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:PreviewZoom\">Defines the number of pages displayed on screen. Click the arrow next to the icon to open a grid to select the number of pages to be displayed as rows and columns in the preview.</ahelp>"
+msgstr ""
+
+#: 10070000.xhp
+msgctxt ""
+"10070000.xhp\n"
+"par_id3152738\n"
+"help.text"
+msgid "<image id=\"img_id3152744\" src=\"cmd/sc_showmultiplepages.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152744\">Icon</alt></image>"
+msgstr ""
+
+#: 10070000.xhp
+msgctxt ""
+"10070000.xhp\n"
+"par_id3149805\n"
+"3\n"
+"help.text"
+msgid "Page Preview: Multiple Pages"
+msgstr ""
+
+#: 10070000.xhp
+msgctxt ""
+"10070000.xhp\n"
+"par_id3154573\n"
+"5\n"
+"help.text"
+msgid "After clicking the <emph>Page Preview: Multiple Pages</emph> icon, the<emph> Multiple pages</emph> dialog opens. Use the two spin buttons to set the number of pages to be displayed."
+msgstr ""
+
+#: 10070000.xhp
+msgctxt ""
+"10070000.xhp\n"
+"hd_id3149695\n"
+"6\n"
+"help.text"
+msgid "Rows"
+msgstr "Redovi"
+
+#: 10070000.xhp
+msgctxt ""
+"10070000.xhp\n"
+"par_id3149483\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"SW:NUMERICFIELD:DLG_PAGEPREVIEW_ZOOM:ED_ROW\">Defines the number of rows of pages.</ahelp>"
+msgstr ""
+
+#: 10070000.xhp
+msgctxt ""
+"10070000.xhp\n"
+"hd_id3143274\n"
+"8\n"
+"help.text"
+msgid "Columns"
+msgstr "Kolone"
+
+#: 10070000.xhp
+msgctxt ""
+"10070000.xhp\n"
+"par_id3149102\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SW:NUMERICFIELD:DLG_PAGEPREVIEW_ZOOM:ED_COL\">Defines the number of pages shown in columns.</ahelp>"
+msgstr ""
+
+#: 10070000.xhp
+msgctxt ""
+"10070000.xhp\n"
+"par_id3149822\n"
+"10\n"
+"help.text"
+msgid "The settings you choose in the dialog can also be set using the mouse: Click the arrow next to the <emph>Page Preview: Multiple Pages</emph> icon. Now move the mouse over the desired number of rows and columns."
+msgstr ""
+
+#: 08010000.xhp
+#, fuzzy
+msgctxt ""
+"08010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Page Number"
+msgstr "Brojevi stranica"
+
+#: 08010000.xhp
+#, fuzzy
+msgctxt ""
+"08010000.xhp\n"
+"hd_id3145241\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/08010000.xhp\" name=\"Page Number\">Page Number</link>"
+msgstr "<link href=\"text/swriter/01/02120000.xhp\" name=\"AutoText\">AutoTekst</link>"
+
+#: 08010000.xhp
+msgctxt ""
+"08010000.xhp\n"
+"par_id3151184\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:StatePageNumber\">The current page number is displayed in this field of the status bar. A double-click opens the Navigator, with which you can navigate in the document. A right-click shows all bookmarks in the document. Click a bookmark to position the text cursor at the bookmark location.</ahelp>"
+msgstr ""
+
+#: 08010000.xhp
+msgctxt ""
+"08010000.xhp\n"
+"par_id3145078\n"
+"6\n"
+"help.text"
+msgid "The displayed page (x) and the total number of pages (y) are shown in the form <emph>Page x/y</emph> When you scroll through a document with the mouse, the page number is displayed when you release the mouse button. When you scroll using the right scrollbar, the page numbers are displayed as a Help tip. The page numbering format of the status bar and scrollbar is identical."
+msgstr ""
+
+#: 08010000.xhp
+msgctxt ""
+"08010000.xhp\n"
+"par_id3145417\n"
+"3\n"
+"help.text"
+msgid "You can turn the <link href=\"text/swriter/01/02110000.xhp\" name=\"Navigator\">Navigator</link> display on or off by double-clicking the<emph> Page Number </emph>field."
+msgstr ""
+
+#: 08010000.xhp
+msgctxt ""
+"08010000.xhp\n"
+"par_id3149806\n"
+"4\n"
+"help.text"
+msgid "To go to a specific page, enter the page number in the <emph>Page</emph> spin button in the Navigator and then press Enter."
+msgstr ""
+
+#: 08010000.xhp
+msgctxt ""
+"08010000.xhp\n"
+"par_id3149095\n"
+"5\n"
+"help.text"
+msgid "By pressing the shortcut keys Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F5, you switch to entering a page number. When you press Enter, the cursor moves to the selected page."
+msgstr ""
+
+#: word_count_stb.xhp
+msgctxt ""
+"word_count_stb.xhp\n"
+"title\n"
+"help.text"
+msgid "Word Count Status Bar Field"
+msgstr ""
+
+#: word_count_stb.xhp
+msgctxt ""
+"word_count_stb.xhp\n"
+"page_heading\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/word_count_stb.xhp\" name=\"Word Count Status Bar Field\">Word Count Status Bar Field</link>"
+msgstr ""
+
+#: word_count_stb.xhp
+msgctxt ""
+"word_count_stb.xhp\n"
+"hd_id3149687\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:StateWordCount\">The number of words in the document and selection is displayed in this field of the status bar. A double-click opens the <link href=\"text/swriter/01/06040000.xhp\" name=\"Word Count\">word count dialog</link>, which shows extra document statistics.</ahelp>"
+msgstr ""
diff --git a/source/bs/helpcontent2/source/text/swriter/guide.po b/source/bs/helpcontent2/source/text/swriter/guide.po
index 1ce9c46ece3..e3365c8d36c 100644
--- a/source/bs/helpcontent2/source/text/swriter/guide.po
+++ b/source/bs/helpcontent2/source/text/swriter/guide.po
@@ -8522,3 +8522,10273 @@ msgctxt ""
"help.text"
msgid "Using Shortcut Keys ($[officename] Writer Accessibility)"
msgstr ""
+
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"bm_id3151169\n"
+"help.text"
+msgid "<bookmark_value>keyboard; accessibility $[officename] Writer</bookmark_value> <bookmark_value>accessibility; $[officename] Writer</bookmark_value>"
+msgstr ""
+
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"hd_id3151169\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"keyboard\"><link href=\"text/swriter/guide/keyboard.xhp\" name=\"Using Shortcut Keys ($[officename] Writer Accessibility)\">Using Shortcut Keys ($[officename] Writer Accessibility)</link></variable>"
+msgstr ""
+
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3149685\n"
+"3\n"
+"help.text"
+msgid "Press the keys <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+<underlined character> to open a menu. In an open menu, press the underlined character to run a command. For example, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+I to open the <item type=\"menuitem\">Insert</item> menu, and then T to insert a table."
+msgstr ""
+
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3155186\n"
+"4\n"
+"help.text"
+msgid "To open a context menu, press Shift+F10. To close a context menu, press Escape."
+msgstr ""
+
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"hd_id3155918\n"
+"5\n"
+"help.text"
+msgid "To Insert Sections"
+msgstr ""
+
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_idN106AA\n"
+"help.text"
+msgid "Choose <emph>View - Toolbars - Insert</emph> to open the <emph>Insert</emph> toolbar."
+msgstr ""
+
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3155870\n"
+"6\n"
+"help.text"
+msgid "Press F6 until the focus is on the <item type=\"menuitem\">Insert</item> toolbar."
+msgstr ""
+
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3149630\n"
+"8\n"
+"help.text"
+msgid "Press the right arrow key until the <emph>Section</emph> icon is selected."
+msgstr ""
+
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3145100\n"
+"20\n"
+"help.text"
+msgid "Press the down arrow key, and then press the right arrow key to set the width of the section that you want to insert."
+msgstr ""
+
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3156237\n"
+"11\n"
+"help.text"
+msgid "Press Enter."
+msgstr ""
+
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3156253\n"
+"19\n"
+"help.text"
+msgid "Press F6 to place the cursor inside the document."
+msgstr ""
+
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"hd_id3153367\n"
+"13\n"
+"help.text"
+msgid "To Insert Text Tables"
+msgstr ""
+
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3153388\n"
+"14\n"
+"help.text"
+msgid "Press F6 until the focus is on the <item type=\"menuitem\">Standard</item> toolbar."
+msgstr ""
+
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3154849\n"
+"21\n"
+"help.text"
+msgid "Press the right arrow key until the <emph>Table</emph> icon is selected."
+msgstr ""
+
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3155872\n"
+"22\n"
+"help.text"
+msgid "Press the down arrow key, and then use the arrow keys to select the number of columns and rows to include in the table."
+msgstr ""
+
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3155892\n"
+"24\n"
+"help.text"
+msgid "Press Enter."
+msgstr ""
+
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_idN1072C\n"
+"help.text"
+msgid "Press F6 to place the cursor inside the document."
+msgstr ""
+
+#: number_date_conv.xhp
+msgctxt ""
+"number_date_conv.xhp\n"
+"tit\n"
+"help.text"
+msgid "Turning Number Recognition On or Off in Tables"
+msgstr ""
+
+#: number_date_conv.xhp
+msgctxt ""
+"number_date_conv.xhp\n"
+"bm_id3156383\n"
+"help.text"
+msgid "<bookmark_value>numbers; automatic recognition in text tables</bookmark_value> <bookmark_value>tables; number recognition</bookmark_value> <bookmark_value>dates;formatting automatically in tables</bookmark_value> <bookmark_value>recognition;numbers</bookmark_value>"
+msgstr ""
+
+#: number_date_conv.xhp
+msgctxt ""
+"number_date_conv.xhp\n"
+"hd_id3156383\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"number_date_conv\"><link href=\"text/swriter/guide/number_date_conv.xhp\" name=\"Turning Number Recognition On or Off in Tables\">Turning Number Recognition On or Off in Tables</link></variable>"
+msgstr ""
+
+#: number_date_conv.xhp
+msgctxt ""
+"number_date_conv.xhp\n"
+"par_id3155179\n"
+"2\n"
+"help.text"
+msgid "$[officename] can automatically format dates that you have entered into a table, according to the regional settings specified in your operating system."
+msgstr ""
+
+#: number_date_conv.xhp
+#, fuzzy
+msgctxt ""
+"number_date_conv.xhp\n"
+"par_id3149966\n"
+"15\n"
+"help.text"
+msgid "Do one of the following:"
+msgstr "Uradite jedno od sljedecih"
+
+#: number_date_conv.xhp
+msgctxt ""
+"number_date_conv.xhp\n"
+"par_id3155919\n"
+"7\n"
+"help.text"
+msgid "Right-click in a table cell and choose <item type=\"menuitem\">Number recognition</item>. When this feature is on, a check mark is displayed in front of the <item type=\"menuitem\">Number recognition</item> command."
+msgstr ""
+
+#: number_date_conv.xhp
+msgctxt ""
+"number_date_conv.xhp\n"
+"par_id3155527\n"
+"11\n"
+"help.text"
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <item type=\"menuitem\">%PRODUCTNAME Writer - Table</item>, and select or clear the <item type=\"menuitem\">Number recognition</item> check box."
+msgstr ""
+
+#: number_date_conv.xhp
+msgctxt ""
+"number_date_conv.xhp\n"
+"par_id3153415\n"
+"14\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01040500.xhp\" name=\"Text Document - Table\">%PRODUCTNAME Writer - Table</link>"
+msgstr ""
+
+#: send2html.xhp
+msgctxt ""
+"send2html.xhp\n"
+"tit\n"
+"help.text"
+msgid "Saving Text Documents in HTML Format"
+msgstr ""
+
+#: send2html.xhp
+msgctxt ""
+"send2html.xhp\n"
+"bm_id3145087\n"
+"help.text"
+msgid "<bookmark_value>text documents; publishing in HTML</bookmark_value> <bookmark_value>HTML documents; creating from text documents</bookmark_value> <bookmark_value>homepage creation</bookmark_value> <bookmark_value>saving;in HTML format</bookmark_value>"
+msgstr "<bookmark_value>text documents; publishing in HTML</bookmark_value><bookmark_value>HTML documents; creating from text documents</bookmark_value><bookmark_value>homepage creation</bookmark_value><bookmark_value>saving;in HTML format</bookmark_value>"
+
+#: send2html.xhp
+msgctxt ""
+"send2html.xhp\n"
+"hd_id3145087\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"send2html\"><link href=\"text/swriter/guide/send2html.xhp\" name=\"Saving Text Documents in HTML Format\">Saving Text Documents in HTML Format</link></variable>"
+msgstr ""
+
+#: send2html.xhp
+msgctxt ""
+"send2html.xhp\n"
+"par_id3149825\n"
+"2\n"
+"help.text"
+msgid "You can save a $[officename] Writer document in HTML format, so that you can view it in a web browser. If you want, you can associate a page break with a specific heading paragraph style to generate a separate HTML page each time the style appears in the document. $[officename] Writer automatically creates a page containing hyperlinks to each of these pages."
+msgstr ""
+
+#: send2html.xhp
+msgctxt ""
+"send2html.xhp\n"
+"par_id3155922\n"
+"3\n"
+"help.text"
+msgid "When you save a text document in HTML format, any graphics in the document are saved in JPEG format. The name of the HTML document is added as a prefix to the name of the graphic file. The JPEG images are saved in the same folder as the HTML document and are referenced with <IMG> tags in the HTML code."
+msgstr ""
+
+#: send2html.xhp
+msgctxt ""
+"send2html.xhp\n"
+"par_id3155868\n"
+"5\n"
+"help.text"
+msgid "Apply one of the default $[officename] heading paragraph styles, for example, \"Heading 1\", to the paragraphs where you want to generate a new HTML page."
+msgstr ""
+
+#: send2html.xhp
+msgctxt ""
+"send2html.xhp\n"
+"par_id3156100\n"
+"6\n"
+"help.text"
+msgid "Choose <emph>File - Send - Create HTML Document</emph>."
+msgstr "Choose <emph>Datoteka - Pošalji - Create HTML Document</emph>."
+
+#: send2html.xhp
+msgctxt ""
+"send2html.xhp\n"
+"par_id3149281\n"
+"7\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Styles</item> box, select the paragraph style that you want to use to generate a new HTML page."
+msgstr "In the <emph>Styles</emph> box, select the paragraph style that you want to use to generate a new HTML page."
+
+#: send2html.xhp
+msgctxt ""
+"send2html.xhp\n"
+"par_id3153407\n"
+"9\n"
+"help.text"
+msgid "Enter a path and a name for the HTML document, and then click <emph>Save</emph>."
+msgstr "Enter a path and a name for the HTML document, and then click <emph>Snimi</emph>."
+
+#: print_preview.xhp
+msgctxt ""
+"print_preview.xhp\n"
+"tit\n"
+"help.text"
+msgid "Previewing a Page Before Printing"
+msgstr ""
+
+#: print_preview.xhp
+msgctxt ""
+"print_preview.xhp\n"
+"bm_id3155179\n"
+"help.text"
+msgid "<bookmark_value>printing; previews</bookmark_value> <bookmark_value>previews; print layouts</bookmark_value> <bookmark_value>print layout checks</bookmark_value> <bookmark_value>book view</bookmark_value> <bookmark_value>pages;previews</bookmark_value>"
+msgstr ""
+
+#: print_preview.xhp
+msgctxt ""
+"print_preview.xhp\n"
+"hd_id3155179\n"
+"9\n"
+"help.text"
+msgid "<variable id=\"print_preview\"><link href=\"text/swriter/guide/print_preview.xhp\" name=\"Previewing a Page Before Printing\">Previewing a Page Before Printing</link></variable>"
+msgstr ""
+
+#: print_preview.xhp
+msgctxt ""
+"print_preview.xhp\n"
+"par_id3149847\n"
+"34\n"
+"help.text"
+msgid "Choose <emph>File</emph> - <emph>Page Preview</emph>."
+msgstr ""
+
+#: print_preview.xhp
+msgctxt ""
+"print_preview.xhp\n"
+"par_id3155055\n"
+"35\n"
+"help.text"
+msgid "Use the zoom icons on the <emph>Page Preview</emph> bar to reduce or enlarge the view of the page."
+msgstr ""
+
+#: print_preview.xhp
+msgctxt ""
+"print_preview.xhp\n"
+"par_idN1067F\n"
+"help.text"
+msgid "To print your document scaled down, set the print options on the <emph>Page Layout</emph> tab page of the <item type=\"menuitem\">File - Print</item> dialog."
+msgstr ""
+
+#: print_preview.xhp
+msgctxt ""
+"print_preview.xhp\n"
+"par_id3145093\n"
+"36\n"
+"help.text"
+msgid "Use the arrow keys or the arrow icons on the <emph>Page Preview</emph> bar to scroll through the document."
+msgstr ""
+
+#: print_preview.xhp
+msgctxt ""
+"print_preview.xhp\n"
+"par_id3154265\n"
+"37\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/01120000.xhp\" name=\"File - Page Preview\">File - Page Preview</link>."
+msgstr ""
+
+#: stylist_update.xhp
+msgctxt ""
+"stylist_update.xhp\n"
+"tit\n"
+"help.text"
+msgid "Updating Styles From Selections"
+msgstr ""
+
+#: stylist_update.xhp
+msgctxt ""
+"stylist_update.xhp\n"
+"bm_id3155915\n"
+"help.text"
+msgid "<bookmark_value>Stylist, see Styles and Formatting window</bookmark_value> <bookmark_value>styles; updating from selections</bookmark_value> <bookmark_value>templates; updating from selections</bookmark_value> <bookmark_value>Styles and Formatting window; updating from selections</bookmark_value> <bookmark_value>updating; styles, from selections</bookmark_value>"
+msgstr "<bookmark_value>Stylist, see Styles and Formatting window</bookmark_value><bookmark_value>styles; updating from selections</bookmark_value><bookmark_value>templates; updating from selections</bookmark_value><bookmark_value>Styles and Formatting window; updating from selections</bookmark_value><bookmark_value>updating; styles, from selections</bookmark_value>"
+
+#: stylist_update.xhp
+msgctxt ""
+"stylist_update.xhp\n"
+"hd_id3155915\n"
+"38\n"
+"help.text"
+msgid "<variable id=\"stylist_update\"><link href=\"text/swriter/guide/stylist_update.xhp\" name=\"Updating Styles From Selections\">Updating Styles From Selections</link></variable>"
+msgstr ""
+
+#: stylist_update.xhp
+msgctxt ""
+"stylist_update.xhp\n"
+"par_id3149838\n"
+"40\n"
+"help.text"
+msgid "Choose <emph>Format - Styles and Formatting</emph>."
+msgstr "Choose <emph>Format - Stilovi i formatiranje</emph>."
+
+#: stylist_update.xhp
+msgctxt ""
+"stylist_update.xhp\n"
+"par_id3156107\n"
+"47\n"
+"help.text"
+msgid "Click the icon of the style category that you want to update."
+msgstr ""
+
+#: stylist_update.xhp
+msgctxt ""
+"stylist_update.xhp\n"
+"par_id3149283\n"
+"41\n"
+"help.text"
+msgid "In the document, click from where you want to copy the updated style. For example, click a paragraph to which you applied some manual formatting that you want to copy now."
+msgstr "Click in the document where you want to copy the updated style from, for example, in a paragraph that you applied manual formatting to."
+
+#: stylist_update.xhp
+msgctxt ""
+"stylist_update.xhp\n"
+"par_id3153402\n"
+"42\n"
+"help.text"
+msgid "In the Styles and Formatting window, click the style that you want to update."
+msgstr ""
+
+#: stylist_update.xhp
+msgctxt ""
+"stylist_update.xhp\n"
+"par_id3153119\n"
+"43\n"
+"help.text"
+msgid "Click the arrow next to the <emph>New Style from Selection</emph> icon and choose <emph>Update Style</emph> from the submenu."
+msgstr "Click the arrow next to the <emph>New Style from Selection</emph> icon and choose <emph>Update Style</emph> from the sub-menu."
+
+#: stylist_update.xhp
+msgctxt ""
+"stylist_update.xhp\n"
+"par_id0310200910360780\n"
+"help.text"
+msgid "Only the manually formatted attributes of the text at the cursor position in the document will be added to the style that is selected in the Styles and Formatting window. Any attributes that were applied as part of a style will not be added to the updated style."
+msgstr ""
+
+#: stylist_update.xhp
+msgctxt ""
+"stylist_update.xhp\n"
+"par_id3155498\n"
+"45\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/05140000.xhp\" name=\"Styles and Formatting\">Styles and Formatting</link>"
+msgstr ""
+
+#: delete_from_dict.xhp
+msgctxt ""
+"delete_from_dict.xhp\n"
+"tit\n"
+"help.text"
+msgid "Removing Words From a User-Defined Dictionary"
+msgstr "Uklanjanje Rijeci iz Korisnicki-Definiranog Rjecnika"
+
+#: delete_from_dict.xhp
+msgctxt ""
+"delete_from_dict.xhp\n"
+"bm_id3147688\n"
+"help.text"
+msgid "<bookmark_value>user-defined dictionaries; removing words from</bookmark_value> <bookmark_value>custom dictionaries; removing words from</bookmark_value> <bookmark_value>deleting;words in user-defined dictionaries</bookmark_value>"
+msgstr "<bookmark_value>korisnicki-definirani rjecnici; uklanjanje rijeci</bookmark_value><bookmark_value> prilagodenih rjecnika; uklanjanje rijeci</bookmark_value><bookmark_value> uklanjanje; rijeci iz korisnicki-definiranog rjecnika</bookmark_value>"
+
+#: delete_from_dict.xhp
+msgctxt ""
+"delete_from_dict.xhp\n"
+"hd_id3147688\n"
+"13\n"
+"help.text"
+msgid "<variable id=\"delete_from_dict\"><link href=\"text/swriter/guide/delete_from_dict.xhp\" name=\"Removing Words From a User-Defined Dictionary\">Removing Words From a User-Defined Dictionary</link></variable>"
+msgstr "<variable id=\"delete_from_dict\"><link href=\"text/swriter/guide/delete_from_dict.xhp\" name=\"Removing Words From a User-Defined Dictionary\">Uklanjanje Rijeci iy Korisnicki-Definiranog Rijecnika</link></variable>"
+
+#: delete_from_dict.xhp
+msgctxt ""
+"delete_from_dict.xhp\n"
+"par_id3153417\n"
+"14\n"
+"help.text"
+msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Writing Aids</emph>."
+msgstr ""
+
+#: delete_from_dict.xhp
+msgctxt ""
+"delete_from_dict.xhp\n"
+"par_id3151391\n"
+"16\n"
+"help.text"
+msgid "Select the user-defined dictionary that you want to edit in the <item type=\"menuitem\">User-defined</item> list, and then click <item type=\"menuitem\">Edit</item>."
+msgstr "Odaberite korisnicki-definirani rjecnik koji želite urediti u <emph> Korisnicki-definiran</emph> popis, a zatim kliknite <emph> Uredi</emph>."
+
+#: delete_from_dict.xhp
+msgctxt ""
+"delete_from_dict.xhp\n"
+"par_id3154233\n"
+"17\n"
+"help.text"
+msgid "Select the word that you want to delete in the <emph>Word</emph> list, and then click <emph>Delete</emph>."
+msgstr "Odaberite riječi koje želite izbrisati u <emph>Rijec</emph> popisu, a zatim kliknite <emph>Obriši</emph>."
+
+#: calculate_intext.xhp
+msgctxt ""
+"calculate_intext.xhp\n"
+"tit\n"
+"help.text"
+msgid "Calculating Complex Formulas in Text Documents"
+msgstr ""
+
+#: calculate_intext.xhp
+msgctxt ""
+"calculate_intext.xhp\n"
+"bm_id3147406\n"
+"help.text"
+msgid "<bookmark_value>formulas; complex formulas in text</bookmark_value> <bookmark_value>calculating;formulas/mean values</bookmark_value>"
+msgstr ""
+
+#: calculate_intext.xhp
+msgctxt ""
+"calculate_intext.xhp\n"
+"hd_id3147406\n"
+"20\n"
+"help.text"
+msgid "<variable id=\"calculate_intext\"><link href=\"text/swriter/guide/calculate_intext.xhp\" name=\"Calculating Complex Formulas in Text Documents\">Calculating Complex Formulas in Text Documents</link></variable>"
+msgstr ""
+
+#: calculate_intext.xhp
+msgctxt ""
+"calculate_intext.xhp\n"
+"par_id3145245\n"
+"25\n"
+"help.text"
+msgid "You can use predefined functions in a formula, and then insert the result of the calculation into a text document."
+msgstr ""
+
+#: calculate_intext.xhp
+msgctxt ""
+"calculate_intext.xhp\n"
+"par_id3152901\n"
+"26\n"
+"help.text"
+msgid "For example, to calculate the mean value of three numbers, do the following:"
+msgstr ""
+
+#: calculate_intext.xhp
+#, fuzzy
+msgctxt ""
+"calculate_intext.xhp\n"
+"par_id3145078\n"
+"27\n"
+"help.text"
+msgid "Click in the document where you want to insert the formula, and then press F2."
+msgstr "Postavite pokazivac u dokumentu gdje želite umetnuti odbrojavanje stranica."
+
+#: calculate_intext.xhp
+msgctxt ""
+"calculate_intext.xhp\n"
+"par_id3156382\n"
+"28\n"
+"help.text"
+msgid "Click the <item type=\"menuitem\">Formula</item> icon, and choose \"Mean\" from the Statistical Functions list."
+msgstr ""
+
+#: calculate_intext.xhp
+msgctxt ""
+"calculate_intext.xhp\n"
+"par_id3149692\n"
+"30\n"
+"help.text"
+msgid "Type the three numbers, separated by vertical slashes (|)."
+msgstr ""
+
+#: calculate_intext.xhp
+msgctxt ""
+"calculate_intext.xhp\n"
+"par_id3149481\n"
+"32\n"
+"help.text"
+msgid "Press <emph>Enter</emph>. The result is inserted as a field into the document."
+msgstr ""
+
+#: calculate_intext.xhp
+msgctxt ""
+"calculate_intext.xhp\n"
+"par_id3149823\n"
+"35\n"
+"help.text"
+msgid "To edit the formula, double-click the field in the document."
+msgstr ""
+
+#: section_insert.xhp
+msgctxt ""
+"section_insert.xhp\n"
+"tit\n"
+"help.text"
+msgid "Inserting Sections"
+msgstr ""
+
+#: section_insert.xhp
+msgctxt ""
+"section_insert.xhp\n"
+"bm_id3149695\n"
+"help.text"
+msgid "<bookmark_value>sections; inserting</bookmark_value> <bookmark_value>inserting; sections</bookmark_value> <bookmark_value>HTML documents;inserting linked sections</bookmark_value> <bookmark_value>updating;linked sections, manually</bookmark_value> <bookmark_value>links;inserting sections</bookmark_value>"
+msgstr ""
+
+#: section_insert.xhp
+#, fuzzy
+msgctxt ""
+"section_insert.xhp\n"
+"hd_id3149695\n"
+"16\n"
+"help.text"
+msgid "<variable id=\"section_insert\"><link href=\"text/swriter/guide/section_insert.xhp\" name=\"Inserting Sections\">Inserting Sections</link></variable>"
+msgstr "<variable id=\"datapilot_edittable\"><link href=\"text/scalc/guide/datapilot_edittable.xhp\" name=\"Editovanje DataPilot Tabela\">Editing DataPilot Tables</link></variable>"
+
+#: section_insert.xhp
+msgctxt ""
+"section_insert.xhp\n"
+"par_id3155917\n"
+"26\n"
+"help.text"
+msgid "You can insert new sections, or links to sections in other documents into the current document. If you insert a section as a link, the content of the link changes when you modify the source document."
+msgstr ""
+
+#: section_insert.xhp
+msgctxt ""
+"section_insert.xhp\n"
+"hd_id3155863\n"
+"27\n"
+"help.text"
+msgid "To Insert a New Section"
+msgstr ""
+
+#: section_insert.xhp
+msgctxt ""
+"section_insert.xhp\n"
+"par_id3149843\n"
+"23\n"
+"help.text"
+msgid "Click in your document where you want to insert a new section, or select the text that you want to convert to a section."
+msgstr ""
+
+#: section_insert.xhp
+msgctxt ""
+"section_insert.xhp\n"
+"par_id3156103\n"
+"28\n"
+"help.text"
+msgid "If you select a text that occurs within a paragraph, the text is automatically converted into a new paragraph."
+msgstr ""
+
+#: section_insert.xhp
+#, fuzzy
+msgctxt ""
+"section_insert.xhp\n"
+"par_id3149281\n"
+"24\n"
+"help.text"
+msgid "Choose <emph>Insert - Section</emph>."
+msgstr "Choose <emph>Izmijeni - Kopiraj</emph>."
+
+#: section_insert.xhp
+#, fuzzy
+msgctxt ""
+"section_insert.xhp\n"
+"par_id3153404\n"
+"29\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">New Section</item> box, type a name for the section."
+msgstr "In the <emph>New Template</emph> box, type a name for the new template."
+
+#: section_insert.xhp
+msgctxt ""
+"section_insert.xhp\n"
+"par_id3153127\n"
+"25\n"
+"help.text"
+msgid "Set the options for the section, and then click <emph>Insert</emph>."
+msgstr ""
+
+#: section_insert.xhp
+msgctxt ""
+"section_insert.xhp\n"
+"hd_id3149635\n"
+"30\n"
+"help.text"
+msgid "To Insert a Section as a Link"
+msgstr ""
+
+#: section_insert.xhp
+msgctxt ""
+"section_insert.xhp\n"
+"par_id3149648\n"
+"31\n"
+"help.text"
+msgid "Before you can insert a section as link, you must first create sections in the source document."
+msgstr ""
+
+#: section_insert.xhp
+msgctxt ""
+"section_insert.xhp\n"
+"par_id3149611\n"
+"18\n"
+"help.text"
+msgid "When you open a document that contains linked sections, $[officename] prompts you to update the contents of the sections. To manually update a link, choose <emph>Tools - Update - Links</emph>."
+msgstr ""
+
+#: section_insert.xhp
+msgctxt ""
+"section_insert.xhp\n"
+"par_id3149860\n"
+"22\n"
+"help.text"
+msgid "You can also insert linked sections in HTML documents. When you view the page in a web browser, the content of the sections corresponds to the content of the sections at the time the HTML document was last saved."
+msgstr ""
+
+#: section_insert.xhp
+#, fuzzy
+msgctxt ""
+"section_insert.xhp\n"
+"par_id3145104\n"
+"32\n"
+"help.text"
+msgid "Click in your document where you want to insert the linked section."
+msgstr "Postavite pokazivac u dokumentu gdje želite umetnuti odbrojavanje stranica."
+
+#: section_insert.xhp
+#, fuzzy
+msgctxt ""
+"section_insert.xhp\n"
+"par_id3156241\n"
+"33\n"
+"help.text"
+msgid "Choose <emph>Insert - Section</emph>."
+msgstr "Choose <emph>Izmijeni - Kopiraj</emph>."
+
+#: section_insert.xhp
+#, fuzzy
+msgctxt ""
+"section_insert.xhp\n"
+"par_id3153363\n"
+"34\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">New Section</item> box, type a name for the section."
+msgstr "In the <emph>New Template</emph> box, type a name for the new template."
+
+#: section_insert.xhp
+msgctxt ""
+"section_insert.xhp\n"
+"par_id3153387\n"
+"35\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Link</item> area, select the <item type=\"menuitem\">Link</item> check box. <switchinline select=\"sys\"><caseinline select=\"WIN\">Under Windows, you can also select the <item type=\"menuitem\">DDE</item> check box to automatically update the contents of the section when the section in the source document is changed. </caseinline></switchinline>"
+msgstr "U <emph>Link</emph> oblasti, selektuj <emph>Link</emph> tick box. <switchinline select=\"sys\"><caseinline select=\"WIN\">Na windowsu mozete takodje selektovat <emph>DDE</emph> kvakicu da automatski osvjezite sadrzaj dijela kad se taj dio mijenja u izvornom dokumentu. </caseinline></switchinline>"
+
+#: section_insert.xhp
+msgctxt ""
+"section_insert.xhp\n"
+"par_id3154852\n"
+"36\n"
+"help.text"
+msgid "Click the browse button (<item type=\"menuitem\">...</item>) next to the <item type=\"menuitem\">File name</item> box."
+msgstr "Kliknite na browse dugme(<emph>...</emph>) pored<emph>File name</emph> kutije."
+
+#: section_insert.xhp
+msgctxt ""
+"section_insert.xhp\n"
+"par_id3155882\n"
+"37\n"
+"help.text"
+msgid "Locate the document containing the section that you want to link to, and then click <emph>Insert</emph>."
+msgstr "Locirajte dokument na koji se zelite povezati, i zatim kliknite na <emph>Ubaci</emph>."
+
+#: section_insert.xhp
+msgctxt ""
+"section_insert.xhp\n"
+"par_id3149978\n"
+"38\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Section</item> box, select the section that you want to insert."
+msgstr "U <emph>Section</emph> kutiji, selektujete dio koji zelite da umetnete."
+
+#: section_insert.xhp
+#, fuzzy
+msgctxt ""
+"section_insert.xhp\n"
+"par_id3150003\n"
+"39\n"
+"help.text"
+msgid "Click <emph>Insert</emph>."
+msgstr "Click <emph>Zatvori</emph>."
+
+#: using_numbered_lists2.xhp
+msgctxt ""
+"using_numbered_lists2.xhp\n"
+"tit\n"
+"help.text"
+msgid "Adding Numbering"
+msgstr ""
+
+#: using_numbered_lists2.xhp
+msgctxt ""
+"using_numbered_lists2.xhp\n"
+"bm_id3147418\n"
+"help.text"
+msgid "<bookmark_value>numbering;paragraphs, on and off</bookmark_value> <bookmark_value>paragraphs; numbering on/off</bookmark_value> <bookmark_value>formatting;numbered lists</bookmark_value> <bookmark_value>inserting;numbering</bookmark_value>"
+msgstr ""
+
+#: using_numbered_lists2.xhp
+msgctxt ""
+"using_numbered_lists2.xhp\n"
+"hd_id3147418\n"
+"15\n"
+"help.text"
+msgid "<variable id=\"using_numbered_lists2\"><link href=\"text/swriter/guide/using_numbered_lists2.xhp\" name=\"Adding Numbering\">Adding Numbering</link> </variable>"
+msgstr ""
+
+#: using_numbered_lists2.xhp
+msgctxt ""
+"using_numbered_lists2.xhp\n"
+"hd_id4188970\n"
+"help.text"
+msgid "To Add Numbering to a List"
+msgstr ""
+
+#: using_numbered_lists2.xhp
+msgctxt ""
+"using_numbered_lists2.xhp\n"
+"par_id3153396\n"
+"23\n"
+"help.text"
+msgid "Select the paragraph(s) that you want to add numbering to."
+msgstr ""
+
+#: using_numbered_lists2.xhp
+msgctxt ""
+"using_numbered_lists2.xhp\n"
+"par_id3149968\n"
+"24\n"
+"help.text"
+msgid "On the <item type=\"menuitem\">Formatting</item> Bar, click the <item type=\"menuitem\">Numbering On/Off</item> icon <image id=\"img_id3153125\" src=\"cmd/sc_defaultnumbering.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3153125\">Icon</alt></image>."
+msgstr ""
+
+#: using_numbered_lists2.xhp
+msgctxt ""
+"using_numbered_lists2.xhp\n"
+"par_id3149573\n"
+"29\n"
+"help.text"
+msgid "To change the formatting and the hierarchy of a numbered list, click in the list, and then open the <emph>Bullets and Numbering</emph> toolbar."
+msgstr ""
+
+#: using_numbered_lists2.xhp
+msgctxt ""
+"using_numbered_lists2.xhp\n"
+"par_id3153365\n"
+"25\n"
+"help.text"
+msgid "To remove numbering, select the numbered paragraphs, and then click the <emph>Numbering On/Off</emph> icon on the <emph>Formatting</emph> Bar."
+msgstr ""
+
+#: using_numbered_lists2.xhp
+msgctxt ""
+"using_numbered_lists2.xhp\n"
+"hd_id3154233\n"
+"30\n"
+"help.text"
+msgid "To Format a Numbered List"
+msgstr ""
+
+#: using_numbered_lists2.xhp
+msgctxt ""
+"using_numbered_lists2.xhp\n"
+"par_id3154246\n"
+"16\n"
+"help.text"
+msgid "To change the formatting of a numbered list, click in the list, then choose <emph>Format - Bullets and Numbering</emph>."
+msgstr ""
+
+#: border_object.xhp
+msgctxt ""
+"border_object.xhp\n"
+"tit\n"
+"help.text"
+msgid "Defining Borders for Objects"
+msgstr ""
+
+#: border_object.xhp
+msgctxt ""
+"border_object.xhp\n"
+"bm_id3146957\n"
+"help.text"
+msgid "<bookmark_value>objects; defining borders</bookmark_value> <bookmark_value>borders; for objects</bookmark_value> <bookmark_value>frames; around objects</bookmark_value> <bookmark_value>charts;borders</bookmark_value> <bookmark_value>pictures;borders</bookmark_value> <bookmark_value>OLE objects;borders</bookmark_value> <bookmark_value>defining;object borders</bookmark_value>"
+msgstr ""
+
+#: border_object.xhp
+msgctxt ""
+"border_object.xhp\n"
+"hd_id3146957\n"
+"17\n"
+"help.text"
+msgid "<variable id=\"border_object\"><link href=\"text/swriter/guide/border_object.xhp\" name=\"Defining Borders for Objects\">Defining Borders for Objects</link></variable>"
+msgstr ""
+
+#: border_object.xhp
+msgctxt ""
+"border_object.xhp\n"
+"par_id3146797\n"
+"1\n"
+"help.text"
+msgid "In Writer, you can define borders around OLE objects, plug-ins, diagrams/charts, graphics and frames. The name of the menu to be used depends on the object selected."
+msgstr ""
+
+#: border_object.xhp
+msgctxt ""
+"border_object.xhp\n"
+"hd_id3145673\n"
+"2\n"
+"help.text"
+msgid "To Set a Predefined Border Style"
+msgstr ""
+
+#: border_object.xhp
+msgctxt ""
+"border_object.xhp\n"
+"par_id3155388\n"
+"3\n"
+"help.text"
+msgid "Select the object for which you want to define a border."
+msgstr ""
+
+#: border_object.xhp
+msgctxt ""
+"border_object.xhp\n"
+"par_id3149578\n"
+"4\n"
+"help.text"
+msgid "Click the <emph>Borders</emph> icon on the <emph>OLE-Object</emph> toolbar or <emph>Frame</emph> toolbar to open the <emph>Borders</emph> window."
+msgstr ""
+
+#: border_object.xhp
+msgctxt ""
+"border_object.xhp\n"
+"par_id3159176\n"
+"6\n"
+"help.text"
+msgid "Click one of the predefined border styles. This replaces the current border style of the object with the selected style."
+msgstr ""
+
+#: border_object.xhp
+msgctxt ""
+"border_object.xhp\n"
+"hd_id3152474\n"
+"7\n"
+"help.text"
+msgid "To Set a Customized Border Style"
+msgstr ""
+
+#: border_object.xhp
+msgctxt ""
+"border_object.xhp\n"
+"par_id3153896\n"
+"8\n"
+"help.text"
+msgid "Select the table cells that you want to modify."
+msgstr ""
+
+#: border_object.xhp
+msgctxt ""
+"border_object.xhp\n"
+"par_id3156344\n"
+"9\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Format - (object name) – Borders</item>.<br/>Replace (object name) with the actual name of the object type you selected."
+msgstr ""
+
+#: border_object.xhp
+msgctxt ""
+"border_object.xhp\n"
+"par_id3148797\n"
+"11\n"
+"help.text"
+msgid "In the <emph>User-defined</emph> area select the edge(s) that you want to appear in a common layout. Click on an edge in the preview to toggle the selection of an edge."
+msgstr ""
+
+#: border_object.xhp
+msgctxt ""
+"border_object.xhp\n"
+"par_id3152933\n"
+"12\n"
+"help.text"
+msgid "Select a line style and color for the selected border style in the <emph>Line</emph> area. These settings apply to all border lines that are included in the selected border style."
+msgstr ""
+
+#: border_object.xhp
+msgctxt ""
+"border_object.xhp\n"
+"par_id3125865\n"
+"13\n"
+"help.text"
+msgid "Repeat the last two steps for every border edge."
+msgstr ""
+
+#: border_object.xhp
+msgctxt ""
+"border_object.xhp\n"
+"par_id3150447\n"
+"14\n"
+"help.text"
+msgid "Select the distance between the border lines and the page contents in the <emph>Spacing to Contents</emph> area."
+msgstr ""
+
+#: border_object.xhp
+msgctxt ""
+"border_object.xhp\n"
+"par_id3154908\n"
+"15\n"
+"help.text"
+msgid "Click <emph>OK</emph> to apply the changes."
+msgstr ""
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"tit\n"
+"help.text"
+msgid "Changing Page Orientation (Landscape or Portrait)"
+msgstr ""
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"bm_id9683828\n"
+"help.text"
+msgid "<bookmark_value>page styles;orientation/scope</bookmark_value> <bookmark_value>page formats; changing individual pages</bookmark_value> <bookmark_value>formatting; changing individual pages</bookmark_value> <bookmark_value>portrait and landscape</bookmark_value> <bookmark_value>landscape and portrait</bookmark_value> <bookmark_value>printing;portrait/landscape format</bookmark_value> <bookmark_value>orientation of pages</bookmark_value> <bookmark_value>paper orientation</bookmark_value> <bookmark_value>pages;orientation</bookmark_value> <bookmark_value>sideways orientation of pages</bookmark_value> <bookmark_value>scope of page styles</bookmark_value>"
+msgstr ""
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_idN106FF\n"
+"help.text"
+msgid "<variable id=\"pageorientation\"><link href=\"text/swriter/guide/pageorientation.xhp\">Changing Page Orientation</link></variable>"
+msgstr ""
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_id6418042\n"
+"help.text"
+msgid "All page properties for Writer text documents, like for example the page orientation, are defined by page styles. By default, a new text document uses the “Default” page style for all pages. If you open an existing text document, different page styles may have been applied to the different pages."
+msgstr ""
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_id8324533\n"
+"help.text"
+msgid "It is important to know that changes that you apply to a page property will only affect the pages that use the current page style. The current page style is listed in the Status Bar at the lower window border."
+msgstr ""
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_id7524033\n"
+"help.text"
+msgid "To Change the Page Orientation for All Pages"
+msgstr ""
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_id6307260\n"
+"help.text"
+msgid "If your text document consists only of pages with the same page style, you can change the page properties directly:"
+msgstr ""
+
+#: pageorientation.xhp
+#, fuzzy
+msgctxt ""
+"pageorientation.xhp\n"
+"par_id5256508\n"
+"help.text"
+msgid "Choose <emph>Format - Page</emph>."
+msgstr "Choose <emph>Izmijeni - Kopiraj</emph>."
+
+#: pageorientation.xhp
+#, fuzzy
+msgctxt ""
+"pageorientation.xhp\n"
+"par_id9681997\n"
+"help.text"
+msgid "Click the <emph>Page</emph> tab."
+msgstr "Kliknite <emph>Organizator</emph> karticu."
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_id7994323\n"
+"help.text"
+msgid "Under <item type=\"menuitem\">Paper format</item>, select “Portrait” or “Landscape”."
+msgstr ""
+
+#: pageorientation.xhp
+#, fuzzy
+msgctxt ""
+"pageorientation.xhp\n"
+"par_id7069002\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "Click <emph>Zatvori</emph>."
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"hd_id4202398\n"
+"help.text"
+msgid "To Change the Page Orientation Only for Some Pages"
+msgstr ""
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_idN1071D\n"
+"help.text"
+msgid "$[officename] uses page styles to specify the orientation of the pages in a document. Page styles define more page properties, as for example header and footer or page margins. You can either change the “Default” page style for the current document, or you can define own page styles and apply those page styles to any parts of your text."
+msgstr ""
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_id1449324\n"
+"help.text"
+msgid "At the end of this help page, we'll discuss the scope of page styles in detail. If you are unsure about the page style concept, please read the section at the end of this page."
+msgstr ""
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_id1480758\n"
+"help.text"
+msgid "Unlike character styles or paragraph styles, the page styles don't know a hierarchy. You can create a new page style based on the properties of an existing page style, but when you later change the source style, the new page style does not automatically inherit the changes."
+msgstr ""
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_id2962126\n"
+"help.text"
+msgid "To change the page orientation for all pages that share the same page style, you first need a page style, then apply that style:"
+msgstr ""
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_idN10727\n"
+"help.text"
+msgid "Choose <emph>Format - Styles and Formatting</emph>."
+msgstr "Choose <emph>Format - Stilovi i formatiranje</emph>."
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_idN10741\n"
+"help.text"
+msgid "Click the <emph>Page Styles</emph> icon."
+msgstr ""
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_idN10749\n"
+"help.text"
+msgid "Right-click a page style and choose <emph>New</emph>. The new page style initially gets all properties of the selected page style."
+msgstr ""
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_idN10751\n"
+"help.text"
+msgid "On the <emph>Organizer</emph> tab page, type a name for the page style in the <emph>Name</emph> box, for example \"My Landscape\"."
+msgstr ""
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_idN1075D\n"
+"help.text"
+msgid "In the <emph>Next Style</emph> box, select the page style that you want to apply to the next page that follows a page with the new style. See the section about the scope of page styles at the end of this help page."
+msgstr ""
+
+#: pageorientation.xhp
+#, fuzzy
+msgctxt ""
+"pageorientation.xhp\n"
+"par_idN10775\n"
+"help.text"
+msgid "Click the <emph>Page</emph> tab."
+msgstr "Kliknite <emph>Organizator</emph> karticu."
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_idN1077D\n"
+"help.text"
+msgid "Under <item type=\"menuitem\">Paper format</item>, select “Portrait” or “Landscape”."
+msgstr ""
+
+#: pageorientation.xhp
+#, fuzzy
+msgctxt ""
+"pageorientation.xhp\n"
+"par_idN108AE\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "Click <emph>Zatvori</emph>."
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_id1658375\n"
+"help.text"
+msgid "Now you have defined a proper page style with the name \"My Landscape\". To apply the new style, double-click the \"My Landscape\" page style in the <emph>Styles and Formatting</emph> window. All pages in the current scope of page styles will be changed. If you defined the \"next style\" to be a different style, only the first page of the current scope of page styles will be changed."
+msgstr ""
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"hd_id6082949\n"
+"help.text"
+msgid "The Scope of Page Styles"
+msgstr ""
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_id2858668\n"
+"help.text"
+msgid "You should be aware of the scope of page styles in %PRODUCTNAME. Which pages of your text document get affected by editing a page style?"
+msgstr ""
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"hd_id3278603\n"
+"help.text"
+msgid "One Page Long Styles"
+msgstr ""
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_id5169225\n"
+"help.text"
+msgid "A page style can be defined to span one page only. The “First Page” style is an example. You set this property by defining another page style to be the \"next style\", on the <item type=\"menuitem\">Format - Page - Organizer</item> tab page."
+msgstr ""
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_id6670125\n"
+"help.text"
+msgid "A one page long style starts from the lower border of the current page style range up to the next page break. The next page break appears automatically when the text flows to the next page, which is sometimes called a \"soft page break\". Alternatively, you can insert a manual page break."
+msgstr ""
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_id2118594\n"
+"help.text"
+msgid "To insert a manual page break at the cursor position, press <item type=\"keycode\">Ctrl+Enter</item> or choose <item type=\"menuitem\">Insert - Manual Break</item> and just click OK."
+msgstr ""
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"hd_id166020\n"
+"help.text"
+msgid "Manually Defined Range of a Page style"
+msgstr ""
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_id6386913\n"
+"help.text"
+msgid "The “Default” page style does not set a different \"next style\" on the <item type=\"menuitem\">Format - Page - Organizer</item> tab page. Instead, the \"next style\" is set also to be “Default”. All page styles that are followed by the same page style can span multiple pages. The lower and upper borders of the page style range are defined by \"page breaks with style\". All the pages between any two \"page breaks with style\" use the same page style."
+msgstr ""
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_id6062196\n"
+"help.text"
+msgid "You can insert a \"page break with style\" directly at the cursor position. Alternatively, you can apply the \"page break with style\" property to a paragraph or to a paragraph style."
+msgstr ""
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_id6054261\n"
+"help.text"
+msgid "Perform any one of the following commands:"
+msgstr ""
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_id1811578\n"
+"help.text"
+msgid "To insert a \"page break with style\" at the cursor position, choose <item type=\"menuitem\">Insert - Manual Break</item>, select a <emph>Style</emph> name from the listbox, and click OK."
+msgstr ""
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_id9935911\n"
+"help.text"
+msgid "To apply the \"page break with style\" property to the current paragraph, choose <item type=\"menuitem\">Format - Paragraph - Text Flow</item>. In the Breaks area, activate <emph>Enable</emph> and <emph>With Page Style</emph>. Select a page style name from the listbox."
+msgstr ""
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_id4753868\n"
+"help.text"
+msgid "To apply the \"page break with style\" property to the current paragraph style, right-click the current paragraph. Choose <item type=\"menuitem\">Edit Paragraph Style</item> from the context menu. Click the <emph>Text Flow</emph> tab. In the Breaks area, activate <emph>Enable</emph> and <emph>With Page Style</emph>. Select a page style name from the listbox."
+msgstr ""
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_id4744407\n"
+"help.text"
+msgid "To apply the \"page break with style\" property to an arbitrary paragraph style, choose <item type=\"menuitem\">Format - Styles and Formatting</item>. Click the <emph>Paragraph Styles</emph> icon. Right-click the name of the paragraph style you want to modify and choose <emph>Modify</emph>. Click the <emph>Text Flow</emph> tab. In the Breaks area, activate <emph>Enable</emph> and <emph>With Page Style</emph>. Select a page style name from the listbox."
+msgstr ""
+
+#: insert_graphic_fromdraw.xhp
+msgctxt ""
+"insert_graphic_fromdraw.xhp\n"
+"tit\n"
+"help.text"
+msgid "Inserting Graphics From $[officename] Draw or Impress"
+msgstr ""
+
+#: insert_graphic_fromdraw.xhp
+msgctxt ""
+"insert_graphic_fromdraw.xhp\n"
+"bm_id3155917\n"
+"help.text"
+msgid "<bookmark_value>text; inserting pictures from Draw</bookmark_value><bookmark_value>pictures; inserting from Draw</bookmark_value>"
+msgstr ""
+
+#: insert_graphic_fromdraw.xhp
+msgctxt ""
+"insert_graphic_fromdraw.xhp\n"
+"hd_id3155917\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"insert_graphic_fromdraw\"><link href=\"text/swriter/guide/insert_graphic_fromdraw.xhp\" name=\"Inserting Graphics From $[officename] Draw or Impress\">Inserting Graphics From $[officename] Draw or Impress</link></variable>"
+msgstr ""
+
+#: insert_graphic_fromdraw.xhp
+#, fuzzy
+msgctxt ""
+"insert_graphic_fromdraw.xhp\n"
+"par_id3153414\n"
+"3\n"
+"help.text"
+msgid "Open the document where you want to insert the object."
+msgstr "Postavite pokazivac u dokumentu gdje želite umetnuti odbrojavanje stranica."
+
+#: insert_graphic_fromdraw.xhp
+msgctxt ""
+"insert_graphic_fromdraw.xhp\n"
+"par_id3149640\n"
+"4\n"
+"help.text"
+msgid "Open the Draw or Impress document containing the object that you want to copy."
+msgstr ""
+
+#: insert_graphic_fromdraw.xhp
+msgctxt ""
+"insert_graphic_fromdraw.xhp\n"
+"par_id3145098\n"
+"5\n"
+"help.text"
+msgid "Hold down <item type=\"keycode\">Ctrl</item> and click and hold the object for a moment."
+msgstr ""
+
+#: insert_graphic_fromdraw.xhp
+#, fuzzy
+msgctxt ""
+"insert_graphic_fromdraw.xhp\n"
+"par_id3156250\n"
+"7\n"
+"help.text"
+msgid "Drag to the document where you want to insert the object."
+msgstr "Postavite pokazivac u dokumentu gdje želite umetnuti odbrojavanje stranica."
+
+#: insert_graphic_fromchart.xhp
+msgctxt ""
+"insert_graphic_fromchart.xhp\n"
+"tit\n"
+"help.text"
+msgid "Inserting a Calc Chart into a Text Document"
+msgstr ""
+
+#: insert_graphic_fromchart.xhp
+msgctxt ""
+"insert_graphic_fromchart.xhp\n"
+"bm_id3152999\n"
+"help.text"
+msgid "<bookmark_value>charts;copying from Calc into Writer</bookmark_value> <bookmark_value>copying; charts from $[officename] Calc</bookmark_value> <bookmark_value>text documents;inserting Calc charts</bookmark_value>"
+msgstr ""
+
+#: insert_graphic_fromchart.xhp
+msgctxt ""
+"insert_graphic_fromchart.xhp\n"
+"hd_id3152999\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"insert_graphic_fromchart\"><link href=\"text/swriter/guide/insert_graphic_fromchart.xhp\" name=\"Inserting a Calc Chart into a Text Document\">Inserting a Calc Chart into a Text Document</link></variable>"
+msgstr ""
+
+#: insert_graphic_fromchart.xhp
+msgctxt ""
+"insert_graphic_fromchart.xhp\n"
+"par_id3155890\n"
+"16\n"
+"help.text"
+msgid "You can insert a copy of a chart that is not updated when you modify the chart data in the spreadsheet."
+msgstr ""
+
+#: insert_graphic_fromchart.xhp
+msgctxt ""
+"insert_graphic_fromchart.xhp\n"
+"par_id3149054\n"
+"3\n"
+"help.text"
+msgid "Open the text document that you want to copy the chart to."
+msgstr ""
+
+#: insert_graphic_fromchart.xhp
+msgctxt ""
+"insert_graphic_fromchart.xhp\n"
+"par_id3155854\n"
+"4\n"
+"help.text"
+msgid "Open the spreadsheet containing the chart that you want to copy."
+msgstr ""
+
+#: insert_graphic_fromchart.xhp
+msgctxt ""
+"insert_graphic_fromchart.xhp\n"
+"par_id3153396\n"
+"5\n"
+"help.text"
+msgid "In the spreadsheet, click the chart. Eight handles appear."
+msgstr ""
+
+#: insert_graphic_fromchart.xhp
+msgctxt ""
+"insert_graphic_fromchart.xhp\n"
+"par_id3153414\n"
+"7\n"
+"help.text"
+msgid "Drag the chart from the spreadsheet to the text document."
+msgstr ""
+
+#: insert_graphic_fromchart.xhp
+msgctxt ""
+"insert_graphic_fromchart.xhp\n"
+"par_id3145102\n"
+"9\n"
+"help.text"
+msgid "You can resize and move the chart in the text document as you would any object. To edit the chart data, double-click the chart."
+msgstr ""
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"tit\n"
+"help.text"
+msgid "Protecting Content in %PRODUCTNAME Writer"
+msgstr ""
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"bm_id3150620\n"
+"help.text"
+msgid "<bookmark_value>indexes;unprotecting</bookmark_value> <bookmark_value>tables of contents;unprotecting</bookmark_value> <bookmark_value>tables;protecting/unprotecting cells</bookmark_value> <bookmark_value>sections;protecting/unprotecting</bookmark_value> <bookmark_value>unprotecting tables of contents and indexes</bookmark_value> <bookmark_value>protecting;tables and sections</bookmark_value> <bookmark_value>cells;protecting/unprotecting</bookmark_value>"
+msgstr ""
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"hd_id6007263\n"
+"help.text"
+msgid "<variable id=\"protection\"><link href=\"text/swriter/guide/protection.xhp\" name=\"Protecting Content in %PRODUCTNAME Writer\">Protecting Content in <item type=\"productname\">%PRODUCTNAME Writer</item></link> </variable>"
+msgstr ""
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id1924802\n"
+"help.text"
+msgid "The following is an overview of the different ways of protecting contents in <item type=\"productname\">%PRODUCTNAME</item> Writer from being modified, deleted or viewed."
+msgstr ""
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"hd_id3150114\n"
+"29\n"
+"help.text"
+msgid "Protecting Sections in <item type=\"productname\">%PRODUCTNAME</item> Writer"
+msgstr ""
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3150592\n"
+"30\n"
+"help.text"
+msgid "Any section of a <item type=\"productname\">%PRODUCTNAME</item> Writer text document can be protected against changes with a password."
+msgstr ""
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id4545426\n"
+"help.text"
+msgid "This protection is not intended to be a secure protection. It is just a switch to protect the section against accidental changes."
+msgstr ""
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3166413\n"
+"31\n"
+"help.text"
+msgid "Turning on protection"
+msgstr ""
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3144764\n"
+"32\n"
+"help.text"
+msgid "Select the text. Choose <emph>Insert - Section - Section</emph>, then under <emph>Write protection</emph> mark the <emph>Protect</emph> and <emph>With password</emph> check boxes. (If the section already exists: <emph>Format - Sections</emph>.) Enter and confirm a password of at least 5 characters."
+msgstr ""
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3147497\n"
+"33\n"
+"help.text"
+msgid "Turning off protection"
+msgstr ""
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3147173\n"
+"34\n"
+"help.text"
+msgid "Choose <emph>Format - Sections - Section</emph> and under <emph>Write protection</emph> clear the <emph>Protect</emph> check box. Enter the correct password."
+msgstr ""
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"hd_id3146081\n"
+"35\n"
+"help.text"
+msgid "Protecting Cells in a <item type=\"productname\">%PRODUCTNAME</item> Writer Table"
+msgstr ""
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3154480\n"
+"36\n"
+"help.text"
+msgid "You can protect the contents of individual cells of a <item type=\"productname\">%PRODUCTNAME</item> Writer text table from changes."
+msgstr ""
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id363170\n"
+"help.text"
+msgid "This protection is not intended to be a secure protection. It is just a switch to protect the cells against accidental changes."
+msgstr ""
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3154360\n"
+"37\n"
+"help.text"
+msgid "Turning on protection"
+msgstr ""
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3145643\n"
+"38\n"
+"help.text"
+msgid "Place the cursor in a cell or select cells. Right-click to open the context menu, then choose <emph>Cell - Protect</emph>."
+msgstr ""
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3150042\n"
+"39\n"
+"help.text"
+msgid "Turning off protection"
+msgstr ""
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3155178\n"
+"40\n"
+"help.text"
+msgid "Place the cursor in the cell or select the cells. First, if necessary, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Formatting Aids</emph> and mark <emph>Cursor in protected areas - Enable</emph>. Then right-click the cell to open the context menu, choose <emph>Cell - Unprotect</emph>."
+msgstr ""
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3151189\n"
+"41\n"
+"help.text"
+msgid "Select the table in the Navigator, open the context menu and select <emph>Table - Unprotect</emph>."
+msgstr ""
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3147322\n"
+"42\n"
+"help.text"
+msgid "Use Shift+Ctrl+T to remove protection for the entire current table or all selected tables."
+msgstr ""
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"hd_id3149259\n"
+"43\n"
+"help.text"
+msgid "Automatic Protection of Indexes and Tables"
+msgstr ""
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3153966\n"
+"44\n"
+"help.text"
+msgid "Tables of contents and indexes created automatically in a <item type=\"productname\">%PRODUCTNAME</item> Writer text are automatically protected against accidental changes."
+msgstr ""
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id814539\n"
+"help.text"
+msgid "This protection is not intended to be a secure protection. It is just a switch to protect the contents against accidental changes."
+msgstr ""
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3145767\n"
+"45\n"
+"help.text"
+msgid "Turning on protection"
+msgstr ""
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3153786\n"
+"46\n"
+"help.text"
+msgid "Place the cursor in the index/table of contents."
+msgstr ""
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3159088\n"
+"47\n"
+"help.text"
+msgid "From the context menu choose <emph>Edit Index/Table</emph>. On the Index/Table tab page, mark <emph>Protected against manual changes</emph>."
+msgstr ""
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3154118\n"
+"48\n"
+"help.text"
+msgid "Turning off protection"
+msgstr ""
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3148463\n"
+"49\n"
+"help.text"
+msgid "Place the cursor in the index. First of all, if necessary, under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Formatting Aids </emph>, mark <emph>Cursor in protected areas - Enable</emph>."
+msgstr ""
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3152968\n"
+"50\n"
+"help.text"
+msgid "From the context menu choose <emph>Edit Index/Table</emph>. On the Index/Table tab page, unmark <emph>Protected against manual changes</emph>."
+msgstr ""
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3152774\n"
+"51\n"
+"help.text"
+msgid "In the Navigator, select the index, then open the context menu in the Navigator and select <emph>Index - Read-only</emph>."
+msgstr ""
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_idN10B8C\n"
+"help.text"
+msgid "<embedvar href=\"text/shared/guide/digital_signatures.xhp#digital_signatures\"/>"
+msgstr ""
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id7858516\n"
+"help.text"
+msgid "<link href=\"text/shared/guide/protection.xhp\">Protecting Other Contents</link>"
+msgstr ""
+
+#: insert_graphic_gallery.xhp
+msgctxt ""
+"insert_graphic_gallery.xhp\n"
+"tit\n"
+"help.text"
+msgid "Inserting Graphics From the Gallery With Drag-and-Drop"
+msgstr ""
+
+#: insert_graphic_gallery.xhp
+msgctxt ""
+"insert_graphic_gallery.xhp\n"
+"bm_id3145083\n"
+"help.text"
+msgid "<bookmark_value>inserting; from Gallery into text</bookmark_value><bookmark_value>pictures; inserting from Gallery into text</bookmark_value><bookmark_value>replacing;objects from Gallery</bookmark_value>"
+msgstr ""
+
+#: insert_graphic_gallery.xhp
+msgctxt ""
+"insert_graphic_gallery.xhp\n"
+"hd_id3145083\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"insert_graphic_gallery\"><link href=\"text/swriter/guide/insert_graphic_gallery.xhp\" name=\"Inserting Graphics From the Gallery With Drag-and-Drop\">Inserting Graphics From the Gallery With Drag-and-Drop</link></variable>"
+msgstr ""
+
+#: insert_graphic_gallery.xhp
+msgctxt ""
+"insert_graphic_gallery.xhp\n"
+"par_id3155907\n"
+"2\n"
+"help.text"
+msgid "You can drag-and-drop an object from the gallery into a text document, spreadsheet, drawing, or presentation."
+msgstr ""
+
+#: insert_graphic_gallery.xhp
+msgctxt ""
+"insert_graphic_gallery.xhp\n"
+"par_id3155923\n"
+"6\n"
+"help.text"
+msgid "To replace a gallery object that you inserted in a document, hold down Shift+Ctrl, and then drag a different gallery object onto the object."
+msgstr ""
+
+#: even_odd_sdw.xhp
+msgctxt ""
+"even_odd_sdw.xhp\n"
+"tit\n"
+"help.text"
+msgid "Alternating Page Styles on Odd and Even Pages"
+msgstr "Izmjenicna Stilovi Stranica na Neparne i Parne stranice"
+
+#: even_odd_sdw.xhp
+msgctxt ""
+"even_odd_sdw.xhp\n"
+"bm_id3153407\n"
+"help.text"
+msgid "<bookmark_value>page styles; left and right pages</bookmark_value> <bookmark_value>blank pages with alternating page styles</bookmark_value> <bookmark_value>empty page with alternating page styles</bookmark_value> <bookmark_value>pages; left and right pages</bookmark_value> <bookmark_value>formatting; even/odd pages</bookmark_value> <bookmark_value>title pages; page styles</bookmark_value> <bookmark_value>First Page page style</bookmark_value> <bookmark_value>Left Page page style</bookmark_value> <bookmark_value>right pages</bookmark_value> <bookmark_value>even/odd pages;formatting</bookmark_value>"
+msgstr "<bookmark_value>stilovi stranice; lijeve i desne stranice</bookmark_value><bookmark_value>praznim stranicama s naizmjenicnim stilovima stranica</bookmark_value><bookmark_value>prazne stranice sa izmjenicnim stilovima stranica</bookmark_value><bookmark_value>stranice; lijeve i desne stranice</bookmark_value><bookmark_value>formatiranje; parne / neparne stranice</bookmark_value><bookmark_value>naslov stranice; stilovi stranice</bookmark_value><bookmark_value>Prva Stranica stil stranice</bookmark_value><bookmark_value>Lijeva Stranice stil stranice</bookmark_value><bookmark_value>desna stranica</bookmark_value><bookmark_value>parne / neparne stranice;formatiranje</bookmark_value>"
+
+#: even_odd_sdw.xhp
+msgctxt ""
+"even_odd_sdw.xhp\n"
+"hd_id3153407\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"even_odd_sdw\"><link href=\"text/swriter/guide/even_odd_sdw.xhp\" name=\"Alternating Page Styles on Odd and Even Pages\">Alternating Page Styles on Odd and Even Pages</link></variable>"
+msgstr "<variable id=\"even_odd_sdw\"><link href=\"text/swriter/guide/even_odd_sdw.xhp\" name=\"Alternating Page Styles on Odd and Even Pages\">Izmjenicni Stilovi Stranica na neparne i parne stranice</link></variable>"
+
+#: even_odd_sdw.xhp
+msgctxt ""
+"even_odd_sdw.xhp\n"
+"par_id3154265\n"
+"help.text"
+msgid "<image id=\"img_id3155876\" src=\"cmd/sc_designerdialog.png\" width=\"0.1862in\" height=\"0.1862in\"><alt id=\"alt_id3155876\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155876\" src=\"cmd/sc_designerdialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155876\">Ikona</alt></image>"
+
+#: even_odd_sdw.xhp
+msgctxt ""
+"even_odd_sdw.xhp\n"
+"par_id3147126\n"
+"2\n"
+"help.text"
+msgid "$[officename] can automatically apply alternating page styles on even (left) and odd pages (right) in your document. For example, you can use page styles to display different headers and footers on even and odd pages. The current page style is displayed in the <emph>Status Bar</emph> at the bottom of the workplace."
+msgstr "$[officename] može automatski primijeniti izmjenicne stilove stranice na parne (lijevo) i neparne stranice (desno) u dokumentu. Na primjer, možete koristiti stranicu stilova da biste pokazali razlicite naslove i podnožja na parnim i neparnim stranicama. Stil trenutne stranice se prikazuje u <emph>Statusnoj traci</emph> na dnu radnog prostora."
+
+#: even_odd_sdw.xhp
+msgctxt ""
+"even_odd_sdw.xhp\n"
+"hd_id8194219\n"
+"help.text"
+msgid "To Set Up Alternating Page Styles"
+msgstr ""
+
+#: even_odd_sdw.xhp
+msgctxt ""
+"even_odd_sdw.xhp\n"
+"par_id3150526\n"
+"4\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Format - Styles and Formatting</item>, and then click the <item type=\"menuitem\">Page Styles</item> icon."
+msgstr "Izaberite <emph> Format - Stilovi i formatiranje</emph>, a zatim kliknite <emph> Stranica Stilovi</emph> ikonu."
+
+#: even_odd_sdw.xhp
+msgctxt ""
+"even_odd_sdw.xhp\n"
+"par_id3153153\n"
+"6\n"
+"help.text"
+msgid "In the list of page styles, right-click \"Left Page\" and choose <emph>Modify</emph>."
+msgstr "Na popisu stilova stranice, kliknite desnom tipkom miša \"lijeva stranica\" i izaberite <emph>Izmijeni</emph>."
+
+#: even_odd_sdw.xhp
+msgctxt ""
+"even_odd_sdw.xhp\n"
+"par_id3153179\n"
+"8\n"
+"help.text"
+msgid "Click the <emph>Organizer</emph> tab."
+msgstr "Kliknite <emph>Organizator</emph> karticu."
+
+#: even_odd_sdw.xhp
+msgctxt ""
+"even_odd_sdw.xhp\n"
+"par_id3145267\n"
+"17\n"
+"help.text"
+msgid "Select \"Right Page\" in the <emph>Next Style</emph> box, and then click <emph>OK</emph>."
+msgstr "Odaberite \"Desna Stranica\" u <emph>Sljedeći stil</emph> okviru, a zatim kliknite <emph>OK</emph>."
+
+#: even_odd_sdw.xhp
+msgctxt ""
+"even_odd_sdw.xhp\n"
+"par_id3145299\n"
+"9\n"
+"help.text"
+msgid "In the list of page styles, right-click \"Right Page\" and choose <emph>Modify</emph>."
+msgstr "Na popisu stilova stranice, desnom tipkom miša pritisnite \"Desna stranica\" i izaberite <emph>Izmijeni</emph>."
+
+#: even_odd_sdw.xhp
+msgctxt ""
+"even_odd_sdw.xhp\n"
+"par_id3155529\n"
+"18\n"
+"help.text"
+msgid "Select \"Left Page\" in the <emph>Next Style</emph> box, and then click <emph>OK</emph>."
+msgstr "Odaberite \"Lijeva stranica\" u <emph>Sljedeći stil</emph> okviru, a zatim kliknite <emph>OK</emph>."
+
+#: even_odd_sdw.xhp
+msgctxt ""
+"even_odd_sdw.xhp\n"
+"par_id3155561\n"
+"10\n"
+"help.text"
+msgid "Go to the first page in your document, and double-click \"Right Page\" in the list of page styles in the Styles and Formatting window."
+msgstr "Idi na prvu stranicu u dokumentu, i dvaput kliknite na \"Desna stranice\" u popisu stilova stranica u Stilovi i Formatiranje prozora."
+
+#: even_odd_sdw.xhp
+msgctxt ""
+"even_odd_sdw.xhp\n"
+"par_id3155588\n"
+"19\n"
+"help.text"
+msgid "To add a header to one of the page styles, choose <item type=\"menuitem\">Insert - Header</item>, and choose the page style that you want to add the header to. In the header frame, type the text that you want to use as the header."
+msgstr "Za dodavanje naslova na jednu od stranica stilova, odabrati <emph> Unesite - Naslov</emph>, te odabrati stil stranice koju želite dodati pod naslov. U okvir naslova, upišite tekst koji želite koristiti kao naslov."
+
+#: even_odd_sdw.xhp
+msgctxt ""
+"even_odd_sdw.xhp\n"
+"par_id3147772\n"
+"20\n"
+"help.text"
+msgid "To add a footer to one of the page styles, choose <item type=\"menuitem\">Insert - Footer</item>, and choose the page style that you want to add the footer to. In the footer frame, type the text that you want to use as a footer."
+msgstr "Za dodavanje podnožja na jednu od stranica stilova, odabrati <emph> Unesite - Podnožje</emph>, te odabrati stil stranice koju želite dodati u podnožje. U okvir podnožja, unesite tekst koji želite koristiti kao podnožje."
+
+#: even_odd_sdw.xhp
+msgctxt ""
+"even_odd_sdw.xhp\n"
+"par_id3147254\n"
+"12\n"
+"help.text"
+msgid "If you do not want to have a header or a footer on the title page of your document, apply the \"First Page\" style to the title page."
+msgstr "Ako ne želite imati naslov ili podnožje na naslovnoj stranici Vašeg dokumenta, primijeniti \"Prva stranica\" stil na naslov stranice."
+
+#: even_odd_sdw.xhp
+msgctxt ""
+"even_odd_sdw.xhp\n"
+"hd_id888698\n"
+"help.text"
+msgid "To Suppress the Printout of Empty Pages"
+msgstr "Sprijeciti ispis praznih stranica"
+
+#: even_odd_sdw.xhp
+msgctxt ""
+"even_odd_sdw.xhp\n"
+"par_id3394573\n"
+"help.text"
+msgid "If two even or two odd pages directly follow each other in your document, Writer will insert an empty page by default. You can suppress those automatically generated empty pages from printing and from exporting to PDF."
+msgstr "Ako dvije parne ili dvije neparne stranice direktno slijede jedna drugu u dokumentu, pisac ce umetnuti praznu stranicu po defaultu. Možete potisnuti one automatski generirana prazne stranice iz tiska i iz izvoza za PDF."
+
+#: even_odd_sdw.xhp
+msgctxt ""
+"even_odd_sdw.xhp\n"
+"par_id7594225\n"
+"help.text"
+msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Print</emph>."
+msgstr ""
+
+#: even_odd_sdw.xhp
+msgctxt ""
+"even_odd_sdw.xhp\n"
+"par_id8147221\n"
+"help.text"
+msgid "Remove the check mark from <emph>Print automatically inserted blank pages</emph>."
+msgstr "Uklanjanje tankih oznaka iz <emph> Ispiši automatski umetnute prazne stranice</emph>."
+
+#: even_odd_sdw.xhp
+msgctxt ""
+"even_odd_sdw.xhp\n"
+"par_id3145596\n"
+"13\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/04010000.xhp\" name=\"Insert Break dialog\">Insert Break dialog</link>"
+msgstr ""
+
+#: captions.xhp
+#, fuzzy
+msgctxt ""
+"captions.xhp\n"
+"tit\n"
+"help.text"
+msgid "Using Captions"
+msgstr "Koristeci dijelove"
+
+#: captions.xhp
+msgctxt ""
+"captions.xhp\n"
+"bm_id3147691\n"
+"help.text"
+msgid "<bookmark_value>inserting; captions</bookmark_value> <bookmark_value>captions; inserting and editing</bookmark_value> <bookmark_value>editing;captions</bookmark_value> <bookmark_value>objects; captioning</bookmark_value> <bookmark_value>tables; labeling</bookmark_value> <bookmark_value>frames; labeling</bookmark_value> <bookmark_value>charts; labeling</bookmark_value> <bookmark_value>text frames; labeling</bookmark_value> <bookmark_value>draw objects; inserting captions</bookmark_value> <bookmark_value>legends, see also captions</bookmark_value>"
+msgstr ""
+
+#: captions.xhp
+#, fuzzy
+msgctxt ""
+"captions.xhp\n"
+"hd_id3150537\n"
+"39\n"
+"help.text"
+msgid "<variable id=\"captions\"><link href=\"text/swriter/guide/captions.xhp\" name=\"Using Captions\">Using Captions</link></variable>"
+msgstr "<variable id=\"datapilot_edittable\"><link href=\"text/scalc/guide/datapilot_edittable.xhp\" name=\"Editovanje DataPilot Tabela\">Editing DataPilot Tables</link></variable>"
+
+#: captions.xhp
+msgctxt ""
+"captions.xhp\n"
+"par_id3153156\n"
+"22\n"
+"help.text"
+msgid "In text documents, you can add continuously numbered captions to graphics, tables, frames, and drawing objects."
+msgstr ""
+
+#: captions.xhp
+msgctxt ""
+"captions.xhp\n"
+"par_id3153172\n"
+"36\n"
+"help.text"
+msgid "You can edit the text and the number ranges for different types of captions."
+msgstr ""
+
+#: captions.xhp
+msgctxt ""
+"captions.xhp\n"
+"par_id3153186\n"
+"37\n"
+"help.text"
+msgid "When you add a caption to a picture or to an object, the object and the caption text are placed together in a new frame. When you add a caption to a table, the caption text is inserted as a paragraph next to the table. When you add a caption to a frame, the caption text is added to the text inside the frame, either before or after the existing text."
+msgstr ""
+
+#: captions.xhp
+msgctxt ""
+"captions.xhp\n"
+"par_idN10713\n"
+"help.text"
+msgid "To move both the object and the caption, drag the frame that contains these items. To update the caption numbering after you move the frame, press F9."
+msgstr ""
+
+#: captions.xhp
+msgctxt ""
+"captions.xhp\n"
+"hd_id3155541\n"
+"23\n"
+"help.text"
+msgid "To define a caption proceed as follows:"
+msgstr ""
+
+#: captions.xhp
+msgctxt ""
+"captions.xhp\n"
+"par_id3155567\n"
+"24\n"
+"help.text"
+msgid "Select the item that you want to add a caption to."
+msgstr ""
+
+#: captions.xhp
+#, fuzzy
+msgctxt ""
+"captions.xhp\n"
+"par_id3155586\n"
+"25\n"
+"help.text"
+msgid "Choose <emph>Insert - Caption</emph>."
+msgstr "Choose <emph>Izmijeni - Kopiraj</emph>."
+
+#: captions.xhp
+msgctxt ""
+"captions.xhp\n"
+"par_id3147765\n"
+"26\n"
+"help.text"
+msgid "Select the options that you want, and then click <item type=\"menuitem\">OK</item>. If you want, you can also enter different text in the <item type=\"menuitem\">Category</item> box, for example <item type=\"literal\">Figure</item>."
+msgstr ""
+
+#: captions.xhp
+msgctxt ""
+"captions.xhp\n"
+"par_id3147254\n"
+"27\n"
+"help.text"
+msgid "You can edit caption text directly in the document."
+msgstr ""
+
+#: captions.xhp
+msgctxt ""
+"captions.xhp\n"
+"par_id3147271\n"
+"28\n"
+"help.text"
+msgid "A caption is formatted with the paragraph style that matches the name of the caption category. For example, if you insert a \"Table\" caption, the \"Table\" paragraph style is applied to the caption text."
+msgstr ""
+
+#: captions.xhp
+msgctxt ""
+"captions.xhp\n"
+"par_id3145671\n"
+"45\n"
+"help.text"
+msgid "$[officename] can automatically add a caption when you insert an object, graphic, frame, or table. Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - AutoCaption</emph>."
+msgstr ""
+
+#: header_with_line.xhp
+msgctxt ""
+"header_with_line.xhp\n"
+"tit\n"
+"help.text"
+msgid "Formatting Headers or Footers"
+msgstr ""
+
+#: header_with_line.xhp
+msgctxt ""
+"header_with_line.xhp\n"
+"bm_id3154866\n"
+"help.text"
+msgid "<bookmark_value>inserting;lines under headers/above footers</bookmark_value> <bookmark_value>lines; under headers/above footers</bookmark_value> <bookmark_value>headers;formatting</bookmark_value> <bookmark_value>footers;formatting</bookmark_value> <bookmark_value>shadows;headers/footers</bookmark_value> <bookmark_value>borders;for headers/footers</bookmark_value>"
+msgstr ""
+
+#: header_with_line.xhp
+msgctxt ""
+"header_with_line.xhp\n"
+"hd_id3154866\n"
+"20\n"
+"help.text"
+msgid "<variable id=\"header_with_line\"><link href=\"text/swriter/guide/header_with_line.xhp\" name=\"Formatting Headers or Footers\">Formatting Headers or Footers</link></variable>"
+msgstr ""
+
+#: header_with_line.xhp
+msgctxt ""
+"header_with_line.xhp\n"
+"par_id3154243\n"
+"21\n"
+"help.text"
+msgid "You can apply direct formatting to the text in a header or footer. You can also adjust the spacing of the text relative to the header or footer frame or apply a border to the header or footer."
+msgstr ""
+
+#: header_with_line.xhp
+msgctxt ""
+"header_with_line.xhp\n"
+"par_id3155873\n"
+"22\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Format - Page</item> and select the <item type=\"menuitem\">Header</item> or <item type=\"menuitem\">Footer</item> tab."
+msgstr ""
+
+#: header_with_line.xhp
+msgctxt ""
+"header_with_line.xhp\n"
+"par_id3147109\n"
+"27\n"
+"help.text"
+msgid "Set the spacing options that you want to use."
+msgstr ""
+
+#: header_with_line.xhp
+msgctxt ""
+"header_with_line.xhp\n"
+"par_id3147128\n"
+"23\n"
+"help.text"
+msgid "To add a border or a shadow to the header or the footer, click <item type=\"menuitem\">More</item>. The <item type=\"menuitem\">Border/Background</item> dialog opens."
+msgstr ""
+
+#: header_with_line.xhp
+msgctxt ""
+"header_with_line.xhp\n"
+"par_id3150520\n"
+"24\n"
+"help.text"
+msgid "To add a separator line between the header or the footer and the content of the page, click the bottom edge of the square in the <emph>Line arrangement</emph> area. Click a line style in the <emph>Style</emph> box."
+msgstr ""
+
+#: header_with_line.xhp
+msgctxt ""
+"header_with_line.xhp\n"
+"par_id3153742\n"
+"25\n"
+"help.text"
+msgid "To adjust the spacing between the content of the header or footer and the line, clear the <emph>Synchronize</emph> box, and then enter a value in the<emph> Bottom</emph> box."
+msgstr ""
+
+#: header_pagestyles.xhp
+msgctxt ""
+"header_pagestyles.xhp\n"
+"tit\n"
+"help.text"
+msgid "Defining Different Headers and Footers"
+msgstr ""
+
+#: header_pagestyles.xhp
+msgctxt ""
+"header_pagestyles.xhp\n"
+"bm_id3155920\n"
+"help.text"
+msgid "<bookmark_value>headers;defining for left and right pages</bookmark_value> <bookmark_value>footers;defining for left and right pages</bookmark_value> <bookmark_value>page styles; changing</bookmark_value> <bookmark_value>defining; headers/footers</bookmark_value> <bookmark_value>mirrored page layout</bookmark_value>"
+msgstr ""
+
+#: header_pagestyles.xhp
+msgctxt ""
+"header_pagestyles.xhp\n"
+"hd_id3155920\n"
+"25\n"
+"help.text"
+msgid "<variable id=\"header_pagestyles\"><link href=\"text/swriter/guide/header_pagestyles.xhp\" name=\"Defining Different Headers and Footers\">Defining Different Headers and Footers</link></variable>"
+msgstr ""
+
+#: header_pagestyles.xhp
+msgctxt ""
+"header_pagestyles.xhp\n"
+"par_id3154263\n"
+"26\n"
+"help.text"
+msgid "You can use different headers and footers on different pages in your document, so long as the pages use different page styles. $[officename] provides several predefined page styles, such as <emph>First page</emph>, <emph>Left page</emph> and <emph>Right page</emph>, or you can create a custom page style."
+msgstr ""
+
+#: header_pagestyles.xhp
+msgctxt ""
+"header_pagestyles.xhp\n"
+"par_id3147105\n"
+"27\n"
+"help.text"
+msgid "You can also use the mirrored page layout if you want to add a header to a page style that has different inner and outer page margins. To apply this option to a page style, choose <item type=\"menuitem\">Format - Page</item>, click the <item type=\"menuitem\">Page</item> tab, and in the <item type=\"menuitem\">Layout settings</item> area, choose “Mirrored” in the <item type=\"menuitem\">Page layout</item> box."
+msgstr ""
+
+#: header_pagestyles.xhp
+msgctxt ""
+"header_pagestyles.xhp\n"
+"par_id3150224\n"
+"28\n"
+"help.text"
+msgid "For example, you can use page styles to define different headers for even and odd pages in a document."
+msgstr ""
+
+#: header_pagestyles.xhp
+msgctxt ""
+"header_pagestyles.xhp\n"
+"par_id3150929\n"
+"29\n"
+"help.text"
+msgid "Open a new text document."
+msgstr ""
+
+#: header_pagestyles.xhp
+msgctxt ""
+"header_pagestyles.xhp\n"
+"par_id3150946\n"
+"31\n"
+"help.text"
+msgid "Choose <emph>Format - Styles and Formatting</emph> and click the <emph>Page Styles</emph> icon in the Styles and Formatting window."
+msgstr ""
+
+#: header_pagestyles.xhp
+msgctxt ""
+"header_pagestyles.xhp\n"
+"par_id3150510\n"
+"30\n"
+"help.text"
+msgid "Right-click \"Right Page\" in the list of page styles and choose <emph>Modify</emph>."
+msgstr ""
+
+#: header_pagestyles.xhp
+msgctxt ""
+"header_pagestyles.xhp\n"
+"par_id3150536\n"
+"33\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Page Styles</item> dialog, click the <item type=\"menuitem\">Header</item> tab."
+msgstr ""
+
+#: header_pagestyles.xhp
+msgctxt ""
+"header_pagestyles.xhp\n"
+"par_id3153750\n"
+"34\n"
+"help.text"
+msgid "Select <item type=\"menuitem\">Header on</item> and click the <item type=\"menuitem\">Organizer</item> tab."
+msgstr ""
+
+#: header_pagestyles.xhp
+msgctxt ""
+"header_pagestyles.xhp\n"
+"par_id3146865\n"
+"35\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Next Style</item> box, select \"Left Page\"."
+msgstr ""
+
+#: header_pagestyles.xhp
+#, fuzzy
+msgctxt ""
+"header_pagestyles.xhp\n"
+"par_id3146889\n"
+"36\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "Click <emph>Zatvori</emph>."
+
+#: header_pagestyles.xhp
+msgctxt ""
+"header_pagestyles.xhp\n"
+"par_id3150714\n"
+"37\n"
+"help.text"
+msgid "In the <emph>Styles and Formatting</emph> window, right-click \"Left Page\" in the list of page styles and choose <emph>Modify</emph>."
+msgstr ""
+
+#: header_pagestyles.xhp
+msgctxt ""
+"header_pagestyles.xhp\n"
+"par_id3150748\n"
+"38\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Page Styles</item> dialog, click the <item type=\"menuitem\">Header</item> tab."
+msgstr ""
+
+#: header_pagestyles.xhp
+msgctxt ""
+"header_pagestyles.xhp\n"
+"par_id3153172\n"
+"39\n"
+"help.text"
+msgid "Select <item type=\"menuitem\">Header on</item> and click the <item type=\"menuitem\">Organizer</item> tab."
+msgstr ""
+
+#: header_pagestyles.xhp
+msgctxt ""
+"header_pagestyles.xhp\n"
+"par_id3147061\n"
+"40\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Next Style</item> box, select \"Right Page\"."
+msgstr ""
+
+#: header_pagestyles.xhp
+#, fuzzy
+msgctxt ""
+"header_pagestyles.xhp\n"
+"par_id3147086\n"
+"41\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "Click <emph>Zatvori</emph>."
+
+#: header_pagestyles.xhp
+msgctxt ""
+"header_pagestyles.xhp\n"
+"par_id3145263\n"
+"42\n"
+"help.text"
+msgid "Double-click \"Right Page\" in the list of page styles to apply the style to the current page."
+msgstr ""
+
+#: header_pagestyles.xhp
+msgctxt ""
+"header_pagestyles.xhp\n"
+"par_id3145284\n"
+"43\n"
+"help.text"
+msgid "Enter text or graphics in the header for the Left Page style. After the next page is added to your document, enter text or graphics in the header for the Right Page style."
+msgstr ""
+
+#: fields_date.xhp
+msgctxt ""
+"fields_date.xhp\n"
+"tit\n"
+"help.text"
+msgid "Inserting a Fixed or Variable Date Field"
+msgstr "Umetanje Fiksno ili Promjenljivo Polje Datuma"
+
+#: fields_date.xhp
+msgctxt ""
+"fields_date.xhp\n"
+"bm_id5111545\n"
+"help.text"
+msgid "<bookmark_value>inserting;date fields</bookmark_value> <bookmark_value>dates;inserting</bookmark_value> <bookmark_value>date fields;fixed/variable</bookmark_value> <bookmark_value>fixed dates</bookmark_value> <bookmark_value>variable dates</bookmark_value>"
+msgstr "<bookmark_value>umetanje; polja datuma</bookmark_value><bookmark_value> datumi; umetanje</bookmark_value><bookmark_value> polja datuma, fiksni / promjenjive</bookmark_value><bookmark_value> fiksne datume</bookmark_value><bookmark_value> varijabla datumi</bookmark_value><bookmark_value> polja datuma; umetanje</bookmark_value>"
+
+#: fields_date.xhp
+msgctxt ""
+"fields_date.xhp\n"
+"hd_id3155165\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"fields_date\"><link href=\"text/swriter/guide/fields_date.xhp\" name=\"Inserting a Fixed or Variable Date Field\">Inserting a Fixed or Variable Date Field</link></variable>"
+msgstr "<variable id=\"fields_date\"><link href=\"text/swriter/guide/fields_date.xhp\" name=\"Inserting a Fixed or Variable Date Field\">Umetanje Fiksno ili Promjenljivo Polje Datuma</link></variable>"
+
+#: fields_date.xhp
+msgctxt ""
+"fields_date.xhp\n"
+"par_id3154491\n"
+"2\n"
+"help.text"
+msgid "You can insert the current date as a field that updates each time you open the document, or as a field that does not update."
+msgstr "Možete umetnuti trenutni datum kao i polje koje se ažurira svaki put kad otvorite dokument, ili kao polje koje ne ažurirati."
+
+#: fields_date.xhp
+msgctxt ""
+"fields_date.xhp\n"
+"par_id3147679\n"
+"3\n"
+"help.text"
+msgid "Choose <emph>Insert - Fields - Other</emph> and click the <emph>Document</emph> tab."
+msgstr "Izaberite <emph>Ubaci - Polja - Ostalo</emph> i kliknite na <emph>Dokument</emph> karticu."
+
+#: fields_date.xhp
+msgctxt ""
+"fields_date.xhp\n"
+"par_id3153415\n"
+"5\n"
+"help.text"
+msgid "Click “Date” in the <item type=\"menuitem\">Type</item> list and do one of the following:"
+msgstr ""
+
+#: fields_date.xhp
+msgctxt ""
+"fields_date.xhp\n"
+"par_id3155602\n"
+"6\n"
+"help.text"
+msgid "To insert the date as a field that updates each time you open the document, click ”Date” in the <item type=\"menuitem\">Select</item> list."
+msgstr "Za umetanje datuma kao i polje koje se ažurira svaki put kad otvorite dokument, kliknite na 'Datum' u <emph> Odaberite</emph> lista."
+
+#: fields_date.xhp
+msgctxt ""
+"fields_date.xhp\n"
+"par_id3154241\n"
+"4\n"
+"help.text"
+msgid "To insert the date as a field that does not update, click “Date (fixed)” in the <item type=\"menuitem\">Select</item> list."
+msgstr "Za umetanje datuma kao i polje koje ne ažurirati, kliknite na 'Datum (fiksna)' u <emph> Odaberite</emph> lista."
+
+#: table_select.xhp
+msgctxt ""
+"table_select.xhp\n"
+"tit\n"
+"help.text"
+msgid "Selecting Tables, Rows, and Columns"
+msgstr ""
+
+#: table_select.xhp
+msgctxt ""
+"table_select.xhp\n"
+"bm_id7693411\n"
+"help.text"
+msgid "<bookmark_value>selecting;tables</bookmark_value><bookmark_value>tables;selecting</bookmark_value><bookmark_value>columns;selecting</bookmark_value><bookmark_value>rows;selecting</bookmark_value>"
+msgstr ""
+
+#: table_select.xhp
+msgctxt ""
+"table_select.xhp\n"
+"par_idN105F0\n"
+"help.text"
+msgid "<variable id=\"table_select\"><link href=\"text/swriter/guide/table_select.xhp\">Selecting Tables, Rows, and Columns</link></variable>"
+msgstr ""
+
+#: table_select.xhp
+msgctxt ""
+"table_select.xhp\n"
+"par_idN1060E\n"
+"help.text"
+msgid "You can select a table in a text document with a keyboard or with a mouse."
+msgstr ""
+
+#: table_select.xhp
+msgctxt ""
+"table_select.xhp\n"
+"par_idN10614\n"
+"help.text"
+msgid "To select a table with the keyboard, move the cursor into the table, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+A until all the cells are selected."
+msgstr ""
+
+#: table_select.xhp
+msgctxt ""
+"table_select.xhp\n"
+"par_idN10633\n"
+"help.text"
+msgid "To select a table with the mouse, move the mouse pointer to a position just above and left of the table. The mouse pointer becomes a diagonal arrow. Click to select the table."
+msgstr ""
+
+#: table_select.xhp
+msgctxt ""
+"table_select.xhp\n"
+"par_idN10637\n"
+"help.text"
+msgid "To select a row or column with the mouse, point to a position just left of the row or above the column. The mouse pointer becomes an arrow. Click to select the row or column."
+msgstr ""
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hyphenation"
+msgstr ""
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"bm_id3149695\n"
+"help.text"
+msgid "<bookmark_value>hyphenation;manual/automatic</bookmark_value> <bookmark_value>separation, see hyphenation</bookmark_value> <bookmark_value>automatic hyphenation in text</bookmark_value> <bookmark_value>manual hyphenation in text</bookmark_value>"
+msgstr ""
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"hd_id3149695\n"
+"20\n"
+"help.text"
+msgid "<variable id=\"using_hyphen\"><link href=\"text/swriter/guide/using_hyphen.xhp\" name=\"Hyphenation\">Hyphenation</link></variable>"
+msgstr ""
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"par_id3155918\n"
+"31\n"
+"help.text"
+msgid "By default, $[officename] moves words that do not fit on a line to the next line. If you want, you can use automatic or manual hyphenation to avoid this behavior:"
+msgstr ""
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"hd_id3155864\n"
+"30\n"
+"help.text"
+msgid "Automatic Hyphenation"
+msgstr ""
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"par_id3147414\n"
+"22\n"
+"help.text"
+msgid "Automatic hyphenation inserts hyphens where they are needed in a paragraph. This option is only available for paragraph styles and individual paragraphs."
+msgstr ""
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"hd_id3149832\n"
+"51\n"
+"help.text"
+msgid "To Automatically Hyphenate Text in a Paragraph"
+msgstr ""
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"par_id3148850\n"
+"32\n"
+"help.text"
+msgid "Right-click in a paragraph, and choose <emph>Paragraph</emph>."
+msgstr ""
+
+#: using_hyphen.xhp
+#, fuzzy
+msgctxt ""
+"using_hyphen.xhp\n"
+"par_id3156104\n"
+"34\n"
+"help.text"
+msgid "Click the <link href=\"text/swriter/01/05030200.xhp\" name=\"Text Flow\"><emph>Text Flow</emph></link> tab."
+msgstr "Kliknite <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\"> <emph>Rubovi</emph></link> karticu."
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"par_id3150101\n"
+"35\n"
+"help.text"
+msgid "In the Hyphenation area, select the Automatically check box."
+msgstr ""
+
+#: using_hyphen.xhp
+#, fuzzy
+msgctxt ""
+"using_hyphen.xhp\n"
+"par_id3153121\n"
+"52\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "Click <emph>Zatvori</emph>."
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"hd_id3149629\n"
+"53\n"
+"help.text"
+msgid "To Automatically Hyphenate Text in Multiple Paragraphs"
+msgstr ""
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"par_id3149644\n"
+"33\n"
+"help.text"
+msgid "If you want to automatically hyphenate more than one paragraph, use a paragraph style."
+msgstr ""
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"par_id3149956\n"
+"48\n"
+"help.text"
+msgid "For example, enable the automatic hyphenation option for the \"Default\" paragraph style, and then apply the style to the paragraphs that you want to hyphenate."
+msgstr ""
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"par_id3149611\n"
+"54\n"
+"help.text"
+msgid "Choose <emph>Format - Styles and Formatting</emph>, and then click the <emph>Paragraph Styles</emph> icon."
+msgstr ""
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"par_id3149867\n"
+"55\n"
+"help.text"
+msgid "Right-click the paragraph style that you want to hyphenate, and then choose <emph>Modify</emph>."
+msgstr ""
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"par_id3145106\n"
+"56\n"
+"help.text"
+msgid "Click the Text Flow tab."
+msgstr ""
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"par_id3149582\n"
+"57\n"
+"help.text"
+msgid "In the <emph>Hyphenation</emph> area, select the <emph>Automatically</emph> check box."
+msgstr ""
+
+#: using_hyphen.xhp
+#, fuzzy
+msgctxt ""
+"using_hyphen.xhp\n"
+"par_id3156250\n"
+"58\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "Click <emph>Zatvori</emph>."
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"par_id3145400\n"
+"59\n"
+"help.text"
+msgid "Apply the style to the paragraphs that you want to hyphenate."
+msgstr ""
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"hd_id3145417\n"
+"36\n"
+"help.text"
+msgid "Manual Hyphenation"
+msgstr ""
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"par_id3154400\n"
+"23\n"
+"help.text"
+msgid "You can insert a hyphen where you want on a line, or let $[officename] search for the words to hyphenate, and then offer a suggested hyphenation."
+msgstr ""
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"hd_id6587651\n"
+"help.text"
+msgid "To Manually Hyphenate Single Words"
+msgstr ""
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"par_id3153363\n"
+"24\n"
+"help.text"
+msgid "To quickly insert a hyphen, click in the word where you want to add the hyphen, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Hyphen(-)."
+msgstr ""
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"par_id3154244\n"
+"37\n"
+"help.text"
+msgid "If you insert a manual hyphen in a word, the word is only hyphenated at the manual hyphen. No additional automatic hyphenation is applied for this word. A word with a manual hyphen will be hyphenated without regard to the settings on the <emph>Text Flow</emph> tab page."
+msgstr ""
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"hd_id3154847\n"
+"60\n"
+"help.text"
+msgid "To Manually Hyphenate Text in a Selection"
+msgstr ""
+
+#: using_hyphen.xhp
+#, fuzzy
+msgctxt ""
+"using_hyphen.xhp\n"
+"par_id3154869\n"
+"61\n"
+"help.text"
+msgid "Select the text that you want to hyphenate."
+msgstr "Select the text that you want to capitalise."
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"par_id3155886\n"
+"26\n"
+"help.text"
+msgid "Choose <emph>Tools - Language - Hyphenation</emph>."
+msgstr ""
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"par_id3154361\n"
+"46\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/05030200.xhp\" name=\"Text Flow\">Text Flow</link>"
+msgstr ""
+
+#: text_animation.xhp
+msgctxt ""
+"text_animation.xhp\n"
+"tit\n"
+"help.text"
+msgid "Animating Text"
+msgstr ""
+
+#: text_animation.xhp
+msgctxt ""
+"text_animation.xhp\n"
+"bm_id3151182\n"
+"help.text"
+msgid "<bookmark_value>text animation</bookmark_value> <bookmark_value>effects; text animation</bookmark_value> <bookmark_value>animations;text</bookmark_value>"
+msgstr "<bookmark_value>text animation</bookmark_value><bookmark_value>effects; text animation</bookmark_value><bookmark_value>animations;text</bookmark_value>"
+
+#: text_animation.xhp
+msgctxt ""
+"text_animation.xhp\n"
+"hd_id3151182\n"
+"17\n"
+"help.text"
+msgid "<variable id=\"text_animation\"><link href=\"text/swriter/guide/text_animation.xhp\" name=\"Animating Text\">Animating Text</link></variable>"
+msgstr ""
+
+#: text_animation.xhp
+msgctxt ""
+"text_animation.xhp\n"
+"par_id3145080\n"
+"18\n"
+"help.text"
+msgid "You can only animate text that is contained in a drawing object, such as rectangles, lines, or text objects. For example, draw a rectangle, then double-click the rectangle and enter your text."
+msgstr ""
+
+#: text_animation.xhp
+msgctxt ""
+"text_animation.xhp\n"
+"par_id3149811\n"
+"19\n"
+"help.text"
+msgid "Select the drawing object containing the text that you want to animate."
+msgstr ""
+
+#: text_animation.xhp
+msgctxt ""
+"text_animation.xhp\n"
+"par_id3155178\n"
+"20\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Format - Object - Text Attributes</item>, and then click the <item type=\"menuitem\">Text Animation</item> tab."
+msgstr "Choose <emph>Format - Object - Text Attributes</emph>, and then click the <emph>Text Animation</emph> tab."
+
+#: text_animation.xhp
+msgctxt ""
+"text_animation.xhp\n"
+"par_id3149819\n"
+"21\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Effect</item> box, select the animation that you want."
+msgstr "In the <emph>Effect</emph> box, select the animation that you want."
+
+#: text_animation.xhp
+msgctxt ""
+"text_animation.xhp\n"
+"par_id3145786\n"
+"22\n"
+"help.text"
+msgid "Set the properties of the effect, and then click <emph>OK</emph>."
+msgstr ""
+
+#: indices_multidoc.xhp
+msgctxt ""
+"indices_multidoc.xhp\n"
+"tit\n"
+"help.text"
+msgid "Indexes Covering Several Documents"
+msgstr ""
+
+#: indices_multidoc.xhp
+msgctxt ""
+"indices_multidoc.xhp\n"
+"bm_id3153418\n"
+"help.text"
+msgid "<bookmark_value>indexes;multiple documents</bookmark_value> <bookmark_value>multiple documents;indexes</bookmark_value> <bookmark_value>merging;indexes</bookmark_value> <bookmark_value>master documents;indexes</bookmark_value>"
+msgstr ""
+
+#: indices_multidoc.xhp
+msgctxt ""
+"indices_multidoc.xhp\n"
+"hd_id3153418\n"
+"43\n"
+"help.text"
+msgid "<variable id=\"indices_multidoc\"><link href=\"text/swriter/guide/indices_multidoc.xhp\" name=\"Indexes Covering Several Documents\">Indexes Covering Several Documents</link></variable>"
+msgstr ""
+
+#: indices_multidoc.xhp
+msgctxt ""
+"indices_multidoc.xhp\n"
+"par_id3155872\n"
+"44\n"
+"help.text"
+msgid "There are several ways to create an index that spans several documents:"
+msgstr ""
+
+#: indices_multidoc.xhp
+msgctxt ""
+"indices_multidoc.xhp\n"
+"par_id3155895\n"
+"42\n"
+"help.text"
+msgid "Create an <link href=\"text/swriter/01/04120210.xhp\" name=\"index in each individual document\">index in each individual document</link>, copy and paste the indexes into a single document, and then edit them."
+msgstr ""
+
+#: indices_multidoc.xhp
+msgctxt ""
+"indices_multidoc.xhp\n"
+"par_id3147118\n"
+"45\n"
+"help.text"
+msgid "Select each index, choose <link href=\"text/swriter/01/04020000.xhp\" name=\"Insert - Section\"><item type=\"menuitem\">Insert - Section</item></link>, and then enter a name for the index. In a separate document, choose <item type=\"menuitem\">Insert - Section</item>, select <item type=\"menuitem\">Link</item>, click the browse button (<item type=\"menuitem\">...</item>), and then locate and insert a named index section."
+msgstr ""
+
+#: indices_multidoc.xhp
+msgctxt ""
+"indices_multidoc.xhp\n"
+"par_id3150230\n"
+"46\n"
+"help.text"
+msgid "Create a <link href=\"text/shared/01/01010001.xhp\" name=\"master document\">master document</link>, add as subdocuments the files that you want to include in the index, and then choose <emph>Insert - Index and Tables - Indexes and Tables</emph>."
+msgstr ""
+
+#: indices_userdef.xhp
+msgctxt ""
+"indices_userdef.xhp\n"
+"tit\n"
+"help.text"
+msgid "User-Defined Indexes"
+msgstr ""
+
+#: indices_userdef.xhp
+msgctxt ""
+"indices_userdef.xhp\n"
+"bm_id3154896\n"
+"help.text"
+msgid "<bookmark_value>indexes; creating user-defined indexes</bookmark_value> <bookmark_value>user-defined indexes</bookmark_value>"
+msgstr ""
+
+#: indices_userdef.xhp
+msgctxt ""
+"indices_userdef.xhp\n"
+"hd_id3154896\n"
+"30\n"
+"help.text"
+msgid "<variable id=\"indices_userdef\"><link href=\"text/swriter/guide/indices_userdef.xhp\" name=\"User-Defined Indexes\">User-Defined Indexes</link></variable>"
+msgstr ""
+
+#: indices_userdef.xhp
+msgctxt ""
+"indices_userdef.xhp\n"
+"par_id3155184\n"
+"31\n"
+"help.text"
+msgid "You can create as many user-defined indexes as you want."
+msgstr ""
+
+#: indices_userdef.xhp
+msgctxt ""
+"indices_userdef.xhp\n"
+"hd_id3155915\n"
+"47\n"
+"help.text"
+msgid "To Create a User-Defined Index"
+msgstr ""
+
+#: indices_userdef.xhp
+msgctxt ""
+"indices_userdef.xhp\n"
+"par_id3155867\n"
+"48\n"
+"help.text"
+msgid "Select a word or words that you want to add to a user-defined index."
+msgstr ""
+
+#: indices_userdef.xhp
+msgctxt ""
+"indices_userdef.xhp\n"
+"par_id3153410\n"
+"49\n"
+"help.text"
+msgid "Choose <emph>Insert - Indexes and Tables - Entry</emph>."
+msgstr ""
+
+#: indices_userdef.xhp
+msgctxt ""
+"indices_userdef.xhp\n"
+"par_id3154248\n"
+"50\n"
+"help.text"
+msgid "Click the <item type=\"menuitem\">New User-defined Index</item> button next to the <item type=\"menuitem\">Index</item> box."
+msgstr ""
+
+#: indices_userdef.xhp
+msgctxt ""
+"indices_userdef.xhp\n"
+"par_id3155886\n"
+"51\n"
+"help.text"
+msgid "Type a name for the index in the <item type=\"menuitem\">Name</item> box and click <item type=\"menuitem\">OK</item>."
+msgstr ""
+
+#: indices_userdef.xhp
+msgctxt ""
+"indices_userdef.xhp\n"
+"par_id3147114\n"
+"52\n"
+"help.text"
+msgid "Click <item type=\"menuitem\">Insert</item> to add the selected word(s) to the new index."
+msgstr ""
+
+#: indices_userdef.xhp
+msgctxt ""
+"indices_userdef.xhp\n"
+"par_id3147139\n"
+"53\n"
+"help.text"
+msgid "Click <item type=\"menuitem\">Close</item>."
+msgstr ""
+
+#: indices_userdef.xhp
+msgctxt ""
+"indices_userdef.xhp\n"
+"hd_id3150231\n"
+"54\n"
+"help.text"
+msgid "To Insert a User-Defined Index"
+msgstr ""
+
+#: indices_userdef.xhp
+#, fuzzy
+msgctxt ""
+"indices_userdef.xhp\n"
+"par_id3150933\n"
+"32\n"
+"help.text"
+msgid "Click in the document where you want to insert the index."
+msgstr "Postavite pokazivac u dokumentu gdje želite umetnuti odbrojavanje stranica."
+
+#: indices_userdef.xhp
+msgctxt ""
+"indices_userdef.xhp\n"
+"par_id3150952\n"
+"33\n"
+"help.text"
+msgid "Choose <emph>Insert - Indexes and Tables - Indexes and Tables</emph>."
+msgstr ""
+
+#: indices_userdef.xhp
+msgctxt ""
+"indices_userdef.xhp\n"
+"par_id3150509\n"
+"55\n"
+"help.text"
+msgid "On the <item type=\"menuitem\">Index/Table</item> tab, select the name of the user-defined index that you created in the <item type=\"menuitem\">Type</item> box."
+msgstr ""
+
+#: indices_userdef.xhp
+msgctxt ""
+"indices_userdef.xhp\n"
+"par_id3146881\n"
+"56\n"
+"help.text"
+msgid "Select any options that you want."
+msgstr ""
+
+#: indices_userdef.xhp
+#, fuzzy
+msgctxt ""
+"indices_userdef.xhp\n"
+"par_id3146897\n"
+"34\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "Click <emph>Zatvori</emph>."
+
+#: indices_userdef.xhp
+msgctxt ""
+"indices_userdef.xhp\n"
+"par_id3150720\n"
+"20\n"
+"help.text"
+msgid "If you want to use a different paragraph style as a table of contents entry, select <item type=\"menuitem\">Styles</item>, and then click the (<item type=\"menuitem\">...</item>) button next to the box. Click the style in the list, and then click the <item type=\"menuitem\">>></item> or the <item type=\"menuitem\"><<</item> button to define the outline level for the paragraph style."
+msgstr ""
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"tit\n"
+"help.text"
+msgid "Finding and Replacing in Writer"
+msgstr "Pronalaženje i zamjena u Pisacu"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"bm_id1163670\n"
+"help.text"
+msgid "<bookmark_value>finding; text/text formats/styles/objects</bookmark_value> <bookmark_value>replacing; text and text formats</bookmark_value> <bookmark_value>styles;finding</bookmark_value> <bookmark_value>searching, see also finding</bookmark_value> <bookmark_value>text formats; finding</bookmark_value> <bookmark_value>formats; finding and replacing</bookmark_value> <bookmark_value>searching; formats</bookmark_value> <bookmark_value>objects;finding by Navigator</bookmark_value> <bookmark_value>Asian languages;search options</bookmark_value>"
+msgstr "<bookmark_value>nalaz; tekst / text format / styles / predmeti</bookmark_value><bookmark_value> zamjenu, teksta i teksta formata</bookmark_value><bookmark_value> stilovi; nalaz</bookmark_value><bookmark_value > searching, takoder vidi nalaz</bookmark_value><bookmark_value> text formats; nalaz</bookmark_value><bookmark_value> formats; pronalaženje i zamjenu</bookmark_value><bookmark_value> searching ; formate</bookmark_value><bookmark_value> objekata; nalaz po Navigator</bookmark_value><bookmark_value> azijskih jezika; search options</bookmark_value>"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"hd_id8568681\n"
+"help.text"
+msgid "<variable id=\"finding\"><link href=\"text/swriter/guide/finding.xhp\">Finding and Replacing in Writer</link></variable>"
+msgstr "<variable id=\"finding\"><link href=\"text/swriter/guide/finding.xhp\">Pronalaženje i zamjena u Pisacu</link></variable>"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id611285\n"
+"help.text"
+msgid "In text documents you can find words, formatting, styles, and more. You can navigate from one result to the next, or you can highlight all results at once, then apply another format or replace the words by other text."
+msgstr "U tekstualnim dokumentima možete pronaci rijeci,formatiranja, stilove i još mnogo toga. Možete se kretati od jednog rezultata do sljedeceg, ili možete istaknuti sve rezultate na jednom, a zatim primijeniti neki drugi format ili zamijeniti rijeci drugim tekstom."
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"hd_id6226081\n"
+"help.text"
+msgid "The Find & Replace dialog"
+msgstr "Pronadi i Zamijeni okvir za dijalog"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id6702780\n"
+"help.text"
+msgid "To find text within the whole document, open the Find & Replace dialog without any active text selection. If you want to search only a part of your document, first select that part of text, then open the Find & Replace dialog."
+msgstr "Da biste pronašli tekst unutar cijelog dokumenta, otvaranje Pronadi i Zamijeni okvir za dijalog, bez aktivnog odabira teksta. Ukoliko želite pretraživati samo dio dokumenta, prvo odaberite taj dio teksta, a zatim otvorite Pronadi i Zamijeni okvir za dijalog."
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"hd_id3158970\n"
+"help.text"
+msgid "To Find Text"
+msgstr "Pronalaženje teksta"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id6957304\n"
+"help.text"
+msgid "Choose <emph>Edit - Find & Replace</emph> to open the Find & Replace dialog."
+msgstr "Izaberite <emph> Uredi - Pronadi & Zamijeni</emph> otvoriti Pronadi i Zamijeni okvir za dijalog."
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id2164677\n"
+"help.text"
+msgid "Enter the text to find in the <emph>Search for</emph> text box."
+msgstr "Unesite tekst naci u <emph> Traži</emph> okvir za tekst."
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id5684072\n"
+"help.text"
+msgid "Either click <emph>Find</emph> or <emph>Find All</emph>."
+msgstr "Ili kliknite <emph>Nađi</emph> ili <emph>Nađi sve</emph>."
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id4377269\n"
+"help.text"
+msgid "When you click <emph>Find</emph>, Writer will show you the next text that is equal to your entry. You can watch and edit the text, then click <emph>Find</emph> again to advance to the next found text."
+msgstr "Kada kliknete na <emph> Nadi</emph>, pisac ce pokazati sljedeci tekst koji je jednak za Vaš unos. Možete gledati i uredivati tekst, a zatim kliknite <emph> Nadi</emph> opet se unaprijed na sljedeci tekst pretrage."
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id1371807\n"
+"help.text"
+msgid "If you closed the dialog, you can press a key combination (Ctrl+Shift+F) to find the next text without opening the dialog."
+msgstr "Ako ste zatvorili okvir za dijalog, možete pritisnuti kombinaciju tipki (Ctrl + Shift + F) da biste pronašli sljedeci tekst bez otvaranja okvira za dijalog."
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id924100\n"
+"help.text"
+msgid "Alternatively, you can use the icons at the lower right of the document to navigate to the next text or to any other object in the document."
+msgstr "Alternativno, možete koristiti ikone u donjem desnom dokumenta za kretanje na sljedeci tekst ili na bilo koji drugi objekt u dokumentu."
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id9359416\n"
+"help.text"
+msgid "When you click <item type=\"menuitem\">Find All</item>, Writer selects all text that is equal to your entry. Now you can for example set all found text to bold, or apply a character style to all at once."
+msgstr "Kada kliknete na <emph> Nadi sve</emph>, Pisac odabire sav tekst koji je jednak vašem unosu. Sada možete na primjer, postaviti sav pronadeni tekst na podebljano, ili primijeniti stil znakova za sve odjednom."
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"hd_id5891598\n"
+"help.text"
+msgid "To Replace Text"
+msgstr "Zamjena teksta"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id1780755\n"
+"help.text"
+msgid "Unlike searching text, replacing text cannot be restricted to the current selection only."
+msgstr "Za razliku od traženja tekstualnih, zamijena teksta ne može biti ogranicena na samo trenutni odabir."
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id2467421\n"
+"help.text"
+msgid "Choose Edit - Find & Replace to open the Find & Replace dialog."
+msgstr "Odaberite Uredi - Pronadi & Zamijeni da biste otvorili Pronadi i Zamijeni okvir za dijalog."
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id4286935\n"
+"help.text"
+msgid "Enter the text to search in the <emph>Search for </emph>text box."
+msgstr "Unesite tekst za pretragu na <emph>Traži</emph> okvir za tekst."
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id9959410\n"
+"help.text"
+msgid "Enter the text to replace the found text in the <emph>Replace with</emph> text box."
+msgstr "Unesite tekst za zamjenu pronašao tekst u <emph> Zamijeni s</emph> okvir za unos teksta."
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id24109\n"
+"help.text"
+msgid "Either click <emph>Replace</emph> or <emph>Replace All</emph>."
+msgstr "Ili kliknite <emph>Zamijeni</emph> ili <emph>Zamijeni sve</emph>."
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id703451\n"
+"help.text"
+msgid "When you click <emph>Replace</emph>, Writer will search the whole document for the text in the <emph>Search for</emph> box, starting at the current cursor position. When text is found, Writer highlights the text and waits for your response. Click <emph>Replace</emph> to replace the highlighted text in the document with the text in the <emph>Replace with</emph> text box. Click <emph>Find</emph> to advance to the next found text without replacing the current selection."
+msgstr "Kada kliknete na <emph> Zamijeni</emph>, pisac ce pretražiti cijeli dokument za tekst u <emph> Traži</emph> okvir, s pocetkom u trenutnu poziciju pokazivaca. Kada se pronade tekst, pisac naglašava tekst i ceka svoj odgovor. Kliknite <emph> Zamijeni</emph> za zamjenu istaknute tekst u dokumentu s tekstom u <emph> Zamijeni s</emph> okvir za unos teksta. Kliknite <emph> Nadi</emph> da prijedete na sljedeci tekst bez rezultata zamjenu trenutnog odabira."
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id7540818\n"
+"help.text"
+msgid "When you click <emph>Replace All</emph>, Writer replaces all text that matches your entry."
+msgstr "Kada kliknete na <emph>Zamijeni sve</emph>, Writer zamjenjuje sav tekst koji odgovara vašem unosu."
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"hd_id9908444\n"
+"help.text"
+msgid "To Find Styles"
+msgstr "Pronalaženje stilova"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id8413953\n"
+"help.text"
+msgid "You want to find all text in your document to which a certain Paragraph Style is assigned, for example the \"Heading 2\" style."
+msgstr "Želite pronaci sav tekst u dokumentu na koji je dodijeljena odredena stavka stila, na primjer: \"Naslov 2\" stil."
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id2696920\n"
+"help.text"
+msgid "Choose Edit - Find & Replace to open the Find & Replace dialog."
+msgstr "Odaberite Uredi - Pronadi & Zamijeni da biste otvorili Pronadi i Zamijeni okvir za dijalog."
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id896938\n"
+"help.text"
+msgid "Click <emph>More Options</emph> to expand the dialog."
+msgstr "Kliknite <emph>Više opcija</emph> da proširite okvir za dijalog."
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id9147007\n"
+"help.text"
+msgid "Check <item type=\"menuitem\">Search for Styles</item>.<br/>The <item type=\"menuitem\">Search for</item> text box now is a list box, where you can select any of the Paragraph Styles that are applied in the current document."
+msgstr "Provjerite <emph> Traži Stilovi</emph>."
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id679342\n"
+"help.text"
+msgid "Select the style to search for, then click <emph>Find</emph> or <emph>Find All</emph>."
+msgstr "Odaberite stil za pretraživanje, a zatim kliknite <emph>Nađi</emph> ili <emph>Nađi sve</emph>."
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"hd_id3231299\n"
+"help.text"
+msgid "To Find Formats"
+msgstr "Pronalaženje formata"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id8087405\n"
+"help.text"
+msgid "You want to find all text in your document to which a certain direct character formatting is assigned."
+msgstr "Želite pronaci sav tekst u dokumentu na koji je dodijeljeno odredeno izravno formatiranje znakova."
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id3406170\n"
+"help.text"
+msgid "Finding formats only finds direct character attributes, it does not find attributes applied as part of a style."
+msgstr "Pronalaženje formata pronalazi samo direktne atribute karaktera, ne pronalazi atribute primjenjene kao dio stila."
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id2448805\n"
+"help.text"
+msgid "Choose Edit - Find & Replace to open the Find & Replace dialog."
+msgstr "Odaberite Uredi - Pronadi & Zamijeni da biste otvorili Pronadi i Zamijeni okvir za dijalog."
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id4542985\n"
+"help.text"
+msgid "Click <emph>More Options</emph> to expand the dialog."
+msgstr "Kliknite <emph>Više opcija</emph> da proširite okvir za dijalog."
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id4679403\n"
+"help.text"
+msgid "Click the <emph>Format</emph> button."
+msgstr "Kliknite na dugme <emph>Format</emph>."
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id7783745\n"
+"help.text"
+msgid "Click <emph>Find</emph> or <emph>Find All</emph>."
+msgstr "Kliknite <emph>Nađi</emph> ili <emph> Nađi sve</emph>."
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id5597094\n"
+"help.text"
+msgid "More options"
+msgstr "Više opcija"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id9919431\n"
+"help.text"
+msgid "The similarity search can find text that is almost the same as your search text. You can set the number of characters that are allowed to differ."
+msgstr "Pretraga po slicnosti može pronaci tekst koji je gotovo isti kao i Vaše pretraživanje teksta. Možete postaviti broj znakova kojima je dozvoljeno da se razlikuju."
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id8533280\n"
+"help.text"
+msgid "Check the <emph>Similarity search</emph> option and optionally click the <emph>...</emph> button to change the settings. (Setting all three numbers to 1 works fine for English text.)"
+msgstr "Provjerite <emph> Slicnost pretraživanje</emph> opciju i, opcionalno, kliknite <emph> ...</emph> dugme za promjenu postavki. (Postavljanje sva tri broja na 1 utvrde prekid za tekst na engleskom jeziku.)"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id4646748\n"
+"help.text"
+msgid "When you have enabled Asian language support under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</emph>, the Find & Replace dialog offers options to search Asian text."
+msgstr ""
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"hd_id2489394\n"
+"help.text"
+msgid "The Navigator"
+msgstr "Navigator"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id9934385\n"
+"help.text"
+msgid "The Navigator is the main tool for finding and selecting objects. You can also use the Navigator to move and arrange chapters, providing an outline view to your document."
+msgstr "Navigator je glavni alat za pronalaženje i odabir objekata. Takoder možete koristiti za premještanje Navigatora i organizirati poglavlja, pod uvijetom obris pogled na dokument."
+
+#: finding.xhp
+#, fuzzy
+msgctxt ""
+"finding.xhp\n"
+"par_id4159062\n"
+"help.text"
+msgid "Choose <emph>View - Navigator</emph> to open the Navigator window."
+msgstr "Izaberite <emph>Izmijeni - Navigator</emph> da biste otvorili prozor Navigatora."
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id7421796\n"
+"help.text"
+msgid "Use the Navigator for inserting objects, links and references within the same document or from other open documents. See the <link href=\"text/swriter/guide/navigator.xhp\">Navigator</link> guide for more information."
+msgstr "Koristite Navigator za umetanje objekata, linkovi i reference unutar istog dokumenta ili iz drugih otvorenih dokumenata. Pogledajte <link href=\"text/swriter/guide/navigator.xhp\"> Navigator</link> vodic za više informacija."
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id6417432\n"
+"help.text"
+msgid "Click the icon with the blue circle at the bottom right part of your document to open the small <emph>Navigation</emph> window."
+msgstr "Kliknite na ikonu sa plavim krugom na dnu desnog dijela dokumenta za otvaranje malog prozora <emph>Navigacija</emph>."
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id4639728\n"
+"help.text"
+msgid "Use the small Navigation window to quickly jump to the next object or find the next text in your document."
+msgstr "Koristite mali Navigacija prozor da biste brzo skocili do sljedeceg objekta ili pronašli sljedeci tekst u dokumentu."
+
+#: sections.xhp
+msgctxt ""
+"sections.xhp\n"
+"tit\n"
+"help.text"
+msgid "Using Sections"
+msgstr "Koristeci dijelove"
+
+#: sections.xhp
+msgctxt ""
+"sections.xhp\n"
+"bm_id3149832\n"
+"help.text"
+msgid "<bookmark_value>multi-column text</bookmark_value> <bookmark_value>text; multi-column</bookmark_value> <bookmark_value>columns; on text pages</bookmark_value> <bookmark_value>text columns</bookmark_value> <bookmark_value>sections; columns in/use of</bookmark_value>"
+msgstr "<bookmark_value>multi-column text</bookmark_value><bookmark_value>text; multi-column</bookmark_value><bookmark_value>columns; on text pages</bookmark_value><bookmark_value>text columns</bookmark_value><bookmark_value>sections; remarks</bookmark_value><bookmark_value>text sections;using</bookmark_value><bookmark_value>sections; columns in</bookmark_value>"
+
+#: sections.xhp
+#, fuzzy
+msgctxt ""
+"sections.xhp\n"
+"hd_id3149832\n"
+"40\n"
+"help.text"
+msgid "<variable id=\"sections\"><link href=\"text/swriter/guide/sections.xhp\" name=\"Using Sections\">Using Sections</link></variable>"
+msgstr "<variable id=\"datapilot_edittable\"><link href=\"text/scalc/guide/datapilot_edittable.xhp\" name=\"Editovanje DataPilot Tabela\">Editing DataPilot Tables</link></variable>"
+
+#: sections.xhp
+msgctxt ""
+"sections.xhp\n"
+"par_id3153128\n"
+"2\n"
+"help.text"
+msgid "Sections are named blocks of text, including graphics or objects, that you can use in a number of ways:"
+msgstr ""
+
+#: sections.xhp
+msgctxt ""
+"sections.xhp\n"
+"par_id3149284\n"
+"5\n"
+"help.text"
+msgid "To prevent text from being edited."
+msgstr ""
+
+#: sections.xhp
+msgctxt ""
+"sections.xhp\n"
+"par_id3149630\n"
+"4\n"
+"help.text"
+msgid "To show or hide text."
+msgstr ""
+
+#: sections.xhp
+msgctxt ""
+"sections.xhp\n"
+"par_id3149647\n"
+"20\n"
+"help.text"
+msgid "To reuse text and graphics from other $[officename] documents."
+msgstr ""
+
+#: sections.xhp
+msgctxt ""
+"sections.xhp\n"
+"par_id3149612\n"
+"38\n"
+"help.text"
+msgid "To insert sections of text that uses a different column layout than the current page style."
+msgstr ""
+
+#: sections.xhp
+msgctxt ""
+"sections.xhp\n"
+"par_id3149855\n"
+"7\n"
+"help.text"
+msgid "A section contains at least one paragraph. When you select a text and create a section, a paragraph break is automatically inserted at the end of the text."
+msgstr ""
+
+#: sections.xhp
+msgctxt ""
+"sections.xhp\n"
+"par_id3149872\n"
+"8\n"
+"help.text"
+msgid "You can insert sections from a text document, or an entire text document as a section into another text document. You can also insert sections from a text document as links in another text document, or in the same document."
+msgstr ""
+
+#: sections.xhp
+msgctxt ""
+"sections.xhp\n"
+"par_id3153367\n"
+"39\n"
+"help.text"
+msgid "To insert a new paragraph immediately before or after a section, click in front or behind the section, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Option </caseinline><defaultinline>Alt</defaultinline></switchinline>+Enter."
+msgstr "To insert a new paragraph immediately before or after a section, click in front or behind the section, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Enter."
+
+#: sections.xhp
+msgctxt ""
+"sections.xhp\n"
+"hd_id3154242\n"
+"44\n"
+"help.text"
+msgid "Sections and Columns"
+msgstr ""
+
+#: sections.xhp
+msgctxt ""
+"sections.xhp\n"
+"par_id3154255\n"
+"41\n"
+"help.text"
+msgid "You can insert sections into an existing section. For example, you can insert a section containing two columns into a section that contains one column."
+msgstr ""
+
+#: sections.xhp
+msgctxt ""
+"sections.xhp\n"
+"par_id3154845\n"
+"42\n"
+"help.text"
+msgid "A section layout, for example on the number of columns, has priority over the page layout defined in a page style."
+msgstr ""
+
+#: sections.xhp
+msgctxt ""
+"sections.xhp\n"
+"par_id3155883\n"
+"help.text"
+msgid "<link href=\"text/shared/00/00000005.xhp#dde\" name=\"DDE\">DDE</link>"
+msgstr ""
+
+#: table_repeat_multiple_headers.xhp
+msgctxt ""
+"table_repeat_multiple_headers.xhp\n"
+"tit\n"
+"help.text"
+msgid "Repeating a Table Header on a New Page"
+msgstr ""
+
+#: table_repeat_multiple_headers.xhp
+msgctxt ""
+"table_repeat_multiple_headers.xhp\n"
+"bm_id3155870\n"
+"help.text"
+msgid "<bookmark_value>tables; heading repetition after page breaks</bookmark_value> <bookmark_value>repeating; table headings after page breaks</bookmark_value> <bookmark_value>headings; repeating in tables</bookmark_value> <bookmark_value>multi-page tables</bookmark_value>"
+msgstr "<bookmark_value>table headings; repeating after page breaks</bookmark_value><bookmark_value>repeating; table headings after page breaks</bookmark_value><bookmark_value>headers; repeating in tables</bookmark_value>"
+
+#: table_repeat_multiple_headers.xhp
+msgctxt ""
+"table_repeat_multiple_headers.xhp\n"
+"hd_id3153406\n"
+"6\n"
+"help.text"
+msgid "<variable id=\"table_repeat_multiple_headers\"><link href=\"text/swriter/guide/table_repeat_multiple_headers.xhp\" name=\"Repeating a Table Header on a New Page\">Repeating a Table Heading on a New Page</link></variable>"
+msgstr ""
+
+#: table_repeat_multiple_headers.xhp
+msgctxt ""
+"table_repeat_multiple_headers.xhp\n"
+"par_id3149636\n"
+"7\n"
+"help.text"
+msgid "You can repeat a table heading on each new page that the table spans."
+msgstr ""
+
+#: table_repeat_multiple_headers.xhp
+#, fuzzy
+msgctxt ""
+"table_repeat_multiple_headers.xhp\n"
+"par_id3145098\n"
+"8\n"
+"help.text"
+msgid "Choose <emph>Table - Insert - Table</emph>."
+msgstr "Choose <emph>Tabela - Ubaci - Tabela</emph>."
+
+#: table_repeat_multiple_headers.xhp
+msgctxt ""
+"table_repeat_multiple_headers.xhp\n"
+"par_id3156240\n"
+"9\n"
+"help.text"
+msgid "Select the <item type=\"menuitem\">Heading</item> and the <item type=\"menuitem\">Repeat heading</item> check boxes."
+msgstr "Select the <emph>Heading</emph> and the <emph>Repeat heading</emph> tick boxes."
+
+#: table_repeat_multiple_headers.xhp
+msgctxt ""
+"table_repeat_multiple_headers.xhp\n"
+"par_id3153376\n"
+"10\n"
+"help.text"
+msgid "Select the number of rows and columns for the table."
+msgstr ""
+
+#: table_repeat_multiple_headers.xhp
+#, fuzzy
+msgctxt ""
+"table_repeat_multiple_headers.xhp\n"
+"par_id3153393\n"
+"11\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "Click <emph>Zatvori</emph>."
+
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"tit\n"
+"help.text"
+msgid "Instructions for Using $[officename] Writer"
+msgstr ""
+
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"bm_id3155855\n"
+"help.text"
+msgid "<bookmark_value>$[officename] Writer; instructions</bookmark_value><bookmark_value>instructions; $[officename] Writer</bookmark_value>"
+msgstr ""
+
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3155855\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"main\"><link href=\"text/swriter/guide/main.xhp\" name=\"Instructions for Using $[officename] Writer\">Instructions for Using $[officename] Writer</link></variable>"
+msgstr ""
+
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3155156\n"
+"2\n"
+"help.text"
+msgid "Entering and Formatting Text"
+msgstr ""
+
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3153728\n"
+"3\n"
+"help.text"
+msgid "Automatically Entering and Formatting Text"
+msgstr ""
+
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3150742\n"
+"4\n"
+"help.text"
+msgid "Using Styles, Numbering Pages, Using Fields"
+msgstr ""
+
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3147088\n"
+"5\n"
+"help.text"
+msgid "Editing Tables in Text"
+msgstr ""
+
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3155590\n"
+"6\n"
+"help.text"
+msgid "Images, Drawings, ClipArt, Fontwork"
+msgstr ""
+
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3145083\n"
+"7\n"
+"help.text"
+msgid "Table of Contents, Index"
+msgstr ""
+
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3150427\n"
+"8\n"
+"help.text"
+msgid "Headings, Types of Numbering"
+msgstr ""
+
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3154464\n"
+"9\n"
+"help.text"
+msgid "Headers, Footers, Footnotes"
+msgstr ""
+
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3152948\n"
+"10\n"
+"help.text"
+msgid "Editing Other Objects in Text"
+msgstr ""
+
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3154324\n"
+"11\n"
+"help.text"
+msgid "Spelling, Dictionaries, Hyphenation"
+msgstr ""
+
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3145673\n"
+"12\n"
+"help.text"
+msgid "Form Letters, Labels and Business Cards"
+msgstr ""
+
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3145730\n"
+"13\n"
+"help.text"
+msgid "Working with Documents"
+msgstr ""
+
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3156315\n"
+"14\n"
+"help.text"
+msgid "Miscellaneous"
+msgstr "Razno"
+
+#: template_default.xhp
+msgctxt ""
+"template_default.xhp\n"
+"tit\n"
+"help.text"
+msgid "Changing the Default Template"
+msgstr ""
+
+#: template_default.xhp
+msgctxt ""
+"template_default.xhp\n"
+"bm_id3155913\n"
+"help.text"
+msgid "<bookmark_value>default templates;defining/resetting</bookmark_value> <bookmark_value>defaults; templates</bookmark_value> <bookmark_value>templates; default templates</bookmark_value> <bookmark_value>text documents;default templates</bookmark_value>"
+msgstr "<bookmark_value>default templates; defining</bookmark_value><bookmark_value>defaults; templates</bookmark_value><bookmark_value>templates; default templates</bookmark_value><bookmark_value>text documents;default templates</bookmark_value>"
+
+#: template_default.xhp
+msgctxt ""
+"template_default.xhp\n"
+"hd_id3155913\n"
+"28\n"
+"help.text"
+msgid "<variable id=\"template_default\"><link href=\"text/swriter/guide/template_default.xhp\" name=\"Changing the Default Template\">Changing the Default Template</link></variable>"
+msgstr ""
+
+#: template_default.xhp
+msgctxt ""
+"template_default.xhp\n"
+"par_id3145569\n"
+"68\n"
+"help.text"
+msgid "The default template contains the default formatting information for new text documents. If you want, you can create a new template and use it as the default template."
+msgstr ""
+
+#: template_default.xhp
+msgctxt ""
+"template_default.xhp\n"
+"hd_id6414990\n"
+"help.text"
+msgid "To Create a Default Template"
+msgstr ""
+
+#: template_default.xhp
+msgctxt ""
+"template_default.xhp\n"
+"par_id3149838\n"
+"102\n"
+"help.text"
+msgid "Create a document and the content and formatting styles that you want."
+msgstr ""
+
+#: template_default.xhp
+msgctxt ""
+"template_default.xhp\n"
+"par_id3156101\n"
+"113\n"
+"help.text"
+msgid "Choose <emph>File - Templates - Save</emph>."
+msgstr "Choose <emph>Datoteka - Šabloni - Snimi</emph>."
+
+#: template_default.xhp
+msgctxt ""
+"template_default.xhp\n"
+"par_id3149283\n"
+"106\n"
+"help.text"
+msgid "In the <emph>New Template</emph> box, type a name for the new template."
+msgstr ""
+
+#: template_default.xhp
+msgctxt ""
+"template_default.xhp\n"
+"par_id3153409\n"
+"114\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Categories</item> list, select \"My Templates\", and then click <item type=\"menuitem\">OK</item>."
+msgstr "In the <emph>Categories</emph> list, select \"My Templates\", and then click <emph>OK</emph>."
+
+#: template_default.xhp
+msgctxt ""
+"template_default.xhp\n"
+"par_id3153140\n"
+"107\n"
+"help.text"
+msgid "Choose <link href=\"text/shared/01/01110100.xhp\" name=\"File - Templates - Organize\"><emph>File - Templates - Organize</emph></link>."
+msgstr "Choose <link href=\"text/shared/01/01110100.xhp\" name=\"File - Templates - Organise\"><emph>Datoteka - Šabloni - Organiziraj</emph></link>."
+
+#: template_default.xhp
+msgctxt ""
+"template_default.xhp\n"
+"par_id3149952\n"
+"108\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Templates</item> list, double-click the \"My Templates\" folder."
+msgstr ""
+
+#: template_default.xhp
+msgctxt ""
+"template_default.xhp\n"
+"par_id3149970\n"
+"105\n"
+"help.text"
+msgid "Right-click the template that you created, and choose <emph>Set as Default Template</emph>."
+msgstr ""
+
+#: template_default.xhp
+msgctxt ""
+"template_default.xhp\n"
+"par_id3149620\n"
+"115\n"
+"help.text"
+msgid "Click <emph>Close</emph>."
+msgstr "Click <emph>Zatvori</emph>."
+
+#: template_default.xhp
+msgctxt ""
+"template_default.xhp\n"
+"hd_id3149867\n"
+"109\n"
+"help.text"
+msgid "To Reset the Default Template"
+msgstr "To reset the default template:"
+
+#: template_default.xhp
+msgctxt ""
+"template_default.xhp\n"
+"par_id3145102\n"
+"110\n"
+"help.text"
+msgid "Choose <link href=\"text/shared/01/01110100.xhp\" name=\"File - Templates - Organize\"><emph>File - Templates - Organize</emph></link>."
+msgstr "Choose <link href=\"text/shared/01/01110100.xhp\" name=\"File - Templates - Organise\"><emph>Datoteka - Šabloni - Organiziraj</emph></link>."
+
+#: template_default.xhp
+msgctxt ""
+"template_default.xhp\n"
+"par_id3149582\n"
+"111\n"
+"help.text"
+msgid "Right-click a text file in any of the two lists, choose <item type=\"menuitem\">Reset Default Template - Text Document</item>."
+msgstr "Right-click a folder in the category list, choose <emph>Reset Default Template - Text Document</emph>."
+
+#: template_default.xhp
+msgctxt ""
+"template_default.xhp\n"
+"par_id3156245\n"
+"112\n"
+"help.text"
+msgid "Click <emph>Close</emph>."
+msgstr "Click <emph>Zatvori</emph>."
+
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"tit\n"
+"help.text"
+msgid "Defining Background Colors or Background Graphics"
+msgstr ""
+
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"bm_id3149346\n"
+"help.text"
+msgid "<bookmark_value>backgrounds;text objects</bookmark_value><bookmark_value>words;backgrounds</bookmark_value><bookmark_value>paragraphs; backgrounds</bookmark_value><bookmark_value>text;backgrounds</bookmark_value><bookmark_value>tables; backgrounds</bookmark_value><bookmark_value>cells; backgrounds</bookmark_value><bookmark_value>backgrounds;selecting</bookmark_value>"
+msgstr ""
+
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"hd_id3149346\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"background\"><link href=\"text/swriter/guide/background.xhp\" name=\"Defining Background Colors or Background Graphics\">Defining Background Colors or Background Graphics</link></variable>"
+msgstr ""
+
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_id7355265\n"
+"help.text"
+msgid "You can define a background color or use a graphic as a background for various objects in $[officename] Writer."
+msgstr ""
+
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"hd_id3147653\n"
+"3\n"
+"help.text"
+msgid "To Apply a Background To Text Characters"
+msgstr ""
+
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_id3150669\n"
+"4\n"
+"help.text"
+msgid "Select the characters."
+msgstr ""
+
+#: background.xhp
+#, fuzzy
+msgctxt ""
+"background.xhp\n"
+"par_id3155390\n"
+"5\n"
+"help.text"
+msgid "Choose <emph>Format - Character</emph>."
+msgstr "Choose <emph>Izmijeni - Kopiraj</emph>."
+
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_id3153665\n"
+"6\n"
+"help.text"
+msgid "Click the <emph>Background</emph> tab, select the background color."
+msgstr ""
+
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"hd_id3153541\n"
+"7\n"
+"help.text"
+msgid "To Apply a Background To a Paragraph"
+msgstr ""
+
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_id3145119\n"
+"8\n"
+"help.text"
+msgid "Place the cursor in the paragraph or select several paragraphs."
+msgstr ""
+
+#: background.xhp
+#, fuzzy
+msgctxt ""
+"background.xhp\n"
+"par_id3158430\n"
+"9\n"
+"help.text"
+msgid "Choose <emph>Format - Paragraph</emph>."
+msgstr "Choose <emph>Izmijeni - Kopiraj</emph>."
+
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_id3151245\n"
+"10\n"
+"help.text"
+msgid "On the <emph>Background</emph> tab page, select the background color or a background graphic."
+msgstr ""
+
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_id0104201010554939\n"
+"help.text"
+msgid "To select an object in the background, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key and click the object. Alternatively, use the Navigator to select the object."
+msgstr ""
+
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"hd_id3149294\n"
+"11\n"
+"help.text"
+msgid "To Apply a Background To All or Part of a Table"
+msgstr ""
+
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_id3154346\n"
+"12\n"
+"help.text"
+msgid "Place the cursor in the table in your text document."
+msgstr ""
+
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_id3148664\n"
+"13\n"
+"help.text"
+msgid "Choose <emph>Table - Table Properties</emph>."
+msgstr ""
+
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_id3154938\n"
+"14\n"
+"help.text"
+msgid "On the <emph>Background</emph> tab page, select the background color or a background graphic."
+msgstr ""
+
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_id3156280\n"
+"15\n"
+"help.text"
+msgid "In the <emph>For</emph> box, choose whether the color or graphic should apply to the current cell, the current row or the whole table. If you select several cells or rows before opening the dialog, the change applies to the selection."
+msgstr ""
+
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"hd_id3151041\n"
+"31\n"
+"help.text"
+msgid "You may also use an icon to apply a background to table parts."
+msgstr ""
+
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_id3150767\n"
+"32\n"
+"help.text"
+msgid "To apply a background color to cells, select the cells and click the color on the <emph>Background Color</emph> toolbar."
+msgstr ""
+
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_id3147084\n"
+"33\n"
+"help.text"
+msgid "To apply a background color to a text paragraph within a cell, place the cursor into the text paragraph, then click the color on the <item type=\"menuitem\">Background Color</item> toolbar."
+msgstr ""
+
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_idN10A56\n"
+"help.text"
+msgid "<link href=\"text/shared/02/02160000.xhp\">Highlighting icon</link>"
+msgstr ""
+
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_id3156180\n"
+"30\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05030600.xhp\" name=\"Background tab page\">Background tab page</link>"
+msgstr ""
+
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_id4922025\n"
+"help.text"
+msgid "<link href=\"text/shared/guide/background.xhp\">Watermarks</link>"
+msgstr ""
+
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_id478530\n"
+"help.text"
+msgid "<link href=\"text/swriter/guide/pagebackground.xhp\">Page Backgrounds as Page Styles</link>"
+msgstr ""
+
+#: text_direct_cursor.xhp
+msgctxt ""
+"text_direct_cursor.xhp\n"
+"tit\n"
+"help.text"
+msgid "Using the Direct Cursor"
+msgstr ""
+
+#: text_direct_cursor.xhp
+msgctxt ""
+"text_direct_cursor.xhp\n"
+"bm_id3155178\n"
+"help.text"
+msgid "<bookmark_value>text; cursor</bookmark_value><bookmark_value>entering text with direct cursor</bookmark_value><bookmark_value>direct cursor; settings</bookmark_value><bookmark_value>writing with direct cursor</bookmark_value><bookmark_value>cursor;direct cursor</bookmark_value><bookmark_value>settings;direct cursor</bookmark_value>"
+msgstr ""
+
+#: text_direct_cursor.xhp
+msgctxt ""
+"text_direct_cursor.xhp\n"
+"hd_id3155178\n"
+"24\n"
+"help.text"
+msgid "<variable id=\"text_direct_cursor\"><link href=\"text/swriter/guide/text_direct_cursor.xhp\" name=\"Using the Direct Cursor\">Using the Direct Cursor</link></variable>"
+msgstr ""
+
+#: text_direct_cursor.xhp
+msgctxt ""
+"text_direct_cursor.xhp\n"
+"par_id3155908\n"
+"25\n"
+"help.text"
+msgid "The direct cursor allows you to enter text anywhere on a page."
+msgstr ""
+
+#: text_direct_cursor.xhp
+msgctxt ""
+"text_direct_cursor.xhp\n"
+"par_id3155921\n"
+"41\n"
+"help.text"
+msgid "To set the behavior of the direct cursor, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Formatting Aids</emph>."
+msgstr ""
+
+#: text_direct_cursor.xhp
+msgctxt ""
+"text_direct_cursor.xhp\n"
+"par_idN106A3\n"
+"help.text"
+msgid "On the <item type=\"menuitem\">Tools</item> bar, click the <item type=\"menuitem\">Direct Cursor</item> icon <image id=\"img_id3149846\" src=\"cmd/sc_shadowcursor.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3149846\">Icon</alt></image>."
+msgstr ""
+
+#: text_direct_cursor.xhp
+msgctxt ""
+"text_direct_cursor.xhp\n"
+"par_idN106C5\n"
+"help.text"
+msgid "Click in a free space in the text document. The mouse pointer changes to reflect the alignment that will be applied to the text that you type:"
+msgstr ""
+
+#: text_direct_cursor.xhp
+msgctxt ""
+"text_direct_cursor.xhp\n"
+"par_idN106C8\n"
+"help.text"
+msgid "<image id=\"img_id5471987\" src=\"res/helpimg/dircursleft.png\" width=\"0.1457in\" height=\"0.3228in\"><alt id=\"alt_id5471987\">Icon</alt></image> Align left"
+msgstr ""
+
+#: text_direct_cursor.xhp
+msgctxt ""
+"text_direct_cursor.xhp\n"
+"par_idN106E4\n"
+"help.text"
+msgid "<image id=\"img_id5730253\" src=\"res/helpimg/dircurscent.png\" width=\"0.2398in\" height=\"0.3228in\"><alt id=\"alt_id5730253\">Icon</alt></image> Centered"
+msgstr ""
+
+#: text_direct_cursor.xhp
+msgctxt ""
+"text_direct_cursor.xhp\n"
+"par_idN10700\n"
+"help.text"
+msgid "<image id=\"img_id6953622\" src=\"res/helpimg/dircursright.png\" width=\"0.1563in\" height=\"0.3228in\"><alt id=\"alt_id6953622\">Icon</alt></image> Align right"
+msgstr ""
+
+#: text_direct_cursor.xhp
+msgctxt ""
+"text_direct_cursor.xhp\n"
+"par_idN1071D\n"
+"help.text"
+msgid "Type your text. %PRODUCTNAME automatically inserts the required number of blank lines, and, if the options are enabled, tabs and spaces."
+msgstr ""
+
+#: template_create.xhp
+msgctxt ""
+"template_create.xhp\n"
+"tit\n"
+"help.text"
+msgid "Creating a Document Template"
+msgstr ""
+
+#: template_create.xhp
+msgctxt ""
+"template_create.xhp\n"
+"bm_id3149688\n"
+"help.text"
+msgid "<bookmark_value>document templates</bookmark_value> <bookmark_value>templates; creating document templates</bookmark_value>"
+msgstr "<bookmark_value>document templates</bookmark_value><bookmark_value>templates; creating document templates</bookmark_value>"
+
+#: template_create.xhp
+msgctxt ""
+"template_create.xhp\n"
+"hd_id3149688\n"
+"62\n"
+"help.text"
+msgid "<variable id=\"template_create\"><link href=\"text/swriter/guide/template_create.xhp\" name=\"Creating a Document Template\">Creating a Document Template</link></variable>"
+msgstr ""
+
+#: template_create.xhp
+msgctxt ""
+"template_create.xhp\n"
+"par_id3149492\n"
+"63\n"
+"help.text"
+msgid "You can create a template to use as the basis for creating new text documents."
+msgstr ""
+
+#: template_create.xhp
+msgctxt ""
+"template_create.xhp\n"
+"par_id3155915\n"
+"64\n"
+"help.text"
+msgid "Create a document and add the content and formatting styles that you want."
+msgstr ""
+
+#: template_create.xhp
+msgctxt ""
+"template_create.xhp\n"
+"par_id3147422\n"
+"65\n"
+"help.text"
+msgid "Choose <emph>File - Templates - Save</emph>."
+msgstr "Choose <emph>Datoteka - Šabloni - Snimi</emph>."
+
+#: template_create.xhp
+msgctxt ""
+"template_create.xhp\n"
+"par_id3149829\n"
+"66\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">New Template</item> box, type a name for the new template."
+msgstr "In the <emph>New Template</emph> box, type a name for the new template."
+
+#: template_create.xhp
+msgctxt ""
+"template_create.xhp\n"
+"par_id3156098\n"
+"70\n"
+"help.text"
+msgid "Select a template category in the <item type=\"menuitem\">Categories</item> list."
+msgstr "Select a template category in the <emph>Categories</emph> list."
+
+#: template_create.xhp
+#, fuzzy
+msgctxt ""
+"template_create.xhp\n"
+"par_id3149281\n"
+"71\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "Click <emph>Zatvori</emph>."
+
+#: template_create.xhp
+msgctxt ""
+"template_create.xhp\n"
+"par_id3153404\n"
+"67\n"
+"help.text"
+msgid "To create a document based on the template, choose <item type=\"menuitem\">File - New - Templates and Documents</item>, select the template, and then click <item type=\"menuitem\">Open</item>."
+msgstr "To create a document based on the template, choose <emph>File - New - Templates and Documents</emph>, select the template, and then click <emph>Open</emph>."
+
+#: template_create.xhp
+msgctxt ""
+"template_create.xhp\n"
+"par_id3149636\n"
+"68\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01110300.xhp\" name=\"File - Templates - Save\">File - Templates - Save</link>"
+msgstr ""
+
+#: text_emphasize.xhp
+msgctxt ""
+"text_emphasize.xhp\n"
+"tit\n"
+"help.text"
+msgid "Emphasizing Text"
+msgstr ""
+
+#: text_emphasize.xhp
+msgctxt ""
+"text_emphasize.xhp\n"
+"bm_id3149820\n"
+"help.text"
+msgid "<bookmark_value>text; emphasizing</bookmark_value> <bookmark_value>emphasizing text</bookmark_value>"
+msgstr ""
+
+#: text_emphasize.xhp
+msgctxt ""
+"text_emphasize.xhp\n"
+"hd_id3149820\n"
+"65\n"
+"help.text"
+msgid "<variable id=\"text_emphasize\"><link href=\"text/swriter/guide/text_emphasize.xhp\" name=\"Emphasizing Text\">Emphasizing Text</link></variable>"
+msgstr ""
+
+#: text_emphasize.xhp
+msgctxt ""
+"text_emphasize.xhp\n"
+"par_id3155922\n"
+"66\n"
+"help.text"
+msgid "Here are a few examples of how to emphasize text in a document:"
+msgstr ""
+
+#: text_emphasize.xhp
+msgctxt ""
+"text_emphasize.xhp\n"
+"par_id3147412\n"
+"67\n"
+"help.text"
+msgid "Select the text and apply a different font style or effect, such as <emph>bold</emph>."
+msgstr ""
+
+#: text_emphasize.xhp
+msgctxt ""
+"text_emphasize.xhp\n"
+"par_id3149840\n"
+"68\n"
+"help.text"
+msgid "Right-click in a paragraph, choose <emph>Paragraph, </emph>set the options that you want, for example, the background color, and then click <emph>OK</emph>."
+msgstr ""
+
+#: text_emphasize.xhp
+msgctxt ""
+"text_emphasize.xhp\n"
+"par_id3150084\n"
+"69\n"
+"help.text"
+msgid "Select the text, and then choose <item type=\"menuitem\">Insert - Frame</item>."
+msgstr ""
+
+#: text_emphasize.xhp
+msgctxt ""
+"text_emphasize.xhp\n"
+"par_id6924649\n"
+"help.text"
+msgid "Use the Text tool on the Drawing toolbar."
+msgstr ""
+
+#: text_emphasize.xhp
+msgctxt ""
+"text_emphasize.xhp\n"
+"par_idN106E7\n"
+"help.text"
+msgid "Use Fontwork. To open the Fontwork window, click the Fontwork Gallery icon on the Drawing bar."
+msgstr ""
+
+#: header_with_chapter.xhp
+msgctxt ""
+"header_with_chapter.xhp\n"
+"tit\n"
+"help.text"
+msgid "Inserting a Chapter Name and Number in a Header or a Footer"
+msgstr ""
+
+#: header_with_chapter.xhp
+msgctxt ""
+"header_with_chapter.xhp\n"
+"bm_id3155919\n"
+"help.text"
+msgid "<bookmark_value>running titles in headers</bookmark_value> <bookmark_value>floating titles in headers</bookmark_value> <bookmark_value>headers; chapter information</bookmark_value> <bookmark_value>chapter names in headers</bookmark_value> <bookmark_value>names; chapter names in headers</bookmark_value>"
+msgstr ""
+
+#: header_with_chapter.xhp
+msgctxt ""
+"header_with_chapter.xhp\n"
+"hd_id3155919\n"
+"3\n"
+"help.text"
+msgid "<variable id=\"header_with_chapter\"><link href=\"text/swriter/guide/header_with_chapter.xhp\" name=\"Inserting a Chapter Name and Number in a Header or a Footer\">Inserting a Chapter Name and Number in a Header or a Footer</link></variable>"
+msgstr ""
+
+#: header_with_chapter.xhp
+msgctxt ""
+"header_with_chapter.xhp\n"
+"par_id3153414\n"
+"22\n"
+"help.text"
+msgid "Before you can insert chapter information into a header or footer, you must first set the outline numbering options for the paragraph style that you want to use for chapter titles."
+msgstr ""
+
+#: header_with_chapter.xhp
+msgctxt ""
+"header_with_chapter.xhp\n"
+"hd_id3154244\n"
+"23\n"
+"help.text"
+msgid "To Create a Paragraph Style for Chapter Titles"
+msgstr ""
+
+#: header_with_chapter.xhp
+msgctxt ""
+"header_with_chapter.xhp\n"
+"par_id3155874\n"
+"24\n"
+"help.text"
+msgid "Choose <emph>Tools - Outline Numbering</emph>."
+msgstr ""
+
+#: header_with_chapter.xhp
+#, fuzzy
+msgctxt ""
+"header_with_chapter.xhp\n"
+"par_id3155898\n"
+"25\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Style</item> box, select the paragraph style that you want to use for chapter titles, for example, \"Heading 1\"."
+msgstr "In the <emph>Styles</emph> box, select the paragraph style that you want to use to generate a new HTML page."
+
+#: header_with_chapter.xhp
+msgctxt ""
+"header_with_chapter.xhp\n"
+"par_id3147124\n"
+"26\n"
+"help.text"
+msgid "Select the numbering style for the chapter titles in the <item type=\"menuitem\">Number</item> box, for example, \"1,2,3...\"."
+msgstr ""
+
+#: header_with_chapter.xhp
+msgctxt ""
+"header_with_chapter.xhp\n"
+"par_id3150219\n"
+"27\n"
+"help.text"
+msgid "Type \"Chapter\" followed by a space in the <item type=\"menuitem\">Before</item> box."
+msgstr ""
+
+#: header_with_chapter.xhp
+#, fuzzy
+msgctxt ""
+"header_with_chapter.xhp\n"
+"par_id3150245\n"
+"28\n"
+"help.text"
+msgid "Enter a space in the <item type=\"menuitem\">After</item> box."
+msgstr "Type a name in the <emph>Style Name</emph> box."
+
+#: header_with_chapter.xhp
+#, fuzzy
+msgctxt ""
+"header_with_chapter.xhp\n"
+"par_id3150949\n"
+"29\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "Click <emph>Zatvori</emph>."
+
+#: header_with_chapter.xhp
+msgctxt ""
+"header_with_chapter.xhp\n"
+"hd_id3150505\n"
+"30\n"
+"help.text"
+msgid "To Insert the Chapter Name and Number in a Header or a Footer"
+msgstr ""
+
+#: header_with_chapter.xhp
+msgctxt ""
+"header_with_chapter.xhp\n"
+"par_id3150527\n"
+"5\n"
+"help.text"
+msgid "Apply the paragraph style that you defined for chapter titles to the chapter headings in your document."
+msgstr ""
+
+#: header_with_chapter.xhp
+msgctxt ""
+"header_with_chapter.xhp\n"
+"par_id3153729\n"
+"6\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Insert - Header</item> or <item type=\"menuitem\">Insert - Footer</item>, and then select the page style for the current page from the submenu."
+msgstr ""
+
+#: header_with_chapter.xhp
+msgctxt ""
+"header_with_chapter.xhp\n"
+"par_id3153762\n"
+"7\n"
+"help.text"
+msgid "Click in the header or footer."
+msgstr ""
+
+#: header_with_chapter.xhp
+#, fuzzy
+msgctxt ""
+"header_with_chapter.xhp\n"
+"par_id3146863\n"
+"9\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Insert - Fields - Other</item> and click the <item type=\"menuitem\">Document</item> tab."
+msgstr "Izaberite <emph> Unesite - Polja - Ostalo</emph> i kliknite <emph> Funkcije</emph> karticu."
+
+#: header_with_chapter.xhp
+msgctxt ""
+"header_with_chapter.xhp\n"
+"par_id3153175\n"
+"10\n"
+"help.text"
+msgid "Click \"Chapter\" in the <item type=\"menuitem\">Type</item> list and \"Chapter number and name\" in the <item type=\"menuitem\">Format</item> list."
+msgstr ""
+
+#: header_with_chapter.xhp
+msgctxt ""
+"header_with_chapter.xhp\n"
+"par_id3147065\n"
+"11\n"
+"help.text"
+msgid "Click <emph>Insert</emph> and then click <emph>Close</emph>."
+msgstr ""
+
+#: header_with_chapter.xhp
+msgctxt ""
+"header_with_chapter.xhp\n"
+"par_id3147095\n"
+"12\n"
+"help.text"
+msgid "The header on every page that uses the current page style automatically displays the chapter name and number."
+msgstr ""
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"tit\n"
+"help.text"
+msgid "Creating a Bibliography"
+msgstr ""
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"bm_id3149687\n"
+"help.text"
+msgid "<bookmark_value>indexes;creating bibliographies</bookmark_value> <bookmark_value>databases;creating bibliographies</bookmark_value> <bookmark_value>bibliographies</bookmark_value> <bookmark_value>entries;bibliographies</bookmark_value> <bookmark_value>storing bibliographic information</bookmark_value>"
+msgstr ""
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"hd_id3149687\n"
+"46\n"
+"help.text"
+msgid "<variable id=\"indices_literature\"><link href=\"text/swriter/guide/indices_literature.xhp\" name=\"Creating a Bibliography\">Creating a Bibliography</link></variable>"
+msgstr ""
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"par_id3155864\n"
+"60\n"
+"help.text"
+msgid "A bibliography is a list of works that you reference in a document."
+msgstr ""
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"hd_id3153402\n"
+"61\n"
+"help.text"
+msgid "Storing Bibliographic Information"
+msgstr ""
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"par_id3153414\n"
+"62\n"
+"help.text"
+msgid "$[officename] stores bibliographic information in a bibliography database, or in an individual document."
+msgstr ""
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"hd_id3154244\n"
+"63\n"
+"help.text"
+msgid "To Store Information in the Bibliography Database"
+msgstr ""
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"par_id3155872\n"
+"50\n"
+"help.text"
+msgid "Choose <link href=\"text/shared/01/02250000.xhp\" name=\"Tools - Bibliography Database\"><emph>Tools - Bibliography Database</emph></link>"
+msgstr ""
+
+#: indices_literature.xhp
+#, fuzzy
+msgctxt ""
+"indices_literature.xhp\n"
+"par_id3155900\n"
+"64\n"
+"help.text"
+msgid "Choose <emph>Insert - Record</emph>."
+msgstr "Choose <emph>Izmijeni - Kopiraj</emph>."
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"par_id3147123\n"
+"65\n"
+"help.text"
+msgid "Type a name for the bibliography entry in the <item type=\"menuitem\">Short name</item> box, and then add additional information to the record in the remaining boxes."
+msgstr ""
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"par_id3150219\n"
+"66\n"
+"help.text"
+msgid "Close the <item type=\"menuitem\">Bibliography Database</item> window."
+msgstr ""
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"hd_id3150242\n"
+"67\n"
+"help.text"
+msgid "To Store Bibliographic Information in an Individual Document"
+msgstr ""
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"par_id3150945\n"
+"68\n"
+"help.text"
+msgid "Click in your document where you want to add the bibliography entry."
+msgstr ""
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"par_id3150964\n"
+"51\n"
+"help.text"
+msgid "Choose <link href=\"text/swriter/01/04120300.xhp\" name=\"Insert - Indexes and Tables - Bibliography Entry\"><emph>Insert - Indexes and Tables - Bibliography Entry</emph></link>."
+msgstr ""
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"par_id3150525\n"
+"69\n"
+"help.text"
+msgid "Select <emph>From document content</emph> and click <emph>New</emph>."
+msgstr ""
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"par_id3153738\n"
+"70\n"
+"help.text"
+msgid "Type a name for the bibliography entry in the <item type=\"menuitem\">Short name</item> box."
+msgstr ""
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"par_id3153763\n"
+"71\n"
+"help.text"
+msgid "Select the publication source for the record in the <item type=\"menuitem\">Type</item> box, and then add additional information in the remaining boxes."
+msgstr ""
+
+#: indices_literature.xhp
+#, fuzzy
+msgctxt ""
+"indices_literature.xhp\n"
+"par_id3146873\n"
+"72\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "Click <emph>Zatvori</emph>."
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"par_id3146897\n"
+"73\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Insert Bibliography Entry</item> dialog, click <item type=\"menuitem\">Insert</item>, and then <item type=\"menuitem\">Close</item>."
+msgstr ""
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"hd_id3150741\n"
+"74\n"
+"help.text"
+msgid "Inserting Bibliography Entries From the Bibliography Database"
+msgstr ""
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"par_id3148402\n"
+"75\n"
+"help.text"
+msgid "Click in your document where you want to add the bibliography entry."
+msgstr ""
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"par_id3148421\n"
+"52\n"
+"help.text"
+msgid "Choose <emph>Insert - Indexes and Tables - Bibliography Entry</emph>."
+msgstr ""
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"par_id3153231\n"
+"53\n"
+"help.text"
+msgid "Select <emph>From bibliography database</emph>."
+msgstr ""
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"par_id3147059\n"
+"54\n"
+"help.text"
+msgid "Select the name of the bibliography entry that you want to insert in the <item type=\"menuitem\">Short name</item> box."
+msgstr ""
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"par_id3147085\n"
+"76\n"
+"help.text"
+msgid "Click <emph>Insert</emph> and then click <emph>Close</emph>."
+msgstr ""
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"par_id3156060\n"
+"77\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/04120300.xhp\" name=\"Bibliography Database\">Bibliography Database</link>"
+msgstr ""
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"par_id6367076\n"
+"help.text"
+msgid "Some external tools exist that can interact with %PRODUCTNAME. One example is called <link href=\"http://bibus-biblio.sourceforge.net/wiki/index.php/Main_Page\">Bibus</link>."
+msgstr ""
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"tit\n"
+"help.text"
+msgid "Changing Page Backgrounds"
+msgstr ""
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"bm_id8431653\n"
+"help.text"
+msgid "<bookmark_value>page styles;backgrounds</bookmark_value> <bookmark_value>backgrounds; different pages</bookmark_value> <bookmark_value>changing;page backgrounds</bookmark_value> <bookmark_value>pages;backgrounds</bookmark_value>"
+msgstr ""
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN107F4\n"
+"help.text"
+msgid "<variable id=\"pagebackground\"><link href=\"text/swriter/guide/pagebackground.xhp\">Changing Page Background</link></variable>"
+msgstr ""
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN10812\n"
+"help.text"
+msgid "$[officename] uses page styles to specify the background of the pages in a document. For example, to change the page background of one or more pages in a document to a watermark, you need to create a page style that uses the watermark background, and then apply the page style to the pages."
+msgstr ""
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN10820\n"
+"help.text"
+msgid "To Change the Page Background"
+msgstr ""
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN10827\n"
+"help.text"
+msgid "Choose <emph>Format - Styles and Formatting</emph>."
+msgstr "Choose <emph>Format - Stilovi i formatiranje</emph>."
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN1082F\n"
+"help.text"
+msgid "Click the <emph>Page Styles</emph> icon."
+msgstr ""
+
+#: pagebackground.xhp
+#, fuzzy
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN10837\n"
+"help.text"
+msgid "In the list of page styles, right-click an item, and then choose <emph>New</emph>."
+msgstr "Na popisu stilova stranice, desnom tipkom miša pritisnite \"Desna stranica\" i izaberite <emph>Izmijeni</emph>."
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN1083F\n"
+"help.text"
+msgid "On the <emph>Organizer</emph> tab page, type a name for the page style in the <emph>Name</emph> box."
+msgstr ""
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN1084B\n"
+"help.text"
+msgid "In the <emph>Next Style</emph> box, select the page style that you want to apply to the next page."
+msgstr ""
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN10855\n"
+"help.text"
+msgid "To only apply the new page style to a single page, select \"Default\"."
+msgstr ""
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN10859\n"
+"help.text"
+msgid "To apply the new page style to all subsequent pages, select the name of the new page style."
+msgstr ""
+
+#: pagebackground.xhp
+#, fuzzy
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN1085F\n"
+"help.text"
+msgid "Click the <emph>Background</emph> tab."
+msgstr "Kliknite <emph>Organizator</emph> karticu."
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN10867\n"
+"help.text"
+msgid "In the list box at the top, select whether you want a solid color or a graphic. Then select your options from the tab page."
+msgstr ""
+
+#: pagebackground.xhp
+#, fuzzy
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN1086B\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "Click <emph>Zatvori</emph>."
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN1087A\n"
+"help.text"
+msgid "To Change the Page Background of All Pages in a Document"
+msgstr ""
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN1087E\n"
+"help.text"
+msgid "Before you begin, ensure that you have created a page style that uses a page background. See <link href=\"text/swriter/guide/pagebackground.xhp#define\">To Change the Page Background</link> for details."
+msgstr ""
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN10892\n"
+"help.text"
+msgid "Choose <emph>Format - Styles and Formatting</emph>."
+msgstr "Choose <emph>Format - Stilovi i formatiranje</emph>."
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN1089A\n"
+"help.text"
+msgid "Click the <emph>Page Styles</emph> icon."
+msgstr ""
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN108A2\n"
+"help.text"
+msgid "Double-click the page style that uses the page background that you want to apply."
+msgstr ""
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN108A5\n"
+"help.text"
+msgid "To Use Different Page Backgrounds in the Same Document"
+msgstr ""
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN108A9\n"
+"help.text"
+msgid "Before you begin, ensure that you have created a page style that uses a page background. See <link href=\"text/swriter/guide/pagebackground.xhp#define\">To Change the Page Background</link> for details."
+msgstr ""
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN108BD\n"
+"help.text"
+msgid "Click in front of the first character of the paragraph where you want to change the page background."
+msgstr ""
+
+#: pagebackground.xhp
+#, fuzzy
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN108C1\n"
+"help.text"
+msgid "Choose <emph>Insert - Manual Break</emph>."
+msgstr "Choose <emph>Izmijeni - Kopiraj</emph>."
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN108C9\n"
+"help.text"
+msgid "Select <emph>Page break</emph>."
+msgstr ""
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN108D1\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Style</item> box, select a page style that uses the page background."
+msgstr ""
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN108DB\n"
+"help.text"
+msgid "To change the background of the current page only, select a page style where the Next Style option is set to \"Default\"."
+msgstr ""
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN108DF\n"
+"help.text"
+msgid "To change the background of the current and subsequent pages, select a page style where the Next Style option is set to the name of the page style."
+msgstr ""
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN108E2\n"
+"help.text"
+msgid "If you want to change the page background later on in the document, repeat steps 1 to 3."
+msgstr ""
+
+#: pagebackground.xhp
+#, fuzzy
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN108E8\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "Click <emph>Zatvori</emph>."
+
+#: indices_toc.xhp
+msgctxt ""
+"indices_toc.xhp\n"
+"tit\n"
+"help.text"
+msgid "Creating a Table of Contents"
+msgstr ""
+
+#: indices_toc.xhp
+msgctxt ""
+"indices_toc.xhp\n"
+"bm_id3147104\n"
+"help.text"
+msgid "<bookmark_value>tables of contents; creating and updating</bookmark_value> <bookmark_value>updating; tables of contents</bookmark_value>"
+msgstr ""
+
+#: indices_toc.xhp
+msgctxt ""
+"indices_toc.xhp\n"
+"hd_id3147104\n"
+"16\n"
+"help.text"
+msgid "<variable id=\"indices_toc\"><link href=\"text/swriter/guide/indices_toc.xhp\" name=\"Creating a Table of Contents\">Creating a Table of Contents</link></variable>"
+msgstr ""
+
+#: indices_toc.xhp
+msgctxt ""
+"indices_toc.xhp\n"
+"par_id3150942\n"
+"45\n"
+"help.text"
+msgid "The best way to generate a table of contents is to apply the predefined heading paragraph styles, such as \"Heading 1\", to the paragraphs that you want to include in your table of contents. After you apply these styles, you can then create a table of contents."
+msgstr ""
+
+#: indices_toc.xhp
+msgctxt ""
+"indices_toc.xhp\n"
+"hd_id5876949\n"
+"help.text"
+msgid "To Insert a Table of Contents"
+msgstr ""
+
+#: indices_toc.xhp
+#, fuzzy
+msgctxt ""
+"indices_toc.xhp\n"
+"par_id3150510\n"
+"17\n"
+"help.text"
+msgid "Click in your document where you want to create the table of contents."
+msgstr "Pritisnite u dokumentu gdje želite smjestiti sidro bilješku."
+
+#: indices_toc.xhp
+msgctxt ""
+"indices_toc.xhp\n"
+"par_id3150528\n"
+"18\n"
+"help.text"
+msgid "Choose <emph>Insert - Indexes and Tables - Indexes and Tables</emph>, and then click the <link href=\"text/swriter/01/04120211.xhp\" name=\"Index/Table\"><emph>Index/Table</emph></link> tab."
+msgstr ""
+
+#: indices_toc.xhp
+msgctxt ""
+"indices_toc.xhp\n"
+"par_id3153746\n"
+"46\n"
+"help.text"
+msgid "Select \"Table of Contents\" in the <emph>Type</emph> box."
+msgstr ""
+
+#: indices_toc.xhp
+msgctxt ""
+"indices_toc.xhp\n"
+"par_id3146856\n"
+"47\n"
+"help.text"
+msgid "Select any options that you want."
+msgstr ""
+
+#: indices_toc.xhp
+#, fuzzy
+msgctxt ""
+"indices_toc.xhp\n"
+"par_id3146872\n"
+"19\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "Click <emph>Zatvori</emph>."
+
+#: indices_toc.xhp
+msgctxt ""
+"indices_toc.xhp\n"
+"par_id3146896\n"
+"20\n"
+"help.text"
+msgid "If you want to use a different paragraph style as a table of contents entry, select the <item type=\"menuitem\">Additional Styles</item> check box in the <item type=\"menuitem\">Create from</item> area, and then click the (<item type=\"menuitem\">...</item>) button next to the check box. In the <item type=\"menuitem\">Assign Styles</item> dialog, click the style in the list, and then click the <item type=\"menuitem\">>></item> or the <item type=\"menuitem\"><<</item> button to define the outline level for the paragraph style."
+msgstr ""
+
+#: indices_toc.xhp
+msgctxt ""
+"indices_toc.xhp\n"
+"hd_id3153148\n"
+"21\n"
+"help.text"
+msgid "To Update a Table of Contents"
+msgstr ""
+
+#: indices_toc.xhp
+#, fuzzy
+msgctxt ""
+"indices_toc.xhp\n"
+"par_id3153161\n"
+"22\n"
+"help.text"
+msgid "Do one of the following:"
+msgstr "Uradite jedno od sljedecih"
+
+#: indices_toc.xhp
+msgctxt ""
+"indices_toc.xhp\n"
+"par_id3153183\n"
+"48\n"
+"help.text"
+msgid "Right-click in the table of contents and choose <emph>Update Index/Table</emph>."
+msgstr ""
+
+#: indices_toc.xhp
+msgctxt ""
+"indices_toc.xhp\n"
+"par_id3147066\n"
+"44\n"
+"help.text"
+msgid "Choose <emph>Tools - Update - All Indexes and Tables</emph>."
+msgstr ""
+
+#: shortcut_writing.xhp
+msgctxt ""
+"shortcut_writing.xhp\n"
+"tit\n"
+"help.text"
+msgid "Applying Text Formatting While You Type"
+msgstr ""
+
+#: shortcut_writing.xhp
+msgctxt ""
+"shortcut_writing.xhp\n"
+"bm_id3149689\n"
+"help.text"
+msgid "<bookmark_value>text; formatting bold while typing</bookmark_value> <bookmark_value>formatting; bold, while typing</bookmark_value> <bookmark_value>keyboard;bold formatting</bookmark_value> <bookmark_value>bold;formatting while typing</bookmark_value> <bookmark_value>shortcut keys;bold formatting</bookmark_value>"
+msgstr "<bookmark_value>text; formatting bold while typing</bookmark_value><bookmark_value>formatting; bold, while typing</bookmark_value><bookmark_value>keyboard;bold formatting</bookmark_value><bookmark_value>bold;formatting while typing</bookmark_value><bookmark_value>shortcut keys;bold formatting</bookmark_value>"
+
+#: shortcut_writing.xhp
+msgctxt ""
+"shortcut_writing.xhp\n"
+"hd_id3149689\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"shortcut_writing\"><link href=\"text/swriter/guide/shortcut_writing.xhp\" name=\"Applying Text Formatting While You Type\">Applying Text Formatting While You Type</link></variable>"
+msgstr ""
+
+#: shortcut_writing.xhp
+msgctxt ""
+"shortcut_writing.xhp\n"
+"hd_id3155909\n"
+"2\n"
+"help.text"
+msgid "To apply bold formatting"
+msgstr ""
+
+#: shortcut_writing.xhp
+#, fuzzy
+msgctxt ""
+"shortcut_writing.xhp\n"
+"par_id3155861\n"
+"14\n"
+"help.text"
+msgid "Select the text that you want to format."
+msgstr "Select the text that you want to capitalise."
+
+#: shortcut_writing.xhp
+msgctxt ""
+"shortcut_writing.xhp\n"
+"par_id3149836\n"
+"5\n"
+"help.text"
+msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B."
+msgstr ""
+
+#: shortcut_writing.xhp
+msgctxt ""
+"shortcut_writing.xhp\n"
+"par_id3156112\n"
+"6\n"
+"help.text"
+msgid "You can also press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B, type the text that you want to format in bold, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B when you are finished."
+msgstr ""
+
+#: shortcut_writing.xhp
+msgctxt ""
+"shortcut_writing.xhp\n"
+"hd_id3151909\n"
+"2\n"
+"help.text"
+msgid "To apply italic formatting"
+msgstr ""
+
+#: shortcut_writing.xhp
+#, fuzzy
+msgctxt ""
+"shortcut_writing.xhp\n"
+"par_id3151861\n"
+"14\n"
+"help.text"
+msgid "Select the text that you want to format."
+msgstr "Select the text that you want to capitalise."
+
+#: shortcut_writing.xhp
+msgctxt ""
+"shortcut_writing.xhp\n"
+"par_id3141836\n"
+"5\n"
+"help.text"
+msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+I."
+msgstr ""
+
+#: shortcut_writing.xhp
+msgctxt ""
+"shortcut_writing.xhp\n"
+"par_id3151112\n"
+"6\n"
+"help.text"
+msgid "You can also press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+I, type the text that you want to format in italic, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+I when you are finished."
+msgstr ""
+
+#: shortcut_writing.xhp
+msgctxt ""
+"shortcut_writing.xhp\n"
+"hd_id3152909\n"
+"2\n"
+"help.text"
+msgid "To underline text"
+msgstr ""
+
+#: shortcut_writing.xhp
+#, fuzzy
+msgctxt ""
+"shortcut_writing.xhp\n"
+"par_id3152861\n"
+"14\n"
+"help.text"
+msgid "Select the text that you want to underline."
+msgstr "Select the text that you want to capitalise."
+
+#: shortcut_writing.xhp
+msgctxt ""
+"shortcut_writing.xhp\n"
+"par_id3142836\n"
+"5\n"
+"help.text"
+msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+U."
+msgstr ""
+
+#: shortcut_writing.xhp
+#, fuzzy
+msgctxt ""
+"shortcut_writing.xhp\n"
+"par_id3152112\n"
+"6\n"
+"help.text"
+msgid "You can also press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+U, type the text that you want underlined, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+U when you are finished."
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Naredba</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F4 ili <switchinline select=\"sys\"><caseinline select=\"MAC\">Opcije</caseinline><defaultinline>Alt</defaultinline></switchinline>+F4"
+
+#: shortcut_writing.xhp
+msgctxt ""
+"shortcut_writing.xhp\n"
+"par_id3149648\n"
+"12\n"
+"help.text"
+msgid "<link href=\"text/swriter/04/01020000.xhp\" name=\"Keyboard shortcut for text documents\">Keyboard shortcut for text documents</link>"
+msgstr ""
+
+#: shortcut_writing.xhp
+msgctxt ""
+"shortcut_writing.xhp\n"
+"par_id3149611\n"
+"13\n"
+"help.text"
+msgid "<link href=\"text/shared/main0400.xhp\" name=\"Keyboard shortcut in $[officename]\">Keyboard shortcut in $[officename]</link>"
+msgstr ""
+
+#: printer_tray.xhp
+msgctxt ""
+"printer_tray.xhp\n"
+"tit\n"
+"help.text"
+msgid "Selecting printer paper trays"
+msgstr ""
+
+#: printer_tray.xhp
+msgctxt ""
+"printer_tray.xhp\n"
+"bm_id6609088\n"
+"help.text"
+msgid "<bookmark_value>selecting;paper trays</bookmark_value> <bookmark_value>paper tray selection</bookmark_value>"
+msgstr ""
+
+#: printer_tray.xhp
+msgctxt ""
+"printer_tray.xhp\n"
+"hd_id3155909\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"printer_tray\"><link href=\"text/swriter/guide/printer_tray.xhp\" name=\"Selecting printer paper trays\">Selecting Printer Paper Trays</link></variable>"
+msgstr ""
+
+#: printer_tray.xhp
+msgctxt ""
+"printer_tray.xhp\n"
+"par_id3155858\n"
+"2\n"
+"help.text"
+msgid "Use page styles to specify different paper sources for different pages in your document."
+msgstr ""
+
+#: printer_tray.xhp
+msgctxt ""
+"printer_tray.xhp\n"
+"par_id3149841\n"
+"7\n"
+"help.text"
+msgid "Choose <emph>Format - Styles and Formatting</emph>."
+msgstr "Choose <emph>Format - Stilovi i formatiranje</emph>."
+
+#: printer_tray.xhp
+msgctxt ""
+"printer_tray.xhp\n"
+"par_id3156108\n"
+"8\n"
+"help.text"
+msgid "Click the <item type=\"menuitem\">Page Styles</item> icon."
+msgstr ""
+
+#: printer_tray.xhp
+msgctxt ""
+"printer_tray.xhp\n"
+"par_id3155066\n"
+"9\n"
+"help.text"
+msgid "Right-click the page style in the list that you want to specify the paper source for, and then choose <emph>Modify</emph>."
+msgstr ""
+
+#: printer_tray.xhp
+#, fuzzy
+msgctxt ""
+"printer_tray.xhp\n"
+"par_id3153416\n"
+"10\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Paper tray</item> box, select the paper tray that you want to use."
+msgstr "U <emph>Section</emph> kutiji, selektujete dio koji zelite da umetnete."
+
+#: printer_tray.xhp
+#, fuzzy
+msgctxt ""
+"printer_tray.xhp\n"
+"par_id3153140\n"
+"11\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "Click <emph>Zatvori</emph>."
+
+#: printer_tray.xhp
+msgctxt ""
+"printer_tray.xhp\n"
+"par_id3149649\n"
+"12\n"
+"help.text"
+msgid "Repeat steps 1-5 for each page style that you want to specify the paper for."
+msgstr ""
+
+#: printer_tray.xhp
+msgctxt ""
+"printer_tray.xhp\n"
+"par_id3149616\n"
+"5\n"
+"help.text"
+msgid "Apply the page style to the pages that you want."
+msgstr ""
+
+#: printer_tray.xhp
+msgctxt ""
+"printer_tray.xhp\n"
+"par_id3154260\n"
+"13\n"
+"help.text"
+msgid "<link href=\"text/swriter/guide/pagestyles.xhp\" name=\"Creating and applying page styles\">Creating and applying page styles</link>"
+msgstr ""
+
+#: ruler.xhp
+msgctxt ""
+"ruler.xhp\n"
+"tit\n"
+"help.text"
+msgid "Using Rulers"
+msgstr ""
+
+#: ruler.xhp
+msgctxt ""
+"ruler.xhp\n"
+"bm_id8186284\n"
+"help.text"
+msgid "<bookmark_value>rulers;using rulers</bookmark_value><bookmark_value>horizontal rulers</bookmark_value><bookmark_value>vertical rulers</bookmark_value><bookmark_value>indents; setting on rulers</bookmark_value><bookmark_value>page margins on rulers</bookmark_value><bookmark_value>table cells;adjusting the width on rulers</bookmark_value><bookmark_value>showing;rulers</bookmark_value><bookmark_value>hiding;rulers</bookmark_value><bookmark_value>adjusting page margins and cell widths</bookmark_value>"
+msgstr ""
+
+#: ruler.xhp
+msgctxt ""
+"ruler.xhp\n"
+"par_idN1065F\n"
+"help.text"
+msgid "<variable id=\"ruler\"><link href=\"text/swriter/guide/ruler.xhp\">Using Rulers</link></variable>"
+msgstr ""
+
+#: ruler.xhp
+msgctxt ""
+"ruler.xhp\n"
+"par_idN1067D\n"
+"help.text"
+msgid "To show or hide rulers, choose <emph>View - Ruler</emph>. To show the vertical ruler, choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - View\"><emph>%PRODUCTNAME Writer - View</emph></link>, and then select <emph>Vertical ruler</emph> in the <emph>Ruler</emph> area."
+msgstr ""
+
+#: ruler.xhp
+msgctxt ""
+"ruler.xhp\n"
+"hd_id3149686\n"
+"20\n"
+"help.text"
+msgid "Adjusting Page Margins"
+msgstr ""
+
+#: ruler.xhp
+msgctxt ""
+"ruler.xhp\n"
+"par_id3155175\n"
+"3\n"
+"help.text"
+msgid "The margins of a page are indicated by the filled areas at the ends of the rulers."
+msgstr ""
+
+#: ruler.xhp
+msgctxt ""
+"ruler.xhp\n"
+"hd_id3149038\n"
+"22\n"
+"help.text"
+msgid "Changing Indents"
+msgstr ""
+
+#: ruler.xhp
+msgctxt ""
+"ruler.xhp\n"
+"par_id3153631\n"
+"23\n"
+"help.text"
+msgid "Indents are adjusted with the three small triangles on the horizontal ruler."
+msgstr ""
+
+#: ruler.xhp
+msgctxt ""
+"ruler.xhp\n"
+"par_id3152776\n"
+"26\n"
+"help.text"
+msgid "To change the left or the right paragraph indent, select the paragraph(s) that you want change the indent for, drag the bottom left or the bottom right triangle on the horizontal ruler to a new location."
+msgstr ""
+
+#: ruler.xhp
+msgctxt ""
+"ruler.xhp\n"
+"par_id3145769\n"
+"27\n"
+"help.text"
+msgid "To change the first line indent of a selected paragraph, drag the top left triangle on the horizontal ruler to a new location."
+msgstr ""
+
+#: ruler.xhp
+msgctxt ""
+"ruler.xhp\n"
+"par_id3149164\n"
+"12\n"
+"help.text"
+msgid "You can also double-click anywhere on the horizontal ruler, and adjust the indents in the <link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\"><emph>Paragraph</emph></link> dialog."
+msgstr ""
+
+#: conditional_text2.xhp
+msgctxt ""
+"conditional_text2.xhp\n"
+"tit\n"
+"help.text"
+msgid "Conditional Text for Page Counts"
+msgstr "Uslovni Tekst za Odbrojavanje Stranica"
+
+#: conditional_text2.xhp
+msgctxt ""
+"conditional_text2.xhp\n"
+"bm_id3153108\n"
+"help.text"
+msgid "<bookmark_value>page counts</bookmark_value> <bookmark_value>conditional text;page counts</bookmark_value>"
+msgstr "<bookmark_value>odbrojavanje stranica</bookmark_value><bookmark_value>uslovni tekst;odbrojavanje stranica</bookmark_value>"
+
+#: conditional_text2.xhp
+msgctxt ""
+"conditional_text2.xhp\n"
+"hd_id3153108\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"conditional_text2\"><link href=\"text/swriter/guide/conditional_text2.xhp\" name=\"Conditional Text for Page Counts\">Conditional Text for Page Counts</link></variable>"
+msgstr "<variable id=\"conditional_text2\"><link href=\"text/swriter/guide/conditional_text2.xhp\" name=\"Conditional Text for Page Counts\">Uslovni Teks za Odbrojavajne Stranica</link></variable>"
+
+#: conditional_text2.xhp
+msgctxt ""
+"conditional_text2.xhp\n"
+"par_id3156228\n"
+"3\n"
+"help.text"
+msgid "You can create a conditional text field that displays the word \"pages\" instead of \"page\" in conjunction with a page count field if your document contains more than one page."
+msgstr "Možete stvoriti uvjetni tekst iz polja koje prikazuje rijec \"stranice\" umjesto \"stranica\" u vezi sa poljem odbrojavanje stranica ako vaš dokument sadrži više od jedne stranice."
+
+#: conditional_text2.xhp
+msgctxt ""
+"conditional_text2.xhp\n"
+"par_id3156257\n"
+"4\n"
+"help.text"
+msgid "Place the cursor in your document where you want to insert the page count."
+msgstr "Postavite pokazivac u dokumentu gdje želite umetnuti odbrojavanje stranica."
+
+#: conditional_text2.xhp
+msgctxt ""
+"conditional_text2.xhp\n"
+"par_id3150513\n"
+"5\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Insert - Fields - Page Count</item>, and then enter a space."
+msgstr "Izaberite <emph> Unesite - Polje - Odbrojavanje Stranica</emph>, a zatim unesite prostor."
+
+#: conditional_text2.xhp
+#, fuzzy
+msgctxt ""
+"conditional_text2.xhp\n"
+"par_id3150537\n"
+"6\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Insert - Fields - Other</item>, and then click the <item type=\"menuitem\">Functions</item> tab."
+msgstr "Izaberite <emph> Unesite - Polja - Ostalo</emph> i kliknite <emph> Funkcije</emph> karticu."
+
+#: conditional_text2.xhp
+#, fuzzy
+msgctxt ""
+"conditional_text2.xhp\n"
+"par_id3153166\n"
+"9\n"
+"help.text"
+msgid "Click \"Conditional text\" in the <item type=\"menuitem\">Type</item> list."
+msgstr "Pritisnite stil numeriranja u <emph> Format</emph> list."
+
+#: conditional_text2.xhp
+msgctxt ""
+"conditional_text2.xhp\n"
+"par_id3145256\n"
+"7\n"
+"help.text"
+msgid "Type <item type=\"literal\">Page > 1</item> in the <item type=\"menuitem\">Condition</item> box."
+msgstr ""
+
+#: conditional_text2.xhp
+msgctxt ""
+"conditional_text2.xhp\n"
+"par_id3145280\n"
+"10\n"
+"help.text"
+msgid "Type <item type=\"literal\">Pages</item> in the <item type=\"menuitem\">Then</item> box."
+msgstr ""
+
+#: conditional_text2.xhp
+msgctxt ""
+"conditional_text2.xhp\n"
+"par_id3145305\n"
+"11\n"
+"help.text"
+msgid "Type <item type=\"literal\">Page</item> in the <item type=\"menuitem\">Else</item> box."
+msgstr ""
+
+#: conditional_text2.xhp
+msgctxt ""
+"conditional_text2.xhp\n"
+"par_id3155535\n"
+"8\n"
+"help.text"
+msgid "Click <emph>Insert</emph>, and then click <emph>Close</emph>."
+msgstr ""
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"tit\n"
+"help.text"
+msgid "Using AutoText"
+msgstr ""
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"bm_id3155521\n"
+"help.text"
+msgid "<bookmark_value>AutoText</bookmark_value> <bookmark_value>networks and AutoText directories</bookmark_value> <bookmark_value>lists;AutoText shortcuts</bookmark_value> <bookmark_value>printing;AutoText shortcuts</bookmark_value> <bookmark_value>inserting;text blocks</bookmark_value> <bookmark_value>text blocks</bookmark_value> <bookmark_value>blocks of text</bookmark_value>"
+msgstr ""
+
+#: autotext.xhp
+#, fuzzy
+msgctxt ""
+"autotext.xhp\n"
+"hd_id3155521\n"
+"26\n"
+"help.text"
+msgid "<variable id=\"autotext\"><link href=\"text/swriter/guide/autotext.xhp\" name=\"Using AutoText\">Using AutoText</link></variable>"
+msgstr "<variable id=\"datapilot_edittable\"><link href=\"text/scalc/guide/datapilot_edittable.xhp\" name=\"Editovanje DataPilot Tabela\">Editing DataPilot Tables</link></variable>"
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"par_id3150534\n"
+"27\n"
+"help.text"
+msgid "In $[officename] Writer, you can store text - also containing graphics, tables, and fields - as AutoText, so that you can quickly insert the text later on. If you want, you can also store formatted text."
+msgstr ""
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"hd_id3155539\n"
+"48\n"
+"help.text"
+msgid "To To Create an AutoText Entry"
+msgstr ""
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"par_id3155560\n"
+"47\n"
+"help.text"
+msgid "Select the text, text with graphics, table, or field that you want to save as an AutoText entry. A graphic can only be stored if it is anchored as a character and is preceded and followed by at least one text character."
+msgstr ""
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"par_id3155581\n"
+"57\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Edit - AutoText</item>."
+msgstr ""
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"par_id3147761\n"
+"58\n"
+"help.text"
+msgid "Select the category where you want to store the AutoText."
+msgstr ""
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"par_id3147779\n"
+"59\n"
+"help.text"
+msgid "Type a name that is longer than four characters. This allows you to use the <emph>Display remainder of name as suggestion while typing</emph> AutoText option. If you want, you can modify the proposed shortcut."
+msgstr ""
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"par_id3147807\n"
+"60\n"
+"help.text"
+msgid "Click the <emph>AutoText</emph> button, and then choose <emph>New</emph>."
+msgstr ""
+
+#: autotext.xhp
+#, fuzzy
+msgctxt ""
+"autotext.xhp\n"
+"par_idN10732\n"
+"help.text"
+msgid "Click the <emph>Close</emph> button."
+msgstr "Kliknite na dugme <emph>Format</emph>."
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"hd_id3147282\n"
+"39\n"
+"help.text"
+msgid "To Insert an AutoText Entry"
+msgstr ""
+
+#: autotext.xhp
+#, fuzzy
+msgctxt ""
+"autotext.xhp\n"
+"par_id3145597\n"
+"61\n"
+"help.text"
+msgid "Click in your document where you want to insert an AutoText entry."
+msgstr "Postavite pokazivac u dokumentu gdje želite umetnuti odbrojavanje stranica."
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"par_id3145615\n"
+"28\n"
+"help.text"
+msgid "Choose <link href=\"text/swriter/01/02120000.xhp\" name=\"Edit - AutoText\"><emph>Edit - AutoText</emph></link>."
+msgstr ""
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"par_id3145644\n"
+"38\n"
+"help.text"
+msgid "Select the AutoText that you want to insert, and then click <item type=\"menuitem\">Insert</item>."
+msgstr ""
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"par_id3145668\n"
+"30\n"
+"help.text"
+msgid "You can also type the shortcut for an AutoText entry, and then press F3, or click the arrow next to the <item type=\"menuitem\">AutoText</item> icon on the <item type=\"menuitem\">Insert</item> bar, and then choose an AutoText entry."
+msgstr ""
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"par_id3155090\n"
+"43\n"
+"help.text"
+msgid "To quickly enter a %PRODUCTNAME Math formula, type <item type=\"literal\">fn</item>, and then press F3. If you insert more than one formula, the formulae are sequentially numbered. To insert dummy text, type <item type=\"literal\">dt</item>, and then press F3."
+msgstr ""
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"hd_id3155115\n"
+"45\n"
+"help.text"
+msgid "To Print a List of AutoText Entries"
+msgstr ""
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"par_id3155136\n"
+"44\n"
+"help.text"
+msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph>."
+msgstr ""
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"par_id3155160\n"
+"62\n"
+"help.text"
+msgid "In the <emph>Macro from</emph> list, double-click \"%PRODUCTNAME Macros - Gimmicks\"."
+msgstr ""
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"par_id3151277\n"
+"63\n"
+"help.text"
+msgid "Select \"AutoText\" and then click <emph>Run</emph>. A list of the current AutoText entries is generated in a separate text document."
+msgstr ""
+
+#: autotext.xhp
+#, fuzzy
+msgctxt ""
+"autotext.xhp\n"
+"par_id3151304\n"
+"64\n"
+"help.text"
+msgid "Choose <emph>File - Print</emph>."
+msgstr "Choose <emph>Izmijeni - Kopiraj</emph>."
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"hd_id3151327\n"
+"49\n"
+"help.text"
+msgid "Using AutoText in Network Installations"
+msgstr ""
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"par_id3151355\n"
+"50\n"
+"help.text"
+msgid "You can store AutoText entries in different directories on a network."
+msgstr ""
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"par_id3151370\n"
+"51\n"
+"help.text"
+msgid "For example, you can store \"read-only\" AutoText entries for your company on a central server, and user-defined AutoText entries in a local directory."
+msgstr ""
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"par_id3151390\n"
+"52\n"
+"help.text"
+msgid "The paths for the AutoText directories can be edited in the configuration."
+msgstr ""
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"par_id3154960\n"
+"53\n"
+"help.text"
+msgid "Two directories are listed here. The first entry is on the server installation and the second entry is in the user directory. If there are two AutoText entries with the same name in both directories, the entry from the user directory is used."
+msgstr ""
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"par_id3154995\n"
+"42\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/02120000.xhp\" name=\"Edit - AutoText\">Edit - AutoText</link>"
+msgstr ""
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"par_id3155012\n"
+"46\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06040600.xhp\" name=\"Word Completion\">Word Completion</link>"
+msgstr ""
+
+#: footnote_usage.xhp
+msgctxt ""
+"footnote_usage.xhp\n"
+"tit\n"
+"help.text"
+msgid "Inserting and Editing Footnotes or Endnotes"
+msgstr "Umetanje i uredivanje Fusnote ili Bilješke"
+
+#: footnote_usage.xhp
+msgctxt ""
+"footnote_usage.xhp\n"
+"bm_id3145819\n"
+"help.text"
+msgid "<bookmark_value>endnotes;inserting and editing</bookmark_value> <bookmark_value>inserting;footnotes/endnotes</bookmark_value> <bookmark_value>deleting;footnotes</bookmark_value> <bookmark_value>editing;footnotes/endnotes</bookmark_value> <bookmark_value>organizing;footnotes</bookmark_value> <bookmark_value>footnotes; inserting and editing</bookmark_value>"
+msgstr "<bookmark_value> bilješke; umetanje i uredivanje</bookmark_value><bookmark_value> umetanjem; fusnotama / bilješke</bookmark_value><bookmark_value> brisanje; fusnote</bookmark_value><bookmark_value>editing; fusnotama / bilješke</bookmark_value><bookmark_value> organizira fusnote</bookmark_value><bookmark_value> fusnota, ubacivanje i uredivanje</bookmark_value><bookmark_value> uklanjanja; fusnota</bookmark_value>"
+
+#: footnote_usage.xhp
+msgctxt ""
+"footnote_usage.xhp\n"
+"hd_id3145819\n"
+"16\n"
+"help.text"
+msgid "<variable id=\"footnote_usage\"><link href=\"text/swriter/guide/footnote_usage.xhp\" name=\"Inserting and Editing Footnotes or Endnotes\">Inserting and Editing Footnotes or Endnotes</link></variable>"
+msgstr "<variable id=\"footnote_usage\"> <link href=\"text/swriter/guide/footnote_usage.xhp\" name=\"Inserting i uredivanje Fusnote ili Endnotes\"> Umetanje i uredivanje Fusnote ili Bilješke</link></variable>"
+
+#: footnote_usage.xhp
+msgctxt ""
+"footnote_usage.xhp\n"
+"par_id3154258\n"
+"14\n"
+"help.text"
+msgid "Footnotes reference more information about a topic at the bottom of a page and endnotes reference information at the end of the document. $[officename] automatically numbers the footnotes and endnotes."
+msgstr "Fusnote referencira više informacija o temi na dnu stranice i bilježi referentne informacije na kraju dokumenta. $ [officename] automatski nabrojava fusnote i bilješke."
+
+#: footnote_usage.xhp
+msgctxt ""
+"footnote_usage.xhp\n"
+"hd_id3155881\n"
+"24\n"
+"help.text"
+msgid "To Insert a Footnote or Endnote"
+msgstr "Za umetanje fusnota ili krajnja bilješka:"
+
+#: footnote_usage.xhp
+msgctxt ""
+"footnote_usage.xhp\n"
+"par_id3155903\n"
+"25\n"
+"help.text"
+msgid "Click in your document where you want to place the anchor of the note."
+msgstr "Pritisnite u dokumentu gdje želite smjestiti sidro bilješku."
+
+#: footnote_usage.xhp
+msgctxt ""
+"footnote_usage.xhp\n"
+"par_id3147120\n"
+"26\n"
+"help.text"
+msgid "Choose <link href=\"text/swriter/01/04030000.xhp\" name=\"Insert - Footnote\"><emph>Insert - Footnote/Endnote</emph></link>."
+msgstr "Izaberite <link href=\"text/swriter/01/04030000.xhp\" name=\"Insert-Footnote\"> <emph> Insert - Fusnota / EndNote</emph></link>."
+
+#: footnote_usage.xhp
+msgctxt ""
+"footnote_usage.xhp\n"
+"par_id3150937\n"
+"34\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Numbering</item> area, select the format that you want to use. If you select <item type=\"menuitem\">Character</item>, click the browse button (<item type=\"menuitem\">...</item>) and select the character that you want to use for the footnote."
+msgstr "U <emph> numeriranje</emph> prostor, odaberite format koji želite koristiti. Ako odaberete <emph> znakova</emph>, kliknite dugme Browse (<emph> ...</emph>) te odaberite znak koji želite koristiti za fusnotu."
+
+#: footnote_usage.xhp
+msgctxt ""
+"footnote_usage.xhp\n"
+"par_id3150508\n"
+"35\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Type</item> area, select <item type=\"menuitem\">Footnote</item> or <item type=\"menuitem\">Endnote</item>."
+msgstr ""
+
+#: footnote_usage.xhp
+#, fuzzy
+msgctxt ""
+"footnote_usage.xhp\n"
+"par_id3150704\n"
+"36\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "Click <emph>Zatvori</emph>."
+
+#: footnote_usage.xhp
+msgctxt ""
+"footnote_usage.xhp\n"
+"par_id3150729\n"
+"37\n"
+"help.text"
+msgid "Type the note."
+msgstr "Ukucajte bilješku."
+
+#: footnote_usage.xhp
+msgctxt ""
+"footnote_usage.xhp\n"
+"par_id3148843\n"
+"help.text"
+msgid "<image id=\"img_id3148857\" src=\"cmd/sc_insertfootnote.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3148857\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148857\" src=\"cmd/sc_insertfootnote.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3148857\">Ikona</alt></image>"
+
+#: footnote_usage.xhp
+msgctxt ""
+"footnote_usage.xhp\n"
+"par_id3153176\n"
+"27\n"
+"help.text"
+msgid "You can also insert footnotes by clicking the <emph>Insert Footnote Directly</emph> icon on the <emph>Insert</emph> toolbar."
+msgstr "Takoder možete umetnuti fusnote klikom <emph> Umetni Fusnota Direktno</emph> ikona na <emph> Umetni</emph> alatnoj traci."
+
+#: footnote_usage.xhp
+msgctxt ""
+"footnote_usage.xhp\n"
+"hd_id3155543\n"
+"28\n"
+"help.text"
+msgid "To Edit a Footnote or Endnote"
+msgstr "Uredivanje Fusnote ili Bilješke"
+
+#: footnote_usage.xhp
+msgctxt ""
+"footnote_usage.xhp\n"
+"par_id3150167\n"
+"6\n"
+"help.text"
+msgid "The mouse pointer changes to a hand when you rest it over a footnote or endnote anchor in your document."
+msgstr "Pokazivac miša mijenja se u ruci kad se zaustavi se preko fusnota ili krajnja bilješka sidro u dokumentu."
+
+#: footnote_usage.xhp
+msgctxt ""
+"footnote_usage.xhp\n"
+"par_id3155563\n"
+"29\n"
+"help.text"
+msgid "To edit the text of a footnote or endnote, click in the note, or click the anchor for the note in the text."
+msgstr "Da biste uredili tekst fusnota ili krajnja bilješka, kliknite u bilješku, ili kliknite sidro za bilješke u tekst."
+
+#: footnote_usage.xhp
+msgctxt ""
+"footnote_usage.xhp\n"
+"par_id3145029\n"
+"40\n"
+"help.text"
+msgid "To change the format of a footnote, click in the footnote, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command+T</caseinline><defaultinline>F11</defaultinline></switchinline> to open the Styles and Formatting window, right-click \"Footnote\" in the list, and then choose <emph>Modify</emph>."
+msgstr ""
+
+#: footnote_usage.xhp
+msgctxt ""
+"footnote_usage.xhp\n"
+"par_id3145062\n"
+"30\n"
+"help.text"
+msgid "To jump from the footnote or endnote text to the note anchor in the text, press PageUp."
+msgstr "Za skok od fusnota ili bilješke teksta ka bilješci sidra u tekstu, pritisnite PageUp."
+
+#: footnote_usage.xhp
+msgctxt ""
+"footnote_usage.xhp\n"
+"par_id3145081\n"
+"4\n"
+"help.text"
+msgid "To edit the numbering properties of a footnote or endnote anchor, click in front of the anchor, and choose <link href=\"text/swriter/01/02150000.xhp\" name=\"Edit - Footnote\"><emph>Edit - Footnote/Endnote</emph></link>."
+msgstr "Da biste izmijenili svojstva numeriranje fusnota ili krajnja bilješka sidro, kliknite ispred sidro, i izaberite <link href=\"text/swriter/01/02150000.xhp\" name=\"Edit-Footnote\"> <emph> Edit - Fusnota / EndNote</emph></link>."
+
+#: footnote_usage.xhp
+msgctxt ""
+"footnote_usage.xhp\n"
+"par_id3147776\n"
+"3\n"
+"help.text"
+msgid "To change the formatting that $[officename] applies to footnotes and endnotes, choose <link href=\"text/swriter/01/06080000.xhp\" name=\"Tools - Footnotes\"><emph>Tools - Footnotes/Endnotes</emph></link>."
+msgstr "Da biste promijenili formatiranje koje $ [officename] odnosi se na fusnote i bilješke, izaberite <link href=\"text/swriter/01/06080000.xhp\" name=\"Tools-Footnotes\"> <emph> Alati - Bilješke / Bilješke</emph></link>."
+
+#: footnote_usage.xhp
+msgctxt ""
+"footnote_usage.xhp\n"
+"par_id3147813\n"
+"15\n"
+"help.text"
+msgid "To edit the properties of the text area for footnotes or endnotes, choose <emph>Format - Page</emph>, and then click the <link href=\"text/swriter/01/05040600.xhp\" name=\"Footnote\"><emph>Footnote</emph></link> tab."
+msgstr "Da biste izmijenili svojstva prostora za tekst fusnote ili bilješke, izaberite <emph> Format - Stranica</emph>, a zatim kliknite <link href=\"text/swriter/01/05040600.xhp\" name=\"Footnote\"> <emph> Fusnota</emph></link> karticu."
+
+#: footnote_usage.xhp
+msgctxt ""
+"footnote_usage.xhp\n"
+"par_id3147232\n"
+"41\n"
+"help.text"
+msgid "To remove a footnote, delete the footnote anchor in the text."
+msgstr "Da biste uklonili fusnotu, obrišite sidro fusnote u tekstu."
+
+#: print_brochure.xhp
+msgctxt ""
+"print_brochure.xhp\n"
+"tit\n"
+"help.text"
+msgid "Printing a Brochure"
+msgstr ""
+
+#: print_brochure.xhp
+msgctxt ""
+"print_brochure.xhp\n"
+"bm_id6743064\n"
+"help.text"
+msgid "<bookmark_value>printing; individual brochures</bookmark_value> <bookmark_value>booklet printing</bookmark_value> <bookmark_value>brochures; printing individual</bookmark_value>"
+msgstr ""
+
+#: print_brochure.xhp
+msgctxt ""
+"print_brochure.xhp\n"
+"par_idN105F6\n"
+"help.text"
+msgid "<variable id=\"print_brochure\"><link href=\"text/swriter/guide/print_brochure.xhp\">Printing a Brochure</link></variable>"
+msgstr ""
+
+#: print_brochure.xhp
+msgctxt ""
+"print_brochure.xhp\n"
+"par_idN10614\n"
+"help.text"
+msgid "You can print a Writer document as a brochure or a booklet. That is, Writer prints two pages on each side of the paper, so that when you fold the paper, you can read the document as a book."
+msgstr ""
+
+#: print_brochure.xhp
+msgctxt ""
+"print_brochure.xhp\n"
+"par_idN106DE\n"
+"help.text"
+msgid "When you create a document that you want to print as a brochure, use portrait orientation for the pages. Writer applies the brochure layout when you print the document."
+msgstr ""
+
+#: print_brochure.xhp
+msgctxt ""
+"print_brochure.xhp\n"
+"par_idN1061A\n"
+"help.text"
+msgid "To Print a Brochure"
+msgstr ""
+
+#: print_brochure.xhp
+#, fuzzy
+msgctxt ""
+"print_brochure.xhp\n"
+"par_idN10621\n"
+"help.text"
+msgid "Choose <emph>File - Print</emph>."
+msgstr "Choose <emph>Izmijeni - Kopiraj</emph>."
+
+#: print_brochure.xhp
+msgctxt ""
+"print_brochure.xhp\n"
+"par_idN106B6\n"
+"help.text"
+msgid "In the <emph>Print</emph> dialog, click <emph>Properties</emph>."
+msgstr ""
+
+#: print_brochure.xhp
+msgctxt ""
+"print_brochure.xhp\n"
+"par_idN1070E\n"
+"help.text"
+msgid "In the properties dialog for your printer, set the paper orientation to landscape."
+msgstr ""
+
+#: print_brochure.xhp
+msgctxt ""
+"print_brochure.xhp\n"
+"par_id8947416\n"
+"help.text"
+msgid "If your printer prints duplex, and because brochures always print in landscape mode, you should use the \"duplex - short edge\" setting in your printer setup dialog."
+msgstr ""
+
+#: print_brochure.xhp
+msgctxt ""
+"print_brochure.xhp\n"
+"par_idN10628\n"
+"help.text"
+msgid "Return to <emph>Print</emph> dialog, and click the <emph>Page Layout</emph> tab page."
+msgstr ""
+
+#: print_brochure.xhp
+msgctxt ""
+"print_brochure.xhp\n"
+"par_idN1062C\n"
+"help.text"
+msgid "Select <emph>Brochure</emph>."
+msgstr ""
+
+#: print_brochure.xhp
+msgctxt ""
+"print_brochure.xhp\n"
+"par_idN10740\n"
+"help.text"
+msgid "For a printer that automatically prints on both sides of a page, specify to include \"All pages\"."
+msgstr ""
+
+#: print_brochure.xhp
+#, fuzzy
+msgctxt ""
+"print_brochure.xhp\n"
+"par_idN10630\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "Click <emph>Zatvori</emph>."
+
+#: print_brochure.xhp
+msgctxt ""
+"print_brochure.xhp\n"
+"par_idN106EA\n"
+"help.text"
+msgid "If %PRODUCTNAME prints the pages in the wrong order, open the <emph>Options</emph> tab page, select <emph>Print in reverse page order</emph>, and then print the document again."
+msgstr ""
+
+#: border_page.xhp
+msgctxt ""
+"border_page.xhp\n"
+"tit\n"
+"help.text"
+msgid "Defining Borders for Pages"
+msgstr ""
+
+#: border_page.xhp
+msgctxt ""
+"border_page.xhp\n"
+"bm_id3156136\n"
+"help.text"
+msgid "<bookmark_value>pages;defining borders</bookmark_value> <bookmark_value>borders; for pages</bookmark_value> <bookmark_value>frames; around pages</bookmark_value> <bookmark_value>defining;page borders</bookmark_value>"
+msgstr ""
+
+#: border_page.xhp
+msgctxt ""
+"border_page.xhp\n"
+"hd_id3156136\n"
+"15\n"
+"help.text"
+msgid "<variable id=\"border_page\"><link href=\"text/swriter/guide/border_page.xhp\" name=\"Defining Borders for Pages\">Defining Borders for Pages</link> </variable>"
+msgstr ""
+
+#: border_page.xhp
+msgctxt ""
+"border_page.xhp\n"
+"par_id3148473\n"
+"1\n"
+"help.text"
+msgid "In Writer, you define borders for <emph>page styles</emph>, not individual pages. All changes made to borders apply to all pages that use the same page style. Note that page style changes cannot be undone by the Undo function in $[officename]."
+msgstr ""
+
+#: border_page.xhp
+msgctxt ""
+"border_page.xhp\n"
+"hd_id3150503\n"
+"2\n"
+"help.text"
+msgid "To Set a Predefined Border Style"
+msgstr ""
+
+#: border_page.xhp
+#, fuzzy
+msgctxt ""
+"border_page.xhp\n"
+"par_id3148491\n"
+"3\n"
+"help.text"
+msgid "Choose <emph>Format - Page - Borders</emph>."
+msgstr "Choose <emph>Izmijeni - Kopiraj</emph>."
+
+#: border_page.xhp
+msgctxt ""
+"border_page.xhp\n"
+"par_id3150771\n"
+"4\n"
+"help.text"
+msgid "Select one of the default border styles in the <emph>Default</emph> area."
+msgstr ""
+
+#: border_page.xhp
+msgctxt ""
+"border_page.xhp\n"
+"par_id3154046\n"
+"5\n"
+"help.text"
+msgid "Select a line style and color for the selected border style in the <emph>Line</emph> area. These settings apply to all border lines that are included in the selected border style."
+msgstr ""
+
+#: border_page.xhp
+msgctxt ""
+"border_page.xhp\n"
+"par_id3152472\n"
+"6\n"
+"help.text"
+msgid "Select the distance between the border lines and the page contents in the <emph>Spacing to contents</emph> area."
+msgstr ""
+
+#: border_page.xhp
+msgctxt ""
+"border_page.xhp\n"
+"par_id3156023\n"
+"7\n"
+"help.text"
+msgid "Click <emph>OK</emph> to apply the changes."
+msgstr ""
+
+#: border_page.xhp
+msgctxt ""
+"border_page.xhp\n"
+"hd_id3145068\n"
+"8\n"
+"help.text"
+msgid "To Set a Customized Border Style"
+msgstr ""
+
+#: border_page.xhp
+#, fuzzy
+msgctxt ""
+"border_page.xhp\n"
+"par_id3148663\n"
+"9\n"
+"help.text"
+msgid "Choose <emph>Format - Page - Borders</emph>."
+msgstr "Choose <emph>Izmijeni - Kopiraj</emph>."
+
+#: border_page.xhp
+msgctxt ""
+"border_page.xhp\n"
+"par_id3150541\n"
+"10\n"
+"help.text"
+msgid "In the <emph>User-defined</emph> area select the edge(s) that you want to appear in a common layout. Click on an edge in the preview to toggle the selection of an edge."
+msgstr ""
+
+#: border_page.xhp
+msgctxt ""
+"border_page.xhp\n"
+"par_id3159149\n"
+"11\n"
+"help.text"
+msgid "Select a line style and color for the selected border style in the <emph>Line</emph> area. These settings apply to all border lines that are included in the selected border style."
+msgstr ""
+
+#: border_page.xhp
+msgctxt ""
+"border_page.xhp\n"
+"par_id3156282\n"
+"12\n"
+"help.text"
+msgid "Repeat the last two steps for every border edge."
+msgstr ""
+
+#: border_page.xhp
+msgctxt ""
+"border_page.xhp\n"
+"par_id3151041\n"
+"13\n"
+"help.text"
+msgid "Select the distance between the border lines and the page contents in the <emph>Spacing to contents</emph> area."
+msgstr ""
+
+#: border_page.xhp
+msgctxt ""
+"border_page.xhp\n"
+"par_id3145606\n"
+"14\n"
+"help.text"
+msgid "Click <emph>OK</emph> to apply the changes."
+msgstr ""
+
+#: calculate_intable.xhp
+msgctxt ""
+"calculate_intable.xhp\n"
+"tit\n"
+"help.text"
+msgid "Calculating Cell Totals in Tables"
+msgstr ""
+
+#: calculate_intable.xhp
+msgctxt ""
+"calculate_intable.xhp\n"
+"bm_id3147400\n"
+"help.text"
+msgid "<bookmark_value>calculating;sums in text tables</bookmark_value> <bookmark_value>totals in text tables</bookmark_value> <bookmark_value>tables;calculating sums</bookmark_value> <bookmark_value>cells;calculating sums</bookmark_value> <bookmark_value>table cells;calculating sums</bookmark_value> <bookmark_value>sums of table cell series</bookmark_value>"
+msgstr ""
+
+#: calculate_intable.xhp
+msgctxt ""
+"calculate_intable.xhp\n"
+"hd_id3147400\n"
+"3\n"
+"help.text"
+msgid "<variable id=\"calculate_intable\"><link href=\"text/swriter/guide/calculate_intable.xhp\" name=\"Calculating Cell Totals in Tables\">Calculating the Sum of a Series of Table Cells</link></variable>"
+msgstr ""
+
+#: calculate_intable.xhp
+msgctxt ""
+"calculate_intable.xhp\n"
+"par_id3154243\n"
+"4\n"
+"help.text"
+msgid "Choose <emph>Insert - Table</emph>, and insert a table with one column and more than one row into a text document."
+msgstr ""
+
+#: calculate_intable.xhp
+msgctxt ""
+"calculate_intable.xhp\n"
+"par_id3154203\n"
+"5\n"
+"help.text"
+msgid "Type a number in each cell of the column, but leave the last cell in the column empty."
+msgstr ""
+
+#: calculate_intable.xhp
+msgctxt ""
+"calculate_intable.xhp\n"
+"par_id3154222\n"
+"6\n"
+"help.text"
+msgid "Place the cursor in the last cell of the column, and then click the <item type=\"menuitem\">Sum</item> icon on the <item type=\"menuitem\">Table Bar</item>.<br/>The <item type=\"menuitem\">Formula Bar</item> appears with the entry \"=sum\"."
+msgstr ""
+
+#: calculate_intable.xhp
+msgctxt ""
+"calculate_intable.xhp\n"
+"par_id3147775\n"
+"15\n"
+"help.text"
+msgid "Click in the first cell of the series you want to sum up, drag to the final cell, and then release.<br/>$[officename] inserts a formula for calculating the sum of the values in the current column."
+msgstr ""
+
+#: calculate_intable.xhp
+msgctxt ""
+"calculate_intable.xhp\n"
+"par_id3150507\n"
+"8\n"
+"help.text"
+msgid "Press Enter, or click <emph>Apply</emph> in the Formula bar. <br/>The sum of the values in the current column is entered in the cell."
+msgstr ""
+
+#: calculate_intable.xhp
+msgctxt ""
+"calculate_intable.xhp\n"
+"par_id3150533\n"
+"10\n"
+"help.text"
+msgid "If you enter a different number anywhere in the column, the sum is updated as soon as you click in the last column cell."
+msgstr ""
+
+#: calculate_intable.xhp
+msgctxt ""
+"calculate_intable.xhp\n"
+"par_id3155533\n"
+"11\n"
+"help.text"
+msgid "Similarly, you can also quickly calculate the sum of a row of numbers."
+msgstr ""
+
+#: printing_order.xhp
+msgctxt ""
+"printing_order.xhp\n"
+"tit\n"
+"help.text"
+msgid "Printing in Reverse Order"
+msgstr ""
+
+#: printing_order.xhp
+msgctxt ""
+"printing_order.xhp\n"
+"bm_id3149688\n"
+"help.text"
+msgid "<bookmark_value>ordering;printing in reverse order</bookmark_value> <bookmark_value>printing; reverse order</bookmark_value>"
+msgstr ""
+
+#: printing_order.xhp
+msgctxt ""
+"printing_order.xhp\n"
+"hd_id3149688\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"printing_order\"><link href=\"text/swriter/guide/printing_order.xhp\" name=\"Printing in Reverse Order\">Printing in Reverse Order</link></variable>"
+msgstr ""
+
+#: printing_order.xhp
+#, fuzzy
+msgctxt ""
+"printing_order.xhp\n"
+"par_id3155854\n"
+"3\n"
+"help.text"
+msgid "Choose <emph>File - Print</emph>."
+msgstr "Choose <emph>Izmijeni - Kopiraj</emph>."
+
+#: printing_order.xhp
+#, fuzzy
+msgctxt ""
+"printing_order.xhp\n"
+"par_id3149836\n"
+"5\n"
+"help.text"
+msgid "Click the <emph>General</emph> tab."
+msgstr "Kliknite <emph>Organizator</emph> karticu."
+
+#: printing_order.xhp
+msgctxt ""
+"printing_order.xhp\n"
+"par_id3156106\n"
+"6\n"
+"help.text"
+msgid "Choose <emph>Print in reverse page order</emph>."
+msgstr ""
+
+#: printing_order.xhp
+#, fuzzy
+msgctxt ""
+"printing_order.xhp\n"
+"par_id3153418\n"
+"7\n"
+"help.text"
+msgid "Click <emph>Print</emph>."
+msgstr "Click <emph>Zatvori</emph>."
+
+#: printing_order.xhp
+msgctxt ""
+"printing_order.xhp\n"
+"par_id3149616\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01130000.xhp\" name=\"Printing\">Printing</link>"
+msgstr "<link href=\"text/shared/01/01130000.xhp\" name=\"Printing\">Štampanje</link>"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"tit\n"
+"help.text"
+msgid "User Defined Borders in Text Documents"
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"bm_id6737876\n"
+"help.text"
+msgid "<bookmark_value>borders;for text tables</bookmark_value> <bookmark_value>cells;borders in text tables</bookmark_value> <bookmark_value>defining;table borders in Writer</bookmark_value> <bookmark_value>frames;around text tables</bookmark_value> <bookmark_value>tables;defining borders</bookmark_value>"
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"hd_id3614917\n"
+"help.text"
+msgid "<variable id=\"borders\"><link href=\"text/swriter/guide/borders.xhp\">User Defined Borders in Text Documents</link></variable>"
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id1069368\n"
+"help.text"
+msgid "You can apply a variety of different cell borders to selected cells in a Writer table and to the whole table. Other objects in text documents can have user defined borders, too. For example, you can assign borders to page styles, to frames, and to inserted pictures or charts."
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id6527298\n"
+"help.text"
+msgid "Select the cell or a block of cells in a Writer table."
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id6129947\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Table - Table properties</item>."
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id8141117\n"
+"help.text"
+msgid "In the dialog, click the <emph>Borders</emph> tab."
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id6016418\n"
+"help.text"
+msgid "Choose the border options you want to apply and click OK."
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id5282448\n"
+"help.text"
+msgid "The options in the <emph>Line arrangement</emph> area can be used to apply multiple border styles."
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"hd_id3547166\n"
+"help.text"
+msgid "Selection of cells"
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id1108432\n"
+"help.text"
+msgid "Depending on the selection of cells, the area looks different."
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id2422559\n"
+"help.text"
+msgid "Selection"
+msgstr "Izbor"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id1053498\n"
+"help.text"
+msgid "Line arrangement area"
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id1076998\n"
+"help.text"
+msgid "One cell selected in a table that has more than one cells, or cursor inside a table with no cell selected"
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id4240241\n"
+"help.text"
+msgid "<image id=\"img_id1058992\" src=\"res/helpimg/border_wr_1.png\" width=\"1.4071in\" height=\"1.7791in\"><alt id=\"alt_id1058992\">one cell border</alt></image>"
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id162053\n"
+"help.text"
+msgid "A one cell table, the cell is selected"
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id5021820\n"
+"help.text"
+msgid "<image id=\"img_id7366557\" src=\"res/helpimg/border_wr_2.png\" width=\"1.4071in\" height=\"1.7791in\"><alt id=\"alt_id7366557\">one selected cell border</alt></image>"
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id3549607\n"
+"help.text"
+msgid "Cells in a column selected"
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id2544328\n"
+"help.text"
+msgid "<image id=\"img_id2298654\" src=\"res/helpimg/border_wr_3.png\" width=\"1.4071in\" height=\"1.7791in\"><alt id=\"alt_id2298654\">column selected border</alt></image>"
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id1636402\n"
+"help.text"
+msgid "Cells in a row selected"
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id7450483\n"
+"help.text"
+msgid "<image id=\"img_id9033783\" src=\"res/helpimg/border_wr_4.png\" width=\"1.4071in\" height=\"1.7791in\"><alt id=\"alt_id9033783\">row selected border</alt></image>"
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id5741752\n"
+"help.text"
+msgid "A whole table of 2x2 or more cells selected"
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id570085\n"
+"help.text"
+msgid "<image id=\"img_id4776757\" src=\"res/helpimg/border_wr_5.png\" width=\"1.4071in\" height=\"1.7791in\"><alt id=\"alt_id4776757\">block selected border</alt></image>"
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"hd_id5044099\n"
+"help.text"
+msgid "Default settings"
+msgstr "Uobičajene postavke"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id626544\n"
+"help.text"
+msgid "Click one of the <emph>Default</emph> icons to set or reset multiple borders."
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id292062\n"
+"help.text"
+msgid "The thin gray lines inside an icon show the borders that will be reset or cleared."
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id1361735\n"
+"help.text"
+msgid "The dark lines inside an icon show the lines that will be set using the selected line style and color."
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id82399\n"
+"help.text"
+msgid "The thick gray lines inside an icon show the lines that will not be changed."
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"hd_id7144993\n"
+"help.text"
+msgid "Examples"
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id5528427\n"
+"help.text"
+msgid "Select a block of about 8x8 cells, then choose <emph>Format - Cells - Borders</emph>."
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id4194158\n"
+"help.text"
+msgid "<image id=\"img_id8221076\" src=\"res/helpimg/border_ca_5.png\" width=\"1.2209in\" height=\"0.2445in\"><alt id=\"alt_id8221076\">default icons for borders</alt></image>"
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id7253028\n"
+"help.text"
+msgid "Click the left icon to clear all lines. This removes all outer borders and all inner lines."
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id9441206\n"
+"help.text"
+msgid "Click the second icon from the left to set an outer border and to remove all other lines."
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id7276833\n"
+"help.text"
+msgid "Click the rightmost icon to set an outer border. The inner lines are not changed."
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id5273293\n"
+"help.text"
+msgid "Now you can continue to see which lines the other icons will set or remove."
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"hd_id5110019\n"
+"help.text"
+msgid "User defined settings"
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id1820734\n"
+"help.text"
+msgid "In the <emph>User defined</emph> area, you can click to set or remove individual lines. The preview shows lines in three different states."
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id7093111\n"
+"help.text"
+msgid "Repeatedly click an edge or a corner to switch through the three different states."
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id3673818\n"
+"help.text"
+msgid "Line types"
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id2593768\n"
+"help.text"
+msgid "Image"
+msgstr "Slika"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id2055421\n"
+"help.text"
+msgid "Meaning"
+msgstr "Znacenje"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id9836115\n"
+"help.text"
+msgid "A black line"
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id6485793\n"
+"help.text"
+msgid "<image id=\"img_id1237525\" src=\"res/helpimg/border_wr_6.png\" width=\"1.4071in\" height=\"1.2555in\"><alt id=\"alt_id1237525\">solid line for border</alt></image>"
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id1454512\n"
+"help.text"
+msgid "A black line sets the corresponding line of the selected cells. The line is shown as a dotted line when you choose the 0.05 pt line style. Double lines are shown when you select a double line style."
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id4618671\n"
+"help.text"
+msgid "A gray line"
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id1239356\n"
+"help.text"
+msgid "<image id=\"img_id2688680\" src=\"res/helpimg/border_wr_7.png\" width=\"1.4071in\" height=\"1.2555in\"><alt id=\"alt_id2688680\">gray line for border</alt></image>"
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id9474166\n"
+"help.text"
+msgid "A gray line is shown when the corresponding line of the selected cells will not be changed. No line will be set or removed at this position."
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id1545457\n"
+"help.text"
+msgid "A white line"
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id1681875\n"
+"help.text"
+msgid "<image id=\"img_id7340617\" src=\"res/helpimg/border_wr_8.png\" width=\"1.4071in\" height=\"1.2555in\"><alt id=\"alt_id7340617\">white line for border</alt></image>"
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id2316660\n"
+"help.text"
+msgid "A white line is shown when the corresponding line of the selected cells will be removed."
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"hd_id5908688\n"
+"help.text"
+msgid "Examples"
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id5118564\n"
+"help.text"
+msgid "Select a single cell in a Writer table, then choose <emph>Table - Table properties - Borders</emph>."
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id244758\n"
+"help.text"
+msgid "Select a thick line style."
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id7741325\n"
+"help.text"
+msgid "To set a lower border, click the lower edge repeatedly until you see a thick line."
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id542313\n"
+"help.text"
+msgid "<image id=\"img_id4273506\" src=\"res/helpimg/border_wr_6.png\" width=\"1.4071in\" height=\"1.2555in\"><alt id=\"alt_id4273506\">setting thick lower border</alt></image>"
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id2210760\n"
+"help.text"
+msgid "All cells in a Writer table have at least a left and a lower line by default. Most cells on the table perimeter have more lines applied by default."
+msgstr ""
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id5400860\n"
+"help.text"
+msgid "All lines that are shown in white in the preview will be removed from the cell."
+msgstr ""
+
+#: references_modify.xhp
+msgctxt ""
+"references_modify.xhp\n"
+"tit\n"
+"help.text"
+msgid "Modifying Cross-References"
+msgstr ""
+
+#: references_modify.xhp
+msgctxt ""
+"references_modify.xhp\n"
+"bm_id3149291\n"
+"help.text"
+msgid "<bookmark_value>references; modifying cross-references</bookmark_value> <bookmark_value>cross-references; modifying</bookmark_value> <bookmark_value>editing;cross-references</bookmark_value> <bookmark_value>searching;cross-references</bookmark_value>"
+msgstr ""
+
+#: references_modify.xhp
+msgctxt ""
+"references_modify.xhp\n"
+"hd_id3149291\n"
+"6\n"
+"help.text"
+msgid "<variable id=\"references_modify\"><link href=\"text/swriter/guide/references_modify.xhp\" name=\"Modifying Cross-References\">Modifying Cross-References</link></variable>"
+msgstr ""
+
+#: references_modify.xhp
+msgctxt ""
+"references_modify.xhp\n"
+"par_id3153132\n"
+"2\n"
+"help.text"
+msgid "Click in front of the cross-reference that you want to modify."
+msgstr ""
+
+#: references_modify.xhp
+msgctxt ""
+"references_modify.xhp\n"
+"par_id3149632\n"
+"3\n"
+"help.text"
+msgid "If you cannot see the field shading of the cross-reference, choose <emph>View - Field Shadings</emph> or press <emph>Ctrl+F8</emph>."
+msgstr ""
+
+#: references_modify.xhp
+#, fuzzy
+msgctxt ""
+"references_modify.xhp\n"
+"par_id3149611\n"
+"4\n"
+"help.text"
+msgid "Choose <emph>Edit - Fields</emph>."
+msgstr "Choose <emph>Izmijeni - Kopiraj</emph>."
+
+#: references_modify.xhp
+msgctxt ""
+"references_modify.xhp\n"
+"par_id3145101\n"
+"7\n"
+"help.text"
+msgid "Set the options that you want, and then click <emph>OK</emph>."
+msgstr ""
+
+#: references_modify.xhp
+msgctxt ""
+"references_modify.xhp\n"
+"par_id3154255\n"
+"5\n"
+"help.text"
+msgid "Use the arrow buttons in the <item type=\"menuitem\">Edit Fields</item> dialog to browse through the cross-references in the current document."
+msgstr ""
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"tit\n"
+"help.text"
+msgid "Working with Master Documents and Subdocuments"
+msgstr ""
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"bm_id3145246\n"
+"help.text"
+msgid "<bookmark_value>Navigator;master documents</bookmark_value> <bookmark_value>master documents;creating/editing/exporting</bookmark_value> <bookmark_value>subdocuments;creating/editing/removing</bookmark_value> <bookmark_value>removing;subdocuments</bookmark_value> <bookmark_value>indexes; master documents</bookmark_value>"
+msgstr ""
+
+#: globaldoc_howtos.xhp
+#, fuzzy
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"hd_id3145246\n"
+"4\n"
+"help.text"
+msgid "<variable id=\"globaldoc_howtos\"><link href=\"text/swriter/guide/globaldoc_howtos.xhp\">Working with Master Documents and Subdocuments</link></variable>"
+msgstr "<variable id=\"globaldoc\"> <link href=\"text/swriter/guide/globaldoc.xhp\"> Master Dokumenti i Pod-dokumenati</link></variable>"
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id1522873\n"
+"help.text"
+msgid "A master document lets you manage large documents, such as a book with many chapters. The master document can be seen as a container for individual <item type=\"productname\">%PRODUCTNAME</item> Writer files. The individual files are called subdocuments."
+msgstr ""
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"hd_id3153127\n"
+"29\n"
+"help.text"
+msgid "To Create a Master Document"
+msgstr ""
+
+#: globaldoc_howtos.xhp
+#, fuzzy
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3149634\n"
+"30\n"
+"help.text"
+msgid "Do one of the following:"
+msgstr "Uradite jedno od sljedecih"
+
+#: globaldoc_howtos.xhp
+#, fuzzy
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3149956\n"
+"31\n"
+"help.text"
+msgid "Choose <emph>File - New - Master Document</emph>."
+msgstr "Choose <emph>Datoteka - Pošalji - Create HTML Document</emph>."
+
+#: globaldoc_howtos.xhp
+#, fuzzy
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3149612\n"
+"32\n"
+"help.text"
+msgid "Open an existing document and choose <emph>File - Send - Create Master Document</emph>."
+msgstr "Choose <emph>Datoteka - Pošalji - Create HTML Document</emph>."
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3149873\n"
+"28\n"
+"help.text"
+msgid "If you are creating a new master document, the first entry in the Navigator should be a <item type=\"menuitem\">Text</item> entry. Type an introduction or enter some text. This ensures that after having edited an existing style in the master document, you see the changed style when viewing the subdocuments."
+msgstr ""
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3145114\n"
+"33\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Navigator</item> for master documents (should open automatically, else press F5 to open), click and hold the <item type=\"menuitem\">Insert</item> icon, and do one of the following:"
+msgstr ""
+
+#: globaldoc_howtos.xhp
+#, fuzzy
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3156240\n"
+"34\n"
+"help.text"
+msgid "To insert an existing file as a subdocument, choose <emph>File</emph>, locate the file that you want to include, and then click <emph>OK</emph>."
+msgstr "Locirajte dokument na koji se zelite povezati, i zatim kliknite na <emph>Ubaci</emph>."
+
+#: globaldoc_howtos.xhp
+#, fuzzy
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3145405\n"
+"35\n"
+"help.text"
+msgid "To create a new subdocument, choose <emph>New Document</emph>, type a name for the file, and then click <emph>Save</emph>."
+msgstr "Da bi kreirali novi makro odaberite \"Standard\" modul u <emph>Macro from</emph> listi i onda kliknite <emph>novi</emph>."
+
+#: globaldoc_howtos.xhp
+#, fuzzy
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id8550981\n"
+"help.text"
+msgid "To insert some text between subdocuments, choose <emph>Text</emph>. Then type the text. You cannot insert text next to an existing text entry in the Navigator."
+msgstr "<ahelp hid=\"HID_GLBLTREE_INS_TEXT\">Unosi novi paragraf u master dokument u koji možete unijeti tekst. Ne možete unijeti tekst do postojećeg tekstualnog unosa u navigatoru.</ahelp>"
+
+#: globaldoc_howtos.xhp
+#, fuzzy
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3153382\n"
+"36\n"
+"help.text"
+msgid "Choose <emph>File - Save</emph>."
+msgstr "Choose <emph>Izmijeni - Kopiraj</emph>."
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"hd_id3154242\n"
+"37\n"
+"help.text"
+msgid "To Edit a Master Document"
+msgstr ""
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3154255\n"
+"20\n"
+"help.text"
+msgid "Use the Navigator for rearranging and editing the subdocuments in a master document."
+msgstr ""
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3155879\n"
+"38\n"
+"help.text"
+msgid "To open a subdocument for editing, double-click the name of the subdocument in the Navigator."
+msgstr ""
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3155931\n"
+"39\n"
+"help.text"
+msgid "To remove a subdocument from the master document, right-click the subdocument in the Navigator list and choose <emph>Delete</emph>. The subdocument file is not deleted, only the entry in the Navigator is removed."
+msgstr ""
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3148677\n"
+"8\n"
+"help.text"
+msgid "To add text to a master document, right-click an item in the Navigator list, and then choose <emph>Insert - Text</emph>. A text section is inserted before the selected item in the master document where you can type the text that you want. You cannot insert text next to an existing text entry in the Navigator."
+msgstr ""
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3149982\n"
+"10\n"
+"help.text"
+msgid "To reorder the subdocuments in a master document, drag a subdocument to a new location in the Navigator list. You can also select a subdocument in the list, and click the <item type=\"menuitem\">Move down</item> or <item type=\"menuitem\">Move up</item> icon."
+msgstr ""
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3153022\n"
+"40\n"
+"help.text"
+msgid "To add an index, such as a table of contents, right-click in the Navigator list, and then choose <emph>Insert - Index</emph>."
+msgstr ""
+
+#: globaldoc_howtos.xhp
+#, fuzzy
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3148949\n"
+"help.text"
+msgid "<image id=\"img_id3148959\" src=\"sw/imglst/sc20246.png\" width=\"0.1862in\" height=\"0.1862in\"><alt id=\"alt_id3148959\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148857\" src=\"cmd/sc_insertfootnote.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3148857\">Ikona</alt></image>"
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3153632\n"
+"21\n"
+"help.text"
+msgid "To update an index in a master document, select the index in the Navigator, and then click the <emph>Update</emph> icon."
+msgstr ""
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_idN10C40\n"
+"help.text"
+msgid "When you insert an object like a frame or a picture into a master document, do not anchor the object \"to page\". Instead, set the anchor \"to paragraph\" on the <emph>Format - (Object type) - Type</emph> tab page, and then set the object's position relative to \"Entire Page\" in the <emph>Horizontal</emph> and <emph>Vertical</emph> list boxes."
+msgstr ""
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"hd_id3153656\n"
+"41\n"
+"help.text"
+msgid "To Start Each Subdocument on a New Page"
+msgstr ""
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3152760\n"
+"42\n"
+"help.text"
+msgid "Ensure that each subdocument starts with a heading that uses the same paragraph style, for example \"Heading 1\"."
+msgstr ""
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3153876\n"
+"43\n"
+"help.text"
+msgid "In the master document, choose <emph>Format - Styles and Formatting</emph>, and click the <emph>Paragraph Styles</emph> icon."
+msgstr ""
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3153907\n"
+"44\n"
+"help.text"
+msgid "Right-click \"Heading 1\" and choose <emph>Modify</emph>."
+msgstr ""
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3147124\n"
+"45\n"
+"help.text"
+msgid "Click the <item type=\"menuitem\">Text Flow</item> tab."
+msgstr ""
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3149770\n"
+"46\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Breaks</item> area, select <item type=\"menuitem\">Insert</item>, and then select “Page”in the <item type=\"menuitem\">Type</item> box."
+msgstr ""
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3150224\n"
+"17\n"
+"help.text"
+msgid "If you want each subdocument to start on an odd page, select <emph>With Page Style</emph>, and select \"Right page\" in the box."
+msgstr ""
+
+#: globaldoc_howtos.xhp
+#, fuzzy
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3145205\n"
+"47\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "Click <emph>Zatvori</emph>."
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"hd_id3145228\n"
+"48\n"
+"help.text"
+msgid "To Export a Master Document as a <item type=\"productname\">%PRODUCTNAME</item> Text Document"
+msgstr ""
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3150315\n"
+"49\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">File - Export</item>."
+msgstr ""
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3148580\n"
+"50\n"
+"help.text"
+msgid "In the <emph>File format</emph> list, select a text document file format and click <emph>Export</emph>."
+msgstr ""
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id8371227\n"
+"help.text"
+msgid "The subdocuments will be exported as sections. Use <item type=\"menuitem\">Format - Sections</item> to unprotect and remove sections, if you prefer a plain text document without sections."
+msgstr ""
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3154382\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02110000.xhp\" name=\"Navigator in master mode\">Navigator in master mode</link>"
+msgstr ""
+
+#: using_numbered_lists.xhp
+msgctxt ""
+"using_numbered_lists.xhp\n"
+"tit\n"
+"help.text"
+msgid "Adding Bullets"
+msgstr ""
+
+#: using_numbered_lists.xhp
+msgctxt ""
+"using_numbered_lists.xhp\n"
+"bm_id3155186\n"
+"help.text"
+msgid "<bookmark_value>bullet lists;turning on and off</bookmark_value> <bookmark_value>paragraphs; bulleted</bookmark_value> <bookmark_value>bullets;adding and editing</bookmark_value> <bookmark_value>formatting;bullets</bookmark_value> <bookmark_value>removing;bullets in text documents</bookmark_value> <bookmark_value>changing;bulleting symbols</bookmark_value>"
+msgstr ""
+
+#: using_numbered_lists.xhp
+msgctxt ""
+"using_numbered_lists.xhp\n"
+"hd_id3155186\n"
+"6\n"
+"help.text"
+msgid "<variable id=\"using_numbered_lists\"><link href=\"text/swriter/guide/using_numbered_lists.xhp\" name=\"Adding Bullets\">Adding Bullets</link></variable>"
+msgstr ""
+
+#: using_numbered_lists.xhp
+msgctxt ""
+"using_numbered_lists.xhp\n"
+"hd_id3291116\n"
+"help.text"
+msgid "To Add Bullets"
+msgstr ""
+
+#: using_numbered_lists.xhp
+msgctxt ""
+"using_numbered_lists.xhp\n"
+"par_id3149829\n"
+"7\n"
+"help.text"
+msgid "Select the paragraph(s) that you want to add bullets to."
+msgstr ""
+
+#: using_numbered_lists.xhp
+msgctxt ""
+"using_numbered_lists.xhp\n"
+"par_id3149635\n"
+"16\n"
+"help.text"
+msgid "On the <item type=\"menuitem\">Formatting</item> Bar, click the <item type=\"menuitem\">Bullets On/Off</item> icon <image id=\"img_id3156108\" src=\"cmd/sc_defaultbullet.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3156108\">Icon</alt></image>."
+msgstr ""
+
+#: using_numbered_lists.xhp
+msgctxt ""
+"using_numbered_lists.xhp\n"
+"par_id3145403\n"
+"17\n"
+"help.text"
+msgid "To remove bullets, select the bulleted paragraphs, and then click the <emph>Bullets On/Off</emph> icon on the <emph>Formatting</emph> Bar."
+msgstr ""
+
+#: using_numbered_lists.xhp
+msgctxt ""
+"using_numbered_lists.xhp\n"
+"hd_id3154403\n"
+"26\n"
+"help.text"
+msgid "To Format Bullets"
+msgstr ""
+
+#: using_numbered_lists.xhp
+msgctxt ""
+"using_numbered_lists.xhp\n"
+"par_id3154416\n"
+"9\n"
+"help.text"
+msgid "To change the formatting of a bulleted list, choose <item type=\"menuitem\">Format - Bullets and Numbering</item>."
+msgstr ""
+
+#: using_numbered_lists.xhp
+msgctxt ""
+"using_numbered_lists.xhp\n"
+"par_id3153390\n"
+"14\n"
+"help.text"
+msgid "For example, to change the bulleting symbol, click the <item type=\"menuitem\">Options</item> tab, click the browse button (<item type=\"menuitem\">...</item>) next to <item type=\"menuitem\">Character</item>, and then select a special character. You can also click the <item type=\"menuitem\">Graphics</item> tab, and then click a symbol style in the <item type=\"menuitem\">Selection</item> area."
+msgstr ""
+
+#: footnote_with_line.xhp
+msgctxt ""
+"footnote_with_line.xhp\n"
+"tit\n"
+"help.text"
+msgid "Spacing Between Footnotes"
+msgstr "Razmak izmedu Fusnote"
+
+#: footnote_with_line.xhp
+msgctxt ""
+"footnote_with_line.xhp\n"
+"bm_id3147683\n"
+"help.text"
+msgid "<bookmark_value>spacing; endnotes/footnotes</bookmark_value> <bookmark_value>endnotes; spacing</bookmark_value> <bookmark_value>footnotes; spacing</bookmark_value> <bookmark_value>borders;for footnotes/endnotes</bookmark_value> <bookmark_value>lines;footnotes/endnotes</bookmark_value>"
+msgstr "<bookmark_value>spacing; bilješke / fusnota</bookmark_value> <bookmark_value> bilješke; razmak</bookmark_value> <bookmark_value> fusnote; razmak</bookmark_value> <bookmark_value> granice; za fusnote / bilješke</bookmark_value> <bookmark_value> linije; fusnotama / bilješke</bookmark_value>"
+
+#: footnote_with_line.xhp
+msgctxt ""
+"footnote_with_line.xhp\n"
+"hd_id3147683\n"
+"40\n"
+"help.text"
+msgid "<variable id=\"footnote_with_line\"><link href=\"text/swriter/guide/footnote_with_line.xhp\" name=\"Spacing Between Footnotes\">Spacing Between Footnotes</link></variable>"
+msgstr "<variable id=\"footnote_with_line\"><link href=\"text/swriter/guide/footnote_with_line.xhp\" name=\"Spacing Between Footnotes\">Razmak izmedu Fusnote</link></variable>"
+
+#: footnote_with_line.xhp
+msgctxt ""
+"footnote_with_line.xhp\n"
+"par_id3145808\n"
+"39\n"
+"help.text"
+msgid "If you want to increase the spacing between footnote or endnote texts, you can add a top and bottom border to the corresponding paragraph style."
+msgstr "Ako želite povecati razmak izmedu fusnota ili krajnja bilješka tekstova, možete dodati gornji i donji obrub na odgovarajuci stil odlomka."
+
+#: footnote_with_line.xhp
+msgctxt ""
+"footnote_with_line.xhp\n"
+"par_id3155603\n"
+"41\n"
+"help.text"
+msgid "Click in a footnote or endnote."
+msgstr "Kliknite na fusnota ili krajnja bilješka."
+
+#: footnote_with_line.xhp
+msgctxt ""
+"footnote_with_line.xhp\n"
+"par_id3155620\n"
+"42\n"
+"help.text"
+msgid "Choose <emph>Format - Styles and Formatting</emph>."
+msgstr "Choose <emph>Format - Stilovi i formatiranje</emph>."
+
+#: footnote_with_line.xhp
+msgctxt ""
+"footnote_with_line.xhp\n"
+"par_id3154251\n"
+"43\n"
+"help.text"
+msgid "Right-click the Paragraph Style that you want to modify, for example, \"Footnote\", and choose <emph>Modify</emph>."
+msgstr "Desnom tipkom miša kliknite stavku stil koji želite promijeniti, na primjer, \"Napomena\", i izaberite <emph> Izmjeni</emph>."
+
+#: footnote_with_line.xhp
+msgctxt ""
+"footnote_with_line.xhp\n"
+"par_id3155884\n"
+"45\n"
+"help.text"
+msgid "Click the <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\"><emph>Borders</emph></link> tab."
+msgstr "Kliknite <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\"> <emph>Rubovi</emph></link> karticu."
+
+#: footnote_with_line.xhp
+msgctxt ""
+"footnote_with_line.xhp\n"
+"par_id3147110\n"
+"51\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Default</item> area, click the <item type=\"menuitem\">Set Top and Bottom Borders Only</item> icon."
+msgstr "U <emph> Zadano</emph> površine, kliknite <emph> Set Top i Bottom Borders Samo</emph> ikonu."
+
+#: footnote_with_line.xhp
+msgctxt ""
+"footnote_with_line.xhp\n"
+"par_id3150931\n"
+"52\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Line</item> area, click a line in the <item type=\"menuitem\">Style</item> list."
+msgstr "U <emph> Linijskoj</emph> površini, kliknite liniju u <emph> Stil</emph> listi."
+
+#: footnote_with_line.xhp
+msgctxt ""
+"footnote_with_line.xhp\n"
+"par_id3150961\n"
+"53\n"
+"help.text"
+msgid "Select \"White\" in the <item type=\"menuitem\">Color</item> box. If the background of the page is not white, select the color that best matches the background color."
+msgstr "Odaberite \"bijele\" u <emph> Boja</emph> okvir. Ako je pozadina stranice nije bijela, odaberite boju koja najbolje odgovara boju pozadine."
+
+#: footnote_with_line.xhp
+msgctxt ""
+"footnote_with_line.xhp\n"
+"par_id3150519\n"
+"50\n"
+"help.text"
+msgid "In the <emph>Spacing to contents</emph> area, clear the <emph>Synchronize</emph> check box."
+msgstr "U <emph> Razmak po sadržaju</emph> prostoru, jasno <emph> Uskladite</emph> kontrolni okvir"
+
+#: footnote_with_line.xhp
+msgctxt ""
+"footnote_with_line.xhp\n"
+"par_id3150709\n"
+"47\n"
+"help.text"
+msgid "Enter a value in the <item type=\"menuitem\">Top</item> and <item type=\"menuitem\">Bottom</item> boxes."
+msgstr "Unesite vrijednost u <emph> Vrh</emph> i <emph> Dno</emph> kutije."
+
+#: footnote_with_line.xhp
+#, fuzzy
+msgctxt ""
+"footnote_with_line.xhp\n"
+"par_id3150740\n"
+"48\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "Click <emph>Zatvori</emph>."
+
+#: footnote_with_line.xhp
+msgctxt ""
+"footnote_with_line.xhp\n"
+"par_id3148846\n"
+"49\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05030500.xhp\" name=\"Format - Paragraph - Borders\">Format - Paragraph - Borders</link>"
+msgstr "<link href=\"text/shared/01/05030500.xhp\" name=\"Format - Paragraph - Borders\">Format - Paragraf - Granice</link>"
+
+#: calculate_multitable.xhp
+msgctxt ""
+"calculate_multitable.xhp\n"
+"tit\n"
+"help.text"
+msgid "Calculating Across Tables"
+msgstr ""
+
+#: calculate_multitable.xhp
+msgctxt ""
+"calculate_multitable.xhp\n"
+"bm_id3154248\n"
+"help.text"
+msgid "<bookmark_value>calculating; across multiple text tables</bookmark_value> <bookmark_value>tables;calculating across</bookmark_value>"
+msgstr ""
+
+#: calculate_multitable.xhp
+msgctxt ""
+"calculate_multitable.xhp\n"
+"hd_id3154248\n"
+"11\n"
+"help.text"
+msgid "<variable id=\"calculate_multitable\"><link href=\"text/swriter/guide/calculate_multitable.xhp\" name=\"Calculating Across Tables\">Calculating Across Tables</link></variable>"
+msgstr ""
+
+#: calculate_multitable.xhp
+msgctxt ""
+"calculate_multitable.xhp\n"
+"par_id3147773\n"
+"12\n"
+"help.text"
+msgid "You can perform calculations that span across more than one table in a text document."
+msgstr ""
+
+#: calculate_multitable.xhp
+msgctxt ""
+"calculate_multitable.xhp\n"
+"par_id3147795\n"
+"13\n"
+"help.text"
+msgid "Open a text document, insert two tables, and type numbers in a few cells in both tables."
+msgstr ""
+
+#: calculate_multitable.xhp
+msgctxt ""
+"calculate_multitable.xhp\n"
+"par_id3147815\n"
+"14\n"
+"help.text"
+msgid "Place your cursor in an empty cell in one of the tables."
+msgstr ""
+
+#: calculate_multitable.xhp
+msgctxt ""
+"calculate_multitable.xhp\n"
+"par_id3147833\n"
+"16\n"
+"help.text"
+msgid "Press F2."
+msgstr ""
+
+#: calculate_multitable.xhp
+msgctxt ""
+"calculate_multitable.xhp\n"
+"par_id3147228\n"
+"17\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Formula Bar</item>, enter the function that you want to perform, for example, <item type=\"literal\">=SUM</item>."
+msgstr ""
+
+#: calculate_multitable.xhp
+msgctxt ""
+"calculate_multitable.xhp\n"
+"par_id3147254\n"
+"18\n"
+"help.text"
+msgid "Click in a cell containing a number, press the plus sign (+), and then click in a different cell containing a number."
+msgstr ""
+
+#: calculate_multitable.xhp
+msgctxt ""
+"calculate_multitable.xhp\n"
+"par_id3147274\n"
+"19\n"
+"help.text"
+msgid "Press <emph>Enter</emph>."
+msgstr ""
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"tit\n"
+"help.text"
+msgid "Adding Line Numbers"
+msgstr ""
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"bm_id3150101\n"
+"help.text"
+msgid "<bookmark_value>line numbers</bookmark_value> <bookmark_value>text; line numbers</bookmark_value> <bookmark_value>paragraphs;line numbers</bookmark_value> <bookmark_value>lines of text; numbering</bookmark_value> <bookmark_value>numbering; lines</bookmark_value> <bookmark_value>numbers; line numbering</bookmark_value> <bookmark_value>marginal numbers on text pages</bookmark_value>"
+msgstr ""
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"hd_id3150101\n"
+"3\n"
+"help.text"
+msgid "<variable id=\"numbering_lines\"><link href=\"text/swriter/guide/numbering_lines.xhp\" name=\"Adding Line Numbers\">Adding Line Numbers</link></variable>"
+msgstr ""
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3149842\n"
+"1\n"
+"help.text"
+msgid "$[officename] can insert line numbers in an entire document or to selected paragraphs in your document. Line numbers are included when you print your document. You can specify the line numbering interval, the starting line number, and whether to count blank lines or lines in frames. You can also add a separator between line numbers."
+msgstr ""
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id7184972\n"
+"help.text"
+msgid "Line numbers are not available in HTML format."
+msgstr ""
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"hd_id3153410\n"
+"6\n"
+"help.text"
+msgid "To Add Line Numbers to an Entire Document"
+msgstr ""
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3149640\n"
+"7\n"
+"help.text"
+msgid "Choose <emph>Tools - Line Numbering</emph>."
+msgstr ""
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3149612\n"
+"8\n"
+"help.text"
+msgid "Select <emph>Show numbering</emph>, and then select the options that you want."
+msgstr ""
+
+#: numbering_lines.xhp
+#, fuzzy
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3145101\n"
+"20\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "Click <emph>Zatvori</emph>."
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"hd_id3156241\n"
+"10\n"
+"help.text"
+msgid "To Add Line Numbers to Specific Paragraphs"
+msgstr ""
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3156264\n"
+"21\n"
+"help.text"
+msgid "Choose <emph>Tools - Line Numbering</emph>."
+msgstr ""
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3153385\n"
+"11\n"
+"help.text"
+msgid "Select <emph>Show numbering</emph>."
+msgstr ""
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3154248\n"
+"12\n"
+"help.text"
+msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command+T</caseinline><defaultinline>F11</defaultinline></switchinline> to open the <emph>Styles and Formatting</emph> window, and then click the <emph>Paragraph Styles</emph> icon."
+msgstr ""
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3154853\n"
+"13\n"
+"help.text"
+msgid "Right-click the \"Default\" paragraph style and choose <emph>Modify</emph>."
+msgstr ""
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3150222\n"
+"17\n"
+"help.text"
+msgid "All paragraph styles are based on the \"Default\" style."
+msgstr ""
+
+#: numbering_lines.xhp
+#, fuzzy
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3150931\n"
+"15\n"
+"help.text"
+msgid "Click the <emph>Numbering</emph> tab."
+msgstr "Kliknite <emph>Organizator</emph> karticu."
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3150956\n"
+"16\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Line Numbering</item> area, clear the <item type=\"menuitem\">Include this paragraph in line numbering</item> check box."
+msgstr ""
+
+#: numbering_lines.xhp
+#, fuzzy
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3150520\n"
+"22\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "Click <emph>Zatvori</emph>."
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3151077\n"
+"18\n"
+"help.text"
+msgid "Select the paragraph(s) where you want to add the line numbers."
+msgstr ""
+
+#: numbering_lines.xhp
+#, fuzzy
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3151096\n"
+"19\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Format - Paragraph</item>, and then click the <item type=\"menuitem\">Numbering</item> tab."
+msgstr "Izaberite <emph> Format - Stilovi i formatiranje</emph>, a zatim kliknite <emph> Stranica Stilovi</emph> ikonu."
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3153733\n"
+"23\n"
+"help.text"
+msgid "Select <emph>Include this paragraph in line numbering</emph>."
+msgstr ""
+
+#: numbering_lines.xhp
+#, fuzzy
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3153758\n"
+"24\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "Click <emph>Zatvori</emph>."
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3146864\n"
+"2\n"
+"help.text"
+msgid "You can also create a paragraph style that includes line numbering, and apply it to the paragraphs that you want to add line numbers to."
+msgstr ""
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"hd_id3146880\n"
+"25\n"
+"help.text"
+msgid "To Specify the Starting Line Number"
+msgstr ""
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3150703\n"
+"26\n"
+"help.text"
+msgid "Click in a paragraph."
+msgstr ""
+
+#: numbering_lines.xhp
+#, fuzzy
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3150721\n"
+"27\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Format - Paragraph</item>, and then click the <item type=\"menuitem\">Numbering</item> tab."
+msgstr "Izaberite <emph> Format - Stilovi i formatiranje</emph>, a zatim kliknite <emph> Stranica Stilovi</emph> ikonu."
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3148389\n"
+"28\n"
+"help.text"
+msgid "Select the <item type=\"menuitem\">Include this paragraph in line numbering</item> check box."
+msgstr ""
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3148414\n"
+"29\n"
+"help.text"
+msgid "Select <item type=\"menuitem\">Restart at the paragraph</item> check box."
+msgstr ""
+
+#: numbering_lines.xhp
+#, fuzzy
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3153779\n"
+"30\n"
+"help.text"
+msgid "Enter a line number in the <item type=\"menuitem\">Start with</item> box."
+msgstr "Type a name in the <emph>Style Name</emph> box."
+
+#: numbering_lines.xhp
+#, fuzzy
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3153804\n"
+"31\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "Click <emph>Zatvori</emph>."
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3153934\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/06180000.xhp\" name=\"Tools - Line Numbering\">Tools - Line Numbering</link>"
+msgstr ""
+
+#: numbering_lines.xhp
+#, fuzzy
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3153960\n"
+"32\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/05030800.xhp\" name=\"Format - Paragraph - Numbering\">Format - Paragraph - Numbering</link>"
+msgstr "<link href=\"text/shared/01/05030500.xhp\" name=\"Format - Paragraph - Borders\">Format - Paragraf - Granice</link>"
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id2212591\n"
+"help.text"
+msgid "<link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Setting_up_a_Style_for_Numbering_Lines_in_Code_Listings\">Wiki page about numbering paragraphs by styles</link>"
+msgstr ""
+
+#: hyphen_prevent.xhp
+msgctxt ""
+"hyphen_prevent.xhp\n"
+"tit\n"
+"help.text"
+msgid "Preventing Hyphenation of Specific Words"
+msgstr ""
+
+#: hyphen_prevent.xhp
+msgctxt ""
+"hyphen_prevent.xhp\n"
+"bm_id3149695\n"
+"help.text"
+msgid "<bookmark_value>hyphenation;preventing for specific words</bookmark_value> <bookmark_value>words;wrapping/not wrapping in text</bookmark_value> <bookmark_value>switching off;hyphenation for specific words</bookmark_value>"
+msgstr ""
+
+#: hyphen_prevent.xhp
+msgctxt ""
+"hyphen_prevent.xhp\n"
+"hd_id3149695\n"
+"20\n"
+"help.text"
+msgid "<variable id=\"hyphen_prevent\"><link href=\"text/swriter/guide/hyphen_prevent.xhp\" name=\"Preventing Hyphenation of Specific Words\">Preventing Hyphenation of Specific Words</link></variable>"
+msgstr ""
+
+#: hyphen_prevent.xhp
+msgctxt ""
+"hyphen_prevent.xhp\n"
+"par_id5640125\n"
+"help.text"
+msgid "If your text is <link href=\"text/swriter/guide/using_hyphen.xhp\">automatically hyphenated</link> and certain hyphenated words look ugly, or if you want specific words never to be hyphenated you can switch off hyphenation for those words:"
+msgstr ""
+
+#: hyphen_prevent.xhp
+msgctxt ""
+"hyphen_prevent.xhp\n"
+"par_id3153634\n"
+"40\n"
+"help.text"
+msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Writing Aids</emph>"
+msgstr ""
+
+#: hyphen_prevent.xhp
+msgctxt ""
+"hyphen_prevent.xhp\n"
+"par_id3153658\n"
+"41\n"
+"help.text"
+msgid "Select a dictionary in the <emph>User-defined dictionary </emph>list, and then click <emph>Edit</emph>."
+msgstr ""
+
+#: hyphen_prevent.xhp
+msgctxt ""
+"hyphen_prevent.xhp\n"
+"par_id3147125\n"
+"43\n"
+"help.text"
+msgid "If the list is empty, click <emph>New</emph> to create a dictionary."
+msgstr ""
+
+#: hyphen_prevent.xhp
+msgctxt ""
+"hyphen_prevent.xhp\n"
+"par_id3150218\n"
+"42\n"
+"help.text"
+msgid "In the<emph> Word</emph> box, type the word you want to exclude from hyphenation, followed by an equal sign (=), for example, \"pretentious=\"."
+msgstr ""
+
+#: hyphen_prevent.xhp
+msgctxt ""
+"hyphen_prevent.xhp\n"
+"par_id3150247\n"
+"65\n"
+"help.text"
+msgid "Click <emph>New</emph>, and then click <emph>Close</emph>."
+msgstr ""
+
+#: hyphen_prevent.xhp
+msgctxt ""
+"hyphen_prevent.xhp\n"
+"par_id3147036\n"
+"29\n"
+"help.text"
+msgid "To quickly exclude a word from hyphenation, select the word, choose <emph>Format - Character</emph>, click the <emph>Font </emph>tab, and select \"None\" in the <emph>Language </emph>box."
+msgstr ""
+
+#: hyphen_prevent.xhp
+msgctxt ""
+"hyphen_prevent.xhp\n"
+"par_id0302200910262761\n"
+"help.text"
+msgid "Some words contain special characters that %PRODUCTNAME treats as a hyphen. If you do not want such words to be hyphenated, you can insert a special code that prevents hyphenation at the position where the special code is inserted. Proceed as follows:"
+msgstr ""
+
+#: hyphen_prevent.xhp
+msgctxt ""
+"hyphen_prevent.xhp\n"
+"par_id0302200910262850\n"
+"help.text"
+msgid "Enable the special features of complex text layout (CTL) languages: Choose <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</item> and check <emph>Enabled for complex text layout (CTL)</emph>. Click OK."
+msgstr ""
+
+#: hyphen_prevent.xhp
+msgctxt ""
+"hyphen_prevent.xhp\n"
+"par_id0302200910262837\n"
+"help.text"
+msgid "Position the cursor at the place where no hyphenation should occur."
+msgstr ""
+
+#: hyphen_prevent.xhp
+msgctxt ""
+"hyphen_prevent.xhp\n"
+"par_id0302200910262867\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Insert - Formatting Mark - No-width no break</item>."
+msgstr ""
+
+#: hyphen_prevent.xhp
+msgctxt ""
+"hyphen_prevent.xhp\n"
+"par_id0302200910572128\n"
+"help.text"
+msgid "Once the special character is inserted, you might disable CTL again. Support of CTL was only necessary to insert the special character."
+msgstr ""
+
+#: hyphen_prevent.xhp
+msgctxt ""
+"hyphen_prevent.xhp\n"
+"par_id3154361\n"
+"46\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/05030200.xhp\" name=\"Text Flow\">Text Flow</link>"
+msgstr ""
+
+#: tablemode.xhp
+msgctxt ""
+"tablemode.xhp\n"
+"tit\n"
+"help.text"
+msgid "Modifying Rows and Columns by Keyboard"
+msgstr ""
+
+#: tablemode.xhp
+msgctxt ""
+"tablemode.xhp\n"
+"bm_id3155856\n"
+"help.text"
+msgid "<bookmark_value>table mode selection</bookmark_value><bookmark_value>proportional distribution of tables</bookmark_value><bookmark_value>relative distribution of table cells</bookmark_value><bookmark_value>tables; adapting the width by keyboard</bookmark_value><bookmark_value>cells; adapting the width by keyboard</bookmark_value><bookmark_value>keyboard;modifying the behavior of rows/columns</bookmark_value><bookmark_value>behavior of rows/columns</bookmark_value>"
+msgstr "<bookmark_value>table mode selection</bookmark_value><bookmark_value>proportional distribution of tables</bookmark_value><bookmark_value>relative distribution of table cells</bookmark_value><bookmark_value>tables; adapting the width by keyboard</bookmark_value><bookmark_value>cells; adapting the width by keyboard</bookmark_value><bookmark_value>keyboard;modifying the behaviour of rows / columns</bookmark_value><bookmark_value>behaviour of rows / columns</bookmark_value>"
+
+#: tablemode.xhp
+msgctxt ""
+"tablemode.xhp\n"
+"hd_id3155856\n"
+"7\n"
+"help.text"
+msgid "<variable id=\"tablemode\"><link href=\"text/swriter/guide/tablemode.xhp\" name=\"Modifying the Behavior of Rows and Columns for Table\">Modifying Rows and Columns by Keyboard</link></variable>"
+msgstr "<variable id=\"tablemode\"><link href=\"text/swriter/guide/tablemode.xhp\" name=\"Modifying the Behaviour of Rows and Columns by Keyboard\">Modifying Rows and Columns by Keyboard</link></variable>"
+
+#: tablemode.xhp
+msgctxt ""
+"tablemode.xhp\n"
+"par_id3149835\n"
+"12\n"
+"help.text"
+msgid "When you insert or delete cells, rows or columns in a table, the <item type=\"menuitem\">Behavior of rows/columns</item> options determine how the neighboring elements are affected. For example, you can only insert new rows and columns into a table with fixed row and column dimensions if space permits."
+msgstr "When you insert or delete cells, rows or columns in a table, the <emph>Behaviour of rows / columns</emph> options determine how the neighbouring elements are affected. For example, you can only insert new rows and columns into a table with <emph>Fixed</emph> row and column dimensions if space permits."
+
+#: tablemode.xhp
+msgctxt ""
+"tablemode.xhp\n"
+"par_id7344279\n"
+"help.text"
+msgid "Note that these properties are valid only for changes to the column width that are made using the keyboard. Using the mouse, you are free to make any column width changes."
+msgstr ""
+
+#: tablemode.xhp
+msgctxt ""
+"tablemode.xhp\n"
+"par_id3156110\n"
+"8\n"
+"help.text"
+msgid "To set the <item type=\"menuitem\">Behavior of rows/columns</item> options for tables in text documents, choose <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Table</item>, or use the <item type=\"menuitem\">Fixed</item>, <item type=\"menuitem\">Fixed/Proportional</item>, and <item type=\"menuitem\">Variable</item> icons on the <item type=\"menuitem\">Table</item> Bar. There are three display modes for tables:"
+msgstr ""
+
+#: tablemode.xhp
+msgctxt ""
+"tablemode.xhp\n"
+"par_id3149638\n"
+"9\n"
+"help.text"
+msgid "<emph>Fixed</emph> - changes only affect the adjacent cell, and not the entire table. For example, when you widen a cell, the adjacent cell becomes narrower, but the width of the table remains constant."
+msgstr ""
+
+#: tablemode.xhp
+msgctxt ""
+"tablemode.xhp\n"
+"par_id3149613\n"
+"10\n"
+"help.text"
+msgid "<emph>Fixed, proportional</emph> - changes affect the entire table, and wide cells shrink more than narrow cells. For example, when you widen a cell, the adjacent cells become proportionally narrower, but the width of the table remains constant."
+msgstr ""
+
+#: tablemode.xhp
+msgctxt ""
+"tablemode.xhp\n"
+"par_id3149864\n"
+"11\n"
+"help.text"
+msgid "<emph>Variable</emph> - changes affect the table size. For example, when you widen a cell, the width of the table increases."
+msgstr ""
+
+#: text_centervert.xhp
+msgctxt ""
+"text_centervert.xhp\n"
+"tit\n"
+"help.text"
+msgid "Using a Frame to Center Text on a Page"
+msgstr "Using a Frame to Centre Text on a Page"
+
+#: text_centervert.xhp
+msgctxt ""
+"text_centervert.xhp\n"
+"bm_id3155177\n"
+"help.text"
+msgid "<bookmark_value>text frames; centering on pages</bookmark_value> <bookmark_value>centering;text frames on pages</bookmark_value> <bookmark_value>title pages; centering text on</bookmark_value>"
+msgstr ""
+
+#: text_centervert.xhp
+msgctxt ""
+"text_centervert.xhp\n"
+"hd_id3155177\n"
+"94\n"
+"help.text"
+msgid "<variable id=\"text_centervert\"><link href=\"text/swriter/guide/text_centervert.xhp\" name=\"Using a Frame to Center Text on a Page\">Using a Frame to Center Text on a Page</link></variable>"
+msgstr ""
+
+#: text_centervert.xhp
+#, fuzzy
+msgctxt ""
+"text_centervert.xhp\n"
+"par_id3155920\n"
+"78\n"
+"help.text"
+msgid "Select the text that you want to center on the page."
+msgstr "Odaberite tekst koji želite premjestiti ili kopirati."
+
+#: text_centervert.xhp
+#, fuzzy
+msgctxt ""
+"text_centervert.xhp\n"
+"par_id3155868\n"
+"79\n"
+"help.text"
+msgid "Choose <emph>Insert - Frame</emph>."
+msgstr "Choose <emph>Izmijeni - Kopiraj</emph>."
+
+#: text_centervert.xhp
+#, fuzzy
+msgctxt ""
+"text_centervert.xhp\n"
+"par_id3152765\n"
+"82\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Anchor</item> area, select <item type=\"menuitem\">To page</item>."
+msgstr "U <emph> Sakrij</emph> prostor, odaberite <emph> Sakrij</emph> uski okvir."
+
+#: text_centervert.xhp
+msgctxt ""
+"text_centervert.xhp\n"
+"par_id3149844\n"
+"95\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Size</item> area, set the dimensions of the frame."
+msgstr ""
+
+#: text_centervert.xhp
+msgctxt ""
+"text_centervert.xhp\n"
+"par_id3156114\n"
+"96\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Position</item> area, select \"Center\" in the <item type=\"menuitem\">Horizontal</item> and <item type=\"menuitem\">Vertical</item> boxes."
+msgstr ""
+
+#: text_centervert.xhp
+#, fuzzy
+msgctxt ""
+"text_centervert.xhp\n"
+"par_id3153410\n"
+"97\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "Click <emph>Zatvori</emph>."
+
+#: text_centervert.xhp
+msgctxt ""
+"text_centervert.xhp\n"
+"par_id3149615\n"
+"84\n"
+"help.text"
+msgid "To hide the borders of the frame, select the frame, and then choose <item type=\"menuitem\">Format - Frame/Object</item>. Click the <item type=\"menuitem\">Borders</item> tab, and then click in the <item type=\"menuitem\">Set No Border</item> box in the <item type=\"menuitem\">Line Arrangement</item> area."
+msgstr ""
+
+#: text_centervert.xhp
+msgctxt ""
+"text_centervert.xhp\n"
+"par_id3145098\n"
+"83\n"
+"help.text"
+msgid "To resize the frame, drag the edges of the frame."
+msgstr ""
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hiding Text"
+msgstr ""
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"bm_id3148856\n"
+"help.text"
+msgid "<bookmark_value>text; hiding</bookmark_value> <bookmark_value>sections;hiding</bookmark_value> <bookmark_value>paragraphs;hiding</bookmark_value> <bookmark_value>hiding;text, with conditions</bookmark_value> <bookmark_value>variables;for hiding text</bookmark_value>"
+msgstr ""
+
+#: hidden_text.xhp
+#, fuzzy
+msgctxt ""
+"hidden_text.xhp\n"
+"hd_id3148856\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"hidden_text\"><link href=\"text/swriter/guide/hidden_text.xhp\" name=\"Hiding Text\">Hiding Text</link> </variable>"
+msgstr "<variable id=\"conditional_text2\"><link href=\"text/swriter/guide/conditional_text2.xhp\" name=\"Conditional Text for Page Counts\">Uslovni Teks za Odbrojavajne Stranica</link></variable>"
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3150103\n"
+"2\n"
+"help.text"
+msgid "You can use fields and sections to hide or display text in your document if a condition is met."
+msgstr ""
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3153409\n"
+"19\n"
+"help.text"
+msgid "Before you can hide text, you must first create a variable to use in the condition for hiding the text."
+msgstr ""
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"hd_id5174108\n"
+"help.text"
+msgid "To Create a Variable"
+msgstr ""
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3153131\n"
+"20\n"
+"help.text"
+msgid "Click in your document and choose <emph>Insert - Fields - Other</emph>."
+msgstr ""
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3149640\n"
+"21\n"
+"help.text"
+msgid "Click the <emph>Variables </emph>tab and click \"Set Variable\" in the <emph>Type </emph>list."
+msgstr ""
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3149970\n"
+"22\n"
+"help.text"
+msgid "Click \"General\" in the <emph>Format </emph>list."
+msgstr ""
+
+#: hidden_text.xhp
+#, fuzzy
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3149620\n"
+"23\n"
+"help.text"
+msgid "Type a name for the variable in the <item type=\"menuitem\">Name</item> box, for example, <item type=\"literal\">Hide</item>."
+msgstr "Upišite naziv za variable u <emph>Naziv</emph> okviru, na primjer \"podsjetnik\"."
+
+#: hidden_text.xhp
+#, fuzzy
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3149869\n"
+"24\n"
+"help.text"
+msgid "Enter a value for the variable in the <item type=\"menuitem\">Value</item> box, for example, <item type=\"literal\">1</item>."
+msgstr "Upišite naziv za variable u <emph>Naziv</emph> okviru, na primjer \"podsjetnik\"."
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3145108\n"
+"25\n"
+"help.text"
+msgid "To hide the variable in your document, select <emph>Invisible</emph>."
+msgstr ""
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3149585\n"
+"26\n"
+"help.text"
+msgid "Click <item type=\"menuitem\">Insert</item> and <item type=\"menuitem\">Close</item>."
+msgstr ""
+
+#: hidden_text.xhp
+#, fuzzy
+msgctxt ""
+"hidden_text.xhp\n"
+"hd_id3156245\n"
+"27\n"
+"help.text"
+msgid "To Hide Text"
+msgstr "Pronalaženje teksta"
+
+#: hidden_text.xhp
+#, fuzzy
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3145391\n"
+"28\n"
+"help.text"
+msgid "Click in the document where you want to add the text."
+msgstr "Postavite pokazivac u dokumentu gdje želite umetnuti odbrojavanje stranica."
+
+#: hidden_text.xhp
+#, fuzzy
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3145409\n"
+"5\n"
+"help.text"
+msgid "Choose <emph>Insert - Fields - Other</emph> and click the <emph>Functions </emph>tab."
+msgstr "Izaberite <emph>Ubaci - Polja - Ostalo</emph> i kliknite na <emph>Dokument</emph> karticu."
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3155325\n"
+"29\n"
+"help.text"
+msgid "Click \"Hidden Text\" in the <emph>Type </emph>list."
+msgstr ""
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3154404\n"
+"30\n"
+"help.text"
+msgid "Enter a statement in the <item type=\"menuitem\">Condition</item> box. For example, using the variable you previously defined, enter <item type=\"literal\">Hide==1</item>."
+msgstr ""
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3153371\n"
+"31\n"
+"help.text"
+msgid "Type the text that you want to hide in the <emph>Hidden text </emph>box."
+msgstr ""
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3154233\n"
+"32\n"
+"help.text"
+msgid "Click <item type=\"menuitem\">Insert</item> and <item type=\"menuitem\">Close</item>."
+msgstr ""
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"hd_id3154256\n"
+"33\n"
+"help.text"
+msgid "To Hide a Paragraph"
+msgstr ""
+
+#: hidden_text.xhp
+#, fuzzy
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3154853\n"
+"34\n"
+"help.text"
+msgid "Click in the paragraph where you want to add the text."
+msgstr "Postavite pokazivac u dokumentu gdje želite umetnuti odbrojavanje stranica."
+
+#: hidden_text.xhp
+#, fuzzy
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3154872\n"
+"35\n"
+"help.text"
+msgid "Choose <emph>Insert - Fields - Other</emph> and click the <emph>Functions </emph>tab."
+msgstr "Izaberite <emph>Ubaci - Polja - Ostalo</emph> i kliknite na <emph>Dokument</emph> karticu."
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3155902\n"
+"6\n"
+"help.text"
+msgid "Click \"Hidden Paragraph\" in the <emph>Type </emph>list."
+msgstr ""
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3155947\n"
+"36\n"
+"help.text"
+msgid "Enter a statement in the <item type=\"menuitem\">Condition</item> box. For example, using the variable you previously defined, enter <item type=\"literal\">Hide==1</item>."
+msgstr ""
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3149991\n"
+"37\n"
+"help.text"
+msgid "Click <item type=\"menuitem\">Insert</item> and <item type=\"menuitem\">Close</item>."
+msgstr ""
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3793450\n"
+"help.text"
+msgid "You must enable this feature by removing the check mark from menu <emph>View - Hidden Paragraphs</emph>. When the check mark is set, you cannot hide any paragraph."
+msgstr ""
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"hd_id3148675\n"
+"38\n"
+"help.text"
+msgid "To Hide a Section"
+msgstr ""
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3148697\n"
+"39\n"
+"help.text"
+msgid "Select the text that you want to hide in your document."
+msgstr ""
+
+#: hidden_text.xhp
+#, fuzzy
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3153019\n"
+"9\n"
+"help.text"
+msgid "Choose <emph>Insert - Section</emph>."
+msgstr "Choose <emph>Izmijeni - Kopiraj</emph>."
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3148950\n"
+"40\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Hide</item> area, select <item type=\"menuitem\">Hide</item>, and then enter an expression in the <item type=\"menuitem\">Condition</item> box. For example, using the variable you previously defined, enter <item type=\"literal\">Hide==1</item>."
+msgstr ""
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3153636\n"
+"41\n"
+"help.text"
+msgid "Click <item type=\"menuitem\">Insert</item>."
+msgstr ""
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3846858\n"
+"help.text"
+msgid "<link href=\"text/swriter/guide/hidden_text_display.xhp\" name=\"Displaying Hidden Text\">Displaying Hidden Text</link>"
+msgstr ""
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id8148442\n"
+"help.text"
+msgid "<link href=\"text/swriter/guide/nonprintable_text.xhp\" name=\"Creating Non-printing Text\">Creating Non-printing Text</link>"
+msgstr ""
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3148603\n"
+"10\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/04090000.xhp\" name=\"Insert - Fields - Other\">Insert - Fields - Other</link>"
+msgstr ""
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3147011\n"
+"11\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/04020000.xhp\" name=\"Insert - Section\">Insert - Section</link>"
+msgstr ""
+
+#: hidden_text.xhp
+#, fuzzy
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3147029\n"
+"46\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/14020000.xhp\" name=\"List of Operators\">List of Operators</link>"
+msgstr "<link href=\"text/swriter/02/14020000.xhp\" name=\"List of operators\">Lista operatora</link>"
+
+#: form_letters_main.xhp
+msgctxt ""
+"form_letters_main.xhp\n"
+"tit\n"
+"help.text"
+msgid "Creating a Form Letter"
+msgstr "Kreiranje Obrasca Pisma"
+
+#: form_letters_main.xhp
+msgctxt ""
+"form_letters_main.xhp\n"
+"bm_id3159257\n"
+"help.text"
+msgid "<bookmark_value>serial letters</bookmark_value> <bookmark_value>form letters</bookmark_value> <bookmark_value>mail merge</bookmark_value> <bookmark_value>letters; creating form letters</bookmark_value> <bookmark_value>wizards;form letters</bookmark_value>"
+msgstr ""
+
+#: form_letters_main.xhp
+msgctxt ""
+"form_letters_main.xhp\n"
+"hd_id3159257\n"
+"29\n"
+"help.text"
+msgid "<variable id=\"form_letters\"><variable id=\"form_letters_main\"><link href=\"text/swriter/guide/form_letters_main.xhp\" name=\"Creating a Form Letter\">Creating a Form Letter</link></variable></variable>"
+msgstr "<variable id=\"form_letters\"><variable id=\"form_letters_main\"><link href=\"text/swriter/guide/form_letters_main.xhp\" name=\"Creating a Form Letter\">Kreiranje Obrasca Pisma</link></variable></variable>"
+
+#: form_letters_main.xhp
+msgctxt ""
+"form_letters_main.xhp\n"
+"par_id3150502\n"
+"1\n"
+"help.text"
+msgid "To create a form letter, you need a text document that contains fields for address data, and an address database. Then you combine or merge the address data and the text document to either print the letters or send them by e-mail."
+msgstr "Za stvaranje obrasca pisma, potreban vam je tekst dokumenta koji sadrži polja za adresu podataka, baze podataka i adresa. Tada se kombiniraju ili spojaju podaci o adresi i tekstu dokumenta ili ih ispisati slovima ili ih poslati na e-mail."
+
+#: form_letters_main.xhp
+msgctxt ""
+"form_letters_main.xhp\n"
+"par_id0805200801132382\n"
+"help.text"
+msgid "If the document is in HTML format, any embedded or linked images will not be sent with the e-mail."
+msgstr "Ako je dokument u HTML formatu, svaka uložena ili povezana slika nece biti poslana sa e-mail."
+
+#: form_letters_main.xhp
+msgctxt ""
+"form_letters_main.xhp\n"
+"par_idN10653\n"
+"help.text"
+msgid "The <link href=\"text/swriter/01/mailmerge00.xhp\">Mail Merge Wizard</link> helps you to create form letters."
+msgstr "<link href=\"text/swriter/01/mailmerge00.xhp\"> Carobnjak za cirkularna pisma</link> pomaže vam stvoriti pisma na osnovu formulara."
+
+#: form_letters_main.xhp
+msgctxt ""
+"form_letters_main.xhp\n"
+"par_idN10664\n"
+"help.text"
+msgid "To create a form letter"
+msgstr "Da biste kreirali obrazac pisma"
+
+#: form_letters_main.xhp
+msgctxt ""
+"form_letters_main.xhp\n"
+"par_idN1066B\n"
+"help.text"
+msgid "Choose <emph>Tools - Mail Merge Wizard</emph>."
+msgstr "Izaberite <emph> Alati - Carobnjak za cirkularna pisma</emph>."
+
+#: form_letters_main.xhp
+msgctxt ""
+"form_letters_main.xhp\n"
+"par_idN10672\n"
+"help.text"
+msgid "You see the Mail Merge Wizard dialog. The following is an example of one of many possible ways to navigate the wizard's pages:"
+msgstr "Vidite Carobnjak Cirkularnih Pisama dijalog okvir. Sljedeci je primjer jedan od mnogih mogucih nacina za navigaciju carobnjaka stranice:"
+
+#: form_letters_main.xhp
+msgctxt ""
+"form_letters_main.xhp\n"
+"par_idN10676\n"
+"help.text"
+msgid "Select <emph>Start from a template</emph>, and click the <emph>Browse</emph> button."
+msgstr "Odaberite <emph>Pocetak iz šablona</emph> i kliknite na <emph>Potraži</emph> dugme."
+
+#: form_letters_main.xhp
+msgctxt ""
+"form_letters_main.xhp\n"
+"par_idN10681\n"
+"help.text"
+msgid "You see the <emph>New</emph> dialog."
+msgstr "Te vidjeti okvir Predlošci dijalog"
+
+#: form_letters_main.xhp
+msgctxt ""
+"form_letters_main.xhp\n"
+"par_idN10685\n"
+"help.text"
+msgid "Select <item type=\"literal\">Business Correspondence</item> in the left list, and then <item type=\"literal\">Modern letter</item> in the right list. Click <emph>OK</emph> to close the Templates dialog, and click <emph>Next</emph> in the wizard."
+msgstr "Odaberite <item type=\"literal\"> poslovnu korespondenciju</item> u lijevom popisu, a zatim <item type=\"literal\"> Moderni pismo</item> in desnoj listi. Kliknite na <emph> OK</emph> da biste zatvorili okvir za dijalog Predlošci, a zatim kliknite <emph> Sljedeci</emph> u carobnjaku."
+
+#: form_letters_main.xhp
+msgctxt ""
+"form_letters_main.xhp\n"
+"par_id2669759\n"
+"help.text"
+msgid "Select <emph>Letter</emph> and click <emph>Next</emph>."
+msgstr "Odaberite <emph>pismo</emph> i kliknite <emph>Sljedeći</emph>."
+
+#: form_letters_main.xhp
+msgctxt ""
+"form_letters_main.xhp\n"
+"par_idN106BD\n"
+"help.text"
+msgid "On the next step of the wizard, click the <emph>Select Address List</emph> button to check that you are using the correct address list. If you want to use an address block, select an address block type, match the data fields if necessary, and click <emph>Next</emph>."
+msgstr ""
+
+#: form_letters_main.xhp
+msgctxt ""
+"form_letters_main.xhp\n"
+"par_idN106C5\n"
+"help.text"
+msgid "Next follows the <emph>Create a salutation</emph> step. Deselect the <emph>Insert personalized salutation</emph> box. Under <emph>General salutation</emph>, select the salutation that you want on top of all letters."
+msgstr "Dalje slijedi <emph> Stvaranje pozdrav</emph> korak. Odznaci <emph> Umetni personalizirani pozdrav</emph> krpelj okvir. Pod <emph> Opce pozdrav</emph>, odaberite pozdrav koji želite na vrhu svih slova."
+
+#: form_letters_main.xhp
+msgctxt ""
+"form_letters_main.xhp\n"
+"par_idN106C6\n"
+"help.text"
+msgid "If you want to place mail merge fields anywhere else in the document select the corresponding column in your address data source and then drag and drop the column header into the document where you would like the field to be. Be sure to select the entire column."
+msgstr ""
+
+#: form_letters_main.xhp
+msgctxt ""
+"form_letters_main.xhp\n"
+"par_idN106D5\n"
+"help.text"
+msgid "Click <emph>Next</emph> and finally <emph>Finish</emph> to create the mail merge."
+msgstr "Kliknite <emph> Dalje</emph>, a na kraju <emph> Završi</emph> za stvaranje cirkularnih pisama."
+
+#: nonprintable_text.xhp
+msgctxt ""
+"nonprintable_text.xhp\n"
+"tit\n"
+"help.text"
+msgid "Creating Non-printing Text"
+msgstr ""
+
+#: nonprintable_text.xhp
+msgctxt ""
+"nonprintable_text.xhp\n"
+"bm_id3148856\n"
+"help.text"
+msgid "<bookmark_value>non-printing text</bookmark_value> <bookmark_value>text; non-printable</bookmark_value>"
+msgstr ""
+
+#: nonprintable_text.xhp
+msgctxt ""
+"nonprintable_text.xhp\n"
+"hd_id3148856\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"nonprintable_text\"><link href=\"text/swriter/guide/nonprintable_text.xhp\" name=\"Creating Non-printing Text\">Creating Non-printing Text</link></variable>"
+msgstr ""
+
+#: nonprintable_text.xhp
+msgctxt ""
+"nonprintable_text.xhp\n"
+"par_id4685201\n"
+"help.text"
+msgid "To create text that is not to be printed do the following:"
+msgstr ""
+
+#: nonprintable_text.xhp
+msgctxt ""
+"nonprintable_text.xhp\n"
+"par_id3149789\n"
+"14\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Insert - Frame</item> and click <item type=\"menuitem\">OK</item>."
+msgstr ""
+
+#: nonprintable_text.xhp
+msgctxt ""
+"nonprintable_text.xhp\n"
+"par_id3150224\n"
+"15\n"
+"help.text"
+msgid "Enter text in the frame and if you want, resize the frame."
+msgstr ""
+
+#: nonprintable_text.xhp
+#, fuzzy
+msgctxt ""
+"nonprintable_text.xhp\n"
+"par_id3150242\n"
+"16\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Format - Frame/Object</item>, and then click the <item type=\"menuitem\">Options</item> tab."
+msgstr "Izaberite <emph> Unesite - Polja - Ostalo</emph> i kliknite <emph> Funkcije</emph> karticu."
+
+#: nonprintable_text.xhp
+msgctxt ""
+"nonprintable_text.xhp\n"
+"par_id3145227\n"
+"17\n"
+"help.text"
+msgid "In the <emph>Properties</emph> area, clear the <emph>Print</emph> check box."
+msgstr ""
+
+#: nonprintable_text.xhp
+#, fuzzy
+msgctxt ""
+"nonprintable_text.xhp\n"
+"par_id3150320\n"
+"18\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "Click <emph>Zatvori</emph>."
+
+#: nonprintable_text.xhp
+msgctxt ""
+"nonprintable_text.xhp\n"
+"par_id3138828\n"
+"help.text"
+msgid "<link href=\"text/swriter/guide/hidden_text.xhp\" name=\"Hiding Text\">Hiding Text</link>"
+msgstr ""
+
+#: indices_edit.xhp
+msgctxt ""
+"indices_edit.xhp\n"
+"tit\n"
+"help.text"
+msgid "Updating, Editing and Deleting Indexes and Tables of Contents"
+msgstr ""
+
+#: indices_edit.xhp
+msgctxt ""
+"indices_edit.xhp\n"
+"bm_id3149695\n"
+"help.text"
+msgid "<bookmark_value>indexes; editing/updating/deleting</bookmark_value> <bookmark_value>tables of contents; editing and deleting</bookmark_value> <bookmark_value>updating;indexes/tables of contents</bookmark_value> <bookmark_value>editing;indexes/tables of contents</bookmark_value> <bookmark_value>deleting;indexes/tables of contents</bookmark_value>"
+msgstr ""
+
+#: indices_edit.xhp
+msgctxt ""
+"indices_edit.xhp\n"
+"hd_id3149695\n"
+"56\n"
+"help.text"
+msgid "<variable id=\"indices_edit\"><link href=\"text/swriter/guide/indices_edit.xhp\" name=\"Updating, Editing and Deleting Indexes and Tables of Contents\">Updating, Editing and Deleting Indexes and Tables of Contents</link></variable>"
+msgstr ""
+
+#: indices_edit.xhp
+msgctxt ""
+"indices_edit.xhp\n"
+"par_id3155856\n"
+"57\n"
+"help.text"
+msgid "Place the cursor in the index or table of contents."
+msgstr ""
+
+#: indices_edit.xhp
+msgctxt ""
+"indices_edit.xhp\n"
+"par_id3155871\n"
+"59\n"
+"help.text"
+msgid "If you cannot place your cursor in the index or table of contents, choose <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Formatting Aids</item>, and then select <item type=\"menuitem\">Enable</item> in the <item type=\"menuitem\">Cursor in protected areas</item> section."
+msgstr ""
+
+#: indices_edit.xhp
+msgctxt ""
+"indices_edit.xhp\n"
+"par_id3154248\n"
+"58\n"
+"help.text"
+msgid "Right-click and choose an editing option from the menu."
+msgstr ""
+
+#: indices_edit.xhp
+msgctxt ""
+"indices_edit.xhp\n"
+"par_id3155872\n"
+"60\n"
+"help.text"
+msgid "You can also make changes directly to an index or table of contents. Right-click in the index or table of contents, choose <emph>Edit Index/Table</emph>, click <emph>Index/Table</emph> tab, and then clear the <emph>Protected from manual changes</emph> check box."
+msgstr ""
+
+#: insert_beforetable.xhp
+msgctxt ""
+"insert_beforetable.xhp\n"
+"tit\n"
+"help.text"
+msgid "Inserting Text Before a Table at the Top of Page"
+msgstr ""
+
+#: insert_beforetable.xhp
+msgctxt ""
+"insert_beforetable.xhp\n"
+"bm_id3149688\n"
+"help.text"
+msgid "<bookmark_value>tables;start/end of document</bookmark_value><bookmark_value>paragraphs;inserting before/after tables</bookmark_value><bookmark_value>inserting;paragraphs before/after tables</bookmark_value>"
+msgstr ""
+
+#: insert_beforetable.xhp
+msgctxt ""
+"insert_beforetable.xhp\n"
+"hd_id3149688\n"
+"54\n"
+"help.text"
+msgid "<variable id=\"insert_beforetable\"><link href=\"text/swriter/guide/insert_beforetable.xhp\" name=\"Inserting Text Before a Table at the Top of Page\">Inserting Text Before a Table at the Top of Page</link></variable>"
+msgstr ""
+
+#: insert_beforetable.xhp
+msgctxt ""
+"insert_beforetable.xhp\n"
+"par_id3155923\n"
+"55\n"
+"help.text"
+msgid "If you want to insert text before a table that is at the top of a page, click in the first cell of the table, in front of any contents of that cell, and then press <item type=\"keycode\">Enter</item> or <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Enter</item>."
+msgstr ""
+
+#: insert_beforetable.xhp
+msgctxt ""
+"insert_beforetable.xhp\n"
+"par_idN10612\n"
+"help.text"
+msgid "To insert text after a table at the end of the document, go to the last cell of the table and press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Enter</item>."
+msgstr ""
+
+#: join_numbered_lists.xhp
+msgctxt ""
+"join_numbered_lists.xhp\n"
+"tit\n"
+"help.text"
+msgid "Combining Numbered Lists"
+msgstr ""
+
+#: join_numbered_lists.xhp
+msgctxt ""
+"join_numbered_lists.xhp\n"
+"bm_id3150495\n"
+"help.text"
+msgid "<bookmark_value>numbering; combining</bookmark_value> <bookmark_value>merging;numbered lists</bookmark_value> <bookmark_value>joining;numbered lists</bookmark_value> <bookmark_value>lists;combining numbered lists</bookmark_value> <bookmark_value>paragraphs;numbering non-consecutive</bookmark_value>"
+msgstr ""
+
+#: join_numbered_lists.xhp
+msgctxt ""
+"join_numbered_lists.xhp\n"
+"hd_id3150495\n"
+"32\n"
+"help.text"
+msgid "<variable id=\"join_numbered_lists\"><link href=\"text/swriter/guide/join_numbered_lists.xhp\" name=\"Combining Numbered Lists\">Combining Numbered Lists</link></variable>"
+msgstr ""
+
+#: join_numbered_lists.xhp
+msgctxt ""
+"join_numbered_lists.xhp\n"
+"par_id3149692\n"
+"33\n"
+"help.text"
+msgid "You can combine numbered lists into a single consecutively numbered list."
+msgstr ""
+
+#: join_numbered_lists.xhp
+msgctxt ""
+"join_numbered_lists.xhp\n"
+"hd_id3149452\n"
+"34\n"
+"help.text"
+msgid "To Combine Consecutive Numbered Lists"
+msgstr ""
+
+#: join_numbered_lists.xhp
+msgctxt ""
+"join_numbered_lists.xhp\n"
+"par_id3154479\n"
+"35\n"
+"help.text"
+msgid "Select all of the paragraphs in the lists."
+msgstr ""
+
+#: join_numbered_lists.xhp
+msgctxt ""
+"join_numbered_lists.xhp\n"
+"par_id3155911\n"
+"36\n"
+"help.text"
+msgid "On the <item type=\"menuitem\">Formatting</item> Bar, click the <item type=\"menuitem\">Numbering On/Off</item> icon twice."
+msgstr ""
+
+#: join_numbered_lists.xhp
+msgctxt ""
+"join_numbered_lists.xhp\n"
+"hd_id3155870\n"
+"37\n"
+"help.text"
+msgid "To Create a Numbered List From Non-consecutive Paragraphs:"
+msgstr ""
+
+#: join_numbered_lists.xhp
+msgctxt ""
+"join_numbered_lists.xhp\n"
+"par_id3153417\n"
+"38\n"
+"help.text"
+msgid "Hold down Ctrl and drag a selection in the first numbered paragraph. You only have to select one character."
+msgstr ""
+
+#: join_numbered_lists.xhp
+msgctxt ""
+"join_numbered_lists.xhp\n"
+"par_id3149644\n"
+"39\n"
+"help.text"
+msgid "Continue to hold down Ctrl, and drag a selection in each numbered paragraph of the lists you want to combine."
+msgstr ""
+
+#: join_numbered_lists.xhp
+msgctxt ""
+"join_numbered_lists.xhp\n"
+"par_id3145102\n"
+"40\n"
+"help.text"
+msgid "On the <item type=\"menuitem\">Formatting</item> Bar, click the <item type=\"menuitem\">Numbering On/Off</item> icon twice."
+msgstr ""
+
+#: reset_format.xhp
+msgctxt ""
+"reset_format.xhp\n"
+"tit\n"
+"help.text"
+msgid "Resetting Font Attributes"
+msgstr ""
+
+#: reset_format.xhp
+msgctxt ""
+"reset_format.xhp\n"
+"bm_id3149963\n"
+"help.text"
+msgid "<bookmark_value>formats; resetting</bookmark_value> <bookmark_value>font attributes; resetting</bookmark_value> <bookmark_value>fonts; resetting</bookmark_value> <bookmark_value>resetting; fonts</bookmark_value> <bookmark_value>direct formatting;exiting</bookmark_value> <bookmark_value>formatting;exiting direct formatting</bookmark_value> <bookmark_value>exiting;direct formatting</bookmark_value>"
+msgstr ""
+
+#: reset_format.xhp
+msgctxt ""
+"reset_format.xhp\n"
+"hd_id3149963\n"
+"26\n"
+"help.text"
+msgid "<variable id=\"reset_format\"><link href=\"text/swriter/guide/reset_format.xhp\" name=\"Resetting Font Attributes\">Resetting Font Attributes</link></variable>"
+msgstr ""
+
+#: reset_format.xhp
+msgctxt ""
+"reset_format.xhp\n"
+"par_id3154091\n"
+"27\n"
+"help.text"
+msgid "You can quickly exit manual formatting by pressing Ctrl+Shift+X. For example, if you have pressed Ctrl+B to apply the bold typeface to the text that you type, press Ctrl+Shift+X to return to the default character format of the paragraph."
+msgstr ""
+
+#: reset_format.xhp
+msgctxt ""
+"reset_format.xhp\n"
+"par_id3155854\n"
+"28\n"
+"help.text"
+msgid "To reset all direct formatting of existing text, select that text, then choose the menu command <emph>Format - Clear Direct Formatting</emph>."
+msgstr ""
+
+#: table_cellmerge.xhp
+msgctxt ""
+"table_cellmerge.xhp\n"
+"tit\n"
+"help.text"
+msgid "Merging and Splitting Cells"
+msgstr ""
+
+#: table_cellmerge.xhp
+msgctxt ""
+"table_cellmerge.xhp\n"
+"bm_id3147240\n"
+"help.text"
+msgid "<bookmark_value>cells; merging/splitting</bookmark_value> <bookmark_value>tables; merging cells</bookmark_value> <bookmark_value>cell merges</bookmark_value> <bookmark_value>splitting cells;by menu command</bookmark_value> <bookmark_value>merging;cells</bookmark_value>"
+msgstr "<bookmark_value>cells; merging / splitting</bookmark_value><bookmark_value>tables; merging cells</bookmark_value><bookmark_value>cell merges</bookmark_value><bookmark_value>splitting cells;by menu command</bookmark_value><bookmark_value>merging;cells</bookmark_value>"
+
+#: table_cellmerge.xhp
+msgctxt ""
+"table_cellmerge.xhp\n"
+"hd_id6618243\n"
+"help.text"
+msgid "<variable id=\"table_cellmerge\"><link href=\"text/swriter/guide/table_cellmerge.xhp\" name=\"Merging and Splitting Cells\">Merging and Splitting Cells</link></variable>"
+msgstr ""
+
+#: table_cellmerge.xhp
+msgctxt ""
+"table_cellmerge.xhp\n"
+"par_id1211890\n"
+"help.text"
+msgid "You can select adjacent cells, then merge them into a single cell. Conversely, you can take a large cell and divide it into individual cells."
+msgstr ""
+
+#: table_cellmerge.xhp
+msgctxt ""
+"table_cellmerge.xhp\n"
+"hd_id3463850\n"
+"help.text"
+msgid "To Merge Cells"
+msgstr "Merging Cells"
+
+#: table_cellmerge.xhp
+msgctxt ""
+"table_cellmerge.xhp\n"
+"par_id5708792\n"
+"help.text"
+msgid "Select the adjacent cells."
+msgstr ""
+
+#: table_cellmerge.xhp
+msgctxt ""
+"table_cellmerge.xhp\n"
+"par_id6301461\n"
+"help.text"
+msgid "Choose <emph>Table - Merge Cells</emph>."
+msgstr "Choose <emph>Tabela - Merge Cells</emph>."
+
+#: table_cellmerge.xhp
+msgctxt ""
+"table_cellmerge.xhp\n"
+"hd_id9156468\n"
+"help.text"
+msgid "To Split Cells"
+msgstr "Splitting Cells"
+
+#: table_cellmerge.xhp
+msgctxt ""
+"table_cellmerge.xhp\n"
+"par_id3415936\n"
+"help.text"
+msgid "Place the cursor in the cell to be split."
+msgstr ""
+
+#: table_cellmerge.xhp
+msgctxt ""
+"table_cellmerge.xhp\n"
+"par_id4044312\n"
+"help.text"
+msgid "Choose <emph>Table - Split Cells</emph>."
+msgstr "Choose <emph>Tabela - Split Cells</emph>."
+
+#: table_cellmerge.xhp
+msgctxt ""
+"table_cellmerge.xhp\n"
+"par_id634174\n"
+"help.text"
+msgid "A dialog allows you to split the cell into two or more cells, horizontally or vertically."
+msgstr "A dialogue box allows you to split the cell into two or more cells, horizontally or vertically."
+
+#: spellcheck_dialog.xhp
+msgctxt ""
+"spellcheck_dialog.xhp\n"
+"tit\n"
+"help.text"
+msgid "Checking Spelling and Grammar"
+msgstr "Checking Spelling Manually"
+
+#: spellcheck_dialog.xhp
+msgctxt ""
+"spellcheck_dialog.xhp\n"
+"bm_id3149684\n"
+"help.text"
+msgid "<bookmark_value>spellcheck; checking text documents manually</bookmark_value> <bookmark_value>checking spelling;manually</bookmark_value> <bookmark_value>grammar checker</bookmark_value>"
+msgstr "<bookmark_value>spelling check; checking text documents manually</bookmark_value><bookmark_value>checking spelling;manually</bookmark_value>"
+
+#: spellcheck_dialog.xhp
+msgctxt ""
+"spellcheck_dialog.xhp\n"
+"hd_id3149684\n"
+"37\n"
+"help.text"
+msgid "<variable id=\"spellcheck_dialog\"><link href=\"text/swriter/guide/spellcheck_dialog.xhp\" name=\"Checking Spelling and Grammar\">Checking Spelling and Grammar</link></variable>"
+msgstr "<variable id=\"spellcheck_dialog\"><link href=\"text/swriter/guide/spellcheck_dialog.xhp\" name=\"Checking Spelling Manually\">Checking Spelling Manually</link></variable>"
+
+#: spellcheck_dialog.xhp
+msgctxt ""
+"spellcheck_dialog.xhp\n"
+"par_id3149814\n"
+"9\n"
+"help.text"
+msgid "You can manually check the spelling and grammar of a text selection or the entire document."
+msgstr "You can manually check the spelling of a text selection or the entire document."
+
+#: spellcheck_dialog.xhp
+msgctxt ""
+"spellcheck_dialog.xhp\n"
+"par_id0525200902184476\n"
+"help.text"
+msgid "To check the spelling and the grammar of a text, the appropriate dictionaries must be installed. For many languages three different dictionaries exist: a spellchecker, a hyphenation dictionary, and a thesaurus. Each dictionary covers one language only. Grammar checkers can be downloaded and installed as extensions. See the <link href=\"http://extensions.libreoffice.org/dictionary\">extensions web page</link>."
+msgstr ""
+
+#: spellcheck_dialog.xhp
+msgctxt ""
+"spellcheck_dialog.xhp\n"
+"par_id3149828\n"
+"10\n"
+"help.text"
+msgid "The spellcheck starts at the current cursor position, or at the beginning of the text selection."
+msgstr "The spelling check starts at the current cursor position, or at the beginning of the text selection."
+
+#: spellcheck_dialog.xhp
+msgctxt ""
+"spellcheck_dialog.xhp\n"
+"par_id3155859\n"
+"43\n"
+"help.text"
+msgid "Click in the document, or select the text that you want to check."
+msgstr ""
+
+#: spellcheck_dialog.xhp
+msgctxt ""
+"spellcheck_dialog.xhp\n"
+"par_id3149836\n"
+"44\n"
+"help.text"
+msgid "Choose <emph>Tools - Spelling and Grammar</emph>."
+msgstr ""
+
+#: spellcheck_dialog.xhp
+msgctxt ""
+"spellcheck_dialog.xhp\n"
+"par_id3156104\n"
+"45\n"
+"help.text"
+msgid "When a possible spelling error is encountered, the <item type=\"menuitem\">Spellcheck</item> dialog opens and $[officename] offers some suggested corrections."
+msgstr "When a possible spelling error is encountered, the <emph>Spelling check</emph> dialogue box opens and $[officename] offers some suggested corrections."
+
+#: spellcheck_dialog.xhp
+#, fuzzy
+msgctxt ""
+"spellcheck_dialog.xhp\n"
+"par_id3149861\n"
+"46\n"
+"help.text"
+msgid "Do one of the following:"
+msgstr "Uradite jedno od sljedecih"
+
+#: spellcheck_dialog.xhp
+msgctxt ""
+"spellcheck_dialog.xhp\n"
+"par_id3145099\n"
+"47\n"
+"help.text"
+msgid "To accept a correction, click the suggestion, and then click <emph>Change</emph>."
+msgstr ""
+
+#: spellcheck_dialog.xhp
+msgctxt ""
+"spellcheck_dialog.xhp\n"
+"par_id3156241\n"
+"48\n"
+"help.text"
+msgid "Edit the sentence in the upper text box, and then click <emph>Change</emph>."
+msgstr ""
+
+#: spellcheck_dialog.xhp
+msgctxt ""
+"spellcheck_dialog.xhp\n"
+"par_id3155886\n"
+"40\n"
+"help.text"
+msgid "To add the unknown word to a user-defined dictionary, click <emph>Add</emph>."
+msgstr ""
+
+#: spellcheck_dialog.xhp
+msgctxt ""
+"spellcheck_dialog.xhp\n"
+"par_id3147107\n"
+"49\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06010000.xhp\" name=\"Spellcheck dialog\">Spelling and Grammar dialog</link>"
+msgstr "<link href=\"text/shared/01/06010000.xhp\" name=\"Spelling and Grammar dialogue box\">Spelling and Grammar dialogue box</link>"
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"tit\n"
+"help.text"
+msgid "Inserting, Editing, and Linking Text Frames"
+msgstr ""
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"bm_id3149487\n"
+"help.text"
+msgid "<bookmark_value>text frames; inserting/editing/linking</bookmark_value> <bookmark_value>editing;text frames</bookmark_value> <bookmark_value>inserting;text frames</bookmark_value> <bookmark_value>resizing;text frames, by mouse</bookmark_value> <bookmark_value>scaling; text frames, by mouse</bookmark_value> <bookmark_value>links;text frames</bookmark_value> <bookmark_value>text flow; from frame to frame</bookmark_value> <bookmark_value>frames; linking</bookmark_value> <bookmark_value>printing;hiding text frames from printing</bookmark_value>"
+msgstr ""
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"hd_id3149487\n"
+"3\n"
+"help.text"
+msgid "<variable id=\"text_frame\"><link href=\"text/swriter/guide/text_frame.xhp\" name=\"Inserting, Editing, and Linking Text Frames\">Inserting, Editing, and Linking Text Frames</link></variable>"
+msgstr ""
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"par_id3149842\n"
+"65\n"
+"help.text"
+msgid "A text frame is a container for text and graphics that you can place anywhere on a page. You can also use a frame to apply a column layout to text."
+msgstr ""
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"hd_id3156104\n"
+"64\n"
+"help.text"
+msgid "To Insert a Text Frame"
+msgstr ""
+
+#: text_frame.xhp
+#, fuzzy
+msgctxt ""
+"text_frame.xhp\n"
+"par_id3149961\n"
+"5\n"
+"help.text"
+msgid "Select the text that you want to include in the frame."
+msgstr "Odaberite tekst koji želite premjestiti ili kopirati."
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"par_id3149602\n"
+"9\n"
+"help.text"
+msgid "Choose <emph>Insert - Frame</emph>, and click OK."
+msgstr ""
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"hd_id3145115\n"
+"66\n"
+"help.text"
+msgid "To Edit a Text Frame"
+msgstr ""
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"par_id3149578\n"
+"16\n"
+"help.text"
+msgid "To edit the contents of a text frame, click in the frame, and make the changes that you want."
+msgstr ""
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"par_id3156239\n"
+"14\n"
+"help.text"
+msgid "To edit a frame, select the frame, right-click, and then choose a formatting option. You can also right-click the selected frame, and choose <emph>Frame</emph>."
+msgstr ""
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"par_id3156261\n"
+"63\n"
+"help.text"
+msgid "To resize a text frame, click an edge of the frame, and drag one of the edges or corners of the frame. Hold down Shift while you drag to maintain the proportion of the frame."
+msgstr ""
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"hd_id3153386\n"
+"98\n"
+"help.text"
+msgid "To Hide Text From Printing"
+msgstr ""
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"par_id3154262\n"
+"99\n"
+"help.text"
+msgid "Any Writer text frame can be set to a mode which allows viewing the text on screen, but hides the text from printing."
+msgstr ""
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"par_id3154858\n"
+"100\n"
+"help.text"
+msgid "Select the text frame (you see the eight handles)."
+msgstr ""
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"par_id3155875\n"
+"101\n"
+"help.text"
+msgid "Choose <emph>Format - Frame/Object - Options</emph>."
+msgstr ""
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"par_id3155899\n"
+"102\n"
+"help.text"
+msgid "In the <emph>Properties</emph> area, unmark the <emph>Print</emph> check box and click <emph>OK</emph>."
+msgstr ""
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"hd_id3148701\n"
+"83\n"
+"help.text"
+msgid "To Link Text Frames"
+msgstr ""
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"par_id3149986\n"
+"84\n"
+"help.text"
+msgid "You can link Writer text frames so that their contents automatically flow from one frame to another."
+msgstr ""
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"par_id3153025\n"
+"71\n"
+"help.text"
+msgid "Click the edge of a frame that you want to link. Selection handles appear on the edges of the frame."
+msgstr ""
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"par_id3150223\n"
+"87\n"
+"help.text"
+msgid "On the <item type=\"menuitem\">Frame</item> Bar, click the <item type=\"menuitem\">Link Frames</item> icon <image id=\"img_id3148968\" src=\"cmd/sc_chainframes.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3148968\">Icon</alt></image>."
+msgstr ""
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"par_id3150930\n"
+"89\n"
+"help.text"
+msgid "Click the frame that you want to link to."
+msgstr ""
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"par_id3150947\n"
+"75\n"
+"help.text"
+msgid "You can only link frames if:"
+msgstr ""
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"par_id3150969\n"
+"76\n"
+"help.text"
+msgid "The target frame is empty."
+msgstr ""
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"par_id3154365\n"
+"77\n"
+"help.text"
+msgid "The target frame is not linked to another frame."
+msgstr ""
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"par_id3154383\n"
+"78\n"
+"help.text"
+msgid "The source and the target frames are in the same section. For example, you cannot link a header frame to a footer frame."
+msgstr ""
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"par_id3145559\n"
+"79\n"
+"help.text"
+msgid "The source frame does not have a next link."
+msgstr ""
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"par_id3145577\n"
+"81\n"
+"help.text"
+msgid "The target or the source frame are not contained in each other."
+msgstr ""
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"par_id3151083\n"
+"90\n"
+"help.text"
+msgid "When you select a linked frame, a line is displayed that connects the linked frames."
+msgstr ""
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"par_id5853144\n"
+"help.text"
+msgid "The AutoSize feature is available only for the last frame in a chain of linked frames."
+msgstr ""
+
+#: calculate_clipboard.xhp
+msgctxt ""
+"calculate_clipboard.xhp\n"
+"tit\n"
+"help.text"
+msgid "Calculating and Pasting the Result of a Formula in a Text Document"
+msgstr ""
+
+#: calculate_clipboard.xhp
+msgctxt ""
+"calculate_clipboard.xhp\n"
+"bm_id3147692\n"
+"help.text"
+msgid "<bookmark_value>pasting;results of formulas</bookmark_value> <bookmark_value>clipboard;calculating in text</bookmark_value> <bookmark_value>formulas;pasting results in text documents</bookmark_value>"
+msgstr ""
+
+#: calculate_clipboard.xhp
+msgctxt ""
+"calculate_clipboard.xhp\n"
+"hd_id3147692\n"
+"35\n"
+"help.text"
+msgid "<variable id=\"calculate_clipboard\"><link href=\"text/swriter/guide/calculate_clipboard.xhp\" name=\" Calculating and Pasting the Result of a Formula in a Text Document\"> Calculating and Pasting the Result of a Formula in a Text Document</link></variable>"
+msgstr ""
+
+#: calculate_clipboard.xhp
+msgctxt ""
+"calculate_clipboard.xhp\n"
+"par_id3156366\n"
+"36\n"
+"help.text"
+msgid "If your text already contains a formula, for example \"12+24*2\", $[officename] can calculate, and then paste the result of the formula in your document, without using the <emph>Formula Bar</emph>."
+msgstr ""
+
+#: calculate_clipboard.xhp
+msgctxt ""
+"calculate_clipboard.xhp\n"
+"par_id3154250\n"
+"37\n"
+"help.text"
+msgid "Select the formula in the text. The formula can only contain numbers and operators and cannot contain spaces."
+msgstr ""
+
+#: calculate_clipboard.xhp
+msgctxt ""
+"calculate_clipboard.xhp\n"
+"par_id3155496\n"
+"38\n"
+"help.text"
+msgid "Choose <emph>Tools - Calculate</emph>, or press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Plus Sign (+)."
+msgstr ""
+
+#: calculate_clipboard.xhp
+msgctxt ""
+"calculate_clipboard.xhp\n"
+"par_id5172582\n"
+"help.text"
+msgid "Place the cursor where you want to insert the result of the formula, and then choose <item type=\"menuitem\">Edit - Paste</item>, or press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V.<br/>The selected formula is replaced by the result."
+msgstr ""
+
+#: hidden_text_display.xhp
+msgctxt ""
+"hidden_text_display.xhp\n"
+"tit\n"
+"help.text"
+msgid "Displaying Hidden Text"
+msgstr ""
+
+#: hidden_text_display.xhp
+msgctxt ""
+"hidden_text_display.xhp\n"
+"bm_id3148856\n"
+"help.text"
+msgid "<bookmark_value>hidden text; displaying</bookmark_value> <bookmark_value>displaying;hidden text</bookmark_value>"
+msgstr ""
+
+#: hidden_text_display.xhp
+msgctxt ""
+"hidden_text_display.xhp\n"
+"hd_id3148856\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"hidden_text_display\"><link href=\"text/swriter/guide/hidden_text_display.xhp\" name=\"Displaying Hidden Text\">Displaying Hidden Text</link></variable>"
+msgstr ""
+
+#: hidden_text_display.xhp
+msgctxt ""
+"hidden_text_display.xhp\n"
+"par_id5659962\n"
+"help.text"
+msgid "If you have a text that was hidden by defining a condition with a variable, you have several options to display the hidden text. Do one of the following:"
+msgstr ""
+
+#: hidden_text_display.xhp
+msgctxt ""
+"hidden_text_display.xhp\n"
+"par_id3152777\n"
+"7\n"
+"help.text"
+msgid "Enable the check mark at <emph>View - Hidden Paragraphs</emph>."
+msgstr ""
+
+#: hidden_text_display.xhp
+msgctxt ""
+"hidden_text_display.xhp\n"
+"par_id3153902\n"
+"44\n"
+"help.text"
+msgid "Double-click in front of the variable that you used to define the condition for hiding the text, and enter a different value for the variable."
+msgstr ""
+
+#: hidden_text_display.xhp
+msgctxt ""
+"hidden_text_display.xhp\n"
+"par_id3147114\n"
+"45\n"
+"help.text"
+msgid "Double-click in front of the hidden text field or the hidden paragraph field, and change the condition statement."
+msgstr ""
+
+#: hidden_text_display.xhp
+msgctxt ""
+"hidden_text_display.xhp\n"
+"par_id1865901\n"
+"help.text"
+msgid "<link href=\"text/swriter/guide/hidden_text.xhp\" name=\"Hiding Text\">Hiding Text</link>"
+msgstr ""
+
+#: hidden_text_display.xhp
+#, fuzzy
+msgctxt ""
+"hidden_text_display.xhp\n"
+"par_id3147029\n"
+"46\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/14020000.xhp\" name=\"List of Operators\">List of Operators</link>"
+msgstr "<link href=\"text/swriter/02/14020000.xhp\" name=\"List of operators\">Lista operatora</link>"
+
+#: table_cells.xhp
+msgctxt ""
+"table_cells.xhp\n"
+"tit\n"
+"help.text"
+msgid "Adding or Deleting a Row or Column to a Table Using the Keyboard"
+msgstr ""
+
+#: table_cells.xhp
+msgctxt ""
+"table_cells.xhp\n"
+"bm_id3156377\n"
+"help.text"
+msgid "<bookmark_value>rows; inserting/deleting in tables by keyboard</bookmark_value> <bookmark_value>columns; inserting/deleting in tables by keyboard</bookmark_value> <bookmark_value>tables; editing by keyboard</bookmark_value> <bookmark_value>keyboard;adding or deleting rows/columns</bookmark_value> <bookmark_value>splitting cells;by keyboard</bookmark_value> <bookmark_value>merging;cells, by keyboard</bookmark_value> <bookmark_value>deleting;rows/columns, by keyboard</bookmark_value> <bookmark_value>inserting;rows/columns, by keyboard</bookmark_value>"
+msgstr "<bookmark_value>rows; inserting / deleting in text tables by keyboard</bookmark_value><bookmark_value>columns; inserting / deleting in text tables by keyboard</bookmark_value><bookmark_value>text tables; editing by keyboard</bookmark_value><bookmark_value>keyboard;adding / deleting rows / columns</bookmark_value><bookmark_value>splitting cells;by keyboard</bookmark_value><bookmark_value>merging;cells, by keyboard</bookmark_value><bookmark_value>deleting;rows / columns, by keyboard</bookmark_value><bookmark_value>inserting;rows / columns, by keyboard</bookmark_value><bookmark_value>text tables; inserting / deleting rows or columns</bookmark_value>"
+
+#: table_cells.xhp
+msgctxt ""
+"table_cells.xhp\n"
+"hd_id3156377\n"
+"22\n"
+"help.text"
+msgid "<variable id=\"table_cells\"><link href=\"text/swriter/guide/table_cells.xhp\" name=\"Adding or Deleting a Row or Column to a Table Using the Keyboard\">Adding or Deleting a Row or Column to a Table Using the Keyboard</link></variable>"
+msgstr ""
+
+#: table_cells.xhp
+msgctxt ""
+"table_cells.xhp\n"
+"par_id3149487\n"
+"27\n"
+"help.text"
+msgid "You can add or delete rows or columns in tables as well as split or merge table cells using the keyboard."
+msgstr "You can add or delete rows or columns in table as well as split or merge table cells using the keyboard."
+
+#: table_cells.xhp
+msgctxt ""
+"table_cells.xhp\n"
+"par_id3155906\n"
+"28\n"
+"help.text"
+msgid "To insert a new row in a table, place the cursor in a table cell, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Insert, and then press the up or down arrow key. You can also move the cursor to the last cell in the table, and then press Tab."
+msgstr ""
+
+#: table_cells.xhp
+#, fuzzy
+msgctxt ""
+"table_cells.xhp\n"
+"par_id3147412\n"
+"25\n"
+"help.text"
+msgid "To insert a new column, place the cursor in a table cell, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Insert, and then press the left or right arrow key."
+msgstr "Kada cuvate <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> dugme dok pustate dugme misa, unesite <emph>insert mode</emph>."
+
+#: table_cells.xhp
+msgctxt ""
+"table_cells.xhp\n"
+"par_id3156096\n"
+"29\n"
+"help.text"
+msgid "To split a table cell instead of adding a column, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Insert, and then hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while you press the left or right arrow key."
+msgstr ""
+
+#: table_cells.xhp
+#, fuzzy
+msgctxt ""
+"table_cells.xhp\n"
+"par_id3153408\n"
+"26\n"
+"help.text"
+msgid "To delete a row, place the cursor in a table cell, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Delete, and then press the up or down arrow key."
+msgstr "Dabi kopirali dialog ili modul, pritisnite i drzite <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> tipku dok drag-i-dropujete."
+
+#: table_cells.xhp
+#, fuzzy
+msgctxt ""
+"table_cells.xhp\n"
+"par_id3149626\n"
+"30\n"
+"help.text"
+msgid "To delete a column, place the cursor in a table cell, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Delete, and then press the left or the right arrow key."
+msgstr "Kada cuvate <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> dugme dok pustate dugme misa, unesite <emph>insert mode</emph>."
+
+#: table_cells.xhp
+msgctxt ""
+"table_cells.xhp\n"
+"par_id3149612\n"
+"31\n"
+"help.text"
+msgid "To merge a table into an adjacent cell, place the cursor in the cell, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Delete, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>, and then press the left or the right arrow key."
+msgstr ""
+
+#: auto_numbering.xhp
+msgctxt ""
+"auto_numbering.xhp\n"
+"tit\n"
+"help.text"
+msgid "Creating Numbered or Bulleted Lists as You Type"
+msgstr ""
+
+#: auto_numbering.xhp
+msgctxt ""
+"auto_numbering.xhp\n"
+"bm_id3147407\n"
+"help.text"
+msgid "<bookmark_value>numbering; lists, while typing</bookmark_value> <bookmark_value>bullet lists;creating while typing</bookmark_value> <bookmark_value>lists;automatic numbering</bookmark_value> <bookmark_value>numbers;lists</bookmark_value> <bookmark_value>automatic bullets/numbers; AutoCorrect function</bookmark_value> <bookmark_value>bullets; using automatically</bookmark_value> <bookmark_value>paragraphs; automatic numbering</bookmark_value>"
+msgstr ""
+
+#: auto_numbering.xhp
+msgctxt ""
+"auto_numbering.xhp\n"
+"hd_id3147407\n"
+"26\n"
+"help.text"
+msgid "<variable id=\"auto_numbering\"><link href=\"text/swriter/guide/auto_numbering.xhp\" name=\"Creating Numbered or Bulleted Lists as You Type\">Creating Numbered or Bulleted Lists as You Type</link></variable>"
+msgstr ""
+
+#: auto_numbering.xhp
+msgctxt ""
+"auto_numbering.xhp\n"
+"par_id3155525\n"
+"16\n"
+"help.text"
+msgid "$[officename] can automatically apply numbering or bullets as you type."
+msgstr ""
+
+#: auto_numbering.xhp
+msgctxt ""
+"auto_numbering.xhp\n"
+"hd_id3154243\n"
+"28\n"
+"help.text"
+msgid "To Enable Automatic Numbering and Bulleting"
+msgstr ""
+
+#: auto_numbering.xhp
+msgctxt ""
+"auto_numbering.xhp\n"
+"par_id3152830\n"
+"29\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect Options</item>, click the <item type=\"menuitem\">Options</item> tab, and then select “Apply numbering – symbol”."
+msgstr ""
+
+#: auto_numbering.xhp
+msgctxt ""
+"auto_numbering.xhp\n"
+"par_id3152867\n"
+"30\n"
+"help.text"
+msgid "Choose <emph>Format - AutoCorrect</emph>, and ensure that <emph>While Typing</emph> is selected."
+msgstr ""
+
+#: auto_numbering.xhp
+msgctxt ""
+"auto_numbering.xhp\n"
+"par_id2357860\n"
+"help.text"
+msgid "The automatic numbering option is only applied to paragraphs that are formatted with the \"Default\", \"Text body\", or \"Text body indent\" paragraph style."
+msgstr ""
+
+#: auto_numbering.xhp
+msgctxt ""
+"auto_numbering.xhp\n"
+"hd_id3152897\n"
+"21\n"
+"help.text"
+msgid "To Create a Numbered or Bulleted List While You Type"
+msgstr ""
+
+#: auto_numbering.xhp
+msgctxt ""
+"auto_numbering.xhp\n"
+"par_id3147773\n"
+"22\n"
+"help.text"
+msgid "Type 1., i., or I. to start a numbered list. Type * or - to start a bulleted list. You can also type a right parenthesis after the number instead of a period , for example, 1) or i)."
+msgstr ""
+
+#: auto_numbering.xhp
+msgctxt ""
+"auto_numbering.xhp\n"
+"par_id3147794\n"
+"23\n"
+"help.text"
+msgid "Enter a space, type your text, and then press Enter. The new paragraph automatically receives the next number or bullet."
+msgstr ""
+
+#: auto_numbering.xhp
+msgctxt ""
+"auto_numbering.xhp\n"
+"par_id3147814\n"
+"31\n"
+"help.text"
+msgid "Press Enter again to finish the list."
+msgstr ""
+
+#: auto_numbering.xhp
+msgctxt ""
+"auto_numbering.xhp\n"
+"par_id3147287\n"
+"25\n"
+"help.text"
+msgid "You can start a numbered list with any number."
+msgstr ""
+
+#: auto_numbering.xhp
+msgctxt ""
+"auto_numbering.xhp\n"
+"par_id3154083\n"
+"27\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06050000.xhp\" name=\"Format - Numbering/Bullets\">Format - Bullets and Numbering</link>"
+msgstr ""
+
+#: section_edit.xhp
+#, fuzzy
+msgctxt ""
+"section_edit.xhp\n"
+"tit\n"
+"help.text"
+msgid "Editing Sections"
+msgstr "Koristeci dijelove"
+
+#: section_edit.xhp
+#, fuzzy
+msgctxt ""
+"section_edit.xhp\n"
+"bm_id3149816\n"
+"help.text"
+msgid "<bookmark_value>sections; editing</bookmark_value><bookmark_value>sections;deleting</bookmark_value><bookmark_value>deleting;sections</bookmark_value> <bookmark_value>editing;sections</bookmark_value> <bookmark_value>read-only sections</bookmark_value> <bookmark_value>protecting;sections</bookmark_value> <bookmark_value>converting;sections, into normal text</bookmark_value> <bookmark_value>hiding;sections</bookmark_value>"
+msgstr "<bookmark_value>bilješke;ubacivanje/editovanje/brisanje/štampanje</bookmark_value><bookmark_value>ubacivanje; bilješke</bookmark_value><bookmark_value>editovanje; bilješke</bookmark_value><bookmark_value>brisanje;bilješke</bookmark_value><bookmark_value>Navigator;bilješke</bookmark_value><bookmark_value>štampanje;bilješki</bookmark_value><bookmark_value>zapisi; ubacivanje bilješki</bookmark_value><bookmark_value>napomene; takođe pogledajte bilješke</bookmark_value>"
+
+#: section_edit.xhp
+#, fuzzy
+msgctxt ""
+"section_edit.xhp\n"
+"hd_id3149816\n"
+"13\n"
+"help.text"
+msgid "<variable id=\"section_edit\"><link href=\"text/swriter/guide/section_edit.xhp\" name=\"Editing Sections\">Editing Sections</link></variable>"
+msgstr "<variable id=\"datapilot_edittable\"><link href=\"text/scalc/guide/datapilot_edittable.xhp\" name=\"Editovanje DataPilot Tabela\">Editing DataPilot Tables</link></variable>"
+
+#: section_edit.xhp
+msgctxt ""
+"section_edit.xhp\n"
+"par_id3155858\n"
+"14\n"
+"help.text"
+msgid "You can protect, hide, and convert sections to normal text in your document."
+msgstr ""
+
+#: section_edit.xhp
+msgctxt ""
+"section_edit.xhp\n"
+"par_id3154224\n"
+"15\n"
+"help.text"
+msgid "Choose <link href=\"text/swriter/01/02170000.xhp\" name=\"Format - Sections\"><emph>Format - Sections</emph></link>."
+msgstr ""
+
+#: section_edit.xhp
+#, fuzzy
+msgctxt ""
+"section_edit.xhp\n"
+"par_id3149848\n"
+"16\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Section</item> list, click the section you want to modify. You can press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+A to select all sections in the list, and you can Shift+click or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+click to select some sections."
+msgstr "Da biste izuzeli stavku oblikovanja, pritisnite i držite <switchinline select=\"sys\"><caseinline select=\"MAC\">Komanda</caseinline><defaultinline>Ctrl</defaultinline></switchinline> kad kliknete. Da biste izuzeli znakova oblikovanja, pritisnite i držite <switchinline select=\"sys\"><caseinline select=\"MAC\">Komanda</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift kad kliknete."
+
+#: section_edit.xhp
+#, fuzzy
+msgctxt ""
+"section_edit.xhp\n"
+"par_id3153397\n"
+"17\n"
+"help.text"
+msgid "Do one of the following:"
+msgstr "Uradite jedno od sljedecih"
+
+#: section_edit.xhp
+#, fuzzy
+msgctxt ""
+"section_edit.xhp\n"
+"par_id3153120\n"
+"18\n"
+"help.text"
+msgid "To convert a section into normal text, click <emph>Remove</emph>."
+msgstr "Da bi obrisali makro odaberite ga i kliknite <emph>Obriši</emph>."
+
+#: section_edit.xhp
+msgctxt ""
+"section_edit.xhp\n"
+"par_id3149631\n"
+"19\n"
+"help.text"
+msgid "To make a section read-only, select the <emph>Protected</emph> check box in the <emph>Write Protection</emph> area."
+msgstr ""
+
+#: section_edit.xhp
+msgctxt ""
+"section_edit.xhp\n"
+"par_id3149609\n"
+"20\n"
+"help.text"
+msgid "To hide a section, select the <emph>Hide</emph> check box in the <emph>Hide</emph> area."
+msgstr ""
+
+#: section_edit.xhp
+msgctxt ""
+"section_edit.xhp\n"
+"par_id3156255\n"
+"22\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/02170000.xhp\" name=\"Format - Sections\">Format - Sections</link>"
+msgstr ""
+
+#: section_edit.xhp
+msgctxt ""
+"section_edit.xhp\n"
+"par_id973540\n"
+"help.text"
+msgid "<link href=\"text/swriter/guide/protection.xhp\">Protecting Content in %PRODUCTNAME Writer</link>"
+msgstr ""
+
+#: insert_line.xhp
+msgctxt ""
+"insert_line.xhp\n"
+"tit\n"
+"help.text"
+msgid "Inserting a Horizontal Line"
+msgstr ""
+
+#: insert_line.xhp
+msgctxt ""
+"insert_line.xhp\n"
+"bm_id3151178\n"
+"help.text"
+msgid "<bookmark_value>horizontal lines</bookmark_value> <bookmark_value>lines; inserting horizontal lines</bookmark_value> <bookmark_value>rules</bookmark_value> <bookmark_value>inserting; horizontal lines</bookmark_value>"
+msgstr ""
+
+#: insert_line.xhp
+msgctxt ""
+"insert_line.xhp\n"
+"hd_id3151178\n"
+"76\n"
+"help.text"
+msgid "<variable id=\"insert_line\"><link href=\"text/swriter/guide/insert_line.xhp\" name=\"Inserting a Horizontal Line\">Inserting a Horizontal Line</link></variable>"
+msgstr ""
+
+#: insert_line.xhp
+msgctxt ""
+"insert_line.xhp\n"
+"par_id2165898\n"
+"help.text"
+msgid "This guide is about inserting graphical rules. You can also insert other lines, see <link href=\"text/shared/guide/line_intext.xhp\">Drawing Lines in Text</link>."
+msgstr ""
+
+#: insert_line.xhp
+#, fuzzy
+msgctxt ""
+"insert_line.xhp\n"
+"par_id3149691\n"
+"82\n"
+"help.text"
+msgid "Click in the document where you want to insert the line."
+msgstr "Postavite pokazivac u dokumentu gdje želite umetnuti odbrojavanje stranica."
+
+#: insert_line.xhp
+msgctxt ""
+"insert_line.xhp\n"
+"par_id3155186\n"
+"77\n"
+"help.text"
+msgid "Choose <emph>Insert - Horizontal Rule</emph>."
+msgstr ""
+
+#: insert_line.xhp
+msgctxt ""
+"insert_line.xhp\n"
+"par_id3155902\n"
+"83\n"
+"help.text"
+msgid "Click the line that you want to insert in the <emph>Selection </emph>list."
+msgstr ""
+
+#: insert_line.xhp
+#, fuzzy
+msgctxt ""
+"insert_line.xhp\n"
+"par_id3147124\n"
+"84\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "Click <emph>Zatvori</emph>."
+
+#: insert_line.xhp
+msgctxt ""
+"insert_line.xhp\n"
+"hd_id5338602\n"
+"help.text"
+msgid "The \"Plain\" type"
+msgstr ""
+
+#: insert_line.xhp
+msgctxt ""
+"insert_line.xhp\n"
+"par_id5342265\n"
+"help.text"
+msgid "If you select the \"Plain\" type of rules, an empty paragraph is inserted at the position of the cursor. This paragraph has the style \"Horizontal Line\", with a line as the lower border of the paragraph. You can edit that Paragraph Style to change the properties of all \"Plain\" rules in your document. For example you can set the left indent to 3 inches, or you can change the line style, thickness, and color."
+msgstr ""
+
+#: insert_line.xhp
+msgctxt ""
+"insert_line.xhp\n"
+"hd_id707113\n"
+"help.text"
+msgid "To edit the \"Plain\" rule style"
+msgstr ""
+
+#: insert_line.xhp
+msgctxt ""
+"insert_line.xhp\n"
+"par_id5267494\n"
+"help.text"
+msgid "Choose <emph>Format - Styles and Formatting</emph> to open the Styles and Formatting window."
+msgstr ""
+
+#: insert_line.xhp
+msgctxt ""
+"insert_line.xhp\n"
+"par_id5074922\n"
+"help.text"
+msgid "In the listbox at the bottom, select to display \"All Styles\"."
+msgstr ""
+
+#: insert_line.xhp
+msgctxt ""
+"insert_line.xhp\n"
+"par_id8491470\n"
+"help.text"
+msgid "Right-click the \"Horizontal Line\" paragraph style."
+msgstr ""
+
+#: insert_line.xhp
+msgctxt ""
+"insert_line.xhp\n"
+"par_id3253883\n"
+"help.text"
+msgid "Choose Modify."
+msgstr ""
+
+#: insert_line.xhp
+msgctxt ""
+"insert_line.xhp\n"
+"par_id3196203\n"
+"help.text"
+msgid "For example, open the Borders tab page to set the thickness and style of the lines. Open the Indents & Spacing tab page to set the indents of the line."
+msgstr ""
+
+#: insert_line.xhp
+msgctxt ""
+"insert_line.xhp\n"
+"hd_id8385265\n"
+"help.text"
+msgid "The graphical type"
+msgstr ""
+
+#: insert_line.xhp
+msgctxt ""
+"insert_line.xhp\n"
+"par_id2582476\n"
+"help.text"
+msgid "Select any rule type below of the \"Plain\" rule type. This inserts a new paragraph at the position of the cursor. A picture showing a graphical horizontal line is inserted."
+msgstr ""
+
+#: insert_line.xhp
+msgctxt ""
+"insert_line.xhp\n"
+"par_id3150217\n"
+"78\n"
+"help.text"
+msgid "The inserted line is anchored to the current paragraph and centered between the page margins."
+msgstr ""
+
+#: insert_line.xhp
+msgctxt ""
+"insert_line.xhp\n"
+"par_id2111575\n"
+"help.text"
+msgid "To edit the graphical line, right-click the line and choose <emph>Picture</emph>."
+msgstr ""
+
+#: insert_line.xhp
+msgctxt ""
+"insert_line.xhp\n"
+"par_id3150231\n"
+"79\n"
+"help.text"
+msgid "You can also insert one of these lines by dragging it from the <emph>Rulers</emph> folder in the <emph>Gallery</emph> into the current document."
+msgstr ""
+
+#: insert_line.xhp
+msgctxt ""
+"insert_line.xhp\n"
+"par_id3150944\n"
+"80\n"
+"help.text"
+msgid "<link href=\"text/shared/01/gallery.xhp\" name=\"Gallery\">Gallery</link>"
+msgstr ""
diff --git a/source/bs/officecfg/registry/data/org/openoffice/Office/UI.po b/source/bs/officecfg/registry/data/org/openoffice/Office/UI.po
index 2769ad3b075..9c227edcbc2 100644
--- a/source/bs/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/bs/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -20399,3 +20399,4718 @@ msgctxt ""
"value.text"
msgid "~Subtitle..."
msgstr "Po~dnaslov..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:XTitle\n"
+"Label\n"
+"value.text"
+msgid "~X Axis Title..."
+msgstr "Naslov ose ~X..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:YTitle\n"
+"Label\n"
+"value.text"
+msgid "~Y Axis Title..."
+msgstr "Naslov ose ~Y..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:ZTitle\n"
+"Label\n"
+"value.text"
+msgid "~Z Axis Title..."
+msgstr "Naslov ose ~Z..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:SecondaryXTitle\n"
+"Label\n"
+"value.text"
+msgid "S~econdary X Axis Title..."
+msgstr "S~ekundarni X naslov..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:SecondaryYTitle\n"
+"Label\n"
+"value.text"
+msgid "Se~condary Y Axis Title..."
+msgstr "Naslov se~kundarne Y ose..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:AllTitles\n"
+"Label\n"
+"value.text"
+msgid "~All Titles..."
+msgstr "~Svi naslovi..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DiagramAxisX\n"
+"Label\n"
+"value.text"
+msgid "~X Axis..."
+msgstr "Osa ~X..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DiagramAxisY\n"
+"Label\n"
+"value.text"
+msgid "~Y Axis..."
+msgstr "Osa ~Y..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DiagramAxisZ\n"
+"Label\n"
+"value.text"
+msgid "~Z Axis..."
+msgstr "Osa ~Z..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DiagramAxisA\n"
+"Label\n"
+"value.text"
+msgid "~Secondary X Axis..."
+msgstr "~Sekundarna X osa..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DiagramAxisB\n"
+"Label\n"
+"value.text"
+msgid "S~econdary Y Axis..."
+msgstr "S~ekundarna Y osa..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DiagramAxisAll\n"
+"Label\n"
+"value.text"
+msgid "~All Axes..."
+msgstr "~Sve ose..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DiagramGridXMain\n"
+"Label\n"
+"value.text"
+msgid "~Y Axis Major Grid..."
+msgstr "Glavna mreža ose ~Y..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DiagramGridYMain\n"
+"Label\n"
+"value.text"
+msgid "~X Axis Major Grid..."
+msgstr "Glavna mreža ose ~X..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DiagramGridZMain\n"
+"Label\n"
+"value.text"
+msgid "~Z Axis Major Grid..."
+msgstr "Glavna mreža ose ~Z..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DiagramGridXHelp\n"
+"Label\n"
+"value.text"
+msgid "Y Axis Minor ~Grid..."
+msgstr "Pomoćna mre~ža ose Y..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DiagramGridYHelp\n"
+"Label\n"
+"value.text"
+msgid "X Axis ~Minor Grid..."
+msgstr "Po~moćna mreža ose X..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DiagramGridZHelp\n"
+"Label\n"
+"value.text"
+msgid "Z Ax~is Minor Grid..."
+msgstr "Pomoćna mreža os~e Z..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DiagramGridAll\n"
+"Label\n"
+"value.text"
+msgid "~All Grids..."
+msgstr "~Sve mreže osa..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:FormatWall\n"
+"Label\n"
+"value.text"
+msgid "Format Wall..."
+msgstr "Format zida..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:FormatFloor\n"
+"Label\n"
+"value.text"
+msgid "Format Floor..."
+msgstr "Format poda..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:FormatChartArea\n"
+"Label\n"
+"value.text"
+msgid "Format Chart Area..."
+msgstr "Format područja grafikona..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:InsertTitles\n"
+"Label\n"
+"value.text"
+msgid "Insert Titles..."
+msgstr "Ubaci naslove..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:FormatTitle\n"
+"Label\n"
+"value.text"
+msgid "Format Title..."
+msgstr "Format naslova..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:InsertLegend\n"
+"Label\n"
+"value.text"
+msgid "Insert Legend"
+msgstr "Ubaci legendu"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DeleteLegend\n"
+"Label\n"
+"value.text"
+msgid "Delete Legend"
+msgstr "Obriši legendu"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:FormatLegend\n"
+"Label\n"
+"value.text"
+msgid "Format Legend..."
+msgstr "Format legende..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:InsertRemoveAxes\n"
+"Label\n"
+"value.text"
+msgid "Insert/Delete Axes..."
+msgstr "Ubaci/obriši ose..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:InsertAxis\n"
+"Label\n"
+"value.text"
+msgid "Insert Axis"
+msgstr "Ubaci ~ose..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DeleteAxis\n"
+"Label\n"
+"value.text"
+msgid "Delete Axis"
+msgstr "Obriši ose"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:FormatAxis\n"
+"Label\n"
+"value.text"
+msgid "Format Axis..."
+msgstr "Format osa..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:InsertAxisTitle\n"
+"Label\n"
+"value.text"
+msgid "Insert Axis Title"
+msgstr "Ubaci naslov ose"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:InsertMajorGrid\n"
+"Label\n"
+"value.text"
+msgid "Insert Major Grid"
+msgstr "Ubaci glavnu mrežu"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DeleteMajorGrid\n"
+"Label\n"
+"value.text"
+msgid "Delete Major Grid"
+msgstr "Obriši glavnu mrežu"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:FormatMajorGrid\n"
+"Label\n"
+"value.text"
+msgid "Format Major Grid..."
+msgstr "Format glavne mreže..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:InsertMinorGrid\n"
+"Label\n"
+"value.text"
+msgid "Insert Minor Grid"
+msgstr "Ubaci sporednu mrežu"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DeleteMinorGrid\n"
+"Label\n"
+"value.text"
+msgid "Delete Minor Grid"
+msgstr "Obriši sporednu mrežu"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:FormatMinorGrid\n"
+"Label\n"
+"value.text"
+msgid "Format Minor Grid..."
+msgstr "Format sporedne mreže..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:InsertTrendline\n"
+"Label\n"
+"value.text"
+msgid "Insert Tre~nd Line..."
+msgstr "Ubaci liniju tre~nda..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DeleteTrendline\n"
+"Label\n"
+"value.text"
+msgid "Delete Tre~nd Line"
+msgstr "Obriši ~liniju trenda"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:FormatTrendline\n"
+"Label\n"
+"value.text"
+msgid "Format Trend Line..."
+msgstr "Format linije trenda..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:InsertTrendlineEquation\n"
+"Label\n"
+"value.text"
+msgid "Insert Trend Line ~Equation"
+msgstr "Ubaci ~jednačinu linije trenda"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:InsertTrendlineEquationAndR2\n"
+"Label\n"
+"value.text"
+msgid "Insert R² and Trend Line Equation"
+msgstr "Ubaci R² i jednačine linije trenda"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:InsertR2Value\n"
+"Label\n"
+"value.text"
+msgid "Insert R²"
+msgstr "Ubaci R²"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DeleteR2Value\n"
+"Label\n"
+"value.text"
+msgid "Delete R²"
+msgstr "Obriši R²"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DeleteTrendlineEquation\n"
+"Label\n"
+"value.text"
+msgid "Delete Trend Line ~Equation"
+msgstr "Obriši ~jednačinu linije trenda"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:FormatTrendlineEquation\n"
+"Label\n"
+"value.text"
+msgid "Format Trend Line Equation..."
+msgstr "Format jednačine linije trenda..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:InsertMeanValue\n"
+"Label\n"
+"value.text"
+msgid "Insert Mean ~Value Line"
+msgstr "Ubaci liniju ~srednje vrijednosti"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DeleteMeanValue\n"
+"Label\n"
+"value.text"
+msgid "Delete Mean ~Value Line"
+msgstr "Obriši liniju srednje ~vrijednosti"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:FormatMeanValue\n"
+"Label\n"
+"value.text"
+msgid "Format Mean Value Line..."
+msgstr "Format linije srednje vrijednosti..."
+
+#: ChartCommands.xcu
+#, fuzzy
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:InsertXErrorBars\n"
+"Label\n"
+"value.text"
+msgid "Insert X Error ~Bars..."
+msgstr "Ubaci Y ~trake greške..."
+
+#: ChartCommands.xcu
+#, fuzzy
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DeleteXErrorBars\n"
+"Label\n"
+"value.text"
+msgid "Delete X Error ~Bars"
+msgstr "Obriši Y trake ~greške"
+
+#: ChartCommands.xcu
+#, fuzzy
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:FormatXErrorBars\n"
+"Label\n"
+"value.text"
+msgid "Format X Error Bars..."
+msgstr "Format Y traka greške..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:InsertYErrorBars\n"
+"Label\n"
+"value.text"
+msgid "Insert Y Error ~Bars..."
+msgstr "Ubaci Y ~trake greške..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DeleteYErrorBars\n"
+"Label\n"
+"value.text"
+msgid "Delete Y Error ~Bars"
+msgstr "Obriši Y trake ~greške"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:FormatYErrorBars\n"
+"Label\n"
+"value.text"
+msgid "Format Y Error Bars..."
+msgstr "Format Y traka greške..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:InsertDataLabels\n"
+"Label\n"
+"value.text"
+msgid "Insert Data Labels"
+msgstr "Ubaci oznake podataka"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DeleteDataLabels\n"
+"Label\n"
+"value.text"
+msgid "Delete Data Labels"
+msgstr "Obriši oznake podataka"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:FormatDataLabels\n"
+"Label\n"
+"value.text"
+msgid "Format Data Labels..."
+msgstr "Format oznaka podataka..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:InsertDataLabel\n"
+"Label\n"
+"value.text"
+msgid "Insert Single Data Label"
+msgstr "Ubaci jednu oznaku podataka"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DeleteDataLabel\n"
+"Label\n"
+"value.text"
+msgid "Delete Single Data Label"
+msgstr "Obriši jednu oznaku podataka"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:FormatDataLabel\n"
+"Label\n"
+"value.text"
+msgid "Format Single Data Label..."
+msgstr "Format jedne oznake podataka..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:FormatDataSeries\n"
+"Label\n"
+"value.text"
+msgid "Format Data Series..."
+msgstr "Format niza podataka..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:FormatDataPoint\n"
+"Label\n"
+"value.text"
+msgid "Format Data Point..."
+msgstr "Format tačaka podataka..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:ResetDataPoint\n"
+"Label\n"
+"value.text"
+msgid "Reset Data Point"
+msgstr "Poništi tačke podataka"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:ResetAllDataPoints\n"
+"Label\n"
+"value.text"
+msgid "Reset all Data Points"
+msgstr "Poništi sve tačke podataka"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:FormatStockLoss\n"
+"Label\n"
+"value.text"
+msgid "Format Stock Loss..."
+msgstr "Format gubitka dionica..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:FormatStockGain\n"
+"Label\n"
+"value.text"
+msgid "Format Stock Gain..."
+msgstr "Format dobitka dionica..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:ChartElementSelector\n"
+"Label\n"
+"value.text"
+msgid "Select Chart Element"
+msgstr "Izaberi elemente grafikona"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:ToggleGridHorizontal\n"
+"Label\n"
+"value.text"
+msgid "Horizontal Grid On/Off"
+msgstr "Vodoravna mreža uključena/isključena"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:ScaleText\n"
+"Label\n"
+"value.text"
+msgid "Scale Text"
+msgstr "Veličina teksta"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:NewArrangement\n"
+"Label\n"
+"value.text"
+msgid "Automatic Layout"
+msgstr "Automatski raspored"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:Update\n"
+"Label\n"
+"value.text"
+msgid "Update Chart"
+msgstr "Osvježi grafikon"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:ToggleTitle\n"
+"Label\n"
+"value.text"
+msgid "Title On/Off"
+msgstr "Naslov uključen/isključen"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:ToggleLegend\n"
+"Label\n"
+"value.text"
+msgid "Legend On/Off"
+msgstr "Legenda uključena/isključena"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:ToggleAxisDescr\n"
+"Label\n"
+"value.text"
+msgid "Show/Hide Axis Description(s)"
+msgstr "Pokaži/sakrij opis(e) osa"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:ToggleGridVertical\n"
+"Label\n"
+"value.text"
+msgid "Vertical Grid On/Off"
+msgstr "Uspravna mreža uključena/isključena"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DataInRows\n"
+"Label\n"
+"value.text"
+msgid "Data in Rows"
+msgstr "Podaci u redovima"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DataInColumns\n"
+"Label\n"
+"value.text"
+msgid "Data in Columns"
+msgstr "Podaci u kolonama"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:ToolSelect\n"
+"Label\n"
+"value.text"
+msgid "Select Tool"
+msgstr "Izaberi alat"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:ContextType\n"
+"Label\n"
+"value.text"
+msgid "Chart Type"
+msgstr "Vrsta grafikona"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DataDescriptionType\n"
+"Label\n"
+"value.text"
+msgid "Caption Type for Chart Data"
+msgstr "Vrsta natpisa za podatke na grafikonu"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:LegendPosition\n"
+"Label\n"
+"value.text"
+msgid "Legend Position"
+msgstr "Položaj legende"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DefaultColors\n"
+"Label\n"
+"value.text"
+msgid "Default Colors for Data Series"
+msgstr "Uobičajene boje za nizove podataka"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:BarWidth\n"
+"Label\n"
+"value.text"
+msgid "Bar Width"
+msgstr "Širina trake"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:NumberOfLines\n"
+"Label\n"
+"value.text"
+msgid "Number of lines in combination chart"
+msgstr "Broj linija u kombinovanom grafikonu"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:TextAttributes\n"
+"Label\n"
+"value.text"
+msgid "Te~xt..."
+msgstr "Te~kst..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:ObjectTitleDescription\n"
+"Label\n"
+"value.text"
+msgid "Description..."
+msgstr "Opis..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:RenameObject\n"
+"Label\n"
+"value.text"
+msgid "Name..."
+msgstr "Ime..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:LineArrowEnd\n"
+"Label\n"
+"value.text"
+msgid "Line Ends with Arrow"
+msgstr "Linija završava strelicom"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Popups..uno:ArrangeRow\n"
+"Label\n"
+"value.text"
+msgid "Arrange~ment"
+msgstr "~Raspored"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Popups..uno:ChartTitleMenu\n"
+"Label\n"
+"value.text"
+msgid "~Title"
+msgstr "~Naslov"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Popups..uno:DiagramAxisMenu\n"
+"Label\n"
+"value.text"
+msgid "A~xis"
+msgstr "O~sa"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Popups..uno:DiagramGridMenu\n"
+"Label\n"
+"value.text"
+msgid "~Grid"
+msgstr "~Mreža"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBClearQuery\n"
+"Label\n"
+"value.text"
+msgid "Clear Query"
+msgstr "Očisti upit"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBAddRelation\n"
+"Label\n"
+"value.text"
+msgid "New Relation..."
+msgstr "Nova relacija..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBAddTable\n"
+"Label\n"
+"value.text"
+msgid "Add Tables..."
+msgstr "Dodaj tabele..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBIndexDesign\n"
+"Label\n"
+"value.text"
+msgid "~Index Design..."
+msgstr "Dizajn ~indeksa..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBChangeDesignMode\n"
+"Label\n"
+"value.text"
+msgid "Switch Design View On/Off"
+msgstr "Dizajn pogled uključen/isključen"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBViewFunctions\n"
+"Label\n"
+"value.text"
+msgid "Functions"
+msgstr "Funkcije"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBViewAliases\n"
+"Label\n"
+"value.text"
+msgid "Alias"
+msgstr "Nadimak (alias)"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBViewTableNames\n"
+"Label\n"
+"value.text"
+msgid "Table name"
+msgstr "Naziv tabele"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBDistinctValues\n"
+"Label\n"
+"value.text"
+msgid "Distinct Values"
+msgstr "Različite vrijednosti"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:PasteSpecial\n"
+"Label\n"
+"value.text"
+msgid "Paste ~Special..."
+msgstr "Po~sebno umetanje..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBDelete\n"
+"Label\n"
+"value.text"
+msgid "Delete"
+msgstr "Obriši"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBRename\n"
+"Label\n"
+"value.text"
+msgid "Rename..."
+msgstr "Preimenuj..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBEdit\n"
+"Label\n"
+"value.text"
+msgid "Edit..."
+msgstr "Izmijeni..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBEditSqlView\n"
+"Label\n"
+"value.text"
+msgid "Edit in SQL View..."
+msgstr "Uređivanje u SQL pregledu..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBOpen\n"
+"Label\n"
+"value.text"
+msgid "Open Database Object..."
+msgstr "Otvori objekat baze podataka..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBTableDelete\n"
+"Label\n"
+"value.text"
+msgid "Delete"
+msgstr "Obriši"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBTableRename\n"
+"Label\n"
+"value.text"
+msgid "Rename..."
+msgstr "Preimenuj..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBTableEdit\n"
+"Label\n"
+"value.text"
+msgid "Edit..."
+msgstr "Izmijeni..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBTableOpen\n"
+"Label\n"
+"value.text"
+msgid "Open Database Object..."
+msgstr "Otvori objekat baze podataka..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBQueryDelete\n"
+"Label\n"
+"value.text"
+msgid "Delete"
+msgstr "Obriši"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBQueryRename\n"
+"Label\n"
+"value.text"
+msgid "Rename..."
+msgstr "Preimenuj..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBQueryEdit\n"
+"Label\n"
+"value.text"
+msgid "Edit..."
+msgstr "Izmijeni..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBQueryOpen\n"
+"Label\n"
+"value.text"
+msgid "Open Database Object..."
+msgstr "Otvori objekat baze podataka..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBFormDelete\n"
+"Label\n"
+"value.text"
+msgid "Delete"
+msgstr "Obriši"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBFormRename\n"
+"Label\n"
+"value.text"
+msgid "Rename..."
+msgstr "Preimenuj..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBFormEdit\n"
+"Label\n"
+"value.text"
+msgid "Edit..."
+msgstr "Izmijeni..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBFormOpen\n"
+"Label\n"
+"value.text"
+msgid "Open Database Object..."
+msgstr "Otvori objekat baze podataka..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBReportDelete\n"
+"Label\n"
+"value.text"
+msgid "Delete"
+msgstr "Obriši"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBReportRename\n"
+"Label\n"
+"value.text"
+msgid "Rename..."
+msgstr "Preimenuj..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBReportEdit\n"
+"Label\n"
+"value.text"
+msgid "Edit..."
+msgstr "Izmijeni..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBReportOpen\n"
+"Label\n"
+"value.text"
+msgid "Open Database Object..."
+msgstr "Otvori objekat baze podataka..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBConvertToView\n"
+"Label\n"
+"value.text"
+msgid "Create as View"
+msgstr "Kreiraj kao prikaz"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBNewFormAutoPilot\n"
+"Label\n"
+"value.text"
+msgid "Form Wizard..."
+msgstr "Čarobnjak formulara..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBNewTableAutoPilot\n"
+"Label\n"
+"value.text"
+msgid "Table Wizard..."
+msgstr "Čarobnjak tabela..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBNewQueryAutoPilot\n"
+"Label\n"
+"value.text"
+msgid "Query Wizard..."
+msgstr "Čarobnjak upita..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBNewFormAutoPilotWithPreSelection\n"
+"Label\n"
+"value.text"
+msgid "Form Wizard..."
+msgstr "Čarobnjak formulara..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBNewReportAutoPilot\n"
+"Label\n"
+"value.text"
+msgid "Report Wizard..."
+msgstr "Čarobnjak izvještaja..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBNewReportAutoPilotWithPreSelection\n"
+"Label\n"
+"value.text"
+msgid "Report Wizard..."
+msgstr "Čarobnjak izvještaja..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBSelectAll\n"
+"Label\n"
+"value.text"
+msgid "Select All"
+msgstr "Odaberi sve"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBDSProperties\n"
+"Label\n"
+"value.text"
+msgid "Properties..."
+msgstr "Osobine..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBDSConnectionType\n"
+"Label\n"
+"value.text"
+msgid "Connection Type..."
+msgstr "Vrsta konekcije..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBDSAdvancedSettings\n"
+"Label\n"
+"value.text"
+msgid "Advanced Settings..."
+msgstr "Napredne postavke..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBViewTables\n"
+"Label\n"
+"value.text"
+msgid "Tables"
+msgstr "Tabele"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBViewQueries\n"
+"Label\n"
+"value.text"
+msgid "Queries"
+msgstr "Upiti"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBViewForms\n"
+"Label\n"
+"value.text"
+msgid "Forms"
+msgstr "Forme"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBViewReports\n"
+"Label\n"
+"value.text"
+msgid "Reports"
+msgstr "Izvještaji"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBSortAscending\n"
+"Label\n"
+"value.text"
+msgid "Ascending"
+msgstr "Rastući"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBSortDescending\n"
+"Label\n"
+"value.text"
+msgid "Descending"
+msgstr "Opadajuće"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBDisablePreview\n"
+"Label\n"
+"value.text"
+msgid "None"
+msgstr "Ništa"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBShowDocInfoPreview\n"
+"Label\n"
+"value.text"
+msgid "Document Information"
+msgstr "Informacije o dokumentu"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBShowDocPreview\n"
+"Label\n"
+"value.text"
+msgid "Document"
+msgstr "Dokument"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBNewForm\n"
+"Label\n"
+"value.text"
+msgid "Form..."
+msgstr "Forma..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBNewQuery\n"
+"Label\n"
+"value.text"
+msgid "Query (Design View)..."
+msgstr "Upit (dizajn pogled)..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBNewQuerySql\n"
+"Label\n"
+"value.text"
+msgid "Query (SQL View)..."
+msgstr "Upit (SQL pogled)..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBNewTable\n"
+"Label\n"
+"value.text"
+msgid "Table Design..."
+msgstr "Dizajn tabele..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBNewView\n"
+"Label\n"
+"value.text"
+msgid "View Design..."
+msgstr "Prikaz dizajna..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBNewViewSQL\n"
+"Label\n"
+"value.text"
+msgid "View (Simple)..."
+msgstr "Prikaz (jednostavno)..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBNewFolder\n"
+"Label\n"
+"value.text"
+msgid "Folder..."
+msgstr "Direktorij..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBRelationDesign\n"
+"Label\n"
+"value.text"
+msgid "Relationships..."
+msgstr "Relacije..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBUserAdmin\n"
+"Label\n"
+"value.text"
+msgid "User Administration..."
+msgstr "Administracija korisnika..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBTableFilter\n"
+"Label\n"
+"value.text"
+msgid "Table Filter..."
+msgstr "Filter tabela..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBRefreshTables\n"
+"Label\n"
+"value.text"
+msgid "Refresh Tables"
+msgstr "Osvježi tabele"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBDirectSQL\n"
+"Label\n"
+"value.text"
+msgid "SQL..."
+msgstr "SQL..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBMigrateScripts\n"
+"Label\n"
+"value.text"
+msgid "Migrate Macros ..."
+msgstr "Migracija makroa ..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DSBEditDoc\n"
+"Label\n"
+"value.text"
+msgid "Edit Data"
+msgstr "Izmijeni podatke"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DSBFormLetter\n"
+"Label\n"
+"value.text"
+msgid "~Mail Merge..."
+msgstr "~Cirkularno pismo..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DSBInsertColumns\n"
+"Label\n"
+"value.text"
+msgid "Data to Text..."
+msgstr "Podaci u tekst..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DSBInsertContent\n"
+"Label\n"
+"value.text"
+msgid "Data to Fields"
+msgstr "Podaci u polja"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DSBDocumentDataSource\n"
+"Label\n"
+"value.text"
+msgid "Data Source of Current Document"
+msgstr "Izvor podataka za trenutni dokument"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBSendReportAsMail\n"
+"Label\n"
+"value.text"
+msgid "Report As E-Mail..."
+msgstr "Izvještaj kao e-mail..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBSendReportToWriter\n"
+"Label\n"
+"value.text"
+msgid "Report to Text Document..."
+msgstr "Izvještaj u tekst dokument..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:FormSlots/deleteRecord\n"
+"Label\n"
+"value.text"
+msgid "Delete ~Record"
+msgstr "Obriši ~slog"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:FormSlots/insertRecord\n"
+"Label\n"
+"value.text"
+msgid "~Record"
+msgstr "~Zapiši"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBQueryPreview\n"
+"Label\n"
+"value.text"
+msgid "Preview"
+msgstr "Pregled"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBNewReport\n"
+"Label\n"
+"value.text"
+msgid "Report..."
+msgstr "Izvještaj..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Popups..uno:DBDatabasePropertiesMenu\n"
+"Label\n"
+"value.text"
+msgid "Database"
+msgstr "Baza podataka"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Popups..uno:DBDatabaseObjectsMenu\n"
+"Label\n"
+"value.text"
+msgid "Database Objects"
+msgstr "Objekti baze podataka"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Popups..uno:DBSort\n"
+"Label\n"
+"value.text"
+msgid "Sort"
+msgstr "Sortiraj"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Popups..uno:DBPreview\n"
+"Label\n"
+"value.text"
+msgid "Preview"
+msgstr "Pregled"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertObjectStarMath\n"
+"Label\n"
+"value.text"
+msgid "~Formula..."
+msgstr "~Formula..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ObjectMirrorVertical\n"
+"Label\n"
+"value.text"
+msgid "Flip Vertically"
+msgstr "Obrni uspravno"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ObjectMirrorHorizontal\n"
+"Label\n"
+"value.text"
+msgid "Flip Object Horizontally"
+msgstr "Obrni predmet vodoravno"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ShowPrecedents\n"
+"Label\n"
+"value.text"
+msgid "Trace ~Precedents"
+msgstr "Slijedi ~prethodnike"
+
+#: CalcCommands.xcu
+#, fuzzy
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ResetAttributes\n"
+"Label\n"
+"value.text"
+msgid "Clear ~Direct Formatting"
+msgstr "Čisto formatiranje"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ClearArrowPrecedents\n"
+"Label\n"
+"value.text"
+msgid "~Remove Precedents"
+msgstr "~Ukloni prethodnike"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ShowDependents\n"
+"Label\n"
+"value.text"
+msgid "~Trace Dependents"
+msgstr "~Slijedi zavisnike"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SplitWindow\n"
+"Label\n"
+"value.text"
+msgid "~Split Window"
+msgstr "~Podijeli prozor"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SplitWindow\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Split"
+msgstr "~Podijeli"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ClearArrowDependents\n"
+"Label\n"
+"value.text"
+msgid "Remove ~Dependents"
+msgstr "Ukloni ~zavisnike"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FreezePanes\n"
+"Label\n"
+"value.text"
+msgid "~Freeze Window"
+msgstr "Za~mrzni prozor"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FreezePanes\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Freeze"
+msgstr "~Zamrzni"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ShowErrors\n"
+"Label\n"
+"value.text"
+msgid "Trace ~Error"
+msgstr "~Greška u praćenju"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DrawChart\n"
+"Label\n"
+"value.text"
+msgid "Insert Chart"
+msgstr "Ubaci grafikon"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ClearArrows\n"
+"Label\n"
+"value.text"
+msgid "Remove ~All Traces"
+msgstr "Ukloni ~sve tragove"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:AuditingFillMode\n"
+"Label\n"
+"value.text"
+msgid "~Fill Mode"
+msgstr "~Način punjenja"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ShowInvalid\n"
+"Label\n"
+"value.text"
+msgid "~Mark Invalid Data"
+msgstr "O~znači neispravne podatke"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:RefreshArrows\n"
+"Label\n"
+"value.text"
+msgid "Refresh Tra~ces"
+msgstr "O~svježi tragove"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:AutoRefreshArrows\n"
+"Label\n"
+"value.text"
+msgid "A~utoRefresh Traces"
+msgstr "A~utomatski osvježi tragove"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:AutoRefreshArrows\n"
+"ContextLabel\n"
+"value.text"
+msgid "A~utoRefresh"
+msgstr "~Automatsko osvježavanje"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ChooseDesign\n"
+"Label\n"
+"value.text"
+msgid "Choose Themes"
+msgstr "Izaberi teme"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:EuroConverter\n"
+"Label\n"
+"value.text"
+msgid "Euro Converter"
+msgstr "Euro pretvarač"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ProtectTraceChangeMode\n"
+"Label\n"
+"value.text"
+msgid "~Protect Records..."
+msgstr "~Zaštiti slogove..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertExternalDataSource\n"
+"Label\n"
+"value.text"
+msgid "Link to E~xternal Data..."
+msgstr "Poveži sa ~vanjskim podacima..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:Hyphenate\n"
+"Label\n"
+"value.text"
+msgid "~Hyphenation..."
+msgstr "Prelo~m riječi..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ObjectTitleDescription\n"
+"Label\n"
+"value.text"
+msgid "Description..."
+msgstr "Opis..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:RenameObject\n"
+"Label\n"
+"value.text"
+msgid "Name..."
+msgstr "Ime..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FocusInputLine\n"
+"Label\n"
+"value.text"
+msgid "Input Line"
+msgstr "Unesi liniju"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SelectTables\n"
+"Label\n"
+"value.text"
+msgid "~Select Sheets..."
+msgstr "~Izaberi tabele..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SelectTables\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Select..."
+msgstr "~Odabir..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:TableEvents\n"
+"Label\n"
+"value.text"
+msgid "Sheet ~Events..."
+msgstr "~Događaji tabele..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:TableEvents\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Events..."
+msgstr "~Događaji..."
+
+#: CalcCommands.xcu
+#, fuzzy
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DataPilotFilter\n"
+"Label\n"
+"value.text"
+msgid "Pivot Table Filter"
+msgstr "Filter tabela"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:NextPage\n"
+"Label\n"
+"value.text"
+msgid "Next Page"
+msgstr "Sljedeća stranica"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:PreviousPage\n"
+"Label\n"
+"value.text"
+msgid "Previous Page"
+msgstr "Prethodna stranica"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FirstPage\n"
+"Label\n"
+"value.text"
+msgid "First Page"
+msgstr "Prva stranica"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:LastPage\n"
+"Label\n"
+"value.text"
+msgid "Last Page"
+msgstr "Zadnja stranica"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ZoomIn\n"
+"Label\n"
+"value.text"
+msgid "Zoom In"
+msgstr "Uvećaj"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ZoomOut\n"
+"Label\n"
+"value.text"
+msgid "Zoom Out"
+msgstr "Umanji"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:Margins\n"
+"Label\n"
+"value.text"
+msgid "Margins"
+msgstr "Margine"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ScalingFactor\n"
+"Label\n"
+"value.text"
+msgid "Scaling Factor"
+msgstr "Faktor uvećanja"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ClosePreview\n"
+"Label\n"
+"value.text"
+msgid "Close Preview"
+msgstr "Zatvori pregled"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:StatusDocPos\n"
+"Label\n"
+"value.text"
+msgid "Position in Document"
+msgstr "Položaj u dokumentu"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:StatusPageStyle\n"
+"Label\n"
+"value.text"
+msgid "Page Format"
+msgstr "Format stranice"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:StatusSelectionMode\n"
+"Label\n"
+"value.text"
+msgid "Selection Mode"
+msgstr "Izborni način"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SimpleReferenz\n"
+"Label\n"
+"value.text"
+msgid "Enter References"
+msgstr "Unesi reference"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:StatusSelectionModeExp\n"
+"Label\n"
+"value.text"
+msgid "Status Expanded Selection"
+msgstr "Stanje prošireni izbor"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:StatusSelectionModeExt\n"
+"Label\n"
+"value.text"
+msgid "Status Extended Selection"
+msgstr "Stanje dodatni izbor"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:GoLeftBlock\n"
+"Label\n"
+"value.text"
+msgid "Page Left"
+msgstr "Stranica lijevo"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:GoRightBlock\n"
+"Label\n"
+"value.text"
+msgid "Page Right"
+msgstr "Stranica desno"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:GoRightBlockSel\n"
+"Label\n"
+"value.text"
+msgid "Select to Page Right"
+msgstr "Izaberi do stranice desno"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:GoUpToStartOfData\n"
+"Label\n"
+"value.text"
+msgid "To Upper Block Margin"
+msgstr "Na gornji rub bloka"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:GoDownToEndOfData\n"
+"Label\n"
+"value.text"
+msgid "To Lower Block Margin"
+msgstr "Na donji rub bloka"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:GoLeftToStartOfData\n"
+"Label\n"
+"value.text"
+msgid "To Left Block Margin"
+msgstr "Na lijevi rub bloka"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:GoRightToEndOfData\n"
+"Label\n"
+"value.text"
+msgid "To Right Block Margin"
+msgstr "Na desni rub bloka"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:GoUpToStartOfDataSel\n"
+"Label\n"
+"value.text"
+msgid "Select to Upper Block Margin"
+msgstr "Izaberi do gornjeg ruba bloka"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:TextToColumns\n"
+"Label\n"
+"value.text"
+msgid "Te~xt to Columns..."
+msgstr "Te~kst u kolone..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DataConsolidate\n"
+"Label\n"
+"value.text"
+msgid "~Consolidate..."
+msgstr "~Konsoliduj..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:GoDownToEndOfDataSel\n"
+"Label\n"
+"value.text"
+msgid "Select to Lower Block Margin"
+msgstr "Izaberi do donjeg ruba bloka"
+
+#: CalcCommands.xcu
+#, fuzzy
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DataDataPilotRun\n"
+"Label\n"
+"value.text"
+msgid "~Create Pivot Table..."
+msgstr "Napravi DataPilot tabelu"
+
+#: CalcCommands.xcu
+#, fuzzy
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DataDataPilotRun\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Create..."
+msgstr "~Kreiranje..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:GoLeftToStartOfDataSel\n"
+"Label\n"
+"value.text"
+msgid "Select to Left Block Margin"
+msgstr "Izaberi do lijevog ruba bloka"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FunctionDialog\n"
+"Label\n"
+"value.text"
+msgid "~Function..."
+msgstr "~Funkcija..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:GoRightToEndOfDataSel\n"
+"Label\n"
+"value.text"
+msgid "Select to Right Block Margin"
+msgstr "Izaberi do desnog ruba bloka"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:GoalSeekDialog\n"
+"Label\n"
+"value.text"
+msgid "~Goal Seek..."
+msgstr "Traženje ~cilja..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SolverDialog\n"
+"Label\n"
+"value.text"
+msgid "Sol~ver..."
+msgstr "Rješa~vač..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToNextTable\n"
+"Label\n"
+"value.text"
+msgid "To Next Sheet"
+msgstr "Na sljedeću tabelu"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:TableOperationDialog\n"
+"Label\n"
+"value.text"
+msgid "~Multiple Operations..."
+msgstr "~Mnogostruke operacije..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToPrevTable\n"
+"Label\n"
+"value.text"
+msgid "To Previous Sheet"
+msgstr "Na prethodnu tabelu"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertObjectChart\n"
+"Label\n"
+"value.text"
+msgid "Ch~art..."
+msgstr "Gr~afikon..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:StarChartDialog\n"
+"Label\n"
+"value.text"
+msgid "Ch~art..."
+msgstr "Gr~afikon..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToNextUnprotected\n"
+"Label\n"
+"value.text"
+msgid "To Next Unprotected Cell"
+msgstr "Na sljedeću nezaštićenu ćeliju"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToPreviousUnprotected\n"
+"Label\n"
+"value.text"
+msgid "To Previous Unprotected Cell"
+msgstr "Na prethodnu nezaštićenu ćeliju"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SelectColumn\n"
+"Label\n"
+"value.text"
+msgid "Select Column"
+msgstr "Izaberi kolonu"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:StarChartDataDialog\n"
+"Label\n"
+"value.text"
+msgid "Modify Chart Data Area"
+msgstr "Izmijeni područje podataka za grafikon"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SelectRow\n"
+"Label\n"
+"value.text"
+msgid "Select Row"
+msgstr "Izaberi red"
+
+#: CalcCommands.xcu
+#, fuzzy
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ConditionalFormatMenu\n"
+"Label\n"
+"value.text"
+msgid "C~onditional Formatting"
+msgstr "U~slovno formatiranje..."
+
+#: CalcCommands.xcu
+#, fuzzy
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ConditionalFormatDialog\n"
+"Label\n"
+"value.text"
+msgid "Condition..."
+msgstr "Uslov"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ColorScaleFormatDialog\n"
+"Label\n"
+"value.text"
+msgid "Color Scale..."
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DataBarFormatDialog\n"
+"Label\n"
+"value.text"
+msgid "Data Bar..."
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ConditionalFormatManagerDialog\n"
+"Label\n"
+"value.text"
+msgid "Manage..."
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:Deselect\n"
+"Label\n"
+"value.text"
+msgid "Undo Selection"
+msgstr "Poništi izbor"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:GoToCurrentCell\n"
+"Label\n"
+"value.text"
+msgid "To Current Cell"
+msgstr "Na trenutnu ćeliju"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SelectData\n"
+"Label\n"
+"value.text"
+msgid "Select Data Area"
+msgstr "Izaberi područje podataka"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SetInputMode\n"
+"Label\n"
+"value.text"
+msgid "Toggle Edit Mode"
+msgstr "Prekidač načina izmjene"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ClearContents\n"
+"Label\n"
+"value.text"
+msgid "Clear Contents"
+msgstr "Obriši sadržaj"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:AutoFill\n"
+"Label\n"
+"value.text"
+msgid "AutoFill Data Series: automatic"
+msgstr "Automatski popuni nizove podataka: samostalno"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:Cancel\n"
+"Label\n"
+"value.text"
+msgid "Cancel"
+msgstr "Odustani"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SelectArrayFormula\n"
+"Label\n"
+"value.text"
+msgid "Select Array Formula"
+msgstr "Izaberi formulu niza"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToNextTableSel\n"
+"Label\n"
+"value.text"
+msgid "Select to Next Sheet"
+msgstr "Obilježi do slijedeće tabele"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToPrevTableSel\n"
+"Label\n"
+"value.text"
+msgid "Select to Previous Sheet"
+msgstr "Obilježi do prethodne tabele"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:WrapText\n"
+"Label\n"
+"value.text"
+msgid "Automatic Row Break"
+msgstr "Automatski prijelom reda"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DefinePrintArea\n"
+"Label\n"
+"value.text"
+msgid "~Define Print Area"
+msgstr "~Definiši oblast za štampu"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DefinePrintArea\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Define"
+msgstr "~Definiši"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeletePrintArea\n"
+"Label\n"
+"value.text"
+msgid "~Remove Print Area"
+msgstr "~Ukloni površinu štampe"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeletePrintArea\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Remove"
+msgstr "~Ukloni"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:EditPrintArea\n"
+"Label\n"
+"value.text"
+msgid "~Edit Print Area..."
+msgstr "~Izmijeni područje štampe..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:EditPrintArea\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Edit..."
+msgstr "~Izmijeni..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ToggleRelative\n"
+"Label\n"
+"value.text"
+msgid "Relative/Absolute References"
+msgstr "Relativne/apsolutne reference"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:PasteSpecial\n"
+"Label\n"
+"value.text"
+msgid "Paste ~Special..."
+msgstr "Po~sebno umetanje..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DataSelect\n"
+"Label\n"
+"value.text"
+msgid "Selection List"
+msgstr "Popis odabira"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteCell\n"
+"Label\n"
+"value.text"
+msgid "Delete C~ells..."
+msgstr "Obriši ć~elije..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:RepeatSearch\n"
+"Label\n"
+"value.text"
+msgid "Repeat Search"
+msgstr "Ponovi pretragu"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:Remove\n"
+"Label\n"
+"value.text"
+msgid "~Delete..."
+msgstr "~Obriši..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FillDown\n"
+"Label\n"
+"value.text"
+msgid "Fill ~Down"
+msgstr "Popuni ~dolje"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FillDown\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Down"
+msgstr "~Dolje"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FillRight\n"
+"Label\n"
+"value.text"
+msgid "Fill ~Right"
+msgstr "Popuni ~desno"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FillRight\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Right"
+msgstr "~Desno"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FillUp\n"
+"Label\n"
+"value.text"
+msgid "Fill ~Up"
+msgstr "Popuni ~gore"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FillUp\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Up"
+msgstr "~Gore"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FillLeft\n"
+"Label\n"
+"value.text"
+msgid "Fill ~Left"
+msgstr "Popuni ~lijevo"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FillLeft\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Left"
+msgstr "~Lijevo"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FillTable\n"
+"Label\n"
+"value.text"
+msgid "Fill ~Sheets..."
+msgstr "Popuni ~tabele..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FillTable\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Sheets..."
+msgstr "~Tabele..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FillSeries\n"
+"Label\n"
+"value.text"
+msgid "Fill S~eries..."
+msgstr "Popuni ~nizove..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FillSeries\n"
+"ContextLabel\n"
+"value.text"
+msgid "S~eries..."
+msgstr "~Nizovi..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:EditHeaderAndFooter\n"
+"Label\n"
+"value.text"
+msgid "~Headers & Footers..."
+msgstr "~Zaglavlja i podnožja..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:Validation\n"
+"Label\n"
+"value.text"
+msgid "~Validity..."
+msgstr "~Valjanost..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Obriši redove"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertCtrl\n"
+"Label\n"
+"value.text"
+msgid "Insert"
+msgstr "Ubaci"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteColumns\n"
+"Label\n"
+"value.text"
+msgid "Delete Columns"
+msgstr "Obriši kolone"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsCellsCtrl\n"
+"Label\n"
+"value.text"
+msgid "Insert Cells"
+msgstr "Ubaci ćelije"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:TraceChangeMode\n"
+"Label\n"
+"value.text"
+msgid "~Record Changes"
+msgstr "~Zapiši izmjene"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:TraceChangeMode\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Record"
+msgstr "~Zapiši"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsObjCtrl\n"
+"Label\n"
+"value.text"
+msgid "Insert Object"
+msgstr "Ubaci objekat"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ShowChanges\n"
+"Label\n"
+"value.text"
+msgid "Sho~w Changes..."
+msgstr "Pri~kaži izmjene..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ShowChanges\n"
+"ContextLabel\n"
+"value.text"
+msgid "Sho~w..."
+msgstr "Prika~ži..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DefineLabelRange\n"
+"Label\n"
+"value.text"
+msgid "Define ~Labels..."
+msgstr "~Definiši oznake..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DefineLabelRange\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Labels..."
+msgstr "~Oznake..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:NoteVisible\n"
+"Label\n"
+"value.text"
+msgid "Show Comment"
+msgstr "Pokaži komentar"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertAnnotation\n"
+"Label\n"
+"value.text"
+msgid "Comm~ent"
+msgstr "Kom~entar"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteNote\n"
+"Label\n"
+"value.text"
+msgid "Delete Comment"
+msgstr "Obriši komentar"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InputLineVisible\n"
+"Label\n"
+"value.text"
+msgid "~Formula Bar"
+msgstr "~Formule"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ViewRowColumnHeaders\n"
+"Label\n"
+"value.text"
+msgid "C~olumn & Row Headers"
+msgstr "Zaglavlja kolo~na i redova"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:Scale\n"
+"Label\n"
+"value.text"
+msgid "Scale Screen Display"
+msgstr "Prilagodi prikaz na ekranu"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ViewValueHighlighting\n"
+"Label\n"
+"value.text"
+msgid "Value ~Highlighting"
+msgstr "Podudaranje ~vrijednosti"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:NormalViewMode\n"
+"Label\n"
+"value.text"
+msgid "~Normal View"
+msgstr "~Normalno"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:NormalViewMode\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Normal"
+msgstr "~Normalno"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:PagebreakMode\n"
+"Label\n"
+"value.text"
+msgid "~Page Break Preview"
+msgstr "Pregled ~preloma stranica"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FunctionBox\n"
+"Label\n"
+"value.text"
+msgid "F~unction List"
+msgstr "~Lista funkcija"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DataAreaRefresh\n"
+"Label\n"
+"value.text"
+msgid "R~efresh Range"
+msgstr "Osvj~eži područje"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FocusCellAddress\n"
+"Label\n"
+"value.text"
+msgid "Sheet Area Input Field"
+msgstr "Polje unosa područja lista"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:Collaborate\n"
+"Label\n"
+"value.text"
+msgid "Collaborate..."
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:UnderlineNone\n"
+"Label\n"
+"value.text"
+msgid "Underline: Off"
+msgstr "Podvlačenje: isključeno"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:UnderlineSingle\n"
+"Label\n"
+"value.text"
+msgid "Underline: Single"
+msgstr "Podvlačenje: jednostruko"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:AcceptChanges\n"
+"Label\n"
+"value.text"
+msgid "~Accept or Reject Changes..."
+msgstr "~Prihvati ili odbij izmjene..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:AcceptChanges\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Accept or Reject..."
+msgstr "~Prihvati ili odbij..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:UnderlineDouble\n"
+"Label\n"
+"value.text"
+msgid "Underline: Double"
+msgstr "Podvlačenje: dvostruko"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:CommentChange\n"
+"Label\n"
+"value.text"
+msgid "~Comments..."
+msgstr "~Komentari..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:UnderlineDotted\n"
+"Label\n"
+"value.text"
+msgid "Underline: Dotted"
+msgstr "Podvlačenje: tačkasto"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteAllBreaks\n"
+"Label\n"
+"value.text"
+msgid "Delete Page Breaks"
+msgstr "Obriši prelome stranica"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertRowBreak\n"
+"Label\n"
+"value.text"
+msgid "Insert ~Row Break"
+msgstr "Dodaj p~relom reda"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertRowBreak\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Row Break"
+msgstr "~Prelom reda"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:AddPrintArea\n"
+"Label\n"
+"value.text"
+msgid "~Add Print Area"
+msgstr "Dod~aj područje štampe"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:AddPrintArea\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Add"
+msgstr "~Dodaj"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertColumnBreak\n"
+"Label\n"
+"value.text"
+msgid "Insert ~Column Break"
+msgstr "Ubaci prelom kolo~ne"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertColumnBreak\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Column Break"
+msgstr "~Prelom kolone"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:AdjustPrintZoom\n"
+"Label\n"
+"value.text"
+msgid "Adjust Scale"
+msgstr "Prilagodi skalu"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRowbreak\n"
+"Label\n"
+"value.text"
+msgid "Remove ~Row Break"
+msgstr "Ukloni p~relom reda"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRowbreak\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Row Break"
+msgstr "~Prelom reda"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ResetPrintZoom\n"
+"Label\n"
+"value.text"
+msgid "Reset Scale"
+msgstr "Vrati razmjer"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteColumnbreak\n"
+"Label\n"
+"value.text"
+msgid "Remove ~Column Break"
+msgstr "Ukloni prelom kolo~ne"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteColumnbreak\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Column Break"
+msgstr "~Prelom kolone"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertContents\n"
+"Label\n"
+"value.text"
+msgid "Paste Special"
+msgstr "Specijalno umetanje"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertCell\n"
+"Label\n"
+"value.text"
+msgid "Insert ~Cells..."
+msgstr "Ć~elije..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertCell\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Cells..."
+msgstr "Ć~elije..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertRows\n"
+"Label\n"
+"value.text"
+msgid "Insert ~Rows"
+msgstr "Ubaci ~redove"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "~Redovi"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertColumns\n"
+"Label\n"
+"value.text"
+msgid "Insert Co~lumns"
+msgstr "Ubaci ko~lone"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertColumns\n"
+"ContextLabel\n"
+"value.text"
+msgid "Co~lumns"
+msgstr "~Kolone"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:Insert\n"
+"Label\n"
+"value.text"
+msgid "Insert ~Sheet..."
+msgstr "Ubaci ~tabelu..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:Insert\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Sheet..."
+msgstr "~Tabela..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertSheetFromFile\n"
+"Label\n"
+"value.text"
+msgid "Insert Shee~t From File..."
+msgstr "Ubaci ~tabelu iz datoteke..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertSheetFromFile\n"
+"ContextLabel\n"
+"value.text"
+msgid "Shee~t From File..."
+msgstr "~Tabela iz datoteke..."
+
+#: CalcCommands.xcu
+#, fuzzy
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:AddName\n"
+"Label\n"
+"value.text"
+msgid "~Define Name..."
+msgstr "~Definiši opseg..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:AddName\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Define..."
+msgstr ""
+
+#: CalcCommands.xcu
+#, fuzzy
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DefineName\n"
+"Label\n"
+"value.text"
+msgid "~Manage Names..."
+msgstr "~Napravi imena..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DefineName\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Manage..."
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertName\n"
+"Label\n"
+"value.text"
+msgid "~Insert Name..."
+msgstr "~Ubaci ime..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertName\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Insert..."
+msgstr "U~metni..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:CreateNames\n"
+"Label\n"
+"value.text"
+msgid "~Create Names..."
+msgstr "~Napravi imena..."
+
+#: CalcCommands.xcu
+#, fuzzy
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:CreateNames\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Create..."
+msgstr "~Kreiranje..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ApplyNames\n"
+"Label\n"
+"value.text"
+msgid "Assign Names"
+msgstr "Dodijeli imena"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertCellsDown\n"
+"Label\n"
+"value.text"
+msgid "Insert Cells Down"
+msgstr "Ubaci ćelije ispod"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertCellsRight\n"
+"Label\n"
+"value.text"
+msgid "Insert Cells Right"
+msgstr "Ubaci ćelije desno"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FormatCellDialog\n"
+"Label\n"
+"value.text"
+msgid "Format ~Cells..."
+msgstr "Formatiraj ć~elije..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FormatCellDialog\n"
+"ContextLabel\n"
+"value.text"
+msgid "Ce~lls..."
+msgstr "Će~lije..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:RowHeight\n"
+"Label\n"
+"value.text"
+msgid "Row ~Height..."
+msgstr "~Visina reda..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:RowHeight\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Height..."
+msgstr "~Visina"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SetOptimalRowHeight\n"
+"Label\n"
+"value.text"
+msgid "~Optimal Row Height..."
+msgstr "~Optimalna visina reda..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SetOptimalRowHeight\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Optimal Height..."
+msgstr "~Optimalna visina..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:HideRow\n"
+"Label\n"
+"value.text"
+msgid "H~ide Rows"
+msgstr "~Sakrij redove"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:HideRow\n"
+"ContextLabel\n"
+"value.text"
+msgid "H~ide"
+msgstr "~Sakrij"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ShowRow\n"
+"Label\n"
+"value.text"
+msgid "~Show Rows"
+msgstr "~Prikaži redove"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ShowRow\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Show"
+msgstr "~Prikaži"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ColumnWidth\n"
+"Label\n"
+"value.text"
+msgid "Column ~Width..."
+msgstr "Širi~na kolone..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ColumnWidth\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Width..."
+msgstr "Š~irina"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SetOptimalColumnWidth\n"
+"Label\n"
+"value.text"
+msgid "~Optimal Column Width..."
+msgstr "~Optimalna širina kolone..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SetOptimalColumnWidth\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Optimal Width..."
+msgstr "~Optimalna širina..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:HideColumn\n"
+"Label\n"
+"value.text"
+msgid "~Hide Columns"
+msgstr "~Sakrij kolone"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:HideColumn\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Hide"
+msgstr "~Sakrij"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ShowColumn\n"
+"Label\n"
+"value.text"
+msgid "~Show Columns"
+msgstr "~Prikaži kolone"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ShowColumn\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Show"
+msgstr "~Prikaži"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:Hide\n"
+"Label\n"
+"value.text"
+msgid "~Hide Sheets"
+msgstr "~Sakrij tabele"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:Hide\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Hide"
+msgstr "~Sakrij"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:Show\n"
+"Label\n"
+"value.text"
+msgid "~Show Sheets..."
+msgstr "~Pokaži tabele..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:Show\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Show..."
+msgstr "~Pokaži..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:MergeCells\n"
+"Label\n"
+"value.text"
+msgid "Merge Cells"
+msgstr "Spoji ćelije"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SplitCell\n"
+"Label\n"
+"value.text"
+msgid "Split Cells"
+msgstr "Podijeli ćelije"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ToggleMergeCells\n"
+"Label\n"
+"value.text"
+msgid "M~erge and Center Cells"
+msgstr "S~poji i centriraj ćelije"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:PageFormatDialog\n"
+"Label\n"
+"value.text"
+msgid "Format ~Page..."
+msgstr "Formatiraj ~stranicu..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:PageFormatDialog\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Page..."
+msgstr "~Stranica..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:StandardTextAttributes\n"
+"Label\n"
+"value.text"
+msgid "Standard Text Attributes"
+msgstr "Standardni atributi teksta"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:TextAttributes\n"
+"Label\n"
+"value.text"
+msgid "Define Text Attributes"
+msgstr "Definiši atribute teksta"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SetOptimalColumnWidthDirect\n"
+"Label\n"
+"value.text"
+msgid "Optimal Column Width, direct"
+msgstr "Optimalna širina kolone, direktno"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:AutomaticCalculation\n"
+"Label\n"
+"value.text"
+msgid "Auto~Calculate"
+msgstr "Automatski ~izračunaj"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:Calculate\n"
+"Label\n"
+"value.text"
+msgid "~Recalculate"
+msgstr "~Ponovo izračunaj"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:Protect\n"
+"Label\n"
+"value.text"
+msgid "Protect ~Sheet..."
+msgstr "Zaštiti ~tabelu..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:Protect\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Sheet..."
+msgstr "~Tabela..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ToolProtectionDocument\n"
+"Label\n"
+"value.text"
+msgid "Protect ~Document..."
+msgstr "Zaštiti ~dokument..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ToolProtectionDocument\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Document..."
+msgstr "~Dokument..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ToolsOptions\n"
+"Label\n"
+"value.text"
+msgid "Spreadsheet Options"
+msgstr "Opcije tabličnog proračuna"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ScenarioManager\n"
+"Label\n"
+"value.text"
+msgid "Sc~enarios..."
+msgstr "Sc~enariji..."
+
+#: CalcCommands.xcu
+#, fuzzy
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:RecalcPivotTable\n"
+"Label\n"
+"value.text"
+msgid "~Refresh Pivot Table"
+msgstr "Osvježi tabele"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:RecalcPivotTable\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Refresh"
+msgstr "~Osvježi"
+
+#: CalcCommands.xcu
+#, fuzzy
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeletePivotTable\n"
+"Label\n"
+"value.text"
+msgid "~Delete Pivot Table"
+msgstr "Obriši DataPilot tabelu"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeletePivotTable\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Delete"
+msgstr "~Obriši"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:CalculateHard\n"
+"Label\n"
+"value.text"
+msgid "Recalculate Hard"
+msgstr "Ponovo izračunaj teško"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:AutoComplete\n"
+"Label\n"
+"value.text"
+msgid "~AutoInput"
+msgstr "~Automatski unos"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DefineDBName\n"
+"Label\n"
+"value.text"
+msgid "~Define Data Range..."
+msgstr "~Definiši opseg podataka..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DefineDBName\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Define Range..."
+msgstr "~Definiši opseg..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SelectDB\n"
+"Label\n"
+"value.text"
+msgid "Select Data ~Range..."
+msgstr "Izaberi o~pseg podataka..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SelectDB\n"
+"ContextLabel\n"
+"value.text"
+msgid "Select ~Range..."
+msgstr "Izaberi o~pseg..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ManageXMLSource\n"
+"Label\n"
+"value.text"
+msgid "~XML Source..."
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DataSort\n"
+"Label\n"
+"value.text"
+msgid "~Sort..."
+msgstr "~Sortiraj..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DataFilterStandardFilter\n"
+"Label\n"
+"value.text"
+msgid "~Standard Filter..."
+msgstr "~Standardni filter..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DataFilterSpecialFilter\n"
+"Label\n"
+"value.text"
+msgid "~Advanced Filter..."
+msgstr "N~apredni filter..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DataFilterAutoFilter\n"
+"Label\n"
+"value.text"
+msgid "Auto~Filter"
+msgstr "Automatski ~filter"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DataFilterRemoveFilter\n"
+"Label\n"
+"value.text"
+msgid "~Remove Filter"
+msgstr "~Ukloni filter"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DataForm\n"
+"Label\n"
+"value.text"
+msgid "F~orm..."
+msgstr "F~ormular..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DataSubTotals\n"
+"Label\n"
+"value.text"
+msgid "Sub~totals..."
+msgstr "Podsu~me..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:AutoOutline\n"
+"Label\n"
+"value.text"
+msgid "~AutoOutline"
+msgstr "Dodaj ~okvir izabranom"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DataImport\n"
+"Label\n"
+"value.text"
+msgid "Import Data"
+msgstr "Uvezi podatke"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DataReImport\n"
+"Label\n"
+"value.text"
+msgid "Refresh Data Import"
+msgstr "Osvježi uvoz podataka"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DataFilterHideAutoFilter\n"
+"Label\n"
+"value.text"
+msgid "~Hide AutoFilter"
+msgstr "~Sakrij automatski filter"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SortDescending\n"
+"Label\n"
+"value.text"
+msgid "Sort Descending"
+msgstr "Sortiraj opadajuće"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SortAscending\n"
+"Label\n"
+"value.text"
+msgid "Sort Ascending"
+msgstr "Sortiraj rastuće"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:RenameTable\n"
+"Label\n"
+"value.text"
+msgid "~Rename Sheet..."
+msgstr "P~romijeni ime..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:RenameTable\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rename..."
+msgstr "~Promena imena..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:Name\n"
+"Label\n"
+"value.text"
+msgid "Rename Sheet"
+msgstr "Promijeni ime tabele"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SetTabBgColor\n"
+"Label\n"
+"value.text"
+msgid "~Tab Color..."
+msgstr "~Boja kartice..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SetTabBgColor\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Tab Color..."
+msgstr "~Boja kartice..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:TabBgColor\n"
+"Label\n"
+"value.text"
+msgid "Tab Color"
+msgstr "Boja kartice"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:Move\n"
+"Label\n"
+"value.text"
+msgid "~Move/Copy Sheet..."
+msgstr "~Pomjeri/kopiraj tabelu..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:Move\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Move/Copy..."
+msgstr "~Pomakni/kopiraj..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:TableSelectAll\n"
+"Label\n"
+"value.text"
+msgid "Select All Sheets"
+msgstr "Izaberi sve listove"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:TableDeselectAll\n"
+"Label\n"
+"value.text"
+msgid "Deselect All Sheets"
+msgstr "Poništi izbor svih tabela"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:Add\n"
+"Label\n"
+"value.text"
+msgid "Append Sheet"
+msgstr "Dodaj tabelu"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:AlignLeft\n"
+"Label\n"
+"value.text"
+msgid "Align Left"
+msgstr "Poravnaj lijevo"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:AlignRight\n"
+"Label\n"
+"value.text"
+msgid "Align Right"
+msgstr "Poravnaj desno"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:AlignHorizontalCenter\n"
+"Label\n"
+"value.text"
+msgid "Align Center Horizontally"
+msgstr "Poravnaj vodoravno na sredinu"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:AlignBlock\n"
+"Label\n"
+"value.text"
+msgid "Justified"
+msgstr "Poravnato"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:AlignTop\n"
+"Label\n"
+"value.text"
+msgid "Align Top"
+msgstr "Poravnaj vrh"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:AlignBottom\n"
+"Label\n"
+"value.text"
+msgid "Align Bottom"
+msgstr "Poravnaj dno"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:AlignVCenter\n"
+"Label\n"
+"value.text"
+msgid "Align Center Vertically"
+msgstr "Poravnaj uspravno na sredinu"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SelectScenario\n"
+"Label\n"
+"value.text"
+msgid "Select Scenario"
+msgstr "Izaberi scenarij"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:UpdateChart\n"
+"Label\n"
+"value.text"
+msgid "Redraw Chart"
+msgstr "Ponovo nacrtaj grafikon"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ToggleAnchorType\n"
+"Label\n"
+"value.text"
+msgid "Change Anchor"
+msgstr "Promijeni sidro"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:NumberFormatCurrency\n"
+"Label\n"
+"value.text"
+msgid "Number Format: Currency"
+msgstr "Format brojeva: Valuta"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:NumberFormatPercent\n"
+"Label\n"
+"value.text"
+msgid "Number Format: Percent"
+msgstr "Format brojeva: Postotak"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:NumberFormatStandard\n"
+"Label\n"
+"value.text"
+msgid "Number Format: Standard"
+msgstr "Format brojeva: Standardni"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:NumberFormatDate\n"
+"Label\n"
+"value.text"
+msgid "Number Format : Date"
+msgstr "Format brojeva: Datum"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:NumberFormatDecimal\n"
+"Label\n"
+"value.text"
+msgid "Number Format: Decimal"
+msgstr "Format brojeva: Decimalno"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:NumberFormatScientific\n"
+"Label\n"
+"value.text"
+msgid "Number Format: Exponential"
+msgstr "Format brojeva: Eksponencijalno"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:NumberFormatTime\n"
+"Label\n"
+"value.text"
+msgid "Number Format: Time"
+msgstr "Format brojeva: Vrijeme"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:NumberFormatIncDecimals\n"
+"Label\n"
+"value.text"
+msgid "Number Format: Add Decimal Place"
+msgstr "Format brojeva: Dodaj decimalno mjesto"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:NumberFormatDecDecimals\n"
+"Label\n"
+"value.text"
+msgid "Number Format: Delete Decimal Place"
+msgstr "Format brojeva: Obriši decimalno mjesto"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:EditLinks\n"
+"Label\n"
+"value.text"
+msgid "Edit Lin~ks..."
+msgstr "Izmijeni lin~kove..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:EditLinks\n"
+"ContextLabel\n"
+"value.text"
+msgid "Lin~ks..."
+msgstr "Lin~kovi..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertObjectStarImage\n"
+"Label\n"
+"value.text"
+msgid "Insert From Image Editor"
+msgstr "Ubaci iz editora slika"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SheetRightToLeft\n"
+"Label\n"
+"value.text"
+msgid "Sheet R~ight-To-Left"
+msgstr "S ~desna na lijevo"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SheetRightToLeft\n"
+"ContextLabel\n"
+"value.text"
+msgid "R~ight-To-Left"
+msgstr "~Desno-prema-lijevo"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SetAnchorToPage\n"
+"Label\n"
+"value.text"
+msgid "Anchor: To P~age"
+msgstr "Usidri: Na ~stranicu"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SetAnchorToPage\n"
+"ContextLabel\n"
+"value.text"
+msgid "To P~age"
+msgstr "Na ~stranicu"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SetAnchorToCell\n"
+"Label\n"
+"value.text"
+msgid "Anchor: To ~Cell"
+msgstr "Usidri: Na ć~eliju"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SetAnchorToCell\n"
+"ContextLabel\n"
+"value.text"
+msgid "To ~Cell"
+msgstr "Na ~ćeliju"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SendMailDocAsMS\n"
+"Label\n"
+"value.text"
+msgid "E-mail as ~Microsoft Excel..."
+msgstr "E-mail kao ~Microsoft Excel..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SendMailDocAsOOo\n"
+"Label\n"
+"value.text"
+msgid "E-mail as ~OpenDocument Spreadsheet..."
+msgstr "E-mail kao ~OpenDocument tablicu..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ShareDocument\n"
+"Label\n"
+"value.text"
+msgid "S~hare Document..."
+msgstr "Po~dijeli dokument..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ToggleSheetGrid\n"
+"Label\n"
+"value.text"
+msgid "Toggle Grid Lines for Current Sheet"
+msgstr "Prekidač linija mreže na trenutnoj tabeli"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertFieldSheet\n"
+"Label\n"
+"value.text"
+msgid "Insert Sheet Name Field"
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertFieldDocTitle\n"
+"Label\n"
+"value.text"
+msgid "Insert Document Title Field"
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertFieldDateVariable\n"
+"Label\n"
+"value.text"
+msgid "Insert Date Field (variable)"
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:OpenFromCalc\n"
+"Label\n"
+"value.text"
+msgid "~Open..."
+msgstr "~Otvori..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:AuditMenu\n"
+"Label\n"
+"value.text"
+msgid "~Detective"
+msgstr "~Detektiv"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:InsertBreakMenu\n"
+"Label\n"
+"value.text"
+msgid "Page ~Break"
+msgstr "Prelom ~stranice"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:DataMenu\n"
+"Label\n"
+"value.text"
+msgid "~Data"
+msgstr "Po~daci"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:DelBreakMenu\n"
+"Label\n"
+"value.text"
+msgid "Delete Page ~Break"
+msgstr "Obriši prelom ~stranice"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:FillCellsMenu\n"
+"Label\n"
+"value.text"
+msgid "Fill"
+msgstr "Popuni"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:CellContentsMenu\n"
+"Label\n"
+"value.text"
+msgid "Cell Co~ntents"
+msgstr "Sa~držaj ćelije"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:NamesMenu\n"
+"Label\n"
+"value.text"
+msgid "~Names"
+msgstr "Nazi~vi"
+
+#: CalcCommands.xcu
+#, fuzzy
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:DataPilotMenu\n"
+"Label\n"
+"value.text"
+msgid "~Pivot Table"
+msgstr "Nije tablica"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:EditSheetMenu\n"
+"Label\n"
+"value.text"
+msgid "~Sheet"
+msgstr "~Tabela"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:FilterMenu\n"
+"Label\n"
+"value.text"
+msgid "~Filter"
+msgstr "~Filter"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:SendTo\n"
+"Label\n"
+"value.text"
+msgid "Sen~d"
+msgstr "~Pošalji"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:ProtectMenu\n"
+"Label\n"
+"value.text"
+msgid "~Protect Document"
+msgstr "~Zaštiti dokument"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:GroupOutlineMenu\n"
+"Label\n"
+"value.text"
+msgid "~Group and Outline"
+msgstr "~Grupisanje i okviri"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:RowMenu\n"
+"Label\n"
+"value.text"
+msgid "~Row"
+msgstr "~Red"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:ColumnMenu\n"
+"Label\n"
+"value.text"
+msgid "Colu~mn"
+msgstr "Kolo~na"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:SheetMenu\n"
+"Label\n"
+"value.text"
+msgid "~Sheet"
+msgstr "~Tabela"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:MergeCellsMenu\n"
+"Label\n"
+"value.text"
+msgid "M~erge Cells"
+msgstr "Spoji ć~elije"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:PrintRangesMenu\n"
+"Label\n"
+"value.text"
+msgid "Pri~nt Ranges"
+msgstr "~Rasponi štampanja"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:DrawGraphicMenu\n"
+"Label\n"
+"value.text"
+msgid "Graph~ic"
+msgstr "Graf~ika"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:ToggleFormula\n"
+"Label\n"
+"value.text"
+msgid "Show Formula"
+msgstr "Prikaži formulu"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:AssignMacro\n"
+"Label\n"
+"value.text"
+msgid "Assign Macro..."
+msgstr "Dodijeli makro..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:MarkPrecedents\n"
+"Label\n"
+"value.text"
+msgid "Mark Precedents"
+msgstr "Označi prethodnike"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:MarkDependents\n"
+"Label\n"
+"value.text"
+msgid "Mark Dependents"
+msgstr "Označi zavisnike"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:InsertCurrentDate\n"
+"Label\n"
+"value.text"
+msgid "Insert Current Date"
+msgstr "Ubaci trenutni datum"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:InsertCurrentTime\n"
+"Label\n"
+"value.text"
+msgid "Insert Current Time"
+msgstr "Ubaci trenutno vrijeme"
+
+#: DbRelationWindowState.xcu
+msgctxt ""
+"DbRelationWindowState.xcu\n"
+"..DbRelationWindowState.UIElements.States.private:resource/toolbar/toolbar\n"
+"UIName\n"
+"value.text"
+msgid "Standard"
+msgstr "Standardno"
+
+#: DbTableWindowState.xcu
+msgctxt ""
+"DbTableWindowState.xcu\n"
+"..DbTableWindowState.UIElements.States.private:resource/toolbar/toolbar\n"
+"UIName\n"
+"value.text"
+msgid "Standard"
+msgstr "Standardno"
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:ChangeFont\n"
+"Label\n"
+"value.text"
+msgid "~Fonts..."
+msgstr "~Fontovi..."
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:ChangeFontSize\n"
+"Label\n"
+"value.text"
+msgid "F~ont Size..."
+msgstr "~Veličina slova..."
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:ChangeDistance\n"
+"Label\n"
+"value.text"
+msgid "~Spacing..."
+msgstr "~Razmak..."
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:ChangeAlignment\n"
+"Label\n"
+"value.text"
+msgid "A~lignment..."
+msgstr "Po~ravnavanje..."
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:RedrawAutomatic\n"
+"Label\n"
+"value.text"
+msgid "~AutoUpdate Display"
+msgstr "S~amoosvježavajući prikaz"
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:Symbols\n"
+"Label\n"
+"value.text"
+msgid "Symbols"
+msgstr "Simboli"
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:Textmode\n"
+"Label\n"
+"value.text"
+msgid "~Text Mode"
+msgstr "Te~kstualni način rada"
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:ImportFormula\n"
+"Label\n"
+"value.text"
+msgid "~Import Formula..."
+msgstr "~Uvezi formulu..."
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:FitInWindow\n"
+"Label\n"
+"value.text"
+msgid "Fit To Window"
+msgstr "Uklopi u prozor"
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:InsertConfigName\n"
+"Label\n"
+"value.text"
+msgid "Insert Text"
+msgstr "Ubacivanje teksta"
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:InsertCommand\n"
+"Label\n"
+"value.text"
+msgid "Insert Command"
+msgstr "Ubaci komandu"
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:ModifyStatus\n"
+"Label\n"
+"value.text"
+msgid "Modified"
+msgstr "Izmijenjeno"
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:TextStatus\n"
+"Label\n"
+"value.text"
+msgid "Text Status"
+msgstr "Stanje teksta"
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:NextError\n"
+"Label\n"
+"value.text"
+msgid "Ne~xt Error"
+msgstr "S~ljedeća greška"
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:PrevError\n"
+"Label\n"
+"value.text"
+msgid "Pr~evious Error"
+msgstr "Pr~ethodna greška"
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:NextMark\n"
+"Label\n"
+"value.text"
+msgid "~Next Marker"
+msgstr "~Sljedeći marker"
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:PrevMark\n"
+"Label\n"
+"value.text"
+msgid "Previous ~Marker"
+msgstr "Pret~hodni marker"
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:SymbolCatalogue\n"
+"Label\n"
+"value.text"
+msgid "~Catalog..."
+msgstr "~Katalog..."
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:Preferences\n"
+"Label\n"
+"value.text"
+msgid "Options"
+msgstr "Opcije"
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:View50\n"
+"Label\n"
+"value.text"
+msgid "0.5"
+msgstr "0,5"
+
+#: MathCommands.xcu
+#, fuzzy
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:View100\n"
+"Label\n"
+"value.text"
+msgid "Zoom 100%"
+msgstr "Povećaj za 100%"
+
+#: MathCommands.xcu
+#, fuzzy
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:View200\n"
+"Label\n"
+"value.text"
+msgid "Zoom 200%"
+msgstr "Povećaj za 100%"
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:ZoomIn\n"
+"Label\n"
+"value.text"
+msgid "Z~oom In"
+msgstr "U~većaj"
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:ZoomOut\n"
+"Label\n"
+"value.text"
+msgid "Zoo~m Out"
+msgstr "~Smanji"
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:Draw\n"
+"Label\n"
+"value.text"
+msgid "U~pdate"
+msgstr "~Osvježi"
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:Adjust\n"
+"Label\n"
+"value.text"
+msgid "Sho~w All"
+msgstr "Poka~ži sve"
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:ToolBox\n"
+"Label\n"
+"value.text"
+msgid "Elements"
+msgstr "Elementi"
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:FormelCursor\n"
+"Label\n"
+"value.text"
+msgid "Formula Cursor"
+msgstr "Kursor formule"
diff --git a/source/bs/scp2/source/accessories.po b/source/bs/scp2/source/accessories.po
index 315372c2181..1412d4ecf82 100644
--- a/source/bs/scp2/source/accessories.po
+++ b/source/bs/scp2/source/accessories.po
@@ -1792,3 +1792,1913 @@ msgctxt ""
"LngText.text"
msgid "Installs Telugu support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Instalira podršku za telugu u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_templates_accessories.ulf
+msgctxt ""
+"module_templates_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_TI_ER\n"
+"LngText.text"
+msgid "Tigrinya"
+msgstr "Tigrinya"
+
+#: module_templates_accessories.ulf
+msgctxt ""
+"module_templates_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_TI_ER\n"
+"LngText.text"
+msgid "Installs Tigrinya support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za tigrinya u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_templates_accessories.ulf
+msgctxt ""
+"module_templates_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_UZ\n"
+"LngText.text"
+msgid "Uzbek"
+msgstr "Uzbečki"
+
+#: module_templates_accessories.ulf
+msgctxt ""
+"module_templates_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_UZ\n"
+"LngText.text"
+msgid "Installs Uzbek support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za uzbečki u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_templates_accessories.ulf
+msgctxt ""
+"module_templates_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_MN\n"
+"LngText.text"
+msgid "Mongolian"
+msgstr "Mongolski"
+
+#: module_templates_accessories.ulf
+msgctxt ""
+"module_templates_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_MN\n"
+"LngText.text"
+msgid "Installs Mongolian support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za mongolski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_templates_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_templates_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_KK\n"
+"LngText.text"
+msgid "Kazakh"
+msgstr "Kazački"
+
+#: module_templates_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_templates_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_KK\n"
+"LngText.text"
+msgid "Installs Kazakh support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za marathi u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_OPTIONAL_ACCESSORIES_SAMPLES\n"
+"LngText.text"
+msgid "Sample documents"
+msgstr "Primjeri dokumenata"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_OPTIONAL_ACCESSORIES_SAMPLES\n"
+"LngText.text"
+msgid "Sample documents are good for learning."
+msgstr "Primjeri dokumenata su dobri za učenje."
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_OPTIONAL_ACCESSORIES_DOCUMENTATIONS\n"
+"LngText.text"
+msgid "Documentations"
+msgstr "Dokumentacija"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_OPTIONAL_ACCESSORIES_DOCUMENTATIONS\n"
+"LngText.text"
+msgid "%PRODUCTNAME documentations."
+msgstr "%PRODUCTNAME documentacija."
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_OPTIONAL_ACCESSORIES_ADVERTISEMENT\n"
+"LngText.text"
+msgid "Advertisement"
+msgstr "Propaganda"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_OPTIONAL_ACCESSORIES_ADVERTISEMENT\n"
+"LngText.text"
+msgid "%PRODUCTNAME advertisement materials."
+msgstr "%PRODUCTNAME propagandni materijal."
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_EN_US\n"
+"LngText.text"
+msgid "English"
+msgstr "Engleski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_EN_US\n"
+"LngText.text"
+msgid "Installs English support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za engleski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_DE\n"
+"LngText.text"
+msgid "German"
+msgstr "Njemački"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_DE\n"
+"LngText.text"
+msgid "Installs German support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za njemački u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_FR\n"
+"LngText.text"
+msgid "French"
+msgstr "Francuski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_FR\n"
+"LngText.text"
+msgid "Installs French support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za francuski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_IT\n"
+"LngText.text"
+msgid "Italian"
+msgstr "Italijanski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_IT\n"
+"LngText.text"
+msgid "Installs Italian support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za italijanski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_ES\n"
+"LngText.text"
+msgid "Spanish"
+msgstr "Španjolski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_ES\n"
+"LngText.text"
+msgid "Installs Spanish support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za španjolski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_SV\n"
+"LngText.text"
+msgid "Swedish"
+msgstr "Švedski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_SV\n"
+"LngText.text"
+msgid "Installs Swedish support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za švedski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_PT\n"
+"LngText.text"
+msgid "Portuguese"
+msgstr "Portugalski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_PT\n"
+"LngText.text"
+msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za portugalski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_PT_BR\n"
+"LngText.text"
+msgid "Portuguese (Brazil)"
+msgstr "Portugalski (Brazil)"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_PT_BR\n"
+"LngText.text"
+msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za portugalski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_JA\n"
+"LngText.text"
+msgid "Japanese"
+msgstr "Japanski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_JA\n"
+"LngText.text"
+msgid "Installs Japanese support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za japanski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_KO\n"
+"LngText.text"
+msgid "Korean"
+msgstr "Koreanski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_KO\n"
+"LngText.text"
+msgid "Installs Korean support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za koreanski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_ZH_CN\n"
+"LngText.text"
+msgid "Chinese (simplified)"
+msgstr "Kineski (pojednostavljeni)"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_ZH_CN\n"
+"LngText.text"
+msgid "Installs Chinese (simplified) support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za kineski (pojednostavljeni) u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_ZH_TW\n"
+"LngText.text"
+msgid "Chinese (traditional)"
+msgstr "Kineski (tradicionalni)"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_ZH_TW\n"
+"LngText.text"
+msgid "Installs Chinese (traditional) support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za kineski (tradicionalni) u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_NL\n"
+"LngText.text"
+msgid "Dutch"
+msgstr "Holandski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_NL\n"
+"LngText.text"
+msgid "Installs Dutch support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za holandijski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_HU\n"
+"LngText.text"
+msgid "Hungarian"
+msgstr "Mađarski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_HU\n"
+"LngText.text"
+msgid "Installs Hungarian support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za mađarski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_PL\n"
+"LngText.text"
+msgid "Polish"
+msgstr "Poljski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_PL\n"
+"LngText.text"
+msgid "Installs Polish support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za poljski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_RU\n"
+"LngText.text"
+msgid "Russian"
+msgstr "Ruski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_RU\n"
+"LngText.text"
+msgid "Installs Russian support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za ruski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_TR\n"
+"LngText.text"
+msgid "Turkish"
+msgstr "Turski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_TR\n"
+"LngText.text"
+msgid "Installs Turkish support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za turski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_EL\n"
+"LngText.text"
+msgid "Greek"
+msgstr "Grčki"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_EL\n"
+"LngText.text"
+msgid "Installs Greek support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za grčki u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_TH\n"
+"LngText.text"
+msgid "Thai"
+msgstr "Thai"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_TH\n"
+"LngText.text"
+msgid "Installs Thai support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za thai u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_CS\n"
+"LngText.text"
+msgid "Czech"
+msgstr "Češki"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_CS\n"
+"LngText.text"
+msgid "Installs Czech support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za češki u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_SK\n"
+"LngText.text"
+msgid "Slovak"
+msgstr "Slovački"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_SK\n"
+"LngText.text"
+msgid "Installs Slovak support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za slovački u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_HR\n"
+"LngText.text"
+msgid "Croatian"
+msgstr "Hrvatski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_HR\n"
+"LngText.text"
+msgid "Installs Croatian support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za hrvatski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_ET\n"
+"LngText.text"
+msgid "Estonian"
+msgstr "Estonski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_ET\n"
+"LngText.text"
+msgid "Installs Estonian support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za estonski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_VI\n"
+"LngText.text"
+msgid "Vietnamese"
+msgstr "Vijetnamski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_VI\n"
+"LngText.text"
+msgid "Installs Vietnamese support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za vietnamski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_BG\n"
+"LngText.text"
+msgid "Bulgarian"
+msgstr "Bugarski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_BG\n"
+"LngText.text"
+msgid "Installs Bulgarian support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za bugarski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_KM\n"
+"LngText.text"
+msgid "Khmer"
+msgstr "Kmerski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_KM\n"
+"LngText.text"
+msgid "Installs Khmer support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za Khmer u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_PA_IN\n"
+"LngText.text"
+msgid "Punjabi"
+msgstr "Pendžabski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_PA_IN\n"
+"LngText.text"
+msgid "Installs Punjabi support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za Punjabi u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_GU_IN\n"
+"LngText.text"
+msgid "Gujarati"
+msgstr "Gujarati"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_GU_IN\n"
+"LngText.text"
+msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za gujarati u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_TA\n"
+"LngText.text"
+msgid "Tamil"
+msgstr "Tamilski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_TA\n"
+"LngText.text"
+msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za tamilski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_TA_IN\n"
+"LngText.text"
+msgid "Tamil"
+msgstr "Tamilski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_TA_IN\n"
+"LngText.text"
+msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za tamilski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_HI\n"
+"LngText.text"
+msgid "Hindi"
+msgstr "Hindi"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_HI\n"
+"LngText.text"
+msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za hindi u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_HI_IN\n"
+"LngText.text"
+msgid "Hindi"
+msgstr "Hindi"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_HI_IN\n"
+"LngText.text"
+msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za hindi u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_ST\n"
+"LngText.text"
+msgid "Southern Sotho (Sutu)"
+msgstr "Južni Sotho (Sutu)"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_ST\n"
+"LngText.text"
+msgid "Installs Southern Sotho (Sutu) support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za južni sotho (sutu) u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_TN\n"
+"LngText.text"
+msgid "Tswana"
+msgstr "Tswana"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_TN\n"
+"LngText.text"
+msgid "Installs Tswana support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za tswana u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_XH\n"
+"LngText.text"
+msgid "Xhosa"
+msgstr "Xhosa"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_XH\n"
+"LngText.text"
+msgid "Installs Xhosa support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za xhosa u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_ZU\n"
+"LngText.text"
+msgid "Zulu"
+msgstr "Zulu"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_ZU\n"
+"LngText.text"
+msgid "Installs Zulu support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za zulu u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_AF\n"
+"LngText.text"
+msgid "Afrikaans"
+msgstr "Afrikaans"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_AF\n"
+"LngText.text"
+msgid "Installs Afrikaans support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za afrikaans u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_SW\n"
+"LngText.text"
+msgid "Swahili"
+msgstr "Swahili"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_SW\n"
+"LngText.text"
+msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za swahili u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_SW_TZ\n"
+"LngText.text"
+msgid "Swahili"
+msgstr "Swahili"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_SW_TZ\n"
+"LngText.text"
+msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za swahili u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_LO\n"
+"LngText.text"
+msgid "Lao"
+msgstr "Lao"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_LO\n"
+"LngText.text"
+msgid "Installs Lao support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za lao u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_MY\n"
+"LngText.text"
+msgid "Burmese"
+msgstr "Burmanski"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_MY\n"
+"LngText.text"
+msgid "Installs Burmese (Myanmar) support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za norveški (bokmal) u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_NSO\n"
+"LngText.text"
+msgid "Northern Sotho"
+msgstr "Sjeverni sotho"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_NSO\n"
+"LngText.text"
+msgid "Installs Northern Sotho support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za sjeverni sotho u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_BN\n"
+"LngText.text"
+msgid "Bengali"
+msgstr "Bengalski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_BN\n"
+"LngText.text"
+msgid "Installs Bengali support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za bengalski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_BN_BD\n"
+"LngText.text"
+msgid "Bengali (Bangladesh)"
+msgstr "Bengalski (Bangladeš)"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_BN_BD\n"
+"LngText.text"
+msgid "Installs Bengali (Bangladesh) support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za bengalski (Bangladeš) u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_BN_IN\n"
+"LngText.text"
+msgid "Bengali (India)"
+msgstr "Bengalski (Indija)"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_BN_IN\n"
+"LngText.text"
+msgid "Installs Bengali (India) support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za bengalski (Indija) u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_OR\n"
+"LngText.text"
+msgid "Oriya"
+msgstr "Oriya"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_OR\n"
+"LngText.text"
+msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za oriya u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_OR_IN\n"
+"LngText.text"
+msgid "Oriya"
+msgstr "Oriya"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_OR_IN\n"
+"LngText.text"
+msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za oriya u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_MR\n"
+"LngText.text"
+msgid "Marathi"
+msgstr "Marathi"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_MR\n"
+"LngText.text"
+msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za marathi u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_MR_IN\n"
+"LngText.text"
+msgid "Marathi"
+msgstr "Marathi"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_MR_IN\n"
+"LngText.text"
+msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za marathi u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_NE\n"
+"LngText.text"
+msgid "Nepali"
+msgstr "Nepalski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_NE\n"
+"LngText.text"
+msgid "Installs Nepali support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za nepalski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_AR\n"
+"LngText.text"
+msgid "Arabic"
+msgstr "Arapski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_AR\n"
+"LngText.text"
+msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za arapski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_AR_SA\n"
+"LngText.text"
+msgid "Arabic"
+msgstr "Arapski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_AR_SA\n"
+"LngText.text"
+msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za arapski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_CA\n"
+"LngText.text"
+msgid "Catalan"
+msgstr "Katalonski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_CA\n"
+"LngText.text"
+msgid "Installs Catalan support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za katalonski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_DA\n"
+"LngText.text"
+msgid "Danish"
+msgstr "Danski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_DA\n"
+"LngText.text"
+msgid "Installs Danish support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za danski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_FI\n"
+"LngText.text"
+msgid "Finnish"
+msgstr "Finski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_FI\n"
+"LngText.text"
+msgid "Installs Finnish support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za finski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_HE\n"
+"LngText.text"
+msgid "Hebrew"
+msgstr "Hebrejski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_HE\n"
+"LngText.text"
+msgid "Installs Hebrew support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za hebrejski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_IS\n"
+"LngText.text"
+msgid "Icelandic"
+msgstr "Islandski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_IS\n"
+"LngText.text"
+msgid "Installs Icelandic support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za islandski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_NB\n"
+"LngText.text"
+msgid "Norwegian (Bokmal)"
+msgstr "Norveški (bokmal)"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_NB\n"
+"LngText.text"
+msgid "Installs Norwegian (Bokmal) support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za norveški (bokmal) u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_NN\n"
+"LngText.text"
+msgid "Norwegian (Nynorsk)"
+msgstr "Norveški (nynorsk)"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_NN\n"
+"LngText.text"
+msgid "Installs Norwegian (Nynorsk) support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za norveški (nynorsk) u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_RM\n"
+"LngText.text"
+msgid "Rhaeto-Romance"
+msgstr "Retoromanski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_RM\n"
+"LngText.text"
+msgid "Installs Rhaeto-Romance support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za retoromanski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_RO\n"
+"LngText.text"
+msgid "Romanian"
+msgstr "Rumunjski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_RO\n"
+"LngText.text"
+msgid "Installs Romanian support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za rumunjski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_SQ\n"
+"LngText.text"
+msgid "Albanian"
+msgstr "Albanski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_SQ\n"
+"LngText.text"
+msgid "Installs Albanian support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za albanski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_UR\n"
+"LngText.text"
+msgid "Urdu"
+msgstr "Urdu"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_UR\n"
+"LngText.text"
+msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za urdu u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_ID\n"
+"LngText.text"
+msgid "Indonesian"
+msgstr "Indonežanski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_ID\n"
+"LngText.text"
+msgid "Installs Indonesian support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za indonezijski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_UK\n"
+"LngText.text"
+msgid "Ukrainian"
+msgstr "Ukrajinski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_UK\n"
+"LngText.text"
+msgid "Installs Ukrainian support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za ukrajinski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_BE\n"
+"LngText.text"
+msgid "Belarusian"
+msgstr "Bjeloruski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_BE\n"
+"LngText.text"
+msgid "Installs Belarusian support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za bjeloruski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_SL\n"
+"LngText.text"
+msgid "Slovenian"
+msgstr "Slovenački"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_SL\n"
+"LngText.text"
+msgid "Installs Slovenian support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za slovenački u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_LV\n"
+"LngText.text"
+msgid "Latvian"
+msgstr "Latvijski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_LV\n"
+"LngText.text"
+msgid "Installs Latvian support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za latvijski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_LT\n"
+"LngText.text"
+msgid "Lithuanian"
+msgstr "Litvanski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_LT\n"
+"LngText.text"
+msgid "Installs Lithuanian support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za litvanski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_HY\n"
+"LngText.text"
+msgid "Armenian"
+msgstr "Armenski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_HY\n"
+"LngText.text"
+msgid "Installs Armenian support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za armenski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_EU\n"
+"LngText.text"
+msgid "Basque"
+msgstr "Baskijski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_EU\n"
+"LngText.text"
+msgid "Installs Basque support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za baskijski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_MK\n"
+"LngText.text"
+msgid "Macedonian"
+msgstr "Makedonski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_MK\n"
+"LngText.text"
+msgid "Installs Macedonian support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za makedonski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_MT\n"
+"LngText.text"
+msgid "Maltese"
+msgstr "Malteški"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_MT\n"
+"LngText.text"
+msgid "Installs Maltese support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za malteški u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_CY\n"
+"LngText.text"
+msgid "Welsh"
+msgstr "Velški"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_CY\n"
+"LngText.text"
+msgid "Installs Welsh support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za velški u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_GL\n"
+"LngText.text"
+msgid "Galician"
+msgstr "Galicijski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_GL\n"
+"LngText.text"
+msgid "Installs Galician support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za galicijski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_SH_YU\n"
+"LngText.text"
+msgid "Serbian (Latin)"
+msgstr "Srpski (latinica)"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_SH_YU\n"
+"LngText.text"
+msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za srpski (latinica) u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_SH\n"
+"LngText.text"
+msgid "Serbian (Latin)"
+msgstr "Srpski (latinica)"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_SH\n"
+"LngText.text"
+msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za srpski (latinica) u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_GA\n"
+"LngText.text"
+msgid "Irish"
+msgstr "Irski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_GA\n"
+"LngText.text"
+msgid "Installs Irish support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za irski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_SR_CS\n"
+"LngText.text"
+msgid "Serbian (Cyrillic)"
+msgstr "Srpski (ćirilica)"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_SR_CS\n"
+"LngText.text"
+msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za srpski (ćirilica) u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_SR\n"
+"LngText.text"
+msgid "Serbian (Cyrillic)"
+msgstr "Srpski (ćirilica)"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_SR\n"
+"LngText.text"
+msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za srpski (ćirilica) u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_BS\n"
+"LngText.text"
+msgid "Bosnian"
+msgstr "Bosanski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_BS\n"
+"LngText.text"
+msgid "Installs Bosnian support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za bosanski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_AS_IN\n"
+"LngText.text"
+msgid "Assamese"
+msgstr "Asameški"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_AS_IN\n"
+"LngText.text"
+msgid "Installs Assamese support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za asameški u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_RW\n"
+"LngText.text"
+msgid "Kinyarwanda"
+msgstr "Kinyarwanda"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_RW\n"
+"LngText.text"
+msgid "Installs Kinyarwanda support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za kinyarwanda u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_SA\n"
+"LngText.text"
+msgid "Sanskrit"
+msgstr "Sanskrit"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_SA\n"
+"LngText.text"
+msgid "Installs Sanskrit support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za sanskrit u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_FA\n"
+"LngText.text"
+msgid "Farsi"
+msgstr "Farsi"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_FA\n"
+"LngText.text"
+msgid "Installs Farsi support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za farsi u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_FO\n"
+"LngText.text"
+msgid "Faroese"
+msgstr "Farski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_FO\n"
+"LngText.text"
+msgid "Installs Faroese support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za farski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_SB\n"
+"LngText.text"
+msgid "Sorbian"
+msgstr "Sorbijski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_SB\n"
+"LngText.text"
+msgid "Installs Sorbian support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za sorbijski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_TT\n"
+"LngText.text"
+msgid "Tatar"
+msgstr "Tatarski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_TT\n"
+"LngText.text"
+msgid "Installs Tatar support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za tatarski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_TS\n"
+"LngText.text"
+msgid "Tsonga"
+msgstr "Tsonga"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_TS\n"
+"LngText.text"
+msgid "Installs Tsonga support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za tsonga u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_YI\n"
+"LngText.text"
+msgid "Yiddish"
+msgstr "Jidiš"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_YI\n"
+"LngText.text"
+msgid "Installs Yiddish support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za jidiš u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_BR\n"
+"LngText.text"
+msgid "Breton"
+msgstr "Bretonski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_BR\n"
+"LngText.text"
+msgid "Installs Breton support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za bretonski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_NR\n"
+"LngText.text"
+msgid "Ndebele South"
+msgstr "Ndebele južni"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_NR\n"
+"LngText.text"
+msgid "Installs Ndebele South support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za ndebele južni u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_SS\n"
+"LngText.text"
+msgid "Swazi"
+msgstr "Svazi"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_SS\n"
+"LngText.text"
+msgid "Installs Swazi support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za svazi u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_VE\n"
+"LngText.text"
+msgid "Venda"
+msgstr "Venda"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_VE\n"
+"LngText.text"
+msgid "Installs Venda support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za venda u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_KN\n"
+"LngText.text"
+msgid "Kannada"
+msgstr "Kannadski (južna Indija)"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_KN\n"
+"LngText.text"
+msgid "Installs Kannada support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za kannadski (južna Indija) u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_MS\n"
+"LngText.text"
+msgid "Malay (Malaysian)"
+msgstr "Malajski (malezijski)"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_MS\n"
+"LngText.text"
+msgid "Installs Malay (Malaysian) support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za malajski (malezijski) u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_TG\n"
+"LngText.text"
+msgid "Tajik"
+msgstr "Tadžički"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_TG\n"
+"LngText.text"
+msgid "Installs Tajik support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za tadžički u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_KU\n"
+"LngText.text"
+msgid "Kurdish"
+msgstr "Kurdski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_KU\n"
+"LngText.text"
+msgid "Installs Kurdish support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za kurdski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_DZ\n"
+"LngText.text"
+msgid "Dzongkha"
+msgstr "Dzongkha"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_DZ\n"
+"LngText.text"
+msgid "Installs Dzongkha support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za dzongkha u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_KA\n"
+"LngText.text"
+msgid "Georgian"
+msgstr "Gruzijski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_KA\n"
+"LngText.text"
+msgid "Installs Georgian support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za gruzijski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_EO\n"
+"LngText.text"
+msgid "Esperanto"
+msgstr "Esperanto"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_EO\n"
+"LngText.text"
+msgid "Installs Esperanto support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za esperanto u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_GU\n"
+"LngText.text"
+msgid "Gujarati"
+msgstr "Gujarati"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_GU\n"
+"LngText.text"
+msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za gujarati u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_EN_ZA\n"
+"LngText.text"
+msgid "English (South Africa)"
+msgstr "Engleski (Južna Afrika)"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_EN_ZA\n"
+"LngText.text"
+msgid "Installs English (South Africa) support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za engleski (Južna Afrika) u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_EN_GB\n"
+"LngText.text"
+msgid "English (United Kingdom)"
+msgstr "Engleski (Velika Britanija)"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_EN_GB\n"
+"LngText.text"
+msgid "Installs English (United Kingdom) support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za engleski (Velika Britanija) u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_UR_IN\n"
+"LngText.text"
+msgid "Urdu"
+msgstr "Urdu"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_UR_IN\n"
+"LngText.text"
+msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za urdu u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_ML_IN\n"
+"LngText.text"
+msgid "Malayalam"
+msgstr "Malayalam"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_ML_IN\n"
+"LngText.text"
+msgid "Installs Malayalam support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za malayalam u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_TE_IN\n"
+"LngText.text"
+msgid "Telugu"
+msgstr "Telugu"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_TE_IN\n"
+"LngText.text"
+msgid "Installs Telugu support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za telugu u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_TI_ER\n"
+"LngText.text"
+msgid "Tigrinya"
+msgstr "Tigrinya"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_TI_ER\n"
+"LngText.text"
+msgid "Installs Tigrinya support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za tigrinya u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_UZ\n"
+"LngText.text"
+msgid "Uzbek"
+msgstr "Uzbečki"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_UZ\n"
+"LngText.text"
+msgid "Installs Uzbek support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za uzbečki u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_MN\n"
+"LngText.text"
+msgid "Mongolian"
+msgstr "Mongolski"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_MN\n"
+"LngText.text"
+msgid "Installs Mongolian support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za mongolski u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_KK\n"
+"LngText.text"
+msgid "Kazakh"
+msgstr "Kazački"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_KK\n"
+"LngText.text"
+msgid "Installs Kazakh support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instalira podršku za marathi u %PRODUCTNAME %PRODUCTVERSION"
+
+#: module_gallery_accessories.ulf
+msgctxt ""
+"module_gallery_accessories.ulf\n"
+"STR_NAME_MODULE_OPTIONAL_ACCESSORIES_GALLERY\n"
+"LngText.text"
+msgid "Additional Gallery Themes"
+msgstr ""
+
+#: module_gallery_accessories.ulf
+msgctxt ""
+"module_gallery_accessories.ulf\n"
+"STR_DESC_MODULE_OPTIONAL_ACCESSORIES_GALLERY\n"
+"LngText.text"
+msgid "The %PRODUCTNAME Gallery contains more than 3400 elements in various themes."
+msgstr "%PRODUCTNAME galerija sadrži više od 3400 elemenata sa raznim temama."
diff --git a/source/bs/sd/source/ui/app.po b/source/bs/sd/source/ui/app.po
index 7edb1c0215a..fb03a781574 100644
--- a/source/bs/sd/source/ui/app.po
+++ b/source/bs/sd/source/ui/app.po
@@ -4212,3 +4212,78 @@ msgctxt ""
"#define.text"
msgid "Graphics Styles"
msgstr "Grafički stilovi"
+
+#: res_bmp.src
+msgctxt ""
+"res_bmp.src\n"
+"SfxStyleFamiliesRes2\n"
+"#define.text"
+msgid "Presentation Styles"
+msgstr "Stilovi prezentacije"
+
+#: res_bmp.src
+#, fuzzy
+msgctxt ""
+"res_bmp.src\n"
+"STR_STYLE_FILTER_USED\n"
+"string.text"
+msgid "Applied Styles"
+msgstr "Primijenjeni stilovi"
+
+#: res_bmp.src
+#, fuzzy
+msgctxt ""
+"res_bmp.src\n"
+"STR_STYLE_FILTER_USERDEF\n"
+"string.text"
+msgid "Custom Styles"
+msgstr "Prilagođeni stilovi"
+
+#: res_bmp.src
+#, fuzzy
+msgctxt ""
+"res_bmp.src\n"
+"STR_STYLE_FILTER_ALL\n"
+"string.text"
+msgid "All Styles"
+msgstr "Stilovi ćelija"
+
+#: res_bmp.src
+#, fuzzy
+msgctxt ""
+"res_bmp.src\n"
+"DLG_STYLE_DESIGNER.RID_GRAPHICSTYLEFAMILY\n"
+"1\n"
+"filterlist.text"
+msgid "All Styles"
+msgstr "Stilovi ćelija"
+
+#: res_bmp.src
+#, fuzzy
+msgctxt ""
+"res_bmp.src\n"
+"DLG_STYLE_DESIGNER.RID_GRAPHICSTYLEFAMILY\n"
+"2\n"
+"filterlist.text"
+msgid "Applied Styles"
+msgstr "Primijenjeni stilovi"
+
+#: res_bmp.src
+#, fuzzy
+msgctxt ""
+"res_bmp.src\n"
+"DLG_STYLE_DESIGNER.RID_GRAPHICSTYLEFAMILY\n"
+"3\n"
+"filterlist.text"
+msgid "Custom Styles"
+msgstr "Prilagođeni stilovi"
+
+#: res_bmp.src
+#, fuzzy
+msgctxt ""
+"res_bmp.src\n"
+"DLG_STYLE_DESIGNER.RID_PRESENTATIONSTYLEFAMILY\n"
+"1\n"
+"filterlist.text"
+msgid "All Styles"
+msgstr "Stilovi ćelija"
diff --git a/source/bs/svx/source/dialog.po b/source/bs/svx/source/dialog.po
index bce9ede4198..3b31543dc20 100644
--- a/source/bs/svx/source/dialog.po
+++ b/source/bs/svx/source/dialog.po
@@ -4486,3 +4486,3141 @@ msgctxt ""
"string.text"
msgid "CJK Miscellaneous"
msgstr "CJK (Kina-Japan-Koreja) razno"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_ENCLOSED_CJK_LETTERS\n"
+"string.text"
+msgid "Enclosed CJK Letters And Months"
+msgstr "Uključena CJK (Kina-Japan-Koreja) slova i mjeseci"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_CJK_COMPATIBILITY\n"
+"string.text"
+msgid "CJK Compatibility"
+msgstr "CJK (Kina-Japan-Koreja) kompatibilnost"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_HANGUL\n"
+"string.text"
+msgid "Hangul"
+msgstr "Hangul"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_CJK_UNIFIED_IDGRAPH\n"
+"string.text"
+msgid "CJK Unified Ideographs"
+msgstr "CJK (Kina-Japan-Koreja) unificirani ideografi"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_CJK_EXT_A_UNIFIED_IDGRAPH\n"
+"string.text"
+msgid "CJK Unified Ideographs Extension-A"
+msgstr "CJK (Kina-Japan-Koreja) unificirani ideogrami proširenje-A"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_PRIVATE_USE_AREA\n"
+"string.text"
+msgid "Private Use Area"
+msgstr "Područje privatne upotrebe"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_CJK_COMPAT_IDGRAPHS\n"
+"string.text"
+msgid "CJK Compatibility Ideographs"
+msgstr "CJK (Kina-Japan-Koreja) kompatibilni ideogrami"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_ALPHA_PRESENTATION\n"
+"string.text"
+msgid "Alphabetic Presentation Forms"
+msgstr "Abecedni prezentacijski oblici"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_ARABIC_PRESENT_A\n"
+"string.text"
+msgid "Arabic Presentation Forms-A"
+msgstr "Arapski prezentacijski oblici-A"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_COMBINING_HALF_MARKS\n"
+"string.text"
+msgid "Combining Half Marks"
+msgstr "Kombinovane polovične oznake"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_CJK_COMPAT_FORMS\n"
+"string.text"
+msgid "CJK Compatibility Forms"
+msgstr "CJK (Kina-Japan-Koreja) kompatibilne forme"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_SMALL_FORM_VARIANTS\n"
+"string.text"
+msgid "Small Form Variants"
+msgstr "Varijante manjih formi"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_ARABIC_PRESENT_B\n"
+"string.text"
+msgid "Arabic Presentation Forms-B"
+msgstr "Arapske prezentacione forme-B"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_HALFW_FULLW_FORMS\n"
+"string.text"
+msgid "Half-width and Full-width Forms"
+msgstr "Forme polovične i pune širine"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_SPECIALS\n"
+"string.text"
+msgid "Specials"
+msgstr "Posebno"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_HANGUL_GA\n"
+"string.text"
+msgid "Hangul Ga"
+msgstr "Hangul Ga"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_HANGUL_NA\n"
+"string.text"
+msgid "Hangul Na"
+msgstr "Hangul Na"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_HANGUL_DA\n"
+"string.text"
+msgid "Hangul Da"
+msgstr "Hangul Da"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_HANGUL_RA\n"
+"string.text"
+msgid "Hangul Ra"
+msgstr "Hangul Ra"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_HANGUL_MA\n"
+"string.text"
+msgid "Hangul Ma"
+msgstr "Hangul Ma"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_HANGUL_BA\n"
+"string.text"
+msgid "Hangul Ba"
+msgstr "Hangul Ba"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_HANGUL_SA\n"
+"string.text"
+msgid "Hangul Sa"
+msgstr "Hangul Sa"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_HANGUL_AH\n"
+"string.text"
+msgid "Hangul Ah"
+msgstr "Hangul Ah"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_HANGUL_JA\n"
+"string.text"
+msgid "Hangul Ja"
+msgstr "Hangul Ja"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_HANGUL_CHA\n"
+"string.text"
+msgid "Hangul Cha"
+msgstr "Hangul Cha"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_HANGUL_KA\n"
+"string.text"
+msgid "Hangul Ka"
+msgstr "Hangul Ka"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_HANGUL_TA\n"
+"string.text"
+msgid "Hangul Ta"
+msgstr "Hangul Ta"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_HANGUL_PA\n"
+"string.text"
+msgid "Hangul Pa"
+msgstr "Hangul Pa"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_HANGUL_HA\n"
+"string.text"
+msgid "Hangul Ha"
+msgstr "Hangul Ha"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_YI\n"
+"string.text"
+msgid "Yi"
+msgstr "Yi"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_SINHALA\n"
+"string.text"
+msgid "Sinhala"
+msgstr "Sinhala"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_TIBETAN\n"
+"string.text"
+msgid "Tibetan"
+msgstr "Tibetski"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_MYANMAR\n"
+"string.text"
+msgid "Myanmar"
+msgstr "Burma"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_KHMER\n"
+"string.text"
+msgid "Khmer"
+msgstr "Kmerski"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_OGHAM\n"
+"string.text"
+msgid "Ogham"
+msgstr "Ogham"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_RUNIC\n"
+"string.text"
+msgid "Runic"
+msgstr "Rune"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_SYRIAC\n"
+"string.text"
+msgid "Syriac"
+msgstr "Sirijska"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_THAANA\n"
+"string.text"
+msgid "Thaana"
+msgstr "Thaana"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_ETHIOPIC\n"
+"string.text"
+msgid "Ethiopic"
+msgstr "Etiopski"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_CHEROKEE\n"
+"string.text"
+msgid "Cherokee"
+msgstr "Cherokee"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_CANADIAN_ABORIGINAL\n"
+"string.text"
+msgid "Canadan Aboriginal Syllables"
+msgstr "Canadan-ski aboridžinski suglasnici"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_MONGOLIAN\n"
+"string.text"
+msgid "Mongolian"
+msgstr "Mongolski"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_MISC_MATH_SYMS_A\n"
+"string.text"
+msgid "Miscellaneous Mathematical Symbols-A"
+msgstr "Razni matematički simboli-A"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_SUPPL_ARROWS_A\n"
+"string.text"
+msgid "Supplemental Arrows-A"
+msgstr "Dodatne strelice-A"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_BRAILLE_PATTERNS\n"
+"string.text"
+msgid "Braille Patterns"
+msgstr "Brajevi simboli"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_SUPPL_ARROWS_B\n"
+"string.text"
+msgid "Supplemental Arrows-B"
+msgstr "Dodatne strelice-B"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_MISC_MATH_SYMS_B\n"
+"string.text"
+msgid "Miscellaneous Mathematical Symbols-B"
+msgstr "Razni matematički simboli-B"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_CJK_RADICAL_SUPPL\n"
+"string.text"
+msgid "CJK Radical Supplement"
+msgstr "CJK radikali dodaci"
+
+#: ucsubset.src
+#, fuzzy
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_KANGXI_RADICALS\n"
+"string.text"
+msgid "Kangxi Radicals"
+msgstr "Kanxi radikali"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_IDEO_DESC_CHARS\n"
+"string.text"
+msgid "Ideographic Description Characters"
+msgstr "Ideografski opisni znakovi"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_TAGALOG\n"
+"string.text"
+msgid "Tagalog"
+msgstr "Tagalog"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_HANUNOO\n"
+"string.text"
+msgid "Hanunoo"
+msgstr "Hanunoo"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_TAGBANWA\n"
+"string.text"
+msgid "Tagbanwa"
+msgstr "Tagbanwa"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_BUHID\n"
+"string.text"
+msgid "Buhid"
+msgstr "Buhid"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_KANBUN\n"
+"string.text"
+msgid "Kanbun"
+msgstr "Kanbun"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_BOPOMOFO_EXTENDED\n"
+"string.text"
+msgid "Bopomofo Extended"
+msgstr "Bopomofo prošireni"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_KATAKANA_PHONETIC\n"
+"string.text"
+msgid "Katakana Phonetics"
+msgstr "Katakana fonetski"
+
+#: optgrid.src
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"GRP_DRAWGRID\n"
+"fixedline.text"
+msgid "Grid"
+msgstr "Mreža"
+
+#: optgrid.src
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"CBX_USE_GRIDSNAP\n"
+"checkbox.text"
+msgid "Sn~ap to grid"
+msgstr "Lijepi ~za mrežu"
+
+#: optgrid.src
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"CBX_GRID_VISIBLE\n"
+"checkbox.text"
+msgid "V~isible grid"
+msgstr "Mreža v~idljiva"
+
+#: optgrid.src
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"FL_RESOLUTION\n"
+"fixedline.text"
+msgid "Resolution"
+msgstr "Rezolucija"
+
+#: optgrid.src
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"FT_DRAW_X\n"
+"fixedtext.text"
+msgid "H~orizontal"
+msgstr "V~odoravno"
+
+#: optgrid.src
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"FT_DRAW_Y\n"
+"fixedtext.text"
+msgid "~Vertical"
+msgstr "~Uspravno"
+
+#: optgrid.src
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"FL_DIVISION\n"
+"fixedline.text"
+msgid "Subdivision"
+msgstr "Podjela"
+
+#: optgrid.src
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"FT_DIVISION_X\n"
+"fixedtext.text"
+msgid "Horizont~al"
+msgstr "Vodor~avno"
+
+#: optgrid.src
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"FT_DIVISION_Y\n"
+"fixedtext.text"
+msgid "V~ertical"
+msgstr "U~spravno"
+
+#: optgrid.src
+#, fuzzy
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"FT_HORZ_POINTS\n"
+"fixedtext.text"
+msgid "space(s)"
+msgstr "Stranica"
+
+#: optgrid.src
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"CBX_SYNCHRONIZE\n"
+"checkbox.text"
+msgid "Synchronize a~xes"
+msgstr "Sinhronizuj o~se"
+
+#: optgrid.src
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"GRP_SNAP\n"
+"fixedline.text"
+msgid "Snap"
+msgstr "Lijepi"
+
+#: optgrid.src
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"CBX_SNAP_HELPLINES\n"
+"checkbox.text"
+msgid "To snap lines"
+msgstr "Na vodilice"
+
+#: optgrid.src
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"CBX_SNAP_BORDER\n"
+"checkbox.text"
+msgid "To the ~page margins"
+msgstr "Na mar~gine stranice"
+
+#: optgrid.src
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"CBX_SNAP_FRAME\n"
+"checkbox.text"
+msgid "To object ~frame"
+msgstr "Na okvir objekta"
+
+#: optgrid.src
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"CBX_SNAP_POINTS\n"
+"checkbox.text"
+msgid "To obje~ct points"
+msgstr "Na ~tačke objekta"
+
+#: optgrid.src
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"FT_SNAP_AREA\n"
+"fixedtext.text"
+msgid "~Snap range"
+msgstr "~Udaljenost za lijepljenje"
+
+#: optgrid.src
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"MTR_FLD_SNAP_AREA\n"
+"metricfield.text"
+msgid " Pixels"
+msgstr "pikseli"
+
+#: optgrid.src
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"GRP_ORTHO\n"
+"fixedline.text"
+msgid "Snap position"
+msgstr "Položaj lijepljenja"
+
+#: optgrid.src
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"CBX_ORTHO\n"
+"checkbox.text"
+msgid "~When creating or moving objects"
+msgstr "Pri ~stvaranju i pomjeranju objekata"
+
+#: optgrid.src
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"CBX_BIGORTHO\n"
+"checkbox.text"
+msgid "~Extend edges"
+msgstr "~Pri širenju"
+
+#: optgrid.src
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"CBX_ROTATE\n"
+"checkbox.text"
+msgid "When ro~tating"
+msgstr "Pri r~otaciji"
+
+#: optgrid.src
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"MTR_FLD_ANGLE\n"
+"metricfield.text"
+msgid " degrees"
+msgstr " stepeni"
+
+#: optgrid.src
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"FT_BEZ_ANGLE\n"
+"fixedtext.text"
+msgid "Point reducti~on"
+msgstr "Smanjenje t~ački"
+
+#: optgrid.src
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"MTR_FLD_BEZ_ANGLE\n"
+"metricfield.text"
+msgid " degrees"
+msgstr " stepeni"
+
+#: compressgraphicdialog.src
+msgctxt ""
+"compressgraphicdialog.src\n"
+"RID_SVXDLG_COMPRESSGRAPHICS\n"
+"FL_IMAGE_DETAILS\n"
+"fixedline.text"
+msgid "Image Details"
+msgstr ""
+
+#: compressgraphicdialog.src
+#, fuzzy
+msgctxt ""
+"compressgraphicdialog.src\n"
+"RID_SVXDLG_COMPRESSGRAPHICS\n"
+"FT_CG_2_X\n"
+"fixedtext.text"
+msgid "Original Size:"
+msgstr "Originalna veličina"
+
+#: compressgraphicdialog.src
+msgctxt ""
+"compressgraphicdialog.src\n"
+"RID_SVXDLG_COMPRESSGRAPHICS\n"
+"FT_CG_3_X\n"
+"fixedtext.text"
+msgid "View Size:"
+msgstr ""
+
+#: compressgraphicdialog.src
+msgctxt ""
+"compressgraphicdialog.src\n"
+"RID_SVXDLG_COMPRESSGRAPHICS\n"
+"FT_CG_5_X\n"
+"fixedtext.text"
+msgid "Image Capacity:"
+msgstr ""
+
+#: compressgraphicdialog.src
+msgctxt ""
+"compressgraphicdialog.src\n"
+"RID_SVXDLG_COMPRESSGRAPHICS\n"
+"FT_CG_6_X\n"
+"fixedtext.text"
+msgid "New Capacity:"
+msgstr ""
+
+#: compressgraphicdialog.src
+#, fuzzy
+msgctxt ""
+"compressgraphicdialog.src\n"
+"RID_SVXDLG_COMPRESSGRAPHICS\n"
+"FL_SETTINGS\n"
+"fixedline.text"
+msgid "Settings"
+msgstr "Mreža"
+
+#: compressgraphicdialog.src
+#, fuzzy
+msgctxt ""
+"compressgraphicdialog.src\n"
+"RID_SVXDLG_COMPRESSGRAPHICS\n"
+"CB_REDUCE_IMAGE_RESOLUTION\n"
+"checkbox.text"
+msgid "Reduce Image Resolution"
+msgstr "Smanji rezoluciju ~slike"
+
+#: compressgraphicdialog.src
+msgctxt ""
+"compressgraphicdialog.src\n"
+"RID_SVXDLG_COMPRESSGRAPHICS\n"
+"FT_NEW_WIDTH\n"
+"fixedtext.text"
+msgid "Width:"
+msgstr "Širina:"
+
+#: compressgraphicdialog.src
+msgctxt ""
+"compressgraphicdialog.src\n"
+"RID_SVXDLG_COMPRESSGRAPHICS\n"
+"FT_NEW_HEIGHT\n"
+"fixedtext.text"
+msgid "Height:"
+msgstr "Visina:"
+
+#: compressgraphicdialog.src
+#, fuzzy
+msgctxt ""
+"compressgraphicdialog.src\n"
+"RID_SVXDLG_COMPRESSGRAPHICS\n"
+"FT_RESOLUTION\n"
+"fixedtext.text"
+msgid "Resolution:"
+msgstr "Rezolucija"
+
+#: compressgraphicdialog.src
+msgctxt ""
+"compressgraphicdialog.src\n"
+"RID_SVXDLG_COMPRESSGRAPHICS.LB_RESOLUTION\n"
+"1\n"
+"stringlist.text"
+msgid "75"
+msgstr ""
+
+#: compressgraphicdialog.src
+msgctxt ""
+"compressgraphicdialog.src\n"
+"RID_SVXDLG_COMPRESSGRAPHICS.LB_RESOLUTION\n"
+"2\n"
+"stringlist.text"
+msgid "96"
+msgstr ""
+
+#: compressgraphicdialog.src
+msgctxt ""
+"compressgraphicdialog.src\n"
+"RID_SVXDLG_COMPRESSGRAPHICS.LB_RESOLUTION\n"
+"3\n"
+"stringlist.text"
+msgid "150"
+msgstr ""
+
+#: compressgraphicdialog.src
+#, fuzzy
+msgctxt ""
+"compressgraphicdialog.src\n"
+"RID_SVXDLG_COMPRESSGRAPHICS.LB_RESOLUTION\n"
+"4\n"
+"stringlist.text"
+msgid "200"
+msgstr "200,00%"
+
+#: compressgraphicdialog.src
+msgctxt ""
+"compressgraphicdialog.src\n"
+"RID_SVXDLG_COMPRESSGRAPHICS.LB_RESOLUTION\n"
+"5\n"
+"stringlist.text"
+msgid "300"
+msgstr ""
+
+#: compressgraphicdialog.src
+msgctxt ""
+"compressgraphicdialog.src\n"
+"RID_SVXDLG_COMPRESSGRAPHICS.LB_RESOLUTION\n"
+"6\n"
+"stringlist.text"
+msgid "600"
+msgstr ""
+
+#: compressgraphicdialog.src
+msgctxt ""
+"compressgraphicdialog.src\n"
+"RID_SVXDLG_COMPRESSGRAPHICS\n"
+"FT_DPI\n"
+"fixedtext.text"
+msgid "DPI"
+msgstr ""
+
+#: compressgraphicdialog.src
+msgctxt ""
+"compressgraphicdialog.src\n"
+"RID_SVXDLG_COMPRESSGRAPHICS\n"
+"RB_LOSSLESS_COMPRESSION\n"
+"radiobutton.text"
+msgid "~Lossless compression"
+msgstr "~Kompresija bez gubitaka"
+
+#: compressgraphicdialog.src
+#, fuzzy
+msgctxt ""
+"compressgraphicdialog.src\n"
+"RID_SVXDLG_COMPRESSGRAPHICS\n"
+"FT_COMPRESSION\n"
+"fixedtext.text"
+msgid "Compression:"
+msgstr "Kompresija"
+
+#: compressgraphicdialog.src
+msgctxt ""
+"compressgraphicdialog.src\n"
+"RID_SVXDLG_COMPRESSGRAPHICS\n"
+"RB_JPEG_COMPRESSION\n"
+"radiobutton.text"
+msgid "~JPEG compression"
+msgstr "~JPEG kompresija"
+
+#: compressgraphicdialog.src
+#, fuzzy
+msgctxt ""
+"compressgraphicdialog.src\n"
+"RID_SVXDLG_COMPRESSGRAPHICS\n"
+"FT_QUALITY\n"
+"fixedtext.text"
+msgid "Quality:"
+msgstr "Kvalitet"
+
+#: compressgraphicdialog.src
+msgctxt ""
+"compressgraphicdialog.src\n"
+"RID_SVXDLG_COMPRESSGRAPHICS\n"
+"CB_CROP\n"
+"checkbox.text"
+msgid "Crop"
+msgstr "Izreži"
+
+#: compressgraphicdialog.src
+msgctxt ""
+"compressgraphicdialog.src\n"
+"RID_SVXDLG_COMPRESSGRAPHICS\n"
+"BUTTON_CG_CALCULATE\n"
+"pushbutton.text"
+msgid "Calculate"
+msgstr "Izračunaj"
+
+#: compressgraphicdialog.src
+msgctxt ""
+"compressgraphicdialog.src\n"
+"RID_SVXDLG_COMPRESSGRAPHICS\n"
+"modaldialog.text"
+msgid "Compress Graphics"
+msgstr ""
+
+#: ruler.src
+msgctxt ""
+"ruler.src\n"
+"RID_SVXMN_RULER\n"
+"ID_MM\n"
+"menuitem.text"
+msgid "Millimeter"
+msgstr "Milimetar"
+
+#: ruler.src
+msgctxt ""
+"ruler.src\n"
+"RID_SVXMN_RULER\n"
+"ID_CM\n"
+"menuitem.text"
+msgid "Centimeter"
+msgstr "Centimetar"
+
+#: ruler.src
+msgctxt ""
+"ruler.src\n"
+"RID_SVXMN_RULER\n"
+"ID_M\n"
+"menuitem.text"
+msgid "Meter"
+msgstr "Metar"
+
+#: ruler.src
+msgctxt ""
+"ruler.src\n"
+"RID_SVXMN_RULER\n"
+"ID_KM\n"
+"menuitem.text"
+msgid "Kilometer"
+msgstr "Kilometar"
+
+#: ruler.src
+msgctxt ""
+"ruler.src\n"
+"RID_SVXMN_RULER\n"
+"ID_INCH\n"
+"menuitem.text"
+msgid "Inch"
+msgstr "Inč"
+
+#: ruler.src
+msgctxt ""
+"ruler.src\n"
+"RID_SVXMN_RULER\n"
+"ID_FOOT\n"
+"menuitem.text"
+msgid "Foot"
+msgstr "Stopa"
+
+#: ruler.src
+msgctxt ""
+"ruler.src\n"
+"RID_SVXMN_RULER\n"
+"ID_MILE\n"
+"menuitem.text"
+msgid "Miles"
+msgstr "Milja"
+
+#: ruler.src
+msgctxt ""
+"ruler.src\n"
+"RID_SVXMN_RULER\n"
+"ID_POINT\n"
+"menuitem.text"
+msgid "Point"
+msgstr "Tačka"
+
+#: ruler.src
+msgctxt ""
+"ruler.src\n"
+"RID_SVXMN_RULER\n"
+"ID_PICA\n"
+"menuitem.text"
+msgid "Pica"
+msgstr "Pica"
+
+#: ruler.src
+msgctxt ""
+"ruler.src\n"
+"RID_SVXMN_RULER\n"
+"ID_CHAR\n"
+"menuitem.text"
+msgid "Char"
+msgstr "Znak"
+
+#: ruler.src
+msgctxt ""
+"ruler.src\n"
+"RID_SVXMN_RULER\n"
+"ID_LINE\n"
+"menuitem.text"
+msgid "Line"
+msgstr "Linija"
+
+#: ruler.src
+msgctxt ""
+"ruler.src\n"
+"RID_SVXSTR_RULER_TAB_LEFT\n"
+"string.text"
+msgid "Left"
+msgstr "Lijevo"
+
+#: ruler.src
+msgctxt ""
+"ruler.src\n"
+"RID_SVXSTR_RULER_TAB_RIGHT\n"
+"string.text"
+msgid "Right"
+msgstr "Desno"
+
+#: ruler.src
+msgctxt ""
+"ruler.src\n"
+"RID_SVXSTR_RULER_TAB_DECIMAL\n"
+"string.text"
+msgid "Decimal"
+msgstr "Decimalno"
+
+#: ruler.src
+msgctxt ""
+"ruler.src\n"
+"RID_SVXSTR_RULER_TAB_CENTER\n"
+"string.text"
+msgid "Center"
+msgstr "Sredina"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_MS_1252\n"
+"pairedlist.text"
+msgid "Western Europe (Windows-1252/WinLatin 1)"
+msgstr "Zapadna Evropa (Windows-1252/WinLatin 1)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_APPLE_ROMAN\n"
+"pairedlist.text"
+msgid "Western Europe (Apple Macintosh)"
+msgstr "Zapadna Evropa (Apple Macintosh)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_IBM_850\n"
+"pairedlist.text"
+msgid "Western Europe (DOS/OS2-850/International)"
+msgstr "Zapadna Evropa (DOS/OS2-850/Međunarodni)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_IBM_437\n"
+"pairedlist.text"
+msgid "Western Europe (DOS/OS2-437/US)"
+msgstr "Zapadna Evropa (DOS/OS2-437/US)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_IBM_860\n"
+"pairedlist.text"
+msgid "Western Europe (DOS/OS2-860/Portuguese)"
+msgstr "Zapadna Evropa (DOS/OS2-860/Portugalski)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_IBM_861\n"
+"pairedlist.text"
+msgid "Western Europe (DOS/OS2-861/Icelandic)"
+msgstr "Zapadna Evropa (DOS/OS2-861/Islandski)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_IBM_863\n"
+"pairedlist.text"
+msgid "Western Europe (DOS/OS2-863/French (Can.))"
+msgstr "Zapadna Evropa (DOS/OS2-863/Francuska (Kan.))"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_IBM_865\n"
+"pairedlist.text"
+msgid "Western Europe (DOS/OS2-865/Nordic)"
+msgstr "Zapadna Evropa (DOS/OS2-865/Nordijska)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_ASCII_US\n"
+"pairedlist.text"
+msgid "Western Europe (ASCII/US)"
+msgstr "Zapadna Evropa (ASCII/US)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_ISO_8859_1\n"
+"pairedlist.text"
+msgid "Western Europe (ISO-8859-1)"
+msgstr "Zapadna Evropa (ISO-8859-1)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_ISO_8859_2\n"
+"pairedlist.text"
+msgid "Eastern Europe (ISO-8859-2)"
+msgstr "Istočna Evropa (ISO-8859-2)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_ISO_8859_3\n"
+"pairedlist.text"
+msgid "Latin 3 (ISO-8859-3)"
+msgstr "Latinični 3 (ISO-8859-3)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_ISO_8859_4\n"
+"pairedlist.text"
+msgid "Baltic (ISO-8859-4)"
+msgstr "Baltički (ISO-8859-4)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_ISO_8859_5\n"
+"pairedlist.text"
+msgid "Cyrillic (ISO-8859-5)"
+msgstr "Ćirilični (ISO-8859-5)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_ISO_8859_6\n"
+"pairedlist.text"
+msgid "Arabic (ISO-8859-6)"
+msgstr "Arapski (ISO-8859-6)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_ISO_8859_7\n"
+"pairedlist.text"
+msgid "Greek (ISO-8859-7)"
+msgstr "Grčki (ISO-8859-7)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_ISO_8859_8\n"
+"pairedlist.text"
+msgid "Hebrew (ISO-8859-8)"
+msgstr "Hebrejski (ISO-8859-8)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_ISO_8859_9\n"
+"pairedlist.text"
+msgid "Turkish (ISO-8859-9)"
+msgstr "Turski (ISO-8859-9)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_ISO_8859_14\n"
+"pairedlist.text"
+msgid "Western Europe (ISO-8859-14)"
+msgstr "Zapadna Evropa (ISO-8859-14)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_ISO_8859_15\n"
+"pairedlist.text"
+msgid "Western Europe (ISO-8859-15/EURO)"
+msgstr "Zapadna Evropa (ISO-8859-15/EURO)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_IBM_737\n"
+"pairedlist.text"
+msgid "Greek (DOS/OS2-737)"
+msgstr "Grčki (DOS/OS2-737)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_IBM_775\n"
+"pairedlist.text"
+msgid "Baltic (DOS/OS2-775)"
+msgstr "Baltički (DOS/OS2-775)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_IBM_852\n"
+"pairedlist.text"
+msgid "Eastern Europe (DOS/OS2-852)"
+msgstr "Istočna Evropa (DOS/OS2-852)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_IBM_855\n"
+"pairedlist.text"
+msgid "Cyrillic (DOS/OS2-855)"
+msgstr "Ćirilični (DOS/OS2-855)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_IBM_857\n"
+"pairedlist.text"
+msgid "Turkish (DOS/OS2-857)"
+msgstr "Turski (DOS/OS2-857)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_IBM_862\n"
+"pairedlist.text"
+msgid "Hebrew (DOS/OS2-862)"
+msgstr "Hebrejski (DOS/OS2-862)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_IBM_864\n"
+"pairedlist.text"
+msgid "Arabic (DOS/OS2-864)"
+msgstr "Arapski (DOS/OS2-864)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_IBM_866\n"
+"pairedlist.text"
+msgid "Cyrillic (DOS/OS2-866/Russian)"
+msgstr "Ćirilični (DOS/OS2-866/Ruski)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_IBM_869\n"
+"pairedlist.text"
+msgid "Greek (DOS/OS2-869/Modern)"
+msgstr "Grčki (DOS/OS2-869/Moderni)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_MS_1250\n"
+"pairedlist.text"
+msgid "Eastern Europe (Windows-1250/WinLatin 2)"
+msgstr "Istočna Evropa (Windows-1250/WinLatin 2)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_MS_1251\n"
+"pairedlist.text"
+msgid "Cyrillic (Windows-1251)"
+msgstr "Ćirilični (Windows-1251)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_MS_1253\n"
+"pairedlist.text"
+msgid "Greek (Windows-1253)"
+msgstr "Grčki (Windows-1253)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_MS_1254\n"
+"pairedlist.text"
+msgid "Turkish (Windows-1254)"
+msgstr "Turski (Windows-1254)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_MS_1255\n"
+"pairedlist.text"
+msgid "Hebrew (Windows-1255)"
+msgstr "Hebrejski (Windows-1255)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_MS_1256\n"
+"pairedlist.text"
+msgid "Arabic (Windows-1256)"
+msgstr "Arapski (Windows-1256)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_MS_1257\n"
+"pairedlist.text"
+msgid "Baltic (Windows-1257)"
+msgstr "Baltički (Windows-1257)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_APPLE_CENTEURO\n"
+"pairedlist.text"
+msgid "Eastern Europe (Apple Macintosh)"
+msgstr "Istočna Evropa (Apple Macintosh)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_APPLE_CROATIAN\n"
+"pairedlist.text"
+msgid "Eastern Europe (Apple Macintosh/Croatian)"
+msgstr "Istočna Evropa (Apple Macintosh/Hrvatska)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_APPLE_CYRILLIC\n"
+"pairedlist.text"
+msgid "Cyrillic (Apple Macintosh)"
+msgstr "Ćirilični (Apple Macintosh)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_APPLE_GREEK\n"
+"pairedlist.text"
+msgid "Greek (Apple Macintosh)"
+msgstr "Grčki (Apple Macintosh)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_APPLE_ICELAND\n"
+"pairedlist.text"
+msgid "Western Europe (Apple Macintosh/Icelandic)"
+msgstr "Zapadna Evropa (Apple Macintosh/Islandski)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_APPLE_ROMANIAN\n"
+"pairedlist.text"
+msgid "Eastern Europe (Apple Macintosh/Rumanian)"
+msgstr "Istočna Evropa (Apple Macintosh/Rumunjski)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_APPLE_TURKISH\n"
+"pairedlist.text"
+msgid "Turkish (Apple Macintosh)"
+msgstr "Turski (Apple Macintosh)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_APPLE_UKRAINIAN\n"
+"pairedlist.text"
+msgid "Cyrillic (Apple Macintosh/Ukrainian)"
+msgstr "Ćirilični (Apple Macintosh/Ukrajinski)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_APPLE_CHINSIMP\n"
+"pairedlist.text"
+msgid "Chinese simplified (Apple Macintosh)"
+msgstr "Kineski pojednostavljeni (Apple Macintosh)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_APPLE_CHINTRAD\n"
+"pairedlist.text"
+msgid "Chinese traditional (Apple Macintosh)"
+msgstr "Kineski tradicionalni (Apple Macintosh)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_APPLE_JAPANESE\n"
+"pairedlist.text"
+msgid "Japanese (Apple Macintosh)"
+msgstr "Japanski (Apple Macintosh)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_APPLE_KOREAN\n"
+"pairedlist.text"
+msgid "Korean (Apple Macintosh)"
+msgstr "Korejski (Apple Macintosh)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_MS_932\n"
+"pairedlist.text"
+msgid "Japanese (Windows-932)"
+msgstr "Japanski (Windows-932)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_MS_936\n"
+"pairedlist.text"
+msgid "Chinese simplified (Windows-936)"
+msgstr "Kineski pojednostavljeni (Windows-936)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_MS_949\n"
+"pairedlist.text"
+msgid "Korean (Windows-949)"
+msgstr "Korejski (Windows-949)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_MS_950\n"
+"pairedlist.text"
+msgid "Chinese traditional (Windows-950)"
+msgstr "Kineski tradicionalni (Windows-950)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_SHIFT_JIS\n"
+"pairedlist.text"
+msgid "Japanese (Shift-JIS)"
+msgstr "Japanski (Shift-JIS)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_GB_2312\n"
+"pairedlist.text"
+msgid "Chinese simplified (GB-2312)"
+msgstr "Kineski pojednostavljeni (GB-2312)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_GB_18030\n"
+"pairedlist.text"
+msgid "Chinese simplified (GB-18030)"
+msgstr "Kineski pojednostavljeni (GB-18030)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_GBT_12345\n"
+"pairedlist.text"
+msgid "Chinese traditional (GBT-12345)"
+msgstr "Kineski tradicionalni (GBT-12345)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_GBK\n"
+"pairedlist.text"
+msgid "Chinese simplified (GBK/GB-2312-80)"
+msgstr "Kineski pojednostavljeni (GBK/GB-2312-80)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_BIG5\n"
+"pairedlist.text"
+msgid "Chinese traditional (Big5)"
+msgstr "Kineski tradicionalni (Big5)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_BIG5_HKSCS\n"
+"pairedlist.text"
+msgid "Chinese traditional (BIG5-HKSCS)"
+msgstr "Kineski tradicionalni (BIG5-HKSCS)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_EUC_JP\n"
+"pairedlist.text"
+msgid "Japanese (EUC-JP)"
+msgstr "Japanski (EUC-JP)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_EUC_CN\n"
+"pairedlist.text"
+msgid "Chinese simplified (EUC-CN)"
+msgstr "Kineski pojednostavljeni (EUC-CN)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_EUC_TW\n"
+"pairedlist.text"
+msgid "Chinese traditional (EUC-TW)"
+msgstr "Kineski tradicionalni (EUC-TW)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_ISO_2022_JP\n"
+"pairedlist.text"
+msgid "Japanese (ISO-2022-JP)"
+msgstr "Japanski (ISO-2022-JP)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_ISO_2022_CN\n"
+"pairedlist.text"
+msgid "Chinese simplified (ISO-2022-CN)"
+msgstr "Kineski pojednostavljeni (ISO-2022-CN)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_KOI8_R\n"
+"pairedlist.text"
+msgid "Cyrillic (KOI8-R)"
+msgstr "Ćirilični (KOI8-R)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_UTF7\n"
+"pairedlist.text"
+msgid "Unicode (UTF-7)"
+msgstr "Unicode (UTF-7)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_UTF8\n"
+"pairedlist.text"
+msgid "Unicode (UTF-8)"
+msgstr "Unicode (UTF-8)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_ISO_8859_10\n"
+"pairedlist.text"
+msgid "Eastern Europe (ISO-8859-10)"
+msgstr "Istočna Evropa (ISO-8859-10)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_ISO_8859_13\n"
+"pairedlist.text"
+msgid "Eastern Europe (ISO-8859-13)"
+msgstr "Istočna Evropa (ISO-8859-13)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_EUC_KR\n"
+"pairedlist.text"
+msgid "Korean (EUC-KR)"
+msgstr "Korejski (EUC-KR)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_ISO_2022_KR\n"
+"pairedlist.text"
+msgid "Korean (ISO-2022-KR)"
+msgstr "Korejski (ISO-2022-KR)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_MS_1361\n"
+"pairedlist.text"
+msgid "Korean (Windows-Johab-1361)"
+msgstr "Korejski (Windows-Johab-1361)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_UCS2\n"
+"pairedlist.text"
+msgid "Unicode"
+msgstr "Unicode"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_TIS_620\n"
+"pairedlist.text"
+msgid "Thai (ISO-8859-11/TIS-620)"
+msgstr "Tajlandski (ISO-8859-11/TIS-620)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_MS_874\n"
+"pairedlist.text"
+msgid "Thai (Windows-874)"
+msgstr "Tajlandski (Windows-874)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_KOI8_U\n"
+"pairedlist.text"
+msgid "Cyrillic (KOI8-U)"
+msgstr "Ćirilični (KOI8-U)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_PT154\n"
+"pairedlist.text"
+msgid "Cyrillic (PT154)"
+msgstr "Ćirilični (PT154)"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXSTR_SEARCH_STYLES\n"
+"string.text"
+msgid "Including Styles"
+msgstr "Uključi stilove"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXSTR_SEARCH\n"
+"string.text"
+msgid "(Search)"
+msgstr "(Pronađi)"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXSTR_REPLACE\n"
+"string.text"
+msgid "(Replace)"
+msgstr "(Zamijeni)"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"FT_SEARCH\n"
+"fixedtext.text"
+msgid "~Search for"
+msgstr "~Traži"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"FT_REPLACE\n"
+"fixedtext.text"
+msgid "Re~place with"
+msgstr "Za~mijeni sa"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"BTN_SEARCH\n"
+"pushbutton.text"
+msgid "~Find"
+msgstr "~Pronađi"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"BTN_SEARCH_ALL\n"
+"pushbutton.text"
+msgid "Find ~All"
+msgstr "Pronađi ~sve"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"BTN_REPLACE\n"
+"pushbutton.text"
+msgid "~Replace"
+msgstr "~Zamijeni"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"BTN_REPLACE_ALL\n"
+"pushbutton.text"
+msgid "Replace A~ll"
+msgstr "Zamijeni ~sve"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"CB_MATCH_CASE\n"
+"checkbox.text"
+msgid "Ma~tch case"
+msgstr "Ra~zlikovanje malih i velikih slova"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"CB_WHOLE_WORDS\n"
+"checkbox.text"
+msgid "Whole wor~ds only"
+msgstr "Samo ~cijele riječi"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"BTN_CLOSE\n"
+"cancelbutton.text"
+msgid "~Close"
+msgstr "~Zatvori"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"CB_SELECTIONS\n"
+"checkbox.text"
+msgid "C~urrent selection only"
+msgstr "Sa~mo trenutni izbor"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"CB_BACKWARDS\n"
+"checkbox.text"
+msgid "Bac~kwards"
+msgstr "Počni od ~kraja"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"CB_REGEXP\n"
+"checkbox.text"
+msgid "Regular e~xpressions"
+msgstr "Regularni i~zrazi"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"CB_SIMILARITY\n"
+"checkbox.text"
+msgid "S~imilarity search"
+msgstr "Pretra~ga sličnosti"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"CB_LAYOUTS\n"
+"checkbox.text"
+msgid "Search for St~yles"
+msgstr "Traži ~stilove"
+
+#: srchdlg.src
+#, fuzzy
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"CB_COMMENTS\n"
+"checkbox.text"
+msgid "Comments"
+msgstr "Komentar"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"CB_JAP_MATCH_FULL_HALF_WIDTH\n"
+"checkbox.text"
+msgid "Match character width"
+msgstr "Traži širinu znaka"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"CB_JAP_SOUNDS_LIKE\n"
+"checkbox.text"
+msgid "Sounds like (Japanese)"
+msgstr "Zvuči kao (Japanski)"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"BTN_ATTRIBUTE\n"
+"pushbutton.text"
+msgid "Attri~butes..."
+msgstr "~Atributi..."
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"BTN_FORMAT\n"
+"pushbutton.text"
+msgid "For~mat..."
+msgstr "For~mat..."
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"BTN_NOFORMAT\n"
+"pushbutton.text"
+msgid "~No Format"
+msgstr "Bez fo~rmata"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"FT_CALC_SEARCHIN\n"
+"fixedtext.text"
+msgid "Search i~n"
+msgstr "Traži ~unutar"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH.LB_CALC_SEARCHIN\n"
+"1\n"
+"stringlist.text"
+msgid "Formulas"
+msgstr "Formule"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH.LB_CALC_SEARCHIN\n"
+"2\n"
+"stringlist.text"
+msgid "Values"
+msgstr "Vrijednosti"
+
+#: srchdlg.src
+#, fuzzy
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH.LB_CALC_SEARCHIN\n"
+"3\n"
+"stringlist.text"
+msgid "Notes"
+msgstr "Bilješke"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"FT_CALC_SEARCHDIR\n"
+"fixedtext.text"
+msgid "Search ~direction"
+msgstr "~Smjer pretrage"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"RB_CALC_ROWS\n"
+"radiobutton.text"
+msgid "Ro~ws"
+msgstr "Re~dovi"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"RB_CALC_COLUMNS\n"
+"radiobutton.text"
+msgid "Colu~mns"
+msgstr "Kolo~ne"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"CB_ALL_SHEETS\n"
+"checkbox.text"
+msgid "Search in all sheets"
+msgstr "Pretraži unutar svih listova"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"STR_WORDCALC\n"
+"string.text"
+msgid "~Entire cells"
+msgstr "~Cijele ćelije"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"STR_MORE_BTN\n"
+"string.text"
+msgid "More ~Options"
+msgstr "Više ~opcija"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"STR_LESS_BTN\n"
+"string.text"
+msgid "Fewer ~Options"
+msgstr "Manje ~opcija"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"modelessdialog.text"
+msgid "Find & Replace"
+msgstr "Pronađi i zamijeni"
+
+#: prtqry.src
+msgctxt ""
+"prtqry.src\n"
+"RID_SVXSTR_QRY_PRINT_TITLE\n"
+"string.text"
+msgid "Printing selection"
+msgstr "Štampam označeni dio"
+
+#: prtqry.src
+msgctxt ""
+"prtqry.src\n"
+"RID_SVXSTR_QRY_PRINT_MSG\n"
+"string.text"
+msgid "Do you want to print the selection or the entire document?"
+msgstr "Da li želite štampati označeni dio ili cijeli dokument?"
+
+#: prtqry.src
+msgctxt ""
+"prtqry.src\n"
+"RID_SVXSTR_QRY_PRINT_ALL\n"
+"string.text"
+msgid "~All"
+msgstr "~Sve"
+
+#: prtqry.src
+msgctxt ""
+"prtqry.src\n"
+"RID_SVXSTR_QRY_PRINT_SELECTION\n"
+"string.text"
+msgid "~Selection"
+msgstr "~Izbor"
+
+#: hdft.src
+msgctxt ""
+"hdft.src\n"
+"_TEXT_FT_LMARGIN\n"
+"#define.text"
+msgid "~Left margin"
+msgstr "~Lijeva margina"
+
+#: hdft.src
+msgctxt ""
+"hdft.src\n"
+"_TEXT_FT_RMARGIN\n"
+"#define.text"
+msgid "R~ight margin"
+msgstr "De~sna margina"
+
+#: hdft.src
+msgctxt ""
+"hdft.src\n"
+"RID_SVXPAGE_HEADER\n"
+"CB_TURNON\n"
+"checkbox.text"
+msgid "Hea~der on"
+msgstr "~Zaglavlje uključeno"
+
+#: hdft.src
+msgctxt ""
+"hdft.src\n"
+"RID_SVXPAGE_HEADER\n"
+"CB_SHARED\n"
+"checkbox.text"
+msgid "Same ~content left/right"
+msgstr "Jednak ~sadržaj lijevo/desno"
+
+#: hdft.src
+msgctxt ""
+"hdft.src\n"
+"RID_SVXPAGE_HEADER\n"
+"CB_SHARED_FIRST\n"
+"checkbox.text"
+msgid "Same content on first page"
+msgstr ""
+
+#: hdft.src
+msgctxt ""
+"hdft.src\n"
+"RID_SVXPAGE_HEADER\n"
+"FT_DIST\n"
+"fixedtext.text"
+msgid "~Spacing"
+msgstr "~Prored"
+
+#: hdft.src
+msgctxt ""
+"hdft.src\n"
+"RID_SVXPAGE_HEADER\n"
+"CB_DYNSPACING\n"
+"checkbox.text"
+msgid "Use d~ynamic spacing"
+msgstr "Koristi d~inamički prored"
+
+#: hdft.src
+msgctxt ""
+"hdft.src\n"
+"RID_SVXPAGE_HEADER\n"
+"FT_HEIGHT\n"
+"fixedtext.text"
+msgid "~Height"
+msgstr "~Visina"
+
+#: hdft.src
+msgctxt ""
+"hdft.src\n"
+"RID_SVXPAGE_HEADER\n"
+"CB_HEIGHT_DYN\n"
+"checkbox.text"
+msgid "~AutoFit height"
+msgstr "~Automatski prilagodi visinu"
+
+#: hdft.src
+msgctxt ""
+"hdft.src\n"
+"RID_SVXPAGE_HEADER\n"
+"FL_FRAME\n"
+"fixedline.text"
+msgid "Header"
+msgstr "Zaglavlje"
+
+#: hdft.src
+msgctxt ""
+"hdft.src\n"
+"RID_SVXPAGE_HEADER\n"
+"BTN_EXTRAS\n"
+"pushbutton.text"
+msgid "~More..."
+msgstr "~Više..."
+
+#: hdft.src
+msgctxt ""
+"hdft.src\n"
+"RID_SVXPAGE_HEADER\n"
+"tabpage.text"
+msgid "Header"
+msgstr "Zaglavlje"
+
+#: hdft.src
+msgctxt ""
+"hdft.src\n"
+"RID_SVXPAGE_FOOTER\n"
+"CB_TURNON\n"
+"checkbox.text"
+msgid "~Footer on"
+msgstr "~Podnožje uključeno"
+
+#: hdft.src
+msgctxt ""
+"hdft.src\n"
+"RID_SVXPAGE_FOOTER\n"
+"CB_SHARED\n"
+"checkbox.text"
+msgid "Same ~content left/right"
+msgstr "Jednak ~sadržaj lijevo/desno"
+
+#: hdft.src
+msgctxt ""
+"hdft.src\n"
+"RID_SVXPAGE_FOOTER\n"
+"CB_SHARED_FIRST\n"
+"checkbox.text"
+msgid "Same content on first page"
+msgstr ""
+
+#: hdft.src
+msgctxt ""
+"hdft.src\n"
+"RID_SVXPAGE_FOOTER\n"
+"FT_DIST\n"
+"fixedtext.text"
+msgid "~Spacing"
+msgstr "~Prored"
+
+#: hdft.src
+msgctxt ""
+"hdft.src\n"
+"RID_SVXPAGE_FOOTER\n"
+"CB_DYNSPACING\n"
+"checkbox.text"
+msgid "Use d~ynamic spacing"
+msgstr "Koristi d~inamički prored"
+
+#: hdft.src
+msgctxt ""
+"hdft.src\n"
+"RID_SVXPAGE_FOOTER\n"
+"FT_HEIGHT\n"
+"fixedtext.text"
+msgid "~Height"
+msgstr "~Visina"
+
+#: hdft.src
+msgctxt ""
+"hdft.src\n"
+"RID_SVXPAGE_FOOTER\n"
+"CB_HEIGHT_DYN\n"
+"checkbox.text"
+msgid "~AutoFit height"
+msgstr "~Automatski prilagodi visinu"
+
+#: hdft.src
+msgctxt ""
+"hdft.src\n"
+"RID_SVXPAGE_FOOTER\n"
+"FL_FRAME\n"
+"fixedline.text"
+msgid "Footer"
+msgstr "Podnožje"
+
+#: hdft.src
+msgctxt ""
+"hdft.src\n"
+"RID_SVXPAGE_FOOTER\n"
+"BTN_EXTRAS\n"
+"pushbutton.text"
+msgid "~More..."
+msgstr "~Više..."
+
+#: hdft.src
+msgctxt ""
+"hdft.src\n"
+"RID_SVXPAGE_FOOTER\n"
+"tabpage.text"
+msgid "Footer"
+msgstr "Podnožje"
+
+#: hdft.src
+msgctxt ""
+"hdft.src\n"
+"RID_SVXQBX_DELETE_HEADFOOT\n"
+"querybox.text"
+msgid ""
+"Removing headers or footers deletes the contents.\n"
+"Do you want to delete this text?"
+msgstr ""
+"Uklanjanje zaglavlja i podnožja briše sadržaj.\n"
+"Želite li obrisati ovaj tekst?"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXDLG_IMAP.TBX_IMAPDLG1\n"
+"TBI_APPLY\n"
+"toolboxitem.text"
+msgid "Apply"
+msgstr "Primijeni"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXDLG_IMAP.TBX_IMAPDLG1\n"
+"TBI_OPEN\n"
+"toolboxitem.text"
+msgid "Open..."
+msgstr "Otvori..."
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXDLG_IMAP.TBX_IMAPDLG1\n"
+"TBI_SAVEAS\n"
+"toolboxitem.text"
+msgid "Save..."
+msgstr "Snimi..."
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXDLG_IMAP.TBX_IMAPDLG1\n"
+"TBI_SELECT\n"
+"toolboxitem.text"
+msgid "Select"
+msgstr "Izaberi"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXDLG_IMAP.TBX_IMAPDLG1\n"
+"TBI_RECT\n"
+"toolboxitem.text"
+msgid "Rectangle"
+msgstr "Pravougaonik"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXDLG_IMAP.TBX_IMAPDLG1\n"
+"TBI_CIRCLE\n"
+"toolboxitem.text"
+msgid "Ellipse"
+msgstr "Elipsa"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXDLG_IMAP.TBX_IMAPDLG1\n"
+"TBI_POLY\n"
+"toolboxitem.text"
+msgid "Polygon"
+msgstr "Poligon"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXDLG_IMAP.TBX_IMAPDLG1\n"
+"TBI_FREEPOLY\n"
+"toolboxitem.text"
+msgid "Freeform Polygon"
+msgstr "Poligon slobodnom rukom"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXDLG_IMAP.TBX_IMAPDLG1\n"
+"TBI_POLYEDIT\n"
+"toolboxitem.text"
+msgid "Edit Points"
+msgstr "Izmijeni tačke"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXDLG_IMAP.TBX_IMAPDLG1\n"
+"TBI_POLYMOVE\n"
+"toolboxitem.text"
+msgid "Move Points"
+msgstr "Pomjeri tačke"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXDLG_IMAP.TBX_IMAPDLG1\n"
+"TBI_POLYINSERT\n"
+"toolboxitem.text"
+msgid "Insert Points"
+msgstr "Ubaci tačke"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXDLG_IMAP.TBX_IMAPDLG1\n"
+"TBI_POLYDELETE\n"
+"toolboxitem.text"
+msgid "Delete Points"
+msgstr "Obriši tačke"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXDLG_IMAP.TBX_IMAPDLG1\n"
+"TBI_UNDO\n"
+"toolboxitem.text"
+msgid "Undo "
+msgstr "Vrati "
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXDLG_IMAP.TBX_IMAPDLG1\n"
+"TBI_REDO\n"
+"toolboxitem.text"
+msgid "Redo"
+msgstr "Ponovi"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXDLG_IMAP.TBX_IMAPDLG1\n"
+"TBI_ACTIVE\n"
+"toolboxitem.text"
+msgid "Active"
+msgstr "Aktivno"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXDLG_IMAP.TBX_IMAPDLG1\n"
+"TBI_MACRO\n"
+"toolboxitem.text"
+msgid "Macro..."
+msgstr "Makro..."
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXDLG_IMAP.TBX_IMAPDLG1\n"
+"TBI_PROPERTY\n"
+"toolboxitem.text"
+msgid "Properties..."
+msgstr "Osobine..."
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXDLG_IMAP\n"
+"FT_URL\n"
+"fixedtext.text"
+msgid "Address:"
+msgstr "Adresa:"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXDLG_IMAP\n"
+"FT_TEXT\n"
+"fixedtext.text"
+msgid "Text:"
+msgstr "Tekst:"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXDLG_IMAP\n"
+"RID_SVXCTL_FT_TARGET\n"
+"fixedtext.text"
+msgid "Frame:"
+msgstr "Okvir:"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXDLG_IMAP\n"
+"modelessdialog.text"
+msgid "ImageMap Editor"
+msgstr "Editor ImageMap-a"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXMN_IMAP\n"
+"MN_URL\n"
+"menuitem.text"
+msgid "Description..."
+msgstr "Opis..."
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXMN_IMAP\n"
+"MN_MACRO\n"
+"menuitem.text"
+msgid "~Macro..."
+msgstr "~Makro..."
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXMN_IMAP\n"
+"MN_ACTIVATE\n"
+"menuitem.text"
+msgid "Active"
+msgstr "Aktivno"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXMN_IMAP.MN_POSITION\n"
+"MN_FRAME_TO_TOP\n"
+"menuitem.text"
+msgid "Bring to Front"
+msgstr "U prvi plan"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXMN_IMAP.MN_POSITION\n"
+"MN_MOREFRONT\n"
+"menuitem.text"
+msgid "Bring ~Forward"
+msgstr "Pomjeri ~naprijed"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXMN_IMAP.MN_POSITION\n"
+"MN_MOREBACK\n"
+"menuitem.text"
+msgid "Send Back~ward"
+msgstr "Pošalji na~zad"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXMN_IMAP.MN_POSITION\n"
+"MN_FRAME_TO_BOTTOM\n"
+"menuitem.text"
+msgid "~Send to Back"
+msgstr "~Pošalji u pozadinu"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXMN_IMAP\n"
+"MN_POSITION\n"
+"menuitem.text"
+msgid "Arrange"
+msgstr "Rasporedi"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXMN_IMAP\n"
+"MN_MARK_ALL\n"
+"menuitem.text"
+msgid "Select ~All"
+msgstr "Izaberi ~sve"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXMN_IMAP\n"
+"MN_DELETE1\n"
+"menuitem.text"
+msgid "~Delete"
+msgstr "~Obriši"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"STR_IMAPDLG_SAVE\n"
+"string.text"
+msgid ""
+"The ImageMap has been modified.\n"
+"Do you want to save the changes?"
+msgstr ""
+"Mapa slike je promijenjena\n"
+"Želite li snimiti promjene?"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"STR_IMAPDLG_MODIFY\n"
+"string.text"
+msgid ""
+"The ImageMap has been modified.\n"
+"Do you want to save the changes?"
+msgstr ""
+"Mapa slike je promijenjena\n"
+"Želite li snimiti promjene?"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK.TBX_STYLE\n"
+"TBI_STYLE_OFF\n"
+"toolboxitem.text"
+msgid "Off"
+msgstr "Isključeno"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK.TBX_STYLE\n"
+"TBI_STYLE_ROTATE\n"
+"toolboxitem.text"
+msgid "Rotate"
+msgstr "Rotiraj"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK.TBX_STYLE\n"
+"TBI_STYLE_UPRIGHT\n"
+"toolboxitem.text"
+msgid "Upright"
+msgstr "Uspravno"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK.TBX_STYLE\n"
+"TBI_STYLE_SLANTX\n"
+"toolboxitem.text"
+msgid "Slant Horizontal"
+msgstr "Nagni vodoravno"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK.TBX_STYLE\n"
+"TBI_STYLE_SLANTY\n"
+"toolboxitem.text"
+msgid "Slant Vertical"
+msgstr "Nagni uspravno"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK.TBX_ADJUST\n"
+"TBI_ADJUST_MIRROR\n"
+"toolboxitem.text"
+msgid "Orientation"
+msgstr "Orijentacija"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK.TBX_ADJUST\n"
+"TBI_ADJUST_LEFT\n"
+"toolboxitem.text"
+msgid "Align Left"
+msgstr "Poravnaj lijevo"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK.TBX_ADJUST\n"
+"TBI_ADJUST_CENTER\n"
+"toolboxitem.text"
+msgid "Center"
+msgstr "Sredina"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK.TBX_ADJUST\n"
+"TBI_ADJUST_RIGHT\n"
+"toolboxitem.text"
+msgid "Align Right"
+msgstr "Poravnaj desno"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK.TBX_ADJUST\n"
+"TBI_ADJUST_AUTOSIZE\n"
+"toolboxitem.text"
+msgid "AutoSize Text"
+msgstr "Automatski odaberi veličinu teksta"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK\n"
+"MTR_FLD_DISTANCE\n"
+"metricfield.text"
+msgid "-"
+msgstr "-"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK\n"
+"MTR_FLD_DISTANCE\n"
+"metricfield.quickhelptext"
+msgid "Distance"
+msgstr "Rastojanje"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK\n"
+"MTR_FLD_TEXTSTART\n"
+"metricfield.text"
+msgid "-"
+msgstr "-"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK\n"
+"MTR_FLD_TEXTSTART\n"
+"metricfield.quickhelptext"
+msgid "Indent"
+msgstr "Uvlačenje"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK.TBX_SHADOW\n"
+"TBI_SHOWFORM\n"
+"toolboxitem.text"
+msgid "Contour"
+msgstr "Kontura"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK.TBX_SHADOW\n"
+"TBI_OUTLINE\n"
+"toolboxitem.text"
+msgid "Text Contour"
+msgstr "Kontura teksta"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK.TBX_SHADOW\n"
+"TBI_SHADOW_OFF\n"
+"toolboxitem.text"
+msgid "No Shadow"
+msgstr "Bez sjene"
+
+#: fontwork.src
+#, fuzzy
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK.TBX_SHADOW\n"
+"TBI_SHADOW_NORMAL\n"
+"toolboxitem.text"
+msgid "Vertical"
+msgstr "Uspravno"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK.TBX_SHADOW\n"
+"TBI_SHADOW_SLANT\n"
+"toolboxitem.text"
+msgid "Slant"
+msgstr "Nagnutost"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK\n"
+"MTR_FLD_SHADOW_X\n"
+"metricfield.text"
+msgid " degrees"
+msgstr " stepeni"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK\n"
+"MTR_FLD_SHADOW_X\n"
+"metricfield.quickhelptext"
+msgid "Distance X"
+msgstr "Udaljenost X"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK\n"
+"MTR_FLD_SHADOW_Y\n"
+"metricfield.text"
+msgid "%"
+msgstr "%"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK\n"
+"MTR_FLD_SHADOW_Y\n"
+"metricfield.quickhelptext"
+msgid "Distance Y"
+msgstr "Udaljenost Y"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK\n"
+"CLB_SHADOW_COLOR\n"
+"listbox.text"
+msgid "-"
+msgstr "-"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK\n"
+"CLB_SHADOW_COLOR\n"
+"listbox.quickhelptext"
+msgid "Shadow Color"
+msgstr "Boja sjenke"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK\n"
+"dockingwindow.text"
+msgid "Fontwork"
+msgstr "FontWork"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXSTR_FONTWORK_FORM1\n"
+"string.text"
+msgid "Upper Semicircle"
+msgstr "Gornji polukrug"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXSTR_FONTWORK_FORM2\n"
+"string.text"
+msgid "Lower Semicircle"
+msgstr "Donji polukrug"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXSTR_FONTWORK_FORM3\n"
+"string.text"
+msgid "Left Semicircle"
+msgstr "Lijevi polukrug"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXSTR_FONTWORK_FORM4\n"
+"string.text"
+msgid "Right Semicircle"
+msgstr "Desni polukrug"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXSTR_FONTWORK_FORM5\n"
+"string.text"
+msgid "Upper Arc"
+msgstr "Gornji luk"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXSTR_FONTWORK_FORM6\n"
+"string.text"
+msgid "Lower Arc"
+msgstr "Donji luk"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXSTR_FONTWORK_FORM7\n"
+"string.text"
+msgid "Left Arc"
+msgstr "Lijevi luk"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXSTR_FONTWORK_FORM8\n"
+"string.text"
+msgid "Right Arc"
+msgstr "Desni luk"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXSTR_FONTWORK_FORM9\n"
+"string.text"
+msgid "Open Circle"
+msgstr "Otvoreni krug"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXSTR_FONTWORK_FORM10\n"
+"string.text"
+msgid "Closed Circle"
+msgstr "Zatvoreni krug"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXSTR_FONTWORK_FORM11\n"
+"string.text"
+msgid "Closed Circle II"
+msgstr "Zatvoreni krug II"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXSTR_FONTWORK_FORM12\n"
+"string.text"
+msgid "Open Circle Vertical"
+msgstr "Otvori krug uspravno"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXSTR_FONTWORK_UNDOCREATE\n"
+"string.text"
+msgid "Create Fontwork object"
+msgstr "Napravi Fontwork objekat"
+
+#: rubydialog.src
+msgctxt ""
+"rubydialog.src\n"
+"RID_SVXDLG_RUBY\n"
+"CB_AUTO_DETECT\n"
+"checkbox.text"
+msgid "Automatic detection"
+msgstr "Automatska detekcija"
+
+#: rubydialog.src
+msgctxt ""
+"rubydialog.src\n"
+"RID_SVXDLG_RUBY\n"
+"FT_LEFT\n"
+"fixedtext.text"
+msgid "Base text"
+msgstr "Osnovni tekst"
+
+#: rubydialog.src
+msgctxt ""
+"rubydialog.src\n"
+"RID_SVXDLG_RUBY\n"
+"FT_RIGHT\n"
+"fixedtext.text"
+msgid "Ruby text"
+msgstr "Ruby tekst"
+
+#: rubydialog.src
+msgctxt ""
+"rubydialog.src\n"
+"RID_SVXDLG_RUBY\n"
+"FT_ADJUST\n"
+"fixedtext.text"
+msgid "Alignment"
+msgstr "Poravnanje"
+
+#: rubydialog.src
+msgctxt ""
+"rubydialog.src\n"
+"RID_SVXDLG_RUBY.LB_ADJUST\n"
+"1\n"
+"stringlist.text"
+msgid "Left"
+msgstr "Lijevo"
+
+#: rubydialog.src
+msgctxt ""
+"rubydialog.src\n"
+"RID_SVXDLG_RUBY.LB_ADJUST\n"
+"2\n"
+"stringlist.text"
+msgid "Center"
+msgstr "Sredina"
+
+#: rubydialog.src
+msgctxt ""
+"rubydialog.src\n"
+"RID_SVXDLG_RUBY.LB_ADJUST\n"
+"3\n"
+"stringlist.text"
+msgid "Right"
+msgstr "Desno"
+
+#: rubydialog.src
+msgctxt ""
+"rubydialog.src\n"
+"RID_SVXDLG_RUBY.LB_ADJUST\n"
+"4\n"
+"stringlist.text"
+msgid "0 1 0"
+msgstr "0 1 0"
+
+#: rubydialog.src
+msgctxt ""
+"rubydialog.src\n"
+"RID_SVXDLG_RUBY.LB_ADJUST\n"
+"5\n"
+"stringlist.text"
+msgid "1 2 1"
+msgstr "1 2 1"
+
+#: rubydialog.src
+msgctxt ""
+"rubydialog.src\n"
+"RID_SVXDLG_RUBY\n"
+"FT_POSITION\n"
+"fixedtext.text"
+msgid "Position"
+msgstr "Položaj"
+
+#: rubydialog.src
+msgctxt ""
+"rubydialog.src\n"
+"RID_SVXDLG_RUBY.LB_POSITION\n"
+"1\n"
+"stringlist.text"
+msgid "Top"
+msgstr "Vrh"
+
+#: rubydialog.src
+msgctxt ""
+"rubydialog.src\n"
+"RID_SVXDLG_RUBY.LB_POSITION\n"
+"2\n"
+"stringlist.text"
+msgid "Bottom"
+msgstr "Dno"
+
+#: rubydialog.src
+msgctxt ""
+"rubydialog.src\n"
+"RID_SVXDLG_RUBY\n"
+"FT_CHAR_STYLE\n"
+"fixedtext.text"
+msgid "Character Style for ruby text"
+msgstr "Stil slova za \"ruby\" tekst"
+
+#: rubydialog.src
+msgctxt ""
+"rubydialog.src\n"
+"RID_SVXDLG_RUBY\n"
+"PB_STYLIST\n"
+"pushbutton.text"
+msgid "Styles"
+msgstr "Stilovi"
+
+#: rubydialog.src
+msgctxt ""
+"rubydialog.src\n"
+"RID_SVXDLG_RUBY\n"
+"FT_PREVIEW\n"
+"fixedtext.text"
+msgid "Preview:"
+msgstr "Pregled:"
+
+#: rubydialog.src
+msgctxt ""
+"rubydialog.src\n"
+"RID_SVXDLG_RUBY\n"
+"PB_APPLY\n"
+"okbutton.text"
+msgid "~Apply"
+msgstr "~Primijeni"
+
+#: rubydialog.src
+msgctxt ""
+"rubydialog.src\n"
+"RID_SVXDLG_RUBY\n"
+"PB_CLOSE\n"
+"pushbutton.text"
+msgid "~Close"
+msgstr "~Zatvori"
+
+#: rubydialog.src
+msgctxt ""
+"rubydialog.src\n"
+"RID_SVXDLG_RUBY\n"
+"modelessdialog.text"
+msgid "Asian Phonetic Guide"
+msgstr "Asijski fonetski vodič"
diff --git a/source/bs/svx/source/svdraw.po b/source/bs/svx/source/svdraw.po
index 883e5f4531a..288f03798da 100644
--- a/source/bs/svx/source/svdraw.po
+++ b/source/bs/svx/source/svdraw.po
@@ -4662,3 +4662,285 @@ msgctxt ""
"string.text"
msgid "Kerning"
msgstr "Kerning"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"SIP_EE_CHAR_KERNING\n"
+"string.text"
+msgid "Manual kerning"
+msgstr "Ručni razmak slova"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"SIP_EE_CHAR_WLM\n"
+"string.text"
+msgid "No underline for spaces"
+msgstr "Nema podvlačenja za razmak"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"SIP_EE_FEATURE_TAB\n"
+"string.text"
+msgid "Tabulator"
+msgstr "Tabulator"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"SIP_EE_FEATURE_LINEBR\n"
+"string.text"
+msgid "Optional line break"
+msgstr "Opcioni prekid linije"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"SIP_EE_FEATURE_NOTCONV\n"
+"string.text"
+msgid "Non-convertible character"
+msgstr "Znak koji se ne može pretvoriti"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"SIP_EE_FEATURE_FIELD\n"
+"string.text"
+msgid "Fields"
+msgstr "Polja"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"SIP_SA_GRAFRED\n"
+"string.text"
+msgid "Red"
+msgstr "Crvena"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"SIP_SA_GRAFGREEN\n"
+"string.text"
+msgid "Green"
+msgstr "Zelena"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"SIP_SA_GRAFBLUE\n"
+"string.text"
+msgid "Blue"
+msgstr "Plava"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"SIP_SA_GRAFLUMINANCE\n"
+"string.text"
+msgid "Brightness"
+msgstr "Osvijetljenost"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"SIP_SA_GRAFCONTRAST\n"
+"string.text"
+msgid "Contrast"
+msgstr "Kontrast"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"SIP_SA_GRAFGAMMA\n"
+"string.text"
+msgid "Gamma"
+msgstr "Gama"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"SIP_SA_GRAFTRANSPARENCE\n"
+"string.text"
+msgid "Transparency"
+msgstr "Providnost"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"SIP_SA_GRAFINVERT\n"
+"string.text"
+msgid "Invert"
+msgstr "Obrni"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"SIP_SA_GRAFMODE\n"
+"string.text"
+msgid "Graphics mode"
+msgstr "Grafički način"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"SIP_SA_GRAFCROP\n"
+"string.text"
+msgid "Crop"
+msgstr "Izreži"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"STR_ObjNameSingulMEDIA\n"
+"string.text"
+msgid "Media object"
+msgstr "Multimedijalni objekat"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"STR_ObjNamePluralMEDIA\n"
+"string.text"
+msgid "Media objects"
+msgstr "Multimedijalni objekti"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"STR_TABLE_ATTR\n"
+"string.text"
+msgid "Apply table attributes"
+msgstr "Primjeni aribute tabele"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"STR_TABLE_AUTOFMT\n"
+"string.text"
+msgid "AutoFormat table"
+msgstr "Auto formatiraj tabelu"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"STR_TABLE_INSCOL\n"
+"string.text"
+msgid "Insert column"
+msgstr "Ubaci kolonu"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"STR_TABLE_INSROW\n"
+"string.text"
+msgid "Insert row"
+msgstr "Ubaci red"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"STR_UNDO_COL_DELETE\n"
+"string.text"
+msgid "Delete column"
+msgstr "Obriši kolonu"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"STR_UNDO_ROW_DELETE\n"
+"string.text"
+msgid "Delete row"
+msgstr "Obriši red"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"STR_TABLE_SPLIT\n"
+"string.text"
+msgid "Split cells"
+msgstr "Razdvoji ćelije"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"STR_TABLE_MERGE\n"
+"string.text"
+msgid "Merge cells"
+msgstr "Spoji ćelije"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"STR_TABLE_NUMFORMAT\n"
+"string.text"
+msgid "Format cell"
+msgstr "Formatiraj ćeliju"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"STR_TABLE_DISTRIBUTE_ROWS\n"
+"string.text"
+msgid "Distribute rows"
+msgstr "Distribuiraj redove"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"STR_TABLE_DISTRIBUTE_COLUMNS\n"
+"string.text"
+msgid "Distribute columns"
+msgstr "Distribuiraj kolone"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"STR_TABLE_STYLE\n"
+"string.text"
+msgid "Table style"
+msgstr "Stil tabele"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"STR_TABLE_STYLE_SETTINGS\n"
+"string.text"
+msgid "Table style settings"
+msgstr "Postavke stila tabele"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"STR_ObjNameSingulTable\n"
+"string.text"
+msgid "Table"
+msgstr "Tabela"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"STR_ObjNamePluralTable\n"
+"string.text"
+msgid "Tables"
+msgstr "Tabele"
+
+#: svdstr.src
+#, fuzzy
+msgctxt ""
+"svdstr.src\n"
+"STR_ObjNameSingulFONTWORK\n"
+"string.text"
+msgid "font work"
+msgstr "Fontwork"
+
+#: svdstr.src
+#, fuzzy
+msgctxt ""
+"svdstr.src\n"
+"STR_ObjNamePluralFONTWORK\n"
+"string.text"
+msgid "font works"
+msgstr "Fontwork"
diff --git a/source/bs/sw/source/ui/fldui.po b/source/bs/sw/source/ui/fldui.po
index a69c55dd7bf..2d6c329996f 100644
--- a/source/bs/sw/source/ui/fldui.po
+++ b/source/bs/sw/source/ui/fldui.po
@@ -1786,3 +1786,144 @@ msgctxt ""
"stringlist.text"
msgid "Date Time Author"
msgstr "Datum Vrijeme Autor"
+
+#: flddinf.src
+msgctxt ""
+"flddinf.src\n"
+"TP_FLD_DOKINF\n"
+"FT_DOKINFFORMAT\n"
+"fixedtext.text"
+msgid "F~ormat"
+msgstr "F~ormat"
+
+#: flddinf.src
+msgctxt ""
+"flddinf.src\n"
+"TP_FLD_DOKINF\n"
+"CB_DOKINFFIXEDCONTENT\n"
+"checkbox.text"
+msgid "~Fixed content"
+msgstr "~Fiksirani sadržaj"
+
+#: flddinf.src
+msgctxt ""
+"flddinf.src\n"
+"TP_FLD_DOKINF\n"
+"STR_DOKINF_INFO\n"
+"string.text"
+msgid "Info"
+msgstr "Info"
+
+#: flddinf.src
+msgctxt ""
+"flddinf.src\n"
+"TP_FLD_DOKINF\n"
+"tabpage.text"
+msgid "DocInformation"
+msgstr "Podaci o dokumentu"
+
+#: flddok.src
+msgctxt ""
+"flddok.src\n"
+"TP_FLD_DOK\n"
+"FT_DOKTYPE\n"
+"fixedtext.text"
+msgid "~Type"
+msgstr "Vrs~ta"
+
+#: flddok.src
+msgctxt ""
+"flddok.src\n"
+"TP_FLD_DOK\n"
+"FT_DOKSELECTION\n"
+"fixedtext.text"
+msgid "S~elect"
+msgstr "Iza~beri"
+
+#: flddok.src
+msgctxt ""
+"flddok.src\n"
+"TP_FLD_DOK\n"
+"FT_DOKFORMAT\n"
+"fixedtext.text"
+msgid "F~ormat"
+msgstr "F~ormat"
+
+#: flddok.src
+msgctxt ""
+"flddok.src\n"
+"TP_FLD_DOK\n"
+"FT_DOKVALUE\n"
+"fixedtext.text"
+msgid "O~ffset"
+msgstr "Po~mak"
+
+#: flddok.src
+msgctxt ""
+"flddok.src\n"
+"TP_FLD_DOK\n"
+"CB_DOKFIXEDCONTENT\n"
+"checkbox.text"
+msgid "~Fixed content"
+msgstr "~Fiksirani sadržaj"
+
+#: flddok.src
+msgctxt ""
+"flddok.src\n"
+"TP_FLD_DOK\n"
+"STR_DOKDATEOFF\n"
+"string.text"
+msgid "Offs~et in days"
+msgstr "Poma~k u danima"
+
+#: flddok.src
+msgctxt ""
+"flddok.src\n"
+"TP_FLD_DOK\n"
+"STR_DOKTIMEOFF\n"
+"string.text"
+msgid "Offs~et in minutes"
+msgstr "P~omak u minutama"
+
+#: flddok.src
+msgctxt ""
+"flddok.src\n"
+"TP_FLD_DOK\n"
+"tabpage.text"
+msgid "Document"
+msgstr "Dokument"
+
+#: inpdlg.src
+msgctxt ""
+"inpdlg.src\n"
+"DLG_FLD_INPUT\n"
+"ED_LABEL\n"
+"edit.text"
+msgid "Input"
+msgstr "Ulaz"
+
+#: inpdlg.src
+msgctxt ""
+"inpdlg.src\n"
+"DLG_FLD_INPUT\n"
+"FL_EDIT\n"
+"fixedline.text"
+msgid "Edit"
+msgstr "Izmijeni"
+
+#: inpdlg.src
+msgctxt ""
+"inpdlg.src\n"
+"DLG_FLD_INPUT\n"
+"PB_NEXT\n"
+"pushbutton.text"
+msgid "~Next"
+msgstr "~Sljedeći"
+
+#: inpdlg.src
+msgctxt ""
+"inpdlg.src\n"
+"DLG_FLD_INPUT\n"
+"modaldialog.text"
+msgid "Input Field"
+msgstr "Polje za unos"