summaryrefslogtreecommitdiffstats
path: root/web/lang/ca/timeout_po.inc
blob: b5ea0b9bb5223ece99bdb9e801ac745ba2a7a267 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
# Catalan (Català) translation
# Translator: Sergio Jovani Guzman <moret.sjg@gmail.com>

include_once("translator.inc");
global $_t;

$_t["ca"]["Click on the Home link above to log in."] = "Feu clic a l'enllaç Inici de dalt per a identificar-vos.";

$_t["ca"]["Your session has timed out.  You must log in again."] = "La vostra sessió a expirat. Heu d'identificar-vos de nou.";

?>