From: <var...@us...> - 2016-07-20 12:21:23
|
Revision: 9889 http://sourceforge.net/p/phpwiki/code/9889 Author: vargenau Date: 2016-07-20 12:21:18 +0000 (Wed, 20 Jul 2016) Log Message: ----------- Translate ":" Modified Paths: -------------- trunk/themes/default/templates/forumadd.tmpl trunk/themes/default/templates/login.tmpl trunk/themes/shamino_com/templates/top.tmpl trunk/themes/wikilens/templates/newuserwelcomepage.tmpl Modified: trunk/themes/default/templates/forumadd.tmpl =================================================================== --- trunk/themes/default/templates/forumadd.tmpl 2016-07-20 12:15:57 UTC (rev 9888) +++ trunk/themes/default/templates/forumadd.tmpl 2016-07-20 12:21:18 UTC (rev 9889) @@ -13,7 +13,7 @@ <td><input class="wikitext" type="text" size="60" maxlength="256" name="forum[summary]" value="<?php echo isset($forum['summary']) ? $forum['summary'] : '' ?>" /></td> </tr> - <tr><th class="align-right"><?php echo _("Reply")?>:</th> + <tr><th class="align-right"><?php echo _("Reply")._(':')?></th> <td><textarea class="forumedit" rows="5" cols="60" name="forum[body]"><?php echo isset($forum['body']) ? $forum['body'] : ''?></textarea></td> </tr> Modified: trunk/themes/default/templates/login.tmpl =================================================================== --- trunk/themes/default/templates/login.tmpl 2016-07-20 12:15:57 UTC (rev 9888) +++ trunk/themes/default/templates/login.tmpl 2016-07-20 12:21:18 UTC (rev 9889) @@ -71,7 +71,7 @@ <td class="align-right"><label for="userid"><?php echo _("UserId:") ?></label></td> <td><input id="userid" type="text" name="auth[userid]" size="12" maxlength="256" value="<?php echo $userid?>" tabindex="1" /> <?php if (ENABLE_AUTH_OPENID) { ?> - <?php echo _("or")?> <a href="http://openid.net/"><?php echo _("OpenID") ?></a>: <input type="text" id="inp-openid" name="openid_url" size="32" maxlength="256" value="" tabindex="3" /> + <?php echo _("or")?> <a href="http://openid.net/"><?php echo _("OpenID")._(':') ?></a> <input type="text" id="inp-openid" name="openid_url" size="32" maxlength="256" value="" tabindex="3" /> <?php } ?> </td> </tr> Modified: trunk/themes/shamino_com/templates/top.tmpl =================================================================== --- trunk/themes/shamino_com/templates/top.tmpl 2016-07-20 12:15:57 UTC (rev 9888) +++ trunk/themes/shamino_com/templates/top.tmpl 2016-07-20 12:21:18 UTC (rev 9889) @@ -16,14 +16,14 @@ - <form action="<?php echo WikiURL(_("TitleSearch"))?>" method="get" accept-charset="UTF-8" style="display: inline"> <a class="wikilink" href="<?php echo WikiURL(_("RecentChanges"))?>"><?php echo _("RecentChanges")?></a> - - <a class="wikilink" href="<?php echo WikiURL(_("FindPage"))?>"><?php echo _("FindPage")?>:</a> + - <a class="wikilink" href="<?php echo WikiURL(_("FindPage"))?>"><?php echo _("FindPage")._(':')?></a> <input type="hidden" name="auto_redirect" value="1" /> <input type="text" name="s" size="12" maxlength="256" title='<?php echo _("Quick Search")?>' onmouseover="window.status='<?php echo _("Quick Search")?>'; return true;" onmouseout="window.status=''; return true;" /> <?php if (!empty($user) && $user->isSignedIn()) { ?> - - <a class="wikilink" href="<?php echo WikiURL(_("UserPreferences"))?>"><?php echo _("Preferences")?>:</a> + - <a class="wikilink" href="<?php echo WikiURL(_("UserPreferences"))?>"><?php echo _("Preferences")._(':')?></a> <?php } // isSignedIn ?> </form> <?php if (empty($NOSIGNIN)) { ?> Modified: trunk/themes/wikilens/templates/newuserwelcomepage.tmpl =================================================================== --- trunk/themes/wikilens/templates/newuserwelcomepage.tmpl 2016-07-20 12:15:57 UTC (rev 9888) +++ trunk/themes/wikilens/templates/newuserwelcomepage.tmpl 2016-07-20 12:21:18 UTC (rev 9889) @@ -20,7 +20,7 @@ ?> <br /> <?php if ($dbi->isWikiPage($SENDERUSERNAME)) { ?> -<p>Also, <?php echo $SENDER; ?> has his own homepage at <?php echo WIKI_NAME ?>: <a href="<?php echo WikiURL($SENDERUSERNAME, '', true); ?>"><?php echo $SENDER ?>'s page</a></p> +<p>Also, <?php echo $SENDER; ?> has his own homepage at <?php echo WIKI_NAME._(': ') ?><a href="<?php echo WikiURL($SENDERUSERNAME, '', true); ?>"><?php echo $SENDER ?>'s page</a></p> <?php } ?> <br> <p>To create your own login on <?php echo WIKI_NAME ?>, you can <a href="<?php echo WikiURL('NewUserRegister', '', true) ?>">Register</a></p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |