nextcloud/tests/data/l10n/de.php

6 lines
140 B
PHP
Raw Normal View History

<?php
$TRANSLATIONS = array(
2013-12-07 16:29:14 +04:00
"_%n file_::_%n files_" => array("%n Datei", "%n Dateien")
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";