admin.inc |
includes/admin.inc |
|
The administration interface. |
content.translation_table.inc |
modules/content.translation_table.inc |
|
Translation table for the cck module. |
menu.translation_table.inc |
modules/menu.translation_table.inc |
|
Translation table for the menu module. |
node.translation_table.inc |
modules/node.translation_table.inc |
|
Provide translation table functionality for the node module. |
quicktabs.translation_table.inc |
modules/quicktabs.translation_table.inc |
|
Translation table for the quicktabs module. |
README.txt |
README.txt |
|
UI for quick translation of taxonomies and menus. The i18n module allows for translation of taxonomy terms and menu items, but the process is tedious - you need to look up strings you want to translate, there is no overview of what's already… |
taxonomy.translation_table.inc |
modules/taxonomy.translation_table.inc |
|
Translation table for the taxonomy module. |
theme.inc |
includes/theme.inc |
|
The functions. |
translation-table-admin-rtl.css |
css/translation-table-admin-rtl.css |
|
#translation-table-filter .translation-table-filter {
margin-right: 30px;
float: right;
}
#translation-table-filter #translation-table-languages-selected-filter {
margin-right: 0;
} |
translation-table-admin.css |
css/translation-table-admin.css |
|
#translation-table-filter .translation-table-filter {
margin-left: 30px;
float: left;
}
#translation-table-filter #translation-table-languages-selected-filter {
margin-left: 0;
}
#translation-table {
clear: both;
}
#translation-table… |
translation_table.info |
translation_table.info |
|
name = Translation table
description = UI for quick translation of dynamic strings.
package = Multilanguage
core = 6.x
dependencies[] = locale
dependencies[] = i18nstrings |
translation_table.module |
translation_table.module |
|
Translation table module |