This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git commit e14d98a2d20f70184783217eb1fe9d39d748046f Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Sep 13 12:28:42 2016 +0200 Readd missing i18n --- jaxx-widgets/src/main/resources/i18n/jaxx-widgets_en_GB.properties | 4 ++++ jaxx-widgets/src/main/resources/i18n/jaxx-widgets_es_ES.properties | 4 ++++ jaxx-widgets/src/main/resources/i18n/jaxx-widgets_fr_FR.properties | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/jaxx-widgets/src/main/resources/i18n/jaxx-widgets_en_GB.properties b/jaxx-widgets/src/main/resources/i18n/jaxx-widgets_en_GB.properties index 3792a3f..954b4ea 100644 --- a/jaxx-widgets/src/main/resources/i18n/jaxx-widgets_en_GB.properties +++ b/jaxx-widgets/src/main/resources/i18n/jaxx-widgets_en_GB.properties @@ -1,3 +1,7 @@ +aboutframe.about=About +aboutframe.license=License +aboutframe.ok=OK +aboutframe.thirdparty=Third party bean.action.selected.move.down=Move down bean.action.selected.move.down.tip=Move down the selected item bean.action.selected.move.up=Move up diff --git a/jaxx-widgets/src/main/resources/i18n/jaxx-widgets_es_ES.properties b/jaxx-widgets/src/main/resources/i18n/jaxx-widgets_es_ES.properties index f314694..4d58091 100644 --- a/jaxx-widgets/src/main/resources/i18n/jaxx-widgets_es_ES.properties +++ b/jaxx-widgets/src/main/resources/i18n/jaxx-widgets_es_ES.properties @@ -1,3 +1,7 @@ +aboutframe.about=A cerca de +aboutframe.license=Licecia +aboutframe.ok=OK +aboutframe.thirdparty=Tierce partie bean.action.selected.move.down=Descendre bean.action.selected.move.down.tip=Descendre l'élément sélectionné bean.action.selected.move.up=Monter diff --git a/jaxx-widgets/src/main/resources/i18n/jaxx-widgets_fr_FR.properties b/jaxx-widgets/src/main/resources/i18n/jaxx-widgets_fr_FR.properties index b9ea451..abb0e71 100644 --- a/jaxx-widgets/src/main/resources/i18n/jaxx-widgets_fr_FR.properties +++ b/jaxx-widgets/src/main/resources/i18n/jaxx-widgets_fr_FR.properties @@ -1,3 +1,7 @@ +aboutframe.about=À propos +aboutframe.license=Licence +aboutframe.ok=OK +aboutframe.thirdparty=Tierce partie bean.action.selected.move.down=Descendre bean.action.selected.move.down.tip=Descendre l'élément sélectionné bean.action.selected.move.up=Monter -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.