nextcloud/apps/user_ldap/l10n/az.php

7 lines
187 B
PHP
Raw Normal View History

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