added 3 more strings to translations

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

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

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

Loading…
Cancel
Save