From 5957cc14f1890ef8f60f27799cb05883635a2dc9 Mon Sep 17 00:00:00 2001 From: Goran Juric Date: Fri, 17 Jan 2014 20:57:31 +0100 Subject: [PATCH] Added missing Croatian translations --- .../Resources/translations/security.hr.xlf | 71 +++++++++++++++++++ .../Resources/translations/validators.hr.xlf | 36 ++++++++++ 2 files changed, 107 insertions(+) create mode 100644 src/Symfony/Component/Security/Resources/translations/security.hr.xlf diff --git a/src/Symfony/Component/Security/Resources/translations/security.hr.xlf b/src/Symfony/Component/Security/Resources/translations/security.hr.xlf new file mode 100644 index 0000000000..147b6e311a --- /dev/null +++ b/src/Symfony/Component/Security/Resources/translations/security.hr.xlf @@ -0,0 +1,71 @@ + + + + + + An authentication exception occurred. + Dogodila se autentifikacijske iznimka. + + + Authentication credentials could not be found. + Autentifikacijski podaci nisu pronađeni. + + + Authentication request could not be processed due to a system problem. + Autentifikacijski zahtjev nije moguće provesti uslijed sistemskog problema. + + + Invalid credentials. + Neispravni akreditacijski podaci. + + + Cookie has already been used by someone else. + Cookie je već netko drugi iskoristio. + + + Not privileged to request the resource. + Nemate privilegije zahtijevati resurs. + + + Invalid CSRF token. + Neispravan CSRF token. + + + Digest nonce has expired. + Digest nonce je isteko. + + + No authentication provider found to support the authentication token. + Nije pronađen autentifikacijski provider koji bi podržao autentifikacijski token. + + + No session available, it either timed out or cookies are not enabled. + Sesija nije dostupna, ili je istekla ili cookies nisu omogućeni. + + + No token could be found. + Token nije pronađen. + + + Username could not be found. + Korisničko ime nije pronađeno. + + + Account has expired. + Račun je isteko. + + + Credentials have expired. + Akreditacijski podaci su istekli. + + + Account is disabled. + Račun je onemogućen. + + + Account is locked. + Račun je zaključan. + + + + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.hr.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.hr.xlf index fe62300e5d..bfe76e6e8c 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.hr.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.hr.xlf @@ -242,6 +242,42 @@ This value is not a valid ISSN. Ova vrijednost nije ispravan ISSN. + + This value is not a valid currency. + Ova vrijednost nije ispravna valuta. + + + This value should be equal to {{ compared_value }}. + Ova vrijednost bi trebala biti jednaka {{ compared_value }}. + + + This value should be greater than {{ compared_value }}. + Ova vrijednost bi trebala biti veća od {{ compared_value }}. + + + This value should be greater than or equal to {{ compared_value }}. + Ova vrijednost bi trebala biti veća ili jednaka od {{ compared_value }}. + + + This value should be identical to {{ compared_value_type }} {{ compared_value }}. + Ova vrijednost bi trebala biti {{ compared_value_type }} {{ compared_value }}. + + + This value should be less than {{ compared_value }}. + Ova vrijednost bi trebala biti manja od {{ compared_value }}. + + + This value should be less than or equal to {{ compared_value }}. + Ova vrijednost bi trebala biti manja ili jednaka {{ compared_value }}. + + + This value should not be equal to {{ compared_value }}. + Ova vrijednost ne bi trebala biti {{ compared_value }}. + + + This value should not be identical to {{ compared_value_type }} {{ compared_value }}. + Ova vrijednost ne bi trebala biti {{ compared_value_type }} {{ compared_value }}. +