From f3704e18d89e4065cede8509256d7fbf483b7fe6 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Tue, 04 Apr 2006 17:46:27 -0400 Subject: [PATCH] Added labels for nextpage/previouspage --- program/localization/ca/labels.inc | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/program/localization/ca/labels.inc b/program/localization/ca/labels.inc index 6b52d23..e17fd45 100644 --- a/program/localization/ca/labels.inc +++ b/program/localization/ca/labels.inc @@ -1,4 +1,4 @@ -<?php +<?php /* +-----------------------------------------------------------------------+ @@ -18,6 +18,7 @@ $labels = array(); // login page +$labels['welcome'] = 'Welcome to Roundcube|Mail'; $labels['username'] = 'Nom d\'usuari'; $labels['password'] = 'Contrasenya'; $labels['server'] = 'Servidor'; -- Gitblit v1.9.1