This repository was archived by the owner on Oct 18, 2020. It is now read-only.
File tree 5 files changed +19
-19
lines changed
5 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 37
37
"noMostUsed " => "Keine vorherigen Routen gefunden " ,
38
38
"noNearbyStations " => "Kein Bahnhof in Ihrer Nähe gefunden " ,
39
39
"noFav " => "Sie haben noch keine Favoriten. " ,
40
- "EN " => "Englisch " ,
41
- "NL " => "Niederländisch " ,
42
- "DE " => "Deutsch " ,
43
- "FR " => "Französisch " ,
40
+ "en " => "Englisch " ,
41
+ "nl " => "Niederländisch " ,
42
+ "de " => "Deutsch " ,
43
+ "fr " => "Französisch " ,
44
44
"datausedfrom " => "basierend auf Daten von " ,
45
45
"madeby " => "Made by " ,
46
46
"npo " => "NPO " ,
Original file line number Diff line number Diff line change 37
37
"noMostUsed " => "Cannot find any last used routes " ,
38
38
"noNearbyStations " => "Couln't find any station nearby " ,
39
39
"noFav " => "You don't have a favourite yet. " ,
40
- "EN " => "English " ,
41
- "NL " => "Dutch " ,
42
- "DE " => "German " ,
43
- "FR " => "French " ,
40
+ "en " => "English " ,
41
+ "nl " => "Dutch " ,
42
+ "de " => "German " ,
43
+ "fr " => "French " ,
44
44
"datausedfrom " => "Data used from " ,
45
45
"madeby " => "Made by " ,
46
46
"npo " => "NPO " ,
Original file line number Diff line number Diff line change 37
37
"noMostUsed " => "Impossible de trouver vops derniers voyages " ,
38
38
"noNearbyStations " => "Impossible de trouver les gares à proximité " ,
39
39
"noFav " => "Veuillez enregistrer vos favoris. " ,
40
- "EN " => "Anglais " ,
41
- "NL " => "Néerlandais " ,
42
- "DE " => "Allemand " ,
43
- "FR " => "Francais " ,
40
+ "en " => "Anglais " ,
41
+ "nl " => "Néerlandais " ,
42
+ "de " => "Allemand " ,
43
+ "fr " => "Francais " ,
44
44
"datausedfrom " => "Données en provenance de " ,
45
45
"madeby " => "Réalisé par " ,
46
46
"npo " => "ASBL " ,
Original file line number Diff line number Diff line change 37
37
"noMostUsed " => "Geen laatst gebruikte routes beschikbaar. " ,
38
38
"noNearbyStations " => "Kan geen stations vinden die zich dichtbij bevinden. " ,
39
39
"noFav " => "U heeft nog geen favoriete route. " ,
40
- "EN " => "Engels " ,
41
- "NL " => "Nederlands " ,
42
- "DE " => "Duits " ,
43
- "FR " => "Frans " ,
40
+ "en " => "Engels " ,
41
+ "nl " => "Nederlands " ,
42
+ "de " => "Duits " ,
43
+ "fr " => "Frans " ,
44
44
"datausedfrom " => "Data gebruikt van " ,
45
45
"madeby " => "Mogelijk gemaakt door " ,
46
46
"npo " => "VZW " ,
Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ abstract class Page {
17
17
18
18
//CONFIGURATION OF THIS CLASS
19
19
protected $ AVAILABLE_TEMPLATES = array ("iRail " );
20
- protected $ AVAILABLE_LANGUAGES = array ("EN " , "NL " , "FR " , "DE " );
20
+ protected $ AVAILABLE_LANGUAGES = array ("en " , "nl " , "fr " , "de " );
21
21
private $ template = "iRail " ;
22
22
private $ detectLanguage = true ;
23
23
private $ doErrorhandling = true ;
24
24
25
25
//DON'T TOUCH
26
26
private $ pageName ;
27
- private $ lang = "EN " ;
27
+ private $ lang = "en " ;
28
28
29
29
protected $ user ;
30
30
@@ -78,7 +78,7 @@ private function detectLanguage() {
78
78
}
79
79
80
80
}else {
81
- $ this ->lang = "EN " ;
81
+ $ this ->lang = "en " ;
82
82
}
83
83
if (isset ($ _GET ["lang " ])) {
84
84
$ lang = $ _GET ["lang " ];
You can’t perform that action at this time.
0 commit comments