Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/l10n/de_AT.php')
-rw-r--r--apps/files/l10n/de_AT.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/files/l10n/de_AT.php b/apps/files/l10n/de_AT.php
index 0157af093e9..e1b55f6dd10 100644
--- a/apps/files/l10n/de_AT.php
+++ b/apps/files/l10n/de_AT.php
@@ -1,7 +1,11 @@
<?php
$TRANSLATIONS = array(
+"Share" => "Freigeben",
"_%n folder_::_%n folders_" => array("",""),
"_%n file_::_%n files_" => array("",""),
-"_Uploading %n file_::_Uploading %n files_" => array("","")
+"_Uploading %n file_::_Uploading %n files_" => array("",""),
+"Save" => "Speichern",
+"Download" => "Herunterladen",
+"Delete" => "Löschen"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";