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.
Files changed (173) hide show
  1. checksums.yaml +4 -4
  2. data/.github/dependabot.yml +9 -0
  3. data/.github/workflows/ruby.yml +72 -0
  4. data/.gitignore +4 -1
  5. data/.rubocop.yml +65 -30
  6. data/.rubocop_todo.yml +49 -165
  7. data/.simplecov +5 -2
  8. data/CHANGELOG.md +64 -0
  9. data/ChangeLog.0 +19 -19
  10. data/INSTALL.md +26 -16
  11. data/README.md +31 -35
  12. data/Rakefile +18 -16
  13. data/alexandria-book-collection-manager.gemspec +35 -29
  14. data/doc/FAQ +2 -2
  15. data/doc/dependency_decisions.yml +22 -3
  16. data/lib/alexandria/about.rb +1 -1
  17. data/lib/alexandria/book_providers/bl_provider.rb +88 -0
  18. data/lib/alexandria/book_providers/douban.rb +2 -2
  19. data/lib/alexandria/book_providers/loc_provider.rb +38 -0
  20. data/lib/alexandria/book_providers/pseudomarc.rb +61 -71
  21. data/lib/alexandria/book_providers/sbn_provider.rb +108 -0
  22. data/lib/alexandria/book_providers/{thalia.rb → thalia_provider.rb} +37 -74
  23. data/lib/alexandria/book_providers/web.rb +2 -2
  24. data/lib/alexandria/book_providers/worldcat.rb +34 -38
  25. data/lib/alexandria/book_providers/z3950_provider.rb +199 -0
  26. data/lib/alexandria/book_providers.rb +48 -65
  27. data/lib/alexandria/default_preferences.rb +2 -1
  28. data/lib/alexandria/execution_queue.rb +13 -12
  29. data/lib/alexandria/export_library.rb +21 -22
  30. data/lib/alexandria/image_fetcher.rb +25 -0
  31. data/lib/alexandria/import_library.rb +46 -70
  32. data/lib/alexandria/import_library_csv.rb +16 -16
  33. data/lib/alexandria/library_sort_order.rb +3 -1
  34. data/lib/alexandria/library_store.rb +19 -20
  35. data/lib/alexandria/logging.rb +5 -9
  36. data/lib/alexandria/models/book.rb +15 -2
  37. data/lib/alexandria/models/library.rb +31 -35
  38. data/lib/alexandria/net.rb +1 -2
  39. data/lib/alexandria/preferences.rb +27 -33
  40. data/lib/alexandria/scanners/cue_cat.rb +6 -6
  41. data/lib/alexandria/scanners/keyboard.rb +1 -1
  42. data/lib/alexandria/scanners.rb +2 -2
  43. data/lib/alexandria/smart_library.rb +22 -26
  44. data/lib/alexandria/ui/about_dialog.rb +1 -1
  45. data/lib/alexandria/ui/acquire_dialog.rb +15 -19
  46. data/lib/alexandria/ui/alert_dialog.rb +36 -19
  47. data/lib/alexandria/ui/bad_isbns_dialog.rb +13 -9
  48. data/lib/alexandria/ui/barcode_animation.rb +6 -6
  49. data/lib/alexandria/ui/book_properties_dialog.rb +2 -3
  50. data/lib/alexandria/ui/book_properties_dialog_base.rb +35 -137
  51. data/lib/alexandria/ui/calendar_popup.rb +58 -0
  52. data/lib/alexandria/ui/callbacks.rb +144 -123
  53. data/lib/alexandria/ui/completion_models.rb +2 -6
  54. data/lib/alexandria/ui/confirm_erase_dialog.rb +1 -1
  55. data/lib/alexandria/ui/conflict_while_copying_dialog.rb +2 -2
  56. data/lib/alexandria/ui/error_dialog.rb +1 -1
  57. data/lib/alexandria/ui/export_dialog.rb +19 -18
  58. data/lib/alexandria/ui/icons.rb +34 -40
  59. data/lib/alexandria/ui/iconview_tooltips.rb +40 -53
  60. data/lib/alexandria/ui/import_dialog.rb +49 -48
  61. data/lib/alexandria/ui/init.rb +14 -12
  62. data/lib/alexandria/ui/keep_bad_isbn_dialog.rb +2 -2
  63. data/lib/alexandria/ui/libraries_combo.rb +10 -9
  64. data/lib/alexandria/ui/listview.rb +6 -7
  65. data/lib/alexandria/ui/main_app.rb +2 -2
  66. data/lib/alexandria/ui/multi_drag_treeview.rb +5 -7
  67. data/lib/alexandria/ui/new_book_dialog.rb +63 -65
  68. data/lib/alexandria/ui/new_book_dialog_manual.rb +1 -1
  69. data/lib/alexandria/ui/new_provider_dialog.rb +12 -11
  70. data/lib/alexandria/ui/new_smart_library_dialog.rb +39 -27
  71. data/lib/alexandria/ui/preferences_dialog.rb +25 -84
  72. data/lib/alexandria/ui/provider_preferences_base_dialog.rb +10 -6
  73. data/lib/alexandria/ui/provider_preferences_dialog.rb +5 -5
  74. data/lib/alexandria/ui/really_delete_dialog.rb +2 -2
  75. data/lib/alexandria/ui/sidepane_manager.rb +38 -38
  76. data/lib/alexandria/ui/skip_entry_dialog.rb +3 -2
  77. data/lib/alexandria/ui/smart_library_properties_dialog.rb +35 -36
  78. data/lib/alexandria/ui/smart_library_properties_dialog_base.rb +61 -244
  79. data/lib/alexandria/ui/smart_library_rule_box.rb +119 -0
  80. data/lib/alexandria/ui/sound.rb +4 -6
  81. data/lib/alexandria/ui/ui_manager.rb +80 -83
  82. data/lib/alexandria/ui.rb +7 -7
  83. data/lib/alexandria/version.rb +2 -2
  84. data/lib/alexandria/web_themes.rb +15 -15
  85. data/lib/alexandria.rb +2 -2
  86. data/po/cs.po +947 -865
  87. data/po/cy.po +913 -864
  88. data/po/de.po +961 -865
  89. data/po/el.po +956 -861
  90. data/po/es.po +952 -857
  91. data/po/fr.po +950 -865
  92. data/po/ga.po +866 -819
  93. data/po/gl.po +946 -861
  94. data/po/it.po +945 -858
  95. data/po/ja.po +921 -836
  96. data/po/mk.po +953 -858
  97. data/po/nb.po +932 -847
  98. data/po/nl.po +955 -849
  99. data/po/pl.po +999 -963
  100. data/po/pt.po +946 -850
  101. data/po/pt_BR.po +944 -859
  102. data/po/ru.po +959 -868
  103. data/po/sk.po +950 -863
  104. data/po/sv.po +944 -859
  105. data/po/uk.po +925 -846
  106. data/po/zh_TW.po +926 -841
  107. data/schemas/alexandria.schemas +1 -1
  108. data/share/alexandria/glade/main_app__builder.glade +6 -21
  109. data/share/gnome/help/alexandria/C/adding-books.xml +3 -4
  110. data/share/gnome/help/alexandria/C/introduction.xml +0 -16
  111. data/share/gnome/help/alexandria/C/searching.xml +1 -4
  112. data/share/gnome/help/alexandria/C/settings.xml +0 -30
  113. data/share/gnome/help/alexandria/C/smart-libraries.xml +2 -2
  114. data/share/gnome/help/alexandria/C/working-with-libraries.xml +1 -1
  115. data/share/gnome/help/alexandria/fr/alexandria.xml +5 -160
  116. data/share/gnome/help/alexandria/ja/adding-books.xml +1 -1
  117. data/share/gnome/help/alexandria/ja/introduction.xml +0 -15
  118. data/share/gnome/help/alexandria/ja/searching.xml +3 -7
  119. data/share/gnome/help/alexandria/ja/settings.xml +0 -27
  120. data/share/gnome/help/alexandria/ja/smart-libraries.xml +1 -1
  121. data/spec/alexandria/book_providers/bl_provider_spec.rb +13 -0
  122. data/spec/alexandria/book_providers/loc_provider_spec.rb +17 -0
  123. data/spec/alexandria/book_providers/sbn_provider_spec.rb +13 -0
  124. data/spec/alexandria/book_providers/thalia_provider_spec.rb +119 -0
  125. data/spec/alexandria/book_providers/world_cat_provider_spec.rb +160 -0
  126. data/spec/alexandria/book_providers_spec.rb +0 -154
  127. data/spec/alexandria/console_spec.rb +0 -5
  128. data/spec/alexandria/export_library_spec.rb +27 -38
  129. data/spec/alexandria/library_spec.rb +76 -46
  130. data/spec/alexandria/preferences_spec.rb +29 -3
  131. data/spec/alexandria/scanners/cue_cat_spec.rb +1 -1
  132. data/spec/alexandria/ui/about_dialog_spec.rb +1 -1
  133. data/spec/alexandria/ui/acquire_dialog_spec.rb +1 -1
  134. data/spec/alexandria/ui/alert_dialog_spec.rb +1 -1
  135. data/spec/alexandria/ui/bad_isbns_dialog_spec.rb +1 -1
  136. data/spec/alexandria/ui/book_properties_dialog_spec.rb +47 -5
  137. data/spec/alexandria/ui/confirm_erase_dialog_spec.rb +1 -1
  138. data/spec/alexandria/ui/conflict_while_copying_dialog_spec.rb +1 -1
  139. data/spec/alexandria/ui/error_dialog_spec.rb +1 -1
  140. data/spec/alexandria/ui/export_dialog_spec.rb +25 -4
  141. data/spec/alexandria/ui/icons_spec.rb +26 -0
  142. data/spec/alexandria/ui/iconview_spec.rb +1 -1
  143. data/spec/alexandria/ui/import_dialog_spec.rb +35 -3
  144. data/spec/alexandria/ui/keep_bad_isbn_dialog_spec.rb +1 -1
  145. data/spec/alexandria/ui/main_app_spec.rb +1 -1
  146. data/spec/alexandria/ui/new_book_dialog_manual_spec.rb +39 -3
  147. data/spec/alexandria/ui/new_provider_dialog_spec.rb +19 -3
  148. data/spec/alexandria/ui/new_smart_library_dialog_spec.rb +28 -3
  149. data/spec/alexandria/ui/preferences_dialog_spec.rb +2 -2
  150. data/spec/alexandria/ui/provider_preferences_dialog_spec.rb +23 -8
  151. data/spec/alexandria/ui/really_delete_dialog_spec.rb +1 -1
  152. data/spec/alexandria/ui/sidepane_manager_spec.rb +2 -2
  153. data/spec/alexandria/ui/skip_entry_dialog_spec.rb +1 -1
  154. data/spec/alexandria/ui/smart_library_properties_dialog_spec.rb +37 -6
  155. data/spec/alexandria/ui/ui_manager_spec.rb +116 -2
  156. data/spec/data/libraries/0.6.2/My Library/9780571147168.yaml +2 -0
  157. data/spec/end_to_end/basic_run_spec.rb +3 -8
  158. data/spec/fixtures/cover.jpg +0 -0
  159. data/spec/spec_helper.rb +47 -3
  160. data/tasks/spec.rake +3 -5
  161. data/util/rake/fileinstall.rb +16 -15
  162. data/util/rake/omfgenerate.rb +1 -1
  163. metadata +141 -52
  164. data/.travis.yml +0 -39
  165. data/lib/alexandria/book_providers/adlibris.rb +0 -196
  166. data/lib/alexandria/book_providers/amazon_aws.rb +0 -252
  167. data/lib/alexandria/book_providers/amazon_ecs_util.rb +0 -388
  168. data/lib/alexandria/book_providers/barnes_and_noble.rb +0 -209
  169. data/lib/alexandria/book_providers/proxis.rb +0 -175
  170. data/lib/alexandria/book_providers/siciliano.rb +0 -257
  171. data/lib/alexandria/book_providers/z3950.rb +0 -415
  172. data/spec/alexandria/ui/ui_utilities_spec.rb +0 -62
  173. 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: 2010-08-13 04:41+0100\n"
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/import_library.rb:30
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:31
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:33
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:35
136
+ #: ../lib/alexandria/import_library.rb:25
35
137
  msgid "GoodReads CSV"
