mirror of
https://github.com/owncloud/bookmarks.git
synced 2024-11-29 04:24:11 +01:00
36 lines
1.7 KiB
PHP
36 lines
1.7 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"No file provided for import" => "Aucun fichier fourni pour l'importation",
|
|
"Unsupported file type for import" => "Type de fichier non supporté pour l'importation",
|
|
"Bookmarks" => "Favoris",
|
|
"Tags" => "Étiquettes",
|
|
"Filter by tag" => "Filtrer par étiquette",
|
|
"Edit bookmark" => "Modifier le favori",
|
|
"Are you sure you want to remove this tag from every entry?" => "Êtes-vous certain de vouloir retirer cette étiquette de chaque entrée ?",
|
|
"Warning" => "Attention",
|
|
"Import error" => "Erreur d'importation",
|
|
"Import completed successfully." => "L'importation s'est achevée avec succès.",
|
|
"Uploading..." => "Téléversement en cours…",
|
|
"Bookm." => "Fav.",
|
|
"Add a bookmark" => "Ajouter un favori",
|
|
"Close" => "Fermer",
|
|
"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",
|
|
"Save" => "Sauvegarder",
|
|
"Delete" => "Supprimer",
|
|
"Edit" => "Modifier",
|
|
"Cancel" => "Annuler",
|
|
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Glissez ceci dans les favoris de votre navigateur et cliquer dessus lorsque vous souhaitez ajouter la page courante à vos marques-pages :",
|
|
"Add to ownCloud" => "Ajouter à ownCloud",
|
|
"Address" => "Adresse",
|
|
"Add" => "Ajouter",
|
|
"Related Tags" => "Étiquettes similaires",
|
|
"Settings" => "Paramètres",
|
|
"You have no bookmarks" => "Vous n'avez aucun favori",
|
|
"You can also try to import a bookmark file" => "Vous pouvez également essayer l'import d'un fichier de favoris",
|
|
"Bookmarklet" => "Applisignet",
|
|
"Export & Import" => "Importer et exporter",
|
|
"Export" => "Exporter",
|
|
"Import" => "Importer"
|
|
);
|