nextcloud/apps/files_external/l10n/sq.php

7 lines
129 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2013-04-09 04:14:02 +04:00
"Users" => "Përdoruesit",
"Delete" => "Elimino"
2013-04-03 02:04:02 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";