diff --git a/README.txt b/README.txt index cbb65fb..e019341 100644 --- a/README.txt +++ b/README.txt @@ -18,21 +18,21 @@ AJAX on-page editor that allows you to translate right on the actual web page that you are viewing. The Localization client module also offers an overview of all interface strings of your website. This module only lets you translate the website's interface, for information on translating your site's content -please check the Drupal handbook page about the Translation module +please check the Drupal documentation about the Translation module (http://drupal.org/handbook/modules/translation). The module can instantly share your translations by sending them to localization servers such as localize.drupal.org. See also the Localization -server project (http://drupal.org/project/l10n_server). +server project (http://drupal.org/project/l10n_server). Finally the module includes a translation package re-import tool, which simplifies importing new and changed translations, especially when upgrading or developing modules. This functionality is similar to the Drupal 5.x Autolocale module (http://drupal.org/project/autolocale). -The translation sharing and re-import tools are only available in the 6.x -version of the module because these functionalities are based on features only -available in Drupal 6.x. Therefore it is impossible to backport these +The translation sharing and re-import tools are only available in the 6.x and 7.x +versions of the module because these functionalities are based on features only +available in Drupal 6 and 7. Therefore it is impossible to backport these functionalities to the 5.x version without modifying Drupal itself. * Project page: http://drupal.org/project/l10n_client @@ -41,13 +41,16 @@ functionalities to the 5.x version without modifying Drupal itself. INSTALLATION ------------ - 1. Enable the Localization client module at Administer > Modules - 2. Enable two or more languages at Administer > Configuration > Regional and - Language > Languages. For help with building a multilingual website please - check the Drupal handbook page about the Locale module at + 1. Enable the Localization client module via the option Modules in the Administration bar + (http://www.example.com/admin/modules) + 2. Enable two or more languages via the option Configuration > Regional and + Language > Languages in the Administration bar (http://www.example.com/admin/config/regional/language). + For help with building a multilingual website please + check the Drupal documentation about the Locale module at http://drupal.org/handbook/modules/locale 3. Assign the appropriate permissions to the user roles under the section - "Localization client module" at Administer > People > Permissions + "Locale" via the option People > Permissions in the Administration bar + (http://www.example.com/admin/people/permissions). ON-PAGE TRANSLATION ------------------- @@ -55,7 +58,8 @@ ON-PAGE TRANSLATION Users with the permission "Use on-page translation" can translate interface strings right on the page that they are viewing. - 1. Switch the website's language to one that is not English. + 1. Switch the website's language to one that is not English. + The Localization client on-page editor should become visible in the bottom of the screen. 2. Browse to the webpage that contains the interface string you want to translate 3. Click the "TRANSLATE TEXT" button in the right bottom corner of the webpage The on-page translation pane appears, showing all strings available on the @@ -79,10 +83,12 @@ localization server. For this a user needs the "Submit translations to localization server" permission. To be able to share translations a user needs an API key from the localization server. - 1. Enable translation sharing at Administer > Configuration > Regional and - Language > Languages > Sharing + 1. Enable translation sharing via the option Configuration > Regional and + Language > Languages > Sharing in the Administration bar + (http://www.example.com/admin/config/regional/language/share) 2. Enter a localization server, e.g. "http://localize.drupal.org" - 3. Enter your localization server API key at My account > Edit + 3. Enter your localization server API key in the account page, e.g. + http://www.example.com/user/1/edit (The form field has a link to obtain the key from the set localization server) 4. Start translating interface strings. @@ -92,11 +98,12 @@ RE-IMPORTING TRANSLATION PACKAGES To re-import translation all files should be already uncompressed to the Drupal directories. -Choose the languages for which you want to re-import translations at -Administer > Configuration > Regional and language > Translate interface > -Import > Reimport packages. +Choose the languages for which you want to re-import translations via the option +Configuration > Regional and language > Translate interface > +Import > Reimport packages in the Administration bar. -See also http://drupal.org/project/l10n_update. +A fully automatic way of importing new string translations into your website is +provided by the module Localization update http://drupal.org/project/l10n_update. CONTRIBUTORS & SPONSORS -------------------------------------------------------------------------------- diff --git a/l10n_client.info b/l10n_client.info index 2496d94..8a161bc 100644 --- a/l10n_client.info +++ b/l10n_client.info @@ -2,5 +2,5 @@ name = Localization client description = Provides on-page localization dependencies[] = locale core = 7.x -package = Multilingual +package = Multilingual - Internationalization files[] = l10n_client.module