change translation for nl
This commit is contained in:
parent
41cd7113f4
commit
34abf65d39
@ -92,13 +92,13 @@ my %wdays_txt_de = (
|
|||||||
'Sun' => 'So'
|
'Sun' => 'So'
|
||||||
);
|
);
|
||||||
my %wdays_txt_nl = (
|
my %wdays_txt_nl = (
|
||||||
'Mon' => 'Maa',
|
'Mon' => 'Ma',
|
||||||
'Tue' => 'Din',
|
'Tue' => 'Di',
|
||||||
'Wed' => 'Woe',
|
'Wed' => 'Wo',
|
||||||
'Thu' => 'Don',
|
'Thu' => 'Do',
|
||||||
'Fri' => 'Vri',
|
'Fri' => 'Vr',
|
||||||
'Sat' => 'Zat',
|
'Sat' => 'Za',
|
||||||
'Sun' => 'Zon'
|
'Sun' => 'Zo'
|
||||||
);
|
);
|
||||||
my %wdays_txt_fr = (
|
my %wdays_txt_fr = (
|
||||||
'Mon' => 'Lun',
|
'Mon' => 'Lun',
|
||||||
@ -146,7 +146,7 @@ my %status_items_txt_nl = (
|
|||||||
0 => "Wind",
|
0 => "Wind",
|
||||||
1 => "Vochtigheid",
|
1 => "Vochtigheid",
|
||||||
2 => "Temperatuur",
|
2 => "Temperatuur",
|
||||||
3 => "Direct",
|
3 => "Actueel",
|
||||||
4 => "Weersvoorspelling voor "
|
4 => "Weersvoorspelling voor "
|
||||||
);
|
);
|
||||||
my %status_items_txt_fr = (
|
my %status_items_txt_fr = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user