36
138
  msgstr ""
37
139
 
38
- #: ../lib/alexandria/models/library.rb:56
39
- msgid "Untitled"
40
- msgstr "Sans Titre"
140
+ #: ../lib/alexandria/import_library.rb:65
141
+ msgid "Unsupported type"
142
+ msgstr ""
41
143
 
42
- #: ../lib/alexandria/models/library.rb:245
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/about.rb:24
47
- msgid "A program to help you manage your book collection."
48
- msgstr "Un programme pour vous aider à gérer votre collection de livres."
152
+ #: ../lib/alexandria/library_store.rb:67
153
+ msgid "Not a book: %<book>s"
154
+ msgstr ""
49
155
 
50
- #: ../lib/alexandria/ui/ui_manager.rb:135
51
- msgid "Type here the search criterion"
52
- msgstr "Tapez ici le critère de recherche"
156
+ #: ../lib/alexandria/library_store.rb:78
157
+ msgid "%<file>s isbn is not okay"
158
+ msgstr ""
53
159
 
54
- #: ../lib/alexandria/ui/ui_manager.rb:148
55
- msgid "Match everything"
56
- msgstr "Filtre tout"
160
+ #: ../lib/alexandria/library_store.rb:83
161
+ msgid "%<file>s version is not okay"
162
+ msgstr ""
57
163
 
