diff options
Diffstat (limited to 'apps/files_sharing/l10n/ast.php')
-rw-r--r-- | apps/files_sharing/l10n/ast.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/ast.php b/apps/files_sharing/l10n/ast.php index 02a2f6fb628..d90df88723f 100644 --- a/apps/files_sharing/l10n/ast.php +++ b/apps/files_sharing/l10n/ast.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "Shared by {owner}" => "Compartíu por {owner}", -"Password" => "Contraseña" +"Password" => "Contraseña", +"Download" => "Baxar" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |