nextcloud/core/l10n/kn.php

6 lines
138 B
PHP
Raw Normal View History

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