diff options
Diffstat (limited to 'view/de')
-rw-r--r-- | view/de/profile_photo.tpl | 6 | ||||
-rw-r--r-- | view/de/strings.php | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/view/de/profile_photo.tpl b/view/de/profile_photo.tpl index 958952240..10d7d7b97 100644 --- a/view/de/profile_photo.tpl +++ b/view/de/profile_photo.tpl @@ -11,4 +11,8 @@ <input type="submit" name="submit" id="profile-photo-submit" value="Upload"> </div> -</form>
\ No newline at end of file +</form> + +<div id="profile-photo-link-select-wrapper"> +oder <a href='photos/$user'>wähle ein Bild aus einem Album</a> +</div> diff --git a/view/de/strings.php b/view/de/strings.php index f59dcf63b..bc31fab78 100644 --- a/view/de/strings.php +++ b/view/de/strings.php @@ -227,8 +227,8 @@ $a->strings['Please contact the sender by replying to this post if you do not wi $a->strings['posted an update.'] = 'posted an update.'; $a->strings['photo'] = 'Foto'; $a->strings['status'] = 'Status'; -$a->strings['likes'] = 'mag es'; -$a->strings['doesn\'t like'] = 'mag es nicht'; +$a->strings['likes'] = 'mag das'; +$a->strings['doesn\'t like'] = 'mag das nicht'; $a->strings['\'s'] = '\'s'; $a->strings['Remote privacy information not available.'] = 'Entfernte Privatsphäreneinstellungen nicht verfügbar.'; $a->strings['Visible to:'] = 'Sichtbar für:'; |