woops, forgot half of them
[nikiroo-utils.git] / bundles / resources_core_fr.properties
1 # français (fr) resources_core translation file (UTF-8)
2 #
3 # Note that any key can be doubled with a _NOUTF suffix
4 # to use when the NOUTF env variable is set to 1
5 #
6 # Also, the comments always refer to the key below them.
7 #
8
9
10 # help message for the syntax
11 # (FORMAT: STRING)
12 HELP_SYNTAX = Options reconnues :\n\
13 \t--import [URL]: importer une histoire dans la librairie\n\
14 \t--export [id] [output_type] [target]: exporter l'histoire "id" vers le fichier donné\n\
15 \t--convert [URL] [output_type] [target] (+info): convertir l'histoire vers le fichier donné, et forcer l'ajout d'un fichier .info si +info est utilisé\n\
16 \t--read [id] ([chapter number]): afficher l'histoire "id"\n\
17 \t--read-url [URL] ([chapter number]): convertir l'histoire et la lire à la volée, sans la sauver\n\
18 \t--search: liste les sites supportés (where)\n\
19 \t--search [where] [keywords] (page [page]) (item [item]): lance une recherche et \n\
20 \t\taffiche les résultats de la page page (page 1 par défaut), et de l'item item \n\
21 \t\tspécifique si demandé\n\
22 \t--search-tag [where]: liste tous les tags supportés par ce site web\n\
23 \t--search-tag [index 1]... (page [page]) (item [item]): affine la recherche, tag par tag,\n\
24 \t\tet affiche si besoin les sous-tags, les histoires ou les infos précises de \n\
25 \t\tl'histoire demandée\n\
26 \t--list ([type]): lister les histoires presentes dans la librairie et leurs IDs\n\
27 \t--set-source [id] [nouvelle source]: change la source de l'histoire\n\
28 \t--set-title [id] [nouveau titre]: change le titre de l'histoire\n\
29 \t--set-author [id] [nouvel auteur]: change l'auteur de l'histoire\n\
30 \t--set-reader [reader type]: changer le type de lecteur pour la commande en cours sur CLI, TUI ou GUI\n\
31 \t--server: démarre le mode serveur (les paramètres sont dans le fichier de config)\n\
32 \t--stop-server: arrêter le serveur distant sur ce port (key doit avoir la même valeur) \n\
33 \t--remote [key] [host] [port]: contacter ce server au lieu de la librairie habituelle (key doit avoir la même valeur)\n\
34 \t--help: afficher la liste des options disponibles\n\
35 \t--version: retourne la version du programme\n\
36 \n\
37 Types supportés en entrée :\n\
38 %s\n\
39 \n\
40 Types supportés en sortie :\n\
41 %s
42 # syntax error message
43 # (FORMAT: STRING)
44 ERR_SYNTAX = Erreur de syntaxe (essayez "--help")
45 # an input or output support type description
46 # (FORMAT: STRING)
47 ERR_SYNTAX_TYPE = > %s : %s
48 # Error when retrieving data
49 # (FORMAT: STRING)
50 ERR_LOADING = Erreur de récupération des données depuis : %s
51 # Error when saving to given target
52 # (FORMAT: STRING)
53 ERR_SAVING = Erreur lors de la sauvegarde sur : %s
54 # Error when unknown output format
55 # (FORMAT: STRING)
56 ERR_BAD_OUTPUT_TYPE = Type de sortie inconnu : %s
57 # Error when converting input to URL/File
58 # (FORMAT: STRING)
59 ERR_BAD_URL = Protocole ou type de fichier inconnu : %s
60 # URL/File not supported
61 # (FORMAT: STRING)
62 ERR_NOT_SUPPORTED = Site web non supporté : %s
63 # Failed to download cover : %s
64 # (FORMAT: STRING)
65 ERR_BS_NO_COVER = Échec de la récupération de la page de couverture : %s
66 # Canonical OPEN SINGLE QUOTE char (for instance: ‘)
67 # (FORMAT: STRING)
68 OPEN_SINGLE_QUOTE = ‘
69 # Canonical CLOSE SINGLE QUOTE char (for instance: ’)
70 # (FORMAT: STRING)
71 CLOSE_SINGLE_QUOTE = ’
72 # Canonical OPEN DOUBLE QUOTE char (for instance: “)
73 # (FORMAT: STRING)
74 OPEN_DOUBLE_QUOTE = “
75 # Canonical CLOSE DOUBLE QUOTE char (for instance: ”)
76 # (FORMAT: STRING)
77 CLOSE_DOUBLE_QUOTE = ”
78 # Name of the description fake chapter
79 # (FORMAT: STRING)
80 DESCRIPTION = Description
81 # Name of a chapter with a name
82 # (FORMAT: STRING)
83 CHAPTER_NAMED = Chapitre %d : %s
84 # Name of a chapter without name
85 # (FORMAT: STRING)
86 CHAPTER_UNNAMED = Chapitre %d
87 # Default description when the type is not known by i18n
88 # (FORMAT: STRING)
89 INPUT_DESC = Type d'entrée inconnu : %s
90 # Description of this input type
91 # (FORMAT: STRING)
92 INPUT_DESC_EPUB = Les fichiers .epub créés avec Fanfix (nous ne supportons pas les autres fichiers .epub, du moins pour le moment)
93 # Description of this input type
94 # (FORMAT: STRING)
95 INPUT_DESC_TEXT = Les histoires enregistrées en texte (.txt), avec quelques règles spécifiques : \n\
96 \tle titre doit être sur la première ligne\n\
97 \tl'auteur (précédé de rien, "Par ", "De " ou "©") doit être sur la deuxième ligne, optionnellement suivi de la date de publication entre parenthèses (i.e., "Par Quelqu'un (3 octobre 1998)")\n\
98 \tles chapitres doivent être déclarés avec "Chapitre x" ou "Chapitre x: NOM DU CHAPTITRE", où "x" est le numéro du chapitre\n\
99 \tune description de l'histoire doit être donnée en tant que chaptire 0\n\
100 \tune image de couverture peut être présente avec le même nom de fichier que l'histoire, mais une extension .png, .jpeg ou .jpg
101 # Description of this input type
102 # (FORMAT: STRING)
103 INPUT_DESC_INFO_TEXT = Fort proche du format texte, mais avec un fichier .info accompagnant l'histoire pour y enregistrer quelques metadata (le fichier de metadata est supposé être créé par Fanfix, ou être compatible avec)
104 # Description of this input type
105 # (FORMAT: STRING)
106 INPUT_DESC_FANFICTION = Fanfictions venant d'une multitude d'univers différents, depuis les shows télévisés aux livres en passant par les jeux-vidéos
107 # Description of this input type
108 # (FORMAT: STRING)
109 INPUT_DESC_FIMFICTION = Fanfictions dévouées à la série My Little Pony
110 # Description of this input type
111 # (FORMAT: STRING)
112 INPUT_DESC_MANGAHUB = Un site répertoriant une quantité non négligeable de mangas, en anglais
113 # Description of this input type
114 # (FORMAT: STRING)
115 INPUT_DESC_E621 = Un site Furry proposant des comics, y compris de MLP
116 # Description of this input type
117 # (FORMAT: STRING)
118 INPUT_DESC_E_HENTAI = Un site web proposant beaucoup de comics/mangas, souvent mais pas toujours NSFW
119 # Description of this input type
120 # (FORMAT: STRING)
121 INPUT_DESC_YIFFSTAR = Un site web Furry, orienté sur les histoires plutôt que les images
122 # Description of this input type
123 # (FORMAT: STRING)
124 INPUT_DESC_CBZ = Les fichiers .cbz (une collection d'images zipées), de préférence créés avec Fanfix (même si les autres .cbz sont aussi supportés, mais sans la majorité des metadata de Fanfix dans ce cas)
125 # Description of this input type
126 # (FORMAT: STRING)
127 INPUT_DESC_HTML = Les fichiers HTML que vous pouvez ouvrir avec n'importe quel navigateur ; remarquez que Fanfix créera un répertoire pour y mettre les fichiers nécessaires, dont un fichier "index.html" pour afficher le tout -- nous ne supportons en entrée que les fichiers HTML créés par Fanfix
128 # Default description when the type is not known by i18n
129 # (FORMAT: STRING)
130 OUTPUT_DESC = Type de sortie inconnu : %s
131 # Description of this output type
132 # (FORMAT: STRING)
133 OUTPUT_DESC_EPUB = Standard EPUB file working on most e-book readers and viewers
134 # Description of this output type
135 # (FORMAT: STRING)
136 OUTPUT_DESC_TEXT = Local stories encoded in textual format, with a few rules :\n\
137 \tthe title must be on the first line, \n\
138 \tthe author (preceded by nothing, "by " or "©") must be on the second \n\
139 \t\tline, possibly with the publication date in parenthesis \n\
140 \t\t(i.e., "By Unknown (3rd October 1998)"), \n\
141 \tchapters must be declared with "Chapter x" or "Chapter x: NAME OF THE \n\
142 \t\tCHAPTER", where "x" is the chapter number,\n\
143 \ta description of the story must be given as chapter number 0,\n\
144 \ta cover image may be present with the same filename but a PNG, JPEG \n\
145 \t\tor JPG extension.
146 # Description of this output type
147 # (FORMAT: STRING)
148 OUTPUT_DESC_INFO_TEXT = Contains the same information as the TEXT format, but with a \n\
149 \tcompanion ".info" file to store some metadata
150 # Description of this output type
151 # (FORMAT: STRING)
152 OUTPUT_DESC_CBZ = CBZ file (basically a ZIP file containing images -- we store the images \n\
153 \tin PNG format by default)
154 # Description of this output type
155 # (FORMAT: STRING)
156 OUTPUT_DESC_HTML = HTML files (a directory containing the resources and "index.html")
157 # Description of this output type
158 # (FORMAT: STRING)
159 OUTPUT_DESC_LATEX = A LaTeX file using the "book" template
160 # Description of this output type
161 # (FORMAT: STRING)
162 OUTPUT_DESC_SYSOUT = A simple DEBUG console output
163 # Default description when the type is not known by i18n
164 # This item is used as a group, its content is not expected to be used.
165 OUTPUT_DESC_SHORT = %s
166 # Short description of this output type
167 # (FORMAT: STRING)
168 OUTPUT_DESC_SHORT_EPUB = Electronic book (.epub)
169 # Short description of this output type
170 # (FORMAT: STRING)
171 OUTPUT_DESC_SHORT_TEXT = Plain text (.txt)
172 # Short description of this output type
173 # (FORMAT: STRING)
174 OUTPUT_DESC_SHORT_INFO_TEXT = Plain text and metadata
175 # Short description of this output type
176 # (FORMAT: STRING)
177 OUTPUT_DESC_SHORT_CBZ = Comic book (.cbz)
178 # Short description of this output type
179 # (FORMAT: STRING)
180 OUTPUT_DESC_SHORT_LATEX = LaTeX (.tex)
181 # Short description of this output type
182 # (FORMAT: STRING)
183 OUTPUT_DESC_SHORT_SYSOUT = Console output
184 # Short description of this output type
185 # (FORMAT: STRING)
186 OUTPUT_DESC_SHORT_HTML = HTML files with resources (directory, .html)
187 # Error message for unknown 2-letter LaTeX language code
188 # (FORMAT: STRING)
189 LATEX_LANG_UNKNOWN = Unknown language: %s
190 # 'by' prefix before author name used to output the author, make sure it is covered by Config.BYS for input detection
191 # (FORMAT: STRING)
192 BY = by