#!/usr/bin/php \\n" "POT-Creation-Date: $date\\n" "Last-Translator: Generated automatically from source files\\n" "MIME-Version: 1.0\\n" "Content-Type: text/plain; charset=utf-8\\n" "Content-Transfer-Encoding: 8bit\\n" "X-Poedit-SourceCharset: utf-8\\n" msgid "LANG_NAME_NATIVE" msgstr "" msgid "LANG_NAME_INTERNATIONAL" msgstr "" HDR; $pipe = popen( "xgettext --omit-header --add-comments -o - --keyword=tra -L PHP $FILE_LIST", "r" ); $out = fopen("BOINC-Project-Generic.pot", "w"); fwrite($out, $header); stream_copy_to_stream($pipe, $out); fclose($pipe); fclose($out); echo "Done\n"; ?>