diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-04-28 07:24:25 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-04-28 07:24:25 +0000 |
| commit | 70e54dc42714744c1e975fefc176c6c145b4327f (patch) | |
| tree | b1d5ef8684bcfcc003d9018b7d8ef2a23b7fec76 /plugins | |
| parent | beae9e335f1d5c33dc74f1b9994aef810969e5b6 (diff) | |
- pl_PL localization added
git-svn-id: https://svn.roundcube.net/trunk@3570 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/vcard_attachments/localization/pl_PL.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/vcard_attachments/localization/pl_PL.inc b/plugins/vcard_attachments/localization/pl_PL.inc new file mode 100644 index 000000000..830521e7c --- /dev/null +++ b/plugins/vcard_attachments/localization/pl_PL.inc @@ -0,0 +1,7 @@ +<?php + +$labels = array(); +$labels['addvardmsg'] = 'Dodaj wizytówkę (vCard) do kontaktów'; +$labels['vcardsavefailed'] = 'Nie można zapisać wizytówki (vCard)'; + +?> |
