diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-05-30 11:52:15 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-05-30 11:52:15 +0000 |
| commit | 7b57eea9ca2744680ce6f181c45edfc7feed14df (patch) | |
| tree | 00822c93904bd2e20dda824cf9df6549f10987f0 /roundcubemail/program/localization | |
| parent | c47381134930a62c3589dcb0fa620cc3e262d680 (diff) | |
- Disallowed delimiter in folder name (#1484803)
git-svn-id: https://svn.roundcube.net/trunk@1455 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization')
| -rw-r--r-- | roundcubemail/program/localization/en_US/messages.inc | 1 | ||||
| -rw-r--r-- | roundcubemail/program/localization/pl_PL/messages.inc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/en_US/messages.inc b/roundcubemail/program/localization/en_US/messages.inc index 4a3554142..108b3565f 100644 --- a/roundcubemail/program/localization/en_US/messages.inc +++ b/roundcubemail/program/localization/en_US/messages.inc @@ -78,5 +78,6 @@ $messages['receiptsent'] = 'Successfully sent a read receipt'; $messages['errorsendingreceipt'] = 'Could not send the receipt'; $messages['nodeletelastidentity'] = 'You cannot delete this identity, it\'s your last one.'; $messages['addsubfolderhint'] = 'This folder will be created as subfolder of the currently selected one'; +$messages['forbiddencharacter'] = 'Folder name contains forbidden character'; ?>
\ No newline at end of file diff --git a/roundcubemail/program/localization/pl_PL/messages.inc b/roundcubemail/program/localization/pl_PL/messages.inc index 3b9605f7c..be8d04d0b 100644 --- a/roundcubemail/program/localization/pl_PL/messages.inc +++ b/roundcubemail/program/localization/pl_PL/messages.inc @@ -83,5 +83,6 @@ $messages['receiptsent'] = 'Pomyślnie wysłano potwierdzenie dostarczenia'; $messages['errorsendingreceipt'] = 'Nie można wysłać potwierdzenia'; $messages['nodeletelastidentity'] = 'Nie można skasować tej tożsamości, ponieważ jest ostatnią.'; $messages['addsubfolderhint'] = 'Ten folder zostanie utworzony jako podfolder aktualnie wybranego.'; +$messages['forbiddencharacter'] = 'Nazwa folderu zawiera niedozwolony znak'; ?>
\ No newline at end of file |
