Commit Graph

24 Commits

Author SHA1 Message Date
Moodle HQ git importer 4a97fa7c60 Fixing drift between CVS and git 2010-07-07 05:49:24 +00:00
David Mudrak 30c8dd34f7 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.
2010-04-10 14:01:45 +00:00
Petr Skoda 3a915b0667 MDL-21693 Dropping _utf8 suffix from language codes and folder names; enabling new string managers - please note the transition is not yet fully complete because we need to wait for git to recognize the renames in cvs 2010-04-10 07:24:56 +00:00
moodler cfa40737cf Removing all the language packs from HEAD!! 8-D 2006-02-06 09:22:14 +00:00
julmis 1290468f20 Merging from STABLE
- fixing Bug 3576
2005-06-26 06:19:46 +00:00
moodler a09e99ea1c Added new information to the HTMLArea popup error when trying to use Paste
and made it translatable.
2005-05-08 14:56:34 +00:00
julmis 61b6a920ab Adding search and replace strings 2005-03-25 21:11:19 +00:00
moodler 7c37216deb Nolink is not only for glossaries 2005-02-07 15:06:13 +00:00
julmis 101037c379 Adding new strings for the editor 2005-01-29 20:02:13 +00:00
julmis 23342b406e Updating editor strings. 2005-01-22 10:55:25 +00:00
gustav_delius 839f2456bb XHTML compliance
- fixed (hopefully) all <img> tags
- global replace on <br> to <br />
- &amp; in URLs
- got the forum module XHTML compliant
Julian Sedding
2004-09-16 17:13:57 +00:00
gustav_delius dcb1bd3c9a towards XHTML compliance 2004-09-12 13:21:01 +00:00
moodler c2ceeff0b5 Added some missing strings 2004-08-17 09:27:17 +00:00
julmis 251e4497c0 Adding anchors strings 2004-08-16 23:55:01 +00:00
moodler aa94692460 Fixed Browse button (added ellipsis) and missing string "Anchor" 2004-08-15 14:31:28 +00:00
moodler db6450c5e4 Added new strings for editor 2004-05-15 03:21:41 +00:00
moodler c8d63a00e4 Added 'removelink' 2004-03-21 01:55:01 +00:00
moodler 677d1679fa Some new strings, including filter names 2004-02-22 12:14:37 +00:00
moodler 892a80dc63 New, speedier English translation. All files and every line has changed.
This is working OK in my testing, but please contact me immediately
if you find any errors.
2003-11-18 07:28:46 +00:00
moodler 14b6fcdb5f The font style menu is now translatable (Heading, etc) 2003-11-03 05:30:32 +00:00
moodler bfdc52bd32 Missing a semicolon! LOL 2003-10-29 16:28:41 +00:00
moodler 0a8ba9dd7d Sorted the strings, minor fixes 2003-10-29 12:48:17 +00:00
moodler 088e092db8 More language fixes, mostly using print_string instead of get_string 2003-10-29 08:21:52 +00:00
moodler 4c46c425db Changes to integrate the new HTML editor into Moodle in an optional way
until it's stable enough to replace Richtext

To enable the new editor, add this line into config.php:

  $CFG->useneweditor = true;
2003-10-29 08:06:11 +00:00