| l10n_update.admin-rtl.css | css/l10n_update.admin-rtl.css |  | /* Expand/collapse image for project title */
html.js .l10n-update-wrapper .project-legend {
  padding-right: 10px;
}
html.js .l10n-update-wrapper.collapsed .project-legend {
  background: url("../images/menu-collapsed-rtl.png") right 50%… | 
          
                  | l10n_update.admin.css | css/l10n_update.admin.css |  | html.js .l10n-update-wrapper.collapsed .fieldset-wrapper {
  display: none;
}
.l10n-update-wrapper .project .version-status {
  display: none;
}
/* Expand/collapse image for project title */
html.js .l10n-update-wrapper .project-title {
 … | 
          
                  | l10n_update.admin.inc | l10n_update.admin.inc |  | Admin settings and update page. | 
          
                  | l10n_update.api.php | l10n_update.api.php |  | API documentation for Localize updater module. | 
          
                  | l10n_update.batch.inc | l10n_update.batch.inc |  | Reusable API for creating and running l10n update batches. | 
          
                  | l10n_update.check.inc | l10n_update.check.inc |  | Reusable API for l10n remote updates using $source objects | 
          
                  | l10n_update.drush.inc | l10n_update.drush.inc |  | Drush interface to l10n-update functionalities. | 
          
                  | l10n_update.inc | l10n_update.inc |  |  | 
          
                  | l10n_update.info | l10n_update.info |  | name = Localization update
description = Provides automatic downloads and updates for translations.
dependencies[] = locale
core = 7.x
package = Multilingual
files[] = l10n_update.parser.inc | 
          
                  | l10n_update.install | l10n_update.install |  | Install file for l10n remote updates. | 
          
                  | l10n_update.locale.inc | l10n_update.locale.inc |  | Override part of locale.inc library so we can manage string status | 
          
                  | l10n_update.module | l10n_update.module |  | Download translations from remote localization server. | 
          
                  | l10n_update.parser.inc | l10n_update.parser.inc |  |  | 
          
                  | l10n_update.project.inc | l10n_update.project.inc |  | Library for querying Drupal projects | 
          
                  | README.txt | README.txt |  | Localization Update
-------------------
  Automatically download and update your translations by fetching them from
  http://localize.drupal.org or any other Localization server.
  The l10n update module helps to keep the translation of your drupal… |