nextcloud/core/l10n/nqo.php

6 lines
138 B
PHP
Raw Normal View History

2013-09-07 12:46:57 +04:00
<?php
$TRANSLATIONS = array(
2013-09-20 18:50:14 +04:00
"_{count} file conflict_::_{count} file conflicts_" => array("")
2013-09-07 12:46:57 +04:00
);
$PLURAL_FORMS = "nplurals=1; plural=0;";