58
- #: ../lib/alexandria/ui/ui_manager.rb:150
59
- msgid "Title contains"
60
- msgstr "Le titre contient"
164
+ #: ../lib/alexandria/library_store.rb:88
165
+ msgid "%<file>s pub year is not okay"
166
+ msgstr ""
61
167
 
62
- #: ../lib/alexandria/ui/ui_manager.rb:151
63
- msgid "Authors contain"
64
- msgstr "Les auteurs contiennent"
168
+ #: ../lib/alexandria/models/library.rb:42
169
+ msgid "Untitled"
170
+ msgstr "Sans Titre"
65
171
 
66
- #: ../lib/alexandria/ui/ui_manager.rb:152
67
- msgid "ISBN contains"
68
- msgstr "L'ISBN contient"
172
+ #: ../lib/alexandria/models/library.rb:284
173
+ msgid "Book %<isbn>s was already deleted"
174
+ msgstr ""
69
175
 
70
- #: ../lib/alexandria/ui/ui_manager.rb:153
71
- msgid "Publisher contains"
72
- msgstr "L'éditeur contient"
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/ui/ui_manager.rb:154
75
- msgid "Notes contain"
76
- msgstr "Les notes contiennent"
180
+ #: ../lib/alexandria/scanners/cue_cat.rb:109
181
+ msgid "Error parsing CueCat input"
182
+ msgstr ""
77
183
 
78
- #: ../lib/alexandria/ui/ui_manager.rb:155
79
- msgid "Tags contain"
80
- msgstr "Les étiquettes contiennent"
184
+ #: ../lib/alexandria/scanners/keyboard.rb:51
185
+ msgid "Unknown scan data %s<data>"
186
+ msgstr ""
81
187
 
82
- #: ../lib/alexandria/ui/ui_manager.rb:170
83
- msgid "Change the search type"
84
- msgstr "Change le type de recherche."
188
+ #: ../lib/alexandria/smart_library.rb:49
189
+ msgid "Favorite"
190
+ msgstr "Favoris"
85
191
 
