diff --git a/apps/dav/l10n/ga.js b/apps/dav/l10n/ga.js index 300b2beac80..308c8de626b 100644 --- a/apps/dav/l10n/ga.js +++ b/apps/dav/l10n/ga.js @@ -236,6 +236,7 @@ OC.L10N.register( "Failed to check file size: %1$s" : "Níorbh fhéidir méid an chomhaid a sheiceáil: %1$s", "Could not open file: %1$s (%2$d), file does seem to exist" : "Níorbh fhéidir an comhad a oscailt: %1$s (%2$d), is cosúil go bhfuil an comhad ann", "Could not open file: %1$s (%2$d), file doesn't seem to exist" : "Níorbh fhéidir an comhad a oscailt: %1$s (%2$d), is cosúil nach bhfuil an comhad ann.", + "Failed to get size for : %1$s" : "Theip ar mhéid a fháil le haghaidh: %1$s", "Encryption not ready: %1$s" : "Níl an criptiúchán réidh: %1$s", "Failed to open file: %1$s" : "Níorbh fhéidir an comhad a oscailt: %1$s", "Failed to unlink: %1$s" : "Theip ar dhínascadh: %1$s", diff --git a/apps/dav/l10n/ga.json b/apps/dav/l10n/ga.json index a4b7ab81078..3d631cc8f63 100644 --- a/apps/dav/l10n/ga.json +++ b/apps/dav/l10n/ga.json @@ -234,6 +234,7 @@ "Failed to check file size: %1$s" : "Níorbh fhéidir méid an chomhaid a sheiceáil: %1$s", "Could not open file: %1$s (%2$d), file does seem to exist" : "Níorbh fhéidir an comhad a oscailt: %1$s (%2$d), is cosúil go bhfuil an comhad ann", "Could not open file: %1$s (%2$d), file doesn't seem to exist" : "Níorbh fhéidir an comhad a oscailt: %1$s (%2$d), is cosúil nach bhfuil an comhad ann.", + "Failed to get size for : %1$s" : "Theip ar mhéid a fháil le haghaidh: %1$s", "Encryption not ready: %1$s" : "Níl an criptiúchán réidh: %1$s", "Failed to open file: %1$s" : "Níorbh fhéidir an comhad a oscailt: %1$s", "Failed to unlink: %1$s" : "Theip ar dhínascadh: %1$s", diff --git a/apps/files/l10n/fi.js b/apps/files/l10n/fi.js index aac855836c7..e9cc605f8db 100644 --- a/apps/files/l10n/fi.js +++ b/apps/files/l10n/fi.js @@ -144,6 +144,7 @@ OC.L10N.register( "Warn before deleting a file" : "Varoita ennen tiedoston poistamista", "WebDAV URL" : "WebDAV:in URL-osoite", "Create an app password" : "Luo sovellussalasana", + "How to access files using WebDAV" : "Tiedostojen käyttö WebDAVin avulla", "Name" : "Nimi", "File type" : "Tiedoston tyyppi", "Size" : "Koko", diff --git a/apps/files/l10n/fi.json b/apps/files/l10n/fi.json index 3c85c9715cc..381ebb4ab3e 100644 --- a/apps/files/l10n/fi.json +++ b/apps/files/l10n/fi.json @@ -142,6 +142,7 @@ "Warn before deleting a file" : "Varoita ennen tiedoston poistamista", "WebDAV URL" : "WebDAV:in URL-osoite", "Create an app password" : "Luo sovellussalasana", + "How to access files using WebDAV" : "Tiedostojen käyttö WebDAVin avulla", "Name" : "Nimi", "File type" : "Tiedoston tyyppi", "Size" : "Koko", diff --git a/apps/files/l10n/ga.js b/apps/files/l10n/ga.js index 02be5e4b69c..e4baedacecd 100644 --- a/apps/files/l10n/ga.js +++ b/apps/files/l10n/ga.js @@ -95,6 +95,7 @@ OC.L10N.register( "Another entry with the same name already exists." : "Tá iontráil eile leis an ainm céanna ann cheana féin.", "Invalid filename." : "Ainm comhaid neamhbhailí.", "Rename file" : "Athainmnigh an comhad", + "Recently created" : "Cruthaithe le déanaí", "Folder" : "Fillteán", "Unknown file type" : "Cineál comhaid anaithnid", "{ext} image" : "íomhá {ext}", diff --git a/apps/files/l10n/ga.json b/apps/files/l10n/ga.json index 8b4e1d1b9e3..c998498e7bf 100644 --- a/apps/files/l10n/ga.json +++ b/apps/files/l10n/ga.json @@ -93,6 +93,7 @@ "Another entry with the same name already exists." : "Tá iontráil eile leis an ainm céanna ann cheana féin.", "Invalid filename." : "Ainm comhaid neamhbhailí.", "Rename file" : "Athainmnigh an comhad", + "Recently created" : "Cruthaithe le déanaí", "Folder" : "Fillteán", "Unknown file type" : "Cineál comhaid anaithnid", "{ext} image" : "íomhá {ext}", diff --git a/apps/files_external/l10n/nl.js b/apps/files_external/l10n/nl.js index f82f393a9ed..78da57bfb4e 100644 --- a/apps/files_external/l10n/nl.js +++ b/apps/files_external/l10n/nl.js @@ -68,7 +68,7 @@ OC.L10N.register( "SFTP with secret key login" : "SFTP met geheime sleutel inlog", "SMB/CIFS" : "SMB/CIFS", "Share" : "Share", - "Show hidden files" : "Laat verborgen bestanden zien", + "Show hidden files" : "Toon verborgen bestanden", "Case sensitive file system" : "Hoofdlettergevoelig bestandssysteem", "Disabling it will allow to use a case insensitive file system, but comes with a performance penalty" : "Door dit uit te schakelen kan een hoofdletterongevoelig bestandssysteem worden gebruikt, zij het met verminderde prestaties", "Verify ACL access when listing files" : "ACL controleren bij bestandsoverzichten", diff --git a/apps/files_external/l10n/nl.json b/apps/files_external/l10n/nl.json index 883c4492ec5..e5b337bb4e4 100644 --- a/apps/files_external/l10n/nl.json +++ b/apps/files_external/l10n/nl.json @@ -66,7 +66,7 @@ "SFTP with secret key login" : "SFTP met geheime sleutel inlog", "SMB/CIFS" : "SMB/CIFS", "Share" : "Share", - "Show hidden files" : "Laat verborgen bestanden zien", + "Show hidden files" : "Toon verborgen bestanden", "Case sensitive file system" : "Hoofdlettergevoelig bestandssysteem", "Disabling it will allow to use a case insensitive file system, but comes with a performance penalty" : "Door dit uit te schakelen kan een hoofdletterongevoelig bestandssysteem worden gebruikt, zij het met verminderde prestaties", "Verify ACL access when listing files" : "ACL controleren bij bestandsoverzichten", diff --git a/apps/settings/l10n/nl.js b/apps/settings/l10n/nl.js index cecb3aad2cf..2dd0218eb9a 100644 --- a/apps/settings/l10n/nl.js +++ b/apps/settings/l10n/nl.js @@ -34,6 +34,7 @@ OC.L10N.register( "Settings" : "Instellingen", "Could not remove app." : "Kon app niet verwijderen", "Could not update app." : "Kon app niet updaten", + "One time login" : "Eenmalige inlog", "Wrong password" : "Onjuist wachtwoord", "Unable to change personal password" : "Kan persoonlijk wachtwoord niet wijzigen", "Saved" : "Opgeslagen", @@ -177,6 +178,7 @@ OC.L10N.register( "Disabled" : "Uitgeschakeld", "The old server-side-encryption format is enabled. We recommend disabling this." : "Het oude server-side-encryptie formaat is ingeschakeld. We raden aan om dit uit te schakelen.", "The logging level is set to debug level. Use debug level only when you have a problem to diagnose, and then reset your log level to a less-verbose level as it outputs a lot of information, and can affect your server performance." : "Het logniveau is ingesteld op foutopsporingsniveau. Gebruik het foutopsporingsniveau alleen om een probleem te diagnosticeren, en reset vervolgens uw log-niveau naar een niveau met minder informatie, omdat het veel informatie oplevert en de prestaties van uw server kan beïnvloeden.", + "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "De server heeft geen onderhoudsvenster starttijd geconfigureerd. Dit betekent dat bron intensieve dagelijkse achtergrond taken ook worden uitgevoerd tijdens normaal gebruik. We adviseren om een tijdstip te kiezen met beperkt gebruik, zodat gebruikers minder worden beïnvloedt door de belasting gegenereerd door deze zware taken.", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "De PHP functie \"set_time_limit\" is niet beschikbaar. Dit kan erin resulteren dat de scripts halverwege stoppen, waardoor de installatie ontregeld raakt. We adviseren sterk om deze functie in te schakelen.", "Supported" : "Ondersteund", "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Je PHP heeft geen FreeType ondersteuning. Dit zal leiden tot verminkte profielafbeeldingen en instellingeninterface.", @@ -192,6 +194,7 @@ OC.L10N.register( "Architecture" : "Architectuur", "64-bit" : "64-bit", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Je database draait niet met \"READ COMMITTED\" transactie-isolatie niveau. Dit kan problemen opleveren als er meerdere acties tegelijkertijd worden uitgevoerd.", + "Profile information" : "Profiel informatie", "Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "Profielfoto, volledige naam, e-mailadres, telefoonnummer, adres, website, Twitter, organisatie, rol, kop, biografie en of je profiel is ingeschakeld", "Nextcloud settings" : "Nextcloud instellingen", "Enable" : "Inschakelen", diff --git a/apps/settings/l10n/nl.json b/apps/settings/l10n/nl.json index ee3c6c2bbed..e5c9fbf8370 100644 --- a/apps/settings/l10n/nl.json +++ b/apps/settings/l10n/nl.json @@ -32,6 +32,7 @@ "Settings" : "Instellingen", "Could not remove app." : "Kon app niet verwijderen", "Could not update app." : "Kon app niet updaten", + "One time login" : "Eenmalige inlog", "Wrong password" : "Onjuist wachtwoord", "Unable to change personal password" : "Kan persoonlijk wachtwoord niet wijzigen", "Saved" : "Opgeslagen", @@ -175,6 +176,7 @@ "Disabled" : "Uitgeschakeld", "The old server-side-encryption format is enabled. We recommend disabling this." : "Het oude server-side-encryptie formaat is ingeschakeld. We raden aan om dit uit te schakelen.", "The logging level is set to debug level. Use debug level only when you have a problem to diagnose, and then reset your log level to a less-verbose level as it outputs a lot of information, and can affect your server performance." : "Het logniveau is ingesteld op foutopsporingsniveau. Gebruik het foutopsporingsniveau alleen om een probleem te diagnosticeren, en reset vervolgens uw log-niveau naar een niveau met minder informatie, omdat het veel informatie oplevert en de prestaties van uw server kan beïnvloeden.", + "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "De server heeft geen onderhoudsvenster starttijd geconfigureerd. Dit betekent dat bron intensieve dagelijkse achtergrond taken ook worden uitgevoerd tijdens normaal gebruik. We adviseren om een tijdstip te kiezen met beperkt gebruik, zodat gebruikers minder worden beïnvloedt door de belasting gegenereerd door deze zware taken.", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "De PHP functie \"set_time_limit\" is niet beschikbaar. Dit kan erin resulteren dat de scripts halverwege stoppen, waardoor de installatie ontregeld raakt. We adviseren sterk om deze functie in te schakelen.", "Supported" : "Ondersteund", "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Je PHP heeft geen FreeType ondersteuning. Dit zal leiden tot verminkte profielafbeeldingen en instellingeninterface.", @@ -190,6 +192,7 @@ "Architecture" : "Architectuur", "64-bit" : "64-bit", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Je database draait niet met \"READ COMMITTED\" transactie-isolatie niveau. Dit kan problemen opleveren als er meerdere acties tegelijkertijd worden uitgevoerd.", + "Profile information" : "Profiel informatie", "Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "Profielfoto, volledige naam, e-mailadres, telefoonnummer, adres, website, Twitter, organisatie, rol, kop, biografie en of je profiel is ingeschakeld", "Nextcloud settings" : "Nextcloud instellingen", "Enable" : "Inschakelen", diff --git a/core/l10n/fi.js b/core/l10n/fi.js index d57b76ac1e4..d77c3b5ae3b 100644 --- a/core/l10n/fi.js +++ b/core/l10n/fi.js @@ -267,6 +267,7 @@ OC.L10N.register( "Reset search" : "Tyhjennä haku", "Could not load your contacts" : "Yhteystietojasi ei voitu ladata", "No contacts found" : "Yhteystietoja ei löytynyt", + "Contacts list" : "Yhteystietoluettelo", "Show all contacts" : "Näytä kaikki kontaktit", "Install the Contacts app" : "Asenna Yhteystiedot-sovellus", "Search" : "Etsi", diff --git a/core/l10n/fi.json b/core/l10n/fi.json index bc40e8e6d2e..4e9ca5777f4 100644 --- a/core/l10n/fi.json +++ b/core/l10n/fi.json @@ -265,6 +265,7 @@ "Reset search" : "Tyhjennä haku", "Could not load your contacts" : "Yhteystietojasi ei voitu ladata", "No contacts found" : "Yhteystietoja ei löytynyt", + "Contacts list" : "Yhteystietoluettelo", "Show all contacts" : "Näytä kaikki kontaktit", "Install the Contacts app" : "Asenna Yhteystiedot-sovellus", "Search" : "Etsi", diff --git a/lib/l10n/ar.js b/lib/l10n/ar.js index 5b523477316..9973330831c 100644 --- a/lib/l10n/ar.js +++ b/lib/l10n/ar.js @@ -277,9 +277,6 @@ OC.L10N.register( "Login canceled by app" : "تم إلغاء تسجيل الدخول مِن طرف التطبيق", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "التطبيق \"%1$s\" لا يمكن تنصيبه بسبب أن التبعيّات التالية لم تتحقق: %2$s", "a safe home for all your data" : "المكان الآمن لجميع بياناتك", - "Application is not enabled" : "التطبيق غير مفعّل", - "Authentication error" : "لم يتم التأكد من الشخصية بنجاح", - "Token expired. Please reload page." : "انتهت صلاحية الكلمة , يرجى اعادة تحميل الصفحة", "No database drivers (sqlite, mysql, or postgresql) installed." : "لا توجد برامج تشغيل لقاعدة البيانات (sqlite أو mysql أو postgresql) مثبتة.", "Cannot write into \"config\" directory." : "تعذّرت الكتابة في الدليل 'config\".", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "يمكن إصلاح هذا عادةً بمنح خادم الويب صلاحية الوصول إلى الدليل \"config\". للمزيد، أنظر: %s", @@ -440,6 +437,9 @@ OC.L10N.register( "Generate headline" : "توليد العنوان", "Summarizes text by reducing its length without losing key information." : "يُلَخِّص النص بتقليل طوله دون فقدان المعنى.", "Extracts topics from a text and outputs them separated by commas." : "يستخلص المواضيع من النص و إخراجها مفصولة بفواصل.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "\"Mac OS X\" غير مدعوم؛ و %s سوف لن يعمل بالشكل الصحيح على هذه المنصة. استعمله على مسؤوليتك!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "\"Mac OS X\" غير مدعوم؛ و %s سوف لن يعمل بالشكل الصحيح على هذه المنصة. استعمله على مسؤوليتك!", + "Application is not enabled" : "التطبيق غير مفعّل", + "Authentication error" : "لم يتم التأكد من الشخصية بنجاح", + "Token expired. Please reload page." : "انتهت صلاحية الكلمة , يرجى اعادة تحميل الصفحة" }, "nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"); diff --git a/lib/l10n/ar.json b/lib/l10n/ar.json index f801f32842a..c04c9cdd85c 100644 --- a/lib/l10n/ar.json +++ b/lib/l10n/ar.json @@ -275,9 +275,6 @@ "Login canceled by app" : "تم إلغاء تسجيل الدخول مِن طرف التطبيق", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "التطبيق \"%1$s\" لا يمكن تنصيبه بسبب أن التبعيّات التالية لم تتحقق: %2$s", "a safe home for all your data" : "المكان الآمن لجميع بياناتك", - "Application is not enabled" : "التطبيق غير مفعّل", - "Authentication error" : "لم يتم التأكد من الشخصية بنجاح", - "Token expired. Please reload page." : "انتهت صلاحية الكلمة , يرجى اعادة تحميل الصفحة", "No database drivers (sqlite, mysql, or postgresql) installed." : "لا توجد برامج تشغيل لقاعدة البيانات (sqlite أو mysql أو postgresql) مثبتة.", "Cannot write into \"config\" directory." : "تعذّرت الكتابة في الدليل 'config\".", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "يمكن إصلاح هذا عادةً بمنح خادم الويب صلاحية الوصول إلى الدليل \"config\". للمزيد، أنظر: %s", @@ -438,6 +435,9 @@ "Generate headline" : "توليد العنوان", "Summarizes text by reducing its length without losing key information." : "يُلَخِّص النص بتقليل طوله دون فقدان المعنى.", "Extracts topics from a text and outputs them separated by commas." : "يستخلص المواضيع من النص و إخراجها مفصولة بفواصل.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "\"Mac OS X\" غير مدعوم؛ و %s سوف لن يعمل بالشكل الصحيح على هذه المنصة. استعمله على مسؤوليتك!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "\"Mac OS X\" غير مدعوم؛ و %s سوف لن يعمل بالشكل الصحيح على هذه المنصة. استعمله على مسؤوليتك!", + "Application is not enabled" : "التطبيق غير مفعّل", + "Authentication error" : "لم يتم التأكد من الشخصية بنجاح", + "Token expired. Please reload page." : "انتهت صلاحية الكلمة , يرجى اعادة تحميل الصفحة" },"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" } \ No newline at end of file diff --git a/lib/l10n/ast.js b/lib/l10n/ast.js index b09b35ee5fb..edb3bf1933f 100644 --- a/lib/l10n/ast.js +++ b/lib/l10n/ast.js @@ -189,8 +189,6 @@ OC.L10N.register( "Dec." : "Avi.", "A valid password must be provided" : "Ha fornise una contraseña válida", "a safe home for all your data" : "un llugar seguru pa los datos personales", - "Application is not enabled" : "L'aplicación nun ta activada", - "Authentication error" : "Error de l'autenticación", "Your data directory is not writable." : "Nun se pue escribir nel to direutoriu de datos.", "Please ask your server administrator to install the module." : "Pidi a l'alministración del sirvidor qu'instale'l módulu.", "Your data directory is invalid." : "El to direutoriu de datos ye inválidu.", @@ -213,6 +211,8 @@ OC.L10N.register( "Target language" : "Llingua de destín", "Result" : "Resultáu", "Summarizes text by reducing its length without losing key information." : "Resume'l testu amenorgando la so llongura ensin perder la información importante.", - "Extracts topics from a text and outputs them separated by commas." : "Estrái temes d'un testu y devuélvelos separtaos per comes." + "Extracts topics from a text and outputs them separated by commas." : "Estrái temes d'un testu y devuélvelos separtaos per comes.", + "Application is not enabled" : "L'aplicación nun ta activada", + "Authentication error" : "Error de l'autenticación" }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/ast.json b/lib/l10n/ast.json index 3d0a0e2fcba..bf898c9a62c 100644 --- a/lib/l10n/ast.json +++ b/lib/l10n/ast.json @@ -187,8 +187,6 @@ "Dec." : "Avi.", "A valid password must be provided" : "Ha fornise una contraseña válida", "a safe home for all your data" : "un llugar seguru pa los datos personales", - "Application is not enabled" : "L'aplicación nun ta activada", - "Authentication error" : "Error de l'autenticación", "Your data directory is not writable." : "Nun se pue escribir nel to direutoriu de datos.", "Please ask your server administrator to install the module." : "Pidi a l'alministración del sirvidor qu'instale'l módulu.", "Your data directory is invalid." : "El to direutoriu de datos ye inválidu.", @@ -211,6 +209,8 @@ "Target language" : "Llingua de destín", "Result" : "Resultáu", "Summarizes text by reducing its length without losing key information." : "Resume'l testu amenorgando la so llongura ensin perder la información importante.", - "Extracts topics from a text and outputs them separated by commas." : "Estrái temes d'un testu y devuélvelos separtaos per comes." + "Extracts topics from a text and outputs them separated by commas." : "Estrái temes d'un testu y devuélvelos separtaos per comes.", + "Application is not enabled" : "L'aplicación nun ta activada", + "Authentication error" : "Error de l'autenticación" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/az.js b/lib/l10n/az.js index b0d652024c5..41e12a7adb2 100644 --- a/lib/l10n/az.js +++ b/lib/l10n/az.js @@ -62,10 +62,10 @@ OC.L10N.register( "Nov." : "Noy.", "Dec." : "Dek.", "A valid password must be provided" : "Düzgün şifrə daxil edilməlidir", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Bu ola bilər ki, cache/accelerator such tərəfindən cağırılıb hansi ki, Zend OPcache və eAccelerator-da olduğu kimidir.", + "Summary" : "Xülasə", "Application is not enabled" : "Proqram təminatı aktiv edilməyib", "Authentication error" : "Təyinat metodikası", - "Token expired. Please reload page." : "Token vaxtı bitib. Xahiş olunur səhifəni yenidən yükləyəsiniz.", - "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Bu ola bilər ki, cache/accelerator such tərəfindən cağırılıb hansi ki, Zend OPcache və eAccelerator-da olduğu kimidir.", - "Summary" : "Xülasə" + "Token expired. Please reload page." : "Token vaxtı bitib. Xahiş olunur səhifəni yenidən yükləyəsiniz." }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/az.json b/lib/l10n/az.json index 88e95de3529..97e107c0fd5 100644 --- a/lib/l10n/az.json +++ b/lib/l10n/az.json @@ -60,10 +60,10 @@ "Nov." : "Noy.", "Dec." : "Dek.", "A valid password must be provided" : "Düzgün şifrə daxil edilməlidir", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Bu ola bilər ki, cache/accelerator such tərəfindən cağırılıb hansi ki, Zend OPcache və eAccelerator-da olduğu kimidir.", + "Summary" : "Xülasə", "Application is not enabled" : "Proqram təminatı aktiv edilməyib", "Authentication error" : "Təyinat metodikası", - "Token expired. Please reload page." : "Token vaxtı bitib. Xahiş olunur səhifəni yenidən yükləyəsiniz.", - "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Bu ola bilər ki, cache/accelerator such tərəfindən cağırılıb hansi ki, Zend OPcache və eAccelerator-da olduğu kimidir.", - "Summary" : "Xülasə" + "Token expired. Please reload page." : "Token vaxtı bitib. Xahiş olunur səhifəni yenidən yükləyəsiniz." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/be.js b/lib/l10n/be.js index 2025773af32..bf3fd81ca4a 100644 --- a/lib/l10n/be.js +++ b/lib/l10n/be.js @@ -160,9 +160,6 @@ OC.L10N.register( "Account disabled" : "Уліковы запіс адключаны", "Login canceled by app" : "Уваход скасаваны праграмай", "a safe home for all your data" : "бяспечны дом для ўсіх вашых даных", - "Application is not enabled" : "Праграма не ўключана", - "Authentication error" : "Памылка аўтэнтыфікацыі", - "Token expired. Please reload page." : "Токен пратэрмінаваны. Перазагрузіце старонку.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Драйверы баз даных (sqlite, mysql або postgresql) не ўсталяваныя.", "Cannot write into \"config\" directory." : "Немагчыма запісаць у каталог \"config\".", "Cannot create \"data\" directory." : "Немагчыма стварыць каталог \"data\".", @@ -223,6 +220,9 @@ OC.L10N.register( "The desired language to translate the origin text in" : "Пажаданая мова для перакладу зыходнага тэксту", "Result" : "Вынік", "The translated text" : "Перакладзены тэкст", - "Generate headline" : "Згенерыраваць загаловак" + "Generate headline" : "Згенерыраваць загаловак", + "Application is not enabled" : "Праграма не ўключана", + "Authentication error" : "Памылка аўтэнтыфікацыі", + "Token expired. Please reload page." : "Токен пратэрмінаваны. Перазагрузіце старонку." }, "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); diff --git a/lib/l10n/be.json b/lib/l10n/be.json index 9e214217a7a..9c1808babad 100644 --- a/lib/l10n/be.json +++ b/lib/l10n/be.json @@ -158,9 +158,6 @@ "Account disabled" : "Уліковы запіс адключаны", "Login canceled by app" : "Уваход скасаваны праграмай", "a safe home for all your data" : "бяспечны дом для ўсіх вашых даных", - "Application is not enabled" : "Праграма не ўключана", - "Authentication error" : "Памылка аўтэнтыфікацыі", - "Token expired. Please reload page." : "Токен пратэрмінаваны. Перазагрузіце старонку.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Драйверы баз даных (sqlite, mysql або postgresql) не ўсталяваныя.", "Cannot write into \"config\" directory." : "Немагчыма запісаць у каталог \"config\".", "Cannot create \"data\" directory." : "Немагчыма стварыць каталог \"data\".", @@ -221,6 +218,9 @@ "The desired language to translate the origin text in" : "Пажаданая мова для перакладу зыходнага тэксту", "Result" : "Вынік", "The translated text" : "Перакладзены тэкст", - "Generate headline" : "Згенерыраваць загаловак" + "Generate headline" : "Згенерыраваць загаловак", + "Application is not enabled" : "Праграма не ўключана", + "Authentication error" : "Памылка аўтэнтыфікацыі", + "Token expired. Please reload page." : "Токен пратэрмінаваны. Перазагрузіце старонку." },"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" } \ No newline at end of file diff --git a/lib/l10n/bg.js b/lib/l10n/bg.js index 1e800e04668..8e4477bc3a7 100644 --- a/lib/l10n/bg.js +++ b/lib/l10n/bg.js @@ -189,9 +189,6 @@ OC.L10N.register( "Login canceled by app" : "Вписването е отказано от приложението", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Приложението „%1$s“ не може да бъде инсталирано, защото следните зависимости не са изпълнени: %2$s", "a safe home for all your data" : "безопасен дом за всички ваши данни", - "Application is not enabled" : "Приложението не е включено", - "Authentication error" : "Грешка при удостоверяването", - "Token expired. Please reload page." : "Изтекла сесия. Моля, презареди страницата.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Липсват инсталирани драйвери за бази данни(sqlite, mysql или postgresql).", "Cannot write into \"config\" directory." : "Не може да се пише в \"config\" директория.", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Това обикновено може да бъде оправено като, се даде достъп на уеб сървъра да записва в config директорията. Погледнете %s", @@ -235,6 +232,9 @@ OC.L10N.register( "Summary" : "Резюме", "Translate" : "Превод", "Target language" : "Целеви език", - "Result" : "Резултат" + "Result" : "Резултат", + "Application is not enabled" : "Приложението не е включено", + "Authentication error" : "Грешка при удостоверяването", + "Token expired. Please reload page." : "Изтекла сесия. Моля, презареди страницата." }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/bg.json b/lib/l10n/bg.json index fd855e644ff..ed6fa94f995 100644 --- a/lib/l10n/bg.json +++ b/lib/l10n/bg.json @@ -187,9 +187,6 @@ "Login canceled by app" : "Вписването е отказано от приложението", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Приложението „%1$s“ не може да бъде инсталирано, защото следните зависимости не са изпълнени: %2$s", "a safe home for all your data" : "безопасен дом за всички ваши данни", - "Application is not enabled" : "Приложението не е включено", - "Authentication error" : "Грешка при удостоверяването", - "Token expired. Please reload page." : "Изтекла сесия. Моля, презареди страницата.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Липсват инсталирани драйвери за бази данни(sqlite, mysql или postgresql).", "Cannot write into \"config\" directory." : "Не може да се пише в \"config\" директория.", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Това обикновено може да бъде оправено като, се даде достъп на уеб сървъра да записва в config директорията. Погледнете %s", @@ -233,6 +230,9 @@ "Summary" : "Резюме", "Translate" : "Превод", "Target language" : "Целеви език", - "Result" : "Резултат" + "Result" : "Резултат", + "Application is not enabled" : "Приложението не е включено", + "Authentication error" : "Грешка при удостоверяването", + "Token expired. Please reload page." : "Изтекла сесия. Моля, презареди страницата." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/br.js b/lib/l10n/br.js index 85e57818268..7e7b8030371 100644 --- a/lib/l10n/br.js +++ b/lib/l10n/br.js @@ -67,9 +67,6 @@ OC.L10N.register( "Nov." : "Du", "Dec." : "Ker.", "Login canceled by app" : "Mont tre arrestet gant ar meziant", - "Application is not enabled" : "N'eo ket aotreet ar meziant", - "Authentication error" : "Fazi dilesa", - "Token expired. Please reload page." : "Jedouer re gozh. Adkargit ar bajenn.", "PHP module %s not installed." : "Modul %s PHPn n'eo ket staliet.", "Storage connection error. %s" : "Fazi renkañ kenstag. %s", "Storage is temporarily not available" : "N'haller ket tizhout ar skor roadennoù evit ar poent", @@ -77,6 +74,9 @@ OC.L10N.register( "Text" : "Testenn", "Summary" : "Diverrañ", "Translate" : "Treiñ", - "Origin text" : "Testenn orin" + "Origin text" : "Testenn orin", + "Application is not enabled" : "N'eo ket aotreet ar meziant", + "Authentication error" : "Fazi dilesa", + "Token expired. Please reload page." : "Jedouer re gozh. Adkargit ar bajenn." }, "nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);"); diff --git a/lib/l10n/br.json b/lib/l10n/br.json index b718d983bd5..fa7cea3630d 100644 --- a/lib/l10n/br.json +++ b/lib/l10n/br.json @@ -65,9 +65,6 @@ "Nov." : "Du", "Dec." : "Ker.", "Login canceled by app" : "Mont tre arrestet gant ar meziant", - "Application is not enabled" : "N'eo ket aotreet ar meziant", - "Authentication error" : "Fazi dilesa", - "Token expired. Please reload page." : "Jedouer re gozh. Adkargit ar bajenn.", "PHP module %s not installed." : "Modul %s PHPn n'eo ket staliet.", "Storage connection error. %s" : "Fazi renkañ kenstag. %s", "Storage is temporarily not available" : "N'haller ket tizhout ar skor roadennoù evit ar poent", @@ -75,6 +72,9 @@ "Text" : "Testenn", "Summary" : "Diverrañ", "Translate" : "Treiñ", - "Origin text" : "Testenn orin" + "Origin text" : "Testenn orin", + "Application is not enabled" : "N'eo ket aotreet ar meziant", + "Authentication error" : "Fazi dilesa", + "Token expired. Please reload page." : "Jedouer re gozh. Adkargit ar bajenn." },"pluralForm" :"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);" } \ No newline at end of file diff --git a/lib/l10n/bs.js b/lib/l10n/bs.js index 644b581a6c8..81ed9d48cff 100644 --- a/lib/l10n/bs.js +++ b/lib/l10n/bs.js @@ -54,7 +54,7 @@ OC.L10N.register( "Nov." : "Nov.", "Dec." : "Dec.", "A valid password must be provided" : "Nužno je navesti valjanu lozinku", - "Authentication error" : "Grešna autentifikacije", - "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Uzrok tome je vjerojatno neki ubrzivač predmemorisanja kao što je Zend OPcache ili eAccelerator." + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Uzrok tome je vjerojatno neki ubrzivač predmemorisanja kao što je Zend OPcache ili eAccelerator.", + "Authentication error" : "Grešna autentifikacije" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/lib/l10n/bs.json b/lib/l10n/bs.json index 1c7af98f43b..197bfaa88f7 100644 --- a/lib/l10n/bs.json +++ b/lib/l10n/bs.json @@ -52,7 +52,7 @@ "Nov." : "Nov.", "Dec." : "Dec.", "A valid password must be provided" : "Nužno je navesti valjanu lozinku", - "Authentication error" : "Grešna autentifikacije", - "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Uzrok tome je vjerojatno neki ubrzivač predmemorisanja kao što je Zend OPcache ili eAccelerator." + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Uzrok tome je vjerojatno neki ubrzivač predmemorisanja kao što je Zend OPcache ili eAccelerator.", + "Authentication error" : "Grešna autentifikacije" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" } \ No newline at end of file diff --git a/lib/l10n/ca.js b/lib/l10n/ca.js index c3f77bcd896..103f73bcbd8 100644 --- a/lib/l10n/ca.js +++ b/lib/l10n/ca.js @@ -274,9 +274,6 @@ OC.L10N.register( "Login canceled by app" : "L'aplicació ha cancel·lat l'inici de sessió", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "L'aplicació «%1$s» no es pot instal·lar perquè no es compleixen les dependències següents: %2$s", "a safe home for all your data" : "un lloc segur per a totes les vostres dades", - "Application is not enabled" : "L'aplicació no està habilitada", - "Authentication error" : "Error d'autenticació", - "Token expired. Please reload page." : "El testimoni ha caducat. Torneu a carregar la pàgina.", "No database drivers (sqlite, mysql, or postgresql) installed." : "No s'ha instal·lat cap controlador de bases de dades (sqlite, mysql o postgresql).", "Cannot write into \"config\" directory." : "No es pot escriure en la carpeta «config».", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Això normalment es pot solucionar donant al servidor web accés d'escriptura a la carpeta de configuració. Consulteu %s", @@ -436,6 +433,9 @@ OC.L10N.register( "Runs an arbitrary prompt through the language model." : "Executa una sol·licitud arbitrària mitjançant el model de llengua.", "Generate headline" : "Genera un titular", "Summarizes text by reducing its length without losing key information." : "Resumeix el text reduint-ne la longitud sense perdre la informació clau.", - "Extracts topics from a text and outputs them separated by commas." : "Extreu els temes d'un text i els retorna separats per comes." + "Extracts topics from a text and outputs them separated by commas." : "Extreu els temes d'un text i els retorna separats per comes.", + "Application is not enabled" : "L'aplicació no està habilitada", + "Authentication error" : "Error d'autenticació", + "Token expired. Please reload page." : "El testimoni ha caducat. Torneu a carregar la pàgina." }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/ca.json b/lib/l10n/ca.json index 80bc85f4c28..a2c46b5a4f4 100644 --- a/lib/l10n/ca.json +++ b/lib/l10n/ca.json @@ -272,9 +272,6 @@ "Login canceled by app" : "L'aplicació ha cancel·lat l'inici de sessió", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "L'aplicació «%1$s» no es pot instal·lar perquè no es compleixen les dependències següents: %2$s", "a safe home for all your data" : "un lloc segur per a totes les vostres dades", - "Application is not enabled" : "L'aplicació no està habilitada", - "Authentication error" : "Error d'autenticació", - "Token expired. Please reload page." : "El testimoni ha caducat. Torneu a carregar la pàgina.", "No database drivers (sqlite, mysql, or postgresql) installed." : "No s'ha instal·lat cap controlador de bases de dades (sqlite, mysql o postgresql).", "Cannot write into \"config\" directory." : "No es pot escriure en la carpeta «config».", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Això normalment es pot solucionar donant al servidor web accés d'escriptura a la carpeta de configuració. Consulteu %s", @@ -434,6 +431,9 @@ "Runs an arbitrary prompt through the language model." : "Executa una sol·licitud arbitrària mitjançant el model de llengua.", "Generate headline" : "Genera un titular", "Summarizes text by reducing its length without losing key information." : "Resumeix el text reduint-ne la longitud sense perdre la informació clau.", - "Extracts topics from a text and outputs them separated by commas." : "Extreu els temes d'un text i els retorna separats per comes." + "Extracts topics from a text and outputs them separated by commas." : "Extreu els temes d'un text i els retorna separats per comes.", + "Application is not enabled" : "L'aplicació no està habilitada", + "Authentication error" : "Error d'autenticació", + "Token expired. Please reload page." : "El testimoni ha caducat. Torneu a carregar la pàgina." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/cs.js b/lib/l10n/cs.js index 53ee18545ad..58eaf6a4b68 100644 --- a/lib/l10n/cs.js +++ b/lib/l10n/cs.js @@ -285,9 +285,6 @@ OC.L10N.register( "Login canceled by app" : "Přihlášení zrušeno aplikací", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Aplikaci „%1$s“ nelze nainstalovat, protože nejsou splněny následující závislosti: %2$s", "a safe home for all your data" : "bezpečný domov pro všechna vaše data", - "Application is not enabled" : "Aplikace není povolena", - "Authentication error" : "Chyba při ověřování se", - "Token expired. Please reload page." : "Platnost tokenu skončila. Načtěte stránku znovu.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Nejsou nainstalovány ovladače databází (sqlite, mysql nebo postresql).", "Cannot write into \"config\" directory." : "Nedaří se zapisovat do adresáře „config“.", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Toto obvykle lze vyřešit udělením oprávnění k zápisu do kořenové složky webu pro účet, pod kterým je provozován webový server. Viz %s", @@ -476,6 +473,9 @@ OC.L10N.register( "Generate headline" : "Vytvořit nadpis", "Summarizes text by reducing its length without losing key information." : "Vytvoří stručný souhrn textu tím, že zkrátí jeho délku aniž by byly ztraceny klíčové informace", "Extracts topics from a text and outputs them separated by commas." : "Vyzíská témata z textu a vypíše je oddělované čárkami.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "macOS není podporován a %s nebude na této platformě správně fungovat. Používejte pouze na vlastní nebezpečí!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "macOS není podporován a %s nebude na této platformě správně fungovat. Používejte pouze na vlastní nebezpečí!", + "Application is not enabled" : "Aplikace není povolena", + "Authentication error" : "Chyba při ověřování se", + "Token expired. Please reload page." : "Platnost tokenu skončila. Načtěte stránku znovu." }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); diff --git a/lib/l10n/cs.json b/lib/l10n/cs.json index d35eab91a59..5f57fca5ab8 100644 --- a/lib/l10n/cs.json +++ b/lib/l10n/cs.json @@ -283,9 +283,6 @@ "Login canceled by app" : "Přihlášení zrušeno aplikací", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Aplikaci „%1$s“ nelze nainstalovat, protože nejsou splněny následující závislosti: %2$s", "a safe home for all your data" : "bezpečný domov pro všechna vaše data", - "Application is not enabled" : "Aplikace není povolena", - "Authentication error" : "Chyba při ověřování se", - "Token expired. Please reload page." : "Platnost tokenu skončila. Načtěte stránku znovu.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Nejsou nainstalovány ovladače databází (sqlite, mysql nebo postresql).", "Cannot write into \"config\" directory." : "Nedaří se zapisovat do adresáře „config“.", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Toto obvykle lze vyřešit udělením oprávnění k zápisu do kořenové složky webu pro účet, pod kterým je provozován webový server. Viz %s", @@ -474,6 +471,9 @@ "Generate headline" : "Vytvořit nadpis", "Summarizes text by reducing its length without losing key information." : "Vytvoří stručný souhrn textu tím, že zkrátí jeho délku aniž by byly ztraceny klíčové informace", "Extracts topics from a text and outputs them separated by commas." : "Vyzíská témata z textu a vypíše je oddělované čárkami.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "macOS není podporován a %s nebude na této platformě správně fungovat. Používejte pouze na vlastní nebezpečí!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "macOS není podporován a %s nebude na této platformě správně fungovat. Používejte pouze na vlastní nebezpečí!", + "Application is not enabled" : "Aplikace není povolena", + "Authentication error" : "Chyba při ověřování se", + "Token expired. Please reload page." : "Platnost tokenu skončila. Načtěte stránku znovu." },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" } \ No newline at end of file diff --git a/lib/l10n/cy_GB.js b/lib/l10n/cy_GB.js index 23f4ef184af..87e20573ad5 100644 --- a/lib/l10n/cy_GB.js +++ b/lib/l10n/cy_GB.js @@ -57,10 +57,10 @@ OC.L10N.register( "Oct." : "Hyd.", "Nov." : "Tach.", "Dec." : "Rhag.", + "Summary" : "Crynodeb", + "Translate" : "Cyfieithu", "Application is not enabled" : "Nid yw'r pecyn wedi'i alluogi", "Authentication error" : "Gwall dilysu", - "Token expired. Please reload page." : "Tocyn wedi dod i ben. Ail-lwythwch y dudalen.", - "Summary" : "Crynodeb", - "Translate" : "Cyfieithu" + "Token expired. Please reload page." : "Tocyn wedi dod i ben. Ail-lwythwch y dudalen." }, "nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"); diff --git a/lib/l10n/cy_GB.json b/lib/l10n/cy_GB.json index 39c0b6b778f..1e2b4a31b74 100644 --- a/lib/l10n/cy_GB.json +++ b/lib/l10n/cy_GB.json @@ -55,10 +55,10 @@ "Oct." : "Hyd.", "Nov." : "Tach.", "Dec." : "Rhag.", + "Summary" : "Crynodeb", + "Translate" : "Cyfieithu", "Application is not enabled" : "Nid yw'r pecyn wedi'i alluogi", "Authentication error" : "Gwall dilysu", - "Token expired. Please reload page." : "Tocyn wedi dod i ben. Ail-lwythwch y dudalen.", - "Summary" : "Crynodeb", - "Translate" : "Cyfieithu" + "Token expired. Please reload page." : "Tocyn wedi dod i ben. Ail-lwythwch y dudalen." },"pluralForm" :"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;" } \ No newline at end of file diff --git a/lib/l10n/da.js b/lib/l10n/da.js index b1b475c3a79..9b10fc63bb6 100644 --- a/lib/l10n/da.js +++ b/lib/l10n/da.js @@ -282,9 +282,6 @@ OC.L10N.register( "Login canceled by app" : "Login annulleret af app", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Appen \"%1$s\" kan ikke installeres, da følgende afhængigheder ikke imødekommes: %2$s", "a safe home for all your data" : "et sikkert hjem til alle dine data", - "Application is not enabled" : "Programmet er ikke aktiveret", - "Authentication error" : "Adgangsfejl", - "Token expired. Please reload page." : "Adgang er udløbet. Genindlæs siden.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Ingen database driver (sqlite, mysql eller postgresql) er installeret.", "Cannot write into \"config\" directory." : "Kan ikke skrive til mappen \"config\".", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Dette kan som regel ordnes ved at give webserveren skrive adgang til config mappen. Se %s", @@ -467,6 +464,9 @@ OC.L10N.register( "Generate headline" : "Generer overskrift", "Summarizes text by reducing its length without losing key information." : "Opsummerer tekst ved at reducere dens længde uden at miste nøgleinformation.", "Extracts topics from a text and outputs them separated by commas." : "Uddrager emner fra en tekst og skriver dem adskilt af kommaer.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X understøttes ikke, og %s vil ikke fungere korrekt på denne platform. Brug det på eget ansvar!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X understøttes ikke, og %s vil ikke fungere korrekt på denne platform. Brug det på eget ansvar!", + "Application is not enabled" : "Programmet er ikke aktiveret", + "Authentication error" : "Adgangsfejl", + "Token expired. Please reload page." : "Adgang er udløbet. Genindlæs siden." }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/da.json b/lib/l10n/da.json index 805c01d89c7..c269320f813 100644 --- a/lib/l10n/da.json +++ b/lib/l10n/da.json @@ -280,9 +280,6 @@ "Login canceled by app" : "Login annulleret af app", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Appen \"%1$s\" kan ikke installeres, da følgende afhængigheder ikke imødekommes: %2$s", "a safe home for all your data" : "et sikkert hjem til alle dine data", - "Application is not enabled" : "Programmet er ikke aktiveret", - "Authentication error" : "Adgangsfejl", - "Token expired. Please reload page." : "Adgang er udløbet. Genindlæs siden.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Ingen database driver (sqlite, mysql eller postgresql) er installeret.", "Cannot write into \"config\" directory." : "Kan ikke skrive til mappen \"config\".", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Dette kan som regel ordnes ved at give webserveren skrive adgang til config mappen. Se %s", @@ -465,6 +462,9 @@ "Generate headline" : "Generer overskrift", "Summarizes text by reducing its length without losing key information." : "Opsummerer tekst ved at reducere dens længde uden at miste nøgleinformation.", "Extracts topics from a text and outputs them separated by commas." : "Uddrager emner fra en tekst og skriver dem adskilt af kommaer.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X understøttes ikke, og %s vil ikke fungere korrekt på denne platform. Brug det på eget ansvar!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X understøttes ikke, og %s vil ikke fungere korrekt på denne platform. Brug det på eget ansvar!", + "Application is not enabled" : "Programmet er ikke aktiveret", + "Authentication error" : "Adgangsfejl", + "Token expired. Please reload page." : "Adgang er udløbet. Genindlæs siden." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/de.js b/lib/l10n/de.js index 8821dcaa206..6ee98504a84 100644 --- a/lib/l10n/de.js +++ b/lib/l10n/de.js @@ -285,9 +285,6 @@ OC.L10N.register( "Login canceled by app" : "Anmeldung durch die App abgebrochen", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Die App \"%1$s\" kann nicht installiert werden, da die folgenden Abhängigkeiten nicht erfüllt sind: %2$s", "a safe home for all your data" : "ein sicherer Ort für all deine Daten", - "Application is not enabled" : "Die Anwendung ist nicht aktiviert", - "Authentication error" : "Authentifizierungsfehler", - "Token expired. Please reload page." : "Token abgelaufen. Bitte lade die Seite neu.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Keine Datenbanktreiber (SQLite, MySQL oder PostgreSQL) installiert.", "Cannot write into \"config\" directory." : "Schreiben in das \"config\"-Verzeichnis ist nicht möglich.", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Dies kann zumeist behoben werden, indem dem Webserver Schreibzugriff auf das Konfigurationsverzeichnis eingeräumt wird. Siehe auch %s", @@ -476,6 +473,9 @@ OC.L10N.register( "Generate headline" : "Überschrift erzeugen", "Summarizes text by reducing its length without losing key information." : "Fasst Text zusammen, indem die Länge reduziert wird, ohne dass wichtige Informationen verloren gehen.", "Extracts topics from a text and outputs them separated by commas." : "Extrahiert Themen aus einem Text und gibt sie durch Kommas getrennt aus.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X wird nicht unterstützt und %s wird unter dieser Plattform nicht richtig funktionieren. Verwendung auf eigene Gefahr!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X wird nicht unterstützt und %s wird unter dieser Plattform nicht richtig funktionieren. Verwendung auf eigene Gefahr!", + "Application is not enabled" : "Die Anwendung ist nicht aktiviert", + "Authentication error" : "Authentifizierungsfehler", + "Token expired. Please reload page." : "Token abgelaufen. Bitte lade die Seite neu." }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/de.json b/lib/l10n/de.json index ac3d215b367..2f7a0655adb 100644 --- a/lib/l10n/de.json +++ b/lib/l10n/de.json @@ -283,9 +283,6 @@ "Login canceled by app" : "Anmeldung durch die App abgebrochen", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Die App \"%1$s\" kann nicht installiert werden, da die folgenden Abhängigkeiten nicht erfüllt sind: %2$s", "a safe home for all your data" : "ein sicherer Ort für all deine Daten", - "Application is not enabled" : "Die Anwendung ist nicht aktiviert", - "Authentication error" : "Authentifizierungsfehler", - "Token expired. Please reload page." : "Token abgelaufen. Bitte lade die Seite neu.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Keine Datenbanktreiber (SQLite, MySQL oder PostgreSQL) installiert.", "Cannot write into \"config\" directory." : "Schreiben in das \"config\"-Verzeichnis ist nicht möglich.", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Dies kann zumeist behoben werden, indem dem Webserver Schreibzugriff auf das Konfigurationsverzeichnis eingeräumt wird. Siehe auch %s", @@ -474,6 +471,9 @@ "Generate headline" : "Überschrift erzeugen", "Summarizes text by reducing its length without losing key information." : "Fasst Text zusammen, indem die Länge reduziert wird, ohne dass wichtige Informationen verloren gehen.", "Extracts topics from a text and outputs them separated by commas." : "Extrahiert Themen aus einem Text und gibt sie durch Kommas getrennt aus.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X wird nicht unterstützt und %s wird unter dieser Plattform nicht richtig funktionieren. Verwendung auf eigene Gefahr!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X wird nicht unterstützt und %s wird unter dieser Plattform nicht richtig funktionieren. Verwendung auf eigene Gefahr!", + "Application is not enabled" : "Die Anwendung ist nicht aktiviert", + "Authentication error" : "Authentifizierungsfehler", + "Token expired. Please reload page." : "Token abgelaufen. Bitte lade die Seite neu." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/de_DE.js b/lib/l10n/de_DE.js index 4c08e0a5dad..8927d919d1d 100644 --- a/lib/l10n/de_DE.js +++ b/lib/l10n/de_DE.js @@ -285,9 +285,6 @@ OC.L10N.register( "Login canceled by app" : "Anmeldung durch die App abgebrochen", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Die App \"%1$s\" kann nicht installiert werden, da die folgenden Abhängigkeiten nicht erfüllt sind: %2$s", "a safe home for all your data" : "ein sicherer Ort für all Ihre Daten", - "Application is not enabled" : "Die Anwendung ist nicht aktiviert", - "Authentication error" : "Authentifizierungsfehler", - "Token expired. Please reload page." : "Token abgelaufen. Bitte laden Sie die Seite neu.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Keine Datenbanktreiber (SQLite, MySQL oder PostgreSQL) installiert.", "Cannot write into \"config\" directory." : "Es kann nicht in das Verzeichnis \"config\" geschrieben werden.", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Dies kann zumeist behoben werden, indem dem Webserver Schreibzugriff auf das Konfigurationsverzeichnis eingeräumt wird. Siehe auch %s", @@ -476,6 +473,9 @@ OC.L10N.register( "Generate headline" : "Kopfzeile erzeugen", "Summarizes text by reducing its length without losing key information." : "Fasst Text zusammen, indem die Länge reduziert wird, ohne dass wichtige Informationen verloren gehen.", "Extracts topics from a text and outputs them separated by commas." : "Extrahiert Themen aus einem Text und gibt sie durch Kommas getrennt aus.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X wird nicht unterstützt und %s wird unter dieser Plattform nicht richtig funktionieren. Verwendung auf eigene Gefahr!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X wird nicht unterstützt und %s wird unter dieser Plattform nicht richtig funktionieren. Verwendung auf eigene Gefahr!", + "Application is not enabled" : "Die Anwendung ist nicht aktiviert", + "Authentication error" : "Authentifizierungsfehler", + "Token expired. Please reload page." : "Token abgelaufen. Bitte laden Sie die Seite neu." }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/de_DE.json b/lib/l10n/de_DE.json index bb004a7c155..5f4862cde30 100644 --- a/lib/l10n/de_DE.json +++ b/lib/l10n/de_DE.json @@ -283,9 +283,6 @@ "Login canceled by app" : "Anmeldung durch die App abgebrochen", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Die App \"%1$s\" kann nicht installiert werden, da die folgenden Abhängigkeiten nicht erfüllt sind: %2$s", "a safe home for all your data" : "ein sicherer Ort für all Ihre Daten", - "Application is not enabled" : "Die Anwendung ist nicht aktiviert", - "Authentication error" : "Authentifizierungsfehler", - "Token expired. Please reload page." : "Token abgelaufen. Bitte laden Sie die Seite neu.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Keine Datenbanktreiber (SQLite, MySQL oder PostgreSQL) installiert.", "Cannot write into \"config\" directory." : "Es kann nicht in das Verzeichnis \"config\" geschrieben werden.", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Dies kann zumeist behoben werden, indem dem Webserver Schreibzugriff auf das Konfigurationsverzeichnis eingeräumt wird. Siehe auch %s", @@ -474,6 +471,9 @@ "Generate headline" : "Kopfzeile erzeugen", "Summarizes text by reducing its length without losing key information." : "Fasst Text zusammen, indem die Länge reduziert wird, ohne dass wichtige Informationen verloren gehen.", "Extracts topics from a text and outputs them separated by commas." : "Extrahiert Themen aus einem Text und gibt sie durch Kommas getrennt aus.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X wird nicht unterstützt und %s wird unter dieser Plattform nicht richtig funktionieren. Verwendung auf eigene Gefahr!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X wird nicht unterstützt und %s wird unter dieser Plattform nicht richtig funktionieren. Verwendung auf eigene Gefahr!", + "Application is not enabled" : "Die Anwendung ist nicht aktiviert", + "Authentication error" : "Authentifizierungsfehler", + "Token expired. Please reload page." : "Token abgelaufen. Bitte laden Sie die Seite neu." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/el.js b/lib/l10n/el.js index 3635ad93a7e..172ded7554a 100644 --- a/lib/l10n/el.js +++ b/lib/l10n/el.js @@ -284,9 +284,6 @@ OC.L10N.register( "Login canceled by app" : "Η είσοδος ακυρώθηκε από την εφαρμογή", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Η εφαρμογή \"%1$s\" δεν μπορεί να εγκατασταθεί επειδή δεν πληρούνται τα προαπαιτούμενα: %2$s", "a safe home for all your data" : "ένα ασφαλές μέρος για όλα τα δεδομένα σας", - "Application is not enabled" : "Δεν ενεργοποιήθηκε η εφαρμογή", - "Authentication error" : "Σφάλμα πιστοποίησης", - "Token expired. Please reload page." : "Το αναγνωριστικό έληξε. Παρακαλούμε φορτώστε ξανά την σελίδα.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Δεν βρέθηκαν εγκατεστημένοι οδηγοί βάσεων δεδομένων (sqlite, mysql, or postgresql).", "Cannot write into \"config\" directory." : "Δεν είναι δυνατή η εγγραφή στον κατάλογο \"config\".", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Αυτό μπορεί συνήθως να διορθωθεί δίνοντας στον διακομιστή ιστού δικαιώματα εγγραφής στον κατάλογο config. Δείτε το%s", @@ -470,6 +467,9 @@ OC.L10N.register( "Generate headline" : "Δημιουργία τίτλου", "Summarizes text by reducing its length without losing key information." : "Περιγράφει συνοπτικά το κείμενο μειώνοντας το μήκος του χωρίς να χάνονται βασικές πληροφορίες.", "Extracts topics from a text and outputs them separated by commas." : "Εξάγει θέματα από ένα κείμενο και τα εμφανίζει χωρισμένα με κόμματα.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Το Mac OS X δεν υποστηρίζεται και το %s δεν θα λειτουργεί σωστά σε αυτήν την πλατφόρμα. Χρησιμοποιήστε το με δική σας ευθύνη!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Το Mac OS X δεν υποστηρίζεται και το %s δεν θα λειτουργεί σωστά σε αυτήν την πλατφόρμα. Χρησιμοποιήστε το με δική σας ευθύνη!", + "Application is not enabled" : "Δεν ενεργοποιήθηκε η εφαρμογή", + "Authentication error" : "Σφάλμα πιστοποίησης", + "Token expired. Please reload page." : "Το αναγνωριστικό έληξε. Παρακαλούμε φορτώστε ξανά την σελίδα." }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/el.json b/lib/l10n/el.json index 88197f6c667..62885fac3f1 100644 --- a/lib/l10n/el.json +++ b/lib/l10n/el.json @@ -282,9 +282,6 @@ "Login canceled by app" : "Η είσοδος ακυρώθηκε από την εφαρμογή", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Η εφαρμογή \"%1$s\" δεν μπορεί να εγκατασταθεί επειδή δεν πληρούνται τα προαπαιτούμενα: %2$s", "a safe home for all your data" : "ένα ασφαλές μέρος για όλα τα δεδομένα σας", - "Application is not enabled" : "Δεν ενεργοποιήθηκε η εφαρμογή", - "Authentication error" : "Σφάλμα πιστοποίησης", - "Token expired. Please reload page." : "Το αναγνωριστικό έληξε. Παρακαλούμε φορτώστε ξανά την σελίδα.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Δεν βρέθηκαν εγκατεστημένοι οδηγοί βάσεων δεδομένων (sqlite, mysql, or postgresql).", "Cannot write into \"config\" directory." : "Δεν είναι δυνατή η εγγραφή στον κατάλογο \"config\".", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Αυτό μπορεί συνήθως να διορθωθεί δίνοντας στον διακομιστή ιστού δικαιώματα εγγραφής στον κατάλογο config. Δείτε το%s", @@ -468,6 +465,9 @@ "Generate headline" : "Δημιουργία τίτλου", "Summarizes text by reducing its length without losing key information." : "Περιγράφει συνοπτικά το κείμενο μειώνοντας το μήκος του χωρίς να χάνονται βασικές πληροφορίες.", "Extracts topics from a text and outputs them separated by commas." : "Εξάγει θέματα από ένα κείμενο και τα εμφανίζει χωρισμένα με κόμματα.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Το Mac OS X δεν υποστηρίζεται και το %s δεν θα λειτουργεί σωστά σε αυτήν την πλατφόρμα. Χρησιμοποιήστε το με δική σας ευθύνη!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Το Mac OS X δεν υποστηρίζεται και το %s δεν θα λειτουργεί σωστά σε αυτήν την πλατφόρμα. Χρησιμοποιήστε το με δική σας ευθύνη!", + "Application is not enabled" : "Δεν ενεργοποιήθηκε η εφαρμογή", + "Authentication error" : "Σφάλμα πιστοποίησης", + "Token expired. Please reload page." : "Το αναγνωριστικό έληξε. Παρακαλούμε φορτώστε ξανά την σελίδα." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js index 4cc388872cf..1112922ab67 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -285,9 +285,6 @@ OC.L10N.register( "Login canceled by app" : "Login cancelled by app", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s", "a safe home for all your data" : "a safe home for all your data", - "Application is not enabled" : "Application is not enabled", - "Authentication error" : "Authentication error", - "Token expired. Please reload page." : "Token expired. Please reload page.", "No database drivers (sqlite, mysql, or postgresql) installed." : "No database drivers (sqlite, mysql, or postgresql) installed.", "Cannot write into \"config\" directory." : "Cannot write into \"config\" directory.", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "This can usually be fixed by giving the web server write access to the config directory. See %s", @@ -476,6 +473,9 @@ OC.L10N.register( "Generate headline" : "Generate headline", "Summarizes text by reducing its length without losing key information." : "Summarizes text by reducing its length without losing key information.", "Extracts topics from a text and outputs them separated by commas." : "Extracts topics from a text and outputs them separated by commas.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!", + "Application is not enabled" : "Application is not enabled", + "Authentication error" : "Authentication error", + "Token expired. Please reload page." : "Token expired. Please reload page." }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/en_GB.json b/lib/l10n/en_GB.json index 2f40a6ce448..31cb13120fc 100644 --- a/lib/l10n/en_GB.json +++ b/lib/l10n/en_GB.json @@ -283,9 +283,6 @@ "Login canceled by app" : "Login cancelled by app", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s", "a safe home for all your data" : "a safe home for all your data", - "Application is not enabled" : "Application is not enabled", - "Authentication error" : "Authentication error", - "Token expired. Please reload page." : "Token expired. Please reload page.", "No database drivers (sqlite, mysql, or postgresql) installed." : "No database drivers (sqlite, mysql, or postgresql) installed.", "Cannot write into \"config\" directory." : "Cannot write into \"config\" directory.", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "This can usually be fixed by giving the web server write access to the config directory. See %s", @@ -474,6 +471,9 @@ "Generate headline" : "Generate headline", "Summarizes text by reducing its length without losing key information." : "Summarizes text by reducing its length without losing key information.", "Extracts topics from a text and outputs them separated by commas." : "Extracts topics from a text and outputs them separated by commas.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!", + "Application is not enabled" : "Application is not enabled", + "Authentication error" : "Authentication error", + "Token expired. Please reload page." : "Token expired. Please reload page." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/eo.js b/lib/l10n/eo.js index c4d78965b7b..fca1fe81d8a 100644 --- a/lib/l10n/eo.js +++ b/lib/l10n/eo.js @@ -153,9 +153,6 @@ OC.L10N.register( "Login canceled by app" : "Ensaluto estis nuligita de aplikaĵo", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "La aplikaĵo „%1$s“ ne instaliĝas, ĉar la jenaj dependecoj ne plenumiĝas: %2$s", "a safe home for all your data" : "sekura hejmo por ĉiuj viaj datumoj", - "Application is not enabled" : "La aplikaĵo ne estas ŝaltita", - "Authentication error" : "Aŭtentiga eraro", - "Token expired. Please reload page." : "Ĵetono eksvalidiĝis. Bonvolu reŝargi la paĝon.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Neniu datumbaza pelilo (sqlite, mysql, or postgresql) instalita.", "Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it. See %s" : "Aŭ, se vi preferas lasi la dosieron config.php nurlega, valorigu la opcion \"config_is_read_only“ al vero („true“) en ĝi. Vidu %s", "PHP module %s not installed." : "PHP-modulo %s ne instalita.", @@ -180,6 +177,9 @@ OC.L10N.register( "Images" : "Bildoj", "Text" : "Teksto", "Summary" : "Resumo", - "Translate" : "Traduku" + "Translate" : "Traduku", + "Application is not enabled" : "La aplikaĵo ne estas ŝaltita", + "Authentication error" : "Aŭtentiga eraro", + "Token expired. Please reload page." : "Ĵetono eksvalidiĝis. Bonvolu reŝargi la paĝon." }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/eo.json b/lib/l10n/eo.json index 819974c5026..b5a9d4aa26b 100644 --- a/lib/l10n/eo.json +++ b/lib/l10n/eo.json @@ -151,9 +151,6 @@ "Login canceled by app" : "Ensaluto estis nuligita de aplikaĵo", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "La aplikaĵo „%1$s“ ne instaliĝas, ĉar la jenaj dependecoj ne plenumiĝas: %2$s", "a safe home for all your data" : "sekura hejmo por ĉiuj viaj datumoj", - "Application is not enabled" : "La aplikaĵo ne estas ŝaltita", - "Authentication error" : "Aŭtentiga eraro", - "Token expired. Please reload page." : "Ĵetono eksvalidiĝis. Bonvolu reŝargi la paĝon.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Neniu datumbaza pelilo (sqlite, mysql, or postgresql) instalita.", "Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it. See %s" : "Aŭ, se vi preferas lasi la dosieron config.php nurlega, valorigu la opcion \"config_is_read_only“ al vero („true“) en ĝi. Vidu %s", "PHP module %s not installed." : "PHP-modulo %s ne instalita.", @@ -178,6 +175,9 @@ "Images" : "Bildoj", "Text" : "Teksto", "Summary" : "Resumo", - "Translate" : "Traduku" + "Translate" : "Traduku", + "Application is not enabled" : "La aplikaĵo ne estas ŝaltita", + "Authentication error" : "Aŭtentiga eraro", + "Token expired. Please reload page." : "Ĵetono eksvalidiĝis. Bonvolu reŝargi la paĝon." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/es.js b/lib/l10n/es.js index b4b70c02a1f..053050cd7e7 100644 --- a/lib/l10n/es.js +++ b/lib/l10n/es.js @@ -284,9 +284,6 @@ OC.L10N.register( "Login canceled by app" : "Login cancelado por la app", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "No se ha podido instlaar la app «%1$s» porque no se cumplen las siguientes dependencias: %2$s", "a safe home for all your data" : "un hogar seguro para todos tus datos", - "Application is not enabled" : "La aplicación no está habilitada", - "Authentication error" : "Error de autenticación", - "Token expired. Please reload page." : "Token caducado. Por favor, recarge la página.", "No database drivers (sqlite, mysql, or postgresql) installed." : "No están instalados los drivers de BBDD (sqlite, mysql, o postgresql)", "Cannot write into \"config\" directory." : "No se puede escribir en la carpeta \"config\".", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Esto usualmente se puede arreglar dándole al servidor web acceso de escritura a la carpeta config.%s", @@ -470,6 +467,9 @@ OC.L10N.register( "Generate headline" : "Generar título", "Summarizes text by reducing its length without losing key information." : "Resume el texto reduciendo su longitud sin perder información clave.", "Extracts topics from a text and outputs them separated by commas." : "Extrae los tópicos de un texto y genera una salida separada por comas. ", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X no está soportado y %s no funcionará bien en esta plataforma. ¡Úsela bajo su propio riesgo! " + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X no está soportado y %s no funcionará bien en esta plataforma. ¡Úsela bajo su propio riesgo! ", + "Application is not enabled" : "La aplicación no está habilitada", + "Authentication error" : "Error de autenticación", + "Token expired. Please reload page." : "Token caducado. Por favor, recarge la página." }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/lib/l10n/es.json b/lib/l10n/es.json index 2b8d23ab968..b145c19f16a 100644 --- a/lib/l10n/es.json +++ b/lib/l10n/es.json @@ -282,9 +282,6 @@ "Login canceled by app" : "Login cancelado por la app", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "No se ha podido instlaar la app «%1$s» porque no se cumplen las siguientes dependencias: %2$s", "a safe home for all your data" : "un hogar seguro para todos tus datos", - "Application is not enabled" : "La aplicación no está habilitada", - "Authentication error" : "Error de autenticación", - "Token expired. Please reload page." : "Token caducado. Por favor, recarge la página.", "No database drivers (sqlite, mysql, or postgresql) installed." : "No están instalados los drivers de BBDD (sqlite, mysql, o postgresql)", "Cannot write into \"config\" directory." : "No se puede escribir en la carpeta \"config\".", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Esto usualmente se puede arreglar dándole al servidor web acceso de escritura a la carpeta config.%s", @@ -468,6 +465,9 @@ "Generate headline" : "Generar título", "Summarizes text by reducing its length without losing key information." : "Resume el texto reduciendo su longitud sin perder información clave.", "Extracts topics from a text and outputs them separated by commas." : "Extrae los tópicos de un texto y genera una salida separada por comas. ", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X no está soportado y %s no funcionará bien en esta plataforma. ¡Úsela bajo su propio riesgo! " + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X no está soportado y %s no funcionará bien en esta plataforma. ¡Úsela bajo su propio riesgo! ", + "Application is not enabled" : "La aplicación no está habilitada", + "Authentication error" : "Error de autenticación", + "Token expired. Please reload page." : "Token caducado. Por favor, recarge la página." },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/lib/l10n/es_419.js b/lib/l10n/es_419.js index 7ee68f7967e..9156d8ef467 100644 --- a/lib/l10n/es_419.js +++ b/lib/l10n/es_419.js @@ -128,9 +128,6 @@ OC.L10N.register( "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "Login canceled by app" : "Inicio de sesión cancelado por la aplicación", "a safe home for all your data" : "un lugar seguro para todos tus datos", - "Application is not enabled" : "La aplicación está deshabilitada", - "Authentication error" : "Error de autenticación", - "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página.", "No database drivers (sqlite, mysql, or postgresql) installed." : "No cuentas con controladores de base de datos (sqlite, mysql o postgresql) instalados. ", "PHP module %s not installed." : "El módulo de PHP %s no está instalado. ", "Please ask your server administrator to install the module." : "Por favor solicita a tu adminsitrador la instalación del módulo. ", @@ -150,6 +147,9 @@ OC.L10N.register( "Text" : "Texto", "Summary" : "Resumen", "Translate" : "Traducir", - "Result" : "Resultado" + "Result" : "Resultado", + "Application is not enabled" : "La aplicación está deshabilitada", + "Authentication error" : "Error de autenticación", + "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página." }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/lib/l10n/es_419.json b/lib/l10n/es_419.json index cb4aedf081a..dbec85eb16c 100644 --- a/lib/l10n/es_419.json +++ b/lib/l10n/es_419.json @@ -126,9 +126,6 @@ "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "Login canceled by app" : "Inicio de sesión cancelado por la aplicación", "a safe home for all your data" : "un lugar seguro para todos tus datos", - "Application is not enabled" : "La aplicación está deshabilitada", - "Authentication error" : "Error de autenticación", - "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página.", "No database drivers (sqlite, mysql, or postgresql) installed." : "No cuentas con controladores de base de datos (sqlite, mysql o postgresql) instalados. ", "PHP module %s not installed." : "El módulo de PHP %s no está instalado. ", "Please ask your server administrator to install the module." : "Por favor solicita a tu adminsitrador la instalación del módulo. ", @@ -148,6 +145,9 @@ "Text" : "Texto", "Summary" : "Resumen", "Translate" : "Traducir", - "Result" : "Resultado" + "Result" : "Resultado", + "Application is not enabled" : "La aplicación está deshabilitada", + "Authentication error" : "Error de autenticación", + "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página." },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/lib/l10n/es_AR.js b/lib/l10n/es_AR.js index 63f66229ee0..a0bcd88e754 100644 --- a/lib/l10n/es_AR.js +++ b/lib/l10n/es_AR.js @@ -125,9 +125,6 @@ OC.L10N.register( "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "Login canceled by app" : "Inicio de sesión cancelado por la aplicación", "a safe home for all your data" : "un lugar seguro para todos sus datos", - "Application is not enabled" : "La aplicación está deshabilitada", - "Authentication error" : "Error de autenticación", - "Token expired. Please reload page." : "La ficha ha expirado. Favor de recarga la página.", "No database drivers (sqlite, mysql, or postgresql) installed." : "No cuenta con controladores de base de datos (sqlite, mysql o postgresql) instalados. ", "PHP module %s not installed." : "El módulo de PHP %s no está instalado. ", "Please ask your server administrator to install the module." : "Favor de solicitar a su adminsitrador la instalación del módulo. ", @@ -147,6 +144,9 @@ OC.L10N.register( "Text" : "Texto", "Summary" : "Resumen", "Translate" : "Traducir", - "Result" : "Resultado" + "Result" : "Resultado", + "Application is not enabled" : "La aplicación está deshabilitada", + "Authentication error" : "Error de autenticación", + "Token expired. Please reload page." : "La ficha ha expirado. Favor de recarga la página." }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/lib/l10n/es_AR.json b/lib/l10n/es_AR.json index 076e7c3bce8..9d4e077d90e 100644 --- a/lib/l10n/es_AR.json +++ b/lib/l10n/es_AR.json @@ -123,9 +123,6 @@ "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "Login canceled by app" : "Inicio de sesión cancelado por la aplicación", "a safe home for all your data" : "un lugar seguro para todos sus datos", - "Application is not enabled" : "La aplicación está deshabilitada", - "Authentication error" : "Error de autenticación", - "Token expired. Please reload page." : "La ficha ha expirado. Favor de recarga la página.", "No database drivers (sqlite, mysql, or postgresql) installed." : "No cuenta con controladores de base de datos (sqlite, mysql o postgresql) instalados. ", "PHP module %s not installed." : "El módulo de PHP %s no está instalado. ", "Please ask your server administrator to install the module." : "Favor de solicitar a su adminsitrador la instalación del módulo. ", @@ -145,6 +142,9 @@ "Text" : "Texto", "Summary" : "Resumen", "Translate" : "Traducir", - "Result" : "Resultado" + "Result" : "Resultado", + "Application is not enabled" : "La aplicación está deshabilitada", + "Authentication error" : "Error de autenticación", + "Token expired. Please reload page." : "La ficha ha expirado. Favor de recarga la página." },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/lib/l10n/es_CL.js b/lib/l10n/es_CL.js index b249f3d3c70..ce4d623cd60 100644 --- a/lib/l10n/es_CL.js +++ b/lib/l10n/es_CL.js @@ -129,9 +129,6 @@ OC.L10N.register( "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "Login canceled by app" : "Inicio de sesión cancelado por la aplicación", "a safe home for all your data" : "un lugar seguro para todos tus datos", - "Application is not enabled" : "La aplicación está deshabilitada", - "Authentication error" : "Error de autenticación", - "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página.", "No database drivers (sqlite, mysql, or postgresql) installed." : "No cuentas con controladores de base de datos (sqlite, mysql o postgresql) instalados. ", "PHP module %s not installed." : "El módulo de PHP %s no está instalado. ", "Please ask your server administrator to install the module." : "Por favor solicita a tu adminsitrador la instalación del módulo. ", @@ -152,6 +149,9 @@ OC.L10N.register( "Text" : "Texto", "Summary" : "Resumen", "Translate" : "Traducir", - "Result" : "Resultado" + "Result" : "Resultado", + "Application is not enabled" : "La aplicación está deshabilitada", + "Authentication error" : "Error de autenticación", + "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página." }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/lib/l10n/es_CL.json b/lib/l10n/es_CL.json index d3e0de56b6e..0f6cf60523a 100644 --- a/lib/l10n/es_CL.json +++ b/lib/l10n/es_CL.json @@ -127,9 +127,6 @@ "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "Login canceled by app" : "Inicio de sesión cancelado por la aplicación", "a safe home for all your data" : "un lugar seguro para todos tus datos", - "Application is not enabled" : "La aplicación está deshabilitada", - "Authentication error" : "Error de autenticación", - "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página.", "No database drivers (sqlite, mysql, or postgresql) installed." : "No cuentas con controladores de base de datos (sqlite, mysql o postgresql) instalados. ", "PHP module %s not installed." : "El módulo de PHP %s no está instalado. ", "Please ask your server administrator to install the module." : "Por favor solicita a tu adminsitrador la instalación del módulo. ", @@ -150,6 +147,9 @@ "Text" : "Texto", "Summary" : "Resumen", "Translate" : "Traducir", - "Result" : "Resultado" + "Result" : "Resultado", + "Application is not enabled" : "La aplicación está deshabilitada", + "Authentication error" : "Error de autenticación", + "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página." },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/lib/l10n/es_CO.js b/lib/l10n/es_CO.js index 896b7a9bafb..fad3968b44e 100644 --- a/lib/l10n/es_CO.js +++ b/lib/l10n/es_CO.js @@ -127,9 +127,6 @@ OC.L10N.register( "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "Login canceled by app" : "Inicio de sesión cancelado por la aplicación", "a safe home for all your data" : "un lugar seguro para todos tus datos", - "Application is not enabled" : "La aplicación está deshabilitada", - "Authentication error" : "Error de autenticación", - "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página.", "No database drivers (sqlite, mysql, or postgresql) installed." : "No cuentas con controladores de base de datos (sqlite, mysql o postgresql) instalados. ", "PHP module %s not installed." : "El módulo de PHP %s no está instalado. ", "Please ask your server administrator to install the module." : "Por favor solicita a tu adminsitrador la instalación del módulo. ", @@ -150,6 +147,9 @@ OC.L10N.register( "Text" : "Texto", "Summary" : "Resumen", "Translate" : "Traducir", - "Result" : "Resultado" + "Result" : "Resultado", + "Application is not enabled" : "La aplicación está deshabilitada", + "Authentication error" : "Error de autenticación", + "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página." }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/lib/l10n/es_CO.json b/lib/l10n/es_CO.json index 63501792ddb..8884810d209 100644 --- a/lib/l10n/es_CO.json +++ b/lib/l10n/es_CO.json @@ -125,9 +125,6 @@ "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "Login canceled by app" : "Inicio de sesión cancelado por la aplicación", "a safe home for all your data" : "un lugar seguro para todos tus datos", - "Application is not enabled" : "La aplicación está deshabilitada", - "Authentication error" : "Error de autenticación", - "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página.", "No database drivers (sqlite, mysql, or postgresql) installed." : "No cuentas con controladores de base de datos (sqlite, mysql o postgresql) instalados. ", "PHP module %s not installed." : "El módulo de PHP %s no está instalado. ", "Please ask your server administrator to install the module." : "Por favor solicita a tu adminsitrador la instalación del módulo. ", @@ -148,6 +145,9 @@ "Text" : "Texto", "Summary" : "Resumen", "Translate" : "Traducir", - "Result" : "Resultado" + "Result" : "Resultado", + "Application is not enabled" : "La aplicación está deshabilitada", + "Authentication error" : "Error de autenticación", + "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página." },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/lib/l10n/es_CR.js b/lib/l10n/es_CR.js index f2acf977a28..69f5fd82838 100644 --- a/lib/l10n/es_CR.js +++ b/lib/l10n/es_CR.js @@ -127,9 +127,6 @@ OC.L10N.register( "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "Login canceled by app" : "Inicio de sesión cancelado por la aplicación", "a safe home for all your data" : "un lugar seguro para todos tus datos", - "Application is not enabled" : "La aplicación está deshabilitada", - "Authentication error" : "Error de autenticación", - "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página.", "No database drivers (sqlite, mysql, or postgresql) installed." : "No cuentas con controladores de base de datos (sqlite, mysql o postgresql) instalados. ", "PHP module %s not installed." : "El módulo de PHP %s no está instalado. ", "Please ask your server administrator to install the module." : "Por favor solicita a tu adminsitrador la instalación del módulo. ", @@ -150,6 +147,9 @@ OC.L10N.register( "Text" : "Texto", "Summary" : "Resumen", "Translate" : "Traducir", - "Result" : "Resultado" + "Result" : "Resultado", + "Application is not enabled" : "La aplicación está deshabilitada", + "Authentication error" : "Error de autenticación", + "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página." }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/lib/l10n/es_CR.json b/lib/l10n/es_CR.json index 2bc224394da..bf3c4e76c9c 100644 --- a/lib/l10n/es_CR.json +++ b/lib/l10n/es_CR.json @@ -125,9 +125,6 @@ "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "Login canceled by app" : "Inicio de sesión cancelado por la aplicación", "a safe home for all your data" : "un lugar seguro para todos tus datos", - "Application is not enabled" : "La aplicación está deshabilitada", - "Authentication error" : "Error de autenticación", - "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página.", "No database drivers (sqlite, mysql, or postgresql) installed." : "No cuentas con controladores de base de datos (sqlite, mysql o postgresql) instalados. ", "PHP module %s not installed." : "El módulo de PHP %s no está instalado. ", "Please ask your server administrator to install the module." : "Por favor solicita a tu adminsitrador la instalación del módulo. ", @@ -148,6 +145,9 @@ "Text" : "Texto", "Summary" : "Resumen", "Translate" : "Traducir", - "Result" : "Resultado" + "Result" : "Resultado", + "Application is not enabled" : "La aplicación está deshabilitada", + "Authentication error" : "Error de autenticación", + "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página." },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/lib/l10n/es_DO.js b/lib/l10n/es_DO.js index d1911c84388..4b89f278f6b 100644 --- a/lib/l10n/es_DO.js +++ b/lib/l10n/es_DO.js @@ -127,9 +127,6 @@ OC.L10N.register( "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "Login canceled by app" : "Inicio de sesión cancelado por la aplicación", "a safe home for all your data" : "un lugar seguro para todos tus datos", - "Application is not enabled" : "La aplicación está deshabilitada", - "Authentication error" : "Error de autenticación", - "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página.", "No database drivers (sqlite, mysql, or postgresql) installed." : "No cuentas con controladores de base de datos (sqlite, mysql o postgresql) instalados. ", "PHP module %s not installed." : "El módulo de PHP %s no está instalado. ", "Please ask your server administrator to install the module." : "Por favor solicita a tu adminsitrador la instalación del módulo. ", @@ -150,6 +147,9 @@ OC.L10N.register( "Text" : "Texto", "Summary" : "Resumen", "Translate" : "Traducir", - "Result" : "Resultado" + "Result" : "Resultado", + "Application is not enabled" : "La aplicación está deshabilitada", + "Authentication error" : "Error de autenticación", + "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página." }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/lib/l10n/es_DO.json b/lib/l10n/es_DO.json index b2261be6345..96cd575cc1e 100644 --- a/lib/l10n/es_DO.json +++ b/lib/l10n/es_DO.json @@ -125,9 +125,6 @@ "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "Login canceled by app" : "Inicio de sesión cancelado por la aplicación", "a safe home for all your data" : "un lugar seguro para todos tus datos", - "Application is not enabled" : "La aplicación está deshabilitada", - "Authentication error" : "Error de autenticación", - "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página.", "No database drivers (sqlite, mysql, or postgresql) installed." : "No cuentas con controladores de base de datos (sqlite, mysql o postgresql) instalados. ", "PHP module %s not installed." : "El módulo de PHP %s no está instalado. ", "Please ask your server administrator to install the module." : "Por favor solicita a tu adminsitrador la instalación del módulo. ", @@ -148,6 +145,9 @@ "Text" : "Texto", "Summary" : "Resumen", "Translate" : "Traducir", - "Result" : "Resultado" + "Result" : "Resultado", + "Application is not enabled" : "La aplicación está deshabilitada", + "Authentication error" : "Error de autenticación", + "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página." },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/lib/l10n/es_EC.js b/lib/l10n/es_EC.js index e9216687d71..7e95593b01a 100644 --- a/lib/l10n/es_EC.js +++ b/lib/l10n/es_EC.js @@ -185,9 +185,6 @@ OC.L10N.register( "Login canceled by app" : "Inicio de sesión cancelado por la aplicación", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "No se puede instalar la aplicación \"%1$s\" porque no se cumplen las siguientes dependencias: %2$s", "a safe home for all your data" : "un lugar seguro para todos tus datos", - "Application is not enabled" : "La aplicación está deshabilitada", - "Authentication error" : "Error de autenticación", - "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página.", "No database drivers (sqlite, mysql, or postgresql) installed." : "No cuentas con controladores de base de datos (sqlite, mysql o postgresql) instalados. ", "Cannot write into \"config\" directory." : "No se puede escribir en el directorio \"config\".", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Generalmente, esto se puede solucionar otorgando permisos de escritura al servidor web en el directorio de configuración. Consulta %s", @@ -231,6 +228,9 @@ OC.L10N.register( "Summary" : "Resumen", "Translate" : "Traducir", "Target language" : "Lenguaje de destino", - "Result" : "Resultado" + "Result" : "Resultado", + "Application is not enabled" : "La aplicación está deshabilitada", + "Authentication error" : "Error de autenticación", + "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página." }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/lib/l10n/es_EC.json b/lib/l10n/es_EC.json index 6b4d2104c82..a940e3d333b 100644 --- a/lib/l10n/es_EC.json +++ b/lib/l10n/es_EC.json @@ -183,9 +183,6 @@ "Login canceled by app" : "Inicio de sesión cancelado por la aplicación", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "No se puede instalar la aplicación \"%1$s\" porque no se cumplen las siguientes dependencias: %2$s", "a safe home for all your data" : "un lugar seguro para todos tus datos", - "Application is not enabled" : "La aplicación está deshabilitada", - "Authentication error" : "Error de autenticación", - "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página.", "No database drivers (sqlite, mysql, or postgresql) installed." : "No cuentas con controladores de base de datos (sqlite, mysql o postgresql) instalados. ", "Cannot write into \"config\" directory." : "No se puede escribir en el directorio \"config\".", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Generalmente, esto se puede solucionar otorgando permisos de escritura al servidor web en el directorio de configuración. Consulta %s", @@ -229,6 +226,9 @@ "Summary" : "Resumen", "Translate" : "Traducir", "Target language" : "Lenguaje de destino", - "Result" : "Resultado" + "Result" : "Resultado", + "Application is not enabled" : "La aplicación está deshabilitada", + "Authentication error" : "Error de autenticación", + "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página." },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/lib/l10n/es_GT.js b/lib/l10n/es_GT.js index cab8cb2c39a..2bbfcc9b2ba 100644 --- a/lib/l10n/es_GT.js +++ b/lib/l10n/es_GT.js @@ -127,9 +127,6 @@ OC.L10N.register( "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "Login canceled by app" : "Inicio de sesión cancelado por la aplicación", "a safe home for all your data" : "un lugar seguro para todos tus datos", - "Application is not enabled" : "La aplicación está deshabilitada", - "Authentication error" : "Error de autenticación", - "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página.", "No database drivers (sqlite, mysql, or postgresql) installed." : "No cuentas con controladores de base de datos (sqlite, mysql o postgresql) instalados. ", "PHP module %s not installed." : "El módulo de PHP %s no está instalado. ", "Please ask your server administrator to install the module." : "Por favor solicita a tu adminsitrador la instalación del módulo. ", @@ -150,6 +147,9 @@ OC.L10N.register( "Text" : "Texto", "Summary" : "Resumen", "Translate" : "Traducir", - "Result" : "Resultado" + "Result" : "Resultado", + "Application is not enabled" : "La aplicación está deshabilitada", + "Authentication error" : "Error de autenticación", + "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página." }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/lib/l10n/es_GT.json b/lib/l10n/es_GT.json index 82f4259e94d..f5597409973 100644 --- a/lib/l10n/es_GT.json +++ b/lib/l10n/es_GT.json @@ -125,9 +125,6 @@ "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "Login canceled by app" : "Inicio de sesión cancelado por la aplicación", "a safe home for all your data" : "un lugar seguro para todos tus datos", - "Application is not enabled" : "La aplicación está deshabilitada", - "Authentication error" : "Error de autenticación", - "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página.", "No database drivers (sqlite, mysql, or postgresql) installed." : "No cuentas con controladores de base de datos (sqlite, mysql o postgresql) instalados. ", "PHP module %s not installed." : "El módulo de PHP %s no está instalado. ", "Please ask your server administrator to install the module." : "Por favor solicita a tu adminsitrador la instalación del módulo. ", @@ -148,6 +145,9 @@ "Text" : "Texto", "Summary" : "Resumen", "Translate" : "Traducir", - "Result" : "Resultado" + "Result" : "Resultado", + "Application is not enabled" : "La aplicación está deshabilitada", + "Authentication error" : "Error de autenticación", + "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página." },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/lib/l10n/es_HN.js b/lib/l10n/es_HN.js index e511b11ffac..7d357825e29 100644 --- a/lib/l10n/es_HN.js +++ b/lib/l10n/es_HN.js @@ -126,9 +126,6 @@ OC.L10N.register( "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "Login canceled by app" : "Inicio de sesión cancelado por la aplicación", "a safe home for all your data" : "un lugar seguro para todos tus datos", - "Application is not enabled" : "La aplicación está deshabilitada", - "Authentication error" : "Error de autenticación", - "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página.", "No database drivers (sqlite, mysql, or postgresql) installed." : "No cuentas con controladores de base de datos (sqlite, mysql o postgresql) instalados. ", "PHP module %s not installed." : "El módulo de PHP %s no está instalado. ", "Please ask your server administrator to install the module." : "Por favor solicita a tu adminsitrador la instalación del módulo. ", @@ -148,6 +145,9 @@ OC.L10N.register( "Text" : "Texto", "Summary" : "Resumen", "Translate" : "Traducir", - "Result" : "Resultado" + "Result" : "Resultado", + "Application is not enabled" : "La aplicación está deshabilitada", + "Authentication error" : "Error de autenticación", + "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página." }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/lib/l10n/es_HN.json b/lib/l10n/es_HN.json index 4e3e01a94dc..8f9796ab43e 100644 --- a/lib/l10n/es_HN.json +++ b/lib/l10n/es_HN.json @@ -124,9 +124,6 @@ "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "Login canceled by app" : "Inicio de sesión cancelado por la aplicación", "a safe home for all your data" : "un lugar seguro para todos tus datos", - "Application is not enabled" : "La aplicación está deshabilitada", - "Authentication error" : "Error de autenticación", - "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página.", "No database drivers (sqlite, mysql, or postgresql) installed." : "No cuentas con controladores de base de datos (sqlite, mysql o postgresql) instalados. ", "PHP module %s not installed." : "El módulo de PHP %s no está instalado. ", "Please ask your server administrator to install the module." : "Por favor solicita a tu adminsitrador la instalación del módulo. ", @@ -146,6 +143,9 @@ "Text" : "Texto", "Summary" : "Resumen", "Translate" : "Traducir", - "Result" : "Resultado" + "Result" : "Resultado", + "Application is not enabled" : "La aplicación está deshabilitada", + "Authentication error" : "Error de autenticación", + "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página." },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/lib/l10n/es_MX.js b/lib/l10n/es_MX.js index d1626a5b0ea..a6a8f09e673 100644 --- a/lib/l10n/es_MX.js +++ b/lib/l10n/es_MX.js @@ -246,9 +246,6 @@ OC.L10N.register( "Login canceled by app" : "Inicio de sesión cancelado por la aplicación", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "No se puede instalar la aplicación \"%1$s\" porque no se cumple con las siguientes dependencias: %2$s ", "a safe home for all your data" : "un lugar seguro para todos tus datos", - "Application is not enabled" : "La aplicación está deshabilitada", - "Authentication error" : "Error de autenticación", - "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página.", "No database drivers (sqlite, mysql, or postgresql) installed." : "No cuentas con controladores de base de datos (sqlite, mysql o postgresql) instalados. ", "Cannot write into \"config\" directory." : "No se puede escribir en el directorio \"config\".", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Normalmente, esto se puede arreglar al darle al servidor web permiso de escritura al directorio de configuración. Vea %s", @@ -374,6 +371,9 @@ OC.L10N.register( "Runs an arbitrary prompt through the language model." : "Ejecuta un prompt arbitrario a través del modelo de lenguaje.", "Generate headline" : "Generar titular", "Summarizes text by reducing its length without losing key information." : "Resume el texto reduciendo su longitud sin perder información clave.", - "Extracts topics from a text and outputs them separated by commas." : "Extrae los temas de un texto y genera una salida separada por comas. " + "Extracts topics from a text and outputs them separated by commas." : "Extrae los temas de un texto y genera una salida separada por comas. ", + "Application is not enabled" : "La aplicación está deshabilitada", + "Authentication error" : "Error de autenticación", + "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página." }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/lib/l10n/es_MX.json b/lib/l10n/es_MX.json index fd2653eb1a7..8feed2fea0e 100644 --- a/lib/l10n/es_MX.json +++ b/lib/l10n/es_MX.json @@ -244,9 +244,6 @@ "Login canceled by app" : "Inicio de sesión cancelado por la aplicación", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "No se puede instalar la aplicación \"%1$s\" porque no se cumple con las siguientes dependencias: %2$s ", "a safe home for all your data" : "un lugar seguro para todos tus datos", - "Application is not enabled" : "La aplicación está deshabilitada", - "Authentication error" : "Error de autenticación", - "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página.", "No database drivers (sqlite, mysql, or postgresql) installed." : "No cuentas con controladores de base de datos (sqlite, mysql o postgresql) instalados. ", "Cannot write into \"config\" directory." : "No se puede escribir en el directorio \"config\".", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Normalmente, esto se puede arreglar al darle al servidor web permiso de escritura al directorio de configuración. Vea %s", @@ -372,6 +369,9 @@ "Runs an arbitrary prompt through the language model." : "Ejecuta un prompt arbitrario a través del modelo de lenguaje.", "Generate headline" : "Generar titular", "Summarizes text by reducing its length without losing key information." : "Resume el texto reduciendo su longitud sin perder información clave.", - "Extracts topics from a text and outputs them separated by commas." : "Extrae los temas de un texto y genera una salida separada por comas. " + "Extracts topics from a text and outputs them separated by commas." : "Extrae los temas de un texto y genera una salida separada por comas. ", + "Application is not enabled" : "La aplicación está deshabilitada", + "Authentication error" : "Error de autenticación", + "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página." },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/lib/l10n/es_NI.js b/lib/l10n/es_NI.js index b172479280b..880c50668c4 100644 --- a/lib/l10n/es_NI.js +++ b/lib/l10n/es_NI.js @@ -126,9 +126,6 @@ OC.L10N.register( "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "Login canceled by app" : "Inicio de sesión cancelado por la aplicación", "a safe home for all your data" : "un lugar seguro para todos tus datos", - "Application is not enabled" : "La aplicación está deshabilitada", - "Authentication error" : "Error de autenticación", - "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página.", "No database drivers (sqlite, mysql, or postgresql) installed." : "No cuentas con controladores de base de datos (sqlite, mysql o postgresql) instalados. ", "PHP module %s not installed." : "El módulo de PHP %s no está instalado. ", "Please ask your server administrator to install the module." : "Por favor solicita a tu adminsitrador la instalación del módulo. ", @@ -148,6 +145,9 @@ OC.L10N.register( "Text" : "Texto", "Summary" : "Resumen", "Translate" : "Traducir", - "Result" : "Resultado" + "Result" : "Resultado", + "Application is not enabled" : "La aplicación está deshabilitada", + "Authentication error" : "Error de autenticación", + "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página." }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/lib/l10n/es_NI.json b/lib/l10n/es_NI.json index aaac78ccdd0..b9967ade627 100644 --- a/lib/l10n/es_NI.json +++ b/lib/l10n/es_NI.json @@ -124,9 +124,6 @@ "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "Login canceled by app" : "Inicio de sesión cancelado por la aplicación", "a safe home for all your data" : "un lugar seguro para todos tus datos", - "Application is not enabled" : "La aplicación está deshabilitada", - "Authentication error" : "Error de autenticación", - "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página.", "No database drivers (sqlite, mysql, or postgresql) installed." : "No cuentas con controladores de base de datos (sqlite, mysql o postgresql) instalados. ", "PHP module %s not installed." : "El módulo de PHP %s no está instalado. ", "Please ask your server administrator to install the module." : "Por favor solicita a tu adminsitrador la instalación del módulo. ", @@ -146,6 +143,9 @@ "Text" : "Texto", "Summary" : "Resumen", "Translate" : "Traducir", - "Result" : "Resultado" + "Result" : "Resultado", + "Application is not enabled" : "La aplicación está deshabilitada", + "Authentication error" : "Error de autenticación", + "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página." },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/lib/l10n/es_PA.js b/lib/l10n/es_PA.js index db1efaa3ebe..3cf68935511 100644 --- a/lib/l10n/es_PA.js +++ b/lib/l10n/es_PA.js @@ -126,9 +126,6 @@ OC.L10N.register( "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "Login canceled by app" : "Inicio de sesión cancelado por la aplicación", "a safe home for all your data" : "un lugar seguro para todos tus datos", - "Application is not enabled" : "La aplicación está deshabilitada", - "Authentication error" : "Error de autenticación", - "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página.", "No database drivers (sqlite, mysql, or postgresql) installed." : "No cuentas con controladores de base de datos (sqlite, mysql o postgresql) instalados. ", "PHP module %s not installed." : "El módulo de PHP %s no está instalado. ", "Please ask your server administrator to install the module." : "Por favor solicita a tu adminsitrador la instalación del módulo. ", @@ -148,6 +145,9 @@ OC.L10N.register( "Text" : "Texto", "Summary" : "Resumen", "Translate" : "Traducir", - "Result" : "Resultado" + "Result" : "Resultado", + "Application is not enabled" : "La aplicación está deshabilitada", + "Authentication error" : "Error de autenticación", + "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página." }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/lib/l10n/es_PA.json b/lib/l10n/es_PA.json index 3035ac5e365..92a7840e64b 100644 --- a/lib/l10n/es_PA.json +++ b/lib/l10n/es_PA.json @@ -124,9 +124,6 @@ "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "Login canceled by app" : "Inicio de sesión cancelado por la aplicación", "a safe home for all your data" : "un lugar seguro para todos tus datos", - "Application is not enabled" : "La aplicación está deshabilitada", - "Authentication error" : "Error de autenticación", - "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página.", "No database drivers (sqlite, mysql, or postgresql) installed." : "No cuentas con controladores de base de datos (sqlite, mysql o postgresql) instalados. ", "PHP module %s not installed." : "El módulo de PHP %s no está instalado. ", "Please ask your server administrator to install the module." : "Por favor solicita a tu adminsitrador la instalación del módulo. ", @@ -146,6 +143,9 @@ "Text" : "Texto", "Summary" : "Resumen", "Translate" : "Traducir", - "Result" : "Resultado" + "Result" : "Resultado", + "Application is not enabled" : "La aplicación está deshabilitada", + "Authentication error" : "Error de autenticación", + "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página." },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/lib/l10n/es_PE.js b/lib/l10n/es_PE.js index 96cb68c725a..43a363eafd9 100644 --- a/lib/l10n/es_PE.js +++ b/lib/l10n/es_PE.js @@ -127,9 +127,6 @@ OC.L10N.register( "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "Login canceled by app" : "Inicio de sesión cancelado por la aplicación", "a safe home for all your data" : "un lugar seguro para todos tus datos", - "Application is not enabled" : "La aplicación está deshabilitada", - "Authentication error" : "Error de autenticación", - "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página.", "No database drivers (sqlite, mysql, or postgresql) installed." : "No cuentas con controladores de base de datos (sqlite, mysql o postgresql) instalados. ", "PHP module %s not installed." : "El módulo de PHP %s no está instalado. ", "Please ask your server administrator to install the module." : "Por favor solicita a tu adminsitrador la instalación del módulo. ", @@ -149,6 +146,9 @@ OC.L10N.register( "Text" : "Texto", "Summary" : "Resumen", "Translate" : "Traducir", - "Result" : "Resultado" + "Result" : "Resultado", + "Application is not enabled" : "La aplicación está deshabilitada", + "Authentication error" : "Error de autenticación", + "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página." }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/lib/l10n/es_PE.json b/lib/l10n/es_PE.json index 122102a1a9e..fc562075fcf 100644 --- a/lib/l10n/es_PE.json +++ b/lib/l10n/es_PE.json @@ -125,9 +125,6 @@ "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "Login canceled by app" : "Inicio de sesión cancelado por la aplicación", "a safe home for all your data" : "un lugar seguro para todos tus datos", - "Application is not enabled" : "La aplicación está deshabilitada", - "Authentication error" : "Error de autenticación", - "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página.", "No database drivers (sqlite, mysql, or postgresql) installed." : "No cuentas con controladores de base de datos (sqlite, mysql o postgresql) instalados. ", "PHP module %s not installed." : "El módulo de PHP %s no está instalado. ", "Please ask your server administrator to install the module." : "Por favor solicita a tu adminsitrador la instalación del módulo. ", @@ -147,6 +144,9 @@ "Text" : "Texto", "Summary" : "Resumen", "Translate" : "Traducir", - "Result" : "Resultado" + "Result" : "Resultado", + "Application is not enabled" : "La aplicación está deshabilitada", + "Authentication error" : "Error de autenticación", + "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página." },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/lib/l10n/es_PR.js b/lib/l10n/es_PR.js index 4c9ecddefc9..17d2f60654d 100644 --- a/lib/l10n/es_PR.js +++ b/lib/l10n/es_PR.js @@ -126,9 +126,6 @@ OC.L10N.register( "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "Login canceled by app" : "Inicio de sesión cancelado por la aplicación", "a safe home for all your data" : "un lugar seguro para todos tus datos", - "Application is not enabled" : "La aplicación está deshabilitada", - "Authentication error" : "Error de autenticación", - "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página.", "No database drivers (sqlite, mysql, or postgresql) installed." : "No cuentas con controladores de base de datos (sqlite, mysql o postgresql) instalados. ", "PHP module %s not installed." : "El módulo de PHP %s no está instalado. ", "Please ask your server administrator to install the module." : "Por favor solicita a tu adminsitrador la instalación del módulo. ", @@ -148,6 +145,9 @@ OC.L10N.register( "Text" : "Texto", "Summary" : "Resumen", "Translate" : "Traducir", - "Result" : "Resultado" + "Result" : "Resultado", + "Application is not enabled" : "La aplicación está deshabilitada", + "Authentication error" : "Error de autenticación", + "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página." }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/lib/l10n/es_PR.json b/lib/l10n/es_PR.json index 7082ffd1133..70b074a85f6 100644 --- a/lib/l10n/es_PR.json +++ b/lib/l10n/es_PR.json @@ -124,9 +124,6 @@ "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "Login canceled by app" : "Inicio de sesión cancelado por la aplicación", "a safe home for all your data" : "un lugar seguro para todos tus datos", - "Application is not enabled" : "La aplicación está deshabilitada", - "Authentication error" : "Error de autenticación", - "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página.", "No database drivers (sqlite, mysql, or postgresql) installed." : "No cuentas con controladores de base de datos (sqlite, mysql o postgresql) instalados. ", "PHP module %s not installed." : "El módulo de PHP %s no está instalado. ", "Please ask your server administrator to install the module." : "Por favor solicita a tu adminsitrador la instalación del módulo. ", @@ -146,6 +143,9 @@ "Text" : "Texto", "Summary" : "Resumen", "Translate" : "Traducir", - "Result" : "Resultado" + "Result" : "Resultado", + "Application is not enabled" : "La aplicación está deshabilitada", + "Authentication error" : "Error de autenticación", + "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página." },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/lib/l10n/es_PY.js b/lib/l10n/es_PY.js index e4c454b8cb8..beec69ac832 100644 --- a/lib/l10n/es_PY.js +++ b/lib/l10n/es_PY.js @@ -127,9 +127,6 @@ OC.L10N.register( "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "Login canceled by app" : "Inicio de sesión cancelado por la aplicación", "a safe home for all your data" : "un lugar seguro para todos tus datos", - "Application is not enabled" : "La aplicación está deshabilitada", - "Authentication error" : "Error de autenticación", - "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página.", "No database drivers (sqlite, mysql, or postgresql) installed." : "No cuentas con controladores de base de datos (sqlite, mysql o postgresql) instalados. ", "PHP module %s not installed." : "El módulo de PHP %s no está instalado. ", "Please ask your server administrator to install the module." : "Por favor solicita a tu adminsitrador la instalación del módulo. ", @@ -149,6 +146,9 @@ OC.L10N.register( "Text" : "Texto", "Summary" : "Resumen", "Translate" : "Traducir", - "Result" : "Resultado" + "Result" : "Resultado", + "Application is not enabled" : "La aplicación está deshabilitada", + "Authentication error" : "Error de autenticación", + "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página." }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/lib/l10n/es_PY.json b/lib/l10n/es_PY.json index a5e613dc944..65242e286b7 100644 --- a/lib/l10n/es_PY.json +++ b/lib/l10n/es_PY.json @@ -125,9 +125,6 @@ "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "Login canceled by app" : "Inicio de sesión cancelado por la aplicación", "a safe home for all your data" : "un lugar seguro para todos tus datos", - "Application is not enabled" : "La aplicación está deshabilitada", - "Authentication error" : "Error de autenticación", - "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página.", "No database drivers (sqlite, mysql, or postgresql) installed." : "No cuentas con controladores de base de datos (sqlite, mysql o postgresql) instalados. ", "PHP module %s not installed." : "El módulo de PHP %s no está instalado. ", "Please ask your server administrator to install the module." : "Por favor solicita a tu adminsitrador la instalación del módulo. ", @@ -147,6 +144,9 @@ "Text" : "Texto", "Summary" : "Resumen", "Translate" : "Traducir", - "Result" : "Resultado" + "Result" : "Resultado", + "Application is not enabled" : "La aplicación está deshabilitada", + "Authentication error" : "Error de autenticación", + "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página." },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/lib/l10n/es_SV.js b/lib/l10n/es_SV.js index cba0de24e2e..78952b0882f 100644 --- a/lib/l10n/es_SV.js +++ b/lib/l10n/es_SV.js @@ -128,9 +128,6 @@ OC.L10N.register( "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "Login canceled by app" : "Inicio de sesión cancelado por la aplicación", "a safe home for all your data" : "un lugar seguro para todos tus datos", - "Application is not enabled" : "La aplicación está deshabilitada", - "Authentication error" : "Error de autenticación", - "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página.", "No database drivers (sqlite, mysql, or postgresql) installed." : "No cuentas con controladores de base de datos (sqlite, mysql o postgresql) instalados. ", "PHP module %s not installed." : "El módulo de PHP %s no está instalado. ", "Please ask your server administrator to install the module." : "Por favor solicita a tu adminsitrador la instalación del módulo. ", @@ -151,6 +148,9 @@ OC.L10N.register( "Text" : "Texto", "Summary" : "Resumen", "Translate" : "Traducir", - "Result" : "Resultado" + "Result" : "Resultado", + "Application is not enabled" : "La aplicación está deshabilitada", + "Authentication error" : "Error de autenticación", + "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página." }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/lib/l10n/es_SV.json b/lib/l10n/es_SV.json index 5e419f019c7..e64d38c632b 100644 --- a/lib/l10n/es_SV.json +++ b/lib/l10n/es_SV.json @@ -126,9 +126,6 @@ "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "Login canceled by app" : "Inicio de sesión cancelado por la aplicación", "a safe home for all your data" : "un lugar seguro para todos tus datos", - "Application is not enabled" : "La aplicación está deshabilitada", - "Authentication error" : "Error de autenticación", - "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página.", "No database drivers (sqlite, mysql, or postgresql) installed." : "No cuentas con controladores de base de datos (sqlite, mysql o postgresql) instalados. ", "PHP module %s not installed." : "El módulo de PHP %s no está instalado. ", "Please ask your server administrator to install the module." : "Por favor solicita a tu adminsitrador la instalación del módulo. ", @@ -149,6 +146,9 @@ "Text" : "Texto", "Summary" : "Resumen", "Translate" : "Traducir", - "Result" : "Resultado" + "Result" : "Resultado", + "Application is not enabled" : "La aplicación está deshabilitada", + "Authentication error" : "Error de autenticación", + "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página." },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/lib/l10n/es_UY.js b/lib/l10n/es_UY.js index ece562ecca6..0f91844780c 100644 --- a/lib/l10n/es_UY.js +++ b/lib/l10n/es_UY.js @@ -126,9 +126,6 @@ OC.L10N.register( "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "Login canceled by app" : "Inicio de sesión cancelado por la aplicación", "a safe home for all your data" : "un lugar seguro para todos tus datos", - "Application is not enabled" : "La aplicación está deshabilitada", - "Authentication error" : "Error de autenticación", - "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página.", "No database drivers (sqlite, mysql, or postgresql) installed." : "No cuentas con controladores de base de datos (sqlite, mysql o postgresql) instalados. ", "PHP module %s not installed." : "El módulo de PHP %s no está instalado. ", "Please ask your server administrator to install the module." : "Por favor solicita a tu adminsitrador la instalación del módulo. ", @@ -148,6 +145,9 @@ OC.L10N.register( "Text" : "Texto", "Summary" : "Resumen", "Translate" : "Traducir", - "Result" : "Resultado" + "Result" : "Resultado", + "Application is not enabled" : "La aplicación está deshabilitada", + "Authentication error" : "Error de autenticación", + "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página." }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/lib/l10n/es_UY.json b/lib/l10n/es_UY.json index 72ac94f263a..44f61ba133b 100644 --- a/lib/l10n/es_UY.json +++ b/lib/l10n/es_UY.json @@ -124,9 +124,6 @@ "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "Login canceled by app" : "Inicio de sesión cancelado por la aplicación", "a safe home for all your data" : "un lugar seguro para todos tus datos", - "Application is not enabled" : "La aplicación está deshabilitada", - "Authentication error" : "Error de autenticación", - "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página.", "No database drivers (sqlite, mysql, or postgresql) installed." : "No cuentas con controladores de base de datos (sqlite, mysql o postgresql) instalados. ", "PHP module %s not installed." : "El módulo de PHP %s no está instalado. ", "Please ask your server administrator to install the module." : "Por favor solicita a tu adminsitrador la instalación del módulo. ", @@ -146,6 +143,9 @@ "Text" : "Texto", "Summary" : "Resumen", "Translate" : "Traducir", - "Result" : "Resultado" + "Result" : "Resultado", + "Application is not enabled" : "La aplicación está deshabilitada", + "Authentication error" : "Error de autenticación", + "Token expired. Please reload page." : "La ficha ha expirado. Por favor recarga la página." },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/lib/l10n/et_EE.js b/lib/l10n/et_EE.js index 365696810e7..7c4eadf7b55 100644 --- a/lib/l10n/et_EE.js +++ b/lib/l10n/et_EE.js @@ -281,9 +281,6 @@ OC.L10N.register( "Login canceled by app" : "Rakendus katkestas sisselogimise", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "„%1$s“ rakendust ei saa paigaldada, sest järgnev sõltuvus on puudu: %2$s", "a safe home for all your data" : "turvaline koht sinu andmetele", - "Application is not enabled" : "Rakendus pole sisse lülitatud", - "Authentication error" : "Autentimise viga", - "Token expired. Please reload page." : "Kontrollkood aegus. Paelun laadi leht uuesti.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Ühtegi andmebaasi (sqlite, mysql või postgresql) draiverit pole paigaldatud.", "Cannot write into \"config\" directory." : "Pole õigust kirjutada „config“ kausta.", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Tavaliselt saad selle lahendada andes veebiserverile õigused seadistuse kausta kirjutamiseks. Vaata siia: %s", @@ -456,6 +453,9 @@ OC.L10N.register( "Result" : "Tulemus", "The translated text" : "Tõlgitud tekst", "Generate headline" : "Alapealkirja loomine", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X ei ole toetatud ja %s ei pruugi korralikult toimida sellel platvormil. Kasuta seda omal vastutusel!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X ei ole toetatud ja %s ei pruugi korralikult toimida sellel platvormil. Kasuta seda omal vastutusel!", + "Application is not enabled" : "Rakendus pole sisse lülitatud", + "Authentication error" : "Autentimise viga", + "Token expired. Please reload page." : "Kontrollkood aegus. Paelun laadi leht uuesti." }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/et_EE.json b/lib/l10n/et_EE.json index 5efa7fafe8b..cb0da1151bc 100644 --- a/lib/l10n/et_EE.json +++ b/lib/l10n/et_EE.json @@ -279,9 +279,6 @@ "Login canceled by app" : "Rakendus katkestas sisselogimise", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "„%1$s“ rakendust ei saa paigaldada, sest järgnev sõltuvus on puudu: %2$s", "a safe home for all your data" : "turvaline koht sinu andmetele", - "Application is not enabled" : "Rakendus pole sisse lülitatud", - "Authentication error" : "Autentimise viga", - "Token expired. Please reload page." : "Kontrollkood aegus. Paelun laadi leht uuesti.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Ühtegi andmebaasi (sqlite, mysql või postgresql) draiverit pole paigaldatud.", "Cannot write into \"config\" directory." : "Pole õigust kirjutada „config“ kausta.", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Tavaliselt saad selle lahendada andes veebiserverile õigused seadistuse kausta kirjutamiseks. Vaata siia: %s", @@ -454,6 +451,9 @@ "Result" : "Tulemus", "The translated text" : "Tõlgitud tekst", "Generate headline" : "Alapealkirja loomine", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X ei ole toetatud ja %s ei pruugi korralikult toimida sellel platvormil. Kasuta seda omal vastutusel!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X ei ole toetatud ja %s ei pruugi korralikult toimida sellel platvormil. Kasuta seda omal vastutusel!", + "Application is not enabled" : "Rakendus pole sisse lülitatud", + "Authentication error" : "Autentimise viga", + "Token expired. Please reload page." : "Kontrollkood aegus. Paelun laadi leht uuesti." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/eu.js b/lib/l10n/eu.js index 097329699cf..db4205b92c3 100644 --- a/lib/l10n/eu.js +++ b/lib/l10n/eu.js @@ -283,9 +283,6 @@ OC.L10N.register( "Login canceled by app" : "Aplikazioak saioa bertan behera utzi du", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "\"%1$s\" aplikazioa ezin da instalatu, menpekotasun hauek betetzen ez direlako:%2$s", "a safe home for all your data" : "zure datu guztientzako toki segurua", - "Application is not enabled" : "Aplikazioa ez dago gaituta", - "Authentication error" : "Autentifikazio errorea", - "Token expired. Please reload page." : "Tokena iraungitu da. Mesedez birkargatu orria.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Ez dago datubaseen (sqlite, mysql edo postgresql) driverrik instalatuta.", "Cannot write into \"config\" directory." : "Ezin da \"config\" karpetan idatzi.", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Hau normalean konpondu daiteke web zerbitzariari konfigurazio direktoriorako sarbidea emanez. Ikus %s", @@ -474,6 +471,9 @@ OC.L10N.register( "Generate headline" : "Sortu izenburua", "Summarizes text by reducing its length without losing key information." : "Testua laburtzen du bere luzera murrizten informazio baliotsua galdu gabe.", "Extracts topics from a text and outputs them separated by commas." : "Gaiak ateratzen ditu testu batetik eta komaz banatuta erakusten ditu.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X ez da onartzen eta %s ez da ondo funtzionatuko plataforma honetan. Erabili zure ardurapean!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X ez da onartzen eta %s ez da ondo funtzionatuko plataforma honetan. Erabili zure ardurapean!", + "Application is not enabled" : "Aplikazioa ez dago gaituta", + "Authentication error" : "Autentifikazio errorea", + "Token expired. Please reload page." : "Tokena iraungitu da. Mesedez birkargatu orria." }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/eu.json b/lib/l10n/eu.json index 140b3e5ec77..fe939ab213f 100644 --- a/lib/l10n/eu.json +++ b/lib/l10n/eu.json @@ -281,9 +281,6 @@ "Login canceled by app" : "Aplikazioak saioa bertan behera utzi du", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "\"%1$s\" aplikazioa ezin da instalatu, menpekotasun hauek betetzen ez direlako:%2$s", "a safe home for all your data" : "zure datu guztientzako toki segurua", - "Application is not enabled" : "Aplikazioa ez dago gaituta", - "Authentication error" : "Autentifikazio errorea", - "Token expired. Please reload page." : "Tokena iraungitu da. Mesedez birkargatu orria.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Ez dago datubaseen (sqlite, mysql edo postgresql) driverrik instalatuta.", "Cannot write into \"config\" directory." : "Ezin da \"config\" karpetan idatzi.", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Hau normalean konpondu daiteke web zerbitzariari konfigurazio direktoriorako sarbidea emanez. Ikus %s", @@ -472,6 +469,9 @@ "Generate headline" : "Sortu izenburua", "Summarizes text by reducing its length without losing key information." : "Testua laburtzen du bere luzera murrizten informazio baliotsua galdu gabe.", "Extracts topics from a text and outputs them separated by commas." : "Gaiak ateratzen ditu testu batetik eta komaz banatuta erakusten ditu.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X ez da onartzen eta %s ez da ondo funtzionatuko plataforma honetan. Erabili zure ardurapean!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X ez da onartzen eta %s ez da ondo funtzionatuko plataforma honetan. Erabili zure ardurapean!", + "Application is not enabled" : "Aplikazioa ez dago gaituta", + "Authentication error" : "Autentifikazio errorea", + "Token expired. Please reload page." : "Tokena iraungitu da. Mesedez birkargatu orria." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/fa.js b/lib/l10n/fa.js index 9ff83fe9c78..1252d639415 100644 --- a/lib/l10n/fa.js +++ b/lib/l10n/fa.js @@ -280,9 +280,6 @@ OC.L10N.register( "Login canceled by app" : "ورود به دست کاره لغو شد", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "کارهٔ «%1$s» نمی‌تواند نصب شود؛ چرا که وابستگی زیر تأمین نشده: %2$s", "a safe home for all your data" : "خانه‌ای امن برای تمامی داده‌هایتان", - "Application is not enabled" : "برنامه فعال نشده است", - "Authentication error" : "خطا در اعتبار سنجی", - "Token expired. Please reload page." : "Token منقضی شده است. لطفا دوباره صفحه را بارگذاری نمایید.", "No database drivers (sqlite, mysql, or postgresql) installed." : "هیچ درایور پایگاه داده (sqlite ، mysql یا postgresql) نصب نشده است.", "Cannot write into \"config\" directory." : "نمی‌توان در دایرکتوری «config» نوشت.", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "این مشکل معمولاً با دادن دسترسی نوشتن به وب‌سرور در دایرکتوری پیکربندی قابل رفع است. مشاهده %s", @@ -448,6 +445,9 @@ OC.L10N.register( "Generate headline" : "تولید عنوان", "Summarizes text by reducing its length without losing key information." : "متن را با کاهش طول آن و بدون از دست دادن اطلاعات کلیدی، خلاصه‌سازی می‌کند.", "Extracts topics from a text and outputs them separated by commas." : "موضوعات را از یک متن استخراج کرده و با کاما جدا شده خروجی می‌دهد.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X پشتیبانی نمی‌شود و %s روی این پلتفرم به درستی کار نخواهد کرد. با مسئولیت خودتان از آن استفاده کنید!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X پشتیبانی نمی‌شود و %s روی این پلتفرم به درستی کار نخواهد کرد. با مسئولیت خودتان از آن استفاده کنید!", + "Application is not enabled" : "برنامه فعال نشده است", + "Authentication error" : "خطا در اعتبار سنجی", + "Token expired. Please reload page." : "Token منقضی شده است. لطفا دوباره صفحه را بارگذاری نمایید." }, "nplurals=2; plural=(n > 1);"); diff --git a/lib/l10n/fa.json b/lib/l10n/fa.json index 42f0095948a..70cf4f2873e 100644 --- a/lib/l10n/fa.json +++ b/lib/l10n/fa.json @@ -278,9 +278,6 @@ "Login canceled by app" : "ورود به دست کاره لغو شد", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "کارهٔ «%1$s» نمی‌تواند نصب شود؛ چرا که وابستگی زیر تأمین نشده: %2$s", "a safe home for all your data" : "خانه‌ای امن برای تمامی داده‌هایتان", - "Application is not enabled" : "برنامه فعال نشده است", - "Authentication error" : "خطا در اعتبار سنجی", - "Token expired. Please reload page." : "Token منقضی شده است. لطفا دوباره صفحه را بارگذاری نمایید.", "No database drivers (sqlite, mysql, or postgresql) installed." : "هیچ درایور پایگاه داده (sqlite ، mysql یا postgresql) نصب نشده است.", "Cannot write into \"config\" directory." : "نمی‌توان در دایرکتوری «config» نوشت.", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "این مشکل معمولاً با دادن دسترسی نوشتن به وب‌سرور در دایرکتوری پیکربندی قابل رفع است. مشاهده %s", @@ -446,6 +443,9 @@ "Generate headline" : "تولید عنوان", "Summarizes text by reducing its length without losing key information." : "متن را با کاهش طول آن و بدون از دست دادن اطلاعات کلیدی، خلاصه‌سازی می‌کند.", "Extracts topics from a text and outputs them separated by commas." : "موضوعات را از یک متن استخراج کرده و با کاما جدا شده خروجی می‌دهد.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X پشتیبانی نمی‌شود و %s روی این پلتفرم به درستی کار نخواهد کرد. با مسئولیت خودتان از آن استفاده کنید!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X پشتیبانی نمی‌شود و %s روی این پلتفرم به درستی کار نخواهد کرد. با مسئولیت خودتان از آن استفاده کنید!", + "Application is not enabled" : "برنامه فعال نشده است", + "Authentication error" : "خطا در اعتبار سنجی", + "Token expired. Please reload page." : "Token منقضی شده است. لطفا دوباره صفحه را بارگذاری نمایید." },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/lib/l10n/fi.js b/lib/l10n/fi.js index 4e0d3f3c164..92c8458e1bf 100644 --- a/lib/l10n/fi.js +++ b/lib/l10n/fi.js @@ -192,9 +192,6 @@ OC.L10N.register( "Login canceled by app" : "Kirjautuminen peruttiin sovelluksen toimesta", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Sovellusta \"%1$s\" ei voi asentaa, koska seuraavat riippuvuudet eivät täyty: %2$s", "a safe home for all your data" : "turvallinen koti kaikille tiedostoillesi", - "Application is not enabled" : "Sovellusta ei ole otettu käyttöön", - "Authentication error" : "Tunnistautumisvirhe", - "Token expired. Please reload page." : "Valtuutus vanheni. Lataa sivu uudelleen.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Tietokanta-ajureita (sqlite, mysql tai postgresql) ei ole asennettu.", "Cannot write into \"config\" directory." : "Ei voi kirjoittaa \"config\"-hakemistoon", "Cannot create \"data\" directory." : "Ei voi luoda \"data\"-hakemistoa", @@ -247,6 +244,9 @@ OC.L10N.register( "Translate" : "Käännä", "Target language" : "Kohdekieli", "Result" : "Tulos", - "The translated text" : "Käännetty teksti" + "The translated text" : "Käännetty teksti", + "Application is not enabled" : "Sovellusta ei ole otettu käyttöön", + "Authentication error" : "Tunnistautumisvirhe", + "Token expired. Please reload page." : "Valtuutus vanheni. Lataa sivu uudelleen." }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/fi.json b/lib/l10n/fi.json index 72ce3720a6f..9f2867ccbc6 100644 --- a/lib/l10n/fi.json +++ b/lib/l10n/fi.json @@ -190,9 +190,6 @@ "Login canceled by app" : "Kirjautuminen peruttiin sovelluksen toimesta", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Sovellusta \"%1$s\" ei voi asentaa, koska seuraavat riippuvuudet eivät täyty: %2$s", "a safe home for all your data" : "turvallinen koti kaikille tiedostoillesi", - "Application is not enabled" : "Sovellusta ei ole otettu käyttöön", - "Authentication error" : "Tunnistautumisvirhe", - "Token expired. Please reload page." : "Valtuutus vanheni. Lataa sivu uudelleen.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Tietokanta-ajureita (sqlite, mysql tai postgresql) ei ole asennettu.", "Cannot write into \"config\" directory." : "Ei voi kirjoittaa \"config\"-hakemistoon", "Cannot create \"data\" directory." : "Ei voi luoda \"data\"-hakemistoa", @@ -245,6 +242,9 @@ "Translate" : "Käännä", "Target language" : "Kohdekieli", "Result" : "Tulos", - "The translated text" : "Käännetty teksti" + "The translated text" : "Käännetty teksti", + "Application is not enabled" : "Sovellusta ei ole otettu käyttöön", + "Authentication error" : "Tunnistautumisvirhe", + "Token expired. Please reload page." : "Valtuutus vanheni. Lataa sivu uudelleen." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/fr.js b/lib/l10n/fr.js index 802f6759f9f..64bbb41c71d 100644 --- a/lib/l10n/fr.js +++ b/lib/l10n/fr.js @@ -285,9 +285,6 @@ OC.L10N.register( "Login canceled by app" : "L'authentification a été annulée par l'application", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "L'application « %1$s » ne peut pas être installée à cause des dépendances suivantes non satisfaites : %2$s", "a safe home for all your data" : "un lieu sûr pour toutes vos données", - "Application is not enabled" : "L'application n'est pas activée", - "Authentication error" : "Erreur d'authentification", - "Token expired. Please reload page." : "La session a expiré. Veuillez recharger la page.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Aucun pilote de base de données n’est installé (sqlite, mysql ou postgresql).", "Cannot write into \"config\" directory." : "Impossible d’écrire dans le répertoire « config ».", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Ce problème est généralement résolu en donnant au serveur web un accès en écriture au répertoire « config ». Voir %s", @@ -476,6 +473,9 @@ OC.L10N.register( "Generate headline" : "Générer un titre", "Summarizes text by reducing its length without losing key information." : "Résume un texte en réduisant sa longueur sans perdre d’informations essentielles.", "Extracts topics from a text and outputs them separated by commas." : "Extrait les thèmes d'un texte et les restitue séparés par des virgules.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X n'est pas pris en charge et %s ne fonctionnera pas correctement sur cette plateforme. Vous l'utilisez à vos risques et périls ! " + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X n'est pas pris en charge et %s ne fonctionnera pas correctement sur cette plateforme. Vous l'utilisez à vos risques et périls ! ", + "Application is not enabled" : "L'application n'est pas activée", + "Authentication error" : "Erreur d'authentification", + "Token expired. Please reload page." : "La session a expiré. Veuillez recharger la page." }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/lib/l10n/fr.json b/lib/l10n/fr.json index 1d2204c4f12..73e8cdb9921 100644 --- a/lib/l10n/fr.json +++ b/lib/l10n/fr.json @@ -283,9 +283,6 @@ "Login canceled by app" : "L'authentification a été annulée par l'application", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "L'application « %1$s » ne peut pas être installée à cause des dépendances suivantes non satisfaites : %2$s", "a safe home for all your data" : "un lieu sûr pour toutes vos données", - "Application is not enabled" : "L'application n'est pas activée", - "Authentication error" : "Erreur d'authentification", - "Token expired. Please reload page." : "La session a expiré. Veuillez recharger la page.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Aucun pilote de base de données n’est installé (sqlite, mysql ou postgresql).", "Cannot write into \"config\" directory." : "Impossible d’écrire dans le répertoire « config ».", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Ce problème est généralement résolu en donnant au serveur web un accès en écriture au répertoire « config ». Voir %s", @@ -474,6 +471,9 @@ "Generate headline" : "Générer un titre", "Summarizes text by reducing its length without losing key information." : "Résume un texte en réduisant sa longueur sans perdre d’informations essentielles.", "Extracts topics from a text and outputs them separated by commas." : "Extrait les thèmes d'un texte et les restitue séparés par des virgules.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X n'est pas pris en charge et %s ne fonctionnera pas correctement sur cette plateforme. Vous l'utilisez à vos risques et périls ! " + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X n'est pas pris en charge et %s ne fonctionnera pas correctement sur cette plateforme. Vous l'utilisez à vos risques et périls ! ", + "Application is not enabled" : "L'application n'est pas activée", + "Authentication error" : "Erreur d'authentification", + "Token expired. Please reload page." : "La session a expiré. Veuillez recharger la page." },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/lib/l10n/ga.js b/lib/l10n/ga.js index 8ff3fe823db..1ce5383357a 100644 --- a/lib/l10n/ga.js +++ b/lib/l10n/ga.js @@ -285,9 +285,6 @@ OC.L10N.register( "Login canceled by app" : "Cealaíodh logáil isteach ag an aip", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Ní féidir aip \"%1$s\" a shuiteáil toisc nach bhfuil na spleáchais seo a leanas comhlíonta: %2$s", "a safe home for all your data" : "baile sábháilte do do shonraí go léir", - "Application is not enabled" : "Níl feidhmchlár cumasaithe", - "Authentication error" : "Earráid fhíordheimhnithe", - "Token expired. Please reload page." : "Token imithe in éag. Athlódáil an leathanach le do thoil.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Níl aon tiománaithe bunachar sonraí (sqlite, mysql, nó postgresql) suiteáilte.", "Cannot write into \"config\" directory." : "Ní féidir scríobh san eolaire \"config\".", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Is féidir é seo a shocrú de ghnáth trí rochtain scríofa a thabhairt don fhreastalaí gréasáin ar an eolaire cumraíochta. Féach %s", @@ -476,6 +473,9 @@ OC.L10N.register( "Generate headline" : "Gin ceannlíne", "Summarizes text by reducing its length without losing key information." : "Déanann sé achoimre ar théacs trína fhad a laghdú gan eochairfhaisnéis a chailliúint.", "Extracts topics from a text and outputs them separated by commas." : "Sliocht topaicí as téacs agus aschuir iad scartha le camóga.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Ní thacaítear le Mac OS X agus ní oibreoidh %s i gceart ar an ardán seo. Bain úsáid as ar do phriacal féin!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Ní thacaítear le Mac OS X agus ní oibreoidh %s i gceart ar an ardán seo. Bain úsáid as ar do phriacal féin!", + "Application is not enabled" : "Níl feidhmchlár cumasaithe", + "Authentication error" : "Earráid fhíordheimhnithe", + "Token expired. Please reload page." : "Token imithe in éag. Athlódáil an leathanach le do thoil." }, "nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);"); diff --git a/lib/l10n/ga.json b/lib/l10n/ga.json index f1a2d92959f..185b5f313bd 100644 --- a/lib/l10n/ga.json +++ b/lib/l10n/ga.json @@ -283,9 +283,6 @@ "Login canceled by app" : "Cealaíodh logáil isteach ag an aip", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Ní féidir aip \"%1$s\" a shuiteáil toisc nach bhfuil na spleáchais seo a leanas comhlíonta: %2$s", "a safe home for all your data" : "baile sábháilte do do shonraí go léir", - "Application is not enabled" : "Níl feidhmchlár cumasaithe", - "Authentication error" : "Earráid fhíordheimhnithe", - "Token expired. Please reload page." : "Token imithe in éag. Athlódáil an leathanach le do thoil.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Níl aon tiománaithe bunachar sonraí (sqlite, mysql, nó postgresql) suiteáilte.", "Cannot write into \"config\" directory." : "Ní féidir scríobh san eolaire \"config\".", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Is féidir é seo a shocrú de ghnáth trí rochtain scríofa a thabhairt don fhreastalaí gréasáin ar an eolaire cumraíochta. Féach %s", @@ -474,6 +471,9 @@ "Generate headline" : "Gin ceannlíne", "Summarizes text by reducing its length without losing key information." : "Déanann sé achoimre ar théacs trína fhad a laghdú gan eochairfhaisnéis a chailliúint.", "Extracts topics from a text and outputs them separated by commas." : "Sliocht topaicí as téacs agus aschuir iad scartha le camóga.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Ní thacaítear le Mac OS X agus ní oibreoidh %s i gceart ar an ardán seo. Bain úsáid as ar do phriacal féin!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Ní thacaítear le Mac OS X agus ní oibreoidh %s i gceart ar an ardán seo. Bain úsáid as ar do phriacal féin!", + "Application is not enabled" : "Níl feidhmchlár cumasaithe", + "Authentication error" : "Earráid fhíordheimhnithe", + "Token expired. Please reload page." : "Token imithe in éag. Athlódáil an leathanach le do thoil." },"pluralForm" :"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);" } \ No newline at end of file diff --git a/lib/l10n/gl.js b/lib/l10n/gl.js index fcd2aadb75d..7312d5c5f75 100644 --- a/lib/l10n/gl.js +++ b/lib/l10n/gl.js @@ -285,9 +285,6 @@ OC.L10N.register( "Login canceled by app" : "Acceso cancelado pola aplicación", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Non é posíbel instalar a aplicación «%1$s» por mor de non cumprirse as dependencias: %2$s", "a safe home for all your data" : "un acubillo seguro para todos os seus datos", - "Application is not enabled" : "A aplicación non está activada", - "Authentication error" : "Produciuse un erro de autenticación", - "Token expired. Please reload page." : "Testemuño caducado. Recargue a páxina.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Non hai controladores de base de datos (sqlite, mysql, ou postgresql) instalados.", "Cannot write into \"config\" directory." : "Non é posíbel escribir no directorio «config».", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Isto, normalmente, pódese solucionar dándolle ao servidor web acceso de escritura ao directorio de configuración. Véxa %s", @@ -476,6 +473,9 @@ OC.L10N.register( "Generate headline" : "Xerar titular", "Summarizes text by reducing its length without losing key information." : "Resume o texto reducindo a súa lonxitude sen perder a información clave.", "Extracts topics from a text and outputs them separated by commas." : "Extrae temas dun texto e amósaos separados por comas.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X non é compatíbel e %s non funcionará correctamente nesta plataforma. Utilíceo baixo a súa responsabilidade!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X non é compatíbel e %s non funcionará correctamente nesta plataforma. Utilíceo baixo a súa responsabilidade!", + "Application is not enabled" : "A aplicación non está activada", + "Authentication error" : "Produciuse un erro de autenticación", + "Token expired. Please reload page." : "Testemuño caducado. Recargue a páxina." }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/gl.json b/lib/l10n/gl.json index ee63894f2a3..f877c3aca3e 100644 --- a/lib/l10n/gl.json +++ b/lib/l10n/gl.json @@ -283,9 +283,6 @@ "Login canceled by app" : "Acceso cancelado pola aplicación", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Non é posíbel instalar a aplicación «%1$s» por mor de non cumprirse as dependencias: %2$s", "a safe home for all your data" : "un acubillo seguro para todos os seus datos", - "Application is not enabled" : "A aplicación non está activada", - "Authentication error" : "Produciuse un erro de autenticación", - "Token expired. Please reload page." : "Testemuño caducado. Recargue a páxina.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Non hai controladores de base de datos (sqlite, mysql, ou postgresql) instalados.", "Cannot write into \"config\" directory." : "Non é posíbel escribir no directorio «config».", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Isto, normalmente, pódese solucionar dándolle ao servidor web acceso de escritura ao directorio de configuración. Véxa %s", @@ -474,6 +471,9 @@ "Generate headline" : "Xerar titular", "Summarizes text by reducing its length without losing key information." : "Resume o texto reducindo a súa lonxitude sen perder a información clave.", "Extracts topics from a text and outputs them separated by commas." : "Extrae temas dun texto e amósaos separados por comas.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X non é compatíbel e %s non funcionará correctamente nesta plataforma. Utilíceo baixo a súa responsabilidade!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X non é compatíbel e %s non funcionará correctamente nesta plataforma. Utilíceo baixo a súa responsabilidade!", + "Application is not enabled" : "A aplicación non está activada", + "Authentication error" : "Produciuse un erro de autenticación", + "Token expired. Please reload page." : "Testemuño caducado. Recargue a páxina." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/he.js b/lib/l10n/he.js index 002d9b9766a..bea26059cdc 100644 --- a/lib/l10n/he.js +++ b/lib/l10n/he.js @@ -131,9 +131,6 @@ OC.L10N.register( "A valid password must be provided" : "יש לספק ססמה תקנית", "Login canceled by app" : "התחברות בוטלה על ידי יישום", "a safe home for all your data" : "בית בטוח עבור כל המידע שלך", - "Application is not enabled" : "יישומים אינם מופעלים", - "Authentication error" : "שגיאת הזדהות", - "Token expired. Please reload page." : "פג תוקף. נא לטעון שוב את הדף.", "No database drivers (sqlite, mysql, or postgresql) installed." : "לא מותקנים דרייברים למסד הנתונים (sqlite, mysql, או postgresql).", "Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it. See %s" : "או, אם עדיף לך לשמור על config.php לקריאה בלבד, ניתן להגדיר את האפשרות „config_is_read_only” לערך true. נא לעיין ב־%s", "PHP module %s not installed." : "מודול PHP %s אינו מותקן.", @@ -158,6 +155,9 @@ OC.L10N.register( "Text" : "טקסט", "Summary" : "תקציר", "Translate" : "תרגום", - "Result" : "תוצאה" + "Result" : "תוצאה", + "Application is not enabled" : "יישומים אינם מופעלים", + "Authentication error" : "שגיאת הזדהות", + "Token expired. Please reload page." : "פג תוקף. נא לטעון שוב את הדף." }, "nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;"); diff --git a/lib/l10n/he.json b/lib/l10n/he.json index 36c9a5510c0..024dd01ae29 100644 --- a/lib/l10n/he.json +++ b/lib/l10n/he.json @@ -129,9 +129,6 @@ "A valid password must be provided" : "יש לספק ססמה תקנית", "Login canceled by app" : "התחברות בוטלה על ידי יישום", "a safe home for all your data" : "בית בטוח עבור כל המידע שלך", - "Application is not enabled" : "יישומים אינם מופעלים", - "Authentication error" : "שגיאת הזדהות", - "Token expired. Please reload page." : "פג תוקף. נא לטעון שוב את הדף.", "No database drivers (sqlite, mysql, or postgresql) installed." : "לא מותקנים דרייברים למסד הנתונים (sqlite, mysql, או postgresql).", "Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it. See %s" : "או, אם עדיף לך לשמור על config.php לקריאה בלבד, ניתן להגדיר את האפשרות „config_is_read_only” לערך true. נא לעיין ב־%s", "PHP module %s not installed." : "מודול PHP %s אינו מותקן.", @@ -156,6 +153,9 @@ "Text" : "טקסט", "Summary" : "תקציר", "Translate" : "תרגום", - "Result" : "תוצאה" + "Result" : "תוצאה", + "Application is not enabled" : "יישומים אינם מופעלים", + "Authentication error" : "שגיאת הזדהות", + "Token expired. Please reload page." : "פג תוקף. נא לטעון שוב את הדף." },"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;" } \ No newline at end of file diff --git a/lib/l10n/hr.js b/lib/l10n/hr.js index c36e807f5cf..4b2a1b3b5a3 100644 --- a/lib/l10n/hr.js +++ b/lib/l10n/hr.js @@ -285,9 +285,6 @@ OC.L10N.register( "Login canceled by app" : "Prijava je otkazana putem aplikacije", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Aplikaciju „%1$s” nije moguće instalirati jer nisu ispunjene sljedeće ovisnosti: %2$s", "a safe home for all your data" : "siguran dom za sve vaše podatke", - "Application is not enabled" : "Aplikacija nije omogućena", - "Authentication error" : "Pogrešna autentifikacija", - "Token expired. Please reload page." : "Token je istekao. Ponovno učitajte stranicu.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Nisu instalirani upravljački programi baze podataka (sqlite, mysql ili postgresql).", "Cannot write into \"config\" directory." : "Pisanje u direktorij „config” nije moguće", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Ovo se obično može ispraviti davanjem web-poslužitelju pravo pisanja u direktorij config. Pogledajte %s", @@ -476,6 +473,9 @@ OC.L10N.register( "Generate headline" : "Generiraj naslov", "Summarizes text by reducing its length without losing key information." : "Sažima tekst smanjujući njegovu duljinu bez gubitka ključnih informacija.", "Extracts topics from a text and outputs them separated by commas." : "Izdvaja teme iz teksta i ispisuje ih odvojene zarezima.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X nije podržan i %s na ovoj platformi neće raditi kako treba. Koristite na vlastiti rizik!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X nije podržan i %s na ovoj platformi neće raditi kako treba. Koristite na vlastiti rizik!", + "Application is not enabled" : "Aplikacija nije omogućena", + "Authentication error" : "Pogrešna autentifikacija", + "Token expired. Please reload page." : "Token je istekao. Ponovno učitajte stranicu." }, "nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"); diff --git a/lib/l10n/hr.json b/lib/l10n/hr.json index b5f5700387e..6b16b6f4d57 100644 --- a/lib/l10n/hr.json +++ b/lib/l10n/hr.json @@ -283,9 +283,6 @@ "Login canceled by app" : "Prijava je otkazana putem aplikacije", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Aplikaciju „%1$s” nije moguće instalirati jer nisu ispunjene sljedeće ovisnosti: %2$s", "a safe home for all your data" : "siguran dom za sve vaše podatke", - "Application is not enabled" : "Aplikacija nije omogućena", - "Authentication error" : "Pogrešna autentifikacija", - "Token expired. Please reload page." : "Token je istekao. Ponovno učitajte stranicu.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Nisu instalirani upravljački programi baze podataka (sqlite, mysql ili postgresql).", "Cannot write into \"config\" directory." : "Pisanje u direktorij „config” nije moguće", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Ovo se obično može ispraviti davanjem web-poslužitelju pravo pisanja u direktorij config. Pogledajte %s", @@ -474,6 +471,9 @@ "Generate headline" : "Generiraj naslov", "Summarizes text by reducing its length without losing key information." : "Sažima tekst smanjujući njegovu duljinu bez gubitka ključnih informacija.", "Extracts topics from a text and outputs them separated by commas." : "Izdvaja teme iz teksta i ispisuje ih odvojene zarezima.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X nije podržan i %s na ovoj platformi neće raditi kako treba. Koristite na vlastiti rizik!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X nije podržan i %s na ovoj platformi neće raditi kako treba. Koristite na vlastiti rizik!", + "Application is not enabled" : "Aplikacija nije omogućena", + "Authentication error" : "Pogrešna autentifikacija", + "Token expired. Please reload page." : "Token je istekao. Ponovno učitajte stranicu." },"pluralForm" :"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;" } \ No newline at end of file diff --git a/lib/l10n/hu.js b/lib/l10n/hu.js index 299db9c743a..cc10e2cf542 100644 --- a/lib/l10n/hu.js +++ b/lib/l10n/hu.js @@ -192,9 +192,6 @@ OC.L10N.register( "Login canceled by app" : "Bejelentkezés megszakítva az alkalmazás által", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "A(z) „%1$s” alkalmazást nem lehet telepíteni, mert a következő függőségek nem teljesülnek: %2$s", "a safe home for all your data" : "egy biztonságos hely az adataidnak", - "Application is not enabled" : "Az alkalmazás nincs engedélyezve", - "Authentication error" : "Hitelesítési hiba", - "Token expired. Please reload page." : "A token lejárt. Frissítse az oldalt.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Nincs telepítve adatbázis-meghajtóprogram (sqlite, mysql vagy postgresql).", "Cannot write into \"config\" directory." : "A „config” könyvtár nem írható.", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Ez általában úgy javítható, hogy írási jogosultságot ad a webkiszolgáló számára a config könyvtáron. Lásd %s.", @@ -246,6 +243,9 @@ OC.L10N.register( "Runs an arbitrary prompt through the language model." : "Tetszőleges promptot futtat a nyelvi modellen.", "Generate headline" : "Címsor előállítása", "Summarizes text by reducing its length without losing key information." : "Összesíti a szöveget a hosszúság csökkentésével anélkül, hogy a kulcsinformációk elvesznének.", - "Extracts topics from a text and outputs them separated by commas." : "Kinyeri a témákat a szövegből, és vesszőkkel elválasztva megjeleníti." + "Extracts topics from a text and outputs them separated by commas." : "Kinyeri a témákat a szövegből, és vesszőkkel elválasztva megjeleníti.", + "Application is not enabled" : "Az alkalmazás nincs engedélyezve", + "Authentication error" : "Hitelesítési hiba", + "Token expired. Please reload page." : "A token lejárt. Frissítse az oldalt." }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/hu.json b/lib/l10n/hu.json index 9a9c594eb47..5d06e0744bf 100644 --- a/lib/l10n/hu.json +++ b/lib/l10n/hu.json @@ -190,9 +190,6 @@ "Login canceled by app" : "Bejelentkezés megszakítva az alkalmazás által", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "A(z) „%1$s” alkalmazást nem lehet telepíteni, mert a következő függőségek nem teljesülnek: %2$s", "a safe home for all your data" : "egy biztonságos hely az adataidnak", - "Application is not enabled" : "Az alkalmazás nincs engedélyezve", - "Authentication error" : "Hitelesítési hiba", - "Token expired. Please reload page." : "A token lejárt. Frissítse az oldalt.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Nincs telepítve adatbázis-meghajtóprogram (sqlite, mysql vagy postgresql).", "Cannot write into \"config\" directory." : "A „config” könyvtár nem írható.", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Ez általában úgy javítható, hogy írási jogosultságot ad a webkiszolgáló számára a config könyvtáron. Lásd %s.", @@ -244,6 +241,9 @@ "Runs an arbitrary prompt through the language model." : "Tetszőleges promptot futtat a nyelvi modellen.", "Generate headline" : "Címsor előállítása", "Summarizes text by reducing its length without losing key information." : "Összesíti a szöveget a hosszúság csökkentésével anélkül, hogy a kulcsinformációk elvesznének.", - "Extracts topics from a text and outputs them separated by commas." : "Kinyeri a témákat a szövegből, és vesszőkkel elválasztva megjeleníti." + "Extracts topics from a text and outputs them separated by commas." : "Kinyeri a témákat a szövegből, és vesszőkkel elválasztva megjeleníti.", + "Application is not enabled" : "Az alkalmazás nincs engedélyezve", + "Authentication error" : "Hitelesítési hiba", + "Token expired. Please reload page." : "A token lejárt. Frissítse az oldalt." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/ia.js b/lib/l10n/ia.js index da5ca66504e..df09734d8c7 100644 --- a/lib/l10n/ia.js +++ b/lib/l10n/ia.js @@ -63,8 +63,8 @@ OC.L10N.register( "Nov." : "Nov.", "Dec." : "Dec.", "A valid password must be provided" : "Un contrasigno valide debe esser providite", - "Authentication error" : "Error in authentication", "Storage is temporarily not available" : "Immagazinage es provisorimente non disponibile", - "Summary" : "Summario" + "Summary" : "Summario", + "Authentication error" : "Error in authentication" }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/ia.json b/lib/l10n/ia.json index e9c98090bcf..0228dc513fb 100644 --- a/lib/l10n/ia.json +++ b/lib/l10n/ia.json @@ -61,8 +61,8 @@ "Nov." : "Nov.", "Dec." : "Dec.", "A valid password must be provided" : "Un contrasigno valide debe esser providite", - "Authentication error" : "Error in authentication", "Storage is temporarily not available" : "Immagazinage es provisorimente non disponibile", - "Summary" : "Summario" + "Summary" : "Summario", + "Authentication error" : "Error in authentication" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/id.js b/lib/l10n/id.js index 50bfb06fc0d..dda524031c2 100644 --- a/lib/l10n/id.js +++ b/lib/l10n/id.js @@ -283,9 +283,6 @@ OC.L10N.register( "Login canceled by app" : "Log masuk dibatalkan oleh aplikasi", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Aplikasi \"%1$s\" tidak dapat diinstal karena dependensi berikut tidak terpenuhi: %2$s", "a safe home for all your data" : "rumah yang aman untuk semua data Anda", - "Application is not enabled" : "Aplikasi tidak diaktifkan", - "Authentication error" : "Galat saat otentikasi", - "Token expired. Please reload page." : "Token sudah kedaluwarsa. Silakan muat ulang halaman.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Tidak ada driver (sqlite, mysql, or postgresql) yang terinstal.", "Cannot write into \"config\" directory." : "Tidak dapat menulis ke direktori \"config\".", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Hal ini biasanya dapat diperbaiki dengan memberikan akses tulis kepada server web ke direktori config. Lihat %s", @@ -474,6 +471,9 @@ OC.L10N.register( "Generate headline" : "Buat judul", "Summarizes text by reducing its length without losing key information." : "Meringkas teks dengan mengurangi panjangnya tanpa kehilangan informasi kunci.", "Extracts topics from a text and outputs them separated by commas." : "Mengekstrak topik dari teks dan mengeluarkannya dipisahkan dengan koma.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X tidak didukung dan %s tidak akan bekerja dengan baik pada platform ini. Gunakan dengan risiko Anda sendiri!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X tidak didukung dan %s tidak akan bekerja dengan baik pada platform ini. Gunakan dengan risiko Anda sendiri!", + "Application is not enabled" : "Aplikasi tidak diaktifkan", + "Authentication error" : "Galat saat otentikasi", + "Token expired. Please reload page." : "Token sudah kedaluwarsa. Silakan muat ulang halaman." }, "nplurals=1; plural=0;"); diff --git a/lib/l10n/id.json b/lib/l10n/id.json index aaaf050eb54..5bb7d5b1d3f 100644 --- a/lib/l10n/id.json +++ b/lib/l10n/id.json @@ -281,9 +281,6 @@ "Login canceled by app" : "Log masuk dibatalkan oleh aplikasi", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Aplikasi \"%1$s\" tidak dapat diinstal karena dependensi berikut tidak terpenuhi: %2$s", "a safe home for all your data" : "rumah yang aman untuk semua data Anda", - "Application is not enabled" : "Aplikasi tidak diaktifkan", - "Authentication error" : "Galat saat otentikasi", - "Token expired. Please reload page." : "Token sudah kedaluwarsa. Silakan muat ulang halaman.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Tidak ada driver (sqlite, mysql, or postgresql) yang terinstal.", "Cannot write into \"config\" directory." : "Tidak dapat menulis ke direktori \"config\".", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Hal ini biasanya dapat diperbaiki dengan memberikan akses tulis kepada server web ke direktori config. Lihat %s", @@ -472,6 +469,9 @@ "Generate headline" : "Buat judul", "Summarizes text by reducing its length without losing key information." : "Meringkas teks dengan mengurangi panjangnya tanpa kehilangan informasi kunci.", "Extracts topics from a text and outputs them separated by commas." : "Mengekstrak topik dari teks dan mengeluarkannya dipisahkan dengan koma.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X tidak didukung dan %s tidak akan bekerja dengan baik pada platform ini. Gunakan dengan risiko Anda sendiri!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X tidak didukung dan %s tidak akan bekerja dengan baik pada platform ini. Gunakan dengan risiko Anda sendiri!", + "Application is not enabled" : "Aplikasi tidak diaktifkan", + "Authentication error" : "Galat saat otentikasi", + "Token expired. Please reload page." : "Token sudah kedaluwarsa. Silakan muat ulang halaman." },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/lib/l10n/is.js b/lib/l10n/is.js index f3909e871cb..f1968ed5986 100644 --- a/lib/l10n/is.js +++ b/lib/l10n/is.js @@ -231,9 +231,6 @@ OC.L10N.register( "Login canceled by app" : "Forrit hætti við innskráningu", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Ekki var hægt að setja upp \"%1$s\" forritið þar sem eftirfarandi kerfiskröfur eru ekki uppfylltar: %2$s", "a safe home for all your data" : "öruggur staður fyrir öll gögnin þín", - "Application is not enabled" : "Forrit ekki virkt", - "Authentication error" : "Villa við auðkenningu", - "Token expired. Please reload page." : "Kenniteikn er útrunnið. Þú ættir að hlaða síðunni aftur inn.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Engir reklar fyrir gagnagrunn eru uppsettir (sqlite, mysql eða postgresql).", "Cannot write into \"config\" directory." : "Get ekki skrifað í \"config\" möppuna.", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Þetta er venjulega hægt að laga með því að gefa vefþjóninum skrifréttindi í stillingamöppuna. Skoðaðu %s", @@ -306,6 +303,9 @@ OC.L10N.register( "Runs an arbitrary prompt through the language model." : "Keyrir óreglulega kvaðningu (prompt) í gegnum tungumálslíkanið.", "Generate headline" : "Útbúa fyrirsögn", "Summarizes text by reducing its length without losing key information." : "Tekur saman aðalatriði texta með því að stytta hann án þess að tapa mikilvægustu upplýsingum.", - "Extracts topics from a text and outputs them separated by commas." : "Greinir efnisflokka úr texta og aðskilur þá með kommum." + "Extracts topics from a text and outputs them separated by commas." : "Greinir efnisflokka úr texta og aðskilur þá með kommum.", + "Application is not enabled" : "Forrit ekki virkt", + "Authentication error" : "Villa við auðkenningu", + "Token expired. Please reload page." : "Kenniteikn er útrunnið. Þú ættir að hlaða síðunni aftur inn." }, "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/lib/l10n/is.json b/lib/l10n/is.json index d7c99be5298..622bc5001e4 100644 --- a/lib/l10n/is.json +++ b/lib/l10n/is.json @@ -229,9 +229,6 @@ "Login canceled by app" : "Forrit hætti við innskráningu", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Ekki var hægt að setja upp \"%1$s\" forritið þar sem eftirfarandi kerfiskröfur eru ekki uppfylltar: %2$s", "a safe home for all your data" : "öruggur staður fyrir öll gögnin þín", - "Application is not enabled" : "Forrit ekki virkt", - "Authentication error" : "Villa við auðkenningu", - "Token expired. Please reload page." : "Kenniteikn er útrunnið. Þú ættir að hlaða síðunni aftur inn.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Engir reklar fyrir gagnagrunn eru uppsettir (sqlite, mysql eða postgresql).", "Cannot write into \"config\" directory." : "Get ekki skrifað í \"config\" möppuna.", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Þetta er venjulega hægt að laga með því að gefa vefþjóninum skrifréttindi í stillingamöppuna. Skoðaðu %s", @@ -304,6 +301,9 @@ "Runs an arbitrary prompt through the language model." : "Keyrir óreglulega kvaðningu (prompt) í gegnum tungumálslíkanið.", "Generate headline" : "Útbúa fyrirsögn", "Summarizes text by reducing its length without losing key information." : "Tekur saman aðalatriði texta með því að stytta hann án þess að tapa mikilvægustu upplýsingum.", - "Extracts topics from a text and outputs them separated by commas." : "Greinir efnisflokka úr texta og aðskilur þá með kommum." + "Extracts topics from a text and outputs them separated by commas." : "Greinir efnisflokka úr texta og aðskilur þá með kommum.", + "Application is not enabled" : "Forrit ekki virkt", + "Authentication error" : "Villa við auðkenningu", + "Token expired. Please reload page." : "Kenniteikn er útrunnið. Þú ættir að hlaða síðunni aftur inn." },"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" } \ No newline at end of file diff --git a/lib/l10n/it.js b/lib/l10n/it.js index fc328859840..f1b30b2836a 100644 --- a/lib/l10n/it.js +++ b/lib/l10n/it.js @@ -285,9 +285,6 @@ OC.L10N.register( "Login canceled by app" : "Accesso annullato dall'applicazione", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "L'applicazione \"%1$s\" non può essere installata poiché le seguenti dipendenze non sono soddisfatte: %2$s", "a safe home for all your data" : "un posto sicuro per tutti i tuoi dati", - "Application is not enabled" : "L'applicazione non è abilitata", - "Authentication error" : "Errore di autenticazione", - "Token expired. Please reload page." : "Token scaduto. Ricarica la pagina.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Nessun driver di database (sqlite, mysql o postgresql) installato", "Cannot write into \"config\" directory." : "Impossibile scrivere nella cartella \"config\".", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Ciò può essere corretto di solito fornendo al server web accesso in scrittura alla cartella config. Vedi %s", @@ -476,6 +473,9 @@ OC.L10N.register( "Generate headline" : "Genera titolo", "Summarizes text by reducing its length without losing key information." : "Riassume il testo riducendone la lunghezza senza perdere le informazioni chiave.", "Extracts topics from a text and outputs them separated by commas." : "Estrae gli argomenti da un testo e li elenca separati da virgole.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X non è supportato e %s non funzionerà correttamente su questa piattaforma. Utilizzarlo a proprio rischio!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X non è supportato e %s non funzionerà correttamente su questa piattaforma. Utilizzarlo a proprio rischio!", + "Application is not enabled" : "L'applicazione non è abilitata", + "Authentication error" : "Errore di autenticazione", + "Token expired. Please reload page." : "Token scaduto. Ricarica la pagina." }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/lib/l10n/it.json b/lib/l10n/it.json index e76b33398a9..26138da73e9 100644 --- a/lib/l10n/it.json +++ b/lib/l10n/it.json @@ -283,9 +283,6 @@ "Login canceled by app" : "Accesso annullato dall'applicazione", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "L'applicazione \"%1$s\" non può essere installata poiché le seguenti dipendenze non sono soddisfatte: %2$s", "a safe home for all your data" : "un posto sicuro per tutti i tuoi dati", - "Application is not enabled" : "L'applicazione non è abilitata", - "Authentication error" : "Errore di autenticazione", - "Token expired. Please reload page." : "Token scaduto. Ricarica la pagina.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Nessun driver di database (sqlite, mysql o postgresql) installato", "Cannot write into \"config\" directory." : "Impossibile scrivere nella cartella \"config\".", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Ciò può essere corretto di solito fornendo al server web accesso in scrittura alla cartella config. Vedi %s", @@ -474,6 +471,9 @@ "Generate headline" : "Genera titolo", "Summarizes text by reducing its length without losing key information." : "Riassume il testo riducendone la lunghezza senza perdere le informazioni chiave.", "Extracts topics from a text and outputs them separated by commas." : "Estrae gli argomenti da un testo e li elenca separati da virgole.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X non è supportato e %s non funzionerà correttamente su questa piattaforma. Utilizzarlo a proprio rischio!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X non è supportato e %s non funzionerà correttamente su questa piattaforma. Utilizzarlo a proprio rischio!", + "Application is not enabled" : "L'applicazione non è abilitata", + "Authentication error" : "Errore di autenticazione", + "Token expired. Please reload page." : "Token scaduto. Ricarica la pagina." },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/lib/l10n/ja.js b/lib/l10n/ja.js index 645859c9868..5e7fcaa4846 100644 --- a/lib/l10n/ja.js +++ b/lib/l10n/ja.js @@ -285,9 +285,6 @@ OC.L10N.register( "Login canceled by app" : "アプリによりログインが中止されました", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "次の依存関係を満たしていないため、アプリ \"%1$s\" をインストールできません: %2$s", "a safe home for all your data" : "すべてのデータを安全に保管します", - "Application is not enabled" : "アプリケーションは無効です", - "Authentication error" : "認証エラー", - "Token expired. Please reload page." : "トークンが無効になりました。ページを再読込してください。", "No database drivers (sqlite, mysql, or postgresql) installed." : "データベースドライバー (sqlite, mysql, postgresql) がインストールされていません。", "Cannot write into \"config\" directory." : "\"config\" ディレクトリに書き込みできません", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "これは通常、Webサーバーの configディレクトリ に書き込み権限を与えることで解決できます。%s を見てください", @@ -476,6 +473,9 @@ OC.L10N.register( "Generate headline" : "見出しの生成", "Summarizes text by reducing its length without losing key information." : "重要な情報を失わずにテキストの長さを要約して短縮する。", "Extracts topics from a text and outputs them separated by commas." : "テキストからトピックを抽出し、カンマ区切りで出力します。", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X では、サポートされていません。このOSでは、%sは正常に動作しないかもしれません。ご自身の責任においてご利用ください。" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X では、サポートされていません。このOSでは、%sは正常に動作しないかもしれません。ご自身の責任においてご利用ください。", + "Application is not enabled" : "アプリケーションは無効です", + "Authentication error" : "認証エラー", + "Token expired. Please reload page." : "トークンが無効になりました。ページを再読込してください。" }, "nplurals=1; plural=0;"); diff --git a/lib/l10n/ja.json b/lib/l10n/ja.json index 9c5d7356f27..ee85cca5827 100644 --- a/lib/l10n/ja.json +++ b/lib/l10n/ja.json @@ -283,9 +283,6 @@ "Login canceled by app" : "アプリによりログインが中止されました", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "次の依存関係を満たしていないため、アプリ \"%1$s\" をインストールできません: %2$s", "a safe home for all your data" : "すべてのデータを安全に保管します", - "Application is not enabled" : "アプリケーションは無効です", - "Authentication error" : "認証エラー", - "Token expired. Please reload page." : "トークンが無効になりました。ページを再読込してください。", "No database drivers (sqlite, mysql, or postgresql) installed." : "データベースドライバー (sqlite, mysql, postgresql) がインストールされていません。", "Cannot write into \"config\" directory." : "\"config\" ディレクトリに書き込みできません", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "これは通常、Webサーバーの configディレクトリ に書き込み権限を与えることで解決できます。%s を見てください", @@ -474,6 +471,9 @@ "Generate headline" : "見出しの生成", "Summarizes text by reducing its length without losing key information." : "重要な情報を失わずにテキストの長さを要約して短縮する。", "Extracts topics from a text and outputs them separated by commas." : "テキストからトピックを抽出し、カンマ区切りで出力します。", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X では、サポートされていません。このOSでは、%sは正常に動作しないかもしれません。ご自身の責任においてご利用ください。" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X では、サポートされていません。このOSでは、%sは正常に動作しないかもしれません。ご自身の責任においてご利用ください。", + "Application is not enabled" : "アプリケーションは無効です", + "Authentication error" : "認証エラー", + "Token expired. Please reload page." : "トークンが無効になりました。ページを再読込してください。" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/lib/l10n/ka.js b/lib/l10n/ka.js index 2390ec859d4..16e313a42a5 100644 --- a/lib/l10n/ka.js +++ b/lib/l10n/ka.js @@ -185,9 +185,6 @@ OC.L10N.register( "Login canceled by app" : "Login canceled by app", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s", "a safe home for all your data" : "a safe home for all your data", - "Application is not enabled" : "Application is not enabled", - "Authentication error" : "Authentication error", - "Token expired. Please reload page." : "Token expired. Please reload page.", "No database drivers (sqlite, mysql, or postgresql) installed." : "No database drivers (sqlite, mysql, or postgresql) installed.", "Cannot write into \"config\" directory." : "Cannot write into \"config\" directory.", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "This can usually be fixed by giving the web server write access to the config directory. See %s", @@ -237,6 +234,9 @@ OC.L10N.register( "Runs an arbitrary prompt through the language model." : "Runs an arbitrary prompt through the language model.", "Generate headline" : "Generate headline", "Summarizes text by reducing its length without losing key information." : "Summarizes text by reducing its length without losing key information.", - "Extracts topics from a text and outputs them separated by commas." : "Extracts topics from a text and outputs them separated by commas." + "Extracts topics from a text and outputs them separated by commas." : "Extracts topics from a text and outputs them separated by commas.", + "Application is not enabled" : "Application is not enabled", + "Authentication error" : "Authentication error", + "Token expired. Please reload page." : "Token expired. Please reload page." }, "nplurals=2; plural=(n!=1);"); diff --git a/lib/l10n/ka.json b/lib/l10n/ka.json index 6816d625a3c..1522184d111 100644 --- a/lib/l10n/ka.json +++ b/lib/l10n/ka.json @@ -183,9 +183,6 @@ "Login canceled by app" : "Login canceled by app", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s", "a safe home for all your data" : "a safe home for all your data", - "Application is not enabled" : "Application is not enabled", - "Authentication error" : "Authentication error", - "Token expired. Please reload page." : "Token expired. Please reload page.", "No database drivers (sqlite, mysql, or postgresql) installed." : "No database drivers (sqlite, mysql, or postgresql) installed.", "Cannot write into \"config\" directory." : "Cannot write into \"config\" directory.", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "This can usually be fixed by giving the web server write access to the config directory. See %s", @@ -235,6 +232,9 @@ "Runs an arbitrary prompt through the language model." : "Runs an arbitrary prompt through the language model.", "Generate headline" : "Generate headline", "Summarizes text by reducing its length without losing key information." : "Summarizes text by reducing its length without losing key information.", - "Extracts topics from a text and outputs them separated by commas." : "Extracts topics from a text and outputs them separated by commas." + "Extracts topics from a text and outputs them separated by commas." : "Extracts topics from a text and outputs them separated by commas.", + "Application is not enabled" : "Application is not enabled", + "Authentication error" : "Authentication error", + "Token expired. Please reload page." : "Token expired. Please reload page." },"pluralForm" :"nplurals=2; plural=(n!=1);" } \ No newline at end of file diff --git a/lib/l10n/ka_GE.js b/lib/l10n/ka_GE.js index 83d14a29561..2719aa7cace 100644 --- a/lib/l10n/ka_GE.js +++ b/lib/l10n/ka_GE.js @@ -127,9 +127,6 @@ OC.L10N.register( "A valid password must be provided" : "უნდა მიუთითოთ სწორი პაროლი", "Login canceled by app" : "აპლიკაციამ ლოგინი უარყო", "a safe home for all your data" : "უსაფრთხო სახლი მთელი თქვენი მონაცემებისათვის", - "Application is not enabled" : "აპლიკაცია არ არის აქტიური", - "Authentication error" : "აუტენტიფიკაციის შეცდომა", - "Token expired. Please reload page." : "ტოკენს ვადა გაუვიდა. გთხოვთ განაახლოთ გვერდი.", "No database drivers (sqlite, mysql, or postgresql) installed." : "მონაცემთა ბაზის დრაივერები (sqlite, mysql, ან postgresql) დაყენებული არაა.", "PHP module %s not installed." : "PHP მოდული %s არაა დაყენებული.", "Please ask your server administrator to install the module." : "გთხოვთ სთხოვოთ თქვენს სერვერის ადმინისტრატორს დააყენოს მოდული.", @@ -149,6 +146,9 @@ OC.L10N.register( "Text" : "ტექსტი", "Summary" : "შეჯამება", "Translate" : "გადათარგმნეთ", - "Result" : "შედეგი" + "Result" : "შედეგი", + "Application is not enabled" : "აპლიკაცია არ არის აქტიური", + "Authentication error" : "აუტენტიფიკაციის შეცდომა", + "Token expired. Please reload page." : "ტოკენს ვადა გაუვიდა. გთხოვთ განაახლოთ გვერდი." }, "nplurals=2; plural=(n!=1);"); diff --git a/lib/l10n/ka_GE.json b/lib/l10n/ka_GE.json index 1b44cd49feb..4ba7294bcc2 100644 --- a/lib/l10n/ka_GE.json +++ b/lib/l10n/ka_GE.json @@ -125,9 +125,6 @@ "A valid password must be provided" : "უნდა მიუთითოთ სწორი პაროლი", "Login canceled by app" : "აპლიკაციამ ლოგინი უარყო", "a safe home for all your data" : "უსაფრთხო სახლი მთელი თქვენი მონაცემებისათვის", - "Application is not enabled" : "აპლიკაცია არ არის აქტიური", - "Authentication error" : "აუტენტიფიკაციის შეცდომა", - "Token expired. Please reload page." : "ტოკენს ვადა გაუვიდა. გთხოვთ განაახლოთ გვერდი.", "No database drivers (sqlite, mysql, or postgresql) installed." : "მონაცემთა ბაზის დრაივერები (sqlite, mysql, ან postgresql) დაყენებული არაა.", "PHP module %s not installed." : "PHP მოდული %s არაა დაყენებული.", "Please ask your server administrator to install the module." : "გთხოვთ სთხოვოთ თქვენს სერვერის ადმინისტრატორს დააყენოს მოდული.", @@ -147,6 +144,9 @@ "Text" : "ტექსტი", "Summary" : "შეჯამება", "Translate" : "გადათარგმნეთ", - "Result" : "შედეგი" + "Result" : "შედეგი", + "Application is not enabled" : "აპლიკაცია არ არის აქტიური", + "Authentication error" : "აუტენტიფიკაციის შეცდომა", + "Token expired. Please reload page." : "ტოკენს ვადა გაუვიდა. გთხოვთ განაახლოთ გვერდი." },"pluralForm" :"nplurals=2; plural=(n!=1);" } \ No newline at end of file diff --git a/lib/l10n/ko.js b/lib/l10n/ko.js index 899b866b26d..50d87800490 100644 --- a/lib/l10n/ko.js +++ b/lib/l10n/ko.js @@ -192,9 +192,6 @@ OC.L10N.register( "Login canceled by app" : "앱에서 로그인 취소함", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "앱 \"%1$s\"이(가) 다음 의존성을 만족하지 않아 설치될 수 없습니다: %2$s", "a safe home for all your data" : "내 모든 데이터의 안전한 저장소", - "Application is not enabled" : "앱이 활성화되지 않았습니다", - "Authentication error" : "인증 오류", - "Token expired. Please reload page." : "토큰이 만료되었습니다. 페이지를 새로 고치십시오.", "No database drivers (sqlite, mysql, or postgresql) installed." : "데이터베이스 드라이버(sqlite, mysql, postgresql)가 설치되지 않았습니다.", "Cannot write into \"config\" directory." : "\"config\" 디렉토리에 기록할 수 없습니다", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "config 디렉터리에 웹 서버의 쓰기 권한을 부여해서 해결할 수 있습니다. %s을(를) 참조하십시오", @@ -277,6 +274,9 @@ OC.L10N.register( "Runs an arbitrary prompt through the language model." : "언어모델을 통한 임의의 프롬프트 실행", "Generate headline" : "헤드라인 생성", "Summarizes text by reducing its length without losing key information." : "중요 정보로 내용을 축약하십시오.", - "Extracts topics from a text and outputs them separated by commas." : "내용에서 주요 주제를 추출하고 쉼표로 이를 구분하십시오." + "Extracts topics from a text and outputs them separated by commas." : "내용에서 주요 주제를 추출하고 쉼표로 이를 구분하십시오.", + "Application is not enabled" : "앱이 활성화되지 않았습니다", + "Authentication error" : "인증 오류", + "Token expired. Please reload page." : "토큰이 만료되었습니다. 페이지를 새로 고치십시오." }, "nplurals=1; plural=0;"); diff --git a/lib/l10n/ko.json b/lib/l10n/ko.json index 5247ab07ce3..b24bd05d0c8 100644 --- a/lib/l10n/ko.json +++ b/lib/l10n/ko.json @@ -190,9 +190,6 @@ "Login canceled by app" : "앱에서 로그인 취소함", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "앱 \"%1$s\"이(가) 다음 의존성을 만족하지 않아 설치될 수 없습니다: %2$s", "a safe home for all your data" : "내 모든 데이터의 안전한 저장소", - "Application is not enabled" : "앱이 활성화되지 않았습니다", - "Authentication error" : "인증 오류", - "Token expired. Please reload page." : "토큰이 만료되었습니다. 페이지를 새로 고치십시오.", "No database drivers (sqlite, mysql, or postgresql) installed." : "데이터베이스 드라이버(sqlite, mysql, postgresql)가 설치되지 않았습니다.", "Cannot write into \"config\" directory." : "\"config\" 디렉토리에 기록할 수 없습니다", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "config 디렉터리에 웹 서버의 쓰기 권한을 부여해서 해결할 수 있습니다. %s을(를) 참조하십시오", @@ -275,6 +272,9 @@ "Runs an arbitrary prompt through the language model." : "언어모델을 통한 임의의 프롬프트 실행", "Generate headline" : "헤드라인 생성", "Summarizes text by reducing its length without losing key information." : "중요 정보로 내용을 축약하십시오.", - "Extracts topics from a text and outputs them separated by commas." : "내용에서 주요 주제를 추출하고 쉼표로 이를 구분하십시오." + "Extracts topics from a text and outputs them separated by commas." : "내용에서 주요 주제를 추출하고 쉼표로 이를 구분하십시오.", + "Application is not enabled" : "앱이 활성화되지 않았습니다", + "Authentication error" : "인증 오류", + "Token expired. Please reload page." : "토큰이 만료되었습니다. 페이지를 새로 고치십시오." },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/lib/l10n/lb.js b/lib/l10n/lb.js index f0f57450012..8215cb7a582 100644 --- a/lib/l10n/lb.js +++ b/lib/l10n/lb.js @@ -66,8 +66,8 @@ OC.L10N.register( "Oct." : "Okt.", "Nov." : "Nov.", "Dec." : "Dez.", - "Authentication error" : "Authentifikatioun's Fehler", "Storage is temporarily not available" : "Späicherplaatz temporär net erreeschbar", - "Translate" : "Iwwersetzen" + "Translate" : "Iwwersetzen", + "Authentication error" : "Authentifikatioun's Fehler" }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/lb.json b/lib/l10n/lb.json index 7e163162d5b..5c5eadc64c8 100644 --- a/lib/l10n/lb.json +++ b/lib/l10n/lb.json @@ -64,8 +64,8 @@ "Oct." : "Okt.", "Nov." : "Nov.", "Dec." : "Dez.", - "Authentication error" : "Authentifikatioun's Fehler", "Storage is temporarily not available" : "Späicherplaatz temporär net erreeschbar", - "Translate" : "Iwwersetzen" + "Translate" : "Iwwersetzen", + "Authentication error" : "Authentifikatioun's Fehler" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/lo.js b/lib/l10n/lo.js index 217358fed1b..68c55f93258 100644 --- a/lib/l10n/lo.js +++ b/lib/l10n/lo.js @@ -282,9 +282,6 @@ OC.L10N.register( "Login canceled by app" : "Login canceled by app", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s", "a safe home for all your data" : "a safe home for all your data", - "Application is not enabled" : "Application is not enabled", - "Authentication error" : "Authentication error", - "Token expired. Please reload page." : "Token expired. Please reload page.", "No database drivers (sqlite, mysql, or postgresql) installed." : "No database drivers (sqlite, mysql, or postgresql) installed.", "Cannot write into \"config\" directory." : "Cannot write into \"config\" directory.", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "This can usually be fixed by giving the web server write access to the config directory. See %s", @@ -467,6 +464,9 @@ OC.L10N.register( "Generate headline" : "Generate headline", "Summarizes text by reducing its length without losing key information." : "Summarizes text by reducing its length without losing key information.", "Extracts topics from a text and outputs them separated by commas." : "Extracts topics from a text and outputs them separated by commas.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!", + "Application is not enabled" : "Application is not enabled", + "Authentication error" : "Authentication error", + "Token expired. Please reload page." : "Token expired. Please reload page." }, "nplurals=1; plural=0;"); diff --git a/lib/l10n/lo.json b/lib/l10n/lo.json index acc2ff63c88..547671d828f 100644 --- a/lib/l10n/lo.json +++ b/lib/l10n/lo.json @@ -280,9 +280,6 @@ "Login canceled by app" : "Login canceled by app", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s", "a safe home for all your data" : "a safe home for all your data", - "Application is not enabled" : "Application is not enabled", - "Authentication error" : "Authentication error", - "Token expired. Please reload page." : "Token expired. Please reload page.", "No database drivers (sqlite, mysql, or postgresql) installed." : "No database drivers (sqlite, mysql, or postgresql) installed.", "Cannot write into \"config\" directory." : "Cannot write into \"config\" directory.", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "This can usually be fixed by giving the web server write access to the config directory. See %s", @@ -465,6 +462,9 @@ "Generate headline" : "Generate headline", "Summarizes text by reducing its length without losing key information." : "Summarizes text by reducing its length without losing key information.", "Extracts topics from a text and outputs them separated by commas." : "Extracts topics from a text and outputs them separated by commas.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!", + "Application is not enabled" : "Application is not enabled", + "Authentication error" : "Authentication error", + "Token expired. Please reload page." : "Token expired. Please reload page." },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/lib/l10n/lt_LT.js b/lib/l10n/lt_LT.js index 279946e0068..4b0332d7b36 100644 --- a/lib/l10n/lt_LT.js +++ b/lib/l10n/lt_LT.js @@ -162,9 +162,6 @@ OC.L10N.register( "Login canceled by app" : "Programėlė nutraukė prisijungimo procesą", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Programėlė \"%1$s\" negali būti įdiegta, nes nėra patenkinamos šios priklausomybės: %2$s", "a safe home for all your data" : "saugūs namai visiems jūsų duomenims", - "Application is not enabled" : "Programa neįjungta", - "Authentication error" : "Tapatybės nustatymo klaida", - "Token expired. Please reload page." : "Pasibaigė prieigos rakto galiojimas. Prašome įkelti puslapį iš naujo.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Nėra įdiegtos duomenų bazių tvarkyklės (sqlite, mysql, or postgresql)", "PHP module %s not installed." : "PHP modulis %s neįdiegtas.", "Please ask your server administrator to install the module." : "Kreipkitės į savo sistemos administratorių, kad jis įdiegtų modulį.", @@ -185,6 +182,9 @@ OC.L10N.register( "Optical character recognition" : "Optinis ženklų atpažinimas", "Text" : "Tekstas", "Summary" : "Santrauka", - "Translate" : "Verskite" + "Translate" : "Verskite", + "Application is not enabled" : "Programa neįjungta", + "Authentication error" : "Tapatybės nustatymo klaida", + "Token expired. Please reload page." : "Pasibaigė prieigos rakto galiojimas. Prašome įkelti puslapį iš naujo." }, "nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/lib/l10n/lt_LT.json b/lib/l10n/lt_LT.json index d37662e52a2..74f00a39df7 100644 --- a/lib/l10n/lt_LT.json +++ b/lib/l10n/lt_LT.json @@ -160,9 +160,6 @@ "Login canceled by app" : "Programėlė nutraukė prisijungimo procesą", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Programėlė \"%1$s\" negali būti įdiegta, nes nėra patenkinamos šios priklausomybės: %2$s", "a safe home for all your data" : "saugūs namai visiems jūsų duomenims", - "Application is not enabled" : "Programa neįjungta", - "Authentication error" : "Tapatybės nustatymo klaida", - "Token expired. Please reload page." : "Pasibaigė prieigos rakto galiojimas. Prašome įkelti puslapį iš naujo.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Nėra įdiegtos duomenų bazių tvarkyklės (sqlite, mysql, or postgresql)", "PHP module %s not installed." : "PHP modulis %s neįdiegtas.", "Please ask your server administrator to install the module." : "Kreipkitės į savo sistemos administratorių, kad jis įdiegtų modulį.", @@ -183,6 +180,9 @@ "Optical character recognition" : "Optinis ženklų atpažinimas", "Text" : "Tekstas", "Summary" : "Santrauka", - "Translate" : "Verskite" + "Translate" : "Verskite", + "Application is not enabled" : "Programa neįjungta", + "Authentication error" : "Tapatybės nustatymo klaida", + "Token expired. Please reload page." : "Pasibaigė prieigos rakto galiojimas. Prašome įkelti puslapį iš naujo." },"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);" } \ No newline at end of file diff --git a/lib/l10n/lv.js b/lib/l10n/lv.js index f9eeb66309b..0abe8406571 100644 --- a/lib/l10n/lv.js +++ b/lib/l10n/lv.js @@ -120,9 +120,6 @@ OC.L10N.register( "A valid password must be provided" : "Jānorāda derīga parole", "Login canceled by app" : "Lietotne atcēla pieteikšanos", "a safe home for all your data" : "droša vieta visiem Taviem datiem", - "Application is not enabled" : "Lietotne nav iespējota", - "Authentication error" : "Autentificēšanās kļūda", - "Token expired. Please reload page." : "Pilnvarai ir beidzies derīgums. Lūgums pārlādēt lapu.", "PHP module %s not installed." : "Nav uzstādīts PHP modulis %s.", "Please ask your server administrator to install the module." : "Lūgums vaicāt savam servera pārvaldītāja, lai uzstāda moduli.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Tas ir iespējams, kešatmiņa / paātrinātājs, piemēram, Zend OPcache vai eAccelerator.", @@ -137,6 +134,9 @@ OC.L10N.register( "Send this along with the next interaction." : "Nosūtīt šo kopā ar nākamo mijiedarbību.", "Text" : "Teksts", "Summary" : "Kopsavilkums", - "Translate" : "Tulkot" + "Translate" : "Tulkot", + "Application is not enabled" : "Lietotne nav iespējota", + "Authentication error" : "Autentificēšanās kļūda", + "Token expired. Please reload page." : "Pilnvarai ir beidzies derīgums. Lūgums pārlādēt lapu." }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); diff --git a/lib/l10n/lv.json b/lib/l10n/lv.json index ec282d15923..419fb01207f 100644 --- a/lib/l10n/lv.json +++ b/lib/l10n/lv.json @@ -118,9 +118,6 @@ "A valid password must be provided" : "Jānorāda derīga parole", "Login canceled by app" : "Lietotne atcēla pieteikšanos", "a safe home for all your data" : "droša vieta visiem Taviem datiem", - "Application is not enabled" : "Lietotne nav iespējota", - "Authentication error" : "Autentificēšanās kļūda", - "Token expired. Please reload page." : "Pilnvarai ir beidzies derīgums. Lūgums pārlādēt lapu.", "PHP module %s not installed." : "Nav uzstādīts PHP modulis %s.", "Please ask your server administrator to install the module." : "Lūgums vaicāt savam servera pārvaldītāja, lai uzstāda moduli.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Tas ir iespējams, kešatmiņa / paātrinātājs, piemēram, Zend OPcache vai eAccelerator.", @@ -135,6 +132,9 @@ "Send this along with the next interaction." : "Nosūtīt šo kopā ar nākamo mijiedarbību.", "Text" : "Teksts", "Summary" : "Kopsavilkums", - "Translate" : "Tulkot" + "Translate" : "Tulkot", + "Application is not enabled" : "Lietotne nav iespējota", + "Authentication error" : "Autentificēšanās kļūda", + "Token expired. Please reload page." : "Pilnvarai ir beidzies derīgums. Lūgums pārlādēt lapu." },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);" } \ No newline at end of file diff --git a/lib/l10n/mk.js b/lib/l10n/mk.js index 90c1d2c59da..fda751f26f1 100644 --- a/lib/l10n/mk.js +++ b/lib/l10n/mk.js @@ -215,9 +215,6 @@ OC.L10N.register( "Login canceled by app" : "Најавата е одкажана од апликација", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Апликацијата \"%1$s\" не може да се инсталира затоа што следниве зависности не се исполнети: %2$s", "a safe home for all your data" : "безбеден дом за сите ваши податоци", - "Application is not enabled" : "Апликацијата не е овозможена", - "Authentication error" : "Грешка во автентикација", - "Token expired. Please reload page." : "Жетонот е истечен. Ве молам превчитајте ја страницата.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Нема инсталирано додаток за (sqlite, mysql, или postgresql) база на податоци.", "Cannot write into \"config\" directory." : "Не може да зе запишува во \"config\" директориумот", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Ова најчесто се поправа со давање дозвола на веб серверот за запишување во config папката. Видете %s", @@ -264,6 +261,9 @@ OC.L10N.register( "Translate" : "Преведи", "Result" : "Резултат", "Generate headline" : "Генерирај заглавие", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X не е поддржана и %s нема да работи соодветно на оваа платформа. Користењето е на ваш ризик! " + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X не е поддржана и %s нема да работи соодветно на оваа платформа. Користењето е на ваш ризик! ", + "Application is not enabled" : "Апликацијата не е овозможена", + "Authentication error" : "Грешка во автентикација", + "Token expired. Please reload page." : "Жетонот е истечен. Ве молам превчитајте ја страницата." }, "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"); diff --git a/lib/l10n/mk.json b/lib/l10n/mk.json index d193378602f..d56b6b0d4db 100644 --- a/lib/l10n/mk.json +++ b/lib/l10n/mk.json @@ -213,9 +213,6 @@ "Login canceled by app" : "Најавата е одкажана од апликација", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Апликацијата \"%1$s\" не може да се инсталира затоа што следниве зависности не се исполнети: %2$s", "a safe home for all your data" : "безбеден дом за сите ваши податоци", - "Application is not enabled" : "Апликацијата не е овозможена", - "Authentication error" : "Грешка во автентикација", - "Token expired. Please reload page." : "Жетонот е истечен. Ве молам превчитајте ја страницата.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Нема инсталирано додаток за (sqlite, mysql, или postgresql) база на податоци.", "Cannot write into \"config\" directory." : "Не може да зе запишува во \"config\" директориумот", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Ова најчесто се поправа со давање дозвола на веб серверот за запишување во config папката. Видете %s", @@ -262,6 +259,9 @@ "Translate" : "Преведи", "Result" : "Резултат", "Generate headline" : "Генерирај заглавие", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X не е поддржана и %s нема да работи соодветно на оваа платформа. Користењето е на ваш ризик! " + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X не е поддржана и %s нема да работи соодветно на оваа платформа. Користењето е на ваш ризик! ", + "Application is not enabled" : "Апликацијата не е овозможена", + "Authentication error" : "Грешка во автентикација", + "Token expired. Please reload page." : "Жетонот е истечен. Ве молам превчитајте ја страницата." },"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;" } \ No newline at end of file diff --git a/lib/l10n/mn.js b/lib/l10n/mn.js index 87303833cae..65e2023fd26 100644 --- a/lib/l10n/mn.js +++ b/lib/l10n/mn.js @@ -285,9 +285,6 @@ OC.L10N.register( "Login canceled by app" : "Нэвтрэлт апп-аар цуцлагдсан", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "\"%1$s\" аппыг суулгах боломжгүй, учир нь дараах хамаарлууд хангагдаагүй байна: %2$s", "a safe home for all your data" : "Таны өгөгдлүүдийн аюулгүй гэр", - "Application is not enabled" : "Програм идэвхгүй", - "Authentication error" : "Нотолгооны алдаа", - "Token expired. Please reload page." : "Токен хугацаа дууссан. Хуудсыг дахин ачаална уу.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Мэдээллийн сангийн драйвер (sqlite, mysql, эсвэл postgresql) суулгаагүй.", "Cannot write into \"config\" directory." : "\"config\" хавтас руу бичих боломжгүй.", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Үүнийг ихэвчлэн вэб серверт config санд бичих эрх олгосноор засах боломжтой. %s-г үзнэ үү", @@ -476,6 +473,9 @@ OC.L10N.register( "Generate headline" : "Гарчиг үүсгэх", "Summarizes text by reducing its length without losing key information." : "Гол мэдээллийг алдахгүйгээр уртыг багасгаж текстийг хураангуйлна.", "Extracts topics from a text and outputs them separated by commas." : "Текстээс сэдвүүд гаргаж таслалаар тусгаарлан гаргана.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X дэмжигдэхгүй бөгөөд %s энэ платформ дээр зөв ажиллахгүй. Өөрийн эрсдэлийн дор ашиглана уу!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X дэмжигдэхгүй бөгөөд %s энэ платформ дээр зөв ажиллахгүй. Өөрийн эрсдэлийн дор ашиглана уу!", + "Application is not enabled" : "Програм идэвхгүй", + "Authentication error" : "Нотолгооны алдаа", + "Token expired. Please reload page." : "Токен хугацаа дууссан. Хуудсыг дахин ачаална уу." }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/mn.json b/lib/l10n/mn.json index bd62294cfc8..3817a38cb22 100644 --- a/lib/l10n/mn.json +++ b/lib/l10n/mn.json @@ -283,9 +283,6 @@ "Login canceled by app" : "Нэвтрэлт апп-аар цуцлагдсан", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "\"%1$s\" аппыг суулгах боломжгүй, учир нь дараах хамаарлууд хангагдаагүй байна: %2$s", "a safe home for all your data" : "Таны өгөгдлүүдийн аюулгүй гэр", - "Application is not enabled" : "Програм идэвхгүй", - "Authentication error" : "Нотолгооны алдаа", - "Token expired. Please reload page." : "Токен хугацаа дууссан. Хуудсыг дахин ачаална уу.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Мэдээллийн сангийн драйвер (sqlite, mysql, эсвэл postgresql) суулгаагүй.", "Cannot write into \"config\" directory." : "\"config\" хавтас руу бичих боломжгүй.", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Үүнийг ихэвчлэн вэб серверт config санд бичих эрх олгосноор засах боломжтой. %s-г үзнэ үү", @@ -474,6 +471,9 @@ "Generate headline" : "Гарчиг үүсгэх", "Summarizes text by reducing its length without losing key information." : "Гол мэдээллийг алдахгүйгээр уртыг багасгаж текстийг хураангуйлна.", "Extracts topics from a text and outputs them separated by commas." : "Текстээс сэдвүүд гаргаж таслалаар тусгаарлан гаргана.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X дэмжигдэхгүй бөгөөд %s энэ платформ дээр зөв ажиллахгүй. Өөрийн эрсдэлийн дор ашиглана уу!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X дэмжигдэхгүй бөгөөд %s энэ платформ дээр зөв ажиллахгүй. Өөрийн эрсдэлийн дор ашиглана уу!", + "Application is not enabled" : "Програм идэвхгүй", + "Authentication error" : "Нотолгооны алдаа", + "Token expired. Please reload page." : "Токен хугацаа дууссан. Хуудсыг дахин ачаална уу." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/nb.js b/lib/l10n/nb.js index 18f6ccdd14f..bf8b49320f4 100644 --- a/lib/l10n/nb.js +++ b/lib/l10n/nb.js @@ -237,9 +237,6 @@ OC.L10N.register( "Login canceled by app" : "Innlogging avbrutt av app", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "App \"%1$s\" kan ikke installeres fordi følgende avhengigheter ikke er møtt: %2$s.", "a safe home for all your data" : "et sikkert hjem for alle dine data", - "Application is not enabled" : "Appen er ikke aktivert", - "Authentication error" : "Autentikasjonsfeil", - "Token expired. Please reload page." : "Symbol utløpt. Last inn siden på nytt.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Ingen databasedrivere (sqlite, mysql, or postgresql) installert.", "Cannot write into \"config\" directory." : "Kan ikke skrive i \"config\"-katalogen.", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Dette kan vanligvis ordnes ved å gi webserveren skrivetilgang til config-katalogen. Se %s.", @@ -368,6 +365,9 @@ OC.L10N.register( "Runs an arbitrary prompt through the language model." : "Kjører en vilkårlig ledetekst gjennom språkmodellen.", "Generate headline" : "Generer overskrift", "Summarizes text by reducing its length without losing key information." : "Oppsummerer tekst ved å redusere lengden uten å miste nøkkelinformasjon.", - "Extracts topics from a text and outputs them separated by commas." : "Trekker ut emner fra en tekst og sender dem ut atskilt med komma." + "Extracts topics from a text and outputs them separated by commas." : "Trekker ut emner fra en tekst og sender dem ut atskilt med komma.", + "Application is not enabled" : "Appen er ikke aktivert", + "Authentication error" : "Autentikasjonsfeil", + "Token expired. Please reload page." : "Symbol utløpt. Last inn siden på nytt." }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/nb.json b/lib/l10n/nb.json index d0b143d01c0..0206fb92845 100644 --- a/lib/l10n/nb.json +++ b/lib/l10n/nb.json @@ -235,9 +235,6 @@ "Login canceled by app" : "Innlogging avbrutt av app", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "App \"%1$s\" kan ikke installeres fordi følgende avhengigheter ikke er møtt: %2$s.", "a safe home for all your data" : "et sikkert hjem for alle dine data", - "Application is not enabled" : "Appen er ikke aktivert", - "Authentication error" : "Autentikasjonsfeil", - "Token expired. Please reload page." : "Symbol utløpt. Last inn siden på nytt.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Ingen databasedrivere (sqlite, mysql, or postgresql) installert.", "Cannot write into \"config\" directory." : "Kan ikke skrive i \"config\"-katalogen.", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Dette kan vanligvis ordnes ved å gi webserveren skrivetilgang til config-katalogen. Se %s.", @@ -366,6 +363,9 @@ "Runs an arbitrary prompt through the language model." : "Kjører en vilkårlig ledetekst gjennom språkmodellen.", "Generate headline" : "Generer overskrift", "Summarizes text by reducing its length without losing key information." : "Oppsummerer tekst ved å redusere lengden uten å miste nøkkelinformasjon.", - "Extracts topics from a text and outputs them separated by commas." : "Trekker ut emner fra en tekst og sender dem ut atskilt med komma." + "Extracts topics from a text and outputs them separated by commas." : "Trekker ut emner fra en tekst og sender dem ut atskilt med komma.", + "Application is not enabled" : "Appen er ikke aktivert", + "Authentication error" : "Autentikasjonsfeil", + "Token expired. Please reload page." : "Symbol utløpt. Last inn siden på nytt." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/nl.js b/lib/l10n/nl.js index 350bb372429..3e9b8a39b21 100644 --- a/lib/l10n/nl.js +++ b/lib/l10n/nl.js @@ -272,9 +272,6 @@ OC.L10N.register( "Login canceled by app" : "Inloggen geannuleerd door app", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "App \"%1$s\" kan niet worden geïnstalleerd, omdat de volgende afhankelijkheden niet zijn ingevuld: %2$s", "a safe home for all your data" : "een veilige plek voor al je gegevens", - "Application is not enabled" : "De applicatie is niet ingeschakeld", - "Authentication error" : "Authenticatiefout", - "Token expired. Please reload page." : "Token verlopen. Herlaad de pagina.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Geen database drivers (sqlite, mysql of postgres) geïnstalleerd.", "Cannot write into \"config\" directory." : "Kan niet schrijven naar de \"config\" directory!", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Dit kan opgelost worden door de config map op de webserver schrijf rechten te geven. Zie %s", @@ -411,6 +408,9 @@ OC.L10N.register( "Summary" : "Samenvatting", "Translate" : "Vertaal", "Result" : "Resultaat", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OSX wordt niet ondersteund en %s zal niet goed werken op dit platform. Gebruik het op eigen risico!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OSX wordt niet ondersteund en %s zal niet goed werken op dit platform. Gebruik het op eigen risico!", + "Application is not enabled" : "De applicatie is niet ingeschakeld", + "Authentication error" : "Authenticatiefout", + "Token expired. Please reload page." : "Token verlopen. Herlaad de pagina." }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/nl.json b/lib/l10n/nl.json index 5245ccaf325..0d764d670a7 100644 --- a/lib/l10n/nl.json +++ b/lib/l10n/nl.json @@ -270,9 +270,6 @@ "Login canceled by app" : "Inloggen geannuleerd door app", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "App \"%1$s\" kan niet worden geïnstalleerd, omdat de volgende afhankelijkheden niet zijn ingevuld: %2$s", "a safe home for all your data" : "een veilige plek voor al je gegevens", - "Application is not enabled" : "De applicatie is niet ingeschakeld", - "Authentication error" : "Authenticatiefout", - "Token expired. Please reload page." : "Token verlopen. Herlaad de pagina.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Geen database drivers (sqlite, mysql of postgres) geïnstalleerd.", "Cannot write into \"config\" directory." : "Kan niet schrijven naar de \"config\" directory!", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Dit kan opgelost worden door de config map op de webserver schrijf rechten te geven. Zie %s", @@ -409,6 +406,9 @@ "Summary" : "Samenvatting", "Translate" : "Vertaal", "Result" : "Resultaat", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OSX wordt niet ondersteund en %s zal niet goed werken op dit platform. Gebruik het op eigen risico!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OSX wordt niet ondersteund en %s zal niet goed werken op dit platform. Gebruik het op eigen risico!", + "Application is not enabled" : "De applicatie is niet ingeschakeld", + "Authentication error" : "Authenticatiefout", + "Token expired. Please reload page." : "Token verlopen. Herlaad de pagina." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/nn_NO.js b/lib/l10n/nn_NO.js index 506a0b8b5ad..02fda595dcf 100644 --- a/lib/l10n/nn_NO.js +++ b/lib/l10n/nn_NO.js @@ -74,8 +74,8 @@ OC.L10N.register( "Dec." : "Des.", "A valid password must be provided" : "Du må oppgje eit gyldig passord", "Login canceled by app" : "Innlogging avbroten av app", - "Authentication error" : "Feil i autentisering", "Images" : "Bilete", - "Summary" : "Oppsumering" + "Summary" : "Oppsumering", + "Authentication error" : "Feil i autentisering" }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/nn_NO.json b/lib/l10n/nn_NO.json index b906fe0f24a..37934139153 100644 --- a/lib/l10n/nn_NO.json +++ b/lib/l10n/nn_NO.json @@ -72,8 +72,8 @@ "Dec." : "Des.", "A valid password must be provided" : "Du må oppgje eit gyldig passord", "Login canceled by app" : "Innlogging avbroten av app", - "Authentication error" : "Feil i autentisering", "Images" : "Bilete", - "Summary" : "Oppsumering" + "Summary" : "Oppsumering", + "Authentication error" : "Feil i autentisering" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/oc.js b/lib/l10n/oc.js index 19698eca69a..60a3611316e 100644 --- a/lib/l10n/oc.js +++ b/lib/l10n/oc.js @@ -67,13 +67,13 @@ OC.L10N.register( "December" : "Decembre", "May." : "Mai.", "a safe home for all your data" : "un ostal segur per vòstras donadas", - "Authentication error" : "Error d’autentificacion", "Storage is temporarily not available" : "Emmagazinatge temporàriament indisponible", "Images" : "Imatges", "Question" : "Question", "Optical character recognition" : "Reconeissença optica de caractèrs", "Chat" : "Messatjariá", "Text" : "Tèxt", - "Translate" : "Tradurre" + "Translate" : "Tradurre", + "Authentication error" : "Error d’autentificacion" }, "nplurals=2; plural=(n > 1);"); diff --git a/lib/l10n/oc.json b/lib/l10n/oc.json index 8e1895d49a6..0004077c18c 100644 --- a/lib/l10n/oc.json +++ b/lib/l10n/oc.json @@ -65,13 +65,13 @@ "December" : "Decembre", "May." : "Mai.", "a safe home for all your data" : "un ostal segur per vòstras donadas", - "Authentication error" : "Error d’autentificacion", "Storage is temporarily not available" : "Emmagazinatge temporàriament indisponible", "Images" : "Imatges", "Question" : "Question", "Optical character recognition" : "Reconeissença optica de caractèrs", "Chat" : "Messatjariá", "Text" : "Tèxt", - "Translate" : "Tradurre" + "Translate" : "Tradurre", + "Authentication error" : "Error d’autentificacion" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/lib/l10n/pl.js b/lib/l10n/pl.js index 808ec9bf51a..41f41ff05b0 100644 --- a/lib/l10n/pl.js +++ b/lib/l10n/pl.js @@ -285,9 +285,6 @@ OC.L10N.register( "Login canceled by app" : "Logowanie anulowane przez aplikację", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Nie można zainstalować aplikacji \"%1$s\", ponieważ nie są spełnione następujące zależności: %2$s", "a safe home for all your data" : "bezpieczny dom dla wszystkich Twoich danych", - "Application is not enabled" : "Aplikacja nie jest włączona", - "Authentication error" : "Błąd uwierzytelniania", - "Token expired. Please reload page." : "Token wygasł. Przeładuj stronę.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Nie zainstalowano sterowników bazy danych (sqlite, mysql lub postgresql).", "Cannot write into \"config\" directory." : "Nie można zapisać do katalogu \"config\".", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Zwykle można to naprawić, nadając serwerowi WWW dostęp do zapisu do katalogu config. Zobacz %s", @@ -476,6 +473,9 @@ OC.L10N.register( "Generate headline" : "Wygeneruj nagłówek", "Summarizes text by reducing its length without losing key information." : "Podsumowuje tekst, zmniejszając jego długość bez utraty kluczowych informacji.", "Extracts topics from a text and outputs them separated by commas." : "Wyodrębnia tematy z tekstu i wyświetla je oddzielone przecinkami.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X nie jest obsługiwany i %s może nie działać poprawnie na tej platformie. Używasz na własne ryzyko!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X nie jest obsługiwany i %s może nie działać poprawnie na tej platformie. Używasz na własne ryzyko!", + "Application is not enabled" : "Aplikacja nie jest włączona", + "Authentication error" : "Błąd uwierzytelniania", + "Token expired. Please reload page." : "Token wygasł. Przeładuj stronę." }, "nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); diff --git a/lib/l10n/pl.json b/lib/l10n/pl.json index 5be41838f2b..d9f1a0dd115 100644 --- a/lib/l10n/pl.json +++ b/lib/l10n/pl.json @@ -283,9 +283,6 @@ "Login canceled by app" : "Logowanie anulowane przez aplikację", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Nie można zainstalować aplikacji \"%1$s\", ponieważ nie są spełnione następujące zależności: %2$s", "a safe home for all your data" : "bezpieczny dom dla wszystkich Twoich danych", - "Application is not enabled" : "Aplikacja nie jest włączona", - "Authentication error" : "Błąd uwierzytelniania", - "Token expired. Please reload page." : "Token wygasł. Przeładuj stronę.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Nie zainstalowano sterowników bazy danych (sqlite, mysql lub postgresql).", "Cannot write into \"config\" directory." : "Nie można zapisać do katalogu \"config\".", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Zwykle można to naprawić, nadając serwerowi WWW dostęp do zapisu do katalogu config. Zobacz %s", @@ -474,6 +471,9 @@ "Generate headline" : "Wygeneruj nagłówek", "Summarizes text by reducing its length without losing key information." : "Podsumowuje tekst, zmniejszając jego długość bez utraty kluczowych informacji.", "Extracts topics from a text and outputs them separated by commas." : "Wyodrębnia tematy z tekstu i wyświetla je oddzielone przecinkami.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X nie jest obsługiwany i %s może nie działać poprawnie na tej platformie. Używasz na własne ryzyko!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X nie jest obsługiwany i %s może nie działać poprawnie na tej platformie. Używasz na własne ryzyko!", + "Application is not enabled" : "Aplikacja nie jest włączona", + "Authentication error" : "Błąd uwierzytelniania", + "Token expired. Please reload page." : "Token wygasł. Przeładuj stronę." },"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" } \ No newline at end of file diff --git a/lib/l10n/pt_BR.js b/lib/l10n/pt_BR.js index 2c50c0aaa87..2973299818e 100644 --- a/lib/l10n/pt_BR.js +++ b/lib/l10n/pt_BR.js @@ -285,9 +285,6 @@ OC.L10N.register( "Login canceled by app" : "Login cancelado pelo aplicativo", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "O aplicativo \"%1$s\" não pode ser instalado devido à estas dependências: %2$s", "a safe home for all your data" : "Um lar seguro para todos os seus dados", - "Application is not enabled" : "O aplicativo não está habilitado", - "Authentication error" : "Erro de autenticação", - "Token expired. Please reload page." : "O token expirou. Por favor recarregue a página.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Nenhum driver de banco de dados (sqlite, mysql ou postgresql) instalado.", "Cannot write into \"config\" directory." : "Não é possível gravar no diretório \"config\".", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Geralmente, isso pode ser corrigido dando ao servidor web acesso de gravação ao diretório de configuração. Consulte %s", @@ -476,6 +473,9 @@ OC.L10N.register( "Generate headline" : "Gerar título", "Summarizes text by reducing its length without losing key information." : "Resume o texto reduzindo seu comprimento sem perder informações importantes.", "Extracts topics from a text and outputs them separated by commas." : "Extrai temas de um texto e os exibe separados por vírgulas.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "O Mac OS X não é compatível e %s não funcionará corretamente nessa plataforma. Use-o por sua própria conta e risco!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "O Mac OS X não é compatível e %s não funcionará corretamente nessa plataforma. Use-o por sua própria conta e risco!", + "Application is not enabled" : "O aplicativo não está habilitado", + "Authentication error" : "Erro de autenticação", + "Token expired. Please reload page." : "O token expirou. Por favor recarregue a página." }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/lib/l10n/pt_BR.json b/lib/l10n/pt_BR.json index d53ae6d995f..33c23af4f13 100644 --- a/lib/l10n/pt_BR.json +++ b/lib/l10n/pt_BR.json @@ -283,9 +283,6 @@ "Login canceled by app" : "Login cancelado pelo aplicativo", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "O aplicativo \"%1$s\" não pode ser instalado devido à estas dependências: %2$s", "a safe home for all your data" : "Um lar seguro para todos os seus dados", - "Application is not enabled" : "O aplicativo não está habilitado", - "Authentication error" : "Erro de autenticação", - "Token expired. Please reload page." : "O token expirou. Por favor recarregue a página.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Nenhum driver de banco de dados (sqlite, mysql ou postgresql) instalado.", "Cannot write into \"config\" directory." : "Não é possível gravar no diretório \"config\".", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Geralmente, isso pode ser corrigido dando ao servidor web acesso de gravação ao diretório de configuração. Consulte %s", @@ -474,6 +471,9 @@ "Generate headline" : "Gerar título", "Summarizes text by reducing its length without losing key information." : "Resume o texto reduzindo seu comprimento sem perder informações importantes.", "Extracts topics from a text and outputs them separated by commas." : "Extrai temas de um texto e os exibe separados por vírgulas.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "O Mac OS X não é compatível e %s não funcionará corretamente nessa plataforma. Use-o por sua própria conta e risco!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "O Mac OS X não é compatível e %s não funcionará corretamente nessa plataforma. Use-o por sua própria conta e risco!", + "Application is not enabled" : "O aplicativo não está habilitado", + "Authentication error" : "Erro de autenticação", + "Token expired. Please reload page." : "O token expirou. Por favor recarregue a página." },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/lib/l10n/pt_PT.js b/lib/l10n/pt_PT.js index 9a19f43f5ec..9239ea79966 100644 --- a/lib/l10n/pt_PT.js +++ b/lib/l10n/pt_PT.js @@ -156,9 +156,6 @@ OC.L10N.register( "A valid password must be provided" : "Deve ser fornecida uma palavra-passe válida", "Login canceled by app" : "Sessão cancelada pela app", "a safe home for all your data" : "Um lugar seguro para todos os seus dados", - "Application is not enabled" : "A aplicação não está ativada", - "Authentication error" : "Erro na autenticação", - "Token expired. Please reload page." : "O token expirou. Por favor recarregue a página.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Nenhuma base de dados de drivers (sqlite, mysql, or postgresql) instaladas.", "Cannot write into \"config\" directory." : "Não é possível escrever na diretoria \"config\".", "Your data directory is not writable." : "A sua diretoria de dados é só de leitura.", @@ -182,6 +179,9 @@ OC.L10N.register( "Chat" : "Chat", "Text" : "Texto", "Summary" : "Resumo", - "Translate" : "Traduzir" + "Translate" : "Traduzir", + "Application is not enabled" : "A aplicação não está ativada", + "Authentication error" : "Erro na autenticação", + "Token expired. Please reload page." : "O token expirou. Por favor recarregue a página." }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/lib/l10n/pt_PT.json b/lib/l10n/pt_PT.json index fa6ba6dac2e..8b7938b7142 100644 --- a/lib/l10n/pt_PT.json +++ b/lib/l10n/pt_PT.json @@ -154,9 +154,6 @@ "A valid password must be provided" : "Deve ser fornecida uma palavra-passe válida", "Login canceled by app" : "Sessão cancelada pela app", "a safe home for all your data" : "Um lugar seguro para todos os seus dados", - "Application is not enabled" : "A aplicação não está ativada", - "Authentication error" : "Erro na autenticação", - "Token expired. Please reload page." : "O token expirou. Por favor recarregue a página.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Nenhuma base de dados de drivers (sqlite, mysql, or postgresql) instaladas.", "Cannot write into \"config\" directory." : "Não é possível escrever na diretoria \"config\".", "Your data directory is not writable." : "A sua diretoria de dados é só de leitura.", @@ -180,6 +177,9 @@ "Chat" : "Chat", "Text" : "Texto", "Summary" : "Resumo", - "Translate" : "Traduzir" + "Translate" : "Traduzir", + "Application is not enabled" : "A aplicação não está ativada", + "Authentication error" : "Erro na autenticação", + "Token expired. Please reload page." : "O token expirou. Por favor recarregue a página." },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/lib/l10n/ro.js b/lib/l10n/ro.js index 4ac80beec49..b1e8a359307 100644 --- a/lib/l10n/ro.js +++ b/lib/l10n/ro.js @@ -182,9 +182,6 @@ OC.L10N.register( "Login canceled by app" : "Autentificare anulată de aplicație", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Aplicația \"%1$s\" nu poate fi instalată deoarece următoarele dependențe nu sunt satisfăcute: %2$s", "a safe home for all your data" : "o casă sigură pentru toate datele dumneavoastră", - "Application is not enabled" : "Aplicația nu este activată", - "Authentication error" : "Eroare la autentificare", - "Token expired. Please reload page." : "Token expirat. Te rugăm să reîncarci pagina.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Nu sunt instalate drivere pentru baze de date (sqlite, mysql sau postgresql).", "Cannot write into \"config\" directory." : "Nu se poate scrie în directorul \"config\".", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Aceasta se poate remedia de obicei prin asigurarea accesului în scriere serverului la directorul configurației. Vedeți %s", @@ -231,6 +228,9 @@ OC.L10N.register( "Runs an arbitrary prompt through the language model." : "Rulează un prompt arbitrar prin modelul lingvistic.", "Generate headline" : "Generează titlu", "Summarizes text by reducing its length without losing key information." : "Rezumă textul prin reducerea lungimii acestuia, fără a pierde informațiile cheie.", - "Extracts topics from a text and outputs them separated by commas." : "Extrage subiecte din text și le furnizează separate prin virgulă." + "Extracts topics from a text and outputs them separated by commas." : "Extrage subiecte din text și le furnizează separate prin virgulă.", + "Application is not enabled" : "Aplicația nu este activată", + "Authentication error" : "Eroare la autentificare", + "Token expired. Please reload page." : "Token expirat. Te rugăm să reîncarci pagina." }, "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); diff --git a/lib/l10n/ro.json b/lib/l10n/ro.json index 2382d66748d..c8bcee04327 100644 --- a/lib/l10n/ro.json +++ b/lib/l10n/ro.json @@ -180,9 +180,6 @@ "Login canceled by app" : "Autentificare anulată de aplicație", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Aplicația \"%1$s\" nu poate fi instalată deoarece următoarele dependențe nu sunt satisfăcute: %2$s", "a safe home for all your data" : "o casă sigură pentru toate datele dumneavoastră", - "Application is not enabled" : "Aplicația nu este activată", - "Authentication error" : "Eroare la autentificare", - "Token expired. Please reload page." : "Token expirat. Te rugăm să reîncarci pagina.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Nu sunt instalate drivere pentru baze de date (sqlite, mysql sau postgresql).", "Cannot write into \"config\" directory." : "Nu se poate scrie în directorul \"config\".", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Aceasta se poate remedia de obicei prin asigurarea accesului în scriere serverului la directorul configurației. Vedeți %s", @@ -229,6 +226,9 @@ "Runs an arbitrary prompt through the language model." : "Rulează un prompt arbitrar prin modelul lingvistic.", "Generate headline" : "Generează titlu", "Summarizes text by reducing its length without losing key information." : "Rezumă textul prin reducerea lungimii acestuia, fără a pierde informațiile cheie.", - "Extracts topics from a text and outputs them separated by commas." : "Extrage subiecte din text și le furnizează separate prin virgulă." + "Extracts topics from a text and outputs them separated by commas." : "Extrage subiecte din text și le furnizează separate prin virgulă.", + "Application is not enabled" : "Aplicația nu este activată", + "Authentication error" : "Eroare la autentificare", + "Token expired. Please reload page." : "Token expirat. Te rugăm să reîncarci pagina." },"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));" } \ No newline at end of file diff --git a/lib/l10n/ru.js b/lib/l10n/ru.js index 5c75f42d45a..59fb305ac11 100644 --- a/lib/l10n/ru.js +++ b/lib/l10n/ru.js @@ -282,9 +282,6 @@ OC.L10N.register( "Login canceled by app" : "Вход отменен приложением", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Приложение «%1$s» не может быть установлено, так как не удовлетворены следующие зависимости: %2$s", "a safe home for all your data" : "надёжный дом для всех ваших данных", - "Application is not enabled" : "Приложение не разрешено", - "Authentication error" : "Ошибка аутентификации", - "Token expired. Please reload page." : "Токен просрочен. Перезагрузите страницу.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Не установлены драйвера баз данных (sqlite, mysql или postgresql)", "Cannot write into \"config\" directory." : "Невозможно выполнить запись в каталог «config».", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Обычно это можно исправить, предоставив веб-серверу права на запись в каталог конфигурации. Обратитесь к %s.", @@ -468,6 +465,9 @@ OC.L10N.register( "Generate headline" : "Сгенерировать заголовок", "Summarizes text by reducing its length without losing key information." : "Обобщает текст, сокращая его длину без потери ключевой информации.", "Extracts topics from a text and outputs them separated by commas." : "Извлекает темы из текста и выводит их через запятую.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X не поддерживается, и %s может работать некорректно на этой платформе. Используйте на свой страх и риск!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X не поддерживается, и %s может работать некорректно на этой платформе. Используйте на свой страх и риск!", + "Application is not enabled" : "Приложение не разрешено", + "Authentication error" : "Ошибка аутентификации", + "Token expired. Please reload page." : "Токен просрочен. Перезагрузите страницу." }, "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); diff --git a/lib/l10n/ru.json b/lib/l10n/ru.json index efa9d98e421..afd58af3cba 100644 --- a/lib/l10n/ru.json +++ b/lib/l10n/ru.json @@ -280,9 +280,6 @@ "Login canceled by app" : "Вход отменен приложением", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Приложение «%1$s» не может быть установлено, так как не удовлетворены следующие зависимости: %2$s", "a safe home for all your data" : "надёжный дом для всех ваших данных", - "Application is not enabled" : "Приложение не разрешено", - "Authentication error" : "Ошибка аутентификации", - "Token expired. Please reload page." : "Токен просрочен. Перезагрузите страницу.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Не установлены драйвера баз данных (sqlite, mysql или postgresql)", "Cannot write into \"config\" directory." : "Невозможно выполнить запись в каталог «config».", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Обычно это можно исправить, предоставив веб-серверу права на запись в каталог конфигурации. Обратитесь к %s.", @@ -466,6 +463,9 @@ "Generate headline" : "Сгенерировать заголовок", "Summarizes text by reducing its length without losing key information." : "Обобщает текст, сокращая его длину без потери ключевой информации.", "Extracts topics from a text and outputs them separated by commas." : "Извлекает темы из текста и выводит их через запятую.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X не поддерживается, и %s может работать некорректно на этой платформе. Используйте на свой страх и риск!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X не поддерживается, и %s может работать некорректно на этой платформе. Используйте на свой страх и риск!", + "Application is not enabled" : "Приложение не разрешено", + "Authentication error" : "Ошибка аутентификации", + "Token expired. Please reload page." : "Токен просрочен. Перезагрузите страницу." },"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" } \ No newline at end of file diff --git a/lib/l10n/sc.js b/lib/l10n/sc.js index f3327eb2a44..0a6be653e0a 100644 --- a/lib/l10n/sc.js +++ b/lib/l10n/sc.js @@ -168,9 +168,6 @@ OC.L10N.register( "Login canceled by app" : "Atzessu annulladu dae s'aplicatzione", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Non faghet a installare s'aplicatzione %1$s ca is dipendèntzias in fatu non sunt satisfatos:%2$s", "a safe home for all your data" : "unu logu seguru pro totu is datos tuos", - "Application is not enabled" : "S'aplicatzione no est ativada", - "Authentication error" : "Errore de autenticatzione", - "Token expired. Please reload page." : "Token iscadidu. Torra a carrigare sa pàgina.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Perunu driver de base de datos (sqlite, mysql, or postgresql) installadu.", "Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it. See %s" : "Ma si preferis mantènnere s'archìviu config.php comente de letura isceti, cunfigura s'optzione \"config_is_read_only\" comente \"true\". Càstia %s", "PHP module %s not installed." : "Su mòdulu PHP %s no est installadu.", @@ -203,6 +200,9 @@ OC.L10N.register( "Summary" : "Resumu", "Translate" : "Borta", "Result" : "Resurtadu", - "Generate headline" : "Gènera unu tìtulu" + "Generate headline" : "Gènera unu tìtulu", + "Application is not enabled" : "S'aplicatzione no est ativada", + "Authentication error" : "Errore de autenticatzione", + "Token expired. Please reload page." : "Token iscadidu. Torra a carrigare sa pàgina." }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/sc.json b/lib/l10n/sc.json index 3ca47c13ac0..f8a4b21a4ec 100644 --- a/lib/l10n/sc.json +++ b/lib/l10n/sc.json @@ -166,9 +166,6 @@ "Login canceled by app" : "Atzessu annulladu dae s'aplicatzione", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Non faghet a installare s'aplicatzione %1$s ca is dipendèntzias in fatu non sunt satisfatos:%2$s", "a safe home for all your data" : "unu logu seguru pro totu is datos tuos", - "Application is not enabled" : "S'aplicatzione no est ativada", - "Authentication error" : "Errore de autenticatzione", - "Token expired. Please reload page." : "Token iscadidu. Torra a carrigare sa pàgina.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Perunu driver de base de datos (sqlite, mysql, or postgresql) installadu.", "Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it. See %s" : "Ma si preferis mantènnere s'archìviu config.php comente de letura isceti, cunfigura s'optzione \"config_is_read_only\" comente \"true\". Càstia %s", "PHP module %s not installed." : "Su mòdulu PHP %s no est installadu.", @@ -201,6 +198,9 @@ "Summary" : "Resumu", "Translate" : "Borta", "Result" : "Resurtadu", - "Generate headline" : "Gènera unu tìtulu" + "Generate headline" : "Gènera unu tìtulu", + "Application is not enabled" : "S'aplicatzione no est ativada", + "Authentication error" : "Errore de autenticatzione", + "Token expired. Please reload page." : "Token iscadidu. Torra a carrigare sa pàgina." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/sk.js b/lib/l10n/sk.js index 1ae5c0ae7ae..cf573c7be19 100644 --- a/lib/l10n/sk.js +++ b/lib/l10n/sk.js @@ -285,9 +285,6 @@ OC.L10N.register( "Login canceled by app" : "Prihlásenie bolo zrušené aplikáciou", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Aplikáciu \"%1$s\" nie je možné inštalovať, pretože nie sú splnené nasledovné závislosti: %2$s", "a safe home for all your data" : "bezpečný domov pre všetky vaše dáta", - "Application is not enabled" : "Aplikácia nie je zapnutá", - "Authentication error" : "Chyba autentifikácie", - "Token expired. Please reload page." : "Token vypršal. Obnovte, prosím, stránku.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Ovládače databázy (sqlite, mysql, alebo postgresql) nie sú nainštalované.", "Cannot write into \"config\" directory." : "Nie je možné zapisovať do priečinka \"config\".", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "To je zvyčajne možné opraviť tým, že udelíte webovému serveru oprávnenie na zápis do adresára s konfiguráciou. Viď %s", @@ -476,6 +473,9 @@ OC.L10N.register( "Generate headline" : "Generovať nadpis", "Summarizes text by reducing its length without losing key information." : "Zhrňuje text tým, že znižuje jeho dĺžku bez straty kľúčových informácií.", "Extracts topics from a text and outputs them separated by commas." : "Extrahuje témy z textu a vypisuje ich oddelené čiarkami.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X nie je podporovaný a %s nebude správne fungovať na tejto platforme. Použitie na vlastné riziko!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X nie je podporovaný a %s nebude správne fungovať na tejto platforme. Použitie na vlastné riziko!", + "Application is not enabled" : "Aplikácia nie je zapnutá", + "Authentication error" : "Chyba autentifikácie", + "Token expired. Please reload page." : "Token vypršal. Obnovte, prosím, stránku." }, "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/lib/l10n/sk.json b/lib/l10n/sk.json index 55c7ff74370..c70384bf99a 100644 --- a/lib/l10n/sk.json +++ b/lib/l10n/sk.json @@ -283,9 +283,6 @@ "Login canceled by app" : "Prihlásenie bolo zrušené aplikáciou", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Aplikáciu \"%1$s\" nie je možné inštalovať, pretože nie sú splnené nasledovné závislosti: %2$s", "a safe home for all your data" : "bezpečný domov pre všetky vaše dáta", - "Application is not enabled" : "Aplikácia nie je zapnutá", - "Authentication error" : "Chyba autentifikácie", - "Token expired. Please reload page." : "Token vypršal. Obnovte, prosím, stránku.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Ovládače databázy (sqlite, mysql, alebo postgresql) nie sú nainštalované.", "Cannot write into \"config\" directory." : "Nie je možné zapisovať do priečinka \"config\".", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "To je zvyčajne možné opraviť tým, že udelíte webovému serveru oprávnenie na zápis do adresára s konfiguráciou. Viď %s", @@ -474,6 +471,9 @@ "Generate headline" : "Generovať nadpis", "Summarizes text by reducing its length without losing key information." : "Zhrňuje text tým, že znižuje jeho dĺžku bez straty kľúčových informácií.", "Extracts topics from a text and outputs them separated by commas." : "Extrahuje témy z textu a vypisuje ich oddelené čiarkami.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X nie je podporovaný a %s nebude správne fungovať na tejto platforme. Použitie na vlastné riziko!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X nie je podporovaný a %s nebude správne fungovať na tejto platforme. Použitie na vlastné riziko!", + "Application is not enabled" : "Aplikácia nie je zapnutá", + "Authentication error" : "Chyba autentifikácie", + "Token expired. Please reload page." : "Token vypršal. Obnovte, prosím, stránku." },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);" } \ No newline at end of file diff --git a/lib/l10n/sl.js b/lib/l10n/sl.js index 9b1f2288e64..bcb4c235251 100644 --- a/lib/l10n/sl.js +++ b/lib/l10n/sl.js @@ -183,9 +183,6 @@ OC.L10N.register( "Login canceled by app" : "Program onemogoča prijavo", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Programa »%1$s« ni mogoče namestiti zaradi nerešenih odvisnosti: %2$s", "a safe home for all your data" : "Varno okolje za vaše podatke!", - "Application is not enabled" : "Program ni omogočen", - "Authentication error" : "Napaka overjanja", - "Token expired. Please reload page." : "Žeton je pretekel. Stran je treba ponovno naložiti.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Ni nameščenih programnikov podatkovnih zbirk (sqlite, mysql oziroma postgresql).", "Cannot write into \"config\" directory." : "V mapo »config« ni mogoče zapisovati!", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Napako je mogoče odpraviti z dodelitvijo dovoljenja spletnemu strežniku za pisanje v nastavitveno mapo. Poglejte %s", @@ -228,6 +225,9 @@ OC.L10N.register( "Summary" : "Povzetek", "Translate" : "Prevedi", "Target language" : "Ciljni jezik", - "Result" : "Rezultat" + "Result" : "Rezultat", + "Application is not enabled" : "Program ni omogočen", + "Authentication error" : "Napaka overjanja", + "Token expired. Please reload page." : "Žeton je pretekel. Stran je treba ponovno naložiti." }, "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); diff --git a/lib/l10n/sl.json b/lib/l10n/sl.json index b9d150dd7fe..c165a87ee32 100644 --- a/lib/l10n/sl.json +++ b/lib/l10n/sl.json @@ -181,9 +181,6 @@ "Login canceled by app" : "Program onemogoča prijavo", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Programa »%1$s« ni mogoče namestiti zaradi nerešenih odvisnosti: %2$s", "a safe home for all your data" : "Varno okolje za vaše podatke!", - "Application is not enabled" : "Program ni omogočen", - "Authentication error" : "Napaka overjanja", - "Token expired. Please reload page." : "Žeton je pretekel. Stran je treba ponovno naložiti.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Ni nameščenih programnikov podatkovnih zbirk (sqlite, mysql oziroma postgresql).", "Cannot write into \"config\" directory." : "V mapo »config« ni mogoče zapisovati!", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Napako je mogoče odpraviti z dodelitvijo dovoljenja spletnemu strežniku za pisanje v nastavitveno mapo. Poglejte %s", @@ -226,6 +223,9 @@ "Summary" : "Povzetek", "Translate" : "Prevedi", "Target language" : "Ciljni jezik", - "Result" : "Rezultat" + "Result" : "Rezultat", + "Application is not enabled" : "Program ni omogočen", + "Authentication error" : "Napaka overjanja", + "Token expired. Please reload page." : "Žeton je pretekel. Stran je treba ponovno naložiti." },"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);" } \ No newline at end of file diff --git a/lib/l10n/sq.js b/lib/l10n/sq.js index 36ce6c1b29b..f1c036ee596 100644 --- a/lib/l10n/sq.js +++ b/lib/l10n/sq.js @@ -119,9 +119,6 @@ OC.L10N.register( "A valid password must be provided" : "Duhet dhënë një fjalëkalim i vlefshëm", "Login canceled by app" : "Hyrja u anulua nga aplikacioni", "a safe home for all your data" : "Një shtëpi e sigurt për të dhënat e tua", - "Application is not enabled" : "Aplikacioni s’është aktivizuar", - "Authentication error" : "Gabim mirëfilltësimi", - "Token expired. Please reload page." : "Token-i ka skaduar. Ju lutem ringarkoni faqen.", "No database drivers (sqlite, mysql, or postgresql) installed." : "S’ka baza të dhënash (sqlite, mysql, ose postgresql) të instaluara.", "PHP module %s not installed." : "Moduli PHP %s s’është i instaluar.", "Please ask your server administrator to install the module." : "Ju lutemi, kërkojini përgjegjësit të shërbyesit ta instalojë modulin.", @@ -141,6 +138,9 @@ OC.L10N.register( "Text" : "Tekst", "Summary" : "Përmbledhje", "Translate" : "Përkthe", - "Result" : "Rezultatet" + "Result" : "Rezultatet", + "Application is not enabled" : "Aplikacioni s’është aktivizuar", + "Authentication error" : "Gabim mirëfilltësimi", + "Token expired. Please reload page." : "Token-i ka skaduar. Ju lutem ringarkoni faqen." }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/sq.json b/lib/l10n/sq.json index e137f6c16a8..bd25de296df 100644 --- a/lib/l10n/sq.json +++ b/lib/l10n/sq.json @@ -117,9 +117,6 @@ "A valid password must be provided" : "Duhet dhënë një fjalëkalim i vlefshëm", "Login canceled by app" : "Hyrja u anulua nga aplikacioni", "a safe home for all your data" : "Një shtëpi e sigurt për të dhënat e tua", - "Application is not enabled" : "Aplikacioni s’është aktivizuar", - "Authentication error" : "Gabim mirëfilltësimi", - "Token expired. Please reload page." : "Token-i ka skaduar. Ju lutem ringarkoni faqen.", "No database drivers (sqlite, mysql, or postgresql) installed." : "S’ka baza të dhënash (sqlite, mysql, ose postgresql) të instaluara.", "PHP module %s not installed." : "Moduli PHP %s s’është i instaluar.", "Please ask your server administrator to install the module." : "Ju lutemi, kërkojini përgjegjësit të shërbyesit ta instalojë modulin.", @@ -139,6 +136,9 @@ "Text" : "Tekst", "Summary" : "Përmbledhje", "Translate" : "Përkthe", - "Result" : "Rezultatet" + "Result" : "Rezultatet", + "Application is not enabled" : "Aplikacioni s’është aktivizuar", + "Authentication error" : "Gabim mirëfilltësimi", + "Token expired. Please reload page." : "Token-i ka skaduar. Ju lutem ringarkoni faqen." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/sr.js b/lib/l10n/sr.js index 3c9ab6cfef8..79c43f4c2c0 100644 --- a/lib/l10n/sr.js +++ b/lib/l10n/sr.js @@ -282,9 +282,6 @@ OC.L10N.register( "Login canceled by app" : "Пријава отказана од стране апликације", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Апликација „%1$s“ не може бити инсталирана јер следеће зависности нису испуњене: %2$s", "a safe home for all your data" : "сигурно место за све Ваше податке", - "Application is not enabled" : "Апликација није укључена", - "Authentication error" : "Грешка при провери идентитета", - "Token expired. Please reload page." : "Жетон је истекао. Поново учитајте страницу.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Нема драјвера базе података (скулајт, мајскул или постгрескул).", "Cannot write into \"config\" directory." : "Не може да се упише у „config директоријум.", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Ово обично може да се поправи тако што се веб серверу дозволи право уписа у config директоријум. Погледајте %s", @@ -468,6 +465,9 @@ OC.L10N.register( "Generate headline" : "Генериши линију наслова", "Summarizes text by reducing its length without losing key information." : "Резимира текст тако што га скраћује без губитка кључних информација.", "Extracts topics from a text and outputs them separated by commas." : "Издваја теме из текста и исписује их раздвојене запетама.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X није подржан и %s неће радити исправно на овој платформи. Користите га на сопствени ризик!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X није подржан и %s неће радити исправно на овој платформи. Користите га на сопствени ризик!", + "Application is not enabled" : "Апликација није укључена", + "Authentication error" : "Грешка при провери идентитета", + "Token expired. Please reload page." : "Жетон је истекао. Поново учитајте страницу." }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/lib/l10n/sr.json b/lib/l10n/sr.json index 00dba059f3e..8deb7b3b0c0 100644 --- a/lib/l10n/sr.json +++ b/lib/l10n/sr.json @@ -280,9 +280,6 @@ "Login canceled by app" : "Пријава отказана од стране апликације", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Апликација „%1$s“ не може бити инсталирана јер следеће зависности нису испуњене: %2$s", "a safe home for all your data" : "сигурно место за све Ваше податке", - "Application is not enabled" : "Апликација није укључена", - "Authentication error" : "Грешка при провери идентитета", - "Token expired. Please reload page." : "Жетон је истекао. Поново учитајте страницу.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Нема драјвера базе података (скулајт, мајскул или постгрескул).", "Cannot write into \"config\" directory." : "Не може да се упише у „config директоријум.", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Ово обично може да се поправи тако што се веб серверу дозволи право уписа у config директоријум. Погледајте %s", @@ -466,6 +463,9 @@ "Generate headline" : "Генериши линију наслова", "Summarizes text by reducing its length without losing key information." : "Резимира текст тако што га скраћује без губитка кључних информација.", "Extracts topics from a text and outputs them separated by commas." : "Издваја теме из текста и исписује их раздвојене запетама.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X није подржан и %s неће радити исправно на овој платформи. Користите га на сопствени ризик!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X није подржан и %s неће радити исправно на овој платформи. Користите га на сопствени ризик!", + "Application is not enabled" : "Апликација није укључена", + "Authentication error" : "Грешка при провери идентитета", + "Token expired. Please reload page." : "Жетон је истекао. Поново учитајте страницу." },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" } \ No newline at end of file diff --git a/lib/l10n/sv.js b/lib/l10n/sv.js index ecf9b24fb85..f7a7fd1dfe0 100644 --- a/lib/l10n/sv.js +++ b/lib/l10n/sv.js @@ -283,9 +283,6 @@ OC.L10N.register( "Login canceled by app" : "Inloggningen avbruten av appen", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Appen \"%1$s\" kan inte installeras eftersom följande beroenden inte är uppfyllda: %2$s", "a safe home for all your data" : "ett säkert hem för all din data", - "Application is not enabled" : "Applikationen är inte aktiverad", - "Authentication error" : "Fel vid autentisering", - "Token expired. Please reload page." : "Token har löpt ut. Uppdatera sidan.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Inga databasdrivrutiner (sqlite, mysql, eller postgresql) installerade.", "Cannot write into \"config\" directory." : "Kan inte skriva i \"config\"-katalogen.", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Detta kan vanligtvis åtgärdas genom att ge webbservern skrivåtkomst till config-katalogen. Se %s", @@ -474,6 +471,9 @@ OC.L10N.register( "Generate headline" : "Skapa rubrik", "Summarizes text by reducing its length without losing key information." : "Sammanfattar text genom att minska dess längd utan att förlora viktig information.", "Extracts topics from a text and outputs them separated by commas." : "Extraherar ämnen från en text och matar ut dem separerade med kommatecken.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X stöds inte och %s kommer inte att fungera korrekt på denna plattform. Använd på egen risk!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X stöds inte och %s kommer inte att fungera korrekt på denna plattform. Använd på egen risk!", + "Application is not enabled" : "Applikationen är inte aktiverad", + "Authentication error" : "Fel vid autentisering", + "Token expired. Please reload page." : "Token har löpt ut. Uppdatera sidan." }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/sv.json b/lib/l10n/sv.json index c2a5164ff82..9518cc8189b 100644 --- a/lib/l10n/sv.json +++ b/lib/l10n/sv.json @@ -281,9 +281,6 @@ "Login canceled by app" : "Inloggningen avbruten av appen", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Appen \"%1$s\" kan inte installeras eftersom följande beroenden inte är uppfyllda: %2$s", "a safe home for all your data" : "ett säkert hem för all din data", - "Application is not enabled" : "Applikationen är inte aktiverad", - "Authentication error" : "Fel vid autentisering", - "Token expired. Please reload page." : "Token har löpt ut. Uppdatera sidan.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Inga databasdrivrutiner (sqlite, mysql, eller postgresql) installerade.", "Cannot write into \"config\" directory." : "Kan inte skriva i \"config\"-katalogen.", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Detta kan vanligtvis åtgärdas genom att ge webbservern skrivåtkomst till config-katalogen. Se %s", @@ -472,6 +469,9 @@ "Generate headline" : "Skapa rubrik", "Summarizes text by reducing its length without losing key information." : "Sammanfattar text genom att minska dess längd utan att förlora viktig information.", "Extracts topics from a text and outputs them separated by commas." : "Extraherar ämnen från en text och matar ut dem separerade med kommatecken.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X stöds inte och %s kommer inte att fungera korrekt på denna plattform. Använd på egen risk!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X stöds inte och %s kommer inte att fungera korrekt på denna plattform. Använd på egen risk!", + "Application is not enabled" : "Applikationen är inte aktiverad", + "Authentication error" : "Fel vid autentisering", + "Token expired. Please reload page." : "Token har löpt ut. Uppdatera sidan." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/sw.js b/lib/l10n/sw.js index 133ba13ae44..5e56205a44a 100644 --- a/lib/l10n/sw.js +++ b/lib/l10n/sw.js @@ -200,7 +200,6 @@ OC.L10N.register( "November" : "Mwezi wa kumi na moja", "December" : "Mwezi wa kumi na mbili", "a safe home for all your data" : "a safe home for all your data", - "Authentication error" : "Hitilafu ya uthibitishaji", "Storage is temporarily not available" : "Uhifadhi haupo kwa muda", "Analyze images" : "Analyze images", "Ask a question about the given images." : "Ask a question about the given images.", @@ -252,6 +251,7 @@ OC.L10N.register( "The language of the origin text" : "The language of the origin text", "Target language" : "Target language", "The desired language to translate the origin text in" : "The desired language to translate the origin text in", - "Result" : "Result" + "Result" : "Result", + "Authentication error" : "Hitilafu ya uthibitishaji" }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/sw.json b/lib/l10n/sw.json index a1479056852..f5c93b27565 100644 --- a/lib/l10n/sw.json +++ b/lib/l10n/sw.json @@ -198,7 +198,6 @@ "November" : "Mwezi wa kumi na moja", "December" : "Mwezi wa kumi na mbili", "a safe home for all your data" : "a safe home for all your data", - "Authentication error" : "Hitilafu ya uthibitishaji", "Storage is temporarily not available" : "Uhifadhi haupo kwa muda", "Analyze images" : "Analyze images", "Ask a question about the given images." : "Ask a question about the given images.", @@ -250,6 +249,7 @@ "The language of the origin text" : "The language of the origin text", "Target language" : "Target language", "The desired language to translate the origin text in" : "The desired language to translate the origin text in", - "Result" : "Result" + "Result" : "Result", + "Authentication error" : "Hitilafu ya uthibitishaji" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/ta.js b/lib/l10n/ta.js index e4f90599aa7..ed24c0e5c67 100644 --- a/lib/l10n/ta.js +++ b/lib/l10n/ta.js @@ -56,9 +56,9 @@ OC.L10N.register( "Oct." : "ஐப்பசி", "Nov." : "கார்த்திகை", "Dec." : "மார்கழி", + "Translate" : "Translate", "Application is not enabled" : "செயலி இயலுமைப்படுத்தப்படவில்லை", "Authentication error" : "அத்தாட்சிப்படுத்தலில் வழு", - "Token expired. Please reload page." : "அடையாளவில்லை காலாவதியாகிவிட்டது. தயவுசெய்து பக்கத்தை மீள் ஏற்றுக.", - "Translate" : "Translate" + "Token expired. Please reload page." : "அடையாளவில்லை காலாவதியாகிவிட்டது. தயவுசெய்து பக்கத்தை மீள் ஏற்றுக." }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/ta.json b/lib/l10n/ta.json index 34253cfce9d..c84e431e2b1 100644 --- a/lib/l10n/ta.json +++ b/lib/l10n/ta.json @@ -54,9 +54,9 @@ "Oct." : "ஐப்பசி", "Nov." : "கார்த்திகை", "Dec." : "மார்கழி", + "Translate" : "Translate", "Application is not enabled" : "செயலி இயலுமைப்படுத்தப்படவில்லை", "Authentication error" : "அத்தாட்சிப்படுத்தலில் வழு", - "Token expired. Please reload page." : "அடையாளவில்லை காலாவதியாகிவிட்டது. தயவுசெய்து பக்கத்தை மீள் ஏற்றுக.", - "Translate" : "Translate" + "Token expired. Please reload page." : "அடையாளவில்லை காலாவதியாகிவிட்டது. தயவுசெய்து பக்கத்தை மீள் ஏற்றுக." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/th.js b/lib/l10n/th.js index 2abc4337e51..1973ca6a5a1 100644 --- a/lib/l10n/th.js +++ b/lib/l10n/th.js @@ -133,9 +133,6 @@ OC.L10N.register( "A valid password must be provided" : "ต้องระบุรหัสผ่านที่ถูกต้อง", "Login canceled by app" : "การเข้าสู่ระบบถูกยกเลิกโดยแอป", "a safe home for all your data" : "บ้านที่ปลอดภัยสำหรับข้อมูลทั้งหมดของคุณ", - "Application is not enabled" : "แอปพลิเคชันยังไม่ได้เปิดใช้งาน", - "Authentication error" : "ยืนยันตัวตนผิดพลาด", - "Token expired. Please reload page." : "รหัสยืนยันความถูกต้องหมดอายุ กรุณาโหลดหน้าเว็บใหม่", "No database drivers (sqlite, mysql, or postgresql) installed." : "ไม่มีไดรเวอร์ฐานข้อมูล (sqlite, mysql, or postgresql) ที่ถูกติดตั้ง", "PHP module %s not installed." : "โมดูล PHP %s ไม่ได้ถูกติดตั้ง", "Please ask your server administrator to install the module." : "โปรดสอบถามผู้ดูแลระบบเซิร์ฟเวอร์ของคุณเพื่อติดตั้งโมดูล", @@ -153,6 +150,9 @@ OC.L10N.register( "Storage connection timeout. %s" : "หมดเวลาการเชื่อมต่อพื้นที่จัดเก็บข้อมูล %s", "Images" : "รูปภาพ", "Text" : "ข้อความ", - "Translate" : "แปลภาษา" + "Translate" : "แปลภาษา", + "Application is not enabled" : "แอปพลิเคชันยังไม่ได้เปิดใช้งาน", + "Authentication error" : "ยืนยันตัวตนผิดพลาด", + "Token expired. Please reload page." : "รหัสยืนยันความถูกต้องหมดอายุ กรุณาโหลดหน้าเว็บใหม่" }, "nplurals=1; plural=0;"); diff --git a/lib/l10n/th.json b/lib/l10n/th.json index a6f88e228a4..d5e15e27a2f 100644 --- a/lib/l10n/th.json +++ b/lib/l10n/th.json @@ -131,9 +131,6 @@ "A valid password must be provided" : "ต้องระบุรหัสผ่านที่ถูกต้อง", "Login canceled by app" : "การเข้าสู่ระบบถูกยกเลิกโดยแอป", "a safe home for all your data" : "บ้านที่ปลอดภัยสำหรับข้อมูลทั้งหมดของคุณ", - "Application is not enabled" : "แอปพลิเคชันยังไม่ได้เปิดใช้งาน", - "Authentication error" : "ยืนยันตัวตนผิดพลาด", - "Token expired. Please reload page." : "รหัสยืนยันความถูกต้องหมดอายุ กรุณาโหลดหน้าเว็บใหม่", "No database drivers (sqlite, mysql, or postgresql) installed." : "ไม่มีไดรเวอร์ฐานข้อมูล (sqlite, mysql, or postgresql) ที่ถูกติดตั้ง", "PHP module %s not installed." : "โมดูล PHP %s ไม่ได้ถูกติดตั้ง", "Please ask your server administrator to install the module." : "โปรดสอบถามผู้ดูแลระบบเซิร์ฟเวอร์ของคุณเพื่อติดตั้งโมดูล", @@ -151,6 +148,9 @@ "Storage connection timeout. %s" : "หมดเวลาการเชื่อมต่อพื้นที่จัดเก็บข้อมูล %s", "Images" : "รูปภาพ", "Text" : "ข้อความ", - "Translate" : "แปลภาษา" + "Translate" : "แปลภาษา", + "Application is not enabled" : "แอปพลิเคชันยังไม่ได้เปิดใช้งาน", + "Authentication error" : "ยืนยันตัวตนผิดพลาด", + "Token expired. Please reload page." : "รหัสยืนยันความถูกต้องหมดอายุ กรุณาโหลดหน้าเว็บใหม่" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/lib/l10n/tr.js b/lib/l10n/tr.js index 6f1b88f9c9c..18447056a1d 100644 --- a/lib/l10n/tr.js +++ b/lib/l10n/tr.js @@ -285,9 +285,6 @@ OC.L10N.register( "Login canceled by app" : "Oturum açma uygulama tarafından iptal edildi", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "\"%1$s\" uygulaması, şu gereklilikler sağlanmadığı için kurulamıyor: %2$s", "a safe home for all your data" : "verileriniz için güvenli bir barınak", - "Application is not enabled" : "Uygulama kullanıma alınmamış", - "Authentication error" : "Kimlik doğrulama sorunu", - "Token expired. Please reload page." : "Kodun geçerlilik süresi dolmuş. Lütfen sayfayı yenileyin.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Herhangi bir veri tabanı sürücüsü (sqlite, mysql ya da postgresql) kurulmamış.", "Cannot write into \"config\" directory." : "\"config\" klasörüne yazılamadı.", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Bu sorun genellikle, site sunucusuna config klasörüne yazma izni verilerek çözülebilir. %s bölümüne bakın", @@ -476,6 +473,9 @@ OC.L10N.register( "Generate headline" : "Başlık oluşturulsun", "Summarizes text by reducing its length without losing key information." : "Temel içeriği kaybetmeden uzunluğunu kısaltarak yazıyı özetler.", "Extracts topics from a text and outputs them separated by commas." : "Bir yazıdaki konuları ayıklar ve bunları virgül ile ayırarak sıralar.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X desteklenmiyor ve %s bu platformda düzgün çalışmayacak. Kullanmaktan doğacak riskler size aittir!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X desteklenmiyor ve %s bu platformda düzgün çalışmayacak. Kullanmaktan doğacak riskler size aittir!", + "Application is not enabled" : "Uygulama kullanıma alınmamış", + "Authentication error" : "Kimlik doğrulama sorunu", + "Token expired. Please reload page." : "Kodun geçerlilik süresi dolmuş. Lütfen sayfayı yenileyin." }, "nplurals=2; plural=(n > 1);"); diff --git a/lib/l10n/tr.json b/lib/l10n/tr.json index 24e830c3d0e..140eec57c20 100644 --- a/lib/l10n/tr.json +++ b/lib/l10n/tr.json @@ -283,9 +283,6 @@ "Login canceled by app" : "Oturum açma uygulama tarafından iptal edildi", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "\"%1$s\" uygulaması, şu gereklilikler sağlanmadığı için kurulamıyor: %2$s", "a safe home for all your data" : "verileriniz için güvenli bir barınak", - "Application is not enabled" : "Uygulama kullanıma alınmamış", - "Authentication error" : "Kimlik doğrulama sorunu", - "Token expired. Please reload page." : "Kodun geçerlilik süresi dolmuş. Lütfen sayfayı yenileyin.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Herhangi bir veri tabanı sürücüsü (sqlite, mysql ya da postgresql) kurulmamış.", "Cannot write into \"config\" directory." : "\"config\" klasörüne yazılamadı.", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Bu sorun genellikle, site sunucusuna config klasörüne yazma izni verilerek çözülebilir. %s bölümüne bakın", @@ -474,6 +471,9 @@ "Generate headline" : "Başlık oluşturulsun", "Summarizes text by reducing its length without losing key information." : "Temel içeriği kaybetmeden uzunluğunu kısaltarak yazıyı özetler.", "Extracts topics from a text and outputs them separated by commas." : "Bir yazıdaki konuları ayıklar ve bunları virgül ile ayırarak sıralar.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X desteklenmiyor ve %s bu platformda düzgün çalışmayacak. Kullanmaktan doğacak riskler size aittir!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X desteklenmiyor ve %s bu platformda düzgün çalışmayacak. Kullanmaktan doğacak riskler size aittir!", + "Application is not enabled" : "Uygulama kullanıma alınmamış", + "Authentication error" : "Kimlik doğrulama sorunu", + "Token expired. Please reload page." : "Kodun geçerlilik süresi dolmuş. Lütfen sayfayı yenileyin." },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/lib/l10n/ug.js b/lib/l10n/ug.js index f04c5b3392f..76399df03a4 100644 --- a/lib/l10n/ug.js +++ b/lib/l10n/ug.js @@ -283,9 +283,6 @@ OC.L10N.register( "Login canceled by app" : "ئەپ ئارقىلىق كىرىش ئەمەلدىن قالدۇرۇلدى", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "تۆۋەندىكى تايىنىشلار ئەمەلگە ئاشمىغاچقا «%1$s» نى قاچىلىغىلى بولمايدۇ:%2$s", "a safe home for all your data" : "بارلىق سانلىق مەلۇماتلىرىڭىز ئۈچۈن بىخەتەر ئۆي", - "Application is not enabled" : "ئىلتىماس قوزغىتىلمىغان", - "Authentication error" : "سالاھىيەت دەلىللەش خاتالىقى", - "Token expired. Please reload page." : "توكەننىڭ ۋاقتى توشتى. بەتنى قايتا يۈكلەڭ.", "No database drivers (sqlite, mysql, or postgresql) installed." : "ساندان قوزغاتقۇسى (sqlite, mysql ياكى postgresql) ئورنىتىلمىدى.", "Cannot write into \"config\" directory." : "\"Config\" مۇندەرىجىسىگە يازغىلى بولمايدۇ.", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "بۇنى ئادەتتە تور مۇلازىمېتىرىغا مۇندەرىجە مۇندەرىجىسىگە يېزىش ھوقۇقى بېرىش ئارقىلىق ئوڭشىغىلى بولىدۇ. %s گە قاراڭ", @@ -474,6 +471,9 @@ OC.L10N.register( "Generate headline" : "ماۋزۇ ھاسىل قىلىڭ", "Summarizes text by reducing its length without losing key information." : "ئاچقۇچلۇق ئۇچۇرلارنى يوقىتىپ قويماي ئۇزۇنلۇقىنى قىسقارتىش ئارقىلىق تېكىستنى خۇلاسىلەيدۇ.", "Extracts topics from a text and outputs them separated by commas." : "تېكىستتىن تېمىنى چىقىرىپ ، پەش ئارقىلىق ئايرىلىدۇ.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X قوللىمايدۇ، %s بۇ سۇپادا نورمال ئىشلىمەيدۇ. ئۇنى ئۆزىڭىز ئىشلىتىڭ!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X قوللىمايدۇ، %s بۇ سۇپادا نورمال ئىشلىمەيدۇ. ئۇنى ئۆزىڭىز ئىشلىتىڭ!", + "Application is not enabled" : "ئىلتىماس قوزغىتىلمىغان", + "Authentication error" : "سالاھىيەت دەلىللەش خاتالىقى", + "Token expired. Please reload page." : "توكەننىڭ ۋاقتى توشتى. بەتنى قايتا يۈكلەڭ." }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/ug.json b/lib/l10n/ug.json index ad6260fb58b..3d63828b92a 100644 --- a/lib/l10n/ug.json +++ b/lib/l10n/ug.json @@ -281,9 +281,6 @@ "Login canceled by app" : "ئەپ ئارقىلىق كىرىش ئەمەلدىن قالدۇرۇلدى", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "تۆۋەندىكى تايىنىشلار ئەمەلگە ئاشمىغاچقا «%1$s» نى قاچىلىغىلى بولمايدۇ:%2$s", "a safe home for all your data" : "بارلىق سانلىق مەلۇماتلىرىڭىز ئۈچۈن بىخەتەر ئۆي", - "Application is not enabled" : "ئىلتىماس قوزغىتىلمىغان", - "Authentication error" : "سالاھىيەت دەلىللەش خاتالىقى", - "Token expired. Please reload page." : "توكەننىڭ ۋاقتى توشتى. بەتنى قايتا يۈكلەڭ.", "No database drivers (sqlite, mysql, or postgresql) installed." : "ساندان قوزغاتقۇسى (sqlite, mysql ياكى postgresql) ئورنىتىلمىدى.", "Cannot write into \"config\" directory." : "\"Config\" مۇندەرىجىسىگە يازغىلى بولمايدۇ.", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "بۇنى ئادەتتە تور مۇلازىمېتىرىغا مۇندەرىجە مۇندەرىجىسىگە يېزىش ھوقۇقى بېرىش ئارقىلىق ئوڭشىغىلى بولىدۇ. %s گە قاراڭ", @@ -472,6 +469,9 @@ "Generate headline" : "ماۋزۇ ھاسىل قىلىڭ", "Summarizes text by reducing its length without losing key information." : "ئاچقۇچلۇق ئۇچۇرلارنى يوقىتىپ قويماي ئۇزۇنلۇقىنى قىسقارتىش ئارقىلىق تېكىستنى خۇلاسىلەيدۇ.", "Extracts topics from a text and outputs them separated by commas." : "تېكىستتىن تېمىنى چىقىرىپ ، پەش ئارقىلىق ئايرىلىدۇ.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X قوللىمايدۇ، %s بۇ سۇپادا نورمال ئىشلىمەيدۇ. ئۇنى ئۆزىڭىز ئىشلىتىڭ!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X قوللىمايدۇ، %s بۇ سۇپادا نورمال ئىشلىمەيدۇ. ئۇنى ئۆزىڭىز ئىشلىتىڭ!", + "Application is not enabled" : "ئىلتىماس قوزغىتىلمىغان", + "Authentication error" : "سالاھىيەت دەلىللەش خاتالىقى", + "Token expired. Please reload page." : "توكەننىڭ ۋاقتى توشتى. بەتنى قايتا يۈكلەڭ." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/uk.js b/lib/l10n/uk.js index 12d09ff11c6..aee7fcbcff5 100644 --- a/lib/l10n/uk.js +++ b/lib/l10n/uk.js @@ -285,9 +285,6 @@ OC.L10N.register( "Login canceled by app" : "Вхід скасовано застосунком", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Застосунок \"%1$s\" неможливо встановити, оскільки не виконано такі залежності: %2$s", "a safe home for all your data" : "безпечна домівка для ваших даних", - "Application is not enabled" : "Застосунок не увімкнено", - "Authentication error" : "Помилка автентифікації", - "Token expired. Please reload page." : "Строк дії токена скінчився. Будь ласка, перезавантажте сторінку.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Не встановлено драйвер бази даних (sqlite, mysql, or postgresql).", "Cannot write into \"config\" directory." : "Не вдається записати в каталог \"config\".", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Зазвичай це можна виправити шляхом надання вебсерверу доступу на запису до каталогу конфігурації. Докладно %s", @@ -476,6 +473,9 @@ OC.L10N.register( "Generate headline" : "Створити заголовок", "Summarizes text by reducing its length without losing key information." : "Викокремлює головне у тексті шляхом зменшення довжини тексту без втрати ключової інформації.", "Extracts topics from a text and outputs them separated by commas." : "Виділяє теми, які висвітлює текст, зводить їх у перелік, що розділено комами.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X не підтримується, отже %s не працюватиме належним чиним на цій платформі. Використовуйте на ваш страх і ризик." + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X не підтримується, отже %s не працюватиме належним чиним на цій платформі. Використовуйте на ваш страх і ризик.", + "Application is not enabled" : "Застосунок не увімкнено", + "Authentication error" : "Помилка автентифікації", + "Token expired. Please reload page." : "Строк дії токена скінчився. Будь ласка, перезавантажте сторінку." }, "nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"); diff --git a/lib/l10n/uk.json b/lib/l10n/uk.json index 4d2c84a9839..f9058dc49b1 100644 --- a/lib/l10n/uk.json +++ b/lib/l10n/uk.json @@ -283,9 +283,6 @@ "Login canceled by app" : "Вхід скасовано застосунком", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Застосунок \"%1$s\" неможливо встановити, оскільки не виконано такі залежності: %2$s", "a safe home for all your data" : "безпечна домівка для ваших даних", - "Application is not enabled" : "Застосунок не увімкнено", - "Authentication error" : "Помилка автентифікації", - "Token expired. Please reload page." : "Строк дії токена скінчився. Будь ласка, перезавантажте сторінку.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Не встановлено драйвер бази даних (sqlite, mysql, or postgresql).", "Cannot write into \"config\" directory." : "Не вдається записати в каталог \"config\".", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Зазвичай це можна виправити шляхом надання вебсерверу доступу на запису до каталогу конфігурації. Докладно %s", @@ -474,6 +471,9 @@ "Generate headline" : "Створити заголовок", "Summarizes text by reducing its length without losing key information." : "Викокремлює головне у тексті шляхом зменшення довжини тексту без втрати ключової інформації.", "Extracts topics from a text and outputs them separated by commas." : "Виділяє теми, які висвітлює текст, зводить їх у перелік, що розділено комами.", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X не підтримується, отже %s не працюватиме належним чиним на цій платформі. Використовуйте на ваш страх і ризик." + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X не підтримується, отже %s не працюватиме належним чиним на цій платформі. Використовуйте на ваш страх і ризик.", + "Application is not enabled" : "Застосунок не увімкнено", + "Authentication error" : "Помилка автентифікації", + "Token expired. Please reload page." : "Строк дії токена скінчився. Будь ласка, перезавантажте сторінку." },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);" } \ No newline at end of file diff --git a/lib/l10n/uz.js b/lib/l10n/uz.js index 5bc05eaf2d2..d28620b7524 100644 --- a/lib/l10n/uz.js +++ b/lib/l10n/uz.js @@ -28,7 +28,6 @@ OC.L10N.register( "Friday" : "Juma", "Saturday" : "Shanba", "January" : "January", - "Authentication error" : "Authentication error", "ID \"%1$s\" already used by cloud federation provider \"%2$s\"" : "\"%2$s\" Jamg'armaning bulut provayderi tomonidan allaqachon \"%1$s\" identifikatori ishlatilgan", "Cloud Federation Provider with ID: \"%s\" does not exist." : "\"%s\" identifikatoriga ega Jamg'armaning bulut provayderi mavjud emas.", "Storage is temporarily not available" : "Storage is temporarily not available", @@ -37,6 +36,7 @@ OC.L10N.register( "Confirmation" : "Tasdiqlash", "Prompt" : "Tezkor", "Text" : "Matn", - "Translate" : "Tarjima" + "Translate" : "Tarjima", + "Authentication error" : "Authentication error" }, "nplurals=1; plural=0;"); diff --git a/lib/l10n/uz.json b/lib/l10n/uz.json index b2cfb6ef78b..f8d197d6b66 100644 --- a/lib/l10n/uz.json +++ b/lib/l10n/uz.json @@ -26,7 +26,6 @@ "Friday" : "Juma", "Saturday" : "Shanba", "January" : "January", - "Authentication error" : "Authentication error", "ID \"%1$s\" already used by cloud federation provider \"%2$s\"" : "\"%2$s\" Jamg'armaning bulut provayderi tomonidan allaqachon \"%1$s\" identifikatori ishlatilgan", "Cloud Federation Provider with ID: \"%s\" does not exist." : "\"%s\" identifikatoriga ega Jamg'armaning bulut provayderi mavjud emas.", "Storage is temporarily not available" : "Storage is temporarily not available", @@ -35,6 +34,7 @@ "Confirmation" : "Tasdiqlash", "Prompt" : "Tezkor", "Text" : "Matn", - "Translate" : "Tarjima" + "Translate" : "Tarjima", + "Authentication error" : "Authentication error" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/lib/l10n/vi.js b/lib/l10n/vi.js index 563d1b3418c..0c030be3c19 100644 --- a/lib/l10n/vi.js +++ b/lib/l10n/vi.js @@ -95,14 +95,14 @@ OC.L10N.register( "Nov." : "Tháng 11", "Dec." : "Tháng 12", "a safe home for all your data" : "Một ngôi nhà an toàn cho toàn bộ dữ liệu của bạn", - "Application is not enabled" : "Ứng dụng không được BẬT", - "Authentication error" : "Lỗi xác thực", - "Token expired. Please reload page." : "Mã Token đã hết hạn. Hãy tải lại trang.", "PHP module %s not installed." : "PHP mô đun %s chưa được cài đặt", "Storage is temporarily not available" : "Kho lưu trữ tạm thời không khả dụng", "Images" : "Hình ảnh", "Text" : "Văn bản", "Summary" : "Tóm tắt", - "Translate" : "Dịch" + "Translate" : "Dịch", + "Application is not enabled" : "Ứng dụng không được BẬT", + "Authentication error" : "Lỗi xác thực", + "Token expired. Please reload page." : "Mã Token đã hết hạn. Hãy tải lại trang." }, "nplurals=1; plural=0;"); diff --git a/lib/l10n/vi.json b/lib/l10n/vi.json index c6abcff21cf..36341f62f3d 100644 --- a/lib/l10n/vi.json +++ b/lib/l10n/vi.json @@ -93,14 +93,14 @@ "Nov." : "Tháng 11", "Dec." : "Tháng 12", "a safe home for all your data" : "Một ngôi nhà an toàn cho toàn bộ dữ liệu của bạn", - "Application is not enabled" : "Ứng dụng không được BẬT", - "Authentication error" : "Lỗi xác thực", - "Token expired. Please reload page." : "Mã Token đã hết hạn. Hãy tải lại trang.", "PHP module %s not installed." : "PHP mô đun %s chưa được cài đặt", "Storage is temporarily not available" : "Kho lưu trữ tạm thời không khả dụng", "Images" : "Hình ảnh", "Text" : "Văn bản", "Summary" : "Tóm tắt", - "Translate" : "Dịch" + "Translate" : "Dịch", + "Application is not enabled" : "Ứng dụng không được BẬT", + "Authentication error" : "Lỗi xác thực", + "Token expired. Please reload page." : "Mã Token đã hết hạn. Hãy tải lại trang." },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js index a269431ba28..d10eba08ea1 100644 --- a/lib/l10n/zh_CN.js +++ b/lib/l10n/zh_CN.js @@ -285,9 +285,6 @@ OC.L10N.register( "Login canceled by app" : "已通过应用取消登录", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "应用 \"%1$s\" 无法安装,因为不能满足以下依赖: %2$s", "a safe home for all your data" : "给您所有数据一个安全的家", - "Application is not enabled" : "应用程序未启用", - "Authentication error" : "认证出错", - "Token expired. Please reload page." : "Token 过期,请刷新页面。", "No database drivers (sqlite, mysql, or postgresql) installed." : "没有安装数据库驱动(SQLite、MySQL 或 PostgreSQL)。", "Cannot write into \"config\" directory." : "无法写入 \"config\" 目录。", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "通常可以为 Web 服务器授予对 config 目录的写入权限来修复这个问题。查看 %s", @@ -476,6 +473,9 @@ OC.L10N.register( "Generate headline" : "生成标题", "Summarizes text by reducing its length without losing key information." : "总结一段文本以减少长度而不丢失关键信息", "Extracts topics from a text and outputs them separated by commas." : "从文本中摘出主题,输出逗号分隔的结果", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "不支持 Mac OS X,%s 在此平台上无法正常工作。请自行承担使用风险!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "不支持 Mac OS X,%s 在此平台上无法正常工作。请自行承担使用风险!", + "Application is not enabled" : "应用程序未启用", + "Authentication error" : "认证出错", + "Token expired. Please reload page." : "Token 过期,请刷新页面。" }, "nplurals=1; plural=0;"); diff --git a/lib/l10n/zh_CN.json b/lib/l10n/zh_CN.json index 64532a47280..fbcdbb676a1 100644 --- a/lib/l10n/zh_CN.json +++ b/lib/l10n/zh_CN.json @@ -283,9 +283,6 @@ "Login canceled by app" : "已通过应用取消登录", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "应用 \"%1$s\" 无法安装,因为不能满足以下依赖: %2$s", "a safe home for all your data" : "给您所有数据一个安全的家", - "Application is not enabled" : "应用程序未启用", - "Authentication error" : "认证出错", - "Token expired. Please reload page." : "Token 过期,请刷新页面。", "No database drivers (sqlite, mysql, or postgresql) installed." : "没有安装数据库驱动(SQLite、MySQL 或 PostgreSQL)。", "Cannot write into \"config\" directory." : "无法写入 \"config\" 目录。", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "通常可以为 Web 服务器授予对 config 目录的写入权限来修复这个问题。查看 %s", @@ -474,6 +471,9 @@ "Generate headline" : "生成标题", "Summarizes text by reducing its length without losing key information." : "总结一段文本以减少长度而不丢失关键信息", "Extracts topics from a text and outputs them separated by commas." : "从文本中摘出主题,输出逗号分隔的结果", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "不支持 Mac OS X,%s 在此平台上无法正常工作。请自行承担使用风险!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "不支持 Mac OS X,%s 在此平台上无法正常工作。请自行承担使用风险!", + "Application is not enabled" : "应用程序未启用", + "Authentication error" : "认证出错", + "Token expired. Please reload page." : "Token 过期,请刷新页面。" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/lib/l10n/zh_HK.js b/lib/l10n/zh_HK.js index 0a2c11d8fc6..7e77d82cbb1 100644 --- a/lib/l10n/zh_HK.js +++ b/lib/l10n/zh_HK.js @@ -285,9 +285,6 @@ OC.L10N.register( "Login canceled by app" : "登入已被應用程式取消", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "應用程式 \"%1$s\" 無法被安裝,缺少下列所需元件: %2$s", "a safe home for all your data" : "您資料的安全屋", - "Application is not enabled" : "應用程式未啟用", - "Authentication error" : "認證錯誤", - "Token expired. Please reload page." : "Token 過期,請重新整理頁面。", "No database drivers (sqlite, mysql, or postgresql) installed." : "沒有安裝數據庫驅動程式(sqlite, mysql, 或 postgresql)", "Cannot write into \"config\" directory." : "無法寫入 \"config\" 目錄", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "允許網頁伺服器寫入 \"config\" 目錄通常可以解決這個問題,詳見 %s", @@ -476,6 +473,9 @@ OC.L10N.register( "Generate headline" : "産生標題", "Summarizes text by reducing its length without losing key information." : "通過減少文字長度來總結而不丟失關鍵資訊。", "Extracts topics from a text and outputs them separated by commas." : "從文字中提取主題並輸出,並用逗號分隔。", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "不支援 Mac OS X 而且 %s 在這個平台上面無法正常運作,請自行衡量風險後使用!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "不支援 Mac OS X 而且 %s 在這個平台上面無法正常運作,請自行衡量風險後使用!", + "Application is not enabled" : "應用程式未啟用", + "Authentication error" : "認證錯誤", + "Token expired. Please reload page." : "Token 過期,請重新整理頁面。" }, "nplurals=1; plural=0;"); diff --git a/lib/l10n/zh_HK.json b/lib/l10n/zh_HK.json index db5d646d9a2..1d02f8f5019 100644 --- a/lib/l10n/zh_HK.json +++ b/lib/l10n/zh_HK.json @@ -283,9 +283,6 @@ "Login canceled by app" : "登入已被應用程式取消", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "應用程式 \"%1$s\" 無法被安裝,缺少下列所需元件: %2$s", "a safe home for all your data" : "您資料的安全屋", - "Application is not enabled" : "應用程式未啟用", - "Authentication error" : "認證錯誤", - "Token expired. Please reload page." : "Token 過期,請重新整理頁面。", "No database drivers (sqlite, mysql, or postgresql) installed." : "沒有安裝數據庫驅動程式(sqlite, mysql, 或 postgresql)", "Cannot write into \"config\" directory." : "無法寫入 \"config\" 目錄", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "允許網頁伺服器寫入 \"config\" 目錄通常可以解決這個問題,詳見 %s", @@ -474,6 +471,9 @@ "Generate headline" : "産生標題", "Summarizes text by reducing its length without losing key information." : "通過減少文字長度來總結而不丟失關鍵資訊。", "Extracts topics from a text and outputs them separated by commas." : "從文字中提取主題並輸出,並用逗號分隔。", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "不支援 Mac OS X 而且 %s 在這個平台上面無法正常運作,請自行衡量風險後使用!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "不支援 Mac OS X 而且 %s 在這個平台上面無法正常運作,請自行衡量風險後使用!", + "Application is not enabled" : "應用程式未啟用", + "Authentication error" : "認證錯誤", + "Token expired. Please reload page." : "Token 過期,請重新整理頁面。" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/lib/l10n/zh_TW.js b/lib/l10n/zh_TW.js index 4f05949278c..29cb286fe5c 100644 --- a/lib/l10n/zh_TW.js +++ b/lib/l10n/zh_TW.js @@ -285,9 +285,6 @@ OC.L10N.register( "Login canceled by app" : "應用程式取消了登入", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "未滿足以下依賴關係,無法安裝應用程式「%1$s」:%2$s", "a safe home for all your data" : "您所有資料的安全屋", - "Application is not enabled" : "應用程式未啟用", - "Authentication error" : "認證錯誤", - "Token expired. Please reload page." : "代符過期。請重新載入頁面。", "No database drivers (sqlite, mysql, or postgresql) installed." : "未安裝資料庫驅動器(sqlite、mysql 或 postgresql)。", "Cannot write into \"config\" directory." : "無法寫入「config」目錄。", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "開通網頁伺服器寫入 config 目錄的存取權,通常可以解決這個問題。請見 %s", @@ -476,6 +473,9 @@ OC.L10N.register( "Generate headline" : "生成標題", "Summarizes text by reducing its length without losing key information." : "寫成摘要,減少文字長度而不丟失關鍵資訊。", "Extracts topics from a text and outputs them separated by commas." : "從文字中取出涵蓋的主題並輸出,然後用逗號分隔。", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "不支援 Mac OS X,%s 在此平台上無法正常運作。請自行承擔使用風險!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "不支援 Mac OS X,%s 在此平台上無法正常運作。請自行承擔使用風險!", + "Application is not enabled" : "應用程式未啟用", + "Authentication error" : "認證錯誤", + "Token expired. Please reload page." : "代符過期。請重新載入頁面。" }, "nplurals=1; plural=0;"); diff --git a/lib/l10n/zh_TW.json b/lib/l10n/zh_TW.json index 9a24f86ffed..b0057d3ebef 100644 --- a/lib/l10n/zh_TW.json +++ b/lib/l10n/zh_TW.json @@ -283,9 +283,6 @@ "Login canceled by app" : "應用程式取消了登入", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "未滿足以下依賴關係,無法安裝應用程式「%1$s」:%2$s", "a safe home for all your data" : "您所有資料的安全屋", - "Application is not enabled" : "應用程式未啟用", - "Authentication error" : "認證錯誤", - "Token expired. Please reload page." : "代符過期。請重新載入頁面。", "No database drivers (sqlite, mysql, or postgresql) installed." : "未安裝資料庫驅動器(sqlite、mysql 或 postgresql)。", "Cannot write into \"config\" directory." : "無法寫入「config」目錄。", "This can usually be fixed by giving the web server write access to the config directory. See %s" : "開通網頁伺服器寫入 config 目錄的存取權,通常可以解決這個問題。請見 %s", @@ -474,6 +471,9 @@ "Generate headline" : "生成標題", "Summarizes text by reducing its length without losing key information." : "寫成摘要,減少文字長度而不丟失關鍵資訊。", "Extracts topics from a text and outputs them separated by commas." : "從文字中取出涵蓋的主題並輸出,然後用逗號分隔。", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "不支援 Mac OS X,%s 在此平台上無法正常運作。請自行承擔使用風險!" + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "不支援 Mac OS X,%s 在此平台上無法正常運作。請自行承擔使用風險!", + "Application is not enabled" : "應用程式未啟用", + "Authentication error" : "認證錯誤", + "Token expired. Please reload page." : "代符過期。請重新載入頁面。" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file