diff options
Diffstat (limited to 'apps/files_trashbin/l10n/ro.php')
-rw-r--r-- | apps/files_trashbin/l10n/ro.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/apps/files_trashbin/l10n/ro.php b/apps/files_trashbin/l10n/ro.php deleted file mode 100644 index eb8d6b81b7d..00000000000 --- a/apps/files_trashbin/l10n/ro.php +++ /dev/null @@ -1,9 +0,0 @@ -<?php -$TRANSLATIONS = array( -"Deleted files" => "Sterge fisierele", -"Restore" => "Restabilire", -"Error" => "Eroare", -"Name" => "Nume", -"Delete" => "Șterge" -); -$PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"; |