Skip to content

Commit da6688b

Browse files
author
mainmind83
committed
share button translation
1 parent 40fd1d4 commit da6688b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -186,3 +186,5 @@ BlogEngine/.vs/
186186

187187
# Default extensions data
188188
BlogEngine/BlogEngine.NET/App_Data/datastore/extensions/*.xml
189+
/.vs/slnx.sqlite
190+
/.vs/BlogEngine.NET/config/applicationhost.config

BlogEngine/BlogEngine.NET/Custom/Themes/Standard/PostView.ascx

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@
7575
{%><span class="post-category"><i class="fa fa-folder-open"></i> <%=postCategory %></span>
7676
<% } %>
7777
<div class="dropdown post-share float-md-right">
78-
<a class="dropdown-toggle" href="#" role="button" id="dropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><i class="fa fa-share-alt"></i>share</a>
78+
<a class="dropdown-toggle" href="#" role="button" id="dropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><i class="fa fa-share-alt"></i><%=Resources.labels.share %></a>
7979
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="dropdownMenuLink">
8080
<a class="dropdown-item item-fb" href="https://www.addtoany.com/add_to/facebook?linkurl=<%=Post.AbsoluteLink %>&amp;linkname=<%=postTitle %>" target="_blank"><i class="fa fa-facebook-square"></i>Facebook</a>
8181
<a class="dropdown-item item-tw" href="https://www.addtoany.com/add_to/twitter?linkurl=<%=Post.AbsoluteLink %>&amp;linkname=<%=postTitle %>" target="_blank"><i class="fa fa-twitter-square"></i>Twitter</a>
8282
<a class="dropdown-item item-gp" href="https://www.addtoany.com/add_to/google_plus?linkurl=<%=Post.AbsoluteLink %>&amp;linkname=<%=postTitle %>" target="_blank"><i class="fa fa-google-plus-square"></i>Google +</a>
8383
<a class="dropdown-item item-ln" href="https://www.addtoany.com/add_to/linkedin?linkurl=<%=Post.AbsoluteLink %>&amp;linkname=<%=postTitle %>" target="_blank"><i class="fa fa-linkedin-square"></i>LinkedIn</a>
8484
<a class="dropdown-item item-pi" href="https://www.addtoany.com/add_to/pinterest?linkurl=<%=Post.AbsoluteLink %>&amp;linkname=<%=postTitle %>" target="_blank"><i class="fa fa-pinterest-square"></i>Pinterest</a>
8585
<a class="dropdown-item item-em" href="https://www.addtoany.com/add_to/email?linkurl=<%=Post.AbsoluteLink %>&amp;linkname=<%=postTitle %>" target="_blank"><i class="fa fa-envelope-square"></i>Email</a>
86-
<a class="dropdown-item item-em" href="https://www.addtoany.com/share?linkurl=<%=Post.AbsoluteLink %>&amp;linkname=<%=postTitle %>" target="_blank"><i class="fa fa-plus-square"></i>Share...</a>
86+
<a class="dropdown-item item-em" href="https://www.addtoany.com/share?linkurl=<%=Post.AbsoluteLink %>&amp;linkname=<%=postTitle %>" target="_blank"><i class="fa fa-plus-square"></i><%=Resources.labels.share %>...</a>
8787
</div>
8888
</div>
8989
</div>

0 commit comments

Comments
 (0)