You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

si_LK.php 4.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Encryption" => "ගුප්ත කේතනය",
  4. "Authentication error" => "සත්‍යාපන දෝෂයක්",
  5. "Group already exists" => "කණ්ඩායම දැනටමත් තිබේ",
  6. "Unable to add group" => "කාණඩයක් එක් කළ නොහැකි විය",
  7. "Email saved" => "වි-තැපෑල සුරකින ලදී",
  8. "Invalid email" => "අවලංගු වි-තැපෑල",
  9. "Unable to delete group" => "කණ්ඩායම මැකීමට නොහැක",
  10. "Unable to delete user" => "පරිශීලකයා මැකීමට නොහැක",
  11. "Language changed" => "භාෂාව ාවනස් කිරීම",
  12. "Invalid request" => "අවලංගු අයැදුමක්",
  13. "Unable to add user to group %s" => "පරිශීලකයා %s කණ්ඩායමට එකතු කළ නොහැක",
  14. "Unable to remove user from group %s" => "පරිශීලකයා %s කණ්ඩායමින් ඉවත් කළ නොහැක",
  15. "Disable" => "අක්‍රිය කරන්න",
  16. "Enable" => "සක්‍රිය කරන්න",
  17. "Error" => "දෝෂයක්",
  18. "Update" => "යාවත්කාල කිරීම",
  19. "undo" => "නිෂ්ප්‍රභ කරන්න",
  20. "Groups" => "කණ්ඩායම්",
  21. "Group Admin" => "කාණ්ඩ පරිපාලක",
  22. "Delete" => "මකා දමන්න",
  23. "None" => "කිසිවක් නැත",
  24. "Login" => "ප්‍රවිශ්ටය",
  25. "Security Warning" => "ආරක්ෂක නිවේදනයක්",
  26. "Sharing" => "හුවමාරු කිරීම",
  27. "Allow links" => "යොමු සලසන්න",
  28. "Allow resharing" => "යළි යළිත් හුවමාරුවට අවසර දෙමි",
  29. "Allow users to share items shared with them again" => "හුවමාරු කළ හුවමාරුවට අවසර දෙමි",
  30. "Allow users to share with anyone" => "ඕනෑම අයෙකු හා හුවමාරුවට අවසර දෙමි",
  31. "Allow users to only share with users in their groups" => "තම කණ්ඩායමේ අයෙකු හා පමණක් හුවමාරුවට අවසර දෙමි",
  32. "Server address" => "සේවාදායකයේ ලිපිනය",
  33. "Port" => "තොට",
  34. "Log" => "ලඝුව",
  35. "More" => "වැඩි",
  36. "Less" => "අඩු",
  37. "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> යටතේ.",
  38. "Add your App" => "යෙදුමක් එක් කිරීම",
  39. "More Apps" => "තවත් යෙදුම්",
  40. "Select an App" => "යෙදුමක් තොරන්න",
  41. "Password" => "මුර පදය",
  42. "Your password was changed" => "ඔබගේ මුර පදය වෙනස් කෙරුණි",
  43. "Unable to change your password" => "මුර පදය වෙනස් කළ නොහැකි විය",
  44. "Current password" => "වත්මන් මුරපදය",
  45. "New password" => "නව මුරපදය",
  46. "Change password" => "මුරපදය වෙනස් කිරීම",
  47. "Email" => "විද්‍යුත් තැපෑල",
  48. "Your email address" => "ඔබගේ විද්‍යුත් තැපෑල",
  49. "Cancel" => "එපා",
  50. "Language" => "භාෂාව",
  51. "Help translate" => "පරිවර්ථන සහය",
  52. "Login Name" => "ප්‍රවිශ්ටය",
  53. "Create" => "තනන්න",
  54. "Other" => "වෙනත්",
  55. "Username" => "පරිශීලක නම"
  56. );
  57. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";