diff --git a/docs/images/editor-translation-history-comparison.png b/docs/images/editor-translation-history-comparison.png new file mode 100644 index 0000000000..be7b0d7914 Binary files /dev/null and b/docs/images/editor-translation-history-comparison.png differ diff --git a/docs/images/glossary-edit-windows.png b/docs/images/glossary-edit-windows.png new file mode 100644 index 0000000000..db97a00221 Binary files /dev/null and b/docs/images/glossary-edit-windows.png differ diff --git a/docs/images/glossary-panel.png b/docs/images/glossary-panel.png new file mode 100644 index 0000000000..11c5e45ea7 Binary files /dev/null and b/docs/images/glossary-panel.png differ diff --git a/docs/release-notes.md b/docs/release-notes.md index f6968de09a..749764c68f 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -107,7 +107,7 @@ As it is a _prototype_, there are bound to be some bugs and sub-optimal behaviou
Infrastructure Changes
-Zanata now requires JMS to be configured in standalone.xml in order to queue up some messages going out of the system. For instructions on how to do this, please [See Here](configuration/jms-messaging) +Zanata now requires JMS to be configured in standalone.xml in order to queue up some messages going out of the system. For instructions on how to do this, please [See Here](user-guide/system-admin/configuration/jms-messaging)
Drupal Plugin
* [1078009](https://bugzilla.redhat.com/show_bug.cgi?id=1078009) - PROTOTYPE: Drupal plugin to push and pull Zanata translations diff --git a/docs/user-guide/documents/upload-documents.md b/docs/user-guide/documents/upload-documents.md index af09173f70..17e5949169 100644 --- a/docs/user-guide/documents/upload-documents.md +++ b/docs/user-guide/documents/upload-documents.md @@ -2,7 +2,7 @@ Anyone with an account on Zanata can create a translation project for their documents. -You will need to [Create a project](projects/create-project) and [Create a version](versions/create-version) to upload strings. +You will need to [Create a project](user-guide/projects/create-project) and [Create a version](user-guide/versions/create-version) to upload strings. ------------ diff --git a/docs/user-guide/editor/editor-view.md b/docs/user-guide/editor/editor-view.md index 1a322f13a7..bdd56fadae 100644 --- a/docs/user-guide/editor/editor-view.md +++ b/docs/user-guide/editor/editor-view.md @@ -109,7 +109,7 @@ You will be restricted to only viewing source and translations in the editor.
Translators can enable or disable validation check on their translations except for those which is enforced by project maintainers. -See [Project settings](user-guide/project/project-settings#validations) for more information. +See [Project settings](user-guide/projects/project-settings#validations) for more information. See [validations](user-guide/projects/validations) all available check. \ No newline at end of file diff --git a/docs/user-guide/editor/overview.md b/docs/user-guide/editor/overview.md index 828c4b68a9..952c2b655a 100644 --- a/docs/user-guide/editor/overview.md +++ b/docs/user-guide/editor/overview.md @@ -15,4 +15,4 @@ From left to right 1. [Editor view (default view)](user-guide/editor/editor-view) 2. [Documents view](user-guide/editor/documents-view) 3. [Project search and replace](user-guide/editor/project-search-replace-view) -4. [Keyboard shortcut](user-guide/editor/keyboard-shortcut) +4. [Keyboard shortcut](user-guide/editor/keyboard-shortcuts) diff --git a/docs/user-guide/editor/project-search-replace-view.md b/docs/user-guide/editor/project-search-replace-view.md new file mode 100644 index 0000000000..0e8521fad4 --- /dev/null +++ b/docs/user-guide/editor/project-search-replace-view.md @@ -0,0 +1 @@ +TBA \ No newline at end of file diff --git a/docs/user-guide/editor/translation-history.md b/docs/user-guide/editor/translation-history.md index 2bc54a678c..e9d52517b1 100644 --- a/docs/user-guide/editor/translation-history.md +++ b/docs/user-guide/editor/translation-history.md @@ -1,10 +1,10 @@ User will be able to see translation history of each messages. It will display for each translation, the version number, contents and status, modified user and modified date. ### How to show translation history -In editor click on the "timer" like icon below cancel will bring up the initial view: +In editor click on the "timer" like icon below will bring up the initial view:
-Translation history +Translation history

@@ -12,7 +12,7 @@ In editor click on the "timer" like icon below cancel will bring up the initial If selecting exactly two entries, user will be able to compare them in a diff view:
-Translation history comparison +Translation history comparison

diff --git a/docs/user-guide/glossary/delete-glossaries.md b/docs/user-guide/glossary/delete-glossaries.md index 2d0877feeb..a7cd4e38c2 100644 --- a/docs/user-guide/glossary/delete-glossaries.md +++ b/docs/user-guide/glossary/delete-glossaries.md @@ -1,11 +1,5 @@ ---- -title: "Deleting Glossaries" -last-updated: 2014-10-30 -redirect_from: "/help/glossary/glossary-delete/" ---- - ### Prerequisite -Requires **Glossary-admin** role. See [glossary roles and permission]({{ site.url }}/help/glossary/glossary-roles-permissions) for permission setup. +Requires **Glossary-admin** role. See [glossary roles and permission](user-guide/glossary/glossary-roles-permissions) for permission setup. ### Delete via Web UI 1. Login into Zanata @@ -18,7 +12,8 @@ Requires **Glossary-admin** role. See [glossary roles and permission]({{ site.ur ### Delete via Zanata Maven client -The following instructions assume that you have installed and configured the Zanata Maven Plugin. Instructions for installation and configuration are available at [Installing the Maven Plugin]({{ site.url }}/help/maven-plugin/maven-plugin-install) and [Configuring the Maven Plugin]({{ site.url }}/help/maven-plugin/maven-plugin-config) +The following instructions assume that you have installed and configured the Zanata Maven Plugin. +Instructions for installation and configuration are available at [Installing Zanata client](http://zanata-client.readthedocs.org/en/latest/installation/). **Delete glossary entries by locale** diff --git a/docs/user-guide/glossary/edit-glossaries.md b/docs/user-guide/glossary/edit-glossaries.md index a670b275f0..a7e9d7d4c9 100644 --- a/docs/user-guide/glossary/edit-glossaries.md +++ b/docs/user-guide/glossary/edit-glossaries.md @@ -1,22 +1,16 @@ ---- -title: "Editing Glossaries" -last-updated: 2014-10-30 -redirect_from: "/help/glossary/glossary-edit/" ---- - ### Prerequisite -See [glossary roles and permission]({{ site.url }}/help/glossary/glossary-roles-permissions) for permission setup. +See [glossary roles and permission](user-guide/glossary/glossary-roles-permissions) for permission setup. 1. Go to editor in Zanata and select a string. Instructions for opening the - translation editor can be found at [Preparing for Translation]({{ site.url }}/help/translation/preparing-for-translation). + translation editor can be found at [Preparing for Translation](user-guide/translator-guide#start-translate-a-project-version). 1. In Glossary panel (bottom right corner), click on icon on the glossary entry you wish to edit.
- glossary panel + glossary panel
Glossary panel
- glossary entry window + glossary entry window
Glossary entry windows
diff --git a/docs/user-guide/glossary/glossary-roles-permissions.md b/docs/user-guide/glossary/glossary-roles-permissions.md index a7447f5669..e8396f04f1 100644 --- a/docs/user-guide/glossary/glossary-roles-permissions.md +++ b/docs/user-guide/glossary/glossary-roles-permissions.md @@ -14,8 +14,8 @@ Below are the summary of these 2 roles with their permission. **Roles** [Upload glossary](user-guide/glossary/upload-glossaries) - [Edit glossary](user-guide/glossary/edit-glossary) - [Delete glossary](user-guide/glossary/delete-glossary) + [Edit glossary](user-guide/glossary/edit-glossaries) + [Delete glossary](user-guide/glossary/delete-glossaries) diff --git a/docs/user-guide/project-maintainer-guide.md b/docs/user-guide/project-maintainer-guide.md index c213766602..d88a7a2b39 100644 --- a/docs/user-guide/project-maintainer-guide.md +++ b/docs/user-guide/project-maintainer-guide.md @@ -1,6 +1,6 @@ Any user who has joined Zanata can upload their project to be translated. -See [signup account](user-guide/account/sign-up) and [activate account](user-guide/account/account-activate) for more information. +See [signup account](user-guide/account/account-sign-up) and [activate account](user-guide/account/account-activate) for more information. ## New project diff --git a/docs/user-guide/projects/import-projects.md b/docs/user-guide/projects/import-projects.md index a73fc193db..02f26848a3 100644 --- a/docs/user-guide/projects/import-projects.md +++ b/docs/user-guide/projects/import-projects.md @@ -1,7 +1,7 @@ This document will provide help when importing or migrating projects into Zanata from other translation platforms. You need a user account on the Zanata instance you will migrate to. -See [signup account](user-guide/account/sign-up) and [activate account](user-guide/account/account-activate) for more information. +See [signup account](user-guide/account/account-sign-up) and [activate account](user-guide/account/account-activate) for more information. ## Create a project in Zanata diff --git a/docs/user-guide/projects/project-settings.md b/docs/user-guide/projects/project-settings.md index b151e20566..617db62990 100644 --- a/docs/user-guide/projects/project-settings.md +++ b/docs/user-guide/projects/project-settings.md @@ -106,7 +106,7 @@ See [validation](user-guide/projects/validations) all available check. Copy Translations attempts to reuse translations that have been entered in Zanata by matching them with untranslated strings in your project-version. These settings change the way Copy Translations behaves when a new version is created. -Refer to [the Copy Translations reference]({{ site.url }}/help/reuse/copytrans-explained) for more information. +Refer to [the Copy Translations reference](user-guide/translation-reuse/copy-trans/) for more information. ------------ diff --git a/mkdocs.yml b/mkdocs.yml index aa1ef68fa3..007be03b7c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -62,6 +62,7 @@ pages: - ['user-guide/editor/overview.md', 'Editor', 'Overview'] - ['user-guide/editor/editor-view.md', 'Editor', 'Editor view'] - ['user-guide/editor/documents-view.md', 'Editor', 'Document view'] +- ['user-guide/editor/project-search-replace-view.md', 'Editor', 'Project search replace view'] - ['user-guide/editor/keyboard-shortcuts.md', 'Editor', 'Keyboard shortcuts'] - ['user-guide/editor/translation-history.md', 'Editor', 'Translation history'] ## Glossary