nextcloud/apps/files/l10n/hi.php

12 lines
363 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2013-06-08 04:13:41 +04:00
"Share" => "साझा करें",
2013-08-15 17:41:45 +04:00
"_%n folder_::_%n folders_" => array("",""),
"_%n file_::_%n files_" => array("",""),
2013-08-30 17:38:20 +04:00
"_Uploading %n file_::_Uploading %n files_" => array("",""),
2013-10-27 10:32:11 +04:00
"Error" => "त्रुटि",
2013-09-18 19:50:02 +04:00
"Upload" => "अपलोड ",
2013-06-08 04:13:41 +04:00
"Save" => "सहेजें"
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";