l10n_client.css |
l10n_client.css |
|
/* l10n_client container */
#l10n-client {
text-align:left;
z-index:99;
line-height:1em;
color:#000; background:#fff;
position:fixed;
width:100%; height: 2em;
bottom:0px; left:0px;
overflow:hidden;}
* html #l10n-client {
… |
l10n_client.info |
l10n_client.info |
|
name = Localization client
description = Provides on-page localization
dependencies = locale |
l10n_client.module |
l10n_client.module |
|
Localization client. Provides on-page translation editing. |
locale.css |
locale/locale.css |
|
.locale-untranslated {
font-style: normal;
text-decoration: line-through;
} |
locale.info |
locale/locale.info |
|
name = Locale
description = Enables the translation of the user interface. This is an extension of core Locale to work with l10n client.
package = Localization
version = VERSION |
locale.install |
locale/locale.install |
|
|
locale.module |
locale/locale.module |
|
Enables administrators to manage the site interface languages. |
README.txt |
README.txt |
|
Localization client
--------------------------------------------------------------------------------
Project page: http://drupal.org/project/l10n_client
Support queue:… |