Blame view

sources/apps/bookmarks/l10n/fr.php 1.67 KB
d1bafeea1   Kload   [fix] Upgrade to ...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
  <?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"
  );