diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-01-21 12:19:57 +0100 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-01-21 12:19:57 +0100 |
commit | a2723f82068e8091badf5a9e6948119e13d26164 (patch) | |
tree | 97eea7e041bc7316c3de54fb51ae614e4c6983a4 /view/de/strings.php | |
parent | 6a87fe4a0f5476a18180a14c39bc3bb63a411b90 (diff) | |
download | volse-hubzilla-a2723f82068e8091badf5a9e6948119e13d26164.tar.gz volse-hubzilla-a2723f82068e8091badf5a9e6948119e13d26164.tar.bz2 volse-hubzilla-a2723f82068e8091badf5a9e6948119e13d26164.zip |
minor thing with the strings
Diffstat (limited to 'view/de/strings.php')
-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'; |