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

fr.js « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 904681894c831dfef9df63f3b73337155a8624ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
OC.L10N.register(
    "firstrunwizard",
    {
    "A safe home for all your data" : "Un endroit sûr pour toutes vos données",
    "Access & share your files, calendars, contacts, mail & more from any device, on your terms" : "Consultez et partagez vos fichiers, agendas, carnets d'adresses, emails et bien plus depuis les appareils de votre choix, sous vos conditions.",
    "Get the apps to sync your files" : "Obtenez les applications vous permettant de synchroniser vos fichiers",
    "Desktop client" : "Client de bureau",
    "Android app" : "Application Android",
    "iOS app" : "Application iOS",
    "Connect your desktop apps to %s" : "Connectez vos applications de bureau à %s",
    "Connect your Calendar" : "Connectez votre calendrier",
    "Connect your Contacts" : "Connectez vos contacts",
    "Documentation" : "Documentation",
    "Access files via WebDAV" : "Accédez à vos fichiers via WebDAV",
    "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 <a target=\"_blank\" href=\"%s\">la documentation</a> et sur <a target=\"_blank\" href=\"http://owncloud.org\">notre site web</a>.",
    "If you like ownCloud,\n\t<a href=\"mailto:?subject=ownCloud\n\t\t&body=ownCloud is a great open software to sync and share your files.\n\t\tYou can freely get it from http://owncloud.org\">\n\t\trecommend it to your friends</a>\n\tand <a href=\"http://owncloud.org/promote\"\n\t\ttarget=\"_blank\">spread the word</a>!" : "Si vous aimez ownCloud,\n\t<a href=\"mailto:?subject=ownCloud\n\t\t&body=ownCloud est un superbe logiciel libre pour synchroniser et partager vos fichiers. \n\t\tVous pouvez l'obtenir gratuitement sur http://owncloud.org\">\n\t\trecommandez-le à vos amis</a>\n\tet <a href=\"http://owncloud.org/promote\"\n\t\ttarget=\"_blank\">faites passer le mot</a> !"
},
"nplurals=2; plural=(n > 1);");