[UPDATE]
In der Klasse ccm-cms/src/com/arsdigita/cms/ui/authoring/TextAssetBody.java die FormProcessException in der Zeile 342 umgebaut und cms.ui.authoring.couldnt_convert_missing_inso den Properties hinzugefügt. git-svn-id: https://svn.libreccm.org/ccm/trunk@3174 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
31806825d6
commit
80e119f81c
|
|
@ -1103,3 +1103,4 @@ cms.contenttypes.ui.false_link_target=Link target is the same as this object
|
|||
cms.ui.live_item_not_editable=Live items cannot be edited
|
||||
cms.dataqueryexistslistener.error=Error on validating the data query
|
||||
cms.ui.authoring.invalid_file_type=Files with invalide type connot be loaded into the article body
|
||||
cms.ui.authoring.couldnt_convert_missing_inso=Could not convert to html format because interMedia INSO filter is not installed
|
||||
|
|
|
|||
|
|
@ -1097,3 +1097,4 @@ cms.contenttypes.ui.false_link_target=Das Ziel des Links ist das Selbe, wie dies
|
|||
cms.ui.live_item_not_editable=Live-Items k\u00f6nnen nicht editiert/bearbeitet werden
|
||||
cms.dataqueryexistslistener.error=Fehler beim Best\u00e4tigen der Datenabfrage
|
||||
cms.ui.authoring.invalid_file_type=Dateien mit ung\u00fcltigem Typ k\u00f6nnen nicht in den Artikel geladen werden
|
||||
cms.ui.authoring.couldnt_convert_missing_inso=Konnte nicht ins html Format umgewandelt werden, da der interMedia inso
|
||||
|
|
|
|||
|
|
@ -141,3 +141,4 @@ cms.contenttypes.ui.false_link_target=
|
|||
cms.ui.live_item_not_editable=
|
||||
cms.dataqueryexistslistener.error=
|
||||
cms.ui.authoring.invalid_file_type=
|
||||
cms.ui.authoring.couldnt_convert_missing_inso=
|
||||
|
|
|
|||
|
|
@ -613,3 +613,4 @@ cms.contenttypes.ui.false_link_target=La cible de lien est la m\u00eame que cet
|
|||
cms.ui.live_item_not_editable=articles en direct peuvent pas \u00eatre modifi\u00e9s
|
||||
cms.dataqueryexistslistener.error=Erreur sur la validation de la requ\u00eate de donn\u00e9es
|
||||
cms.ui.authoring.invalid_file_type=Fichiers de type invalide connot \u00eatre charg\u00e9s dans le corps de l'article
|
||||
cms.ui.authoring.couldnt_convert_missing_inso=Impossible de convertir au format HTML car le filtre interMedia INSO n'est pas install\u00e9
|
||||
|
|
|
|||
|
|
@ -339,9 +339,7 @@ public abstract class TextAssetBody extends SecurityPropertyEditor
|
|||
|
||||
if (!textType && !insoWorks) {
|
||||
// Can't convert. inso filter is not working. Give message.
|
||||
throw new FormProcessException(
|
||||
"Could not convert to html "
|
||||
+ "format because interMedia INSO filter is not installed.");
|
||||
throw new FormProcessException(GlobalizationUtil.globalize("cms.ui.authoring.couldnt_convert_missing_inso"));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue