nextcloud/apps/user_ldap/l10n/az.php

7 lines
187 B
PHP
Raw Normal View History

2013-12-09 15:40:22 +04:00
<?php
$TRANSLATIONS = array(
2014-04-08 09:57:51 +04:00
"_%s group found_::_%s groups found_" => array("",""),
"_%s user found_::_%s users found_" => array("","")
2013-12-09 15:40:22 +04:00
);
2014-04-08 09:57:51 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";