2015-04-20 17:20:39 +02:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* Localizations for the Kolab libkolab plugin
|
|
|
|
*
|
|
|
|
* Copyright (C) 2015, Kolab Systems AG
|
|
|
|
*
|
|
|
|
* For translation see https://www.transifex.com/projects/p/kolab/resource/libkolab/
|
|
|
|
*/
|
2016-05-18 16:38:39 +02:00
|
|
|
$labels['showhistory'] = 'Montrer historique';
|
2015-04-20 17:20:39 +02:00
|
|
|
$labels['compare'] = 'Comparer';
|
|
|
|
$labels['objectchangelog'] = 'Historique';
|
2016-05-18 16:38:39 +02:00
|
|
|
$labels['objectdiff'] = 'Modifications depuis $rev1 jusqu\'à $rev2';
|
2015-04-20 17:20:39 +02:00
|
|
|
$labels['revision'] = 'Version';
|
|
|
|
$labels['user'] = 'Utilisateur';
|
|
|
|
$labels['operation'] = 'Action';
|
2016-05-18 16:38:39 +02:00
|
|
|
$labels['actionreceive'] = 'Reçu';
|
2015-04-20 17:20:39 +02:00
|
|
|
$labels['actionappend'] = 'Sauvegardé';
|
|
|
|
$labels['actionmove'] = 'Déplacé';
|
|
|
|
$labels['actiondelete'] = 'Supprimé';
|
2016-05-18 16:38:39 +02:00
|
|
|
$labels['actionread'] = 'Marqué lu';
|
|
|
|
$labels['actionflagset'] = 'Marque mise';
|
|
|
|
$labels['actionflagclear'] = 'Marque retirée';
|
2015-04-20 17:20:39 +02:00
|
|
|
$labels['showrevision'] = 'Afficher cette version';
|
|
|
|
$labels['restore'] = 'Restaurer cette version';
|
2016-05-18 16:38:39 +02:00
|
|
|
$labels['objectchangelognotavailable'] = 'Il n\'y a pas d\'historique pour ce message';
|