diff --git a/README.md b/README.md index 9f359bf..1974030 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,4 @@ This is a score system for scout patrols in the Netherlands. * Copy the whole tree to a webserver with php support. * In /application/config/ copy config_example.php to config.php. -* Edit the config.php and edit the variable base_url +* Edit the config.php and edit the variable base_url, language. diff --git a/application/config/config_example.php b/application/config/config_example.php index 23ef5a5..9e6d625 100644 --- a/application/config/config_example.php +++ b/application/config/config_example.php @@ -76,7 +76,7 @@ $config['url_suffix'] = ''; | than english. | */ -$config['language'] = 'english'; +$config['language'] = 'dutch'; /* |-------------------------------------------------------------------------- diff --git a/application/language/dutch/calendar_lang.php b/application/language/dutch/calendar_lang.php new file mode 100644 index 0000000..890a2dd --- /dev/null +++ b/application/language/dutch/calendar_lang.php @@ -0,0 +1,57 @@ + + + + 403 Forbidden + + + +

Directory access is forbidden.

+ + + diff --git a/application/language/dutch/migration_lang.php b/application/language/dutch/migration_lang.php new file mode 100755 index 0000000..26dbdb4 --- /dev/null +++ b/application/language/dutch/migration_lang.php @@ -0,0 +1,20 @@ +