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.

ta_LK.php 4.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Encryption" => "மறைக்குறியீடு",
  4. "Unable to load list from App Store" => "செயலி சேமிப்பிலிருந்து பட்டியலை ஏற்றமுடியாதுள்ளது",
  5. "Authentication error" => "அத்தாட்சிப்படுத்தலில் வழு",
  6. "Group already exists" => "குழு ஏற்கனவே உள்ளது",
  7. "Unable to add group" => "குழுவை சேர்க்க முடியாது",
  8. "Email saved" => "மின்னஞ்சல் சேமிக்கப்பட்டது",
  9. "Invalid email" => "செல்லுபடியற்ற மின்னஞ்சல்",
  10. "Unable to delete group" => "குழுவை நீக்க முடியாது",
  11. "Unable to delete user" => "பயனாளரை நீக்க முடியாது",
  12. "Language changed" => "மொழி மாற்றப்பட்டது",
  13. "Invalid request" => "செல்லுபடியற்ற வேண்டுகோள்",
  14. "Unable to add user to group %s" => "குழு %s இல் பயனாளரை சேர்க்க முடியாது",
  15. "Unable to remove user from group %s" => "குழு %s இலிருந்து பயனாளரை நீக்கமுடியாது",
  16. "Disable" => "இயலுமைப்ப",
  17. "Enable" => "இயலுமைப்படுத்துக",
  18. "Error" => "வழு",
  19. "Update" => "இற்றைப்படுத்தல்",
  20. "undo" => "முன் செயல் நீக்கம் ",
  21. "Groups" => "குழுக்கள்",
  22. "Group Admin" => "குழு நிர்வாகி",
  23. "Delete" => "நீக்குக",
  24. "__language_name__" => "_மொழி_பெயர்_",
  25. "None" => "ஒன்றுமில்லை",
  26. "Login" => "புகுபதிகை",
  27. "Security Warning" => "பாதுகாப்பு எச்சரிக்கை",
  28. "Server address" => "சேவையக முகவரி",
  29. "Port" => "துறை ",
  30. "Credentials" => "சான்று ஆவணங்கள்",
  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>." => "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>.",
  34. "Add your App" => "உங்களுடைய செயலியை சேர்க்க",
  35. "More Apps" => "மேலதிக செயலிகள்",
  36. "Select an App" => "செயலி ஒன்றை தெரிவுசெய்க",
  37. "See application page at apps.owncloud.com" => "apps.owncloud.com இல் செயலி பக்கத்தை பார்க்க",
  38. "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"அனுமதிப்பத்திரம்\"></span>-அனுமதி பெற்ற <span class=\"ஆசிரியர்\"></span>",
  39. "You have used <strong>%s</strong> of the available <strong>%s</strong>" => "நீங்கள் <strong>%s</strong> இலுள்ள <strong>%s</strong>பயன்படுத்தியுள்ளீர்கள்",
  40. "Password" => "கடவுச்சொல்",
  41. "Your password was changed" => "உங்களுடைய கடவுச்சொல் மாற்றப்பட்டுள்ளது",
  42. "Unable to change your password" => "உங்களுடைய கடவுச்சொல்லை மாற்றமுடியாது",
  43. "Current password" => "தற்போதைய கடவுச்சொல்",
  44. "New password" => "புதிய கடவுச்சொல்",
  45. "Change password" => "கடவுச்சொல்லை மாற்றுக",
  46. "Email" => "மின்னஞ்சல்",
  47. "Your email address" => "உங்களுடைய மின்னஞ்சல் முகவரி",
  48. "Cancel" => "இரத்து செய்க",
  49. "Language" => "மொழி",
  50. "Help translate" => "மொழிபெயர்க்க உதவி",
  51. "Login Name" => "புகுபதிகை",
  52. "Create" => "உருவாக்குக",
  53. "Other" => "மற்றவை",
  54. "Username" => "பயனாளர் பெயர்"
  55. );
  56. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";