nextcloud/apps/files/l10n/ta_IN.php

10 lines
334 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
"Files" => "கோப்புகள்",
2014-05-01 09:56:01 +04:00
"_%n folder_::_%n folders_" => array("",""),
"_%n file_::_%n files_" => array("",""),
2014-07-27 09:54:31 +04:00
"_Uploading %n file_::_Uploading %n files_" => array("",""),
"New folder" => "புதிய கோப்புறை"
2014-05-01 09:56:01 +04:00
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";