Skip to content

Commit a272c4d

Browse files
committed
Strings updated to support automatic translation in MM2
1 parent 819552e commit a272c4d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

lang/en/local_moodlemobileapp.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@
8585
$string['mm.core.mod_workshop'] = 'Workshop';
8686
$string['mm.core.networkerrormsg'] = 'Network not enabled or not working.';
8787
$string['mm.core.notapplicable'] = 'n/a';
88-
$string['mm.core.numdays'] = '{{number}} days';
89-
$string['mm.core.numhours'] = '{{number}} hours';
90-
$string['mm.core.numminutes'] = '{{number}} minutes';
91-
$string['mm.core.nummonths'] = '{{number}} months';
92-
$string['mm.core.numseconds'] = '{{number}} seconds';
93-
$string['mm.core.numyears'] = '{{number}} years';
88+
$string['mm.core.numdays'] = '{{$a}} days';
89+
$string['mm.core.numhours'] = '{{$a}} hours';
90+
$string['mm.core.numminutes'] = '{{$a}} minutes';
91+
$string['mm.core.nummonths'] = '{{$a}} months';
92+
$string['mm.core.numseconds'] = '{{$a}} seconds';
93+
$string['mm.core.numyears'] = '{{$a}} years';
9494
$string['mm.core.pulltorefresh'] = 'Pull to refresh';
9595
$string['mm.core.search'] = 'Search';
9696
$string['mm.core.sizeb'] = 'bytes';

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
defined('MOODLE_INTERNAL') || die;
2727

28-
$plugin->version = 2014012419;
28+
$plugin->version = 2014012420;
2929
$plugin->requires = 2013111800; // Require Moodle version (2.6).
3030
$plugin->maturity = MATURITY_STABLE;
3131
$plugin->release = '1.200'; // This should be the latest Mobile app version

0 commit comments

Comments
 (0)