31452 change module name
[com.zyxware.civiwci.git] / CRM / Wci / DAO / Widget.php
index 834c33cb647ad1126102a80d58bedbbde12b28e7..60e8abaffa7115126c67e9f5d7067f699fb8382f 100644 (file)
@@ -303,199 +303,199 @@ class CRM_Wci_DAO_Widget extends CRM_Core_DAO
         'widget_id' => array(
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
-          'title' => ts('WCI Widget Id', array('domain' => 'org.civicrm.wci')) ,
+          'title' => ts('WCI Widget Id', array('domain' => 'com.zyxware.civiwci')) ,
           'required' => true,
         ) ,
         'title' => array(
           'name' => 'title',
           'type' => CRM_Utils_Type::T_STRING,
-          'title' => ts('Widget title', array('domain' => 'org.civicrm.wci')) ,
+          'title' => ts('Widget title', array('domain' => 'com.zyxware.civiwci')) ,
           'required' => true,
           'maxlength' => 64,
         ) ,
         'logo_image' => array(
           'name' => 'logo_image',
           'type' => CRM_Utils_Type::T_STRING,
-          'title' => ts('Image url of widget logo image', array('domain' => 'org.civicrm.wci')) ,
+          'title' => ts('Image url of widget logo image', array('domain' => 'com.zyxware.civiwci')) ,
           'required' => false,
           'maxlength' => 255,
         ) ,
         'image' => array(
           'name' => 'image',
           'type' => CRM_Utils_Type::T_STRING,
-          'title' => ts('Url of widget image', array('domain' => 'org.civicrm.wci')) ,
+          'title' => ts('Url of widget image', array('domain' => 'com.zyxware.civiwci')) ,
           'required' => false,
           'maxlength' => 255,
         ) ,
         'button_title' => array(
           'name' => 'button_title',
           'type' => CRM_Utils_Type::T_STRING,
-          'title' => ts('Contribute/Donate button title', array('domain' => 'org.civicrm.wci')) ,
+          'title' => ts('Contribute/Donate button title', array('domain' => 'com.zyxware.civiwci')) ,
           'required' => false,
           'maxlength' => 64,
         ) ,
         'button_link_to' => array(
           'name' => 'button_link_to',
           'type' => CRM_Utils_Type::T_INT,
-          'title' => ts('Contribution/Donation page reference', array('domain' => 'org.civicrm.wci')) ,
+          'title' => ts('Contribution/Donation page reference', array('domain' => 'com.zyxware.civiwci')) ,
           'required' => false,
         ) ,
         'progress_bar_id' => array(
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
-          'title' => ts('WCI Progress Bar Reference Id', array('domain' => 'org.civicrm.wci')) ,
+          'title' => ts('WCI Progress Bar Reference Id', array('domain' => 'com.zyxware.civiwci')) ,
           'required' => false,
         ) ,
         'description' => array(
           'name' => 'description',
           'type' => CRM_Utils_Type::T_TEXT,
-          'title' => ts('Widget description', array('domain' => 'org.civicrm.wci')) ,
+          'title' => ts('Widget description', array('domain' => 'com.zyxware.civiwci')) ,
           'required' => false,
         ) ,
         'email_signup_group_id' => array(
           'name' => 'email_signup_group_id',
           'type' => CRM_Utils_Type::T_INT,
-          'title' => ts('Group reference for email newsletter signup', array('domain' => 'org.civicrm.wci')) ,
+          'title' => ts('Group reference for email newsletter signup', array('domain' => 'com.zyxware.civiwci')) ,
           'required' => false,
         ) ,
         'size_variant' => array(
           'name' => 'id',
           'type' => CRM_Utils_Type::T_STRING,
-          'title' => ts('Widget size variant', array('domain' => 'org.civicrm.wci')) ,
+          'title' => ts('Widget size variant', array('domain' => 'com.zyxware.civiwci')) ,
           'required' => true,
           'maxlength' => 10,
         ) ,
         'color_title' => array(
           'name' => 'color_title',
           'type' => CRM_Utils_Type::T_STRING,
-          'title' => ts('Widget title color', array('domain' => 'org.civicrm.wci')) ,
+          'title' => ts('Widget title color', array('domain' => 'com.zyxware.civiwci')) ,
           'required' => true,
           'maxlength' => 10,
         ) ,
         'color_title_bg' => array(
           'name' => 'color_title_bg',
           'type' => CRM_Utils_Type::T_STRING,
-          'title' => ts('Widget title background color', array('domain' => 'org.civicrm.wci')) ,
+          'title' => ts('Widget title background color', array('domain' => 'com.zyxware.civiwci')) ,
           'required' => true,
           'maxlength' => 10,
         ) ,
         'color_progress_bar' => array(
           'name' => 'color_progress_bar',
           'type' => CRM_Utils_Type::T_STRING,
-          'title' => ts('Progress bar color', array('domain' => 'org.civicrm.wci')) ,
+          'title' => ts('Progress bar color', array('domain' => 'com.zyxware.civiwci')) ,
           'required' => true,
           'maxlength' => 10,
         ) ,
         'color_progress_bar_bg' => array(
           'name' => 'color_progress_bar_bg',
           'type' => CRM_Utils_Type::T_STRING,
-          'title' => ts('Progress bar background color', array('domain' => 'org.civicrm.wci')) ,
+          'title' => ts('Progress bar background color', array('domain' => 'com.zyxware.civiwci')) ,
           'required' => true,
           'maxlength' => 10,
         ) ,
         'color_widget_bg' => array(
           'name' => 'color_widget_bg',
           'type' => CRM_Utils_Type::T_STRING,
-          'title' => ts('Widget background color', array('domain' => 'org.civicrm.wci')) ,
+          'title' => ts('Widget background color', array('domain' => 'com.zyxware.civiwci')) ,
           'required' => true,
           'maxlength' => 10,
         ) ,
         'color_description' => array(
           'name' => 'color_description',
           'type' => CRM_Utils_Type::T_STRING,
-          'title' => ts('Widget description color', array('domain' => 'org.civicrm.wci')) ,
+          'title' => ts('Widget description color', array('domain' => 'com.zyxware.civiwci')) ,
           'required' => true,
           'maxlength' => 10,
         ) ,
         'color_border' => array(
           'name' => 'color_border',
           'type' => CRM_Utils_Type::T_STRING,
-          'title' => ts('Widget border color', array('domain' => 'org.civicrm.wci')) ,
+          'title' => ts('Widget border color', array('domain' => 'com.zyxware.civiwci')) ,
           'required' => true,
           'maxlength' => 10,
         ) ,
         'color_button' => array(
           'name' => 'color_button',
           'type' => CRM_Utils_Type::T_STRING,
-          'title' => ts('Widget button text color', array('domain' => 'org.civicrm.wci')) ,
+          'title' => ts('Widget button text color', array('domain' => 'com.zyxware.civiwci')) ,
           'required' => true,
           'maxlength' => 10,
         ) ,
         'color_button_bg' => array(
           'name' => 'color_button_bg',
           'type' => CRM_Utils_Type::T_STRING,
-          'title' => ts('Widget button background color', array('domain' => 'org.civicrm.wci')) ,
+          'title' => ts('Widget button background color', array('domain' => 'com.zyxware.civiwci')) ,
           'required' => true,
           'maxlength' => 10,
         ) ,
         'style_rules' => array(
           'name' => 'style_rules',
           'type' => CRM_Utils_Type::T_TEXT,
-          'title' => ts('Additional style rules', array('domain' => 'org.civicrm.wci')) ,
+          'title' => ts('Additional style rules', array('domain' => 'com.zyxware.civiwci')) ,
           'required' => false,
         ) ,
         'override' => array(
           'name' => 'override',
           'type' => CRM_Utils_Type::T_BOOLEAN,
-          'title' => ts('Override default template', array('domain' => 'org.civicrm.wci')) ,
+          'title' => ts('Override default template', array('domain' => 'com.zyxware.civiwci')) ,
           'required' => false,
         ) ,
         'hide_title' => array(
           'name' => 'hide_title',
           'type' => CRM_Utils_Type::T_BOOLEAN,
-          'title' => ts('Hide title, if 1.', array('domain' => 'org.civicrm.wci')) ,
+          'title' => ts('Hide title, if 1.', array('domain' => 'com.zyxware.civiwci')) ,
           'required' => false,
         ) ,
         'hide_border' => array(
           'name' => 'hide_border',
           'type' => CRM_Utils_Type::T_BOOLEAN,
-          'title' => ts('Hide widget border, if 1.', array('domain' => 'org.civicrm.wci')) ,
+          'title' => ts('Hide widget border, if 1.', array('domain' => 'com.zyxware.civiwci')) ,
           'required' => false,
         ) ,
         'hide_pbcap' => array(
           'name' => 'hide_pbcap',
           'type' => CRM_Utils_Type::T_BOOLEAN,
-          'title' => ts('Hide pb caption, if 1.', array('domain' => 'org.civicrm.wci')) ,
+          'title' => ts('Hide pb caption, if 1.', array('domain' => 'com.zyxware.civiwci')) ,
           'required' => false,
         ) ,
         'show_pb_perc' => array(
           'name' => 'show_pb_perc',
           'type' => CRM_Utils_Type::T_BOOLEAN,
-          'title' => ts('pb in %(1) or amount(0).', array('domain' => 'org.civicrm.wci')) ,
+          'title' => ts('pb in %(1) or amount(0).', array('domain' => 'com.zyxware.civiwci')) ,
           'required' => false,
         ) ,
         'custom_template' => array(
           'name' => 'custom_template',
           'type' => CRM_Utils_Type::T_TEXT,
-          'title' => ts('Widget custom template', array('domain' => 'org.civicrm.wci')) ,
+          'title' => ts('Widget custom template', array('domain' => 'com.zyxware.civiwci')) ,
           'required' => false,
         ) ,
 
         'color_btn_newsletter' => array(
           'name' => 'color_btn_newsletter',
           'type' => CRM_Utils_Type::T_STRING,
-          'title' => ts('Newsletter Button text color', array('domain' => 'org.civicrm.wci')) ,
+          'title' => ts('Newsletter Button text color', array('domain' => 'com.zyxware.civiwci')) ,
           'required' => true,
           'maxlength' => 10,
         ) ,
         'color_btn_newsletter_bg' => array(
           'name' => 'color_btn_newsletter_bg',
           'type' => CRM_Utils_Type::T_STRING,
-          'title' => ts('Newsletter Button color', array('domain' => 'org.civicrm.wci')) ,
+          'title' => ts('Newsletter Button color', array('domain' => 'com.zyxware.civiwci')) ,
           'required' => true,
           'maxlength' => 10,
         ) ,
         'newsletter_text' => array(
           'name' => 'newsletter_text',
           'type' => CRM_Utils_Type::T_STRING,
-          'title' => ts('Newsletter text', array('domain' => 'org.civicrm.wci')) ,
+          'title' => ts('Newsletter text', array('domain' => 'com.zyxware.civiwci')) ,
           'required' => true,
           'maxlength' => 64,
         ) ,
         'color_newsletter_text' => array(
           'name' => 'color_newsletter_text',
           'type' => CRM_Utils_Type::T_STRING,
-          'title' => ts('Newsletter text color', array('domain' => 'org.civicrm.wci')) ,
+          'title' => ts('Newsletter text color', array('domain' => 'com.zyxware.civiwci')) ,
           'required' => true,
           'maxlength' => 10,
         ) ,