Uploaded image for project: 'CiviCRM'
  1. CiviCRM
  2. CRM-18972

List of strings that cannot be localized cause the absence of ts() function

    Details

    • Type: Bug
    • Status: Done/Fixed
    • Priority: Major
    • Resolution: Fixed/Completed
    • Affects Version/s: 4.7.6, 4.7.7, 4.7.8
    • Fix Version/s: 4.7.11
    • Component/s: Internationalisation
    • Labels:
    • Documentation Required?:
      None
    • Funding Source:
      Contributed Code

      Description

      I am completing the translation (Italian) and I have identified a number of situations where ts () function has been omitted.
      Their correction, will improve translated masks.
      In the following list are indicated within each .php, the lines (rel 4.7.6) and the string to be translated.

      \sites\all\modules\civicrm\CRM\Report\Form\Contact\Detail.php:

      • 299, 303 >> ts("Start Date") e ts("End Date"
      • 163, 166 >> ts('Country')
      • 155 >> ts('State/Province')
      • 156 >> ts('City')
      • 157 >> ts('Postal Code')

      \sites\all\modules\civicrm\CRM\Report\Form.php

      • 451 >> ts('Contact ID')
      • 1216, 1222 ts('From:')
      • 1437 e 1438 >> ts('Ascending') e ts('Decending')

      \sites\all\modules\civicrm\CRM\Report\Form\Event\Income.php

      • 129..135 >> from ts('Title') to ts('Registered Participant')
      • 199 >> ts('Role')
      • 224 >> ts('Status')
      • 256 >> ts('Payment Method')

      \sites\all\modules\civicrm\CRM\Report\Form\Event\Summary.php

      • 98, 102 >> ts('Event Start Date') e ts('Event End Date')

      \sites\all\modules\civicrm\CRM\Report\Form\Event\ParticipantListing.php

      • 230 ts('Registration Date')
      • 329 ts('Payment Date')
      • 380 ts('select')

      \sites\all\modules\civicrm\CRM\Report\Form\Mailing\Bounce.php

      • 413 ts('-Please Select-')

      \sites\all\modules\civicrm\CRM\Report\Form\Mailing\Summary.php

      • 156 ts('Accepted Rate')
      • 174 ts('Bounce Rate')
      • 194 ts('Unique Open Rate')
      • 206 ts('Total Open Rate')
      • 224 ts('Click through Rate')
      • 233 ts('Click to Open Rate')

      \sites\all\modules\civicrm\CRM\Contact\Form\Search\Custom\Sample.php

      • 80 ts('My Search Title')

      \sites\all\modules\civicrm\CRM\Member\Form\MembershipRenewal.php

      • 412 new line deleted in "Record Payment from a Different"

      \sites\all\modules\civicrm\CRM\Report\Form\Contribute\Summary.php

      • 157 ts('Currency')
      • 232 ts('Soft Credit Type')
      • 263 ts('Campaign')

      \sites\all\modules\civicrm\CRM\Report\Form\Contribute\SoftCredit.php

      • 240 ts('Currency')
      • 232 ts('Soft Credit Type')

      \sites\all\modules\civicrm\CRM\Report\Form\Contribute\Detail.php

      • 252 ts('Currency')
      • 300 ts('Soft Credit Type')

      \sites\all\modules\civicrm\CRM\Report\Form\Contribute\Repeat.php

      • 690 ts('% New Donors')
      • 694 ts('% Lapsed Donors')
      • 698 ts('% Upgraded Donors')
      • 702 ts('% Downgraded Donors')
      • 706 ts('% Maintained Donors')
      • 742 ts('Initial Date Range:')
      • 745 ts('Total Amount')
      • 754 ts('Average')
      • 758 ts('Second Date Range:')
      • 762 ts('Total Amount')
      • 767 ts('Total Donations')
      • 771 ts('Average')
      • 891 ts('% Change')

      \sites\all\modules\civicrm\CRM\Report\Form\Contribute\HouseholdSummary.php

      • 131 ts('Contribution Status')
      • 148 ts('Currency')
      • 148 ts('Campaign')

      \sites\all\modules\civicrm\CRM\Report\Form\Contribute\OrganizationSummary.php

      • 142 ts('Contribution Status')
      • 161 ts('Currency')
      • 200 ts('Campaign')

      \sites\all\modules\civicrm\CRM\Report\Form.php

      • 4041 ts('Odd / Even Street Number')
      • 2134 ts("Subtotal")

      \sites\all\modules\civicrm\CRM\Report\Form\Contribute\Sybunt.php

      • 282 modificato ts("Up To") . " " . $upTo_year
      • 200 ts('LifeTime')
      • 419 ts('Total LifeTime')

      \sites\all\modules\civicrm\CRM\Report\Form\Contribute\Bookkeeping.php

      • 295 ts('Currency')
      • 524 ts('Total Amount')

      \sites\all\modules\civicrm\CRM\Report\Form\Contribute\Recur.php

      • 161 ts('Currency')
      • 529 ts('Average')

      \sites\all\modules\civicrm\templates\CRM\Pledge\Form\PledgeView.tpl

      • 43 {ts}day of the period{/ts}
        - 78 {ts}

        days prior to schedule date

        {/ts}
        - 80 {ts}days after the last one sent{/ts}

      \sites\all\modules\civicrm\CRM\Report\Form\Activity.php

      • 229 ts('Survey Result')
      • 309 ts('Campaign')
      • 320 ts('Engagement Index')

      \sites\all\modules\civicrm\CRM\Report\Form\Member\Lapse.php

      • 177 ts('Campaign')

      \sites\all\modules\civicrm\CRM\Report\Form\Member\Summary.php

      • 180 ts('Campaign')

      \sites\all\modules\civicrm\CRM\Report\Form\Pledge\Detail.php

      • 191 ts('Campaign')

      \sites\all\modules\civicrm\CRM\Report\Form\Pledge\Pbnp.php

      • 179 ts('Campaign')

      \sites\all\modules\civicrm\CRM\Report\Form\Pledge\Detail.php

      • 141 ts('Pledge Made Date')
      • 149 ts('Currency')
      • 429 ts('Next Payment Due')
      • 431 ts('Next Payment Amount')

      \sites\all\modules\civicrm\CRM\Contribute\Form\AdditionalInfo.php
      55 ts('select product')

      \sites\all\modules\civicrm\CRM\Contribute\Form\ManagePremiums.php
      128 ts('- select -'),
      129 ts('Rolling'),
      130 ts('Fixed'),
      135 ts('- select period -')
      139 ts('- select period -')

      \sites\all\modules\civicrm\ang\crmMailing\Recipients.js
      121 - ts("Groups or Past Recipients")

      \sites\all\modules\civicrm\CRM\Report\Form\Member\Summary.php
      74 - ts('Membership Type');
      121 - ts('Membership Type');
      160 - ts('Currency');

      \sites\all\modules\civicrm\CRM\Report\Form\Extended.php
      389 - ts('Membership Type');
      394 - ts('Membership Status')
      569 - ts('Contribution Source')

      \sites\all\modules\civicrm\CRM\Report\Form\Member\Detail.php
      89 - ts('Membership Type')
      105 - ts('Source')
      209 - ts('Currency')

      \sites\all\modules\civicrm\CRM\Report\Form\Member\Lapse.php
      115 - ts('Membership Type')
      129 - ts('Lapsed Memberships')

      \sites\all\modules\civicrm\CRM\Report\Form\Membership\Summary.php
      88 - ts('Membership Type')

      \sites\all\modules\civicrm\CRM\Report\Form.php
      1432 - ts(' - none - ')

      \sites\all\modules\civicrm\CRM\Campaign\Form\Search.php
      175 - ts(ucfirst($this->_operation))

      \sites\all\modules\civicrm\CRM\Report\Form\Campaign\SurveyDetails.php
      224 - ts('Street Number')

      \sites\all\modules\civicrm\CRM\Report\Page\InstanceList.php
      192 - ts($this->_compName)
      198- ts($this->_compName)

      \sites\all\modules\civicrm\CRM\Campaign\Form\Task\Interview.php
      286 - 290 ts() a tutte le opzioni
      295 - ts('Ascending')
      296 - ts('Descending')

        Attachments

          Activity

            People

            • Assignee:
              yashodha Yashodha Chaku
              Reporter:
              mgribaudo Marcello Gribaudo
            • Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved:

                Time Tracking

                Estimated:
                Original Estimate - 2 hours
                2h
                Remaining:
                Remaining Estimate - 2 hours
                2h
                Logged:
                Time Spent - Not Specified
                Not Specified