CLI search, step 1
[nikiroo-utils.git] / src / be / nikiroo / fanfix / bundles / resources_core_fr.properties
CommitLineData
10ccd649
NR
1# français (fr) resources 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) %s = supported input, %s = supported output
12HELP_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\
91b82a5c
NR
18\t--search WEBSITE [texte libre] ([page] ([item])): cherche des histoires, affiche la\n\
19\t\tpage de résultats demandée (la page 0 affiche le nombre de pages, la première page est la page 1)\n\
20\t--search-tag WEBSITE ([tag 1] [tag2...] ([page] ([item]))): list the known tags or \n\
21\t\tcherche des histoires avec le/les tag(s) demandé(s), affiche la page de résultats demandée\n\
22\t\t(la page 0 affiche le nombre de pages, la première page est la page 1)\n\
e10b51a2
NR
23\t--list ([type]): lister les histoires presentes dans la librairie et leurs IDs\n\
24\t--set-source [id] [nouvelle source]: change la source de l'histoire\n\
25\t--set-title [id] [nouveau titre]: change le titre de l'histoire\n\
26\t--set-author [id] [nouvel auteur]: change l'auteur de l'histoire\n\
10ccd649
NR
27\t--set-reader [reader type]: changer le type de lecteur pour la commande en cours sur CLI, TUI ou GUI\n\
28\t--server [key] [port]: démarrer un serveur d'histoires sur ce port\n\
29\t--stop-server [key] [port]: arrêter le serveur distant sur ce port (key doit avoir la même valeur) \n\
30\t--remote [key] [host] [port]: contacter ce server au lieu de la librairie habituelle (key doit avoir la même valeur)\n\
31\t--help: afficher la liste des options disponibles\n\
32\t--version: retourne la version du programme\n\
33\n\
34Types supportés en entrée :\n\
35%s\n\
36\n\
37Types supportés en sortie :\n\
38%s
39# syntax error message (FORMAT: STRING)
40ERR_SYNTAX = Erreur de syntaxe (essayez "--help")
41# an input or output support type description
42# (FORMAT: STRING) %s = support name, %s = support desc
43ERR_SYNTAX_TYPE = > %s : %s
44# Error when retrieving data
45# (FORMAT: STRING) %s = input string
46ERR_LOADING = Erreur de récupération des données depuis : %s
47# Error when saving to given target
48# (FORMAT: STRING) %s = save target
49ERR_SAVING = Erreur lors de la sauvegarde sur : %s
50# Error when unknown output format
51# (FORMAT: STRING) %s = bad output format
52ERR_BAD_OUTPUT_TYPE = Type de sortie inconnu : %s
53# Error when converting input to URL/File
54# (FORMAT: STRING) %s = input string
55ERR_BAD_URL = Protocole ou type de fichier inconnu : %s
56# URL/File not supported
57# (FORMAT: STRING) %s = input url
58ERR_NOT_SUPPORTED = Site web non supporté : %s
59# Failed to download cover : %s
60# (FORMAT: STRING) %s = cover URL
61ERR_BS_NO_COVER = Échec de la récupération de la page de couverture : %s
15c6c51e 62# Canonical OPEN SINGLE QUOTE char (for instance: ‘)
10ccd649 63# (FORMAT: STRING) single char
15c6c51e
NR
64OPEN_SINGLE_QUOTE = ‘
65# Canonical CLOSE SINGLE QUOTE char (for instance: ’)
10ccd649 66# (FORMAT: STRING) single char
15c6c51e 67CLOSE_SINGLE_QUOTE = ’
10ccd649
NR
68# Canonical OPEN DOUBLE QUOTE char (for instance: “)
69# (FORMAT: STRING) single char
70OPEN_DOUBLE_QUOTE = “
71# Canonical CLOSE DOUBLE QUOTE char (for instance: ”)
72# (FORMAT: STRING) single char
73CLOSE_DOUBLE_QUOTE = ”
74# Name of the description fake chapter
75# (FORMAT: STRING)
76DESCRIPTION = Description
77# Name of a chapter with a name
78# (FORMAT: STRING) %d = number, %s = name
79CHAPTER_NAMED = Chapitre %d : %s
80# Name of a chapter without name
81# (FORMAT: STRING) %d = number, %s = name
82CHAPTER_UNNAMED = Chapitre %d
83# Default description when the type is not known by i18n
84# (FORMAT: STRING) %s = type
85INPUT_DESC = Type d'entrée inconnu : %s
86# Description of this input type
87# (FORMAT: STRING)
88INPUT_DESC_EPUB = Les fichiers .epub créés avec Fanfix (nous ne supportons pas les autres fichiers .epub, du moins pour le moment)
89# Description of this input type
90# (FORMAT: STRING)
91INPUT_DESC_TEXT = Les histoires enregistrées en texte (.txt), avec quelques règles spécifiques : \n\
92\tle titre doit être sur la première ligne\n\
93\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\
94\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\
95\tune description de l'histoire doit être donnée en tant que chaptire 0\n\
96\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
97# Description of this input type
98# (FORMAT: STRING)
99INPUT_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)
100# Description of this input type
101# (FORMAT: STRING)
102INPUT_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
103# Description of this input type
104# (FORMAT: STRING)
105INPUT_DESC_FIMFICTION = Fanfictions dévouées à la série My Little Pony
106# Description of this input type
107# (FORMAT: STRING)
108INPUT_DESC_MANGAFOX = Un site répertoriant une quantité non négligeable de mangas
109# Description of this input type
110# (FORMAT: STRING)
111INPUT_DESC_E621 = Un site Furry proposant des comics, y compris de MLP
112# Description of this input type
113# (FORMAT: STRING)
af1f506f
NR
114INPUT_DESC_E_HENTAI = Un site web proposant beaucoup de comics/mangas, souvent mais pas toujours NSFW
115# Description of this input type
116# (FORMAT: STRING)
10ccd649
NR
117INPUT_DESC_YIFFSTAR = Un site web Furry, orienté sur les histoires plutôt que les images
118# Description of this input type
119# (FORMAT: STRING)
120INPUT_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)
121# Description of this input type
122# (FORMAT: STRING)
123INPUT_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
124# Default description when the type is not known by i18n
125# (FORMAT: STRING) %s = type
126OUTPUT_DESC = Type de sortie inconnu : %s
127# Description of this output type
128# (FORMAT: STRING)
129OUTPUT_DESC_EPUB = Standard EPUB file working on most e-book readers and viewers
130# Description of this output type
131# (FORMAT: STRING)
132OUTPUT_DESC_TEXT = Local stories encoded in textual format, with a few rules :\n\
133\tthe title must be on the first line, \n\
134\tthe author (preceded by nothing, "by " or "©") must be on the second \n\
135\t\tline, possibly with the publication date in parenthesis \n\
136\t\t(i.e., "By Unknown (3rd October 1998)"), \n\
137\tchapters must be declared with "Chapter x" or "Chapter x: NAME OF THE \n\
138\t\tCHAPTER", where "x" is the chapter number,\n\
139\ta description of the story must be given as chapter number 0,\n\
140\ta cover image may be present with the same filename but a PNG, JPEG \n\
141\t\tor JPG extension.
142# Description of this output type
143# (FORMAT: STRING)
144OUTPUT_DESC_INFO_TEXT = Contains the same information as the TEXT format, but with a \n\
145\tcompanion ".info" file to store some metadata
146# Description of this output type
147# (FORMAT: STRING)
148OUTPUT_DESC_CBZ = CBZ file (basically a ZIP file containing images -- we store the images \n\
149\tin PNG format by default)
150# Description of this output type
151# (FORMAT: STRING)
152OUTPUT_DESC_HTML = HTML files (a directory containing the resources and "index.html")
153# Description of this output type
154# (FORMAT: STRING)
155OUTPUT_DESC_LATEX = A LaTeX file using the "book" template
156# Description of this output type
157# (FORMAT: STRING)
158OUTPUT_DESC_SYSOUT = A simple DEBUG console output
159# Default description when the type is not known by i18n
160#This item is used as a group, its content is not expected to be used.
161OUTPUT_DESC_SHORT = %s
162# Short description of this output type
163# (FORMAT: STRING)
164OUTPUT_DESC_SHORT_EPUB = Electronic book (.epub)
165# Short description of this output type
166# (FORMAT: STRING)
167OUTPUT_DESC_SHORT_TEXT = Plain text (.txt)
168# Short description of this output type
169# (FORMAT: STRING)
170OUTPUT_DESC_SHORT_INFO_TEXT = Plain text and metadata
171# Short description of this output type
172# (FORMAT: STRING)
173OUTPUT_DESC_SHORT_CBZ = Comic book (.cbz)
174# Short description of this output type
175# (FORMAT: STRING)
176OUTPUT_DESC_SHORT_LATEX = LaTeX (.tex)
177# Short description of this output type
178# (FORMAT: STRING)
179OUTPUT_DESC_SHORT_SYSOUT = Console output
180# Short description of this output type
181# (FORMAT: STRING)
182OUTPUT_DESC_SHORT_HTML = HTML files with resources (directory, .html)
183# Error message for unknown 2-letter LaTeX language code
184# (FORMAT: STRING) %s = the unknown 2-code language
185LATEX_LANG_UNKNOWN = Unknown language: %s
186# 'by' prefix before author name used to output the author, make sure it is covered by Config.BYS for input detection
187# (FORMAT: STRING)
188BY = by