language translation
This commit is contained in:
parent
7de05ea123
commit
aa08d4c21c
3 changed files with 3 additions and 1 deletions
|
@ -52,6 +52,7 @@ Public = "Öffentlich"
|
|||
Friends = "Freunde"
|
||||
Only me = "Nur ich"
|
||||
|
||||
Show hidden content = "Verborgenen Inhalt anzeigen"
|
||||
Show all posts = "Alle Beiträge anzeigen"
|
||||
|
||||
; user.class.php
|
||||
|
|
|
@ -52,6 +52,7 @@ Public = "Public"
|
|||
Friends = "Friends"
|
||||
Only me = "Only me"
|
||||
|
||||
Show hidden content = "Show hidden content"
|
||||
Show all posts = "Show all posts"
|
||||
|
||||
; user.class.php
|
||||
|
|
|
@ -276,7 +276,7 @@ if(!empty($scripts)){
|
|||
<!-- Post Row -->
|
||||
<div class="b_post post_row">
|
||||
<div class="b_overlay">
|
||||
<a class="button">View</a>
|
||||
<a class="button"><?php echo __("Show hidden content"); ?></a>
|
||||
</div>
|
||||
<div class="b_header">
|
||||
<img src="<?php echo Config::get("pic_small"); ?>" width="40" height="40" class="b_profile">
|
||||
|
|
Loading…
Add table
Reference in a new issue