diff options
Diffstat (limited to 'core/l10n/de_AT.php')
-rw-r--r-- | core/l10n/de_AT.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/l10n/de_AT.php b/core/l10n/de_AT.php index b213a756785..87d9611f427 100644 --- a/core/l10n/de_AT.php +++ b/core/l10n/de_AT.php @@ -26,13 +26,16 @@ $TRANSLATIONS = array( "_%n month ago_::_%n months ago_" => array("",""), "_{count} file conflict_::_{count} file conflicts_" => array("",""), "Cancel" => "Abbrechen", +"Continue" => "Weiter", "Share" => "Freigeben", +"Error" => "Fehler", "group" => "Gruppe", "Unshare" => "Teilung zurücknehmen", "can share" => "Kann teilen", "can edit" => "kann bearbeiten", "Delete" => "Löschen", "Personal" => "Persönlich", +"Help" => "Hilfe", "Password" => "Passwort" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |