blob: b542de815b03dde97cb8fafa5c8e1dd2393da6f9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?php
# 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.";
?>
|