Changeset 6503
- Timestamp:
- 08/29/08 11:00:34 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/amp_conf/htdocs/recordings/locale/locale.txt
r1098 r6503 1 1 // To create the .po (write your translations to this file): 2 $ find *.php ../includes/* ../modules/*.module ../misc/*.php ../theme/*| xargs xgettext -L PHP -o ari.po --keyword=_ -2 $ find ../includes/*.php ../modules/*.module ../misc/*.php ../theme/*.php | xargs xgettext -L PHP -o ari.po --keyword=_ - 3 3 4 4 // To create the utf-8 .po … … 16 16 // for this to work all translated files need to be converted to utf-8 (use iconv) 17 17 // 18 find ../ *.php ../includes/* ../modules/*.module ../misc/*.php ../theme/*.css| xargs xgettext -L PHP -o ari.po --keyword=_ -18 find ../includes/*.php ../modules/*.module ../misc/*.php ../theme/*.php | xargs xgettext -L PHP -o ari.po --keyword=_ - 19 19 iconv -f iso-8859-1 -t utf-8 -o ari.utf-8.po ari.po 20 20 msgmerge el_GR/LC_MESSAGES/ari.po ari.utf-8.po --output-file=el_GR/LC_MESSAGES/ari.po … … 32 32 msgmerge pt_BR/LC_MESSAGES/ari.po ari.utf-8.po --output-file=pt_BR/LC_MESSAGES/ari.po 33 33 msgfmt -v pt_BR/LC_MESSAGES/ari.po -o pt_BR/LC_MESSAGES/ari.mo 34 msgmerge sv_SE/LC_MESSAGES/ari.po ari.po --output-file=sv_SE/LC_MESSAGES/ari.po 34 msgmerge zh_TW/LC_MESSAGES/ari.po ari.utf-8.po --output-file=zh_TW/LC_MESSAGES/ari.po 35 msgfmt -v zh_TW/LC_MESSAGES/ari.po -o zh_TW/LC_MESSAGES/ari.mo 36 msgmerge sv_SE/LC_MESSAGES/ari.po ari.utf-8.po --output-file=sv_SE/LC_MESSAGES/ari.po 35 37 msgfmt -v sv_SE/LC_MESSAGES/ari.po -o sv_SE/LC_MESSAGES/ari.mo 36 38 freepbx/trunk/amp_conf/htdocs/recordings/locale/readme.txt
r1003 r6503 1 1 // To create the .po (write your translations to this file): 2 $ find *.php ../includes/* ../modules/*.module ../misc/*.php ../theme/*| xargs xgettext -L PHP -o ari.po --keyword=_ -2 $ find ../includes/*.php ../modules/*.module ../misc/*.php ../theme/*.php | xargs xgettext -L PHP -o ari.po --keyword=_ - 3 3 4 4 // To create the utf-8 .po … … 16 16 // for this to work all translated files need to be converted to utf-8 (use iconv) 17 17 // 18 find *.php ../includes/* ../modules/*.module ../misc/*.php ../theme/*| xargs xgettext -L PHP -o ari.po --keyword=_ -18 find ../includes/*.php ../modules/*.module ../misc/*.php ../theme/*.php | xargs xgettext -L PHP -o ari.po --keyword=_ - 19 19 iconv -f iso-8859-1 -t utf-8 -o ari.utf-8.po ari.po 20 20 msgmerge el_GR/LC_MESSAGES/ari.po ari.utf-8.po --output-file=el_GR/LC_MESSAGES/ari.po … … 32 32 msgmerge pt_BR/LC_MESSAGES/ari.po ari.utf-8.po --output-file=pt_BR/LC_MESSAGES/ari.po 33 33 msgfmt -v pt_BR/LC_MESSAGES/ari.po -o pt_BR/LC_MESSAGES/ari.mo 34 msgmerge zh_TW/LC_MESSAGES/ari.po ari.utf-8.po --output-file=zh_TW/LC_MESSAGES/ari.po 35 msgfmt -v zh_TW/LC_MESSAGES/ari.po -o zh_TW/LC_MESSAGES/ari.mo 34 36 msgmerge sv_SE/LC_MESSAGES/ari.po ari.utf-8.po --output-file=sv_SE/LC_MESSAGES/ari.po 35 37 msgfmt -v sv_SE/LC_MESSAGES/ari.po -o sv_SE/LC_MESSAGES/ari.mo
