diff --git a/config.xml b/config.xml index 5365fe13..b89dd158 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + Adapt It Mobile An open source application for translating between related languages. @@ -18,7 +18,6 @@ - diff --git a/package.json b/package.json index cc8e5a97..909b3353 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "adapt-it-mobile", - "version": "1.4.0", + "version": "1.4.2", "description": "Adapt It Mobile", "repository": { "type": "git", @@ -86,4 +86,4 @@ "android" ] } -} +} \ No newline at end of file diff --git a/www/js/Application.js b/www/js/Application.js index 9f8c0106..45a986f8 100755 --- a/www/js/Application.js +++ b/www/js/Application.js @@ -77,9 +77,9 @@ define(function (require) { currentProject: null, localURLs: [], usingImportedKB: false, - version: "1.4.0", // appended with milestone / iOS build info - AndroidBuild: "33", // (was milestone release #) - iOSBuild: "1.4.1", + version: "1.4.2", // appended with milestone / iOS build info + AndroidBuild: "34", // (was milestone release #) + iOSBuild: "1.4.2", // Mimics Element.scrollIntoView({"block": "center", "behavior": "smooth"}) for // browsers that do not support this scrollIntoViewOptions yet. diff --git a/www/locales/tpi/translation.json b/www/locales/tpi/translation.json index 380cccf9..18247c94 100644 --- a/www/locales/tpi/translation.json +++ b/www/locales/tpi/translation.json @@ -316,11 +316,11 @@ "lblTextBidi": "Tupela i makim rot", "lblDetails": "Detail", "ttlEditorUI": "Editor and User Interface", - "ttlManageProjects": "Projeks", + "ttlManageProjects": "Managim Projeks", "ttlCurrentProjectSettings": "Seting bilong Projek", - "dscEditProjectSourceLanguage": "Correct any errors to the source language and dialect fields. To create a new project, use the Projeks page (Settings > Projeks).", - "dscEditProjectTargetLanguage": "Correct any errors to the target language and dialect fields. To create a new project, use the Projeks page (Settings > Projeks).", - "dscWarnChangeProject": "Do not modify the project's source and target language to create a new project. New projects can be created in the Projeks page (Settings > Projeks).", + "dscEditProjectSourceLanguage": "Correct any errors to the source language and dialect fields. To create a new project, use the Managim Projeks page (Settings > Managim Projeks).", + "dscEditProjectTargetLanguage": "Correct any errors to the target language and dialect fields. To create a new project, use the Managim Projeks page (Settings > Managim Projeks).", + "dscWarnChangeProject": "Do not modify the project's source and target language to create a new project. New projects can be created in the Managim Projeks page (Settings > Managim Projeks).", "_comment" : "****Add new strings BEFORE this line!****" }, "help": { diff --git a/www/res/css/styles.css b/www/res/css/styles.css index 0817a01a..95011bfa 100755 --- a/www/res/css/styles.css +++ b/www/res/css/styles.css @@ -1376,6 +1376,18 @@ ul.btns { vertical-align: sub; width: 25px; } +.btn-connectproject { + background-image: url("../svg/project-connect.svg"); + background-position: center; + background-repeat: no-repeat; + background-size: contain; + display: inline-block; + height: 28px; + margin-left: 6px; + margin-right: 6px; + vertical-align: sub; + width: 28px; +} .btn-copyproject{ background-image: url("../svg/project-copy.svg"); background-position: center;