Blame view
sources/apps/firstrunwizard/l10n/fr.php
1.05 KB
|
6d9380f96
|
1 2 |
<?php $TRANSLATIONS = array( |
|
b3657ec3c
|
3 |
"Welcome to %s" => "Bienvenue sur %s", |
|
d1bafeea1
|
4 5 |
"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", |
|
6d9380f96
|
6 |
"Connect your desktop apps to %s" => "Connectez vos applications de bureau à %s", |
|
d1bafeea1
|
7 8 9 |
"Connect your Calendar" => "Connectez votre calendrier", "Connect your Contacts" => "Connectez vos contacts", "Access files via WebDAV" => "Accéder aux fichiers via WebDAV", |
|
6d9380f96
|
10 11 |
"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>." |
|
d1bafeea1
|
12 |
); |
|
6d9380f96
|
13 |
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; |