nextcloud/apps/files_external/l10n/te.php

8 lines
210 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2013-07-02 17:35:55 +04:00
"Folder name" => "సంచయం పేరు",
2013-03-27 03:11:05 +04:00
"Users" => "వాడుకరులు",
"Delete" => "తొలగించు"
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";