2
0
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:
Alex
2015-12-04 11:23:56 +03:00
46 changed files with 77949 additions and 74569 deletions
Binary file not shown.
+3439 -3312
View File
File diff suppressed because it is too large Load Diff
Binary file not shown.
+3635 -3475
View File
File diff suppressed because it is too large Load Diff
Binary file not shown.
+3474 -3350
View File
File diff suppressed because it is too large Load Diff
Binary file not shown.
+3474 -3347
View File
File diff suppressed because it is too large Load Diff
-2
View File
@@ -191,7 +191,6 @@ msgid "You are: "
msgstr ""
#: rs_callback.php:72
#, php-format
msgid "% complete"
msgstr ""
@@ -1583,7 +1582,6 @@ msgid "Search within this sample"
msgstr ""
#: admin/samplesearch.php:150
#, php-format
msgid "Use the % character as a wildcard"
msgstr ""
Binary file not shown.
+3551 -3409
View File
File diff suppressed because it is too large Load Diff
Binary file not shown.
+3471 -3344
View File
File diff suppressed because it is too large Load Diff
Binary file not shown.
+3471 -3347
View File
File diff suppressed because it is too large Load Diff
Binary file not shown.
+3561 -3417
View File
File diff suppressed because it is too large Load Diff
Binary file not shown.
+3441 -3317
View File
File diff suppressed because it is too large Load Diff
Binary file not shown.
+3439 -3315
View File
File diff suppressed because it is too large Load Diff
Binary file not shown.
+3427 -3303
View File
File diff suppressed because it is too large Load Diff
Binary file not shown.
+3662 -3502
View File
File diff suppressed because it is too large Load Diff
Binary file not shown.
+3554 -3410
View File
File diff suppressed because it is too large Load Diff
Binary file not shown.
+3549 -3404
View File
File diff suppressed because it is too large Load Diff
Binary file not shown.
+3449 -3325
View File
File diff suppressed because it is too large Load Diff
Binary file not shown.
+3525 -3395
View File
File diff suppressed because it is too large Load Diff
Binary file not shown.
+4126 -3473
View File
File diff suppressed because it is too large Load Diff
+3332 -3346
View File
File diff suppressed because it is too large Load Diff
Binary file not shown.
+3436 -3312
View File
File diff suppressed because it is too large Load Diff
Binary file not shown.
+3746 -3586
View File
File diff suppressed because it is too large Load Diff
Binary file not shown.
+3588 -3443
View File
File diff suppressed because it is too large Load Diff
+2
View File
@@ -2,5 +2,7 @@
for f in `find ./ -iname *.po`; do
BASE=`basename $f .po`
DIR=`dirname $f`
grep -v '#, php-format' $f > $DIR/tmpfile
mv $DIR/tmpfile $f
msgfmt $f -o $DIR/$BASE.mo
done
+2 -1
View File
@@ -5,5 +5,6 @@ cd ..
find . -type f -iname "*.php" | xgettext --keyword='T_' --keyword='TQ_' -o locale/messages.po -j -f -
cd locale
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
Binary file not shown.
+3595 -3434
View File
File diff suppressed because it is too large Load Diff