diff options
Diffstat (limited to 'web/lang/ca/timeout_po.inc')
-rw-r--r-- | web/lang/ca/timeout_po.inc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/web/lang/ca/timeout_po.inc b/web/lang/ca/timeout_po.inc new file mode 100644 index 0000000..e815b2f --- /dev/null +++ b/web/lang/ca/timeout_po.inc @@ -0,0 +1,12 @@ +<? +# 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."; + +?>
\ No newline at end of file |