[Security] copied the Resources/ directory to Core/Resources/

This commit is contained in:
Fabien Potencier 2013-09-18 09:24:07 +02:00
parent 7826781235
commit 62bda7906b
31 changed files with 1996 additions and 4 deletions

View File

@ -328,6 +328,10 @@ UPGRADE FROM 2.x to 3.0
$route->setSchemes('https');
```
### Security
* The `Resources/` directory was moved to `Core/Resources/`
### Translator
* The `Translator::setFallbackLocale()` method has been removed in favor of

View File

@ -566,7 +566,7 @@ class FrameworkExtension extends Extension
if (class_exists('Symfony\Component\Security\Core\Exception\AuthenticationException')) {
$r = new \ReflectionClass('Symfony\Component\Security\Core\Exception\AuthenticationException');
$dirs[] = dirname($r->getFilename()).'/../../Resources/translations';
$dirs[] = dirname($r->getFilename()).'/../Resources/translations';
}
$overridePath = $container->getParameter('kernel.root_dir').'/Resources/%s/translations';
foreach ($container->getParameter('kernel.bundles') as $bundle => $class) {

View File

@ -184,19 +184,19 @@ abstract class FrameworkExtensionTest extends TestCase
$files = array_map(function($resource) { return realpath($resource[1]); }, $resources);
$ref = new \ReflectionClass('Symfony\Component\Validator\Validator');
$this->assertContains(
strtr(dirname($ref->getFileName()) . '/Resources/translations/validators.en.xlf', '/', DIRECTORY_SEPARATOR),
strtr(dirname($ref->getFileName()).'/Resources/translations/validators.en.xlf', '/', DIRECTORY_SEPARATOR),
$files,
'->registerTranslatorConfiguration() finds Validator translation resources'
);
$ref = new \ReflectionClass('Symfony\Component\Form\Form');
$this->assertContains(
strtr(dirname($ref->getFileName()) . '/Resources/translations/validators.en.xlf', '/', DIRECTORY_SEPARATOR),
strtr(dirname($ref->getFileName()).'/Resources/translations/validators.en.xlf', '/', DIRECTORY_SEPARATOR),
$files,
'->registerTranslatorConfiguration() finds Form translation resources'
);
$ref = new \ReflectionClass('Symfony\Component\Security\Core\SecurityContext');
$this->assertContains(
strtr(dirname(dirname($ref->getFileName())) . '/Resources/translations/security.en.xlf', '/', DIRECTORY_SEPARATOR),
strtr(dirname($ref->getFileName()).'/Resources/translations/security.en.xlf', '/', DIRECTORY_SEPARATOR),
$files,
'->registerTranslatorConfiguration() finds Security translation resources'
);

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>حدث خطأ اثناء الدخول.</target>
</trans-unit>
<trans-unit id="2">
<source>Authentication credentials could not be found.</source>
<target>لم استطع العثور على معلومات الدخول.</target>
</trans-unit>
<trans-unit id="3">
<source>Authentication request could not be processed due to a system problem.</source>
<target>لم يكتمل طلب الدخول نتيجه عطل فى النظام.</target>
</trans-unit>
<trans-unit id="4">
<source>Invalid credentials.</source>
<target>معلومات الدخول خاطئة.</target>
</trans-unit>
<trans-unit id="5">
<source>Cookie has already been used by someone else.</source>
<target>ملفات تعريف الارتباط(cookies) تم استخدامها من قبل شخص اخر.</target>
</trans-unit>
<trans-unit id="6">
<source>Not privileged to request the resource.</source>
<target>ليست لديك الصلاحيات الكافية لهذا الطلب.</target>
</trans-unit>
<trans-unit id="7">
<source>Invalid CSRF token.</source>
<target>رمز الموقع غير صحيح.</target>
</trans-unit>
<trans-unit id="8">
<source>Digest nonce has expired.</source>
<target>انتهت صلاحية(digest nonce).</target>
</trans-unit>
<trans-unit id="9">
<source>No authentication provider found to support the authentication token.</source>
<target>لا يوجد معرف للدخول يدعم الرمز المستخدم للدخول.</target>
</trans-unit>
<trans-unit id="10">
<source>No session available, it either timed out or cookies are not enabled.</source>
<target>لا يوجد صلة بينك و بين الموقع اما انها انتهت او ان متصفحك لا يدعم خاصية ملفات تعريف الارتباط (cookies).</target>
</trans-unit>
<trans-unit id="11">
<source>No token could be found.</source>
<target>لم استطع العثور على الرمز.</target>
</trans-unit>
<trans-unit id="12">
<source>Username could not be found.</source>
<target>لم استطع العثور على اسم الدخول.</target>
</trans-unit>
<trans-unit id="13">
<source>Account has expired.</source>
<target>انتهت صلاحية الحساب.</target>
</trans-unit>
<trans-unit id="14">
<source>Credentials have expired.</source>
<target>انتهت صلاحية معلومات الدخول.</target>
</trans-unit>
<trans-unit id="15">
<source>Account is disabled.</source>
<target>الحساب موقوف.</target>
</trans-unit>
<trans-unit id="16">
<source>Account is locked.</source>
<target>الحساب مغلق.</target>
</trans-unit>
</body>
</file>
</xliff>

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>Ha succeït un error d'autenticació.</target>
</trans-unit>
<trans-unit id="2">
<source>Authentication credentials could not be found.</source>
<target>No s'han trobat les credencials d'autenticació.</target>
</trans-unit>
<trans-unit id="3">
<source>Authentication request could not be processed due to a system problem.</source>
<target>La solicitud d'autenticació no s'ha pogut processar per un problema del sistema.</target>
</trans-unit>
<trans-unit id="4">
<source>Invalid credentials.</source>
<target>Credencials no vàlides.</target>
</trans-unit>
<trans-unit id="5">
<source>Cookie has already been used by someone else.</source>
<target>La cookie ja ha estat utilitzada per una altra persona.</target>
</trans-unit>
<trans-unit id="6">
<source>Not privileged to request the resource.</source>
<target>No té privilegis per solicitar el recurs.</target>
</trans-unit>
<trans-unit id="7">
<source>Invalid CSRF token.</source>
<target>Token CSRF no vàlid.</target>
</trans-unit>
<trans-unit id="8">
<source>Digest nonce has expired.</source>
<target>El vector d'inicialització (digest nonce) ha expirat.</target>
</trans-unit>
<trans-unit id="9">
<source>No authentication provider found to support the authentication token.</source>
<target>No s'ha trobat un proveïdor d'autenticació que suporti el token d'autenticació.</target>
</trans-unit>
<trans-unit id="10">
<source>No session available, it either timed out or cookies are not enabled.</source>
<target>No hi ha sessió disponible, ha expirat o les cookies no estan habilitades.</target>
</trans-unit>
<trans-unit id="11">
<source>No token could be found.</source>
<target>No s'ha trobat cap token.</target>
</trans-unit>
<trans-unit id="12">
<source>Username could not be found.</source>
<target>No s'ha trobat el nom d'usuari.</target>
</trans-unit>
<trans-unit id="13">
<source>Account has expired.</source>
<target>El compte ha expirat.</target>
</trans-unit>
<trans-unit id="14">
<source>Credentials have expired.</source>
<target>Les credencials han expirat.</target>
</trans-unit>
<trans-unit id="15">
<source>Account is disabled.</source>
<target>El compte està deshabilitat.</target>
</trans-unit>
<trans-unit id="16">
<source>Account is locked.</source>
<target>El compte està bloquejat.</target>
</trans-unit>
</body>
</file>
</xliff>

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>Při ověřování došlo k chybě.</target>
</trans-unit>
<trans-unit id="2">
<source>Authentication credentials could not be found.</source>
<target>Ověřovací údaje nebyly nalezeny.</target>
</trans-unit>
<trans-unit id="3">
<source>Authentication request could not be processed due to a system problem.</source>
<target>Požadavek na ověření nemohl být zpracován kvůli systémové chybě.</target>
</trans-unit>
<trans-unit id="4">
<source>Invalid credentials.</source>
<target>Neplatné přihlašovací údaje.</target>
</trans-unit>
<trans-unit id="5">
<source>Cookie has already been used by someone else.</source>
<target>Cookie již bylo použité někým jiným.</target>
</trans-unit>
<trans-unit id="6">
<source>Not privileged to request the resource.</source>
<target>Nemáte oprávnění přistupovat k prostředku.</target>
</trans-unit>
<trans-unit id="7">
<source>Invalid CSRF token.</source>
<target>Neplatný CSRF token.</target>
</trans-unit>
<trans-unit id="8">
<source>Digest nonce has expired.</source>
<target>Platnost inicializačního vektoru (digest nonce) vypršela.</target>
</trans-unit>
<trans-unit id="9">
<source>No authentication provider found to support the authentication token.</source>
<target>Poskytovatel pro ověřovací token nebyl nalezen.</target>
</trans-unit>
<trans-unit id="10">
<source>No session available, it either timed out or cookies are not enabled.</source>
<target>Session není k dispozici, vypršela její platnost, nebo jsou zakázané cookies.</target>
</trans-unit>
<trans-unit id="11">
<source>No token could be found.</source>
<target>Token nebyl nalezen.</target>
</trans-unit>
<trans-unit id="12">
<source>Username could not be found.</source>
<target>Přihlašovací jméno nebylo nalezeno.</target>
</trans-unit>
<trans-unit id="13">
<source>Account has expired.</source>
<target>Platnost účtu vypršela.</target>
</trans-unit>
<trans-unit id="14">
<source>Credentials have expired.</source>
<target>Platnost přihlašovacích údajů vypršela.</target>
</trans-unit>
<trans-unit id="15">
<source>Account is disabled.</source>
<target>Účet je zakázaný.</target>
</trans-unit>
<trans-unit id="16">
<source>Account is locked.</source>
<target>Účet je zablokovaný.</target>
</trans-unit>
</body>
</file>
</xliff>

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="no" datatype="plaintext" original="file.ext">
<body>
<trans-unit id="1">
<source>An authentication exception occurred.</source>
<target>En fejl indtraf ved godkendelse.</target>
</trans-unit>
<trans-unit id="2">
<source>Authentication credentials could not be found.</source>
<target>Loginoplysninger kan findes.</target>
</trans-unit>
<trans-unit id="3">
<source>Authentication request could not be processed due to a system problem.</source>
<target>Godkendelsesanmodning kan ikke behandles på grund af et systemfejl.</target>
</trans-unit>
<trans-unit id="4">
<source>Invalid credentials.</source>
<target>Ugyldige loginoplysninger.</target>
</trans-unit>
<trans-unit id="5">
<source>Cookie has already been used by someone else.</source>
<target>Cookie er allerede brugt af en anden.</target>
</trans-unit>
<trans-unit id="6">
<source>Not privileged to request the resource.</source>
<target>Ingen tilladselese at anvende kilden.</target>
</trans-unit>
<trans-unit id="7">
<source>Invalid CSRF token.</source>
<target>Ugyldigt CSRF token.</target>
</trans-unit>
<trans-unit id="8">
<source>Digest nonce has expired.</source>
<target>Digest nonce er udløbet.</target>
</trans-unit>
<trans-unit id="9">
<source>No authentication provider found to support the authentication token.</source>
<target>Ingen godkendelsesudbyder er fundet til understøttelsen af godkendelsestoken.</target>
</trans-unit>
<trans-unit id="10">
<source>No session available, it either timed out or cookies are not enabled.</source>
<target>Ingen session tilgængelig, sessionen er enten udløbet eller cookies er ikke aktiveret.</target>
</trans-unit>
<trans-unit id="11">
<source>No token could be found.</source>
<target>Ingen token kan findes.</target>
</trans-unit>
<trans-unit id="12">
<source>Username could not be found.</source>
<target>Brugernavn kan ikke findes.</target>
</trans-unit>
<trans-unit id="13">
<source>Account has expired.</source>
<target>Brugerkonto er udløbet.</target>
</trans-unit>
<trans-unit id="14">
<source>Credentials have expired.</source>
<target>Loginoplysninger er udløbet.</target>
</trans-unit>
<trans-unit id="15">
<source>Account is disabled.</source>
<target>Brugerkonto er deaktiveret.</target>
</trans-unit>
<trans-unit id="16">
<source>Account is locked.</source>
<target>Brugerkonto er låst.</target>
</trans-unit>
</body>
</file>
</xliff>

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>Es ist ein Fehler bei der Authentifikation aufgetreten.</target>
</trans-unit>
<trans-unit id="2">
<source>Authentication credentials could not be found.</source>
<target>Es konnten keine Zugangsdaten gefunden werden.</target>
</trans-unit>
<trans-unit id="3">
<source>Authentication request could not be processed due to a system problem.</source>
<target>Die Authentifikation konnte wegen eines Systemproblems nicht bearbeitet werden.</target>
</trans-unit>
<trans-unit id="4">
<source>Invalid credentials.</source>
<target>Fehlerhafte Zugangsdaten.</target>
</trans-unit>
<trans-unit id="5">
<source>Cookie has already been used by someone else.</source>
<target>Cookie wurde bereits von jemand anderem verwendet.</target>
</trans-unit>
<trans-unit id="6">
<source>Not privileged to request the resource.</source>
<target>Keine Rechte, um die Ressource anzufragen.</target>
</trans-unit>
<trans-unit id="7">
<source>Invalid CSRF token.</source>
<target>Ungültiges CSRF-Token.</target>
</trans-unit>
<trans-unit id="8">
<source>Digest nonce has expired.</source>
<target>Digest nonce ist abgelaufen.</target>
</trans-unit>
<trans-unit id="9">
<source>No authentication provider found to support the authentication token.</source>
<target>Es wurde kein Authentifizierungs-Provider gefunden, der das Authentifizierungs-Token unterstützt.</target>
</trans-unit>
<trans-unit id="10">
<source>No session available, it either timed out or cookies are not enabled.</source>
<target>Keine Session verfügbar, entweder ist diese abgelaufen oder Cookies sind nicht aktiviert.</target>
</trans-unit>
<trans-unit id="11">
<source>No token could be found.</source>
<target>Es wurde kein Token gefunden.</target>
</trans-unit>
<trans-unit id="12">
<source>Username could not be found.</source>
<target>Der Benutzername wurde nicht gefunden.</target>
</trans-unit>
<trans-unit id="13">
<source>Account has expired.</source>
<target>Der Account ist abgelaufen.</target>
</trans-unit>
<trans-unit id="14">
<source>Credentials have expired.</source>
<target>Die Zugangsdaten sind abgelaufen.</target>
</trans-unit>
<trans-unit id="15">
<source>Account is disabled.</source>
<target>Der Account ist deaktiviert.</target>
</trans-unit>
<trans-unit id="16">
<source>Account is locked.</source>
<target>Der Account ist gesperrt.</target>
</trans-unit>
</body>
</file>
</xliff>

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>Συνέβη ένα σφάλμα πιστοποίησης.</target>
</trans-unit>
<trans-unit id="2">
<source>Authentication credentials could not be found.</source>
<target>Τα στοιχεία πιστοποίησης δε βρέθηκαν.</target>
</trans-unit>
<trans-unit id="3">
<source>Authentication request could not be processed due to a system problem.</source>
<target>Το αίτημα πιστοποίησης δε μπορεί να επεξεργαστεί λόγω σφάλματος του συστήματος.</target>
</trans-unit>
<trans-unit id="4">
<source>Invalid credentials.</source>
<target>Λανθασμένα στοιχεία σύνδεσης.</target>
</trans-unit>
<trans-unit id="5">
<source>Cookie has already been used by someone else.</source>
<target>Το Cookie έχει ήδη χρησιμοποιηθεί από κάποιον άλλο.</target>
</trans-unit>
<trans-unit id="6">
<source>Not privileged to request the resource.</source>
<target>Δεν είστε εξουσιοδοτημένος για πρόσβαση στο συγκεκριμένο περιεχόμενο.</target>
</trans-unit>
<trans-unit id="7">
<source>Invalid CSRF token.</source>
<target>Μη έγκυρο CSRF token.</target>
</trans-unit>
<trans-unit id="8">
<source>Digest nonce has expired.</source>
<target>Το digest nonce έχει λήξει.</target>
</trans-unit>
<trans-unit id="9">
<source>No authentication provider found to support the authentication token.</source>
<target>Δε βρέθηκε κάποιος πάροχος πιστοποίησης που να υποστηρίζει το token πιστοποίησης.</target>
</trans-unit>
<trans-unit id="10">
<source>No session available, it either timed out or cookies are not enabled.</source>
<target>Δεν υπάρχει ενεργή σύνοδος (session), είτε έχει λήξει ή τα cookies δεν είναι ενεργοποιημένα.</target>
</trans-unit>
<trans-unit id="11">
<source>No token could be found.</source>
<target>Δεν ήταν δυνατόν να βρεθεί κάποιο token.</target>
</trans-unit>
<trans-unit id="12">
<source>Username could not be found.</source>
<target>Το Username δε βρέθηκε.</target>
</trans-unit>
<trans-unit id="13">
<source>Account has expired.</source>
<target>Ο λογαριασμός έχει λήξει.</target>
</trans-unit>
<trans-unit id="14">
<source>Credentials have expired.</source>
<target>Τα στοιχεία σύνδεσης έχουν λήξει.</target>
</trans-unit>
<trans-unit id="15">
<source>Account is disabled.</source>
<target>Ο λογαριασμός είναι απενεργοποιημένος.</target>
</trans-unit>
<trans-unit id="16">
<source>Account is locked.</source>
<target>Ο λογαριασμός είναι κλειδωμένος.</target>
</trans-unit>
</body>
</file>
</xliff>

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>An authentication exception occurred.</target>
</trans-unit>
<trans-unit id="2">
<source>Authentication credentials could not be found.</source>
<target>Authentication credentials could not be found.</target>
</trans-unit>
<trans-unit id="3">
<source>Authentication request could not be processed due to a system problem.</source>
<target>Authentication request could not be processed due to a system problem.</target>
</trans-unit>
<trans-unit id="4">
<source>Invalid credentials.</source>
<target>Invalid credentials.</target>
</trans-unit>
<trans-unit id="5">
<source>Cookie has already been used by someone else.</source>
<target>Cookie has already been used by someone else.</target>
</trans-unit>
<trans-unit id="6">
<source>Not privileged to request the resource.</source>
<target>Not privileged to request the resource.</target>
</trans-unit>
<trans-unit id="7">
<source>Invalid CSRF token.</source>
<target>Invalid CSRF token.</target>
</trans-unit>
<trans-unit id="8">
<source>Digest nonce has expired.</source>
<target>Digest nonce has expired.</target>
</trans-unit>
<trans-unit id="9">
<source>No authentication provider found to support the authentication token.</source>
<target>No authentication provider found to support the authentication token.</target>
</trans-unit>
<trans-unit id="10">
<source>No session available, it either timed out or cookies are not enabled.</source>
<target>No session available, it either timed out or cookies are not enabled.</target>
</trans-unit>
<trans-unit id="11">
<source>No token could be found.</source>
<target>No token could be found.</target>
</trans-unit>
<trans-unit id="12">
<source>Username could not be found.</source>
<target>Username could not be found.</target>
</trans-unit>
<trans-unit id="13">
<source>Account has expired.</source>
<target>Account has expired.</target>
</trans-unit>
<trans-unit id="14">
<source>Credentials have expired.</source>
<target>Credentials have expired.</target>
</trans-unit>
<trans-unit id="15">
<source>Account is disabled.</source>
<target>Account is disabled.</target>
</trans-unit>
<trans-unit id="16">
<source>Account is locked.</source>
<target>Account is locked.</target>
</trans-unit>
</body>
</file>
</xliff>

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>Ocurrió un error de autenticación.</target>
</trans-unit>
<trans-unit id="2">
<source>Authentication credentials could not be found.</source>
<target>No se encontraron las credenciales de autenticación.</target>
</trans-unit>
<trans-unit id="3">
<source>Authentication request could not be processed due to a system problem.</source>
<target>La solicitud de autenticación no se pudo procesar debido a un problema del sistema.</target>
</trans-unit>
<trans-unit id="4">
<source>Invalid credentials.</source>
<target>Credenciales no válidas.</target>
</trans-unit>
<trans-unit id="5">
<source>Cookie has already been used by someone else.</source>
<target>La cookie ya ha sido usada por otra persona.</target>
</trans-unit>
<trans-unit id="6">
<source>Not privileged to request the resource.</source>
<target>No tiene privilegios para solicitar el recurso.</target>
</trans-unit>
<trans-unit id="7">
<source>Invalid CSRF token.</source>
<target>Token CSRF no válido.</target>
</trans-unit>
<trans-unit id="8">
<source>Digest nonce has expired.</source>
<target>El vector de inicialización (digest nonce) ha expirado.</target>
</trans-unit>
<trans-unit id="9">
<source>No authentication provider found to support the authentication token.</source>
<target>No se encontró un proveedor de autenticación que soporte el token de autenticación.</target>
</trans-unit>
<trans-unit id="10">
<source>No session available, it either timed out or cookies are not enabled.</source>
<target>No hay ninguna sesión disponible, ha expirado o las cookies no están habilitados.</target>
</trans-unit>
<trans-unit id="11">
<source>No token could be found.</source>
<target>No se encontró ningún token.</target>
</trans-unit>
<trans-unit id="12">
<source>Username could not be found.</source>
<target>No se encontró el nombre de usuario.</target>
</trans-unit>
<trans-unit id="13">
<source>Account has expired.</source>
<target>La cuenta ha expirado.</target>
</trans-unit>
<trans-unit id="14">
<source>Credentials have expired.</source>
<target>Las credenciales han expirado.</target>
</trans-unit>
<trans-unit id="15">
<source>Account is disabled.</source>
<target>La cuenta está deshabilitada.</target>
</trans-unit>
<trans-unit id="16">
<source>Account is locked.</source>
<target>La cuenta está bloqueada.</target>
</trans-unit>
</body>
</file>
</xliff>

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>خطایی هنگام تعیین اعتبار اتفاق افتاد.</target>
</trans-unit>
<trans-unit id="2">
<source>Authentication credentials could not be found.</source>
<target>شرایط تعیین اعتبار پیدا نشد.</target>
</trans-unit>
<trans-unit id="3">
<source>Authentication request could not be processed due to a system problem.</source>
<target>درخواست تعیین اعتبار به دلیل مشکل سیستم قابل بررسی نیست.</target>
</trans-unit>
<trans-unit id="4">
<source>Invalid credentials.</source>
<target>شرایط نامعتبر.</target>
</trans-unit>
<trans-unit id="5">
<source>Cookie has already been used by someone else.</source>
<target>کوکی قبلا برای شخص دیگری استفاده شده است.</target>
</trans-unit>
<trans-unit id="6">
<source>Not privileged to request the resource.</source>
<target>دسترسی لازم برای درخواست این منبع را ندارید.</target>
</trans-unit>
<trans-unit id="7">
<source>Invalid CSRF token.</source>
<target>توکن CSRF معتبر نیست.</target>
</trans-unit>
<trans-unit id="8">
<source>Digest nonce has expired.</source>
<target>Digest nonce منقضی شده است.</target>
</trans-unit>
<trans-unit id="9">
<source>No authentication provider found to support the authentication token.</source>
<target>هیچ ارایه کننده تعیین اعتباری برای ساپورت توکن تعیین اعتبار پیدا نشد.</target>
</trans-unit>
<trans-unit id="10">
<source>No session available, it either timed out or cookies are not enabled.</source>
<target>جلسه‌ای در دسترس نیست. این میتواند یا به دلیل پایان یافتن زمان باشد یا اینکه کوکی ها فعال نیستند.</target>
</trans-unit>
<trans-unit id="11">
<source>No token could be found.</source>
<target>هیچ توکنی پیدا نشد.</target>
</trans-unit>
<trans-unit id="12">
<source>Username could not be found.</source>
<target>نام ‌کاربری پیدا نشد.</target>
</trans-unit>
<trans-unit id="13">
<source>Account has expired.</source>
<target>حساب کاربری منقضی شده است.</target>
</trans-unit>
<trans-unit id="14">
<source>Credentials have expired.</source>
<target>پارامترهای تعیین اعتبار منقضی شده‌اند.</target>
</trans-unit>
<trans-unit id="15">
<source>Account is disabled.</source>
<target>حساب کاربری غیرفعال است.</target>
</trans-unit>
<trans-unit id="16">
<source>Account is locked.</source>
<target>حساب کاربری قفل شده است.</target>
</trans-unit>
</body>
</file>
</xliff>

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>Une exception d'authentification s'est produite.</target>
</trans-unit>
<trans-unit id="2">
<source>Authentication credentials could not be found.</source>
<target>Les droits d'authentification n'ont pas pu être trouvés.</target>
</trans-unit>
<trans-unit id="3">
<source>Authentication request could not be processed due to a system problem.</source>
<target>La requête d'authentification n'a pas pu être executée à cause d'un problème système.</target>
</trans-unit>
<trans-unit id="4">
<source>Invalid credentials.</source>
<target>Droits invalides.</target>
</trans-unit>
<trans-unit id="5">
<source>Cookie has already been used by someone else.</source>
<target>Le cookie a déjà été utilisé par quelqu'un d'autre.</target>
</trans-unit>
<trans-unit id="6">
<source>Not privileged to request the resource.</source>
<target>Pas de privilèges pour accéder à la ressource.</target>
</trans-unit>
<trans-unit id="7">
<source>Invalid CSRF token.</source>
<target>Jeton CSRF invalide.</target>
</trans-unit>
<trans-unit id="8">
<source>Digest nonce has expired.</source>
<target>Le digest nonce a expiré.</target>
</trans-unit>
<trans-unit id="9">
<source>No authentication provider found to support the authentication token.</source>
<target>Aucun fournisseur d'authentification n'a été trouvé pour supporter le jeton d'authentification.</target>
</trans-unit>
<trans-unit id="10">
<source>No session available, it either timed out or cookies are not enabled.</source>
<target>Pas de session disponible, celle-ci a expiré ou les cookies ne sont pas activés.</target>
</trans-unit>
<trans-unit id="11">
<source>No token could be found.</source>
<target>Aucun jeton n'a pu être trouvé.</target>
</trans-unit>
<trans-unit id="12">
<source>Username could not be found.</source>
<target>Le nom d'utilisateur ne peut pas être trouvé.</target>
</trans-unit>
<trans-unit id="13">
<source>Account has expired.</source>
<target>Le compte a expiré.</target>
</trans-unit>
<trans-unit id="14">
<source>Credentials have expired.</source>
<target>Les droits ont expirés.</target>
</trans-unit>
<trans-unit id="15">
<source>Account is disabled.</source>
<target>Le compte est désactivé.</target>
</trans-unit>
<trans-unit id="16">
<source>Account is locked.</source>
<target>Le compte est bloqué.</target>
</trans-unit>
</body>
</file>
</xliff>

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>Ocorreu un erro de autenticación.</target>
</trans-unit>
<trans-unit id="2">
<source>Authentication credentials could not be found.</source>
<target>Non se atoparon as credenciais de autenticación.</target>
</trans-unit>
<trans-unit id="3">
<source>Authentication request could not be processed due to a system problem.</source>
<target>A solicitude de autenticación no puido ser procesada debido a un problema do sistema.</target>
</trans-unit>
<trans-unit id="4">
<source>Invalid credentials.</source>
<target>Credenciais non válidas.</target>
</trans-unit>
<trans-unit id="5">
<source>Cookie has already been used by someone else.</source>
<target>A cookie xa foi empregado por outro usuario.</target>
</trans-unit>
<trans-unit id="6">
<source>Not privileged to request the resource.</source>
<target>Non ten privilexios para solicitar o recurso.</target>
</trans-unit>
<trans-unit id="7">
<source>Invalid CSRF token.</source>
<target>Token CSRF non válido.</target>
</trans-unit>
<trans-unit id="8">
<source>Digest nonce has expired.</source>
<target>O vector de inicialización (digest nonce) expirou.</target>
</trans-unit>
<trans-unit id="9">
<source>No authentication provider found to support the authentication token.</source>
<target>Non se atopou un provedor de autenticación que soporte o token de autenticación.</target>
</trans-unit>
<trans-unit id="10">
<source>No session available, it either timed out or cookies are not enabled.</source>
<target>Non hai ningunha sesión dispoñible, expirou ou as cookies non están habilitadas.</target>
</trans-unit>
<trans-unit id="11">
<source>No token could be found.</source>
<target>Non se atopou ningún token.</target>
</trans-unit>
<trans-unit id="12">
<source>Username could not be found.</source>
<target>Non se atopou o nome de usuario.</target>
</trans-unit>
<trans-unit id="13">
<source>Account has expired.</source>
<target>A conta expirou.</target>
</trans-unit>
<trans-unit id="14">
<source>Credentials have expired.</source>
<target>As credenciais expiraron.</target>
</trans-unit>
<trans-unit id="15">
<source>Account is disabled.</source>
<target>A conta está deshabilitada.</target>
</trans-unit>
<trans-unit id="16">
<source>Account is locked.</source>
<target>A conta está bloqueada.</target>
</trans-unit>
</body>
</file>
</xliff>

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>Hitelesítési hiba lépett fel.</target>
</trans-unit>
<trans-unit id="2">
<source>Authentication credentials could not be found.</source>
<target>Nem találhatók hitelesítési információk.</target>
</trans-unit>
<trans-unit id="3">
<source>Authentication request could not be processed due to a system problem.</source>
<target>A hitelesítési kérést rendszerhiba miatt nem lehet feldolgozni.</target>
</trans-unit>
<trans-unit id="4">
<source>Invalid credentials.</source>
<target>Érvénytelen hitelesítési információk.</target>
</trans-unit>
<trans-unit id="5">
<source>Cookie has already been used by someone else.</source>
<target>Ezt a sütit valaki más már felhasználta.</target>
</trans-unit>
<trans-unit id="6">
<source>Not privileged to request the resource.</source>
<target>Nem rendelkezik az erőforrás eléréséhez szükséges jogosultsággal.</target>
</trans-unit>
<trans-unit id="7">
<source>Invalid CSRF token.</source>
<target>Érvénytelen CSRF token.</target>
</trans-unit>
<trans-unit id="8">
<source>Digest nonce has expired.</source>
<target>A kivonat bélyege (nonce) lejárt.</target>
</trans-unit>
<trans-unit id="9">
<source>No authentication provider found to support the authentication token.</source>
<target>Nem található a hitelesítési tokent támogató hitelesítési szolgáltatás.</target>
</trans-unit>
<trans-unit id="10">
<source>No session available, it either timed out or cookies are not enabled.</source>
<target>Munkamenet nem áll rendelkezésre, túllépte az időkeretet vagy a sütik le vannak tiltva.</target>
</trans-unit>
<trans-unit id="11">
<source>No token could be found.</source>
<target>Nem található token.</target>
</trans-unit>
<trans-unit id="12">
<source>Username could not be found.</source>
<target>A felhasználónév nem található.</target>
</trans-unit>
<trans-unit id="13">
<source>Account has expired.</source>
<target>A fiók lejárt.</target>
</trans-unit>
<trans-unit id="14">
<source>Credentials have expired.</source>
<target>A hitelesítési információk lejártak.</target>
</trans-unit>
<trans-unit id="15">
<source>Account is disabled.</source>
<target>Felfüggesztett fiók.</target>
</trans-unit>
<trans-unit id="16">
<source>Account is locked.</source>
<target>Zárolt fiók.</target>
</trans-unit>
</body>
</file>
</xliff>

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>Si è verificato un errore di autenticazione.</target>
</trans-unit>
<trans-unit id="2">
<source>Authentication credentials could not be found.</source>
<target>Impossibile trovare le credenziali di autenticazione.</target>
</trans-unit>
<trans-unit id="3">
<source>Authentication request could not be processed due to a system problem.</source>
<target>La richiesta di autenticazione non può essere processata a causa di un errore di sistema.</target>
</trans-unit>
<trans-unit id="4">
<source>Invalid credentials.</source>
<target>Credenziali non valide.</target>
</trans-unit>
<trans-unit id="5">
<source>Cookie has already been used by someone else.</source>
<target>Il cookie è già stato usato da qualcun altro.</target>
</trans-unit>
<trans-unit id="6">
<source>Not privileged to request the resource.</source>
<target>Non hai i privilegi per richiedere questa risorsa.</target>
</trans-unit>
<trans-unit id="7">
<source>Invalid CSRF token.</source>
<target>CSRF token non valido.</target>
</trans-unit>
<trans-unit id="8">
<source>Digest nonce has expired.</source>
<target>Il numero di autenticazione è scaduto.</target>
</trans-unit>
<trans-unit id="9">
<source>No authentication provider found to support the authentication token.</source>
<target>Non è stato trovato un valido fornitore di autenticazione per supportare il token.</target>
</trans-unit>
<trans-unit id="10">
<source>No session available, it either timed out or cookies are not enabled.</source>
<target>Nessuna sessione disponibile, può essere scaduta o i cookie non sono abilitati.</target>
</trans-unit>
<trans-unit id="11">
<source>No token could be found.</source>
<target>Nessun token trovato.</target>
</trans-unit>
<trans-unit id="12">
<source>Username could not be found.</source>
<target>Username non trovato.</target>
</trans-unit>
<trans-unit id="13">
<source>Account has expired.</source>
<target>Account scaduto.</target>
</trans-unit>
<trans-unit id="14">
<source>Credentials have expired.</source>
<target>Credenziali scadute.</target>
</trans-unit>
<trans-unit id="15">
<source>Account is disabled.</source>
<target>L'account è disabilitato.</target>
</trans-unit>
<trans-unit id="16">
<source>Account is locked.</source>
<target>L'account è bloccato.</target>
</trans-unit>
</body>
</file>
</xliff>

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" target-language="lb" datatype="plaintext" original="security.en.xlf">
<body>
<trans-unit id="1">
<source>An authentication exception occurred.</source>
<target>Bei der Authentifikatioun ass e Feeler opgetrueden.</target>
</trans-unit>
<trans-unit id="2">
<source>Authentication credentials could not be found.</source>
<target>Et konnte keng Zouganksdate fonnt ginn.</target>
</trans-unit>
<trans-unit id="3">
<source>Authentication request could not be processed due to a system problem.</source>
<target>D'Ufro fir eng Authentifikatioun konnt wéinst engem Problem vum System net beaarbecht ginn.</target>
</trans-unit>
<trans-unit id="4">
<source>Invalid credentials.</source>
<target>Ongëlteg Zouganksdaten.</target>
</trans-unit>
<trans-unit id="5">
<source>Cookie has already been used by someone else.</source>
<target>De Cookie gouf scho vun engem anere benotzt.</target>
</trans-unit>
<trans-unit id="6">
<source>Not privileged to request the resource.</source>
<target>Keng Rechter fir d'Ressource unzefroen.</target>
</trans-unit>
<trans-unit id="7">
<source>Invalid CSRF token.</source>
<target>Ongëltegen CSRF-Token.</target>
</trans-unit>
<trans-unit id="8">
<source>Digest nonce has expired.</source>
<target>Den eemolege Schlëssel ass ofgelaf.</target>
</trans-unit>
<trans-unit id="9">
<source>No authentication provider found to support the authentication token.</source>
<target>Et gouf keen Authentifizéierungs-Provider fonnt deen den Authentifizéierungs-Token ënnerstëtzt.</target>
</trans-unit>
<trans-unit id="10">
<source>No session available, it either timed out or cookies are not enabled.</source>
<target>Keng Sëtzung disponibel. Entweder ass se ofgelaf oder Cookies sinn net aktivéiert.</target>
</trans-unit>
<trans-unit id="11">
<source>No token could be found.</source>
<target>Et konnt keen Token fonnt ginn.</target>
</trans-unit>
<trans-unit id="12">
<source>Username could not be found.</source>
<target>De Benotzernumm konnt net fonnt ginn.</target>
</trans-unit>
<trans-unit id="13">
<source>Account has expired.</source>
<target>Den Account ass ofgelaf.</target>
</trans-unit>
<trans-unit id="14">
<source>Credentials have expired.</source>
<target>D'Zouganksdate sinn ofgelaf.</target>
</trans-unit>
<trans-unit id="15">
<source>Account is disabled.</source>
<target>De Konto ass deaktivéiert.</target>
</trans-unit>
<trans-unit id="16">
<source>Account is locked.</source>
<target>De Konto ass gespaart.</target>
</trans-unit>
</body>
</file>
</xliff>

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>Er heeft zich een authenticatieprobleem voorgedaan.</target>
</trans-unit>
<trans-unit id="2">
<source>Authentication credentials could not be found.</source>
<target>Authenticatiegegevens konden niet worden gevonden.</target>
</trans-unit>
<trans-unit id="3">
<source>Authentication request could not be processed due to a system problem.</source>
<target>Authenticatieaanvraag kon niet worden verwerkt door een technisch probleem.</target>
</trans-unit>
<trans-unit id="4">
<source>Invalid credentials.</source>
<target>Ongeldige inloggegevens.</target>
</trans-unit>
<trans-unit id="5">
<source>Cookie has already been used by someone else.</source>
<target>Cookie is al door een ander persoon gebruikt.</target>
</trans-unit>
<trans-unit id="6">
<source>Not privileged to request the resource.</source>
<target>Onvoldoende rechten om de aanvraag te verwerken.</target>
</trans-unit>
<trans-unit id="7">
<source>Invalid CSRF token.</source>
<target>CSRF-code is ongeldig.</target>
</trans-unit>
<trans-unit id="8">
<source>Digest nonce has expired.</source>
<target>Serverauthenticatiesleutel (digest nonce) is verlopen.</target>
</trans-unit>
<trans-unit id="9">
<source>No authentication provider found to support the authentication token.</source>
<target>Geen authenticatieprovider gevonden die de authenticatietoken ondersteunt.</target>
</trans-unit>
<trans-unit id="10">
<source>No session available, it either timed out or cookies are not enabled.</source>
<target>Geen sessie beschikbaar, mogelijk is deze verlopen of cookies zijn uitgeschakeld.</target>
</trans-unit>
<trans-unit id="11">
<source>No token could be found.</source>
<target>Er kon geen authenticatietoken worden gevonden.</target>
</trans-unit>
<trans-unit id="12">
<source>Username could not be found.</source>
<target>Gebruikersnaam kon niet worden gevonden.</target>
</trans-unit>
<trans-unit id="13">
<source>Account has expired.</source>
<target>Account is verlopen.</target>
</trans-unit>
<trans-unit id="14">
<source>Credentials have expired.</source>
<target>Authenticatiegegevens zijn verlopen.</target>
</trans-unit>
<trans-unit id="15">
<source>Account is disabled.</source>
<target>Account is gedeactiveerd.</target>
</trans-unit>
<trans-unit id="16">
<source>Account is locked.</source>
<target>Account is geblokkeerd.</target>
</trans-unit>
</body>
</file>
</xliff>

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="no" datatype="plaintext" original="file.ext">
<body>
<trans-unit id="1">
<source>An authentication exception occurred.</source>
<target>En autentiserings feil har skjedd.</target>
</trans-unit>
<trans-unit id="2">
<source>Authentication credentials could not be found.</source>
<target>Påloggingsinformasjonen kunne ikke bli funnet.</target>
</trans-unit>
<trans-unit id="3">
<source>Authentication request could not be processed due to a system problem.</source>
<target>Autentiserings forespørselen kunne ikke bli prosessert grunnet en system feil.</target>
</trans-unit>
<trans-unit id="4">
<source>Invalid credentials.</source>
<target>Ugyldig påloggingsinformasjonen.</target>
</trans-unit>
<trans-unit id="5">
<source>Cookie has already been used by someone else.</source>
<target>Cookie har allerede blitt brukt av noen andre.</target>
</trans-unit>
<trans-unit id="6">
<source>Not privileged to request the resource.</source>
<target>Ingen tilgang til å be om gitt kilde.</target>
</trans-unit>
<trans-unit id="7">
<source>Invalid CSRF token.</source>
<target>Ugyldig CSRF token.</target>
</trans-unit>
<trans-unit id="8">
<source>Digest nonce has expired.</source>
<target>Digest nonce er utløpt.</target>
</trans-unit>
<trans-unit id="9">
<source>No authentication provider found to support the authentication token.</source>
<target>Ingen autentiserings tilbyder funnet som støtter gitt autentiserings token.</target>
</trans-unit>
<trans-unit id="10">
<source>No session available, it either timed out or cookies are not enabled.</source>
<target>Ingen sesjon tilgjengelig, sesjonen er enten utløpt eller cookies ikke skrudd på.</target>
</trans-unit>
<trans-unit id="11">
<source>No token could be found.</source>
<target>Ingen token kunne bli funnet.</target>
</trans-unit>
<trans-unit id="12">
<source>Username could not be found.</source>
<target>Brukernavn kunne ikke bli funnet.</target>
</trans-unit>
<trans-unit id="13">
<source>Account has expired.</source>
<target>Brukerkonto har utgått.</target>
</trans-unit>
<trans-unit id="14">
<source>Credentials have expired.</source>
<target>Påloggingsinformasjon har utløpt.</target>
</trans-unit>
<trans-unit id="15">
<source>Account is disabled.</source>
<target>Brukerkonto er deaktivert.</target>
</trans-unit>
<trans-unit id="16">
<source>Account is locked.</source>
<target>Brukerkonto er sperret.</target>
</trans-unit>
</body>
</file>
</xliff>

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>Wystąpił błąd uwierzytelniania.</target>
</trans-unit>
<trans-unit id="2">
<source>Authentication credentials could not be found.</source>
<target>Dane uwierzytelniania nie zostały znalezione.</target>
</trans-unit>
<trans-unit id="3">
<source>Authentication request could not be processed due to a system problem.</source>
<target>Żądanie uwierzytelniania nie mogło zostać pomyślnie zakończone z powodu problemu z systemem.</target>
</trans-unit>
<trans-unit id="4">
<source>Invalid credentials.</source>
<target>Nieprawidłowe dane.</target>
</trans-unit>
<trans-unit id="5">
<source>Cookie has already been used by someone else.</source>
<target>To ciasteczko jest używane przez kogoś innego.</target>
</trans-unit>
<trans-unit id="6">
<source>Not privileged to request the resource.</source>
<target>Brak uprawnień dla żądania wskazanego zasobu.</target>
</trans-unit>
<trans-unit id="7">
<source>Invalid CSRF token.</source>
<target>Nieprawidłowy token CSRF.</target>
</trans-unit>
<trans-unit id="8">
<source>Digest nonce has expired.</source>
<target>Kod dostępu wygasł.</target>
</trans-unit>
<trans-unit id="9">
<source>No authentication provider found to support the authentication token.</source>
<target>Nie znaleziono mechanizmu uwierzytelniania zdolnego do obsługi przesłanego tokenu.</target>
</trans-unit>
<trans-unit id="10">
<source>No session available, it either timed out or cookies are not enabled.</source>
<target>Brak danych sesji, sesja wygasła lub ciasteczka nie są włączone.</target>
</trans-unit>
<trans-unit id="11">
<source>No token could be found.</source>
<target>Nie znaleziono tokenu.</target>
</trans-unit>
<trans-unit id="12">
<source>Username could not be found.</source>
<target>Użytkownik o podanej nazwie nie istnieje.</target>
</trans-unit>
<trans-unit id="13">
<source>Account has expired.</source>
<target>Konto wygasło.</target>
</trans-unit>
<trans-unit id="14">
<source>Credentials have expired.</source>
<target>Dane uwierzytelniania wygasły.</target>
</trans-unit>
<trans-unit id="15">
<source>Account is disabled.</source>
<target>Konto jest wyłączone.</target>
</trans-unit>
<trans-unit id="16">
<source>Account is locked.</source>
<target>Konto jest zablokowane.</target>
</trans-unit>
</body>
</file>
</xliff>

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>Uma exceção ocorreu durante a autenticação.</target>
</trans-unit>
<trans-unit id="2">
<source>Authentication credentials could not be found.</source>
<target>As credenciais de autenticação não foram encontradas.</target>
</trans-unit>
<trans-unit id="3">
<source>Authentication request could not be processed due to a system problem.</source>
<target>A autenticação não pôde ser concluída devido a um problema no sistema.</target>
</trans-unit>
<trans-unit id="4">
<source>Invalid credentials.</source>
<target>Credenciais inválidas.</target>
</trans-unit>
<trans-unit id="5">
<source>Cookie has already been used by someone else.</source>
<target>Este cookie já esta em uso.</target>
</trans-unit>
<trans-unit id="6">
<source>Not privileged to request the resource.</source>
<target>Não possui privilégios o bastante para requisitar este recurso.</target>
</trans-unit>
<trans-unit id="7">
<source>Invalid CSRF token.</source>
<target>Token CSRF inválido.</target>
</trans-unit>
<trans-unit id="8">
<source>Digest nonce has expired.</source>
<target>Digest nonce expirado.</target>
</trans-unit>
<trans-unit id="9">
<source>No authentication provider found to support the authentication token.</source>
<target>Nenhum provedor de autenticação encontrado para suportar o token de autenticação.</target>
</trans-unit>
<trans-unit id="10">
<source>No session available, it either timed out or cookies are not enabled.</source>
<target>Nenhuma sessão disponível, ela expirou ou cookies estão desativados.</target>
</trans-unit>
<trans-unit id="11">
<source>No token could be found.</source>
<target>Nenhum token foi encontrado.</target>
</trans-unit>
<trans-unit id="12">
<source>Username could not be found.</source>
<target>Nome de usuário não encontrado.</target>
</trans-unit>
<trans-unit id="13">
<source>Account has expired.</source>
<target>A conta esta expirada.</target>
</trans-unit>
<trans-unit id="14">
<source>Credentials have expired.</source>
<target>As credenciais estão expiradas.</target>
</trans-unit>
<trans-unit id="15">
<source>Account is disabled.</source>
<target>Conta desativada.</target>
</trans-unit>
<trans-unit id="16">
<source>Account is locked.</source>
<target>A conta esta travada.</target>
</trans-unit>
</body>
</file>
</xliff>

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>Ocorreu um excepção durante a autenticação.</target>
</trans-unit>
<trans-unit id="2">
<source>Authentication credentials could not be found.</source>
<target>As credenciais de autenticação não foram encontradas.</target>
</trans-unit>
<trans-unit id="3">
<source>Authentication request could not be processed due to a system problem.</source>
<target>O pedido de autenticação não foi concluído devido a um problema no sistema.</target>
</trans-unit>
<trans-unit id="4">
<source>Invalid credentials.</source>
<target>Credenciais inválidas.</target>
</trans-unit>
<trans-unit id="5">
<source>Cookie has already been used by someone else.</source>
<target>Este cookie já esta em uso.</target>
</trans-unit>
<trans-unit id="6">
<source>Not privileged to request the resource.</source>
<target>Não possui privilégios para aceder a este recurso.</target>
</trans-unit>
<trans-unit id="7">
<source>Invalid CSRF token.</source>
<target>Token CSRF inválido.</target>
</trans-unit>
<trans-unit id="8">
<source>Digest nonce has expired.</source>
<target>Digest nonce expirado.</target>
</trans-unit>
<trans-unit id="9">
<source>No authentication provider found to support the authentication token.</source>
<target>Nenhum fornecedor de autenticação encontrado para suportar o token de autenticação.</target>
</trans-unit>
<trans-unit id="10">
<source>No session available, it either timed out or cookies are not enabled.</source>
<target>Não existe sessão disponível, esta expirou ou os cookies estão desativados.</target>
</trans-unit>
<trans-unit id="11">
<source>No token could be found.</source>
<target>O token não foi encontrado.</target>
</trans-unit>
<trans-unit id="12">
<source>Username could not be found.</source>
<target>Nome de utilizador não encontrado.</target>
</trans-unit>
<trans-unit id="13">
<source>Account has expired.</source>
<target>A conta expirou.</target>
</trans-unit>
<trans-unit id="14">
<source>Credentials have expired.</source>
<target>As credenciais expiraram.</target>
</trans-unit>
<trans-unit id="15">
<source>Account is disabled.</source>
<target>Conta desativada.</target>
</trans-unit>
<trans-unit id="16">
<source>Account is locked.</source>
<target>A conta esta trancada.</target>
</trans-unit>
</body>
</file>
</xliff>

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>A apărut o eroare de autentificare.</target>
</trans-unit>
<trans-unit id="2">
<source>Authentication credentials could not be found.</source>
<target>Informațiile de autentificare nu au fost găsite.</target>
</trans-unit>
<trans-unit id="3">
<source>Authentication request could not be processed due to a system problem.</source>
<target>Sistemul nu a putut procesa cererea de autentificare din cauza unei erori.</target>
</trans-unit>
<trans-unit id="4">
<source>Invalid credentials.</source>
<target>Date de autentificare invalide.</target>
</trans-unit>
<trans-unit id="5">
<source>Cookie has already been used by someone else.</source>
<target>Cookieul este folosit deja de altcineva.</target>
</trans-unit>
<trans-unit id="6">
<source>Not privileged to request the resource.</source>
<target>Permisiuni insuficiente pentru resursa cerută.</target>
</trans-unit>
<trans-unit id="7">
<source>Invalid CSRF token.</source>
<target>Tokenul CSRF este invalid.</target>
</trans-unit>
<trans-unit id="8">
<source>Digest nonce has expired.</source>
<target>Tokenul temporar a expirat.</target>
</trans-unit>
<trans-unit id="9">
<source>No authentication provider found to support the authentication token.</source>
<target>Nu a fost găsit nici un agent de autentificare pentru tokenul specificat.</target>
</trans-unit>
<trans-unit id="10">
<source>No session available, it either timed out or cookies are not enabled.</source>
<target>Sesiunea nu mai este disponibilă, a expirat sau suportul pentru cookieuri nu este activat.</target>
</trans-unit>
<trans-unit id="11">
<source>No token could be found.</source>
<target>Tokenul nu a putut fi găsit.</target>
</trans-unit>
<trans-unit id="12">
<source>Username could not be found.</source>
<target>Numele de utilizator nu a fost găsit.</target>
</trans-unit>
<trans-unit id="13">
<source>Account has expired.</source>
<target>Contul a expirat.</target>
</trans-unit>
<trans-unit id="14">
<source>Credentials have expired.</source>
<target>Datele de autentificare au expirat.</target>
</trans-unit>
<trans-unit id="15">
<source>Account is disabled.</source>
<target>Contul este dezactivat.</target>
</trans-unit>
<trans-unit id="16">
<source>Account is locked.</source>
<target>Contul este blocat.</target>
</trans-unit>
</body>
</file>
</xliff>

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>Ошибка аутентификации.</target>
</trans-unit>
<trans-unit id="2">
<source>Authentication credentials could not be found.</source>
<target>Аутентификационные данные не найдены.</target>
</trans-unit>
<trans-unit id="3">
<source>Authentication request could not be processed due to a system problem.</source>
<target>Запрос аутентификации не может быть обработан в связи с проблемой в системе.</target>
</trans-unit>
<trans-unit id="4">
<source>Invalid credentials.</source>
<target>Недействительные аутентификационные данные.</target>
</trans-unit>
<trans-unit id="5">
<source>Cookie has already been used by someone else.</source>
<target>Cookie уже был использован кем-то другим.</target>
</trans-unit>
<trans-unit id="6">
<source>Not privileged to request the resource.</source>
<target>Отсутствуют права на запрос этого ресурса.</target>
</trans-unit>
<trans-unit id="7">
<source>Invalid CSRF token.</source>
<target>Недействительный токен CSRF.</target>
</trans-unit>
<trans-unit id="8">
<source>Digest nonce has expired.</source>
<target>Время действия одноразового ключа дайджеста истекло.</target>
</trans-unit>
<trans-unit id="9">
<source>No authentication provider found to support the authentication token.</source>
<target>Не найден провайдер аутентификации, поддерживающий токен аутентификации.</target>
</trans-unit>
<trans-unit id="10">
<source>No session available, it either timed out or cookies are not enabled.</source>
<target>Сессия не найдена, ее время истекло, либо cookies не включены.</target>
</trans-unit>
<trans-unit id="11">
<source>No token could be found.</source>
<target>Токен не найден.</target>
</trans-unit>
<trans-unit id="12">
<source>Username could not be found.</source>
<target>Имя пользователя не найдено.</target>
</trans-unit>
<trans-unit id="13">
<source>Account has expired.</source>
<target>Время действия учетной записи истекло.</target>
</trans-unit>
<trans-unit id="14">
<source>Credentials have expired.</source>
<target>Время действия аутентификационных данных истекло.</target>
</trans-unit>
<trans-unit id="15">
<source>Account is disabled.</source>
<target>Учетная запись отключена.</target>
</trans-unit>
<trans-unit id="16">
<source>Account is locked.</source>
<target>Учетная запись заблокирована.</target>
</trans-unit>
</body>
</file>
</xliff>

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>Pri overovaní došlo k chybe.</target>
</trans-unit>
<trans-unit id="2">
<source>Authentication credentials could not be found.</source>
<target>Overovacie údaje neboli nájdené.</target>
</trans-unit>
<trans-unit id="3">
<source>Authentication request could not be processed due to a system problem.</source>
<target>Požiadavok na overenie nemohol byť spracovaný kvôli systémovej chybe.</target>
</trans-unit>
<trans-unit id="4">
<source>Invalid credentials.</source>
<target>Neplatné prihlasovacie údaje.</target>
</trans-unit>
<trans-unit id="5">
<source>Cookie has already been used by someone else.</source>
<target>Cookie už bolo použité niekým iným.</target>
</trans-unit>
<trans-unit id="6">
<source>Not privileged to request the resource.</source>
<target>Nemáte oprávnenie pristupovať k prostriedku.</target>
</trans-unit>
<trans-unit id="7">
<source>Invalid CSRF token.</source>
<target>Neplatný CSRF token.</target>
</trans-unit>
<trans-unit id="8">
<source>Digest nonce has expired.</source>
<target>Platnosť inicializačného vektoru (digest nonce) skončila.</target>
</trans-unit>
<trans-unit id="9">
<source>No authentication provider found to support the authentication token.</source>
<target>Poskytovateľ pre overovací token nebol nájdený.</target>
</trans-unit>
<trans-unit id="10">
<source>No session available, it either timed out or cookies are not enabled.</source>
<target>Session nie je k dispozíci, vypršala jej platnosť, alebo sú zakázané cookies.</target>
</trans-unit>
<trans-unit id="11">
<source>No token could be found.</source>
<target>Token nebol nájdený.</target>
</trans-unit>
<trans-unit id="12">
<source>Username could not be found.</source>
<target>Prihlasovacie meno nebolo nájdené.</target>
</trans-unit>
<trans-unit id="13">
<source>Account has expired.</source>
<target>Platnosť účtu skončila.</target>
</trans-unit>
<trans-unit id="14">
<source>Credentials have expired.</source>
<target>Platnosť prihlasovacích údajov skončila.</target>
</trans-unit>
<trans-unit id="15">
<source>Account is disabled.</source>
<target>Účet je zakázaný.</target>
</trans-unit>
<trans-unit id="16">
<source>Account is locked.</source>
<target>Účet je zablokovaný.</target>
</trans-unit>
</body>
</file>
</xliff>

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>Prišlo je do izjeme pri preverjanju avtentikacije.</target>
</trans-unit>
<trans-unit id="2">
<source>Authentication credentials could not be found.</source>
<target>Poverilnic za avtentikacijo ni bilo mogoče najti.</target>
</trans-unit>
<trans-unit id="3">
<source>Authentication request could not be processed due to a system problem.</source>
<target>Zahteve za avtentikacijo ni bilo mogoče izvesti zaradi sistemske težave.</target>
</trans-unit>
<trans-unit id="4">
<source>Invalid credentials.</source>
<target>Neveljavne pravice.</target>
</trans-unit>
<trans-unit id="5">
<source>Cookie has already been used by someone else.</source>
<target>Piškotek je uporabil že nekdo drug.</target>
</trans-unit>
<trans-unit id="6">
<source>Not privileged to request the resource.</source>
<target>Nimate privilegijev za zahtevani vir.</target>
</trans-unit>
<trans-unit id="7">
<source>Invalid CSRF token.</source>
<target>Neveljaven CSRF žeton.</target>
</trans-unit>
<trans-unit id="8">
<source>Digest nonce has expired.</source>
<target>Začasni žeton je potekel.</target>
</trans-unit>
<trans-unit id="9">
<source>No authentication provider found to support the authentication token.</source>
<target>Ponudnika avtentikacije za podporo prijavnega žetona ni bilo mogoče najti.</target>
</trans-unit>
<trans-unit id="10">
<source>No session available, it either timed out or cookies are not enabled.</source>
<target>Seja ni na voljo, ali je potekla ali pa piškotki niso omogočeni.</target>
</trans-unit>
<trans-unit id="11">
<source>No token could be found.</source>
<target>Žetona ni bilo mogoče najti.</target>
</trans-unit>
<trans-unit id="12">
<source>Username could not be found.</source>
<target>Uporabniškega imena ni bilo mogoče najti.</target>
</trans-unit>
<trans-unit id="13">
<source>Account has expired.</source>
<target>Račun je potekel.</target>
</trans-unit>
<trans-unit id="14">
<source>Credentials have expired.</source>
<target>Poverilnice so potekle.</target>
</trans-unit>
<trans-unit id="15">
<source>Account is disabled.</source>
<target>Račun je onemogočen.</target>
</trans-unit>
<trans-unit id="16">
<source>Account is locked.</source>
<target>Račun je zaklenjen.</target>
</trans-unit>
</body>
</file>
</xliff>

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>Изузетак при аутентификацији.</target>
</trans-unit>
<trans-unit id="2">
<source>Authentication credentials could not be found.</source>
<target>Аутентификациони подаци нису пронађени.</target>
</trans-unit>
<trans-unit id="3">
<source>Authentication request could not be processed due to a system problem.</source>
<target>Захтев за аутентификацију не може бити обрађен због системских проблема.</target>
</trans-unit>
<trans-unit id="4">
<source>Invalid credentials.</source>
<target>Невалидни подаци за аутентификацију.</target>
</trans-unit>
<trans-unit id="5">
<source>Cookie has already been used by someone else.</source>
<target>Колачић је већ искоришћен од стране неког другог.</target>
</trans-unit>
<trans-unit id="6">
<source>Not privileged to request the resource.</source>
<target>Немате права приступа овом ресурсу.</target>
</trans-unit>
<trans-unit id="7">
<source>Invalid CSRF token.</source>
<target>Невалидан CSRF токен.</target>
</trans-unit>
<trans-unit id="8">
<source>Digest nonce has expired.</source>
<target>Време криптографског кључа је истекло.</target>
</trans-unit>
<trans-unit id="9">
<source>No authentication provider found to support the authentication token.</source>
<target>Аутентификациони провајдер за подршку токена није пронађен.</target>
</trans-unit>
<trans-unit id="10">
<source>No session available, it either timed out or cookies are not enabled.</source>
<target>Сесија није доступна, истекла је или су колачићи искључени.</target>
</trans-unit>
<trans-unit id="11">
<source>No token could be found.</source>
<target>Токен не може бити пронађен.</target>
</trans-unit>
<trans-unit id="12">
<source>Username could not be found.</source>
<target>Корисничко име не може бити пронађено.</target>
</trans-unit>
<trans-unit id="13">
<source>Account has expired.</source>
<target>Налог је истекао.</target>
</trans-unit>
<trans-unit id="14">
<source>Credentials have expired.</source>
<target>Подаци за аутентификацију су истекли.</target>
</trans-unit>
<trans-unit id="15">
<source>Account is disabled.</source>
<target>Налог је онемогућен.</target>
</trans-unit>
<trans-unit id="16">
<source>Account is locked.</source>
<target>Налог је закључан.</target>
</trans-unit>
</body>
</file>
</xliff>

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>Izuzetak pri autentifikaciji.</target>
</trans-unit>
<trans-unit id="2">
<source>Authentication credentials could not be found.</source>
<target>Autentifikacioni 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>Zahtev za autentifikaciju ne može biti obrađen zbog sistemskih problema.</target>
</trans-unit>
<trans-unit id="4">
<source>Invalid credentials.</source>
<target>Nevalidni podaci za autentifikaciju.</target>
</trans-unit>
<trans-unit id="5">
<source>Cookie has already been used by someone else.</source>
<target>Kolačić je već iskorišćen od strane nekog drugog.</target>
</trans-unit>
<trans-unit id="6">
<source>Not privileged to request the resource.</source>
<target>Nemate prava pristupa ovom resursu.</target>
</trans-unit>
<trans-unit id="7">
<source>Invalid CSRF token.</source>
<target>Nevalidan CSRF token.</target>
</trans-unit>
<trans-unit id="8">
<source>Digest nonce has expired.</source>
<target>Vreme kriptografskog ključa je isteklo.</target>
</trans-unit>
<trans-unit id="9">
<source>No authentication provider found to support the authentication token.</source>
<target>Autentifikacioni provajder za podršku tokena nije pronađen.</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, istekla je ili su kolačići isključeni.</target>
</trans-unit>
<trans-unit id="11">
<source>No token could be found.</source>
<target>Token ne može biti pronađen.</target>
</trans-unit>
<trans-unit id="12">
<source>Username could not be found.</source>
<target>Korisničko ime ne može biti pronađeno.</target>
</trans-unit>
<trans-unit id="13">
<source>Account has expired.</source>
<target>Nalog je istekao.</target>
</trans-unit>
<trans-unit id="14">
<source>Credentials have expired.</source>
<target>Podaci za autentifikaciju su istekli.</target>
</trans-unit>
<trans-unit id="15">
<source>Account is disabled.</source>
<target>Nalog je onemogućen.</target>
</trans-unit>
<trans-unit id="16">
<source>Account is locked.</source>
<target>Nalog je zaključan.</target>
</trans-unit>
</body>
</file>
</xliff>

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>Ett autentiseringsfel har inträffat.</target>
</trans-unit>
<trans-unit id="2">
<source>Authentication credentials could not be found.</source>
<target>Uppgifterna för autentisering kunde inte hittas.</target>
</trans-unit>
<trans-unit id="3">
<source>Authentication request could not be processed due to a system problem.</source>
<target>Autentiseringen kunde inte genomföras på grund av systemfel.</target>
</trans-unit>
<trans-unit id="4">
<source>Invalid credentials.</source>
<target>Felaktiga uppgifter.</target>
</trans-unit>
<trans-unit id="5">
<source>Cookie has already been used by someone else.</source>
<target>Cookien har redan använts av någon annan.</target>
</trans-unit>
<trans-unit id="6">
<source>Not privileged to request the resource.</source>
<target>Saknar rättigheter för resursen.</target>
</trans-unit>
<trans-unit id="7">
<source>Invalid CSRF token.</source>
<target>Ogiltig CSRF-token.</target>
</trans-unit>
<trans-unit id="8">
<source>Digest nonce has expired.</source>
<target>Förfallen digest nonce.</target>
</trans-unit>
<trans-unit id="9">
<source>No authentication provider found to support the authentication token.</source>
<target>Ingen leverantör för autentisering hittades för angiven autentiseringstoken.</target>
</trans-unit>
<trans-unit id="10">
<source>No session available, it either timed out or cookies are not enabled.</source>
<target>Ingen session finns tillgänglig, antingen har den förfallit eller är cookies inte aktiverat.</target>
</trans-unit>
<trans-unit id="11">
<source>No token could be found.</source>
<target>Ingen token kunde hittas.</target>
</trans-unit>
<trans-unit id="12">
<source>Username could not be found.</source>
<target>Användarnamnet kunde inte hittas.</target>
</trans-unit>
<trans-unit id="13">
<source>Account has expired.</source>
<target>Kontot har förfallit.</target>
</trans-unit>
<trans-unit id="14">
<source>Credentials have expired.</source>
<target>Uppgifterna har förfallit.</target>
</trans-unit>
<trans-unit id="15">
<source>Account is disabled.</source>
<target>Kontot är inaktiverat.</target>
</trans-unit>
<trans-unit id="16">
<source>Account is locked.</source>
<target>Kontot är låst.</target>
</trans-unit>
</body>
</file>
</xliff>

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>Bir yetkilendirme istisnası oluştu.</target>
</trans-unit>
<trans-unit id="2">
<source>Authentication credentials could not be found.</source>
<target>Yetkilendirme girdileri bulunamadı.</target>
</trans-unit>
<trans-unit id="3">
<source>Authentication request could not be processed due to a system problem.</source>
<target>Bir sistem hatası nedeniyle yetkilendirme isteği işleme alınamıyor.</target>
</trans-unit>
<trans-unit id="4">
<source>Invalid credentials.</source>
<target>Geçersiz girdiler.</target>
</trans-unit>
<trans-unit id="5">
<source>Cookie has already been used by someone else.</source>
<target>Çerez bir başkası tarafından zaten kullanılmıştı.</target>
</trans-unit>
<trans-unit id="6">
<source>Not privileged to request the resource.</source>
<target>Kaynak talebi için imtiyaz bulunamadı.</target>
</trans-unit>
<trans-unit id="7">
<source>Invalid CSRF token.</source>
<target>Geçersiz CSRF fişi.</target>
</trans-unit>
<trans-unit id="8">
<source>Digest nonce has expired.</source>
<target>Derleme zaman aşımı gerçekleşti.</target>
</trans-unit>
<trans-unit id="9">
<source>No authentication provider found to support the authentication token.</source>
<target>Yetkilendirme fişini destekleyecek yetkilendirme sağlayıcısı bulunamadı.</target>
</trans-unit>
<trans-unit id="10">
<source>No session available, it either timed out or cookies are not enabled.</source>
<target>Oturum bulunamadı, zaman aşımına uğradı veya çerezler etkin değil.</target>
</trans-unit>
<trans-unit id="11">
<source>No token could be found.</source>
<target>Bilet bulunamadı.</target>
</trans-unit>
<trans-unit id="12">
<source>Username could not be found.</source>
<target>Kullanıcı adı bulunamadı.</target>
</trans-unit>
<trans-unit id="13">
<source>Account has expired.</source>
<target>Hesap zaman aşımına uğradı.</target>
</trans-unit>
<trans-unit id="14">
<source>Credentials have expired.</source>
<target>Girdiler zaman aşımına uğradı.</target>
</trans-unit>
<trans-unit id="15">
<source>Account is disabled.</source>
<target>Hesap devre dışı bırakılmış.</target>
</trans-unit>
<trans-unit id="16">
<source>Account is locked.</source>
<target>Hesap kilitlenmiş.</target>
</trans-unit>
</body>
</file>
</xliff>

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>Помилка автентифікації.</target>
</trans-unit>
<trans-unit id="2">
<source>Authentication credentials could not be found.</source>
<target>Автентифікаційні дані не знайдено.</target>
</trans-unit>
<trans-unit id="3">
<source>Authentication request could not be processed due to a system problem.</source>
<target>Запит на автентифікацію не може бути опрацьовано у зв’язку з проблемою в системі.</target>
</trans-unit>
<trans-unit id="4">
<source>Invalid credentials.</source>
<target>Невірні автентифікаційні дані.</target>
</trans-unit>
<trans-unit id="5">
<source>Cookie has already been used by someone else.</source>
<target>Хтось інший вже використав цей сookie.</target>
</trans-unit>
<trans-unit id="6">
<source>Not privileged to request the resource.</source>
<target>Відсутні права на запит цього ресурсу.</target>
</trans-unit>
<trans-unit id="7">
<source>Invalid CSRF token.</source>
<target>Невірний токен CSRF.</target>
</trans-unit>
<trans-unit id="8">
<source>Digest nonce has expired.</source>
<target>Закінчився термін дії одноразового ключа дайджесту.</target>
</trans-unit>
<trans-unit id="9">
<source>No authentication provider found to support the authentication token.</source>
<target>Не знайдено провайдера автентифікації, що підтримує токен автентифікаціії.</target>
</trans-unit>
<trans-unit id="10">
<source>No session available, it either timed out or cookies are not enabled.</source>
<target>Сесія недоступна, її час вийшов, або cookies вимкнено.</target>
</trans-unit>
<trans-unit id="11">
<source>No token could be found.</source>
<target>Токен не знайдено.</target>
</trans-unit>
<trans-unit id="12">
<source>Username could not be found.</source>
<target>Ім’я користувача не знайдено.</target>
</trans-unit>
<trans-unit id="13">
<source>Account has expired.</source>
<target>Термін дії облікового запису вичерпано.</target>
</trans-unit>
<trans-unit id="14">
<source>Credentials have expired.</source>
<target>Термін дії автентифікаційних даних вичерпано.</target>
</trans-unit>
<trans-unit id="15">
<source>Account is disabled.</source>
<target>Обліковий запис відключено.</target>
</trans-unit>
<trans-unit id="16">
<source>Account is locked.</source>
<target>Обліковий запис заблоковано.</target>
</trans-unit>
</body>
</file>
</xliff>