DE update to the strings
This commit is contained in:
parent
94dc1ef195
commit
c012017023
File diff suppressed because it is too large
Load diff
|
@ -9,7 +9,7 @@ $a->strings["Network:"] = "Netzwerk";
|
|||
$a->strings["Forum"] = "Forum";
|
||||
$a->strings["%d contact edited."] = array(
|
||||
0 => "%d Kontakt bearbeitet.",
|
||||
1 => "%d Kontakte bearbeitet",
|
||||
1 => "%d Kontakte bearbeitet.",
|
||||
);
|
||||
$a->strings["Could not access contact record."] = "Konnte nicht auf die Kontaktdaten zugreifen.";
|
||||
$a->strings["Could not locate selected profile."] = "Konnte das ausgewählte Profil nicht finden.";
|
||||
|
|
Loading…
Reference in a new issue