diff options
Diffstat (limited to 'webmail/plugins/google_contacts/localization/sv_SE.inc')
| -rw-r--r-- | webmail/plugins/google_contacts/localization/sv_SE.inc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/webmail/plugins/google_contacts/localization/sv_SE.inc b/webmail/plugins/google_contacts/localization/sv_SE.inc new file mode 100644 index 0000000..a1ce82f --- /dev/null +++ b/webmail/plugins/google_contacts/localization/sv_SE.inc @@ -0,0 +1,12 @@ +<?php
+$labels = array();
+$labels['googlecontacts'] = 'Google Kontakter';
+$labels['usegoogleabook'] = 'Använd Googles adressbok';
+$labels['googleuser'] = 'Google-konto';
+$labels['googlepass'] = 'Google-lösenord';
+$labels['googlepassisset'] = 'Google-lösenord är inställt';
+$labels['googlepassisnotset'] = 'Google-lösenord är inte inställt';
+
+$messages = array();
+$messages['abookreadonly'] = 'Adressboken går endast att läsa.';
+?>
|
