2012-11-11 06:57:56 +09:00
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
2012-06-27 02:36:05 +09:00
# Main toolbar buttons (tooltips and alt text for images)
2012-05-18 15:48:58 +09:00
previous.title = Föregående sida
2012-06-27 02:36:05 +09:00
previous_label = Föregående
2012-05-18 15:48:58 +09:00
next.title = Nästa sida
2012-06-27 02:36:05 +09:00
next_label = Nästa
2016-01-28 21:02:17 +09:00
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
page.title = Sida
2016-01-23 21:56:56 +09:00
# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
2016-01-28 21:02:17 +09:00
# representing the total number of pages in the document.
2016-01-23 21:56:56 +09:00
of_pages = av {{pagesCount}}
# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
2016-11-17 19:56:28 +09:00
# will be replaced by a number representing the currently visible page,
2016-01-23 21:56:56 +09:00
# respectively a number representing the total number of pages in the document.
page_of_pages = ({{pageNumber}} av {{pagesCount}})
2012-06-27 02:36:05 +09:00
2012-05-18 15:48:58 +09:00
zoom_out.title = Zooma ut
2012-06-27 02:36:05 +09:00
zoom_out_label = Zooma ut
2012-05-18 15:48:58 +09:00
zoom_in.title = Zooma in
2012-06-27 02:36:05 +09:00
zoom_in_label = Zooma in
2014-03-23 00:43:18 +09:00
zoom.title = Zoom
presentation_mode.title = Byt till presentationsläge
2013-02-05 05:24:41 +09:00
presentation_mode_label = Presentationsläge
2012-06-27 02:36:05 +09:00
open_file.title = Öppna fil
open_file_label = Öppna
2013-09-05 06:48:31 +09:00
print.title = Skriv ut
print_label = Skriv ut
2023-05-14 17:15:01 +09:00
save.title = Spara
save_label = Spara
2023-01-28 16:15:21 +09:00
bookmark1.title = Aktuell sida (Visa URL från aktuell sida)
bookmark1_label = Aktuell sida
2023-07-23 16:54:11 +09:00
# LOCALIZATION NOTE (open_in_app.title): This string is used in Firefox for Android.
2023-05-14 17:15:01 +09:00
open_in_app.title = Öppna i app
2023-07-23 16:54:11 +09:00
# LOCALIZATION NOTE (open_in_app_label): This string is used in Firefox for Android. Length of the translation matters since we are in a mobile context, with limited screen estate.
2023-05-14 17:15:01 +09:00
open_in_app_label = Öppna i app
2013-09-05 06:48:31 +09:00
# Secondary toolbar and context menu
2013-09-05 18:50:47 +09:00
tools.title = Verktyg
tools_label = Verktyg
2013-09-05 06:48:31 +09:00
first_page.title = Gå till första sidan
first_page_label = Gå till första sidan
last_page.title = Gå till sista sidan
last_page_label = Gå till sista sidan
page_rotate_cw.title = Rotera medurs
page_rotate_cw_label = Rotera medurs
page_rotate_ccw.title = Rotera moturs
page_rotate_ccw_label = Rotera moturs
2017-06-05 19:45:42 +09:00
cursor_text_select_tool.title = Aktivera textmarkeringsverktyg
2016-09-07 20:30:26 +09:00
cursor_text_select_tool_label = Textmarkeringsverktyg
cursor_hand_tool.title = Aktivera handverktyg
cursor_hand_tool_label = Handverktyg
2013-12-07 22:19:30 +09:00
2021-10-07 21:04:41 +09:00
scroll_page.title = Använd sidrullning
scroll_page_label = Sidrullning
2018-06-09 21:32:45 +09:00
scroll_vertical.title = Använd vertikal rullning
scroll_vertical_label = Vertikal rullning
scroll_horizontal.title = Använd horisontell rullning
scroll_horizontal_label = Horisontell rullning
scroll_wrapped.title = Använd överlappande rullning
scroll_wrapped_label = Överlappande rullning
spread_none.title = Visa enkelsidor
spread_none_label = Enkelsidor
spread_odd.title = Visa uppslag med olika sidnummer till vänster
spread_odd_label = Uppslag med framsida
spread_even.title = Visa uppslag med lika sidnummer till vänster
spread_even_label = Uppslag utan framsida
2014-01-23 19:35:39 +09:00
# Document properties dialog box
document_properties.title = Dokumentegenskaper…
document_properties_label = Dokumentegenskaper…
document_properties_file_name = Filnamn:
document_properties_file_size = Filstorlek:
2015-10-20 01:15:22 +09:00
# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
# will be replaced by the PDF file size in kilobytes, respectively in bytes.
2014-01-23 19:35:39 +09:00
document_properties_kb = {{size_kb}} kB ({{size_b}} byte)
2015-10-20 01:15:22 +09:00
# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
# will be replaced by the PDF file size in megabytes, respectively in bytes.
2014-01-23 19:35:39 +09:00
document_properties_mb = {{size_mb}} MB ({{size_b}} byte)
document_properties_title = Titel:
document_properties_author = Författare:
document_properties_subject = Ämne:
document_properties_keywords = Nyckelord:
document_properties_creation_date = Skapades:
document_properties_modification_date = Ändrades:
2015-10-20 01:15:22 +09:00
# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
# will be replaced by the creation/modification date, and time, of the PDF file.
2014-01-23 19:35:39 +09:00
document_properties_date_string = {{date}}, {{time}}
2014-03-23 00:43:18 +09:00
document_properties_creator = Skapare:
document_properties_producer = PDF-producent:
2014-01-23 19:35:39 +09:00
document_properties_version = PDF-version:
2014-03-23 00:43:18 +09:00
document_properties_page_count = Sidantal:
2018-04-08 22:31:09 +09:00
document_properties_page_size = Pappersstorlek:
document_properties_page_size_unit_inches = in
2018-03-20 21:30:55 +09:00
document_properties_page_size_unit_millimeters = mm
2018-04-08 22:31:09 +09:00
document_properties_page_size_orientation_portrait = porträtt
document_properties_page_size_orientation_landscape = landskap
2018-03-20 22:26:49 +09:00
document_properties_page_size_name_a3 = A3
document_properties_page_size_name_a4 = A4
document_properties_page_size_name_letter = Letter
document_properties_page_size_name_legal = Legal
2018-03-20 21:30:55 +09:00
# LOCALIZATION NOTE (document_properties_page_size_dimension_string):
2018-03-20 21:58:55 +09:00
# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
# the size, respectively their unit of measurement and orientation, of the (current) page.
document_properties_page_size_dimension_string = {{width}} × {{height}} {{unit}} ({{orientation}})
2018-03-20 22:26:49 +09:00
# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string):
# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
# the size, respectively their unit of measurement, name, and orientation, of the (current) page.
document_properties_page_size_dimension_name_string = {{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})
2018-07-24 23:24:30 +09:00
# LOCALIZATION NOTE (document_properties_linearized): The linearization status of
# the document; usually called "Fast Web View" in English locales of Adobe software.
document_properties_linearized = Snabb webbvisning:
document_properties_linearized_yes = Ja
document_properties_linearized_no = Nej
2014-01-23 19:35:39 +09:00
document_properties_close = Stäng
2016-11-22 01:23:22 +09:00
print_progress_message = Förbereder sidor för utskrift…
2016-11-01 18:04:19 +09:00
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
# a numerical per cent value.
print_progress_percent = {{progress}}%
print_progress_close = Avbryt
2012-06-27 02:36:05 +09:00
# Tooltips and alt text for side panel toolbar buttons
# (the _label strings are alt text for the buttons, the .title strings are
# tooltips)
2014-03-23 00:43:18 +09:00
toggle_sidebar.title = Visa/dölj sidofält
2020-09-06 18:51:34 +09:00
toggle_sidebar_notification2.title = Växla sidofält (dokumentet innehåller dokumentstruktur/bilagor/lager)
2014-03-23 00:43:18 +09:00
toggle_sidebar_label = Visa/dölj sidofält
2016-11-28 18:30:05 +09:00
document_outline.title = Visa dokumentdisposition (dubbelklicka för att expandera/komprimera alla objekt)
2016-11-01 18:04:19 +09:00
document_outline_label = Dokumentöversikt
2014-07-24 00:48:49 +09:00
attachments.title = Visa Bilagor
attachments_label = Bilagor
2020-09-06 18:51:34 +09:00
layers.title = Visa lager (dubbelklicka för att återställa alla lager till standardläge)
[api-minor] Add support for toggling of Optional Content in the viewer (issue 12096)
*Besides, obviously, adding viewer support:* This patch attempts to improve the general API for Optional Content Groups slightly, by adding a couple of new methods for interacting with the (more complex) data structures of `OptionalContentConfig`-instances. (Thus allowing us to mark some of the data as "private", given that it probably shouldn't be manipulated directly.)
By utilizing not just the "raw" Optional Content Groups, but the data from the `/Order` array when available, we can thus display the Layers in a proper tree-structure with collapsible headings for PDF documents that utilizes that feature.
Note that it's possible to reset all Optional Content Groups to their default visibility state, simply by double-clicking on the Layers-button in the sidebar.
(Currently that's indicated in the Layers-button tooltip, which is obviously easy to overlook, however it's probably the best we can do for now without adding more buttons, or even a dropdown-toolbar, to the sidebar.)
Also, the current Layers-button icons are a little rough around the edges, quite literally, but given that the viewer will soon have its UI modernized anyway they hopefully suffice in the meantime.
To give users *full* control of the visibility of the various Optional Content Groups, even those which according to the `/Order` array should not (by default) be toggleable in the UI, this patch will place those under a *custom* heading which:
- Is collapsed by default, and placed at the bottom of the Layers-tree, to be a bit less obtrusive.
- Uses a slightly different formatting, compared to the "regular" headings.
- Is localizable.
Finally, note that the thumbnails are *purposely* always rendered with all Optional Content Groups at their default visibility state, since that seems the most useful and it's also consistent with other viewers.
To ensure that this works as intended, we'll thus disable the `PDFThumbnailView.setImage` functionality when the Optional Content Groups have been changed in the viewer. (This obviously means that we'll re-render thumbnails instead of using the rendered pages. However, this situation ought to be rare enough for this to not really be a problem.)
2020-08-07 04:01:03 +09:00
layers_label = Lager
2014-03-23 00:43:18 +09:00
thumbs.title = Visa miniatyrer
thumbs_label = Miniatyrer
2021-01-24 16:43:09 +09:00
current_outline_item.title = Hitta aktuellt dispositionsobjekt
current_outline_item_label = Aktuellt dispositionsobjekt
2014-03-23 00:43:18 +09:00
findbar.title = Sök i dokument
2012-10-06 09:15:06 +09:00
findbar_label = Sök
2012-06-27 02:36:05 +09:00
2021-07-25 17:31:40 +09:00
additional_layers = Ytterligare lager
2021-03-21 19:06:41 +09:00
# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
page_landmark = Sida {{page}}
2012-06-27 02:36:05 +09:00
# Thumbnails panel item (tooltip and alt text for images)
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
# number.
thumb_page_title = Sida {{page}}
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
# number.
thumb_page_canvas = Miniatyr av sida {{page}}
2012-09-26 05:17:27 +09:00
# Find panel button title and messages
2017-03-09 07:53:59 +09:00
find_input.title = Sök
2017-05-18 19:41:01 +09:00
find_input.placeholder = Sök i dokument…
2012-11-16 15:40:30 +09:00
find_previous.title = Hitta föregående förekomst av frasen
find_previous_label = Föregående
find_next.title = Hitta nästa förekomst av frasen
find_next_label = Nästa
find_highlight = Markera alla
2014-03-23 00:43:18 +09:00
find_match_case_label = Matcha versal/gemen
2022-03-06 18:28:07 +09:00
find_match_diacritics_label = Matcha diakritiska tecken
2018-09-01 08:28:19 +09:00
find_entire_word_label = Hela ord
2014-03-23 00:43:18 +09:00
find_reached_top = Nådde början av dokumentet, började från slutet
find_reached_bottom = Nådde slutet på dokumentet, började från början
2018-09-16 03:59:56 +09:00
# LOCALIZATION NOTE (find_match_count): The supported plural forms are
# [one|two|few|many|other], with [other] as the default value.
2018-09-13 17:12:58 +09:00
# "{{current}}" and "{{total}}" will be replaced by a number representing the
# index of the currently active find result, respectively a number representing
# the total number of matches in the document.
2018-09-16 03:59:56 +09:00
find_match_count = {[ plural(total) ]}
2018-09-21 22:26:10 +09:00
find_match_count[one] = {{current}} av {{total}} träff
find_match_count[two] = {{current}} av {{total}} träffar
find_match_count[few] = {{current}} av {{total}} träffar
find_match_count[many] = {{current}} av {{total}} träffar
find_match_count[other] = {{current}} av {{total}} träffar
2018-09-16 03:59:56 +09:00
# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
2018-09-13 17:12:58 +09:00
# [zero|one|two|few|many|other], with [other] as the default value.
# "{{limit}}" will be replaced by a numerical value.
2018-09-16 03:59:56 +09:00
find_match_count_limit = {[ plural(limit) ]}
2018-09-21 22:26:10 +09:00
find_match_count_limit[zero] = Mer än {{limit}} träffar
find_match_count_limit[one] = Mer än {{limit}} träff
find_match_count_limit[two] = Mer än {{limit}} träffar
find_match_count_limit[few] = Mer än {{limit}} träffar
find_match_count_limit[many] = Mer än {{limit}} träffar
find_match_count_limit[other] = Mer än {{limit}} träffar
2012-11-16 15:40:30 +09:00
find_not_found = Frasen hittades inte
2012-06-27 02:36:05 +09:00
# Predefined zoom values
2012-05-18 15:48:58 +09:00
page_scale_width = Sidbredd
2014-03-23 00:43:18 +09:00
page_scale_fit = Anpassa sida
2013-02-05 05:24:41 +09:00
page_scale_auto = Automatisk zoom
2014-03-23 00:43:18 +09:00
page_scale_actual = Verklig storlek
2014-10-16 21:36:03 +09:00
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
# numerical scale value.
2015-02-27 08:41:03 +09:00
page_scale_percent = {{scale}}%
2012-06-27 02:36:05 +09:00
2023-05-14 17:15:01 +09:00
# Loading indicator messages
2014-03-23 00:43:18 +09:00
loading_error = Ett fel uppstod vid laddning av PDF-filen.
2012-11-16 15:40:30 +09:00
invalid_file_error = Ogiltig eller korrupt PDF-fil.
2014-03-23 00:43:18 +09:00
missing_file_error = Saknad PDF-fil.
2014-11-11 23:27:54 +09:00
unexpected_response_error = Oväntat svar från servern.
2022-11-14 05:32:12 +09:00
rendering_error = Ett fel uppstod vid visning av sidan.
2019-05-25 23:21:09 +09:00
# LOCALIZATION NOTE (annotation_date_string): "{{date}}" and "{{time}}" will be
# replaced by the modification date, and time, of the annotation.
annotation_date_string = {{date}} {{time}}
2013-03-21 17:04:44 +09:00
# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
2012-06-27 02:36:05 +09:00
# "{{type}}" will be replaced with an annotation type from a list defined in
# the PDF spec (32000-1:2008 Table 169 – Annotation types).
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
2014-03-23 00:43:18 +09:00
text_annotation_type.alt = [{{type}}-annotering]
password_label = Skriv in lösenordet för att öppna PDF-filen.
password_invalid = Ogiltigt lösenord. Försök igen.
2013-09-25 03:30:02 +09:00
password_ok = OK
password_cancel = Avbryt
2012-11-16 15:40:30 +09:00
2014-03-23 00:43:18 +09:00
printing_not_supported = Varning: Utskrifter stöds inte helt av den här webbläsaren.
printing_not_ready = Varning: PDF:en är inte klar för utskrift.
web_fonts_disabled = Webbtypsnitt är inaktiverade: kan inte använda inbäddade PDF-typsnitt.
2022-06-25 22:45:55 +09:00
2022-09-18 17:34:53 +09:00
# Editor
editor_free_text2.title = Text
editor_free_text2_label = Text
editor_ink2.title = Rita
editor_ink2_label = Rita
2023-07-23 16:54:11 +09:00
editor_stamp.title = Lägg till en bild
editor_stamp_label = Lägg till en bild
2022-09-18 17:34:53 +09:00
free_text2_default_content = Börja skriva…
2022-08-07 17:22:40 +09:00
# Editor Parameters
editor_free_text_color = Färg
editor_free_text_size = Storlek
editor_ink_color = Färg
editor_ink_thickness = Tjocklek
editor_ink_opacity = Opacitet
2022-09-18 17:34:53 +09:00
# Editor aria
editor_free_text2_aria_label = Textredigerare
editor_ink2_aria_label = Ritredigerare
2022-07-31 17:23:00 +09:00
editor_ink_canvas_aria_label = Användarskapad bild