summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/sr@latin.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-08-15 15:41:45 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2013-08-15 15:41:45 +0200
commitada13a4d40feb4802ca393b8c0a8e09f35f571c2 (patch)
tree2a22c3f81bbecfbab43faf844a924422e032138f /apps/files_trashbin/l10n/sr@latin.php
parentc71408eaa9f4614cb8caa726ed3172ce77a359f2 (diff)
downloadnextcloud-server-ada13a4d40feb4802ca393b8c0a8e09f35f571c2.tar.gz
nextcloud-server-ada13a4d40feb4802ca393b8c0a8e09f35f571c2.zip
fixing all broken translation files
Diffstat (limited to 'apps/files_trashbin/l10n/sr@latin.php')
-rw-r--r--apps/files_trashbin/l10n/sr@latin.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_trashbin/l10n/sr@latin.php b/apps/files_trashbin/l10n/sr@latin.php
index bd1a26abf66..483d1e3ca2b 100644
--- a/apps/files_trashbin/l10n/sr@latin.php
+++ b/apps/files_trashbin/l10n/sr@latin.php
@@ -1,8 +1,8 @@
<?php
$TRANSLATIONS = array(
"Name" => "Ime",
-"_%n folder_::_%n folders_" => array(,),
-"_%n file_::_%n files_" => array(,),
+"_%n folder_::_%n folders_" => array("","",""),
+"_%n file_::_%n files_" => array("","",""),
"Delete" => "Obriši"
);
$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);";