diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-02-28 17:59:13 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-02-28 17:59:13 +0000 |
| commit | bdf3abb107eb0b56a7b4613327eeda62a8ff057a (patch) | |
| tree | cf2bed041c735662eb659df78c195efbd3f75d29 /roundcubemail/program/localization | |
| parent | 1ab92f17679a82f2fabab83fec90058f5b600cf0 (diff) | |
- Add simple ACL rights/namespace handling in folder manager (display folder's namespace, modify edit form fields according to MYRIGHTS)
git-svn-id: https://svn.roundcube.net/trunk@4581 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization')
| -rw-r--r-- | roundcubemail/program/localization/de_DE/labels.inc | 4 | ||||
| -rw-r--r-- | roundcubemail/program/localization/en_US/labels.inc | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/de_DE/labels.inc b/roundcubemail/program/localization/de_DE/labels.inc index 4312c9b7e..b34508c67 100644 --- a/roundcubemail/program/localization/de_DE/labels.inc +++ b/roundcubemail/program/localization/de_DE/labels.inc @@ -374,6 +374,10 @@ $labels['location'] = 'Speicherort'; $labels['info'] = 'Informationen'; $labels['getfoldersize'] = 'Ordnergrösse anzeigen'; $labels['changesubscription'] = 'Abonnieren'; +$labels['foldertype'] = 'Ordnertyp'; +$labels['personalfolder'] = 'Persönlicher Ordner'; +$labels['otherfolder'] = 'Ordner eines anderen Benutzers'; +$labels['sharedfolder'] = 'Öffentlicher Ordner'; $labels['sortby'] = 'Sortieren nach'; $labels['sortasc'] = 'aufsteigend sortieren'; $labels['sortdesc'] = 'absteigend sortieren'; diff --git a/roundcubemail/program/localization/en_US/labels.inc b/roundcubemail/program/localization/en_US/labels.inc index 8e990384c..2175aeac8 100644 --- a/roundcubemail/program/localization/en_US/labels.inc +++ b/roundcubemail/program/localization/en_US/labels.inc @@ -427,6 +427,10 @@ $labels['location'] = 'Location'; $labels['info'] = 'Information'; $labels['getfoldersize'] = 'Click to get folder size'; $labels['changesubscription'] = 'Click to change subscription'; +$labels['foldertype'] = 'Folder Type'; +$labels['personalfolder'] = 'Private Folder'; +$labels['otherfolder'] = 'Other User\'s Folder'; +$labels['sharedfolder'] = 'Public Folder'; $labels['sortby'] = 'Sort by'; $labels['sortasc'] = 'Sort ascending'; |
