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

ta.js « l10n - github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 00502e3b71645ca580489359df795da4fb436525 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "text",
    {
    "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "பதிவேற்றப்பட்ட கோப்பானது HTML  படிவத்தில் குறிப்பிடப்பட்டுள்ள MAX_FILE_SIZE  directive ஐ விட கூடியது",
    "No file was uploaded" : "எந்த கோப்பும் பதிவேற்றப்படவில்லை",
    "Missing a temporary folder" : "ஒரு தற்காலிகமான கோப்புறையை காணவில்லை",
    "Keyboard shortcuts" : "விசைப்பலகை குறுக்குவழிகள்",
    "Info" : "Info",
    "Warning" : "எச்சரிக்கை",
    "Edit" : "தொகுக்க"
},
"nplurals=2; plural=(n != 1);");