diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-10-11 18:25:03 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-10-11 18:25:03 -0300 |
commit | f6c43024fe6f16e7e25649084af3fbd1dc9951f3 (patch) | |
tree | c1a98f19901eeb59716a7a904a5476bc41b12797 /features/muamba_system | |
parent | 9c482d8051637d687022458b20fe07c77171c33e (diff) | |
download | muamba-f6c43024fe6f16e7e25649084af3fbd1dc9951f3.tar.gz muamba-f6c43024fe6f16e7e25649084af3fbd1dc9951f3.tar.bz2 |
Updating features
Diffstat (limited to 'features/muamba_system')
-rw-r--r-- | features/muamba_system/muamba_system.features.field.inc | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/features/muamba_system/muamba_system.features.field.inc b/features/muamba_system/muamba_system.features.field.inc index 98dffb8..0c3a897 100644 --- a/features/muamba_system/muamba_system.features.field.inc +++ b/features/muamba_system/muamba_system.features.field.inc @@ -311,7 +311,7 @@ function muamba_system_field_default_fields() { 'bundle' => 'clube', 'default_value' => array( 0 => array( - 'value' => 0, + 'value' => '0', ), ), 'deleted' => '0', @@ -334,8 +334,8 @@ function muamba_system_field_default_fields() { ), 'entity_type' => 'node', 'field_name' => 'group_access', - 'label' => 'Group visibility', - 'required' => TRUE, + 'label' => 'Acesso', + 'required' => 1, 'settings' => array( 'user_register_form' => FALSE, ), @@ -350,6 +350,7 @@ function muamba_system_field_default_fields() { ), ), 'widget' => array( + 'active' => 1, 'module' => 'options', 'settings' => array(), 'type' => 'options_buttons', @@ -389,7 +390,7 @@ function muamba_system_field_default_fields() { 'bundle' => 'clube', 'default_value' => array( 0 => array( - 'value' => 1, + 'value' => '1', ), ), 'deleted' => '0', @@ -412,8 +413,8 @@ function muamba_system_field_default_fields() { ), 'entity_type' => 'node', 'field_name' => 'group_group', - 'label' => 'Group type', - 'required' => TRUE, + 'label' => 'Participação', + 'required' => 1, 'settings' => array( 'user_register_form' => FALSE, ), @@ -430,6 +431,7 @@ function muamba_system_field_default_fields() { ), ), 'widget' => array( + 'active' => 1, 'module' => 'options', 'settings' => array(), 'type' => 'options_buttons', @@ -810,15 +812,15 @@ function muamba_system_field_default_fields() { // Translatables // Included for use with string extractors like potx. + t('Acesso'); t('Comment'); t('Descrição'); t('Foto'); - t('Group type'); - t('Group visibility'); t('Groups audience'); t('Grupos'); t('Logo'); t('Logotipo do clube'); + t('Participação'); t('Request message'); t('This is the text a user may send to the group administrators.'); t('Visibilidade'); |