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.

te.php 875B

123456789101112131415161718
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Help" => "సహాయం",
  4. "Personal" => "వ్యక్తిగతం",
  5. "Settings" => "అమరికలు",
  6. "Users" => "వాడుకరులు",
  7. "seconds ago" => "క్షణాల క్రితం",
  8. "_%n minute ago_::_%n minutes ago_" => array("","%n నిమిషాల క్రితం"),
  9. "_%n hour ago_::_%n hours ago_" => array("","%n గంటల క్రితం"),
  10. "today" => "ఈరోజు",
  11. "yesterday" => "నిన్న",
  12. "_%n day go_::_%n days ago_" => array("","%n రోజుల క్రితం"),
  13. "last month" => "పోయిన నెల",
  14. "_%n month ago_::_%n months ago_" => array("","%n నెలల క్రితం"),
  15. "last year" => "పోయిన సంవత్సరం",
  16. "years ago" => "సంవత్సరాల క్రితం"
  17. );
  18. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";