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

ne.js « l10n - github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 44ceb43c8c793cfb3c4d88fc4381410af81e73a3 (plain)
1
2
3
4
5
6
7
8
9
OC.L10N.register(
    "serverinfo",
    {
    "Copied!" : "प्रतिलिपि गरियो!",
    "Not supported!" : "समर्थित छैन!",
    "Press ⌘-C to copy." : "प्रतिलिपि गर्न ⌘-C थिच्नुहोस्।",
    "Press Ctrl-C to copy." : "प्रतिलिपि गर्न Ctrl-C थिच्नुहोस्।"
},
"nplurals=2; plural=(n != 1);");