Merge pull request #2389 from loftux/locale-sv
Updated Swedish locale sv
This commit is contained in:
commit
58de9014de
@ -15,3 +15,4 @@
|
|||||||
# Chrome notification bar messages and buttons
|
# Chrome notification bar messages and buttons
|
||||||
unsupported_feature=Denna PDF kanske inte visas korrekt.
|
unsupported_feature=Denna PDF kanske inte visas korrekt.
|
||||||
open_with_different_viewer=Öppna med annan pdf-visare.
|
open_with_different_viewer=Öppna med annan pdf-visare.
|
||||||
|
open_with_different_viewer.accessKey=ö
|
@ -32,6 +32,8 @@ zoom_in_label=Zooma in
|
|||||||
zoom.title=Zooma
|
zoom.title=Zooma
|
||||||
print.title=Skriv ut
|
print.title=Skriv ut
|
||||||
print_label=Skriv ut
|
print_label=Skriv ut
|
||||||
|
presentation_mode.title=Växla till presentationsläge
|
||||||
|
presentation_mode_label=Presentatationsläge
|
||||||
open_file.title=Öppna fil
|
open_file.title=Öppna fil
|
||||||
open_file_label=Öppna
|
open_file_label=Öppna
|
||||||
download.title=Ladda ner
|
download.title=Ladda ner
|
||||||
@ -62,9 +64,23 @@ thumb_page_title=Sida {{page}}
|
|||||||
# number.
|
# number.
|
||||||
thumb_page_canvas=Miniatyr av sida {{page}}
|
thumb_page_canvas=Miniatyr av sida {{page}}
|
||||||
|
|
||||||
|
# Context menu
|
||||||
|
first_page.label=Gå till första sidan
|
||||||
|
last_page.label=Gå till sista sidan
|
||||||
|
page_rotate_cw.label=Rotera medurs
|
||||||
|
page_rotate_ccw.label=Rotera moturs
|
||||||
|
|
||||||
# Find panel button title and messages
|
# Find panel button title and messages
|
||||||
find=Hitta
|
find_label=Sök:
|
||||||
find_terms_not_found=(hittades inte)
|
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
|
||||||
|
find_match_case_label=Matcha versaler/gemener
|
||||||
|
find_wrapped_to_bottom=Nådde toppen av sidan, fortsätter från slutet
|
||||||
|
find_wrapped_to_top=Nådde slutet av sidan, fortsätter från toppen
|
||||||
|
find_not_found=Frasen hittades inte
|
||||||
|
|
||||||
# Error panel labels
|
# Error panel labels
|
||||||
error_more_info=Mer information
|
error_more_info=Mer information
|
||||||
@ -94,6 +110,7 @@ page_scale_actual=Faktisk storlek
|
|||||||
# Loading indicator messages
|
# Loading indicator messages
|
||||||
loading_error_indicator=Fel
|
loading_error_indicator=Fel
|
||||||
loading_error=Ett fel inträffade när PDFen skulle laddas.
|
loading_error=Ett fel inträffade när PDFen skulle laddas.
|
||||||
|
invalid_file_error=Ogiltig eller korrupt PDF-fil.
|
||||||
|
|
||||||
# LOCALIZATION NOTE (text_annotation_type): This is used as a tooltip.
|
# LOCALIZATION NOTE (text_annotation_type): This is used as a tooltip.
|
||||||
# "{{type}}" will be replaced with an annotation type from a list defined in
|
# "{{type}}" will be replaced with an annotation type from a list defined in
|
||||||
@ -101,3 +118,5 @@ loading_error=Ett fel inträffade när PDFen skulle laddas.
|
|||||||
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
|
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
|
||||||
text_annotation_type=[{{type}} Annotering]
|
text_annotation_type=[{{type}} Annotering]
|
||||||
request_password=PDFen är skyddad av lösenord:
|
request_password=PDFen är skyddad av lösenord:
|
||||||
|
|
||||||
|
printing_not_supported=Varning: Utskrifter stöds inte fullt ut av denna webbläsare.
|
Loading…
x
Reference in New Issue
Block a user