nextcloud/apps/files_trashbin/l10n/de_AT.php

7 lines
124 B
PHP

<?php
$TRANSLATIONS = array(
"Error" => "Fehler",
"Delete" => "Löschen"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";