svn+ssh://danydb@svn/svn/phpcompta/branches/rel510 ........ r3217 | danydb | 2010-05-16 13:10:27 +0200 (Sun, 16 May 2010) | 4 lines Update translation Cosmetic javascript bug Fix setup problem ........ r3218 | danydb | 2010-05-16 13:23:11 +0200 (Sun, 16 May 2010) | 1 line create htaccess file properly ........ r3219 | danydb | 2010-05-16 13:25:58 +0200 (Sun, 16 May 2010) | 1 line fix bug installation ........ r3220 | danydb | 2010-05-16 14:02:51 +0200 (Sun, 16 May 2010) | 1 line Fix bug due to the removal of echo_debug ........ r3221 | danydb | 2010-05-16 14:07:03 +0200 (Sun, 16 May 2010) | 1 line fix bug in bilan ........ r3222 | danydb | 2010-05-16 14:32:51 +0200 (Sun, 16 May 2010) | 1 line Cosmetic CSS popup ........ r3223 | danydb | 2010-05-16 14:37:16 +0200 (Sun, 16 May 2010) | 2 lines Javascript bugs ........
11 lines
495 B
Bash
11 lines
495 B
Bash
#!/bin/bash
|
|
# Brief : extract strings from the file, in order to update a
|
|
# po file. It is used for the translation
|
|
#
|
|
#
|
|
# This file is a part of PhpCompta under GPL
|
|
# Author D. DE BONTRIDDER ddebontridder@yahoo.fr
|
|
echo "Extract"
|
|
cd ..
|
|
xgettext -L PHP -j --from-code=UTF-8 -p html/lang/en_US/LC_MESSAGES/ html/*.php include/*.php include/template/*.php
|
|
# xgettext -L PHP -j --from-code=UTF-8 -p html/lang/nl_NL/LC_MESSAGES/ html/*.php include/*.php include/template/*.php include/ext/stock/*.php
|