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.
 
 
 
 
 
 

16 lines
299 B

  1. <?php
  2. $lang = array(
  3. "passes" => "Passes",
  4. "satellite" => "Satellite",
  5. "images" => "Images",
  6. "pass_start" => "Pass start",
  7. "pass_end" => "Pass end",
  8. "max_elev" => "Max elevation",
  9. "elev" => "Elevation",
  10. "page" => "Page",
  11. "of" => "of",
  12. "prev" => "Prev",
  13. "next" => "Next",
  14. );
  15. ?>