Merge pull request #2273 from tobiasd/20160121-de
DE update to the strings
This commit is contained in:
commit
718949a0bf
File diff suppressed because it is too large
Load diff
|
@ -9,7 +9,7 @@ $a->strings["Network:"] = "Netzwerk";
|
||||||
$a->strings["Forum"] = "Forum";
|
$a->strings["Forum"] = "Forum";
|
||||||
$a->strings["%d contact edited."] = array(
|
$a->strings["%d contact edited."] = array(
|
||||||
0 => "%d Kontakt bearbeitet.",
|
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 access contact record."] = "Konnte nicht auf die Kontaktdaten zugreifen.";
|
||||||
$a->strings["Could not locate selected profile."] = "Konnte das ausgewählte Profil nicht finden.";
|
$a->strings["Could not locate selected profile."] = "Konnte das ausgewählte Profil nicht finden.";
|
||||||
|
|
Loading…
Reference in a new issue