From: David Mudrak Date: Sat, 10 Apr 2010 14:01:45 +0000 (+0000) Subject: MDL-15252 Re-committing all English strings exported from AMOS X-Git-Tag: v2.0.0-rc1~4358 X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=commitdiff_plain;h=30c8dd34f70437b15bd7960eb056d8de0c5e0375;hp=30c8dd34f70437b15bd7960eb056d8de0c5e0375 MDL-15252 Re-committing all English strings exported from AMOS From now on, all English strings use the new syntax. They are not eval()'ed any more and the only valid placeholders are {$a} and {$a->foobar}. No extra quotes escaping, dollar sign escaping and putting double percent signs. The modified files were exported from AMOS database repository in the new syntax and were re-ordered by stringid. Standard GNU/GPL and PHPdoc blocks are added. Where there was no copyright note so far, I added the default one with Martin Dougiamas as the copyright holder. Live long and prosper. ---