Lines Matching refs:xml
6 cat <<\EOF > mf.appdata.xml
7 <?xml version="1.0" encoding="UTF-8"?>
105 cat <<\EOF > mf.appdata.xml.ok
106 <?xml version="1.0" encoding="UTF-8"?>
118 …<p xml:lang="fr">Caractères est un utilitaire pour chercher et insérer des caractères inhabituels.…
119 …<p xml:lang="de">Zeichen ist ein einfaches Hilfsprogramm zum Auffinden und Einsetzen von selten ve…
124 …<p xml:lang="fr">Vous pouvez aussi naviguer dans les caractères par catégories, comme par Ponctuat…
125 …<p xml:lang="de">Sie können ebenfalls nach Kategorie suchen, wie z.B. nach Zeichensetzung oder Bil…
132 cat <<\EOF > mf.appdata.xml.desired.ok
133 <?xml version="1.0" encoding="UTF-8"?>
145 …<p xml:lang="fr">Caractères est un utilitaire pour chercher et insérer des caractères inhabituels.…
150 …<p xml:lang="fr">Vous pouvez aussi naviguer dans les caractères par catégories, comme par Ponctuat…
161 ${MSGFMT} --xml --template=mf.appdata.xml -d po -o mf.appdata.xml.out \
167 ${MSGFMT} --xml --template=mf.appdata.xml -d po -o mf.appdata.xml.out \
178 ${MSGFMT} --xml --template=mf.appdata.xml -d po \
182 ${MSGFMT} --xml --template=mf.appdata.xml -d po -o mf.appdata.xml.out -l fr \
186 ${MSGFMT} --xml --template=mf.appdata.xml -d po -o mf.appdata.xml.out po/fr.po \
192 ${MSGFMT} --xml --template=mf.appdata.xml -d po -o mf.appdata.xml.out || Exit 1
194 ${DIFF} mf.appdata.xml.ok mf.appdata.xml.out
199 LINGUAS="fr ja" ${MSGFMT} --xml --template=mf.appdata.xml -d po -o mf.appdata.xml.desired.out || Ex…
202 ${DIFF} mf.appdata.xml.desired.ok mf.appdata.xml.desired.out