nextcloud/apps/files_sharing/l10n/ta_LK.php

12 lines
693 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2012-11-20 03:02:08 +04:00
"Password" => "கடவுச்சொல்",
"%s shared the folder %s with you" => "%s கோப்புறையானது %s உடன் பகிரப்பட்டது",
"%s shared the file %s with you" => "%s கோப்பானது %s உடன் பகிரப்பட்டது",
"Download" => "பதிவிறக்குக",
2013-06-30 04:13:07 +04:00
"Upload" => "பதிவேற்றுக",
"Cancel upload" => "பதிவேற்றலை இரத்து செய்க",
2013-06-14 04:52:34 +04:00
"No preview available for" => "அதற்கு முன்னோக்கு ஒன்றும் இல்லை"
2012-11-20 03:02:08 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";