Added plural string for contact block
This commit is contained in:
parent
894e88d792
commit
4a14269349
5 changed files with 264 additions and 185 deletions
|
|
@ -573,3 +573,7 @@ $a->strings["Next >>"] = "Succ >>";
|
|||
$a->strings["Item not found"] = "Elemento non trovato";
|
||||
$a->strings["Edit post"] = "Modifica messaggio";
|
||||
$a->strings["Cannot locate DNS info for database server '%s'"] = "Non trovo le informazioni DNS per il database server '%s'";
|
||||
$a->strings["%d Contact"] = array(
|
||||
0 => "%d Contatto",
|
||||
1 => "%d Contatti",
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue