language translation

This commit is contained in:
Miroslav Šedivý 2020-02-02 01:53:19 +01:00
parent 7de05ea123
commit aa08d4c21c
3 changed files with 3 additions and 1 deletions

View file

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

View file

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

View file

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