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

kn.js « l10n - github.com/nextcloud/backup.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5b86551491c9b859bdc2aca67377245ffdf67c77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OC.L10N.register(
    "backup",
    {
    "days" : "ದಿನಗಳು",
    "Error" : "ತಪ್ಪಾಗಿದೆ",
    "Local storage" : "Local storage",
    "External storage" : "External storage",
    "Delete" : "ಅಳಿಸಿ",
    "Cancel" : "ರದ್ದು",
    "Pending" : "ಬಾಕಿ ಇದೆ",
    "Date" : "Date",
    "Local" : "ಸ್ಥಳೀಯ"
},
"nplurals=2; plural=(n > 1);");