diff options
| author | aarne <aarne@chalmers.se> | 2014-04-21 08:40:38 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2014-04-21 08:40:38 +0000 |
| commit | 7340400758bfdfce2ec7bcebe7015a523ad172d0 (patch) | |
| tree | 89e67402bd29d7e882df0663ef43b6e8e1dff47a /src | |
| parent | 0e21bcde2275a198f2d3a93704e094b961082084 (diff) | |
some edits in app help
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/android/assets/help_content.html | 31 |
1 files changed, 19 insertions, 12 deletions
diff --git a/src/ui/android/assets/help_content.html b/src/ui/android/assets/help_content.html index dce3b2d31..c80be5e48 100644 --- a/src/ui/android/assets/help_content.html +++ b/src/ui/android/assets/help_content.html @@ -1,16 +1,9 @@ <html> <body> <p> -DG Translator is a compact and completely off-line translator. -We do not show ads and we do not require internet connection. -However, if you encounter problems with the speech translation input -or output, it may work better if you are on-line. -In all cases you can always use keyboard input, also for editing the -speech input. -</p> - -<p> -We indicate the translation confidence with colours: +The Language Compiler is a human language translator based on +programming language technology. Therefore it is compact in size +and gives control on quality, indicating confidence with colours: <ul> <li><b>Green</b>: semantic translation, should be correct. @@ -29,16 +22,30 @@ We indicate the translation confidence with colours: Builds the translation word by word. </li> </ul> -The translation works between any pair of the supported languages. -However, it works best <b>from English</b> and also from Swedish. +</p> + +<p> +The Languge Compiler works completely off-line, without +internet connection, although being on-line may give you better +speech input and output. +The app is small (around 23 MB for all languages). +We do not show ads. +</p> + +<p> +The Language Compiler translates both speech and text. +It works between any pair of the supported languages. +However, it works optimally <b>from English</b> and also from Swedish. From other languages it can be slow and give more red results. But expect frequent updates and improvements! </p> + <p> When you tap on a translation you get a screen with <b>alternative translations</b>. If the input is only a single word, then tapping on each of the alternatives gives you <b>grammatical information</b> about the word. </p> + <p> The app also provides an <b>input method</b> which you can use as an alternative keyboard which allows you to do translation from |
