CRM-16061: translation string fixes.
authorMathieu Lutfy <mathieu@bidon.ca>
Fri, 6 Mar 2015 01:51:43 +0000 (20:51 -0500)
committerMathieu Lutfy <mathieu@bidon.ca>
Fri, 6 Mar 2015 01:51:43 +0000 (20:51 -0500)
CRM/Contribute/xml/Menu/Contribute.xml
CRM/Event/BAO/Query.php
CRM/Upgrade/Incremental/php/FourFive.php
xml/templates/message_templates/membership_offline_receipt_html.tpl
xml/templates/message_templates/membership_online_receipt_html.tpl

index d3ba01373e7c5d0153f67ae95a2fef3c0ff9c5ae..fe2225dfc13c6098cfb54654f5ca5ae6a7e066a4 100644 (file)
   </item>
   <item>
     <path>civicrm/contribute/invoice</path>
-    <title>CiviContributePdf</title>
+    <title>CiviContribute PDF</title>
     <page_callback>CRM_Contribute_Form_Task_Invoice::getPrintPDF</page_callback>
     <access_arguments>access CiviContribute</access_arguments>
     <page_type>1</page_type>
   </item>
   <item>
     <path>civicrm/contribute/invoice/email</path>
-    <title>CiviContributePdf</title>
+    <title>CiviContribute PDF</title>
     <page_callback>CRM_Contribute_Form_Task_Invoice</page_callback>
     <access_arguments>access CiviContribute</access_arguments>
     <page_type>1</page_type>
index d9d0a552a862ba93a693f0be7a822be8bbd22328..63b548b293661262d080ae9bad905c436f0959a4 100644 (file)
@@ -292,7 +292,7 @@ class CRM_Event_BAO_Query {
           }
         }
         $query->_where[$grouping][] = "civicrm_event.id $op {$value}";
-        $query->_qill[$grouping][] = ts('Include Repeating Events (If Any) ') . " = TRUE";
+        $query->_qill[$grouping][] = ts('Include Repeating Events');
         $query->_tables['civicrm_event'] = $query->_whereTables['civicrm_event'] = 1;
         return;
 
@@ -560,7 +560,7 @@ class CRM_Event_BAO_Query {
     $form->add('text', 'participant_fee_id', ts('Fee Level'), array('class' => 'big crm-ajax-select'));
 
     CRM_Core_Form_Date::buildDateRange($form, 'event', 1, '_start_date_low', '_end_date_high', ts('From'), FALSE);
-    $eventIncludeRepeatingEvents = &$form->addElement('checkbox', "event_include_repeating_events", NULL, ts(' Include Repeating Events (If Any) ? '));
+    $eventIncludeRepeatingEvents = &$form->addElement('checkbox', "event_include_repeating_events", NULL, ts('Include Repeating Events?'));
 
     $form->addSelect('participant_status_id',
       array('entity' => 'participant', 'label' => ts('Participant Status'), 'multiple' => 'multiple', 'option_url' => NULL, 'placeholder' => ts('- any -'))
index 02f1e531522cf4e8b4a4d302ea9348cac6724acd..e6dc42914239f77b2e0eeade4f8dadc1d4a12184 100644 (file)
@@ -90,7 +90,7 @@ class CRM_Upgrade_Incremental_php_FourFive {
   public function upgrade_4_5_alpha1($rev) {
     // task to process sql
     $this->addTask(ts('Migrate honoree information to module_data'), 'migrateHonoreeInfo');
-    $this->addTask(ts('Upgrade DB to 4.5.alpha1: SQL'), 'task_4_5_x_runSql', $rev);
+    $this->addTask(ts('Upgrade DB to %1: SQL', array(1 => '4.5.alpha1')), 'task_4_5_x_runSql', $rev);
     $this->addTask(ts('Set default for Individual name fields configuration'), 'addNameFieldOptions');
 
     // CRM-14522 - The below schema checking is done as foreign key name
@@ -127,7 +127,7 @@ DROP KEY `{$dao->CONSTRAINT_NAME}`";
    * @return bool
    */
   public function upgrade_4_5_beta9($rev) {
-    $this->addTask(ts('Upgrade DB to 4.5.beta9: SQL'), 'task_4_5_x_runSql', $rev);
+    $this->addTask(ts('Upgrade DB to %1: SQL', array(1 => '4.5.beta9')), 'task_4_5_x_runSql', $rev);
 
     $entityTable = array(
       'Participant' => 'civicrm_participant_payment',
index 8a2c0e1eabf8e98aca07bf22c4ff8cb1fe1ca887..2abdab7c543d4d586c11591669316a9be62294b3 100644 (file)
        {if $dataArray}
         <tr>
          <td {$labelStyle}>
-          {ts}Amount Before Tax : {/ts}
+          {ts}Amount Before Tax:{/ts}
          </td>
          <td {$valueStyle}>
           {$formValues.total_amount-$totalTaxAmount|crmMoney}
index b4d8619b2fafff17743942cf1dfb1e61d5512c5d..fe5052fb9099a064c53f58e399e8abec98ad5345 100644 (file)
        {if $dataArray}
         <tr>
          <td {$labelStyle}>
-          {ts} Amount Before Tax : {/ts}
+          {ts}Amount Before Tax:{/ts}
          </td>
          <td {$valueStyle}>
           {$amount-$totalTaxAmount|crmMoney}