From f56fa1fc50484d99906a0a22e2931f9c1fe708b6 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Thu, 24 Nov 2011 16:54:42 +0000 Subject: improved i18n --- h-source/Application/Views/Wiki/differences.php | 4 ++-- h-source/Application/Views/Wiki/form.php | 4 ++-- h-source/Application/Views/Wiki/history.php | 4 ++-- h-source/Application/Views/Wiki/page.php | 6 +++--- h-source/Application/Views/Wiki/talk.php | 10 +++++----- h-source/Application/Views/talk.php | 10 +++++----- 6 files changed, 19 insertions(+), 19 deletions(-) (limited to 'h-source/Application/Views') 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 @@
- Differences between the revision of , created by getUser($created_by));?>, and the revision of + , getUser($created_by));?>,
@@ -41,7 +41,7 @@
- Notice: the text in red has been deleted from the previous revision, the text in green has been added in this revision and the text in gray has not been changed. + Notice: the text in red has been deleted from the previous revision, the text in green has been added in this revision and the text in gray has not been changed.");?>
$text) { ?> diff --git a/h-source/Application/Views/Wiki/form.php b/h-source/Application/Views/Wiki/form.php index 12d84d1..38a88c4 100644 --- a/h-source/Application/Views/Wiki/form.php +++ b/h-source/Application/Views/Wiki/form.php @@ -95,8 +95,8 @@ - - + "> + ">
diff --git a/h-source/Application/Views/Wiki/history.php b/h-source/Application/Views/Wiki/history.php index b2e2ab5..e8180f5 100644 --- a/h-source/Application/Views/Wiki/history.php +++ b/h-source/Application/Views/Wiki/history.php @@ -42,14 +42,14 @@ viewArgs['page'] === 1) { ?> -
  • : by getLinkToUserFromId($rev['wiki']['created_by']);?> (controller."/differences/$lang/$id/0".$this->viewStatus;?>">diff)
  • +
  • : getLinkToUserFromId($rev['wiki']['created_by']);?> (controller."/differences/$lang/$id/0".$this->viewStatus;?>">diff)
  • - controller."/revision/$lang/".$rev['wiki_revisions']['id_rev'].$this->viewStatus;?>"> by getLinkToUserFromId($rev['wiki_revisions']['created_by']);?> + controller."/revision/$lang/".$rev['wiki_revisions']['id_rev'].$this->viewStatus;?>"> getLinkToUserFromId($rev['wiki_revisions']['created_by']);?> (controller."/differences/$lang/$id/".$rev['wiki_revisions']['id_rev'].$this->viewStatus;?>">diff) diff --git a/h-source/Application/Views/Wiki/page.php b/h-source/Application/Views/Wiki/page.php index afff4bd..1716edc 100644 --- a/h-source/Application/Views/Wiki/page.php +++ b/h-source/Application/Views/Wiki/page.php @@ -98,7 +98,7 @@ @@ -109,7 +109,7 @@
    - Revision of the wiki page +
    - by getUser($message['wiki_talk']['created_by']));?>, + getUser($message['wiki_talk']['created_by']));?>,
    @@ -126,7 +126,7 @@
    @@ -137,16 +137,16 @@
    - +
    - +
    - + ">
    diff --git a/h-source/Application/Views/talk.php b/h-source/Application/Views/talk.php index 6197e24..4f1e1b2 100644 --- a/h-source/Application/Views/talk.php +++ b/h-source/Application/Views/talk.php @@ -51,7 +51,7 @@
    - by getUser($message['talk']['created_by']));?>, + getUser($message['talk']['created_by']));?>,
    @@ -111,7 +111,7 @@
    @@ -122,16 +122,16 @@
    - +
    - +
    - + ">
    -- cgit v1.2.3