si_LK.php 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Authentication error" => "සත්‍යාපන දෝෂයක්",
  4. "Group already exists" => "කණ්ඩායම දැනටමත් තිබේ",
  5. "Unable to add group" => "කාණඩයක් එක් කළ නොහැකි විය",
  6. "Email saved" => "වි-තැපෑල සුරකින ලදී",
  7. "Invalid email" => "අවලංගු වි-තැපෑල",
  8. "Unable to delete group" => "කණ්ඩායම මැකීමට නොහැක",
  9. "Unable to delete user" => "පරිශීලකයා මැකීමට නොහැක",
  10. "Language changed" => "භාෂාව ාවනස් කිරීම",
  11. "Invalid request" => "අවලංගු අයැදුමක්",
  12. "Unable to add user to group %s" => "පරිශීලකයා %s කණ්ඩායමට එකතු කළ නොහැක",
  13. "Unable to remove user from group %s" => "පරිශීලකයා %s කණ්ඩායමින් ඉවත් කළ නොහැක",
  14. "Disable" => "අක්‍රිය කරන්න",
  15. "Enable" => "සක්‍රිය කරන්න",
  16. "Error" => "දෝෂයක්",
  17. "Update" => "යාවත්කාල කිරීම",
  18. "Saving..." => "සුරැකෙමින් පවතී...",
  19. "undo" => "නිෂ්ප්‍රභ කරන්න",
  20. "Groups" => "කණ්ඩායම්",
  21. "Group Admin" => "කාණ්ඩ පරිපාලක",
  22. "Delete" => "මකා දමන්න",
  23. "Security Warning" => "ආරක්ෂක නිවේදනයක්",
  24. "Sharing" => "හුවමාරු කිරීම",
  25. "Allow links" => "යොමු සලසන්න",
  26. "Allow resharing" => "යළි යළිත් හුවමාරුවට අවසර දෙමි",
  27. "Allow users to share items shared with them again" => "හුවමාරු කළ හුවමාරුවට අවසර දෙමි",
  28. "Allow users to share with anyone" => "ඕනෑම අයෙකු හා හුවමාරුවට අවසර දෙමි",
  29. "Allow users to only share with users in their groups" => "තම කණ්ඩායමේ අයෙකු හා පමණක් හුවමාරුවට අවසර දෙමි",
  30. "Log" => "ලඝුව",
  31. "More" => "වැඩි",
  32. "Less" => "අඩු",
  33. "Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "නිපදන ලද්දේ <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud සමාජයෙන්</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">මුල් කේතය </a>ලයිසන්ස් කර ඇත්තේ <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a> යටතේ.",
  34. "Add your App" => "යෙදුමක් එක් කිරීම",
  35. "More Apps" => "තවත් යෙදුම්",
  36. "Select an App" => "යෙදුමක් තොරන්න",
  37. "Password" => "මුර පදය",
  38. "Your password was changed" => "ඔබගේ මුර පදය වෙනස් කෙරුණි",
  39. "Unable to change your password" => "මුර පදය වෙනස් කළ නොහැකි විය",
  40. "Current password" => "වත්මන් මුරපදය",
  41. "New password" => "නව මුරපදය",
  42. "Change password" => "මුරපදය වෙනස් කිරීම",
  43. "Email" => "විද්‍යුත් තැපෑල",
  44. "Your email address" => "ඔබගේ විද්‍යුත් තැපෑල",
  45. "Fill in an email address to enable password recovery" => "මුරපද ප්‍රතිස්ථාපනය සඳහා විද්‍යුත් තැපැල් විස්තර ලබා දෙන්න",
  46. "Language" => "භාෂාව",
  47. "Help translate" => "පරිවර්ථන සහය",
  48. "Encryption" => "ගුප්ත කේතනය",
  49. "Create" => "තනන්න",
  50. "Other" => "වෙනත්",
  51. "Username" => "පරිශීලක නම"
  52. );
  53. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";