diff options
| author | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
|---|---|---|
| committer | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
| commit | b62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch) | |
| tree | 86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /webmail/plugins/google_contacts/localization/en_US.inc | |
Diffstat (limited to 'webmail/plugins/google_contacts/localization/en_US.inc')
| -rw-r--r-- | webmail/plugins/google_contacts/localization/en_US.inc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/webmail/plugins/google_contacts/localization/en_US.inc b/webmail/plugins/google_contacts/localization/en_US.inc new file mode 100644 index 0000000..830e945 --- /dev/null +++ b/webmail/plugins/google_contacts/localization/en_US.inc @@ -0,0 +1,12 @@ +<?php
+$labels = array();
+$labels['googlecontacts'] = 'Google Contacts';
+$labels['usegoogleabook'] = 'Use Google address book';
+$labels['googleuser'] = 'Google Account';
+$labels['googlepass'] = 'Google Password';
+$labels['googlepassisset'] = 'Google Password is present';
+$labels['googlepassisnotset'] = 'Google Password is not present';
+
+$messages = array();
+$messages['abookreadonly'] = 'Addressbook is readonly.';
+?>
\ No newline at end of file |
