Blame view
sources/apps/bookmarks/l10n/fr/bookmarks.po
3.85 KB
|
d1bafeea1
|
1 2 3 4 5 6 |
# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Translators: # Christophe Lherieau <skimpax@gmail.com>, 2012-2013 |
|
6d9380f96
|
7 |
# Etienne <etiess@gmail.com>, 2013 |
|
d1bafeea1
|
8 9 |
# fkhannouf <fkhannouf@me.com>, 2012 # Geoffrey Guerrier <geoffrey.guerrier@gmail.com>, 2012 |
|
6d9380f96
|
10 |
# Patrice LACHANCE <patlachance@gmail.com>, 2013 |
|
d1bafeea1
|
11 12 13 14 15 16 17 |
# Romain DEP. <rom1dep@gmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud " "Report-Msgid-Bugs-To: translations@owncloud.org " |
|
6d9380f96
|
18 19 20 21 22 23 |
"POT-Creation-Date: 2014-06-19 02:10-0400 " "PO-Revision-Date: 2014-06-18 06:11+0000 " "Last-Translator: Etienne <etiess@gmail.com> " |
|
d1bafeea1
|
24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 |
"Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/) " "MIME-Version: 1.0 " "Content-Type: text/plain; charset=UTF-8 " "Content-Transfer-Encoding: 8bit " "Language: fr " "Plural-Forms: nplurals=2; plural=(n > 1); " #: ajax/import.php:9 msgid "No file provided for import" msgstr "Aucun fichier fourni pour l'importation" #: ajax/import.php:21 msgid "Unsupported file type for import" msgstr "Type de fichier non supporté pour l'importation" #: appinfo/app.php:17 msgid "Bookmarks" msgstr "Favoris" #: js/addBm.js:42 js/bookmarks.js:235 msgid "Tags" msgstr "Étiquettes" #: js/bookmarks.js:22 msgid "Filter by tag" msgstr "Filtrer par étiquette" #: js/bookmarks.js:132 msgid "Edit bookmark" msgstr "Modifier le favori" #: js/bookmarks.js:369 msgid "Are you sure you want to remove this tag from every entry?" msgstr "Êtes-vous certain de vouloir retirer cette étiquette de chaque entrée ?" #: js/bookmarks.js:370 msgid "Warning" msgstr "Attention" #: js/settings.js:18 msgid "Import error" msgstr "Erreur d'importation" #: js/settings.js:29 msgid "Import completed successfully." msgstr "L'importation s'est achevée avec succès." #: js/settings.js:61 msgid "Uploading..." msgstr "Téléversement en cours…" #: lib/search.php:38 msgid "Bookm." msgstr "Fav." #: templates/addBm.php:5 msgid "Add a bookmark" msgstr "Ajouter un favori" #: templates/addBm.php:8 msgid "Close" msgstr "Fermer" #: templates/addBm.php:16 templates/js_tpl.php:27 msgid "The title of the page" msgstr "Le titre de la page" #: templates/addBm.php:21 templates/js_tpl.php:31 msgid "The address of the page" msgstr "L'adresse de la page" #: templates/addBm.php:34 templates/js_tpl.php:40 msgid "Description of the page" msgstr "Description de la page" #: templates/addBm.php:38 templates/js_tpl.php:45 msgid "Save" msgstr "Sauvegarder" #: templates/js_tpl.php:6 templates/js_tpl.php:59 msgid "Delete" msgstr "Supprimer" #: templates/js_tpl.php:14 templates/js_tpl.php:55 msgid "Edit" msgstr "Modifier" #: templates/js_tpl.php:44 msgid "Cancel" msgstr "Annuler" #: templates/list.php:14 msgid "" "Drag this to your browser bookmarks and click it, when you want to bookmark " "a webpage quickly:" msgstr "Glissez ceci dans les favoris de votre navigateur et cliquer dessus lorsque vous souhaitez ajouter la page courante à vos marques-pages :" #: templates/list.php:15 msgid "Add to ownCloud" msgstr "Ajouter à ownCloud" #: templates/list.php:22 msgid "Address" msgstr "Adresse" #: templates/list.php:23 msgid "Add" msgstr "Ajouter" #: templates/list.php:31 msgid "Related Tags" msgstr "Étiquettes similaires" #: templates/list.php:38 templates/list.php:40 msgid "Settings" msgstr "Paramètres" #: templates/list.php:54 msgid "You have no bookmarks" msgstr "Vous n'avez aucun favori" #: templates/list.php:59 msgid "You can also try to import a bookmark file" msgstr "Vous pouvez également essayer l'import d'un fichier de favoris" #: templates/settings.php:11 msgid "Bookmarklet" msgstr "Applisignet" #: templates/settings.php:23 msgid "Export & Import" msgstr "Importer et exporter" #: templates/settings.php:24 msgid "Export" msgstr "Exporter" #: templates/settings.php:26 msgid "Import" msgstr "Importer" |