si_LK.php 609 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);";