Uploaded image for project: 'Plugins'
  1. Plugins
  2. CONTRIB-8

Two more strings in lesson language file, change index.php

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Trivial Trivial
    • None
    • 2.0
    • Module: Dialogue
    • None
    • All
    • MOODLE_20_STABLE

      In index.php, it is impossible in Czech to glue together the two existing strings that form the main table column headings.

      1) The 'modulnameplural' should not be capitalized for us.

      2) The 'open' and 'closed' strings don't give proper sense if used with 'modulenameplural' at this place.

      Proposed solution:

      1) Two new strings

      $string['closeddialogues'] = 'Closed dialogues';

      $string['openeddialogues'] = 'Open dialogues';

      2) Change in index.php

      $stropendialogues = get_string(openeddialogues, dialogue);

      $strcloseddialogues = get_string(closeddialogues, dialogue);

            howardsmiller Howard Miller
            mixik Daniel Miksik (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.