You are here

README.txt in Localization client 5

Same filename and directory in other branches
  1. 8 README.txt
  2. 6.2 README.txt
  3. 6 README.txt
  4. 7 README.txt
Localization client
--------------------------------------------------------------------------------
Project page:  http://drupal.org/project/l10n_client
Support queue: http://drupal.org/project/issues/l10n_client

ABOUT
--------------------------------------------------------------------------------

The module provides on-page localization editing which will possibly be
able to syndicate the provided local translations with a central localization
server (see the l10n_server project). Communication in the other direction
(sharing translations from the server to the client) might come in a later
version.

This 6.x functionality depends on features only available in Drupal 6.x, so
to make it work with Drupal 5, we ship our own version of locale module that
will replace the original Druupal core locale module.

INSTALLATION
--------------------------------------------------------------------------------

1. Enable l10n_client at Administer > Site configuration > Modules.
2. Ensure that at least one foreign language is activated on the site.
3. Make sure that the user roles you would like to give on-page localization
   access to have "use on-page translation" permission.

HOW DOES IT WORK
--------------------------------------------------------------------------------

When you are visiting a page on your site, which is displayed in a foreign
language (ie. not the built-in English), *and* you have permission to do
on-page translation, a little tool appear at the bottom of the page, which
allows you to translate strings used to build that exact page, and save
translations to your local database.

CONTRIBUTORS
--------------------------------------------------------------------------------
G�bor Hojtsy http://drupal.org/user/4166 (original author)
Young Hahn / Development Seed - http://developmentseed.org/ (friendly user interface)

Initial development of this module was sponsored by Google Summer of Code 2007.

File

README.txt
View source
  1. Localization client
  2. --------------------------------------------------------------------------------
  3. Project page: http://drupal.org/project/l10n_client
  4. Support queue: http://drupal.org/project/issues/l10n_client
  5. ABOUT
  6. --------------------------------------------------------------------------------
  7. The module provides on-page localization editing which will possibly be
  8. able to syndicate the provided local translations with a central localization
  9. server (see the l10n_server project). Communication in the other direction
  10. (sharing translations from the server to the client) might come in a later
  11. version.
  12. This 6.x functionality depends on features only available in Drupal 6.x, so
  13. to make it work with Drupal 5, we ship our own version of locale module that
  14. will replace the original Druupal core locale module.
  15. INSTALLATION
  16. --------------------------------------------------------------------------------
  17. 1. Enable l10n_client at Administer > Site configuration > Modules.
  18. 2. Ensure that at least one foreign language is activated on the site.
  19. 3. Make sure that the user roles you would like to give on-page localization
  20. access to have "use on-page translation" permission.
  21. HOW DOES IT WORK
  22. --------------------------------------------------------------------------------
  23. When you are visiting a page on your site, which is displayed in a foreign
  24. language (ie. not the built-in English), *and* you have permission to do
  25. on-page translation, a little tool appear at the bottom of the page, which
  26. allows you to translate strings used to build that exact page, and save
  27. translations to your local database.
  28. CONTRIBUTORS
  29. --------------------------------------------------------------------------------
  30. G�bor Hojtsy http://drupal.org/user/4166 (original author)
  31. Young Hahn / Development Seed - http://developmentseed.org/ (friendly user interface)
  32. Initial development of this module was sponsored by Google Summer of Code 2007.