From bd514a81a674b7a57e15a2edfc7d2970b86c2a40 Mon Sep 17 00:00:00 2001 From: Arnaud Wach Date: Tue, 20 Jun 2023 08:56:36 +0200 Subject: [PATCH] #4068 - Ability to change interface language (i18n) - wicket-package.properties translation files --- .../diam/editor/wicket-package_fr.properties | 16 ++++++++++++++++ .../annotatorjs/wicket-package_fr.properties | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 inception/inception-diam/src/main/java/de/tudarmstadt/ukp/inception/diam/editor/wicket-package_fr.properties create mode 100644 inception/inception-html-editor/src/main/java/de/tudarmstadt/ukp/inception/annotatorjs/wicket-package_fr.properties diff --git a/inception/inception-diam/src/main/java/de/tudarmstadt/ukp/inception/diam/editor/wicket-package_fr.properties b/inception/inception-diam/src/main/java/de/tudarmstadt/ukp/inception/diam/editor/wicket-package_fr.properties new file mode 100644 index 00000000000..76ff0a66e68 --- /dev/null +++ b/inception/inception-diam/src/main/java/de/tudarmstadt/ukp/inception/diam/editor/wicket-package_fr.properties @@ -0,0 +1,16 @@ +# Licensed to the Technische Universität Darmstadt under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The Technische Universität Darmstadt +# licenses this file to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +diam.span-annotation.create.error=Impossible de créer une portion de texte \ No newline at end of file diff --git a/inception/inception-html-editor/src/main/java/de/tudarmstadt/ukp/inception/annotatorjs/wicket-package_fr.properties b/inception/inception-html-editor/src/main/java/de/tudarmstadt/ukp/inception/annotatorjs/wicket-package_fr.properties new file mode 100644 index 00000000000..a05ed125af5 --- /dev/null +++ b/inception/inception-html-editor/src/main/java/de/tudarmstadt/ukp/inception/annotatorjs/wicket-package_fr.properties @@ -0,0 +1,16 @@ +# Licensed to the Technische Universität Darmstadt under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The Technische Universität Darmstadt +# licenses this file to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +annotatorjs-editor.name=HTML (Annotateur JS) \ No newline at end of file