]> BookStack Code Mirror - bookstack/blob - resources/lang/sv/common.php
Added more complexity in an attempt to make ldap host failover fit
[bookstack] / resources / lang / sv / common.php
1 <?php
2 /**
3  * Common elements found throughout many areas of BookStack.
4  */
5 return [
6
7     // Buttons
8     'cancel' => 'Avbryt',
9     'confirm' => 'Bekräfta',
10     'back' => 'Bakåt',
11     'save' => 'Spara',
12     'continue' => 'Fortsätt',
13     'select' => 'Välj',
14     'toggle_all' => 'Ändra alla',
15     'more' => 'Mer',
16
17     // Form Labels
18     'name' => 'Namn',
19     'description' => 'Beskrivning',
20     'role' => 'Roll',
21     'cover_image' => 'Omslagsbild',
22     'cover_image_description' => 'Bilden bör vara cirka 440x250px.',
23
24     // Actions
25     'actions' => 'Åtgärder',
26     'view' => 'Visa',
27     'view_all' => 'Visa alla',
28     'create' => 'Skapa',
29     'update' => 'Uppdatera',
30     'edit' => 'Redigera',
31     'sort' => 'Sortera',
32     'move' => 'Flytta',
33     'copy' => 'Kopiera',
34     'reply' => 'Svara',
35     'delete' => 'Ta bort',
36     'delete_confirm' => 'Bekräfta radering',
37     'search' => 'Sök',
38     'search_clear' => 'Rensa sökning',
39     'reset' => 'Återställ',
40     'remove' => 'Radera',
41     'add' => 'Lägg till',
42     'configure' => 'Configure',
43     'fullscreen' => 'Helskärm',
44     'favourite' => 'Favorit',
45     'unfavourite' => 'Ta bort favorit',
46     'next' => 'Nästa',
47     'previous' => 'Föregående',
48     'filter_active' => 'Active Filter:',
49     'filter_clear' => 'Clear Filter',
50     'download' => 'Download',
51     'open_in_tab' => 'Open in Tab',
52
53     // Sort Options
54     'sort_options' => 'Sorteringsalternativ',
55     'sort_direction_toggle' => 'Växla sorteringsriktning',
56     'sort_ascending' => 'Sortera stigande',
57     'sort_descending' => 'Sortera fallande',
58     'sort_name' => 'Namn',
59     'sort_default' => 'Standard',
60     'sort_created_at' => 'Skapad',
61     'sort_updated_at' => 'Uppdaterad',
62
63     // Misc
64     'deleted_user' => 'Borttagen användare',
65     'no_activity' => 'Ingen aktivitet att visa',
66     'no_items' => 'Inga tillgängliga föremål',
67     'back_to_top' => 'Tillbaka till toppen',
68     'skip_to_main_content' => 'Skip to main content',
69     'toggle_details' => 'Växla detaljer',
70     'toggle_thumbnails' => 'Växla miniatyrer',
71     'details' => 'Information',
72     'grid_view' => 'Rutnätsvy',
73     'list_view' => 'Listvy',
74     'default' => 'Förvald',
75     'breadcrumb' => 'Brödsmula',
76     'status' => 'Status',
77     'status_active' => 'Active',
78     'status_inactive' => 'Inaktiv',
79     'never' => 'Never',
80     'none' => 'None',
81
82     // Header
83     'header_menu_expand' => 'Expandera sidhuvudsmenyn',
84     'profile_menu' => 'Profilmeny',
85     'view_profile' => 'Visa profil',
86     'edit_profile' => 'Redigera profil',
87     'dark_mode' => 'Mörkt läge',
88     'light_mode' => 'Ljust läge',
89
90     // Layout tabs
91     'tab_info' => 'Information',
92     'tab_info_label' => 'Flik: Visa sekundär information',
93     'tab_content' => 'Innehåll',
94     'tab_content_label' => 'Flik: Visa primärt innehåll',
95
96     // Email Content
97     'email_action_help' => 'Om du har problem att klicka på ":actionText"-knappen, kopiera och klistra in URL\'n nedan i din webbläsare:',
98     'email_rights' => 'Alla rättigheter är reserverade',
99
100     // Footer Link Options
101     // Not directly used but available for convenience to users.
102     'privacy_policy' => 'Integritetspolicy',
103     'terms_of_service' => 'Användarvillkor',
104 ];