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: 691746af918de978beedd17c442431b6d71a663c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
OC.L10N.register(
    "mail",
    {
    "Personal" : "ವೈಯಕ್ತಿಕ",
    "Mail" : "ಅಂಚೆ",
    "Name" : "ಹೆಸರು",
    "Password" : "ಗುಪ್ತ ಪದ",
    "None" : "ಯಾವುದೂ ಇಲ್ಲ",
    "SMTP Password" : "SMTP ಗುಪ್ತ ಪದ",
    "Save" : "ಉಳಿಸಿ",
    "Cancel" : "ರದ್ದು",
    "Send" : "ಕಳುಹಿಸಿ",
    "Favorite" : "ಅಚ್ಚುಮೆಚ್ಚಿನ",
    "Select" : "Select",
    "Edit tags" : "ಕಿರು-ಪದ ಗಳನ್ನು ಸಂಪಾದಿಸು",
    "Move" : "Move",
    "Create" : "ಸೃಷ್ಟಿಸಿ",
    "Choose" : "ಆಯ್ಕೆ",
    "Favorites" : "ಅಚ್ಚುಮೆಚ್ಚಿನ",
    "Other" : "ಇತರೆ",
    "Settings" : "ಆಯ್ಕೆ",
    "Quota" : "ಪಾಲು",
    "Delete" : "ಅಳಿಸಿ",
    "Add" : "ಸೇರಿಸಿ",
    "Disabled" : "ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಲಾಗಿದೆ",
    "Enabled" : "ಸಕ್ರಿಯಗೊಳಿಸಿದೆ",
    "Remove" : "ತೆಗೆದುಹಾಕಿ",
    "Reset" : "ಮರುಹೊಂದಿಸಿ",
    "User" : "User",
    "Host" : "ಅತಿಥೆಯ-ಗಣಕ",
    "Port" : "ರೇವು",
    "Search" : "Search",
    "All" : "ಎಲ್ಲಾ"
},
"nplurals=2; plural=(n > 1);");