alexandria-book-collection-manager 0.7.3 → 0.7.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/dependabot.yml +9 -0
- data/.github/workflows/ruby.yml +77 -0
- data/.gitignore +4 -1
- data/.rubocop.yml +86 -36
- data/.rubocop_todo.yml +58 -161
- data/.simplecov +5 -2
- data/CHANGELOG.md +56 -2
- data/Gemfile +4 -3
- data/INSTALL.md +23 -11
- data/README.md +52 -41
- data/Rakefile +78 -75
- data/alexandria-book-collection-manager.gemspec +50 -44
- data/bin/alexandria +12 -22
- data/doc/FAQ +1 -2
- data/doc/dependency_decisions.yml +27 -8
- data/lib/alexandria.rb +25 -23
- data/lib/alexandria/about.rb +50 -50
- data/lib/alexandria/book_providers.rb +86 -91
- data/lib/alexandria/book_providers/adlibris.rb +37 -74
- data/lib/alexandria/book_providers/amazon_aws.rb +94 -100
- data/lib/alexandria/book_providers/amazon_ecs_util.rb +289 -324
- data/lib/alexandria/book_providers/barnes_and_noble.rb +42 -42
- data/lib/alexandria/book_providers/douban.rb +25 -41
- data/lib/alexandria/book_providers/proxis.rb +34 -29
- data/lib/alexandria/book_providers/pseudomarc.rb +77 -85
- data/lib/alexandria/book_providers/siciliano.rb +60 -64
- data/lib/alexandria/book_providers/thalia_provider.rb +161 -0
- data/lib/alexandria/book_providers/web.rb +5 -5
- data/lib/alexandria/book_providers/worldcat.rb +66 -95
- data/lib/alexandria/book_providers/z3950.rb +153 -169
- data/lib/alexandria/config.rb +1 -1
- data/lib/alexandria/console.rb +3 -3
- data/lib/alexandria/default_preferences.rb +37 -0
- data/lib/alexandria/execution_queue.rb +13 -12
- data/lib/alexandria/export_format.rb +8 -8
- data/lib/alexandria/export_library.rb +128 -127
- data/lib/alexandria/import_library.rb +102 -126
- data/lib/alexandria/import_library_csv.rb +41 -41
- data/lib/alexandria/library_collection.rb +6 -5
- data/lib/alexandria/library_sort_order.rb +4 -2
- data/lib/alexandria/library_store.rb +39 -28
- data/lib/alexandria/logging.rb +10 -14
- data/lib/alexandria/models/book.rb +5 -4
- data/lib/alexandria/models/library.rb +63 -53
- data/lib/alexandria/net.rb +5 -6
- data/lib/alexandria/preferences.rb +66 -63
- data/lib/alexandria/scanners.rb +2 -2
- data/lib/alexandria/scanners/{cuecat.rb → cue_cat.rb} +17 -17
- data/lib/alexandria/scanners/keyboard.rb +8 -8
- data/lib/alexandria/smart_library.rb +110 -112
- data/lib/alexandria/ui.rb +15 -15
- data/lib/alexandria/ui/{dialogs/about_dialog.rb → about_dialog.rb} +2 -2
- data/lib/alexandria/ui/{dialogs/acquire_dialog.rb → acquire_dialog.rb} +108 -109
- data/lib/alexandria/ui/alert_dialog.rb +66 -0
- data/lib/alexandria/ui/{dialogs/bad_isbns_dialog.rb → bad_isbns_dialog.rb} +13 -9
- data/lib/alexandria/ui/{dialogs/barcode_animation.rb → barcode_animation.rb} +16 -15
- data/lib/alexandria/ui/{dialogs/book_properties_dialog.rb → book_properties_dialog.rb} +25 -38
- data/lib/alexandria/ui/{dialogs/book_properties_dialog_base.rb → book_properties_dialog_base.rb} +64 -157
- data/lib/alexandria/ui/builder_base.rb +1 -1
- data/lib/alexandria/ui/calendar_popup.rb +58 -0
- data/lib/alexandria/ui/callbacks.rb +187 -155
- data/lib/alexandria/ui/completion_models.rb +8 -22
- data/lib/alexandria/ui/confirm_erase_dialog.rb +33 -0
- data/lib/alexandria/ui/conflict_while_copying_dialog.rb +34 -0
- data/lib/alexandria/ui/dndable.rb +7 -7
- data/lib/alexandria/ui/error_dialog.rb +25 -0
- data/lib/alexandria/ui/{dialogs/export_dialog.rb → export_dialog.rb} +37 -58
- data/lib/alexandria/ui/icons.rb +38 -43
- data/lib/alexandria/ui/iconview.rb +12 -10
- data/lib/alexandria/ui/iconview_tooltips.rb +41 -54
- data/lib/alexandria/ui/import_dialog.rb +157 -0
- data/lib/alexandria/ui/init.rb +30 -41
- data/lib/alexandria/ui/{dialogs/keep_bad_isbn_dialog.rb → keep_bad_isbn_dialog.rb} +9 -6
- data/lib/alexandria/ui/libraries_combo.rb +15 -14
- data/lib/alexandria/ui/listview.rb +69 -67
- data/lib/alexandria/ui/main_app.rb +24 -26
- data/lib/alexandria/ui/misc_dialogs.rb +10 -0
- data/lib/alexandria/ui/multi_drag_treeview.rb +8 -9
- data/lib/alexandria/ui/{dialogs/new_book_dialog.rb → new_book_dialog.rb} +113 -114
- data/lib/alexandria/ui/{dialogs/new_book_dialog_manual.rb → new_book_dialog_manual.rb} +22 -19
- data/lib/alexandria/ui/new_provider_dialog.rb +100 -0
- data/lib/alexandria/ui/new_smart_library_dialog.rb +74 -0
- data/lib/alexandria/ui/preferences_dialog.rb +313 -0
- data/lib/alexandria/ui/provider_preferences_base_dialog.rb +95 -0
- data/lib/alexandria/ui/provider_preferences_dialog.rb +35 -0
- data/lib/alexandria/ui/{dialogs/misc_dialogs.rb → really_delete_dialog.rb} +7 -28
- data/lib/alexandria/ui/{sidepane.rb → sidepane_manager.rb} +53 -48
- data/lib/alexandria/ui/skip_entry_dialog.rb +33 -0
- data/lib/alexandria/ui/smart_library_properties_dialog.rb +60 -0
- data/lib/alexandria/ui/smart_library_properties_dialog_base.rb +242 -0
- data/lib/alexandria/ui/smart_library_rule_box.rb +119 -0
- data/lib/alexandria/ui/sound.rb +11 -13
- data/lib/alexandria/ui/ui_manager.rb +216 -200
- data/lib/alexandria/version.rb +4 -19
- data/lib/alexandria/web_themes.rb +21 -21
- data/po/Makefile +2 -2
- data/po/cs.po +992 -875
- data/po/cy.po +961 -874
- data/po/de.po +990 -865
- data/po/el.po +989 -865
- data/po/es.po +985 -861
- data/po/fr.po +987 -867
- data/po/ga.po +908 -820
- data/po/gl.po +980 -860
- data/po/it.po +986 -864
- data/po/ja.po +969 -849
- data/po/mk.po +984 -860
- data/po/nb.po +979 -859
- data/po/nl.po +983 -860
- data/po/pl.po +1018 -971
- data/po/pt.po +988 -857
- data/po/pt_BR.po +983 -863
- data/po/ru.po +994 -871
- data/po/sk.po +989 -867
- data/po/sv.po +976 -856
- data/po/uk.po +972 -858
- data/po/zh_TW.po +974 -854
- data/schemas/alexandria.schemas +24 -2
- data/share/alexandria/glade/acquire_dialog__builder.glade +1 -1
- data/share/alexandria/glade/book_properties_dialog__builder.glade +1 -1
- data/share/alexandria/glade/main_app__builder.glade +6 -21
- data/share/alexandria/glade/new_book_dialog__builder.glade +1 -1
- data/share/alexandria/glade/preferences_dialog__builder.glade +1 -1
- data/share/gnome/help/alexandria/C/introduction.xml +0 -4
- data/share/gnome/help/alexandria/C/searching.xml +1 -1
- data/share/gnome/help/alexandria/C/smart-libraries.xml +2 -2
- data/share/gnome/help/alexandria/C/working-with-libraries.xml +1 -1
- data/share/gnome/help/alexandria/fr/alexandria.xml +1 -1
- data/share/gnome/help/alexandria/ja/introduction.xml +0 -4
- data/share/gnome/help/alexandria/ja/smart-libraries.xml +1 -1
- data/spec/alexandria/book_providers/thalia_provider_spec.rb +119 -0
- data/spec/alexandria/book_providers/world_cat_provider_spec.rb +160 -0
- data/spec/alexandria/book_providers_spec.rb +62 -156
- data/spec/alexandria/book_spec.rb +12 -10
- data/spec/alexandria/console_spec.rb +6 -11
- data/spec/alexandria/export_library_spec.rb +47 -58
- data/spec/alexandria/library_spec.rb +121 -109
- data/spec/alexandria/library_store_spec.rb +8 -8
- data/spec/alexandria/preferences_spec.rb +44 -17
- data/spec/alexandria/scanners/cue_cat_spec.rb +52 -0
- data/spec/alexandria/smart_library_spec.rb +15 -15
- data/spec/alexandria/ui/about_dialog_spec.rb +14 -0
- data/spec/alexandria/ui/acquire_dialog_spec.rb +14 -0
- data/spec/alexandria/ui/alert_dialog_spec.rb +16 -0
- data/spec/alexandria/ui/bad_isbns_dialog_spec.rb +14 -0
- data/spec/alexandria/ui/book_properties_dialog_spec.rb +59 -0
- data/spec/alexandria/ui/confirm_erase_dialog_spec.rb +14 -0
- data/spec/alexandria/ui/conflict_while_copying_dialog_spec.rb +16 -0
- data/spec/alexandria/ui/error_dialog_spec.rb +14 -0
- data/spec/alexandria/ui/export_dialog_spec.rb +36 -0
- data/spec/alexandria/ui/icons_spec.rb +26 -0
- data/spec/alexandria/ui/iconview_spec.rb +7 -21
- data/spec/alexandria/ui/import_dialog_spec.rb +46 -0
- data/spec/alexandria/ui/keep_bad_isbn_dialog_spec.rb +17 -0
- data/spec/alexandria/ui/main_app_spec.rb +7 -34
- data/spec/alexandria/ui/new_book_dialog_manual_spec.rb +51 -0
- data/spec/alexandria/ui/{dialogs/new_book_dialog_spec.rb → new_book_dialog_spec.rb} +4 -4
- data/spec/alexandria/ui/new_provider_dialog_spec.rb +30 -0
- data/spec/alexandria/ui/new_smart_library_dialog_spec.rb +39 -0
- data/spec/alexandria/ui/preferences_dialog_spec.rb +14 -0
- data/spec/alexandria/ui/provider_preferences_dialog_spec.rb +34 -0
- data/spec/alexandria/ui/really_delete_dialog_spec.rb +16 -0
- data/spec/alexandria/ui/sidepane_manager_spec.rb +15 -0
- data/spec/alexandria/ui/skip_entry_dialog_spec.rb +14 -0
- data/spec/alexandria/ui/smart_library_properties_dialog_spec.rb +49 -0
- data/spec/alexandria/ui/sound_spec.rb +2 -2
- data/spec/alexandria/ui/ui_manager_spec.rb +44 -20
- data/spec/end_to_end/basic_run_spec.rb +21 -38
- data/spec/fixtures/cover.jpg +0 -0
- data/spec/spec_helper.rb +54 -10
- data/tasks/setup.rb +2 -2
- data/tasks/spec.rake +11 -11
- data/util/rake/fileinstall.rb +38 -35
- data/util/rake/gettextgenerate.rb +7 -7
- data/util/rake/omfgenerate.rb +7 -7
- metadata +158 -45
- data/dogtail/basic_run_test.py +0 -9
- data/lib/alexandria/book_providers/renaud.rb +0 -155
- data/lib/alexandria/book_providers/thalia.rb +0 -198
- data/lib/alexandria/ui/dialogs/alert_dialog.rb +0 -63
- data/lib/alexandria/ui/dialogs/import_dialog.rb +0 -176
- data/lib/alexandria/ui/dialogs/new_smart_library_dialog.rb +0 -62
- data/lib/alexandria/ui/dialogs/preferences_dialog.rb +0 -563
- data/lib/alexandria/ui/dialogs/smart_library_properties_dialog.rb +0 -61
- data/lib/alexandria/ui/dialogs/smart_library_properties_dialog_base.rb +0 -423
- data/spec/alexandria/scanners/cuecat_spec.rb +0 -67
- data/spec/alexandria/ui/dialogs_spec.rb +0 -162
- data/spec/alexandria/ui/sidepane_spec.rb +0 -29
- data/spec/alexandria/ui/ui_utilities_spec.rb +0 -62
- data/spec/alexandria/utilities_spec.rb +0 -52
- data/tasks/dogtail.rake +0 -6
data/po/sv.po
CHANGED
@@ -8,577 +8,820 @@ msgid ""
|
|
8
8
|
msgstr ""
|
9
9
|
"Project-Id-Version: Alexandria 0.6.3\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
|
-
"POT-Creation-Date:
|
11
|
+
"POT-Creation-Date: 2020-09-13 14:52+0200\n"
|
12
12
|
"PO-Revision-Date: 2008-11-30 20:12+0100\n"
|
13
13
|
"Last-Translator: Martin Karlsson <martinkarlsson81@hotmail.com>\n"
|
14
14
|
"Language-Team: Swedish <sv@li.org>\n"
|
15
|
+
"Language: sv\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"
|
18
19
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
19
20
|
|
20
|
-
#: ../lib/alexandria/
|
21
|
+
#: ../lib/alexandria/about.rb:27
|
22
|
+
msgid "A program to help you manage your book collection."
|
23
|
+
msgstr "Ett program för att hantera boksamlingar."
|
24
|
+
|
25
|
+
#: ../lib/alexandria/book_providers.rb:91
|
26
|
+
msgid "Couldn't reach the provider '%s': timeout expired."
|
27
|
+
msgstr "Kunde inte nå förmedlaren \"%s\": tidsbegränsningen överskriden."
|
28
|
+
|
29
|
+
#: ../lib/alexandria/book_providers.rb:95
|
30
|
+
msgid "Couldn't reach the provider '%s': socket error (%s)."
|
31
|
+
msgstr "Kunde inte nå förmedlaren \"%s\": sockelfel (eng. socket error) (%s)."
|
32
|
+
|
33
|
+
#: ../lib/alexandria/book_providers.rb:99
|
34
|
+
#: ../lib/alexandria/book_providers.rb:104
|
35
|
+
msgid ""
|
36
|
+
"No results were found. Make sure your search criterion is spelled "
|
37
|
+
"correctly, and try again."
|
38
|
+
msgstr ""
|
39
|
+
"Inga resultat funna. Kontrollera att dina sökkriterier är korrekt stavade "
|
40
|
+
"och försök igen."
|
41
|
+
|
42
|
+
#: ../lib/alexandria/book_providers.rb:109
|
43
|
+
msgid "Too many results for that search."
|
44
|
+
msgstr "Sökningen gav för många träffar."
|
45
|
+
|
46
|
+
#: ../lib/alexandria/book_providers.rb:112
|
47
|
+
msgid "Invalid search type."
|
48
|
+
msgstr "Ogiltig söktyp."
|
49
|
+
|
50
|
+
#: ../lib/alexandria/book_providers.rb:206
|
51
|
+
msgid "Enabled"
|
52
|
+
msgstr ""
|
53
|
+
|
54
|
+
#: ../lib/alexandria/book_providers/adlibris.rb:111
|
55
|
+
msgid "title not found on page"
|
56
|
+
msgstr ""
|
57
|
+
|
58
|
+
#: ../lib/alexandria/book_providers/amazon_aws.rb:26
|
59
|
+
msgid "Locale"
|
60
|
+
msgstr "Språkkonvention"
|
61
|
+
|
62
|
+
#: ../lib/alexandria/book_providers/amazon_aws.rb:27
|
63
|
+
msgid "Access key ID"
|
64
|
+
msgstr ""
|
65
|
+
|
66
|
+
#: ../lib/alexandria/book_providers/amazon_aws.rb:28
|
67
|
+
msgid "Secret access key"
|
68
|
+
msgstr ""
|
69
|
+
|
70
|
+
#: ../lib/alexandria/book_providers/amazon_aws.rb:29
|
71
|
+
#, fuzzy
|
72
|
+
msgid "Associate Tag"
|
73
|
+
msgstr "Associerat id"
|
74
|
+
|
75
|
+
#: ../lib/alexandria/book_providers/amazon_aws.rb:59
|
76
|
+
msgid "Provide secret key for your Amazon AWS account."
|
77
|
+
msgstr ""
|
78
|
+
|
79
|
+
#: ../lib/alexandria/book_providers/amazon_aws.rb:149
|
80
|
+
msgid "No products"
|
81
|
+
msgstr ""
|
82
|
+
|
83
|
+
#: ../lib/alexandria/book_providers/amazon_ecs_util.rb:102
|
84
|
+
msgid "HTTP Response: %<code>s %<message>s"
|
85
|
+
msgstr ""
|
86
|
+
|
87
|
+
#: ../lib/alexandria/book_providers/amazon_ecs_util.rb:170
|
88
|
+
msgid "Invalid country '%<country>s'"
|
89
|
+
msgstr ""
|
90
|
+
|
91
|
+
#: ../lib/alexandria/book_providers/barnes_and_noble.rb:59
|
92
|
+
msgid "HTTP redirect too deep"
|
93
|
+
msgstr ""
|
94
|
+
|
95
|
+
#: ../lib/alexandria/book_providers/z3950.rb:22
|
96
|
+
msgid "Hostname"
|
97
|
+
msgstr "Värdnamn"
|
98
|
+
|
99
|
+
#: ../lib/alexandria/book_providers/z3950.rb:23
|
100
|
+
msgid "Port"
|
101
|
+
msgstr "Port"
|
102
|
+
|
103
|
+
#: ../lib/alexandria/book_providers/z3950.rb:24
|
104
|
+
msgid "Database"
|
105
|
+
msgstr "Databas"
|
106
|
+
|
107
|
+
#: ../lib/alexandria/book_providers/z3950.rb:25
|
108
|
+
msgid "Record syntax"
|
109
|
+
msgstr "Postsyntax"
|
110
|
+
|
111
|
+
#: ../lib/alexandria/book_providers/z3950.rb:27
|
112
|
+
msgid "Username"
|
113
|
+
msgstr "Användarnamn"
|
114
|
+
|
115
|
+
#: ../lib/alexandria/book_providers/z3950.rb:28
|
116
|
+
msgid "Password"
|
117
|
+
msgstr "Lösenord"
|
118
|
+
|
119
|
+
#: ../lib/alexandria/book_providers/z3950.rb:29
|
120
|
+
msgid "Charset encoding"
|
121
|
+
msgstr "Teckenkodning"
|
122
|
+
|
123
|
+
#: ../lib/alexandria/book_providers/z3950.rb:213
|
124
|
+
msgid "Library of Congress (Usa)"
|
125
|
+
msgstr "Library of Congress (USA)"
|
126
|
+
|
127
|
+
#: ../lib/alexandria/book_providers/z3950.rb:249
|
128
|
+
msgid "British Library"
|
129
|
+
msgstr "British Library"
|
130
|
+
|
131
|
+
#: ../lib/alexandria/book_providers/z3950.rb:376
|
132
|
+
#, fuzzy
|
133
|
+
msgid "Invalid ISBN"
|
134
|
+
msgstr "Ogiltigt ISBN \"%s\""
|
135
|
+
|
136
|
+
#: ../lib/alexandria/export_format.rb:18
|
137
|
+
msgid "Archived ONIX XML"
|
138
|
+
msgstr "Arkiverad ONIX-XML"
|
139
|
+
|
140
|
+
#: ../lib/alexandria/export_format.rb:19
|
141
|
+
msgid "Archived Tellico XML"
|
142
|
+
msgstr "Arkiverad Tellico-XML"
|
143
|
+
|
144
|
+
#: ../lib/alexandria/export_format.rb:20
|
145
|
+
msgid "BibTeX"
|
146
|
+
msgstr "BibTeX"
|
147
|
+
|
148
|
+
#: ../lib/alexandria/export_format.rb:21
|
149
|
+
msgid "CSV list"
|
150
|
+
msgstr "CSV-lista"
|
151
|
+
|
152
|
+
#: ../lib/alexandria/export_format.rb:22
|
153
|
+
msgid "ISBN List"
|
154
|
+
msgstr "ISBN-lista"
|
155
|
+
|
156
|
+
#: ../lib/alexandria/export_format.rb:23
|
157
|
+
msgid "iPod Notes"
|
158
|
+
msgstr "iPod-anteckningar"
|
159
|
+
|
160
|
+
#: ../lib/alexandria/export_format.rb:24
|
161
|
+
msgid "HTML Web Page"
|
162
|
+
msgstr "HTML-webbsida"
|
163
|
+
|
164
|
+
#: ../lib/alexandria/import_library.rb:21
|
21
165
|
msgid "Autodetect"
|
22
166
|
msgstr "Välj automatisk"
|
23
167
|
|
24
|
-
#: ../lib/alexandria/import_library.rb:
|
168
|
+
#: ../lib/alexandria/import_library.rb:22
|
25
169
|
msgid "Archived Tellico XML (*.bc, *.tc)"
|
26
170
|
msgstr "Arkiverad Tellico-XML (*.bc, *.tc)"
|
27
171
|
|
28
|
-
#: ../lib/alexandria/import_library.rb:
|
172
|
+
#: ../lib/alexandria/import_library.rb:24
|
29
173
|
msgid "ISBN List (*.txt)"
|
30
174
|
msgstr "ISBN-lista (*.txt)"
|
31
175
|
|
32
|
-
#: ../lib/alexandria/import_library.rb:
|
176
|
+
#: ../lib/alexandria/import_library.rb:25
|
33
177
|
msgid "GoodReads CSV"
|
34
178
|
msgstr "GoodReads CSV"
|
35
179
|
|
36
|
-
#: ../lib/alexandria/
|
37
|
-
msgid "
|
38
|
-
msgstr "
|
180
|
+
#: ../lib/alexandria/import_library.rb:65
|
181
|
+
msgid "Unsupported type"
|
182
|
+
msgstr ""
|
39
183
|
|
40
|
-
#: ../lib/alexandria/
|
184
|
+
#: ../lib/alexandria/import_library_csv.rb:199
|
185
|
+
msgid "Not Recognized"
|
186
|
+
msgstr ""
|
187
|
+
|
188
|
+
#: ../lib/alexandria/library_store.rb:37
|
41
189
|
msgid "My Library"
|
42
190
|
msgstr "Mitt bibliotek"
|
43
191
|
|
44
|
-
#: ../lib/alexandria/
|
45
|
-
msgid "
|
46
|
-
msgstr "
|
192
|
+
#: ../lib/alexandria/library_store.rb:67
|
193
|
+
msgid "Not a book: %<book>s"
|
194
|
+
msgstr ""
|
47
195
|
|
48
|
-
#: ../lib/alexandria/
|
49
|
-
msgid "
|
50
|
-
msgstr "
|
196
|
+
#: ../lib/alexandria/library_store.rb:78
|
197
|
+
msgid "%<file>s isbn is not okay"
|
198
|
+
msgstr ""
|
51
199
|
|
52
|
-
#: ../lib/alexandria/
|
53
|
-
msgid "
|
54
|
-
msgstr "
|
200
|
+
#: ../lib/alexandria/library_store.rb:83
|
201
|
+
msgid "%<file>s version is not okay"
|
202
|
+
msgstr ""
|
55
203
|
|
56
|
-
#: ../lib/alexandria/
|
57
|
-
msgid "
|
58
|
-
msgstr "
|
204
|
+
#: ../lib/alexandria/library_store.rb:88
|
205
|
+
msgid "%<file>s pub year is not okay"
|
206
|
+
msgstr ""
|
59
207
|
|
60
|
-
#: ../lib/alexandria/
|
61
|
-
msgid "
|
62
|
-
msgstr "
|
208
|
+
#: ../lib/alexandria/models/library.rb:40
|
209
|
+
msgid "Untitled"
|
210
|
+
msgstr "Namnlös"
|
63
211
|
|
64
|
-
#: ../lib/alexandria/
|
65
|
-
msgid "
|
66
|
-
msgstr "
|
212
|
+
#: ../lib/alexandria/models/library.rb:288
|
213
|
+
msgid "Book %<isbn>s was already deleted"
|
214
|
+
msgstr ""
|
67
215
|
|
68
|
-
#: ../lib/alexandria/
|
69
|
-
msgid "
|
70
|
-
msgstr "
|
216
|
+
#: ../lib/alexandria/scanners/cue_cat.rb:75
|
217
|
+
msgid "Don't know how to handle type %<type>s (barcode: %<code>s)"
|
218
|
+
msgstr ""
|
71
219
|
|
72
|
-
#: ../lib/alexandria/
|
73
|
-
msgid "
|
74
|
-
msgstr "
|
220
|
+
#: ../lib/alexandria/scanners/cue_cat.rb:109
|
221
|
+
msgid "Error parsing CueCat input"
|
222
|
+
msgstr ""
|
75
223
|
|
76
|
-
#: ../lib/alexandria/
|
77
|
-
msgid "
|
78
|
-
msgstr "
|
224
|
+
#: ../lib/alexandria/scanners/keyboard.rb:51
|
225
|
+
msgid "Unknown scan data %s<data>"
|
226
|
+
msgstr ""
|
79
227
|
|
80
|
-
#: ../lib/alexandria/
|
81
|
-
msgid "
|
82
|
-
msgstr "
|
228
|
+
#: ../lib/alexandria/smart_library.rb:49
|
229
|
+
msgid "Favorite"
|
230
|
+
msgstr "Favoriter"
|
83
231
|
|
84
|
-
#: ../lib/alexandria/
|
85
|
-
msgid "
|
86
|
-
msgstr "
|
232
|
+
#: ../lib/alexandria/smart_library.rb:55
|
233
|
+
msgid "Loaned"
|
234
|
+
msgstr "Utlånade"
|
87
235
|
|
88
|
-
#: ../lib/alexandria/
|
89
|
-
|
90
|
-
|
236
|
+
#: ../lib/alexandria/smart_library.rb:61 ../lib/alexandria/smart_library.rb:307
|
237
|
+
#: ../lib/alexandria/ui/listview.rb:59
|
238
|
+
msgid "Read"
|
239
|
+
msgstr "Lästa"
|
91
240
|
|
92
|
-
#: ../lib/alexandria/
|
93
|
-
msgid "
|
94
|
-
msgstr "
|
241
|
+
#: ../lib/alexandria/smart_library.rb:67
|
242
|
+
msgid "Owned"
|
243
|
+
msgstr "Ägda"
|
95
244
|
|
96
|
-
#: ../lib/alexandria/
|
97
|
-
msgid "
|
98
|
-
msgstr "
|
245
|
+
#: ../lib/alexandria/smart_library.rb:76
|
246
|
+
msgid "Wishlist"
|
247
|
+
msgstr "Önskelista"
|
99
248
|
|
100
|
-
#: ../lib/alexandria/ui/
|
101
|
-
msgid "
|
102
|
-
|
103
|
-
msgstr[0] "Biblioteket \"%s\" valt, %d icke betygsatt bok"
|
104
|
-
msgstr[1] "Biblioteket \"%s\" valt, %d icke betygsatta böcker"
|
249
|
+
#: ../lib/alexandria/smart_library.rb:295 ../lib/alexandria/ui/listview.rb:32
|
250
|
+
msgid "Title"
|
251
|
+
msgstr "Titel"
|
105
252
|
|
106
|
-
#: ../lib/alexandria/ui/
|
107
|
-
msgid "
|
108
|
-
|
109
|
-
msgstr[0] "Biblioteket \"%s\" valt, %d bok"
|
110
|
-
msgstr[1] "Biblioteket \"%s\" valt, %d böcker"
|
253
|
+
#: ../lib/alexandria/smart_library.rb:296 ../lib/alexandria/ui/listview.rb:52
|
254
|
+
msgid "ISBN"
|
255
|
+
msgstr "ISBN"
|
111
256
|
|
112
|
-
#: ../lib/alexandria/ui/
|
113
|
-
msgid "
|
114
|
-
|
115
|
-
msgstr[0] "Biblioteket \"%s\" valt, %d bok, %d icke betygsatt"
|
116
|
-
msgstr[1] "Biblioteket \"%s\" valt, %d böcker, %d icke betygsatta"
|
257
|
+
#: ../lib/alexandria/smart_library.rb:297 ../lib/alexandria/ui/listview.rb:51
|
258
|
+
msgid "Authors"
|
259
|
+
msgstr "Författare"
|
117
260
|
|
118
|
-
#: ../lib/alexandria/ui/
|
119
|
-
msgid "
|
120
|
-
msgstr "
|
261
|
+
#: ../lib/alexandria/smart_library.rb:298 ../lib/alexandria/ui/listview.rb:53
|
262
|
+
msgid "Publisher"
|
263
|
+
msgstr "Förlag"
|
121
264
|
|
122
|
-
#: ../lib/alexandria/ui/
|
123
|
-
msgid "
|
124
|
-
|
125
|
-
msgstr[0] "%d bok vald"
|
126
|
-
msgstr[1] "%d böcker valda"
|
265
|
+
#: ../lib/alexandria/smart_library.rb:299 ../lib/alexandria/ui/listview.rb:54
|
266
|
+
msgid "Publish Year"
|
267
|
+
msgstr "Publicerad år"
|
127
268
|
|
128
|
-
#: ../lib/alexandria/ui/
|
129
|
-
msgid "
|
130
|
-
msgstr "
|
269
|
+
#: ../lib/alexandria/smart_library.rb:300 ../lib/alexandria/ui/listview.rb:55
|
270
|
+
msgid "Binding"
|
271
|
+
msgstr "Bindning"
|
272
|
+
|
273
|
+
#: ../lib/alexandria/smart_library.rb:301 ../lib/alexandria/ui/listview.rb:106
|
274
|
+
msgid "Rating"
|
275
|
+
msgstr "Betyg"
|
276
|
+
|
277
|
+
#: ../lib/alexandria/smart_library.rb:302
|
278
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:762
|
279
|
+
msgid "Notes"
|
280
|
+
msgstr "Anteckningar"
|
281
|
+
|
282
|
+
#: ../lib/alexandria/smart_library.rb:303 ../lib/alexandria/ui/listview.rb:86
|
283
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:230
|
284
|
+
msgid "Tags"
|
285
|
+
msgstr "Taggar"
|
286
|
+
|
287
|
+
#: ../lib/alexandria/smart_library.rb:304
|
288
|
+
msgid "Loaning State"
|
289
|
+
msgstr "Utlåningsstatus"
|
290
|
+
|
291
|
+
#: ../lib/alexandria/smart_library.rb:305
|
292
|
+
msgid "Loaning Date"
|
293
|
+
msgstr "Utlåningsdatum"
|
294
|
+
|
295
|
+
#: ../lib/alexandria/smart_library.rb:306
|
296
|
+
msgid "Loaning Person"
|
297
|
+
msgstr "Låntagare"
|
298
|
+
|
299
|
+
#: ../lib/alexandria/smart_library.rb:308
|
300
|
+
msgid "Date Read"
|
301
|
+
msgstr "Läsdatum"
|
302
|
+
|
303
|
+
#: ../lib/alexandria/smart_library.rb:309 ../lib/alexandria/ui/listview.rb:60
|
304
|
+
msgid "Own"
|
305
|
+
msgstr "Har"
|
306
|
+
|
307
|
+
#: ../lib/alexandria/smart_library.rb:310 ../lib/alexandria/ui/listview.rb:61
|
308
|
+
msgid "Want"
|
309
|
+
msgstr "Vill ha"
|
310
|
+
|
311
|
+
#: ../lib/alexandria/smart_library.rb:317
|
312
|
+
msgid "days"
|
313
|
+
msgstr "dagarna"
|
314
|
+
|
315
|
+
#: ../lib/alexandria/smart_library.rb:327
|
316
|
+
msgid "is set"
|
317
|
+
msgstr "är satt"
|
318
|
+
|
319
|
+
#: ../lib/alexandria/smart_library.rb:330
|
320
|
+
msgid "is not set"
|
321
|
+
msgstr "är inte satt"
|
322
|
+
|
323
|
+
#: ../lib/alexandria/smart_library.rb:333
|
324
|
+
msgid "is"
|
325
|
+
msgstr "är"
|
326
|
+
|
327
|
+
#: ../lib/alexandria/smart_library.rb:336
|
328
|
+
msgid "is not"
|
329
|
+
msgstr "är inte"
|
330
|
+
|
331
|
+
#: ../lib/alexandria/smart_library.rb:339
|
332
|
+
msgid "contains"
|
333
|
+
msgstr "innehåller"
|
334
|
+
|
335
|
+
#: ../lib/alexandria/smart_library.rb:342
|
336
|
+
msgid "does not contain"
|
337
|
+
msgstr "innehåller inte"
|
338
|
+
|
339
|
+
#: ../lib/alexandria/smart_library.rb:345
|
340
|
+
msgid "starts with"
|
341
|
+
msgstr "börjar med"
|
342
|
+
|
343
|
+
#: ../lib/alexandria/smart_library.rb:348
|
344
|
+
msgid "ends with"
|
345
|
+
msgstr "slutar med"
|
346
|
+
|
347
|
+
#: ../lib/alexandria/smart_library.rb:351
|
348
|
+
msgid "is greater than"
|
349
|
+
msgstr "är större än"
|
350
|
+
|
351
|
+
#: ../lib/alexandria/smart_library.rb:354
|
352
|
+
msgid "is less than"
|
353
|
+
msgstr "är mindre än"
|
354
|
+
|
355
|
+
#: ../lib/alexandria/smart_library.rb:357
|
356
|
+
msgid "is after"
|
357
|
+
msgstr "är efter"
|
358
|
+
|
359
|
+
#: ../lib/alexandria/smart_library.rb:360
|
360
|
+
msgid "is before"
|
361
|
+
msgstr "är före"
|
362
|
+
|
363
|
+
#: ../lib/alexandria/smart_library.rb:364
|
364
|
+
msgid "is in last"
|
365
|
+
msgstr "är i de sista"
|
366
|
+
|
367
|
+
#: ../lib/alexandria/smart_library.rb:384
|
368
|
+
msgid "is not in last"
|
369
|
+
msgstr "är inte i de sista"
|
370
|
+
|
371
|
+
#: ../lib/alexandria/smart_library.rb:465
|
372
|
+
msgid "invalid operand klass %<klass>s"
|
373
|
+
msgstr ""
|
374
|
+
|
375
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:202
|
376
|
+
msgid "There was %d duplicate"
|
377
|
+
msgid_plural "There were %d duplicates"
|
378
|
+
msgstr[0] ""
|
379
|
+
msgstr[1] ""
|
380
|
+
|
381
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:205
|
382
|
+
#, fuzzy
|
383
|
+
msgid "Couldn't add this book"
|
384
|
+
msgid_plural "Couldn't add these books"
|
385
|
+
msgstr[0] "Kunde inte lägga till boken"
|
386
|
+
msgstr[1] "Kunde inte lägga till boken"
|
387
|
+
|
388
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:284
|
389
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:500
|
390
|
+
msgid "Searching Provider '%s'..."
|
391
|
+
msgstr ""
|
392
|
+
|
393
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:285
|
394
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:501
|
395
|
+
msgid "Error while Searching Provider '%s'"
|
396
|
+
msgstr ""
|
131
397
|
|
132
|
-
#: ../lib/alexandria/ui/
|
133
|
-
|
134
|
-
"
|
135
|
-
"> Advanced -> Preferred Applications) and try again."
|
398
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:286
|
399
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:502
|
400
|
+
msgid "Not Found at Provider '%s'"
|
136
401
|
msgstr ""
|
137
|
-
"Kontrollera att en webbläsare är förvald (Skrivbordsinställningar -> "
|
138
|
-
"Avancerat -> Föredragna program) och försök igen."
|
139
402
|
|
140
|
-
#: ../lib/alexandria/ui/
|
141
|
-
|
142
|
-
|
403
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:287
|
404
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:503
|
405
|
+
msgid "Found at Provider '%s'"
|
406
|
+
msgstr ""
|
143
407
|
|
144
|
-
#: ../lib/alexandria/ui/
|
145
|
-
msgid ""
|
146
|
-
"Check out that a mail reader is configured as default (Desktop Preferences -"
|
147
|
-
"> Advanced -> Preferred Applications) and try again."
|
408
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:406
|
409
|
+
msgid "Ready to use %s barcode scanner"
|
148
410
|
msgstr ""
|
149
|
-
"Kontrollera att en e-postläsare är förvald (Skrivbordsinställningar -> "
|
150
|
-
"Avancerat -> Föredragna program) och försök igen."
|
151
411
|
|
152
|
-
#: ../lib/alexandria/ui/
|
153
|
-
msgid "
|
154
|
-
msgstr "
|
412
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:430
|
413
|
+
msgid "Click below to scan _barcodes"
|
414
|
+
msgstr "Klicka nedan för att scanna streckkoder"
|
415
|
+
|
416
|
+
#: ../lib/alexandria/ui/book_properties_dialog.rb:112
|
417
|
+
#: ../lib/alexandria/ui/book_properties_dialog.rb:122
|
418
|
+
msgid "Couldn't modify the book"
|
419
|
+
msgstr "Kunde inte ändra boken"
|
155
420
|
|
156
|
-
#: ../lib/alexandria/ui/
|
421
|
+
#: ../lib/alexandria/ui/book_properties_dialog.rb:113
|
422
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:74
|
157
423
|
msgid ""
|
158
|
-
"
|
159
|
-
"
|
160
|
-
"providers?\n"
|
424
|
+
"Couldn't validate the EAN/ISBN you provided. Make sure it is written "
|
425
|
+
"correcty, and try again."
|
161
426
|
msgstr ""
|
162
|
-
"
|
163
|
-
"
|
427
|
+
"Kunde inte bekräfta det EAN/ISBN du angivit. Kontrollera att det är korrekt "
|
428
|
+
"inmatat och försök igen."
|
164
429
|
|
165
|
-
#: ../lib/alexandria/ui/
|
166
|
-
|
167
|
-
|
430
|
+
#: ../lib/alexandria/ui/book_properties_dialog.rb:123
|
431
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:79
|
432
|
+
msgid "The EAN/ISBN you provided is already used in this library."
|
433
|
+
msgstr "Det EAN/ISBN du angivit finns redan i det här biblioteket."
|
168
434
|
|
169
|
-
#: ../lib/alexandria/ui/
|
170
|
-
msgid "
|
171
|
-
msgstr "
|
435
|
+
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:206
|
436
|
+
msgid "Properties"
|
437
|
+
msgstr "Egenskaper"
|
172
438
|
|
173
|
-
#: ../lib/alexandria/ui/
|
174
|
-
|
175
|
-
|
439
|
+
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:208
|
440
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog.rb:21
|
441
|
+
msgid "Properties for '%s'"
|
442
|
+
msgstr "Egenskaper för %s"
|
176
443
|
|
177
|
-
#: ../lib/alexandria/ui/
|
444
|
+
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:214
|
445
|
+
msgid "Author"
|
446
|
+
msgstr "Författare"
|
447
|
+
|
448
|
+
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:263
|
449
|
+
msgid "Select a cover image"
|
450
|
+
msgstr "Välj en omslagsbild"
|
451
|
+
|
452
|
+
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:267
|
453
|
+
msgid "No Cover"
|
454
|
+
msgstr "Inget omslag"
|
455
|
+
|
456
|
+
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:346
|
457
|
+
msgid "%d day"
|
458
|
+
msgid_plural "%d days"
|
459
|
+
msgstr[0] "%d dag"
|
460
|
+
msgstr[1] "%d dagar"
|
461
|
+
|
462
|
+
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:372
|
463
|
+
msgid "out of range"
|
464
|
+
msgstr ""
|
465
|
+
|
466
|
+
#: ../lib/alexandria/ui/callbacks.rb:57
|
178
467
|
msgid "The following lines are not valid ISBNs and were not imported:"
|
179
468
|
msgstr "Följande rader är inte giltiga ISBN:er och importerades ej:"
|
180
469
|
|
181
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
182
|
-
|
183
|
-
msgid "Export failed"
|
184
|
-
msgstr "Misslyckades att exportera"
|
185
|
-
|
186
|
-
#: ../lib/alexandria/ui/callbacks.rb:123
|
187
|
-
msgid "Try letting this library load completely before exporting."
|
470
|
+
#: ../lib/alexandria/ui/callbacks.rb:62
|
471
|
+
msgid "Books could not be found for the following ISBNs:"
|
188
472
|
msgstr ""
|
189
473
|
|
190
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
474
|
+
#: ../lib/alexandria/ui/callbacks.rb:362
|
191
475
|
msgid "_Library"
|
192
476
|
msgstr "_Bibliotek"
|
193
477
|
|
194
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
478
|
+
#: ../lib/alexandria/ui/callbacks.rb:363
|
195
479
|
msgid "_New Library"
|
196
480
|
msgstr "_Nytt bibliotek"
|
197
481
|
|
198
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
482
|
+
#: ../lib/alexandria/ui/callbacks.rb:363
|
199
483
|
msgid "Create a new library"
|
200
484
|
msgstr "Skapa ett nytt bibliotek"
|
201
485
|
|
202
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
486
|
+
#: ../lib/alexandria/ui/callbacks.rb:364
|
203
487
|
msgid "New _Smart Library..."
|
204
488
|
msgstr "Nytt _intelligent bibliotek"
|
205
489
|
|
206
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
490
|
+
#: ../lib/alexandria/ui/callbacks.rb:364
|
207
491
|
msgid "Create a new smart library"
|
208
492
|
msgstr "Skapa ett nytt intelligent bibliotek"
|
209
493
|
|
210
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
494
|
+
#: ../lib/alexandria/ui/callbacks.rb:365
|
211
495
|
msgid "_Add Book..."
|
212
496
|
msgstr "_Lägg till bok..."
|
213
497
|
|
214
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
498
|
+
#: ../lib/alexandria/ui/callbacks.rb:365
|
215
499
|
msgid "Add a new book from the Internet"
|
216
500
|
msgstr "Lägg till en ny bok från Internet"
|
217
501
|
|
218
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
502
|
+
#: ../lib/alexandria/ui/callbacks.rb:366
|
219
503
|
msgid "Add Book _Manually..."
|
220
504
|
msgstr "Lägg till bok _manuellt..."
|
221
505
|
|
222
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
506
|
+
#: ../lib/alexandria/ui/callbacks.rb:366
|
223
507
|
msgid "Add a new book manually"
|
224
508
|
msgstr "Lägg till en ny bok manuellt"
|
225
509
|
|
226
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
510
|
+
#: ../lib/alexandria/ui/callbacks.rb:367
|
227
511
|
msgid "_Import..."
|
228
512
|
msgstr "_Importera..."
|
229
513
|
|
230
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
514
|
+
#: ../lib/alexandria/ui/callbacks.rb:367
|
231
515
|
msgid "Import a library"
|
232
516
|
msgstr "Importera ett bibliotek"
|
233
517
|
|
234
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
518
|
+
#: ../lib/alexandria/ui/callbacks.rb:368
|
235
519
|
msgid "_Export..."
|
236
520
|
msgstr "E_xportera..."
|
237
521
|
|
238
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
522
|
+
#: ../lib/alexandria/ui/callbacks.rb:368
|
239
523
|
msgid "Export the selected library"
|
240
524
|
msgstr "Exportera det valda biblioteket"
|
241
525
|
|
242
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
243
|
-
|
526
|
+
#: ../lib/alexandria/ui/callbacks.rb:369
|
527
|
+
#, fuzzy
|
528
|
+
msgid "A_cquire from Scanner..."
|
244
529
|
msgstr "_Hämta från en streckkodsläsare"
|
245
530
|
|
246
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
531
|
+
#: ../lib/alexandria/ui/callbacks.rb:369
|
247
532
|
msgid "Acquire books from a scanner"
|
248
533
|
msgstr "Hämta böcker från en streckkodsläsare"
|
249
534
|
|
250
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
535
|
+
#: ../lib/alexandria/ui/callbacks.rb:370
|
251
536
|
msgid "_Properties"
|
252
537
|
msgstr "_Egenskaper"
|
253
538
|
|
254
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
539
|
+
#: ../lib/alexandria/ui/callbacks.rb:370
|
255
540
|
msgid "Edit the properties of the selected book"
|
256
541
|
msgstr "Redigera egenskaperna för den markerade boken"
|
257
542
|
|
258
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
543
|
+
#: ../lib/alexandria/ui/callbacks.rb:371
|
259
544
|
msgid "_Quit"
|
260
545
|
msgstr "_Avsluta"
|
261
546
|
|
262
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
547
|
+
#: ../lib/alexandria/ui/callbacks.rb:371
|
263
548
|
msgid "Quit the program"
|
264
549
|
msgstr "Avsluta programmet"
|
265
550
|
|
266
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
551
|
+
#: ../lib/alexandria/ui/callbacks.rb:372
|
267
552
|
msgid "_Edit"
|
268
553
|
msgstr "_Redigera"
|
269
554
|
|
270
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
555
|
+
#: ../lib/alexandria/ui/callbacks.rb:373
|
271
556
|
msgid "_Undo"
|
272
557
|
msgstr "_Ångra"
|
273
558
|
|
274
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
559
|
+
#: ../lib/alexandria/ui/callbacks.rb:373
|
275
560
|
msgid "Undo the last action"
|
276
561
|
msgstr "Ångra det senaste kommandot"
|
277
562
|
|
278
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
563
|
+
#: ../lib/alexandria/ui/callbacks.rb:374
|
279
564
|
msgid "_Redo"
|
280
565
|
msgstr "_Gör om"
|
281
566
|
|
282
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
567
|
+
#: ../lib/alexandria/ui/callbacks.rb:374
|
283
568
|
msgid "Redo the undone action"
|
284
569
|
msgstr "Gör om det senaste ångrade kommandot"
|
285
570
|
|
286
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
571
|
+
#: ../lib/alexandria/ui/callbacks.rb:375
|
287
572
|
msgid "_Select All"
|
288
573
|
msgstr "Markera _alla"
|
289
574
|
|
290
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
575
|
+
#: ../lib/alexandria/ui/callbacks.rb:375
|
291
576
|
msgid "Select all visible books"
|
292
577
|
msgstr "Markera alla synliga böcker"
|
293
578
|
|
294
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
579
|
+
#: ../lib/alexandria/ui/callbacks.rb:376
|
295
580
|
msgid "Dese_lect All"
|
296
581
|
msgstr "A_vmarkera alla"
|
297
582
|
|
298
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
583
|
+
#: ../lib/alexandria/ui/callbacks.rb:376
|
299
584
|
msgid "Deselect everything"
|
300
585
|
msgstr "Avmarkera allting"
|
301
586
|
|
302
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
587
|
+
#: ../lib/alexandria/ui/callbacks.rb:377
|
303
588
|
msgid "My _Rating"
|
304
589
|
msgstr "Mitt bet_yg"
|
305
590
|
|
306
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
591
|
+
#: ../lib/alexandria/ui/callbacks.rb:378
|
307
592
|
msgid "None"
|
308
593
|
msgstr "Ingen"
|
309
594
|
|
310
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
595
|
+
#: ../lib/alexandria/ui/callbacks.rb:379
|
311
596
|
msgid "One Star"
|
312
597
|
msgstr "En stjärna"
|
313
598
|
|
314
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
599
|
+
#: ../lib/alexandria/ui/callbacks.rb:380
|
315
600
|
msgid "Two Stars"
|
316
601
|
msgstr "Två stjärnor"
|
317
602
|
|
318
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
603
|
+
#: ../lib/alexandria/ui/callbacks.rb:381
|
319
604
|
msgid "Three Stars"
|
320
605
|
msgstr "Tre stjärnor"
|
321
606
|
|
322
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
607
|
+
#: ../lib/alexandria/ui/callbacks.rb:382
|
323
608
|
msgid "Four Stars"
|
324
609
|
msgstr "Fyra stjärnor"
|
325
610
|
|
326
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
611
|
+
#: ../lib/alexandria/ui/callbacks.rb:383
|
327
612
|
msgid "Five Stars"
|
328
613
|
msgstr "Fem stjärnor"
|
329
614
|
|
330
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
615
|
+
#: ../lib/alexandria/ui/callbacks.rb:384
|
331
616
|
msgid "_Move"
|
332
617
|
msgstr "_Flytta"
|
333
618
|
|
334
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
619
|
+
#: ../lib/alexandria/ui/callbacks.rb:385
|
335
620
|
msgid "_Rename"
|
336
621
|
msgstr "_Döp om"
|
337
622
|
|
338
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
623
|
+
#: ../lib/alexandria/ui/callbacks.rb:386
|
339
624
|
msgid "_Delete"
|
340
625
|
msgstr "_Ta bort"
|
341
626
|
|
342
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
627
|
+
#: ../lib/alexandria/ui/callbacks.rb:386
|
343
628
|
msgid "Delete the selected books or library"
|
344
629
|
msgstr "Ta bort markerade böcker eller bibliotek"
|
345
630
|
|
346
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
631
|
+
#: ../lib/alexandria/ui/callbacks.rb:387
|
347
632
|
msgid "_Search"
|
348
633
|
msgstr "_Sök"
|
349
634
|
|
350
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
635
|
+
#: ../lib/alexandria/ui/callbacks.rb:387
|
351
636
|
msgid "Filter books"
|
352
637
|
msgstr "Filtrera böcker"
|
353
638
|
|
354
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
639
|
+
#: ../lib/alexandria/ui/callbacks.rb:388
|
355
640
|
msgid "_Clear Results"
|
356
641
|
msgstr "Töm _sökresultat"
|
357
642
|
|
358
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
643
|
+
#: ../lib/alexandria/ui/callbacks.rb:388
|
359
644
|
msgid "Clear the search results"
|
360
645
|
msgstr "Töm sökresultat"
|
361
646
|
|
362
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
647
|
+
#: ../lib/alexandria/ui/callbacks.rb:389
|
363
648
|
msgid "_Preferences"
|
364
649
|
msgstr "_Inställningar"
|
365
650
|
|
366
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
651
|
+
#: ../lib/alexandria/ui/callbacks.rb:389
|
367
652
|
msgid "Change Alexandria's settings"
|
368
653
|
msgstr "Ändra Alexandrias inställningar"
|
369
654
|
|
370
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
655
|
+
#: ../lib/alexandria/ui/callbacks.rb:390
|
371
656
|
msgid "_View"
|
372
657
|
msgstr "_Visa"
|
373
658
|
|
374
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
659
|
+
#: ../lib/alexandria/ui/callbacks.rb:391
|
375
660
|
msgid "Arran_ge Icons"
|
376
661
|
msgstr "_Ordna ikoner"
|
377
662
|
|
378
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
663
|
+
#: ../lib/alexandria/ui/callbacks.rb:392
|
379
664
|
msgid "Display Online _Information"
|
380
665
|
msgstr "Visa information från webben"
|
381
666
|
|
382
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
667
|
+
#: ../lib/alexandria/ui/callbacks.rb:394
|
383
668
|
msgid "_Help"
|
384
669
|
msgstr "_Hjälp"
|
385
670
|
|
386
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
671
|
+
#: ../lib/alexandria/ui/callbacks.rb:395
|
387
672
|
msgid "Submit _Bug Report"
|
388
673
|
msgstr "Skicka _felrapport"
|
389
674
|
|
390
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
675
|
+
#: ../lib/alexandria/ui/callbacks.rb:395
|
391
676
|
msgid "Submit a bug report to the developers"
|
392
677
|
msgstr "Skicka en bugg-rapport till utvecklarna"
|
393
678
|
|
394
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
679
|
+
#: ../lib/alexandria/ui/callbacks.rb:396
|
395
680
|
msgid "Contents"
|
396
681
|
msgstr "Innehåll"
|
397
682
|
|
398
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
683
|
+
#: ../lib/alexandria/ui/callbacks.rb:396
|
399
684
|
msgid "View Alexandria's manual"
|
400
685
|
msgstr "Visa Alexandrias manual"
|
401
686
|
|
402
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
687
|
+
#: ../lib/alexandria/ui/callbacks.rb:397
|
403
688
|
msgid "_About"
|
404
689
|
msgstr "_Om"
|
405
690
|
|
406
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
691
|
+
#: ../lib/alexandria/ui/callbacks.rb:397
|
407
692
|
msgid "Show information about Alexandria"
|
408
693
|
msgstr "Visa information om Alexandria"
|
409
694
|
|
410
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
411
|
-
msgid "
|
695
|
+
#: ../lib/alexandria/ui/callbacks.rb:404
|
696
|
+
msgid "At _%s"
|
697
|
+
msgstr "hos _%s"
|
698
|
+
|
699
|
+
#: ../lib/alexandria/ui/callbacks.rb:410
|
700
|
+
msgid "Side_pane"
|
412
701
|
msgstr "Sido_panel"
|
413
702
|
|
414
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
703
|
+
#: ../lib/alexandria/ui/callbacks.rb:411
|
415
704
|
msgid "_Toolbar"
|
416
705
|
msgstr "_Verktygsfält"
|
417
706
|
|
418
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
707
|
+
#: ../lib/alexandria/ui/callbacks.rb:412
|
419
708
|
msgid "_Statusbar"
|
420
709
|
msgstr "_Statusrad"
|
421
710
|
|
422
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
711
|
+
#: ../lib/alexandria/ui/callbacks.rb:413
|
423
712
|
msgid "Re_versed Order"
|
424
713
|
msgstr "Om_vänd ordning"
|
425
714
|
|
426
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
715
|
+
#: ../lib/alexandria/ui/callbacks.rb:418
|
427
716
|
msgid "View as _Icons"
|
428
717
|
msgstr "Visa som _ikoner"
|
429
718
|
|
430
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
719
|
+
#: ../lib/alexandria/ui/callbacks.rb:419
|
431
720
|
msgid "View as _List"
|
432
721
|
msgstr "Visa som _lista"
|
433
722
|
|
434
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
723
|
+
#: ../lib/alexandria/ui/callbacks.rb:423
|
435
724
|
msgid "By _Title"
|
436
725
|
msgstr "Efter _titel"
|
437
726
|
|
438
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
727
|
+
#: ../lib/alexandria/ui/callbacks.rb:424
|
439
728
|
msgid "By _Authors"
|
440
729
|
msgstr "Efter _författare"
|
441
730
|
|
442
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
731
|
+
#: ../lib/alexandria/ui/callbacks.rb:425
|
443
732
|
msgid "By _ISBN"
|
444
733
|
msgstr "Efter _ISBN"
|
445
734
|
|
446
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
735
|
+
#: ../lib/alexandria/ui/callbacks.rb:426
|
447
736
|
msgid "By _Publisher"
|
448
737
|
msgstr "Efter för_lag"
|
449
738
|
|
450
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
739
|
+
#: ../lib/alexandria/ui/callbacks.rb:427
|
451
740
|
msgid "By _Binding"
|
452
741
|
msgstr "Efter _bindning"
|
453
742
|
|
454
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
743
|
+
#: ../lib/alexandria/ui/callbacks.rb:428
|
455
744
|
msgid "By _Rating"
|
456
745
|
msgstr "Efter bet_yg"
|
457
746
|
|
458
|
-
#: ../lib/alexandria/ui/
|
459
|
-
msgid "
|
460
|
-
msgstr "
|
461
|
-
|
462
|
-
#: ../lib/alexandria/ui/dialogs/acquire_dialog.rb:395
|
463
|
-
msgid "There was %d duplicate"
|
464
|
-
msgid_plural "There were %d duplicates"
|
465
|
-
msgstr[0] ""
|
466
|
-
msgstr[1] ""
|
467
|
-
|
468
|
-
#: ../lib/alexandria/ui/dialogs/acquire_dialog.rb:398
|
469
|
-
#, fuzzy
|
470
|
-
msgid "Couldn't add this book"
|
471
|
-
msgid_plural "Couldn't add these books"
|
472
|
-
msgstr[0] "Kunde inte lägga till boken"
|
473
|
-
msgstr[1] "Kunde inte lägga till boken"
|
747
|
+
#: ../lib/alexandria/ui/confirm_erase_dialog.rb:16
|
748
|
+
msgid "File already exists"
|
749
|
+
msgstr "Filen finns redan"
|
474
750
|
|
475
|
-
#: ../lib/alexandria/ui/
|
476
|
-
#: ../lib/alexandria/ui/
|
477
|
-
msgid "
|
478
|
-
msgstr ""
|
751
|
+
#: ../lib/alexandria/ui/confirm_erase_dialog.rb:19
|
752
|
+
#: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:21
|
753
|
+
msgid "_Replace"
|
754
|
+
msgstr "E_rsätt"
|
479
755
|
|
480
|
-
#: ../lib/alexandria/ui/
|
481
|
-
|
482
|
-
|
756
|
+
#: ../lib/alexandria/ui/confirm_erase_dialog.rb:20
|
757
|
+
msgid ""
|
758
|
+
"A file named '%s' already exists. Do you want to replace it with the one "
|
759
|
+
"you are generating?"
|
483
760
|
msgstr ""
|
761
|
+
"En fil med namnet \"%s\" finns redan. Vill du ersätta den med den du skapar?"
|
484
762
|
|
485
|
-
#: ../lib/alexandria/ui/
|
486
|
-
|
487
|
-
|
488
|
-
msgstr ""
|
763
|
+
#: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:17
|
764
|
+
msgid "The book '%s' already exists in '%s'. Would you like to replace it?"
|
765
|
+
msgstr "Boken \"%s\" existerar redan i \"%s\". Vill du ersätta den?"
|
489
766
|
|
490
|
-
#: ../lib/alexandria/ui/
|
491
|
-
|
492
|
-
|
493
|
-
msgstr ""
|
767
|
+
#: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:20
|
768
|
+
msgid "_Skip"
|
769
|
+
msgstr "_Hoppa över"
|
494
770
|
|
495
|
-
#: ../lib/alexandria/ui/
|
496
|
-
msgid "
|
771
|
+
#: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:22
|
772
|
+
msgid "If you replace the existing book, its contents will be overwritten."
|
497
773
|
msgstr ""
|
774
|
+
"Om du ersätter den existerande boken, kommer dess innehåll att skrivas över."
|
498
775
|
|
499
|
-
#: ../lib/alexandria/ui/
|
500
|
-
|
501
|
-
|
502
|
-
msgstr "_Streckkodsläsaren redo"
|
503
|
-
|
504
|
-
#: ../lib/alexandria/ui/dialogs/acquire_dialog.rb:640
|
505
|
-
msgid "Click below to scan _barcodes"
|
506
|
-
msgstr "Klicka nedan för att scanna streckkoder"
|
507
|
-
|
508
|
-
#: ../lib/alexandria/ui/dialogs/bad_isbns_dialog.rb:24
|
509
|
-
msgid "There's a problem"
|
510
|
-
msgstr "Det uppstod ett problem"
|
511
|
-
|
512
|
-
#: ../lib/alexandria/ui/dialogs/new_smart_library_dialog.rb:30
|
513
|
-
msgid "New Smart Library"
|
514
|
-
msgstr "Nytt intelligent bibliotek"
|
515
|
-
|
516
|
-
#: ../lib/alexandria/ui/dialogs/new_smart_library_dialog.rb:49
|
517
|
-
msgid "Smart Library"
|
518
|
-
msgstr "Intelligent bibliotek"
|
519
|
-
|
520
|
-
#: ../lib/alexandria/ui/dialogs/preferences_dialog.rb:106
|
521
|
-
msgid "Preferences for %s"
|
522
|
-
msgstr "Inställningar för %s"
|
523
|
-
|
524
|
-
#: ../lib/alexandria/ui/dialogs/preferences_dialog.rb:131
|
525
|
-
msgid "New Provider"
|
526
|
-
msgstr "Ny förmedlare"
|
776
|
+
#: ../lib/alexandria/ui/export_dialog.rb:22
|
777
|
+
msgid "Export '%s'"
|
778
|
+
msgstr "Exportera \"%s\""
|
527
779
|
|
528
|
-
#: ../lib/alexandria/ui/
|
529
|
-
msgid "
|
530
|
-
msgstr "
|
780
|
+
#: ../lib/alexandria/ui/export_dialog.rb:27
|
781
|
+
msgid "_Export"
|
782
|
+
msgstr "E_xportera"
|
531
783
|
|
532
|
-
#: ../lib/alexandria/ui/
|
533
|
-
msgid "
|
534
|
-
msgstr "
|
784
|
+
#: ../lib/alexandria/ui/export_dialog.rb:48
|
785
|
+
msgid "_Theme:"
|
786
|
+
msgstr "_Tema:"
|
535
787
|
|
536
|
-
#: ../lib/alexandria/ui/
|
537
|
-
|
538
|
-
|
539
|
-
#, fuzzy
|
540
|
-
msgid "Disable Provider"
|
541
|
-
msgstr "Ny förmedlare"
|
788
|
+
#: ../lib/alexandria/ui/export_dialog.rb:60
|
789
|
+
msgid "directory"
|
790
|
+
msgstr "katalog"
|
542
791
|
|
543
|
-
#: ../lib/alexandria/ui/
|
544
|
-
|
545
|
-
|
546
|
-
msgid "Enable Provider"
|
547
|
-
msgstr "Ny förmedlare"
|
792
|
+
#: ../lib/alexandria/ui/export_dialog.rb:72
|
793
|
+
msgid "Export for_mat:"
|
794
|
+
msgstr "Exportfor_mat:"
|
548
795
|
|
549
|
-
#: ../lib/alexandria/ui/
|
550
|
-
msgid "
|
551
|
-
msgstr "
|
796
|
+
#: ../lib/alexandria/ui/export_dialog.rb:99
|
797
|
+
msgid "Export failed"
|
798
|
+
msgstr "Misslyckades att exportera"
|
552
799
|
|
553
|
-
#: ../lib/alexandria/ui/
|
800
|
+
#: ../lib/alexandria/ui/export_dialog.rb:122
|
554
801
|
msgid ""
|
555
|
-
"
|
556
|
-
"
|
802
|
+
"The target, named '%s', is a regular file. A directory is needed for this "
|
803
|
+
"operation. Please select a directory and try again."
|
557
804
|
msgstr ""
|
558
|
-
"
|
559
|
-
"
|
560
|
-
|
561
|
-
#: ../lib/alexandria/ui/dialogs/import_dialog.rb:36
|
562
|
-
msgid "Error while importing"
|
563
|
-
msgstr "Fel vid import"
|
805
|
+
"Målfilen, med namnet \"%s\", är en normal fil. En katalog behövs för den här "
|
806
|
+
"operationen. Var god ange en katalog och försök igen."
|
564
807
|
|
565
|
-
#: ../lib/alexandria/ui/
|
566
|
-
msgid "
|
567
|
-
msgstr "
|
808
|
+
#: ../lib/alexandria/ui/export_dialog.rb:126
|
809
|
+
msgid "Not a directory"
|
810
|
+
msgstr "Ej en katalog"
|
568
811
|
|
569
|
-
#: ../lib/alexandria/ui/
|
812
|
+
#: ../lib/alexandria/ui/import_dialog.rb:23
|
570
813
|
msgid "Import a Library"
|
571
814
|
msgstr "Importera ett bibliotek"
|
572
815
|
|
573
|
-
#: ../lib/alexandria/ui/
|
816
|
+
#: ../lib/alexandria/ui/import_dialog.rb:30
|
574
817
|
msgid "_Import"
|
575
818
|
msgstr "_Importera"
|
576
819
|
|
577
|
-
#: ../lib/alexandria/ui/
|
820
|
+
#: ../lib/alexandria/ui/import_dialog.rb:134
|
578
821
|
msgid "Couldn't import the library"
|
579
822
|
msgstr "Kunde inte importera biblioteket"
|
580
823
|
|
581
|
-
#: ../lib/alexandria/ui/
|
824
|
+
#: ../lib/alexandria/ui/import_dialog.rb:135
|
582
825
|
msgid ""
|
583
826
|
"The format of the file you provided is unknown. Please retry with another "
|
584
827
|
"file."
|
@@ -586,198 +829,66 @@ msgstr ""
|
|
586
829
|
"Formatet på filen du tillhandahållit är okänt. Var god försök igen med en "
|
587
830
|
"annan fil."
|
588
831
|
|
589
|
-
#: ../lib/alexandria/ui/
|
590
|
-
|
591
|
-
|
592
|
-
msgstr "Egenskaper för %s"
|
593
|
-
|
594
|
-
#: ../lib/alexandria/ui/dialogs/smart_library_properties_dialog_base.rb:83
|
595
|
-
msgid "Empty or conflictive condition"
|
596
|
-
msgstr "Tomt eller motstridigt tillstånd"
|
597
|
-
|
598
|
-
#: ../lib/alexandria/ui/dialogs/smart_library_properties_dialog_base.rb:86
|
599
|
-
msgid "_Save However"
|
600
|
-
msgstr "Spara ändå"
|
601
|
-
|
602
|
-
#: ../lib/alexandria/ui/dialogs/smart_library_properties_dialog_base.rb:87
|
603
|
-
msgid ""
|
604
|
-
"This smart library contains one or more conditions which are empty or "
|
605
|
-
"conflict with each other. This is likely to result in never matching a book. "
|
606
|
-
"Are you sure you want to save this library?"
|
607
|
-
msgstr ""
|
608
|
-
"Detta intelligenta bibliotek innehåller ett eller flera villkor som är tomma "
|
609
|
-
"eller motstridiga. Detta innebär troligtvis att ingen bok kommer matchas. Är "
|
610
|
-
"du säker på att du vill spara detta bibliotek?"
|
611
|
-
|
612
|
-
#: ../lib/alexandria/ui/dialogs/smart_library_properties_dialog_base.rb:106
|
613
|
-
msgid "Match"
|
614
|
-
msgstr "Matcha"
|
615
|
-
|
616
|
-
#: ../lib/alexandria/ui/dialogs/smart_library_properties_dialog_base.rb:109
|
617
|
-
msgid "all"
|
618
|
-
msgstr "alla"
|
619
|
-
|
620
|
-
#: ../lib/alexandria/ui/dialogs/smart_library_properties_dialog_base.rb:109
|
621
|
-
msgid "any"
|
622
|
-
msgstr "vilken som helst"
|
623
|
-
|
624
|
-
#: ../lib/alexandria/ui/dialogs/smart_library_properties_dialog_base.rb:119
|
625
|
-
msgid "of the following rules:"
|
626
|
-
msgstr "av följande regler:"
|
627
|
-
|
628
|
-
#: ../lib/alexandria/ui/dialogs/smart_library_properties_dialog_base.rb:127
|
629
|
-
msgid "Match the following rule:"
|
630
|
-
msgstr "Matcha följande regel:"
|
631
|
-
|
632
|
-
#: ../lib/alexandria/ui/dialogs/book_properties_dialog.rb:114
|
633
|
-
#: ../lib/alexandria/ui/dialogs/book_properties_dialog.rb:123
|
634
|
-
msgid "Couldn't modify the book"
|
635
|
-
msgstr "Kunde inte ändra boken"
|
636
|
-
|
637
|
-
#: ../lib/alexandria/ui/dialogs/book_properties_dialog.rb:115
|
638
|
-
#: ../lib/alexandria/ui/dialogs/new_book_dialog_manual.rb:88
|
639
|
-
msgid "The EAN/ISBN you provided is already used in this library."
|
640
|
-
msgstr "Det EAN/ISBN du angivit finns redan i det här biblioteket."
|
641
|
-
|
642
|
-
#: ../lib/alexandria/ui/dialogs/book_properties_dialog.rb:124
|
643
|
-
#: ../lib/alexandria/ui/dialogs/new_book_dialog_manual.rb:94
|
644
|
-
msgid ""
|
645
|
-
"Couldn't validate the EAN/ISBN you provided. Make sure it is written "
|
646
|
-
"correcty, and try again."
|
647
|
-
msgstr ""
|
648
|
-
"Kunde inte bekräfta det EAN/ISBN du angivit. Kontrollera att det är korrekt "
|
649
|
-
"inmatat och försök igen."
|
650
|
-
|
651
|
-
#: ../lib/alexandria/ui/dialogs/book_properties_dialog_base.rb:65
|
652
|
-
msgid "Properties"
|
653
|
-
msgstr "Egenskaper"
|
654
|
-
|
655
|
-
#: ../lib/alexandria/ui/dialogs/book_properties_dialog_base.rb:71
|
656
|
-
msgid "Author"
|
657
|
-
msgstr "Författare"
|
658
|
-
|
659
|
-
#: ../lib/alexandria/ui/dialogs/book_properties_dialog_base.rb:123
|
660
|
-
msgid "Select a cover image"
|
661
|
-
msgstr "Välj en omslagsbild"
|
662
|
-
|
663
|
-
#: ../lib/alexandria/ui/dialogs/book_properties_dialog_base.rb:127
|
664
|
-
msgid "No Cover"
|
665
|
-
msgstr "Inget omslag"
|
666
|
-
|
667
|
-
#: ../lib/alexandria/ui/dialogs/book_properties_dialog_base.rb:186
|
668
|
-
msgid "%d day"
|
669
|
-
msgid_plural "%d days"
|
670
|
-
msgstr[0] "%d dag"
|
671
|
-
msgstr[1] "%d dagar"
|
672
|
-
|
673
|
-
#: ../lib/alexandria/ui/dialogs/new_book_dialog_manual.rb:58
|
674
|
-
msgid "Adding '%s'"
|
675
|
-
msgstr "till \"%s\""
|
676
|
-
|
677
|
-
#: ../lib/alexandria/ui/dialogs/new_book_dialog_manual.rb:60
|
678
|
-
#: ../data/alexandria/glade/new_book_dialog.glade:8
|
679
|
-
msgid "Adding a Book"
|
680
|
-
msgstr "Lägger till en bok"
|
681
|
-
|
682
|
-
#: ../lib/alexandria/ui/dialogs/new_book_dialog_manual.rb:81
|
683
|
-
msgid "A title must be provided."
|
684
|
-
msgstr "En titel måste anges."
|
685
|
-
|
686
|
-
#: ../lib/alexandria/ui/dialogs/new_book_dialog_manual.rb:102
|
687
|
-
msgid "A publisher must be provided."
|
688
|
-
msgstr "Ett förlag måste anges."
|
689
|
-
|
690
|
-
#: ../lib/alexandria/ui/dialogs/new_book_dialog_manual.rb:109
|
691
|
-
msgid "A binding must be provided."
|
692
|
-
msgstr "En bindning måste anges."
|
693
|
-
|
694
|
-
#: ../lib/alexandria/ui/dialogs/new_book_dialog_manual.rb:115
|
695
|
-
msgid "At least one author must be provided."
|
696
|
-
msgstr "Minst en författare måste anges."
|
697
|
-
|
698
|
-
#: ../lib/alexandria/ui/dialogs/new_book_dialog_manual.rb:142
|
699
|
-
#: ../lib/alexandria/ui/dialogs/new_book_dialog.rb:523
|
700
|
-
msgid "Couldn't add the book"
|
701
|
-
msgstr "Kunde inte lägga till boken"
|
702
|
-
|
703
|
-
#: ../lib/alexandria/ui/dialogs/export_dialog.rb:25
|
704
|
-
msgid "File already exists"
|
705
|
-
msgstr "Filen finns redan"
|
706
|
-
|
707
|
-
#: ../lib/alexandria/ui/dialogs/export_dialog.rb:28
|
708
|
-
#: ../lib/alexandria/ui/dialogs/misc_dialogs.rb:30
|
709
|
-
msgid "_Replace"
|
710
|
-
msgstr "E_rsätt"
|
711
|
-
|
712
|
-
#: ../lib/alexandria/ui/dialogs/export_dialog.rb:29
|
713
|
-
msgid ""
|
714
|
-
"A file named '%s' already exists. Do you want to replace it with the one "
|
715
|
-
"you are generating?"
|
716
|
-
msgstr ""
|
717
|
-
"En fil med namnet \"%s\" finns redan. Vill du ersätta den med den du skapar?"
|
718
|
-
|
719
|
-
#: ../lib/alexandria/ui/dialogs/export_dialog.rb:52
|
720
|
-
msgid "Export '%s'"
|
721
|
-
msgstr "Exportera \"%s\""
|
722
|
-
|
723
|
-
#: ../lib/alexandria/ui/dialogs/export_dialog.rb:58
|
724
|
-
msgid "_Export"
|
725
|
-
msgstr "E_xportera"
|
726
|
-
|
727
|
-
#: ../lib/alexandria/ui/dialogs/export_dialog.rb:77
|
728
|
-
msgid "_Theme:"
|
729
|
-
msgstr "_Tema:"
|
730
|
-
|
731
|
-
#: ../lib/alexandria/ui/dialogs/export_dialog.rb:87
|
732
|
-
msgid "directory"
|
733
|
-
msgstr "katalog"
|
734
|
-
|
735
|
-
#: ../lib/alexandria/ui/dialogs/export_dialog.rb:100
|
736
|
-
msgid "Export for_mat:"
|
737
|
-
msgstr "Exportfor_mat:"
|
832
|
+
#: ../lib/alexandria/ui/init.rb:69
|
833
|
+
msgid "Unable to launch the help browser"
|
834
|
+
msgstr "Kunde inte starta webbläsaren"
|
738
835
|
|
739
|
-
#: ../lib/alexandria/ui/
|
836
|
+
#: ../lib/alexandria/ui/init.rb:70
|
740
837
|
msgid ""
|
741
|
-
"
|
742
|
-
"
|
838
|
+
"Could not display help for Alexandria. There was an error launching the "
|
839
|
+
"system help browser."
|
743
840
|
msgstr ""
|
744
|
-
"
|
745
|
-
"
|
746
|
-
|
747
|
-
#: ../lib/alexandria/ui/dialogs/export_dialog.rb:159
|
748
|
-
msgid "Not a directory"
|
749
|
-
msgstr "Ej en katalog"
|
841
|
+
"Kunde inte visa hjälpen för Alexandria. Det uppstod ett fel när systemets "
|
842
|
+
"hjälpläsare skulle startas."
|
750
843
|
|
751
|
-
#: ../lib/alexandria/ui/
|
844
|
+
#: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:16
|
752
845
|
msgid "Invalid ISBN '%s'"
|
753
846
|
msgstr "Ogiltigt ISBN \"%s\""
|
754
847
|
|
755
|
-
#: ../lib/alexandria/ui/
|
756
|
-
|
757
|
-
msgstr "_Behåll"
|
758
|
-
|
759
|
-
#: ../lib/alexandria/ui/dialogs/new_book_dialog.rb:36
|
848
|
+
#: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:18
|
849
|
+
#, fuzzy
|
760
850
|
msgid ""
|
761
851
|
"The book titled '%s' has an invalid ISBN, but still exists in the providers "
|
762
|
-
"libraries.
|
763
|
-
"
|
852
|
+
"libraries. Do you want to keep the book but change the ISBN or cancel the "
|
853
|
+
"addition?"
|
764
854
|
msgstr ""
|
765
855
|
"Boken med titeln \"%s\" har ett ogiltigt ISBN, men finns ändå i förmedlarens "
|
766
856
|
"bibliotek. Vill du behålla boken, men ändra ISBN, eller vill du avbryta?"
|
767
857
|
|
768
|
-
#: ../lib/alexandria/ui/
|
858
|
+
#: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:24
|
859
|
+
msgid "_Keep"
|
860
|
+
msgstr "_Behåll"
|
861
|
+
|
862
|
+
#: ../lib/alexandria/ui/libraries_combo.rb:41
|
863
|
+
msgid "New Library"
|
864
|
+
msgstr "Nytt bibliotek"
|
865
|
+
|
866
|
+
#: ../lib/alexandria/ui/listview.rb:56
|
867
|
+
#, fuzzy
|
868
|
+
msgid "Loaned To"
|
869
|
+
msgstr "Utlånade"
|
870
|
+
|
871
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:153
|
769
872
|
msgid "A problem occurred while downloading images"
|
770
873
|
msgstr "Ett problem uppstod vid bildnedladdning"
|
771
874
|
|
772
|
-
#: ../lib/alexandria/ui/
|
875
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:193
|
876
|
+
msgid "Iter is invalid! %s"
|
877
|
+
msgstr ""
|
878
|
+
|
879
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:267
|
773
880
|
msgid "Unable to find matches for your search"
|
774
881
|
msgstr "Din sökning gav inga träffar"
|
775
882
|
|
776
|
-
#: ../lib/alexandria/ui/
|
883
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:303
|
777
884
|
msgid "%s, by %s"
|
778
885
|
msgstr "%s, av %s"
|
779
886
|
|
780
|
-
#: ../lib/alexandria/ui/
|
887
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:309
|
888
|
+
msgid "Copying %s into tree view."
|
889
|
+
msgstr ""
|
890
|
+
|
891
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:337
|
781
892
|
msgid ""
|
782
893
|
"Couldn't validate the EAN/ISBN you provided. Make sure it is written "
|
783
894
|
"correctly, and try again."
|
@@ -785,493 +896,393 @@ msgstr ""
|
|
785
896
|
"Kunde inte bekräfta det EAN/ISBN du angivit. Kontrollera att det är korrekt "
|
786
897
|
"inmatat och försök igen."
|
787
898
|
|
788
|
-
#: ../lib/alexandria/ui/
|
899
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:466
|
900
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:119
|
901
|
+
msgid "Couldn't add the book"
|
902
|
+
msgstr "Kunde inte lägga till boken"
|
903
|
+
|
904
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:572
|
789
905
|
msgid "'%s' already exists in '%s' (titled '%s')."
|
790
906
|
msgstr "\"%s\" existerar redan i \"%s\" (med titeln \"%s\")."
|
791
907
|
|
792
|
-
#: ../lib/alexandria/ui/
|
793
|
-
|
794
|
-
|
908
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:50
|
909
|
+
#: ../share/alexandria/glade/new_book_dialog__builder.glade:32
|
910
|
+
msgid "Adding a Book"
|
911
|
+
msgstr "Lägger till en bok"
|
795
912
|
|
796
|
-
#: ../lib/alexandria/ui/
|
797
|
-
msgid "
|
798
|
-
msgstr "
|
913
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:52
|
914
|
+
msgid "Adding '%s'"
|
915
|
+
msgstr "till \"%s\""
|
799
916
|
|
800
|
-
#: ../lib/alexandria/ui/
|
801
|
-
msgid "
|
917
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:67
|
918
|
+
msgid "A title must be provided."
|
919
|
+
msgstr "En titel måste anges."
|
920
|
+
|
921
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:83
|
922
|
+
msgid "A publisher must be provided."
|
923
|
+
msgstr "Ett förlag måste anges."
|
924
|
+
|
925
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:89
|
926
|
+
msgid "A binding must be provided."
|
927
|
+
msgstr "En bindning måste anges."
|
928
|
+
|
929
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:95
|
930
|
+
msgid "At least one author must be provided."
|
931
|
+
msgstr "Minst en författare måste anges."
|
932
|
+
|
933
|
+
#: ../lib/alexandria/ui/new_provider_dialog.rb:16
|
934
|
+
msgid "New Provider"
|
935
|
+
msgstr "Ny förmedlare"
|
936
|
+
|
937
|
+
#: ../lib/alexandria/ui/new_provider_dialog.rb:31
|
938
|
+
msgid "_Name:"
|
939
|
+
msgstr "_Namn:"
|
940
|
+
|
941
|
+
#: ../lib/alexandria/ui/new_provider_dialog.rb:43
|
942
|
+
msgid "_Type:"
|
943
|
+
msgstr "_Typ:"
|
944
|
+
|
945
|
+
#: ../lib/alexandria/ui/new_smart_library_dialog.rb:19
|
946
|
+
msgid "New Smart Library"
|
947
|
+
msgstr "Nytt intelligent bibliotek"
|
948
|
+
|
949
|
+
#: ../lib/alexandria/ui/new_smart_library_dialog.rb:55
|
950
|
+
msgid "Smart Library"
|
951
|
+
msgstr "Intelligent bibliotek"
|
952
|
+
|
953
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:207
|
954
|
+
msgid "Are you sure you want to permanently delete the provider '%s'?"
|
955
|
+
msgstr "Är du säker på att du permanent vill radera förmedlaren \"%s\"?"
|
956
|
+
|
957
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:215
|
958
|
+
msgid ""
|
959
|
+
"If you continue, the provider and all of its preferences will be permanently "
|
960
|
+
"deleted."
|
802
961
|
msgstr ""
|
803
|
-
"Om du
|
962
|
+
"Om du fortsätter kommer förmedlaren och alla dess inställningar att raderas "
|
963
|
+
"permanent."
|
964
|
+
|
965
|
+
#: ../lib/alexandria/ui/provider_preferences_dialog.rb:16
|
966
|
+
msgid "Preferences for %s"
|
967
|
+
msgstr "Inställningar för %s"
|
804
968
|
|
805
|
-
#: ../lib/alexandria/ui/
|
969
|
+
#: ../lib/alexandria/ui/really_delete_dialog.rb:18
|
806
970
|
msgid "Are you sure you want to delete '%s'?"
|
807
971
|
msgstr "Är du säker på att du permanent vill radera \"%s\"?"
|
808
972
|
|
809
|
-
#: ../lib/alexandria/ui/
|
973
|
+
#: ../lib/alexandria/ui/really_delete_dialog.rb:22
|
810
974
|
msgid "If you continue, %d book will be deleted."
|
811
975
|
msgid_plural "If you continue, %d books will be deleted."
|
812
976
|
msgstr[0] "Om du fortsätter kommer %d bok att raderas permanent."
|
813
977
|
msgstr[1] "Om du fortsätter kommer %d böcker att raderas permanent."
|
814
978
|
|
815
|
-
#: ../lib/alexandria/ui/
|
979
|
+
#: ../lib/alexandria/ui/really_delete_dialog.rb:29
|
816
980
|
msgid "Are you sure you want to delete '%s' from '%s'?"
|
817
981
|
msgstr "Är du säker på att du vill radera \"%s\" permanent från \"%s\"?"
|
818
982
|
|
819
|
-
#: ../lib/alexandria/ui/
|
983
|
+
#: ../lib/alexandria/ui/really_delete_dialog.rb:32
|
820
984
|
msgid "Are you sure you want to delete the selected books from '%s'?"
|
821
985
|
msgstr ""
|
822
986
|
"Är du säker på att du vill radera de valda böckerna permanent från \"%s\"?"
|
823
987
|
|
824
|
-
#: ../lib/alexandria/ui/
|
988
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:54
|
825
989
|
msgid "Invalid library name '%s'"
|
826
990
|
msgstr "Ogiltigt biblioteksnamn \"%s\""
|
827
991
|
|
828
|
-
#: ../lib/alexandria/ui/
|
992
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:55
|
829
993
|
#, fuzzy
|
830
|
-
msgid "The name provided contains the disallowed character <b>%s</b>
|
994
|
+
msgid "The name provided contains the disallowed character <b>%s</b>"
|
831
995
|
msgstr "Namnet innehåller det ogiltiga tecknet \"<i>%s</i>\"."
|
832
996
|
|
833
|
-
#: ../lib/alexandria/ui/
|
997
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:58
|
834
998
|
#, fuzzy
|
835
999
|
msgid "Invalid library name"
|
836
1000
|
msgstr "Ogiltigt biblioteksnamn \"%s\""
|
837
1001
|
|
838
|
-
#: ../lib/alexandria/ui/
|
1002
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:59
|
839
1003
|
#, fuzzy
|
840
1004
|
msgid "The name provided contains invalid characters."
|
841
1005
|
msgstr "Namnet innehåller det ogiltiga tecknet \"<i>%s</i>\"."
|
842
1006
|
|
843
|
-
#: ../lib/alexandria/ui/
|
1007
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:65
|
844
1008
|
msgid "The library name can not be empty"
|
845
1009
|
msgstr "Bibliotekets namn kan ej vara tomt"
|
846
1010
|
|
847
|
-
#: ../lib/alexandria/ui/
|
1011
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:70
|
848
1012
|
msgid "The library can not be renamed"
|
849
1013
|
msgstr "Biblioteket kan ej döpas om"
|
850
1014
|
|
851
|
-
#: ../lib/alexandria/ui/
|
1015
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:71
|
852
1016
|
msgid "There is already a library named '%s'. Please choose a different name."
|
853
1017
|
msgstr ""
|
854
1018
|
"Det finns redan ett bibliotek med namnet \"%s\". Var god välj ett annat namn."
|
855
1019
|
|
856
|
-
#: ../lib/alexandria/ui/
|
1020
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:96
|
857
1021
|
msgid "Library"
|
858
1022
|
msgstr "Bibliotek"
|
859
1023
|
|
860
|
-
#: ../lib/alexandria/ui/
|
861
|
-
msgid "
|
862
|
-
msgstr "
|
863
|
-
|
864
|
-
#: ../lib/alexandria/ui/listview.rb:52 ../lib/alexandria/smart_library.rb:349
|
865
|
-
msgid "Title"
|
866
|
-
msgstr "Titel"
|
867
|
-
|
868
|
-
#: ../lib/alexandria/ui/listview.rb:105 ../lib/alexandria/smart_library.rb:351
|
869
|
-
msgid "Authors"
|
870
|
-
msgstr "Författare"
|
871
|
-
|
872
|
-
#: ../lib/alexandria/ui/listview.rb:106 ../lib/alexandria/smart_library.rb:350
|
873
|
-
msgid "ISBN"
|
874
|
-
msgstr "ISBN"
|
875
|
-
|
876
|
-
#: ../lib/alexandria/ui/listview.rb:107 ../lib/alexandria/smart_library.rb:352
|
877
|
-
msgid "Publisher"
|
878
|
-
msgstr "Förlag"
|
879
|
-
|
880
|
-
#: ../lib/alexandria/ui/listview.rb:108 ../lib/alexandria/smart_library.rb:353
|
881
|
-
msgid "Publish Year"
|
882
|
-
msgstr "Publicerad år"
|
883
|
-
|
884
|
-
#: ../lib/alexandria/ui/listview.rb:109 ../lib/alexandria/smart_library.rb:354
|
885
|
-
msgid "Binding"
|
886
|
-
msgstr "Bindning"
|
887
|
-
|
888
|
-
#: ../lib/alexandria/ui/listview.rb:110
|
889
|
-
#, fuzzy
|
890
|
-
msgid "Loaned To"
|
891
|
-
msgstr "Utlånade"
|
892
|
-
|
893
|
-
#: ../lib/alexandria/ui/listview.rb:113 ../lib/alexandria/smart_library.rb:104
|
894
|
-
#: ../lib/alexandria/smart_library.rb:361
|
895
|
-
msgid "Read"
|
896
|
-
msgstr "Lästa"
|
897
|
-
|
898
|
-
#: ../lib/alexandria/ui/listview.rb:114 ../lib/alexandria/smart_library.rb:363
|
899
|
-
msgid "Own"
|
900
|
-
msgstr "Har"
|
901
|
-
|
902
|
-
#: ../lib/alexandria/ui/listview.rb:115 ../lib/alexandria/smart_library.rb:364
|
903
|
-
msgid "Want"
|
904
|
-
msgstr "Vill ha"
|
1024
|
+
#: ../lib/alexandria/ui/skip_entry_dialog.rb:17
|
1025
|
+
msgid "Error while importing"
|
1026
|
+
msgstr "Fel vid import"
|
905
1027
|
|
906
|
-
#: ../lib/alexandria/ui/
|
907
|
-
|
908
|
-
|
909
|
-
msgstr "Taggar"
|
1028
|
+
#: ../lib/alexandria/ui/skip_entry_dialog.rb:20
|
1029
|
+
msgid "_Continue"
|
1030
|
+
msgstr "_Fortsätt"
|
910
1031
|
|
911
|
-
#: ../lib/alexandria/ui/
|
912
|
-
msgid "
|
913
|
-
msgstr "
|
1032
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:96
|
1033
|
+
msgid "Empty or conflictive condition"
|
1034
|
+
msgstr "Tomt eller motstridigt tillstånd"
|
914
1035
|
|
915
|
-
#: ../lib/alexandria/ui/
|
916
|
-
msgid "
|
917
|
-
msgstr "
|
1036
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:99
|
1037
|
+
msgid "_Save However"
|
1038
|
+
msgstr "Spara ändå"
|
918
1039
|
|
919
|
-
#: ../lib/alexandria/ui/
|
1040
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:100
|
920
1041
|
msgid ""
|
921
|
-
"
|
922
|
-
"
|
923
|
-
|
924
|
-
"Kunde inte visa hjälpen för Alexandria. Det uppstod ett fel när systemets "
|
925
|
-
"hjälpläsare skulle startas."
|
926
|
-
|
927
|
-
#: ../lib/alexandria/book_providers/amazon_aws.rb:37
|
928
|
-
msgid "Locale"
|
929
|
-
msgstr "Språkkonvention"
|
930
|
-
|
931
|
-
#: ../lib/alexandria/book_providers/amazon_aws.rb:38
|
932
|
-
msgid "Access key ID"
|
933
|
-
msgstr ""
|
934
|
-
|
935
|
-
#: ../lib/alexandria/book_providers/amazon_aws.rb:39
|
936
|
-
msgid "Secret access key"
|
1042
|
+
"This smart library contains one or more conditions which are empty or "
|
1043
|
+
"conflict with each other. This is likely to result in never matching a book. "
|
1044
|
+
"Are you sure you want to save this library?"
|
937
1045
|
msgstr ""
|
1046
|
+
"Detta intelligenta bibliotek innehåller ett eller flera villkor som är tomma "
|
1047
|
+
"eller motstridiga. Detta innebär troligtvis att ingen bok kommer matchas. Är "
|
1048
|
+
"du säker på att du vill spara detta bibliotek?"
|
938
1049
|
|
939
|
-
#: ../lib/alexandria/
|
940
|
-
msgid "
|
941
|
-
msgstr "
|
942
|
-
|
943
|
-
#: ../lib/alexandria/book_providers/z3950.rb:35
|
944
|
-
msgid "Port"
|
945
|
-
msgstr "Port"
|
946
|
-
|
947
|
-
#: ../lib/alexandria/book_providers/z3950.rb:36
|
948
|
-
msgid "Database"
|
949
|
-
msgstr "Databas"
|
950
|
-
|
951
|
-
#: ../lib/alexandria/book_providers/z3950.rb:37
|
952
|
-
msgid "Record syntax"
|
953
|
-
msgstr "Postsyntax"
|
954
|
-
|
955
|
-
#: ../lib/alexandria/book_providers/z3950.rb:38
|
956
|
-
msgid "Username"
|
957
|
-
msgstr "Användarnamn"
|
958
|
-
|
959
|
-
#: ../lib/alexandria/book_providers/z3950.rb:39
|
960
|
-
msgid "Password"
|
961
|
-
msgstr "Lösenord"
|
962
|
-
|
963
|
-
#: ../lib/alexandria/book_providers/z3950.rb:40
|
964
|
-
msgid "Charset encoding"
|
965
|
-
msgstr "Teckenkodning"
|
966
|
-
|
967
|
-
#: ../lib/alexandria/book_providers/z3950.rb:221
|
968
|
-
msgid "Library of Congress (Usa)"
|
969
|
-
msgstr "Library of Congress (USA)"
|
970
|
-
|
971
|
-
#: ../lib/alexandria/book_providers/z3950.rb:255
|
972
|
-
msgid "British Library"
|
973
|
-
msgstr "British Library"
|
974
|
-
|
975
|
-
#: ../lib/alexandria/export_library.rb:109
|
976
|
-
msgid "Archived ONIX XML"
|
977
|
-
msgstr "Arkiverad ONIX-XML"
|
978
|
-
|
979
|
-
#: ../lib/alexandria/export_library.rb:111
|
980
|
-
msgid "Archived Tellico XML"
|
981
|
-
msgstr "Arkiverad Tellico-XML"
|
982
|
-
|
983
|
-
#: ../lib/alexandria/export_library.rb:113
|
984
|
-
msgid "BibTeX"
|
985
|
-
msgstr "BibTeX"
|
986
|
-
|
987
|
-
#: ../lib/alexandria/export_library.rb:114
|
988
|
-
msgid "CSV list"
|
989
|
-
msgstr "CSV-lista"
|
990
|
-
|
991
|
-
#: ../lib/alexandria/export_library.rb:115
|
992
|
-
msgid "ISBN List"
|
993
|
-
msgstr "ISBN-lista"
|
994
|
-
|
995
|
-
#: ../lib/alexandria/export_library.rb:116
|
996
|
-
msgid "iPod Notes"
|
997
|
-
msgstr "iPod-anteckningar"
|
998
|
-
|
999
|
-
#: ../lib/alexandria/export_library.rb:117
|
1000
|
-
msgid "HTML Web Page"
|
1001
|
-
msgstr "HTML-webbsida"
|
1002
|
-
|
1003
|
-
#: ../lib/alexandria/smart_library.rb:92
|
1004
|
-
msgid "Favorite"
|
1005
|
-
msgstr "Favoriter"
|
1006
|
-
|
1007
|
-
#: ../lib/alexandria/smart_library.rb:98
|
1008
|
-
msgid "Loaned"
|
1009
|
-
msgstr "Utlånade"
|
1050
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:117
|
1051
|
+
msgid "Match"
|
1052
|
+
msgstr "Matcha"
|
1010
1053
|
|
1011
|
-
#: ../lib/alexandria/
|
1012
|
-
msgid "
|
1013
|
-
msgstr "
|
1054
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:120
|
1055
|
+
msgid "all"
|
1056
|
+
msgstr "alla"
|
1014
1057
|
|
1015
|
-
#: ../lib/alexandria/
|
1016
|
-
msgid "
|
1017
|
-
msgstr "
|
1058
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:120
|
1059
|
+
msgid "any"
|
1060
|
+
msgstr "vilken som helst"
|
1018
1061
|
|
1019
|
-
#: ../lib/alexandria/
|
1020
|
-
|
1021
|
-
|
1022
|
-
msgstr "Anteckningar"
|
1062
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:130
|
1063
|
+
msgid "of the following rules:"
|
1064
|
+
msgstr "av följande regler:"
|
1023
1065
|
|
1024
|
-
#: ../lib/alexandria/
|
1025
|
-
msgid "
|
1026
|
-
msgstr "
|
1066
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:138
|
1067
|
+
msgid "Match the following rule:"
|
1068
|
+
msgstr "Matcha följande regel:"
|
1027
1069
|
|
1028
|
-
#: ../lib/alexandria/
|
1029
|
-
msgid "
|
1030
|
-
msgstr "
|
1070
|
+
#: ../lib/alexandria/ui/ui_manager.rb:130
|
1071
|
+
msgid "Type here the search criterion"
|
1072
|
+
msgstr "Skriv sökkriteriet här"
|
1031
1073
|
|
1032
|
-
#: ../lib/alexandria/
|
1033
|
-
msgid "
|
1034
|
-
msgstr "
|
1074
|
+
#: ../lib/alexandria/ui/ui_manager.rb:141
|
1075
|
+
msgid "Match everything"
|
1076
|
+
msgstr "Matcha allting"
|
1035
1077
|
|
1036
|
-
#: ../lib/alexandria/
|
1037
|
-
msgid "
|
1038
|
-
msgstr "
|
1078
|
+
#: ../lib/alexandria/ui/ui_manager.rb:143
|
1079
|
+
msgid "Title contains"
|
1080
|
+
msgstr "Titel innehåller"
|
1039
1081
|
|
1040
|
-
#: ../lib/alexandria/
|
1041
|
-
msgid "
|
1042
|
-
msgstr "
|
1082
|
+
#: ../lib/alexandria/ui/ui_manager.rb:144
|
1083
|
+
msgid "Authors contain"
|
1084
|
+
msgstr "Författare innehåller"
|
1043
1085
|
|
1044
|
-
#: ../lib/alexandria/
|
1045
|
-
msgid "
|
1046
|
-
msgstr "
|
1086
|
+
#: ../lib/alexandria/ui/ui_manager.rb:145
|
1087
|
+
msgid "ISBN contains"
|
1088
|
+
msgstr "ISBN innehåller"
|
1047
1089
|
|
1048
|
-
#: ../lib/alexandria/
|
1049
|
-
msgid "
|
1050
|
-
msgstr "
|
1090
|
+
#: ../lib/alexandria/ui/ui_manager.rb:146
|
1091
|
+
msgid "Publisher contains"
|
1092
|
+
msgstr "Förlag innehåller"
|
1051
1093
|
|
1052
|
-
#: ../lib/alexandria/
|
1053
|
-
msgid "
|
1054
|
-
msgstr "
|
1094
|
+
#: ../lib/alexandria/ui/ui_manager.rb:147
|
1095
|
+
msgid "Notes contain"
|
1096
|
+
msgstr "Anteckningar innehåller"
|
1055
1097
|
|
1056
|
-
#: ../lib/alexandria/
|
1057
|
-
msgid "
|
1058
|
-
msgstr "
|
1098
|
+
#: ../lib/alexandria/ui/ui_manager.rb:148
|
1099
|
+
msgid "Tags contain"
|
1100
|
+
msgstr "Taggar innehåller"
|
1059
1101
|
|
1060
|
-
#: ../lib/alexandria/
|
1061
|
-
msgid "
|
1062
|
-
msgstr "
|
1102
|
+
#: ../lib/alexandria/ui/ui_manager.rb:162
|
1103
|
+
msgid "Change the search type"
|
1104
|
+
msgstr "Ändra söktyp"
|
1063
1105
|
|
1064
|
-
#: ../lib/alexandria/
|
1065
|
-
msgid "
|
1066
|
-
msgstr "
|
1106
|
+
#: ../lib/alexandria/ui/ui_manager.rb:167
|
1107
|
+
msgid "View as Icons"
|
1108
|
+
msgstr "Visa som ikoner"
|
1067
1109
|
|
1068
|
-
#: ../lib/alexandria/
|
1069
|
-
msgid "
|
1070
|
-
msgstr "
|
1110
|
+
#: ../lib/alexandria/ui/ui_manager.rb:168
|
1111
|
+
msgid "View as List"
|
1112
|
+
msgstr "Visa som lista"
|
1071
1113
|
|
1072
|
-
#: ../lib/alexandria/
|
1073
|
-
msgid "
|
1074
|
-
msgstr "
|
1114
|
+
#: ../lib/alexandria/ui/ui_manager.rb:181
|
1115
|
+
msgid "Choose how to show books"
|
1116
|
+
msgstr "Välj hur böcker ska visas"
|
1075
1117
|
|
1076
|
-
#: ../lib/alexandria/
|
1077
|
-
msgid "
|
1078
|
-
msgstr "
|
1118
|
+
#: ../lib/alexandria/ui/ui_manager.rb:400
|
1119
|
+
msgid "Library '%s' selected"
|
1120
|
+
msgstr "Biblioteket \"%s\" valt"
|
1079
1121
|
|
1080
|
-
#: ../lib/alexandria/
|
1081
|
-
msgid "
|
1082
|
-
|
1122
|
+
#: ../lib/alexandria/ui/ui_manager.rb:405
|
1123
|
+
msgid "Library '%s' selected, %d unrated book"
|
1124
|
+
msgid_plural "Library '%s' selected, %d unrated books"
|
1125
|
+
msgstr[0] "Biblioteket \"%s\" valt, %d icke betygsatt bok"
|
1126
|
+
msgstr[1] "Biblioteket \"%s\" valt, %d icke betygsatta böcker"
|
1083
1127
|
|
1084
|
-
#: ../lib/alexandria/
|
1085
|
-
msgid "
|
1086
|
-
|
1128
|
+
#: ../lib/alexandria/ui/ui_manager.rb:409
|
1129
|
+
msgid "Library '%s' selected, %d book"
|
1130
|
+
msgid_plural "Library '%s' selected, %d books"
|
1131
|
+
msgstr[0] "Biblioteket \"%s\" valt, %d bok"
|
1132
|
+
msgstr[1] "Biblioteket \"%s\" valt, %d böcker"
|
1087
1133
|
|
1088
|
-
#: ../lib/alexandria/
|
1089
|
-
msgid "
|
1090
|
-
|
1134
|
+
#: ../lib/alexandria/ui/ui_manager.rb:413
|
1135
|
+
msgid "Library '%s' selected, %d book, %d unrated"
|
1136
|
+
msgid_plural "Library '%s' selected, %d books, %d unrated"
|
1137
|
+
msgstr[0] "Biblioteket \"%s\" valt, %d bok, %d icke betygsatt"
|
1138
|
+
msgstr[1] "Biblioteket \"%s\" valt, %d böcker, %d icke betygsatta"
|
1091
1139
|
|
1092
|
-
#: ../lib/alexandria/
|
1093
|
-
msgid "
|
1094
|
-
msgstr "
|
1140
|
+
#: ../lib/alexandria/ui/ui_manager.rb:427
|
1141
|
+
msgid "'%s' selected"
|
1142
|
+
msgstr "\"%s\" vald"
|
1095
1143
|
|
1096
|
-
#: ../lib/alexandria/
|
1097
|
-
msgid "
|
1098
|
-
|
1144
|
+
#: ../lib/alexandria/ui/ui_manager.rb:429
|
1145
|
+
msgid "%d book selected"
|
1146
|
+
msgid_plural "%d books selected"
|
1147
|
+
msgstr[0] "%d bok vald"
|
1148
|
+
msgstr[1] "%d böcker valda"
|
1099
1149
|
|
1100
|
-
#: ../lib/alexandria/
|
1101
|
-
msgid "
|
1102
|
-
msgstr "
|
1150
|
+
#: ../lib/alexandria/ui/ui_manager.rb:545
|
1151
|
+
msgid "unrecognized update event"
|
1152
|
+
msgstr ""
|
1103
1153
|
|
1104
|
-
#: ../lib/alexandria/
|
1105
|
-
|
1106
|
-
|
1154
|
+
#: ../lib/alexandria/ui/ui_manager.rb:590
|
1155
|
+
#, fuzzy
|
1156
|
+
msgid "Loading libraries..."
|
1157
|
+
msgstr "Laddar \"%s\"..."
|
1107
1158
|
|
1108
|
-
#: ../lib/alexandria/
|
1109
|
-
#: ../lib/alexandria/book_providers.rb:100
|
1159
|
+
#: ../lib/alexandria/ui/ui_manager.rb:607
|
1110
1160
|
msgid ""
|
1111
|
-
"
|
1112
|
-
"
|
1161
|
+
"The data files for the following books are malformed or empty. Do you wish "
|
1162
|
+
"to attempt to download new information for them from the online book "
|
1163
|
+
"providers?\n"
|
1113
1164
|
msgstr ""
|
1114
|
-
"
|
1115
|
-
"
|
1165
|
+
"Datafilerna för följande böcker är felaktigt formaterade eller tomma. Vill "
|
1166
|
+
"du försöka ladda ned ny information för dem från en förmedlare?\n"
|
1116
1167
|
|
1117
|
-
#: ../lib/alexandria/
|
1118
|
-
msgid "
|
1119
|
-
msgstr "
|
1168
|
+
#: ../lib/alexandria/ui/ui_manager.rb:659
|
1169
|
+
msgid "Added '%s' to library '%s'"
|
1170
|
+
msgstr "Lade till \"%s\" till biblioteket \"%s\""
|
1120
1171
|
|
1121
|
-
#: ../lib/alexandria/
|
1122
|
-
msgid "
|
1123
|
-
msgstr "
|
1172
|
+
#: ../lib/alexandria/ui/ui_manager.rb:808
|
1173
|
+
msgid "Loading '%s'..."
|
1174
|
+
msgstr "Laddar \"%s\"..."
|
1124
1175
|
|
1125
|
-
#: ../lib/alexandria/
|
1126
|
-
msgid "
|
1176
|
+
#: ../lib/alexandria/ui/ui_manager.rb:1038
|
1177
|
+
msgid "In '_%s'"
|
1178
|
+
msgstr "till \"_%s\""
|
1179
|
+
|
1180
|
+
#: ../lib/alexandria/web_themes.rb:64
|
1181
|
+
msgid "File %<file>s not found"
|
1127
1182
|
msgstr ""
|
1128
1183
|
|
1129
|
-
#: ../
|
1184
|
+
#: ../share/alexandria/glade/acquire_dialog__builder.glade:9
|
1130
1185
|
msgid "Acquire from Scanner"
|
1131
1186
|
msgstr "Hämta från streckkodsläsare"
|
1132
1187
|
|
1133
|
-
#: ../
|
1134
|
-
|
1188
|
+
#: ../share/alexandria/glade/acquire_dialog__builder.glade:91
|
1189
|
+
msgid "_Barcode Scanner Ready"
|
1190
|
+
msgstr "_Streckkodsläsaren redo"
|
1191
|
+
|
1192
|
+
#: ../share/alexandria/glade/acquire_dialog__builder.glade:159
|
1193
|
+
#: ../share/alexandria/glade/new_book_dialog__builder.glade:171
|
1135
1194
|
msgid "Save _in:"
|
1136
1195
|
msgstr "Spara _i:"
|
1137
1196
|
|
1138
|
-
#: ../
|
1139
|
-
msgid "
|
1140
|
-
msgstr "
|
1141
|
-
|
1142
|
-
#: ../data/alexandria/glade/main_app.glade:32
|
1143
|
-
msgid "Libraries listing."
|
1144
|
-
msgstr "Biblioteklista."
|
1145
|
-
|
1146
|
-
#: ../data/alexandria/glade/main_app.glade:46
|
1147
|
-
msgid "_Libraries:"
|
1148
|
-
msgstr "_Bibliotek:"
|
1197
|
+
#: ../share/alexandria/glade/new_book_dialog__builder.glade:18
|
1198
|
+
msgid "by title"
|
1199
|
+
msgstr "efter titel"
|
1149
1200
|
|
1150
|
-
#: ../
|
1151
|
-
msgid "
|
1152
|
-
msgstr "
|
1201
|
+
#: ../share/alexandria/glade/new_book_dialog__builder.glade:21
|
1202
|
+
msgid "by authors"
|
1203
|
+
msgstr "efter författare"
|
1153
1204
|
|
1154
|
-
#: ../
|
1155
|
-
msgid "
|
1156
|
-
msgstr "
|
1205
|
+
#: ../share/alexandria/glade/new_book_dialog__builder.glade:24
|
1206
|
+
msgid "by keyword"
|
1207
|
+
msgstr "efter nyckelord"
|
1157
1208
|
|
1158
|
-
#: ../
|
1209
|
+
#: ../share/alexandria/glade/new_book_dialog__builder.glade:115
|
1159
1210
|
msgid "_Keep Dialog Open after Adding Book"
|
1160
1211
|
msgstr ""
|
1161
1212
|
|
1162
|
-
#: ../
|
1163
|
-
msgid ""
|
1164
|
-
"by title\n"
|
1165
|
-
"by authors\n"
|
1166
|
-
"by keyword"
|
1167
|
-
msgstr ""
|
1168
|
-
"efter titel\n"
|
1169
|
-
"efter författare\n"
|
1170
|
-
"efter nyckelord"
|
1171
|
-
|
1172
|
-
#: ../data/alexandria/glade/new_book_dialog.glade:201
|
1213
|
+
#: ../share/alexandria/glade/new_book_dialog__builder.glade:285
|
1173
1214
|
msgid "_Search:"
|
1174
1215
|
msgstr "_Sök:"
|
1175
1216
|
|
1176
|
-
#: ../
|
1177
|
-
#: ../
|
1217
|
+
#: ../share/alexandria/glade/new_book_dialog__builder.glade:301
|
1218
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:85
|
1178
1219
|
msgid "_ISBN:"
|
1179
1220
|
msgstr "_ISBN:"
|
1180
1221
|
|
1181
|
-
#: ../
|
1182
|
-
msgid "
|
1183
|
-
msgstr "
|
1184
|
-
|
1185
|
-
#: ../data/alexandria/glade/book_properties_dialog.glade:115
|
1186
|
-
msgid "_Publisher:"
|
1187
|
-
msgstr "F_örlag:"
|
1188
|
-
|
1189
|
-
#: ../data/alexandria/glade/book_properties_dialog.glade:279
|
1190
|
-
msgid "Add an author"
|
1191
|
-
msgstr "Lägg till en författare"
|
1192
|
-
|
1193
|
-
#: ../data/alexandria/glade/book_properties_dialog.glade:307
|
1194
|
-
msgid "Remove an author"
|
1195
|
-
msgstr "Ta bort en författare"
|
1222
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:8
|
1223
|
+
msgid "Preferences"
|
1224
|
+
msgstr "Inställningar"
|
1196
1225
|
|
1197
|
-
#: ../
|
1198
|
-
msgid "
|
1199
|
-
msgstr "
|
1226
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:76
|
1227
|
+
msgid "<b>Visible Columns</b>"
|
1228
|
+
msgstr "<b>Synliga kolumner</b>"
|
1200
1229
|
|
1201
|
-
#: ../
|
1202
|
-
msgid "
|
1203
|
-
msgstr "
|
1230
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:95
|
1231
|
+
msgid "_Authors"
|
1232
|
+
msgstr "_Författare"
|
1204
1233
|
|
1205
|
-
#: ../
|
1206
|
-
msgid "
|
1207
|
-
msgstr "
|
1234
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:110
|
1235
|
+
msgid "_ISBN"
|
1236
|
+
msgstr "_ISBN"
|
1208
1237
|
|
1209
|
-
#: ../
|
1210
|
-
msgid "
|
1211
|
-
msgstr "
|
1238
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:125
|
1239
|
+
msgid "_Publisher"
|
1240
|
+
msgstr "F_örlag"
|
1212
1241
|
|
1213
|
-
#: ../
|
1214
|
-
msgid "
|
1215
|
-
msgstr "
|
1242
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:140
|
1243
|
+
msgid "_Rating"
|
1244
|
+
msgstr "Bet_yg"
|
1216
1245
|
|
1217
|
-
#: ../
|
1218
|
-
msgid "
|
1219
|
-
msgstr "
|
1246
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:155
|
1247
|
+
msgid "_Binding"
|
1248
|
+
msgstr "_Bindning"
|
1220
1249
|
|
1221
|
-
#: ../
|
1222
|
-
msgid "
|
1223
|
-
msgstr "
|
1250
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:170
|
1251
|
+
msgid "Publish _year"
|
1252
|
+
msgstr "P_ublicerad år"
|
1224
1253
|
|
1225
|
-
#: ../
|
1226
|
-
msgid "Read
|
1254
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:185
|
1255
|
+
msgid "Read?"
|
1227
1256
|
msgstr "Läst den?"
|
1228
1257
|
|
1229
|
-
#: ../
|
1230
|
-
msgid "
|
1231
|
-
msgstr "
|
1232
|
-
|
1233
|
-
#: ../data/alexandria/glade/book_properties_dialog.glade:721
|
1234
|
-
msgid "Click on the stars to rate the book"
|
1235
|
-
msgstr "Klicka på stjärnorna för att betygsätta boken"
|
1236
|
-
|
1237
|
-
#: ../data/alexandria/glade/book_properties_dialog.glade:927
|
1238
|
-
msgid "Rating:"
|
1239
|
-
msgstr "Betyg:"
|
1240
|
-
|
1241
|
-
#: ../data/alexandria/glade/book_properties_dialog.glade:967
|
1242
|
-
msgid "General"
|
1243
|
-
msgstr "Allmänt"
|
1244
|
-
|
1245
|
-
#: ../data/alexandria/glade/book_properties_dialog.glade:998
|
1246
|
-
msgid "This book is _loaned"
|
1247
|
-
msgstr "Den här boken är ut_lånad"
|
1248
|
-
|
1249
|
-
#: ../data/alexandria/glade/book_properties_dialog.glade:1076
|
1250
|
-
msgid "_To:"
|
1251
|
-
msgstr "_Till:"
|
1258
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:200
|
1259
|
+
msgid "Own?"
|
1260
|
+
msgstr "Har den?"
|
1252
1261
|
|
1253
|
-
#: ../
|
1254
|
-
msgid "
|
1255
|
-
msgstr "
|
1262
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:215
|
1263
|
+
msgid "Want?"
|
1264
|
+
msgstr "Vill ha?"
|
1256
1265
|
|
1257
|
-
#: ../
|
1258
|
-
|
1259
|
-
|
1266
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:245
|
1267
|
+
#, fuzzy
|
1268
|
+
msgid "Loaned to"
|
1269
|
+
msgstr "Utlånade"
|
1260
1270
|
|
1261
|
-
#: ../
|
1262
|
-
|
1263
|
-
|
1271
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:271
|
1272
|
+
#, fuzzy
|
1273
|
+
msgid "_List View"
|
1274
|
+
msgstr "Listvy"
|
1264
1275
|
|
1265
|
-
#: ../
|
1276
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:290
|
1266
1277
|
#, fuzzy
|
1267
1278
|
msgid "<b>Book Data Providers</b>"
|
1268
1279
|
msgstr "<b>_Förmedlare</b>"
|
1269
1280
|
|
1270
|
-
#: ../
|
1281
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:372
|
1271
1282
|
msgid "_Setup"
|
1272
1283
|
msgstr "_Inställningar"
|
1273
1284
|
|
1274
|
-
#: ../
|
1285
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:474
|
1275
1286
|
msgid ""
|
1276
1287
|
"Providers are libraries that supply information about books. Some of them "
|
1277
1288
|
"can be configured to get better results. You can also customize the order "
|
@@ -1281,70 +1292,124 @@ msgstr ""
|
|
1281
1292
|
"dessa kan anpassas för att ge bättre resultat. Du kan också justera deras "
|
1282
1293
|
"inbördes sökordning."
|
1283
1294
|
|
1284
|
-
#: ../
|
1295
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:486
|
1285
1296
|
msgid "Custom _Z39.50 Providers"
|
1286
1297
|
msgstr ""
|
1287
1298
|
|
1288
|
-
#: ../
|
1299
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:490
|
1289
1300
|
msgid ""
|
1290
1301
|
"Add and remove your own Z39.50 providers.\n"
|
1291
1302
|
"Requires the Ruby/ZOOM software library."
|
1292
1303
|
msgstr ""
|
1293
1304
|
|
1294
|
-
#: ../
|
1305
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:511
|
1295
1306
|
#, fuzzy
|
1296
1307
|
msgid "_Providers"
|
1297
1308
|
msgstr "Förmedlare"
|
1298
1309
|
|
1299
|
-
#: ../
|
1300
|
-
|
1301
|
-
|
1310
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:537
|
1311
|
+
#, fuzzy
|
1312
|
+
msgid "<b>Barcode Scanner Device</b>"
|
1313
|
+
msgstr "_Streckkodsläsaren redo"
|
1302
1314
|
|
1303
|
-
#: ../
|
1304
|
-
msgid "
|
1305
|
-
msgstr "
|
1315
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:556
|
1316
|
+
msgid "_Device type:"
|
1317
|
+
msgstr ""
|
1306
1318
|
|
1307
|
-
#: ../
|
1308
|
-
msgid "
|
1309
|
-
msgstr "
|
1319
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:602
|
1320
|
+
msgid "<b>Sound Effects</b>"
|
1321
|
+
msgstr ""
|
1310
1322
|
|
1311
|
-
#: ../
|
1312
|
-
|
1313
|
-
|
1323
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:618
|
1324
|
+
#, fuzzy
|
1325
|
+
msgid "Scanning"
|
1326
|
+
msgstr "Utlåningar"
|
1314
1327
|
|
1315
|
-
#: ../
|
1316
|
-
msgid "
|
1317
|
-
msgstr "
|
1328
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:632
|
1329
|
+
msgid "Good Scan / Bad Scan"
|
1330
|
+
msgstr ""
|
1318
1331
|
|
1319
|
-
#: ../
|
1320
|
-
|
1321
|
-
|
1332
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:667
|
1333
|
+
#, fuzzy
|
1334
|
+
msgid "_Barcode Scanner"
|
1335
|
+
msgstr "_Streckkodsläsaren redo"
|
1322
1336
|
|
1323
|
-
#: ../
|
1324
|
-
msgid "
|
1325
|
-
msgstr "
|
1337
|
+
#: ../share/alexandria/glade/main_app__builder.glade:48
|
1338
|
+
msgid "_Libraries:"
|
1339
|
+
msgstr "_Bibliotek:"
|
1326
1340
|
|
1327
|
-
#: ../
|
1328
|
-
msgid "
|
1341
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:60
|
1342
|
+
msgid "_Title:"
|
1343
|
+
msgstr "_Titel:"
|
1344
|
+
|
1345
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:199
|
1346
|
+
msgid "_Authors:"
|
1347
|
+
msgstr "_Författare:"
|
1348
|
+
|
1349
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:213
|
1350
|
+
msgid "Tags:"
|
1351
|
+
msgstr "Taggar:"
|
1352
|
+
|
1353
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:245
|
1354
|
+
msgid "_Binding:"
|
1355
|
+
msgstr "_Bindning:"
|
1356
|
+
|
1357
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:258
|
1358
|
+
msgid "Publish _year:"
|
1359
|
+
msgstr "P_ublicerad år:"
|
1360
|
+
|
1361
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:292
|
1362
|
+
msgid "_Publisher:"
|
1363
|
+
msgstr "F_örlag:"
|
1364
|
+
|
1365
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:333
|
1366
|
+
msgid "_Cover:"
|
1367
|
+
msgstr "_Omslag:"
|
1368
|
+
|
1369
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:526
|
1370
|
+
msgid "Rating:"
|
1371
|
+
msgstr "Betyg:"
|
1372
|
+
|
1373
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:539
|
1374
|
+
msgid "Want it?"
|
1375
|
+
msgstr "Vill ha den?"
|
1376
|
+
|
1377
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:555
|
1378
|
+
msgid "Read it?"
|
1329
1379
|
msgstr "Läst den?"
|
1330
1380
|
|
1331
|
-
#: ../
|
1332
|
-
|
1381
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:576
|
1382
|
+
#, fuzzy
|
1383
|
+
msgid "Select Date"
|
1384
|
+
msgstr "Markera _alla"
|
1385
|
+
|
1386
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:577
|
1387
|
+
msgid "Clear Date"
|
1388
|
+
msgstr ""
|
1389
|
+
|
1390
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:587
|
1391
|
+
msgid "Own it?"
|
1333
1392
|
msgstr "Har den?"
|
1334
1393
|
|
1335
|
-
#: ../
|
1336
|
-
msgid "
|
1337
|
-
msgstr "
|
1394
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:615
|
1395
|
+
msgid "General"
|
1396
|
+
msgstr "Allmänt"
|
1338
1397
|
|
1339
|
-
#: ../
|
1340
|
-
|
1341
|
-
|
1342
|
-
msgstr "Utlånade"
|
1398
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:630
|
1399
|
+
msgid "This book is _loaned"
|
1400
|
+
msgstr "Den här boken är ut_lånad"
|
1343
1401
|
|
1344
|
-
#: ../
|
1345
|
-
|
1346
|
-
|
1347
|
-
|
1402
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:679
|
1403
|
+
msgid "_To:"
|
1404
|
+
msgstr "_Till:"
|
1405
|
+
|
1406
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:693
|
1407
|
+
msgid "_Since:"
|
1408
|
+
msgstr "_Sedan:"
|
1409
|
+
|
1410
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:735
|
1411
|
+
msgid "Loaning"
|
1412
|
+
msgstr "Utlåningar"
|
1348
1413
|
|
1349
1414
|
#: ../alexandria.desktop.in.h:1
|
1350
1415
|
msgid "Alexandria Book Collection Manager"
|
@@ -1358,6 +1423,64 @@ msgstr "Boksamlingshanterare"
|
|
1358
1423
|
msgid "Manage your book collection"
|
1359
1424
|
msgstr "Hantera din boksamling"
|
1360
1425
|
|
1426
|
+
#~ msgid "Unable to launch the web browser"
|
1427
|
+
#~ msgstr "Kunde inte starta webbläsaren"
|
1428
|
+
|
1429
|
+
#~ msgid ""
|
1430
|
+
#~ "Check out that a web browser is configured as default (Desktop "
|
1431
|
+
#~ "Preferences -> Advanced -> Preferred Applications) and try again."
|
1432
|
+
#~ msgstr ""
|
1433
|
+
#~ "Kontrollera att en webbläsare är förvald (Skrivbordsinställningar -> "
|
1434
|
+
#~ "Avancerat -> Föredragna program) och försök igen."
|
1435
|
+
|
1436
|
+
#~ msgid "Unable to launch the mail reader"
|
1437
|
+
#~ msgstr "Kunde inte starta e-postläsaren"
|
1438
|
+
|
1439
|
+
#~ msgid ""
|
1440
|
+
#~ "Check out that a mail reader is configured as default (Desktop "
|
1441
|
+
#~ "Preferences -> Advanced -> Preferred Applications) and try again."
|
1442
|
+
#~ msgstr ""
|
1443
|
+
#~ "Kontrollera att en e-postläsare är förvald (Skrivbordsinställningar -> "
|
1444
|
+
#~ "Avancerat -> Föredragna program) och försök igen."
|
1445
|
+
|
1446
|
+
#~ msgid "Repair Book Data"
|
1447
|
+
#~ msgstr "Reparera bokdata"
|
1448
|
+
|
1449
|
+
#~ msgid "There's a problem"
|
1450
|
+
#~ msgstr "Det uppstod ett problem"
|
1451
|
+
|
1452
|
+
#, fuzzy
|
1453
|
+
#~ msgid "Disable Provider"
|
1454
|
+
#~ msgstr "Ny förmedlare"
|
1455
|
+
|
1456
|
+
#, fuzzy
|
1457
|
+
#~ msgid "Enable Provider"
|
1458
|
+
#~ msgstr "Ny förmedlare"
|
1459
|
+
|
1460
|
+
#~ msgid "Main Window"
|
1461
|
+
#~ msgstr "Huvudfönster"
|
1462
|
+
|
1463
|
+
#~ msgid "Libraries listing."
|
1464
|
+
#~ msgstr "Biblioteklista."
|
1465
|
+
|
1466
|
+
#~ msgid "Book listing."
|
1467
|
+
#~ msgstr "Boklista"
|
1468
|
+
|
1469
|
+
#~ msgid "Status messages."
|
1470
|
+
#~ msgstr "Statusmeddelanden."
|
1471
|
+
|
1472
|
+
#~ msgid "Add an author"
|
1473
|
+
#~ msgstr "Lägg till en författare"
|
1474
|
+
|
1475
|
+
#~ msgid "Remove an author"
|
1476
|
+
#~ msgstr "Ta bort en författare"
|
1477
|
+
|
1478
|
+
#~ msgid "Click to pick a cover"
|
1479
|
+
#~ msgstr "Klicka för att välja ett omslag"
|
1480
|
+
|
1481
|
+
#~ msgid "Click on the stars to rate the book"
|
1482
|
+
#~ msgstr "Klicka på stjärnorna för att betygsätta boken"
|
1483
|
+
|
1361
1484
|
#~ msgid "Language"
|
1362
1485
|
#~ msgstr "Språk"
|
1363
1486
|
|
@@ -1371,9 +1494,6 @@ msgstr "Hantera din boksamling"
|
|
1371
1494
|
#~ msgid "Couldn't add these books"
|
1372
1495
|
#~ msgstr "Kunde inte lägga till boken"
|
1373
1496
|
|
1374
|
-
#~ msgid "Associate ID"
|
1375
|
-
#~ msgstr "Associerat id"
|
1376
|
-
|
1377
1497
|
#~ msgid "_Refresh"
|
1378
1498
|
#~ msgstr "_Uppdatera"
|
1379
1499
|
|