mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 10:56:56 +02:00
fixed all thisdirection strings to rtl or ltr instead of translations
changed all translated parentlanguage strngs to empty strings (->default english) See discussion http://moodle.org/mod/forum/discuss.php?d=24501#115858
This commit is contained in:
parent
061d8339a6
commit
3e688521c6
16 changed files with 19 additions and 19 deletions
|
@ -795,7 +795,7 @@ $string['pageheaderconfigablock'] = 'Konfiguration eines Blocks in %%fullname%%'
|
|||
$string['parentcoursenotfound'] = 'Kurs nicht gefunden!';
|
||||
$string['parentcoursenotmetacourse'] = 'Kurs ist kein Metakurs!';
|
||||
$string['parentfolder'] = 'Übergeordneter Ordner';
|
||||
$string['parentlanguage'] = 'Muttersprache';
|
||||
$string['parentlanguage'] = '';
|
||||
$string['participants'] = 'Teilnehmer/innen';
|
||||
$string['password'] = 'Passwort';
|
||||
$string['passwordchanged'] = 'Passwort wurde geändert';
|
||||
|
@ -989,7 +989,7 @@ $string['theme'] = 'Thema';
|
|||
$string['themes'] = 'Themen';
|
||||
$string['themesaved'] = 'Neues Thema gespeichert';
|
||||
$string['thischarset'] = 'iso-8859-1';
|
||||
$string['thisdirection'] = 'diese Richtung';
|
||||
$string['thisdirection'] = 'ltr';
|
||||
$string['thislanguage'] = 'Deutsch';
|
||||
$string['time'] = 'Zeit';
|
||||
$string['timezone'] = 'Zeitzone';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue