Patch for "1.8_STABLE" branch: https://reviews.mahara.org/3757

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1371460

Title:
  Missing translations in js/customlayout.js

Status in Mahara ePortfolio:
  Confirmed
Status in Mahara 1.10 series:
  Confirmed
Status in Mahara 1.8 series:
  Confirmed
Status in Mahara 1.9 series:
  Confirmed

Bug description:
  In the file htdocs/js/customlayout.js there are hard-coded English
  language strings.

  "Row %s" on line 11: $(newrow).find('.customrowtitle').html('<strong>Row ' + 
(numrows + 1) + '</strong>');
  "Row %s" on line 39: $(this).find('.customrowtitle').html('<strong>Row ' + 
inc + '</strong>');
  "%s rows" (note this one's a plural string) on line 112:  
rowtitlediv.html('<strong>' + numrows + ' rows</strong>');
  "Generating preview..." on line 224: $('#custompreview').html('<p>Generating 
preview...</p>');

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1371460/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~mahara-contributors
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp

Reply via email to