86
- #: ../lib/alexandria/ui/ui_manager.rb:175
87
- msgid "View as Icons"
88
- msgstr "Voir en tant qu'icônes"
192
+ #: ../lib/alexandria/smart_library.rb:55
193
+ msgid "Loaned"
194
+ msgstr "Prêts"
89
195
 
90
- #: ../lib/alexandria/ui/ui_manager.rb:176
91
- msgid "View as List"
92
- msgstr "Voir en tant que liste"
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/ui/ui_manager.rb:189
95
- msgid "Choose how to show books"
96
- msgstr "Choix de la méthode d'affichage des livres"
201
+ #: ../lib/alexandria/smart_library.rb:67
202
+ msgid "Owned"
203
+ msgstr "Acquis"
97
204
 
98
- #: ../lib/alexandria/ui/ui_manager.rb:436
99
- msgid "Library '%s' selected"
100
- msgstr "Bibliothèque '%s' sélectionnée"
205
+ #: ../lib/alexandria/smart_library.rb:76
206
+ msgid "Wishlist"
207
+ msgstr "Liste de demande"
101
208
 
102
- #: ../lib/alexandria/ui/ui_manager.rb:443
103
- msgid "Library '%s' selected, %d unrated book"
104
- msgid_plural "Library '%s' selected, %d unrated books"
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/ui_manager.rb:448
109
- msgid "Library '%s' selected, %d book"
110
- msgid_plural "Library '%s' selected, %d books"
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/ui_manager.rb:455
115
- msgid "Library '%s' selected, %d book, %d unrated"
116
- msgid_plural "Library '%s' selected, %d books, %d unrated"
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/ui_manager.rb:467
121
- msgid "'%s' selected"
122
- msgstr " '%s' sélectionné"
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/ui_manager.rb:470
125
- msgid "%d book selected"
126
- msgid_plural "%d books selected"
127
- msgstr[0] "%d livre sélectionné"
128
- msgstr[1] "%d livres sélectionnés"
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/ui/ui_manager.rb:648
131
- msgid "Unable to launch the web browser"
132
- msgstr "Impossible de démarrer le navigateur Internet"
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/ui/ui_manager.rb:649
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
- "Check out that a web browser is configured as default (Desktop Preferences -"
137
- "> Advanced -> Preferred Applications) and try again."
384
+ "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
385
+ "correcty, and try again."
138
386
  msgstr ""
139
- "Vérifiez qu'un nativateur Internet est configuré par défaut (Préférences du "
140
- "bureau -> Applications préférées) et ré-essayez encore."
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/ui_manager.rb:661
143
- msgid "Unable to launch the mail reader"
144
- msgstr "Impossible de démarrer le client de messagerie"
395
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:104
396
+ msgid "Properties"
397
+ msgstr "Propriétés"
145
398
 
146
- #: ../lib/alexandria/ui/ui_manager.rb:662
147
- msgid ""
148
- "Check out that a mail reader is configured as default (Desktop Preferences -"
149
- "> Advanced -> Preferred Applications) and try again."
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/ui_manager.rb:697
155
- msgid "Repair Book Data"
156
- msgstr "Répérer les données du livre"
404
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:112
405
+ msgid "Author"
406
+ msgstr "Auteur"
157
407
 
158
- #: ../lib/alexandria/ui/ui_manager.rb:698
159
- msgid ""
160
- "The data files for the following books are malformed or empty. Do you wish "
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/ui_manager.rb:755
169
- msgid "Added '%s' to library '%s'"
170
- msgstr "Ajouté '%s' à la bibliothèque '%s'"
412
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:163
413
+ msgid "No Cover"
414
+ msgstr "Aucune couverture"
171
415
 
172
- #: ../lib/alexandria/ui/ui_manager.rb:908
173
- msgid "Loading '%s'..."
174
- msgstr "À télécharger '%s' ..."
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/ui_manager.rb:1157
177
- msgid "In '_%s'"
178
- msgstr "Dans '_%s'"
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:65
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:122
187
- #: ../lib/alexandria/ui/export_dialog.rb:128
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:274
436
+ #: ../lib/alexandria/ui/callbacks.rb:362
196
437
  msgid "_Library"
197
438
  msgstr "_Bibliothèque"
198
439
 
199
- #: ../lib/alexandria/ui/callbacks.rb:275
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:275
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:276
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:276
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:277
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:277
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:278
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:278
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:279
472
+ #: ../lib/alexandria/ui/callbacks.rb:367
232
473
  msgid "_Import..."
233
474
  msgstr "_Importer..."
234
475
 
235
- #: ../lib/alexandria/ui/callbacks.rb:279
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:280
480
+ #: ../lib/alexandria/ui/callbacks.rb:368
240
481
  msgid "_Export..."
241
482
  msgstr "_Exporter..."
242
483
 
243
- #: ../lib/alexandria/ui/callbacks.rb:280
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:281
248
- msgid "_Acquire from Scanner..."
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:281
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:282
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:282
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:283
505
+ #: ../lib/alexandria/ui/callbacks.rb:371
264
506
  msgid "_Quit"
265
507
  msgstr "_Quitter"
