diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-11-24 16:54:42 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-11-24 16:54:42 +0000 |
commit | f56fa1fc50484d99906a0a22e2931f9c1fe708b6 (patch) | |
tree | c70ac55756560ca11e4fbcd52b551954e942beea /h-source/Application/Views/Wiki/differences.php | |
parent | deb6bcab1be6ec1c9fff6f34c80111a9f57c48d9 (diff) |
improved i18n
Diffstat (limited to 'h-source/Application/Views/Wiki/differences.php')
-rw-r--r-- | h-source/Application/Views/Wiki/differences.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/h-source/Application/Views/Wiki/differences.php b/h-source/Application/Views/Wiki/differences.php index ee7a795..9c06714 100644 --- a/h-source/Application/Views/Wiki/differences.php +++ b/h-source/Application/Views/Wiki/differences.php @@ -30,7 +30,7 @@ <?php if ($showDiff === true) { ?> <div class="notebook_view_title"> - Differences between the revision of <b><?php echo smartDate($update_new);?></b>, created by <b><?php echo getLinkToUser($u->getUser($created_by));?></b>, and the revision of <b><?php echo smartDate($update_old);?></b> + <?php echo gtext("Differences between the revision of");?> <b><?php echo smartDate($update_new);?></b>, <?php echo gtext("created by");?> <b><?php echo getLinkToUser($u->getUser($created_by));?></b>, <?php echo gtext("and the revision of");?> <b><?php echo smartDate($update_old);?></b> </div> <?php } ?> @@ -41,7 +41,7 @@ <div class="wiki_external_box"> <div class="diff_color_notice"> - <b>Notice</b>: the text in <del>red</del> has been deleted from the previous revision, the text in <ins>green</ins> has been added in this revision and the text in <span class="gray_text_notice">gray</span> has not been changed. + <?php echo gtext("<b>Notice</b>: the text in <del>red</del> has been deleted from the previous revision, the text in <ins>green</ins> has been added in this revision and the text in <span class='gray_text_notice'>gray</span> has not been changed.");?> </div> <?php foreach ($diffArray as $label => $text) { ?> |