11 lines
392 B
JavaScript
11 lines
392 B
JavaScript
OC.L10N.register(
|
|
"core",
|
|
{
|
|
"Settings" : "அமைப்புகள்",
|
|
"_{count} file conflict_::_{count} file conflicts_" : ["",""],
|
|
"Send" : "அனுப்பவும்",
|
|
"_download %n file_::_download %n files_" : ["",""],
|
|
"_{count} search result in other places_::_{count} search results in other places_" : ["",""]
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|