diff options
Diffstat (limited to 'apps/files_sharing/l10n/de_AT.php')
-rw-r--r-- | apps/files_sharing/l10n/de_AT.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/de_AT.php b/apps/files_sharing/l10n/de_AT.php index 142892bc9a9..08ef4d9245e 100644 --- a/apps/files_sharing/l10n/de_AT.php +++ b/apps/files_sharing/l10n/de_AT.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( -"Password" => "Passwort" +"Password" => "Passwort", +"Download" => "Herunterladen" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |