#!/bin/sh
xgettext --keyword=_ -keyword=N_  --default-domain=naguser \
    --no-location -C *.php --output=naguser.pot
