summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/sr.php
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-10-10 22:30:58 -0400
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-10-10 22:30:58 -0400
commit44a5b0bad0e0dbcb0c11de663897ace69b4fd776 (patch)
treeeba044e2945f6747fb037aa157f872d43254eba1 /apps/files_trashbin/l10n/sr.php
parent26c0007a5ff65a718abce63939b65de0cda9c7a1 (diff)
downloadnextcloud-server-44a5b0bad0e0dbcb0c11de663897ace69b4fd776.tar.gz
nextcloud-server-44a5b0bad0e0dbcb0c11de663897ace69b4fd776.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin/l10n/sr.php')
-rw-r--r--apps/files_trashbin/l10n/sr.php8
1 files changed, 2 insertions, 6 deletions
diff --git a/apps/files_trashbin/l10n/sr.php b/apps/files_trashbin/l10n/sr.php
index 7311e759f98..c893dba118b 100644
--- a/apps/files_trashbin/l10n/sr.php
+++ b/apps/files_trashbin/l10n/sr.php
@@ -1,14 +1,10 @@
<?php
$TRANSLATIONS = array(
-"perform restore operation" => "врати у претходно стање",
"Error" => "Грешка",
-"Delete permanently" => "Обриши за стално",
-"Name" => "Име",
-"Deleted" => "Обрисано",
-"_%n folder_::_%n folders_" => array("","",""),
-"_%n file_::_%n files_" => array("","",""),
"Nothing in here. Your trash bin is empty!" => "Овде нема ништа. Корпа за отпатке је празна.",
+"Name" => "Име",
"Restore" => "Врати",
+"Deleted" => "Обрисано",
"Delete" => "Обриши"
);
$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);";