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

kn.js « l10n - github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8349f5504dba6034088d9d0a483d9f0d5b49fa8a (plain)
1
2
3
4
5
6
7
8
9
10
OC.L10N.register(
    "registration",
    {
    "Saved" : "ಉಳಿಸಿದ",
    "None" : "ಯಾವುದೂ ಇಲ್ಲ",
    "Username" : "ಬಳಕೆಯ ಹೆಸರು",
    "Password" : "ಗುಪ್ತ ಪದ",
    "Email" : "ಇ-ಅಂಚೆ"
},
"nplurals=2; plural=(n > 1);");