From 1153ce86296aca69272116f1cbd98af1ecaeef38 Mon Sep 17 00:00:00 2001 From: Sam Date: Fri, 27 May 2016 16:30:52 +0200 Subject: [PATCH] add review to trad --- docker-compose.yml | 4 ---- public/modules/forms/base/config/i18n/english.js | 14 +------------- public/modules/forms/base/config/i18n/french.js | 2 +- 3 files changed, 2 insertions(+), 18 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 6a493e95..db9bbf3f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,10 +15,6 @@ services: ports: - "3000:3000" - "35729:35729" - environment: - DB_1_PORT_27017_TCP_ADDR: db - PORT: 3000 - BASE_URL: http://192.168.99.100:3000/ links: - db volumes: diff --git a/public/modules/forms/base/config/i18n/english.js b/public/modules/forms/base/config/i18n/english.js index e5edbc50..d7fd4cc5 100644 --- a/public/modules/forms/base/config/i18n/english.js +++ b/public/modules/forms/base/config/i18n/english.js @@ -4,7 +4,6 @@ angular.module('forms').config(['$translateProvider', function ($translateProvid $translateProvider.translations('english', { FORM_SUCCESS: 'Form entry successfully submitted!', - SUBMIT: 'Submit', REVIEW: 'Review', BACK_TO_FORM: 'Go back to Form', EDIT_FORM: 'Edit this TellForm', @@ -27,19 +26,8 @@ angular.module('forms').config(['$translateProvider', function ($translateProvid LEGAL_NO_ACCEPT: 'I don’t accept', DELETE: 'Delete', CANCEL: 'Cancel', - UPLOAD_FILE: 'Upload your File', -<<<<<<< 04151ddc774be8fe7230557c3695e9d16fade1e6 -<<<<<<< 0e63943bc6423cb59a8a1be0d0fc09f1cd9fcfcd -======= - SUBMIT: 'Submit' ->>>>>>> translate submit button -======= SUBMIT: 'Submit', - Y: 'Y', - N: 'N', - YES: 'Yes', - NO: 'No' ->>>>>>> translate yes/no field + UPLOAD_FILE: 'Upload your File', }); $translateProvider.preferredLanguage('english') diff --git a/public/modules/forms/base/config/i18n/french.js b/public/modules/forms/base/config/i18n/french.js index 69310d8a..60b2242b 100644 --- a/public/modules/forms/base/config/i18n/french.js +++ b/public/modules/forms/base/config/i18n/french.js @@ -4,7 +4,7 @@ angular.module('forms').config(['$translateProvider', function ($translateProvid $translateProvider.translations('french', { FORM_SUCCESS: 'Votre formulaire a été enregistré!', - REVIEW: 'Review', + REVIEW: 'Incomplet', BACK_TO_FORM: 'Retourner au formulaire', EDIT_FORM: 'Éditer le Tellform', CREATE_FORM: 'Créer un TellForm',