|
From: <kla...@mn...> - 2012-06-18 10:05:42
|
The branch, master has been updated
Summary of changes:
web/infos/datenschutz.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
...from 3002889fcaaafeadba30a6b3e51d9ca443701002 (commit) to (ce5aa31397af3ae2091f5b565ed46e0cbd83ff20)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ce5aa31397af3ae2091f5b565ed46e0cbd83ff20
Author: Christoph Thelen <chr...@mn...>
Date: Mon Jun 18 10:21:54 2012 +0200
Added translation of portal name
-----------------------------------------------------------------------
Complete Diff
diff --git a/web/infos/datenschutz.php b/web/infos/datenschutz.php
index 1e2bc32..fcf4bb2 100644
--- a/web/infos/datenschutz.php
+++ b/web/infos/datenschutz.php
@@ -124,8 +124,9 @@ if (! isset($SHOW_INLINE)) {
include_once PATH_TO_ROOT . "common/header.inc.php";
}
+$translate = getTranslate("menu");
?>
-<h3>Wer kann was in eStudy sehen bzw. herausfinden?</h3>
+<h3>Wer kann was in <?php echo $translate->_("eStudy") ?> sehen bzw. herausfinden?</h3>
<table>
<tr>
<th> </th><th><?php echo implode("</th><th>", $data->header) ?></th>
hooks/post-receive
--
estudy
|