nextcloud/apps/user_ldap/l10n/pa.php

9 lines
247 B
PHP
Raw Normal View History

2013-09-18 19:50:02 +04:00
<?php
$TRANSLATIONS = array(
"Error" => "ਗਲਤੀ",
2013-10-27 10:32:11 +04:00
"_%s group found_::_%s groups found_" => array("",""),
"_%s user found_::_%s users found_" => array("",""),
2013-09-18 19:50:02 +04:00
"Password" => "ਪਾਸਵਰ"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";