summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/l10n/ro.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/l10n/ro.php')
-rw-r--r--apps/files_sharing/l10n/ro.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/ro.php b/apps/files_sharing/l10n/ro.php
index ca0d5e077b0..024011bf29c 100644
--- a/apps/files_sharing/l10n/ro.php
+++ b/apps/files_sharing/l10n/ro.php
@@ -1,6 +1,7 @@
<?php
$TRANSLATIONS = array(
"The password is wrong. Try again." => "Parola este incorectă. Încercaţi din nou.",
-"Password" => "Parolă"
+"Password" => "Parolă",
+"Download" => "Descarcă"
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));";