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.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -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.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -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

View File

@@ -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.

File diff suppressed because it is too large Load Diff