]> git.mjollnir.org Git - moodle.git/commitdiff
Added the firstdayofweek string (0-Sunday, 1-Monday,....6-Saturday).
authorstronk7 <stronk7>
Mon, 23 Feb 2004 12:03:39 +0000 (12:03 +0000)
committerstronk7 <stronk7>
Mon, 23 Feb 2004 12:03:39 +0000 (12:03 +0000)
Needed because this info isn't in locales. This can be used in
a lot of places showing weekly info (backup_scheduled, calendar...)

lang/en/moodle.php
lang/es/moodle.php

index e74e499082b54c83b595a4267fa451e14b37a446..17a5e51d7e5639ed060763e8c3293a6700497fe2 100644 (file)
@@ -350,6 +350,7 @@ $string['files'] = 'Files';
 $string['filesfolders'] = 'Files/folders';
 $string['filloutallfields'] = 'Please fill out all fields in this form';
 $string['findmorecourses'] = 'Find more courses...';
+$string['firstdayofweek'] = '0'; //0-Sunday, 1-Monday,....6-Saturday
 $string['firstname'] = 'Given name';
 $string['firsttime'] = 'Is this your first time here?';
 $string['followingoptional'] = 'The following items are optional';
index 861cdbf36481f4686ce7867cce276b934392bc0b..a4ef433e44345e6e2ff38bdb05ef37adf3f5d312 100644 (file)
@@ -333,6 +333,7 @@ $string['files'] = 'Archivos';
 $string['filesfolders'] = 'Archivos/directorios';
 $string['filloutallfields'] = 'Por favor llene todos los campos de este formulario';
 $string['findmorecourses'] = 'Encontrar más cursos...';
+$string['firstdayofweek'] = '1'; //0-Sunday, 1-Monday,....6-Saturday
 $string['firstname'] = 'Nombre';
 $string['firsttime'] = 'Registrarse como alumno';
 $string['followingoptional'] = 'Los siguientes datos son opcionales';