lib/locale

Torsten Grote grote at kolabsys.com
Wed Sep 19 18:08:04 CEST 2012


 lib/locale/en_US.php |   16 ++++++++++++++++
 1 file changed, 16 insertions(+)

New commits:
commit db30cb1f45b4ea4b29bc8e6b41abf641149e6569
Author: Torsten Grote <grote at kolabsys.com>
Date:   Wed Sep 19 18:07:40 2012 +0200

    added signup translations to en_US locale

diff --git a/lib/locale/en_US.php b/lib/locale/en_US.php
index 7b56ba1..4527251 100644
--- a/lib/locale/en_US.php
+++ b/lib/locale/en_US.php
@@ -117,6 +117,22 @@ $LANG['servererror'] = 'Server Error!';
 
 $LANG['session.expired'] = 'Session has expired. Login again, please';
 
+$LANG['signup.headline'] = 'Sign Up for Hosted Kolab';
+$LANG['signup.intro1'] = 'Having an account on a Kolab server is way better than just simple Email. It also provides you with full groupware functionality including synchronization for shared addressbooks, calendars, tasks, journal and more.';
+$LANG['signup.intro2'] = 'You can sign up here now for an account.';
+$LANG['signup.formtitle'] = 'Sign Up';
+$LANG['signup.username'] = 'Username';
+$LANG['signup.domain'] = 'Domain';
+$LANG['signup.mailalternateaddress'] = 'Current Email Address';
+$LANG['signup.futuremail'] = 'Future Email Address';
+$LANG['signup.company'] = 'Company';
+$LANG['signup.captcha'] = 'CAPTCHA';
+$LANG['signup.userexists'] = 'User already exists!';
+$LANG['signup.usercreated'] = '<h3>Your account has been successfully added!</h3>Congratulations, you now have your own Kolab account.';
+$LANG['signup.wronguid'] = 'Invalid Username!';
+$LANG['signup.wrongmailalternateaddress'] = 'Please provide a valid Email Address!';
+$LANG['signup.footer'] = 'This is a service offered by <a href="http://kolabsys.com">Kolab Systems</a>.';
+
 $LANG['submit.button'] = 'Submit';
 
 $LANG['user.add'] = 'Add User';





More information about the commits mailing list