French is first entry with UTF-8 character
This commit is contained in:
parent
68f0942727
commit
b2319c055f
|
@ -1,19 +1,21 @@
|
||||||
# LDAP Account Manager Language Configuration file
|
# LDAP Account Manager language configuration file
|
||||||
|
#
|
||||||
|
# Do not modify!
|
||||||
|
|
||||||
# Each line consists of a : seperated entrys. The first entry is the link to the language definition, the second is the language description. Further entries are not used yet.
|
# Each line consists of a ":"-seperated entry. The first part is the locale name,
|
||||||
# Normally you don't have to edit this file manually. It is modified automatically when you add a new language in the Configuration-Site.
|
# the second is the character encoding and the third the language name.
|
||||||
|
|
||||||
# Englisch Language
|
# English
|
||||||
en_GB.utf8:UTF-8:English (Great Britain)
|
en_GB.utf8:UTF-8:English (Great Britain)
|
||||||
|
|
||||||
# French language
|
# French
|
||||||
fr_FR.utf8:UTF-8:Francais (France)
|
fr_FR.utf8:UTF-8:Français (France)
|
||||||
|
|
||||||
# German Language
|
# German
|
||||||
de_DE.utf8:UTF-8:Deutsch (Deutschland)
|
de_DE.utf8:UTF-8:Deutsch (Deutschland)
|
||||||
|
|
||||||
# Hungarian Language
|
# Hungarian
|
||||||
hu_HU.utf8:UTF-8:Magyar (Magyarorszag)
|
hu_HU.utf8:UTF-8:Magyar (Magyarorszag)
|
||||||
|
|
||||||
# Japanese Language
|
# Japanese
|
||||||
ja_JP.utf8:UTF-8:Japanese
|
ja_JP.utf8:UTF-8:Japanese
|
||||||
|
|
Loading…
Reference in New Issue