Welcome to mirror list, hosted at ThFree Co, Russian Federation.

hi.php « l10n « settings - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 67463ef7bd414554390baca1f2b4cc52e56171f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
$TRANSLATIONS = array(
"Email sent" => "ईमेल भेज दिया गया है ",
"Error" => "त्रुटि",
"Update" => "अद्यतन",
"Security Warning" => "सुरक्षा चेतावनी ",
"Password" => "पासवर्ड",
"New password" => "नया पासवर्ड",
"Username" => "प्रयोक्ता का नाम"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";