[TYPO3-german] Typo3 6.2 Neue Sprache Wert nicht erlaubt
Börge Hendrik
sproede at gmx.de
Sun Apr 19 12:08:38 CEST 2015
Habe folgendes Problem,
vorhandene Version Typo3 4.5 auf 6.2 aktualisiert inkl. Update Wizard.
Habe nun einige Ãnderungen vorgenommen und die alten Sprachversionen werden auch angezeigt.
Ein neues Objekt anlegen klappt wunderbar, jedoch wenn ich dann z.B. Englisch NEU als Version anlegen möchte,
dann kommt unter Sprache im Element immer "Wert ist nicht erlaubt (1)" Die Nummer steht jeweils für die Sprachvariante:
Hier mal das Typoscript dazu:
config {
doctype = html5
admPanel = 0
debug = 0
cache_period = 43200
cache_clearAtMidnight = 1
}
#SPRACHMENU lib.field_langmenu
#Einblendungseinstellung Ãbersetzungen
config.sys_language_mode=[<leer>|strict|content_fallback|ignore]
# GET/POST-Variable die die Sprachinformation trägt
config.linkVars = L
config.autoUpdate = 1
# Default Sprach-ID
[globalVar = GP:L = 0]
config.sys_language_uid = 0
# Default-Sprache (ISO-Code / de = Deutsch)
config.language = de
# Default ISO-Code für HTML-Tag
config.htmlTag_langKey = de
# Default Locale-Einstellung
config.locale_all = de_DE
[global]
config.sys_language_overlay = [0]
select.languageField=sys_language_uid
# Angaben für englische Sprache
[globalVar = GP:L = 1]
config.sys_language_uid = 1
config.language = gb
config.htmlTag_langKey = gb
config.locale_all = en_US
[global]
# Angaben für französische Sprache
[globalVar = GP:L = 2]
config.sys_language_uid = 2
config.language = fr
config.htmlTag_langKey = fr
config.locale_all = fr_FR
[global]
# Angaben für spanische Sprache
[globalVar = GP:L = 3]
config.sys_language_uid = 3
config.language = es
config.htmlTag_langKey = es
config.locale_all = es_ES
[global]
# Angaben für russicher Sprache
[globalVar = GP:L = 4]
config.sys_language_uid = 4
config.language = ru
config.htmlTag_langKey = ru
config.locale_all = ru_RU
[global]
# Angaben für chinesischer Sprache
[globalVar = GP:L = 5]
config.sys_language_uid = 5
config.language = cn
config.htmlTag_langKey = zh
config.locale_all = zh_CN
[global]
# Angaben für italienisch Sprache
[globalVar = GP:L = 6]
config.sys_language_uid = 6
config.language = it
config.htmlTag_langKey = it
config.locale_all = it_IT
[global]
# Angaben für japanische Sprache
[globalVar = GP:L = 7]
config.sys_language_uid = 7
config.language = jp
config.htmlTag_langKey = jp
config.locale_all = jp_JP
[global]
# Angaben für dänische Sprache
[globalVar = GP:L = 9]
config.sys_language_uid = 9
config.language = dk
config.htmlTag_langKey = dk
config.locale_all = dk_DK
[global]
# Angaben für schwedische Sprache
[globalVar = GP:L = 10]
config.sys_language_uid = 10
config.language = se
config.htmlTag_langKey = se
config.locale_all = se_SE
[global]
# Angaben für dänische Sprache
[globalVar = GP:L = 11]
config.sys_language_uid = 11
config.language = nl
config.htmlTag_langKey = nl
config.locale_all = nl_NL
[global]
# Angaben für norwegisch Sprache
[globalVar = GP:L = 12]
config.sys_language_uid = 12
config.language = no
config.htmlTag_langKey = no
config.locale_all = no_NO
[global]
# Temporäres Objekt, welches das Sprachmenü aufnimmt
lib.field_langmenu = COA
lib.field_langmenu {
10 = TEXT
10 {
# Label für die deutsche Sprache
lang.de = DE:
# Label für die Default-Sprache
lang.gb = GB:
# Label für die spanische Sprache
lang.fr = ES:
# Label für die französische Sprache
lang.es = FR:
# Label für die rusische Sprache
lang.ru = RU:
# Label für die chinesische Sprache
lang.cn = CN:
# Label für die italienische Sprache
lang.it = IT:
# Label für die japanischer Sprache
lang.jp = JP:
# Label für die dänische Sprache
lang.dk = DK:
# Label für die schwedischer Sprache
lang.se = SE:
# Label für die niederländischer Sprache
lang.nl = NL:
# Label für die norwegischer Sprache
lang.no = NR:
# Wrap um das Label
wrap = <strong>|</strong>
}
20 = HMENU
20 {
special = language
special.value = 0,1,3,2,4,5,6,7,9,10,11,12
1 = GMENU
1.disableAltText = 1
1 {
NO = 1
NO {
allWrap = |
XY = 20, 12
backColor = white
10 = IMAGE
10.file = fileadmin/flags/de.gif || fileadmin/flags/gb.gif || fileadmin/flags/es.gif || fileadmin/flags/fr.gif || fileadmin/flags/ru.gif || fileadmin/flags/cn.gif || fileadmin/flags/it.gif || fileadmin/flags/jp.gif || fileadmin/flags/dk.gif || fileadmin/flags/se.gif || fileadmin/flags/nl.gif || fileadmin/flags/no.gif
}
ACT < .NO
ACT = 1
ACT {
noLink = 1
backColor = black
}
USERDEF1 <.NO
USERDEF1 = 1
USERDEF1 {
file = fileadmin/flags/de_d.gif ||fileadmin/flags/gb_d.gif || fileadmin/flags/es_d.gif || fileadmin/flags/fr_d.gif || fileadmin/flags/ru_d.gif || fileadmin/flags/cn_d.gif || fileadmin/flags/it_d.gif || fileadmin/flags/jp_d.gif || fileadmin/flags/dk_d.gif || fileadmin/flags/se_d.gif || fileadmin/flags/nl_d.gif || fileadmin/flags/no_d.gif
noLink = 1
}
}
}
# META TAGS MEHRSPRACHIG:
plugin.meta.global.author = HEBUX
plugin.meta.global.copyright = HEBUX
plugin.meta.global.keywords = Limousinenservice
plugin.meta.global.description = HEBUX Executive professioneller Limousinenservice
plugin.meta.global.revisit = 7 days
plugin.meta.global.robots = index,follow
[globalVar = GP:L = 0]
plugin.meta.global.language = de
[global]
[globalVar = GP:L = 1]
plugin.meta.global.language = en
[global]
[globalVar = GP:L = 2]
plugin.meta.global.language = fr
[global]
[globalVar = GP:L = 3]
plugin.meta.global.language = es
[global]
[globalVar = GP:L = 4]
plugin.meta.global.language = ru
[global]
[globalVar = GP:L = 5]
plugin.meta.global.language = zh
[global]
[globalVar = GP:L = 6]
plugin.meta.global.language = it
[global]
[globalVar = GP:L = 7]
plugin.meta.global.language = jp
[global]
[globalVar = GP:L = 9]
plugin.meta.global.language = dk
[global]
[globalVar = GP:L = 10]
plugin.meta.global.language = se
[global]
[globalVar = GP:L = 11]
plugin.meta.global.language = nl
[global]
[globalVar = GP:L = 12]
plugin.meta.global.language = no
[global]
page.meta{
author.field = author
author.ifEmpty < plugin.meta.global.author
copyright.field = copyright
copyright.ifEmpty < plugin.meta.global.copyright
keywords.field = keywords
keywords.ifEmpty < plugin.meta.global.keywords
description.field = description
description.ifEmpty < plugin.meta.global.description
abstract.field = abstract
abstract.ifEmpty < plugin.meta.global.abstract
language < plugin.meta.global.language
revisit = 7 days
robots = INDEX,FOLLOW
}
Eine Idee woran es leigen könnte?
LG
Hendrik
More information about the TYPO3-german
mailing list