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

ta.js « l10n - github.com/nextcloud/backup.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 611a631d15f645276ec29e698028a3a1f13ce411 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "backup",
    {
    "Error" : "வழு",
    "Local storage" : "Local storage",
    "External storage" : "External storage",
    "Actions" : "செயல்கள்",
    "Delete" : "நீக்குக",
    "Cancel" : "இரத்து செய்க",
    "Pending" : "நிலுவையிலுள்ள",
    "Date" : "Date"
},
"nplurals=2; plural=(n != 1);");