266
508
 
267
- #: ../lib/alexandria/ui/callbacks.rb:283
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:284
513
+ #: ../lib/alexandria/ui/callbacks.rb:372
272
514
  msgid "_Edit"
273
515
  msgstr "_Édition"
274
516
 
275
- #: ../lib/alexandria/ui/callbacks.rb:285
517
+ #: ../lib/alexandria/ui/callbacks.rb:373
276
518
  msgid "_Undo"
277
519
  msgstr "_Annuler"
278
520
 
279
- #: ../lib/alexandria/ui/callbacks.rb:285
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:286
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:286
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:287
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:287
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:288
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:288
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:289
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:290
553
+ #: ../lib/alexandria/ui/callbacks.rb:378
312
554
  msgid "None"
313
555
  msgstr "Aucune"
314
556
 
315
- #: ../lib/alexandria/ui/callbacks.rb:291
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:292
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:293
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:294
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:295
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:296
577
+ #: ../lib/alexandria/ui/callbacks.rb:384
336
578
  msgid "_Move"
337
579
  msgstr "_Déplacer"
338
580
 
339
- #: ../lib/alexandria/ui/callbacks.rb:297
581
+ #: ../lib/alexandria/ui/callbacks.rb:385
340
582
  msgid "_Rename"
341
583
  msgstr "_Renommer"
342
584
 
343
- #: ../lib/alexandria/ui/callbacks.rb:298
585
+ #: ../lib/alexandria/ui/callbacks.rb:386
344
586
  msgid "_Delete"
345
587
  msgstr "_Supprimer"
346
588
 
347
- #: ../lib/alexandria/ui/callbacks.rb:298
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:299
593
+ #: ../lib/alexandria/ui/callbacks.rb:387
352
594
  msgid "_Search"
353
595
  msgstr "_Rechercher"
354
596
 
355
- #: ../lib/alexandria/ui/callbacks.rb:299
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:300
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:300
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:301
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:301
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:302
617
+ #: ../lib/alexandria/ui/callbacks.rb:390
376
618
  msgid "_View"
377
619
  msgstr "_Affichage"
378
620
 
379
- #: ../lib/alexandria/ui/callbacks.rb:303
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:304
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:306
629
+ #: ../lib/alexandria/ui/callbacks.rb:394
388
630
  msgid "_Help"
389
631
  msgstr "_Aide"
390
632
 
391
- #: ../lib/alexandria/ui/callbacks.rb:307
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:307
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:308
641
+ #: ../lib/alexandria/ui/callbacks.rb:396
400
642
  msgid "Contents"
401
643
  msgstr "Contenu"
402
644
 
403
- #: ../lib/alexandria/ui/callbacks.rb:308
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:309
649
+ #: ../lib/alexandria/ui/callbacks.rb:397
408
650
  msgid "_About"
409
651
  msgstr "À _propos"
410
652
 
411
- #: ../lib/alexandria/ui/callbacks.rb:309
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:334
416
- msgid "Side _Pane"
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:336
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:338
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:340
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:345
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:346
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:350
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:351
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:352
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:353
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:354
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:355
705
+ #: ../lib/alexandria/ui/callbacks.rb:428
460
706
  msgid "By _Rating"
461
707
  msgstr "Par _notation"
462
708
 
463
- #: ../lib/alexandria/ui/callbacks.rb:359
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/export_dialog.rb:28
716
- #: ../lib/alexandria/ui/misc_dialogs.rb:30
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/export_dialog.rb:29
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/export_dialog.rb:52
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:58
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:77
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:87
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:100
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:155
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:159
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/new_book_dialog.rb:32
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/new_book_dialog.rb:35
765
- msgid "_Keep"
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. Do you want to keep the book but change the ISBN or cancel the "
772
- "add?"
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/new_book_dialog.rb:182
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:304
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:310
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:383
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:630
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/misc_dialogs.rb:26
803
- msgid "The book '%s' already exists in '%s'. Would you like to replace it?"
804
- msgstr "Le livre '%s' existe déjà dans '%s'. Voulez-vous le remplacer ?"
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/misc_dialogs.rb:29
807
- msgid "_Skip"
808
- msgstr "_Passer"
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/misc_dialogs.rb:31
811
- msgid "If you replace the existing book, its contents will be overwritten."
812
- msgstr "Si vous remplacez le livre existant, son contenu sera écrasé."
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/misc_dialogs.rb:50
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/misc_dialogs.rb:58
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/misc_dialogs.rb:63
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/misc_dialogs.rb:66
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:49
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:50
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:53
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:54
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:60
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:65
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:66
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:92
988
+ #: ../lib/alexandria/ui/sidepane_manager.rb:96
869
989
  msgid "Library"
870
990
  msgstr "Bibliothèque"
871
991
 
872
- #: ../lib/alexandria/ui/libraries_combo.rb:44
873
- msgid "New Library"
874
- msgstr "Nouvelle bibliothèque"
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/listview.rb:141 ../lib/alexandria/smart_library.rb:357
919
- #: ../data/alexandria/glade/preferences_dialog.glade:421
920
- msgid "Tags"
921
- msgstr "Étiquettes"
996
+ #: ../lib/alexandria/ui/skip_entry_dialog.rb:20
997
+ msgid "_Continue"
998
+ msgstr "_Continuer"
922
999
 
