summaryrefslogtreecommitdiffstats
path: root/thunderbird-l10n/hr/chrome/hr/locale/hr/global/layout
diff options
context:
space:
mode:
Diffstat (limited to 'thunderbird-l10n/hr/chrome/hr/locale/hr/global/layout')
-rw-r--r--thunderbird-l10n/hr/chrome/hr/locale/hr/global/layout/HtmlForm.properties35
-rw-r--r--thunderbird-l10n/hr/chrome/hr/locale/hr/global/layout/MediaDocument.properties22
-rw-r--r--thunderbird-l10n/hr/chrome/hr/locale/hr/global/layout/htmlparser.properties146
-rw-r--r--thunderbird-l10n/hr/chrome/hr/locale/hr/global/layout/xmlparser.properties49
4 files changed, 252 insertions, 0 deletions
diff --git a/thunderbird-l10n/hr/chrome/hr/locale/hr/global/layout/HtmlForm.properties b/thunderbird-l10n/hr/chrome/hr/locale/hr/global/layout/HtmlForm.properties
new file mode 100644
index 0000000000..a90b9e8f44
--- /dev/null
+++ b/thunderbird-l10n/hr/chrome/hr/locale/hr/global/layout/HtmlForm.properties
@@ -0,0 +1,35 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+Reset=Poništi
+Submit=Pošalji upit
+Browse=Pregledaj …
+FileUpload=Slanje datoteke
+DirectoryUpload=Odabir mape za prijenos na poslužitelj
+DirectoryPickerOkButtonLabel=Prijenos
+ForgotPostWarning=Obrazac sadrži enctype=%S, ali ne sadrži method=post. Uobičajeno se šalje s method=GET i bez enctype.
+ForgotFileEnctypeWarning=Obrazac sadrži ulaz datoteke, ali nedostaju method=POST enctype=multipart/form-data. Datoteka neće biti poslana.
+# LOCALIZATION NOTE (DefaultFormSubject): %S will be replaced with brandShortName
+DefaultFormSubject=Obrazac Post od %S
+CannotEncodeAllUnicode=Obrazac je poslan u %S kodnoj stranici koja ne može kodirati sve Unicode znakove, stoga korisnički unos može biti pokvaren. Kako bi izbjegli ovaj problem, stranica treba biti promijenjena na način da se obrazac šalje u UTF-8 kodnoj stranici. To se može ostvariti mjenjanjem kodne stranice za čitavu stranicu ili određivanjem accept-charset=utf-8 u elementima obrasca.
+AllSupportedTypes=Sve podržane vrste
+# LOCALIZATION NOTE (NoFileSelected): this string is shown on a
+# <input type='file'> when there is no file selected yet.
+NoFileSelected=Datoteka nije odabrana.
+# LOCALIZATION NOTE (NoFilesSelected): this string is shown on a
+# <input type='file' multiple> when there is no file selected yet.
+NoFilesSelected=Datoteke nisu odabrane.
+# LOCALIZATION NOTE (NoDirSelected): this string is shown on a
+# <input type='file' directory/webkitdirectory> when there is no directory
+# selected yet.
+NoDirSelected=Nema odabranih mapa.
+# LOCALIZATION NOTE (XFilesSelected): this string is shown on a
+# <input type='file' multiple> when there are more than one selected file.
+# %S will be a number greater or equal to 2.
+XFilesSelected=%S datoteka odabrano.
+ColorPicker=Odaberi boju
+# LOCALIZATION NOTE (DefaultSummary): this string is shown on a <details> when
+# it has no direct <summary> child. Google Chrome should already have this
+# string translated.
+DefaultSummary=Detalji
diff --git a/thunderbird-l10n/hr/chrome/hr/locale/hr/global/layout/MediaDocument.properties b/thunderbird-l10n/hr/chrome/hr/locale/hr/global/layout/MediaDocument.properties
new file mode 100644
index 0000000000..e140957cbf
--- /dev/null
+++ b/thunderbird-l10n/hr/chrome/hr/locale/hr/global/layout/MediaDocument.properties
@@ -0,0 +1,22 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+#LOCALIZATION NOTE (ImageTitleWithDimensions2AndFile): first %S is filename, second %S is type, third %S is width and fourth %S is height
+#LOCALIZATION NOTE (ImageTitleWithoutDimensions): first %S is filename, second %S is type
+#LOCALIZATION NOTE (ImageTitleWithDimensions2): first %S is type, second %S is width and third %S is height
+#LOCALIZATION NOTE (ImageTitleWithNeitherDimensionsNorFile): first %S is type
+#LOCALIZATION NOTE (MediaTitleWithFile): first %S is filename, second %S is type
+#LOCALIZATION NOTE (MediaTitleWithNoInfo): first %S is type
+ImageTitleWithDimensions2AndFile=%S (%S slika, %S × %S piksela)
+ImageTitleWithoutDimensions=%S (%S Slika)
+ImageTitleWithDimensions2=(%S slika, %S × %S piksela)
+ImageTitleWithNeitherDimensionsNorFile=(%S Slika)
+MediaTitleWithFile=%S (%S Objekt)
+MediaTitleWithNoInfo=(%S Objekt)
+
+InvalidImage=Slika \u201c%S\u201d ne može biti prikazana jer sadrži greške.
+UnsupportedImage=Slika “%S” ne može biti prikazana jer zahtijeva nepodržane značajke.
+ScaledImage=Skalirano (%S%%)
+
+TitleWithStatus=%S - %S
diff --git a/thunderbird-l10n/hr/chrome/hr/locale/hr/global/layout/htmlparser.properties b/thunderbird-l10n/hr/chrome/hr/locale/hr/global/layout/htmlparser.properties
new file mode 100644
index 0000000000..a551adcd21
--- /dev/null
+++ b/thunderbird-l10n/hr/chrome/hr/locale/hr/global/layout/htmlparser.properties
@@ -0,0 +1,146 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+# Encoding warnings and errors
+EncNoDeclarationFrame=Kodna stranica uokvirenog dokumenta nije proglašena. Dokument može izgledati drugačije ako se gleda bez okvirnog dokumenta.
+EncMetaUnsupported=Nepodržana kodna stranica je proglašena za HTML dokument koristeći meta oznaku. Oznaka je zanemarena.
+EncProtocolUnsupported=Nepodržana kodna stranica je proglašena na razini protokola za prijenos podataka. Oznaka je zanemarena.
+EncMetaUtf16=Meta oznaka je korištena za označavanje kodne stranice kao UTF-16. Ovo je protumačeno kao UTF-8 oznaka.
+EncMetaUserDefined=Meta tag je korišten za deklaraciju kodiranja znakova kao x-user-defined. Umjesto toga, ovo je interpretirano kao windows-1252 deklaracija, radi kompatibilnosti s nepravilno kodiranim zastarjelim fontovima. Ova stranica bi se trebala promijeniti u Unicode.
+# The audience of the following message isn't the author of the document but other people debugging browser behavior.
+
+# The bulk of the messages below are derived from
+# https://hg.mozilla.org/projects/htmlparser/file/1f633cef7de7/src/nu/validator/htmlparser/impl/ErrorReportingTokenizer.java
+# which is available under the MIT license.
+
+# Tokenizer errors
+errGarbageAfterLtSlash=Smeće nakon “</”.
+errLtSlashGt=Uočen “</>”. Mogući uzroci: neizbjegnuti “<” (izbjegnite sa “&lt;”) ili krivo upisan tag.
+errCharRefLacksSemicolon=Znakovna referenca nije završena s točkom sa zarezom.
+errNoDigitsInNCR=Nema brojki u referenci numeričkog znaka.
+errGtInSystemId=“>” u identifikatoru sustava.
+errGtInPublicId=“>” u javnom identifikatoru.
+errNamelessDoctype=Bezimeni doctype.
+errConsecutiveHyphens=Uzastopne povlaka nisu terminirale komentar. “--” nije dopušten unutar komentara ali, na primjer, “- -” jest.
+errPrematureEndOfComment=Neočekivan kraj komentara. Koristi “-->” za ispravno zatvaranje komentara.
+errBogusComment=Lažan komentar.
+errUnquotedAttributeLt=“<” je necitirana vrijednost atributa. Mogući uzrok: Nedostajući “>” odmah prije.
+errUnquotedAttributeGrave=“`” u necitiranoj vrijednosti atributa. Mogući uzrok: Korištenje krivog znaka za citiranje.
+errUnquotedAttributeQuote=Navodnik u necitiranoj vrijednosti atributa. Mogući uzroci: atributi pokrenuti zajedno ili URL upit u necitiranoj vrijednosti atributa.
+errUnquotedAttributeEquals=“=” u necitiranoj vrijednosti atributa. Mogući uzroci: Attributes pokrenuti zajedno ili URL upit u necitiranoj vrijednosti atributa.
+errSlashNotFollowedByGt=Kosu crtu nije odmah pratio znak “>”.
+errNoSpaceBetweenAttributes=Nema razmaka između atributa.
+errUnquotedAttributeStartLt=“<” na početku necitirane vrijednosti atributa. Mogući uzrok: Nedostajući znak “>” odmah prije.
+errUnquotedAttributeStartGrave=“`” na početku necitirane vrijednosti atributa. Mogući uzrok: korištenje krivog znaka za citiranje.
+errUnquotedAttributeStartEquals=“=” na početku necitirane vrijednosti atributa. Mogući uzrok: Zalutali duplikat znaka jednakosti.
+errAttributeValueMissing=Nedostaje vrijednost atributa.
+errBadCharBeforeAttributeNameLt=Uočen “<” kod očekivanja naziva atributa. Mogući uzrok: Nedostajući znak “>” odmah prije.
+errEqualsSignBeforeAttributeName=Uočen “=” kod očekivanja naziva atributa. Mogući uzrok: Nedostaje naziv atributa.
+errBadCharAfterLt=Krivi znak nakon “<”. Mogući uzrok: Neizbjegnuti znak “<”. Pokušaj ga izbjeći pomoću “&lt;”.
+errLtGt=Uočen “<>”. Mogući uzroci: Neizbjegnut znak “<” (izbjegnite sa “&lt;”) ili krivo upisani početni tag.
+errProcessingInstruction=Uočen “<?”. Mogući uzrok: Pokušaj korištenja instrukcije obrade XML-a u HTML-u (instrukcije obrade XML-a nisu podržane u HTML-u).
+errUnescapedAmpersandInterpretedAsCharacterReference=Niz nakon znaka “&” je interpretiran kao znakovna referenca (“&” bi vjerojatno trebao biti izbjegnut kao “&amp;”).
+errNotSemicolonTerminated=Imenovana znakovna referenca nije terminirana točkom sa zarezom (ili je “&” trebao biti izbjegnut sa “&amp;”).
+errNoNamedCharacterMatch=“&” nije započeo referencu znaka (“&” bi vjerojatno trebao biti izbjegnut kao “&amp;”).
+errQuoteBeforeAttributeName=Uočen je navodnik kod očekivanja naziva atributa. Mogući uzrok: “=” nedostaje odmah prije.
+errLtInAttributeName=“<” u nazivu atributa. Mogući uzrok: “>” nedostaje odmah prije.
+errQuoteInAttributeName=Navodnik u imenu atributa. Mogući uzrok: Drugi navodnik nedostaje negdje ranije.
+errExpectedPublicId=Očekuje se javni identifikator, ali je doctype završen.
+errBogusDoctype=Lažni doctype.
+maybeErrAttributesOnEndTag=Krajnji tag je imao atribute.
+maybeErrSlashInEndTag=Zalutali “/” na kraju krajnjeg taga.
+errNcrNonCharacter=Znakovna referenca se proširuje na ne-znakovnu.
+errNcrSurrogate=Znakovna referenca se proširuje na surogat.
+errNcrControlChar=Znakovna referenca se proširuje na kontrolni znak.
+errNcrCr=Numerička znakovna referenca proširena na prijenosni znak.
+errNcrInC1Range=Numerička znakovna referenca proširena na niz C1 kontrola.
+errEofInPublicId=Kraj datoteke unutar javnog identifikatora.
+errEofInComment=Kraj datoteke unutar komentara.
+errEofInDoctype=Kraj datoteke unutar doctypea.
+errEofInAttributeValue=Dosegnut je kraj datoteke unutar vrijednosti atributa. Tag ignoriran.
+errEofInAttributeName=Dosegnut je kraj datoteke unutar naziva atributa. Tag ignoriran.
+errEofWithoutGt=Uočen je kraj datoteke bez završetka prethodnog taga sa znakom “>”. Tag ignoriran.
+errEofInTagName=Uočen je kraj datoteke kod potrage za nazivom taga. Tag ignoriran.
+errEofInEndTag=Kraj datoteke unutar taga. Tag ignoriran.
+errEofAfterLt=Kraj datoteke nakon “<”.
+errNcrOutOfRange=Znakovna referenca izvan dopuštenog Unicode raspona.
+errNcrUnassigned=Znakovna referenca se proširuje na trajno nedodijeljenu kodno mjesto.
+errDuplicateAttribute=Duplikat atributa.
+errEofInSystemId=Kraj datoteke unutar sistemskog identifikatora.
+errExpectedSystemId=Očekuje se identifikator sustava, ali je doctype završen.
+errMissingSpaceBeforeDoctypeName=Nedostaje razmak prije naziva doctypea.
+errNcrZero=Znakovna referenca se proširuje na nulu.
+errNoSpaceBetweenDoctypeSystemKeywordAndQuote=Nema razmaka između ključne riječi doctypea “SYSTEM” i navodnika.
+errNoSpaceBetweenPublicAndSystemIds=Nema razmaka između javnog i sistemskog identifikatora doctypea.
+errNoSpaceBetweenDoctypePublicKeywordAndQuote=Nema razmaka između ključne riječi doctypea “PUBLIC” i navodnika.
+
+# Tree builder errors
+errDeepTree=Stablo dokumenata je pre duboko. Stablo će se sjediniti na dubinu od 513 elemenata.
+errStrayStartTag2=Zalutali početni tag “%1$S”.
+errStrayEndTag=Zalutali završni tag “%1$S”.
+errUnclosedElements=Uočen je završni “%1$S” tag, ali postoje otvoreni elementi.
+errUnclosedElementsImplied=Završni “%1$S” tag je impliciran, ali postoje otvoreni elementi.
+errUnclosedElementsCell=Polje tablice je implicitno zatvoreno, ali postoje otvoreni elementi.
+errStrayDoctype=Zalutali doctype.
+errAlmostStandardsDoctype=Zamalo standardni doctype. Očekuje se "<!DOCTYPE html>".
+errQuirkyDoctype=Neuobičajeni doctype. Očekuje se "<!DOCTYPE html>".
+errNonSpaceInTrailer=Non-space znak u završetku stranice.
+errNonSpaceAfterFrameset=Non-space nakon “frameset”.
+errNonSpaceInFrameset=Non-space u “frameset”.
+errNonSpaceAfterBody=Non-space znak nakon tijela.
+errNonSpaceInColgroupInFragment=Non-space u “colgroup” prilikom obrade fragmenta.
+errNonSpaceInNoscriptInHead=Non-space znak unutar “noscript” unutar “head”.
+errFooBetweenHeadAndBody=“%1$S” element između “head” i “body”.
+errStartTagWithoutDoctype=Uočena je početna oznaka, bez prethodno navedenog doctypea. Očekuje se "<!DOCTYPE html>".
+errNoSelectInTableScope=Nema “select” u opsegu tablice.
+errStartSelectWhereEndSelectExpected=Početna oznaka "select" se nalazi na poziciji, gdje se očekuje završna oznaka.
+errStartTagWithSelectOpen=“%1$S” početni tag s otvorenim “select”.
+errImage=Uočen početni “image” tag.
+errHeadingWhenHeadingOpen=Uvod ne može biti podstavka drugog uvoda.
+errFramesetStart=Uočen “frameset” početni tag.
+errNoCellToClose=Nema polja za zatvaranje.
+errStartTagInTable=Početni tag “%1$S” uočen unutar “table”.
+errFormWhenFormOpen=Uočen “form” početni tag, ali već postoji aktivan “form” element. Ugnježdeni obrasci nisu dopušteni. Tag ignoriran.
+errTableSeenWhileTableOpen=Uočena je početna oznaka za tablicu ("table"), ali prethodna "table" oznaka je još uvijek otvorena.
+errStartTagInTableBody=“%1$S” početni tag u body tablici.
+errEndTagSeenWithoutDoctype=Uočena je završna oznaka, bez prethodno navedenog doctypea. Očekuje se "<!DOCTYPE html>".
+errEndTagAfterBody=Uočen je završni tag nakon što je “body” zatvoren.
+errEndTagSeenWithSelectOpen=“%1$S” završni tag s otvorenim “select” tagom.
+errGarbageInColgroup=Smeće u “colgroup” fragmentu.
+errEndTagBr=Završni “br” tag.
+errNoElementToCloseButEndTagSeen=Nema “%1$S” elementa u opsegu, ali je uočen “%1$S” završni tag.
+errHtmlStartTagInForeignContext=Početni HTML “%1$S” tag u stranom namespace kontekstu.
+errNoTableRowToClose=Nema tabličnog retka za zatvoriti.
+errNonSpaceInTable=Krivo upisani non-space znakovi unutar tablice.
+errUnclosedChildrenInRuby=Nezatvorene podstavke unutar “ruby”.
+errStartTagSeenWithoutRuby=Uočen je početni “%1$S” tag bez otvorenog “ruby” elementa.
+errSelfClosing=Samozatvarajuća sintaksa (“/>”) je korištena u nevažećem HTML elementu. Kosa crta je ignorirana i tretira se kao početni tag.
+errNoCheckUnclosedElementsOnStack=Nezatvoreni elementi na kupu.
+errEndTagDidNotMatchCurrentOpenElement=Završna oznaka “%1$S” se ne podudara s nazivom trenutačno otvorenog elementa (“%2$S”).
+errEndTagViolatesNestingRules=Završni “%1$S” tag krši pravila ugnježđivanja.
+errEndWithUnclosedElements=Uočen je završni “%1$S” tag, ali postoje nezatvoreni elementi.
+
+EncXmlDecl=The character encoding of an HTML document was declared using the XML declaration syntax. This is non-conforming, and declaring the encoding using a meta tag at the start of the head part is more efficient.
+EncMetaTooLate=A meta tag attempting to declare the character encoding declaration was found too late, and the encoding was guessed from content instead. The meta tag needs to be moved to the start of the head part of the document.
+EncMetaTooLateFrame=A meta tag attempting to declare the character encoding declaration was found too late, and the encoding of the parent document was used instead. The meta tag needs to be moved to the start of the head part of the document.
+EncMetaAfterHeadInKilobyte=The meta tag declaring the character encoding of the document should be moved to start of the head part of the document.
+EncNoDecl=The character encoding of the document was not declared, so the encoding was guessed from content. The character encoding needs to be declared in the Content-Type HTTP header, using a meta tag, or using a byte order mark.
+EncNoDeclPlain=The character encoding of the document was not declared, so the encoding was guessed from content. The character encoding needs to be declared in the Content-Type HTTP header or using a byte order mark.
+EncMetaReplacement=A meta tag was used to declare an encoding that is a cross-site scripting hazard. The replacement encoding was used instead.
+EncProtocolReplacement=An encoding that is a cross-site scripting hazard was declared on the transfer protocol level. The replacement encoding was used instead.
+EncDetectorReload=The character encoding of the document was not declared, and the encoding was guessable from content only late. This caused the document to be reloaded. The character encoding needs to be declared in the Content-Type HTTP header, using a meta tag, or using a byte order mark.
+EncDetectorReloadPlain=The character encoding of the document was not declared, and the encoding was guessable from content only late. This caused the document to be reloaded. The character encoding needs to be declared in the Content-Type HTTP header or using a byte order mark.
+EncError=The byte stream was erroneous according to the character encoding that was declared. The character encoding declaration may be incorrect.
+EncErrorFrame=The byte stream was erroneous according to the character encoding that was inherited from the parent document. The character encoding needs to be declared in the Content-Type HTTP header, using a meta tag, or using a byte order mark.
+EncErrorFramePlain=The byte stream was erroneous according to the character encoding that was inherited from the parent document. The character encoding needs to be declared in the Content-Type HTTP header or using a byte order mark.
+EncSpeculationFailMeta=The start of the document was reparsed, because there were non-ASCII characters before the meta tag that declared the encoding. The meta should be the first child of head without non-ASCII comments before.
+EncSpeculationFailXml=The start of the document was reparsed, because there were non-ASCII characters in the part of the document that was unsuccessfully searched for a meta tag before falling back to the XML declaration syntax. A meta tag at the start of the head part should be used instead of the XML declaration syntax.
+# The audience of the following message isn't the author of the document but other people debugging browser behavior.
+EncSpeculationFail2022=The start of the document was reparsed, because ISO-2022-JP is an ASCII-incompatible encoding.
+errNestedComment=Saw “<!--” within a comment. Probable cause: Nested comment (not allowed).
+errAlmostStandardsDoctypeVerbose=This page is in Almost Standards Mode. Page layout may be impacted. For Standards Mode use “<!DOCTYPE html>”.
+errQuirkyDoctypeVerbose=This page is in Quirks Mode. Page layout may be impacted. For Standards Mode use “<!DOCTYPE html>”.
+errBadStartTagInNoscriptInHead=Bad start tag “%1$S” in “noscript” in “head”.
+errFooSeenWhenFooOpen2=Start tag “%1$S” seen but an element of the same type was already open.
+errListUnclosedStartTags=Unclosed element or elements.
diff --git a/thunderbird-l10n/hr/chrome/hr/locale/hr/global/layout/xmlparser.properties b/thunderbird-l10n/hr/chrome/hr/locale/hr/global/layout/xmlparser.properties
new file mode 100644
index 0000000000..eb26e3af69
--- /dev/null
+++ b/thunderbird-l10n/hr/chrome/hr/locale/hr/global/layout/xmlparser.properties
@@ -0,0 +1,49 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+# Map Expat error codes to error strings
+1 = ponestalo memorije
+2 = greška sintakse
+4 = nije sintaksno ispravno
+5 = nezatvoren simbol
+6 = djelomičan znak
+7 = nekompatibilna oznaka
+8 = duplicirani atribut
+9 = smeće nakon elementa dokumenta
+10 = nedopušten parametar entiteta reference
+11 = nedefiniran entitet
+12 = rekurzivan entitet reference
+13 = asinkron entitet
+14 = referenca prema neispravnom broju znaka
+15 = referenca prema binarnom entitetu
+16 = referenca prema eksternom entitetu u atributu
+17 = XML ili tekstualna deklaracija nije na početku entiteta
+18 = nepoznata kodna stranica
+19 = kodna stranica određena u XML deklaraciji je netočna
+20 = nezatvorena CDATA sekcija
+21 = greška pri obradi eksternog entiteta reference
+22 = dokument nije samostalan
+23 = neočekivano stanje obrade
+24 = entitet deklariran u parametru entiteta
+27 = prefiks nije ograničen na prostor imena
+28 = ne smije poddeklarirati prefiks
+29 = nepotpuna bilješka u parametru entiteta
+30 = XML deklaracija nije ispravna
+31 = tekstualna deklaracija nije ispravna
+32 = neispravni znak(ovi) u javnom id-u
+38 = rezerfirani prefiks (xml) ne smije biti neobjavljen ili ograničen na drugo ime prostora imena
+39 = rezervirani prefiks (xmlns) ne smije biti objavljen ili neobjavljen
+40 = prefiks ne smije biti ograničen jednim od rezerviranih imena prostora imena
+
+# %1$S is replaced by the Expat error string, may be followed by Expected (see below)
+# %2$S is replaced by URL
+# %3$u is replaced by line number
+# %4$u is replaced by column number
+XMLParsingError = Greška tijekom XML obrade: %1$S\nLokacija: %2$S\nBroj retka %3$u, Stupac %4$u:
+
+# %S is replaced by a tag name.
+# This gets appended to the error string if the error is mismatched tag.
+Expected = . Očekivano: </%S>.
+
+3 = no root element found