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 1.5KB

123456789101112131415161718192021222324
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Help" => "உதவி",
  4. "Personal" => "தனிப்பட்ட",
  5. "Settings" => "அமைப்புகள்",
  6. "Users" => "பயனாளர்",
  7. "Admin" => "நிர்வாகம்",
  8. "web services under your control" => "வலைய சேவைகள் உங்களுடைய கட்டுப்பாட்டின் கீழ் உள்ளது",
  9. "Application is not enabled" => "செயலி இயலுமைப்படுத்தப்படவில்லை",
  10. "Authentication error" => "அத்தாட்சிப்படுத்தலில் வழு",
  11. "Token expired. Please reload page." => "அடையாளவில்லை காலாவதியாகிவிட்டது. தயவுசெய்து பக்கத்தை மீள் ஏற்றுக.",
  12. "Could not find category \"%s\"" => "பிரிவு \"%s\" ஐ கண்டுப்பிடிக்க முடியவில்லை",
  13. "seconds ago" => "செக்கன்களுக்கு முன்",
  14. "_%n minute ago_::_%n minutes ago_" => array("",""),
  15. "_%n hour ago_::_%n hours ago_" => array("",""),
  16. "today" => "இன்று",
  17. "yesterday" => "நேற்று",
  18. "_%n day go_::_%n days ago_" => array("",""),
  19. "last month" => "கடந்த மாதம்",
  20. "_%n month ago_::_%n months ago_" => array("",""),
  21. "last year" => "கடந்த வருடம்",
  22. "years ago" => "வருடங்களுக்கு முன்"
  23. );
  24. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";