diff options
Diffstat (limited to 'plugins/kolab_folders/localization/vi.inc')
-rw-r--r-- | plugins/kolab_folders/localization/vi.inc | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/plugins/kolab_folders/localization/vi.inc b/plugins/kolab_folders/localization/vi.inc index 65cb32a..0910d9d 100644 --- a/plugins/kolab_folders/localization/vi.inc +++ b/plugins/kolab_folders/localization/vi.inc @@ -1,4 +1,5 @@ <?php + /** * Localizations for the Kolab Folders plugin * @@ -6,4 +7,29 @@ * * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_folders/ */ + +$labels = array(); + +$labels['folderctype'] = 'Content type'; +$labels['foldertypemail'] = 'Mail'; +$labels['foldertypeevent'] = 'Calendar'; +$labels['foldertypejournal'] = 'Journal'; +$labels['foldertypetask'] = 'Tasks'; +$labels['foldertypenote'] = 'Notes'; +$labels['foldertypecontact'] = 'Contacts'; +$labels['foldertypeconfiguration'] = 'Configuration'; +$labels['foldertypefile'] = 'Files'; +$labels['foldertypefreebusy'] = 'Free-Busy'; + +$labels['default'] = 'Default'; +$labels['inbox'] = 'Inbox'; +$labels['drafts'] = 'Drafts'; +$labels['sentitems'] = 'Sent'; +$labels['outbox'] = 'Outbox'; +$labels['wastebasket'] = 'Trash'; +$labels['junkemail'] = 'Junk'; +$labels['confidential'] = 'Confidential'; + +$messages['defaultfolderexists'] = 'There is already default folder of specified type'; + ?> |