923
- #: ../lib/alexandria/ui/listview.rb:166 ../lib/alexandria/smart_library.rb:355
924
- msgid "Rating"
925
- msgstr "Notation"
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/init.rb:83
928
- msgid "Unable to launch the help browser"
929
- msgstr "Impossible de démarrer l' aide du navigateur "
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/init.rb:84
1008
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:101
932
1009
  msgid ""
933
- "Could not display help for Alexandria. There was an error launching the "
934
- "system help browser."
935
- msgstr ""
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/book_providers/z3950.rb:34
952
- msgid "Hostname"
953
- msgstr "Nom d'hôte"
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/smart_library.rb:110
1024
- msgid "Owned"
1025
- msgstr "Acquis"
1023
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:121
1024
+ msgid "all"
1025
+ msgstr "toutes"
1026
1026
 
1027
- #: ../lib/alexandria/smart_library.rb:119
1028
- msgid "Wishlist"
1029
- msgstr "Liste de demande"
1027
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:121
1028
+ msgid "any"
1029
+ msgstr "aucunes"
1030
1030
 
1031
- #: ../lib/alexandria/smart_library.rb:356
1032
- #: ../data/alexandria/glade/book_properties_dialog.glade:1225
1033
- msgid "Notes"
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/smart_library.rb:358
1037
- msgid "Loaning State"
1038
- msgstr "Etat du prêt"
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/smart_library.rb:359
1041
- msgid "Loaning Date"
1042
- msgstr "Date du prêt"
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/smart_library.rb:360
1045
- msgid "Loaning Person"
1046
- msgstr "Emprunteur"
1043
+ #: ../lib/alexandria/ui/ui_manager.rb:143
1044
+ msgid "Match everything"
1045
+ msgstr "Filtre tout"
1047
1046
 
1048
- #: ../lib/alexandria/smart_library.rb:362
1049
- msgid "Date Read"
1050
- msgstr "Date de lecture"
1047
+ #: ../lib/alexandria/ui/ui_manager.rb:145
1048
+ msgid "Title contains"
1049
+ msgstr "Le titre contient"
1051
1050
 
1052
- #: ../lib/alexandria/smart_library.rb:371
1053
- msgid "days"
1054
- msgstr "jours"
1051
+ #: ../lib/alexandria/ui/ui_manager.rb:146
1052
+ msgid "Authors contain"
1053
+ msgstr "Les auteurs contiennent"
1055
1054
 
1056
- #: ../lib/alexandria/smart_library.rb:382
1057
- msgid "is set"
1058
- msgstr "est défini"
1055
+ #: ../lib/alexandria/ui/ui_manager.rb:147
1056
+ msgid "ISBN contains"
1057
+ msgstr "L'ISBN contient"
1059
1058
 
1060
- #: ../lib/alexandria/smart_library.rb:386
1061
- msgid "is not set"
1062
- msgstr "n'est pas défini"
1059
+ #: ../lib/alexandria/ui/ui_manager.rb:148
1060
+ msgid "Publisher contains"
1061
+ msgstr "L'éditeur contient"
1063
1062
 
1064
- #: ../lib/alexandria/smart_library.rb:390
1065
- msgid "is"
1066
- msgstr "est"
1063
+ #: ../lib/alexandria/ui/ui_manager.rb:149
1064
+ msgid "Notes contain"
1065
+ msgstr "Les notes contiennent"
1067
1066
 
1068
- #: ../lib/alexandria/smart_library.rb:394
1069
- msgid "is not"
1070
- msgstr "n'est pas"
1067
+ #: ../lib/alexandria/ui/ui_manager.rb:150
1068
+ msgid "Tags contain"
1069
+ msgstr "Les étiquettes contiennent"
1071
1070
 
1072
- #: ../lib/alexandria/smart_library.rb:398
1073
- msgid "contains"
1074
- msgstr "contient"
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/smart_library.rb:402
1077
- msgid "does not contain"
1078
- msgstr "ne contient pas"
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/smart_library.rb:406
1081
- msgid "starts with"
1082
- msgstr "commence par"
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/smart_library.rb:410
1085
- msgid "ends with"
1086
- msgstr "finit par"
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/smart_library.rb:414
1089
- msgid "is greater than"
1090
- msgstr "est supérieur à"
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/smart_library.rb:418
1093
- msgid "is less than"
1094
- msgstr "est inférieur à"
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/smart_library.rb:422
1097
- msgid "is after"
1098
- msgstr "se situe après"
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/smart_library.rb:426
1101
- msgid "is before"
1102
- msgstr "se situe avant"
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/smart_library.rb:430
1105
- msgid "is in last"
1106
- msgstr "se situe en fin"
1109
+ #: ../lib/alexandria/ui/ui_manager.rb:434
1110
+ msgid "'%s' selected"
1111
+ msgstr " '%s' sélectionné"
1107
1112
 
1108
- #: ../lib/alexandria/smart_library.rb:450
1109
- msgid "is not in last"
1110
- msgstr "ne se situe pas en fin"
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/book_providers.rb:87
1113
- msgid "Couldn't reach the provider '%s': timeout expired."
1114
- msgstr "Impossible de joindre le fournisseur '%s': durée maximale dépassée."
1119
+ #: ../lib/alexandria/ui/ui_manager.rb:552
1120
+ msgid "unrecognized update event"
1121
+ msgstr ""
1115
1122
 
1116
- #: ../lib/alexandria/book_providers.rb:91
1117
- msgid "Couldn't reach the provider '%s': socket error (%s)."
1118
- msgstr "Impossible de joindre le fournisseur '%s': erreur socket (%s)."
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/book_providers.rb:95
1121
- #: ../lib/alexandria/book_providers.rb:100
1128
+ #: ../lib/alexandria/ui/ui_manager.rb:614
1122
1129
  msgid ""
1123
- "No results were found. Make sure your search criterion is spelled "
1124
- "correctly, and try again."
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
- "Aucun résultat trouvé. Vérifiez l'orthographe des critères de la recherche, "
1127
- "et ré-essayez encore."
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/book_providers.rb:105
1130
- msgid "Too many results for that search."
1131
- msgstr "Trop de résultats pour cette recherche."
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/book_providers.rb:108
1134
- msgid "Invalid search type."
1135
- msgstr "Type de recherche invalide."
1142
+ #: ../lib/alexandria/ui/ui_manager.rb:815
1143
+ msgid "Loading '%s'..."
1144
+ msgstr "À télécharger '%s' ..."
1136
1145
 
1137
- #: ../lib/alexandria/book_providers.rb:203
1138
- msgid "Enabled"
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
- #: ../data/alexandria/glade/acquire_dialog.glade:9
1154
+ #: ../share/alexandria/glade/acquire_dialog__builder.glade:9
1142
1155
  msgid "Acquire from Scanner"
1143
1156
  msgstr "Utilisation de scanner"
1144
1157
 
1145
- #: ../data/alexandria/glade/acquire_dialog.glade:87
1146
- #: ../data/alexandria/glade/new_book_dialog.glade:90
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
- #: ../data/alexandria/glade/main_app.glade:17
1151
- msgid "Main Window"
1152
- msgstr "Fenêtre Principale"
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
- #: ../data/alexandria/glade/main_app.glade:46
1159
- msgid "_Libraries:"
1160
- msgstr "_Bibliothèques:"
1171
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:21
1172
+ msgid "by authors"
1173
+ msgstr "par auteurs"
1161
1174
 
1162
- #: ../data/alexandria/glade/main_app.glade:111
1163
- msgid "Book listing."
1164
- msgstr "Liste des livres."
1175
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:24
1176
+ msgid "by keyword"
1177
+ msgstr "par mot clef"
1165
1178
 
1166
- #: ../data/alexandria/glade/main_app.glade:194
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
- #: ../data/alexandria/glade/new_book_dialog.glade:114
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
- #: ../data/alexandria/glade/new_book_dialog.glade:219
1189
- #: ../data/alexandria/glade/book_properties_dialog.glade:187
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
- #: ../data/alexandria/glade/book_properties_dialog.glade:86
1194
- msgid "_Title:"
1195
- msgstr "_Titre:"
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
- #: ../data/alexandria/glade/book_properties_dialog.glade:579
1230
- msgid "Click to pick a cover"
1231
- msgstr "Cliquez pour choisir une couverture"
1196
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:76
1197
+ msgid "<b>Visible Columns</b>"
1198
+ msgstr "<b>Colonnes visibles</b>"
1232
1199
 
1233
- #: ../data/alexandria/glade/book_properties_dialog.glade:620
1234
- msgid "Own it?"
1235
- msgstr "C'est à vous?"
1200
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:95
1201
+ msgid "_Authors"
1202
+ msgstr "_Auteurs"
1236
1203
 
1237
- #: ../data/alexandria/glade/book_properties_dialog.glade:646
1238
- msgid "Read it?"
1239
- msgstr "Lisez-le?"
1204
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:110
1205
+ msgid "_ISBN"
1206
+ msgstr "_ISBN"
1240
1207
 
1241
- #: ../data/alexandria/glade/book_properties_dialog.glade:695
1242
- msgid "Want it?"
1243
- msgstr "Le voulez-vous?"
1208
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:125
1209
+ msgid "_Publisher"
1210
+ msgstr "É_diteur"
1244
1211
 
1245
- #: ../data/alexandria/glade/book_properties_dialog.glade:721
1246
- msgid "Click on the stars to rate the book"
1247
- msgstr "Cliquer sur les étoiles pour noter le livre"
1212
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:140
1213
+ msgid "_Rating"
1214
+ msgstr "_Notation"
1248
1215
 
1249
- #: ../data/alexandria/glade/book_properties_dialog.glade:927
1250
- msgid "Rating:"
1251
- msgstr "Notation :"
1216
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:155
1217
+ msgid "_Binding"
1218
+ msgstr "É_dition"
1252
1219
 
1253
- #: ../data/alexandria/glade/book_properties_dialog.glade:967
1254
- msgid "General"
1255
- msgstr "Général"
1220
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:170
1221
+ msgid "Publish _year"
1222
+ msgstr "_Année de publication"
1256
1223
 
