nextcloud/apps/files_external/l10n/de_AT.php

9 lines
174 B
PHP
Raw Normal View History

2014-03-11 06:59:39 +01:00
<?php
$TRANSLATIONS = array(
2014-04-30 07:57:53 +02:00
"Location" => "Ort",
"Password" => "Passwort",
"Share" => "Freigeben",
2014-03-11 06:59:39 +01:00
"Delete" => "Löschen"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";