Warning, file /education/gcompris/src/activityintro2msg.awk was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 match($0, /intro:[[:blank:]]+/) { 0002 split(FILENAME, paths, "/") 0003 printf "// i18n: file: %s:%d\n", FILENAME, NR 0004 printf "//i18n: intro voices, see GCompris-voices/README.md - activity: \"%s\"\n", paths[3] 0005 printf "i18n(%s);\n", substr($0, RSTART+RLENGTH) 0006 }