nextcloud/apps/files_sharing/l10n/de_AT.php

8 lines
161 B
PHP

<?php
$TRANSLATIONS = array(
"Cancel" => "Abbrechen",
"Password" => "Passwort",
"Download" => "Herunterladen"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";