summaryrefslogtreecommitdiff
path: root/modules/locale.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-09-08 18:46:41 +0000
committerDries Buytaert <dries@buytaert.net>2004-09-08 18:46:41 +0000
commit694b577b62579f17323032df9c79ffd54542798d (patch)
tree887f7fa386987ad6671e132e68068163f99b9614 /modules/locale.module
parent2dedf5fbc34dfcb4ddb738606f044ece5a5532e9 (diff)
downloadbrdo-694b577b62579f17323032df9c79ffd54542798d.tar.gz
brdo-694b577b62579f17323032df9c79ffd54542798d.tar.bz2
- Moved some documentation around and fixed a missing translation.
Diffstat (limited to 'modules/locale.module')
-rw-r--r--modules/locale.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/locale.module b/modules/locale.module
index f239bb176..6669f1df0 100644
--- a/modules/locale.module
+++ b/modules/locale.module
@@ -26,7 +26,7 @@ function locale_help($section = "admin/help#locale") {
case 'admin/locale/language/add':
return t("<p>You need to add all languages you would like to provide the site interface in. If you can't find the desired language in the quick add dropdown, then need to provide the proper language code yourself. The language code might be used to negotiate with browsers and present flags, so it is important to pick one that is standardised for the desired language. You can also add languages by <a href=\"%import\">importing translations</a> directly into a language not yet set up.</p>", array("%import" => url("admin/locale/language/import")));
case 'admin/locale/language/import':
- return t("<p>This page allows you to import a translation provided in the gettext Portable Object (.po) format. The easiest way to get your site translated is to grab an existing Drupal translation and to import it. You can obtain translations from the <a href=\"%url\">Drupal translation page</a>.</p>", array('%url' => 'http://drupal.org/translations'));
+ return t("<p>This page allows you to import a translation provided in the gettext Portable Object (.po) format. The easiest way to get your site translated is to grab an existing Drupal translation and to import it. You can obtain translations from the <a href=\"%url\">Drupal translation page</a>. Note that importing a translation file might take a while.</p>", array('%url' => 'http://drupal.org/translations'));
case 'admin/locale/language/export':
return t("<p>This page allows you to export Drupal strings. The first option is to export a translation so it can be shared. The second option is to generate a translation template, which contains all Drupal strings, but without their translations. You can use this template to start a new translation using a specialized desktop application.</p>");
case 'admin/locale/string/search':