6f55d4de70
strings marked as _("translate me") 2) Added _() for all names and descriptions for the tracks and GPs 3) Improved update_pot.sh to create the entries for all track and GP files. 4) Updated supertuxkart.pot to include all GPs and tracks. git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1844 178a84e3-b1eb-0310-8ba1-8eac791a3b58
11 lines
516 B
Common Lisp
11 lines
516 B
Common Lisp
;; -*- mode: lisp -*-
|
|
|
|
(supertuxkart-cup
|
|
(name _("All tracks"))
|
|
(description _("All 13 tracks included in SuperTuxKart"))
|
|
(tracks "beach" "startrack" "lighthouse" "jungle" "volcano" "islandtrack" "sandtrack" "fortmagma" "snowtuxpeak" "littlevolcano" "olivermath" "race" "city" "canyon" "subseatrack" "tuxtrack")
|
|
(laps 2 3 4 3 3 2 3 3 3 2 4 5 2 2 3 2)
|
|
)
|
|
|
|
;; EOF ;;
|