Changeset 6966
- Timestamp:
- 10/12/08 16:13:40 (5 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.5/amp_conf/htdocs/admin/i18n/amp.pot
r6957 r6966 1707 1707 msgstr "" 1708 1708 1709 #: amp_conf/htdocs/admin/modules/core/page.general.php:2231710 #: amp_conf/htdocs/admin/modules/core/page.general.php:2311711 #: amp_conf/htdocs/admin/modules/core/page.general.php:2401712 msgid "context"1713 msgstr ""1714 1715 #: amp_conf/htdocs/admin/modules/core/page.general.php:2241716 #: amp_conf/htdocs/admin/modules/core/page.general.php:2331717 #: amp_conf/htdocs/admin/modules/core/page.general.php:2421718 msgid "pri"1719 msgstr ""1720 1721 1709 #: amp_conf/htdocs/admin/modules/core/page.general.php:228 1722 1710 msgid "Timeout/#-press default:" freepbx/branches/2.5/amp_conf/htdocs/admin/page.modules.php
r6949 r6966 507 507 } 508 508 foreach (array_keys($modules) as $name) { 509 if (!isset($modules[$name]['category'])) { 510 $modules[$name]['category'] = _("Broken"); 511 $modules[$name]['name'] = $name; 512 } 509 513 if (isset($module_filter[$name]) && strtolower(trim($module_filter[$name])) == 'hidden') { 510 514 continue;
