From ed5d29f4b3c57235594931d33dde7cccaf7cd58b Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Thu, 25 May 2006 14:25:04 -0400 Subject: [PATCH] Finalized GoogieSpell integration --- program/localization/en_US/labels.inc | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index 3e3e57d..ba6d3d5 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -2,7 +2,7 @@ /* +-----------------------------------------------------------------------+ - | language/en/labels.inc | + | language/en_US/labels.inc | | | | Language file of the RoundCube Webmail client | | Copyright (C) 2005, RoundQube Dev. - Switzerland | @@ -19,7 +19,7 @@ $labels = array(); // login page -$labels['welcome'] = 'Welcome to Roundcube|Mail'; +$labels['welcome'] = 'Welcome to $product'; $labels['username'] = 'Username'; $labels['password'] = 'Password'; $labels['server'] = 'Server'; @@ -123,6 +123,11 @@ $labels['sendmessage'] = 'Send the message now'; $labels['addattachment'] = 'Attach a file'; $labels['charset'] = 'Charset'; +$labels['returnreceipt'] = 'Return receipt'; + +$labels['checkspelling'] = 'Check spelling'; +$labels['resumeediting'] = 'Resume editing'; +$labels['revertto'] = 'Revert to'; $labels['attachments'] = 'Attachments'; $labels['upload'] = 'Upload'; @@ -160,6 +165,10 @@ $labels['print'] = 'Print'; $labels['export'] = 'Export'; +$labels['previouspage'] = 'Show previous set'; +$labels['nextpage'] = 'Show next set'; + + // LDAP search $labels['ldapsearch'] = 'LDAP directory search'; -- Gitblit v1.9.1