nextcloud/apps/user_ldap/l10n/mt_MT.php

7 lines
272 B
PHP
Raw Normal View History

2014-09-25 09:55:32 +04:00
<?php
$TRANSLATIONS = array(
"_%s group found_::_%s groups found_" => array("","","",""),
"_%s user found_::_%s users found_" => array("","","","")
);
$PLURAL_FORMS = "nplurals=4; plural=(n==1 ? 0 : n==0 || ( n%100>1 && n%100<11) ? 1 : (n%100>10 && n%100<20 ) ? 2 : 3);";