diff options
Diffstat (limited to 'webmail/plugins/google_contacts/localization/it_IT.inc')
| -rw-r--r-- | webmail/plugins/google_contacts/localization/it_IT.inc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/webmail/plugins/google_contacts/localization/it_IT.inc b/webmail/plugins/google_contacts/localization/it_IT.inc new file mode 100644 index 0000000..c91b25e --- /dev/null +++ b/webmail/plugins/google_contacts/localization/it_IT.inc @@ -0,0 +1,12 @@ +<?php
+$labels = array();
+$labels['googlecontacts'] = 'Contatti Google';
+$labels['usegoogleabook'] = 'Usa rubrica Google';
+$labels['googleuser'] = 'Conto su Google';
+$labels['googlepass'] = 'Password di Google';
+$labels['googlepassisset'] = 'La password di Google è già presente';
+$labels['googlepassisnotset'] = 'La password di Google non è presente';
+
+$messages = array();
+$messages['abookreadonly'] = 'La rubrica è in sola lettura.';
+?>
\ No newline at end of file |
