Git commit 82c62d0377b69f4a3143c6e09ac75d8672ca22bd by Yuri Chornoivan. Committed on 31/07/2018 at 08:56. Pushed by yurchor into branch 'master'.
Update docs and screenshots M +- -- doc/configure_shortcuts.png M +- -- doc/configure_toolbar.png M +- -- doc/default_editor_lokalize.png M +- -- doc/glossary.png M +13 -3 doc/index.docbook M +- -- doc/original-diff.png M +- -- doc/project_overview.png M +- -- doc/sync.png M +- -- doc/tmview.png https://commits.kde.org/lokalize/82c62d0377b69f4a3143c6e09ac75d8672ca22bd diff --git a/doc/configure_shortcuts.png b/doc/configure_shortcuts.png index 328a7c0..e97f1fc 100644 Binary files a/doc/configure_shortcuts.png and b/doc/configure_shortcuts.png differ diff --git a/doc/configure_toolbar.png b/doc/configure_toolbar.png index 79187fa..1f15fe6 100644 Binary files a/doc/configure_toolbar.png and b/doc/configure_toolbar.png differ diff --git a/doc/default_editor_lokalize.png b/doc/default_editor_lokalize.png index b13f834..8342f71 100644 Binary files a/doc/default_editor_lokalize.png and b/doc/default_editor_lokalize.png differ diff --git a/doc/glossary.png b/doc/glossary.png index 622ac49..7221285 100644 Binary files a/doc/glossary.png and b/doc/glossary.png differ diff --git a/doc/index.docbook b/doc/index.docbook index b2f3b5f..4ba13a2 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -26,8 +26,8 @@ <legalnotice>&FDLNotice;</legalnotice> -<date>2015-08-06</date> -<releaseinfo>2.0 (Applications 15.08)</releaseinfo> +<date>2018-07-31</date> +<releaseinfo>2.0 (Applications 18.12)</releaseinfo> <abstract> <para> @@ -203,6 +203,10 @@ For each project you select your role in it (<emphasis>translator</emphasis>, <e which in turn affects the workflow phase &lokalize; automatically picks up for files you edit. </para> +<para> + It is possible to define a word wrapping position on a project level. Just use the <menuchoice><guimenu>Project</guimenu> <guimenuitem>Configure project...</guimenuitem></menuchoice> menu item then go to the <guilabel>Advanced</guilabel> page. +</para> + <note> <para> Translation memories (unlike project files, glossary and scripts) are not shared between the translation team members, @@ -239,6 +243,12 @@ such as the percentage of translated units completed and the last translator. It allows you to open a selected file in a new tab of the current &lokalize;, window. </para> +<note> + <para> + You can switch off the completely translated files from the <guilabel>Project Overview</guilabel> using the <guibutton>Hide completed items</guibutton> button on the main toolbar or <keycombo>&Ctrl;<keycap>T</keycap></keycombo> default shortcut. + </para> +</note> + </sect1> </chapter> @@ -477,7 +487,7 @@ Below are links to API references. Everything marked as <emphasis>Q_SCRIPTABLE</ </para> <para> -Program Copyright © 2007-2009, Nick Shaforostoff +Program Copyright © 2007-2015, Nick Shaforostoff <email>[email protected]</email> </para> diff --git a/doc/original-diff.png b/doc/original-diff.png index a694c05..be82615 100644 Binary files a/doc/original-diff.png and b/doc/original-diff.png differ diff --git a/doc/project_overview.png b/doc/project_overview.png index 31531e9..ca4f56d 100644 Binary files a/doc/project_overview.png and b/doc/project_overview.png differ diff --git a/doc/sync.png b/doc/sync.png index 70d1af2..0b7a263 100644 Binary files a/doc/sync.png and b/doc/sync.png differ diff --git a/doc/tmview.png b/doc/tmview.png index b88fcd3..499e8b4 100644 Binary files a/doc/tmview.png and b/doc/tmview.png differ
