Warning, file /utilities/kate/addons/externaltools/Messages.sh was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 #! /bin/sh
0002 $EXTRACTRC *.rc *.ui >> rc.cpp
0003 for i in externaltools-config/*; do
0004     grep -n -e '^ *name=' $i | sed 's!^\(.*\):.*name= *\(.*\) *$!// i18n: file: \1\ni18nc("External tool name", "\2");!' | sed 's/ \+")/")/' >>rc.cpp || exit 13
0005     grep -n -e '^ *category=' $i | sed 's!^\(.*\):.*category= *\(.*\) *$!// i18n: file: \1\ni18nc("External tool category", "\2");!' | sed 's/ \+")/")/' >>rc.cpp || exit 13
0006 done
0007 $XGETTEXT *.cpp  -o $podir/kateexternaltoolsplugin.pot