2014-10-27 16:18:24 -04:00
< ? php
$TRANSLATIONS = array (
2014-11-27 02:10:23 -05:00
" Bookmarks " => " Favoris " ,
" Bookm. " => " Fav. " ,
2013-02-28 00:03:47 +01:00
" No file provided for import " => " Aucun fichier fourni pour l'importation " ,
2014-11-13 02:10:22 -05:00
" Unsupported file type for import " => " Type de fichier non pris en charge à l'importation " ,
2014-11-28 02:10:17 -05:00
" Bookmark added. You can close the window now. " => " Favori ajouté. Vous pouvez maintenant fermer la fenêtre. " ,
" Bookmark added successfully " => " Favori ajouté avec succès " ,
" Some Error happened. " => " Une erreur est survenue. " ,
" Error " => " Erreur " ,
2012-11-09 00:03:56 +01:00
" Filter by tag " => " Filtrer par étiquette " ,
2014-11-28 02:10:17 -05:00
" Are you sure you want to remove this bookmark? " => " Êtes-vous sûr de vouloir supprimer ce favori ? " ,
2012-10-13 02:11:52 +02:00
" Warning " => " Attention " ,
2014-11-27 02:10:23 -05:00
" Tags " => " Étiquettes " ,
" Are you sure you want to remove this tag from every entry? " => " Êtes-vous certain de vouloir retirer cette étiquette de chaque entrée ? " ,
2013-02-28 00:03:47 +01:00
" Import error " => " Erreur d'importation " ,
2013-08-19 15:09:57 -04:00
" Import completed successfully. " => " L'importation s'est achevée avec succès. " ,
2012-11-04 00:03:02 +01:00
" Uploading... " => " Téléversement en cours… " ,
2012-10-13 02:11:52 +02:00
" Add a bookmark " => " Ajouter un favori " ,
2014-11-28 02:10:17 -05:00
" This URL is already bookmarked! Overwrite? " => " Cet URL est déjà en favori ! Le ré-écrire ? " ,
2012-10-13 02:11:52 +02:00
" The title of the page " => " Le titre de la page " ,
" The address of the page " => " L'adresse de la page " ,
" Description of the page " => " Description de la page " ,
2012-10-16 02:11:11 +02:00
" Save " => " Sauvegarder " ,
2012-11-01 00:03:46 +01:00
" Delete " => " Supprimer " ,
2012-11-08 00:03:47 +01:00
" Edit " => " Modifier " ,
2012-11-01 00:03:46 +01:00
" Cancel " => " Annuler " ,
2014-10-10 02:10:09 -04:00
" Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly: " => " Glissez ceci dans les marque-pages de votre navigateur et cliquez dessus pour ajouter la page courante à vos favoris : " ,
2013-11-26 04:11:55 -05:00
" Add to ownCloud " => " Ajouter à ownCloud " ,
2012-07-31 22:57:24 +02:00
" Address " => " Adresse " ,
2012-11-09 00:03:56 +01:00
" Add " => " Ajouter " ,
2014-11-28 02:10:17 -05:00
" Filterable Tags " => " Étiquettes filtrables " ,
2012-07-31 22:57:24 +02:00
" You have no bookmarks " => " Vous n'avez aucun favori " ,
2014-11-28 02:10:17 -05:00
" You can also import a bookmark file " => " Vous pouvez également importer un fichier de favoris " ,
2012-11-09 00:03:56 +01:00
" Bookmarklet " => " Applisignet " ,
2013-07-04 09:29:15 +02:00
" Export & Import " => " Importer et exporter " ,
2012-11-04 00:03:02 +01:00
" Export " => " Exporter " ,
" Import " => " Importer "
2012-07-31 22:57:24 +02:00
);
2014-10-27 16:18:24 -04:00
$PLURAL_FORMS = " nplurals=2; plural=(n > 1); " ;