alexandria-book-collection-manager 0.6.9.pre1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +10 -0
- data/.rubocop.yml +68 -0
- data/.rubocop_todo.yml +200 -0
- data/CHANGELOG.md +23 -0
- data/COPYING +339 -0
- data/ChangeLog.0 +3598 -0
- data/Gemfile +9 -0
- data/INSTALL.rdoc +156 -0
- data/PACKAGING +36 -0
- data/README.md +88 -0
- data/RELEASE_CHECKLIST +18 -0
- data/Rakefile +264 -0
- data/TODO +24 -0
- data/alexandria-book-collection-manager.gemspec +35 -0
- data/alexandria.desktop.in +10 -0
- data/bin/alexandria +82 -0
- data/doc/AUTHORS +60 -0
- data/doc/BUGS +31 -0
- data/doc/FAQ +369 -0
- data/doc/HACKING +19 -0
- data/doc/NEWS +341 -0
- data/doc/alexandria.1 +120 -0
- data/doc/cuecat_support.rdoc +67 -0
- data/lib/alexandria.rb +85 -0
- data/lib/alexandria/about.rb +82 -0
- data/lib/alexandria/book_providers.rb +411 -0
- data/lib/alexandria/book_providers/adlibris.rb +235 -0
- data/lib/alexandria/book_providers/amazon_aws.rb +261 -0
- data/lib/alexandria/book_providers/amazon_ecs_util.rb +405 -0
- data/lib/alexandria/book_providers/barnes_and_noble.rb +229 -0
- data/lib/alexandria/book_providers/bol_it.rb +162 -0
- data/lib/alexandria/book_providers/deastore.rb +277 -0
- data/lib/alexandria/book_providers/douban.rb +135 -0
- data/lib/alexandria/book_providers/ibs_it.rb +149 -0
- data/lib/alexandria/book_providers/mcu.rb +177 -0
- data/lib/alexandria/book_providers/proxis.rb +205 -0
- data/lib/alexandria/book_providers/pseudomarc.rb +185 -0
- data/lib/alexandria/book_providers/renaud.rb +142 -0
- data/lib/alexandria/book_providers/siciliano.rb +271 -0
- data/lib/alexandria/book_providers/thalia.rb +197 -0
- data/lib/alexandria/book_providers/web.rb +59 -0
- data/lib/alexandria/book_providers/webster_it.rb +173 -0
- data/lib/alexandria/book_providers/worldcat.rb +251 -0
- data/lib/alexandria/book_providers/z3950.rb +422 -0
- data/lib/alexandria/config.rb +8 -0
- data/lib/alexandria/console.rb +31 -0
- data/lib/alexandria/execution_queue.rb +96 -0
- data/lib/alexandria/export_library.rb +536 -0
- data/lib/alexandria/import_library.rb +316 -0
- data/lib/alexandria/import_library_csv.rb +270 -0
- data/lib/alexandria/logging.rb +159 -0
- data/lib/alexandria/models/book.rb +72 -0
- data/lib/alexandria/models/library.rb +714 -0
- data/lib/alexandria/net.rb +53 -0
- data/lib/alexandria/preferences.rb +324 -0
- data/lib/alexandria/scanners.rb +42 -0
- data/lib/alexandria/scanners/cuecat.rb +118 -0
- data/lib/alexandria/scanners/keyboard.rb +57 -0
- data/lib/alexandria/smart_library.rb +525 -0
- data/lib/alexandria/ui.rb +53 -0
- data/lib/alexandria/ui/builder_base.rb +43 -0
- data/lib/alexandria/ui/callbacks.rb +389 -0
- data/lib/alexandria/ui/completion_models.rb +228 -0
- data/lib/alexandria/ui/dialogs/about_dialog.rb +59 -0
- data/lib/alexandria/ui/dialogs/acquire_dialog.rb +640 -0
- data/lib/alexandria/ui/dialogs/alert_dialog.rb +68 -0
- data/lib/alexandria/ui/dialogs/bad_isbns_dialog.rb +43 -0
- data/lib/alexandria/ui/dialogs/barcode_animation.rb +159 -0
- data/lib/alexandria/ui/dialogs/book_properties_dialog.rb +210 -0
- data/lib/alexandria/ui/dialogs/book_properties_dialog_base.rb +432 -0
- data/lib/alexandria/ui/dialogs/export_dialog.rb +172 -0
- data/lib/alexandria/ui/dialogs/import_dialog.rb +205 -0
- data/lib/alexandria/ui/dialogs/misc_dialogs.rb +85 -0
- data/lib/alexandria/ui/dialogs/new_book_dialog.rb +639 -0
- data/lib/alexandria/ui/dialogs/new_book_dialog_manual.rb +153 -0
- data/lib/alexandria/ui/dialogs/new_smart_library_dialog.rb +67 -0
- data/lib/alexandria/ui/dialogs/preferences_dialog.rb +587 -0
- data/lib/alexandria/ui/dialogs/smart_library_properties_dialog.rb +56 -0
- data/lib/alexandria/ui/dialogs/smart_library_properties_dialog_base.rb +432 -0
- data/lib/alexandria/ui/dndable.rb +81 -0
- data/lib/alexandria/ui/gtk_thread_help.rb +88 -0
- data/lib/alexandria/ui/icons.rb +100 -0
- data/lib/alexandria/ui/iconview.rb +91 -0
- data/lib/alexandria/ui/iconview_tooltips.rb +162 -0
- data/lib/alexandria/ui/init.rb +93 -0
- data/lib/alexandria/ui/libraries_combo.rb +75 -0
- data/lib/alexandria/ui/listview.rb +310 -0
- data/lib/alexandria/ui/main_app.rb +67 -0
- data/lib/alexandria/ui/multi_drag_treeview.rb +150 -0
- data/lib/alexandria/ui/sidepane.rb +194 -0
- data/lib/alexandria/ui/sound.rb +107 -0
- data/lib/alexandria/ui/ui_manager.rb +1308 -0
- data/lib/alexandria/undo_manager.rb +78 -0
- data/lib/alexandria/utils.rb +30 -0
- data/lib/alexandria/version.rb +24 -0
- data/lib/alexandria/web_themes.rb +75 -0
- data/misc/sounds/README +15 -0
- data/misc/sounds/bad_scan.csd +62 -0
- data/misc/sounds/good_scan.csd +61 -0
- data/misc/sounds/scanning.csd +46 -0
- data/po/ChangeLog +488 -0
- data/po/Makefile +44 -0
- data/po/README +29 -0
- data/po/commit-po +72 -0
- data/po/cs.po +1437 -0
- data/po/cy.po +1521 -0
- data/po/de.po +1400 -0
- data/po/el.po +1379 -0
- data/po/es.po +1376 -0
- data/po/fr.po +1420 -0
- data/po/ga.po +1359 -0
- data/po/gl.po +1397 -0
- data/po/it.po +1406 -0
- data/po/ja.po +1355 -0
- data/po/mk.po +1373 -0
- data/po/nb.po +1386 -0
- data/po/nl.po +1405 -0
- data/po/pl.po +1373 -0
- data/po/pt.po +1398 -0
- data/po/pt_BR.po +1409 -0
- data/po/ru.po +1372 -0
- data/po/sk.po +1380 -0
- data/po/sv.po +1402 -0
- data/po/uk.po +1423 -0
- data/po/zh_TW.po +1394 -0
- data/schemas/alexandria.schemas +300 -0
- data/share/alexandria/glade/acquire_dialog__builder.glade +201 -0
- data/share/alexandria/glade/book_properties_dialog__builder.glade +910 -0
- data/share/alexandria/glade/main_app__builder.glade +229 -0
- data/share/alexandria/glade/new_book_dialog__builder.glade +379 -0
- data/share/alexandria/glade/preferences_dialog__builder.glade +733 -0
- data/share/alexandria/icons/alexandria.png +0 -0
- data/share/alexandria/icons/alexandria_small.png +0 -0
- data/share/alexandria/icons/book.png +0 -0
- data/share/alexandria/icons/book_icon.png +0 -0
- data/share/alexandria/icons/book_small.png +0 -0
- data/share/alexandria/icons/cuecat.png +0 -0
- data/share/alexandria/icons/cuecat_inactive.png +0 -0
- data/share/alexandria/icons/favorite_tag.png +0 -0
- data/share/alexandria/icons/less.png +0 -0
- data/share/alexandria/icons/library.png +0 -0
- data/share/alexandria/icons/library_small.png +0 -0
- data/share/alexandria/icons/lookup.png +0 -0
- data/share/alexandria/icons/more.png +0 -0
- data/share/alexandria/icons/no_cover.png +0 -0
- data/share/alexandria/icons/smart_library.png +0 -0
- data/share/alexandria/icons/smart_library_small.png +0 -0
- data/share/alexandria/icons/star_set.png +0 -0
- data/share/alexandria/icons/star_unset.png +0 -0
- data/share/alexandria/icons/view_as_icons.png +0 -0
- data/share/alexandria/icons/view_as_list.png +0 -0
- data/share/alexandria/ui/menus.xml +91 -0
- data/share/alexandria/ui/popups.xml +91 -0
- data/share/alexandria/web-themes/clean/clean.css +85 -0
- data/share/alexandria/web-themes/clean/preview.jpg +0 -0
- data/share/alexandria/web-themes/list/list.css +105 -0
- data/share/alexandria/web-themes/list/preview.jpg +0 -0
- data/share/app-icon/16x16/alexandria.png +0 -0
- data/share/app-icon/16x16/alexandria.svg +263 -0
- data/share/app-icon/22x22/alexandria.png +0 -0
- data/share/app-icon/22x22/alexandria.svg +465 -0
- data/share/app-icon/24x24/alexandria.png +0 -0
- data/share/app-icon/32x32/alexandria.png +0 -0
- data/share/app-icon/32x32/alexandria.svg +813 -0
- data/share/app-icon/32x32/alexandria.xpm +241 -0
- data/share/app-icon/48x48/alexandria.png +0 -0
- data/share/app-icon/scalable/alexandria.svg +700 -0
- data/share/gnome/help/alexandria/C/about.xml +44 -0
- data/share/gnome/help/alexandria/C/adding-books.xml +339 -0
- data/share/gnome/help/alexandria/C/alexandria.xml +185 -0
- data/share/gnome/help/alexandria/C/bugs.xml +18 -0
- data/share/gnome/help/alexandria/C/editing-book-properties.xml +124 -0
- data/share/gnome/help/alexandria/C/exporting.xml +81 -0
- data/share/gnome/help/alexandria/C/figures/adding_books_acquire_from_scanner_process.png +0 -0
- data/share/gnome/help/alexandria/C/figures/adding_books_add_by_isbn.png +0 -0
- data/share/gnome/help/alexandria/C/figures/adding_books_isbn_import.png +0 -0
- data/share/gnome/help/alexandria/C/figures/adding_books_manual_details.png +0 -0
- data/share/gnome/help/alexandria/C/figures/adding_books_rename_library_after_import.png +0 -0
- data/share/gnome/help/alexandria/C/figures/adding_books_search_results.png +0 -0
- data/share/gnome/help/alexandria/C/figures/editing_book_properties_info.png +0 -0
- data/share/gnome/help/alexandria/C/figures/editing_book_properties_loaning.png +0 -0
- data/share/gnome/help/alexandria/C/figures/exporting_information_html.png +0 -0
- data/share/gnome/help/alexandria/C/figures/getting_started_first_launched.png +0 -0
- data/share/gnome/help/alexandria/C/figures/searching_filtering_views_list_view.png +0 -0
- data/share/gnome/help/alexandria/C/figures/searching_filtering_views_list_view_search.png +0 -0
- data/share/gnome/help/alexandria/C/figures/settings_providers_new_z3950.png +0 -0
- data/share/gnome/help/alexandria/C/figures/smart_libraries_new_smart_library.png +0 -0
- data/share/gnome/help/alexandria/C/figures/working_with_libraries_library_pane.png +0 -0
- data/share/gnome/help/alexandria/C/getting-started.xml +154 -0
- data/share/gnome/help/alexandria/C/gnu-fdl-1.2.xml +543 -0
- data/share/gnome/help/alexandria/C/introduction.xml +142 -0
- data/share/gnome/help/alexandria/C/searching.xml +90 -0
- data/share/gnome/help/alexandria/C/settings.xml +140 -0
- data/share/gnome/help/alexandria/C/smart-libraries.xml +160 -0
- data/share/gnome/help/alexandria/C/working-with-libraries.xml +76 -0
- data/share/gnome/help/alexandria/ChangeLog +99 -0
- data/share/gnome/help/alexandria/fr/alexandria.xml +2292 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_add_button.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_add_by_isbn_1.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_add_by_search_1.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_add_manually.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_add_z3950.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_close_button.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_edit_info.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_export_web_page.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_importing.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_library_pane.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_list_view.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_list_view_search.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_loaning.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_main_window.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_remove_button.png +0 -0
- data/share/gnome/help/alexandria/ja/about.xml +33 -0
- data/share/gnome/help/alexandria/ja/adding-books.xml +314 -0
- data/share/gnome/help/alexandria/ja/alexandria.xml +172 -0
- data/share/gnome/help/alexandria/ja/bugs.xml +11 -0
- data/share/gnome/help/alexandria/ja/editing-book-properties.xml +100 -0
- data/share/gnome/help/alexandria/ja/exporting.xml +98 -0
- data/share/gnome/help/alexandria/ja/figures/adding_books_acquire_from_scanner_process.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/adding_books_add_by_isbn.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/adding_books_isbn_import.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/adding_books_manual_details.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/adding_books_rename_library_after_import.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/adding_books_search_results.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/editing_book_properties_info.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/editing_book_properties_loaning.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/exporting_information_html.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/getting_started_first_launched.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/searching_filtering_views_list_view.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/searching_filtering_views_list_view_search.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/settings_providers_new_z3950.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/smart_libraries_new_smart_library.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/working_with_libraries_library_pane.png +0 -0
- data/share/gnome/help/alexandria/ja/getting-started.xml +144 -0
- data/share/gnome/help/alexandria/ja/gnu-fdl-1.2.xml +541 -0
- data/share/gnome/help/alexandria/ja/introduction.xml +134 -0
- data/share/gnome/help/alexandria/ja/searching.xml +104 -0
- data/share/gnome/help/alexandria/ja/settings.xml +129 -0
- data/share/gnome/help/alexandria/ja/smart-libraries.xml +140 -0
- data/share/gnome/help/alexandria/ja/working-with-libraries.xml +88 -0
- data/share/menu/alexandria +7 -0
- data/share/omf/alexandria/alexandria-C.omf.in +27 -0
- data/share/omf/alexandria/alexandria-fr.omf.in +30 -0
- data/share/sounds/alexandria/bad_scan.ogg +0 -0
- data/share/sounds/alexandria/bad_scan.wav +0 -0
- data/share/sounds/alexandria/good_scan.ogg +0 -0
- data/share/sounds/alexandria/good_scan.wav +0 -0
- data/share/sounds/alexandria/scanning.ogg +0 -0
- data/share/sounds/alexandria/scanning.wav +0 -0
- data/spec/alexandria/library_spec.rb +205 -0
- data/spec/alexandria/preferences_spec.rb +22 -0
- data/spec/alexandria/scanners/cuecat_spec.rb +68 -0
- data/spec/alexandria/smart_library_spec.rb +22 -0
- data/spec/alexandria/ui/dialogs_spec.rb +90 -0
- data/spec/alexandria/ui/iconview_spec.rb +27 -0
- data/spec/alexandria/ui/listview_spec.rb +28 -0
- data/spec/alexandria/ui/main_app_spec.rb +48 -0
- data/spec/alexandria/ui/sidepane_spec.rb +27 -0
- data/spec/alexandria/ui/ui_manager_spec.rb +26 -0
- data/spec/alexandria/ui/ui_utilities_spec.rb +60 -0
- data/spec/alexandria/utilities_spec.rb +50 -0
- data/spec/data/libraries/0.6.1-noisbn/My Library/0201398257.yaml +10 -0
- data/spec/data/libraries/0.6.1-noisbn/My Library/1565920007.yaml +10 -0
- data/spec/data/libraries/0.6.1/My Library/0192812173.yaml +9 -0
- data/spec/data/libraries/0.6.1/My Library/0201398257.cover +0 -0
- data/spec/data/libraries/0.6.1/My Library/0201398257.yaml +10 -0
- data/spec/data/libraries/0.6.1/My Library/1565920007.yaml +10 -0
- data/spec/data/libraries/0.6.2/My Library/9780140266146.cover +0 -0
- data/spec/data/libraries/0.6.2/My Library/9780140266146.yaml +16 -0
- data/spec/data/libraries/0.6.2/My Library/9780140278781.cover +0 -0
- data/spec/data/libraries/0.6.2/My Library/9780140278781.yaml +21 -0
- data/spec/data/libraries/0.6.2/My Library/9780571147168.cover +0 -0
- data/spec/data/libraries/0.6.2/My Library/9780571147168.yaml +20 -0
- data/spec/data/libraries/0.6.2/My Library/9780575079038.cover +0 -0
- data/spec/data/libraries/0.6.2/My Library/9780575079038.yaml +20 -0
- data/spec/data/libraries/0.6.2/My Library/9780755322800.cover +0 -0
- data/spec/data/libraries/0.6.2/My Library/9780755322800.yaml +20 -0
- data/spec/spec_helper.rb +46 -0
- data/tasks/rdoc.rake +6 -0
- data/tasks/setup.rb +30 -0
- data/tasks/spec.rake +29 -0
- data/tasks/test.rake +38 -0
- data/test/application_test.rb +39 -0
- data/test/book_test.rb +34 -0
- data/test/data/isbns.txt +3 -0
- data/test/isbn_test.rb +68 -0
- data/test/providers_test.rb +254 -0
- data/test/test_helper.rb +42 -0
- data/util/rake/fileinstall.rb +313 -0
- data/util/rake/gettextgenerate.rb +158 -0
- data/util/rake/omfgenerate.rb +79 -0
- metadata +452 -0
data/po/gl.po
ADDED
@@ -0,0 +1,1397 @@
|
|
1
|
+
# Galician translation of alexandria.
|
2
|
+
# Copyright (C) 2008 Adrián Chaves Fernández <adriyetichaves@gmail.com>
|
3
|
+
# This file is distributed under the same license as the Alexandria package.
|
4
|
+
#
|
5
|
+
# Leandro Regueiro <leandro.regueiro@gmail.com>, 2008.
|
6
|
+
# Adrián Chaves Fernández <adriyetichaves@gmail.com>, 2008.
|
7
|
+
#
|
8
|
+
# Proxecto Trasno http://trasno.net, 2008.
|
9
|
+
#
|
10
|
+
msgid ""
|
11
|
+
msgstr ""
|
12
|
+
"Project-Id-Version: alexandria 0.6.3\n"
|
13
|
+
"Report-Msgid-Bugs-To: \n"
|
14
|
+
"POT-Creation-Date: 2010-08-13 04:41+0100\n"
|
15
|
+
"PO-Revision-Date: 2008-04-09 14:04+0100\n"
|
16
|
+
"Last-Translator: Leandro Regueiro <leandro DOT regueiro AT gmail DOT com>\n"
|
17
|
+
"Language-Team: Galician <proxecto@trasno.net>\n"
|
18
|
+
"MIME-Version: 1.0\n"
|
19
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
20
|
+
"Content-Transfer-Encoding: 8bit\n"
|
21
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
22
|
+
|
23
|
+
#: ../lib/alexandria/import_library.rb:30
|
24
|
+
msgid "Autodetect"
|
25
|
+
msgstr "Detectar automaticamente"
|
26
|
+
|
27
|
+
#: ../lib/alexandria/import_library.rb:31
|
28
|
+
msgid "Archived Tellico XML (*.bc, *.tc)"
|
29
|
+
msgstr "XML de Tellico Arquivado (*.bc, *.tc)"
|
30
|
+
|
31
|
+
#: ../lib/alexandria/import_library.rb:33
|
32
|
+
msgid "ISBN List (*.txt)"
|
33
|
+
msgstr "Lista de ISBN (*.txt)"
|
34
|
+
|
35
|
+
#: ../lib/alexandria/import_library.rb:35
|
36
|
+
msgid "GoodReads CSV"
|
37
|
+
msgstr ""
|
38
|
+
|
39
|
+
#: ../lib/alexandria/models/library.rb:56
|
40
|
+
msgid "Untitled"
|
41
|
+
msgstr "Sen título"
|
42
|
+
|
43
|
+
#: ../lib/alexandria/models/library.rb:245
|
44
|
+
msgid "My Library"
|
45
|
+
msgstr "A miña biblioteca"
|
46
|
+
|
47
|
+
#: ../lib/alexandria/about.rb:24
|
48
|
+
msgid "A program to help you manage your book collection."
|
49
|
+
msgstr "Un programa para axudarlle a xestionar a súa colección de libros."
|
50
|
+
|
51
|
+
#: ../lib/alexandria/ui/ui_manager.rb:135
|
52
|
+
msgid "Type here the search criterion"
|
53
|
+
msgstr "Escriba aquí os criterios da busca"
|
54
|
+
|
55
|
+
#: ../lib/alexandria/ui/ui_manager.rb:148
|
56
|
+
msgid "Match everything"
|
57
|
+
msgstr "Buscar todo"
|
58
|
+
|
59
|
+
#: ../lib/alexandria/ui/ui_manager.rb:150
|
60
|
+
msgid "Title contains"
|
61
|
+
msgstr "Título contén"
|
62
|
+
|
63
|
+
#: ../lib/alexandria/ui/ui_manager.rb:151
|
64
|
+
msgid "Authors contain"
|
65
|
+
msgstr "Autores contén"
|
66
|
+
|
67
|
+
#: ../lib/alexandria/ui/ui_manager.rb:152
|
68
|
+
msgid "ISBN contains"
|
69
|
+
msgstr "ISBN contén"
|
70
|
+
|
71
|
+
#: ../lib/alexandria/ui/ui_manager.rb:153
|
72
|
+
msgid "Publisher contains"
|
73
|
+
msgstr "Editorial contén"
|
74
|
+
|
75
|
+
#: ../lib/alexandria/ui/ui_manager.rb:154
|
76
|
+
msgid "Notes contain"
|
77
|
+
msgstr "Notas contén"
|
78
|
+
|
79
|
+
#: ../lib/alexandria/ui/ui_manager.rb:155
|
80
|
+
msgid "Tags contain"
|
81
|
+
msgstr "Etiquetas contén"
|
82
|
+
|
83
|
+
#: ../lib/alexandria/ui/ui_manager.rb:170
|
84
|
+
msgid "Change the search type"
|
85
|
+
msgstr "Cambiar o tipo de busca"
|
86
|
+
|
87
|
+
#: ../lib/alexandria/ui/ui_manager.rb:175
|
88
|
+
msgid "View as Icons"
|
89
|
+
msgstr "Ver coma iconas"
|
90
|
+
|
91
|
+
#: ../lib/alexandria/ui/ui_manager.rb:176
|
92
|
+
msgid "View as List"
|
93
|
+
msgstr "Ver coma unha lista"
|
94
|
+
|
95
|
+
#: ../lib/alexandria/ui/ui_manager.rb:189
|
96
|
+
msgid "Choose how to show books"
|
97
|
+
msgstr "Elixir como amosar os libros"
|
98
|
+
|
99
|
+
#: ../lib/alexandria/ui/ui_manager.rb:436
|
100
|
+
msgid "Library '%s' selected"
|
101
|
+
msgstr "Seleccionouse a biblioteca'%s'"
|
102
|
+
|
103
|
+
#: ../lib/alexandria/ui/ui_manager.rb:443
|
104
|
+
msgid "Library '%s' selected, %d unrated book"
|
105
|
+
msgid_plural "Library '%s' selected, %d unrated books"
|
106
|
+
msgstr[0] "Seleccionouse a biblioteca '%s', %d libro sen avaliar"
|
107
|
+
msgstr[1] "Seleccionouse a biblioteca '%s', %d libros sen avaliar"
|
108
|
+
|
109
|
+
#: ../lib/alexandria/ui/ui_manager.rb:448
|
110
|
+
msgid "Library '%s' selected, %d book"
|
111
|
+
msgid_plural "Library '%s' selected, %d books"
|
112
|
+
msgstr[0] "Seleccionouse a biblioteca '%s', %d libro"
|
113
|
+
msgstr[1] "Seleccionouse a biblioteca '%s', %d libros"
|
114
|
+
|
115
|
+
#: ../lib/alexandria/ui/ui_manager.rb:455
|
116
|
+
msgid "Library '%s' selected, %d book, %d unrated"
|
117
|
+
msgid_plural "Library '%s' selected, %d books, %d unrated"
|
118
|
+
msgstr[0] "Seleccionouse a biblioteca '%s', %d libro, %s sen avaliar"
|
119
|
+
msgstr[1] "Seleccionouse a biblioteca '%s', %d libros, %s sen avaliar"
|
120
|
+
|
121
|
+
#: ../lib/alexandria/ui/ui_manager.rb:467
|
122
|
+
msgid "'%s' selected"
|
123
|
+
msgstr "Seleccionouse '%s'"
|
124
|
+
|
125
|
+
#: ../lib/alexandria/ui/ui_manager.rb:470
|
126
|
+
msgid "%d book selected"
|
127
|
+
msgid_plural "%d books selected"
|
128
|
+
msgstr[0] "Seleccionouse %d libro"
|
129
|
+
msgstr[1] "Seleccionáronse %d libros"
|
130
|
+
|
131
|
+
#: ../lib/alexandria/ui/ui_manager.rb:648
|
132
|
+
msgid "Unable to launch the web browser"
|
133
|
+
msgstr "Non se puido iniciar o navegador web"
|
134
|
+
|
135
|
+
#: ../lib/alexandria/ui/ui_manager.rb:649
|
136
|
+
msgid ""
|
137
|
+
"Check out that a web browser is configured as default (Desktop Preferences -"
|
138
|
+
"> Advanced -> Preferred Applications) and try again."
|
139
|
+
msgstr ""
|
140
|
+
"Asegúrese de que ten un navegador web establecido como predeterminado "
|
141
|
+
"(Preferencias de Escritorio -> Avanzadas -> Aplicacións Favoritas) e probe "
|
142
|
+
"de novo."
|
143
|
+
|
144
|
+
#: ../lib/alexandria/ui/ui_manager.rb:661
|
145
|
+
msgid "Unable to launch the mail reader"
|
146
|
+
msgstr "Non se puido iniciar o lector de correo"
|
147
|
+
|
148
|
+
#: ../lib/alexandria/ui/ui_manager.rb:662
|
149
|
+
msgid ""
|
150
|
+
"Check out that a mail reader is configured as default (Desktop Preferences -"
|
151
|
+
"> Advanced -> Preferred Applications) and try again."
|
152
|
+
msgstr ""
|
153
|
+
"Asegúrese de que ten un lector de correo establecido como predeterminado "
|
154
|
+
"(Preferencias de Escritorio -> Avanzadas -> Aplicacións Favoritas) e probe "
|
155
|
+
"de novo."
|
156
|
+
|
157
|
+
#: ../lib/alexandria/ui/ui_manager.rb:697
|
158
|
+
msgid "Repair Book Data"
|
159
|
+
msgstr "Reparar Datos de Libro"
|
160
|
+
|
161
|
+
#: ../lib/alexandria/ui/ui_manager.rb:698
|
162
|
+
msgid ""
|
163
|
+
"The data files for the following books are malformed or empty. Do you wish "
|
164
|
+
"to attempt to download new information for them from the online book "
|
165
|
+
"providers?\n"
|
166
|
+
msgstr ""
|
167
|
+
"Os ficheiros de datos dos seguintes libros están malformados ou baleiros. "
|
168
|
+
"Desexa intentar descargar nova información para eles dos provedores de "
|
169
|
+
"libros en liña?\n"
|
170
|
+
|
171
|
+
#: ../lib/alexandria/ui/ui_manager.rb:755
|
172
|
+
msgid "Added '%s' to library '%s'"
|
173
|
+
msgstr "Engadiuse '%s' á biblioteca '%s'"
|
174
|
+
|
175
|
+
#: ../lib/alexandria/ui/ui_manager.rb:908
|
176
|
+
msgid "Loading '%s'..."
|
177
|
+
msgstr "Cargando '%s'..."
|
178
|
+
|
179
|
+
#: ../lib/alexandria/ui/ui_manager.rb:1157
|
180
|
+
msgid "In '_%s'"
|
181
|
+
msgstr "En '_%s'"
|
182
|
+
|
183
|
+
#: ../lib/alexandria/ui/callbacks.rb:65
|
184
|
+
msgid "The following lines are not valid ISBNs and were not imported:"
|
185
|
+
msgstr "Non se importaron as seguintes liñas por non ser ISBNs válidos:"
|
186
|
+
|
187
|
+
#: ../lib/alexandria/ui/callbacks.rb:122
|
188
|
+
#: ../lib/alexandria/ui/dialogs/export_dialog.rb:128
|
189
|
+
msgid "Export failed"
|
190
|
+
msgstr "Fallou a exportación"
|
191
|
+
|
192
|
+
#: ../lib/alexandria/ui/callbacks.rb:123
|
193
|
+
msgid "Try letting this library load completely before exporting."
|
194
|
+
msgstr ""
|
195
|
+
|
196
|
+
#: ../lib/alexandria/ui/callbacks.rb:274
|
197
|
+
msgid "_Library"
|
198
|
+
msgstr "_Biblioteca"
|
199
|
+
|
200
|
+
#: ../lib/alexandria/ui/callbacks.rb:275
|
201
|
+
msgid "_New Library"
|
202
|
+
msgstr "Biblioteca _nova"
|
203
|
+
|
204
|
+
#: ../lib/alexandria/ui/callbacks.rb:275
|
205
|
+
msgid "Create a new library"
|
206
|
+
msgstr "Crear unha biblioteca nova"
|
207
|
+
|
208
|
+
#: ../lib/alexandria/ui/callbacks.rb:276
|
209
|
+
msgid "New _Smart Library..."
|
210
|
+
msgstr "Nova Biblioteca _Intelixente..."
|
211
|
+
|
212
|
+
#: ../lib/alexandria/ui/callbacks.rb:276
|
213
|
+
msgid "Create a new smart library"
|
214
|
+
msgstr "Crear unha nova biblioteca intelixente"
|
215
|
+
|
216
|
+
#: ../lib/alexandria/ui/callbacks.rb:277
|
217
|
+
msgid "_Add Book..."
|
218
|
+
msgstr "Eng_adir Libro..."
|
219
|
+
|
220
|
+
#: ../lib/alexandria/ui/callbacks.rb:277
|
221
|
+
msgid "Add a new book from the Internet"
|
222
|
+
msgstr "Engadir un libro novo dende a Internet"
|
223
|
+
|
224
|
+
#: ../lib/alexandria/ui/callbacks.rb:278
|
225
|
+
msgid "Add Book _Manually..."
|
226
|
+
msgstr "Engadir Libro _Manualmente..."
|
227
|
+
|
228
|
+
#: ../lib/alexandria/ui/callbacks.rb:278
|
229
|
+
msgid "Add a new book manually"
|
230
|
+
msgstr "Engadir un libro novo a man"
|
231
|
+
|
232
|
+
#: ../lib/alexandria/ui/callbacks.rb:279
|
233
|
+
msgid "_Import..."
|
234
|
+
msgstr "_Importar..."
|
235
|
+
|
236
|
+
#: ../lib/alexandria/ui/callbacks.rb:279
|
237
|
+
msgid "Import a library"
|
238
|
+
msgstr "Importar unha biblioteca"
|
239
|
+
|
240
|
+
#: ../lib/alexandria/ui/callbacks.rb:280
|
241
|
+
msgid "_Export..."
|
242
|
+
msgstr "_Exportar..."
|
243
|
+
|
244
|
+
#: ../lib/alexandria/ui/callbacks.rb:280
|
245
|
+
msgid "Export the selected library"
|
246
|
+
msgstr "Exportar a biblioteca seleccionada"
|
247
|
+
|
248
|
+
#: ../lib/alexandria/ui/callbacks.rb:281
|
249
|
+
msgid "_Acquire from Scanner..."
|
250
|
+
msgstr "_Adquirir dende o escáner..."
|
251
|
+
|
252
|
+
#: ../lib/alexandria/ui/callbacks.rb:281
|
253
|
+
msgid "Acquire books from a scanner"
|
254
|
+
msgstr "Adquirir libros dende un escáner"
|
255
|
+
|
256
|
+
#: ../lib/alexandria/ui/callbacks.rb:282
|
257
|
+
msgid "_Properties"
|
258
|
+
msgstr "_Propiedades"
|
259
|
+
|
260
|
+
#: ../lib/alexandria/ui/callbacks.rb:282
|
261
|
+
msgid "Edit the properties of the selected book"
|
262
|
+
msgstr "Editar as propiedades do libro seleccionado"
|
263
|
+
|
264
|
+
#: ../lib/alexandria/ui/callbacks.rb:283
|
265
|
+
msgid "_Quit"
|
266
|
+
msgstr "_Saír"
|
267
|
+
|
268
|
+
#: ../lib/alexandria/ui/callbacks.rb:283
|
269
|
+
msgid "Quit the program"
|
270
|
+
msgstr "Saír do programa"
|
271
|
+
|
272
|
+
#: ../lib/alexandria/ui/callbacks.rb:284
|
273
|
+
msgid "_Edit"
|
274
|
+
msgstr "_Editar"
|
275
|
+
|
276
|
+
#: ../lib/alexandria/ui/callbacks.rb:285
|
277
|
+
msgid "_Undo"
|
278
|
+
msgstr "_Desfacer"
|
279
|
+
|
280
|
+
#: ../lib/alexandria/ui/callbacks.rb:285
|
281
|
+
msgid "Undo the last action"
|
282
|
+
msgstr "Desfacer a última acción"
|
283
|
+
|
284
|
+
#: ../lib/alexandria/ui/callbacks.rb:286
|
285
|
+
msgid "_Redo"
|
286
|
+
msgstr "_Refacer"
|
287
|
+
|
288
|
+
#: ../lib/alexandria/ui/callbacks.rb:286
|
289
|
+
msgid "Redo the undone action"
|
290
|
+
msgstr "Refacer a acción desfeita"
|
291
|
+
|
292
|
+
#: ../lib/alexandria/ui/callbacks.rb:287
|
293
|
+
msgid "_Select All"
|
294
|
+
msgstr "_Seleccionar todo"
|
295
|
+
|
296
|
+
#: ../lib/alexandria/ui/callbacks.rb:287
|
297
|
+
msgid "Select all visible books"
|
298
|
+
msgstr "Seleccionar tódolos libros visibles"
|
299
|
+
|
300
|
+
#: ../lib/alexandria/ui/callbacks.rb:288
|
301
|
+
msgid "Dese_lect All"
|
302
|
+
msgstr "Dese_leccionar todos"
|
303
|
+
|
304
|
+
#: ../lib/alexandria/ui/callbacks.rb:288
|
305
|
+
msgid "Deselect everything"
|
306
|
+
msgstr "Deseleccionar todo"
|
307
|
+
|
308
|
+
#: ../lib/alexandria/ui/callbacks.rb:289
|
309
|
+
msgid "My _Rating"
|
310
|
+
msgstr "As miña cali_ficación"
|
311
|
+
|
312
|
+
#: ../lib/alexandria/ui/callbacks.rb:290
|
313
|
+
msgid "None"
|
314
|
+
msgstr "Nada"
|
315
|
+
|
316
|
+
#: ../lib/alexandria/ui/callbacks.rb:291
|
317
|
+
msgid "One Star"
|
318
|
+
msgstr "Unha estrela"
|
319
|
+
|
320
|
+
#: ../lib/alexandria/ui/callbacks.rb:292
|
321
|
+
msgid "Two Stars"
|
322
|
+
msgstr "Dúas estrelas"
|
323
|
+
|
324
|
+
#: ../lib/alexandria/ui/callbacks.rb:293
|
325
|
+
msgid "Three Stars"
|
326
|
+
msgstr "Tres estrelas"
|
327
|
+
|
328
|
+
#: ../lib/alexandria/ui/callbacks.rb:294
|
329
|
+
msgid "Four Stars"
|
330
|
+
msgstr "Catro estrelas"
|
331
|
+
|
332
|
+
#: ../lib/alexandria/ui/callbacks.rb:295
|
333
|
+
msgid "Five Stars"
|
334
|
+
msgstr "Cinco estrelas"
|
335
|
+
|
336
|
+
#: ../lib/alexandria/ui/callbacks.rb:296
|
337
|
+
msgid "_Move"
|
338
|
+
msgstr "_Mover"
|
339
|
+
|
340
|
+
#: ../lib/alexandria/ui/callbacks.rb:297
|
341
|
+
msgid "_Rename"
|
342
|
+
msgstr "_Renomear"
|
343
|
+
|
344
|
+
#: ../lib/alexandria/ui/callbacks.rb:298
|
345
|
+
msgid "_Delete"
|
346
|
+
msgstr "_Eliminar"
|
347
|
+
|
348
|
+
#: ../lib/alexandria/ui/callbacks.rb:298
|
349
|
+
msgid "Delete the selected books or library"
|
350
|
+
msgstr "Eliminar os libros ou bibliotecas seleccionados"
|
351
|
+
|
352
|
+
#: ../lib/alexandria/ui/callbacks.rb:299
|
353
|
+
msgid "_Search"
|
354
|
+
msgstr "_Buscar"
|
355
|
+
|
356
|
+
#: ../lib/alexandria/ui/callbacks.rb:299
|
357
|
+
msgid "Filter books"
|
358
|
+
msgstr "Filtrar os libros"
|
359
|
+
|
360
|
+
#: ../lib/alexandria/ui/callbacks.rb:300
|
361
|
+
msgid "_Clear Results"
|
362
|
+
msgstr "_Limpar os resultados"
|
363
|
+
|
364
|
+
#: ../lib/alexandria/ui/callbacks.rb:300
|
365
|
+
msgid "Clear the search results"
|
366
|
+
msgstr "Limpar os resultados da busca"
|
367
|
+
|
368
|
+
#: ../lib/alexandria/ui/callbacks.rb:301
|
369
|
+
msgid "_Preferences"
|
370
|
+
msgstr "_Preferencias"
|
371
|
+
|
372
|
+
#: ../lib/alexandria/ui/callbacks.rb:301
|
373
|
+
msgid "Change Alexandria's settings"
|
374
|
+
msgstr "Cambiar a configuración de Alexandria"
|
375
|
+
|
376
|
+
#: ../lib/alexandria/ui/callbacks.rb:302
|
377
|
+
msgid "_View"
|
378
|
+
msgstr "_Ver"
|
379
|
+
|
380
|
+
#: ../lib/alexandria/ui/callbacks.rb:303
|
381
|
+
msgid "Arran_ge Icons"
|
382
|
+
msgstr "_Ordenar as iconas"
|
383
|
+
|
384
|
+
#: ../lib/alexandria/ui/callbacks.rb:304
|
385
|
+
msgid "Display Online _Information"
|
386
|
+
msgstr "Amosar _información en liña"
|
387
|
+
|
388
|
+
#: ../lib/alexandria/ui/callbacks.rb:306
|
389
|
+
msgid "_Help"
|
390
|
+
msgstr "A_xuda"
|
391
|
+
|
392
|
+
#: ../lib/alexandria/ui/callbacks.rb:307
|
393
|
+
msgid "Submit _Bug Report"
|
394
|
+
msgstr "_Enviar Informe de Erro"
|
395
|
+
|
396
|
+
#: ../lib/alexandria/ui/callbacks.rb:307
|
397
|
+
msgid "Submit a bug report to the developers"
|
398
|
+
msgstr "Enviar un informe de erro ós desenvolvedores"
|
399
|
+
|
400
|
+
#: ../lib/alexandria/ui/callbacks.rb:308
|
401
|
+
msgid "Contents"
|
402
|
+
msgstr "Contidos"
|
403
|
+
|
404
|
+
#: ../lib/alexandria/ui/callbacks.rb:308
|
405
|
+
msgid "View Alexandria's manual"
|
406
|
+
msgstr "Ver o manual de Alexandria"
|
407
|
+
|
408
|
+
#: ../lib/alexandria/ui/callbacks.rb:309
|
409
|
+
msgid "_About"
|
410
|
+
msgstr "_Acerca de"
|
411
|
+
|
412
|
+
#: ../lib/alexandria/ui/callbacks.rb:309
|
413
|
+
msgid "Show information about Alexandria"
|
414
|
+
msgstr "Amosar información sobre Alexandria"
|
415
|
+
|
416
|
+
#: ../lib/alexandria/ui/callbacks.rb:334
|
417
|
+
msgid "Side _Pane"
|
418
|
+
msgstr "_Panel lateral"
|
419
|
+
|
420
|
+
#: ../lib/alexandria/ui/callbacks.rb:336
|
421
|
+
msgid "_Toolbar"
|
422
|
+
msgstr "Barra de _ferramentas"
|
423
|
+
|
424
|
+
#: ../lib/alexandria/ui/callbacks.rb:338
|
425
|
+
msgid "_Statusbar"
|
426
|
+
msgstr "Barra de _estado"
|
427
|
+
|
428
|
+
#: ../lib/alexandria/ui/callbacks.rb:340
|
429
|
+
msgid "Re_versed Order"
|
430
|
+
msgstr "Orde in_versa"
|
431
|
+
|
432
|
+
#: ../lib/alexandria/ui/callbacks.rb:345
|
433
|
+
msgid "View as _Icons"
|
434
|
+
msgstr "Ver coma _iconas"
|
435
|
+
|
436
|
+
#: ../lib/alexandria/ui/callbacks.rb:346
|
437
|
+
msgid "View as _List"
|
438
|
+
msgstr "Ver coma _lista"
|
439
|
+
|
440
|
+
#: ../lib/alexandria/ui/callbacks.rb:350
|
441
|
+
msgid "By _Title"
|
442
|
+
msgstr "Por _título"
|
443
|
+
|
444
|
+
#: ../lib/alexandria/ui/callbacks.rb:351
|
445
|
+
msgid "By _Authors"
|
446
|
+
msgstr "Por _autores"
|
447
|
+
|
448
|
+
#: ../lib/alexandria/ui/callbacks.rb:352
|
449
|
+
msgid "By _ISBN"
|
450
|
+
msgstr "Por _ISBN"
|
451
|
+
|
452
|
+
#: ../lib/alexandria/ui/callbacks.rb:353
|
453
|
+
msgid "By _Publisher"
|
454
|
+
msgstr "Por _editorial"
|
455
|
+
|
456
|
+
#: ../lib/alexandria/ui/callbacks.rb:354
|
457
|
+
msgid "By _Binding"
|
458
|
+
msgstr "Por _Encadernación"
|
459
|
+
|
460
|
+
#: ../lib/alexandria/ui/callbacks.rb:355
|
461
|
+
msgid "By _Rating"
|
462
|
+
msgstr "Por cali_ficación"
|
463
|
+
|
464
|
+
#: ../lib/alexandria/ui/callbacks.rb:359
|
465
|
+
msgid "At _%s"
|
466
|
+
msgstr "En _%s"
|
467
|
+
|
468
|
+
#: ../lib/alexandria/ui/dialogs/acquire_dialog.rb:395
|
469
|
+
msgid "There was %d duplicate"
|
470
|
+
msgid_plural "There were %d duplicates"
|
471
|
+
msgstr[0] ""
|
472
|
+
msgstr[1] ""
|
473
|
+
|
474
|
+
#: ../lib/alexandria/ui/dialogs/acquire_dialog.rb:398
|
475
|
+
#, fuzzy
|
476
|
+
msgid "Couldn't add this book"
|
477
|
+
msgid_plural "Couldn't add these books"
|
478
|
+
msgstr[0] "Non se puido engadir o libro"
|
479
|
+
msgstr[1] "Non se puido engadir o libro"
|
480
|
+
|
481
|
+
#: ../lib/alexandria/ui/dialogs/acquire_dialog.rb:477
|
482
|
+
#: ../lib/alexandria/ui/dialogs/new_book_dialog.rb:555
|
483
|
+
msgid "Searching Provider '%s'..."
|
484
|
+
msgstr ""
|
485
|
+
|
486
|
+
#: ../lib/alexandria/ui/dialogs/acquire_dialog.rb:478
|
487
|
+
#: ../lib/alexandria/ui/dialogs/new_book_dialog.rb:556
|
488
|
+
msgid "Error while Searching Provider '%s'"
|
489
|
+
msgstr ""
|
490
|
+
|
491
|
+
#: ../lib/alexandria/ui/dialogs/acquire_dialog.rb:479
|
492
|
+
#: ../lib/alexandria/ui/dialogs/new_book_dialog.rb:557
|
493
|
+
msgid "Not Found at Provider '%s'"
|
494
|
+
msgstr ""
|
495
|
+
|
496
|
+
#: ../lib/alexandria/ui/dialogs/acquire_dialog.rb:480
|
497
|
+
#: ../lib/alexandria/ui/dialogs/new_book_dialog.rb:558
|
498
|
+
msgid "Found at Provider '%s'"
|
499
|
+
msgstr ""
|
500
|
+
|
501
|
+
#: ../lib/alexandria/ui/dialogs/acquire_dialog.rb:610
|
502
|
+
msgid "Ready to use %s barcode scanner"
|
503
|
+
msgstr ""
|
504
|
+
|
505
|
+
#: ../lib/alexandria/ui/dialogs/acquire_dialog.rb:625
|
506
|
+
#: ../data/alexandria/glade/acquire_dialog.glade:26
|
507
|
+
msgid "_Barcode Scanner Ready"
|
508
|
+
msgstr "Escáner de código de _barras preparado"
|
509
|
+
|
510
|
+
#: ../lib/alexandria/ui/dialogs/acquire_dialog.rb:640
|
511
|
+
msgid "Click below to scan _barcodes"
|
512
|
+
msgstr "Prema embaixo para escanear os códigos de _barras"
|
513
|
+
|
514
|
+
#: ../lib/alexandria/ui/dialogs/bad_isbns_dialog.rb:24
|
515
|
+
msgid "There's a problem"
|
516
|
+
msgstr "Hai un problema"
|
517
|
+
|
518
|
+
#: ../lib/alexandria/ui/dialogs/new_smart_library_dialog.rb:30
|
519
|
+
msgid "New Smart Library"
|
520
|
+
msgstr "Nova Biblioteca Intelixente"
|
521
|
+
|
522
|
+
#: ../lib/alexandria/ui/dialogs/new_smart_library_dialog.rb:49
|
523
|
+
msgid "Smart Library"
|
524
|
+
msgstr "Biblioteca Intelixente"
|
525
|
+
|
526
|
+
#: ../lib/alexandria/ui/dialogs/preferences_dialog.rb:106
|
527
|
+
msgid "Preferences for %s"
|
528
|
+
msgstr "Preferencias de %s"
|
529
|
+
|
530
|
+
#: ../lib/alexandria/ui/dialogs/preferences_dialog.rb:131
|
531
|
+
msgid "New Provider"
|
532
|
+
msgstr "Novo provedor"
|
533
|
+
|
534
|
+
#: ../lib/alexandria/ui/dialogs/preferences_dialog.rb:146
|
535
|
+
msgid "_Name:"
|
536
|
+
msgstr "_Nome:"
|
537
|
+
|
538
|
+
#: ../lib/alexandria/ui/dialogs/preferences_dialog.rb:158
|
539
|
+
msgid "_Type:"
|
540
|
+
msgstr "_Tipo:"
|
541
|
+
|
542
|
+
#: ../lib/alexandria/ui/dialogs/preferences_dialog.rb:316
|
543
|
+
#: ../lib/alexandria/ui/dialogs/preferences_dialog.rb:339
|
544
|
+
#: ../lib/alexandria/ui/dialogs/preferences_dialog.rb:359
|
545
|
+
#, fuzzy
|
546
|
+
msgid "Disable Provider"
|
547
|
+
msgstr "Novo provedor"
|
548
|
+
|
549
|
+
#: ../lib/alexandria/ui/dialogs/preferences_dialog.rb:339
|
550
|
+
#: ../lib/alexandria/ui/dialogs/preferences_dialog.rb:359
|
551
|
+
#, fuzzy
|
552
|
+
msgid "Enable Provider"
|
553
|
+
msgstr "Novo provedor"
|
554
|
+
|
555
|
+
#: ../lib/alexandria/ui/dialogs/preferences_dialog.rb:423
|
556
|
+
msgid "Are you sure you want to permanently delete the provider '%s'?"
|
557
|
+
msgstr "Está seguro de que quere eliminar permanentemente o provedor '%s'?"
|
558
|
+
|
559
|
+
#: ../lib/alexandria/ui/dialogs/preferences_dialog.rb:431
|
560
|
+
msgid ""
|
561
|
+
"If you continue, the provider and all of its preferences will be permanently "
|
562
|
+
"deleted."
|
563
|
+
msgstr ""
|
564
|
+
"Se continúa, eliminaranse permanentemente o provedor e máis tódalas súas "
|
565
|
+
"preferencias."
|
566
|
+
|
567
|
+
#: ../lib/alexandria/ui/dialogs/import_dialog.rb:36
|
568
|
+
msgid "Error while importing"
|
569
|
+
msgstr "Erro ó importar"
|
570
|
+
|
571
|
+
#: ../lib/alexandria/ui/dialogs/import_dialog.rb:39
|
572
|
+
msgid "_Continue"
|
573
|
+
msgstr "_Continuar"
|
574
|
+
|
575
|
+
#: ../lib/alexandria/ui/dialogs/import_dialog.rb:64
|
576
|
+
msgid "Import a Library"
|
577
|
+
msgstr "Importar unha biblioteca"
|
578
|
+
|
579
|
+
#: ../lib/alexandria/ui/dialogs/import_dialog.rb:71
|
580
|
+
msgid "_Import"
|
581
|
+
msgstr "_Importar"
|
582
|
+
|
583
|
+
#: ../lib/alexandria/ui/dialogs/import_dialog.rb:188
|
584
|
+
msgid "Couldn't import the library"
|
585
|
+
msgstr "Non se puido importar a biblioteca"
|
586
|
+
|
587
|
+
#: ../lib/alexandria/ui/dialogs/import_dialog.rb:189
|
588
|
+
msgid ""
|
589
|
+
"The format of the file you provided is unknown. Please retry with another "
|
590
|
+
"file."
|
591
|
+
msgstr ""
|
592
|
+
"Descoñécese o formato do ficheiro que proporcionou. Volva intentalo con "
|
593
|
+
"outro ficheiro."
|
594
|
+
|
595
|
+
#: ../lib/alexandria/ui/dialogs/smart_library_properties_dialog.rb:30
|
596
|
+
#: ../lib/alexandria/ui/dialogs/book_properties_dialog_base.rb:63
|
597
|
+
msgid "Properties for '%s'"
|
598
|
+
msgstr "Propiedades de '%s'"
|
599
|
+
|
600
|
+
#: ../lib/alexandria/ui/dialogs/smart_library_properties_dialog_base.rb:83
|
601
|
+
msgid "Empty or conflictive condition"
|
602
|
+
msgstr "Condición baleira ou en conflicto"
|
603
|
+
|
604
|
+
#: ../lib/alexandria/ui/dialogs/smart_library_properties_dialog_base.rb:86
|
605
|
+
msgid "_Save However"
|
606
|
+
msgstr "_Gardar de tódolos xeitos"
|
607
|
+
|
608
|
+
#: ../lib/alexandria/ui/dialogs/smart_library_properties_dialog_base.rb:87
|
609
|
+
msgid ""
|
610
|
+
"This smart library contains one or more conditions which are empty or "
|
611
|
+
"conflict with each other. This is likely to result in never matching a book. "
|
612
|
+
"Are you sure you want to save this library?"
|
613
|
+
msgstr ""
|
614
|
+
"Esta biblioteca intelixente contén unha ou máis condicións baleiras ou en "
|
615
|
+
"conflicto entre elas. Isto podería levar a que non se atopase nunca un "
|
616
|
+
"libro. Está seguro de que quere gardar esta biblioteca?"
|
617
|
+
|
618
|
+
#: ../lib/alexandria/ui/dialogs/smart_library_properties_dialog_base.rb:106
|
619
|
+
msgid "Match"
|
620
|
+
msgstr "Cumprir"
|
621
|
+
|
622
|
+
#: ../lib/alexandria/ui/dialogs/smart_library_properties_dialog_base.rb:109
|
623
|
+
msgid "all"
|
624
|
+
msgstr "tódalas"
|
625
|
+
|
626
|
+
#: ../lib/alexandria/ui/dialogs/smart_library_properties_dialog_base.rb:109
|
627
|
+
msgid "any"
|
628
|
+
msgstr "algunha das"
|
629
|
+
|
630
|
+
#: ../lib/alexandria/ui/dialogs/smart_library_properties_dialog_base.rb:119
|
631
|
+
msgid "of the following rules:"
|
632
|
+
msgstr "seguintes regras:"
|
633
|
+
|
634
|
+
#: ../lib/alexandria/ui/dialogs/smart_library_properties_dialog_base.rb:127
|
635
|
+
msgid "Match the following rule:"
|
636
|
+
msgstr "Cumpren as seguinte regras:"
|
637
|
+
|
638
|
+
#: ../lib/alexandria/ui/dialogs/book_properties_dialog.rb:114
|
639
|
+
#: ../lib/alexandria/ui/dialogs/book_properties_dialog.rb:123
|
640
|
+
msgid "Couldn't modify the book"
|
641
|
+
msgstr "Non se puido modificar o libro"
|
642
|
+
|
643
|
+
#: ../lib/alexandria/ui/dialogs/book_properties_dialog.rb:115
|
644
|
+
#: ../lib/alexandria/ui/dialogs/new_book_dialog_manual.rb:88
|
645
|
+
msgid "The EAN/ISBN you provided is already used in this library."
|
646
|
+
msgstr "Nesta biblioteca xa se está a usar o EAN/ISBN que introduciu."
|
647
|
+
|
648
|
+
#: ../lib/alexandria/ui/dialogs/book_properties_dialog.rb:124
|
649
|
+
#: ../lib/alexandria/ui/dialogs/new_book_dialog_manual.rb:94
|
650
|
+
msgid ""
|
651
|
+
"Couldn't validate the EAN/ISBN you provided. Make sure it is written "
|
652
|
+
"correcty, and try again."
|
653
|
+
msgstr ""
|
654
|
+
"Non se puido validar o EAN/ISBN que proporcionou. Asegúrese de que o "
|
655
|
+
"escribiu correctamente e probe de novo."
|
656
|
+
|
657
|
+
#: ../lib/alexandria/ui/dialogs/book_properties_dialog_base.rb:65
|
658
|
+
msgid "Properties"
|
659
|
+
msgstr "Propiedades"
|
660
|
+
|
661
|
+
#: ../lib/alexandria/ui/dialogs/book_properties_dialog_base.rb:71
|
662
|
+
msgid "Author"
|
663
|
+
msgstr "Autor"
|
664
|
+
|
665
|
+
#: ../lib/alexandria/ui/dialogs/book_properties_dialog_base.rb:123
|
666
|
+
msgid "Select a cover image"
|
667
|
+
msgstr "Seleccione unha imaxe para a cuberta"
|
668
|
+
|
669
|
+
#: ../lib/alexandria/ui/dialogs/book_properties_dialog_base.rb:127
|
670
|
+
msgid "No Cover"
|
671
|
+
msgstr "Sen cuberta"
|
672
|
+
|
673
|
+
#: ../lib/alexandria/ui/dialogs/book_properties_dialog_base.rb:186
|
674
|
+
msgid "%d day"
|
675
|
+
msgid_plural "%d days"
|
676
|
+
msgstr[0] "%d día"
|
677
|
+
msgstr[1] "%d días"
|
678
|
+
|
679
|
+
#: ../lib/alexandria/ui/dialogs/new_book_dialog_manual.rb:58
|
680
|
+
msgid "Adding '%s'"
|
681
|
+
msgstr "Engadindo '%s'"
|
682
|
+
|
683
|
+
#: ../lib/alexandria/ui/dialogs/new_book_dialog_manual.rb:60
|
684
|
+
#: ../data/alexandria/glade/new_book_dialog.glade:8
|
685
|
+
msgid "Adding a Book"
|
686
|
+
msgstr "Engadindo un libro"
|
687
|
+
|
688
|
+
#: ../lib/alexandria/ui/dialogs/new_book_dialog_manual.rb:81
|
689
|
+
msgid "A title must be provided."
|
690
|
+
msgstr "Debe proporcionarse un título."
|
691
|
+
|
692
|
+
#: ../lib/alexandria/ui/dialogs/new_book_dialog_manual.rb:102
|
693
|
+
msgid "A publisher must be provided."
|
694
|
+
msgstr "Debe proporcionarse unha editorial."
|
695
|
+
|
696
|
+
#: ../lib/alexandria/ui/dialogs/new_book_dialog_manual.rb:109
|
697
|
+
msgid "A binding must be provided."
|
698
|
+
msgstr "Debe proporcionarse unha encadernación."
|
699
|
+
|
700
|
+
#: ../lib/alexandria/ui/dialogs/new_book_dialog_manual.rb:115
|
701
|
+
msgid "At least one author must be provided."
|
702
|
+
msgstr "Debe proporcionar polo menos un autor."
|
703
|
+
|
704
|
+
#: ../lib/alexandria/ui/dialogs/new_book_dialog_manual.rb:142
|
705
|
+
#: ../lib/alexandria/ui/dialogs/new_book_dialog.rb:523
|
706
|
+
msgid "Couldn't add the book"
|
707
|
+
msgstr "Non se puido engadir o libro"
|
708
|
+
|
709
|
+
#: ../lib/alexandria/ui/dialogs/export_dialog.rb:25
|
710
|
+
msgid "File already exists"
|
711
|
+
msgstr "O ficheiro xa existe"
|
712
|
+
|
713
|
+
#: ../lib/alexandria/ui/dialogs/export_dialog.rb:28
|
714
|
+
#: ../lib/alexandria/ui/dialogs/misc_dialogs.rb:30
|
715
|
+
msgid "_Replace"
|
716
|
+
msgstr "_Substituir"
|
717
|
+
|
718
|
+
#: ../lib/alexandria/ui/dialogs/export_dialog.rb:29
|
719
|
+
msgid ""
|
720
|
+
"A file named '%s' already exists. Do you want to replace it with the one "
|
721
|
+
"you are generating?"
|
722
|
+
msgstr "O ficheiro '%s' xa existe. Quere substituilo polo que está a xerando?"
|
723
|
+
|
724
|
+
#: ../lib/alexandria/ui/dialogs/export_dialog.rb:52
|
725
|
+
msgid "Export '%s'"
|
726
|
+
msgstr "Exportar '%s'"
|
727
|
+
|
728
|
+
#: ../lib/alexandria/ui/dialogs/export_dialog.rb:58
|
729
|
+
msgid "_Export"
|
730
|
+
msgstr "_Exportar"
|
731
|
+
|
732
|
+
#: ../lib/alexandria/ui/dialogs/export_dialog.rb:77
|
733
|
+
msgid "_Theme:"
|
734
|
+
msgstr "_Tema:"
|
735
|
+
|
736
|
+
#: ../lib/alexandria/ui/dialogs/export_dialog.rb:87
|
737
|
+
msgid "directory"
|
738
|
+
msgstr "directorio"
|
739
|
+
|
740
|
+
#: ../lib/alexandria/ui/dialogs/export_dialog.rb:100
|
741
|
+
msgid "Export for_mat:"
|
742
|
+
msgstr "Exportar for_mato:"
|
743
|
+
|
744
|
+
#: ../lib/alexandria/ui/dialogs/export_dialog.rb:155
|
745
|
+
msgid ""
|
746
|
+
"The target, named '%s', is a regular file. A directory is needed for this "
|
747
|
+
"operation. Please select a directory and try again."
|
748
|
+
msgstr ""
|
749
|
+
"A ruta '%s' leva ata un ficheiro normal. Para esta operación precísase un "
|
750
|
+
"directorio. Seleccione outro directorio e probe de novo."
|
751
|
+
|
752
|
+
#: ../lib/alexandria/ui/dialogs/export_dialog.rb:159
|
753
|
+
msgid "Not a directory"
|
754
|
+
msgstr "Non é un directorio"
|
755
|
+
|
756
|
+
#: ../lib/alexandria/ui/dialogs/new_book_dialog.rb:32
|
757
|
+
msgid "Invalid ISBN '%s'"
|
758
|
+
msgstr "ISBN '%s' incorrecto"
|
759
|
+
|
760
|
+
#: ../lib/alexandria/ui/dialogs/new_book_dialog.rb:35
|
761
|
+
msgid "_Keep"
|
762
|
+
msgstr "_Manter"
|
763
|
+
|
764
|
+
#: ../lib/alexandria/ui/dialogs/new_book_dialog.rb:36
|
765
|
+
msgid ""
|
766
|
+
"The book titled '%s' has an invalid ISBN, but still exists in the providers "
|
767
|
+
"libraries. Do you want to keep the book but change the ISBN or cancel the "
|
768
|
+
"add?"
|
769
|
+
msgstr ""
|
770
|
+
"O libro titulado '%s' ten un ISBN incorrecto, pero aínda existe nas "
|
771
|
+
"bibliotecas dos provedores. Prefire manter o libro cun ISBN distinto ou non "
|
772
|
+
"engadilo?"
|
773
|
+
|
774
|
+
#: ../lib/alexandria/ui/dialogs/new_book_dialog.rb:182
|
775
|
+
msgid "A problem occurred while downloading images"
|
776
|
+
msgstr "Houbo un problema ó descargar as imaxes"
|
777
|
+
|
778
|
+
#: ../lib/alexandria/ui/dialogs/new_book_dialog.rb:304
|
779
|
+
msgid "Unable to find matches for your search"
|
780
|
+
msgstr "Non se atoparon resultados para a súa busca"
|
781
|
+
|
782
|
+
#: ../lib/alexandria/ui/dialogs/new_book_dialog.rb:310
|
783
|
+
msgid "%s, by %s"
|
784
|
+
msgstr "%s, escrito por %s"
|
785
|
+
|
786
|
+
#: ../lib/alexandria/ui/dialogs/new_book_dialog.rb:383
|
787
|
+
msgid ""
|
788
|
+
"Couldn't validate the EAN/ISBN you provided. Make sure it is written "
|
789
|
+
"correctly, and try again."
|
790
|
+
msgstr ""
|
791
|
+
"Non foi posible validar o EAN/ISBN que introduciu. Asegúrese de que o "
|
792
|
+
"escribiu correctamente, e probe de novo."
|
793
|
+
|
794
|
+
#: ../lib/alexandria/ui/dialogs/new_book_dialog.rb:630
|
795
|
+
msgid "'%s' already exists in '%s' (titled '%s')."
|
796
|
+
msgstr "'%s' xa existe en '%s' (co título de '%s')."
|
797
|
+
|
798
|
+
#: ../lib/alexandria/ui/dialogs/misc_dialogs.rb:26
|
799
|
+
msgid "The book '%s' already exists in '%s'. Would you like to replace it?"
|
800
|
+
msgstr "O libro '%s' xa existe en '%s'. Desexa substituílo?"
|
801
|
+
|
802
|
+
#: ../lib/alexandria/ui/dialogs/misc_dialogs.rb:29
|
803
|
+
msgid "_Skip"
|
804
|
+
msgstr "_Saltar"
|
805
|
+
|
806
|
+
#: ../lib/alexandria/ui/dialogs/misc_dialogs.rb:31
|
807
|
+
msgid "If you replace the existing book, its contents will be overwritten."
|
808
|
+
msgstr "Se substitúe o libro existente hase sobrescribir o seu contido."
|
809
|
+
|
810
|
+
#: ../lib/alexandria/ui/dialogs/misc_dialogs.rb:50
|
811
|
+
msgid "Are you sure you want to delete '%s'?"
|
812
|
+
msgstr "Está seguro/a de que quere eliminar '%s'?"
|
813
|
+
|
814
|
+
#: ../lib/alexandria/ui/dialogs/misc_dialogs.rb:58
|
815
|
+
msgid "If you continue, %d book will be deleted."
|
816
|
+
msgid_plural "If you continue, %d books will be deleted."
|
817
|
+
msgstr[0] "Se continúa, hase eliminar %d libro."
|
818
|
+
msgstr[1] "Se continúa, hanse eliminar %d libros."
|
819
|
+
|
820
|
+
#: ../lib/alexandria/ui/dialogs/misc_dialogs.rb:63
|
821
|
+
msgid "Are you sure you want to delete '%s' from '%s'?"
|
822
|
+
msgstr "Está seguro/a de que quere eliminar '%s' de '%s'?"
|
823
|
+
|
824
|
+
#: ../lib/alexandria/ui/dialogs/misc_dialogs.rb:66
|
825
|
+
msgid "Are you sure you want to delete the selected books from '%s'?"
|
826
|
+
msgstr "Está seguro/a de que quere eliminar os libros seleccionados de '%s'?"
|
827
|
+
|
828
|
+
#: ../lib/alexandria/ui/sidepane.rb:49
|
829
|
+
msgid "Invalid library name '%s'"
|
830
|
+
msgstr "Nome de biblioteca '%s' incorrecto"
|
831
|
+
|
832
|
+
#: ../lib/alexandria/ui/sidepane.rb:50
|
833
|
+
#, fuzzy
|
834
|
+
msgid "The name provided contains the disallowed character <b>%s</b> "
|
835
|
+
msgstr "O nome introducido contén os caracteres non permitidos '<i>%s</i>'."
|
836
|
+
|
837
|
+
#: ../lib/alexandria/ui/sidepane.rb:53
|
838
|
+
#, fuzzy
|
839
|
+
msgid "Invalid library name"
|
840
|
+
msgstr "Nome de biblioteca '%s' incorrecto"
|
841
|
+
|
842
|
+
#: ../lib/alexandria/ui/sidepane.rb:54
|
843
|
+
#, fuzzy
|
844
|
+
msgid "The name provided contains invalid characters."
|
845
|
+
msgstr "O nome introducido contén os caracteres non permitidos '<i>%s</i>'."
|
846
|
+
|
847
|
+
#: ../lib/alexandria/ui/sidepane.rb:60
|
848
|
+
msgid "The library name can not be empty"
|
849
|
+
msgstr "O nome da biblioteca non pode quedar baleiro"
|
850
|
+
|
851
|
+
#: ../lib/alexandria/ui/sidepane.rb:65
|
852
|
+
msgid "The library can not be renamed"
|
853
|
+
msgstr "Non se pode renomear a biblioteca"
|
854
|
+
|
855
|
+
#: ../lib/alexandria/ui/sidepane.rb:66
|
856
|
+
msgid "There is already a library named '%s'. Please choose a different name."
|
857
|
+
msgstr "Xa hai unha biblioteca chamada '%s'. Elixa un nome distinto."
|
858
|
+
|
859
|
+
#: ../lib/alexandria/ui/sidepane.rb:92
|
860
|
+
msgid "Library"
|
861
|
+
msgstr "Biblioteca"
|
862
|
+
|
863
|
+
#: ../lib/alexandria/ui/libraries_combo.rb:44
|
864
|
+
msgid "New Library"
|
865
|
+
msgstr "Nova Biblioteca"
|
866
|
+
|
867
|
+
#: ../lib/alexandria/ui/listview.rb:52 ../lib/alexandria/smart_library.rb:349
|
868
|
+
msgid "Title"
|
869
|
+
msgstr "Título"
|
870
|
+
|
871
|
+
#: ../lib/alexandria/ui/listview.rb:105 ../lib/alexandria/smart_library.rb:351
|
872
|
+
msgid "Authors"
|
873
|
+
msgstr "Autores"
|
874
|
+
|
875
|
+
#: ../lib/alexandria/ui/listview.rb:106 ../lib/alexandria/smart_library.rb:350
|
876
|
+
msgid "ISBN"
|
877
|
+
msgstr "ISBN"
|
878
|
+
|
879
|
+
#: ../lib/alexandria/ui/listview.rb:107 ../lib/alexandria/smart_library.rb:352
|
880
|
+
msgid "Publisher"
|
881
|
+
msgstr "Editorial"
|
882
|
+
|
883
|
+
#: ../lib/alexandria/ui/listview.rb:108 ../lib/alexandria/smart_library.rb:353
|
884
|
+
msgid "Publish Year"
|
885
|
+
msgstr "Ano de publicación"
|
886
|
+
|
887
|
+
#: ../lib/alexandria/ui/listview.rb:109 ../lib/alexandria/smart_library.rb:354
|
888
|
+
msgid "Binding"
|
889
|
+
msgstr "Encadernación"
|
890
|
+
|
891
|
+
#: ../lib/alexandria/ui/listview.rb:110
|
892
|
+
#, fuzzy
|
893
|
+
msgid "Loaned To"
|
894
|
+
msgstr "Prestado"
|
895
|
+
|
896
|
+
#: ../lib/alexandria/ui/listview.rb:113 ../lib/alexandria/smart_library.rb:104
|
897
|
+
#: ../lib/alexandria/smart_library.rb:361
|
898
|
+
msgid "Read"
|
899
|
+
msgstr "Liuno"
|
900
|
+
|
901
|
+
#: ../lib/alexandria/ui/listview.rb:114 ../lib/alexandria/smart_library.rb:363
|
902
|
+
msgid "Own"
|
903
|
+
msgstr "Teno"
|
904
|
+
|
905
|
+
#: ../lib/alexandria/ui/listview.rb:115 ../lib/alexandria/smart_library.rb:364
|
906
|
+
msgid "Want"
|
907
|
+
msgstr "Quéreo"
|
908
|
+
|
909
|
+
#: ../lib/alexandria/ui/listview.rb:141 ../lib/alexandria/smart_library.rb:357
|
910
|
+
#: ../data/alexandria/glade/preferences_dialog.glade:421
|
911
|
+
msgid "Tags"
|
912
|
+
msgstr "Etiquetas"
|
913
|
+
|
914
|
+
#: ../lib/alexandria/ui/listview.rb:166 ../lib/alexandria/smart_library.rb:355
|
915
|
+
msgid "Rating"
|
916
|
+
msgstr "Calificación"
|
917
|
+
|
918
|
+
#: ../lib/alexandria/ui/init.rb:83
|
919
|
+
msgid "Unable to launch the help browser"
|
920
|
+
msgstr "Non se puido iniciar o navegador de axuda"
|
921
|
+
|
922
|
+
#: ../lib/alexandria/ui/init.rb:84
|
923
|
+
msgid ""
|
924
|
+
"Could not display help for Alexandria. There was an error launching the "
|
925
|
+
"system help browser."
|
926
|
+
msgstr ""
|
927
|
+
"Non se puido amosar a axuda de Alexandria. Houbo un erro ó iniciar o "
|
928
|
+
"navegador de axuda do sistema."
|
929
|
+
|
930
|
+
#: ../lib/alexandria/book_providers/amazon_aws.rb:37
|
931
|
+
msgid "Locale"
|
932
|
+
msgstr "gl"
|
933
|
+
|
934
|
+
#: ../lib/alexandria/book_providers/amazon_aws.rb:38
|
935
|
+
msgid "Access key ID"
|
936
|
+
msgstr ""
|
937
|
+
|
938
|
+
#: ../lib/alexandria/book_providers/amazon_aws.rb:39
|
939
|
+
msgid "Secret access key"
|
940
|
+
msgstr ""
|
941
|
+
|
942
|
+
#: ../lib/alexandria/book_providers/mcu.rb:39
|
943
|
+
msgid "Spanish Culture Ministry"
|
944
|
+
msgstr "Ministerio de Cultura de España"
|
945
|
+
|
946
|
+
#: ../lib/alexandria/book_providers/z3950.rb:34
|
947
|
+
msgid "Hostname"
|
948
|
+
msgstr "Nome de servidor"
|
949
|
+
|
950
|
+
#: ../lib/alexandria/book_providers/z3950.rb:35
|
951
|
+
msgid "Port"
|
952
|
+
msgstr "Porto"
|
953
|
+
|
954
|
+
#: ../lib/alexandria/book_providers/z3950.rb:36
|
955
|
+
msgid "Database"
|
956
|
+
msgstr "Base de datos"
|
957
|
+
|
958
|
+
#: ../lib/alexandria/book_providers/z3950.rb:37
|
959
|
+
msgid "Record syntax"
|
960
|
+
msgstr "Sintaxe de gravado"
|
961
|
+
|
962
|
+
#: ../lib/alexandria/book_providers/z3950.rb:38
|
963
|
+
msgid "Username"
|
964
|
+
msgstr "Nome de usuario"
|
965
|
+
|
966
|
+
#: ../lib/alexandria/book_providers/z3950.rb:39
|
967
|
+
msgid "Password"
|
968
|
+
msgstr "Contrasinal"
|
969
|
+
|
970
|
+
#: ../lib/alexandria/book_providers/z3950.rb:40
|
971
|
+
msgid "Charset encoding"
|
972
|
+
msgstr "Codificación de caracteres"
|
973
|
+
|
974
|
+
#: ../lib/alexandria/book_providers/z3950.rb:221
|
975
|
+
msgid "Library of Congress (Usa)"
|
976
|
+
msgstr "Biblioteca do Congreso (EUA)"
|
977
|
+
|
978
|
+
#: ../lib/alexandria/book_providers/z3950.rb:255
|
979
|
+
msgid "British Library"
|
980
|
+
msgstr "Biblioteca Británica"
|
981
|
+
|
982
|
+
#: ../lib/alexandria/export_library.rb:109
|
983
|
+
msgid "Archived ONIX XML"
|
984
|
+
msgstr "XML de ONIX Arquivado"
|
985
|
+
|
986
|
+
#: ../lib/alexandria/export_library.rb:111
|
987
|
+
msgid "Archived Tellico XML"
|
988
|
+
msgstr "XML de Tellico Arquivado"
|
989
|
+
|
990
|
+
#: ../lib/alexandria/export_library.rb:113
|
991
|
+
msgid "BibTeX"
|
992
|
+
msgstr "BibTeX"
|
993
|
+
|
994
|
+
#: ../lib/alexandria/export_library.rb:114
|
995
|
+
msgid "CSV list"
|
996
|
+
msgstr "Listado CVS"
|
997
|
+
|
998
|
+
#: ../lib/alexandria/export_library.rb:115
|
999
|
+
msgid "ISBN List"
|
1000
|
+
msgstr "Listado ISBN"
|
1001
|
+
|
1002
|
+
#: ../lib/alexandria/export_library.rb:116
|
1003
|
+
msgid "iPod Notes"
|
1004
|
+
msgstr "Notas de iPod"
|
1005
|
+
|
1006
|
+
#: ../lib/alexandria/export_library.rb:117
|
1007
|
+
msgid "HTML Web Page"
|
1008
|
+
msgstr "Páxina Web HTML"
|
1009
|
+
|
1010
|
+
#: ../lib/alexandria/smart_library.rb:92
|
1011
|
+
msgid "Favorite"
|
1012
|
+
msgstr "Favorito"
|
1013
|
+
|
1014
|
+
#: ../lib/alexandria/smart_library.rb:98
|
1015
|
+
msgid "Loaned"
|
1016
|
+
msgstr "Prestado"
|
1017
|
+
|
1018
|
+
#: ../lib/alexandria/smart_library.rb:110
|
1019
|
+
msgid "Owned"
|
1020
|
+
msgstr "En propiedade"
|
1021
|
+
|
1022
|
+
#: ../lib/alexandria/smart_library.rb:119
|
1023
|
+
msgid "Wishlist"
|
1024
|
+
msgstr "Lista de desexos"
|
1025
|
+
|
1026
|
+
#: ../lib/alexandria/smart_library.rb:356
|
1027
|
+
#: ../data/alexandria/glade/book_properties_dialog.glade:1225
|
1028
|
+
msgid "Notes"
|
1029
|
+
msgstr "Notas"
|
1030
|
+
|
1031
|
+
#: ../lib/alexandria/smart_library.rb:358
|
1032
|
+
msgid "Loaning State"
|
1033
|
+
msgstr "Estado do Préstamo"
|
1034
|
+
|
1035
|
+
#: ../lib/alexandria/smart_library.rb:359
|
1036
|
+
msgid "Loaning Date"
|
1037
|
+
msgstr "Data do Préstamo"
|
1038
|
+
|
1039
|
+
#: ../lib/alexandria/smart_library.rb:360
|
1040
|
+
msgid "Loaning Person"
|
1041
|
+
msgstr "Prestatario"
|
1042
|
+
|
1043
|
+
#: ../lib/alexandria/smart_library.rb:362
|
1044
|
+
msgid "Date Read"
|
1045
|
+
msgstr "Data de Lectura"
|
1046
|
+
|
1047
|
+
#: ../lib/alexandria/smart_library.rb:371
|
1048
|
+
msgid "days"
|
1049
|
+
msgstr "días"
|
1050
|
+
|
1051
|
+
#: ../lib/alexandria/smart_library.rb:382
|
1052
|
+
msgid "is set"
|
1053
|
+
msgstr "está marcado"
|
1054
|
+
|
1055
|
+
#: ../lib/alexandria/smart_library.rb:386
|
1056
|
+
msgid "is not set"
|
1057
|
+
msgstr "non está marcado"
|
1058
|
+
|
1059
|
+
#: ../lib/alexandria/smart_library.rb:390
|
1060
|
+
msgid "is"
|
1061
|
+
msgstr "é"
|
1062
|
+
|
1063
|
+
#: ../lib/alexandria/smart_library.rb:394
|
1064
|
+
msgid "is not"
|
1065
|
+
msgstr "non é"
|
1066
|
+
|
1067
|
+
#: ../lib/alexandria/smart_library.rb:398
|
1068
|
+
msgid "contains"
|
1069
|
+
msgstr "contén"
|
1070
|
+
|
1071
|
+
#: ../lib/alexandria/smart_library.rb:402
|
1072
|
+
msgid "does not contain"
|
1073
|
+
msgstr "non contén"
|
1074
|
+
|
1075
|
+
#: ../lib/alexandria/smart_library.rb:406
|
1076
|
+
msgid "starts with"
|
1077
|
+
msgstr "comeza por"
|
1078
|
+
|
1079
|
+
#: ../lib/alexandria/smart_library.rb:410
|
1080
|
+
msgid "ends with"
|
1081
|
+
msgstr "remata por"
|
1082
|
+
|
1083
|
+
#: ../lib/alexandria/smart_library.rb:414
|
1084
|
+
msgid "is greater than"
|
1085
|
+
msgstr "é maior que"
|
1086
|
+
|
1087
|
+
#: ../lib/alexandria/smart_library.rb:418
|
1088
|
+
msgid "is less than"
|
1089
|
+
msgstr "é menor que"
|
1090
|
+
|
1091
|
+
#: ../lib/alexandria/smart_library.rb:422
|
1092
|
+
msgid "is after"
|
1093
|
+
msgstr "posterior a"
|
1094
|
+
|
1095
|
+
#: ../lib/alexandria/smart_library.rb:426
|
1096
|
+
msgid "is before"
|
1097
|
+
msgstr "anterior a"
|
1098
|
+
|
1099
|
+
#: ../lib/alexandria/smart_library.rb:430
|
1100
|
+
msgid "is in last"
|
1101
|
+
msgstr "nos últimos"
|
1102
|
+
|
1103
|
+
#: ../lib/alexandria/smart_library.rb:450
|
1104
|
+
msgid "is not in last"
|
1105
|
+
msgstr "non nos últimos"
|
1106
|
+
|
1107
|
+
#: ../lib/alexandria/book_providers.rb:87
|
1108
|
+
msgid "Couldn't reach the provider '%s': timeout expired."
|
1109
|
+
msgstr "Non se puido contactar co provedor '%s': expirou o tempo de espera."
|
1110
|
+
|
1111
|
+
#: ../lib/alexandria/book_providers.rb:91
|
1112
|
+
msgid "Couldn't reach the provider '%s': socket error (%s)."
|
1113
|
+
msgstr "Non se puido contactar co provedor '%s': erro de socket (%s)."
|
1114
|
+
|
1115
|
+
#: ../lib/alexandria/book_providers.rb:95
|
1116
|
+
#: ../lib/alexandria/book_providers.rb:100
|
1117
|
+
msgid ""
|
1118
|
+
"No results were found. Make sure your search criterion is spelled "
|
1119
|
+
"correctly, and try again."
|
1120
|
+
msgstr ""
|
1121
|
+
"Non se atoparon resultados. Asegúrese de que escribiu os criterios de busca "
|
1122
|
+
"correctamente e probe de novo."
|
1123
|
+
|
1124
|
+
#: ../lib/alexandria/book_providers.rb:105
|
1125
|
+
msgid "Too many results for that search."
|
1126
|
+
msgstr "Esta busca devolveu demasiados resultados."
|
1127
|
+
|
1128
|
+
#: ../lib/alexandria/book_providers.rb:108
|
1129
|
+
msgid "Invalid search type."
|
1130
|
+
msgstr "Tipo de busca incorrecto."
|
1131
|
+
|
1132
|
+
#: ../lib/alexandria/book_providers.rb:203
|
1133
|
+
msgid "Enabled"
|
1134
|
+
msgstr ""
|
1135
|
+
|
1136
|
+
#: ../data/alexandria/glade/acquire_dialog.glade:9
|
1137
|
+
msgid "Acquire from Scanner"
|
1138
|
+
msgstr "Adquirir dende o Escáner"
|
1139
|
+
|
1140
|
+
#: ../data/alexandria/glade/acquire_dialog.glade:87
|
1141
|
+
#: ../data/alexandria/glade/new_book_dialog.glade:90
|
1142
|
+
msgid "Save _in:"
|
1143
|
+
msgstr "Gardar _en:"
|
1144
|
+
|
1145
|
+
#: ../data/alexandria/glade/main_app.glade:17
|
1146
|
+
msgid "Main Window"
|
1147
|
+
msgstr "Ventá Principal"
|
1148
|
+
|
1149
|
+
#: ../data/alexandria/glade/main_app.glade:32
|
1150
|
+
msgid "Libraries listing."
|
1151
|
+
msgstr "Listado de bibliotecas."
|
1152
|
+
|
1153
|
+
#: ../data/alexandria/glade/main_app.glade:46
|
1154
|
+
msgid "_Libraries:"
|
1155
|
+
msgstr "_Bibliotecas:"
|
1156
|
+
|
1157
|
+
#: ../data/alexandria/glade/main_app.glade:111
|
1158
|
+
msgid "Book listing."
|
1159
|
+
msgstr "Listado de libros."
|
1160
|
+
|
1161
|
+
#: ../data/alexandria/glade/main_app.glade:194
|
1162
|
+
msgid "Status messages."
|
1163
|
+
msgstr "Mensaxes de estado."
|
1164
|
+
|
1165
|
+
#: ../data/alexandria/glade/new_book_dialog.glade:31
|
1166
|
+
msgid "_Keep Dialog Open after Adding Book"
|
1167
|
+
msgstr ""
|
1168
|
+
|
1169
|
+
#: ../data/alexandria/glade/new_book_dialog.glade:114
|
1170
|
+
msgid ""
|
1171
|
+
"by title\n"
|
1172
|
+
"by authors\n"
|
1173
|
+
"by keyword"
|
1174
|
+
msgstr ""
|
1175
|
+
"por título\n"
|
1176
|
+
"por autores\n"
|
1177
|
+
"por palabra clave"
|
1178
|
+
|
1179
|
+
#: ../data/alexandria/glade/new_book_dialog.glade:201
|
1180
|
+
msgid "_Search:"
|
1181
|
+
msgstr "_Buscar:"
|
1182
|
+
|
1183
|
+
#: ../data/alexandria/glade/new_book_dialog.glade:219
|
1184
|
+
#: ../data/alexandria/glade/book_properties_dialog.glade:187
|
1185
|
+
msgid "_ISBN:"
|
1186
|
+
msgstr "_ISBN:"
|
1187
|
+
|
1188
|
+
#: ../data/alexandria/glade/book_properties_dialog.glade:86
|
1189
|
+
msgid "_Title:"
|
1190
|
+
msgstr "_Título:"
|
1191
|
+
|
1192
|
+
#: ../data/alexandria/glade/book_properties_dialog.glade:115
|
1193
|
+
msgid "_Publisher:"
|
1194
|
+
msgstr "_Editorial:"
|
1195
|
+
|
1196
|
+
#: ../data/alexandria/glade/book_properties_dialog.glade:279
|
1197
|
+
msgid "Add an author"
|
1198
|
+
msgstr "Engadir un autor"
|
1199
|
+
|
1200
|
+
#: ../data/alexandria/glade/book_properties_dialog.glade:307
|
1201
|
+
msgid "Remove an author"
|
1202
|
+
msgstr "Eliminar un autor"
|
1203
|
+
|
1204
|
+
#: ../data/alexandria/glade/book_properties_dialog.glade:351
|
1205
|
+
msgid "_Authors:"
|
1206
|
+
msgstr "_Autores:"
|
1207
|
+
|
1208
|
+
#: ../data/alexandria/glade/book_properties_dialog.glade:380
|
1209
|
+
msgid "_Binding:"
|
1210
|
+
msgstr "_Encadernación:"
|
1211
|
+
|
1212
|
+
#: ../data/alexandria/glade/book_properties_dialog.glade:430
|
1213
|
+
msgid "Publish _year:"
|
1214
|
+
msgstr "Ano de _publicación:"
|
1215
|
+
|
1216
|
+
#: ../data/alexandria/glade/book_properties_dialog.glade:480
|
1217
|
+
msgid "Tags:"
|
1218
|
+
msgstr "Etiquetas:"
|
1219
|
+
|
1220
|
+
#: ../data/alexandria/glade/book_properties_dialog.glade:553
|
1221
|
+
msgid "_Cover:"
|
1222
|
+
msgstr "_Imaxe da cuberta:"
|
1223
|
+
|
1224
|
+
#: ../data/alexandria/glade/book_properties_dialog.glade:579
|
1225
|
+
msgid "Click to pick a cover"
|
1226
|
+
msgstr "Prema para conseguir unha imaxe de cuberta"
|
1227
|
+
|
1228
|
+
#: ../data/alexandria/glade/book_properties_dialog.glade:620
|
1229
|
+
msgid "Own it?"
|
1230
|
+
msgstr "En posesión?"
|
1231
|
+
|
1232
|
+
#: ../data/alexandria/glade/book_properties_dialog.glade:646
|
1233
|
+
msgid "Read it?"
|
1234
|
+
msgstr "Lido?"
|
1235
|
+
|
1236
|
+
#: ../data/alexandria/glade/book_properties_dialog.glade:695
|
1237
|
+
msgid "Want it?"
|
1238
|
+
msgstr "Quéreo?"
|
1239
|
+
|
1240
|
+
#: ../data/alexandria/glade/book_properties_dialog.glade:721
|
1241
|
+
msgid "Click on the stars to rate the book"
|
1242
|
+
msgstr "Prema sobre as estrelas para calificar o libro"
|
1243
|
+
|
1244
|
+
#: ../data/alexandria/glade/book_properties_dialog.glade:927
|
1245
|
+
msgid "Rating:"
|
1246
|
+
msgstr "Calificación:"
|
1247
|
+
|
1248
|
+
#: ../data/alexandria/glade/book_properties_dialog.glade:967
|
1249
|
+
msgid "General"
|
1250
|
+
msgstr "Xeral"
|
1251
|
+
|
1252
|
+
#: ../data/alexandria/glade/book_properties_dialog.glade:998
|
1253
|
+
msgid "This book is _loaned"
|
1254
|
+
msgstr "Este libro está en _préstamo"
|
1255
|
+
|
1256
|
+
#: ../data/alexandria/glade/book_properties_dialog.glade:1076
|
1257
|
+
msgid "_To:"
|
1258
|
+
msgstr "Prestouse _a:"
|
1259
|
+
|
1260
|
+
#: ../data/alexandria/glade/book_properties_dialog.glade:1106
|
1261
|
+
msgid "_Since:"
|
1262
|
+
msgstr "_Dende:"
|
1263
|
+
|
1264
|
+
#: ../data/alexandria/glade/book_properties_dialog.glade:1166
|
1265
|
+
msgid "Loaning"
|
1266
|
+
msgstr "En préstamo"
|
1267
|
+
|
1268
|
+
#: ../data/alexandria/glade/preferences_dialog.glade:7
|
1269
|
+
msgid "Preferences"
|
1270
|
+
msgstr "Preferencias"
|
1271
|
+
|
1272
|
+
#: ../data/alexandria/glade/preferences_dialog.glade:27
|
1273
|
+
#, fuzzy
|
1274
|
+
msgid "<b>Book Data Providers</b>"
|
1275
|
+
msgstr "<b>_Provedores</b>"
|
1276
|
+
|
1277
|
+
#: ../data/alexandria/glade/preferences_dialog.glade:99
|
1278
|
+
msgid "_Setup"
|
1279
|
+
msgstr "_Configuración"
|
1280
|
+
|
1281
|
+
#: ../data/alexandria/glade/preferences_dialog.glade:198
|
1282
|
+
msgid ""
|
1283
|
+
"Providers are libraries that supply information about books. Some of them "
|
1284
|
+
"can be configured to get better results. You can also customize the order "
|
1285
|
+
"in which they are queried."
|
1286
|
+
msgstr ""
|
1287
|
+
"Os provedores son bibliotecas que aportan información sobre libros. Algúns "
|
1288
|
+
"deles poden configurarse para obter mellores resultados. Tamén pode "
|
1289
|
+
"personalizar a orde na que son consultados."
|
1290
|
+
|
1291
|
+
#: ../data/alexandria/glade/preferences_dialog.glade:209
|
1292
|
+
msgid "Custom _Z39.50 Providers"
|
1293
|
+
msgstr ""
|
1294
|
+
|
1295
|
+
#: ../data/alexandria/glade/preferences_dialog.glade:213
|
1296
|
+
msgid ""
|
1297
|
+
"Add and remove your own Z39.50 providers.\n"
|
1298
|
+
"Requires the Ruby/ZOOM software library."
|
1299
|
+
msgstr ""
|
1300
|
+
|
1301
|
+
#: ../data/alexandria/glade/preferences_dialog.glade:235
|
1302
|
+
#, fuzzy
|
1303
|
+
msgid "_Providers"
|
1304
|
+
msgstr "Provedores"
|
1305
|
+
|
1306
|
+
#: ../data/alexandria/glade/preferences_dialog.glade:252
|
1307
|
+
msgid "<b>Visible Columns</b>"
|
1308
|
+
msgstr "<b>Columnas Visibles</b>"
|
1309
|
+
|
1310
|
+
#: ../data/alexandria/glade/preferences_dialog.glade:270
|
1311
|
+
msgid "_Authors"
|
1312
|
+
msgstr "_Autores"
|
1313
|
+
|
1314
|
+
#: ../data/alexandria/glade/preferences_dialog.glade:285
|
1315
|
+
msgid "_ISBN"
|
1316
|
+
msgstr "_ISBN"
|
1317
|
+
|
1318
|
+
#: ../data/alexandria/glade/preferences_dialog.glade:302
|
1319
|
+
msgid "_Publisher"
|
1320
|
+
msgstr "_Editorial"
|
1321
|
+
|
1322
|
+
#: ../data/alexandria/glade/preferences_dialog.glade:319
|
1323
|
+
msgid "_Rating"
|
1324
|
+
msgstr "_Calificación"
|
1325
|
+
|
1326
|
+
#: ../data/alexandria/glade/preferences_dialog.glade:336
|
1327
|
+
msgid "_Binding"
|
1328
|
+
msgstr "_Encadernación"
|
1329
|
+
|
1330
|
+
#: ../data/alexandria/glade/preferences_dialog.glade:353
|
1331
|
+
msgid "Publish _year"
|
1332
|
+
msgstr "A_no de publicación"
|
1333
|
+
|
1334
|
+
#: ../data/alexandria/glade/preferences_dialog.glade:370
|
1335
|
+
msgid "Read?"
|
1336
|
+
msgstr "Lido?"
|
1337
|
+
|
1338
|
+
#: ../data/alexandria/glade/preferences_dialog.glade:387
|
1339
|
+
msgid "Own?"
|
1340
|
+
msgstr "En posesión?"
|
1341
|
+
|
1342
|
+
#: ../data/alexandria/glade/preferences_dialog.glade:404
|
1343
|
+
msgid "Want?"
|
1344
|
+
msgstr "Quéreo?"
|
1345
|
+
|
1346
|
+
#: ../data/alexandria/glade/preferences_dialog.glade:438
|
1347
|
+
#, fuzzy
|
1348
|
+
msgid "Loaned to"
|
1349
|
+
msgstr "Prestado"
|
1350
|
+
|
1351
|
+
#: ../data/alexandria/glade/preferences_dialog.glade:465
|
1352
|
+
#, fuzzy
|
1353
|
+
msgid "_List View"
|
1354
|
+
msgstr "Vista de Lista"
|
1355
|
+
|
1356
|
+
#: ../alexandria.desktop.in.h:1
|
1357
|
+
msgid "Alexandria Book Collection Manager"
|
1358
|
+
msgstr "Administrador de Coleccións de Libros Alexandria"
|
1359
|
+
|
1360
|
+
#: ../alexandria.desktop.in.h:2
|
1361
|
+
msgid "Book Collection Manager"
|
1362
|
+
msgstr "Administrador de Coleccións de Libros"
|
1363
|
+
|
1364
|
+
#: ../alexandria.desktop.in.h:3
|
1365
|
+
msgid "Manage your book collection"
|
1366
|
+
msgstr "Administre a súa colección de libros"
|
1367
|
+
|
1368
|
+
#~ msgid "Language"
|
1369
|
+
#~ msgstr "Língua"
|
1370
|
+
|
1371
|
+
#~ msgid "_Advanced Settings"
|
1372
|
+
#~ msgstr "Opcións _Avanzadas"
|
1373
|
+
|
1374
|
+
#~ msgid "Development token"
|
1375
|
+
#~ msgstr "En desenvolvemento"
|
1376
|
+
|
1377
|
+
#, fuzzy
|
1378
|
+
#~ msgid "Couldn't add these books"
|
1379
|
+
#~ msgstr "Non se puido engadir o libro"
|
1380
|
+
|
1381
|
+
#~ msgid "Associate ID"
|
1382
|
+
#~ msgstr "ID de Asociado"
|
1383
|
+
|
1384
|
+
#~ msgid ""
|
1385
|
+
#~ "These books do not conform to the ISBN-13 standard. We will attempt to "
|
1386
|
+
#~ "replace them from the book providers. Otherwise, we will turn them into "
|
1387
|
+
#~ "manual entries.\n"
|
1388
|
+
#~ msgstr ""
|
1389
|
+
#~ "Estes libros non forman parte do ISBN-13 estándar. Intentarase "
|
1390
|
+
#~ "reemprazalos a través dos provedores de libros. Se non, convertiranse en "
|
1391
|
+
#~ "entradas manuais.\n"
|
1392
|
+
|
1393
|
+
#~ msgid "_Refresh"
|
1394
|
+
#~ msgstr "_Actualizar"
|
1395
|
+
|
1396
|
+
#~ msgid "Reload the selected library"
|
1397
|
+
#~ msgstr "Recargar as bibliotecas seleccionadas"
|