From: <var...@us...> - 2016-03-18 16:21:03
|
Revision: 9821 http://sourceforge.net/p/phpwiki/code/9821 Author: vargenau Date: 2016-03-18 16:21:00 +0000 (Fri, 18 Mar 2016) Log Message: ----------- Translate aria-label Modified Paths: -------------- trunk/themes/Crao/templates/navbar.tmpl trunk/themes/MonoBook/templates/actionbar.tmpl trunk/themes/MonoBook/templates/navbar.tmpl trunk/themes/MonoBook/templates/tags.tmpl trunk/themes/Portland/templates/navbar.tmpl trunk/themes/Sidebar/templates/actionbar.tmpl trunk/themes/Sidebar/templates/navbar.tmpl trunk/themes/Sidebar/templates/rc.tmpl trunk/themes/Sidebar/templates/tags.tmpl trunk/themes/Wordpress/templates/actionbar.tmpl trunk/themes/blog/templates/navbar.tmpl trunk/themes/default/templates/actionbar.tmpl trunk/themes/default/templates/navbar.tmpl trunk/themes/shamino_com/templates/actionbar.tmpl trunk/themes/shamino_com/templates/top.tmpl trunk/themes/smaller/templates/navbar.tmpl trunk/themes/wikilens/templates/body.tmpl trunk/themes/wikilens/templates/navbar.tmpl Modified: trunk/themes/Crao/templates/navbar.tmpl =================================================================== --- trunk/themes/Crao/templates/navbar.tmpl 2016-03-18 15:36:48 UTC (rev 9820) +++ trunk/themes/Crao/templates/navbar.tmpl 2016-03-18 16:21:00 UTC (rev 9821) @@ -1,4 +1,4 @@ -<nav role="navigation" aria-label="Main Menu"> +<nav role="navigation" aria-label="<?php echo _("Main Menu") ?>"> <!-- The top navigation/search bar --> <form action="<?php echo WikiURL(_("TitleSearch"))?>" method="get" accept-charset="UTF-8" id="searchform"> Modified: trunk/themes/MonoBook/templates/actionbar.tmpl =================================================================== --- trunk/themes/MonoBook/templates/actionbar.tmpl 2016-03-18 15:36:48 UTC (rev 9820) +++ trunk/themes/MonoBook/templates/actionbar.tmpl 2016-03-18 16:21:00 UTC (rev 9821) @@ -5,7 +5,7 @@ $isActionPage = isActionPage($pagename); $isBrowse = $request->getArg('action') == 'browse'; ?> -<nav role="navigation" aria-label="Actions Menu"> +<nav role="navigation" aria-label="<?php echo _("Actions Menu") ?>"> <div class="portlet" id="p-cactions"> <ul> <?php if (!string_ends_with($pagename, '/'._("Discussion"))) { ?> @@ -56,7 +56,7 @@ </ul> </div> </nav> -<nav role="navigation" aria-label="Special Actions Menu"> +<nav role="navigation" aria-label="<?php echo _("Special Actions Menu") ?>"> <div class="portlet" id="p-tbx"> <h2><?php echo _("Special Actions") ?></h2> <div class="pBody"> Modified: trunk/themes/MonoBook/templates/navbar.tmpl =================================================================== --- trunk/themes/MonoBook/templates/navbar.tmpl 2016-03-18 15:36:48 UTC (rev 9820) +++ trunk/themes/MonoBook/templates/navbar.tmpl 2016-03-18 16:21:00 UTC (rev 9821) @@ -4,7 +4,7 @@ ?> <!-- The left navigation/search bar --> <!-- Here you should add favorite Links and Categories --> -<nav role="navigation" aria-label="Navigation Menu"> +<nav role="navigation" aria-label="<?php echo _("Navigation Menu") ?>"> <div class="portlet" id="p-navigation"> <h2><?php echo _("Navigation") ?></h2> <div class="pBody"> @@ -42,7 +42,7 @@ </div> </div> -<nav role="navigation" aria-label="Toolbox Menu"> +<nav role="navigation" aria-label="<?php echo _("Toolbox Menu") ?>"> <div class="portlet" id="p-tb"> <h2><?php echo _("Toolbox") ?></h2> <div class="pBody"> Modified: trunk/themes/MonoBook/templates/tags.tmpl =================================================================== --- trunk/themes/MonoBook/templates/tags.tmpl 2016-03-18 15:36:48 UTC (rev 9820) +++ trunk/themes/MonoBook/templates/tags.tmpl 2016-03-18 16:21:00 UTC (rev 9821) @@ -1,5 +1,5 @@ <!-- list of most popular categories --> -<nav role="navigation" aria-label="Favorite Categories Menu"> +<nav role="navigation" aria-label="<?php echo _("Favorite Categories Menu") ?>"> <div class="portlet" id="p-tags"> <h2><?php echo _("Favorite Categories") ?></h2> <div class="pBody"> Modified: trunk/themes/Portland/templates/navbar.tmpl =================================================================== --- trunk/themes/Portland/templates/navbar.tmpl 2016-03-18 15:36:48 UTC (rev 9820) +++ trunk/themes/Portland/templates/navbar.tmpl 2016-03-18 16:21:00 UTC (rev 9821) @@ -1,4 +1,4 @@ -<nav role="navigation" aria-label="Main Menu"> +<nav role="navigation" aria-label="<?php echo _("Main Menu") ?>"> <!-- The bottom navigation/search bar --> <?php echo WikiLink(_("FindPage"), "button") ?> by searching Modified: trunk/themes/Sidebar/templates/actionbar.tmpl =================================================================== --- trunk/themes/Sidebar/templates/actionbar.tmpl 2016-03-18 15:36:48 UTC (rev 9820) +++ trunk/themes/Sidebar/templates/actionbar.tmpl 2016-03-18 16:21:00 UTC (rev 9821) @@ -7,7 +7,7 @@ $mayEdit = mayAccessPage('edit', $pagename); $mayChange = mayAccessPage('change', $pagename); ?> -<nav role="navigation" aria-label="Actions Menu"> +<nav role="navigation" aria-label="<?php echo _("Actions Menu") ?>"> <div class="portlet" id="p-cactions"> <ul> <?php if ($request->getArg('action') != "") { ?> @@ -33,7 +33,7 @@ </div> </nav> -<nav role="navigation" aria-label="Special Actions Menu"> +<nav role="navigation" aria-label="<?php echo _("Special Actions Menu") ?>"> <?php if ($user->isSignedIn()) { ?> <div class="portlet" id="p-tbx"> <h2><?php echo _("Special Actions") ?> <?php echo $WikiTheme->folderArrow('p-tbx', 'Closed') ?></h2> Modified: trunk/themes/Sidebar/templates/navbar.tmpl =================================================================== --- trunk/themes/Sidebar/templates/navbar.tmpl 2016-03-18 15:36:48 UTC (rev 9820) +++ trunk/themes/Sidebar/templates/navbar.tmpl 2016-03-18 16:21:00 UTC (rev 9821) @@ -4,7 +4,7 @@ ?> <!-- The left navigation/search bar --> <!-- Here you should add favorite Links and Categories --> -<nav role="navigation" aria-label="Main Menu"> +<nav role="navigation" aria-label="<?php echo _("Main Menu") ?>"> <div class="portlet" id="p-navigation"> <div class="_pBody"> <ul> @@ -17,7 +17,7 @@ </div> </nav> -<nav role="navigation" aria-label="Main Categories Menu"> +<nav role="navigation" aria-label="<?php echo _("Main Categories Menu") ?>"> <div class="portlet" id="p-nav1"> <h2><?php echo _("Main Categories")?></h2> <div class="pBody"> @@ -38,7 +38,7 @@ </div> </div> -<nav role="navigation" aria-label="Toolbox Menu"> +<nav role="navigation" aria-label="<?php echo _("Toolbox Menu") ?>"> <div class="portlet" id="p-tb"> <h2><?php echo _("Toolbox") ?><?php echo $WikiTheme->folderArrow('p-tb', 'Open') ?></h2> <div class="pBody" id="p-tb-body"> Modified: trunk/themes/Sidebar/templates/rc.tmpl =================================================================== --- trunk/themes/Sidebar/templates/rc.tmpl 2016-03-18 15:36:48 UTC (rev 9820) +++ trunk/themes/Sidebar/templates/rc.tmpl 2016-03-18 16:21:00 UTC (rev 9821) @@ -1,5 +1,5 @@ <!-- RecentChangesCached Box --> -<nav role="navigation" aria-label="Recent Changes Menu"> +<nav role="navigation" aria-label="<?php echo _("Recent Changes Menu") ?>"> <div class="portlet" id="p-rc"> <h2><?php echo _("Recent Changes") ?> <?php echo $WikiTheme->folderArrow('p-rc', 'Closed') ?></h2> <div class="pBody" id="p-rc-body" style="display:none;"> Modified: trunk/themes/Sidebar/templates/tags.tmpl =================================================================== --- trunk/themes/Sidebar/templates/tags.tmpl 2016-03-18 15:36:48 UTC (rev 9820) +++ trunk/themes/Sidebar/templates/tags.tmpl 2016-03-18 16:21:00 UTC (rev 9821) @@ -1,5 +1,5 @@ <!-- list of most popular categories --> -<nav role="navigation" aria-label="Favorite Categories Menu"> +<nav role="navigation" aria-label="<?php echo _("Favorite Categories Menu") ?>"> <div class="portlet" id="p-tags"> <h2><?php echo _("Favorite Categories") ?> <?php echo $WikiTheme->folderArrow('p-tags', 'Open') ?></h2> <div class="pBody" id="p-tags-body"> Modified: trunk/themes/Wordpress/templates/actionbar.tmpl =================================================================== --- trunk/themes/Wordpress/templates/actionbar.tmpl 2016-03-18 15:36:48 UTC (rev 9820) +++ trunk/themes/Wordpress/templates/actionbar.tmpl 2016-03-18 16:21:00 UTC (rev 9821) @@ -1,4 +1,4 @@ -<nav role="navigation" aria-label="Actions Menu"> +<nav role="navigation" aria-label="<?php echo _("Actions Menu") ?>"> <div id="actionbar"> <?php Modified: trunk/themes/blog/templates/navbar.tmpl =================================================================== --- trunk/themes/blog/templates/navbar.tmpl 2016-03-18 15:36:48 UTC (rev 9820) +++ trunk/themes/blog/templates/navbar.tmpl 2016-03-18 16:21:00 UTC (rev 9821) @@ -1,4 +1,4 @@ -<nav role="navigation" aria-label="Main Menu"> +<nav role="navigation" aria-label="<?php echo _("Main Menu") ?>"> <!-- Additional sidebar navigation --> <div class="box"> <div class="box-title"> Modified: trunk/themes/default/templates/actionbar.tmpl =================================================================== --- trunk/themes/default/templates/actionbar.tmpl 2016-03-18 15:36:48 UTC (rev 9820) +++ trunk/themes/default/templates/actionbar.tmpl 2016-03-18 16:21:00 UTC (rev 9821) @@ -1,5 +1,5 @@ <?php if (!$WikiTheme->DUMP_MODE) { ?> -<nav role="navigation" aria-label="Actions Menu"> +<nav role="navigation" aria-label="<?php echo _("Actions Menu") ?>"> <table class="fullwidth"> <tr class="baseline"> <td> Modified: trunk/themes/default/templates/navbar.tmpl =================================================================== --- trunk/themes/default/templates/navbar.tmpl 2016-03-18 15:36:48 UTC (rev 9820) +++ trunk/themes/default/templates/navbar.tmpl 2016-03-18 16:21:00 UTC (rev 9821) @@ -1,4 +1,4 @@ -<nav role="navigation" aria-label="Main Menu"> +<nav role="navigation" aria-label="<?php echo _("Main Menu") ?>"> <!-- The top navigation/search bar --> <div id="navbuttons"> <?php if (ENABLE_DISCUSSION_LINK) { ?> Modified: trunk/themes/shamino_com/templates/actionbar.tmpl =================================================================== --- trunk/themes/shamino_com/templates/actionbar.tmpl 2016-03-18 15:36:48 UTC (rev 9820) +++ trunk/themes/shamino_com/templates/actionbar.tmpl 2016-03-18 16:21:00 UTC (rev 9821) @@ -1,4 +1,4 @@ -<nav role="navigation" aria-label="Actions Menu"> +<nav role="navigation" aria-label="<?php echo _("Actions Menu") ?>"> <?php if (empty($revision)) $revision = $page->getCurrentRevision(false); ?> Modified: trunk/themes/shamino_com/templates/top.tmpl =================================================================== --- trunk/themes/shamino_com/templates/top.tmpl 2016-03-18 15:36:48 UTC (rev 9820) +++ trunk/themes/shamino_com/templates/top.tmpl 2016-03-18 16:21:00 UTC (rev 9821) @@ -5,7 +5,7 @@ alt="<?php echo fmt(_("%s: %s"), WIKI_NAME, HOME_PAGE) ?>" class="align-right" /></a></div> <!-- The top navigation/search bar --> -<nav role="navigation" aria-label="Main Menu"> +<nav role="navigation" aria-label="<?php echo _("Main Menu") ?>"> <div class="wikinavbar"> <a class="wikilink" href="<?php echo WikiURL(HOME_PAGE)?>"> <?php echo WIKI_NAME ?></a> - Modified: trunk/themes/smaller/templates/navbar.tmpl =================================================================== --- trunk/themes/smaller/templates/navbar.tmpl 2016-03-18 15:36:48 UTC (rev 9820) +++ trunk/themes/smaller/templates/navbar.tmpl 2016-03-18 16:21:00 UTC (rev 9821) @@ -1,4 +1,4 @@ -<nav role="navigation" aria-label="Main Menu"> +<nav role="navigation" aria-label="<?php echo _("Main Menu") ?>"> <!-- The top navigation/search bar --> <form action="<?php echo WikiURL(_("TitleSearch"))?>" method="get" accept-charset="UTF-8"> Modified: trunk/themes/wikilens/templates/body.tmpl =================================================================== --- trunk/themes/wikilens/templates/body.tmpl 2016-03-18 15:36:48 UTC (rev 9820) +++ trunk/themes/wikilens/templates/body.tmpl 2016-03-18 16:21:00 UTC (rev 9821) @@ -12,7 +12,7 @@ </tr> <tr class="top"> <td class="leftnav" style="width:120px"> -<nav role="navigation" aria-label="Main Menu"> +<nav role="navigation" aria-label="<?php echo _("Main Menu") ?>"> <div class="toolbar"> <?php echo Template('navbar') ?> </div> Modified: trunk/themes/wikilens/templates/navbar.tmpl =================================================================== --- trunk/themes/wikilens/templates/navbar.tmpl 2016-03-18 15:36:48 UTC (rev 9820) +++ trunk/themes/wikilens/templates/navbar.tmpl 2016-03-18 16:21:00 UTC (rev 9821) @@ -1,7 +1,7 @@ <?php $NSEP = HTML::br(); ?> -<nav role="navigation" aria-label="Main Menu"> +<nav role="navigation" aria-label="<?php echo _("Main Menu") ?>"> <!-- The left navigation/search bar --> <div id="navbuttons"> <?php if (ENABLE_DISCUSSION_LINK) { ?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |