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

hi.js « l10n « settings - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8a4b37ea2064fa763806223a37fa06eceb7fded6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "settings",
    {
    "Email sent" : "ईमेल भेज दिया गया है ",
    "Security Warning" : "सुरक्षा चेतावनी ",
    "More" : "और अधिक",
    "Password" : "पासवर्ड",
    "New password" : "नया पासवर्ड",
    "Cancel" : "रद्द करें ",
    "Username" : "प्रयोक्ता का नाम"
},
"nplurals=2; plural=(n != 1);");