ca.php 209 Bytes
<?php
$TRANSLATIONS = array(
"External Sites" => "Llocs web externs",
"Name" => "Nom",
"URL" => "URL",
"Remove site" => "Elimina el lloc",
"Add" => "Afegeix"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";