diff options
Diffstat (limited to 'settings/l10n')
73 files changed, 334 insertions, 72 deletions
diff --git a/settings/l10n/af_ZA.php b/settings/l10n/af_ZA.php index f89e0062928..b6c50252667 100644 --- a/settings/l10n/af_ZA.php +++ b/settings/l10n/af_ZA.php @@ -1,5 +1,7 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Password" => "Wagwoord", "New password" => "Nuwe wagwoord", "Username" => "Gebruikersnaam" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/ar.php b/settings/l10n/ar.php index 74580ea2030..423c9cec666 100644 --- a/settings/l10n/ar.php +++ b/settings/l10n/ar.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "فشل تحميل القائمة من الآب ستور", "Authentication error" => "لم يتم التأكد من الشخصية بنجاح", "Unable to change display name" => "تعذر تغيير اسم الحساب", @@ -100,3 +101,4 @@ "set new password" => "اعداد كلمة مرور جديدة", "Default" => "افتراضي" ); +$PLURAL_FORMS = "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/settings/l10n/bg_BG.php b/settings/l10n/bg_BG.php index 72b8accef12..d7b892bcca7 100644 --- a/settings/l10n/bg_BG.php +++ b/settings/l10n/bg_BG.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Authentication error" => "Възникна проблем с идентификацията", "Group already exists" => "Групата вече съществува", "Unable to add group" => "Невъзможно добавяне на група", @@ -60,3 +61,4 @@ "Storage" => "Хранилище", "Default" => "По подразбиране" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/bn_BD.php b/settings/l10n/bn_BD.php index c5116af7463..c679fcef8a2 100644 --- a/settings/l10n/bn_BD.php +++ b/settings/l10n/bn_BD.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "অ্যাপস্টোর থেকে তালিকা লোড করতে সক্ষম নয়", "Authentication error" => "অনুমোদন ঘটিত সমস্যা", "Group already exists" => "গোষ্ঠীটি পূর্ব থেকেই বিদ্যমান", @@ -61,3 +62,4 @@ "Storage" => "সংরক্ষণাগার", "Default" => "পূর্বনির্ধারিত" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/bs.php b/settings/l10n/bs.php index 774f081673d..708e045adeb 100644 --- a/settings/l10n/bs.php +++ b/settings/l10n/bs.php @@ -1,3 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Saving..." => "Spašavam..." ); +$PLURAL_FORMS = "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/settings/l10n/ca.php b/settings/l10n/ca.php index fe29bdda13c..52dec3a892e 100644 --- a/settings/l10n/ca.php +++ b/settings/l10n/ca.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "No s'ha pogut carregar la llista des de l'App Store", "Authentication error" => "Error d'autenticació", "Your display name has been changed." => "El nom a mostrar ha canviat.", @@ -114,3 +115,4 @@ "set new password" => "estableix nova contrasenya", "Default" => "Per defecte" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/cs_CZ.php b/settings/l10n/cs_CZ.php index 350a77a09f0..68c2f42c529 100644 --- a/settings/l10n/cs_CZ.php +++ b/settings/l10n/cs_CZ.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "Nelze načíst seznam z App Store", "Authentication error" => "Chyba přihlášení", "Your display name has been changed." => "Vaše zobrazované jméno bylo změněno.", @@ -114,3 +115,4 @@ "set new password" => "nastavit nové heslo", "Default" => "Výchozí" ); +$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; diff --git a/settings/l10n/cy_GB.php b/settings/l10n/cy_GB.php index 2dcfd502c4e..b18ace86698 100644 --- a/settings/l10n/cy_GB.php +++ b/settings/l10n/cy_GB.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Authentication error" => "Gwall dilysu", "Invalid request" => "Cais annilys", "Error" => "Gwall", @@ -14,3 +15,4 @@ "Other" => "Arall", "Username" => "Enw defnyddiwr" ); +$PLURAL_FORMS = "nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"; diff --git a/settings/l10n/da.php b/settings/l10n/da.php index b614ece4a0a..a36c6bb61fd 100644 --- a/settings/l10n/da.php +++ b/settings/l10n/da.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "Kunne ikke indlæse listen fra App Store", "Authentication error" => "Adgangsfejl", "Your display name has been changed." => "Dit skærmnavn blev ændret.", @@ -114,3 +115,4 @@ "set new password" => "skift kodeord", "Default" => "Standard" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/de.php b/settings/l10n/de.php index dbe2f0c96db..a195858773d 100644 --- a/settings/l10n/de.php +++ b/settings/l10n/de.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "Die Liste der Anwendungen im Store konnte nicht geladen werden.", "Authentication error" => "Fehler bei der Anmeldung", "Your display name has been changed." => "Dein Anzeigename ist geändert worden.", @@ -114,3 +115,4 @@ "set new password" => "Neues Passwort setzen", "Default" => "Standard" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/de_CH.php b/settings/l10n/de_CH.php new file mode 100644 index 00000000000..d874eafd3bf --- /dev/null +++ b/settings/l10n/de_CH.php @@ -0,0 +1,118 @@ +<?php +$TRANSLATIONS = array( +"Unable to load list from App Store" => "Die Liste der Anwendungen im Store konnte nicht geladen werden.", +"Authentication error" => "Authentifizierungs-Fehler", +"Your display name has been changed." => "Dein Anzeigename ist geändert worden.", +"Unable to change display name" => "Das Ändern des Anzeigenamens ist nicht möglich", +"Group already exists" => "Die Gruppe existiert bereits", +"Unable to add group" => "Die Gruppe konnte nicht angelegt werden", +"Could not enable app. " => "Die Anwendung konnte nicht aktiviert werden.", +"Email saved" => "E-Mail-Adresse gespeichert", +"Invalid email" => "Ungültige E-Mail-Adresse", +"Unable to delete group" => "Die Gruppe konnte nicht gelöscht werden", +"Unable to delete user" => "Der Benutzer konnte nicht gelöscht werden", +"Language changed" => "Sprache geändert", +"Invalid request" => "Ungültige Anforderung", +"Admins can't remove themself from the admin group" => "Administratoren können sich nicht selbst aus der admin-Gruppe löschen", +"Unable to add user to group %s" => "Der Benutzer konnte nicht zur Gruppe %s hinzugefügt werden", +"Unable to remove user from group %s" => "Der Benutzer konnte nicht aus der Gruppe %s entfernt werden", +"Couldn't update app." => "Die App konnte nicht aktualisiert werden.", +"Update to {appversion}" => "Update zu {appversion}", +"Disable" => "Deaktivieren", +"Enable" => "Aktivieren", +"Please wait...." => "Bitte warten....", +"Error" => "Fehler", +"Updating...." => "Update...", +"Error while updating app" => "Es ist ein Fehler während des Updates aufgetreten", +"Updated" => "Aktualisiert", +"Saving..." => "Speichern...", +"deleted" => "gelöscht", +"undo" => "rückgängig machen", +"Unable to remove user" => "Der Benutzer konnte nicht entfernt werden.", +"Groups" => "Gruppen", +"Group Admin" => "Gruppenadministrator", +"Delete" => "Löschen", +"add group" => "Gruppe hinzufügen", +"A valid username must be provided" => "Es muss ein gültiger Benutzername angegeben werden", +"Error creating user" => "Beim Erstellen des Benutzers ist ein Fehler aufgetreten", +"A valid password must be provided" => "Es muss ein gültiges Passwort angegeben werden", +"__language_name__" => "Deutsch (Förmlich: Sie)", +"Security Warning" => "Sicherheitshinweis", +"Your data directory and your files are probably accessible from the internet. The .htaccess file is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Ihr Datenverzeichnis und Ihre Dateien sind möglicher Weise aus dem Internet erreichbar. Die .htaccess-Datei funktioniert nicht. Wir raten Ihnen dringend, dass Sie Ihren Webserver dahingehend konfigurieren, dass Ihr Datenverzeichnis nicht länger aus dem Internet erreichbar ist, oder Sie verschieben das Datenverzeichnis ausserhalb des Wurzelverzeichnisses des Webservers.", +"Setup Warning" => "Einrichtungswarnung", +"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Ihr Web-Server ist noch nicht für eine Datei-Synchronisation konfiguriert, weil die WebDAV-Schnittstelle vermutlich defekt ist.", +"Please double check the <a href=\"%s\">installation guides</a>." => "Bitte überprüfen Sie die <a href=\"%s\">Instalationsanleitungen</a>.", +"Module 'fileinfo' missing" => "Das Modul 'fileinfo' fehlt", +"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "Das PHP-Modul 'fileinfo' fehlt. Wir empfehlen Ihnen dieses Modul zu aktivieren, um die besten Resultate bei der Bestimmung der Dateitypen zu erzielen.", +"Locale not working" => "Die Lokalisierung funktioniert nicht", +"System locale can't be set to %s. This means that there might be problems with certain characters in file names. We strongly suggest to install the required packages on your system to support %s." => "Die System-Ländereinstellung kann nicht auf %s geändert werden. Dies bedeutet, dass es Probleme mit bestimmten Zeichen in Dateinamen geben könnte. Wir empfehlen, die für %s benötigten Pakete auf ihrem System zu installieren.", +"Internet connection not working" => "Keine Internetverbindung", +"This server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps don´t work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features." => "Dieser Server hat keine funktionierende Internetverbindung. Dies bedeutet das einige Funktionen wie z.B. das Einbinden von externen Speichern, Update-Benachrichtigungen oder die Installation von Drittanbieter-Apps nicht funktionieren. Der Fernzugriff auf Dateien und das Senden von Benachrichtigungsmails funktioniert eventuell ebenfalls nicht. Wir empfehlen die Internetverbindung für diesen Server zu aktivieren wenn Sie alle Funktionen nutzen wollen.", +"Cron" => "Cron", +"Execute one task with each page loaded" => "Eine Aufgabe bei jedem Laden der Seite ausführen", +"cron.php is registered at a webcron service to call cron.php once a minute over http." => "cron.php ist als Webcron-Dienst registriert, der die cron.php minütlich per HTTP aufruft.", +"Use systems cron service to call the cron.php file once a minute." => "Benutzen Sie den System-Crondienst um die cron.php minütlich aufzurufen.", +"Sharing" => "Teilen", +"Enable Share API" => "Share-API aktivieren", +"Allow apps to use the Share API" => "Anwendungen erlauben, die Share-API zu benutzen", +"Allow links" => "Links erlauben", +"Allow users to share items to the public with links" => "Benutzern erlauben, Inhalte per öffentlichem Link zu teilen", +"Allow public uploads" => "Erlaube öffentliches hochladen", +"Allow users to enable others to upload into their publicly shared folders" => "Erlaubt Benutzern die Freigabe anderer Benutzer in ihren öffentlich freigegebene Ordner hochladen zu dürfen", +"Allow resharing" => "Erlaube Weiterverteilen", +"Allow users to share items shared with them again" => "Erlaubt Benutzern, mit ihnen geteilte Inhalte erneut zu teilen", +"Allow users to share with anyone" => "Erlaubt Benutzern, mit jedem zu teilen", +"Allow users to only share with users in their groups" => "Erlaubt Benutzern, nur mit Nutzern in ihrer Gruppe zu teilen", +"Security" => "Sicherheit", +"Enforce HTTPS" => "HTTPS erzwingen", +"Forces the clients to connect to %s via an encrypted connection." => "Zwingt die Clients, sich über eine verschlüsselte Verbindung zu %s zu verbinden.", +"Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Bitte verbinden Sie sich zu Ihrem %s über HTTPS um die SSL-Erzwingung zu aktivieren oder zu deaktivieren.", +"Log" => "Log", +"Log level" => "Log-Level", +"More" => "Mehr", +"Less" => "Weniger", +"Version" => "Version", +"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Entwickelt von der <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud-Community</a>. Der <a href=\"https://github.com/owncloud\" target=\"_blank\">Quellcode</a> ist unter der <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a> lizenziert.", +"Add your App" => "Fügen Sie Ihre Anwendung hinzu", +"More Apps" => "Weitere Anwendungen", +"Select an App" => "Wählen Sie eine Anwendung aus", +"See application page at apps.owncloud.com" => "Weitere Anwendungen finden Sie auf apps.owncloud.com", +"<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-lizenziert von <span class=\"author\"></span>", +"Update" => "Update durchführen", +"User Documentation" => "Dokumentation für Benutzer", +"Administrator Documentation" => "Dokumentation für Administratoren", +"Online Documentation" => "Online-Dokumentation", +"Forum" => "Forum", +"Bugtracker" => "Bugtracker", +"Commercial Support" => "Kommerzieller Support", +"Get the apps to sync your files" => "Installieren Sie die Anwendungen, um Ihre Dateien zu synchronisieren", +"Show First Run Wizard again" => "Den Einrichtungsassistenten erneut anzeigen", +"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "Sie verwenden <strong>%s</strong> der verfügbaren <strong>%s</strong>", +"Password" => "Passwort", +"Your password was changed" => "Ihr Passwort wurde geändert.", +"Unable to change your password" => "Das Passwort konnte nicht geändert werden", +"Current password" => "Aktuelles Passwort", +"New password" => "Neues Passwort", +"Change password" => "Passwort ändern", +"Display Name" => "Anzeigename", +"Email" => "E-Mail", +"Your email address" => "Ihre E-Mail-Adresse", +"Fill in an email address to enable password recovery" => "Bitte tragen Sie eine E-Mail-Adresse ein, um die Passwort-Wiederherstellung zu aktivieren.", +"Language" => "Sprache", +"Help translate" => "Helfen Sie bei der Übersetzung", +"WebDAV" => "WebDAV", +"Use this address to <a href=\"%s/server/5.0/user_manual/files/files.html\" target=\"_blank\">access your Files via WebDAV</a>" => "Verwenden Sie diese Adresse, um <a href=\"%s/server/5.0/user_manual/files/files.html\" target=\"_blank\">auf ihre Dateien per WebDAV zuzugreifen</a>.", +"Login Name" => "Loginname", +"Create" => "Erstellen", +"Admin Recovery Password" => "Admin-Passwort-Wiederherstellung", +"Enter the recovery password in order to recover the users files during password change" => "Geben Sie das Wiederherstellungspasswort ein, um die Benutzerdateien während Passwortänderung wiederherzustellen", +"Default Storage" => "Standard-Speicher", +"Unlimited" => "Unbegrenzt", +"Other" => "Andere", +"Username" => "Benutzername", +"Storage" => "Speicher", +"change display name" => "Anzeigenamen ändern", +"set new password" => "Neues Passwort setzen", +"Default" => "Standard" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/de_DE.php b/settings/l10n/de_DE.php index 8558b8ba43b..3faa8858e8e 100644 --- a/settings/l10n/de_DE.php +++ b/settings/l10n/de_DE.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "Die Liste der Anwendungen im Store konnte nicht geladen werden.", "Authentication error" => "Authentifizierungs-Fehler", "Your display name has been changed." => "Dein Anzeigename ist geändert worden.", @@ -114,3 +115,4 @@ "set new password" => "Neues Passwort setzen", "Default" => "Standard" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/el.php b/settings/l10n/el.php index 3ea16f8c7d9..194e8a61d3d 100644 --- a/settings/l10n/el.php +++ b/settings/l10n/el.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "Σφάλμα στην φόρτωση της λίστας από το App Store", "Authentication error" => "Σφάλμα πιστοποίησης", "Your display name has been changed." => "Το όνομα σας στην οθόνη άλλαξε. ", @@ -104,3 +105,4 @@ "set new password" => "επιλογή νέου κωδικού", "Default" => "Προκαθορισμένο" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/en@pirate.php b/settings/l10n/en@pirate.php index 482632f3fda..e269c57c3d0 100644 --- a/settings/l10n/en@pirate.php +++ b/settings/l10n/en@pirate.php @@ -1,3 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Password" => "Passcode" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/eo.php b/settings/l10n/eo.php index 04f3567e58d..7cda89f4965 100644 --- a/settings/l10n/eo.php +++ b/settings/l10n/eo.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "Ne eblis ŝargi liston el aplikaĵovendejo", "Authentication error" => "Aŭtentiga eraro", "Group already exists" => "La grupo jam ekzistas", @@ -75,3 +76,4 @@ "Storage" => "Konservejo", "Default" => "Defaŭlta" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/es.php b/settings/l10n/es.php index 6975103a488..ad8b198e1ad 100644 --- a/settings/l10n/es.php +++ b/settings/l10n/es.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "Imposible cargar la lista desde el App Store", "Authentication error" => "Error de autenticación", "Your display name has been changed." => "Su nombre fue cambiado.", @@ -114,3 +115,4 @@ "set new password" => "Configurar nueva contraseña", "Default" => "Predeterminado" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/es_AR.php b/settings/l10n/es_AR.php index 2ea9138e2c8..fad7e52b91c 100644 --- a/settings/l10n/es_AR.php +++ b/settings/l10n/es_AR.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "Imposible cargar la lista desde el App Store", "Authentication error" => "Error al autenticar", "Your display name has been changed." => "El nombre mostrado que usás fue cambiado.", @@ -106,3 +107,4 @@ "set new password" => "Configurar nueva contraseña", "Default" => "Predeterminado" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/et_EE.php b/settings/l10n/et_EE.php index 58e1a5ecce8..0f0947fa5b8 100644 --- a/settings/l10n/et_EE.php +++ b/settings/l10n/et_EE.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "App Store'i nimekirja laadimine ebaõnnestus", "Authentication error" => "Autentimise viga", "Your display name has been changed." => "Sinu näidatav nimi on muudetud.", @@ -114,3 +115,4 @@ "set new password" => "määra uus parool", "Default" => "Vaikeväärtus" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/eu.php b/settings/l10n/eu.php index aaec604d756..4b6c13127b7 100644 --- a/settings/l10n/eu.php +++ b/settings/l10n/eu.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "Ezin izan da App Dendatik zerrenda kargatu", "Authentication error" => "Autentifikazio errorea", "Your display name has been changed." => "Zure bistaratze izena aldatu egin da.", @@ -111,3 +112,4 @@ "set new password" => "ezarri pasahitz berria", "Default" => "Lehenetsia" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/fa.php b/settings/l10n/fa.php index fbb6a63f074..5d478bc4939 100644 --- a/settings/l10n/fa.php +++ b/settings/l10n/fa.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "قادر به بارگذاری لیست از فروشگاه اپ نیستم", "Authentication error" => "خطا در اعتبار سنجی", "Your display name has been changed." => "نام نمایش شما تغییر یافته است.", @@ -104,3 +105,4 @@ "set new password" => "تنظیم کلمه عبور جدید", "Default" => "پیش فرض" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/settings/l10n/fi_FI.php b/settings/l10n/fi_FI.php index 4c5fc76fa83..61d0a51bf92 100644 --- a/settings/l10n/fi_FI.php +++ b/settings/l10n/fi_FI.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "Ei pystytä lataamaan listaa sovellusvarastosta (App Store)", "Authentication error" => "Tunnistautumisvirhe", "Your display name has been changed." => "Näyttönimesi on muutettu.", @@ -97,3 +98,4 @@ "set new password" => "aseta uusi salasana", "Default" => "Oletus" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/fr.php b/settings/l10n/fr.php index 2c7e9d1cdbf..1c64b01f566 100644 --- a/settings/l10n/fr.php +++ b/settings/l10n/fr.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "Impossible de charger la liste depuis l'App Store", "Authentication error" => "Erreur d'authentification", "Your display name has been changed." => "Votre nom d'affichage a bien été modifié.", @@ -104,3 +105,4 @@ "set new password" => "Changer le mot de passe", "Default" => "Défaut" ); +$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/settings/l10n/gl.php b/settings/l10n/gl.php index c0a42a38805..85e40f07638 100644 --- a/settings/l10n/gl.php +++ b/settings/l10n/gl.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "Non foi posíbel cargar a lista desde a App Store", "Authentication error" => "Produciuse un erro de autenticación", "Your display name has been changed." => "O seu nome visíbel foi cambiado", @@ -114,3 +115,4 @@ "set new password" => "estabelecer un novo contrasinal", "Default" => "Predeterminado" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/he.php b/settings/l10n/he.php index 83f7fd8a5fa..b82e5a9b3e4 100644 --- a/settings/l10n/he.php +++ b/settings/l10n/he.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "לא ניתן לטעון רשימה מה־App Store", "Authentication error" => "שגיאת הזדהות", "Your display name has been changed." => "שם התצוגה שלך הוחלף.", @@ -100,3 +101,4 @@ "set new password" => "הגדרת ססמה חדשה", "Default" => "בררת מחדל" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/hi.php b/settings/l10n/hi.php index eb3fcc251f4..094a9dba298 100644 --- a/settings/l10n/hi.php +++ b/settings/l10n/hi.php @@ -1,7 +1,9 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Error" => "त्रुटि", "Update" => "अद्यतन", "Password" => "पासवर्ड", "New password" => "नया पासवर्ड", "Username" => "प्रयोक्ता का नाम" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/hr.php b/settings/l10n/hr.php index 4bfbc2d3d50..4a225ed4b8a 100644 --- a/settings/l10n/hr.php +++ b/settings/l10n/hr.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "Nemogićnost učitavanja liste sa Apps Stora", "Authentication error" => "Greška kod autorizacije", "Email saved" => "Email spremljen", @@ -35,3 +36,4 @@ "Other" => "ostali", "Username" => "Korisničko ime" ); +$PLURAL_FORMS = "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/settings/l10n/hu_HU.php b/settings/l10n/hu_HU.php index 8e29c6c779a..cfc6eff5638 100644 --- a/settings/l10n/hu_HU.php +++ b/settings/l10n/hu_HU.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "Nem tölthető le a lista az App Store-ból", "Authentication error" => "Azonosítási hiba", "Your display name has been changed." => "Az Ön megjelenítési neve megváltozott.", @@ -114,3 +115,4 @@ "set new password" => "új jelszó beállítása", "Default" => "Alapértelmezett" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/hy.php b/settings/l10n/hy.php index 9a9e46085ef..d73cb37a765 100644 --- a/settings/l10n/hy.php +++ b/settings/l10n/hy.php @@ -1,4 +1,6 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Delete" => "Ջնջել", "Other" => "Այլ" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/ia.php b/settings/l10n/ia.php index d6d1c9eb86e..3f61ff8eefe 100644 --- a/settings/l10n/ia.php +++ b/settings/l10n/ia.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Language changed" => "Linguage cambiate", "Invalid request" => "Requesta invalide", "Error" => "Error", @@ -24,3 +25,4 @@ "Other" => "Altere", "Username" => "Nomine de usator" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/id.php b/settings/l10n/id.php index f832a85fbd4..6c3ad8b3e77 100644 --- a/settings/l10n/id.php +++ b/settings/l10n/id.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "Tidak dapat memuat daftar dari App Store", "Authentication error" => "Galat saat autentikasi", "Unable to change display name" => "Tidak dapat mengubah nama tampilan", @@ -100,3 +101,4 @@ "set new password" => "setel sandi baru", "Default" => "Baku" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/settings/l10n/is.php b/settings/l10n/is.php index 782c4e5f806..2e97650bdb8 100644 --- a/settings/l10n/is.php +++ b/settings/l10n/is.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "Ekki tókst að hlaða lista frá forrita síðu", "Authentication error" => "Villa við auðkenningu", "Group already exists" => "Hópur er þegar til", @@ -65,3 +66,4 @@ "Storage" => "gagnapláss", "Default" => "Sjálfgefið" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/it.php b/settings/l10n/it.php index 8c726fa0950..b6a508ba46b 100644 --- a/settings/l10n/it.php +++ b/settings/l10n/it.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "Impossibile caricare l'elenco dall'App Store", "Authentication error" => "Errore di autenticazione", "Your display name has been changed." => "Il tuo nome visualizzato è stato cambiato.", @@ -114,3 +115,4 @@ "set new password" => "imposta una nuova password", "Default" => "Predefinito" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/ja_JP.php b/settings/l10n/ja_JP.php index 7d327ebc243..2fbe05befa9 100644 --- a/settings/l10n/ja_JP.php +++ b/settings/l10n/ja_JP.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "アプリストアからリストをロードできません", "Authentication error" => "認証エラー", "Your display name has been changed." => "表示名を変更しました。", @@ -114,3 +115,4 @@ "set new password" => "新しいパスワードを設定", "Default" => "デフォルト" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/settings/l10n/ka.php b/settings/l10n/ka.php index 63425e555b0..e9024a3c1c9 100644 --- a/settings/l10n/ka.php +++ b/settings/l10n/ka.php @@ -1,3 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Password" => "პაროლი" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/settings/l10n/ka_GE.php b/settings/l10n/ka_GE.php index ee58004b0db..09a948a0574 100644 --- a/settings/l10n/ka_GE.php +++ b/settings/l10n/ka_GE.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "აპლიკაციების სია ვერ ჩამოიტვირთა App Store", "Authentication error" => "ავთენტიფიკაციის შეცდომა", "Your display name has been changed." => "თქვენი დისფლეის სახელი უკვე შეიცვალა", @@ -101,3 +102,4 @@ "set new password" => "დააყენეთ ახალი პაროლი", "Default" => "საწყისი პარამეტრები" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/settings/l10n/ko.php b/settings/l10n/ko.php index b88e1b735a0..4473a2c5126 100644 --- a/settings/l10n/ko.php +++ b/settings/l10n/ko.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "앱 스토어에서 목록을 가져올 수 없습니다", "Authentication error" => "인증 오류", "Your display name has been changed." => "표시 이름이 변경되었습니다.", @@ -103,3 +104,4 @@ "set new password" => "새 암호 설정", "Default" => "기본값" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/settings/l10n/ku_IQ.php b/settings/l10n/ku_IQ.php index 244aba63a2c..4be8f212d39 100644 --- a/settings/l10n/ku_IQ.php +++ b/settings/l10n/ku_IQ.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Enable" => "چالاککردن", "Error" => "ههڵه", "Saving..." => "پاشکهوتدهکات...", @@ -8,3 +9,4 @@ "Email" => "ئیمهیل", "Username" => "ناوی بهکارهێنهر" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/lb.php b/settings/l10n/lb.php index 7060d41537a..7902e37a4f9 100644 --- a/settings/l10n/lb.php +++ b/settings/l10n/lb.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "Konnt Lescht net vum App Store lueden", "Authentication error" => "Authentifikatioun's Fehler", "Email saved" => "E-mail gespäichert", @@ -42,3 +43,4 @@ "Other" => "Aner", "Username" => "Benotzernumm" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/lt_LT.php b/settings/l10n/lt_LT.php index 75b3fe25c91..4e419112a02 100644 --- a/settings/l10n/lt_LT.php +++ b/settings/l10n/lt_LT.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "Neįmanoma įkelti sąrašo iš Programų Katalogo", "Authentication error" => "Autentikacijos klaida", "Group already exists" => "Grupė jau egzistuoja", @@ -72,3 +73,4 @@ "set new password" => "nustatyti naują slaptažodį", "Default" => "Numatytasis" ); +$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"; diff --git a/settings/l10n/lv.php b/settings/l10n/lv.php index 84b4349d7b2..eba0f3c89ab 100644 --- a/settings/l10n/lv.php +++ b/settings/l10n/lv.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "Nevar lejupielādēt sarakstu no lietotņu veikala", "Authentication error" => "Autentifikācijas kļūda", "Unable to change display name" => "Nevarēja mainīt redzamo vārdu", @@ -100,3 +101,4 @@ "set new password" => "iestatīt jaunu paroli", "Default" => "Noklusējuma" ); +$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"; diff --git a/settings/l10n/mk.php b/settings/l10n/mk.php index 66405a82434..61f1b8b3bcd 100644 --- a/settings/l10n/mk.php +++ b/settings/l10n/mk.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "Неможам да вчитам листа од App Store", "Authentication error" => "Грешка во автентикација", "Group already exists" => "Групата веќе постои", @@ -57,3 +58,4 @@ "Other" => "Останато", "Username" => "Корисничко име" ); +$PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"; diff --git a/settings/l10n/ms_MY.php b/settings/l10n/ms_MY.php index d151cba29f9..a65afb8ada1 100644 --- a/settings/l10n/ms_MY.php +++ b/settings/l10n/ms_MY.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Authentication error" => "Ralat pengesahan", "Email saved" => "Emel disimpan", "Invalid email" => "Emel tidak sah", @@ -34,3 +35,4 @@ "Other" => "Lain", "Username" => "Nama pengguna" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/settings/l10n/my_MM.php b/settings/l10n/my_MM.php index 9459a2e53fe..f49a9c18023 100644 --- a/settings/l10n/my_MM.php +++ b/settings/l10n/my_MM.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Authentication error" => "ခွင့်ပြုချက်မအောင်မြင်", "Invalid request" => "တောင်းဆိုချက်မမှန်ကန်ပါ", "Security Warning" => "လုံခြုံရေးသတိပေးချက်", @@ -6,3 +7,4 @@ "New password" => "စကားဝှက်အသစ်", "Username" => "သုံးစွဲသူအမည်" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/settings/l10n/nb_NO.php b/settings/l10n/nb_NO.php index 4d37872d18a..9048d89bad1 100644 --- a/settings/l10n/nb_NO.php +++ b/settings/l10n/nb_NO.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "Lasting av liste fra App Store feilet.", "Authentication error" => "Autentiseringsfeil", "Your display name has been changed." => "Ditt visningsnavn er blitt endret.", @@ -102,3 +103,4 @@ "set new password" => "sett nytt passord", "Default" => "Standard" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/nl.php b/settings/l10n/nl.php index d80157904fe..d777a688c18 100644 --- a/settings/l10n/nl.php +++ b/settings/l10n/nl.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "Kan de lijst niet van de App store laden", "Authentication error" => "Authenticatie fout", "Your display name has been changed." => "Uw weergavenaam is gewijzigd.", @@ -105,3 +106,4 @@ "set new password" => "Instellen nieuw wachtwoord", "Default" => "Standaard" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/nn_NO.php b/settings/l10n/nn_NO.php index f95416331ba..5c7a0756d53 100644 --- a/settings/l10n/nn_NO.php +++ b/settings/l10n/nn_NO.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "Klarer ikkje å lasta inn liste fra app-butikken", "Authentication error" => "Autentiseringsfeil", "Your display name has been changed." => "Visingsnamnet ditt er endra.", @@ -101,3 +102,4 @@ "set new password" => "lag nytt passord", "Default" => "Standard" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/oc.php b/settings/l10n/oc.php index b0860ee451d..bcc8d2d0337 100644 --- a/settings/l10n/oc.php +++ b/settings/l10n/oc.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "Pas possible de cargar la tièra dempuèi App Store", "Authentication error" => "Error d'autentificacion", "Group already exists" => "Lo grop existís ja", @@ -48,3 +49,4 @@ "Other" => "Autres", "Username" => "Non d'usancièr" ); +$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/settings/l10n/pl.php b/settings/l10n/pl.php index 7b3d44975bc..21deabd5134 100644 --- a/settings/l10n/pl.php +++ b/settings/l10n/pl.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "Nie można wczytać listy aplikacji", "Authentication error" => "Błąd uwierzytelniania", "Your display name has been changed." => "Twoje wyświetlana nazwa została zmieniona.", @@ -104,3 +105,4 @@ "set new password" => "ustaw nowe hasło", "Default" => "Domyślny" ); +$PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"; diff --git a/settings/l10n/pl_PL.php b/settings/l10n/pl_PL.php index 7dcd2fdfae8..91ae517f236 100644 --- a/settings/l10n/pl_PL.php +++ b/settings/l10n/pl_PL.php @@ -1,4 +1,6 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Update" => "Uaktualnienie", "Email" => "Email" ); +$PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"; diff --git a/settings/l10n/pt_BR.php b/settings/l10n/pt_BR.php index 4c0d5fb5238..a46d6e22bde 100644 --- a/settings/l10n/pt_BR.php +++ b/settings/l10n/pt_BR.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "Não foi possível carregar lista da App Store", "Authentication error" => "Erro de autenticação", "Your display name has been changed." => "A exibição de seu nome foi alterada.", @@ -114,3 +115,4 @@ "set new password" => "definir nova senha", "Default" => "Padrão" ); +$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/settings/l10n/pt_PT.php b/settings/l10n/pt_PT.php index 776424f3b6c..84d70b6ae7e 100644 --- a/settings/l10n/pt_PT.php +++ b/settings/l10n/pt_PT.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "Incapaz de carregar a lista da App Store", "Authentication error" => "Erro na autenticação", "Your display name has been changed." => "O seu nome foi alterado", @@ -114,3 +115,4 @@ "set new password" => "definir nova palavra-passe", "Default" => "Padrão" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/ro.php b/settings/l10n/ro.php index f11cb2903f4..0b30001e8c1 100644 --- a/settings/l10n/ro.php +++ b/settings/l10n/ro.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "Imposibil de actualizat lista din App Store.", "Authentication error" => "Eroare la autentificare", "Your display name has been changed." => "Numele afişat a fost schimbat.", @@ -95,3 +96,4 @@ "Storage" => "Stocare", "Default" => "Implicită" ); +$PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"; diff --git a/settings/l10n/ru.php b/settings/l10n/ru.php index 8e7920f35c9..c58fafbf27a 100644 --- a/settings/l10n/ru.php +++ b/settings/l10n/ru.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "Не удалось загрузить список из App Store", "Authentication error" => "Ошибка аутентификации", "Your display name has been changed." => "Ваше отображаемое имя было изменено.", @@ -114,3 +115,4 @@ "set new password" => "установить новый пароль", "Default" => "По умолчанию" ); +$PLURAL_FORMS = "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/settings/l10n/ru_RU.php b/settings/l10n/ru_RU.php index d80f7b08734..87b0ec11812 100644 --- a/settings/l10n/ru_RU.php +++ b/settings/l10n/ru_RU.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Error" => "Ошибка", "Saving..." => "Сохранение", "deleted" => "удалено", @@ -7,3 +8,4 @@ "Email" => "Email", "Other" => "Другое" ); +$PLURAL_FORMS = "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/settings/l10n/si_LK.php b/settings/l10n/si_LK.php index 7c5a8114f0b..374990a2c0c 100644 --- a/settings/l10n/si_LK.php +++ b/settings/l10n/si_LK.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Authentication error" => "සත්යාපන දෝෂයක්", "Group already exists" => "කණ්ඩායම දැනටමත් තිබේ", "Unable to add group" => "කාණඩයක් එක් කළ නොහැකි විය", @@ -49,3 +50,4 @@ "Other" => "වෙනත්", "Username" => "පරිශීලක නම" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/sk_SK.php b/settings/l10n/sk_SK.php index 83cfb499de5..ad602ee860f 100644 --- a/settings/l10n/sk_SK.php +++ b/settings/l10n/sk_SK.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "Nie je možné nahrať zoznam z App Store", "Authentication error" => "Chyba autentifikácie", "Your display name has been changed." => "Vaše zobrazované meno bolo zmenené.", @@ -104,3 +105,4 @@ "set new password" => "nastaviť nové heslo", "Default" => "Predvolené" ); +$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; diff --git a/settings/l10n/sl.php b/settings/l10n/sl.php index 7cd143127cd..5ad921201b6 100644 --- a/settings/l10n/sl.php +++ b/settings/l10n/sl.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "Ni mogoče naložiti seznama iz programskega središča", "Authentication error" => "Napaka med overjanjem", "Your display name has been changed." => "Prikazano ime je bilo spremenjeno.", @@ -103,3 +104,4 @@ "set new password" => "nastavi novo geslo", "Default" => "Privzeto" ); +$PLURAL_FORMS = "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"; diff --git a/settings/l10n/sq.php b/settings/l10n/sq.php index 78c051d1011..1a8b588c0bd 100644 --- a/settings/l10n/sq.php +++ b/settings/l10n/sq.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Authentication error" => "Veprim i gabuar gjatë vërtetimit të identitetit", "Error" => "Veprim i gabuar", "undo" => "anulo", @@ -12,3 +13,4 @@ "Email" => "Email-i", "Username" => "Përdoruesi" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/sr.php b/settings/l10n/sr.php index 4c1443a8d7c..b2b6538c4c3 100644 --- a/settings/l10n/sr.php +++ b/settings/l10n/sr.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "Грешка приликом учитавања списка из Складишта Програма", "Authentication error" => "Грешка при провери идентитета", "Unable to change display name" => "Не могу да променим име за приказ", @@ -99,3 +100,4 @@ "set new password" => "постави нову лозинку", "Default" => "Подразумевано" ); +$PLURAL_FORMS = "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/settings/l10n/sr@latin.php b/settings/l10n/sr@latin.php index 8e375a7f23c..f23e665bb27 100644 --- a/settings/l10n/sr@latin.php +++ b/settings/l10n/sr@latin.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Authentication error" => "Greška pri autentifikaciji", "Language changed" => "Jezik je izmenjen", "Invalid request" => "Neispravan zahtev", @@ -16,3 +17,4 @@ "Other" => "Drugo", "Username" => "Korisničko ime" ); +$PLURAL_FORMS = "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/settings/l10n/sv.php b/settings/l10n/sv.php index 3ab574bd449..ad1660e25c9 100644 --- a/settings/l10n/sv.php +++ b/settings/l10n/sv.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "Kan inte ladda listan från App Store", "Authentication error" => "Fel vid autentisering", "Your display name has been changed." => "Ditt visningsnamn har ändrats.", @@ -114,3 +115,4 @@ "set new password" => "ange nytt lösenord", "Default" => "Förvald" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/ta_LK.php b/settings/l10n/ta_LK.php index 4dfad2aa2b4..0dc206c7993 100644 --- a/settings/l10n/ta_LK.php +++ b/settings/l10n/ta_LK.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "செயலி சேமிப்பிலிருந்து பட்டியலை ஏற்றமுடியாதுள்ளது", "Authentication error" => "அத்தாட்சிப்படுத்தலில் வழு", "Group already exists" => "குழு ஏற்கனவே உள்ளது", @@ -47,3 +48,4 @@ "Other" => "மற்றவை", "Username" => "பயனாளர் பெயர்" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/te.php b/settings/l10n/te.php index 3a85a015205..21caa79912a 100644 --- a/settings/l10n/te.php +++ b/settings/l10n/te.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Error" => "పొరపాటు", "Delete" => "తొలగించు", "More" => "మరిన్ని", @@ -9,3 +10,4 @@ "Language" => "భాష", "Username" => "వాడుకరి పేరు" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/th_TH.php b/settings/l10n/th_TH.php index 006b666ff63..505e9ff29cb 100644 --- a/settings/l10n/th_TH.php +++ b/settings/l10n/th_TH.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "ไม่สามารถโหลดรายการจาก App Store ได้", "Authentication error" => "เกิดข้อผิดพลาดในสิทธิ์การเข้าใช้งาน", "Group already exists" => "มีกลุ่มดังกล่าวอยู่ในระบบอยู่แล้ว", @@ -85,3 +86,4 @@ "set new password" => "ตั้งค่ารหัสผ่านใหม่", "Default" => "ค่าเริ่มต้น" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/settings/l10n/tr.php b/settings/l10n/tr.php index 7ce0af1a28d..27ae7ae25ba 100644 --- a/settings/l10n/tr.php +++ b/settings/l10n/tr.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "App Store'dan liste yüklenemiyor", "Authentication error" => "Kimlik doğrulama hatası", "Your display name has been changed." => "Görüntülenen isminiz değiştirildi.", @@ -104,3 +105,4 @@ "set new password" => "yeni parola belirle", "Default" => "Varsayılan" ); +$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/settings/l10n/ug.php b/settings/l10n/ug.php index abed87ef0d4..d182d9198de 100644 --- a/settings/l10n/ug.php +++ b/settings/l10n/ug.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "ئەپ بازىرىدىن تىزىمنى يۈكلىيەلمىدى", "Authentication error" => "سالاھىيەت دەلىللەش خاتالىقى", "Your display name has been changed." => "كۆرسىتىدىغان ئىسمىڭىز ئۆزگەردى.", @@ -70,3 +71,4 @@ "set new password" => "يېڭى ئىم تەڭشە", "Default" => "كۆڭۈلدىكى" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/settings/l10n/uk.php b/settings/l10n/uk.php index cb4aa109651..c6a9ab28624 100644 --- a/settings/l10n/uk.php +++ b/settings/l10n/uk.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "Не вдалося завантажити список з App Store", "Authentication error" => "Помилка автентифікації", "Unable to change display name" => "Не вдалося змінити зображене ім'я", @@ -100,3 +101,4 @@ "set new password" => "встановити новий пароль", "Default" => "За замовчуванням" ); +$PLURAL_FORMS = "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/settings/l10n/ur_PK.php b/settings/l10n/ur_PK.php index ce1d425c970..ff3eb3d11ca 100644 --- a/settings/l10n/ur_PK.php +++ b/settings/l10n/ur_PK.php @@ -1,6 +1,8 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Error" => "ایرر", "Password" => "پاسورڈ", "New password" => "نیا پاسورڈ", "Username" => "یوزر نیم" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/vi.php b/settings/l10n/vi.php index 1c929746a3f..4607229b4d9 100644 --- a/settings/l10n/vi.php +++ b/settings/l10n/vi.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "Không thể tải danh sách ứng dụng từ App Store", "Authentication error" => "Lỗi xác thực", "Unable to change display name" => "Không thể thay đổi tên hiển thị", @@ -86,3 +87,4 @@ "set new password" => "đặt mật khẩu mới", "Default" => "Mặc định" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/settings/l10n/zh_CN.GB2312.php b/settings/l10n/zh_CN.GB2312.php index 1853bae9207..46c02476235 100644 --- a/settings/l10n/zh_CN.GB2312.php +++ b/settings/l10n/zh_CN.GB2312.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "不能从App Store 中加载列表", "Authentication error" => "验证错误", "Your display name has been changed." => "您的显示名称已修改", @@ -114,3 +115,4 @@ "set new password" => "设置新的密码", "Default" => "默认" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/settings/l10n/zh_CN.php b/settings/l10n/zh_CN.php index 47fcc54f430..5a42bf06754 100644 --- a/settings/l10n/zh_CN.php +++ b/settings/l10n/zh_CN.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "无法从应用商店载入列表", "Authentication error" => "认证出错", "Your display name has been changed." => "您的显示名字已经改变", @@ -103,3 +104,4 @@ "set new password" => "设置新密码", "Default" => "默认" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/settings/l10n/zh_HK.php b/settings/l10n/zh_HK.php index 8da97462751..f9bdb44956d 100644 --- a/settings/l10n/zh_HK.php +++ b/settings/l10n/zh_HK.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Error" => "錯誤", "Groups" => "群組", "Delete" => "刪除", @@ -7,3 +8,4 @@ "Email" => "電郵", "Username" => "用戶名稱" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/settings/l10n/zh_TW.php b/settings/l10n/zh_TW.php index b4590859dae..0a0fcf84e2d 100644 --- a/settings/l10n/zh_TW.php +++ b/settings/l10n/zh_TW.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "無法從 App Store 讀取清單", "Authentication error" => "認證錯誤", "Your display name has been changed." => "已更改顯示名稱", @@ -114,3 +115,4 @@ "set new password" => "設定新密碼", "Default" => "預設" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; |