diff options
Diffstat (limited to 'webmail/plugins/google_contacts/localization/pl_PL.inc')
| -rw-r--r-- | webmail/plugins/google_contacts/localization/pl_PL.inc | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/webmail/plugins/google_contacts/localization/pl_PL.inc b/webmail/plugins/google_contacts/localization/pl_PL.inc new file mode 100644 index 0000000..723e8e1 --- /dev/null +++ b/webmail/plugins/google_contacts/localization/pl_PL.inc @@ -0,0 +1,25 @@ +<?php + +/* ++-----------------------------------------------------------------------+ +| language/pl_PL/labels.inc | +| | +| Language file of the RoundCube Webmail client | +| Copyright (C) 2008-2009, RoundQube Dev. - Switzerland | +| Licensed under the GNU GPL | +| | ++-----------------------------------------------------------------------+ +| Author: Hedo77 g.rybicki|at|c2n.pl | ++-----------------------------------------------------------------------+ + +*/ + +$labels = array(); +$labels['googlecontacts'] = 'Kontakty Google'; +$labels['usegoogleabook'] = 'Użyj książki adresowej Google'; +$labels['googleuser'] = 'Konto Google'; +$labels['googlepass'] = 'Hasło Google'; +$labels['googlepassisset'] = 'Pokazuj hasło Google '; +$labels['googlepassisnotset'] = 'Nie pokazuj hasła Google'; + +?> |
