DE: update to the strings
This commit is contained in:
@@ -1572,9 +1572,9 @@ $a->strings["and"] = "und";
|
||||
$a->strings[", and %d other people"] = " und %d andere";
|
||||
$a->strings["%s likes this."] = "%s mag das.";
|
||||
$a->strings["%s doesn't like this."] = "%s mag das nicht.";
|
||||
$a->strings["%s attends."] = "%s nehmen teil.";
|
||||
$a->strings["%s doesn't attend."] = "%s nehmen nicht teil.";
|
||||
$a->strings["%s attends maybe."] = "%s nehmen eventuell teil.";
|
||||
$a->strings["%s attends."] = "%s nimmt teil.";
|
||||
$a->strings["%s doesn't attend."] = "%s nimmt nicht teil.";
|
||||
$a->strings["%s attends maybe."] = "%s nimmt eventuell teil.";
|
||||
$a->strings["<span %1\$s>%2\$d people</span> like this"] = "<span %1\$s>%2\$d Personen</span> mögen das";
|
||||
$a->strings["<span %1\$s>%2\$d people</span> don't like this"] = "<span %1\$s>%2\$d Personen</span> mögen das nicht";
|
||||
$a->strings["<span %1\$s>%2\$d people</span> attend"] = "<span %1\$s>%2\$d Personen</span> nehmen teil";
|
||||
|
||||
Reference in New Issue
Block a user