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 | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index e280dbb..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'; @@ -125,6 +125,10 @@ $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'; $labels['close'] = 'Close'; -- Gitblit v1.9.1