1257
- #: ../data/alexandria/glade/book_properties_dialog.glade:998
1258
- msgid "This book is _loaned"
1259
- msgstr "Ce livre est _prêté"
1224
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:185
1225
+ msgid "Read?"
1226
+ msgstr "Lire?"
1260
1227
 
1261
- #: ../data/alexandria/glade/book_properties_dialog.glade:1076
1262
- msgid "_To:"
1263
- msgstr "_À :"
1228
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:200
1229
+ msgid "Own?"
1230
+ msgstr "Possédez-vous?"
1264
1231
 
1265
- #: ../data/alexandria/glade/book_properties_dialog.glade:1106
1266
- msgid "_Since:"
1267
- msgstr "_Depuis :"
1232
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:215
1233
+ msgid "Want?"
1234
+ msgstr "Voulez-vous?"
1268
1235
 
1269
- #: ../data/alexandria/glade/book_properties_dialog.glade:1166
1270
- msgid "Loaning"
1271
- msgstr "Prêt"
1236
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:245
1237
+ #, fuzzy
1238
+ msgid "Loaned to"
1239
+ msgstr "Prêts"
1272
1240
 
1273
- #: ../data/alexandria/glade/preferences_dialog.glade:7
1274
- msgid "Preferences"
1275
- msgstr "Préférences"
1241
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:271
1242
+ #, fuzzy
1243
+ msgid "_List View"
1244
+ msgstr "Vue en liste"
1276
1245
 
1277
- #: ../data/alexandria/glade/preferences_dialog.glade:27
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
- #: ../data/alexandria/glade/preferences_dialog.glade:99
1251
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:372
1283
1252
  msgid "_Setup"
1284
1253
  msgstr "_Configurer"
1285
1254
 
1286
- #: ../data/alexandria/glade/preferences_dialog.glade:198
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
- #: ../data/alexandria/glade/preferences_dialog.glade:209
1266
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:486
1298
1267
  msgid "Custom _Z39.50 Providers"
1299
1268
  msgstr ""
1300
1269
 
1301
- #: ../data/alexandria/glade/preferences_dialog.glade:213
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
- #: ../data/alexandria/glade/preferences_dialog.glade:235
1276
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:511
1308
1277
  #, fuzzy
1309
1278
  msgid "_Providers"
1310
1279
  msgstr "Fournisseurs"
1311
1280
 
1312
- #: ../data/alexandria/glade/preferences_dialog.glade:252
1313
- msgid "<b>Visible Columns</b>"
1314
- msgstr "<b>Colonnes visibles</b>"
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
- #: ../data/alexandria/glade/preferences_dialog.glade:270
1317
- msgid "_Authors"
1318
- msgstr "_Auteurs"
1286
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:556
1287
+ msgid "_Device type:"
1288
+ msgstr ""
1319
1289
 
1320
- #: ../data/alexandria/glade/preferences_dialog.glade:285
1321
- msgid "_ISBN"
1322
- msgstr "_ISBN"
1290
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:602
1291
+ msgid "<b>Sound Effects</b>"
1292
+ msgstr ""
1323
1293
 
1324
- #: ../data/alexandria/glade/preferences_dialog.glade:302
1325
- msgid "_Publisher"
1326
- msgstr "É_diteur"
1294
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:618
1295
+ #, fuzzy
1296
+ msgid "Scanning"
1297
+ msgstr "Prêt"
1327
1298
 
1328
- #: ../data/alexandria/glade/preferences_dialog.glade:319
1329
- msgid "_Rating"
1330
- msgstr "_Notation"
1299
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:632
1300
+ msgid "Good Scan / Bad Scan"
1301
+ msgstr ""
1331
1302
 
1332
- #: ../data/alexandria/glade/preferences_dialog.glade:336
1333
- msgid "_Binding"
1334
- msgstr "É_dition"
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
- #: ../data/alexandria/glade/preferences_dialog.glade:353
1337
- msgid "Publish _year"
1338
- msgstr "_Année de publication"
1308
+ #: ../share/alexandria/glade/main_app__builder.glade:48
1309
+ msgid "_Libraries:"
1310
+ msgstr "_Bibliothèques:"
1339
1311
 
1340
- #: ../data/alexandria/glade/preferences_dialog.glade:370
1341
- msgid "Read?"
1342
- msgstr "Lire?"
1312
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:60
1313
+ msgid "_Title:"
1314
+ msgstr "_Titre:"
1343
1315
 
1344
- #: ../data/alexandria/glade/preferences_dialog.glade:387
1345
- msgid "Own?"
1346
- msgstr "Possédez-vous?"
1316
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:199
1317
+ msgid "_Authors:"
1318
+ msgstr "_Auteurs:"
1347
1319
 
1348
- #: ../data/alexandria/glade/preferences_dialog.glade:404
1349
- msgid "Want?"
1350
- msgstr "Voulez-vous?"
1320
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:213
1321
+ msgid "Tags:"
1322
+ msgstr "Étiquettes:"
1351
1323
 
1352
- #: ../data/alexandria/glade/preferences_dialog.glade:438
1353
- #, fuzzy
1354
- msgid "Loaned to"
1355
- msgstr "Prêts"
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
- #: ../data/alexandria/glade/preferences_dialog.glade:465
1352
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:576
1358
1353
  #, fuzzy
1359
- msgid "_List View"
1360
- msgstr "Vue en liste"
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