11 lines
343 B
JavaScript
11 lines
343 B
JavaScript
// I18N constants
|
|
// LANG: "de", ENCODING: UTF-8 | ISO-8859-1
|
|
// Author: Udo Schmal (gocher), http://www.schaffrath-neuemedien.de/, udo.schmal@t-online.de
|
|
{
|
|
"language select": "Taalkeuze",
|
|
"— language —": "— taal —",
|
|
"Greek": "Grieks",
|
|
"English": "Engels",
|
|
"French": "Frans",
|
|
"Latin": "Latijns"
|
|
}; |