mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
updated to rev.511
This commit is contained in:
Binary file not shown.
+3439
-3312
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+3635
-3475
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+3474
-3350
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+3474
-3347
File diff suppressed because it is too large
Load Diff
@@ -191,7 +191,6 @@ msgid "You are: "
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: rs_callback.php:72
|
#: rs_callback.php:72
|
||||||
#, php-format
|
|
||||||
msgid "% complete"
|
msgid "% complete"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1583,7 +1582,6 @@ msgid "Search within this sample"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: admin/samplesearch.php:150
|
#: admin/samplesearch.php:150
|
||||||
#, php-format
|
|
||||||
msgid "Use the % character as a wildcard"
|
msgid "Use the % character as a wildcard"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
+3551
-3409
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+3471
-3344
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+3471
-3347
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+3561
-3417
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+3441
-3317
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+3439
-3315
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+3427
-3303
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+3662
-3502
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+3554
-3410
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+3549
-3404
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+3449
-3325
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+3525
-3395
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+4126
-3473
File diff suppressed because it is too large
Load Diff
+3289
-3303
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+3436
-3312
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+3746
-3586
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+3588
-3443
File diff suppressed because it is too large
Load Diff
@@ -2,5 +2,7 @@
|
|||||||
for f in `find ./ -iname *.po`; do
|
for f in `find ./ -iname *.po`; do
|
||||||
BASE=`basename $f .po`
|
BASE=`basename $f .po`
|
||||||
DIR=`dirname $f`
|
DIR=`dirname $f`
|
||||||
|
grep -v '#, php-format' $f > $DIR/tmpfile
|
||||||
|
mv $DIR/tmpfile $f
|
||||||
msgfmt $f -o $DIR/$BASE.mo
|
msgfmt $f -o $DIR/$BASE.mo
|
||||||
done
|
done
|
||||||
|
|||||||
+2
-1
@@ -5,5 +5,6 @@ cd ..
|
|||||||
find . -type f -iname "*.php" | xgettext --keyword='T_' --keyword='TQ_' -o locale/messages.po -j -f -
|
find . -type f -iname "*.php" | xgettext --keyword='T_' --keyword='TQ_' -o locale/messages.po -j -f -
|
||||||
cd locale
|
cd locale
|
||||||
msgmerge -N quexs.pot messages.po > new.po
|
msgmerge -N quexs.pot messages.po > new.po
|
||||||
mv new.po quexs.pot
|
grep -v '#, php-format' new.po > quexs.pot
|
||||||
|
rm new.po
|
||||||
rm messages.po
|
rm messages.po
|
||||||
|
|||||||
Binary file not shown.
+3595
-3434
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user