11 Commits

Author SHA1 Message Date
David Mudrak
81e62b6fd5 MDL-12192 temporarily disabled support for colonized labels
The code must be fixed so that the colon is not displayed when the label
is hidden by accessibility CSS.
2010-09-24 11:19:57 +00:00
Martin Dougiamas
e88911c79a MDL-12192 I've set the label sep to   since it's not working reliably atm 2010-07-09 03:43:07 +00:00
David Mudrak
995f2d51d7 MDL-12192 Language specific label separator instead of hardcoded ': '
New string is available. Use get_string('labelsep', 'langconfig') to be used
as a separator between a label and the labelled text. If you want to
produce <label> HTML element, you may be interested in the new
html_writer::label() method. Simple selects and URL selects now use it.

There are bambillion places where ': ' is hardcoded as a separator. I do
not think we have to fix them manually now (and mass search and replace
would be tricky) but everybody should stop adding new.

Do not abuse 'labelsep' for any other purposes. Note that it may not be
colon in some languages or sites.
2010-07-02 12:15:36 +00:00
David Mudrak
0b8c64706f MDL-22575 Preparing langconfig.php in the English pack
As all strings must be defined in the English language pack, we must add
thislanguageint into English langconfig.php, too. Also added empty
parentlang, even it is not used, for the same reason.
2010-05-25 08:40:29 +00:00
Sam Hemelryk
33408822df navigation MDL-22560 changed English thisvertical to btt and cleaned up title orientation code 2010-05-24 08:50:03 +00:00
David Mudrak
bdfc9a6bb9 MDL-22373 The default vertical direction for English is top to bottom 2010-05-07 01:39:24 +00:00
Petr Skoda
25346879b7 MDL-22085 support for iso-639-1 2010-04-20 08:36:22 +00:00
Petr Skoda
0bd028292d MDL-22085 adding iso-639-2 reference string to en lang pack - this way we may look up the corresponding code for each our translation, this may be very useful in exports/imports 2010-04-14 12:17:23 +00:00
Petr Skoda
9006ded3a7 MDL-22050 dear 'thischarset', we did not need you since 1.7, time to say good bye, RIP 2010-04-10 18:20:54 +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