Skip to content

Commit

Permalink
Merge branch 'version1.1' into lunadev
Browse files Browse the repository at this point in the history
Conflicts:
	lang/English/luna.po
  • Loading branch information
Yannick committed Oct 15, 2015
2 parents f0e0889 + 2c3f5b2 commit 325a10a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion include/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -1590,7 +1590,7 @@ function file_size($size) {
for ($i = 0; $size > 1024; $i++)
$size /= 1024;

return sprintf(__('Size unit %s', 'luna'), $units[ round($size, 2) ]);
return sprintf(__('%s '.$units[$i], 'luna'), round($size, 2));
}


Expand Down
21 changes: 21 additions & 0 deletions lang/English/luna.po
Original file line number Diff line number Diff line change
Expand Up @@ -2812,6 +2812,27 @@ msgstr ""
msgrid "At least 6 characters long"
msgstr ""

msgid "%s B"
msgstr ""

msgid "%s KiB"
msgstr ""

msgid "%s MiB"
msgstr ""

msgid "%s GiB"
msgstr ""

msgid "%s TiB"
msgstr ""

msgid "%s PiB"
msgstr ""

msgid "%s EiB"
msgstr ""

msgrid "Board setup"
msgstr ""

Expand Down

0 comments on commit 325a10a

Please sign in to comment.