1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-29 11:24:11 +01:00
OwncloudContactsOfficial/l10n/hi.php
2014-10-27 16:25:53 -04:00

11 lines
295 B
PHP

<?php
$TRANSLATIONS = array(
"Cancel" => "रद्द करें ",
"Save" => "सहेजें",
"Add" => "डाले",
"Close" => "बंद करें ",
"Share" => "साझा करें",
"Password" => "पासवर्ड"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";