Show
Ignore:
Timestamp:
10/12/08 16:13:40 (5 years ago)
Author:
mickecarlsson
Message:

Fixes broken modules display in other languages than English

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.5/amp_conf/htdocs/admin/i18n/amp.pot

    r6957 r6966  
    17071707msgstr "" 
    17081708 
    1709 #: amp_conf/htdocs/admin/modules/core/page.general.php:223 
    1710 #: amp_conf/htdocs/admin/modules/core/page.general.php:231 
    1711 #: amp_conf/htdocs/admin/modules/core/page.general.php:240 
    1712 msgid "context" 
    1713 msgstr "" 
    1714  
    1715 #: amp_conf/htdocs/admin/modules/core/page.general.php:224 
    1716 #: amp_conf/htdocs/admin/modules/core/page.general.php:233 
    1717 #: amp_conf/htdocs/admin/modules/core/page.general.php:242 
    1718 msgid "pri" 
    1719 msgstr "" 
    1720  
    17211709#: amp_conf/htdocs/admin/modules/core/page.general.php:228 
    17221710msgid "Timeout/#-press default:" 
  • freepbx/branches/2.5/amp_conf/htdocs/admin/page.modules.php

    r6949 r6966  
    507507    } 
    508508    foreach (array_keys($modules) as $name) { 
     509        if (!isset($modules[$name]['category'])) { 
     510        $modules[$name]['category'] = _("Broken"); 
     511        $modules[$name]['name'] = $name; 
     512         } 
    509513      if (isset($module_filter[$name]) && strtolower(trim($module_filter[$name])) == 'hidden') { 
    510514        continue;