blob: b3901d323af71e7581f7ace8d623a07911bc49cf (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?
# Catalan (Català) translation
# Translator: Sergio Jovani Guzman <moret.sjg@gmail.com>
include_once("translator.inc");
global $_t;
$_t["ca"]["You have been successfully logged out."] = "Heu eixit correctament.";
?>
|