added 3 more strings to translations

v1.18.x
Baris Soner Usakli 11 years ago
parent fec1b75030
commit 8b8fbfa113

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

@ -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>

Loading…
Cancel
Save