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

te.js « l10n « settings - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f09acb410606b4df0e4ff64342bfea487f876de0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OC.L10N.register(
    "settings",
    {
    "Delete" : "తొలగించు",
    "Server address" : "సేవకి చిరునామా",
    "More" : "మరిన్ని",
    "Password" : "సంకేతపదం",
    "New password" : "కొత్త సంకేతపదం",
    "Email" : "ఈమెయిలు",
    "Your email address" : "మీ ఈమెయిలు చిరునామా",
    "Cancel" : "రద్దుచేయి",
    "Language" : "భాష",
    "Username" : "వాడుకరి పేరు"
},
"nplurals=2; plural=(n != 1);");