From 7754a0df58dc7723cf91153a31c9615480a84885 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Mon, 23 Feb 2004 12:03:39 +0000 Subject: [PATCH] Added the firstdayofweek string (0-Sunday, 1-Monday,....6-Saturday). 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 | 1 + lang/es/moodle.php | 1 + 2 files changed, 2 insertions(+) diff --git a/lang/en/moodle.php b/lang/en/moodle.php index e74e499082..17a5e51d7e 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -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'; diff --git a/lang/es/moodle.php b/lang/es/moodle.php index 861cdbf364..a4ef433e44 100644 --- a/lang/es/moodle.php +++ b/lang/es/moodle.php @@ -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'; -- 2.39.5