nextcloud/core/l10n/ta_IN.php

8 lines
240 B
PHP
Raw Normal View History

2014-05-01 09:56:01 +04:00
<?php
$TRANSLATIONS = array(
2014-07-27 09:54:31 +04:00
"Settings" => "அமைப்புகள்",
"_{count} file conflict_::_{count} file conflicts_" => array("",""),
"Send" => "அனுப்பவும்"
2014-05-01 09:56:01 +04:00
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";