diff options
author | root <root@diekershoff.homeunix.net> | 2011-01-21 12:20:22 +0100 |
---|---|---|
committer | root <root@diekershoff.homeunix.net> | 2011-01-21 12:20:22 +0100 |
commit | fdddf93ccc78c7f291be54f04b511983ec6fe030 (patch) | |
tree | 97eea7e041bc7316c3de54fb51ae614e4c6983a4 | |
parent | 251727021bfa360886b2e18b09f6d1381686c8e8 (diff) | |
parent | a2723f82068e8091badf5a9e6948119e13d26164 (diff) | |
download | volse-hubzilla-fdddf93ccc78c7f291be54f04b511983ec6fe030.tar.gz volse-hubzilla-fdddf93ccc78c7f291be54f04b511983ec6fe030.tar.bz2 volse-hubzilla-fdddf93ccc78c7f291be54f04b511983ec6fe030.zip |
Merge branch 'master' of git://github.com/tobiasd/friendika
-rw-r--r-- | view/de/strings.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/de/strings.php b/view/de/strings.php index b6b2509b5..695e0ecb4 100644 --- a/view/de/strings.php +++ b/view/de/strings.php @@ -17,12 +17,12 @@ $a->strings['next'] = 'nächste'; $a->strings[' likes this.'] = ' mag dies.'; $a->strings[' doesn\'t like this.'] = ' mag dies nicht.'; $a->strings['people'] = 'Leute'; -$a->strings['like this.'] = 'mag dies.'; +$a->strings['like this.'] = 'mögen dies.'; $a->strings['don\'t like this.'] = 'mag dies nicht.'; $a->strings['and'] = 'und'; $a->strings[', and '] = ' und '; $a->strings[' other people'] = ' andere Leute'; -$a->strings[' like this.'] = ' mag dies..'; +$a->strings[' like this.'] = ' mag dies.'; $a->strings[' don\'t like this.'] = ' mag dies nicht.'; $a->strings['No contacts'] = 'Keine Kontakte'; $a->strings['Contacts'] = 'Kontakte'; |