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

Translation "ts" fixes for 4.7.12

    Details

    • Type: Bug
    • Status: Open
    • Priority: Trivial
    • Resolution: Unresolved
    • Affects Version/s: 4.7.12
    • Fix Version/s: None
    • Component/s: Internationalisation
    • Labels:
      None
    • Versioning Impact:
      Patch (backwards-compatible bug fixes)
    • Documentation Required?:
      None
    • Funding Source:
      Needs Funding

      Description

      CRM/Dedupe/Merger.php

      • $msg .= $stats['skipped'] . ts('Contact(s) were skipped.');
        + $msg .= $stats['skipped'] . ts(' Contact(s) were skipped.');

      should be something like: ts('%1 contact was skipped', array(1 => %stats['skipped'], 'plural' => '%1 contacts were skipped', 'count' => $stats['skipped']);

      CRM/Report/Form.php
      msgid " (copy created by %1 on %2)" -> whitespace at beginning of string.

      CRM/Report/Form/Mailing/Bounce.php
      msgid "-Please Select" => " select -"

      templates/CRM/Report/Page/InstanceList.tpl -> newlines \n are fishy.
      +msgid ""
      +"You do not have any private reports. To add a report to this section, edit "
      +"the Report Settings for a report and set 'Add to My Reports' to Yes."

      Also need to check, since Transifex has these 3 strings:

      • Print/merge Document
      • Print/merge document
      • Print/Merge Document

        Attachments

          Activity

            People

            • Assignee:
              mlutfy Mathieu Lutfy
              Reporter:
              mlutfy Mathieu Lutfy
            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated: