Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fr.php « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a8140cb414abcb5cd85a94ab8e70fa5ef88cfe7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
$TRANSLATIONS = array(
"Welcome to %s" => "Bienvenue su %s",
"Your personal web services. All your files, contacts, calendar and more, in one place." => "Vos services web personnels. Tous vos fichiers, vos contacts, agendas et bien plus encore, réunis en un seul endroit.",
"Get the apps to sync your files" => "Obtenez les applications de synchronisation de vos fichiers",
"Connect your desktop apps to %s" => "Connectez vos applications de bureau à %s",
"Connect your Calendar" => "Connectez votre calendrier",
"Connect your Contacts" => "Connectez vos contacts",
"Access files via WebDAV" => "Accéder aux fichiers via WebDAV",
"Documentation" => "Documentation",
"There’s more information in the <a target=\"_blank\" href=\"%s\">documentation</a> and on our <a target=\"_blank\" href=\"http://owncloud.org\">website</a>." => "Des informations complémentaires sont disponibles dans la <a target=\"_blank\" href=\"%s\">documentation</a> et sur notre <a target=\"_blank\" href=\"http://owncloud.org\">site web</a>.",
"If you like ownCloud, <a href=\"mailto:?subject=ownCloud&body=ownCloud is a great open software to sync and share your files. You can freely get it from http://owncloud.org\">recommend it to your friends</a>!" => "Si vous aimez ownCloud, <a href=\"mailto:?subject=ownCloud&body=ownCloud est un excellent logiciel ouvert permettant de synchroniser et partager vos fichiers. Vous pouvez l'obtenir gratuitement à partir du site http://owncloud.org\">recommandez-le à vos amis</a>!"
);
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";