summaryrefslogtreecommitdiffstats
path: root/l10n/de_AT.php
blob: 31a19f576ca1dd37828a3bb337a93aebe1bb7b5c (plain)
1
2
3
4
5
6
7
8
9
10
<?php
$TRANSLATIONS = array(
"by" => "von",
"from" => "von",
"Download" => "Herunterladen",
"Description" => "Beschreibung",
"Settings" => "Einstellungen",
"Import" => "Importieren"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";