1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-12-03 15:24:09 +01:00
OwncloudContactsOfficial/l10n/hi.php

11 lines
295 B
PHP
Raw Normal View History

2014-10-27 21:25:53 +01:00
<?php
$TRANSLATIONS = array(
2014-08-18 06:48:43 +02:00
"Cancel" => "रद्द करें ",
2013-06-20 01:16:34 +02:00
"Save" => "सहेजें",
2013-09-05 11:38:03 +02:00
"Add" => "डाले",
2013-09-18 15:42:25 +02:00
"Close" => "बंद करें ",
2014-05-12 06:49:51 +02:00
"Share" => "साझा करें",
"Password" => "पासवर्ड"
2013-02-12 12:54:12 +01:00
);
2014-10-27 21:25:53 +01:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";