#!/bin/sh
# $Id: create_po_template.sh,v 1.3 2003/07/30 15:15:37 jenst Exp $

#note: requires xgettext version 0.12.1 or greater

echo '# $Id: create_po_template.sh,v 1.3 2003/07/30 15:15:37 jenst Exp $' > gallery.pot

xgettext --files-from=filelist -LPHP --keyword=_ --no-wrap -o - >> gallery.pot
