Path : /var/lib/named/var/lib/named/proc/self/root/srv/www/htdocs/squirrelmail/plugins/demo/ |
Current File : //var/lib/named/var/lib/named/proc/self/root/srv/www/htdocs/squirrelmail/plugins/demo/getpot |
#!/bin/sh XGETTEXT_OPTIONS="--keyword=_ -keyword=N_ --default-domain=demo --no-location" # Allows controlling language option # (gettext v.0.10.40 = -C, gettext 0.11+ = -L php). if [ $SM_OLD_GETTEXT ] ; then XGETTEXT_OPTIONS="${XGETTEXT_OPTIONS} -C"; else XGETTEXT_OPTIONS="${XGETTEXT_OPTIONS} -L php"; fi xgettext ${XGETTEXT_OPTIONS} *.php --output=demo.pot