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

de_AT.php « l10n « settings - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1a9543945c3d87d68d7e678042349fc9a542f74f (plain)
1
2
3
4
5
6
7
8
9
10
<?php
$TRANSLATIONS = array(
"Invalid request" => "Fehlerhafte Anfrage",
"Delete" => "Löschen",
"__language_name__" => "Deutsch (Österreich)",
"Password" => "Passwort",
"Email" => "E-Mail",
"Other" => "Anderes"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";