nextcloud/apps/files_external/l10n/de_AT.php

12 lines
239 B
PHP
Raw Normal View History

2014-03-11 09:59:39 +04:00
<?php
$TRANSLATIONS = array(
2014-04-30 09:57:53 +04:00
"Location" => "Ort",
2014-09-01 09:59:19 +04:00
"Port" => "Port",
2014-08-16 09:56:44 +04:00
"Host" => "Host",
2014-04-30 09:57:53 +04:00
"Password" => "Passwort",
"Share" => "Freigeben",
2014-06-08 09:56:13 +04:00
"Personal" => "Persönlich",
2014-03-11 09:59:39 +04:00
"Delete" => "Löschen"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";