si_LK.php 1.7 KB

12345678910111213141516171819202122232425262728293031
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Help" => "උදව්",
  4. "Personal" => "පෞද්ගලික",
  5. "Settings" => "සිටුවම්",
  6. "Users" => "පරිශීලකයන්",
  7. "Admin" => "පරිපාලක",
  8. "web services under your control" => "ඔබට පාලනය කළ හැකි වෙබ් සේවාවන්",
  9. "ZIP download is turned off." => "ZIP භාගත කිරීම් අක්‍රියයි",
  10. "Files need to be downloaded one by one." => "ගොනු එකින් එක භාගත යුතුයි",
  11. "Back to Files" => "ගොනු වෙතට නැවත යන්න",
  12. "Selected files too large to generate zip file." => "තෝරාගත් ගොනු ZIP ගොනුවක් තැනීමට විශාල වැඩිය.",
  13. "Application is not enabled" => "යෙදුම සක්‍රිය කර නොමැත",
  14. "Authentication error" => "සත්‍යාපන දෝෂයක්",
  15. "Token expired. Please reload page." => "ටෝකනය කල් ඉකුත් වී ඇත. පිටුව නැවුම් කරන්න",
  16. "Files" => "ගොනු",
  17. "Text" => "පෙළ",
  18. "Images" => "අනු රූ",
  19. "seconds ago" => "තත්පරයන්ට පෙර",
  20. "_%n minute ago_::_%n minutes ago_" => array("",""),
  21. "_%n hour ago_::_%n hours ago_" => array("",""),
  22. "today" => "අද",
  23. "yesterday" => "ඊයේ",
  24. "_%n day go_::_%n days ago_" => array("",""),
  25. "last month" => "පෙර මාසයේ",
  26. "_%n month ago_::_%n months ago_" => array("",""),
  27. "last year" => "පෙර අවුරුද්දේ",
  28. "years ago" => "අවුරුදු කීපයකට පෙර"
  29. );
  30. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";