added 3 more strings to translations

This commit is contained in:
Baris Soner Usakli
2014-02-14 22:36:07 -05:00
parent fec1b75030
commit 8b8fbfa113
2 changed files with 6 additions and 3 deletions

View File

@@ -19,6 +19,9 @@
"signature": "Signature",
"gravatar": "Gravatar",
"birthday": "Birthday",
"chat": "Chat",
"follow": "Follow",
"unfollow": "Unfollow",
"change_picture": "Change Picture",
"edit": "Edit",

View File

@@ -28,9 +28,9 @@
</div>
<!-- ENDIF banned -->
<div>
<a id="chat-btn" href="#" class="btn btn-primary hide">Chat</a>
<a id="follow-btn" href="#" class="btn btn-success hide">Follow</a>
<a id="unfollow-btn" href="#" class="btn btn-warning hide">Unfollow</a>
<a id="chat-btn" href="#" class="btn btn-primary hide">[[user:chat]]</a>
<a id="follow-btn" href="#" class="btn btn-success hide">[[user:follow]]</a>
<a id="unfollow-btn" href="#" class="btn btn-warning hide">[[user:unfollow]]</a>
</div>
</div>
</div>