diff options
| author | aarne <aarne@chalmers.se> | 2014-04-15 22:02:06 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2014-04-15 22:02:06 +0000 |
| commit | 1bc77326e207a68bf4bf6711811f4a68277ed4e7 (patch) | |
| tree | ee196cef66157d58414874d6ae8fd7e8ab1eb4d2 /src/ui/android/assets | |
| parent | fbcb5e195712b32393fb9435d7fa0ec20e206b5a (diff) | |
edits in App help ; name suggestion "Language Compiler" ; sepApo(), a quick fix to French and Italian elision in the App
Diffstat (limited to 'src/ui/android/assets')
| -rw-r--r-- | src/ui/android/assets/help_content.html | 27 |
1 files changed, 16 insertions, 11 deletions
diff --git a/src/ui/android/assets/help_content.html b/src/ui/android/assets/help_content.html index 08dec6834..dce3b2d31 100644 --- a/src/ui/android/assets/help_content.html +++ b/src/ui/android/assets/help_content.html @@ -2,12 +2,13 @@ <body> <p> DG Translator is a compact and completely off-line translator. -We do not show adds and we do not require internet connection. -However, if you want to use speech translation, then it might -work better if you are on-line. We use existing -Android speech services which may not be fully functional off-line. -In all cases you can always use keyboard input. +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: <ul> @@ -30,13 +31,13 @@ We indicate the translation confidence with colours: </ul> The translation works between any pair of the supported languages. However, it works best <b>from English</b> and also from Swedish. -From other languages it can be slow and give more red. +From other languages it can be slow and give more red results. But expect frequent updates and improvements! </p> <p> -When you tab on a translation you get a screen with <b>alternative translations</b>. -If the input is only a single word, then taping on each of the alternatives -gives you grammatical and morphological information for the word. +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 @@ -46,8 +47,12 @@ To activate it go to Settings > Language & input. </p> <p> Powered by <a href="http://www.grammaticalframework.org/">GF</a>, -built by <a href="http://www.digitalgrammars.com/">Digital Grammars</a> +built by <a href="http://www.digitalgrammars.com/">Digital Grammars</a>. +</p> +<p> +<i>Digital Grammars can tailor this app to you needs - tell us what you want to see + in the green area!</i> </p> - </body> +</body> </html> |
