alexandria-book-collection-manager 0.7.5 → 0.7.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/dependabot.yml +9 -0
- data/.github/workflows/ruby.yml +72 -0
- data/.gitignore +4 -1
- data/.rubocop.yml +65 -30
- data/.rubocop_todo.yml +49 -165
- data/.simplecov +5 -2
- data/CHANGELOG.md +64 -0
- data/ChangeLog.0 +19 -19
- data/INSTALL.md +26 -16
- data/README.md +31 -35
- data/Rakefile +18 -16
- data/alexandria-book-collection-manager.gemspec +35 -29
- data/doc/FAQ +2 -2
- data/doc/dependency_decisions.yml +22 -3
- data/lib/alexandria/about.rb +1 -1
- data/lib/alexandria/book_providers/bl_provider.rb +88 -0
- data/lib/alexandria/book_providers/douban.rb +2 -2
- data/lib/alexandria/book_providers/loc_provider.rb +38 -0
- data/lib/alexandria/book_providers/pseudomarc.rb +61 -71
- data/lib/alexandria/book_providers/sbn_provider.rb +108 -0
- data/lib/alexandria/book_providers/{thalia.rb → thalia_provider.rb} +37 -74
- data/lib/alexandria/book_providers/web.rb +2 -2
- data/lib/alexandria/book_providers/worldcat.rb +34 -38
- data/lib/alexandria/book_providers/z3950_provider.rb +199 -0
- data/lib/alexandria/book_providers.rb +48 -65
- data/lib/alexandria/default_preferences.rb +2 -1
- data/lib/alexandria/execution_queue.rb +13 -12
- data/lib/alexandria/export_library.rb +21 -22
- data/lib/alexandria/image_fetcher.rb +25 -0
- data/lib/alexandria/import_library.rb +46 -70
- data/lib/alexandria/import_library_csv.rb +16 -16
- data/lib/alexandria/library_sort_order.rb +3 -1
- data/lib/alexandria/library_store.rb +19 -20
- data/lib/alexandria/logging.rb +5 -9
- data/lib/alexandria/models/book.rb +15 -2
- data/lib/alexandria/models/library.rb +31 -35
- data/lib/alexandria/net.rb +1 -2
- data/lib/alexandria/preferences.rb +27 -33
- data/lib/alexandria/scanners/cue_cat.rb +6 -6
- data/lib/alexandria/scanners/keyboard.rb +1 -1
- data/lib/alexandria/scanners.rb +2 -2
- data/lib/alexandria/smart_library.rb +22 -26
- data/lib/alexandria/ui/about_dialog.rb +1 -1
- data/lib/alexandria/ui/acquire_dialog.rb +15 -19
- data/lib/alexandria/ui/alert_dialog.rb +36 -19
- data/lib/alexandria/ui/bad_isbns_dialog.rb +13 -9
- data/lib/alexandria/ui/barcode_animation.rb +6 -6
- data/lib/alexandria/ui/book_properties_dialog.rb +2 -3
- data/lib/alexandria/ui/book_properties_dialog_base.rb +35 -137
- data/lib/alexandria/ui/calendar_popup.rb +58 -0
- data/lib/alexandria/ui/callbacks.rb +144 -123
- data/lib/alexandria/ui/completion_models.rb +2 -6
- data/lib/alexandria/ui/confirm_erase_dialog.rb +1 -1
- data/lib/alexandria/ui/conflict_while_copying_dialog.rb +2 -2
- data/lib/alexandria/ui/error_dialog.rb +1 -1
- data/lib/alexandria/ui/export_dialog.rb +19 -18
- data/lib/alexandria/ui/icons.rb +34 -40
- data/lib/alexandria/ui/iconview_tooltips.rb +40 -53
- data/lib/alexandria/ui/import_dialog.rb +49 -48
- data/lib/alexandria/ui/init.rb +14 -12
- data/lib/alexandria/ui/keep_bad_isbn_dialog.rb +2 -2
- data/lib/alexandria/ui/libraries_combo.rb +10 -9
- data/lib/alexandria/ui/listview.rb +6 -7
- data/lib/alexandria/ui/main_app.rb +2 -2
- data/lib/alexandria/ui/multi_drag_treeview.rb +5 -7
- data/lib/alexandria/ui/new_book_dialog.rb +63 -65
- data/lib/alexandria/ui/new_book_dialog_manual.rb +1 -1
- data/lib/alexandria/ui/new_provider_dialog.rb +12 -11
- data/lib/alexandria/ui/new_smart_library_dialog.rb +39 -27
- data/lib/alexandria/ui/preferences_dialog.rb +25 -84
- data/lib/alexandria/ui/provider_preferences_base_dialog.rb +10 -6
- data/lib/alexandria/ui/provider_preferences_dialog.rb +5 -5
- data/lib/alexandria/ui/really_delete_dialog.rb +2 -2
- data/lib/alexandria/ui/sidepane_manager.rb +38 -38
- data/lib/alexandria/ui/skip_entry_dialog.rb +3 -2
- data/lib/alexandria/ui/smart_library_properties_dialog.rb +35 -36
- data/lib/alexandria/ui/smart_library_properties_dialog_base.rb +61 -244
- data/lib/alexandria/ui/smart_library_rule_box.rb +119 -0
- data/lib/alexandria/ui/sound.rb +4 -6
- data/lib/alexandria/ui/ui_manager.rb +80 -83
- data/lib/alexandria/ui.rb +7 -7
- data/lib/alexandria/version.rb +2 -2
- data/lib/alexandria/web_themes.rb +15 -15
- data/lib/alexandria.rb +2 -2
- data/po/cs.po +947 -865
- data/po/cy.po +913 -864
- data/po/de.po +961 -865
- data/po/el.po +956 -861
- data/po/es.po +952 -857
- data/po/fr.po +950 -865
- data/po/ga.po +866 -819
- data/po/gl.po +946 -861
- data/po/it.po +945 -858
- data/po/ja.po +921 -836
- data/po/mk.po +953 -858
- data/po/nb.po +932 -847
- data/po/nl.po +955 -849
- data/po/pl.po +999 -963
- data/po/pt.po +946 -850
- data/po/pt_BR.po +944 -859
- data/po/ru.po +959 -868
- data/po/sk.po +950 -863
- data/po/sv.po +944 -859
- data/po/uk.po +925 -846
- data/po/zh_TW.po +926 -841
- data/schemas/alexandria.schemas +1 -1
- data/share/alexandria/glade/main_app__builder.glade +6 -21
- data/share/gnome/help/alexandria/C/adding-books.xml +3 -4
- data/share/gnome/help/alexandria/C/introduction.xml +0 -16
- data/share/gnome/help/alexandria/C/searching.xml +1 -4
- data/share/gnome/help/alexandria/C/settings.xml +0 -30
- data/share/gnome/help/alexandria/C/smart-libraries.xml +2 -2
- data/share/gnome/help/alexandria/C/working-with-libraries.xml +1 -1
- data/share/gnome/help/alexandria/fr/alexandria.xml +5 -160
- data/share/gnome/help/alexandria/ja/adding-books.xml +1 -1
- data/share/gnome/help/alexandria/ja/introduction.xml +0 -15
- data/share/gnome/help/alexandria/ja/searching.xml +3 -7
- data/share/gnome/help/alexandria/ja/settings.xml +0 -27
- data/share/gnome/help/alexandria/ja/smart-libraries.xml +1 -1
- data/spec/alexandria/book_providers/bl_provider_spec.rb +13 -0
- data/spec/alexandria/book_providers/loc_provider_spec.rb +17 -0
- data/spec/alexandria/book_providers/sbn_provider_spec.rb +13 -0
- data/spec/alexandria/book_providers/thalia_provider_spec.rb +119 -0
- data/spec/alexandria/book_providers/world_cat_provider_spec.rb +160 -0
- data/spec/alexandria/book_providers_spec.rb +0 -154
- data/spec/alexandria/console_spec.rb +0 -5
- data/spec/alexandria/export_library_spec.rb +27 -38
- data/spec/alexandria/library_spec.rb +76 -46
- data/spec/alexandria/preferences_spec.rb +29 -3
- data/spec/alexandria/scanners/cue_cat_spec.rb +1 -1
- data/spec/alexandria/ui/about_dialog_spec.rb +1 -1
- data/spec/alexandria/ui/acquire_dialog_spec.rb +1 -1
- data/spec/alexandria/ui/alert_dialog_spec.rb +1 -1
- data/spec/alexandria/ui/bad_isbns_dialog_spec.rb +1 -1
- data/spec/alexandria/ui/book_properties_dialog_spec.rb +47 -5
- data/spec/alexandria/ui/confirm_erase_dialog_spec.rb +1 -1
- data/spec/alexandria/ui/conflict_while_copying_dialog_spec.rb +1 -1
- data/spec/alexandria/ui/error_dialog_spec.rb +1 -1
- data/spec/alexandria/ui/export_dialog_spec.rb +25 -4
- data/spec/alexandria/ui/icons_spec.rb +26 -0
- data/spec/alexandria/ui/iconview_spec.rb +1 -1
- data/spec/alexandria/ui/import_dialog_spec.rb +35 -3
- data/spec/alexandria/ui/keep_bad_isbn_dialog_spec.rb +1 -1
- data/spec/alexandria/ui/main_app_spec.rb +1 -1
- data/spec/alexandria/ui/new_book_dialog_manual_spec.rb +39 -3
- data/spec/alexandria/ui/new_provider_dialog_spec.rb +19 -3
- data/spec/alexandria/ui/new_smart_library_dialog_spec.rb +28 -3
- data/spec/alexandria/ui/preferences_dialog_spec.rb +2 -2
- data/spec/alexandria/ui/provider_preferences_dialog_spec.rb +23 -8
- data/spec/alexandria/ui/really_delete_dialog_spec.rb +1 -1
- data/spec/alexandria/ui/sidepane_manager_spec.rb +2 -2
- data/spec/alexandria/ui/skip_entry_dialog_spec.rb +1 -1
- data/spec/alexandria/ui/smart_library_properties_dialog_spec.rb +37 -6
- data/spec/alexandria/ui/ui_manager_spec.rb +116 -2
- data/spec/data/libraries/0.6.2/My Library/9780571147168.yaml +2 -0
- data/spec/end_to_end/basic_run_spec.rb +3 -8
- data/spec/fixtures/cover.jpg +0 -0
- data/spec/spec_helper.rb +47 -3
- data/tasks/spec.rake +3 -5
- data/util/rake/fileinstall.rb +16 -15
- data/util/rake/omfgenerate.rb +1 -1
- metadata +141 -52
- data/.travis.yml +0 -39
- data/lib/alexandria/book_providers/adlibris.rb +0 -196
- data/lib/alexandria/book_providers/amazon_aws.rb +0 -252
- data/lib/alexandria/book_providers/amazon_ecs_util.rb +0 -388
- data/lib/alexandria/book_providers/barnes_and_noble.rb +0 -209
- data/lib/alexandria/book_providers/proxis.rb +0 -175
- data/lib/alexandria/book_providers/siciliano.rb +0 -257
- data/lib/alexandria/book_providers/z3950.rb +0 -415
- data/spec/alexandria/ui/ui_utilities_spec.rb +0 -62
- data/spec/alexandria/utilities_spec.rb +0 -52
data/po/fr.po
CHANGED
@@ -8,10 +8,11 @@ msgid ""
|
|
8
8
|
msgstr ""
|
9
9
|
"Project-Id-Version: alexandria 0.6.3\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
|
-
"POT-Creation-Date:
|
11
|
+
"POT-Creation-Date: 2020-12-26 12:17+0100\n"
|
12
12
|
"PO-Revision-Date: 2008-07-31 00:16+0100\n"
|
13
13
|
"Last-Translator: Ligia Moreira <ligia.moreira@netvisao.pt >\n"
|
14
14
|
"Language-Team: Lígia Moreira <ligia.moreira@netvisao.pt>\n"
|
15
|
+
"Language: \n"
|
15
16
|
"MIME-Version: 1.0\n"
|
16
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
17
18
|
"Content-Transfer-Encoding: 8bit\n"
|
@@ -19,705 +20,702 @@ msgstr ""
|
|
19
20
|
"X-Poedit-Language: French\n"
|
20
21
|
"X-Poedit-Country: PORTUGAL\n"
|
21
22
|
|
22
|
-
#: ../lib/alexandria/
|
23
|
+
#: ../lib/alexandria/about.rb:27
|
24
|
+
msgid "A program to help you manage your book collection."
|
25
|
+
msgstr "Un programme pour vous aider à gérer votre collection de livres."
|
26
|
+
|
27
|
+
#: ../lib/alexandria/book_providers.rb:95
|
28
|
+
msgid "Couldn't reach the provider '%s': timeout expired."
|
29
|
+
msgstr "Impossible de joindre le fournisseur '%s': durée maximale dépassée."
|
30
|
+
|
31
|
+
#: ../lib/alexandria/book_providers.rb:99
|
32
|
+
msgid "Couldn't reach the provider '%s': socket error (%s)."
|
33
|
+
msgstr "Impossible de joindre le fournisseur '%s': erreur socket (%s)."
|
34
|
+
|
35
|
+
#: ../lib/alexandria/book_providers.rb:103
|
36
|
+
msgid ""
|
37
|
+
"No results were found. Make sure your search criterion is spelled "
|
38
|
+
"correctly, and try again."
|
39
|
+
msgstr ""
|
40
|
+
"Aucun résultat trouvé. Vérifiez l'orthographe des critères de la recherche, "
|
41
|
+
"et ré-essayez encore."
|
42
|
+
|
43
|
+
#: ../lib/alexandria/book_providers.rb:108
|
44
|
+
msgid "Too many results for that search."
|
45
|
+
msgstr "Trop de résultats pour cette recherche."
|
46
|
+
|
47
|
+
#: ../lib/alexandria/book_providers.rb:111
|
48
|
+
msgid "Invalid search type."
|
49
|
+
msgstr "Type de recherche invalide."
|
50
|
+
|
51
|
+
#: ../lib/alexandria/book_providers.rb:205
|
52
|
+
msgid "Enabled"
|
53
|
+
msgstr ""
|
54
|
+
|
55
|
+
#: ../lib/alexandria/book_providers/z3950.rb:22
|
56
|
+
msgid "Hostname"
|
57
|
+
msgstr "Nom d'hôte"
|
58
|
+
|
59
|
+
#: ../lib/alexandria/book_providers/z3950.rb:23
|
60
|
+
msgid "Port"
|
61
|
+
msgstr "Port"
|
62
|
+
|
63
|
+
#: ../lib/alexandria/book_providers/z3950.rb:24
|
64
|
+
msgid "Database"
|
65
|
+
msgstr "Base de données"
|
66
|
+
|
67
|
+
#: ../lib/alexandria/book_providers/z3950.rb:25
|
68
|
+
msgid "Record syntax"
|
69
|
+
msgstr "Format"
|
70
|
+
|
71
|
+
#: ../lib/alexandria/book_providers/z3950.rb:27
|
72
|
+
msgid "Username"
|
73
|
+
msgstr "Utilisateur"
|
74
|
+
|
75
|
+
#: ../lib/alexandria/book_providers/z3950.rb:28
|
76
|
+
msgid "Password"
|
77
|
+
msgstr "Mot de passe"
|
78
|
+
|
79
|
+
#: ../lib/alexandria/book_providers/z3950.rb:29
|
80
|
+
msgid "Charset encoding"
|
81
|
+
msgstr "Charset encodant"
|
82
|
+
|
83
|
+
#: ../lib/alexandria/book_providers/z3950.rb:213
|
84
|
+
msgid "Library of Congress (Usa)"
|
85
|
+
msgstr "Bibliothèque du Congrès (États-Unis)"
|
86
|
+
|
87
|
+
#: ../lib/alexandria/book_providers/z3950.rb:249
|
88
|
+
msgid "British Library"
|
89
|
+
msgstr "Bibliothèque britannique"
|
90
|
+
|
91
|
+
#: ../lib/alexandria/book_providers/z3950.rb:374
|
92
|
+
#, fuzzy
|
93
|
+
msgid "Invalid ISBN"
|
94
|
+
msgstr "ISBN '%s' invalide"
|
95
|
+
|
96
|
+
#: ../lib/alexandria/export_format.rb:18
|
97
|
+
msgid "Archived ONIX XML"
|
98
|
+
msgstr "Archive ONIX XML"
|
99
|
+
|
100
|
+
#: ../lib/alexandria/export_format.rb:19
|
101
|
+
msgid "Archived Tellico XML"
|
102
|
+
msgstr "Archive Tellico XML"
|
103
|
+
|
104
|
+
#: ../lib/alexandria/export_format.rb:20
|
105
|
+
msgid "BibTeX"
|
106
|
+
msgstr "BibTex"
|
107
|
+
|
108
|
+
#: ../lib/alexandria/export_format.rb:21
|
109
|
+
msgid "CSV list"
|
110
|
+
msgstr "Liste CSV"
|
111
|
+
|
112
|
+
#: ../lib/alexandria/export_format.rb:22
|
113
|
+
msgid "ISBN List"
|
114
|
+
msgstr "Liste d'ISBNs"
|
115
|
+
|
116
|
+
#: ../lib/alexandria/export_format.rb:23
|
117
|
+
msgid "iPod Notes"
|
118
|
+
msgstr "Notes de l' iPod"
|
119
|
+
|
120
|
+
#: ../lib/alexandria/export_format.rb:24
|
121
|
+
msgid "HTML Web Page"
|
122
|
+
msgstr "Page Web HTML"
|
123
|
+
|
124
|
+
#: ../lib/alexandria/import_library.rb:21
|
23
125
|
msgid "Autodetect"
|
24
126
|
msgstr "Détection automatique"
|
25
127
|
|
26
|
-
#: ../lib/alexandria/import_library.rb:
|
128
|
+
#: ../lib/alexandria/import_library.rb:22
|
27
129
|
msgid "Archived Tellico XML (*.bc, *.tc)"
|
28
130
|
msgstr "Archive Tellico XML (*.bc, *.tc)"
|
29
131
|
|
30
|
-
#: ../lib/alexandria/import_library.rb:
|
132
|
+
#: ../lib/alexandria/import_library.rb:24
|
31
133
|
msgid "ISBN List (*.txt)"
|
32
134
|
msgstr "Liste d'ISBNs (*.txt)"
|
33
135
|
|
34
|
-
#: ../lib/alexandria/import_library.rb:
|
136
|
+
#: ../lib/alexandria/import_library.rb:25
|
35
137
|
msgid "GoodReads CSV"
|
36
138
|
msgstr ""
|
37
139
|
|
38
|
-
#: ../lib/alexandria/
|
39
|
-
msgid "
|
40
|
-
msgstr "
|
140
|
+
#: ../lib/alexandria/import_library.rb:65
|
141
|
+
msgid "Unsupported type"
|
142
|
+
msgstr ""
|
41
143
|
|
42
|
-
#: ../lib/alexandria/
|
144
|
+
#: ../lib/alexandria/import_library_csv.rb:199
|
145
|
+
msgid "Not Recognized"
|
146
|
+
msgstr ""
|
147
|
+
|
148
|
+
#: ../lib/alexandria/library_store.rb:37
|
43
149
|
msgid "My Library"
|
44
150
|
msgstr "Ma bibliothèque"
|
45
151
|
|
46
|
-
#: ../lib/alexandria/
|
47
|
-
msgid "
|
48
|
-
msgstr "
|
152
|
+
#: ../lib/alexandria/library_store.rb:67
|
153
|
+
msgid "Not a book: %<book>s"
|
154
|
+
msgstr ""
|
49
155
|
|
50
|
-
#: ../lib/alexandria/
|
51
|
-
msgid "
|
52
|
-
msgstr "
|
156
|
+
#: ../lib/alexandria/library_store.rb:78
|
157
|
+
msgid "%<file>s isbn is not okay"
|
158
|
+
msgstr ""
|
53
159
|
|
54
|
-
#: ../lib/alexandria/
|
55
|
-
msgid "
|
56
|
-
msgstr "
|
160
|
+
#: ../lib/alexandria/library_store.rb:83
|
161
|
+
msgid "%<file>s version is not okay"
|
162
|
+
msgstr ""
|
57
163
|
|
58
|
-
#: ../lib/alexandria/
|
59
|
-
msgid "
|
60
|
-
msgstr "
|
164
|
+
#: ../lib/alexandria/library_store.rb:88
|
165
|
+
msgid "%<file>s pub year is not okay"
|
166
|
+
msgstr ""
|
61
167
|
|
62
|
-
#: ../lib/alexandria/
|
63
|
-
msgid "
|
64
|
-
msgstr "
|
168
|
+
#: ../lib/alexandria/models/library.rb:42
|
169
|
+
msgid "Untitled"
|
170
|
+
msgstr "Sans Titre"
|
65
171
|
|
66
|
-
#: ../lib/alexandria/
|
67
|
-
msgid "
|
68
|
-
msgstr "
|
172
|
+
#: ../lib/alexandria/models/library.rb:284
|
173
|
+
msgid "Book %<isbn>s was already deleted"
|
174
|
+
msgstr ""
|
69
175
|
|
70
|
-
#: ../lib/alexandria/
|
71
|
-
msgid "
|
72
|
-
msgstr "
|
176
|
+
#: ../lib/alexandria/scanners/cue_cat.rb:75
|
177
|
+
msgid "Don't know how to handle type %<type>s (barcode: %<code>s)"
|
178
|
+
msgstr ""
|
73
179
|
|
74
|
-
#: ../lib/alexandria/
|
75
|
-
msgid "
|
76
|
-
msgstr "
|
180
|
+
#: ../lib/alexandria/scanners/cue_cat.rb:109
|
181
|
+
msgid "Error parsing CueCat input"
|
182
|
+
msgstr ""
|
77
183
|
|
78
|
-
#: ../lib/alexandria/
|
79
|
-
msgid "
|
80
|
-
msgstr "
|
184
|
+
#: ../lib/alexandria/scanners/keyboard.rb:51
|
185
|
+
msgid "Unknown scan data %s<data>"
|
186
|
+
msgstr ""
|
81
187
|
|
82
|
-
#: ../lib/alexandria/
|
83
|
-
msgid "
|
84
|
-
msgstr "
|
188
|
+
#: ../lib/alexandria/smart_library.rb:49
|
189
|
+
msgid "Favorite"
|
190
|
+
msgstr "Favoris"
|
85
191
|
|
86
|
-
#: ../lib/alexandria/
|
87
|
-
msgid "
|
88
|
-
msgstr "
|
192
|
+
#: ../lib/alexandria/smart_library.rb:55
|
193
|
+
msgid "Loaned"
|
194
|
+
msgstr "Prêts"
|
89
195
|
|
90
|
-
#: ../lib/alexandria/
|
91
|
-
|
92
|
-
|
196
|
+
#: ../lib/alexandria/smart_library.rb:61 ../lib/alexandria/smart_library.rb:307
|
197
|
+
#: ../lib/alexandria/ui/listview.rb:59
|
198
|
+
msgid "Read"
|
199
|
+
msgstr "Lire"
|
93
200
|
|
94
|
-
#: ../lib/alexandria/
|
95
|
-
msgid "
|
96
|
-
msgstr "
|
201
|
+
#: ../lib/alexandria/smart_library.rb:67
|
202
|
+
msgid "Owned"
|
203
|
+
msgstr "Acquis"
|
97
204
|
|
98
|
-
#: ../lib/alexandria/
|
99
|
-
msgid "
|
100
|
-
msgstr "
|
205
|
+
#: ../lib/alexandria/smart_library.rb:76
|
206
|
+
msgid "Wishlist"
|
207
|
+
msgstr "Liste de demande"
|
101
208
|
|
102
|
-
#: ../lib/alexandria/ui/
|
103
|
-
msgid "
|
104
|
-
|
105
|
-
msgstr[0] "Bibliothèque '%s' sélectionnée, %d livre non-noté"
|
106
|
-
msgstr[1] "Bibliothèque '%s' sélectionnée, %d livres non-notés"
|
209
|
+
#: ../lib/alexandria/smart_library.rb:295 ../lib/alexandria/ui/listview.rb:32
|
210
|
+
msgid "Title"
|
211
|
+
msgstr "Titre"
|
107
212
|
|
108
|
-
#: ../lib/alexandria/ui/
|
109
|
-
msgid "
|
110
|
-
|
111
|
-
msgstr[0] "Bibliothèque '%s' sélectionnée, %d livre"
|
112
|
-
msgstr[1] "Bibliothèque '%s' sélectionnée, %d livres"
|
213
|
+
#: ../lib/alexandria/smart_library.rb:296 ../lib/alexandria/ui/listview.rb:52
|
214
|
+
msgid "ISBN"
|
215
|
+
msgstr "ISBN"
|
113
216
|
|
114
|
-
#: ../lib/alexandria/ui/
|
115
|
-
msgid "
|
116
|
-
|
117
|
-
msgstr[0] "Bibliothèque '%s' sélectionnée, %d livre, %d non-noté"
|
118
|
-
msgstr[1] "Bibliothèque « %s » sélectionnée, %d livres, %d non-notés"
|
217
|
+
#: ../lib/alexandria/smart_library.rb:297 ../lib/alexandria/ui/listview.rb:51
|
218
|
+
msgid "Authors"
|
219
|
+
msgstr "Auteurs"
|
119
220
|
|
120
|
-
#: ../lib/alexandria/ui/
|
121
|
-
msgid "
|
122
|
-
msgstr "
|
221
|
+
#: ../lib/alexandria/smart_library.rb:298 ../lib/alexandria/ui/listview.rb:53
|
222
|
+
msgid "Publisher"
|
223
|
+
msgstr "Éditeur"
|
123
224
|
|
124
|
-
#: ../lib/alexandria/ui/
|
125
|
-
msgid "
|
126
|
-
|
127
|
-
|
128
|
-
|
225
|
+
#: ../lib/alexandria/smart_library.rb:299 ../lib/alexandria/ui/listview.rb:54
|
226
|
+
msgid "Publish Year"
|
227
|
+
msgstr "Année de publication"
|
228
|
+
|
229
|
+
#: ../lib/alexandria/smart_library.rb:300 ../lib/alexandria/ui/listview.rb:55
|
230
|
+
msgid "Binding"
|
231
|
+
msgstr "Édition"
|
232
|
+
|
233
|
+
#: ../lib/alexandria/smart_library.rb:301 ../lib/alexandria/ui/listview.rb:106
|
234
|
+
msgid "Rating"
|
235
|
+
msgstr "Notation"
|
236
|
+
|
237
|
+
#: ../lib/alexandria/smart_library.rb:302
|
238
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:762
|
239
|
+
msgid "Notes"
|
240
|
+
msgstr "Notes"
|
241
|
+
|
242
|
+
#: ../lib/alexandria/smart_library.rb:303 ../lib/alexandria/ui/listview.rb:86
|
243
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:230
|
244
|
+
msgid "Tags"
|
245
|
+
msgstr "Étiquettes"
|
246
|
+
|
247
|
+
#: ../lib/alexandria/smart_library.rb:304
|
248
|
+
msgid "Loaning State"
|
249
|
+
msgstr "Etat du prêt"
|
250
|
+
|
251
|
+
#: ../lib/alexandria/smart_library.rb:305
|
252
|
+
msgid "Loaning Date"
|
253
|
+
msgstr "Date du prêt"
|
254
|
+
|
255
|
+
#: ../lib/alexandria/smart_library.rb:306
|
256
|
+
msgid "Loaning Person"
|
257
|
+
msgstr "Emprunteur"
|
129
258
|
|
130
|
-
#: ../lib/alexandria/
|
131
|
-
msgid "
|
132
|
-
msgstr "
|
259
|
+
#: ../lib/alexandria/smart_library.rb:308
|
260
|
+
msgid "Date Read"
|
261
|
+
msgstr "Date de lecture"
|
262
|
+
|
263
|
+
#: ../lib/alexandria/smart_library.rb:309 ../lib/alexandria/ui/listview.rb:60
|
264
|
+
msgid "Own"
|
265
|
+
msgstr "Propriétaire"
|
266
|
+
|
267
|
+
#: ../lib/alexandria/smart_library.rb:310 ../lib/alexandria/ui/listview.rb:61
|
268
|
+
msgid "Want"
|
269
|
+
msgstr "Veut"
|
133
270
|
|
134
|
-
#: ../lib/alexandria/
|
271
|
+
#: ../lib/alexandria/smart_library.rb:317
|
272
|
+
msgid "days"
|
273
|
+
msgstr "jours"
|
274
|
+
|
275
|
+
#: ../lib/alexandria/smart_library.rb:327
|
276
|
+
msgid "is set"
|
277
|
+
msgstr "est défini"
|
278
|
+
|
279
|
+
#: ../lib/alexandria/smart_library.rb:330
|
280
|
+
msgid "is not set"
|
281
|
+
msgstr "n'est pas défini"
|
282
|
+
|
283
|
+
#: ../lib/alexandria/smart_library.rb:333
|
284
|
+
msgid "is"
|
285
|
+
msgstr "est"
|
286
|
+
|
287
|
+
#: ../lib/alexandria/smart_library.rb:336
|
288
|
+
msgid "is not"
|
289
|
+
msgstr "n'est pas"
|
290
|
+
|
291
|
+
#: ../lib/alexandria/smart_library.rb:339
|
292
|
+
msgid "contains"
|
293
|
+
msgstr "contient"
|
294
|
+
|
295
|
+
#: ../lib/alexandria/smart_library.rb:342
|
296
|
+
msgid "does not contain"
|
297
|
+
msgstr "ne contient pas"
|
298
|
+
|
299
|
+
#: ../lib/alexandria/smart_library.rb:345
|
300
|
+
msgid "starts with"
|
301
|
+
msgstr "commence par"
|
302
|
+
|
303
|
+
#: ../lib/alexandria/smart_library.rb:348
|
304
|
+
msgid "ends with"
|
305
|
+
msgstr "finit par"
|
306
|
+
|
307
|
+
#: ../lib/alexandria/smart_library.rb:351
|
308
|
+
msgid "is greater than"
|
309
|
+
msgstr "est supérieur à"
|
310
|
+
|
311
|
+
#: ../lib/alexandria/smart_library.rb:354
|
312
|
+
msgid "is less than"
|
313
|
+
msgstr "est inférieur à"
|
314
|
+
|
315
|
+
#: ../lib/alexandria/smart_library.rb:357
|
316
|
+
msgid "is after"
|
317
|
+
msgstr "se situe après"
|
318
|
+
|
319
|
+
#: ../lib/alexandria/smart_library.rb:360
|
320
|
+
msgid "is before"
|
321
|
+
msgstr "se situe avant"
|
322
|
+
|
323
|
+
#: ../lib/alexandria/smart_library.rb:364
|
324
|
+
msgid "is in last"
|
325
|
+
msgstr "se situe en fin"
|
326
|
+
|
327
|
+
#: ../lib/alexandria/smart_library.rb:384
|
328
|
+
msgid "is not in last"
|
329
|
+
msgstr "ne se situe pas en fin"
|
330
|
+
|
331
|
+
#: ../lib/alexandria/smart_library.rb:465
|
332
|
+
msgid "invalid operand klass %<klass>s"
|
333
|
+
msgstr ""
|
334
|
+
|
335
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:206
|
336
|
+
msgid "There was %d duplicate"
|
337
|
+
msgid_plural "There were %d duplicates"
|
338
|
+
msgstr[0] ""
|
339
|
+
msgstr[1] ""
|
340
|
+
|
341
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:209
|
342
|
+
#, fuzzy
|
343
|
+
msgid "Couldn't add this book"
|
344
|
+
msgid_plural "Couldn't add these books"
|
345
|
+
msgstr[0] "Impossible d'ajouter le livre"
|
346
|
+
msgstr[1] "Impossible d'ajouter le livre"
|
347
|
+
|
348
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:288
|
349
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:498
|
350
|
+
msgid "Searching Provider '%s'..."
|
351
|
+
msgstr ""
|
352
|
+
|
353
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:289
|
354
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:499
|
355
|
+
msgid "Error while Searching Provider '%s'"
|
356
|
+
msgstr ""
|
357
|
+
|
358
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:290
|
359
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:500
|
360
|
+
msgid "Not Found at Provider '%s'"
|
361
|
+
msgstr ""
|
362
|
+
|
363
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:291
|
364
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:501
|
365
|
+
msgid "Found at Provider '%s'"
|
366
|
+
msgstr ""
|
367
|
+
|
368
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:403
|
369
|
+
msgid "Ready to use %s barcode scanner"
|
370
|
+
msgstr ""
|
371
|
+
|
372
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:427
|
373
|
+
msgid "Click below to scan _barcodes"
|
374
|
+
msgstr "Cliquez ci-dessous pour lire _la barre de code rapidement"
|
375
|
+
|
376
|
+
#: ../lib/alexandria/ui/book_properties_dialog.rb:111
|
377
|
+
#: ../lib/alexandria/ui/book_properties_dialog.rb:121
|
378
|
+
msgid "Couldn't modify the book"
|
379
|
+
msgstr "Impossible d'éditer les propriétés du livre"
|
380
|
+
|
381
|
+
#: ../lib/alexandria/ui/book_properties_dialog.rb:112
|
382
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:74
|
135
383
|
msgid ""
|
136
|
-
"
|
137
|
-
"
|
384
|
+
"Couldn't validate the EAN/ISBN you provided. Make sure it is written "
|
385
|
+
"correcty, and try again."
|
138
386
|
msgstr ""
|
139
|
-
"
|
140
|
-
"
|
387
|
+
"Impossible de valider la donnée EAN/ISBN. Vérifiez que le numéro est écrit "
|
388
|
+
"correctement, et ré-essayez."
|
389
|
+
|
390
|
+
#: ../lib/alexandria/ui/book_properties_dialog.rb:122
|
391
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:79
|
392
|
+
msgid "The EAN/ISBN you provided is already used in this library."
|
393
|
+
msgstr "La donnée EAN/ISBN fournie est déjà utilisée dans cette bibliothèque."
|
141
394
|
|
142
|
-
#: ../lib/alexandria/ui/
|
143
|
-
msgid "
|
144
|
-
msgstr "
|
395
|
+
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:104
|
396
|
+
msgid "Properties"
|
397
|
+
msgstr "Propriétés"
|
145
398
|
|
146
|
-
#: ../lib/alexandria/ui/
|
147
|
-
|
148
|
-
"
|
149
|
-
"
|
150
|
-
msgstr ""
|
151
|
-
"Vérifiez qu'un client de messagerie est configuré par défaut (Préférences du "
|
152
|
-
"bureau -> Applications préférées) et ré-essayez encore."
|
399
|
+
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:106
|
400
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog.rb:21
|
401
|
+
msgid "Properties for '%s'"
|
402
|
+
msgstr "Préférences pour '%s'"
|
153
403
|
|
154
|
-
#: ../lib/alexandria/ui/
|
155
|
-
msgid "
|
156
|
-
msgstr "
|
404
|
+
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:112
|
405
|
+
msgid "Author"
|
406
|
+
msgstr "Auteur"
|
157
407
|
|
158
|
-
#: ../lib/alexandria/ui/
|
159
|
-
msgid ""
|
160
|
-
"
|
161
|
-
"to attempt to download new information for them from the online book "
|
162
|
-
"providers?\n"
|
163
|
-
msgstr ""
|
164
|
-
"Les fichiers de données pour les livres suivants sont endommagés ou vides. "
|
165
|
-
"Voulez-vous essayer le téléchargement d'une nouvelle information pour eux à "
|
166
|
-
"partir des fournisseurs de livres chez internet?\n"
|
408
|
+
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:160
|
409
|
+
msgid "Select a cover image"
|
410
|
+
msgstr "Sélectionnez une image de couverture"
|
167
411
|
|
168
|
-
#: ../lib/alexandria/ui/
|
169
|
-
msgid "
|
170
|
-
msgstr "
|
412
|
+
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:163
|
413
|
+
msgid "No Cover"
|
414
|
+
msgstr "Aucune couverture"
|
171
415
|
|
172
|
-
#: ../lib/alexandria/ui/
|
173
|
-
msgid "
|
174
|
-
|
416
|
+
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:242
|
417
|
+
msgid "%d day"
|
418
|
+
msgid_plural "%d days"
|
419
|
+
msgstr[0] "%d jour"
|
420
|
+
msgstr[1] "%d jours"
|
175
421
|
|
176
|
-
#: ../lib/alexandria/ui/
|
177
|
-
msgid "
|
178
|
-
msgstr "
|
422
|
+
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:268
|
423
|
+
msgid "out of range"
|
424
|
+
msgstr ""
|
179
425
|
|
180
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
426
|
+
#: ../lib/alexandria/ui/callbacks.rb:57
|
181
427
|
msgid "The following lines are not valid ISBNs and were not imported:"
|
182
428
|
msgstr ""
|
183
429
|
"Les lignes suivantes ne sont pas des ISBN corrects et elles n'ont pas été "
|
184
430
|
"importées:"
|
185
431
|
|
186
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
187
|
-
|
188
|
-
msgid "Export failed"
|
189
|
-
msgstr "L'export a echoué"
|
190
|
-
|
191
|
-
#: ../lib/alexandria/ui/callbacks.rb:123
|
192
|
-
msgid "Try letting this library load completely before exporting."
|
432
|
+
#: ../lib/alexandria/ui/callbacks.rb:62
|
433
|
+
msgid "Books could not be found for the following ISBNs:"
|
193
434
|
msgstr ""
|
194
435
|
|
195
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
436
|
+
#: ../lib/alexandria/ui/callbacks.rb:362
|
196
437
|
msgid "_Library"
|
197
438
|
msgstr "_Bibliothèque"
|
198
439
|
|
199
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
440
|
+
#: ../lib/alexandria/ui/callbacks.rb:363
|
200
441
|
msgid "_New Library"
|
201
442
|
msgstr "_Nouvelle bibliothèque"
|
202
443
|
|
203
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
444
|
+
#: ../lib/alexandria/ui/callbacks.rb:363
|
204
445
|
msgid "Create a new library"
|
205
446
|
msgstr "Crée une nouvelle bibliothèque"
|
206
447
|
|
207
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
448
|
+
#: ../lib/alexandria/ui/callbacks.rb:364
|
208
449
|
msgid "New _Smart Library..."
|
209
450
|
msgstr "Nouvelle bibliothèque intelli_gente..."
|
210
451
|
|
211
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
452
|
+
#: ../lib/alexandria/ui/callbacks.rb:364
|
212
453
|
msgid "Create a new smart library"
|
213
454
|
msgstr "Crée une nouvelle bibliothèque intelligente"
|
214
455
|
|
215
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
456
|
+
#: ../lib/alexandria/ui/callbacks.rb:365
|
216
457
|
msgid "_Add Book..."
|
217
458
|
msgstr "_Ajouter un livre..."
|
218
459
|
|
219
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
460
|
+
#: ../lib/alexandria/ui/callbacks.rb:365
|
220
461
|
msgid "Add a new book from the Internet"
|
221
462
|
msgstr "Ajouter un nouveau livre depuis Internet"
|
222
463
|
|
223
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
464
|
+
#: ../lib/alexandria/ui/callbacks.rb:366
|
224
465
|
msgid "Add Book _Manually..."
|
225
466
|
msgstr "Ajouter _manuellement un livre..."
|
226
467
|
|
227
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
468
|
+
#: ../lib/alexandria/ui/callbacks.rb:366
|
228
469
|
msgid "Add a new book manually"
|
229
470
|
msgstr "Ajoute un nouveau livre manuellement"
|
230
471
|
|
231
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
472
|
+
#: ../lib/alexandria/ui/callbacks.rb:367
|
232
473
|
msgid "_Import..."
|
233
474
|
msgstr "_Importer..."
|
234
475
|
|
235
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
476
|
+
#: ../lib/alexandria/ui/callbacks.rb:367
|
236
477
|
msgid "Import a library"
|
237
478
|
msgstr "Import d'une bibliothèque"
|
238
479
|
|
239
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
480
|
+
#: ../lib/alexandria/ui/callbacks.rb:368
|
240
481
|
msgid "_Export..."
|
241
482
|
msgstr "_Exporter..."
|
242
483
|
|
243
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
484
|
+
#: ../lib/alexandria/ui/callbacks.rb:368
|
244
485
|
msgid "Export the selected library"
|
245
486
|
msgstr "Export de la bibliothèque sélectionnée"
|
246
487
|
|
247
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
248
|
-
|
488
|
+
#: ../lib/alexandria/ui/callbacks.rb:369
|
489
|
+
#, fuzzy
|
490
|
+
msgid "A_cquire from Scanner..."
|
249
491
|
msgstr "_Utiliser le scanner ..."
|
250
492
|
|
251
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
493
|
+
#: ../lib/alexandria/ui/callbacks.rb:369
|
252
494
|
msgid "Acquire books from a scanner"
|
253
495
|
msgstr "Permet d'ajouter des livres en utilisant le scanner"
|
254
496
|
|
255
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
497
|
+
#: ../lib/alexandria/ui/callbacks.rb:370
|
256
498
|
msgid "_Properties"
|
257
499
|
msgstr "_Propriétés"
|
258
500
|
|
259
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
501
|
+
#: ../lib/alexandria/ui/callbacks.rb:370
|
260
502
|
msgid "Edit the properties of the selected book"
|
261
503
|
msgstr "Edite les propriétés du livre sélectionné"
|
262
504
|
|
263
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
505
|
+
#: ../lib/alexandria/ui/callbacks.rb:371
|
264
506
|
msgid "_Quit"
|
265
507
|
msgstr "_Quitter"
|
266
508
|
|
267
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
509
|
+
#: ../lib/alexandria/ui/callbacks.rb:371
|
268
510
|
msgid "Quit the program"
|
269
511
|
msgstr "Quitte le programme"
|
270
512
|
|
271
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
513
|
+
#: ../lib/alexandria/ui/callbacks.rb:372
|
272
514
|
msgid "_Edit"
|
273
515
|
msgstr "_Édition"
|
274
516
|
|
275
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
517
|
+
#: ../lib/alexandria/ui/callbacks.rb:373
|
276
518
|
msgid "_Undo"
|
277
519
|
msgstr "_Annuler"
|
278
520
|
|
279
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
521
|
+
#: ../lib/alexandria/ui/callbacks.rb:373
|
280
522
|
msgid "Undo the last action"
|
281
523
|
msgstr "Annule la dernière action"
|
282
524
|
|
283
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
525
|
+
#: ../lib/alexandria/ui/callbacks.rb:374
|
284
526
|
msgid "_Redo"
|
285
527
|
msgstr "_Répéter"
|
286
528
|
|
287
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
529
|
+
#: ../lib/alexandria/ui/callbacks.rb:374
|
288
530
|
msgid "Redo the undone action"
|
289
531
|
msgstr "Répète l'action annulée"
|
290
532
|
|
291
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
533
|
+
#: ../lib/alexandria/ui/callbacks.rb:375
|
292
534
|
msgid "_Select All"
|
293
535
|
msgstr "_Tout sélectionner"
|
294
536
|
|
295
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
537
|
+
#: ../lib/alexandria/ui/callbacks.rb:375
|
296
538
|
msgid "Select all visible books"
|
297
539
|
msgstr "Sélectionne tous les livres visibles"
|
298
540
|
|
299
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
541
|
+
#: ../lib/alexandria/ui/callbacks.rb:376
|
300
542
|
msgid "Dese_lect All"
|
301
543
|
msgstr "Tout _déselectionner"
|
302
544
|
|
303
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
545
|
+
#: ../lib/alexandria/ui/callbacks.rb:376
|
304
546
|
msgid "Deselect everything"
|
305
547
|
msgstr "Déselectionne tout"
|
306
548
|
|
307
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
549
|
+
#: ../lib/alexandria/ui/callbacks.rb:377
|
308
550
|
msgid "My _Rating"
|
309
551
|
msgstr "Mes _notations"
|
310
552
|
|
311
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
553
|
+
#: ../lib/alexandria/ui/callbacks.rb:378
|
312
554
|
msgid "None"
|
313
555
|
msgstr "Aucune"
|
314
556
|
|
315
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
557
|
+
#: ../lib/alexandria/ui/callbacks.rb:379
|
316
558
|
msgid "One Star"
|
317
559
|
msgstr "Une étoile"
|
318
560
|
|
319
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
561
|
+
#: ../lib/alexandria/ui/callbacks.rb:380
|
320
562
|
msgid "Two Stars"
|
321
563
|
msgstr "Deux étoiles"
|
322
564
|
|
323
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
565
|
+
#: ../lib/alexandria/ui/callbacks.rb:381
|
324
566
|
msgid "Three Stars"
|
325
567
|
msgstr "Trois étoiles"
|
326
568
|
|
327
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
569
|
+
#: ../lib/alexandria/ui/callbacks.rb:382
|
328
570
|
msgid "Four Stars"
|
329
571
|
msgstr "Quatre étoiles"
|
330
572
|
|
331
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
573
|
+
#: ../lib/alexandria/ui/callbacks.rb:383
|
332
574
|
msgid "Five Stars"
|
333
575
|
msgstr "Cinq étoiles"
|
334
576
|
|
335
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
577
|
+
#: ../lib/alexandria/ui/callbacks.rb:384
|
336
578
|
msgid "_Move"
|
337
579
|
msgstr "_Déplacer"
|
338
580
|
|
339
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
581
|
+
#: ../lib/alexandria/ui/callbacks.rb:385
|
340
582
|
msgid "_Rename"
|
341
583
|
msgstr "_Renommer"
|
342
584
|
|
343
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
585
|
+
#: ../lib/alexandria/ui/callbacks.rb:386
|
344
586
|
msgid "_Delete"
|
345
587
|
msgstr "_Supprimer"
|
346
588
|
|
347
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
589
|
+
#: ../lib/alexandria/ui/callbacks.rb:386
|
348
590
|
msgid "Delete the selected books or library"
|
349
591
|
msgstr "Supprime les livres sélectionnés ou la bibliothèque"
|
350
592
|
|
351
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
593
|
+
#: ../lib/alexandria/ui/callbacks.rb:387
|
352
594
|
msgid "_Search"
|
353
595
|
msgstr "_Rechercher"
|
354
596
|
|
355
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
597
|
+
#: ../lib/alexandria/ui/callbacks.rb:387
|
356
598
|
msgid "Filter books"
|
357
599
|
msgstr "Filtre les livres"
|
358
600
|
|
359
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
601
|
+
#: ../lib/alexandria/ui/callbacks.rb:388
|
360
602
|
msgid "_Clear Results"
|
361
603
|
msgstr "_Effacer les résultats"
|
362
604
|
|
363
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
605
|
+
#: ../lib/alexandria/ui/callbacks.rb:388
|
364
606
|
msgid "Clear the search results"
|
365
607
|
msgstr "Efface les résultats des recherches"
|
366
608
|
|
367
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
609
|
+
#: ../lib/alexandria/ui/callbacks.rb:389
|
368
610
|
msgid "_Preferences"
|
369
611
|
msgstr "_Préférences"
|
370
612
|
|
371
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
613
|
+
#: ../lib/alexandria/ui/callbacks.rb:389
|
372
614
|
msgid "Change Alexandria's settings"
|
373
615
|
msgstr "Change les paramètres d'Alexandria"
|
374
616
|
|
375
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
617
|
+
#: ../lib/alexandria/ui/callbacks.rb:390
|
376
618
|
msgid "_View"
|
377
619
|
msgstr "_Affichage"
|
378
620
|
|
379
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
621
|
+
#: ../lib/alexandria/ui/callbacks.rb:391
|
380
622
|
msgid "Arran_ge Icons"
|
381
623
|
msgstr "_Ranger les icônes"
|
382
624
|
|
383
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
625
|
+
#: ../lib/alexandria/ui/callbacks.rb:392
|
384
626
|
msgid "Display Online _Information"
|
385
627
|
msgstr "Afficher les _informations en ligne"
|
386
628
|
|
387
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
629
|
+
#: ../lib/alexandria/ui/callbacks.rb:394
|
388
630
|
msgid "_Help"
|
389
631
|
msgstr "_Aide"
|
390
632
|
|
391
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
633
|
+
#: ../lib/alexandria/ui/callbacks.rb:395
|
392
634
|
msgid "Submit _Bug Report"
|
393
635
|
msgstr "Soumettre un rapport de _bug"
|
394
636
|
|
395
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
637
|
+
#: ../lib/alexandria/ui/callbacks.rb:395
|
396
638
|
msgid "Submit a bug report to the developers"
|
397
639
|
msgstr "Soumettre un rapport de bug aux développeurs"
|
398
640
|
|
399
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
641
|
+
#: ../lib/alexandria/ui/callbacks.rb:396
|
400
642
|
msgid "Contents"
|
401
643
|
msgstr "Contenu"
|
402
644
|
|
403
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
645
|
+
#: ../lib/alexandria/ui/callbacks.rb:396
|
404
646
|
msgid "View Alexandria's manual"
|
405
647
|
msgstr "Voir le manuel d'Alexandria"
|
406
648
|
|
407
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
649
|
+
#: ../lib/alexandria/ui/callbacks.rb:397
|
408
650
|
msgid "_About"
|
409
651
|
msgstr "À _propos"
|
410
652
|
|
411
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
653
|
+
#: ../lib/alexandria/ui/callbacks.rb:397
|
412
654
|
msgid "Show information about Alexandria"
|
413
655
|
msgstr "Affiche les informations à propos d'Alexandria"
|
414
656
|
|
415
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
416
|
-
msgid "
|
657
|
+
#: ../lib/alexandria/ui/callbacks.rb:404
|
658
|
+
msgid "At _%s"
|
659
|
+
msgstr "Sur _%s"
|
660
|
+
|
661
|
+
#: ../lib/alexandria/ui/callbacks.rb:410
|
662
|
+
msgid "Side_pane"
|
417
663
|
msgstr "_Panneau latéral"
|
418
664
|
|
419
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
665
|
+
#: ../lib/alexandria/ui/callbacks.rb:411
|
420
666
|
msgid "_Toolbar"
|
421
667
|
msgstr "Barre d'_outils"
|
422
668
|
|
423
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
669
|
+
#: ../lib/alexandria/ui/callbacks.rb:412
|
424
670
|
msgid "_Statusbar"
|
425
671
|
msgstr "Barre d'é_tat"
|
426
672
|
|
427
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
673
|
+
#: ../lib/alexandria/ui/callbacks.rb:413
|
428
674
|
msgid "Re_versed Order"
|
429
675
|
msgstr "_Ordre inversé"
|
430
676
|
|
431
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
677
|
+
#: ../lib/alexandria/ui/callbacks.rb:418
|
432
678
|
msgid "View as _Icons"
|
433
679
|
msgstr "Voir en tant qu'_icônes"
|
434
680
|
|
435
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
681
|
+
#: ../lib/alexandria/ui/callbacks.rb:419
|
436
682
|
msgid "View as _List"
|
437
683
|
msgstr "Voir en tant que _liste"
|
438
684
|
|
439
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
685
|
+
#: ../lib/alexandria/ui/callbacks.rb:423
|
440
686
|
msgid "By _Title"
|
441
687
|
msgstr "Par _titre"
|
442
688
|
|
443
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
689
|
+
#: ../lib/alexandria/ui/callbacks.rb:424
|
444
690
|
msgid "By _Authors"
|
445
691
|
msgstr "Par _auteurs"
|
446
692
|
|
447
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
693
|
+
#: ../lib/alexandria/ui/callbacks.rb:425
|
448
694
|
msgid "By _ISBN"
|
449
695
|
msgstr "Par _ISBN"
|
450
696
|
|
451
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
697
|
+
#: ../lib/alexandria/ui/callbacks.rb:426
|
452
698
|
msgid "By _Publisher"
|
453
699
|
msgstr "Par _éditeur"
|
454
700
|
|
455
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
701
|
+
#: ../lib/alexandria/ui/callbacks.rb:427
|
456
702
|
msgid "By _Binding"
|
457
703
|
msgstr "Par _édition"
|
458
704
|
|
459
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
705
|
+
#: ../lib/alexandria/ui/callbacks.rb:428
|
460
706
|
msgid "By _Rating"
|
461
707
|
msgstr "Par _notation"
|
462
708
|
|
463
|
-
#: ../lib/alexandria/ui/
|
464
|
-
msgid "At _%s"
|
465
|
-
msgstr "Sur _%s"
|
466
|
-
|
467
|
-
#: ../lib/alexandria/ui/acquire_dialog.rb:395
|
468
|
-
msgid "There was %d duplicate"
|
469
|
-
msgid_plural "There were %d duplicates"
|
470
|
-
msgstr[0] ""
|
471
|
-
msgstr[1] ""
|
472
|
-
|
473
|
-
#: ../lib/alexandria/ui/acquire_dialog.rb:398
|
474
|
-
#, fuzzy
|
475
|
-
msgid "Couldn't add this book"
|
476
|
-
msgid_plural "Couldn't add these books"
|
477
|
-
msgstr[0] "Impossible d'ajouter le livre"
|
478
|
-
msgstr[1] "Impossible d'ajouter le livre"
|
479
|
-
|
480
|
-
#: ../lib/alexandria/ui/acquire_dialog.rb:477
|
481
|
-
#: ../lib/alexandria/ui/new_book_dialog.rb:555
|
482
|
-
msgid "Searching Provider '%s'..."
|
483
|
-
msgstr ""
|
484
|
-
|
485
|
-
#: ../lib/alexandria/ui/acquire_dialog.rb:478
|
486
|
-
#: ../lib/alexandria/ui/new_book_dialog.rb:556
|
487
|
-
msgid "Error while Searching Provider '%s'"
|
488
|
-
msgstr ""
|
489
|
-
|
490
|
-
#: ../lib/alexandria/ui/acquire_dialog.rb:479
|
491
|
-
#: ../lib/alexandria/ui/new_book_dialog.rb:557
|
492
|
-
msgid "Not Found at Provider '%s'"
|
493
|
-
msgstr ""
|
494
|
-
|
495
|
-
#: ../lib/alexandria/ui/acquire_dialog.rb:480
|
496
|
-
#: ../lib/alexandria/ui/new_book_dialog.rb:558
|
497
|
-
msgid "Found at Provider '%s'"
|
498
|
-
msgstr ""
|
499
|
-
|
500
|
-
#: ../lib/alexandria/ui/acquire_dialog.rb:610
|
501
|
-
msgid "Ready to use %s barcode scanner"
|
502
|
-
msgstr ""
|
503
|
-
|
504
|
-
#: ../lib/alexandria/ui/acquire_dialog.rb:625
|
505
|
-
#: ../data/alexandria/glade/acquire_dialog.glade:26
|
506
|
-
msgid "_Barcode Scanner Ready"
|
507
|
-
msgstr "_Lecteur électronique de la barre de code prêt"
|
508
|
-
|
509
|
-
#: ../lib/alexandria/ui/acquire_dialog.rb:640
|
510
|
-
msgid "Click below to scan _barcodes"
|
511
|
-
msgstr "Cliquez ci-dessous pour lire _la barre de code rapidement"
|
512
|
-
|
513
|
-
#: ../lib/alexandria/ui/bad_isbns_dialog.rb:24
|
514
|
-
msgid "There's a problem"
|
515
|
-
msgstr "Il y a un problème"
|
516
|
-
|
517
|
-
#: ../lib/alexandria/ui/new_smart_library_dialog.rb:30
|
518
|
-
msgid "New Smart Library"
|
519
|
-
msgstr "Nouvelle bibliothèque intelligente"
|
520
|
-
|
521
|
-
#: ../lib/alexandria/ui/new_smart_library_dialog.rb:49
|
522
|
-
msgid "Smart Library"
|
523
|
-
msgstr "Bibliothèque intelligente"
|
524
|
-
|
525
|
-
#: ../lib/alexandria/ui/preferences_dialog.rb:106
|
526
|
-
msgid "Preferences for %s"
|
527
|
-
msgstr "Préférences pour %s"
|
528
|
-
|
529
|
-
#: ../lib/alexandria/ui/preferences_dialog.rb:131
|
530
|
-
msgid "New Provider"
|
531
|
-
msgstr "Nouveau fournisseur"
|
532
|
-
|
533
|
-
#: ../lib/alexandria/ui/preferences_dialog.rb:146
|
534
|
-
msgid "_Name:"
|
535
|
-
msgstr "_Nom:"
|
536
|
-
|
537
|
-
#: ../lib/alexandria/ui/preferences_dialog.rb:158
|
538
|
-
msgid "_Type:"
|
539
|
-
msgstr "_Type:"
|
540
|
-
|
541
|
-
#: ../lib/alexandria/ui/preferences_dialog.rb:316
|
542
|
-
#: ../lib/alexandria/ui/preferences_dialog.rb:339
|
543
|
-
#: ../lib/alexandria/ui/preferences_dialog.rb:359
|
544
|
-
#, fuzzy
|
545
|
-
msgid "Disable Provider"
|
546
|
-
msgstr "Nouveau fournisseur"
|
547
|
-
|
548
|
-
#: ../lib/alexandria/ui/preferences_dialog.rb:339
|
549
|
-
#: ../lib/alexandria/ui/preferences_dialog.rb:359
|
550
|
-
#, fuzzy
|
551
|
-
msgid "Enable Provider"
|
552
|
-
msgstr "Nouveau fournisseur"
|
553
|
-
|
554
|
-
#: ../lib/alexandria/ui/preferences_dialog.rb:423
|
555
|
-
msgid "Are you sure you want to permanently delete the provider '%s'?"
|
556
|
-
msgstr ""
|
557
|
-
"Êtes-vous sûr de vouloir supprimer de manière permanente le fournisseur '%"
|
558
|
-
"s' ?"
|
559
|
-
|
560
|
-
#: ../lib/alexandria/ui/preferences_dialog.rb:431
|
561
|
-
msgid ""
|
562
|
-
"If you continue, the provider and all of its preferences will be permanently "
|
563
|
-
"deleted."
|
564
|
-
msgstr ""
|
565
|
-
"Si vous continuez, le fournisseur ainsi que toutes ses préférences seront "
|
566
|
-
"supprimés de manière permanente."
|
567
|
-
|
568
|
-
#: ../lib/alexandria/ui/import_dialog.rb:36
|
569
|
-
msgid "Error while importing"
|
570
|
-
msgstr "Erreur pendant l'import"
|
571
|
-
|
572
|
-
#: ../lib/alexandria/ui/import_dialog.rb:39
|
573
|
-
msgid "_Continue"
|
574
|
-
msgstr "_Continuer"
|
575
|
-
|
576
|
-
#: ../lib/alexandria/ui/import_dialog.rb:64
|
577
|
-
msgid "Import a Library"
|
578
|
-
msgstr "Importer une bibliothèque"
|
579
|
-
|
580
|
-
#: ../lib/alexandria/ui/import_dialog.rb:71
|
581
|
-
msgid "_Import"
|
582
|
-
msgstr "_Importer"
|
583
|
-
|
584
|
-
#: ../lib/alexandria/ui/import_dialog.rb:188
|
585
|
-
msgid "Couldn't import the library"
|
586
|
-
msgstr "Impossible d'importer le livre"
|
587
|
-
|
588
|
-
#: ../lib/alexandria/ui/import_dialog.rb:189
|
589
|
-
msgid ""
|
590
|
-
"The format of the file you provided is unknown. Please retry with another "
|
591
|
-
"file."
|
592
|
-
msgstr ""
|
593
|
-
"Le format du fichier que vous fournissez est inconnu. Veuillez ré-essayer "
|
594
|
-
"avec un autre fichier."
|
595
|
-
|
596
|
-
#: ../lib/alexandria/ui/smart_library_properties_dialog.rb:30
|
597
|
-
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:63
|
598
|
-
msgid "Properties for '%s'"
|
599
|
-
msgstr "Préférences pour '%s'"
|
600
|
-
|
601
|
-
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:83
|
602
|
-
msgid "Empty or conflictive condition"
|
603
|
-
msgstr "Vide ou condition générant des conflits"
|
604
|
-
|
605
|
-
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:86
|
606
|
-
msgid "_Save However"
|
607
|
-
msgstr "_Sauvegarder quand même"
|
608
|
-
|
609
|
-
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:87
|
610
|
-
msgid ""
|
611
|
-
"This smart library contains one or more conditions which are empty or "
|
612
|
-
"conflict with each other. This is likely to result in never matching a book. "
|
613
|
-
"Are you sure you want to save this library?"
|
614
|
-
msgstr ""
|
615
|
-
"Cette bibliothèque intelligente contient une ou plusieurs conditions qui "
|
616
|
-
"sont vides ou en conflits entre elles. Cela provient probablement d'un livre "
|
617
|
-
"qui ne correspondra jamais. Êtes-vous sûr de vouloir sauvegarder cette "
|
618
|
-
"bibliothèque ?"
|
619
|
-
|
620
|
-
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:106
|
621
|
-
msgid "Match"
|
622
|
-
msgstr "Correspond"
|
623
|
-
|
624
|
-
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:109
|
625
|
-
msgid "all"
|
626
|
-
msgstr "toutes"
|
627
|
-
|
628
|
-
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:109
|
629
|
-
msgid "any"
|
630
|
-
msgstr "aucunes"
|
631
|
-
|
632
|
-
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:119
|
633
|
-
msgid "of the following rules:"
|
634
|
-
msgstr "des règles suivantes : "
|
635
|
-
|
636
|
-
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:127
|
637
|
-
msgid "Match the following rule:"
|
638
|
-
msgstr "Correspond à la règle suivante : "
|
639
|
-
|
640
|
-
#: ../lib/alexandria/ui/book_properties_dialog.rb:114
|
641
|
-
#: ../lib/alexandria/ui/book_properties_dialog.rb:123
|
642
|
-
msgid "Couldn't modify the book"
|
643
|
-
msgstr "Impossible d'éditer les propriétés du livre"
|
644
|
-
|
645
|
-
#: ../lib/alexandria/ui/book_properties_dialog.rb:115
|
646
|
-
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:88
|
647
|
-
msgid "The EAN/ISBN you provided is already used in this library."
|
648
|
-
msgstr "La donnée EAN/ISBN fournie est déjà utilisée dans cette bibliothèque."
|
649
|
-
|
650
|
-
#: ../lib/alexandria/ui/book_properties_dialog.rb:124
|
651
|
-
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:94
|
652
|
-
msgid ""
|
653
|
-
"Couldn't validate the EAN/ISBN you provided. Make sure it is written "
|
654
|
-
"correcty, and try again."
|
655
|
-
msgstr ""
|
656
|
-
"Impossible de valider la donnée EAN/ISBN. Vérifiez que le numéro est écrit "
|
657
|
-
"correctement, et ré-essayez."
|
658
|
-
|
659
|
-
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:65
|
660
|
-
msgid "Properties"
|
661
|
-
msgstr "Propriétés"
|
662
|
-
|
663
|
-
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:71
|
664
|
-
msgid "Author"
|
665
|
-
msgstr "Auteur"
|
666
|
-
|
667
|
-
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:123
|
668
|
-
msgid "Select a cover image"
|
669
|
-
msgstr "Sélectionnez une image de couverture"
|
670
|
-
|
671
|
-
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:127
|
672
|
-
msgid "No Cover"
|
673
|
-
msgstr "Aucune couverture"
|
674
|
-
|
675
|
-
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:186
|
676
|
-
msgid "%d day"
|
677
|
-
msgid_plural "%d days"
|
678
|
-
msgstr[0] "%d jour"
|
679
|
-
msgstr[1] "%d jours"
|
680
|
-
|
681
|
-
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:58
|
682
|
-
msgid "Adding '%s'"
|
683
|
-
msgstr "Ajout de '%s'"
|
684
|
-
|
685
|
-
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:60
|
686
|
-
#: ../data/alexandria/glade/new_book_dialog.glade:8
|
687
|
-
msgid "Adding a Book"
|
688
|
-
msgstr "Ajout d'un livre"
|
689
|
-
|
690
|
-
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:81
|
691
|
-
msgid "A title must be provided."
|
692
|
-
msgstr "Un titre doit être fourni."
|
693
|
-
|
694
|
-
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:102
|
695
|
-
msgid "A publisher must be provided."
|
696
|
-
msgstr "Un éditeur doit être fourni."
|
697
|
-
|
698
|
-
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:109
|
699
|
-
msgid "A binding must be provided."
|
700
|
-
msgstr "Une édition doit être fournie."
|
701
|
-
|
702
|
-
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:115
|
703
|
-
msgid "At least one author must be provided."
|
704
|
-
msgstr "Au moins un auteur doit être fourni."
|
705
|
-
|
706
|
-
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:142
|
707
|
-
#: ../lib/alexandria/ui/new_book_dialog.rb:523
|
708
|
-
msgid "Couldn't add the book"
|
709
|
-
msgstr "Impossible d'ajouter le livre"
|
710
|
-
|
711
|
-
#: ../lib/alexandria/ui/export_dialog.rb:25
|
709
|
+
#: ../lib/alexandria/ui/confirm_erase_dialog.rb:16
|
712
710
|
msgid "File already exists"
|
713
711
|
msgstr "Le fichier existe déjà"
|
714
712
|
|
715
|
-
#: ../lib/alexandria/ui/
|
716
|
-
#: ../lib/alexandria/ui/
|
713
|
+
#: ../lib/alexandria/ui/confirm_erase_dialog.rb:19
|
714
|
+
#: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:21
|
717
715
|
msgid "_Replace"
|
718
716
|
msgstr "_Remplacer"
|
719
717
|
|
720
|
-
#: ../lib/alexandria/ui/
|
718
|
+
#: ../lib/alexandria/ui/confirm_erase_dialog.rb:20
|
721
719
|
msgid ""
|
722
720
|
"A file named '%s' already exists. Do you want to replace it with the one "
|
723
721
|
"you are generating?"
|
@@ -725,27 +723,43 @@ msgstr ""
|
|
725
723
|
"Un fichier nommé '%s' existe déjà sur le système. Voulez-vous le remplacer "
|
726
724
|
"par celui que vous êtes en train de générer ?"
|
727
725
|
|
728
|
-
#: ../lib/alexandria/ui/
|
726
|
+
#: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:17
|
727
|
+
msgid "The book '%s' already exists in '%s'. Would you like to replace it?"
|
728
|
+
msgstr "Le livre '%s' existe déjà dans '%s'. Voulez-vous le remplacer ?"
|
729
|
+
|
730
|
+
#: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:20
|
731
|
+
msgid "_Skip"
|
732
|
+
msgstr "_Passer"
|
733
|
+
|
734
|
+
#: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:22
|
735
|
+
msgid "If you replace the existing book, its contents will be overwritten."
|
736
|
+
msgstr "Si vous remplacez le livre existant, son contenu sera écrasé."
|
737
|
+
|
738
|
+
#: ../lib/alexandria/ui/export_dialog.rb:24
|
729
739
|
msgid "Export '%s'"
|
730
740
|
msgstr "Exporter '%s'"
|
731
741
|
|
732
|
-
#: ../lib/alexandria/ui/export_dialog.rb:
|
742
|
+
#: ../lib/alexandria/ui/export_dialog.rb:29
|
733
743
|
msgid "_Export"
|
734
744
|
msgstr "_Exporter"
|
735
745
|
|
736
|
-
#: ../lib/alexandria/ui/export_dialog.rb:
|
746
|
+
#: ../lib/alexandria/ui/export_dialog.rb:50
|
737
747
|
msgid "_Theme:"
|
738
748
|
msgstr "_Thème :"
|
739
749
|
|
740
|
-
#: ../lib/alexandria/ui/export_dialog.rb:
|
750
|
+
#: ../lib/alexandria/ui/export_dialog.rb:62
|
741
751
|
msgid "directory"
|
742
752
|
msgstr "répertoire"
|
743
753
|
|
744
|
-
#: ../lib/alexandria/ui/export_dialog.rb:
|
754
|
+
#: ../lib/alexandria/ui/export_dialog.rb:74
|
745
755
|
msgid "Export for_mat:"
|
746
756
|
msgstr "For_mat d'export :"
|
747
757
|
|
748
|
-
#: ../lib/alexandria/ui/export_dialog.rb:
|
758
|
+
#: ../lib/alexandria/ui/export_dialog.rb:101
|
759
|
+
msgid "Export failed"
|
760
|
+
msgstr "L'export a echoué"
|
761
|
+
|
762
|
+
#: ../lib/alexandria/ui/export_dialog.rb:125
|
749
763
|
msgid ""
|
750
764
|
"The target, named '%s', is a regular file. A directory is needed for this "
|
751
765
|
"operation. Please select a directory and try again."
|
@@ -753,41 +767,91 @@ msgstr ""
|
|
753
767
|
"La cible, nommé '%s', est un fichier régulier. Un répertoire est nécessaire "
|
754
768
|
"pour cette opération. Veuillez sélectionner un répertoire et ré-essayez."
|
755
769
|
|
756
|
-
#: ../lib/alexandria/ui/export_dialog.rb:
|
770
|
+
#: ../lib/alexandria/ui/export_dialog.rb:129
|
757
771
|
msgid "Not a directory"
|
758
772
|
msgstr "Répertoire nécessaire"
|
759
773
|
|
760
|
-
#: ../lib/alexandria/ui/
|
774
|
+
#: ../lib/alexandria/ui/import_dialog.rb:23
|
775
|
+
msgid "Import a Library"
|
776
|
+
msgstr "Importer une bibliothèque"
|
777
|
+
|
778
|
+
#: ../lib/alexandria/ui/import_dialog.rb:30
|
779
|
+
msgid "_Import"
|
780
|
+
msgstr "_Importer"
|
781
|
+
|
782
|
+
#: ../lib/alexandria/ui/import_dialog.rb:134
|
783
|
+
msgid "Couldn't import the library"
|
784
|
+
msgstr "Impossible d'importer le livre"
|
785
|
+
|
786
|
+
#: ../lib/alexandria/ui/import_dialog.rb:135
|
787
|
+
msgid ""
|
788
|
+
"The format of the file you provided is unknown. Please retry with another "
|
789
|
+
"file."
|
790
|
+
msgstr ""
|
791
|
+
"Le format du fichier que vous fournissez est inconnu. Veuillez ré-essayer "
|
792
|
+
"avec un autre fichier."
|
793
|
+
|
794
|
+
#: ../lib/alexandria/ui/init.rb:70
|
795
|
+
msgid "Unable to launch the help browser"
|
796
|
+
msgstr "Impossible de démarrer l' aide du navigateur "
|
797
|
+
|
798
|
+
#: ../lib/alexandria/ui/init.rb:71
|
799
|
+
msgid ""
|
800
|
+
"Could not display help for Alexandria. There was an error launching the "
|
801
|
+
"system help browser."
|
802
|
+
msgstr ""
|
803
|
+
"On n'a pas pu afficher de l'aide pour Alexandria. Une erreur est apparue "
|
804
|
+
"lors du chargement du système aide du navigateur."
|
805
|
+
|
806
|
+
#: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:16
|
761
807
|
msgid "Invalid ISBN '%s'"
|
762
808
|
msgstr "ISBN '%s' invalide"
|
763
809
|
|
764
|
-
#: ../lib/alexandria/ui/
|
765
|
-
|
766
|
-
msgstr "_Préserver"
|
767
|
-
|
768
|
-
#: ../lib/alexandria/ui/new_book_dialog.rb:36
|
810
|
+
#: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:18
|
811
|
+
#, fuzzy
|
769
812
|
msgid ""
|
770
813
|
"The book titled '%s' has an invalid ISBN, but still exists in the providers "
|
771
|
-
"libraries.
|
772
|
-
"
|
814
|
+
"libraries. Do you want to keep the book but change the ISBN or cancel the "
|
815
|
+
"addition?"
|
773
816
|
msgstr ""
|
774
817
|
"Le livre nommé '%s' contient un ISBN invalide, mais existe néanmoins dans "
|
775
818
|
"les bibliothèques des fournisseurs. Désirez-vous préserver le livre en "
|
776
819
|
"changeant l'ISBN ou annuler l'ajout ?"
|
777
820
|
|
778
|
-
#: ../lib/alexandria/ui/
|
821
|
+
#: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:24
|
822
|
+
msgid "_Keep"
|
823
|
+
msgstr "_Préserver"
|
824
|
+
|
825
|
+
#: ../lib/alexandria/ui/libraries_combo.rb:41
|
826
|
+
msgid "New Library"
|
827
|
+
msgstr "Nouvelle bibliothèque"
|
828
|
+
|
829
|
+
#: ../lib/alexandria/ui/listview.rb:56
|
830
|
+
#, fuzzy
|
831
|
+
msgid "Loaned To"
|
832
|
+
msgstr "Prêts"
|
833
|
+
|
834
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:155
|
779
835
|
msgid "A problem occurred while downloading images"
|
780
836
|
msgstr "Un problème est survenu lors du téléchargement des images"
|
781
837
|
|
782
|
-
#: ../lib/alexandria/ui/new_book_dialog.rb:
|
838
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:194
|
839
|
+
msgid "Iter is invalid! %s"
|
840
|
+
msgstr ""
|
841
|
+
|
842
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:266
|
783
843
|
msgid "Unable to find matches for your search"
|
784
844
|
msgstr "Impossible de trouver des correspondances pour votre recherche"
|
785
845
|
|
786
|
-
#: ../lib/alexandria/ui/new_book_dialog.rb:
|
846
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:302
|
787
847
|
msgid "%s, by %s"
|
788
848
|
msgstr "%s, par %s"
|
789
849
|
|
790
|
-
#: ../lib/alexandria/ui/new_book_dialog.rb:
|
850
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:308
|
851
|
+
msgid "Copying %s into tree view."
|
852
|
+
msgstr ""
|
853
|
+
|
854
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:336
|
791
855
|
msgid ""
|
792
856
|
"Couldn't validate the EAN/ISBN you provided. Make sure it is written "
|
793
857
|
"correctly, and try again."
|
@@ -795,495 +859,400 @@ msgstr ""
|
|
795
859
|
"Impossible de valider la donnée EAN/ISBN que vous avez fournie. Vérifiez "
|
796
860
|
"qu'elle est écrite correctement, et ré-essayez."
|
797
861
|
|
798
|
-
#: ../lib/alexandria/ui/new_book_dialog.rb:
|
862
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:464
|
863
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:119
|
864
|
+
msgid "Couldn't add the book"
|
865
|
+
msgstr "Impossible d'ajouter le livre"
|
866
|
+
|
867
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:570
|
799
868
|
msgid "'%s' already exists in '%s' (titled '%s')."
|
800
869
|
msgstr " '%s' existe déjà dans '%s' (titré '%s' )."
|
801
870
|
|
802
|
-
#: ../lib/alexandria/ui/
|
803
|
-
|
804
|
-
|
871
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:50
|
872
|
+
#: ../share/alexandria/glade/new_book_dialog__builder.glade:32
|
873
|
+
msgid "Adding a Book"
|
874
|
+
msgstr "Ajout d'un livre"
|
805
875
|
|
806
|
-
#: ../lib/alexandria/ui/
|
807
|
-
msgid "
|
808
|
-
msgstr "
|
876
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:52
|
877
|
+
msgid "Adding '%s'"
|
878
|
+
msgstr "Ajout de '%s'"
|
809
879
|
|
810
|
-
#: ../lib/alexandria/ui/
|
811
|
-
msgid "
|
812
|
-
msgstr "
|
880
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:67
|
881
|
+
msgid "A title must be provided."
|
882
|
+
msgstr "Un titre doit être fourni."
|
883
|
+
|
884
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:83
|
885
|
+
msgid "A publisher must be provided."
|
886
|
+
msgstr "Un éditeur doit être fourni."
|
887
|
+
|
888
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:89
|
889
|
+
msgid "A binding must be provided."
|
890
|
+
msgstr "Une édition doit être fournie."
|
891
|
+
|
892
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:95
|
893
|
+
msgid "At least one author must be provided."
|
894
|
+
msgstr "Au moins un auteur doit être fourni."
|
895
|
+
|
896
|
+
#: ../lib/alexandria/ui/new_provider_dialog.rb:16
|
897
|
+
msgid "New Provider"
|
898
|
+
msgstr "Nouveau fournisseur"
|
899
|
+
|
900
|
+
#: ../lib/alexandria/ui/new_provider_dialog.rb:31
|
901
|
+
msgid "_Name:"
|
902
|
+
msgstr "_Nom:"
|
903
|
+
|
904
|
+
#: ../lib/alexandria/ui/new_provider_dialog.rb:43
|
905
|
+
msgid "_Type:"
|
906
|
+
msgstr "_Type:"
|
907
|
+
|
908
|
+
#: ../lib/alexandria/ui/new_smart_library_dialog.rb:19
|
909
|
+
msgid "New Smart Library"
|
910
|
+
msgstr "Nouvelle bibliothèque intelligente"
|
911
|
+
|
912
|
+
#: ../lib/alexandria/ui/new_smart_library_dialog.rb:55
|
913
|
+
msgid "Smart Library"
|
914
|
+
msgstr "Bibliothèque intelligente"
|
915
|
+
|
916
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:207
|
917
|
+
msgid "Are you sure you want to permanently delete the provider '%s'?"
|
918
|
+
msgstr ""
|
919
|
+
"Êtes-vous sûr de vouloir supprimer de manière permanente le "
|
920
|
+
"fournisseur '%s' ?"
|
921
|
+
|
922
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:215
|
923
|
+
msgid ""
|
924
|
+
"If you continue, the provider and all of its preferences will be permanently "
|
925
|
+
"deleted."
|
926
|
+
msgstr ""
|
927
|
+
"Si vous continuez, le fournisseur ainsi que toutes ses préférences seront "
|
928
|
+
"supprimés de manière permanente."
|
929
|
+
|
930
|
+
#: ../lib/alexandria/ui/provider_preferences_dialog.rb:16
|
931
|
+
msgid "Preferences for %s"
|
932
|
+
msgstr "Préférences pour %s"
|
813
933
|
|
814
|
-
#: ../lib/alexandria/ui/
|
934
|
+
#: ../lib/alexandria/ui/really_delete_dialog.rb:18
|
815
935
|
msgid "Are you sure you want to delete '%s'?"
|
816
936
|
msgstr "Êtes-vous sûr de vouloir supprimer de manière permanente '%s' ?"
|
817
937
|
|
818
|
-
#: ../lib/alexandria/ui/
|
938
|
+
#: ../lib/alexandria/ui/really_delete_dialog.rb:22
|
819
939
|
msgid "If you continue, %d book will be deleted."
|
820
940
|
msgid_plural "If you continue, %d books will be deleted."
|
821
941
|
msgstr[0] "Si vous continuez, %d sera supprimé de manière permanente."
|
822
942
|
msgstr[1] ""
|
823
943
|
"Si vous continuez, %d livres seront supprimés de manière permanente."
|
824
944
|
|
825
|
-
#: ../lib/alexandria/ui/
|
945
|
+
#: ../lib/alexandria/ui/really_delete_dialog.rb:29
|
826
946
|
msgid "Are you sure you want to delete '%s' from '%s'?"
|
827
947
|
msgstr "Êtes-vous sûr de vouloir supprimer de manière permanente '%s' de '%s'?"
|
828
948
|
|
829
|
-
#: ../lib/alexandria/ui/
|
949
|
+
#: ../lib/alexandria/ui/really_delete_dialog.rb:32
|
830
950
|
msgid "Are you sure you want to delete the selected books from '%s'?"
|
831
951
|
msgstr ""
|
832
952
|
"Êtes-vous sûr de vouloir supprimer de manière permanente les livres "
|
833
953
|
"sélectionnés de '%s' ?"
|
834
954
|
|
835
|
-
#: ../lib/alexandria/ui/sidepane_manager.rb:
|
955
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:54
|
836
956
|
msgid "Invalid library name '%s'"
|
837
957
|
msgstr "Nom de bibliothèque invalide '%s'"
|
838
958
|
|
839
|
-
#: ../lib/alexandria/ui/sidepane_manager.rb:
|
959
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:55
|
840
960
|
#, fuzzy
|
841
|
-
msgid "The name provided contains the disallowed character <b>%s</b>
|
961
|
+
msgid "The name provided contains the disallowed character <b>%s</b>"
|
842
962
|
msgstr "Le nom entré contient le caractère invalide '<i>%s</i>'."
|
843
963
|
|
844
|
-
#: ../lib/alexandria/ui/sidepane_manager.rb:
|
964
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:58
|
845
965
|
#, fuzzy
|
846
966
|
msgid "Invalid library name"
|
847
967
|
msgstr "Nom de bibliothèque invalide '%s'"
|
848
968
|
|
849
|
-
#: ../lib/alexandria/ui/sidepane_manager.rb:
|
969
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:59
|
850
970
|
#, fuzzy
|
851
971
|
msgid "The name provided contains invalid characters."
|
852
972
|
msgstr "Le nom entré contient le caractère invalide '<i>%s</i>'."
|
853
973
|
|
854
|
-
#: ../lib/alexandria/ui/sidepane_manager.rb:
|
974
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:65
|
855
975
|
msgid "The library name can not be empty"
|
856
976
|
msgstr "Le nom de la bibliothèque ne peut être blanc"
|
857
977
|
|
858
|
-
#: ../lib/alexandria/ui/sidepane_manager.rb:
|
978
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:70
|
859
979
|
msgid "The library can not be renamed"
|
860
980
|
msgstr "La bibliothèque ne peut être renommée"
|
861
981
|
|
862
|
-
#: ../lib/alexandria/ui/sidepane_manager.rb:
|
982
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:71
|
863
983
|
msgid "There is already a library named '%s'. Please choose a different name."
|
864
984
|
msgstr ""
|
865
985
|
"Il existe déjà une bibliothèque portant le nom '%s'. Veuillez choisir un "
|
866
986
|
"nom différent."
|
867
987
|
|
868
|
-
#: ../lib/alexandria/ui/sidepane_manager.rb:
|
988
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:96
|
869
989
|
msgid "Library"
|
870
990
|
msgstr "Bibliothèque"
|
871
991
|
|
872
|
-
#: ../lib/alexandria/ui/
|
873
|
-
msgid "
|
874
|
-
msgstr "
|
875
|
-
|
876
|
-
#: ../lib/alexandria/ui/listview.rb:52 ../lib/alexandria/smart_library.rb:349
|
877
|
-
msgid "Title"
|
878
|
-
msgstr "Titre"
|
879
|
-
|
880
|
-
#: ../lib/alexandria/ui/listview.rb:105 ../lib/alexandria/smart_library.rb:351
|
881
|
-
msgid "Authors"
|
882
|
-
msgstr "Auteurs"
|
883
|
-
|
884
|
-
#: ../lib/alexandria/ui/listview.rb:106 ../lib/alexandria/smart_library.rb:350
|
885
|
-
msgid "ISBN"
|
886
|
-
msgstr "ISBN"
|
887
|
-
|
888
|
-
#: ../lib/alexandria/ui/listview.rb:107 ../lib/alexandria/smart_library.rb:352
|
889
|
-
msgid "Publisher"
|
890
|
-
msgstr "Éditeur"
|
891
|
-
|
892
|
-
#: ../lib/alexandria/ui/listview.rb:108 ../lib/alexandria/smart_library.rb:353
|
893
|
-
msgid "Publish Year"
|
894
|
-
msgstr "Année de publication"
|
895
|
-
|
896
|
-
#: ../lib/alexandria/ui/listview.rb:109 ../lib/alexandria/smart_library.rb:354
|
897
|
-
msgid "Binding"
|
898
|
-
msgstr "Édition"
|
899
|
-
|
900
|
-
#: ../lib/alexandria/ui/listview.rb:110
|
901
|
-
#, fuzzy
|
902
|
-
msgid "Loaned To"
|
903
|
-
msgstr "Prêts"
|
904
|
-
|
905
|
-
#: ../lib/alexandria/ui/listview.rb:113 ../lib/alexandria/smart_library.rb:104
|
906
|
-
#: ../lib/alexandria/smart_library.rb:361
|
907
|
-
msgid "Read"
|
908
|
-
msgstr "Lire"
|
909
|
-
|
910
|
-
#: ../lib/alexandria/ui/listview.rb:114 ../lib/alexandria/smart_library.rb:363
|
911
|
-
msgid "Own"
|
912
|
-
msgstr "Propriétaire"
|
913
|
-
|
914
|
-
#: ../lib/alexandria/ui/listview.rb:115 ../lib/alexandria/smart_library.rb:364
|
915
|
-
msgid "Want"
|
916
|
-
msgstr "Veut"
|
992
|
+
#: ../lib/alexandria/ui/skip_entry_dialog.rb:17
|
993
|
+
msgid "Error while importing"
|
994
|
+
msgstr "Erreur pendant l'import"
|
917
995
|
|
918
|
-
#: ../lib/alexandria/ui/
|
919
|
-
|
920
|
-
|
921
|
-
msgstr "Étiquettes"
|
996
|
+
#: ../lib/alexandria/ui/skip_entry_dialog.rb:20
|
997
|
+
msgid "_Continue"
|
998
|
+
msgstr "_Continuer"
|
922
999
|
|
923
|
-
#: ../lib/alexandria/ui/
|
924
|
-
msgid "
|
925
|
-
msgstr "
|
1000
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:97
|
1001
|
+
msgid "Empty or conflictive condition"
|
1002
|
+
msgstr "Vide ou condition générant des conflits"
|
926
1003
|
|
927
|
-
#: ../lib/alexandria/ui/
|
928
|
-
msgid "
|
929
|
-
msgstr "
|
1004
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:100
|
1005
|
+
msgid "_Save However"
|
1006
|
+
msgstr "_Sauvegarder quand même"
|
930
1007
|
|
931
|
-
#: ../lib/alexandria/ui/
|
1008
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:101
|
932
1009
|
msgid ""
|
933
|
-
"
|
934
|
-
"
|
935
|
-
|
936
|
-
"On n'a pas pu afficher de l'aide pour Alexandria. Une erreur est apparue "
|
937
|
-
"lors du chargement du système aide du navigateur."
|
938
|
-
|
939
|
-
#: ../lib/alexandria/book_providers/amazon_aws.rb:37
|
940
|
-
msgid "Locale"
|
941
|
-
msgstr "Langue"
|
942
|
-
|
943
|
-
#: ../lib/alexandria/book_providers/amazon_aws.rb:38
|
944
|
-
msgid "Access key ID"
|
945
|
-
msgstr ""
|
946
|
-
|
947
|
-
#: ../lib/alexandria/book_providers/amazon_aws.rb:39
|
948
|
-
msgid "Secret access key"
|
1010
|
+
"This smart library contains one or more conditions which are empty or "
|
1011
|
+
"conflict with each other. This is likely to result in never matching a book. "
|
1012
|
+
"Are you sure you want to save this library?"
|
949
1013
|
msgstr ""
|
1014
|
+
"Cette bibliothèque intelligente contient une ou plusieurs conditions qui "
|
1015
|
+
"sont vides ou en conflits entre elles. Cela provient probablement d'un livre "
|
1016
|
+
"qui ne correspondra jamais. Êtes-vous sûr de vouloir sauvegarder cette "
|
1017
|
+
"bibliothèque ?"
|
950
1018
|
|
951
|
-
#: ../lib/alexandria/
|
952
|
-
msgid "
|
953
|
-
msgstr "
|
954
|
-
|
955
|
-
#: ../lib/alexandria/book_providers/z3950.rb:35
|
956
|
-
msgid "Port"
|
957
|
-
msgstr "Port"
|
958
|
-
|
959
|
-
#: ../lib/alexandria/book_providers/z3950.rb:36
|
960
|
-
msgid "Database"
|
961
|
-
msgstr "Base de données"
|
962
|
-
|
963
|
-
#: ../lib/alexandria/book_providers/z3950.rb:37
|
964
|
-
msgid "Record syntax"
|
965
|
-
msgstr "Format"
|
966
|
-
|
967
|
-
#: ../lib/alexandria/book_providers/z3950.rb:38
|
968
|
-
msgid "Username"
|
969
|
-
msgstr "Utilisateur"
|
970
|
-
|
971
|
-
#: ../lib/alexandria/book_providers/z3950.rb:39
|
972
|
-
msgid "Password"
|
973
|
-
msgstr "Mot de passe"
|
974
|
-
|
975
|
-
#: ../lib/alexandria/book_providers/z3950.rb:40
|
976
|
-
msgid "Charset encoding"
|
977
|
-
msgstr "Charset encodant"
|
978
|
-
|
979
|
-
#: ../lib/alexandria/book_providers/z3950.rb:221
|
980
|
-
msgid "Library of Congress (Usa)"
|
981
|
-
msgstr "Bibliothèque du Congrès (États-Unis)"
|
982
|
-
|
983
|
-
#: ../lib/alexandria/book_providers/z3950.rb:255
|
984
|
-
msgid "British Library"
|
985
|
-
msgstr "Bibliothèque britannique"
|
986
|
-
|
987
|
-
#: ../lib/alexandria/export_library.rb:109
|
988
|
-
msgid "Archived ONIX XML"
|
989
|
-
msgstr "Archive ONIX XML"
|
990
|
-
|
991
|
-
#: ../lib/alexandria/export_library.rb:111
|
992
|
-
msgid "Archived Tellico XML"
|
993
|
-
msgstr "Archive Tellico XML"
|
994
|
-
|
995
|
-
#: ../lib/alexandria/export_library.rb:113
|
996
|
-
msgid "BibTeX"
|
997
|
-
msgstr "BibTex"
|
998
|
-
|
999
|
-
#: ../lib/alexandria/export_library.rb:114
|
1000
|
-
msgid "CSV list"
|
1001
|
-
msgstr "Liste CSV"
|
1002
|
-
|
1003
|
-
#: ../lib/alexandria/export_library.rb:115
|
1004
|
-
msgid "ISBN List"
|
1005
|
-
msgstr "Liste d'ISBNs"
|
1006
|
-
|
1007
|
-
#: ../lib/alexandria/export_library.rb:116
|
1008
|
-
msgid "iPod Notes"
|
1009
|
-
msgstr "Notes de l' iPod"
|
1010
|
-
|
1011
|
-
#: ../lib/alexandria/export_library.rb:117
|
1012
|
-
msgid "HTML Web Page"
|
1013
|
-
msgstr "Page Web HTML"
|
1014
|
-
|
1015
|
-
#: ../lib/alexandria/smart_library.rb:92
|
1016
|
-
msgid "Favorite"
|
1017
|
-
msgstr "Favoris"
|
1018
|
-
|
1019
|
-
#: ../lib/alexandria/smart_library.rb:98
|
1020
|
-
msgid "Loaned"
|
1021
|
-
msgstr "Prêts"
|
1019
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:118
|
1020
|
+
msgid "Match"
|
1021
|
+
msgstr "Correspond"
|
1022
1022
|
|
1023
|
-
#: ../lib/alexandria/
|
1024
|
-
msgid "
|
1025
|
-
msgstr "
|
1023
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:121
|
1024
|
+
msgid "all"
|
1025
|
+
msgstr "toutes"
|
1026
1026
|
|
1027
|
-
#: ../lib/alexandria/
|
1028
|
-
msgid "
|
1029
|
-
msgstr "
|
1027
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:121
|
1028
|
+
msgid "any"
|
1029
|
+
msgstr "aucunes"
|
1030
1030
|
|
1031
|
-
#: ../lib/alexandria/
|
1032
|
-
|
1033
|
-
|
1034
|
-
msgstr "Notes"
|
1031
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:131
|
1032
|
+
msgid "of the following rules:"
|
1033
|
+
msgstr "des règles suivantes : "
|
1035
1034
|
|
1036
|
-
#: ../lib/alexandria/
|
1037
|
-
msgid "
|
1038
|
-
msgstr "
|
1035
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:139
|
1036
|
+
msgid "Match the following rule:"
|
1037
|
+
msgstr "Correspond à la règle suivante : "
|
1039
1038
|
|
1040
|
-
#: ../lib/alexandria/
|
1041
|
-
msgid "
|
1042
|
-
msgstr "
|
1039
|
+
#: ../lib/alexandria/ui/ui_manager.rb:132
|
1040
|
+
msgid "Type here the search criterion"
|
1041
|
+
msgstr "Tapez ici le critère de recherche"
|
1043
1042
|
|
1044
|
-
#: ../lib/alexandria/
|
1045
|
-
msgid "
|
1046
|
-
msgstr "
|
1043
|
+
#: ../lib/alexandria/ui/ui_manager.rb:143
|
1044
|
+
msgid "Match everything"
|
1045
|
+
msgstr "Filtre tout"
|
1047
1046
|
|
1048
|
-
#: ../lib/alexandria/
|
1049
|
-
msgid "
|
1050
|
-
msgstr "
|
1047
|
+
#: ../lib/alexandria/ui/ui_manager.rb:145
|
1048
|
+
msgid "Title contains"
|
1049
|
+
msgstr "Le titre contient"
|
1051
1050
|
|
1052
|
-
#: ../lib/alexandria/
|
1053
|
-
msgid "
|
1054
|
-
msgstr "
|
1051
|
+
#: ../lib/alexandria/ui/ui_manager.rb:146
|
1052
|
+
msgid "Authors contain"
|
1053
|
+
msgstr "Les auteurs contiennent"
|
1055
1054
|
|
1056
|
-
#: ../lib/alexandria/
|
1057
|
-
msgid "
|
1058
|
-
msgstr "
|
1055
|
+
#: ../lib/alexandria/ui/ui_manager.rb:147
|
1056
|
+
msgid "ISBN contains"
|
1057
|
+
msgstr "L'ISBN contient"
|
1059
1058
|
|
1060
|
-
#: ../lib/alexandria/
|
1061
|
-
msgid "
|
1062
|
-
msgstr "
|
1059
|
+
#: ../lib/alexandria/ui/ui_manager.rb:148
|
1060
|
+
msgid "Publisher contains"
|
1061
|
+
msgstr "L'éditeur contient"
|
1063
1062
|
|
1064
|
-
#: ../lib/alexandria/
|
1065
|
-
msgid "
|
1066
|
-
msgstr "
|
1063
|
+
#: ../lib/alexandria/ui/ui_manager.rb:149
|
1064
|
+
msgid "Notes contain"
|
1065
|
+
msgstr "Les notes contiennent"
|
1067
1066
|
|
1068
|
-
#: ../lib/alexandria/
|
1069
|
-
msgid "
|
1070
|
-
msgstr "
|
1067
|
+
#: ../lib/alexandria/ui/ui_manager.rb:150
|
1068
|
+
msgid "Tags contain"
|
1069
|
+
msgstr "Les étiquettes contiennent"
|
1071
1070
|
|
1072
|
-
#: ../lib/alexandria/
|
1073
|
-
msgid "
|
1074
|
-
msgstr "
|
1071
|
+
#: ../lib/alexandria/ui/ui_manager.rb:164
|
1072
|
+
msgid "Change the search type"
|
1073
|
+
msgstr "Change le type de recherche."
|
1075
1074
|
|
1076
|
-
#: ../lib/alexandria/
|
1077
|
-
msgid "
|
1078
|
-
msgstr "
|
1075
|
+
#: ../lib/alexandria/ui/ui_manager.rb:169
|
1076
|
+
msgid "View as Icons"
|
1077
|
+
msgstr "Voir en tant qu'icônes"
|
1079
1078
|
|
1080
|
-
#: ../lib/alexandria/
|
1081
|
-
msgid "
|
1082
|
-
msgstr "
|
1079
|
+
#: ../lib/alexandria/ui/ui_manager.rb:170
|
1080
|
+
msgid "View as List"
|
1081
|
+
msgstr "Voir en tant que liste"
|
1083
1082
|
|
1084
|
-
#: ../lib/alexandria/
|
1085
|
-
msgid "
|
1086
|
-
msgstr "
|
1083
|
+
#: ../lib/alexandria/ui/ui_manager.rb:184
|
1084
|
+
msgid "Choose how to show books"
|
1085
|
+
msgstr "Choix de la méthode d'affichage des livres"
|
1087
1086
|
|
1088
|
-
#: ../lib/alexandria/
|
1089
|
-
msgid "
|
1090
|
-
msgstr "
|
1087
|
+
#: ../lib/alexandria/ui/ui_manager.rb:407
|
1088
|
+
msgid "Library '%s' selected"
|
1089
|
+
msgstr "Bibliothèque '%s' sélectionnée"
|
1091
1090
|
|
1092
|
-
#: ../lib/alexandria/
|
1093
|
-
msgid "
|
1094
|
-
|
1091
|
+
#: ../lib/alexandria/ui/ui_manager.rb:412
|
1092
|
+
msgid "Library '%s' selected, %d unrated book"
|
1093
|
+
msgid_plural "Library '%s' selected, %d unrated books"
|
1094
|
+
msgstr[0] "Bibliothèque '%s' sélectionnée, %d livre non-noté"
|
1095
|
+
msgstr[1] "Bibliothèque '%s' sélectionnée, %d livres non-notés"
|
1095
1096
|
|
1096
|
-
#: ../lib/alexandria/
|
1097
|
-
msgid "
|
1098
|
-
|
1097
|
+
#: ../lib/alexandria/ui/ui_manager.rb:416
|
1098
|
+
msgid "Library '%s' selected, %d book"
|
1099
|
+
msgid_plural "Library '%s' selected, %d books"
|
1100
|
+
msgstr[0] "Bibliothèque '%s' sélectionnée, %d livre"
|
1101
|
+
msgstr[1] "Bibliothèque '%s' sélectionnée, %d livres"
|
1099
1102
|
|
1100
|
-
#: ../lib/alexandria/
|
1101
|
-
msgid "
|
1102
|
-
|
1103
|
+
#: ../lib/alexandria/ui/ui_manager.rb:420
|
1104
|
+
msgid "Library '%s' selected, %d book, %d unrated"
|
1105
|
+
msgid_plural "Library '%s' selected, %d books, %d unrated"
|
1106
|
+
msgstr[0] "Bibliothèque '%s' sélectionnée, %d livre, %d non-noté"
|
1107
|
+
msgstr[1] "Bibliothèque « %s » sélectionnée, %d livres, %d non-notés"
|
1103
1108
|
|
1104
|
-
#: ../lib/alexandria/
|
1105
|
-
msgid "
|
1106
|
-
msgstr "
|
1109
|
+
#: ../lib/alexandria/ui/ui_manager.rb:434
|
1110
|
+
msgid "'%s' selected"
|
1111
|
+
msgstr " '%s' sélectionné"
|
1107
1112
|
|
1108
|
-
#: ../lib/alexandria/
|
1109
|
-
msgid "
|
1110
|
-
|
1113
|
+
#: ../lib/alexandria/ui/ui_manager.rb:436
|
1114
|
+
msgid "%d book selected"
|
1115
|
+
msgid_plural "%d books selected"
|
1116
|
+
msgstr[0] "%d livre sélectionné"
|
1117
|
+
msgstr[1] "%d livres sélectionnés"
|
1111
1118
|
|
1112
|
-
#: ../lib/alexandria/
|
1113
|
-
msgid "
|
1114
|
-
msgstr "
|
1119
|
+
#: ../lib/alexandria/ui/ui_manager.rb:552
|
1120
|
+
msgid "unrecognized update event"
|
1121
|
+
msgstr ""
|
1115
1122
|
|
1116
|
-
#: ../lib/alexandria/
|
1117
|
-
|
1118
|
-
|
1123
|
+
#: ../lib/alexandria/ui/ui_manager.rb:597
|
1124
|
+
#, fuzzy
|
1125
|
+
msgid "Loading libraries..."
|
1126
|
+
msgstr "À télécharger '%s' ..."
|
1119
1127
|
|
1120
|
-
#: ../lib/alexandria/
|
1121
|
-
#: ../lib/alexandria/book_providers.rb:100
|
1128
|
+
#: ../lib/alexandria/ui/ui_manager.rb:614
|
1122
1129
|
msgid ""
|
1123
|
-
"
|
1124
|
-
"
|
1130
|
+
"The data files for the following books are malformed or empty. Do you wish "
|
1131
|
+
"to attempt to download new information for them from the online book "
|
1132
|
+
"providers?\n"
|
1125
1133
|
msgstr ""
|
1126
|
-
"
|
1127
|
-
"
|
1134
|
+
"Les fichiers de données pour les livres suivants sont endommagés ou vides. "
|
1135
|
+
"Voulez-vous essayer le téléchargement d'une nouvelle information pour eux à "
|
1136
|
+
"partir des fournisseurs de livres chez internet?\n"
|
1128
1137
|
|
1129
|
-
#: ../lib/alexandria/
|
1130
|
-
msgid "
|
1131
|
-
msgstr "
|
1138
|
+
#: ../lib/alexandria/ui/ui_manager.rb:666
|
1139
|
+
msgid "Added '%s' to library '%s'"
|
1140
|
+
msgstr "Ajouté '%s' à la bibliothèque '%s'"
|
1132
1141
|
|
1133
|
-
#: ../lib/alexandria/
|
1134
|
-
msgid "
|
1135
|
-
msgstr "
|
1142
|
+
#: ../lib/alexandria/ui/ui_manager.rb:815
|
1143
|
+
msgid "Loading '%s'..."
|
1144
|
+
msgstr "À télécharger '%s' ..."
|
1136
1145
|
|
1137
|
-
#: ../lib/alexandria/
|
1138
|
-
msgid "
|
1146
|
+
#: ../lib/alexandria/ui/ui_manager.rb:1045
|
1147
|
+
msgid "In '_%s'"
|
1148
|
+
msgstr "Dans '_%s'"
|
1149
|
+
|
1150
|
+
#: ../lib/alexandria/web_themes.rb:64
|
1151
|
+
msgid "File %<file>s not found"
|
1139
1152
|
msgstr ""
|
1140
1153
|
|
1141
|
-
#: ../
|
1154
|
+
#: ../share/alexandria/glade/acquire_dialog__builder.glade:9
|
1142
1155
|
msgid "Acquire from Scanner"
|
1143
1156
|
msgstr "Utilisation de scanner"
|
1144
1157
|
|
1145
|
-
#: ../
|
1146
|
-
|
1158
|
+
#: ../share/alexandria/glade/acquire_dialog__builder.glade:91
|
1159
|
+
msgid "_Barcode Scanner Ready"
|
1160
|
+
msgstr "_Lecteur électronique de la barre de code prêt"
|
1161
|
+
|
1162
|
+
#: ../share/alexandria/glade/acquire_dialog__builder.glade:159
|
1163
|
+
#: ../share/alexandria/glade/new_book_dialog__builder.glade:171
|
1147
1164
|
msgid "Save _in:"
|
1148
1165
|
msgstr "Sauvegarder _dans :"
|
1149
1166
|
|
1150
|
-
#: ../
|
1151
|
-
msgid "
|
1152
|
-
msgstr "
|
1153
|
-
|
1154
|
-
#: ../data/alexandria/glade/main_app.glade:32
|
1155
|
-
msgid "Libraries listing."
|
1156
|
-
msgstr "Liste des bibliothèques."
|
1167
|
+
#: ../share/alexandria/glade/new_book_dialog__builder.glade:18
|
1168
|
+
msgid "by title"
|
1169
|
+
msgstr "par titre"
|
1157
1170
|
|
1158
|
-
#: ../
|
1159
|
-
msgid "
|
1160
|
-
msgstr "
|
1171
|
+
#: ../share/alexandria/glade/new_book_dialog__builder.glade:21
|
1172
|
+
msgid "by authors"
|
1173
|
+
msgstr "par auteurs"
|
1161
1174
|
|
1162
|
-
#: ../
|
1163
|
-
msgid "
|
1164
|
-
msgstr "
|
1175
|
+
#: ../share/alexandria/glade/new_book_dialog__builder.glade:24
|
1176
|
+
msgid "by keyword"
|
1177
|
+
msgstr "par mot clef"
|
1165
1178
|
|
1166
|
-
#: ../
|
1167
|
-
msgid "Status messages."
|
1168
|
-
msgstr "État des messages."
|
1169
|
-
|
1170
|
-
#: ../data/alexandria/glade/new_book_dialog.glade:31
|
1179
|
+
#: ../share/alexandria/glade/new_book_dialog__builder.glade:115
|
1171
1180
|
msgid "_Keep Dialog Open after Adding Book"
|
1172
1181
|
msgstr ""
|
1173
1182
|
|
1174
|
-
#: ../
|
1175
|
-
msgid ""
|
1176
|
-
"by title\n"
|
1177
|
-
"by authors\n"
|
1178
|
-
"by keyword"
|
1179
|
-
msgstr ""
|
1180
|
-
"par titre\n"
|
1181
|
-
"par auteurs\n"
|
1182
|
-
"par mot clef"
|
1183
|
-
|
1184
|
-
#: ../data/alexandria/glade/new_book_dialog.glade:201
|
1183
|
+
#: ../share/alexandria/glade/new_book_dialog__builder.glade:285
|
1185
1184
|
msgid "_Search:"
|
1186
1185
|
msgstr "_Rechercher"
|
1187
1186
|
|
1188
|
-
#: ../
|
1189
|
-
#: ../
|
1187
|
+
#: ../share/alexandria/glade/new_book_dialog__builder.glade:301
|
1188
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:85
|
1190
1189
|
msgid "_ISBN:"
|
1191
1190
|
msgstr "_ISBN:"
|
1192
1191
|
|
1193
|
-
#: ../
|
1194
|
-
msgid "
|
1195
|
-
msgstr "
|
1196
|
-
|
1197
|
-
#: ../data/alexandria/glade/book_properties_dialog.glade:115
|
1198
|
-
msgid "_Publisher:"
|
1199
|
-
msgstr "_Éditeur:"
|
1200
|
-
|
1201
|
-
#: ../data/alexandria/glade/book_properties_dialog.glade:279
|
1202
|
-
msgid "Add an author"
|
1203
|
-
msgstr "Ajoute un auteur"
|
1204
|
-
|
1205
|
-
#: ../data/alexandria/glade/book_properties_dialog.glade:307
|
1206
|
-
msgid "Remove an author"
|
1207
|
-
msgstr "Supprime un auteur"
|
1208
|
-
|
1209
|
-
#: ../data/alexandria/glade/book_properties_dialog.glade:351
|
1210
|
-
msgid "_Authors:"
|
1211
|
-
msgstr "_Auteurs:"
|
1212
|
-
|
1213
|
-
#: ../data/alexandria/glade/book_properties_dialog.glade:380
|
1214
|
-
msgid "_Binding:"
|
1215
|
-
msgstr "É_dition:"
|
1216
|
-
|
1217
|
-
#: ../data/alexandria/glade/book_properties_dialog.glade:430
|
1218
|
-
msgid "Publish _year:"
|
1219
|
-
msgstr "_Année de publication :"
|
1220
|
-
|
1221
|
-
#: ../data/alexandria/glade/book_properties_dialog.glade:480
|
1222
|
-
msgid "Tags:"
|
1223
|
-
msgstr "Étiquettes:"
|
1224
|
-
|
1225
|
-
#: ../data/alexandria/glade/book_properties_dialog.glade:553
|
1226
|
-
msgid "_Cover:"
|
1227
|
-
msgstr "_Couverture:"
|
1192
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:8
|
1193
|
+
msgid "Preferences"
|
1194
|
+
msgstr "Préférences"
|
1228
1195
|
|
1229
|
-
#: ../
|
1230
|
-
msgid "
|
1231
|
-
msgstr "
|
1196
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:76
|
1197
|
+
msgid "<b>Visible Columns</b>"
|
1198
|
+
msgstr "<b>Colonnes visibles</b>"
|
1232
1199
|
|
1233
|
-
#: ../
|
1234
|
-
msgid "
|
1235
|
-
msgstr "
|
1200
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:95
|
1201
|
+
msgid "_Authors"
|
1202
|
+
msgstr "_Auteurs"
|
1236
1203
|
|
1237
|
-
#: ../
|
1238
|
-
msgid "
|
1239
|
-
msgstr "
|
1204
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:110
|
1205
|
+
msgid "_ISBN"
|
1206
|
+
msgstr "_ISBN"
|
1240
1207
|
|
1241
|
-
#: ../
|
1242
|
-
msgid "
|
1243
|
-
msgstr "
|
1208
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:125
|
1209
|
+
msgid "_Publisher"
|
1210
|
+
msgstr "É_diteur"
|
1244
1211
|
|
1245
|
-
#: ../
|
1246
|
-
msgid "
|
1247
|
-
msgstr "
|
1212
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:140
|
1213
|
+
msgid "_Rating"
|
1214
|
+
msgstr "_Notation"
|
1248
1215
|
|
1249
|
-
#: ../
|
1250
|
-
msgid "
|
1251
|
-
msgstr "
|
1216
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:155
|
1217
|
+
msgid "_Binding"
|
1218
|
+
msgstr "É_dition"
|
1252
1219
|
|
1253
|
-
#: ../
|
1254
|
-
msgid "
|
1255
|
-
msgstr "
|
1220
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:170
|
1221
|
+
msgid "Publish _year"
|
1222
|
+
msgstr "_Année de publication"
|
1256
1223
|
|
1257
|
-
#: ../
|
1258
|
-
msgid "
|
1259
|
-
msgstr "
|
1224
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:185
|
1225
|
+
msgid "Read?"
|
1226
|
+
msgstr "Lire?"
|
1260
1227
|
|
1261
|
-
#: ../
|
1262
|
-
msgid "
|
1263
|
-
msgstr "
|
1228
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:200
|
1229
|
+
msgid "Own?"
|
1230
|
+
msgstr "Possédez-vous?"
|
1264
1231
|
|
1265
|
-
#: ../
|
1266
|
-
msgid "
|
1267
|
-
msgstr "
|
1232
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:215
|
1233
|
+
msgid "Want?"
|
1234
|
+
msgstr "Voulez-vous?"
|
1268
1235
|
|
1269
|
-
#: ../
|
1270
|
-
|
1271
|
-
|
1236
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:245
|
1237
|
+
#, fuzzy
|
1238
|
+
msgid "Loaned to"
|
1239
|
+
msgstr "Prêts"
|
1272
1240
|
|
1273
|
-
#: ../
|
1274
|
-
|
1275
|
-
|
1241
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:271
|
1242
|
+
#, fuzzy
|
1243
|
+
msgid "_List View"
|
1244
|
+
msgstr "Vue en liste"
|
1276
1245
|
|
1277
|
-
#: ../
|
1246
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:290
|
1278
1247
|
#, fuzzy
|
1279
1248
|
msgid "<b>Book Data Providers</b>"
|
1280
1249
|
msgstr "<b>_Fournisseurs</b>"
|
1281
1250
|
|
1282
|
-
#: ../
|
1251
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:372
|
1283
1252
|
msgid "_Setup"
|
1284
1253
|
msgstr "_Configurer"
|
1285
1254
|
|
1286
|
-
#: ../
|
1255
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:474
|
1287
1256
|
msgid ""
|
1288
1257
|
"Providers are libraries that supply information about books. Some of them "
|
1289
1258
|
"can be configured to get better results. You can also customize the order "
|
@@ -1294,70 +1263,124 @@ msgstr ""
|
|
1294
1263
|
"meilleurs résultats. Vous pouvez également personnaliser l'ordre dans "
|
1295
1264
|
"lequel ils seront interrogés."
|
1296
1265
|
|
1297
|
-
#: ../
|
1266
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:486
|
1298
1267
|
msgid "Custom _Z39.50 Providers"
|
1299
1268
|
msgstr ""
|
1300
1269
|
|
1301
|
-
#: ../
|
1270
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:490
|
1302
1271
|
msgid ""
|
1303
1272
|
"Add and remove your own Z39.50 providers.\n"
|
1304
1273
|
"Requires the Ruby/ZOOM software library."
|
1305
1274
|
msgstr ""
|
1306
1275
|
|
1307
|
-
#: ../
|
1276
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:511
|
1308
1277
|
#, fuzzy
|
1309
1278
|
msgid "_Providers"
|
1310
1279
|
msgstr "Fournisseurs"
|
1311
1280
|
|
1312
|
-
#: ../
|
1313
|
-
|
1314
|
-
|
1281
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:537
|
1282
|
+
#, fuzzy
|
1283
|
+
msgid "<b>Barcode Scanner Device</b>"
|
1284
|
+
msgstr "_Lecteur électronique de la barre de code prêt"
|
1315
1285
|
|
1316
|
-
#: ../
|
1317
|
-
msgid "
|
1318
|
-
msgstr "
|
1286
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:556
|
1287
|
+
msgid "_Device type:"
|
1288
|
+
msgstr ""
|
1319
1289
|
|
1320
|
-
#: ../
|
1321
|
-
msgid "
|
1322
|
-
msgstr "
|
1290
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:602
|
1291
|
+
msgid "<b>Sound Effects</b>"
|
1292
|
+
msgstr ""
|
1323
1293
|
|
1324
|
-
#: ../
|
1325
|
-
|
1326
|
-
|
1294
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:618
|
1295
|
+
#, fuzzy
|
1296
|
+
msgid "Scanning"
|
1297
|
+
msgstr "Prêt"
|
1327
1298
|
|
1328
|
-
#: ../
|
1329
|
-
msgid "
|
1330
|
-
msgstr "
|
1299
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:632
|
1300
|
+
msgid "Good Scan / Bad Scan"
|
1301
|
+
msgstr ""
|
1331
1302
|
|
1332
|
-
#: ../
|
1333
|
-
|
1334
|
-
|
1303
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:667
|
1304
|
+
#, fuzzy
|
1305
|
+
msgid "_Barcode Scanner"
|
1306
|
+
msgstr "_Lecteur électronique de la barre de code prêt"
|
1335
1307
|
|
1336
|
-
#: ../
|
1337
|
-
msgid "
|
1338
|
-
msgstr "
|
1308
|
+
#: ../share/alexandria/glade/main_app__builder.glade:48
|
1309
|
+
msgid "_Libraries:"
|
1310
|
+
msgstr "_Bibliothèques:"
|
1339
1311
|
|
1340
|
-
#: ../
|
1341
|
-
msgid "
|
1342
|
-
msgstr "
|
1312
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:60
|
1313
|
+
msgid "_Title:"
|
1314
|
+
msgstr "_Titre:"
|
1343
1315
|
|
1344
|
-
#: ../
|
1345
|
-
msgid "
|
1346
|
-
msgstr "
|
1316
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:199
|
1317
|
+
msgid "_Authors:"
|
1318
|
+
msgstr "_Auteurs:"
|
1347
1319
|
|
1348
|
-
#: ../
|
1349
|
-
msgid "
|
1350
|
-
msgstr "
|
1320
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:213
|
1321
|
+
msgid "Tags:"
|
1322
|
+
msgstr "Étiquettes:"
|
1351
1323
|
|
1352
|
-
#: ../
|
1353
|
-
|
1354
|
-
|
1355
|
-
|
1324
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:245
|
1325
|
+
msgid "_Binding:"
|
1326
|
+
msgstr "É_dition:"
|
1327
|
+
|
1328
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:258
|
1329
|
+
msgid "Publish _year:"
|
1330
|
+
msgstr "_Année de publication :"
|
1331
|
+
|
1332
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:292
|
1333
|
+
msgid "_Publisher:"
|
1334
|
+
msgstr "_Éditeur:"
|
1335
|
+
|
1336
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:333
|
1337
|
+
msgid "_Cover:"
|
1338
|
+
msgstr "_Couverture:"
|
1339
|
+
|
1340
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:526
|
1341
|
+
msgid "Rating:"
|
1342
|
+
msgstr "Notation :"
|
1343
|
+
|
1344
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:539
|
1345
|
+
msgid "Want it?"
|
1346
|
+
msgstr "Le voulez-vous?"
|
1347
|
+
|
1348
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:555
|
1349
|
+
msgid "Read it?"
|
1350
|
+
msgstr "Lisez-le?"
|
1356
1351
|
|
1357
|
-
#: ../
|
1352
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:576
|
1358
1353
|
#, fuzzy
|
1359
|
-
msgid "
|
1360
|
-
msgstr "
|
1354
|
+
msgid "Select Date"
|
1355
|
+
msgstr "_Tout sélectionner"
|
1356
|
+
|
1357
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:577
|
1358
|
+
msgid "Clear Date"
|
1359
|
+
msgstr ""
|
1360
|
+
|
1361
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:587
|
1362
|
+
msgid "Own it?"
|
1363
|
+
msgstr "C'est à vous?"
|
1364
|
+
|
1365
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:615
|
1366
|
+
msgid "General"
|
1367
|
+
msgstr "Général"
|
1368
|
+
|
1369
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:630
|
1370
|
+
msgid "This book is _loaned"
|
1371
|
+
msgstr "Ce livre est _prêté"
|
1372
|
+
|
1373
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:679
|
1374
|
+
msgid "_To:"
|
1375
|
+
msgstr "_À :"
|
1376
|
+
|
1377
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:693
|
1378
|
+
msgid "_Since:"
|
1379
|
+
msgstr "_Depuis :"
|
1380
|
+
|
1381
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:735
|
1382
|
+
msgid "Loaning"
|
1383
|
+
msgstr "Prêt"
|
1361
1384
|
|
1362
1385
|
#: ../alexandria.desktop.in.h:1
|
1363
1386
|
msgid "Alexandria Book Collection Manager"
|
@@ -1371,6 +1394,71 @@ msgstr "Gestionnaire de collection de livres"
|
|
1371
1394
|
msgid "Manage your book collection"
|
1372
1395
|
msgstr "Gérez votre collection de livres"
|
1373
1396
|
|
1397
|
+
#~ msgid "Locale"
|
1398
|
+
#~ msgstr "Langue"
|
1399
|
+
|
1400
|
+
#, fuzzy
|
1401
|
+
#~ msgid "Associate Tag"
|
1402
|
+
#~ msgstr "Identifiant d'associé"
|
1403
|
+
|
1404
|
+
#~ msgid "Unable to launch the web browser"
|
1405
|
+
#~ msgstr "Impossible de démarrer le navigateur Internet"
|
1406
|
+
|
1407
|
+
#~ msgid ""
|
1408
|
+
#~ "Check out that a web browser is configured as default (Desktop "
|
1409
|
+
#~ "Preferences -> Advanced -> Preferred Applications) and try again."
|
1410
|
+
#~ msgstr ""
|
1411
|
+
#~ "Vérifiez qu'un nativateur Internet est configuré par défaut (Préférences "
|
1412
|
+
#~ "du bureau -> Applications préférées) et ré-essayez encore."
|
1413
|
+
|
1414
|
+
#~ msgid "Unable to launch the mail reader"
|
1415
|
+
#~ msgstr "Impossible de démarrer le client de messagerie"
|
1416
|
+
|
1417
|
+
#~ msgid ""
|
1418
|
+
#~ "Check out that a mail reader is configured as default (Desktop "
|
1419
|
+
#~ "Preferences -> Advanced -> Preferred Applications) and try again."
|
1420
|
+
#~ msgstr ""
|
1421
|
+
#~ "Vérifiez qu'un client de messagerie est configuré par défaut (Préférences "
|
1422
|
+
#~ "du bureau -> Applications préférées) et ré-essayez encore."
|
1423
|
+
|
1424
|
+
#~ msgid "Repair Book Data"
|
1425
|
+
#~ msgstr "Répérer les données du livre"
|
1426
|
+
|
1427
|
+
#~ msgid "There's a problem"
|
1428
|
+
#~ msgstr "Il y a un problème"
|
1429
|
+
|
1430
|
+
#, fuzzy
|
1431
|
+
#~ msgid "Disable Provider"
|
1432
|
+
#~ msgstr "Nouveau fournisseur"
|
1433
|
+
|
1434
|
+
#, fuzzy
|
1435
|
+
#~ msgid "Enable Provider"
|
1436
|
+
#~ msgstr "Nouveau fournisseur"
|
1437
|
+
|
1438
|
+
#~ msgid "Main Window"
|
1439
|
+
#~ msgstr "Fenêtre Principale"
|
1440
|
+
|
1441
|
+
#~ msgid "Libraries listing."
|
1442
|
+
#~ msgstr "Liste des bibliothèques."
|
1443
|
+
|
1444
|
+
#~ msgid "Book listing."
|
1445
|
+
#~ msgstr "Liste des livres."
|
1446
|
+
|
1447
|
+
#~ msgid "Status messages."
|
1448
|
+
#~ msgstr "État des messages."
|
1449
|
+
|
1450
|
+
#~ msgid "Add an author"
|
1451
|
+
#~ msgstr "Ajoute un auteur"
|
1452
|
+
|
1453
|
+
#~ msgid "Remove an author"
|
1454
|
+
#~ msgstr "Supprime un auteur"
|
1455
|
+
|
1456
|
+
#~ msgid "Click to pick a cover"
|
1457
|
+
#~ msgstr "Cliquez pour choisir une couverture"
|
1458
|
+
|
1459
|
+
#~ msgid "Click on the stars to rate the book"
|
1460
|
+
#~ msgstr "Cliquer sur les étoiles pour noter le livre"
|
1461
|
+
|
1374
1462
|
#~ msgid "Language"
|
1375
1463
|
#~ msgstr "Langue"
|
1376
1464
|
|
@@ -1384,9 +1472,6 @@ msgstr "Gérez votre collection de livres"
|
|
1384
1472
|
#~ msgid "Couldn't add these books"
|
1385
1473
|
#~ msgstr "Impossible d'ajouter le livre"
|
1386
1474
|
|
1387
|
-
#~ msgid "Associate ID"
|
1388
|
-
#~ msgstr "Identifiant d'associé"
|
1389
|
-
|
1390
1475
|
#~ msgid "_Refresh"
|
1391
1476
|
#~ msgstr "_Rafraîchir"
|
1392
1477
|
|