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 'core/l10n/de_AT.php')
-rw-r--r--core/l10n/de_AT.php37
1 files changed, 0 insertions, 37 deletions
diff --git a/core/l10n/de_AT.php b/core/l10n/de_AT.php
deleted file mode 100644
index cd17ea0bc16..00000000000
--- a/core/l10n/de_AT.php
+++ /dev/null
@@ -1,37 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"Sunday" => "Sonntag",
-"Monday" => "Montag",
-"Tuesday" => "Dienstag",
-"Wednesday" => "Mittwoch",
-"Thursday" => "Donnerstag",
-"Friday" => "Freitag",
-"Saturday" => "Samstag",
-"January" => "Januar",
-"February" => "Februar",
-"March" => "März",
-"April" => "April",
-"May" => "Mai",
-"June" => "Juni",
-"July" => "Juli",
-"August" => "August",
-"September" => "September",
-"October" => "Oktober",
-"November" => "November",
-"December" => "Dezember",
-"Settings" => "Einstellungen",
-"_{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);";