Added missing Croatian translations

This commit is contained in:
Goran Juric 2014-01-17 20:57:31 +01:00
parent 6c86995052
commit 5957cc14f1
2 changed files with 107 additions and 0 deletions

View File

@ -0,0 +1,71 @@
<?xml version="1.0"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" datatype="plaintext" original="file.ext">
<body>
<trans-unit id="1">
<source>An authentication exception occurred.</source>
<target>Dogodila se autentifikacijske iznimka.</target>
</trans-unit>
<trans-unit id="2">
<source>Authentication credentials could not be found.</source>
<target>Autentifikacijski podaci nisu pronađeni.</target>
</trans-unit>
<trans-unit id="3">
<source>Authentication request could not be processed due to a system problem.</source>
<target>Autentifikacijski zahtjev nije moguće provesti uslijed sistemskog problema.</target>
</trans-unit>
<trans-unit id="4">
<source>Invalid credentials.</source>
<target>Neispravni akreditacijski podaci.</target>
</trans-unit>
<trans-unit id="5">
<source>Cookie has already been used by someone else.</source>
<target>Cookie je već netko drugi iskoristio.</target>
</trans-unit>
<trans-unit id="6">
<source>Not privileged to request the resource.</source>
<target>Nemate privilegije zahtijevati resurs.</target>
</trans-unit>
<trans-unit id="7">
<source>Invalid CSRF token.</source>
<target>Neispravan CSRF token.</target>
</trans-unit>
<trans-unit id="8">
<source>Digest nonce has expired.</source>
<target>Digest nonce je isteko.</target>
</trans-unit>
<trans-unit id="9">
<source>No authentication provider found to support the authentication token.</source>
<target>Nije pronađen autentifikacijski provider koji bi podržao autentifikacijski token.</target>
</trans-unit>
<trans-unit id="10">
<source>No session available, it either timed out or cookies are not enabled.</source>
<target>Sesija nije dostupna, ili je istekla ili cookies nisu omogućeni.</target>
</trans-unit>
<trans-unit id="11">
<source>No token could be found.</source>
<target>Token nije pronađen.</target>
</trans-unit>
<trans-unit id="12">
<source>Username could not be found.</source>
<target>Korisničko ime nije pronađeno.</target>
</trans-unit>
<trans-unit id="13">
<source>Account has expired.</source>
<target>Račun je isteko.</target>
</trans-unit>
<trans-unit id="14">
<source>Credentials have expired.</source>
<target>Akreditacijski podaci su istekli.</target>
</trans-unit>
<trans-unit id="15">
<source>Account is disabled.</source>
<target>Račun je onemogućen.</target>
</trans-unit>
<trans-unit id="16">
<source>Account is locked.</source>
<target>Račun je zaključan.</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@ -242,6 +242,42 @@
<source>This value is not a valid ISSN.</source>
<target>Ova vrijednost nije ispravan ISSN.</target>
</trans-unit>
<trans-unit id="64">
<source>This value is not a valid currency.</source>
<target>Ova vrijednost nije ispravna valuta.</target>
</trans-unit>
<trans-unit id="65">
<source>This value should be equal to {{ compared_value }}.</source>
<target>Ova vrijednost bi trebala biti jednaka {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="66">
<source>This value should be greater than {{ compared_value }}.</source>
<target>Ova vrijednost bi trebala biti veća od {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="67">
<source>This value should be greater than or equal to {{ compared_value }}.</source>
<target>Ova vrijednost bi trebala biti veća ili jednaka od {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="68">
<source>This value should be identical to {{ compared_value_type }} {{ compared_value }}.</source>
<target>Ova vrijednost bi trebala biti {{ compared_value_type }} {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="69">
<source>This value should be less than {{ compared_value }}.</source>
<target>Ova vrijednost bi trebala biti manja od {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="70">
<source>This value should be less than or equal to {{ compared_value }}.</source>
<target>Ova vrijednost bi trebala biti manja ili jednaka {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="71">
<source>This value should not be equal to {{ compared_value }}.</source>
<target>Ova vrijednost ne bi trebala biti {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="72">
<source>This value should not be identical to {{ compared_value_type }} {{ compared_value }}.</source>
<target>Ova vrijednost ne bi trebala biti {{ compared_value_type }} {{ compared_value }}.</target>
</trans-unit>
</body>
</file>
</xliff>