minor thing with the strings
This commit is contained in:
parent
6a87fe4a0f
commit
a2723f8206
|
@ -17,12 +17,12 @@ $a->strings['next'] = 'nächste';
|
||||||
$a->strings[' likes this.'] = ' mag dies.';
|
$a->strings[' likes this.'] = ' mag dies.';
|
||||||
$a->strings[' doesn\'t like this.'] = ' mag dies nicht.';
|
$a->strings[' doesn\'t like this.'] = ' mag dies nicht.';
|
||||||
$a->strings['people'] = 'Leute';
|
$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['don\'t like this.'] = 'mag dies nicht.';
|
||||||
$a->strings['and'] = 'und';
|
$a->strings['and'] = 'und';
|
||||||
$a->strings[', and '] = ' und ';
|
$a->strings[', and '] = ' und ';
|
||||||
$a->strings[' other people'] = ' andere Leute';
|
$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[' don\'t like this.'] = ' mag dies nicht.';
|
||||||
$a->strings['No contacts'] = 'Keine Kontakte';
|
$a->strings['No contacts'] = 'Keine Kontakte';
|
||||||
$a->strings['Contacts'] = 'Kontakte';
|
$a->strings['Contacts'] = 'Kontakte';
|
||||||
|
|
Loading…
Reference in a new issue