PluginProbe
User Access Manager / 1.2.6.2
User Access Manager v1.2.6.2
2.3.20 2.3.19 2.3.18 2.3.17 2.3.16 2.3.15 2.3.14 2.3.13 trunk 0.6 0.6.1 0.6.2 0.7 0.7 Beta 0.7.0.1 0.8 0.8.0.1 0.8.0.2 0.9 0.9.1 0.9.1.1 0.9.1.2 0.9.1.3 0.9.1.4 1.0 All 136 releases
← All changes | tpl/about.php +10 -11 1.01.2.6.2 View file →
@@ -8,9 +8,9 @@
8 8 *
9 9 * @category UserAccessManager
10 10 * @package UserAccessManager
11 11 * @author Alexander Schneider <alexanderschneider85@googlemail.com>
12 - * @copyright 2008-2010 Alexander Schneider
12 + * @copyright 2008-2013 Alexander Schneider
13 13 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2
14 14 * @version SVN: $Id$
15 15 * @link http://wordpress.org/extend/plugins/user-access-manager/
16 16 */
@@ -16,33 +16,32 @@
16 16 */
17 17
18 18 ?>
19 19 <div class="wrap">
20 - <h2><?php echo TXT_ABOUT; ?></h2>
20 + <h2><?php echo TXT_UAM_ABOUT; ?></h2>
21 21 <div id="poststuff">
22 22 <div class="postbox">
23 - <h3 class="hndle"><?php echo TXT_HOW_TO_SUPPORT; ?></h3>
23 + <h3 class="hndle"><?php echo TXT_UAM_HOW_TO_SUPPORT; ?></h3>
24 24 <div class="inside">
25 - <p><?php echo TXT_SEND_REPORTS; ?></p>
26 - <p><?php echo TXT_MAKE_TRANSLATION; ?></p>
25 + <p><?php echo TXT_UAM_SEND_REPORTS; ?></p>
26 + <p><?php echo TXT_UAM_MAKE_TRANSLATION; ?></p>
27 27 <p>
28 - <?php echo TXT_DONATE; ?><br/>
28 + <?php echo TXT_UAM_DONATE; ?><br/>
29 29 <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=1947052">
30 30 <img style="margin:4px 0;" alt="Make payments with PayPal - it's fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but21.gif" />
31 31 </a>
32 32 </p>
33 - <p><?php echo TXT_PLACE_LINK; ?></p>
33 + <p><?php echo TXT_UAM_PLACE_LINK; ?></p>
34 34 </div>
35 35 </div>
36 36 <div class="postbox">
37 - <h3 class="hndle"><?php echo TXT_THANKS; ?></h3>
37 + <h3 class="hndle"><?php echo TXT_UAM_THANKS; ?></h3>
38 38 <div class="inside">
39 39 <p>
40 - <strong><?php echo TXT_SPECIAL_THANKS; ?></strong><br/>
40 + <strong><?php echo TXT_UAM_SPECIAL_THANKS; ?></strong><br/>
41 41 <br/>
42 - <?php echo TXT_THANKS_TO; ?><br/>
43 - J&uuml;rgen Wiesenbauer, Patric Schwarz, Mark LeRoy, Huska, macbidule, Helmut, -sCo-, <?php echo TXT_THANKS_OTHERS; ?>.
42 + <?php echo TXT_UAM_THANKS_TO; ?> Luke Crouch, Juan Rodriguez, mkosel, Jan, GeorgWP, Ron Harding, Zina, Erik Franz&eacute;n, Ivan Marevic, J&uuml;rgen Wiesenbauer, Patric Schwarz, Mark LeRoy, Huska, macbidule, Helmut, -sCo-, Hadi Mostafapour, Diego Valobra, PoleeK, Konsult, Mesut Soylu, ranwaldo, Robert Egger, akiko.pusu, r3d pill, michel.weimerskirch, arjenbreur, jpr105, nwoetzel (https://github.com/nwoetzel) <?php echo TXT_UAM_THANKS_OTHERS; ?>.
44 43 </p>
45 44 </div>
46 45 </div>
47 46 </div>
48 47 </div>