From 62f21dc7a7f80b7a98785a671264459395fba7cb Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Thu, 24 May 2012 14:04:29 +0200 Subject: [PATCH] Update translations, adding French. * src/main/java/org/glom/web/OnlineGlom.gwt.xml: * src/main/resources/org/glom/web/client/ui/OnlineGlomConstants_fr.properties: Add a French translation, using the translation from Glom. * src/main/resources/org/glom/web/client/ui/OnlineGlomConstants_cs.properties: * src/main/resources/org/glom/web/client/ui/OnlineGlomConstants_es.properties: * src/main/resources/org/glom/web/client/ui/OnlineGlomConstants_sl.properties: Update these based on the translations from Glom. --- ChangeLog | 13 +++++++++++++ src/main/java/org/glom/web/OnlineGlom.gwt.xml | 1 + .../glom/web/client/ui/OnlineGlomConstants_cs.properties | 2 +- .../glom/web/client/ui/OnlineGlomConstants_es.properties | 2 +- .../glom/web/client/ui/OnlineGlomConstants_fr.properties | 6 ++++++ .../glom/web/client/ui/OnlineGlomConstants_sl.properties | 2 +- 6 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 src/main/resources/org/glom/web/client/ui/OnlineGlomConstants_fr.properties diff --git a/ChangeLog b/ChangeLog index a2072fe..c33fb49 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,18 @@ 2012-05-24 Murray Cumming + Update translations, adding French. + + * src/main/java/org/glom/web/OnlineGlom.gwt.xml: + * src/main/resources/org/glom/web/client/ui/OnlineGlomConstants_fr.properties: + Add a French translation, using the translation from Glom. + + * src/main/resources/org/glom/web/client/ui/OnlineGlomConstants_cs.properties: + * src/main/resources/org/glom/web/client/ui/OnlineGlomConstants_es.properties: + * src/main/resources/org/glom/web/client/ui/OnlineGlomConstants_sl.properties: + Update these based on the translations from Glom. + +2012-05-24 Murray Cumming + SelfHoster: Add some debug println messages to help when things fail. * src/test/java/org/glom/web/server/SelfHoster.java: Add several diff --git a/src/main/java/org/glom/web/OnlineGlom.gwt.xml b/src/main/java/org/glom/web/OnlineGlom.gwt.xml index 0454a47..e99d0f3 100644 --- a/src/main/java/org/glom/web/OnlineGlom.gwt.xml +++ b/src/main/java/org/glom/web/OnlineGlom.gwt.xml @@ -37,6 +37,7 @@ + diff --git a/src/main/resources/org/glom/web/client/ui/OnlineGlomConstants_cs.properties b/src/main/resources/org/glom/web/client/ui/OnlineGlomConstants_cs.properties index 5c2f775..8130888 100644 --- a/src/main/resources/org/glom/web/client/ui/OnlineGlomConstants_cs.properties +++ b/src/main/resources/org/glom/web/client/ui/OnlineGlomConstants_cs.properties @@ -3,4 +3,4 @@ backToList = Zpět na seznam details = Podrobnosti open = Otevřít reports = Sestavy -generatingReport = Generating the report... +generatingReport = Generuje se sestava… diff --git a/src/main/resources/org/glom/web/client/ui/OnlineGlomConstants_es.properties b/src/main/resources/org/glom/web/client/ui/OnlineGlomConstants_es.properties index d0f3b86..1cc6cc5 100644 --- a/src/main/resources/org/glom/web/client/ui/OnlineGlomConstants_es.properties +++ b/src/main/resources/org/glom/web/client/ui/OnlineGlomConstants_es.properties @@ -3,4 +3,4 @@ backToList = Volver a la lista details = Detalles open = Abrir reports = Informes -generatingReport = Generating the report... +generatingReport = Generando el informe… diff --git a/src/main/resources/org/glom/web/client/ui/OnlineGlomConstants_fr.properties b/src/main/resources/org/glom/web/client/ui/OnlineGlomConstants_fr.properties new file mode 100644 index 0000000..904dd2c --- /dev/null +++ b/src/main/resources/org/glom/web/client/ui/OnlineGlomConstants_fr.properties @@ -0,0 +1,6 @@ +search = Rechercher +backToList = Retour à la liste +details = Détails +open = Ouvrir +reports = Rapports +generatingReport = Génération du rapport... diff --git a/src/main/resources/org/glom/web/client/ui/OnlineGlomConstants_sl.properties b/src/main/resources/org/glom/web/client/ui/OnlineGlomConstants_sl.properties index 9a55d0c..0983d82 100644 --- a/src/main/resources/org/glom/web/client/ui/OnlineGlomConstants_sl.properties +++ b/src/main/resources/org/glom/web/client/ui/OnlineGlomConstants_sl.properties @@ -3,4 +3,4 @@ backToList = Nazaj na seznam details = Podrobnosti open = Odpri reports = Poročila -generatingReport = Generating the report... +generatingReport = Poteka ustvarjanje poročila ... -- 2.1.4