mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 13:02:07 +02:00
MDL-22059 adding some missing parent languages in order to test the installer routines
This commit is contained in:
parent
d8fa5a1377
commit
e2283206db
@ -28,5 +28,6 @@
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
$string['parentlanguage'] = 'de';
|
||||
$string['thisdirection'] = 'ltr';
|
||||
$string['thislanguage'] = 'Deutsch - Du';
|
||||
|
@ -28,5 +28,6 @@
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
$string['parentlanguage'] = 'en';
|
||||
$string['thisdirection'] = 'ltr';
|
||||
$string['thislanguage'] = 'English';
|
||||
|
@ -28,4 +28,5 @@
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
$string['parentlanguage'] = 'es';
|
||||
$string['thislanguage'] = 'Español - Argentina';
|
||||
|
@ -28,5 +28,6 @@
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
$string['parentlanguage'] = 'fr';
|
||||
$string['thisdirection'] = 'ltr';
|
||||
$string['thislanguage'] = 'Français - Canada';
|
||||
|
@ -28,5 +28,6 @@
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
$string['parentlanguage'] = 'pt';
|
||||
$string['thisdirection'] = 'ltr';
|
||||
$string['thislanguage'] = 'Português - Brasil';
|
||||
|
@ -46,6 +46,7 @@ phpversion,install
|
||||
phpversionhelp,install
|
||||
previous,moodle
|
||||
reload,admin
|
||||
remotedownloaderror,error
|
||||
thisdirection,langconfig
|
||||
thislanguage,langconfig
|
||||
welcomep10,install
|
||||
|
Loading…
x
Reference in New Issue
Block a user