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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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);";