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 /impress
parent981555d739394fccd711753d83baee2d4d575ec7 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'impress')
-rw-r--r--impress/l10n/ar.php4
-rw-r--r--impress/l10n/ast.php4
-rw-r--r--impress/l10n/bg_BG.php4
-rw-r--r--impress/l10n/bn_BD.php4
-rw-r--r--impress/l10n/bs.php4
-rw-r--r--impress/l10n/ca.php4
-rw-r--r--impress/l10n/cs_CZ.php4
-rw-r--r--impress/l10n/cy_GB.php4
-rw-r--r--impress/l10n/da.php4
-rw-r--r--impress/l10n/de.php4
-rw-r--r--impress/l10n/de_CH.php4
-rw-r--r--impress/l10n/de_DE.php4
-rw-r--r--impress/l10n/el.php4
-rw-r--r--impress/l10n/en_GB.php4
-rw-r--r--impress/l10n/eo.php4
-rw-r--r--impress/l10n/es.php4
-rw-r--r--impress/l10n/es_AR.php4
-rw-r--r--impress/l10n/es_MX.php4
-rw-r--r--impress/l10n/et_EE.php4
-rw-r--r--impress/l10n/eu.php4
-rw-r--r--impress/l10n/fa.php4
-rw-r--r--impress/l10n/fi_FI.php4
-rw-r--r--impress/l10n/fr.php4
-rw-r--r--impress/l10n/gl.php4
-rw-r--r--impress/l10n/he.php4
-rw-r--r--impress/l10n/hr.php4
-rw-r--r--impress/l10n/hu_HU.php4
-rw-r--r--impress/l10n/ia.php4
-rw-r--r--impress/l10n/id.php4
-rw-r--r--impress/l10n/is.php4
-rw-r--r--impress/l10n/it.php4
-rw-r--r--impress/l10n/ja.php4
-rw-r--r--impress/l10n/ka_GE.php4
-rw-r--r--impress/l10n/km.php4
-rw-r--r--impress/l10n/ko.php4
-rw-r--r--impress/l10n/ku_IQ.php4
-rw-r--r--impress/l10n/lb.php4
-rw-r--r--impress/l10n/lt_LT.php4
-rw-r--r--impress/l10n/lv.php4
-rw-r--r--impress/l10n/mk.php4
-rw-r--r--impress/l10n/ms_MY.php4
-rw-r--r--impress/l10n/nb_NO.php4
-rw-r--r--impress/l10n/nl.php4
-rw-r--r--impress/l10n/nn_NO.php4
-rw-r--r--impress/l10n/oc.php4
-rw-r--r--impress/l10n/pl.php4
-rw-r--r--impress/l10n/pt_BR.php4
-rw-r--r--impress/l10n/pt_PT.php4
-rw-r--r--impress/l10n/ro.php4
-rw-r--r--impress/l10n/ru.php4
-rw-r--r--impress/l10n/si_LK.php4
-rw-r--r--impress/l10n/sk_SK.php4
-rw-r--r--impress/l10n/sl.php4
-rw-r--r--impress/l10n/sq.php4
-rw-r--r--impress/l10n/sr.php4
-rw-r--r--impress/l10n/sr@latin.php4
-rw-r--r--impress/l10n/sv.php4
-rw-r--r--impress/l10n/ta_LK.php4
-rw-r--r--impress/l10n/te.php4
-rw-r--r--impress/l10n/th_TH.php4
-rw-r--r--impress/l10n/tr.php4
-rw-r--r--impress/l10n/ug.php4
-rw-r--r--impress/l10n/uk.php4
-rw-r--r--impress/l10n/vi.php4
-rw-r--r--impress/l10n/zh_CN.php4
-rw-r--r--impress/l10n/zh_HK.php4
-rw-r--r--impress/l10n/zh_TW.php4
67 files changed, 201 insertions, 67 deletions
diff --git a/impress/l10n/ar.php b/impress/l10n/ar.php
index 3c7df485f..2a8286fe5 100644
--- a/impress/l10n/ar.php
+++ b/impress/l10n/ar.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "التوثيق",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "لا يوجد ملفات دمغ فى متصفحك. من فضلك حمل ملف دمغ.",
"Name" => "اسم",
"Size" => "حجم",
"Date" => "تاريخ"
);
+$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/impress/l10n/ast.php b/impress/l10n/ast.php
index f1077f6b6..54807b90f 100644
--- a/impress/l10n/ast.php
+++ b/impress/l10n/ast.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "Documentación",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "Nun s'atoparon ficheros d'Impress nel to ownCloud. Por favor xubi un ficheru .impress.",
"Name" => "Nome",
"Size" => "Tamañu",
"Date" => "Data"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/impress/l10n/bg_BG.php b/impress/l10n/bg_BG.php
index 36b7b011e..238ada82f 100644
--- a/impress/l10n/bg_BG.php
+++ b/impress/l10n/bg_BG.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "Документация",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "Не са открити Impress файлове във Вашия ownCloud. Моля качете .impress файл.",
"Name" => "Име",
"Size" => "Размер",
"Date" => "Дата"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/impress/l10n/bn_BD.php b/impress/l10n/bn_BD.php
index 308b13ec5..c7b52582d 100644
--- a/impress/l10n/bn_BD.php
+++ b/impress/l10n/bn_BD.php
@@ -1,6 +1,8 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "নথিবদ্ধকরণ",
"Name" => "রাম",
"Size" => "আকার",
"Date" => "তারিখ"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/impress/l10n/bs.php b/impress/l10n/bs.php
index 80e94e34c..cab2fb2d6 100644
--- a/impress/l10n/bs.php
+++ b/impress/l10n/bs.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "Dokumentacija",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "Nema impress fajlova na Vašem ownCloud-u. Postavite .impress fajl.",
"Name" => "Ime",
"Size" => "Veličina",
"Date" => "Datum"
);
+$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/impress/l10n/ca.php b/impress/l10n/ca.php
index 350bd226d..f4c13ab0a 100644
--- a/impress/l10n/ca.php
+++ b/impress/l10n/ca.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "Documentació",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "No hi ha fitxers Impress a ownCloud. Pugeu un fitxer .impress",
"Name" => "Nom",
"Size" => "Mida",
"Date" => "Data"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/impress/l10n/cs_CZ.php b/impress/l10n/cs_CZ.php
index aadeb7faa..6f06a9cba 100644
--- a/impress/l10n/cs_CZ.php
+++ b/impress/l10n/cs_CZ.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "Dokumentace",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "Nebyly nalezeny žádné soubory impress ve Vašem ownCloud. Nahrajte, prosím, soubor impress.",
"Name" => "Název",
"Size" => "Velikost",
"Date" => "Datum"
);
+$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";
diff --git a/impress/l10n/cy_GB.php b/impress/l10n/cy_GB.php
index 3ca6ef28e..1b8f6fde7 100644
--- a/impress/l10n/cy_GB.php
+++ b/impress/l10n/cy_GB.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "Dogfennaeth",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "Heb ganfod ffeiliau Impress yn eich cwmwl. Llwythwch ffeil .impress i fyny.",
"Name" => "Enw",
"Size" => "Maint",
"Date" => "Dyddiad"
);
+$PLURAL_FORMS = "nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;";
diff --git a/impress/l10n/da.php b/impress/l10n/da.php
index 8ddd84348..b19729404 100644
--- a/impress/l10n/da.php
+++ b/impress/l10n/da.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "Dokumentation",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "Der blev ikke fundet Impressfiler på din ownCloud. Upload en Impressfil.",
"Name" => "Navn",
"Size" => "Størrelse",
"Date" => "Dato"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/impress/l10n/de.php b/impress/l10n/de.php
index 251a1b6f3..eea9a9960 100644
--- a/impress/l10n/de.php
+++ b/impress/l10n/de.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "Dokumentation",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "Es wurden keine Impress-Dateien auf Deinem OwnCloud-Server gefunden. Bitte lade eine .impress-Datei hoch.",
"Name" => "Name",
"Size" => "Größe",
"Date" => "Datum"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/impress/l10n/de_CH.php b/impress/l10n/de_CH.php
index 468a9d2df..d3677d97e 100644
--- a/impress/l10n/de_CH.php
+++ b/impress/l10n/de_CH.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "Dokumentation",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "Es wurden keine Impress-Dateien auf Ihrem OwnCloud-Server gefunden. Bitte laden Sie eine .impress-Datei hoch.",
"Name" => "Name",
"Size" => "Grösse",
"Date" => "Datum"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/impress/l10n/de_DE.php b/impress/l10n/de_DE.php
index bd9bbe080..935c1867e 100644
--- a/impress/l10n/de_DE.php
+++ b/impress/l10n/de_DE.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "Dokumentation",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "Es wurden keine Impress-Dateien auf Ihrem OwnCloud-Server gefunden. Bitte laden Sie eine .impress-Datei hoch.",
"Name" => "Name",
"Size" => "Größe",
"Date" => "Datum"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/impress/l10n/el.php b/impress/l10n/el.php
index 0a096daa5..7d9f0f133 100644
--- a/impress/l10n/el.php
+++ b/impress/l10n/el.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "Τεκμηρίωση",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "Δεν βρέθηκαν αρχεία παρουσιάσεων στο ownCloud σας. Παρακαλώ μεταφορτώστε ένα αρχείο .impress.",
"Name" => "Όνομα",
"Size" => "Μέγεθος",
"Date" => "Ημερομηνία"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/impress/l10n/en_GB.php b/impress/l10n/en_GB.php
index b36947b15..b38f4a9b7 100644
--- a/impress/l10n/en_GB.php
+++ b/impress/l10n/en_GB.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "Documentation",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "No Impress files can be found in your ownCloud. Please upload a .impress file.",
"Name" => "Name",
"Size" => "Size",
"Date" => "Date"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/impress/l10n/eo.php b/impress/l10n/eo.php
index 388189994..5460f87db 100644
--- a/impress/l10n/eo.php
+++ b/impress/l10n/eo.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "Dokumentaro",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "Neniu Impress-dosiero troveblas en via ownCloud. Bonvolu alŝuti .impress-dosieron.",
"Name" => "Nomo",
"Size" => "Grando",
"Date" => "Dato"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/impress/l10n/es.php b/impress/l10n/es.php
index bdd87ce76..9b9a9523d 100644
--- a/impress/l10n/es.php
+++ b/impress/l10n/es.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "Documentación",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "No se encontraron archivos de Impress en tu ownCloud. Por favor suba un archivo .impress.",
"Name" => "Nombre",
"Size" => "Tamaño",
"Date" => "Fecha"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/impress/l10n/es_AR.php b/impress/l10n/es_AR.php
index 88cac24cc..c02d6c9f2 100644
--- a/impress/l10n/es_AR.php
+++ b/impress/l10n/es_AR.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "Documentación",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "No se encontraron archivos Impress en tu ownCloud. Subí al menos un archivo .impress.",
"Name" => "Nombre",
"Size" => "Tamaño",
"Date" => "Fecha"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/impress/l10n/es_MX.php b/impress/l10n/es_MX.php
index bdd87ce76..9b9a9523d 100644
--- a/impress/l10n/es_MX.php
+++ b/impress/l10n/es_MX.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "Documentación",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "No se encontraron archivos de Impress en tu ownCloud. Por favor suba un archivo .impress.",
"Name" => "Nombre",
"Size" => "Tamaño",
"Date" => "Fecha"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/impress/l10n/et_EE.php b/impress/l10n/et_EE.php
index bdd458414..40a1b2f2a 100644
--- a/impress/l10n/et_EE.php
+++ b/impress/l10n/et_EE.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "Dokumentatsioon",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "Sinu ownCloudist ei leitud ühtegi Impress-faili. Palun lae üles .impress fail.",
"Name" => "Nimi",
"Size" => "Suurus",
"Date" => "Kuupäev"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/impress/l10n/eu.php b/impress/l10n/eu.php
index a38356a0f..1b7bbd462 100644
--- a/impress/l10n/eu.php
+++ b/impress/l10n/eu.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "Dokumentazioa",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "Ez da Impress fitxategirik aurkitu zure ownCloudean. Mesedez igo .impress fitxategi bat.",
"Name" => "Izena",
"Size" => "Tamaina",
"Date" => "Data"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/impress/l10n/fa.php b/impress/l10n/fa.php
index 0e624057e..9182526a2 100644
--- a/impress/l10n/fa.php
+++ b/impress/l10n/fa.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "مستندسازی",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "هیچ فایلی با فرمت Impress یافت نشد . لطفا فایلی با فرمت impress. بارگذاری کنید",
"Name" => "نام",
"Size" => "اندازه",
"Date" => "تاریخ"
);
+$PLURAL_FORMS = "nplurals=1; plural=0;";
diff --git a/impress/l10n/fi_FI.php b/impress/l10n/fi_FI.php
index 5e3b4b4ce..009efd97f 100644
--- a/impress/l10n/fi_FI.php
+++ b/impress/l10n/fi_FI.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "Dokumentaatio",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "Impress-tiedostoja ei löytynyt ownCloudistasi. Lähetä yksi tai useampi .impress-tiedosto.",
"Name" => "Nimi",
"Size" => "Koko",
"Date" => "Päivämäärä"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/impress/l10n/fr.php b/impress/l10n/fr.php
index 7e1ecc2a2..7bad3b00a 100644
--- a/impress/l10n/fr.php
+++ b/impress/l10n/fr.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "Documentation",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "Aucun fichier Impress n'a été trouvé sur votre ownCloud. Veuillez en importer au moins un avec l'extension .impress .",
"Name" => "Nom",
"Size" => "Taille",
"Date" => "Date"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";
diff --git a/impress/l10n/gl.php b/impress/l10n/gl.php
index 91148747f..0696931af 100644
--- a/impress/l10n/gl.php
+++ b/impress/l10n/gl.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "Documentación",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "Non se atoparon ficheiros Impress no seu ownCloud. Cargue un ficheiro .impress.",
"Name" => "Nome",
"Size" => "Tamaño",
"Date" => "Data"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/impress/l10n/he.php b/impress/l10n/he.php
index da2793cdf..e6e31f1e4 100644
--- a/impress/l10n/he.php
+++ b/impress/l10n/he.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "תיעוד",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "לא נמצאו קבצי impress; אנא העלה קובץ .impress.",
"Name" => "שם",
"Size" => "גודל",
"Date" => "תאריך"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/impress/l10n/hr.php b/impress/l10n/hr.php
index e1e6c1682..79902eeff 100644
--- a/impress/l10n/hr.php
+++ b/impress/l10n/hr.php
@@ -1,6 +1,8 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "dokumentacija",
"Name" => "Ime",
"Size" => "Veličina",
"Date" => "datum"
);
+$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/impress/l10n/hu_HU.php b/impress/l10n/hu_HU.php
index 96ae74aa6..bb27ff312 100644
--- a/impress/l10n/hu_HU.php
+++ b/impress/l10n/hu_HU.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "Dokumentáció",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "Nem található Impress fájl az adatai között. Töltsön fel egy .impress fájlt!",
"Name" => "Név",
"Size" => "Méret",
"Date" => "Dátum"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/impress/l10n/ia.php b/impress/l10n/ia.php
index 015e44744..61bf61240 100644
--- a/impress/l10n/ia.php
+++ b/impress/l10n/ia.php
@@ -1,6 +1,8 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "Documentation",
"Name" => "Nomine",
"Size" => "Dimension",
"Date" => "Data"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/impress/l10n/id.php b/impress/l10n/id.php
index 0f3929fd5..150a3535a 100644
--- a/impress/l10n/id.php
+++ b/impress/l10n/id.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "dokumentasi",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "Tidak ada berkas Impress yang ditemukan dalam ownCloud Anda. Mohon unggah berkas .impress.",
"Name" => "nama",
"Size" => "Ukuran",
"Date" => "tanggal"
);
+$PLURAL_FORMS = "nplurals=1; plural=0;";
diff --git a/impress/l10n/is.php b/impress/l10n/is.php
index 308db5181..ecee584fe 100644
--- a/impress/l10n/is.php
+++ b/impress/l10n/is.php
@@ -1,6 +1,8 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "Notendahandbók",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "Engar Impress skrár fundust í ownCloud uppsetningu þinni. Vinsamlegast settu inn .impress skrá.",
"Name" => "Nafn",
"Size" => "Stærð"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/impress/l10n/it.php b/impress/l10n/it.php
index 37b198ad6..0326c337c 100644
--- a/impress/l10n/it.php
+++ b/impress/l10n/it.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "Documentazione",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "Non sono stati trovato file di Impress sul tuo ownCloud. Carica un file .impress.",
"Name" => "Nome",
"Size" => "Dimensione",
"Date" => "Data"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/impress/l10n/ja.php b/impress/l10n/ja.php
index a0d011fc6..062faffb1 100644
--- a/impress/l10n/ja.php
+++ b/impress/l10n/ja.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "ドキュメント",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "ownCloud内には impress ファイルが見つかりません。.impress ファイルをアップロードしてください。",
"Name" => "名前",
"Size" => "サイズ",
"Date" => "日付"
);
+$PLURAL_FORMS = "nplurals=1; plural=0;";
diff --git a/impress/l10n/ka_GE.php b/impress/l10n/ka_GE.php
index 72cf13dce..c9faf3cd3 100644
--- a/impress/l10n/ka_GE.php
+++ b/impress/l10n/ka_GE.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "დოკუმენტაცია",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "Impress ფაილი არ არის აღმოჩენილი თქვენს ownCloud–ში. გთხოვთ ატვირთოთ .impress ფაილი.",
"Name" => "სახელი",
"Size" => "ზომა",
"Date" => "თარიღი"
);
+$PLURAL_FORMS = "nplurals=1; plural=0;";
diff --git a/impress/l10n/km.php b/impress/l10n/km.php
index 75c6056cf..e7d51408c 100644
--- a/impress/l10n/km.php
+++ b/impress/l10n/km.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "កម្រង​ឯកសារ",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "រក​មិន​ឃើញ​ឯកសារ Impress នៅ​ក្នុង ownCloud របស់​អ្នក​ទេ។ សូម​ផ្ទូក​ឡើង​នូវ​ឯកសារ .impress មួយ។",
"Name" => "ឈ្មោះ",
"Size" => "ទំហំ",
"Date" => "កាល​បរិច្ឆេទ"
);
+$PLURAL_FORMS = "nplurals=1; plural=0;";
diff --git a/impress/l10n/ko.php b/impress/l10n/ko.php
index cd4a2943d..0690d8283 100644
--- a/impress/l10n/ko.php
+++ b/impress/l10n/ko.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "문서",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "현재 ownCloud에 Impress 파일이 없습니다. .impress 파일을 업로드하십시오.",
"Name" => "이름",
"Size" => "크기",
"Date" => "날짜"
);
+$PLURAL_FORMS = "nplurals=1; plural=0;";
diff --git a/impress/l10n/ku_IQ.php b/impress/l10n/ku_IQ.php
index 9b8523cc0..fac9b8a88 100644
--- a/impress/l10n/ku_IQ.php
+++ b/impress/l10n/ku_IQ.php
@@ -1,5 +1,7 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "به‌ڵگه‌نامه",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "هیچ په‌ڕگه‌یه‌کی Impress نه‌دۆزراوه‌ له‌ ownCloud-که‌ت. تکایه‌ی په‌ڕگه‌یه‌کی .impress باربکه.",
"Name" => "ناو"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/impress/l10n/lb.php b/impress/l10n/lb.php
index 3a5c14a36..93c1db773 100644
--- a/impress/l10n/lb.php
+++ b/impress/l10n/lb.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "Dokumentatioun",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "Keen gultegen impress ass fonnt ginn. WEG een .impress heichlueden.",
"Name" => "Numm",
"Size" => "Gréisst",
"Date" => "Datum"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/impress/l10n/lt_LT.php b/impress/l10n/lt_LT.php
index e9a530993..4f228767d 100644
--- a/impress/l10n/lt_LT.php
+++ b/impress/l10n/lt_LT.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "Dokumentacija",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "Impress failai nerasti Jūsų ownCloud aplankale. Prašome įkelti .impress failą.",
"Name" => "Pavadinimas",
"Size" => "Dydis",
"Date" => "Data"
);
+$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/impress/l10n/lv.php b/impress/l10n/lv.php
index af08afaf5..92a63da6b 100644
--- a/impress/l10n/lv.php
+++ b/impress/l10n/lv.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "Dokumentācija",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "Jūsu ownCloud nav atrodamas Impress datnes. Lūdzu, augšupielādējiet .impress datni.",
"Name" => "Nosaukums",
"Size" => "Izmērs",
"Date" => "Datums"
);
+$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);";
diff --git a/impress/l10n/mk.php b/impress/l10n/mk.php
index 30bae7282..6c41d2afb 100644
--- a/impress/l10n/mk.php
+++ b/impress/l10n/mk.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "Документација",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "Не се најдени Impress датотеки во Вашиот ownCloud. Ве молам подигнете .impress датотека.",
"Name" => "Име",
"Size" => "Големина",
"Date" => "Датум"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;";
diff --git a/impress/l10n/ms_MY.php b/impress/l10n/ms_MY.php
index 540d8aaf8..13a6b20e0 100644
--- a/impress/l10n/ms_MY.php
+++ b/impress/l10n/ms_MY.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "Dokumentasi",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "Tiada fail Impress dijumpai dalam ownCloud anda. Sila muat naik fail .impress.",
"Name" => "Nama",
"Size" => "Saiz",
"Date" => "Tarikh"
);
+$PLURAL_FORMS = "nplurals=1; plural=0;";
diff --git a/impress/l10n/nb_NO.php b/impress/l10n/nb_NO.php
index 583c12f26..1ba3558ef 100644
--- a/impress/l10n/nb_NO.php
+++ b/impress/l10n/nb_NO.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "Dokumentasjon",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "Ingen Impress-filer funnet i din ownCloud. Vennligst last opp en .impress-fil.",
"Name" => "Navn",
"Size" => "Størrelse",
"Date" => "Dato"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/impress/l10n/nl.php b/impress/l10n/nl.php
index fadb78efa..41e736423 100644
--- a/impress/l10n/nl.php
+++ b/impress/l10n/nl.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "Documentatie",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "Er zijn geen Impress bestanden in uw ownCloud gevonden. Upload een Impress \".odp\" bestand alstublieft.",
"Name" => "Naam",
"Size" => "Grootte",
"Date" => "Datum"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/impress/l10n/nn_NO.php b/impress/l10n/nn_NO.php
index f5d2c09a6..18efd437d 100644
--- a/impress/l10n/nn_NO.php
+++ b/impress/l10n/nn_NO.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "Dokumentasjon",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "Fann ingen Impress-filer i din ownCloud. Ver venleg og last opp ei .impress-fil.",
"Name" => "Namn",
"Size" => "Storleik",
"Date" => "Dato"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/impress/l10n/oc.php b/impress/l10n/oc.php
index acb4bb6d2..bc3efaac2 100644
--- a/impress/l10n/oc.php
+++ b/impress/l10n/oc.php
@@ -1,6 +1,8 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "Documentacion",
"Name" => "Nom",
"Size" => "Talha",
"Date" => "Data"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";
diff --git a/impress/l10n/pl.php b/impress/l10n/pl.php
index 52a9d8197..e7c37372e 100644
--- a/impress/l10n/pl.php
+++ b/impress/l10n/pl.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "Dokumentacja",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "Żadne pliki Impress nie znajdują się na twoim ownCloud. Załaduj plik .impress.",
"Name" => "Nazwa",
"Size" => "Rozmiar",
"Date" => "Data"
);
+$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/impress/l10n/pt_BR.php b/impress/l10n/pt_BR.php
index b5ad89820..9100858e0 100644
--- a/impress/l10n/pt_BR.php
+++ b/impress/l10n/pt_BR.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "Documentação",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "Nenhum arquivo do Impress foi encontrado no seu ownCloud. Por favor, envie um arquivo .impress.",
"Name" => "Nome",
"Size" => "Tamanho",
"Date" => "Data"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";
diff --git a/impress/l10n/pt_PT.php b/impress/l10n/pt_PT.php
index 7de2aef2d..7a650e460 100644
--- a/impress/l10n/pt_PT.php
+++ b/impress/l10n/pt_PT.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "Documentação",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "Não foram encontrados ficheiros Impress na sua ownCloud. Por favor carregue um ficheiro .impress.",
"Name" => "Nome",
"Size" => "Tamanho",
"Date" => "Data"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/impress/l10n/ro.php b/impress/l10n/ro.php
index d5614bf0a..ed625d6b7 100644
--- a/impress/l10n/ro.php
+++ b/impress/l10n/ro.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "Documentație",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "Nu a fost găsit un fișier Impress în ownCloud-ul dumneavoastră. Vă rugăm încărcați un fișier .impress.",
"Name" => "Nume",
"Size" => "Dimensiune",
"Date" => "Data"
);
+$PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));";
diff --git a/impress/l10n/ru.php b/impress/l10n/ru.php
index 024b7e2d1..60cf91d5f 100644
--- a/impress/l10n/ru.php
+++ b/impress/l10n/ru.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "Документация",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "Файлов Impress не обнаружено. Пожалуйста, загрузите файл с расширением impress.",
"Name" => "Имя",
"Size" => "Размер",
"Date" => "Дата"
);
+$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/impress/l10n/si_LK.php b/impress/l10n/si_LK.php
index c1ecf6cf9..d93c00393 100644
--- a/impress/l10n/si_LK.php
+++ b/impress/l10n/si_LK.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "ප්‍රලේඛනය",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "ඔබගේ ownCloud හි Impress ගොනු හමු නොවිනි. කරුණාකර .impress ගොනුවක් උඩුගත කරන්න",
"Name" => "නම",
"Size" => "ප්‍රමාණය",
"Date" => "දිනය"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/impress/l10n/sk_SK.php b/impress/l10n/sk_SK.php
index e42f10c7d..9c5c2ee4e 100644
--- a/impress/l10n/sk_SK.php
+++ b/impress/l10n/sk_SK.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "Dokumentácia",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "Neboli nájdené súbory Impress vo vašom ownCloude. Nahrajte .impress súbor.",
"Name" => "Názov",
"Size" => "Veľkosť",
"Date" => "Dátum"
);
+$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";
diff --git a/impress/l10n/sl.php b/impress/l10n/sl.php
index 64893167f..b72274846 100644
--- a/impress/l10n/sl.php
+++ b/impress/l10n/sl.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "Dokumentacija",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "V oblaku ownCloud ni mogoče najti datotek Impress. Pred uporabo je treba datoteke naložiti.",
"Name" => "Ime",
"Size" => "Velikost",
"Date" => "Datum"
);
+$PLURAL_FORMS = "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);";
diff --git a/impress/l10n/sq.php b/impress/l10n/sq.php
index 971a81a09..35f557df1 100644
--- a/impress/l10n/sq.php
+++ b/impress/l10n/sq.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "Dokumentacioni",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "Nuk u gjetën skedarë Impress tek ownCloud-i juaj. Ju lutemi ngarkoni një skedar .impress.",
"Name" => "Emri",
"Size" => "Dimensioni",
"Date" => "Data"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/impress/l10n/sr.php b/impress/l10n/sr.php
index ec0d28518..a8540eded 100644
--- a/impress/l10n/sr.php
+++ b/impress/l10n/sr.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "Документација",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "Нема Импрес датотека у вашем Оунклауду. Отпремите .impress датотеку.",
"Name" => "Име",
"Size" => "Величина",
"Date" => "Датум"
);
+$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/impress/l10n/sr@latin.php b/impress/l10n/sr@latin.php
index 15068b209..f09662422 100644
--- a/impress/l10n/sr@latin.php
+++ b/impress/l10n/sr@latin.php
@@ -1,4 +1,6 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Name" => "Ime",
"Size" => "Veličina"
);
+$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/impress/l10n/sv.php b/impress/l10n/sv.php
index c8325ad51..372794ba6 100644
--- a/impress/l10n/sv.php
+++ b/impress/l10n/sv.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "Dokumentation",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "Inga Impress-filer kan hittas i ownCloud. Ladda upp en Impress-fil.",
"Name" => "Namn",
"Size" => "Storlek",
"Date" => "Datum"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/impress/l10n/ta_LK.php b/impress/l10n/ta_LK.php
index 0e24cc28c..7ea00e95b 100644
--- a/impress/l10n/ta_LK.php
+++ b/impress/l10n/ta_LK.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "ஆவணமாக்கல்",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "உங்களுடைய ownCloud இல் உணர்ச்சியான கோப்புகள் ஒன்றும் கண்டுப்பிடிக்கப்படவில்லை. தயவுசெய்து .impress file. ஒன்றை பதிவேற்றுக ",
"Name" => "பெயர்",
"Size" => "அளவு",
"Date" => "திகதி"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/impress/l10n/te.php b/impress/l10n/te.php
index 70b5f8b49..024ee8741 100644
--- a/impress/l10n/te.php
+++ b/impress/l10n/te.php
@@ -1,4 +1,6 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Name" => "పేరు",
"Size" => "పరిమాణం"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/impress/l10n/th_TH.php b/impress/l10n/th_TH.php
index eee1e4c41..08bdc0d58 100644
--- a/impress/l10n/th_TH.php
+++ b/impress/l10n/th_TH.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "เอกสารคู่มือประกอบการใช้งาน",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "ไม่พบไฟล์ Impress ใน ownCloud ของคุณ กรุณาอัพโหลดไฟล์ .impress",
"Name" => "ชื่อ",
"Size" => "ขนาด",
"Date" => "วันที่"
);
+$PLURAL_FORMS = "nplurals=1; plural=0;";
diff --git a/impress/l10n/tr.php b/impress/l10n/tr.php
index 027e0a82c..5b2bc3d5d 100644
--- a/impress/l10n/tr.php
+++ b/impress/l10n/tr.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "Belgelendirme",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "ownCloud'unuzda hiç Impress dosyası bulunamadı. Lütfen bir .impress dosyası yükleyin.",
"Name" => "İsim",
"Size" => "Boyut",
"Date" => "Tarih"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";
diff --git a/impress/l10n/ug.php b/impress/l10n/ug.php
index 256f6c797..31a9a1b51 100644
--- a/impress/l10n/ug.php
+++ b/impress/l10n/ug.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "قوللانما",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "No Impress files are found in your ownCloud. Please upload a .impress file.",
"Name" => "ئاتى",
"Size" => "چوڭلۇقى",
"Date" => "چېسلا"
);
+$PLURAL_FORMS = "nplurals=1; plural=0;";
diff --git a/impress/l10n/uk.php b/impress/l10n/uk.php
index 93a7ba987..74791191a 100644
--- a/impress/l10n/uk.php
+++ b/impress/l10n/uk.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "Документація",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "Не знайдено Impress-файлів у Вашому ownCloud. Будь ласка, завантажте .impress файл.",
"Name" => "Ім'я",
"Size" => "Розмір",
"Date" => "Дата"
);
+$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/impress/l10n/vi.php b/impress/l10n/vi.php
index b0fd6f647..95b51fa10 100644
--- a/impress/l10n/vi.php
+++ b/impress/l10n/vi.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "Tài liệu hướng dẫn",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "Không tìm thấy bài thuyết trình nào trong ownCloud của bạn. Xin vui lòng tải lên dạng *.impress .",
"Name" => "Tên",
"Size" => "Kích cỡ",
"Date" => "Ngày"
);
+$PLURAL_FORMS = "nplurals=1; plural=0;";
diff --git a/impress/l10n/zh_CN.php b/impress/l10n/zh_CN.php
index 7fa5668e7..3fe05fd0b 100644
--- a/impress/l10n/zh_CN.php
+++ b/impress/l10n/zh_CN.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "文档",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "您的ownCloud没有Impress文件,请上传。",
"Name" => "名称",
"Size" => "大小",
"Date" => "日期"
);
+$PLURAL_FORMS = "nplurals=1; plural=0;";
diff --git a/impress/l10n/zh_HK.php b/impress/l10n/zh_HK.php
index 7032ad28d..931fad452 100644
--- a/impress/l10n/zh_HK.php
+++ b/impress/l10n/zh_HK.php
@@ -1,3 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Name" => "名稱"
);
+$PLURAL_FORMS = "nplurals=1; plural=0;";
diff --git a/impress/l10n/zh_TW.php b/impress/l10n/zh_TW.php
index 4c1140f9a..cdec151f4 100644
--- a/impress/l10n/zh_TW.php
+++ b/impress/l10n/zh_TW.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Documentation" => "文件",
"No Impress files are found in your ownCloud. Please upload a .impress file." => "您的ownCloud裡沒找到任何Impress文件。請上在一個.impress文件。",
"Name" => "名稱",
"Size" => "大小",
"Date" => "日期"
);
+$PLURAL_FORMS = "nplurals=1; plural=0;";