digitaldemocratic/docker/nextcloud/custom_apps/ownpad/l10n/fr.php

33 lines
2.2 KiB
PHP
Executable File
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
/**
* Nextcloud - Ownpad
*
* This file is licensed under the Affero General Public License
* version 3 or later. See the COPYING file.
*
* @author Olivier Tétard <olivier.tetard@miskin.fr>
* @copyright Olivier Tétard <olivier.tetard@miskin.fr>, 2017
*/
$TRANSLATIONS = array(
'Calc' => 'Tableur collaboratif',
'Collaborative Documents'=>'Documents collaboratifs',
'Edit' => 'Éditer',
'Ethercalc Host' => 'Hôte Ethercalc',
'Etherpad Host' => 'Hôte Etherpad',
'Etherpad cookie domain' => 'Domaine du cookie dEtherpad',
'Incorrect pad name' => 'Nom de pad incorrect',
'New calc.calc' => 'Nouveau calc.calc'
'New pad.pad' => 'Nouveau pad.pad',
'New protected pad' => 'Nouveau pad protégé',
'Pad' => 'Document collaboratif',
'public link' => 'Lien public',
'Protected Pad' => 'Pad protégé',
'Saved' => 'Sauvegardé',
'This is used to link collaborative documents inside Nextcloud.' => 'Ceci est utilisé pour établir des liens avec des documents collaboratifs dans Nextcloud',
'Title' => 'Titre',
'Unable to communicate with Etherpad API.' => 'Impossible de communiquer avec lAPI dEtherpad',
'Use Etherpad API (*experimental*)' => 'Activer lutilisation de lAPI Etherpad (*experimental*)',
'You need to enable Etherpad API if you want to create “protected” pads, that will only be accessible through Nextcloud. To make this work, you need to host your Etherpad instance in a sub of sibbling domain of the one that is used by Nextcloud (due to cookie isolation).' => 'Vous devez activer lAPI dEtherpad si vous voulez pouvoir créer des pad « protégés », qui seront accessibles uniquement au travers de Nextcloud. Pour que cela puisse fonctionner, vous devez héberger votre instance Etherpad dans un sous-domaine ou un domaine frère de celui utilisé par Nextcloud (pour des questions disolation de cookie).',
'Your Etherpad/Ethercalc document could not be opened: the URL specified in your file does not match the allowed server.' => 'Votre document Etherpad/Ethercalc na pas pu être ouvert : lURL contenue dans votre fichier ne correspond pas avec le serveur autorisé',
);