2012-12-26 19:01:56 +01:00
|
|
|
<?php
|
2014-08-28 17:02:34 +02:00
|
|
|
/**
|
|
|
|
* Localizations for the Kolab Folders plugin
|
|
|
|
*
|
|
|
|
* Copyright (C) 2014, Kolab Systems AG
|
|
|
|
*
|
|
|
|
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_folders/
|
|
|
|
*/
|
2012-12-26 19:01:56 +01:00
|
|
|
$labels['folderctype'] = 'Type de contenu';
|
|
|
|
$labels['foldertypemail'] = 'Courriel';
|
2014-04-24 14:45:27 +02:00
|
|
|
$labels['foldertypeevent'] = 'Calendrier';
|
2012-12-26 19:01:56 +01:00
|
|
|
$labels['foldertypejournal'] = 'Journal';
|
|
|
|
$labels['foldertypetask'] = 'Tâches';
|
|
|
|
$labels['foldertypenote'] = 'Notes';
|
|
|
|
$labels['foldertypecontact'] = 'Contacts';
|
|
|
|
$labels['foldertypeconfiguration'] = 'Configuration';
|
|
|
|
$labels['foldertypefile'] = 'Fichiers';
|
|
|
|
$labels['foldertypefreebusy'] = 'Disponible/Occupé';
|
|
|
|
$labels['default'] = 'Par Défaut';
|
|
|
|
$labels['inbox'] = 'Courrier entrant';
|
|
|
|
$labels['drafts'] = 'Brouillons';
|
|
|
|
$labels['sentitems'] = 'Envoyés';
|
|
|
|
$labels['outbox'] = 'Courrier sortant';
|
|
|
|
$labels['wastebasket'] = 'Corbeille';
|
|
|
|
$labels['junkemail'] = 'Indésirables';
|
|
|
|
$messages['defaultfolderexists'] = 'Il existe déjà un répertoire par défaut pour le type spécifié';
|
|
|
|
?>
|