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.

es_CL.php 507B

12345678910111213141516
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Settings" => "Configuración",
  4. "Files" => "Archivos",
  5. "seconds ago" => "segundos antes",
  6. "_%n minute ago_::_%n minutes ago_" => array("",""),
  7. "_%n hour ago_::_%n hours ago_" => array("",""),
  8. "today" => "hoy",
  9. "yesterday" => "ayer",
  10. "_%n day go_::_%n days ago_" => array("",""),
  11. "last month" => "mes anterior",
  12. "_%n month ago_::_%n months ago_" => array("",""),
  13. "last year" => "último año",
  14. "years ago" => "años anteriores"
  15. );
  16. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";