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

kn.js « l10n - github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2f0ebd2f0291cff9523a0123031a72dc8bca10a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
OC.L10N.register(
    "mail",
    {
    "Mail" : "ಅಂಚೆ",
    "Name" : "ಹೆಸರು",
    "Password" : "ಗುಪ್ತ ಪದ",
    "None" : "ಯಾವುದೂ ಇಲ್ಲ",
    "SMTP Password" : "SMTP ಗುಪ್ತ ಪದ",
    "Save" : "ಉಳಿಸಿ",
    "Send" : "ಕಳುಹಿಸಿ",
    "Delete" : "ಅಳಿಸಿ",
    "Settings" : "ಆಯ್ಕೆ",
    "Add folder" : "Add folder",
    "Delete account" : "Delete account",
    "User" : "User",
    "Host" : "ಅತಿಥೆಯ-ಗಣಕ",
    "Port" : "ರೇವು",
    "Search" : "Search"
},
"nplurals=2; plural=(n > 1);");