summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/ro.php
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-08-15 04:53:54 -0400
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-08-15 04:53:54 -0400
commit680ac48856a4fff2445f0be3707d846b46ae670c (patch)
treed3a548cdc624d55ab79562174070868594e7cc92 /apps/files_trashbin/l10n/ro.php
parentde89c31f5a63f399151093aa8e29715e7be24e82 (diff)
downloadnextcloud-server-680ac48856a4fff2445f0be3707d846b46ae670c.tar.gz
nextcloud-server-680ac48856a4fff2445f0be3707d846b46ae670c.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin/l10n/ro.php')
-rw-r--r--apps/files_trashbin/l10n/ro.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/apps/files_trashbin/l10n/ro.php b/apps/files_trashbin/l10n/ro.php
index 3c38f16b392..cb47682f323 100644
--- a/apps/files_trashbin/l10n/ro.php
+++ b/apps/files_trashbin/l10n/ro.php
@@ -3,10 +3,8 @@ $TRANSLATIONS = array(
"Error" => "Eroare",
"Delete permanently" => "Stergere permanenta",
"Name" => "Nume",
-"1 folder" => "1 folder",
-"{count} folders" => "{count} foldare",
-"1 file" => "1 fisier",
-"{count} files" => "{count} fisiere",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Delete" => "Șterge"
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));";