diff options
author | Andrew Manning <tamanning@zoho.com> | 2016-05-19 07:09:13 -0400 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2016-05-19 07:09:13 -0400 |
commit | d5ca889cf5d479135560b1f915fb5d3986b28c65 (patch) | |
tree | 34d5b9335226e6ccb46625f34cd7823efce0abe8 /view | |
parent | 062cb7753981f9f2a3e52d1322c81fe03f08747b (diff) | |
download | volse-hubzilla-d5ca889cf5d479135560b1f915fb5d3986b28c65.tar.gz volse-hubzilla-d5ca889cf5d479135560b1f915fb5d3986b28c65.tar.bz2 volse-hubzilla-d5ca889cf5d479135560b1f915fb5d3986b28c65.zip |
Replace text strings for translation support
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/admin_plugins.tpl | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/view/tpl/admin_plugins.tpl b/view/tpl/admin_plugins.tpl index 29187e974..993a4dea2 100755 --- a/view/tpl/admin_plugins.tpl +++ b/view/tpl/admin_plugins.tpl @@ -1,7 +1,7 @@ <div class="generic-content-wrapper"> <div class="section-title-wrapper"> <div class="pull-right"> - <button class="btn btn-success btn-xs" onclick="openClose('form');">Manage Repos</button> + <button class="btn btn-success btn-xs" onclick="openClose('form');">{{$managerepos}}</button> </div> <h2 id="title">{{$title}} - {{$page}}</h2> <div class="clear"></div> @@ -10,7 +10,7 @@ <div class="clear"></div> <div class="section-title-wrapper" style="margin-top: 20px;"> - <h2>Installed Plugin Repositories</h2> + <h2>{{$installedtitle}}</h2> <div class="clear"></div> </div> <div class="table-responsive section-content-tools-wrapper"> @@ -26,12 +26,6 @@ <td style="width: 15%;"> <button class="btn btn-xs btn-danger pull-right" style="margin-left: 10px; margin-right: 0px;" onclick="removeAddonRepo('{{$repo.name}}'); return false;"><i class='fa fa-trash-o'></i> {{$repoRemoveButton}}</button> </td> -<!-- <div style="margin-left: 30%; margin-right: 30%;"> - <span class="pull-left">{{$repo.name}}</span> - <button class="btn btn-xs btn-primary pull-right" onclick="switchAddonRepoBranch('{{$repo.name}}'); return false;">{{$repoBranchButton}}</button> - <button class="btn btn-xs btn-danger pull-right" style="margin-left: 10px; margin-right: 0px;" onclick="removeAddonRepo('{{$repo.name}}'); return false;"><i class='fa fa-trash-o'></i> {{$repoRemoveButton}}</button> - <button class="btn btn-xs btn-primary pull-right" style="margin-left: 10px; margin-right: 10px;" onclick="updateAddonRepo('{{$repo.name}}'); return false;"><i class='fa fa-download'></i> {{$repoUpdateButton}}</button> - </div>--> <div class="clear"></div> </td></tr> {{/foreach}} @@ -39,7 +33,7 @@ </div> <div class="clear"></div> <div class="section-title-wrapper"> - <h2>Install a New Plugin Repository</h2> + <h2>{{$addnewrepotitle}}</h2> <div class="clear"></div> </div> {{$form}} |