Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2014-04-15 23:05:00 +0400
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2014-04-15 23:05:00 +0400
commitab4489ab552fa426afcae425e7d071009f8cffcf (patch)
tree9c1c2dbc353b77ba72b64df7a5b79f6377f73bf7 /user_migrate
parent981555d739394fccd711753d83baee2d4d575ec7 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'user_migrate')
-rw-r--r--user_migrate/l10n/ar.php4
-rw-r--r--user_migrate/l10n/ast.php4
-rw-r--r--user_migrate/l10n/bg_BG.php4
-rw-r--r--user_migrate/l10n/bn_BD.php4
-rw-r--r--user_migrate/l10n/ca.php4
-rw-r--r--user_migrate/l10n/cs_CZ.php4
-rw-r--r--user_migrate/l10n/cy_GB.php4
-rw-r--r--user_migrate/l10n/da.php4
-rw-r--r--user_migrate/l10n/de.php4
-rw-r--r--user_migrate/l10n/de_CH.php4
-rw-r--r--user_migrate/l10n/de_DE.php4
-rw-r--r--user_migrate/l10n/el.php4
-rw-r--r--user_migrate/l10n/en_GB.php4
-rw-r--r--user_migrate/l10n/eo.php4
-rw-r--r--user_migrate/l10n/es.php4
-rw-r--r--user_migrate/l10n/es_AR.php4
-rw-r--r--user_migrate/l10n/es_CL.php4
-rw-r--r--user_migrate/l10n/es_MX.php4
-rw-r--r--user_migrate/l10n/et_EE.php4
-rw-r--r--user_migrate/l10n/eu.php4
-rw-r--r--user_migrate/l10n/eu_ES.php4
-rw-r--r--user_migrate/l10n/fa.php4
-rw-r--r--user_migrate/l10n/fi_FI.php4
-rw-r--r--user_migrate/l10n/fr.php4
-rw-r--r--user_migrate/l10n/gl.php4
-rw-r--r--user_migrate/l10n/he.php4
-rw-r--r--user_migrate/l10n/hr.php4
-rw-r--r--user_migrate/l10n/hu_HU.php4
-rw-r--r--user_migrate/l10n/ia.php4
-rw-r--r--user_migrate/l10n/id.php4
-rw-r--r--user_migrate/l10n/is.php4
-rw-r--r--user_migrate/l10n/it.php4
-rw-r--r--user_migrate/l10n/ja.php4
-rw-r--r--user_migrate/l10n/ka_GE.php4
-rw-r--r--user_migrate/l10n/km.php4
-rw-r--r--user_migrate/l10n/ko.php4
-rw-r--r--user_migrate/l10n/ku_IQ.php4
-rw-r--r--user_migrate/l10n/lb.php4
-rw-r--r--user_migrate/l10n/lt_LT.php4
-rw-r--r--user_migrate/l10n/lv.php4
-rw-r--r--user_migrate/l10n/mk.php4
-rw-r--r--user_migrate/l10n/ms_MY.php4
-rw-r--r--user_migrate/l10n/nb_NO.php4
-rw-r--r--user_migrate/l10n/nl.php4
-rw-r--r--user_migrate/l10n/nn_NO.php4
-rw-r--r--user_migrate/l10n/oc.php4
-rw-r--r--user_migrate/l10n/pl.php4
-rw-r--r--user_migrate/l10n/pt_BR.php4
-rw-r--r--user_migrate/l10n/pt_PT.php4
-rw-r--r--user_migrate/l10n/ro.php4
-rw-r--r--user_migrate/l10n/ru.php4
-rw-r--r--user_migrate/l10n/si_LK.php4
-rw-r--r--user_migrate/l10n/sk_SK.php4
-rw-r--r--user_migrate/l10n/sl.php4
-rw-r--r--user_migrate/l10n/sq.php4
-rw-r--r--user_migrate/l10n/sr.php4
-rw-r--r--user_migrate/l10n/sv.php4
-rw-r--r--user_migrate/l10n/ta_LK.php4
-rw-r--r--user_migrate/l10n/te.php4
-rw-r--r--user_migrate/l10n/th_TH.php4
-rw-r--r--user_migrate/l10n/tr.php4
-rw-r--r--user_migrate/l10n/ug.php4
-rw-r--r--user_migrate/l10n/uk.php4
-rw-r--r--user_migrate/l10n/vi.php4
-rw-r--r--user_migrate/l10n/zh_CN.php4
-rw-r--r--user_migrate/l10n/zh_TW.php4
66 files changed, 198 insertions, 66 deletions
diff --git a/user_migrate/l10n/ar.php b/user_migrate/l10n/ar.php
index a847171af..9b60523d7 100644
--- a/user_migrate/l10n/ar.php
+++ b/user_migrate/l10n/ar.php
@@ -1,5 +1,7 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "تصدير",
"Something went wrong while the export file was being generated" => "حدث خطأ أثناء إنشاء ملف التصدير",
"An error has occurred" => "حدث خطأ ما"
);
+$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/user_migrate/l10n/ast.php b/user_migrate/l10n/ast.php
index 098a2d5c2..13e546090 100644
--- a/user_migrate/l10n/ast.php
+++ b/user_migrate/l10n/ast.php
@@ -1,3 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "Esportar"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/user_migrate/l10n/bg_BG.php b/user_migrate/l10n/bg_BG.php
index ef5448bda..01f0219ca 100644
--- a/user_migrate/l10n/bg_BG.php
+++ b/user_migrate/l10n/bg_BG.php
@@ -1,5 +1,7 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "Експорт",
"Something went wrong while the export file was being generated" => "Възникна проблем при генерирането на експортен файл",
"An error has occurred" => "Възникна грешка"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/user_migrate/l10n/bn_BD.php b/user_migrate/l10n/bn_BD.php
index d9a47e690..ba68399ad 100644
--- a/user_migrate/l10n/bn_BD.php
+++ b/user_migrate/l10n/bn_BD.php
@@ -1,5 +1,7 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "রপ্তানি",
"Something went wrong while the export file was being generated" => "রপ্তানী ফাইল তৈলী করার সময় কিছু একটা গোলমাল হয়েছে",
"An error has occurred" => "একটা সমস্যা দেখা দিয়েছে"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/user_migrate/l10n/ca.php b/user_migrate/l10n/ca.php
index 9fa7acda6..b7a077740 100644
--- a/user_migrate/l10n/ca.php
+++ b/user_migrate/l10n/ca.php
@@ -1,6 +1,8 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "Exporta",
"Something went wrong while the export file was being generated" => "Alguna cosa ha anat malament en generar el fitxer d'exportació",
"An error has occurred" => "S'ha produït un error",
"Account Export/Import" => "Importa/Exporta compte"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/user_migrate/l10n/cs_CZ.php b/user_migrate/l10n/cs_CZ.php
index c84f350e2..e662de6fb 100644
--- a/user_migrate/l10n/cs_CZ.php
+++ b/user_migrate/l10n/cs_CZ.php
@@ -1,6 +1,8 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "Exportovat",
"Something went wrong while the export file was being generated" => "Během vytváření souboru pro export nastala chyba ",
"An error has occurred" => "Vyskytla se chyba",
"Account Export/Import" => "Export/import účtu"
);
+$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";
diff --git a/user_migrate/l10n/cy_GB.php b/user_migrate/l10n/cy_GB.php
index b90e0833b..5489db4ff 100644
--- a/user_migrate/l10n/cy_GB.php
+++ b/user_migrate/l10n/cy_GB.php
@@ -1,3 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "Allforio"
);
+$PLURAL_FORMS = "nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;";
diff --git a/user_migrate/l10n/da.php b/user_migrate/l10n/da.php
index 4f3658b03..9da5a6311 100644
--- a/user_migrate/l10n/da.php
+++ b/user_migrate/l10n/da.php
@@ -1,6 +1,8 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "Eksport",
"Something went wrong while the export file was being generated" => "Der opstod en fejl, da eksportfilen blev genereret",
"An error has occurred" => "Der er opstået en fejl",
"Account Export/Import" => "Konto Eksport/Import "
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/user_migrate/l10n/de.php b/user_migrate/l10n/de.php
index 715f7ff55..5375f6d84 100644
--- a/user_migrate/l10n/de.php
+++ b/user_migrate/l10n/de.php
@@ -1,6 +1,8 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "Export",
"Something went wrong while the export file was being generated" => "Beim Export der Datei ist etwas schiefgegangen.",
"An error has occurred" => "Es ist ein Fehler aufgetreten.",
"Account Export/Import" => "Konto Export/Import"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/user_migrate/l10n/de_CH.php b/user_migrate/l10n/de_CH.php
index 715f7ff55..5375f6d84 100644
--- a/user_migrate/l10n/de_CH.php
+++ b/user_migrate/l10n/de_CH.php
@@ -1,6 +1,8 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "Export",
"Something went wrong while the export file was being generated" => "Beim Export der Datei ist etwas schiefgegangen.",
"An error has occurred" => "Es ist ein Fehler aufgetreten.",
"Account Export/Import" => "Konto Export/Import"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/user_migrate/l10n/de_DE.php b/user_migrate/l10n/de_DE.php
index 715f7ff55..5375f6d84 100644
--- a/user_migrate/l10n/de_DE.php
+++ b/user_migrate/l10n/de_DE.php
@@ -1,6 +1,8 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "Export",
"Something went wrong while the export file was being generated" => "Beim Export der Datei ist etwas schiefgegangen.",
"An error has occurred" => "Es ist ein Fehler aufgetreten.",
"Account Export/Import" => "Konto Export/Import"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/user_migrate/l10n/el.php b/user_migrate/l10n/el.php
index 8c52e7dbc..c057d1495 100644
--- a/user_migrate/l10n/el.php
+++ b/user_migrate/l10n/el.php
@@ -1,6 +1,8 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "Εξαγωγή",
"Something went wrong while the export file was being generated" => "Κάτι πήγε στραβά κατά τη δημιουργία του εξαγόμενου αρχείου",
"An error has occurred" => "Παρουσιάστηκε σφάλμα",
"Account Export/Import" => "Εξαγωγή/Εισαγωγή Λογαριασμού"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/user_migrate/l10n/en_GB.php b/user_migrate/l10n/en_GB.php
index dcd20464e..9216252f2 100644
--- a/user_migrate/l10n/en_GB.php
+++ b/user_migrate/l10n/en_GB.php
@@ -1,6 +1,8 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "Export",
"Something went wrong while the export file was being generated" => "Something went wrong whilst the export file was being generated",
"An error has occurred" => "An error has occurred",
"Account Export/Import" => "Account Export/Import"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/user_migrate/l10n/eo.php b/user_migrate/l10n/eo.php
index 81897ca3a..42df54b8d 100644
--- a/user_migrate/l10n/eo.php
+++ b/user_migrate/l10n/eo.php
@@ -1,6 +1,8 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "Malenporti",
"Something went wrong while the export file was being generated" => "Io malsukcesis dum la enportota dosiero generiĝis",
"An error has occurred" => "Eraro okazis",
"Account Export/Import" => "Malenporti/Enporti konton"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/user_migrate/l10n/es.php b/user_migrate/l10n/es.php
index 262b49d98..0d3253484 100644
--- a/user_migrate/l10n/es.php
+++ b/user_migrate/l10n/es.php
@@ -1,6 +1,8 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "Exportar",
"Something went wrong while the export file was being generated" => "Algo salió mal mientras se estaba generando el archivo de exportación",
"An error has occurred" => "Ha ocurrido un error",
"Account Export/Import" => "Exportar/Importar cuenta"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/user_migrate/l10n/es_AR.php b/user_migrate/l10n/es_AR.php
index 6494df844..687eff7c5 100644
--- a/user_migrate/l10n/es_AR.php
+++ b/user_migrate/l10n/es_AR.php
@@ -1,6 +1,8 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "Exportar",
"Something went wrong while the export file was being generated" => "Hubo un error mientras se estaba generando el archivo de exportación",
"An error has occurred" => "Ocurrió un error",
"Account Export/Import" => "Exportar/Importar Cuenta"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/user_migrate/l10n/es_CL.php b/user_migrate/l10n/es_CL.php
index 041c37116..51f429591 100644
--- a/user_migrate/l10n/es_CL.php
+++ b/user_migrate/l10n/es_CL.php
@@ -1,6 +1,8 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "Exportar",
"Something went wrong while the export file was being generated" => "Algo salió mal mientras se generaba el archivo de exportación",
"An error has occurred" => "Ocurrió un error",
"Account Export/Import" => "Exportar/Importar Cuenta"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/user_migrate/l10n/es_MX.php b/user_migrate/l10n/es_MX.php
index 262b49d98..0d3253484 100644
--- a/user_migrate/l10n/es_MX.php
+++ b/user_migrate/l10n/es_MX.php
@@ -1,6 +1,8 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "Exportar",
"Something went wrong while the export file was being generated" => "Algo salió mal mientras se estaba generando el archivo de exportación",
"An error has occurred" => "Ha ocurrido un error",
"Account Export/Import" => "Exportar/Importar cuenta"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/user_migrate/l10n/et_EE.php b/user_migrate/l10n/et_EE.php
index 86c82d6c9..eee7471ca 100644
--- a/user_migrate/l10n/et_EE.php
+++ b/user_migrate/l10n/et_EE.php
@@ -1,6 +1,8 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "Ekspordi",
"Something went wrong while the export file was being generated" => "Eksporditava faili loomisel läks midagi valesti",
"An error has occurred" => "Tekkis tõrge",
"Account Export/Import" => "Konto eksport/import"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/user_migrate/l10n/eu.php b/user_migrate/l10n/eu.php
index 715c42607..fcd176b59 100644
--- a/user_migrate/l10n/eu.php
+++ b/user_migrate/l10n/eu.php
@@ -1,6 +1,8 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "Exportatu",
"Something went wrong while the export file was being generated" => "Zerbait gaizki joan da exportazio fitxategia sortzen ari zenean",
"An error has occurred" => "Errore bat gertatu da",
"Account Export/Import" => "Kontua Esportatu/Inportatu"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/user_migrate/l10n/eu_ES.php b/user_migrate/l10n/eu_ES.php
index be0da1a85..9c6e3c254 100644
--- a/user_migrate/l10n/eu_ES.php
+++ b/user_migrate/l10n/eu_ES.php
@@ -1,3 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "Esportazio"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/user_migrate/l10n/fa.php b/user_migrate/l10n/fa.php
index 85d3b8753..892c3db18 100644
--- a/user_migrate/l10n/fa.php
+++ b/user_migrate/l10n/fa.php
@@ -1,5 +1,7 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "گرفتن خروجی",
"Something went wrong while the export file was being generated" => "در هنگامی که فایل خروجی در حال تولید بود مشکلی ایجاد شد.",
"An error has occurred" => "یک خطا رخ داده است"
);
+$PLURAL_FORMS = "nplurals=1; plural=0;";
diff --git a/user_migrate/l10n/fi_FI.php b/user_migrate/l10n/fi_FI.php
index e143fd0a1..599938360 100644
--- a/user_migrate/l10n/fi_FI.php
+++ b/user_migrate/l10n/fi_FI.php
@@ -1,6 +1,8 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "Vie",
"Something went wrong while the export file was being generated" => "Jokin meni pieleen vientiä suorittaessa",
"An error has occurred" => "Tapahtui virhe",
"Account Export/Import" => "Tilin vienti/tuonti"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/user_migrate/l10n/fr.php b/user_migrate/l10n/fr.php
index 274580edf..d2596970d 100644
--- a/user_migrate/l10n/fr.php
+++ b/user_migrate/l10n/fr.php
@@ -1,6 +1,8 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "Exporter",
"Something went wrong while the export file was being generated" => "Une erreur s'est produite pendant la génération du fichier d'export",
"An error has occurred" => "Une erreur s'est produite",
"Account Export/Import" => "Importer/exporter un compte"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";
diff --git a/user_migrate/l10n/gl.php b/user_migrate/l10n/gl.php
index 48a074f38..e48fbfd96 100644
--- a/user_migrate/l10n/gl.php
+++ b/user_migrate/l10n/gl.php
@@ -1,6 +1,8 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "Exportar",
"Something went wrong while the export file was being generated" => "Algo foi mal ao xerar o ficheiro de exportación",
"An error has occurred" => "Produciuse un erro",
"Account Export/Import" => "Exportar/importar unha conta"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/user_migrate/l10n/he.php b/user_migrate/l10n/he.php
index de4138729..9350dac17 100644
--- a/user_migrate/l10n/he.php
+++ b/user_migrate/l10n/he.php
@@ -1,5 +1,7 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "ייצוא",
"Something went wrong while the export file was being generated" => "משהו השתבש בעת יצירת הקובץ",
"An error has occurred" => "התרחשה שגיאה"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/user_migrate/l10n/hr.php b/user_migrate/l10n/hr.php
index 3ba9fd49d..a5052d99a 100644
--- a/user_migrate/l10n/hr.php
+++ b/user_migrate/l10n/hr.php
@@ -1,3 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "Izvoz"
);
+$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/user_migrate/l10n/hu_HU.php b/user_migrate/l10n/hu_HU.php
index 5b32bdcef..edde07151 100644
--- a/user_migrate/l10n/hu_HU.php
+++ b/user_migrate/l10n/hu_HU.php
@@ -1,6 +1,8 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "Exportálás",
"Something went wrong while the export file was being generated" => "Valami hiba történt az exportálandó fájl létrehozása közben.",
"An error has occurred" => "Hiba történt",
"Account Export/Import" => "Felhasználók exportálása/importálása"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/user_migrate/l10n/ia.php b/user_migrate/l10n/ia.php
index bba5835e2..5cc8a64ab 100644
--- a/user_migrate/l10n/ia.php
+++ b/user_migrate/l10n/ia.php
@@ -1,3 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "Exportar"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/user_migrate/l10n/id.php b/user_migrate/l10n/id.php
index 80c16572b..6d6c63b8d 100644
--- a/user_migrate/l10n/id.php
+++ b/user_migrate/l10n/id.php
@@ -1,6 +1,8 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "Ekspor",
"Something went wrong while the export file was being generated" => "Ada yang salah saat berkas ekspor sedang dibuat",
"An error has occurred" => "Terjadi kesalahan",
"Account Export/Import" => "Akun Ekspor/Impor"
);
+$PLURAL_FORMS = "nplurals=1; plural=0;";
diff --git a/user_migrate/l10n/is.php b/user_migrate/l10n/is.php
index c5b0b4eaa..c59b84c61 100644
--- a/user_migrate/l10n/is.php
+++ b/user_migrate/l10n/is.php
@@ -1,5 +1,7 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "Flytja út",
"Something went wrong while the export file was being generated" => "Eitthvað fór úrskeðis við gerð skráar til útflutning",
"An error has occurred" => "Villa kom upp"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/user_migrate/l10n/it.php b/user_migrate/l10n/it.php
index 1bfb86148..cae0bd69b 100644
--- a/user_migrate/l10n/it.php
+++ b/user_migrate/l10n/it.php
@@ -1,6 +1,8 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "Esporta",
"Something went wrong while the export file was being generated" => "Si è verificato un errore durante la creazione del file di esportazione",
"An error has occurred" => "Si è verificato un errore",
"Account Export/Import" => "Esporta/Importa account"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/user_migrate/l10n/ja.php b/user_migrate/l10n/ja.php
index 2b86bc7c8..919b233e0 100644
--- a/user_migrate/l10n/ja.php
+++ b/user_migrate/l10n/ja.php
@@ -1,6 +1,8 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "エクスポート",
"Something went wrong while the export file was being generated" => "エクスポートファイルの生成時に何らかの不具合が発生しました。",
"An error has occurred" => "エラーが発生しました",
"Account Export/Import" => "アカウント情報のエクスポート/インポート"
);
+$PLURAL_FORMS = "nplurals=1; plural=0;";
diff --git a/user_migrate/l10n/ka_GE.php b/user_migrate/l10n/ka_GE.php
index 905138a03..21ed7d1a8 100644
--- a/user_migrate/l10n/ka_GE.php
+++ b/user_migrate/l10n/ka_GE.php
@@ -1,5 +1,7 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "ექსპორტი",
"Something went wrong while the export file was being generated" => "მოხდა შეცდომა ექსპორტ ფაილის გენერაციის დროს",
"An error has occurred" => "დაფიქსირდა შეცდომა"
);
+$PLURAL_FORMS = "nplurals=1; plural=0;";
diff --git a/user_migrate/l10n/km.php b/user_migrate/l10n/km.php
index 4342288c7..728886eda 100644
--- a/user_migrate/l10n/km.php
+++ b/user_migrate/l10n/km.php
@@ -1,6 +1,8 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "នាំចេញ",
"Something went wrong while the export file was being generated" => "មាន​បញ្ហា​បាន​កើត​ឡើង ខណៈ​ពេល​កំពុង​បង្កើត​ឯកសារ​នាំ​ចេញ",
"An error has occurred" => "កំហុស​មួយ​បាន​កើត​ឡើង",
"Account Export/Import" => "ការ​នាំ​ចេញ/នាំ​ចូល​គណនី"
);
+$PLURAL_FORMS = "nplurals=1; plural=0;";
diff --git a/user_migrate/l10n/ko.php b/user_migrate/l10n/ko.php
index 3c15bc6bf..09733d042 100644
--- a/user_migrate/l10n/ko.php
+++ b/user_migrate/l10n/ko.php
@@ -1,6 +1,8 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "내보내기",
"Something went wrong while the export file was being generated" => "내보낼 파일을 생성하는 동안 문제가 발생하였습니다",
"An error has occurred" => "오류가 발생하였습니다",
"Account Export/Import" => "계정 내보내기 및 가져오기"
);
+$PLURAL_FORMS = "nplurals=1; plural=0;";
diff --git a/user_migrate/l10n/ku_IQ.php b/user_migrate/l10n/ku_IQ.php
index 4635c47eb..93a1f1de4 100644
--- a/user_migrate/l10n/ku_IQ.php
+++ b/user_migrate/l10n/ku_IQ.php
@@ -1,4 +1,6 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "هه‌ناردن",
"An error has occurred" => "هه‌ڵه‌ك ڕوویدا"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/user_migrate/l10n/lb.php b/user_migrate/l10n/lb.php
index 383337d1c..b9258cf73 100644
--- a/user_migrate/l10n/lb.php
+++ b/user_migrate/l10n/lb.php
@@ -1,5 +1,7 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "Export",
"Something went wrong while the export file was being generated" => "Beim Generéiere vum Export-Fichier ass eppes schif gaangen.",
"An error has occurred" => "Et ass e Fehler opgetrueden"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/user_migrate/l10n/lt_LT.php b/user_migrate/l10n/lt_LT.php
index a353c5d94..e1e822392 100644
--- a/user_migrate/l10n/lt_LT.php
+++ b/user_migrate/l10n/lt_LT.php
@@ -1,6 +1,8 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "Eksportuoti",
"Something went wrong while the export file was being generated" => "Įvyko klaida kuriant eksportuojamą failą",
"An error has occurred" => "Įvyko klaida",
"Account Export/Import" => "Paskyros Eksportas/Importas"
);
+$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/user_migrate/l10n/lv.php b/user_migrate/l10n/lv.php
index b8273acd3..aec0380b5 100644
--- a/user_migrate/l10n/lv.php
+++ b/user_migrate/l10n/lv.php
@@ -1,5 +1,7 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "Eksportēt",
"Something went wrong while the export file was being generated" => "Kaut kas nogāja greizi, veidojot eksporta datni",
"An error has occurred" => "Gadījās kļūda"
);
+$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);";
diff --git a/user_migrate/l10n/mk.php b/user_migrate/l10n/mk.php
index 98393525e..b47af9c0a 100644
--- a/user_migrate/l10n/mk.php
+++ b/user_migrate/l10n/mk.php
@@ -1,5 +1,7 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "Извези",
"Something went wrong while the export file was being generated" => "Имаше грешка во моментот на генерирање на датотеката за извоз",
"An error has occurred" => "Се случи грешка"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;";
diff --git a/user_migrate/l10n/ms_MY.php b/user_migrate/l10n/ms_MY.php
index 5f59018e2..77eb8d1b9 100644
--- a/user_migrate/l10n/ms_MY.php
+++ b/user_migrate/l10n/ms_MY.php
@@ -1,6 +1,8 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "Export",
"Something went wrong while the export file was being generated" => "Sesuatu tidak kena ketika menjana fail yang dieksport",
"An error has occurred" => "Ralat telah berlaku",
"Account Export/Import" => "Eksport/Import Akaun"
);
+$PLURAL_FORMS = "nplurals=1; plural=0;";
diff --git a/user_migrate/l10n/nb_NO.php b/user_migrate/l10n/nb_NO.php
index 9f2a44bcc..1f9ef8f31 100644
--- a/user_migrate/l10n/nb_NO.php
+++ b/user_migrate/l10n/nb_NO.php
@@ -1,6 +1,8 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "Eksporter",
"Something went wrong while the export file was being generated" => "Noe gikk galt under generering av eksportfilen",
"An error has occurred" => "En feil har oppstått",
"Account Export/Import" => "Eksport/import av konto"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/user_migrate/l10n/nl.php b/user_migrate/l10n/nl.php
index 157089127..cb0d0dfdc 100644
--- a/user_migrate/l10n/nl.php
+++ b/user_migrate/l10n/nl.php
@@ -1,6 +1,8 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "Exporteer",
"Something went wrong while the export file was being generated" => "Er geen iets fout tijdens het aanmaken van het export bestand",
"An error has occurred" => "Er is een fout opgetreden",
"Account Export/Import" => "Account Export/Import"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/user_migrate/l10n/nn_NO.php b/user_migrate/l10n/nn_NO.php
index 23835d313..fff1a90ff 100644
--- a/user_migrate/l10n/nn_NO.php
+++ b/user_migrate/l10n/nn_NO.php
@@ -1,6 +1,8 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "Eksporter",
"Something went wrong while the export file was being generated" => "Noko gjekk gale ved generering av eksportfila",
"An error has occurred" => "Ein feil oppstod",
"Account Export/Import" => "Kontoeksport/-import"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/user_migrate/l10n/oc.php b/user_migrate/l10n/oc.php
index 6ba601065..7412af1d1 100644
--- a/user_migrate/l10n/oc.php
+++ b/user_migrate/l10n/oc.php
@@ -1,3 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "Exporta"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";
diff --git a/user_migrate/l10n/pl.php b/user_migrate/l10n/pl.php
index b11e23bd7..9cbc7bbd6 100644
--- a/user_migrate/l10n/pl.php
+++ b/user_migrate/l10n/pl.php
@@ -1,6 +1,8 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "Eksport",
"Something went wrong while the export file was being generated" => "Coś poszło źle, podczas generowania pliku eksportu",
"An error has occurred" => "Wystąpił błąd",
"Account Export/Import" => "Eksport/Import konta"
);
+$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/user_migrate/l10n/pt_BR.php b/user_migrate/l10n/pt_BR.php
index 42bf080bc..f94860e53 100644
--- a/user_migrate/l10n/pt_BR.php
+++ b/user_migrate/l10n/pt_BR.php
@@ -1,6 +1,8 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "Exportar",
"Something went wrong while the export file was being generated" => "Algo errado ocorreu durante a geração do arquivo exportado",
"An error has occurred" => "Ocorreu um erro",
"Account Export/Import" => "Exportar/Importar Conta"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";
diff --git a/user_migrate/l10n/pt_PT.php b/user_migrate/l10n/pt_PT.php
index 83d462a8b..0485afd02 100644
--- a/user_migrate/l10n/pt_PT.php
+++ b/user_migrate/l10n/pt_PT.php
@@ -1,6 +1,8 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "Exportar",
"Something went wrong while the export file was being generated" => "Algo correu mal ao gerar o ficheiro de exportação",
"An error has occurred" => "Ocorreu um erro",
"Account Export/Import" => "Exportar/Importar Conta"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/user_migrate/l10n/ro.php b/user_migrate/l10n/ro.php
index c15364117..9aeef9691 100644
--- a/user_migrate/l10n/ro.php
+++ b/user_migrate/l10n/ro.php
@@ -1,6 +1,8 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "Export",
"Something went wrong while the export file was being generated" => "A intervenit o eroare în timpul generării fișierului de exportat",
"An error has occurred" => "A apărut o eroare",
"Account Export/Import" => "Import / Export Cont"
);
+$PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));";
diff --git a/user_migrate/l10n/ru.php b/user_migrate/l10n/ru.php
index 8cbad6ab4..11a2d0973 100644
--- a/user_migrate/l10n/ru.php
+++ b/user_migrate/l10n/ru.php
@@ -1,6 +1,8 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "Экспорт",
"Something went wrong while the export file was being generated" => "В процессе создания файла экспорта что-то пошло не так",
"An error has occurred" => "Произошла ошибка",
"Account Export/Import" => "Экспорт/Импорт аккаунта"
);
+$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/user_migrate/l10n/si_LK.php b/user_migrate/l10n/si_LK.php
index 2c055f916..46ad512ac 100644
--- a/user_migrate/l10n/si_LK.php
+++ b/user_migrate/l10n/si_LK.php
@@ -1,5 +1,7 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "නිර්යාත කරන්න",
"Something went wrong while the export file was being generated" => "නිර්යාත කිරීම සඳහා ගොනුව සුදානම් කරන විට දෝෂයක් ඇති විය",
"An error has occurred" => "දෝෂයක් ඇති විය"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/user_migrate/l10n/sk_SK.php b/user_migrate/l10n/sk_SK.php
index 332c487c4..454ec7f7f 100644
--- a/user_migrate/l10n/sk_SK.php
+++ b/user_migrate/l10n/sk_SK.php
@@ -1,6 +1,8 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "Export",
"Something went wrong while the export file was being generated" => "Počas generovania súboru na export nastala chyba",
"An error has occurred" => "Vyskytla sa chyba",
"Account Export/Import" => "Export/Import používateľského účtu"
);
+$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";
diff --git a/user_migrate/l10n/sl.php b/user_migrate/l10n/sl.php
index f0db75830..ca5ccf88a 100644
--- a/user_migrate/l10n/sl.php
+++ b/user_migrate/l10n/sl.php
@@ -1,6 +1,8 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "Izvozi",
"Something went wrong while the export file was being generated" => "Med ustvarjanjem datoteke za izvoz je prišlo do napake.",
"An error has occurred" => "Prišlo je do napake",
"Account Export/Import" => "Uvoz/Izvoz računa"
);
+$PLURAL_FORMS = "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);";
diff --git a/user_migrate/l10n/sq.php b/user_migrate/l10n/sq.php
index f54c4a8a1..4d3e33ceb 100644
--- a/user_migrate/l10n/sq.php
+++ b/user_migrate/l10n/sq.php
@@ -1,3 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "Eksporto"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/user_migrate/l10n/sr.php b/user_migrate/l10n/sr.php
index 58d46b4c2..d0a131900 100644
--- a/user_migrate/l10n/sr.php
+++ b/user_migrate/l10n/sr.php
@@ -1,3 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "Извези"
);
+$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/user_migrate/l10n/sv.php b/user_migrate/l10n/sv.php
index 089b045f3..14d7b86a5 100644
--- a/user_migrate/l10n/sv.php
+++ b/user_migrate/l10n/sv.php
@@ -1,6 +1,8 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "Exportera",
"Something went wrong while the export file was being generated" => "Något gick fel när exportfilen skulle genereras",
"An error has occurred" => "Ett fel har uppstått",
"Account Export/Import" => "Exportera/Importera konto"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/user_migrate/l10n/ta_LK.php b/user_migrate/l10n/ta_LK.php
index 50b1ce56d..3209abd38 100644
--- a/user_migrate/l10n/ta_LK.php
+++ b/user_migrate/l10n/ta_LK.php
@@ -1,5 +1,7 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "ஏற்றுமதி",
"Something went wrong while the export file was being generated" => "ஏற்றுமதி கோப்பை உருவாக்கும்போது பிழை ஒன்று நடந்துள்ளது",
"An error has occurred" => "ஒரு வழு ஏற்பட்டுள்ளது"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/user_migrate/l10n/te.php b/user_migrate/l10n/te.php
index b0d24f5dd..c18d1093a 100644
--- a/user_migrate/l10n/te.php
+++ b/user_migrate/l10n/te.php
@@ -1,3 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "ఎగుమతించు"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/user_migrate/l10n/th_TH.php b/user_migrate/l10n/th_TH.php
index c4a9add82..8f4f64f34 100644
--- a/user_migrate/l10n/th_TH.php
+++ b/user_migrate/l10n/th_TH.php
@@ -1,5 +1,7 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "ส่งออก",
"Something went wrong while the export file was being generated" => "เกิดข้อผิดพลาดบางประการในระหว่างการส่งออกไฟล์",
"An error has occurred" => "เกิดข้อผิดพลาดบางประการ"
);
+$PLURAL_FORMS = "nplurals=1; plural=0;";
diff --git a/user_migrate/l10n/tr.php b/user_migrate/l10n/tr.php
index dfbaa439d..bb5fa8ac1 100644
--- a/user_migrate/l10n/tr.php
+++ b/user_migrate/l10n/tr.php
@@ -1,6 +1,8 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "Dışa aktar",
"Something went wrong while the export file was being generated" => "Aktarma dosyası oluşturulurken bir şey ters gitti",
"An error has occurred" => "Bir hata oluştu",
"Account Export/Import" => "Hesabı Dışa/İçe Aktar"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";
diff --git a/user_migrate/l10n/ug.php b/user_migrate/l10n/ug.php
index 6b3dce222..cf636bfb7 100644
--- a/user_migrate/l10n/ug.php
+++ b/user_migrate/l10n/ug.php
@@ -1,4 +1,6 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "چىقار",
"An error has occurred" => "خاتالىق يۈز بەردى"
);
+$PLURAL_FORMS = "nplurals=1; plural=0;";
diff --git a/user_migrate/l10n/uk.php b/user_migrate/l10n/uk.php
index 9c676228e..26c37860e 100644
--- a/user_migrate/l10n/uk.php
+++ b/user_migrate/l10n/uk.php
@@ -1,6 +1,8 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "Експорт",
"Something went wrong while the export file was being generated" => "Щось пішло не так під час генерації файлу експорту",
"An error has occurred" => "Виникла помилка",
"Account Export/Import" => "Експорт/Імпорт облікового запису"
);
+$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/user_migrate/l10n/vi.php b/user_migrate/l10n/vi.php
index 1bcc393bf..1f54a3829 100644
--- a/user_migrate/l10n/vi.php
+++ b/user_migrate/l10n/vi.php
@@ -1,6 +1,8 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "xuất ra",
"Something went wrong while the export file was being generated" => "Một cái gì đó đã sai trong khi bạn xuất các tập tin đã được tạo ra",
"An error has occurred" => "Có một lỗi đã xảy ra",
"Account Export/Import" => "Xuất/Nhập tài khoản"
);
+$PLURAL_FORMS = "nplurals=1; plural=0;";
diff --git a/user_migrate/l10n/zh_CN.php b/user_migrate/l10n/zh_CN.php
index 3bb86d8d3..9017c197b 100644
--- a/user_migrate/l10n/zh_CN.php
+++ b/user_migrate/l10n/zh_CN.php
@@ -1,5 +1,7 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "导出",
"Something went wrong while the export file was being generated" => "创建导出文件时出错",
"An error has occurred" => "发生错误"
);
+$PLURAL_FORMS = "nplurals=1; plural=0;";
diff --git a/user_migrate/l10n/zh_TW.php b/user_migrate/l10n/zh_TW.php
index 27a7b8f0e..b37dafa4e 100644
--- a/user_migrate/l10n/zh_TW.php
+++ b/user_migrate/l10n/zh_TW.php
@@ -1,5 +1,7 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Export" => "匯出",
"Something went wrong while the export file was being generated" => "匯出檔案在產生時出現錯誤",
"An error has occurred" => "發生錯誤"
);
+$PLURAL_FORMS = "nplurals=1; plural=0;";