roundcubemail-plugins-kolab/plugins/libkolab/localization/fr_FR.inc
Jeroen van Meeuwen (Kolab Systems) 00e04d2f95 Update translations
2018-12-17 14:03:01 +01:00

25 lines
900 B
PHP

<?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/
*/
$labels['showhistory'] = 'Montrer historique';
$labels['compare'] = 'Comparer';
$labels['objectchangelog'] = 'Historique';
$labels['objectdiff'] = 'Modifications depuis $rev1 jusqu\'à $rev2';
$labels['revision'] = 'Version';
$labels['user'] = 'Utilisateur';
$labels['operation'] = 'Action';
$labels['actionreceive'] = 'Reçu';
$labels['actionappend'] = 'Sauvegardé';
$labels['actionmove'] = 'Déplacé';
$labels['actiondelete'] = 'Supprimé';
$labels['actionread'] = 'Marqué lu';
$labels['actionflagset'] = 'Marque mise';
$labels['actionflagclear'] = 'Marque retirée';
$labels['showrevision'] = 'Afficher cette version';
$labels['restore'] = 'Restaurer cette version';
$labels['tabsharing'] = 'Partage';