ta_LK.php 693 B

123456789101112
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Password" => "கடவுச்சொல்",
  4. "%s shared the folder %s with you" => "%s கோப்புறையானது %s உடன் பகிரப்பட்டது",
  5. "%s shared the file %s with you" => "%s கோப்பானது %s உடன் பகிரப்பட்டது",
  6. "Download" => "பதிவிறக்குக",
  7. "Upload" => "பதிவேற்றுக",
  8. "Cancel upload" => "பதிவேற்றலை இரத்து செய்க",
  9. "No preview available for" => "அதற்கு முன்னோக்கு ஒன்றும் இல்லை"
  10. );
  11. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";