зеркало из https://github.com/nextcloud/text.git
13 строки
878 B
JavaScript
13 строки
878 B
JavaScript
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);");
|